mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
graphics/phototonic: Updated for version 0.98.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
feb364a422
commit
11e5e88e56
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=phototonic
|
||||
VERSION=${VERSION:-0.91}
|
||||
VERSION=${VERSION:-0.98}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,7 +69,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
qmake PREFIX="/usr"
|
||||
qmake-qt5 PREFIX="/usr"
|
||||
make
|
||||
make INSTALL_ROOT=$PKG install
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="phototonic"
|
||||
VERSION="0.91"
|
||||
VERSION="0.98"
|
||||
HOMEPAGE="http://oferkv.github.io/phototonic/"
|
||||
DOWNLOAD="https://github.com/oferkv/phototonic/archive/v0.91.tar.gz"
|
||||
MD5SUM="17358f05fd77ac5c5a32c54b08506533"
|
||||
DOWNLOAD="https://github.com/oferkv/phototonic/archive/v0.98.tar.gz"
|
||||
MD5SUM="72cef19cdcaf85b1777077b1714b611d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="qt5"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue