[arch-commits] Commit in hexchat/repos/community-i686 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Nov 2 10:44:42 UTC 2016


    Date: Wednesday, November 2, 2016 @ 10:44:41
  Author: alucryd
Revision: 194399

archrelease: copy trunk to community-i686

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

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-02 10:44:30 UTC (rev 194398)
+++ PKGBUILD	2016-11-02 10:44:41 UTC (rev 194399)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.12.3
-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'
-            'iso-codes: Display language names instead of codes'
-            'lua: Lua plugin'
-            'perl: Perl plugin'
-            'python: Python plugin')
-source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz"{,.asc})
-sha256sums=('6f2b22372c7a9ed8ffab817079638e8f4178f5f8ba63c89cb3baa01be614f2ba'
-            '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-i686/PKGBUILD (from rev 194398, hexchat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-02 10:44:41 UTC (rev 194399)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.12.3
+pkgrel=1
+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')
+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=('6f2b22372c7a9ed8ffab817079638e8f4178f5f8ba63c89cb3baa01be614f2ba'
+            '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