summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Donald Cooley2017-09-17 03:07:21 +0200
committer Willy Sudiarto Raharjo2017-09-17 15:29:49 +0200
commitc1b64a1c8b1ade8bae3382e29f462cc1b0ffcd8f (patch)
tree08cd3d29fa11696ef093d6ee43310614c7becec5 /office
parentfc086b8bf24a909f2a401542cfa51ba8eaa5486a (diff)
downloadslackbuilds-c1b64a1c8b1ade8bae3382e29f462cc1b0ffcd8f.tar.gz
office/leafpad: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/leafpad/README8
-rw-r--r--office/leafpad/leafpad.SlackBuild10
-rw-r--r--office/leafpad/leafpad.info4
3 files changed, 11 insertions, 11 deletions
diff --git a/office/leafpad/README b/office/leafpad/README
index cca5f38e8a..bd644ff65a 100644
--- a/office/leafpad/README
+++ b/office/leafpad/README
@@ -1,6 +1,6 @@
-Leafpad is a simple GTK+ text editor that emphasizes simplicity. As development
-focuses on keeping weight down to a minimum, only the most essential features
-are implemented in the editor. Leafpad is simple to use, is easily compiled,
-requires few libraries, and starts up quickly.
+Leafpad is a simple GTK+ text editor that emphasizes simplicity. As
+development focuses on keeping weight down to a minimum, only the most
+essential features are implemented in the editor. Leafpad is simple to
+use, is easily compiled, requires few libraries, and starts up quickly.
libgnomeprint & libgnomeprintui are optional dependencies.
diff --git a/office/leafpad/leafpad.SlackBuild b/office/leafpad/leafpad.SlackBuild
index 31b6028827..36e18742c5 100644
--- a/office/leafpad/leafpad.SlackBuild
+++ b/office/leafpad/leafpad.SlackBuild
@@ -3,6 +3,7 @@
# Copyright 2007-2010 Grigorios Bouzakis <grbzks@xsmail.com>
# Copyright 2014 Ryan P.C. McQuen, WA, ryanpcmcquen@member.fsf.org
+# Copyright 2017 Donald Cooley, South Haven, IN, USA
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for any purpose
@@ -22,12 +23,12 @@
PRGNAM=leafpad
VERSION=${VERSION:-0.8.18.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
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
@@ -38,8 +39,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"
@@ -78,7 +79,6 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --disable-static \
--build=$ARCH-slackware-linux
make
diff --git a/office/leafpad/leafpad.info b/office/leafpad/leafpad.info
index 876453cac5..732f6ee923 100644
--- a/office/leafpad/leafpad.info
+++ b/office/leafpad/leafpad.info
@@ -6,5 +6,5 @@ MD5SUM="254a72fc67505e3aa52884c729cd7b97"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Ryan P.C. McQuen"
-EMAIL="ryanpcmcquen@member.fsf.org"
+MAINTAINER="Donald Cooley"
+EMAIL="chytraeu@sdf.org"