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

Maxime Gauduin alucryd at nymeria.archlinux.org
Fri Sep 13 07:40:27 UTC 2013


    Date: Friday, September 13, 2013 @ 09:40:27
  Author: alucryd
Revision: 97110

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

Added:
  hexchat/repos/community-i686/PKGBUILD
    (from rev 97109, hexchat/trunk/PKGBUILD)
  hexchat/repos/community-i686/hexchat.install
    (from rev 97109, hexchat/trunk/hexchat.install)
  hexchat/repos/community-x86_64/PKGBUILD
    (from rev 97109, hexchat/trunk/PKGBUILD)
  hexchat/repos/community-x86_64/hexchat.install
    (from rev 97109, 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                        |   70 +++++++++++++++++++++++++++++++++++++
 /hexchat.install                 |   28 ++++++++++++++
 community-i686/PKGBUILD          |   35 ------------------
 community-i686/hexchat.install   |   14 -------
 community-x86_64/PKGBUILD        |   35 ------------------
 community-x86_64/hexchat.install |   14 -------
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-09-13 07:40:07 UTC (rev 97109)
+++ community-i686/PKGBUILD	2013-09-13 07:40:27 UTC (rev 97110)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.9.6
-pkgrel=1
-pkgdesc="A popular and easy to use graphical IRC (chat) client"
-arch=('i686' 'x86_64')
-url="http://www.hexchat.org/"
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libcanberra' 'libnotify' 'libproxy' 'libsexy' 'pciutils')
-makedepends=('perl' 'python')
-optdepends=('enchant: Spell check'
-            'perl: Perl plugin'
-            'python: Python plugin')
-options=('!libtool')
-install="${pkgname}.install"
-source=("http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz")
-sha256sums=('eaefc07867a6e546cd9e19a4ccc976b4736c759ba3f946020eeae3cd6f4684b0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-{python='python3',shm,spell='libsexy',textfe,xft}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/PKGBUILD (from rev 97109, hexchat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-09-13 07:40:27 UTC (rev 97110)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.9.6
+pkgrel=2
+pkgdesc="A popular and easy to use graphical IRC (chat) client"
+arch=('i686' 'x86_64')
+url="http://www.hexchat.org/"
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libcanberra' 'libnotify' 'libproxy' 'libsexy' 'pciutils')
+makedepends=('perl' 'python')
+optdepends=('enchant: Spell check'
+            'perl: Perl plugin'
+            'python: Python plugin')
+options=('!libtool')
+install="${pkgname}.install"
+source=("http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz")
+sha256sums=('eaefc07867a6e546cd9e19a4ccc976b4736c759ba3f946020eeae3cd6f4684b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-{python='python3',shm,spell='libsexy',textfe}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/hexchat.install
===================================================================
--- community-i686/hexchat.install	2013-09-13 07:40:07 UTC (rev 97109)
+++ community-i686/hexchat.install	2013-09-13 07:40:27 UTC (rev 97110)
@@ -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 97109, hexchat/trunk/hexchat.install)
===================================================================
--- community-i686/hexchat.install	                        (rev 0)
+++ community-i686/hexchat.install	2013-09-13 07:40:27 UTC (rev 97110)
@@ -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	2013-09-13 07:40:07 UTC (rev 97109)
+++ community-x86_64/PKGBUILD	2013-09-13 07:40:27 UTC (rev 97110)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.9.6
-pkgrel=1
-pkgdesc="A popular and easy to use graphical IRC (chat) client"
-arch=('i686' 'x86_64')
-url="http://www.hexchat.org/"
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libcanberra' 'libnotify' 'libproxy' 'libsexy' 'pciutils')
-makedepends=('perl' 'python')
-optdepends=('enchant: Spell check'
-            'perl: Perl plugin'
-            'python: Python plugin')
-options=('!libtool')
-install="${pkgname}.install"
-source=("http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz")
-sha256sums=('eaefc07867a6e546cd9e19a4ccc976b4736c759ba3f946020eeae3cd6f4684b0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-{python='python3',shm,spell='libsexy',textfe,xft}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-x86_64/PKGBUILD (from rev 97109, hexchat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-09-13 07:40:27 UTC (rev 97110)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.9.6
+pkgrel=2
+pkgdesc="A popular and easy to use graphical IRC (chat) client"
+arch=('i686' 'x86_64')
+url="http://www.hexchat.org/"
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libcanberra' 'libnotify' 'libproxy' 'libsexy' 'pciutils')
+makedepends=('perl' 'python')
+optdepends=('enchant: Spell check'
+            'perl: Perl plugin'
+            'python: Python plugin')
+options=('!libtool')
+install="${pkgname}.install"
+source=("http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz")
+sha256sums=('eaefc07867a6e546cd9e19a4ccc976b4736c759ba3f946020eeae3cd6f4684b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-{python='python3',shm,spell='libsexy',textfe}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/hexchat.install
===================================================================
--- community-x86_64/hexchat.install	2013-09-13 07:40:07 UTC (rev 97109)
+++ community-x86_64/hexchat.install	2013-09-13 07:40:27 UTC (rev 97110)
@@ -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 97109, hexchat/trunk/hexchat.install)
===================================================================
--- community-x86_64/hexchat.install	                        (rev 0)
+++ community-x86_64/hexchat.install	2013-09-13 07:40:27 UTC (rev 97110)
@@ -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