diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-11 11:48:22 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-11 11:48:22 +0000 |
commit | a22f97e5c43501ceed138b3187c94db5760a3f96 (patch) | |
tree | 8d4912c1a55ba3f5bfee38d8ea8d422e854622ba /classes | |
parent | 500967160d58626953ec52c4f927445aed6150b2 (diff) | |
parent | 022824ef842725cdab81209975b36d1cdc4ed353 (diff) |
merge of '1bb8268fd7793fa7cde34e0d086742cc7a98a639'
and '88cbce2efbfb5b53d746089e00d4c028271d57d2'
Diffstat (limited to 'classes')
-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 |