From d264766ed4d75c4cc7464ee79427059ddd2165c9 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 31 Mar 2020 00:26:16 +0200 Subject: xfce4-screensaver: upgrade 0.1.8 -> 0.1.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 0.1.10 ======================== [Please note that this is a development release.] This release adds empty responses to DBus calls that don't require a response. This matches gnome-screensaver's functionality, and fixes support for xfce4-session. - Send DBus lock responses for xfce4-session support (bug #16522) - Translation Update: Galician Release notes for 0.1.9 ======================= Please note that this is a development release. - Replace deprecated GTimeVal usage - Rebuild windows on monitor reconfiguration - Draw overlays during window reconstruction to protect screen - Do not activate DPMS when screensaver is inactive (bug #16327) - Better handling of multi-monitor and lid-close events (bug #16102) - Update LINGUAS (bug #15949) - Fix decimal properties when running through atof - Return 1 on lock command failure (bug #15945) - Rename 'Pictures folder' to 'Slideshow' (bug #15589) - Raise NameError and TypeError (bug #15830) - Fix float parsing error (bug #16295) - Fix inhibitor proxying (bug #16356) - Fix inhibitor listing in xfce4-screensaver-command (bug #16355) - Add systemd sleep inhibitor (bug #15929) - Fix dbus inhibition (bug #16365) - dbus: Prevent overzealous activation (bug #16365) Translation Updates: Albanian, Belarusian, Czech, Finnish, Galician, Hebrew, Italian, Japanese, Korean, Malay, Norwegian Bokmål, Polish, Portuguese (Brazil), Serbian, Spanish, Swedish, Turkish Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../xfce4-screensaver/xfce4-screensaver_0.1.10.bb | 27 ++++++++++++++++++++++ .../xfce4-screensaver/xfce4-screensaver_0.1.8.bb | 27 ---------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_0.1.10.bb delete mode 100644 meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_0.1.8.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_0.1.10.bb b/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_0.1.10.bb new file mode 100644 index 0000000000..62f0640f09 --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_0.1.10.bb @@ -0,0 +1,27 @@ +SUMMARY = "Xfce screensaver Application" +DESCRIPTION = "Xfce screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop." +HOMEPAGE = "https://git.xfce.org/apps/xfce4-screensaver/about/" +SECTION = "x11/application" + +LICENSE = "GPLv2+ & LGPLv2+ " +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \ + " + +DEPENDS = "dbus-glib garcon gtk+3 libxklavier libxscrnsaver virtual/libx11 xfconf libwnck3" + +inherit xfce-app + +SRC_URI_append = " \ + file://fix-cross-compile.patch \ + file://fix-pam-config.patch \ +" +SRC_URI[md5sum] = "1f093cde5af09e9fd9be017774e032ef" +SRC_URI[sha256sum] = "586f1c78dd6745a20e9ce9f12d0117189d597ba7ad0c8ffcfcd25c9bb05f1d57" + +do_install_append() { + install -D -m 0644 ${S}/data/xfce4-screensaver.common-auth ${D}${sysconfdir}/pam.d/xfce4-screensaver +} + +FILES_${PN} += "${datadir}/dbus-1 ${datadir}/desktop-directories" +RDEPENDS_${PN} += "python3-core" diff --git a/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_0.1.8.bb b/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_0.1.8.bb deleted file mode 100644 index 9c9c327b7e..0000000000 --- a/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_0.1.8.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "Xfce screensaver Application" -DESCRIPTION = "Xfce screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop." -HOMEPAGE = "https://git.xfce.org/apps/xfce4-screensaver/about/" -SECTION = "x11/application" - -LICENSE = "GPLv2+ & LGPLv2+ " -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \ - " - -DEPENDS = "dbus-glib garcon gtk+3 libxklavier libxscrnsaver virtual/libx11 xfconf libwnck3" - -inherit xfce-app - -SRC_URI_append = " \ - file://fix-cross-compile.patch \ - file://fix-pam-config.patch \ -" -SRC_URI[md5sum] = "0fea7b676e6e533a3f305c6f642fe0cd" -SRC_URI[sha256sum] = "4056045ea5fd3eccfe328b86ae245ee4949b9e3044e42ca29c492c0f4ac860d7" - -do_install_append() { - install -D -m 0644 ${S}/data/xfce4-screensaver.common-auth ${D}${sysconfdir}/pam.d/xfce4-screensaver -} - -FILES_${PN} += "${datadir}/dbus-1 ${datadir}/desktop-directories" -RDEPENDS_${PN} += "python3-core" -- cgit 1.2.3-korg