libgnomeui: import from OE rev 7ae56b81f8cc22f9ef13a48cde000e32138948ea

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi 2011-06-03 21:42:37 +02:00
parent 14ead8ca4d
commit accc0d62ae
4 changed files with 4068 additions and 0 deletions

View File

@ -0,0 +1,23 @@
DESCRIPTION = "GNOME User Interface Library"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
SECTION = "x11/gnome/libs"
DEPENDS = "libgnome libgnomecanvas libbonoboui gnome-keyring"
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"
EXTRA_OECONF = "--disable-gtk-doc"
do_configure_prepend() {
install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
--- 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

@ -0,0 +1,4 @@
require libgnomeui.inc
SRC_URI[archive.md5sum] = "ceab6f4370581d1a03c09f15cc103099"
SRC_URI[archive.sha256sum] = "04c81f3bb5a337cdf3ed1230916f82d29857ee95eb884f58dd2f5c6860efe803"