From 9d6710949c62864fe2ffeb172b077fd6187ac8d7 Mon Sep 17 00:00:00 2001 From: ArTourter Date: Thu, 2 Jan 2020 19:52:09 -0600 Subject: network/konversation: Updated for version 1.5.1. Signed-off-by: Robby Workman --- network/konversation/konversation.SlackBuild | 7 ++++--- network/konversation/konversation.info | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'network') diff --git a/network/konversation/konversation.SlackBuild b/network/konversation/konversation.SlackBuild index 3300a2b817..7a93fff79f 100644 --- a/network/konversation/konversation.SlackBuild +++ b/network/konversation/konversation.SlackBuild @@ -3,6 +3,7 @@ # SlackBuild script for konversation # Copyright 2007-2014 Michiel van Wessem, Leicester, United Kingdom +# Copyright 2020 Gregory Tourte # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=konversation -VERSION=${VERSION:-1.5} +VERSION=${VERSION:-1.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,8 +84,8 @@ mkdir -p build -DMAN_INSTALL_DIR=/usr/man \ -DCMAKE_BUILD_TYPE=Release .. - make VERBOSE=1 - make install VERBOSE=1 DESTDIR=$PKG + make + make install DESTDIR=$PKG ) || exit 1 find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/network/konversation/konversation.info b/network/konversation/konversation.info index 7d9bbb1710..5e4faf679e 100644 --- a/network/konversation/konversation.info +++ b/network/konversation/konversation.info @@ -1,8 +1,8 @@ PRGNAM="konversation" -VERSION="1.5" +VERSION="1.5.1" HOMEPAGE="https://konversation.kde.org" -DOWNLOAD="https://download.kde.org/stable/konversation/1.5/src/konversation-1.5.tar.xz" -MD5SUM="c65c97012854f334d87b3a8df32b38f1" +DOWNLOAD="https://download.kde.org/stable/konversation/1.5.1/src/konversation-1.5.1.tar.xz" +MD5SUM="66731bbfa34e36bd3f7b723c63a492e7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3