blob: 3db4c917d82c0462a160c0d81406e066090b1a13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Xfce configuration daemon and utilities"
HOMEPAGE = "http://www.xfce.org"
SECTION = "x11/wm"
LICENSE = "GPL-2"
DEPENDS = "libxfce4util"
RDEPENDS_${PN} = "libxfce4util"
PR = "r0"
inherit xfce46
FILES_${PN} += "${datadir}/dbus-1/services/org.xfce.Xfconf.service"
SRC_URI[md5sum] = "5ff93c15077c6dbbcd38c437bc1ab2ef"
SRC_URI[sha256sum] = "7b2635abc33ae6a76145238ed27557bc1ff91b1a5ee0757962f798a66d56f478"
|