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

2013-11-13 Thread Ray Rashif
Date: Wednesday, November 13, 2013 @ 09:34:51
  Author: schiv
Revision: 199462

upgpkg: ecasound 2.9.0-4

remove static libs

Modified:
  ecasound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 07:53:22 UTC (rev 199461)
+++ PKGBUILD2013-11-13 08:34:51 UTC (rev 199462)
@@ -5,7 +5,7 @@
 
 pkgname=ecasound
 pkgver=2.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A software package designed for multitrack audio processing
 arch=('i686' 'x86_64')
 url=http://www.eca.cx/ecasound/;



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

2013-11-13 Thread Ray Rashif
Date: Wednesday, November 13, 2013 @ 09:35:11
  Author: schiv
Revision: 199463

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

Added:
  ecasound/repos/extra-i686/PKGBUILD
(from rev 199462, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-i686/ruby2.patch
(from rev 199462, ecasound/trunk/ruby2.patch)
  ecasound/repos/extra-x86_64/PKGBUILD
(from rev 199462, ecasound/trunk/PKGBUILD)
  ecasound/repos/extra-x86_64/ruby2.patch
(from rev 199462, ecasound/trunk/ruby2.patch)
Deleted:
  ecasound/repos/extra-i686/PKGBUILD
  ecasound/repos/extra-i686/ruby2.patch
  ecasound/repos/extra-x86_64/PKGBUILD
  ecasound/repos/extra-x86_64/ruby2.patch

--+
 /PKGBUILD|  106 +
 /ruby2.patch |   24 ++
 extra-i686/PKGBUILD  |   53 --
 extra-i686/ruby2.patch   |   12 -
 extra-x86_64/PKGBUILD|   53 --
 extra-x86_64/ruby2.patch |   12 -
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-13 08:34:51 UTC (rev 199462)
+++ extra-i686/PKGBUILD 2013-11-13 08:35:11 UTC (rev 199463)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ecasound
-pkgver=2.9.0
-pkgrel=3
-pkgdesc=A software package designed for multitrack audio processing
-arch=('i686' 'x86_64')
-url=http://www.eca.cx/ecasound/;
-license=('GPL' 'LGPL')
-depends=('audiofile' 'liblo' 'liboil' 'lilv')
-makedepends=('python2' 'ruby')
-optdepends=('python2: ecamonitor, ECI API'
-'ruby: ECI API'
-'mpg123: MP3 decoding'
-'lame: MP3 encoding'
-'vorbis-tools: Ogg Vorbis decoding/encoding'
-'faad2: AAC decoding'
-'faac: AAC encoding'
-'timidity++: MIDI file input'
-'libmikmod: tracker module')
-source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz;
-'ruby2.patch')
-md5sums=('05e7d4664cdf4c7a138c098e9506a551'
- '6909dbd4f67f76d3bd31ce7c7fe16212')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
-  patch -Np1 -i $srcdir/ruby2.patch
-
-  PYTHONPATH=/usr/bin/python2 ./configure \
---prefix=/usr \
---with-python-includes=/usr/include/python2.7 \
---with-python-modules=/usr/lib/python2.7
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  # fix for python 2.7
-  sed -i 's:bin/env python:bin/env python2:' \
-$pkgdir/usr/bin/ecamonitor
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ecasound/repos/extra-i686/PKGBUILD (from rev 199462, 
ecasound/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-13 08:35:11 UTC (rev 199463)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ecasound
+pkgver=2.9.0
+pkgrel=4
+pkgdesc=A software package designed for multitrack audio processing
+arch=('i686' 'x86_64')
+url=http://www.eca.cx/ecasound/;
+license=('GPL' 'LGPL')
+depends=('audiofile' 'liblo' 'liboil' 'lilv')
+makedepends=('python2' 'ruby')
+optdepends=('python2: ecamonitor, ECI API'
+'ruby: ECI API'
+'mpg123: MP3 decoding'
+'lame: MP3 encoding'
+'vorbis-tools: Ogg Vorbis decoding/encoding'
+'faad2: AAC decoding'
+'faac: AAC encoding'
+'timidity++: MIDI file input'
+'libmikmod: tracker module')
+source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz;
+'ruby2.patch')
+md5sums=('05e7d4664cdf4c7a138c098e9506a551'
+ '6909dbd4f67f76d3bd31ce7c7fe16212')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # fix ruby 2.0 incompatibility + use vendor_ruby for ruby files
+  patch -Np1 -i $srcdir/ruby2.patch
+
+  PYTHONPATH=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--with-python-includes=/usr/include/python2.7 \
+--with-python-modules=/usr/lib/python2.7
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  # fix for python 2.7
+  sed -i 's:bin/env python:bin/env python2:' \
+$pkgdir/usr/bin/ecamonitor
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/ruby2.patch
===
--- extra-i686/ruby2.patch  2013-11-13 08:34:51 UTC (rev 199462)
+++ extra-i686/ruby2.patch  2013-11-13 08:35:11 UTC (rev 199463)
@@ -1,12 +0,0 @@
-diff -aur ecasound-2.9.0.orig/configure ecasound-2.9.0/configure
 ecasound-2.9.0.orig/configure  2013-03-26 17:14:51.759045636 

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

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 10:48:15
  Author: spupykin
Revision: 100901

upgpkg: gramps 2:4.0.2-1

upd

Modified:
  gramps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 23:39:12 UTC (rev 100900)
+++ PKGBUILD2013-11-13 09:48:15 UTC (rev 100901)
@@ -5,8 +5,8 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=gramps
-pkgver=4.0.1
-pkgrel=5
+pkgver=4.0.2
+pkgrel=1
 epoch=2
 pkgdesc=A genealogy program, which helps you track your family tree
 arch=('any')
@@ -27,12 +27,12 @@
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
block-changed.patch)
-md5sums=('078ae6f9138570447081b64f8ae8a701'
+md5sums=('41d9ae797c2eb2da42474aca3cccb6b3'
  'b2443587e08c4951f00e9401d47e1ccc')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
-  patch -p0 $srcdir/block-changed.patch
+#  patch -p0 $srcdir/block-changed.patch
 }
 
 build() {



[arch-commits] Commit in perl-email-mime/trunk (PKGBUILD)

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 10:48:56
  Author: spupykin
Revision: 100905

upgpkg: perl-email-mime 1.925-1

upd

Modified:
  perl-email-mime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 09:48:52 UTC (rev 100904)
+++ PKGBUILD2013-11-13 09:48:56 UTC (rev 100905)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin pupykin.s+...@gmail.com
 
 pkgname=perl-email-mime
-pkgver=1.924
+pkgver=1.925
 pkgrel=1
 pkgdesc=Easy MIME message parsing
 arch=('any')
@@ -16,7 +16,7 @@
 replaces=(perl-email-mime-creator perl-email-mime-modifier)
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-$pkgver.tar.gz)
-md5sums=('d639114a3c2f5a98725f55f744a888f2')
+md5sums=('5a9a820bd4b2410e490ff876a39e')
 
 build() {
   cd  $srcdir/Email-MIME-$pkgver



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

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 10:48:52
  Author: spupykin
Revision: 100904

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

Added:
  perl-berkeleydb/repos/community-i686/PKGBUILD
(from rev 100903, perl-berkeleydb/trunk/PKGBUILD)
  perl-berkeleydb/repos/community-x86_64/PKGBUILD
(from rev 100903, perl-berkeleydb/trunk/PKGBUILD)
Deleted:
  perl-berkeleydb/repos/community-i686/PKGBUILD
  perl-berkeleydb/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-13 09:48:36 UTC (rev 100903)
+++ community-i686/PKGBUILD 2013-11-13 09:48:52 UTC (rev 100904)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-berkeleydb
-pkgver=0.53
-pkgrel=2
-pkgdesc=Interface to Berkeley DB version 2, 3 or 4
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/BerkeleyDB/;
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'db')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-$pkgver.tar.gz)
-md5sums=('899c6967316c7a36b1d5b6a4c7ffbb02')
-
-build() {
-  cd  $srcdir/BerkeleyDB-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  _dbver1=`pacman -Q db | cut -d\  -f2 | cut -d- -f1 | cut -f1 -d.`
-  _dbver2=`pacman -Q db | cut -d\  -f2 | cut -d- -f1 | cut -f2 -d.`
-  depends=('perl' db=${_dbver1}.${_dbver2} db${_dbver1}.$(expr $_dbver2 + 
1))
-
-  cd  $srcdir/BerkeleyDB-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-berkeleydb/repos/community-i686/PKGBUILD (from rev 100903, 
perl-berkeleydb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-13 09:48:52 UTC (rev 100904)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-berkeleydb
+pkgver=0.54
+pkgrel=1
+pkgdesc=Interface to Berkeley DB version 2, 3 or 4
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/BerkeleyDB/;
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'db')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-$pkgver.tar.gz)
+md5sums=('7efc0aaaf6ca4a2a629eadea24d34fad')
+
+build() {
+  cd  $srcdir/BerkeleyDB-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  _dbver1=`pacman -Q db | cut -d\  -f2 | cut -d- -f1 | cut -f1 -d.`
+  _dbver2=`pacman -Q db | cut -d\  -f2 | cut -d- -f1 | cut -f2 -d.`
+  depends=('perl' db=${_dbver1}.${_dbver2} db${_dbver1}.$(expr $_dbver2 + 
1))
+
+  cd  $srcdir/BerkeleyDB-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-13 09:48:36 UTC (rev 100903)
+++ community-x86_64/PKGBUILD   2013-11-13 09:48:52 UTC (rev 100904)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-berkeleydb
-pkgver=0.53
-pkgrel=2
-pkgdesc=Interface to Berkeley DB version 2, 3 or 4
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/BerkeleyDB/;
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'db')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-$pkgver.tar.gz)
-md5sums=('899c6967316c7a36b1d5b6a4c7ffbb02')
-
-build() {
-  cd  $srcdir/BerkeleyDB-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  _dbver1=`pacman -Q db | cut -d\  -f2 | cut -d- -f1 | cut -f1 -d.`
-  _dbver2=`pacman -Q db | cut -d\  -f2 | cut -d- -f1 | cut -f2 -d.`
-  depends=('perl' db=${_dbver1}.${_dbver2} db${_dbver1}.$(expr $_dbver2 + 
1))
-
-  cd  $srcdir/BerkeleyDB-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-berkeleydb/repos/community-x86_64/PKGBUILD (from rev 100903, 
perl-berkeleydb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD 

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

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 10:48:36
  Author: spupykin
Revision: 100903

upgpkg: perl-berkeleydb 0.54-1

upd

Modified:
  perl-berkeleydb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 09:48:29 UTC (rev 100902)
+++ PKGBUILD2013-11-13 09:48:36 UTC (rev 100903)
@@ -4,8 +4,8 @@
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-berkeleydb
-pkgver=0.53
-pkgrel=2
+pkgver=0.54
+pkgrel=1
 pkgdesc=Interface to Berkeley DB version 2, 3 or 4
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/BerkeleyDB/;
@@ -13,7 +13,7 @@
 depends=('perl' 'db')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-$pkgver.tar.gz)
-md5sums=('899c6967316c7a36b1d5b6a4c7ffbb02')
+md5sums=('7efc0aaaf6ca4a2a629eadea24d34fad')
 
 build() {
   cd  $srcdir/BerkeleyDB-$pkgver



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

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 10:48:29
  Author: spupykin
Revision: 100902

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 100901, gramps/trunk/PKGBUILD)
  gramps/repos/community-any/block-changed.patch
(from rev 100901, gramps/trunk/block-changed.patch)
  gramps/repos/community-any/gramps.install
(from rev 100901, gramps/trunk/gramps.install)
Deleted:
  gramps/repos/community-any/PKGBUILD
  gramps/repos/community-any/block-changed.patch
  gramps/repos/community-any/gramps.install

-+
 PKGBUILD|   94 +-
 block-changed.patch |   84 ++--
 gramps.install  |   26 ++---
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-13 09:48:15 UTC (rev 100901)
+++ PKGBUILD2013-11-13 09:48:29 UTC (rev 100902)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Cory Farmer rbgk...@ameritech.net
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gramps
-pkgver=4.0.1
-pkgrel=5
-epoch=2
-pkgdesc=A genealogy program, which helps you track your family tree
-arch=('any')
-url=http://gramps-project.org/;
-license=('GPL')
-depends=('gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 'python-bsddb'
-'gnome-icon-theme' 'desktop-file-utils' 'shared-mime-info')
-makedepends=('intltool')
-optdepends=('graphviz: enable creation of graphs (required for tree reports)'
-   'gtkspell3: enable spell checking in the notes'
-   'rcs: manage multiple revisions of your family trees'
-   'python-pillow: crop and convert images to JPG'
-   'libgexiv2: manage Exif metadata embedded in your media'
-   'ttf-freefont: more font support in the reports')
-#  'python-osmgpsmap: show maps in the geography view'
-#  'python-pyicu: improves localised sorting'
-#  'webkitgtk: allows websites to be opened in Gramps'
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
-   block-changed.patch)
-md5sums=('078ae6f9138570447081b64f8ae8a701'
- 'b2443587e08c4951f00e9401d47e1ccc')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p0 $srcdir/block-changed.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py install --root=$pkgdir
-  echo -n '/usr/share' 
$pkgdir/usr/lib/python3.3/site-packages/gramps/gen/utils/resource-path
-}

Copied: gramps/repos/community-any/PKGBUILD (from rev 100901, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-13 09:48:29 UTC (rev 100902)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Cory Farmer rbgk...@ameritech.net
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gramps
+pkgver=4.0.2
+pkgrel=1
+epoch=2
+pkgdesc=A genealogy program, which helps you track your family tree
+arch=('any')
+url=http://gramps-project.org/;
+license=('GPL')
+depends=('gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 'python-bsddb'
+'gnome-icon-theme' 'desktop-file-utils' 'shared-mime-info')
+makedepends=('intltool')
+optdepends=('graphviz: enable creation of graphs (required for tree reports)'
+   'gtkspell3: enable spell checking in the notes'
+   'rcs: manage multiple revisions of your family trees'
+   'python-pillow: crop and convert images to JPG'
+   'libgexiv2: manage Exif metadata embedded in your media'
+   'ttf-freefont: more font support in the reports')
+#  'python-osmgpsmap: show maps in the geography view'
+#  'python-pyicu: improves localised sorting'
+#  'webkitgtk: allows websites to be opened in Gramps'
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
+   block-changed.patch)
+md5sums=('41d9ae797c2eb2da42474aca3cccb6b3'
+ 'b2443587e08c4951f00e9401d47e1ccc')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+#  patch -p0 $srcdir/block-changed.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py install --root=$pkgdir
+  echo -n '/usr/share' 
$pkgdir/usr/lib/python3.3/site-packages/gramps/gen/utils/resource-path
+}

Deleted: block-changed.patch
===
--- block-changed.patch 2013-11-13 09:48:15 UTC (rev 100901)
+++ block-changed.patch 2013-11-13 09:48:29 UTC (rev 100902)
@@ 

[arch-commits] Commit in perl-tie-cphash/trunk (PKGBUILD)

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 10:49:28
  Author: spupykin
Revision: 100909

upgpkg: perl-tie-cphash 1.06-1

upd

Modified:
  perl-tie-cphash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 09:49:25 UTC (rev 100908)
+++ PKGBUILD2013-11-13 09:49:28 UTC (rev 100909)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-tie-cphash
-pkgver=1.05
+pkgver=1.06
 pkgrel=1
 pkgdesc=Perl/CPAN Module Tie::CPHash : Case preserving but case insensitive 
