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

Maxime Gauduin alucryd at nymeria.archlinux.org
Mon Mar 17 10:06:57 UTC 2014


    Date: Monday, March 17, 2014 @ 11:06:56
  Author: alucryd
Revision: 107421

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

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

------------------------------------------+
 community-staging-i686/PKGBUILD          |   34 +++++++++++++++++++++++++++++
 community-staging-i686/hexchat.install   |   14 +++++++++++
 community-staging-x86_64/PKGBUILD        |   34 +++++++++++++++++++++++++++++
 community-staging-x86_64/hexchat.install |   14 +++++++++++
 4 files changed, 96 insertions(+)

Copied: hexchat/repos/community-staging-i686/PKGBUILD (from rev 107420, hexchat/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-17 10:06:56 UTC (rev 107421)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.9.6.1
+pkgrel=2
+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' 'hicolor-icon-theme' '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-staging-i686/hexchat.install (from rev 107420, hexchat/trunk/hexchat.install)
===================================================================
--- community-staging-i686/hexchat.install	                        (rev 0)
+++ community-staging-i686/hexchat.install	2014-03-17 10:06:56 UTC (rev 107421)
@@ -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:

Copied: hexchat/repos/community-staging-x86_64/PKGBUILD (from rev 107420, hexchat/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-17 10:06:56 UTC (rev 107421)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.9.6.1
+pkgrel=2
+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' 'hicolor-icon-theme' '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-staging-x86_64/hexchat.install (from rev 107420, hexchat/trunk/hexchat.install)
===================================================================
--- community-staging-x86_64/hexchat.install	                        (rev 0)
+++ community-staging-x86_64/hexchat.install	2014-03-17 10:06:56 UTC (rev 107421)
@@ -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