blob: eb554ce0a9255355118cae32d56edfbaa78da1e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
SUMMARY = "Easily themable notification daemon with transparency effects"
HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-notifyd"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib"
inherit xfce-app
do_compile_prepend() {
mkdir -p xfce4-notifyd
}
FILES_${PN} += " \
${libdir}/xfce4/notifyd \
${datadir}/themes \
${datadir}/dbus-1 \
"
SRC_URI[md5sum] = "8687fb7a0f270231ada265e363b6ffcc"
SRC_URI[sha256sum] = "b66e68dfc2164bcf479acd3c7e8b6f83065d23aef988535e2db3506d06a39168"
|