diff options
Diffstat (limited to 'meta/recipes-gnome/gthumb')
-rw-r--r-- | meta/recipes-gnome/gthumb/gthumb_2.12.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb new file mode 100644 index 0000000000..f6755b0f6f --- /dev/null +++ b/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop" +SECTION = "x11/gnome" +LICENSE = "GPLv2" +DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf-dbus libpng gstreamer jpeg tiff" +PR = "r1" + +EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter" + +inherit gnome pkgconfig + +FILES_${PN} += "${datadir}/icons" +FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug" |