From a780643c4b6aa11e1a36965a69df7116477c7b4c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 7 Dec 2004 22:05:47 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:packages.bb into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw --- xfwm4/xfwm4_4.0.5.bb | 0 xfwm4/xfwm4_4.0.5.oe | 22 ---------------------- 2 files changed, 22 deletions(-) create mode 100644 xfwm4/xfwm4_4.0.5.bb delete mode 100644 xfwm4/xfwm4_4.0.5.oe (limited to 'xfwm4') diff --git a/xfwm4/xfwm4_4.0.5.bb b/xfwm4/xfwm4_4.0.5.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/xfwm4/xfwm4_4.0.5.oe b/xfwm4/xfwm4_4.0.5.oe deleted file mode 100644 index 1a73c5cc7e..0000000000 --- a/xfwm4/xfwm4_4.0.5.oe +++ /dev/null @@ -1,22 +0,0 @@ -# xfwm4 OE build file -# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see packages/COPYING) - -DESCRIPTION="XFCE4 Window Manager" -SECTION = "x11/wm" - -PACKAGES="xfwm4 xfwm4-dev ${PN}-doc xfwm4-mcs-plugins" - -FILES_${PN}="${bindir}/* ${datadir}/xfwm4/defaults ${datadir}/xfwm4/themes/default.keys/*" -FILES_xfwm4-mcs-plugins="${libdir}/xfce4/mcs-plugins/*.so" - -DEPENDS="startup-notification x11 xpm libxfce4util libxfcegui4 libxfce4mcs xfce-mcs-manager" - -inherit xfce - -EXTRA_OECONF=" --enable-startup-notification" - -python populate_packages_prepend () { - themedir = oe.data.expand('${datadir}/xfwm4/themes', d) - do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True) -} -- cgit v1.2.3