diff options
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/gnome-desktop.inc | 4 | ||||
-rw-r--r-- | recipes/gnome/gnome-desktop_2.30.0.bb | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/recipes/gnome/gnome-desktop.inc b/recipes/gnome/gnome-desktop.inc index bf020672ae..b96e34b76a 100644 --- a/recipes/gnome/gnome-desktop.inc +++ b/recipes/gnome/gnome-desktop.inc @@ -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 index 0000000000..3c458a41ce --- /dev/null +++ b/recipes/gnome/gnome-desktop_2.30.0.bb @@ -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" |