[arch-commits] Commit in xchat/repos (14 files)

2016-05-27 Thread Florian Pritz
Date: Friday, May 27, 2016 @ 10:02:25
  Author: bluewind
Revision: 268693

db-move: moved xchat from [staging] to [testing] (i686, x86_64)

Added:
  xchat/repos/testing-i686/
  xchat/repos/testing-i686/PKGBUILD
(from rev 268692, xchat/repos/staging-i686/PKGBUILD)
  xchat/repos/testing-i686/xchat-2.8.8-glib-2.31.patch
(from rev 268692, xchat/repos/staging-i686/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/testing-i686/xchat-2.8.8-libnotify07.patch
(from rev 268692, xchat/repos/staging-i686/xchat-2.8.8-libnotify07.patch)
  xchat/repos/testing-i686/xchat-2.8.8-link-against-libnotify.patch
(from rev 268692, 
xchat/repos/staging-i686/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/testing-i686/xchat-sslv23.patch
(from rev 268692, xchat/repos/staging-i686/xchat-sslv23.patch)
  xchat/repos/testing-x86_64/
  xchat/repos/testing-x86_64/PKGBUILD
(from rev 268692, xchat/repos/staging-x86_64/PKGBUILD)
  xchat/repos/testing-x86_64/xchat-2.8.8-glib-2.31.patch
(from rev 268692, xchat/repos/staging-x86_64/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/testing-x86_64/xchat-2.8.8-libnotify07.patch
(from rev 268692, xchat/repos/staging-x86_64/xchat-2.8.8-libnotify07.patch)
  xchat/repos/testing-x86_64/xchat-2.8.8-link-against-libnotify.patch
(from rev 268692, 
xchat/repos/staging-x86_64/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/testing-x86_64/xchat-sslv23.patch
(from rev 268692, xchat/repos/staging-x86_64/xchat-sslv23.patch)
Deleted:
  xchat/repos/staging-i686/
  xchat/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   59 ++
 testing-i686/xchat-2.8.8-glib-2.31.patch|   62 ++
 testing-i686/xchat-2.8.8-libnotify07.patch  |   24 
 testing-i686/xchat-2.8.8-link-against-libnotify.patch   |  343 ++
 testing-i686/xchat-sslv23.patch |   22 
 testing-x86_64/PKGBUILD |   59 ++
 testing-x86_64/xchat-2.8.8-glib-2.31.patch  |   62 ++
 testing-x86_64/xchat-2.8.8-libnotify07.patch|   24 
 testing-x86_64/xchat-2.8.8-link-against-libnotify.patch |  343 ++
 testing-x86_64/xchat-sslv23.patch   |   22 
 10 files changed, 1020 insertions(+)

Copied: xchat/repos/testing-i686/PKGBUILD (from rev 268692, 
xchat/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-27 08:02:25 UTC (rev 268693)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xchat
+pkgver=2.8.8
+pkgrel=18
+pkgdesc="A GTK+ based IRC client"
+arch=('i686' 'x86_64')
+url="http://www.xchat.org/";
+license=('GPL')
+depends=('gtk2' 'openssl' 'dbus-glib' 'libnotify')
+makedepends=('tcl' 'perl' 'python2' 'librsvg')
+optdepends=('enchant: for spell checking support'
+   'perl: for perl plugin'
+   'tcl: for tcl plugin'
+'python2: for python plugin')
+source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+http://xchat.org/files/icons/xchat-svg.tar.bz2
+xchat-2.8.8-libnotify07.patch
+xchat-2.8.8-link-against-libnotify.patch
+xchat-2.8.8-glib-2.31.patch
+xchat-sslv23.patch)
+sha1sums=('e12305da42d1aacc26c2ca25e239f393d4dd3532'
+  '0d366346cc11e0efb57fc2648fe423c94a3469bd'
+  'a053fba4e1911d1ee6a8248fe19e344797920fe3'
+  '70c3cc29fc55ff35f701ef8ac23078b6e3761ce1'
+  'aecaf6176a7cfd62555207b02f2793b360aa39da'
+  'ff2a3ca5ac297071c8a084d90fe9562e14745bc1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/GDK_HAND1/GDK_HAND2/' src/fe-gtk/xtext.c
+  patch -p1 -i "${srcdir}/xchat-2.8.8-libnotify07.patch"
+  patch -p1 -i "${srcdir}/xchat-2.8.8-link-against-libnotify.patch"
+  patch -p1 -i "${srcdir}/xchat-2.8.8-glib-2.31.patch"
+  patch -p1 -i "${srcdir}/xchat-sslv23.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoconf
+  autoheader
+
+  LIBS+="-lgmodule-2.0" ./configure --prefix=/usr --sysconfdir=/etc 
--datadir=/usr/share \
+--enable-openssl --enable-dbus --disable-textfe --enable-ipv6 --enable-shm 
--enable-spell=static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  for i in 24 32 48 64 128 256 ; do
+install -d "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps"
+rsvg-convert -w $i -h $i -o 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/xchat.png" ../xchat-cloned.svg
+  done
+  install -D -m644 ../xchat-cloned.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/xchat.svg"
+  install -D -m644 ../xchat-used.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/xchat2.svg"
+}

Copied: xchat/repos/testing-i686/xchat-2.8.8-glib-2.31.patch (from rev 268692, 
xchat/repos/staging-i686/xchat-2.8.8-glib-2.31.patch)

[arch-commits] Commit in xchat/repos (14 files)

2016-03-03 Thread Bartłomiej Piotrowski
Date: Thursday, March 3, 2016 @ 13:49:10
  Author: bpiotrowski
Revision: 260632

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

Added:
  xchat/repos/staging-i686/
  xchat/repos/staging-i686/PKGBUILD
(from rev 260631, xchat/trunk/PKGBUILD)
  xchat/repos/staging-i686/xchat-2.8.8-glib-2.31.patch
(from rev 260631, xchat/trunk/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/staging-i686/xchat-2.8.8-libnotify07.patch
(from rev 260631, xchat/trunk/xchat-2.8.8-libnotify07.patch)
  xchat/repos/staging-i686/xchat-2.8.8-link-against-libnotify.patch
(from rev 260631, xchat/trunk/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/staging-i686/xchat-sslv23.patch
(from rev 260631, xchat/trunk/xchat-sslv23.patch)
  xchat/repos/staging-i686/xchat.install
(from rev 260631, xchat/trunk/xchat.install)
  xchat/repos/staging-x86_64/
  xchat/repos/staging-x86_64/PKGBUILD
(from rev 260631, xchat/trunk/PKGBUILD)
  xchat/repos/staging-x86_64/xchat-2.8.8-glib-2.31.patch
(from rev 260631, xchat/trunk/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/staging-x86_64/xchat-2.8.8-libnotify07.patch
(from rev 260631, xchat/trunk/xchat-2.8.8-libnotify07.patch)
  xchat/repos/staging-x86_64/xchat-2.8.8-link-against-libnotify.patch
(from rev 260631, xchat/trunk/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/staging-x86_64/xchat-sslv23.patch
(from rev 260631, xchat/trunk/xchat-sslv23.patch)
  xchat/repos/staging-x86_64/xchat.install
(from rev 260631, xchat/trunk/xchat.install)

-+
 staging-i686/PKGBUILD   |   60 ++
 staging-i686/xchat-2.8.8-glib-2.31.patch|   62 ++
 staging-i686/xchat-2.8.8-libnotify07.patch  |   24 
 staging-i686/xchat-2.8.8-link-against-libnotify.patch   |  343 ++
 staging-i686/xchat-sslv23.patch |   22 
 staging-i686/xchat.install  |   11 
 staging-x86_64/PKGBUILD |   60 ++
 staging-x86_64/xchat-2.8.8-glib-2.31.patch  |   62 ++
 staging-x86_64/xchat-2.8.8-libnotify07.patch|   24 
 staging-x86_64/xchat-2.8.8-link-against-libnotify.patch |  343 ++
 staging-x86_64/xchat-sslv23.patch   |   22 
 staging-x86_64/xchat.install|   11 
 12 files changed, 1044 insertions(+)

Copied: xchat/repos/staging-i686/PKGBUILD (from rev 260631, 
xchat/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 12:49:10 UTC (rev 260632)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xchat
+pkgver=2.8.8
+pkgrel=16
+pkgdesc="A GTK+ based IRC client"
+arch=('i686' 'x86_64')
+url="http://www.xchat.org/";
+license=('GPL')
+depends=('gtk2' 'openssl' 'dbus-glib' 'libnotify')
+makedepends=('tcl' 'perl' 'python2' 'librsvg')
+optdepends=('enchant: for spell checking support'
+   'perl: for perl plugin'
+   'tcl: for tcl plugin'
+'python2: for python plugin')
+install=xchat.install
+source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+http://xchat.org/files/icons/xchat-svg.tar.bz2
+xchat-2.8.8-libnotify07.patch
+xchat-2.8.8-link-against-libnotify.patch
+xchat-2.8.8-glib-2.31.patch
+xchat-sslv23.patch)
+sha1sums=('e12305da42d1aacc26c2ca25e239f393d4dd3532'
+  '0d366346cc11e0efb57fc2648fe423c94a3469bd'
+  'a053fba4e1911d1ee6a8248fe19e344797920fe3'
+  '70c3cc29fc55ff35f701ef8ac23078b6e3761ce1'
+  'aecaf6176a7cfd62555207b02f2793b360aa39da'
+  'ff2a3ca5ac297071c8a084d90fe9562e14745bc1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/GDK_HAND1/GDK_HAND2/' src/fe-gtk/xtext.c
+  patch -p1 -i "${srcdir}/xchat-2.8.8-libnotify07.patch"
+  patch -p1 -i "${srcdir}/xchat-2.8.8-link-against-libnotify.patch"
+  patch -p1 -i "${srcdir}/xchat-2.8.8-glib-2.31.patch"
+  patch -p1 -i "${srcdir}/xchat-sslv23.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoconf
+  autoheader
+
+  LIBS+="-lgmodule-2.0" ./configure --prefix=/usr --sysconfdir=/etc 
--datadir=/usr/share \
+--enable-openssl --enable-dbus --disable-textfe --enable-ipv6 --enable-shm 
--enable-spell=static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  for i in 24 32 48 64 128 256 ; do
+install -d "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps"
+rsvg-convert -w $i -h $i -o 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/xchat.png" ../xchat-cloned.svg
+  done
+  install -D -m644 ../xchat-cloned.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/xchat.svg"
+  install -D -m644 ../xchat-used.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/xchat2.svg"
+}

Copied: xchat/repos/staging-i686/xchat-2.8.8-gl

[arch-commits] Commit in xchat/repos (14 files)

2015-06-03 Thread Eric Bélanger
Date: Thursday, June 4, 2015 @ 04:27:49
  Author: eric
Revision: 240319

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

Added:
  xchat/repos/staging-i686/
  xchat/repos/staging-i686/PKGBUILD
(from rev 240318, xchat/trunk/PKGBUILD)
  xchat/repos/staging-i686/xchat-2.8.8-glib-2.31.patch
(from rev 240318, xchat/trunk/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/staging-i686/xchat-2.8.8-libnotify07.patch
(from rev 240318, xchat/trunk/xchat-2.8.8-libnotify07.patch)
  xchat/repos/staging-i686/xchat-2.8.8-link-against-libnotify.patch
(from rev 240318, xchat/trunk/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/staging-i686/xchat-sslv23.patch
(from rev 240318, xchat/trunk/xchat-sslv23.patch)
  xchat/repos/staging-i686/xchat.install
(from rev 240318, xchat/trunk/xchat.install)
  xchat/repos/staging-x86_64/
  xchat/repos/staging-x86_64/PKGBUILD
(from rev 240318, xchat/trunk/PKGBUILD)
  xchat/repos/staging-x86_64/xchat-2.8.8-glib-2.31.patch
(from rev 240318, xchat/trunk/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/staging-x86_64/xchat-2.8.8-libnotify07.patch
(from rev 240318, xchat/trunk/xchat-2.8.8-libnotify07.patch)
  xchat/repos/staging-x86_64/xchat-2.8.8-link-against-libnotify.patch
(from rev 240318, xchat/trunk/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/staging-x86_64/xchat-sslv23.patch
(from rev 240318, xchat/trunk/xchat-sslv23.patch)
  xchat/repos/staging-x86_64/xchat.install
(from rev 240318, xchat/trunk/xchat.install)

-+
 staging-i686/PKGBUILD   |   60 ++
 staging-i686/xchat-2.8.8-glib-2.31.patch|   62 ++
 staging-i686/xchat-2.8.8-libnotify07.patch  |   24 
 staging-i686/xchat-2.8.8-link-against-libnotify.patch   |  343 ++
 staging-i686/xchat-sslv23.patch |   22 
 staging-i686/xchat.install  |   11 
 staging-x86_64/PKGBUILD |   60 ++
 staging-x86_64/xchat-2.8.8-glib-2.31.patch  |   62 ++
 staging-x86_64/xchat-2.8.8-libnotify07.patch|   24 
 staging-x86_64/xchat-2.8.8-link-against-libnotify.patch |  343 ++
 staging-x86_64/xchat-sslv23.patch   |   22 
 staging-x86_64/xchat.install|   11 
 12 files changed, 1044 insertions(+)

Copied: xchat/repos/staging-i686/PKGBUILD (from rev 240318, 
xchat/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-04 02:27:49 UTC (rev 240319)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xchat
+pkgver=2.8.8
+pkgrel=15
+pkgdesc="A GTK+ based IRC client"
+arch=('i686' 'x86_64')
+url="http://www.xchat.org/";
+license=('GPL')
+depends=('gtk2' 'openssl' 'dbus-glib' 'libnotify')
+makedepends=('tcl' 'perl' 'python2' 'librsvg')
+optdepends=('enchant: for spell checking support'
+   'perl: for perl plugin'
+   'tcl: for tcl plugin'
+'python2: for python plugin')
+install=xchat.install
+source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+http://xchat.org/files/icons/xchat-svg.tar.bz2
+xchat-2.8.8-libnotify07.patch
+xchat-2.8.8-link-against-libnotify.patch
+xchat-2.8.8-glib-2.31.patch
+xchat-sslv23.patch)
+sha1sums=('e12305da42d1aacc26c2ca25e239f393d4dd3532'
+  '0d366346cc11e0efb57fc2648fe423c94a3469bd'
+  'a053fba4e1911d1ee6a8248fe19e344797920fe3'
+  '70c3cc29fc55ff35f701ef8ac23078b6e3761ce1'
+  'aecaf6176a7cfd62555207b02f2793b360aa39da'
+  'ff2a3ca5ac297071c8a084d90fe9562e14745bc1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/GDK_HAND1/GDK_HAND2/' src/fe-gtk/xtext.c
+  patch -p1 -i "${srcdir}/xchat-2.8.8-libnotify07.patch"
+  patch -p1 -i "${srcdir}/xchat-2.8.8-link-against-libnotify.patch"
+  patch -p1 -i "${srcdir}/xchat-2.8.8-glib-2.31.patch"
+  patch -p1 -i "${srcdir}/xchat-sslv23.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoconf
+  autoheader
+
+  LIBS+="-lgmodule-2.0" ./configure --prefix=/usr --sysconfdir=/etc 
--datadir=/usr/share \
+--enable-openssl --enable-dbus --disable-textfe --enable-ipv6 --enable-shm 
--enable-spell=static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  for i in 24 32 48 64 128 256 ; do
+install -d "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps"
+rsvg-convert -w $i -h $i -o 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/xchat.png" ../xchat-cloned.svg
+  done
+  install -D -m644 ../xchat-cloned.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/xchat.svg"
+  install -D -m644 ../xchat-used.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/xchat2.svg"
+}

Copied: xchat/repos/staging-i686/xchat-2.8.8-glib-2.31.

[arch-commits] Commit in xchat/repos (14 files)

2014-06-01 Thread Florian Pritz
Date: Sunday, June 1, 2014 @ 13:10:26
  Author: bluewind
Revision: 214011

db-move: moved xchat from [staging] to [testing] (i686, x86_64)

Added:
  xchat/repos/testing-i686/
  xchat/repos/testing-i686/PKGBUILD
(from rev 213950, xchat/repos/staging-i686/PKGBUILD)
  xchat/repos/testing-i686/xchat-2.8.8-glib-2.31.patch
(from rev 213950, xchat/repos/staging-i686/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/testing-i686/xchat-2.8.8-libnotify07.patch
(from rev 213950, xchat/repos/staging-i686/xchat-2.8.8-libnotify07.patch)
  xchat/repos/testing-i686/xchat-2.8.8-link-against-libnotify.patch
(from rev 213950, 
xchat/repos/staging-i686/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/testing-i686/xchat.install
(from rev 213950, xchat/repos/staging-i686/xchat.install)
  xchat/repos/testing-x86_64/
  xchat/repos/testing-x86_64/PKGBUILD
(from rev 213950, xchat/repos/staging-x86_64/PKGBUILD)
  xchat/repos/testing-x86_64/xchat-2.8.8-glib-2.31.patch
(from rev 213950, xchat/repos/staging-x86_64/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/testing-x86_64/xchat-2.8.8-libnotify07.patch
(from rev 213950, xchat/repos/staging-x86_64/xchat-2.8.8-libnotify07.patch)
  xchat/repos/testing-x86_64/xchat-2.8.8-link-against-libnotify.patch
(from rev 213950, 
xchat/repos/staging-x86_64/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/testing-x86_64/xchat.install
(from rev 213950, xchat/repos/staging-x86_64/xchat.install)
Deleted:
  xchat/repos/staging-i686/
  xchat/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   55 ++
 testing-i686/xchat-2.8.8-glib-2.31.patch|   62 ++
 testing-i686/xchat-2.8.8-libnotify07.patch  |   24 
 testing-i686/xchat-2.8.8-link-against-libnotify.patch   |  343 ++
 testing-i686/xchat.install  |   11 
 testing-x86_64/PKGBUILD |   55 ++
 testing-x86_64/xchat-2.8.8-glib-2.31.patch  |   62 ++
 testing-x86_64/xchat-2.8.8-libnotify07.patch|   24 
 testing-x86_64/xchat-2.8.8-link-against-libnotify.patch |  343 ++
 testing-x86_64/xchat.install|   11 
 10 files changed, 990 insertions(+)

Copied: xchat/repos/testing-i686/PKGBUILD (from rev 213950, 
xchat/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-01 11:10:26 UTC (rev 214011)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xchat
+pkgver=2.8.8
+pkgrel=14
+pkgdesc="A GTK+ based IRC client"
+arch=('i686' 'x86_64')
+url="http://www.xchat.org/";
+license=('GPL')
+depends=('gtk2' 'openssl' 'dbus-glib' 'libnotify' 'hicolor-icon-theme')
+makedepends=('tcl' 'perl' 'python2' 'librsvg')
+optdepends=('enchant: for spell checking support' 'tcl: for tcl plugin'
+'python2: for python plugin')
+install=xchat.install
+source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+http://xchat.org/files/icons/xchat-svg.tar.bz2
+xchat-2.8.8-libnotify07.patch
+xchat-2.8.8-link-against-libnotify.patch
+xchat-2.8.8-glib-2.31.patch)
+sha1sums=('e12305da42d1aacc26c2ca25e239f393d4dd3532'
+  '0d366346cc11e0efb57fc2648fe423c94a3469bd'
+  'a053fba4e1911d1ee6a8248fe19e344797920fe3'
+  '70c3cc29fc55ff35f701ef8ac23078b6e3761ce1'
+  'aecaf6176a7cfd62555207b02f2793b360aa39da')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/GDK_HAND1/GDK_HAND2/' src/fe-gtk/xtext.c
+  patch -p1 -i "${srcdir}/xchat-2.8.8-libnotify07.patch"
+  patch -p1 -i "${srcdir}/xchat-2.8.8-link-against-libnotify.patch"
+  patch -p1 -i "${srcdir}/xchat-2.8.8-glib-2.31.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  autoconf
+  autoheader
+
+  LIBS+="-lgmodule-2.0" ./configure --prefix=/usr --sysconfdir=/etc 
--datadir=/usr/share \
+--enable-openssl --enable-dbus --disable-textfe --enable-ipv6 --enable-shm 
--enable-spell=static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  for i in 24 32 48 64 128 256 ; do
+install -d "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps"
+rsvg-convert -w $i -h $i -o 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/xchat.png" ../xchat-cloned.svg
+  done
+  install -D -m644 ../xchat-cloned.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/xchat.svg"
+  install -D -m644 ../xchat-used.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/xchat2.svg"
+}

Copied: xchat/repos/testing-i686/xchat-2.8.8-glib-2.31.patch (from rev 213950, 
xchat/repos/staging-i686/xchat-2.8.8-glib-2.31.patch)
===
--- testing-i686/xchat-2.8.8-glib-2.31.patch(rev 0)
+++ testing-i686/xchat-2.8.8-g

[arch-commits] Commit in xchat/repos (14 files)

2012-12-23 Thread Evangelos Foutras
Date: Sunday, December 23, 2012 @ 21:21:06
  Author: foutrelis
Revision: 173818

db-move: moved xchat from [staging] to [testing] (i686, x86_64)

Added:
  xchat/repos/testing-i686/
  xchat/repos/testing-i686/PKGBUILD
(from rev 173802, xchat/repos/staging-i686/PKGBUILD)
  xchat/repos/testing-i686/xchat-2.8.8-glib-2.31.patch
(from rev 173802, xchat/repos/staging-i686/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/testing-i686/xchat-2.8.8-libnotify07.patch
(from rev 173802, xchat/repos/staging-i686/xchat-2.8.8-libnotify07.patch)
  xchat/repos/testing-i686/xchat-2.8.8-link-against-libnotify.patch
(from rev 173802, 
xchat/repos/staging-i686/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/testing-i686/xchat.install
(from rev 173802, xchat/repos/staging-i686/xchat.install)
  xchat/repos/testing-x86_64/
  xchat/repos/testing-x86_64/PKGBUILD
(from rev 173802, xchat/repos/staging-x86_64/PKGBUILD)
  xchat/repos/testing-x86_64/xchat-2.8.8-glib-2.31.patch
(from rev 173802, xchat/repos/staging-x86_64/xchat-2.8.8-glib-2.31.patch)
  xchat/repos/testing-x86_64/xchat-2.8.8-libnotify07.patch
(from rev 173802, xchat/repos/staging-x86_64/xchat-2.8.8-libnotify07.patch)
  xchat/repos/testing-x86_64/xchat-2.8.8-link-against-libnotify.patch
(from rev 173802, 
xchat/repos/staging-x86_64/xchat-2.8.8-link-against-libnotify.patch)
  xchat/repos/testing-x86_64/xchat.install
(from rev 173802, xchat/repos/staging-x86_64/xchat.install)
Deleted:
  xchat/repos/staging-i686/
  xchat/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-i686/xchat-2.8.8-glib-2.31.patch|   62 ++
 testing-i686/xchat-2.8.8-libnotify07.patch  |   24 
 testing-i686/xchat-2.8.8-link-against-libnotify.patch   |  343 ++
 testing-i686/xchat.install  |   11 
 testing-x86_64/PKGBUILD |   51 ++
 testing-x86_64/xchat-2.8.8-glib-2.31.patch  |   62 ++
 testing-x86_64/xchat-2.8.8-libnotify07.patch|   24 
 testing-x86_64/xchat-2.8.8-link-against-libnotify.patch |  343 ++
 testing-x86_64/xchat.install|   11 
 10 files changed, 982 insertions(+)

Copied: xchat/repos/testing-i686/PKGBUILD (from rev 173802, 
xchat/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-24 02:21:06 UTC (rev 173818)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xchat
+pkgver=2.8.8
+pkgrel=11
+pkgdesc="A GTK+ based IRC client"
+arch=('i686' 'x86_64')
+url="http://www.xchat.org/";
+license=('GPL')
+depends=('gtk2' 'openssl' 'dbus-glib' 'libnotify' 'hicolor-icon-theme')
+makedepends=('tcl' 'perl' 'python2' 'librsvg')
+optdepends=('enchant: for spell checking support' 'tcl: for tcl plugin'
+'python2: for python plugin')
+options=('!libtool')
+install=xchat.install
+source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+http://xchat.org/files/icons/xchat-svg.tar.bz2
+xchat-2.8.8-libnotify07.patch
+xchat-2.8.8-link-against-libnotify.patch
+xchat-2.8.8-glib-2.31.patch)
+sha1sums=('e12305da42d1aacc26c2ca25e239f393d4dd3532'
+  '0d366346cc11e0efb57fc2648fe423c94a3469bd'
+  'a053fba4e1911d1ee6a8248fe19e344797920fe3'
+  '70c3cc29fc55ff35f701ef8ac23078b6e3761ce1'
+  'aecaf6176a7cfd62555207b02f2793b360aa39da')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/xchat-2.8.8-libnotify07.patch"
+  patch -p1 -i "${srcdir}/xchat-2.8.8-link-against-libnotify.patch"
+  patch -p1 -i "${srcdir}/xchat-2.8.8-glib-2.31.patch"
+  autoconf
+  autoheader
+
+  LIBS+="-lgmodule-2.0" ./configure --prefix=/usr --sysconfdir=/etc 
--datadir=/usr/share \
+--enable-openssl --enable-dbus --disable-textfe --enable-ipv6 --enable-shm 
--enable-spell=static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  for i in 24 32 48 64 128 256 ; do
+install -d "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps"
+rsvg-convert -w $i -h $i -o 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/xchat.png" ../xchat-cloned.svg
+  done
+  install -D -m644 ../xchat-cloned.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/xchat.svg"
+  install -D -m644 ../xchat-used.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/xchat2.svg"
+}

Copied: xchat/repos/testing-i686/xchat-2.8.8-glib-2.31.patch (from rev 173802, 
xchat/repos/staging-i686/xchat-2.8.8-glib-2.31.patch)
===
--- testing-i686/xchat-2.8.8-glib-2.31.patch(rev 0)
+++ testing-i686/xchat-2.8.8-glib-2.31.patch2012-12-24 02:21:06 UTC (rev