summaryrefslogtreecommitdiff
path: root/libre/hexchat
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-18 19:11:13 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-18 19:34:07 -0300
commit90af4089292a73793a3d555676adb1da4e64ebe5 (patch)
tree2e982065cae40ccb1882e8e735a0de25c82598b6 /libre/hexchat
parentaee0fe6afa1ca04b0ef825f981bb3026165eae67 (diff)
hexchat-2.12.0-1.parabola1: updating version
Diffstat (limited to 'libre/hexchat')
-rw-r--r--libre/hexchat/PKGBUILD22
1 files changed, 8 insertions, 14 deletions
diff --git a/libre/hexchat/PKGBUILD b/libre/hexchat/PKGBUILD
index ccfab9937..712a501ae 100644
--- a/libre/hexchat/PKGBUILD
+++ b/libre/hexchat/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 164451 2016-03-03 11:23:03Z foutrelis $
+# $Id: PKGBUILD 167398 2016-03-18 12:07:30Z alucryd $
# Maintainer (Arch): Maxime Gauduin <alucryd@archlinux.org>
# Contributor (Arch): TingPing <tingping@tingping.se>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=hexchat
-pkgver=2.10.2
-pkgrel=5.parabola1
-pkgdesc='A popular and easy to use graphical IRC (chat) client, without nonfree browser reference (Parabola rebranded)'
+pkgver=2.12.0
+pkgrel=1.parabola1
+pkgdesc='A popular and easy to use graphical IRC (chat) client, without nonfree browser reference'
arch=('i686' 'x86_64')
url='http://hexchat.github.io/'
license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify'
- 'libproxy' 'pciutils')
+depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
makedepends=('intltool' 'iso-codes' 'perl' 'python')
optdepends=('enchant: Spell check'
'perl: Perl plugin'
@@ -20,20 +20,14 @@ install="${pkgname}.install"
replaces=(${pkgname}-libre)
conflicts=(${pkgname}-libre)
source=("http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('87ebf365c576656fa3f23f51d319b3a6d279e4a932f2f8961d891dd5a5e1b52c')
+sha256sums=('c2072f97510c0fe6ecfb0878750d27179633e08199066972fa00e5a23e67d69d')
prepare() {
cd ${pkgname}-${pkgver}
-# sed 's/CFLAGS="$PERL_CFLAGS"/CFLAGS="$PERL_CFLAGS -fuse-ld=gold"/' -i configure
- sed -i 's/python-3.4/python-3.5/' configure
-
-# Rebrand to Parabola
- sed -i 's#ArchLinux#Parabola GNU/Linux-libre#' plugins/sysinfo/parse.c
-
# Remove nonfree browser references
sed -i '\|NAME Open Link| s|Firefox|Iceweasel|' src/common/hexchat.c
- sed -i '\|NAME Open Link| s|firefox -private %s\\n\\n";|iceweasel -private %s\\n\\n"\\\n "NAME Open Link in Private Icecat Window\\n" "CMD !icecat -private %s\\n\\n";|' src/common/hexchat.c
+ sed -i '\|NAME Open Link| s|firefox -new-window %s\\n\\n";|iceweasel -new-window %s\\n\\n"\\\n "NAME Open Link in a new Icecat Window\\n" "CMD !icecat -new-window %s\\n\\n";|' src/common/hexchat.c
}
build() {