From 1ca3681257ab55b429b06ca8f66a53cfc5d00c5a Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 6 Oct 2009 21:37:42 -0700 Subject: gcalctool: add 5.28.0 --- conf/checksums.ini | 4 ++++ recipes/gcalctool/gcalctool_5.27.5.bb | 14 -------------- recipes/gcalctool/gcalctool_5.28.0.bb | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 14 deletions(-) delete mode 100644 recipes/gcalctool/gcalctool_5.27.5.bb create mode 100644 recipes/gcalctool/gcalctool_5.28.0.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index 4ad453aae1..78ed85e1e4 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -7530,6 +7530,10 @@ sha256=c0c315c4190ce1f4ac977cb1e425a11879d5e7d78067207257387299f4d111ed md5=abaaedfdba2f5905d9c57ae73105b84f sha256=f117903e3753920d16ca2e9f7185a02b3925fe94958a4c65efc2663cf61ca4de +[http://ftp.gnome.org/pub/GNOME/sources/gcalctool/5.28/gcalctool-5.28.0.tar.bz2] +md5=03d8f034ee844888e7ec9ad317096028 +sha256=4271a17bbca56d7b335f18c1ebf350b931565d90e92925b9e5c0585b416f3765 + [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 deleted file mode 100644 index e0b3d72f4a..0000000000 --- a/recipes/gcalctool/gcalctool_5.27.5.bb +++ /dev/null @@ -1,14 +0,0 @@ -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 -} - diff --git a/recipes/gcalctool/gcalctool_5.28.0.bb b/recipes/gcalctool/gcalctool_5.28.0.bb new file mode 100644 index 0000000000..e0b3d72f4a --- /dev/null +++ b/recipes/gcalctool/gcalctool_5.28.0.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 +} + -- cgit v1.2.3