gnome-desktop: 2.26.0 -> 2.26.2

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-06-10 17:28:03 +01:00
parent 720909c296
commit 4378f77b07
4 changed files with 16 additions and 9 deletions

View File

@ -1,7 +1,7 @@
DESCRIPTION = "GNOME library for reading .desktop files"
SECTION = "x11/gnome"
LICENSE = "GPL"
DEPENDS = "gnome-common libgnomeui"
DEPENDS = "gconf-dbus libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils"
EXTRA_OECONF = "--disable-scrollkeeper"
@ -14,3 +14,5 @@ do_stage () {
}
FILES_${PN} += "${datadir}/gnome-about"
inherit gnome pkgconfig

View File

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

View File

@ -1,8 +0,0 @@
require gnome-desktop.inc
inherit gnome pkgconfig
DEPENDS += "gnome-doc-utils gnome-vfs libxrandr"
SRC_URI += " \
file://no-desktop-docs.patch;patch=1;pnum=0"

View File

@ -0,0 +1,3 @@
require gnome-desktop.inc
SRC_URI += "file://no-desktop-docs.patch;patch=1;pnum=0"