summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2015-05-15 17:35:56 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-17 23:45:29 +0700
commit0e741dc6480b36c09de634ad6b8f284f16155048 (patch)
tree06c34e0bc4bd5fd72fa6f081ffc2cc4b270f6a91 /system
parent80edc76e41b198e9dccca7c8702b1b1cc93bab19 (diff)
downloadslackbuilds-0e741dc6480b36c09de634ad6b8f284f16155048.tar.gz
slackbuilds-0e741dc6480b36c09de634ad6b8f284f16155048.tar.xz
system/gsmartcontrol: Updated for version 0.8.7.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
Diffstat (limited to 'system')
-rw-r--r--system/gsmartcontrol/gsmartcontrol.SlackBuild7
-rw-r--r--system/gsmartcontrol/gsmartcontrol.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/system/gsmartcontrol/gsmartcontrol.SlackBuild b/system/gsmartcontrol/gsmartcontrol.SlackBuild
index bfce83c5b3..f2973f5b9e 100644
--- a/system/gsmartcontrol/gsmartcontrol.SlackBuild
+++ b/system/gsmartcontrol/gsmartcontrol.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for GSmartControl
#
-# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2009-2015 Erik W. Hanson, Minneapolis, MN, 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=gsmartcontrol
-VERSION=0.8.6
+VERSION=0.8.7
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,9 +66,6 @@ find -L . \
# Fix build with gcc-4.7.x
sed -i "s/\tdestroy/\tthis->destroy/" src/gsc_text_window.h
-# Patch from debian for glib >= 2.31
-patch -p1 < $CWD/04_glib2.31.patch
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/system/gsmartcontrol/gsmartcontrol.info b/system/gsmartcontrol/gsmartcontrol.info
index 836a2b1133..d8452072ec 100644
--- a/system/gsmartcontrol/gsmartcontrol.info
+++ b/system/gsmartcontrol/gsmartcontrol.info
@@ -1,8 +1,8 @@
PRGNAM="gsmartcontrol"
-VERSION="0.8.6"
+VERSION="0.8.7"
HOMEPAGE="http://sourceforge.net/projects/gsmartcontrol/"
-DOWNLOAD="http://sourceforge.net/projects/gsmartcontrol/files/0.8.6/gsmartcontrol-0.8.6.tar.bz2"
-MD5SUM="d2ac685e2e73b05f7ba74c93623af739"
+DOWNLOAD="http://sourceforge.net/projects/gsmartcontrol/files/0.8.7/gsmartcontrol-0.8.7.tar.bz2"
+MD5SUM="6d104c2ffc1e693cd1a8052a6d7e3b30"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtkmm"