summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author ilmich2024-03-01 15:29:21 +0100
committer Willy Sudiarto Raharjo2024-03-01 19:23:57 +0100
commit0e5aff0a7eb3cf5c413e89dd83f3db9e733a61ce (patch)
treedd8b4a639c4369ea3c4f62b8f2487c6be359c45b /development
parent2a5df148e93ad0d6e78f8225afd5841d6a831927 (diff)
downloadslackbuilds-0e5aff0a7eb3cf5c413e89dd83f3db9e733a61ce.tar.gz
development/geany-plugins: Updated for version 2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/geany-plugins/geany-plugins.SlackBuild10
-rw-r--r--development/geany-plugins/geany-plugins.info10
2 files changed, 9 insertions, 11 deletions
diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild
index e4d0532929..9f49ddf4ea 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 ilmich < ardutu at gmail dot com >
+# Copyright 2022-2024 ilmich < ardutu at gmail dot com >
# Previous maintainer(s):
# Ryan S. Northrup | Reno, NV | northrup@yellowapple.us
@@ -37,7 +37,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=geany-plugins
-VERSION=${VERSION:-1.38.0}
+VERSION=${VERSION:-2.0}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -90,7 +90,7 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-./autogen.sh \
+./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
@@ -98,8 +98,6 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
- --disable-workbench \
- --disable-gitchangebar \
--build=$ARCH-slackware-linux
make
@@ -107,7 +105,7 @@ make install-strip DESTDIR=$PKG
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKGDOC
-cp -a HACKING MAINTAINERS NEWS README $PKGDOC
+cp -a NEWS README $PKGDOC
cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
# 20220308 bkw: bunch of placeholder NEWS and ChangeLog files:
diff --git a/development/geany-plugins/geany-plugins.info b/development/geany-plugins/geany-plugins.info
index bcbaa1877a..dc20df3a23 100644
--- a/development/geany-plugins/geany-plugins.info
+++ b/development/geany-plugins/geany-plugins.info
@@ -1,10 +1,10 @@
PRGNAM="geany-plugins"
-VERSION="1.38.0"
+VERSION="2.0"
HOMEPAGE="https://plugins.geany.org/"
-DOWNLOAD="https://github.com/geany/geany-plugins/archive/1.38.0/geany-plugins-1.38.0.tar.gz"
-MD5SUM="ccc62783859421f38ce30c20e2cf5121"
+DOWNLOAD="https://plugins.geany.org/geany-plugins/geany-plugins-2.0.tar.gz"
+MD5SUM="87b17a7f3ea2402f2bbd5ca68771aafb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geany"
-MAINTAINER="Ryan S. Northrup"
-EMAIL="northrup@yellowapple.us"
+MAINTAINER="ilmich"
+EMAIL="ardutu@gmail.com"