Date: Monday, January 15, 2018 @ 22:24:12 Author: bgyorgy Revision: 282860
gnome-screensaver: minor changes Modified: gnome-screensaver/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-15 22:03:47 UTC (rev 282859) +++ PKGBUILD 2018-01-15 22:24:12 UTC (rev 282860) @@ -37,25 +37,25 @@ cd $pkgname-$pkgver # Upstream patch that moves gnome-screensaver desktop file out of autostart - patch -Np1 -i "$srcdir/move-desktop-file.patch" + patch -Np1 -i ../move-desktop-file.patch # Fix build - patch -Np1 -i "$srcdir/fix-autoconf.patch" + patch -Np1 -i ../fix-autoconf.patch # Fix systemd support - patch -Np1 -i "$srcdir/fix-systemd-support.patch" + patch -Np1 -i ../fix-systemd-support.patch # Lock screen on suspend with systemd - patch -Np1 -i "$srcdir/lock_screen_on_suspend.patch" + patch -Np1 -i ../lock_screen_on_suspend.patch # Add support for user switch with LightDM - patch -Np1 -i "$srcdir/lightdm_switch_user.patch" + patch -Np1 -i ../lightdm_switch_user.patch # Honour background setting of the lock screen - patch -Np1 -i "$srcdir/use-screensaver-background.patch" + patch -Np1 -i ../use-screensaver-background.patch # Restore the original position after shake - patch -Np1 -i "$srcdir/recenter.patch" + patch -Np1 -i ../recenter.patch autoreconf -fi }
