summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Aaditya Bagga <aaditya_gnulinux@zoho.com>2015-04-05 11:17:01 +0530
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-05 15:59:47 +0700
commit6e628cb71e6bbf456fab0d51d268ea59fdfc2d0f (patch)
tree57ec7170a724885771bbe364c8baa61595578b23
parentf4252953ffffa24f519d9d20095eccdcb8fc8a26 (diff)
downloadslackbuilds-6e628cb71e6bbf456fab0d51d268ea59fdfc2d0f.tar.gz
slackbuilds-6e628cb71e6bbf456fab0d51d268ea59fdfc2d0f.tar.xz
system/xfsudo: Updated for version 0.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/xfsudo/README.Slackware5
-rw-r--r--system/xfsudo/slack-desc4
-rw-r--r--system/xfsudo/xfsudo.SlackBuild13
-rw-r--r--system/xfsudo/xfsudo.info6
4 files changed, 10 insertions, 18 deletions
diff --git a/system/xfsudo/README.Slackware b/system/xfsudo/README.Slackware
index 0624bcd0c1..8a0dc79f4e 100644
--- a/system/xfsudo/README.Slackware
+++ b/system/xfsudo/README.Slackware
@@ -1,4 +1,3 @@
-
1) To create a right click entry in Thunar which will open the current directory with
root privileges, following custom action (Edit -> Configure custom actions) can be added:
@@ -6,8 +5,8 @@ Name: Thunar root
Description: Open directory with root privileges in Thunar
Command: xfsudo thunar %d
-2) Similarly to create a right click entry which will edit the current file with
-root privileges, following custom action can be added:
+2) To create a right click entry in Thunar which will edit the current file with
+root privileges, following custom action (Edit -> Configure custom actions) can be added:
Name: Edit as root
Description: Edit file with root privileges in gvim
diff --git a/system/xfsudo/slack-desc b/system/xfsudo/slack-desc
index f65dee4696..e24bb276d1 100644
--- a/system/xfsudo/slack-desc
+++ b/system/xfsudo/slack-desc
@@ -8,8 +8,8 @@
|-----handy-ruler------------------------------------------------------|
xfsudo: xfsudo (run graphical apps as root using sudo)
xfsudo:
-xfsudo: Uses zenity to create the dialog box and sudo
-xfsudo: as backend to run the program as root.
+xfsudo: Uses zenity to create the dialog box and sudo as backend to
+xfsudo: run the program as root.
xfsudo:
xfsudo: URL - https://github.com/aadityabagga/xfsudo
xfsudo:
diff --git a/system/xfsudo/xfsudo.SlackBuild b/system/xfsudo/xfsudo.SlackBuild
index 89c8cfc871..fe0ae2f196 100644
--- a/system/xfsudo/xfsudo.SlackBuild
+++ b/system/xfsudo/xfsudo.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xfsudo
-# Copyright 2013-2014 Aaditya Bagga <aaditya_gnulinux@zoho.com>
+# Copyright 2013-2015 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,17 +23,11 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfsudo
-VERSION=${VERSION:-0.5}
+VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
+ARCH=noarch
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
@@ -64,7 +58,6 @@ make install DESTDIR=$PKG
# Preserve config file
mv $PKG/etc/xfsudo.conf $PKG/etc/xfsudo.conf.new
-# Compress man pages
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
diff --git a/system/xfsudo/xfsudo.info b/system/xfsudo/xfsudo.info
index 8cfc2da5a4..9e9920e5f5 100644
--- a/system/xfsudo/xfsudo.info
+++ b/system/xfsudo/xfsudo.info
@@ -1,8 +1,8 @@
PRGNAM="xfsudo"
-VERSION="0.5"
+VERSION="0.5.1"
HOMEPAGE="http://github.com/aadityabagga/xfsudo"
-DOWNLOAD="http://github.com/aadityabagga/xfsudo/archive/0.5.tar.gz"
-MD5SUM="99423876d8c94c6b70bd8507f86cf1d4"
+DOWNLOAD="http://github.com/aadityabagga/xfsudo/archive/0.5.1.tar.gz"
+MD5SUM="7932b1ee6afee3aa3a13afb9987f839d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zenity"