[arch-commits] Commit in hexchat/repos (8 files)
Maxime Gauduin
alucryd at archlinux.org
Mon Jul 28 22:25:38 UTC 2014
Date: Tuesday, July 29, 2014 @ 00:25:38
Author: alucryd
Revision: 116501
archrelease: copy trunk to community-i686, community-x86_64
Added:
hexchat/repos/community-i686/PKGBUILD
(from rev 116500, hexchat/trunk/PKGBUILD)
hexchat/repos/community-i686/hexchat.install
(from rev 116500, hexchat/trunk/hexchat.install)
hexchat/repos/community-x86_64/PKGBUILD
(from rev 116500, hexchat/trunk/PKGBUILD)
hexchat/repos/community-x86_64/hexchat.install
(from rev 116500, 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 | 80 +++++++++++++++++++++++++++++++++++++
/hexchat.install | 28 ++++++++++++
community-i686/PKGBUILD | 40 ------------------
community-i686/hexchat.install | 14 ------
community-x86_64/PKGBUILD | 40 ------------------
community-x86_64/hexchat.install | 14 ------
6 files changed, 108 insertions(+), 108 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-07-28 22:25:29 UTC (rev 116500)
+++ community-i686/PKGBUILD 2014-07-28 22:25:38 UTC (rev 116501)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.10.0
-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' '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')
-
-prepare() {
- cd ${pkgname}-${pkgver}
-
- sed 's/CFLAGS="$PERL_CFLAGS"/CFLAGS="$PERL_CFLAGS -fuse-ld=gold"/' -i configure
-}
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix='/usr' --enable-{perl,python='python3.4',textfe}
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: hexchat/repos/community-i686/PKGBUILD (from rev 116500, hexchat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-28 22:25:38 UTC (rev 116501)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.10.1
+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=('ffccee6a3470d2f9539e75bd0dd2e3f35c65737004cb02e6d2106c1d5dcde9a9')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+
+ sed 's/CFLAGS="$PERL_CFLAGS"/CFLAGS="$PERL_CFLAGS -fuse-ld=gold"/' -i configure
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix='/usr' --enable-{perl,python='python3.4',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 2014-07-28 22:25:29 UTC (rev 116500)
+++ community-i686/hexchat.install 2014-07-28 22:25:38 UTC (rev 116501)
@@ -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 116500, hexchat/trunk/hexchat.install)
===================================================================
--- community-i686/hexchat.install (rev 0)
+++ community-i686/hexchat.install 2014-07-28 22:25:38 UTC (rev 116501)
@@ -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 2014-07-28 22:25:29 UTC (rev 116500)
+++ community-x86_64/PKGBUILD 2014-07-28 22:25:38 UTC (rev 116501)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.10.0
-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' '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')
-
-prepare() {
- cd ${pkgname}-${pkgver}
-
- sed 's/CFLAGS="$PERL_CFLAGS"/CFLAGS="$PERL_CFLAGS -fuse-ld=gold"/' -i configure
-}
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix='/usr' --enable-{perl,python='python3.4',textfe}
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: hexchat/repos/community-x86_64/PKGBUILD (from rev 116500, hexchat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-07-28 22:25:38 UTC (rev 116501)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.10.1
+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=('ffccee6a3470d2f9539e75bd0dd2e3f35c65737004cb02e6d2106c1d5dcde9a9')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+
+ sed 's/CFLAGS="$PERL_CFLAGS"/CFLAGS="$PERL_CFLAGS -fuse-ld=gold"/' -i configure
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix='/usr' --enable-{perl,python='python3.4',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 2014-07-28 22:25:29 UTC (rev 116500)
+++ community-x86_64/hexchat.install 2014-07-28 22:25:38 UTC (rev 116501)
@@ -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 116500, hexchat/trunk/hexchat.install)
===================================================================
--- community-x86_64/hexchat.install (rev 0)
+++ community-x86_64/hexchat.install 2014-07-28 22:25:38 UTC (rev 116501)
@@ -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