summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@member.fsf.org>2017-01-13 06:15:45 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-15 06:35:32 +0700
commit70bff15ea01503379604621f91ea7fe0536db8f9 (patch)
treeb351c7464b0b75df60e2e7596d5d2726c77b73d1 /desktop
parent5017ab858812d54b4a49c6c029e59aa32e7469a8 (diff)
downloadslackbuilds-70bff15ea01503379604621f91ea7fe0536db8f9.tar.gz
slackbuilds-70bff15ea01503379604621f91ea7fe0536db8f9.tar.xz
desktop/ratpoison: New maintainer. i486 => i586.
Signed-off-by: Ryan P.C. McQuen <ryanpcmcquen@member.fsf.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/ratpoison/ratpoison.SlackBuild26
-rw-r--r--desktop/ratpoison/ratpoison.info4
2 files changed, 25 insertions, 5 deletions
diff --git a/desktop/ratpoison/ratpoison.SlackBuild b/desktop/ratpoison/ratpoison.SlackBuild
index 8a813b80d6..65d5e1cd0e 100644
--- a/desktop/ratpoison/ratpoison.SlackBuild
+++ b/desktop/ratpoison/ratpoison.SlackBuild
@@ -5,6 +5,26 @@
# Updated by Ellington Santos aka necropresto (ellingtonsantos@gmail.com)
# SlackBuild adopted by Glenn Becker (burningc@sdf.org)
+# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version, with the following exception:
+# the text of the GPL license may be omitted.
+
+# This program is distributed in the hope that it will be useful, but
+# without any warranty; without even the implied warranty of
+# merchantability or fitness for a particular purpose. Compiling,
+# interpreting, executing or merely reading the text of the program
+# may result in lapses of consciousness and/or very being, up to and
+# including the end of all existence and the Universe as we know it.
+# See the GNU General Public License for more details.
+
+# You may have received a copy of the GNU General Public License along
+# with this program (most likely, a file named COPYING). If not, see
+# <https://www.gnu.org/licenses/>.
+
PRGNAM=ratpoison
VERSION=${VERSION:-1.4.8}
BUILD=${BUILD:-1}
@@ -12,7 +32,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
@@ -23,8 +43,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"
LIBDIRDSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/desktop/ratpoison/ratpoison.info b/desktop/ratpoison/ratpoison.info
index a9310bacb3..4af56564e8 100644
--- a/desktop/ratpoison/ratpoison.info
+++ b/desktop/ratpoison/ratpoison.info
@@ -6,5 +6,5 @@ MD5SUM="2e31e70f08e3a52d4fd9abe9ade36e83"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Glenn Becker"
-EMAIL="glenn.becker@gmail.com"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryanpcmcquen@member.fsf.org"