mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
office/leafpad: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fc086b8bf2
commit
c1b64a1c8b
3 changed files with 11 additions and 11 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue