[oe-commits] Stanislav Brabec : gtk+: Implemented INC_PR, require hicolor-icon-theme.

git version control git at git.openembedded.org
Wed Sep 16 19:53:12 UTC 2009


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

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Wed Sep 16 19:50:10 2009 +0000

gtk+: Implemented INC_PR, require hicolor-icon-theme.

---

 recipes/gtk+/gtk+.inc        |    3 +++
 recipes/gtk+/gtk+_2.12.0.bb  |    2 +-
 recipes/gtk+/gtk+_2.12.11.bb |    2 +-
 recipes/gtk+/gtk+_2.12.3.bb  |    2 +-
 recipes/gtk+/gtk+_2.14.1.bb  |    2 +-
 recipes/gtk+/gtk+_2.14.2.bb  |    2 +-
 recipes/gtk+/gtk+_2.16.4.bb  |    2 +-
 recipes/gtk+/gtk+_2.16.6.bb  |    1 +
 8 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/recipes/gtk+/gtk+.inc b/recipes/gtk+/gtk+.inc
index 9322d70..d47ace0 100644
--- a/recipes/gtk+/gtk+.inc
+++ b/recipes/gtk+/gtk+.inc
@@ -8,6 +8,8 @@ DEPENDS = "glib-2.0 tiff pango atk jpeg libpng libxext libxcursor gtk-doc libgcr
            libxrandr libxdamage libxrender libxcomposite"
 PROVIDES = "gdk-pixbuf"
 
+INC_PR = "r6"
+
 inherit autotools pkgconfig
 
 LEAD_SONAME = "libgtk-x11-2.0.so"
@@ -18,6 +20,7 @@ FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \
 	${libdir}/lib*.so.* \
 	${datadir}/themes ${sysconfdir} \
 	${libdir}/gtk-2.0/${LIBV}/engines/libpixmap.so"
+RDEPENDS_${PN} = "hicolor-icon-theme"
 
 FILES_${PN}-dev += " \
         ${datadir}/gtk-2.0/include \
diff --git a/recipes/gtk+/gtk+_2.12.0.bb b/recipes/gtk+/gtk+_2.12.0.bb
index 3d4dcde..f5741b6 100644
--- a/recipes/gtk+/gtk+_2.12.0.bb
+++ b/recipes/gtk+/gtk+_2.12.0.bb
@@ -1,6 +1,6 @@
 require gtk+.inc
 
-PR = "r3"
+PR = "${INC_PR}.0"
 
 DEPENDS += "cairo"
 
diff --git a/recipes/gtk+/gtk+_2.12.11.bb b/recipes/gtk+/gtk+_2.12.11.bb
index d246eb8..8a0db74 100644
--- a/recipes/gtk+/gtk+_2.12.11.bb
+++ b/recipes/gtk+/gtk+_2.12.11.bb
@@ -1,6 +1,6 @@
 require gtk+.inc
 
-PR = "r4"
+PR = "${INC_PR}.0"
 
 DEPENDS += "cairo"
 
diff --git a/recipes/gtk+/gtk+_2.12.3.bb b/recipes/gtk+/gtk+_2.12.3.bb
index 642154b..8a0db74 100644
--- a/recipes/gtk+/gtk+_2.12.3.bb
+++ b/recipes/gtk+/gtk+_2.12.3.bb
@@ -1,6 +1,6 @@
 require gtk+.inc
 
-PR = "r3"
+PR = "${INC_PR}.0"
 
 DEPENDS += "cairo"
 
diff --git a/recipes/gtk+/gtk+_2.14.1.bb b/recipes/gtk+/gtk+_2.14.1.bb
index 627a175..dc4f2f2 100644
--- a/recipes/gtk+/gtk+_2.14.1.bb
+++ b/recipes/gtk+/gtk+_2.14.1.bb
@@ -1,6 +1,6 @@
 require gtk+.inc
 
-PR = "r1"
+PR = "${INC_PR}.0"
 
 DEPENDS += "cairo jasper"
 
diff --git a/recipes/gtk+/gtk+_2.14.2.bb b/recipes/gtk+/gtk+_2.14.2.bb
index 0289e2e..bc4a586 100644
--- a/recipes/gtk+/gtk+_2.14.2.bb
+++ b/recipes/gtk+/gtk+_2.14.2.bb
@@ -1,6 +1,6 @@
 require gtk+.inc
 
-PR = "r5"
+PR = "${INC_PR}.0"
 
 DEPENDS += "cairo jasper"
 
diff --git a/recipes/gtk+/gtk+_2.16.4.bb b/recipes/gtk+/gtk+_2.16.4.bb
index 4fde9b6..890a27f 100644
--- a/recipes/gtk+/gtk+_2.16.4.bb
+++ b/recipes/gtk+/gtk+_2.16.4.bb
@@ -1,7 +1,7 @@
 require gtk+.inc
 
 DEPENDS += "cairo jasper"
-PR = "r0"
+PR = "${INC_PR}.0"
 
 # disabled per default - this uses as little patches as possible
 DEFAULT_PREFERENCE = "-1" 
diff --git a/recipes/gtk+/gtk+_2.16.6.bb b/recipes/gtk+/gtk+_2.16.6.bb
index 43df738..890a27f 100644
--- a/recipes/gtk+/gtk+_2.16.6.bb
+++ b/recipes/gtk+/gtk+_2.16.6.bb
@@ -1,6 +1,7 @@
 require gtk+.inc
 
 DEPENDS += "cairo jasper"
+PR = "${INC_PR}.0"
 
 # disabled per default - this uses as little patches as possible
 DEFAULT_PREFERENCE = "-1" 





More information about the Openembedded-commits mailing list