Date: Tuesday, October 3, 2017 @ 23:33:45 Author: heftig Revision: 306670
3.26.1-1 Modified: gnome-session/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-03 23:33:42 UTC (rev 306669) +++ PKGBUILD 2017-10-03 23:33:45 UTC (rev 306670) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-session -pkgver=3.26.0 +pkgver=3.26.1 pkgrel=1 pkgdesc="The GNOME Session Handler" url="https://git.gnome.org/browse/gnome-session" @@ -12,7 +12,7 @@ json-glib libgl libsm libxtst systemd) makedepends=(intltool mesa gtk-doc xtrans git gnome-common python xmlto) groups=(gnome) -_commit=f289a01ad10bfac6e6df9cc6c6db138fd4beda94 # tags/3.26.0^0 +_commit=26514ecb0844b7f3acd9fd8c70343450ecf7afca # tags/3.26.1^0 source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit") sha256sums=('SKIP') @@ -30,6 +30,7 @@ cd $pkgname ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ --disable-schemas-compile --enable-systemd --disable-gconf + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
