summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-10-13 20:10:06 -0700
committerKoen Kooi <koen@openembedded.org>2009-10-13 22:44:46 +0200
commit642d30c723a59b200b9edaf8ebb2ea15af8e87c3 (patch)
treea565d73226a4ab00146a3f941520c9a8d864a356
parentb20cb3a42c1b5a4bdd00e332ae6d525f8e9a5b61 (diff)
gnome-utils: add 2.28.0
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/gnome/gnome-utils/no-try-run-strftime.diff27
-rw-r--r--recipes/gnome/gnome-utils_2.28.0.bb28
3 files changed, 59 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 88b527efcb..bc1e89669f 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -9006,6 +9006,10 @@ sha256=7a7fd49793c790c508cebce5e4ff99c83ddcaa6fd57266ce46ff9ac4cc3b9063
md5=4aae39232d77e1497f3180202b501adf
sha256=471191e942fdd1d691095c71fb22c0a645b3644c3b2b1c58a6d6f1a2435fb818
+[http://ftp.gnome.org/pub/GNOME/sources/gnome-utils/2.28/gnome-utils-2.28.0.tar.bz2]
+md5=156e38fdf348bf2db4fcb7b84ddcc2aa
+sha256=40c99392e6c06ff31d735c41cf285f02b7b8c0419f1954c533b7da900e7b9752
+
[http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.12/gnome-vfs-2.12.0.tar.bz2]
md5=3323e7472a736716150337d2fc564a43
sha256=c371e303363d087204e639f4a494bcdd3ea87a25b5d07459052222b08b5f8e38
diff --git a/recipes/gnome/gnome-utils/no-try-run-strftime.diff b/recipes/gnome/gnome-utils/no-try-run-strftime.diff
new file mode 100644
index 0000000000..6ea2680c48
--- /dev/null
+++ b/recipes/gnome/gnome-utils/no-try-run-strftime.diff
@@ -0,0 +1,27 @@
+--- gnome-utils-2.27.2/configure.ac-orig 2009-06-15 04:45:27.000000000 -0700
++++ gnome-utils-2.27.2/configure.ac 2009-08-08 15:45:23.000000000 -0700
+@@ -228,24 +228,6 @@ AS_IF([test "x$have_ipv6" = "xyes"],
+ )
+
+
+-dnl strftime extension checks
+-AC_TRY_RUN([
+- #include <time.h>
+- int main (void) {
+- char buf[100];
+- struct tm tm = {0};
+- tm.tm_year = 99;
+- if (strftime(buf, 100, "%EY", &tm) == 4 && strcmp (buf, "1999")==0)
+- return 0;
+- return 1;
+- }
+- ],
+- [
+- AC_DEFINE([HAVE_STRFTIME_EXTENSION], [1],
+- [Define if strftime supports %E and %O modifiers.])
+- ]
+-)
+-
+ dnl gnome-search-tool checks
+ withval=""
+ AC_ARG_WITH([grep],
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 \
+ "
+
+