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

2013-08-09 Thread Pierre Schmitz
Date: Friday, August 9, 2013 @ 09:27:45
  Author: pierre
Revision: 192263

add upstream bug report

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 05:22:32 UTC (rev 192262)
+++ PKGBUILD2013-08-09 07:27:45 UTC (rev 192263)
@@ -47,6 +47,7 @@
 
patch -p0 -i ${srcdir}/php.ini.patch
patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
+   # see https://bugs.php.net/bug.php?id=65426
patch -p0 -i ${srcdir}/db6.patch
 }
 



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

2013-08-09 Thread Evangelos Foutras
Date: Friday, August 9, 2013 @ 10:27:02
  Author: foutrelis
Revision: 95310

upgpkg: python-jinja 2.7.1-1

New upstream release.

Modified:
  python-jinja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 03:08:46 UTC (rev 95309)
+++ PKGBUILD2013-08-09 08:27:02 UTC (rev 95310)
@@ -3,8 +3,8 @@
 # Contributor: Peter Baldwin bald_p...@hotmail.com
 
 pkgname=('python-jinja' 'python2-jinja')
-pkgver=2.7
-pkgrel=2
+pkgver=2.7.1
+pkgrel=1
 pkgdesc=A simple pythonic template language written in Python
 arch=('any')
 url=http://jinja.pocoo.org/;
@@ -13,7 +13,7 @@
  'python2-markupsafe')
 source=(http://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz
 Fix-PrefixLoader-does-not-pass-globals-to-load.patch)
-sha256sums=('474f1518d189ae7e318b139fecc1d30b943f124448cfa0f09582ca23e069fa4d'
+sha256sums=('5cc0a087a81dca1c08368482fb7a92fe2bdd8cfbb22bc0fccfe6c85affb04c8b'
 '939f61f022a61661bb65e36eb53dd3482cbdb08ea8098c439f7c1aa7f2810b8f')
 
 prepare() {



[arch-commits] Commit in python-jinja/repos/community-any (4 files)

2013-08-09 Thread Evangelos Foutras
Date: Friday, August 9, 2013 @ 10:27:13
  Author: foutrelis
Revision: 95311

archrelease: copy trunk to community-any

Added:
  
python-jinja/repos/community-any/Fix-PrefixLoader-does-not-pass-globals-to-load.patch
(from rev 95310, 
python-jinja/trunk/Fix-PrefixLoader-does-not-pass-globals-to-load.patch)
  python-jinja/repos/community-any/PKGBUILD
(from rev 95310, python-jinja/trunk/PKGBUILD)
Deleted:
  
python-jinja/repos/community-any/Fix-PrefixLoader-does-not-pass-globals-to-load.patch
  python-jinja/repos/community-any/PKGBUILD

--+
 Fix-PrefixLoader-does-not-pass-globals-to-load.patch |   52 +++
 PKGBUILD |  116 -
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: Fix-PrefixLoader-does-not-pass-globals-to-load.patch
===
--- Fix-PrefixLoader-does-not-pass-globals-to-load.patch2013-08-09 
08:27:02 UTC (rev 95310)
+++ Fix-PrefixLoader-does-not-pass-globals-to-load.patch2013-08-09 
08:27:13 UTC (rev 95311)
@@ -1,26 +0,0 @@
-From 478983594423dcdb85e26ea7a02b8d1d72215db6 Mon Sep 17 00:00:00 2001
-From: Morris Jobke morris.jo...@gmail.com
-Date: Mon, 27 May 2013 00:54:52 +0300
-Subject: [PATCH] Fix PrefixLoader does not pass globals to load
-
-Fix mitsuhiko/jinja2#225

- jinja2/loaders.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/jinja2/loaders.py b/jinja2/loaders.py
-index a9a2625..cc9c683 100644
 a/jinja2/loaders.py
-+++ b/jinja2/loaders.py
-@@ -349,7 +349,7 @@ def get_source(self, environment, template):
- def load(self, environment, name, globals=None):
- loader, local_name = self.get_loader(name)
- try:
--return loader.load(environment, local_name)
-+return loader.load(environment, local_name, globals)
- except TemplateNotFound:
- # re-raise the exception with the correct fileame here.
- # (the one that includes the prefix)
--- 
-1.8.1.6
-

Copied: 
python-jinja/repos/community-any/Fix-PrefixLoader-does-not-pass-globals-to-load.patch
 (from rev 95310, 
python-jinja/trunk/Fix-PrefixLoader-does-not-pass-globals-to-load.patch)
===
--- Fix-PrefixLoader-does-not-pass-globals-to-load.patch
(rev 0)
+++ Fix-PrefixLoader-does-not-pass-globals-to-load.patch2013-08-09 
08:27:13 UTC (rev 95311)
@@ -0,0 +1,26 @@
+From 478983594423dcdb85e26ea7a02b8d1d72215db6 Mon Sep 17 00:00:00 2001
+From: Morris Jobke morris.jo...@gmail.com
+Date: Mon, 27 May 2013 00:54:52 +0300
+Subject: [PATCH] Fix PrefixLoader does not pass globals to load
+
+Fix mitsuhiko/jinja2#225
+---
+ jinja2/loaders.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/jinja2/loaders.py b/jinja2/loaders.py
+index a9a2625..cc9c683 100644
+--- a/jinja2/loaders.py
 b/jinja2/loaders.py
+@@ -349,7 +349,7 @@ def get_source(self, environment, template):
+ def load(self, environment, name, globals=None):
+ loader, local_name = self.get_loader(name)
+ try:
+-return loader.load(environment, local_name)
++return loader.load(environment, local_name, globals)
+ except TemplateNotFound:
+ # re-raise the exception with the correct fileame here.
+ # (the one that includes the prefix)
+-- 
+1.8.1.6
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-09 08:27:02 UTC (rev 95310)
+++ PKGBUILD2013-08-09 08:27:13 UTC (rev 95311)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Peter Baldwin bald_p...@hotmail.com
-
-pkgname=('python-jinja' 'python2-jinja')
-pkgver=2.7
-pkgrel=2
-pkgdesc=A simple pythonic template language written in Python
-arch=('any')
-url=http://jinja.pocoo.org/;
-license=('BSD')
-makedepends=('python-distribute' 'python2-distribute' 'python-markupsafe'
- 'python2-markupsafe')
-source=(http://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz
-Fix-PrefixLoader-does-not-pass-globals-to-load.patch)
-sha256sums=('474f1518d189ae7e318b139fecc1d30b943f124448cfa0f09582ca23e069fa4d'
-'939f61f022a61661bb65e36eb53dd3482cbdb08ea8098c439f7c1aa7f2810b8f')
-
-prepare() {
-  cd $srcdir/Jinja2-$pkgver
-
-  # https://github.com/mitsuhiko/jinja2/issues/225
-  patch -Np1 -i $srcdir/Fix-PrefixLoader-does-not-pass-globals-to-load.patch
-}
-
-build() {
-  cd $srcdir
-
-  rm -rf python{2,3}-build
-  for builddir in python{2,3}-build; do
-cp -r Jinja2-$pkgver $builddir
-pushd $builddir
-${builddir%-build} setup.py build
-popd
-  done
-}
-
-package_python-jinja() {
-  depends=('python-distribute' 'python-markupsafe')
-
-  cd $srcdir/python3-build
-
-  python3 setup.py install 

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

2013-08-09 Thread Jelle van der Waa
Date: Friday, August 9, 2013 @ 10:55:52
  Author: jelle
Revision: 95312

fix upstream url

Modified:
  python2-html5lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 08:27:13 UTC (rev 95311)
+++ PKGBUILD2013-08-09 08:55:52 UTC (rev 95312)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc=A HTML parser/tokenizer based on the WHATWG HTML5 spec
 arch=('any')
-url=http://code.google.com/p/html5lib/;
+url=https://github.com/html5lib/html5lib-python;
 license=('MIT')
 depends=('python2')
 makedepends=('unzip' 'setuptools')



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

2013-08-09 Thread Sergej Pupykin
Date: Friday, August 9, 2013 @ 11:08:55
  Author: spupykin
Revision: 95313

upgpkg: darkstat 3.0.716-1

upd

Modified:
  darkstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 08:55:52 UTC (rev 95312)
+++ PKGBUILD2013-08-09 09:08:55 UTC (rev 95313)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=darkstat
-pkgver=3.0.715
-pkgrel=10
+pkgver=3.0.716
+pkgrel=1
 pkgdesc=Network statistics gatherer (packet sniffer)
 url=http://dmr.ath.cx/net/darkstat/;
 license=(GPL)
@@ -14,7 +14,7 @@
darkstat.service
darkstat.conf)
 install=darkstat.install
-md5sums=('5b7abc7538dcd8e30667dac150e81d77'
+md5sums=('f334d3b8acd45cd06b5929a249abebe2'
  '91dd1cf9d01c2b37896f01b4570b5521'
  'aa9a9effd1e8f08860afcd6439fc94c5')
 



[arch-commits] Commit in darkstat/repos (16 files)

2013-08-09 Thread Sergej Pupykin
Date: Friday, August 9, 2013 @ 11:09:16
  Author: spupykin
Revision: 95314

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

Added:
  darkstat/repos/community-i686/PKGBUILD
(from rev 95313, darkstat/trunk/PKGBUILD)
  darkstat/repos/community-i686/darkstat.conf
(from rev 95313, darkstat/trunk/darkstat.conf)
  darkstat/repos/community-i686/darkstat.install
(from rev 95313, darkstat/trunk/darkstat.install)
  darkstat/repos/community-i686/darkstat.service
(from rev 95313, darkstat/trunk/darkstat.service)
  darkstat/repos/community-x86_64/PKGBUILD
(from rev 95313, darkstat/trunk/PKGBUILD)
  darkstat/repos/community-x86_64/darkstat.conf
(from rev 95313, darkstat/trunk/darkstat.conf)
  darkstat/repos/community-x86_64/darkstat.install
(from rev 95313, darkstat/trunk/darkstat.install)
  darkstat/repos/community-x86_64/darkstat.service
(from rev 95313, darkstat/trunk/darkstat.service)
Deleted:
  darkstat/repos/community-i686/PKGBUILD
  darkstat/repos/community-i686/darkstat.conf
  darkstat/repos/community-i686/darkstat.install
  darkstat/repos/community-i686/darkstat.service
  darkstat/repos/community-x86_64/PKGBUILD
  darkstat/repos/community-x86_64/darkstat.conf
  darkstat/repos/community-x86_64/darkstat.install
  darkstat/repos/community-x86_64/darkstat.service

---+
 /PKGBUILD |   64 
 /darkstat.conf|4 ++
 /darkstat.install |   40 ++
 /darkstat.service |   34 +++
 community-i686/PKGBUILD   |   32 --
 community-i686/darkstat.conf  |2 -
 community-i686/darkstat.install   |   20 ---
 community-i686/darkstat.service   |   17 -
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/darkstat.conf|2 -
 community-x86_64/darkstat.install |   20 ---
 community-x86_64/darkstat.service |   17 -
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-09 09:08:55 UTC (rev 95313)
+++ community-i686/PKGBUILD 2013-08-09 09:09:16 UTC (rev 95314)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=darkstat
-pkgver=3.0.715
-pkgrel=10
-pkgdesc=Network statistics gatherer (packet sniffer)
-url=http://dmr.ath.cx/net/darkstat/;
-license=(GPL)
-arch=(i686 x86_64)
-depends=('libpcap' 'zlib' 'gcc-libs')
-backup=('etc/conf.d/darkstat.conf')
-source=(http://dmr.ath.cx/net/darkstat/darkstat-$pkgver.tar.bz2
-   darkstat.service
-   darkstat.conf)
-install=darkstat.install
-md5sums=('5b7abc7538dcd8e30667dac150e81d77'
- '91dd1cf9d01c2b37896f01b4570b5521'
- 'aa9a9effd1e8f08860afcd6439fc94c5')
-
-build() {
-  cd $srcdir/darkstat-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/darkstat-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 $srcdir/darkstat.conf $pkgdir/etc/conf.d/darkstat.conf
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: darkstat/repos/community-i686/PKGBUILD (from rev 95313, 
darkstat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-09 09:09:16 UTC (rev 95314)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=darkstat
+pkgver=3.0.716
+pkgrel=1
+pkgdesc=Network statistics gatherer (packet sniffer)
+url=http://dmr.ath.cx/net/darkstat/;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('libpcap' 'zlib' 'gcc-libs')
+backup=('etc/conf.d/darkstat.conf')
+source=(http://dmr.ath.cx/net/darkstat/darkstat-$pkgver.tar.bz2
+   darkstat.service
+   darkstat.conf)
+install=darkstat.install
+md5sums=('f334d3b8acd45cd06b5929a249abebe2'
+ '91dd1cf9d01c2b37896f01b4570b5521'
+ 'aa9a9effd1e8f08860afcd6439fc94c5')
+
+build() {
+  cd $srcdir/darkstat-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/darkstat-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 $srcdir/darkstat.conf $pkgdir/etc/conf.d/darkstat.conf
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+}

Deleted: community-i686/darkstat.conf
===
--- community-i686/darkstat.conf2013-08-09 09:08:55 UTC (rev 95313)
+++ community-i686/darkstat.conf2013-08-09 09:09:16 UTC (rev 95314)
@@ -1,2 +0,0 @@
-DARKSTAT_IFACE=eth0
-DARKSTAT_ARGS=

Copied: darkstat/repos/community-i686/darkstat.conf (from rev 95313, 
darkstat/trunk/darkstat.conf)

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

2013-08-09 Thread Jelle van der Waa
Date: Friday, August 9, 2013 @ 11:10:00
  Author: jelle
Revision: 95315

upgpkg: calibre 0.9.43-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 09:09:16 UTC (rev 95314)
+++ PKGBUILD2013-08-09 09:10:00 UTC (rev 95315)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=0.9.41
+pkgver=0.9.43
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -25,9 +25,10 @@
 
source=(http://sourceforge.net/projects/calibre/files/${pkgver}/calibre-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('2037b44c90a66e97823a637edfa194ca'
+md5sums=('63e78929c62ae838b767c95b0830eb31'
  '8353d1878c5a498b3e49eddef473605f'
  '675cd87d41342119827ef706055491e7')
+
 prepare(){
   cd ${srcdir}/${pkgname}
   #rm -rf src/{cherrypy,pyPdf}



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

2013-08-09 Thread Jelle van der Waa
Date: Friday, August 9, 2013 @ 11:11:35
  Author: jelle
Revision: 95316

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 95315, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 95315, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 95315, calibre/trunk/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 95315, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 95315, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 95315, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 95315, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 95315, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 /PKGBUILD  |  178 ++
 /calibre-mount-helper  |   56 ++
 /calibre.install   |   24 ++
 /desktop_integration.patch |  218 +++
 community-i686/PKGBUILD|   88 --
 community-i686/calibre-mount-helper|   28 ---
 community-i686/calibre.install |   12 -
 community-i686/desktop_integration.patch   |  109 -
 community-x86_64/PKGBUILD  |   88 --
 community-x86_64/calibre-mount-helper  |   28 ---
 community-x86_64/calibre.install   |   12 -
 community-x86_64/desktop_integration.patch |  109 -
 12 files changed, 476 insertions(+), 474 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 95315:95316 to see the changes.


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

2013-08-09 Thread Jelle van der Waa
Date: Friday, August 9, 2013 @ 11:19:46
  Author: jelle
Revision: 95317

upgpkg: calibre 0.9.43-2

imagemagick 6.8.6.8 rebuild

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 09:11:35 UTC (rev 95316)
+++ PKGBUILD2013-08-09 09:19:46 UTC (rev 95317)
@@ -8,7 +8,7 @@
 
 pkgname=calibre
 pkgver=0.9.43
-pkgrel=1
+pkgrel=2
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
 url=http://calibre-ebook.com/;



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

2013-08-09 Thread Jelle van der Waa
Date: Friday, August 9, 2013 @ 11:21:36
  Author: jelle
Revision: 95318

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

Added:
  calibre/repos/community-staging-i686/
  calibre/repos/community-staging-i686/PKGBUILD
(from rev 95317, calibre/trunk/PKGBUILD)
  calibre/repos/community-staging-i686/calibre-mount-helper
(from rev 95317, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-staging-i686/calibre.install
(from rev 95317, calibre/trunk/calibre.install)
  calibre/repos/community-staging-i686/desktop_integration.patch
(from rev 95317, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-staging-x86_64/
  calibre/repos/community-staging-x86_64/PKGBUILD
(from rev 95317, calibre/trunk/PKGBUILD)
  calibre/repos/community-staging-x86_64/calibre-mount-helper
(from rev 95317, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-staging-x86_64/calibre.install
(from rev 95317, calibre/trunk/calibre.install)
  calibre/repos/community-staging-x86_64/desktop_integration.patch
(from rev 95317, calibre/trunk/desktop_integration.patch)

+
 community-staging-i686/PKGBUILD|   89 +++
 community-staging-i686/calibre-mount-helper|   28 
 community-staging-i686/calibre.install |   12 ++
 community-staging-i686/desktop_integration.patch   |  109 +++
 community-staging-x86_64/PKGBUILD  |   89 +++
 community-staging-x86_64/calibre-mount-helper  |   28 
 community-staging-x86_64/calibre.install   |   12 ++
 community-staging-x86_64/desktop_integration.patch |  109 +++
 8 files changed, 476 insertions(+)

Copied: calibre/repos/community-staging-i686/PKGBUILD (from rev 95317, 
calibre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-08-09 09:21:36 UTC (rev 95318)
@@ -0,0 +1,89 @@
+# $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=0.9.43
+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' 'python2-beautifulsoup3' 
+ 'imagemagick' 'poppler-qt' 'chmlib' 'python2-lxml' 'libusbx' 
+ 'python2-imaging' 'shared-mime-info' 'python2-dnspython' 
+ 'libunrar' 'python2-pyqt4' 'python2-psutil' 'icu' 'libmtp' 
+ 'python2-netifaces' 'python2-cssselect')
+makedepends=('python2-pycountry' 'qt4-private-headers')
+optdepends=('ipython2: to use calibre-debug')
+install=calibre.install
+source=(http://sourceforge.net/projects/calibre/files/${pkgver}/calibre-${pkgver}.tar.xz;
+'desktop_integration.patch'
+'calibre-mount-helper')
+md5sums=('63e78929c62ae838b767c95b0830eb31'
+ '8353d1878c5a498b3e49eddef473605f'
+ '675cd87d41342119827ef706055491e7')
+
+prepare(){
+  cd ${srcdir}/${pkgname}
+  #rm -rf src/{cherrypy,pyPdf}
+  rm -rf src/cherrypy
+  rm -rf resources/${pkgname}-portable.*
+  sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) + 
['-fPIC']/ setup/extensions.py
+
+  # Fix for calibre-0.8.58
+  sed -i -e s:#!usr:#!/usr:g src/calibre/ebooks/markdown/extensions/meta.py
+
+  sed -i -e 's:\(#!/usr/bin/env[ ]\+python$\|#![ ]/usr/bin/env[ 
]\+python$\|#!/usr/bin/python$\):\12:g' \
+$(find . -regex .*.py\|.*.recipe)
+}
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  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}
+  
+  patch -Np1 -i ${srcdir}/desktop_integration.patch
+
+  # More on desktop integration (e.g. enforce arch defaults)
+  sed -i -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
+  -e s|self.opts.staging_sharedir, 'man/man1'|self.opts.staging_root, 
'usr/share/man/man1'| \
+  -e s|manpath, prog+'.1'+__appname__+'.bz2'|manpath, prog+'.1'+'.bz2'| \
+  -e s|old_udev = '/etc|old_udev = '${pkgdir}/etc| \
+  -e s/^Name=calibre/Name=Calibre/g src/calibre/linux.py
+
+  # 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
+  install -d ${pkgdir}/usr/share/zsh/site-functions
+  LANG='en_US.UTF-8' 

[arch-commits] Commit in linux/trunk (PKGBUILD config config.x86_64)

2013-08-09 Thread Tobias Powalowski
Date: Friday, August 9, 2013 @ 12:21:46
  Author: tpowa
Revision: 192264

fix #36463 add HOTPLUG_PCI_ACPI

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/config.x86_64

---+
 PKGBUILD  |4 ++--
 config|6 --
 config.x86_64 |8 +---
 3 files changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 07:27:45 UTC (rev 192263)
+++ PKGBUILD2013-08-09 10:21:46 UTC (rev 192264)
@@ -21,8 +21,8 @@
 'change-default-console-loglevel.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
  '6366a8d4b0429ab6836c296ba298fb0e'
- '480f8efb61ee244c52d881304a0ae14b'
- 'e55ce3dd5fead07eed8a6781a57c1b1b'
+ '09aad29932fe0d1aa765b314800db9a8'
+ '4360abfcf235aec738a313cca0421932'
  'eb14dcfd80c00852ef81ded6e826826a'
  'f3def2cefdcbb954c21d8505d23cc83c')
 

Modified: config
===
--- config  2013-08-09 07:27:45 UTC (rev 192263)
+++ config  2013-08-09 10:21:46 UTC (rev 192264)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.10.0-1 Kernel Configuration
+# Linux/x86 3.10.5-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -684,10 +684,12 @@
 CONFIG_TCIC=m
 CONFIG_PCMCIA_PROBE=y
 CONFIG_PCCARD_NONSTATIC=y
-CONFIG_HOTPLUG_PCI=m
+CONFIG_HOTPLUG_PCI=y
 CONFIG_HOTPLUG_PCI_COMPAQ=m
 # CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
 CONFIG_HOTPLUG_PCI_IBM=m
+CONFIG_HOTPLUG_PCI_ACPI=y
+CONFIG_HOTPLUG_PCI_ACPI_IBM=m
 CONFIG_HOTPLUG_PCI_CPCI=y
 CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m
 CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m

Modified: config.x86_64
===
--- config.x86_64   2013-08-09 07:27:45 UTC (rev 192263)
+++ config.x86_64   2013-08-09 10:21:46 UTC (rev 192264)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.10.0-1 Kernel Configuration
+# Linux/x86 3.10.5-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -164,7 +164,7 @@
 CONFIG_RT_GROUP_SCHED=y
 CONFIG_BLK_CGROUP=y
 # CONFIG_DEBUG_BLK_CGROUP is not set
-CONFIG_CHECKPOINT_RESTORE=y 
+# CONFIG_CHECKPOINT_RESTORE is not set
 CONFIG_NAMESPACES=y
 CONFIG_UTS_NS=y
 CONFIG_IPC_NS=y
@@ -657,7 +657,9 @@
 CONFIG_PD6729=m
 CONFIG_I82092=m
 CONFIG_PCCARD_NONSTATIC=y
-CONFIG_HOTPLUG_PCI=m
+CONFIG_HOTPLUG_PCI=y
+CONFIG_HOTPLUG_PCI_ACPI=y
+CONFIG_HOTPLUG_PCI_ACPI_IBM=m
 CONFIG_HOTPLUG_PCI_CPCI=y
 CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m
 CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m



[arch-commits] Commit in linux/trunk (PKGBUILD config.x86_64 criu-no-expert.patch)

2013-08-09 Thread Tobias Powalowski
Date: Friday, August 9, 2013 @ 13:03:30
  Author: tpowa
Revision: 192265

fix CHECKPOINT_RESTORE

Added:
  linux/trunk/criu-no-expert.patch
Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config.x86_64

--+
 PKGBUILD |   26 +++---
 config.x86_64|2 +-
 criu-no-expert.patch |   22 ++
 3 files changed, 42 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 10:21:46 UTC (rev 192264)
+++ PKGBUILD2013-08-09 11:03:30 UTC (rev 192265)
@@ -18,13 +18,8 @@
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
-'change-default-console-loglevel.patch')
-md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- '6366a8d4b0429ab6836c296ba298fb0e'
- '09aad29932fe0d1aa765b314800db9a8'
- '4360abfcf235aec738a313cca0421932'
- 'eb14dcfd80c00852ef81ded6e826826a'
- 'f3def2cefdcbb954c21d8505d23cc83c')
+'change-default-console-loglevel.patch'
+'criu-no-expert.patch')
 
 _kernelname=${pkgbase#linux}
 
@@ -48,6 +43,10 @@
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
   patch -Np1 -i ${srcdir}/change-default-console-loglevel.patch
 
+  # allow criu without expert option set
+  # patch from fedora
+  patch -Np1 -i ${srcdir}/criu-no-expert.patch
+ 
   if [ ${CARCH} = x86_64 ]; then
 cat ${srcdir}/config.x86_64  ./.config
   else
@@ -328,3 +327,16 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
+md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
+ '6366a8d4b0429ab6836c296ba298fb0e'
+ '09aad29932fe0d1aa765b314800db9a8'
+ '1e3e8aaf0dd56131ccfcee05695b0109'
+ 'eb14dcfd80c00852ef81ded6e826826a'
+ 'f3def2cefdcbb954c21d8505d23cc83c')
+md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
+ '6366a8d4b0429ab6836c296ba298fb0e'
+ '09aad29932fe0d1aa765b314800db9a8'
+ '5ffd739d5b3e7c68bf07472aaceca400'
+ 'eb14dcfd80c00852ef81ded6e826826a'
+ 'f3def2cefdcbb954c21d8505d23cc83c'
+ 'd50c1ac47394e9aec637002ef3392bd1')

Modified: config.x86_64
===
--- config.x86_64   2013-08-09 10:21:46 UTC (rev 192264)
+++ config.x86_64   2013-08-09 11:03:30 UTC (rev 192265)
@@ -164,7 +164,7 @@
 CONFIG_RT_GROUP_SCHED=y
 CONFIG_BLK_CGROUP=y
 # CONFIG_DEBUG_BLK_CGROUP is not set
-# CONFIG_CHECKPOINT_RESTORE is not set
+CONFIG_CHECKPOINT_RESTORE=y
 CONFIG_NAMESPACES=y
 CONFIG_UTS_NS=y
 CONFIG_IPC_NS=y

Added: criu-no-expert.patch
===
--- criu-no-expert.patch(rev 0)
+++ criu-no-expert.patch2013-08-09 11:03:30 UTC (rev 192265)
@@ -0,0 +1,22 @@
+diff --git a/init/Kconfig b/init/Kconfig
+index be8b7f5..7461760 100644
+--- a/init/Kconfig
 b/init/Kconfig
+@@ -989,7 +989,7 @@ config DEBUG_BLK_CGROUP
+ endif # CGROUPS
+ 
+ config CHECKPOINT_RESTORE
+-  bool Checkpoint/restore support if EXPERT
++  bool Checkpoint/restore support
+   default n
+   help
+ Enables additional kernel features in a sake of checkpoint/restore.
+@@ -1000,7 +1000,7 @@ config CHECKPOINT_RESTORE
+ If unsure, say N here.
+ 
+ menuconfig NAMESPACES
+-  bool Namespaces support if EXPERT
++  bool Namespaces support
+   default !EXPERT
+   help
+ Provides the way to make tasks work with different objects using



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

2013-08-09 Thread Tobias Powalowski
Date: Friday, August 9, 2013 @ 13:05:31
  Author: tpowa
Revision: 192266

fix md5sum array

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 11:03:30 UTC (rev 192265)
+++ PKGBUILD2013-08-09 11:05:31 UTC (rev 192266)
@@ -20,6 +20,13 @@
 'linux.preset'
 'change-default-console-loglevel.patch'
 'criu-no-expert.patch')
+md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
+ '6366a8d4b0429ab6836c296ba298fb0e'
+ '09aad29932fe0d1aa765b314800db9a8'
+ '5ffd739d5b3e7c68bf07472aaceca400'
+ 'eb14dcfd80c00852ef81ded6e826826a'
+ 'f3def2cefdcbb954c21d8505d23cc83c'
+ 'd50c1ac47394e9aec637002ef3392bd1')
 
 _kernelname=${pkgbase#linux}
 
@@ -327,16 +334,3 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
-md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- '6366a8d4b0429ab6836c296ba298fb0e'
- '09aad29932fe0d1aa765b314800db9a8'
- '1e3e8aaf0dd56131ccfcee05695b0109'
- 'eb14dcfd80c00852ef81ded6e826826a'
- 'f3def2cefdcbb954c21d8505d23cc83c')
-md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- '6366a8d4b0429ab6836c296ba298fb0e'
- '09aad29932fe0d1aa765b314800db9a8'
- '5ffd739d5b3e7c68bf07472aaceca400'
- 'eb14dcfd80c00852ef81ded6e826826a'
- 'f3def2cefdcbb954c21d8505d23cc83c'
- 'd50c1ac47394e9aec637002ef3392bd1')



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

