aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libgnomeui_2.6.1.1.bb
blob: d6e89087bdf02a162a66b8970c138c44b7b394ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LICENSE = "GPL"
SECTION = "x11/gnome/libs"

PR = "r2"

DEPENDS = "libgnome libgnomecanvas libbonoboui gnome-keyring"
DESCRIPTION = "GNOME User Interface Library"

FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \
	${libdir}/libglade/*/lib*.so"

inherit gnome

SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch;apply=yes"

EXTRA_OECONF = "--disable-gtk-doc"

do_configure_prepend() {
	install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h
}

SRC_URI[archive.md5sum] = "16e6717b5d7da982db00fea6167188ef"
SRC_URI[archive.sha256sum] = "0c6c91a59e411d196fe56c814bd368224b04e11a341a8ad552398035e8f19d93"