mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
office/xournal: Updated for version 0.4.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7c2d932be1
commit
20bf04df46
2 changed files with 11 additions and 9 deletions
|
@ -2,9 +2,11 @@
|
|||
|
||||
# Slackware build script for xournal
|
||||
# Written by Michael Filz <the_emmel@gmx.net>
|
||||
# Updated by Rob van Nues <sborg63@disroot.org>
|
||||
|
||||
PRGNAM=xournal
|
||||
VERSION=${VERSION:-0.4.7}
|
||||
VERSION=${VERSION:-0.4.8}
|
||||
REL=${REL:-2016}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,8 +43,8 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.$REL.tar.gz
|
||||
cd $PRGNAM-$VERSION.$REL
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="xournal"
|
||||
VERSION="0.4.7"
|
||||
HOMEPAGE="http://xournal.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/xournal/xournal-0.4.7.tar.gz"
|
||||
MD5SUM="ad3e8e6c3a8c707e777806bca05c0cd1"
|
||||
VERSION="0.4.8"
|
||||
HOMEPAGE="https://xournal.sourceforge.net/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/xournal/xournal-0.4.8.2016.tar.gz"
|
||||
MD5SUM="a594f475d9b93fbca0aac43d47c2de22"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libgnomecanvas"
|
||||
MAINTAINER="Michael Filz"
|
||||
EMAIL="the_emmel@gmx.net"
|
||||
MAINTAINER="Rob van Nues"
|
||||
EMAIL="sborg63@disroot.org"
|
||||
|
|
Loading…
Reference in a new issue