diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-30 14:48:27 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-01 12:25:33 +0000 |
commit | 73c0fc027dfaaf32bf6af66184a70ce0e807faeb (patch) | |
tree | ef809a09fe6d922fc29a1bb9eae553346c09d214 /meta/recipes-gnome/gthumb/gthumb_2.12.4.bb | |
parent | 413619bf641ace2b9a001536dccf837e2e1f8407 (diff) | |
download | poky-73c0fc027dfaaf32bf6af66184a70ce0e807faeb.tar.gz |
gthumb: update to 2.12.4
(From OE-Core rev: 047f14fafc270b28c7f8e11d764c7ac40130cbe3)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gthumb/gthumb_2.12.4.bb')
-rw-r--r-- | meta/recipes-gnome/gthumb/gthumb_2.12.4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb new file mode 100644 index 0000000000..8367bbdeaf --- /dev/null +++ b/meta/recipes-gnome/gthumb/gthumb_2.12.4.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop" | ||
2 | SECTION = "x11/gnome" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
5 | DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf libpng gstreamer jpeg tiff gst-plugins-base" | ||
6 | |||
7 | EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter" | ||
8 | |||
9 | inherit gnome pkgconfig | ||
10 | |||
11 | FILES_${PN} += "${datadir}/icons" | ||
12 | FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug/ ${libdir}/gthumb/extensions/.debug/" | ||
13 | |||
14 | SRC_URI[archive.md5sum] = "97fc13221b0c5d80c27a2e25a3a3ac6f" | ||
15 | SRC_URI[archive.sha256sum] = "cf809695230ab8892a078be454a42ade865754c72ec1da7c3d74d4310de54f1d" | ||