All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Mueller <schnitzeltony@gmx.de>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe 09/19] xfce-utils: Add initial recipe with version 4.8.2
Date: Mon,  1 Aug 2011 23:02:47 +0200	[thread overview]
Message-ID: <1312232577-7948-10-git-send-email-schnitzeltony@gmx.de> (raw)
In-Reply-To: <1312232577-7948-1-git-send-email-schnitzeltony@gmx.de>


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 .../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(-)
 create mode 100644 meta-xfce/recipes-xfce/xfce-utils/xfce-utils/relative-symlinks-docs.patch
 create mode 100644 meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb

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"
-- 
1.7.4.4




  parent reply	other threads:[~2011-08-01 21:05 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
2011-08-01 21:02 ` [meta-oe 01/19] meta-xfce: Add layer information Andreas Mueller
2011-08-02  2:35   ` Khem Raj
2011-08-02  6:24     ` Andreas Mueller
2011-08-01 21:02 ` [meta-oe 02/19] xfce.bbclass: A class for xfce-global settings Andreas Mueller
2011-08-01 21:02 ` [meta-oe 03/19] xfce4-dev-tools: Add initial recipe with version 4.8.0 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 04/19] libxfce4util: Add initial recipe with version 4.8.1 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 05/19] garcon: Add initial recipe with version 0.1.8 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 06/19] exo: Add initial recipe with version 0.6.2 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 07/19] xfconf: Add initial recipe with version 4.8.0 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 08/19] libxfce4ui: " Andreas Mueller
2011-08-01 21:02 ` Andreas Mueller [this message]
2011-08-01 21:02 ` [meta-oe 10/19] xfce4-panel: Add initial recipe with version 4.8.5 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 11/19] xfce4-session: Add initial recipe with version 4.8.1 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 12/19] xfce4-appfinder: Add initial recipe with version 4.8.0 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 13/19] xfwm4: Add initial recipe with version 4.8.1 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 14/19] xfce4-settings: Add initial recipe with version 4.8.2 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 15/19] thunar: Add initial recipe with version 1.2.2 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 16/19] xfdesktop: Add initial recipe with version 4.8.2 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 17/19] gtk-xfce-engine: Add initial recipe with version 2.8.1 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 18/19] xfce-terminal: Add initial recipe with version 0.4.8 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 19/19] task-xfce-base: Add initial recipe adding all recipes required for xfce desktop Andreas Mueller
2011-08-02  8:32 ` [meta-oe 00/19] Add xfce48 desktop system to meta-oe Koen Kooi
2011-08-03 18:18   ` Andreas Mueller
2011-08-03 18:48     ` Koen Kooi
2011-08-03 20:59       ` Andreas Mueller
2011-08-03 21:24         ` Khem Raj
2011-08-03 21:47           ` Andreas Mueller
2011-08-04  7:40             ` Koen Kooi
2011-08-04 20:03               ` Andreas Mueller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1312232577-7948-10-git-send-email-schnitzeltony@gmx.de \
    --to=schnitzeltony@gmx.de \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.