From 90af4089292a73793a3d555676adb1da4e64ebe5 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 18 Mar 2016 19:11:13 -0300 Subject: hexchat-2.12.0-1.parabola1: updating version --- libre/hexchat/PKGBUILD | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'libre/hexchat') 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 # Contributor (Arch): TingPing # Maintainer: André Silva 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() { -- cgit v1.2.3