summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-08-04 14:11:56 -0700
committerKoen Kooi <koen@openembedded.org>2009-08-08 11:20:03 +0200
commitb47a02e9eed076bb4f6164d3b5f91ce368261a64 (patch)
treea1012007220e5023d68802a03140c8a14c582fbf
parentcfa8d5252e7c308d6de0edf5e9f024b4e86eaea7 (diff)
gcalctool: add 5.27.5
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/gcalctool/gcalctool_5.27.5.bb14
2 files changed, 18 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index aa8ffb46a3..1c0f68191b 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -7254,6 +7254,10 @@ sha256=b678dd4354e0305fc57fef9aa4fd1f316e8a5de33e5048e712fbc32d42ecea7c
md5=c4e5d90974591ffadb4c934b490146fc
sha256=c0c315c4190ce1f4ac977cb1e425a11879d5e7d78067207257387299f4d111ed
+[http://ftp.gnome.org/pub/GNOME/sources/gcalctool/5.27/gcalctool-5.27.5.tar.bz2]
+md5=abaaedfdba2f5905d9c57ae73105b84f
+sha256=f117903e3753920d16ca2e9f7185a02b3925fe94958a4c65efc2663cf61ca4de
+
[http://ftp.gnome.org/pub/GNOME/sources/gcalctool/5.5/gcalctool-5.5.21.tar.bz2]
md5=130baf0910aec9c0c5afad8007da90de
sha256=e5a0f289969d070f4f10f25fb77efdf693805177b07d4eb2dbfe9fe91c2fdab0
diff --git a/recipes/gcalctool/gcalctool_5.27.5.bb b/recipes/gcalctool/gcalctool_5.27.5.bb
new file mode 100644
index 0000000000..e0b3d72f4a
--- /dev/null
+++ b/recipes/gcalctool/gcalctool_5.27.5.bb
@@ -0,0 +1,14 @@
+LICENSE = "GPL"
+SECTION = "x11"
+DEPENDS = "gtk+"
+DESCRIPTION = "gcalctool is a powerful calculator"
+PR = "r0"
+
+SRC_URI = "file://makefile-fix.diff;patch=1"
+
+inherit gnome
+
+do_configure_prepend() {
+ sed -i 's:-I$(includedir)::g' src/Makefile.am
+}
+