mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/xtrlock: Updated for version 2.12.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
1aadd5feae
commit
82416abf9e
2 changed files with 7 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
PRGNAM=xtrlock
|
||||
VERSION=${VERSION:-2.8}
|
||||
VERSION=${VERSION:-2.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -44,14 +44,11 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/${PRGNAM}_$VERSION.tar.gz
|
||||
tar xvf $CWD/${PRGNAM}_$VERSION.tar.xz
|
||||
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 \) -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 {} \;
|
||||
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
|
||||
|
||||
# work around slack 14.2 bug (only happens when upgrading from 14.2):
|
||||
touch host.def
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xtrlock"
|
||||
VERSION="2.8"
|
||||
VERSION="2.12"
|
||||
HOMEPAGE="http://packages.debian.org/sid/xtrlock"
|
||||
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/x/xtrlock/xtrlock_2.8.tar.gz"
|
||||
MD5SUM="18560ad5bae3daac84012bfc0f1c1728"
|
||||
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/x/xtrlock/xtrlock_2.12.tar.xz"
|
||||
MD5SUM="49adf9b39eed6ea717462f5171da5a30"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue