[oe-commits] Koen Kooi : elementary-gtk-theme: add 1.0

git version control git at git.openembedded.org
Thu Apr 8 15:29:05 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 85ce1e8f61c597c7f67fc08ae99a906fbff711da
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=85ce1e8f61c597c7f67fc08ae99a906fbff711da

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  8 14:53:13 2010 +0200

elementary-gtk-theme: add 1.0

---

 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 0000000..71505a2
--- /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"
+





More information about the Openembedded-commits mailing list