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

Maxime Gauduin alucryd at archlinux.org
Sun Oct 9 18:14:33 UTC 2016


    Date: Sunday, October 9, 2016 @ 18:14:32
  Author: alucryd
Revision: 191724

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hexchat/repos/community-i686/PKGBUILD
    (from rev 191723, hexchat/trunk/PKGBUILD)
  hexchat/repos/community-x86_64/PKGBUILD
    (from rev 191723, hexchat/trunk/PKGBUILD)
Deleted:
  hexchat/repos/community-i686/PKGBUILD
  hexchat/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   38 --------------------
 community-x86_64/PKGBUILD |   38 --------------------
 3 files changed, 80 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-10-09 18:13:47 UTC (rev 191723)
+++ community-i686/PKGBUILD	2016-10-09 18:14:32 UTC (rev 191724)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.12.1
-pkgrel=3
-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' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
-         'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
-optdepends=('enchant: Spell check'
-            'lua: Lua plugin'
-            'perl: Perl plugin'
-            'python: Python plugin')
-source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz")
-sha256sums=('5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b')
-
-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-i686/PKGBUILD (from rev 191723, hexchat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-09 18:14:32 UTC (rev 191724)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.12.2
+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' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+         'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
+optdepends=('enchant: Spell check'
+            'lua: Lua plugin'
+            'perl: Perl plugin'
+            'python: Python plugin')
+source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
+sha256sums=('6dad783f37aac32a8301a12d498af7a74900f011aec4e77bb378ae9797a3ccf6'
+            '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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-10-09 18:13:47 UTC (rev 191723)
+++ community-x86_64/PKGBUILD	2016-10-09 18:14:32 UTC (rev 191724)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.12.1
-pkgrel=3
-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' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
-         'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
-optdepends=('enchant: Spell check'
-            'lua: Lua plugin'
-            'perl: Perl plugin'
-            'python: Python plugin')
-source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz")
-sha256sums=('5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b')
-
-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-x86_64/PKGBUILD (from rev 191723, hexchat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-09 18:14:32 UTC (rev 191724)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.12.2
+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' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+         'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
+optdepends=('enchant: Spell check'
+            'lua: Lua plugin'
+            'perl: Perl plugin'
+            'python: Python plugin')
+source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
+sha256sums=('6dad783f37aac32a8301a12d498af7a74900f011aec4e77bb378ae9797a3ccf6'
+            '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