diff options
author | Steve Sakoman <steve@sakoman.com> | 2010-04-03 21:51:25 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-06 18:26:32 +0200 |
commit | d819930c046f8c1d4da9ab9d414768799b458449 (patch) | |
tree | 122f220b09fb8755334ce6c1399b9eb2f6e0c959 /recipes/gnome/gnome-backgrounds_2.30.0.bb | |
parent | add4efda837bf2900b0021d6ce289e0c08b5d229 (diff) |
gnome-backgrounds: add 2.30.0
Diffstat (limited to 'recipes/gnome/gnome-backgrounds_2.30.0.bb')
-rw-r--r-- | recipes/gnome/gnome-backgrounds_2.30.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-backgrounds_2.30.0.bb b/recipes/gnome/gnome-backgrounds_2.30.0.bb new file mode 100644 index 0000000000..6b059df6db --- /dev/null +++ b/recipes/gnome/gnome-backgrounds_2.30.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Gnome background images" +LICENSE = "GPL" +SECTION = "x11/gnome" + +inherit gnome + +SRC_URI[archive.md5sum] = "4d620b0d0b6498eceacaef018abdcad2" +SRC_URI[archive.sha256sum] = "c69220d2c65419c5c2cce1f80df8bb40ef2e584ef5500313f9304eb5f71e8a92" + +FILES_${PN} += "${datadir}/gnome-background-properties" + |