diff options
Diffstat (limited to 'development/geany-plugins')
-rw-r--r-- | development/geany-plugins/README | 5 | ||||
-rw-r--r-- | development/geany-plugins/geany-plugins.SlackBuild | 7 | ||||
-rw-r--r-- | development/geany-plugins/geany-plugins.info | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/development/geany-plugins/README b/development/geany-plugins/README index abd3e562a1..d03fa9635b 100644 --- a/development/geany-plugins/README +++ b/development/geany-plugins/README @@ -3,5 +3,8 @@ that will enhance and extend Geany's capabilities. Most of these plugins were developed by various developers on SourceForge.net. Optional dependencies: -DevHelp: devhelp, webkitgtk +GeanyLua: lua51 +Geniuspaste: libsoup3 +GitChangeBar: libgit2 WebHelper: webkitgtk +Workbench: libgit2 diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild index 9f49ddf4ea..d5dbff1b8f 100644 --- a/development/geany-plugins/geany-plugins.SlackBuild +++ b/development/geany-plugins/geany-plugins.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Geany Plugins -# Copyright 2022-2024 ilmich < ardutu at gmail dot com > +# Copyright 2022-2025 ilmich < ardutu at gmail dot com > # Previous maintainer(s): # Ryan S. Northrup | Reno, NV | northrup@yellowapple.us @@ -37,8 +37,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=geany-plugins -VERSION=${VERSION:-2.0} -BUILD=${BUILD:-3} +VERSION=${VERSION:-2.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -98,6 +98,7 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-static \ + --disable-updatechecker \ --build=$ARCH-slackware-linux make diff --git a/development/geany-plugins/geany-plugins.info b/development/geany-plugins/geany-plugins.info index dc20df3a23..61d5a884dc 100644 --- a/development/geany-plugins/geany-plugins.info +++ b/development/geany-plugins/geany-plugins.info @@ -1,8 +1,8 @@ PRGNAM="geany-plugins" -VERSION="2.0" +VERSION="2.1" HOMEPAGE="https://plugins.geany.org/" -DOWNLOAD="https://plugins.geany.org/geany-plugins/geany-plugins-2.0.tar.gz" -MD5SUM="87b17a7f3ea2402f2bbd5ca68771aafb" +DOWNLOAD="https://plugins.geany.org/geany-plugins/geany-plugins-2.1.tar.gz" +MD5SUM="42069f0e3c8766c8395cc3d985166226" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geany" |