summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Ricardo J. Barberis <ricardo.barberis@gmail.com>2018-03-20 11:23:25 +0000
committer David Spencer <idlemoor@slackbuilds.org>2018-03-20 11:23:40 +0000
commitba41970c03f334dde2c6303f7c48955ccb2fa583 (patch)
tree2c2b998d34452c8da7d94f5cd8f3624906f1c403 /development
parent6f27b71130287054b909471a63ea16660c2e26e8 (diff)
downloadslackbuilds-ba41970c03f334dde2c6303f7c48955ccb2fa583.tar.gz
slackbuilds-ba41970c03f334dde2c6303f7c48955ccb2fa583.tar.xz
development/kdesvn: Switch to i586 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/kdesvn/README6
-rw-r--r--development/kdesvn/kdesvn.SlackBuild8
-rw-r--r--development/kdesvn/kdesvn.info4
3 files changed, 10 insertions, 8 deletions
diff --git a/development/kdesvn/README b/development/kdesvn/README
index 2685cb58a4..51cb9b887b 100644
--- a/development/kdesvn/README
+++ b/development/kdesvn/README
@@ -1,6 +1,6 @@
-kdesvn is a kde client for subversion. It uses native KDE API instead of
-an extra lib like GAMBAS, and it is using the native subversion
-development API instead of parsing the output of the commandline tool
+kdesvn is a kde client for subversion. It uses native KDE API instead of
+an extra lib like GAMBAS, and it is using the native subversion
+development API instead of parsing the output of the commandline tool
like most other clients do.
It tries to setup a look and feel like the standard filemanager of
diff --git a/development/kdesvn/kdesvn.SlackBuild b/development/kdesvn/kdesvn.SlackBuild
index 5a79596a56..b835c81ebf 100644
--- a/development/kdesvn/kdesvn.SlackBuild
+++ b/development/kdesvn/kdesvn.SlackBuild
@@ -5,6 +5,8 @@
# Copyright 2007-2011 Michiel van Wessem, Manchester, United Kingdom
# All rights reserved.
#
+# Copyright (c) 2017-2018, Modified by: Ricardo J. Barberis <ricardo.barberis@gmail.com>
+#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
@@ -29,7 +31,7 @@ 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,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/development/kdesvn/kdesvn.info b/development/kdesvn/kdesvn.info
index 6da2d9f453..b98995ec52 100644
--- a/development/kdesvn/kdesvn.info
+++ b/development/kdesvn/kdesvn.info
@@ -6,5 +6,5 @@ MD5SUM="f3d80daf42dad5d07b9a8cd24541d94d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Michiel van Wessem"
-EMAIL="michiel@slackbuilds.org"
+MAINTAINER="Ricardo J. Barberis"
+EMAIL="ricardo.barberis@gmail.com"