[oe-commits] Andreas Müller : openzone: Initial add 1.2.3

git at git.openembedded.org git at git.openembedded.org
Thu Dec 27 16:16:20 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 540e9811f06cd6edf42b31f574d6ab44a8924005
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=540e9811f06cd6edf42b31f574d6ab44a8924005

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Sun Dec 23 13:02:32 2012 +0000

openzone: Initial add 1.2.3

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-art/cursor-themes/openzone_1.2.3.bb    |   29 ++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb
new file mode 100644
index 0000000..2e19d89
--- /dev/null
+++ b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "X11 Mouse Theme"
+HOMEPAGE = "http://xfce-look.org/content/show.php/OpenZone?content=111343"
+SECTION = "x11/wm"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a2f562fb8fb1e138b810d69521c4bcd7"
+DEPENDS = "icon-slicer-native xcursorgen-native"
+
+inherit allarch
+
+SRC_URI = "http://xfce-look.org/CONTENT/content-files/111343-OpenZone-${PV}.tar.xz"
+SRC_URI[md5sum] = "4dae968cbd525072664ef7a4fc7c4154"
+SRC_URI[sha256sum] = "dc20f97a49e1ff1becf7853ef5f137ed30a4c27490540e755021d78d339efd92"
+
+S = "${WORKDIR}/OpenZone"
+
+do_install() {
+	install -d ${D}${datadir}/icons
+	for theme in `find -name '*.tar.xz'`; do
+		tar -Jxf ${theme} -C ${D}${datadir}/icons
+	done
+}
+
+python populate_packages_prepend () {
+    icondir = bb.data.expand('${datadir}/icons', d)
+    do_split_packages(d, icondir, '^(.*)', '%s', 'Open Zone cursors %s', allow_dirs=True)
+}
+
+PACKAGES_DYNAMIC += "^openzone-.*"
+ALLOW_EMPTY_${PN} = "1"





More information about the Openembedded-commits mailing list