diff options
author | Andreas Mueller <schnitzeltony@gmx.de> | 2011-08-01 17:29:22 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-05 19:49:58 +0200 |
commit | 68b9b715d15b5cce58d6dfa479e18081a1d5faa0 (patch) | |
tree | e34379ed5630154747e7acaa757dff67ff7dc585 | |
parent | 3778a9e3dc2bf37bc4cdbef29a89db4aec7c492f (diff) | |
download | meta-openembedded-68b9b715d15b5cce58d6dfa479e18081a1d5faa0.tar.gz |
xfce-utils: Add initial recipe with version 4.8.2
-rw-r--r-- | meta-xfce/recipes-xfce/xfce-utils/xfce-utils/relative-symlinks-docs.patch | 11 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb | 27 |
2 files changed, 38 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce-utils/xfce-utils/relative-symlinks-docs.patch b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils/relative-symlinks-docs.patch new file mode 100644 index 0000000000..d0d80fed8f --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils/relative-symlinks-docs.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- a/doc/manual/Makefile.am 2011-06-18 08:05:25.000000000 +0200 | ||
2 | +++ b/doc/manual/Makefile.am 2011-07-13 21:45:17.079143002 +0200 | ||
3 | @@ -21,7 +21,7 @@ | ||
4 | done; \ | ||
5 | if test x"$$lang" != x"C" -a ! -d $(srcdir)/images/$$lang; then \ | ||
6 | echo "--- Creating symlink to C images for $$lang"; \ | ||
7 | - ln -sf $(docdir)/html/C/images $$dest/images; \ | ||
8 | + ln -sf ../C/images $$dest/images; \ | ||
9 | fi \ | ||
10 | fi \ | ||
11 | done; | ||
diff --git a/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb new file mode 100644 index 0000000000..e36b6a71bf --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb | |||
@@ -0,0 +1,27 @@ | |||
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 | RDEPENDS_${PN} = "xrdb" | ||
7 | |||
8 | PR = "r0" | ||
9 | |||
10 | inherit xfce | ||
11 | |||
12 | # SRC_URI must follow inherited one | ||
13 | SRC_URI += " \ | ||
14 | file://relative-symlinks-docs.patch \ | ||
15 | " | ||
16 | |||
17 | # usually we do not migrate (requires perl on target) | ||
18 | EXTRA_OECONF += "--disable-xfconf-migration" | ||
19 | |||
20 | FILES_${PN} += " \ | ||
21 | ${libdir}/xfce4/xfconf-migration \ | ||
22 | ${datadir}/dbus-1/* \ | ||
23 | ${datadir}/xsessions/xfce.desktop \ | ||
24 | " | ||
25 | |||
26 | SRC_URI[md5sum] = "7f48198f4bee3edf7869064c2922c609" | ||
27 | SRC_URI[sha256sum] = "a12b708b0cd19ffa07afb2ab2cd1bf9377ff7fbbfbe16d7493a5bb973bcb0aa5" | ||