[oe-commits] Otavio Salvador : xfce-mcs-manager: use a single recipe since we don' t have multiple versions packaged
GIT User account
git at amethyst.openembedded.net
Fri Oct 17 17:11:39 UTC 2008
Module: openembedded.git
Branch: org.openembedded.dev
Commit: f61b447ce825235a3c0bd83f8321fb6646834d5b
URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f61b447ce825235a3c0bd83f8321fb6646834d5b
Author: Otavio Salvador <otavio at ossystems.com.br>
Date: Fri Jun 13 19:50:50 2008 -0300
xfce-mcs-manager: use a single recipe since we don't have multiple versions packaged
---
packages/xfce/xfce-mcs-manager_4.4.1.bb | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diff --git a/packages/xfce/xfce-mcs-manager_4.4.1.bb b/packages/xfce/xfce-mcs-manager_4.4.1.bb
index 76e0452..0b9fc43 100644
--- a/packages/xfce/xfce-mcs-manager_4.4.1.bb
+++ b/packages/xfce/xfce-mcs-manager_4.4.1.bb
@@ -2,4 +2,24 @@
# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see COPYING.MIT)
-require ${PN}.inc
+DESCRIPTION="XFCE4 Settings manager."
+DEPENDS="libxfcegui4 libxfce4mcs intltool-native"
+SECTION = "x11"
+PR = "r1"
+
+inherit xfce
+
+do_stage() {
+ install -d ${STAGING_INCDIR}/xfce4
+ install -d ${STAGING_INCDIR}/xfce4/xfce-mcs-manager
+ install -m 644 xfce-mcs-manager/manager-plugin.h ${STAGING_INCDIR}/xfce4/xfce-mcs-manager
+}
+
+# xfce-mcs-manager.pc uses ${libdir} to indicate where the mcs plugins live
+# the standard pkgconfig mangling was confusing us. Mangling is not required
+# for this particular .pc, so the following will suffice:
+
+do_stage_append () {
+ install -d ${PKG_CONFIG_DIR}
+ sed -e 's:^includedir=.*:includedir="/usr/include":;' ${S}/xfce-mcs-manager/xfce-mcs-manager.pc >${PKG_CONFIG_DIR}/xfce-mcs-manager.pc
+}
More information about the Openembedded-commits
mailing list