summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Aaditya Bagga <aaditya_gnulinux@zoho.com>2017-04-16 12:55:10 +0530
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-16 14:45:25 +0700
commite3a7f534fd94120a41f622fc1516037b8ecee791 (patch)
tree8ece834b880c6abe0a2663f592d06757079bb7cc /desktop
parent4940ce0e5ebea4be44ae9a7a626e2a211e35cd27 (diff)
downloadslackbuilds-e3a7f534fd94120a41f622fc1516037b8ecee791.tar.gz
slackbuilds-e3a7f534fd94120a41f622fc1516037b8ecee791.tar.xz
desktop/gtkhash: Updated for version 1.1.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gtkhash/README2
-rw-r--r--desktop/gtkhash/README.Slackware6
-rw-r--r--desktop/gtkhash/gtkhash.SlackBuild11
-rw-r--r--desktop/gtkhash/gtkhash.info6
4 files changed, 11 insertions, 14 deletions
diff --git a/desktop/gtkhash/README b/desktop/gtkhash/README
index b3474c3dc9..b6728a1d32 100644
--- a/desktop/gtkhash/README
+++ b/desktop/gtkhash/README
@@ -1,4 +1,4 @@
GtkHash is a desktop utility for computing message digests or checksums.
Most well-known hash functions are supported, including MD5, SHA1, SHA2
- and SHA3.
+(SHA256/SHA512), and SHA3.
diff --git a/desktop/gtkhash/README.Slackware b/desktop/gtkhash/README.Slackware
index 27bb8d5744..7127c66c62 100644
--- a/desktop/gtkhash/README.Slackware
+++ b/desktop/gtkhash/README.Slackware
@@ -1,4 +1,4 @@
-Configure Options:
+### Configure Options
Many configure options are given in the configure.ac file in the source,
some of which are:
@@ -6,8 +6,6 @@ some of which are:
--enable-mbedtls
--enable-mhash
--enable-nettle
---enable-nss
---enable-polarssl
--enable-caja
--enable-nautilus
--enable-nemo
@@ -24,7 +22,7 @@ If using Thunar one can run the script like
to enable the GtkHash Thunar extension.
-Using with Thunar:
+### Using with Thunar
Thunar's Custom Action feature can be used (Thunar -> Edit -> Configure
Custom Action) to create a custom action in the menu for checking the md5sum.
diff --git a/desktop/gtkhash/gtkhash.SlackBuild b/desktop/gtkhash/gtkhash.SlackBuild
index a2e7a5c117..3bb5e2fd53 100644
--- a/desktop/gtkhash/gtkhash.SlackBuild
+++ b/desktop/gtkhash/gtkhash.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gtkhash
-VERSION=${VERSION:-1.0.1}
+VERSION=${VERSION:-1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -83,11 +83,10 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-linux-crypto \
--enable-gcrypt \
$thunar_params \
+# --enable-libcrypto \
# --enable-mbedtls \
# --enable-mhash \
# --enable-nettle \
-# --enable-nss \
-# --enable-polarssl \
# --enable-caja
# --enable-nautilus \
# --enable-nemo \
diff --git a/desktop/gtkhash/gtkhash.info b/desktop/gtkhash/gtkhash.info
index 722017e382..e7d3bd3332 100644
--- a/desktop/gtkhash/gtkhash.info
+++ b/desktop/gtkhash/gtkhash.info
@@ -1,8 +1,8 @@
PRGNAM="gtkhash"
-VERSION="1.0.1"
+VERSION="1.1"
HOMEPAGE="https://github.com/tristanheaven/gtkhash"
-DOWNLOAD="https://github.com/tristanheaven/gtkhash/releases/download/v1.0.1/gtkhash-1.0.1.tar.gz"
-MD5SUM="e0ccb0521592d9020c468a5d749fe44d"
+DOWNLOAD="https://github.com/tristanheaven/gtkhash/releases/download/v1.1/gtkhash-1.1.tar.gz"
+MD5SUM="0d581372b867dae93b25d264c7dda486"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""