summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/geany
Commit message (Collapse)AuthorAgeFilesLines
* geany-plugins: Switch to using libsoup 3.0Khem Raj2025-05-161-1/+1
| | | | | | libsoup-2.4 is being removed and its preferred to use libsoup 3.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: Upgrade to 2.0 releaseKhem Raj2025-05-045-9/+193
| | | | | | Backport build fixed for gcc-15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany: Upgrade to 2.0 releaseKhem Raj2025-05-043-7/+153
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: Fix type error found with clang 15Khem Raj2022-08-312-0/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: Do not overwrite OE's pkg-config envKhem Raj2022-03-212-0/+33
| | | | | | | | | geany.m4 tries to push additional pkg-config paths to respect --with-geany-libdir if it sets to different paths, however we do not use --with-geany-libdir with in OE build so this is more of a problem for OE than solution. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-042-8/+8
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: Fix build with libgit2 1.4+Khem Raj2022-02-202-0/+37
| | | | | | | | | | | Fixes git-changebar/src/gcb-plugin.c:219:12: error: no member named 'asize' in 'git_buf'; did you mean 'size'? | if (buf->asize == 0) { | ^~~~~ | size Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: upgrade 1.37 -> 1.3.8Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Geany Plugins 1.38 (2021-10-09) GeanyCTags * Fix (re-)generating ctags file with relative paths (PR #708) GeanyVC: * Report a completion status of the commit command (Issue #837, PR #1026) * Correct tooltip display for the attach to menubar action (Issue #1032 PR #1033) PrettyPrinter: * Use stdbool.h istead of redefining bool (Issue #1059, Issue #1023, PR #1053) Spellcheck: * Add documentation about maintaining personal dictionaries (PR #1108) Treebrowser: * Avoid double node clear (PR #1015) Vimmode: * Ignore key-presses containing command on macOS (Issue #991, PR #1099) * Ignore special command handling in insert mode (Issue #1075, PR #1100) * Enable '.' to also repeat last inserted text (Issue #1101, PR #1102) * Fix line operation problems when NL is missing at EOF (Issue #1060, PR #1103) * Add special handling to include destination char for some commands (Issue #1052, PR #1104) * Add some more ex commands (PR #1104) Windows * Switch Windows builds to GTK3 and x86_64 (PR #1107). * Fix crashes in Git Changebar, Lua, Macro and Numbered Bookmarks plugins (PR #1106) * Remove Markdown and WebHelper plugins from Windows installer due to missing dependencies (WebkitGTK) (PR #1107) Internationalization: * Updated translations: da, de, es, pt, tr, uk Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany: upgrade 1.37.1 -> 1.38Andreas Müller2022-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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 <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntax using latest convert-overrides.py scriptChen Qi2021-08-091-9/+9
| | | | | | | | This patch is the result of running the latest convert-ovrrides.py script. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-032-53/+53
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany: Fix build with autotools 2.70+Khem Raj2021-02-052-6/+25
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany,geany-plugins: Upgrade to 1.37.xKhem Raj2021-02-053-60/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany: add source-code-pro-fonts to RRECOMMENDSAndreas Müller2020-09-121-0/+2
| | | | | | | Same: having source-code-pro-fonts around is like a bugfix Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: Support libgit2 version 1.0Alistair Francis2020-05-042-0/+56
| | | | | Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany: add mime-xdg to inheritAndreas Müller2020-01-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: Use enchant2 instead of the old enchantAdrian Bunk2020-01-061-1/+1
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany: remove pythonnative from inheritAndreas Müller2019-12-151-1/+1
| | | | | | | | * build tested with oe-core patch removing python2 from hosttools * checked log files and there are no traces that a running python is required Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-212-2/+2
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: upgrade 1.34 -> 1.36Andreas Müller2019-10-251-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany: upgrade 1.34.1 -> 1.36Andreas Müller2019-10-251-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Use BPN instead of PN in SRC_URIsKhem Raj2019-07-211-2/+2
| | | | | | | | Makes it work for multilib case and fixes QA error SRC_URI uses PN not BPN [src-uri-bad] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: upgrade 1.31 -> 1.34 and reworkAndreas Müller2019-02-202-68/+74
| | | | | | | | | | | | | | | | | | | | | * geany-plugins-treebrowser/license checksum: Was changed to: "TreeBrowser plugin is distributed under the same license as in geany." Geany is GPLv2 which is part of geany-plugin's license. * Remove explicit RDEPENDS: * They caused cyclic dependencies making impossible anything but all plugins * Checked: Dependencies are set correct automatically * Add geany-plugins-common to avoid cylcic dependencies * All plugins that are enabled, build and pack properly. Before adding geany-plugins to an image caused errors in do_rootfs due to empty packages. * Some plugins don't build with gtk3 - disable them Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany: upgrade 1.31 -> 1.34.1 and build with gtk+3Andreas Müller2019-02-201-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: Add dependency on fribidiKhem Raj2018-05-171-0/+1
| | | | | | | | | | | | | Its needed by addons Fixes ld: cannot find -lfribidi | collect2: error: ld returned 1 exit status | make[3]: *** [Makefile:569: addons.la] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* geany-plugins: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* geany: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* geany-plugins: update 1.30 -> 1.31Andreas Müller2017-08-281-2/+7
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany: update 1.30.1 -> 1.31Andreas Müller2017-08-281-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany-plugins: update 1.29 -> 1.30Andreas Müller2017-04-181-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* geany: update 1.29 -> 1.30.1Andreas Müller2017-04-181-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* geany-plugins: unblacklist - geany is backAndreas Müller2017-02-221-2/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany: add intltool-native to DEPENDS and unblacklistAndreas Müller2017-02-221-4/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smbnetfs gnome-disk-utility contacts kexecboot ↵Martin Jansa2017-02-132-0/+4
| | | | | | | | | | | initramfs-kexecboot-klibc-image system-config-keyboard system-setup-keyboard geany geany-plugins efivar efibootmgr gimp system-config-keyboard tumbler: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111173.html http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111180.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany: fix buildAndreas Müller2017-02-131-1/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany-plugins: update to 1.29Andreas Müller2016-12-261-4/+4
| | | | | | | | | | geanylipsum was renamed to lipsum [1]. We keep geanylipsum in package name to avoid package feed trouble [1] http://lists.geany.org/pipermail/devel/2016-November/010182.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany: update to 1.29Andreas Müller2016-12-262-53/+3
| | | | | | | | 0001-configure.ac-remove-additional-c-test.patch: additional compiler check is gone Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove True option to getVar callsJoshua Lock2016-12-021-1/+1
| | | | | | | | | getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Search made with the following regex: getVar ?\(( ?[^,()]*), True\) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
* geany-plugins: unblacklist / fix known bugs / update to 1.28Andreas Müller2016-09-151-30/+71
| | | | | | | | | | | * The python LICENSE_DEFAULT snippet was stolen at [1] * disable plugins not builing due to missing- or not properly detected dependencies [1] https://github.com/MentorEmbedded/meta-mentor/pull/843/commits/d85285792fad41d80e7862cc276dfc22ddb06fde Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany: update to 1.28Andreas Müller2016-09-151-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany-plugins: blacklist because of QA issuesMartin Jansa2016-09-051-0/+2
| | | | | | | | | | | | | | | geany-plugins_1.27.bb: LICENSE_geany-plugins-pairtaghighlighter includes licenses (BSD-2-Clause) that are not listed in LICENSE geany-plugins-1.27: geany-plugins: Files/directories were installed but not shipped in any package: /usr/lib/geany/git-changebar.so Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. geany-plugins: 1 installed and not shipped files. [installed-vs-shipped] geany-plugins-1.27: geany-plugins-scope rdepends on libvte9, but it isn't a build dependency, missing vte9 in DEPENDS or PACKAGECONFIG? [build-deps] geany-plugins-1.27: geany-plugins-debugger rdepends on libvte9, but it isn't a build dependency, missing vte9 in DEPENDS or PACKAGECONFIG? [build-deps] geany-plugins-1.27: geany-plugins-multiterm rdepends on libvte9, but it isn't a build dependency, missing vte9 in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-doc-utils-stub: add a recipeAlexander Kanavin2016-06-081-1/+3
| | | | | | | | | | | Real gnome-doc-utils can no longer be build (because it requires both python 2 and libxml2, which can only be build for one version of Python), so a stub recipe which provides just m4 macros is provided, and usage of gnome-doc-utils is disabled where needed. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany-plugins: fix buildAndreas Müller2016-06-081-0/+4
| | | | | | | | | | build/cache/glib-gettext.m4:39: error: m4_copy: won't overwrite defined macro: glib_DEFUN | build/cache/glib-gettext.m4:39: the top level | autom4te: m4 failed with exit status: 1 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany-plugins: initial add 1.27Andreas Müller2016-05-191-0/+216
| | | | | | | | | | | geany-plugins comes around as a loose collection of modules. I thought about using PACKAGES_DYNAMIC but this way seems better maintainable: * a removed plugin will at least complain for license file missing * a new plugin will complain for unpacked files Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany: update to 1.27Andreas Müller2016-05-191-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany: update to 1.26Andreas Müller2016-03-021-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany: update to 1.25Andreas Müller2015-08-311-4/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geany update to 1.24.1Andreas Müller2014-10-161-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* meta-oe: use BPN in SRC_URIRobert Yang2014-07-151-1/+1
| | | | | | | | | | | | Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>