From b0acf79df9972daae7a28f58fa04b1d377e9302d Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 25 Feb 2016 23:12:49 +0100 Subject: geany: update to 1.26 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.25.bb | 16 ---------------- meta-oe/recipes-devtools/geany/geany_1.26.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-devtools/geany/geany_1.25.bb create mode 100644 meta-oe/recipes-devtools/geany/geany_1.26.bb (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/geany/geany_1.25.bb b/meta-oe/recipes-devtools/geany/geany_1.25.bb deleted file mode 100644 index 59c424c23b..0000000000 --- a/meta-oe/recipes-devtools/geany/geany_1.25.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] = "888bd82d62759ac47a4a398fb27c8471" -SRC_URI[sha256sum] = "8ee41da28cead8c94d433e616d7ababa81727c63e9196ca6758ade3af14a49ef" - -FILES_${PN} += "${datadir}/icons" diff --git a/meta-oe/recipes-devtools/geany/geany_1.26.bb b/meta-oe/recipes-devtools/geany/geany_1.26.bb new file mode 100644 index 0000000000..ca4f6b63df --- /dev/null +++ b/meta-oe/recipes-devtools/geany/geany_1.26.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] = "bd457caba57099cfa23b063e78b6f819" +SRC_URI[sha256sum] = "e38530e87c577e1e9806be3b40e08fb9ee321eb1abc6361ddacdad89c825f90d" + +FILES_${PN} += "${datadir}/icons" -- cgit v1.2.3-54-g00ecf