gimp 2.3.10: fix packaging, closes #2313
authorKoen Kooi <koen@openembedded.org>
Mon, 14 May 2007 19:06:01 +0000 (19:06 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 14 May 2007 19:06:01 +0000 (19:06 +0000)
packages/gimp/gimp_2.3.10.bb

index a1e875b..f43140e 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "The GIMP is the GNU Image Manipulation Program."
 HOMEPAGE = "http://www.gimp.org"
 SECTION = "x11/graphics"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 DEPENDS = "sed-native libart-lgpl gtk+ jpeg libpng libexif tiff"
 
@@ -25,3 +25,11 @@ do_configure_append() {
         find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
 }
 
+
+FILES_${PN} += "${datadir}/icons \
+                ${datadir}/mime-info \
+               ${datadir}/application-registry "
+
+FILES_${PN}-dbg += "${libdir}/gimp/2.0/plug-ins/.debug \
+                    ${libdir}/gimp/2.0/modules/.debug"
+