Date: Saturday, December 28, 2013 @ 07:24:52 Author: bpiotrowski Revision: 103156
upgpkg: codeblocks 13.12-1 - new upstream release Modified: codeblocks/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-28 01:33:53 UTC (rev 103155) +++ PKGBUILD 2013-12-28 06:24:52 UTC (rev 103156) @@ -5,28 +5,26 @@ # Contributor: Stefan Husmann <[email protected]> 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 }
