git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd1350
)
xfce.bbclass: update for 4.4.1
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 10 May 2007 13:49:06 +0000
(13:49 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 10 May 2007 13:49:06 +0000
(13:49 +0000)
classes/xfce.bbclass
patch
|
blob
|
history
diff --git
a/classes/xfce.bbclass
b/classes/xfce.bbclass
index
8124dc8
..
ecc0082
100644
(file)
--- 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