From bad8441c9d4585f9207deb34623a8ebc093cf25e Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 31 Dec 2021 18:29:36 +0100 Subject: geany: upgrade 1.37.1 -> 1.38 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit General Increase speed when opening documents, especially on startup (Justin Blanchard, Issue#2883, Issue#2649, Issue#2791, PR#2884, PR#2747). Synchronize Geany's Ctags implementation with Universal Ctags, this leads to updated symbol parsers (Jiří Techet, PR#2666). Remove GTK+2 Support (PR#2602). Geany needs a C++17 compiler to build (PR#2862). Bug fixes Workaround crashes when pasting into VTE without having focus (Issue#2813, PR#2843). Interface Add keybinding to reload all open documents (David Yang, PR#2859). Filetypes Add Julia filetype (getzze, Issue#434, PR#2584). Add Meson filetype (Andy Alt, PR#2850). Plugins SaveActions: add configurable target directory for instantly saved files (Issue#640, PR#2769). Windows Fix message window height after restart (Issue#2591, PR#2892). Switch Windows builds to GTK3 and x86_64 (PR#2590). Internationalization Updated translations Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/geany/geany_1.37.1.bb | 21 --------------------- meta-oe/recipes-devtools/geany/geany_1.38.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-devtools/geany/geany_1.37.1.bb create mode 100644 meta-oe/recipes-devtools/geany/geany_1.38.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/geany/geany_1.37.1.bb b/meta-oe/recipes-devtools/geany/geany_1.37.1.bb deleted file mode 100644 index f039a756f2..0000000000 --- a/meta-oe/recipes-devtools/geany/geany_1.37.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "A fast and lightweight IDE" -HOMEPAGE = "http://www.geany.org/" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" - -DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native" - -inherit features_check autotools pkgconfig perlnative gettext mime-xdg - -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI = "https://download.geany.org/${BP}.tar.bz2 \ - file://0001-configure-Upgrade-to-a-modern-Gettext.patch \ - " -SRC_URI[sha256sum] = "18c5756444c1d8bcd737c8ecfd4ef0b3607c924fc02560d4e8b78f6121531a18" - -FILES:${PN} += "${datadir}/icons" - -EXTRA_OECONF = "--disable-html-docs" - -RRECOMMENDS:${PN} += "source-code-pro-fonts" diff --git a/meta-oe/recipes-devtools/geany/geany_1.38.bb b/meta-oe/recipes-devtools/geany/geany_1.38.bb new file mode 100644 index 0000000000..33d0870eb9 --- /dev/null +++ b/meta-oe/recipes-devtools/geany/geany_1.38.bb @@ -0,0 +1,21 @@ +SUMMARY = "A fast and lightweight IDE" +HOMEPAGE = "http://www.geany.org/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" + +DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native" + +inherit features_check autotools pkgconfig perlnative gettext mime-xdg + +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI = "https://download.geany.org/${BP}.tar.bz2 \ + file://0001-configure-Upgrade-to-a-modern-Gettext.patch \ + " +SRC_URI[sha256sum] = "abff176e4d48bea35ee53037c49c82f90b6d4c23e69aed6e4a5ca8ccd3aad546" + +FILES:${PN} += "${datadir}/icons" + +EXTRA_OECONF = "--disable-html-docs" + +RRECOMMENDS:${PN} += "source-code-pro-fonts" -- cgit v1.2.3-54-g00ecf