diff options
| author | Andreas Mueller <schnitzeltony@gmx.de> | 2011-08-01 17:24:13 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-05 19:49:58 +0200 |
| commit | 79bb21b447ed2f01a77bb970fd00cea208fbc4f7 (patch) | |
| tree | ca6aa8c399118a474c92de15b0d8025e48fe4d9f /meta-xfce/recipes-xfce | |
| parent | f539027f6ac9a3e6fc1d86a26f347a42b4f359e4 (diff) | |
| download | meta-openembedded-79bb21b447ed2f01a77bb970fd00cea208fbc4f7.tar.gz | |
xfconf: Add initial recipe with version 4.8.0
Diffstat (limited to 'meta-xfce/recipes-xfce')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb new file mode 100644 index 0000000000..65efffd908 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "Xfce configuration daemon and utilities" | ||
| 2 | SECTION = "x11/wm" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
| 5 | DEPENDS = "dbus-glib libxfce4util perl-native" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | inherit xfce | ||
| 10 | |||
| 11 | FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \ | ||
| 12 | ${datadir}/dbus-1/services/org.xfce.Xfconf.service" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "0f11ed1ec7789c5c4c3fcc7cdb3c2940" | ||
| 15 | SRC_URI[sha256sum] = "e071d55982238f997a691ff4bb08ef39e4c86bae31cf69b6666bc0cdadd1b85d" | ||
