mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/geany: Updated for version 2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3de4a355d4
commit
743ac791de
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Geany
|
||||
|
||||
# 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
|
||||
|
@ -34,7 +34,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=geany
|
||||
VERSION=${VERSION:-1.38.0}
|
||||
VERSION=${VERSION:-2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -93,7 +93,7 @@ find -L . \
|
|||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./autogen.sh \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
@ -121,7 +121,7 @@ if [ "$TAGS" = "yes" ]; then
|
|||
fi
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COMMITTERS COPYING ChangeLog* HACKING NEWS README* THANKS TODO \
|
||||
cp -a AUTHORS INSTALL COPYING ChangeLog* HACKING NEWS README* THANKS TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="geany"
|
||||
VERSION="1.38.0"
|
||||
VERSION="2.0"
|
||||
HOMEPAGE="https://www.geany.org/"
|
||||
DOWNLOAD="https://github.com/geany/geany/archive/1.38.0/geany-1.38.0.tar.gz"
|
||||
MD5SUM="d37b5bd88fb16b9ab087b2194139cee4"
|
||||
DOWNLOAD="https://download.geany.org/geany-2.0.tar.gz"
|
||||
MD5SUM="ab3f45cc4588c61cc1f107789137b532"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue