xfce.bbclass: update for 4.4.1
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 10 May 2007 13:49:06 +0000 (13:49 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 10 May 2007 13:49:06 +0000 (13:49 +0000)
classes/xfce.bbclass

index 8124dc8..ecc0082 100644 (file)
@@ -6,14 +6,9 @@
 
 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.${@xfce_extension("${PV}")}"
+SRC_URI = "http://www.us.xfce.org/archive/xfce-${PV}/src/${PN}-${PV}.tar.bz2"
 
 inherit autotools