blob: 8f03ddd94140818617800e9179c42802fc2fa313 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "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
FILES_${PN} += " \
${libdir}/xfce4/notifyd \
${datadir}/themes \
${datadir}/dbus-1 \
"
SRC_URI[md5sum] = "8687fb7a0f270231ada265e363b6ffcc"
SRC_URI[sha256sum] = "b66e68dfc2164bcf479acd3c7e8b6f83065d23aef988535e2db3506d06a39168"
|