summaryrefslogtreecommitdiffstats
path: root/source/n
diff options
context:
space:
mode:
Diffstat (limited to 'source/n')
-rw-r--r--source/n/wpa_supplicant/config/wpa_gui.desktop1
-rwxr-xr-xsource/n/wpa_supplicant/wpa_supplicant.SlackBuild2
2 files changed, 2 insertions, 1 deletions
diff --git a/source/n/wpa_supplicant/config/wpa_gui.desktop b/source/n/wpa_supplicant/config/wpa_gui.desktop
index 31b8b6b01..25772eb33 100644
--- a/source/n/wpa_supplicant/config/wpa_gui.desktop
+++ b/source/n/wpa_supplicant/config/wpa_gui.desktop
@@ -1,6 +1,7 @@
[Desktop Entry]
Name=wpa_gui
Comment[en]=Wpa_supplicant management
+TryExec=kdesu
Exec=kdesu wpa_gui
Icon=wpa_gui
Type=Application
diff --git a/source/n/wpa_supplicant/wpa_supplicant.SlackBuild b/source/n/wpa_supplicant/wpa_supplicant.SlackBuild
index 18ed83939..f3592a2e6 100755
--- a/source/n/wpa_supplicant/wpa_supplicant.SlackBuild
+++ b/source/n/wpa_supplicant/wpa_supplicant.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=wpa_supplicant
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
SRCVERSION=$(printf $VERSION | tr _ -)