mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
graphics/tuxpaint: Updated for version 0.9.30.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c6218ab15a
commit
a3842bc452
2 changed files with 11 additions and 8 deletions
|
@ -17,12 +17,13 @@
|
|||
# 20230111 bkw: Modified by SlackBuilds.org: BUILD=4, just to force a
|
||||
# rebuild after libunibreak update to 5.1.
|
||||
# 20230407 tim: update to 0.9.29 and 0.0.20
|
||||
# 20230519 tim: update to 0.9.30 and 0.0.21
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tuxpaint
|
||||
VERSION=${VERSION:-0.9.29}
|
||||
CONFVER=${CONFVER:-0.0.20}
|
||||
VERSION=${VERSION:-0.9.30}
|
||||
CONFVER=${CONFVER:-0.0.21}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -83,7 +84,6 @@ mkdir trans
|
|||
# using the xdg-icon-resource and xdg-desktop-menu tools: these don't
|
||||
# support DESTDIR or any other way to control where the files get
|
||||
# installed (meaning they install to the real /usr, not $PKG/usr).
|
||||
|
||||
sed -i '/^linux_ARCH_INSTALL/s,install-xdg ,,' Makefile
|
||||
|
||||
make PREFIX=/usr LIBDIRSUFFIX=$LIBDIRSUFFIX OPTFLAGS="$SLKCFLAGS"
|
||||
|
@ -140,6 +140,9 @@ chmod 0644 $PKG/usr/man/*/*/tuxpaint.1.gz
|
|||
chmod 0644 $PKG/usr/man/man1/*.gz
|
||||
find $PKG/usr/doc/$PRGNAM-$VERSION/ -type f -exec chmod 644 {} \+
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
#remove binary plugin examples that shouldn't be in doc, and unneeded install doc.
|
||||
rm -f $PKG/usr/doc/$PRGNAM-$VERSION/en/*.so $PKG/usr/doc/$PRGNAM-$VERSION/INSTALL.txt
|
||||
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tuxpaint"
|
||||
VERSION="0.9.29"
|
||||
VERSION="0.9.30"
|
||||
HOMEPAGE="http://www.tuxpaint.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/tuxpaint/tuxpaint-0.9.29.tar.gz \
|
||||
http://downloads.sourceforge.net/tuxpaint/tuxpaint-config-0.0.20.tar.gz"
|
||||
MD5SUM="c8efd4768204627e5c0e4b33034dd0eb \
|
||||
4573eb54293060c02f86d4b4623481f8"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/tuxpaint/tuxpaint-0.9.30.tar.gz \
|
||||
http://downloads.sourceforge.net/tuxpaint/tuxpaint-config-0.0.21.tar.gz"
|
||||
MD5SUM="7b2c1ca2a101b3be16fb85c970f32af0 \
|
||||
6689cab667ff11be58dd98270c7c1234"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libpaper SDL2_Pango fltk pngquant libunibreak"
|
||||
|
|
Loading…
Reference in a new issue