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:
@@ -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
|
||||
Reference in New Issue
Block a user