diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-10 13:49:06 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-10 13:49:06 +0000 |
commit | 9dcd087a0fbe2866a0a002bf9a21415eeca66e36 (patch) | |
tree | ecfb2e9707dce8be90de1628da727546db2945ae | |
parent | 4cd135021235febf37b5f04cee4174b05a75f57e (diff) |
xfce.bbclass: update for 4.4.1
-rw-r--r-- | classes/xfce.bbclass | 9 |
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 |