[arch-commits] Commit in perl-test-requires/trunk (PKGBUILD)

2014-08-09 Thread Jonathan Steel
Date: Saturday, August 9, 2014 @ 09:04:15
  Author: jsteel
Revision: 117060

upgpkg: perl-test-requires 0.08-1

Modified:
  perl-test-requires/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-09 00:15:34 UTC (rev 117059)
+++ PKGBUILD2014-08-09 07:04:15 UTC (rev 117060)
@@ -4,8 +4,8 @@
 # Contributor: Justin Davis jrc...@gmail.com
 
 pkgname='perl-test-requires'
-pkgver='0.07'
-pkgrel='1'
+pkgver=0.08
+pkgrel=1
 pkgdesc=Checks to see if the module can be loaded
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -13,7 +13,7 @@
 depends=('perl')
 url='http://search.cpan.org/dist/Test-Requires'
 
source=(http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-$pkgver.tar.gz;)
-md5sums=('20bdd194fd0cf59eb0cc9349a68dbaa6')
+md5sums=('339ec20fbbeaa904a968bdee629688a6')
 
 build() {
   cd $srcdir/Test-Requires-$pkgver
@@ -24,18 +24,18 @@
 PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
 MODULEBUILDRC=/dev/null
 
-  perl Build.PL
-  perl Build
+  perl Makefile.PL
+  make
 }
 
 check() {
   cd $srcdir/Test-Requires-$pkgver
 
-  perl Build test
+  make test
 }
 
 package() {
   cd $srcdir/Test-Requires-$pkgver
 
-  perl Build install
+  make DESTDIR=$pkgdir/ install
 }



[arch-commits] Commit in perl-test-requires/repos/community-any (PKGBUILD PKGBUILD)

2014-08-09 Thread Jonathan Steel
Date: Saturday, August 9, 2014 @ 09:04:29
  Author: jsteel
Revision: 117061

archrelease: copy trunk to community-any

Added:
  perl-test-requires/repos/community-any/PKGBUILD
(from rev 117060, perl-test-requires/trunk/PKGBUILD)
Deleted:
  perl-test-requires/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-09 07:04:15 UTC (rev 117060)
+++ PKGBUILD2014-08-09 07:04:29 UTC (rev 117061)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Justin Davis jrc...@gmail.com
-
-pkgname='perl-test-requires'
-pkgver='0.07'
-pkgrel='1'
-pkgdesc=Checks to see if the module can be loaded
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/Test-Requires'
-source=(http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-$pkgver.tar.gz;)
-md5sums=('20bdd194fd0cf59eb0cc9349a68dbaa6')
-
-build() {
-  cd $srcdir/Test-Requires-$pkgver
-
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-PERL_AUTOINSTALL=--skipdeps  \
-PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-MODULEBUILDRC=/dev/null
-
-  perl Build.PL
-  perl Build
-}
-
-check() {
-  cd $srcdir/Test-Requires-$pkgver
-
-  perl Build test
-}
-
-package() {
-  cd $srcdir/Test-Requires-$pkgver
-
-  perl Build install
-}

