diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-08-19 08:04:29 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-20 10:56:05 +0200 |
commit | ae0a397d76793cd5662b33cab1263a0414e26425 (patch) | |
tree | bb2fe27e99f7af9fbe6d7f12c33638cc846f866a /recipes | |
parent | 31b3535468b58efc05b9206a183a25fa6a5478d2 (diff) |
gthumb: add 2.10.11
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gthumb/gthumb_2.10.11.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gthumb/gthumb_2.10.11.bb b/recipes/gthumb/gthumb_2.10.11.bb new file mode 100644 index 0000000000..dc75a0bfb9 --- /dev/null +++ b/recipes/gthumb/gthumb_2.10.11.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop." +LICENSE = "GPL" + +DEPENDS = "gtk+ libexif libgnome libgnomeui libgnomeprintui" + +inherit gnome + +FILES_${PN} += "${datadir}/gnome* ${datadir}/application-registry/*" +FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug" + + + |