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

2013-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 13, 2013 @ 08:26:00
  Author: bpiotrowski
Revision: 192488

upgpkg: stellarium 0.12.2-1

- new upstream release

Modified:
  stellarium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 05:59:27 UTC (rev 192487)
+++ PKGBUILD2013-08-13 06:26:00 UTC (rev 192488)
@@ -3,20 +3,20 @@
 # Contributor: Damir Perisa 
 
 pkgname=stellarium
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.12.2
+pkgrel=1
 pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
 arch=("i686" "x86_64")
 url="http://stellarium.free.fr/";
 license=('GPL2')
 depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt4' 'openssl' 
'desktop-file-utils' 
-'xdg-utils')
+ 'xdg-utils' 'phonon')
 install=stellarium.install
 makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
stellarium.desktop
 stellarium.png)
-sha1sums=('c6cc8f0954d976584e8ab9bc061f3b35e3b84251'
+sha1sums=('35752a24bdeb461b9c16e8533b13689b05a87105'
   'c9cc79212542238227b5bd6af99f60fe056f4ab2'
   'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')




[arch-commits] Commit in stellarium/repos (20 files)

2013-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 13, 2013 @ 08:26:20
  Author: bpiotrowski
Revision: 192489

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

Added:
  stellarium/repos/extra-i686/PKGBUILD
(from rev 192488, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-i686/libpng14.patch
(from rev 192488, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-i686/stellarium.desktop
(from rev 192488, stellarium/trunk/stellarium.desktop)
  stellarium/repos/extra-i686/stellarium.install
(from rev 192488, stellarium/trunk/stellarium.install)
  stellarium/repos/extra-i686/stellarium.png
(from rev 192488, stellarium/trunk/stellarium.png)
  stellarium/repos/extra-x86_64/PKGBUILD
(from rev 192488, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-x86_64/libpng14.patch
(from rev 192488, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-x86_64/stellarium.desktop
(from rev 192488, stellarium/trunk/stellarium.desktop)
  stellarium/repos/extra-x86_64/stellarium.install
(from rev 192488, stellarium/trunk/stellarium.install)
  stellarium/repos/extra-x86_64/stellarium.png
(from rev 192488, stellarium/trunk/stellarium.png)
Deleted:
  stellarium/repos/extra-i686/PKGBUILD
  stellarium/repos/extra-i686/libpng14.patch
  stellarium/repos/extra-i686/stellarium.desktop
  stellarium/repos/extra-i686/stellarium.install
  stellarium/repos/extra-i686/stellarium.png
  stellarium/repos/extra-x86_64/PKGBUILD
  stellarium/repos/extra-x86_64/libpng14.patch
  stellarium/repos/extra-x86_64/stellarium.desktop
  stellarium/repos/extra-x86_64/stellarium.install
  stellarium/repos/extra-x86_64/stellarium.png

-+
 /PKGBUILD   |   80 ++
 /libpng14.patch |   42 +++
 /stellarium.desktop |   18 
 /stellarium.install |   28 +
 extra-i686/PKGBUILD |   40 ---
 extra-i686/libpng14.patch   |   21 -
 extra-i686/stellarium.desktop   |9 
 extra-i686/stellarium.install   |   14 --
 extra-x86_64/PKGBUILD   |   40 ---
 extra-x86_64/libpng14.patch |   21 -
 extra-x86_64/stellarium.desktop |9 
 extra-x86_64/stellarium.install |   14 --
 12 files changed, 168 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-13 06:26:00 UTC (rev 192488)
+++ extra-i686/PKGBUILD 2013-08-13 06:26:20 UTC (rev 192489)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=stellarium
-pkgver=0.12.0
-pkgrel=2
-pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
-arch=("i686" "x86_64")
-url="http://stellarium.free.fr/";
-license=('GPL2')
-depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt4' 'openssl' 
'desktop-file-utils' 
-'xdg-utils')
-install=stellarium.install
-makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-   stellarium.desktop
-stellarium.png)
-sha1sums=('c6cc8f0954d976584e8ab9bc061f3b35e3b84251'
-  'c9cc79212542238227b5bd6af99f60fe056f4ab2'
-  'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')
-   
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
- 
-  make DESTDIR=${pkgdir} install
-
-  # install desktop file & pixmap
-  install -Dm644 ${srcdir}/stellarium.desktop \
-   ${pkgdir}/usr/share/applications/stellarium.desktop
-  install -Dm644 ${srcdir}/stellarium.png \
-   ${pkgdir}/usr/share/pixmaps/stellarium.png
-}

Copied: stellarium/repos/extra-i686/PKGBUILD (from rev 192488, 
stellarium/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-13 06:26:20 UTC (rev 192489)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=stellarium
+pkgver=0.12.2
+pkgrel=1
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=("i686" "x86_64")
+url="http://stellarium.free.fr/";
+license=('GPL2')
+depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt4' 'openssl' 
'desktop-file-utils' 
+ 'xdg-utils' 'phonon')
+install=stellarium.install
+makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+   stellarium.desktop
+stellarium.png)
+sha1sums=('35752a24bdeb461b9c16e8533b13689b05a87105'
+  'c9cc79212542238227b5bd6af99f60fe056f4ab2'
+  'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')
+   
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE

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

2013-08-12 Thread Felix Yan
Date: Tuesday, August 13, 2013 @ 08:25:46
  Author: fyan
Revision: 95519

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

Added:
  proxychains/repos/community-i686/
  proxychains/repos/community-i686/PKGBUILD
(from rev 95518, proxychains/trunk/PKGBUILD)
  proxychains/repos/community-x86_64/
  proxychains/repos/community-x86_64/PKGBUILD
(from rev 95518, proxychains/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   34 ++
 community-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: proxychains/repos/community-i686/PKGBUILD (from rev 95518, 
proxychains/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 06:25:46 UTC (rev 95519)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Düll  PGP-Key: AAAEE882
+# Contributor: Dan Serban
+# Contributor: Niklas Schmuecker (IRC: nisc) 
+
+pkgname=proxychains
+pkgver=3.1
+pkgrel=6
+pkgdesc='A program proxifier: Runs programs from behind a proxy server, 
similar to tsocks. TCP & DNS tunneling. HTTP, SOCKS4 & SOCKS5.'
+url='http://proxychains.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dnsutils')
+options=('!libtool')
+backup=('etc/proxychains.conf')
+source=("http://downloads.sourceforge.net/sourceforge/proxychains/proxychains-${pkgver}.tar.gz";)
+
+build() {
+  cd proxychains-${pkgver}
+  sed -i 's/servlen, unsigned int/servlen, int/' proxychains/libproxychains.c
+#  sed -i 's#export LD_PRELOAD=libproxychains.so#export 
LD_PRELOAD=/usr/lib/libproxychains.so#' proxychains/proxychains
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd proxychains-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  cd "${pkgdir}"
+  mv usr/etc .
+}
+
+sha512sums=('7ec7be851d956070fe28bdd3bd7c1a7dc442c054e6487868672ba27490c9b0b6aaa061504c9e1933feccb40ca1996123d202df449eac4251d9582a0ba73c7061')

Copied: proxychains/repos/community-x86_64/PKGBUILD (from rev 95518, 
proxychains/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 06:25:46 UTC (rev 95519)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Düll  PGP-Key: AAAEE882
+# Contributor: Dan Serban
+# Contributor: Niklas Schmuecker (IRC: nisc) 
+
+pkgname=proxychains
+pkgver=3.1
+pkgrel=6
+pkgdesc='A program proxifier: Runs programs from behind a proxy server, 
similar to tsocks. TCP & DNS tunneling. HTTP, SOCKS4 & SOCKS5.'
+url='http://proxychains.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dnsutils')
+options=('!libtool')
+backup=('etc/proxychains.conf')
+source=("http://downloads.sourceforge.net/sourceforge/proxychains/proxychains-${pkgver}.tar.gz";)
+
+build() {
+  cd proxychains-${pkgver}
+  sed -i 's/servlen, unsigned int/servlen, int/' proxychains/libproxychains.c
+#  sed -i 's#export LD_PRELOAD=libproxychains.so#export 
LD_PRELOAD=/usr/lib/libproxychains.so#' proxychains/proxychains
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd proxychains-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  cd "${pkgdir}"
+  mv usr/etc .
+}
+
+sha512sums=('7ec7be851d956070fe28bdd3bd7c1a7dc442c054e6487868672ba27490c9b0b6aaa061504c9e1933feccb40ca1996123d202df449eac4251d9582a0ba73c7061')



[arch-commits] Commit in (4 files)

2013-08-12 Thread Felix Yan
Date: Tuesday, August 13, 2013 @ 08:24:27
  Author: fyan
Revision: 95518

addpkg: proxychains 3.1-6

Added:
  proxychains/
  proxychains/repos/
  proxychains/trunk/
  proxychains/trunk/PKGBUILD

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

Added: proxychains/trunk/PKGBUILD
===
--- proxychains/trunk/PKGBUILD  (rev 0)
+++ proxychains/trunk/PKGBUILD  2013-08-13 06:24:27 UTC (rev 95518)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Düll  PGP-Key: AAAEE882
+# Contributor: Dan Serban
+# Contributor: Niklas Schmuecker (IRC: nisc) 
+
+pkgname=proxychains
+pkgver=3.1
+pkgrel=6
+pkgdesc='A program proxifier: Runs programs from behind a proxy server, 
similar to tsocks. TCP & DNS tunneling. HTTP, SOCKS4 & SOCKS5.'
+url='http://proxychains.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dnsutils')
+options=('!libtool')
+backup=('etc/proxychains.conf')
+source=("http://downloads.sourceforge.net/sourceforge/proxychains/proxychains-${pkgver}.tar.gz";)
+
+build() {
+  cd proxychains-${pkgver}
+  sed -i 's/servlen, unsigned int/servlen, int/' proxychains/libproxychains.c
+#  sed -i 's#export LD_PRELOAD=libproxychains.so#export 
LD_PRELOAD=/usr/lib/libproxychains.so#' proxychains/proxychains
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd proxychains-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  cd "${pkgdir}"
+  mv usr/etc .
+}
+
+sha512sums=('7ec7be851d956070fe28bdd3bd7c1a7dc442c054e6487868672ba27490c9b0b6aaa061504c9e1933feccb40ca1996123d202df449eac4251d9582a0ba73c7061')


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


[arch-commits] Commit in python2-flickrapi/repos (2 files)

2013-08-12 Thread Felix Yan
Date: Tuesday, August 13, 2013 @ 08:17:02
  Author: fyan
Revision: 95517

archrelease: copy trunk to community-any

Added:
  python2-flickrapi/repos/community-any/
  python2-flickrapi/repos/community-any/PKGBUILD
(from rev 95516, python2-flickrapi/trunk/PKGBUILD)

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

Copied: python2-flickrapi/repos/community-any/PKGBUILD (from rev 95516, 
python2-flickrapi/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-08-13 06:17:02 UTC (rev 95517)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Francois Garillot 
+# Contributor: György Balló 
+
+pkgname=python2-flickrapi
+_pkgname=flickrapi
+pkgver=1.4.2
+pkgrel=2
+pkgdesc="The official Python interface to the Flickr API"
+arch=('any')
+url="http://stuvel.eu/flickrapi";
+license=('Python')
+depends=('python2')
+makedepends=('python2-docutils' 'python2-distribute')
+source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.zip";)
+md5sums=('90dca08a45968b18da0894887f3e59b3')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -r "$pkgdir"/usr/{README,LICENSE,UPGRADING}
+}



[arch-commits] Commit in (4 files)

2013-08-12 Thread Felix Yan
Date: Tuesday, August 13, 2013 @ 08:15:50
  Author: fyan
Revision: 95516

addpkg: python2-flickrapi 1.4.2-2

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

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

Added: python2-flickrapi/trunk/PKGBUILD
===
--- python2-flickrapi/trunk/PKGBUILD(rev 0)
+++ python2-flickrapi/trunk/PKGBUILD2013-08-13 06:15:50 UTC (rev 95516)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Francois Garillot 
+# Contributor: György Balló 
+
+pkgname=python2-flickrapi
+_pkgname=flickrapi
+pkgver=1.4.2
+pkgrel=2
+pkgdesc="The official Python interface to the Flickr API"
+arch=('any')
+url="http://stuvel.eu/flickrapi";
+license=('Python')
+depends=('python2')
+makedepends=('python2-docutils' 'python2-distribute')
+source=("http://pypi.python.org/packages/source/f/$_pkgname/$_pkgname-$pkgver.zip";)
+md5sums=('90dca08a45968b18da0894887f3e59b3')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -r "$pkgdir"/usr/{README,LICENSE,UPGRADING}
+}


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


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

2013-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 13, 2013 @ 07:59:27
  Author: bpiotrowski
Revision: 192487

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

Added:
  miro/repos/extra-i686/PKGBUILD
(from rev 192486, miro/trunk/PKGBUILD)
  miro/repos/extra-i686/miro.install
(from rev 192486, miro/trunk/miro.install)
  miro/repos/extra-x86_64/PKGBUILD
(from rev 192486, miro/trunk/PKGBUILD)
  miro/repos/extra-x86_64/miro.install
(from rev 192486, miro/trunk/miro.install)
Deleted:
  miro/repos/extra-i686/PKGBUILD
  miro/repos/extra-i686/ffmpeg.patch
  miro/repos/extra-i686/miro.install
  miro/repos/extra-x86_64/PKGBUILD
  miro/repos/extra-x86_64/ffmpeg.patch
  miro/repos/extra-x86_64/miro.install

---+
 /PKGBUILD |   90 
 /miro.install |   34 
 extra-i686/PKGBUILD   |   49 ---
 extra-i686/ffmpeg.patch   |   74 
 extra-i686/miro.install   |   17 
 extra-x86_64/PKGBUILD |   49 ---
 extra-x86_64/ffmpeg.patch |   74 
 extra-x86_64/miro.install |   17 
 8 files changed, 124 insertions(+), 280 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-13 05:59:14 UTC (rev 192486)
+++ extra-i686/PKGBUILD 2013-08-13 05:59:27 UTC (rev 192487)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-
-pkgname=miro
-pkgver=5.0.4
-pkgrel=4
-pkgdesc="The free and open source internet TV platform"
-arch=('i686' 'x86_64')
-url="http://www.getmiro.com";
-license=('GPL2')
-depends=('python2-dbus' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf'
- 'python2-pysqlite' 'pywebkitgtk' 'shared-mime-info'
- 'desktop-file-utils' 'gstreamer0.10' 'hicolor-icon-theme'
- 'gstreamer0.10-python' 'python2-notify' 'libtorrent-rasterbar'
- 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'python2-pycurl' 
- 'gstreamer0.10-ffmpeg' 'ffmpeg' 'mutagen' 'xdg-utils')
-makedepends=('boost')
-install=miro.install
-source=("http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz";
-'ffmpeg.patch')
-sha1sums=('1144f98149ff07208b994a7cedb45a4beaaa451f'
-  '37dc0b4de66ccefd5fa3e9a68b187305180b4fc4')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cd linux
-  patch -p2 -i "${srcdir}"/ffmpeg.patch
-
-  python2 setup.py install --root="${pkgdir}"
-
-  # fix miro startup script so --debug works with python2
-  sed -i "s|which python|which python2|" "${pkgdir}/usr/bin/miro"
-  sed -i "s|./miro.real|/usr/bin/miro.real|" "${pkgdir}/usr/bin/miro"
-
-  # fix python scripts for python2
-  sed -i "s|/usr/bin/env python|/usr/bin/env python2|" 
"${pkgdir}"/usr/share/miro/resources/searchengines/update-icons.py
-  for i in usr/share/miro/resources/testdata/echonest-replies/generate.py 
usr/share/miro/resources/searchengines/update-icons.py \
-usr/share/miro/resources/testdata/7digital-replies/generate.py; do
-sed -i "s|/usr/bin/python|/usr/bin/python2|" "${pkgdir}"/${i} 
-  done
-
-  # Fakeroot segfaults on these; remove
-  if [ ${CARCH} == "i686" ]; then
-rm -f "${pkgdir}"/usr/bin/codegen.Linux-x86_64 || true
-  else
-rm -f "${pkgdir}"/usr/bin/codegen.Linux-i686 || true
-  fi
-}

Copied: miro/repos/extra-i686/PKGBUILD (from rev 192486, miro/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-13 05:59:27 UTC (rev 192487)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+
+pkgname=miro
+pkgver=6.0
+pkgrel=1
+pkgdesc="The free and open source internet TV platform"
+arch=('i686' 'x86_64')
+url="http://www.getmiro.com";
+license=('GPL2')
+depends=('python2-dbus' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf'
+ 'python2-pysqlite' 'pywebkitgtk' 'shared-mime-info'
+ 'desktop-file-utils' 'gstreamer0.10' 'hicolor-icon-theme'
+ 'gstreamer0.10-python' 'python2-notify' 'libtorrent-rasterbar'
+ 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'python2-pycurl' 
+ 'gstreamer0.10-ffmpeg' 'ffmpeg' 'mutagen' 'xdg-utils')
+makedepends=('boost')
+install=miro.install
+source=("http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('96cd4ed4a26e157422e47dfebf491c8a42e54c51')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cd linux
+  python2 setup.py install --root="${pkgdir}"
+
+  # fix miro startup script so --debug works with python2
+  sed -i "s|which python|which python2|" "${pkgdir}/usr/bin/miro"
+  sed -i "s|./miro.real|/usr/bin/miro.real|" "${pkgdir}/usr/bin/miro"
+
+  # fix python scripts for python2
+  sed -i "s|/usr/bin/env python|/usr/bin/env python2|" 
"${pkgdir}"/usr/share/miro/resources/searchengines/update-

[arch-commits] Commit in miro/trunk (PKGBUILD ffmpeg.patch)

2013-08-12 Thread Bartłomiej Piotrowski
Date: Tuesday, August 13, 2013 @ 07:59:14
  Author: bpiotrowski
Revision: 192486

upgpkg: miro 6.0-1

- new upstream release

Modified:
  miro/trunk/PKGBUILD
Deleted:
  miro/trunk/ffmpeg.patch

--+
 PKGBUILD |   12 +++--
 ffmpeg.patch |   74 -
 2 files changed, 4 insertions(+), 82 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 21:17:35 UTC (rev 192485)
+++ PKGBUILD2013-08-13 05:59:14 UTC (rev 192486)
@@ -2,8 +2,8 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=miro
-pkgver=5.0.4
-pkgrel=4
+pkgver=6.0
+pkgrel=1
 pkgdesc="The free and open source internet TV platform"
 arch=('i686' 'x86_64')
 url="http://www.getmiro.com";
@@ -16,17 +16,13 @@
  'gstreamer0.10-ffmpeg' 'ffmpeg' 'mutagen' 'xdg-utils')
 makedepends=('boost')
 install=miro.install
-source=("http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz";
-'ffmpeg.patch')
-sha1sums=('1144f98149ff07208b994a7cedb45a4beaaa451f'
-  '37dc0b4de66ccefd5fa3e9a68b187305180b4fc4')
+source=("http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('96cd4ed4a26e157422e47dfebf491c8a42e54c51')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   cd linux
-  patch -p2 -i "${srcdir}"/ffmpeg.patch
-
   python2 setup.py install --root="${pkgdir}"
 
   # fix miro startup script so --debug works with python2

Deleted: ffmpeg.patch
===
--- ffmpeg.patch2013-08-12 21:17:35 UTC (rev 192485)
+++ ffmpeg.patch2013-08-13 05:59:14 UTC (rev 192486)
@@ -1,74 +0,0 @@
 miro-5.0.1/linux/miro-segmenter.c~ 2012-07-06 14:33:24.618082171 +
-+++ miro-5.0.1/linux/miro-segmenter.c  2012-07-06 15:10:19.564146117 +
-@@ -156,7 +156,7 @@
- exit(1);
- }
- 
--ret = av_open_input_file(&ic, input, ifmt, 0, NULL);
-+ret = avformat_open_input(&ic, input, ifmt, 0);
- if (ret != 0) {
- fprintf(stderr, "Could not open input file, make sure it is an mpegts 
file: %d\n", ret);
- exit(1);
-@@ -215,12 +215,7 @@
- }
- }
- 
--if (av_set_parameters(oc, NULL) < 0) {
--fprintf(stderr, "Invalid output format parameters\n");
--exit(1);
--}
--
--dump_format(oc, 0, input, 1);
-+av_dump_format(oc, 0, input, 1);
- 
- if (video_st) {
- codec = avcodec_find_decoder(video_st->codec->codec_id);
-@@ -233,12 +228,12 @@
- }
- }
- 
--if (url_fopen(&oc->pb, output_filename, URL_WRONLY) < 0) {
-+if (avio_open(&oc->pb, output_filename, AVIO_FLAG_WRITE) < 0) {
- fprintf(stderr, "Could not open '%s'\n", output_filename);
- exit(1);
- }
- 
--if (av_write_header(oc)) {
-+if (avformat_write_header(oc, NULL)) {
- fprintf(stderr, "Could not write mpegts header to first output 
file\n");
- 
- exit(1);
-@@ -274,10 +269,10 @@
- }
- 
- if (segment_time - prev_segment_time >= segment_duration) {
--put_flush_packet(oc->pb);
--url_fclose(oc->pb);
-+avio_flush(oc->pb);
-+avio_close(oc->pb);
- 
--if (url_fopen(&oc->pb, output_filename, URL_WRONLY) < 0) {
-+if (avio_open(&oc->pb, output_filename, AVIO_FLAG_WRITE) < 0) {
- fprintf(stderr, "Could not open '%s'\n", output_filename);
- break;
- }
-@@ -307,7 +302,7 @@
- av_freep(&oc->streams[i]);
- }
- 
--url_fclose(oc->pb);
-+avio_close(oc->pb);
- av_free(oc);
- 
- /* End-of-transcode marker. */
 miro-5.0.4/linux/miro-segmenter.c.orig 2012-10-04 20:48:31.0 
+0200
-+++ miro-5.0.4/linux/miro-segmenter.c  2013-07-14 13:59:53.171303178 +0200
-@@ -228,7 +228,7 @@
- fprintf(stderr, "Could not find video decoder, key frames will 
not be honored\n");
- }
- 
--if (avcodec_open(video_st->codec, codec) < 0) {
-+if (avcodec_open2(video_st->codec, codec, NULL) < 0) {
- fprintf(stderr, "Could not open video decoder, key frames will 
not be honored\n");
- }
- }



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

2013-08-12 Thread Felix Yan
Date: Tuesday, August 13, 2013 @ 07:58:36
  Author: fyan
Revision: 95515

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 95514, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 95514, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 95514, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 95514, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 95514, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 95514, 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

--+
 /PKGBUILD|  126 +
 /cgminer.conf.d  |   22 ++
 /cgminer.service |   16 
 community-i686/PKGBUILD  |   63 --
 community-i686/cgminer.conf.d|   11 ---
 community-i686/cgminer.service   |8 --
 community-x86_64/PKGBUILD|   63 --
 community-x86_64/cgminer.conf.d  |   11 ---
 community-x86_64/cgminer.service |8 --
 9 files changed, 164 insertions(+), 164 deletions(-)

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

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 95514, 
cgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 05:58:36 UTC (rev 95515)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: monson 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: David Manouchehri 
+
+pkgname=cgminer
+pkgver=3.3.3
+pkgrel=1
+pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins"
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libcl' 'libusbx' 'jansson')
+makedepends=('opencl-headers')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
+# 'opencl-catalyst: OpenCL implementation for AMD') # catalyst 
currently dropped from repo
+source=("http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2";
+"$pkgname.conf.d"
+"$pkgname.service")
+backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
+
+[ "$CARCH" == "x86_64"

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

2013-08-12 Thread Felix Yan
Date: Tuesday, August 13, 2013 @ 07:51:50
  Author: fyan
Revision: 95514

upgpkg: cgminer 3.3.3-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 04:13:57 UTC (rev 95513)
+++ PKGBUILD2013-08-13 05:51:50 UTC (rev 95514)
@@ -5,8 +5,8 @@
 # Contributor: David Manouchehri 
 
 pkgname=cgminer
-pkgver=3.3.2
-pkgrel=2
+pkgver=3.3.3
+pkgrel=1
 pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins"
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
 license=('GPL3')
@@ -58,6 +58,6 @@
   install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
 }
 
-md5sums=('ae0ba3faf4eda47d95b0780d3d649947'
+md5sums=('2236a07713d604b1c23e781f0bb59dab'
  'fe4a243fabe24608f5c05e40f0f118f6'
  'bd76fc92fedce18c59ccea2aa79cc664')



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 06:13:30
  Author: speps
Revision: 95512

upgpkg: ams 2.0.1-1

Modified:
  ams/trunk/PKGBUILD(contents, properties)

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:47:20 UTC (rev 95511)
+++ PKGBUILD2013-08-13 04:13:30 UTC (rev 95512)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 
 _name=alsamodular
@@ -29,12 +30,18 @@
  'ffa277cffd52254f0297cbc2f200767e'
  '0349171d5431f1c6e56085f080eb8c68')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  # strip unwanted flags
+  sed -i 's/-m\(64\|arch=[a-z1-9]*\) *//' configure
+
   # DSO link flag
   export LIBS=" -ldl"
+}
 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr
   make
 }


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 06:13:57
  Author: speps
Revision: 95513

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

Added:
  ams/repos/community-i686/
  ams/repos/community-i686/PKGBUILD
(from rev 95512, ams/trunk/PKGBUILD)
  ams/repos/community-i686/ams.desktop
(from rev 95512, ams/trunk/ams.desktop)
  ams/repos/community-i686/ams.install
(from rev 95512, ams/trunk/ams.install)
  ams/repos/community-i686/ams.png
(from rev 95512, ams/trunk/ams.png)
  ams/repos/community-x86_64/
  ams/repos/community-x86_64/PKGBUILD
(from rev 95512, ams/trunk/PKGBUILD)
  ams/repos/community-x86_64/ams.desktop
(from rev 95512, ams/trunk/ams.desktop)
  ams/repos/community-x86_64/ams.install
(from rev 95512, ams/trunk/ams.install)
  ams/repos/community-x86_64/ams.png
(from rev 95512, ams/trunk/ams.png)

--+
 community-i686/PKGBUILD  |   60 +
 community-i686/ams.desktop   |9 ++
 community-i686/ams.install   |   11 +++
 community-x86_64/PKGBUILD|   60 +
 community-x86_64/ams.desktop |9 ++
 community-x86_64/ams.install |   11 +++
 6 files changed, 160 insertions(+)

Copied: ams/repos/community-i686/PKGBUILD (from rev 95512, ams/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 04:13:57 UTC (rev 95513)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer : speps 
+
+_name=alsamodular
+pkgname=ams
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A realtime modular synthesizer and effect processor"
+arch=('i686' 'x86_64')
+url="http://alsamodular.sourceforge.net/";
+license=('GPL')
+depends=('qt4' 'clalsadrv' 'ladspa' 'jack')
+makedepends=('fftw')
+optdepends=('amb-plugins: ambisonic plugins'
+'mcp-plugins: phaser, chorus and moog vcf plugins'
+'rev-plugins: reverb plugins'
+'swh-plugins: Steve Harris plugins'
+'vco-plugins: oscillator plugins'
+'fil-plugins: equaliser plugins'
+'tap-plugins: toms audio plugins'
+'wah-plugins: wah audio plugins'
+'cmt: Computer Music Toolkit plugins'
+'blop: bandlimited oscillator plugins'
+'pvoc: phase-vocoding plugins'
+'caps: the C* audio plugins')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$_name/$_name/$pkgver/$pkgname-$pkgver.tar.bz2";
+"$pkgname.desktop" "$pkgname.png")
+md5sums=('0d41bd5aac066aa98be45fd7ab12d35f'
+ 'ffa277cffd52254f0297cbc2f200767e'
+ '0349171d5431f1c6e56085f080eb8c68')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # strip unwanted flags
+  sed -i 's/-m\(64\|arch=[a-z1-9]*\) *//' configure
+
+  # DSO link flag
+  export LIBS=" -ldl"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # desktop file
+  install -Dm644 ../$pkgname.desktop \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  # icon
+  install -Dm644 ../$pkgname.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}

Copied: ams/repos/community-i686/ams.desktop (from rev 95512, 
ams/trunk/ams.desktop)
===
--- community-i686/ams.desktop  (rev 0)
+++ community-i686/ams.desktop  2013-08-13 04:13:57 UTC (rev 95513)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=Alsa Modular Synth
+Comment=Realtime modular synthesizer and effect processor
+Exec=ams
+Icon=ams
+Terminal=false
+Categories=Application;AudioVideo;AudioVideo;Qt;X-Jack;X-Sound;
+StartupNotify=true
\ No newline at end of file

Copied: ams/repos/community-i686/ams.install (from rev 95512, 
ams/trunk/ams.install)
===
--- community-i686/ams.install  (rev 0)
+++ community-i686/ams.install  2013-08-13 04:13:57 UTC (rev 95513)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: ams/repos/community-i686/ams.png (from rev 95512, ams/trunk/ams.png)
===
(Binary files differ)

Copied: ams/repos/community-x86_64/PKGBUILD (from rev 95512, ams/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 04:13:57 UTC (rev 95513)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer : speps 
+
+_name=alsamodular
+pkgname=ams
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A realtime modular synthesizer and effect processor"
+arch=('i686' 'x86_64')
+url="http://alsamodular.sourceforge.net/";
+license=('

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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:46:57
  Author: speps
Revision: 95510

upgpkg: aeolus 0.9.0-1

Modified:
  aeolus/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:43:50 UTC (rev 95509)
+++ PKGBUILD2013-08-13 03:46:57 UTC (rev 95510)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 # Contributor: Tom K 
 # Contributor: Shinlun Hsieh 
@@ -20,7 +21,6 @@
 
 prepare() {
   cd "$pkgname-$pkgver/source"
-
   # strip ldconfig and -march=native
   sed -i '/ldconfig\|-march=native/d' Makefile
 }


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:47:20
  Author: speps
Revision: 95511

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

Added:
  aeolus/repos/community-i686/
  aeolus/repos/community-i686/PKGBUILD
(from rev 95510, aeolus/trunk/PKGBUILD)
  aeolus/repos/community-i686/aeolus.conf
(from rev 95510, aeolus/trunk/aeolus.conf)
  aeolus/repos/community-x86_64/
  aeolus/repos/community-x86_64/PKGBUILD
(from rev 95510, aeolus/trunk/PKGBUILD)
  aeolus/repos/community-x86_64/aeolus.conf
(from rev 95510, aeolus/trunk/aeolus.conf)

--+
 community-i686/PKGBUILD  |   45 +
 community-i686/aeolus.conf   |3 ++
 community-x86_64/PKGBUILD|   45 +
 community-x86_64/aeolus.conf |3 ++
 4 files changed, 96 insertions(+)

Copied: aeolus/repos/community-i686/PKGBUILD (from rev 95510, 
aeolus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:47:20 UTC (rev 95511)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Tom K 
+# Contributor: Shinlun Hsieh 
+# Contributor: Christoph Zeiler 
+# Contributor: Philipp Überbacher 
+
+_stopver=0.3.0
+pkgname=aeolus
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Synthesised pipe organ emulator"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/";
+license=('GPL3')
+depends=('clthreads' 'clxclient' 'jack' 'zita-alsa-pcmi')
+source=(${url}../downloads/{$pkgname-$pkgver,stops-$_stopver}.tar.bz2 
$pkgname.conf)
+md5sums=('6ae707e441f6d17eaabfde91c889bce2'
+ '2a7b1cae820408fa1cc655800d08d88f'
+ 'b9cbca97ac4184f0b207faf4f58f72a9')
+
+prepare() {
+  cd "$pkgname-$pkgver/source"
+  # strip ldconfig and -march=native
+  sed -i '/ldconfig\|-march=native/d' Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX=/usr LIBDIR=lib
+}
+
+package(){
+  cd "$pkgname-$pkgver/source"
+  make DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+
+  # system config file
+  install -Dm644 "$srcdir/$pkgname.conf" "$pkgdir/etc/$pkgname.conf"
+
+  # stops
+  cd "$srcdir/stops-$_stopver"
+  find . -name definition -exec install -Dm644 {} 
${pkgdir}/usr/share/$pkgname/stops/{} \;
+  find . -name presets -exec install -Dm644 {} 
${pkgdir}/usr/share/$pkgname/stops/{} \;
+  find . -name '*.ae0' -exec install -Dm644 {} 
${pkgdir}/usr/share/$pkgname/stops \;
+}

Copied: aeolus/repos/community-i686/aeolus.conf (from rev 95510, 
aeolus/trunk/aeolus.conf)
===
--- community-i686/aeolus.conf  (rev 0)
+++ community-i686/aeolus.conf  2013-08-13 03:47:20 UTC (rev 95511)
@@ -0,0 +1,3 @@
+# Aeolus system wide default options
+# use ~/.aeolusrc for local options
+-u -S /usr/share/aeolus/stops

Copied: aeolus/repos/community-x86_64/PKGBUILD (from rev 95510, 
aeolus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:47:20 UTC (rev 95511)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Tom K 
+# Contributor: Shinlun Hsieh 
+# Contributor: Christoph Zeiler 
+# Contributor: Philipp Überbacher 
+
+_stopver=0.3.0
+pkgname=aeolus
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Synthesised pipe organ emulator"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/";
+license=('GPL3')
+depends=('clthreads' 'clxclient' 'jack' 'zita-alsa-pcmi')
+source=(${url}../downloads/{$pkgname-$pkgver,stops-$_stopver}.tar.bz2 
$pkgname.conf)
+md5sums=('6ae707e441f6d17eaabfde91c889bce2'
+ '2a7b1cae820408fa1cc655800d08d88f'
+ 'b9cbca97ac4184f0b207faf4f58f72a9')
+
+prepare() {
+  cd "$pkgname-$pkgver/source"
+  # strip ldconfig and -march=native
+  sed -i '/ldconfig\|-march=native/d' Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX=/usr LIBDIR=lib
+}
+
+package(){
+  cd "$pkgname-$pkgver/source"
+  make DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+
+  # system config file
+  install -Dm644 "$srcdir/$pkgname.conf" "$pkgdir/etc/$pkgname.conf"
+
+  # stops
+  cd "$srcdir/stops-$_stopver"
+  find . -name definition -exec install -Dm644 {} 
${pkgdir}/usr/share/$pkgname/stops/{} \;
+  find . -name presets -exec install -Dm644 {} 
${pkgdir}/usr/share/$pkgname/stops/{} \;
+  find . -name '*.ae0' -exec install -Dm644 {} 
${pkgdir}/usr/share/$pkgname/stops \;
+}

Copied: aeolus/repos/community-x86_64/aeolus.conf (from rev 95510, 
aeolus/trunk/aeolus.conf)
===
--- community-x86_64/aeolus.conf(rev 0)
+++ community-x86_64/aeolus.conf2013-08-13 03:47:20 UTC (rev 95511)
@@ -0,0 +1,3 @@
+# Aeolus system wide default opti

[arch-commits] Commit in zita-alsa-pcmi/repos (4 files)

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:43:50
  Author: speps
Revision: 95509

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

Added:
  zita-alsa-pcmi/repos/community-i686/
  zita-alsa-pcmi/repos/community-i686/PKGBUILD
(from rev 95508, zita-alsa-pcmi/trunk/PKGBUILD)
  zita-alsa-pcmi/repos/community-x86_64/
  zita-alsa-pcmi/repos/community-x86_64/PKGBUILD
(from rev 95508, zita-alsa-pcmi/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   47 
 community-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: zita-alsa-pcmi/repos/community-i686/PKGBUILD (from rev 95508, 
zita-alsa-pcmi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:43:50 UTC (rev 95509)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=zita-alsa-pcmi
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="The successor of clalsadrv, provides easy access to ALSA PCM devices."
+arch=(i686 x86_64)
+url="http://kokkinizita.linuxaudio.org/linuxaudio/";
+license=('GPL3')
+depends=('gcc-libs' 'alsa-lib')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('0ba4d59abce231056e2628d081124114')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/libs"
+  # call ldconfig locally
+  sed -i 's/ldconfig/& -N $(DESTDIR)$(PREFIX)\/$(LIBDIR)/' Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/libs"
+
+  # libs
+  make PREFIX=/usr
+
+  # create lib link for building apps
+  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+=" -I../libs" \
+  LDFLAGS+=" -L../libs" \
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # libs
+  make -C libs DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+
+  # apps
+  make -C apps DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: zita-alsa-pcmi/repos/community-x86_64/PKGBUILD (from rev 95508, 
zita-alsa-pcmi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:43:50 UTC (rev 95509)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=zita-alsa-pcmi
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="The successor of clalsadrv, provides easy access to ALSA PCM devices."
+arch=(i686 x86_64)
+url="http://kokkinizita.linuxaudio.org/linuxaudio/";
+license=('GPL3')
+depends=('gcc-libs' 'alsa-lib')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('0ba4d59abce231056e2628d081124114')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/libs"
+  # call ldconfig locally
+  sed -i 's/ldconfig/& -N $(DESTDIR)$(PREFIX)\/$(LIBDIR)/' Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/libs"
+
+  # libs
+  make PREFIX=/usr
+
+  # create lib link for building apps
+  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+=" -I../libs" \
+  LDFLAGS+=" -L../libs" \
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # libs
+  make -C libs DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+
+  # apps
+  make -C apps DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in zita-alsa-pcmi/trunk (PKGBUILD)

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:43:34
  Author: speps
Revision: 95508

upgpkg: zita-alsa-pcmi 0.2.0-1

Modified:
  zita-alsa-pcmi/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:42:10 UTC (rev 95507)
+++ PKGBUILD2013-08-13 03:43:34 UTC (rev 95508)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: speps 
 
 pkgname=zita-alsa-pcmi


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:42:10
  Author: speps
Revision: 95507

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

Added:
  clalsadrv/repos/community-i686/
  clalsadrv/repos/community-i686/PKGBUILD
(from rev 95506, clalsadrv/trunk/PKGBUILD)
  clalsadrv/repos/community-x86_64/
  clalsadrv/repos/community-x86_64/PKGBUILD
(from rev 95506, clalsadrv/trunk/PKGBUILD)

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

Copied: clalsadrv/repos/community-i686/PKGBUILD (from rev 95506, 
clalsadrv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:42:10 UTC (rev 95507)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=clalsadrv
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="C++ wrapper around the ALSA API"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/";
+license=('GPL')
+depends=('clthreads' 'alsa-lib')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('be123e1701e4b6c6300907df949bd71c')
+
+prepare() {
+  cd "$pkgname-$pkgver/libs"
+
+  # use ldconfig locally
+  sed -i 's/ldconfig /&-N $(DESTDIR)/' Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/libs"
+
+  # libs
+  make
+
+  # create lib link for building apps
+  ln -sf lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+=" -I../libs" \
+  LDFLAGS+=" -L../libs -lasound" \
+  make PREFIX=/usr
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+
+  # libs
+  make -C libs DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+
+  # apps
+  make -C apps DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+}

Copied: clalsadrv/repos/community-x86_64/PKGBUILD (from rev 95506, 
clalsadrv/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:42:10 UTC (rev 95507)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=clalsadrv
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="C++ wrapper around the ALSA API"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/";
+license=('GPL')
+depends=('clthreads' 'alsa-lib')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('be123e1701e4b6c6300907df949bd71c')
+
+prepare() {
+  cd "$pkgname-$pkgver/libs"
+
+  # use ldconfig locally
+  sed -i 's/ldconfig /&-N $(DESTDIR)/' Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/libs"
+
+  # libs
+  make
+
+  # create lib link for building apps
+  ln -sf lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+=" -I../libs" \
+  LDFLAGS+=" -L../libs -lasound" \
+  make PREFIX=/usr
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+
+  # libs
+  make -C libs DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+
+  # apps
+  make -C apps DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+}



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:41:55
  Author: speps
Revision: 95506

upgpkg: clalsadrv 2.0.0-1

Modified:
  clalsadrv/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:39:58 UTC (rev 95505)
+++ PKGBUILD2013-08-13 03:41:55 UTC (rev 95506)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 
 pkgname=clalsadrv


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:39:58
  Author: speps
Revision: 95505

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-13 03:39:40 UTC (rev 95504)
+++ community-i686/PKGBUILD 2013-08-13 03:39:58 UTC (rev 95505)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Christoph Zeiler 
-# Contributor: Tom K 
-# Contributor: Shinlun Hsieh 
-# Contributor: Philipp Überbacher 
-
-pkgname=clxclient
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="C++ wrapper library around the X Window System API"
-arch=('i686' 'x86_64')
-url="http://kokkinizita.linuxaudio.org/linuxaudio/";
-license=('LGPL')
-depends=('gcc-libs' 'libxft')
-makedepends=('clthreads')
-source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
-md5sums=('bd47f80a855d3203fcf10365e79d85e4')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX="$pkgdir/usr" LIBDIR=lib
-}
-
-package(){
-  cd "$pkgname-$pkgver"
-  install -d "$pkgdir/usr/include"
-  make PREFIX="$pkgdir/usr" LIBDIR=lib install
-}
-

Copied: clxclient/repos/community-i686/PKGBUILD (from rev 95504, 
clxclient/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:39:58 UTC (rev 95505)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Christoph Zeiler 
+# Contributor: Tom K 
+# Contributor: Shinlun Hsieh 
+# Contributor: Philipp Überbacher 
+
+pkgname=clxclient
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="C++ wrapper library around the X Window System API"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/";
+license=('LGPL')
+depends=('gcc-libs' 'libxft')
+makedepends=('clthreads')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('bd6df73f688c9be1b3afef58283d7ef5')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # call ldconfig locally
+  sed -i 's/ldconfig/& -N $(DESTDIR)$(PREFIX)\/$(LIBDIR)/' Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="$pkgdir/usr" LIBDIR=lib
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/include"
+  make PREFIX="$pkgdir/usr" LIBDIR=lib install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-13 03:39:40 UTC (rev 95504)
+++ community-x86_64/PKGBUILD   2013-08-13 03:39:58 UTC (rev 95505)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Christoph Zeiler 
-# Contributor: Tom K 
-# Contributor: Shinlun Hsieh 
-# Contributor: Philipp Überbacher 
-
-pkgname=clxclient
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="C++ wrapper library around the X Window System API"
-arch=('i686' 'x86_64')
-url="http://kokkinizita.linuxaudio.org/linuxaudio/";
-license=('LGPL')
-depends=('gcc-libs' 'libxft')
-makedepends=('clthreads')
-source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
-md5sums=('bd47f80a855d3203fcf10365e79d85e4')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX="$pkgdir/usr" LIBDIR=lib
-}
-
-package(){
-  cd "$pkgname-$pkgver"
-  install -d "$pkgdir/usr/include"
-  make PREFIX="$pkgdir/usr" LIBDIR=lib install
-}
-

Copied: clxclient/repos/community-x86_64/PKGBUILD (from rev 95504, 
clxclient/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:39:58 UTC (rev 95505)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Christoph Zeiler 
+# Contributor: Tom K 
+# Contributor: Shinlun Hsieh 
+# Contributor: Philipp Überbacher 
+
+pkgname=clxclient
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="C++ wrapper library around the X Window System API"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/";
+license=('LGPL')
+depends=('gcc-libs' 'libxft')
+makedepends=('clthreads')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('bd6df73f688c9be1b3afef58283d7ef5')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # call ldconfig locally
+  sed -i 's/ldconfig/& -N $(DESTDIR)$(PREFIX)\/$(LIBDIR)/' Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="$pkgdir/usr" LIBDIR=lib
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/include"
+  make PREFIX="$pkgdir/usr" LIBDIR=lib install
+}
+



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:39:40
  Author: speps
Revision: 95504

upgpkg: clxclient 3.9.0-1

Modified:
  clxclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:31:37 UTC (rev 95503)
+++ PKGBUILD2013-08-13 03:39:40 UTC (rev 95504)
@@ -6,7 +6,7 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=clxclient
-pkgver=3.6.1
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="C++ wrapper library around the X Window System API"
 arch=('i686' 'x86_64')
@@ -15,8 +15,14 @@
 depends=('gcc-libs' 'libxft')
 makedepends=('clthreads')
 source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
-md5sums=('bd47f80a855d3203fcf10365e79d85e4')
+md5sums=('bd6df73f688c9be1b3afef58283d7ef5')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  # call ldconfig locally
+  sed -i 's/ldconfig/& -N $(DESTDIR)$(PREFIX)\/$(LIBDIR)/' Makefile
+}
+
 build() {
   cd "$pkgname-$pkgver"
   make PREFIX="$pkgdir/usr" LIBDIR=lib



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:31:37
  Author: speps
Revision: 95503

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

Added:
  clxclient/repos/community-i686/
  clxclient/repos/community-i686/PKGBUILD
(from rev 95502, clxclient/trunk/PKGBUILD)
  clxclient/repos/community-x86_64/
  clxclient/repos/community-x86_64/PKGBUILD
(from rev 95502, clxclient/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   30 ++
 community-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: clxclient/repos/community-i686/PKGBUILD (from rev 95502, 
clxclient/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:31:37 UTC (rev 95503)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Christoph Zeiler 
+# Contributor: Tom K 
+# Contributor: Shinlun Hsieh 
+# Contributor: Philipp Überbacher 
+
+pkgname=clxclient
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="C++ wrapper library around the X Window System API"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/";
+license=('LGPL')
+depends=('gcc-libs' 'libxft')
+makedepends=('clthreads')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('bd47f80a855d3203fcf10365e79d85e4')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="$pkgdir/usr" LIBDIR=lib
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/include"
+  make PREFIX="$pkgdir/usr" LIBDIR=lib install
+}
+

Copied: clxclient/repos/community-x86_64/PKGBUILD (from rev 95502, 
clxclient/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:31:37 UTC (rev 95503)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Christoph Zeiler 
+# Contributor: Tom K 
+# Contributor: Shinlun Hsieh 
+# Contributor: Philipp Überbacher 
+
+pkgname=clxclient
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="C++ wrapper library around the X Window System API"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/";
+license=('LGPL')
+depends=('gcc-libs' 'libxft')
+makedepends=('clthreads')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('bd47f80a855d3203fcf10365e79d85e4')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX="$pkgdir/usr" LIBDIR=lib
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/include"
+  make PREFIX="$pkgdir/usr" LIBDIR=lib install
+}
+



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:31:19
  Author: speps
Revision: 95502

upgpkg: clxclient 3.6.1-1

Modified:
  clxclient/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:29:13 UTC (rev 95501)
+++ PKGBUILD2013-08-13 03:31:19 UTC (rev 95502)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 # Contributor: Christoph Zeiler 
 # Contributor: Tom K 


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:29:13
  Author: speps
Revision: 95501

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

Added:
  clthreads/repos/community-i686/
  clthreads/repos/community-i686/PKGBUILD
(from rev 95500, clthreads/trunk/PKGBUILD)
  clthreads/repos/community-x86_64/
  clthreads/repos/community-x86_64/PKGBUILD
(from rev 95500, clthreads/trunk/PKGBUILD)

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

Copied: clthreads/repos/community-i686/PKGBUILD (from rev 95500, 
clthreads/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:29:13 UTC (rev 95501)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Christoph Zeiler 
+# Contributor: Tom K 
+# Contributor: Shinlun Hsieh 
+# Contributor: Philipp Überbacher 
+
+pkgname=clthreads
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="C++ wrapper library around the POSIX threads API"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/";
+license=('LGPL')
+depends=('gcc-libs')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('90b650f1f5c9f39f4d77f73aca3c53be')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/include"
+  make PREFIX="$pkgdir/usr" LIBDIR=lib install
+}

Copied: clthreads/repos/community-x86_64/PKGBUILD (from rev 95500, 
clthreads/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:29:13 UTC (rev 95501)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Christoph Zeiler 
+# Contributor: Tom K 
+# Contributor: Shinlun Hsieh 
+# Contributor: Philipp Überbacher 
+
+pkgname=clthreads
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="C++ wrapper library around the POSIX threads API"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/";
+license=('LGPL')
+depends=('gcc-libs')
+source=("${url}downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('90b650f1f5c9f39f4d77f73aca3c53be')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/include"
+  make PREFIX="$pkgdir/usr" LIBDIR=lib install
+}



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:28:57
  Author: speps
Revision: 95500

upgpkg: clthreads 2.4.0-1

Modified:
  clthreads/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:27:45 UTC (rev 95499)
+++ PKGBUILD2013-08-13 03:28:57 UTC (rev 95500)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 # Contributor: Christoph Zeiler 
 # Contributor: Tom K 


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:27:30
  Author: speps
Revision: 95498

upgpkg: wah-plugins 0.0.2-1

Modified:
  wah-plugins/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:26:22 UTC (rev 95497)
+++ PKGBUILD2013-08-13 03:27:30 UTC (rev 95498)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 # Contributor: Renato Budinich 
 


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:27:45
  Author: speps
Revision: 95499

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

Added:
  wah-plugins/repos/community-i686/
  wah-plugins/repos/community-i686/PKGBUILD
(from rev 95498, wah-plugins/trunk/PKGBUILD)
  wah-plugins/repos/community-x86_64/
  wah-plugins/repos/community-x86_64/PKGBUILD
(from rev 95498, wah-plugins/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   30 ++
 community-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: wah-plugins/repos/community-i686/PKGBUILD (from rev 95498, 
wah-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:27:45 UTC (rev 95499)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Renato Budinich 
+
+pkgname=wah-plugins
+pkgver=0.0.2
+pkgrel=1
+pkgdesc="LADSPA Wah filter plugin"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/WAH-plugins-$pkgver.tar.bz2")
+md5sums=('e203e3458a4cd75cc442d70b8f124db9')
+
+build() {
+  cd "$srcdir/WAH-plugins-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/WAH-plugins-$pkgver"
+
+  # plugin
+  install -Dm755 autowah.so \
+"$pkgdir/usr/lib/ladspa/autowah.so"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: wah-plugins/repos/community-x86_64/PKGBUILD (from rev 95498, 
wah-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:27:45 UTC (rev 95499)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Renato Budinich 
+
+pkgname=wah-plugins
+pkgver=0.0.2
+pkgrel=1
+pkgdesc="LADSPA Wah filter plugin"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/WAH-plugins-$pkgver.tar.bz2")
+md5sums=('e203e3458a4cd75cc442d70b8f124db9')
+
+build() {
+  cd "$srcdir/WAH-plugins-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/WAH-plugins-$pkgver"
+
+  # plugin
+  install -Dm755 autowah.so \
+"$pkgdir/usr/lib/ladspa/autowah.so"
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:26:06
  Author: speps
Revision: 95496

upgpkg: vco-plugins 0.3.0-1

Modified:
  vco-plugins/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:24:48 UTC (rev 95495)
+++ PKGBUILD2013-08-13 03:26:06 UTC (rev 95496)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 
 pkgname=vco-plugins


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:26:22
  Author: speps
Revision: 95497

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

Added:
  vco-plugins/repos/community-i686/
  vco-plugins/repos/community-i686/PKGBUILD
(from rev 95496, vco-plugins/trunk/PKGBUILD)
  vco-plugins/repos/community-x86_64/
  vco-plugins/repos/community-x86_64/PKGBUILD
(from rev 95496, vco-plugins/trunk/PKGBUILD)

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

Copied: vco-plugins/repos/community-i686/PKGBUILD (from rev 95496, 
vco-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:26:22 UTC (rev 95497)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=vco-plugins
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="LADSPA anti-aliased oscillator plugins"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/VCO-plugins-$pkgver.tar.bz2")
+md5sums=('6fdf4a7e3c716abbb89721645427cd52')
+
+build() {
+  cd "$srcdir/VCO-plugins-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/VCO-plugins-$pkgver"
+
+  # plugin
+  install -Dm755 blvco.so "$pkgdir/usr/lib/ladspa/blvco.so"
+  ln -s blvco.so "$pkgdir/usr/lib/ladspa/vco_sawpulse.so"
+}

Copied: vco-plugins/repos/community-x86_64/PKGBUILD (from rev 95496, 
vco-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:26:22 UTC (rev 95497)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=vco-plugins
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="LADSPA anti-aliased oscillator plugins"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/VCO-plugins-$pkgver.tar.bz2")
+md5sums=('6fdf4a7e3c716abbb89721645427cd52')
+
+build() {
+  cd "$srcdir/VCO-plugins-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/VCO-plugins-$pkgver"
+
+  # plugin
+  install -Dm755 blvco.so "$pkgdir/usr/lib/ladspa/blvco.so"
+  ln -s blvco.so "$pkgdir/usr/lib/ladspa/vco_sawpulse.so"
+}



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:24:48
  Author: speps
Revision: 95495

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

Added:
  tap-plugins/repos/community-i686/
  tap-plugins/repos/community-i686/PKGBUILD
(from rev 95494, tap-plugins/trunk/PKGBUILD)
  tap-plugins/repos/community-x86_64/
  tap-plugins/repos/community-x86_64/PKGBUILD
(from rev 95494, tap-plugins/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   31 +++
 community-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: tap-plugins/repos/community-i686/PKGBUILD (from rev 95494, 
tap-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:24:48 UTC (rev 95495)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Ng Oon-Ee 
+
+pkgname=tap-plugins
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="Tom's LADSPA Plugins"
+arch=('i686' 'x86_64')
+url="http://tap-plugins.sourceforge.net/";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('354b171e580cfad6bad87c26a79ef273')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # correct install path
+  sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: tap-plugins/repos/community-x86_64/PKGBUILD (from rev 95494, 
tap-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:24:48 UTC (rev 95495)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Ng Oon-Ee 
+
+pkgname=tap-plugins
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="Tom's LADSPA Plugins"
+arch=('i686' 'x86_64')
+url="http://tap-plugins.sourceforge.net/";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('354b171e580cfad6bad87c26a79ef273')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # correct install path
+  sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:24:33
  Author: speps
Revision: 95494

upgpkg: tap-plugins 0.7.2-1

Modified:
  tap-plugins/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:23:10 UTC (rev 95493)
+++ PKGBUILD2013-08-13 03:24:33 UTC (rev 95494)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 # Contributor: Ng Oon-Ee 
 


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:23:10
  Author: speps
Revision: 95493

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

Added:
  rev-plugins/repos/community-i686/
  rev-plugins/repos/community-i686/PKGBUILD
(from rev 95492, rev-plugins/trunk/PKGBUILD)
  rev-plugins/repos/community-x86_64/
  rev-plugins/repos/community-x86_64/PKGBUILD
(from rev 95492, rev-plugins/trunk/PKGBUILD)

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

Copied: rev-plugins/repos/community-i686/PKGBUILD (from rev 95492, 
rev-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:23:10 UTC (rev 95493)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=rev-plugins
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="LADSPA stereo reverb plugin based on greverb"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/REV-plugins-$pkgver.tar.bz2")
+md5sums=('bca920c2cbf5e33989e7cafab6fbaee4')
+
+build() {
+  cd "$srcdir/REV-plugins-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/REV-plugins-$pkgver"
+
+  # plugin
+  install -Dm 755 g2reverb.so \
+"$pkgdir/usr/lib/ladspa/g2reverb.so"
+}

Copied: rev-plugins/repos/community-x86_64/PKGBUILD (from rev 95492, 
rev-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:23:10 UTC (rev 95493)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=rev-plugins
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="LADSPA stereo reverb plugin based on greverb"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/REV-plugins-$pkgver.tar.bz2")
+md5sums=('bca920c2cbf5e33989e7cafab6fbaee4')
+
+build() {
+  cd "$srcdir/REV-plugins-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/REV-plugins-$pkgver"
+
+  # plugin
+  install -Dm 755 g2reverb.so \
+"$pkgdir/usr/lib/ladspa/g2reverb.so"
+}



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:22:50
  Author: speps
Revision: 95492

upgpkg: rev-plugins 0.3.1-1

Modified:
  rev-plugins/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:21:30 UTC (rev 95491)
+++ PKGBUILD2013-08-13 03:22:50 UTC (rev 95492)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 
 pkgname=rev-plugins


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:21:30
  Author: speps
Revision: 95491

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

Added:
  pvoc/repos/community-i686/
  pvoc/repos/community-i686/PKGBUILD
(from rev 95490, pvoc/trunk/PKGBUILD)
  pvoc/repos/community-x86_64/
  pvoc/repos/community-x86_64/PKGBUILD
(from rev 95490, pvoc/trunk/PKGBUILD)

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

Copied: pvoc/repos/community-i686/PKGBUILD (from rev 95490, pvoc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:21:30 UTC (rev 95491)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=pvoc
+pkgver=0.1.12
+pkgrel=1
+pkgdesc="LADSPLA plugins and a tool for time compression/expansion using 
phase-vocoding"
+arch=('i686' 'x86_64')
+url="http://quitte.de/dsp/pvoc.html";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa' 'fftw' 'libsndfile')
+source=("http://quitte.de/dsp/pvoc_$pkgver.tar.gz";)
+md5sums=('6171b97e0d8aa5545c780d4f8dc15167')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX="$pkgdir/usr" \
+   MAN1DEST="$pkgdir/usr/share/man/man1" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pvoc/repos/community-x86_64/PKGBUILD (from rev 95490, 
pvoc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:21:30 UTC (rev 95491)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=pvoc
+pkgver=0.1.12
+pkgrel=1
+pkgdesc="LADSPLA plugins and a tool for time compression/expansion using 
phase-vocoding"
+arch=('i686' 'x86_64')
+url="http://quitte.de/dsp/pvoc.html";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa' 'fftw' 'libsndfile')
+source=("http://quitte.de/dsp/pvoc_$pkgver.tar.gz";)
+md5sums=('6171b97e0d8aa5545c780d4f8dc15167')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX="$pkgdir/usr" \
+   MAN1DEST="$pkgdir/usr/share/man/man1" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:21:12
  Author: speps
Revision: 95490

upgpkg: pvoc 0.1.12-1

Modified:
  pvoc/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:19:04 UTC (rev 95489)
+++ PKGBUILD2013-08-13 03:21:12 UTC (rev 95490)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 
 pkgname=pvoc


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:18:41
  Author: speps
Revision: 95488

upgpkg: mcp-plugins 0.4.0-1

Modified:
  mcp-plugins/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:17:34 UTC (rev 95487)
+++ PKGBUILD2013-08-13 03:18:41 UTC (rev 95488)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 
 pkgname=mcp-plugins


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:19:04
  Author: speps
Revision: 95489

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

Added:
  mcp-plugins/repos/community-i686/
  mcp-plugins/repos/community-i686/PKGBUILD
(from rev 95488, mcp-plugins/trunk/PKGBUILD)
  mcp-plugins/repos/community-x86_64/
  mcp-plugins/repos/community-x86_64/PKGBUILD
(from rev 95488, mcp-plugins/trunk/PKGBUILD)

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

Copied: mcp-plugins/repos/community-i686/PKGBUILD (from rev 95488, 
mcp-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:19:04 UTC (rev 95489)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=mcp-plugins
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A set of LADSPA filters plugins"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/MCP-plugins-$pkgver.tar.bz2")
+md5sums=('2a0fc50281a150eb781dbcfe2fb9c532')
+
+build() {
+  cd "$srcdir/MCP-plugins-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/MCP-plugins-$pkgver"
+
+  # plugins
+  install -d "$pkgdir/usr/lib/ladspa"
+  install -Dm755 *.so "$pkgdir/usr/lib/ladspa"
+}

Copied: mcp-plugins/repos/community-x86_64/PKGBUILD (from rev 95488, 
mcp-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:19:04 UTC (rev 95489)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=mcp-plugins
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A set of LADSPA filters plugins"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/MCP-plugins-$pkgver.tar.bz2")
+md5sums=('2a0fc50281a150eb781dbcfe2fb9c532')
+
+build() {
+  cd "$srcdir/MCP-plugins-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/MCP-plugins-$pkgver"
+
+  # plugins
+  install -d "$pkgdir/usr/lib/ladspa"
+  install -Dm755 *.so "$pkgdir/usr/lib/ladspa"
+}



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:17:34
  Author: speps
Revision: 95487

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

Added:
  fil-plugins/repos/community-i686/
  fil-plugins/repos/community-i686/PKGBUILD
(from rev 95486, fil-plugins/trunk/PKGBUILD)
  fil-plugins/repos/community-x86_64/
  fil-plugins/repos/community-x86_64/PKGBUILD
(from rev 95486, fil-plugins/trunk/PKGBUILD)

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

Copied: fil-plugins/repos/community-i686/PKGBUILD (from rev 95486, 
fil-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:17:34 UTC (rev 95487)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=fil-plugins
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="LADSPA four-band parametric equaliser plugins"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/FIL-plugins-$pkgver.tar.bz2")
+md5sums=('39f34be516752a9740a65547e1128124')
+
+build() {
+  cd "$srcdir/FIL-plugins-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/FIL-plugins-$pkgver"
+
+  # plugin
+  install -Dm755 filters.so \
+"$pkgdir/usr/lib/ladspa/filters.so"
+}

Copied: fil-plugins/repos/community-x86_64/PKGBUILD (from rev 95486, 
fil-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:17:34 UTC (rev 95487)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=fil-plugins
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="LADSPA four-band parametric equaliser plugins"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/FIL-plugins-$pkgver.tar.bz2")
+md5sums=('39f34be516752a9740a65547e1128124')
+
+build() {
+  cd "$srcdir/FIL-plugins-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/FIL-plugins-$pkgver"
+
+  # plugin
+  install -Dm755 filters.so \
+"$pkgdir/usr/lib/ladspa/filters.so"
+}



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:17:16
  Author: speps
Revision: 95486

upgpkg: fil-plugins 0.3.0-1

Modified:
  fil-plugins/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:15:51 UTC (rev 95485)
+++ PKGBUILD2013-08-13 03:17:16 UTC (rev 95486)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 
 pkgname=fil-plugins


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:15:51
  Author: speps
Revision: 95485

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

Added:
  caps/repos/community-i686/
  caps/repos/community-i686/PKGBUILD
(from rev 95484, caps/trunk/PKGBUILD)
  caps/repos/community-x86_64/
  caps/repos/community-x86_64/PKGBUILD
(from rev 95484, caps/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   31 +++
 community-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: caps/repos/community-i686/PKGBUILD (from rev 95484, caps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:15:51 UTC (rev 95485)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: DonVla 
+
+pkgname=caps
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="The LADSPA C* Audio Plugin Suite"
+arch=('i686' 'x86_64')
+url="http://quitte.de/dsp/caps.html";
+license=('GPL3')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("http://quitte.de/dsp/caps_$pkgver.tar.bz2";)
+md5sums=('e3bfcb4c53670dcc3c8ba3ce3639d002')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # use a minimum of optimization required to build
+  export _CFLAGS='-msse -mfpmath=sse'
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+ 
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX="$pkgdir/usr" install
+}

Copied: caps/repos/community-x86_64/PKGBUILD (from rev 95484, 
caps/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:15:51 UTC (rev 95485)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: DonVla 
+
+pkgname=caps
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="The LADSPA C* Audio Plugin Suite"
+arch=('i686' 'x86_64')
+url="http://quitte.de/dsp/caps.html";
+license=('GPL3')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("http://quitte.de/dsp/caps_$pkgver.tar.bz2";)
+md5sums=('e3bfcb4c53670dcc3c8ba3ce3639d002')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # use a minimum of optimization required to build
+  export _CFLAGS='-msse -mfpmath=sse'
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+ 
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX="$pkgdir/usr" install
+}



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:15:34
  Author: speps
Revision: 95484

upgpkg: caps 0.9.8-1

Modified:
  caps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:13:24 UTC (rev 95483)
+++ PKGBUILD2013-08-13 03:15:34 UTC (rev 95484)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 # Contributor: DonVla 
 
@@ -15,7 +16,6 @@
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
-
   # use a minimum of optimization required to build
   export _CFLAGS='-msse -mfpmath=sse'
 }



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:13:08
  Author: speps
Revision: 95482

upgpkg: blop 0.2.8-1

Modified:
  blop/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:10:48 UTC (rev 95481)
+++ PKGBUILD2013-08-13 03:13:08 UTC (rev 95482)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 
 pkgname=blop


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:13:24
  Author: speps
Revision: 95483

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

Added:
  blop/repos/community-i686/
  blop/repos/community-i686/PKGBUILD
(from rev 95482, blop/trunk/PKGBUILD)
  blop/repos/community-x86_64/
  blop/repos/community-x86_64/PKGBUILD
(from rev 95482, blop/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   25 +
 community-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: blop/repos/community-i686/PKGBUILD (from rev 95482, blop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:13:24 UTC (rev 95483)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=blop
+pkgver=0.2.8
+pkgrel=1
+pkgdesc="Bandlimited LADSPA Oscillator Plugins"
+arch=('i686' 'x86_64')
+url="http://blop.sourceforge.net/";
+license=('GPL')
+depends=('ladspa')
+groups=('ladspa-plugins')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('4baedbf1e7cacc7d1034c4bcd5556d6f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: blop/repos/community-x86_64/PKGBUILD (from rev 95482, 
blop/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:13:24 UTC (rev 95483)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=blop
+pkgver=0.2.8
+pkgrel=1
+pkgdesc="Bandlimited LADSPA Oscillator Plugins"
+arch=('i686' 'x86_64')
+url="http://blop.sourceforge.net/";
+license=('GPL')
+depends=('ladspa')
+groups=('ladspa-plugins')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('4baedbf1e7cacc7d1034c4bcd5556d6f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:10:31
  Author: speps
Revision: 95480

upgpkg: amb-plugins 0.8.1-1

Modified:
  amb-plugins/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:09:14 UTC (rev 95479)
+++ PKGBUILD2013-08-13 03:10:31 UTC (rev 95480)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps 
 
 pkgname=amb-plugins


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


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

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:10:48
  Author: speps
Revision: 95481

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

Added:
  amb-plugins/repos/community-i686/
  amb-plugins/repos/community-i686/PKGBUILD
(from rev 95480, amb-plugins/trunk/PKGBUILD)
  amb-plugins/repos/community-x86_64/
  amb-plugins/repos/community-x86_64/PKGBUILD
(from rev 95480, amb-plugins/trunk/PKGBUILD)

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

Copied: amb-plugins/repos/community-i686/PKGBUILD (from rev 95480, 
amb-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:10:48 UTC (rev 95481)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=amb-plugins
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="A set of LADSPA ambisonics plugins"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/AMB-plugins-$pkgver.tar.bz2")
+md5sums=('496d8d2bf6036611b6b4aa7f56325a52')
+
+build() {
+  cd "$srcdir/AMB-plugins-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/AMB-plugins-$pkgver"
+
+  # plugins
+  install -d "$pkgdir/usr/lib/ladspa"
+  install -Dm755 *.so "$pkgdir/usr/lib/ladspa"
+}

Copied: amb-plugins/repos/community-x86_64/PKGBUILD (from rev 95480, 
amb-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-13 03:10:48 UTC (rev 95481)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps 
+
+pkgname=amb-plugins
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="A set of LADSPA ambisonics plugins"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=('GPL')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/AMB-plugins-$pkgver.tar.bz2")
+md5sums=('496d8d2bf6036611b6b4aa7f56325a52')
+
+build() {
+  cd "$srcdir/AMB-plugins-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/AMB-plugins-$pkgver"
+
+  # plugins
+  install -d "$pkgdir/usr/lib/ladspa"
+  install -Dm755 *.so "$pkgdir/usr/lib/ladspa"
+}



[arch-commits] Commit in (68 files)

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:09:14
  Author: speps
Revision: 95479

addpkg: softsynths: aeolus, ams - ladspa plugins: amb-plugins, blop, caps, 
fil-plugins, mcp-plugins, pvoc, rev-plugins, tap-plugins, vco-plugins, 
wah-plugins - dependencies: clalsadrv, clthreads, clxclient, zita-alsa-pcmi

Added:
  aeolus/
  aeolus/repos/
  aeolus/trunk/
  aeolus/trunk/PKGBUILD
  aeolus/trunk/aeolus.conf
  amb-plugins/
  amb-plugins/repos/
  amb-plugins/trunk/
  amb-plugins/trunk/PKGBUILD
  ams/
  ams/repos/
  ams/trunk/
  ams/trunk/PKGBUILD
  ams/trunk/ams.desktop
  ams/trunk/ams.install
  ams/trunk/ams.png
  blop/
  blop/repos/
  blop/trunk/
  blop/trunk/PKGBUILD
  caps/
  caps/repos/
  caps/trunk/
  caps/trunk/PKGBUILD
  clalsadrv/
  clalsadrv/repos/
  clalsadrv/trunk/
  clalsadrv/trunk/PKGBUILD
  clthreads/
  clthreads/repos/
  clthreads/trunk/
  clthreads/trunk/PKGBUILD
  clxclient/
  clxclient/repos/
  clxclient/trunk/
  clxclient/trunk/PKGBUILD
  fil-plugins/
  fil-plugins/repos/
  fil-plugins/trunk/
  fil-plugins/trunk/PKGBUILD
  mcp-plugins/
  mcp-plugins/repos/
  mcp-plugins/trunk/
  mcp-plugins/trunk/PKGBUILD
  pvoc/
  pvoc/repos/
  pvoc/trunk/
  pvoc/trunk/PKGBUILD
  rev-plugins/
  rev-plugins/repos/
  rev-plugins/trunk/
  rev-plugins/trunk/PKGBUILD
  tap-plugins/
  tap-plugins/repos/
  tap-plugins/trunk/
  tap-plugins/trunk/PKGBUILD
  vco-plugins/
  vco-plugins/repos/
  vco-plugins/trunk/
  vco-plugins/trunk/PKGBUILD
  wah-plugins/
  wah-plugins/repos/
  wah-plugins/trunk/
  wah-plugins/trunk/PKGBUILD
  zita-alsa-pcmi/
  zita-alsa-pcmi/repos/
  zita-alsa-pcmi/trunk/
  zita-alsa-pcmi/trunk/PKGBUILD

---+
 aeolus/trunk/PKGBUILD |   45 +
 aeolus/trunk/aeolus.conf  |3 ++
 amb-plugins/trunk/PKGBUILD|   26 +++
 ams/trunk/PKGBUILD|   53 
 ams/trunk/ams.desktop |9 ++
 ams/trunk/ams.install |   11 
 ams/trunk/ams.png |1 
 blop/trunk/PKGBUILD   |   24 ++
 caps/trunk/PKGBUILD   |   31 +++
 clalsadrv/trunk/PKGBUILD  |   45 +
 clthreads/trunk/PKGBUILD  |   27 
 clxclient/trunk/PKGBUILD  |   29 +
 fil-plugins/trunk/PKGBUILD|   26 +++
 mcp-plugins/trunk/PKGBUILD|   26 +++
 pvoc/trunk/PKGBUILD   |   26 +++
 rev-plugins/trunk/PKGBUILD|   26 +++
 tap-plugins/trunk/PKGBUILD|   30 ++
 vco-plugins/trunk/PKGBUILD|   26 +++
 wah-plugins/trunk/PKGBUILD|   29 +
 zita-alsa-pcmi/trunk/PKGBUILD |   46 ++
 20 files changed, 539 insertions(+)

Added: aeolus/trunk/PKGBUILD
===
--- aeolus/trunk/PKGBUILD   (rev 0)
+++ aeolus/trunk/PKGBUILD   2013-08-13 03:09:14 UTC (rev 95479)
@@ -0,0 +1,45 @@
+# Maintainer : speps 
+# Contributor: Tom K 
+# Contributor: Shinlun Hsieh 
+# Contributor: Christoph Zeiler 
+# Contributor: Philipp Überbacher 
+
+_stopver=0.3.0
+pkgname=aeolus
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Synthesised pipe organ emulator"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/";
+license=('GPL3')
+depends=('clthreads' 'clxclient' 'jack' 'zita-alsa-pcmi')
+source=(${url}../downloads/{$pkgname-$pkgver,stops-$_stopver}.tar.bz2 
$pkgname.conf)
+md5sums=('6ae707e441f6d17eaabfde91c889bce2'
+ '2a7b1cae820408fa1cc655800d08d88f'
+ 'b9cbca97ac4184f0b207faf4f58f72a9')
+
+prepare() {
+  cd "$pkgname-$pkgver/source"
+
+  # strip ldconfig and -march=native
+  sed -i '/ldconfig\|-march=native/d' Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX=/usr LIBDIR=lib
+}
+
+package(){
+  cd "$pkgname-$pkgver/source"
+  make DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+
+  # system config file
+  install -Dm644 "$srcdir/$pkgname.conf" "$pkgdir/etc/$pkgname.conf"
+
+  # stops
+  cd "$srcdir/stops-$_stopver"
+  find . -name definition -exec install -Dm644 {} 
${pkgdir}/usr/share/$pkgname/stops/{} \;
+  find . -name presets -exec install -Dm644 {} 
${pkgdir}/usr/share/$pkgname/stops/{} \;
+  find . -name '*.ae0' -exec install -Dm644 {} 
${pkgdir}/usr/share/$pkgname/stops \;
+}

Added: aeolus/trunk/aeolus.conf
===
--- aeolus/trunk/aeolus.conf(rev 0)
+++ aeolus/trunk/aeolus.conf2013-08-13 03:09:14 UTC (rev 95479)
@@ -0,0 +1,3 @@
+# Aeolus system wide default options
+# use ~/.aeolusrc for local options
+-u -S /usr/share/aeolus/stops

Added: amb-plugins/trunk/PKGBUILD
===
--- amb-plugins/trunk/PKGBUILD

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

2013-08-12 Thread Eric Bélanger
Date: Monday, August 12, 2013 @ 23:20:54
  Author: eric
Revision: 95477

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-12 21:20:31 UTC (rev 95476)
+++ PKGBUILD2013-08-12 21:20:54 UTC (rev 95477)
@@ -1,46 +0,0 @@
-# Maintainer: Justin Davis (juster) 
-# $Id$
-
-pkgname=perl-test-trap
-pkgver=0.2.2
-pkgrel=1
-pkgdesc='Trap exit codes, exceptions, output, etc.'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.6.2' perl-data-dump 'perl-test-tester>=0.107')
-url=https://metacpan.org/release/Test-Trap
-source=("http://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz";)
-md5sums=(26538477cb670aa6c72ad7d3859f670c)
-sha512sums=(4131bdb98e1b327c66c9b01f48a58a7aaba7f4805fcc24642cc5f9b6025650f490f38dd90c92897f6b4e12b0ae3db4c7961946b2b2e5df3207493e435beee7b8)
-_dir="$srcdir/Test-Trap-v$pkgver"
-
-build()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$_dir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-test-trap/repos/community-any/PKGBUILD (from rev 95476, 
perl-test-trap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-12 21:20:54 UTC (rev 95477)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-test-trap
+pkgver=0.2.2
+pkgrel=2
+pkgdesc='Trap exit codes, exceptions, output, etc.'
+arch=('any')
+url="https://metacpan.org/release/Test-Trap";
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-data-dump' 'perl-test-tester')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz";)
+sha1sums=('2342990b5a96e751cdcea839efcc79a2f2223f3e')
+
+build() {
+  cd Test-Trap-v$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Trap-v$pkgver
+  make test
+}
+
+package() {
+  cd Test-Trap-v$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2013-08-12 Thread Eric Bélanger
Date: Monday, August 12, 2013 @ 23:20:31
  Author: eric
Revision: 95476

upgpkg: perl-test-trap 0.2.2-2

PKGBUILD clean up

Modified:
  perl-test-trap/trunk/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 19 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 20:33:04 UTC (rev 95475)
+++ PKGBUILD2013-08-12 21:20:31 UTC (rev 95476)
@@ -1,46 +1,30 @@
-# Maintainer: Justin Davis (juster) 
 # $Id$
+# Maintainer:
 
 pkgname=perl-test-trap
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Trap exit codes, exceptions, output, etc.'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.6.2' perl-data-dump 'perl-test-tester>=0.107')
-url=https://metacpan.org/release/Test-Trap
+arch=('any')
+url="https://metacpan.org/release/Test-Trap";
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-data-dump' 'perl-test-tester')
+options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz";)
-md5sums=(26538477cb670aa6c72ad7d3859f670c)
-sha512sums=(4131bdb98e1b327c66c9b01f48a58a7aaba7f4805fcc24642cc5f9b6025650f490f38dd90c92897f6b4e12b0ae3db4c7961946b2b2e5df3207493e435beee7b8)
-_dir="$srcdir/Test-Trap-v$pkgver"
+sha1sums=('2342990b5a96e751cdcea839efcc79a2f2223f3e')
 
-build()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
+build() {
+  cd Test-Trap-v$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
   make
-)
+}
 
-check()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
+check() {
+  cd Test-Trap-v$pkgver
   make test
-)
+}
 
-package()
-(
-  cd "$_dir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
+package() {
+  cd Test-Trap-v$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in gnome-phone-manager/repos (12 files)

2013-08-12 Thread Balló György
Date: Monday, August 12, 2013 @ 22:33:04
  Author: bgyorgy
Revision: 95475

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

Added:
  gnome-phone-manager/repos/community-i686/PKGBUILD
(from rev 95474, gnome-phone-manager/trunk/PKGBUILD)
  gnome-phone-manager/repos/community-i686/gnome-phone-manager-0.68-eds.patch
(from rev 95474, 
gnome-phone-manager/trunk/gnome-phone-manager-0.68-eds.patch)
  gnome-phone-manager/repos/community-i686/gnome-phone-manager.install
(from rev 95474, gnome-phone-manager/trunk/gnome-phone-manager.install)
  gnome-phone-manager/repos/community-x86_64/PKGBUILD
(from rev 95474, gnome-phone-manager/trunk/PKGBUILD)
  gnome-phone-manager/repos/community-x86_64/gnome-phone-manager-0.68-eds.patch
(from rev 95474, 
gnome-phone-manager/trunk/gnome-phone-manager-0.68-eds.patch)
  gnome-phone-manager/repos/community-x86_64/gnome-phone-manager.install
(from rev 95474, gnome-phone-manager/trunk/gnome-phone-manager.install)
Deleted:
  gnome-phone-manager/repos/community-i686/PKGBUILD
  gnome-phone-manager/repos/community-i686/gnome-phone-manager-0.68-eds.patch
  gnome-phone-manager/repos/community-i686/gnome-phone-manager.install
  gnome-phone-manager/repos/community-x86_64/PKGBUILD
  gnome-phone-manager/repos/community-x86_64/gnome-phone-manager-0.68-eds.patch
  gnome-phone-manager/repos/community-x86_64/gnome-phone-manager.install

-+
 /PKGBUILD   |   70 +
 /gnome-phone-manager-0.68-eds.patch |  940 ++
 /gnome-phone-manager.install|   34 
 community-i686/PKGBUILD |   35 
 community-i686/gnome-phone-manager-0.68-eds.patch   |  470 -
 community-i686/gnome-phone-manager.install  |   17 
 community-x86_64/PKGBUILD   |   35 
 community-x86_64/gnome-phone-manager-0.68-eds.patch |  470 -
 community-x86_64/gnome-phone-manager.install|   17 
 9 files changed, 1044 insertions(+), 1044 deletions(-)

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


[arch-commits] Commit in gnome-phone-manager/trunk (PKGBUILD)

2013-08-12 Thread Balló György
Date: Monday, August 12, 2013 @ 22:32:55
  Author: bgyorgy
Revision: 95474

upgpkg: gnome-phone-manager 0.69-2

* General cleanup
* Enable telepathy SMS plugin

Modified:
  gnome-phone-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 20:28:13 UTC (rev 95473)
+++ PKGBUILD2013-08-12 20:32:55 UTC (rev 95474)
@@ -1,16 +1,17 @@
 # $Id$
-# Maintainer: Roman Kyrylych 
+# Maintainer: Balló György 
+# Contributor: Roman Kyrylych 
 
 pkgname=gnome-phone-manager
 pkgver=0.69
-pkgrel=1
-pkgdesc="Control your mobile phone from your GNOME desktop."
+pkgrel=2
+pkgdesc="Control your mobile phone from your GNOME desktop"
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/PhoneManager";
 license=('GPL')
-depends=('evolution-data-server' 'gnokii' 'gnome-bluetooth' 'gnome-icon-theme' 
'libcanberra' 'gconf')
+depends=('evolution-data-server' 'gconf' 'gnokii' 'gnome-bluetooth' 
'libcanberra' 'telepathy-glib')
 makedepends=('intltool')
-options=('!emptydirs' '!libtool')
+options=('!libtool')
 install=gnome-phone-manager.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
 gnome-phone-manager-0.68-eds.patch)
@@ -18,18 +19,17 @@
 '232a72108836ddd46d329993d166c38550e2923f161b4dc814d75af4ed5ccc79')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
   patch -p1 -i ../gnome-phone-manager-0.68-eds.patch
-  ./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --disable-static
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+  cd "${srcdir}/$pkgname-$pkgver"
 
-  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnome-phone-manager "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+  make DESTDIR="$pkgdir" install
 }



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

2013-08-12 Thread Balló György
Date: Monday, August 12, 2013 @ 22:27:17
  Author: bgyorgy
Revision: 95469

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

Added:
  gnokii/repos/community-i686/PKGBUILD
(from rev 95468, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-i686/gnokii-config.patch
(from rev 95468, gnokii/trunk/gnokii-config.patch)
  gnokii/repos/community-i686/gnokii-lock.patch
(from rev 95468, gnokii/trunk/gnokii-lock.patch)
  gnokii/repos/community-i686/gnokii.install
(from rev 95468, gnokii/trunk/gnokii.install)
  gnokii/repos/community-x86_64/PKGBUILD
(from rev 95468, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-x86_64/gnokii-config.patch
(from rev 95468, gnokii/trunk/gnokii-config.patch)
  gnokii/repos/community-x86_64/gnokii-lock.patch
(from rev 95468, gnokii/trunk/gnokii-lock.patch)
  gnokii/repos/community-x86_64/gnokii.install
(from rev 95468, gnokii/trunk/gnokii.install)
Deleted:
  gnokii/repos/community-i686/PKGBUILD
  gnokii/repos/community-i686/gnokii.patch
  gnokii/repos/community-x86_64/PKGBUILD
  gnokii/repos/community-x86_64/gnokii.patch

--+
 /PKGBUILD|  120 +
 community-i686/PKGBUILD  |   47 
 community-i686/gnokii-config.patch   |   12 +++
 community-i686/gnokii-lock.patch |   15 
 community-i686/gnokii.install|3 
 community-i686/gnokii.patch  |   12 ---
 community-x86_64/PKGBUILD|   47 
 community-x86_64/gnokii-config.patch |   12 +++
 community-x86_64/gnokii-lock.patch   |   15 
 community-x86_64/gnokii.install  |3 
 community-x86_64/gnokii.patch|   12 ---
 11 files changed, 180 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-12 20:27:08 UTC (rev 95468)
+++ community-i686/PKGBUILD 2013-08-12 20:27:17 UTC (rev 95469)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-# Contributor: Aurelien Foret 
-
-pkgname=gnokii
-pkgver=0.6.31
-pkgrel=5
-pkgdesc="Tools and user space driver for use with mobile phones"
-arch=('i686' 'x86_64')
-url="http://www.gnokii.org/";
-license=('GPL')
-depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite')
-makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool' 'mariadb')
-optdepends=('gtk2: xgnokii GUI'
-'libmariadbclient: smsd mysql backend'
-'postgresql-libs: smsd postgresql backend')
-backup=('etc/gnokiirc')
-options=('!libtool' '!makeflags')
-source=("http://www.gnokii.org/download/$pkgname/$pkgname-${pkgver}.tar.bz2";
-'gnokii.patch')
-md5sums=('d9627f4a1152d3ea7806df4532850d5f'
- 'fd1c448114c2e0de8e05981030f0e69f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # FS#13249
-  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
-
-  patch -Np1 -i "${srcdir}/gnokii.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---enable-security \
---disable-unix98test
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 Docs/sample/gnokiirc "${pkgdir}/etc/gnokiirc"
-}

Copied: gnokii/repos/community-i686/PKGBUILD (from rev 95468, 
gnokii/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-12 20:27:17 UTC (rev 95469)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+# Contributor: Aurelien Foret 
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=6
+pkgdesc="Tools and user space driver for use with mobile phones"
+arch=('i686' 'x86_64')
+url="http://www.gnokii.org/";
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool')
+optdepends=('dialog: sendsms tool'
+'gtk2: xgnokii GUI'
+'libmariadbclient: smsd mysql backend'
+'postgresql-libs: smsd postgresql backend')
+backup=('etc/gnokiirc')
+options=('!libtool')
+install=$pkgname.install
+source=("http://www.gnokii.org/download/$pkgname/$pkgname-$pkgver.tar.bz2";
+'gnokii-config.patch'
+'gnokii-lock.patch')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'b2961b52ac1f770c4704ccc50b64fde2'
+ '17b629db85a6bb2b98ca59941aa95295')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Set bindir location
+  patch -Np1 -i "$srcdir/gnokii-config.patch"
+
+  # Set lock path
+  patch -Np1 -i "$srcdir/gnokii-lock.patch"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
+  --disable-static --enable-security
+  make
+  pushd xgnokii
+  make
+  popd
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ma

[arch-commits] Commit in gnokii/trunk (5 files)

2013-08-12 Thread Balló György
Date: Monday, August 12, 2013 @ 22:27:08
  Author: bgyorgy
Revision: 95468

upgpkg: gnokii 0.6.31-6

* General cleanup
* Fix building xgnokii
* Fix device locking
* Make sendsms executable
* Add dialog to optdepends (required for sendsms tool)
* Notifiy the user about required group permissions

Added:
  gnokii/trunk/gnokii-config.patch
  gnokii/trunk/gnokii-lock.patch
  gnokii/trunk/gnokii.install
Modified:
  gnokii/trunk/PKGBUILD
Deleted:
  gnokii/trunk/gnokii.patch

-+
 PKGBUILD|   53 +++---
 gnokii-config.patch |   12 +++
 gnokii-lock.patch   |   15 ++
 gnokii.install  |3 ++
 gnokii.patch|   12 ---
 5 files changed, 63 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 19:57:14 UTC (rev 95467)
+++ PKGBUILD2013-08-12 20:27:08 UTC (rev 95468)
@@ -1,47 +1,60 @@
 # $Id$
-# Maintainer:
+# Maintainer: Balló György 
 # Contributor: Andrea Scarpino 
 # Contributor: Roman Kyrylych 
 # Contributor: Aurelien Foret 
 
 pkgname=gnokii
 pkgver=0.6.31
-pkgrel=5
+pkgrel=6
 pkgdesc="Tools and user space driver for use with mobile phones"
 arch=('i686' 'x86_64')
 url="http://www.gnokii.org/";
 license=('GPL')
 depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite')
-makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool' 'mariadb')
-optdepends=('gtk2: xgnokii GUI'
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool')
+optdepends=('dialog: sendsms tool'
+'gtk2: xgnokii GUI'
 'libmariadbclient: smsd mysql backend'
 'postgresql-libs: smsd postgresql backend')
 backup=('etc/gnokiirc')
-options=('!libtool' '!makeflags')
-source=("http://www.gnokii.org/download/$pkgname/$pkgname-${pkgver}.tar.bz2";
-'gnokii.patch')
+options=('!libtool')
+install=$pkgname.install
+source=("http://www.gnokii.org/download/$pkgname/$pkgname-$pkgver.tar.bz2";
+'gnokii-config.patch'
+'gnokii-lock.patch')
 md5sums=('d9627f4a1152d3ea7806df4532850d5f'
- 'fd1c448114c2e0de8e05981030f0e69f')
+ 'b2961b52ac1f770c4704ccc50b64fde2'
+ '17b629db85a6bb2b98ca59941aa95295')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
-  # FS#13249
-  sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
+  # Set bindir location
+  patch -Np1 -i "$srcdir/gnokii-config.patch"
 
-  patch -Np1 -i "${srcdir}/gnokii.patch"
+  # Set lock path
+  patch -Np1 -i "$srcdir/gnokii-lock.patch"
 
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---enable-security \
---disable-unix98test
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
+  --disable-static --enable-security
   make
+  pushd xgnokii
+  make
+  popd
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
 
-  install -Dm644 Docs/sample/gnokiirc "${pkgdir}/etc/gnokiirc"
+  make DESTDIR="$pkgdir" install
+  pushd xgnokii
+  make DESTDIR="$pkgdir" install
+  popd
+
+  # Install inital config file
+  install -Dm644 Docs/sample/gnokiirc "$pkgdir/etc/gnokiirc"
+
+  # Fix file permission
+  chmod 755 "$pkgdir/usr/bin/sendsms"
 }

Added: gnokii-config.patch
===
--- gnokii-config.patch (rev 0)
+++ gnokii-config.patch 2013-08-12 20:27:08 UTC (rev 95468)
@@ -0,0 +1,12 @@
+diff -Nura gnokii-0.6.31.orig/Docs/sample/gnokiirc 
gnokii-0.6.31/Docs/sample/gnokiirc
+--- gnokii-0.6.31.orig/Docs/sample/gnokiirc2011-12-02 15:53:04.0 
+0100
 gnokii-0.6.31/Docs/sample/gnokiirc 2012-02-18 12:49:26.957557504 +0100
+@@ -238,7 +238,7 @@
+ # In particular ensure that mgnokiidev is in this location, with
+ # permissions 4750, owned by root, group gnokii.  Ensure you
+ # are in the gnokii group and that the group exists...
+-bindir = /usr/local/sbin/
++bindir = /usr/bin/
+ 
+ # Any entries in the following two sections will be set as environment
+ # variables when running the scripts.

Added: gnokii-lock.patch
===
--- gnokii-lock.patch   (rev 0)
+++ gnokii-lock.patch   2013-08-12 20:27:08 UTC (rev 95468)
@@ -0,0 +1,15 @@
+diff -Naur gnokii-0.6.31.orig/common/misc.c gnokii-0.6.31/common/misc.c
+--- gnokii-0.6.31.orig/common/misc.c   2011-12-02 15:53:04.0 +0100
 gnokii-0.6.31/common/misc.c2013-08-12 18:38:41.021668458 +0200
+@@ -448,9 +448,9 @@
+ 
+ #define BUFFER_MAX_LENGTH 128
+ #if defined (__svr4__)
+-#  define lock_path "/var/run/LCK.."
++#  define lock_path "/var/run/lockdev/LCK.."
+ #else
+-#  define lock_path "/var/lock/LCK.."
++#  define lock_path "/var/lock/lockdev/LCK.."
+ #endif
+ 
+ /* Lock the device. Return allocated string with a lock name */

Added: gnokii.inst

[arch-commits] Commit in lvm2/repos (24 files)

2013-08-12 Thread Eric Bélanger
Date: Monday, August 12, 2013 @ 22:15:49
  Author: eric
Revision: 192472

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

Added:
  lvm2/repos/testing-i686/
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 192471, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 192471, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/dmeventd.service
(from rev 192471, lvm2/trunk/dmeventd.service)
  lvm2/repos/testing-i686/dmeventd.socket
(from rev 192471, lvm2/trunk/dmeventd.socket)
  lvm2/repos/testing-i686/lvm-monitoring.service
(from rev 192471, lvm2/trunk/lvm-monitoring.service)
  lvm2/repos/testing-i686/lvm2.conf
(from rev 192471, lvm2/trunk/lvm2.conf)
  lvm2/repos/testing-i686/lvm2.install
(from rev 192471, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 192471, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 192471, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/lvmetad.service
(from rev 192471, lvm2/trunk/lvmetad.service)
  lvm2/repos/testing-i686/lvmetad.socket
(from rev 192471, lvm2/trunk/lvmetad.socket)
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 192471, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 192471, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/dmeventd.service
(from rev 192471, lvm2/trunk/dmeventd.service)
  lvm2/repos/testing-x86_64/dmeventd.socket
(from rev 192471, lvm2/trunk/dmeventd.socket)
  lvm2/repos/testing-x86_64/lvm-monitoring.service
(from rev 192471, lvm2/trunk/lvm-monitoring.service)
  lvm2/repos/testing-x86_64/lvm2.conf
(from rev 192471, lvm2/trunk/lvm2.conf)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 192471, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 192471, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 192471, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/lvmetad.service
(from rev 192471, lvm2/trunk/lvmetad.service)
  lvm2/repos/testing-x86_64/lvmetad.socket
(from rev 192471, lvm2/trunk/lvmetad.socket)

---+
 testing-i686/11-dm-initramfs.rules|3 +
 testing-i686/PKGBUILD |   95 
 testing-i686/dmeventd.service |   14 
 testing-i686/dmeventd.socket  |   11 +++
 testing-i686/lvm-monitoring.service   |   18 ++
 testing-i686/lvm2.conf|2 
 testing-i686/lvm2.install |   16 +
 testing-i686/lvm2_hook|   12 
 testing-i686/lvm2_install |   29 +
 testing-i686/lvmetad.service  |   16 +
 testing-i686/lvmetad.socket   |   10 +++
 testing-x86_64/11-dm-initramfs.rules  |3 +
 testing-x86_64/PKGBUILD   |   95 
 testing-x86_64/dmeventd.service   |   14 
 testing-x86_64/dmeventd.socket|   11 +++
 testing-x86_64/lvm-monitoring.service |   18 ++
 testing-x86_64/lvm2.conf  |2 
 testing-x86_64/lvm2.install   |   16 +
 testing-x86_64/lvm2_hook  |   12 
 testing-x86_64/lvm2_install   |   29 +
 testing-x86_64/lvmetad.service|   16 +
 testing-x86_64/lvmetad.socket |   10 +++
 22 files changed, 452 insertions(+)

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 192471, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2013-08-12 20:15:49 UTC (rev 192472)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 

+SUBSYSTEM=="block", KERNEL=="dm-[0-9]*", ACTION=="add|change", 
OPTIONS="db_persist"

Copied: lvm2/repos/testing-i686/PKGBUILD (from rev 192471, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-12 20:15:49 UTC (rev 192472)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Thomas Bächler 
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.99
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://sourceware.org/lvm2/";
+license=('GPL2' 'LGPL2.1')
+makedepends=('systemd')
+groups=('base')
+source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
+lvm2_install
+lvm2_hook
+11-dm-initramfs.rules
+lvm2.conf
+dmeventd.service
+dmeventd.socket
+lvm-monitoring.service
+lvmetad.service
+lvmetad.socket)
+sha1sums=('90a1f3cc3fb9d1c47cc94a9cf58dddacecc26e57'
+  'SKIP'
+

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

2013-08-12 Thread Eric Bélanger
Date: Monday, August 12, 2013 @ 22:14:27
  Author: eric
Revision: 192471

upgpkg: lvm2 2.02.99-1

Upstream update, Add prepare function

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 19:38:21 UTC (rev 192470)
+++ PKGBUILD2013-08-12 20:14:27 UTC (rev 192471)
@@ -4,8 +4,8 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.98
-pkgrel=4
+pkgver=2.02.99
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://sourceware.org/lvm2/";
 license=('GPL2' 'LGPL2.1')
@@ -21,7 +21,7 @@
 lvm-monitoring.service
 lvmetad.service
 lvmetad.socket)
-sha1sums=('077425115b164c335a9930df745943e9ea666a8a'
+sha1sums=('90a1f3cc3fb9d1c47cc94a9cf58dddacecc26e57'
   'SKIP'
   '76e83966d1bc84f9a1e30bcaff84b8b8fefbca0f'
   'ff0fdf0a3005a41acd4b36865056109effc3474b'
@@ -33,8 +33,14 @@
   'f857a4a63fcc604a981e56875edda91767d4f1bf'
   'fcfc265e3b10294cc4b10949a342e9db4310b186')
 
+prepare() {
+  cd LVM2.${pkgver}
+  # enable lvmetad
+  sed -i 's|use_lvmetad = 0|use_lvmetad = 1|' conf/example.conf.in
+}
+
 build() {
-  cd "${srcdir}/LVM2.${pkgver}"
+  cd LVM2.${pkgver}
   unset LDFLAGS
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
@@ -51,7 +57,7 @@
   url="http://sourceware.org/dm/";
   depends=('glibc' 'systemd')
 
-  cd "${srcdir}/LVM2.${pkgver}"
+  cd LVM2.${pkgver}
   make DESTDIR="${pkgdir}" install_device-mapper
   # extra udev rule for device-mapper in initramfs
   install -D -m644 "${srcdir}/11-dm-initramfs.rules" 
"${pkgdir}/usr/lib/initcpio/udev/11-dm-initramfs.rules"
@@ -70,7 +76,7 @@
   options=('!makeflags')
   install=lvm2.install
 
-  cd "${srcdir}/LVM2.${pkgver}"
+  cd LVM2.${pkgver}
   make DESTDIR="${pkgdir}" install_lvm2
   # install applib
   make -C liblvm DESTDIR="${pkgdir}" install
@@ -86,6 +92,4 @@
   install -D -m644 "${srcdir}/lvmetad.socket" 
"${pkgdir}/usr/lib/systemd/system/lvmetad.socket"
   install -d -m755 "${pkgdir}/usr/lib/systemd/system/sockets.target.wants"
   ln -sf /usr/lib/systemd/system/lvmetad.socket 
"${pkgdir}/usr/lib/systemd/system/sockets.target.wants/lvmetad.socket"
-  # enable lvmetad
-  sed 's|use_lvmetad = 0|use_lvmetad = 1|' -i "${pkgdir}/etc/lvm/lvm.conf"
 }



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

2013-08-12 Thread Bartłomiej Piotrowski
Date: Monday, August 12, 2013 @ 21:57:14
  Author: bpiotrowski
Revision: 95467

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

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

--+
 /PKGBUILD|   66 +
 /pcmanfm.install |   22 
 community-i686/PKGBUILD  |   33 --
 community-i686/pcmanfm.install   |   11 --
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/pcmanfm.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-12 19:56:58 UTC (rev 95466)
+++ community-i686/PKGBUILD 2013-08-12 19:57:14 UTC (rev 95467)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=pcmanfm
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="An extremely fast and lightweight file manager"
-arch=('i686' 'x86_64')
-url="http://pcmanfm.sourceforge.net/";
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
-makedepends=('intltool' 'pkgconfig')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz)
-md5sums=('853ef5e3eba6bf36e15985bfe3170456')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --sysconfdir=/etc --prefix=/usr 
-  make LDFLAGS+=' -lm'
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install 
-
-  sed -e 's|x-directory/normal|inode/directory|' -i 
$pkgdir/usr/share/applications/pcmanfm.desktop
-}

Copied: pcmanfm/repos/community-i686/PKGBUILD (from rev 95466, 
pcmanfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-12 19:57:14 UTC (rev 95467)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=pcmanfm
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="An extremely fast and lightweight file manager"
+arch=('i686' 'x86_64')
+url="http://pcmanfm.sourceforge.net/";
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
+makedepends=('intltool' 'pkgconfig')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz)
+md5sums=('41104699e653ff2b0a9a9e80a257d6a2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --sysconfdir=/etc --prefix=/usr 
+  make LDFLAGS+=' -lm'
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install 
+
+  sed -e 's|x-directory/normal|inode/directory|' -i 
$pkgdir/usr/share/applications/pcmanfm.desktop
+}

Deleted: community-i686/pcmanfm.install
===
--- community-i686/pcmanfm.install  2013-08-12 19:56:58 UTC (rev 95466)
+++ community-i686/pcmanfm.install  2013-08-12 19:57:14 UTC (rev 95467)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-update-desktop-database -q
-}
-
-post_remove() {
-update-desktop-database -q
-}

Copied: pcmanfm/repos/community-i686/pcmanfm.install (from rev 95466, 
pcmanfm/trunk/pcmanfm.install)
===
--- community-i686/pcmanfm.install  (rev 0)
+++ community-i686/pcmanfm.install  2013-08-12 19:57:14 UTC (rev 95467)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+update-desktop-database -q
+}
+
+post_remove() {
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-12 19:56:58 UTC (rev 95466)
+++ community-x86_64/PKGBUILD   2013-08-12 19:57:14 UTC (rev 95467)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=pcmanfm
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="An extremely fast and lightweight file manager"
-arch=('i686' 'x86_64')
-url="http://pcmanfm.sourceforge.

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

2013-08-12 Thread Bartłomiej Piotrowski
Date: Monday, August 12, 2013 @ 21:56:58
  Author: bpiotrowski
Revision: 95466

upgpkg: pcmanfm 1.1.2-1

- new upstream release

Modified:
  pcmanfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 19:44:52 UTC (rev 95465)
+++ PKGBUILD2013-08-12 19:56:58 UTC (rev 95466)
@@ -5,7 +5,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=pcmanfm
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="An extremely fast and lightweight file manager"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('intltool' 'pkgconfig')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz)
-md5sums=('853ef5e3eba6bf36e15985bfe3170456')
+md5sums=('41104699e653ff2b0a9a9e80a257d6a2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-08-12 Thread Bartłomiej Piotrowski
Date: Monday, August 12, 2013 @ 21:44:52
  Author: bpiotrowski
Revision: 95465

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

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

+
 /PKGBUILD  |   74 +++
 /libfm.install |   30 +++
 community-i686/PKGBUILD|   37 ---
 community-i686/libfm.install   |   15 ---
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/libfm.install |   15 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-12 19:44:33 UTC (rev 95464)
+++ community-i686/PKGBUILD 2013-08-12 19:44:52 UTC (rev 95465)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Unknown47 
-# Contributor: Angel Velasquez 
-# Contributor: Juergen Hoetzel 
-
-pkgname=libfm
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-groups=('lxde')
-options=('!libtool')
-install=libfm.install
-depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
-source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('90ba664616b06835db7ebc949388d03b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-udisks \
---with-gnu-ld 
-  make LDFLAGS+=' -lgobject-2.0 -lglib-2.0'
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Temporary fix to FS#32361
-  rm "$pkgdir"/usr/include/libfm
-  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm 
-}

Copied: libfm/repos/community-i686/PKGBUILD (from rev 95464, 
libfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-12 19:44:52 UTC (rev 95465)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Unknown47 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=libfm
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='Library for file management'
+url='http://pcmanfm.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+groups=('lxde')
+options=('!libtool')
+install=libfm.install
+depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
+md5sums=('c09072e26b9688a7d171843c0da9b33f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-udisks \
+--with-gnu-ld 
+  make LDFLAGS+=' -lgobject-2.0 -lglib-2.0'
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Temporary fix to FS#32361
+  rm "$pkgdir"/usr/include/libfm
+  mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm 
+}

Deleted: community-i686/libfm.install
===
--- community-i686/libfm.install2013-08-12 19:44:33 UTC (rev 95464)
+++ community-i686/libfm.install2013-08-12 19:44:52 UTC (rev 95465)
@@ -1,15 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime > /dev/null
-  update-desktop-database -q
-  #[ -d /usr/lib/gio/modules ] && gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-

Copied: libfm/repos/community-i686/libfm.install (from rev 95464, 
libfm/trunk/libfm.install)
===
--- community-i686/libfm.install(rev 0)
+++ community-i686/libfm.install2013-08-12 19:44:52 UTC (rev 95465)
@@ -0,0 +1,15 @@
+post_install() {
+  update-mime-database /usr/share/mime > /dev/null
+  update-desktop-database -q
+  #[ -d /usr/lib/gio/modules ] && gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-12 19:44:33 UTC (rev 95464)
+++ community-x86_64/PKGBUILD   2013-08-12 19:44:52 UTC (rev 95465)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski

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

2013-08-12 Thread Bartłomiej Piotrowski
Date: Monday, August 12, 2013 @ 21:44:33
  Author: bpiotrowski
Revision: 95464

upgpkg: libfm 1.1.2-1

- new upstream release

Modified:
  libfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 16:41:26 UTC (rev 95463)
+++ PKGBUILD2013-08-12 19:44:33 UTC (rev 95464)
@@ -5,7 +5,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=libfm
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc='Library for file management'
 url='http://pcmanfm.sourceforge.net/'
@@ -16,7 +16,7 @@
 install=libfm.install
 depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
 source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('90ba664616b06835db7ebc949388d03b')
+md5sums=('c09072e26b9688a7d171843c0da9b33f')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in deluge/repos/extra-any (8 files)

2013-08-12 Thread Jan Steffens
Date: Monday, August 12, 2013 @ 21:38:21
  Author: heftig
Revision: 192470

archrelease: copy trunk to extra-any

Added:
  deluge/repos/extra-any/PKGBUILD
(from rev 192469, deluge/trunk/PKGBUILD)
  deluge/repos/extra-any/deluge-web.service
(from rev 192469, deluge/trunk/deluge-web.service)
  deluge/repos/extra-any/deluge.install
(from rev 192469, deluge/trunk/deluge.install)
  deluge/repos/extra-any/deluged.service
(from rev 192469, deluge/trunk/deluged.service)
Deleted:
  deluge/repos/extra-any/PKGBUILD
  deluge/repos/extra-any/deluge-web.service
  deluge/repos/extra-any/deluge.install
  deluge/repos/extra-any/deluged.service

+
 PKGBUILD   |   94 +--
 deluge-web.service |   20 +-
 deluge.install |   52 ++--
 deluged.service|   21 +--
 4 files changed, 94 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-12 19:37:17 UTC (rev 192469)
+++ PKGBUILD2013-08-12 19:38:21 UTC (rev 192470)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=deluge
-pkgver=1.3.6
-pkgrel=1
-pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
-arch=('any')
-url="http://deluge-torrent.org/";
-license=('GPL3')
-depends=(python2-xdg libtorrent-rasterbar twisted python2-pyopenssl
- xdg-utils python2-chardet desktop-file-utils hicolor-icon-theme
- python2-distribute)
-makedepends=(intltool pygtk librsvg python2-mako)
-optdepends=('python2-notify: libnotify notifications'
-'pygtk: needed for gtk ui'
-'librsvg: needed for gtk ui'
-'python2-mako: needed for web ui')
-install=deluge.install
-source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
-deluged.service deluge-web.service)
-md5sums=('956e70928437223d22b4a782134fa8c3'
- 'b55cb839a37e8315da4a0f6c99a75fd3'
- '2a73f62c04e8b147c731fbb50666e846')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 deluge/data/pixmaps/deluge.svg 
"$pkgdir/usr/share/pixmaps/deluge.svg"
-
-  sed -i '1s/python$/&2/' \
-"$pkgdir/usr/lib/python2.7/site-packages/deluge/ui/Win32IconImagePlugin.py"
-
-  cd ..
-  install -Dm644 deluged.service 
"$pkgdir/usr/lib/systemd/system/deluged.service"
-  install -Dm644 deluge-web.service 
"$pkgdir/usr/lib/systemd/system/deluge-web.service"
- 
-  install -d "$pkgdir/srv"
-  install -d -m 775 -o 125 -g 125 "$pkgdir/srv/deluge"
-}

Copied: deluge/repos/extra-any/PKGBUILD (from rev 192469, deluge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-12 19:38:21 UTC (rev 192470)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=deluge
+pkgver=1.3.6
+pkgrel=2
+_commit=06ee112
+pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
+arch=('any')
+url="http://deluge-torrent.org/";
+license=('GPL3')
+depends=(python2-xdg libtorrent-rasterbar twisted python2-pyopenssl
+ xdg-utils python2-chardet desktop-file-utils hicolor-icon-theme
+ python2-distribute)
+makedepends=(intltool pygtk librsvg python2-mako)
+optdepends=('python2-notify: libnotify notifications'
+'pygtk: needed for gtk ui'
+'librsvg: needed for gtk ui'
+'python2-mako: needed for web ui')
+install=deluge.install
+source=(http://git.deluge-torrent.org/deluge/snapshot/$pkgname-$_commit.tar.bz2
+deluged.service deluge-web.service)
+md5sums=('c7bd73523b1f6cb6b45d07114985f311'
+ '17f51ac9a90f0dc41a20291444a7489b'
+ '2a73f62c04e8b147c731fbb50666e846')
+
+build() {
+  cd $pkgname-$_commit
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$_commit
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  sed -i '1s/python$/&2/' \
+"$pkgdir/usr/lib/python2.7/site-packages/deluge/ui/Win32IconImagePlugin.py"
+
+  cd ..
+  install -Dm644 deluged.service 
"$pkgdir/usr/lib/systemd/system/deluged.service"
+  install -Dm644 deluge-web.service 
"$pkgdir/usr/lib/systemd/system/deluge-web.service"
+ 
+  install -d "$pkgdir/srv"
+  install -d -m 775 -o 125 -g 125 "$pkgdir/srv/deluge"
+}

Deleted: deluge-web.service
===
--- deluge-web.service  2013-08-12 19:37:17 UTC (rev 192469)
+++ deluge-web.service  2013-08-12 19:38:21 UTC (rev 192470)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Deluge WebUI
-After=deluged.service
-
-[Service]
-User=deluge
-ExecStart=/usr/bin/deluge

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

2013-08-12 Thread Jan Steffens
Date: Monday, August 12, 2013 @ 21:37:17
  Author: heftig
Revision: 192469

Update to stable snapshot

Modified:
  deluge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 19:24:44 UTC (rev 192468)
+++ PKGBUILD2013-08-12 19:37:17 UTC (rev 192469)
@@ -5,7 +5,8 @@
 
 pkgname=deluge
 pkgver=1.3.6
-pkgrel=1
+pkgrel=2
+_commit=06ee112
 pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
 arch=('any')
 url="http://deluge-torrent.org/";
@@ -19,22 +20,20 @@
 'librsvg: needed for gtk ui'
 'python2-mako: needed for web ui')
 install=deluge.install
-source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.lzma
+source=(http://git.deluge-torrent.org/deluge/snapshot/$pkgname-$_commit.tar.bz2
 deluged.service deluge-web.service)
-md5sums=('956e70928437223d22b4a782134fa8c3'
+md5sums=('c7bd73523b1f6cb6b45d07114985f311'
  '17f51ac9a90f0dc41a20291444a7489b'
  '2a73f62c04e8b147c731fbb50666e846')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$_commit
   python2 setup.py build
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$_commit
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 deluge/data/pixmaps/deluge.svg 
"$pkgdir/usr/share/pixmaps/deluge.svg"
-  mv "$pkgdir/usr/share/icons/scalable" "$pkgdir/usr/share/icons/hicolor/"
 
   sed -i '1s/python$/&2/' \
 "$pkgdir/usr/lib/python2.7/site-packages/deluge/ui/Win32IconImagePlugin.py"



[arch-commits] Commit in sdl2_net/repos (community-i686 community-x86_64)

2013-08-12 Thread Florian Pritz
Date: Monday, August 12, 2013 @ 21:24:44
  Author: bluewind
Revision: 192468

extra pkg. remove community

Deleted:
  sdl2_net/repos/community-i686/
  sdl2_net/repos/community-x86_64/



[arch-commits] Commit in perl-perl4-corelibs/repos/extra-any (PKGBUILD PKGBUILD)

2013-08-12 Thread Eric Bélanger
Date: Monday, August 12, 2013 @ 20:13:52
  Author: eric
Revision: 192467

archrelease: copy trunk to extra-any

Added:
  perl-perl4-corelibs/repos/extra-any/PKGBUILD
(from rev 192466, perl-perl4-corelibs/trunk/PKGBUILD)
Deleted:
  perl-perl4-corelibs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-12 18:13:13 UTC (rev 192466)
+++ PKGBUILD2013-08-12 18:13:52 UTC (rev 192467)
@@ -1,48 +0,0 @@
-# Maintainer: Justin Davis (juster) 
-# $Id$
-
-pkgname=perl-perl4-corelibs
-pkgver=0.003
-pkgrel=1
-pkgdesc='libraries historically supplied with Perl 4'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.006')
-url=https://metacpan.org/release/Perl4-CoreLibs
-source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Perl4-CoreLibs-$pkgver.tar.gz";)
-md5sums=(f74747c234470a087871f564a5f5db15)
-sha512sums=(213d5539ed79b73ab9613ac6ce384f04726df27379f4727a710d48fed2abbc88364ce90ec5819a8b6133ea66f223c68bd0b988ba2fdebcb9efdeee07ec5f4d17)
-_dir="$srcdir/Perl4-CoreLibs-$pkgver"
-
-build()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  /usr/bin/perl Build.PL
-  ./Build
-)
-
-check()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  ./Build test
-)
-
-package()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  ./Build install installdirs=vendor destdir="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-perl4-corelibs/repos/extra-any/PKGBUILD (from rev 192466, 
perl-perl4-corelibs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-12 18:13:52 UTC (rev 192467)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-perl4-corelibs
+pkgver=0.003
+pkgrel=2
+pkgdesc="Libraries historically supplied with Perl 4"
+arch=('any')
+url="https://metacpan.org/release/Perl4-CoreLibs";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Perl4-CoreLibs-$pkgver.tar.gz";)
+sha1sums=('ad4c5a9fa8da4f461dc774e5c53136a55413ef2f')
+
+build() {
+  cd Perl4-CoreLibs-$pkgver
+  perl Build.PL
+  ./Build
+}
+
+check() {
+  cd Perl4-CoreLibs-$pkgver
+  ./Build test
+}
+
+package() {
+  cd Perl4-CoreLibs-$pkgver
+  ./Build install installdirs=vendor destdir="$pkgdir"
+}



[arch-commits] Commit in perl-perl4-corelibs/trunk (PKGBUILD)

2013-08-12 Thread Eric Bélanger
Date: Monday, August 12, 2013 @ 20:13:13
  Author: eric
Revision: 192466

upgpkg: perl-perl4-corelibs 0.003-2

Clean up PKGBUILD (close FS#36500)

Modified:
  perl-perl4-corelibs/trunk/PKGBUILD

--+
 PKGBUILD |   56 +++-
 1 file changed, 19 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 16:37:31 UTC (rev 192465)
+++ PKGBUILD2013-08-12 18:13:13 UTC (rev 192466)
@@ -1,48 +1,30 @@
-# Maintainer: Justin Davis (juster) 
 # $Id$
+# Maintainer: 
 
 pkgname=perl-perl4-corelibs
 pkgver=0.003
-pkgrel=1
-pkgdesc='libraries historically supplied with Perl 4'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.006')
-url=https://metacpan.org/release/Perl4-CoreLibs
+pkgrel=2
+pkgdesc="Libraries historically supplied with Perl 4"
+arch=('any')
+url="https://metacpan.org/release/Perl4-CoreLibs";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Perl4-CoreLibs-$pkgver.tar.gz";)
-md5sums=(f74747c234470a087871f564a5f5db15)
-sha512sums=(213d5539ed79b73ab9613ac6ce384f04726df27379f4727a710d48fed2abbc88364ce90ec5819a8b6133ea66f223c68bd0b988ba2fdebcb9efdeee07ec5f4d17)
-_dir="$srcdir/Perl4-CoreLibs-$pkgver"
+sha1sums=('ad4c5a9fa8da4f461dc774e5c53136a55413ef2f')
 
-build()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
-  /usr/bin/perl Build.PL
+build() {
+  cd Perl4-CoreLibs-$pkgver
+  perl Build.PL
   ./Build
-)
+}
 
-check()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
+check() {
+  cd Perl4-CoreLibs-$pkgver
   ./Build test
-)
+}
 
-package()
-(
-  cd "$_dir"
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  unset PERL5LIB PERL_MB_OPT
+package() {
+  cd Perl4-CoreLibs-$pkgver
   ./Build install installdirs=vendor destdir="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
+}



[arch-commits] Commit in postgrey/repos/community-any (8 files)

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 18:41:26
  Author: spupykin
Revision: 95463

archrelease: copy trunk to community-any

Added:
  postgrey/repos/community-any/PKGBUILD
(from rev 95462, postgrey/trunk/PKGBUILD)
  postgrey/repos/community-any/postgrey.install
(from rev 95462, postgrey/trunk/postgrey.install)
  postgrey/repos/community-any/postgrey.service
(from rev 95462, postgrey/trunk/postgrey.service)
  postgrey/repos/community-any/postgrey.tmpfiles
(from rev 95462, postgrey/trunk/postgrey.tmpfiles)
Deleted:
  postgrey/repos/community-any/PKGBUILD
  postgrey/repos/community-any/postgrey.install
  postgrey/repos/community-any/postgrey.service
  postgrey/repos/community-any/postgrey.tmpfiles

---+
 PKGBUILD  |   81 +++-
 postgrey.install  |   50 
 postgrey.service  |   36 +++
 postgrey.tmpfiles |2 -
 4 files changed, 87 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-12 16:41:14 UTC (rev 95462)
+++ PKGBUILD2013-08-12 16:41:26 UTC (rev 95463)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sean Timothy Noonan 
-
-pkgname=postgrey
-pkgver=1.34
-pkgrel=15
-pkgdesc="a Postfix policy server implementing greylisting"
-arch=('any')
-url="http://postgrey.schweikert.ch/";
-options=(emptydirs)
-license=("GPL")
-depends=('perl-net-server' 'perl>=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex' 
'db>=4.1')
-optdepends=('postfix: the recommended MTA for use with postgrey'
-   'exim: an alternative MTA'
-   'perl-net-dns: for postgreyreport tool')
-backup=(etc/postfix/postgrey_whitelist_recipients
-   etc/postfix/postgrey_whitelist_clients)
-install=$pkgname.install
-source=($url/pub/$pkgname-$pkgver.tar.gz
-   postgrey.service
-   postgrey.tmpfiles)
-md5sums=('f736a7be1094593f1a66cd13f32b39ef'
- '67f2dbc9a180dc60594ec64c10e24bf6'
- '3236959f435c95db3a13f4c7dd235609')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  chown -R root:root .
-  mkdir -p $pkgdir/var/spool/postfix/postgrey
-  install -D -m 0755 postgrey $pkgdir/usr/bin/postgrey
-  install -D -m 0755 contrib/postgreyreport $pkgdir/usr/bin/postgreyreport
-  install -D -m 0644 postgrey_whitelist_recipients 
$pkgdir/etc/postfix/postgrey_whitelist_recipients
-  install -D -m 0644 postgrey_whitelist_clients 
$pkgdir/etc/postfix/postgrey_whitelist_clients
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: postgrey/repos/community-any/PKGBUILD (from rev 95462, 
postgrey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-12 16:41:26 UTC (rev 95463)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sean Timothy Noonan 
+
+pkgname=postgrey
+pkgver=1.34
+pkgrel=16
+pkgdesc="a Postfix policy server implementing greylisting"
+arch=('any')
+url="http://postgrey.schweikert.ch/";
+options=(emptydirs)
+license=("GPL")
+depends=('perl-net-server' 'perl>=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex' 
'db>=4.1')
+optdepends=('postfix: the recommended MTA for use with postgrey'
+   'exim: an alternative MTA'
+   'perl-net-dns: for postgreyreport tool')
+backup=(etc/postfix/postgrey_whitelist_recipients
+   etc/postfix/postgrey_whitelist_clients)
+install=$pkgname.install
+source=($url/pub/$pkgname-$pkgver.tar.gz
+   postgrey.service
+   postgrey.tmpfiles)
+md5sums=('f736a7be1094593f1a66cd13f32b39ef'
+ '67f2dbc9a180dc60594ec64c10e24bf6'
+ '3236959f435c95db3a13f4c7dd235609')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|perl -T|perl|' postgrey
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  chown -R root:root .
+  mkdir -p $pkgdir/var/spool/postfix/postgrey
+  install -D -m 0755 postgrey $pkgdir/usr/bin/postgrey
+  install -D -m 0755 contrib/postgreyreport $pkgdir/usr/bin/postgreyreport
+  install -D -m 0644 postgrey_whitelist_recipients 
$pkgdir/etc/postfix/postgrey_whitelist_recipients
+  install -D -m 0644 postgrey_whitelist_clients 
$pkgdir/etc/postfix/postgrey_whitelist_clients
+
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+}

Deleted: postgrey.install
===
--- postgrey.install2013-08-12 16:41:14 UTC (rev 95462)
+++ postgrey.install2013-08-12 16:41:26 UTC (rev 95463)
@@ -1,25 +0,0 @@
-post_install() {
-if [ -z "`grep '^postgrey::' /etc/group`" ]; then
-groupadd -g 314 postgrey >& /dev/null
-fi
-if [ -z "`grep '^postgrey:' /etc/pass

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

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 18:41:14
  Author: spupykin
Revision: 95462

upgpkg: postgrey 1.34-16

upd

Modified:
  postgrey/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 16:40:03 UTC (rev 95461)
+++ PKGBUILD2013-08-12 16:41:14 UTC (rev 95462)
@@ -4,7 +4,7 @@
 
 pkgname=postgrey
 pkgver=1.34
-pkgrel=15
+pkgrel=16
 pkgdesc="a Postfix policy server implementing greylisting"
 arch=('any')
 url="http://postgrey.schweikert.ch/";
@@ -24,6 +24,11 @@
  '67f2dbc9a180dc60594ec64c10e24bf6'
  '3236959f435c95db3a13f4c7dd235609')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|perl -T|perl|' postgrey
+}
+
 package() {
   cd $srcdir/$pkgname-$pkgver
   chown -R root:root .



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

2013-08-12 Thread Kyle Keen
Date: Monday, August 12, 2013 @ 18:40:03
  Author: kkeen
Revision: 95461

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

Added:
  rtl-sdr/repos/community-i686/PKGBUILD
(from rev 95460, rtl-sdr/trunk/PKGBUILD)
  rtl-sdr/repos/community-i686/rtl-sdr.install
(from rev 95460, rtl-sdr/trunk/rtl-sdr.install)
  rtl-sdr/repos/community-i686/rtlsdr.conf
(from rev 95460, rtl-sdr/trunk/rtlsdr.conf)
  rtl-sdr/repos/community-x86_64/PKGBUILD
(from rev 95460, rtl-sdr/trunk/PKGBUILD)
  rtl-sdr/repos/community-x86_64/rtl-sdr.install
(from rev 95460, rtl-sdr/trunk/rtl-sdr.install)
  rtl-sdr/repos/community-x86_64/rtlsdr.conf
(from rev 95460, rtl-sdr/trunk/rtlsdr.conf)
Deleted:
  rtl-sdr/repos/community-i686/PKGBUILD
  rtl-sdr/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   82 +
 community-i686/PKGBUILD  |   51 ---
 community-i686/rtl-sdr.install   |8 +++
 community-i686/rtlsdr.conf   |4 +
 community-x86_64/PKGBUILD|   51 ---
 community-x86_64/rtl-sdr.install |8 +++
 community-x86_64/rtlsdr.conf |4 +
 7 files changed, 106 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-12 16:36:26 UTC (rev 95460)
+++ community-i686/PKGBUILD 2013-08-12 16:40:03 UTC (rev 95461)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Michael Düll 
-
-pkgname=rtl-sdr
-pkgver=20130201
-_commit="ea4dbd242d268e50163acb8df1ac662485b43632"
-pkgrel=1
-pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR)."
-arch=('i686' 'x86_64')
-url="http://sdr.osmocom.org/trac/wiki/rtl-sdr";
-license=('GPL')
-depends=('libusb>=1.0')
-makedepends=('git' 'cmake')
-conflicts=('rtl-sdr-git')
-
-_gitroot="git://git.osmocom.org/rtl-sdr.git"
-_gitname="rtl-sdr"
-
-build() {
-  cd "$srcdir"
-  msg "Connecting to GIT server"
-
-  if [[ -d "$_gitname" ]]; then
-cd "$_gitname" && git pull origin
-msg "The local files are updated."
-  else
-git clone "$_gitroot" "$_gitname"
-  fi
-
-  msg "GIT checkout done or server timeout"
-  msg "Starting build..."
-
-  rm -rf "$srcdir/$_gitname-build"
-  git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
-  cd "$srcdir/$_gitname-build/"
-  git checkout "$_commit"
-
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../
-  make
-}
-
-package() {
-  cd "$srcdir/$_gitname-build/build/"
-  make DESTDIR="$pkgdir" install
-  install -D -m644 "$srcdir/$_gitname-build/rtl-sdr.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rtl-sdr/repos/community-i686/PKGBUILD (from rev 95460, 
rtl-sdr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-12 16:40:03 UTC (rev 95461)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Michael Düll 
+
+pkgname=rtl-sdr
+# they are just starting to play with tags
+# consider using tags for the pkgver in the future
+pkgver=20130604
+_pkgtag=v0.5.0
+pkgrel=1
+pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR)."
+arch=('i686' 'x86_64')
+url="http://sdr.osmocom.org/trac/wiki/rtl-sdr";
+license=('GPL')
+depends=('libusb>=1.0')
+makedepends=('git' 'cmake')
+conflicts=('rtl-sdr-git')
+install=rtl-sdr.install
+source=("git://git.osmocom.org/rtl-sdr.git#tag=$_pkgtag"
+'rtlsdr.conf')
+md5sums=('SKIP'
+ '9c65be40f8916a220e3f55b819897331')
+
+_gitname="rtl-sdr"
+
+build() {
+  cd "$srcdir/$_gitname"
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_gitname/build"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 "$srcdir/$_gitname/rtl-sdr.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules"
+  install -D -m644 "$srcdir/rtlsdr.conf" "$pkgdir/etc/modprobe.d/rtlsdr.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: rtl-sdr/repos/community-i686/rtl-sdr.install (from rev 95460, 
rtl-sdr/trunk/rtl-sdr.install)
===
--- community-i686/rtl-sdr.install  (rev 0)
+++ community-i686/rtl-sdr.install  2013-08-12 16:40:03 UTC (rev 95461)
@@ -0,0 +1,8 @@
+post_install() {
+  echo ">>> You can not use a DVB stick for both DVB and SDR.  There is a 
driver conflict.  /etc/modprobe.d/rtlsdr.conf blacklists the DVB drivers."
+}
+
+post_upgrade() {
+  post_install
+}
+

Copied: rtl-sdr/repos/community-i686/rtlsdr.conf (from rev 95460, 
rtl-sdr/trunk/rtlsdr.conf)
===
--- community-i686/rtlsdr.conf  (rev 0)
+++ 

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

2013-08-12 Thread Tobias Powalowski
Date: Monday, August 12, 2013 @ 18:37:31
  Author: tpowa
Revision: 192465

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

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

--+
 /PKGBUILD|   90 +
 /arch.conf   |   14 +
 /gummiboot.install   |   26 ++
 /loader.conf |4 +
 testing-i686/PKGBUILD|   45 --
 testing-i686/arch.conf   |7 --
 testing-i686/gummiboot.install   |   13 -
 testing-i686/loader.conf |2 
 testing-x86_64/PKGBUILD  |   45 --
 testing-x86_64/arch.conf |7 --
 testing-x86_64/gummiboot.install |   13 -
 testing-x86_64/loader.conf   |2 
 12 files changed, 134 insertions(+), 134 deletions(-)

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

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

[arch-commits] Commit in rtl-sdr/trunk (PKGBUILD rtl-sdr.install rtlsdr.conf)

2013-08-12 Thread Kyle Keen
Date: Monday, August 12, 2013 @ 18:36:26
  Author: kkeen
Revision: 95460

upgpkg: rtl-sdr 20130604-1

Added:
  rtl-sdr/trunk/rtl-sdr.install
  rtl-sdr/trunk/rtlsdr.conf
Modified:
  rtl-sdr/trunk/PKGBUILD

-+
 PKGBUILD|   36 +---
 rtl-sdr.install |8 
 rtlsdr.conf |4 
 3 files changed, 25 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 13:58:43 UTC (rev 95459)
+++ PKGBUILD2013-08-12 16:36:26 UTC (rev 95460)
@@ -3,8 +3,10 @@
 # Contributor: Michael Düll 
 
 pkgname=rtl-sdr
-pkgver=20130201
-_commit="ea4dbd242d268e50163acb8df1ac662485b43632"
+# they are just starting to play with tags
+# consider using tags for the pkgver in the future
+pkgver=20130604
+_pkgtag=v0.5.0
 pkgrel=1
 pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR)."
 arch=('i686' 'x86_64')
@@ -13,29 +15,16 @@
 depends=('libusb>=1.0')
 makedepends=('git' 'cmake')
 conflicts=('rtl-sdr-git')
+install=rtl-sdr.install
+source=("git://git.osmocom.org/rtl-sdr.git#tag=$_pkgtag"
+'rtlsdr.conf')
+md5sums=('SKIP'
+ '9c65be40f8916a220e3f55b819897331')
 
-_gitroot="git://git.osmocom.org/rtl-sdr.git"
 _gitname="rtl-sdr"
 
 build() {
-  cd "$srcdir"
-  msg "Connecting to GIT server"
-
-  if [[ -d "$_gitname" ]]; then
-cd "$_gitname" && git pull origin
-msg "The local files are updated."
-  else
-git clone "$_gitroot" "$_gitname"
-  fi
-
-  msg "GIT checkout done or server timeout"
-  msg "Starting build..."
-
-  rm -rf "$srcdir/$_gitname-build"
-  git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
-  cd "$srcdir/$_gitname-build/"
-  git checkout "$_commit"
-
+  cd "$srcdir/$_gitname"
   mkdir build
   cd build
   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -Wno-dev ../
@@ -43,9 +32,10 @@
 }
 
 package() {
-  cd "$srcdir/$_gitname-build/build/"
+  cd "$srcdir/$_gitname/build"
   make DESTDIR="$pkgdir" install
-  install -D -m644 "$srcdir/$_gitname-build/rtl-sdr.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules"
+  install -D -m644 "$srcdir/$_gitname/rtl-sdr.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules"
+  install -D -m644 "$srcdir/rtlsdr.conf" "$pkgdir/etc/modprobe.d/rtlsdr.conf"
 }
 
 # vim:set ts=2 sw=2 et:

Added: rtl-sdr.install
===
--- rtl-sdr.install (rev 0)
+++ rtl-sdr.install 2013-08-12 16:36:26 UTC (rev 95460)
@@ -0,0 +1,8 @@
+post_install() {
+  echo ">>> You can not use a DVB stick for both DVB and SDR.  There is a 
driver conflict.  /etc/modprobe.d/rtlsdr.conf blacklists the DVB drivers."
+}
+
+post_upgrade() {
+  post_install
+}
+

Added: rtlsdr.conf
===
--- rtlsdr.conf (rev 0)
+++ rtlsdr.conf 2013-08-12 16:36:26 UTC (rev 95460)
@@ -0,0 +1,4 @@
+# disable DVB drivers
+blacklist rtl2830
+blacklist rtl2832
+blacklist dvb_usb_rtl28xxu



[arch-commits] Commit in libreoffice-i18n/trunk (PKGBUILD PKGBUILD.41)

2013-08-12 Thread Andreas Radke
Date: Monday, August 12, 2013 @ 18:17:37
  Author: andyrtr
Revision: 192464

fix language describtion; FS#36362

Modified:
  libreoffice-i18n/trunk/PKGBUILD
  libreoffice-i18n/trunk/PKGBUILD.41

-+
 PKGBUILD|6 +++---
 PKGBUILD.41 |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 10:26:17 UTC (rev 192463)
+++ PKGBUILD2013-08-12 16:17:37 UTC (rev 192464)
@@ -438,7 +438,7 @@
 }
 
 package_libreoffice-am() {
-  pkgdesc="Afrikaans language pack for LibreOffice"
+  pkgdesc="Amharic language pack for LibreOffice"
   provides=('openoffice-am' 'libreoffice-langpack')
   replaces=(openoffice-am)
   conflicts=(openoffice-am)
@@ -1340,7 +1340,7 @@
 }
 
 package_libreoffice-sid() {
-  pkgdesc="??? language pack for LibreOffice"
+  pkgdesc="Sidama language pack for LibreOffice"
   provides=('openoffice-sid' 'libreoffice-langpack')
   replaces=(openoffice-sid)
   conflicts=(openoffice-sid)
@@ -1516,7 +1516,7 @@
 }
 
 package_libreoffice-tt() {
-  pkgdesc="TT ? language pack for LibreOffice"
+  pkgdesc="Tatar language pack for LibreOffice"
   provides=('openoffice-tt' 'libreoffice-langpack')
   replaces=(openoffice-tt)
   conflicts=(openoffice-tt)

Modified: PKGBUILD.41
===
--- PKGBUILD.41 2013-08-12 10:26:17 UTC (rev 192463)
+++ PKGBUILD.41 2013-08-12 16:17:37 UTC (rev 192464)
@@ -438,7 +438,7 @@
 }
 
 package_libreoffice-am() {
-  pkgdesc="Afrikaans language pack for LibreOffice"
+  pkgdesc="Amharic language pack for LibreOffice"
   provides=('openoffice-am' 'libreoffice-langpack')
   replaces=(openoffice-am)
   conflicts=(openoffice-am)
@@ -1340,7 +1340,7 @@
 }
 
 package_libreoffice-sid() {
-  pkgdesc="??? language pack for LibreOffice"
+  pkgdesc="Sidama language pack for LibreOffice"
   provides=('openoffice-sid' 'libreoffice-langpack')
   replaces=(openoffice-sid)
   conflicts=(openoffice-sid)
@@ -1516,7 +1516,7 @@
 }
 
 package_libreoffice-tt() {
-  pkgdesc="TT ? language pack for LibreOffice"
+  pkgdesc="Tatar language pack for LibreOffice"
   provides=('openoffice-tt' 'libreoffice-langpack')
   replaces=(openoffice-tt)
   conflicts=(openoffice-tt)



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

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 15:58:43
  Author: spupykin
Revision: 95459

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

Added:
  qcad/repos/community-i686/PKGBUILD
(from rev 95458, qcad/trunk/PKGBUILD)
  qcad/repos/community-i686/QCad.desktop
(from rev 95458, qcad/trunk/QCad.desktop)
  qcad/repos/community-x86_64/PKGBUILD
(from rev 95458, qcad/trunk/PKGBUILD)
  qcad/repos/community-x86_64/QCad.desktop
(from rev 95458, qcad/trunk/QCad.desktop)
Deleted:
  qcad/repos/community-i686/PKGBUILD
  qcad/repos/community-i686/QCad.desktop
  qcad/repos/community-x86_64/PKGBUILD
  qcad/repos/community-x86_64/QCad.desktop

---+
 /PKGBUILD |  138 
 /QCad.desktop |   18 +
 community-i686/PKGBUILD   |   65 --
 community-i686/QCad.desktop   |9 --
 community-x86_64/PKGBUILD |   65 --
 community-x86_64/QCad.desktop |9 --
 6 files changed, 156 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-12 13:58:25 UTC (rev 95458)
+++ community-i686/PKGBUILD 2013-08-12 13:58:43 UTC (rev 95459)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefan Husmann 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-
-pkgname=qcad
-pkgver=3.1.2.0
-pkgrel=1
-pkgdesc="A 2D CAD package based upon Qt"
-arch=('i686' 'x86_64')
-url="http://www.ribbonsoft.com/qcad.html";
-license=('GPL3')
-depends=('qtwebkit')
-makedepends=('glu')
-options=(libtool)
-source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
-QCad.desktop)
-md5sums=('9741d2e4f01b59107a50c0c95af7b972'
- '8c4288986b78b14a813b005e81b6ba53')
-
-prepare() {
-  cd ${srcdir}/qcad-$pkgver
-  sed -i '1,1i#include ' src/core/{RLocalPeer,RS}.cpp
-  sed -i '1,1i#include ' src/core/{RScriptHandler,RS}.cpp
-}
-
-build() {
-  cd ${srcdir}/qcad-$pkgver
-  qmake-qt4
-  make all
-}
-
-package() {
-  cd ${srcdir}/qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 ${pkgdir}/usr/share/{qcad,pixmaps,applications}
-  cp -r examples fonts libraries patterns plugins scripts ts 
${pkgdir}/usr/share/qcad
-  cp debug/* ${pkgdir}/usr/share/qcad
-
-  install -m755 readme.txt ${pkgdir}/usr/share/qcad/readme.txt
-
-  # qtwebkit
-  ln -sf /usr/lib/qt4/plugins/designer/libqwebview.so 
${pkgdir}/usr/share/qcad/plugins/designer/libqwebview.so
-  # qt
-  for sofiles in /usr/lib/qt4/plugins/imageformats/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/imageformats/${sofiles##/*/}
-  done
-  for sofiles in /usr/lib/qt4/plugins/sqldrivers/*.so
-  do
-ln -sf ${sofiles} 
${pkgdir}/usr/share/qcad/plugins/sqldrivers/${sofiles##/*/}
-  done
-
-  install -Dm644 scripts/qcad_icon.png 
${pkgdir}/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 $srcdir/QCad.desktop 
${pkgdir}/usr/share/applications/QCad.desktop
-
-  install -dm0755 $pkgdir/usr/bin
-  echo -e '#!/bin/sh\ncd 
/usr/share/qcad\nLD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH exec ./qcad-bin' 
>$pkgdir/usr/bin/qcad
-  chmod 0755 $pkgdir/usr/bin/qcad
-}

Copied: qcad/repos/community-i686/PKGBUILD (from rev 95458, qcad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-12 13:58:43 UTC (rev 95459)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefan Husmann 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=qcad
+pkgver=3.2.0.0
+pkgrel=1
+pkgdesc="A 2D CAD package based upon Qt"
+arch=('i686' 'x86_64')
+url="http://www.ribbonsoft.com/qcad.html";
+license=('GPL3')
+depends=('qtwebkit')
+makedepends=('glu')
+options=(libtool)
+source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
+QCad.desktop)
+md5sums=('6dd9c47742a0193a739d390e81ca67d0'
+ '8c4288986b78b14a813b005e81b6ba53')
+
+prepare() {
+  cd ${srcdir}/qcad-$pkgver
+  sed -i '1,1i#include ' src/core/{RLocalPeer,RS}.cpp
+  sed -i '1,1i#include ' src/core/{RScriptHandler,RS}.cpp
+  (cd src/3rdparty &&
+cp -a qt-labs-qtscriptgenerator-4.8.4 qt-labs-qtscriptgenerator-4.8.5)
+  (cd src/3rdparty/qt-labs-qtscriptgenerator-4.8.5 &&
+mv qt-labs-qtscriptgenerator-4.8.4.pro qt-labs-qtscriptgenerator-4.8.5.pro)
+}
+
+build() {
+  cd ${srcdir}/qcad-$pkgver
+  qmake-qt4 -r
+  make all -j1
+}
+
+package() {
+  cd ${srcdir}/qcad-$pkgver
+
+  # remove project files
+  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
+  find . \( -name 'Makefile' -name '.gitignore' \) -delete
+
+  install -dm755 ${pkgdir}/usr/share/{qc

[arch-commits] Commit in postgrey/repos/community-any (8 files)

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 15:58:25
  Author: spupykin
Revision: 95458

archrelease: copy trunk to community-any

Added:
  postgrey/repos/community-any/PKGBUILD
(from rev 95457, postgrey/trunk/PKGBUILD)
  postgrey/repos/community-any/postgrey.install
(from rev 95457, postgrey/trunk/postgrey.install)
  postgrey/repos/community-any/postgrey.service
(from rev 95457, postgrey/trunk/postgrey.service)
  postgrey/repos/community-any/postgrey.tmpfiles
(from rev 95457, postgrey/trunk/postgrey.tmpfiles)
Deleted:
  postgrey/repos/community-any/PKGBUILD
  postgrey/repos/community-any/postgrey.install
  postgrey/repos/community-any/postgrey.service
  postgrey/repos/community-any/postgrey.tmpfiles

---+
 PKGBUILD  |   77 +---
 postgrey.install  |   50 -
 postgrey.service  |   34 --
 postgrey.tmpfiles |2 -
 4 files changed, 82 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-12 13:58:09 UTC (rev 95457)
+++ PKGBUILD2013-08-12 13:58:25 UTC (rev 95458)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sean Timothy Noonan 
-
-pkgname=postgrey
-pkgver=1.34
-pkgrel=14
-pkgdesc="a Postfix policy server implementing greylisting"
-arch=('any')
-url="http://postgrey.schweikert.ch/";
-options=(emptydirs)
-license=("GPL")
-depends=('perl-net-server' 'perl>=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex' 
'db>=4.1')
-optdepends=('postfix: the recommended MTA for use with postgrey'
-   'exim: an alternative MTA'
-   'perl-net-dns: for postgreyreport tool')
-backup=(etc/postfix/postgrey_whitelist_recipients
-   etc/postfix/postgrey_whitelist_clients
-   etc/conf.d/postgrey)
-install=$pkgname.install
-source=($url/pub/$pkgname-$pkgver.tar.gz
-   postgrey.service
-   postgrey.tmpfiles)
-md5sums=('f736a7be1094593f1a66cd13f32b39ef'
- 'e4efc90a21197a49bcb05ff3ad4b81fd'
- '3236959f435c95db3a13f4c7dd235609')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  chown -R root:root .
-  mkdir -p $pkgdir/var/spool/postfix/postgrey
-  install -D -m 0755 postgrey $pkgdir/usr/bin/postgrey
-  install -D -m 0755 contrib/postgreyreport $pkgdir/usr/bin/postgreyreport
-  install -D -m 0644 postgrey_whitelist_recipients 
$pkgdir/etc/postfix/postgrey_whitelist_recipients
-  install -D -m 0644 postgrey_whitelist_clients 
$pkgdir/etc/postfix/postgrey_whitelist_clients
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: postgrey/repos/community-any/PKGBUILD (from rev 95457, 
postgrey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-12 13:58:25 UTC (rev 95458)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sean Timothy Noonan 
+
+pkgname=postgrey
+pkgver=1.34
+pkgrel=15
+pkgdesc="a Postfix policy server implementing greylisting"
+arch=('any')
+url="http://postgrey.schweikert.ch/";
+options=(emptydirs)
+license=("GPL")
+depends=('perl-net-server' 'perl>=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex' 
'db>=4.1')
+optdepends=('postfix: the recommended MTA for use with postgrey'
+   'exim: an alternative MTA'
+   'perl-net-dns: for postgreyreport tool')
+backup=(etc/postfix/postgrey_whitelist_recipients
+   etc/postfix/postgrey_whitelist_clients)
+install=$pkgname.install
+source=($url/pub/$pkgname-$pkgver.tar.gz
+   postgrey.service
+   postgrey.tmpfiles)
+md5sums=('f736a7be1094593f1a66cd13f32b39ef'
+ '67f2dbc9a180dc60594ec64c10e24bf6'
+ '3236959f435c95db3a13f4c7dd235609')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  chown -R root:root .
+  mkdir -p $pkgdir/var/spool/postfix/postgrey
+  install -D -m 0755 postgrey $pkgdir/usr/bin/postgrey
+  install -D -m 0755 contrib/postgreyreport $pkgdir/usr/bin/postgreyreport
+  install -D -m 0644 postgrey_whitelist_recipients 
$pkgdir/etc/postfix/postgrey_whitelist_recipients
+  install -D -m 0644 postgrey_whitelist_clients 
$pkgdir/etc/postfix/postgrey_whitelist_clients
+
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+}

Deleted: postgrey.install
===
--- postgrey.install2013-08-12 13:58:09 UTC (rev 95457)
+++ postgrey.install2013-08-12 13:58:25 UTC (rev 95458)
@@ -1,25 +0,0 @@
-post_install() {
-if [ -z "`grep '^postgrey::' /etc/group`" ]; then
-groupadd -g 314 postgrey >& /dev/null
-fi
-if [ -z "`grep '^postgrey:' /etc/passwd`" ]; then
-useradd -u 314 -d /var/spool/postfix

[arch-commits] Commit in postgrey/trunk (PKGBUILD postgrey.service)

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 15:58:09
  Author: spupykin
Revision: 95457

upgpkg: postgrey 1.34-15

upd

Modified:
  postgrey/trunk/PKGBUILD
  postgrey/trunk/postgrey.service

--+
 PKGBUILD |7 +++
 postgrey.service |4 +++-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 11:45:04 UTC (rev 95456)
+++ PKGBUILD2013-08-12 13:58:09 UTC (rev 95457)
@@ -4,7 +4,7 @@
 
 pkgname=postgrey
 pkgver=1.34
-pkgrel=14
+pkgrel=15
 pkgdesc="a Postfix policy server implementing greylisting"
 arch=('any')
 url="http://postgrey.schweikert.ch/";
@@ -15,14 +15,13 @@
'exim: an alternative MTA'
'perl-net-dns: for postgreyreport tool')
 backup=(etc/postfix/postgrey_whitelist_recipients
-   etc/postfix/postgrey_whitelist_clients
-   etc/conf.d/postgrey)
+   etc/postfix/postgrey_whitelist_clients)
 install=$pkgname.install
 source=($url/pub/$pkgname-$pkgver.tar.gz
postgrey.service
postgrey.tmpfiles)
 md5sums=('f736a7be1094593f1a66cd13f32b39ef'
- 'e4efc90a21197a49bcb05ff3ad4b81fd'
+ '67f2dbc9a180dc60594ec64c10e24bf6'
  '3236959f435c95db3a13f4c7dd235609')
 
 package() {

Modified: postgrey.service
===
--- postgrey.service2013-08-12 11:45:04 UTC (rev 95456)
+++ postgrey.service2013-08-12 13:58:09 UTC (rev 95457)
@@ -3,10 +3,12 @@
 Before=postfix.service
 
 [Service]
-Type=simple
+Type=forking
+PIDFile=/run/postgrey/postgrey.pid
 ExecStart=/usr/bin/postgrey --inet=127.0.0.1:10030 \
--pidfile=/run/postgrey/postgrey.pid \
--group=postgrey --user=postgrey \
+   --daemonize \
--greylist-text="Greylisted for %s seconds"
 Restart=always
 RestartSec=5



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

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 13:45:04
  Author: spupykin
Revision: 95456

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 10:25:42 UTC (rev 95455)
+++ PKGBUILD2013-08-12 11:45:04 UTC (rev 95456)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.1.2.0
+pkgver=3.2.0.0
 pkgrel=1
 pkgdesc="A 2D CAD package based upon Qt"
 arch=('i686' 'x86_64')
@@ -16,18 +16,22 @@
 options=(libtool)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
 QCad.desktop)
-md5sums=('9741d2e4f01b59107a50c0c95af7b972'
+md5sums=('6dd9c47742a0193a739d390e81ca67d0'
  '8c4288986b78b14a813b005e81b6ba53')
 
 prepare() {
   cd ${srcdir}/qcad-$pkgver
   sed -i '1,1i#include ' src/core/{RLocalPeer,RS}.cpp
   sed -i '1,1i#include ' src/core/{RScriptHandler,RS}.cpp
+  (cd src/3rdparty &&
+cp -a qt-labs-qtscriptgenerator-4.8.4 qt-labs-qtscriptgenerator-4.8.5)
+  (cd src/3rdparty/qt-labs-qtscriptgenerator-4.8.5 &&
+mv qt-labs-qtscriptgenerator-4.8.4.pro qt-labs-qtscriptgenerator-4.8.5.pro)
 }
 
 build() {
   cd ${srcdir}/qcad-$pkgver
-  qmake-qt4
+  qmake-qt4 -r
   make all -j1
 }
 



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

2013-08-12 Thread Florian Pritz
Date: Monday, August 12, 2013 @ 12:25:42
  Author: bluewind
Revision: 95455

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

Added:
  obconf/repos/community-i686/PKGBUILD
(from rev 95454, obconf/trunk/PKGBUILD)
  obconf/repos/community-i686/obconf.install
(from rev 95454, obconf/trunk/obconf.install)
  obconf/repos/community-x86_64/PKGBUILD
(from rev 95454, obconf/trunk/PKGBUILD)
  obconf/repos/community-x86_64/obconf.install
(from rev 95454, obconf/trunk/obconf.install)
Deleted:
  obconf/repos/community-i686/PKGBUILD
  obconf/repos/community-i686/config-file.patch
  obconf/repos/community-i686/obconf.install
  obconf/repos/community-x86_64/PKGBUILD
  obconf/repos/community-x86_64/config-file.patch
  obconf/repos/community-x86_64/obconf.install

+
 /PKGBUILD  |   60 +++
 /obconf.install|   24 ++
 community-i686/PKGBUILD|   33 ---
 community-i686/config-file.patch   |   28 
 community-i686/obconf.install  |   12 ---
 community-x86_64/PKGBUILD  |   33 ---
 community-x86_64/config-file.patch |   28 
 community-x86_64/obconf.install|   12 ---
 8 files changed, 84 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-12 10:25:36 UTC (rev 95454)
+++ community-i686/PKGBUILD 2013-08-12 10:25:42 UTC (rev 95455)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Kieslich 
-# Contributor: Daniel J Griffiths 
-
-pkgname=obconf
-pkgver=2.0.3.git20100309
-pkgrel=3
-pkgdesc="A GTK2 based configuration tool for the Openbox windowmanager"
-arch=('i686' 'x86_64')
-url="http://openbox.org/wiki/ObConf:About";
-license=('GPL')
-depends=('openbox' 'gtk2' 'libglade' 'desktop-file-utils' 'libsm')
-install=${pkgname}.install
-source=("ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'config-file.patch')
-md5sums=('d45a1eab18aa25c18280821118368b97'
- '51f5f110f8bc4a89dfb460c3dd4a3be8')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/config-file.patch
-
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: obconf/repos/community-i686/PKGBUILD (from rev 95454, 
obconf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-12 10:25:42 UTC (rev 95455)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Kieslich 
+# Contributor: Daniel J Griffiths 
+
+pkgname=obconf
+pkgver=2.0.4
+pkgrel=1
+pkgdesc="A GTK2 based configuration tool for the Openbox windowmanager"
+arch=('i686' 'x86_64')
+url="http://openbox.org/wiki/ObConf:About";
+license=('GPL')
+depends=('openbox' 'gtk2' 'libglade' 'desktop-file-utils' 'libsm')
+install=${pkgname}.install
+source=("http://openbox.org/dist/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('9271c5d2dc366d61f73665a5e8bceabc')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  #./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/config-file.patch
===
--- community-i686/config-file.patch2013-08-12 10:25:36 UTC (rev 95454)
+++ community-i686/config-file.patch2013-08-12 10:25:42 UTC (rev 95455)
@@ -1,28 +0,0 @@
-From: Dana Jansens 
-Date: Fri, 5 Aug 2011 16:05:10 + (-0400)
-Subject: Load the rc.xml config file given on --config-file the same as 
Openbox (use the whole ...
-X-Git-Url: 
http://git.openbox.org/?p=dana%2Fobconf.git;a=commitdiff_plain;h=cc7a18807663313ef111d86a75844ded0416a889
-
-Load the rc.xml config file given on --config-file the same as Openbox (use 
the whole path given).

-
-diff --git a/src/main.c b/src/main.c
-index 9035e8d..a576253 100644
 a/src/main.c
-+++ b/src/main.c
-@@ -233,11 +233,10 @@ int main(int argc, char **argv)
- }
- 
- xmlIndentTreeOutput = 1;
--if (!obt_xml_load_config_file(parse_i,
--  "openbox",
--  (obc_config_file ?
--   obc_config_file : "rc.xml"),
--  "openbox_config"))
-+if (!((obc_config_file &&
-+   obt_xml_load_file(parse_i, obc_config_file, "openbox_config")) ||
-+  obt_xml_load_config_file(parse_i, "openbox", "rc.xml",
-+   "openbox_config")))
- {
- obconf_error(_("Failed to load an rc.xml

[arch-commits] Commit in obconf/trunk (PKGBUILD config-file.patch)

2013-08-12 Thread Florian Pritz
Date: Monday, August 12, 2013 @ 12:25:36
  Author: bluewind
Revision: 95454

upgpkg: obconf 2.0.4-1

upstream update

Modified:
  obconf/trunk/PKGBUILD
Deleted:
  obconf/trunk/config-file.patch

---+
 PKGBUILD  |   13 +
 config-file.patch |   28 
 2 files changed, 5 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 10:18:33 UTC (rev 95453)
+++ PKGBUILD2013-08-12 10:25:36 UTC (rev 95454)
@@ -5,24 +5,21 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=obconf
-pkgver=2.0.3.git20100309
-pkgrel=3
+pkgver=2.0.4
+pkgrel=1
 pkgdesc="A GTK2 based configuration tool for the Openbox windowmanager"
 arch=('i686' 'x86_64')
 url="http://openbox.org/wiki/ObConf:About";
 license=('GPL')
 depends=('openbox' 'gtk2' 'libglade' 'desktop-file-utils' 'libsm')
 install=${pkgname}.install
-source=("ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-'config-file.patch')
-md5sums=('d45a1eab18aa25c18280821118368b97'
- '51f5f110f8bc4a89dfb460c3dd4a3be8')
+source=("http://openbox.org/dist/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('9271c5d2dc366d61f73665a5e8bceabc')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/config-file.patch
 
-  ./bootstrap
+  #./bootstrap
   ./configure --prefix=/usr
   make
 }

Deleted: config-file.patch
===
--- config-file.patch   2013-08-12 10:18:33 UTC (rev 95453)
+++ config-file.patch   2013-08-12 10:25:36 UTC (rev 95454)
@@ -1,28 +0,0 @@
-From: Dana Jansens 
-Date: Fri, 5 Aug 2011 16:05:10 + (-0400)
-Subject: Load the rc.xml config file given on --config-file the same as 
Openbox (use the whole ...
-X-Git-Url: 
http://git.openbox.org/?p=dana%2Fobconf.git;a=commitdiff_plain;h=cc7a18807663313ef111d86a75844ded0416a889
-
-Load the rc.xml config file given on --config-file the same as Openbox (use 
the whole path given).

-
-diff --git a/src/main.c b/src/main.c
-index 9035e8d..a576253 100644
 a/src/main.c
-+++ b/src/main.c
-@@ -233,11 +233,10 @@ int main(int argc, char **argv)
- }
- 
- xmlIndentTreeOutput = 1;
--if (!obt_xml_load_config_file(parse_i,
--  "openbox",
--  (obc_config_file ?
--   obc_config_file : "rc.xml"),
--  "openbox_config"))
-+if (!((obc_config_file &&
-+   obt_xml_load_file(parse_i, obc_config_file, "openbox_config")) ||
-+  obt_xml_load_config_file(parse_i, "openbox", "rc.xml",
-+   "openbox_config")))
- {
- obconf_error(_("Failed to load an rc.xml. You have probably failed to 
install Openbox properly."), TRUE);
- exit_with_error = TRUE;



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

2013-08-12 Thread Florian Pritz
Date: Monday, August 12, 2013 @ 12:26:17
  Author: bluewind
Revision: 192463

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-12 10:26:11 UTC (rev 192462)
+++ extra-i686/PKGBUILD 2013-08-12 10:26:17 UTC (rev 192463)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz< f...@xinu.at>
-# Contributor: Dany Martineau 
-
-pkgname=qrencode
-pkgver=3.4.2
-pkgrel=2
-pkgdesc="C library for encoding data in a QR Code symbol."
-arch=(i686 x86_64)
-depends=('libpng')
-makedepends=(sdl)
-url="http://megaui.net/fukuchi/works/qrencode/index.en.html";
-license=('GPL')
-options=(!libtool)
-source=(http://megaui.net/fukuchi/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2c1693a29fe2f26089ccdff9051c0a3f')
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  make prefix="$pkgdir/usr" install
-}

Copied: qrencode/repos/extra-i686/PKGBUILD (from rev 192462, 
qrencode/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-12 10:26:17 UTC (rev 192463)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Florian Pritz< f...@xinu.at>
+# Contributor: Dany Martineau 
+
+pkgname=qrencode
+pkgver=3.4.3
+pkgrel=1
+pkgdesc="C library for encoding data in a QR Code symbol."
+arch=(i686 x86_64)
+depends=('libpng')
+makedepends=(sdl)
+url="http://megaui.net/fukuchi/works/qrencode/index.en.html";
+license=('GPL')
+options=(!libtool)
+source=(http://megaui.net/fukuchi/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('89a90a3b8cbca60ac412b2e0e0c776e7')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  make prefix="$pkgdir/usr" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-12 10:26:11 UTC (rev 192462)
+++ extra-x86_64/PKGBUILD   2013-08-12 10:26:17 UTC (rev 192463)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz< f...@xinu.at>
-# Contributor: Dany Martineau 
-
-pkgname=qrencode
-pkgver=3.4.2
-pkgrel=2
-pkgdesc="C library for encoding data in a QR Code symbol."
-arch=(i686 x86_64)
-depends=('libpng')
-makedepends=(sdl)
-url="http://megaui.net/fukuchi/works/qrencode/index.en.html";
-license=('GPL')
-options=(!libtool)
-source=(http://megaui.net/fukuchi/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2c1693a29fe2f26089ccdff9051c0a3f')
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  make prefix="$pkgdir/usr" install
-}

Copied: qrencode/repos/extra-x86_64/PKGBUILD (from rev 192462, 
qrencode/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-12 10:26:17 UTC (rev 192463)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Florian Pritz< f...@xinu.at>
+# Contributor: Dany Martineau 
+
+pkgname=qrencode
+pkgver=3.4.3
+pkgrel=1
+pkgdesc="C library for encoding data in a QR Code symbol."
+arch=(i686 x86_64)
+depends=('libpng')
+makedepends=(sdl)
+url="http://megaui.net/fukuchi/works/qrencode/index.en.html";
+license=('GPL')
+options=(!libtool)
+source=(http://megaui.net/fukuchi/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('89a90a3b8cbca60ac412b2e0e0c776e7')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  make prefix="$pkgdir/usr" install
+}



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

2013-08-12 Thread Florian Pritz
Date: Monday, August 12, 2013 @ 12:26:11
  Author: bluewind
Revision: 192462

upgpkg: qrencode 3.4.3-1

upstream update

Modified:
  qrencode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 09:17:15 UTC (rev 192461)
+++ PKGBUILD2013-08-12 10:26:11 UTC (rev 192462)
@@ -3,8 +3,8 @@
 # Contributor: Dany Martineau 
 
 pkgname=qrencode
-pkgver=3.4.2
-pkgrel=2
+pkgver=3.4.3
+pkgrel=1
 pkgdesc="C library for encoding data in a QR Code symbol."
 arch=(i686 x86_64)
 depends=('libpng')
@@ -13,7 +13,7 @@
 license=('GPL')
 options=(!libtool)
 
source=(http://megaui.net/fukuchi/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2c1693a29fe2f26089ccdff9051c0a3f')
+md5sums=('89a90a3b8cbca60ac412b2e0e0c776e7')
 
 build() {
   cd "${srcdir}/$pkgname-$pkgver"



[arch-commits] Commit in maven/repos/community-any (6 files)

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 12:18:33
  Author: spupykin
Revision: 95453

archrelease: copy trunk to community-any

Added:
  maven/repos/community-any/ChangeLog
(from rev 95452, maven/trunk/ChangeLog)
  maven/repos/community-any/PKGBUILD
(from rev 95452, maven/trunk/PKGBUILD)
  maven/repos/community-any/maven.sh
(from rev 95452, maven/trunk/maven.sh)
Deleted:
  maven/repos/community-any/ChangeLog
  maven/repos/community-any/PKGBUILD
  maven/repos/community-any/maven.sh

---+
 ChangeLog |6 ++--
 PKGBUILD  |   78 ++--
 maven.sh  |   10 +++
 3 files changed, 47 insertions(+), 47 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-08-12 10:18:21 UTC (rev 95452)
+++ ChangeLog   2013-08-12 10:18:33 UTC (rev 95453)
@@ -1,3 +0,0 @@
-2007-06-29 tardo 
-* Built for x86_64
-* Not sure if the binary will work.. but lets try anyway

Copied: maven/repos/community-any/ChangeLog (from rev 95452, 
maven/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2013-08-12 10:18:33 UTC (rev 95453)
@@ -0,0 +1,3 @@
+2007-06-29 tardo 
+* Built for x86_64
+* Not sure if the binary will work.. but lets try anyway

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-12 10:18:21 UTC (rev 95452)
+++ PKGBUILD2013-08-12 10:18:33 UTC (rev 95453)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=maven
-pkgver=3.0.5
-pkgrel=1
-pkgdesc="A Java project management and project comprehension tool"
-arch=('any')
-url="http://maven.apache.org";
-license=('APACHE')
-depends=('java-environment')
-makedepends=('apache-ant')
-backup=('opt/maven/conf/settings.xml')
-source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
-   maven.sh)
-md5sums=('b88becd8fe5a9665191e05945942db64'
- '5ed0bddbf5c5375fe5032a76a9506426')
-
-package() {
-  cd $srcdir/apache-maven-$pkgver
-
-  . /etc/profile.d/jre.sh
-  . /etc/profile.d/jdk.sh
-
-  mkdir -p $srcdir/repo
-  mkdir $pkgdir/opt
-  export MAVEN_OPTS=-Xmx512m
-  export M2_HOME=$pkgdir/opt/maven
-  export PATH=$PATH:$M2_HOME/bin
-
-  # FIXME: downloads many deps from Internet. Probably they should be
-  # packaged or added into source=()
-  ant -Dmaven.repo.local=$srcdir/repo
-  install -D -m 755 $srcdir/maven.sh $pkgdir/etc/profile.d/maven.sh
-  rm $pkgdir/opt/maven/*.txt
-  mkdir -p $pkgdir/usr/bin
-  ln -s /opt/maven/bin/mvn $pkgdir/usr/bin/mvn
-}

Copied: maven/repos/community-any/PKGBUILD (from rev 95452, 
maven/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-12 10:18:33 UTC (rev 95453)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=maven
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="A Java project management and project comprehension tool"
+arch=('any')
+url="http://maven.apache.org";
+license=('APACHE')
+depends=('java-environment')
+makedepends=('apache-ant')
+backup=('opt/maven/conf/settings.xml')
+source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
+   maven.sh)
+md5sums=('6c1acfb942763cf190eb5ce3742f6ba3'
+ '5ed0bddbf5c5375fe5032a76a9506426')
+
+package() {
+  cd $srcdir/apache-maven-$pkgver
+
+  . /etc/profile.d/jre.sh
+  . /etc/profile.d/jdk.sh
+
+  mkdir -p $srcdir/repo
+  mkdir $pkgdir/opt
+  export MAVEN_OPTS=-Xmx512m
+  export M2_HOME=$pkgdir/opt/maven
+  export PATH=$PATH:$M2_HOME/bin
+
+  # FIXME: downloads many deps from Internet. Probably they should be
+  # packaged or added into source=()
+  ant -Dmaven.repo.local=$srcdir/repo
+  install -D -m 755 $srcdir/maven.sh $pkgdir/etc/profile.d/maven.sh
+  rm $pkgdir/opt/maven/*.txt
+  mkdir -p $pkgdir/usr/bin
+  ln -s /opt/maven/bin/mvn $pkgdir/usr/bin/mvn
+}

Deleted: maven.sh
===
--- maven.sh2013-08-12 10:18:21 UTC (rev 95452)
+++ maven.sh2013-08-12 10:18:33 UTC (rev 95453)
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-export MAVEN_OPTS=-Xmx512m
-#export M2_HOME=/opt/maven
-#export PATH=$PATH:$M2_HOME/bin

Copied: maven/repos/community-any/maven.sh (from rev 95452, 
maven/trunk/maven.sh)
===
--- maven.sh(rev 0)
+++ maven.sh2013-08-12 10:18:33 UTC (rev 95453)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export MAVEN_OPTS=-Xmx512m
+#export M2_HOME=/opt/maven
+#export PATH=$PATH:$M2_HOME/bin



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

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 12:18:21
  Author: spupykin
Revision: 95452

upgpkg: maven 3.1.0-1

upd

Modified:
  maven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 10:07:22 UTC (rev 95451)
+++ PKGBUILD2013-08-12 10:18:21 UTC (rev 95452)
@@ -3,7 +3,7 @@
 # Contributor: William Rea 
 
 pkgname=maven
-pkgver=3.0.5
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="A Java project management and project comprehension tool"
 arch=('any')
@@ -14,7 +14,7 @@
 backup=('opt/maven/conf/settings.xml')
 
source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
maven.sh)
-md5sums=('b88becd8fe5a9665191e05945942db64'
+md5sums=('6c1acfb942763cf190eb5ce3742f6ba3'
  '5ed0bddbf5c5375fe5032a76a9506426')
 
 package() {



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

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 12:07:09
  Author: spupykin
Revision: 95450

upgpkg: mingw32-w32api 3.17-2

upd

Modified:
  mingw32-w32api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 09:34:23 UTC (rev 95449)
+++ PKGBUILD2013-08-12 10:07:09 UTC (rev 95450)
@@ -5,8 +5,8 @@
 pkgname=mingw32-w32api
 pkgver=3.17
 _runtimever=3.20
-_uprel=1
-pkgrel=1
+_uprel=2
+pkgrel=2
 arch=('any')
 pkgdesc="Windows header files for mingw32 C cross-compiler"
 makedepends=(mingw32-gcc-base)
@@ -15,7 +15,7 @@
 url="http://sourceforge.net/projects/mingw/files/MinGW/Base/w32api/";
 
source=(http://downloads.sourceforge.net/project/mingw/MinGW/Base/w32api/w32api-$pkgver/w32api-$pkgver-${_uprel}-mingw32-src.tar.lzma

http://downloads.sourceforge.net/mingw/mingwrt-${_runtimever}-mingw32-src.tar.gz)
-md5sums=('89e5800096aa334009f98e7c1743d825'
+md5sums=('7a14e6c9687c010eed35db95604548a4'
  '26c0886cc60729b94956cc6d81cd076c')
 
 build() {



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

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 12:07:22
  Author: spupykin
Revision: 95451

archrelease: copy trunk to community-any

Added:
  mingw32-w32api/repos/community-any/PKGBUILD
(from rev 95450, mingw32-w32api/trunk/PKGBUILD)
Deleted:
  mingw32-w32api/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 +++--
 1 file changed, 37 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-12 10:07:09 UTC (rev 95450)
+++ PKGBUILD2013-08-12 10:07:22 UTC (rev 95451)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Ondrej Jirman 
-
-pkgname=mingw32-w32api
-pkgver=3.17
-_runtimever=3.20
-_uprel=1
-pkgrel=1
-arch=('any')
-pkgdesc="Windows header files for mingw32 C cross-compiler"
-makedepends=(mingw32-gcc-base)
-options=(!strip)
-license=(LGPL)
-url="http://www.mingw.org/";
-source=(http://downloads.sourceforge.net/project/mingw/MinGW/Base/w32api/w32api-$pkgver/w32api-$pkgver-${_uprel}-mingw32-src.tar.lzma
-   
http://downloads.sourceforge.net/mingw/mingwrt-${_runtimever}-mingw32-src.tar.gz)
-md5sums=('89e5800096aa334009f98e7c1743d825'
- '26c0886cc60729b94956cc6d81cd076c')
-
-build()
-{
-  cd $srcdir/w32api-$pkgver-${_uprel}-mingw32
-
-  mkdir -p $srcdir/include/
-  cp -r $srcdir/mingwrt-${_runtimever}-mingw32/include/* $srcdir/include/
-  export CFLAGS="-mms-bitfields -I$srcdir/include 
-I$srcdir/w32api-$pkgver-${_uprel}-mingw32/include"
-
-  ./configure --prefix=/usr/i486-mingw32 --target=i486-mingw32 
--host=i486-mingw32 --build=$CHOST
-  make
-  make install prefix=$pkgdir/usr/i486-mingw32
-
-  cd $pkgdir
-  find . -name '*.a' | xargs -rtl1 i486-mingw32-strip -g
-}

Copied: mingw32-w32api/repos/community-any/PKGBUILD (from rev 95450, 
mingw32-w32api/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-12 10:07:22 UTC (rev 95451)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Ondrej Jirman 
+
+pkgname=mingw32-w32api
+pkgver=3.17
+_runtimever=3.20
+_uprel=2
+pkgrel=2
+arch=('any')
+pkgdesc="Windows header files for mingw32 C cross-compiler"
+makedepends=(mingw32-gcc-base)
+options=(!strip)
+license=(LGPL)
+url="http://sourceforge.net/projects/mingw/files/MinGW/Base/w32api/";
+source=(http://downloads.sourceforge.net/project/mingw/MinGW/Base/w32api/w32api-$pkgver/w32api-$pkgver-${_uprel}-mingw32-src.tar.lzma
+   
http://downloads.sourceforge.net/mingw/mingwrt-${_runtimever}-mingw32-src.tar.gz)
+md5sums=('7a14e6c9687c010eed35db95604548a4'
+ '26c0886cc60729b94956cc6d81cd076c')
+
+build() {
+  cd $srcdir/w32api-$pkgver-${_uprel}-mingw32
+
+  mkdir -p $srcdir/include/
+  cp -r $srcdir/mingwrt-${_runtimever}-mingw32/include/* $srcdir/include/
+  export CFLAGS="-mms-bitfields -I$srcdir/include 
-I$srcdir/w32api-$pkgver-${_uprel}-mingw32/include"
+
+  ./configure --prefix=/usr/i486-mingw32 --target=i486-mingw32 
--host=i486-mingw32 --build=$CHOST
+  make
+}
+
+package() {
+  cd $srcdir/w32api-$pkgver-${_uprel}-mingw32
+  make install prefix=$pkgdir/usr/i486-mingw32
+  cd $pkgdir
+  find . -name '*.a' | xargs -rtl1 i486-mingw32-strip -g
+}



[arch-commits] Commit in libvirt/repos (20 files)

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 11:34:23
  Author: spupykin
Revision: 95449

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 95448, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 95448, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 95448, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 95448, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 95448, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 95448, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 95448, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 95448, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 95448, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 95448, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  168 ++
 /libvirt.install|   38 ++
 /libvirt.tmpfiles.d |8 +
 /libvirtd-guests.conf.d |   22 +++
 /libvirtd.conf.d|6 +
 community-i686/PKGBUILD |   84 ---
 community-i686/libvirt.install  |   19 ---
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd.conf.d  |3 
 community-x86_64/PKGBUILD   |   84 ---
 community-x86_64/libvirt.install|   19 ---
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd.conf.d|3 
 15 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-12 09:33:57 UTC (rev 95448)
+++ community-i686/PKGBUILD 2013-08-12 09:34:23 UTC (rev 95449)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=libvirt
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
-arch=('i686' 'x86_64')
-url="http://libvirt.org/";
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'audit' 'numactl')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq')
-optdepends=('bridge-utils: for briged networking (default)'
-   'dnsmasq: for NAT/DHCP for guests'
-   'kvm'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'ebtables')
-options=('emptydirs' '!libtool')
-backup=('etc/conf.d/libvirtd'
-   'etc/conf.d/libvirtd-guests'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/qemu.conf'
-   'etc/sasl2/libvirt.conf')
-install="libvirt.install"
-source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz";
-   libvirtd.conf.d
-   libvirtd-guests.conf.d
-   libvirt.tmpfiles.d)
-md5sums=('632f30a2f22fbb404b8e10702d7f55ca'
- '3ed0e24f5b5e25bf553f5427d64915e6'
- '0a96ed876ffb1fcb9dff5a9b3a609c1e'
- '020971887442ebbf1b6949e031c8dd3f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  export PYTHON=`which python2`
-  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
-
-  export LDFLAGS=-lX11
-  export RADVD=/usr/bin/radvd
-  [ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/"$pkgname" 
--sbindir=/usr/bin \
-   --with-storage-lvm --without-xen --with-udev --without-hal 
--disable-static \
-   --with-init-script=systemd --with-audit \
-   --with-qemu-user=nobody --with-qemu-group=nobody \
-   --withou

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

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 11:33:57
  Author: spupykin
Revision: 95448

upgpkg: libvirt 1.1.1-2

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 09:21:46 UTC (rev 95447)
+++ PKGBUILD2013-08-12 09:33:57 UTC (rev 95448)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('i686' 'x86_64')
 url="http://libvirt.org/";
@@ -24,7 +24,7 @@
'ebtables')
 options=('emptydirs' '!libtool')
 backup=('etc/conf.d/libvirtd'
-   'etc/conf.d/libvirtd-guests'
+   'etc/conf.d/libvirt-guests'
'etc/libvirt/libvirtd.conf'
'etc/libvirt/libvirt.conf'
'etc/libvirt/qemu.conf'
@@ -69,7 +69,7 @@
   make DESTDIR="$pkgdir" install
 
   install -D -m644 "$srcdir"/libvirtd.conf.d "$pkgdir"/etc/conf.d/libvirtd
-  install -D -m644 "$srcdir"/libvirtd-guests.conf.d 
"$pkgdir"/etc/conf.d/libvirtd-guests
+  install -D -m644 "$srcdir"/libvirtd-guests.conf.d 
"$pkgdir"/etc/conf.d/libvirt-guests
 
   # systemd stuff
   install -D -m644 "$srcdir"/libvirt.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/libvirt.conf



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

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 11:21:46
  Author: spupykin
Revision: 95447

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

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

-+
 community-staging-i686/PKGBUILD |   46 ++
 community-staging-i686/librcc.install   |6 +++
 community-staging-x86_64/PKGBUILD   |   46 ++
 community-staging-x86_64/librcc.install |6 +++
 4 files changed, 104 insertions(+)

Copied: librcc/repos/community-staging-i686/PKGBUILD (from rev 95446, 
librcc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-08-12 09:21:46 UTC (rev 95447)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=librcc
+pkgver=0.2.10
+pkgrel=2
+pkgdesc="Charset Conversion Library"
+arch=(i686 x86_64)
+url="http://rusxmms.sourceforge.net/";
+license=('GPL')
+depends=('aspell' 'enca' 'libxml2' 'librcd')
+makedepends=('patch' 'gtk' 'gtk2')
+install=librcc.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('077260cf58ae9624c964652b79fbb5fb')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-bdb
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  mkdir -p $pkgdir/etc/rcc
+  mkdir -p $pkgdir/usr/lib/rcc/engines
+  mkdir -p $pkgdir/usr/bin
+
+  make DESTDIR=$pkgdir install
+
+  make -C examples
+  make -C examples install DESTDIR=$pkgdir
+  rm -f $pkgdir/usr/bin/example*
+
+  install -m 644 examples/rcc.xml $pkgdir/etc
+
+  if [ -f $pkgdir/usr/bin/rcc-gtk2-config ]; then
+  ln -s rcc-gtk2-config $pkgdir/usr/bin/rcc-config
+  elif [ -f $pkgdir/usr/bin/rcc-gtk-config ]; then
+  ln -s rcc-gtk-config $pkgdir/usr/bin/rcc-config
+  else
+  echo "#!/bin/bash" > $pkgdir/usr/bin/rcc-config
+  echo "echo \"Configuration UI is not available!\"" >> 
$pkgdir/usr/bin/rcc-config
+  fi
+}

Copied: librcc/repos/community-staging-i686/librcc.install (from rev 95446, 
librcc/trunk/librcc.install)
===
--- community-staging-i686/librcc.install   (rev 0)
+++ community-staging-i686/librcc.install   2013-08-12 09:21:46 UTC (rev 
95447)
@@ -0,0 +1,6 @@
+post_install() {
+  echo "-- Don't forget to install gtk or/and gtk2 packages to enable librcc"
+  echo "   gui features"
+  echo "-- Also you may change /usr/bin/rcc-config symlink to switch between"
+  echo "   gtk and gtk2 (rcc-gtk-config and rcc-gtk2-config)"
+}

Copied: librcc/repos/community-staging-x86_64/PKGBUILD (from rev 95446, 
librcc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-08-12 09:21:46 UTC (rev 95447)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=librcc
+pkgver=0.2.10
+pkgrel=2
+pkgdesc="Charset Conversion Library"
+arch=(i686 x86_64)
+url="http://rusxmms.sourceforge.net/";
+license=('GPL')
+depends=('aspell' 'enca' 'libxml2' 'librcd')
+makedepends=('patch' 'gtk' 'gtk2')
+install=librcc.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('077260cf58ae9624c964652b79fbb5fb')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-bdb
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  mkdir -p $pkgdir/etc/rcc
+  mkdir -p $pkgdir/usr/lib/rcc/engines
+  mkdir -p $pkgdir/usr/bin
+
+  make DESTDIR=$pkgdir install
+
+  make -C examples
+  make -C examples install DESTDIR=$pkgdir
+  rm -f $pkgdir/usr/bin/example*
+
+  install -m 644 examples/rcc.xml $pkgdir/etc
+
+  if [ -f $pkgdir/usr/bin/rcc-gtk2-config ]; then
+  ln -s rcc-gtk2-config $pkgdir/usr/bin/rcc-config
+  elif [ -f $pkgdir/usr/bin/rcc-gtk-config ]; then
+  ln -s rcc-gtk-config $pkgdir/usr/bin/rcc-config
+  else
+  echo "#!/bin/bash" > $pkgdir/usr/bin/rcc-config
+  echo "echo \"Configuration UI is not available!\"" >> 
$pkgdir/usr/bin/rcc-config
+  fi
+}

Copied: librcc/repos/community-staging-x86_64/librcc.install (from rev 95446, 
librcc/trunk/librcc.install)
===
--- community-staging-x86_64/librcc.install

[arch-commits] Commit in librcc/trunk (PKGBUILD librcc-strnlen.patch)

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 11:21:32
  Author: spupykin
Revision: 95446

upgpkg: librcc 0.2.10-2

upd

Modified:
  librcc/trunk/PKGBUILD
Deleted:
  librcc/trunk/librcc-strnlen.patch

--+
 PKGBUILD |   15 ++-
 librcc-strnlen.patch |   17 -
 2 files changed, 6 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 09:05:23 UTC (rev 95445)
+++ PKGBUILD2013-08-12 09:21:32 UTC (rev 95446)
@@ -3,24 +3,21 @@
 
 pkgname=librcc
 pkgver=0.2.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Charset Conversion Library"
 arch=(i686 x86_64)
 url="http://rusxmms.sourceforge.net/";
 license=('GPL')
-depends=(aspell enca libxml2 db librcd)
-makedepends=(patch gtk gtk2)
+depends=('aspell' 'enca' 'libxml2' 'librcd')
+makedepends=('patch' 'gtk' 'gtk2')
 install=librcc.install
 options=('!libtool')
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2
-librcc-strnlen.patch)
-md5sums=('077260cf58ae9624c964652b79fbb5fb'
- '040313d1d8f166ccf2b128cea4c05f21')
+source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('077260cf58ae9624c964652b79fbb5fb')
 
 build() {
   cd $srcdir/$pkgname-${pkgver}
-  ./configure --prefix=/usr
-#  patch -p1 <$srcdir/librcc-strnlen.patch
+  ./configure --prefix=/usr --disable-bdb
   make
 }
 

Deleted: librcc-strnlen.patch
===
--- librcc-strnlen.patch2013-08-12 09:05:23 UTC (rev 95445)
+++ librcc-strnlen.patch2013-08-12 09:21:32 UTC (rev 95446)
@@ -1,17 +0,0 @@
-diff -wbBur librcc-0.2.6/src/rccstring.h librcc-0.2.6.qwe/src/rccstring.h
 librcc-0.2.6/src/rccstring.h   2006-01-08 15:42:59.0 +
-+++ librcc-0.2.6.qwe/src/rccstring.h   2009-09-28 08:45:37.0 +
-@@ -18,13 +18,6 @@
- int rccStringFixID(rcc_string string, rcc_context ctx);
- int rccStringChangeID(rcc_string string, rcc_language_id language_id);
- 
--#ifdef HAVE_STRNLEN
--# ifndef strnlen
--int strnlen(const char *str, size_t size);
--# endif /* !strnlen */
--#else
--int rccStrnlen(const char *str, size_t size);
--#endif /* HAVE_STRNLEN */
- int rccIsASCII(const char *str);
- size_t rccStringSizedGetChars(const char *str, size_t size);
- 



[arch-commits] Commit in xf86-video-openchrome/trunk (PKGBUILD)

2013-08-12 Thread Laurent Carlier
Date: Monday, August 12, 2013 @ 11:16:51
  Author: lcarlier
Revision: 192460

upgpkg: xf86-video-openchrome 0.3.3-2

Add unichrome-dri as an optdepends (FS#36497)

Modified:
  xf86-video-openchrome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 09:03:44 UTC (rev 192459)
+++ PKGBUILD2013-08-12 09:16:51 UTC (rev 192460)
@@ -4,14 +4,15 @@
 
 pkgname=xf86-video-openchrome
 pkgver=0.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="X.Org Openchrome drivers"
 arch=(i686 x86_64)
 license=('custom')
 url="http://www.openchrome.org";
 depends=('libdrm' 'libxvmc' 'systemd')
+optdepends=('unichrome-dri')
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.14.0' 'X-ABI-VIDEODRV_VERSION<14' 
'X-ABI-VIDEODRV_VERSION>=15' 'xf86-video-via' 'xf86-video-unichrome' 
'openchrome' 'unichrome-dri')
+conflicts=('xorg-server<1.14.0' 'X-ABI-VIDEODRV_VERSION<14' 
'X-ABI-VIDEODRV_VERSION>=15' 'xf86-video-via' 'xf86-video-unichrome' 
'openchrome')
 replaces=('openchrome' 'xf86-video-via')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool' '!emptydirs' '!makeflags')



[arch-commits] Commit in xf86-video-openchrome/repos (4 files)

2013-08-12 Thread Laurent Carlier
Date: Monday, August 12, 2013 @ 11:17:15
  Author: lcarlier
Revision: 192461

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

Added:
  xf86-video-openchrome/repos/extra-i686/PKGBUILD
(from rev 192460, xf86-video-openchrome/trunk/PKGBUILD)
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD
(from rev 192460, xf86-video-openchrome/trunk/PKGBUILD)
Deleted:
  xf86-video-openchrome/repos/extra-i686/PKGBUILD
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-12 09:16:51 UTC (rev 192460)
+++ extra-i686/PKGBUILD 2013-08-12 09:17:15 UTC (rev 192461)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Paul Mattal 
-# Maintainer: Juergen Hoetzel 
-
-pkgname=xf86-video-openchrome
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="X.Org Openchrome drivers"
-arch=(i686 x86_64)
-license=('custom')
-url="http://www.openchrome.org";
-depends=('libdrm' 'libxvmc' 'systemd')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.14.0' 'X-ABI-VIDEODRV_VERSION<14' 
'X-ABI-VIDEODRV_VERSION>=15' 'xf86-video-via' 'xf86-video-unichrome' 
'openchrome' 'unichrome-dri')
-replaces=('openchrome' 'xf86-video-via')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool' '!emptydirs' '!makeflags')
-source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('1f7b23d4ed53417eda5c6730486b36812f469295')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-openchrome/repos/extra-i686/PKGBUILD (from rev 192460, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-12 09:17:15 UTC (rev 192461)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Paul Mattal 
+# Maintainer: Juergen Hoetzel 
+
+pkgname=xf86-video-openchrome
+pkgver=0.3.3
+pkgrel=2
+pkgdesc="X.Org Openchrome drivers"
+arch=(i686 x86_64)
+license=('custom')
+url="http://www.openchrome.org";
+depends=('libdrm' 'libxvmc' 'systemd')
+optdepends=('unichrome-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.14.0' 'X-ABI-VIDEODRV_VERSION<14' 
'X-ABI-VIDEODRV_VERSION>=15' 'xf86-video-via' 'xf86-video-unichrome' 
'openchrome')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool' '!emptydirs' '!makeflags')
+source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1f7b23d4ed53417eda5c6730486b36812f469295')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-12 09:16:51 UTC (rev 192460)
+++ extra-x86_64/PKGBUILD   2013-08-12 09:17:15 UTC (rev 192461)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Paul Mattal 
-# Maintainer: Juergen Hoetzel 
-
-pkgname=xf86-video-openchrome
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="X.Org Openchrome drivers"
-arch=(i686 x86_64)
-license=('custom')
-url="http://www.openchrome.org";
-depends=('libdrm' 'libxvmc' 'systemd')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server<1.14.0' 'X-ABI-VIDEODRV_VERSION<14' 
'X-ABI-VIDEODRV_VERSION>=15' 'xf86-video-via' 'xf86-video-unichrome' 
'openchrome' 'unichrome-dri')
-replaces=('openchrome' 'xf86-video-via')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool' '!emptydirs' '!makeflags')
-source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('1f7b23d4ed53417eda5c6730486b36812f469295')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-openchrome/repos/extra-x86_64/PKGBUILD (from rev 192460, 

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

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 11:05:23
  Author: spupykin
Revision: 95445

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

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

-+
 community-staging-i686/PKGBUILD |   31 ++
 community-staging-i686/poedit.install   |   12 +++
 community-staging-x86_64/PKGBUILD   |   31 ++
 community-staging-x86_64/poedit.install |   12 +++
 4 files changed, 86 insertions(+)

Copied: poedit/repos/community-staging-i686/PKGBUILD (from rev 95444, 
poedit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-08-12 09:05:23 UTC (rev 95445)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+pkgver=1.5.7
+pkgrel=3
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/";
+license=('custom')
+depends=('wxgtk2.9' 'gtkspell' 'db' 'hicolor-icon-theme' 'gettext')
+makedepends=('pkgconfig' 'boost')
+install=poedit.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f5b53ec66a606f088b0aa388595ea5f9')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+export WX_CONFIG_PATH=/usr/bin/wx-config-2.9
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: poedit/repos/community-staging-i686/poedit.install (from rev 95444, 
poedit/trunk/poedit.install)
===
--- community-staging-i686/poedit.install   (rev 0)
+++ community-staging-i686/poedit.install   2013-08-12 09:05:23 UTC (rev 
95445)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: poedit/repos/community-staging-x86_64/PKGBUILD (from rev 95444, 
poedit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-08-12 09:05:23 UTC (rev 95445)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+pkgver=1.5.7
+pkgrel=3
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/";
+license=('custom')
+depends=('wxgtk2.9' 'gtkspell' 'db' 'hicolor-icon-theme' 'gettext')
+makedepends=('pkgconfig' 'boost')
+install=poedit.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f5b53ec66a606f088b0aa388595ea5f9')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+export WX_CONFIG_PATH=/usr/bin/wx-config-2.9
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: poedit/repos/community-staging-x86_64/poedit.install (from rev 95444, 
poedit/trunk/poedit.install)
===
--- community-staging-x86_64/poedit.install (rev 0)
+++ community-staging-x86_64/poedit.install 2013-08-12 09:05:23 UTC (rev 
95445)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 11:05:10
  Author: spupykin
Revision: 95444

upgpkg: poedit 1.5.7-3

upd

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 08:50:29 UTC (rev 95443)
+++ PKGBUILD2013-08-12 09:05:10 UTC (rev 95444)
@@ -6,12 +6,12 @@
 
 pkgname=poedit
 pkgver=1.5.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('i686' 'x86_64')
 url="http://www.poedit.net/";
 license=('custom')
-depends=('wxgtk2.9' 'gtkspell' 'db>=5.1' 'hicolor-icon-theme' 'gettext')
+depends=('wxgtk2.9' 'gtkspell' 'db' 'hicolor-icon-theme' 'gettext')
 makedepends=('pkgconfig' 'boost')
 install=poedit.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)



[arch-commits] Commit in cogl/trunk (PKGBUILD git-fixes.patch)

2013-08-12 Thread Jan de Groot
Date: Monday, August 12, 2013 @ 11:03:39
  Author: jgc
Revision: 192458

upgpkg: cogl 1.14.0-5

Add upstream fixes from 1.14 branch. Fixes several issues from crashes to 
background textures that dont load

Added:
  cogl/trunk/git-fixes.patch
Modified:
  cogl/trunk/PKGBUILD

-+
 PKGBUILD|   16 
 git-fixes.patch | 1948 ++
 2 files changed, 1961 insertions(+), 3 deletions(-)

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


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

2013-08-12 Thread Jan de Groot
Date: Monday, August 12, 2013 @ 11:03:44
  Author: jgc
Revision: 192459

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

Added:
  cogl/repos/testing-i686/
  cogl/repos/testing-i686/PKGBUILD
(from rev 192458, cogl/trunk/PKGBUILD)
  cogl/repos/testing-i686/git-fixes.patch
(from rev 192458, cogl/trunk/git-fixes.patch)
  cogl/repos/testing-x86_64/
  cogl/repos/testing-x86_64/PKGBUILD
(from rev 192458, cogl/trunk/PKGBUILD)
  cogl/repos/testing-x86_64/git-fixes.patch
(from rev 192458, cogl/trunk/git-fixes.patch)

+
 testing-i686/PKGBUILD  |   43 
 testing-i686/git-fixes.patch   | 1948 +++
 testing-x86_64/PKGBUILD|   43 
 testing-x86_64/git-fixes.patch | 1948 +++
 4 files changed, 3982 insertions(+)

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


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

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 10:50:29
  Author: spupykin
Revision: 95443

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-12 08:50:11 UTC (rev 95442)
+++ community-i686/PKGBUILD 2013-08-12 08:50:29 UTC (rev 95443)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=usb_modeswitch
-pkgver=1.2.6
-pkgrel=1
-_pkgdata=20130610
-pkgdesc="Activating switchable USB devices on Linux."
-arch=('i686' 'x86_64')
-url="http://www.draisberghof.de/usb_modeswitch/";
-license=('GPL')
-depends=('libusb-compat' 'tcl')
-makedepends=('gcc' 'make')
-backup=("etc/$pkgname.conf")
-source=("http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2";
-   
"http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2";
-   
"usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt";)
-md5sums=('3cd804ad2dd4cb61fbd77a5cc033496c'
- '52dff3f54e0c01dad02639d642e089e0'
- '13f239816d7c4add8113179f4fb3543c')
-
-prepare() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-  sed -i 's|/usr/sbin/usb_mode|/usr/bin/usb_mode|g' 
usb_modeswitch.{conf,tcl,sh}
-}
-
-build() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-  make clean
-  make SBINDIR=/usr/bin
-}
-
-package() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-
-  mkdir -p $pkgdir/usr/lib/udev
-  mkdir -p $pkgdir/etc
-  mkdir -p $pkgdir/usr/share/man/man1
-
-  make DESTDIR=${pkgdir} UDEVDIR=${pkgdir}/usr/lib/udev 
SBINDIR=$pkgdir/usr/bin install
-
-  cp $srcdir/usb-modeswitch-${pkgver}-device_reference.txt 
$pkgdir/etc/usb_modeswitch.setup
-
-  cd $srcdir/usb-modeswitch-data-${_pkgdata}
-  make DESTDIR=$pkgdir install RULESDIR=${pkgdir}/usr/lib/udev/rules.d
-}

Copied: usb_modeswitch/repos/community-i686/PKGBUILD (from rev 95442, 
usb_modeswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-12 08:50:29 UTC (rev 95443)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=usb_modeswitch
+pkgver=1.2.7
+pkgrel=1
+_pkgdata=20130807
+pkgdesc="Activating switchable USB devices on Linux."
+arch=('i686' 'x86_64')
+url="http://www.draisberghof.de/usb_modeswitch/";
+license=('GPL')
+depends=('libusb-compat' 'tcl')
+makedepends=('gcc' 'make')
+backup=("etc/$pkgname.conf")
+source=("http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2";
+   
"http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2";
+   
"usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt";)
+md5sums=('18d889d72195534ae9133a8181cad42b'
+ '91feff51deba6e48e78506b8f4db2274'
+ 'dd14f254f6c3642ce16fd7c2f43ee112')
+
+prepare() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+  sed -i 's|/usr/sbin/usb_mode|/usr/bin/usb_mode|g' 
usb_modeswitch.{conf,tcl,sh}
+}
+
+build() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+  make clean
+  make SBINDIR=/usr/bin
+}
+
+package() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+
+  mkdir -p $pkgdir/usr/lib/udev
+  mkdir -p $pkgdir/etc
+  mkdir -p $pkgdir/usr/share/man/man1
+
+  make DESTDIR=${pkgdir} UDEVDIR=${pkgdir}/usr/lib/udev 
SBINDIR=$pkgdir/usr/bin install
+
+  cp $srcdir/usb-modeswitch-${pkgver}-device_reference.txt 
$pkgdir/etc/usb_modeswitch.setup
+
+  cd $srcdir/usb-modeswitch-data-${_pkgdata}
+  make DESTDIR=$pkgdir install RULESDIR=${pkgdir}/usr/lib/udev/rules.d
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-12 08:50:11 UTC (rev 95442)
+++ community-x86_64/PKGBUILD   2013-08-12 08:50:29 UTC (rev 95443)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=usb_modeswitch
-pkgver=1.2.6
-pkgrel=1
-_pkgdata=20130610
-pkgdesc="Activating switchable USB devices on Linux."
-arch=('i686' 'x86_64')
-url="http://www.draisberghof.de/usb_modeswitch/";
-license=('GPL')
-depends=('libusb-compat' 'tcl')
-makedepends=('gcc' 'make')
-backup=("etc/$pkgname.conf")
-source=("http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2";
-   
"http://www.draisberghof.de/usb_mode

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

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 10:50:11
  Author: spupykin
Revision: 95442

upgpkg: usb_modeswitch 1.2.7-1

upd

Modified:
  usb_modeswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 08:49:59 UTC (rev 95441)
+++ PKGBUILD2013-08-12 08:50:11 UTC (rev 95442)
@@ -2,9 +2,9 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=usb_modeswitch
-pkgver=1.2.6
+pkgver=1.2.7
 pkgrel=1
-_pkgdata=20130610
+_pkgdata=20130807
 pkgdesc="Activating switchable USB devices on Linux."
 arch=('i686' 'x86_64')
 url="http://www.draisberghof.de/usb_modeswitch/";
@@ -15,9 +15,9 @@
 
source=("http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2";

"http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2";

"usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt";)
-md5sums=('3cd804ad2dd4cb61fbd77a5cc033496c'
- '52dff3f54e0c01dad02639d642e089e0'
- '13f239816d7c4add8113179f4fb3543c')
+md5sums=('18d889d72195534ae9133a8181cad42b'
+ '91feff51deba6e48e78506b8f4db2274'
+ 'dd14f254f6c3642ce16fd7c2f43ee112')
 
 prepare() {
   cd $srcdir/usb-modeswitch-$pkgver/



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

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 10:49:59
  Author: spupykin
Revision: 95441

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   94 +++
 drupal.install |   30 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-12 08:49:47 UTC (rev 95440)
+++ PKGBUILD2013-08-12 08:49:59 UTC (rev 95441)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=7.22
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="http://www.drupal.org/";
-license=('GPL')
-depends=('php')
-install='drupal.install'
-options=(!strip)
-backup=(etc/webapps/drupal/.htaccess)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('068d7a77958fce6bb002659aa7ccaeb7')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1ideny from all' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p $pkgdir/var/lib/drupal/
-  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >$pkgdir/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Order allow,deny
-   Allow from all
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 95440, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-12 08:49:59 UTC (rev 95441)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=7.23
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="http://www.drupal.org/";
+license=('GPL')
+depends=('php')
+install='drupal.install'
+options=(!strip)
+backup=(etc/webapps/drupal/.htaccess)
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+md5sums=('0beca6fec15b8cf8c35a6fdda6675342')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p $pkgdir/etc/webapps/drupal
+  sed -i '1,1ideny from all' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p $pkgdir/var/lib/drupal/
+  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >$pkgdir/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Order allow,deny
+   Allow from all
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2013-08-12 08:49:47 UTC (rev 95440)
+++ drupal.install  2013-08-12 08:49:59 UTC (rev 95441)
@@ -1,15 +0,0 @@
-post_install() {
-  echo "Remember that you need to install either mysql or postgresql for this 
package"
-  echo "to work. Also make sure to read either INSTALL.mysql.txt (for MySQL) 
or"
-  echo "INSTALL.pgsql.txt (for PostgreSQL) in /usr/share/webapps/drupal/."
-  if [[ ! `grep "^extension=mysql.so" /etc/php/php.ini` ]]
-   then echo "If you use mysql you should enable its module by adding the 
line:"
-   echo "   extension=mysql.so"
-   echo "to your /etc/php/php.ini, otherwise drupal won't work."
-  fi
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 95440, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2013-08-12 08:49:59 UTC (rev 95441)
@@ -0,0 +1,15 @@
+post_install() {
+  echo "Remember that yo

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

2013-08-12 Thread Sergej Pupykin
Date: Monday, August 12, 2013 @ 10:49:47
  Author: spupykin
Revision: 95440

upgpkg: drupal 7.23-1

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 08:14:37 UTC (rev 95439)
+++ PKGBUILD2013-08-12 08:49:47 UTC (rev 95440)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=7.22
+pkgver=7.23
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -14,7 +14,7 @@
 options=(!strip)
 backup=(etc/webapps/drupal/.htaccess)
 source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('068d7a77958fce6bb002659aa7ccaeb7')
+md5sums=('0beca6fec15b8cf8c35a6fdda6675342')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/drupal



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

2013-08-12 Thread Tobias Powalowski
Date: Monday, August 12, 2013 @ 10:26:00
  Author: tpowa
Revision: 192457

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 192456, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 192456, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 192456, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 192456, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 192456, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 192456, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 192456, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 192456, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 192456, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 192456, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 192456, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 192456, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 192456, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 192456, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 192456, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 192456, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 192456, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 192456, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 192456, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 192456, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 192456, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 192456, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 192456, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 192456, linux-lts/trunk/module-symbol-waiting-3.0.patch)

-+
 testing-i686/3.0.54-ptrace-i686-build.patch
 |   41 
 testing-i686/PKGBUILD  
 |  331 
 testing-i686/change-default-console-loglevel.patch 
 |   12 
 testing-i686/config
 | 5575 ++
 testing-i686/config.x86_64 
 | 5330 +
 testing-i686/ext4-options.patch
 |   49 
 testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch  
 |  187 
 testing-i686/i915-fix-ghost-tv-output.patch
 |   26 
 testing-i686/linux-lts.install 
 |   31 
 testing-i686/linux-lts.preset  
 |   14 
 testing-i686/module-init-wait-3.0.patch
 |   77 
 testing-i686/module-symbol-waiting-3.0.patch   
 |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch  
 |   41 
 testing-x86_64/PKGBUILD
 |  331 
 testing-x86_64/change-default-console-loglevel.patch   
 |   12 
 testing-x86_64/config  
 | 5575 ++
 testing-x86_64/config.x86_64   
 | 5330 +
 testing-x86_64/ext4-options.patch  
 |   49 
 
testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch 
|  187 
 testing-x86_64/i

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

2013-08-12 Thread Tobias Powalowski
Date: Monday, August 12, 2013 @ 10:25:27
  Author: tpowa
Revision: 192456

upgpkg: linux-lts 3.0.90-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 07:03:16 UTC (rev 192455)
+++ PKGBUILD2013-08-12 08:25:27 UTC (rev 192456)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.89
+pkgver=3.0.90
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '3efc2657c280de45f3b1921ae2e1c2a0'
+ 'd9fe27d9f5ae61dc792ab67f220b549f'
  'a5186d7ee7b7c79fa27bbb56e2d3b823'
  'a0a497460f41850068b3a90c073768c2'
  '232b52576a62c7a333e9fe7a1e1ca359'



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

2013-08-12 Thread Evangelos Foutras
Date: Monday, August 12, 2013 @ 10:14:37
  Author: foutrelis
Revision: 95439

archrelease: copy trunk to community-any

Added:
  python-south/repos/community-any/PKGBUILD
(from rev 95438, python-south/trunk/PKGBUILD)
Deleted:
  python-south/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-12 08:14:27 UTC (rev 95438)
+++ PKGBUILD2013-08-12 08:14:37 UTC (rev 95439)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tiago Pierezan Camargo 
-
-pkgname=('python-south' 'python2-south')
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Intelligent database migrations library for the Django web framework"
-arch=('any')
-url="http://south.aeracode.org/";
-license=('APACHE')
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('b695477fc7171d8844a0477a8caa688d6988d895ec14faa817f44def8a5d7845')
-
-package_python-south() {
-  depends=('python-django')
-
-  cd "$srcdir/South-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-south() {
-  depends=('python2-django')
-  conflicts=('python-south<=0.7.6-1')
-  replaces=('python-south<=0.7.6-1')
-
-  cd "$srcdir/South-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-south/repos/community-any/PKGBUILD (from rev 95438, 
python-south/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-12 08:14:37 UTC (rev 95439)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgname=('python-south' 'python2-south')
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="Intelligent database migrations library for the Django web framework"
+arch=('any')
+url="http://south.aeracode.org/";
+license=('APACHE')
+makedepends=('python-distribute' 'python2-distribute')
+source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
+sha256sums=('a6f074f048a63a0d19cd1a6ae298377b4800351eca8e1294d33f709c5cdd5e5a')
+
+package_python-south() {
+  depends=('python-django')
+
+  cd "$srcdir/South-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-south() {
+  depends=('python2-django')
+  conflicts=('python-south<=0.7.6-1')
+  replaces=('python-south<=0.7.6-1')
+
+  cd "$srcdir/South-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-08-12 Thread Evangelos Foutras
Date: Monday, August 12, 2013 @ 10:14:27
  Author: foutrelis
Revision: 95438

upgpkg: python-south 0.8.2-1

New upstream release.

Modified:
  python-south/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 07:39:27 UTC (rev 95437)
+++ PKGBUILD2013-08-12 08:14:27 UTC (rev 95438)
@@ -3,7 +3,7 @@
 # Contributor: Tiago Pierezan Camargo 
 
 pkgname=('python-south' 'python2-south')
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="Intelligent database migrations library for the Django web framework"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('APACHE')
 makedepends=('python-distribute' 'python2-distribute')
 source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('b695477fc7171d8844a0477a8caa688d6988d895ec14faa817f44def8a5d7845')
+sha256sums=('a6f074f048a63a0d19cd1a6ae298377b4800351eca8e1294d33f709c5cdd5e5a')
 
 package_python-south() {
   depends=('python-django')



[arch-commits] Commit in dolphin-emu/repos (18 files)

2013-08-12 Thread Jakob Gruber
Date: Monday, August 12, 2013 @ 09:39:20
  Author: schuay
Revision: 95436

archrelease: copy trunk to community-staging-i686

Added:
  dolphin-emu/repos/community-staging-i686/
  dolphin-emu/repos/community-staging-i686/Dolphin_Logo.png
(from rev 95435, dolphin-emu/trunk/Dolphin_Logo.png)
  dolphin-emu/repos/community-staging-i686/PKGBUILD
(from rev 95435, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-staging-i686/dolphin-emu.desktop
(from rev 95435, dolphin-emu/trunk/dolphin-emu.desktop)
  dolphin-emu/repos/community-staging-i686/gcc48fix.patch
(from rev 95435, dolphin-emu/trunk/gcc48fix.patch)
  dolphin-emu/repos/community-staging-x86_64/
  dolphin-emu/repos/community-staging-x86_64/Dolphin_Logo.png
(from rev 95435, dolphin-emu/trunk/Dolphin_Logo.png)
  dolphin-emu/repos/community-staging-x86_64/PKGBUILD
(from rev 95435, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-staging-x86_64/dolphin-emu.desktop
(from rev 95435, dolphin-emu/trunk/dolphin-emu.desktop)
  dolphin-emu/repos/community-staging-x86_64/gcc48fix.patch
(from rev 95435, dolphin-emu/trunk/gcc48fix.patch)
Deleted:
  dolphin-emu/repos/community-staging-i686/Dolphin_Logo.png
  dolphin-emu/repos/community-staging-i686/PKGBUILD
  dolphin-emu/repos/community-staging-i686/dolphin-emu.desktop
  dolphin-emu/repos/community-staging-i686/gcc48fix.patch
  dolphin-emu/repos/community-staging-x86_64/Dolphin_Logo.png
  dolphin-emu/repos/community-staging-x86_64/PKGBUILD
  dolphin-emu/repos/community-staging-x86_64/dolphin-emu.desktop
  dolphin-emu/repos/community-staging-x86_64/gcc48fix.patch

--+
 /PKGBUILD|   96 +
 /dolphin-emu.desktop |   22 +
 /gcc48fix.patch  |  450 +
 community-staging-i686/PKGBUILD  |   48 --
 community-staging-i686/dolphin-emu.desktop   |   11 
 community-staging-i686/gcc48fix.patch|  225 
 community-staging-x86_64/PKGBUILD|   48 --
 community-staging-x86_64/dolphin-emu.desktop |   11 
 community-staging-x86_64/gcc48fix.patch  |  225 
 9 files changed, 568 insertions(+), 568 deletions(-)

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


[arch-commits] Commit in dolphin-emu/repos/community-staging-x86_64 (8 files)

2013-08-12 Thread Jakob Gruber
Date: Monday, August 12, 2013 @ 09:39:27
  Author: schuay
Revision: 95437

archrelease: copy trunk to community-staging-x86_64

Added:
  dolphin-emu/repos/community-staging-x86_64/Dolphin_Logo.png
(from rev 95436, dolphin-emu/trunk/Dolphin_Logo.png)
  dolphin-emu/repos/community-staging-x86_64/PKGBUILD
(from rev 95436, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-staging-x86_64/dolphin-emu.desktop
(from rev 95436, dolphin-emu/trunk/dolphin-emu.desktop)
  dolphin-emu/repos/community-staging-x86_64/gcc48fix.patch
(from rev 95436, dolphin-emu/trunk/gcc48fix.patch)
Deleted:
  dolphin-emu/repos/community-staging-x86_64/Dolphin_Logo.png
  dolphin-emu/repos/community-staging-x86_64/PKGBUILD
  dolphin-emu/repos/community-staging-x86_64/dolphin-emu.desktop
  dolphin-emu/repos/community-staging-x86_64/gcc48fix.patch

-+
 PKGBUILD|   96 +-
 dolphin-emu.desktop |   22 +-
 gcc48fix.patch  |  450 +-
 3 files changed, 284 insertions(+), 284 deletions(-)

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

Copied: dolphin-emu/repos/community-staging-x86_64/Dolphin_Logo.png (from rev 
95436, dolphin-emu/trunk/Dolphin_Logo.png)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-12 07:39:20 UTC (rev 95436)
+++ PKGBUILD2013-08-12 07:39:27 UTC (rev 95437)
@@ -1,48 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Jeremy Newton (Mystro256)
-
-pkgname=dolphin-emu
-pkgver=3.5
-pkgrel=7
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce Emulator'
-arch=('i686' 'x86_64')
-url='http://dolphin-emu.org'
-license=('GPL2')
-
-makedepends=('cmake' 'glproto' 'opencl-headers')
-depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'libgl' 'libxxf86vm' 
'lsb-release' 'lzo2' 'mesa' \
- 'nvidia-cg-toolkit' 'openal' 'portaudio' 'sdl' 'wxgtk2.9')
-optdepends=('pulseaudio')
-
-source=("http://dolphin-emu.googlecode.com/files/dolphin-${pkgver}-src.zip";
-'dolphin-emu.desktop'
-'Dolphin_Logo.png'
-'gcc48fix.patch')
-
-build() {
-  cd "${srcdir}/dolphin-${pkgver}"
-
-  # 'u32 __rold' redeclared as different kind of symbol
-  # Patch merged upstream, remove with next release (> 3.5)
-  patch -lNp1 < "${srcdir}/gcc48fix.patch"
-
-  mkdir build && cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
-  make
-}
-
-package() {
-  cd "${srcdir}/dolphin-${pkgver}/build"
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 "${srcdir}/dolphin-emu.desktop" \
- "${pkgdir}/usr/share/applications/dolphin-emu.desktop"
-  install -Dm644 "${srcdir}/Dolphin_Logo.png" 
"${pkgdir}/usr/share/pixmaps/dolphin-emu.png"
-}
-
-md5sums=('4d0429f1e10f0862256e0b4c4e2f44a3'
- 'feed4580c2e6bfbc7f6c67dad861daae'
- 'd15c51f547b4bd47e510faac40bcc9d6'
- 'ddeddc2a65042486565b4b78ad739a80')

Copied: dolphin-emu/repos/community-staging-x86_64/PKGBUILD (from rev 95436, 
dolphin-emu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-12 07:39:27 UTC (rev 95437)
@@ -0,0 +1,48 @@
+# Maintainer: schuay 
+# Contributor: Jeremy Newton (Mystro256)
+
+pkgname=dolphin-emu
+pkgver=3.5
+pkgrel=7
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce Emulator'
+arch=('i686' 'x86_64')
+url='http://dolphin-emu.org'
+license=('GPL2')
+
+makedepends=('cmake' 'glproto' 'opencl-headers')
+depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'libgl' 'libxxf86vm' 
'lsb-release' 'lzo2' 'mesa' \
+ 'nvidia-cg-toolkit' 'openal' 'portaudio' 'sdl' 'wxgtk2.9')
+optdepends=('pulseaudio')
+
+source=("http://dolphin-emu.googlecode.com/files/dolphin-${pkgver}-src.zip";
+'dolphin-emu.desktop'
+'Dolphin_Logo.png'
+'gcc48fix.patch')
+
+build() {
+  cd "${srcdir}/dolphin-${pkgver}"
+
+  # 'u32 __rold' redeclared as different kind of symbol
+  # Patch merged upstream, remove with next release (> 3.5)
+  patch -lNp1 < "${srcdir}/gcc48fix.patch"
+
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd "${srcdir}/dolphin-${pkgver}/build"
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 "${srcdir}/dolphin-emu.desktop" \
+ "${pkgdir}/usr/share/applications/dolphin-emu.desktop"
+  install -Dm644 "${srcdir}/Dolphin_Logo.png" 
"${pkgdir}/usr/share/pixmaps/dolphin-emu.png"
+}
+
+md5sums=('4d0429f1e10f0862256e0b4c4e2f44a3'
+ 'feed4580c2e6bfbc7f6c67dad861daae'
+ 'd15c51f547b4bd47e510faac40bcc9d6'
+ 'ddeddc2a65042486565b4b78ad739a80')

Deleted: dolphin-emu.desktop
===

  1   2   >