[arch-commits] Commit in hexchat/repos (6 files)
Florian Pritz
bluewind at archlinux.org
Fri May 27 07:59:41 UTC 2016
Date: Friday, May 27, 2016 @ 09:59:41
Author: bluewind
Revision: 177178
db-move: moved hexchat from [community-staging] to [community-testing] (i686, x86_64)
Added:
hexchat/repos/community-testing-i686/
hexchat/repos/community-testing-i686/PKGBUILD
(from rev 177177, hexchat/repos/community-staging-i686/PKGBUILD)
hexchat/repos/community-testing-x86_64/
hexchat/repos/community-testing-x86_64/PKGBUILD
(from rev 177177, hexchat/repos/community-staging-x86_64/PKGBUILD)
Deleted:
hexchat/repos/community-staging-i686/
hexchat/repos/community-staging-x86_64/
-----------------------------------+
community-testing-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
Copied: hexchat/repos/community-testing-i686/PKGBUILD (from rev 177177, hexchat/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-05-27 07:59:41 UTC (rev 177178)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.12.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' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
+optdepends=('enchant: Spell check'
+ 'lua: Lua plugin'
+ 'perl: Perl plugin'
+ 'python: Python plugin')
+source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz")
+sha256sums=('5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b')
+
+build() {
+ cd hexchat-${pkgver}
+
+ ./configure \
+ --prefix='/usr' \
+ --enable-python='python3' \
+ --enable-textfe
+ make
+}
+
+package() {
+ cd hexchat-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Copied: hexchat/repos/community-testing-x86_64/PKGBUILD (from rev 177177, hexchat/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2016-05-27 07:59:41 UTC (rev 177178)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.12.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' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
+makedepends=('intltool' 'iso-codes' 'lua' 'perl' 'python')
+optdepends=('enchant: Spell check'
+ 'lua: Lua plugin'
+ 'perl: Perl plugin'
+ 'python: Python plugin')
+source=("http://dl.hexchat.net/hexchat/hexchat-${pkgver}.tar.xz")
+sha256sums=('5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b')
+
+build() {
+ cd hexchat-${pkgver}
+
+ ./configure \
+ --prefix='/usr' \
+ --enable-python='python3' \
+ --enable-textfe
+ make
+}
+
+package() {
+ cd hexchat-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list