diff options
Diffstat (limited to 'audio/tauonmb/tauonmb.SlackBuild')
-rw-r--r-- | audio/tauonmb/tauonmb.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/tauonmb/tauonmb.SlackBuild b/audio/tauonmb/tauonmb.SlackBuild index da73e875bd72..e0f010e38aab 100644 --- a/audio/tauonmb/tauonmb.SlackBuild +++ b/audio/tauonmb/tauonmb.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tauonmb VERSION=${VERSION:-7.8.0} SRCNAM=Tauon -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -66,9 +66,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION -# - Replace my own isounidecode with Unidecode. +# - Replaced my own isounidecode with Unidecode. # - Pass libgme. -# - Revert old days theme changer! +# - Fixed custom theme bug. +# - Reverted old days theme changer! patch -p1 < $CWD/config/fix-tauon-options.patch # Make libgme optional, isn't this messy already? |