From 642d30c723a59b200b9edaf8ebb2ea15af8e87c3 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 13 Oct 2009 20:10:06 -0700 Subject: gnome-utils: add 2.28.0 --- recipes/gnome/gnome-utils_2.28.0.bb | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 recipes/gnome/gnome-utils_2.28.0.bb (limited to 'recipes/gnome/gnome-utils_2.28.0.bb') diff --git a/recipes/gnome/gnome-utils_2.28.0.bb b/recipes/gnome/gnome-utils_2.28.0.bb new file mode 100644 index 0000000000..42df0e8c37 --- /dev/null +++ b/recipes/gnome/gnome-utils_2.28.0.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "GNOME utilities" +SECTION = "x11/gnome" +LICENSE = "GPL" +DEPENDS = "gnome-common glib-2.0 gtk+ gconf" + +inherit gnome pkgconfig + +SRC_URI += "file://no-try-run-strftime.diff;patch=1" + +EXTRA_OECONF = "--disable-scrollkeeper" + +do_configure_append() { + for i in $(find ${S} -name "Makefile") ; do + sed -i -e s:-Werror::g $i + done +} + +do_stage () { + autotools_stage_all +} + +FILES_${PN} += "${datadir}/baobab \ + ${datadir}/gdict-1.0 \ + ${datadir}/gnome-dictionary \ + ${datadir}/gnome-screenshot \ + " + + -- cgit 1.2.3-korg