libraries/libpaper: Updated for version 2.2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
224c13e32b
commit
868f8c783a
|
@ -3,17 +3,17 @@
|
|||
# Slackware build script for libpaper
|
||||
|
||||
# Written by Pablo Santamaria (pablosantamaria@gmail.com)
|
||||
# Note: history shows first and last three version changes.
|
||||
# Update by Tim Dickson (dickson.tim@googlemail.com) for 1.1.24+nmu4 version
|
||||
# 26/06/2017 updated by Tim Dickson for 1.1.24+nmu5 version
|
||||
# 16/07/2023 updated for 2.1.1
|
||||
# 16/10/2023 updated for 2.1.2
|
||||
# 31/01/2024 updated to 2.1.3 tidy up this history to show just first and last 3 changes
|
||||
# 14/03/2024 updated to 2.2.5
|
||||
# note: we use release source, as archive source misses out submodules.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libpaper
|
||||
VERSION=${VERSION:-2.1.3}
|
||||
VERSION=${VERSION:-2.2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -101,7 +101,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README COPYING ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.md COPYING COPYING-GPL-3 $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libpaper"
|
||||
VERSION="2.1.3"
|
||||
VERSION="2.2.5"
|
||||
HOMEPAGE="https://github.com/rrthomas/libpaper"
|
||||
DOWNLOAD="https://github.com/rrthomas/libpaper/releases/download/v2.1.3/libpaper-2.1.3.tar.gz"
|
||||
MD5SUM="dc9cdf541173d7737ee73963f3052c7a"
|
||||
DOWNLOAD="https://github.com/rrthomas/libpaper/releases/download/v2.2.5/libpaper-2.2.5.tar.gz"
|
||||
MD5SUM="4b914c3ca6d8277260fce418e12bae6b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue