diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-11-11 14:29:49 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-11-19 13:36:25 -0800 |
commit | 74a41b444930ce095a6da8e87e917b57b09d4b87 (patch) | |
tree | 3b3878b97830481724acc3e95d205b0880ff3ee1 /meta-xfce | |
parent | d99378a3b6f72fa1432c41a9ceb631edceb68d5e (diff) | |
download | meta-openembedded-74a41b444930ce095a6da8e87e917b57b09d4b87.tar.gz |
xfce4-notifyd: update 0.3.6 -> 0.4.0
While at it rework dependencies.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb (renamed from meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.6.bb) | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.6.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb index ac2360ae4..0ec6b6304 100644 --- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.6.bb +++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb | |||
@@ -2,14 +2,21 @@ SUMMARY = "Easily themable notification daemon with transparency effects" | |||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-notifyd" | 2 | HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-notifyd" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib libnotify \ | 5 | DEPENDS = " \ |
6 | dbus \ | ||
7 | dbus-glib \ | ||
6 | dbus-glib-native \ | 8 | dbus-glib-native \ |
9 | libnotify \ | ||
10 | libxfce4util \ | ||
11 | libxfce4ui \ | ||
12 | xfconf \ | ||
13 | xfce4-panel \ | ||
7 | " | 14 | " |
8 | 15 | ||
9 | inherit xfce-app | 16 | inherit xfce-app |
10 | 17 | ||
11 | SRC_URI[md5sum] = "19e602fa5e33afaf7563f069261ae1db" | 18 | SRC_URI[md5sum] = "c2de09c30b06eaf2d3faaf3e509d656a" |
12 | SRC_URI[sha256sum] = "f4ca7c0dadd3d4cdf8cd3c8ae60ccea77b8cf409f8517161796364eb1d766cf9" | 19 | SRC_URI[sha256sum] = "2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9" |
13 | 20 | ||
14 | do_compile_prepend() { | 21 | do_compile_prepend() { |
15 | mkdir -p xfce4-notifyd | 22 | mkdir -p xfce4-notifyd |
@@ -17,7 +24,8 @@ do_compile_prepend() { | |||
17 | 24 | ||
18 | FILES_${PN} += " \ | 25 | FILES_${PN} += " \ |
19 | ${systemd_user_unitdir} \ | 26 | ${systemd_user_unitdir} \ |
20 | ${libdir}/xfce4/notifyd \ | 27 | ${datadir}/xfce4 \ |
21 | ${datadir}/themes \ | 28 | ${datadir}/themes \ |
22 | ${datadir}/dbus-1 \ | 29 | ${datadir}/dbus-1 \ |
30 | ${libdir}/xfce4 \ | ||
23 | " | 31 | " |