diff --git a/desktop/xfce/addon/xfce4-screensaver/actions.py b/desktop/xfce/addon/xfce4-screensaver/actions.py index f07dd8ae1c..855ca11ff4 100644 --- a/desktop/xfce/addon/xfce4-screensaver/actions.py +++ b/desktop/xfce/addon/xfce4-screensaver/actions.py @@ -9,19 +9,21 @@ from pisi.actionsapi import autotools from pisi.actionsapi import shelltools from pisi.actionsapi import get +j = ''.join([ + '--enable-pam', + '--enable-locking', + '--enable-authentication-scheme=pam', + '--disable-static', + '--with-libgl', + '--with-shadow', + '--with-mit-ext', + '--with-console-kit', + '--with-pam-auth-type=system', + '--without-systemd']) + def setup(): - shelltools.system("patch -Rp1 < 0001-Catch-gs_listener_dbus_init-failures.patch") - autotools.configure("--enable-authentication-scheme=pam --enable-locking --enable-pam \ - \ - --disable-static \ - \ - --with-pam-auth-type=system \ - --with-console-kit \ - --with-mit-ext \ - --with-shadow \ - --with-libgl \ - \ - --without-systemd") +# shelltools.system("patch -Rp1 < 0001-Catch-gs_listener_dbus_init-failures.patch") + autotools.configure(j) def build(): autotools.make() diff --git a/desktop/xfce/addon/xfce4-screensaver/pspec.xml b/desktop/xfce/addon/xfce4-screensaver/pspec.xml index 14c9f185c0..8c2e925be5 100644 --- a/desktop/xfce/addon/xfce4-screensaver/pspec.xml +++ b/desktop/xfce/addon/xfce4-screensaver/pspec.xml @@ -11,16 +11,13 @@ GPLv2 LGPLv2 LGPLv2.1 - desktop.xfce.addon + desktop.xfce.base app:utility - Xfce Screensaver + Xfce Screensaver. xfce4-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop. - https://archive.xfce.org/src/apps/xfce4-screensaver/0.1/xfce4-screensaver-0.1.11.tar.bz2 - - 0001-Catch-gs_listener_dbus_init-failures.patch - + https://archive.xfce.org/src/apps/xfce4-screensaver/4.16/xfce4-screensaver-4.16.0.tar.bz2 xmlto intltool @@ -38,6 +35,9 @@ libxklavier-devel libXScrnSaver-devel + + + @@ -74,6 +74,13 @@ + + 2021-01-14 + 4.16.0 + Moved to base and version bump. + wascheme@tuta.io + fury + 2020-12-24 0.1.11