diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-10 11:07:02 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-10 11:07:02 +0100 |
commit | 5f37dfd98b624111d573bcdadfad0ee82c999cbe (patch) | |
tree | 76b32d8c557eff2d90889371a0d93c4217e386c9 /meta-gnome/packages/gthumb | |
parent | d10060c3305a6c1307878f723cd7b28045ed2a2b (diff) | |
download | poky-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')
-rw-r--r-- | meta-gnome/packages/gthumb/gthumb_2.10.11.bb | 15 |
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 @@ | |||
1 | DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop" | ||
2 | SECTION = "x11/gnome" | ||
3 | LICENSE = "GPL" | ||
4 | DEPENDS = "glib-2.0 gtk+ libbonobo libgnome libgnomeui gnome-vfs libxml2 libglade gnome-doc-utils" | ||
5 | |||
6 | #EXTRA_OECONF = "--disable-scrollkeeper" | ||
7 | |||
8 | inherit gnome pkgconfig | ||
9 | |||
10 | do_stage () { | ||
11 | autotools_stage_all | ||
12 | } | ||
13 | |||
14 | FILES_${PN} += "${datadir}/icons" | ||
15 | FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug" \ No newline at end of file | ||