From c548d556f64233e4e4ade8c087ee8d40ecd53623 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 6 Dec 2016 23:40:42 +0100 Subject: xfce4-notifyd: update 0.3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- .../xfce4-notifyd/xfce4-notifyd_0.3.3.bb | 21 --------------------- .../xfce4-notifyd/xfce4-notifyd_0.3.4.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.3.bb create mode 100644 meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.4.bb (limited to 'meta-xfce/recipes-apps') diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.3.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.3.bb deleted file mode 100644 index a50cea5274..0000000000 --- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.3.bb +++ /dev/null @@ -1,21 +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 = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib libnotify" - -inherit xfce-app - -SRC_URI[md5sum] = "f918bd3f9f9ad85eace408aecf541198" -SRC_URI[sha256sum] = "986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73" - -do_compile_prepend() { - mkdir -p xfce4-notifyd -} - -FILES_${PN} += " \ - ${systemd_user_unitdir} \ - ${libdir}/xfce4/notifyd \ - ${datadir}/themes \ - ${datadir}/dbus-1 \ -" diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.4.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.4.bb new file mode 100644 index 0000000000..6310a17937 --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.4.bb @@ -0,0 +1,21 @@ +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 = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib libnotify" + +inherit xfce-app + +SRC_URI[md5sum] = "793490b488c3c4a3f97d644431f048d8" +SRC_URI[sha256sum] = "038535de79b7056058e8d6dceb457959949831853c2594a686ec68b037ae31bf" + +do_compile_prepend() { + mkdir -p xfce4-notifyd +} + +FILES_${PN} += " \ + ${systemd_user_unitdir} \ + ${libdir}/xfce4/notifyd \ + ${datadir}/themes \ + ${datadir}/dbus-1 \ +" -- cgit 1.2.3-korg