summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.9.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.9.7.bb')
-rw-r--r--meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.9.7.bb40
1 files changed, 40 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.9.7.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.9.7.bb
new file mode 100644
index 0000000000..60f09d9db7
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.9.7.bb
@@ -0,0 +1,40 @@
1SUMMARY = "Easily themable notification daemon with transparency effects"
2HOMEPAGE = "https://docs.xfce.org/apps/notifyd/start"
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5
6DEPENDS = " \
7 glib-2.0-native \
8 libnotify \
9 libxfce4util \
10 libxfce4ui \
11 xfconf \
12 xfce4-panel \
13 python3-packaging-native \
14"
15
16inherit xfce-app
17inherit python3native
18
19SRC_URI[sha256sum] = "170d18fd5f40cce823ffc7ae3d7e21644007c3f45808ab4835f0401d21b3516a"
20
21# Avoid trouble with other desktops e.g KDE which also ships dbus service named
22# org.freedesktop.Notifications
23EXTRA_OECONF = "--disable-dbus-start-daemon \
24 GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen \
25 GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources \
26 GLIB_GENMARSHAL=${STAGING_BINDIR_NATIVE}/glib-genmarshal \
27 GLIB_MKENUMS=${STAGING_BINDIR_NATIVE}/glib-mkenums \
28 "
29
30do_compile:prepend() {
31 mkdir -p xfce4-notifyd xfce4-notifyd-config
32}
33
34FILES:${PN} += " \
35 ${systemd_user_unitdir} \
36 ${datadir}/xfce4 \
37 ${datadir}/themes \
38 ${datadir}/dbus-1 \
39 ${libdir}/xfce4 \
40"