diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.3.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.3.bb b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.3.bb new file mode 100644 index 0000000000..e4b8686252 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.3.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION="Xfce4 Utilities" | ||
| 2 | SECTION = "x11" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | ||
| 5 | DEPENDS = "gtk+ virtual/libx11 dbus libxfce4util libxfce4ui" | ||
| 6 | |||
| 7 | inherit xfce | ||
| 8 | |||
| 9 | # usually we do not migrate (requires perl on target) | ||
| 10 | EXTRA_OECONF += "--disable-xfconf-migration" | ||
| 11 | |||
| 12 | FILES_${PN} += " \ | ||
| 13 | ${libdir}/xfce4/xfconf-migration \ | ||
| 14 | ${datadir}/dbus-1/* \ | ||
| 15 | ${datadir}/xsessions/xfce.desktop \ | ||
| 16 | " | ||
| 17 | RDEPENDS_${PN} = "xrdb openssh-misc" | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "03b5fba5f63f4f1a31cc7d3728f3c87e" | ||
| 20 | SRC_URI[sha256sum] = "035070d7e608b29dbaeeb6ec541d8c2edbd28152d3ef111316c33871ab02b926" | ||
