[arch-commits] Commit in hexchat/repos (6 files)
Felix Yan
fyan at archlinux.org
Tue Sep 22 04:12:07 UTC 2015
Date: Tuesday, September 22, 2015 @ 06:12:07
Author: fyan
Revision: 141436
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
hexchat/repos/community-staging-i686/
hexchat/repos/community-staging-i686/PKGBUILD
(from rev 141435, hexchat/trunk/PKGBUILD)
hexchat/repos/community-staging-i686/hexchat.install
(from rev 141435, hexchat/trunk/hexchat.install)
hexchat/repos/community-staging-x86_64/
hexchat/repos/community-staging-x86_64/PKGBUILD
(from rev 141435, hexchat/trunk/PKGBUILD)
hexchat/repos/community-staging-x86_64/hexchat.install
(from rev 141435, hexchat/trunk/hexchat.install)
------------------------------------------+
community-staging-i686/PKGBUILD | 45 +++++++++++++++++++++++++++++
community-staging-i686/hexchat.install | 14 +++++++++
community-staging-x86_64/PKGBUILD | 45 +++++++++++++++++++++++++++++
community-staging-x86_64/hexchat.install | 14 +++++++++
4 files changed, 118 insertions(+)
Copied: hexchat/repos/community-staging-i686/PKGBUILD (from rev 141435, hexchat/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-22 04:12:07 UTC (rev 141436)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.10.2
+pkgrel=4
+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')
+makedepends=('intltool' 'iso-codes' 'perl' 'python')
+optdepends=('enchant: Spell check'
+ 'perl: Perl plugin'
+ 'python: Python plugin')
+install='hexchat.install'
+source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz")
+sha256sums=('87ebf365c576656fa3f23f51d319b3a6d279e4a932f2f8961d891dd5a5e1b52c')
+
+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}
+
+ ./configure \
+ --prefix='/usr' \
+ --enable-python='python3' \
+ --enable-textfe
+ make
+}
+
+package() {
+ cd hexchat-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Copied: hexchat/repos/community-staging-i686/hexchat.install (from rev 141435, hexchat/trunk/hexchat.install)
===================================================================
--- community-staging-i686/hexchat.install (rev 0)
+++ community-staging-i686/hexchat.install 2015-09-22 04:12:07 UTC (rev 141436)
@@ -0,0 +1,14 @@
+post_install() {
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et:
Copied: hexchat/repos/community-staging-x86_64/PKGBUILD (from rev 141435, hexchat/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-22 04:12:07 UTC (rev 141436)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.10.2
+pkgrel=4
+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')
+makedepends=('intltool' 'iso-codes' 'perl' 'python')
+optdepends=('enchant: Spell check'
+ 'perl: Perl plugin'
+ 'python: Python plugin')
+install='hexchat.install'
+source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz")
+sha256sums=('87ebf365c576656fa3f23f51d319b3a6d279e4a932f2f8961d891dd5a5e1b52c')
+
+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}
+
+ ./configure \
+ --prefix='/usr' \
+ --enable-python='python3' \
+ --enable-textfe
+ make
+}
+
+package() {
+ cd hexchat-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Copied: hexchat/repos/community-staging-x86_64/hexchat.install (from rev 141435, hexchat/trunk/hexchat.install)
===================================================================
--- community-staging-x86_64/hexchat.install (rev 0)
+++ community-staging-x86_64/hexchat.install 2015-09-22 04:12:07 UTC (rev 141436)
@@ -0,0 +1,14 @@
+post_install() {
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list