From d70ccece723ca735f6c333e5ed4b91ae82e13a4e Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 9 Sep 2016 00:36:21 +0200 Subject: geany: update to 1.28 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.27.bb | 18 ------------------ meta-oe/recipes-devtools/geany/geany_1.28.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-oe/recipes-devtools/geany/geany_1.27.bb create mode 100644 meta-oe/recipes-devtools/geany/geany_1.28.bb (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/geany/geany_1.27.bb b/meta-oe/recipes-devtools/geany/geany_1.27.bb deleted file mode 100644 index 15b21da14e..0000000000 --- a/meta-oe/recipes-devtools/geany/geany_1.27.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "A fast and lightweight IDE" -HOMEPAGE = "http://www.geany.org/" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" -DEPENDS = "gtk+ python3-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" - -EXTRA_OECONF = "--disable-html-docs" diff --git a/meta-oe/recipes-devtools/geany/geany_1.28.bb b/meta-oe/recipes-devtools/geany/geany_1.28.bb new file mode 100644 index 0000000000..da97090a4c --- /dev/null +++ b/meta-oe/recipes-devtools/geany/geany_1.28.bb @@ -0,0 +1,18 @@ +SUMMARY = "A fast and lightweight IDE" +HOMEPAGE = "http://www.geany.org/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" +DEPENDS = "gtk+ python3-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] = "39a29deb598e9e3503ee7d9d5fb51a34" +SRC_URI[sha256sum] = "f73a3708f1a26e9bf72da564d5037d6f7fedca2e0d6175db0681c2b672100a5a" + +FILES_${PN} += "${datadir}/icons" + +EXTRA_OECONF = "--disable-html-docs" -- cgit v1.2.3-54-g00ecf