gcalctool: add 5.27.5
authorSteve Sakoman <steve@sakoman.com>
Tue, 4 Aug 2009 21:11:56 +0000 (14:11 -0700)
committerKoen Kooi <koen@openembedded.org>
Sat, 8 Aug 2009 09:20:03 +0000 (11:20 +0200)
conf/checksums.ini
recipes/gcalctool/gcalctool_5.27.5.bb [new file with mode: 0644]

index aa8ffb4..1c0f681 100644 (file)
@@ -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 (file)
index 0000000..e0b3d72
--- /dev/null
@@ -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
+}
+