hash
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL PerlArtistic)
 depends=('perl')
 source=(http://www.cpan.org/authors/id/C/CJ/CJM/Tie-CPHash-$pkgver.tar.gz;)
-md5sums=('2d71103208922b0305adfd50bc2f1736')
+md5sums=('5374dc06ae2135a9612b23a0aff2331e')
 
 build() {
   cd $srcdir/Tie-CPHash-$pkgver



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

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 10:49:10
  Author: spupykin
Revision: 100907

upgpkg: perl-fuse 0.16.1-1

upd

Modified:
  perl-fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 09:49:06 UTC (rev 100906)
+++ PKGBUILD2013-11-13 09:49:10 UTC (rev 100907)
@@ -3,7 +3,7 @@
 # Maintainer: Tom K t...@runbox.com
 
 pkgname=perl-fuse
-pkgver=0.16
+pkgver=0.16.1
 pkgrel=1
 pkgdesc=write filesystems in Perl using FUSE
 arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@
 license=('GPL')
 source=(http://search.cpan.org/CPAN/authors/id/D/DP/DPATES/Fuse-$pkgver.tar.gz
build-fix.patch)
-md5sums=('d7f36eb55392270d2c6b2f05737b553f'
+md5sums=('29534329808d8cf42fc78ca26c6fa698'
  '16d985400e620286efdf4610d78cb5d6')
 
 prepare() {
   cd  $srcdir/Fuse-$pkgver
-  patch -p1 $srcdir/build-fix.patch
+#  patch -p1 $srcdir/build-fix.patch
 }
 
 build() {



[arch-commits] Commit in perl-tie-cphash/repos/community-any (PKGBUILD PKGBUILD)

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 10:49:38
  Author: spupykin
Revision: 100910

archrelease: copy trunk to community-any

Added:
  perl-tie-cphash/repos/community-any/PKGBUILD
(from rev 100909, perl-tie-cphash/trunk/PKGBUILD)
Deleted:
  perl-tie-cphash/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-13 09:49:28 UTC (rev 100909)
+++ PKGBUILD2013-11-13 09:49:38 UTC (rev 100910)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-tie-cphash
-pkgver=1.05
-pkgrel=1
-pkgdesc=Perl/CPAN Module Tie::CPHash : Case preserving but case insensitive 
hash
-arch=(any)
-url=http://search.cpan.org/dist/Tie-CPHash;
-license=(GPL PerlArtistic)
-depends=('perl')
-source=(http://www.cpan.org/authors/id/C/CJ/CJM/Tie-CPHash-$pkgver.tar.gz;)
-md5sums=('2d71103208922b0305adfd50bc2f1736')
-
-build() {
-  cd $srcdir/Tie-CPHash-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Tie-CPHash-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-tie-cphash/repos/community-any/PKGBUILD (from rev 100909, 
perl-tie-cphash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-13 09:49:38 UTC (rev 100910)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-tie-cphash
+pkgver=1.06
+pkgrel=1
+pkgdesc=Perl/CPAN Module Tie::CPHash : Case preserving but case insensitive 
hash
+arch=(any)
+url=http://search.cpan.org/dist/Tie-CPHash;
+license=(GPL PerlArtistic)
+depends=('perl')
+source=(http://www.cpan.org/authors/id/C/CJ/CJM/Tie-CPHash-$pkgver.tar.gz;)
+md5sums=('5374dc06ae2135a9612b23a0aff2331e')
+
+build() {
+  cd $srcdir/Tie-CPHash-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Tie-CPHash-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 10:49:25
  Author: spupykin
Revision: 100908

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

Added:
  perl-fuse/repos/community-i686/PKGBUILD
(from rev 100907, perl-fuse/trunk/PKGBUILD)
  perl-fuse/repos/community-i686/build-fix.patch
(from rev 100907, perl-fuse/trunk/build-fix.patch)
  perl-fuse/repos/community-x86_64/PKGBUILD
(from rev 100907, perl-fuse/trunk/PKGBUILD)
  perl-fuse/repos/community-x86_64/build-fix.patch
(from rev 100907, perl-fuse/trunk/build-fix.patch)
Deleted:
  perl-fuse/repos/community-i686/PKGBUILD
  perl-fuse/repos/community-i686/build-fix.patch
  perl-fuse/repos/community-x86_64/PKGBUILD
  perl-fuse/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|   68 +
 /build-fix.patch |   26 ++
 community-i686/PKGBUILD  |   34 --
 community-i686/build-fix.patch   |   13 ---
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/build-fix.patch |   13 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-13 09:49:10 UTC (rev 100907)
+++ community-i686/PKGBUILD 2013-11-13 09:49:25 UTC (rev 100908)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Tom K t...@runbox.com
-
-pkgname=perl-fuse
-pkgver=0.16
-pkgrel=1
-pkgdesc=write filesystems in Perl using FUSE
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/Fuse;
-depends=('perl' 'fuse')
-license=('GPL')
-source=(http://search.cpan.org/CPAN/authors/id/D/DP/DPATES/Fuse-$pkgver.tar.gz
-   build-fix.patch)
-md5sums=('d7f36eb55392270d2c6b2f05737b553f'
- '16d985400e620286efdf4610d78cb5d6')
-
-prepare() {
-  cd  $srcdir/Fuse-$pkgver
-  patch -p1 $srcdir/build-fix.patch
-}
-
-build() {
-  cd  $srcdir/Fuse-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Fuse-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-fuse/repos/community-i686/PKGBUILD (from rev 100907, 
perl-fuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-13 09:49:25 UTC (rev 100908)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Tom K t...@runbox.com
+
+pkgname=perl-fuse
+pkgver=0.16.1
+pkgrel=1
+pkgdesc=write filesystems in Perl using FUSE
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Fuse;
+depends=('perl' 'fuse')
+license=('GPL')
+source=(http://search.cpan.org/CPAN/authors/id/D/DP/DPATES/Fuse-$pkgver.tar.gz
+   build-fix.patch)
+md5sums=('29534329808d8cf42fc78ca26c6fa698'
+ '16d985400e620286efdf4610d78cb5d6')
+
+prepare() {
+  cd  $srcdir/Fuse-$pkgver
+#  patch -p1 $srcdir/build-fix.patch
+}
+
+build() {
+  cd  $srcdir/Fuse-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Fuse-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2013-11-13 09:49:10 UTC (rev 100907)
+++ community-i686/build-fix.patch  2013-11-13 09:49:25 UTC (rev 100908)
@@ -1,13 +0,0 @@
-diff -wbBur Fuse-0.16/Fuse.xs Fuse-0.16.q/Fuse.xs
 Fuse-0.16/Fuse.xs  2013-09-13 06:16:35.0 +0400
-+++ Fuse-0.16.q/Fuse.xs2013-10-29 14:38:44.0 +0400
-@@ -754,6 +754,9 @@
- 
- int _PLfuse_release (const char *file, struct fuse_file_info *fi) {
-   int rv;
-+#ifndef PERL_HAS_64BITINT
-+  char *temp;
-+#endif
-   int flags = fi-flags;
-   FUSE_CONTEXT_PRE;
-   DEBUGf(release begin\n);

Copied: perl-fuse/repos/community-i686/build-fix.patch (from rev 100907, 
perl-fuse/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2013-11-13 09:49:25 UTC (rev 100908)
@@ -0,0 +1,13 @@
+diff -wbBur Fuse-0.16/Fuse.xs Fuse-0.16.q/Fuse.xs
+--- Fuse-0.16/Fuse.xs  2013-09-13 06:16:35.0 +0400
 Fuse-0.16.q/Fuse.xs2013-10-29 14:38:44.0 +0400
+@@ -754,6 +754,9 @@
+ 
+ int _PLfuse_release (const char *file, struct fuse_file_info *fi) {
+   int rv;
++#ifndef PERL_HAS_64BITINT
++  char *temp;
++#endif
+   int flags = fi-flags;
+   FUSE_CONTEXT_PRE;
+   DEBUGf(release begin\n);

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in perl-email-mime/repos/community-any (PKGBUILD PKGBUILD)

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 10:49:06
  Author: spupykin
Revision: 100906

archrelease: copy trunk to community-any

Added:
  perl-email-mime/repos/community-any/PKGBUILD
(from rev 100905, perl-email-mime/trunk/PKGBUILD)
Deleted:
  perl-email-mime/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-13 09:48:56 UTC (rev 100905)
+++ PKGBUILD2013-11-13 09:49:06 UTC (rev 100906)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-email-mime
-pkgver=1.924
-pkgrel=1
-pkgdesc=Easy MIME message parsing
-arch=('any')
-url=http://search.cpan.org/dist/Email-MIME;
-license=('GPL' 'PerlArtistic')
-depends=('perl-email-mime-encodings=1.3' 'perl-mime-types=1.13'
-'perl-email-simple=2.003' 'perl-email-mime-contenttype=1.011'
-'perl-email-messageid')
-provides=(perl-email-mime-creator=$pkgver perl-email-mime-modifier=$pkgver)
-replaces=(perl-email-mime-creator perl-email-mime-modifier)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-$pkgver.tar.gz)
-md5sums=('d639114a3c2f5a98725f55f744a888f2')
-
-build() {
-  cd  $srcdir/Email-MIME-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package(){
-  cd  $srcdir/Email-MIME-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-email-mime/repos/community-any/PKGBUILD (from rev 100905, 
perl-email-mime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-13 09:49:06 UTC (rev 100906)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-email-mime
+pkgver=1.925
+pkgrel=1
+pkgdesc=Easy MIME message parsing
+arch=('any')
+url=http://search.cpan.org/dist/Email-MIME;
+license=('GPL' 'PerlArtistic')
+depends=('perl-email-mime-encodings=1.3' 'perl-mime-types=1.13'
+'perl-email-simple=2.003' 'perl-email-mime-contenttype=1.011'
+'perl-email-messageid')
+provides=(perl-email-mime-creator=$pkgver perl-email-mime-modifier=$pkgver)
+replaces=(perl-email-mime-creator perl-email-mime-modifier)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-$pkgver.tar.gz)
+md5sums=('5a9a820bd4b2410e490ff876a39e')
+
+build() {
+  cd  $srcdir/Email-MIME-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package(){
+  cd  $srcdir/Email-MIME-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-11-13 Thread Bartłomiej Piotrowski
Date: Wednesday, November 13, 2013 @ 11:55:48
  Author: bpiotrowski
Revision: 199465

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.10.6-logitech-dj.patch
(from rev 199464, linux-lts/trunk/3.10.6-logitech-dj.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 199464, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 199464, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 199464, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 199464, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/criu-no-expert.patch
(from rev 199464, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 199464, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 199464, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.10.6-logitech-dj.patch
(from rev 199464, linux-lts/trunk/3.10.6-logitech-dj.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 199464, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 199464, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 199464, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 199464, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/criu-no-expert.patch
(from rev 199464, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 199464, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 199464, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/3.10.6-logitech-dj.patch|  172 
 testing-i686/PKGBUILD|  339 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6320 +
 testing-i686/config.x86_64   | 6121 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux-lts.install   |   31 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/3.10.6-logitech-dj.patch  |  172 
 testing-x86_64/PKGBUILD  |  339 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6320 +
 testing-x86_64/config.x86_64 | 6121 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux-lts.install |   31 
 testing-x86_64/linux-lts.preset  |   14 
 16 files changed, 26062 insertions(+)

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


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

2013-11-13 Thread Bartłomiej Piotrowski
Date: Wednesday, November 13, 2013 @ 11:55:43
  Author: bpiotrowski
Revision: 199464

upgpkg: linux-lts 3.10.19-1

- new upstream release

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 08:35:11 UTC (rev 199463)
+++ PKGBUILD2013-11-13 10:55:43 UTC (rev 199464)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.10
-pkgver=3.10.18
+pkgver=3.10.19
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -22,7 +22,7 @@
 'criu-no-expert.patch'
 '3.10.6-logitech-dj.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- 'e39b75595bf61d758087e1ddecd01a12'
+ 'b7f932eecbbf5636ad69add480fa1573'
  '1829d51e5357fa8ebece4e39fbb630a7'
  '778bf8297c41847c51be51975c241153'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -34,7 +34,7 @@
 
 # module.symbols md5sums
 # x86_64
-# 534373ff1d4d33a22235fb1e1718e3ac /lib/modules/3.10.16-1-lts/modules.symbols
+# 84283e9ff738445a8bada516687eca26 /lib/modules/3.10.19-1-lts/modules.symbols
 # i686
 # d0a2ce5ff856e1609af684f6601e915b /lib/modules/3.10.16-1-lts/modules.symbols
 



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

2013-11-13 Thread Bartłomiej Piotrowski
Date: Wednesday, November 13, 2013 @ 12:04:24
  Author: bpiotrowski
Revision: 100911

upgpkg: r8168-lts 8.036.00-6

- rebuild against linux-lts 3.10.19

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 09:49:38 UTC (rev 100910)
+++ PKGBUILD2013-11-13 11:04:24 UTC (rev 100911)
@@ -4,7 +4,7 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.036.00
-pkgrel=5
+pkgrel=6
 pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2013-11-13 Thread Bartłomiej Piotrowski
Date: Wednesday, November 13, 2013 @ 12:04:58
  Author: bpiotrowski
Revision: 100912

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

Added:
  r8168-lts/repos/community-testing-i686/
  r8168-lts/repos/community-testing-i686/PKGBUILD
(from rev 100911, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-i686/linux-3.10.patch
(from rev 100911, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-testing-i686/r8168-lts.install
(from rev 100911, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 100911, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/linux-3.10.patch
(from rev 100911, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install
(from rev 100911, r8168-lts/trunk/r8168-lts.install)

+
 community-testing-i686/PKGBUILD|   41 ++
 community-testing-i686/linux-3.10.patch|   59 +++
 community-testing-i686/r8168-lts.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   41 ++
 community-testing-x86_64/linux-3.10.patch  |   59 +++
 community-testing-x86_64/r8168-lts.install |   17 +++
 6 files changed, 234 insertions(+)

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 100911, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-13 11:04:58 UTC (rev 100912)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.036.00
+pkgrel=6
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.10 linux-lts3.11)
+makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
+linux-3.10.patch)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+prepare() {
+   cd $_pkgname-$pkgver
+patch -p0 -i ../linux-3.10.patch
+}
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
+'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168-lts/repos/community-testing-i686/linux-3.10.patch (from rev 
100911, r8168-lts/trunk/linux-3.10.patch)
===
--- community-testing-i686/linux-3.10.patch (rev 0)
+++ community-testing-i686/linux-3.10.patch 2013-11-13 11:04:58 UTC (rev 
100912)
@@ -0,0 +1,59 @@
+--- src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
 src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
+@@ -52,6 +52,10 @@
+ #include linux/init.h
+ #include linux/rtnetlink.h
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++#include linux/if_ether.h
++#endif
++
+ #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,26)
+ #include linux/pci-aspm.h
+ #endif
+@@ -2232,6 +2236,9 @@
+swab16(opts2  0x));
+ ret = 0;
+ }
++#elif LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (opts2  RxVlanTag)
++  __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2  
0x));
+ #else
+ if (opts2  RxVlanTag)
+ __vlan_hwaccel_put_tag(skb, swab16(opts2  0x));
+@@ -2295,7 +2302,11 @@
+ else
+ tp-cp_cmd = ~RxChkSum;
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (dev-features  NETIF_F_HW_VLAN_CTAG_RX)
++#else
+ if (dev-features  NETIF_F_HW_VLAN_RX)
++#endif
+ tp-cp_cmd |= RxVlan;
+ else
+ tp-cp_cmd = ~RxVlan;
+@@ -16195,7 +16206,11 @@
+ 
+ #ifdef CONFIG_R8168_VLAN
+ if (tp-mcfg != CFG_METHOD_DEFAULT) {
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  dev-features |= NETIF_F_HW_VLAN_CTAG_TX | 
NETIF_F_HW_VLAN_CTAG_RX;
++#else
+ dev-features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
++#endif
+ #if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
+ dev-vlan_rx_kill_vid = rtl8168_vlan_rx_kill_vid;
+ #endif //LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
+@@ 

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

2013-11-13 Thread Tobias Powalowski
Date: Wednesday, November 13, 2013 @ 12:06:43
  Author: tpowa
Revision: 199466

upgpkg: kbd 2.0.1-1

bump to latest version

Modified:
  kbd/trunk/PKGBUILD
Deleted:
  kbd/trunk/fix-alt_is_meta.patch
  kbd/trunk/merge-fullline_singleline.patch

-+
 PKGBUILD|   17 ---
 fix-alt_is_meta.patch   |  212 --
 merge-fullline_singleline.patch |  104 --
 3 files changed, 5 insertions(+), 328 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 10:55:48 UTC (rev 199465)
+++ PKGBUILD2013-11-13 11:06:43 UTC (rev 199466)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kbd
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc=Keytable files and keyboard utilities
 arch=('i686' 'x86_64')
 url=http://www.kbd-project.org;
@@ -12,17 +12,13 @@
 makedepends=('check')
 
source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
 'fix-dvorak-es.patch'
-'fix-euro2.patch'
-'fix-alt_is_meta.patch'
-'merge-fullline_singleline.patch')
+'fix-euro2.patch')
 provides=('vlock')
 conflicts=('vlock')
 replaces=('vlock')
-md5sums=('5ba259a0b2464196f6488a72070a3d60'
+md5sums=('cc0ee9f2537d8636cae85a8c6541ed2e'
  '998957c4f815347dcc874c4d7555dc66'
- 'd869200acbc0aab6a9cafa43cb140d4e'
- '91de90cde763c7f704027c2837360098'
- 'b21e24509ea9db206971ce8a02dfc46f')
+ 'd869200acbc0aab6a9cafa43cb140d4e')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -40,9 +36,6 @@
   patch -Np1 -i ../fix-dvorak-es.patch
   # fix euro2 #28213
   patch -Np1 -i ../fix-euro2.patch
-  # fix #36689
-  patch -Np1 -i ../fix-alt_is_meta.patch
-  patch -Np1 -i ../merge-fullline_singleline.patch
 }
 
 build() {

Deleted: fix-alt_is_meta.patch
===
--- fix-alt_is_meta.patch   2013-11-13 10:55:48 UTC (rev 199465)
+++ fix-alt_is_meta.patch   2013-11-13 11:06:43 UTC (rev 199466)
@@ -1,212 +0,0 @@
-From f6d17ec929f59cc65a8c5f8a4918c1fe89e2b85a Mon Sep 17 00:00:00 2001
-From: Alexey Gladkov gladkov.ale...@gmail.com
-Date: Mon, 7 Oct 2013 17:48:57 +0400
-Subject: [PATCH] Fix alt_is_meta regression
-
-Signed-off-by: Alexey Gladkov gladkov.ale...@gmail.com

- src/libkeymap/kmap.c   |8 
- tests/Makefile.am  |8 ++--
- tests/alt-is-meta.in   |   19 +++
- tests/alt-is-meta.map  |   12 
- tests/alt-is-meta.output   |   42 ++
- tests/libkeymap-showmaps.c |   30 ++
- 6 files changed, 113 insertions(+), 6 deletions(-)
- create mode 100755 tests/alt-is-meta.in
- create mode 100644 tests/alt-is-meta.map
- create mode 100644 tests/alt-is-meta.output
- create mode 100644 tests/libkeymap-showmaps.c
-
-diff --git a/src/libkeymap/kmap.c b/src/libkeymap/kmap.c
-index ca97ed5..c7945bc 100644
 a/src/libkeymap/kmap.c
-+++ b/src/libkeymap/kmap.c
-@@ -149,10 +149,10 @@ lk_add_key(struct lk_ctx *ctx, unsigned int k_table, 
unsigned int k_index, int k
-   int type = KTYP(keycode);
-   int val = KVAL(keycode);
- 
--  if (alttable != k_table  !lk_key_exists(ctx, alttable, 
k_index) 
--  (type == KT_LATIN || type == KT_LETTER)  val  128) {
--  if (lk_add_map(ctx, alttable)  0)
--  return -1;
-+  if (alttable != k_table  lk_map_exists(ctx, alttable) 
-+  !lk_key_exists(ctx, alttable, k_index) 
-+  (type == KT_LATIN || type == KT_LETTER) 
-+  val  128) {
-   if (lk_add_key(ctx, alttable, k_index, K(KT_META, val)) 
 0)
-   return -1;
-   }
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index e7d22c2..d9a9f61 100644
 a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -7,10 +7,12 @@ AM_CFLAGS = $(CHECK_CFLAGS)
- LDADD  = $(top_builddir)/src/libkeymap/libkeymap.la $(CHECK_LIBS)
- 
- EXTRA_DIST = \
-+  alt-is-meta.in \
-   dumpkeys-bkeymap.in \
-   dumpkeys-fulltable.in \
-   dumpkeys-mktable.in \
-   \
-+  alt-is-meta.map \
-   charset-keymap0.map \
-   dumpkeys.full.ruwin_cplk-UTF-8.map \
-   dumpkeys.qwerty-layout.map \
-@@ -19,15 +21,16 @@ EXTRA_DIST = \
-   keymap0.map keymap1.map keymap2.map keymap3.map keymap4.map keymap5.map 
keymap6.map \
-   VoidSymbol.map \
-   \
-+  alt-is-meta.output \
-   dumpkeys.bkeymap.bin \
-   dumpkeys.defkeymap.c
- 
--check_SCRIPTS  = dumpkeys-fulltable dumpkeys-mktable dumpkeys-bkeymap
-+check_SCRIPTS  = dumpkeys-fulltable dumpkeys-mktable dumpkeys-bkeymap 
alt-is-meta
- check_PROGRAMS = libkeymap-init libkeymap-kmap libkeymap-keys libkeymap-parse 
\
- 

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

2013-11-13 Thread Tobias Powalowski
Date: Wednesday, November 13, 2013 @ 12:06:59
  Author: tpowa
Revision: 199467

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

Added:
  kbd/repos/testing-i686/
  kbd/repos/testing-i686/PKGBUILD
(from rev 199466, kbd/trunk/PKGBUILD)
  kbd/repos/testing-i686/fix-dvorak-es.patch
(from rev 199466, kbd/trunk/fix-dvorak-es.patch)
  kbd/repos/testing-i686/fix-euro2.patch
(from rev 199466, kbd/trunk/fix-euro2.patch)
  kbd/repos/testing-i686/fix-keymap-loading-1.15.5.patch
(from rev 199466, kbd/trunk/fix-keymap-loading-1.15.5.patch)
  kbd/repos/testing-x86_64/
  kbd/repos/testing-x86_64/PKGBUILD
(from rev 199466, kbd/trunk/PKGBUILD)
  kbd/repos/testing-x86_64/fix-dvorak-es.patch
(from rev 199466, kbd/trunk/fix-dvorak-es.patch)
  kbd/repos/testing-x86_64/fix-euro2.patch
(from rev 199466, kbd/trunk/fix-euro2.patch)
  kbd/repos/testing-x86_64/fix-keymap-loading-1.15.5.patch
(from rev 199466, kbd/trunk/fix-keymap-loading-1.15.5.patch)

+
 testing-i686/PKGBUILD  |   50 +++
 testing-i686/fix-dvorak-es.patch   |   11 +
 testing-i686/fix-euro2.patch   |9 
 testing-i686/fix-keymap-loading-1.15.5.patch   |   47 +
 testing-x86_64/PKGBUILD|   50 +++
 testing-x86_64/fix-dvorak-es.patch |   11 +
 testing-x86_64/fix-euro2.patch |9 
 testing-x86_64/fix-keymap-loading-1.15.5.patch |   47 +
 8 files changed, 234 insertions(+)

Copied: kbd/repos/testing-i686/PKGBUILD (from rev 199466, kbd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-13 11:06:59 UTC (rev 199467)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kbd
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=Keytable files and keyboard utilities
+arch=('i686' 'x86_64')
+url=http://www.kbd-project.org;
+license=('GPL')
+depends=('glibc' 'pam')
+makedepends=('check')
+source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
+'fix-dvorak-es.patch'
+'fix-euro2.patch')
+provides=('vlock')
+conflicts=('vlock')
+replaces=('vlock')
+md5sums=('cc0ee9f2537d8636cae85a8c6541ed2e'
+ '998957c4f815347dcc874c4d7555dc66'
+ 'd869200acbc0aab6a9cafa43cb140d4e')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/dvorak/no{,-dvorak}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+  # fix es-dvorak #33662
+  patch -Np1 -i ../fix-dvorak-es.patch
+  # fix euro2 #28213
+  patch -Np1 -i ../fix-euro2.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
+}

Copied: kbd/repos/testing-i686/fix-dvorak-es.patch (from rev 199466, 
kbd/trunk/fix-dvorak-es.patch)
===
--- testing-i686/fix-dvorak-es.patch(rev 0)
+++ testing-i686/fix-dvorak-es.patch2013-11-13 11:06:59 UTC (rev 199467)
@@ -0,0 +1,11 @@
+--- kbd-1.15.5/data/keymaps/i386/dvorak/dvorak-es.map.old  2013-05-08 
14:58:03.393349828 +0200
 kbd-1.15.5/data/keymaps/i386/dvorak/dvorak-es.map  2013-05-08 
14:58:20.206415053 +0200
+@@ -4,7 +4,7 @@
+ 
+ keymaps 0-2,4,5,6,8-10,12,14
+ include linux-with-alt-and-altgr
+-include euro
++include euro.map
+ strings as usual
+ 
+ keycode   1 = Escape

Copied: kbd/repos/testing-i686/fix-euro2.patch (from rev 199466, 
kbd/trunk/fix-euro2.patch)
===
--- testing-i686/fix-euro2.patch(rev 0)
+++ testing-i686/fix-euro2.patch2013-11-13 11:06:59 UTC (rev 199467)
@@ -0,0 +1,9 @@
+--- kbd-1.15.5/data/keymaps/i386/include/euro2.map.old 2013-05-08 
15:00:25.917752313 +0200
 kbd-1.15.5/data/keymaps/i386/include/euro2.map 2013-05-08 
15:00:54.943957367 +0200
+@@ -2,5 +2,5 @@
+ # [Say: loadkeys euro2 to get Euro and cent with AltGr (right alt)
+ #  on the positions where many keyboards have E and C.
+ #  To get it displayed, use a latin0 (i.e., latin9) font.]
+-altgr keycode  18 = currency

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

2013-11-13 Thread Bartłomiej Piotrowski
Date: Wednesday, November 13, 2013 @ 12:07:32
  Author: bpiotrowski
Revision: 100913

upgpkg: tp_smapi-lts 0.41-18

- rebuild against linux-lts 3.10.19

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:04:58 UTC (rev 100912)
+++ PKGBUILD2013-11-13 11:07:32 UTC (rev 100913)
@@ -11,7 +11,7 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-3.10-lts
 pkgver=0.41
-pkgrel=17
+pkgrel=18
 pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2013-11-13 Thread Bartłomiej Piotrowski
Date: Wednesday, November 13, 2013 @ 12:07:43
  Author: bpiotrowski
Revision: 100914

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

Added:
  tp_smapi-lts/repos/community-testing-i686/
  tp_smapi-lts/repos/community-testing-i686/PKGBUILD
(from rev 100913, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install
(from rev 100913, tp_smapi-lts/trunk/tp_smapi-lts.install)
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 100913, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-x86_64/tp_smapi-lts.install
(from rev 100913, tp_smapi-lts/trunk/tp_smapi-lts.install)

---+
 community-testing-i686/PKGBUILD   |   56 
 community-testing-i686/tp_smapi-lts.install   |   13 +
 community-testing-x86_64/PKGBUILD |   56 
 community-testing-x86_64/tp_smapi-lts.install |   13 +
 4 files changed, 138 insertions(+)

Copied: tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 100913, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-13 11:07:43 UTC (rev 100914)
@@ -0,0 +1,56 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.10-lts
+pkgver=0.41
+pkgrel=18
+pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts=3.10' 'linux-lts3.11')
+makedepends=('linux-lts-headers=3.10' 'linux-lts-headers3.11')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$( ${_extramodules}/version)
+
+  make -C ${_extramodules%/*}/${_kernver}/build \
+INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
+M=${srcdir}/${_pkgname}-${pkgver} modules_install
+
+  cd ${pkgdir}/${_extramodules%/*}
+  mv ${_kernver}/extra ${_extramodules##*/}
+  rmdir ${_kernver}
+
+  # compress kernel modules
+  find ${pkgdir} -name *.ko -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi  ${srcdir}/${pkgname}.conf
+  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  # update kernel version in install file
+  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
+}

Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from 
rev 100913, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2013-11-13 11:07:43 UTC (rev 
100914)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.10-lts
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 100913, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-11-13 11:07:43 UTC (rev 100914)
@@ -0,0 +1,56 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.10-lts
+pkgver=0.41
+pkgrel=18
+pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts=3.10' 'linux-lts3.11')
+makedepends=('linux-lts-headers=3.10' 

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

2013-11-13 Thread Tobias Powalowski
Date: Wednesday, November 13, 2013 @ 12:08:00
  Author: tpowa
Revision: 199469

db-move: moved btrfs-progs from [testing] to [core] (i686, x86_64)

Added:
  
btrfs-progs/repos/core-i686/Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch
(from rev 199468, 
btrfs-progs/repos/testing-i686/Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch)
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 199468, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 199468, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 199468, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 199468, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  
btrfs-progs/repos/core-x86_64/Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch
(from rev 199468, 
btrfs-progs/repos/testing-x86_64/Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 199468, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 199468, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 199468, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 199468, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

-+
 /PKGBUILD  
 |  108 ++
 /btrfs-progs.install   
 |   18 +
 /initcpio-hook-btrfs   
 |   14 +
 /initcpio-install-btrfs
 |   34 +++
 core-i686/Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch  
 |   71 ++
 core-i686/PKGBUILD 
 |   47 
 core-i686/btrfs-progs.install  
 |9 
 core-i686/initcpio-hook-btrfs  
 |7 
 core-i686/initcpio-install-btrfs   
 |   17 -
 
core-x86_64/Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch 
|   71 ++
 core-x86_64/PKGBUILD   
 |   47 
 core-x86_64/btrfs-progs.install
 |9 
 core-x86_64/initcpio-hook-btrfs
 |7 
 core-x86_64/initcpio-install-btrfs 
 |   17 -
 14 files changed, 316 insertions(+), 160 deletions(-)

Copied: 
btrfs-progs/repos/core-i686/Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch
 (from rev 199468, 
btrfs-progs/repos/testing-i686/Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch)
===
--- 
core-i686/Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch   
(rev 0)
+++ 
core-i686/Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch   
2013-11-13 11:08:00 UTC (rev 199469)
@@ -0,0 +1,71 @@
+diff --git a/btrfs-find-root.c b/btrfs-find-root.c
+index 9b3d7df..374cf81 100644
+--- a/btrfs-find-root.c
 b/btrfs-find-root.c
+@@ -82,7 +82,7 @@ static struct btrfs_root *open_ctree_broken(int fd, const 
char *device)
+   return NULL;
+   }
+ 
+-  ret = btrfs_scan_fs_devices(fd, device, fs_devices);
++  ret = btrfs_scan_fs_devices(fd, device, fs_devices, 0);
+   if (ret)
+   goto out;
+ 
+diff --git a/cmds-chunk.c b/cmds-chunk.c
+index 03314de..6ada328 100644
+--- a/cmds-chunk.c
 b/cmds-chunk.c
+@@ -1291,7 +1291,7 @@ static int recover_prepare(struct recover_control *rc, 
char *path)
+   goto fail_free_sb;
+   }
+ 
+-  ret = btrfs_scan_fs_devices(fd, path, fs_devices);
++  ret = btrfs_scan_fs_devices(fd, path, fs_devices, 0);
+   if (ret)
+   goto fail_free_sb;
+ 
+diff --git a/disk-io.c b/disk-io.c
+index 13dbe27..f8e236c 100644
+--- 

[arch-commits] Commit in mdadm/repos (38 files)

2013-11-13 Thread Tobias Powalowski
Date: Wednesday, November 13, 2013 @ 12:08:13
  Author: tpowa
Revision: 199470

db-move: moved mdadm from [testing] to [core] (i686, x86_64)

Added:
  mdadm/repos/core-i686/PKGBUILD
(from rev 199469, mdadm/repos/testing-i686/PKGBUILD)
  mdadm/repos/core-i686/disable-werror.patch
(from rev 199469, mdadm/repos/testing-i686/disable-werror.patch)
  mdadm/repos/core-i686/linux-3.0.patch
(from rev 199469, mdadm/repos/testing-i686/linux-3.0.patch)
  mdadm/repos/core-i686/mdadm-fix-udev-rules.patch
(from rev 199469, mdadm/repos/testing-i686/mdadm-fix-udev-rules.patch)
  mdadm/repos/core-i686/mdadm.conf
(from rev 199469, mdadm/repos/testing-i686/mdadm.conf)
  mdadm/repos/core-i686/mdadm.service
(from rev 199469, mdadm/repos/testing-i686/mdadm.service)
  mdadm/repos/core-i686/mdadm_hook
(from rev 199469, mdadm/repos/testing-i686/mdadm_hook)
  mdadm/repos/core-i686/mdadm_install
(from rev 199469, mdadm/repos/testing-i686/mdadm_install)
  mdadm/repos/core-i686/mdadm_udev_install
(from rev 199469, mdadm/repos/testing-i686/mdadm_udev_install)
  mdadm/repos/core-x86_64/PKGBUILD
(from rev 199469, mdadm/repos/testing-x86_64/PKGBUILD)
  mdadm/repos/core-x86_64/disable-werror.patch
(from rev 199469, mdadm/repos/testing-x86_64/disable-werror.patch)
  mdadm/repos/core-x86_64/linux-3.0.patch
(from rev 199469, mdadm/repos/testing-x86_64/linux-3.0.patch)
  mdadm/repos/core-x86_64/mdadm-fix-udev-rules.patch
(from rev 199469, mdadm/repos/testing-x86_64/mdadm-fix-udev-rules.patch)
  mdadm/repos/core-x86_64/mdadm.conf
(from rev 199469, mdadm/repos/testing-x86_64/mdadm.conf)
  mdadm/repos/core-x86_64/mdadm.service
(from rev 199469, mdadm/repos/testing-x86_64/mdadm.service)
  mdadm/repos/core-x86_64/mdadm_hook
(from rev 199469, mdadm/repos/testing-x86_64/mdadm_hook)
  mdadm/repos/core-x86_64/mdadm_install
(from rev 199469, mdadm/repos/testing-x86_64/mdadm_install)
  mdadm/repos/core-x86_64/mdadm_udev_install
(from rev 199469, mdadm/repos/testing-x86_64/mdadm_udev_install)
Deleted:
  mdadm/repos/core-i686/PKGBUILD
  mdadm/repos/core-i686/disable-werror.patch
  mdadm/repos/core-i686/linux-3.0.patch
  mdadm/repos/core-i686/mdadm-fix-udev-rules.patch
  mdadm/repos/core-i686/mdadm.conf
  mdadm/repos/core-i686/mdadm.service
  mdadm/repos/core-i686/mdadm_hook
  mdadm/repos/core-i686/mdadm_install
  mdadm/repos/core-i686/mdadm_udev_install
  mdadm/repos/core-x86_64/PKGBUILD
  mdadm/repos/core-x86_64/disable-werror.patch
  mdadm/repos/core-x86_64/linux-3.0.patch
  mdadm/repos/core-x86_64/mdadm-fix-udev-rules.patch
  mdadm/repos/core-x86_64/mdadm.conf
  mdadm/repos/core-x86_64/mdadm.service
  mdadm/repos/core-x86_64/mdadm_hook
  mdadm/repos/core-x86_64/mdadm_install
  mdadm/repos/core-x86_64/mdadm_udev_install
  mdadm/repos/testing-i686/
  mdadm/repos/testing-x86_64/

+
 /PKGBUILD  |  110 
 /disable-werror.patch  |   22 ++
 /linux-3.0.patch   |   90 ++
 /mdadm-fix-udev-rules.patch|  274 +++
 /mdadm.conf|  134 +++
 /mdadm.service |   16 +
 /mdadm_hook|   98 +++
 /mdadm_install |   92 ++
 /mdadm_udev_install|   50 +
 core-i686/PKGBUILD |   54 --
 core-i686/disable-werror.patch |   11 -
 core-i686/linux-3.0.patch  |   45 -
 core-i686/mdadm-fix-udev-rules.patch   |  137 ---
 core-i686/mdadm.conf   |   67 ---
 core-i686/mdadm.service|8 
 core-i686/mdadm_hook   |   49 -
 core-i686/mdadm_install|   46 -
 core-i686/mdadm_udev_install   |   25 --
 core-x86_64/PKGBUILD   |   54 --
 core-x86_64/disable-werror.patch   |   11 -
 core-x86_64/linux-3.0.patch|   45 -
 core-x86_64/mdadm-fix-udev-rules.patch |  137 ---
 core-x86_64/mdadm.conf |   67 ---
 core-x86_64/mdadm.service  |8 
 core-x86_64/mdadm_hook |   49 -
 core-x86_64/mdadm_install  |   46 -
 core-x86_64/mdadm_udev_install |   25 --
 27 files changed, 886 insertions(+), 884 deletions(-)

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


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

2013-11-13 Thread Tobias Powalowski
Date: Wednesday, November 13, 2013 @ 12:07:43
  Author: tpowa
Revision: 199468

db-move: moved efivar from [testing] to [core] (i686, x86_64)

Added:
  efivar/repos/core-i686/PKGBUILD
(from rev 199467, efivar/repos/testing-i686/PKGBUILD)
  efivar/repos/core-x86_64/PKGBUILD
(from rev 199467, efivar/repos/testing-x86_64/PKGBUILD)
Deleted:
  efivar/repos/core-i686/PKGBUILD
  efivar/repos/core-x86_64/PKGBUILD
  efivar/repos/testing-i686/
  efivar/repos/testing-x86_64/

--+
 /PKGBUILD|  130 +
 core-i686/PKGBUILD   |   64 
 core-x86_64/PKGBUILD |   64 
 3 files changed, 130 insertions(+), 128 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-11-13 11:06:59 UTC (rev 199467)
+++ core-i686/PKGBUILD  2013-11-13 11:07:43 UTC (rev 199468)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-# Contributor : Keshav Padram (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
-
-_gitroot=git://github.com/vathpela/efivar.git
-_gitname=efivar
-_gitbranch=master
-
-_pkgname=efivar
-pkgname=${_pkgname}
-
-pkgdesc=Library to manipulate EFI variables
-pkgver=0.6
-pkgrel=1
-arch=('x86_64' 'i686')
-url=https://github.com/vathpela/efivar;
-license=('LGPL2.1')
-depends=('popt')
-conflicts=('libefivar')
-provides=('libefivar')
-options=('zipman' 'docs' '!makeflags')
-
-source=(${_gitname}::git+${_gitroot}#branch=${_gitbranch})
-sha1sums=('SKIP')
-
-pkgver() {
-   cd ${srcdir}/${_gitname}/
-echo $(git describe --tags) | sed 's|-|\.|g'
-}
-
-build() {
-   
-   rm -rf ${srcdir}/${_gitname}_build/ || true
-   cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}_build
-   
-   cd ${srcdir}/${_gitname}_build/
-   
-   git clean -x -d -f
-   echo
-   
-   unset CFLAGS
-   unset CPPFLAGS
-   unset CXXFLAGS
-   unset LDFLAGS
-   unset MAKEFLAGS
-   
-   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/${_gitname}_build/src/test/Makefile || true
-   
-   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
-   echo
-   
-}
-
-package() {
-   
-   cd ${srcdir}/${_gitname}_build/
-   
-   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
-   echo
-   
-   install -d ${pkgdir}/usr/bin
-   install -D -m0755 ${srcdir}/${_gitname}_build/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
-   
-}

Copied: efivar/repos/core-i686/PKGBUILD (from rev 199467, 
efivar/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-11-13 11:07:43 UTC (rev 199468)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+# Contributor : Keshav Padram (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+
+_gitroot=git://github.com/vathpela/efivar.git
+_gitname=efivar
+_gitbranch=master
+
+_pkgname=efivar
+pkgname=${_pkgname}
+
+pkgdesc=Library to manipulate EFI variables
+pkgver=0.7
+pkgrel=1
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=('libefivar')
+options=('zipman' 'docs' '!makeflags')
+
+source=(${_gitname}::git+${_gitroot}#tag=${pkgver})
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/${_gitname}/
+echo $(git describe --tags) | sed 's|-|\.|g'
+}
+
+build() {
+   
+   rm -rf ${srcdir}/${_gitname}_build/ || true
+   cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}_build
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   git clean -x -d -f
+   echo
+   
+   unset CFLAGS
+   unset CPPFLAGS
+   unset CXXFLAGS
+   unset LDFLAGS
+   unset MAKEFLAGS
+   
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/${_gitname}_build/src/test/Makefile || true
+   
+   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
+   echo
+   
+   install -d ${pkgdir}/usr/bin
+   install -D -m0755 ${srcdir}/${_gitname}_build/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
+   
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2013-11-13 11:06:59 UTC (rev 199467)
+++ core-x86_64/PKGBUILD2013-11-13 11:07:43 UTC (rev 199468)
@@ -1,64 +0,0 @@
-# 

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

2013-11-13 Thread Tobias Powalowski
Date: Wednesday, November 13, 2013 @ 12:12:57
  Author: tpowa
Revision: 199471

upgpkg: nfs-utils 1.2.9-1

bump to latest version

Modified:
  nfs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:08:13 UTC (rev 199470)
+++ PKGBUILD2013-11-13 11:12:57 UTC (rev 199471)
@@ -6,8 +6,8 @@
 # Contributor: Marco Lima cipparello gmail com
 
 pkgname=nfs-utils
-pkgver=1.2.8
-pkgrel=9
+pkgver=1.2.9
+pkgrel=1
 pkgdesc=Support programs for Network File Systems
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -38,7 +38,7 @@
 install=nfs-utils.install
 optdepends=('sqlite: for nfsdcltrack usage')
 
-md5sums=('6e7d97de51e428a0b8698c16ca23db77'
+md5sums=('18869d16db3f49c053f8c68eba3fe2e0'
  'f73f197a16b02c3e248488ec35c4cf43'
  '9cef69bc686cc5dcac23fbb51450747d'
  'ff585faf410a62c4333a027c50b56bae'



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

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 12:13:32
  Author: spupykin
Revision: 100915

upgpkg: zathura-djvu 0.2.3-2

upd

Modified:
  zathura-djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:07:43 UTC (rev 100914)
+++ PKGBUILD2013-11-13 11:13:32 UTC (rev 100915)
@@ -5,7 +5,7 @@
 
 pkgname=zathura-djvu
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Adds DjVu support to zathura by using the djvulibre library
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-djvu/;



[arch-commits] Commit in nfs-utils/repos (44 files)

2013-11-13 Thread Tobias Powalowski
Date: Wednesday, November 13, 2013 @ 12:13:38
  Author: tpowa
Revision: 199472

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

Added:
  nfs-utils/repos/testing-i686/
  nfs-utils/repos/testing-i686/PKGBUILD
(from rev 199471, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-i686/blkmapd.service
(from rev 199471, nfs-utils/trunk/blkmapd.service)
  nfs-utils/repos/testing-i686/exports
(from rev 199471, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-i686/id_resolver.conf
(from rev 199471, nfs-utils/trunk/id_resolver.conf)
  nfs-utils/repos/testing-i686/idmapd.conf
(from rev 199471, nfs-utils/trunk/idmapd.conf)
  nfs-utils/repos/testing-i686/nfs
(from rev 199471, nfs-utils/trunk/nfs)
  nfs-utils/repos/testing-i686/nfs-common.conf
(from rev 199471, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-i686/nfs-server.conf
(from rev 199471, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch
(from rev 199471, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/testing-i686/nfs-utils-1.1.4-no-exec.patch
(from rev 199471, nfs-utils/trunk/nfs-utils-1.1.4-no-exec.patch)
  nfs-utils/repos/testing-i686/nfs-utils.conf
(from rev 199471, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-i686/nfs-utils.install
(from rev 199471, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-i686/nfsd.service
(from rev 199471, nfs-utils/trunk/nfsd.service)
  nfs-utils/repos/testing-i686/proc-fs-nfsd.mount
(from rev 199471, nfs-utils/trunk/proc-fs-nfsd.mount)
  nfs-utils/repos/testing-i686/rpc-gssd.service
(from rev 199471, nfs-utils/trunk/rpc-gssd.service)
  nfs-utils/repos/testing-i686/rpc-idmapd.service
(from rev 199471, nfs-utils/trunk/rpc-idmapd.service)
  nfs-utils/repos/testing-i686/rpc-mountd.service
(from rev 199471, nfs-utils/trunk/rpc-mountd.service)
  nfs-utils/repos/testing-i686/rpc-statd.service
(from rev 199471, nfs-utils/trunk/rpc-statd.service)
  nfs-utils/repos/testing-i686/rpc-svcgssd.service
(from rev 199471, nfs-utils/trunk/rpc-svcgssd.service)
  nfs-utils/repos/testing-i686/start-statd.patch
(from rev 199471, nfs-utils/trunk/start-statd.patch)
  nfs-utils/repos/testing-i686/var-lib-nfs-rpc_pipefs.mount
(from rev 199471, nfs-utils/trunk/var-lib-nfs-rpc_pipefs.mount)
  nfs-utils/repos/testing-x86_64/
  nfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 199471, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-x86_64/blkmapd.service
(from rev 199471, nfs-utils/trunk/blkmapd.service)
  nfs-utils/repos/testing-x86_64/exports
(from rev 199471, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-x86_64/id_resolver.conf
(from rev 199471, nfs-utils/trunk/id_resolver.conf)
  nfs-utils/repos/testing-x86_64/idmapd.conf
(from rev 199471, nfs-utils/trunk/idmapd.conf)
  nfs-utils/repos/testing-x86_64/nfs
(from rev 199471, nfs-utils/trunk/nfs)
  nfs-utils/repos/testing-x86_64/nfs-common.conf
(from rev 199471, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-x86_64/nfs-server.conf
(from rev 199471, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch
(from rev 199471, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-no-exec.patch
(from rev 199471, nfs-utils/trunk/nfs-utils-1.1.4-no-exec.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils.conf
(from rev 199471, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils.install
(from rev 199471, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-x86_64/nfsd.service
(from rev 199471, nfs-utils/trunk/nfsd.service)
  nfs-utils/repos/testing-x86_64/proc-fs-nfsd.mount
(from rev 199471, nfs-utils/trunk/proc-fs-nfsd.mount)
  nfs-utils/repos/testing-x86_64/rpc-gssd.service
(from rev 199471, nfs-utils/trunk/rpc-gssd.service)
  nfs-utils/repos/testing-x86_64/rpc-idmapd.service
(from rev 199471, nfs-utils/trunk/rpc-idmapd.service)
  nfs-utils/repos/testing-x86_64/rpc-mountd.service
(from rev 199471, nfs-utils/trunk/rpc-mountd.service)
  nfs-utils/repos/testing-x86_64/rpc-statd.service
(from rev 199471, nfs-utils/trunk/rpc-statd.service)
  nfs-utils/repos/testing-x86_64/rpc-svcgssd.service
(from rev 199471, nfs-utils/trunk/rpc-svcgssd.service)
  nfs-utils/repos/testing-x86_64/start-statd.patch
(from rev 199471, nfs-utils/trunk/start-statd.patch)
  nfs-utils/repos/testing-x86_64/var-lib-nfs-rpc_pipefs.mount
(from rev 199471, nfs-utils/trunk/var-lib-nfs-rpc_pipefs.mount)

---+
 testing-i686/PKGBUILD |  111 
 testing-i686/blkmapd.service  |   11 ++
 testing-i686/exports  |   15 +++
 testing-i686/id_resolver.conf |1 
 testing-i686/idmapd.conf  

[arch-commits] Commit in zathura-pdf-mupdf/repos (4 files)

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 12:14:14
  Author: spupykin
Revision: 100918

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

Added:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
(from rev 100917, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 100917, zathura-pdf-mupdf/trunk/PKGBUILD)
Deleted:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-13 11:13:53 UTC (rev 100917)
+++ community-i686/PKGBUILD 2013-11-13 11:14:14 UTC (rev 100918)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Moritz Lipp m...@pwmt.org
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.5
-pkgrel=2
-pkgdesc=Adds pdf support to zathura by using the mupdf library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
-license=('custom')
-depends=('mupdf=1.3' 'zathura'
-'jbig2dec' 'openjpeg2')
-conflicts=('zathura-pdf-poppler')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('42dcdf2511ffc8f87ca6baba6c566f91')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-i686/PKGBUILD (from rev 100917, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-13 11:14:14 UTC (rev 100918)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Moritz Lipp m...@pwmt.org
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.5
+pkgrel=3
+pkgdesc=Adds pdf support to zathura by using the mupdf library
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
+license=('custom')
+depends=('mupdf=1.3' 'zathura'
+'jbig2dec' 'openjpeg2')
+conflicts=('zathura-pdf-poppler')
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('42dcdf2511ffc8f87ca6baba6c566f91')
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-13 11:13:53 UTC (rev 100917)
+++ community-x86_64/PKGBUILD   2013-11-13 11:14:14 UTC (rev 100918)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Moritz Lipp m...@pwmt.org
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.5
-pkgrel=2
-pkgdesc=Adds pdf support to zathura by using the mupdf library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
-license=('custom')
-depends=('mupdf=1.3' 'zathura'
-'jbig2dec' 'openjpeg2')
-conflicts=('zathura-pdf-poppler')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('42dcdf2511ffc8f87ca6baba6c566f91')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD (from rev 100917, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-13 11:14:14 UTC (rev 100918)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Moritz Lipp m...@pwmt.org
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.5
+pkgrel=3
+pkgdesc=Adds pdf support to zathura by using the mupdf library

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

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 12:13:50
  Author: spupykin
Revision: 100916

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

Added:
  zathura-djvu/repos/community-i686/PKGBUILD
(from rev 100915, zathura-djvu/trunk/PKGBUILD)
  zathura-djvu/repos/community-i686/zathura-djvu.install
(from rev 100915, zathura-djvu/trunk/zathura-djvu.install)
  zathura-djvu/repos/community-x86_64/PKGBUILD
(from rev 100915, zathura-djvu/trunk/PKGBUILD)
  zathura-djvu/repos/community-x86_64/zathura-djvu.install
(from rev 100915, zathura-djvu/trunk/zathura-djvu.install)
Deleted:
  zathura-djvu/repos/community-i686/PKGBUILD
  zathura-djvu/repos/community-i686/zathura-djvu.install
  zathura-djvu/repos/community-x86_64/PKGBUILD
  zathura-djvu/repos/community-x86_64/zathura-djvu.install

---+
 /PKGBUILD |   52 
 /zathura-djvu.install |   12 +++
 community-i686/PKGBUILD   |   26 
 community-i686/zathura-djvu.install   |6 ---
 community-x86_64/PKGBUILD |   26 
 community-x86_64/zathura-djvu.install |6 ---
 6 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-13 11:13:32 UTC (rev 100915)
+++ community-i686/PKGBUILD 2013-11-13 11:13:50 UTC (rev 100916)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-djvu
-pkgver=0.2.3
-pkgrel=1
-pkgdesc=Adds DjVu support to zathura by using the djvulibre library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-djvu/;
-license=('custom')
-depends=('djvulibre' 'zathura')
-install=$pkgname.install
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz;)
-md5sums=('a472f706d6f6384d8bc2750141a84fc6')
-
-build(){
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: zathura-djvu/repos/community-i686/PKGBUILD (from rev 100915, 
zathura-djvu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-13 11:13:50 UTC (rev 100916)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-djvu
+pkgver=0.2.3
+pkgrel=2
+pkgdesc=Adds DjVu support to zathura by using the djvulibre library
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-djvu/;
+license=('custom')
+depends=('djvulibre' 'zathura')
+install=$pkgname.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz;)
+md5sums=('a472f706d6f6384d8bc2750141a84fc6')
+
+build(){
+  make -C ${srcdir}/$pkgname-$pkgver
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-i686/zathura-djvu.install
===
--- community-i686/zathura-djvu.install 2013-11-13 11:13:32 UTC (rev 100915)
+++ community-i686/zathura-djvu.install 2013-11-13 11:13:50 UTC (rev 100916)
@@ -1,6 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-post_remove(){
-update-desktop-database -q
-}

Copied: zathura-djvu/repos/community-i686/zathura-djvu.install (from rev 
100915, zathura-djvu/trunk/zathura-djvu.install)
===
--- community-i686/zathura-djvu.install (rev 0)
+++ community-i686/zathura-djvu.install 2013-11-13 11:13:50 UTC (rev 100916)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-13 11:13:32 UTC (rev 100915)
+++ community-x86_64/PKGBUILD   2013-11-13 11:13:50 UTC (rev 100916)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-djvu
-pkgver=0.2.3
-pkgrel=1
-pkgdesc=Adds DjVu support to zathura by using the djvulibre library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-djvu/;
-license=('custom')

[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD)

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 12:13:53
  Author: spupykin
Revision: 100917

upgpkg: zathura-pdf-mupdf 0.2.5-3

upd

Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:13:50 UTC (rev 100916)
+++ PKGBUILD2013-11-13 11:13:53 UTC (rev 100917)
@@ -5,7 +5,7 @@
 
 pkgname=zathura-pdf-mupdf
 pkgver=0.2.5
-pkgrel=2
+pkgrel=3
 pkgdesc=Adds pdf support to zathura by using the mupdf library
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;



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

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 12:14:22
  Author: spupykin
Revision: 100919

upgpkg: zathura-pdf-poppler 0.2.3-3

upd

Modified:
  zathura-pdf-poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:14:14 UTC (rev 100918)
+++ PKGBUILD2013-11-13 11:14:22 UTC (rev 100919)
@@ -5,7 +5,7 @@
 
 pkgname=zathura-pdf-poppler
 pkgver=0.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Adds pdf support to zathura by using the poppler engine
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
@@ -12,7 +12,6 @@
 license=('custom')
 depends=('poppler-glib' 'zathura')
 install=$pkgname.install
-
 
source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
 md5sums=('1d8deb2d2ee5a6847267f977b8f2e542')
 



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

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 12:14:37
  Author: spupykin
Revision: 100920

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

Added:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
(from rev 100919, zathura-pdf-poppler/trunk/PKGBUILD)
  zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install
(from rev 100919, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD
(from rev 100919, zathura-pdf-poppler/trunk/PKGBUILD)
  zathura-pdf-poppler/repos/community-x86_64/zathura-pdf-poppler.install
(from rev 100919, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
Deleted:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
  zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD
  zathura-pdf-poppler/repos/community-x86_64/zathura-pdf-poppler.install

--+
 /PKGBUILD|   50 +
 /zathura-pdf-poppler.install |   12 ++
 community-i686/PKGBUILD  |   26 -
 community-i686/zathura-pdf-poppler.install   |6 ---
 community-x86_64/PKGBUILD|   26 -
 community-x86_64/zathura-pdf-poppler.install |6 ---
 6 files changed, 62 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-13 11:14:22 UTC (rev 100919)
+++ community-i686/PKGBUILD 2013-11-13 11:14:37 UTC (rev 100920)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-pdf-poppler
-pkgver=0.2.3
-pkgrel=2
-pkgdesc=Adds pdf support to zathura by using the poppler engine
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
-license=('custom')
-depends=('poppler-glib' 'zathura')
-install=$pkgname.install
-
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('1d8deb2d2ee5a6847267f977b8f2e542')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-poppler/repos/community-i686/PKGBUILD (from rev 100919, 
zathura-pdf-poppler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-13 11:14:37 UTC (rev 100920)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-pdf-poppler
+pkgver=0.2.3
+pkgrel=3
+pkgdesc=Adds pdf support to zathura by using the poppler engine
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
+license=('custom')
+depends=('poppler-glib' 'zathura')
+install=$pkgname.install
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('1d8deb2d2ee5a6847267f977b8f2e542')
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/zathura-pdf-poppler.install
===
--- community-i686/zathura-pdf-poppler.install  2013-11-13 11:14:22 UTC (rev 
100919)
+++ community-i686/zathura-pdf-poppler.install  2013-11-13 11:14:37 UTC (rev 
100920)
@@ -1,6 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-post_remove(){
-update-desktop-database -q
-}

Copied: zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install 
(from rev 100919, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
===
--- community-i686/zathura-pdf-poppler.install  (rev 0)
+++ community-i686/zathura-pdf-poppler.install  2013-11-13 11:14:37 UTC (rev 
100920)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-13 11:14:22 UTC (rev 100919)
+++ community-x86_64/PKGBUILD   2013-11-13 11:14:37 UTC (rev 100920)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z 

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

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 12:14:43
  Author: spupykin
Revision: 100921

upgpkg: zathura-ps 0.2.2-2

upd

Modified:
  zathura-ps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:14:37 UTC (rev 100920)
+++ PKGBUILD2013-11-13 11:14:43 UTC (rev 100921)
@@ -4,7 +4,7 @@
 
 pkgname=zathura-ps
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Adds ps support to zathura by using the libspectre library
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;



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

2013-11-13 Thread Sergej Pupykin
Date: Wednesday, November 13, 2013 @ 12:14:59
  Author: spupykin
Revision: 100922

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

Added:
  zathura-ps/repos/community-i686/PKGBUILD
(from rev 100921, zathura-ps/trunk/PKGBUILD)
  zathura-ps/repos/community-i686/zathura-ps.install
(from rev 100921, zathura-ps/trunk/zathura-ps.install)
  zathura-ps/repos/community-x86_64/PKGBUILD
(from rev 100921, zathura-ps/trunk/PKGBUILD)
  zathura-ps/repos/community-x86_64/zathura-ps.install
(from rev 100921, zathura-ps/trunk/zathura-ps.install)
Deleted:
  zathura-ps/repos/community-i686/PKGBUILD
  zathura-ps/repos/community-i686/zathura-ps.install
  zathura-ps/repos/community-x86_64/PKGBUILD
  zathura-ps/repos/community-x86_64/zathura-ps.install

-+
 /PKGBUILD   |   48 ++
 /zathura-ps.install |   12 
 community-i686/PKGBUILD |   24 -
 community-i686/zathura-ps.install   |6 
 community-x86_64/PKGBUILD   |   24 -
 community-x86_64/zathura-ps.install |6 
 6 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-13 11:14:43 UTC (rev 100921)
+++ community-i686/PKGBUILD 2013-11-13 11:14:59 UTC (rev 100922)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-ps
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=Adds ps support to zathura by using the libspectre library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;
-license=('custom')
-depends=('libspectre' 'zathura')
-install=$pkgname.install
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('338af976c03c0aa1471b156a0efdc45c')
-
-build(){
-  make -C $pkgname-$pkgver
-}
-
-package(){
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 $pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-ps/repos/community-i686/PKGBUILD (from rev 100921, 
zathura-ps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-13 11:14:59 UTC (rev 100922)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-ps
+pkgver=0.2.2
+pkgrel=2
+pkgdesc=Adds ps support to zathura by using the libspectre library
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;
+license=('custom')
+depends=('libspectre' 'zathura')
+install=$pkgname.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+md5sums=('338af976c03c0aa1471b156a0efdc45c')
+
+build(){
+  make -C $pkgname-$pkgver
+}
+
+package(){
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 $pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/zathura-ps.install
===
--- community-i686/zathura-ps.install   2013-11-13 11:14:43 UTC (rev 100921)
+++ community-i686/zathura-ps.install   2013-11-13 11:14:59 UTC (rev 100922)
@@ -1,6 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-post_remove(){
-update-desktop-database -q
-}

Copied: zathura-ps/repos/community-i686/zathura-ps.install (from rev 100921, 
zathura-ps/trunk/zathura-ps.install)
===
--- community-i686/zathura-ps.install   (rev 0)
+++ community-i686/zathura-ps.install   2013-11-13 11:14:59 UTC (rev 100922)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-13 11:14:43 UTC (rev 100921)
+++ community-x86_64/PKGBUILD   2013-11-13 11:14:59 UTC (rev 100922)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-ps
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=Adds ps support to zathura by using the libspectre library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;
-license=('custom')
-depends=('libspectre' 'zathura')
-install=$pkgname.install
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('338af976c03c0aa1471b156a0efdc45c')
-

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

2013-11-13 Thread Tobias Powalowski
Date: Wednesday, November 13, 2013 @ 12:16:39
  Author: tpowa
Revision: 199474

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-13 11:16:28 UTC (rev 199473)
+++ extra-i686/PKGBUILD 2013-11-13 11:16:39 UTC (rev 199474)
@@ -1,24 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Patryk Kowalczyk  patryk at kowalczyk dot ws
-
-pkgname=libseccomp
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Enhanced seccomp library'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://sourceforge.net/projects/libseccomp/;
-depends=('glibc')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('3961103c1234c13a810f6a12e60c797f')

Copied: libseccomp/repos/extra-i686/PKGBUILD (from rev 199473, 
libseccomp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-13 11:16:39 UTC (rev 199474)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Patryk Kowalczyk  patryk at kowalczyk dot ws
+
+pkgname=libseccomp
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://sourceforge.net/projects/libseccomp/;
+depends=('glibc')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('1f41207b29e66a7e5e375dd48a64de85')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-13 11:16:28 UTC (rev 199473)
+++ extra-x86_64/PKGBUILD   2013-11-13 11:16:39 UTC (rev 199474)
@@ -1,24 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Patryk Kowalczyk  patryk at kowalczyk dot ws
-
-pkgname=libseccomp
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Enhanced seccomp library'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://sourceforge.net/projects/libseccomp/;
-depends=('glibc')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('3961103c1234c13a810f6a12e60c797f')

Copied: libseccomp/repos/extra-x86_64/PKGBUILD (from rev 199473, 
libseccomp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-13 11:16:39 UTC (rev 199474)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Patryk Kowalczyk  patryk at kowalczyk dot ws
+
+pkgname=libseccomp
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://sourceforge.net/projects/libseccomp/;
+depends=('glibc')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('1f41207b29e66a7e5e375dd48a64de85')



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

2013-11-13 Thread Tobias Powalowski
Date: Wednesday, November 13, 2013 @ 12:16:28
  Author: tpowa
Revision: 199473

upgpkg: libseccomp 2.1.1-1

bump to latest version

Modified:
  libseccomp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:13:38 UTC (rev 199472)
+++ PKGBUILD2013-11-13 11:16:28 UTC (rev 199473)
@@ -2,7 +2,7 @@
 # Contributor: Patryk Kowalczyk  patryk at kowalczyk dot ws
 
 pkgname=libseccomp
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Enhanced seccomp library'
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 license=('LGPL2.1')
 url=http://sourceforge.net/projects/libseccomp/;
 depends=('glibc')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz;)
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
 
 build() {
   cd $pkgname-$pkgver
@@ -21,4 +21,4 @@
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-md5sums=('3961103c1234c13a810f6a12e60c797f')
+md5sums=('1f41207b29e66a7e5e375dd48a64de85')



[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)

2013-11-13 Thread Bartłomiej Piotrowski
Date: Wednesday, November 13, 2013 @ 12:17:26
  Author: bpiotrowski
Revision: 199475

upgpkg: nvidia-304xx-lts 304.108-8

- rebuild against linux-lts 3.10.19

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:16:39 UTC (rev 199474)
+++ PKGBUILD2013-11-13 11:17:26 UTC (rev 199475)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.108
 _extramodules=extramodules-3.10-lts
-pkgrel=7
+pkgrel=8
 pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



[arch-commits] Commit in nvidia-304xx-lts/repos (8 files)

2013-11-13 Thread Bartłomiej Piotrowski
Date: Wednesday, November 13, 2013 @ 12:17:36
  Author: bpiotrowski
Revision: 199476

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 199475, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 199475, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-i686/nvidia-linux-3.11.patch
(from rev 199475, nvidia-304xx-lts/trunk/nvidia-linux-3.11.patch)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 199475, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 199475, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-linux-3.11.patch
(from rev 199475, nvidia-304xx-lts/trunk/nvidia-linux-3.11.patch)

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-i686/nvidia-304xx-lts.install   |   15 
 testing-i686/nvidia-linux-3.11.patch|   25 ++
 testing-x86_64/PKGBUILD |   51 ++
 testing-x86_64/nvidia-304xx-lts.install |   15 
 testing-x86_64/nvidia-linux-3.11.patch  |   25 ++
 6 files changed, 182 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 199475, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-13 11:17:36 UTC (rev 199476)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.108
+_extramodules=extramodules-3.10-lts
+pkgrel=8
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.16' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.10.16')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+source=('nvidia-linux-3.11.patch')
+md5sums=('5c962760de069ed4ad34e64d5988686a')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('ef453e32515c2176c67ebd95c770dc0e')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('4e0e54de6735023f44c858a3006b3e18')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+patch -Np2 -i ${srcdir}/nvidia-linux-3.11.patch
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
199475, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2013-11-13 11:17:36 UTC (rev 
199476)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-linux-3.11.patch (from rev 
199475, nvidia-304xx-lts/trunk/nvidia-linux-3.11.patch)
===
--- testing-i686/nvidia-linux-3.11.patch(rev 0)
+++ testing-i686/nvidia-linux-3.11.patch2013-11-13 11:17:36 UTC (rev 
199476)
@@ -0,0 +1,25 @@
+From 8a8647ad942c8ac5161e1335f7f3e9dbb34dbf9e Mon Sep 17 00:00:00 2001
+From: Lukas Elsner o...@mindrunner.de
+Date: Wed, 17 

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

2013-11-13 Thread Bartłomiej Piotrowski
Date: Wednesday, November 13, 2013 @ 12:23:06
  Author: bpiotrowski
Revision: 199477

upgpkg: nvidia-lts 325.15-8

- rebuild against linux-lts 3.10.19

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:17:36 UTC (rev 199476)
+++ PKGBUILD2013-11-13 11:23:06 UTC (rev 199477)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=325.15
 _extramodules=extramodules-3.10-lts
-pkgrel=7
+pkgrel=8
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2013-11-13 Thread Bartłomiej Piotrowski
Date: Wednesday, November 13, 2013 @ 12:23:16
  Author: bpiotrowski
Revision: 199478

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

Added:
  nvidia-lts/repos/testing-i686/
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 199477, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 199477, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 199477, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 199477, nvidia-lts/trunk/nvidia-lts.install)

---+
 testing-i686/PKGBUILD |   46 
 testing-i686/nvidia-lts.install   |   15 +++
 testing-x86_64/PKGBUILD   |   46 
 testing-x86_64/nvidia-lts.install |   15 +++
 4 files changed, 122 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 199477, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-13 11:23:16 UTC (rev 199478)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=325.15
+_extramodules=extramodules-3.10-lts
+pkgrel=8
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.14' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.10.14')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('528fc538584de6446384b9cec3099d6c')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('63b2caa0cb128efa1a7808d7bddb2074')
+fi
+
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 199477, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2013-11-13 11:23:16 UTC (rev 199478)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 199477, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-13 11:23:16 UTC (rev 199478)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=325.15
+_extramodules=extramodules-3.10-lts
+pkgrel=8
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.14' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.10.14')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('528fc538584de6446384b9cec3099d6c')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('63b2caa0cb128efa1a7808d7bddb2074')
+fi
+
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make 

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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 12:53:15
  Author: heftig
Revision: 199479

3.10.2

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:23:16 UTC (rev 199478)
+++ PKGBUILD2013-11-13 11:53:15 UTC (rev 199479)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gedit
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=A text editor for GNOME
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 url=http://www.gnome.org;
 install=gedit.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2d2e931661c2c2f9ea76cb581fe0eb09d65925b06a57ee7e20cbecb49474cab7')
+sha256sums=('cc607f877fb925af5c9a71935c70fb76238a62bf133b163471369bd183f15b69')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 12:57:35
  Author: heftig
Revision: 199480

3.10.1

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:53:15 UTC (rev 199479)
+++ PKGBUILD2013-11-13 11:57:35 UTC (rev 199480)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-documents
-pkgver=3.10.0
-pkgrel=2
+pkgver=3.10.1
+pkgrel=1
 pkgdesc=Documents Manager for GNOME
 arch=(i686 x86_64)
 url=http://www.gnome.org;
@@ -15,7 +15,7 @@
 optdepends=('unoconv: Support for Libreoffice document types')
 install=gnome-documents.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('93365aee61c2777d1fe70fa8f55f6e3ce9e7e130dd2869d74eb85787825be9f6')
+sha256sums=('26f8234fa74c00afb323f76de7028655b82d285acce057dd07b6ed98943951b2')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 13:06:21
  Author: heftig
Revision: 199481

3.10.2

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:57:35 UTC (rev 199480)
+++ PKGBUILD2013-11-13 12:06:21 UTC (rev 199481)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-photos
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=Access, organize, and share your photos on GNOME
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('40129310635fc5939e5c95616c2ea2042f30f0eef5e0c8cdd21aa0e7ff7c7085')
+sha256sums=('820503c26a0f829682dd46653e8f0850ac687aba42728ac74350ba8406e80975')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 13:08:21
  Author: heftig
Revision: 199483

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

Added:
  gnome-documents/repos/extra-i686/PKGBUILD
(from rev 199482, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/extra-i686/gnome-documents.install
(from rev 199482, gnome-documents/trunk/gnome-documents.install)
  gnome-documents/repos/extra-x86_64/PKGBUILD
(from rev 199482, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/extra-x86_64/gnome-documents.install
(from rev 199482, gnome-documents/trunk/gnome-documents.install)
Deleted:
  gnome-documents/repos/extra-i686/PKGBUILD
  gnome-documents/repos/extra-i686/gnome-documents.install
  gnome-documents/repos/extra-x86_64/PKGBUILD
  gnome-documents/repos/extra-x86_64/gnome-documents.install

--+
 /PKGBUILD|   82 +
 /gnome-documents.install |   26 ++
 extra-i686/PKGBUILD  |   41 
 extra-i686/gnome-documents.install   |   13 -
 extra-x86_64/PKGBUILD|   41 
 extra-x86_64/gnome-documents.install |   13 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-13 12:07:43 UTC (rev 199482)
+++ extra-i686/PKGBUILD 2013-11-13 12:08:21 UTC (rev 199483)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-documents
-pkgver=3.10.0
-pkgrel=2
-pkgdesc=Documents Manager for GNOME
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=(GPL)
-groups=(gnome-extra)
-depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
- tracker libzapojit webkitgtk gnome-online-miners)
-makedepends=(intltool gobject-introspection itstool docbook-xsl)
-optdepends=('unoconv: Support for Libreoffice document types')
-install=gnome-documents.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('93365aee61c2777d1fe70fa8f55f6e3ce9e7e130dd2869d74eb85787825be9f6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
-  make
-}
-
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/extra-i686/PKGBUILD (from rev 199482, 
gnome-documents/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-13 12:08:21 UTC (rev 199483)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-documents
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=Documents Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkitgtk gnome-online-miners)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+optdepends=('unoconv: Support for Libreoffice document types')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('26f8234fa74c00afb323f76de7028655b82d285acce057dd07b6ed98943951b2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-documents.install
===
--- extra-i686/gnome-documents.install  2013-11-13 12:07:43 UTC (rev 199482)
+++ extra-i686/gnome-documents.install  2013-11-13 12:08:21 UTC (rev 199483)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-documents/repos/extra-i686/gnome-documents.install (from rev 
199482, gnome-documents/trunk/gnome-documents.install)
===
--- extra-i686/gnome-documents.install  (rev 0)
+++ extra-i686/gnome-documents.install  2013-11-13 12:08:21 UTC (rev 199483)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+

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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 13:07:43
  Author: heftig
Revision: 199482

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

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

+
 /PKGBUILD  |   66 +++
 /gedit.install |   36 +++
 extra-i686/PKGBUILD|   33 -
 extra-i686/gedit.install   |   18 ---
 extra-x86_64/PKGBUILD  |   33 -
 extra-x86_64/gedit.install |   18 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-13 12:06:21 UTC (rev 199481)
+++ extra-i686/PKGBUILD 2013-11-13 12:07:43 UTC (rev 199482)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gedit
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=A text editor for GNOME
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
libsm desktop-file-utils python-gobject dconf)
-makedepends=(yelp-tools intltool zeitgeist)
-optdepends=('zeitgeist: Zeitgeist plugin')
-groups=(gnome-extra)
-options=('!emptydirs')
-url=http://www.gnome.org;
-install=gedit.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2d2e931661c2c2f9ea76cb581fe0eb09d65925b06a57ee7e20cbecb49474cab7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
-  --enable-python
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gedit/repos/extra-i686/PKGBUILD (from rev 199481, gedit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-13 12:07:43 UTC (rev 199482)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gedit
+pkgver=3.10.2
+pkgrel=1
+pkgdesc=A text editor for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
libsm desktop-file-utils python-gobject dconf)
+makedepends=(yelp-tools intltool zeitgeist)
+optdepends=('zeitgeist: Zeitgeist plugin')
+groups=(gnome-extra)
+options=('!emptydirs')
+url=http://www.gnome.org;
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cc607f877fb925af5c9a71935c70fb76238a62bf133b163471369bd183f15b69')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gedit.install
===
--- extra-i686/gedit.install2013-11-13 12:06:21 UTC (rev 199481)
+++ extra-i686/gedit.install2013-11-13 12:07:43 UTC (rev 199482)
@@ -1,18 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-}
-
-pre_upgrade() {
-if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
-gconfpkg --uninstall gedit
-fi
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: gedit/repos/extra-i686/gedit.install (from rev 199481, 
gedit/trunk/gedit.install)
===
--- extra-i686/gedit.install(rev 0)
+++ extra-i686/gedit.install2013-11-13 12:07:43 UTC (rev 199482)
@@ -0,0 +1,18 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+gconfpkg --uninstall gedit
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-13 12:06:21 UTC (rev 

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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 13:09:00
  Author: heftig
Revision: 199484

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

Added:
  gnome-photos/repos/extra-i686/PKGBUILD
(from rev 199483, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/extra-i686/gnome-photos.install
(from rev 199483, gnome-photos/trunk/gnome-photos.install)
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 199483, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/extra-x86_64/gnome-photos.install
(from rev 199483, gnome-photos/trunk/gnome-photos.install)
Deleted:
  gnome-photos/repos/extra-i686/PKGBUILD
  gnome-photos/repos/extra-i686/gnome-photos.install
  gnome-photos/repos/extra-x86_64/PKGBUILD
  gnome-photos/repos/extra-x86_64/gnome-photos.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-13 12:08:21 UTC (rev 199483)
+++ extra-i686/PKGBUILD 2013-11-13 12:09:00 UTC (rev 199484)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-photos
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=Access, organize, and share your photos on GNOME
-arch=(i686 x86_64)
-url=https://www.gnome.org/;
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo)
-makedepends=(intltool)
-groups=(gnome-extra)
-install=gnome-photos.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('40129310635fc5939e5c95616c2ea2042f30f0eef5e0c8cdd21aa0e7ff7c7085')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-photos/repos/extra-i686/PKGBUILD (from rev 199483, 
gnome-photos/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-13 12:09:00 UTC (rev 199484)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-photos
+pkgver=3.10.2
+pkgrel=1
+pkgdesc=Access, organize, and share your photos on GNOME
+arch=(i686 x86_64)
+url=https://www.gnome.org/;
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo)
+makedepends=(intltool)
+groups=(gnome-extra)
+install=gnome-photos.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('820503c26a0f829682dd46653e8f0850ac687aba42728ac74350ba8406e80975')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-photos.install
===
--- extra-i686/gnome-photos.install 2013-11-13 12:08:21 UTC (rev 199483)
+++ extra-i686/gnome-photos.install 2013-11-13 12:09:00 UTC (rev 199484)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-photos/repos/extra-i686/gnome-photos.install (from rev 199483, 
gnome-photos/trunk/gnome-photos.install)
===
--- extra-i686/gnome-photos.install (rev 0)
+++ extra-i686/gnome-photos.install 2013-11-13 12:09:00 UTC (rev 199484)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-13 12:08:21 UTC (rev 199483)
+++ extra-x86_64/PKGBUILD   2013-11-13 12:09:00 UTC (rev 199484)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-photos
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=Access, organize, and share your photos on 

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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 13:21:02
  Author: heftig
Revision: 100923

sdl_gfx rebuild

Modified:
  tmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:14:59 UTC (rev 100922)
+++ PKGBUILD2013-11-13 12:21:02 UTC (rev 100923)
@@ -4,7 +4,7 @@
 
 pkgname=tmw
 pkgver=0.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc=The Mana World (TMW) is a serious effort to create an innovative free 
and open source MMORPG.
 arch=('i686' 'x86_64')
 url=http://themanaworld.org;



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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 13:22:24
  Author: heftig
Revision: 100924

sdl_gfx rebuild

Modified:
  vdrift/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 12:21:02 UTC (rev 100923)
+++ PKGBUILD2013-11-13 12:22:24 UTC (rev 100924)
@@ -5,7 +5,7 @@
 
 pkgname=vdrift
 pkgver=2012.07.22
-pkgrel=6
+pkgrel=7
 pkgdesc=Open source driving simulation made with drift racing in mind
 arch=('i686' 'x86_64')
 url=http://vdrift.net/;



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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 13:42:21
  Author: heftig
Revision: 100926

sdl_gfx rebuild

Modified:
  warmux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 12:42:17 UTC (rev 100925)
+++ PKGBUILD2013-11-13 12:42:21 UTC (rev 100926)
@@ -5,7 +5,7 @@
 
 pkgname=warmux
 pkgver=11.04.1
-pkgrel=6
+pkgrel=7
 pkgdesc=A clone of the worms game
 arch=('i686' 'x86_64')
 url=http://gna.org/projects/warmux/;



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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 13:42:17
  Author: heftig
Revision: 100925

sdl_gfx rebuild

Modified:
  widelands/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 12:22:24 UTC (rev 100924)
+++ PKGBUILD2013-11-13 12:42:17 UTC (rev 100925)
@@ -6,7 +6,7 @@
 pkgname=widelands
 pkgver=17
 _realver=build17
-pkgrel=9
+pkgrel=10
 pkgdesc=A realtime strategy game with emphasis on economy and transport
 arch=('i686' 'x86_64')
 url=http://widelands.org/;



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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 13:43:36
  Author: heftig
Revision: 100927

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

Added:
  tmw/repos/community-staging-i686/
  tmw/repos/community-staging-i686/PKGBUILD
(from rev 100926, tmw/trunk/PKGBUILD)
  tmw/repos/community-staging-x86_64/
  tmw/repos/community-staging-x86_64/PKGBUILD
(from rev 100926, tmw/trunk/PKGBUILD)

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

Copied: tmw/repos/community-staging-i686/PKGBUILD (from rev 100926, 
tmw/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-13 12:43:36 UTC (rev 100927)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+# Maintainer: Mateusz Herych heni...@gmail.com
+
+pkgname=tmw
+pkgver=0.6.1
+pkgrel=3
+pkgdesc=The Mana World (TMW) is a serious effort to create an innovative free 
and open source MMORPG.
+arch=('i686' 'x86_64')
+url=http://themanaworld.org;
+license=('GPL')
+depends=('glu' 'curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs'
+'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf')
+makedepends=('cmake' 'mesa')
+#source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/mana/mana/tarball/v$pkgver)
+md5sums=('b021e368c813fb95bea00bbf02e6d607')
+
+build() {
+cd $srcdir/mana-mana-*
+cmake . -DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd $srcdir/mana-mana-*
+make DESTDIR=$pkgdir install
+}

Copied: tmw/repos/community-staging-x86_64/PKGBUILD (from rev 100926, 
tmw/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-13 12:43:36 UTC (rev 100927)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+# Maintainer: Mateusz Herych heni...@gmail.com
+
+pkgname=tmw
+pkgver=0.6.1
+pkgrel=3
+pkgdesc=The Mana World (TMW) is a serious effort to create an innovative free 
and open source MMORPG.
+arch=('i686' 'x86_64')
+url=http://themanaworld.org;
+license=('GPL')
+depends=('glu' 'curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs'
+'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf')
+makedepends=('cmake' 'mesa')
+#source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/mana/mana/tarball/v$pkgver)
+md5sums=('b021e368c813fb95bea00bbf02e6d607')
+
+build() {
+cd $srcdir/mana-mana-*
+cmake . -DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd $srcdir/mana-mana-*
+make DESTDIR=$pkgdir install
+}



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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 13:44:24
  Author: heftig
Revision: 100928

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

Added:
  vdrift/repos/community-staging-i686/
  vdrift/repos/community-staging-i686/PKGBUILD
(from rev 100927, vdrift/trunk/PKGBUILD)
  vdrift/repos/community-staging-i686/vdrift-2012-07-22c_bullet281_patch.diff
(from rev 100927, vdrift/trunk/vdrift-2012-07-22c_bullet281_patch.diff)
  vdrift/repos/community-staging-i686/vdrift.install
(from rev 100927, vdrift/trunk/vdrift.install)
  vdrift/repos/community-staging-x86_64/
  vdrift/repos/community-staging-x86_64/PKGBUILD
(from rev 100927, vdrift/trunk/PKGBUILD)
  vdrift/repos/community-staging-x86_64/vdrift-2012-07-22c_bullet281_patch.diff
(from rev 100927, vdrift/trunk/vdrift-2012-07-22c_bullet281_patch.diff)
  vdrift/repos/community-staging-x86_64/vdrift.install
(from rev 100927, vdrift/trunk/vdrift.install)

--+
 community-staging-i686/PKGBUILD  |   54 
 community-staging-i686/vdrift-2012-07-22c_bullet281_patch.diff   |  898 
++
 community-staging-i686/vdrift.install|   11 
 community-staging-x86_64/PKGBUILD|   54 
 community-staging-x86_64/vdrift-2012-07-22c_bullet281_patch.diff |  898 
++
 community-staging-x86_64/vdrift.install  |   11 
 6 files changed, 1926 insertions(+)

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


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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 13:45:15
  Author: heftig
Revision: 100929

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

Added:
  warmux/repos/community-staging-i686/
  warmux/repos/community-staging-i686/PKGBUILD
(from rev 100928, warmux/trunk/PKGBUILD)
  warmux/repos/community-staging-i686/gcc-fix.patch
(from rev 100928, warmux/trunk/gcc-fix.patch)
  warmux/repos/community-staging-i686/include-zlib.patch
(from rev 100928, warmux/trunk/include-zlib.patch)
  warmux/repos/community-staging-x86_64/
  warmux/repos/community-staging-x86_64/PKGBUILD
(from rev 100928, warmux/trunk/PKGBUILD)
  warmux/repos/community-staging-x86_64/gcc-fix.patch
(from rev 100928, warmux/trunk/gcc-fix.patch)
  warmux/repos/community-staging-x86_64/include-zlib.patch
(from rev 100928, warmux/trunk/include-zlib.patch)

-+
 community-staging-i686/PKGBUILD |   41 ++
 community-staging-i686/gcc-fix.patch|   36 ++
 community-staging-i686/include-zlib.patch   |   11 ++
 community-staging-x86_64/PKGBUILD   |   41 ++
 community-staging-x86_64/gcc-fix.patch  |   36 ++
 community-staging-x86_64/include-zlib.patch |   11 ++
 6 files changed, 176 insertions(+)

Copied: warmux/repos/community-staging-i686/PKGBUILD (from rev 100928, 
warmux/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-13 12:45:15 UTC (rev 100929)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: pukyxd 
+# Maintainer: Daenyth Daenyth+Arch AT gmail DOT com
+
+pkgname=warmux
+pkgver=11.04.1
+pkgrel=7
+pkgdesc=A clone of the worms game
+arch=('i686' 'x86_64')
+url=http://gna.org/projects/warmux/;
+license=('GPL')
+makedepends=('pkgconfig' 'libxml++' 'sdl_image' 'sdl_gfx=2.0.24' 'sdl_ttf' 
'sdl_mixer' 'sdl_net' 'curl=7.16.2' 'gcc-libs' 'libxml2')
+replaces=('wormux')
+source=(http://download.gna.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   include-zlib.patch
+   gcc-fix.patch)
+md5sums=('26ff65c43a9bb61a3f0529c98b943e35'
+ 'c8285955e880f80e3c68312715a3061c'
+ 'ab50d613d3fa3f71262b1d2fc71641b1')
+
+build() { 
+  cd ${srcdir}/${pkgname}-${pkgver/.1/}
+
+  # libpng 1.5 fix
+  patch -Np1 -i ../include-zlib.patch
+  # gcc fix
+  patch -Np1 -i ../gcc-fix.patch
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends=('libxml++' 'sdl_image' 'sdl_gfx=2.0.19' 'sdl_ttf' 'sdl_mixer' 
'sdl_net' 'curl=7.16.2' 'gcc-libs' 'libxml2' warmux-data=${pkgver/.1/})
+
+  cd ${srcdir}/${pkgname}-${pkgver/.1/}
+
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/share/warmux
+}

Copied: warmux/repos/community-staging-i686/gcc-fix.patch (from rev 100928, 
warmux/trunk/gcc-fix.patch)
===
--- community-staging-i686/gcc-fix.patch(rev 0)
+++ community-staging-i686/gcc-fix.patch2013-11-13 12:45:15 UTC (rev 
100929)
@@ -0,0 +1,36 @@
+## i-love-you-lordheavy.patch [diff]
+diff -ru warmux-11.04/lib/warmux/action/action.cpp 
warmux-11.04-new/lib/warmux/action/action.cpp
+--- warmux-11.04/lib/warmux/action/action.cpp  2011-04-28 21:03:14.0 
+0200
 warmux-11.04-new/lib/warmux/action/action.cpp  2012-01-29 
09:51:16.680251815 +0100
+@@ -81,7 +81,7 @@
+ }
+ 
+ // Build an action from a network packet
+-Action::Action(const char *buffer, DistantComputer* _creator)
++Action::Action(char *buffer, DistantComputer* _creator)
+ {
+   m_creator = _creator;
+ 
+diff -ru warmux-11.04/lib/warmux/include/WARMUX_action.h 
warmux-11.04-new/lib/warmux/include/WARMUX_action.h
+--- warmux-11.04/lib/warmux/include/WARMUX_action.h2011-04-28 
21:03:13.0 +0200
 warmux-11.04-new/lib/warmux/include/WARMUX_action.h2012-01-29 
09:52:14.246921833 +0100
+@@ -168,7 +168,7 @@
+   Action(Action_t type, Double value1, Double value2);
+ 
+   // Build an action from a network packet
+-  Action(const char* buffer, DistantComputer* _creator);
++  Action(char* buffer, DistantComputer* _creator);
+ 
+   ~Action();
+ 
+Description: Fix FTBFS with gcc 4.7.
+Author: Felix Geyer debfx-...@fobos.de
+
+--- warmux-11.04.1+repack.orig/tools/list_games/main.cpp
 warmux-11.04.1+repack/tools/list_games/main.cpp
+@@ -1,4 +1,5 @@
+ #include stdio.h
++#include unistd.h
+ #include WARMUX_types.h
+ #include WARMUX_network.h
+ #include WARMUX_index_server.h

Copied: warmux/repos/community-staging-i686/include-zlib.patch (from rev 
100928, warmux/trunk/include-zlib.patch)
===
--- community-staging-i686/include-zlib.patch   (rev 0)
+++ 

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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 13:46:30
  Author: heftig
Revision: 100930

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

Added:
  widelands/repos/community-staging-i686/
  widelands/repos/community-staging-i686/PKGBUILD
(from rev 100929, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-i686/widelands.desktop
(from rev 100929, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-i686/widelands.png
(from rev 100929, widelands/trunk/widelands.png)
  widelands/repos/community-staging-i686/widelands.sh
(from rev 100929, widelands/trunk/widelands.sh)
  widelands/repos/community-staging-x86_64/
  widelands/repos/community-staging-x86_64/PKGBUILD
(from rev 100929, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-x86_64/widelands.desktop
(from rev 100929, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-x86_64/widelands.png
(from rev 100929, widelands/trunk/widelands.png)
  widelands/repos/community-staging-x86_64/widelands.sh
(from rev 100929, widelands/trunk/widelands.sh)

+
 community-staging-i686/PKGBUILD|   54 +++
 community-staging-i686/widelands.desktop   |8 
 community-staging-i686/widelands.sh|3 +
 community-staging-x86_64/PKGBUILD  |   54 +++
 community-staging-x86_64/widelands.desktop |8 
 community-staging-x86_64/widelands.sh  |3 +
 6 files changed, 130 insertions(+)

Copied: widelands/repos/community-staging-i686/PKGBUILD (from rev 100929, 
widelands/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-13 12:46:30 UTC (rev 100930)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Arkham arkham at archlinux dot us
+# Contributor: Christoph Zeiler rabyte*gmail
+
+pkgname=widelands
+pkgver=17
+_realver=build17
+pkgrel=10
+pkgdesc=A realtime strategy game with emphasis on economy and transport
+arch=('i686' 'x86_64')
+url=http://widelands.org/;
+license=('GPL')
+depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'lua51' 'glew' 
'python2' 'boost-libs')
+makedepends=('cmake' 'boost' 'mesa')
+source=(https://launchpad.net/widelands/build17/build-17/+download/$pkgname-$_realver-src.tar.bz2;
+$pkgname.desktop
+$pkgname.png
+$pkgname.sh)
+md5sums=('bdc9bc0aa631af1aa7fb450507611a58'
+ '15820bf099fd6f16251fe70a75c534bb'
+ '3dfda7e9ca76ca00dd98d745d0ceb328'
+ '7cae50aba5ed0cd2cfeea79124637b46')
+
+build() {
+cd $srcdir/$pkgname-$_realver-src
+
+sed -i 1 i #include unistd.h src/main.cc
+sed -i /Boost_USE_STATIC_LIBS/d CMakeLists.txt
+
+mkdir -p build/compile  cd build/compile
+
+cmake ../.. -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWL_INSTALL_PREFIX=/usr \
+-DWL_INSTALL_DATADIR=share/$pkgname \
+-DWL_INSTALL_BINDIR=bin
+make
+}
+
+package() {
+depends=(${depends[@]} 'widelands-data')
+cd $srcdir/$pkgname-$_realver-src/build/compile
+
+make DESTDIR=$pkgdir install
+
+rm -r 
$pkgdir/usr/share/widelands/{campaigns,fonts,global,locale,maps,music,pics,scripting,sound,tribes,txts,worlds}
+
+# Install bin, icon and desktop file
+#install -Dm 755 src/$pkgname $pkgdir/usr/share/$pkgname/$pkgname
+#install -Dm 755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
+install -Dm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+install -Dm644 $srcdir/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+}

Copied: widelands/repos/community-staging-i686/widelands.desktop (from rev 
100929, widelands/trunk/widelands.desktop)
===
--- community-staging-i686/widelands.desktop(rev 0)
+++ community-staging-i686/widelands.desktop2013-11-13 12:46:30 UTC (rev 
100930)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Widelands
+GenericName=Widelands
+Comment=Realtime strategy game
+Icon=widelands
+Exec=widelands
+Type=Application
+Categories=Game;StrategyGame;

Copied: widelands/repos/community-staging-i686/widelands.png (from rev 100929, 
widelands/trunk/widelands.png)
===
(Binary files differ)

Copied: widelands/repos/community-staging-i686/widelands.sh (from rev 100929, 
widelands/trunk/widelands.sh)
===
--- community-staging-i686/widelands.sh (rev 0)
+++ community-staging-i686/widelands.sh 2013-11-13 12:46:30 UTC (rev 100930)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /usr/share/widelands
+./widelands $*

Copied: 

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

2013-11-13 Thread Tobias Powalowski
Date: Wednesday, November 13, 2013 @ 14:24:51
  Author: tpowa
Revision: 199487

upgpkg: syslinux 6.02-5

fix install message, don't recommend symlinking anymore

Modified:
  syslinux/trunk/PKGBUILD
  syslinux/trunk/syslinux-install_update
  syslinux/trunk/syslinux.install

-+
 PKGBUILD|4 ++--
 syslinux-install_update |2 +-
 syslinux.install|   42 +-
 3 files changed, 20 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 12:47:52 UTC (rev 199486)
+++ PKGBUILD2013-11-13 13:24:51 UTC (rev 199487)
@@ -4,7 +4,7 @@
 
 pkgname=syslinux
 pkgver=6.02
-pkgrel=4
+pkgrel=5
 arch=('x86_64' 'i686')
 pkgdesc=Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE
 url=http://syslinux.zytor.com/;
@@ -27,7 +27,7 @@
 'syslinux-6.02-fix-chainloading.patch')
 md5sums=('6f275813a1b08cf852e55c0a3f8fbc78'
  '46ca150f53322ff8f1597d9a342f7e40'
- '8e2bf1235b00e8cdba92b3cfa6b99482'
+ '9376f18fa3e42fc36cffa4cff0a84c09'
  '9dbede6b71a4de9e46aac4aad65334d7')
 
 _build_syslinux_bios() {

Modified: syslinux-install_update
===
--- syslinux-install_update 2013-11-13 12:47:52 UTC (rev 199486)
+++ syslinux-install_update 2013-11-13 13:24:51 UTC (rev 199487)
@@ -333,7 +333,7 @@
 install_modules
 
 if device_is_raid $bootpart ; then
-echo Detected RAID on /boot - installing Syslinux with --raid
+echo Detected RAID on /boot - updating Syslinux with --raid
 $EXTLINUX --update $bios_bootpath --raid  /dev/null
 else
 $EXTLINUX --update $bios_bootpath  /dev/null

Modified: syslinux.install
===
--- syslinux.install2013-11-13 12:47:52 UTC (rev 199486)
+++ syslinux.install2013-11-13 13:24:51 UTC (rev 199487)
@@ -1,36 +1,28 @@
 post_install() {
-  echo == If you want to use syslinux as your BIOS bootloader
-  echo == edit /boot/syslinux/syslinux.cfg and run
-  echo ==   # /usr/bin/syslinux-install_update -i -a -m
-  echo == to install it.
-  
   cat  EOF
-Syslinux efi64 and efi32 files have been installed at
-/usr/lib/syslinux/{efi64,efi32}/ respectively.
 
-To install, copy /usr/lib/syslinux/efi64 to (ESP)/EFI/syslinux and
-syslinux.cfg to (ESP)/EFI/syslinux/syslinux.cfg and add a boot entry
-using efibootmgr for (ESP)/EFI/syslinux/syslinux.efi
+== For setting up Syslinux BIOS using the install script follow 
+https://wiki.archlinux.org/index.php/Syslinux#Automatic_Install
+
+== If you are upgrading from Syslinux 4.xx or 5.xx, please re-install
+(not update) Syslinux BIOS manually (not using the install script) once
+by following https://wiki.archlinux.org/index.php/Syslinux#Manual_install
+
+== The install script may not properly upgrade Syslinux to 6.xx version
+  
+== For setting up Syslinux EFI follow
+https://wiki.archlinux.org/index.php/Syslinux#UEFI_Systems
+
+== The install script does not currently support Syslinux EFI installation
+
 EOF
-
 }
 
 post_upgrade() {
-  # auto-update syslinux if /boot/syslinux/SYSLINUX_AUTOUPDATE exists
+  ## auto-update syslinux if /boot/syslinux/SYSLINUX_AUTOUPDATE exists
   /usr/bin/syslinux-install_update -s
-  # update to 5.01 message
-  if [ $(vercmp $2 5.01) -lt 0 ]; then
-  echo If you used syslinux-install_update to install syslinux:
-  echo == If you want to use syslinux with menu and all modules please 
rerun 
-  echo ==   # /usr/bin/syslinux-install_update -i -a -m
-  echo 
-  echo If you manually installed syslinux:
-  echo == Please copy or symlink all .c32 modules to your /boot/syslinux 
directory.
-  echo == If (/ and /boot on separate fs):
-  echo ==   # cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux
-  echo == If (/ and /boot on same fs):
-  echo ==   # ln -s /usr/lib/syslinux/bios/*.c32 /boot/syslinux
-  fi
+  
+  post_install
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-11-13 Thread Tobias Powalowski
Date: Wednesday, November 13, 2013 @ 14:25:16
  Author: tpowa
Revision: 199488

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

Added:
  syslinux/repos/testing-i686/
  syslinux/repos/testing-i686/PKGBUILD
(from rev 199487, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-i686/syslinux-6.02-fix-chainloading.patch
(from rev 199487, syslinux/trunk/syslinux-6.02-fix-chainloading.patch)
  syslinux/repos/testing-i686/syslinux-install_update
(from rev 199487, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-i686/syslinux.cfg
(from rev 199487, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-i686/syslinux.install
(from rev 199487, syslinux/trunk/syslinux.install)
  syslinux/repos/testing-x86_64/
  syslinux/repos/testing-x86_64/PKGBUILD
(from rev 199487, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-chainloading.patch
(from rev 199487, syslinux/trunk/syslinux-6.02-fix-chainloading.patch)
  syslinux/repos/testing-x86_64/syslinux-install_update
(from rev 199487, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-x86_64/syslinux.cfg
(from rev 199487, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-x86_64/syslinux.install
(from rev 199487, syslinux/trunk/syslinux.install)

-+
 testing-i686/PKGBUILD   |  164 ++
 testing-i686/syslinux-6.02-fix-chainloading.patch   |   47 +
 testing-i686/syslinux-install_update|  453 ++
 testing-i686/syslinux.cfg   |   78 +++
 testing-i686/syslinux.install   |   28 +
 testing-x86_64/PKGBUILD |  164 ++
 testing-x86_64/syslinux-6.02-fix-chainloading.patch |   47 +
 testing-x86_64/syslinux-install_update  |  453 ++
 testing-x86_64/syslinux.cfg |   78 +++
 testing-x86_64/syslinux.install |   28 +
 10 files changed, 1540 insertions(+)

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


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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 14:47:43
  Author: heftig
Revision: 199490

0.22.1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 13:47:11 UTC (rev 199489)
+++ PKGBUILD2013-11-13 13:47:43 UTC (rev 199490)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz t...@preetz.us
 
 pkgname=vala
-pkgver=0.22.0
+pkgver=0.22.1
 pkgrel=1
 pkgdesc=Compiler for the GObject type system
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glib2')
 makedepends=('libxslt')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2f60a7ff887fcb16ed70fa84bb5872c2c54099a0732ce3f9e2c56e51a9208037')
+sha256sums=('92c61b94a427f281ba2537b69135a3be23248b153268057d7195003dd6aba28c')
 
 build() {
 cd $pkgname-$pkgver



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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 14:47:11
  Author: heftig
Revision: 199489

3.10.2

Modified:
  gnome-maps/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 13:25:16 UTC (rev 199488)
+++ PKGBUILD2013-11-13 13:47:11 UTC (rev 199489)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-maps
-pkgver=3.10.0
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=A simple GNOME 3 maps application
 arch=(any)
@@ -12,7 +12,7 @@
 groups=('gnome-extra')
 install=gnome-maps.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6e6c0360ddce96698a82ab5993ae70f5a6b3bcb23ecf139bbf8b0dfe0daa1a78')
+sha256sums=('1351967e5530c5fe455233c585362443eda1a6c4a089e6104d4b672087c74bd0')
 
 build() {
   cd $pkgname-$pkgver


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


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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 14:48:08
  Author: heftig
Revision: 199491

archrelease: copy trunk to extra-any

Added:
  gnome-maps/repos/extra-any/PKGBUILD
(from rev 199490, gnome-maps/trunk/PKGBUILD)
  gnome-maps/repos/extra-any/gnome-maps.install
(from rev 199490, gnome-maps/trunk/gnome-maps.install)
Deleted:
  gnome-maps/repos/extra-any/PKGBUILD
  gnome-maps/repos/extra-any/gnome-maps.install

+
 PKGBUILD   |   52 +--
 gnome-maps.install |   24 +++
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-13 13:47:43 UTC (rev 199490)
+++ PKGBUILD2013-11-13 13:48:08 UTC (rev 199491)
@@ -1,26 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-maps
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=A simple GNOME 3 maps application
-arch=(any)
-license=('GPL')
-url=https://live.gnome.org/Maps;
-depends=(geocode-glib geoclue2 gjs gnome-desktop libchamplain 
gnome-themes-standard gnome-icon-theme-symbolic)
-makedepends=(intltool)
-groups=('gnome-extra')
-install=gnome-maps.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6e6c0360ddce96698a82ab5993ae70f5a6b3bcb23ecf139bbf8b0dfe0daa1a78')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=${pkgdir} install
-}

Copied: gnome-maps/repos/extra-any/PKGBUILD (from rev 199490, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-13 13:48:08 UTC (rev 199491)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-maps
+pkgver=3.10.2
+pkgrel=1
+pkgdesc=A simple GNOME 3 maps application
+arch=(any)
+license=('GPL')
+url=https://live.gnome.org/Maps;
+depends=(geocode-glib geoclue2 gjs gnome-desktop libchamplain 
gnome-themes-standard gnome-icon-theme-symbolic)
+makedepends=(intltool)
+groups=('gnome-extra')
+install=gnome-maps.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1351967e5530c5fe455233c585362443eda1a6c4a089e6104d4b672087c74bd0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=${pkgdir} install
+}

Deleted: gnome-maps.install
===
--- gnome-maps.install  2013-11-13 13:47:43 UTC (rev 199490)
+++ gnome-maps.install  2013-11-13 13:48:08 UTC (rev 199491)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-maps/repos/extra-any/gnome-maps.install (from rev 199490, 
gnome-maps/trunk/gnome-maps.install)
===
--- gnome-maps.install  (rev 0)
+++ gnome-maps.install  2013-11-13 13:48:08 UTC (rev 199491)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 14:49:20
  Author: heftig
Revision: 199492

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-13 13:48:08 UTC (rev 199491)
+++ extra-i686/PKGBUILD 2013-11-13 13:49:20 UTC (rev 199492)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Timm Preetz t...@preetz.us
-
-pkgname=vala
-pkgver=0.22.0
-pkgrel=1
-pkgdesc=Compiler for the GObject type system
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Vala;
-license=('LGPL')
-depends=('glib2')
-makedepends=('libxslt')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2f60a7ff887fcb16ed70fa84bb5872c2c54099a0732ce3f9e2c56e51a9208037')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --enable-vapigen
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: vala/repos/extra-i686/PKGBUILD (from rev 199491, vala/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-13 13:49:20 UTC (rev 199492)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.22.1
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('92c61b94a427f281ba2537b69135a3be23248b153268057d7195003dd6aba28c')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-13 13:48:08 UTC (rev 199491)
+++ extra-x86_64/PKGBUILD   2013-11-13 13:49:20 UTC (rev 199492)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Timm Preetz t...@preetz.us
-
-pkgname=vala
-pkgver=0.22.0
-pkgrel=1
-pkgdesc=Compiler for the GObject type system
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Vala;
-license=('LGPL')
-depends=('glib2')
-makedepends=('libxslt')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2f60a7ff887fcb16ed70fa84bb5872c2c54099a0732ce3f9e2c56e51a9208037')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --enable-vapigen
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 199491, vala/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-13 13:49:20 UTC (rev 199492)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.22.1
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('92c61b94a427f281ba2537b69135a3be23248b153268057d7195003dd6aba28c')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}



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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 15:01:34
  Author: heftig
Revision: 199493

0.9.6

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 13:49:20 UTC (rev 199492)
+++ PKGBUILD2013-11-13 14:01:34 UTC (rev 199493)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=folks
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc=Library to aggregates people into metacontacts
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=folks.install
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('924c440f16a8c9b0d0d832588fa77a1553fa2a5d2659c4c7d3178a7ef4af')
+sha256sums=('a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 15:02:21
  Author: heftig
Revision: 199494

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

Added:
  folks/repos/testing-i686/
  folks/repos/testing-i686/PKGBUILD
(from rev 199493, folks/trunk/PKGBUILD)
  folks/repos/testing-i686/folks.install
(from rev 199493, folks/trunk/folks.install)
  folks/repos/testing-x86_64/
  folks/repos/testing-x86_64/PKGBUILD
(from rev 199493, folks/trunk/PKGBUILD)
  folks/repos/testing-x86_64/folks.install
(from rev 199493, folks/trunk/folks.install)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/folks.install   |   11 +++
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/folks.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: folks/repos/testing-i686/PKGBUILD (from rev 199493, 
folks/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-13 14:02:21 UTC (rev 199494)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.6
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist 
libtracker-sparql)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f')
+
+build() {
+  cd $pkgname-$pkgver
+  export PKG_CONFIG_PATH=${srcdir}/${pkgname}-${pkgver}/folks
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend 
\
+--disable-libsocialweb-backend --disable-fatal-warnings
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/testing-i686/folks.install (from rev 199493, 
folks/trunk/folks.install)
===
--- testing-i686/folks.install  (rev 0)
+++ testing-i686/folks.install  2013-11-13 14:02:21 UTC (rev 199494)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: folks/repos/testing-x86_64/PKGBUILD (from rev 199493, 
folks/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-13 14:02:21 UTC (rev 199494)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.6
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist 
libtracker-sparql)
+makedepends=(gobject-introspection intltool vala)
+install=folks.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f')
+
+build() {
+  cd $pkgname-$pkgver
+  export PKG_CONFIG_PATH=${srcdir}/${pkgname}-${pkgver}/folks
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend 
\
+--disable-libsocialweb-backend --disable-fatal-warnings
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/testing-x86_64/folks.install (from rev 199493, 
folks/trunk/folks.install)
===
--- testing-x86_64/folks.install(rev 0)
+++ testing-x86_64/folks.install2013-11-13 14:02:21 UTC (rev 199494)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-11-13 Thread Felix Yan
Date: Wednesday, November 13, 2013 @ 15:17:03
  Author: fyan
Revision: 100937

upgpkg: fcitx-cloudpinyin 0.3.3-1

Modified:
  fcitx-cloudpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 12:48:42 UTC (rev 100936)
+++ PKGBUILD2013-11-13 14:17:03 UTC (rev 100937)
@@ -3,28 +3,26 @@
 # Contributor: poplarch popla...@gmail.com
 
 pkgname=fcitx-cloudpinyin
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to 
provide additional input candidates'
 arch=('i686' 'x86_64')
 url=https://github.com/fcitx/fcitx-cloudpinyin;
 license=('GPL')
-depends=('curl' 'fcitx=4.2.7')
+depends=('curl' 'fcitx')
 makedepends=('cmake')
 source=(http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)
 
 build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  mkdir -p build
-  cd build
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
   make
 }
 
 package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
+  cd ${pkgname}-${pkgver}
   make DESTDIR=$pkgdir install
 }
 
-sha512sums=('ddda528f72ffd200ae78b4b2d9791e20576a220d0b15e4c55e9bd1977188c65696ca2a522acbb27177b2b22b33cdc41774d1ce111eb090adaba8fcc97f12cd8e')
+sha512sums=('874c2b1f037c14e8f6cdbd174c86014d9f6b2035d1828ecf3c8debc704a5f3469eff7ead50638f26080986d912c6e93fe82b78f1a9161f09b738461d07614814')



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

2013-11-13 Thread Felix Yan
Date: Wednesday, November 13, 2013 @ 15:18:13
  Author: fyan
Revision: 100943

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

Added:
  fcitx-cloudpinyin/repos/community-i686/PKGBUILD
(from rev 100938, fcitx-cloudpinyin/trunk/PKGBUILD)
  fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD
(from rev 100942, fcitx-cloudpinyin/trunk/PKGBUILD)
Deleted:
  fcitx-cloudpinyin/repos/community-i686/PKGBUILD
  fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-13 14:17:35 UTC (rev 100942)
+++ community-i686/PKGBUILD 2013-11-13 14:18:13 UTC (rev 100943)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: poplarch popla...@gmail.com
-
-pkgname=fcitx-cloudpinyin
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to 
provide additional input candidates'
-arch=('i686' 'x86_64')
-url=https://github.com/fcitx/fcitx-cloudpinyin;
-license=('GPL')
-depends=('curl' 'fcitx=4.2.7')
-makedepends=('cmake')
-source=(http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  mkdir -p build
-  cd build
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
-  make DESTDIR=$pkgdir install
-}
-
-sha512sums=('ddda528f72ffd200ae78b4b2d9791e20576a220d0b15e4c55e9bd1977188c65696ca2a522acbb27177b2b22b33cdc41774d1ce111eb090adaba8fcc97f12cd8e')

Copied: fcitx-cloudpinyin/repos/community-i686/PKGBUILD (from rev 100938, 
fcitx-cloudpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-13 14:18:13 UTC (rev 100943)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-cloudpinyin
+pkgver=0.3.3
+pkgrel=1
+pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to 
provide additional input candidates'
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/fcitx-cloudpinyin;
+license=('GPL')
+depends=('curl' 'fcitx')
+makedepends=('cmake')
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('874c2b1f037c14e8f6cdbd174c86014d9f6b2035d1828ecf3c8debc704a5f3469eff7ead50638f26080986d912c6e93fe82b78f1a9161f09b738461d07614814')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-13 14:17:35 UTC (rev 100942)
+++ community-x86_64/PKGBUILD   2013-11-13 14:18:13 UTC (rev 100943)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: poplarch popla...@gmail.com
-
-pkgname=fcitx-cloudpinyin
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to 
provide additional input candidates'
-arch=('i686' 'x86_64')
-url=https://github.com/fcitx/fcitx-cloudpinyin;
-license=('GPL')
-depends=('curl' 'fcitx=4.2.7')
-makedepends=('cmake')
-source=(http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  mkdir -p build
-  cd build
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
-  make DESTDIR=$pkgdir install
-}
-
-sha512sums=('ddda528f72ffd200ae78b4b2d9791e20576a220d0b15e4c55e9bd1977188c65696ca2a522acbb27177b2b22b33cdc41774d1ce111eb090adaba8fcc97f12cd8e')

Copied: fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD (from rev 100942, 
fcitx-cloudpinyin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-13 14:18:13 UTC (rev 100943)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-cloudpinyin
+pkgver=0.3.3
+pkgrel=1
+pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to 
provide additional input candidates'
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/fcitx-cloudpinyin;
+license=('GPL')
+depends=('curl' 'fcitx')
+makedepends=('cmake')
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz;)

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

2013-11-13 Thread Jan de Groot
Date: Wednesday, November 13, 2013 @ 15:59:43
  Author: jgc
Revision: 199495

upgpkg: nspr 4.10.2-1

Modified:
  nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 14:02:21 UTC (rev 199494)
+++ PKGBUILD2013-11-13 14:59:43 UTC (rev 199495)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=nspr
-pkgver=4.10.1
-pkgrel=2
+pkgver=4.10.2
+pkgrel=1
 pkgdesc=Netscape Portable Runtime
 arch=(i686 x86_64)
 url=http://www.mozilla.org/projects/nspr/;
@@ -13,8 +13,8 @@
 makedepends=('zip')
 options=('!emptydirs')
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('bd1cdf5e7e107846ffe431c5c62b81a560e8c3f7')
-md5sums=('2e354084ca2bc5fbbb820762597f3890')
+sha1sums=('650e4aa35d58624bc1083ed585c81c4af09cf23c')
+md5sums=('f0d254da0b2b870d9a5fa094e879d4b8')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-13 Thread Jan de Groot
Date: Wednesday, November 13, 2013 @ 15:59:50
  Author: jgc
Revision: 199496

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-13 14:59:43 UTC (rev 199495)
+++ extra-i686/PKGBUILD 2013-11-13 14:59:50 UTC (rev 199496)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=nspr
-pkgver=4.10.1
-pkgrel=2
-pkgdesc=Netscape Portable Runtime
-arch=(i686 x86_64)
-url=http://www.mozilla.org/projects/nspr/;
-license=('MPL' 'GPL')
-depends=('glibc')
-makedepends=('zip')
-options=('!emptydirs')
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('bd1cdf5e7e107846ffe431c5c62b81a560e8c3f7')
-md5sums=('2e354084ca2bc5fbbb820762597f3890')
-
-build() {
-  cd $pkgname-$pkgver
-
-  if [ $CARCH = x86_64 ]; then
-_confflags=--enable-64bit
-  else
-_confflags=
-  fi
-
-  ./nspr/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib \
-  --includedir=/usr/include/nspr \
-  --enable-optimize \
-  --disable-debug ${_confflags}
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  ln -s nspr.pc $pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc
-  rm -r $pkgdir/usr/bin/{compile-et.pl,prerr.properties} \
- $pkgdir/usr/include/nspr/md
-}

Copied: nspr/repos/extra-i686/PKGBUILD (from rev 199495, nspr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-13 14:59:50 UTC (rev 199496)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=nspr
+pkgver=4.10.2
+pkgrel=1
+pkgdesc=Netscape Portable Runtime
+arch=(i686 x86_64)
+url=http://www.mozilla.org/projects/nspr/;
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=('!emptydirs')
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('650e4aa35d58624bc1083ed585c81c4af09cf23c')
+md5sums=('f0d254da0b2b870d9a5fa094e879d4b8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ $CARCH = x86_64 ]; then
+_confflags=--enable-64bit
+  else
+_confflags=
+  fi
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${_confflags}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  ln -s nspr.pc $pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc
+  rm -r $pkgdir/usr/bin/{compile-et.pl,prerr.properties} \
+ $pkgdir/usr/include/nspr/md
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-13 14:59:43 UTC (rev 199495)
+++ extra-x86_64/PKGBUILD   2013-11-13 14:59:50 UTC (rev 199496)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=nspr
-pkgver=4.10.1
-pkgrel=2
-pkgdesc=Netscape Portable Runtime
-arch=(i686 x86_64)
-url=http://www.mozilla.org/projects/nspr/;
-license=('MPL' 'GPL')
-depends=('glibc')
-makedepends=('zip')
-options=('!emptydirs')
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('bd1cdf5e7e107846ffe431c5c62b81a560e8c3f7')
-md5sums=('2e354084ca2bc5fbbb820762597f3890')
-
-build() {
-  cd $pkgname-$pkgver
-
-  if [ $CARCH = x86_64 ]; then
-_confflags=--enable-64bit
-  else
-_confflags=
-  fi
-
-  ./nspr/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib \
-  --includedir=/usr/include/nspr \
-  --enable-optimize \
-  --disable-debug ${_confflags}
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  ln -s nspr.pc $pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc
-  rm -r $pkgdir/usr/bin/{compile-et.pl,prerr.properties} \
- $pkgdir/usr/include/nspr/md
-}

Copied: nspr/repos/extra-x86_64/PKGBUILD (from rev 199495, nspr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-13 14:59:50 UTC (rev 199496)
@@ 

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

2013-11-13 Thread Jan de Groot
Date: Wednesday, November 13, 2013 @ 16:38:01
  Author: jgc
Revision: 199497

upgpkg: nss 3.15.3-1

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 14:59:50 UTC (rev 199496)
+++ PKGBUILD2013-11-13 15:38:01 UTC (rev 199497)
@@ -2,13 +2,13 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=nss
-pkgver=3.15.2
+pkgver=3.15.3
 pkgrel=1
 pkgdesc=Mozilla Network Security Services
 arch=(i686 x86_64)
 url=http://www.mozilla.org/projects/security/pki/nss/;
 license=('MPL' 'GPL')
-_nsprver=4.10
+_nsprver=4.10.2
 depends=(nspr=${_nsprver} 'sqlite' 'zlib' 'sh')
 makedepends=('perl')
 options=('!strip' '!makeflags' 'staticlibs')
@@ -17,7 +17,7 @@
 nss-config.in
 ssl-renegotiate-transitional.patch
 add_spi+cacert_ca_certs.patch)
-sha1sums=('2d900c296bf11deabbf833ebd6ecdea549c97a5f'
+sha1sums=('1d0f6707eda35f6c7be92fe2b0537dc090a8f203'
   'aa5b2c0aa38d3c1066d511336cf28d1333e3aebd'
   'cb744cc3e56b604e4754bc3c7d9f25bb9a0a136c'
   '8a964a744ba098711b80c0d279a2993524e8eb92'



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

2013-11-13 Thread Jan de Groot
Date: Wednesday, November 13, 2013 @ 16:38:11
  Author: jgc
Revision: 199498

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

Added:
  nss/repos/extra-i686/PKGBUILD
(from rev 199497, nss/trunk/PKGBUILD)
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
(from rev 199497, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-i686/nss-config.in
(from rev 199497, nss/trunk/nss-config.in)
  nss/repos/extra-i686/nss.pc.in
(from rev 199497, nss/trunk/nss.pc.in)
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
(from rev 199497, nss/trunk/ssl-renegotiate-transitional.patch)
  nss/repos/extra-x86_64/PKGBUILD
(from rev 199497, nss/trunk/PKGBUILD)
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
(from rev 199497, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-x86_64/nss-config.in
(from rev 199497, nss/trunk/nss-config.in)
  nss/repos/extra-x86_64/nss.pc.in
(from rev 199497, nss/trunk/nss.pc.in)
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch
(from rev 199497, nss/trunk/ssl-renegotiate-transitional.patch)
Deleted:
  nss/repos/extra-i686/PKGBUILD
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
  nss/repos/extra-i686/nss-config.in
  nss/repos/extra-i686/nss.pc.in
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
  nss/repos/extra-x86_64/PKGBUILD
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
  nss/repos/extra-x86_64/nss-config.in
  nss/repos/extra-x86_64/nss.pc.in
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch

-+
 /PKGBUILD   |  194 +++
 /add_spi+cacert_ca_certs.patch  | 1248 ++
 /nss-config.in  |  290 +
 /nss.pc.in  |   22 
 /ssl-renegotiate-transitional.patch |   42 
 extra-i686/PKGBUILD |   97 -
 extra-i686/add_spi+cacert_ca_certs.patch|  624 ---
 extra-i686/nss-config.in|  145 --
 extra-i686/nss.pc.in|   11 
 extra-i686/ssl-renegotiate-transitional.patch   |   21 
 extra-x86_64/PKGBUILD   |   97 -
 extra-x86_64/add_spi+cacert_ca_certs.patch  |  624 ---
 extra-x86_64/nss-config.in  |  145 --
 extra-x86_64/nss.pc.in  |   11 
 extra-x86_64/ssl-renegotiate-transitional.patch |   21 
 15 files changed, 1796 insertions(+), 1796 deletions(-)

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


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

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 17:47:48
  Author: heftig
Revision: 199499

fix python configure check

Modified:
  itstool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 15:38:11 UTC (rev 199498)
+++ PKGBUILD2013-11-13 16:47:48 UTC (rev 199499)
@@ -16,6 +16,8 @@
 prepare() {
   cd $pkgname-$pkgver
   sed -i '1s|#!/usr/bin/python|2|' itstool itstool.in
+  sed -i 's/| python/2/' configure.ac
+  autoreconf -fi
 }
 
 build() {



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

2013-11-13 Thread Florian Pritz
Date: Wednesday, November 13, 2013 @ 18:41:24
  Author: bluewind
Revision: 100945

archrelease: copy trunk to community-any

Added:
  asciidoc/repos/community-any/PKGBUILD
(from rev 100944, asciidoc/trunk/PKGBUILD)
Deleted:
  asciidoc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-13 17:41:18 UTC (rev 100944)
+++ PKGBUILD2013-11-13 17:41:24 UTC (rev 100945)
@@ -1,70 +0,0 @@
-# $Id$
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Dan McGee d...@archlinux.org
-# Contributor: Jaroslaw Rosiek philos...@interia.pl
-# Contributor: Darwin Bautista djclue...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Florian Pritz f...@xinu.at
-
-pkgname=asciidoc
-pkgver=8.6.8
-pkgrel=2
-pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
-arch=('any')
-url='http://www.methods.co.nz/asciidoc/'
-license=('GPL')
-depends=('python2' 'libxslt' 'docbook-xsl')
-optdepends=('lilypond: music-filter'
-'imagemagick: music-filter (used in conjunction with lilypond)'
-'source-highlight: source-highlight-filter'
-'dblatex: pdf generation'
-'fop: alternative pdf generation'
-'lynx: text generation'
-'w3m: text generation (alternative to lynx)')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('61ab211f30481741ce4d1e4b12bf')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
- filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
-   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
-  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
-  #sed -i -e 's/{python}/{python2}/g' \
- #-e 's#{language@python:py:#{language@python2:py:#' \
- #filters/source/source-highlight-filter.conf \
- #html5.conf xhtml11.conf xhtml11-quirks.conf
-  #sed -i -e s#'python'#'python2'#g filters/code/code-filter.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-
-  install -Dm644 asciidocapi.py \
-${pkgdir}/usr/lib/python2.7/site-packages/asciidocapi.py
-
-  install -Dm644 vim/syntax/asciidoc.vim \
-${pkgdir}/usr/share/vim/vimfiles/syntax/asciidoc.vim
-
-  install -Dm644 vim/ftdetect/asciidoc_filetype.vim \
-${pkgdir}/usr/share/vim/vimfiles/ftdetect/asciidoc.vim
-
-  # fix FS#21579 - [asciidoc] 8.6.2-2 asciidoc table style doesn't work 
(mismatched python version) 
-  #sed -i 's/python/python2/' \
-#${pkgdir}/etc/asciidoc/asciidoc.conf
-}

Copied: asciidoc/repos/community-any/PKGBUILD (from rev 100944, 
asciidoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-13 17:41:24 UTC (rev 100945)
@@ -0,0 +1,67 @@
+# $Id$
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Dan McGee d...@archlinux.org
+# Contributor: Jaroslaw Rosiek philos...@interia.pl
+# Contributor: Darwin Bautista djclue...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Florian Pritz f...@xinu.at
+
+pkgname=asciidoc
+pkgver=8.6.9
+pkgrel=1
+pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
+arch=('any')
+url='http://www.methods.co.nz/asciidoc/'
+license=('GPL')
+depends=('python2' 'libxslt' 'docbook-xsl')
+optdepends=('lilypond: music-filter'
+'imagemagick: music-filter (used in conjunction with lilypond)'
+'source-highlight: source-highlight-filter'
+'dblatex: pdf generation'
+'fop: alternative pdf generation'
+'lynx: text generation'
+'w3m: text generation (alternative to lynx)')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('c59018f105be8d022714b826b0be130a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
+ filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
+   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
+  #sed -i 

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

2013-11-13 Thread Florian Pritz
Date: Wednesday, November 13, 2013 @ 18:41:18
  Author: bluewind
Revision: 100944

upgpkg: asciidoc 8.6.9-1

upstream update

Modified:
  asciidoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 14:18:13 UTC (rev 100943)
+++ PKGBUILD2013-11-13 17:41:18 UTC (rev 100944)
@@ -8,8 +8,8 @@
 # Maintainer: Florian Pritz f...@xinu.at
 
 pkgname=asciidoc
-pkgver=8.6.8
-pkgrel=2
+pkgver=8.6.9
+pkgrel=1
 pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
 arch=('any')
 url='http://www.methods.co.nz/asciidoc/'
@@ -23,7 +23,7 @@
 'lynx: text generation'
 'w3m: text generation (alternative to lynx)')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('61ab211f30481741ce4d1e4b12bf')
+md5sums=('c59018f105be8d022714b826b0be130a')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -61,9 +61,6 @@
   install -Dm644 vim/syntax/asciidoc.vim \
 ${pkgdir}/usr/share/vim/vimfiles/syntax/asciidoc.vim
 
-  install -Dm644 vim/ftdetect/asciidoc_filetype.vim \
-${pkgdir}/usr/share/vim/vimfiles/ftdetect/asciidoc.vim
-
   # fix FS#21579 - [asciidoc] 8.6.2-2 asciidoc table style doesn't work 
(mismatched python version) 
   #sed -i 's/python/python2/' \
 #${pkgdir}/etc/asciidoc/asciidoc.conf



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

2013-11-13 Thread Evangelos Foutras
Date: Wednesday, November 13, 2013 @ 19:01:25
  Author: foutrelis
Revision: 100946

upgpkg: python-south 0.8.3-1

New upstream release.

Modified:
  python-south/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 17:41:24 UTC (rev 100945)
+++ PKGBUILD2013-11-13 18:01:25 UTC (rev 100946)
@@ -3,8 +3,8 @@
 # Contributor: Tiago Pierezan Camargo tcama...@gmail.com
 
 pkgname=('python-south' 'python2-south')
-pkgver=0.8.2
-pkgrel=2
+pkgver=0.8.3
+pkgrel=1
 pkgdesc=Intelligent database migrations library for the Django web framework
 arch=('any')
 url=http://south.aeracode.org/;
@@ -11,7 +11,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('a6f074f048a63a0d19cd1a6ae298377b4800351eca8e1294d33f709c5cdd5e5a')
+sha256sums=('1b161afa2feb932b59aac5bd755d514e07aa015ea1d4c976cbc97ca7fc9da9aa')
 
 package_python-south() {
   depends=('python-django')



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

2013-11-13 Thread Evangelos Foutras
Date: Wednesday, November 13, 2013 @ 19:01:32
  Author: foutrelis
Revision: 100947

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-13 18:01:25 UTC (rev 100946)
+++ PKGBUILD2013-11-13 18:01:32 UTC (rev 100947)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
-
-pkgname=('python-south' 'python2-south')
-pkgver=0.8.2
-pkgrel=2
-pkgdesc=Intelligent database migrations library for the Django web framework
-arch=('any')
-url=http://south.aeracode.org/;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('a6f074f048a63a0d19cd1a6ae298377b4800351eca8e1294d33f709c5cdd5e5a')
-
-package_python-south() {
-  depends=('python-django')
-
-  cd $srcdir/South-$pkgver
-  python3 setup.py install --root=$pkgdir -O1
-}
-
-package_python2-south() {
-  depends=('python2-django')
-  conflicts=('python-south=0.7.6-1')
-  replaces=('python-south=0.7.6-1')
-
-  cd $srcdir/South-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-south/repos/community-any/PKGBUILD (from rev 100946, 
python-south/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-13 18:01:32 UTC (rev 100947)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+
+pkgname=('python-south' 'python2-south')
+pkgver=0.8.3
+pkgrel=1
+pkgdesc=Intelligent database migrations library for the Django web framework
+arch=('any')
+url=http://south.aeracode.org/;
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
+sha256sums=('1b161afa2feb932b59aac5bd755d514e07aa015ea1d4c976cbc97ca7fc9da9aa')
+
+package_python-south() {
+  depends=('python-django')
+
+  cd $srcdir/South-$pkgver
+  python3 setup.py install --root=$pkgdir -O1
+}
+
+package_python2-south() {
+  depends=('python2-django')
+  conflicts=('python-south=0.7.6-1')
+  replaces=('python-south=0.7.6-1')
+
+  cd $srcdir/South-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-11-13 Thread Evangelos Foutras
Date: Wednesday, November 13, 2013 @ 19:10:25
  Author: foutrelis
Revision: 100948

upgpkg: frostwire 5.6.8-1

New upstream release.

Modified:
  frostwire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 18:01:32 UTC (rev 100947)
+++ PKGBUILD2013-11-13 18:10:25 UTC (rev 100948)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=frostwire
-pkgver=5.6.7
+pkgver=5.6.8
 pkgrel=1
 pkgdesc=BitTorrent client with integrated search
 arch=('any')
@@ -15,7 +15,7 @@
 frostwire.sh
 icons.tar.gz
 java-version-detection.patch)
-sha256sums=('3992577db7b62b1a7c4175e199d6c5066beed8d5a08d87c183376f118a85e64e'
+sha256sums=('ed01cc1424a8962beba366504bf1464ee6a06fb49a5295c9cdd2b297db3bddd3'
 '9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
 '00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
 '50828981c20273c86ef7c05f801d0fcec28253a544f95e231db35402c738a62e')



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

2013-11-13 Thread Evangelos Foutras
Date: Wednesday, November 13, 2013 @ 19:10:36
  Author: foutrelis
Revision: 100949

archrelease: copy trunk to community-any

Added:
  frostwire/repos/community-any/PKGBUILD
(from rev 100948, frostwire/trunk/PKGBUILD)
  frostwire/repos/community-any/frostwire.install
(from rev 100948, frostwire/trunk/frostwire.install)
  frostwire/repos/community-any/frostwire.sh
(from rev 100948, frostwire/trunk/frostwire.sh)
  frostwire/repos/community-any/icons.tar.gz
(from rev 100948, frostwire/trunk/icons.tar.gz)
  frostwire/repos/community-any/java-version-detection.patch
(from rev 100948, frostwire/trunk/java-version-detection.patch)
Deleted:
  frostwire/repos/community-any/PKGBUILD
  frostwire/repos/community-any/frostwire.install
  frostwire/repos/community-any/frostwire.sh
  frostwire/repos/community-any/icons.tar.gz
  frostwire/repos/community-any/java-version-detection.patch

--+
 PKGBUILD |   84 -
 frostwire.install|   28 ++---
 frostwire.sh |6 +-
 java-version-detection.patch |   22 +-
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-13 18:10:25 UTC (rev 100948)
+++ PKGBUILD2013-11-13 18:10:36 UTC (rev 100949)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=frostwire
-pkgver=5.6.7
-pkgrel=1
-pkgdesc=BitTorrent client with integrated search
-arch=('any')
-url=http://www.frostwire.com;
-license=('GPL')
-depends=('java-runtime' 'mplayer' 'hicolor-icon-theme' 'desktop-file-utils'
- 'gtk-update-icon-cache')
-install=frostwire.install
-source=(http://dl.frostwire.com/$pkgname/$pkgver/$pkgname-$pkgver.noarch.tar.gz
-frostwire.sh
-icons.tar.gz
-java-version-detection.patch)
-sha256sums=('3992577db7b62b1a7c4175e199d6c5066beed8d5a08d87c183376f118a85e64e'
-'9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
-'00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
-'50828981c20273c86ef7c05f801d0fcec28253a544f95e231db35402c738a62e')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver.noarch
-
-  # FS#15544 (Java version detection fails when _JAVA_OPTIONS is set)
-  patch -Np0 -i $srcdir/java-version-detection.patch
-
-  install -d $pkgdir/usr/share/$pkgname
-  cp -r * $pkgdir/usr/share/$pkgname
-  cp -r $srcdir/icons $pkgdir/usr/share
-
-  install -D $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/icons/hicolor/16x16/apps/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  # Remove uneeded files
-  rm -rf 
$pkgdir/usr/share/frostwire/{runFrostwireOSX.sh,unpack200.py,root/{.svn,magnet10/.svn}}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: frostwire/repos/community-any/PKGBUILD (from rev 100948, 
frostwire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-13 18:10:36 UTC (rev 100949)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=frostwire
+pkgver=5.6.8
+pkgrel=1
+pkgdesc=BitTorrent client with integrated search
+arch=('any')
+url=http://www.frostwire.com;
+license=('GPL')
+depends=('java-runtime' 'mplayer' 'hicolor-icon-theme' 'desktop-file-utils'
+ 'gtk-update-icon-cache')
+install=frostwire.install
+source=(http://dl.frostwire.com/$pkgname/$pkgver/$pkgname-$pkgver.noarch.tar.gz
+frostwire.sh
+icons.tar.gz
+java-version-detection.patch)
+sha256sums=('ed01cc1424a8962beba366504bf1464ee6a06fb49a5295c9cdd2b297db3bddd3'
+'9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
+'00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
+'50828981c20273c86ef7c05f801d0fcec28253a544f95e231db35402c738a62e')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver.noarch
+
+  # FS#15544 (Java version detection fails when _JAVA_OPTIONS is set)
+  patch -Np0 -i $srcdir/java-version-detection.patch
+
+  install -d $pkgdir/usr/share/$pkgname
+  cp -r * $pkgdir/usr/share/$pkgname
+  cp -r $srcdir/icons $pkgdir/usr/share
+
+  install -D $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $srcdir/icons/hicolor/16x16/apps/$pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+
+  # Remove uneeded files
+  rm -rf 
$pkgdir/usr/share/frostwire/{runFrostwireOSX.sh,unpack200.py,root/{.svn,magnet10/.svn}}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: frostwire.install
===
--- frostwire.install   2013-11-13 18:10:25 UTC (rev 100948)
+++ frostwire.install  

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

2013-11-13 Thread Kyle Keen
Date: Wednesday, November 13, 2013 @ 19:17:33
  Author: kkeen
Revision: 100950

upgpkg: gnuradio 3.7.2-1

Modified:
  gnuradio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 18:10:36 UTC (rev 100949)
+++ PKGBUILD2013-11-13 18:17:33 UTC (rev 100950)
@@ -2,9 +2,9 @@
 # Maintainer: Kyle Keen keen...@gmail.com
 # Contributor: Dominik Heidler dheid...@gmail.com
 pkgname=gnuradio
-pkgver=3.7.1
-pkgrel=8
-pkgdesc=General purpose DSP and SDR toolkit.  Supports usrp and fcd.
+pkgver=3.7.2
+pkgrel=1
+pkgdesc=General purpose DSP and SDR toolkit.  With drivers for usrp and fcd.
 arch=('i686' 'x86_64')
 url=http://gnuradio.org;
 license=('GPL')
@@ -29,7 +29,7 @@
 
 source=(http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
 21-fcd.rules)
-md5sums=('6c5e67da6ed8724dd900d8e343b64be4'
+md5sums=('9a9da8458fd0c1b452487524ed29f3fd'
  '465e12c454c6a22ebec9849181af7bdc')
 
 build() {



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

2013-11-13 Thread Kyle Keen
Date: Wednesday, November 13, 2013 @ 19:18:25
  Author: kkeen
Revision: 100951

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

Added:
  gnuradio/repos/community-i686/21-fcd.rules
(from rev 100950, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-i686/PKGBUILD
(from rev 100950, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-i686/gnuradio.install
(from rev 100950, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 100950, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-x86_64/PKGBUILD
(from rev 100950, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-x86_64/gnuradio.install
(from rev 100950, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-i686/21-fcd.rules
  gnuradio/repos/community-i686/PKGBUILD
  gnuradio/repos/community-i686/gnuradio.install
  gnuradio/repos/community-x86_64/21-fcd.rules
  gnuradio/repos/community-x86_64/PKGBUILD
  gnuradio/repos/community-x86_64/gnuradio.install

---+
 /21-fcd.rules |   18 
 /PKGBUILD |  162 
 /gnuradio.install |   22 
 community-i686/21-fcd.rules   |9 --
 community-i686/PKGBUILD   |   81 --
 community-i686/gnuradio.install   |   11 --
 community-x86_64/21-fcd.rules |9 --
 community-x86_64/PKGBUILD |   81 --
 community-x86_64/gnuradio.install |   11 --
 9 files changed, 202 insertions(+), 202 deletions(-)

Deleted: community-i686/21-fcd.rules
===
--- community-i686/21-fcd.rules 2013-11-13 18:17:33 UTC (rev 100950)
+++ community-i686/21-fcd.rules 2013-11-13 18:18:25 UTC (rev 100951)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb56 MODE:=0666
-SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb31 MODE:=0666
-
-# HIDAPI/hidraw:
-KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb56, MODE=0666
-KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb31, MODE=0666

Copied: gnuradio/repos/community-i686/21-fcd.rules (from rev 100950, 
gnuradio/trunk/21-fcd.rules)
===
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2013-11-13 18:18:25 UTC (rev 100951)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb56 MODE:=0666
+SUBSYSTEMS==usb ATTRS{idVendor}==04d8 ATTRS{idProduct}==fb31 MODE:=0666
+
+# HIDAPI/hidraw:
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb56, MODE=0666
+KERNEL==hidraw*, ATTRS{busnum}==1, ATTRS{idVendor}==04d8, 
ATTRS{idProduct}==fb31, MODE=0666

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-13 18:17:33 UTC (rev 100950)
+++ community-i686/PKGBUILD 2013-11-13 18:18:25 UTC (rev 100951)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-pkgname=gnuradio
-pkgver=3.7.1
-pkgrel=8
-pkgdesc=General purpose DSP and SDR toolkit.  Supports usrp and fcd.
-arch=('i686' 'x86_64')
-url=http://gnuradio.org;
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'swig' 'gsl' 'blas' 'guile' 
'boost-libs=1.53' 'libusbx' 'portaudio' 'libuhd')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah')
-optdepends=('python2-cheetah: gnuradio-companion'
-'python2-lxml: gnuradio-companion'
-'pygtk: gnuradio-companion'
-'wxpython: gr-wxgui'
-'qwtplot3d: gr-qtgui'
-'pyqwt: gr-qtgui'
-'doxygen: autogenerated documentation'
-'pkgconfig: ?')
-conflicts=('gnuradio-git')
-install=gnuradio.install
-
-# todo
-# add gr-osmosdr-git to optdepends
-# split the gui components?
-# build doxygen docs?
-# icons
-
-source=(http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz;
-21-fcd.rules)
-md5sums=('6c5e67da6ed8724dd900d8e343b64be4'
- '465e12c454c6a22ebec9849181af7bdc')
-
-build() {
-   export PYTHON=python2
-   cd $srcdir/$pkgname-$pkgver
-   msg Starting build.
-   mkdir -p build
-   cd build
-   cmake \
-   -DPYTHON_EXECUTABLE=$(which python2) \
-   -DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
-   -DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
-   -DENABLE_GRC=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr ../
-   make
-}
-
-check() {
-   cd $srcdir/$pkgname-$pkgver/build
-   export PYTHON=python2

[arch-commits] Commit in (easy-rsa easy-rsa/repos easy-rsa/trunk)

2013-11-13 Thread Thomas Bächler
Date: Wednesday, November 13, 2013 @ 19:21:58
  Author: thomas
Revision: 199500

Add easy-rsa package directories

Added:
  easy-rsa/
  easy-rsa/repos/
  easy-rsa/trunk/



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

2013-11-13 Thread Thomas Bächler
Date: Wednesday, November 13, 2013 @ 20:03:42
  Author: thomas
Revision: 199501

upgpkg: openvpn 2.3.2-2: Remove easy-rsa and remove weird ordering from systemd 
service

Added:
  openvpn/trunk/openvpn.install
Modified:
  openvpn/trunk/PKGBUILD
  openvpn/trunk/openvpn@.service
Deleted:
  openvpn/trunk/openvpn-2.3.0-fix-systemd-ask-password-path.patch

---+
 PKGBUILD  |   48 ++--
 openvpn-2.3.0-fix-systemd-ask-password-path.patch |   11 
 openvpn.install   |8 +++
 openvpn@.service  |1 
 4 files changed, 24 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 18:21:58 UTC (rev 199500)
+++ PKGBUILD2013-11-13 19:03:42 UTC (rev 199501)
@@ -3,7 +3,7 @@
 
 pkgname=openvpn
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc=An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)
 arch=(i686 x86_64)
 url=http://openvpn.net/index.php/open-source.html;
@@ -10,25 +10,16 @@
 depends=('openssl' 'lzo2' 'iproute2')
 makedepends=('systemd')
 license=('custom')
-backup=(usr/share/openvpn/easy-rsa/vars
-usr/share/openvpn/easy-rsa/openssl-1.0.0.cnf)
+install=openvpn.install
 source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz
 
http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz.asc
-
http://build.openvpn.net/downloads/releases/easy-rsa-2.2.0_master.tar.gz
-
http://build.openvpn.net/downloads/releases/easy-rsa-2.2.0_master.tar.gz.asc
-openvpn@.service
-openvpn-2.3.0-fix-systemd-ask-password-path.patch)
+openvpn@.service)
 md5sums=('06e5f93dbf13f2c19647ca15ffc23ac1'
  'SKIP'
- 'fbf818b6e1f212e77b9ce0e6d92584a1'
- 'SKIP'
- '57ef7353ba2c28c04dfc387c3ca77a4f'
- 'e1bd1523e38745e948c710db1a330bb1')
+ '71fab8d1c2aa3a1f2609e259eaaf88b3')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p0 -i $srcdir/openvpn-2.3.0-fix-systemd-ask-password-path.patch
-  # Build openvpn
+  cd ${srcdir}/$pkgname-$pkgver
   CFLAGS=$CFLAGS -DPLUGIN_LIBDIR=\\\/usr/lib/openvpn\\\ ./configure \
 --prefix=/usr \
 --sbindir=/usr/bin \
@@ -37,29 +28,22 @@
 --enable-iproute2 \
 --enable-systemd
   make
-  # Build easy-rsa
-  cd $srcdir/easy-rsa-2.2.0_master
-  ./configure --prefix=/usr --with-easyrsadir=/usr/share/openvpn/easy-rsa
-  make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
   # Install openvpn
-  make DESTDIR=$pkgdir install
-  install -d -m755 $pkgdir/etc/openvpn
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/etc/openvpn
   # Install examples
-  install -d -m755 $pkgdir/usr/share/openvpn
-  cp -r sample/sample-config-files $pkgdir/usr/share/openvpn/examples
+  install -d -m755 ${pkgdir}/usr/share/openvpn
+  cp -r sample/sample-config-files ${pkgdir}/usr/share/openvpn/examples
   # Install license
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}/
+  ln -sf /usr/share/doc/${pkgname}/{COPYING,COPYRIGHT.GPL} 
${pkgdir}/usr/share/licenses/${pkgname}/
   # Install contrib
-  install -d -m755 $pkgdir/usr/share/openvpn/contrib
-  cp -r contrib $pkgdir/usr/share/openvpn
-  # Install easy-rsa
-  cd $srcdir/easy-rsa-2.2.0_master
-  make install DESTDIR=$pkgdir
-  rm -f ${pkgdir}/usr/share/openvpn/easy-rsa/openssl-0.9.?.cnf
-  # Install rc scripts
-  install -D -m644 $srcdir/openvpn@.service 
$pkgdir/usr/lib/systemd/system/openvpn@.service
+  install -d -m755 ${pkgdir}/usr/share/openvpn/contrib
+  cp -r contrib ${pkgdir}/usr/share/openvpn
+  # Install systemd service
+  install -D -m644 ${srcdir}/openvpn@.service 
${pkgdir}/usr/lib/systemd/system/openvpn@.service
 }

Deleted: openvpn-2.3.0-fix-systemd-ask-password-path.patch
===
--- openvpn-2.3.0-fix-systemd-ask-password-path.patch   2013-11-13 18:21:58 UTC 
(rev 199500)
+++ openvpn-2.3.0-fix-systemd-ask-password-path.patch   2013-11-13 19:03:42 UTC 
(rev 199501)
@@ -1,11 +0,0 @@
 src/openvpn/console.c.orig 2013-01-30 09:42:57.480257300 +0100
-+++ src/openvpn/console.c  2013-01-30 09:43:07.446179811 +0100
-@@ -162,7 +162,7 @@ get_console_input_systemd (const char *p
-   struct argv argv;
- 
-   argv_init (argv);
--  argv_printf (argv, /bin/systemd-ask-password);
-+  argv_printf (argv, /usr/bin/systemd-ask-password);
-   argv_printf_cat (argv, %s, prompt);
- 
-   if ((std_out = openvpn_popen (argv, NULL))  0) {

Added: openvpn.install
===
--- openvpn.install (rev 0)
+++ openvpn.install 2013-11-13 19:03:42 UTC (rev 199501)
@@ -0,0 +1,8 @@
+## arg 1:  the 

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

2013-11-13 Thread Thomas Bächler
Date: Wednesday, November 13, 2013 @ 20:03:56
  Author: thomas
Revision: 199502

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

Added:
  openvpn/repos/testing-i686/
  openvpn/repos/testing-i686/PKGBUILD
(from rev 199501, openvpn/trunk/PKGBUILD)
  openvpn/repos/testing-i686/openvpn.install
(from rev 199501, openvpn/trunk/openvpn.install)
  openvpn/repos/testing-i686/openvpn@.service
(from rev 199501, openvpn/trunk/openvpn@.service)
  openvpn/repos/testing-x86_64/
  openvpn/repos/testing-x86_64/PKGBUILD
(from rev 199501, openvpn/trunk/PKGBUILD)
  openvpn/repos/testing-x86_64/openvpn.install
(from rev 199501, openvpn/trunk/openvpn.install)
  openvpn/repos/testing-x86_64/openvpn@.service
(from rev 199501, openvpn/trunk/openvpn@.service)

-+
 testing-i686/PKGBUILD   |   49 ++
 testing-i686/openvpn.install|8 ++
 testing-i686/openvpn@.service   |9 ++
 testing-x86_64/PKGBUILD |   49 ++
 testing-x86_64/openvpn.install  |8 ++
 testing-x86_64/openvpn@.service |9 ++
 6 files changed, 132 insertions(+)

Copied: openvpn/repos/testing-i686/PKGBUILD (from rev 199501, 
openvpn/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-13 19:03:56 UTC (rev 199502)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=openvpn
+pkgver=2.3.2
+pkgrel=2
+pkgdesc=An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)
+arch=(i686 x86_64)
+url=http://openvpn.net/index.php/open-source.html;
+depends=('openssl' 'lzo2' 'iproute2')
+makedepends=('systemd')
+license=('custom')
+install=openvpn.install
+source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz
+
http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz.asc
+openvpn@.service)
+md5sums=('06e5f93dbf13f2c19647ca15ffc23ac1'
+ 'SKIP'
+ '71fab8d1c2aa3a1f2609e259eaaf88b3')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  CFLAGS=$CFLAGS -DPLUGIN_LIBDIR=\\\/usr/lib/openvpn\\\ ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-password-save \
+--mandir=/usr/share/man \
+--enable-iproute2 \
+--enable-systemd
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  # Install openvpn
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/etc/openvpn
+  # Install examples
+  install -d -m755 ${pkgdir}/usr/share/openvpn
+  cp -r sample/sample-config-files ${pkgdir}/usr/share/openvpn/examples
+  # Install license
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}/
+  ln -sf /usr/share/doc/${pkgname}/{COPYING,COPYRIGHT.GPL} 
${pkgdir}/usr/share/licenses/${pkgname}/
+  # Install contrib
+  install -d -m755 ${pkgdir}/usr/share/openvpn/contrib
+  cp -r contrib ${pkgdir}/usr/share/openvpn
+  # Install systemd service
+  install -D -m644 ${srcdir}/openvpn@.service 
${pkgdir}/usr/lib/systemd/system/openvpn@.service
+}

Copied: openvpn/repos/testing-i686/openvpn.install (from rev 199501, 
openvpn/trunk/openvpn.install)
===
--- testing-i686/openvpn.install(rev 0)
+++ testing-i686/openvpn.install2013-11-13 19:03:56 UTC (rev 199502)
@@ -0,0 +1,8 @@
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if [ $(vercmp 2.3.2-1 $2) -ge 0 ]; then
+echo  easy-rsa has moved into its own package. Run:
+echo   # pacman -S easy-rsa
+  fi
+}

Copied: openvpn/repos/testing-i686/openvpn@.service (from rev 199501, 
openvpn/trunk/openvpn@.service)
===
--- testing-i686/openvpn@.service   (rev 0)
+++ testing-i686/openvpn@.service   2013-11-13 19:03:56 UTC (rev 199502)
@@ -0,0 +1,9 @@
+[Unit]
+Description=OpenVPN connection to %i
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/openvpn --cd /etc/openvpn --config /etc/openvpn/%i.conf 
--daemon openvpn@%i
+
+[Install]
+WantedBy=multi-user.target

Copied: openvpn/repos/testing-x86_64/PKGBUILD (from rev 199501, 
openvpn/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-13 19:03:56 UTC (rev 199502)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=openvpn
+pkgver=2.3.2
+pkgrel=2
+pkgdesc=An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)
+arch=(i686 x86_64)
+url=http://openvpn.net/index.php/open-source.html;
+depends=('openssl' 'lzo2' 'iproute2')
+makedepends=('systemd')
+license=('custom')
+install=openvpn.install

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

2013-11-13 Thread Thomas Bächler
Date: Wednesday, November 13, 2013 @ 20:04:01
  Author: thomas
Revision: 199503

newpkg: easy-rsa 2.2.2-1: split from openvpn

Added:
  easy-rsa/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-13 19:04:01 UTC (rev 199503)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=easy-rsa
+pkgver=2.2.2
+pkgrel=1
+pkgdesc=Simple shell based CA utility
+arch=(any)
+url=https://github.com/OpenVPN/easy-rsa;
+depends=('openssl' 'sh')
+license=('custom')
+backup=('usr/share/easy-rsa/vars'
+'usr/share/easy-rsa/openssl-1.0.0.cnf')
+source=(${pkgname}-${pkgver}::https://github.com/OpenVPN/easy-rsa/archive/${pkgver}.tar.gz)
+md5sums=('040238338980617bc9c2df4274349593')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  autoreconf -i
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make install DESTDIR=${pkgdir}
+  rm -f ${pkgdir}/usr/share/openvpn/easy-rsa/openssl-0.9.?.cnf
+  # Install license
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}/
+  ln -sf /usr/share/doc/${pkgname}/{COPYING,COPYRIGHT.GPL} 
${pkgdir}/usr/share/licenses/${pkgname}/
+}


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


[arch-commits] Commit in easy-rsa/repos (testing-any testing-any/PKGBUILD)

2013-11-13 Thread Thomas Bächler
Date: Wednesday, November 13, 2013 @ 20:04:08
  Author: thomas
Revision: 199504

archrelease: copy trunk to testing-any

Added:
  easy-rsa/repos/testing-any/
  easy-rsa/repos/testing-any/PKGBUILD
(from rev 199503, easy-rsa/trunk/PKGBUILD)

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

Copied: easy-rsa/repos/testing-any/PKGBUILD (from rev 199503, 
easy-rsa/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-11-13 19:04:08 UTC (rev 199504)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=easy-rsa
+pkgver=2.2.2
+pkgrel=1
+pkgdesc=Simple shell based CA utility
+arch=(any)
+url=https://github.com/OpenVPN/easy-rsa;
+depends=('openssl' 'sh')
+license=('custom')
+backup=('usr/share/easy-rsa/vars'
+'usr/share/easy-rsa/openssl-1.0.0.cnf')
+source=(${pkgname}-${pkgver}::https://github.com/OpenVPN/easy-rsa/archive/${pkgver}.tar.gz)
+md5sums=('040238338980617bc9c2df4274349593')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  autoreconf -i
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make install DESTDIR=${pkgdir}
+  rm -f ${pkgdir}/usr/share/openvpn/easy-rsa/openssl-0.9.?.cnf
+  # Install license
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}/
+  ln -sf /usr/share/doc/${pkgname}/{COPYING,COPYRIGHT.GPL} 
${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2013-11-13 Thread Thomas Bächler
Date: Wednesday, November 13, 2013 @ 20:15:59
  Author: thomas
Revision: 199505

upgpkg: easy-rsa 2.2.2-2: Remove obsolete files

Modified:
  easy-rsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 19:04:08 UTC (rev 199504)
+++ PKGBUILD2013-11-13 19:15:59 UTC (rev 199505)
@@ -3,7 +3,7 @@
 
 pkgname=easy-rsa
 pkgver=2.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Simple shell based CA utility
 arch=(any)
 url=https://github.com/OpenVPN/easy-rsa;
@@ -28,7 +28,7 @@
 package() {
   cd ${srcdir}/$pkgname-$pkgver
   make install DESTDIR=${pkgdir}
-  rm -f ${pkgdir}/usr/share/openvpn/easy-rsa/openssl-0.9.?.cnf
+  rm -f ${pkgdir}/usr/share/easy-rsa/openssl-0.9.?.cnf
   # Install license
   install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}/
   ln -sf /usr/share/doc/${pkgname}/{COPYING,COPYRIGHT.GPL} 
${pkgdir}/usr/share/licenses/${pkgname}/



[arch-commits] Commit in easy-rsa/repos/testing-any (PKGBUILD PKGBUILD)

2013-11-13 Thread Thomas Bächler
Date: Wednesday, November 13, 2013 @ 20:16:07
  Author: thomas
Revision: 199506

archrelease: copy trunk to testing-any

Added:
  easy-rsa/repos/testing-any/PKGBUILD
(from rev 199505, easy-rsa/trunk/PKGBUILD)
Deleted:
  easy-rsa/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-13 19:15:59 UTC (rev 199505)
+++ PKGBUILD2013-11-13 19:16:07 UTC (rev 199506)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=easy-rsa
-pkgver=2.2.2
-pkgrel=1
-pkgdesc=Simple shell based CA utility
-arch=(any)
-url=https://github.com/OpenVPN/easy-rsa;
-depends=('openssl' 'sh')
-license=('custom')
-backup=('usr/share/easy-rsa/vars'
-'usr/share/easy-rsa/openssl-1.0.0.cnf')
-source=(${pkgname}-${pkgver}::https://github.com/OpenVPN/easy-rsa/archive/${pkgver}.tar.gz)
-md5sums=('040238338980617bc9c2df4274349593')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  autoreconf -i
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make install DESTDIR=${pkgdir}
-  rm -f ${pkgdir}/usr/share/openvpn/easy-rsa/openssl-0.9.?.cnf
-  # Install license
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}/
-  ln -sf /usr/share/doc/${pkgname}/{COPYING,COPYRIGHT.GPL} 
${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: easy-rsa/repos/testing-any/PKGBUILD (from rev 199505, 
easy-rsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-13 19:16:07 UTC (rev 199506)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=easy-rsa
+pkgver=2.2.2
+pkgrel=2
+pkgdesc=Simple shell based CA utility
+arch=(any)
+url=https://github.com/OpenVPN/easy-rsa;
+depends=('openssl' 'sh')
+license=('custom')
+backup=('usr/share/easy-rsa/vars'
+'usr/share/easy-rsa/openssl-1.0.0.cnf')
+source=(${pkgname}-${pkgver}::https://github.com/OpenVPN/easy-rsa/archive/${pkgver}.tar.gz)
+md5sums=('040238338980617bc9c2df4274349593')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  autoreconf -i
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make install DESTDIR=${pkgdir}
+  rm -f ${pkgdir}/usr/share/easy-rsa/openssl-0.9.?.cnf
+  # Install license
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}/
+  ln -sf /usr/share/doc/${pkgname}/{COPYING,COPYRIGHT.GPL} 
${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2013-11-13 Thread Thomas Bächler
Date: Wednesday, November 13, 2013 @ 20:37:41
  Author: thomas
Revision: 199507

upgpkg: lvm2 2.02.104-1

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 19:16:07 UTC (rev 199506)
+++ PKGBUILD2013-11-13 19:37:41 UTC (rev 199507)
@@ -4,8 +4,8 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.103
-pkgrel=2
+pkgver=2.02.104
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://sourceware.org/lvm2/;
 license=('GPL2' 'LGPL2.1')
@@ -22,7 +22,7 @@
 lvm-monitoring.service
 lvmetad.service
 lvmetad.socket)
-sha1sums=('1194babd8d3cd5a9620bec1fe98a3be060465daf'
+sha1sums=('4c296453e10deafe02004fde40075cdb3792eeb2'
   'SKIP'
   '76e83966d1bc84f9a1e30bcaff84b8b8fefbca0f'
   'ff0fdf0a3005a41acd4b36865056109effc3474b'



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

2013-11-13 Thread Thomas Bächler
Date: Wednesday, November 13, 2013 @ 20:38:17
  Author: thomas
Revision: 199508

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

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

---+
 testing-i686/11-dm-initramfs.rules|3 
 testing-i686/PKGBUILD |   99 
 testing-i686/dmeventd.service |   14 
 testing-i686/dmeventd.socket  |   11 +++
 testing-i686/lvm-monitoring.service   |   17 +
 testing-i686/lvm2.conf|2 
 testing-i686/lvm2.install |   16 +
 testing-i686/lvm2_hook|   12 +++
 testing-i686/lvm2_install |   29 +
 testing-i686/lvmetad.service  |   16 +
 testing-i686/lvmetad.socket   |   10 +++
 testing-i686/sd-lvm2  |   31 ++
 testing-x86_64/11-dm-initramfs.rules  |3 
 testing-x86_64/PKGBUILD   |   99 
 testing-x86_64/dmeventd.service   |   14 
 testing-x86_64/dmeventd.socket|   11 +++
 testing-x86_64/lvm-monitoring.service |   17 +
 testing-x86_64/lvm2.conf  |2 
 testing-x86_64/lvm2.install   |   16 +
 testing-x86_64/lvm2_hook  |   12 +++
 testing-x86_64/lvm2_install   |   29 +
 testing-x86_64/lvmetad.service|   16 +
 testing-x86_64/lvmetad.socket |   10 +++
 testing-x86_64/sd-lvm2|   31 ++
 24 files changed, 520 insertions(+)

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 199507, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2013-11-13 19:38:17 UTC (rev 199508)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
+SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Copied: lvm2/repos/testing-i686/PKGBUILD (from rev 199507, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-13 19:38:17 UTC (rev 199508)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.104
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://sourceware.org/lvm2/;
+license=('GPL2' 'LGPL2.1')
+makedepends=('systemd' 'thin-provisioning-tools')
+groups=('base')

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

2013-11-13 Thread Eric Bélanger
Date: Wednesday, November 13, 2013 @ 20:58:27
  Author: eric
Revision: 100952

upgpkg: youtube-dl 2013.11.13-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 18:18:25 UTC (rev 100951)
+++ PKGBUILD2013-11-13 19:58:27 UTC (rev 100952)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2013.11.11
+pkgver=2013.11.13
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('52dac9a85e4889be027607255f3adc7a7d701e09'
+sha1sums=('2c771b3c24263482617ededf10e460eae4772238'
   'SKIP')
 
 prepare() {



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

2013-11-13 Thread Eric Bélanger
Date: Wednesday, November 13, 2013 @ 20:59:15
  Author: eric
Revision: 100953

archrelease: copy trunk to community-any

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

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

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

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



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

2013-11-13 Thread Andrea Scarpino
Date: Wednesday, November 13, 2013 @ 21:11:14
  Author: andrea
Revision: 199510

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

Added:
  source-highlight/repos/extra-i686/PKGBUILD
(from rev 199509, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/extra-i686/source-highlight.install
(from rev 199509, source-highlight/trunk/source-highlight.install)
  source-highlight/repos/extra-x86_64/PKGBUILD
(from rev 199509, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/extra-x86_64/source-highlight.install
(from rev 199509, source-highlight/trunk/source-highlight.install)
Deleted:
  source-highlight/repos/extra-i686/PKGBUILD
  source-highlight/repos/extra-i686/source-highlight.install
  source-highlight/repos/extra-x86_64/PKGBUILD
  source-highlight/repos/extra-x86_64/source-highlight.install

---+
 /PKGBUILD |   68 
 /source-highlight.install |   36 
 extra-i686/PKGBUILD   |   31 --
 extra-i686/source-highlight.install   |   18 
 extra-x86_64/PKGBUILD |   31 --
 extra-x86_64/source-highlight.install |   18 
 6 files changed, 104 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-13 20:11:05 UTC (rev 199509)
+++ extra-i686/PKGBUILD 2013-11-13 20:11:14 UTC (rev 199510)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=source-highlight
-pkgver=3.1.7
-pkgrel=6
-pkgdesc=Convert source code to syntax highlighted document
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/src-highlite/;
-license=('GPL')
-depends=('bash' 'boost-libs')
-makedepends=('ctags' 'boost')
-install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('0ff81588d3536b4c4e571122ba940595')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-bash-completion=/usr/share/bash-completion/completions
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
-}

Copied: source-highlight/repos/extra-i686/PKGBUILD (from rev 199509, 
source-highlight/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-13 20:11:14 UTC (rev 199510)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=source-highlight
+pkgver=3.1.7
+pkgrel=7
+pkgdesc=Convert source code to syntax highlighted document
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
+
+  # PKGBUILD syntax highlighting
+  echo pkgbuild = sh.lang  ${pkgdir}/usr/share/${pkgname}/lang.map
+}

Deleted: extra-i686/source-highlight.install
===
--- extra-i686/source-highlight.install 2013-11-13 20:11:05 UTC (rev 199509)
+++ extra-i686/source-highlight.install 2013-11-13 20:11:14 UTC (rev 199510)
@@ -1,18 +0,0 @@
-info_dir=usr/share/info
-info_files=(source-highlight.info source-highlight-lib.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: source-highlight/repos/extra-i686/source-highlight.install (from rev 
199509, source-highlight/trunk/source-highlight.install)
===
--- extra-i686/source-highlight.install (rev 0)
+++ extra-i686/source-highlight.install 2013-11-13 20:11:14 UTC (rev 199510)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  

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

2013-11-13 Thread Andrea Scarpino
Date: Wednesday, November 13, 2013 @ 21:11:05
  Author: andrea
Revision: 199509

upgpkg: source-highlight 3.1.7-7

add PKGBUILDs syntax highlighting support

Modified:
  source-highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 19:38:17 UTC (rev 199508)
+++ PKGBUILD2013-11-13 20:11:05 UTC (rev 199509)
@@ -4,7 +4,7 @@
 
 pkgname=source-highlight
 pkgver=3.1.7
-pkgrel=6
+pkgrel=7
 pkgdesc=Convert source code to syntax highlighted document
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/src-highlite/;
@@ -16,7 +16,7 @@
 md5sums=('0ff81588d3536b4c4e571122ba940595')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
@@ -25,7 +25,10 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
+
+  # PKGBUILD syntax highlighting
+  echo pkgbuild = sh.lang  ${pkgdir}/usr/share/${pkgname}/lang.map
 }



[arch-commits] Commit in livestreamer/repos/community-any (3 files)

2013-11-13 Thread Daniel Wallace
Date: Wednesday, November 13, 2013 @ 21:11:54
  Author: dwallace
Revision: 100955

archrelease: copy trunk to community-any

Added:
  livestreamer/repos/community-any/PKGBUILD
(from rev 100954, livestreamer/trunk/PKGBUILD)
Deleted:
  livestreamer/repos/community-any/PKGBUILD
  livestreamer/repos/community-any/requests-v2.patch

---+
 PKGBUILD  |   46 +++---
 requests-v2.patch |   13 -
 2 files changed, 23 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-13 20:11:27 UTC (rev 100954)
+++ PKGBUILD2013-11-13 20:11:54 UTC (rev 100955)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Christopher Rosell chri...@tanuki.se
-pkgname=livestreamer
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
-arch=('any')
-url='https://github.com/chrippa/livestreamer'
-license=('BSD')
-depends=('python-requests' 'rtmpdump' 'python-setuptools')
-provides=('livestreamer')
-conflicts=('livestreamer-git')
-options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('6c33fb11f94e4bce6eeca1cc2d9ea622ef731c6be06b7caa2810f719c4514103')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: livestreamer/repos/community-any/PKGBUILD (from rev 100954, 
livestreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-13 20:11:54 UTC (rev 100955)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Christopher Rosell chri...@tanuki.se
+pkgname=livestreamer
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
+arch=('any')
+url='https://github.com/chrippa/livestreamer'
+license=('BSD')
+depends=('python-requests' 'rtmpdump' 'python-setuptools')
+provides=('livestreamer')
+conflicts=('livestreamer-git')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('5c653cd3883349f97181ec36692983cebcfaf62c864692d365450d4300dc6067')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: requests-v2.patch
===
--- requests-v2.patch   2013-11-13 20:11:27 UTC (rev 100954)
+++ requests-v2.patch   2013-11-13 20:11:54 UTC (rev 100955)
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index c22c109..dcbcbfa 100644
 a/setup.py
-+++ b/setup.py
-@@ -4,7 +4,7 @@ from setuptools import setup
- from sys import version_info, path as sys_path
- from os.path import abspath, dirname, join
- 
--deps = [requests=1.0,2.0]
-+deps = [requests=1.0,3.0]
- packages = [livestreamer,
- livestreamer.stream,
- livestreamer.plugin,



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

2013-11-13 Thread Daniel Wallace
Date: Wednesday, November 13, 2013 @ 21:11:27
  Author: dwallace
Revision: 100954

upgpkg: livestreamer 1.7.0-1

upgpkg: livestreamer 1.7.0

Modified:
  livestreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 19:59:15 UTC (rev 100953)
+++ PKGBUILD2013-11-13 20:11:27 UTC (rev 100954)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: Christopher Rosell chri...@tanuki.se
 pkgname=livestreamer
-pkgver=1.6.1
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
 arch=('any')
@@ -13,7 +13,7 @@
 conflicts=('livestreamer-git')
 options=(!emptydirs)
 
source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('6c33fb11f94e4bce6eeca1cc2d9ea622ef731c6be06b7caa2810f719c4514103')
+sha256sums=('5c653cd3883349f97181ec36692983cebcfaf62c864692d365450d4300dc6067')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



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

2013-11-13 Thread Daniel Wallace
Date: Wednesday, November 13, 2013 @ 21:26:35
  Author: dwallace
Revision: 100956

upgpkg: uwsgi 1.9.19-1

upgpkg: uwsgi 1.9.19

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 20:11:54 UTC (rev 100955)
+++ PKGBUILD2013-11-13 20:26:35 UTC (rev 100956)
@@ -23,7 +23,7 @@
 uwsgi-plugin-pam
 uwsgi-plugin-zergpool
 )
-pkgver=1.9.18.1
+pkgver=1.9.19
 pkgrel=1
 arch=(i686 x86_64)
 url=http://projects.unbit.it/$pkgbase;
@@ -41,7 +41,7 @@
 uwsgi_ruby20_compatibility.patch
 uwsgi_trick_chroot.patch)
 
-md5sums=('9925e4c189cb0fcd26d4b2efd732b6ca'
+md5sums=('1a6858130a4918de86410ccbf55945ae'
  'fcd57c37372e6afe5b1fae151dd43bc9'
  'b05ba1d796e1ea608a40635bc4f3ec67'
  '740a7718bd341b03d916a13ddbbbe694'



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

2013-11-13 Thread Daniel Wallace
Date: Wednesday, November 13, 2013 @ 21:28:20
  Author: dwallace
Revision: 100957

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

Added:
  uwsgi/repos/community-i686/.lock
(from rev 100956, uwsgi/trunk/.lock)
  uwsgi/repos/community-i686/PKGBUILD
(from rev 100956, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 100956, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 100956, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 100956, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi@.service
(from rev 100956, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-i686/uwsgi@.socket
(from rev 100956, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 100956, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 100956, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 100956, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/.lock
(from rev 100956, uwsgi/trunk/.lock)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 100956, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 100956, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 100956, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 100956, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi@.service
(from rev 100956, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-x86_64/uwsgi@.socket
(from rev 100956, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 100956, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 100956, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 100956, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-i686/.lock
  uwsgi/repos/community-i686/PKGBUILD
  uwsgi/repos/community-i686/archlinux.ini
  uwsgi/repos/community-i686/tmpfilesd
  uwsgi/repos/community-i686/uwsgi.install
  uwsgi/repos/community-i686/uwsgi@.service
  uwsgi/repos/community-i686/uwsgi@.socket
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-x86_64/.lock
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi@.service
  uwsgi/repos/community-x86_64/uwsgi@.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  478 
 /archlinux.ini|   34 +
 /tmpfilesd|2 
 /uwsgi.install|   24 +
 /uwsgi@.service   |   28 +
 /uwsgi@.socket|   18 
 /uwsgi_fix_rpath.patch|  132 +
 /uwsgi_ruby20_compatibility.patch |   84 +++
 /uwsgi_trick_chroot.patch |   32 +
 community-i686/PKGBUILD   |  239 --
 community-i686/archlinux.ini  |   17 
 community-i686/tmpfilesd  |1 
 community-i686/uwsgi.install  |   12 
 community-i686/uwsgi@.service |   14 
 community-i686/uwsgi@.socket  |9 
 community-i686/uwsgi_fix_rpath.patch  |   66 --
 community-i686/uwsgi_ruby20_compatibility.patch   |   42 -
 community-i686/uwsgi_trick_chroot.patch   |   16 
 community-x86_64/PKGBUILD |  239 --
 community-x86_64/archlinux.ini|   17 
 community-x86_64/tmpfilesd|1 
 community-x86_64/uwsgi.install|   12 
 community-x86_64/uwsgi@.service   |   14 
 community-x86_64/uwsgi@.socket|9 
 community-x86_64/uwsgi_fix_rpath.patch|   66 --
 community-x86_64/uwsgi_ruby20_compatibility.patch |   42 -
 community-x86_64/uwsgi_trick_chroot.patch |   16 
 27 files changed, 832 insertions(+), 832 deletions(-)

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


[arch-commits] Commit in libreoffice/trunk (PKGBUILD.42 build_fix.diff)

2013-11-13 Thread Andreas Radke
Date: Wednesday, November 13, 2013 @ 21:29:25
  Author: andyrtr
Revision: 199511

prepare next release

Added:
  libreoffice/trunk/build_fix.diff
Modified:
  libreoffice/trunk/PKGBUILD.42

+
 PKGBUILD.42|   31 ---
 build_fix.diff |   38 ++
 2 files changed, 54 insertions(+), 15 deletions(-)

Modified: PKGBUILD.42
===
--- PKGBUILD.42 2013-11-13 20:11:14 UTC (rev 199510)
+++ PKGBUILD.42 2013-11-13 20:29:25 UTC (rev 199511)
@@ -16,7 +16,6 @@
'libreoffice-writer'
'libreoffice-en-US'
'libreoffice-postgresql-connector'
-   'libreoffice-extension-presentation-minimizer'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
 _LOver=4.2.0.0.alpha1
@@ -89,6 +88,7 @@
${_additional_source_url}/Firebird-2.5.2.26540-0.tar.bz2
${_additional_source_url}/libatomic_ops-7_2d.zip
make-pyuno-work-with-system-wide-module-install.diff
+   build_fix.diff
libreoffice-common.sh libreoffice-common.csh)
 noextract=(15cb8c0803064faef0c4ddf5bc5ca279-boost_1_54_0.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll
@@ -168,6 +168,7 @@
  '21154d2004e025c8a325b0357bb5'
  'c0b86562d5aa40761a87134f83e6adcf'
  '07d2bf5ad839a394cca008b3ec6e7bb1'
+ '4f5aac74dcfc496ec9688a0815df236f'
  '4195735a80876ae812fca5736b50192a'
  'e7e4b3e70e99e5cba8f8dfcacf3b0d87')
 
@@ -185,6 +186,14 @@
  ln -s ${srcdir}/$source .
done
popd
+   
+   # fix build broken linking unowinreg.dll
+   patch -Np1 -i ${srcdir}/build_fix.diff
+# unowinreg.dll must be a file not a symlink or the result will become a 
broken symlink
+# /usr/share/libreoffice/sdk/classes/win/unowinreg.dll - 
/build/libreoffice/src/185d60944ea767075d27247c3162b3bc-unowinreg.dll
+rm ${srcdir}/ext_sources/185d60944ea767075d27247c3162b3bc-unowinreg.dll
+cp -f ${srcdir}/185d60944ea767075d27247c3162b3bc-unowinreg.dll 
${srcdir}/ext_sources
+#cp -f ${srcdir}/185d60944ea767075d27247c3162b3bc-unowinreg.dll 
${srcdir}/ext_sources

 # fix not upstreamable pyuno paths - patch taken from Debian
 patch -Np1 -i 
${srcdir}/make-pyuno-work-with-system-wide-module-install.diff
@@ -275,7 +284,8 @@
--with-system-headers\
--without-system-hsqldb \
--with-alloc=system\
-   --with-system-clucene
+   --with-system-clucene \
+   --disable-dependency-tracking

 #  --enable-mergelibs \ # https://bugs.archlinux.org/task/34414
 
@@ -327,7 +337,7 @@
  conflicts=('go-openoffice')
  replaces=('go-openoffice' 'openoffice-base' 'libreoffice' 
'libreoffice-extension-pdfimport' 'libreoffice-extension-presenter-screen'
'libreoffice-scripting-beanshell' 
'libreoffice-scripting-javascript' 'libreoffice-extension-scripting-python'
-   'libreoffice-extension-report-builder')
+   'libreoffice-extension-report-builder' 
'libreoffice-extension-presentation-minimizer' 
'libreoffice-extension-presentation-minimizer')
 
  # create directories from *list.txt file
  for directory in `grep ^%dir 
${srcdir}/libreoffice-$_LOver/file-lists/common_list.txt`; do
@@ -639,16 +649,6 @@
  done
 }
 
-package_libreoffice-extension-presentation-minimizer() {
-
- pkgdesc=This extension reduce the file size of the current presentation
- depends=('libreoffice-common' 'gcc-libs')
- groups=('libreoffice-extensions')
-
-   install -dm755 ${pkgdir}/usr/lib/libreoffice/share/extensions
-   unzip -q 
${srcdir}/libreoffice-$_LOver/solver/unxlng*/bin/presentation-minimizer.oxt -d 
${pkgdir}/usr/lib/libreoffice/share/extensions/presentation-minimizer
-}
-
 package_libreoffice-extension-wiki-publisher() {
 
  pkgdesc=This extension enables you to create Wiki articles on MediaWiki 
servers without having to know the syntax of the MediaWiki markup language
@@ -657,7 +657,8 @@
  groups=('libreoffice-extensions')
 
install -dm755 ${pkgdir}/usr/lib/libreoffice/share/extensions
-   unzip -q 
${srcdir}/libreoffice-$_LOver/solver/unxlng*/bin/wiki-publisher.oxt -d 
${pkgdir}/usr/lib/libreoffice/share/extensions/wiki-publisher
+   #unzip -q 
${srcdir}/libreoffice-$_LOver/solver/unxlng*/bin/wiki-publisher.oxt -d 
${pkgdir}/usr/lib/libreoffice/share/extensions/wiki-publisher
+   unzip -q 
${srcdir}/libreoffice-$_LOver/workdir/unxlng*/Extension/wiki-publisher.oxt -d 
${pkgdir}/usr/lib/libreoffice/share/extensions/wiki-publisher
 }
 
 package_libreoffice-extension-nlpsolver() {
@@ -668,5 +669,5 @@
  groups=('libreoffice-extensions')
 
install -dm755 ${pkgdir}/usr/lib/libreoffice/share/extensions
-   unzip -q ${srcdir}/libreoffice-$_LOver/solver/unxlng*/bin/nlpsolver.oxt 
-d 

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

2013-11-13 Thread Gaetan Bisson
Date: Wednesday, November 13, 2013 @ 21:42:27
  Author: bisson
Revision: 199512

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 20:29:25 UTC (rev 199511)
+++ PKGBUILD2013-11-13 20:42:27 UTC (rev 199512)
@@ -6,8 +6,8 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=mpd
-pkgver=0.18.3
-pkgrel=2
+pkgver=0.18.4
+pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -18,7 +18,7 @@
 
source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('e95d1a818ddeff6bb83c969bcc8d3b6ae26ff058' 'SKIP'
+sha1sums=('3a2c6b713f7e058b45d73295d0a45b1046037d77' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '67c145c046cddd885630d72ce8ebe71f8321ff3b')
 



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

2013-11-13 Thread Gaetan Bisson
Date: Wednesday, November 13, 2013 @ 21:44:05
  Author: bisson
Revision: 199513

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 199512, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 199512, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 199512, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 199512, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 199512, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 199512, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 199512, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 199512, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  112 ++
 /conf   |   14 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   56 ---
 extra-i686/conf |7 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   56 ---
 extra-x86_64/conf   |7 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-13 20:42:27 UTC (rev 199512)
+++ extra-i686/PKGBUILD 2013-11-13 20:44:05 UTC (rev 199513)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.18.3
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
-makedepends=('doxygen')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('e95d1a818ddeff6bb83c969bcc8d3b6ae26ff058' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/CdioParanoiaInputPlugin.cxx
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -d ${pkgdir}/usr/lib/systemd/user
-   ln -s ../system/mpd.service ${pkgdir}/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 199512, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-13 20:44:05 UTC (rev 199513)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.18.4
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient')
+makedepends=('doxygen')
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('3a2c6b713f7e058b45d73295d0a45b1046037d77' 'SKIP'
+  

[arch-commits] Commit in xcb-util-cursor/trunk (PKGBUILD)

2013-11-13 Thread Sébastien Luttringer
Date: Wednesday, November 13, 2013 @ 22:01:42
  Author: seblu
Revision: 100958

upgpkg: xcb-util-cursor 0.1.1-1

Modified:
  xcb-util-cursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 20:28:20 UTC (rev 100957)
+++ PKGBUILD2013-11-13 21:01:42 UTC (rev 100958)
@@ -3,8 +3,8 @@
 # Contributor: Bastien Dejean nihilh...@gmail.com
 
 pkgname=xcb-util-cursor
-pkgver=0.1.0
-pkgrel=4
+pkgver=0.1.1
+pkgrel=1
 pkgdesc='XCB cursor library'
 arch=('i686' 'x86_64')
 url='http://cgit.freedesktop.org/xcb/util-cursor'
@@ -11,7 +11,7 @@
 license=('custom:MIT')
 depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
 source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
+md5sums=('568712eaa340f18b357d3748300c1795')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in xcb-util-cursor/repos (4 files)

2013-11-13 Thread Sébastien Luttringer
Date: Wednesday, November 13, 2013 @ 22:01:51
  Author: seblu
Revision: 100959

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

Added:
  xcb-util-cursor/repos/community-i686/PKGBUILD
(from rev 100958, xcb-util-cursor/trunk/PKGBUILD)
  xcb-util-cursor/repos/community-x86_64/PKGBUILD
(from rev 100958, xcb-util-cursor/trunk/PKGBUILD)
Deleted:
  xcb-util-cursor/repos/community-i686/PKGBUILD
  xcb-util-cursor/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 2013-11-13 21:01:42 UTC (rev 100958)
+++ community-i686/PKGBUILD 2013-11-13 21:01:51 UTC (rev 100959)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer seblu at seblu dot net
-# Contributor: Bastien Dejean nihilh...@gmail.com
-
-pkgname=xcb-util-cursor
-pkgver=0.1.0
-pkgrel=4
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xcb-util-cursor/repos/community-i686/PKGBUILD (from rev 100958, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-13 21:01:51 UTC (rev 100959)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('568712eaa340f18b357d3748300c1795')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-13 21:01:42 UTC (rev 100958)
+++ community-x86_64/PKGBUILD   2013-11-13 21:01:51 UTC (rev 100959)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer seblu at seblu dot net
-# Contributor: Bastien Dejean nihilh...@gmail.com
-
-pkgname=xcb-util-cursor
-pkgver=0.1.0
-pkgrel=4
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xcb-util-cursor/repos/community-x86_64/PKGBUILD (from rev 100958, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-13 21:01:51 UTC (rev 100959)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('568712eaa340f18b357d3748300c1795')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-11-13 Thread Andrea Scarpino
Date: Wednesday, November 13, 2013 @ 22:12:07
  Author: andrea
Revision: 199514

upgpkg: source-highlight 3.1.7-8

Add missing newline

Modified:
  source-highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 20:44:05 UTC (rev 199513)
+++ PKGBUILD2013-11-13 21:12:07 UTC (rev 199514)
@@ -4,7 +4,7 @@
 
 pkgname=source-highlight
 pkgver=3.1.7
-pkgrel=7
+pkgrel=8
 pkgdesc=Convert source code to syntax highlighted document
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/src-highlite/;
@@ -30,5 +30,5 @@
   make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
 
   # PKGBUILD syntax highlighting
-  echo pkgbuild = sh.lang  ${pkgdir}/usr/share/${pkgname}/lang.map
+  echo -e \npkgbuild = sh.lang  ${pkgdir}/usr/share/${pkgname}/lang.map
 }



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

2013-11-13 Thread Andrea Scarpino
Date: Wednesday, November 13, 2013 @ 22:12:16
  Author: andrea
Revision: 199515

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

Added:
  source-highlight/repos/extra-i686/PKGBUILD
(from rev 199514, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/extra-i686/source-highlight.install
(from rev 199514, source-highlight/trunk/source-highlight.install)
  source-highlight/repos/extra-x86_64/PKGBUILD
(from rev 199514, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/extra-x86_64/source-highlight.install
(from rev 199514, source-highlight/trunk/source-highlight.install)
Deleted:
  source-highlight/repos/extra-i686/PKGBUILD
  source-highlight/repos/extra-i686/source-highlight.install
  source-highlight/repos/extra-x86_64/PKGBUILD
  source-highlight/repos/extra-x86_64/source-highlight.install

---+
 /PKGBUILD |   68 
 /source-highlight.install |   36 
 extra-i686/PKGBUILD   |   34 
 extra-i686/source-highlight.install   |   18 
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/source-highlight.install |   18 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-13 21:12:07 UTC (rev 199514)
+++ extra-i686/PKGBUILD 2013-11-13 21:12:16 UTC (rev 199515)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=source-highlight
-pkgver=3.1.7
-pkgrel=7
-pkgdesc=Convert source code to syntax highlighted document
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/src-highlite/;
-license=('GPL')
-depends=('bash' 'boost-libs')
-makedepends=('ctags' 'boost')
-install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('0ff81588d3536b4c4e571122ba940595')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-bash-completion=/usr/share/bash-completion/completions
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
-
-  # PKGBUILD syntax highlighting
-  echo pkgbuild = sh.lang  ${pkgdir}/usr/share/${pkgname}/lang.map
-}

Copied: source-highlight/repos/extra-i686/PKGBUILD (from rev 199514, 
source-highlight/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-13 21:12:16 UTC (rev 199515)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=source-highlight
+pkgver=3.1.7
+pkgrel=8
+pkgdesc=Convert source code to syntax highlighted document
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
+
+  # PKGBUILD syntax highlighting
+  echo -e \npkgbuild = sh.lang  ${pkgdir}/usr/share/${pkgname}/lang.map
+}

Deleted: extra-i686/source-highlight.install
===
--- extra-i686/source-highlight.install 2013-11-13 21:12:07 UTC (rev 199514)
+++ extra-i686/source-highlight.install 2013-11-13 21:12:16 UTC (rev 199515)
@@ -1,18 +0,0 @@
-info_dir=usr/share/info
-info_files=(source-highlight.info source-highlight-lib.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: source-highlight/repos/extra-i686/source-highlight.install (from rev 
199514, source-highlight/trunk/source-highlight.install)
===
--- extra-i686/source-highlight.install (rev 0)
+++ extra-i686/source-highlight.install 2013-11-13 21:12:16 UTC (rev 199515)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for 

  1   2   >