aboutsummaryrefslogtreecommitdiffstats
path: root/classes/xfce.bbclass
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-05-10 13:49:06 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-05-10 13:49:06 +0000
commit9dcd087a0fbe2866a0a002bf9a21415eeca66e36 (patch)
treeecfb2e9707dce8be90de1628da727546db2945ae /classes/xfce.bbclass
parent4cd135021235febf37b5f04cee4174b05a75f57e (diff)
downloadopenembedded-9dcd087a0fbe2866a0a002bf9a21415eeca66e36.tar.gz
xfce.bbclass: update for 4.4.1
Diffstat (limited to 'classes/xfce.bbclass')
-rw-r--r--classes/xfce.bbclass9
1 files changed, 2 insertions, 7 deletions
diff --git a/classes/xfce.bbclass b/classes/xfce.bbclass
index 8124dc877c..ecc00825bc 100644
--- a/classes/xfce.bbclass
+++ b/classes/xfce.bbclass
@@ -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