From e100ea73a3f0daccb119ad9e12441bb1909f4d29 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 13 Oct 2014 17:48:15 +0200 Subject: geany update to 1.24.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- meta-oe/recipes-devtools/geany/geany_1.23.bb | 16 ---------------- meta-oe/recipes-devtools/geany/geany_1.24.1.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-devtools/geany/geany_1.23.bb create mode 100644 meta-oe/recipes-devtools/geany/geany_1.24.1.bb (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/geany/geany_1.23.bb b/meta-oe/recipes-devtools/geany/geany_1.23.bb deleted file mode 100644 index 593ba6601..000000000 --- a/meta-oe/recipes-devtools/geany/geany_1.23.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "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/${BP}.tar.bz2 \ - file://0001-configure.ac-remove-additional-c-test.patch \ -" -SRC_URI[md5sum] = "4290e8c32305e916f57bb0f0233bbec2" -SRC_URI[sha256sum] = "cdd4a772694803c837ae59e56f7bdc2faba174509317211f522e7d25dfcbe8b0" - -FILES_${PN} += "${datadir}/icons" diff --git a/meta-oe/recipes-devtools/geany/geany_1.24.1.bb b/meta-oe/recipes-devtools/geany/geany_1.24.1.bb new file mode 100644 index 000000000..f765e2c8d --- /dev/null +++ b/meta-oe/recipes-devtools/geany/geany_1.24.1.bb @@ -0,0 +1,16 @@ +SUMMARY = "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/${BP}.tar.bz2 \ + file://0001-configure.ac-remove-additional-c-test.patch \ +" +SRC_URI[md5sum] = "d225104cef3973164d70116d46239606" +SRC_URI[sha256sum] = "7fb505d9b01fe6874890525f837644a6a38c23a372bb068c65ef3673108a8c33" + +FILES_${PN} += "${datadir}/icons" -- cgit v1.2.3-54-g00ecf