summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2014-05-24 05:03:26 +0200
committer Willy Sudiarto Raharjo2014-05-29 01:30:07 +0200
commit0dfe3ad3234e5d9facbaf099aedd86cd212806a5 (patch)
tree67423ef15b4a44a318f9e10fa356c9e3a9f3ed46
parentf39b88377570424261e6ecd048332c3304645039 (diff)
downloadslackbuilds-0dfe3ad3234e5d9facbaf099aedd86cd212806a5.tar.gz
network/hexchat: Updated for version 2.9.6.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--network/hexchat/README7
-rw-r--r--network/hexchat/doinst.sh15
-rw-r--r--network/hexchat/hexchat.SlackBuild15
-rw-r--r--network/hexchat/hexchat.info12
-rw-r--r--network/hexchat/slack-desc8
5 files changed, 28 insertions, 29 deletions
diff --git a/network/hexchat/README b/network/hexchat/README
index 3852a1e4f0..b60d074a3e 100644
--- a/network/hexchat/README
+++ b/network/hexchat/README
@@ -1,3 +1,4 @@
-It is based on XChat. It was originally called XChat-WDK which in
-turn was a successor of freakschat. For more info, please read
-https://www.facebook.com/HexChat/posts/386623631396756
+HexChat is an IRC client based on XChat
+
+HexChat was originally called XChat-WDK which in turn was a successor
+of freakschat
diff --git a/network/hexchat/doinst.sh b/network/hexchat/doinst.sh
index 608790a542..3e5691a052 100644
--- a/network/hexchat/doinst.sh
+++ b/network/hexchat/doinst.sh
@@ -1,14 +1,9 @@
-schema_install() {
- SCHEMA="$1"
- GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \
- chroot . gconftool-2 --makefile-install-rule \
- /etc/gconf/schemas/$SCHEMA \
- 1>/dev/null
-}
-
-schema_install apps_hexchat_url_handler.schemas
-
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi
diff --git a/network/hexchat/hexchat.SlackBuild b/network/hexchat/hexchat.SlackBuild
index 9c2f04610a..b190e663be 100644
--- a/network/hexchat/hexchat.SlackBuild
+++ b/network/hexchat/hexchat.SlackBuild
@@ -3,6 +3,8 @@
# Slackware build script for hexchat
# Copyright 2012 crocket crockabiscuit@gmail.com
+# Copyright 2012-2014 Gerardo Zamudio
+# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hexchat
-VERSION=${VERSION:-2.9.4}
+VERSION=${VERSION:-2.9.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,12 +66,11 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -80,6 +81,8 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-ipv6 \
--enable-socks \
--mandir=/usr/man \
+ --enable-textfe \
+ --enable-openssl \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
diff --git a/network/hexchat/hexchat.info b/network/hexchat/hexchat.info
index cd48026041..2b52989e7b 100644
--- a/network/hexchat/hexchat.info
+++ b/network/hexchat/hexchat.info
@@ -1,10 +1,10 @@
PRGNAM="hexchat"
-VERSION="2.9.4"
-HOMEPAGE="http://www.hexchat.org"
-DOWNLOAD="http://dl.hexchat.net/hexchat/hexchat-2.9.4.tar.xz"
-MD5SUM="5609cac7200fc91be57196501aaf07fa"
+VERSION="2.9.6.1"
+HOMEPAGE="http://hexchat.github.io"
+DOWNLOAD="http://dl.hexchat.net/hexchat/hexchat-2.9.6.1.tar.xz"
+MD5SUM="4723f43afc65a973ceddbea0173ff416"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Gerardo Zamudio"
-EMAIL="gerardo@gerardozamudio.net"
+MAINTAINER="Willy Sudiarto Raharjo"
+EMAIL="willysr@slackbuilds.org"
diff --git a/network/hexchat/slack-desc b/network/hexchat/slack-desc
index 54259869cd..4da4ba6832 100644
--- a/network/hexchat/slack-desc
+++ b/network/hexchat/slack-desc
@@ -8,11 +8,11 @@
|-----handy-ruler------------------------------------------------------|
hexchat: hexchat (XChat fork)
hexchat:
-hexchat: It is based on XChat. It was originally called XChat-WDK which in
-hexchat: turn was a successor of freakschat. For more info, please read
-hexchat: https://www.facebook.com/HexChat/posts/386623631396756
+hexchat: HexChat is an IRC client based on XChat
+hexchat: HexChat was originally called XChat-WDK which in turn was a successor
+hexchat: of freakschat
hexchat:
-hexchat: Website : http://www.hexchat.org/
+hexchat: Website : https://hexchat.github.io/
hexchat:
hexchat:
hexchat: