summaryrefslogtreecommitdiffstats
path: root/meta-gnome/packages/gthumb/gthumb_2.10.11.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-10 11:07:02 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-10 11:07:02 +0100
commit5f37dfd98b624111d573bcdadfad0ee82c999cbe (patch)
tree76b32d8c557eff2d90889371a0d93c4217e386c9 /meta-gnome/packages/gthumb/gthumb_2.10.11.bb
parentd10060c3305a6c1307878f723cd7b28045ed2a2b (diff)
downloadpoky-5f37dfd98b624111d573bcdadfad0ee82c999cbe.tar.gz
Add meta-gnome overlay information for gnome packages which aren't part of standard Poky (based on OE.dev but with additions/modifications)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-gnome/packages/gthumb/gthumb_2.10.11.bb')
-rw-r--r--meta-gnome/packages/gthumb/gthumb_2.10.11.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-gnome/packages/gthumb/gthumb_2.10.11.bb b/meta-gnome/packages/gthumb/gthumb_2.10.11.bb
new file mode 100644
index 0000000000..1b957e0a8d
--- /dev/null
+++ b/meta-gnome/packages/gthumb/gthumb_2.10.11.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop"
2SECTION = "x11/gnome"
3LICENSE = "GPL"
4DEPENDS = "glib-2.0 gtk+ libbonobo libgnome libgnomeui gnome-vfs libxml2 libglade gnome-doc-utils"
5
6#EXTRA_OECONF = "--disable-scrollkeeper"
7
8inherit gnome pkgconfig
9
10do_stage () {
11 autotools_stage_all
12}
13
14FILES_${PN} += "${datadir}/icons"
15FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug" \ No newline at end of file