desktop/notion: Updated for version 3_2014010900.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2014-01-12 17:48:47 +07:00 committed by Erik Hanson
parent 1ffd507f41
commit 01ac7fa4ea
2 changed files with 8 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for notion # Slackware build script for notion
# Copyright 2013 Dimitris Zlatanidis Greece-Orestiada # Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=notion PRGNAM=notion
VERSION=${VERSION:-3_2014010505} VERSION=${VERSION:-3_2014010900}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -56,7 +56,7 @@ fi
SRCVER=$(echo $VERSION | tr _ - ) SRCVER=$(echo $VERSION | tr _ - )
set -e set -e
rm -rf $PKG rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
@ -65,6 +65,7 @@ rm -rf $PRGNAM-$VERSION
mkdir $PRGNAM-$VERSION mkdir $PRGNAM-$VERSION
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$SRCVER-src.tar.gz tar xvf $CWD/$PRGNAM-$SRCVER-src.tar.gz
cd $PRGNAM-$SRCVER
find -L . \ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \ -o -perm 511 \) -exec chmod 755 {} \; -o \
@ -81,6 +82,7 @@ make \
X11INC=/usr/include \ X11INC=/usr/include \
X11LIB=/usr/lib${LIBDIRSUFFIX}/X11 X11LIB=/usr/lib${LIBDIRSUFFIX}/X11
make install \ make install \
OPTS="$SLKCFLAGS" \ OPTS="$SLKCFLAGS" \
PREFIX=/usr \ PREFIX=/usr \

View file

@ -1,8 +1,8 @@
PRGNAM="notion" PRGNAM="notion"
VERSION="3_2014010505" VERSION="3_2014010900"
HOMEPAGE="http://notion.sourceforge.net" HOMEPAGE="http://notion.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/notion/notion-3-2014010505-src.tar.gz" DOWNLOAD="http://downloads.sourceforge.net/notion/notion-3-2014010900-src.tar.gz"
MD5SUM="3da7ef931f12c7692e307b5aaf6b8058" MD5SUM="8192c61ce92e5926a7664eeb3274f65f"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="lua" REQUIRES="lua"