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

Maxime Gauduin alucryd at nymeria.archlinux.org
Thu Sep 12 08:20:22 UTC 2013


    Date: Thursday, September 12, 2013 @ 10:20:22
  Author: alucryd
Revision: 97066

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-09-12 08:20:08 UTC (rev 97065)
+++ community-i686/PKGBUILD	2013-09-12 08:20:22 UTC (rev 97066)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.9.5
-pkgrel=5
-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' 'libnotify' 'libproxy' 'libsexy' 'pciutils')
-makedepends=('perl' 'python2')
-optdepends=('enchant: Spell check'
-            'perl: Perl plugin'
-            'python2: Python plugin')
-options=('!libtool')
-install=${pkgname}.install
-source=("http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz")
-sha256sums=('11dfd0fbfb88d8dbb38f631fab8a7dffbb179f7f7dafe316953ed6f513ac623d')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-# Build
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-{shm,spell=libsexy,textfe}
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-# Install
-  make DESTDIR="$pkgdir" install
-
-# IRC Mime Types
-  desktop-file-edit --add-mime-type='x-scheme-handler/irc;x-scheme-handler/ircs' --set-key=Exec --set-value='sh -c "hexchat --existing --url %u || exec hexchat"' "$pkgdir/usr/share/applications/hexchat.desktop"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/PKGBUILD (from rev 97065, hexchat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-09-12 08:20:22 UTC (rev 97066)
@@ -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=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:

Deleted: community-i686/hexchat.install
===================================================================
--- community-i686/hexchat.install	2013-09-12 08:20:08 UTC (rev 97065)
+++ community-i686/hexchat.install	2013-09-12 08:20:22 UTC (rev 97066)
@@ -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 97065, hexchat/trunk/hexchat.install)
===================================================================
--- community-i686/hexchat.install	                        (rev 0)
+++ community-i686/hexchat.install	2013-09-12 08:20:22 UTC (rev 97066)
@@ -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-12 08:20:08 UTC (rev 97065)
+++ community-x86_64/PKGBUILD	2013-09-12 08:20:22 UTC (rev 97066)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.9.5
-pkgrel=5
-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' 'libnotify' 'libproxy' 'libsexy' 'pciutils')
-makedepends=('perl' 'python2')
-optdepends=('enchant: Spell check'
-            'perl: Perl plugin'
-            'python2: Python plugin')
-options=('!libtool')
-install=${pkgname}.install
-source=("http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz")
-sha256sums=('11dfd0fbfb88d8dbb38f631fab8a7dffbb179f7f7dafe316953ed6f513ac623d')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-# Build
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-{shm,spell=libsexy,textfe}
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-# Install
-  make DESTDIR="$pkgdir" install
-
-# IRC Mime Types
-  desktop-file-edit --add-mime-type='x-scheme-handler/irc;x-scheme-handler/ircs' --set-key=Exec --set-value='sh -c "hexchat --existing --url %u || exec hexchat"' "$pkgdir/usr/share/applications/hexchat.desktop"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-x86_64/PKGBUILD (from rev 97065, hexchat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-09-12 08:20:22 UTC (rev 97066)
@@ -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=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:

Deleted: community-x86_64/hexchat.install
===================================================================
--- community-x86_64/hexchat.install	2013-09-12 08:20:08 UTC (rev 97065)
+++ community-x86_64/hexchat.install	2013-09-12 08:20:22 UTC (rev 97066)
@@ -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 97065, hexchat/trunk/hexchat.install)
===================================================================
--- community-x86_64/hexchat.install	                        (rev 0)
+++ community-x86_64/hexchat.install	2013-09-12 08:20:22 UTC (rev 97066)
@@ -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