summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.4.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-09-27 07:55:30 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-10-03 19:19:56 +0200
commit81e59752ad783cdd0c812a151d0d671e6933f01e (patch)
treedc9f5b7a1a0cfc05f886585762119b9c461e32e4 /meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.4.bb
parent13975d301767c2bf710427d5d9d16d185dd6d972 (diff)
downloadmeta-openembedded-81e59752ad783cdd0c812a151d0d671e6933f01e.tar.gz
xfce4-notifyd: update to 0.3.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.4.bb')
-rw-r--r--meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.4.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.4.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.4.bb
deleted file mode 100644
index 6d170b6062..0000000000
--- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.4.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1SUMMARY = "Easily themable notification daemon with transparency effects"
2HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-notifyd"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib libnotify"
6
7inherit xfce-app
8
9SRC_URI[md5sum] = "094be6f29206aac8299f27084e284e88"
10SRC_URI[sha256sum] = "8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0"
11
12do_compile_prepend() {
13 mkdir -p xfce4-notifyd
14}
15
16FILES_${PN} += " \
17 ${libdir}/xfce4/notifyd \
18 ${datadir}/themes \
19 ${datadir}/dbus-1 \
20"