mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/tuxtype2: Updated for version 1.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
637aea3e89
commit
9024845e60
2 changed files with 8 additions and 8 deletions
|
@ -23,9 +23,9 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=tuxtype2
|
||||
VERSION=${VERSION:-1.8.0}
|
||||
VERSION=${VERSION:-1.8.1}
|
||||
SRCPATH=tuxtype_w_fonts
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -62,11 +62,11 @@ rm -rf $SRCPATH-$VERSION
|
|||
tar xvf $CWD/$SRCPATH-$VERSION.tar.?z* || exit 1
|
||||
cd $SRCPATH-$VERSION || exit 1
|
||||
chown -R root:root .
|
||||
find . \
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tuxtype2"
|
||||
VERSION="1.8.0"
|
||||
VERSION="1.8.1"
|
||||
HOMEPAGE="http://tuxtype.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/tuxtype/tuxtype_w_fonts-1.8.0.tar.gz"
|
||||
MD5SUM="7294fc19db32a3134bd4112e9cb604c4"
|
||||
DOWNLOAD="https://alioth.debian.org/frs/download.php/file/3270/tuxtype_w_fonts-1.8.1.tar.gz"
|
||||
MD5SUM="ce96616ba0c9e619ce0071a528301e94"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL_Pango"
|
||||
|
|
Loading…
Reference in a new issue