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

2013-03-17 Thread Felix Yan
Date: Sunday, March 17, 2013 @ 07:31:10
  Author: fyan
Revision: 86444

upgpkg: cgminer 2.11.3-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 05:39:16 UTC (rev 86443)
+++ PKGBUILD2013-03-17 06:31:10 UTC (rev 86444)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=2.11.2
+pkgver=2.11.3
 _build=
 pkgrel=1
 pkgdesc=Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from 
cpuminer.
@@ -49,6 +49,6 @@
   install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
 }
 
-md5sums=('f3deb2205ff53318dd65f9dfd26b99aa'
+md5sums=('fd2c69f943353fbc9723a5526d82c1b6'
  'fe4a243fabe24608f5c05e40f0f118f6'
  'bd76fc92fedce18c59ccea2aa79cc664')



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

2013-03-17 Thread Felix Yan
Date: Sunday, March 17, 2013 @ 07:33:14
  Author: fyan
Revision: 86445

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

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

--+
 community-i686/PKGBUILD  |  108 ++---
 community-i686/cgminer.conf.d|   22 +++
 community-i686/cgminer.service   |   16 ++---
 community-x86_64/PKGBUILD|  108 ++---
 community-x86_64/cgminer.conf.d  |   22 +++
 community-x86_64/cgminer.service |   16 ++---
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-17 06:31:10 UTC (rev 86444)
+++ community-i686/PKGBUILD 2013-03-17 06:33:14 UTC (rev 86445)
@@ -1,54 +0,0 @@
-# $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=2.11.2
-_build=
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from 
cpuminer.
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
-'opencl-catalyst: OpenCL implementation for AMD')
-source=(http://ck.kolivas.org/apps/cgminer/$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
-  cd $pkgname-$pkgver${_build}
-
-  # 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
-
-  ./configure --prefix=/usr --enable-cpumining --disable-adl
-  
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver${_build}
-
-  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=('f3deb2205ff53318dd65f9dfd26b99aa'
- 'fe4a243fabe24608f5c05e40f0f118f6'
- 'bd76fc92fedce18c59ccea2aa79cc664')

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 86444, 
cgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-17 06:33:14 UTC (rev 86445)
@@ -0,0 +1,54 @@
+# $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=2.11.3
+_build=
+pkgrel=1
+pkgdesc=Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from 
cpuminer.
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libcl')
+makedepends=('opencl-headers')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
+'opencl-catalyst: OpenCL implementation for AMD')
+source=(http://ck.kolivas.org/apps/cgminer/$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
+  cd $pkgname-$pkgver${_build}
+
+  # 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 

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

2013-03-17 Thread Tobias Powalowski
Date: Sunday, March 17, 2013 @ 08:02:46
  Author: tpowa
Revision: 180108

upgpkg: gummiboot 28-1

bump to latest version

Modified:
  gummiboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 01:40:21 UTC (rev 180107)
+++ PKGBUILD2013-03-17 07:02:46 UTC (rev 180108)
@@ -5,7 +5,7 @@
 # Contributor:  Mantas Mikulėnas graw...@gmail.com
 
 pkgname=gummiboot
-pkgver=26
+pkgver=28
 pkgrel=1
 pkgdesc=Simple text-mode UEFI Boot Manager
 url=http://freedesktop.org/wiki/Software/gummiboot;
@@ -39,6 +39,6 @@
cd ${srcdir}/${pkgname}-${pkgver}/
make DESTDIR=${pkgdir} install
 }
-md5sums=('1ccf5c06944bd31a48eaa4b33edb5fb4'
+md5sums=('3a3a4f2e68ea72cf76a18b2f34d3b002'
  '6ea803e5179d623716e3be0b636de658'
  '82bda9612e3a361a74cf8de2a0134b15')



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

2013-03-17 Thread Tobias Powalowski
Date: Sunday, March 17, 2013 @ 08:03:08
  Author: tpowa
Revision: 180110

Removed extra-any for gummiboot

Deleted:
  gummiboot/repos/extra-any/



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

2013-03-17 Thread Tobias Powalowski
Date: Sunday, March 17, 2013 @ 08:03:05
  Author: tpowa
Revision: 180109

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

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

+
 extra-i686/PKGBUILD|   88 +++
 extra-i686/arch.conf   |   14 +++---
 extra-i686/gummiboot.install   |   22 -
 extra-i686/loader.conf |4 -
 extra-x86_64/PKGBUILD  |   88 +++
 extra-x86_64/arch.conf |   14 +++---
 extra-x86_64/gummiboot.install |   22 -
 extra-x86_64/loader.conf   |4 -
 8 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-17 07:02:46 UTC (rev 180108)
+++ extra-i686/PKGBUILD 2013-03-17 07:03:05 UTC (rev 180109)
@@ -1,44 +0,0 @@
-# $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=26
-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')
-depends=('util-linux')
-conflicts=('gummiboot-efi')
-provides=('gummiboot-efi')
-replaces=('gummiboot-efi')
-options=('!strip')
-source=(ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-'loader.conf'
-'arch.conf')
-install=gummiboot.install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}/
-
-   ./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}-${pkgver}/
-   make DESTDIR=${pkgdir} install
-}
-md5sums=('1ccf5c06944bd31a48eaa4b33edb5fb4'
- '6ea803e5179d623716e3be0b636de658'
- '82bda9612e3a361a74cf8de2a0134b15')

Copied: gummiboot/repos/extra-i686/PKGBUILD (from rev 180108, 
gummiboot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-17 07:03:05 UTC (rev 180109)
@@ -0,0 +1,44 @@
+# $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=28
+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')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip')
+source=(ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'loader.conf'
+'arch.conf')
+install=gummiboot.install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}/
+
+   ./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 

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

2013-03-17 Thread Andrea Scarpino
Date: Sunday, March 17, 2013 @ 11:14:22
  Author: andrea
Revision: 180111

upgpkg: qt5 5.0.1-8

qt5-base links to icu

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 07:03:08 UTC (rev 180110)
+++ PKGBUILD2013-03-17 10:14:22 UTC (rev 180111)
@@ -16,7 +16,7 @@
  'qt5-webkit'
  'qt5-xmlpatterns')
 pkgver=5.0.1
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
@@ -80,7 +80,7 @@
   pkgdesc='A cross-platform application and UI framework'
   depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'dbus' 'fontconfig' 
