desktop/maitreya: Updated for version 7.0.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Didier Charles 2014-08-18 18:31:07 +07:00 committed by Willy Sudiarto Raharjo
parent f8a5728a77
commit 452b418bd2
2 changed files with 7 additions and 7 deletions

View file

@ -9,7 +9,7 @@
# http://slackbuilds.org/templates/
PRGNAM=maitreya
VERSION=6.0.5
VERSION=${VERSION:-7.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -50,13 +50,13 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libdir=/usr/lib$LIBDIRSUFFIX \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--build=$ARCH-slackware-linux
make \
@ -68,7 +68,7 @@ make install \
fontdir=/usr/share/fonts/TTF \
DESTDIR=$PKG
( cd $PKG/usr/share/maitreya6/fonts/
( cd $PKG/usr/share/maitreya7/fonts/
rm -f MaitreyaSymbols6.ttf
ln -s ../../fonts/TTF/MaitreyaSymbols6.ttf
)

View file

@ -1,8 +1,8 @@
PRGNAM="maitreya"
VERSION="6.0.5"
VERSION="7.0.5"
HOMEPAGE="http://www.saravali.de/index.html"
DOWNLOAD="http://downloads.sourceforge.net/project/maitreya/maitreya6/maitreya-6.0.5/maitreya-6.0.5.tar.bz2"
MD5SUM="89004482377837e291e10926bcebb2a3"
DOWNLOAD="http://www.saravali.de/downloads/7.0.5/maitreya-7.0.5.tar.bz2"
MD5SUM="c133adf22acefbb6613fa636d86b9ad9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"