libraries/libgxps: Updated for version 0.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
16cdc943e5
commit
57b82f3cce
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libgxps
|
||||
|
||||
# Copyright 2019 Igor Alexandrov <igor.s.alexandrov@gmail.com>
|
||||
# Copyright 2019-2021 Igor Alexandrov <igor.alexandrov@outlook.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libgxps
|
||||
VERSION=${VERSION:-0.3.1}
|
||||
VERSION=${VERSION:-0.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -80,7 +80,9 @@ cd build
|
|||
--localstatedir=/var \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--mandir=/usr/man \
|
||||
--infodir=/usr/info
|
||||
--infodir=/usr/info \
|
||||
-Denable-gtk-doc=true \
|
||||
-Denable-man=true
|
||||
ninja
|
||||
DESTDIR=$PKG ninja install
|
||||
cd ..
|
||||
|
@ -92,7 +94,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; 2> /dev/null || true
|
|||
for i in $(find $PKG/usr/man -type l 2> /dev/null) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $(find -maxdepth 1 -type f -name '[^a-z]*' | grep -iv make) $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING MAINTAINERS NEWS README RELEASING TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libgxps"
|
||||
VERSION="0.3.1"
|
||||
VERSION="0.3.2"
|
||||
HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
|
||||
DOWNLOAD="https://download.gnome.org/sources/libgxps/0.3/libgxps-0.3.1.tar.xz"
|
||||
MD5SUM="ade83c264b3af2551a0dff9144478df8"
|
||||
DOWNLOAD="https://download.gnome.org/sources/libgxps/0.3/libgxps-0.3.2.tar.xz"
|
||||
MD5SUM="0527ac7c8c405445e96a5baa6019a0c3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="meson"
|
||||
MAINTAINER="Igor Alexandrov"
|
||||
EMAIL="igor.s.alexandrov@gmail.com"
|
||||
EMAIL="igor.alexandrov@outlook.com"
|
||||
|
|
Loading…
Reference in New Issue