diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-12 18:53:12 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-12 18:53:12 +0000 |
commit | f04c66a0233d157184a98ae889e8ef562e4bbb5a (patch) | |
tree | 64e9f1210c8a8c1bbc866ee48e940de0ecd97a80 /packages/gpe-themes/gpe-theme-clearlooks_0.3.bb | |
parent | 48b917443d7520347e433b6534355bb8bb19bc76 (diff) |
divers: fix minor spacing errors, sanitize
Diffstat (limited to 'packages/gpe-themes/gpe-theme-clearlooks_0.3.bb')
-rw-r--r-- | packages/gpe-themes/gpe-theme-clearlooks_0.3.bb | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/packages/gpe-themes/gpe-theme-clearlooks_0.3.bb b/packages/gpe-themes/gpe-theme-clearlooks_0.3.bb index 8af15beb94..0ec4e10338 100644 --- a/packages/gpe-themes/gpe-theme-clearlooks_0.3.bb +++ b/packages/gpe-themes/gpe-theme-clearlooks_0.3.bb @@ -1,14 +1,12 @@ -DESCRIPTION = "GTK+ clearlooks theme adjusted for GPE" -LICENSE = "GPL" - -PR= "r0" +DESCRIPTION = "GTK+ clearlooks theme adjusted for GPE" +LICENSE = "GPL" #it doesn't really depends on it, but it's nice to make OE build it -DEPENDS = "gtk-engines" -RDEPENDS = "gtk-engine-clearlooks" +DEPENDS = "gtk-engines" +RDEPENDS = "gtk-engine-clearlooks" -FILES_${PN} = "${datadir}/themes/" -SRC_URI = "http://dominion.kabel.utwente.nl/koen/pda/files/${P}.tar.gz" +FILES_${PN} = "${datadir}/themes/" +SRC_URI = "http://dominion.kabel.utwente.nl/koen/pda/files/${P}.tar.gz" do_install() { install -d ${D}${datadir}/themes/ |