mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/xournal: Updated for version 0.4.8.2016.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6481bb4ea3
commit
acceedecc8
2 changed files with 4 additions and 5 deletions
|
@ -5,8 +5,7 @@
|
|||
# Updated by Rob van Nues <sborg63@disroot.org>
|
||||
|
||||
PRGNAM=xournal
|
||||
VERSION=${VERSION:-0.4.8}
|
||||
REL=${REL:-2016}
|
||||
VERSION=${VERSION:-0.4.8.2016}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -43,8 +42,8 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.$REL.tar.gz
|
||||
cd $PRGNAM-$VERSION.$REL
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PRGNAM="xournal"
|
||||
VERSION="0.4.8"
|
||||
VERSION="0.4.8.2016"
|
||||
HOMEPAGE="https://sourceforge.net/p/xournal/wiki/Home/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/xournal/xournal-0.4.8.2016.tar.gz"
|
||||
MD5SUM="a594f475d9b93fbca0aac43d47c2de22"
|
||||
|
|
Loading…
Reference in a new issue