summaryrefslogtreecommitdiff
path: root/community/codeblocks
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-29 03:37:35 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-29 03:37:35 +0000
commitce34930a04e783323d0a92208729b9e5fa1994c5 (patch)
treeb1a647e06eb26544065c462a1b567150a4fc573e /community/codeblocks
parent65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (diff)
Sun Dec 29 03:35:02 UTC 2013
Diffstat (limited to 'community/codeblocks')
-rw-r--r--community/codeblocks/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/community/codeblocks/PKGBUILD b/community/codeblocks/PKGBUILD
index 96d3f2d06..773b8ee10 100644
--- a/community/codeblocks/PKGBUILD
+++ b/community/codeblocks/PKGBUILD
@@ -1,32 +1,30 @@
-# $Id: PKGBUILD 99714 2013-10-30 23:12:02Z allan $
+# $Id: PKGBUILD 103157 2013-12-28 06:25:03Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Robert Hollencamp <rhollencamp@gmail.com>
# Contributor: Daniel J Griffiths <griffithsdj@inbox.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=codeblocks
-pkgver=12.11
-pkgrel=4
+pkgver=13.12
+pkgrel=1
pkgdesc='Open source and cross-platform C/C++ IDE'
arch=('i686' 'x86_64')
url='http://www.codeblocks.org'
license=('GPL3')
depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk')
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk' 'libsm')
makedepends=('boost' 'zip')
install=codeblocks.install
source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz)
-md5sums=('4fa8980a8c578b8b5589fceb9b0890d6')
+md5sums=('4b450f620d9f1875ecf6882ab3c11402')
build() {
- cd $pkgname-${pkgver}release*
-
- LDFLAGS+=' -lX11'
+ cd $pkgname-$pkgver
./configure --prefix=/usr --with-contrib-plugins=all
make
}
package() {
- cd $pkgname-${pkgver}release*
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}