Date: Wednesday, March 28, 2018 @ 17:33:04 Author: heftig Revision: 320559
3.28.0-2 Modified: gnome-session/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-28 16:01:31 UTC (rev 320558) +++ PKGBUILD 2018-03-28 17:33:04 UTC (rev 320559) @@ -3,7 +3,7 @@ pkgname=gnome-session pkgver=3.28.0 -pkgrel=1 +pkgrel=2 pkgdesc="The GNOME Session Handler" url="https://git.gnome.org/browse/gnome-session" arch=(x86_64) @@ -23,10 +23,13 @@ prepare() { cd $pkgname + + # XTRANS support + git cherry-pick -n 1ece66e683258a0bfa044d074becfe207d04a748 } build() { - arch-meson $pkgname build -D session_selector=true + arch-meson $pkgname build ninja -C build }
