graphics/photoqt: Updated for version 1.2.

Added the new dependency qt5

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2015-03-09 20:54:42 +01:00 committed by Willy Sudiarto Raharjo
parent ecd2a0ac55
commit ef95c6834e
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Slackware build script for photoqt # Slackware build script for photoqt
# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # Copyright 2013-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=photoqt PRGNAM=photoqt
VERSION=${VERSION:-1.0} VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="photoqt" PRGNAM="photoqt"
VERSION="1.0" VERSION="1.2"
HOMEPAGE="http://photoqt.org" HOMEPAGE="http://photoqt.org"
DOWNLOAD="http://photoqt.org/oldRel/photoqt-1.0.tar.gz" DOWNLOAD="http://ponce.cc/slackware/sources/repo/photoqt-1.2.tar.gz"
MD5SUM="b54dc4de8c7561551f47e47738633002" MD5SUM="bc0233279c86db39dc2482583697c9b3"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES="qt5"
MAINTAINER="Matteo Bernardini" MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org" EMAIL="ponce@slackbuilds.org"