mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/grip: Updated for version 4.2.4.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
528148bd8b
commit
723b503ad0
2 changed files with 8 additions and 4 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230106 bkw: update for v4.2.4. also gzip the man page...
|
||||
|
||||
# 20211213 bkw: This replaces the ancient grip2 build. We didn't have
|
||||
# grip 3.x builds because they had too many gnome dependencies; the
|
||||
# 4.x series dropped those and is a pure GTK+ application. Except for
|
||||
|
@ -15,7 +17,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=grip
|
||||
VERSION=${VERSION:-4.2.3}
|
||||
VERSION=${VERSION:-4.2.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -85,6 +87,8 @@ cd build
|
|||
DESTDIR=$PKG $NINJA -v install
|
||||
cd ..
|
||||
|
||||
gzip -9 $PKG/usr/man/man?/*.?
|
||||
|
||||
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mkdir -p $PKGDOC/html
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="grip"
|
||||
VERSION="4.2.3"
|
||||
VERSION="4.2.4"
|
||||
HOMEPAGE="https://sourceforge.net/projects/grip/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/grip/4.2.3/grip-4.2.3.tar.gz"
|
||||
MD5SUM="a36db042543ffced71965d6737f464e4"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/grip/4.2.4/grip-4.2.4.tar.gz"
|
||||
MD5SUM="02be3c2d23355b4829f9a77daf8f695d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue