From 69f466b5a2d24a933010ac9d3ae1b8bd777b0681 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 3 May 2013 12:31:07 +0000 Subject: geany: update to 1.23 to fix build with glib 2.36 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit license change of FSF address only Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/geany/geany_1.22.bb | 17 ----------------- meta-oe/recipes-devtools/geany/geany_1.23.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb create mode 100644 meta-oe/recipes-devtools/geany/geany_1.23.bb (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb deleted file mode 100644 index f56c8f3067..0000000000 --- a/meta-oe/recipes-devtools/geany/geany_1.22.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "A fast and lightweight IDE" -HOMEPAGE = "http://www.geany.org/" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9" -DEPENDS = "gtk+" -PR = "r2" - -inherit autotools pkgconfig perlnative - -SRC_URI = " \ - http://download.geany.org/${PN}-${PV}.tar.bz2 \ - file://0001-configure.ac-remove-additional-c-test.patch \ -" -SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0" -SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e" - -FILES_${PN} += "${datadir}/icons" diff --git a/meta-oe/recipes-devtools/geany/geany_1.23.bb b/meta-oe/recipes-devtools/geany/geany_1.23.bb new file mode 100644 index 0000000000..604c7c2464 --- /dev/null +++ b/meta-oe/recipes-devtools/geany/geany_1.23.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "A fast and lightweight IDE" +HOMEPAGE = "http://www.geany.org/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" +DEPENDS = "gtk+" + +inherit autotools pkgconfig perlnative + +SRC_URI = " \ + http://download.geany.org/${PN}-${PV}.tar.bz2 \ + file://0001-configure.ac-remove-additional-c-test.patch \ +" +SRC_URI[md5sum] = "4290e8c32305e916f57bb0f0233bbec2" +SRC_URI[sha256sum] = "cdd4a772694803c837ae59e56f7bdc2faba174509317211f522e7d25dfcbe8b0" + +FILES_${PN} += "${datadir}/icons" -- cgit 1.2.3-korg