[oe-commits] Koen Kooi : elementary-icon-theme: update to 2.3

git version control git at git.openembedded.org
Thu Apr 8 19:49:00 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 243f74f834e286e7ebb4a2059e9a2f9bfed8f4da
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=243f74f834e286e7ebb4a2059e9a2f9bfed8f4da

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  8 19:17:35 2010 +0200

elementary-icon-theme: update to 2.3

---

 recipes/gtk-engines/elementary-icon-theme_2.2.bb |   28 ------------------
 recipes/gtk-engines/elementary-icon-theme_2.3.bb |   34 ++++++++++++++++++++++
 2 files changed, 34 insertions(+), 28 deletions(-)

diff --git a/recipes/gtk-engines/elementary-icon-theme_2.2.bb b/recipes/gtk-engines/elementary-icon-theme_2.2.bb
deleted file mode 100644
index 794d1dc..0000000
--- a/recipes/gtk-engines/elementary-icon-theme_2.2.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "Icon theme from the Elementary project"
-SECTION = "x11/icons"
-HOMEPAGE = "http://www.elementary-project.com/"
-
-inherit gtk-icon-cache
-
-# We have to get the icons from a mirror (LaunchPad) as DeviantArt has a download 
-# wrapper to stop simple HTTP gets :(.
-
-SRC_URI = " \
-  http://launchpad.net/elementaryicons/2.0/2.2/+download/elementary_2.2.tar.gz;name=archive \
-"
-
-SRC_URI[archive.md5sum] = "fb740a046d8d728613499a77b77bc1e2"
-SRC_URI[archive.sha256sum] = "49672fc965b30cc6c5c2589a1b72c5187a2d185e7f6d599968172fd694f28ea6"
-
-S = "${WORKDIR}/elementary_2.2"
-
-do_install() {
-        install -d ${D}${datadir}/icons/
-        install -d ${D}${datadir}/icons/elementary/
-        cp -r ${S}/* "${D}${datadir}/icons/elementary/"
-}
-
-FILES_${PN} = "${datadir}/icons/elementary/"
-RDEPENDS_${PN} += "gnome-icon-theme"
-PACKAGE_ARCH = "all"
-
diff --git a/recipes/gtk-engines/elementary-icon-theme_2.3.bb b/recipes/gtk-engines/elementary-icon-theme_2.3.bb
new file mode 100644
index 0000000..5fdb345
--- /dev/null
+++ b/recipes/gtk-engines/elementary-icon-theme_2.3.bb
@@ -0,0 +1,34 @@
+DESCRIPTION = "Icon theme from the Elementary project"
+SECTION = "x11/icons"
+HOMEPAGE = "http://www.elementary-project.com/"
+
+inherit gtk-icon-cache
+
+# We have to get the icons from a mirror (LaunchPad) as DeviantArt has a download 
+# wrapper to stop simple HTTP gets :(.
+
+SRC_URI = " \
+  http://launchpad.net/elementaryicons/2.0/2.3/+download/elementary-monochrome.tar.gz;name=mono \
+  http://launchpad.net/elementaryicons/2.0/2.3/+download/elementary.tar.gz;name=regular \
+"
+
+SRC_URI[mono.md5sum] = "986a2475e9953450b37912d154bb325d"
+SRC_URI[mono.sha256sum] = "da461bd70b2fda633f26aa7495e1efc5d97815661799566f0a8accaea411272f"
+
+SRC_URI[regular.md5sum] = "674a88984f55170c17298863f72dd34d"
+SRC_URI[regular.sha256sum] = "f7cacfd0e4d3c9ea1c84b29a4f2c75fa1066d6c7f9b41ca0b96ae033c23992a6"
+
+S = "${WORKDIR}"
+
+do_install() {
+	install -d ${D}${datadir}/icons/elementary/
+	install -d ${D}${datadir}/icons/elementary-monochrome/
+
+	cp -r ${S}/elementary/* ${D}${datadir}/icons/elementary/
+	cp -r ${S}/elementary-monochrome/* ${D}${datadir}/icons/elementary-monochrome/
+}
+
+FILES_${PN} = "${datadir}/icons/elementary*"
+RDEPENDS_${PN} += "gnome-icon-theme"
+PACKAGE_ARCH = "all"
+





More information about the Openembedded-commits mailing list