[oe-commits] Andreas Mueller : xfce-utils: Add initial recipe with version 4.8.2

git version control git at git.openembedded.org
Fri Aug 5 17:55:14 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 68b9b715d15b5cce58d6dfa479e18081a1d5faa0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=68b9b715d15b5cce58d6dfa479e18081a1d5faa0

Author: Andreas Mueller <schnitzeltony at gmx.de>
Date:   Mon Aug  1 17:29:22 2011 +0200

xfce-utils: Add initial recipe with version 4.8.2

---

 .../xfce-utils/relative-symlinks-docs.patch        |   11 ++++++++
 .../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 0000000..d0d80fe
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils/relative-symlinks-docs.patch
@@ -0,0 +1,11 @@
+--- a/doc/manual/Makefile.am	2011-06-18 08:05:25.000000000 +0200
++++ b/doc/manual/Makefile.am	2011-07-13 21:45:17.079143002 +0200
+@@ -21,7 +21,7 @@
+ 			done; \
+ 			if test x"$$lang" != x"C" -a ! -d $(srcdir)/images/$$lang; then \
+ 				echo "--- Creating symlink to C images for $$lang"; \
+-				ln -sf $(docdir)/html/C/images $$dest/images; \
++				ln -sf ../C/images $$dest/images; \
+ 			fi \
+ 		fi \
+ 	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 0000000..e36b6a7
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb
@@ -0,0 +1,27 @@
+DESCRIPTION="Xfce4 Utilities"
+SECTION = "x11"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
+DEPENDS = "gtk+ virtual/libx11 dbus libxfce4util libxfce4ui"
+RDEPENDS_${PN} = "xrdb"
+
+PR = "r0"
+
+inherit xfce
+
+# SRC_URI must follow inherited one
+SRC_URI += " \
+    file://relative-symlinks-docs.patch \
+"
+
+# usually we do not migrate (requires perl on target)
+EXTRA_OECONF += "--disable-xfconf-migration"
+
+FILES_${PN} += " \ 
+	${libdir}/xfce4/xfconf-migration \
+        ${datadir}/dbus-1/* \
+        ${datadir}/xsessions/xfce.desktop \
+"
+
+SRC_URI[md5sum] = "7f48198f4bee3edf7869064c2922c609"
+SRC_URI[sha256sum] = "a12b708b0cd19ffa07afb2ab2cd1bf9377ff7fbbfbe16d7493a5bb973bcb0aa5"





More information about the Openembedded-commits mailing list