All of lore.kernel.org
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio@debian.org>
To: openembedded-devel@lists.openembedded.org
Cc: Otavio Salvador <otavio@ossystems.com.br>
Subject: [PATCH 2/6] gtk-engines: add 2.18.1
Date: Wed, 22 Apr 2009 22:17:37 -0300	[thread overview]
Message-ID: <1240449461-26116-3-git-send-email-otavio@debian.org> (raw)
In-Reply-To: <1240449461-26116-2-git-send-email-otavio@debian.org>

From: Otavio Salvador <otavio@ossystems.com.br>

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 conf/checksums.ini                        |    4 +++
 recipes/gtk-engines/gtk-engines_2.18.1.bb |   30 +++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 0 deletions(-)
 create mode 100644 recipes/gtk-engines/gtk-engines_2.18.1.bb

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 69b45fe..27b7eb6 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -9738,6 +9738,10 @@ sha256=15aa3a926307b4b3e40f3a9b05c604df6811eb48814b1534db32aed414aefb0c
 md5=060ea25c471e5f4cf5c1baeac27d0345
 sha256=0d8b6630c546327ddc67c700859731036eebdf77e51ad8b71e4d19d28ca2ff2c
 
+[http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.18/gtk-engines-2.18.1.tar.bz2]
+md5=5dc748cfb0587bb412adc49b666fb6f8
+sha256=d7e2672fcf80f5c35d481c24e0ab5b7d0f6526dcc3d8821ab76468c1816dc3bc
+
 [http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.2/gtk-engines-2.2.0.tar.bz2]
 md5=78e9276c28b509f3203de4873c20a263
 sha256=140541cae8b003d2f7210e2ef060ac328d7e45a04e2cf5fa943fff73c9955dd6
diff --git a/recipes/gtk-engines/gtk-engines_2.18.1.bb b/recipes/gtk-engines/gtk-engines_2.18.1.bb
new file mode 100644
index 0000000..177c5b8
--- /dev/null
+++ b/recipes/gtk-engines/gtk-engines_2.18.1.bb
@@ -0,0 +1,30 @@
+LICENSE = "GPL"
+SECTION = "x11/base"
+DESCRIPTION = "GTK theme engines"
+DEPENDS = "gtk+ cairo"
+
+RDEPENDS_gtk-theme-redmond = "gtk-engine-redmond95"
+RDEPENDS_gtk-theme-metal = "gtk-engine-metal"
+RDEPENDS_gtk-theme-mist = "gtk-engine-mist"
+RDEPENDS_gtk-theme-crux = "gtk-engine-crux-engine"
+RDEPENDS_gtk-theme-lighthouseblue = "gtk-engine-lighthouseblue"
+RDEPENDS_gtk-theme-thinice = "gtk-engine-thinice"
+RDEPENDS_gtk-theme-industrial = "gtk-engine-industrial"
+RDEPENDS_gtk-theme-clearlooks = "gtk-engine-clearlooks"
+
+inherit gnome  gtk-binver
+
+PACKAGES_DYNAMIC = "gtk-engine-* gtk-theme-*"
+
+python populate_packages_prepend() {
+	import os.path
+
+	engines_ver = ['gtk-2.0/', gtkbinver_find(d), '/engines']
+
+	engines_root = os.path.join(bb.data.getVar('libdir', d, 1), ''.join(engines_ver))
+	themes_root = os.path.join(bb.data.getVar('datadir', d, 1), "themes")
+
+	do_split_packages(d, engines_root, '^lib(.*)\.so$', 'gtk-engine-%s', 'GTK %s theme engine', extra_depends='')
+	do_split_packages(d, themes_root, '(.*)', 'gtk-theme-%s', 'GTK theme %s', allow_dirs=True, extra_depends='')
+}
+
-- 
1.6.2.1.303.g63699




  reply	other threads:[~2009-04-23  1:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-23  1:17 Small patchset being used at O.S. Systems and ready for pushing Otavio Salvador
2009-04-23  1:17 ` [PATCH 1/6] qt4.inc: add translation packages to the dynamic list Otavio Salvador
2009-04-23  1:17   ` Otavio Salvador [this message]
2009-04-23  1:17     ` [PATCH 3/6] machine/geode[gl]x: use more optimization while compiling Otavio Salvador
2009-04-23  1:17       ` [PATCH 4/6] qt4-tools-native: add qdbusxml2cpp Otavio Salvador
2009-04-23  1:17         ` [PATCH 5/6] qmake2.bbclass: add OE_QMAKE_QDBUSXML2CPP var Otavio Salvador
2009-04-23  1:17           ` [PATCH 6/6] acpid: add 1.0.8 (with netlink support) Otavio Salvador
2009-04-24 17:52           ` [PATCH 5/6] qmake2.bbclass: add OE_QMAKE_QDBUSXML2CPP var Jeremy Lainé
2009-04-24 17:20         ` [PATCH 4/6] qt4-tools-native: add qdbusxml2cpp Jeremy Lainé
2009-04-23  6:29       ` [PATCH 3/6] machine/geode[gl]x: use more optimization while compiling Koen Kooi
2009-04-23 12:56         ` Otavio Salvador
2009-04-23 14:37           ` Koen Kooi
2009-04-23 14:48             ` Otavio Salvador
2009-04-23 10:01       ` Marcin Juszkiewicz
2009-04-23 12:57         ` Otavio Salvador
2009-04-24 17:03   ` [PATCH 1/6] qt4.inc: add translation packages to the dynamic list Jeremy Lainé
2009-04-23 14:22 ` Small patchset being used at O.S. Systems and ready for pushing Michael 'Mickey' Lauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1240449461-26116-3-git-send-email-otavio@debian.org \
    --to=otavio@debian.org \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=otavio@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.