diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-04-06 17:56:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-08 06:14:57 -0700 |
commit | 17a6d709aca82c2f9438ed0cb15e52b00ae5c47c (patch) | |
tree | f6a1442c0f4d471915443c539403c892f118d6bf /meta/recipes-gnome/gthumb/gthumb_2.12.1.bb | |
parent | f70c25c2a3cbccd4d4a2f360955af91ad5f57b22 (diff) | |
download | poky-17a6d709aca82c2f9438ed0cb15e52b00ae5c47c.tar.gz |
gthumb: update to 2.12.2
(From OE-Core rev: 5f7e4f3ceaa4943a6088377ed22dc88bc06e8574)
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.1.bb')
-rw-r--r-- | meta/recipes-gnome/gthumb/gthumb_2.12.1.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.1.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.1.bb deleted file mode 100644 index 68437fc720..0000000000 --- a/meta/recipes-gnome/gthumb/gthumb_2.12.1.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
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-dbus 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] = "a89be18a9e6f7f9d65cef56f34eb3022" | ||
16 | SRC_URI[archive.sha256sum] = "94d186db48e4527f1ba1dad41b860fc34b8f13da4228319dc742c91f45ddea64" | ||