]> code.ossystems Code Review - openembedded-core.git/commitdiff
Include gtk-icon-cache in gtk package
authorMatthew Allum <mallum@openedhand.com>
Sat, 5 Nov 2005 11:29:18 +0000 (11:29 +0000)
committerMatthew Allum <mallum@openedhand.com>
Sat, 5 Nov 2005 11:29:18 +0000 (11:29 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@173 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/gtk+/gtk+_2.6.7.bb

index b53d7350e86a047a1aaf1534a75f239c0812225d..ef09049e606f0373d896203e11a64e14c2e10183 100644 (file)
@@ -6,7 +6,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 MAINTAINER = "Philip Blundell <pb@handhelds.org>"
 DEPENDS = "glib-2.0 pango atk jpeg libpng xext libxcursor gtk-doc libgcrypt"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \
            file://no-demos.patch;patch=1 \
@@ -26,6 +26,7 @@ inherit autotools pkgconfig
 
 FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \
        ${bindir}/gtk-query-immodules-2.0 \
+        ${bindir}/gtk-update-icon-cache \
        ${libdir}/lib*.so.* \
        ${datadir}/themes ${sysconfdir} \
        ${libdir}/gtk-2.0/${LIBV}/engines/libpixmap.so"