desktop/notion: Updated for version 3_2017050501.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-07-23 19:51:58 +02:00 committed by Willy Sudiarto Raharjo
parent 2ec36633d7
commit 245925c45f
2 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for notion
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,9 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=notion
SRCVER=${SRCVER:-3-2015061300}
SRCVER=${SRCVER:-3-2017050501}
VERSION=$(echo $SRCVER | tr - _)
BUILD=${BUILD:-2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -61,13 +61,13 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRCVER
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz || tar xvf $CWD/$SRCVER.tar.gz
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
cd $PRGNAM-$SRCVER
find -L . \
\( -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 \
\( -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 {} \;
# Fix notion lookup PREFIX installation
if [ "$ARCH" = "x86_64" ]; then
@ -99,7 +99,7 @@ mkdir -p $PKG/etc/X11/xinit
install -m 0755 $CWD/xinitrc.$PRGNAM $PKG/etc/X11/xinit/xinitrc.$PRGNAM
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README LICENSE CHANGELOG $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.md LICENSE CHANGELOG $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="notion"
VERSION="3_2015061300"
VERSION="3_2017050501"
HOMEPAGE="http://notion.sourceforge.net"
DOWNLOAD="https://github.com/raboof/notion/archive/3-2015061300.tar.gz"
MD5SUM="6dea9fdc4654aa8dbb294ad86feb9ce1"
DOWNLOAD="https://github.com/raboof/notion/archive/3-2017050501/notion-3-2017050501.tar.gz"
MD5SUM="baad901a79495f3b68c155fca00dfb3f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"