diff options
Diffstat (limited to 'development/geany-plugins/geany-plugins.SlackBuild')
-rw-r--r-- | development/geany-plugins/geany-plugins.SlackBuild | 10 |
1 files changed, 4 insertions, 6 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: |