[arch-commits] Commit in codeblocks/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Sun Jan 5 17:18:16 UTC 2014
Date: Sunday, January 5, 2014 @ 18:18:16
Author: bpiotrowski
Revision: 103398
upgpkg: codeblocks 13.12-2
- rebuild against wxgtk2.8
Modified:
codeblocks/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-05 17:08:33 UTC (rev 103397)
+++ PKGBUILD 2014-01-05 17:18:16 UTC (rev 103398)
@@ -6,13 +6,13 @@
pkgname=codeblocks
pkgver=13.12
-pkgrel=1
+pkgrel=2
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' 'libsm')
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm')
makedepends=('boost' 'zip')
install=codeblocks.install
source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz)
@@ -20,6 +20,7 @@
build() {
cd $pkgname-$pkgver
+ export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
./configure --prefix=/usr --with-contrib-plugins=all
make
}
More information about the arch-commits
mailing list