summaryrefslogtreecommitdiffstats
path: root/network/network-manager-applet/network-manager-applet.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/network-manager-applet/network-manager-applet.SlackBuild')
-rw-r--r--network/network-manager-applet/network-manager-applet.SlackBuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/network/network-manager-applet/network-manager-applet.SlackBuild b/network/network-manager-applet/network-manager-applet.SlackBuild
index 68312bf295..a475414ead 100644
--- a/network/network-manager-applet/network-manager-applet.SlackBuild
+++ b/network/network-manager-applet/network-manager-applet.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for network-manager-applet
-# Copyright 2010 Robby Workman, Northport, Alabama, USA
+# Copyright 2010,2011 Robby Workman, Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=network-manager-applet
-VERSION=${VERSION:-0.8.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.8.4}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -69,12 +69,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Fix issue with nm-applet fallback icon missing
-# Thanks to Angel Montanez for bringing it to my attention, and *big* thanks
-# to Dan Williams (NM upstream) for addressing it quickly
-patch -p1 < $CWD/applet-fix-fallback-icon-issues-for-good.patch
-autoreconf
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \