author | Balló György
<bgyorgy@archlinux.org> 2018-01-29 14:08:01 UTC |
committer | Balló György
<bgyorgy@archlinux.org> 2018-01-29 14:08:01 UTC |
parent | 5cc2d4a6db1d24293f8883dffdd37472cdab99ce |
PKGBUILD | +6 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index 0b2bf8f..c0b8126 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,23 +6,23 @@ pkgname=geany pkgver=1.32.0 -pkgrel=1 +pkgrel=2 pkgdesc='Fast and lightweight IDE' arch=('x86_64') url='https://www.geany.org/' license=('GPL') -depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme') -makedepends=('intltool' 'perl-xml-parser') +depends=('gtk3') +makedepends=('intltool') optdepends=('geany-plugins: additional functionality' - 'vte: terminal support' - 'python2: Python 2 support') + 'vte3: embedded terminal support') source=("https://download.geany.org/$pkgname-${pkgver/.0}.tar.bz2") sha256sums=('8b7be10b95d0614eb07f845ba2280f7c026eacd5739d8fac4d5d26606f8c3c2d') build() { cd "$pkgname-${pkgver/.0}" - ./configure --prefix=/usr + ./configure --prefix=/usr --enable-gtk3 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }