diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2015-11-08 23:00:07 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-14 07:07:31 +0700 |
commit | 410caabf3babbfdd9d405034b2730952e68d362e (patch) | |
tree | 3b5364cc004ff5bb79094039b93704ab738933f5 /network/NetworkManager-openconnect/NetworkManager-openconnect.SlackBuild | |
parent | 13e767b2c31abf470e3b0bd815794875892e0ff1 (diff) | |
download | slackbuilds-410caabf3babbfdd9d405034b2730952e68d362e.tar.gz |
network/NetworkManager-openconnect: Updated for version 0.9.8.6.
As with the kde-networkmanagement-openconnect build, there's a chance
that this may not work due to it being a different version than the
NetworkManager and nm-applet version in Slackware 14.1, but this is
necessary due to the openconnect upgrade. If either this or the kde
applet don't work correctly, then let me know and we'll revert all
three of the upgrades.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/NetworkManager-openconnect/NetworkManager-openconnect.SlackBuild')
-rw-r--r-- | network/NetworkManager-openconnect/NetworkManager-openconnect.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/network/NetworkManager-openconnect/NetworkManager-openconnect.SlackBuild b/network/NetworkManager-openconnect/NetworkManager-openconnect.SlackBuild index 2f2b6b1886..98cdc52f56 100644 --- a/network/NetworkManager-openconnect/NetworkManager-openconnect.SlackBuild +++ b/network/NetworkManager-openconnect/NetworkManager-openconnect.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for NetworkManager -# Copyright 2010,2011,2013 Robby Workman, Northport, Alabama, USA +# Copyright 2010-2015, Robby Workman, Tuscaloosa, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=NetworkManager-openconnect -VERSION=${VERSION:-0.9.8.4} +VERSION=${VERSION:-0.9.8.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,6 +69,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Support openconnect-7.x +patch -p1 < $CWD/NetworkManager-openconnect-0.9.8.6-libopenconnect5.patch + # Remove mention of an extraneous user account from the dbus config file patch -p1 < $CWD/nm-openconnect-service.conf.diff |