summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryan.q@linux.com>2015-02-09 07:11:18 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-09 07:11:18 +0700
commit5db4d572890198abdf73ba6a6cf680c550ec25b0 (patch)
treea05886f3e07a58934e397170e516f8630a7d68a4 /libraries
parenta2dc449c6533e4326b5b09ff46ad1d3822ed895f (diff)
downloadslackbuilds-5db4d572890198abdf73ba6a6cf680c550ec25b0.tar.gz
slackbuilds-5db4d572890198abdf73ba6a6cf680c550ec25b0.tar.xz
libraries/wxGTK: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/wxGTK/wxGTK.SlackBuild14
-rw-r--r--libraries/wxGTK/wxGTK.info4
2 files changed, 9 insertions, 9 deletions
diff --git a/libraries/wxGTK/wxGTK.SlackBuild b/libraries/wxGTK/wxGTK.SlackBuild
index eec3f760e1..884c243e3b 100644
--- a/libraries/wxGTK/wxGTK.SlackBuild
+++ b/libraries/wxGTK/wxGTK.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for wxGTK
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2006-2009 Chess Griffin <chess@chessgriffin.com>
# Copyright 2010-2011,2013 Niels Horn, Rio de Janeiro, RJ, Brazil
# All rights reserved.
@@ -25,8 +27,6 @@
# Lots of key help from Eric Hameleers and the SBo admins.
-# revision date: 2013/03/29
-
PRGNAM=wxGTK
VERSION=${VERSION:-2.8.12}
BUILD=${BUILD:-3}
@@ -83,10 +83,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
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 {} \;
+ \( -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 {} \;
# Set unicode flag as desired by UNICODE variable
if [ "$UNICODE" = "YES" ]; then
@@ -111,7 +111,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# Now let's fix the broken symlink created by the package
diff --git a/libraries/wxGTK/wxGTK.info b/libraries/wxGTK/wxGTK.info
index 3d99df5784..c132941832 100644
--- a/libraries/wxGTK/wxGTK.info
+++ b/libraries/wxGTK/wxGTK.info
@@ -6,5 +6,5 @@ MD5SUM="b12c78d947d89e1120443761f1b7693b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Niels Horn"
-EMAIL="niels.horn@gmail.com"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"