summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-04-15 00:58:18 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-15 00:58:18 +0700
commitecc69edf6868adcd46a52ff4aba406d0f7e5c642 (patch)
tree320924f51ba8eb990a84a463ffeb57d880ec8de0 /network
parent175bc0a3f965745e677c101fd2012d65dd917eff (diff)
downloadslackbuilds-ecc69edf6868adcd46a52ff4aba406d0f7e5c642.tar.gz
slackbuilds-ecc69edf6868adcd46a52ff4aba406d0f7e5c642.tar.xz
network/gq: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/gq/gcc.patch (renamed from network/gq/gcc-4.7.patch)0
-rw-r--r--network/gq/gq.SlackBuild13
-rw-r--r--network/gq/gq.info4
3 files changed, 9 insertions, 8 deletions
diff --git a/network/gq/gcc-4.7.patch b/network/gq/gcc.patch
index 4e6da28e65..4e6da28e65 100644
--- a/network/gq/gcc-4.7.patch
+++ b/network/gq/gcc.patch
diff --git a/network/gq/gq.SlackBuild b/network/gq/gq.SlackBuild
index cb558b2096..fb015fd2da 100644
--- a/network/gq/gq.SlackBuild
+++ b/network/gq/gq.SlackBuild
@@ -1,6 +1,7 @@
#!/bin/sh
# Copyright 2010 Chris Abela <chris.abela@maltats>
+# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -62,16 +63,16 @@ 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 {} \;
# Starting with glib 2.32 it is now mandatory to
# include glib.h instead of individual headers.
patch -p1 -i $CWD/glib-single-include.patch
-# Fix for gcc 4.7
-patch -p1 -i $CWD/gcc-4.7.patch
+# Fix for gcc
+patch -p1 -i $CWD/gcc.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/network/gq/gq.info b/network/gq/gq.info
index b0dc2b4d0a..b75cffe372 100644
--- a/network/gq/gq.info
+++ b/network/gq/gq.info
@@ -6,5 +6,5 @@ MD5SUM="c4b40f095961da936abfc8f42d57e4fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Chris Abela"
-EMAIL="chris.abela@maltats.com"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"