[oe-commits] Steve Sakoman : gcalctool: add 5.27.5

git version control git at git.openembedded.org
Sat Aug 8 09:21:42 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b47a02e9eed076bb4f6164d3b5f91ce368261a64
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b47a02e9eed076bb4f6164d3b5f91ce368261a64

Author: Steve Sakoman <steve at sakoman.com>
Date:   Tue Aug  4 14:11:56 2009 -0700

gcalctool: add 5.27.5

---

 conf/checksums.ini                    |    4 ++++
 recipes/gcalctool/gcalctool_5.27.5.bb |   14 ++++++++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index aa8ffb4..1c0f681 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 0000000..e0b3d72
--- /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
+}
+





More information about the Openembedded-commits mailing list