diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-24 15:18:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-01 18:34:34 +0100 |
commit | 3b95058b5117ce6093f2b31351f182b99ebd0bf8 (patch) | |
tree | 80e95107727cd0c2ababc731245eb1303a4e5f26 /meta/recipes-gnome/gthumb/gthumb_2.12.3.bb | |
parent | b326fa0735ff8780bfe1586cf9127998b78e765d (diff) | |
download | poky-3b95058b5117ce6093f2b31351f182b99ebd0bf8.tar.gz |
gthumb: update to 2.12.3
(From OE-Core rev: 01f467f197b4f7ca9e0eee1b6676e32ebbb782ae)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gthumb/gthumb_2.12.3.bb')
-rw-r--r-- | meta/recipes-gnome/gthumb/gthumb_2.12.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.3.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.3.bb new file mode 100644 index 0000000000..115a805b9e --- /dev/null +++ b/meta/recipes-gnome/gthumb/gthumb_2.12.3.bb | |||
@@ -0,0 +1,16 @@ | |||
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 | PR = "r0" | ||
7 | |||
8 | EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter" | ||
9 | |||
10 | inherit gnome pkgconfig | ||
11 | |||
12 | FILES_${PN} += "${datadir}/icons" | ||
13 | FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug" | ||
14 | |||
15 | SRC_URI[archive.md5sum] = "bfa0957a1bafc5d049292cd5fad372ce" | ||
16 | SRC_URI[archive.sha256sum] = "0060c05fd372c2af2048d294ab3f75c8fb02c576d3e2004e08b7d34f49da1e66" | ||