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

Maxime Gauduin alucryd at archlinux.org
Fri Mar 18 12:07:49 UTC 2016


    Date: Friday, March 18, 2016 @ 13:07:49
  Author: alucryd
Revision: 167399

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

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

----------------------------------+
 /PKGBUILD                        |   76 +++++++++++++++++++++++++++++++++++++
 /hexchat.install                 |   28 +++++++++++++
 community-i686/PKGBUILD          |   45 ---------------------
 community-i686/hexchat.install   |   14 ------
 community-x86_64/PKGBUILD        |   45 ---------------------
 community-x86_64/hexchat.install |   14 ------
 6 files changed, 104 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-18 12:07:30 UTC (rev 167398)
+++ community-i686/PKGBUILD	2016-03-18 12:07:49 UTC (rev 167399)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.10.2
-pkgrel=5
-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-i686/PKGBUILD (from rev 167398, hexchat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-18 12:07:49 UTC (rev 167399)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.12.0
+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' '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=('c2072f97510c0fe6ecfb0878750d27179633e08199066972fa00e5a23e67d69d')
+
+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-i686/hexchat.install
===================================================================
--- community-i686/hexchat.install	2016-03-18 12:07:30 UTC (rev 167398)
+++ community-i686/hexchat.install	2016-03-18 12:07:49 UTC (rev 167399)
@@ -1,14 +0,0 @@
-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-i686/hexchat.install (from rev 167398, hexchat/trunk/hexchat.install)
===================================================================
--- community-i686/hexchat.install	                        (rev 0)
+++ community-i686/hexchat.install	2016-03-18 12:07:49 UTC (rev 167399)
@@ -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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-18 12:07:30 UTC (rev 167398)
+++ community-x86_64/PKGBUILD	2016-03-18 12:07:49 UTC (rev 167399)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.10.2
-pkgrel=5
-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-x86_64/PKGBUILD (from rev 167398, hexchat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-18 12:07:49 UTC (rev 167399)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.12.0
+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' '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=('c2072f97510c0fe6ecfb0878750d27179633e08199066972fa00e5a23e67d69d')
+
+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/hexchat.install
===================================================================
--- community-x86_64/hexchat.install	2016-03-18 12:07:30 UTC (rev 167398)
+++ community-x86_64/hexchat.install	2016-03-18 12:07:49 UTC (rev 167399)
@@ -1,14 +0,0 @@
-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-x86_64/hexchat.install (from rev 167398, hexchat/trunk/hexchat.install)
===================================================================
--- community-x86_64/hexchat.install	                        (rev 0)
+++ community-x86_64/hexchat.install	2016-03-18 12:07:49 UTC (rev 167399)
@@ -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