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 --- classes/xfce.bbclass | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 classes/xfce.bbclass (limited to 'classes/xfce.bbclass') diff --git a/classes/xfce.bbclass b/classes/xfce.bbclass new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3 From 289081ace1d9f300fbe9cec21b05585c5526baef Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Mon, 21 Feb 2005 18:40:14 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/02/21 10:56:50-07:00 amd.com!jcrouse gnome-common_2.4.0.bb: No longer requres scrollkeeper omf.patch: Patch to remove scrollkeeper dependancy 2005/02/21 10:53:41-07:00 amd.com!jcrouse firefox_1.0.bb: add fix for 64 bit ickiness jsautocfg.h, firefox-cc-fix.patch: Hand crafted files - replace the automatically generated one nasm_0.98.38.bb: add x86_64 to the compatible host list 2005/02/21 10:47:34-07:00 amd.com!jcrouse xfce.bbclass: change source repo and add packaging info Many files: Add XFCE 4.2.0 2005/02/21 10:39:50-07:00 amd.com!jcrouse guile-native_1.6.4.bb: add AMD64 bit fixes to guile guile-amd64.patch: new file gpdf_2.8.0.bb: Add omf.make fix for gftp BKrev: 421a2b0emv8E6lWfEOpXxE6h9MBOPg --- classes/xfce.bbclass | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'classes/xfce.bbclass') diff --git a/classes/xfce.bbclass b/classes/xfce.bbclass index e69de29bb2..02e9559fbc 100644 --- a/classes/xfce.bbclass +++ b/classes/xfce.bbclass @@ -0,0 +1,26 @@ +# xfce.oeclass +# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +# Global class to make it easier to maintain XFCE packages + +HOMEPAGE="http://www.xfce.org" +LICENSE="LGPL-2" + +SRC_URI="http://www.us.xfce.org/archive/xfce-${PV}/src/${PN}-${PV}.tar.gz" + +# Most, but not *all* packages use pkgconfig, so we can't include it here +# too + +inherit autotools + +EXTRA_OECONF += "--with-pluginsdir=${libdir}/xfce4/panel-plugins/" + +# FIXME: Put icons in their own package too? + +PACKAGES += "${PN}-mcs-plugins ${PN}-panel-plugins" + +FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*" +FILES_${PN}-panel-plugins += "${libdir}/xfce4/panel-plugins/*.so*" +FILES_${PN}-doc += " ${datadir}/xfce4/doc" +FILES_${PN}-mcs-plugins="${libdir}/xfce4/mcs-plugins/*.so" -- cgit v1.2.3 From 66944efa040bdf36062522c7c33413fc1e039d83 Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Tue, 3 May 2005 15:40:02 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/05/03 17:20:33+02:00 uni-frankfurt.de!mickeyl remove more things that don't build w/ gcc 2.95.3 2005/05/03 17:15:36+02:00 uni-frankfurt.de!mickeyl slight fixes for xfce-image. could anyone more familiar with xfce look at it please? it still doesn't build BKrev: 42779b52Talu7R2DmQqkKhtMqy5oEQ --- classes/xfce.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'classes/xfce.bbclass') diff --git a/classes/xfce.bbclass b/classes/xfce.bbclass index 02e9559fbc..10098da8ea 100644 --- a/classes/xfce.bbclass +++ b/classes/xfce.bbclass @@ -18,9 +18,9 @@ EXTRA_OECONF += "--with-pluginsdir=${libdir}/xfce4/panel-plugins/" # FIXME: Put icons in their own package too? -PACKAGES += "${PN}-mcs-plugins ${PN}-panel-plugins" +PACKAGES += "${PN}-mcs-plugins ${PN}-plugins" FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*" -FILES_${PN}-panel-plugins += "${libdir}/xfce4/panel-plugins/*.so*" +FILES_${PN}-plugins += "${libdir}/xfce4/panel-plugins/*.so*" FILES_${PN}-doc += " ${datadir}/xfce4/doc" FILES_${PN}-mcs-plugins="${libdir}/xfce4/mcs-plugins/*.so" -- cgit v1.2.3 From 5e660d6988a190d3a0eee207760fb61737f78942 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 3 Aug 2005 00:08:49 +0000 Subject: xfce.bbclass: remove per-package things - this is not what a bbclass is for --- classes/xfce.bbclass | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'classes/xfce.bbclass') diff --git a/classes/xfce.bbclass b/classes/xfce.bbclass index 10098da8ea..793348597f 100644 --- a/classes/xfce.bbclass +++ b/classes/xfce.bbclass @@ -4,13 +4,10 @@ # Global class to make it easier to maintain XFCE packages -HOMEPAGE="http://www.xfce.org" -LICENSE="LGPL-2" +HOMEPAGE = "http://www.xfce.org" +LICENSE = "LGPL-2" -SRC_URI="http://www.us.xfce.org/archive/xfce-${PV}/src/${PN}-${PV}.tar.gz" - -# Most, but not *all* packages use pkgconfig, so we can't include it here -# too +SRC_URI = "http://www.us.xfce.org/archive/xfce-${PV}/src/${PN}-${PV}.tar.gz" inherit autotools @@ -18,9 +15,5 @@ EXTRA_OECONF += "--with-pluginsdir=${libdir}/xfce4/panel-plugins/" # FIXME: Put icons in their own package too? -PACKAGES += "${PN}-mcs-plugins ${PN}-plugins" - FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*" -FILES_${PN}-plugins += "${libdir}/xfce4/panel-plugins/*.so*" -FILES_${PN}-doc += " ${datadir}/xfce4/doc" -FILES_${PN}-mcs-plugins="${libdir}/xfce4/mcs-plugins/*.so" +FILES_${PN}-doc += "${datadir}/xfce4/doc" -- cgit v1.2.3