gnome-desktop: add 2.30.0, convert to new style staging
authorKoen Kooi <koen@openembedded.org>
Thu, 1 Apr 2010 10:43:14 +0000 (12:43 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 1 Apr 2010 10:43:14 +0000 (12:43 +0200)
recipes/gnome/gnome-desktop.inc
recipes/gnome/gnome-desktop_2.30.0.bb [new file with mode: 0644]

index bf02067..b96e34b 100644 (file)
@@ -15,8 +15,4 @@ do_install_append() {
        sed  -i 's:#!.*/usr/bin/python:#!/usr/bin/python:' ${D}${bindir}/gnome-about
 }
 
-do_stage () {
-       autotools_stage_all
-}
-
 FILES_${PN} += "${datadir}/gnome-about ${datadir}/libgnome-desktop"
diff --git a/recipes/gnome/gnome-desktop_2.30.0.bb b/recipes/gnome/gnome-desktop_2.30.0.bb
new file mode 100644 (file)
index 0000000..3c458a4
--- /dev/null
@@ -0,0 +1,11 @@
+require gnome-desktop.inc
+
+inherit gnome pkgconfig
+
+SRC_URI[archive.md5sum] = "211818d93cd1b5b54b880520fe5444c4"
+SRC_URI[archive.sha256sum] = "cb80b676966127d8ee1a9b5ebbed1c23646d62ecdfccbb46d40f59633b4b127f"
+
+DEPENDS += "gnome-doc-utils gnome-vfs libxrandr"
+
+# FIXME: docs build requires gnome-doc-utils-native (for xml2po) and docbook
+SRC_URI += "file://no-desktop-docs.patch;patch=1;pnum=0"