[arch-commits] Commit in hexchat/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Fri Mar 18 12:07:30 UTC 2016
Date: Friday, March 18, 2016 @ 13:07:30
Author: alucryd
Revision: 167398
upgpkg: hexchat 2.12.0-1
Modified:
hexchat/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-18 11:25:41 UTC (rev 167397)
+++ PKGBUILD 2016-03-18 12:07:30 UTC (rev 167398)
@@ -3,14 +3,14 @@
# Contributor: TingPing <tingping at tingping.se>
pkgname=hexchat
-pkgver=2.10.2
-pkgrel=5
+pkgver=2.12.0
+pkgrel=1
pkgdesc='A popular and easy to use graphical IRC (chat) client'
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'
@@ -17,15 +17,8 @@
'python: Python plugin')
install='hexchat.install'
source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz")
-sha256sums=('87ebf365c576656fa3f23f51d319b3a6d279e4a932f2f8961d891dd5a5e1b52c')
+sha256sums=('c2072f97510c0fe6ecfb0878750d27179633e08199066972fa00e5a23e67d69d')
-prepare() {
- cd hexchat-${pkgver}
-
-# sed 's/CFLAGS="$PERL_CFLAGS"/CFLAGS="$PERL_CFLAGS -fuse-ld=gold"/' -i configure
- sed -i 's/python-3.4/python-3.5/' configure
-}
-
build() {
cd hexchat-${pkgver}
More information about the arch-commits
mailing list