2013-08-09 Thread Alexander Rødseth
Date: Friday, August 9, 2013 @ 13:42:12
  Author: arodseth
Revision: 95319

upgpkg: mod_wsgi 3.4-3

Modified:
  mod_wsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 09:21:36 UTC (rev 95318)
+++ PKGBUILD2013-08-09 11:42:12 UTC (rev 95319)
@@ -5,13 +5,12 @@
 
 pkgname=mod_wsgi
 pkgver=3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Python WSGI adapter module for Apache'
 arch=('x86_64' 'i686')
 url='http://www.modwsgi.org/'
 license=('APACHE')
 depends=('apache' 'python')
-makedepends=('setconf')
 install=mod_wsgi.install
 source=(http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
 sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
@@ -20,10 +19,9 @@
   cd $srcdir/$pkgbase-$pkgver
 
   ./configure --prefix=/usr \
---with-apxs=/usr/sbin/apxs \
+--with-apxs=/usr/bin/apxs \
 --with-python=/usr/bin/python
-  setconf Makefile LDLIBS '-lpython3 -lpthread -ldl -lutil -lm'
-  make
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
 }
 
 package() {



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

2013-08-09 Thread Alexander Rødseth
Date: Friday, August 9, 2013 @ 13:42:20
  Author: arodseth
Revision: 95320

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

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

---+
 /PKGBUILD |   66 
 /mod_wsgi.install |   28 +++
 community-i686/PKGBUILD   |   35 ---
 community-i686/mod_wsgi.install   |   14 ---
 community-x86_64/PKGBUILD |   35 ---
 community-x86_64/mod_wsgi.install |   14 ---
 6 files changed, 94 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-09 11:42:12 UTC (rev 95319)
+++ community-i686/PKGBUILD 2013-08-09 11:42:20 UTC (rev 95320)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Ryan Coyner rcoy...@gmail.com
-
-pkgname=mod_wsgi
-pkgver=3.4
-pkgrel=2
-pkgdesc='Python WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-depends=('apache' 'python')
-makedepends=('setconf')
-install=mod_wsgi.install
-source=(http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  ./configure --prefix=/usr \
---with-apxs=/usr/sbin/apxs \
---with-python=/usr/bin/python
-  setconf Makefile LDLIBS '-lpython3 -lpthread -ldl -lutil -lm'
-  make
-}
-
-package() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 95319, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-09 11:42:20 UTC (rev 95320)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgname=mod_wsgi
+pkgver=3.4
+pkgrel=3
+pkgdesc='Python WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+depends=('apache' 'python')
+install=mod_wsgi.install
+source=(http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+}
+
+package() {
+  cd $srcdir/$pkgbase-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2013-08-09 11:42:12 UTC (rev 95319)
+++ community-i686/mod_wsgi.install 2013-08-09 11:42:20 UTC (rev 95320)
@@ -1,14 +0,0 @@
-post_install() {
-/bin/cat  ENDOFMESSAGE
-==
-==
-==  To install mod_wsgi, add the following line in 
-==  /etc/httpd/conf/httpd.conf file :
-==
-==  LoadModule wsgi_module modules/mod_wsgi.so
-==
-==  and restart/reload Apache.
-==
-==
-ENDOFMESSAGE
-}

Copied: mod_wsgi/repos/community-i686/mod_wsgi.install (from rev 95319, 
mod_wsgi/trunk/mod_wsgi.install)
===
--- community-i686/mod_wsgi.install (rev 0)
+++ community-i686/mod_wsgi.install 2013-08-09 11:42:20 UTC (rev 95320)
@@ -0,0 +1,14 @@
+post_install() {
+/bin/cat  ENDOFMESSAGE
+==
+==
+==  To install mod_wsgi, add the following line in 
+==  /etc/httpd/conf/httpd.conf file :
+==
+==  LoadModule wsgi_module modules/mod_wsgi.so
+==
+==  and restart/reload Apache.
+==
+==
+ENDOFMESSAGE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-09 11:42:12 UTC (rev 95319)
+++ community-x86_64/PKGBUILD   2013-08-09 11:42:20 UTC (rev 95320)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Ryan Coyner 

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

2013-08-09 Thread Alexander Rødseth
Date: Friday, August 9, 2013 @ 13:50:44
  Author: arodseth
Revision: 95321

upgpkg: mod_wsgi2 3.4-4

Modified:
  mod_wsgi2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 11:42:20 UTC (rev 95320)
+++ PKGBUILD2013-08-09 11:50:44 UTC (rev 95321)
@@ -5,7 +5,7 @@
 
 pkgname=mod_wsgi2
 pkgver=3.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Python2 WSGI adapter module for Apache'
 arch=('x86_64' 'i686')
 url='http://www.modwsgi.org/'
@@ -21,7 +21,7 @@
 
   ./configure \
 --prefix=/usr \
---with-apxs=/usr/sbin/apxs \
+--with-apxs=/usr/bin/apxs \
 --with-python=/usr/bin/python2
   make
 }



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

2013-08-09 Thread Alexander Rødseth
Date: Friday, August 9, 2013 @ 13:50:53
  Author: arodseth
Revision: 95322

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

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

+
 /PKGBUILD  |   70 +++
 /mod_wsgi2.install |   32 
 community-i686/PKGBUILD|   35 -
 community-i686/mod_wsgi2.install   |   16 
 community-x86_64/PKGBUILD  |   35 -
 community-x86_64/mod_wsgi2.install |   16 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-09 11:50:44 UTC (rev 95321)
+++ community-i686/PKGBUILD 2013-08-09 11:50:53 UTC (rev 95322)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Ryan Coyner rcoy...@gmail.com
-
-pkgname=mod_wsgi2
-pkgver=3.4
-pkgrel=3
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-depends=('apache' 'python2')
-conflicts=('mod_wsgi')
-install=$pkgname.install
-source=(http://modwsgi.googlecode.com/files/mod_wsgi-$pkgver.tar.gz;)
-sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
-
-build() {
-  cd $srcdir/mod_wsgi-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/sbin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package() {
-  cd $srcdir/mod_wsgi-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi2/repos/community-i686/PKGBUILD (from rev 95321, 
mod_wsgi2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-09 11:50:53 UTC (rev 95322)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgname=mod_wsgi2
+pkgver=3.4
+pkgrel=4
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+depends=('apache' 'python2')
+conflicts=('mod_wsgi')
+install=$pkgname.install
+source=(http://modwsgi.googlecode.com/files/mod_wsgi-$pkgver.tar.gz;)
+sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8')
+
+build() {
+  cd $srcdir/mod_wsgi-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package() {
+  cd $srcdir/mod_wsgi-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi2.install
===
--- community-i686/mod_wsgi2.install2013-08-09 11:50:44 UTC (rev 95321)
+++ community-i686/mod_wsgi2.install2013-08-09 11:50:53 UTC (rev 95322)
@@ -1,16 +0,0 @@
-post_install() {
-  cat  ENDOFMESSAGE
-==
-==
-==  To install mod_wsgi, add the following line in 
-==  /etc/httpd/conf/httpd.conf file:
-==
-==  LoadModule wsgi_module modules/mod_wsgi.so
-==
-==  and restart/reload Apache.
-==
-==
-ENDOFMESSAGE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi2/repos/community-i686/mod_wsgi2.install (from rev 95321, 
mod_wsgi2/trunk/mod_wsgi2.install)
===
--- community-i686/mod_wsgi2.install(rev 0)
+++ community-i686/mod_wsgi2.install2013-08-09 11:50:53 UTC (rev 95322)
@@ -0,0 +1,16 @@
+post_install() {
+  cat  ENDOFMESSAGE
+==
+==
+==  To install mod_wsgi, add the following line in 
+==  /etc/httpd/conf/httpd.conf file:
+==
+==  LoadModule wsgi_module modules/mod_wsgi.so
+==
+==  and restart/reload Apache.
+==
+==
+ENDOFMESSAGE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-09 11:50:44 UTC (rev 95321)
+++ community-x86_64/PKGBUILD   2013-08-09 11:50:53 UTC (rev 95322)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: 

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

2013-08-09 Thread Jan Steffens
Date: Friday, August 9, 2013 @ 14:16:40
  Author: heftig
Revision: 192267

2.6.17

Modified:
  gmime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 11:05:31 UTC (rev 192266)
+++ PKGBUILD2013-08-09 12:16:40 UTC (rev 192267)
@@ -3,7 +3,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=gmime
-pkgver=2.6.16
+pkgver=2.6.17
 pkgrel=1
 pkgdesc=Core mime parsing library
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('gtk-sharp-2')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1093c2c9b4644d53b9c2df30042b3c4c2e9141d3e65e299030d227485d95c8af')
+sha256sums=('22d49e57c404a0a68d1ac3426c8f23a39185a4b2d569de03bece07db03d1202f')
 
 build() {
   # get rid of that .wapi errors in fakeroot



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

2013-08-09 Thread Jan Steffens
Date: Friday, August 9, 2013 @ 14:51:06
  Author: heftig
Revision: 192268

0.18.4

Modified:
  rygel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 12:16:40 UTC (rev 192267)
+++ PKGBUILD2013-08-09 12:51:06 UTC (rev 192268)
@@ -3,7 +3,7 @@
 # Contributor: Balló György ballogyor+arch at gmail dot com
 
 pkgname=rygel
-pkgver=0.18.3
+pkgver=0.18.4
 pkgrel=1
 pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
 arch=(i686 x86_64)
@@ -22,7 +22,7 @@
 install=rygel.install
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b3bb97476b44f7adae162c8cdb062160120336ed33a88c2a692ab8fac187d105')
+sha256sums=('f63f3f1cd1456b7e3b9232ec81ad481d220530a734ed8a09eb046d30c34d3ebe')
 
 build() {
   cd $pkgname-$pkgver



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

2013-08-09 Thread Jan Steffens
Date: Friday, August 9, 2013 @ 14:51:47
  Author: heftig
Revision: 192269

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

Added:
  gmime/repos/extra-i686/PKGBUILD
(from rev 192268, gmime/trunk/PKGBUILD)
  gmime/repos/extra-x86_64/PKGBUILD
(from rev 192268, gmime/trunk/PKGBUILD)
Deleted:
  gmime/repos/extra-i686/PKGBUILD
  gmime/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-09 12:51:06 UTC (rev 192268)
+++ extra-i686/PKGBUILD 2013-08-09 12:51:47 UTC (rev 192269)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=gmime
-pkgver=2.6.16
-pkgrel=1
-pkgdesc=Core mime parsing library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://spruce.sourceforge.net/gmime/;
-depends=('glib2' 'gpgme' 'zlib')
-makedepends=('gtk-sharp-2')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1093c2c9b4644d53b9c2df30042b3c4c2e9141d3e65e299030d227485d95c8af')
-
-build() {
-  # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR=$srcdir/weird
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-smime \
-  --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gmime/repos/extra-i686/PKGBUILD (from rev 192268, gmime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-09 12:51:47 UTC (rev 192269)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gmime
+pkgver=2.6.17
+pkgrel=1
+pkgdesc=Core mime parsing library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://spruce.sourceforge.net/gmime/;
+depends=('glib2' 'gpgme' 'zlib')
+makedepends=('gtk-sharp-2')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('22d49e57c404a0a68d1ac3426c8f23a39185a4b2d569de03bece07db03d1202f')
+
+build() {
+  # get rid of that .wapi errors in fakeroot
+  export MONO_SHARED_DIR=$srcdir/weird
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-smime \
+  --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-09 12:51:06 UTC (rev 192268)
+++ extra-x86_64/PKGBUILD   2013-08-09 12:51:47 UTC (rev 192269)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=gmime
-pkgver=2.6.16
-pkgrel=1
-pkgdesc=Core mime parsing library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://spruce.sourceforge.net/gmime/;
-depends=('glib2' 'gpgme' 'zlib')
-makedepends=('gtk-sharp-2')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1093c2c9b4644d53b9c2df30042b3c4c2e9141d3e65e299030d227485d95c8af')
-
-build() {
-  # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR=$srcdir/weird
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-smime \
-  --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gmime/repos/extra-x86_64/PKGBUILD (from rev 192268, 
gmime/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-09 12:51:47 UTC (rev 192269)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gmime
+pkgver=2.6.17
+pkgrel=1
+pkgdesc=Core mime parsing library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://spruce.sourceforge.net/gmime/;
+depends=('glib2' 'gpgme' 'zlib')
+makedepends=('gtk-sharp-2')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('22d49e57c404a0a68d1ac3426c8f23a39185a4b2d569de03bece07db03d1202f')
+
+build() {
+  # get rid of that .wapi errors in fakeroot
+  export MONO_SHARED_DIR=$srcdir/weird
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-smime \
+  --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

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

2013-08-09 Thread Jan Steffens
Date: Friday, August 9, 2013 @ 14:52:33
  Author: heftig
Revision: 192270

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

Added:
  rygel/repos/extra-i686/PKGBUILD
(from rev 192269, rygel/trunk/PKGBUILD)
  rygel/repos/extra-i686/rygel.install
(from rev 192269, rygel/trunk/rygel.install)
  rygel/repos/extra-x86_64/PKGBUILD
(from rev 192269, rygel/trunk/PKGBUILD)
  rygel/repos/extra-x86_64/rygel.install
(from rev 192269, rygel/trunk/rygel.install)
Deleted:
  rygel/repos/extra-i686/PKGBUILD
  rygel/repos/extra-i686/rygel.install
  rygel/repos/extra-x86_64/PKGBUILD
  rygel/repos/extra-x86_64/rygel.install

+
 /PKGBUILD  |   84 +++
 /rygel.install |   22 +++
 extra-i686/PKGBUILD|   42 -
 extra-i686/rygel.install   |   11 -
 extra-x86_64/PKGBUILD  |   42 -
 extra-x86_64/rygel.install |   11 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-09 12:51:47 UTC (rev 192269)
+++ extra-i686/PKGBUILD 2013-08-09 12:52:33 UTC (rev 192270)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=rygel
-pkgver=0.18.3
-pkgrel=1
-pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
-arch=(i686 x86_64)
-url=http://live.gnome.org/Rygel;
-license=(LGPL)
-depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils)
-makedepends=(vala intltool)
-optdepends=('gst-plugins-base: Extra media codecs'
-'gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'tracker: Share indexed media files')
-backup=(etc/rygel.conf)
-options=('!libtool')
-install=rygel.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b3bb97476b44f7adae162c8cdb062160120336ed33a88c2a692ab8fac187d105')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: rygel/repos/extra-i686/PKGBUILD (from rev 192269, rygel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-09 12:52:33 UTC (rev 192270)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=rygel
+pkgver=0.18.4
+pkgrel=1
+pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
+arch=(i686 x86_64)
+url=http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils)
+makedepends=(vala intltool)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+options=('!libtool')
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f63f3f1cd1456b7e3b9232ec81ad481d220530a734ed8a09eb046d30c34d3ebe')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/rygel.install
===
--- extra-i686/rygel.install2013-08-09 12:51:47 UTC (rev 192269)
+++ extra-i686/rygel.install2013-08-09 12:52:33 UTC (rev 192270)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: rygel/repos/extra-i686/rygel.install (from rev 192269, 
rygel/trunk/rygel.install)

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

2013-08-09 Thread Andreas Radke
Date: Friday, August 9, 2013 @ 16:11:01
  Author: andyrtr
Revision: 192272

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

Added:
  xorg-xwd/repos/extra-i686/PKGBUILD
(from rev 192271, xorg-xwd/trunk/PKGBUILD)
  xorg-xwd/repos/extra-x86_64/PKGBUILD
(from rev 192271, xorg-xwd/trunk/PKGBUILD)
Deleted:
  xorg-xwd/repos/extra-i686/PKGBUILD
  xorg-xwd/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 extra-i686/PKGBUILD   |   27 
 extra-x86_64/PKGBUILD |   27 
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-09 14:10:36 UTC (rev 192271)
+++ extra-i686/PKGBUILD 2013-08-09 14:11:01 UTC (rev 192272)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xwd
-pkgver=1.0.5
-pkgrel=2
-pkgdesc=X Window System image dumping utility
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros' 'libxt')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xwd-${pkgver}.tar.bz2)
-sha1sums=('3b0e4f3f9d28a07444e72952342e21544d4785b6')
-
-build() {
-  cd ${srcdir}/xwd-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xwd-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xwd/repos/extra-i686/PKGBUILD (from rev 192271, 
xorg-xwd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-09 14:11:01 UTC (rev 192272)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xwd
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=X Window System image dumping utility
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros' 'libxt')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xwd-${pkgver}.tar.bz2)
+sha256sums=('3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79')
+
+build() {
+  cd xwd-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xwd-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-09 14:10:36 UTC (rev 192271)
+++ extra-x86_64/PKGBUILD   2013-08-09 14:11:01 UTC (rev 192272)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xwd
-pkgver=1.0.5
-pkgrel=2
-pkgdesc=X Window System image dumping utility
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros' 'libxt')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xwd-${pkgver}.tar.bz2)
-sha1sums=('3b0e4f3f9d28a07444e72952342e21544d4785b6')
-
-build() {
-  cd ${srcdir}/xwd-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xwd-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xwd/repos/extra-x86_64/PKGBUILD (from rev 192271, 
xorg-xwd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-09 14:11:01 UTC (rev 192272)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xwd
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=X Window System image dumping utility
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros' 'libxt')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xwd-${pkgver}.tar.bz2)
+sha256sums=('3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79')
+
+build() {
+  cd xwd-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xwd-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2013-08-09 Thread Andreas Radke
Date: Friday, August 9, 2013 @ 16:10:36
  Author: andyrtr
Revision: 192271

upgpkg: xorg-xwd 1.0.6-1

upstream update 1.0.6

Modified:
  xorg-xwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 12:52:33 UTC (rev 192270)
+++ PKGBUILD2013-08-09 14:10:36 UTC (rev 192271)
@@ -2,26 +2,26 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xwd
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
 pkgdesc=X Window System image dumping utility
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
 license=('custom')
-depends=('libx11')
+depends=('libxkbfile')
 makedepends=('xorg-util-macros' 'libxt')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xwd-${pkgver}.tar.bz2)
-sha1sums=('3b0e4f3f9d28a07444e72952342e21544d4785b6')
+sha256sums=('3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79')
 
 build() {
-  cd ${srcdir}/xwd-${pkgver}
+  cd xwd-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/xwd-${pkgver}
+  cd xwd-${pkgver}
   make DESTDIR=${pkgdir} install
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }



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

2013-08-09 Thread Andreas Radke
Date: Friday, August 9, 2013 @ 16:11:58
  Author: andyrtr
Revision: 192273

upgpkg: xorg-xset 1.2.3-1

upstream update 1.2.3

Modified:
  xorg-xset/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 14:11:01 UTC (rev 192272)
+++ PKGBUILD2013-08-09 14:11:58 UTC (rev 192273)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xset
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
 pkgdesc=User preference utility for X
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -12,16 +12,16 @@
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xset-${pkgver}.tar.bz2)
-sha256sums=('61371c140030b8b05075a1378b34a4d7c438ed9159496a95f10782c6f4aec1e8')
+sha256sums=('4382f4fb29b88647e13f3b4bc29263134270747fc159cfc5f7e3af23588c8063')
 
 build() {
-  cd ${srcdir}/xset-${pkgver}
+  cd xset-${pkgver}
   ./configure --prefix=/usr --without-fontcache --without-xf86misc
   make
  }
  
 package() {
-  cd ${srcdir}/xset-${pkgver}
+  cd xset-${pkgver}
   make DESTDIR=${pkgdir} install
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/



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

2013-08-09 Thread Andreas Radke
Date: Friday, August 9, 2013 @ 16:12:18
  Author: andyrtr
Revision: 192274

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

Added:
  xorg-xset/repos/extra-i686/PKGBUILD
(from rev 192273, xorg-xset/trunk/PKGBUILD)
  xorg-xset/repos/extra-x86_64/PKGBUILD
(from rev 192273, xorg-xset/trunk/PKGBUILD)
Deleted:
  xorg-xset/repos/extra-i686/PKGBUILD
  xorg-xset/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-09 14:11:58 UTC (rev 192273)
+++ extra-i686/PKGBUILD 2013-08-09 14:12:18 UTC (rev 192274)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xset
-pkgver=1.2.2
-pkgrel=2
-pkgdesc=User preference utility for X
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxmu')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xset-${pkgver}.tar.bz2)
-sha256sums=('61371c140030b8b05075a1378b34a4d7c438ed9159496a95f10782c6f4aec1e8')
-
-build() {
-  cd ${srcdir}/xset-${pkgver}
-  ./configure --prefix=/usr --without-fontcache --without-xf86misc
-  make
- }
- 
-package() {
-  cd ${srcdir}/xset-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xset/repos/extra-i686/PKGBUILD (from rev 192273, 
xorg-xset/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-09 14:12:18 UTC (rev 192274)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xset
+pkgver=1.2.3
+pkgrel=1
+pkgdesc=User preference utility for X
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxmu')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xset-${pkgver}.tar.bz2)
+sha256sums=('4382f4fb29b88647e13f3b4bc29263134270747fc159cfc5f7e3af23588c8063')
+
+build() {
+  cd xset-${pkgver}
+  ./configure --prefix=/usr --without-fontcache --without-xf86misc
+  make
+ }
+ 
+package() {
+  cd xset-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-09 14:11:58 UTC (rev 192273)
+++ extra-x86_64/PKGBUILD   2013-08-09 14:12:18 UTC (rev 192274)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xset
-pkgver=1.2.2
-pkgrel=2
-pkgdesc=User preference utility for X
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxmu')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xset-${pkgver}.tar.bz2)
-sha256sums=('61371c140030b8b05075a1378b34a4d7c438ed9159496a95f10782c6f4aec1e8')
-
-build() {
-  cd ${srcdir}/xset-${pkgver}
-  ./configure --prefix=/usr --without-fontcache --without-xf86misc
-  make
- }
- 
-package() {
-  cd ${srcdir}/xset-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xset/repos/extra-x86_64/PKGBUILD (from rev 192273, 
xorg-xset/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-09 14:12:18 UTC (rev 192274)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xset
+pkgver=1.2.3
+pkgrel=1
+pkgdesc=User preference utility for X
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxmu')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xset-${pkgver}.tar.bz2)
+sha256sums=('4382f4fb29b88647e13f3b4bc29263134270747fc159cfc5f7e3af23588c8063')
+
+build() {
+  cd xset-${pkgver}
+  ./configure --prefix=/usr --without-fontcache --without-xf86misc
+  make
+ }
+ 
+package() {
+  cd xset-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2013-08-09 Thread Andreas Radke
Date: Friday, August 9, 2013 @ 16:16:57
  Author: andyrtr
Revision: 192276

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

Added:
  libburn/repos/extra-i686/PKGBUILD
(from rev 192275, libburn/trunk/PKGBUILD)
  libburn/repos/extra-x86_64/PKGBUILD
(from rev 192275, libburn/trunk/PKGBUILD)
Deleted:
  libburn/repos/extra-i686/PKGBUILD
  libburn/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-09 14:16:38 UTC (rev 192275)
+++ extra-i686/PKGBUILD 2013-08-09 14:16:57 UTC (rev 192276)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libburn
-pkgver=1.3.0.pl01
-pkgrel=1
-pkgdesc=Library for reading, mastering and writing optical discs
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool' '!emptydirs')
-md5sums=('1ccbb8624b8c2b9937727000e46b52cf'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-i686/PKGBUILD (from rev 192275, 
libburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-09 14:16:57 UTC (rev 192276)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libburn
+pkgver=1.3.2 # .pl01
+pkgrel=1
+pkgdesc=Library for reading, mastering and writing optical discs
+arch=('i686' 'x86_64')
+url=http://libburnia-project.org;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool' '!emptydirs')
+md5sums=('3c6ee25f172ff28e7b5e5de4f9f26ba9'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver} # /.pl01/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} # /.pl01/}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-09 14:16:38 UTC (rev 192275)
+++ extra-x86_64/PKGBUILD   2013-08-09 14:16:57 UTC (rev 192276)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libburn
-pkgver=1.3.0.pl01
-pkgrel=1
-pkgdesc=Library for reading, mastering and writing optical discs
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool' '!emptydirs')
-md5sums=('1ccbb8624b8c2b9937727000e46b52cf'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-x86_64/PKGBUILD (from rev 192275, 
libburn/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-09 14:16:57 UTC (rev 192276)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libburn
+pkgver=1.3.2 # .pl01
+pkgrel=1
+pkgdesc=Library for reading, mastering and writing optical discs
+arch=('i686' 'x86_64')
+url=http://libburnia-project.org;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool' '!emptydirs')
+md5sums=('3c6ee25f172ff28e7b5e5de4f9f26ba9'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver} # /.pl01/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} # /.pl01/}
+  make DESTDIR=${pkgdir} install
+}
+



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

2013-08-09 Thread Andreas Radke
Date: Friday, August 9, 2013 @ 16:16:38
  Author: andyrtr
Revision: 192275

upgpkg: libburn 1.3.2-1

upstream update 1.3.2

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 14:12:18 UTC (rev 192274)
+++ PKGBUILD2013-08-09 14:16:38 UTC (rev 192275)
@@ -3,26 +3,26 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=libburn
-pkgver=1.3.0.pl01
+pkgver=1.3.2 # .pl01
 pkgrel=1
 pkgdesc=Library for reading, mastering and writing optical discs
 arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
+url=http://libburnia-project.org;
 license=('GPL')
 depends=('glibc')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!libtool' '!emptydirs')
-md5sums=('1ccbb8624b8c2b9937727000e46b52cf'
+md5sums=('3c6ee25f172ff28e7b5e5de4f9f26ba9'
  'SKIP')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver/.pl01/}
+  cd ${pkgname}-${pkgver} # /.pl01/}
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver/.pl01/}
+  cd ${pkgname}-${pkgver} # /.pl01/}
   make DESTDIR=${pkgdir} install
 }
 



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

2013-08-09 Thread Andreas Radke
Date: Friday, August 9, 2013 @ 16:18:52
  Author: andyrtr
Revision: 192277

upgpkg: libisofs 1.3.2-1

upstream update 1.3.2

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 14:16:57 UTC (rev 192276)
+++ PKGBUILD2013-08-09 14:18:52 UTC (rev 192277)
@@ -4,27 +4,27 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=1.3.0
+pkgver=1.3.2
 pkgrel=1
 pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
 arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
+url=http://libburnia-project.org;
 license=('GPL')
 depends=('acl' 'zlib')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!libtool')
-md5sums=('5ab9f4a57d3c815d1183cbf49ce86a9e'
+md5sums=('3dfdaaf964ed7a779bc23de50c5f2175'
  'SKIP')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
--enable-libacl --enable-xattr --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
 



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

2013-08-09 Thread Andreas Radke
Date: Friday, August 9, 2013 @ 16:19:12
  Author: andyrtr
Revision: 192278

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

Added:
  libisofs/repos/extra-i686/PKGBUILD
(from rev 192277, libisofs/trunk/PKGBUILD)
  libisofs/repos/extra-x86_64/PKGBUILD
(from rev 192277, libisofs/trunk/PKGBUILD)
Deleted:
  libisofs/repos/extra-i686/PKGBUILD
  libisofs/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   30 
 extra-x86_64/PKGBUILD |   30 
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-09 14:18:52 UTC (rev 192277)
+++ extra-i686/PKGBUILD 2013-08-09 14:19:12 UTC (rev 192278)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Hugo Doria hugodo...@gmail.com
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool')
-md5sums=('5ab9f4a57d3c815d1183cbf49ce86a9e'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-i686/PKGBUILD (from rev 192277, 
libisofs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-09 14:19:12 UTC (rev 192278)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Hugo Doria hugodo...@gmail.com
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.3.2
+pkgrel=1
+pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
+arch=('i686' 'x86_64')
+url=http://libburnia-project.org;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool')
+md5sums=('3dfdaaf964ed7a779bc23de50c5f2175'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-09 14:18:52 UTC (rev 192277)
+++ extra-x86_64/PKGBUILD   2013-08-09 14:19:12 UTC (rev 192278)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Hugo Doria hugodo...@gmail.com
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool')
-md5sums=('5ab9f4a57d3c815d1183cbf49ce86a9e'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-x86_64/PKGBUILD (from rev 192277, 
libisofs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-09 14:19:12 UTC (rev 192278)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Hugo Doria hugodo...@gmail.com
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.3.2
+pkgrel=1
+pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
+arch=('i686' 'x86_64')
+url=http://libburnia-project.org;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool')
+md5sums=('3dfdaaf964ed7a779bc23de50c5f2175'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2013-08-09 Thread Andreas Radke
Date: Friday, August 9, 2013 @ 16:21:46
  Author: andyrtr
Revision: 192279

upgpkg: libisoburn 1.3.2-1

upstream update 1.3.2

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 14:19:12 UTC (rev 192278)
+++ PKGBUILD2013-08-09 14:21:46 UTC (rev 192279)
@@ -3,26 +3,26 @@
 # Contributor: Gour Gour g...@mail.inet.hr
 
 pkgname=libisoburn
-pkgver=1.3.0
+pkgver=1.3.2
 pkgrel=1
 pkgdesc=frontend for libraries libburn and libisofs
-url=http://libburnia.pykix.org/wiki/Libisoburn;
+url=http://libburnia-project.org;
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('libburn=1.3.0' 'libisofs=1.3.0' 'readline')
+depends=('libburn=1.3.2' 'libisofs=1.3.2' 'readline')
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('1341e87e385cb559ee1cd2605e372dec'
+md5sums=('7ebee7c1d4e09565daddca15467035af'
  'SKIP')
 
 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 libisoburn/repos (8 files)

2013-08-09 Thread Andreas Radke
Date: Friday, August 9, 2013 @ 16:22:03
  Author: andyrtr
Revision: 192280

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

Added:
  libisoburn/repos/extra-i686/PKGBUILD
(from rev 192279, libisoburn/trunk/PKGBUILD)
  libisoburn/repos/extra-i686/libisoburn.install
(from rev 192279, libisoburn/trunk/libisoburn.install)
  libisoburn/repos/extra-x86_64/PKGBUILD
(from rev 192279, libisoburn/trunk/PKGBUILD)
  libisoburn/repos/extra-x86_64/libisoburn.install
(from rev 192279, libisoburn/trunk/libisoburn.install)
Deleted:
  libisoburn/repos/extra-i686/PKGBUILD
  libisoburn/repos/extra-i686/libisoburn.install
  libisoburn/repos/extra-x86_64/PKGBUILD
  libisoburn/repos/extra-x86_64/libisoburn.install

-+
 /PKGBUILD   |   56 ++
 /libisoburn.install |   40 +++
 extra-i686/PKGBUILD |   28 ---
 extra-i686/libisoburn.install   |   20 -
 extra-x86_64/PKGBUILD   |   28 ---
 extra-x86_64/libisoburn.install |   20 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-09 14:21:46 UTC (rev 192279)
+++ extra-i686/PKGBUILD 2013-08-09 14:22:03 UTC (rev 192280)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Gour Gour g...@mail.inet.hr
-
-pkgname=libisoburn
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=frontend for libraries libburn and libisofs
-url=http://libburnia.pykix.org/wiki/Libisoburn;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libburn=1.3.0' 'libisofs=1.3.0' 'readline')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('1341e87e385cb559ee1cd2605e372dec'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libisoburn/repos/extra-i686/PKGBUILD (from rev 192279, 
libisoburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-09 14:22:03 UTC (rev 192280)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Gour Gour g...@mail.inet.hr
+
+pkgname=libisoburn
+pkgver=1.3.2
+pkgrel=1
+pkgdesc=frontend for libraries libburn and libisofs
+url=http://libburnia-project.org;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libburn=1.3.2' 'libisofs=1.3.2' 'readline')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('7ebee7c1d4e09565daddca15467035af'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libisoburn.install
===
--- extra-i686/libisoburn.install   2013-08-09 14:21:46 UTC (rev 192279)
+++ extra-i686/libisoburn.install   2013-08-09 14:22:03 UTC (rev 192280)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(xorriso.info xorrisofs.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: libisoburn/repos/extra-i686/libisoburn.install (from rev 192279, 
libisoburn/trunk/libisoburn.install)
===
--- extra-i686/libisoburn.install   (rev 0)
+++ extra-i686/libisoburn.install   2013-08-09 14:22:03 UTC (rev 192280)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(xorriso.info xorrisofs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-09 14:21:46 UTC (rev 192279)
+++ extra-x86_64/PKGBUILD   2013-08-09 14:22:03 UTC (rev 192280)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# 

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

2013-08-09 Thread Kyle Keen
Date: Friday, August 9, 2013 @ 17:06:20
  Author: kkeen
Revision: 95323

upgpkg: ipython 1.0.0-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 11:50:53 UTC (rev 95322)
+++ PKGBUILD2013-08-09 15:06:20 UTC (rev 95323)
@@ -6,7 +6,7 @@
 # Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
  
 pkgname=ipython
-pkgver=0.13.2
+pkgver=1.0.0
 pkgrel=1
 pkgdesc=An enhanced Interactive Python shell.
 arch=('any')
@@ -22,8 +22,9 @@
 python-pygments: for ipython-qtconsole
 python-pyzmq: for ipython-qtconcole
 python-tornado: for ipython notebook)
-source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-md5sums=('ead3b7eb70c653b537fb9d96d71b8b2a')
+#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
+source=(https://pypi.python.org/packages/source/i/ipython/$pkgname-$pkgver.tar.gz;)
+md5sums=('2268fa83f257d14943eb04ea6fac')
 
 package() {
   cd $srcdir/ipython-$pkgver
@@ -34,7 +35,7 @@
   find $pkgdir/ -name '*.pyc' -delete
   find $pkgdir/ -type d -empty -delete
 
-  install -Dm644 docs/source/about/license_and_copyright.txt 
$pkgdir/usr/share/licenses/ipython/LICENSE
+  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython/LICENSE
 
   cd $pkgdir/usr/bin/
   mv ipcluster3ipcluster



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

2013-08-09 Thread Kyle Keen
Date: Friday, August 9, 2013 @ 17:06:50
  Author: kkeen
Revision: 95324

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 95323, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

--+
 PKGBUILD |   97 ++---
 1 file changed, 49 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-09 15:06:20 UTC (rev 95323)
+++ PKGBUILD2013-08-09 15:06:50 UTC (rev 95324)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: PepeSmith
-# Contributor: Aron Asor aronasorman at gmail.com
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
- 
-pkgname=ipython
-pkgver=0.13.2
-pkgrel=1
-pkgdesc=An enhanced Interactive Python shell.
-arch=('any')
-url=http://ipython.org;
-provides=('ipython3')
-replaces=('ipython3')
-license=('Modified BSD')
-depends=('python' 'sqlite' 'python-distribute')
-optdepends=(wxpython: needed for ipythonx and ipython-wx
-python-nose: if you want to run IPython's test suite
-pyqt: for ipython-qtconsole
-sip: for ipython-qtconsole
-python-pygments: for ipython-qtconsole
-python-pyzmq: for ipython-qtconcole
-python-tornado: for ipython notebook)
-source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-md5sums=('ead3b7eb70c653b537fb9d96d71b8b2a')
-
-package() {
-  cd $srcdir/ipython-$pkgver
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-  find $pkgdir/ -type d -empty -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.txt 
$pkgdir/usr/share/licenses/ipython/LICENSE
-
-  cd $pkgdir/usr/bin/
-  mv ipcluster3ipcluster
-  mv ipcontroller3 ipcontroller
-  mv ipengine3 ipengine
-  mv iplogger3 iplogger
-  mv iptest3   iptest
-  mv ipython3  ipython
-  mv irunner3  irunner
-  mv pycolor3  pycolor
-}

Copied: ipython/repos/community-any/PKGBUILD (from rev 95323, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-09 15:06:50 UTC (rev 95324)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: PepeSmith
+# Contributor: Aron Asor aronasorman at gmail.com
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
+ 
+pkgname=ipython
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=An enhanced Interactive Python shell.
+arch=('any')
+url=http://ipython.org;
+provides=('ipython3')
+replaces=('ipython3')
+license=('Modified BSD')
+depends=('python' 'sqlite' 'python-distribute')
+optdepends=(wxpython: needed for ipythonx and ipython-wx
+python-nose: if you want to run IPython's test suite
+pyqt: for ipython-qtconsole
+sip: for ipython-qtconsole
+python-pygments: for ipython-qtconsole
+python-pyzmq: for ipython-qtconcole
+python-tornado: for ipython notebook)
+#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
+source=(https://pypi.python.org/packages/source/i/ipython/$pkgname-$pkgver.tar.gz;)
+md5sums=('2268fa83f257d14943eb04ea6fac')
+
+package() {
+  cd $srcdir/ipython-$pkgver
+
+  # see https://github.com/ipython/ipython/issues/2057
+  #export LC_ALL=en_US.UTF-8
+  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
+  find $pkgdir/ -name '*.pyc' -delete
+  find $pkgdir/ -type d -empty -delete
+
+  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython/LICENSE
+
+  cd $pkgdir/usr/bin/
+  mv ipcluster3ipcluster
+  mv ipcontroller3 ipcontroller
+  mv ipengine3 ipengine
+  mv iplogger3 iplogger
+  mv iptest3   iptest
+  mv ipython3  ipython
+  mv irunner3  irunner
+  mv pycolor3  pycolor
+}



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

2013-08-09 Thread Kyle Keen
Date: Friday, August 9, 2013 @ 17:47:35
  Author: kkeen
Revision: 95326

archrelease: copy trunk to community-any

Added:
  ipython2/repos/community-any/PKGBUILD
(from rev 95325, ipython2/trunk/PKGBUILD)
Deleted:
  ipython2/repos/community-any/PKGBUILD

--+
 PKGBUILD |  165 -
 1 file changed, 88 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-09 15:47:11 UTC (rev 95325)
+++ PKGBUILD2013-08-09 15:47:35 UTC (rev 95326)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=ipython2
-_pkgbase=ipython
-pkgname=(ipython2 ipython2-docs)
-pkgver=0.13.2
-pkgrel=2
-arch=('any')
-url=http://ipython.org;
-license=('Modified BSD')
-makedepends=('python2') # for setup.py
-source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-md5sums=('ead3b7eb70c653b537fb9d96d71b8b2a')
-
-package_ipython2() {
-  pkgdesc=An enhanced Interactive Python2 shell.
-  depends=('python2')
-  optdepends=(wxpython: needed for ipythonx and ipython-wx
-  twisted: networking-related tasks
-  python2-foolscap: for IPython's parallel computing features
-  python2-pexpect: for irunner
-  python2-nose: if you want to run IPython's test suite
-  python2-pyqt: for ipython-qtconsole
-  python2-sip: for ipython-qtconsole
-  python2-pygments: for ipython-qtconsole
-  python2-pyzmq: for ipython-qtconsole
-  python2-tornado: for ipython notebook)
-
-  cd $srcdir/$_pkgbase-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  rm -rf $pkgdir/usr/share/doc
-  find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-  find $pkgdir/ -name '*.pyc' -delete
-
-  # hack to get around ipython collision
-  cd $pkgdir/usr/share/man/man1/
-  mv ipcluster.1ipcluster2.1
-  mv ipcontroller.1 ipcontroller2.1
-  mv ipengine.1 ipengine2.1
-  mv iplogger.1 iplogger2.1
-  mv ipython.1  ipython2.1
-  mv irunner.1  irunner2.1
-  mv pycolor.1  pycolor2.1
-  cd $pkgdir/usr/bin/
-  mv ipcluster ipcluster2
-  mv ipcontroller  ipcontroller2
-  mv ipengine  ipengine2
-  mv iplogger  iplogger2
-  mv iptestiptest2
-  mv ipython   ipython2
-  mv irunner   irunner2
-  mv pycolor   pycolor2
-}
-
-package_ipython2-docs() {
-  pkgdesc='Documentation and examples for IPython2'
-
-  cd $srcdir/$_pkgbase-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  rm -rf $pkgdir/usr/lib $pkgdir/usr/bin $pkgdir/usr/share/man
-
- find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  # This seems wrong.  We're running setup.py for both
-  # packages, and removing different things in each.
-  mv $pkgdir/usr/share/doc/ipython/ $pkgdir/usr/share/doc/ipython2/
-}
-

Copied: ipython2/repos/community-any/PKGBUILD (from rev 95325, 
ipython2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-09 15:47:35 UTC (rev 95326)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
+
+# removing the docs split while I figure out what they did to the docs
+
+#pkgbase=ipython2
+#_pkgbase=ipython
+#pkgname=(ipython2 ipython2-docs)
+pkgname='ipython2'
+pkgver=1.0.0
+pkgrel=1
+arch=('any')
+url=http://ipython.org;
+license=('Modified BSD')
+makedepends=('python2' 'python2-sphinx')
+#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
+source=(https://pypi.python.org/packages/source/i/ipython/ipython-$pkgver.tar.gz;)
+md5sums=('2268fa83f257d14943eb04ea6fac')
+
+#package_ipython2() {
+package() {
+  pkgdesc=An enhanced Interactive Python2 shell.
+  depends=('python2')
+  optdepends=(wxpython: needed for ipythonx and ipython-wx
+  twisted: networking-related tasks
+  python2-foolscap: for IPython's parallel computing features
+  python2-pexpect: for irunner
+  python2-nose: if you want to run IPython's test suite
+  python2-pyqt: for ipython-qtconsole
+  python2-sip: for ipython-qtconsole
+  python2-pygments: for ipython-qtconsole
+  python2-pyzmq: for ipython-qtconsole
+  python2-tornado: for ipython notebook)
+
+  #cd $srcdir/$_pkgbase-$pkgver
+  cd 

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

2013-08-09 Thread Kyle Keen
Date: Friday, August 9, 2013 @ 17:47:11
  Author: kkeen
Revision: 95325

upgpkg: ipython2 1.0.0-1

Modified:
  ipython2/trunk/PKGBUILD

--+
 PKGBUILD |   51 +++
 1 file changed, 31 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 15:06:50 UTC (rev 95324)
+++ PKGBUILD2013-08-09 15:47:11 UTC (rev 95325)
@@ -3,19 +3,24 @@
 # Contributor: Chris Brannon ch...@the-brannons.com
 # Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
 
-pkgbase=ipython2
-_pkgbase=ipython
-pkgname=(ipython2 ipython2-docs)
-pkgver=0.13.2
-pkgrel=2
+# removing the docs split while I figure out what they did to the docs
+
+#pkgbase=ipython2
+#_pkgbase=ipython
+#pkgname=(ipython2 ipython2-docs)
+pkgname='ipython2'
+pkgver=1.0.0
+pkgrel=1
 arch=('any')
 url=http://ipython.org;
 license=('Modified BSD')
-makedepends=('python2') # for setup.py
-source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-md5sums=('ead3b7eb70c653b537fb9d96d71b8b2a')
+makedepends=('python2' 'python2-sphinx')
+#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
+source=(https://pypi.python.org/packages/source/i/ipython/ipython-$pkgver.tar.gz;)
+md5sums=('2268fa83f257d14943eb04ea6fac')
 
-package_ipython2() {
+#package_ipython2() {
+package() {
   pkgdesc=An enhanced Interactive Python2 shell.
   depends=('python2')
   optdepends=(wxpython: needed for ipythonx and ipython-wx
@@ -29,7 +34,8 @@
   python2-pyzmq: for ipython-qtconsole
   python2-tornado: for ipython notebook)
 
-  cd $srcdir/$_pkgbase-$pkgver
+  #cd $srcdir/$_pkgbase-$pkgver
+  cd $srcdir/ipython-$pkgver
 
   python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
   rm -rf $pkgdir/usr/share/doc
@@ -58,20 +64,25 @@
   mv pycolor   pycolor2
 }
 
-package_ipython2-docs() {
-  pkgdesc='Documentation and examples for IPython2'
+# So this is weird.  The old docs are gone.  New docs use sphinx?
+# Does not seem to build though.  Will fix later.
 
-  cd $srcdir/$_pkgbase-$pkgver
+#package_ipython2-docs() {
+#  pkgdesc='Documentation and examples for IPython2'
 
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  rm -rf $pkgdir/usr/lib $pkgdir/usr/bin $pkgdir/usr/share/man
+#  cd $srcdir/$_pkgbase-$pkgver/docs
+#  make PREFIX=/usr
+#  make DESTDIR=$pkgdir install
 
- find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
+  #python2 setup.py install --prefix=/usr --root=$pkgdir
+  #rm -rf $pkgdir/usr/lib $pkgdir/usr/bin $pkgdir/usr/share/man
 
+  #find $pkgdir -name '*.py' -print0 |xargs -0 \
+  #  sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
+  #  -e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
+
   # This seems wrong.  We're running setup.py for both
   # packages, and removing different things in each.
-  mv $pkgdir/usr/share/doc/ipython/ $pkgdir/usr/share/doc/ipython2/
-}
+  #mv $pkgdir/usr/share/doc/ipython/ $pkgdir/usr/share/doc/ipython2/
+#}
 



[arch-commits] Commit in p3scan/repos (16 files)

2013-08-09 Thread Sergej Pupykin
Date: Friday, August 9, 2013 @ 18:10:31
  Author: spupykin
Revision: 95328

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

Added:
  p3scan/repos/community-i686/PKGBUILD
(from rev 95327, p3scan/trunk/PKGBUILD)
  p3scan/repos/community-i686/p3scan.install
(from rev 95327, p3scan/trunk/p3scan.install)
  p3scan/repos/community-i686/p3scan.service
(from rev 95327, p3scan/trunk/p3scan.service)
  p3scan/repos/community-i686/p3scan.tmpfiles
(from rev 95327, p3scan/trunk/p3scan.tmpfiles)
  p3scan/repos/community-x86_64/PKGBUILD
(from rev 95327, p3scan/trunk/PKGBUILD)
  p3scan/repos/community-x86_64/p3scan.install
(from rev 95327, p3scan/trunk/p3scan.install)
  p3scan/repos/community-x86_64/p3scan.service
(from rev 95327, p3scan/trunk/p3scan.service)
  p3scan/repos/community-x86_64/p3scan.tmpfiles
(from rev 95327, p3scan/trunk/p3scan.tmpfiles)
Deleted:
  p3scan/repos/community-i686/PKGBUILD
  p3scan/repos/community-i686/p3scan.install
  p3scan/repos/community-i686/p3scan.service
  p3scan/repos/community-i686/p3scan.tmpfiles
  p3scan/repos/community-x86_64/PKGBUILD
  p3scan/repos/community-x86_64/p3scan.install
  p3scan/repos/community-x86_64/p3scan.service
  p3scan/repos/community-x86_64/p3scan.tmpfiles

--+
 /PKGBUILD|  116 +
 /p3scan.install  |   14 
 /p3scan.service  |   20 ++
 /p3scan.tmpfiles |2 
 community-i686/PKGBUILD  |   59 --
 community-i686/p3scan.install|7 --
 community-i686/p3scan.service|   10 ---
 community-i686/p3scan.tmpfiles   |1 
 community-x86_64/PKGBUILD|   59 --
 community-x86_64/p3scan.install  |7 --
 community-x86_64/p3scan.service  |   10 ---
 community-x86_64/p3scan.tmpfiles |1 
 12 files changed, 152 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-09 16:10:09 UTC (rev 95327)
+++ community-i686/PKGBUILD 2013-08-09 16:10:31 UTC (rev 95328)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: v01d phreakuenc...@gmail.com
-
-pkgname=p3scan
-pkgver=2.3.2
-pkgrel=9
-pkgdesc=Fully transparent POP3/SMTP proxy with Anti-Virus and SPAM protection
-arch=('i686' 'x86_64')
-url=http://p3scan.sourceforge.net/;
-depends=('pcre' 'openssl')
-license=('GPL')
-install=p3scan.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
-   p3scan.service
-   p3scan.tmpfiles)
-md5sums=('9f8decc7d4701228788e3c8717096ca0'
- '74a3a5e52e6714ac5001985061248a34'
- '265a730e20e3d8aaf0cd7816dc98ca71')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Fix CFLAGS and other options hardcoded in Makefiles
-  unset CFLAGS
-  sed -ri s|^CFLAGS=-Wall( -g)? -O2|CFLAGS=-Wall $CFLAGS| Makefile 
ripmime/Makefile ripmime/tnef/Makefile ripmime/ripOLE/Makefile
-  sed -ri 's|^LOCATION=.+$|LOCATION=/usr|' ripmime/Makefile
-  sed -ri 's|\$\(SYSINS\) -v -m 550 --strip p3scan 
\$\(PREFIX\)/sbin/|$(SYSINS) -D -v -m 550 --strip p3scan $(DESTDIR)/usr/bin/|' 
Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Create base dirs, the Makefile assumes they're there
-  install -d $pkgdir/usr/bin $pkgdir/usr/man/man8 $pkgdir/etc/rc.d
-
-  # install with root set on $pkgdir
-  make DESTDIR=$pkgdir install
-
-  # delete init script provided and use an arch compatible one
-  rm -rf $pkgdir/etc/rc.d
-
-  # BUG?: make absolute link a relative one
-  (
-cd $pkgdir/etc/p3scan
-ln -sf p3scan-en.mail p3scan.mail
-  )
-
-  # BUG: fix .conf file (the license has C style comments, they should be 
conf-style comments)
-  sed -ri 's|^[/ ]\*/?|# |g' $pkgdir/etc/p3scan/p3scan.conf
-
-  mv $pkgdir/usr/man $pkgdir/usr/share/
-  mv $pkgdir/usr/doc $pkgdir/usr/share/
-  rm -rf $pkgdir/var/run
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: p3scan/repos/community-i686/PKGBUILD (from rev 95327, 
p3scan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-09 16:10:31 UTC (rev 95328)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: v01d phreakuenc...@gmail.com
+
+pkgname=p3scan
+pkgver=2.3.2
+pkgrel=10
+pkgdesc=Fully transparent POP3/SMTP proxy with Anti-Virus and SPAM protection
+arch=('i686' 'x86_64')
+url=http://p3scan.sourceforge.net/;
+depends=('pcre' 'openssl')
+license=('GPL')
+install=p3scan.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
+   p3scan.service
+   

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

2013-08-09 Thread Sergej Pupykin
Date: Friday, August 9, 2013 @ 18:10:52
  Author: spupykin
Revision: 95330

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-09 16:10:35 UTC (rev 95329)
+++ community-i686/PKGBUILD 2013-08-09 16:10:52 UTC (rev 95330)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=virtviewer
-pkgver=0.5.6
-pkgrel=1
-pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
-depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt' 'spice-gtk3')
-makedepends=('intltool')
-url=http://virt-manager.et.redhat.com;
-arch=('i686' 'x86_64')
-license=('GPL')
-source=(http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
-md5sums=('b1f55ad642df062028b24d8a77619ac5')
-
-build() {
-  cd $srcdir/virt-viewer-$pkgver
-  ./configure --prefix=/usr --with-gtk=3.0
-  make
-}
-
-package() {
-  cd $srcdir/virt-viewer-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: virtviewer/repos/community-i686/PKGBUILD (from rev 95329, 
virtviewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-09 16:10:52 UTC (rev 95330)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jonathan Wiersma archaur at jonw dot org
+
+pkgname=virtviewer
+pkgver=0.5.7
+pkgrel=1
+pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
+depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt' 'spice-gtk3')
+makedepends=('intltool')
+url=http://virt-manager.et.redhat.com;
+arch=('i686' 'x86_64')
+license=('GPL')
+source=(http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
+md5sums=('c0d6d2de66e61df6c2ad339625c58a2a')
+
+build() {
+  cd $srcdir/virt-viewer-$pkgver
+  ./configure --prefix=/usr --with-gtk=3.0
+  make
+}
+
+package() {
+  cd $srcdir/virt-viewer-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-09 16:10:35 UTC (rev 95329)
+++ community-x86_64/PKGBUILD   2013-08-09 16:10:52 UTC (rev 95330)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=virtviewer
-pkgver=0.5.6
-pkgrel=1
-pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
-depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt' 'spice-gtk3')
-makedepends=('intltool')
-url=http://virt-manager.et.redhat.com;
-arch=('i686' 'x86_64')
-license=('GPL')
-source=(http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
-md5sums=('b1f55ad642df062028b24d8a77619ac5')
-
-build() {
-  cd $srcdir/virt-viewer-$pkgver
-  ./configure --prefix=/usr --with-gtk=3.0
-  make
-}
-
-package() {
-  cd $srcdir/virt-viewer-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: virtviewer/repos/community-x86_64/PKGBUILD (from rev 95329, 
virtviewer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-09 16:10:52 UTC (rev 95330)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jonathan Wiersma archaur at jonw dot org
+
+pkgname=virtviewer
+pkgver=0.5.7
+pkgrel=1
+pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
+depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt' 'spice-gtk3')
+makedepends=('intltool')
+url=http://virt-manager.et.redhat.com;
+arch=('i686' 'x86_64')
+license=('GPL')
+source=(http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
+md5sums=('c0d6d2de66e61df6c2ad339625c58a2a')
+
+build() {
+  cd $srcdir/virt-viewer-$pkgver
+  ./configure --prefix=/usr --with-gtk=3.0
+  make
+}
+
+package() {
+  cd $srcdir/virt-viewer-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-08-09 Thread Sergej Pupykin
Date: Friday, August 9, 2013 @ 18:10:35
  Author: spupykin
Revision: 95329

upgpkg: virtviewer 0.5.7-1

upd

Modified:
  virtviewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 16:10:31 UTC (rev 95328)
+++ PKGBUILD2013-08-09 16:10:35 UTC (rev 95329)
@@ -3,7 +3,7 @@
 # Maintainer: Jonathan Wiersma archaur at jonw dot org
 
 pkgname=virtviewer
-pkgver=0.5.6
+pkgver=0.5.7
 pkgrel=1
 pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
 depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt' 'spice-gtk3')
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 
source=(http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
-md5sums=('b1f55ad642df062028b24d8a77619ac5')
+md5sums=('c0d6d2de66e61df6c2ad339625c58a2a')
 
 build() {
   cd $srcdir/virt-viewer-$pkgver



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

2013-08-09 Thread Sergej Pupykin
Date: Friday, August 9, 2013 @ 18:10:09
  Author: spupykin
Revision: 95327

upgpkg: p3scan 2.3.2-10

upd

Modified:
  p3scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 15:47:35 UTC (rev 95326)
+++ PKGBUILD2013-08-09 16:10:09 UTC (rev 95327)
@@ -4,7 +4,7 @@
 
 pkgname=p3scan
 pkgver=2.3.2
-pkgrel=9
+pkgrel=10
 pkgdesc=Fully transparent POP3/SMTP proxy with Anti-Virus and SPAM protection
 arch=('i686' 'x86_64')
 url=http://p3scan.sourceforge.net/;
@@ -33,12 +33,12 @@
   cd $srcdir/$pkgname-$pkgver
 
   # Create base dirs, the Makefile assumes they're there
-  install -d $pkgdir/usr/bin $pkgdir/usr/man/man8 $pkgdir/etc/rc.d
+  install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man8 $pkgdir/etc/rc.d
 
   # install with root set on $pkgdir
-  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir install MANDIR=/usr/share/man/man8
 
-  # delete init script provided and use an arch compatible one
+  # delete init script provided
   rm -rf $pkgdir/etc/rc.d
 
   # BUG?: make absolute link a relative one
@@ -50,7 +50,6 @@
   # BUG: fix .conf file (the license has C style comments, they should be 
conf-style comments)
   sed -ri 's|^[/ ]\*/?|# |g' $pkgdir/etc/p3scan/p3scan.conf
 
-  mv $pkgdir/usr/man $pkgdir/usr/share/
   mv $pkgdir/usr/doc $pkgdir/usr/share/
   rm -rf $pkgdir/var/run
 



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

2013-08-09 Thread Tom Gundersen
Date: Friday, August 9, 2013 @ 18:36:52
  Author: tomegun
Revision: 192281

upgpkg: gummiboot 35-1

upstream release

Modified:
  gummiboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 14:22:03 UTC (rev 192280)
+++ PKGBUILD2013-08-09 16:36:52 UTC (rev 192281)
@@ -5,7 +5,7 @@
 # Contributor:  Mantas Mikulėnas graw...@gmail.com
 
 pkgname=gummiboot
-pkgver=33
+pkgver=35
 pkgrel=1
 pkgdesc=Simple text-mode UEFI Boot Manager
 url=http://freedesktop.org/wiki/Software/gummiboot;



[arch-commits] Commit in gummiboot/repos (10 files)

2013-08-09 Thread Tom Gundersen
Date: Friday, August 9, 2013 @ 18:36:59
  Author: tomegun
Revision: 192282

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

Added:
  gummiboot/repos/testing-i686/
  gummiboot/repos/testing-i686/PKGBUILD
(from rev 192281, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-i686/arch.conf
(from rev 192281, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-i686/gummiboot.install
(from rev 192281, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-i686/loader.conf
(from rev 192281, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-x86_64/
  gummiboot/repos/testing-x86_64/PKGBUILD
(from rev 192281, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-x86_64/arch.conf
(from rev 192281, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-x86_64/gummiboot.install
(from rev 192281, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-x86_64/loader.conf
(from rev 192281, gummiboot/trunk/loader.conf)

--+
 testing-i686/PKGBUILD|   45 +
 testing-i686/arch.conf   |7 +
 testing-i686/gummiboot.install   |   13 ++
 testing-i686/loader.conf |2 +
 testing-x86_64/PKGBUILD  |   45 +
 testing-x86_64/arch.conf |7 +
 testing-x86_64/gummiboot.install |   13 ++
 testing-x86_64/loader.conf   |2 +
 8 files changed, 134 insertions(+)

Copied: gummiboot/repos/testing-i686/PKGBUILD (from rev 192281, 
gummiboot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-09 16:36:59 UTC (rev 192282)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor:  Mantas Mikulėnas graw...@gmail.com
+
+pkgname=gummiboot
+pkgver=35
+pkgrel=1
+pkgdesc=Simple text-mode UEFI Boot Manager
+url=http://freedesktop.org/wiki/Software/gummiboot;
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip')
+source=(git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}
+'loader.conf'
+'arch.conf')
+install=gummiboot.install
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   ./autogen.sh
+   ./configure --sysconfdir=/etc --libexecdir=/usr/lib --libdir=/usr/lib
+   
+   make
+}
+
+package() {
+   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-install)
+   install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
+   install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf
+
+   cd ${srcdir}/${pkgname}
+
+   make DESTDIR=${pkgdir} install
+}
+md5sums=('SKIP'
+ '6ea803e5179d623716e3be0b636de658'
+ '82bda9612e3a361a74cf8de2a0134b15')

Copied: gummiboot/repos/testing-i686/arch.conf (from rev 192281, 
gummiboot/trunk/arch.conf)
===
--- testing-i686/arch.conf  (rev 0)
+++ testing-i686/arch.conf  2013-08-09 16:36:59 UTC (rev 192282)
@@ -0,0 +1,7 @@
+## This is just an exmaple config file.
+## Please edit the paths and kernel parameters according to your system.
+
+title   Arch Linux
+linux   /vmlinuz-linux
+initrd  /initramfs-linux.img
+options root=PARTUUID= rootfstype= add_efi_memmap

Copied: gummiboot/repos/testing-i686/gummiboot.install (from rev 192281, 
gummiboot/trunk/gummiboot.install)
===
--- testing-i686/gummiboot.install  (rev 0)
+++ testing-i686/gummiboot.install  2013-08-09 16:36:59 UTC (rev 192282)
@@ -0,0 +1,13 @@
+post_install() {
+   mkdir -p /boot/EFI/gummiboot
+   /usr/bin/gummiboot update
+   echo :: Run '/usr/bin/gummiboot install' to make gummiboot your 
default bootloader
+}
+
+post_upgrade() {
+   /usr/bin/gummiboot update
+}
+
+pre_remove() {
+   /usr/bin/gummiboot remove
+}

Copied: gummiboot/repos/testing-i686/loader.conf (from rev 192281, 
gummiboot/trunk/loader.conf)
===
--- testing-i686/loader.conf(rev 0)
+++ testing-i686/loader.conf2013-08-09 16:36:59 UTC (rev 192282)
@@ -0,0 +1,2 @@
+timeout 10
+default arch

Copied: gummiboot/repos/testing-x86_64/PKGBUILD (from rev 192281, 
gummiboot/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ 

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

2013-08-09 Thread Dan McGee
Date: Friday, August 9, 2013 @ 18:59:51
  Author: dan
Revision: 192283

upgpkg: python-pip 1.4.1-1

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 16:36:59 UTC (rev 192282)
+++ PKGBUILD2013-08-09 16:59:51 UTC (rev 192283)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@lblbox
 
 pkgname=('python-pip' 'python2-pip')
-pkgver=1.4
+pkgver=1.4.1
 pkgrel=1
 pkgdesc=An easy_install replacement for installing pypi python packages
 url=http://www.pip-installer.org/;
@@ -42,5 +42,5 @@
  $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('ca790be30004937987767eac42cfa44a')
-sha256sums=('1fd43cbf07d95ddcecbb795c97a1674b3ddb711bb4a67661284a5aa765aa1b97')
+md5sums=('6afbb46aeb48abac658d4df742bff714')
+sha256sums=('4e7a06554711a624c35d0c646f63674b7f6bfc7f80221bf1eb1f631bd890d04e')



[arch-commits] Commit in python-pip/repos/extra-any (PKGBUILD PKGBUILD)

2013-08-09 Thread Dan McGee
Date: Friday, August 9, 2013 @ 18:59:58
  Author: dan
Revision: 192284

archrelease: copy trunk to extra-any

Added:
  python-pip/repos/extra-any/PKGBUILD
(from rev 192283, python-pip/trunk/PKGBUILD)
Deleted:
  python-pip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-09 16:59:51 UTC (rev 192283)
+++ PKGBUILD2013-08-09 16:59:58 UTC (rev 192284)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgname=('python-pip' 'python2-pip')
-pkgver=1.4
-pkgrel=1
-pkgdesc=An easy_install replacement for installing pypi python packages
-url=http://www.pip-installer.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-
-package_python-pip() {
-  depends=('python' 'python-distribute')
-
-  cd $srcdir/pip-$pkgver
-  python setup.py build
-  python setup.py install --prefix=/usr --root=$pkgdir
-
-  ln $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip3
-
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pip() {
-  depends=('python2' 'python2-distribute')
-  conflicts=('python-pyinstall')
-  replaces=('python-pyinstall')
-
-  cd $srcdir/pip-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  
-  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('ca790be30004937987767eac42cfa44a')
-sha256sums=('1fd43cbf07d95ddcecbb795c97a1674b3ddb711bb4a67661284a5aa765aa1b97')

Copied: python-pip/repos/extra-any/PKGBUILD (from rev 192283, 
python-pip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-09 16:59:58 UTC (rev 192284)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Sebastien Binet binet@lblbox
+
+pkgname=('python-pip' 'python2-pip')
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=An easy_install replacement for installing pypi python packages
+url=http://www.pip-installer.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
+source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
+
+package_python-pip() {
+  depends=('python' 'python-distribute')
+
+  cd $srcdir/pip-$pkgver
+  python setup.py build
+  python setup.py install --prefix=/usr --root=$pkgdir
+
+  ln $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip3
+
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pip() {
+  depends=('python2' 'python2-distribute')
+  conflicts=('python-pyinstall')
+  replaces=('python-pyinstall')
+
+  cd $srcdir/pip-$pkgver
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+  
+  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
+${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('6afbb46aeb48abac658d4df742bff714')
+sha256sums=('4e7a06554711a624c35d0c646f63674b7f6bfc7f80221bf1eb1f631bd890d04e')



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

2013-08-09 Thread Dan McGee
Date: Friday, August 9, 2013 @ 19:00:18
  Author: dan
Revision: 192285

upgpkg: python-virtualenv 1.10.1-1

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 16:59:58 UTC (rev 192284)
+++ PKGBUILD2013-08-09 17:00:18 UTC (rev 192285)
@@ -3,7 +3,7 @@
 # Contributor: Daniele Paolella d...@mcrservice.it
 
 pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=1.10
+pkgver=1.10.1
 pkgrel=1
 pkgdesc=Virtual Python Environment builder
 url=http://www.virtualenv.org/;
@@ -46,5 +46,5 @@
 $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('9745c28256c70c76d36adb3767a00212')
-sha256sums=('e0851ef23c188c819d4f6de3e82521ab1f63fa80e154d30bd823afef73f341b0')
+md5sums=('3a04aa2b32c76c83725ed4d9918e362e')
+sha256sums=('857449d69b9ec7d058dcc2e37c53d3895432300881aa61fd2ade178a807b0aa7')



[arch-commits] Commit in python-virtualenv/repos/extra-any (PKGBUILD PKGBUILD)

2013-08-09 Thread Dan McGee
Date: Friday, August 9, 2013 @ 19:00:37
  Author: dan
Revision: 192286

archrelease: copy trunk to extra-any

Added:
  python-virtualenv/repos/extra-any/PKGBUILD
(from rev 192285, python-virtualenv/trunk/PKGBUILD)
Deleted:
  python-virtualenv/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-09 17:00:18 UTC (rev 192285)
+++ PKGBUILD2013-08-09 17:00:37 UTC (rev 192286)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Daniele Paolella d...@mcrservice.it
-
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=1.10
-pkgrel=1
-pkgdesc=Virtual Python Environment builder
-url=http://www.virtualenv.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python2')
-replaces=('virtualenv')
-conflicts=('virtualenv')
-source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-
-package_python-virtualenv() {
-  depends=('python')
-
-  cd $srcdir/virtualenv-$pkgver
-  LANG='en_US.UTF-8' python3 setup.py build
-  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root=$pkgdir
-
-  # link to a version with 3 suffix as well
-  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
-
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-virtualenv() {
-  depends=('python2')
-
-  cd $srcdir/virtualenv-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-
-  # move this old version out of the way
-  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
-
-  # should report this upstream as still not fixed...
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
- 
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('9745c28256c70c76d36adb3767a00212')
-sha256sums=('e0851ef23c188c819d4f6de3e82521ab1f63fa80e154d30bd823afef73f341b0')

Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 192285, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-09 17:00:37 UTC (rev 192286)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Daniele Paolella d...@mcrservice.it
+
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=1.10.1
+pkgrel=1
+pkgdesc=Virtual Python Environment builder
+url=http://www.virtualenv.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python2')
+replaces=('virtualenv')
+conflicts=('virtualenv')
+source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
+
+package_python-virtualenv() {
+  depends=('python')
+
+  cd $srcdir/virtualenv-$pkgver
+  LANG='en_US.UTF-8' python3 setup.py build
+  LANG='en_US.UTF-8' python3 setup.py install --prefix=/usr --root=$pkgdir
+
+  # link to a version with 3 suffix as well
+  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
+
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-virtualenv() {
+  depends=('python2')
+
+  cd $srcdir/virtualenv-$pkgver
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+
+  # move this old version out of the way
+  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
+
+  # should report this upstream as still not fixed...
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
+$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
+ 
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('3a04aa2b32c76c83725ed4d9918e362e')
+sha256sums=('857449d69b9ec7d058dcc2e37c53d3895432300881aa61fd2ade178a807b0aa7')



[arch-commits] Commit in rdesktop/trunk (3 files)

2013-08-09 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 20:41:03
  Author: eric
Revision: 192287

upgpkg: rdesktop 1.8.0-1

Upstream update, Add pcsclite depends, Add prepare function, Update patches

Modified:
  rdesktop/trunk/PKGBUILD
  rdesktop/trunk/rdesktop-libao.patch
  rdesktop/trunk/rdesktop-send_physical_buttons.diff

-+
 PKGBUILD|   17 ++---
 rdesktop-libao.patch|3 +--
 rdesktop-send_physical_buttons.diff |4 ++--
 3 files changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 17:00:37 UTC (rev 192286)
+++ PKGBUILD2013-08-09 18:41:03 UTC (rev 192287)
@@ -4,20 +4,20 @@
 # Contributor: Dan McGee d...@archlinux.org
 
 pkgname=rdesktop
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
 pkgdesc=An open source client for Windows Remote Desktop Services
 arch=('i686' 'x86_64')
 url=http://www.rdesktop.org/;
 license=('GPL3')
-depends=('openssl' 'libao' 'libsamplerate' 'xorg-xrandr')
+depends=('libao' 'libsamplerate' 'xorg-xrandr' 'pcsclite')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'rdesktop-send_physical_buttons.diff' 'rdesktop-libao.patch')
-md5sums=('c4b39115951c4a6d74f511c99b18fcf9'
- '880d3aeac67b901e6bf44d1323374768'
- 'bd2c9bc68bddcc2652c668753d787df7')
+md5sums=('203d662ac20b22250bbbd525a9f29f3a'
+ 'cbfb12729e7f28e497afb883cc42022b'
+ '6514f31dc879a0a66c955e4e3348c143')
 
-build() {
+prepare() {
   cd ${pkgname}-${pkgver}
 
   # FS#15113
@@ -25,7 +25,10 @@
 
   # Fix libao segfault, from Fedora
   patch -i ${srcdir}/rdesktop-libao.patch
+}
 
+build() {
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
 --enable-smartcard \
 --with-ipv6

Modified: rdesktop-libao.patch
===
--- rdesktop-libao.patch2013-08-09 17:00:37 UTC (rev 192286)
+++ rdesktop-libao.patch2013-08-09 18:41:03 UTC (rev 192287)
@@ -1,11 +1,10 @@
 diff -up rdesktop-1.6.0/rdpsnd_libao.c.ao rdesktop-1.6.0/rdpsnd_libao.c
 --- rdesktop-1.6.0/rdpsnd_libao.c.ao   2007-10-30 14:57:30.0 +0100
 +++ rdesktop-1.6.0/rdpsnd_libao.c  2010-12-02 21:22:39.0 +0100
-@@ -76,7 +76,7 @@ libao_open(void)
+@@ -76,6 +76,7 @@ libao_open(void)
format.channels = 2;
format.rate = 44100;
format.byte_format = AO_FMT_NATIVE;
--
 +  format.matrix = NULL;
  
o_device = ao_open_live(default_driver, format, NULL);

Modified: rdesktop-send_physical_buttons.diff
===
--- rdesktop-send_physical_buttons.diff 2013-08-09 17:00:37 UTC (rev 192286)
+++ rdesktop-send_physical_buttons.diff 2013-08-09 18:41:03 UTC (rev 192287)
@@ -26,8 +26,8 @@
  #endif
  
while ((c = getopt(argc, argv,
-- VNCOPT 
Au:L:d:s:c:p:n:k:g:fbBeEmzCDKS:T:NX:a:x:Pr:045h?)) != -1)
-+ VNCOPT 
Au:L:d:s:c:p:n:k:g:fbBeEMmzCDKS:T:NX:a:x:Pr:045h?)) != -1)
+- VNCOPT 
A:u:L:d:s:c:p:n:k:g:o:fbBeEitmzCDKS:T:NX:a:x:Pr:045h?)) != -1)
++ VNCOPT 
A:u:L:d:s:c:p:n:k:g:o:fbBeEitMmzCDKS:T:NX:a:x:Pr:045h?)) != -1)
{
switch (c)
{



[arch-commits] Commit in rdesktop/repos (12 files)

2013-08-09 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 20:43:55
  Author: eric
Revision: 192288

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

Added:
  rdesktop/repos/extra-i686/PKGBUILD
(from rev 192287, rdesktop/trunk/PKGBUILD)
  rdesktop/repos/extra-i686/rdesktop-libao.patch
(from rev 192287, rdesktop/trunk/rdesktop-libao.patch)
  rdesktop/repos/extra-i686/rdesktop-send_physical_buttons.diff
(from rev 192287, rdesktop/trunk/rdesktop-send_physical_buttons.diff)
  rdesktop/repos/extra-x86_64/PKGBUILD
(from rev 192287, rdesktop/trunk/PKGBUILD)
  rdesktop/repos/extra-x86_64/rdesktop-libao.patch
(from rev 192287, rdesktop/trunk/rdesktop-libao.patch)
  rdesktop/repos/extra-x86_64/rdesktop-send_physical_buttons.diff
(from rev 192287, rdesktop/trunk/rdesktop-send_physical_buttons.diff)
Deleted:
  rdesktop/repos/extra-i686/PKGBUILD
  rdesktop/repos/extra-i686/rdesktop-libao.patch
  rdesktop/repos/extra-i686/rdesktop-send_physical_buttons.diff
  rdesktop/repos/extra-x86_64/PKGBUILD
  rdesktop/repos/extra-x86_64/rdesktop-libao.patch
  rdesktop/repos/extra-x86_64/rdesktop-send_physical_buttons.diff

--+
 /PKGBUILD|   82 
 /rdesktop-libao.patch|   38 +
 /rdesktop-send_physical_buttons.diff |  140 +
 extra-i686/PKGBUILD  |   38 -
 extra-i686/rdesktop-libao.patch  |   20 ---
 extra-i686/rdesktop-send_physical_buttons.diff   |   70 --
 extra-x86_64/PKGBUILD|   38 -
 extra-x86_64/rdesktop-libao.patch|   20 ---
 extra-x86_64/rdesktop-send_physical_buttons.diff |   70 --
 9 files changed, 260 insertions(+), 256 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-09 18:41:03 UTC (rev 192287)
+++ extra-i686/PKGBUILD 2013-08-09 18:43:55 UTC (rev 192288)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Dan McGee d...@archlinux.org
-
-pkgname=rdesktop
-pkgver=1.7.1
-pkgrel=3
-pkgdesc=An open source client for Windows Remote Desktop Services
-arch=('i686' 'x86_64')
-url=http://www.rdesktop.org/;
-license=('GPL3')
-depends=('openssl' 'libao' 'libsamplerate' 'xorg-xrandr')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'rdesktop-send_physical_buttons.diff' 'rdesktop-libao.patch')
-md5sums=('c4b39115951c4a6d74f511c99b18fcf9'
- '880d3aeac67b901e6bf44d1323374768'
- 'bd2c9bc68bddcc2652c668753d787df7')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # FS#15113
-  patch -i ${srcdir}/rdesktop-send_physical_buttons.diff
-
-  # Fix libao segfault, from Fedora
-  patch -i ${srcdir}/rdesktop-libao.patch
-
-  ./configure --prefix=/usr \
---enable-smartcard \
---with-ipv6
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: rdesktop/repos/extra-i686/PKGBUILD (from rev 192287, 
rdesktop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-09 18:43:55 UTC (rev 192288)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Dan McGee d...@archlinux.org
+
+pkgname=rdesktop
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=An open source client for Windows Remote Desktop Services
+arch=('i686' 'x86_64')
+url=http://www.rdesktop.org/;
+license=('GPL3')
+depends=('libao' 'libsamplerate' 'xorg-xrandr' 'pcsclite')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'rdesktop-send_physical_buttons.diff' 'rdesktop-libao.patch')
+md5sums=('203d662ac20b22250bbbd525a9f29f3a'
+ 'cbfb12729e7f28e497afb883cc42022b'
+ '6514f31dc879a0a66c955e4e3348c143')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # FS#15113
+  patch -i ${srcdir}/rdesktop-send_physical_buttons.diff
+
+  # Fix libao segfault, from Fedora
+  patch -i ${srcdir}/rdesktop-libao.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-smartcard \
+--with-ipv6
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/rdesktop-libao.patch
===
--- extra-i686/rdesktop-libao.patch 2013-08-09 18:41:03 UTC (rev 192287)
+++ extra-i686/rdesktop-libao.patch 2013-08-09 18:43:55 UTC (rev 192288)
@@ -1,20 +0,0 @@
-diff -up rdesktop-1.6.0/rdpsnd_libao.c.ao rdesktop-1.6.0/rdpsnd_libao.c
 rdesktop-1.6.0/rdpsnd_libao.c.ao   2007-10-30 14:57:30.0 +0100
-+++ rdesktop-1.6.0/rdpsnd_libao.c  2010-12-02 21:22:39.0 +0100
-@@ -76,7 +76,7 @@ libao_open(void)
-   format.channels = 2;
- 

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

2013-08-09 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 21:48:16
  Author: eric
Revision: 192289

upgpkg: cmake 2.8.11.2-2

Add fix for imagemagick built with HDRI support (close FS#36450)

Modified:
  cmake/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 18:43:55 UTC (rev 192288)
+++ PKGBUILD2013-08-09 19:48:16 UTC (rev 192289)
@@ -4,7 +4,7 @@
 
 pkgname=cmake
 pkgver=2.8.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A cross-platform open-source make system
 arch=('i686' 'x86_64')
 url=http://www.cmake.org/;
@@ -21,6 +21,9 @@
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -p1 -i ${srcdir}/imagemagick.patch
+  sed -i 's/Magick++-6.Q16/Magick++-6.Q16 Magick++-6.Q16HDRI/' 
Modules/FindImageMagick.cmake
+  sed -i 's/MagickWand-6.Q16/MagickWand-6.Q16 MagickWand-6.Q16HDRI/' 
Modules/FindImageMagick.cmake
+  sed -i 's/MagickCore-6.Q16/MagickCore-6.Q16 MagickCore-6.Q16HDRI/' 
Modules/FindImageMagick.cmake
 }
 
 build() {



[arch-commits] Commit in cmake/repos (12 files)

2013-08-09 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 21:48:53
  Author: eric
Revision: 192290

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

Added:
  cmake/repos/extra-i686/PKGBUILD
(from rev 192289, cmake/trunk/PKGBUILD)
  cmake/repos/extra-i686/cmake.install
(from rev 192289, cmake/trunk/cmake.install)
  cmake/repos/extra-i686/imagemagick.patch
(from rev 192289, cmake/trunk/imagemagick.patch)
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 192289, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/cmake.install
(from rev 192289, cmake/trunk/cmake.install)
  cmake/repos/extra-x86_64/imagemagick.patch
(from rev 192289, cmake/trunk/imagemagick.patch)
Deleted:
  cmake/repos/extra-i686/PKGBUILD
  cmake/repos/extra-i686/cmake.install
  cmake/repos/extra-i686/imagemagick.patch
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/cmake.install
  cmake/repos/extra-x86_64/imagemagick.patch

+
 /PKGBUILD  |  110 +++
 /cmake.install |   24 
 /imagemagick.patch |   54 +++
 extra-i686/PKGBUILD|   52 --
 extra-i686/cmake.install   |   12 
 extra-i686/imagemagick.patch   |   27 -
 extra-x86_64/PKGBUILD  |   52 --
 extra-x86_64/cmake.install |   12 
 extra-x86_64/imagemagick.patch |   27 -
 9 files changed, 188 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-09 19:48:16 UTC (rev 192289)
+++ extra-i686/PKGBUILD 2013-08-09 19:48:53 UTC (rev 192290)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=cmake
-pkgver=2.8.11.2
-pkgrel=1
-pkgdesc=A cross-platform open-source make system
-arch=('i686' 'x86_64')
-url=http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt4' 'emacs')
-optdepends=('qt4: cmake-gui')
-install=${pkgname}.install
-source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;
-'imagemagick.patch')
-md5sums=('6f5d7b8e7534a5d9e1a7664ba63cf882'
- '19c4cf0e6e9c9a890f3698c9df8062f1')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/imagemagick.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
-  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
-
-  install -Dm644 Docs/cmake-mode.el \
-${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
-  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
-
-  install -Dm644 Copyright.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 192289, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-09 19:48:53 UTC (rev 192290)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=cmake
+pkgver=2.8.11.2
+pkgrel=2
+pkgdesc=A cross-platform open-source make system
+arch=('i686' 'x86_64')
+url=http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt4' 'emacs')
+optdepends=('qt4: cmake-gui')
+install=${pkgname}.install
+source=(http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz;
+'imagemagick.patch')
+md5sums=('6f5d7b8e7534a5d9e1a7664ba63cf882'
+ '19c4cf0e6e9c9a890f3698c9df8062f1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/imagemagick.patch
+  sed -i 's/Magick++-6.Q16/Magick++-6.Q16 Magick++-6.Q16HDRI/' 
Modules/FindImageMagick.cmake
+  sed -i 's/MagickWand-6.Q16/MagickWand-6.Q16 MagickWand-6.Q16HDRI/' 
Modules/FindImageMagick.cmake
+  sed -i 's/MagickCore-6.Q16/MagickCore-6.Q16 MagickCore-6.Q16HDRI/' 
Modules/FindImageMagick.cmake
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
+  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
+
+  

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

2013-08-09 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 22:02:23
  Author: eric
Revision: 95331

upgpkg: converseen 0.6.4-2

Rebuild against imagemagick 6.8.6.8

Modified:
  converseen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 16:10:52 UTC (rev 95330)
+++ PKGBUILD2013-08-09 20:02:23 UTC (rev 95331)
@@ -4,7 +4,7 @@
 
 pkgname=converseen
 pkgver=0.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc=The batch image converter and resizer
 arch=('i686' 'x86_64')
 url=http://converseen.sourceforge.net/;
@@ -21,13 +21,7 @@
   cd build
   cmake ../${pkgname}-${pkgver} \
   -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DImageMagick_Magick++_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 \
-  
-DImageMagick_Magick++_LIBRARY:FILEPATH=/usr/lib/libMagick++-6.Q16.so \
-  -DImageMagick_MagickWand_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 
\
-  
-DImageMagick_MagickWand_LIBRARY:FILEPATH=/usr/lib/libMagickWand-6.Q16.so \
-  -DImageMagick_MagickCore_INCLUDE_DIR:PATH=/usr/include/ImageMagick-6 
\
-  
-DImageMagick_MagickCore_LIBRARY:FILEPATH=/usr/lib/libMagickCore-6.Q16.so
+  -DCMAKE_INSTALL_PREFIX=/usr 
   make
 }
 



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

2013-08-09 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 22:02:48
  Author: eric
Revision: 95332

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

Added:
  converseen/repos/community-staging-i686/
  converseen/repos/community-staging-i686/PKGBUILD
(from rev 95331, converseen/trunk/PKGBUILD)
  converseen/repos/community-staging-i686/converseen.install
(from rev 95331, converseen/trunk/converseen.install)
  converseen/repos/community-staging-x86_64/
  converseen/repos/community-staging-x86_64/PKGBUILD
(from rev 95331, converseen/trunk/PKGBUILD)
  converseen/repos/community-staging-x86_64/converseen.install
(from rev 95331, converseen/trunk/converseen.install)

-+
 community-staging-i686/PKGBUILD |   32 ++
 community-staging-i686/converseen.install   |   11 
 community-staging-x86_64/PKGBUILD   |   32 ++
 community-staging-x86_64/converseen.install |   11 
 4 files changed, 86 insertions(+)

Copied: converseen/repos/community-staging-i686/PKGBUILD (from rev 95331, 
converseen/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-08-09 20:02:48 UTC (rev 95332)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: archtux antonio.arias9 at gmail.com
+
+pkgname=converseen
+pkgver=0.6.4
+pkgrel=2
+pkgdesc=The batch image converter and resizer
+arch=('i686' 'x86_64')
+url=http://converseen.sourceforge.net/;
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr')
+makedepends=('cmake')
+install=converseen.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('072cb40a495e539661ea789131555f79')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: converseen/repos/community-staging-i686/converseen.install (from rev 
95331, converseen/trunk/converseen.install)
===
--- community-staging-i686/converseen.install   (rev 0)
+++ community-staging-i686/converseen.install   2013-08-09 20:02:48 UTC (rev 
95332)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}

Copied: converseen/repos/community-staging-x86_64/PKGBUILD (from rev 95331, 
converseen/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-08-09 20:02:48 UTC (rev 95332)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: archtux antonio.arias9 at gmail.com
+
+pkgname=converseen
+pkgver=0.6.4
+pkgrel=2
+pkgdesc=The batch image converter and resizer
+arch=('i686' 'x86_64')
+url=http://converseen.sourceforge.net/;
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr')
+makedepends=('cmake')
+install=converseen.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('072cb40a495e539661ea789131555f79')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: converseen/repos/community-staging-x86_64/converseen.install (from rev 
95331, converseen/trunk/converseen.install)
===
--- community-staging-x86_64/converseen.install (rev 0)
+++ community-staging-x86_64/converseen.install 2013-08-09 20:02:48 UTC (rev 
95332)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}



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

2013-08-09 Thread Andreas Radke
Date: Friday, August 9, 2013 @ 22:35:15
  Author: andyrtr
Revision: 192291

upgpkg: glew 1.10.0-2

fix pkgconfig file, FS#36459

Modified:
  glew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 19:48:53 UTC (rev 192290)
+++ PKGBUILD2013-08-09 20:35:15 UTC (rev 192291)
@@ -5,7 +5,7 @@
 
 pkgname=glew
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=The OpenGL Extension Wrangler Library
 arch=('i686' 'x86_64')
 url=http://glew.sourceforge.net;
@@ -15,14 +15,15 @@
 sha1sums=('f41b45ca4a630ad1d00b8b87c5f493781a380300')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   
   sed -i 's|lib64|lib|' config/Makefile.linux
+  sed -i '/^.PHONY: .*\.pc$/d' Makefile
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make GLEW_DEST=${pkgdir}/usr install.all
   install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 



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

2013-08-09 Thread Andreas Radke
Date: Friday, August 9, 2013 @ 22:35:39
  Author: andyrtr
Revision: 192292

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

Added:
  glew/repos/extra-i686/PKGBUILD
(from rev 192291, glew/trunk/PKGBUILD)
  glew/repos/extra-x86_64/PKGBUILD
(from rev 192291, glew/trunk/PKGBUILD)
Deleted:
  glew/repos/extra-i686/PKGBUILD
  glew/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   31 ---
 extra-x86_64/PKGBUILD |   31 ---
 3 files changed, 64 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-09 20:35:15 UTC (rev 192291)
+++ extra-i686/PKGBUILD 2013-08-09 20:35:39 UTC (rev 192292)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: SleepyDog
-
-pkgname=glew
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=The OpenGL Extension Wrangler Library
-arch=('i686' 'x86_64')
-url=http://glew.sourceforge.net;
-license=('BSD' 'MIT' 'GPL')
-depends=('libxmu' 'libxi' 'glu')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
-sha1sums=('f41b45ca4a630ad1d00b8b87c5f493781a380300')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  sed -i 's|lib64|lib|' config/Makefile.linux
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GLEW_DEST=${pkgdir}/usr install.all
-  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  rm ${pkgdir}/usr/lib/{libGLEW,libGLEWmx}.a
-  chmod 0755 ${pkgdir}/usr/lib/libGLEW*.so.${pkgver}
-}

Copied: glew/repos/extra-i686/PKGBUILD (from rev 192291, glew/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-09 20:35:39 UTC (rev 192292)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: SleepyDog
+
+pkgname=glew
+pkgver=1.10.0
+pkgrel=2
+pkgdesc=The OpenGL Extension Wrangler Library
+arch=('i686' 'x86_64')
+url=http://glew.sourceforge.net;
+license=('BSD' 'MIT' 'GPL')
+depends=('libxmu' 'libxi' 'glu')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
+sha1sums=('f41b45ca4a630ad1d00b8b87c5f493781a380300')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  sed -i 's|lib64|lib|' config/Makefile.linux
+  sed -i '/^.PHONY: .*\.pc$/d' Makefile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make GLEW_DEST=${pkgdir}/usr install.all
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  rm ${pkgdir}/usr/lib/{libGLEW,libGLEWmx}.a
+  chmod 0755 ${pkgdir}/usr/lib/libGLEW*.so.${pkgver}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-09 20:35:15 UTC (rev 192291)
+++ extra-x86_64/PKGBUILD   2013-08-09 20:35:39 UTC (rev 192292)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: SleepyDog
-
-pkgname=glew
-pkgver=1.10.0
-pkgrel=1
-pkgdesc=The OpenGL Extension Wrangler Library
-arch=('i686' 'x86_64')
-url=http://glew.sourceforge.net;
-license=('BSD' 'MIT' 'GPL')
-depends=('libxmu' 'libxi' 'glu')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
-sha1sums=('f41b45ca4a630ad1d00b8b87c5f493781a380300')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  sed -i 's|lib64|lib|' config/Makefile.linux
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GLEW_DEST=${pkgdir}/usr install.all
-  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  rm ${pkgdir}/usr/lib/{libGLEW,libGLEWmx}.a
-  chmod 0755 ${pkgdir}/usr/lib/libGLEW*.so.${pkgver}
-}

Copied: glew/repos/extra-x86_64/PKGBUILD (from rev 192291, glew/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-09 20:35:39 UTC (rev 192292)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: SleepyDog
+
+pkgname=glew
+pkgver=1.10.0
+pkgrel=2
+pkgdesc=The OpenGL Extension Wrangler Library
+arch=('i686' 'x86_64')
+url=http://glew.sourceforge.net;
+license=('BSD' 'MIT' 'GPL')
+depends=('libxmu' 'libxi' 'glu')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
+sha1sums=('f41b45ca4a630ad1d00b8b87c5f493781a380300')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  sed -i 's|lib64|lib|' config/Makefile.linux
+  sed -i '/^.PHONY: .*\.pc$/d' Makefile
+  make

[arch-commits] Commit in perl-devel-globaldestruction/trunk (PKGBUILD)

2013-08-09 Thread Jonathan Steel
Date: Friday, August 9, 2013 @ 22:48:43
  Author: jsteel
Revision: 95333

Remove reference to $pkgdir in build function

Modified:
  perl-devel-globaldestruction/trunk/PKGBUILD

--+
 PKGBUILD |   21 ++---
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 20:02:48 UTC (rev 95332)
+++ PKGBUILD2013-08-09 20:48:43 UTC (rev 95333)
@@ -1,37 +1,36 @@
 # $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: jsteel mail at jsteel dot org
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
 # Contributor: Alan Young harley...@gmail.com
 
 pkgname='perl-devel-globaldestruction'
+_pkgname='Devel-GlobalDestruction'
 pkgver='0.11'
 pkgrel='1'
 pkgdesc=Expose the flag which marks global
 arch=('any')
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
-depends=('perl=5.6.0' 'perl-sub-exporter' 
'perl-sub-exporter-progressive=0.001002')
+depends=('perl' 'perl-sub-exporter' 'perl-sub-exporter-progressive')
 url='http://search.cpan.org/dist/Devel-GlobalDestruction'
-source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-$pkgver.tar.gz)
+source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/$_pkgname-$pkgver.tar.gz)
 md5sums=('f2f811fc3e8876aa3fa23d1d16dfb2bd')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
   PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  PERL_MM_OPT=INSTALLDIRS=vendor   \
+  PERL_MB_OPT=--installdirs vendor \
   MODULEBUILDRC=/dev/null
 
-cd $srcdir/Devel-GlobalDestruction-$pkgver
+cd $srcdir/$_pkgname-$pkgver
 
 /usr/bin/perl Makefile.PL
-
 make
   )
 }
 
 check() {
-  cd $srcdir/Devel-GlobalDestruction-$pkgver
+  cd $srcdir/$_pkgname-$pkgver
 
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
 make test
@@ -39,9 +38,9 @@
 }
 
 package() {
-  cd $srcdir/Devel-GlobalDestruction-$pkgver
+  cd $srcdir/$_pkgname-$pkgver
 
-  make install
+  make DESTDIR=$pkgdir/ install
 
   find $pkgdir -name .packlist -o -name perllocal.pod -delete
 }



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

2013-08-09 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 23:05:07
  Author: eric
Revision: 192293

upgpkg: digikam 3.3.0-1

Upstream update, Rebuild against imagemagick 6.8.6.8, Add libgphoto2 makedepends

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 20:35:39 UTC (rev 192292)
+++ PKGBUILD2013-08-09 21:05:07 UTC (rev 192293)
@@ -5,17 +5,17 @@
 
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.digikam.org/;
 makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
+ 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
  'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('666f1d937dc033ddb880aed8a32e7943113d973f')
+sha1sums=('ecf8d9eca918059cdd90ef3538295ee9873fb55f')
 
 prepare() {
   mkdir build



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

2013-08-09 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 23:05:55
  Author: eric
Revision: 192294

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

Added:
  digikam/repos/staging-i686/
  digikam/repos/staging-i686/PKGBUILD
(from rev 192293, digikam/trunk/PKGBUILD)
  digikam/repos/staging-i686/digikam.install
(from rev 192293, digikam/trunk/digikam.install)
  digikam/repos/staging-i686/kipi-plugins.install
(from rev 192293, digikam/trunk/kipi-plugins.install)
  digikam/repos/staging-x86_64/
  digikam/repos/staging-x86_64/PKGBUILD
(from rev 192293, digikam/trunk/PKGBUILD)
  digikam/repos/staging-x86_64/digikam.install
(from rev 192293, digikam/trunk/digikam.install)
  digikam/repos/staging-x86_64/kipi-plugins.install
(from rev 192293, digikam/trunk/kipi-plugins.install)

-+
 staging-i686/PKGBUILD   |   99 ++
 staging-i686/digikam.install|   12 
 staging-i686/kipi-plugins.install   |   12 
 staging-x86_64/PKGBUILD |   99 ++
 staging-x86_64/digikam.install  |   12 
 staging-x86_64/kipi-plugins.install |   12 
 6 files changed, 246 insertions(+)

Copied: digikam/repos/staging-i686/PKGBUILD (from rev 192293, 
digikam/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-09 21:05:55 UTC (rev 192294)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgbase=digikam
+pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
+pkgver=3.3.0
+pkgrel=1
+pkgdesc=Digital photo management application for KDE
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.digikam.org/;
+makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
+ 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
+ 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('ecf8d9eca918059cdd90ef3538295ee9873fb55f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DBUILD_tests=OFF \
+-DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
+  make
+}
+
+package_digikam() {
+  pkgdesc=Digital photo management application for KDE
+  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
+   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
+  optdepends=('kipi-plugins: more tools and plugins')
+  install=digikam.install
+
+  cd build/core
+  make DESTDIR=${pkgdir} install
+  cd ../../build/doc
+  make DESTDIR=${pkgdir} install
+  cd ../../build/po
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts with kde-l10n-* (FS#33762)
+  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkipi.mo
+}
+
+package_libkface() {
+  pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
+  depends=('kdelibs' 'opencv')
+
+  cd build/extra/libkface
+  make DESTDIR=${pkgdir} install
+}
+
+package_libkgeomap() {
+  pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map
+  depends=('kdelibs' 'kdeedu-marble')
+
+  cd build/extra/libkgeomap
+  make DESTDIR=${pkgdir} install
+}
+
+package_libkvkontakte() {
+  pkgdesc=KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network
+  depends=('kdelibs' 'qjson')
+
+  cd build/extra/libkvkontakte
+  make DESTDIR=${pkgdir} install
+}
+
+package_libmediawiki() {
+  pkgdesc=A KDE C++ interface for MediaWiki based web service as 
wikipedia.org
+  depends=('kdelibs')
+
+  cd build/extra/libmediawiki
+  make DESTDIR=${pkgdir} install
+}
+
+package_kipi-plugins() {
+  pkgdesc=A collection of plugins extending the KDE graphics and image 
applications as digiKam
+  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane' 
'libkexiv2')
+  optdepends=('libkgeomap: Geolocalize tool'
+  'libmediawiki: MediaWiki Export plugin'
+  'libkvkontakte: VKontakte.ru Exporter plugin'
+  'libgpod: iPodExport plugin'
+  'opencv: Remove Red Eyes plugin'
+  'imagemagick: Video SlideShow plugin'
+  'qt-gstreamer: Video SlideShow plugin')
+  install=kipi-plugins.install
+
+  cd build/extra/kipi-plugins
+  make DESTDIR=${pkgdir} install
+}

Copied: digikam/repos/staging-i686/digikam.install (from rev 192293, 
digikam/trunk/digikam.install)
===
--- staging-i686/digikam.install(rev 

[arch-commits] Commit in perl-sub-exporter-progressive/trunk (PKGBUILD)

2013-08-09 Thread Jonathan Steel
Date: Friday, August 9, 2013 @ 23:08:55
  Author: jsteel
Revision: 95334

Remove reference to $pkgdir in build function

Modified:
  perl-sub-exporter-progressive/trunk/PKGBUILD

--+
 PKGBUILD |   50 --
 1 file changed, 12 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 20:48:43 UTC (rev 95333)
+++ PKGBUILD2013-08-09 21:08:55 UTC (rev 95334)
@@ -1,6 +1,5 @@
 # $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: jsteel mail at jsteel dot org
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
 # Contributor: Alan Young harley...@gmail.com
 
 pkgname='perl-sub-exporter-progressive'
@@ -12,60 +11,35 @@
 url='http://search.cpan.org/dist/Sub-Exporter-Progressive'
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/$_pkgname-$pkgver.tar.gz;)
+source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/$_pkgname-$pkgver.tar.gz)
 md5sums=('0350d9e12549112ae1f618cbff3ecbd9')
 
 build() {
-  export MODULEBUILDRC=/dev/null \
- PERL5LIB= \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MB_OPT=--installdirs vendor --destdir \$pkgdir\ \
- PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR=\$pkgdir\ \
- PERL_MM_USE_DEFAULT=1
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor   \
+  PERL_MB_OPT=--installdirs vendor \
+  MODULEBUILDRC=/dev/null
 
-  cd $srcdir/$_pkgname-$pkgver
+cd $srcdir/$_pkgname-$pkgver
 
-  if [[ -e ./Build.PL ]]; then
-/usr/bin/perl Build.PL
-./Build
-  elif [[ -e ./Makefile.PL ]]; then
 /usr/bin/perl Makefile.PL
 make
-  fi
+  )
 }
 
 check() {
-  export MODULEBUILDRC=/dev/null \
- PERL5LIB= \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MB_OPT=--installdirs vendor --destdir \$pkgdir\ \
- PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR=\$pkgdir\ \
- PERL_MM_USE_DEFAULT=1
-
   cd $srcdir/$_pkgname-$pkgver
 
-  if [[ -e ./Build.PL ]]; then
-./Build test
-  elif [[ -e ./Makefile.PL ]]; then
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
 make test
-  fi
+  )
 }
 
 package() {
-  export MODULEBUILDRC=/dev/null \
- PERL5LIB= \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MB_OPT=--installdirs vendor --destdir \$pkgdir\ \
- PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR=\$pkgdir\ \
- PERL_MM_USE_DEFAULT=1
-
   cd $srcdir/$_pkgname-$pkgver
 
-  if [[ -e ./Build.PL ]]; then
-./Build install
-  elif [[ -e ./Makefile.PL ]]; then
-make install
-  fi
+  make DESTDIR=$pkgdir/ install
 
   find $pkgdir -name .packlist -o -name perllocal.pod -delete
 }



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

2013-08-09 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 23:24:58
  Author: eric
Revision: 95335

upgpkg: youtube-dl 2013.08.09-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 21:08:55 UTC (rev 95334)
+++ PKGBUILD2013-08-09 21:24:58 UTC (rev 95335)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2013.08.08.1
+pkgver=2013.08.09
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-distribute')
 optdepends=('ffmpeg: for video post-processing')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('fa848c09486970a755038ed0ac6557113b4fea85'
+sha1sums=('17006e06b5619d2aae02457bb4082bbca9bf5e52'
   'SKIP')
 
 prepare() {



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

2013-08-09 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 23:25:54
  Author: eric
Revision: 95336

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 95335, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-09 21:24:58 UTC (rev 95335)
+++ PKGBUILD2013-08-09 21:25:54 UTC (rev 95336)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2013.08.08.1
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python')
-makedepends=('python-distribute')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('fa848c09486970a755038ed0ac6557113b4fea85'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 95335, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-09 21:25:54 UTC (rev 95336)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2013.08.09
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python')
+makedepends=('python-distribute')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('17006e06b5619d2aae02457bb4082bbca9bf5e52'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in lxdm/trunk (PKGBUILD lxdm.install)

2013-08-09 Thread Daniel Wallace
Date: Saturday, August 10, 2013 @ 00:44:09
  Author: dwallace
Revision: 95337

upgpkg: lxdm 0.4.1-23

upgpkg: lxdm 0.4.1-23 FS#36427

Modified:
  lxdm/trunk/PKGBUILD
  lxdm/trunk/lxdm.install

--+
 PKGBUILD |8 
 lxdm.install |1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 21:25:54 UTC (rev 95336)
+++ PKGBUILD2013-08-09 22:44:09 UTC (rev 95337)
@@ -5,7 +5,7 @@
 
 pkgname=lxdm
 pkgver=0.4.1
-pkgrel=22
+pkgrel=23
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/lxdm/;
@@ -71,12 +71,12 @@
 
 install -m644 $srcdir/lxdm.pam $pkgdir/etc/pam.d/lxdm
 install -Dm644 $srcdir/lxdm.service 
$pkgdir/usr/lib/systemd/system/lxdm.service
-install -d $pkgdir/var/{lib,run}/lxdm
+install -d $pkgdir/var/lib/lxdm
+echo GDK_CORE_DEVICE_EVENTS\t\t\tDEFAULT=1  
$pkgdir/var/lib/lxdm/.pam_environment
+chmod 644 $pkgdir/var/lib/lxdm/.pam_environment
 
 # fix the greeter location
 sed -i -e 's/local\/libexec/lib\/lxdm/' $pkgdir/etc/lxdm/lxdm.conf
sed -i 's:sbin:bin:' $pkgdir/usr/bin/lxdm
 
-# avoid conflict with filesystem=2012.06
-rm -r $pkgdir/var/run
 }

Modified: lxdm.install
===
--- lxdm.install2013-08-09 21:25:54 UTC (rev 95336)
+++ lxdm.install2013-08-09 22:44:09 UTC (rev 95337)
@@ -4,6 +4,7 @@
   chown -R 121:121 /var/lib/lxdm
   chgrp 121 /etc/lxdm/lxdm.conf
   chmod +r /etc/lxdm/lxdm.conf
+  systemd-tmpfiles --create lxdm.conf
 }
 
 post_upgrade() {



[arch-commits] Commit in lxdm/repos (48 files)

2013-08-09 Thread Daniel Wallace
Date: Saturday, August 10, 2013 @ 00:46:10
  Author: dwallace
Revision: 95338

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

Added:
  lxdm/repos/community-i686/PKGBUILD
(from rev 95337, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-i686/lxdm-0.4.1-Xsession-source-profile.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-Xsession-source-profile.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-conf.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-conf.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-event-check-bug.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-event-check-bug.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-industrial-greeter-ui.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-industrial-greeter-ui.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-kill_user_processes.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-kill_user_processes.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-modern-systems.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-modern-systems.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-nolang-show-sessions.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-nolang-show-sessions.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-pam-env-vars.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-pam-env-vars.patch)
  lxdm/repos/community-i686/lxdm.install
(from rev 95337, lxdm/trunk/lxdm.install)
  lxdm/repos/community-i686/lxdm.pam
(from rev 95337, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-i686/lxdm.service
(from rev 95337, lxdm/trunk/lxdm.service)
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 95337, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/lxdm-0.4.1-Xsession-source-profile.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-Xsession-source-profile.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-conf.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-conf.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-event-check-bug.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-event-check-bug.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-industrial-greeter-ui.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-industrial-greeter-ui.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-kill_user_processes.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-kill_user_processes.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-modern-systems.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-modern-systems.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-nolang-show-sessions.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-nolang-show-sessions.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-pam-env-vars.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-pam-env-vars.patch)
  lxdm/repos/community-x86_64/lxdm.install
(from rev 95337, lxdm/trunk/lxdm.install)
  lxdm/repos/community-x86_64/lxdm.pam
(from rev 95337, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-x86_64/lxdm.service
(from rev 95337, lxdm/trunk/lxdm.service)
Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-i686/lxdm-0.4.1-Xsession-source-profile.patch
  lxdm/repos/community-i686/lxdm-0.4.1-conf.patch
  lxdm/repos/community-i686/lxdm-0.4.1-event-check-bug.patch
  lxdm/repos/community-i686/lxdm-0.4.1-industrial-greeter-ui.patch
  lxdm/repos/community-i686/lxdm-0.4.1-kill_user_processes.patch
  lxdm/repos/community-i686/lxdm-0.4.1-modern-systems.patch
  lxdm/repos/community-i686/lxdm-0.4.1-nolang-show-sessions.patch
  lxdm/repos/community-i686/lxdm-0.4.1-pam-env-vars.patch
  lxdm/repos/community-i686/lxdm.install
  lxdm/repos/community-i686/lxdm.pam
  lxdm/repos/community-i686/lxdm.service
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/lxdm-0.4.1-Xsession-source-profile.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-conf.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-event-check-bug.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-industrial-greeter-ui.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-kill_user_processes.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-modern-systems.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-nolang-show-sessions.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-pam-env-vars.patch
  lxdm/repos/community-x86_64/lxdm.install
  lxdm/repos/community-x86_64/lxdm.pam
  lxdm/repos/community-x86_64/lxdm.service

---+
 /PKGBUILD |  164 
 /lxdm-0.4.1-Xsession-source-profile.patch |   22 +
 /lxdm-0.4.1-conf.patch|   22 +
 /lxdm-0.4.1-event-check-bug.patch |   42 +++
 /lxdm-0.4.1-industrial-greeter-ui.patch   |   26 +
 /lxdm-0.4.1-kill_user_processes.patch |   70 +
 /lxdm-0.4.1-modern-systems.patch  |   52 +++
 /lxdm-0.4.1-nolang-show-sessions.patch|   26 +
 /lxdm-0.4.1-pam-env-vars.patch|  100 +++
 /lxdm.install 

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

2013-08-09 Thread Ángel Velásquez
Date: Saturday, August 10, 2013 @ 01:04:02
  Author: angvp
Revision: 192295

upgpkg: python-lxml 3.2.3-1

Version bump to 3.2.3

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 21:05:55 UTC (rev 192294)
+++ PKGBUILD2013-08-09 23:04:02 UTC (rev 192295)
@@ -3,14 +3,14 @@
 
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.2.1
+pkgver=3.2.3
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
 url=http://lxml.de/;
 makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
 
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('d183ccd6bbd5ca139e9db9e9a675787e'
+md5sums=('fef47bb4ac72ac38ce778518dac42236'
  'SKIP')
 
 # Temporary commented due a conflict with devtools and lxml



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

2013-08-09 Thread Ángel Velásquez
Date: Saturday, August 10, 2013 @ 01:05:32
  Author: angvp
Revision: 192296

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

Added:
  python-lxml/repos/extra-i686/PKGBUILD
(from rev 192295, python-lxml/trunk/PKGBUILD)
  python-lxml/repos/extra-x86_64/PKGBUILD
(from rev 192295, python-lxml/trunk/PKGBUILD)
Deleted:
  python-lxml/repos/extra-i686/PKGBUILD
  python-lxml/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  140 
 extra-i686/PKGBUILD   |   70 
 extra-x86_64/PKGBUILD |   70 
 3 files changed, 140 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-09 23:04:02 UTC (rev 192295)
+++ extra-i686/PKGBUILD 2013-08-09 23:05:32 UTC (rev 192296)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-
-pkgbase=python-lxml
-pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.2.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url=http://lxml.de/;
-makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
-source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('d183ccd6bbd5ca139e9db9e9a675787e'
- 'SKIP')
-
-# Temporary commented due a conflict with devtools and lxml
-#check() {
-#  cd lxml-$pkgver
-#  make PYTHON=python2 test
-#  make PYTHON=python test
-#}
-
-package_python2-lxml() {
-  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
- 
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml() {
-  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
-  depends=('python' 'libxslt')
-  optdepends=('python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python setup.py install --root=${pkgdir} --optimize=1
-  
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml-docs() {
-  pkgdesc=Python binding for the libxml2 and libxslt libraries (docs)
-  options=('docs')
-
-  cd lxml-$pkgver
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -r doc/html ${pkgdir}/usr/share/doc/${pkgbase}
-
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-i686/PKGBUILD (from rev 192295, 
python-lxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-09 23:05:32 UTC (rev 192296)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.2.3
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 
'python2-cssselect')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+md5sums=('fef47bb4ac72ac38ce778518dac42236'
+ 'SKIP')
+
+# Temporary commented due a conflict with devtools and lxml
+#check() {
+#  cd lxml-$pkgver
+#  make PYTHON=python2 test
+#  make PYTHON=python test
+#}
+
+package_python2-lxml() {
+  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+ 
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml() {
+  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
+  depends=('python' 'libxslt')
+  optdepends=('python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  

[arch-commits] Commit in teeworlds/trunk (teeworlds.desktop teeworlds.png)

2013-08-09 Thread Alexander Rødseth
Date: Saturday, August 10, 2013 @ 01:23:54
  Author: arodseth
Revision: 95343

Not used by the PKGBUILD

Deleted:
  teeworlds/trunk/teeworlds.desktop
  teeworlds/trunk/teeworlds.png

+
 0 files changed

Deleted: teeworlds.desktop
===
Deleted: teeworlds.png
===
(Binary files differ)



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

2013-08-09 Thread Eric Bélanger
Date: Saturday, August 10, 2013 @ 03:21:26
  Author: eric
Revision: 192307

upgpkg: keychain 2.7.1-3

Rebuild with fixed url

Modified:
  keychain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 23:11:35 UTC (rev 192306)
+++ PKGBUILD2013-08-10 01:21:26 UTC (rev 192307)
@@ -3,7 +3,7 @@
 
 pkgname=keychain
 pkgver=2.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A front-end to ssh-agent, allowing one long-running ssh-agent process 
per system, rather than per login
 arch=('any')
 url=http://www.funtoo.org/Keychain;
@@ -13,12 +13,12 @@
 sha1sums=('e7ad7da374ba81e57792bb2695eb6c352f769de7')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   install -Dm755 keychain ${pkgdir}/usr/bin/keychain
   install -Dm644 keychain.1 ${pkgdir}/usr/share/man/man1/keychain.1
 }



[arch-commits] Commit in keychain/repos/extra-any (PKGBUILD PKGBUILD)

2013-08-09 Thread Eric Bélanger
Date: Saturday, August 10, 2013 @ 03:22:26
  Author: eric
Revision: 192308

archrelease: copy trunk to extra-any

Added:
  keychain/repos/extra-any/PKGBUILD
(from rev 192307, keychain/trunk/PKGBUILD)
Deleted:
  keychain/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-10 01:21:26 UTC (rev 192307)
+++ PKGBUILD2013-08-10 01:22:26 UTC (rev 192308)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=keychain
-pkgver=2.7.1
-pkgrel=2
-pkgdesc=A front-end to ssh-agent, allowing one long-running ssh-agent process 
per system, rather than per login
-arch=('any')
-url=http://www.funtoo.org/en/security/keychain/intro/;
-license=('GPL2')
-depends=('sh')
-source=(http://www.funtoo.org/archive/keychain/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('e7ad7da374ba81e57792bb2695eb6c352f769de7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -Dm755 keychain ${pkgdir}/usr/bin/keychain
-  install -Dm644 keychain.1 ${pkgdir}/usr/share/man/man1/keychain.1
-}

Copied: keychain/repos/extra-any/PKGBUILD (from rev 192307, 
keychain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-10 01:22:26 UTC (rev 192308)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=keychain
+pkgver=2.7.1
+pkgrel=3
+pkgdesc=A front-end to ssh-agent, allowing one long-running ssh-agent process 
per system, rather than per login
+arch=('any')
+url=http://www.funtoo.org/Keychain;
+license=('GPL2')
+depends=('sh')
+source=(http://www.funtoo.org/archive/keychain/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('e7ad7da374ba81e57792bb2695eb6c352f769de7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 keychain ${pkgdir}/usr/bin/keychain
+  install -Dm644 keychain.1 ${pkgdir}/usr/share/man/man1/keychain.1
+}



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

2013-08-09 Thread Eric Bélanger
Date: Saturday, August 10, 2013 @ 03:58:07
  Author: eric
Revision: 192309

upgpkg: grip 3.3.1-10

Fix url, Add prepare function

Modified:
  grip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-10 01:22:26 UTC (rev 192308)
+++ PKGBUILD2013-08-10 01:58:07 UTC (rev 192309)
@@ -1,30 +1,33 @@
 # $Id$
-# Maintainer: tobias tob...@archlinux.org
-# Contributor: Todd Musall tmus...@comcast.net
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=grip
 pkgver=3.3.1
-pkgrel=9
+pkgrel=10
 pkgdesc=A cd-player and ripper for the Gnome desktop
 arch=('i686' 'x86_64')
 license=('GPL')
-url=http://nostatic.org/grip/;
+url=http://sourceforge.net/projects/grip/;
 depends=('vte' 'curl' 'libgnomeui' 'id3lib' 'cdparanoia')
 optdepends=('yelp: to display the help and notices')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 \
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 grip-3.3.1-invalid-genre-size.patch)
-md5sums=('4b4233999b9f2bc85c711092553ea9aa'
- '046448be7d1580e86a2211cd8661d855')
+sha1sums=('58ef51fbddf981a189f8b5b39774e3bd6862127d'
+  '27057cb49f2abe97045912899965a9bb347612a2')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/grip-3.3.1-invalid-genre-size.patch
+  sed -i '/[.] conftest[.]id3/s: c: ./c:' configure
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/grip-3.3.1-invalid-genre-size.patch
-  sed -i '/[.] conftest[.]id3/s: c: ./c:' configure 
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



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

2013-08-09 Thread Eric Bélanger
Date: Saturday, August 10, 2013 @ 03:59:42
  Author: eric
Revision: 192310

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

Added:
  grip/repos/extra-i686/PKGBUILD
(from rev 192309, grip/trunk/PKGBUILD)
  grip/repos/extra-i686/grip-3.3.1-invalid-genre-size.patch
(from rev 192309, grip/trunk/grip-3.3.1-invalid-genre-size.patch)
  grip/repos/extra-x86_64/PKGBUILD
(from rev 192309, grip/trunk/PKGBUILD)
  grip/repos/extra-x86_64/grip-3.3.1-invalid-genre-size.patch
(from rev 192309, grip/trunk/grip-3.3.1-invalid-genre-size.patch)
Deleted:
  grip/repos/extra-i686/PKGBUILD
  grip/repos/extra-i686/grip-3.3.1-invalid-genre-size.patch
  grip/repos/extra-x86_64/PKGBUILD
  grip/repos/extra-x86_64/grip-3.3.1-invalid-genre-size.patch

--+
 /PKGBUILD|   66 +
 /grip-3.3.1-invalid-genre-size.patch |   60 +++
 extra-i686/PKGBUILD  |   30 -
 extra-i686/grip-3.3.1-invalid-genre-size.patch   |   30 -
 extra-x86_64/PKGBUILD|   30 -
 extra-x86_64/grip-3.3.1-invalid-genre-size.patch |   30 -
 6 files changed, 126 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-10 01:58:07 UTC (rev 192309)
+++ extra-i686/PKGBUILD 2013-08-10 01:59:42 UTC (rev 192310)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: tobias tob...@archlinux.org
-# Contributor: Todd Musall tmus...@comcast.net
-
-pkgname=grip
-pkgver=3.3.1
-pkgrel=9
-pkgdesc=A cd-player and ripper for the Gnome desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://nostatic.org/grip/;
-depends=('vte' 'curl' 'libgnomeui' 'id3lib' 'cdparanoia')
-optdepends=('yelp: to display the help and notices')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
 \
-grip-3.3.1-invalid-genre-size.patch)
-md5sums=('4b4233999b9f2bc85c711092553ea9aa'
- '046448be7d1580e86a2211cd8661d855')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/grip-3.3.1-invalid-genre-size.patch
-  sed -i '/[.] conftest[.]id3/s: c: ./c:' configure 
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: grip/repos/extra-i686/PKGBUILD (from rev 192309, grip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-10 01:59:42 UTC (rev 192310)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=grip
+pkgver=3.3.1
+pkgrel=10
+pkgdesc=A cd-player and ripper for the Gnome desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://sourceforge.net/projects/grip/;
+depends=('vte' 'curl' 'libgnomeui' 'id3lib' 'cdparanoia')
+optdepends=('yelp: to display the help and notices')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+grip-3.3.1-invalid-genre-size.patch)
+sha1sums=('58ef51fbddf981a189f8b5b39774e3bd6862127d'
+  '27057cb49f2abe97045912899965a9bb347612a2')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/grip-3.3.1-invalid-genre-size.patch
+  sed -i '/[.] conftest[.]id3/s: c: ./c:' configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/grip-3.3.1-invalid-genre-size.patch
===
--- extra-i686/grip-3.3.1-invalid-genre-size.patch  2013-08-10 01:58:07 UTC 
(rev 192309)
+++ extra-i686/grip-3.3.1-invalid-genre-size.patch  2013-08-10 01:59:42 UTC 
(rev 192310)
@@ -1,30 +0,0 @@
-http://bugs.gentoo.org/285105
-
 grip-3.3.1/src/id3.c
-+++ grip-3.3.1/src/id3.c
-@@ -252,8 +252,8 @@
-   
-   if ( frames[ i ] ) {
-   char *c_data = NULL;
--  char gen[ 5 ] = (   );
--  char trk[ 4 ] =;
-+  char gen[ 6 ] = (   ); /* max unsigned char: 255 */
-+  char trk[ 3 ] =   ; /* max CDDA tracks: 99 */
-   
-   switch( frameids[ i ] ) {
-   case ID3FID_TITLE:
-@@ -278,12 +278,12 @@
- 
-   case ID3FID_CONTENTTYPE:
- c_data = gen;
--sprintf( gen, (%d), genre ); /* XXX */
-+snprintf( gen, 6, (%d), genre );
- break;
- 
-   case ID3FID_TRACKNUM:
- c_data = trk;
--sprintf( trk, %d, tracknum ); /* XXX */
-+snprintf( trk, 3, %d, tracknum );
- break;
- 
-   default:

Copied: grip/repos/extra-i686/grip-3.3.1-invalid-genre-size.patch (from rev 
192309, grip/trunk/grip-3.3.1-invalid-genre-size.patch)

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

2013-08-09 Thread Eric Bélanger
Date: Saturday, August 10, 2013 @ 04:14:39
  Author: eric
Revision: 192311

upgpkg: libsamplerate 0.1.8-2

Add source signature file

Modified:
  libsamplerate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-10 01:59:42 UTC (rev 192310)
+++ PKGBUILD2013-08-10 02:14:39 UTC (rev 192311)
@@ -3,29 +3,29 @@
 
 pkgname=libsamplerate
 pkgver=0.1.8
-pkgrel=1
+pkgrel=2
 pkgdesc=Secret Rabbit Code - aka Sample Rate Converter for audio
 arch=('i686' 'x86_64')
 url=http://www.mega-nerd.com/SRC/index.html;
 license=('GPL')
 depends=('libsndfile')
 options=('!libtool')
-source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz)
-md5sums=('1c7fb25191b4e6e3628d198a66a84f47')
-sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70')
+source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz{,.asc})
+sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70'
+  'SKIP')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



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

2013-08-09 Thread Eric Bélanger
Date: Saturday, August 10, 2013 @ 04:16:26
  Author: eric
Revision: 192312

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

Added:
  libsamplerate/repos/extra-i686/PKGBUILD
(from rev 192311, libsamplerate/trunk/PKGBUILD)
  libsamplerate/repos/extra-x86_64/PKGBUILD
(from rev 192311, libsamplerate/trunk/PKGBUILD)
Deleted:
  libsamplerate/repos/extra-i686/PKGBUILD
  libsamplerate/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-10 02:14:39 UTC (rev 192311)
+++ extra-i686/PKGBUILD 2013-08-10 02:16:26 UTC (rev 192312)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=libsamplerate
-pkgver=0.1.8
-pkgrel=1
-pkgdesc=Secret Rabbit Code - aka Sample Rate Converter for audio
-arch=('i686' 'x86_64')
-url=http://www.mega-nerd.com/SRC/index.html;
-license=('GPL')
-depends=('libsndfile')
-options=('!libtool')
-source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz)
-md5sums=('1c7fb25191b4e6e3628d198a66a84f47')
-sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libsamplerate/repos/extra-i686/PKGBUILD (from rev 192311, 
libsamplerate/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-10 02:16:26 UTC (rev 192312)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=libsamplerate
+pkgver=0.1.8
+pkgrel=2
+pkgdesc=Secret Rabbit Code - aka Sample Rate Converter for audio
+arch=('i686' 'x86_64')
+url=http://www.mega-nerd.com/SRC/index.html;
+license=('GPL')
+depends=('libsndfile')
+options=('!libtool')
+source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz{,.asc})
+sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-10 02:14:39 UTC (rev 192311)
+++ extra-x86_64/PKGBUILD   2013-08-10 02:16:26 UTC (rev 192312)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=libsamplerate
-pkgver=0.1.8
-pkgrel=1
-pkgdesc=Secret Rabbit Code - aka Sample Rate Converter for audio
-arch=('i686' 'x86_64')
-url=http://www.mega-nerd.com/SRC/index.html;
-license=('GPL')
-depends=('libsndfile')
-options=('!libtool')
-source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz)
-md5sums=('1c7fb25191b4e6e3628d198a66a84f47')
-sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libsamplerate/repos/extra-x86_64/PKGBUILD (from rev 192311, 
libsamplerate/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-10 02:16:26 UTC (rev 192312)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=libsamplerate
+pkgver=0.1.8
+pkgrel=2
+pkgdesc=Secret Rabbit Code - aka Sample Rate Converter for audio
+arch=('i686' 'x86_64')
+url=http://www.mega-nerd.com/SRC/index.html;
+license=('GPL')
+depends=('libsndfile')
+options=('!libtool')
+source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz{,.asc})
+sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-08-09 Thread Felix Yan
Date: Saturday, August 10, 2013 @ 04:45:41
  Author: fyan
Revision: 95344

upgpkg: cgminer 3.3.2-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 23:23:54 UTC (rev 95343)
+++ PKGBUILD2013-08-10 02:45:41 UTC (rev 95344)
@@ -5,13 +5,13 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
 license=('GPL3')
 arch=('i686' 'x86_64')
-depends=('curl' 'libcl')
+depends=('curl' 'libcl' 'libusbx' 'jansson')
 makedepends=('opencl-headers')
 optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
 'opencl-catalyst: OpenCL implementation for AMD')
@@ -32,7 +32,17 @@
   #export CFLAGS=-O2 -march=native -mtune=native -msse2
   
   #./autogen.sh
-  ./configure --prefix=/usr --enable-scrypt --disable-adl
+  ./configure \
+--prefix=/usr \
+--enable-scrypt \
+--enable-opencl \
+--enable-bflsc \
+--enable-bitforce \
+--enable-icarus \
+--enable-modminer \
+--enable-ztex \
+--enable-avalon \
+--disable-adl # For license issues
   
   make
 }
@@ -48,6 +58,6 @@
   install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
 }
 
-md5sums=('1e6ccf16c4695fc086581bbb95923abe'
+md5sums=('ae0ba3faf4eda47d95b0780d3d649947'
  'fe4a243fabe24608f5c05e40f0f118f6'
  'bd76fc92fedce18c59ccea2aa79cc664')



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

2013-08-09 Thread Felix Yan
Date: Saturday, August 10, 2013 @ 05:17:43
  Author: fyan
Revision: 95345

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

Added:
  cgminer/repos/community-testing-i686/
  cgminer/repos/community-testing-i686/PKGBUILD
(from rev 95344, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-testing-i686/cgminer.conf.d
(from rev 95344, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-testing-i686/cgminer.service
(from rev 95344, cgminer/trunk/cgminer.service)
  cgminer/repos/community-testing-x86_64/
  cgminer/repos/community-testing-x86_64/PKGBUILD
(from rev 95344, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-testing-x86_64/cgminer.conf.d
(from rev 95344, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-testing-x86_64/cgminer.service
(from rev 95344, cgminer/trunk/cgminer.service)

--+
 community-testing-i686/PKGBUILD  |   63 +
 community-testing-i686/cgminer.conf.d|   11 +
 community-testing-i686/cgminer.service   |8 +++
 community-testing-x86_64/PKGBUILD|   63 +
 community-testing-x86_64/cgminer.conf.d  |   11 +
 community-testing-x86_64/cgminer.service |8 +++
 6 files changed, 164 insertions(+)

Copied: cgminer/repos/community-testing-i686/PKGBUILD (from rev 95344, 
cgminer/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-08-10 03:17:43 UTC (rev 95345)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: monson holymon...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: David Manouchehri da...@davidmanouchehri.com
+
+pkgname=cgminer
+pkgver=3.3.2
+pkgrel=1
+pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libcl' 'libusbx' 'jansson')
+makedepends=('opencl-headers')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
+'opencl-catalyst: OpenCL implementation for AMD')
+source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2;
+$pkgname.conf.d
+$pkgname.service)
+backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
+
+[ $CARCH == x86_64 ]  makedepends+=('yasm')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Use in-tree jansson since it is not compatible with jansson 2.0
+  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, 
request_jansson=true)$/request_jansson=true/' -i configure.ac
+
+  # Here you may want to use custom CFLAGS
+  #export CFLAGS=-O2 -march=native -mtune=native -msse2
+  
+  #./autogen.sh
+  ./configure \
+--prefix=/usr \
+--enable-scrypt \
+--enable-opencl \
+--enable-bflsc \
+--enable-bitforce \
+--enable-icarus \
+--enable-modminer \
+--enable-ztex \
+--enable-avalon \
+--disable-adl # For license issues
+  
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
+  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
+  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
+}
+
+md5sums=('ae0ba3faf4eda47d95b0780d3d649947'
+ 'fe4a243fabe24608f5c05e40f0f118f6'
+ 'bd76fc92fedce18c59ccea2aa79cc664')

Copied: cgminer/repos/community-testing-i686/cgminer.conf.d (from rev 95344, 
cgminer/trunk/cgminer.conf.d)
===
--- community-testing-i686/cgminer.conf.d   (rev 0)
+++ community-testing-i686/cgminer.conf.d   2013-08-10 03:17:43 UTC (rev 
95345)
@@ -0,0 +1,11 @@
+# Use JSON-format configuration. (recommended)
+CGMINER_CONF=/etc/cgminer.conf
+
+# Uncommend this if you prefer simple command-line arguments.
+#CGMINER_CONF=
+#CGMINER_PROTOCOL=http
+#CGMINER_IP=127.0.0.1
+#CGMINER_PORT=8332
+#CGMINER_USER=username
+#CGMINER_PASS=password
+CGMINER_ARGS=--syslog

Copied: cgminer/repos/community-testing-i686/cgminer.service (from rev 95344, 
cgminer/trunk/cgminer.service)
===
--- community-testing-i686/cgminer.service  (rev 0)
+++ community-testing-i686/cgminer.service  2013-08-10 03:17:43 UTC (rev 
95345)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Multi-threaded multi-pool CPU and GPU miner for bitcoin
+
+[Service]
+ExecStart=/usr/bin/cgminer -T --config /etc/cgminer.conf --syslog
+
+[Install]
+WantedBy=multi-user.target

Copied: cgminer/repos/community-testing-x86_64/PKGBUILD (from rev 95344, 
cgminer/trunk/PKGBUILD)

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

2013-08-09 Thread Tobias Powalowski
Date: Saturday, August 10, 2013 @ 07:37:07
  Author: tpowa
Revision: 192313

upgpkg: refind-efi 0.7.3-1

bump to latest version

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-10 02:16:26 UTC (rev 192312)
+++ PKGBUILD2013-08-10 05:37:07 UTC (rev 192313)
@@ -16,8 +16,8 @@
 ###
 
 pkgname=refind-efi
-pkgver=0.7.1
-pkgrel=4
+pkgver=0.7.3
+pkgrel=1
 pkgdesc=Rod Smith's fork of rEFIt UEFI Boot Manager - built with Tianocore 
UDK libs
 url=http://www.rodsbooks.com/refind/index.html;
 arch=('x86_64' 'i686')
@@ -242,3 +242,10 @@
sed 's|^ThisScript=.*|ThisScript=/usr/bin/refind-install|g' -i 
${pkgdir}/usr/bin/refind-install

 }
+sha1sums=('baac40c10b26b337c85248aa8e2b61ab4f06f73d'
+  '3d53eb615c3363d45feb95b9bfbf1d5491bf1c24'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP')



[arch-commits] Commit in refind-efi/repos (12 files)

2013-08-09 Thread Tobias Powalowski
Date: Saturday, August 10, 2013 @ 07:37:22
  Author: tpowa
Revision: 192314

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

Added:
  refind-efi/repos/extra-i686/PKGBUILD
(from rev 192313, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-i686/refind-efi.install
(from rev 192313, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-i686/refind_linux.conf
(from rev 192313, refind-efi/trunk/refind_linux.conf)
  refind-efi/repos/extra-x86_64/PKGBUILD
(from rev 192313, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-x86_64/refind-efi.install
(from rev 192313, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-x86_64/refind_linux.conf
(from rev 192313, refind-efi/trunk/refind_linux.conf)
Deleted:
  refind-efi/repos/extra-i686/PKGBUILD
  refind-efi/repos/extra-i686/refind-efi.install
  refind-efi/repos/extra-i686/refind_linux.conf
  refind-efi/repos/extra-x86_64/PKGBUILD
  refind-efi/repos/extra-x86_64/refind-efi.install
  refind-efi/repos/extra-x86_64/refind_linux.conf

-+
 /PKGBUILD   |  502 ++
 /refind-efi.install |   64 
 /refind_linux.conf  |   10 
 extra-i686/PKGBUILD |  244 --
 extra-i686/refind-efi.install   |   32 --
 extra-i686/refind_linux.conf|5 
 extra-x86_64/PKGBUILD   |  244 --
 extra-x86_64/refind-efi.install |   32 --
 extra-x86_64/refind_linux.conf  |5 
 9 files changed, 576 insertions(+), 562 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 192313:192314 to see the changes.