Copied: perl-test-requires/repos/community-any/PKGBUILD (from rev 117060, 
perl-test-requires/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-09 07:04:29 UTC (rev 117061)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Justin Davis jrc...@gmail.com
+
+pkgname='perl-test-requires'
+pkgver=0.08
+pkgrel=1
+pkgdesc=Checks to see if the module can be loaded
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Test-Requires'
+source=(http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-Requires-$pkgver.tar.gz;)
+md5sums=('339ec20fbbeaa904a968bdee629688a6')
+
+build() {
+  cd $srcdir/Test-Requires-$pkgver
+
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+PERL_AUTOINSTALL=--skipdeps  \
+PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+MODULEBUILDRC=/dev/null
+
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd $srcdir/Test-Requires-$pkgver
+
+  make test
+}
+
+package() {
+  cd $srcdir/Test-Requires-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}



[arch-commits] Commit in mangler/trunk (ChangeLog PKGBUILD)

2014-08-09 Thread Evgeniy Alekseev
Date: Saturday, August 9, 2014 @ 09:12:25
  Author: arcanis
Revision: 117062

upgpkg: mangler 1.2.5-3
fix optdeps list

Added:
  mangler/trunk/ChangeLog
Modified:
  mangler/trunk/PKGBUILD

---+
 ChangeLog |8 
 PKGBUILD  |   18 +++---
 2 files changed, 15 insertions(+), 11 deletions(-)

Added: ChangeLog
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-08-09 07:12:25 UTC (rev 117062)
@@ -0,0 +1,8 @@
+1.2.5-3:
+move g15daemon, espeak and xosd to dependencies list since they are not 
optional
+
+1.2.5-2:
+fix optional dependencies list
+
+1.2.5-1:
+move into [community] from AUR

Modified: PKGBUILD
===
--- PKGBUILD2014-08-09 07:04:29 UTC (rev 117061)
+++ PKGBUILD2014-08-09 07:12:25 UTC (rev 117062)
@@ -6,30 +6,26 @@
 
 pkgname=mangler
 pkgver=1.2.5
-pkgrel=2
+pkgrel=3
 pkgdesc=Ventrilo compatible VOIP client for Linux
 arch=('i686' 'x86_64')
 url=http://www.mangler.org/;
 license=('GPL3')
-depends=('dbus-glib' 'gsm' 'gtkmm' 'libpulse' 'speex')
+depends=('espeak' 'g15daemon' 'dbus-glib' 'gsm' 'gtkmm' 'speex' 'xosd')
 makedepends=('librsvg' 'pkg-config')
 optdepends=('alsa-lib: ALSA support'
-'celt: CELT codec support'
-'espeak: TTS support'
-'g15daemon: G15 keyboard support'
-'xosd: Information overlay support')
-conflicts=('mangler-svn')
-source=(http://www.mangler.org/downloads/$pkgname-$pkgver.tar.bz2)
+'celt: CELT codec support')
+source=(http://www.mangler.org/downloads/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('28bb40c91d8e778a95a0845f858be503')
-options=(!libtool)
+changelog=ChangeLog
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



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

2014-08-09 Thread Evgeniy Alekseev
Date: Saturday, August 9, 2014 @ 09:13:02
  Author: arcanis
Revision: 117063

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

Added:
  mangler/repos/community-i686/ChangeLog
(from rev 117062, mangler/trunk/ChangeLog)
  mangler/repos/community-i686/PKGBUILD
(from rev 117062, mangler/trunk/PKGBUILD)
  mangler/repos/community-x86_64/ChangeLog
(from rev 117062, mangler/trunk/ChangeLog)
  mangler/repos/community-x86_64/PKGBUILD
(from rev 117062, mangler/trunk/PKGBUILD)
Deleted:
  mangler/repos/community-i686/PKGBUILD
  mangler/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |   62 +++
 community-i686/ChangeLog   |8 +
 community-i686/PKGBUILD|   35 
 community-x86_64/ChangeLog |8 +
 community-x86_64/PKGBUILD  |   35 
 5 files changed, 78 insertions(+), 70 deletions(-)

Copied: mangler/repos/community-i686/ChangeLog (from rev 117062, 
mangler/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-08-09 07:13:02 UTC (rev 117063)
@@ -0,0 +1,8 @@
+1.2.5-3:
+move g15daemon, espeak and xosd to dependencies list since they are not 
optional
+
+1.2.5-2:
+fix optional dependencies list
+
+1.2.5-1:
+move into [community] from AUR

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-09 07:12:25 UTC (rev 117062)
+++ community-i686/PKGBUILD 2014-08-09 07:13:02 UTC (rev 117063)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
-# Contributor: Simon Perry pezz at sanxion dot net
-# Contributor: Sigitas Mazaliauskas sigisnn at gmail dot com
-# Contributor: LinkMaster03 linkmaster032000 at gmail dot com
-
-pkgname=mangler
-pkgver=1.2.5
-pkgrel=2
-pkgdesc=Ventrilo compatible VOIP client for Linux
-arch=('i686' 'x86_64')
-url=http://www.mangler.org/;
-license=('GPL3')
-depends=('dbus-glib' 'gsm' 'gtkmm' 'libpulse' 'speex')
-makedepends=('librsvg' 'pkg-config')
-optdepends=('alsa-lib: ALSA support'
-'celt: CELT codec support'
-'espeak: TTS support'
-'g15daemon: G15 keyboard support'
-'xosd: Information overlay support')
-conflicts=('mangler-svn')
-source=(http://www.mangler.org/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('28bb40c91d8e778a95a0845f858be503')
-options=(!libtool)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: mangler/repos/community-i686/PKGBUILD (from rev 117062, 
mangler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-09 07:13:02 UTC (rev 117063)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
+# Contributor: Simon Perry pezz at sanxion dot net
+# Contributor: Sigitas Mazaliauskas sigisnn at gmail dot com
+# Contributor: LinkMaster03 linkmaster032000 at gmail dot com
+
+pkgname=mangler
+pkgver=1.2.5
+pkgrel=3
+pkgdesc=Ventrilo compatible VOIP client for Linux
+arch=('i686' 'x86_64')
+url=http://www.mangler.org/;
+license=('GPL3')
+depends=('espeak' 'g15daemon' 'dbus-glib' 'gsm' 'gtkmm' 'speex' 'xosd')
+makedepends=('librsvg' 'pkg-config')
+optdepends=('alsa-lib: ALSA support'
+'celt: CELT codec support')
+source=(http://www.mangler.org/downloads/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('28bb40c91d8e778a95a0845f858be503')
+changelog=ChangeLog
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: mangler/repos/community-x86_64/ChangeLog (from rev 117062, 
mangler/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2014-08-09 07:13:02 UTC (rev 117063)
@@ -0,0 +1,8 @@
+1.2.5-3:
+move g15daemon, espeak and xosd to dependencies list since they are not 
optional
+
+1.2.5-2:
+fix optional dependencies list
+
+1.2.5-1:
+move into [community] from AUR

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-09 07:12:25 UTC (rev 117062)
+++ community-x86_64/PKGBUILD   2014-08-09 07:13:02 UTC (rev 117063)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
-# Contributor: Simon Perry pezz at sanxion dot net
-# Contributor: Sigitas Mazaliauskas sigisnn at gmail dot com
-# Contributor: LinkMaster03 linkmaster032000 at gmail dot com
-
-pkgname=mangler

[arch-commits] Commit in ocrfeeder/trunk (PKGBUILD ocrfeeder-pillow.patch)

2014-08-09 Thread Balló György
Date: Saturday, August 9, 2014 @ 11:47:06
  Author: bgyorgy
Revision: 117064

upgpkg: ocrfeeder 0.8-1

Update to version 0.8

Modified:
  ocrfeeder/trunk/PKGBUILD
Deleted:
  ocrfeeder/trunk/ocrfeeder-pillow.patch

+
 PKGBUILD   |   27 -
 ocrfeeder-pillow.patch |   72 ---
 2 files changed, 13 insertions(+), 86 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-09 07:13:02 UTC (rev 117063)
+++ PKGBUILD2014-08-09 09:47:06 UTC (rev 117064)
@@ -2,39 +2,38 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=ocrfeeder
-pkgver=0.7.11
-pkgrel=4
+pkgver=0.8
+pkgrel=1
 pkgdesc=GTK+ document layout analysis and optical character recognition 
application
 arch=('any')
 url=https://wiki.gnome.org/Apps/OCRFeeder;
 license=('GPL')
-depends=('python2-pyenchant' 'pygoocanvas' 'python2-gtkspell' 'python2-pillow' 
\
- 'python2-lxml' 'python2-reportlab' 'ghostscript' 'unpaper' 'sane' 
'iso-codes' \
- 'desktop-file-utils')
-makedepends=('intltool' 'gnome-doc-utils')
+depends=('python2-pyenchant' 'python2-gobject' 'python2-lxml' 'python2-pillow'
+ 'python2-reportlab' 'gtk3' 'goocanvas' 'gtkspell3' 'ghostscript' 
'unpaper' 'sane'
+ 'iso-codes' 'desktop-file-utils')
+makedepends=('intltool' 'gnome-doc-utils' 'python2-gobject2')
 optdepends=('tesseract: character recognition'
 'ocrad: character recognition'
 'gocr: character recognition'
 'cuneiform: character recognition')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-ocrfeeder-pillow.patch)
-sha256sums=('4508f4a0e2fdab521ab4a6d0265058a21fda80622483b169fd041189938ea6d5'
-'54dbe61ae384d4f5ed48e9fae0d5d1fc65787916208c87f44862aa1a3eb31e80')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('bb2e415e1e7ce9c7d819423b6b6a311f9d476eca54e7b183070ba6cd124265a1')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
-  # Pillow port
-  patch -Np1 -i $srcdir/ocrfeeder-pillow.patch
-
   # Python2 fix
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/ocrfeeder*.in 
src/ocrfeeder/odf/*.py
+
+  # Fix build (X display is not available in chroot)
+  sed -i 's/PYTHON_GI_MODULES=.*/PYTHON_GI_MODULES=/' configure{.ac,}
 }
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-maintainer-mode \
   PYTHON=python2
   make
 }
@@ -41,7 +40,7 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
+  make DESTDIR=$pkgdir install
   mkdir -p $pkgdir/usr/share/pixmaps
   ln -s ../ocrfeeder/icons/ocrfeeder.svg 
$pkgdir/usr/share/pixmaps/ocrfeeder.svg
 }

Deleted: ocrfeeder-pillow.patch
===
--- ocrfeeder-pillow.patch  2014-08-09 07:13:02 UTC (rev 117063)
+++ ocrfeeder-pillow.patch  2014-08-09 09:47:06 UTC (rev 117064)
@@ -1,72 +0,0 @@
-diff -Naur ocrfeeder-0.7.11.orig/src/ocrfeeder/feeder/imageManipulation.py 
ocrfeeder-0.7.11/src/ocrfeeder/feeder/imageManipulation.py
 ocrfeeder-0.7.11.orig/src/ocrfeeder/feeder/imageManipulation.py
2012-10-02 20:00:33.0 +0200
-+++ ocrfeeder-0.7.11/src/ocrfeeder/feeder/imageManipulation.py 2013-09-15 
15:28:11.779102147 +0200
-@@ -21,7 +21,7 @@
- from ocrfeeder.util.lib import debug
- 
- import gettext
--import Image, ImageDraw
-+from PIL import Image, ImageDraw
- import os.path
- from ocrfeeder.util import graphics
- import sys
-diff -Naur ocrfeeder-0.7.11.orig/src/ocrfeeder/feeder/layoutAnalysis.py 
ocrfeeder-0.7.11/src/ocrfeeder/feeder/layoutAnalysis.py
 ocrfeeder-0.7.11.orig/src/ocrfeeder/feeder/layoutAnalysis.py   
2013-02-08 08:57:12.0 +0100
-+++ ocrfeeder-0.7.11/src/ocrfeeder/feeder/layoutAnalysis.py2013-09-15 
15:28:11.779102147 +0200
-@@ -23,7 +23,7 @@
- from ocrfeeder.util.constants import OCRFEEDER_DEBUG, DTP
- from ocrfeeder.studio.dataHolder import DataBox
- from imageManipulation import ImageProcessor
--import Image
-+from PIL import Image
- import re
- import math
- 
-diff -Naur ocrfeeder-0.7.11.orig/src/ocrfeeder/studio/dataHolder.py 
ocrfeeder-0.7.11/src/ocrfeeder/studio/dataHolder.py
 ocrfeeder-0.7.11.orig/src/ocrfeeder/studio/dataHolder.py   2013-02-08 
08:57:12.0 +0100
-+++ ocrfeeder-0.7.11/src/ocrfeeder/studio/dataHolder.py2013-09-15 
15:27:20.787882011 +0200
-@@ -20,7 +20,7 @@
- 
- import os.path
- from ocrfeeder.util import graphics
--import Image
-+from PIL import Image
- import gobject
- from ocrfeeder.util.graphics import getImagePrintSize, getImageResolution
- from ocrfeeder.util import TEXT_TYPE, IMAGE_TYPE, ALIGN_LEFT, lib
-diff -Naur ocrfeeder-0.7.11.orig/src/ocrfeeder/studio/widgetPresenter.py 

[arch-commits] Commit in ocrfeeder/repos/community-any (5 files)

2014-08-09 Thread Balló György
Date: Saturday, August 9, 2014 @ 11:47:12
  Author: bgyorgy
Revision: 117065

archrelease: copy trunk to community-any

Added:
  ocrfeeder/repos/community-any/PKGBUILD
(from rev 117064, ocrfeeder/trunk/PKGBUILD)
  ocrfeeder/repos/community-any/ocrfeeder.install
(from rev 117064, ocrfeeder/trunk/ocrfeeder.install)
Deleted:
  ocrfeeder/repos/community-any/PKGBUILD
  ocrfeeder/repos/community-any/ocrfeeder-pillow.patch
  ocrfeeder/repos/community-any/ocrfeeder.install

+
 PKGBUILD   |   93 +++
 ocrfeeder-pillow.patch |   72 
 ocrfeeder.install  |   22 +--
 3 files changed, 57 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-09 09:47:06 UTC (rev 117064)
+++ PKGBUILD2014-08-09 09:47:12 UTC (rev 117065)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=ocrfeeder
-pkgver=0.7.11
-pkgrel=4
-pkgdesc=GTK+ document layout analysis and optical character recognition 
application
-arch=('any')
-url=http://live.gnome.org/OCRFeeder;
-license=('GPL')
-depends=('python2-pyenchant' 'pygoocanvas' 'python2-gtkspell' 'python2-pillow' 
\
- 'python2-lxml' 'python2-reportlab' 'ghostscript' 'unpaper' 'sane' 
'iso-codes' \
- 'desktop-file-utils')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('tesseract: character recognition'
-'ocrad: character recognition'
-'gocr: character recognition'
-'cuneiform: character recognition')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-ocrfeeder-pillow.patch)
-sha256sums=('4508f4a0e2fdab521ab4a6d0265058a21fda80622483b169fd041189938ea6d5'
-'54dbe61ae384d4f5ed48e9fae0d5d1fc65787916208c87f44862aa1a3eb31e80')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Pillow port
-  patch -Np1 -i $srcdir/ocrfeeder-pillow.patch
-
-  # Python2 fix
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/ocrfeeder*.in 
src/ocrfeeder/odf/*.py
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  mkdir -p $pkgdir/usr/share/pixmaps
-  ln -s ../ocrfeeder/icons/ocrfeeder.svg 
$pkgdir/usr/share/pixmaps/ocrfeeder.svg
-}

Copied: ocrfeeder/repos/community-any/PKGBUILD (from rev 117064, 
ocrfeeder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-09 09:47:12 UTC (rev 117065)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=ocrfeeder
+pkgver=0.8
+pkgrel=1
+pkgdesc=GTK+ document layout analysis and optical character recognition 
application
+arch=('any')
+url=https://wiki.gnome.org/Apps/OCRFeeder;
+license=('GPL')
+depends=('python2-pyenchant' 'python2-gobject' 'python2-lxml' 'python2-pillow'
+ 'python2-reportlab' 'gtk3' 'goocanvas' 'gtkspell3' 'ghostscript' 
'unpaper' 'sane'
+ 'iso-codes' 'desktop-file-utils')
+makedepends=('intltool' 'gnome-doc-utils' 'python2-gobject2')
+optdepends=('tesseract: character recognition'
+'ocrad: character recognition'
+'gocr: character recognition'
+'cuneiform: character recognition')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('bb2e415e1e7ce9c7d819423b6b6a311f9d476eca54e7b183070ba6cd124265a1')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/ocrfeeder*.in 
src/ocrfeeder/odf/*.py
+
+  # Fix build (X display is not available in chroot)
+  sed -i 's/PYTHON_GI_MODULES=.*/PYTHON_GI_MODULES=/' configure{.ac,}
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-maintainer-mode \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/usr/share/pixmaps
+  ln -s ../ocrfeeder/icons/ocrfeeder.svg 
$pkgdir/usr/share/pixmaps/ocrfeeder.svg
+}

Deleted: ocrfeeder-pillow.patch
===
--- ocrfeeder-pillow.patch  2014-08-09 09:47:06 UTC (rev 117064)
+++ ocrfeeder-pillow.patch  2014-08-09 09:47:12 UTC (rev 117065)
@@ -1,72 +0,0 @@
-diff -Naur ocrfeeder-0.7.11.orig/src/ocrfeeder/feeder/imageManipulation.py 
ocrfeeder-0.7.11/src/ocrfeeder/feeder/imageManipulation.py
 ocrfeeder-0.7.11.orig/src/ocrfeeder/feeder/imageManipulation.py
2012-10-02 20:00:33.0 +0200
-+++ 

[arch-commits] Commit in poedit/trunk (PKGBUILD)

2014-08-09 Thread Balló György
Date: Saturday, August 9, 2014 @ 12:19:05
  Author: bgyorgy
Revision: 117066

upgpkg: poedit 1.6.7-2

Fix spellcheck support (FS#41280)

Modified:
  poedit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-09 09:47:12 UTC (rev 117065)
+++ PKGBUILD2014-08-09 10:19:05 UTC (rev 117066)
@@ -7,12 +7,12 @@
 
 pkgname=poedit
 pkgver=1.6.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Cross-platform gettext catalogs (.po files) editor
 arch=('i686' 'x86_64')
 url=http://www.poedit.net/;
 license=('MIT')
-depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell3')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
 makedepends=('boost' 'libsm')
 install=poedit.install
 #source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)



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

2014-08-09 Thread Balló György
Date: Saturday, August 9, 2014 @ 12:19:12
  Author: bgyorgy
Revision: 117067

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

Added:
  poedit/repos/community-staging-i686/PKGBUILD
(from rev 117066, poedit/trunk/PKGBUILD)
  poedit/repos/community-staging-i686/poedit.install
(from rev 117066, poedit/trunk/poedit.install)
  poedit/repos/community-staging-x86_64/PKGBUILD
(from rev 117066, poedit/trunk/PKGBUILD)
  poedit/repos/community-staging-x86_64/poedit.install
(from rev 117066, poedit/trunk/poedit.install)
Deleted:
  poedit/repos/community-staging-i686/PKGBUILD
  poedit/repos/community-staging-i686/poedit.install
  poedit/repos/community-staging-x86_64/PKGBUILD
  poedit/repos/community-staging-x86_64/poedit.install

-+
 /PKGBUILD   |   66 ++
 /poedit.install |   24 ++
 community-staging-i686/PKGBUILD |   33 ---
 community-staging-i686/poedit.install   |   12 -
 community-staging-x86_64/PKGBUILD   |   33 ---
 community-staging-x86_64/poedit.install |   12 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-09 10:19:05 UTC (rev 117066)
+++ community-staging-i686/PKGBUILD 2014-08-09 10:19:12 UTC (rev 117067)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Alexander Fehr pizzap...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=poedit
-pkgver=1.6.7
-pkgrel=1
-pkgdesc=Cross-platform gettext catalogs (.po files) editor
-arch=('i686' 'x86_64')
-url=http://www.poedit.net/;
-license=('MIT')
-depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell3')
-makedepends=('boost' 'libsm')
-install=poedit.install
-#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
-#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-md5sums=('f94ec908d13000c87bf22f7448ecd032')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr --libexecdir=/usr/lib/poedit
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: poedit/repos/community-staging-i686/PKGBUILD (from rev 117066, 
poedit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-09 10:19:12 UTC (rev 117067)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alexander Fehr pizzap...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=poedit
+pkgver=1.6.7
+pkgrel=2
+pkgdesc=Cross-platform gettext catalogs (.po files) editor
+arch=('i686' 'x86_64')
+url=http://www.poedit.net/;
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+md5sums=('f94ec908d13000c87bf22f7448ecd032')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-staging-i686/poedit.install
===
--- community-staging-i686/poedit.install   2014-08-09 10:19:05 UTC (rev 
117066)
+++ community-staging-i686/poedit.install   2014-08-09 10:19:12 UTC (rev 
117067)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: poedit/repos/community-staging-i686/poedit.install (from rev 117066, 
poedit/trunk/poedit.install)
===
--- community-staging-i686/poedit.install   (rev 0)
+++ community-staging-i686/poedit.install   2014-08-09 

[arch-commits] Commit in wine/repos/community-i686 (6 files)

2014-08-09 Thread Sven-Hendrik Haase
Date: Saturday, August 9, 2014 @ 12:39:20
  Author: svenstaro
Revision: 117068

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 117067, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 117067, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 117067, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  366 
 wine.install  |   24 +--
 3 files changed, 215 insertions(+), 215 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-08-09 10:19:12 UTC (rev 117067)
+++ 30-win32-aliases.conf   2014-08-09 10:39:20 UTC (rev 117068)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 117067, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2014-08-09 10:39:20 UTC (rev 117068)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-09 10:19:12 UTC (rev 117067)
+++ PKGBUILD2014-08-09 10:39:20 UTC (rev 117068)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.23
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('68c2880fbbb110d7c34042205513e3f93c4d35a5'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo

[arch-commits] Commit in (4 files)

2014-08-09 Thread Balló György
Date: Saturday, August 9, 2014 @ 12:51:45
  Author: bgyorgy
Revision: 117069

Move python2-futures from AUR with 13 votes

It's a dependency of urlwatch.

Added:
  python2-futures/
  python2-futures/trunk/
  python2-futures/trunk/LICENSE
  python2-futures/trunk/PKGBUILD

--+
 LICENSE  |   21 +
 PKGBUILD |   30 ++
 2 files changed, 51 insertions(+)

Added: python2-futures/trunk/LICENSE
===
--- python2-futures/trunk/LICENSE   (rev 0)
+++ python2-futures/trunk/LICENSE   2014-08-09 10:51:45 UTC (rev 117069)
@@ -0,0 +1,21 @@
+Copyright 2009 Brian Quinlan. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+   1. Redistributions of source code must retain the above copyright notice,
+  this list of conditions and the following disclaimer.
+   2. Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY BRIAN QUINLAN AS IS AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT
+HALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

Added: python2-futures/trunk/PKGBUILD
===
--- python2-futures/trunk/PKGBUILD  (rev 0)
+++ python2-futures/trunk/PKGBUILD  2014-08-09 10:51:45 UTC (rev 117069)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=python2-futures
+_pkgname=futures
+pkgver=2.1.6
+pkgrel=2
+pkgdesc=Backport of the concurrent.futures package from Python 3.2
+arch=('any')
+url=http://code.google.com/p/pythonfutures/;
+license=('BSD')
+depends=('python2')
+source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
+ LICENSE)
+md5sums=('cfab9ac3cd55d6c7ddd0546a9f22f453'
+ 'dd6708d05936d3f6c4e20ed14c87b5e3')
+
+build() {
+  cd $_pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python2 setup.py install --root $pkgdir --optimize=1
+
+  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


Property changes on: python2-futures/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in (urlwatch urlwatch/trunk urlwatch/trunk/PKGBUILD)

2014-08-09 Thread Balló György
Date: Saturday, August 9, 2014 @ 12:52:31
  Author: bgyorgy
Revision: 117070

Move urlwatch from AUR with 11 votes

Added:
  urlwatch/
  urlwatch/trunk/
  urlwatch/trunk/PKGBUILD

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Added: urlwatch/trunk/PKGBUILD
===
--- urlwatch/trunk/PKGBUILD (rev 0)
+++ urlwatch/trunk/PKGBUILD 2014-08-09 10:52:31 UTC (rev 117070)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Skydrome skydr...@i2pmail.org
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=urlwatch
+pkgver=1.17
+pkgrel=2
+pkgdesc=A tool for monitoring webpages for updates
+arch=('any')
+url=http://thp.io/2008/urlwatch/;
+license=('BSD')
+depends=('python2-futures')
+source=(http://thp.io/2008/urlwatch/$pkgname-$pkgver.tar.gz;)
+md5sums=('fb15ca7d3723e3a385ee149d9b19c262')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' lib/urlwatch/*.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


Property changes on: urlwatch/trunk/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in python2-futures (4 files)

2014-08-09 Thread Balló György
Date: Saturday, August 9, 2014 @ 12:53:01
  Author: bgyorgy
Revision: 117071

archrelease: copy trunk to community-any

Added:
  python2-futures/repos/
  python2-futures/repos/community-any/
  python2-futures/repos/community-any/LICENSE
(from rev 117070, python2-futures/trunk/LICENSE)
  python2-futures/repos/community-any/PKGBUILD
(from rev 117070, python2-futures/trunk/PKGBUILD)

--+
 LICENSE  |   21 +
 PKGBUILD |   30 ++
 2 files changed, 51 insertions(+)

Copied: python2-futures/repos/community-any/LICENSE (from rev 117070, 
python2-futures/trunk/LICENSE)
===
--- repos/community-any/LICENSE (rev 0)
+++ repos/community-any/LICENSE 2014-08-09 10:53:01 UTC (rev 117071)
@@ -0,0 +1,21 @@
+Copyright 2009 Brian Quinlan. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+   1. Redistributions of source code must retain the above copyright notice,
+  this list of conditions and the following disclaimer.
+   2. Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY BRIAN QUINLAN AS IS AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT
+HALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

Copied: python2-futures/repos/community-any/PKGBUILD (from rev 117070, 
python2-futures/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2014-08-09 10:53:01 UTC (rev 117071)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=python2-futures
+_pkgname=futures
+pkgver=2.1.6
+pkgrel=2
+pkgdesc=Backport of the concurrent.futures package from Python 3.2
+arch=('any')
+url=http://code.google.com/p/pythonfutures/;
+license=('BSD')
+depends=('python2')
+source=(http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.tar.gz;
+ LICENSE)
+md5sums=('cfab9ac3cd55d6c7ddd0546a9f22f453'
+ 'dd6708d05936d3f6c4e20ed14c87b5e3')
+
+build() {
+  cd $_pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python2 setup.py install --root $pkgdir --optimize=1
+
+  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in urlwatch (3 files)

2014-08-09 Thread Balló György
Date: Saturday, August 9, 2014 @ 12:53:21
  Author: bgyorgy
Revision: 117072

archrelease: copy trunk to community-any

Added:
  urlwatch/repos/
  urlwatch/repos/community-any/
  urlwatch/repos/community-any/PKGBUILD
(from rev 117071, urlwatch/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: urlwatch/repos/community-any/PKGBUILD (from rev 117071, 
urlwatch/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2014-08-09 10:53:21 UTC (rev 117072)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Skydrome skydr...@i2pmail.org
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=urlwatch
+pkgver=1.17
+pkgrel=2
+pkgdesc=A tool for monitoring webpages for updates
+arch=('any')
+url=http://thp.io/2008/urlwatch/;
+license=('BSD')
+depends=('python2-futures')
+source=(http://thp.io/2008/urlwatch/$pkgname-$pkgver.tar.gz;)
+md5sums=('fb15ca7d3723e3a385ee149d9b19c262')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' lib/urlwatch/*.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



[arch-commits] Commit in calibre/trunk (PKGBUILD)

2014-08-09 Thread Jelle van der Waa
Date: Saturday, August 9, 2014 @ 16:47:22
  Author: jelle
Revision: 117073

upgpkg: calibre 1.205.0-1

Modified:
  calibre/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-09 10:53:21 UTC (rev 117072)
+++ PKGBUILD2014-08-09 14:47:22 UTC (rev 117073)
@@ -7,8 +7,8 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=1.204.1
-pkgrel=2
+pkgver=1.205.0
+pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
 url=http://calibre-ebook.com/;
@@ -24,7 +24,7 @@
 optdepends=('ipython2: to use calibre-debug')
 install=calibre.install
 source=(http://download.calibre-ebook.com/betas/calibre-${pkgver}.tar.xz;)
-md5sums=('12f63635b7c743da3b4849f3a1e8ee9b')
+md5sums=('970476ffd18d1edb2e3e80b01dda4917')
 
 prepare(){
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -87,4 +87,3 @@
   python2 -m compileall ${pkgdir}/usr/lib/calibre/
   python2 -O -m compileall ${pkgdir}/usr/lib/calibre/
 }
-



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

2014-08-09 Thread Jelle van der Waa
Date: Saturday, August 9, 2014 @ 16:47:34
  Author: jelle
Revision: 117074

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 117073, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre.install
(from rev 117073, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 117073, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre.install
(from rev 117073, calibre/trunk/calibre.install)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre.install

--+
 /PKGBUILD|  178 +
 /calibre.install |   24 
 community-i686/PKGBUILD  |   90 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   90 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 202 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-09 14:47:22 UTC (rev 117073)
+++ community-i686/PKGBUILD 2014-08-09 14:47:34 UTC (rev 117074)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Petrov Roman nwhis...@gmail.com
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-# Contributor: Larry Hajali larryh...@gmail.com
-
-pkgname=calibre
-pkgver=1.204.1
-pkgrel=2
-pkgdesc=Ebook management application
-arch=('i686' 'x86_64') 
-url=http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 
'python2-cherrypy' 
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx' 
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
- 'python2-pyqt5' 'python2-psutil' 'pyqt4-common' 'icu' 'libmtp' 
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug')
-install=calibre.install
-source=(http://download.calibre-ebook.com/betas/calibre-${pkgver}.tar.xz;)
-md5sums=('12f63635b7c743da3b4849f3a1e8ee9b')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/six.py \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
-  #sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) 
+ ['-fPIC']/ setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
-  sed -i /pyqt_sip_dir/ s:=.*:= '/usr/share/sip/Py2-PyQt5': 
setup/build_environment.py
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
-  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
-  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir) \
-  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir) \
-  -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
-  -e s/^Name=calibre/Name=Calibre/g \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix the environment module location
-  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
-
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages \
- ${pkgdir}/usr/share/zsh/site-functions
-
-  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
---staging-bindir=${pkgdir}/usr/bin \
---staging-libdir=${pkgdir}/usr/lib \
---staging-sharedir=${pkgdir}/usr/share
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall ${pkgdir}/usr/lib/calibre/
-  python2 -O -m compileall ${pkgdir}/usr/lib/calibre/
-}
-

Copied: calibre/repos/community-i686/PKGBUILD (from rev 

[arch-commits] Commit in murmur/trunk (PKGBUILD)

2014-08-09 Thread Sven-Hendrik Haase
Date: Saturday, August 9, 2014 @ 16:50:42
  Author: svenstaro
Revision: 117075

upgpkg: murmur 1.2.8-1

upstream release 1.2.8

Modified:
  murmur/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-09 14:47:34 UTC (rev 117074)
+++ PKGBUILD2014-08-09 14:50:42 UTC (rev 117075)
@@ -4,8 +4,8 @@
 # Contributor: Malte Rabenseifner ma...@zearan.de 
 
 pkgname=murmur
-pkgver=1.2.7
-pkgrel=2
+pkgver=1.2.8
+pkgrel=1
 pkgdesc=The voice chat application server for Mumble
 arch=('i686' 'x86_64')
 url=http://mumble.sourceforge.net;
@@ -17,7 +17,7 @@
 source=(http://downloads.sourceforge.net/mumble/mumble-$pkgver.tar.gz;
 murmur.dbus.conf
 murmur.service)
-md5sums=('7f87f57859902b0ea8385a49f34d126d'
+md5sums=('1a3ef91489ff674dfc010377d7721a28'
  'eddea4cdbd0bde4b960a67e16b5d5478'
  'd27a9adcd7561859e7b033046729bc0e')
 



[arch-commits] Commit in mumble/trunk (PKGBUILD)

2014-08-09 Thread Sven-Hendrik Haase
Date: Saturday, August 9, 2014 @ 16:51:02
  Author: svenstaro
Revision: 117077

upgpkg: mumble 1.2.8-1

upstream 1.2.8

Modified:
  mumble/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-09 14:51:00 UTC (rev 117076)
+++ PKGBUILD2014-08-09 14:51:02 UTC (rev 117077)
@@ -8,7 +8,7 @@
 # to the depends and delete no-g15 in the configure line below
 
 pkgname=mumble
-pkgver=1.2.7
+pkgver=1.2.8
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=A voice chat application similar to TeamSpeak
@@ -20,8 +20,8 @@
 url=http://mumble.sourceforge.net/;
 source=(http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz;
 
gcc49.patch::https://github.com/mumble-voip/mumble/commit/349436284b5f1baa61836c98ff0d518392140c5d.patch;)
-md5sums=('7f87f57859902b0ea8385a49f34d126d'
- 'ca344e0c4a33f1cbff2de94c60112a45')
+md5sums=('1a3ef91489ff674dfc010377d7721a28'
+ '83fcb0b6ba83bab8716ac996a8f5f501')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in murmur/repos (28 files)

2014-08-09 Thread Sven-Hendrik Haase
Date: Saturday, August 9, 2014 @ 16:51:00
  Author: svenstaro
Revision: 117076

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

Added:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
(from rev 117075, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-i686/0004-fix-username-validation.patch
(from rev 117075, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-i686/ChangeLog
(from rev 117075, murmur/trunk/ChangeLog)
  murmur/repos/community-i686/PKGBUILD
(from rev 117075, murmur/trunk/PKGBUILD)
  murmur/repos/community-i686/murmur.dbus.conf
(from rev 117075, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-i686/murmur.install
(from rev 117075, murmur/trunk/murmur.install)
  murmur/repos/community-i686/murmur.service
(from rev 117075, murmur/trunk/murmur.service)
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
(from rev 117075, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
(from rev 117075, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-x86_64/ChangeLog
(from rev 117075, murmur/trunk/ChangeLog)
  murmur/repos/community-x86_64/PKGBUILD
(from rev 117075, murmur/trunk/PKGBUILD)
  murmur/repos/community-x86_64/murmur.dbus.conf
(from rev 117075, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-x86_64/murmur.install
(from rev 117075, murmur/trunk/murmur.install)
  murmur/repos/community-x86_64/murmur.service
(from rev 117075, murmur/trunk/murmur.service)
Deleted:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
  murmur/repos/community-i686/0004-fix-username-validation.patch
  murmur/repos/community-i686/ChangeLog
  murmur/repos/community-i686/PKGBUILD
  murmur/repos/community-i686/murmur.dbus.conf
  murmur/repos/community-i686/murmur.install
  murmur/repos/community-i686/murmur.service
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
  murmur/repos/community-x86_64/ChangeLog
  murmur/repos/community-x86_64/PKGBUILD
  murmur/repos/community-x86_64/murmur.dbus.conf
  murmur/repos/community-x86_64/murmur.install
  murmur/repos/community-x86_64/murmur.service

-+
 /0003-fix-long-username-query.patch |   84 +++
 /0004-fix-username-validation.patch |   72 
 /ChangeLog  |   72 
 /PKGBUILD   |  100 ++
 /murmur.dbus.conf   |   44 +++
 /murmur.install |   32 +
 /murmur.service |   22 +++
 community-i686/0003-fix-long-username-query.patch   |   42 ---
 community-i686/0004-fix-username-validation.patch   |   36 --
 community-i686/ChangeLog|   36 --
 community-i686/PKGBUILD |   50 -
 community-i686/murmur.dbus.conf |   22 ---
 community-i686/murmur.install   |   16 --
 community-i686/murmur.service   |   11 -
 community-x86_64/0003-fix-long-username-query.patch |   42 ---
 community-x86_64/0004-fix-username-validation.patch |   36 --
 community-x86_64/ChangeLog  |   36 --
 community-x86_64/PKGBUILD   |   50 -
 community-x86_64/murmur.dbus.conf   |   22 ---
 community-x86_64/murmur.install |   16 --
 community-x86_64/murmur.service |   11 -
 21 files changed, 426 insertions(+), 426 deletions(-)

Deleted: community-i686/0003-fix-long-username-query.patch
===
--- community-i686/0003-fix-long-username-query.patch   2014-08-09 14:50:42 UTC 
(rev 117075)
+++ community-i686/0003-fix-long-username-query.patch   2014-08-09 14:51:00 UTC 
(rev 117076)
@@ -1,42 +0,0 @@
-commit 6b33dda344f89e5a039b7d79eb43925040654242
-Author: Benjamin Jemlich pc...@users.sourceforge.net
-Date:   Tue Jun 29 14:49:14 2010 +0200
-
-Don't crash on long usernames
-
-diff --git a/src/murmur/Messages.cpp b/src/murmur/Messages.cpp
-index f12867a..de307ea 100644
 a/src/murmur/Messages.cpp
-+++ b/src/murmur/Messages.cpp
-@@ -1231,6 +1231,9 @@ void Server::msgQueryUsers(ServerUser *uSource, 
MumbleProto::QueryUsers msg) {
- 
-   for (int i=0;imsg.names_size();++i) {
-   QString name = u8(msg.names(i));
-+  if (!validateUserName(name)) {
-+  continue;
-+  }
-   int id = getUserID(name);
-   if (id = 0) {
-   name = getUserName(id);
-diff --git 

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

2014-08-09 Thread Sven-Hendrik Haase
Date: Saturday, August 9, 2014 @ 16:51:07
  Author: svenstaro
Revision: 117078

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

Added:
  mumble/repos/community-i686/PKGBUILD
(from rev 117077, mumble/trunk/PKGBUILD)
  mumble/repos/community-i686/mumble.install
(from rev 117077, mumble/trunk/mumble.install)
  mumble/repos/community-x86_64/PKGBUILD
(from rev 117077, mumble/trunk/PKGBUILD)
  mumble/repos/community-x86_64/mumble.install
(from rev 117077, mumble/trunk/mumble.install)
Deleted:
  mumble/repos/community-i686/PKGBUILD
  mumble/repos/community-i686/mumble.install
  mumble/repos/community-x86_64/PKGBUILD
  mumble/repos/community-x86_64/mumble.install

-+
 /PKGBUILD   |  132 ++
 /mumble.install |   22 ++
 community-i686/PKGBUILD |   66 ---
 community-i686/mumble.install   |   11 ---
 community-x86_64/PKGBUILD   |   66 ---
 community-x86_64/mumble.install |   11 ---
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-09 14:51:02 UTC (rev 117077)
+++ community-i686/PKGBUILD 2014-08-09 14:51:07 UTC (rev 117078)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Lauri Niskanen a...@ape3000.com
-# Contributor: sebastian.sal...@gmx.de
-# Contributor: Doc Angelo
-
-# If you want support for your G15 Keyboard, please add 'g15daemon'
-# to the depends and delete no-g15 in the configure line below
-
-pkgname=mumble
-pkgver=1.2.7
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=A voice chat application similar to TeamSpeak
-license=('BSD')
-depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus')
-makedepends=('boost' 'mesa')
-#optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard 
support')
-install=mumble.install
-url=http://mumble.sourceforge.net/;
-source=(http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz;
-gcc49.patch::https://github.com/mumble-voip/mumble/commit/349436284b5f1baa61836c98ff0d518392140c5d.patch;)
-md5sums=('7f87f57859902b0ea8385a49f34d126d'
- 'ca344e0c4a33f1cbff2de94c60112a45')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1  $srcdir/gcc49.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Building mumble
-  qmake-qt4 main.pro \
-CONFIG+=bundled-celt no-bundled-opus no-bundled-speex no-speechd no-g15 
no-xevie no-server \
-no-embed-qt-translations no-update packaged \
-DEFINES+=PLUGIN_PATH=/usr/lib/mumble
-  make release
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # bin stuff
-  install -m755 -D ./release/mumble $pkgdir/usr/bin/mumble
-  install -m755 -D ./scripts/mumble-overlay $pkgdir/usr/bin/mumble-overlay
-
-  # lib stuff
-  install -m755 -D ./release/libmumble.so.$pkgver 
$pkgdir/usr/lib/mumble/libmumble.so.$pkgver
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1.2
-  install -m755 -D ./release/plugins/liblink.so 
$pkgdir/usr/lib/mumble/liblink.so
-  install -m755 -D ./release/plugins/libmanual.so 
$pkgdir/usr/lib/mumble/libmanual.so
-  install -m755 -D ./release/libcelt* $pkgdir/usr/lib/mumble/
-
-  # other stuff
-  install -m644 -D ./scripts/mumble.desktop 
$pkgdir/usr/share/applications/mumble.desktop
-  install -m755 -d $pkgdir/usr/share/man/man1
-  install -m644 -D ./man/mum* $pkgdir/usr/share/man/man1/
-  install -m644 -D ./icons/mumble.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/mumble.svg
-  install -m644 -D ./LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-# vim: sw=2:ts=2 et:

Copied: mumble/repos/community-i686/PKGBUILD (from rev 117077, 
mumble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-09 14:51:07 UTC (rev 117078)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Lauri Niskanen a...@ape3000.com
+# Contributor: sebastian.sal...@gmx.de
+# Contributor: Doc Angelo
+
+# If you want support for your G15 Keyboard, please add 'g15daemon'
+# to the depends and delete no-g15 in the configure line below
+
+pkgname=mumble
+pkgver=1.2.8
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=A voice chat application similar to TeamSpeak
+license=('BSD')
+depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus')
+makedepends=('boost' 'mesa')
+#optdepends=('portaudio: for portaudio back-end' 'g15daemon: G15 Keyboard 
support')
+install=mumble.install
+url=http://mumble.sourceforge.net/;

[arch-commits] Commit in dos2unix/trunk (PKGBUILD)

2014-08-09 Thread Jelle van der Waa
Date: Saturday, August 9, 2014 @ 20:16:08
  Author: jelle
Revision: 117079

upgpkg: dos2unix 6.0.6-1

Modified:
  dos2unix/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-09 14:51:07 UTC (rev 117078)
+++ PKGBUILD2014-08-09 18:16:08 UTC (rev 117079)
@@ -4,7 +4,7 @@
 # Contributor: Gerson E. Ruotolo gersonruot...@globo.com
 
 pkgname=dos2unix
-pkgver=6.0.5
+pkgver=6.0.6
 pkgrel=1
 pkgdesc='Text file format converter'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('perl')
 conflicts=('hd2u')
 
source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('fd3320aeaf6a163e70c462137959cf3e5af2bb22b0674f931f8744b0215d858f')
+md5sums=('9010a4ca60d91798e6859a5a987fe7db')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in dos2unix/repos (4 files)

2014-08-09 Thread Jelle van der Waa
Date: Saturday, August 9, 2014 @ 20:16:17
  Author: jelle
Revision: 117080

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

Added:
  dos2unix/repos/community-i686/PKGBUILD
(from rev 117079, dos2unix/trunk/PKGBUILD)
  dos2unix/repos/community-x86_64/PKGBUILD
(from rev 117079, dos2unix/trunk/PKGBUILD)
Deleted:
  dos2unix/repos/community-i686/PKGBUILD
  dos2unix/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-09 18:16:08 UTC (rev 117079)
+++ community-i686/PKGBUILD 2014-08-09 18:16:17 UTC (rev 117080)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
-# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
-
-pkgname=dos2unix
-pkgver=6.0.5
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('fd3320aeaf6a163e70c462137959cf3e5af2bb22b0674f931f8744b0215d858f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-i686/PKGBUILD (from rev 117079, 
dos2unix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-09 18:16:17 UTC (rev 117080)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
+# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
+
+pkgname=dos2unix
+pkgver=6.0.6
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('9010a4ca60d91798e6859a5a987fe7db')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-09 18:16:08 UTC (rev 117079)
+++ community-x86_64/PKGBUILD   2014-08-09 18:16:17 UTC (rev 117080)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
-# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
-
-pkgname=dos2unix
-pkgver=6.0.5
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('fd3320aeaf6a163e70c462137959cf3e5af2bb22b0674f931f8744b0215d858f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-x86_64/PKGBUILD (from rev 117079, 
dos2unix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-09 18:16:17 UTC (rev 117080)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
+# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
+
+pkgname=dos2unix
+pkgver=6.0.6
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('9010a4ca60d91798e6859a5a987fe7db')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in s3cmd/trunk (PKGBUILD)

2014-08-09 Thread Jelle van der Waa
Date: Saturday, August 9, 2014 @ 20:45:30
  Author: jelle
Revision: 117081

upgpkg: s3cmd 1.5.0rc1-1

Modified:
  s3cmd/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-09 18:16:17 UTC (rev 117080)
+++ PKGBUILD2014-08-09 18:45:30 UTC (rev 117081)
@@ -4,8 +4,8 @@
 # Contributor: Daniel Grana dan...@gmail.com
 
 pkgname=s3cmd
-pkgver=1.5.0beta1
-_pkgver=1.5.0-beta1
+pkgver=1.5.0rc1
+_pkgver=1.5.0-rc1
 pkgrel=1
 pkgdesc=A command line client for Amazon S3
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python2')
 optdepends=('gnupg: encrypted file storage')
 
source=(http://downloads.sourceforge.net/sourceforge/s3tools/$pkgname-$_pkgver.tar.gz;)
-md5sums=('14d651221d80948af3d065a62e9dd6c7')
+md5sums=('eb5b461154b72890791c186ccdde13f0')
 
 package() {
   cd ${srcdir}/${pkgname}-${_pkgver}



[arch-commits] Commit in s3cmd/repos/community-any (PKGBUILD PKGBUILD)

2014-08-09 Thread Jelle van der Waa
Date: Saturday, August 9, 2014 @ 20:45:35
  Author: jelle
Revision: 117082

archrelease: copy trunk to community-any

Added:
  s3cmd/repos/community-any/PKGBUILD
(from rev 117081, s3cmd/trunk/PKGBUILD)
Deleted:
  s3cmd/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-09 18:45:30 UTC (rev 117081)
+++ PKGBUILD2014-08-09 18:45:35 UTC (rev 117082)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Simon Lipp a...@simon.lipp.name
-# Contributor: Daniel Grana dan...@gmail.com
-
-pkgname=s3cmd
-pkgver=1.5.0beta1
-_pkgver=1.5.0-beta1
-pkgrel=1
-pkgdesc=A command line client for Amazon S3
-arch=('any')
-url='http://s3tools.org/s3cmd'
-license=('GPL')
-depends=('python2')
-optdepends=('gnupg: encrypted file storage')
-source=(http://downloads.sourceforge.net/sourceforge/s3tools/$pkgname-$_pkgver.tar.gz;)
-md5sums=('14d651221d80948af3d065a62e9dd6c7')
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  python2 setup.py install --root=$pkgdir
-}

Copied: s3cmd/repos/community-any/PKGBUILD (from rev 117081, 
s3cmd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-09 18:45:35 UTC (rev 117082)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Simon Lipp a...@simon.lipp.name
+# Contributor: Daniel Grana dan...@gmail.com
+
+pkgname=s3cmd
+pkgver=1.5.0rc1
+_pkgver=1.5.0-rc1
+pkgrel=1
+pkgdesc=A command line client for Amazon S3
+arch=('any')
+url='http://s3tools.org/s3cmd'
+license=('GPL')
+depends=('python2')
+optdepends=('gnupg: encrypted file storage')
+source=(http://downloads.sourceforge.net/sourceforge/s3tools/$pkgname-$_pkgver.tar.gz;)
+md5sums=('eb5b461154b72890791c186ccdde13f0')
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  python2 setup.py install --root=$pkgdir
+}



[arch-commits] Commit in cppcheck/trunk (PKGBUILD)

2014-08-09 Thread Jelle van der Waa
Date: Saturday, August 9, 2014 @ 20:48:54
  Author: jelle
Revision: 117083

clean up pkgbuild

Modified:
  cppcheck/trunk/PKGBUILD

--+
 PKGBUILD |   19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-09 18:45:35 UTC (rev 117082)
+++ PKGBUILD2014-08-09 18:48:54 UTC (rev 117083)
@@ -9,34 +9,35 @@
 url=http://cppcheck.wiki.sourceforge.net/;
 license=('GPL')
 depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools')
+makedepends=('docbook-xsl' 'qt5-tools' 'python')
 source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
 sha1sums=('277a214aa8a2bf30180645aca09c1dc9d3069977')
 
 build() {
cd ${pkgname}-${pkgver}
-   make CFGDIR=/usr/share/cppcheck/cfg
+   # Unicode fix
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg
make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
 
cd gui
-   qmake HAVE_RULES=yes CFGDIR=/usr/share/cppcheck/cfg
-   make CFGDIR=/usr/share/cppcheck/cfg
+   qmake HAVE_RULES=yes
+   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
 }
 
 check() {
cd ${pkgname}-${pkgver}
-  make CFGDIR=./cfg  HAVE_RULES=yestest
+
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=./cfg  HAVE_RULES=yes test
 }
 
 package() {
cd ${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install 
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} SRCDIR=build HAVE_RULES=yes 
install 
 
install -D -p -m 644 cppcheck.1 ${pkgdir}/usr/share/man/man1/cppcheck.1
 
install -m755 gui/cppcheck-gui ${pkgdir}/usr/bin
 
-   for _f in cfg/*; do
- install -D -p -m 644 $_f ${pkgdir}/usr/share/${pkgname}/$_f
-   done
+   install -d ${pkgdir}/usr/share/cppcheck/cfg
+   install -D ./cfg/* -t ${pkgdir}/usr/share/cppcheck/cfg
 }



[arch-commits] Commit in systemd-swap/trunk (PKGBUILD)

2014-08-09 Thread Felix Yan
Date: Sunday, August 10, 2014 @ 04:50:46
  Author: fyan
Revision: 117084

upgpkg: systemd-swap 2.24.6-1

Modified:
  systemd-swap/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-09 18:48:54 UTC (rev 117083)
+++ PKGBUILD2014-08-10 02:50:46 UTC (rev 117084)
@@ -3,7 +3,7 @@
 # Contributor: Timofey Titovets nefelim...@gmail.com
 
 pkgname=systemd-swap
-pkgver=2.24.5
+pkgver=2.24.6
 pkgrel=1
 pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
 arch=('any')



[arch-commits] Commit in systemd-swap/repos/community-any (4 files)

2014-08-09 Thread Felix Yan
Date: Sunday, August 10, 2014 @ 04:51:04
  Author: fyan
Revision: 117085

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/PKGBUILD
(from rev 117084, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
(from rev 117084, systemd-swap/trunk/systemd-swap.install)
Deleted:
  systemd-swap/repos/community-any/PKGBUILD
  systemd-swap/repos/community-any/systemd-swap.install

--+
 PKGBUILD |   52 -
 systemd-swap.install |6 ++---
 2 files changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-10 02:50:46 UTC (rev 117084)
+++ PKGBUILD2014-08-10 02:51:04 UTC (rev 117085)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Timofey Titovets nefelim...@gmail.com
-
-pkgname=systemd-swap
-pkgver=2.24.5
-pkgrel=1
-pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
-arch=('any')
-url=https://github.com/Nefelim4ag/systemd-swap;
-license=('GPL3')
-conflicts=(systemd-loop-swapfile zramswap zram)
-depends=('systemd' 'bash')
-optdepends=('zramctl: for zram support')
-makedepends=('git')
-backup=(etc/systemd-swap.conf)
-install=$pkgname.install
-source=(git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver)
-md5sums=('SKIP')
-
-package() {
-  install -Dm644 $srcdir/$pkgname/90-systemd-swap.conf 
$pkgdir/etc/modprobe.d/90-systemd-swap.conf
-  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/usr/lib/systemd/system/systemd-swap.service
-  install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
-  install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
-}

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 117084, 
systemd-swap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-10 02:51:04 UTC (rev 117085)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Timofey Titovets nefelim...@gmail.com
+
+pkgname=systemd-swap
+pkgver=2.24.6
+pkgrel=1
+pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
+arch=('any')
+url=https://github.com/Nefelim4ag/systemd-swap;
+license=('GPL3')
+conflicts=(systemd-loop-swapfile zramswap zram)
+depends=('systemd' 'bash')
+optdepends=('zramctl: for zram support')
+makedepends=('git')
+backup=(etc/systemd-swap.conf)
+install=$pkgname.install
+source=(git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver)
+md5sums=('SKIP')
+
+package() {
+  install -Dm644 $srcdir/$pkgname/90-systemd-swap.conf 
$pkgdir/etc/modprobe.d/90-systemd-swap.conf
+  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/usr/lib/systemd/system/systemd-swap.service
+  install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
+  install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
+}

Deleted: systemd-swap.install
===
--- systemd-swap.install2014-08-10 02:50:46 UTC (rev 117084)
+++ systemd-swap.install2014-08-10 02:51:04 UTC (rev 117085)
@@ -1,3 +0,0 @@
-post_install() {
-  echo To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf
-}

Copied: systemd-swap/repos/community-any/systemd-swap.install (from rev 117084, 
systemd-swap/trunk/systemd-swap.install)
===
--- systemd-swap.install(rev 0)
+++ systemd-swap.install2014-08-10 02:51:04 UTC (rev 117085)
@@ -0,0 +1,3 @@
+post_install() {
+  echo To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf
+}



[arch-commits] Commit in homebank/repos/community-i686 (6 files)

2014-08-09 Thread Jaroslav Lichtblau
Date: Sunday, August 10, 2014 @ 07:54:32
  Author: jlichtblau
Revision: 117088

archrelease: copy trunk to community-i686

Added:
  homebank/repos/community-i686/PKGBUILD
(from rev 117087, homebank/trunk/PKGBUILD)
  homebank/repos/community-i686/homebank.changelog
(from rev 117087, homebank/trunk/homebank.changelog)
  homebank/repos/community-i686/homebank.install
(from rev 117087, homebank/trunk/homebank.install)
Deleted:
  homebank/repos/community-i686/PKGBUILD
  homebank/repos/community-i686/homebank.changelog
  homebank/repos/community-i686/homebank.install

+
 PKGBUILD   |   60 +--
 homebank.changelog |   55 --
 homebank.install   |   26 +++---
 3 files changed, 72 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-10 05:48:52 UTC (rev 117087)
+++ PKGBUILD2014-08-10 05:54:32 UTC (rev 117088)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=homebank
-pkgver=4.6.2
-pkgrel=1
-pkgdesc=Free, easy, personal accounting for everyone
-arch=('i686' 'x86_64')
-url=http://homebank.free.fr/;
-license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
-makedepends=('intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('abdbe921811d6801c23b2930002c45aeabe342af74455e75a19b24f55383dedb')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: homebank/repos/community-i686/PKGBUILD (from rev 117087, 
homebank/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-10 05:54:32 UTC (rev 117088)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=homebank
+pkgver=4.6.3
+pkgrel=1
+pkgdesc=Free, easy, personal accounting for everyone
+arch=('i686' 'x86_64')
+url=http://homebank.free.fr/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
+makedepends=('intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('f6e31bb789d626b507c2af9d176a0bac0cbaec770ede73048ba7a6df113a6948')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: homebank.changelog
===
--- homebank.changelog  2014-08-10 05:48:52 UTC (rev 117087)
+++ homebank.changelog  2014-08-10 05:54:32 UTC (rev 117088)
@@ -1,26 +0,0 @@
-2014-07-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.6.2-1
-
-2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.6.1-1
-
-2014-03-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.6-1
-
-2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.5-1
-
-2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.4-1
-
-2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.3-1
-
-2013-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.2-1
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.1-1
-
-2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5-1

Copied: homebank/repos/community-i686/homebank.changelog (from rev 117087, 
homebank/trunk/homebank.changelog)
===
--- homebank.changelog  (rev 0)
+++ homebank.changelog  2014-08-10 05:54:32 UTC (rev 117088)
@@ -0,0 +1,29 @@
+2014-08-10 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.6.3-1
+
+2014-07-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.6.2-1
+
+2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.6.1-1
+
+2014-03-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.6-1
+
+2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.5-1
+
+2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.4-1
+
+2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.3-1
+
+2013-09-02 Jaroslav Lichtblau 

[arch-commits] Commit in homebank/repos/community-x86_64 (6 files)

2014-08-09 Thread Jaroslav Lichtblau
Date: Sunday, August 10, 2014 @ 07:48:52
  Author: jlichtblau
Revision: 117087

archrelease: copy trunk to community-x86_64

Added:
  homebank/repos/community-x86_64/PKGBUILD
(from rev 117086, homebank/trunk/PKGBUILD)
  homebank/repos/community-x86_64/homebank.changelog
(from rev 117086, homebank/trunk/homebank.changelog)
  homebank/repos/community-x86_64/homebank.install
(from rev 117086, homebank/trunk/homebank.install)
Deleted:
  homebank/repos/community-x86_64/PKGBUILD
  homebank/repos/community-x86_64/homebank.changelog
  homebank/repos/community-x86_64/homebank.install

+
 PKGBUILD   |   60 +--
 homebank.changelog |   55 --
 homebank.install   |   26 +++---
 3 files changed, 72 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-10 05:48:40 UTC (rev 117086)
+++ PKGBUILD2014-08-10 05:48:52 UTC (rev 117087)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=homebank
-pkgver=4.6.2
-pkgrel=1
-pkgdesc=Free, easy, personal accounting for everyone
-arch=('i686' 'x86_64')
-url=http://homebank.free.fr/;
-license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
-makedepends=('intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('abdbe921811d6801c23b2930002c45aeabe342af74455e75a19b24f55383dedb')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: homebank/repos/community-x86_64/PKGBUILD (from rev 117086, 
homebank/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-10 05:48:52 UTC (rev 117087)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=homebank
+pkgver=4.6.3
+pkgrel=1
+pkgdesc=Free, easy, personal accounting for everyone
+arch=('i686' 'x86_64')
+url=http://homebank.free.fr/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
+makedepends=('intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('f6e31bb789d626b507c2af9d176a0bac0cbaec770ede73048ba7a6df113a6948')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: homebank.changelog
===
--- homebank.changelog  2014-08-10 05:48:40 UTC (rev 117086)
+++ homebank.changelog  2014-08-10 05:48:52 UTC (rev 117087)
@@ -1,26 +0,0 @@
-2014-07-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.6.2-1
-
-2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.6.1-1
-
-2014-03-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.6-1
-
-2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.5-1
-
-2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.4-1
-
-2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.3-1
-
-2013-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.2-1
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5.1-1
-
-2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5-1

Copied: homebank/repos/community-x86_64/homebank.changelog (from rev 117086, 
homebank/trunk/homebank.changelog)
===
--- homebank.changelog  (rev 0)
+++ homebank.changelog  2014-08-10 05:48:52 UTC (rev 117087)
@@ -0,0 +1,29 @@
+2014-08-10 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.6.3-1
+
+2014-07-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.6.2-1
+
+2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.6.1-1
+
+2014-03-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.6-1
+
+2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.5-1
+
+2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.4-1
+
+2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.3-1
+
+2013-09-02 Jaroslav Lichtblau 

[arch-commits] Commit in homebank/trunk (PKGBUILD homebank.changelog)

2014-08-09 Thread Jaroslav Lichtblau
Date: Sunday, August 10, 2014 @ 07:48:40
  Author: jlichtblau
Revision: 117086

upgpkg: homebank 4.6.3-1

Modified:
  homebank/trunk/PKGBUILD
  homebank/trunk/homebank.changelog

+
 PKGBUILD   |4 ++--
 homebank.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 02:51:04 UTC (rev 117085)
+++ PKGBUILD2014-08-10 05:48:40 UTC (rev 117086)
@@ -3,7 +3,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=homebank
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 pkgdesc=Free, easy, personal accounting for everyone
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('abdbe921811d6801c23b2930002c45aeabe342af74455e75a19b24f55383dedb')
+sha256sums=('f6e31bb789d626b507c2af9d176a0bac0cbaec770ede73048ba7a6df113a6948')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: homebank.changelog
===
--- homebank.changelog  2014-08-10 02:51:04 UTC (rev 117085)
+++ homebank.changelog  2014-08-10 05:48:40 UTC (rev 117086)
@@ -1,3 +1,6 @@
+2014-08-10 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.6.3-1
+
 2014-07-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* homebank 4.6.2-1