'systemd'
'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'libpng' 
'xcb-util-image'
-   'hicolor-icon-theme' 'xdg-utils')
+   'hicolor-icon-theme' 'xdg-utils' 'icu')
   optdepends=('postgresql-libs: PostgreSQL driver'
   'libmariadbclient: MariaDB driver'
   'unixodbc: ODBC driver'
@@ -254,7 +254,7 @@
 
 package_qt5-webkit() {
   pkgdesc='A cross-platform application and UI framework (QtWebKit)'
-  depends=('qt5-declarative' 'gstreamer0.10-base' 'icu' 'libxslt' 
'libxcomposite')
+  depends=('qt5-declarative' 'gstreamer0.10-base' 'libxslt' 'libxcomposite')
 
   cd ${_pkgfqn}/qtwebkit
   make INSTALL_ROOT=${pkgdir} install



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

2013-03-17 Thread Andrea Scarpino
Date: Sunday, March 17, 2013 @ 11:14:42
  Author: andrea
Revision: 180112

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

Added:
  qt5/repos/testing-i686/PKGBUILD
(from rev 180111, qt5/trunk/PKGBUILD)
  qt5/repos/testing-i686/assistant.desktop
(from rev 180111, qt5/trunk/assistant.desktop)
  qt5/repos/testing-i686/designer.desktop
(from rev 180111, qt5/trunk/designer.desktop)
  qt5/repos/testing-i686/linguist.desktop
(from rev 180111, qt5/trunk/linguist.desktop)
  qt5/repos/testing-i686/qt5-base.install
(from rev 180111, qt5/trunk/qt5-base.install)
  qt5/repos/testing-i686/qt5-tools.install
(from rev 180111, qt5/trunk/qt5-tools.install)
  qt5/repos/testing-i686/use-python2.patch
(from rev 180111, qt5/trunk/use-python2.patch)
  qt5/repos/testing-x86_64/PKGBUILD
(from rev 180111, qt5/trunk/PKGBUILD)
  qt5/repos/testing-x86_64/assistant.desktop
(from rev 180111, qt5/trunk/assistant.desktop)
  qt5/repos/testing-x86_64/designer.desktop
(from rev 180111, qt5/trunk/designer.desktop)
  qt5/repos/testing-x86_64/linguist.desktop
(from rev 180111, qt5/trunk/linguist.desktop)
  qt5/repos/testing-x86_64/qt5-base.install
(from rev 180111, qt5/trunk/qt5-base.install)
  qt5/repos/testing-x86_64/qt5-tools.install
(from rev 180111, qt5/trunk/qt5-tools.install)
  qt5/repos/testing-x86_64/use-python2.patch
(from rev 180111, qt5/trunk/use-python2.patch)
Deleted:
  qt5/repos/testing-i686/PKGBUILD
  qt5/repos/testing-i686/assistant.desktop
  qt5/repos/testing-i686/designer.desktop
  qt5/repos/testing-i686/linguist.desktop
  qt5/repos/testing-i686/qt5-base.install
  qt5/repos/testing-i686/qt5-tools.install
  qt5/repos/testing-i686/use-python2.patch
  qt5/repos/testing-x86_64/PKGBUILD
  qt5/repos/testing-x86_64/assistant.desktop
  qt5/repos/testing-x86_64/designer.desktop
  qt5/repos/testing-x86_64/linguist.desktop
  qt5/repos/testing-x86_64/qt5-base.install
  qt5/repos/testing-x86_64/qt5-tools.install
  qt5/repos/testing-x86_64/use-python2.patch

--+
 testing-i686/PKGBUILD|  536 ++---
 testing-i686/assistant.desktop   |   16 -
 testing-i686/designer.desktop|   20 -
 testing-i686/linguist.desktop|   18 -
 testing-i686/qt5-base.install|   22 -
 testing-i686/qt5-tools.install   |   24 -
 testing-i686/use-python2.patch   |  192 ++---
 testing-x86_64/PKGBUILD  |  536 ++---
 testing-x86_64/assistant.desktop |   16 -
 testing-x86_64/designer.desktop  |   20 -
 testing-x86_64/linguist.desktop  |   18 -
 testing-x86_64/qt5-base.install  |   22 -
 testing-x86_64/qt5-tools.install |   24 -
 testing-x86_64/use-python2.patch |  192 ++---
 14 files changed, 828 insertions(+), 828 deletions(-)

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


[arch-commits] Commit in (4 files)

2013-03-17 Thread Felix Yan
Date: Sunday, March 17, 2013 @ 11:54:51
  Author: fyan
Revision: 86446

add python2-pycdio

Added:
  python2-pycdio/
  python2-pycdio/repos/
  python2-pycdio/trunk/
  python2-pycdio/trunk/PKGBUILD

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

Added: python2-pycdio/trunk/PKGBUILD
===
--- python2-pycdio/trunk/PKGBUILD   (rev 0)
+++ python2-pycdio/trunk/PKGBUILD   2013-03-17 10:54:51 UTC (rev 86446)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alessandro Pezzoni donbex at nerdshack dot com
+
+pkgname=python2-pycdio
+pkgver=0.19
+pkgrel=2
+pkgdesc=Python OO interface to libcdio (CD Input and Control library)
+arch=(i686 x86_64)
+url=http://pypi.python.org/pypi/pycdio/;
+license=('GPL')
+depends=('python2' 'libcdio')
+makedepends=('python2-distribute' 'pkg-config' 'swig')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz;)
+md5sums=('a6b00666ce8d77ab80a4084a8ff1136b')
+
+package() {
+  cd $srcdir/${pkgname#python2-}-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2013-03-17 Thread Felix Yan
Date: Sunday, March 17, 2013 @ 11:57:47
  Author: fyan
Revision: 86447

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

Added:
  python2-pycdio/repos/community-i686/
  python2-pycdio/repos/community-i686/PKGBUILD
(from rev 86446, python2-pycdio/trunk/PKGBUILD)
  python2-pycdio/repos/community-x86_64/
  python2-pycdio/repos/community-x86_64/PKGBUILD
(from rev 86446, python2-pycdio/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   23 +++
 community-x86_64/PKGBUILD |   23 +++
 2 files changed, 46 insertions(+)

Copied: python2-pycdio/repos/community-i686/PKGBUILD (from rev 86446, 
python2-pycdio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-17 10:57:47 UTC (rev 86447)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alessandro Pezzoni donbex at nerdshack dot com
+
+pkgname=python2-pycdio
+pkgver=0.19
+pkgrel=2
+pkgdesc=Python OO interface to libcdio (CD Input and Control library)
+arch=(i686 x86_64)
+url=http://pypi.python.org/pypi/pycdio/;
+license=('GPL')
+depends=('python2' 'libcdio')
+makedepends=('python2-distribute' 'pkg-config' 'swig')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz;)
+md5sums=('a6b00666ce8d77ab80a4084a8ff1136b')
+
+package() {
+  cd $srcdir/${pkgname#python2-}-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python2-pycdio/repos/community-x86_64/PKGBUILD (from rev 86446, 
python2-pycdio/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-17 10:57:47 UTC (rev 86447)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alessandro Pezzoni donbex at nerdshack dot com
+
+pkgname=python2-pycdio
+pkgver=0.19
+pkgrel=2
+pkgdesc=Python OO interface to libcdio (CD Input and Control library)
+arch=(i686 x86_64)
+url=http://pypi.python.org/pypi/pycdio/;
+license=('GPL')
+depends=('python2' 'libcdio')
+makedepends=('python2-distribute' 'pkg-config' 'swig')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz;)
+md5sums=('a6b00666ce8d77ab80a4084a8ff1136b')
+
+package() {
+  cd $srcdir/${pkgname#python2-}-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-17 Thread Alexander Rødseth
Date: Sunday, March 17, 2013 @ 12:12:01
  Author: arodseth
Revision: 86448

upgpkg: erlang R16B-2

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 10:57:47 UTC (rev 86447)
+++ PKGBUILD2013-03-17 11:12:01 UTC (rev 86448)
@@ -9,11 +9,11 @@
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
 pkgver=R16B
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('custom')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc')
+makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk')
 source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
 http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;)
 sha256sums=('f01c2cfe512d3118fd3398a66bdb82bea6ad0f45b464a46a58e452264b7682cd'



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

2013-03-17 Thread Alexander Rødseth
Date: Sunday, March 17, 2013 @ 12:12:15
  Author: arodseth
Revision: 86449

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

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

---+
 community-i686/PKGBUILD   |  148 ++--
 community-x86_64/PKGBUILD |  148 ++--
 2 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-17 11:12:01 UTC (rev 86448)
+++ community-i686/PKGBUILD 2013-03-17 11:12:15 UTC (rev 86449)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archli...@cryptocrack.de
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Tom Burdick thomas.burd...@wrightwoodtech.com
-# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=R16B
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('custom')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc')
-source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
-http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;)
-sha256sums=('f01c2cfe512d3118fd3398a66bdb82bea6ad0f45b464a46a58e452264b7682cd'
-'f7b1baa088d4ecda4a86944d3a782fcbf80c6b9161756bb50fec9e8d129176b9')
-
-build() {
-  cd $srcdir/otp_src_${pkgver/_1/}
-
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-
-  cd $srcdir/otp_src_${pkgver/_1/}
-
-  make DESTDIR=$pkgdir install
-
-  # Documentation
-  install -d $pkgdir/usr/share/doc/erlang
-  install -m0644 $srcdir/otp_src_${pkgver/_1/}/README.md \
-$srcdir/{README,COPYRIGHT} \
-$pkgdir/usr/share/doc/erlang
-
-  # Compressed man pages
-  for page in $srcdir/man/man?/*; do gzip $page; done
-  cp -r $srcdir/man $pkgdir/usr/lib/erlang/
-
-  # License
-  install -Dm0644 $srcdir/otp_src_${pkgver/_1/}/EPLICENCE \
-$pkgdir/usr/share/licenses/$pkgname/EPLICENCE
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir $srcdir/unixodbc
-  mv $pkgdir/usr/lib/erlang/lib/odbc* $srcdir/unixodbc/
-  mv $pkgdir/usr/lib/erlang/man/man3/odbc.3.gz $srcdir
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p $pkgdir/usr/lib/erlang/{lib,man/man3}
-  mv $srcdir/unixodbc/* $pkgdir/usr/lib/erlang/lib/
-  mv $srcdir/odbc.3.gz $pkgdir/usr/lib/erlang/man/man3/
-
-  # License
-  install -Dm0644 $srcdir/otp_src_${pkgver/_1/}/EPLICENCE \
-$pkgdir/usr/share/licenses/$pkgname/EPLICENCE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang/repos/community-i686/PKGBUILD (from rev 86448, 
erlang/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-17 11:12:15 UTC (rev 86449)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Lukas Fleischer archli...@cryptocrack.de
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: Tom Burdick thomas.burd...@wrightwoodtech.com
+# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
+
+pkgbase=erlang
+pkgname=('erlang' 'erlang-unixodbc')
+pkgver=R16B
+pkgrel=2
+arch=('x86_64' 'i686')
+url='http://www.erlang.org/'
+license=('custom')
+makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk')
+source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
+http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;)
+sha256sums=('f01c2cfe512d3118fd3398a66bdb82bea6ad0f45b464a46a58e452264b7682cd'
+'f7b1baa088d4ecda4a86944d3a782fcbf80c6b9161756bb50fec9e8d129176b9')
+
+build() {
+  cd $srcdir/otp_src_${pkgver/_1/}
+
+  ./configure --prefix=/usr --enable-smp-support --with-odbc
+  make
+}
+
+package_erlang() {
+  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
+  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
+  optdepends=('erlang-unixodbc: database support'
+  'java-environment: for Java support'
+  

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

2013-03-17 Thread Tobias Powalowski
Date: Sunday, March 17, 2013 @ 14:00:07
  Author: tpowa
Revision: 180114

upgpkg: linux 3.8.3-2

fix intel drm #34327

Added:
  linux/trunk/drm-i915-enable-irqs-earlier-when-resuming.patch
  
linux/trunk/drm-i915-reorder-setup-sequence-to-have-irqs-for-output-setup.patch
Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

-+
 PKGBUILD|   15 -
 drm-i915-enable-irqs-earlier-when-resuming.patch|   82 
++
 drm-i915-reorder-setup-sequence-to-have-irqs-for-output-setup.patch |  124 
++
 linux.install   |2 
 4 files changed, 219 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 11:48:21 UTC (rev 180113)
+++ PKGBUILD2013-03-17 13:00:07 UTC (rev 180114)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.8
 pkgver=3.8.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -18,13 +18,17 @@
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
-'change-default-console-loglevel.patch')
+'change-default-console-loglevel.patch'
+'drm-i915-enable-irqs-earlier-when-resuming.patch'
+'drm-i915-reorder-setup-sequence-to-have-irqs-for-output-setup.patch')
 md5sums=('1c738edfc54e7c65faeb90c436104e2f'
  'ba18b5d27ed303f5e5a9cda32a451031'
  '307107a8b15060e6fc0e48bdaacaed06'
  '03b1dad90f3558dba3031901398c1ca4'
  'eb14dcfd80c00852ef81ded6e826826a'
- 'f3def2cefdcbb954c21d8505d23cc83c')
+ 'f3def2cefdcbb954c21d8505d23cc83c'
+ '40e7b328977ad787a0b5584f193d63fe'
+ '8b9159931fab0c191a86dbd5a46fa328')
 
 _kernelname=${pkgbase#linux}
 
@@ -42,6 +46,11 @@
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
   patch -Np1 -i ${srcdir}/change-default-console-loglevel.patch
 
+  # revert 2 patches which breaks displays
+  # FS 34327
+  patch -Rp1 -i ${srcdir}/drm-i915-enable-irqs-earlier-when-resuming.patch
+  patch -Rp1 -i 
${srcdir}/drm-i915-reorder-setup-sequence-to-have-irqs-for-output-setup.patch
+
   if [ ${CARCH} = x86_64 ]; then
 cat ${srcdir}/config.x86_64  ./.config
   else

Added: drm-i915-enable-irqs-earlier-when-resuming.patch
===
--- drm-i915-enable-irqs-earlier-when-resuming.patch
(rev 0)
+++ drm-i915-enable-irqs-earlier-when-resuming.patch2013-03-17 13:00:07 UTC 
(rev 180114)
@@ -0,0 +1,82 @@
+From 15239099d7a7a9ecdc1ccb5b187ae4cda5488ff9 Mon Sep 17 00:00:00 2001
+From: Daniel Vetter daniel.vet...@ffwll.ch
+Date: Tue, 5 Mar 2013 09:50:58 +0100
+Subject: drm/i915: enable irqs earlier when resuming
+
+From: Daniel Vetter daniel.vet...@ffwll.ch
+
+commit 15239099d7a7a9ecdc1ccb5b187ae4cda5488ff9 upstream.
+
+We need it to restore the ilk rc6 context, since the gpu wait no
+requires interrupts. But in general having interrupts around should
+help in code sanity, since more and more stuff is interrupt driven.
+
+This regression has been introduced in
+
+commit 3e9605018ab3e333d51cc90fccfde2031886763b
+Author: Chris Wilson ch...@chris-wilson.co.uk
+Date:   Tue Nov 27 16:22:54 2012 +
+
+drm/i915: Rearrange code to only have a single method for waiting upon the 
ring
+
+Like in the driver load code we need to make sure that hotplug
+interrupts don't cause havoc with our modeset state, hence block them
+with the existing infrastructure. Again we ignore races where we might
+loose hotplug interrupts ...
+
+Note that the driver load part of the regression has already been
+fixed in
+
+commit 52d7ecedac3f96fb562cb482c139015372728638
+Author: Daniel Vetter daniel.vet...@ffwll.ch
+Date:   Sat Dec 1 21:03:22 2012 +0100
+
+drm/i915: reorder setup sequence to have irqs for output setup
+
+v2: Add a note to the commit message about which patch fixed the
+driver load part of the regression. Stable kernels need to backport
+both patches.
+
+Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=54691
+Cc: Chris Wilson ch...@chris-wilson.co.uk
+Cc: Mika Kuoppala mika.kuopp...@intel.com
+Reported-and-Tested-by: Ilya Tumaykin itumay...@gmail.com
+Reviewed-by: Chris wilson ch...@chris-wilson.co.uk (v1)
+Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch
+Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org
+
+---
+ drivers/gpu/drm/i915/i915_drv.c |   13 -
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+--- a/drivers/gpu/drm/i915/i915_drv.c
 b/drivers/gpu/drm/i915/i915_drv.c
+@@ -486,6 +486,7 @@ static int i915_drm_freeze(struct drm_de
+   intel_modeset_disable(dev);
+ 
+   drm_irq_uninstall(dev);
++  

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

2013-03-17 Thread Tobias Powalowski
Date: Sunday, March 17, 2013 @ 14:00:58
  Author: tpowa
Revision: 180115

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

Added:
  linux/repos/testing-i686/PKGBUILD
(from rev 180114, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 180114, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 180114, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 180114, linux/trunk/config.x86_64)
  linux/repos/testing-i686/drm-i915-enable-irqs-earlier-when-resuming.patch
(from rev 180114, 
linux/trunk/drm-i915-enable-irqs-earlier-when-resuming.patch)
  
linux/repos/testing-i686/drm-i915-reorder-setup-sequence-to-have-irqs-for-output-setup.patch
(from rev 180114, 
linux/trunk/drm-i915-reorder-setup-sequence-to-have-irqs-for-output-setup.patch)
  linux/repos/testing-i686/linux.install
(from rev 180114, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 180114, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 180114, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 180114, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 180114, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 180114, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/drm-i915-enable-irqs-earlier-when-resuming.patch
(from rev 180114, 
linux/trunk/drm-i915-enable-irqs-earlier-when-resuming.patch)
  
linux/repos/testing-x86_64/drm-i915-reorder-setup-sequence-to-have-irqs-for-output-setup.patch
(from rev 180114, 
linux/trunk/drm-i915-reorder-setup-sequence-to-have-irqs-for-output-setup.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 180114, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 180114, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

+
 testing-i686/PKGBUILD  
|  645 
 testing-i686/change-default-console-loglevel.patch 
|   24 
 testing-i686/config
|12396 +-
 testing-i686/config.x86_64 
|11954 -
 testing-i686/drm-i915-enable-irqs-earlier-when-resuming.patch  
|   82 
 
testing-i686/drm-i915-reorder-setup-sequence-to-have-irqs-for-output-setup.patch
   |  124 
 testing-i686/linux.install 
|  130 
 testing-i686/linux.preset  
|   28 
 testing-x86_64/PKGBUILD
|  645 
 testing-x86_64/change-default-console-loglevel.patch   
|   24 
 testing-x86_64/config  
|12396 +-
 testing-x86_64/config.x86_64   
|11954 -
 testing-x86_64/drm-i915-enable-irqs-earlier-when-resuming.patch
|   82 
 
testing-x86_64/drm-i915-reorder-setup-sequence-to-have-irqs-for-output-setup.patch
 |  124 
 testing-x86_64/linux.install   
|  130 
 testing-x86_64/linux.preset
|   28 
 16 files changed, 25598 insertions(+), 25168 deletions(-)

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


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

2013-03-17 Thread Jelle van der Waa
Date: Sunday, March 17, 2013 @ 14:28:40
  Author: jelle
Revision: 86450

upgpkg: calibre 0.9.23-2

imagemagick 6.8.3.9 rebuild

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 11:12:15 UTC (rev 86449)
+++ PKGBUILD2013-03-17 13:28:40 UTC (rev 86450)
@@ -6,7 +6,7 @@
 
 pkgname=calibre
 pkgver=0.9.23
-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-03-17 Thread Jelle van der Waa
Date: Sunday, March 17, 2013 @ 14:30:00
  Author: jelle
Revision: 86451

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 86450, calibre/trunk/PKGBUILD)
  calibre/repos/community-staging-i686/calibre-mount-helper
(from rev 86450, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-staging-i686/calibre.install
(from rev 86450, calibre/trunk/calibre.install)
  calibre/repos/community-staging-i686/desktop_integration.patch
(from rev 86450, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-staging-x86_64/
  calibre/repos/community-staging-x86_64/PKGBUILD
(from rev 86450, calibre/trunk/PKGBUILD)
  calibre/repos/community-staging-x86_64/calibre-mount-helper
(from rev 86450, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-staging-x86_64/calibre.install
(from rev 86450, calibre/trunk/calibre.install)
  calibre/repos/community-staging-x86_64/desktop_integration.patch
(from rev 86450, calibre/trunk/desktop_integration.patch)

+
 community-staging-i686/PKGBUILD|   82 ++
 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  |   82 ++
 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, 462 insertions(+)

Copied: calibre/repos/community-staging-i686/PKGBUILD (from rev 86450, 
calibre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-17 13:30:00 UTC (rev 86451)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: 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.23
+pkgrel=2
+pkgdesc=Ebook management application
+arch=('i686' 'x86_64') 
+url=http://calibre-ebook.com/;
+license=('GPL3')
+depends=('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-pyqt' '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://calibre-ebook.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;
+'desktop_integration.patch'
+'calibre-mount-helper')
+md5sums=('eff937f38c5cb7a2319364c86f6b925b'
+ '8353d1878c5a498b3e49eddef473605f'
+ '675cd87d41342119827ef706055491e7')
+
+build() {
+  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)
+
+  LANG='en_US.UTF-8' python2 setup.py build
+  # LANG='en_US.UTF-8' python2 setup.py resources
+  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' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
+--staging-bindir=${pkgdir}/usr/bin \
+--staging-libdir=${pkgdir}/usr/lib \
+--staging-sharedir=${pkgdir}/usr/share
+
+  find ${pkgdir} -type d -empty -delete
+
+  # See 

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

2013-03-17 Thread Bartłomiej Piotrowski
Date: Sunday, March 17, 2013 @ 14:58:37
  Author: bpiotrowski
Revision: 86452

upgpkg: aria2 1.16.4-1

upstream release

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 13:30:00 UTC (rev 86451)
+++ PKGBUILD2013-03-17 13:58:37 UTC (rev 86452)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=aria2
-pkgver=1.16.3
+pkgver=1.16.4
 pkgrel=1
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
 checkdepends=('cppunit')
 source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2)
-sha256sums=('989f8eb5599394681d75e18acf3d4261870cc2dce70b813ce84305dc3c9e50a2')
+sha256sums=('7fb5360570ee626b428f9450244435734fbc9e979994e3e61eb672e8ed970319')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-17 Thread Bartłomiej Piotrowski
Date: Sunday, March 17, 2013 @ 14:59:10
  Author: bpiotrowski
Revision: 86453

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

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

---+
 community-i686/PKGBUILD   |   90 ++--
 community-x86_64/PKGBUILD |   90 ++--
 2 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-17 13:58:37 UTC (rev 86452)
+++ community-i686/PKGBUILD 2013-03-17 13:59:10 UTC (rev 86453)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=aria2
-pkgver=1.16.3
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2)
-sha256sums=('989f8eb5599394681d75e18acf3d4261870cc2dce70b813ce84305dc3c9e50a2')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # add bash completion (aria2 automatically installs to a temporary target 
directory)
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 ${pkgdir}/usr/share/doc/aria2/bash_completion/aria2c \
-${pkgdir}/usr/share/bash-completion/completions
-  rm -rf ${pkgdir}/usr/share/doc/aria2/bash_completion
-}

Copied: aria2/repos/community-i686/PKGBUILD (from rev 86452, 
aria2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-17 13:59:10 UTC (rev 86453)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=aria2
+pkgver=1.16.4
+pkgrel=1
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
+checkdepends=('cppunit')
+source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2)
+sha256sums=('7fb5360570ee626b428f9450244435734fbc9e979994e3e61eb672e8ed970319')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # add bash completion (aria2 automatically installs to a temporary target 
directory)
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 ${pkgdir}/usr/share/doc/aria2/bash_completion/aria2c \
+${pkgdir}/usr/share/bash-completion/completions
+  rm -rf ${pkgdir}/usr/share/doc/aria2/bash_completion
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-17 13:58:37 UTC (rev 86452)
+++ community-x86_64/PKGBUILD   2013-03-17 13:59:10 UTC (rev 86453)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=aria2
-pkgver=1.16.3
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2)
-sha256sums=('989f8eb5599394681d75e18acf3d4261870cc2dce70b813ce84305dc3c9e50a2')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make

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

2013-03-17 Thread Bartłomiej Piotrowski
Date: Sunday, March 17, 2013 @ 15:15:15
  Author: bpiotrowski
Revision: 86454

upgpkg: catfish 0.6.1-1

upstream release

Modified:
  catfish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 13:59:10 UTC (rev 86453)
+++ PKGBUILD2013-03-17 14:15:15 UTC (rev 86454)
@@ -3,22 +3,23 @@
 # Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgname=catfish
-pkgver=0.4.0.2
+pkgver=0.6.1
 pkgrel=1
 pkgdesc=A versatile file searching tool
 arch=('any')
 url='https://launchpad.net/catfish-search'
 license=('GPL')
 install=$pkgname.install 
-depends=('gtk3' 'python2-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
+depends=('gtk3' 'python-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
 optdepends=('zeitgeist: Zeitgeist integration'
 'findutils: filename search'
 'locate:filename search'
 'tracker:   fulltext search'
 'strigi:fulltext search'
 'pinot: fulltext search')
-source=(https://launchpad.net/$pkgname-search/0.4/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
-md5sums=('d80eb544a12dbee2b2c84b63c4903eea')
+source=(https://launchpad.net/$pkgname-search/0.6/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('63044c2dca7df438d9ed67f8e4e9b652')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -41,7 +42,7 @@
   make DESTDIR=$pkgdir install
 
   # python2 run fix
-  sed -i 's|python|python2|' $pkgdir/usr/bin/$pkgname
+  #sed -i 's|python|python2|' $pkgdir/usr/bin/$pkgname
 
   # icon file
   install -d $pkgdir/usr/share/pixmaps



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

2013-03-17 Thread Bartłomiej Piotrowski
Date: Sunday, March 17, 2013 @ 15:15:32
  Author: bpiotrowski
Revision: 86455

archrelease: copy trunk to community-any

Added:
  catfish/repos/community-any/PKGBUILD
(from rev 86454, catfish/trunk/PKGBUILD)
  catfish/repos/community-any/catfish.install
(from rev 86454, catfish/trunk/catfish.install)
Deleted:
  catfish/repos/community-any/PKGBUILD
  catfish/repos/community-any/catfish.install

-+
 PKGBUILD|   99 +++---
 catfish.install |   22 ++--
 2 files changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-17 14:15:15 UTC (rev 86454)
+++ PKGBUILD2013-03-17 14:15:32 UTC (rev 86455)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=catfish
-pkgver=0.4.0.2
-pkgrel=1
-pkgdesc=A versatile file searching tool
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install=$pkgname.install 
-depends=('gtk3' 'python2-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
-optdepends=('zeitgeist: Zeitgeist integration'
-'findutils: filename search'
-'locate:filename search'
-'tracker:   fulltext search'
-'strigi:fulltext search'
-'pinot: fulltext search')
-source=(https://launchpad.net/$pkgname-search/0.4/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
-md5sums=('d80eb544a12dbee2b2c84b63c4903eea')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 build fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  ./configure --prefix=/usr
-
-  # Correct symlinks
-  sed -i 's|ln -sf $(DESTDIR)/$(PREFIX)/share|ln -sf ..|' Makefile
-  make
-}
-
-package () {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # python2 run fix
-  sed -i 's|python|python2|' $pkgdir/usr/bin/$pkgname
-
-  # icon file
-  install -d $pkgdir/usr/share/pixmaps
-  ln -s /usr/share/icons/hicolor/scalable/apps/$pkgname.svg 
$pkgdir/usr/share/pixmaps/$pkgname.svg
-}

Copied: catfish/repos/community-any/PKGBUILD (from rev 86454, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-17 14:15:32 UTC (rev 86455)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=catfish
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=A versatile file searching tool
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install=$pkgname.install 
+depends=('gtk3' 'python-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('zeitgeist: Zeitgeist integration'
+'findutils: filename search'
+'locate:filename search'
+'tracker:   fulltext search'
+'strigi:fulltext search'
+'pinot: fulltext search')
+source=(https://launchpad.net/$pkgname-search/0.6/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('63044c2dca7df438d9ed67f8e4e9b652')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 build fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  ./configure --prefix=/usr
+
+  # Correct symlinks
+  sed -i 's|ln -sf $(DESTDIR)/$(PREFIX)/share|ln -sf ..|' Makefile
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # python2 run fix
+  #sed -i 's|python|python2|' $pkgdir/usr/bin/$pkgname
+
+  # icon file
+  install -d $pkgdir/usr/share/pixmaps
+  ln -s /usr/share/icons/hicolor/scalable/apps/$pkgname.svg 
$pkgdir/usr/share/pixmaps/$pkgname.svg
+}

Deleted: catfish.install
===
--- catfish.install 2013-03-17 14:15:15 UTC (rev 86454)
+++ catfish.install 2013-03-17 14:15:32 UTC (rev 86455)
@@ -1,11 +0,0 @@
-post_install() {
-   [ -f /usr/bin/xdg-icon-resource ]  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: catfish/repos/community-any/catfish.install (from rev 86454, 
catfish/trunk/catfish.install)
===
--- catfish.install (rev 0)
+++ catfish.install 2013-03-17 14:15:32 UTC (rev 86455)
@@ -0,0 +1,11 @@
+post_install() {
+   [ -f /usr/bin/xdg-icon-resource ]  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-03-17 Thread Bartłomiej Piotrowski
Date: Sunday, March 17, 2013 @ 15:17:34
  Author: bpiotrowski
Revision: 86456

upgpkg: catfish 0.6.1-2

remove useless python2 magic

Modified:
  catfish/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 1 insertion(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 14:15:32 UTC (rev 86455)
+++ PKGBUILD2013-03-17 14:17:34 UTC (rev 86456)
@@ -4,7 +4,7 @@
 
 pkgname=catfish
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A versatile file searching tool
 arch=('any')
 url='https://launchpad.net/catfish-search'
@@ -24,12 +24,6 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # python2 build fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
   ./configure --prefix=/usr
 
   # Correct symlinks
@@ -41,10 +35,6 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 
-  # python2 run fix
-  #sed -i 's|python|python2|' $pkgdir/usr/bin/$pkgname
-
-  # icon file
   install -d $pkgdir/usr/share/pixmaps
   ln -s /usr/share/icons/hicolor/scalable/apps/$pkgname.svg 
$pkgdir/usr/share/pixmaps/$pkgname.svg
 }



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

2013-03-17 Thread Bartłomiej Piotrowski
Date: Sunday, March 17, 2013 @ 15:17:48
  Author: bpiotrowski
Revision: 86457

archrelease: copy trunk to community-any

Added:
  catfish/repos/community-any/PKGBUILD
(from rev 86456, catfish/trunk/PKGBUILD)
  catfish/repos/community-any/catfish.install
(from rev 86456, catfish/trunk/catfish.install)
Deleted:
  catfish/repos/community-any/PKGBUILD
  catfish/repos/community-any/catfish.install

-+
 PKGBUILD|   90 --
 catfish.install |   22 ++---
 2 files changed, 51 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-17 14:17:34 UTC (rev 86456)
+++ PKGBUILD2013-03-17 14:17:48 UTC (rev 86457)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=catfish
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=A versatile file searching tool
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install=$pkgname.install 
-depends=('gtk3' 'python-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('zeitgeist: Zeitgeist integration'
-'findutils: filename search'
-'locate:filename search'
-'tracker:   fulltext search'
-'strigi:fulltext search'
-'pinot: fulltext search')
-source=(https://launchpad.net/$pkgname-search/0.6/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
-md5sums=('63044c2dca7df438d9ed67f8e4e9b652')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 build fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  ./configure --prefix=/usr
-
-  # Correct symlinks
-  sed -i 's|ln -sf $(DESTDIR)/$(PREFIX)/share|ln -sf ..|' Makefile
-  make
-}
-
-package () {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # python2 run fix
-  #sed -i 's|python|python2|' $pkgdir/usr/bin/$pkgname
-
-  # icon file
-  install -d $pkgdir/usr/share/pixmaps
-  ln -s /usr/share/icons/hicolor/scalable/apps/$pkgname.svg 
$pkgdir/usr/share/pixmaps/$pkgname.svg
-}

Copied: catfish/repos/community-any/PKGBUILD (from rev 86456, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-17 14:17:48 UTC (rev 86457)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=catfish
+pkgver=0.6.1
+pkgrel=2
+pkgdesc=A versatile file searching tool
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install=$pkgname.install 
+depends=('gtk3' 'python-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('zeitgeist: Zeitgeist integration'
+'findutils: filename search'
+'locate:filename search'
+'tracker:   fulltext search'
+'strigi:fulltext search'
+'pinot: fulltext search')
+source=(https://launchpad.net/$pkgname-search/0.6/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('63044c2dca7df438d9ed67f8e4e9b652')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  # Correct symlinks
+  sed -i 's|ln -sf $(DESTDIR)/$(PREFIX)/share|ln -sf ..|' Makefile
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -d $pkgdir/usr/share/pixmaps
+  ln -s /usr/share/icons/hicolor/scalable/apps/$pkgname.svg 
$pkgdir/usr/share/pixmaps/$pkgname.svg
+}

Deleted: catfish.install
===
--- catfish.install 2013-03-17 14:17:34 UTC (rev 86456)
+++ catfish.install 2013-03-17 14:17:48 UTC (rev 86457)
@@ -1,11 +0,0 @@
-post_install() {
-   [ -f /usr/bin/xdg-icon-resource ]  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: catfish/repos/community-any/catfish.install (from rev 86456, 
catfish/trunk/catfish.install)
===
--- catfish.install (rev 0)
+++ catfish.install 2013-03-17 14:17:48 UTC (rev 86457)
@@ -0,0 +1,11 @@
+post_install() {
+   [ -f /usr/bin/xdg-icon-resource ]  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-03-17 Thread Jelle van der Waa
Date: Sunday, March 17, 2013 @ 15:25:42
  Author: jelle
Revision: 86458

upgpkg: xmonad-contrib 0.11-4

fix dependency line

Modified:
  xmonad-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 14:17:48 UTC (rev 86457)
+++ PKGBUILD2013-03-17 14:25:42 UTC (rev 86458)
@@ -5,12 +5,12 @@
 
 pkgname=xmonad-contrib
 pkgver=0.11
-pkgrel=3
+pkgrel=4
 pkgdesc=Add-ons for xmonad
 arch=('i686' 'x86_64')
 url=http://xmonad.org/;
 license=('BSD')
-depends=('ghc=7.6.2-1' 'xmonad=0.11-2' 'sh' 'haskell-x11=1.6.0.2-2' 
'haskell-x11-xft=0.3.1-6' 'haskell-utf8-string=0.3.7-4' 
'haskell-random=1.0.1.1-4')
+depends=('ghc=7.6.2-1' 'xmonad=0.11-3' 'sh' 'haskell-x11=1.6.0.2-2' 
'haskell-x11-xft=0.3.1-7' 'haskell-utf8-string=0.3.7-4' 
'haskell-random=1.0.1.1-4')
 install='xmonad-contrib.install'
 
source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
 md5sums=('05fba258ac6063e49b50786a0869bd1f')



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

2013-03-17 Thread Ray Rashif
Date: Sunday, March 17, 2013 @ 18:41:20
  Author: schiv
Revision: 180117

upgpkg: audiofile 0.3.6-1

upstream release

Modified:
  audiofile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 15:39:56 UTC (rev 180116)
+++ PKGBUILD2013-03-17 17:41:20 UTC (rev 180117)
@@ -3,16 +3,16 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=audiofile
-pkgver=0.3.5
+pkgver=0.3.6
 pkgrel=1
 pkgdesc=Silicon Graphics Audio File Library
 arch=('i686' 'x86_64')
 url=http://www.68k.org/~michael/audiofile/;
 license=('LGPL')
-depends=('gcc-libs' 'alsa-lib')
+depends=('gcc-libs' 'alsa-lib' 'flac')
 options=('!libtool')
 source=(http://audiofile.68k.org/$pkgname-$pkgver.tar.gz;)
-md5sums=('795d7f5b323876c14c43d2b650b16abd')
+md5sums=('2731d79bec0acef3d30d2fc86b0b72fd')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-03-17 Thread Ray Rashif
Date: Sunday, March 17, 2013 @ 18:41:49
  Author: schiv
Revision: 180118

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-17 17:41:20 UTC (rev 180117)
+++ extra-i686/PKGBUILD 2013-03-17 17:41:49 UTC (rev 180118)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=audiofile
-pkgver=0.3.5
-pkgrel=1
-pkgdesc=Silicon Graphics Audio File Library
-arch=('i686' 'x86_64')
-url=http://www.68k.org/~michael/audiofile/;
-license=('LGPL')
-depends=('gcc-libs' 'alsa-lib')
-options=('!libtool')
-source=(http://audiofile.68k.org/$pkgname-$pkgver.tar.gz;)
-md5sums=('795d7f5b323876c14c43d2b650b16abd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audiofile/repos/extra-i686/PKGBUILD (from rev 180117, 
audiofile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-17 17:41:49 UTC (rev 180118)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=audiofile
+pkgver=0.3.6
+pkgrel=1
+pkgdesc=Silicon Graphics Audio File Library
+arch=('i686' 'x86_64')
+url=http://www.68k.org/~michael/audiofile/;
+license=('LGPL')
+depends=('gcc-libs' 'alsa-lib' 'flac')
+options=('!libtool')
+source=(http://audiofile.68k.org/$pkgname-$pkgver.tar.gz;)
+md5sums=('2731d79bec0acef3d30d2fc86b0b72fd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-17 17:41:20 UTC (rev 180117)
+++ extra-x86_64/PKGBUILD   2013-03-17 17:41:49 UTC (rev 180118)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=audiofile
-pkgver=0.3.5
-pkgrel=1
-pkgdesc=Silicon Graphics Audio File Library
-arch=('i686' 'x86_64')
-url=http://www.68k.org/~michael/audiofile/;
-license=('LGPL')
-depends=('gcc-libs' 'alsa-lib')
-options=('!libtool')
-source=(http://audiofile.68k.org/$pkgname-$pkgver.tar.gz;)
-md5sums=('795d7f5b323876c14c43d2b650b16abd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: audiofile/repos/extra-x86_64/PKGBUILD (from rev 180117, 
audiofile/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-17 17:41:49 UTC (rev 180118)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=audiofile
+pkgver=0.3.6
+pkgrel=1
+pkgdesc=Silicon Graphics Audio File Library
+arch=('i686' 'x86_64')
+url=http://www.68k.org/~michael/audiofile/;
+license=('LGPL')
+depends=('gcc-libs' 'alsa-lib' 'flac')
+options=('!libtool')
+source=(http://audiofile.68k.org/$pkgname-$pkgver.tar.gz;)
+md5sums=('2731d79bec0acef3d30d2fc86b0b72fd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-17 Thread Jan Steffens
Date: Sunday, March 17, 2013 @ 18:42:13
  Author: heftig
Revision: 180119

0.1.30; reenable and split sane support

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 17:41:49 UTC (rev 180118)
+++ PKGBUILD2013-03-17 17:42:13 UTC (rev 180119)
@@ -2,22 +2,22 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 # Contributor: Ionut Biru ib...@archlinux.org
 
-pkgname=colord
-pkgver=0.1.28
+pkgbase=colord
+pkgname=(colord colord-sane)
+pkgver=0.1.30
 pkgrel=1
 pkgdesc=System daemon for managing color devices
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=http://www.freedesktop.org/software/colord;
-license=('GPL2')
-depends=('lcms2' 'libgusb' 'polkit' 'shared-color-profiles' 'sqlite' 'udev')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+license=(GPL2)
+depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
+makedepends=(intltool gobject-introspection vala docbook2x sane)
+options=('!libtool')
 source=($url/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-install=colord.install
-sha1sums=('d53167727ab0f1014ded86675ac8b518c188a88b')
+sha1sums=('54442a4736192aab65a7fa306142ae1cc30cda15')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   
   # put udev files in /usr/lib
   sed -i /slashlibdir=/s#/lib#/usr/lib# configure
@@ -26,14 +26,29 @@
 --sysconfdir=/etc --libexecdir=/usr/lib/colord \
 --localstatedir=/var --disable-static \
 --with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-vala
+--enable-vala --enable-sane
   make
 }
 
-package() {
-  cd $pkgname-$pkgver
+package_colord() {
+  install=colord.install
+
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install \
 bashcompletiondir=/usr/share/bash-completion/completions
+
+# Split colord-sane
+  cd ..
+  mkdir -p sane/usr/lib/colord{,-plugins}
+  mv {$pkgdir,$srcdir/sane}/usr/lib/colord/colord-sane
+  mv {$pkgdir,$srcdir/sane}/usr/lib/colord-plugins/libcd_plugin_sane.so
 }
 
+package_colord-sane() {
+  pkgdesc=(SANE plugin for colord)
+  depends=(colord sane)
+
+  mv sane/* $pkgdir
+}
+
 # vim:set ts=2 sw=2 et:



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

2013-03-17 Thread Jan Steffens
Date: Sunday, March 17, 2013 @ 18:43:41
  Author: heftig
Revision: 180120

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

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

-+
 extra-i686/PKGBUILD |   93 --
 extra-i686/colord.install   |   22 -
 extra-x86_64/PKGBUILD   |   93 --
 extra-x86_64/colord.install |   22 -
 4 files changed, 130 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-17 17:42:13 UTC (rev 180119)
+++ extra-i686/PKGBUILD 2013-03-17 17:43:41 UTC (rev 180120)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=colord
-pkgver=0.1.28
-pkgrel=1
-pkgdesc=System daemon for managing color devices
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/software/colord;
-license=('GPL2')
-depends=('lcms2' 'libgusb' 'polkit' 'shared-color-profiles' 'sqlite' 'udev')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-install=colord.install
-sha1sums=('d53167727ab0f1014ded86675ac8b518c188a88b')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  # put udev files in /usr/lib
-  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
-  
-  ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/colord \
---localstatedir=/var --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-vala
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install \
-bashcompletiondir=/usr/share/bash-completion/completions
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 180119, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-17 17:43:41 UTC (rev 180120)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgbase=colord
+pkgname=(colord colord-sane)
+pkgver=0.1.30
+pkgrel=1
+pkgdesc=System daemon for managing color devices
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/software/colord;
+license=(GPL2)
+depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
+makedepends=(intltool gobject-introspection vala docbook2x sane)
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+sha1sums=('54442a4736192aab65a7fa306142ae1cc30cda15')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  # put udev files in /usr/lib
+  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
+  
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-vala --enable-sane
+  make
+}
+
+package_colord() {
+  install=colord.install
+
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install \
+bashcompletiondir=/usr/share/bash-completion/completions
+
+# Split colord-sane
+  cd ..
+  mkdir -p sane/usr/lib/colord{,-plugins}
+  mv {$pkgdir,$srcdir/sane}/usr/lib/colord/colord-sane
+  mv {$pkgdir,$srcdir/sane}/usr/lib/colord-plugins/libcd_plugin_sane.so
+}
+
+package_colord-sane() {
+  pkgdesc=(SANE plugin for colord)
+  depends=(colord sane)
+
+  mv sane/* $pkgdir
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/colord.install
===
--- extra-i686/colord.install   2013-03-17 17:42:13 UTC (rev 180119)
+++ extra-i686/colord.install   2013-03-17 17:43:41 UTC (rev 180120)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: colord/repos/extra-i686/colord.install (from rev 180119, 
colord/trunk/colord.install)
===
--- extra-i686/colord.install   (rev 0)
+++ extra-i686/colord.install   2013-03-17 17:43:41 UTC (rev 180120)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: 

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

2013-03-17 Thread Ray Rashif
Date: Sunday, March 17, 2013 @ 19:38:17
  Author: schiv
Revision: 180121

upgpkg: snd 13.5-1

upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 17:43:41 UTC (rev 180120)
+++ PKGBUILD2013-03-17 18:38:17 UTC (rev 180121)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=13.4
+pkgver=13.5
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'timidity++' 'vorbis-tools')
 install=$pkgname.install
 source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('cd19a0749f57baec94dbac2b4f98d9cb')
+md5sums=('bc8915f28110744237330e8b93638bd3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-03-17 Thread Ray Rashif
Date: Sunday, March 17, 2013 @ 19:38:44
  Author: schiv
Revision: 180122

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

Added:
  snd/repos/extra-i686/.contrib
(from rev 180121, snd/trunk/.contrib)
  snd/repos/extra-i686/PKGBUILD
(from rev 180121, snd/trunk/PKGBUILD)
  snd/repos/extra-i686/snd.install
(from rev 180121, snd/trunk/snd.install)
  snd/repos/extra-x86_64/.contrib
(from rev 180121, snd/trunk/.contrib)
  snd/repos/extra-x86_64/PKGBUILD
(from rev 180121, snd/trunk/PKGBUILD)
  snd/repos/extra-x86_64/snd.install
(from rev 180121, snd/trunk/snd.install)
Deleted:
  snd/repos/extra-i686/.contrib
  snd/repos/extra-i686/PKGBUILD
  snd/repos/extra-i686/snd.install
  snd/repos/extra-x86_64/.contrib
  snd/repos/extra-x86_64/PKGBUILD
  snd/repos/extra-x86_64/snd.install

--+
 extra-i686/.contrib  |4 +-
 extra-i686/PKGBUILD  |   90 ++---
 extra-i686/snd.install   |6 +--
 extra-x86_64/.contrib|4 +-
 extra-x86_64/PKGBUILD|   90 ++---
 extra-x86_64/snd.install |6 +--
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2013-03-17 18:38:17 UTC (rev 180121)
+++ extra-i686/.contrib 2013-03-17 18:38:44 UTC (rev 180122)
@@ -1,2 +0,0 @@
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: dorphell dorph...@archlinux.org

Copied: snd/repos/extra-i686/.contrib (from rev 180121, snd/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2013-03-17 18:38:44 UTC (rev 180122)
@@ -0,0 +1,2 @@
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: dorphell dorph...@archlinux.org

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-17 18:38:17 UTC (rev 180121)
+++ extra-i686/PKGBUILD 2013-03-17 18:38:44 UTC (rev 180122)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=13.4
-pkgrel=1
-pkgdesc=An advanced sound editor
-arch=('i686' 'x86_64')
-url=http://ccrma.stanford.edu/software/snd/;
-license=('custom')
-depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
-makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
- 'timidity++' 'mpg123' 'vorbis-tools')
-optdepends=('wavpack' 'flac' 'speex' 'mpg123'
-'timidity++' 'vorbis-tools')
-install=$pkgname.install
-source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('cd19a0749f57baec94dbac2b4f98d9cb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  LDFLAGS+= -Wl,-z,noexecstack
-
-  ./configure --prefix=/usr \
-  --with-alsa \
-  --with-jack \
-  --with-gtk \
-  --with-ladspa \
-  --with-gmp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make prefix=$pkgdir/usr install
-
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snd/repos/extra-i686/PKGBUILD (from rev 180121, snd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-17 18:38:44 UTC (rev 180122)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=13.5
+pkgrel=1
+pkgdesc=An advanced sound editor
+arch=('i686' 'x86_64')
+url=http://ccrma.stanford.edu/software/snd/;
+license=('custom')
+depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
+makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
+ 'timidity++' 'mpg123' 'vorbis-tools')
+optdepends=('wavpack' 'flac' 'speex' 'mpg123'
+'timidity++' 'vorbis-tools')
+install=$pkgname.install
+source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
+md5sums=('bc8915f28110744237330e8b93638bd3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  LDFLAGS+= -Wl,-z,noexecstack
+
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --with-jack \
+  --with-gtk \
+  --with-ladspa \
+  --with-gmp
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make prefix=$pkgdir/usr install
+
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/snd.install
===
--- extra-i686/snd.install  2013-03-17 18:38:17 UTC (rev 180121)
+++ extra-i686/snd.install  2013-03-17 18:38:44 UTC (rev 180122)
@@ -1,3 +0,0 @@
-post_upgrade() {
- 

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

2013-03-17 Thread Ray Rashif
Date: Sunday, March 17, 2013 @ 20:28:48
  Author: schiv
Revision: 86459

add new community pkg elyxer

Added:
  elyxer/
  elyxer/repos/
  elyxer/trunk/
  elyxer/trunk/PKGBUILD

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

Added: elyxer/trunk/PKGBUILD
===
--- elyxer/trunk/PKGBUILD   (rev 0)
+++ elyxer/trunk/PKGBUILD   2013-03-17 19:28:48 UTC (rev 86459)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Kevin Brubeck Unhammer unham...@gmail.com
+
+pkgname=elyxer
+pkgver=1.2.5
+pkgrel=1
+pkgdesc=A LyX to HTML converter
+url=http://alexfernandez.github.com/elyxer/;
+arch=('any')
+license=('GPL3')
+depends=('python2')
+source=(http://alexfernandez.github.com/elyxer/dist/$pkgname-$pkgver.tar.gz;)
+md5sums=('2692c4c6c5f379c2866eb11eced628bd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix (copyleftrightupdown Allan McRae 2010)
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+ -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+ $(find . -name '*.py')
+
+  # might not be needed, but can't hurt -- kevin
+  sed -i s|('#! /usr/bin/env python')|('#! /usr/bin/env python2')| \
+src/elyxer/conf/fileconfig.py
+
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-17 Thread Ray Rashif
Date: Sunday, March 17, 2013 @ 20:35:44
  Author: schiv
Revision: 86460

archrelease: copy trunk to community-any

Added:
  elyxer/repos/community-any/
  elyxer/repos/community-any/PKGBUILD
(from rev 86459, elyxer/trunk/PKGBUILD)

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

Copied: elyxer/repos/community-any/PKGBUILD (from rev 86459, 
elyxer/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-03-17 19:35:44 UTC (rev 86460)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Kevin Brubeck Unhammer unham...@gmail.com
+
+pkgname=elyxer
+pkgver=1.2.5
+pkgrel=1
+pkgdesc=A LyX to HTML converter
+url=http://alexfernandez.github.com/elyxer/;
+arch=('any')
+license=('GPL3')
+depends=('python2')
+source=(http://alexfernandez.github.com/elyxer/dist/$pkgname-$pkgver.tar.gz;)
+md5sums=('2692c4c6c5f379c2866eb11eced628bd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix (copyleftrightupdown Allan McRae 2010)
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+ -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+ $(find . -name '*.py')
+
+  # might not be needed, but can't hurt -- kevin
+  sed -i s|('#! /usr/bin/env python')|('#! /usr/bin/env python2')| \
+src/elyxer/conf/fileconfig.py
+
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-17 Thread Federico Cinelli
Date: Sunday, March 17, 2013 @ 20:56:37
  Author: cinelli
Revision: 86461

Fixed PKGBUILD arch and pkgrel

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 19:35:44 UTC (rev 86460)
+++ PKGBUILD2013-03-17 19:56:37 UTC (rev 86461)
@@ -7,8 +7,8 @@
 pkgname=cantata
 pkgver=0.9.2
 pkgdesc=A KDE client for the music player daemon (MPD)
-pkgrel=2
-arch=('any')
+pkgrel=3
+arch=('i686' 'x86_64')
 url=http://kde-apps.org/content/show.php/Cantata?content=147733;
 license=('GPL')
 depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')



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

2013-03-17 Thread Federico Cinelli
Date: Sunday, March 17, 2013 @ 21:07:56
  Author: cinelli
Revision: 86462

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

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

--+
 community-i686/PKGBUILD  |   72 ++---
 community-i686/cantata.install   |   24 ++--
 community-x86_64/PKGBUILD|   72 ++---
 community-x86_64/cantata.install |   24 ++--
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-17 19:56:37 UTC (rev 86461)
+++ community-i686/PKGBUILD 2013-03-17 20:07:56 UTC (rev 86462)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-
-pkgname=cantata
-pkgver=0.9.2
-pkgdesc=A KDE client for the music player daemon (MPD)
-pkgrel=3
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/Cantata?content=147733;
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('882cec90eb01d190b899689675e990b0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 86461, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-17 20:07:56 UTC (rev 86462)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mcder3 mcder3[at]gmail[dot]com
+# Contributor: MisterFred mister.fred[at]free[dot]fr
+
+pkgname=cantata
+pkgver=0.9.2
+pkgdesc=A KDE client for the music player daemon (MPD)
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/Cantata?content=147733;
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+md5sums=('882cec90eb01d190b899689675e990b0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-03-17 19:56:37 UTC (rev 86461)
+++ community-i686/cantata.install  2013-03-17 20:07:56 UTC (rev 86462)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: cantata/repos/community-i686/cantata.install (from rev 86461, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-03-17 20:07:56 UTC (rev 86462)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-17 19:56:37 UTC (rev 86461)
+++ community-x86_64/PKGBUILD   2013-03-17 20:07:56 UTC (rev 86462)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mcder3 mcder3[at]gmail[dot]com
-# Contributor: MisterFred mister.fred[at]free[dot]fr
-

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

2013-03-17 Thread Federico Cinelli
Date: Sunday, March 17, 2013 @ 21:08:11
  Author: cinelli
Revision: 86463

Removed community-any for cantata

Deleted:
  cantata/repos/community-any/



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

2013-03-17 Thread Federico Cinelli
Date: Sunday, March 17, 2013 @ 21:17:48
  Author: cinelli
Revision: 86464

Fixed archs

Modified:
  gen2shp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 20:08:11 UTC (rev 86463)
+++ PKGBUILD2013-03-17 20:17:48 UTC (rev 86464)
@@ -4,9 +4,9 @@
 
 pkgname=gen2shp
 pkgver=0.3.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('any')
+arch=('i686' 'x86_64')
 url='http://www.intevation.de/~jan/gen2shp/'
 license=('GPL')
 depends=('glibc' 'shapelib')



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

2013-03-17 Thread Federico Cinelli
Date: Sunday, March 17, 2013 @ 21:20:40
  Author: cinelli
Revision: 86465

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

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

---+
 community-i686/PKGBUILD   |   54 ++--
 community-x86_64/PKGBUILD |   54 ++--
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-17 20:17:48 UTC (rev 86464)
+++ community-i686/PKGBUILD 2013-03-17 20:20:40 UTC (rev 86465)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=6
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=(http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-
-  make
-}
-
-package() {
-  install -D $pkgname-$pkgver/gen2shp $pkgdir/usr/bin/gens2shp
-}

Copied: gen2shp/repos/community-i686/PKGBUILD (from rev 86464, 
gen2shp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-17 20:20:40 UTC (rev 86465)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=7
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('i686' 'x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=(http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+
+  make
+}
+
+package() {
+  install -D $pkgname-$pkgver/gen2shp $pkgdir/usr/bin/gens2shp
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-17 20:17:48 UTC (rev 86464)
+++ community-x86_64/PKGBUILD   2013-03-17 20:20:40 UTC (rev 86465)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=6
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=(http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-
-  make
-}
-
-package() {
-  install -D $pkgname-$pkgver/gen2shp $pkgdir/usr/bin/gens2shp
-}

Copied: gen2shp/repos/community-x86_64/PKGBUILD (from rev 86464, 
gen2shp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-17 20:20:40 UTC (rev 86465)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=7
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('i686' 'x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=(http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+
+  make
+}
+
+package() {
+  install -D $pkgname-$pkgver/gen2shp $pkgdir/usr/bin/gens2shp
+}



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

2013-03-17 Thread Federico Cinelli
Date: Sunday, March 17, 2013 @ 21:20:51
  Author: cinelli
Revision: 86466

Removed community-any for gen2shp

Deleted:
  gen2shp/repos/community-any/



[arch-commits] Commit in haskell-x11-xft/trunk (PKGBUILD)

2013-03-17 Thread Jelle van der Waa
Date: Sunday, March 17, 2013 @ 21:24:20
  Author: jelle
Revision: 86467

upgpkg: haskell-x11-xft 0.3.1-7

Modified:
  haskell-x11-xft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 20:20:51 UTC (rev 86466)
+++ PKGBUILD2013-03-17 20:24:20 UTC (rev 86467)
@@ -9,7 +9,7 @@
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('LGPL')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.2-1' 'haskell-x11=1.6.0.2-2' 'haskell-utf8-string=0.3.7-4' 
'libxft')
+depends=('ghc=7.6.2-1' 'haskell-x11=1.6.1.1-1' 'haskell-utf8-string=0.3.7-4' 
'libxft')
 options=('strip')
 install=haskell-x11-xft.install
 
source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)



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

2013-03-17 Thread Jelle van der Waa
Date: Sunday, March 17, 2013 @ 21:44:39
  Author: jelle
Revision: 86468

upgpkg: xmonad 0.11-4

Modified:
  xmonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 20:24:20 UTC (rev 86467)
+++ PKGBUILD2013-03-17 20:44:39 UTC (rev 86468)
@@ -5,12 +5,12 @@
 
 pkgname=xmonad
 pkgver=0.11
-pkgrel=3
+pkgrel=4
 pkgdesc=Lightweight X11 tiled window manager written in Haskell
 arch=('i686' 'x86_64')
 url=http://xmonad.org/;
 license=('BSD')
-depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.0.2-2' 'sh' 
'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 
'haskell-extensible-exceptions=0.1.1.4-4')
+depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.1.1-1' 'sh' 
'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 
'haskell-extensible-exceptions=0.1.1.4-4')
 makedepends=('gendesk')
 optdepends=('xorg-xmessage: for displaying visual error messages')
 install='xmonad.install'



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

2013-03-17 Thread Jelle van der Waa
Date: Sunday, March 17, 2013 @ 22:08:18
  Author: jelle
Revision: 86469

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

Added:
  xmonad/repos/community-testing-i686/PKGBUILD
(from rev 86468, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-testing-i686/xmonad-gnome-session.session
(from rev 86468, xmonad/trunk/xmonad-gnome-session.session)
  xmonad/repos/community-testing-i686/xmonad.install
(from rev 86468, xmonad/trunk/xmonad.install)
  xmonad/repos/community-testing-i686/xmonad.svg
(from rev 86468, xmonad/trunk/xmonad.svg)
  xmonad/repos/community-testing-x86_64/PKGBUILD
(from rev 86468, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-testing-x86_64/xmonad-gnome-session.session
(from rev 86468, xmonad/trunk/xmonad-gnome-session.session)
  xmonad/repos/community-testing-x86_64/xmonad.install
(from rev 86468, xmonad/trunk/xmonad.install)
  xmonad/repos/community-testing-x86_64/xmonad.svg
(from rev 86468, xmonad/trunk/xmonad.svg)
Deleted:
  xmonad/repos/community-testing-i686/PKGBUILD
  xmonad/repos/community-testing-i686/xmonad-gnome-session.session
  xmonad/repos/community-testing-i686/xmonad.install
  xmonad/repos/community-testing-i686/xmonad.svg
  xmonad/repos/community-testing-x86_64/PKGBUILD
  xmonad/repos/community-testing-x86_64/xmonad-gnome-session.session
  xmonad/repos/community-testing-x86_64/xmonad.install
  xmonad/repos/community-testing-x86_64/xmonad.svg

---+
 community-testing-i686/PKGBUILD   |  100 +-
 community-testing-i686/xmonad-gnome-session.session   |   12 -
 community-testing-i686/xmonad.install |   44 ++--
 community-testing-i686/xmonad.svg |  154 
 community-testing-x86_64/PKGBUILD |  100 +-
 community-testing-x86_64/xmonad-gnome-session.session |   12 -
 community-testing-x86_64/xmonad.install   |   44 ++--
 community-testing-x86_64/xmonad.svg   |  154 
 8 files changed, 310 insertions(+), 310 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-03-17 20:44:39 UTC (rev 86468)
+++ community-testing-i686/PKGBUILD 2013-03-17 21:08:18 UTC (rev 86469)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: shild shi...@gmail.com
-
-pkgname=xmonad
-pkgver=0.11
-pkgrel=3
-pkgdesc=Lightweight X11 tiled window manager written in Haskell
-arch=('i686' 'x86_64')
-url=http://xmonad.org/;
-license=('BSD')
-depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.0.2-2' 'sh' 
'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 
'haskell-extensible-exceptions=0.1.1.4-4')
-makedepends=('setconf' 'gendesk')
-optdepends=('xorg-xmessage: for displaying visual error messages')
-install='xmonad.install'
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-'xmonad.svg')
-md5sums=('5ac9dc1dae5e85dcbdfb9f70cbe312c1'
- '72bfa5e62e4e44fe7fa59b6a7593d993')
-
-build() {
-  cd $srcdir
-  ghc-pkg list
-  gendesk
-
-  cd $srcdir/$pkgname-$pkgver
-
-  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr \
- --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  runhaskell Setup.lhs copy --destdir=$pkgdir
-
-  #runhaskell util/GenerateManpage.hs
-
-  install -D -m644 man/xmonad.1 $pkgdir/usr/share/man/man1/xmonad.1
-
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/xmonad/LICENSE
-
-  install -D -m644 $srcdir/xmonad.svg $pkgdir/usr/share/pixmaps/xmonad.svg
-}

Copied: xmonad/repos/community-testing-i686/PKGBUILD (from rev 86468, 
xmonad/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-17 21:08:18 UTC (rev 86469)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: shild shi...@gmail.com
+
+pkgname=xmonad
+pkgver=0.11
+pkgrel=4
+pkgdesc=Lightweight X11 tiled window manager written in Haskell
+arch=('i686' 'x86_64')
+url=http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.1.1-1' 'sh' 
'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 
'haskell-extensible-exceptions=0.1.1.4-4')
+makedepends=('gendesk')

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

2013-03-17 Thread Maxime Gauduin
Date: Sunday, March 17, 2013 @ 22:35:09
  Author: alucryd
Revision: 86470

upgpkg: lightdm 1:1.4.0-3

Modified:
  lightdm/trunk/PKGBUILD
  lightdm/trunk/lightdm.install
  lightdm/trunk/lightdm.tmpfiles

--+
 PKGBUILD |   16 
 lightdm.install  |   17 ++---
 lightdm.tmpfiles |3 +--
 3 files changed, 23 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 21:08:18 UTC (rev 86469)
+++ PKGBUILD2013-03-17 21:35:09 UTC (rev 86470)
@@ -5,7 +5,7 @@
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4')
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc=A lightweight display manager
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 'xsession')
 sha256sums=('3486a9f828864a78d452696cf6fef6e1dec2f4ef92a72e90ab37edf9a0824c43'
 '2e03423cbe88c9fdc3a9684d6d14221aa6e92d105f9d1d53b08747d966c45125'
-'ec10378992907f06a6960c4644aba2f81744fbcaf38f6bdc7c364979be3207e4'
+'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f'
 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
 '33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
 'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
@@ -45,7 +45,7 @@
 }
 
 package_lightdm() {
-depends=('libxklavier' 'pam')
+depends=('libxklavier' 'systemd')
 optdepends=('xorg-server-xephyr: LightDM test mode'
 'accountsservice: limit visible accounts')
 backup=('etc/apparmor.d/lightdm-guest-session'
@@ -59,9 +59,17 @@
 # Install
   make DESTDIR=${pkgdir} install
   make DESTDIR=${pkgdir} -C liblightdm-qt uninstall
-  install -m 755 ../xsession ${pkgdir}/etc/lightdm/xsession
   rm -rf ${pkgdir}/etc/init
 
+# Persistent home
+  install -dm 770 ${pkgdir}/var/lib/lightdm
+  chmod +t ${pkgdir}/var/lib/lightdm
+  echo 'GDK_CORE_DEVICE_EVENTS=true'  
${pkgdir}/var/lib/lightdm/.pam_environment
+  chmod 644 ${pkgdir}/var/lib/lightdm/.pam_environment
+
+# Session wrapper
+  install -m 755 ../xsession ${pkgdir}/etc/lightdm/xsession
+
 # PAM
   install -m 644 ../lightdm.pam ${pkgdir}/etc/pam.d/lightdm
   install -m 644 ../lightdm-autologin.pam 
${pkgdir}/etc/pam.d/lightdm-autologin

Modified: lightdm.install
===
--- lightdm.install 2013-03-17 21:08:18 UTC (rev 86469)
+++ lightdm.install 2013-03-17 21:35:09 UTC (rev 86470)
@@ -1,15 +1,18 @@
 post_install() {
-getent group lightdm  /dev/null 21 || groupadd -g 620 lightdm
-getent passwd lightdm  /dev/null 21 || useradd -c 'Light Display 
Manager' -u 620 -g lightdm -d /run/lightdm -s /sbin/nologin lightdm
-passwd -l lightdm  /dev/null
-systemd-tmpfiles --create /usr/lib/tmpfiles.d/lightdm.conf
+  getent group lightdm  /dev/null 21 || groupadd -g 620 lightdm
+  getent passwd lightdm  /dev/null 21 || useradd -c 'Light Display Manager' 
-u 620 -g lightdm -d /var/lib/lightdm -s /sbin/nologin lightdm
+  passwd -l lightdm  /dev/null
+  chown -R lightdm:lightdm /var/lib/lightdm  /dev/null
+  systemd-tmpfiles --create lightdm.conf
 }
 
 post_upgrade() {
-post_install
+  post_install
 }
 
 post_remove() {
-getent passwd lightdm  /dev/null 21  userdel lightdm
-getent group lightdm  /dev/null 21  groupdel lightdm
+  getent passwd lightdm  /dev/null 21  userdel lightdm
+  getent group lightdm  /dev/null 21  groupdel lightdm
 }
+
+# vim: ts=2 sw=2 et:

Modified: lightdm.tmpfiles
===
--- lightdm.tmpfiles2013-03-17 21:08:18 UTC (rev 86469)
+++ lightdm.tmpfiles2013-03-17 21:35:09 UTC (rev 86470)
@@ -1,2 +1 @@
-d /run/lightdm 0775 lightdm lightdm
-f /run/lightdm/.pam_environment 0644 lightdm lightdm - 
GDK_CORE_DEVICE_EVENTS=true
+d /run/lightdm 0711 lightdm lightdm



[arch-commits] Commit in lightdm/repos (40 files)

2013-03-17 Thread Maxime Gauduin
Date: Sunday, March 17, 2013 @ 22:36:08
  Author: alucryd
Revision: 86471

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

Added:
  lightdm/repos/community-i686/PKGBUILD
(from rev 86470, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-i686/lightdm-autologin.pam
(from rev 86470, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-i686/lightdm-default-config.patch
(from rev 86470, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch
(from rev 86470, lightdm/trunk/lightdm-lock-screen-before-switch.patch)
  lightdm/repos/community-i686/lightdm.install
(from rev 86470, lightdm/trunk/lightdm.install)
  lightdm/repos/community-i686/lightdm.pam
(from rev 86470, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-i686/lightdm.rules
(from rev 86470, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-i686/lightdm.service
(from rev 86470, lightdm/trunk/lightdm.service)
  lightdm/repos/community-i686/lightdm.tmpfiles
(from rev 86470, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-i686/xsession
(from rev 86470, lightdm/trunk/xsession)
  lightdm/repos/community-x86_64/PKGBUILD
(from rev 86470, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-x86_64/lightdm-autologin.pam
(from rev 86470, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-x86_64/lightdm-default-config.patch
(from rev 86470, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch
(from rev 86470, lightdm/trunk/lightdm-lock-screen-before-switch.patch)
  lightdm/repos/community-x86_64/lightdm.install
(from rev 86470, lightdm/trunk/lightdm.install)
  lightdm/repos/community-x86_64/lightdm.pam
(from rev 86470, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-x86_64/lightdm.rules
(from rev 86470, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-x86_64/lightdm.service
(from rev 86470, lightdm/trunk/lightdm.service)
  lightdm/repos/community-x86_64/lightdm.tmpfiles
(from rev 86470, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-x86_64/xsession
(from rev 86470, lightdm/trunk/xsession)
Deleted:
  lightdm/repos/community-i686/PKGBUILD
  lightdm/repos/community-i686/lightdm-autologin.pam
  lightdm/repos/community-i686/lightdm-default-config.patch
  lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch
  lightdm/repos/community-i686/lightdm.install
  lightdm/repos/community-i686/lightdm.pam
  lightdm/repos/community-i686/lightdm.rules
  lightdm/repos/community-i686/lightdm.service
  lightdm/repos/community-i686/lightdm.tmpfiles
  lightdm/repos/community-i686/xsession
  lightdm/repos/community-x86_64/PKGBUILD
  lightdm/repos/community-x86_64/lightdm-autologin.pam
  lightdm/repos/community-x86_64/lightdm-default-config.patch
  lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch
  lightdm/repos/community-x86_64/lightdm.install
  lightdm/repos/community-x86_64/lightdm.pam
  lightdm/repos/community-x86_64/lightdm.rules
  lightdm/repos/community-x86_64/lightdm.service
  lightdm/repos/community-x86_64/lightdm.tmpfiles
  lightdm/repos/community-x86_64/xsession

--+
 community-i686/PKGBUILD  |  190 ++---
 community-i686/lightdm-autologin.pam |   26 -
 community-i686/lightdm-default-config.patch  |   86 ++---
 community-i686/lightdm-lock-screen-before-switch.patch   |  110 +++
 community-i686/lightdm.install   |   33 +-
 community-i686/lightdm.pam   |   14 
 community-i686/lightdm.rules |   30 +-
 community-i686/lightdm.service   |   28 -
 community-i686/lightdm.tmpfiles  |3 
 community-i686/xsession  |  146 -
 community-x86_64/PKGBUILD|  190 ++---
 community-x86_64/lightdm-autologin.pam   |   26 -
 community-x86_64/lightdm-default-config.patch|   86 ++---
 community-x86_64/lightdm-lock-screen-before-switch.patch |  110 +++
 community-x86_64/lightdm.install |   33 +-
 community-x86_64/lightdm.pam |   14 
 community-x86_64/lightdm.rules   |   30 +-
 community-x86_64/lightdm.service |   28 -
 community-x86_64/lightdm.tmpfiles|3 
 community-x86_64/xsession|  146 -
 20 files changed, 676 insertions(+), 656 deletions(-)

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


[arch-commits] Commit in (5 files)

2013-03-17 Thread Jan Steffens
Date: Sunday, March 17, 2013 @ 23:16:27
  Author: heftig
Revision: 180124

community2extra: Moving openresolv from community to extra

Added:
  openresolv/
  openresolv/repos/
  openresolv/trunk/
  openresolv/trunk/PKGBUILD
  openresolv/trunk/fs33801.patch

---+
 PKGBUILD  |   31 +
 fs33801.patch |   82 
 2 files changed, 113 insertions(+)

Added: openresolv/trunk/PKGBUILD
===
--- openresolv/trunk/PKGBUILD   (rev 0)
+++ openresolv/trunk/PKGBUILD   2013-03-17 22:16:27 UTC (rev 180124)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ignacio Galmarino igalmar...@gmail.com
+
+pkgname=openresolv
+pkgver=3.5.4
+pkgrel=2
+pkgdesc=resolv.conf management framework (resolvconf)
+arch=(any)
+url=http://roy.marples.name/projects/openresolv;
+license=('custom:BSD')
+backup=(etc/resolvconf.conf)
+provides=(resolvconf)
+source=(http://roy.marples.name/downloads/openresolv/${pkgname}-${pkgver}.tar.bz2;
+fs33801.patch)
+md5sums=('617a52fbe6f253f231d9f78f1ea74281'
+ '440790d3403b2ae2c4bb1d657c7e36a4')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../fs33801.patch
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/resolvconf
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  sed -n '2,25{s:^# \?::;p}' resolvconf.in  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


Property changes on: openresolv/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: openresolv/trunk/fs33801.patch
===
--- openresolv/trunk/fs33801.patch  (rev 0)
+++ openresolv/trunk/fs33801.patch  2013-03-17 22:16:27 UTC (rev 180124)
@@ -0,0 +1,82 @@
+diff --git i/dnsmasq.in w/dnsmasq.in
+index 96b5593..384d9df 100644
+--- i/dnsmasq.in
 w/dnsmasq.in
+@@ -33,10 +33,9 @@
+ NL=
+ 
+ 
+-: ${dnsmasq_pid:=/var/run/dnsmasq.pid}
+-[ -s $dnsmasq_pid ] || dnsmasq_pid=/var/run/dnsmasq/dnsmasq.pid
+ : ${dnsmasq_service:=dnsmasq}
+ : ${dnsmasq_restart:=@RESTARTCMD ${dnsmasq_service}@}
++: ${dnsmasq_reload:=/usr/bin/systemctl reload ${dnsmasq_service}}
+ newconf=# Generated by resolvconf$NL
+ newresolv=$newconf
+ 
+@@ -182,7 +181,7 @@ if $changed; then
+   eval $dnsmasq_restart
+ fi
+ if $dbus; then
+-  $changed || kill -HUP $(cat $dnsmasq_pid)
++  $changed || eval $dnsmasq_reload
+   # Send even if empty so old servers are cleared
+   if $dbus_ex; then
+   method=SetDomainServers
+diff --git i/resolvconf.conf.5.in w/resolvconf.conf.5.in
+index 81fe154..9b4f1bd 100644
+--- i/resolvconf.conf.5.in
 w/resolvconf.conf.5.in
+@@ -215,8 +215,8 @@ variables, documented below.
+ Location of the dnsmasq service.
+ .It Sy dnsmasq_restart
+ Command to restart the dnsmasq service.
+-.It Sy dnsmasq_pid
+-Location of the dnsmasq pidfile.
++.It Sy dnsmasq_reload
++Command to reload the dnsmasq service.
+ .It Sy libc_service
+ Location of the libc service.
+ .It Sy libc_restart
+@@ -229,10 +229,8 @@ Command to restart the named service.
+ Command to restart the pdnsd service.
+ .It Sy unbound_service
+ Location of the unbound service.
+-.It Sy unbound_restart
+-Command to restart the unbound service.
+-.It Sy unbound_pid
+-Location of the unbound pidfile.
++.It Sy unbound_reload
++Command to reload the unbound service.
+ .Sh SEE ALSO
+ .Xr resolv.conf 5
+ and
+diff --git i/unbound.in w/unbound.in
+index 4ee0da7..5e4a326 100644
+--- i/unbound.in
 w/unbound.in
+@@ -33,9 +33,8 @@
+ NL=
+ 
+ 
+-: ${unbound_pid:=/var/run/unbound.pid}
+ : ${unbound_service:=unbound}
+-: ${unbound_restart:=@RESTARTCMD ${unbound_service}@}
++: ${unbound_reload:=/usr/bin/systemctl reload-or-try-restart 
${unbound_service}}
+ newconf=# Generated by resolvconf$NL
+ 
+ for d in $DOMAINS; do
+@@ -67,12 +66,5 @@ if [ ! -f $unbound_conf ] || \
+   [ $(cat $unbound_conf) != $(printf %s $newconf) ]
+ then
+   printf %s $newconf $unbound_conf
+-  # If we can't sent a HUP then force a restart
+-  if [ -s $unbound_pid ]; then
+-  if ! kill -HUP $(cat $unbound_pid) 2/dev/null; then
+-  eval $unbound_restart
+-  fi
+-  else
+-  eval $unbound_restart
+-  fi
++  eval $unbound_reload
+ fi



[arch-commits] Commit in openresolv/repos (3 files)

2013-03-17 Thread Jan Steffens
Date: Sunday, March 17, 2013 @ 23:16:37
  Author: heftig
Revision: 180125

archrelease: copy trunk to extra-any

Added:
  openresolv/repos/extra-any/
  openresolv/repos/extra-any/PKGBUILD
(from rev 180124, openresolv/trunk/PKGBUILD)
  openresolv/repos/extra-any/fs33801.patch
(from rev 180124, openresolv/trunk/fs33801.patch)

---+
 PKGBUILD  |   31 +
 fs33801.patch |   82 
 2 files changed, 113 insertions(+)

Copied: openresolv/repos/extra-any/PKGBUILD (from rev 180124, 
openresolv/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2013-03-17 22:16:37 UTC (rev 180125)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ignacio Galmarino igalmar...@gmail.com
+
+pkgname=openresolv
+pkgver=3.5.4
+pkgrel=2
+pkgdesc=resolv.conf management framework (resolvconf)
+arch=(any)
+url=http://roy.marples.name/projects/openresolv;
+license=('custom:BSD')
+backup=(etc/resolvconf.conf)
+provides=(resolvconf)
+source=(http://roy.marples.name/downloads/openresolv/${pkgname}-${pkgver}.tar.bz2;
+fs33801.patch)
+md5sums=('617a52fbe6f253f231d9f78f1ea74281'
+ '440790d3403b2ae2c4bb1d657c7e36a4')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../fs33801.patch
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/resolvconf
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  sed -n '2,25{s:^# \?::;p}' resolvconf.in  
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openresolv/repos/extra-any/fs33801.patch (from rev 180124, 
openresolv/trunk/fs33801.patch)
===
--- extra-any/fs33801.patch (rev 0)
+++ extra-any/fs33801.patch 2013-03-17 22:16:37 UTC (rev 180125)
@@ -0,0 +1,82 @@
+diff --git i/dnsmasq.in w/dnsmasq.in
+index 96b5593..384d9df 100644
+--- i/dnsmasq.in
 w/dnsmasq.in
+@@ -33,10 +33,9 @@
+ NL=
+ 
+ 
+-: ${dnsmasq_pid:=/var/run/dnsmasq.pid}
+-[ -s $dnsmasq_pid ] || dnsmasq_pid=/var/run/dnsmasq/dnsmasq.pid
+ : ${dnsmasq_service:=dnsmasq}
+ : ${dnsmasq_restart:=@RESTARTCMD ${dnsmasq_service}@}
++: ${dnsmasq_reload:=/usr/bin/systemctl reload ${dnsmasq_service}}
+ newconf=# Generated by resolvconf$NL
+ newresolv=$newconf
+ 
+@@ -182,7 +181,7 @@ if $changed; then
+   eval $dnsmasq_restart
+ fi
+ if $dbus; then
+-  $changed || kill -HUP $(cat $dnsmasq_pid)
++  $changed || eval $dnsmasq_reload
+   # Send even if empty so old servers are cleared
+   if $dbus_ex; then
+   method=SetDomainServers
+diff --git i/resolvconf.conf.5.in w/resolvconf.conf.5.in
+index 81fe154..9b4f1bd 100644
+--- i/resolvconf.conf.5.in
 w/resolvconf.conf.5.in
+@@ -215,8 +215,8 @@ variables, documented below.
+ Location of the dnsmasq service.
+ .It Sy dnsmasq_restart
+ Command to restart the dnsmasq service.
+-.It Sy dnsmasq_pid
+-Location of the dnsmasq pidfile.
++.It Sy dnsmasq_reload
++Command to reload the dnsmasq service.
+ .It Sy libc_service
+ Location of the libc service.
+ .It Sy libc_restart
+@@ -229,10 +229,8 @@ Command to restart the named service.
+ Command to restart the pdnsd service.
+ .It Sy unbound_service
+ Location of the unbound service.
+-.It Sy unbound_restart
+-Command to restart the unbound service.
+-.It Sy unbound_pid
+-Location of the unbound pidfile.
++.It Sy unbound_reload
++Command to reload the unbound service.
+ .Sh SEE ALSO
+ .Xr resolv.conf 5
+ and
+diff --git i/unbound.in w/unbound.in
+index 4ee0da7..5e4a326 100644
+--- i/unbound.in
 w/unbound.in
+@@ -33,9 +33,8 @@
+ NL=
+ 
+ 
+-: ${unbound_pid:=/var/run/unbound.pid}
+ : ${unbound_service:=unbound}
+-: ${unbound_restart:=@RESTARTCMD ${unbound_service}@}
++: ${unbound_reload:=/usr/bin/systemctl reload-or-try-restart 
${unbound_service}}
+ newconf=# Generated by resolvconf$NL
+ 
+ for d in $DOMAINS; do
+@@ -67,12 +66,5 @@ if [ ! -f $unbound_conf ] || \
+   [ $(cat $unbound_conf) != $(printf %s $newconf) ]
+ then
+   printf %s $newconf $unbound_conf
+-  # If we can't sent a HUP then force a restart
+-  if [ -s $unbound_pid ]; then
+-  if ! kill -HUP $(cat $unbound_pid) 2/dev/null; then
+-  eval $unbound_restart
+-  fi
+-  else
+-  eval $unbound_restart
+-  fi
++  eval $unbound_reload
+ fi



[arch-commits] Commit in (openresolv)

2013-03-17 Thread Jan Steffens
Date: Sunday, March 17, 2013 @ 23:17:00
  Author: heftig
Revision: 86473

community2extra: Moving openresolv from community to extra

Deleted:
  openresolv/



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

2013-03-17 Thread Gaetan Bisson
Date: Monday, March 18, 2013 @ 00:31:16
  Author: bisson
Revision: 180126

implement FS#34340

Modified:
  tsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 22:16:37 UTC (rev 180125)
+++ PKGBUILD2013-03-17 23:31:16 UTC (rev 180126)
@@ -3,7 +3,7 @@
 
 pkgname=tsocks
 pkgver=1.8beta5
-pkgrel=5
+pkgrel=6
 pkgdesc='Transparent SOCKS proxying library'
 url='http://tsocks.sourceforge.net/'
 license=('GPL')
@@ -20,6 +20,6 @@
 package() {
cd ${srcdir}/${pkgname}-1.8
make DESTDIR=${pkgdir} install
-   install -d ${pkgdir}/etc
-   install -m644 tsocks.conf.{simple,complex}.example ${pkgdir}/etc
+   install -d ${pkgdir}/usr/share/${pkgname}
+   install -m644 tsocks.conf.{simple,complex}.example 
${pkgdir}/usr/share/${pkgname}
 }



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

2013-03-17 Thread Gaetan Bisson
Date: Monday, March 18, 2013 @ 00:33:27
  Author: bisson
Revision: 180127

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

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

---+
 extra-i686/PKGBUILD   |   50 
 extra-x86_64/PKGBUILD |   50 
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-17 23:31:16 UTC (rev 180126)
+++ extra-i686/PKGBUILD 2013-03-17 23:33:27 UTC (rev 180127)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=tsocks
-pkgver=1.8beta5
-pkgrel=5
-pkgdesc='Transparent SOCKS proxying library'
-url='http://tsocks.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
-
-build() {
-   cd ${srcdir}/${pkgname}-1.8
-   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-1.8
-   make DESTDIR=${pkgdir} install
-   install -d ${pkgdir}/etc
-   install -m644 tsocks.conf.{simple,complex}.example ${pkgdir}/etc
-}

Copied: tsocks/repos/extra-i686/PKGBUILD (from rev 180126, 
tsocks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-17 23:33:27 UTC (rev 180127)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=tsocks
+pkgver=1.8beta5
+pkgrel=6
+pkgdesc='Transparent SOCKS proxying library'
+url='http://tsocks.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
+
+build() {
+   cd ${srcdir}/${pkgname}-1.8
+   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-1.8
+   make DESTDIR=${pkgdir} install
+   install -d ${pkgdir}/usr/share/${pkgname}
+   install -m644 tsocks.conf.{simple,complex}.example 
${pkgdir}/usr/share/${pkgname}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-17 23:31:16 UTC (rev 180126)
+++ extra-x86_64/PKGBUILD   2013-03-17 23:33:27 UTC (rev 180127)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=tsocks
-pkgver=1.8beta5
-pkgrel=5
-pkgdesc='Transparent SOCKS proxying library'
-url='http://tsocks.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
-
-build() {
-   cd ${srcdir}/${pkgname}-1.8
-   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-1.8
-   make DESTDIR=${pkgdir} install
-   install -d ${pkgdir}/etc
-   install -m644 tsocks.conf.{simple,complex}.example ${pkgdir}/etc
-}

Copied: tsocks/repos/extra-x86_64/PKGBUILD (from rev 180126, 
tsocks/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-17 23:33:27 UTC (rev 180127)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=tsocks
+pkgver=1.8beta5
+pkgrel=6
+pkgdesc='Transparent SOCKS proxying library'
+url='http://tsocks.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
+
+build() {
+   cd ${srcdir}/${pkgname}-1.8
+   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-1.8
+   make DESTDIR=${pkgdir} install
+   install -d ${pkgdir}/usr/share/${pkgname}
+   install -m644 tsocks.conf.{simple,complex}.example 
${pkgdir}/usr/share/${pkgname}
+}



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

2013-03-17 Thread Gaetan Bisson
Date: Monday, March 18, 2013 @ 01:40:37
  Author: bisson
Revision: 180128

rebuild for imagemagick-6.8.3.9

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 23:33:27 UTC (rev 180127)
+++ PKGBUILD2013-03-18 00:40:37 UTC (rev 180128)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.48.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 license=('GPL' 'LGPL')



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

2013-03-17 Thread Gaetan Bisson
Date: Monday, March 18, 2013 @ 01:41:19
  Author: bisson
Revision: 180129

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 180128, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/install
(from rev 180128, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 180128, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/install
(from rev 180128, inkscape/trunk/install)

-+
 staging-i686/PKGBUILD   |   52 ++
 staging-i686/install|   13 +++
 staging-x86_64/PKGBUILD |   52 ++
 staging-x86_64/install  |   13 +++
 4 files changed, 130 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 180128, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-18 00:41:19 UTC (rev 180129)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=4
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib=0.22.0' 'popt'
+ 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'pyxml: some extensions'
+'uniconvertor: reading/writing to some proprietary formats')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|python|python2|g' src/main.cpp
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Copied: inkscape/repos/staging-i686/install (from rev 180128, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-03-18 00:41:19 UTC (rev 180129)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 180128, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-18 00:41:19 UTC (rev 180129)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=4
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib=0.22.0' 'popt'
+ 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'pyxml: some extensions'
+'uniconvertor: reading/writing to some proprietary formats')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+ 

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

2013-03-17 Thread Eric Bélanger
Date: Monday, March 18, 2013 @ 06:56:40
  Author: eric
Revision: 180130

upgpkg: gv 3.7.4-1

Upstream update, Use xbm in source tarball as the icon

Modified:
  gv/trunk/PKGBUILD
  gv/trunk/gv.desktop
Deleted:
  gv/trunk/gv.png

+
 PKGBUILD   |   16 
 gv.desktop |2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-18 00:41:19 UTC (rev 180129)
+++ PKGBUILD2013-03-18 05:56:40 UTC (rev 180130)
@@ -2,19 +2,19 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=gv
-pkgver=3.7.3.90
+pkgver=3.7.4
 pkgrel=1
 pkgdesc=A program to view PostScript and PDF documents
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/gv/;
 license=('GPL3')
-depends=('xaw3d=1.6' 'ghostscript' 'desktop-file-utils')
+depends=('xaw3d' 'ghostscript' 'desktop-file-utils')
+options=('emptydirs')
 install=gv.install
-#source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz 
gv.desktop gv.png)
-source=(ftp://alpha.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz gv.desktop 
gv.png)
-md5sums=('3eba9b449ccae2537e7d14ce85ca9e66'
- 'cf04652952f2d0903bc7578b4826f50c'
- 'ab0e3879dbe39e59ad1c923020c28a86')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig} 
gv.desktop)
+sha1sums=('d5bc11a37136dff69248f943a632544a4036b63f'
+  '7d8b7edd60617b189ba39ca982252b0d59c0755d'
+  'b40ccad8a8d837791598075f543edce9aa1f4352')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -27,5 +27,5 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -D -m644 ../gv.desktop ${pkgdir}/usr/share/applications/gv.desktop
-  install -D -m644 ../gv.png ${pkgdir}/usr/share/pixmaps/gv.png
+  install -D -m644 src/gv_icon.xbm ${pkgdir}/usr/share/pixmaps/gv.xbm
 }

Modified: gv.desktop
===
--- gv.desktop  2013-03-18 00:41:19 UTC (rev 180129)
+++ gv.desktop  2013-03-18 05:56:40 UTC (rev 180130)
@@ -4,7 +4,7 @@
 
MimeType=application/pdf;application/postscript;image/x-eps;application/illustrator
 GenericName=Postscript Viewer
 Exec=gv
-Icon=gv
+Icon=gv.xbm
 Categories=Application;Graphics;Viewer;Office;
 Type=Application
 Terminal=false

Deleted: gv.png
===
(Binary files differ)



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

2013-03-17 Thread Eric Bélanger
Date: Monday, March 18, 2013 @ 06:57:27
  Author: eric
Revision: 180131

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

Added:
  gv/repos/extra-i686/PKGBUILD
(from rev 180130, gv/trunk/PKGBUILD)
  gv/repos/extra-i686/gv.desktop
(from rev 180130, gv/trunk/gv.desktop)
  gv/repos/extra-i686/gv.install
(from rev 180130, gv/trunk/gv.install)
  gv/repos/extra-x86_64/PKGBUILD
(from rev 180130, gv/trunk/PKGBUILD)
  gv/repos/extra-x86_64/gv.desktop
(from rev 180130, gv/trunk/gv.desktop)
  gv/repos/extra-x86_64/gv.install
(from rev 180130, gv/trunk/gv.install)
Deleted:
  gv/repos/extra-i686/PKGBUILD
  gv/repos/extra-i686/gv.desktop
  gv/repos/extra-i686/gv.install
  gv/repos/extra-i686/gv.png
  gv/repos/extra-x86_64/PKGBUILD
  gv/repos/extra-x86_64/gv.desktop
  gv/repos/extra-x86_64/gv.install
  gv/repos/extra-x86_64/gv.png

-+
 extra-i686/PKGBUILD |   62 +++---
 extra-i686/gv.desktop   |   22 
 extra-i686/gv.install   |   36 +-
 extra-x86_64/PKGBUILD   |   62 +++---
 extra-x86_64/gv.desktop |   22 
 extra-x86_64/gv.install |   36 +-
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-18 05:56:40 UTC (rev 180130)
+++ extra-i686/PKGBUILD 2013-03-18 05:57:27 UTC (rev 180131)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gv
-pkgver=3.7.3.90
-pkgrel=1
-pkgdesc=A program to view PostScript and PDF documents
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/gv/;
-license=('GPL3')
-depends=('xaw3d=1.6' 'ghostscript' 'desktop-file-utils')
-install=gv.install
-#source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz 
gv.desktop gv.png)
-source=(ftp://alpha.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz gv.desktop 
gv.png)
-md5sums=('3eba9b449ccae2537e7d14ce85ca9e66'
- 'cf04652952f2d0903bc7578b4826f50c'
- 'ab0e3879dbe39e59ad1c923020c28a86')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0: 
src/Makefile.{am,in}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ../gv.desktop ${pkgdir}/usr/share/applications/gv.desktop
-  install -D -m644 ../gv.png ${pkgdir}/usr/share/pixmaps/gv.png
-}

Copied: gv/repos/extra-i686/PKGBUILD (from rev 180130, gv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-18 05:57:27 UTC (rev 180131)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gv
+pkgver=3.7.4
+pkgrel=1
+pkgdesc=A program to view PostScript and PDF documents
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gv/;
+license=('GPL3')
+depends=('xaw3d' 'ghostscript' 'desktop-file-utils')
+options=('emptydirs')
+install=gv.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig} 
gv.desktop)
+sha1sums=('d5bc11a37136dff69248f943a632544a4036b63f'
+  '7d8b7edd60617b189ba39ca982252b0d59c0755d'
+  'b40ccad8a8d837791598075f543edce9aa1f4352')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0: 
src/Makefile.{am,in}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ../gv.desktop ${pkgdir}/usr/share/applications/gv.desktop
+  install -D -m644 src/gv_icon.xbm ${pkgdir}/usr/share/pixmaps/gv.xbm
+}

Deleted: extra-i686/gv.desktop
===
--- extra-i686/gv.desktop   2013-03-18 05:56:40 UTC (rev 180130)
+++ extra-i686/gv.desktop   2013-03-18 05:57:27 UTC (rev 180131)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=GV
-MimeType=application/pdf;application/postscript;image/x-eps;application/illustrator
-GenericName=Postscript Viewer
-Exec=gv
-Icon=gv
-Categories=Application;Graphics;Viewer;Office;
-Type=Application
-Terminal=false
-StartupNotify=true

Copied: gv/repos/extra-i686/gv.desktop (from rev 180130, gv/trunk/gv.desktop)
===
--- extra-i686/gv.desktop   (rev 0)
+++ extra-i686/gv.desktop   2013-03-18 05:57:27 UTC (rev 180131)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=GV
+MimeType=application/pdf;application/postscript;image/x-eps;application/illustrator
+GenericName=Postscript Viewer
+Exec=gv
+Icon=gv.xbm
+Categories=Application;Graphics;Viewer;Office;
+Type=Application
+Terminal=false
+StartupNotify=true

Deleted: extra-i686/gv.install