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

View File

@ -1,16 +0,0 @@
DESCRIPTION = "Gnome application programming libraries"
LICENSE = "GPL"
SECTION = "x11/gnome/libs"
PR = "r0"
inherit gnome lib_package
DEPENDS = "gconf-native gnome-vfs libbonobo esound"
EXTRA_OECONF = "--disable-gtk-doc"
FILES_${PN} += "${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so \
${datadir}/gnome-background-properties ${datadir}/pixmaps"
FILES_${PN}-dev += "${libdir}/bonobo/monikers/*a"
FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug"

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +0,0 @@
--- libgnomeui-2.6.1.1/configure.in.old 2004-08-04 00:28:43.582266664 +0100
+++ libgnomeui-2.6.1.1/configure.in 2004-08-04 00:29:27.496590672 +0100
@@ -235,7 +235,7 @@
dnl This is installed from GTK+ 2.0's gdk-pixbuf
AC_PATH_PROG(GDK_PIXBUF_CSOURCE, gdk-pixbuf-csource)
-test -z "$GDK_PIXBUF_CSOURCE" && AC_MSG_ERROR([
+test -z "$GDK_PIXBUF_CSOURCE" && AC_MSG_WARN([
*** You need the gdk-pixbuf-csource tool which is installed
*** from GTK+ 2.0's gdk-pixbuf.
***

View File

@ -1,20 +0,0 @@
DESCRIPTION = "GNOME User Interface Library"
LICENSE = "GPL"
SECTION = "x11/gnome/libs"
DEPENDS = "libgnome libgnomecanvas gnome-keyring libbonoboui"
inherit gnome
FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \
${libdir}/libglade/*/lib*.so \
${datadir}/pixmaps/gnome-about-logo.png"
FILES_${PN}-dev += "${libdir}/gtk-2.0/*/filesystems/*.la ${libdir}/gtk-2.0/*/filesystems/*.a ${libdir}/libglade/*/*.la ${libdir}/libglade/*/*.a"
FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/filesystems/.debug/ ${libdir}/libglade/*/.debug/"
SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch;patch=1"
EXTRA_OECONF = "--disable-gtk-doc"
do_configure_prepend() {
install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h
}

View File

@ -1,11 +0,0 @@
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
FILES_${PN} += "${datadir}/icons"
FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug"

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"

View File

@ -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