diff options
author | Isaac Yu <isaacyu@isaacyu1.com> | 2018-07-06 23:36:55 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-07-06 23:36:55 +0100 |
commit | 88b5cb3f2449e1dd040c4d9abb5d712d6bef2de2 (patch) | |
tree | 384468184748d0036f5ebed86a8240c309b24120 /development/tea | |
parent | 577c364551ff918a64cca731d173a6d29af50999 (diff) | |
download | slackbuilds-88b5cb3f2449e1dd040c4d9abb5d712d6bef2de2.tar.gz |
development/tea: Updated for version 45.0.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/tea')
-rw-r--r-- | development/tea/tea.SlackBuild | 5 | ||||
-rw-r--r-- | development/tea/tea.info | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/development/tea/tea.SlackBuild b/development/tea/tea.SlackBuild index 703ad8c13b..dda5434751 100644 --- a/development/tea/tea.SlackBuild +++ b/development/tea/tea.SlackBuild @@ -23,9 +23,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - PRGNAM=tea -VERSION=${VERSION:-44.1.1} +VERSION=${VERSION:-45.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +70,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -if [ ${USE_QT5:-no} = yes]; then +if [ ${USE_QT5:-no} = yes ]; then qmake-qt5 "PREFIX=/usr/bin" "QMAKE_CXXFLAGS+=$SLKCFLAGS" "QMAKE_CFLAGS+=$SLKCFLAGS" else qmake "PREFIX=/usr/bin" "QMAKE_CXXFLAGS+=$SLKCFLAGS" "QMAKE_CFLAGS+=$SLKCFLAGS" diff --git a/development/tea/tea.info b/development/tea/tea.info index 6b52426657..ff202c58f3 100644 --- a/development/tea/tea.info +++ b/development/tea/tea.info @@ -1,8 +1,8 @@ PRGNAM="tea" -VERSION="44.1.1" +VERSION="45.0.2" HOMEPAGE="http://semiletov.org/tea/" -DOWNLOAD="http://semiletov.org/tea/dloads/tea-44.1.1.tar.bz2" -MD5SUM="04fea62bfa425b2d81244717a108f078" +DOWNLOAD="http://semiletov.org/tea/dloads/tea-45.0.2.tar.bz2" +MD5SUM="cdb7235066340f3f940d6f8d2a43ceec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |