mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
misc/glogg: Updated for version 1.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b9a78bd949
commit
43a9021e08
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for glogg
|
||||
|
||||
# Copyright 2014 Miroslaw Turski
|
||||
# Copyright 2015 Miroslaw Turski
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=glogg
|
||||
VERSION=${VERSION:-0.9.2.1}
|
||||
VERSION=${VERSION:-1.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,7 +67,7 @@ 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 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
qmake
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="glogg"
|
||||
VERSION="0.9.2.1"
|
||||
VERSION="1.0.2"
|
||||
HOMEPAGE="http://glogg.bonnefon.org/"
|
||||
DOWNLOAD="http://glogg.bonnefon.org/files/glogg-0.9.2.1.tar.gz"
|
||||
MD5SUM="17f4e7c10df0a1de4d3ee07ef4aa0fce"
|
||||
DOWNLOAD="http://glogg.bonnefon.org/files/glogg-1.0.2.tar.gz"
|
||||
MD5SUM="d6d9bb70ed50a38c5fa9114d71b52d3d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue