diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-08 14:53:13 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-08 14:53:13 +0200 |
commit | 85ce1e8f61c597c7f67fc08ae99a906fbff711da (patch) | |
tree | 686ca908464f4c11dd8417870a0115a124a9ad77 /recipes/gtk-engines | |
parent | df9cefd2955f3c1d26f4f6830f9a0e17dc7fb629 (diff) |
elementary-gtk-theme: add 1.0
Diffstat (limited to 'recipes/gtk-engines')
-rw-r--r-- | recipes/gtk-engines/elementary-gtk-theme_1.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/gtk-engines/elementary-gtk-theme_1.0.bb b/recipes/gtk-engines/elementary-gtk-theme_1.0.bb new file mode 100644 index 0000000000..71505a2ca5 --- /dev/null +++ b/recipes/gtk-engines/elementary-gtk-theme_1.0.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "The official elementary GTK theme designed to be smooth, attractive, fast, and usable." +LICENSE = "GPLv2" + +SRC_URI = "http://launchpadlibrarian.net/37260169/eGTK.tar.gz;name=archive" + +SRC_URI[archive.md5sum] = "86e26e6408ffc0cdd366d22fb5fb7618" +SRC_URI[archive.sha256sum] = "e7abc91270f56c71c68bfb4786eb69ca5b9148d01bb85c7b2103a3d7b8aac5a1" + +S = "${WORKDIR}/eGTK" + +do_install() { + rm -rf ${S}/patches + install -d ${D}${datadir}/themes/elementary + cp -r ${S}/* ${D}${datadir}/themes/elementary/ +} + +PACKAGE_ARCH = "all" +FILES_${PN} = "${datadir}" +RDEPENDS_${PN} = "elementary-icon-theme gtk-engine-murrine" + |