blob: 078203a4d95c2d7e11b7b75efd8aa4254bfc94af (
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 = "r2"
inherit xfce46
FILES_${PN} += "${datadir}/dbus-1/services/org.xfce.Xfconf.service"
SRC_URI[md5sum] = "d4d3018767ea9eb4b57cc57d4038023b"
SRC_URI[sha256sum] = "22a596f73795be398382e82e9c11062423daa374339ce6db808f73a6ba19380e"
|