mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
graphics/webp-pixbuf-loader: Updated for version 0.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
4e43aa07be
commit
4f6096d5c7
2 changed files with 6 additions and 5 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||||
|
|
||||||
|
# 20230605 bkw: update for v0.2.4.
|
||||||
# 20221203 bkw: update for v0.0.7.
|
# 20221203 bkw: update for v0.0.7.
|
||||||
|
|
||||||
# 20210910 bkw: upstream finally started doing releases!
|
# 20210910 bkw: upstream finally started doing releases!
|
||||||
|
@ -16,7 +17,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=webp-pixbuf-loader
|
PRGNAM=webp-pixbuf-loader
|
||||||
VERSION=${VERSION:-0.0.7}
|
VERSION=${VERSION:-0.2.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -89,7 +90,7 @@ cd ..
|
||||||
DOCDIR=$PKG/usr/doc/$PRGNAM-$VERSION
|
DOCDIR=$PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
mkdir -p $DOCDIR
|
mkdir -p $DOCDIR
|
||||||
cat $CWD/README > $DOCDIR/README
|
cat $CWD/README > $DOCDIR/README
|
||||||
cp -a LICENSE* tests/*.webp $DOCDIR
|
cp -a LICENSE* tests/data/*.webp $DOCDIR
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $DOCDIR/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $DOCDIR/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="webp-pixbuf-loader"
|
PRGNAM="webp-pixbuf-loader"
|
||||||
VERSION="0.0.7"
|
VERSION="0.2.4"
|
||||||
HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader"
|
HOMEPAGE="https://github.com/aruiz/webp-pixbuf-loader"
|
||||||
DOWNLOAD="https://github.com/aruiz/webp-pixbuf-loader/archive/0.0.7/webp-pixbuf-loader-0.0.7.tar.gz"
|
DOWNLOAD="https://github.com/aruiz/webp-pixbuf-loader/archive/0.2.4/webp-pixbuf-loader-0.2.4.tar.gz"
|
||||||
MD5SUM="823dbbf9105a75324096bc9498f4d1fe"
|
MD5SUM="2218f764598044497691c02bf641173d"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue