[arch-commits] Commit in hexchat/repos (4 files)

Felix Yan felixonmars at archlinux.org
Thu Jun 1 18:03:54 UTC 2017


    Date: Thursday, June 1, 2017 @ 18:03:53
  Author: felixonmars
Revision: 232480

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 232479, hexchat/trunk/PKGBUILD)
  hexchat/repos/community-staging-x86_64/
  hexchat/repos/community-staging-x86_64/PKGBUILD
    (from rev 232479, hexchat/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   41 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   41 ++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

Copied: hexchat/repos/community-staging-i686/PKGBUILD (from rev 232479, hexchat/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-06-01 18:03:53 UTC (rev 232480)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.12.4
+pkgrel=4
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('i686' 'x86_64')
+url='https://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+         'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python' 'autoconf-archive')
+optdepends=('enchant: Spell check'
+            'iso-codes: Display language names instead of codes'
+            'lua: Lua plugin'
+            'perl: Perl plugin'
+            'python: Python plugin')
+source=("https://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
+sha256sums=('fa35913158bbc7d0d99de79371b6df3e8d21802f1d2c7c92f0e5db694acf2c3a'
+            'SKIP')
+validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
+
+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/PKGBUILD (from rev 232479, hexchat/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-06-01 18:03:53 UTC (rev 232480)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.12.4
+pkgrel=4
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('i686' 'x86_64')
+url='https://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+         'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python' 'autoconf-archive')
+optdepends=('enchant: Spell check'
+            'iso-codes: Display language names instead of codes'
+            'lua: Lua plugin'
+            'perl: Perl plugin'
+            'python: Python plugin')
+source=("https://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
+sha256sums=('fa35913158bbc7d0d99de79371b6df3e8d21802f1d2c7c92f0e5db694acf2c3a'
+            'SKIP')
+validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC') # Patrick Griffis
+
+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:



More information about the arch-commits mailing list