summaryrefslogtreecommitdiffstats
path: root/development/geany-plugins/geany-plugins.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/geany-plugins/geany-plugins.SlackBuild')
-rw-r--r--development/geany-plugins/geany-plugins.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild
index 5c7ca4230b..9f49ddf4ea 100644
--- a/development/geany-plugins/geany-plugins.SlackBuild
+++ b/development/geany-plugins/geany-plugins.SlackBuild
@@ -2,6 +2,10 @@
# Slackware build script for Geany Plugins
+# Copyright 2022-2024 ilmich < ardutu at gmail dot com >
+
+# Previous maintainer(s):
+# Ryan S. Northrup | Reno, NV | northrup@yellowapple.us
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
# Copyright 2010-2013 James Geboski <jgeboski@gmail.com>
@@ -33,7 +37,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=geany-plugins
-VERSION=${VERSION:-1.36.0}
+VERSION=${VERSION:-2.0}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,7 +90,7 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-./autogen.sh \
+./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
@@ -94,8 +98,6 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
- --disable-workbench \
- --disable-gitchangebar \
--build=$ARCH-slackware-linux
make
@@ -103,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: