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

Maxime Gauduin alucryd at nymeria.archlinux.org
Mon Jun 2 10:33:20 UTC 2014


    Date: Monday, June 2, 2014 @ 12:33:19
  Author: alucryd
Revision: 112453

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

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

------------------------------------------+
 /PKGBUILD                                |   68 +++++++++++++++++++++++++++++
 /hexchat.install                         |   28 +++++++++++
 community-testing-i686/PKGBUILD          |   34 --------------
 community-testing-i686/hexchat.install   |   14 -----
 community-testing-x86_64/PKGBUILD        |   34 --------------
 community-testing-x86_64/hexchat.install |   14 -----
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2014-06-02 10:30:28 UTC (rev 112452)
+++ community-testing-i686/PKGBUILD	2014-06-02 10:33:19 UTC (rev 112453)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.9.6.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' 'libcanberra' 'libnotify' 'libproxy' 'libsexy' 'pciutils')
-makedepends=('perl' 'python')
-optdepends=('enchant: Spell check'
-            'perl: Perl plugin'
-            'python: Python plugin')
-install="${pkgname}.install"
-source=("http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('6267ff3c4d0aec8a808365b384115a769d5001d99dbb10403634667c43966470')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-{python='python3.4',shm,spell='libsexy',textfe}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-testing-i686/PKGBUILD (from rev 112452, hexchat/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-06-02 10:33:19 UTC (rev 112453)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.10.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' 'gtk2' 'libcanberra' 'libnotify' 'libproxy' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'perl' 'python')
+optdepends=('enchant: Spell check'
+            'perl: Perl plugin'
+            'python: Python plugin')
+install="${pkgname}.install"
+source=("http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('a0247f1e12379154d0719d9c6861dc22817b588562653bb9d3626863d8eca916')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-{python='python3.4',textfe}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-testing-i686/hexchat.install
===================================================================
--- community-testing-i686/hexchat.install	2014-06-02 10:30:28 UTC (rev 112452)
+++ community-testing-i686/hexchat.install	2014-06-02 10:33:19 UTC (rev 112453)
@@ -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-testing-i686/hexchat.install (from rev 112452, hexchat/trunk/hexchat.install)
===================================================================
--- community-testing-i686/hexchat.install	                        (rev 0)
+++ community-testing-i686/hexchat.install	2014-06-02 10:33:19 UTC (rev 112453)
@@ -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-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2014-06-02 10:30:28 UTC (rev 112452)
+++ community-testing-x86_64/PKGBUILD	2014-06-02 10:33:19 UTC (rev 112453)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.9.6.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' 'libcanberra' 'libnotify' 'libproxy' 'libsexy' 'pciutils')
-makedepends=('perl' 'python')
-optdepends=('enchant: Spell check'
-            'perl: Perl plugin'
-            'python: Python plugin')
-install="${pkgname}.install"
-source=("http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('6267ff3c4d0aec8a808365b384115a769d5001d99dbb10403634667c43966470')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-{python='python3.4',shm,spell='libsexy',textfe}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-testing-x86_64/PKGBUILD (from rev 112452, hexchat/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-06-02 10:33:19 UTC (rev 112453)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.10.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' 'gtk2' 'libcanberra' 'libnotify' 'libproxy' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'perl' 'python')
+optdepends=('enchant: Spell check'
+            'perl: Perl plugin'
+            'python: Python plugin')
+install="${pkgname}.install"
+source=("http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('a0247f1e12379154d0719d9c6861dc22817b588562653bb9d3626863d8eca916')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-{python='python3.4',textfe}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-testing-x86_64/hexchat.install
===================================================================
--- community-testing-x86_64/hexchat.install	2014-06-02 10:30:28 UTC (rev 112452)
+++ community-testing-x86_64/hexchat.install	2014-06-02 10:33:19 UTC (rev 112453)
@@ -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-testing-x86_64/hexchat.install (from rev 112452, hexchat/trunk/hexchat.install)
===================================================================
--- community-testing-x86_64/hexchat.install	                        (rev 0)
+++ community-testing-x86_64/hexchat.install	2014-06-02 10:33:19 UTC (rev 112453)
@@ -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