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

2015-04-04 Thread Jelle van der Waa
Date: Saturday, April 4, 2015 @ 11:04:03
  Author: jelle
Revision: 130663

upgpkg: calibre 2.23.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 08:34:11 UTC (rev 130662)
+++ PKGBUILD2015-04-04 09:04:03 UTC (rev 130663)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=2.22.0
+pkgver=2.23.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 )
 install=calibre.install
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('13481ce1398e606f07924090c8900885')
+md5sums=('096bb1c01bfe98fce3647e78c8d594ca')
 
 prepare(){
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-04-04 Thread Jelle van der Waa
Date: Saturday, April 4, 2015 @ 11:43:08
  Author: jelle
Revision: 130673

upgpkg: gdal 1.11.2-3

icu 55.1 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 09:36:15 UTC (rev 130672)
+++ PKGBUILD2015-04-04 09:43:08 UTC (rev 130673)
@@ -5,7 +5,7 @@
 
 pkgname=gdal
 pkgver=1.11.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A translator library for raster geospatial data formats
 arch=('i686' 'x86_64')
 url=http://www.gdal.org/;


[arch-commits] Commit in coin-or-coinutils/trunk (PKGBUILD)

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 12:06:26
  Author: arojas
Revision: 130677

Update to 2.10.6

Modified:
  coin-or-coinutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 09:55:36 UTC (rev 130676)
+++ PKGBUILD2015-04-04 10:06:26 UTC (rev 130677)
@@ -4,7 +4,7 @@
 # Derived from Daniel Ehlers'
 
 pkgname=coin-or-coinutils
-pkgver=2.10.5
+pkgver=2.10.6
 pkgrel=1
 pkgdesc=COIN-OR collection of utility classes
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gcc-fortran')
 groups=('coin-or')
 
source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('8c2378f341555abb2a179b08f61a74990adbe36f')
+sha1sums=('1df4007a8f7962921e6fab7a5bc7fb3e86f3')
 
 build() {
   cd CoinUtils-$pkgver


[arch-commits] Commit in coin-or-coinutils/repos (4 files)

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 12:06:46
  Author: arojas
Revision: 130678

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

Added:
  coin-or-coinutils/repos/community-i686/PKGBUILD
(from rev 130677, coin-or-coinutils/trunk/PKGBUILD)
  coin-or-coinutils/repos/community-x86_64/PKGBUILD
(from rev 130677, coin-or-coinutils/trunk/PKGBUILD)
Deleted:
  coin-or-coinutils/repos/community-i686/PKGBUILD
  coin-or-coinutils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-04 10:06:26 UTC (rev 130677)
+++ community-i686/PKGBUILD 2015-04-04 10:06:46 UTC (rev 130678)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: tikysal tiky...@gmail.com
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.5
-pkgrel=1
-pkgdesc=COIN-OR collection of utility classes
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/CoinUtils;
-license=('EPL')
-depends=('zlib' 'bzip2' 'glpk' 'lapack')
-makedepends=('gcc-fortran')
-groups=('coin-or')
-source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('8c2378f341555abb2a179b08f61a74990adbe36f')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-coinutils/repos/community-i686/PKGBUILD (from rev 130677, 
coin-or-coinutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-04 10:06:46 UTC (rev 130678)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: tikysal tiky...@gmail.com
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.6
+pkgrel=1
+pkgdesc=COIN-OR collection of utility classes
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/CoinUtils;
+license=('EPL')
+depends=('zlib' 'bzip2' 'glpk' 'lapack')
+makedepends=('gcc-fortran')
+groups=('coin-or')
+source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
+sha1sums=('1df4007a8f7962921e6fab7a5bc7fb3e86f3')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-04 10:06:26 UTC (rev 130677)
+++ community-x86_64/PKGBUILD   2015-04-04 10:06:46 UTC (rev 130678)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: tikysal tiky...@gmail.com
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.5
-pkgrel=1
-pkgdesc=COIN-OR collection of utility classes
-arch=('i686' 'x86_64')
-url=https://projects.coin-or.org/CoinUtils;
-license=('EPL')
-depends=('zlib' 'bzip2' 'glpk' 'lapack')
-makedepends=('gcc-fortran')
-groups=('coin-or')
-source=(http://www.coin-or.org/download/source/CoinUtils/CoinUtils-${pkgver}.tgz;)
-sha1sums=('8c2378f341555abb2a179b08f61a74990adbe36f')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' 
--with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' 
--enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-coinutils/repos/community-x86_64/PKGBUILD (from rev 130677, 
coin-or-coinutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-04 10:06:46 UTC (rev 130678)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: tikysal tiky...@gmail.com
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.6
+pkgrel=1
+pkgdesc=COIN-OR collection of utility classes
+arch=('i686' 'x86_64')
+url=https://projects.coin-or.org/CoinUtils;
+license=('EPL')

[arch-commits] Commit in coin-or-clp/trunk (PKGBUILD)

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 12:24:21
  Author: arojas
Revision: 130681

Update to 1.16.6

Modified:
  coin-or-clp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 10:12:19 UTC (rev 130680)
+++ PKGBUILD2015-04-04 10:24:21 UTC (rev 130681)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=coin-or-clp
-pkgver=1.16.5
+pkgver=1.16.6
 pkgrel=1
 pkgdesc=COIN-OR linear programming solver
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(coin-or)
 depends=(coin-or-osi suitesparse)
 source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('7f076e3f0b185a71afeecd19636e1bcb6d2b7237')
+sha1sums=('70c1388e010cea721079fe44532a2df5cba1f9f8')
 
 build() {
   cd Clp-$pkgver/Clp


[arch-commits] Commit in coin-or-clp/repos (4 files)

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 12:24:41
  Author: arojas
Revision: 130682

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

Added:
  coin-or-clp/repos/community-i686/PKGBUILD
(from rev 130681, coin-or-clp/trunk/PKGBUILD)
  coin-or-clp/repos/community-x86_64/PKGBUILD
(from rev 130681, coin-or-clp/trunk/PKGBUILD)
Deleted:
  coin-or-clp/repos/community-i686/PKGBUILD
  coin-or-clp/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-04 10:24:21 UTC (rev 130681)
+++ community-i686/PKGBUILD 2015-04-04 10:24:41 UTC (rev 130682)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-clp
-pkgver=1.16.5
-pkgrel=1
-pkgdesc=COIN-OR linear programming solver
-arch=(i686 x86_64)
-url=https://projects.coin-or.org/Clp;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-osi suitesparse)
-source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('7f076e3f0b185a71afeecd19636e1bcb6d2b7237')
-
-build() {
-  cd Clp-$pkgver/Clp
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ \
-  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
-  make
-}
-
-check() {
-  cd Clp-$pkgver/Clp
-  make test
-}
-
-package() {
-  cd Clp-$pkgver/Clp
-  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-clp/repos/community-i686/PKGBUILD (from rev 130681, 
coin-or-clp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-04 10:24:41 UTC (rev 130682)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-clp
+pkgver=1.16.6
+pkgrel=1
+pkgdesc=COIN-OR linear programming solver
+arch=(i686 x86_64)
+url=https://projects.coin-or.org/Clp;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-osi suitesparse)
+source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
+sha1sums=('70c1388e010cea721079fe44532a2df5cba1f9f8')
+
+build() {
+  cd Clp-$pkgver/Clp
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
+  make
+}
+
+check() {
+  cd Clp-$pkgver/Clp
+  make test
+}
+
+package() {
+  cd Clp-$pkgver/Clp
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-04 10:24:21 UTC (rev 130681)
+++ community-x86_64/PKGBUILD   2015-04-04 10:24:41 UTC (rev 130682)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-clp
-pkgver=1.16.5
-pkgrel=1
-pkgdesc=COIN-OR linear programming solver
-arch=(i686 x86_64)
-url=https://projects.coin-or.org/Clp;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-osi suitesparse)
-source=(http://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz;)
-sha1sums=('7f076e3f0b185a71afeecd19636e1bcb6d2b7237')
-
-build() {
-  cd Clp-$pkgver/Clp
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ \
-  --with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include
-  make
-}
-
-check() {
-  cd Clp-$pkgver/Clp
-  make test
-}
-
-package() {
-  cd Clp-$pkgver/Clp
-  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-clp/repos/community-x86_64/PKGBUILD (from rev 130681, 
coin-or-clp/trunk/PKGBUILD)

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

2015-04-04 Thread Lukas Fleischer
Date: Saturday, April 4, 2015 @ 10:23:22
  Author: lfleischer
Revision: 130658

archrelease: copy trunk to community-any

Added:
  java-batik/repos/community-any/PKGBUILD
(from rev 130657, java-batik/trunk/PKGBUILD)
Deleted:
  java-batik/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-04 08:23:13 UTC (rev 130657)
+++ PKGBUILD2015-04-04 08:23:22 UTC (rev 130658)
@@ -1,28 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at crpyotcrack dot de
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Simon Lipp sloonz+...@gmail.com
-
-pkgname=java-batik
-pkgver=1.7
-pkgrel=12
-pkgdesc='SVG library for Java.'
-arch=('any')
-url='http://xmlgraphics.apache.org/batik/'
-license=(APACHE)
-depends=('java-runtime' 'java-commons-io' 'java-commons-logging' 
'java-xmlgraphics-commons')
-makedepends=('java-environment' 'apache-ant' 'unzip')
-source=('http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip')
-md5sums=('c117ca2241907f62a2b3031167ebf917')
-
-build() {
-   cd $srcdir/batik-$pkgver
-   ant all-jar
-}
-
-package() {
-   install -d $pkgdir/usr/share/java/batik
-
-   install -m644 $srcdir/batik-$pkgver/batik-$pkgver/lib/batik-all.jar \
- $pkgdir/usr/share/java/batik/
-   cp -r $srcdir/batik-$pkgver/lib/*.jar $pkgdir/usr/share/java/batik/
-}

Copied: java-batik/repos/community-any/PKGBUILD (from rev 130657, 
java-batik/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-04 08:23:22 UTC (rev 130658)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer archlinux at crpyotcrack dot de
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Simon Lipp sloonz+...@gmail.com
+
+pkgname=java-batik
+pkgver=1.8
+pkgrel=1
+pkgdesc='SVG library for Java.'
+arch=('any')
+url='http://xmlgraphics.apache.org/batik/'
+license=(APACHE)
+depends=('java-runtime' 'java-commons-io' 'java-commons-logging' 
'java-xmlgraphics-commons')
+makedepends=('java-environment' 'apache-ant' 'unzip')
+source=(https://www.apache.org/dist/xmlgraphics/batik/source/batik-src-${pkgver}.tar.gz{,.asc})
+md5sums=('2d330fce73c15629b9052a1a52d4af24'
+ 'SKIP')
+validpgpkeys=('9D5F9D9B3E21B585E8F4551082036989D56B5F17') # Luis Bernardo
+
+build() {
+   cd $srcdir/batik-$pkgver
+   ant all-jar
+}
+
+package() {
+   install -d $pkgdir/usr/share/java/batik
+
+   install -m644 
$srcdir/batik-$pkgver/batik-$pkgver/lib/batik-all-${pkgver}.jar \
+ $pkgdir/usr/share/java/batik/
+   cp -r $srcdir/batik-$pkgver/lib/*.jar $pkgdir/usr/share/java/batik/
+}


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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 10:34:06
  Author: foutrelis
Revision: 130661

upgpkg: shorewall 4.6.8-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 08:25:43 UTC (rev 130660)
+++ PKGBUILD2015-04-04 08:34:06 UTC (rev 130661)
@@ -5,17 +5,17 @@
 # Contributor: FUBAR mrfu...@gmail.com
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.7
+pkgver=4.6.8
 pkgrel=1
 arch=('any')
 url=http://www.shorewall.net/;
 license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.7/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.7/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.7/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('93b14fb7ee760f1079536bc34821f883b50e6f6f31e3cd0b67400c9f6c3e0db8'
-'4f74d5718528ebb687d14de8c8953c9567441355bebe725b78ff43b9b7ff321d'
-'171e4c42dd1d3c7ad6d9a234daf4564941f6f36d7a0ec57656e7a76e8730716e')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.8/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.8/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.8/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('336094ff1aceb3dde03c5fac888fe7fc373b0c80bc68957b30b0327e27493c26'
+'9a0e47490457c261f7d2594d7156ecbc5a97eae9f7d81d669ce28891dade'
+'70f51bf12e398f3e4d67b4531c936e6c57e1c322dfd7d2bfdc8e7717d2cc3587')
 
 build() {
   for product in shorewall{,6,-core}; do


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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 10:34:11
  Author: foutrelis
Revision: 130662

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 130661, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-04 08:34:06 UTC (rev 130661)
+++ PKGBUILD2015-04-04 08:34:11 UTC (rev 130662)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Malte Rabenseifner ma...@zearan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: FUBAR mrfu...@gmail.com
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.7
-pkgrel=1
-arch=('any')
-url=http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.7/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.7/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.7/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('93b14fb7ee760f1079536bc34821f883b50e6f6f31e3cd0b67400c9f6c3e0db8'
-'4f74d5718528ebb687d14de8c8953c9567441355bebe725b78ff43b9b7ff321d'
-'171e4c42dd1d3c7ad6d9a234daf4564941f6f36d7a0ec57656e7a76e8730716e')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd $srcdir/$product-$pkgver
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc=An iptables-based firewall for Linux systems
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc=An iptables-based firewall for Linux systems (with IPv6 support)
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc=Core Shorewall libraries
-  depends=('iptables' 'iproute2')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  DESTDIR=$pkgdir ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|.gz|' \
- -e 's|/subsys||' \
-  configfiles/shorewall$_name_suffix.conf
-
-  DESTDIR=$pkgdir ./install.sh
-
-  install -d $pkgdir/usr/share/doc/shorewall$_name_suffix/
-  cp -r Samples$_name_suffix $pkgdir/usr/share/doc/shorewall$_name_suffix/
-
-  chmod -R 644 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 755 $pkgdir/etc/shorewall$_name_suffix/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 130661, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-04 08:34:11 UTC (rev 130662)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Malte Rabenseifner ma...@zearan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: FUBAR mrfu...@gmail.com
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.6.8
+pkgrel=1
+arch=('any')
+url=http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.8/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.8/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.8/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('336094ff1aceb3dde03c5fac888fe7fc373b0c80bc68957b30b0327e27493c26'
+'9a0e47490457c261f7d2594d7156ecbc5a97eae9f7d81d669ce28891dade'
+'70f51bf12e398f3e4d67b4531c936e6c57e1c322dfd7d2bfdc8e7717d2cc3587')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd $srcdir/$product-$pkgver
+./configure HOST=archlinux
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc=An iptables-based firewall for Linux systems
+  depends=('shorewall-core' 'perl')
+  

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

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 10:51:14
  Author: arojas
Revision: 235438

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

Added:
  
plasma-desktop/repos/testing-i686/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch
(from rev 235437, 
plasma-desktop/trunk/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch)
  plasma-desktop/repos/testing-i686/PKGBUILD
(from rev 235437, plasma-desktop/trunk/PKGBUILD)
  
plasma-desktop/repos/testing-i686/aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch
(from rev 235437, 
plasma-desktop/trunk/aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch)
  plasma-desktop/repos/testing-i686/plasma-desktop.install
(from rev 235437, plasma-desktop/trunk/plasma-desktop.install)
  
plasma-desktop/repos/testing-x86_64/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch
(from rev 235437, 
plasma-desktop/trunk/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch)
  plasma-desktop/repos/testing-x86_64/PKGBUILD
(from rev 235437, plasma-desktop/trunk/PKGBUILD)
  
plasma-desktop/repos/testing-x86_64/aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch
(from rev 235437, 
plasma-desktop/trunk/aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch)
  plasma-desktop/repos/testing-x86_64/plasma-desktop.install
(from rev 235437, plasma-desktop/trunk/plasma-desktop.install)

---+
 testing-i686/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch   |   63 +
 testing-i686/PKGBUILD |   56 
 testing-i686/aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch   |   66 ++
 testing-i686/plasma-desktop.install   |   12 +
 testing-x86_64/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch |   63 +
 testing-x86_64/PKGBUILD   |   56 
 testing-x86_64/aa08cd42a470af7a10f34cc9dbe7aefd0057bb35.patch |   66 ++
 testing-x86_64/plasma-desktop.install |   12 +
 8 files changed, 394 insertions(+)

Copied: 
plasma-desktop/repos/testing-i686/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch
 (from rev 235437, 
plasma-desktop/trunk/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch)
===
--- testing-i686/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch 
(rev 0)
+++ testing-i686/9ba1ef4777aae9a2492f9960d5fc46b3a6415d85.patch 2015-04-04 
08:51:14 UTC (rev 235438)
@@ -0,0 +1,63 @@
+From: Marco Martin notm...@gmail.com
+Date: Thu, 02 Apr 2015 12:25:56 +
+Subject: iexplicitly fallback to unknown icon
+X-Git-Url: 
http://quickgit.kde.org/?p=plasma-desktop.gita=commitdiffh=9ba1ef4777aae9a2492f9960d5fc46b3a6415d85
+---
+iexplicitly fallback to unknown icon
+
+as in kicker, we have to manually fallback now
+BUG:345740
+---
+
+
+--- a/applets/kickoff/core/applicationmodel.cpp
 b/applets/kickoff/core/applicationmodel.cpp
+@@ -149,7 +149,7 @@
+ }
+ 
+ AppNode *newnode = new AppNode();
+-newnode-icon = QIcon::fromTheme(p-icon());
++newnode-icon = QIcon::fromTheme(p-icon(), 
QIcon::fromTheme(unknown));
+ newnode-appName = p-name();
+ newnode-genericName = p-genericName();
+ newnode-desktopEntry = p-entryPath();
+@@ -264,7 +264,7 @@
+ 
+ AppNode *newnode = new AppNode();
+ newnode-iconName = icon;
+-newnode-icon = QIcon::fromTheme(icon);
++newnode-icon = QIcon::fromTheme(icon, QIcon::fromTheme(unknown));
+ newnode-appName = appName;
+ newnode-genericName = genericName;
+ newnode-relPath = relPath;
+
+--- a/applets/kickoff/core/models.cpp
 b/applets/kickoff/core/models.cpp
+@@ -77,7 +77,7 @@
+ item = new QStandardItem;
+ KDesktopFile desktopFile(url.toLocalFile());
+ item-setText(QFileInfo(urlString.mid(0, 
urlString.lastIndexOf('.'))).completeBaseName());
+-item-setIcon(QIcon::fromTheme(desktopFile.readIcon()));
++item-setIcon(QIcon::fromTheme(desktopFile.readIcon(), 
QIcon::fromTheme(unknown)));
+ 
+ //FIXME: desktopUrl is a hack around borkage in KRecentDocuments which
+ //   stores a path in the URL field!
+@@ -107,7 +107,7 @@
+ 
+ item-setText(basename);
+ //FIXME
+-// item-setIcon(QIcon::fromTheme(KMimeType::iconNameForUrl(url)));
++// item-setIcon(QIcon::fromTheme(KMimeType::iconNameForUrl(url), 
QIcon::fromTheme(unknown)));
+ item-setData(url.url(), Kickoff::UrlRole);
+ item-setData(subTitle, Kickoff::SubTitleRole);
+ 
+@@ -150,7 +150,7 @@
+ QString appName = service-name();
+ bool nameFirst = displayOrder == NameBeforeDescription;
+ appItem-setText(nameFirst || genericName.isEmpty() ? appName : 
genericName);
+-appItem-setIcon(QIcon::fromTheme(service-icon()));
++appItem-setIcon(QIcon::fromTheme(service-icon(), 
QIcon::fromTheme(unknown)));
+ 

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

2015-04-04 Thread Jelle van der Waa
Date: Saturday, April 4, 2015 @ 11:04:18
  Author: jelle
Revision: 130664

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 130663, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre.install
(from rev 130663, calibre/trunk/calibre.install)
  calibre/repos/community-i686/incompatibility-pyqt5.4.1.patch
(from rev 130663, calibre/trunk/incompatibility-pyqt5.4.1.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 130663, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre.install
(from rev 130663, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/incompatibility-pyqt5.4.1.patch
(from rev 130663, calibre/trunk/incompatibility-pyqt5.4.1.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/incompatibility-pyqt5.4.1.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/incompatibility-pyqt5.4.1.patch

--+
 /PKGBUILD|  176 +
 /calibre.install |   24 ++
 /incompatibility-pyqt5.4.1.patch |   56 ++
 community-i686/PKGBUILD  |   88 --
 community-i686/calibre.install   |   12 -
 community-i686/incompatibility-pyqt5.4.1.patch   |   28 ---
 community-x86_64/PKGBUILD|   88 --
 community-x86_64/calibre.install |   12 -
 community-x86_64/incompatibility-pyqt5.4.1.patch |   28 ---
 9 files changed, 256 insertions(+), 256 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-04 09:04:03 UTC (rev 130663)
+++ community-i686/PKGBUILD 2015-04-04 09:04:18 UTC (rev 130664)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Petrov Roman nwhis...@gmail.com
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-# Contributor: Larry Hajali larryh...@gmail.com
-
-pkgname=calibre
-pkgver=2.22.0
-pkgrel=1
-pkgdesc=Ebook management application
-arch=('i686' 'x86_64')
-url=http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-)
-install=calibre.install
-source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('13481ce1398e606f07924090c8900885')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
-  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
-  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir) \
-  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir) \
-  -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
-  -e s/^Name=calibre/Name=Calibre/g \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix the environment module location
-  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
-
-  

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

2015-04-04 Thread Jelle van der Waa
Date: Saturday, April 4, 2015 @ 11:43:20
  Author: jelle
Revision: 130674

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

Added:
  gdal/repos/community-staging-i686/
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 130673, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/gdal-1.5.1-python-install.patch
(from rev 130673, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 130673, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-i686/poppler-0.31.patch
(from rev 130673, gdal/trunk/poppler-0.31.patch)
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 130673, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-1.5.1-python-install.patch
(from rev 130673, gdal/trunk/gdal-1.5.1-python-install.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 130673, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-x86_64/poppler-0.31.patch
(from rev 130673, gdal/trunk/poppler-0.31.patch)

--+
 community-staging-i686/PKGBUILD  |   77 +
 community-staging-i686/gdal-1.5.1-python-install.patch   |   10 +
 community-staging-i686/gdal.changelog|   47 +++
 community-staging-i686/poppler-0.31.patch|   12 ++
 community-staging-x86_64/PKGBUILD|   77 +
 community-staging-x86_64/gdal-1.5.1-python-install.patch |   10 +
 community-staging-x86_64/gdal.changelog  |   47 +++
 community-staging-x86_64/poppler-0.31.patch  |   12 ++
 8 files changed, 292 insertions(+)

Copied: gdal/repos/community-staging-i686/PKGBUILD (from rev 130673, 
gdal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-04 09:43:20 UTC (rev 130674)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gdal
+pkgver=1.11.2
+pkgrel=3
+pkgdesc=A translator library for raster geospatial data formats
+arch=('i686' 'x86_64')
+url=http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 
'libspatialite' 'libtiff' 'netcdf' 'poppler' 'python2' 'python2-numpy' 
'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
+gdal-1.5.1-python-install.patch
+poppler-0.31.patch)
+sha256sums=('66bc8192d24e314a66ed69285186d46e6999beb44fc97eeb9c76d82a117c0845'
+'55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6'
+'4fc42bdb729cec92920236ef9f3302fab497069dbb7d41d81222e7e48a36e7a6')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -Np0 -i ${srcdir}/gdal-1.5.1-python-install.patch
+  patch -Np1 -i ${srcdir}/poppler-0.31.patch
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i s|^mandir=.*|mandir='\${prefix}/share/man'| configure
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  export CFLAGS=$CFLAGS -fno-strict-aliasing
+
+# bug #23654
+  export LDFLAGS=$LDFLAGS -Wl,--as-needed 
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
+  --with-geotiff --with-mysql --with-python --with-curl \
+  --with-hdf5 --with-perl --with-geos --with-png --with-poppler 
--with-spatialite
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+}
+
+package () {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-man
+
+# install license
+  install -D -m644 LICENSE.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+#FS15477 clean up junks
+  rm -f ${pkgdir}/usr/bin/*.dox
+  rm -f ${pkgdir}/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+
+# Remove RPATH
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
${pkgdir}/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+ 

[arch-commits] Commit in aegisub/trunk (PKGBUILD aegisub-boost1.56.patch)

2015-04-04 Thread Maxime Gauduin
Date: Saturday, April 4, 2015 @ 11:53:27
  Author: alucryd
Revision: 130675

upgpkg: aegisub 3.2.2-2

Modified:
  aegisub/trunk/PKGBUILD
Deleted:
  aegisub/trunk/aegisub-boost1.56.patch

-+
 PKGBUILD|2 -
 aegisub-boost1.56.patch |   67 --
 2 files changed, 1 insertion(+), 68 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 09:43:20 UTC (rev 130674)
+++ PKGBUILD2015-04-04 09:53:27 UTC (rev 130675)
@@ -5,7 +5,7 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('i686' 'x86_64')
 url='http://www.aegisub.org'

Deleted: aegisub-boost1.56.patch
===
--- aegisub-boost1.56.patch 2015-04-04 09:43:20 UTC (rev 130674)
+++ aegisub-boost1.56.patch 2015-04-04 09:53:27 UTC (rev 130675)
@@ -1,67 +0,0 @@
-diff --git a/libaegisub/include/libaegisub/lua/utils.h 
b/libaegisub/include/libaegisub/lua/utils.h
-index 4e907ee..634d924 100644
 a/libaegisub/include/libaegisub/lua/utils.h
-+++ b/libaegisub/include/libaegisub/lua/utils.h
-@@ -16,21 +16,27 @@
- 
- #include libaegisub/fs.h
- 
--#include boost/exception/detail/attribute_noreturn.hpp
- #include lua.hpp
- #include string
- #include vector
- #include type_traits
- 
-+#include boost/config.hpp
-+
-+#ifndef BOOST_NORETURN
-+#include boost/exception/detail/attribute_noreturn.hpp
-+#define BOOST_NORETURN BOOST_ATTRIBUTE_NORETURN
-+#endif
-+
- namespace agi { namespace lua {
- // Exception type for errors where the error details are on the lua stack
- struct error_tag {};
- 
- // Below are functionally equivalent to the luaL_ functions, but using a C++
- // exception for stack unwinding
--int BOOST_ATTRIBUTE_NORETURN error(lua_State *L, const char *fmt, ...);
--int BOOST_ATTRIBUTE_NORETURN argerror(lua_State *L, int narg, const char 
*extramsg);
--int BOOST_ATTRIBUTE_NORETURN typerror(lua_State *L, int narg, const char 
*tname);
-+int BOOST_NORETURN error(lua_State *L, const char *fmt, ...);
-+int BOOST_NORETURN argerror(lua_State *L, int narg, const char *extramsg);
-+int BOOST_NORETURN typerror(lua_State *L, int narg, const char *tname);
- void argcheck(lua_State *L, bool cond, int narg, const char *msg);
- 
- inline void push_value(lua_State *L, bool value) { lua_pushboolean(L, value); 
}
-diff --git a/libaegisub/lua/utils.cpp b/libaegisub/lua/utils.cpp
-index 8a5770e..9dd577b 100644
 a/libaegisub/lua/utils.cpp
-+++ b/libaegisub/lua/utils.cpp
-@@ -181,7 +181,7 @@ int add_stack_trace(lua_State *L) {
-   return 1;
- }
- 
--int BOOST_ATTRIBUTE_NORETURN error(lua_State *L, const char *fmt, ...) {
-+int BOOST_NORETURN error(lua_State *L, const char *fmt, ...) {
-   va_list argp;
-   va_start(argp, fmt);
-   luaL_where(L, 1);
-@@ -191,7 +191,7 @@ int BOOST_ATTRIBUTE_NORETURN error(lua_State *L, const 
char *fmt, ...) {
-   throw error_tag();
- }
- 
--int BOOST_ATTRIBUTE_NORETURN argerror(lua_State *L, int narg, const char 
*extramsg) {
-+int BOOST_NORETURN argerror(lua_State *L, int narg, const char *extramsg) {
-   lua_Debug ar;
-   if (!lua_getstack(L, 0, ar))
-   error(L, bad argument #%d (%s), narg, extramsg);
-@@ -203,7 +203,7 @@ int BOOST_ATTRIBUTE_NORETURN argerror(lua_State *L, int 
narg, const char *extram
-   narg, ar.name, extramsg);
- }
- 
--int BOOST_ATTRIBUTE_NORETURN typerror(lua_State *L, int narg, const char 
*tname) {
-+int BOOST_NORETURN typerror(lua_State *L, int narg, const char *tname) {
-   const char *msg = lua_pushfstring(L, %s expected, got %s,
-   tname, luaL_typename(L, narg));
-   argerror(L, narg, msg);


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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 11:53:15
  Author: foutrelis
Revision: 235446

upgpkg: firefox-i18n 37.0.1-1

New upstream release.

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  180 ++---
 1 file changed, 90 insertions(+), 90 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 09:47:48 UTC (rev 235445)
+++ PKGBUILD2015-04-04 09:53:15 UTC (rev 235446)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=firefox-i18n
-pkgver=37.0
+pkgver=37.0.1
 pkgrel=1
 pkgdesc=Language pack for Firefox
 arch=('any')
@@ -130,92 +130,92 @@
 
$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi
 }
 
-md5sums=('2f17b114cd744228082d2987984304bb'
- '3fda64ce0600df490c3ea7205d2f11e8'
- '70e232974f85419228c3457c4e54b49d'
- '562bf4026b1f948a2fa9720974a17f24'
- '5b34c893fd52a2383fd8307bbd6bd5f4'
- 'b242a377792cde82af29723770354708'
- '254725b7896ec9ec37d777bc2b4f1bc8'
- '8d39ef3b8ab7773b3342d68abcd67d3f'
- '34fa0f3694fda8b9ea717054bb50d12a'
- 'f3e36d9bec097606f903be425621557f'
- 'caddf7f97abc80a6afba0f3dc1072ade'
- 'f6dc2405d741a11d4ef9f63c57b77d5e'
- '5ba461b5aea4f6bbca98d94d61abab37'
- 'f3d331645dbabab09de0073d199bbbe1'
- 'f0690a70426dbba5f69cee017dd5acc6'
- '16ebd59e3a58bcf9bcc2c9affe9c0eef'
- 'f22a51f4ba65e61531a9bcc84d76ed4b'
- 'a0948f3840bbca942b709956d29c310b'
- '4daf1b1c0d9da5ac9573cc5c957c9038'
- '572f03bcd0abe61c509155e93dd01cd0'
- 'c7b3a707cdea2207e4e02b5098c04026'
- '434daba1292e0331c83da1b387c7097b'
- '971d924d7ddd8edaab7f7903ecb5bde8'
- '1cc397390599e8b0f7f5d375e164d22c'
- '67cdda0147ecf5f9add43a03e2066c9d'
- '82557097808020b98d7983f3bba5b4a2'
- 'fb2b19ccf26795e3bcab81e2e6326b3c'
- '97907f1532f7907b995517f015286e87'
- '602db0e4234256f65f91d68bf402e24c'
- '7b70dfdf766b67745a146d739c097116'
- '43d82d4a30b26f8b96a44aabac5dd218'
- 'b60c34c5da73ac22fc3d8812b868cbe3'
- '8be238fd7e09582ca8e45bfaa218bdfd'
- 'a5d01db26e869093471119f523a0a54f'
- '3259d01bcea18117eaa4702d630643aa'
- '3259c262c9f15dbc300c1b889d084350'
- 'b509a6f16d33606e8c000e072261e43d'
- '948eb15f73e77a105935449914ab43f3'
- 'a510481de4ccda1005ee553785e6d77c'
- '3e9d3a639df2223095fec3b2f992f779'
- '3b2dbd0b54acbc462d10d0225544f00f'
- '6c888b72d2f0282c17f472ad4c33a486'
- '7057e9067228ba58f3a0b4d90bd53eb5'
- 'a834825853f1557816ac7648d10fc452'
- '56a938a9f834f32641591e96b5c35186'
- '0ca458c0f2ff6027daa2610abd0922e2'
- 'd47481f78a6eaef7c902e5b5a0a9f01f'
- 'ebfe9cbc5c0e835d16cdabbc5025e13f'
- 'f76b863a6c95b23cb0d0ad3e163ac008'
- '18195f07ddd0bcc8c76f26376c854f4f'
- '95657fb00a5481cc474a5f6bd1add23d'
- 'a2b67301b18a94e9cba128e6890d1772'
- '046d56ad919b5176c917c8819f210491'
- 'fb5aaae91f90481f2eb3a6128e1d04aa'
- '43836b88e4e9c46ffdd62ca4a567f124'
- '1c3730c2d4f22a0c8ef83dbbabb15c00'
- 'a124f4f3f6652027423c7a8c67c8f30a'
- '2ccbedb46e0dc89f10d97f4a3f190576'
- 'c6203290794fa1a7e5bdd671f6b5c2a3'
- 'b070ed0d073ed74a5cc89a088ff5e135'
- 'c2d6e0bd8a15abedfeba6a9801299a91'
- '462e709a3e179cf78036c3c1af01bd0c'
- 'f727df0f03c9e8956ed4888c425fd439'
- '3002e238e41a87031110f49995e5c1a6'
- '8dac476071f4fdc4f6984602ec5ea731'
- 'a68b28c4464b10a285d7982d5c1c8396'
- 'c3f37bc20f9aabf97c94efa3884063f3'
- '7c3fef206ffaaafcb3aa98641154820a'
- 'de049ac637278593df27f6bb83b78572'
- '75471682107a579d0afda6387198c89b'
- '6318b67be73aff63169db7a8969200c6'
- '92ec83dd14006ebf480fde1a93426312'
- '0c8e7d881eea9438d1bd33c83bb74e68'
- '6672831da5c8d88302a123b61149afa4'
- '0510e7d154d894e8389f5700c5933961'
- 'aab674485ec1b220a278ab501efe7b84'
- '1565fe6c170733816e1c9f49ca5713af'
- '38ec6819bda8d06d5a746b86f6102511'
- '90f51ba7fd853e814a37abaaba442d86'
- '043bec69299bdea33d8ff9a1cf3bd838'
- '829044f299b57f6e237052ef8a3c5e9b'
- '27e96abafadd13437617d20625f1470d'
- '77865d82d332aace0b21840e2fa8f2cc'
- 'd4bcc0e8dabda448a40635fa134427e0'
- '06c41bd595d67c60a1420134432d3f69'
- '784c134f1ebb8e9faddc0b0116725d4c'
- 'd6275802acb62078bc2e1fbc80fb1eca'
- '08aa1c73a55fedba1450df86370b4bc6'
- 'b83e9208b2062616d892d6a11eca99be')
+md5sums=('c5cae8ab2de01c7516946ba3b8085c08'
+ 'a00179c02cfa0d3b1fae4b925609c747'
+ 'b7f65e538f8f49243d8668ebefc6454a'
+ '91dd90bf326215b304db60cac54ce8c8'
+   

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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 11:53:39
  Author: foutrelis
Revision: 235447

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 235446, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  442 ++---
 1 file changed, 221 insertions(+), 221 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-04 09:53:15 UTC (rev 235446)
+++ PKGBUILD2015-04-04 09:53:39 UTC (rev 235447)
@@ -1,221 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Michal Hybner dta...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=firefox-i18n
-pkgver=37.0
-pkgrel=1
-pkgdesc=Language pack for Firefox
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(firefox=$pkgver)
-makedepends=('zip' 'unzip')
-
-_languages=(
-  'achAcholi'
-  'af Afrikaans'
-  'an Aragonese'
-  'ar Arabic'
-  'as Assamese'
-  'astAsturian'
-  'az Azerbaijani'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'bn-IN  Bengali (India)'
-  'br Breton'
-  'bs Bosnian'
-  'ca Catalan'
-  'cs Czech'
-  'cy Welsh'
-  'da Danish'
-  'de German'
-  'dsbLower Sorbian'
-  'el Greek'
-  'en-GB  English (British)'
-  'en-US  English (US)'
-  'en-ZA  English (South African)'
-  'eo Esperanto'
-  'es-AR  Spanish (Argentina)'
-  'es-CL  Spanish (Chile)'
-  'es-ES  Spanish (Spain)'
-  'es-MX  Spanish (Mexico)'
-  'et Estonian'
-  'eu Basque'
-  'fa Persian'
-  'ff Fulah'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian'
-  'ga-IE  Irish'
-  'gd Gaelic (Scotland)'
-  'gl Galician'
-  'gu-IN  Gujarati (India)'
-  'he Hebrew'
-  'hi-IN  Hindi (India)'
-  'hr Croatian'
-  'hsbUpper Sorbian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'kk Kazakh'
-  'km Khmer'
-  'kn Kannada'
-  'ko Korean'
-  'lijLigurian'
-  'lt Lithuanian'
-  'lv Latvian'
-  'maiMaithili'
-  'mk Macedonian'
-  'ml Malayalam'
-  'mr Marathi'
-  'ms Malay'
-  'nb-NO  Norwegian (Bokmål)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'or Oriya'
-  'pa-IN  Punjabi (India)'
-  'pl Polish'
-  'pt-BR  Portuguese (Brazilian)'
-  'pt-PT  Portuguese (Portugal)'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhala'
-  'sk Slovak'
-  'sl Slovenian'
-  'sonSonghai'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta Tamil'
-  'te Telugu'
-  'th Thai'
-  'tr Turkish'
-  'uk Ukrainian'
-  'uz Uzbek'
-  'vi Vietnamese'
-  'xh Xhosa'
-  'zh-CN  Chinese (Simplified)'
-  'zh-TW  Chinese (Traditional)'
-)
-
-pkgname=()
-source=()
-_url=http://download.cdn.mozilla.net/pub/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc=$2 language pack for Firefox
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi
-}
-
-md5sums=('2f17b114cd744228082d2987984304bb'
- '3fda64ce0600df490c3ea7205d2f11e8'
- '70e232974f85419228c3457c4e54b49d'
- '562bf4026b1f948a2fa9720974a17f24'
- '5b34c893fd52a2383fd8307bbd6bd5f4'
- 'b242a377792cde82af29723770354708'
- '254725b7896ec9ec37d777bc2b4f1bc8'
- '8d39ef3b8ab7773b3342d68abcd67d3f'
- '34fa0f3694fda8b9ea717054bb50d12a'
- 'f3e36d9bec097606f903be425621557f'
- 'caddf7f97abc80a6afba0f3dc1072ade'
- 'f6dc2405d741a11d4ef9f63c57b77d5e'
- '5ba461b5aea4f6bbca98d94d61abab37'
- 'f3d331645dbabab09de0073d199bbbe1'
- 'f0690a70426dbba5f69cee017dd5acc6'
- '16ebd59e3a58bcf9bcc2c9affe9c0eef'
- 'f22a51f4ba65e61531a9bcc84d76ed4b'
- 'a0948f3840bbca942b709956d29c310b'
- '4daf1b1c0d9da5ac9573cc5c957c9038'
- '572f03bcd0abe61c509155e93dd01cd0'
- 'c7b3a707cdea2207e4e02b5098c04026'
- '434daba1292e0331c83da1b387c7097b'
- '971d924d7ddd8edaab7f7903ecb5bde8'
- '1cc397390599e8b0f7f5d375e164d22c'
- '67cdda0147ecf5f9add43a03e2066c9d'
- '82557097808020b98d7983f3bba5b4a2'
- 'fb2b19ccf26795e3bcab81e2e6326b3c'
- '97907f1532f7907b995517f015286e87'
- '602db0e4234256f65f91d68bf402e24c'
- 

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

2015-04-04 Thread Maxime Gauduin
Date: Saturday, April 4, 2015 @ 11:55:36
  Author: alucryd
Revision: 130676

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

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

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/aegisub.install   |   14 ++
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/aegisub.install |   14 ++
 4 files changed, 104 insertions(+)

Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 130675, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-04 09:55:36 UTC (rev 130676)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: kozec ko...@kozec.com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=2
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install='aegisub.install'
+source=(http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
+  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-i686/aegisub.install (from rev 130675, 
aegisub/trunk/aegisub.install)
===
--- community-staging-i686/aegisub.install  (rev 0)
+++ community-staging-i686/aegisub.install  2015-04-04 09:55:36 UTC (rev 
130676)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -ftq usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 130675, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-04 09:55:36 UTC (rev 130676)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: kozec ko...@kozec.com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=2
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install='aegisub.install'
+source=(http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
+  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/aegisub.install (from rev 
130675, aegisub/trunk/aegisub.install)
===
--- community-staging-x86_64/aegisub.install(rev 0)
+++ community-staging-x86_64/aegisub.install2015-04-04 09:55:36 UTC (rev 
130676)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -ftq usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-04-04 Thread Lukas Fleischer
Date: Saturday, April 4, 2015 @ 10:23:13
  Author: lfleischer
Revision: 130657

upgpkg: java-batik 1.8-1

Upstream update.

Modified:
  java-batik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 08:07:39 UTC (rev 130656)
+++ PKGBUILD2015-04-04 08:23:13 UTC (rev 130657)
@@ -3,8 +3,8 @@
 # Contributor: Simon Lipp sloonz+...@gmail.com
 
 pkgname=java-batik
-pkgver=1.7
-pkgrel=12
+pkgver=1.8
+pkgrel=1
 pkgdesc='SVG library for Java.'
 arch=('any')
 url='http://xmlgraphics.apache.org/batik/'
@@ -11,8 +11,10 @@
 license=(APACHE)
 depends=('java-runtime' 'java-commons-io' 'java-commons-logging' 
'java-xmlgraphics-commons')
 makedepends=('java-environment' 'apache-ant' 'unzip')
-source=('http://archive.apache.org/dist/xmlgraphics/batik/batik-src-1.7.zip')
-md5sums=('c117ca2241907f62a2b3031167ebf917')
+source=(https://www.apache.org/dist/xmlgraphics/batik/source/batik-src-${pkgver}.tar.gz{,.asc})
+md5sums=('2d330fce73c15629b9052a1a52d4af24'
+ 'SKIP')
+validpgpkeys=('9D5F9D9B3E21B585E8F4551082036989D56B5F17') # Luis Bernardo
 
 build() {
cd $srcdir/batik-$pkgver
@@ -22,7 +24,7 @@
 package() {
install -d $pkgdir/usr/share/java/batik
 
-   install -m644 $srcdir/batik-$pkgver/batik-$pkgver/lib/batik-all.jar \
+   install -m644 
$srcdir/batik-$pkgver/batik-$pkgver/lib/batik-all-${pkgver}.jar \
  $pkgdir/usr/share/java/batik/
cp -r $srcdir/batik-$pkgver/lib/*.jar $pkgdir/usr/share/java/batik/
 }


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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 10:28:19
  Author: foutrelis
Revision: 235430

upgpkg: audacious-plugins 3.6.1-1

New upstream release.

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 07:06:38 UTC (rev 235429)
+++ PKGBUILD2015-04-04 08:28:19 UTC (rev 235430)
@@ -1,17 +1,18 @@
 # $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Gaetan Bisson bis...@archlinux.org
 # Contributor: Alexander Fehr pizzapunk gmail com
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=audacious-plugins
-pkgver=3.6
-pkgrel=2
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('custom:BSD' 'GPL')
+pkgver=3.6.1
+pkgrel=1
+pkgdesc=Plugins for Audacious
 arch=('i686' 'x86_64')
+url=http://audacious-media-player.org/;
+license=('BSD' 'GPL')
 
-makedepends=(audacious=${pkgver}
+makedepends=(audacious=$pkgver
  'glib2' 'python2' # for gdbus-codegen
  'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
  'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
@@ -44,22 +45,23 @@
 'libmms: libmms-based mms transport'
 'libcue: CUE playlist format')
 
-source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('1a0d46f5e8b6ff6fcce0e441818da234b8f1f020')
+source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('0ae17d573dd094b3124e0bbec0c059c4ca668436830c922eb00f0b7eb9745195')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
 
-   ./configure \
-   --prefix=/usr \
-   --enable-amidiplug \
-   --disable-adplug \
-
-   make
+  ./configure \
+--prefix=/usr \
+--enable-amidiplug \
+--disable-adplug
+  make
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  cd $srcdir/$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 audacious-plugins/repos (4 files)

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 10:28:35
  Author: foutrelis
Revision: 235431

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

Added:
  audacious-plugins/repos/extra-i686/PKGBUILD
(from rev 235430, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 235430, audacious-plugins/trunk/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-i686/PKGBUILD
  audacious-plugins/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  134 
 extra-i686/PKGBUILD   |   65 ---
 extra-x86_64/PKGBUILD |   65 ---
 3 files changed, 134 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-04 08:28:19 UTC (rev 235430)
+++ extra-i686/PKGBUILD 2015-04-04 08:28:35 UTC (rev 235431)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=audacious-plugins
-pkgver=3.6
-pkgrel=2
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('custom:BSD' 'GPL')
-arch=('i686' 'x86_64')
-
-makedepends=(audacious=${pkgver}
- 'glib2' 'python2' # for gdbus-codegen
- 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
- 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio-paranoia: CD Digital Audio input'
-'libsidplayfp: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'dbus-glib: Gnome Shortcuts Plugin'
-'libnotify: libnotify OSD'
-'lirc: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('1a0d46f5e8b6ff6fcce0e441818da234b8f1f020')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --enable-amidiplug \
-   --disable-adplug \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 235430, 
audacious-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-04 08:28:35 UTC (rev 235431)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=audacious-plugins
+pkgver=3.6.1
+pkgrel=1
+pkgdesc=Plugins for Audacious
+arch=('i686' 'x86_64')
+url=http://audacious-media-player.org/;
+license=('BSD' 'GPL')
+
+makedepends=(audacious=$pkgver
+ 'glib2' 'python2' # for gdbus-codegen
+ 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'dbus-glib: Gnome Shortcuts 

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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 10:28:57
  Author: foutrelis
Revision: 235432

upgpkg: audacious 3.6.1-1

New upstream release.

Added:
  audacious/trunk/audacious.install
(from rev 235345, audacious/trunk/install)
Modified:
  audacious/trunk/PKGBUILD
Deleted:
  audacious/trunk/install

---+
 PKGBUILD  |   40 +++-
 audacious.install |   14 ++
 install   |   13 -
 3 files changed, 37 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 08:28:35 UTC (rev 235431)
+++ PKGBUILD2015-04-04 08:28:57 UTC (rev 235432)
@@ -1,34 +1,40 @@
 # $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Gaetan Bisson bis...@archlinux.org
 # Contributor: Alexander Fehr pizzapunk gmail com
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=audacious
-pkgver=3.6
-pkgrel=2
-pkgdesc='Lightweight, advanced audio player focused on audio quality'
-url='http://audacious-media-player.org/'
-license=('custom:BSD')
+pkgver=3.6.1
+pkgrel=1
+pkgdesc=Lightweight, advanced audio player focused on audio quality
 arch=('i686' 'x86_64')
+url=http://audacious-media-player.org/;
+license=('BSD')
 depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
  'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('python2') # for gdbus-codegen
 optdepends=('unzip: zipped skins support')
-makedepends=('python2') # for gdbus-codegen
-source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3687b1b69a787de772885d3ede3d4951c60c3d38')
-
 provides=('audacious-player')
+conflicts=('audacious-player')
 replaces=('audacious-player')
-install=install
+install=$pkgname.install
+source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('85d1d5a80240f45c858bb25af6565c13d53e4b92882eb15fb2b18511fabf3de6')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --with-buildstamp='Arch Linux'
-   make
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-buildstamp='Arch Linux'
+  make
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
+
+# vim:set ts=2 sw=2 et:

Copied: audacious/trunk/audacious.install (from rev 235345, 
audacious/trunk/install)
===
--- audacious.install   (rev 0)
+++ audacious.install   2015-04-04 08:28:57 UTC (rev 235432)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: install
===
--- install 2015-04-04 08:28:35 UTC (rev 235431)
+++ install 2015-04-04 08:28:57 UTC (rev 235432)
@@ -1,13 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 10:29:09
  Author: foutrelis
Revision: 235433

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

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

+
 /PKGBUILD  |   80 +++
 extra-i686/PKGBUILD|   34 
 extra-i686/audacious.install   |   14 ++
 extra-i686/install |   13 --
 extra-x86_64/PKGBUILD  |   34 
 extra-x86_64/audacious.install |   14 ++
 extra-x86_64/install   |   13 --
 7 files changed, 108 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-04 08:28:57 UTC (rev 235432)
+++ extra-i686/PKGBUILD 2015-04-04 08:29:09 UTC (rev 235433)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=audacious
-pkgver=3.6
-pkgrel=2
-pkgdesc='Lightweight, advanced audio player focused on audio quality'
-url='http://audacious-media-player.org/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
- 'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('unzip: zipped skins support')
-makedepends=('python2') # for gdbus-codegen
-source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3687b1b69a787de772885d3ede3d4951c60c3d38')
-
-provides=('audacious-player')
-replaces=('audacious-player')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --with-buildstamp='Arch Linux'
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: audacious/repos/extra-i686/PKGBUILD (from rev 235432, 
audacious/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-04 08:29:09 UTC (rev 235433)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=audacious
+pkgver=3.6.1
+pkgrel=1
+pkgdesc=Lightweight, advanced audio player focused on audio quality
+arch=('i686' 'x86_64')
+url=http://audacious-media-player.org/;
+license=('BSD')
+depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
+ 'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('python2') # for gdbus-codegen
+optdepends=('unzip: zipped skins support')
+provides=('audacious-player')
+conflicts=('audacious-player')
+replaces=('audacious-player')
+install=$pkgname.install
+source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('85d1d5a80240f45c858bb25af6565c13d53e4b92882eb15fb2b18511fabf3de6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-buildstamp='Arch Linux'
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: audacious/repos/extra-i686/audacious.install (from rev 235432, 
audacious/trunk/audacious.install)
===
--- extra-i686/audacious.install(rev 0)
+++ extra-i686/audacious.install2015-04-04 08:29:09 UTC (rev 235433)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/install
===
--- extra-i686/install  2015-04-04 08:28:57 UTC (rev 235432)
+++ extra-i686/install  2015-04-04 08:29:09 UTC (rev 235433)
@@ -1,13 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   true
-}
-
-post_upgrade() {
-   

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

2015-04-04 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 11:35:22
  Author: fyan
Revision: 235441

upgpkg: perl-file-basedir 0.05-1

Modified:
  perl-file-basedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 09:35:09 UTC (rev 235440)
+++ PKGBUILD2015-04-04 09:35:22 UTC (rev 235441)
@@ -5,7 +5,7 @@
 
 pkgname=perl-file-basedir
 _realname=File-BaseDir
-pkgver=0.04
+pkgver=0.05
 pkgrel=1
 pkgdesc='Use the Freedesktop.org base directory specification'
 arch=('any')
@@ -16,7 +16,7 @@
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz;)
-md5sums=('880e3d4c6b383a3b8c11a1cfe8f3c979')
+md5sums=('e17d5e5b81c180b2940522d390ccb523')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}


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

2015-04-04 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 11:35:31
  Author: fyan
Revision: 235442

upgpkg: python-setuptools 1:15.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 09:35:22 UTC (rev 235441)
+++ PKGBUILD2015-04-04 09:35:31 UTC (rev 235442)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=14.3.1
+pkgver=15.0
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('bac53cd2594d3e30d788b7d0bfee091253e23b4afef90b3171ff24e015626932cfefd83076d44f1ebabd01f994252f726978b85c95b82c9c2721e925f216ee8a')
+sha512sums=('ecefbd90d3733adfcf308b78ddb9490d99bebae30334436e6c0ea19edec27ccb26a159f2957e939e537f2c7ab5572524f32ab74b9e59684f1c5f2ebecf98b551')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}


[arch-commits] Commit in kdebase-runtime/kde-unstable (PKGBUILD)

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 11:35:09
  Author: arojas
Revision: 235440

Split off khelpcenter

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 09:21:55 UTC (rev 235439)
+++ PKGBUILD2015-04-04 09:35:09 UTC (rev 235440)
@@ -3,23 +3,16 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
-pkgname=kdebase-runtime
+pkgbase=kdebase-runtime
+pkgname=('kdebase-runtime' 'khelpcenter4')
 pkgver=15.03.97
-pkgrel=1
+pkgrel=2
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'
 license=('GPL' 'LGPL')
-depends=(kdelibs 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 
'libcanberra'
- 'oxygen-icons' 'xorg-xauth' 'libwebp')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
- 'networkmanager' 'boost')
-optdepends=('kdepimlibs: for kwalletd, and is needed by DrKonqi to send crash 
reports to KDE.org'
-'gdb: needed by DrKonqi to generate backtrace'
-'htdig: to build the search index in the KHelpCenter'
-'rarian: needed by KHelpCenter')
-provides=('khelpcenter' 'notification-daemon')
-install=${pkgname}.install
+makedepends=('kdelibs' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' 
'libwebp'
+   'pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager' 'boost')
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
 sha1sums=('0e72a7b80400d420176cbb64830836dd5a970942')
 
@@ -42,7 +35,24 @@
   make
 }
 
-package() {
+package_khelpcenter4() {
+  pkgdesc=(Application to show KDE Applications' documentation)
+  depends=('kdebase-runtime' 'htdig' 'rarian')
+  provides=('khelpcenter')
+  conflicts=('khelpcenter')
+
+  cd build/khelpcenter
+  make DESTDIR=$pkgdir install
+}
+
+package_kdebase-runtime() {
+  depends=(kdelibs 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 
'libcanberra'
+ 'oxygen-icons' 'xorg-xauth' 'libwebp')
+  optdepends=('kdepimlibs: for kwalletd, and is needed by DrKonqi to send 
crash reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to 
display applications documentation')
+  provides=('notification-daemon')
+  install=$pkgname.install
+
   cd build
   make DESTDIR=$pkgdir install
 
@@ -53,4 +63,10 @@
   # FS#36668
   chown :nobody ${pkgdir}/usr/lib/kde4/libexec/kdesud
   chmod g+s ${pkgdir}/usr/lib/kde4/libexec/kdesud
+
+# Remove khelpcenter
+  cd $pkgdir
+  find -name '*khelpcenter*' | xargs rm -fr
+  find -name 'khc*' | xargs rm -fr
+  rm usr/share/applications/kde4/Help.desktop
 }


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

2015-04-04 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 11:35:59
  Author: fyan
Revision: 130671

upgpkg: python-requests-toolbelt 0.4.0-1

Modified:
  python-requests-toolbelt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 09:28:14 UTC (rev 130670)
+++ PKGBUILD2015-04-04 09:35:59 UTC (rev 130671)
@@ -5,8 +5,8 @@
 pkgbase=python-requests-toolbelt
 pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
 _pkgname=requests-toolbelt
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc=A toolbelt of useful classes and functions to be used with 
python-requests.
 arch=('any')
 url=https://github.com/sigmavirus24/requests-toolbelt;
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(https://pypi.python.org/packages/source/r/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('e563377e46cd0be8c7b3ac144a65844c')
+md5sums=('2278d650faadf181dd180682591e5926')
 
 prepare() {
   cp -a ${_pkgname}-$pkgver{,-py2}


[arch-commits] Commit in perl-file-basedir/repos/testing-any (PKGBUILD PKGBUILD)

2015-04-04 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 11:35:39
  Author: fyan
Revision: 235443

archrelease: copy trunk to testing-any

Added:
  perl-file-basedir/repos/testing-any/PKGBUILD
(from rev 235442, perl-file-basedir/trunk/PKGBUILD)
Deleted:
  perl-file-basedir/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-04 09:35:31 UTC (rev 235442)
+++ PKGBUILD2015-04-04 09:35:39 UTC (rev 235443)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: K. Piche kpi...@rogers.com
-
-pkgname=perl-file-basedir
-_realname=File-BaseDir
-pkgver=0.04
-pkgrel=1
-pkgdesc='Use the Freedesktop.org base directory specification'
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl-ipc-system-simple' 'perl-file-which')
-makedepends=('perl-module-build0.4205')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz;)
-md5sums=('880e3d4c6b383a3b8c11a1cfe8f3c979')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-file-basedir/repos/testing-any/PKGBUILD (from rev 235442, 
perl-file-basedir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-04 09:35:39 UTC (rev 235443)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: K. Piche kpi...@rogers.com
+
+pkgname=perl-file-basedir
+_realname=File-BaseDir
+pkgver=0.05
+pkgrel=1
+pkgdesc='Use the Freedesktop.org base directory specification'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl-ipc-system-simple' 'perl-file-which')
+makedepends=('perl-module-build0.4205')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/K/KI/KIMRYAN/${_realname}-$pkgver.tar.gz;)
+md5sums=('e17d5e5b81c180b2940522d390ccb523')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}


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

2015-04-04 Thread Lukas Fleischer
Date: Saturday, April 4, 2015 @ 10:07:39
  Author: lfleischer
Revision: 130656

tor: Use HTTPs in sources

Modified:
  tor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 04:14:35 UTC (rev 130655)
+++ PKGBUILD2015-04-04 08:07:39 UTC (rev 130656)
@@ -17,7 +17,7 @@
 backup=('etc/tor/torrc'
 'etc/tor/torrc-dist')
 install='tor.install'
-source=(http://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc}
+source=(https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc}
 'torrc'
 'tor.service')
 md5sums=('9ca64f76996cb8a750e50c792e2c4c52'


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

2015-04-04 Thread Andreas Radke
Date: Saturday, April 4, 2015 @ 10:32:09
  Author: andyrtr
Revision: 235435

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

Added:
  poppler/repos/staging-i686/
  poppler/repos/staging-i686/PKGBUILD
(from rev 235434, poppler/trunk/PKGBUILD)
  poppler/repos/staging-x86_64/
  poppler/repos/staging-x86_64/PKGBUILD
(from rev 235434, poppler/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   89 ++
 staging-x86_64/PKGBUILD |   89 ++
 2 files changed, 178 insertions(+)

Copied: poppler/repos/staging-i686/PKGBUILD (from rev 235434, 
poppler/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-04 08:32:09 UTC (rev 235435)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.32.0
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base' 'git' 'python2')
+options=('!emptydirs')
+url=http://poppler.freedesktop.org/;
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
+git://anongit.freedesktop.org/poppler/test)
+md5sums=('a97985f7af6c388e42a53dead85d4ef4'
+ 'SKIP')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-qt5 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 make check
+}
+
+package_poppler() {
+  pkgdesc=PDF rendering library based on xpdf 3.0
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms2')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  conflicts=(poppler-qt3${pkgver})
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' \
+  -e 's/^qt5_subdir =.*/qt5_subdir =/' -i Makefile
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/pkgconfig/poppler-{glib,qt4,qt5}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc=Poppler glib bindings
+  depends=(poppler=${pkgver} 'glib2')
+
+  cd ${pkgbase}-${pkgver}
+  make -C poppler DESTDIR=${pkgdir} install-libLTLIBRARIES
+  make -C glib DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 poppler-glib.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+  rm -f ${pkgdir}/usr/bin/poppler-glib-demo
+}
+
+package_poppler-qt4() {
+  pkgdesc=Poppler Qt4 bindings
+  provides=(poppler-qt=${pkgver})
+  replaces=('poppler-qt')
+  conflicts=('poppler-qt')
+  depends=(poppler=${pkgver} 'qt4')
+
+  cd ${pkgbase}-${pkgver}
+  make -C poppler DESTDIR=${pkgdir} install-libLTLIBRARIES
+  make -C qt4 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 poppler-qt4.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+}
+
+package_poppler-qt5() {
+  pkgdesc=Poppler Qt5 bindings
+  depends=(poppler=${pkgver} 'qt5-base')
+
+  cd ${pkgbase}-${pkgver}
+  make -C poppler DESTDIR=${pkgdir} install-libLTLIBRARIES
+  make -C qt5 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 poppler-qt5.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+}

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 235434, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-04 08:32:09 UTC (rev 235435)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.32.0
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu' 'qt5-base' 'git' 'python2')
+options=('!emptydirs')
+url=http://poppler.freedesktop.org/;
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
+git://anongit.freedesktop.org/poppler/test)
+md5sums=('a97985f7af6c388e42a53dead85d4ef4'
+ 'SKIP')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-qt5 \
+   

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

2015-04-04 Thread Andreas Radke
Date: Saturday, April 4, 2015 @ 10:31:48
  Author: andyrtr
Revision: 235434

upgpkg: poppler 0.32.0-1

upstream update 0.32.0

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 08:29:09 UTC (rev 235433)
+++ PKGBUILD2015-04-04 08:31:48 UTC (rev 235434)
@@ -3,7 +3,7 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
-pkgver=0.31.0
+pkgver=0.32.0
 pkgrel=1
 arch=(i686 x86_64)
 license=('GPL')
@@ -12,7 +12,7 @@
 url=http://poppler.freedesktop.org/;
 source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
 git://anongit.freedesktop.org/poppler/test)
-md5sums=('b631498668562ba47732785e54808468'
+md5sums=('a97985f7af6c388e42a53dead85d4ef4'
  'SKIP')
 
 build() {


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

2015-04-04 Thread Jelle van der Waa
Date: Saturday, April 4, 2015 @ 11:28:07
  Author: jelle
Revision: 130669

upgpkg: pdf2djvu 0.7.19-4

poppler 0.32.0 rebuild

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 09:24:14 UTC (rev 130668)
+++ PKGBUILD2015-04-04 09:28:07 UTC (rev 130669)
@@ -4,7 +4,7 @@
 
 pkgname=pdf2djvu
 pkgver=0.7.19
-pkgrel=3
+pkgrel=4
 pkgdesc=Creates DjVu files from PDF files
 arch=('i686' 'x86_64')
 url=http://pdf2djvu.googlecode.com;


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

2015-04-04 Thread Jelle van der Waa
Date: Saturday, April 4, 2015 @ 11:28:14
  Author: jelle
Revision: 130670

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

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

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

Copied: pdf2djvu/repos/community-staging-i686/PKGBUILD (from rev 130669, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-04 09:28:14 UTC (rev 130670)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=pdf2djvu
+pkgver=0.7.19
+pkgrel=4
+pkgdesc=Creates DjVu files from PDF files
+arch=('i686' 'x86_64')
+url=http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('f6bef50f67f8d60e52e44e81be069c27'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+#make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+

Copied: pdf2djvu/repos/community-staging-x86_64/PKGBUILD (from rev 130669, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-04 09:28:14 UTC (rev 130670)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=pdf2djvu
+pkgver=0.7.19
+pkgrel=4
+pkgdesc=Creates DjVu files from PDF files
+arch=('i686' 'x86_64')
+url=http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('f6bef50f67f8d60e52e44e81be069c27'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+#make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+


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

2015-04-04 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 11:36:22
  Author: fyan
Revision: 235444

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-04 09:35:39 UTC (rev 235443)
+++ PKGBUILD2015-04-04 09:36:22 UTC (rev 235444)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=14.3.1
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('bac53cd2594d3e30d788b7d0bfee091253e23b4afef90b3171ff24e015626932cfefd83076d44f1ebabd01f994252f726978b85c95b82c9c2721e925f216ee8a')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 235443, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-04 09:36:22 UTC (rev 235444)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=15.0
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('ecefbd90d3733adfcf308b78ddb9490d99bebae30334436e6c0ea19edec27ccb26a159f2957e939e537f2c7ab5572524f32ab74b9e59684f1c5f2ebecf98b551')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+  depends=('python2')
+  

[arch-commits] Commit in python-requests-toolbelt/repos/community-any (2 files)

2015-04-04 Thread Felix Yan
Date: Saturday, April 4, 2015 @ 11:36:15
  Author: fyan
Revision: 130672

archrelease: copy trunk to community-any

Added:
  python-requests-toolbelt/repos/community-any/PKGBUILD
(from rev 130671, python-requests-toolbelt/trunk/PKGBUILD)
Deleted:
  python-requests-toolbelt/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-04 09:35:59 UTC (rev 130671)
+++ PKGBUILD2015-04-04 09:36:15 UTC (rev 130672)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: eolianoe eolianoe At GoogleMAIL DoT com
-
-pkgbase=python-requests-toolbelt
-pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
-_pkgname=requests-toolbelt
-pkgver=0.3.1
-pkgrel=2
-pkgdesc=A toolbelt of useful classes and functions to be used with 
python-requests.
-arch=('any')
-url=https://github.com/sigmavirus24/requests-toolbelt;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(https://pypi.python.org/packages/source/r/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('e563377e46cd0be8c7b3ac144a65844c')
-
-prepare() {
-  cp -a ${_pkgname}-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/${_pkgname}-$pkgver
-  python setup.py build
-
-  cd $srcdir/${_pkgname}-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Tests not included
-  cd $srcdir/${_pkgname}-$pkgver
-  py.test
-
-  cd $srcdir/${_pkgname}-$pkgver-py2
-  py.test2
-}
-
-package_python-requests-toolbelt() {
-  depends=('python-requests')
-
-  cd $srcdir/${_pkgname}-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-
-package_python2-requests-toolbelt() {
-  depends=('python2-requests')
-
-  cd $srcdir/${_pkgname}-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python-requests-toolbelt/repos/community-any/PKGBUILD (from rev 130671, 
python-requests-toolbelt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-04 09:36:15 UTC (rev 130672)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: eolianoe eolianoe At GoogleMAIL DoT com
+
+pkgbase=python-requests-toolbelt
+pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
+_pkgname=requests-toolbelt
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=A toolbelt of useful classes and functions to be used with 
python-requests.
+arch=('any')
+url=https://github.com/sigmavirus24/requests-toolbelt;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(https://pypi.python.org/packages/source/r/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('2278d650faadf181dd180682591e5926')
+
+prepare() {
+  cp -a ${_pkgname}-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/${_pkgname}-$pkgver
+  python setup.py build
+
+  cd $srcdir/${_pkgname}-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Tests not included
+  cd $srcdir/${_pkgname}-$pkgver
+  py.test
+
+  cd $srcdir/${_pkgname}-$pkgver-py2
+  py.test2
+}
+
+package_python-requests-toolbelt() {
+  depends=('python-requests')
+
+  cd $srcdir/${_pkgname}-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+package_python2-requests-toolbelt() {
+  depends=('python2-requests')
+
+  cd $srcdir/${_pkgname}-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}


[arch-commits] Commit in plasma-desktop/repos (testing-i686 testing-x86_64)

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 10:49:14
  Author: arojas
Revision: 235436

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

Added:
  plasma-desktop/repos/testing-i686/
  plasma-desktop/repos/testing-x86_64/


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

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 10:50:35
  Author: arojas
Revision: 235437

Rename kcfg files to avoid conflicting with kdebase-kdepasswd, the kdepasswd 
binary is needed to change the password in the User account KCM module

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 08:49:14 UTC (rev 235436)
+++ PKGBUILD2015-04-04 08:50:35 UTC (rev 235437)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-desktop
 pkgver=5.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -16,7 +16,7 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'baloo-frameworks')
 optdepends=('baloo-frameworks: system indexing'
'plasma-nm: Network manager applet')
-conflicts=('kdebase-workspace' 'kdebase-kdepasswd')
+conflicts=('kdebase-workspace')
 install=${pkgname}.install
 groups=('plasma')
 
source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
@@ -49,4 +49,8 @@
 package() {
   cd build
   make DESTDIR=${pkgdir} install
+
+# Rename kcfg files to avoid conflicting with kdebase-kdepasswd
+  mv $pkgdir/usr/share/config.kcfg/kcm_useraccount{,5}.kcfg
+  mv $pkgdir/usr/share/config.kcfg/kcm_useraccount_pass{,5}.kcfg
 }


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

2015-04-04 Thread Jelle van der Waa
Date: Saturday, April 4, 2015 @ 11:24:14
  Author: jelle
Revision: 130668

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

Added:
  calibre/repos/community-staging-i686/
  calibre/repos/community-staging-i686/PKGBUILD
(from rev 130667, calibre/trunk/PKGBUILD)
  calibre/repos/community-staging-i686/calibre.install
(from rev 130667, calibre/trunk/calibre.install)
  calibre/repos/community-staging-i686/incompatibility-pyqt5.4.1.patch
(from rev 130667, calibre/trunk/incompatibility-pyqt5.4.1.patch)
  calibre/repos/community-staging-x86_64/
  calibre/repos/community-staging-x86_64/PKGBUILD
(from rev 130667, calibre/trunk/PKGBUILD)
  calibre/repos/community-staging-x86_64/calibre.install
(from rev 130667, calibre/trunk/calibre.install)
  calibre/repos/community-staging-x86_64/incompatibility-pyqt5.4.1.patch
(from rev 130667, calibre/trunk/incompatibility-pyqt5.4.1.patch)

--+
 community-staging-i686/PKGBUILD  |   88 +
 community-staging-i686/calibre.install   |   12 +
 community-staging-i686/incompatibility-pyqt5.4.1.patch   |   28 
 community-staging-x86_64/PKGBUILD|   88 +
 community-staging-x86_64/calibre.install |   12 +
 community-staging-x86_64/incompatibility-pyqt5.4.1.patch |   28 
 6 files changed, 256 insertions(+)

Copied: calibre/repos/community-staging-i686/PKGBUILD (from rev 130667, 
calibre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-04 09:24:14 UTC (rev 130668)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Petrov Roman nwhis...@gmail.com
+# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
+# Contributor: Larry Hajali larryh...@gmail.com
+
+pkgname=calibre
+pkgver=2.23.0
+pkgrel=2
+pkgdesc=Ebook management application
+arch=('i686' 'x86_64')
+url=http://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+ 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev')
+makedepends=('python2-pycountry' 'qt5-x11extras' )
+optdepends=('ipython2: to use calibre-debug'
+'udisks: required for mounting certain devices'
+)
+install=calibre.install
+source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
+md5sums=('096bb1c01bfe98fce3647e78c8d594ca')
+
+prepare(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Remove unneeded files and libs
+  rm -rf resources/${pkgname}-portable.* \
+ src/cherrypy \
+ src/html5lib \
+ src/chardet
+
+  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
+
+  # Use python2
+  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
+
+  # Desktop integration (e.g. enforce arch defaults)
+  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
+  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
+  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
+  -e /dir, 'calibre-lrf.png'/i \
+\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
+\os.mkdir(dir) \
+  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
+  -e /dir, 'calibre-lrfviewer.desktop'/i \
+\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
+\os.mkdir(dir) \
+  -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
+  -e s/^Name=calibre/Name=Calibre/g \
+  -i  src/calibre/linux.py
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  LANG='en_US.UTF-8' python2 setup.py build
+  # LANG='en_US.UTF-8' python2 setup.py resources
+
+  # Don't build translations since building them is broken badly
+  #LANG='en_US.UTF-8' python2 setup.py translations
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  # Fix the environment module location
+  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
+
+  install -d ${pkgdir}/usr/lib/python2.7/site-packages \
+ ${pkgdir}/usr/share/zsh/site-functions
+
+  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
+--staging-bindir=${pkgdir}/usr/bin \
+

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

2015-04-04 Thread Jelle van der Waa
Date: Saturday, April 4, 2015 @ 11:24:00
  Author: jelle
Revision: 130667

upgpkg: calibre 2.23.0-2

icu 55.1 rebuild

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 09:09:40 UTC (rev 130666)
+++ PKGBUILD2015-04-04 09:24:00 UTC (rev 130667)
@@ -8,7 +8,7 @@
 
 pkgname=calibre
 pkgver=2.23.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64')
 url=http://calibre-ebook.com/;


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

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 11:47:48
  Author: arojas
Revision: 235445

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 235444, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
(from rev 235444, kdebase-runtime/kde-unstable/kdebase-runtime.install)
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 235444, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install
(from rev 235444, kdebase-runtime/kde-unstable/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install

-+
 /PKGBUILD   |  144 ++
 /kdebase-runtime.install|   26 
 kde-unstable-i686/PKGBUILD  |   56 --
 kde-unstable-i686/kdebase-runtime.install   |   13 --
 kde-unstable-x86_64/PKGBUILD|   56 --
 kde-unstable-x86_64/kdebase-runtime.install |   13 --
 6 files changed, 170 insertions(+), 138 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-04-04 09:36:22 UTC (rev 235444)
+++ kde-unstable-i686/PKGBUILD  2015-04-04 09:47:48 UTC (rev 235445)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdebase-runtime
-pkgver=15.03.97
-pkgrel=1
-pkgdesc=Plugins and applications necessary for the running of KDE 
applications
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-depends=(kdelibs 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 
'libcanberra'
- 'oxygen-icons' 'xorg-xauth' 'libwebp')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen'
- 'networkmanager' 'boost')
-optdepends=('kdepimlibs: for kwalletd, and is needed by DrKonqi to send crash 
reports to KDE.org'
-'gdb: needed by DrKonqi to generate backtrace'
-'htdig: to build the search index in the KHelpCenter'
-'rarian: needed by KHelpCenter')
-provides=('khelpcenter' 'notification-daemon')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('0e72a7b80400d420176cbb64830836dd5a970942')
-
-prepare() {
-  mkdir build
-
-  cd kde-runtime-${pkgver}
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
--DWITH_NepomukCore=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  rm ${pkgdir}/usr/share/icons/hicolor/index.theme
-
-  ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
-
-  # FS#36668
-  chown :nobody ${pkgdir}/usr/lib/kde4/libexec/kdesud
-  chmod g+s ${pkgdir}/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 235444, 
kdebase-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-04-04 09:47:48 UTC (rev 235445)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdebase-runtime
+pkgname=('kdebase-runtime' 'khelpcenter4')
+pkgver=15.03.97
+pkgrel=2
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+makedepends=('kdelibs' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' 
'libwebp'
+   'pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager' 'boost')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('0e72a7b80400d420176cbb64830836dd5a970942')
+
+prepare() {
+  mkdir build
+
+  cd kde-runtime-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
+-DWITH_NepomukCore=OFF
+  make
+}
+
+package_khelpcenter4() {

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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 12:26:59
  Author: foutrelis
Revision: 235448

upgpkg: firefox 37.0.1-1

New upstream release.

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 09:53:39 UTC (rev 235447)
+++ PKGBUILD2015-04-04 10:26:59 UTC (rev 235448)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=37.0
+pkgver=37.0.1
 pkgrel=1
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
@@ -24,9 +24,9 @@
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js
 firefox-fixed-loading-icon.png)
-sha256sums=('204b4a0c6478cdb4e57cf0947ce66d3c544a96b4c5eee4f64169deed67fb060d'
+sha256sums=('8d10aab49017f0222dbbe4811b953d2ce61737ba612b13a98dcd4379510e18e6'
 'ffcb2a0ba2ed08f74931a11043717391ef380234cadccc6f0c13f1186ad80e8b'
-'7eefe43ba2b4249a4ea2d04a739b80945583aaa5a3d6872a1b7ea7a3d190f882'
+'c7d150c76de6b1f0706bcb9bda55f2702627c0f0d5c0480f14607d1f22272768'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
 '4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
 '68e3a5b47c6d175cc95b98b069a15205f027cab83af9e075818d38610feb6213')


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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 12:27:28
  Author: foutrelis
Revision: 235449

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 235448, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-fixed-loading-icon.png
(from rev 235448, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 235448, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 235448, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 235448, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 235448, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/vendor.js
(from rev 235448, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 235448, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png
(from rev 235448, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 235448, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 235448, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 235448, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 235448, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/vendor.js
(from rev 235448, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-fixed-loading-icon.png
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  218 ++
 /firefox-install-dir.patch |   24 ++
 /firefox.desktop   |  298 +++
 /firefox.install   |   26 ++
 /mozconfig |   68 +++
 /vendor.js |   18 +
 extra-i686/PKGBUILD|  109 ---
 extra-i686/firefox-install-dir.patch   |   12 -
 extra-i686/firefox.desktop |  121 
 extra-i686/firefox.install |   13 -
 extra-i686/mozconfig   |   34 ---
 extra-i686/vendor.js   |9 
 extra-x86_64/PKGBUILD  |  109 ---
 extra-x86_64/firefox-install-dir.patch |   12 -
 extra-x86_64/firefox.desktop   |  121 
 extra-x86_64/firefox.install   |   13 -
 extra-x86_64/mozconfig |   34 ---
 extra-x86_64/vendor.js |9 
 18 files changed, 652 insertions(+), 596 deletions(-)

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


[arch-commits] Commit in coin-or-cgl/trunk (PKGBUILD)

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 12:29:50
  Author: arojas
Revision: 130683

Update to 0.59.4

Modified:
  coin-or-cgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 10:24:41 UTC (rev 130682)
+++ PKGBUILD2015-04-04 10:29:50 UTC (rev 130683)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=coin-or-cgl
-pkgver=0.59.3
+pkgver=0.59.4
 pkgrel=1
 pkgdesc=COIN-OR Cut Generation Library
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(coin-or)
 depends=(coin-or-clp)
 source=(http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('8b5d95d2a1c2f59880665e897a783dd7683efb87')
+sha1sums=('ee8d228882b9de800bd5ff952e7736e988c2dc21')
 
 build() {
   cd Cgl-$pkgver/Cgl


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

2015-04-04 Thread Jelle van der Waa
Date: Saturday, April 4, 2015 @ 11:09:32
  Author: jelle
Revision: 130665

upgpkg: dos2unix 7.2.1-1

Modified:
  dos2unix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 09:04:18 UTC (rev 130664)
+++ PKGBUILD2015-04-04 09:09:32 UTC (rev 130665)
@@ -4,7 +4,7 @@
 # Contributor: Gerson E. Ruotolo gersonruot...@globo.com
 
 pkgname=dos2unix
-pkgver=7.2
+pkgver=7.2.1
 pkgrel=1
 pkgdesc='Text file format converter'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('perl')
 conflicts=('hd2u')
 
source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('40e853c291880d70b229eb41a2bd98b3')
+md5sums=('7b3089a3b369b392de2ce30c9c456b2c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-04-04 Thread Jelle van der Waa
Date: Saturday, April 4, 2015 @ 11:09:40
  Author: jelle
Revision: 130666

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

Added:
  dos2unix/repos/community-i686/PKGBUILD
(from rev 130665, dos2unix/trunk/PKGBUILD)
  dos2unix/repos/community-x86_64/PKGBUILD
(from rev 130665, dos2unix/trunk/PKGBUILD)
Deleted:
  dos2unix/repos/community-i686/PKGBUILD
  dos2unix/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 2015-04-04 09:09:32 UTC (rev 130665)
+++ community-i686/PKGBUILD 2015-04-04 09:09:40 UTC (rev 130666)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
-# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
-
-pkgname=dos2unix
-pkgver=7.2
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('40e853c291880d70b229eb41a2bd98b3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-i686/PKGBUILD (from rev 130665, 
dos2unix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-04 09:09:40 UTC (rev 130666)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
+# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
+
+pkgname=dos2unix
+pkgver=7.2.1
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('7b3089a3b369b392de2ce30c9c456b2c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-04 09:09:32 UTC (rev 130665)
+++ community-x86_64/PKGBUILD   2015-04-04 09:09:40 UTC (rev 130666)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
-# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
-
-pkgname=dos2unix
-pkgver=7.2
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('40e853c291880d70b229eb41a2bd98b3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-x86_64/PKGBUILD (from rev 130665, 
dos2unix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-04 09:09:40 UTC (rev 130666)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
+# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
+
+pkgname=dos2unix
+pkgver=7.2.1
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('7b3089a3b369b392de2ce30c9c456b2c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 11:21:55
  Author: foutrelis
Revision: 235439

Update firefox.desktop file

- Remove localized Name keys.
- Drop absolute path from Exec key.
- Update localized GenericName/Comment keys (based on Ubuntu).
- Add NewWindow and NewPrivateWindow Actions (based on Ubuntu) (FS#44429).

Modified:
  firefox/trunk/firefox.desktop

-+
 firefox.desktop |  140 --
 1 file changed, 84 insertions(+), 56 deletions(-)

Modified: firefox.desktop
===
--- firefox.desktop 2015-04-04 08:51:14 UTC (rev 235438)
+++ firefox.desktop 2015-04-04 09:21:55 UTC (rev 235439)
@@ -1,77 +1,45 @@
 [Desktop Entry]
 Name=Firefox
-Name[bn]=ফায়ারফক্স
-Name[eo]=Fajrovulpo
-Name[fi]=Firefox
-Name[pa]=ਫਾਇਰਫੋਕਸ
-Name[tg]=Рӯбоҳи оташин
 GenericName=Web Browser
-GenericName[af]=Web Blaaier
 GenericName[ar]=متصفح ويب
-GenericName[az]=Veb Səyyahı
-GenericName[bg]=Браузър
-GenericName[bn]=ওয়েব ব্রাউজার
-GenericName[br]=Furcher ar Gwiad
-GenericName[bs]=WWW Preglednik
-GenericName[ca]=Fullejador web
-GenericName[cs]=WWW prohlížeč
-GenericName[cy]=Porydd Gwe
-GenericName[da]=Browser
-GenericName[de]=Web-Browser
-GenericName[el]=Περιηγητής Ιστού
-GenericName[eo]=TTT-legilo
+GenericName[ast]=Restolador Web
+GenericName[bn]=ওয়েব ব্রাউজার
+GenericName[ca]=Navegador web
+GenericName[cs]=Webový prohlížeč
+GenericName[da]=Webbrowser
+GenericName[el]=Περιηγητής διαδικτύου
 GenericName[es]=Navegador web
-GenericName[et]=Veebilehitseja
-GenericName[eu]=Web arakatzailea
-GenericName[fa]=مرورگر وب
+GenericName[et]=Veebibrauser
+GenericName[fa]=مرورگر اینترنتی
 GenericName[fi]=WWW-selain
-GenericName[fo]=Alnótsfar
-GenericName[fr]=Navigateur web
+GenericName[fr]=Navigateur Web
 GenericName[gl]=Navegador Web
 GenericName[he]=דפדפן אינטרנט
-GenericName[hi]=वेब ब्राउज़र
 GenericName[hr]=Web preglednik
 GenericName[hu]=Webböngésző
-GenericName[is]=Vafri
-GenericName[it]=Browser Web
-GenericName[ja]=ウェブブラウザ
+GenericName[it]=Browser web
+GenericName[ja]=ウェブ・ブラウザ
 GenericName[ko]=웹 브라우저
-GenericName[lo]=ເວັບບຣາວເຊີ
-GenericName[lt]=Žiniatinklio naršyklė
-GenericName[lv]=Web Pārlūks
-GenericName[mk]=Прелистувач на Интернет 
-GenericName[mn]=Веб-Хөтөч
+GenericName[ku]=Geroka torê
+GenericName[lt]=Interneto naršyklė
 GenericName[nb]=Nettleser
-GenericName[nds]=Nettkieker
 GenericName[nl]=Webbrowser
 GenericName[nn]=Nettlesar
-GenericName[nso]=Seinyakisi sa Web
-GenericName[pa]=ਵੈਬ ਝਲਕਾਰਾ
+GenericName[no]=Nettleser
 GenericName[pl]=Przeglądarka WWW
 GenericName[pt]=Navegador Web
 GenericName[pt_BR]=Navegador Web
-GenericName[ro]=Navigator de web
+GenericName[ro]=Navigator Internet
 GenericName[ru]=Веб-браузер
-GenericName[se]=Fierpmádatlogan
-GenericName[sk]=Webový prehliadač
+GenericName[sk]=Internetový prehliadač
 GenericName[sl]=Spletni brskalnik
-GenericName[sr]=Веб претраживач
-GenericName[sr@Latn]=Veb pretraživač
-GenericName[ss]=Ibrawuza yeWeb 
 GenericName[sv]=Webbläsare
-GenericName[ta]=வலை உலாவி
-GenericName[tg]=Тафсиргари вэб
-GenericName[th]=เว็บบราวเซอร์
 GenericName[tr]=Web Tarayıcı
-GenericName[uk]=Навігатор Тенет
-GenericName[uz]=Веб-браузер
-GenericName[ven]=Buronza ya Webu
+GenericName[ug]=توركۆرگۈ
+GenericName[uk]=Веб-браузер
 GenericName[vi]=Trình duyệt Web
-GenericName[wa]=Betchteu waibe
-GenericName[xh]=Umkhangeli zincwadi we Web
-GenericName[zh_CN]=网页浏览器
-GenericName[zh_TW]=網頁瀏覽器
-GenericName[zu]=Umcingi we-Web
+GenericName[zh_CN]=网络浏览器
+GenericName[zh_TW]=網路瀏覽器
 Comment=Browse the World Wide Web
 Comment[ar]=تصفح الشبكة العنكبوتية العالمية
 Comment[ast]=Restola pela Rede
@@ -99,7 +67,7 @@
 Comment[nl]=Verken het internet
 Comment[nn]=Surf på nettet
 Comment[no]=Surf på nettet
-Comment[pl]=Przeglądanie stron WWW 
+Comment[pl]=Przeglądanie stron WWW
 Comment[pt]=Navegue na Internet
 Comment[pt_BR]=Navegue na Internet
 Comment[ro]=Navigați pe Internet
@@ -107,15 +75,75 @@
 Comment[sk]=Prehliadanie internetu
 Comment[sl]=Brskajte po spletu
 Comment[sv]=Surfa på webben
+Comment[tr]=İnternet'te Gezinin
 Comment[ug]=دۇنيادىكى توربەتلەرنى كۆرگىلى بولىدۇ
 Comment[uk]=Перегляд сторінок Інтернету
 Comment[vi]=Để duyệt các trang web
 Comment[zh_CN]=浏览互联网
 Comment[zh_TW]=瀏覽網際網路
-Exec=/usr/lib/firefox/firefox %u
-Icon=firefox
+Exec=firefox %u
 Terminal=false
 Type=Application
+Icon=firefox
+Categories=Network;WebBrowser;
 
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
 StartupNotify=true
-Categories=Network;WebBrowser;
+Actions=NewWindow;NewPrivateWindow;
+
+[Desktop Action NewWindow]
+Name=Open a New Window
+Name[ar]=افتح نافذة جديدة
+Name[ast]=Abrir una ventana nueva
+Name[bn]=Abrir una ventana nueva
+Name[ca]=Obre una finestra nova
+Name[cs]=Otevřít nové okno
+Name[da]=Åbn et nyt vindue
+Name[de]=Ein neues Fenster öffnen
+Name[el]=Άνοιγμα νέου παραθύρου
+Name[es]=Abrir una ventana 

[arch-commits] Commit in coin-or-osi/repos (4 files)

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 12:12:19
  Author: arojas
Revision: 130680

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

Added:
  coin-or-osi/repos/community-i686/PKGBUILD
(from rev 130679, coin-or-osi/trunk/PKGBUILD)
  coin-or-osi/repos/community-x86_64/PKGBUILD
(from rev 130679, coin-or-osi/trunk/PKGBUILD)
Deleted:
  coin-or-osi/repos/community-i686/PKGBUILD
  coin-or-osi/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-04 10:11:56 UTC (rev 130679)
+++ community-i686/PKGBUILD 2015-04-04 10:12:19 UTC (rev 130680)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=coin-or-osi
-pkgver=0.107.3
-pkgrel=1
-pkgdesc=COIN-OR Open Solver Interface
-arch=(i686 x86_64)
-url=https://projects.coin-or.org/Osi;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-coinutils)
-makedepends=(gcc-fortran)
-source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
-sha1sums=('63272367523035af589fca1bc32da9a486346eb0')
-
-
-build() {
-  cd Osi-$pkgver
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr --enable-dependency-linking \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/
-  make
-}
-
-package() {
-  cd Osi-$pkgver
-  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-osi/repos/community-i686/PKGBUILD (from rev 130679, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-04 10:12:19 UTC (rev 130680)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=coin-or-osi
+pkgver=0.107.4
+pkgrel=1
+pkgdesc=COIN-OR Open Solver Interface
+arch=(i686 x86_64)
+url=https://projects.coin-or.org/Osi;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-coinutils)
+makedepends=(gcc-fortran)
+source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
+sha1sums=('c1496835a98791a86eabadd8aead96719690d701')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr --enable-dependency-linking \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-04 10:11:56 UTC (rev 130679)
+++ community-x86_64/PKGBUILD   2015-04-04 10:12:19 UTC (rev 130680)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=coin-or-osi
-pkgver=0.107.3
-pkgrel=1
-pkgdesc=COIN-OR Open Solver Interface
-arch=(i686 x86_64)
-url=https://projects.coin-or.org/Osi;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-coinutils)
-makedepends=(gcc-fortran)
-source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
-sha1sums=('63272367523035af589fca1bc32da9a486346eb0')
-
-
-build() {
-  cd Osi-$pkgver
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr --enable-dependency-linking \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/
-  make
-}
-
-package() {
-  cd Osi-$pkgver
-  PKG_CONFIG_LIBDIR=${pkgdir}/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-osi/repos/community-x86_64/PKGBUILD (from rev 130679, 
coin-or-osi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-04 10:12:19 UTC (rev 130680)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=coin-or-osi
+pkgver=0.107.4
+pkgrel=1
+pkgdesc=COIN-OR Open Solver Interface
+arch=(i686 x86_64)
+url=https://projects.coin-or.org/Osi;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-coinutils)
+makedepends=(gcc-fortran)
+source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
+sha1sums=('c1496835a98791a86eabadd8aead96719690d701')
+
+
+build() {
+  cd Osi-$pkgver
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr --enable-dependency-linking \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/
+  make
+}
+
+package() {
+  cd Osi-$pkgver
+  

[arch-commits] Commit in coin-or-osi/trunk (PKGBUILD)

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 12:11:56
  Author: arojas
Revision: 130679

Update to 0.107.4

Modified:
  coin-or-osi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 10:06:46 UTC (rev 130678)
+++ PKGBUILD2015-04-04 10:11:56 UTC (rev 130679)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org
 
 pkgname=coin-or-osi
-pkgver=0.107.3
+pkgver=0.107.4
 pkgrel=1
 pkgdesc=COIN-OR Open Solver Interface
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(coin-or-coinutils)
 makedepends=(gcc-fortran)
 source=(http://www.coin-or.org/download/source/Osi/Osi-${pkgver}.tgz;)
-sha1sums=('63272367523035af589fca1bc32da9a486346eb0')
+sha1sums=('c1496835a98791a86eabadd8aead96719690d701')
 
 
 build() {


[arch-commits] Commit in coin-or-cgl/repos (4 files)

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 12:30:09
  Author: arojas
Revision: 130684

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

Added:
  coin-or-cgl/repos/community-i686/PKGBUILD
(from rev 130683, coin-or-cgl/trunk/PKGBUILD)
  coin-or-cgl/repos/community-x86_64/PKGBUILD
(from rev 130683, coin-or-cgl/trunk/PKGBUILD)
Deleted:
  coin-or-cgl/repos/community-i686/PKGBUILD
  coin-or-cgl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-04 10:29:50 UTC (rev 130683)
+++ community-i686/PKGBUILD 2015-04-04 10:30:09 UTC (rev 130684)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-cgl
-pkgver=0.59.3
-pkgrel=1
-pkgdesc=COIN-OR Cut Generation Library
-arch=(i686 x86_64)
-url=https://projects.coin-or.org/Cgl;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-clp)
-source=(http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('8b5d95d2a1c2f59880665e897a783dd7683efb87')
-
-build() {
-  cd Cgl-$pkgver/Cgl
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  --with-clp-lib=$(pkg-config --libs clp) \
-  --with-clp-incdir=/usr/include/coin/ \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ \
-  --enable-dependency-linking
-  make
-}
-
-check() {
-  cd Cgl-$pkgver/Cgl
-  make test
-}
-
-package() {
-  cd Cgl-$pkgver/Cgl
-  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-cgl/repos/community-i686/PKGBUILD (from rev 130683, 
coin-or-cgl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-04 10:30:09 UTC (rev 130684)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-cgl
+pkgver=0.59.4
+pkgrel=1
+pkgdesc=COIN-OR Cut Generation Library
+arch=(i686 x86_64)
+url=https://projects.coin-or.org/Cgl;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-clp)
+source=(http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
+sha1sums=('ee8d228882b9de800bd5ff952e7736e988c2dc21')
+
+build() {
+  cd Cgl-$pkgver/Cgl
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-clp-lib=$(pkg-config --libs clp) \
+  --with-clp-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --enable-dependency-linking
+  make
+}
+
+check() {
+  cd Cgl-$pkgver/Cgl
+  make test
+}
+
+package() {
+  cd Cgl-$pkgver/Cgl
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-04 10:29:50 UTC (rev 130683)
+++ community-x86_64/PKGBUILD   2015-04-04 10:30:09 UTC (rev 130684)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-cgl
-pkgver=0.59.3
-pkgrel=1
-pkgdesc=COIN-OR Cut Generation Library
-arch=(i686 x86_64)
-url=https://projects.coin-or.org/Cgl;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-clp)
-source=(http://www.coin-or.org/download/source/Cgl/Cgl-${pkgver}.tgz;)
-sha1sums=('8b5d95d2a1c2f59880665e897a783dd7683efb87')
-
-build() {
-  cd Cgl-$pkgver/Cgl
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  --with-clp-lib=$(pkg-config --libs clp) \
-  --with-clp-incdir=/usr/include/coin/ \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ \
-  --enable-dependency-linking
-  make
-}
-
-check() {
-  cd Cgl-$pkgver/Cgl
-  make test
-}
-
-package() {
-  cd Cgl-$pkgver/Cgl
-  

[arch-commits] Commit in coin-or-cbc/repos (4 files)

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 12:41:25
  Author: arojas
Revision: 130686

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

Added:
  coin-or-cbc/repos/community-i686/PKGBUILD
(from rev 130685, coin-or-cbc/trunk/PKGBUILD)
  coin-or-cbc/repos/community-x86_64/PKGBUILD
(from rev 130685, coin-or-cbc/trunk/PKGBUILD)
Deleted:
  coin-or-cbc/repos/community-i686/PKGBUILD
  coin-or-cbc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-04 10:41:05 UTC (rev 130685)
+++ community-i686/PKGBUILD 2015-04-04 10:41:25 UTC (rev 130686)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-cbc
-pkgver=2.9.3
-pkgrel=1
-pkgdesc=COIN-OR branch-and-cut mixed integer programming solver
-arch=(i686 x86_64)
-url=https://projects.coin-or.org/Cbc;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-cgl)
-source=(http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha1sums=('a2decdaca4149d9dbe003e57000132e7f0541539')
-
-build() {
-  cd Cbc-$pkgver/Cbc
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  --with-clp-lib=$(pkg-config --libs clp) \
-  --with-clp-incdir=/usr/include/coin/ \
-  --with-cgl-lib=$(pkg-config --libs cgl) \
-  --with-cgl-incdir=/usr/include/coin/ \
-  --with-coinutils-lib=$(pkg-config --libs coinutils) \
-  --with-coinutils-incdir=/usr/include/coin/ \
-  --enable-dependency-linking \
-  --enable-cbc-parallel
-  make
-}
-
-check() {
-  cd Cbc-$pkgver/Cbc
-  make test
-}
-
-package() {
-  cd Cbc-$pkgver/Cbc
-  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
-  make DESTDIR=$pkgdir install
-}

Copied: coin-or-cbc/repos/community-i686/PKGBUILD (from rev 130685, 
coin-or-cbc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-04 10:41:25 UTC (rev 130686)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Daniel Ehlers danielehl...@mindeye.net
+
+pkgname=coin-or-cbc
+pkgver=2.9.4
+pkgrel=1
+pkgdesc=COIN-OR branch-and-cut mixed integer programming solver
+arch=(i686 x86_64)
+url=https://projects.coin-or.org/Cbc;
+license=(EPL)
+groups=(coin-or)
+depends=(coin-or-cgl)
+source=(http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
+sha1sums=('d937d6af1ee8838d44659ebd4cf7bbb1b20372ce')
+
+build() {
+  cd Cbc-$pkgver/Cbc
+  COIN_SKIP_PROJECTS=Sample \
+  ./configure --prefix=/usr \
+  --with-osi-lib=$(pkg-config --libs osi) \
+  --with-osi-incdir=/usr/include/coin/ \
+  --with-clp-lib=$(pkg-config --libs clp) \
+  --with-clp-incdir=/usr/include/coin/ \
+  --with-cgl-lib=$(pkg-config --libs cgl) \
+  --with-cgl-incdir=/usr/include/coin/ \
+  --with-coinutils-lib=$(pkg-config --libs coinutils) \
+  --with-coinutils-incdir=/usr/include/coin/ \
+  --enable-dependency-linking \
+  --enable-cbc-parallel
+  make
+}
+
+check() {
+  cd Cbc-$pkgver/Cbc
+  make test
+}
+
+package() {
+  cd Cbc-$pkgver/Cbc
+  PKG_CONFIG_LIBDIR=$pkgdir/usr/lib/pkgconfig/ \
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-04 10:41:05 UTC (rev 130685)
+++ community-x86_64/PKGBUILD   2015-04-04 10:41:25 UTC (rev 130686)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Daniel Ehlers danielehl...@mindeye.net
-
-pkgname=coin-or-cbc
-pkgver=2.9.3
-pkgrel=1
-pkgdesc=COIN-OR branch-and-cut mixed integer programming solver
-arch=(i686 x86_64)
-url=https://projects.coin-or.org/Cbc;
-license=(EPL)
-groups=(coin-or)
-depends=(coin-or-cgl)
-source=(http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha1sums=('a2decdaca4149d9dbe003e57000132e7f0541539')
-
-build() {
-  cd Cbc-$pkgver/Cbc
-  COIN_SKIP_PROJECTS=Sample \
-  ./configure --prefix=/usr \
-  --with-osi-lib=$(pkg-config --libs osi) \
-  --with-osi-incdir=/usr/include/coin/ \
-  --with-clp-lib=$(pkg-config 

[arch-commits] Commit in coin-or-cbc/trunk (PKGBUILD)

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 12:41:05
  Author: arojas
Revision: 130685

Update to 2.9.4

Modified:
  coin-or-cbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 10:30:09 UTC (rev 130684)
+++ PKGBUILD2015-04-04 10:41:05 UTC (rev 130685)
@@ -4,7 +4,7 @@
 # Contributor: Daniel Ehlers danielehl...@mindeye.net
 
 pkgname=coin-or-cbc
-pkgver=2.9.3
+pkgver=2.9.4
 pkgrel=1
 pkgdesc=COIN-OR branch-and-cut mixed integer programming solver
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(coin-or)
 depends=(coin-or-cgl)
 source=(http://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz;)
-sha1sums=('a2decdaca4149d9dbe003e57000132e7f0541539')
+sha1sums=('d937d6af1ee8838d44659ebd4cf7bbb1b20372ce')
 
 build() {
   cd Cbc-$pkgver/Cbc


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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 14:11:05
  Author: foutrelis
Revision: 235450

firefox.desktop: Add NewTab action (FS#44429)

Localized action names were extracted from the Firefox language packs.

Modified:
  firefox/trunk/firefox.desktop

-+
 firefox.desktop |  279 ++
 1 file changed, 241 insertions(+), 38 deletions(-)

Modified: firefox.desktop
===
--- firefox.desktop 2015-04-04 10:27:28 UTC (rev 235449)
+++ firefox.desktop 2015-04-04 12:11:05 UTC (rev 235450)
@@ -88,62 +88,265 @@
 Categories=Network;WebBrowser;
 
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
 StartupNotify=true
-Actions=NewWindow;NewPrivateWindow;
+Actions=NewTab;NewWindow;NewPrivateWindow;
 
+[Desktop Action NewTab]
+Name=Open new tab
+Name[ach]=Yab dirica matidi manyen
+Name[af]=Open nuwe oortjie
+Name[an]=Ubrir una pestanya nueva
+Name[ar]=افتح لسانًا جديدًا
+Name[as]=নতুন টেব খোলক
+Name[ast]= Abrir llingüeta nueva
+Name[az]=Yeni vərəq aç
+Name[be]= Адкрыць новую ўстаўку
+Name[bg]=Отваряне на нов подпрозорец
+Name[bn_BD]=নতুন ট্যাব খুলুন
+Name[bn_IN]=নতুন ট্যাব খুলুন
+Name[br]=Digeriñ un ivinell nevez
+Name[bs]=Otvori novi tab
+Name[ca]=Obre una pestanya nova
+Name[cs]=Otevřít nový panel
+Name[cy]=Agor tab newydd
+Name[da]=Åbn nyt faneblad
+Name[de]=Neuen Tab öffnen
+Name[dsb]=Nowy rejtark wócyniś
+Name[el]=Άνοιγμα νέας καρτέλας
+Name[eo]=Malfermi novan langeton
+Name[es_AR]=Abrir nueva pestaña
+Name[es_CL]= Abrir nueva pestaña
+Name[es_ES]= Abrir pestaña nueva
+Name[es_MX]=Abrir una pestaña nueva
+Name[et]=Ava uus kaart
+Name[eu]=Ireki fitxa berria
+Name[ff]=Uddit tabbere hesere
+Name[fi]=Avaa uusi välilehti
+Name[fr]=Ouvrir un nouvel onglet
+Name[fy_NL]=Iepenje nij ljepblêd
+Name[ga_IE]=Oscail i gcluaisín nua
+Name[gd]=Fosgail taba ùr
+Name[gl]=Abrir unha nova lapela
+Name[gu_IN]=નવી ટૅબને ખોલો
+Name[he]=פתיחת לשונית חדשה
+Name[hi_IN]=नया टैब खोलें
+Name[hr]=Otvori novu karticu
+Name[hsb]=Nowy rajtark wočinić
+Name[hu]=Új lap megnyitása
+Name[hy_AM]=Բացել նոր ներդիր
+Name[id]=Buka tab baru
+Name[is]=Opna nýjan flipa
+Name[it]= Apri nuova scheda
+Name[ja]= 新しいタブ
+Name[kk]=Жаңа бетті ашу
+Name[kn]=ಹೊಸ ಹಾಳೆಯನ್ನು ತೆರೆ
+Name[ko]=새 탭 열기
+Name[lij]=Àrvi nêuvo féuggio
+Name[lt]=Atverti naują kortelę
+Name[mai]=नव टैब खोलू
+Name[mk]=Отвори ново јазиче
+Name[ml]=പുതിയ റ്റാബ് തുറക്കുക
+Name[mr]=नवीन टॅब उघडा
+Name[ms]=Buka tab baru
+Name[nb_NO]=Åpne ny fane
+Name[nl]=Nieuw tabblad openen
+Name[nn_NO]=Opna ny fane
+Name[or]=ନୂତନ ଟ୍ୟାବ ଖୋଲନ୍ତୁ
+Name[pa_IN]=ਨਵੀਂ ਟੈਬ ਖੋਲ੍ਹੋ
+Name[pl]=Otwórz nową kartę
+Name[pt_BR]=Nova aba
+Name[pt_PT]=Abrir novo separador
+Name[rm]=Avrir in nov tab
+Name[ro]=Deschide o filă nouă
+Name[ru]= Открыть новую вкладку
+Name[si]=නව ටැබය විවෘත කරන්න
+Name[sk]=Otvoriť novú kartu
+Name[sl]=Odpri nov zavihek
+Name[son]=Nor loku taaga feeri
+Name[sq]=Hap skedë të re
+Name[sr]=Отвори нови језичак
+Name[sv_SE]=Öppna ny flik
+Name[ta]=புதிய கீற்றைத் திற
+Name[te]=కొత్త టాబ్ తెరువుము
+Name[th]=เปิดแท็บใหม่
+Name[tr]=Yeni sekme aç
+Name[uk]=Відкрити нову вкладку
+Name[uz]=Yangi ichki oyna ochish
+Name[vi]=Mở thẻ mới
+Name[xh]=Vula ithebhu entsha
+Name[zh_CN]=打开新标签页
+Name[zh_TW]=開啟新分頁
+Exec=firefox -new-tab about:newtab
+
 [Desktop Action NewWindow]
-Name=Open a New Window
+Name=Open new window
+Name[ach]=Yab dirica manyen
+Name[af]=Open nuwe venster
+Name[an]=Ubrir una nueva finestra
 Name[ar]=افتح نافذة جديدة
-Name[ast]=Abrir una ventana nueva
-Name[bn]=Abrir una ventana nueva
+Name[as]=নতুন উইন্ডো খোলক
+Name[ast]= Abrir ventana nueva
+Name[az]=Yeni pəncərə aç
+Name[be]= Адкрыць новае акно
+Name[bg]=Отваряне на нов прозорец
+Name[bn_BD]=নতুন উইন্ডো খুলুন
+Name[bn_IN]=নতুন উইন্ডো খুলুন
+Name[br]=Digeriñ ur prenestr nevez
+Name[bs]=Otvori novi prozor
 Name[ca]=Obre una finestra nova
 Name[cs]=Otevřít nové okno
-Name[da]=Åbn et nyt vindue
-Name[de]=Ein neues Fenster öffnen
+Name[cy]=Agor ffenestr newydd
+Name[da]=Åbn nyt vindue
+Name[de]=Neues Fenster öffnen
+Name[dsb]=Nowe wokno wócyniś
 Name[el]=Άνοιγμα νέου παραθύρου
-Name[es]=Abrir una ventana nueva
+Name[eo]=Malfermi novan fenestron
+Name[es_AR]=Abrir nueva ventana
+Name[es_CL]= Abrir nueva ventana
+Name[es_ES]= Abrir nueva ventana
+Name[es_MX]=Abrir nueva ventana
+Name[et]=Ava uus aken
+Name[eu]=Ireki leiho berria
+Name[ff]=Uddit henorde hesere
 Name[fi]=Avaa uusi ikkuna
 Name[fr]=Ouvrir une nouvelle fenêtre
+Name[fy_NL]=Iepenje nij finster
+Name[ga_IE]=Oscail fuinneog nua
+Name[gd]=Fosgail uinneag ùr
 Name[gl]=Abrir unha nova xanela
-Name[he]=פתיחת חלון חדש
+Name[gu_IN]=નવી વિન્ડોને ખોલો
+Name[he]=פתח חלון חדש
+Name[hi_IN]=नई विंडो खोलें
 Name[hr]=Otvori novi prozor
-Name[hu]=Új ablak nyitása
-Name[it]=Apri una nuova finestra
-Name[ja]=新しいウィンドウを開く
+Name[hsb]=Nowe wokno wočinić
+Name[hu]=Új ablak megnyitása

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

2015-04-04 Thread Giovanni Scafora
Date: Saturday, April 4, 2015 @ 15:59:00
  Author: giovanni
Revision: 235457

upgpkg: asio 1.10.6-1

upstream release

Modified:
  asio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 13:03:16 UTC (rev 235456)
+++ PKGBUILD2015-04-04 13:59:00 UTC (rev 235457)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=asio
-pkgver=1.10.2
+pkgver=1.10.6
 pkgrel=1
 pkgdesc=Cross-platform C++ library for ASynchronous network I/O
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('boost')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('cf518ce6978b525b69a8f543f8fe419f')
+md5sums=('85d014a356a6e004cd30ccd4c9b6a5c2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 16:34:48
  Author: arojas
Revision: 130689

Update to 0.1.2

Modified:
  xcb-util-cursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 13:18:30 UTC (rev 130688)
+++ PKGBUILD2015-04-04 14:34:48 UTC (rev 130689)
@@ -3,7 +3,7 @@
 # Contributor: Bastien Dejean nihilh...@gmail.com
 
 pkgname=xcb-util-cursor
-pkgver=0.1.1
+pkgver=0.1.2
 pkgrel=1
 pkgdesc='XCB cursor library'
 arch=('i686' 'x86_64')
@@ -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=('568712eaa340f18b357d3748300c1795')
+md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
 
 build() {
   cd $pkgname-$pkgver
@@ -25,4 +25,3 @@
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-# vim:set ts=2 sw=2 et:


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

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 16:35:59
  Author: arojas
Revision: 130690

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

Added:
  xcb-util-cursor/repos/community-testing-i686/
  xcb-util-cursor/repos/community-testing-i686/PKGBUILD
(from rev 130689, xcb-util-cursor/trunk/PKGBUILD)
  xcb-util-cursor/repos/community-testing-x86_64/
  xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD
(from rev 130689, xcb-util-cursor/trunk/PKGBUILD)

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

Copied: xcb-util-cursor/repos/community-testing-i686/PKGBUILD (from rev 130689, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-04 14:35:59 UTC (rev 130690)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.2
+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=('88e70d92ff5616d406ce5b1b62e0c58b')
+
+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
+}
+

Copied: xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD (from rev 
130689, xcb-util-cursor/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-04-04 14:35:59 UTC (rev 130690)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.2
+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=('88e70d92ff5616d406ce5b1b62e0c58b')
+
+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
+}
+


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

2015-04-04 Thread Sébastien Luttringer
Date: Saturday, April 4, 2015 @ 15:18:30
  Author: seblu
Revision: 130688

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

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

--+
 community-staging-i686/PKGBUILD  |   39 +
 community-staging-i686/znc.install   |   29 
 community-staging-x86_64/PKGBUILD|   39 +
 community-staging-x86_64/znc.install |   29 
 4 files changed, 136 insertions(+)

Copied: znc/repos/community-staging-i686/PKGBUILD (from rev 130687, 
znc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-04 13:18:30 UTC (rev 130688)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: mickael9 mickael9 at gmail dot com
+
+pkgname=znc
+pkgver=1.6.0
+pkgrel=3
+pkgdesc='An IRC bouncer with modules  scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=(http://znc.in/releases/$pkgname-$pkgver.tar.gz;)
+md5sums=('674d8c1277752dcc627b96e33a63376e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-staging-i686/znc.install (from rev 130687, 
znc/trunk/znc.install)
===
--- community-staging-i686/znc.install  (rev 0)
+++ community-staging-i686/znc.install  2015-04-04 13:18:30 UTC (rev 130688)
@@ -0,0 +1,29 @@
+#/bin/sh
+
+# arg 1:  the new package version
+post_install() {
+  getent group znc /dev/null || groupadd -g 136 znc
+  getent passwd znc /dev/null || useradd -r -d /var/lib/znc -u 136 -g 136 znc
+  [ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
+  echo == Use 'znc --makeconf' as user znc to generate your first config
+  true
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ `vercmp $2 1.0-4` -lt 0 ]; then
+[ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
+usermod -d /var/lib/znc znc 2/dev/null  echo '== znc home directory 
has moved to /var/lib/znc'
+  fi
+  true
+}
+
+# arg 1:  the old package version
+post_remove() {
+  userdel -f znc /dev/null 21
+  groupdel znc /dev/null 21
+  true
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-staging-x86_64/PKGBUILD (from rev 130687, 
znc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-04 13:18:30 UTC (rev 130688)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: mickael9 mickael9 at gmail dot com
+
+pkgname=znc
+pkgver=1.6.0
+pkgrel=3
+pkgdesc='An IRC bouncer with modules  scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl' 'icu')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=(http://znc.in/releases/$pkgname-$pkgver.tar.gz;)
+md5sums=('674d8c1277752dcc627b96e33a63376e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

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

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

2015-04-04 Thread Sébastien Luttringer
Date: Saturday, April 4, 2015 @ 15:18:11
  Author: seblu
Revision: 130687

upgpkg: znc 1.6.0-3

https://www.archlinux.org/todo/icu-551-so-bumps/

Modified:
  znc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 10:41:25 UTC (rev 130686)
+++ PKGBUILD2015-04-04 13:18:11 UTC (rev 130687)
@@ -5,7 +5,7 @@
 
 pkgname=znc
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='An IRC bouncer with modules  scripts support'
 url='http://en.znc.in/wiki/index.php/ZNC'
 license=('GPL2')


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

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 14:29:09
  Author: arojas
Revision: 235452

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  khelpcenter/repos/kde-unstable-i686/
  khelpcenter/repos/kde-unstable-i686/PKGBUILD
(from rev 235451, khelpcenter/trunk/PKGBUILD)
  khelpcenter/repos/kde-unstable-x86_64/
  khelpcenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 235451, khelpcenter/trunk/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   37 +
 kde-unstable-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: khelpcenter/repos/kde-unstable-i686/PKGBUILD (from rev 235451, 
khelpcenter/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-04-04 12:29:09 UTC (rev 235452)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.2.2
+pkgrel=2
+pkgdesc=Application to show KDE Applications' documentation
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+depends=('khtml' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e1fe62c0df75e99cdd91de86709727ca')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: khelpcenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 235451, 
khelpcenter/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-04-04 12:29:09 UTC (rev 235452)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.2.2
+pkgrel=2
+pkgdesc=Application to show KDE Applications' documentation
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+depends=('khtml' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e1fe62c0df75e99cdd91de86709727ca')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 14:28:26
  Author: arojas
Revision: 235451

Don't conflict with kdebase-runtime

Modified:
  khelpcenter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 12:11:05 UTC (rev 235450)
+++ PKGBUILD2015-04-04 12:28:26 UTC (rev 235451)
@@ -5,7 +5,7 @@
 
 pkgname=khelpcenter
 pkgver=5.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Application to show KDE Applications' documentation
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
@@ -12,7 +12,6 @@
 license=('LGPL')
 depends=('khtml' 'kdelibs4support' 'kcmutils')
 makedepends=('extra-cmake-modules' 'kdoctools')
-conflicts=('kdebase-runtime')
 
source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
 md5sums=('e1fe62c0df75e99cdd91de86709727ca')
 


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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 16:00:33
  Author: foutrelis
Revision: 235459

upgpkg: firefox 37.0.1-2

ICU 55.1 rebuild.

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/firefox.desktop

-+
 PKGBUILD|4 ++--
 firefox.desktop |   44 ++--
 2 files changed, 24 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 13:59:12 UTC (rev 235458)
+++ PKGBUILD2015-04-04 14:00:33 UTC (rev 235459)
@@ -4,7 +4,7 @@
 
 pkgname=firefox
 pkgver=37.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -26,7 +26,7 @@
 firefox-fixed-loading-icon.png)
 sha256sums=('8d10aab49017f0222dbbe4811b953d2ce61737ba612b13a98dcd4379510e18e6'
 'ffcb2a0ba2ed08f74931a11043717391ef380234cadccc6f0c13f1186ad80e8b'
-'c7d150c76de6b1f0706bcb9bda55f2702627c0f0d5c0480f14607d1f22272768'
+'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
 '4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
 '68e3a5b47c6d175cc95b98b069a15205f027cab83af9e075818d38610feb6213')

Modified: firefox.desktop
===
--- firefox.desktop 2015-04-04 13:59:12 UTC (rev 235458)
+++ firefox.desktop 2015-04-04 14:00:33 UTC (rev 235459)
@@ -97,9 +97,9 @@
 Name[an]=Ubrir una pestanya nueva
 Name[ar]=افتح لسانًا جديدًا
 Name[as]=নতুন টেব খোলক
-Name[ast]= Abrir llingüeta nueva
+Name[ast]=Abrir llingüeta nueva
 Name[az]=Yeni vərəq aç
-Name[be]= Адкрыць новую ўстаўку
+Name[be]=Адкрыць новую ўстаўку
 Name[bg]=Отваряне на нов подпрозорец
 Name[bn_BD]=নতুন ট্যাব খুলুন
 Name[bn_IN]=নতুন ট্যাব খুলুন
@@ -114,8 +114,8 @@
 Name[el]=Άνοιγμα νέας καρτέλας
 Name[eo]=Malfermi novan langeton
 Name[es_AR]=Abrir nueva pestaña
-Name[es_CL]= Abrir nueva pestaña
-Name[es_ES]= Abrir pestaña nueva
+Name[es_CL]=Abrir nueva pestaña
+Name[es_ES]=Abrir pestaña nueva
 Name[es_MX]=Abrir una pestaña nueva
 Name[et]=Ava uus kaart
 Name[eu]=Ireki fitxa berria
@@ -135,8 +135,8 @@
 Name[hy_AM]=Բացել նոր ներդիր
 Name[id]=Buka tab baru
 Name[is]=Opna nýjan flipa
-Name[it]= Apri nuova scheda
-Name[ja]= 新しいタブ
+Name[it]=Apri nuova scheda
+Name[ja]=新しいタブ
 Name[kk]=Жаңа бетті ашу
 Name[kn]=ಹೊಸ ಹಾಳೆಯನ್ನು ತೆರೆ
 Name[ko]=새 탭 열기
@@ -157,7 +157,7 @@
 Name[pt_PT]=Abrir novo separador
 Name[rm]=Avrir in nov tab
 Name[ro]=Deschide o filă nouă
-Name[ru]= Открыть новую вкладку
+Name[ru]=Открыть новую вкладку
 Name[si]=නව ටැබය විවෘත කරන්න
 Name[sk]=Otvoriť novú kartu
 Name[sl]=Odpri nov zavihek
@@ -184,9 +184,9 @@
 Name[an]=Ubrir una nueva finestra
 Name[ar]=افتح نافذة جديدة
 Name[as]=নতুন উইন্ডো খোলক
-Name[ast]= Abrir ventana nueva
+Name[ast]=Abrir ventana nueva
 Name[az]=Yeni pəncərə aç
-Name[be]= Адкрыць новае акно
+Name[be]=Адкрыць новае акно
 Name[bg]=Отваряне на нов прозорец
 Name[bn_BD]=নতুন উইন্ডো খুলুন
 Name[bn_IN]=নতুন উইন্ডো খুলুন
@@ -201,8 +201,8 @@
 Name[el]=Άνοιγμα νέου παραθύρου
 Name[eo]=Malfermi novan fenestron
 Name[es_AR]=Abrir nueva ventana
-Name[es_CL]= Abrir nueva ventana
-Name[es_ES]= Abrir nueva ventana
+Name[es_CL]=Abrir nueva ventana
+Name[es_ES]=Abrir nueva ventana
 Name[es_MX]=Abrir nueva ventana
 Name[et]=Ava uus aken
 Name[eu]=Ireki leiho berria
@@ -222,8 +222,8 @@
 Name[hy_AM]=Բացել նոր պատուհան
 Name[id]=Buka jendela baru
 Name[is]=Opna nýjan glugga
-Name[it]= Apri nuova finestra
-Name[ja]= 新しいウィンドウ
+Name[it]=Apri nuova finestra
+Name[ja]=新しいウィンドウ
 Name[kk]=Жаңа терезені ашу
 Name[kn]=ಹೊಸ ವಿಂಡೊವನ್ನು ತೆರೆ
 Name[ko]=새 창 열기
@@ -244,7 +244,7 @@
 Name[pt_PT]=Abrir nova janela
 Name[rm]=Avrir ina nova fanestra
 Name[ro]=Deschide o nouă fereastră
-Name[ru]= Открыть новое окно
+Name[ru]=Открыть новое окно
 Name[si]=නව කවුළුවක් විවෘත කරන්න
 Name[sk]=Otvoriť nové okno
 Name[sl]=Odpri novo okno
@@ -271,9 +271,9 @@
 Name[an]=Nueva finestra de navegación privada
 Name[ar]=نافذة خاصة جديدة
 Name[as]=নতুন ব্যক্তিগত উইন্ডো
-Name[ast]= Ventana privada nueva
+Name[ast]=Ventana privada nueva
 Name[az]=Yeni məxfi pəncərə
-Name[be]= Новае акно адасаблення
+Name[be]=Новае акно адасаблення
 Name[bg]=Нов прозорец за поверително сърфиране
 Name[bn_BD]=নতুন ব্যক্তিগত উইন্ডো
 Name[bn_IN]=নতুন ব্যাক্তিগত উইন্ডো
@@ -288,8 +288,8 @@
 Name[el]=Νέο παράθυρο ιδιωτικής περιήγησης
 Name[eo]=Nova privata fenestro
 Name[es_AR]=Nueva ventana privada
-Name[es_CL]= Nueva ventana privada
-Name[es_ES]= Nueva ventana privada
+Name[es_CL]=Nueva ventana privada
+Name[es_ES]=Nueva ventana privada
 Name[es_MX]=Nueva ventana privada
 Name[et]=Uus privaatne aken
 Name[eu]=Leiho pribatu berria
@@ -309,12 +309,12 @@
 Name[hy_AM]=Գաղտնի դիտարկում
 Name[id]=Jendela mode pribadi baru
 Name[is]=Nýr einkagluggi
-Name[it]= Nuova finestra anonima
-Name[ja]= 新しいプライベートウィンドウ

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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 16:00:53
  Author: foutrelis
Revision: 235460

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

Added:
  firefox/repos/staging-i686/
  firefox/repos/staging-i686/PKGBUILD
(from rev 235459, firefox/trunk/PKGBUILD)
  firefox/repos/staging-i686/firefox-fixed-loading-icon.png
(from rev 235459, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/staging-i686/firefox-install-dir.patch
(from rev 235459, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/staging-i686/firefox.desktop
(from rev 235459, firefox/trunk/firefox.desktop)
  firefox/repos/staging-i686/firefox.install
(from rev 235459, firefox/trunk/firefox.install)
  firefox/repos/staging-i686/mozconfig
(from rev 235459, firefox/trunk/mozconfig)
  firefox/repos/staging-i686/vendor.js
(from rev 235459, firefox/trunk/vendor.js)
  firefox/repos/staging-x86_64/
  firefox/repos/staging-x86_64/PKGBUILD
(from rev 235459, firefox/trunk/PKGBUILD)
  firefox/repos/staging-x86_64/firefox-fixed-loading-icon.png
(from rev 235459, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/staging-x86_64/firefox-install-dir.patch
(from rev 235459, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/staging-x86_64/firefox.desktop
(from rev 235459, firefox/trunk/firefox.desktop)
  firefox/repos/staging-x86_64/firefox.install
(from rev 235459, firefox/trunk/firefox.install)
  firefox/repos/staging-x86_64/mozconfig
(from rev 235459, firefox/trunk/mozconfig)
  firefox/repos/staging-x86_64/vendor.js
(from rev 235459, firefox/trunk/vendor.js)

--+
 staging-i686/PKGBUILD|  109 
 staging-i686/firefox-install-dir.patch   |   12 
 staging-i686/firefox.desktop |  352 +
 staging-i686/firefox.install |   13 +
 staging-i686/mozconfig   |   34 ++
 staging-i686/vendor.js   |9 
 staging-x86_64/PKGBUILD  |  109 
 staging-x86_64/firefox-install-dir.patch |   12 
 staging-x86_64/firefox.desktop   |  352 +
 staging-x86_64/firefox.install   |   13 +
 staging-x86_64/mozconfig |   34 ++
 staging-x86_64/vendor.js |9 
 12 files changed, 1058 insertions(+)

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


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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 14:57:28
  Author: foutrelis
Revision: 235453

Update thunderbird.desktop file

- Remove localized Name keys.
- Remove Keywords keys.
- Use upstream names for application actions and update localized names.

Localized action names were extracted from the Thunderbird language packs.

Modified:
  thunderbird/trunk/thunderbird.desktop

-+
 thunderbird.desktop |  272 ++
 1 file changed, 100 insertions(+), 172 deletions(-)

Modified: thunderbird.desktop
===
--- thunderbird.desktop 2015-04-04 12:29:09 UTC (rev 235452)
+++ thunderbird.desktop 2015-04-04 12:57:28 UTC (rev 235453)
@@ -1,32 +1,5 @@
 [Desktop Entry]
 Name=Thunderbird
-Name[ast]=Veceru de corréu Thunderbird
-Name[ca]=Client de correu Thunderbird
-Name[cs]=Poštovní klient Thunderbird
-Name[da]=Mozilla Thunderbird - e-post/nyhedsgruppe
-Name[de]=Thunderbird-E-Mail und -Nachrichten
-Name[el]=Ηλεκτρονική αλληλογραφία Thunderbird
-Name[es]=Cliente de correo Thunderbird
-Name[fi]=Thunderbird-sähköposti
-Name[fr]=Messagerie Thunderbird
-Name[gl]=Cliente de correo Thunderbird
-Name[he]=Mozilla Thunderbird דוא״ל/חדשות
-Name[hr]=Mozilla Thunderbird e-pošta/novosti
-Name[hu]=Thunderbird levelezőkliens
-Name[it]=Email Mozilla Thunderbird
-Name[ja]=Thunderbird電子メールクライアント
-Name[ko]=Mozilla Thunderbird
-Name[nl]=Mozilla Thunderbird e-mail/nieuws
-Name[pl]=Klient poczty Thunderbird
-Name[pt_BR]=Cliente de E-mail Thunderbird
-Name[ru]=Почтовый клиент Thunderbird
-Name[sk]=Thunderbird - poštový klient
-Name[sv]=E-postklienten Thunderbird
-Name[ug]=Mozilla Thunderbird ئېلخەت/خەۋەر
-Name[uk]=Поштова програма Thunderbird
-Name[vi]=Trình điện thư Mozilla Thunderbird
-Name[zh_CN]=Thunderbird 邮件/新闻
-Name[zh_TW]=Thunderbird 郵件
 Comment=Send and receive mail with Thunderbird
 Comment[ast]=Lleer y escribir corréu electrónicu
 Comment[ca]=Llegiu i escriviu correu
@@ -82,164 +55,119 @@
 GenericName[vi]=Phần mềm khách quản lý thư điện tử
 GenericName[zh_CN]=邮件新闻客户端
 GenericName[zh_TW]=郵件用戶端
-Keywords=Email;E-mail;Newsgroup;Feed;RSS;
-Keywords[ast]=Corréu;Corréu-e;Noticies;Discusiones;Mensaxes;Canales;RSS;
-Keywords[ca]=Correu;Email;E-mail;Mailing;Llistes;Notícies;RSS;
-Keywords[cs]=Email;E-mail;Pošta;Elektronická pošta;Diskusní skupiny;Čtečka;RSS;
-Keywords[da]=Email;E-mail;Epost;E-post;E-brev;Newsgroup;Nyhedsgruppe;Nyhedskilde;Usenet;Feed;RSS;
-Keywords[de]=Mail;E-Mail;Newsgroup;Nachrichten;Feed;RSS;Post;News;Usenet;online;lesen;schreiben;
-Keywords[el]=Email;E-mail;Newsgroup;Feed;RSS;ημαιλ;Αλληλογραφία;Ροή;ΡΣΣ;Συζητήσεις;Γράμματα;
-Keywords[es]=Email;Correo 
electrónico;Noticias;Discusiones;Mensajes;Canales;RSS;
-Keywords[fi]=Mail;E-Mail;Email;Newsgroup;Feed;RSS;posti;sähköposti;maili;meili;Usenet;uutisryhmät;syöte;
-Keywords[fr]=Mails;Mels;E-Mails;Emails;Courriels;Courriers;Newsgroup;Feed;RSS;Poster;Thunderbird;Lire;Écrire;
-Keywords[he]=דואל;דוא״ל;מייל;אי-מייל;אימייל;הודעות;מוזילה;תאנדרבירד;ת׳אנדרבירד;ת'אנדרבירד;ת׳אנדרברד;ת'אנדרברד;דואל;
-Keywords[hr]=email;e-mail;e-pošta;pošta;RSS;
-Keywords[hu]=Email;E-mail;Levél;Levelezés;Hírcsoport;Feed;Hírforrás;RSS;
-Keywords[it]=Email;Mail;Posta;Newsgroup;Feed;RSS;
-Keywords[is]=tölvupóstur;rafpóstur;fréttir;fréttahópar;samtöl;skilaboð;fréttastraumar;RSS;
-Keywords[ja]=Eメール;イーメール;mail;e-mail;email;メール;電子メール;ニュースグループ;ネットニュース;RSS;フィードリーダー;書く;読む;Mozilla;
-Keywords[nl]=Email;E-mail;Newsgroup;Feed;RSS;Nieuwsgroep;Post;
-Keywords[ru]=Email;E-mail;Newsgroup;Feed;RSS;почта;письма;новости;фиды;
-Keywords[sk]=Email;E-mail;Elektronická pošta;Diskusné skupiny;Čítačka 
kanálov;RSS;
-Keywords[uk]=Email;E-mail;Newsgroup;Feed;RSS;пошта;новини;подачі;стрічка;
-Keywords[vi]=Mail;E-Mail;Email;Newsgroup;Feed;RSS;Thư điện tử;Gửi thư;
-Keywords[zh_CN]=Mail;E-Mail;Email;Newsgroup;Feed;RSS;电子;邮件;新闻;Thunderbird;tb;雷鸟;电邮;邮箱;阅读器;
 Exec=thunderbird %u
 Terminal=false
-X-MultipleArgs=false
 Type=Application
 Icon=thunderbird
 Categories=Network;Email;
 MimeType=message/rfc822;x-scheme-handler/mailto;application/x-xpinstall;
 StartupNotify=true
-Actions=Compose;Contacts;
+Actions=ComposeMessage;OpenAddressBook;
 
-[Desktop Action Compose]
-Name=Compose New Message
-Name[af]=Skryf 'n nuwe boodskap
-Name[ar]=حرر رسالة جديدة
-Name[ast]=Redactar un mensaxe nuevu
-Name[be]=Напісаць ліст
-Name[bg]=Ново писмо
-Name[bn]=নতুন বার্তা লিখুন
-Name[br]=Sevel ur gemennadenn nevez
-Name[bs]=Napiši novu poruku
-Name[ca]=Redacta un missatge nou
+[Desktop Action ComposeMessage]
+Name=Write new message
+Name[ar]=اكتب رسالة جديدة
+Name[ast]=Redactar mensaxe nuevu
+Name[be]=Напісаць новы ліст
+Name[bg]=Съставяне на ново съобщение
+Name[br]=Skrivañ ur gemennadenn nevez
+Name[ca]=Escriu un missatge nou
 Name[cs]=Napsat novou zprávu
-Name[cy]=Cyfansoddi Neges Newydd
-Name[da]=Skriv en ny besked
-Name[de]=Neue Nachricht erstellen
+Name[da]=Skriv en ny meddelelse
+Name[de]=Neue Nachricht verfassen
 Name[el]=Σύνταξη νέου 

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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 14:58:56
  Author: foutrelis
Revision: 235454

Update thunderbird.desktop checksum

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 12:57:28 UTC (rev 235453)
+++ PKGBUILD2015-04-04 12:58:56 UTC (rev 235454)
@@ -25,7 +25,7 @@
 sha256sums=('ccbf8cbb740bc1b30ecf4fe39aab226607f9a41e23a07e994c508a90e8b70508'
 'SKIP'
 '7021a0907ebaffec7cad2928a773d8a0763a9790b9b97b58f72fad52e981296b'
-'3fba5066b1f48b48e6eca0cbafa5b5fbb58f83593fe2f55a924c4b56bf17f259'
+'3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
 '9049ab3f9600a1592a54c41a166c76e046c393e1cfe7c4e769155b7317d197ee'
 'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed'
 '746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')


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

2015-04-04 Thread Giovanni Scafora
Date: Saturday, April 4, 2015 @ 15:59:12
  Author: giovanni
Revision: 235458

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-04 13:59:00 UTC (rev 235457)
+++ extra-i686/PKGBUILD 2015-04-04 13:59:12 UTC (rev 235458)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=asio
-pkgver=1.10.2
-pkgrel=1
-pkgdesc=Cross-platform C++ library for ASynchronous network I/O
-arch=('i686' 'x86_64')
-url=http://asio.sourceforge.net;
-license=('custom')
-depends=('boost')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('cf518ce6978b525b69a8f543f8fe419f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  #license
-  install -D -m644 LICENSE_1_0.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: asio/repos/extra-i686/PKGBUILD (from rev 235457, asio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-04 13:59:12 UTC (rev 235458)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=asio
+pkgver=1.10.6
+pkgrel=1
+pkgdesc=Cross-platform C++ library for ASynchronous network I/O
+arch=('i686' 'x86_64')
+url=http://asio.sourceforge.net;
+license=('custom')
+depends=('boost')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('85d014a356a6e004cd30ccd4c9b6a5c2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  #license
+  install -D -m644 LICENSE_1_0.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-04 13:59:00 UTC (rev 235457)
+++ extra-x86_64/PKGBUILD   2015-04-04 13:59:12 UTC (rev 235458)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=asio
-pkgver=1.10.2
-pkgrel=1
-pkgdesc=Cross-platform C++ library for ASynchronous network I/O
-arch=('i686' 'x86_64')
-url=http://asio.sourceforge.net;
-license=('custom')
-depends=('boost')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('cf518ce6978b525b69a8f543f8fe419f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  #license
-  install -D -m644 LICENSE_1_0.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: asio/repos/extra-x86_64/PKGBUILD (from rev 235457, asio/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-04 13:59:12 UTC (rev 235458)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=asio
+pkgver=1.10.6
+pkgrel=1
+pkgdesc=Cross-platform C++ library for ASynchronous network I/O
+arch=('i686' 'x86_64')
+url=http://asio.sourceforge.net;
+license=('custom')
+depends=('boost')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('85d014a356a6e004cd30ccd4c9b6a5c2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  #license
+  install -D -m644 LICENSE_1_0.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 15:03:16
  Author: foutrelis
Revision: 235456

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

Added:
  chromium/repos/staging-i686/
  chromium/repos/staging-i686/PKGBUILD
(from rev 235455, chromium/trunk/PKGBUILD)
  chromium/repos/staging-i686/chromium-webkit-buffer-overflow.patch
(from rev 235455, chromium/trunk/chromium-webkit-buffer-overflow.patch)
  chromium/repos/staging-i686/chromium.default
(from rev 235455, chromium/trunk/chromium.default)
  chromium/repos/staging-i686/chromium.desktop
(from rev 235455, chromium/trunk/chromium.desktop)
  chromium/repos/staging-i686/chromium.install
(from rev 235455, chromium/trunk/chromium.install)
  chromium/repos/staging-i686/chromium.sh
(from rev 235455, chromium/trunk/chromium.sh)
  chromium/repos/staging-x86_64/
  chromium/repos/staging-x86_64/PKGBUILD
(from rev 235455, chromium/trunk/PKGBUILD)
  chromium/repos/staging-x86_64/chromium-webkit-buffer-overflow.patch
(from rev 235455, chromium/trunk/chromium-webkit-buffer-overflow.patch)
  chromium/repos/staging-x86_64/chromium.default
(from rev 235455, chromium/trunk/chromium.default)
  chromium/repos/staging-x86_64/chromium.desktop
(from rev 235455, chromium/trunk/chromium.desktop)
  chromium/repos/staging-x86_64/chromium.install
(from rev 235455, chromium/trunk/chromium.install)
  chromium/repos/staging-x86_64/chromium.sh
(from rev 235455, chromium/trunk/chromium.sh)

--+
 staging-i686/PKGBUILD|  198 +
 staging-i686/chromium-webkit-buffer-overflow.patch   |   23 +
 staging-i686/chromium.default|4 
 staging-i686/chromium.desktop|  113 +
 staging-i686/chromium.install|   12 +
 staging-i686/chromium.sh |   25 ++
 staging-x86_64/PKGBUILD  |  198 +
 staging-x86_64/chromium-webkit-buffer-overflow.patch |   23 +
 staging-x86_64/chromium.default  |4 
 staging-x86_64/chromium.desktop  |  113 +
 staging-x86_64/chromium.install  |   12 +
 staging-x86_64/chromium.sh   |   25 ++
 12 files changed, 750 insertions(+)

Copied: chromium/repos/staging-i686/PKGBUILD (from rev 235455, 
chromium/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-04 13:03:16 UTC (rev 235456)
@@ -0,0 +1,198 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=chromium
+pkgver=41.0.2272.118
+pkgrel=2
+pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
+arch=('i686' 'x86_64')
+url=http://www.chromium.org/;
+license=('BSD')
+depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss' 'icu'
+ 'libexif' 'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'snappy'
+ 'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
+ 'elfutils' 'subversion' 'ninja' 'clang')
+makedepends_x86_64=('lib32-gcc-libs' 'lib32-zlib')
+optdepends=('kdebase-kdialog: needed for file dialogs in KDE'
+'gnome-keyring: for storing passwords in GNOME keyring'
+'libgnome-keyring: for storing passwords in GNOME keyring'
+'kdeutils-kwalletmanager: for storing passwords in KWallet')
+backup=('etc/chromium/default')
+options=('!strip')
+install=chromium.install
+source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
+chromium.desktop
+chromium.default
+chromium.sh
+chromium-webkit-buffer-overflow.patch)
+sha256sums=('c043d2eca41acaabd4f7068a5d9a21835dac2ca7705dd865d376c8a732ec8c3c'
+'09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
+'478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
+'db3a2ea59c64f5aa4618a385b9db0ac488e900664126af578676b5f09939f9f6'
+'870ca4516a0a5407b1e2da822a1ca4f201349c8699877f6bd248cd8e08e7f2f1')
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+_google_default_client_id=413772536636.apps.googleusercontent.com

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

2015-04-04 Thread Evangelos Foutras
Date: Saturday, April 4, 2015 @ 15:02:56
  Author: foutrelis
Revision: 235455

upgpkg: chromium 41.0.2272.118-2

ICU 55.1 rebuild.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 12:58:56 UTC (rev 235454)
+++ PKGBUILD2015-04-04 13:02:56 UTC (rev 235455)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=41.0.2272.118
-pkgrel=1
+pkgrel=2
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
 url=http://www.chromium.org/;


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

2015-04-04 Thread Evangelos Foutras
Date: Sunday, April 5, 2015 @ 03:33:58
  Author: foutrelis
Revision: 235476

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

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 235475, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
(from rev 235475, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 235475, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 235475, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
(from rev 235475, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 235475, texlive-bin/trunk/texlive.install)

-+
 staging-i686/PKGBUILD   |  329 ++
 staging-i686/fix-fontforge-encoding.patch   |   12 
 staging-i686/texlive.install|   49 +++
 staging-x86_64/PKGBUILD |  329 ++
 staging-x86_64/fix-fontforge-encoding.patch |   12 
 staging-x86_64/texlive.install  |   49 +++
 6 files changed, 780 insertions(+)

Copied: texlive-bin/repos/staging-i686/PKGBUILD (from rev 235475, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-05 01:33:58 UTC (rev 235476)
@@ -0,0 +1,329 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: francois francois.archlinux.org
+
+pkgname=texlive-bin
+pkgver=2014.34260
+pkgrel=7
+_biber_ver=1.9 # for biblatex 2.9 only.
+pkgdesc=TeX Live binaries
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu')
+makedepends=('perl' 'clisp' 'ffcall')
+optdepends=('ed: for texconfig')
+provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
+conflicts=('pdfjam')
+options=('!strip')
+url='http://tug.org/texlive/'
+install=texlive.install
+source=('fix-fontforge-encoding.patch'
+
http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
+
http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_64.tar.gz;
+
http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_32.tar.gz;
+)
+noextract=(biber-linux_x86_64.tar.gz
+   biber-linux_x86_32.tar.gz)
+md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
+ 'b6fe9a6e6b3df0d69e804b87370039ef'
+ '137839688478710ded88909088dee970'
+ 'e1af258c7b7fa95d8299696aa3552eb3')
+
+prepare() {
+cd source
+true
+}
+
+build() {
+   cd $srcdir
+
+   if [ ${CARCH} = x86_64 ]; then
+ export CFLAGS=${CFLAGS} -fPIC
+ export CXXFLAGS=${CXXFLAGS} -fPIC
+ tar xf biber-linux_x86_64.tar.gz 
+   else
+ tar xf biber-linux_x86_32.tar.gz
+   fi
+
+   # this patch removes spurious error message with locale xx_YY.utf8
+   #patch -Np0 -i fix-fontforge-encoding.patch
+   # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+   sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
+   #
+   ### configure
+   cd source
+   ## prevent compiling Xdvi with libXp
+   sed -i~ 's|-lXp ||' texk/xdvik/configure
+   test ! -d Work  mkdir Work
+   cd Work
+   echo -- Initial configuration...
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   # system zlib is disabled due to issues with zlib 1.2.6 (FS#28221)
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add=/Arch Linux \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
+ --with-system-pixman \
+ --with-system-cairo \
+ --with-system-harfbuzz \
+ --with-system-graphite \
+ --with-system-icu \
+ --with-freetype2-libdir=/usr/lib \
+ --with-freetype2-include=/usr/include/freetype2 \
+ --with-xdvi-x-toolkit=xaw \
+ --disable-dump-share \
+ --disable-aleph \
+ 

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

2015-04-04 Thread Evangelos Foutras
Date: Sunday, April 5, 2015 @ 03:33:42
  Author: foutrelis
Revision: 235475

upgpkg: texlive-bin 2014.34260-7

ICU 55.1 and poppler 0.32.0 rebuild.

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 18:18:51 UTC (rev 235474)
+++ PKGBUILD2015-04-05 01:33:42 UTC (rev 235475)
@@ -4,7 +4,7 @@
 
 pkgname=texlive-bin
 pkgver=2014.34260
-pkgrel=6
+pkgrel=7
 _biber_ver=1.9 # for biblatex 2.9 only.
 pkgdesc=TeX Live binaries
 license=('GPL')


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

2015-04-04 Thread Sven-Hendrik Haase
Date: Sunday, April 5, 2015 @ 06:32:31
  Author: svenstaro
Revision: 130700

upgpkg: wt 3.3.4-2

Fix wrong cmake module path

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-05 04:10:56 UTC (rev 130699)
+++ PKGBUILD2015-04-05 04:32:31 UTC (rev 130700)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.4
 _pkgver=3.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;
@@ -45,7 +45,7 @@
   cd ${srcdir}/${pkgname}-${_pkgver}/build
   make DESTDIR=${pkgdir} install
 
-  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.1/Modules/FindWt.cmake
+  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.2/Modules/FindWt.cmake
   rm -r ${pkgdir}/usr/cmake
   rm -rf $pkgdir/var/run
 }


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

2015-04-04 Thread Sven-Hendrik Haase
Date: Sunday, April 5, 2015 @ 06:32:38
  Author: svenstaro
Revision: 130701

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-05 04:32:31 UTC (rev 130700)
+++ community-i686/PKGBUILD 2015-04-05 04:32:38 UTC (rev 130701)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Denis Martinez deuns.marti...@gmail.com
-
-pkgname=wt
-pkgver=3.3.4
-_pkgver=3.3.4
-pkgrel=1
-pkgdesc=a C++ library and application server for developing and deploying web 
applications
-arch=('i686' 'x86_64')
-url=http://www.webtoolkit.eu/;
-license=('GPL')
-depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
-makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
-optdepends=('openssl: for SSL support in built-in webserver'
-   'fcgi: for FastCGI support'
-   'postgresql-libs: for PostgreSQL Dbo support'
-   'sqlite: for Sqlite Dbo support'
-   'mysql++: for the hangman example'
-   'qt4: for the Wt/Qt interopability example (wtwithqt)')
-backup=('etc/wt/wt_config.xml')
-source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('fdbb6042c7d6901e254685966ff55fac')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-
-  [[ -d build ]]  rm -r build
-  mkdir -p build  cd build
-  cmake \
-  -DCONNECTOR_HTTP=ON \
-  -DWT_CPP_11_MODE=-std=c++11 \
-  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DWEBUSER=http \
-  -DWEBGROUP=http \
-  -DUSE_SYSTEM_SQLITE3=ON \
-  -DINSTALL_EXAMPLES=ON \
-  ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.1/Modules/FindWt.cmake
-  rm -r ${pkgdir}/usr/cmake
-  rm -rf $pkgdir/var/run
-}

Copied: wt/repos/community-i686/PKGBUILD (from rev 130700, wt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-05 04:32:38 UTC (rev 130701)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Denis Martinez deuns.marti...@gmail.com
+
+pkgname=wt
+pkgver=3.3.4
+_pkgver=3.3.4
+pkgrel=2
+pkgdesc=a C++ library and application server for developing and deploying web 
applications
+arch=('i686' 'x86_64')
+url=http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('fdbb6042c7d6901e254685966ff55fac')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]]  rm -r build
+  mkdir -p build  cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.2/Modules/FindWt.cmake
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-05 04:32:31 UTC (rev 130700)
+++ community-x86_64/PKGBUILD   2015-04-05 04:32:38 UTC (rev 130701)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Sven-Hendrik Haase 

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

2015-04-04 Thread Connor Behan
Date: Sunday, April 5, 2015 @ 05:09:29
  Author: cbehan
Revision: 130697

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

Added:
  xulrunner/repos/community-staging-i686/
  xulrunner/repos/community-staging-i686/PKGBUILD
(from rev 130696, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-staging-i686/freetype-headers.patch
(from rev 130696, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-staging-i686/mozconfig
(from rev 130696, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-staging-i686/mozilla-pkgconfig.patch
(from rev 130696, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-staging-i686/rhbz-966424.patch
(from rev 130696, xulrunner/trunk/rhbz-966424.patch)
  xulrunner/repos/community-staging-i686/shared-libs.patch
(from rev 130696, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-staging-i686/unbreak-plugin-build.patch
(from rev 130696, xulrunner/trunk/unbreak-plugin-build.patch)
  xulrunner/repos/community-staging-x86_64/
  xulrunner/repos/community-staging-x86_64/PKGBUILD
(from rev 130696, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-staging-x86_64/freetype-headers.patch
(from rev 130696, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-staging-x86_64/mozconfig
(from rev 130696, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-staging-x86_64/mozilla-pkgconfig.patch
(from rev 130696, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-staging-x86_64/rhbz-966424.patch
(from rev 130696, xulrunner/trunk/rhbz-966424.patch)
  xulrunner/repos/community-staging-x86_64/shared-libs.patch
(from rev 130696, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-staging-x86_64/unbreak-plugin-build.patch
(from rev 130696, xulrunner/trunk/unbreak-plugin-build.patch)

-+
 community-staging-i686/PKGBUILD |   77 ++
 community-staging-i686/freetype-headers.patch   |   66 +++
 community-staging-i686/mozconfig|   32 +++
 community-staging-i686/mozilla-pkgconfig.patch  |   40 +
 community-staging-i686/rhbz-966424.patch|   23 +
 community-staging-i686/shared-libs.patch|   12 ++
 community-staging-i686/unbreak-plugin-build.patch   |   76 +
 community-staging-x86_64/PKGBUILD   |   77 ++
 community-staging-x86_64/freetype-headers.patch |   66 +++
 community-staging-x86_64/mozconfig  |   32 +++
 community-staging-x86_64/mozilla-pkgconfig.patch|   40 +
 community-staging-x86_64/rhbz-966424.patch  |   23 +
 community-staging-x86_64/shared-libs.patch  |   12 ++
 community-staging-x86_64/unbreak-plugin-build.patch |   76 +
 14 files changed, 652 insertions(+)

Copied: xulrunner/repos/community-staging-i686/PKGBUILD (from rev 130696, 
xulrunner/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-05 03:09:29 UTC (rev 130697)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Connor Behan connor.be...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xulrunner
+pkgver=37.0.1
+pkgrel=1
+pkgdesc=Mozilla Runtime Environment
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 
'icu' 'python2')
+makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'autoconf2.13' 'gst-plugins-base-libs')
+url=http://wiki.mozilla.org/XUL:Xul_Runner;
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2
+mozconfig
+mozilla-pkgconfig.patch
+shared-libs.patch
+rhbz-966424.patch)
+options=('!emptydirs' '!makeflags' 'staticlibs')
+replaces=('xulrunner-oss')
+sha256sums=('b06a8c9bb04d128ab0637abf7dc1b2c36ffe8930c76e1f37e5abe18c48815952'
+'df0e663e7f9246b84936882e564270fac541c6bb39450b759abe686e5c27a052'
+'1aa9ebe67542a2b8c28905d070829ada5b29438c6a7961f2b0cdd6b92d8b9f5c'
+'59d9fc421bc10a5515b73e159f44a72365bf7b7e8b3fc8a8c46043ef40bd3a40'
+'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')
+
+prepare() {
+  cd $srcdir/mozilla-release
+  cp $srcdir/mozconfig .mozconfig
+
+  # fix libdir/sdkdir - fedora
+  patch -Np1 -i ../mozilla-pkgconfig.patch
+  patch -Np1 -i ../shared-libs.patch
+
+  # https://bugs.archlinux.org/task/41689
+  patch -Np1 -i ../rhbz-966424.patch
+
+  # WebRTC build tries to execute python and expects Python 2
+  # Workaround 

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

2015-04-04 Thread Connor Behan
Date: Sunday, April 5, 2015 @ 05:08:38
  Author: cbehan
Revision: 130696

upgpkg: xulrunner 37.0.1-1

Update to 37.0.1

Modified:
  xulrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 22:48:11 UTC (rev 130695)
+++ PKGBUILD2015-04-05 03:08:38 UTC (rev 130696)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xulrunner
-pkgver=36.0
+pkgver=37.0.1
 pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 rhbz-966424.patch)
 options=('!emptydirs' '!makeflags' 'staticlibs')
 replaces=('xulrunner-oss')
-sha256sums=('b5db72bea7f5938892cab45373394bfb37210e4490281aad2d3f3ad07826fd61'
+sha256sums=('b06a8c9bb04d128ab0637abf7dc1b2c36ffe8930c76e1f37e5abe18c48815952'
 'df0e663e7f9246b84936882e564270fac541c6bb39450b759abe686e5c27a052'
 '1aa9ebe67542a2b8c28905d070829ada5b29438c6a7961f2b0cdd6b92d8b9f5c'
 '59d9fc421bc10a5515b73e159f44a72365bf7b7e8b3fc8a8c46043ef40bd3a40'


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

2015-04-04 Thread Sven-Hendrik Haase
Date: Sunday, April 5, 2015 @ 06:10:56
  Author: svenstaro
Revision: 130699

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

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

---+
 /PKGBUILD |   94 
 /supertuxkart.install |   24 
 community-i686/PKGBUILD   |   47 
 community-i686/supertuxkart.install   |   12 
 community-x86_64/PKGBUILD |   47 
 community-x86_64/supertuxkart.install |   12 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-05 04:10:39 UTC (rev 130698)
+++ community-i686/PKGBUILD 2015-04-05 04:10:56 UTC (rev 130699)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: rabyte rabyte__gmail
-
-pkgname=supertuxkart
-pkgver=0.9rc1
-pkgrel=1
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('i686' 'x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'mesa-libgl' 'fribidi' 'curl' 'bluez-libs' 
'libxrandr' 'glu')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.7z;)
-install=supertuxkart.install
-md5sums=('4d8ee6f7093f819bafc0be95a75f05b2')
-
-build() {
-  cd ${srcdir}/supertuxkart-${pkgver}
-
-  _fn=data/${pkgname}.desktop
-  setconf $_fn Exec $pkgname
-  setconf $_fn TryExec $pkgname
-  setconf $_fn Icon $pkgname_128
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake .. \
--DIRRLICHT_DIR=$srcdir/irrlicht \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_CXX_FLAGS=-lpthread -lm -ldl $CXXFLAGS
-
-  make
-}
-
-package() {
-  cd ${srcdir}/supertuxkart-${pkgver}
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-i686/PKGBUILD (from rev 130698, 
supertuxkart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-05 04:10:56 UTC (rev 130699)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: rabyte rabyte__gmail
+
+pkgname=supertuxkart
+pkgver=0.9rc1
+pkgrel=2
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('i686' 'x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.7z;)
+install=supertuxkart.install
+md5sums=('4d8ee6f7093f819bafc0be95a75f05b2')
+
+build() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  _fn=data/${pkgname}.desktop
+  setconf $_fn Exec $pkgname
+  setconf $_fn TryExec $pkgname
+  setconf $_fn Icon $pkgname_128
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+-DIRRLICHT_DIR=$srcdir/irrlicht \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS=-lpthread -lm -ldl $CXXFLAGS
+
+  make
+}
+
+package() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/supertuxkart.install
===
--- community-i686/supertuxkart.install 2015-04-05 04:10:39 UTC (rev 130698)
+++ community-i686/supertuxkart.install 2015-04-05 04:10:56 UTC (rev 130699)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: supertuxkart/repos/community-i686/supertuxkart.install (from rev 
130698, supertuxkart/trunk/supertuxkart.install)

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

2015-04-04 Thread Sven-Hendrik Haase
Date: Sunday, April 5, 2015 @ 06:10:39
  Author: svenstaro
Revision: 130698

upgpkg: supertuxkart 0.9rc1-2

Fix mesa-libgl being a dep instead of makedep

Modified:
  supertuxkart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-05 03:09:29 UTC (rev 130697)
+++ PKGBUILD2015-04-05 04:10:39 UTC (rev 130698)
@@ -6,13 +6,13 @@
 
 pkgname=supertuxkart
 pkgver=0.9rc1
-pkgrel=1
+pkgrel=2
 pkgdesc='Kart racing game featuring Tux and his friends'
 arch=('i686' 'x86_64')
 url='http://supertuxkart.sourceforge.net/'
 license=('GPL2')
-depends=('openal' 'libvorbis' 'mesa-libgl' 'fribidi' 'curl' 'bluez-libs' 
'libxrandr' 'glu')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl')
 
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.7z;)
 install=supertuxkart.install
 md5sums=('4d8ee6f7093f819bafc0be95a75f05b2')


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

2015-04-04 Thread Sven-Hendrik Haase
Date: Sunday, April 5, 2015 @ 07:32:11
  Author: svenstaro
Revision: 130703

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

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

+
 /PKGBUILD  |   58 +++
 /texstudio.install |   30 ++
 community-i686/PKGBUILD|   29 -
 community-i686/texstudio.install   |   15 -
 community-x86_64/PKGBUILD  |   29 -
 community-x86_64/texstudio.install |   15 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-05 05:32:04 UTC (rev 130702)
+++ community-i686/PKGBUILD 2015-04-05 05:32:11 UTC (rev 130703)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Clément DEMOULINS clem...@archivel.fr
-
-pkgname=texstudio
-pkgver=2.9.4
-pkgrel=2
-pkgdesc=Integrated writing environment for creating LaTeX documents
-arch=('i686' 'x86_64')
-url=http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script')
-makedepends=('qt5-tools')
-optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
-replaces=('texmakerx')
-install=$pkgname.install
-
-source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('398baea51cf9f9f15ab961da09efb263')
-
-build() {
-cd $srcdir/$pkgname$pkgver
-qmake-qt5 CONFIG-=debug texstudio.pro
-make
-}
-
-package() {
-cd $srcdir/$pkgname$pkgver
-make INSTALL_ROOT=$pkgdir install
-}

Copied: texstudio/repos/community-i686/PKGBUILD (from rev 130702, 
texstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-05 05:32:11 UTC (rev 130703)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Clément DEMOULINS clem...@archivel.fr
+
+pkgname=texstudio
+pkgver=2.9.4
+pkgrel=3
+pkgdesc=Integrated writing environment for creating LaTeX documents
+arch=('i686' 'x86_64')
+url=http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
+replaces=('texmakerx')
+install=$pkgname.install
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('398baea51cf9f9f15ab961da09efb263')
+
+build() {
+cd $srcdir/$pkgname$pkgver
+qmake-qt5 CONFIG-=debug texstudio.pro
+make
+}
+
+package() {
+cd $srcdir/$pkgname$pkgver
+make INSTALL_ROOT=$pkgdir install
+}

Deleted: community-i686/texstudio.install
===
--- community-i686/texstudio.install2015-04-05 05:32:04 UTC (rev 130702)
+++ community-i686/texstudio.install2015-04-05 05:32:11 UTC (rev 130703)
@@ -1,15 +0,0 @@
-pkgname=texstudio
-
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:

Copied: texstudio/repos/community-i686/texstudio.install (from rev 130702, 
texstudio/trunk/texstudio.install)
===
--- community-i686/texstudio.install(rev 0)
+++ community-i686/texstudio.install2015-04-05 05:32:11 UTC (rev 130703)
@@ -0,0 +1,15 @@
+pkgname=texstudio
+
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-05 05:32:04 UTC (rev 130702)
+++ community-x86_64/PKGBUILD   2015-04-05 05:32:11 UTC (rev 130703)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Clément DEMOULINS clem...@archivel.fr
-
-pkgname=texstudio
-pkgver=2.9.4
-pkgrel=2
-pkgdesc=Integrated writing environment for creating LaTeX documents

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

2015-04-04 Thread Sven-Hendrik Haase
Date: Sunday, April 5, 2015 @ 07:32:04
  Author: svenstaro
Revision: 130702

upgpkg: texstudio 2.9.4-3

Add libxkbcommon-x11 to deps

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-05 04:32:38 UTC (rev 130701)
+++ PKGBUILD2015-04-05 05:32:04 UTC (rev 130702)
@@ -3,12 +3,12 @@
 
 pkgname=texstudio
 pkgver=2.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc=Integrated writing environment for creating LaTeX documents
 arch=('i686' 'x86_64')
 url=http://texstudio.sourceforge.net/;
 license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11')
 makedepends=('qt5-tools')
 optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
 replaces=('texmakerx')


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

2015-04-04 Thread Felix Yan
Date: Sunday, April 5, 2015 @ 07:59:07
  Author: fyan
Revision: 130705

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

Added:
  aspell-pt/repos/community-i686/PKGBUILD
(from rev 130704, aspell-pt/trunk/PKGBUILD)
  aspell-pt/repos/community-x86_64/PKGBUILD
(from rev 130704, aspell-pt/trunk/PKGBUILD)
Deleted:
  aspell-pt/repos/community-i686/PKGBUILD
  aspell-pt/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-05 05:58:42 UTC (rev 130704)
+++ community-i686/PKGBUILD 2015-04-05 05:59:07 UTC (rev 130705)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=aspell-pt
-_pkgverPT=20150328
-_pkgverBR=20090702
-pkgver=$_pkgverPT
-pkgrel=1
-pkgdesc=Portuguese and Brazilian Portuguese dictionary for aspell
-arch=('i686' 'x86_64')
-url=http://aspell.net/;
-license=('GPL2')
-depends=('aspell')
-conflicts=('aspell-pt_br')
-replaces=('aspell-pt_br')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
-sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  'f5dc1b36135670821f86b53ac872d72bb7694be4'
-  '25975e10b10f675ea85319d00c3477b908c82f27')
-
-build() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-$_pkgverPT-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  make DESTDIR=$pkgdir install
-
-  cd ../aspell6-pt_PT-$_pkgverPT-0
-  make DESTDIR=$pkgdir install
-
-  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
-  make DESTDIR=$pkgdir install
-
-  echo add pt_BR.multi  $pkgdir/usr/lib/aspell-0.60/brasileiro.alias
-}

Copied: aspell-pt/repos/community-i686/PKGBUILD (from rev 130704, 
aspell-pt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-05 05:59:07 UTC (rev 130705)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+
+pkgname=aspell-pt
+_pkgverPT=20150404
+_pkgverBR=20090702
+pkgver=$_pkgverPT
+pkgrel=1
+pkgdesc=Portuguese and Brazilian Portuguese dictionary for aspell
+arch=('i686' 'x86_64')
+url=http://aspell.net/;
+license=('GPL2')
+depends=('aspell')
+conflicts=('aspell-pt_br')
+replaces=('aspell-pt_br')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
+
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
+sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
+  '400700fc0ca8b88b1c46e10eb030a485e304840c'
+  '8289382f6be8ea3cbfe033aaf05151bfbfc4d65e')
+
+build() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  make DESTDIR=$pkgdir install
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  make DESTDIR=$pkgdir install
+
+  echo add pt_BR.multi  $pkgdir/usr/lib/aspell-0.60/brasileiro.alias
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-05 05:58:42 UTC (rev 130704)
+++ community-x86_64/PKGBUILD   2015-04-05 05:59:07 UTC (rev 130705)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=aspell-pt
-_pkgverPT=20150328
-_pkgverBR=20090702
-pkgver=$_pkgverPT
-pkgrel=1
-pkgdesc=Portuguese and Brazilian Portuguese dictionary for aspell
-arch=('i686' 'x86_64')
-url=http://aspell.net/;
-license=('GPL2')
-depends=('aspell')
-conflicts=('aspell-pt_br')
-replaces=('aspell-pt_br')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
-
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
-sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  'f5dc1b36135670821f86b53ac872d72bb7694be4'
-  '25975e10b10f675ea85319d00c3477b908c82f27')
-
-build() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-$_pkgverPT-0

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

2015-04-04 Thread Felix Yan
Date: Sunday, April 5, 2015 @ 07:58:42
  Author: fyan
Revision: 130704

upgpkg: aspell-pt 20150404-1

Modified:
  aspell-pt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-05 05:32:11 UTC (rev 130703)
+++ PKGBUILD2015-04-05 05:58:42 UTC (rev 130704)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=aspell-pt
-_pkgverPT=20150328
+_pkgverPT=20150404
 _pkgverBR=20090702
 pkgver=$_pkgverPT
 pkgrel=1
@@ -17,8 +17,8 @@
 
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
 
http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
 sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-  'f5dc1b36135670821f86b53ac872d72bb7694be4'
-  '25975e10b10f675ea85319d00c3477b908c82f27')
+  '400700fc0ca8b88b1c46e10eb030a485e304840c'
+  '8289382f6be8ea3cbfe033aaf05151bfbfc4d65e')
 
 build() {
   cd aspell6-pt_BR-$_pkgverBR-0


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

2015-04-04 Thread Sven-Hendrik Haase
Date: Saturday, April 4, 2015 @ 19:24:34
  Author: svenstaro
Revision: 130692

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

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

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   34 --
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-04 17:24:25 UTC (rev 130691)
+++ community-i686/PKGBUILD 2015-04-04 17:24:34 UTC (rev 130692)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.210
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a91e2ddf00f8149fdedfe6637fbcef90')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 130691, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-04 17:24:34 UTC (rev 130692)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.214
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2015-04-04 17:24:25 UTC (rev 130691)
+++ community-i686/springlobby.install  2015-04-04 17:24:34 UTC (rev 130692)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 130691, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2015-04-04 17:24:34 UTC (rev 130692)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-04 17:24:25 UTC (rev 130691)
+++ community-x86_64/PKGBUILD   2015-04-04 17:24:34 UTC (rev 130692)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.210
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')

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

2015-04-04 Thread Andreas Radke
Date: Saturday, April 4, 2015 @ 19:59:04
  Author: andyrtr
Revision: 235467

upgpkg: libmspub 0.1.2-2

rebuild for icu 55.1

Modified:
  libmspub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 17:56:54 UTC (rev 235466)
+++ PKGBUILD2015-04-04 17:59:04 UTC (rev 235467)
@@ -4,7 +4,7 @@
 
 pkgname=libmspub
 pkgver=0.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Microsoft Publisher file format parser library (latest snapshot)
 arch=('i686' 'x86_64')
 url=https://wiki.documentfoundation.org/DLP/Libraries/libmspub;


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

2015-04-04 Thread Andreas Radke
Date: Saturday, April 4, 2015 @ 19:59:13
  Author: andyrtr
Revision: 235468

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

Added:
  libmspub/repos/staging-i686/
  libmspub/repos/staging-i686/PKGBUILD
(from rev 235467, libmspub/trunk/PKGBUILD)
  libmspub/repos/staging-x86_64/
  libmspub/repos/staging-x86_64/PKGBUILD
(from rev 235467, libmspub/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   26 ++
 staging-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: libmspub/repos/staging-i686/PKGBUILD (from rev 235467, 
libmspub/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-04 17:59:13 UTC (rev 235468)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
+
+pkgname=libmspub
+pkgver=0.1.2
+pkgrel=2
+pkgdesc=Microsoft Publisher file format parser library (latest snapshot)
+arch=('i686' 'x86_64')
+url=https://wiki.documentfoundation.org/DLP/Libraries/libmspub;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('050b8b29c2620fdbfb5d8561d4d08a11')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --with-docs
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=$pkgdir install
+}

Copied: libmspub/repos/staging-x86_64/PKGBUILD (from rev 235467, 
libmspub/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-04 17:59:13 UTC (rev 235468)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
+
+pkgname=libmspub
+pkgver=0.1.2
+pkgrel=2
+pkgdesc=Microsoft Publisher file format parser library (latest snapshot)
+arch=('i686' 'x86_64')
+url=https://wiki.documentfoundation.org/DLP/Libraries/libmspub;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('050b8b29c2620fdbfb5d8561d4d08a11')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --with-docs
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=$pkgdir install
+}


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

2015-04-04 Thread Andreas Radke
Date: Saturday, April 4, 2015 @ 20:18:35
  Author: andyrtr
Revision: 235473

upgpkg: raptor 2.0.15-2

rebuild for icu 55.1

Modified:
  raptor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 18:03:30 UTC (rev 235472)
+++ PKGBUILD2015-04-04 18:18:35 UTC (rev 235473)
@@ -6,7 +6,7 @@
 
 pkgname=raptor
 pkgver=2.0.15
-pkgrel=1
+pkgrel=2
 pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
 arch=('i686' 'x86_64')
 url=http://librdf.org/raptor;


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

2015-04-04 Thread Andreas Radke
Date: Saturday, April 4, 2015 @ 20:18:51
  Author: andyrtr
Revision: 235474

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

Added:
  raptor/repos/staging-i686/
  raptor/repos/staging-i686/PKGBUILD
(from rev 235473, raptor/trunk/PKGBUILD)
  raptor/repos/staging-x86_64/
  raptor/repos/staging-x86_64/PKGBUILD
(from rev 235473, raptor/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: raptor/repos/staging-i686/PKGBUILD (from rev 235473, 
raptor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-04 18:18:51 UTC (rev 235474)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.15
+pkgrel=2
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('a39f6c07ddb20d7dd2ff1f95fa21e2cd')

Copied: raptor/repos/staging-x86_64/PKGBUILD (from rev 235473, 
raptor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-04 18:18:51 UTC (rev 235474)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.15
+pkgrel=2
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('a39f6c07ddb20d7dd2ff1f95fa21e2cd')


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

2015-04-04 Thread Andreas Radke
Date: Saturday, April 4, 2015 @ 19:27:26
  Author: andyrtr
Revision: 235461

upgpkg: libcdr 0.1.1-2

rebuild for icu 55.1

Modified:
  libcdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 14:00:53 UTC (rev 235460)
+++ PKGBUILD2015-04-04 17:27:26 UTC (rev 235461)
@@ -5,7 +5,7 @@
 
 pkgname=libcdr
 pkgver=0.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=CorelDraw file format importer library for LibreOffice
 arch=('i686' 'x86_64')
 url=https://wiki.documentfoundation.org/DLP/Libraries/libcdr;


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

2015-04-04 Thread Andreas Radke
Date: Saturday, April 4, 2015 @ 20:03:21
  Author: andyrtr
Revision: 235471

upgpkg: cups-filters 1.0.67-2

rebuild for poppler 0.32.0

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 18:01:27 UTC (rev 235470)
+++ PKGBUILD2015-04-04 18:03:21 UTC (rev 235471)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.0.67
-pkgrel=1
+pkgrel=2
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
 url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;


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

2015-04-04 Thread Sven-Hendrik Haase
Date: Saturday, April 4, 2015 @ 19:24:25
  Author: svenstaro
Revision: 130691

upgpkg: springlobby 0.214-1

upstream release 0.214

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 14:35:59 UTC (rev 130690)
+++ PKGBUILD2015-04-04 17:24:25 UTC (rev 130691)
@@ -3,7 +3,7 @@
 # Contributor: DuGi d...@irc.pl
 
 pkgname=springlobby
-pkgver=0.210
+pkgver=0.214
 pkgrel=1
 pkgdesc=A free cross-platform lobby client for the Spring RTS project.
 arch=('i686' 'x86_64')
@@ -12,13 +12,18 @@
 depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
  'alure' 'libsm')
 optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
+makedepends=('boost' 'asio' 'cmake' 'git')
 install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a91e2ddf00f8149fdedfe6637fbcef90')
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
 
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
 build() {
-  cd $srcdir/${pkgname}-$pkgver
+  cd $srcdir/${pkgname}
 
   cmake . \
 -DCMAKE_INSTALL_PREFIX=/usr
@@ -26,7 +31,7 @@
 }
 
 package() {
-  cd $srcdir/${pkgname}-$pkgver
+  cd $srcdir/${pkgname}
 
   make DESTDIR=$pkgdir install
 }


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

2015-04-04 Thread Andreas Radke
Date: Saturday, April 4, 2015 @ 19:28:22
  Author: andyrtr
Revision: 235462

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

Added:
  libcdr/repos/staging-i686/
  libcdr/repos/staging-i686/PKGBUILD
(from rev 235461, libcdr/trunk/PKGBUILD)
  libcdr/repos/staging-x86_64/
  libcdr/repos/staging-x86_64/PKGBUILD
(from rev 235461, libcdr/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libcdr/repos/staging-i686/PKGBUILD (from rev 235461, 
libcdr/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-04 17:28:22 UTC (rev 235462)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# Contributor: Luca Bennati lucak3 AT gmail DOT com
+
+pkgname=libcdr
+pkgver=0.1.1
+pkgrel=2
+pkgdesc=CorelDraw file format importer library for LibreOffice
+arch=('i686' 'x86_64')
+url=https://wiki.documentfoundation.org/DLP/Libraries/libcdr;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'lcms2' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('72ed4d2f900eac95061207d026d5324c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libcdr/repos/staging-x86_64/PKGBUILD (from rev 235461, 
libcdr/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-04 17:28:22 UTC (rev 235462)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# Contributor: Luca Bennati lucak3 AT gmail DOT com
+
+pkgname=libcdr
+pkgver=0.1.1
+pkgrel=2
+pkgdesc=CorelDraw file format importer library for LibreOffice
+arch=('i686' 'x86_64')
+url=https://wiki.documentfoundation.org/DLP/Libraries/libcdr;
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'lcms2' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('72ed4d2f900eac95061207d026d5324c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-04-04 Thread Gaetan Bisson
Date: Saturday, April 4, 2015 @ 19:48:09
  Author: bisson
Revision: 235464

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

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

-+
 /PKGBUILD   |  112 ++
 /install|   26 ++
 staging-i686/PKGBUILD   |   56 ---
 staging-i686/install|   13 -
 staging-x86_64/PKGBUILD |   56 ---
 staging-x86_64/install  |   13 -
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-04-04 17:47:41 UTC (rev 235463)
+++ staging-i686/PKGBUILD   2015-04-04 17:48:09 UTC (rev 235464)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-# Contributor: tobias tob...@archlinux.org
-
-pkgname=inkscape
-pkgver=0.91
-pkgrel=7
-pkgdesc='Vector graphics editor using the SVG file format'
-url='http://inkscape.sourceforge.net/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-makedepends=('boost' 'intltool')
-depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
- 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('pstoedit: latex formulas'
-'texlive-core: latex formulas'
-'python2-numpy: some extensions'
-'python2-lxml: some extensions and filters'
-'uniconvertor: reading/writing to some proprietary formats')
-#source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-source=(https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2;
-
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
-sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
-  'f61909a58c185ed9249b19f71242af2edd32ef9a')
-
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
-   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
-   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
-   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
-   sed -i 's|python|python2|g' src/main.cpp
-
-   # FS#43744
-   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --with-python \
-   --with-perl \
-   --enable-lcms \
-   --enable-poppler-cairo \
-   --disable-dependency-tracking
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 235463, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-04 17:48:09 UTC (rev 235464)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=8
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+#source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+source=(https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2;
+

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

2015-04-04 Thread Gaetan Bisson
Date: Saturday, April 4, 2015 @ 19:47:41
  Author: bisson
Revision: 235463

rebuild for poppler-0.32.0

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 17:28:22 UTC (rev 235462)
+++ PKGBUILD2015-04-04 17:47:41 UTC (rev 235463)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.91
-pkgrel=7
+pkgrel=8
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 license=('GPL' 'LGPL')


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

2015-04-04 Thread Andreas Radke
Date: Saturday, April 4, 2015 @ 19:56:42
  Author: andyrtr
Revision: 235465

upgpkg: libe-book 0.1.2-2

rebuild for icu 55.1

Modified:
  libe-book/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 17:48:09 UTC (rev 235464)
+++ PKGBUILD2015-04-04 17:56:42 UTC (rev 235465)
@@ -4,7 +4,7 @@
 
 pkgname=libe-book
 pkgver=0.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Library for import of reflowable e-book formats.
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/libebook/;


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

2015-04-04 Thread Andreas Radke
Date: Saturday, April 4, 2015 @ 19:56:54
  Author: andyrtr
Revision: 235466

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

Added:
  libe-book/repos/staging-i686/
  libe-book/repos/staging-i686/PKGBUILD
(from rev 235465, libe-book/trunk/PKGBUILD)
  libe-book/repos/staging-x86_64/
  libe-book/repos/staging-x86_64/PKGBUILD
(from rev 235465, libe-book/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libe-book/repos/staging-i686/PKGBUILD (from rev 235465, 
libe-book/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-04 17:56:54 UTC (rev 235466)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Thomas Arnhold thomas at arnhold dot org
+
+pkgname=libe-book
+pkgver=0.1.2
+pkgrel=2
+pkgdesc=Library for import of reflowable e-book formats.
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/libebook/;
+license=('LGPL2.1' 'MPL')
+depends=('librevenge' 'libxml2')
+makedepends=('gperf' 'boost' 'cppunit' 'doxygen')
+source=(https://sourceforge.net/projects/${pkgname//-/}/files//${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('950ee08e7a41585636aebb7774fdc6f05817a18c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr #--disable-werror
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+

Copied: libe-book/repos/staging-x86_64/PKGBUILD (from rev 235465, 
libe-book/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-04 17:56:54 UTC (rev 235466)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Thomas Arnhold thomas at arnhold dot org
+
+pkgname=libe-book
+pkgver=0.1.2
+pkgrel=2
+pkgdesc=Library for import of reflowable e-book formats.
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/libebook/;
+license=('LGPL2.1' 'MPL')
+depends=('librevenge' 'libxml2')
+makedepends=('gperf' 'boost' 'cppunit' 'doxygen')
+source=(https://sourceforge.net/projects/${pkgname//-/}/files//${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('950ee08e7a41585636aebb7774fdc6f05817a18c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr #--disable-werror
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+


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

2015-04-04 Thread Andreas Radke
Date: Saturday, April 4, 2015 @ 20:01:27
  Author: andyrtr
Revision: 235470

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

Added:
  libvisio/repos/staging-i686/
  libvisio/repos/staging-i686/PKGBUILD
(from rev 235469, libvisio/trunk/PKGBUILD)
  libvisio/repos/staging-x86_64/
  libvisio/repos/staging-x86_64/PKGBUILD
(from rev 235469, libvisio/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: libvisio/repos/staging-i686/PKGBUILD (from rev 235469, 
libvisio/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-04 18:01:27 UTC (rev 235470)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+# Contributor: philacs
+
+pkgname=libvisio
+pkgver=0.1.1
+pkgrel=2
+pkgdesc='Library providing ability to interpret and import visio diagrams'
+arch=('i686' 'x86_64')
+url='http://www.freedesktop.org/wiki/Software/libvisio'
+license=('LGPL')
+depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
+makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('299c02fa08a1b9dc2be8ffa9deb0457a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libvisio/repos/staging-x86_64/PKGBUILD (from rev 235469, 
libvisio/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-04 18:01:27 UTC (rev 235470)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+# Contributor: philacs
+
+pkgname=libvisio
+pkgver=0.1.1
+pkgrel=2
+pkgdesc='Library providing ability to interpret and import visio diagrams'
+arch=('i686' 'x86_64')
+url='http://www.freedesktop.org/wiki/Software/libvisio'
+license=('LGPL')
+depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
+makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('299c02fa08a1b9dc2be8ffa9deb0457a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-04-04 Thread Andreas Radke
Date: Saturday, April 4, 2015 @ 20:01:17
  Author: andyrtr
Revision: 235469

upgpkg: libvisio 0.1.1-2

rebuild for icu 55.1

Modified:
  libvisio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 17:59:13 UTC (rev 235468)
+++ PKGBUILD2015-04-04 18:01:17 UTC (rev 235469)
@@ -6,7 +6,7 @@
 
 pkgname=libvisio
 pkgver=0.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Library providing ability to interpret and import visio diagrams'
 arch=('i686' 'x86_64')
 url='http://www.freedesktop.org/wiki/Software/libvisio'


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

2015-04-04 Thread Andreas Radke
Date: Saturday, April 4, 2015 @ 20:03:30
  Author: andyrtr
Revision: 235472

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

Added:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-i686/PKGBUILD
(from rev 235471, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-x86_64/
  cups-filters/repos/staging-x86_64/PKGBUILD
(from rev 235471, cups-filters/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   54 ++
 staging-x86_64/PKGBUILD |   54 ++
 2 files changed, 108 insertions(+)

Copied: cups-filters/repos/staging-i686/PKGBUILD (from rev 235471, 
cups-filters/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-04 18:03:30 UTC (rev 235472)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.67
+pkgrel=2
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('0a5cfab3736120345c5e254dd2efbe64')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|cups.service|org.cups.cupsd.service|g 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use lp group from cups pkg FS#36769
+  chgrp -R lp ${pkgdir}/etc/cups
+}

Copied: cups-filters/repos/staging-x86_64/PKGBUILD (from rev 235471, 
cups-filters/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-04 18:03:30 UTC (rev 235472)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.67
+pkgrel=2
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('0a5cfab3736120345c5e254dd2efbe64')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|