From 1d4d6e7f712894a768d2b434a68370aeaba025a1 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 17 May 2016 01:04:41 +0200 Subject: geany: update to 1.27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/geany/geany_1.26.bb | 16 ---------------- meta-oe/recipes-devtools/geany/geany_1.27.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-devtools/geany/geany_1.26.bb create mode 100644 meta-oe/recipes-devtools/geany/geany_1.27.bb diff --git a/meta-oe/recipes-devtools/geany/geany_1.26.bb b/meta-oe/recipes-devtools/geany/geany_1.26.bb deleted file mode 100644 index ca4f6b63df..0000000000 --- a/meta-oe/recipes-devtools/geany/geany_1.26.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+ python-docutils-native" - -inherit autotools pkgconfig perlnative pythonnative - -SRC_URI = " \ - http://download.geany.org/${BP}.tar.bz2 \ - file://0001-configure.ac-remove-additional-c-test.patch \ -" -SRC_URI[md5sum] = "bd457caba57099cfa23b063e78b6f819" -SRC_URI[sha256sum] = "e38530e87c577e1e9806be3b40e08fb9ee321eb1abc6361ddacdad89c825f90d" - -FILES_${PN} += "${datadir}/icons" diff --git a/meta-oe/recipes-devtools/geany/geany_1.27.bb b/meta-oe/recipes-devtools/geany/geany_1.27.bb new file mode 100644 index 0000000000..686222ac83 --- /dev/null +++ b/meta-oe/recipes-devtools/geany/geany_1.27.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+ python-docutils-native" + +inherit autotools pkgconfig perlnative pythonnative + +SRC_URI = " \ + http://download.geany.org/${BP}.tar.bz2 \ + file://0001-configure.ac-remove-additional-c-test.patch \ +" +SRC_URI[md5sum] = "7c23f835f45def89d10884c1343fa29e" +SRC_URI[sha256sum] = "846ff699a5944c5c3c068ae0199d4c13946a668bfc6d03f8c79765667c20cadf" + +FILES_${PN} += "${datadir}/icons" -- cgit v1.2.3-54-g00ecf