development/geany: Updated for version 1.38.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ilmich 2022-11-24 21:04:51 +07:00 committed by Willy Sudiarto Raharjo
parent 35a613b8f3
commit 29b997bc04
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 10 additions and 10 deletions

View file

@ -2,9 +2,10 @@
# Slackware build script for Geany
# Ryan S. Northrup | Reno, NV | northrup@yellowapple.us
# Copyright 2022 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
# Written by Evan Hisey <ehisey@gmail.com>
@ -33,8 +34,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=geany
VERSION=${VERSION:-1.36.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.38.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -100,7 +101,6 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
--enable-gtk3 \
--build=$ARCH-slackware-linux
make
@ -121,7 +121,7 @@ if [ "$TAGS" = "yes" ]; then
fi
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COMMITTERS COPYING ChangeLog* HACKING INSTALL NEWS README* THANKS TODO \
cp -a AUTHORS COMMITTERS COPYING ChangeLog* HACKING NEWS README* THANKS TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,10 +1,10 @@
PRGNAM="geany"
VERSION="1.36.0"
VERSION="1.38.0"
HOMEPAGE="https://www.geany.org/"
DOWNLOAD="https://github.com/geany/geany/archive/1.36.0/geany-1.36.0.tar.gz"
MD5SUM="dece8f7b7e8c42c8a6724b10809c6d5c"
DOWNLOAD="https://github.com/geany/geany/archive/1.38.0/geany-1.38.0.tar.gz"
MD5SUM="d37b5bd88fb16b9ab087b2194139cee4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Ryan S. Northrup"
EMAIL="northrup@yellowapple.us"
MAINTAINER="ilmich"
EMAIL="ardutu@gmail.com"