Package Details: geany-plugins-git 2.0.0.r150.ga8aaca94-1

Git Clone URL: https://aur.archlinux.org/geany-plugins-git.git (read-only, click to copy)
Package Base: geany-plugins-git
Description: Various plugins for Geany (git version)
Upstream URL: https://plugins.geany.org/
Licenses: GPL-3.0-or-later, GPL-2.0-or-later
Conflicts: geany-plugins
Provides: geany-plugins
Submitter: xyproto
Maintainer: SpotlightKid
Last Packager: SpotlightKid
Votes: 38
Popularity: 0.000000
First Submitted: 2011-12-17 12:35 (UTC)
Last Updated: 2025-05-15 15:35 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

SpotlightKid commented on 2025-05-18 12:03 (UTC)

@yochananmarqos: Hmm, I thought I had built in a clean docker container, but I'm now seeing this too.

I have currently no idea how to fix this. I hate autotools.

Upstream issue: https://github.com/geany/geany-plugins/issues/1433

yochananmarqos commented on 2025-05-15 16:47 (UTC)

@SpotlightKid: Result with your last commit:

You should add the contents of '/usr/share/aclocal/intltool.m4' to 'aclocal.m4'.
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I /usr/share/gettext/m4 --force -I build/cache -I build -I build/bundled --install
aclocal: installing '/usr/share/gettext/m4/glib-gettext.m4' from '/usr/share/aclocal/glib-gettext.m4'
cp: cannot create regular file '/usr/share/gettext/m4/glib-gettext.m4': Permission denied
aclocal: error: cp failed with exit status: 1
autoreconf: error: aclocal failed with exit status: 1

SpotlightKid commented on 2025-05-15 07:41 (UTC)

@yochananmarqos: this seems to be due to a recent update of the gettext package.

I am unsure how to fix this. I tried inserting gettextize -f before autoreconf in prepare(), which seems to fix the issue, but requires manual keyboard input.

Any ideas how to properly fix this would be appreciated.

yochananmarqos commented on 2025-05-12 23:43 (UTC)

@SpotlightKid: I'm building in a clean chroot like I do with all packages I build.

SpotlightKid commented on 2025-05-12 22:43 (UTC)

@yochananmarqos: I can't reproduce that. I get lots of warnings from the autoreconf step, but no errors.

yochananmarqos commented on 2025-05-12 20:16 (UTC)

@SpotlightKid: autoreconf -fi is failing in the prepare function:

configure:15303: error: possibly undefined macro: AM_NLS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: error: /usr/bin/autoconf failed with exit status: 1

killermoehre commented on 2025-02-05 18:31 (UTC)

With addition of the lsp plugin, this package now requires geany-git as dependency.

yochananmarqos commented on 2024-05-02 21:34 (UTC)

Improved PKGBUILD.

SpotlightKid commented on 2019-11-30 16:47 (UTC) (edited on 2019-11-30 16:47 (UTC) by SpotlightKid)

Since the 'community/geany' package is now compiled with GTK3, this package should not depend on 'geany-gtk3-git' anymore but just 'geany'.

I would also suggest to remove the dependency on 'webkitgtk' and replace it with 'webkit2gtk'. The former is insecure and should not be used anymore. The markdown plugin compiles and works with 'webkit2gtk', but the webhelper plugin doesn't, so that would get dropped (both are not in the 'community/geany-plugins' package either). But I think that's better than using an insecure dependency.

trizen commented on 2018-04-17 22:14 (UTC)

I'm no longer using this package. Feel free to adopt.