1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

gnome: Promote gnome-settings-daemon and dependencies into meta/. Also remove now unneeded custom staging functions

This commit is contained in:
Richard Purdie
2009-08-18 16:41:39 +01:00
parent c41f317a14
commit 9e58848ef9
17 changed files with 760 additions and 61 deletions
@@ -1,18 +0,0 @@
DESCRIPTION = "GNOME library for reading .desktop files"
SECTION = "x11/gnome"
LICENSE = "GPL"
DEPENDS = "gconf-dbus libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils"
EXTRA_OECONF = "--disable-scrollkeeper"
do_configure_prepend () {
cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
}
do_stage () {
autotools_stage_all
}
FILES_${PN} += "${datadir}/gnome-about"
inherit gnome pkgconfig
@@ -1,10 +0,0 @@
--- Makefile.am~ 2007-05-22 16:50:35.000000000 +0200
+++ Makefile.am 2007-05-22 16:50:35.000000000 +0200
@@ -3,7 +3,6 @@
libgnome-desktop \
gnome-about \
pixmaps \
- desktop-docs \
docs \
man
@@ -1,3 +0,0 @@
require gnome-desktop.inc
SRC_URI += "file://no-desktop-docs.patch;patch=1;pnum=0"
@@ -1,16 +0,0 @@
LICENSE = "GPL LGPL"
DEPENDS = "libxml2 libxslt libxslt-native"
PR = "r1"
inherit gnome
EXTRA_OECONF = "--disable-scrollkeeper"
do_stage() {
mkdir -p ${STAGING_DATADIR}/xml/gnome/xslt/
cp -pPr ${S}/xslt/* ${STAGING_DATADIR}/xml/gnome/xslt/
autotools_stage_all
}
FILES_${PN} += "${datadir}/xml*"
@@ -1,3 +0,0 @@
require gnome-doc-utils.inc
PR = "r1"
@@ -1,22 +0,0 @@
DESCRIPTION = "GNOME settings daemon"
LICENSE = "GPL"
PR = "r1"
DEPENDS = "libxklavier libgnomekbd gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl gnome-desktop"
inherit gnome
FILES_${PN} += "${libdir}/gnome-settings-daemon-2.0/*.so ${libdir}/gnome-settings-daemon-2.0/*plugin \
${datadir}/dbus-1/ \
${datadir}/icon* \
${datadir}/xsession*"
FILES_${PN}-dbg += "${libdir}/gnome-settings-daemon-2.0/.debug"
FILES_${PN}-dev += "${libdir}/gnome-settings-daemon-2.0/*.a ${libdir}/gnome-settings-daemon-2.0/*.la"
do_stage() {
autotools_stage_all
}
ASNEEDED = ""
@@ -1,19 +0,0 @@
DESCRIPTION = "GNOME keyboard library"
LICENSE = "LGPL"
DEPENDS = "gconf-dbus dbus libxklavier gtk+"
inherit gnome
do_configure_append() {
find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
}
do_stage() {
autotools_stage_all
}