summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/geany/geany-plugins
Commit message (Collapse)AuthorAgeFilesLines
* geany-plugins: Upgrade to 2.0 releaseKhem Raj2025-05-044-0/+188
| | | | | | Backport build fixed for gcc-15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: Fix type error found with clang 15Khem Raj2022-08-311-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: Do not overwrite OE's pkg-config envKhem Raj2022-03-211-0/+32
| | | | | | | | | 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>
* geany-plugins: Fix build with libgit2 1.4+Khem Raj2022-02-201-0/+36
| | | | | | | | | | | 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,geany-plugins: Upgrade to 1.37.xKhem Raj2021-02-051-55/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: Support libgit2 version 1.0Alistair Francis2020-05-041-0/+55
| | | | | Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany-plugins: upgrade 1.31 -> 1.34 and reworkAndreas Müller2019-02-201-0/+31
* 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>