[arch-commits] Commit in codeblocks/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Aug 2 16:20:29 UTC 2015


    Date: Sunday, August 2, 2015 @ 18:20:29
  Author: arodseth
Revision: 137718

upgpkg: codeblocks 13.12-4

Modified:
  codeblocks/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-02 16:17:18 UTC (rev 137717)
+++ PKGBUILD	2015-08-02 16:20:29 UTC (rev 137718)
@@ -7,13 +7,13 @@
 
 pkgname=codeblocks
 pkgver=13.12
-pkgrel=3
+pkgrel=4
 pkgdesc='Cross-platform C/C++ IDE'
 arch=('x86_64' 'i686')
 url='http://www.codeblocks.org/'
 license=('GPL3')
 depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
-         'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk' 'libsm' 'webkitgtk2')
+         'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 'webkitgtk2')
 makedepends=('boost' 'zip' 'webkitgtk2')
 install=codeblocks.install
 source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver-1.tar.gz")
@@ -21,6 +21,8 @@
 
 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