]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add gtk-update-icon-cache to FILES_${PN} for gtk 2.8.9
authorChris Lord <chris@openedhand.com>
Wed, 25 Jan 2006 17:31:05 +0000 (17:31 +0000)
committerChris Lord <chris@openedhand.com>
Wed, 25 Jan 2006 17:31:05 +0000 (17:31 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@237 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index 454c0d79d080b425542e929e11848878341988d1..a6a87d8d6df5693bb5e0e57d93480fcecf5150e0 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 cairo"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-${PV}.tar.bz2 \
            file://no-xwc.patch;patch=1 \
@@ -29,6 +29,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"