Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Easily themable notification daemon with transparency effects" |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 2 | HOMEPAGE = "https://docs.xfce.org/apps/notifyd/start" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 3 | LICENSE = "GPL-2.0-only" |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 5 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 6 | DEPENDS = " \ |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 7 | glib-2.0-native \ |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 8 | libnotify \ |
| 9 | libxfce4util \ |
| 10 | libxfce4ui \ |
| 11 | xfconf \ |
| 12 | xfce4-panel \ |
| 13 | " |
| 14 | |
| 15 | inherit xfce-app |
| 16 | |
Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 17 | SRC_URI:append = " file://xfce4-notifyd-get-var-abs-path.patch" |
| 18 | |
| 19 | SRC_URI[sha256sum] = "e3a28adb08daa1411135142a0d421e4d6050c4035a4e513a673a59460ff2ae84" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 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 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 25 | do_compile:prepend() { |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 26 | mkdir -p xfce4-notifyd xfce4-notifyd-config |
| 27 | } |
| 28 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 29 | FILES:${PN} += " \ |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 30 | ${systemd_user_unitdir} \ |
| 31 | ${datadir}/xfce4 \ |
| 32 | ${datadir}/themes \ |
| 33 | ${datadir}/dbus-1 \ |
| 34 | ${libdir}/xfce4 \ |
| 35 | " |