diff options
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.bb | 40 |
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 @@ | |||
| 1 | SUMMARY = "Easily themable notification daemon with transparency effects" | ||
| 2 | HOMEPAGE = "https://docs.xfce.org/apps/notifyd/start" | ||
| 3 | LICENSE = "GPL-2.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 5 | |||
| 6 | DEPENDS = " \ | ||
| 7 | glib-2.0-native \ | ||
| 8 | libnotify \ | ||
| 9 | libxfce4util \ | ||
| 10 | libxfce4ui \ | ||
| 11 | xfconf \ | ||
| 12 | xfce4-panel \ | ||
| 13 | python3-packaging-native \ | ||
| 14 | " | ||
| 15 | |||
| 16 | inherit xfce-app | ||
| 17 | inherit python3native | ||
| 18 | |||
| 19 | SRC_URI[sha256sum] = "170d18fd5f40cce823ffc7ae3d7e21644007c3f45808ab4835f0401d21b3516a" | ||
| 20 | |||
| 21 | # Avoid trouble with other desktops e.g KDE which also ships dbus service named | ||
| 22 | # org.freedesktop.Notifications | ||
| 23 | EXTRA_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 | |||
| 30 | do_compile:prepend() { | ||
| 31 | mkdir -p xfce4-notifyd xfce4-notifyd-config | ||
| 32 | } | ||
| 33 | |||
| 34 | FILES:${PN} += " \ | ||
| 35 | ${systemd_user_unitdir} \ | ||
| 36 | ${datadir}/xfce4 \ | ||
| 37 | ${datadir}/themes \ | ||
| 38 | ${datadir}/dbus-1 \ | ||
| 39 | ${libdir}/xfce4 \ | ||
| 40 | " | ||
