From 8c4fc880dcb2e97e7a0da3b8b2efa8f6d8479d68 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 11 Apr 2020 00:09:43 +0200 Subject: xfce4-notifyd: upgrade 0.4.4 -> 0.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 0.6.0 ======================= This is a new stable release. Please note that the default fallback style for notification bubbles was changed due to the simplified drawing procedure. All existing themes should however continue to work without amendments, but the Adwaita theme will look slightly different (better hopefully :)). - Simplify drawing the notification bubble - Switch to new fallback style class "keycap" - Ensure normal font size with Adwaita and keycap class - Fix logging simultaneous notifications (Bug #15167) - Disable rounded corners w/o compositing (Bug #16586) - panel-plugin: Fix configure dialog - panel-plugin: Use new XfceTitledDialog api - panel-plugin: Toggle 'Do not disturb' with middle mouse click (Bug #16132) - Allow compilation with panel 4.15 - panel-plugin: Remove deprecated calls - Replace GtkStock buttons - Translation Updates: Albanian, Arabic, Armenian (Armenia), Belarusian, Chinese (China), Chinese (Taiwan), Croatian, Danish, Finnish, Galician, Georgian, German, Greek, Icelandic, Indonesian, Italian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Serbian, Slovak, Slovenian, Spanish, Turkish, Ukrainian Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../xfce4-notifyd/xfce4-notifyd_0.4.4.bb | 34 ---------------------- .../xfce4-notifyd/xfce4-notifyd_0.6.0.bb | 34 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.4.bb create mode 100644 meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.0.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.4.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.4.bb deleted file mode 100644 index 06ab0dfeb4..0000000000 --- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.4.bb +++ /dev/null @@ -1,34 +0,0 @@ -SUMMARY = "Easily themable notification daemon with transparency effects" -HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-notifyd" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = " \ - dbus \ - dbus-glib \ - libnotify \ - libxfce4util \ - libxfce4ui \ - xfconf \ - xfce4-panel \ -" - -inherit xfce-app - -SRC_URI[md5sum] = "9614d4f7c0790e8ab24e55896a44a8ac" -SRC_URI[sha256sum] = "090571acf94c423003426cb779fb23e8545c68bab6485563b589c7def8a21b55" - -# Avoid trouble with other desktops e.g KDE which also ships dbus service named -# org.freedesktop.Notifications -EXTRA_OECONF = "--disable-dbus-start-daemon" - -do_compile_prepend() { - mkdir -p xfce4-notifyd xfce4-notifyd-config -} - -FILES_${PN} += " \ - ${systemd_user_unitdir} \ - ${datadir}/xfce4 \ - ${datadir}/themes \ - ${datadir}/dbus-1 \ - ${libdir}/xfce4 \ -" diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.0.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.0.bb new file mode 100644 index 0000000000..5e0f44e296 --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.0.bb @@ -0,0 +1,34 @@ +SUMMARY = "Easily themable notification daemon with transparency effects" +HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-notifyd" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" +DEPENDS = " \ + dbus \ + dbus-glib \ + libnotify \ + libxfce4util \ + libxfce4ui \ + xfconf \ + xfce4-panel \ +" + +inherit xfce-app + +SRC_URI[md5sum] = "1724fcb635bbab44c9f62c69734e446d" +SRC_URI[sha256sum] = "c1d126a81604ff967e4655f06427763bf559c338ba629c95cb9aa7f5d6dc8ba6" + +# Avoid trouble with other desktops e.g KDE which also ships dbus service named +# org.freedesktop.Notifications +EXTRA_OECONF = "--disable-dbus-start-daemon" + +do_compile_prepend() { + mkdir -p xfce4-notifyd xfce4-notifyd-config +} + +FILES_${PN} += " \ + ${systemd_user_unitdir} \ + ${datadir}/xfce4 \ + ${datadir}/themes \ + ${datadir}/dbus-1 \ + ${libdir}/xfce4 \ +" -- cgit 1.2.3-korg