summaryrefslogtreecommitdiffstats
path: root/office/xpad/xpad.SlackBuild
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryan.q@linux.com>2015-11-26 23:41:49 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-28 07:25:59 +0700
commit4e342637f260b66b1f762eacddd35e96c1f9b25a (patch)
tree8ede0166afd484f991779718e98c8b3f2b8e3b5d /office/xpad/xpad.SlackBuild
parent788ad89b4d6f0913042f616a04a0cf01f5cc8ab3 (diff)
downloadslackbuilds-4e342637f260b66b1f762eacddd35e96c1f9b25a.tar.gz
slackbuilds-4e342637f260b66b1f762eacddd35e96c1f9b25a.tar.xz
office/xpad: Remove upstream patch + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/xpad/xpad.SlackBuild')
-rw-r--r--office/xpad/xpad.SlackBuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/office/xpad/xpad.SlackBuild b/office/xpad/xpad.SlackBuild
index 229acbfa7a..79c56d7a0a 100644
--- a/office/xpad/xpad.SlackBuild
+++ b/office/xpad/xpad.SlackBuild
@@ -1,7 +1,8 @@
#!/bin/sh
-
# Slackware build script for xpad
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2011 Howard Pepper <h_pepper {at} bellsouth {dot} net>
# Copyright 2008 Frank Caraballo <fecaraballo{at}gmail{dot}com>
# All rights reserved.
@@ -65,13 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-# patch the relevant files:
-patch -p0 < $CWD/patches/xpad-undo.patch
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
./configure \