Date: Monday, September 3, 2018 @ 07:42:44 Author: bgyorgy Revision: 376373
upgpkg: codeblocks 17.12-4 Disable FileManager plugin. It depends on the very old, deprecated gamin library, and upstream didn't ported it yet to newer libraries. See: https://sourceforge.net/p/codeblocks/tickets/663/ Modified: codeblocks/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-03 07:31:25 UTC (rev 376372) +++ PKGBUILD 2018-09-03 07:42:44 UTC (rev 376373) @@ -9,22 +9,19 @@ pkgname=codeblocks pkgver=17.12 -pkgrel=3 +pkgrel=4 pkgdesc='Cross-platform C/C++ IDE' arch=('x86_64') url='http://codeblocks.org/' license=('GPL3') -depends=('wxgtk3') -makedepends=('boost' 'gamin' 'hunspell' 'zip') -optdepends=('boost-libs: NassiShneiderman plugin' - 'gamin: FileManager plugin' - 'hunspell: SpellChecker plugin') +depends=('boost-libs' 'wxgtk3' 'hunspell') +makedepends=('boost' 'zip') source=("https://downloads.sourceforge.net/codeblocks/${pkgname}_$pkgver.tar.xz") sha256sums=('13881a0a72769694e82e531b8e7814d51fbf1fa122c73c5004e186560fbc57e0') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --with-contrib-plugins=all --with-wx-config=/usr/bin/wx-config-gtk3 + ./configure --prefix=/usr --with-contrib-plugins=all,-FileManager --with-wx-config=/usr/bin/wx-config-gtk3 sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
