[oe-commits] org.oe.dev xfce.bbclass: update for 4.4.1

hrw commit openembedded-commits at lists.openembedded.org
Thu May 10 17:08:43 UTC 2007


xfce.bbclass: update for 4.4.1

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 18d0e9339b2101cf5fd32a7ea23cfd340d4dd6ad
ViewMTN: http://monotone.openembedded.org/revision.psp?id=18d0e9339b2101cf5fd32a7ea23cfd340d4dd6ad
Files:
1
classes/xfce.bbclass
Diffs:

#
# mt diff -r790712bd49d10679121b60bcfb41b3b5552e4e86 -r18d0e9339b2101cf5fd32a7ea23cfd340d4dd6ad
#
# 
# 
# patch "classes/xfce.bbclass"
#  from [6ba0ecbb238b1738d96fa4fe4cdc0c76dd09d856]
#    to [889eebb975fa08881d190dbce2fc74a46bb37a77]
# 
============================================================
--- classes/xfce.bbclass	6ba0ecbb238b1738d96fa4fe4cdc0c76dd09d856
+++ classes/xfce.bbclass	889eebb975fa08881d190dbce2fc74a46bb37a77
@@ -6,15 +6,10 @@ LICENSE = "LGPL-2"
 
 HOMEPAGE = "http://www.xfce.org"
 LICENSE = "LGPL-2"
+DEPENDS += "startup-notification"
 
-def xfce_extension(ver):
-	ext = "gz"
-	if ver == "4.3.99.2":
-		ext = "bz2"
-	return ext
+SRC_URI = "http://www.us.xfce.org/archive/xfce-${PV}/src/${PN}-${PV}.tar.bz2"
 
-SRC_URI = "http://www.us.xfce.org/archive/xfce-${PV}/src/${PN}-${PV}.tar.${@xfce_extension("${PV}")}"
-
 inherit autotools
 
 EXTRA_OECONF += "--with-pluginsdir=${libdir}/xfce4/panel-plugins/"






More information about the Openembedded-commits mailing list