diff options
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" + + + |