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

2014-07-06 Thread Giovanni Scafora
Date: Sunday, July 6, 2014 @ 08:22:32
  Author: giovanni
Revision: 216559

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 216558, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 216558, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 216558, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 216558, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |  100 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   50 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   50 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-06 06:22:20 UTC (rev 216558)
+++ extra-i686/PKGBUILD 2014-07-06 06:22:32 UTC (rev 216559)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=mercurial
-pkgver=3.0.1
-pkgrel=1
-pkgdesc=A scalable distributed SCM tool
-arch=('i686' 'x86_64')
-url=http://mercurial.selenic.com/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-md5sums=('15de301a673b77f839325dba10ed4fc0'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  sed -i -e 's#env python#env python2#' \
-${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
-  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
-  install -m755 contrib/hgk ${pkgdir}/usr/bin
-  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
-  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
-  install -d ${pkgdir}/usr/share/emacs/site-lisp
-  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
-  
-  # FS#38825 - Add certs config to package 
-  echo -e \n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n  
${pkgdir}/etc/mercurial/hgrc
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 216558, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-06 06:22:32 UTC (rev 216559)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=mercurial
+pkgver=3.0.2
+pkgrel=1
+pkgdesc=A scalable distributed SCM tool
+arch=('i686' 'x86_64')
+url=http://mercurial.selenic.com/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
+'mercurial.profile')
+md5sums=('c5be4265745a8140fec777a4dfc40e0e'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  sed -i -e 's#env python#env python2#' \
+${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
+  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
+  install -m755 contrib/hgk ${pkgdir}/usr/bin
+  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
+  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
+  install -d ${pkgdir}/usr/share/emacs/site-lisp
+  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 contrib/vim/HGAnnotate.vim 

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

2014-07-06 Thread Giovanni Scafora
Date: Sunday, July 6, 2014 @ 08:22:20
  Author: giovanni
Revision: 216558

upgpkg: mercurial 3.0.2-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 05:48:13 UTC (rev 216557)
+++ PKGBUILD2014-07-06 06:22:20 UTC (rev 216558)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=mercurial
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc=A scalable distributed SCM tool
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-md5sums=('15de301a673b77f839325dba10ed4fc0'
+md5sums=('c5be4265745a8140fec777a4dfc40e0e'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 package() {



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

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 11:20:08
  Author: schiv
Revision: 115154

upgpkg: jsampler 0.9-3

mtree rebuild

Modified:
  jsampler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 02:50:29 UTC (rev 115153)
+++ PKGBUILD2014-07-06 09:20:08 UTC (rev 115154)
@@ -5,7 +5,7 @@
 pkgname=jsampler
 _realname=JSampler
 pkgver=0.9
-pkgrel=2
+pkgrel=3
 pkgdesc=LinuxSampler Java GUI
 arch=(any)
 url=http://sourceforge.net/projects/jsampler/;



[arch-commits] Commit in jsampler/repos/community-any (10 files)

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 11:20:27
  Author: schiv
Revision: 115155

archrelease: copy trunk to community-any

Added:
  jsampler/repos/community-any/PKGBUILD
(from rev 115154, jsampler/trunk/PKGBUILD)
  jsampler/repos/community-any/jsampler-classic.desktop
(from rev 115154, jsampler/trunk/jsampler-classic.desktop)
  jsampler/repos/community-any/jsampler-classic.sh
(from rev 115154, jsampler/trunk/jsampler-classic.sh)
  jsampler/repos/community-any/jsampler.desktop
(from rev 115154, jsampler/trunk/jsampler.desktop)
  jsampler/repos/community-any/jsampler.sh
(from rev 115154, jsampler/trunk/jsampler.sh)
Deleted:
  jsampler/repos/community-any/PKGBUILD
  jsampler/repos/community-any/jsampler-classic.desktop
  jsampler/repos/community-any/jsampler-classic.sh
  jsampler/repos/community-any/jsampler.desktop
  jsampler/repos/community-any/jsampler.sh

--+
 PKGBUILD |  120 ++---
 jsampler-classic.desktop |   16 +++---
 jsampler-classic.sh  |4 -
 jsampler.desktop |   16 +++---
 jsampler.sh  |4 -
 5 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 09:20:08 UTC (rev 115154)
+++ PKGBUILD2014-07-06 09:20:27 UTC (rev 115155)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: svoufff svoufff at gmail dot com
-
-pkgname=jsampler
-_realname=JSampler
-pkgver=0.9
-pkgrel=2
-pkgdesc=LinuxSampler Java GUI
-arch=(any)
-url=http://sourceforge.net/projects/jsampler/;
-license=('GPL')
-depends=('java-runtime' 'linuxsampler')
-makedepends=('java-environment' 'apache-ant')
-source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.bz2
-$pkgname.sh
-$pkgname-classic.sh
-$pkgname.desktop
-$pkgname-classic.desktop)
-md5sums=('e1915d9c222388caed7b8eac6579ab8a'
- '41fbbd9e6ed85ba0ab1086827dcdda12'
- '88e8129968aa089ec6f24b96d655563b'
- '25fb1cfbbe833a6cf9a02662a77cb43e'
- '186aab16866fecb0579b985195eaeeb0')
-
-build() {
-  cd $srcdir/$_realname-$pkgver
-
-  ant build-fantasia
-  ant build-jsclassic
-}
-
-package() {
-  cd $srcdir/$_realname-$pkgver
-
-  # install java files
-  install -Dm644 dist/Fantasia-$pkgver.jar \
-$pkgdir/usr/share/java/$pkgname/fantasia.jar
-  install -Dm644 dist/JS_Classic-$pkgver.jar \
-$pkgdir/usr/share/java/$pkgname/js-classic.jar
-
-  # install shell scripts
-  install -Dm755 ../$pkgname.sh \
- $pkgdir/usr/bin/$pkgname
-  install -Dm755 ../$pkgname-classic.sh \
-$pkgdir/usr/bin/$pkgname-classic
-
-  # install freedesktop.org compatibility
-  install -Dm644 res/fantasia/icons/app_icon.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 res/js-classic/icons/app-icon.png \
-$pkgdir/usr/share/pixmaps/$pkgname-classic.png
-
-  install -Dm644 ../$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 ../$pkgname-classic.desktop \
-$pkgdir/usr/share/applications/$pkgname-classic.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jsampler/repos/community-any/PKGBUILD (from rev 115154, 
jsampler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 09:20:27 UTC (rev 115155)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: svoufff svoufff at gmail dot com
+
+pkgname=jsampler
+_realname=JSampler
+pkgver=0.9
+pkgrel=3
+pkgdesc=LinuxSampler Java GUI
+arch=(any)
+url=http://sourceforge.net/projects/jsampler/;
+license=('GPL')
+depends=('java-runtime' 'linuxsampler')
+makedepends=('java-environment' 'apache-ant')
+source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.bz2
+$pkgname.sh
+$pkgname-classic.sh
+$pkgname.desktop
+$pkgname-classic.desktop)
+md5sums=('e1915d9c222388caed7b8eac6579ab8a'
+ '41fbbd9e6ed85ba0ab1086827dcdda12'
+ '88e8129968aa089ec6f24b96d655563b'
+ '25fb1cfbbe833a6cf9a02662a77cb43e'
+ '186aab16866fecb0579b985195eaeeb0')
+
+build() {
+  cd $srcdir/$_realname-$pkgver
+
+  ant build-fantasia
+  ant build-jsclassic
+}
+
+package() {
+  cd $srcdir/$_realname-$pkgver
+
+  # install java files
+  install -Dm644 dist/Fantasia-$pkgver.jar \
+$pkgdir/usr/share/java/$pkgname/fantasia.jar
+  install -Dm644 dist/JS_Classic-$pkgver.jar \
+$pkgdir/usr/share/java/$pkgname/js-classic.jar
+
+  # install shell scripts
+  install -Dm755 ../$pkgname.sh \
+ $pkgdir/usr/bin/$pkgname
+  install -Dm755 ../$pkgname-classic.sh \
+$pkgdir/usr/bin/$pkgname-classic
+
+  # install freedesktop.org compatibility
+  install -Dm644 res/fantasia/icons/app_icon.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+  install -Dm644 res/js-classic/icons/app-icon.png 

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

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 11:26:06
  Author: schiv
Revision: 115156

upgpkg: kim4 0.9.5-5

mtree rebuild

Modified:
  kim4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 09:20:27 UTC (rev 115155)
+++ PKGBUILD2014-07-06 09:26:06 UTC (rev 115156)
@@ -5,7 +5,7 @@
 
 pkgname=kim4
 pkgver=0.9.5
-pkgrel=4
+pkgrel=5
 pkgdesc=Kde Image Menu to compress, resize, convert, rename and much more
 arch=('any')
 url=http://www.kde-apps.org/content/show.php?content=11505;
@@ -13,7 +13,7 @@
 depends=('bash' 'imagemagick' 'kdebase-dolphin')
 source=(http://bouveyron.free.fr/kim/release/$pkgname-$pkgver.tar.gz)
 md5sums=('c7934ab0dbf988da5f60d9c4cbf97dd5')
-
+
 package() {
   cd ${srcdir}/${pkgname}/src
 



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

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 11:26:20
  Author: schiv
Revision: 115157

archrelease: copy trunk to community-any

Added:
  kim4/repos/community-any/PKGBUILD
(from rev 115156, kim4/trunk/PKGBUILD)
Deleted:
  kim4/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 09:26:06 UTC (rev 115156)
+++ PKGBUILD2014-07-06 09:26:20 UTC (rev 115157)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: raku racz...@gmail.com
-
-pkgname=kim4
-pkgver=0.9.5
-pkgrel=4
-pkgdesc=Kde Image Menu to compress, resize, convert, rename and much more
-arch=('any')
-url=http://www.kde-apps.org/content/show.php?content=11505;
-license=('GPL')
-depends=('bash' 'imagemagick' 'kdebase-dolphin')
-source=(http://bouveyron.free.fr/kim/release/$pkgname-$pkgver.tar.gz)
-md5sums=('c7934ab0dbf988da5f60d9c4cbf97dd5')
-
-package() {
-  cd ${srcdir}/${pkgname}/src
-
-  install -d ${pkgdir}/usr/share/kde4/services/ServiceMenus
-  install -Dm644 kim_{compressandresize,convertandrotate,publication}.desktop \
-${pkgdir}/usr/share/kde4/services/ServiceMenus
-  install -d ${pkgdir}/usr/bin
-  install -Dm755 
bin/kim_{album,compress,convert,flipflop,galery,multiburst,other,pelemele} \
-
bin/kim_{print,record,record_mpg,rename,resize,resizeandsend,rotate,rotatewithexif}
 \
-bin/kim_{slideshow,sortbydate,treatment,webexport} ${pkgdir}/usr/bin/
-  install -d ${pkgdir}/usr/share/kim/slideshow
-  install -Dm644 slideshow/{dewslider.swf,index.part1,index.part2} \
-${pkgdir}/usr/share/kim/slideshow
-  install -d ${pkgdir}/usr/share/kim/gallery
-  install -Dm644 gallery/{index.part1,index.part2} \
-${pkgdir}/usr/share/kim/gallery
-}

Copied: kim4/repos/community-any/PKGBUILD (from rev 115156, kim4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 09:26:20 UTC (rev 115157)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: raku racz...@gmail.com
+
+pkgname=kim4
+pkgver=0.9.5
+pkgrel=5
+pkgdesc=Kde Image Menu to compress, resize, convert, rename and much more
+arch=('any')
+url=http://www.kde-apps.org/content/show.php?content=11505;
+license=('GPL')
+depends=('bash' 'imagemagick' 'kdebase-dolphin')
+source=(http://bouveyron.free.fr/kim/release/$pkgname-$pkgver.tar.gz)
+md5sums=('c7934ab0dbf988da5f60d9c4cbf97dd5')
+
+package() {
+  cd ${srcdir}/${pkgname}/src
+
+  install -d ${pkgdir}/usr/share/kde4/services/ServiceMenus
+  install -Dm644 kim_{compressandresize,convertandrotate,publication}.desktop \
+${pkgdir}/usr/share/kde4/services/ServiceMenus
+  install -d ${pkgdir}/usr/bin
+  install -Dm755 
bin/kim_{album,compress,convert,flipflop,galery,multiburst,other,pelemele} \
+
bin/kim_{print,record,record_mpg,rename,resize,resizeandsend,rotate,rotatewithexif}
 \
+bin/kim_{slideshow,sortbydate,treatment,webexport} ${pkgdir}/usr/bin/
+  install -d ${pkgdir}/usr/share/kim/slideshow
+  install -Dm644 slideshow/{dewslider.swf,index.part1,index.part2} \
+${pkgdir}/usr/share/kim/slideshow
+  install -d ${pkgdir}/usr/share/kim/gallery
+  install -Dm644 gallery/{index.part1,index.part2} \
+${pkgdir}/usr/share/kim/gallery
+}



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

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 11:29:19
  Author: schiv
Revision: 115158

upgpkg: raul 0.8.0-4

mtree rebuild

Modified:
  raul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 09:26:20 UTC (rev 115157)
+++ PKGBUILD2014-07-06 09:29:19 UTC (rev 115158)
@@ -5,7 +5,7 @@
 
 pkgname=raul
 pkgver=0.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc=C++ Realtime Audio Utility Library
 arch=('i686' 'x86_64')
 url=http://drobilla.net/software/raul/;



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

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 11:29:39
  Author: schiv
Revision: 115160

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

Added:
  raul/repos/community-i686/PKGBUILD
(from rev 115159, raul/trunk/PKGBUILD)
  raul/repos/community-i686/raul-0.8.0-ldconfig.patch
(from rev 115159, raul/trunk/raul-0.8.0-ldconfig.patch)
  raul/repos/community-x86_64/PKGBUILD
(from rev 115159, raul/trunk/PKGBUILD)
  raul/repos/community-x86_64/raul-0.8.0-ldconfig.patch
(from rev 115159, raul/trunk/raul-0.8.0-ldconfig.patch)
Deleted:
  raul/repos/community-i686/PKGBUILD
  raul/repos/community-i686/raul-0.8.0-ldconfig.patch
  raul/repos/community-x86_64/PKGBUILD
  raul/repos/community-x86_64/raul-0.8.0-ldconfig.patch

+
 /PKGBUILD  |   68 +++
 /raul-0.8.0-ldconfig.patch |   20 +++
 community-i686/PKGBUILD|   34 -
 community-i686/raul-0.8.0-ldconfig.patch   |   10 ---
 community-x86_64/PKGBUILD  |   34 -
 community-x86_64/raul-0.8.0-ldconfig.patch |   10 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 09:29:25 UTC (rev 115159)
+++ community-i686/PKGBUILD 2014-07-06 09:29:39 UTC (rev 115160)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Max a.k.a. Synthead synth...@gmail.com
-# Contributor: christhemonkey christhemonkey at gmail dot com
-
-pkgname=raul
-pkgver=0.8.0
-pkgrel=3
-pkgdesc=C++ Realtime Audio Utility Library
-arch=('i686' 'x86_64')
-url=http://drobilla.net/software/raul/;
-depends=('glib2')
-makedepends=('boost' 'python2')
-license=('GPL')
-options=('!makeflags')
-source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;
-'raul-0.8.0-ldconfig.patch')
-md5sums=('8fa71a20db81fbed5fb6516dea383ea8'
- 'e86cee755a503d25d37fb2bcaaf48a9b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/raul-0.8.0-ldconfig.patch
-
-  python2 waf configure --prefix=/usr
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  python2 waf install --destdir=${pkgdir}
-}

Copied: raul/repos/community-i686/PKGBUILD (from rev 115159, 
raul/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 09:29:39 UTC (rev 115160)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Max a.k.a. Synthead synth...@gmail.com
+# Contributor: christhemonkey christhemonkey at gmail dot com
+
+pkgname=raul
+pkgver=0.8.0
+pkgrel=4
+pkgdesc=C++ Realtime Audio Utility Library
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/raul/;
+depends=('glib2')
+makedepends=('boost' 'python2')
+license=('GPL')
+options=('!makeflags')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;
+'raul-0.8.0-ldconfig.patch')
+md5sums=('8fa71a20db81fbed5fb6516dea383ea8'
+ 'e86cee755a503d25d37fb2bcaaf48a9b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/raul-0.8.0-ldconfig.patch
+
+  python2 waf configure --prefix=/usr
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  python2 waf install --destdir=${pkgdir}
+}

Deleted: community-i686/raul-0.8.0-ldconfig.patch
===
--- community-i686/raul-0.8.0-ldconfig.patch2014-07-06 09:29:25 UTC (rev 
115159)
+++ community-i686/raul-0.8.0-ldconfig.patch2014-07-06 09:29:39 UTC (rev 
115160)
@@ -1,10 +0,0 @@
 a/wscript
-+++ b/wscript
-@@ -153,7 +153,5 @@ def build(bld):
-   # Documentation
-   autowaf.build_dox(bld, 'RAUL', RAUL_VERSION, top, out)
- 
--  bld.add_post_fun(autowaf.run_ldconfig)
--
- def test(ctx):
-   autowaf.run_tests(ctx, APPNAME, tests.split())

Copied: raul/repos/community-i686/raul-0.8.0-ldconfig.patch (from rev 115159, 
raul/trunk/raul-0.8.0-ldconfig.patch)
===
--- community-i686/raul-0.8.0-ldconfig.patch(rev 0)
+++ community-i686/raul-0.8.0-ldconfig.patch2014-07-06 09:29:39 UTC (rev 
115160)
@@ -0,0 +1,10 @@
+--- a/wscript
 b/wscript
+@@ -153,7 +153,5 @@ def build(bld):
+   # Documentation
+   autowaf.build_dox(bld, 'RAUL', RAUL_VERSION, top, out)
+ 
+-  bld.add_post_fun(autowaf.run_ldconfig)
+-
+ def test(ctx):
+   autowaf.run_tests(ctx, APPNAME, tests.split())

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-06 09:29:25 UTC (rev 115159)
+++ community-x86_64/PKGBUILD   2014-07-06 

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

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 11:29:25
  Author: schiv
Revision: 115159

upgpkg: python2-poppler 0.12.1-8

mtree rebuild

Modified:
  python2-poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 09:29:19 UTC (rev 115158)
+++ PKGBUILD2014-07-06 09:29:25 UTC (rev 115159)
@@ -5,7 +5,7 @@
 pkgname=python2-poppler
 _realname=pypoppler
 pkgver=0.12.1
-pkgrel=7
+pkgrel=8
 pkgdesc=Python 2.x bindings for Poppler
 arch=('i686' 'x86_64')
 url=https://launchpad.net/poppler-python;



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

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 11:29:44
  Author: schiv
Revision: 115161

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

Added:
  python2-poppler/repos/community-i686/PKGBUILD
(from rev 115159, python2-poppler/trunk/PKGBUILD)
  python2-poppler/repos/community-i686/pypoppler-0.12.1-poppler-0.16.0.patch
(from rev 115159, 
python2-poppler/trunk/pypoppler-0.12.1-poppler-0.16.0.patch)
  python2-poppler/repos/community-x86_64/PKGBUILD
(from rev 115159, python2-poppler/trunk/PKGBUILD)
  python2-poppler/repos/community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch
(from rev 115160, 
python2-poppler/trunk/pypoppler-0.12.1-poppler-0.16.0.patch)
Deleted:
  python2-poppler/repos/community-i686/PKGBUILD
  python2-poppler/repos/community-i686/pypoppler-0.12.1-poppler-0.16.0.patch
  python2-poppler/repos/community-x86_64/PKGBUILD
  python2-poppler/repos/community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch

+
 /PKGBUILD  |   92 +++
 /pypoppler-0.12.1-poppler-0.16.0.patch |   22 +++
 community-i686/PKGBUILD|   46 ---
 community-i686/pypoppler-0.12.1-poppler-0.16.0.patch   |   11 -
 community-x86_64/PKGBUILD  |   46 ---
 community-x86_64/pypoppler-0.12.1-poppler-0.16.0.patch |   11 -
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 09:29:39 UTC (rev 115160)
+++ community-i686/PKGBUILD 2014-07-06 09:29:44 UTC (rev 115161)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=python2-poppler
-_realname=pypoppler
-pkgver=0.12.1
-pkgrel=7
-pkgdesc=Python 2.x bindings for Poppler
-arch=('i686' 'x86_64')
-url=https://launchpad.net/poppler-python;
-license=('GPL')
-depends=('pygtk' 'poppler-glib' 'glib2' 'freetype2')
-provides=('pypoppler' 'python-poppler')
-conflicts=('python-poppler')
-replaces=('python-poppler')
-source=(http://launchpad.net/poppler-python/trunk/development/+download/$_realname-$pkgver.tar.gz;
-'pypoppler-0.12.1-poppler-0.16.0.patch')
-md5sums=('1a89e5ed3042afc81bbd4d02e0cf640a'
- '683c5b67866d56adc2494120cc329dc8')
-
-build() {
-  cd $srcdir/$_realname-$pkgver
-
-  # poppler 0.16 compat
-  patch -Np0 -i \
- $srcdir/pypoppler-0.12.1-poppler-0.16.0.patch
-
-  # poppler 0.18 compat
-  sed -i /pixbuf/,/^)/d poppler.defs
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$_realname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-poppler/repos/community-i686/PKGBUILD (from rev 115159, 
python2-poppler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 09:29:44 UTC (rev 115161)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=python2-poppler
+_realname=pypoppler
+pkgver=0.12.1
+pkgrel=8
+pkgdesc=Python 2.x bindings for Poppler
+arch=('i686' 'x86_64')
+url=https://launchpad.net/poppler-python;
+license=('GPL')
+depends=('pygtk' 'poppler-glib' 'glib2' 'freetype2')
+provides=('pypoppler' 'python-poppler')
+conflicts=('python-poppler')
+replaces=('python-poppler')
+source=(http://launchpad.net/poppler-python/trunk/development/+download/$_realname-$pkgver.tar.gz;
+'pypoppler-0.12.1-poppler-0.16.0.patch')
+md5sums=('1a89e5ed3042afc81bbd4d02e0cf640a'
+ '683c5b67866d56adc2494120cc329dc8')
+
+build() {
+  cd $srcdir/$_realname-$pkgver
+
+  # poppler 0.16 compat
+  patch -Np0 -i \
+ $srcdir/pypoppler-0.12.1-poppler-0.16.0.patch
+
+  # poppler 0.18 compat
+  sed -i /pixbuf/,/^)/d poppler.defs
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$_realname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/pypoppler-0.12.1-poppler-0.16.0.patch
===
--- community-i686/pypoppler-0.12.1-poppler-0.16.0.patch2014-07-06 
09:29:39 UTC (rev 115160)
+++ community-i686/pypoppler-0.12.1-poppler-0.16.0.patch2014-07-06 
09:29:44 UTC (rev 115161)
@@ -1,11 +0,0 @@
 poppler.defs.orig  2010-12-30 05:55:07.0 +
-+++ poppler.defs   2010-12-30 05:55:27.0 +
-@@ -1794,7 +1794,7 @@
- 
- (define-method get_text
-   (of-object 

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

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 12:44:03
  Author: schiv
Revision: 115162

upgpkg: subdownloader 2.0.18-2

mtree rebuild

Modified:
  subdownloader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 09:29:44 UTC (rev 115161)
+++ PKGBUILD2014-07-06 10:44:03 UTC (rev 115162)
@@ -6,7 +6,7 @@
 
 pkgname=subdownloader
 pkgver=2.0.18
-pkgrel=1
+pkgrel=2
 pkgdesc=Automatic download/upload of subtitles using fast hashing
 arch=('any')
 url=http://www.subdownloader.net/;



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

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 12:47:36
  Author: schiv
Revision: 115164

upgpkg: wammu 0.36-4

mtree rebuild

Modified:
  wammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 10:44:16 UTC (rev 115163)
+++ PKGBUILD2014-07-06 10:47:36 UTC (rev 115164)
@@ -5,7 +5,7 @@
 
 pkgname=wammu
 pkgver=0.36
-pkgrel=3
+pkgrel=4
 pkgdesc=A wxPython-based GUI for Gammu
 arch=('any')
 url=http://wammu.eu/;



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

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 12:44:16
  Author: schiv
Revision: 115163

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |  124 
 subdownloader.install |   22 
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 10:44:03 UTC (rev 115162)
+++ PKGBUILD2014-07-06 10:44:16 UTC (rev 115163)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Thomas Jost thomas.j...@gmail.com
-
-pkgname=subdownloader
-pkgver=2.0.18
-pkgrel=1
-pkgdesc=Automatic download/upload of subtitles using fast hashing
-arch=('any')
-url=http://www.subdownloader.net/;
-license=('GPL3')
-depends=('imdbpy' 'kaa-metadata' 'python2-pyqt')
-makedepends=('icu')
-options=('!emptydirs')
-install=$pkgname.install
-source=(http://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_$pkgver.orig.tar.gz;)
-md5sums=('11dbc455f542b68e96e2cc539deb3f8f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # prepare dirs
-  install -d $pkgdir/usr/share/$pkgname \
-$pkgdir/usr/bin \
-$pkgdir/usr/share/man/man1/
-
-  # manuals
-  gzip subdownloader.1
-  install -D subdownloader.1.gz $pkgdir/usr/share/man/man1/
-
-  # freedesktop.org
-  install -D -m644 subdownloader.desktop \
-$pkgdir/usr/share/applications/subdownloader.desktop
-  rm subdownloader.1.gz subdownloader.desktop
-
-  # runtime and executables
-  cp -a * $pkgdir/usr/share/$pkgname/
-  chmod 755 $pkgdir/usr/share/$pkgname/run.py
-  ln -s /usr/share/$pkgname/run.py \
-$pkgdir/usr/bin/subdownloader
-
-  install -D -m644 gui/images/subdownloader.png \
-$pkgdir/usr/share/pixmaps/subdownloader.png
-
-  # unnecessary directories
-  cd $pkgdir/usr/share/$pkgname
-  rm -r distribution
-}
-
-# vim:set ts=2 sw=2 et:

Copied: subdownloader/repos/community-any/PKGBUILD (from rev 115162, 
subdownloader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 10:44:16 UTC (rev 115163)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Thomas Jost thomas.j...@gmail.com
+
+pkgname=subdownloader
+pkgver=2.0.18
+pkgrel=2
+pkgdesc=Automatic download/upload of subtitles using fast hashing
+arch=('any')
+url=http://www.subdownloader.net/;
+license=('GPL3')
+depends=('imdbpy' 'kaa-metadata' 'python2-pyqt')
+makedepends=('icu')
+options=('!emptydirs')
+install=$pkgname.install
+source=(http://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_$pkgver.orig.tar.gz;)
+md5sums=('11dbc455f542b68e96e2cc539deb3f8f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # prepare dirs
+  install -d $pkgdir/usr/share/$pkgname \
+$pkgdir/usr/bin \
+$pkgdir/usr/share/man/man1/
+
+  # manuals
+  gzip subdownloader.1
+  install -D subdownloader.1.gz $pkgdir/usr/share/man/man1/
+
+  # freedesktop.org
+  install -D -m644 subdownloader.desktop \
+$pkgdir/usr/share/applications/subdownloader.desktop
+  rm subdownloader.1.gz subdownloader.desktop
+
+  # runtime and executables
+  cp -a * $pkgdir/usr/share/$pkgname/
+  chmod 755 $pkgdir/usr/share/$pkgname/run.py
+  ln -s /usr/share/$pkgname/run.py \
+$pkgdir/usr/bin/subdownloader
+
+  install -D -m644 gui/images/subdownloader.png \
+$pkgdir/usr/share/pixmaps/subdownloader.png
+
+  # unnecessary directories
+  cd $pkgdir/usr/share/$pkgname
+  rm -r distribution
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: subdownloader.install
===
--- subdownloader.install   2014-07-06 10:44:03 UTC (rev 115162)
+++ subdownloader.install   2014-07-06 10:44:16 UTC (rev 115163)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-

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

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 12:47:49
  Author: schiv
Revision: 115165

archrelease: copy trunk to community-any

Added:
  wammu/repos/community-any/PKGBUILD
(from rev 115164, wammu/trunk/PKGBUILD)
  wammu/repos/community-any/wammu.changelog
(from rev 115164, wammu/trunk/wammu.changelog)
Deleted:
  wammu/repos/community-any/PKGBUILD
  wammu/repos/community-any/wammu.changelog

-+
 PKGBUILD|   58 --
 wammu.changelog |  142 +++---
 2 files changed, 103 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 10:47:36 UTC (rev 115164)
+++ PKGBUILD2014-07-06 10:47:49 UTC (rev 115165)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
-# Contributor: cs-cam me.at.camdaniel.com
-
-pkgname=wammu
-pkgver=0.36
-pkgrel=3
-pkgdesc=A wxPython-based GUI for Gammu
-arch=('any')
-url=http://wammu.eu/;
-license=('GPL')
-depends=('gammu' 'notification-daemon' 'wxpython')
-optdepends=('gnome-bluetooth: bluetooth support'
-   'python2-pybluez: bluetooth support')
-source=(http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2)
-md5sums=('065186e6d08bffd7f95ae46904cb')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
-
-  ./setup.py install --root=$pkgdir --optimize=1
-}

Copied: wammu/repos/community-any/PKGBUILD (from rev 115164, 
wammu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 10:47:49 UTC (rev 115165)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: cs-cam me.at.camdaniel.com
+
+pkgname=wammu
+pkgver=0.36
+pkgrel=4
+pkgdesc=A wxPython-based GUI for Gammu
+arch=('any')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('gammu' 'wxpython')
+optdepends=('gnome-bluetooth: Bluetooth support'
+'python2-pybluez: Bluetooth support'
+   'notification-daemon: Notifications support')
+source=(http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2;)
+md5sums=('065186e6d08bffd7f95ae46904cb')
+
+
+build() {
+  cd $pkgname-$pkgver
+
+  # python2 fix
+  sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+}

Deleted: wammu.changelog
===
--- wammu.changelog 2014-07-06 10:47:36 UTC (rev 115164)
+++ wammu.changelog 2014-07-06 10:47:49 UTC (rev 115165)
@@ -1,71 +0,0 @@
-2010-12-02 Ray Rashif sc...@archlinux.org
-
-   * Version bump: 0.35
-   upstream release
-
-2010-09-23 Ray Rashif sc...@archlinux.org
-
-   * Version bump: 0.34
-   rebuilt for python(2)
-
-2010-06-30 Ray Rashif sc...@archlinux.org
-
-   * Version bump: 0.33
-
-   * PKGBUILD: src now at sourceforge
-   new changelog array
-
-   * ChangeLog: changed to wammu.changelog
-
-2010-01-25  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.32.1
-
-   * PKGBUILD: updated website url
-
-2010-01-05  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.31.1
-
-2009-04-14  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.30.1
-
-   * PKGBUILD: changed 'python-gammu' dependency in 'gammu'
-
-2008-10-27  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.29
-
-2008-08-03  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.28
-
-   * PKGBUILD: moved from $startdir/{pkg,usr} to $srcdir/$pkgdir, added
-   optdepends array
-
-   * wammu.install: removed in favour of optdepends array in PKGBUILD
-
-2007-05-13  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.27
-
-   * wammu.install: removed post_upgrade() function
-
-2008-03-07  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.26
-
-2007-12-19  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.25
-
-   * ChangeLog: adapted to specifications
-
-2007-12-06  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.24
-
-2007-11-05  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.23

Copied: wammu/repos/community-any/wammu.changelog (from rev 115164, 
wammu/trunk/wammu.changelog)
===
--- wammu.changelog (rev 0)
+++ wammu.changelog 2014-07-06 10:47:49 UTC (rev 115165)
@@ -0,0 +1,71 @@
+2010-12-02 Ray Rashif sc...@archlinux.org
+
+   * Version bump: 0.35
+   upstream 

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

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 12:52:59
  Author: schiv
Revision: 115166

upgpkg: timidity-freepats 20060219-7

mtree rebuild

Modified:
  timidity-freepats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 10:47:49 UTC (rev 115165)
+++ PKGBUILD2014-07-06 10:52:59 UTC (rev 115166)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Ray Rashif schivmeis...@gmail.com
+# Maintainer: Ray Rashif sc...@archlinux.org
 # Contributor: Corrado Primier ba...@aur.archlinux.org
 # Contributor: rabyte rabyte.at.pen.dot.tj
 
 pkgname=timidity-freepats
 pkgver=20060219
-pkgrel=6
+pkgrel=7
 pkgdesc=A free and open set of instrument patches for use with softsynths
 arch=('any')
 url=http://freepats.zenvoid.org/;
@@ -14,7 +14,7 @@
 install=$pkgname.install
 source=(http://freepats.zenvoid.org/freepats-${pkgver}.tar.bz2;
 'timidity-freepats.cfg')
-md5sums=('b947806304bc559a644a2c06deda8404' 
+md5sums=('b947806304bc559a644a2c06deda8404'
  'f9b5efafc6339a173d95e06cf7870d64')
 
 package() {



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

2014-07-06 Thread Ray Rashif
Date: Sunday, July 6, 2014 @ 12:53:16
  Author: schiv
Revision: 115167

archrelease: copy trunk to community-any

Added:
  timidity-freepats/repos/community-any/ChangeLog
(from rev 115166, timidity-freepats/trunk/ChangeLog)
  timidity-freepats/repos/community-any/PKGBUILD
(from rev 115166, timidity-freepats/trunk/PKGBUILD)
  timidity-freepats/repos/community-any/timidity-freepats.cfg
(from rev 115166, timidity-freepats/trunk/timidity-freepats.cfg)
  timidity-freepats/repos/community-any/timidity-freepats.install
(from rev 115166, timidity-freepats/trunk/timidity-freepats.install)
Deleted:
  timidity-freepats/repos/community-any/ChangeLog
  timidity-freepats/repos/community-any/PKGBUILD
  timidity-freepats/repos/community-any/timidity-freepats.cfg
  timidity-freepats/repos/community-any/timidity-freepats.install

---+
 ChangeLog |   12 +++
 PKGBUILD  |   68 ++--
 timidity-freepats.cfg |   64 -
 timidity-freepats.install |   26 
 4 files changed, 85 insertions(+), 85 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-07-06 10:52:59 UTC (rev 115166)
+++ ChangeLog   2014-07-06 10:53:16 UTC (rev 115167)
@@ -1,6 +0,0 @@
-2010-05-31 Ray Rashif schivmeis...@gmail.com
-* Rebuild to update package filename with architecture
-* URI and source link changes
-
-2007-10-24 Corrado Primier ba...@aur.archlinux.org
-* Adopted and added to [community]

Copied: timidity-freepats/repos/community-any/ChangeLog (from rev 115166, 
timidity-freepats/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-07-06 10:53:16 UTC (rev 115167)
@@ -0,0 +1,6 @@
+2010-05-31 Ray Rashif schivmeis...@gmail.com
+* Rebuild to update package filename with architecture
+* URI and source link changes
+
+2007-10-24 Corrado Primier ba...@aur.archlinux.org
+* Adopted and added to [community]

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 10:52:59 UTC (rev 115166)
+++ PKGBUILD2014-07-06 10:53:16 UTC (rev 115167)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif schivmeis...@gmail.com
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: rabyte rabyte.at.pen.dot.tj
-
-pkgname=timidity-freepats
-pkgver=20060219
-pkgrel=6
-pkgdesc=A free and open set of instrument patches for use with softsynths
-arch=('any')
-url=http://freepats.zenvoid.org/;
-license=('GPL')
-depends=('timidity++')
-install=$pkgname.install
-source=(http://freepats.zenvoid.org/freepats-${pkgver}.tar.bz2;
-'timidity-freepats.cfg')
-md5sums=('b947806304bc559a644a2c06deda8404' 
- 'f9b5efafc6339a173d95e06cf7870d64')
-
-package() {
-  install -d ${pkgdir}/usr/share/timidity/freepats/{Drum,Tone}_000/
-  install -m644 ${srcdir}/freepats/Drum_000/*.pat \
-  ${pkgdir}/usr/share/timidity/freepats/Drum_000/
-  install -m644 ${srcdir}/freepats/Drum_000/*.txt \
-  ${pkgdir}/usr/share/timidity/freepats/Drum_000/
-  install -m644 ${srcdir}/freepats/Tone_000/*.pat \
-  ${pkgdir}/usr/share/timidity/freepats/Tone_000/
-  install -m644 ${srcdir}/freepats/Tone_000/*.txt \
-  ${pkgdir}/usr/share/timidity/freepats/Tone_000/
-  install -Dm644 ${srcdir}/freepats/crude.cfg \
-  ${pkgdir}/etc/timidity++/freepats/freepats.cfg
-  install -m644 ${srcdir}/timidity-freepats.cfg \
-  ${pkgdir}/etc/timidity++/
-}

Copied: timidity-freepats/repos/community-any/PKGBUILD (from rev 115166, 
timidity-freepats/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 10:53:16 UTC (rev 115167)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: rabyte rabyte.at.pen.dot.tj
+
+pkgname=timidity-freepats
+pkgver=20060219
+pkgrel=7
+pkgdesc=A free and open set of instrument patches for use with softsynths
+arch=('any')
+url=http://freepats.zenvoid.org/;
+license=('GPL')
+depends=('timidity++')
+install=$pkgname.install
+source=(http://freepats.zenvoid.org/freepats-${pkgver}.tar.bz2;
+'timidity-freepats.cfg')
+md5sums=('b947806304bc559a644a2c06deda8404'
+ 'f9b5efafc6339a173d95e06cf7870d64')
+
+package() {
+  install -d ${pkgdir}/usr/share/timidity/freepats/{Drum,Tone}_000/
+  install -m644 ${srcdir}/freepats/Drum_000/*.pat \
+  ${pkgdir}/usr/share/timidity/freepats/Drum_000/
+  install -m644 ${srcdir}/freepats/Drum_000/*.txt \
+  ${pkgdir}/usr/share/timidity/freepats/Drum_000/
+  install -m644 ${srcdir}/freepats/Tone_000/*.pat \
+  ${pkgdir}/usr/share/timidity/freepats/Tone_000/
+  install -m644 ${srcdir}/freepats/Tone_000/*.txt \
+  

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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 13:11:58
  Author: fyan
Revision: 216560

upgpkg: python-setuptools 1:5.4-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 06:22:32 UTC (rev 216559)
+++ PKGBUILD2014-07-06 11:11:58 UTC (rev 216560)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.3
+pkgver=5.4
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('d2db9c26bf2db97f36d53d0d873adadf0ecc370ec333c0b4aca37a9e95836eab854c9a7d3e1ab94210070179f0b1fb308af2e73d2dd680543a3f9c03cc4720b4')
+sha512sums=('530f3d91970d07693d6327814f71dd47f3dfe82fa6ada25a8c216aea62acdf4ec22a83c07f82b80cb59f0bdb41af90e83263f08fad7ca1ebebc184eee99f7eef')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 13:12:41
  Author: fyan
Revision: 216561

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 11:11:58 UTC (rev 216560)
+++ PKGBUILD2014-07-06 11:12:41 UTC (rev 216561)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.3
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('d2db9c26bf2db97f36d53d0d873adadf0ecc370ec333c0b4aca37a9e95836eab854c9a7d3e1ab94210070179f0b1fb308af2e73d2dd680543a3f9c03cc4720b4')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-package_python-setuptools() {
-  depends=('python=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 216560, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 11:12:41 UTC (rev 216561)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=5.4
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('530f3d91970d07693d6327814f71dd47f3dfe82fa6ada25a8c216aea62acdf4ec22a83c07f82b80cb59f0bdb41af90e83263f08fad7ca1ebebc184eee99f7eef')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
+ 
+package_python-setuptools() {
+  

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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 13:21:06
  Author: fyan
Revision: 216562

upgpkg: python-cffi 0.8.5-1

Modified:
  python-cffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 11:12:41 UTC (rev 216561)
+++ PKGBUILD2014-07-06 11:21:06 UTC (rev 216562)
@@ -5,7 +5,7 @@
 _name=cffi
 pkgbase=python-$_name
 pkgname=(python-$_name python2-$_name)
-pkgver=0.8.3
+pkgver=0.8.5
 pkgrel=1
 pkgdesc=Foreign Function Interface for Python calling C code
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
-md5sums=('57e140a7d475f58bada8f2ada3f5749e')
+md5sums=('964981f3fada08abbe9a6f8948f3a4c3')
 
 prepare() {
   cp -a $_name-$pkgver{,-py2}



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 13:22:18
  Author: fyan
Revision: 216563

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-06 11:21:06 UTC (rev 216562)
+++ extra-i686/PKGBUILD 2014-07-06 11:22:18 UTC (rev 216563)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lilydjwg lilyd...@gmail.com
-
-_name=cffi
-pkgbase=python-$_name
-pkgname=(python-$_name python2-$_name)
-pkgver=0.8.3
-pkgrel=1
-pkgdesc=Foreign Function Interface for Python calling C code
-arch=('i686' 'x86_64')
-url=http://cffi.readthedocs.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
-md5sums=('57e140a7d475f58bada8f2ada3f5749e')
-
-prepare() {
-  cp -a $_name-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/$_name-$pkgver
-  python3 setup.py build
-
-  cd $srcdir/$_name-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/$_name-$pkgver
-  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
-
-  cd $srcdir/$_name-$pkgver-py2
-  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
-}
-
-package_python-cffi() {
-  depends=('python' 'python-pycparser')
-
-  cd $srcdir/$_name-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-cffi() {
-  depends=('python2' 'python2-pycparser')
-
-  cd $srcdir/$_name-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-cffi/repos/extra-i686/PKGBUILD (from rev 216562, 
python-cffi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-06 11:22:18 UTC (rev 216563)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lilydjwg lilyd...@gmail.com
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=0.8.5
+pkgrel=1
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
+md5sums=('964981f3fada08abbe9a6f8948f3a4c3')
+
+prepare() {
+  cp -a $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/$_name-$pkgver
+  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
+
+  cd $srcdir/$_name-$pkgver-py2
+  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-06 11:21:06 UTC (rev 216562)
+++ extra-x86_64/PKGBUILD   2014-07-06 11:22:18 UTC (rev 216563)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lilydjwg lilyd...@gmail.com
-
-_name=cffi
-pkgbase=python-$_name
-pkgname=(python-$_name python2-$_name)
-pkgver=0.8.3
-pkgrel=1
-pkgdesc=Foreign Function Interface for Python calling C code
-arch=('i686' 'x86_64')
-url=http://cffi.readthedocs.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)

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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:00:51
  Author: fyan
Revision: 115172

upgpkg: ext3grep 0.10.2-3

mtree rebuild

Modified:
  ext3grep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:00:47 UTC (rev 115171)
+++ PKGBUILD2014-07-06 12:00:51 UTC (rev 115172)
@@ -4,7 +4,7 @@
 
 pkgname=ext3grep
 pkgver=0.10.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A tool to investigate an ext3 file system for deleted content and 
possibly recover it
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/ext3grep/;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:00:18
  Author: fyan
Revision: 115170

upgpkg: extundelete 0.2.4-2

mtree rebuild

Modified:
  extundelete/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 11:58:27 UTC (rev 115169)
+++ PKGBUILD2014-07-06 12:00:18 UTC (rev 115170)
@@ -4,7 +4,7 @@
 
 pkgname=extundelete
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Utility for recovering deleted files from ext2, ext3 or ext4 
partitions by parsing the journal
 arch=('i686' 'x86_64')
 url=http://extundelete.sourceforge.net;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 13:58:09
  Author: fyan
Revision: 115168

upgpkg: dvd-slideshow 0.8.4-3

mtree rebuild

Modified:
  dvd-slideshow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 10:53:16 UTC (rev 115167)
+++ PKGBUILD2014-07-06 11:58:09 UTC (rev 115168)
@@ -7,7 +7,7 @@
 
 pkgname=dvd-slideshow
 pkgver=0.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc=Scripts for creating slideshow DVDs with menus, audio, and fancy 
effects.
 arch=('any')
 url=http://dvd-slideshow.sourceforge.net;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:00:47
  Author: fyan
Revision: 115171

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

Added:
  extundelete/repos/community-i686/PKGBUILD
(from rev 115170, extundelete/trunk/PKGBUILD)
  extundelete/repos/community-i686/extundelete.changelog
(from rev 115170, extundelete/trunk/extundelete.changelog)
  extundelete/repos/community-x86_64/PKGBUILD
(from rev 115170, extundelete/trunk/PKGBUILD)
  extundelete/repos/community-x86_64/extundelete.changelog
(from rev 115170, extundelete/trunk/extundelete.changelog)
Deleted:
  extundelete/repos/community-i686/PKGBUILD
  extundelete/repos/community-i686/extundelete.changelog
  extundelete/repos/community-x86_64/PKGBUILD
  extundelete/repos/community-x86_64/extundelete.changelog

+
 /PKGBUILD  |   56 +++
 /extundelete.changelog |   24 +
 community-i686/PKGBUILD|   28 ---
 community-i686/extundelete.changelog   |   12 --
 community-x86_64/PKGBUILD  |   28 ---
 community-x86_64/extundelete.changelog |   12 --
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 12:00:18 UTC (rev 115170)
+++ community-i686/PKGBUILD 2014-07-06 12:00:47 UTC (rev 115171)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: snuo
-
-pkgname=extundelete
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=Utility for recovering deleted files from ext2, ext3 or ext4 
partitions by parsing the journal
-arch=('i686' 'x86_64')
-url=http://extundelete.sourceforge.net;
-license=('GPL')
-makedepends=('e2fsprogs')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a1f9dd61247056d36401ce5d6785e74d08a184340eebd3865c345ddaa93f19f4')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: extundelete/repos/community-i686/PKGBUILD (from rev 115170, 
extundelete/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 12:00:47 UTC (rev 115171)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: snuo
+
+pkgname=extundelete
+pkgver=0.2.4
+pkgrel=2
+pkgdesc=Utility for recovering deleted files from ext2, ext3 or ext4 
partitions by parsing the journal
+arch=('i686' 'x86_64')
+url=http://extundelete.sourceforge.net;
+license=('GPL')
+makedepends=('e2fsprogs')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a1f9dd61247056d36401ce5d6785e74d08a184340eebd3865c345ddaa93f19f4')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/extundelete.changelog
===
--- community-i686/extundelete.changelog2014-07-06 12:00:18 UTC (rev 
115170)
+++ community-i686/extundelete.changelog2014-07-06 12:00:47 UTC (rev 
115171)
@@ -1,12 +0,0 @@
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * extundelete 0.2.4-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * extundelete 0.2.1-1
-
-2012-02-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * extundelete 0.2.0-2 package signed
-
-2010-07-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Package moved to [community] from AUR - 83 votes
-   * Version 0.2.0-1

Copied: extundelete/repos/community-i686/extundelete.changelog (from rev 
115170, extundelete/trunk/extundelete.changelog)
===
--- community-i686/extundelete.changelog(rev 0)
+++ community-i686/extundelete.changelog2014-07-06 12:00:47 UTC (rev 
115171)
@@ -0,0 +1,12 @@
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * extundelete 0.2.4-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * extundelete 0.2.1-1
+
+2012-02-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * extundelete 0.2.0-2 package signed
+
+2010-07-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Package moved to [community] from AUR - 83 votes
+   * Version 0.2.0-1

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD 

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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:01:27
  Author: fyan
Revision: 115173

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

Added:
  ext3grep/repos/community-i686/PKGBUILD
(from rev 115172, ext3grep/trunk/PKGBUILD)
  ext3grep/repos/community-i686/ext3grep-build.patch
(from rev 115172, ext3grep/trunk/ext3grep-build.patch)
  ext3grep/repos/community-i686/ext3grep.changelog
(from rev 115172, ext3grep/trunk/ext3grep.changelog)
  ext3grep/repos/community-x86_64/PKGBUILD
(from rev 115172, ext3grep/trunk/PKGBUILD)
  ext3grep/repos/community-x86_64/ext3grep-build.patch
(from rev 115172, ext3grep/trunk/ext3grep-build.patch)
  ext3grep/repos/community-x86_64/ext3grep.changelog
(from rev 115172, ext3grep/trunk/ext3grep.changelog)
Deleted:
  ext3grep/repos/community-i686/PKGBUILD
  ext3grep/repos/community-i686/ext3grep-build.patch
  ext3grep/repos/community-i686/ext3grep.changelog
  ext3grep/repos/community-x86_64/PKGBUILD
  ext3grep/repos/community-x86_64/ext3grep-build.patch
  ext3grep/repos/community-x86_64/ext3grep.changelog

---+
 /PKGBUILD |   66 
 /ext3grep-build.patch |   52 +
 /ext3grep.changelog   |   12 +
 community-i686/PKGBUILD   |   33 
 community-i686/ext3grep-build.patch   |   26 
 community-i686/ext3grep.changelog |6 --
 community-x86_64/PKGBUILD |   33 
 community-x86_64/ext3grep-build.patch |   26 
 community-x86_64/ext3grep.changelog   |6 --
 9 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 12:00:51 UTC (rev 115172)
+++ community-i686/PKGBUILD 2014-07-06 12:01:27 UTC (rev 115173)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: ivh
-
-pkgname=ext3grep
-pkgver=0.10.2
-pkgrel=2
-pkgdesc=A tool to investigate an ext3 file system for deleted content and 
possibly recover it
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/ext3grep/;
-license=('GPL')
-makedepends=('e2fsprogs' 'patch')
-changelog=$pkgname.changelog
-source=(http://ext3grep.googlecode.com/files/$pkgname-$pkgver.tar.gz \
-$pkgname-build.patch)
-sha256sums=('586f3e939d2ffd782f6f006b81a3df2dc477c6da03f21edb8860c5c4f7198f3e'
-'6f57d5012fcfb063012ade80b25c356defc2d22411bbb9086ea89c0de10f3117')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-#http://code.google.com/p/ext3grep/issues/detail?id=34
-  patch -Np1 -i ${srcdir}/$pkgname-build.patch
-  
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: ext3grep/repos/community-i686/PKGBUILD (from rev 115172, 
ext3grep/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 12:01:27 UTC (rev 115173)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: ivh
+
+pkgname=ext3grep
+pkgver=0.10.2
+pkgrel=3
+pkgdesc=A tool to investigate an ext3 file system for deleted content and 
possibly recover it
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/ext3grep/;
+license=('GPL')
+makedepends=('e2fsprogs' 'patch')
+changelog=$pkgname.changelog
+source=(http://ext3grep.googlecode.com/files/$pkgname-$pkgver.tar.gz \
+$pkgname-build.patch)
+sha256sums=('586f3e939d2ffd782f6f006b81a3df2dc477c6da03f21edb8860c5c4f7198f3e'
+'6f57d5012fcfb063012ade80b25c356defc2d22411bbb9086ea89c0de10f3117')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+#http://code.google.com/p/ext3grep/issues/detail?id=34
+  patch -Np1 -i ${srcdir}/$pkgname-build.patch
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/ext3grep-build.patch
===
--- community-i686/ext3grep-build.patch 2014-07-06 12:00:51 UTC (rev 115172)
+++ community-i686/ext3grep-build.patch 2014-07-06 12:01:27 UTC (rev 115173)
@@ -1,26 +0,0 @@
-diff -ruN1 ext3grep-0.10.2-orig/src/ext3.h ext3grep-0.10.2/src/ext3.h
 ext3grep-0.10.2-orig/src/ext3.h2008-04-09 13:20:31.0 +0200
-+++ ext3grep-0.10.2/src/ext3.h 2012-02-26 17:05:42.0 +0100
-@@ -26,2 +26,13 @@
- 
-+// this trickery needs to happen before ext2_fs is included so
-+// bail out if it has already been included by another path
-+#ifdef _LINUX_EXT2_FS_H
-+  #error please include this file before any other includes of 
ext2fs/ext2_fs.h
-+#endif
-+
-+// some versions of the ext2 headers call this s_frags_per_group and some
-+// call it 

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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 13:58:27
  Author: fyan
Revision: 115169

archrelease: copy trunk to community-any

Added:
  dvd-slideshow/repos/community-any/PKGBUILD
(from rev 115168, dvd-slideshow/trunk/PKGBUILD)
  dvd-slideshow/repos/community-any/dvd-slideshow.install
(from rev 115168, dvd-slideshow/trunk/dvd-slideshow.install)
Deleted:
  dvd-slideshow/repos/community-any/PKGBUILD
  dvd-slideshow/repos/community-any/dvd-slideshow.install

---+
 PKGBUILD  |   60 
 dvd-slideshow.install |8 +++---
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 11:58:09 UTC (rev 115168)
+++ PKGBUILD2014-07-06 11:58:27 UTC (rev 115169)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Tim Yang t...@gmx.com
-# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
-# Contributor: Travis Nickles ryooh...@yahoo.com
-# Contributor: Haw-Bin Chai hbc...@gmail.com
-
-pkgname=dvd-slideshow
-pkgver=0.8.4
-pkgrel=2
-pkgdesc=Scripts for creating slideshow DVDs with menus, audio, and fancy 
effects.
-arch=('any')
-url=http://dvd-slideshow.sourceforge.net;
-license=('GPL')
-depends=('bc' 'cdrkit' 'dvdauthor' 'jhead' 'netpbm' 'sox' 'toolame' 
'transcode' 'vorbis-tools')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-1.tar.gz)
-sha256sums=('484f71614ab45205f6133829c431b9a631cb0251de9b97993a9361648d0607e7')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-1
-
-  for _file in `ls man | sed 's/\.1//'`; do
-install -Dm755 $_file ${pkgdir}/usr/bin/$_file
-install -Dm644 man/$_file.1 ${pkgdir}/usr/share/man/man1/$_file.1
-install -Dm644 doc/$_file.html 
${pkgdir}/usr/share/doc/$pkgname/$_file.html
-  done
-
-  install -Dm644 ${pkgname}rc ${pkgdir}/usr/share/$pkgname/${pkgname}rc
-}

Copied: dvd-slideshow/repos/community-any/PKGBUILD (from rev 115168, 
dvd-slideshow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 11:58:27 UTC (rev 115169)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Tim Yang t...@gmx.com
+# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
+# Contributor: Travis Nickles ryooh...@yahoo.com
+# Contributor: Haw-Bin Chai hbc...@gmail.com
+
+pkgname=dvd-slideshow
+pkgver=0.8.4
+pkgrel=3
+pkgdesc=Scripts for creating slideshow DVDs with menus, audio, and fancy 
effects.
+arch=('any')
+url=http://dvd-slideshow.sourceforge.net;
+license=('GPL')
+depends=('bc' 'cdrkit' 'dvdauthor' 'jhead' 'netpbm' 'sox' 'toolame' 
'transcode' 'vorbis-tools')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-1.tar.gz)
+sha256sums=('484f71614ab45205f6133829c431b9a631cb0251de9b97993a9361648d0607e7')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-1
+
+  for _file in `ls man | sed 's/\.1//'`; do
+install -Dm755 $_file ${pkgdir}/usr/bin/$_file
+install -Dm644 man/$_file.1 ${pkgdir}/usr/share/man/man1/$_file.1
+install -Dm644 doc/$_file.html 
${pkgdir}/usr/share/doc/$pkgname/$_file.html
+  done
+
+  install -Dm644 ${pkgname}rc ${pkgdir}/usr/share/$pkgname/${pkgname}rc
+}

Deleted: dvd-slideshow.install
===
--- dvd-slideshow.install   2014-07-06 11:58:09 UTC (rev 115168)
+++ dvd-slideshow.install   2014-07-06 11:58:27 UTC (rev 115169)
@@ -1,4 +0,0 @@
-post_install() {
-  echo == A sample configuration file is included:
-  echo == cp /usr/share/dvd-slideshow/dvd-slideshowrc ~/.dvd-slideshowrc
-}

Copied: dvd-slideshow/repos/community-any/dvd-slideshow.install (from rev 
115168, dvd-slideshow/trunk/dvd-slideshow.install)
===
--- dvd-slideshow.install   (rev 0)
+++ dvd-slideshow.install   2014-07-06 11:58:27 UTC (rev 115169)
@@ -0,0 +1,4 @@
+post_install() {
+  echo == A sample configuration file is included:
+  echo == cp /usr/share/dvd-slideshow/dvd-slideshowrc ~/.dvd-slideshowrc
+}



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:03:40
  Author: fyan
Revision: 115174

upgpkg: gdmap 0.8.1-4

mtree rebuild

Modified:
  gdmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:01:27 UTC (rev 115173)
+++ PKGBUILD2014-07-06 12:03:40 UTC (rev 115174)
@@ -3,7 +3,7 @@
 
 pkgname=gdmap
 pkgver=0.8.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Tool to inspect the used space of folders.
 arch=('i686' 'x86_64')
 url=http://gdmap.sourceforge.net;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:04:20
  Author: fyan
Revision: 115175

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

Added:
  gdmap/repos/community-i686/ChangeLog
(from rev 115174, gdmap/trunk/ChangeLog)
  gdmap/repos/community-i686/PKGBUILD
(from rev 115174, gdmap/trunk/PKGBUILD)
  gdmap/repos/community-i686/gtk-fix.patch
(from rev 115174, gdmap/trunk/gtk-fix.patch)
  gdmap/repos/community-x86_64/ChangeLog
(from rev 115174, gdmap/trunk/ChangeLog)
  gdmap/repos/community-x86_64/PKGBUILD
(from rev 115174, gdmap/trunk/PKGBUILD)
  gdmap/repos/community-x86_64/gtk-fix.patch
(from rev 115174, gdmap/trunk/gtk-fix.patch)
Deleted:
  gdmap/repos/community-i686/ChangeLog
  gdmap/repos/community-i686/PKGBUILD
  gdmap/repos/community-i686/gtk-fix.patch
  gdmap/repos/community-x86_64/ChangeLog
  gdmap/repos/community-x86_64/PKGBUILD
  gdmap/repos/community-x86_64/gtk-fix.patch

+
 /ChangeLog |   10 +++
 /PKGBUILD  |   72 
 /gtk-fix.patch |  100 +++
 community-i686/ChangeLog   |5 -
 community-i686/PKGBUILD|   36 --
 community-i686/gtk-fix.patch   |   50 ---
 community-x86_64/ChangeLog |5 -
 community-x86_64/PKGBUILD  |   36 --
 community-x86_64/gtk-fix.patch |   50 ---
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-07-06 12:03:40 UTC (rev 115174)
+++ community-i686/ChangeLog2014-07-06 12:04:20 UTC (rev 115175)
@@ -1,5 +0,0 @@
-2007-06-28 Dragonlord dragonlord@aur.archlinux.orgta...@nagi-fanboi.net
-   * updated to major release 0.8.1
-
-2007-06-28 tardo ta...@nagi-fanboi.net
-   * Built for x86_64

Copied: gdmap/repos/community-i686/ChangeLog (from rev 115174, 
gdmap/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-07-06 12:04:20 UTC (rev 115175)
@@ -0,0 +1,5 @@
+2007-06-28 Dragonlord dragonlord@aur.archlinux.orgta...@nagi-fanboi.net
+   * updated to major release 0.8.1
+
+2007-06-28 tardo ta...@nagi-fanboi.net
+   * Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 12:03:40 UTC (rev 115174)
+++ community-i686/PKGBUILD 2014-07-06 12:04:20 UTC (rev 115175)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Roman Kyrylych roman.kyryl...@gmail.com
-
-pkgname=gdmap
-pkgver=0.8.1
-pkgrel=3
-pkgdesc=Tool to inspect the used space of folders.
-arch=('i686' 'x86_64')
-url=http://gdmap.sourceforge.net;
-license=('GPL')
-depends=('gtk2' 'glib2' 'libxml2')
-makedepends=('gettext' 'intltool')
-source=(http://downloads.sourceforge.net/sourceforge/gdmap/$pkgname-$pkgver.tar.gz
 \
-   gtk-fix.patch)
-md5sums=('54b43354dbe774810104607ad1eaaed3'
- 'a5488ae69fa778cd35398b99bb1d6c94')
-
-build() {
-  cd ${srcdir}/gdmap-$pkgver
-
-  cd src
-  # fix deprecated gtk macros call
-  patch -Np0 -i ../../gtk-fix.patch
-  # fix linking
-  sed -i -e 's/@LIBXML_LIBS@/@LIBXML_LIBS@ -lm/g' Makefile.in
-  cd ..
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/gdmap-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: gdmap/repos/community-i686/PKGBUILD (from rev 115174, 
gdmap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 12:04:20 UTC (rev 115175)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Roman Kyrylych roman.kyryl...@gmail.com
+
+pkgname=gdmap
+pkgver=0.8.1
+pkgrel=4
+pkgdesc=Tool to inspect the used space of folders.
+arch=('i686' 'x86_64')
+url=http://gdmap.sourceforge.net;
+license=('GPL')
+depends=('gtk2' 'glib2' 'libxml2')
+makedepends=('gettext' 'intltool')
+source=(http://downloads.sourceforge.net/sourceforge/gdmap/$pkgname-$pkgver.tar.gz
 \
+   gtk-fix.patch)
+md5sums=('54b43354dbe774810104607ad1eaaed3'
+ 'a5488ae69fa778cd35398b99bb1d6c94')
+
+build() {
+  cd ${srcdir}/gdmap-$pkgver
+
+  cd src
+  # fix deprecated gtk macros call
+  patch -Np0 -i ../../gtk-fix.patch
+  # fix linking
+  sed -i -e 's/@LIBXML_LIBS@/@LIBXML_LIBS@ -lm/g' Makefile.in
+  cd ..
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/gdmap-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/gtk-fix.patch
===
--- community-i686/gtk-fix.patch2014-07-06 12:03:40 UTC (rev 115174)
+++ community-i686/gtk-fix.patch2014-07-06 12:04:20 UTC (rev 115175)
@@ -1,50 +0,0 @@
 gui_support.c  

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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:06:03
  Author: fyan
Revision: 115176

upgpkg: gebabbel 0.4-7

mtree rebuild

Modified:
  gebabbel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:04:20 UTC (rev 115175)
+++ PKGBUILD2014-07-06 12:06:03 UTC (rev 115176)
@@ -4,7 +4,7 @@
 
 pkgname=gebabbel
 pkgver=0.4
-pkgrel=6
+pkgrel=7
 pkgdesc=GUI for gpsbabel
 arch=('i686' 'x86_64')
 url=http://gebabbel.sourceforge.net/;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:06:52
  Author: fyan
Revision: 115178

upgpkg: gpg-crypter 0.4.1-2

mtree rebuild

Modified:
  gpg-crypter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:06:47 UTC (rev 115177)
+++ PKGBUILD2014-07-06 12:06:52 UTC (rev 115178)
@@ -5,7 +5,7 @@
 
 pkgname=gpg-crypter
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and 
libgpgme
 arch=('i686' 'x86_64')
 url=http://gpg-crypter.sourceforge.net/;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:06:47
  Author: fyan
Revision: 115177

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

Added:
  gebabbel/repos/community-i686/PKGBUILD
(from rev 115176, gebabbel/trunk/PKGBUILD)
  gebabbel/repos/community-i686/gebabbel-0.4.patch
(from rev 115176, gebabbel/trunk/gebabbel-0.4.patch)
  gebabbel/repos/community-i686/gebabbel.changelog
(from rev 115176, gebabbel/trunk/gebabbel.changelog)
  gebabbel/repos/community-i686/gebabbel.desktop
(from rev 115176, gebabbel/trunk/gebabbel.desktop)
  gebabbel/repos/community-x86_64/PKGBUILD
(from rev 115176, gebabbel/trunk/PKGBUILD)
  gebabbel/repos/community-x86_64/gebabbel-0.4.patch
(from rev 115176, gebabbel/trunk/gebabbel-0.4.patch)
  gebabbel/repos/community-x86_64/gebabbel.changelog
(from rev 115176, gebabbel/trunk/gebabbel.changelog)
  gebabbel/repos/community-x86_64/gebabbel.desktop
(from rev 115176, gebabbel/trunk/gebabbel.desktop)
Deleted:
  gebabbel/repos/community-i686/PKGBUILD
  gebabbel/repos/community-i686/gebabbel-0.4.patch
  gebabbel/repos/community-i686/gebabbel.changelog
  gebabbel/repos/community-i686/gebabbel.desktop
  gebabbel/repos/community-x86_64/PKGBUILD
  gebabbel/repos/community-x86_64/gebabbel-0.4.patch
  gebabbel/repos/community-x86_64/gebabbel.changelog
  gebabbel/repos/community-x86_64/gebabbel.desktop

-+
 /PKGBUILD   |   92 ++
 /gebabbel-0.4.patch |   14 +
 /gebabbel.changelog |6 ++
 /gebabbel.desktop   |   14 +
 community-i686/PKGBUILD |   46 -
 community-i686/gebabbel-0.4.patch   |7 --
 community-i686/gebabbel.changelog   |3 -
 community-i686/gebabbel.desktop |7 --
 community-x86_64/PKGBUILD   |   46 -
 community-x86_64/gebabbel-0.4.patch |7 --
 community-x86_64/gebabbel.changelog |3 -
 community-x86_64/gebabbel.desktop   |7 --
 12 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 12:06:03 UTC (rev 115176)
+++ community-i686/PKGBUILD 2014-07-06 12:06:47 UTC (rev 115177)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: pfm nl081...@yahoo.de
-
-pkgname=gebabbel
-pkgver=0.4
-pkgrel=6
-pkgdesc=GUI for gpsbabel
-arch=('i686' 'x86_64')
-url=http://gebabbel.sourceforge.net/;
-license=('GPL2')
-depends=('qt4' 'gpsbabel')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/Gebabbel-$pkgver-Src.tar.gz
 \
-http://$pkgname.sourceforge.net/GebabbelLogo.png \
-$pkgname.desktop \
-$pkgname-$pkgver.patch)
-sha256sums=('dcf3543412525959eaad755673fa65412077735fec400e6e62b1bd2c94ec1adf'
-'ca576fb10d493e1e7a2f96e56420477a3580bfd13961a73f2c1802de14ac7b69'
-'0b90c6443414bc85bb1abcf59d40529d29c4c1f464ef6293ebd6e3ea1aa7674f'
-'9ec383ceb462aab1d6561bcbad506b9c75a64866a13aeecf67f64b71807f9493')
-
-build() {
-  cd ${srcdir}/Gebabbel-$pkgver
-
-  patch -Np0 -i ${srcdir}/$pkgname-$pkgver.patch
-
-  qmake-qt4
-  make
-}
-
-package() {
-  cd ${srcdir}/Gebabbel-$pkgver
-
-  install -D -m755 ${srcdir}/Gebabbel-$pkgver/bin/$pkgname \
-${pkgdir}/usr/bin/$pkgname
-  install -D -m644 ${srcdir}/GebabbelLogo.png \
-${pkgdir}/usr/share/pixmaps/$pkgname.png 
-  install -D -m644 ${srcdir}/$pkgname.desktop \
-${pkgdir}/usr/share/applications/$pkgname.desktop
-
-  #localization
-  install -d ${pkgdir}/usr/share/$pkgname/locale
-  install -t ${pkgdir}/usr/share/$pkgname/locale/ \
-${srcdir}/Gebabbel-$pkgver/binincludes/translations/*.qm
-}

Copied: gebabbel/repos/community-i686/PKGBUILD (from rev 115176, 
gebabbel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 12:06:47 UTC (rev 115177)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: pfm nl081...@yahoo.de
+
+pkgname=gebabbel
+pkgver=0.4
+pkgrel=7
+pkgdesc=GUI for gpsbabel
+arch=('i686' 'x86_64')
+url=http://gebabbel.sourceforge.net/;
+license=('GPL2')
+depends=('qt4' 'gpsbabel')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/Gebabbel-$pkgver-Src.tar.gz
 \
+http://$pkgname.sourceforge.net/GebabbelLogo.png \
+$pkgname.desktop \
+$pkgname-$pkgver.patch)
+sha256sums=('dcf3543412525959eaad755673fa65412077735fec400e6e62b1bd2c94ec1adf'
+'ca576fb10d493e1e7a2f96e56420477a3580bfd13961a73f2c1802de14ac7b69'
+'0b90c6443414bc85bb1abcf59d40529d29c4c1f464ef6293ebd6e3ea1aa7674f'
+

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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:07:21
  Author: fyan
Revision: 115179

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

Added:
  gpg-crypter/repos/community-i686/PKGBUILD
(from rev 115178, gpg-crypter/trunk/PKGBUILD)
  gpg-crypter/repos/community-i686/gpg-crypter.changelog
(from rev 115178, gpg-crypter/trunk/gpg-crypter.changelog)
  gpg-crypter/repos/community-x86_64/PKGBUILD
(from rev 115178, gpg-crypter/trunk/PKGBUILD)
  gpg-crypter/repos/community-x86_64/gpg-crypter.changelog
(from rev 115178, gpg-crypter/trunk/gpg-crypter.changelog)
Deleted:
  gpg-crypter/repos/community-i686/PKGBUILD
  gpg-crypter/repos/community-i686/gpg-crypter.changelog
  gpg-crypter/repos/community-x86_64/PKGBUILD
  gpg-crypter/repos/community-x86_64/gpg-crypter.changelog

+
 /PKGBUILD  |   60 +++
 /gpg-crypter.changelog |4 ++
 community-i686/PKGBUILD|   30 ---
 community-i686/gpg-crypter.changelog   |2 -
 community-x86_64/PKGBUILD  |   30 ---
 community-x86_64/gpg-crypter.changelog |2 -
 6 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 12:06:52 UTC (rev 115178)
+++ community-i686/PKGBUILD 2014-07-06 12:07:21 UTC (rev 115179)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-# Contributor: lp76 l.ped...@gmail.com
-
-pkgname=gpg-crypter
-pkgver=0.4.1
-pkgrel=1
-pkgdesc=A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and 
libgpgme
-arch=('i686' 'x86_64')
-url=http://gpg-crypter.sourceforge.net/;
-license=('GPL2')
-depends=('gtk3' 'gpgme')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f7e2b27bf4a27ecbb07bce9cd40d1c08477a3bd065ba7d1a75d1732e4bdc023')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: gpg-crypter/repos/community-i686/PKGBUILD (from rev 115178, 
gpg-crypter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 12:07:21 UTC (rev 115179)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: lp76 l.ped...@gmail.com
+
+pkgname=gpg-crypter
+pkgver=0.4.1
+pkgrel=2
+pkgdesc=A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and 
libgpgme
+arch=('i686' 'x86_64')
+url=http://gpg-crypter.sourceforge.net/;
+license=('GPL2')
+depends=('gtk3' 'gpgme')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7e2b27bf4a27ecbb07bce9cd40d1c08477a3bd065ba7d1a75d1732e4bdc023')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/gpg-crypter.changelog
===
--- community-i686/gpg-crypter.changelog2014-07-06 12:06:52 UTC (rev 
115178)
+++ community-i686/gpg-crypter.changelog2014-07-06 12:07:21 UTC (rev 
115179)
@@ -1,2 +0,0 @@
-2012-11-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * gpg-crypter 0.4.1-1

Copied: gpg-crypter/repos/community-i686/gpg-crypter.changelog (from rev 
115178, gpg-crypter/trunk/gpg-crypter.changelog)
===
--- community-i686/gpg-crypter.changelog(rev 0)
+++ community-i686/gpg-crypter.changelog2014-07-06 12:07:21 UTC (rev 
115179)
@@ -0,0 +1,2 @@
+2012-11-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * gpg-crypter 0.4.1-1

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-06 12:06:52 UTC (rev 115178)
+++ community-x86_64/PKGBUILD   2014-07-06 12:07:21 UTC (rev 115179)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-# Contributor: lp76 l.ped...@gmail.com
-
-pkgname=gpg-crypter
-pkgver=0.4.1
-pkgrel=1
-pkgdesc=A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and 
libgpgme
-arch=('i686' 'x86_64')
-url=http://gpg-crypter.sourceforge.net/;
-license=('GPL2')
-depends=('gtk3' 'gpgme')
-makedepends=('intltool')

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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:13:24
  Author: fyan
Revision: 115182

upgpkg: gstreamermm 0.10.11-2

mtree rebuild

Modified:
  gstreamermm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:11:34 UTC (rev 115181)
+++ PKGBUILD2014-07-06 12:13:24 UTC (rev 115182)
@@ -3,7 +3,7 @@
 
 pkgname=gstreamermm
 pkgver=0.10.11
-pkgrel=1
+pkgrel=2
 pkgdesc=C++ interface for GStreamer
 arch=('i686' 'x86_64')
 url=http://gstreamer.freedesktop.org/bindings/cplusplus.html;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:13:54
  Author: fyan
Revision: 115183

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

Added:
  gstreamermm/repos/community-i686/PKGBUILD
(from rev 115182, gstreamermm/trunk/PKGBUILD)
  gstreamermm/repos/community-i686/gstreamermm.changelog
(from rev 115182, gstreamermm/trunk/gstreamermm.changelog)
  gstreamermm/repos/community-x86_64/PKGBUILD
(from rev 115182, gstreamermm/trunk/PKGBUILD)
  gstreamermm/repos/community-x86_64/gstreamermm.changelog
(from rev 115182, gstreamermm/trunk/gstreamermm.changelog)
Deleted:
  gstreamermm/repos/community-i686/PKGBUILD
  gstreamermm/repos/community-i686/gstreamermm.changelog
  gstreamermm/repos/community-x86_64/PKGBUILD
  gstreamermm/repos/community-x86_64/gstreamermm.changelog

+
 /PKGBUILD  |   70 +++
 /gstreamermm.changelog |   18 +++
 community-i686/PKGBUILD|   35 ---
 community-i686/gstreamermm.changelog   |9 ---
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/gstreamermm.changelog |9 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 12:13:24 UTC (rev 115182)
+++ community-i686/PKGBUILD 2014-07-06 12:13:54 UTC (rev 115183)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=gstreamermm
-pkgver=0.10.11
-pkgrel=1
-pkgdesc=C++ interface for GStreamer
-arch=('i686' 'x86_64')
-url=http://gstreamer.freedesktop.org/bindings/cplusplus.html;
-license=('LGPL')
-depends=('glibmm' 'gstreamer0.10-base=0.10.25' 'libsigc++2.0' 'libxml++')
-makedepends=('doxygen' 'pkgconfig')
-changelog=$pkgname.changelog
-source=(http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-# Make check won't work, since it checks mic input/capture which don't exists 
on pkgbuild.com
-#  make check
-
-}

Copied: gstreamermm/repos/community-i686/PKGBUILD (from rev 115182, 
gstreamermm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 12:13:54 UTC (rev 115183)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=gstreamermm
+pkgver=0.10.11
+pkgrel=2
+pkgdesc=C++ interface for GStreamer
+arch=('i686' 'x86_64')
+url=http://gstreamer.freedesktop.org/bindings/cplusplus.html;
+license=('LGPL')
+depends=('glibmm' 'gstreamer0.10-base=0.10.25' 'libsigc++2.0' 'libxml++')
+makedepends=('doxygen' 'pkgconfig')
+changelog=$pkgname.changelog
+source=(http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+# Make check won't work, since it checks mic input/capture which don't exists 
on pkgbuild.com
+#  make check
+
+}

Deleted: community-i686/gstreamermm.changelog
===
--- community-i686/gstreamermm.changelog2014-07-06 12:13:24 UTC (rev 
115182)
+++ community-i686/gstreamermm.changelog2014-07-06 12:13:54 UTC (rev 
115183)
@@ -1,9 +0,0 @@
-2010-02-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * gstreamermm 0.10.10-1
-
-2010-02-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.10.6
-
-2009-11-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Package moved to [community] as a dependency of subtitleeditor
-   * version 0.10.5

Copied: gstreamermm/repos/community-i686/gstreamermm.changelog (from rev 
115182, gstreamermm/trunk/gstreamermm.changelog)
===
--- community-i686/gstreamermm.changelog(rev 0)
+++ community-i686/gstreamermm.changelog2014-07-06 12:13:54 UTC (rev 
115183)
@@ -0,0 +1,9 @@
+2010-02-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * gstreamermm 0.10.10-1
+
+2010-02-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.10.6
+
+2009-11-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Package moved to 

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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:11:17
  Author: fyan
Revision: 115180

upgpkg: hacburn 0.3.5-6

mtree rebuild

Modified:
  hacburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:07:21 UTC (rev 115179)
+++ PKGBUILD2014-07-06 12:11:17 UTC (rev 115180)
@@ -4,7 +4,7 @@
 
 pkgname=hacburn
 pkgver=0.3.5
-pkgrel=5
+pkgrel=6
 pkgdesc=A script written in perl to aid in writing CDs. It is a graphical 
interface (using gtk+) to cdrtools, mpg321 and ogg123.
 arch=('any')
 url=http://hacburn.sourceforge.net/;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:11:34
  Author: fyan
Revision: 115181

archrelease: copy trunk to community-any

Added:
  hacburn/repos/community-any/PKGBUILD
(from rev 115180, hacburn/trunk/PKGBUILD)
Deleted:
  hacburn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 12:11:17 UTC (rev 115180)
+++ PKGBUILD2014-07-06 12:11:34 UTC (rev 115181)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=hacburn
-pkgver=0.3.5
-pkgrel=5
-pkgdesc=A script written in perl to aid in writing CDs. It is a graphical 
interface (using gtk+) to cdrtools, mpg321 and ogg123.
-arch=('any')
-url=http://hacburn.sourceforge.net/;
-license=('GPL')
-depends=('gtk2-perl' 'glib-perl' 'cdrkit' 'mpg123' 'vorbis-tools' 'gtk2' 
'xorg-server' 'perl' 'cddb_get' 'lame')
-source=(http://downloads.sourceforge.net/sourceforge/hacburn/HacBurn-$pkgver.tar.bz2)
-sha256sums=('81b1945b1a8727ff249d6e034d9251c7b13af50ec9c35dd099fdc39962a1444e')
-
-package() {
-  install -D -m755 ${srcdir}/HacBurn-$pkgver/hacburn ${pkgdir}/usr/bin/hacburn
-  
-  install -D -m644 ${srcdir}/HacBurn-$pkgver/hacburn.png 
${pkgdir}/usr/share/pixmaps/hacburn.png
-}

Copied: hacburn/repos/community-any/PKGBUILD (from rev 115180, 
hacburn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 12:11:34 UTC (rev 115181)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=hacburn
+pkgver=0.3.5
+pkgrel=6
+pkgdesc=A script written in perl to aid in writing CDs. It is a graphical 
interface (using gtk+) to cdrtools, mpg321 and ogg123.
+arch=('any')
+url=http://hacburn.sourceforge.net/;
+license=('GPL')
+depends=('gtk2-perl' 'glib-perl' 'cdrkit' 'mpg123' 'vorbis-tools' 'gtk2' 
'xorg-server' 'perl' 'cddb_get' 'lame')
+source=(http://downloads.sourceforge.net/sourceforge/hacburn/HacBurn-$pkgver.tar.bz2)
+sha256sums=('81b1945b1a8727ff249d6e034d9251c7b13af50ec9c35dd099fdc39962a1444e')
+
+package() {
+  install -D -m755 ${srcdir}/HacBurn-$pkgver/hacburn ${pkgdir}/usr/bin/hacburn
+  
+  install -D -m644 ${srcdir}/HacBurn-$pkgver/hacburn.png 
${pkgdir}/usr/share/pixmaps/hacburn.png
+}



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:26:57
  Author: fyan
Revision: 115184

upgpkg: lal 1.1-3

mtree rebuild

Modified:
  lal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:13:54 UTC (rev 115183)
+++ PKGBUILD2014-07-06 12:26:57 UTC (rev 115184)
@@ -4,7 +4,7 @@
 
 pkgname=lal
 pkgver=1.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A simple dockapp to display the date and/or time
 arch=('i686' 'x86_64')
 url=http://projects.l3ib.org/lal/;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:27:26
  Author: fyan
Revision: 115185

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 12:26:57 UTC (rev 115184)
+++ community-i686/PKGBUILD 2014-07-06 12:27:26 UTC (rev 115185)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-
-pkgname=lal
-pkgver=1.1
-pkgrel=2
-pkgdesc=A simple dockapp to display the date and/or time
-arch=('i686' 'x86_64')
-url=http://projects.l3ib.org/lal/;
-license=('GPL3')
-depends=('libxft' 'libxt')
-source=(http://projects.l3ib.org/$pkgname/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9fc87db08a5c74a7bbab4095e0868457')
-
-build() {
-  cd ${srcdir}/$pkgname
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-
-  install -D -m755 ${srcdir}/$pkgname/$pkgname ${pkgdir}/usr/bin/$pkgname
-  install -D -m644 ${srcdir}/$pkgname/docs/$pkgname.1 \
-${pkgdir}/usr/share/man/man1/$pkgname.1
-}

Copied: lal/repos/community-i686/PKGBUILD (from rev 115184, lal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 12:27:26 UTC (rev 115185)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Thayer Williams tha...@archlinux.org
+
+pkgname=lal
+pkgver=1.1
+pkgrel=3
+pkgdesc=A simple dockapp to display the date and/or time
+arch=('i686' 'x86_64')
+url=http://projects.l3ib.org/lal/;
+license=('GPL3')
+depends=('libxft' 'libxt')
+source=(http://projects.l3ib.org/$pkgname/files/$pkgname-$pkgver.tar.gz)
+md5sums=('9fc87db08a5c74a7bbab4095e0868457')
+
+build() {
+  cd ${srcdir}/$pkgname
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+
+  install -D -m755 ${srcdir}/$pkgname/$pkgname ${pkgdir}/usr/bin/$pkgname
+  install -D -m644 ${srcdir}/$pkgname/docs/$pkgname.1 \
+${pkgdir}/usr/share/man/man1/$pkgname.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-06 12:26:57 UTC (rev 115184)
+++ community-x86_64/PKGBUILD   2014-07-06 12:27:26 UTC (rev 115185)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-
-pkgname=lal
-pkgver=1.1
-pkgrel=2
-pkgdesc=A simple dockapp to display the date and/or time
-arch=('i686' 'x86_64')
-url=http://projects.l3ib.org/lal/;
-license=('GPL3')
-depends=('libxft' 'libxt')
-source=(http://projects.l3ib.org/$pkgname/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9fc87db08a5c74a7bbab4095e0868457')
-
-build() {
-  cd ${srcdir}/$pkgname
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-
-  install -D -m755 ${srcdir}/$pkgname/$pkgname ${pkgdir}/usr/bin/$pkgname
-  install -D -m644 ${srcdir}/$pkgname/docs/$pkgname.1 \
-${pkgdir}/usr/share/man/man1/$pkgname.1
-}

Copied: lal/repos/community-x86_64/PKGBUILD (from rev 115184, 
lal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-06 12:27:26 UTC (rev 115185)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Thayer Williams tha...@archlinux.org
+
+pkgname=lal
+pkgver=1.1
+pkgrel=3
+pkgdesc=A simple dockapp to display the date and/or time
+arch=('i686' 'x86_64')
+url=http://projects.l3ib.org/lal/;
+license=('GPL3')
+depends=('libxft' 'libxt')
+source=(http://projects.l3ib.org/$pkgname/files/$pkgname-$pkgver.tar.gz)
+md5sums=('9fc87db08a5c74a7bbab4095e0868457')
+
+build() {
+  cd ${srcdir}/$pkgname
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+
+  install -D -m755 ${srcdir}/$pkgname/$pkgname ${pkgdir}/usr/bin/$pkgname
+  install -D -m644 ${srcdir}/$pkgname/docs/$pkgname.1 \
+${pkgdir}/usr/share/man/man1/$pkgname.1
+}



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:33:26
  Author: fyan
Revision: 115188

upgpkg: launchy 2.5-4

mtree rebuild

Modified:
  launchy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:28:12 UTC (rev 115187)
+++ PKGBUILD2014-07-06 12:33:26 UTC (rev 115188)
@@ -4,7 +4,7 @@
 
 pkgname=launchy
 pkgver=2.5
-pkgrel=3
+pkgrel=4
 pkgdesc=Indexes the programs in your start menu and can launch your 
documents, project files, folders, and bookmarks with just a few keystrokes!
 arch=('i686' 'x86_64')
 url=http://www.launchy.net/;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:27:40
  Author: fyan
Revision: 115186

upgpkg: kuickshow 0.9.1-5

mtree rebuild

Modified:
  kuickshow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:27:26 UTC (rev 115185)
+++ PKGBUILD2014-07-06 12:27:40 UTC (rev 115186)
@@ -5,7 +5,7 @@
 
 pkgname=kuickshow
 pkgver=0.9.1
-pkgrel=4
+pkgrel=5
 pkgdesc=A very fast and convenient image viewer
 url=http://userbase.kde.org/KuickShow;
 arch=('i686' 'x86_64')



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:33:55
  Author: fyan
Revision: 115189

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

Added:
  launchy/repos/community-i686/PKGBUILD
(from rev 115188, launchy/trunk/PKGBUILD)
  launchy/repos/community-i686/fix-linking.patch
(from rev 115188, launchy/trunk/fix-linking.patch)
  launchy/repos/community-x86_64/PKGBUILD
(from rev 115188, launchy/trunk/PKGBUILD)
  launchy/repos/community-x86_64/fix-linking.patch
(from rev 115188, launchy/trunk/fix-linking.patch)
Deleted:
  launchy/repos/community-i686/PKGBUILD
  launchy/repos/community-i686/fix-linking.patch
  launchy/repos/community-x86_64/PKGBUILD
  launchy/repos/community-x86_64/fix-linking.patch

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 12:33:26 UTC (rev 115188)
+++ community-i686/PKGBUILD 2014-07-06 12:33:55 UTC (rev 115189)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Andrew Burkett burkett.and...@gmail.com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=launchy
-pkgver=2.5
-pkgrel=3
-pkgdesc=Indexes the programs in your start menu and can launch your 
documents, project files, folders, and bookmarks with just a few keystrokes!
-arch=('i686' 'x86_64')
-url=http://www.launchy.net/;
-license=('GPL')
-depends=('qt4' 'xdg-utils')
-makedepends=('gcc' 'boost')
-source=(http://downloads.sourceforge.net/launchy/launchy-${pkgver}.tar.gz;
-   fix-linking.patch)
-sha256sums=('93ec471423b77973a2118eaec64c7a1c05ce37b5bff41760336ebd14fc819500'
-'e1b9203ef5071d401ab6276a38270b651488c4cc481a60a98d2c17fb38114e7d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # fix linking against libX11
-  patch -Np1 -i ../fix-linking.patch
-
-  qmake-qt4 -r Launchy.pro
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make INSTALL_ROOT=${pkgdir} install
-}

Copied: launchy/repos/community-i686/PKGBUILD (from rev 115188, 
launchy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 12:33:55 UTC (rev 115189)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrew Burkett burkett.and...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=launchy
+pkgver=2.5
+pkgrel=4
+pkgdesc=Indexes the programs in your start menu and can launch your 
documents, project files, folders, and bookmarks with just a few keystrokes!
+arch=('i686' 'x86_64')
+url=http://www.launchy.net/;
+license=('GPL')
+depends=('qt4' 'xdg-utils')
+makedepends=('gcc' 'boost')
+source=(http://downloads.sourceforge.net/launchy/launchy-${pkgver}.tar.gz;
+   fix-linking.patch)
+sha256sums=('93ec471423b77973a2118eaec64c7a1c05ce37b5bff41760336ebd14fc819500'
+'e1b9203ef5071d401ab6276a38270b651488c4cc481a60a98d2c17fb38114e7d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix linking against libX11
+  patch -Np1 -i ../fix-linking.patch
+
+  qmake-qt4 -r Launchy.pro
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make INSTALL_ROOT=${pkgdir} install
+}

Deleted: community-i686/fix-linking.patch
===
--- community-i686/fix-linking.patch2014-07-06 12:33:26 UTC (rev 115188)
+++ community-i686/fix-linking.patch2014-07-06 12:33:55 UTC (rev 115189)
@@ -1,11 +0,0 @@
-diff -Nru launchy-2.5/src/src.pro launchy-2.5a/src/src.pro
 launchy-2.5/src/src.pro2010-03-13 18:29:11.0 +
-+++ launchy-2.5a/src/src.pro   2012-03-13 12:00:35.249250229 +
-@@ -70,6 +70,7 @@
-../platforms/unix/platform_x11_hotkey.h \
- platform_base_hotkey.h \
- platform_base_hottrigger.h
-+LIBS += -lX11
- 
- PREFIX = /usr
- DEFINES += SKINS_PATH=\\\$$PREFIX/share/launchy/skins/\\\ \

Copied: launchy/repos/community-i686/fix-linking.patch (from rev 115188, 
launchy/trunk/fix-linking.patch)
===
--- community-i686/fix-linking.patch(rev 0)
+++ community-i686/fix-linking.patch2014-07-06 12:33:55 UTC (rev 115189)
@@ -0,0 +1,11 @@
+diff -Nru launchy-2.5/src/src.pro launchy-2.5a/src/src.pro
+--- launchy-2.5/src/src.pro2010-03-13 18:29:11.0 +
 launchy-2.5a/src/src.pro   2012-03-13 12:00:35.249250229 +
+@@ -70,6 +70,7 @@
+

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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:28:12
  Author: fyan
Revision: 115187

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

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

+
 /PKGBUILD  |   64 +++
 /kuickshow.install |   24 +
 community-i686/PKGBUILD|   32 -
 community-i686/kuickshow.install   |   12 --
 community-x86_64/PKGBUILD  |   32 -
 community-x86_64/kuickshow.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 12:27:40 UTC (rev 115186)
+++ community-i686/PKGBUILD 2014-07-06 12:28:12 UTC (rev 115187)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: sxe s...@gmx.de
-
-pkgname=kuickshow
-pkgver=0.9.1
-pkgrel=4
-pkgdesc=A very fast and convenient image viewer
-url=http://userbase.kde.org/KuickShow;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('kdebase-runtime' 'imlib')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'docbook-xsl')
-install=${pkgname}.install
-source=(http://hosti.leonde.de/~gis/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('6866128ee3ef3d0dde809cd5b23d2472')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kuickshow/repos/community-i686/PKGBUILD (from rev 115186, 
kuickshow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 12:28:12 UTC (rev 115187)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: sxe s...@gmx.de
+
+pkgname=kuickshow
+pkgver=0.9.1
+pkgrel=5
+pkgdesc=A very fast and convenient image viewer
+url=http://userbase.kde.org/KuickShow;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime' 'imlib')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'docbook-xsl')
+install=${pkgname}.install
+source=(http://hosti.leonde.de/~gis/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6866128ee3ef3d0dde809cd5b23d2472')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/kuickshow.install
===
--- community-i686/kuickshow.install2014-07-06 12:27:40 UTC (rev 115186)
+++ community-i686/kuickshow.install2014-07-06 12:28:12 UTC (rev 115187)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kuickshow/repos/community-i686/kuickshow.install (from rev 115186, 
kuickshow/trunk/kuickshow.install)
===
--- community-i686/kuickshow.install(rev 0)
+++ community-i686/kuickshow.install2014-07-06 12:28:12 UTC (rev 115187)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-06 12:27:40 UTC (rev 115186)
+++ community-x86_64/PKGBUILD   2014-07-06 12:28:12 UTC (rev 115187)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: sxe s...@gmx.de
-
-pkgname=kuickshow
-pkgver=0.9.1
-pkgrel=4
-pkgdesc=A very fast and convenient image viewer
-url=http://userbase.kde.org/KuickShow;
-arch=('i686' 

[arch-commits] Commit in man-pages-cs/trunk (PKGBUILD)

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:35:08
  Author: fyan
Revision: 115190

upgpkg: man-pages-cs 0.18.20090209-5

mtree rebuild

Modified:
  man-pages-cs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:33:55 UTC (rev 115189)
+++ PKGBUILD2014-07-06 12:35:08 UTC (rev 115190)
@@ -4,7 +4,7 @@
 
 pkgname=man-pages-cs
 pkgver=0.18.20090209
-pkgrel=4
+pkgrel=5
 pkgdesc=Czech man pages
 arch=('any')
 url=http://sweb.cz/tropikhajma/man-pages-cs/;



[arch-commits] Commit in man-pages-cs/repos/community-any (PKGBUILD PKGBUILD)

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:35:26
  Author: fyan
Revision: 115191

archrelease: copy trunk to community-any

Added:
  man-pages-cs/repos/community-any/PKGBUILD
(from rev 115190, man-pages-cs/trunk/PKGBUILD)
Deleted:
  man-pages-cs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 12:35:08 UTC (rev 115190)
+++ PKGBUILD2014-07-06 12:35:26 UTC (rev 115191)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jan Krňávek wa...@centrum.cz
-
-pkgname=man-pages-cs
-pkgver=0.18.20090209
-pkgrel=4
-pkgdesc=Czech man pages
-arch=('any')
-url=http://sweb.cz/tropikhajma/man-pages-cs/;
-license=('custom')
-depends=('man-db')
-makedepends=('xz')
-source=(http://tropikhajma.sweb.cz/$pkgname/$pkgname-$pkgver.tar.lzma)
-# old, not working sources: 
source=(http://odplata.ic.cz/$pkgname-$pkgver.tar.bz2)
-# 
source=(ftp://man-pages-cs-wiki.homelinux.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('ce0f9e3a6fe2de5c260d0034bd6ea74a')
-
-package() {
-  tar xfa ${srcdir}/$pkgname-$pkgver.tar.lzma
-
-  cd ${srcdir}/$pkgname-$pkgver
-
-  #removing conflicting files
-  rm ${srcdir}/$pkgname-$pkgver/procps/{kill.1,uptime.1}
-  rm ${srcdir}/$pkgname-$pkgver/coreutils/man/{groups.1,du.1}
-  rm ${srcdir}/$pkgname-$pkgver/man-pages/man1/{dir.1,vdir.1}
-  rm ${srcdir}/$pkgname-$pkgver/man-pages/man5/passwd.5
-
-  #installing files
-  install -d ${pkgdir}/usr/share/man/cs/man{1,2,3,4,5,6,7,8}
-  find . -name '*.1' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man1
-  find . -name '*.2' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man2
-  find . -name '*.3' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man3
-  find . -name '*.4' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man4
-  find . -name '*.5' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man5
-  find . -name '*.6' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man6
-  find . -name '*.7' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man7
-  find . -name '*.8' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man8
-
-  #licenses
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/README \
-${pkgdir}/usr/share/licenses/$pkgname/README
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/CONTRIB \
-${pkgdir}/usr/share/licenses/$pkgname/CONTRIB
-}

Copied: man-pages-cs/repos/community-any/PKGBUILD (from rev 115190, 
man-pages-cs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 12:35:26 UTC (rev 115191)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jan Krňávek wa...@centrum.cz
+
+pkgname=man-pages-cs
+pkgver=0.18.20090209
+pkgrel=5
+pkgdesc=Czech man pages
+arch=('any')
+url=http://sweb.cz/tropikhajma/man-pages-cs/;
+license=('custom')
+depends=('man-db')
+makedepends=('xz')
+source=(http://tropikhajma.sweb.cz/$pkgname/$pkgname-$pkgver.tar.lzma)
+# old, not working sources: 
source=(http://odplata.ic.cz/$pkgname-$pkgver.tar.bz2)
+# 
source=(ftp://man-pages-cs-wiki.homelinux.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('ce0f9e3a6fe2de5c260d0034bd6ea74a')
+
+package() {
+  tar xfa ${srcdir}/$pkgname-$pkgver.tar.lzma
+
+  cd ${srcdir}/$pkgname-$pkgver
+
+  #removing conflicting files
+  rm ${srcdir}/$pkgname-$pkgver/procps/{kill.1,uptime.1}
+  rm ${srcdir}/$pkgname-$pkgver/coreutils/man/{groups.1,du.1}
+  rm ${srcdir}/$pkgname-$pkgver/man-pages/man1/{dir.1,vdir.1}
+  rm ${srcdir}/$pkgname-$pkgver/man-pages/man5/passwd.5
+
+  #installing files
+  install -d ${pkgdir}/usr/share/man/cs/man{1,2,3,4,5,6,7,8}
+  find . -name '*.1' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man1
+  find . -name '*.2' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man2
+  find . -name '*.3' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man3
+  find . -name '*.4' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man4
+  find . -name '*.5' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man5
+  find . -name '*.6' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man6
+  find . -name '*.7' -not -path '*.pc*' -print0 | xargs -r -0 install -m 644 
-t ${pkgdir}/usr/share/man/cs/man7
+  find . -name '*.8' 

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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:40:15
  Author: fyan
Revision: 115192

upgpkg: menumaker 0.99.7-9

mtree rebuild

Modified:
  menumaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:35:26 UTC (rev 115191)
+++ PKGBUILD2014-07-06 12:40:15 UTC (rev 115192)
@@ -6,7 +6,7 @@
 
 pkgname=menumaker
 pkgver=0.99.7
-pkgrel=8
+pkgrel=9
 pkgdesc=Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE
 arch=('any')
 url=http://menumaker.sourceforge.net/;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:40:32
  Author: fyan
Revision: 115193

archrelease: copy trunk to community-any

Added:
  menumaker/repos/community-any/PKGBUILD
(from rev 115192, menumaker/trunk/PKGBUILD)
Deleted:
  menumaker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 12:40:15 UTC (rev 115192)
+++ PKGBUILD2014-07-06 12:40:32 UTC (rev 115193)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Ben contrasu...@myrealbox.com
-# Contributor: Lukasz Fidosz virh...@gmail.com
-
-pkgname=menumaker
-pkgver=0.99.7
-pkgrel=8
-pkgdesc=Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE
-arch=('any')
-url=http://menumaker.sourceforge.net/;
-license=('BSD')
-depends=('python2')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a54cb7ec32db1bc8e04218e0be727b1e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --infodir=/usr/share/info \
-  --with-python=/usr/bin/python2
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/license
-  rm -rf ${pkgdir}/usr/share/info
-}

Copied: menumaker/repos/community-any/PKGBUILD (from rev 115192, 
menumaker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 12:40:32 UTC (rev 115193)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+# Contributor: Lukasz Fidosz virh...@gmail.com
+
+pkgname=menumaker
+pkgver=0.99.7
+pkgrel=9
+pkgdesc=Heuristics-driven menu generator for Deskmenu, FluxBox, IceWM, 
OpenBox, WindowMaker and XFCE
+arch=('any')
+url=http://menumaker.sourceforge.net/;
+license=('BSD')
+depends=('python2')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a54cb7ec32db1bc8e04218e0be727b1e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --infodir=/usr/share/info \
+  --with-python=/usr/bin/python2
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/license
+  rm -rf ${pkgdir}/usr/share/info
+}



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:40:55
  Author: fyan
Revision: 115194

upgpkg: mcdp 0.4b-3

mtree rebuild

Modified:
  mcdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:40:32 UTC (rev 115193)
+++ PKGBUILD2014-07-06 12:40:55 UTC (rev 115194)
@@ -6,7 +6,7 @@
 
 pkgname=mcdp
 pkgver=0.4b
-pkgrel=2
+pkgrel=3
 pkgdesc=Small console cd player
 arch=('i686' 'x86_64')
 url=http://www.mcmilk.de/projects/mcdp/;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:46:17
  Author: fyan
Revision: 115201

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 12:45:48 UTC (rev 115200)
+++ community-i686/PKGBUILD 2014-07-06 12:46:17 UTC (rev 115201)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Zhukov Pavel gel...@gmail.com
-
-pkgname=mp3unicode
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=A command line utility to convert ID3 tags in mp3 files between 
different encodings
-arch=('i686' 'x86_64')
-url=http://mp3unicode.yellowsite.ru/;
-license=('GPL')
-depends=('taglib')
-source=(https://github.com/downloads/alonbl/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('375b432ce784407e74fceb055d115bf83b1bd04a83b95256171e1a36e00cfe07')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3unicode/repos/community-i686/PKGBUILD (from rev 115200, 
mp3unicode/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 12:46:17 UTC (rev 115201)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Zhukov Pavel gel...@gmail.com
+
+pkgname=mp3unicode
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=A command line utility to convert ID3 tags in mp3 files between 
different encodings
+arch=('i686' 'x86_64')
+url=http://mp3unicode.yellowsite.ru/;
+license=('GPL')
+depends=('taglib')
+source=(https://github.com/downloads/alonbl/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('375b432ce784407e74fceb055d115bf83b1bd04a83b95256171e1a36e00cfe07')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-06 12:45:48 UTC (rev 115200)
+++ community-x86_64/PKGBUILD   2014-07-06 12:46:17 UTC (rev 115201)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Zhukov Pavel gel...@gmail.com
-
-pkgname=mp3unicode
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=A command line utility to convert ID3 tags in mp3 files between 
different encodings
-arch=('i686' 'x86_64')
-url=http://mp3unicode.yellowsite.ru/;
-license=('GPL')
-depends=('taglib')
-source=(https://github.com/downloads/alonbl/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('375b432ce784407e74fceb055d115bf83b1bd04a83b95256171e1a36e00cfe07')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3unicode/repos/community-x86_64/PKGBUILD (from rev 115200, 
mp3unicode/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-06 12:46:17 UTC (rev 115201)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Zhukov Pavel gel...@gmail.com
+
+pkgname=mp3unicode
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=A command line utility to convert ID3 tags in mp3 files between 
different encodings
+arch=('i686' 'x86_64')
+url=http://mp3unicode.yellowsite.ru/;
+license=('GPL')
+depends=('taglib')
+source=(https://github.com/downloads/alonbl/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('375b432ce784407e74fceb055d115bf83b1bd04a83b95256171e1a36e00cfe07')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:44:35
  Author: fyan
Revision: 115199

archrelease: copy trunk to community-any

Added:
  moc-tray/repos/community-any/PKGBUILD
(from rev 115198, moc-tray/trunk/PKGBUILD)
  moc-tray/repos/community-any/moc-tray.changelog
(from rev 115198, moc-tray/trunk/moc-tray.changelog)
Deleted:
  moc-tray/repos/community-any/PKGBUILD
  moc-tray/repos/community-any/moc-tray.changelog

+
 PKGBUILD   |   42 +-
 moc-tray.changelog |6 +++---
 2 files changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 12:44:17 UTC (rev 115198)
+++ PKGBUILD2014-07-06 12:44:35 UTC (rev 115199)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Bartlomiej Palmowski (Rotwang), maks1k at wp dot pl
-
-pkgname=moc-tray
-pkgver=0.4
-pkgrel=2
-pkgdesc=Simple tray icon for music on console
-arch=('any')
-url=http://code.google.com/p/moc-tray/;
-license=('GPL3')
-depends=('gtk2-perl' 'moc')
-changelog=$pkgname.changelog
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('e8ebc26a326b9498ff025283b032ba98')
-
-package() {
-cd ${srcdir}/$pkgname-$pkgver
-
-make DESTDIR=${pkgdir} install
-}

Copied: moc-tray/repos/community-any/PKGBUILD (from rev 115198, 
moc-tray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 12:44:35 UTC (rev 115199)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Bartlomiej Palmowski (Rotwang), maks1k at wp dot pl
+
+pkgname=moc-tray
+pkgver=0.4
+pkgrel=3
+pkgdesc=Simple tray icon for music on console
+arch=('any')
+url=http://code.google.com/p/moc-tray/;
+license=('GPL3')
+depends=('gtk2-perl' 'moc')
+changelog=$pkgname.changelog
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+md5sums=('e8ebc26a326b9498ff025283b032ba98')
+
+package() {
+cd ${srcdir}/$pkgname-$pkgver
+
+make DESTDIR=${pkgdir} install
+}

Deleted: moc-tray.changelog
===
--- moc-tray.changelog  2014-07-06 12:44:17 UTC (rev 115198)
+++ moc-tray.changelog  2014-07-06 12:44:35 UTC (rev 115199)
@@ -1,3 +0,0 @@
-2010-12-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * moc-tray 0.4
-   * moved to [community] repo with 48 votes

Copied: moc-tray/repos/community-any/moc-tray.changelog (from rev 115198, 
moc-tray/trunk/moc-tray.changelog)
===
--- moc-tray.changelog  (rev 0)
+++ moc-tray.changelog  2014-07-06 12:44:35 UTC (rev 115199)
@@ -0,0 +1,3 @@
+2010-12-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * moc-tray 0.4
+   * moved to [community] repo with 48 votes



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:45:48
  Author: fyan
Revision: 115200

upgpkg: mp3unicode 1.2.1-2

mtree rebuild

Modified:
  mp3unicode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:44:35 UTC (rev 115199)
+++ PKGBUILD2014-07-06 12:45:48 UTC (rev 115200)
@@ -4,7 +4,7 @@
 
 pkgname=mp3unicode
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A command line utility to convert ID3 tags in mp3 files between 
different encodings
 arch=('i686' 'x86_64')
 url=http://mp3unicode.yellowsite.ru/;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:43:40
  Author: fyan
Revision: 115196

upgpkg: mmsrip 0.7.0-5

mtree rebuild

Modified:
  mmsrip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:41:24 UTC (rev 115195)
+++ PKGBUILD2014-07-06 12:43:40 UTC (rev 115196)
@@ -4,7 +4,7 @@
 
 pkgname=mmsrip
 pkgver=0.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc=A downloader for the proprietary protocol MMS://
 arch=('i686' 'x86_64')
 url=http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:44:17
  Author: fyan
Revision: 115198

upgpkg: moc-tray 0.4-3

mtree rebuild

Modified:
  moc-tray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:44:10 UTC (rev 115197)
+++ PKGBUILD2014-07-06 12:44:17 UTC (rev 115198)
@@ -4,7 +4,7 @@
 
 pkgname=moc-tray
 pkgver=0.4
-pkgrel=2
+pkgrel=3
 pkgdesc=Simple tray icon for music on console
 arch=('any')
 url=http://code.google.com/p/moc-tray/;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:41:24
  Author: fyan
Revision: 115195

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 12:40:55 UTC (rev 115194)
+++ community-i686/PKGBUILD 2014-07-06 12:41:24 UTC (rev 115195)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Tino Reichardt milky-archli...@mcmilk.de
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=mcdp
-pkgver=0.4b
-pkgrel=2
-pkgdesc=Small console cd player
-arch=('i686' 'x86_64')
-url=http://www.mcmilk.de/projects/mcdp/;
-license=('GPL')
-depends=('glibc')
-makedepends=('dietlibc')
-source=(http://www.mcmilk.de/projects/$pkgname/dl/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0faa031b07299b0fb2353306a669328c877717e1bc7e274e40c3d2612e103cab')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make $pkgname
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm755 $pkgname ${pkgdir}/usr/bin/$pkgname
-  install -Dm644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1
-}

Copied: mcdp/repos/community-i686/PKGBUILD (from rev 115194, 
mcdp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 12:41:24 UTC (rev 115195)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tino Reichardt milky-archli...@mcmilk.de
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=mcdp
+pkgver=0.4b
+pkgrel=3
+pkgdesc=Small console cd player
+arch=('i686' 'x86_64')
+url=http://www.mcmilk.de/projects/mcdp/;
+license=('GPL')
+depends=('glibc')
+makedepends=('dietlibc')
+source=(http://www.mcmilk.de/projects/$pkgname/dl/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0faa031b07299b0fb2353306a669328c877717e1bc7e274e40c3d2612e103cab')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make $pkgname
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -Dm755 $pkgname ${pkgdir}/usr/bin/$pkgname
+  install -Dm644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-06 12:40:55 UTC (rev 115194)
+++ community-x86_64/PKGBUILD   2014-07-06 12:41:24 UTC (rev 115195)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Tino Reichardt milky-archli...@mcmilk.de
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=mcdp
-pkgver=0.4b
-pkgrel=2
-pkgdesc=Small console cd player
-arch=('i686' 'x86_64')
-url=http://www.mcmilk.de/projects/mcdp/;
-license=('GPL')
-depends=('glibc')
-makedepends=('dietlibc')
-source=(http://www.mcmilk.de/projects/$pkgname/dl/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('0faa031b07299b0fb2353306a669328c877717e1bc7e274e40c3d2612e103cab')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make $pkgname
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm755 $pkgname ${pkgdir}/usr/bin/$pkgname
-  install -Dm644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1
-}

Copied: mcdp/repos/community-x86_64/PKGBUILD (from rev 115194, 
mcdp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-06 12:41:24 UTC (rev 115195)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tino Reichardt milky-archli...@mcmilk.de
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=mcdp
+pkgver=0.4b
+pkgrel=3
+pkgdesc=Small console cd player
+arch=('i686' 'x86_64')
+url=http://www.mcmilk.de/projects/mcdp/;
+license=('GPL')
+depends=('glibc')
+makedepends=('dietlibc')
+source=(http://www.mcmilk.de/projects/$pkgname/dl/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0faa031b07299b0fb2353306a669328c877717e1bc7e274e40c3d2612e103cab')
+
+build() {
+  cd 

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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:46:21
  Author: fyan
Revision: 115202

upgpkg: mpgtx 1.3.1-4

mtree rebuild

Modified:
  mpgtx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:46:17 UTC (rev 115201)
+++ PKGBUILD2014-07-06 12:46:21 UTC (rev 115202)
@@ -3,7 +3,7 @@
 
 pkgname=mpgtx
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc=A command line MPEG audio/video/system toolkit
 arch=('i686' 'x86_64')
 url=http://mpgtx.sourceforge.net;



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:44:10
  Author: fyan
Revision: 115197

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 12:43:40 UTC (rev 115196)
+++ community-i686/PKGBUILD 2014-07-06 12:44:10 UTC (rev 115197)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=mmsrip
-pkgver=0.7.0
-pkgrel=4
-pkgdesc=A downloader for the proprietary protocol MMS://
-arch=('i686' 'x86_64')
-url=http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip;
-license=('GPL2')
-depends=('glibc')
-source=(http://nbenoit.tuxfamily.org/projects/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('498a5ec10a004481532eaceacdff3a10')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: mmsrip/repos/community-i686/PKGBUILD (from rev 115196, 
mmsrip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 12:44:10 UTC (rev 115197)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=mmsrip
+pkgver=0.7.0
+pkgrel=5
+pkgdesc=A downloader for the proprietary protocol MMS://
+arch=('i686' 'x86_64')
+url=http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip;
+license=('GPL2')
+depends=('glibc')
+source=(http://nbenoit.tuxfamily.org/projects/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('498a5ec10a004481532eaceacdff3a10')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-06 12:43:40 UTC (rev 115196)
+++ community-x86_64/PKGBUILD   2014-07-06 12:44:10 UTC (rev 115197)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=mmsrip
-pkgver=0.7.0
-pkgrel=4
-pkgdesc=A downloader for the proprietary protocol MMS://
-arch=('i686' 'x86_64')
-url=http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip;
-license=('GPL2')
-depends=('glibc')
-source=(http://nbenoit.tuxfamily.org/projects/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('498a5ec10a004481532eaceacdff3a10')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: mmsrip/repos/community-x86_64/PKGBUILD (from rev 115196, 
mmsrip/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-06 12:44:10 UTC (rev 115197)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=mmsrip
+pkgver=0.7.0
+pkgrel=5
+pkgdesc=A downloader for the proprietary protocol MMS://
+arch=('i686' 'x86_64')
+url=http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip;
+license=('GPL2')
+depends=('glibc')
+source=(http://nbenoit.tuxfamily.org/projects/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('498a5ec10a004481532eaceacdff3a10')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:46:50
  Author: fyan
Revision: 115203

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 12:46:21 UTC (rev 115202)
+++ community-i686/PKGBUILD 2014-07-06 12:46:50 UTC (rev 115203)
@@ -1,24 +0,0 @@
-# $Id$
-# Contributor: Peter Baldwin bald_p...@hotmail.com
-
-pkgname=mpgtx
-pkgver=1.3.1
-pkgrel=3
-pkgdesc=A command line MPEG audio/video/system toolkit
-arch=('i686' 'x86_64')
-url=http://mpgtx.sourceforge.net;
-license=('GPL')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('d628060aa04ad3b40a175bf35f5167cf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=$pkgdir/usr manprefix=${pkgdir}/usr/share install
-}

Copied: mpgtx/repos/community-i686/PKGBUILD (from rev 115202, 
mpgtx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 12:46:50 UTC (rev 115203)
@@ -0,0 +1,24 @@
+# $Id$
+# Contributor: Peter Baldwin bald_p...@hotmail.com
+
+pkgname=mpgtx
+pkgver=1.3.1
+pkgrel=4
+pkgdesc=A command line MPEG audio/video/system toolkit
+arch=('i686' 'x86_64')
+url=http://mpgtx.sourceforge.net;
+license=('GPL')
+depends=('gcc-libs')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('d628060aa04ad3b40a175bf35f5167cf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=$pkgdir/usr manprefix=${pkgdir}/usr/share install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-06 12:46:21 UTC (rev 115202)
+++ community-x86_64/PKGBUILD   2014-07-06 12:46:50 UTC (rev 115203)
@@ -1,24 +0,0 @@
-# $Id$
-# Contributor: Peter Baldwin bald_p...@hotmail.com
-
-pkgname=mpgtx
-pkgver=1.3.1
-pkgrel=3
-pkgdesc=A command line MPEG audio/video/system toolkit
-arch=('i686' 'x86_64')
-url=http://mpgtx.sourceforge.net;
-license=('GPL')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('d628060aa04ad3b40a175bf35f5167cf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=$pkgdir/usr manprefix=${pkgdir}/usr/share install
-}

Copied: mpgtx/repos/community-x86_64/PKGBUILD (from rev 115202, 
mpgtx/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-06 12:46:50 UTC (rev 115203)
@@ -0,0 +1,24 @@
+# $Id$
+# Contributor: Peter Baldwin bald_p...@hotmail.com
+
+pkgname=mpgtx
+pkgver=1.3.1
+pkgrel=4
+pkgdesc=A command line MPEG audio/video/system toolkit
+arch=('i686' 'x86_64')
+url=http://mpgtx.sourceforge.net;
+license=('GPL')
+depends=('gcc-libs')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('d628060aa04ad3b40a175bf35f5167cf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=$pkgdir/usr manprefix=${pkgdir}/usr/share install
+}



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

2014-07-06 Thread Andreas Radke
Date: Sunday, July 6, 2014 @ 15:22:44
  Author: andyrtr
Revision: 216565

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-06 13:22:27 UTC (rev 216564)
+++ extra-i686/PKGBUILD 2014-07-06 13:22:44 UTC (rev 216565)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=pixman
-pkgver=0.32.4
-pkgrel=1
-pkgdesc=The pixel-manipulation library for X and cairo
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org;
-license=('custom')
-depends=('glibc')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('e2708db16595412e5aaf21a66b6f18b7223eb6c3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: pixman/repos/extra-i686/PKGBUILD (from rev 216564, 
pixman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-06 13:22:44 UTC (rev 216565)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=pixman
+pkgver=0.32.6
+pkgrel=1
+pkgdesc=The pixel-manipulation library for X and cairo
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5b730399e1e212e5acaa69a4f1a2c7be1af1cdc4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $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   2014-07-06 13:22:27 UTC (rev 216564)
+++ extra-x86_64/PKGBUILD   2014-07-06 13:22:44 UTC (rev 216565)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=pixman
-pkgver=0.32.4
-pkgrel=1
-pkgdesc=The pixel-manipulation library for X and cairo
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org;
-license=('custom')
-depends=('glibc')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('e2708db16595412e5aaf21a66b6f18b7223eb6c3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: pixman/repos/extra-x86_64/PKGBUILD (from rev 216564, 
pixman/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-06 13:22:44 UTC (rev 216565)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=pixman
+pkgver=0.32.6
+pkgrel=1
+pkgdesc=The pixel-manipulation library for X and cairo
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5b730399e1e212e5acaa69a4f1a2c7be1af1cdc4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+ 

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

2014-07-06 Thread Andreas Radke
Date: Sunday, July 6, 2014 @ 15:22:27
  Author: andyrtr
Revision: 216564

upgpkg: pixman 0.32.6-1

upstream update 0.32.6

Modified:
  pixman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 11:22:18 UTC (rev 216563)
+++ PKGBUILD2014-07-06 13:22:27 UTC (rev 216564)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=pixman
-pkgver=0.32.4
+pkgver=0.32.6
 pkgrel=1
 pkgdesc=The pixel-manipulation library for X and cairo
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('custom')
 depends=('glibc')
 
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('e2708db16595412e5aaf21a66b6f18b7223eb6c3')
+sha1sums=('5b730399e1e212e5acaa69a4f1a2c7be1af1cdc4')
 
 build() {
   cd $pkgname-$pkgver



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

2014-07-06 Thread Andreas Radke
Date: Sunday, July 6, 2014 @ 15:43:09
  Author: andyrtr
Revision: 216566

upgpkg: mesa-demos 8.2.0-1

upstream update 8.2.0

Modified:
  mesa-demos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 13:22:44 UTC (rev 216565)
+++ PKGBUILD2014-07-06 13:43:09 UTC (rev 216566)
@@ -3,34 +3,26 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname='mesa-demos'
-pkgver=8.1.0
-pkgrel=2
+pkgver=8.2.0
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=Mesa demos and tools
 url=http://mesa3d.sourceforge.net;
 license=('custom')
-depends=('libgl' 'glew')
+depends=('libgl' 'glew' 'freeglut')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/demos/${pkgver}/mesa-demos-${pkgver}.tar.bz2;
-'LICENSE'
-drawtex-resolve-glDrawTexfOES-extension-function.patch)
-sha256sums=('9703fa0646b32a1e68d2abf5628f936f77bf97c69ffcaac90de380820a87a828'
-'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
-'963b3e45b2eccafea50fdab4f2fac17bd308f4c15522c00d4787b50ebb25423a')
+'LICENSE')
+sha256sums=('e4bfecb5816ddd4b7b37c1bc876b63f1f7f06fda5879221a9774d0952f90ba92'
+'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 
-prepare() {
-  cd ${srcdir}/mesa-demos-${pkgver}
-  # merged upstream
-  patch -Np1 -i ../drawtex-resolve-glDrawTexfOES-extension-function.patch
-}
-
 build() {
-  cd ${srcdir}/mesa-demos-${pkgver}
+  cd mesa-demos-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/mesa-demos-${pkgver}
+  cd mesa-demos-${pkgver}
   make DESTDIR=${pkgdir} install
   install -m755 -d ${pkgdir}/usr/share/licenses/mesa-demos
   install -m755 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/mesa-demos/



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

2014-07-06 Thread Andreas Radke
Date: Sunday, July 6, 2014 @ 15:43:25
  Author: andyrtr
Revision: 216567

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

Added:
  mesa-demos/repos/extra-i686/LICENSE
(from rev 216566, mesa-demos/trunk/LICENSE)
  mesa-demos/repos/extra-i686/PKGBUILD
(from rev 216566, mesa-demos/trunk/PKGBUILD)
  
mesa-demos/repos/extra-i686/drawtex-resolve-glDrawTexfOES-extension-function.patch
(from rev 216566, 
mesa-demos/trunk/drawtex-resolve-glDrawTexfOES-extension-function.patch)
  mesa-demos/repos/extra-x86_64/LICENSE
(from rev 216566, mesa-demos/trunk/LICENSE)
  mesa-demos/repos/extra-x86_64/PKGBUILD
(from rev 216566, mesa-demos/trunk/PKGBUILD)
  
mesa-demos/repos/extra-x86_64/drawtex-resolve-glDrawTexfOES-extension-function.patch
(from rev 216566, 
mesa-demos/trunk/drawtex-resolve-glDrawTexfOES-extension-function.patch)
Deleted:
  mesa-demos/repos/extra-i686/LICENSE
  mesa-demos/repos/extra-i686/PKGBUILD
  
mesa-demos/repos/extra-i686/drawtex-resolve-glDrawTexfOES-extension-function.patch
  mesa-demos/repos/extra-x86_64/LICENSE
  mesa-demos/repos/extra-x86_64/PKGBUILD
  
mesa-demos/repos/extra-x86_64/drawtex-resolve-glDrawTexfOES-extension-function.patch

-+
 /LICENSE|  164 

 /PKGBUILD   |   58 +++
 /drawtex-resolve-glDrawTexfOES-extension-function.patch |  188 
++
 extra-i686/LICENSE  |   82 
 extra-i686/PKGBUILD |   37 -
 extra-i686/drawtex-resolve-glDrawTexfOES-extension-function.patch   |   94 
-
 extra-x86_64/LICENSE|   82 
 extra-x86_64/PKGBUILD   |   37 -
 extra-x86_64/drawtex-resolve-glDrawTexfOES-extension-function.patch |   94 
-
 9 files changed, 410 insertions(+), 426 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2014-07-06 13:43:09 UTC (rev 216566)
+++ extra-i686/LICENSE  2014-07-06 13:43:25 UTC (rev 216567)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the Software),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  

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

2014-07-06 Thread Dave Reisner
Date: Sunday, July 6, 2014 @ 16:36:16
  Author: dreisner
Revision: 115204

upgpkg: pkgbuild-introspection 3-1

Modified:
  pkgbuild-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:46:50 UTC (rev 115203)
+++ PKGBUILD2014-07-06 14:36:16 UTC (rev 115204)
@@ -1,5 +1,5 @@
 pkgname=pkgbuild-introspection
-pkgver=2
+pkgver=3
 pkgrel=1
 pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
 url=https://github.com/falconindy/pkgbuild-introspection;
@@ -7,7 +7,7 @@
 arch=('any')
 depends=('bash')
 
source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('1a3696437132ea8366e7023a89ccb331'
+md5sums=('181d593374701fa9c69a3e8a5c35951b'
  'SKIP')
 
 build() {



[arch-commits] Commit in pkgbuild-introspection/repos/community-any (2 files)

2014-07-06 Thread Dave Reisner
Date: Sunday, July 6, 2014 @ 16:36:31
  Author: dreisner
Revision: 115205

archrelease: copy trunk to community-any

Added:
  pkgbuild-introspection/repos/community-any/PKGBUILD
(from rev 115204, pkgbuild-introspection/trunk/PKGBUILD)
Deleted:
  pkgbuild-introspection/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 14:36:16 UTC (rev 115204)
+++ PKGBUILD2014-07-06 14:36:31 UTC (rev 115205)
@@ -1,19 +0,0 @@
-pkgname=pkgbuild-introspection
-pkgver=2
-pkgrel=1
-pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
-url=https://github.com/falconindy/pkgbuild-introspection;
-license=('MIT')
-arch=('any')
-depends=('bash')
-source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('1a3696437132ea8366e7023a89ccb331'
- 'SKIP')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
-}

Copied: pkgbuild-introspection/repos/community-any/PKGBUILD (from rev 115204, 
pkgbuild-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 14:36:31 UTC (rev 115205)
@@ -0,0 +1,19 @@
+pkgname=pkgbuild-introspection
+pkgver=3
+pkgrel=1
+pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
+url=https://github.com/falconindy/pkgbuild-introspection;
+license=('MIT')
+arch=('any')
+depends=('bash')
+source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('181d593374701fa9c69a3e8a5c35951b'
+ 'SKIP')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
+}



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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 16:57:20
  Author: fyan
Revision: 216569

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-06 14:55:58 UTC (rev 216568)
+++ extra-i686/PKGBUILD 2014-07-06 14:57:20 UTC (rev 216569)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lilydjwg lilyd...@gmail.com
-
-_name=cffi
-pkgbase=python-$_name
-pkgname=(python-$_name python2-$_name)
-pkgver=0.8.5
-pkgrel=1
-pkgdesc=Foreign Function Interface for Python calling C code
-arch=('i686' 'x86_64')
-url=http://cffi.readthedocs.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
-md5sums=('964981f3fada08abbe9a6f8948f3a4c3')
-
-prepare() {
-  cp -a $_name-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/$_name-$pkgver
-  python3 setup.py build
-
-  cd $srcdir/$_name-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/$_name-$pkgver
-  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
-
-  cd $srcdir/$_name-$pkgver-py2
-  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
-}
-
-package_python-cffi() {
-  depends=('python' 'python-pycparser')
-
-  cd $srcdir/$_name-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-cffi() {
-  depends=('python2' 'python2-pycparser')
-
-  cd $srcdir/$_name-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-cffi/repos/extra-i686/PKGBUILD (from rev 216568, 
python-cffi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-06 14:57:20 UTC (rev 216569)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lilydjwg lilyd...@gmail.com
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=0.8.6
+pkgrel=1
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('b913d459bf0d355f0cb42fa0587a940c227d6765450033b14ab4d5281173cd1875cd6872911bb4f0b567cc1c5b0ca330615ec5f6ba205b25c41b683ae8c77790')
+
+prepare() {
+  cp -a $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/$_name-$pkgver
+  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
+
+  cd $srcdir/$_name-$pkgver-py2
+  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-06 14:55:58 UTC (rev 216568)
+++ extra-x86_64/PKGBUILD   2014-07-06 14:57:20 UTC (rev 216569)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lilydjwg lilyd...@gmail.com
-
-_name=cffi
-pkgbase=python-$_name
-pkgname=(python-$_name python2-$_name)
-pkgver=0.8.5
-pkgrel=1
-pkgdesc=Foreign Function Interface for Python calling C code
-arch=('i686' 'x86_64')
-url=http://cffi.readthedocs.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
-checkdepends=('python-pytest' 

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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 16:55:58
  Author: fyan
Revision: 216568

upgpkg: python-cffi 0.8.6-1

Modified:
  python-cffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 13:43:25 UTC (rev 216567)
+++ PKGBUILD2014-07-06 14:55:58 UTC (rev 216568)
@@ -5,7 +5,7 @@
 _name=cffi
 pkgbase=python-$_name
 pkgname=(python-$_name python2-$_name)
-pkgver=0.8.5
+pkgver=0.8.6
 pkgrel=1
 pkgdesc=Foreign Function Interface for Python calling C code
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
-md5sums=('964981f3fada08abbe9a6f8948f3a4c3')
+sha512sums=('b913d459bf0d355f0cb42fa0587a940c227d6765450033b14ab4d5281173cd1875cd6872911bb4f0b567cc1c5b0ca330615ec5f6ba205b25c41b683ae8c77790')
 
 prepare() {
   cp -a $_name-$pkgver{,-py2}



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

2014-07-06 Thread Daniel Micay
Date: Sunday, July 6, 2014 @ 18:16:07
  Author: thestinger
Revision: 115206

upgpkg: linux-grsec 3.15.3.201407060933-1

fixes CVE-2014-4699

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 14:36:31 UTC (rev 115205)
+++ PKGBUILD2014-07-06 16:16:07 UTC (rev 115206)
@@ -8,10 +8,10 @@
 _srcname=linux-3.15
 _pkgver=3.15.3
 _grsecver=3.0
-_timestamp=201407012153
+_timestamp=201407060933
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')
@@ -30,7 +30,7 @@
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
 '82ee661b91246c77d0ef3d9d6d8dcc191d3490cad17cd295a95169059735f295'
-'753d4983413740ca7d901724e11885462f2876caae6706463987e53b95578c2d'
+'ea8f36ac445ea8890492d86ff77bb8dd64dea6c61d4eeab9d22dd2c4c131a649'
 'SKIP'
 '9e54806d6de98eeec1616657f29f0842ed63e3d79c3c8d644fb89eac6aaeb4fe'
 '9b2ae8b17b3d0048d785ba81184b1bbc0734296cd03e3be4780274616155941d'



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

2014-07-06 Thread Daniel Micay
Date: Sunday, July 6, 2014 @ 18:17:14
  Author: thestinger
Revision: 115207

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 115206, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 115206, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 115206, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 115206, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 115206, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 115206, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 115206, linux-grsec/trunk/sysctl.conf)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 115206, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 115206, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 115206, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 115206, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 115206, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 115206, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 115206, linux-grsec/trunk/sysctl.conf)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-i686/sysctl.conf
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset
  linux-grsec/repos/community-x86_64/sysctl.conf

+
 /PKGBUILD  |  640 
 /change-default-console-loglevel.patch |   24 
 /config|13824 +++
 /config.x86_64 |13384 ++
 /linux-grsec.install   |  224 
 /linux.preset  |   28 
 /sysctl.conf   |  262 
 community-i686/PKGBUILD|  320 
 community-i686/change-default-console-loglevel.patch   |   12 
 community-i686/config  | 6912 ---
 community-i686/config.x86_64   | 6692 ---
 community-i686/linux-grsec.install |  112 
 community-i686/linux.preset|   14 
 community-i686/sysctl.conf |  131 
 community-x86_64/PKGBUILD  |  320 
 community-x86_64/change-default-console-loglevel.patch |   12 
 community-x86_64/config| 6912 ---
 community-x86_64/config.x86_64 | 6692 ---
 community-x86_64/linux-grsec.install   |  112 
 community-x86_64/linux.preset  |   14 
 community-x86_64/sysctl.conf   |  131 
 21 files changed, 28386 insertions(+), 28386 deletions(-)

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


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

2014-07-06 Thread Laurent Carlier
Date: Sunday, July 6, 2014 @ 18:36:13
  Author: lcarlier
Revision: 115208

upgpkg: blobwars 1.19-5

mtree rebuild

Modified:
  blobwars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 16:17:14 UTC (rev 115207)
+++ PKGBUILD2014-07-06 16:36:13 UTC (rev 115208)
@@ -5,7 +5,7 @@
 
 pkgname=blobwars
 pkgver=1.19
-pkgrel=4
+pkgrel=5
 pkgdesc=Platform action game featuring a blob wih lot of weapons
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/blobwars;



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

2014-07-06 Thread Laurent Carlier
Date: Sunday, July 6, 2014 @ 18:36:25
  Author: lcarlier
Revision: 115209

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

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

---+
 /PKGBUILD |   82 
 /blobwars.install |   22 +
 community-i686/PKGBUILD   |   41 --
 community-i686/blobwars.install   |   11 
 community-x86_64/PKGBUILD |   41 --
 community-x86_64/blobwars.install |   11 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-06 16:36:13 UTC (rev 115208)
+++ community-i686/PKGBUILD 2014-07-06 16:36:25 UTC (rev 115209)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: geekitus
-
-pkgname=blobwars
-pkgver=1.19
-pkgrel=4
-pkgdesc=Platform action game featuring a blob wih lot of weapons
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/blobwars;
-license=('GPL')
-makedepends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('87e8aaa114b6e4742ea6ee28e7a7f984')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # fix building with gcc 4.6
-  sed -i -e 's/-Werror/-Werror -Wno-error=unused-result/g' makefile
-
-  RELEASE=1 make 
-}
-
-package() {
-  depends=('hicolor-icon-theme' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net' 
'blobwars-data=1.19')
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make PREFIX=${pkgdir}/usr BINDIR=${pkgdir}/usr/bin/ install
-
-  # We remove data files (See blobwars-data)
-  rm -r ${pkgdir}/usr/share/games
-
-  chmod a+r ${pkgdir}/usr/share/applications/${pkgname}.desktop
-  chmod a+r -R ${pkgdir}/usr/share/icons/hicolor/
-  install -dm755 ${pkgdir}/usr/share/pixmaps
-  install -m644 icons/blobwars.png ${pkgdir}/usr/share/pixmaps/
-}

Copied: blobwars/repos/community-i686/PKGBUILD (from rev 115208, 
blobwars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-06 16:36:25 UTC (rev 115209)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: geekitus
+
+pkgname=blobwars
+pkgver=1.19
+pkgrel=5
+pkgdesc=Platform action game featuring a blob wih lot of weapons
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/blobwars;
+license=('GPL')
+makedepends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('87e8aaa114b6e4742ea6ee28e7a7f984')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix building with gcc 4.6
+  sed -i -e 's/-Werror/-Werror -Wno-error=unused-result/g' makefile
+
+  RELEASE=1 make 
+}
+
+package() {
+  depends=('hicolor-icon-theme' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net' 
'blobwars-data=1.19')
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make PREFIX=${pkgdir}/usr BINDIR=${pkgdir}/usr/bin/ install
+
+  # We remove data files (See blobwars-data)
+  rm -r ${pkgdir}/usr/share/games
+
+  chmod a+r ${pkgdir}/usr/share/applications/${pkgname}.desktop
+  chmod a+r -R ${pkgdir}/usr/share/icons/hicolor/
+  install -dm755 ${pkgdir}/usr/share/pixmaps
+  install -m644 icons/blobwars.png ${pkgdir}/usr/share/pixmaps/
+}

Deleted: community-i686/blobwars.install
===
--- community-i686/blobwars.install 2014-07-06 16:36:13 UTC (rev 115208)
+++ community-i686/blobwars.install 2014-07-06 16:36:25 UTC (rev 115209)
@@ -1,11 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1/dev/null 2/dev/null  xdg-icon-resource 
forceupdate || true
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: blobwars/repos/community-i686/blobwars.install (from rev 115208, 
blobwars/trunk/blobwars.install)
===
--- community-i686/blobwars.install (rev 0)
+++ 

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

2014-07-06 Thread Laurent Carlier
Date: Sunday, July 6, 2014 @ 18:50:58
  Author: lcarlier
Revision: 115216

archrelease: copy trunk to community-any

Added:
  blobwars-data/repos/community-any/PKGBUILD
(from rev 115215, blobwars-data/trunk/PKGBUILD)
Deleted:
  blobwars-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 16:50:50 UTC (rev 115215)
+++ PKGBUILD2014-07-06 16:50:58 UTC (rev 115216)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: geekitus
-
-pkgname=blobwars-data
-_pkgname=blobwars
-pkgver=1.19
-pkgrel=2
-pkgdesc=Platform action game featuring a blob wih lot of weapons - data files
-arch=('any')
-url=http://sourceforge.net/projects/blobwars;
-license=('GPL')
-makedepends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net')
-source=(http://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)
-md5sums=('87e8aaa114b6e4742ea6ee28e7a7f984')
-
-build() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-
-  # fix building with gcc 4.6
-  sed -i -e 's/-Werror/-Werror -Wno-error=unused-result/g' makefile
-
-  RELEASE=1 make 
-}
-
-package() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-
-  make PREFIX=${pkgdir}/usr BINDIR=${pkgdir}/usr/bin/ install
-
-  # We remove all except data files
-  rm -r ${pkgdir}/usr/{bin,share/{applications,doc,icons,locale}}
-}

Copied: blobwars-data/repos/community-any/PKGBUILD (from rev 115215, 
blobwars-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 16:50:58 UTC (rev 115216)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: geekitus
+
+pkgname=blobwars-data
+_pkgname=blobwars
+pkgver=1.19
+pkgrel=3
+pkgdesc=Platform action game featuring a blob wih lot of weapons - data files
+arch=('any')
+url=http://sourceforge.net/projects/blobwars;
+license=('GPL')
+makedepends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net')
+source=(http://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)
+md5sums=('87e8aaa114b6e4742ea6ee28e7a7f984')
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  # fix building with gcc 4.6
+  sed -i -e 's/-Werror/-Werror -Wno-error=unused-result/g' makefile
+
+  RELEASE=1 make 
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  make PREFIX=${pkgdir}/usr BINDIR=${pkgdir}/usr/bin/ install
+
+  # We remove all except data files
+  rm -r ${pkgdir}/usr/{bin,share/{applications,doc,icons,locale}}
+}



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

2014-07-06 Thread Laurent Carlier
Date: Sunday, July 6, 2014 @ 18:50:50
  Author: lcarlier
Revision: 115215

upgpkg: blobwars-data 1.19-3

mtree rebuild

Modified:
  blobwars-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 16:44:02 UTC (rev 115214)
+++ PKGBUILD2014-07-06 16:50:50 UTC (rev 115215)
@@ -6,7 +6,7 @@
 pkgname=blobwars-data
 _pkgname=blobwars
 pkgver=1.19
-pkgrel=2
+pkgrel=3
 pkgdesc=Platform action game featuring a blob wih lot of weapons - data files
 arch=('any')
 url=http://sourceforge.net/projects/blobwars;



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

2014-07-06 Thread Gaetan Bisson
Date: Sunday, July 6, 2014 @ 19:10:07
  Author: bisson
Revision: 216570

fix FS#41112

Modified:
  uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 14:57:20 UTC (rev 216569)
+++ PKGBUILD2014-07-06 17:10:07 UTC (rev 216570)
@@ -34,7 +34,7 @@
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
+   make DESTDIR=${pkgdir} install -j1 # FS#41112
rm ${pkgdir}/usr/lib/libgcroots.a
install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }



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

2014-07-06 Thread Eric Bélanger
Date: Sunday, July 6, 2014 @ 20:44:53
  Author: eric
Revision: 216571

upgpkg: imlib2 1.4.6-3

Fix imlib2-config (close FS#39345)

Modified:
  imlib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 17:10:07 UTC (rev 216570)
+++ PKGBUILD2014-07-06 18:44:53 UTC (rev 216571)
@@ -5,7 +5,7 @@
 
 pkgname=imlib2
 pkgver=1.4.6
-pkgrel=2
+pkgrel=3
 pkgdesc=Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support
 url=http://sourceforge.net/projects/enlightenment/;
 arch=('i686' 'x86_64')
@@ -19,6 +19,7 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../imlib2-giflib51.patch
+  sed -i 's/@my_libs@//' imlib2-config.in
 }
 
 build() {



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

2014-07-06 Thread Evgeniy Alekseev
Date: Sunday, July 6, 2014 @ 20:52:08
  Author: arcanis
Revision: 115217

upgpkg: pdfsam 2.2.4-1

Modified:
  pdfsam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 16:50:58 UTC (rev 115216)
+++ PKGBUILD2014-07-06 18:52:08 UTC (rev 115217)
@@ -3,7 +3,7 @@
 # Contributor: Tom reztho at archlinux dot us
 
 pkgname=pdfsam
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc=A free open source tool to split and merge pdf documents
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('apache-ant' 'desktop-file-utils' 'gendesk' 'libarchive')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-out-src.zip;)
 install=${pkgname}.install
-md5sums=('b611953e99d6070b1c24dbb193c7582d')
+md5sums=('5947fc9cfc53cbc242a46881d9216957')
 
 _branchdir=pdfsam-maine
 _builddir=${pkgname}-${pkgver}/build



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

2014-07-06 Thread Evgeniy Alekseev
Date: Sunday, July 6, 2014 @ 20:52:28
  Author: arcanis
Revision: 115218

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  196 +++
 pdfsam.install |   14 +--
 2 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 18:52:08 UTC (rev 115217)
+++ PKGBUILD2014-07-06 18:52:28 UTC (rev 115218)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
-# Contributor: Tom reztho at archlinux dot us
-
-pkgname=pdfsam
-pkgver=2.2.3
-pkgrel=1
-pkgdesc=A free open source tool to split and merge pdf documents
-arch=('any')
-url=http://www.pdfsam.org/;
-license=('GPL')
-depends=('java-environment' 'sh')
-makedepends=('apache-ant' 'desktop-file-utils' 'gendesk' 'libarchive')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-out-src.zip;)
-install=${pkgname}.install
-md5sums=('b611953e99d6070b1c24dbb193c7582d')
-
-_branchdir=pdfsam-maine
-_builddir=${pkgname}-${pkgver}/build
-_buildver=pdfsam-basic
-
-prepare() {
-  # create *.desktop file
-  gendesk -n -f \
-  --pkgname=${pkgname} \
-  --pkgdesc=${pkgdesk} \
-  --name=PDFsam \
-  --categories=Office
-}
-
-build() {
-  # unzip source arhives
-  find . -name '*.zip' ! -name ${pkgname}-${pkgver}-out-src.zip -exec bsdtar 
-xf {} \;
-
-  mkdir -p ${srcdir}/${_builddir}
-  cd ${srcdir}/${_branchdir}/ant
-  ant -Dbuild.dir=${srcdir}/${_builddir} \
-  -Dworkspace.dir=${srcdir}
-}
-
-package() {
-  install -dm755 ${pkgdir}/usr/share/java/${pkgname}/
-  # main program
-  install -Dm644 
${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/pdfsam-config.xml
 \
- ${pkgdir}/usr/share/java/${pkgname}/
-  install -Dm644 
${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/${pkgname}-${pkgver}.jar
 \
- ${pkgdir}/usr/share/java/${pkgname}/
-
-  # install plugins
-  cd ${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/plugins/
-  for _plugin in $(find * -type d); do
-install -dm755 ${pkgdir}/usr/share/java/${pkgname}/plugins/${_plugin}
-install -m644 
${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/plugins/${_plugin}/*
 \
-  ${pkgdir}/usr/share/java/${pkgname}/plugins/${_plugin}/
-  done
-
-  # install libs
-  install -dm755 ${pkgdir}/usr/share/java/${pkgname}/{lib,ext}
-  install -m644 
${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/lib/* \
-${pkgdir}/usr/share/java/${pkgname}/lib/
-  install -m644 
${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/ext/* \
-${pkgdir}/usr/share/java/${pkgname}/ext/
-
-  # install scripts and change paths
-  install -Dm755 
${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/bin/run.sh \
- ${pkgdir}/usr/bin/${pkgname}
-  sed -i s@DIRNAME=\\`dirname 
\$0\`\@DIRNAME=\/usr/share/java/${pkgname}\@g ${pkgdir}/usr/bin/${pkgname}
-  install -Dm755 
${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/bin/run-console.sh
 \
- ${pkgdir}/usr/bin/${pkgname}-console
-  sed -i s@DIRNAME=\../lib/\@DIRNAME=\/usr/share/java/${pkgname}/lib/\@g 
${pkgdir}/usr/bin/${pkgname}-console
-
-  # licenses (they are needed for plugins)
-  cd 
${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/doc/license/
-  for _plugin in $(find * -type d); do
-install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}/${_plugin}
-install -m644 
${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/doc/license/${_plugin}/*
 \
-  ${pkgdir}/usr/share/licenses/${pkgname}/${_plugin}/
-  done
-
-  # desktop
-  install -Dm644 
${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/doc/icons/pdfsam_basic.png
 \
- ${pkgdir}/usr/share/pixmaps/pdfsam.png
-  install -Dm644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}/examples
-  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}/xsd
-  install -Dm644 
${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/doc/pdfsam-1.1.0-tutorial.pdf
 \
- ${pkgdir}/usr/share/doc/${pkgname}/
-  install -Dm644 
${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/doc/changelog-basic.txt
 \
- ${pkgdir}/usr/share/doc/${pkgname}/
-  install -Dm644 
${srcdir}/${_builddir}/${_branchdir}/release/dist/${_buildver}/doc/readme.txt 
\
- 

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

2014-07-06 Thread Eric Bélanger
Date: Sunday, July 6, 2014 @ 20:47:23
  Author: eric
Revision: 216572

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

Added:
  imlib2/repos/extra-i686/PKGBUILD
(from rev 216571, imlib2/trunk/PKGBUILD)
  imlib2/repos/extra-i686/imlib2-giflib51.patch
(from rev 216571, imlib2/trunk/imlib2-giflib51.patch)
  imlib2/repos/extra-x86_64/PKGBUILD
(from rev 216571, imlib2/trunk/PKGBUILD)
  imlib2/repos/extra-x86_64/imlib2-giflib51.patch
(from rev 216571, imlib2/trunk/imlib2-giflib51.patch)
Deleted:
  imlib2/repos/extra-i686/PKGBUILD
  imlib2/repos/extra-i686/imlib2-giflib51.patch
  imlib2/repos/extra-x86_64/PKGBUILD
  imlib2/repos/extra-x86_64/imlib2-giflib51.patch

+
 /PKGBUILD  |   86 +++
 /imlib2-giflib51.patch |  128 +++
 extra-i686/PKGBUILD|   42 ---
 extra-i686/imlib2-giflib51.patch   |   64 -
 extra-x86_64/PKGBUILD  |   42 ---
 extra-x86_64/imlib2-giflib51.patch |   64 -
 6 files changed, 214 insertions(+), 212 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-06 18:44:53 UTC (rev 216571)
+++ extra-i686/PKGBUILD 2014-07-06 18:47:23 UTC (rev 216572)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Arjan Timmerman arjan.archlinux.org
-# Contributor: Tom Newsom Jeepster.gmx.co.uk
-
-pkgname=imlib2
-pkgver=1.4.6
-pkgrel=2
-pkgdesc=Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support
-url=http://sourceforge.net/projects/enlightenment/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 
'libjpeg-turbo')
-source=(http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2
-imlib2-giflib51.patch)
-sha1sums=('20e111d822074593e8d657ecf8aafe504e9e2967'
-  '3ee249142b4caecc4a38ac29a999708447f250c1')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../imlib2-giflib51.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  [ $CARCH = i686 ]  EXTRAOPTS=--enable-mmx
-  [ $CARCH = x86_64 ]  EXTRAOPTS=--enable-amd64
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc/imlib2 \
-  --x-libraries=/usr/lib $EXTRAOPTS
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Install License
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: imlib2/repos/extra-i686/PKGBUILD (from rev 216571, 
imlib2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-06 18:47:23 UTC (rev 216572)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Arjan Timmerman arjan.archlinux.org
+# Contributor: Tom Newsom Jeepster.gmx.co.uk
+
+pkgname=imlib2
+pkgver=1.4.6
+pkgrel=3
+pkgdesc=Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support
+url=http://sourceforge.net/projects/enlightenment/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 
'libjpeg-turbo')
+source=(http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2
+imlib2-giflib51.patch)
+sha1sums=('20e111d822074593e8d657ecf8aafe504e9e2967'
+  '3ee249142b4caecc4a38ac29a999708447f250c1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../imlib2-giflib51.patch
+  sed -i 's/@my_libs@//' imlib2-config.in
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  [ $CARCH = i686 ]  EXTRAOPTS=--enable-mmx
+  [ $CARCH = x86_64 ]  EXTRAOPTS=--enable-amd64
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc/imlib2 \
+  --x-libraries=/usr/lib $EXTRAOPTS
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Install License
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-i686/imlib2-giflib51.patch
===
--- extra-i686/imlib2-giflib51.patch2014-07-06 18:44:53 UTC (rev 216571)
+++ extra-i686/imlib2-giflib51.patch2014-07-06 18:47:23 UTC (rev 216572)
@@ -1,64 +0,0 @@
-diff -ruN imlib2-1.4.6.orig/src/modules/loaders/loader_gif.c 
imlib2-1.4.6/src/modules/loaders/loader_gif.c
 imlib2-1.4.6.orig/src/modules/loaders/loader_gif.c 2013-12-21 
10:16:10.0 +
-+++ imlib2-1.4.6/src/modules/loaders/loader_gif.c  2014-05-27 
09:52:35.857291512 +
-@@ -36,7 +36,7 @@
- #endif
-if (fd  0)
-   return 0;
--   gif = DGifOpenFileHandle(fd);
-+   gif = DGifOpenFileHandle(fd, NULL);
-if (!gif)
-  {
- close(fd);
-@@ 

[arch-commits] Commit in pacman-mirrorlist/repos/core-any (5 files)

2014-07-06 Thread Florian Pritz
Date: Sunday, July 6, 2014 @ 21:16:16
  Author: bluewind
Revision: 216574

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 216573, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 216573, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 216573, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist

+
 PKGBUILD   |   62 ++---
 mirrorlist |  611 +--
 upgpkg |4 
 3 files changed, 342 insertions(+), 335 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 19:16:13 UTC (rev 216573)
+++ PKGBUILD2014-07-06 19:16:16 UTC (rev 216574)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=pacman-mirrorlist
-pkgver=20140531
-pkgrel=1
-pkgdesc=Arch Linux mirror list for use by pacman
-arch=('any')
-url=https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c . PKGBUILD; updatelist
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/http/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('44cd438c0c904ca3915255e5191593cb')
-sha256sums=('ca41d6530c2ed9460340ee1310c37e3d3af57522966095a96b2b00462e9594ca')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 216573, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 19:16:16 UTC (rev 216574)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=pacman-mirrorlist
+pkgver=20140706
+pkgrel=1
+pkgdesc=Arch Linux mirror list for use by pacman
+arch=('any')
+url=https://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c . PKGBUILD; updatelist
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/http/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('788b8b37434ffa1ac488a92b7cd2661f')
+sha256sums=('a0bb79bbcc183892fd67518661690c109ffa60c4eb3f347901a0d2cc4b6d10f3')

Deleted: mirrorlist
===
--- mirrorlist  2014-07-06 19:16:13 UTC (rev 216573)
+++ mirrorlist  2014-07-06 19:16:16 UTC (rev 216574)
@@ -1,304 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2014-05-31
-##
-
-## Australia
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.optus.net/archlinux/$repo/os/$arch
-#Server = http://mirror.rackcentral.com.au/archlinux/$repo/os/$arch
-#Server = http://syd.mirror.rackspace.com/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.uber.com.au/$repo/os/$arch
-
-## Austria
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Bangladesh
-#Server = http://mirrors.ispros.com.bd/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-
-## Bulgaria
-#Server = http://archlinux.igor.onlinedirect.bg/$repo/os/$arch
-
-## Canada
-#Server = http://archlinux.dropswitch.net/archlinux/$repo/os/$arch
-#Server = http://mirror.clibre.uqam.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.rafal.ca/$repo/os/$arch
-#Server = http://archlinux.mirror.vexxhost.com/$repo/os/$arch
-
-## Chile
-#Server = http://mirror.archlinux.cl/$repo/os/$arch
-
-## China
-#Server = http://mirrors.163.com/archlinux/$repo/os/$arch
-#Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch
-#Server = http

[arch-commits] Commit in pacman-mirrorlist/trunk (PKGBUILD mirrorlist upgpkg)

2014-07-06 Thread Florian Pritz
Date: Sunday, July 6, 2014 @ 21:16:13
  Author: bluewind
Revision: 216573

upgpkg: pacman-mirrorlist 20140706-1

upstream update

Added:
  pacman-mirrorlist/trunk/upgpkg
Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |   11 +++
 upgpkg |4 
 3 files changed, 14 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 18:47:23 UTC (rev 216572)
+++ PKGBUILD2014-07-06 19:16:13 UTC (rev 216573)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=pacman-mirrorlist
-pkgver=20140531
+pkgver=20140706
 pkgrel=1
 pkgdesc=Arch Linux mirror list for use by pacman
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('44cd438c0c904ca3915255e5191593cb')
-sha256sums=('ca41d6530c2ed9460340ee1310c37e3d3af57522966095a96b2b00462e9594ca')
+md5sums=('788b8b37434ffa1ac488a92b7cd2661f')
+sha256sums=('a0bb79bbcc183892fd67518661690c109ffa60c4eb3f347901a0d2cc4b6d10f3')

Modified: mirrorlist
===
--- mirrorlist  2014-07-06 18:47:23 UTC (rev 216572)
+++ mirrorlist  2014-07-06 19:16:13 UTC (rev 216573)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2014-05-31
+## Generated on 2014-07-06
 ##
 
 ## Australia
@@ -70,6 +70,7 @@
 
 ## Denmark
 #Server = http://mirrors.dotsrc.org/archlinux/$repo/os/$arch
+#Server = http://mirror.one.com/archlinux/$repo/os/$arch
 
 ## Ecuador
 #Server = http://mirror.cedia.org.ec/archlinux/$repo/os/$arch
@@ -94,6 +95,7 @@
 #Server = http://mirror.tyborek.pl/arch/$repo/os/$arch
 
 ## Germany
+#Server = http://mirror.23media.de/archlinux/$repo/os/$arch
 #Server = http://archlinux.limun.org/$repo/os/$arch
 #Server = http://artfiles.org/archlinux.org/$repo/os/$arch
 #Server = http://ftp.fau.de/archlinux/$repo/os/$arch
@@ -173,7 +175,7 @@
 #Server = http://archlinux.mirror.root.lu/$repo/os/$arch
 
 ## Macedonia (the former Yugoslav Republic of)
-#Server = http://arch.linux.net.mk/archlinux/$repo/os/$arch
+#Server = http://arch.softver.org.mk/archlinux/$repo/os/$arch
 
 ## Netherlands
 #Server = http://arch.apt-get.eu/$repo/os/$arch
@@ -205,7 +207,7 @@
 
 ## Portugal
 #Server = http://archlinux.dcc.fc.up.pt/$repo/os/$arch
-#Server = http://ftp.rnl.ist.utl.pt/pub/archlinux/$repo/os/$arch
+#Server = http://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/$repo/os/$arch
 
 ## Romania
 #Server = http://mirror.archlinux.ro/archlinux/$repo/os/$arch
@@ -246,6 +248,7 @@
 #Server = http://archlinux.puzzle.ch/$repo/os/$arch
 
 ## Taiwan (Province of China)
+#Server = http://forum.cse.yzu.edu.tw/Linux/archlinux/$repo/os/$arch
 #Server = http://archlinux.cs.nctu.edu.tw/$repo/os/$arch
 #Server = http://shadow.ind.ntou.edu.tw/archlinux/$repo/os/$arch
 #Server = http://ftp.tku.edu.tw/Linux/ArchLinux/$repo/os/$arch
@@ -269,12 +272,12 @@
 #Server = http://mirrors.advancedhosters.com/archlinux/$repo/os/$arch
 #Server = http://mirrors.aggregate.org/archlinux/$repo/os/$arch
 #Server = http://archlinux.surlyjake.com/archlinux/$repo/os/$arch
-#Server = http://cake.lib.fit.edu/archlinux/$repo/os/$arch
 #Server = http://mirrors.cat.pdx.edu/archlinux/$repo/os/$arch
 #Server = http://mirror.cc.columbia.edu/pub/linux/archlinux/$repo/os/$arch
 #Server = http://mirrors.cecsresearch.org/archlinux/$repo/os/$arch
 #Server = http://arch.mirror.constant.com/$repo/os/$arch
 #Server = http://cosmos.cites.illinois.edu/pub/archlinux/$repo/os/$arch
+#Server = http://mirror.es.its.nyu.edu/archlinux/$repo/os/$arch
 #Server = http://mirrors.gigenet.com/archlinux/$repo/os/$arch
 #Server = http://www.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.ancl.hawaii.edu/linux/archlinux/$repo/os/$arch

Added: upgpkg
===
--- upgpkg  (rev 0)
+++ upgpkg  2014-07-06 19:16:13 UTC (rev 216573)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  updatelist
+  _newpkgver=$(date +%Y%m%d)
+}



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

2014-07-06 Thread Eric Bélanger
Date: Sunday, July 6, 2014 @ 21:21:52
  Author: eric
Revision: 216575

upgpkg: fluxbox 1.3.5-4

Fix xinerama support (close FS#41113)

Modified:
  fluxbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 19:16:16 UTC (rev 216574)
+++ PKGBUILD2014-07-06 19:21:52 UTC (rev 216575)
@@ -3,7 +3,7 @@
 
 pkgname=fluxbox
 pkgver=1.3.5
-pkgrel=3
+pkgrel=4
 pkgdesc=A lightweight and highly-configurable window manager
 arch=('i686' 'x86_64')
 url=http://www.fluxbox.org;
@@ -26,7 +26,6 @@
   ./configure --prefix=/usr \
 --enable-xft --enable-xinerama \
 --enable-imlib2 --enable-nls
-  sed -i 's/@my_libs@//' {,*/,*/*/}Makefile
   make
 }
 



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

2014-07-06 Thread Eric Bélanger
Date: Sunday, July 6, 2014 @ 21:24:28
  Author: eric
Revision: 216576

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

Added:
  fluxbox/repos/extra-i686/PKGBUILD
(from rev 216575, fluxbox/trunk/PKGBUILD)
  fluxbox/repos/extra-i686/fluxbox.desktop
(from rev 216575, fluxbox/trunk/fluxbox.desktop)
  fluxbox/repos/extra-x86_64/PKGBUILD
(from rev 216575, fluxbox/trunk/PKGBUILD)
  fluxbox/repos/extra-x86_64/fluxbox.desktop
(from rev 216575, fluxbox/trunk/fluxbox.desktop)
Deleted:
  fluxbox/repos/extra-i686/PKGBUILD
  fluxbox/repos/extra-i686/fluxbox.desktop
  fluxbox/repos/extra-x86_64/PKGBUILD
  fluxbox/repos/extra-x86_64/fluxbox.desktop

--+
 /PKGBUILD|   74 +
 /fluxbox.desktop |   12 ++
 extra-i686/PKGBUILD  |   38 -
 extra-i686/fluxbox.desktop   |6 ---
 extra-x86_64/PKGBUILD|   38 -
 extra-x86_64/fluxbox.desktop |6 ---
 6 files changed, 86 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-06 19:21:52 UTC (rev 216575)
+++ extra-i686/PKGBUILD 2014-07-06 19:24:28 UTC (rev 216576)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fluxbox
-pkgver=1.3.5
-pkgrel=3
-pkgdesc=A lightweight and highly-configurable window manager
-arch=('i686' 'x86_64')
-url=http://www.fluxbox.org;
-license=('MIT')
-depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'imlib2' 
'fribidi')
-optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu 
utilities')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.lzma
 \
-fluxbox.desktop)
-sha1sums=('495d82ca428949cc2bc85814898b49cf4624b7cb'
-  'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/@EXEEXT@//g' util/fluxbox-generate_menu.in #share/fluxbox/menu}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-xft --enable-xinerama \
---enable-imlib2 --enable-nls
-  sed -i 's/@my_libs@//' {,*/,*/*/}Makefile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ${srcdir}/fluxbox.desktop 
${pkgdir}/usr/share/xsessions/fluxbox.desktop
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: fluxbox/repos/extra-i686/PKGBUILD (from rev 216575, 
fluxbox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-06 19:24:28 UTC (rev 216576)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fluxbox
+pkgver=1.3.5
+pkgrel=4
+pkgdesc=A lightweight and highly-configurable window manager
+arch=('i686' 'x86_64')
+url=http://www.fluxbox.org;
+license=('MIT')
+depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'imlib2' 
'fribidi')
+optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu 
utilities')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.lzma
 \
+fluxbox.desktop)
+sha1sums=('495d82ca428949cc2bc85814898b49cf4624b7cb'
+  'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/@EXEEXT@//g' util/fluxbox-generate_menu.in #share/fluxbox/menu}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-xft --enable-xinerama \
+--enable-imlib2 --enable-nls
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ${srcdir}/fluxbox.desktop 
${pkgdir}/usr/share/xsessions/fluxbox.desktop
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/fluxbox.desktop
===
--- extra-i686/fluxbox.desktop  2014-07-06 19:21:52 UTC (rev 216575)
+++ extra-i686/fluxbox.desktop  2014-07-06 19:24:28 UTC (rev 216576)
@@ -1,6 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Type=XSession
-Exec=/usr/bin/startfluxbox
-TryExec=/usr/bin/startfluxbox
-Name=fluxbox

Copied: fluxbox/repos/extra-i686/fluxbox.desktop (from rev 216575, 
fluxbox/trunk/fluxbox.desktop)
===
--- extra-i686/fluxbox.desktop  (rev 0)
+++ extra-i686/fluxbox.desktop  2014-07-06 19:24:28 UTC (rev 216576)
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=XSession
+Exec=/usr/bin/startfluxbox
+TryExec=/usr/bin/startfluxbox
+Name=fluxbox

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-06 19:21:52 UTC (rev 

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

2014-07-06 Thread Eric Bélanger
Date: Sunday, July 6, 2014 @ 21:33:03
  Author: eric
Revision: 216577

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

Added:
  fluxbox/repos/extra-i686/PKGBUILD
(from rev 216576, fluxbox/trunk/PKGBUILD)
  fluxbox/repos/extra-i686/fluxbox.desktop
(from rev 216576, fluxbox/trunk/fluxbox.desktop)
  fluxbox/repos/extra-x86_64/PKGBUILD
(from rev 216576, fluxbox/trunk/PKGBUILD)
  fluxbox/repos/extra-x86_64/fluxbox.desktop
(from rev 216576, fluxbox/trunk/fluxbox.desktop)
Deleted:
  fluxbox/repos/extra-i686/PKGBUILD
  fluxbox/repos/extra-i686/fluxbox.desktop
  fluxbox/repos/extra-x86_64/PKGBUILD
  fluxbox/repos/extra-x86_64/fluxbox.desktop

--+
 /PKGBUILD|   74 +
 /fluxbox.desktop |   12 ++
 extra-i686/PKGBUILD  |   37 
 extra-i686/fluxbox.desktop   |6 ---
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/fluxbox.desktop |6 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-06 19:24:28 UTC (rev 216576)
+++ extra-i686/PKGBUILD 2014-07-06 19:33:03 UTC (rev 216577)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fluxbox
-pkgver=1.3.5
-pkgrel=4
-pkgdesc=A lightweight and highly-configurable window manager
-arch=('i686' 'x86_64')
-url=http://www.fluxbox.org;
-license=('MIT')
-depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'imlib2' 
'fribidi')
-optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu 
utilities')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.lzma
 \
-fluxbox.desktop)
-sha1sums=('495d82ca428949cc2bc85814898b49cf4624b7cb'
-  'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/@EXEEXT@//g' util/fluxbox-generate_menu.in #share/fluxbox/menu}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-xft --enable-xinerama \
---enable-imlib2 --enable-nls
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ${srcdir}/fluxbox.desktop 
${pkgdir}/usr/share/xsessions/fluxbox.desktop
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: fluxbox/repos/extra-i686/PKGBUILD (from rev 216576, 
fluxbox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-06 19:33:03 UTC (rev 216577)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fluxbox
+pkgver=1.3.5
+pkgrel=4
+pkgdesc=A lightweight and highly-configurable window manager
+arch=('i686' 'x86_64')
+url=http://www.fluxbox.org;
+license=('MIT')
+depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'imlib2' 
'fribidi')
+optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu 
utilities')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.lzma
 \
+fluxbox.desktop)
+sha1sums=('495d82ca428949cc2bc85814898b49cf4624b7cb'
+  'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/@EXEEXT@//g' util/fluxbox-generate_menu.in #share/fluxbox/menu}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-xft --enable-xinerama \
+--enable-imlib2 --enable-nls
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ${srcdir}/fluxbox.desktop 
${pkgdir}/usr/share/xsessions/fluxbox.desktop
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/fluxbox.desktop
===
--- extra-i686/fluxbox.desktop  2014-07-06 19:24:28 UTC (rev 216576)
+++ extra-i686/fluxbox.desktop  2014-07-06 19:33:03 UTC (rev 216577)
@@ -1,6 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Type=XSession
-Exec=/usr/bin/startfluxbox
-TryExec=/usr/bin/startfluxbox
-Name=fluxbox

Copied: fluxbox/repos/extra-i686/fluxbox.desktop (from rev 216576, 
fluxbox/trunk/fluxbox.desktop)
===
--- extra-i686/fluxbox.desktop  (rev 0)
+++ extra-i686/fluxbox.desktop  2014-07-06 19:33:03 UTC (rev 216577)
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=XSession
+Exec=/usr/bin/startfluxbox
+TryExec=/usr/bin/startfluxbox
+Name=fluxbox

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-06 19:24:28 UTC (rev 216576)
+++ extra-x86_64/PKGBUILD   

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

2014-07-06 Thread Andrea Scarpino
Date: Sunday, July 6, 2014 @ 21:40:27
  Author: andrea
Revision: 216578

upgpkg: libnm-qt 0.9.8.2-1

Upstream release

Modified:
  libnm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 19:33:03 UTC (rev 216577)
+++ PKGBUILD2014-07-06 19:40:27 UTC (rev 216578)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libnm-qt
-pkgver=0.9.8.1
+pkgver=0.9.8.2
 pkgrel=1
 pkgdesc='Qt-only wrapper for NetworkManager DBus API'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('libmm-qt' 'networkmanager')
 makedepends=('cmake' 'doxygen')
 
source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('cde8bed2beb57015cb5f6772c1fe0843aab299b9529578c5406ba7fe614af23d')
+sha256sums=('118fa4732536677f889b2776ec45bd0c726f26abcb8e8b6f8dfcaee265475f33')
 
 prepare() {
   mkdir -p build



[arch-commits] Commit in kdeplasma-applets-plasma-nm/trunk (PKGBUILD)

2014-07-06 Thread Andrea Scarpino
Date: Sunday, July 6, 2014 @ 21:41:09
  Author: andrea
Revision: 216581

upgpkg: kdeplasma-applets-plasma-nm 0.9.3.3-2

libnm-qt rebuild

Modified:
  kdeplasma-applets-plasma-nm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 19:40:41 UTC (rev 216580)
+++ PKGBUILD2014-07-06 19:41:09 UTC (rev 216581)
@@ -4,7 +4,7 @@
 
 pkgname=kdeplasma-applets-plasma-nm
 pkgver=0.9.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Plasma applet written in QML for managing network connections
 arch=('i686' 'x86_64')
 url=https://projects.kde.org/projects/playground/network/plasma-nm;



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

2014-07-06 Thread Eric Bélanger
Date: Sunday, July 6, 2014 @ 21:40:32
  Author: eric
Revision: 216579

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

Added:
  fluxbox/repos/extra-i686/PKGBUILD
(from rev 216577, fluxbox/trunk/PKGBUILD)
  fluxbox/repos/extra-i686/fluxbox.desktop
(from rev 216577, fluxbox/trunk/fluxbox.desktop)
  fluxbox/repos/extra-x86_64/PKGBUILD
(from rev 216577, fluxbox/trunk/PKGBUILD)
  fluxbox/repos/extra-x86_64/fluxbox.desktop
(from rev 216577, fluxbox/trunk/fluxbox.desktop)
Deleted:
  fluxbox/repos/extra-i686/PKGBUILD
  fluxbox/repos/extra-i686/fluxbox.desktop
  fluxbox/repos/extra-x86_64/PKGBUILD
  fluxbox/repos/extra-x86_64/fluxbox.desktop

--+
 /PKGBUILD|   74 +
 /fluxbox.desktop |   12 ++
 extra-i686/PKGBUILD  |   37 
 extra-i686/fluxbox.desktop   |6 ---
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/fluxbox.desktop |6 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-06 19:40:27 UTC (rev 216578)
+++ extra-i686/PKGBUILD 2014-07-06 19:40:32 UTC (rev 216579)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fluxbox
-pkgver=1.3.5
-pkgrel=4
-pkgdesc=A lightweight and highly-configurable window manager
-arch=('i686' 'x86_64')
-url=http://www.fluxbox.org;
-license=('MIT')
-depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'imlib2' 
'fribidi')
-optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu 
utilities')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.lzma
 \
-fluxbox.desktop)
-sha1sums=('495d82ca428949cc2bc85814898b49cf4624b7cb'
-  'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/@EXEEXT@//g' util/fluxbox-generate_menu.in #share/fluxbox/menu}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-xft --enable-xinerama \
---enable-imlib2 --enable-nls
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ${srcdir}/fluxbox.desktop 
${pkgdir}/usr/share/xsessions/fluxbox.desktop
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: fluxbox/repos/extra-i686/PKGBUILD (from rev 216577, 
fluxbox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-06 19:40:32 UTC (rev 216579)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fluxbox
+pkgver=1.3.5
+pkgrel=4
+pkgdesc=A lightweight and highly-configurable window manager
+arch=('i686' 'x86_64')
+url=http://www.fluxbox.org;
+license=('MIT')
+depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'gcc-libs' 'imlib2' 
'fribidi')
+optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu 
utilities')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.lzma
 \
+fluxbox.desktop)
+sha1sums=('495d82ca428949cc2bc85814898b49cf4624b7cb'
+  'f3f83b8ce84d79c2f8670ef687e0dd89ab0552b8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/@EXEEXT@//g' util/fluxbox-generate_menu.in #share/fluxbox/menu}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-xft --enable-xinerama \
+--enable-imlib2 --enable-nls
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ${srcdir}/fluxbox.desktop 
${pkgdir}/usr/share/xsessions/fluxbox.desktop
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/fluxbox.desktop
===
--- extra-i686/fluxbox.desktop  2014-07-06 19:40:27 UTC (rev 216578)
+++ extra-i686/fluxbox.desktop  2014-07-06 19:40:32 UTC (rev 216579)
@@ -1,6 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Type=XSession
-Exec=/usr/bin/startfluxbox
-TryExec=/usr/bin/startfluxbox
-Name=fluxbox

Copied: fluxbox/repos/extra-i686/fluxbox.desktop (from rev 216577, 
fluxbox/trunk/fluxbox.desktop)
===
--- extra-i686/fluxbox.desktop  (rev 0)
+++ extra-i686/fluxbox.desktop  2014-07-06 19:40:32 UTC (rev 216579)
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=XSession
+Exec=/usr/bin/startfluxbox
+TryExec=/usr/bin/startfluxbox
+Name=fluxbox

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-06 19:40:27 UTC (rev 216578)
+++ extra-x86_64/PKGBUILD   

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

2014-07-06 Thread Andrea Scarpino
Date: Sunday, July 6, 2014 @ 21:40:41
  Author: andrea
Revision: 216580

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

Added:
  libnm-qt/repos/extra-i686/PKGBUILD
(from rev 216579, libnm-qt/trunk/PKGBUILD)
  libnm-qt/repos/extra-x86_64/PKGBUILD
(from rev 216579, libnm-qt/trunk/PKGBUILD)
Deleted:
  libnm-qt/repos/extra-i686/PKGBUILD
  libnm-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-06 19:40:32 UTC (rev 216579)
+++ extra-i686/PKGBUILD 2014-07-06 19:40:41 UTC (rev 216580)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libnm-qt
-pkgver=0.9.8.1
-pkgrel=1
-pkgdesc='Qt-only wrapper for NetworkManager DBus API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
-license=('LGPL')
-depends=('libmm-qt' 'networkmanager')
-makedepends=('cmake' 'doxygen')
-source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('cde8bed2beb57015cb5f6772c1fe0843aab299b9529578c5406ba7fe614af23d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libnm-qt/repos/extra-i686/PKGBUILD (from rev 216579, 
libnm-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-06 19:40:41 UTC (rev 216580)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libnm-qt
+pkgver=0.9.8.2
+pkgrel=1
+pkgdesc='Qt-only wrapper for NetworkManager DBus API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
+license=('LGPL')
+depends=('libmm-qt' 'networkmanager')
+makedepends=('cmake' 'doxygen')
+source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('118fa4732536677f889b2776ec45bd0c726f26abcb8e8b6f8dfcaee265475f33')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-06 19:40:32 UTC (rev 216579)
+++ extra-x86_64/PKGBUILD   2014-07-06 19:40:41 UTC (rev 216580)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libnm-qt
-pkgver=0.9.8.1
-pkgrel=1
-pkgdesc='Qt-only wrapper for NetworkManager DBus API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
-license=('LGPL')
-depends=('libmm-qt' 'networkmanager')
-makedepends=('cmake' 'doxygen')
-source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('cde8bed2beb57015cb5f6772c1fe0843aab299b9529578c5406ba7fe614af23d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libnm-qt/repos/extra-x86_64/PKGBUILD (from rev 216579, 
libnm-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-06 19:40:41 UTC (rev 216580)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libnm-qt
+pkgver=0.9.8.2
+pkgrel=1
+pkgdesc='Qt-only wrapper for NetworkManager DBus API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
+license=('LGPL')
+depends=('libmm-qt' 'networkmanager')
+makedepends=('cmake' 'doxygen')
+source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('118fa4732536677f889b2776ec45bd0c726f26abcb8e8b6f8dfcaee265475f33')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdeplasma-applets-plasma-nm/repos (4 files)

2014-07-06 Thread Andrea Scarpino
Date: Sunday, July 6, 2014 @ 21:41:27
  Author: andrea
Revision: 216582

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

Added:
  kdeplasma-applets-plasma-nm/repos/extra-i686/PKGBUILD
(from rev 216581, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
  kdeplasma-applets-plasma-nm/repos/extra-x86_64/PKGBUILD
(from rev 216581, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
Deleted:
  kdeplasma-applets-plasma-nm/repos/extra-i686/PKGBUILD
  kdeplasma-applets-plasma-nm/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-06 19:41:09 UTC (rev 216581)
+++ extra-i686/PKGBUILD 2014-07-06 19:41:27 UTC (rev 216582)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
-
-pkgname=kdeplasma-applets-plasma-nm
-pkgver=0.9.3.3
-pkgrel=1
-pkgdesc=Plasma applet written in QML for managing network connections
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/network/plasma-nm;
-license=('GPL')
-depends=('kdebase-workspace' 'libnm-qt')
-makedepends=('cmake' 'automoc4' 'openconnect' 'mobile-broadband-provider-info')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect VPN plugin')
-conflicts=('kdeplasma-applets-networkmanagement')
-source=(http://download.kde.org/unstable/plasma-nm/plasma-nm-${pkgver}.tar.xz;)
-md5sums=('5bcb5b76929f116d8ed24ddb1fdf9043')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../plasma-nm-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeplasma-applets-plasma-nm/repos/extra-i686/PKGBUILD (from rev 216581, 
kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-06 19:41:27 UTC (rev 216582)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
+
+pkgname=kdeplasma-applets-plasma-nm
+pkgver=0.9.3.3
+pkgrel=2
+pkgdesc=Plasma applet written in QML for managing network connections
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/network/plasma-nm;
+license=('GPL')
+depends=('kdebase-workspace' 'libnm-qt')
+makedepends=('cmake' 'automoc4' 'openconnect' 'mobile-broadband-provider-info')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+conflicts=('kdeplasma-applets-networkmanagement')
+source=(http://download.kde.org/unstable/plasma-nm/plasma-nm-${pkgver}.tar.xz;)
+md5sums=('5bcb5b76929f116d8ed24ddb1fdf9043')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../plasma-nm-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-06 19:41:09 UTC (rev 216581)
+++ extra-x86_64/PKGBUILD   2014-07-06 19:41:27 UTC (rev 216582)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
-
-pkgname=kdeplasma-applets-plasma-nm
-pkgver=0.9.3.3
-pkgrel=1
-pkgdesc=Plasma applet written in QML for managing network connections
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/network/plasma-nm;
-license=('GPL')
-depends=('kdebase-workspace' 'libnm-qt')
-makedepends=('cmake' 'automoc4' 'openconnect' 'mobile-broadband-provider-info')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect VPN plugin')
-conflicts=('kdeplasma-applets-networkmanagement')
-source=(http://download.kde.org/unstable/plasma-nm/plasma-nm-${pkgver}.tar.xz;)
-md5sums=('5bcb5b76929f116d8ed24ddb1fdf9043')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../plasma-nm-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeplasma-applets-plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 
216581, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

[arch-commits] Commit in quodlibet/repos/extra-any (4 files)

2014-07-06 Thread Eric Bélanger
Date: Sunday, July 6, 2014 @ 23:00:31
  Author: eric
Revision: 216584

archrelease: copy trunk to extra-any

Added:
  quodlibet/repos/extra-any/PKGBUILD
(from rev 216583, quodlibet/trunk/PKGBUILD)
  quodlibet/repos/extra-any/quodlibet.install
(from rev 216583, quodlibet/trunk/quodlibet.install)
Deleted:
  quodlibet/repos/extra-any/PKGBUILD
  quodlibet/repos/extra-any/quodlibet.install

---+
 PKGBUILD  |  120 ++--
 quodlibet.install |   22 -
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-06 20:58:47 UTC (rev 216583)
+++ PKGBUILD2014-07-06 21:00:31 UTC (rev 216584)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=quodlibet
-pkgname=('quodlibet' 'quodlibet-plugins')
-pkgver=3.1.1
-pkgrel=1
-arch=('any')
-license=('GPL2')
-url=http://code.google.com/p/quodlibet/;
-makedepends=('python2' 'intltool')
-options=('!makeflags')
-source=(https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/$pkgbase-$pkgver.tar.gz
-
https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/$pkgbase-plugins-$pkgver.tar.gz)
-sha1sums=('4246a569405ec292b8fb7183363db0a7989e9ac3'
-  'f7cb567729e17555a445db5371b823038f356e3d')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed -i 's/env python/env python2/' exfalso.py quodlibet.py \
-../${pkgbase}-plugins-${pkgver}/songsmenu/replaygain.py
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' operon.py 
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py build
-}
-
-package_quodlibet() {
-  pkgdesc=An audio library tagger, manager and player
-  depends=('gtk3' 'python2-gobject' 'python2-dbus' 'mutagen' 
-   'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
-  'gnome-icon-theme')
-  optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
-  'gst-plugins-bad: for Musepack support'
-  'libgpod: for ipod support'
-  'python2-feedparser: for audio feeds (podcast) support'
-  'libkeybinder3: for the multimedia keys support'
-  'media-player-info: for media devices support')
-  install=quodlibet.install
-
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py install --prefix=${pkgdir}/usr
-}
-
-package_quodlibet-plugins() {
-  pkgdesc=Various plugins for QuodLibet
-  depends=('quodlibet')
-  optdepends=('cddb-py: for CDDB Lookup plugin'
-  'python2-musicbrainz2: for MusicBrainz Lookup plugin'
-  'python2-pyinotify: for Automatic library update plugin'
- 'kakasi: for Kana/Kanji Simple Inverter plugin'
- 'zeitgeist: for Event Logging plugin'
-  'gst-plugins-bad: for Audio Pitch/Speed plugin')
-
-  cd ${pkgbase}-plugins-${pkgver}
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins
-  cp -r editing events gstreamer playorder songsmenu 
${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins
-}

Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 216583, 
quodlibet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-06 21:00:31 UTC (rev 216584)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=quodlibet
+pkgname=('quodlibet' 'quodlibet-plugins')
+pkgver=3.1.2
+pkgrel=1
+arch=('any')
+license=('GPL2')
+url=http://code.google.com/p/quodlibet/;
+makedepends=('python2' 'intltool')
+options=('!makeflags')
+source=(https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/$pkgbase-$pkgver.tar.gz
+
https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/$pkgbase-plugins-$pkgver.tar.gz)
+sha1sums=('6e7553c37f96b314c16b520ed74a005bf69905b4'
+  '2239213ba6f8cfc962f8442da3960869bf18a92f')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed -i 's/env python/env python2/' exfalso.py quodlibet.py \
+../${pkgbase}-plugins-${pkgver}/songsmenu/replaygain.py
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' operon.py 
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py build
+}
+
+package_quodlibet() {
+  pkgdesc=An audio library tagger, manager and player
+  depends=('gtk3' 'python2-gobject' 'python2-dbus' 'mutagen' 
+   'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
+  'gnome-icon-theme')
+  optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
+  'gst-plugins-bad: for Musepack support'
+  'libgpod: for ipod support'
+  'python2-feedparser: for audio feeds (podcast) support'
+  'libkeybinder3: for the multimedia keys support'
+  'media-player-info: for media devices support')
+  install=quodlibet.install
+
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --prefix=${pkgdir}/usr
+}
+

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

2014-07-06 Thread Eric Bélanger
Date: Sunday, July 6, 2014 @ 22:58:47
  Author: eric
Revision: 216583

upgpkg: quodlibet 3.1.2-1

Upstream update

Modified:
  quodlibet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 19:41:27 UTC (rev 216582)
+++ PKGBUILD2014-07-06 20:58:47 UTC (rev 216583)
@@ -3,7 +3,7 @@
 
 pkgbase=quodlibet
 pkgname=('quodlibet' 'quodlibet-plugins')
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 arch=('any')
 license=('GPL2')
@@ -12,8 +12,8 @@
 options=('!makeflags')
 
source=(https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/$pkgbase-$pkgver.tar.gz
 
https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/$pkgbase-plugins-$pkgver.tar.gz)
-sha1sums=('4246a569405ec292b8fb7183363db0a7989e9ac3'
-  'f7cb567729e17555a445db5371b823038f356e3d')
+sha1sums=('6e7553c37f96b314c16b520ed74a005bf69905b4'
+  '2239213ba6f8cfc962f8442da3960869bf18a92f')
 
 prepare() {
   cd ${pkgbase}-${pkgver}



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

2014-07-06 Thread Eric Bélanger
Date: Monday, July 7, 2014 @ 02:01:57
  Author: eric
Revision: 216585

fix source url

Modified:
  sane-frontends/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 21:00:31 UTC (rev 216584)
+++ PKGBUILD2014-07-07 00:01:57 UTC (rev 216585)
@@ -10,7 +10,7 @@
 url=http://www.sane-project.org;
 license=('GPL')
 depends=('sane' 'gimp' 'libjpeg=7')
-source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
 MissingCapsFlag.patch)
+source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-$pkgver.tar.gz 
MissingCapsFlag.patch)
 md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
 
 build() {



[arch-commits] Commit in sane-frontends/repos/extra-i686 (4 files)

2014-07-06 Thread Eric Bélanger
Date: Monday, July 7, 2014 @ 02:04:55
  Author: eric
Revision: 216586

archrelease: copy trunk to extra-i686

Added:
  sane-frontends/repos/extra-i686/MissingCapsFlag.patch
(from rev 216585, sane-frontends/trunk/MissingCapsFlag.patch)
  sane-frontends/repos/extra-i686/PKGBUILD
(from rev 216585, sane-frontends/trunk/PKGBUILD)
Deleted:
  sane-frontends/repos/extra-i686/MissingCapsFlag.patch
  sane-frontends/repos/extra-i686/PKGBUILD

---+
 MissingCapsFlag.patch |   24 +++---
 PKGBUILD  |   52 
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: MissingCapsFlag.patch
===
--- MissingCapsFlag.patch   2014-07-07 00:01:57 UTC (rev 216585)
+++ MissingCapsFlag.patch   2014-07-07 00:04:55 UTC (rev 216586)
@@ -1,12 +0,0 @@
 src/gtkglue.c  2005-04-16 15:12:07.0 +0200
-+++ src/gtkglue.c.new  2009-06-24 00:26:46.0 +0200
-@@ -1476,8 +1476,7 @@
- || opt-type == SANE_TYPE_GROUP || !dialog-element[i].widget)
-   continue;
- 
--  if (!(opt-cap  SANE_CAP_ALWAYS_SETTABLE))
--  gtk_widget_set_sensitive (dialog-element[i].widget, sensitive);
-+  gtk_widget_set_sensitive (dialog-element[i].widget, sensitive);
- }
- }
- 

Copied: sane-frontends/repos/extra-i686/MissingCapsFlag.patch (from rev 216585, 
sane-frontends/trunk/MissingCapsFlag.patch)
===
--- MissingCapsFlag.patch   (rev 0)
+++ MissingCapsFlag.patch   2014-07-07 00:04:55 UTC (rev 216586)
@@ -0,0 +1,12 @@
+--- src/gtkglue.c  2005-04-16 15:12:07.0 +0200
 src/gtkglue.c.new  2009-06-24 00:26:46.0 +0200
+@@ -1476,8 +1476,7 @@
+ || opt-type == SANE_TYPE_GROUP || !dialog-element[i].widget)
+   continue;
+ 
+-  if (!(opt-cap  SANE_CAP_ALWAYS_SETTABLE))
+-  gtk_widget_set_sensitive (dialog-element[i].widget, sensitive);
++  gtk_widget_set_sensitive (dialog-element[i].widget, sensitive);
+ }
+ }
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-07 00:01:57 UTC (rev 216585)
+++ PKGBUILD2014-07-07 00:04:55 UTC (rev 216586)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=sane-frontends
-pkgver=1.0.14
-pkgrel=7
-pkgdesc=A set of frontends for SANE.
-arch=(i686 x86_64)
-url=http://www.sane-project.org;
-license=('GPL')
-depends=('sane' 'gimp' 'libjpeg=7')
-source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
 MissingCapsFlag.patch)
-md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p0  ../MissingCapsFlag.patch
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: sane-frontends/repos/extra-i686/PKGBUILD (from rev 216585, 
sane-frontends/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-07 00:04:55 UTC (rev 216586)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=sane-frontends
+pkgver=1.0.14
+pkgrel=7
+pkgdesc=A set of frontends for SANE.
+arch=(i686 x86_64)
+url=http://www.sane-project.org;
+license=('GPL')
+depends=('sane' 'gimp' 'libjpeg=7')
+source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-$pkgver.tar.gz 
MissingCapsFlag.patch)
+md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p0  ../MissingCapsFlag.patch
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in sane-frontends/repos/extra-x86_64 (4 files)

2014-07-06 Thread Eric Bélanger
Date: Monday, July 7, 2014 @ 02:06:34
  Author: eric
Revision: 216587

archrelease: copy trunk to extra-x86_64

Added:
  sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch
(from rev 216586, sane-frontends/trunk/MissingCapsFlag.patch)
  sane-frontends/repos/extra-x86_64/PKGBUILD
(from rev 216586, sane-frontends/trunk/PKGBUILD)
Deleted:
  sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch
  sane-frontends/repos/extra-x86_64/PKGBUILD

---+
 MissingCapsFlag.patch |   24 +++---
 PKGBUILD  |   52 
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: MissingCapsFlag.patch
===
--- MissingCapsFlag.patch   2014-07-07 00:04:55 UTC (rev 216586)
+++ MissingCapsFlag.patch   2014-07-07 00:06:34 UTC (rev 216587)
@@ -1,12 +0,0 @@
 src/gtkglue.c  2005-04-16 15:12:07.0 +0200
-+++ src/gtkglue.c.new  2009-06-24 00:26:46.0 +0200
-@@ -1476,8 +1476,7 @@
- || opt-type == SANE_TYPE_GROUP || !dialog-element[i].widget)
-   continue;
- 
--  if (!(opt-cap  SANE_CAP_ALWAYS_SETTABLE))
--  gtk_widget_set_sensitive (dialog-element[i].widget, sensitive);
-+  gtk_widget_set_sensitive (dialog-element[i].widget, sensitive);
- }
- }
- 

Copied: sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch (from rev 
216586, sane-frontends/trunk/MissingCapsFlag.patch)
===
--- MissingCapsFlag.patch   (rev 0)
+++ MissingCapsFlag.patch   2014-07-07 00:06:34 UTC (rev 216587)
@@ -0,0 +1,12 @@
+--- src/gtkglue.c  2005-04-16 15:12:07.0 +0200
 src/gtkglue.c.new  2009-06-24 00:26:46.0 +0200
+@@ -1476,8 +1476,7 @@
+ || opt-type == SANE_TYPE_GROUP || !dialog-element[i].widget)
+   continue;
+ 
+-  if (!(opt-cap  SANE_CAP_ALWAYS_SETTABLE))
+-  gtk_widget_set_sensitive (dialog-element[i].widget, sensitive);
++  gtk_widget_set_sensitive (dialog-element[i].widget, sensitive);
+ }
+ }
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-07 00:04:55 UTC (rev 216586)
+++ PKGBUILD2014-07-07 00:06:34 UTC (rev 216587)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=sane-frontends
-pkgver=1.0.14
-pkgrel=7
-pkgdesc=A set of frontends for SANE.
-arch=(i686 x86_64)
-url=http://www.sane-project.org;
-license=('GPL')
-depends=('sane' 'gimp' 'libjpeg=7')
-source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
 MissingCapsFlag.patch)
-md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p0  ../MissingCapsFlag.patch
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: sane-frontends/repos/extra-x86_64/PKGBUILD (from rev 216586, 
sane-frontends/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-07 00:06:34 UTC (rev 216587)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=sane-frontends
+pkgver=1.0.14
+pkgrel=7
+pkgdesc=A set of frontends for SANE.
+arch=(i686 x86_64)
+url=http://www.sane-project.org;
+license=('GPL')
+depends=('sane' 'gimp' 'libjpeg=7')
+source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-$pkgver.tar.gz 
MissingCapsFlag.patch)
+md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p0  ../MissingCapsFlag.patch
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-07-06 Thread Sébastien Luttringer
Date: Monday, July 7, 2014 @ 02:32:31
  Author: seblu
Revision: 115219

upgpkg: fcron 3.2.0-1

Modified:
  fcron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 18:52:28 UTC (rev 115218)
+++ PKGBUILD2014-07-07 00:32:31 UTC (rev 115219)
@@ -6,8 +6,8 @@
 # Maintainer: Thorsten Töpper atsutane...@freethoughts.de
 
 pkgname=fcron
-pkgver=3.1.3
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc='Feature-rich cron implementation'
 arch=(i686 x86_64)
 url='http://fcron.free.fr'
@@ -30,7 +30,7 @@
 install=$pkgname.install
 source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
 'systab.orig')
-md5sums=('b58ce88344eb4c80a353066547d20a24'
+md5sums=('4b031c2fba32a98fa814d1557158b0e9'
  'afecbfd98caa49e8e4aa239fa1b19255')
 
 build() {



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

2014-07-06 Thread Sébastien Luttringer
Date: Monday, July 7, 2014 @ 02:32:53
  Author: seblu
Revision: 115220

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

Added:
  fcron/repos/community-i686/PKGBUILD
(from rev 115219, fcron/trunk/PKGBUILD)
  fcron/repos/community-i686/fcron.install
(from rev 115219, fcron/trunk/fcron.install)
  fcron/repos/community-i686/systab.orig
(from rev 115219, fcron/trunk/systab.orig)
  fcron/repos/community-x86_64/PKGBUILD
(from rev 115219, fcron/trunk/PKGBUILD)
  fcron/repos/community-x86_64/fcron.install
(from rev 115219, fcron/trunk/fcron.install)
  fcron/repos/community-x86_64/systab.orig
(from rev 115219, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-i686/PKGBUILD
  fcron/repos/community-i686/fcron.install
  fcron/repos/community-i686/systab.orig
  fcron/repos/community-x86_64/PKGBUILD
  fcron/repos/community-x86_64/fcron.install
  fcron/repos/community-x86_64/systab.orig

+
 /PKGBUILD  |  174 +++
 /fcron.install |   88 +++
 /systab.orig   |8 +
 community-i686/PKGBUILD|   87 ---
 community-i686/fcron.install   |   44 -
 community-i686/systab.orig |4 
 community-x86_64/PKGBUILD  |   87 ---
 community-x86_64/fcron.install |   44 -
 community-x86_64/systab.orig   |4 
 9 files changed, 270 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-07 00:32:31 UTC (rev 115219)
+++ community-i686/PKGBUILD 2014-07-07 00:32:53 UTC (rev 115220)
@@ -1,87 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando lando at imap dot cc
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Contributor: Sébastien Luttringer
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=fcron
-pkgver=3.1.3
-pkgrel=2
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url='http://fcron.free.fr'
-license=('GPL')
-depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vi' 'fcron')
-# use fcron as recursive deps to have user fcron installed during installation
-# else add the following in build chroot
-# groupadd -g 23 fcron
-# useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
-optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vi: default editor for fcrontab')
-provides=('cron')
-conflicts=('dcron')
-backup=('etc/fcron/fcron.conf'
-'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny'
-'var/spool/fcron/systab.orig')
-options=('emptydirs' '!makeflags')
-install=$pkgname.install
-source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
-'systab.orig')
-md5sums=('b58ce88344eb4c80a353066547d20a24'
- 'afecbfd98caa49e8e4aa239fa1b19255')
-
-build() {
-  cd $pkgname-$pkgver
-  # Don't use --username=root and --groupname=root, this completly break
-  # fcron security and allow local root escalation.
-  # Thanks to Anh K. Huynh ky...@theslinux.org for reporting it.
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --datarootdir=/usr/share \
-  --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-  --with-editor=/usr/bin/vi \
-  --with-sendmail=/usr/bin/sendmail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 files/fcron.pam $pkgdir/etc/pam.d/fcron
-  install -Dm644 files/fcrontab.pam $pkgdir/etc/pam.d/fcrontab
-
-  # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
-  # We regenerate the binary format at each update
-  install -Dm640 $srcdir/systab.orig $pkgdir/var/spool/fcron/systab.orig
-
-  # Add cron.* directories
-  install -d -m755 $pkgdir/etc/cron.daily
-  install -d -m755 $pkgdir/etc/cron.hourly
-  install -d -m755 $pkgdir/etc/cron.monthly
-  install -d -m755 $pkgdir/etc/cron.weekly
-
-  # remove docs
-  rm -r $pkgdir/usr/share/doc
-
-  # avoid conflict with filesystem=2012.06
-  rmdir $pkgdir/{var/,}run
-
-  # avoid conflict with libbsd - #31259
-  rm $pkgdir/usr/share/man/man3/bitstring.3 \
-$pkgdir/usr/share/man/fr/man3/bitstring.3
-  rmdir --ignore-fail-on-non-empty $pkgdir/usr/share/man/man3 \
-$pkgdir/usr/share/man/fr/man3
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fcron/repos/community-i686/PKGBUILD (from rev 115219, 
fcron/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD 

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

2014-07-06 Thread Sébastien Luttringer
Date: Monday, July 7, 2014 @ 02:43:11
  Author: seblu
Revision: 115221

upgpkg: docutils 0.12-1

Added:
  docutils/trunk/01-rst2odt_prepstyles-elementtree.patch
Modified:
  docutils/trunk/PKGBUILD
Deleted:
  docutils/trunk/01-python33-relative-import.patch

-+
 01-python33-relative-import.patch   |  196 --
 01-rst2odt_prepstyles-elementtree.patch |   68 ++
 PKGBUILD|   20 +--
 3 files changed, 80 insertions(+), 204 deletions(-)

Deleted: 01-python33-relative-import.patch
===
--- 01-python33-relative-import.patch   2014-07-07 00:32:53 UTC (rev 115220)
+++ 01-python33-relative-import.patch   2014-07-07 00:43:11 UTC (rev 115221)
@@ -1,196 +0,0 @@
-From 12e5aa7b94e0a0ec37e754527e06707005d28d1c Mon Sep 17 00:00:00 2001
-From: milde milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-Date: Wed, 11 Jul 2012 12:25:14 +
-Subject: [PATCH] Fix [3541369] Relative __import__ also with Python 3.3.
-
-git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@7486 
929543f6-e4f2-0310-98a6-ba3bd3dd1d04

- docutils/HISTORY.txt   |1 +
- docutils/docutils/_compat.py   |   11 +++
- docutils/docutils/languages/__init__.py|8 ++--
- docutils/docutils/parsers/__init__.py  |5 -
- .../docutils/parsers/rst/directives/__init__.py|6 +-
- .../docutils/parsers/rst/languages/__init__.py |6 +-
- docutils/docutils/readers/__init__.py  |5 -
- docutils/docutils/writers/__init__.py  |7 +--
- 8 files changed, 41 insertions(+), 8 deletions(-)
-
-diff --git a/docutils/docutils/_compat.py b/docutils/docutils/_compat.py
-index 1450534..19654a6 100644
 a/docutils/docutils/_compat.py
-+++ b/docutils/docutils/_compat.py
-@@ -35,3 +35,14 @@ else:
- # using this hack since 2to3 fixes the relative import
- # when using ``from io import BytesIO``
- BytesIO = __import__('io').BytesIO
-+
-+if sys.version_info  (2,5):
-+import __builtin__
-+
-+def __import__(name, globals={}, locals={}, fromlist=[], level=-1):
-+Compatibility definition for Python 2.4.
-+
-+Silently ignore the `level` argument missing in Python  2.5.
-+
-+# we need the level arg because the default changed in Python 3.3
-+return __builtin__.__import__(name, globals, locals, fromlist)
-diff --git a/docutils/docutils/languages/__init__.py 
b/docutils/docutils/languages/__init__.py
-index 675bb0e..57d3ec2 100644
 a/docutils/docutils/languages/__init__.py
-+++ b/docutils/docutils/languages/__init__.py
-@@ -11,7 +11,11 @@ This package contains modules for language-dependent 
features of Docutils.
- 
- __docformat__ = 'reStructuredText'
- 
-+import sys
-+
- from docutils.utils import normalize_language_tag
-+if sys.version_info  (2,5):
-+from docutils._compat import __import__
- 
- _languages = {}
- 
-@@ -26,7 +30,7 @@ def get_language(language_code, reporter=None):
- if tag in _languages:
- return _languages[tag]
- try:
--module = __import__(tag, globals(), locals())
-+module = __import__(tag, globals(), locals(), level=1)
- except ImportError:
- continue
- _languages[tag] = module
-@@ -35,6 +39,6 @@ def get_language(language_code, reporter=None):
- reporter.warning(
- 'language %s not supported: ' % language_code +
- 'Docutils-generated text will be in English.')
--module = __import__('en', globals(), locals())
-+module = __import__('en', globals(), locals(), level=1)
- _languages[tag] = module # warn only one time!
- return module
-diff --git a/docutils/docutils/parsers/__init__.py 
b/docutils/docutils/parsers/__init__.py
-index 2683376..341e358 100644
 a/docutils/docutils/parsers/__init__.py
-+++ b/docutils/docutils/parsers/__init__.py
-@@ -8,7 +8,10 @@ This package contains Docutils parser modules.
- 
- __docformat__ = 'reStructuredText'
- 
-+import sys
- from docutils import Component
-+if sys.version_info  (2,5):
-+from docutils._compat import __import__
- 
- 
- class Parser(Component):
-@@ -43,5 +46,5 @@ def get_parser_class(parser_name):
- parser_name = parser_name.lower()
- if parser_name in _parser_aliases:
- parser_name = _parser_aliases[parser_name]
--module = __import__(parser_name, globals(), locals())
-+module = __import__(parser_name, globals(), locals(), level=1)
- return module.Parser
-diff --git a/docutils/docutils/parsers/rst/directives/__init__.py 
b/docutils/docutils/parsers/rst/directives/__init__.py
-index b00a676..fdc70d7 100644
 a/docutils/docutils/parsers/rst/directives/__init__.py
-+++ b/docutils/docutils/parsers/rst/directives/__init__.py
-@@ -10,8 +10,12 @@ __docformat__ = 

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

2014-07-06 Thread Sébastien Luttringer
Date: Monday, July 7, 2014 @ 02:43:25
  Author: seblu
Revision: 115222

archrelease: copy trunk to community-any

Added:
  docutils/repos/community-any/01-rst2odt_prepstyles-elementtree.patch
(from rev 115221, docutils/trunk/01-rst2odt_prepstyles-elementtree.patch)
  docutils/repos/community-any/PKGBUILD
(from rev 115221, docutils/trunk/PKGBUILD)
  docutils/repos/community-any/python2-docutils.install
(from rev 115221, docutils/trunk/python2-docutils.install)
Deleted:
  docutils/repos/community-any/01-python33-relative-import.patch
  docutils/repos/community-any/PKGBUILD
  docutils/repos/community-any/python2-docutils.install

-+
 01-python33-relative-import.patch   |  196 --
 01-rst2odt_prepstyles-elementtree.patch |   68 ++
 PKGBUILD|  164 -
 python2-docutils.install|   18 +-
 4 files changed, 161 insertions(+), 285 deletions(-)

Deleted: 01-python33-relative-import.patch
===
--- 01-python33-relative-import.patch   2014-07-07 00:43:11 UTC (rev 115221)
+++ 01-python33-relative-import.patch   2014-07-07 00:43:25 UTC (rev 115222)
@@ -1,196 +0,0 @@
-From 12e5aa7b94e0a0ec37e754527e06707005d28d1c Mon Sep 17 00:00:00 2001
-From: milde milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-Date: Wed, 11 Jul 2012 12:25:14 +
-Subject: [PATCH] Fix [3541369] Relative __import__ also with Python 3.3.
-
-git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@7486 
929543f6-e4f2-0310-98a6-ba3bd3dd1d04

- docutils/HISTORY.txt   |1 +
- docutils/docutils/_compat.py   |   11 +++
- docutils/docutils/languages/__init__.py|8 ++--
- docutils/docutils/parsers/__init__.py  |5 -
- .../docutils/parsers/rst/directives/__init__.py|6 +-
- .../docutils/parsers/rst/languages/__init__.py |6 +-
- docutils/docutils/readers/__init__.py  |5 -
- docutils/docutils/writers/__init__.py  |7 +--
- 8 files changed, 41 insertions(+), 8 deletions(-)
-
-diff --git a/docutils/docutils/_compat.py b/docutils/docutils/_compat.py
-index 1450534..19654a6 100644
 a/docutils/docutils/_compat.py
-+++ b/docutils/docutils/_compat.py
-@@ -35,3 +35,14 @@ else:
- # using this hack since 2to3 fixes the relative import
- # when using ``from io import BytesIO``
- BytesIO = __import__('io').BytesIO
-+
-+if sys.version_info  (2,5):
-+import __builtin__
-+
-+def __import__(name, globals={}, locals={}, fromlist=[], level=-1):
-+Compatibility definition for Python 2.4.
-+
-+Silently ignore the `level` argument missing in Python  2.5.
-+
-+# we need the level arg because the default changed in Python 3.3
-+return __builtin__.__import__(name, globals, locals, fromlist)
-diff --git a/docutils/docutils/languages/__init__.py 
b/docutils/docutils/languages/__init__.py
-index 675bb0e..57d3ec2 100644
 a/docutils/docutils/languages/__init__.py
-+++ b/docutils/docutils/languages/__init__.py
-@@ -11,7 +11,11 @@ This package contains modules for language-dependent 
features of Docutils.
- 
- __docformat__ = 'reStructuredText'
- 
-+import sys
-+
- from docutils.utils import normalize_language_tag
-+if sys.version_info  (2,5):
-+from docutils._compat import __import__
- 
- _languages = {}
- 
-@@ -26,7 +30,7 @@ def get_language(language_code, reporter=None):
- if tag in _languages:
- return _languages[tag]
- try:
--module = __import__(tag, globals(), locals())
-+module = __import__(tag, globals(), locals(), level=1)
- except ImportError:
- continue
- _languages[tag] = module
-@@ -35,6 +39,6 @@ def get_language(language_code, reporter=None):
- reporter.warning(
- 'language %s not supported: ' % language_code +
- 'Docutils-generated text will be in English.')
--module = __import__('en', globals(), locals())
-+module = __import__('en', globals(), locals(), level=1)
- _languages[tag] = module # warn only one time!
- return module
-diff --git a/docutils/docutils/parsers/__init__.py 
b/docutils/docutils/parsers/__init__.py
-index 2683376..341e358 100644
 a/docutils/docutils/parsers/__init__.py
-+++ b/docutils/docutils/parsers/__init__.py
-@@ -8,7 +8,10 @@ This package contains Docutils parser modules.
- 
- __docformat__ = 'reStructuredText'
- 
-+import sys
- from docutils import Component
-+if sys.version_info  (2,5):
-+from docutils._compat import __import__
- 
- 
- class Parser(Component):
-@@ -43,5 +46,5 @@ def get_parser_class(parser_name):
- parser_name = parser_name.lower()
- if parser_name in _parser_aliases:
- parser_name = _parser_aliases[parser_name]
--

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

2014-07-06 Thread Dave Reisner
Date: Monday, July 7, 2014 @ 03:28:08
  Author: dreisner
Revision: 216589

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

Added:
  bitlbee/repos/extra-i686/PKGBUILD
(from rev 216588, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-i686/bitlbee.install
(from rev 216588, bitlbee/trunk/bitlbee.install)
  bitlbee/repos/extra-i686/bitlbee.tmpfiles
(from rev 216588, bitlbee/trunk/bitlbee.tmpfiles)
  bitlbee/repos/extra-x86_64/PKGBUILD
(from rev 216588, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-x86_64/bitlbee.install
(from rev 216588, bitlbee/trunk/bitlbee.install)
  bitlbee/repos/extra-x86_64/bitlbee.tmpfiles
(from rev 216588, bitlbee/trunk/bitlbee.tmpfiles)
Deleted:
  bitlbee/repos/extra-i686/PKGBUILD
  bitlbee/repos/extra-i686/bitlbee.install
  bitlbee/repos/extra-i686/bitlbee.tmpfiles
  bitlbee/repos/extra-i686/xinetd
  bitlbee/repos/extra-x86_64/PKGBUILD
  bitlbee/repos/extra-x86_64/bitlbee.install
  bitlbee/repos/extra-x86_64/bitlbee.tmpfiles
  bitlbee/repos/extra-x86_64/xinetd

---+
 /PKGBUILD |  104 
 /bitlbee.install  |   44 
 /bitlbee.tmpfiles |2 
 extra-i686/PKGBUILD   |   61 ---
 extra-i686/bitlbee.install|   22 
 extra-i686/bitlbee.tmpfiles   |1 
 extra-i686/xinetd |   12 
 extra-x86_64/PKGBUILD |   61 ---
 extra-x86_64/bitlbee.install  |   22 
 extra-x86_64/bitlbee.tmpfiles |1 
 extra-x86_64/xinetd   |   12 
 11 files changed, 150 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-07 01:27:38 UTC (rev 216588)
+++ extra-i686/PKGBUILD 2014-07-07 01:28:08 UTC (rev 216589)
@@ -1,61 +0,0 @@
-# $Id$
-
-# Contributor: FUBAR mrfu...@gmail.com
-# Contributor: simo s...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Gaetan Bisson bis...@archlinux.org
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=bitlbee
-pkgver=3.2.1
-pkgrel=2
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-url='http://www.bitlbee.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gnutls' 'glib2')
-makedepends=('asciidoc' 'libotr3')
-optdepends=('skype4py: to use skyped'
-'libotr3: for OTR encryption support'
-'xinetd: to run bitlbee through xinetd')
-source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
-'xinetd'
-'bitlbee.tmpfiles')
-sha1sums=('954471ab87206826c072f31b3def40a1be5a78f5'
-  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
-backup=('etc/bitlbee/bitlbee.conf'
-'etc/bitlbee/motd.txt'
-'etc/xinetd.d/bitlbee')
-install=bitlbee.install
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---etcdir=/etc/bitlbee \
---sbindir=/usr/bin \
---pidfile=/run/bitlbee/bitlbee.pid \
---ipcsocket=/run/bitlbee/bitlbee.sock \
---systemdsystemunitdir=/usr/lib/systemd/system \
---ssl=gnutls \
---strip=0 \
---otr=plugin \
---skype=plugin
-
-  # hacky: build against libotr3
-  sed -i 's,^OTRFLAGS=.*,OTRFLAGS=-lotr3,' Makefile.settings
-  sed -i 's,#include.*libotr,3,' otr.h
-
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install{,-etc,-dev}
-
-  install -o65 -g65 -dm770 $pkgdir/var/lib/bitlbee
-  install -Dm644 $srcdir/xinetd $pkgdir/etc/xinetd.d/bitlbee
-  install -Dm644 $srcdir/bitlbee.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/bitlbee.conf
-}

Copied: bitlbee/repos/extra-i686/PKGBUILD (from rev 216588, 
bitlbee/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-07 01:28:08 UTC (rev 216589)
@@ -0,0 +1,52 @@
+# $Id$
+
+# Contributor: FUBAR mrfu...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=bitlbee
+pkgver=3.2.2
+pkgrel=1
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+url='http://www.bitlbee.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gnutls' 'glib2')
+makedepends=('asciidoc' 'libotr')
+optdepends=('skype4py: to use skyped'
+'libotr: for OTR encryption support')
+source=(http://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz;
+'bitlbee.tmpfiles')
+sha1sums=('7e3cfe2b6bf4e8e603c74e7587307a6f5d267e9c'
+  '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
+backup=('etc/bitlbee/bitlbee.conf'
+

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

2014-07-06 Thread Dave Reisner
Date: Monday, July 7, 2014 @ 03:27:38
  Author: dreisner
Revision: 216588

upgpkg: bitlbee 3.2.2-1

- libotr3 - libotr
- drop unmaintained xinetd config

Modified:
  bitlbee/trunk/PKGBUILD
Deleted:
  bitlbee/trunk/xinetd

--+
 PKGBUILD |   25 -
 xinetd   |   12 
 2 files changed, 8 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 00:06:34 UTC (rev 216587)
+++ PKGBUILD2014-07-07 01:27:38 UTC (rev 216588)
@@ -8,26 +8,22 @@
 # Maintainer: Dave Reisner dreis...@archlinux.org
 
 pkgname=bitlbee
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.2.2
+pkgrel=1
 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
 url='http://www.bitlbee.org/'
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('gnutls' 'glib2')
-makedepends=('asciidoc' 'libotr3')
+makedepends=('asciidoc' 'libotr')
 optdepends=('skype4py: to use skyped'
-'libotr3: for OTR encryption support'
-'xinetd: to run bitlbee through xinetd')
-source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
-'xinetd'
+'libotr: for OTR encryption support')
+source=(http://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz;
 'bitlbee.tmpfiles')
-sha1sums=('954471ab87206826c072f31b3def40a1be5a78f5'
-  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
+sha1sums=('7e3cfe2b6bf4e8e603c74e7587307a6f5d267e9c'
   '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
 backup=('etc/bitlbee/bitlbee.conf'
-'etc/bitlbee/motd.txt'
-'etc/xinetd.d/bitlbee')
+'etc/bitlbee/motd.txt')
 install=bitlbee.install
 
 build() {
@@ -45,17 +41,12 @@
 --otr=plugin \
 --skype=plugin
 
-  # hacky: build against libotr3
-  sed -i 's,^OTRFLAGS=.*,OTRFLAGS=-lotr3,' Makefile.settings
-  sed -i 's,#include.*libotr,3,' otr.h
-
   make
 }
 
 package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install{,-etc,-dev}
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install{,-etc,-dev,-systemd}
 
   install -o65 -g65 -dm770 $pkgdir/var/lib/bitlbee
-  install -Dm644 $srcdir/xinetd $pkgdir/etc/xinetd.d/bitlbee
   install -Dm644 $srcdir/bitlbee.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/bitlbee.conf
 }

Deleted: xinetd
===
--- xinetd  2014-07-07 00:06:34 UTC (rev 216587)
+++ xinetd  2014-07-07 01:27:38 UTC (rev 216588)
@@ -1,12 +0,0 @@
-service bitlbee
-{
-type = UNLISTED
-socket_type = stream
-protocol = tcp
-wait = no
-user = bitlbee
-   group = bitlbee
-server = /usr/sbin/bitlbee
-port = 6667
-disable = yes
-}



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

2014-07-06 Thread Eric Bélanger
Date: Monday, July 7, 2014 @ 03:54:16
  Author: eric
Revision: 216590

upgpkg: xine-lib 1.2.6-1

Upstream update

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 01:28:08 UTC (rev 216589)
+++ PKGBUILD2014-07-07 01:54:16 UTC (rev 216590)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=xine-lib
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 pkgdesc=A multimedia playback engine
 arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@
 'smbclient: for using the samba plugin' \
 'gdk-pixbuf2: for using the gdk-pixbuf plugin')
 
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('c7ef38fa8ee301e44ba28d6549220546d02d053d')
+sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-07-06 Thread Eric Bélanger
Date: Monday, July 7, 2014 @ 03:57:10
  Author: eric
Revision: 216591

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

Added:
  xine-lib/repos/extra-i686/PKGBUILD
(from rev 216590, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/extra-x86_64/PKGBUILD
(from rev 216590, xine-lib/trunk/PKGBUILD)
Deleted:
  xine-lib/repos/extra-i686/PKGBUILD
  xine-lib/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-07 01:54:16 UTC (rev 216590)
+++ extra-i686/PKGBUILD 2014-07-07 01:57:10 UTC (rev 216591)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=xine-lib
-pkgver=1.2.5
-pkgrel=1
-pkgdesc=A multimedia playback engine
-arch=('i686' 'x86_64')
-url=http://www.xine-project.org;
-license=('LGPL' 'GPL')
-depends=('libxvmc' 'ffmpeg' 'libxinerama')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
- 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
- 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
-optdepends=('imagemagick: for using the imagemagick plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'glu: for using the opengl plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin' \
-'libmodplug: for using the modplug plugin' \
-'libdca: for using the dca plugin' \
-'a52dec: for using the a52 plugin' \
-'libmad: for using the mp3 plugin' \
-'libmpcdec: for using the musepack plugin' \
-'libcaca: for using the caca plugin' \
-'libbluray: for using the bluray plugin' \
-'gnome-vfs: for using the gnome-vfs plugin' \
-'libvdpau: for using the VDPAU plugin' \
-'smbclient: for using the samba plugin' \
-'gdk-pixbuf2: for using the gdk-pixbuf plugin')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('c7ef38fa8ee301e44ba28d6549220546d02d053d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xine-lib/repos/extra-i686/PKGBUILD (from rev 216590, 
xine-lib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-07 01:57:10 UTC (rev 216591)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.2.6
+pkgrel=1
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu' 
'gdk-pixbuf2')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin' \
+'smbclient: for using the samba plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('ac929eef2b7bf5c27699bbed612b953a01fccba5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD

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

2014-07-06 Thread Felix Yan
Date: Monday, July 7, 2014 @ 04:22:42
  Author: fyan
Revision: 216593

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-07 02:21:48 UTC (rev 216592)
+++ PKGBUILD2014-07-07 02:22:42 UTC (rev 216593)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.4
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('530f3d91970d07693d6327814f71dd47f3dfe82fa6ada25a8c216aea62acdf4ec22a83c07f82b80cb59f0bdb41af90e83263f08fad7ca1ebebc184eee99f7eef')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-package_python-setuptools() {
-  depends=('python=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 216592, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-07 02:22:42 UTC (rev 216593)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=5.4.1
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('823a04a642a562b804ad03469efd54329ff93b5162e4c2bd052655301788f5d124b91202886770239765ac68b3729aae78449a83f89b514bca847fa87370a2bb')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
+ 
+package_python-setuptools() {
+  

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

2014-07-06 Thread Felix Yan
Date: Monday, July 7, 2014 @ 04:21:48
  Author: fyan
Revision: 216592

upgpkg: python-setuptools 1:5.4.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 01:57:10 UTC (rev 216591)
+++ PKGBUILD2014-07-07 02:21:48 UTC (rev 216592)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.4
+pkgver=5.4.1
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('530f3d91970d07693d6327814f71dd47f3dfe82fa6ada25a8c216aea62acdf4ec22a83c07f82b80cb59f0bdb41af90e83263f08fad7ca1ebebc184eee99f7eef')
+sha512sums=('823a04a642a562b804ad03469efd54329ff93b5162e4c2bd052655301788f5d124b91202886770239765ac68b3729aae78449a83f89b514bca847fa87370a2bb')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}



  1   2   >