1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 03:47:03 +00:00

meta-gnome: Remove libgnome, libgnoneui and update gthumb adding libunique dependency

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-10-02 22:32:45 +01:00
parent 4163767c00
commit 0cab41aac3
7 changed files with 22 additions and 4088 deletions
+12
View File
@@ -0,0 +1,12 @@
DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop"
SECTION = "x11/gnome"
LICENSE = "GPLv2"
DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf-dbus libpng gstreamer jpeg tiff"
PR = "r1"
EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter"
inherit gnome pkgconfig
FILES_${PN} += "${datadir}/icons"
FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug"
@@ -0,0 +1,10 @@
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libunique/1.1/libunique-${PV}.tar.bz2"
PR = "r1"
DEPENDS = "glib-2.0 gtk+ dbus"
LICENSE = "LGPLv2.1"
#S = "${WORKDIR}/unique-${PV}"
inherit autotools