diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-06-05 02:06:48 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-06-05 02:06:48 -0300 |
commit | f593e19e947ae1a6388a4597191fd56886c7339f (patch) | |
tree | 957b755c4003f97613f8299a4b7fdc4a613316e2 /libre/hexchat-libre/PKGBUILD | |
parent | 0ab69fcbb26c34ecd09224c48c0fe7d353a0e55f (diff) | |
download | abslibre-f593e19e947ae1a6388a4597191fd56886c7339f.tar.gz abslibre-f593e19e947ae1a6388a4597191fd56886c7339f.tar.bz2 abslibre-f593e19e947ae1a6388a4597191fd56886c7339f.zip |
hexchat-libre-2.10.0-1: updating version
Diffstat (limited to 'libre/hexchat-libre/PKGBUILD')
-rw-r--r-- | libre/hexchat-libre/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libre/hexchat-libre/PKGBUILD b/libre/hexchat-libre/PKGBUILD index 336cb4dd6..a4a345635 100644 --- a/libre/hexchat-libre/PKGBUILD +++ b/libre/hexchat-libre/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 107420 2014-03-17 10:06:48Z alucryd $ +# $Id: PKGBUILD 112452 2014-06-02 10:30:28Z alucryd $ # Maintainer (Arch): Maxime Gauduin <alucryd@gmail.com> # Contributor (Arch): TingPing <tingping@tingping.se> # Maintainer: André Silva <emulatorman@parabola.nu> _pkgname=hexchat pkgname=hexchat-libre -pkgver=2.9.6.1 -pkgrel=2 +pkgver=2.10.0 +pkgrel=1 pkgdesc='A popular and easy to use graphical IRC (chat) client, without nonfree browser reference (Parabola rebranded)' arch=('i686' 'x86_64' 'mips64el') url='http://hexchat.github.io/' license=('GPL') -depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libcanberra' 'libnotify' 'libproxy' 'libsexy' 'pciutils') -makedepends=('perl' 'python') +depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify' 'libproxy' 'pciutils') +makedepends=('intltool' 'iso-codes' 'perl' 'python') optdepends=('enchant: Spell check' 'perl: Perl plugin' 'python: Python plugin') @@ -21,7 +21,7 @@ replaces=($_pkgname) conflicts=($_pkgname) provides=($_pkgname=$pkgver) source=("http://dl.hexchat.org/${_pkgname}/${_pkgname}-${pkgver}.tar.xz") -sha256sums=('6267ff3c4d0aec8a808365b384115a769d5001d99dbb10403634667c43966470') +sha256sums=('a0247f1e12379154d0719d9c6861dc22817b588562653bb9d3626863d8eca916') build() { cd ${_pkgname}-${pkgver} @@ -33,7 +33,7 @@ build() { 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 - ./configure --prefix='/usr' --enable-{python='python3.4',shm,spell='libsexy',textfe} + ./configure --prefix='/usr' --enable-{python='python3.4',textfe} make } |