blob: 1b957e0a8d8bb951c722281c5755cc825d966fdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop"
SECTION = "x11/gnome"
LICENSE = "GPL"
DEPENDS = "glib-2.0 gtk+ libbonobo libgnome libgnomeui gnome-vfs libxml2 libglade gnome-doc-utils"
#EXTRA_OECONF = "--disable-scrollkeeper"
inherit gnome pkgconfig
do_stage () {
autotools_stage_all
}
FILES_${PN} += "${datadir}/icons"
FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug"
|