summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-05-24 10:52:54 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-05-24 10:52:54 +0700
commit8f335c6ec794dd26072b31c074ba1d895ba3d89d (patch)
treebe4312a59dc98ba128fa35fb8a9b49d551b62365 /desktop
parent5dbb69ac669d529d4e345dff9504f18bc1ac5ddf (diff)
downloadslackbuilds-8f335c6ec794dd26072b31c074ba1d895ba3d89d.tar.gz
slackbuilds-8f335c6ec794dd26072b31c074ba1d895ba3d89d.tar.xz
desktop/awn-extras: New maintainer + script cleanup.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/awn-extras/awn-extras.SlackBuild11
-rw-r--r--desktop/awn-extras/awn-extras.info4
2 files changed, 8 insertions, 7 deletions
diff --git a/desktop/awn-extras/awn-extras.SlackBuild b/desktop/awn-extras/awn-extras.SlackBuild
index c4c039f706..9352bf77bf 100644
--- a/desktop/awn-extras/awn-extras.SlackBuild
+++ b/desktop/awn-extras/awn-extras.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for awn-extras
# Copyright (c) 2010 Roberto Metere. All rights reserved.
+# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
@@ -24,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=awn-extras
-VERSION=0.4.0
+VERSION=${VERSION:-0.4.0}
BUILD=${BUILD:-2}
TAG=${TAG:-SBo}
@@ -65,10 +66,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 {} \;
# Starting with glib 2.32 it is now mandatory to
# include glib.h instead of individual headers.
diff --git a/desktop/awn-extras/awn-extras.info b/desktop/awn-extras/awn-extras.info
index b74467e353..18a68ade9f 100644
--- a/desktop/awn-extras/awn-extras.info
+++ b/desktop/awn-extras/awn-extras.info
@@ -6,5 +6,5 @@ MD5SUM="b559d68cd6ad295c961c20fcc5d9f9c0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="avant-window-navigator feedparser gdata gst-python gnome-python-desktop pyinotify vala vobject webkitgtk"
-MAINTAINER="Roberto Metere"
-EMAIL="roberto{at}metere{dot}it"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"