[oe-commits] Otavio Salvador : xfwm4: 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:38 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b5ab8f17452e40dd66ea6315290af0387d2f4573
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b5ab8f17452e40dd66ea6315290af0387d2f4573

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Jun 13 19:50:52 2008 -0300

xfwm4: use a single recipe since we don't have multiple versions packaged

---

 packages/xfce/xfwm4.inc      |   27 ---------------------------
 packages/xfce/xfwm4_4.4.1.bb |   25 +++++++++++++++++++++++--
 2 files changed, 23 insertions(+), 29 deletions(-)

diff --git a/packages/xfce/xfwm4.inc b/packages/xfce/xfwm4.inc
deleted file mode 100644
index 211853a..0000000
--- a/packages/xfce/xfwm4.inc
+++ /dev/null
@@ -1,27 +0,0 @@
-# xfwm4 OE build file
-# Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
-# Released under the MIT license (see COPYING.MIT)
-
-DESCRIPTION="XFCE4 Window Manager"
-SECTION = "x11/wm"
-inherit xfce
-
-FILES_${PN} += "${datadir}/xfwm4/defaults ${datadir}/xfwm4/themes/default.keys/*"
-
-DEPENDS = "startup-notification virtual/libx11 libxpm libxfce4util libxfcegui4 libxfce4mcs xfce-mcs-manager"
-RDEPENDS = "xfwm4-theme-default"
-
-
-EXTRA_OECONF += " --enable-startup-notification"
-
-PACKAGES_DYNAMIC = "xfwm4-theme-*"
-
-python populate_packages_prepend () {
-	themedir = bb.data.expand('${datadir}/themes', d)
-	do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True)
-}
-
-PACKAGES += " ${PN}-mcs-plugins"
-
-FILES_${PN}-mcs-plugins += "${libdir}/xfce4/mcs-plugins/*.so"
-
diff --git a/packages/xfce/xfwm4_4.4.1.bb b/packages/xfce/xfwm4_4.4.1.bb
index 1d8a176..211853a 100644
--- a/packages/xfce/xfwm4_4.4.1.bb
+++ b/packages/xfce/xfwm4_4.4.1.bb
@@ -2,5 +2,26 @@
 # Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
 # Released under the MIT license (see COPYING.MIT)
 
-FILE_PR ="r1"
-require ${PN}.inc
+DESCRIPTION="XFCE4 Window Manager"
+SECTION = "x11/wm"
+inherit xfce
+
+FILES_${PN} += "${datadir}/xfwm4/defaults ${datadir}/xfwm4/themes/default.keys/*"
+
+DEPENDS = "startup-notification virtual/libx11 libxpm libxfce4util libxfcegui4 libxfce4mcs xfce-mcs-manager"
+RDEPENDS = "xfwm4-theme-default"
+
+
+EXTRA_OECONF += " --enable-startup-notification"
+
+PACKAGES_DYNAMIC = "xfwm4-theme-*"
+
+python populate_packages_prepend () {
+	themedir = bb.data.expand('${datadir}/themes', d)
+	do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True)
+}
+
+PACKAGES += " ${PN}-mcs-plugins"
+
+FILES_${PN}-mcs-plugins += "${libdir}/xfce4/mcs-plugins/*.so"
+





More information about the Openembedded-commits mailing list