development/geany-plugins: Updated for version 2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ilmich 2024-03-01 21:29:21 +07:00 committed by Willy Sudiarto Raharjo
parent 2a5df148e9
commit 0e5aff0a7e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 9 additions and 11 deletions

View file

@ -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:

View file

@ -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"