Date: Monday, September 18, 2017 @ 14:03:07 Author: jgc Revision: 305810
upgpkg: gnome-terminal 3.26.0-1 Modified: gnome-terminal/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-18 13:41:02 UTC (rev 305809) +++ PKGBUILD 2017-09-18 14:03:07 UTC (rev 305810) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-terminal -pkgver=3.24.2 +pkgver=3.26.0 pkgrel=1 pkgdesc="The GNOME Terminal Emulator" url="https://wiki.gnome.org/Apps/Terminal" @@ -13,7 +13,7 @@ gnome-shell gconf vala yelp-tools git) options=(!emptydirs) groups=(gnome) -_commit=e3c4b25833ef067097e78864a87249d5b021c66e # tags/3.24.2^0 +_commit=e3602216b69071e6fe03c86fef1d38851ad32125 # tags/3.26.0^0 source=("git+https://git.gnome.org/browse/gnome-terminal#commit=$_commit") sha256sums=('SKIP') @@ -29,7 +29,7 @@ build() { cd $pkgname - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + LDFLAGS+=" -pthread" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make
