aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-04-23 23:06:52 +0000
committerRobby Workman <rworkman@slackbuilds.org>2021-04-23 23:26:02 -0500
commitebaca630c957976dcc5fc2a180569861e82a604c (patch)
tree388bdda715cec469d63345aef5ba09a1bd7248be /network
parent6dcae16896ed7c749a963f4bd8aa7aceff815be8 (diff)
network/psi: Updated for version 1.5. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/psi/README6
-rw-r--r--network/psi/psi.SlackBuild22
-rw-r--r--network/psi/psi.info10
3 files changed, 22 insertions, 16 deletions
diff --git a/network/psi/README b/network/psi/README
index 291061cf535f..1e204e2e5375 100644
--- a/network/psi/README
+++ b/network/psi/README
@@ -1,6 +1,6 @@
-Psi is a free instant messaging application designed for the XMPP network
-(including Google Talk). Fast and lightweight, Psi is fully open-source
-and compatible with Windows, Linux, and Mac OS X.
+Psi is a free instant messaging application designed for the XMPP
+network (including Google Talk). Fast and lightweight, Psi is fully
+open-source and compatible with Windows, Linux, and Mac OS X.
With Psi's full Unicode support and localizations, easy file transfers,
customizable iconsets, and many other great features, you'll learn why
diff --git a/network/psi/psi.SlackBuild b/network/psi/psi.SlackBuild
index bc8b9c2660f5..8b05e7d9d01b 100644
--- a/network/psi/psi.SlackBuild
+++ b/network/psi/psi.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=psi
-VERSION=${VERSION:-1.3}
+VERSION=${VERSION:-1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,14 +40,18 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-march=i686 -mtune=i686"
+ SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS=""
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
- SLKCFLAGS=""
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
fi
set -e
@@ -66,7 +70,9 @@ find -L . \
-exec chmod 644 {} \;
./configure \
- --prefix=/usr
+ --prefix=/usr \
+ --libdir=/usr/lib${LIBDIRSUFFIX} \
+ --qtselect=5
# Apply c++ flags
if [ -n "$SLKCFLAGS" ]; then
diff --git a/network/psi/psi.info b/network/psi/psi.info
index 56287321dba1..a9a3719b7ef5 100644
--- a/network/psi/psi.info
+++ b/network/psi/psi.info
@@ -1,10 +1,10 @@
PRGNAM="psi"
-VERSION="1.3"
+VERSION="1.5"
HOMEPAGE="http://psi-im.org/"
-DOWNLOAD="https://sourceforge.net/projects/psi/files/Psi/1.3/psi-1.3.tar.xz"
-MD5SUM="473c13da3238d72d469d4d1ce1d85466"
+DOWNLOAD="https://sourceforge.net/projects/psi/files/Psi/1.5/psi-1.5.tar.xz"
+MD5SUM="7c89b9140dd667db45523a2a14eb15c4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Eugene Wissner"
-EMAIL="belka@caraus.de"
+MAINTAINER="Dave Woodfall"
+EMAIL="dave@slackbuilds.org"