mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libpaper: Updated for version 1.1.28build2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ea0caf8261
commit
3066901197
3 changed files with 7 additions and 5 deletions
|
@ -6,3 +6,4 @@ printed output.
|
|||
|
||||
Pass the variable PAPERSIZE=letter|a3|a4|... to the script to set the
|
||||
preferred papersize (the default is a4).
|
||||
available sizes are listed in the buildscript
|
||||
|
|
|
@ -8,11 +8,12 @@
|
|||
# 10/02/2019 updated for 1.1.26
|
||||
# 25/06/2019 updated for 1.1.27
|
||||
# 25/06/2019 updated for 1.1.28
|
||||
# 14/04/2022 updated for 1.1.28build2
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libpaper
|
||||
VERSION=${VERSION:-1.1.28}
|
||||
VERSION=${VERSION:-1.1.28build2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libpaper"
|
||||
VERSION="1.1.28"
|
||||
HOMEPAGE="https://packages.qa.debian.org/libp/libpaper.html"
|
||||
DOWNLOAD="https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/libpaper/1.1.28/libpaper_1.1.28.tar.gz"
|
||||
MD5SUM="58dcdb3e1074f571b86d0ee937ed0072"
|
||||
VERSION="1.1.28build2"
|
||||
HOMEPAGE="https://launchpad.net/ubuntu/+source/libpaper/"
|
||||
DOWNLOAD="https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/libpaper/1.1.28build2/libpaper_1.1.28build2.tar.gz"
|
||||
MD5SUM="76bf6d105c9d878a0c609e43fc915337"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue