Date: Wednesday, September 5, 2018 @ 18:05:43 Author: heftig Revision: 333517
3.30.0-1 Modified: gnome-terminal/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-05 18:02:41 UTC (rev 333516) +++ PKGBUILD 2018-09-05 18:05:43 UTC (rev 333517) @@ -1,8 +1,8 @@ -# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-terminal -pkgver=3.28.2 +pkgver=3.30.0 pkgrel=1 pkgdesc="The GNOME Terminal Emulator" url="https://wiki.gnome.org/Apps/Terminal" @@ -13,8 +13,8 @@ gnome-shell gconf vala yelp-tools git) options=(!emptydirs) groups=(gnome) -_commit=4b4a14abdd047b55b5940afa11aa9b2004eb76d6 # tags/3.28.2^0 -source=("git+https://git.gnome.org/browse/gnome-terminal#commit=$_commit") +_commit=4b2638a4c99b991ff8a07dfd52b4397d6636fdd9 # tags/3.30.0^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -30,7 +30,7 @@ build() { cd $pkgname LDFLAGS+=" -pthread" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension + --libexecdir=/usr/lib --disable-static --with-nautilus-extension sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } Property changes on: gnome-terminal/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
