summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-08-04 13:26:28 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-13 07:22:55 +0700
commit94a28a2301bba856923f2b51b95e6674eb65261a (patch)
treeb73117dd7a2e9eec3e823c670861aefe0744e3c0 /games
parent2b7b2efae33d39b078ba5017cb3afbd2f3f871d6 (diff)
downloadslackbuilds-94a28a2301bba856923f2b51b95e6674eb65261a.tar.gz
slackbuilds-94a28a2301bba856923f2b51b95e6674eb65261a.tar.xz
games/an: Updated for version 1.2.
Diffstat (limited to 'games')
-rw-r--r--games/an/an.SlackBuild28
-rw-r--r--games/an/an.info8
-rw-r--r--games/an/usr_share_dict_words_docs.diff24
3 files changed, 17 insertions, 43 deletions
diff --git a/games/an/an.SlackBuild b/games/an/an.SlackBuild
index dfb1853f2c..71f6d9f5fc 100644
--- a/games/an/an.SlackBuild
+++ b/games/an/an.SlackBuild
@@ -6,14 +6,19 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20160804 bkw: Updated to 1.2. Apparently 1.2 is a release by the
+# maintainer(s) of the Debian an package, not the original author...
+# but the old 0.95 was segfaulting when built with gcc5. Also, the
+# new version has Unicode support.
+
PRGNAM=an
-VERSION=${VERSION:-0.95_2}
+VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -24,8 +29,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -51,7 +56,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG/usr/{games,man/man6} $OUTPUT
cd $TMP
rm -rf ${PRGNAM}-${SRCVER}
-tar xvf $CWD/${PRGNAM}_$TARVER.tar.gz
+tar xvf $CWD/${PRGNAM}_$TARVER.orig.tar.xz
cd ${PRGNAM}-$SRCVER
chown -R root:root .
find -L . \
@@ -60,12 +65,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Slackware's dictionary is in /usr/share/dict/words (not /usr/dict/words).
-# an's default dictionary is also /usr/share/dict/words, but the README and
-# man page incorrectly state /usr/dict/words.
-patch -p1 < $CWD/usr_share_dict_words_docs.diff
-
-make MANDIR=/usr/man/man6 DEFS="$SLKCFLAGS"
+make MANDIR=/usr/man/man6 CC="gcc $SLKCFLAGS"
make install DESTDIR=$PKG MANDIR=$PKG/usr/man/man6
strip $PKG/usr/games/$PRGNAM
@@ -73,9 +73,7 @@ gzip -9 $PKG/usr/man/man6/$PRGNAM.6
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp \
- COPY* DICTIONARY EXAMPLE.ANAGRAMS HINTS README TODO \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp ALGORITHM COPYING $PKG/usr/doc/$PRGNAM-$VERSION
chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/*
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
@@ -92,7 +90,7 @@ if [ -e $CWD/$GUI_IN ]; then
mkdir -p $PKG/usr/share/applications $PKG/usr/share/pixmaps
cp $CWD/$GUI_OUT.desktop $PKG/usr/share/applications
-# TODO: Anyone want to design a real icon? IANAGD...
+ # TODO: Anyone want to design a real icon? IANAGD...
cp $CWD/$GUI_OUT.png $PKG/usr/share/pixmaps
cat $CWD/doinst.sh > $PKG/install/doinst.sh
diff --git a/games/an/an.info b/games/an/an.info
index 93136bb9f1..5999bf7981 100644
--- a/games/an/an.info
+++ b/games/an/an.info
@@ -1,8 +1,8 @@
PRGNAM="an"
-VERSION="0.95_2"
-HOMEPAGE="http://fatphil.org/words/an.html"
-DOWNLOAD="http://fatphil.org/words/an_0.95-2.tar.gz"
-MD5SUM="6e3e94e15efceca0d15267d5b462913e"
+VERSION="1.2"
+HOMEPAGE="https://packages.debian.org/sid/an"
+DOWNLOAD="http://http.debian.net/debian/pool/main/a/an/an_1.2.orig.tar.xz"
+MD5SUM="1f3465bfe2cc4458f75a7a42037b475c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/games/an/usr_share_dict_words_docs.diff b/games/an/usr_share_dict_words_docs.diff
deleted file mode 100644
index bcafe1ca19..0000000000
--- a/games/an/usr_share_dict_words_docs.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur an-0.95.orig/README an-0.95/README
---- an-0.95.orig/README 2001-03-17 08:58:48.000000000 -0500
-+++ an-0.95/README 2010-01-26 22:56:44.000000000 -0500
-@@ -3,7 +3,7 @@
-
- Generates anagrams for a phrase supplied by the user, the words used in the
- anagram are taken from a specified dictionary which should contain one
--word per line (default:/usr/dict/words).
-+word per line (default:/usr/share/dict/words).
-
- Read INSTALL for instructions on installing.
-
-diff -Naur an-0.95.orig/an.6 an-0.95/an.6
---- an-0.95.orig/an.6 2000-11-13 19:37:48.000000000 -0500
-+++ an-0.95/an.6 2010-01-26 22:56:59.000000000 -0500
-@@ -11,7 +11,7 @@
- .SH DESCRIPTION
- .B an
- finds all anagrams which can be made from the letters in \fBPHRASE\fP,
--using words in the specified dictionary (default=/usr/dict/words).
-+using words in the specified dictionary (default=/usr/share/dict/words).
- .SH OPTIONS
- .TP
- .I \-w, --words