[arch-commits] Commit in (4 files)

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:09:20
  Author: felixonmars
Revision: 317113

addpkg: perl-test-mocktime 0.17-1

Added:
  perl-test-mocktime/
  perl-test-mocktime/repos/
  perl-test-mocktime/trunk/
  perl-test-mocktime/trunk/PKGBUILD

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

Added: perl-test-mocktime/trunk/PKGBUILD
===
--- perl-test-mocktime/trunk/PKGBUILD   (rev 0)
+++ perl-test-mocktime/trunk/PKGBUILD   2018-04-20 07:09:20 UTC (rev 317113)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-mocktime
+pkgver=0.17
+pkgrel=1
+pkgdesc="Replaces actual time with simulated time"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Test-MockTime'
+source=("http://search.cpan.org/CPAN/authors/id/D/DD/DDICK/Test-MockTime-$pkgver.tar.gz";)
+sha512sums=('ad73be430e3a483a61209bacf4bfa170d6eec6597d3c0efcf5de167f9c129fbf656581dcdceeba88bd98e530371db2542894ded793f9d46e4155c612e2b7cac5')
+
+build() {
+  cd "$srcdir/Test-MockTime-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Test-MockTime-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Test-MockTime-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in perl-test-mocktime/repos (2 files)

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:09:46
  Author: felixonmars
Revision: 317114

archrelease: copy trunk to community-any

Added:
  perl-test-mocktime/repos/community-any/
  perl-test-mocktime/repos/community-any/PKGBUILD
(from rev 317113, perl-test-mocktime/trunk/PKGBUILD)

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

Copied: perl-test-mocktime/repos/community-any/PKGBUILD (from rev 317113, 
perl-test-mocktime/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-04-20 07:09:46 UTC (rev 317114)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-mocktime
+pkgver=0.17
+pkgrel=1
+pkgdesc="Replaces actual time with simulated time"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Test-MockTime'
+source=("http://search.cpan.org/CPAN/authors/id/D/DD/DDICK/Test-MockTime-$pkgver.tar.gz";)
+sha512sums=('ad73be430e3a483a61209bacf4bfa170d6eec6597d3c0efcf5de167f9c129fbf656581dcdceeba88bd98e530371db2542894ded793f9d46e4155c612e2b7cac5')
+
+build() {
+  cd "$srcdir/Test-MockTime-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Test-MockTime-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Test-MockTime-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:13:00
  Author: felixonmars
Revision: 317115

upgpkg: perl-data-random 0.13-1

Modified:
  perl-data-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 07:09:46 UTC (rev 317114)
+++ PKGBUILD2018-04-20 07:13:00 UTC (rev 317115)
@@ -3,17 +3,18 @@
 # Contributor: Michael Kogan 
 
 pkgname=perl-data-random
-pkgver=0.12
-pkgrel=3
+pkgver=0.13
+pkgrel=1
 pkgdesc="Data::Random - Perl module to generate random data"
 arch=('any')
 url="http://search.cpan.org/~barefoot/Data-Random/lib/Data/Random.pm";
 license=('GPL' 'PerlArtistic')
-depends=('perl-date-calc' 'perl-gd' 'perl-yaml-tiny')
+depends=('perl-gd' 'perl-yaml-tiny')
+makedepends=('perl-file-sharedir-install' 'perl-test-mocktime')
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/B/BA/BAREFOOT/Data-Random-${pkgver}.tar.gz";)
-md5sums=('7d9ff7be567d6c07fe916e2a279dea3e')
+sha512sums=('7cf3811ee26a3b93a8170cc9c863ad2cf03f5997cabe66cd78646a4d93a6568ef247f636782b8c707c3064120b30609f3562d8654b31e5e31890aa302b03cdb5')
 
 build() {
   cd "$srcdir/Data-Random-${pkgver}"


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

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:13:30
  Author: felixonmars
Revision: 317116

archrelease: copy trunk to community-any

Added:
  perl-data-random/repos/community-any/PKGBUILD
(from rev 317115, perl-data-random/trunk/PKGBUILD)
Deleted:
  perl-data-random/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 07:13:00 UTC (rev 317115)
+++ PKGBUILD2018-04-20 07:13:30 UTC (rev 317116)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Kogan 
-
-pkgname=perl-data-random
-pkgver=0.12
-pkgrel=3
-pkgdesc="Data::Random - Perl module to generate random data"
-arch=('any')
-url="http://search.cpan.org/~barefoot/Data-Random/lib/Data/Random.pm";
-license=('GPL' 'PerlArtistic')
-depends=('perl-date-calc' 'perl-gd' 'perl-yaml-tiny')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/B/BA/BAREFOOT/Data-Random-${pkgver}.tar.gz";)
-md5sums=('7d9ff7be567d6c07fe916e2a279dea3e')
-
-build() {
-  cd "$srcdir/Data-Random-${pkgver}"
-  PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/Data-Random-${pkgver}"
-  make test
-}
-
-package() {
-  cd "$srcdir/Data-Random-${pkgver}"
-  make DESTDIR=$pkgdir install
-}

Copied: perl-data-random/repos/community-any/PKGBUILD (from rev 317115, 
perl-data-random/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 07:13:30 UTC (rev 317116)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Kogan 
+
+pkgname=perl-data-random
+pkgver=0.13
+pkgrel=1
+pkgdesc="Data::Random - Perl module to generate random data"
+arch=('any')
+url="http://search.cpan.org/~barefoot/Data-Random/lib/Data/Random.pm";
+license=('GPL' 'PerlArtistic')
+depends=('perl-gd' 'perl-yaml-tiny')
+makedepends=('perl-file-sharedir-install' 'perl-test-mocktime')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/B/BA/BAREFOOT/Data-Random-${pkgver}.tar.gz";)
+sha512sums=('7cf3811ee26a3b93a8170cc9c863ad2cf03f5997cabe66cd78646a4d93a6568ef247f636782b8c707c3064120b30609f3562d8654b31e5e31890aa302b03cdb5')
+
+build() {
+  cd "$srcdir/Data-Random-${pkgver}"
+  PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Data-Random-${pkgver}"
+  make test
+}
+
+package() {
+  cd "$srcdir/Data-Random-${pkgver}"
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in perl-file-copy-recursive-reduced/repos (2 files)

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:18:53
  Author: felixonmars
Revision: 317118

archrelease: copy trunk to community-any

Added:
  perl-file-copy-recursive-reduced/repos/community-any/
  perl-file-copy-recursive-reduced/repos/community-any/PKGBUILD
(from rev 317117, perl-file-copy-recursive-reduced/trunk/PKGBUILD)

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

Copied: perl-file-copy-recursive-reduced/repos/community-any/PKGBUILD (from rev 
317117, perl-file-copy-recursive-reduced/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-04-20 07:18:53 UTC (rev 317118)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-file-copy-recursive-reduced
+pkgver=0.005
+pkgrel=1
+pkgdesc="Recursive copying of files and directories within Perl 5 toolchain"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-capture-tiny' 'perl-path-tiny')
+url='http://search.cpan.org/dist/File-Copy-Recursive-Reduced'
+source=("http://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/File-Copy-Recursive-Reduced-$pkgver.tar.gz";)
+sha512sums=('b71f424365396848e0fdb618c76a23259543ad935c6c499a75d13c5026368446676d03f276b78e36217d7bca54bdb647edb00479b5493513395c0da4d9a53bc2')
+
+build() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:18:30
  Author: felixonmars
Revision: 317117

addpkg: perl-file-copy-recursive-reduced 0.005-1

Added:
  perl-file-copy-recursive-reduced/
  perl-file-copy-recursive-reduced/repos/
  perl-file-copy-recursive-reduced/trunk/
  perl-file-copy-recursive-reduced/trunk/PKGBUILD

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

Added: perl-file-copy-recursive-reduced/trunk/PKGBUILD
===
--- perl-file-copy-recursive-reduced/trunk/PKGBUILD 
(rev 0)
+++ perl-file-copy-recursive-reduced/trunk/PKGBUILD 2018-04-20 07:18:30 UTC 
(rev 317117)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-file-copy-recursive-reduced
+pkgver=0.005
+pkgrel=1
+pkgdesc="Recursive copying of files and directories within Perl 5 toolchain"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-capture-tiny' 'perl-path-tiny')
+url='http://search.cpan.org/dist/File-Copy-Recursive-Reduced'
+source=("http://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/File-Copy-Recursive-Reduced-$pkgver.tar.gz";)
+sha512sums=('b71f424365396848e0fdb618c76a23259543ad935c6c499a75d13c5026368446676d03f276b78e36217d7bca54bdb647edb00479b5493513395c0da4d9a53bc2')
+
+build() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in perl-module-build-xsutil/trunk (PKGBUILD)

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:20:38
  Author: felixonmars
Revision: 317119

upgpkg: perl-module-build-xsutil 0.19-1

Modified:
  perl-module-build-xsutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 07:18:53 UTC (rev 317118)
+++ PKGBUILD2018-04-20 07:20:38 UTC (rev 317119)
@@ -4,7 +4,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.28
 
 pkgname=perl-module-build-xsutil
-pkgver=0.18
+pkgver=0.19
 pkgrel=1
 pkgdesc="A Module::Build class for building XS modules"
 arch=('any')
@@ -12,11 +12,11 @@
 options=('!emptydirs')
 depends=('perl-devel-checkcompiler' 'perl')
 makedepends=('perl-module-build')
-checkdepends=('perl-file-copy-recursive' 'perl-cwd-guard' 'perl-capture-tiny')
+checkdepends=('perl-capture-tiny' 'perl-cwd-guard' 
'perl-file-copy-recursive-reduced')
 url='http://search.cpan.org/dist/Module-Build-XSUtil'
 
source=("http://search.cpan.org/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-$pkgver.tar.gz";)
 _distdir="Module-Build-XSUtil-$pkgver"
-sha512sums=('ff2b9efd23a91e16ae95e6abc283e9c64e4eca9e1bfde3d6d2b95b052e5bcdf4d00baa6bf07d44dc6ffbf426eb73b2b83b52c60f5cd208862d35d006dec692be')
+sha512sums=('187f504c3f26d15b96cdc5b682d3487a31cf124475160b7fe5dce727d5d6ec5de5a58d09535adb62a1a95b3030fb62951b2cc0eca860eb03c66a48042cea8819')
 
 build() {
   cd "$srcdir/$_distdir"


[arch-commits] Commit in perl-module-build-xsutil/repos/community-any (2 files)

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:21:05
  Author: felixonmars
Revision: 317120

archrelease: copy trunk to community-any

Added:
  perl-module-build-xsutil/repos/community-any/PKGBUILD
(from rev 317119, perl-module-build-xsutil/trunk/PKGBUILD)
Deleted:
  perl-module-build-xsutil/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 07:20:38 UTC (rev 317119)
+++ PKGBUILD2018-04-20 07:21:05 UTC (rev 317120)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: John D Jones III 

-# Generator  : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-module-build-xsutil
-pkgver=0.18
-pkgrel=1
-pkgdesc="A Module::Build class for building XS modules"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-devel-checkcompiler' 'perl')
-makedepends=('perl-module-build')
-checkdepends=('perl-file-copy-recursive' 'perl-cwd-guard' 'perl-capture-tiny')
-url='http://search.cpan.org/dist/Module-Build-XSUtil'
-source=("http://search.cpan.org/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-$pkgver.tar.gz";)
-_distdir="Module-Build-XSUtil-$pkgver"
-sha512sums=('ff2b9efd23a91e16ae95e6abc283e9c64e4eca9e1bfde3d6d2b95b052e5bcdf4d00baa6bf07d44dc6ffbf426eb73b2b83b52c60f5cd208862d35d006dec692be')
-
-build() {
-  cd "$srcdir/$_distdir"
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd "$srcdir/$_distdir"
-  perl Build test
-}
-
-package() {
-  cd "$srcdir/$_distdir"
-  perl Build install destdir="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-module-build-xsutil/repos/community-any/PKGBUILD (from rev 317119, 
perl-module-build-xsutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 07:21:05 UTC (rev 317120)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: John D Jones III 

+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-module-build-xsutil
+pkgver=0.19
+pkgrel=1
+pkgdesc="A Module::Build class for building XS modules"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-devel-checkcompiler' 'perl')
+makedepends=('perl-module-build')
+checkdepends=('perl-capture-tiny' 'perl-cwd-guard' 
'perl-file-copy-recursive-reduced')
+url='http://search.cpan.org/dist/Module-Build-XSUtil'
+source=("http://search.cpan.org/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-$pkgver.tar.gz";)
+_distdir="Module-Build-XSUtil-$pkgver"
+sha512sums=('187f504c3f26d15b96cdc5b682d3487a31cf124475160b7fe5dce727d5d6ec5de5a58d09535adb62a1a95b3030fb62951b2cc0eca860eb03c66a48042cea8819')
+
+build() {
+  cd "$srcdir/$_distdir"
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  perl Build test
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  perl Build install destdir="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:23:13
  Author: felixonmars
Revision: 322485

upgpkg: perl-file-copy-recursive 0.41-1

Modified:
  perl-file-copy-recursive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 06:51:58 UTC (rev 322484)
+++ PKGBUILD2018-04-20 07:23:13 UTC (rev 322485)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-file-copy-recursive
-pkgver=0.40
+pkgver=0.41
 pkgrel=1
 pkgdesc="Perl extension for recursively copying files and directories"
 arch=('any')
@@ -10,10 +10,10 @@
 license=('GPL' 'PerlArtistic')
 depends=('perl')
 checkdepends=('perl-path-tiny' 'perl-test-deep' 'perl-test-exception' 
'perl-test-file'
-  'perl-test-warn')
+  'perl-test-warn' 'perl-file-find-rule')
 options=('!emptydirs')
 
source=("http://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-${pkgver}.tar.gz";)
-sha512sums=('874dd6862c2556bac459bae117e882655b16de90284c44cfb518714ef9924afb2d7bed29ca5bde20681fb887646a972ea5d9aa61ffe6d58459494b8a245db3e6')
+sha512sums=('8950b1810d86cde5533778efccd2b8ec2be4c9764a49e03bbd0a0d927984cda74f9972226c73f6967ccbacf42791358643c3b20d3129fd322497d6b8f195c3ea')
 
 build() {
   cd File-Copy-Recursive-$pkgver


[arch-commits] Commit in perl-file-copy-recursive/repos (2 files)

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:23:38
  Author: felixonmars
Revision: 322486

archrelease: copy trunk to testing-any

Added:
  perl-file-copy-recursive/repos/testing-any/
  perl-file-copy-recursive/repos/testing-any/PKGBUILD
(from rev 322485, perl-file-copy-recursive/trunk/PKGBUILD)

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

Copied: perl-file-copy-recursive/repos/testing-any/PKGBUILD (from rev 322485, 
perl-file-copy-recursive/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-20 07:23:38 UTC (rev 322486)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-file-copy-recursive
+pkgver=0.41
+pkgrel=1
+pkgdesc="Perl extension for recursively copying files and directories"
+arch=('any')
+url="https://metacpan.org/release/File-Copy-Recursive";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-path-tiny' 'perl-test-deep' 'perl-test-exception' 
'perl-test-file'
+  'perl-test-warn' 'perl-file-find-rule')
+options=('!emptydirs')
+source=("http://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-${pkgver}.tar.gz";)
+sha512sums=('8950b1810d86cde5533778efccd2b8ec2be4c9764a49e03bbd0a0d927984cda74f9972226c73f6967ccbacf42791358643c3b20d3129fd322497d6b8f195c3ea')
+
+build() {
+  cd File-Copy-Recursive-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check () {
+  cd File-Copy-Recursive-$pkgver
+  make test
+}
+
+package () {
+  cd File-Copy-Recursive-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+


[arch-commits] Commit in python-zope-interface/repos (2 files)

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:25:02
  Author: felixonmars
Revision: 322488

archrelease: copy trunk to testing-x86_64

Added:
  python-zope-interface/repos/testing-x86_64/
  python-zope-interface/repos/testing-x86_64/PKGBUILD
(from rev 322487, python-zope-interface/trunk/PKGBUILD)

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

Copied: python-zope-interface/repos/testing-x86_64/PKGBUILD (from rev 322487, 
python-zope-interface/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-20 07:25:02 UTC (rev 322488)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-zope-interface
+pkgname=('python-zope-interface' 'python2-zope-interface')
+pkgver=4.5.0
+pkgrel=1
+license=('ZPL')
+arch=('x86_64')
+url="http://pypi.python.org/pypi/zope.interface";
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-zope-event' 'python2-zope-event')
+source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-$pkgver.tar.gz";)
+sha512sums=('d3a256723901bf505e4caa0f9988814cd583aefa1adced7ea9ce0a9130e67909f8d6b5dd20d986182a34ea216d63aec1aa4513fc76110e6d96a43a49f1719ee1')
+
+prepare() {
+  cp -a zope.interface-${pkgver}{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.interface-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.interface-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.interface-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/zope.interface-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-zope-interface() {
+  pkgdesc='Zope Interfaces for Python 3.x'
+  depends=('python')
+ 
+  cd zope.interface-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+package_python2-zope-interface(){
+  pkgdesc='Zope Interfaces for Python 2.x'
+  depends=('python2')
+
+  cd zope.interface-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:24:34
  Author: felixonmars
Revision: 322487

upgpkg: python-zope-interface 4.5.0-1

Modified:
  python-zope-interface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 07:23:38 UTC (rev 322486)
+++ PKGBUILD2018-04-20 07:24:34 UTC (rev 322487)
@@ -5,7 +5,7 @@
 
 pkgbase=python-zope-interface
 pkgname=('python-zope-interface' 'python2-zope-interface')
-pkgver=4.4.3
+pkgver=4.5.0
 pkgrel=1
 license=('ZPL')
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-zope-event' 'python2-zope-event')
 
source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-$pkgver.tar.gz";)
-sha512sums=('29d9f3f1fe9af8a4ffb1e6d2f067bba1fa1bac7b02690ba8429985aa6ca76d3f337076bc8c48f39d0f338ccd855800b2f28b319a183a285191cc007bf8d9c9ad')
+sha512sums=('d3a256723901bf505e4caa0f9988814cd583aefa1adced7ea9ce0a9130e67909f8d6b5dd20d986182a34ea216d63aec1aa4513fc76110e6d96a43a49f1719ee1')
 
 prepare() {
   cp -a zope.interface-${pkgver}{,-py2}


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

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:27:53
  Author: felixonmars
Revision: 317121

upgpkg: pandoc-crossref 0.3.1.0-1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 07:21:05 UTC (rev 317120)
+++ PKGBUILD2018-04-20 07:27:53 UTC (rev 317121)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=pandoc-crossref
-pkgver=0.3.0.3
-pkgrel=21
+pkgver=0.3.1.0
+pkgrel=1
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}";
 license=("GPL2")
@@ -17,7 +17,7 @@
 conflicts=('haskell-pandoc-crossref')
 replaces=('haskell-pandoc-crossref')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz";)
-sha512sums=('98eb97fd3501c1259afc6e9ee27c6b8ef72e9f9dc957e8c94505f8e0602017d2697d640ad16e5eb266b7559040bbf0ef10c7de862c538ba33c0a980c58354547')
+sha512sums=('f4523fc785cabeeaf91010a3f8c8f6b9617312d8cd32c5ca43da6d3781ac882e92d26f6ceb6fe1e22d5fd286ba13e7043572ead73d84e81eb960e601935e9911')
 
 build() {
 cd $pkgname-$pkgver


[arch-commits] Commit in pandoc-crossref/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:28:34
  Author: felixonmars
Revision: 317122

archrelease: copy trunk to community-x86_64

Added:
  pandoc-crossref/repos/community-x86_64/PKGBUILD
(from rev 317121, pandoc-crossref/trunk/PKGBUILD)
Deleted:
  pandoc-crossref/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 07:27:53 UTC (rev 317121)
+++ PKGBUILD2018-04-20 07:28:34 UTC (rev 317122)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=pandoc-crossref
-pkgver=0.3.0.3
-pkgrel=21
-pkgdesc="Pandoc filter for cross-references"
-url="https://hackage.haskell.org/package/${pkgname}";
-license=("GPL2")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
- 'haskell-data-accessor-transformers' 'haskell-file-embed' 
'haskell-mtl'
- 'haskell-open-browser' 'haskell-optparse-applicative' 'pandoc' 
'haskell-pandoc-types'
- 'haskell-roman-numerals' 'haskell-syb' 'haskell-text' 
'haskell-utility-ht')
-makedepends=('ghc' 'haskell-hspec')
-conflicts=('haskell-pandoc-crossref')
-replaces=('haskell-pandoc-crossref')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz";)
-sha512sums=('98eb97fd3501c1259afc6e9ee27c6b8ef72e9f9dc957e8c94505f8e0602017d2697d640ad16e5eb266b7559040bbf0ef10c7de862c538ba33c0a980c58354547')
-
-build() {
-cd $pkgname-$pkgver
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $pkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $pkgname-$pkgver
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: pandoc-crossref/repos/community-x86_64/PKGBUILD (from rev 317121, 
pandoc-crossref/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 07:28:34 UTC (rev 317122)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.1.0
+pkgrel=1
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname}";
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-file-embed' 
'haskell-mtl'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 'pandoc' 
'haskell-pandoc-types'
+ 'haskell-roman-numerals' 'haskell-syb' 'haskell-text' 
'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz";)
+sha512sums=('f4523fc785cabeeaf91010a3f8c8f6b9617312d8cd32c5ca43da6d3781ac882e92d26f6ceb6fe1e22d5fd286ba13e7043572ead73d84e81eb960e601935e9911')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2018-04-20 Thread Bruno Pagani via arch-commits
Date: Friday, April 20, 2018 @ 07:34:48
  Author: archange
Revision: 317141

Initial addition of Materia GTK Theme to [community]

Added:
  materia-gtk-theme/
  materia-gtk-theme/repos/
  materia-gtk-theme/trunk/
  materia-gtk-theme/trunk/PKGBUILD

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

Added: materia-gtk-theme/trunk/PKGBUILD
===
--- materia-gtk-theme/trunk/PKGBUILD(rev 0)
+++ materia-gtk-theme/trunk/PKGBUILD2018-04-20 07:34:48 UTC (rev 317141)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani 
+# Contributor: cth451 
+
+pkgname=materia-gtk-theme
+pkgver=20180321
+pkgrel=1
+pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
+arch=('any')
+url="https://github.com/nana-4/materia-theme";
+license=('GPL')
+depends=('gtk3' 'gnome-themes-extra')
+optdepends=('gtk-engine-murrine: for gtk2 theme')
+provides=('materia-theme')
+conflicts=('materia-theme')
+replaces=('materia-theme')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nana-4/materia-theme/archive/v${pkgver}.tar.gz";)
+sha256sums=('cffa01122dafa14c174ab48b9b7031b5e14483c352822fcbffaf372146353498')
+
+package() {
+cd ${pkgname/gtk-/}-${pkgver}
+install -d "${pkgdir}"/usr/share/themes
+./install.sh -d "${pkgdir}"/usr/share/themes
+}
+


[arch-commits] Commit in materia-gtk-theme/repos (2 files)

2018-04-20 Thread Bruno Pagani via arch-commits
Date: Friday, April 20, 2018 @ 07:35:10
  Author: archange
Revision: 317142

archrelease: copy trunk to community-any

Added:
  materia-gtk-theme/repos/community-any/
  materia-gtk-theme/repos/community-any/PKGBUILD
(from rev 317141, materia-gtk-theme/trunk/PKGBUILD)

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

Copied: materia-gtk-theme/repos/community-any/PKGBUILD (from rev 317141, 
materia-gtk-theme/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-04-20 07:35:10 UTC (rev 317142)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani 
+# Contributor: cth451 
+
+pkgname=materia-gtk-theme
+pkgver=20180321
+pkgrel=1
+pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
+arch=('any')
+url="https://github.com/nana-4/materia-theme";
+license=('GPL')
+depends=('gtk3' 'gnome-themes-extra')
+optdepends=('gtk-engine-murrine: for gtk2 theme')
+provides=('materia-theme')
+conflicts=('materia-theme')
+replaces=('materia-theme')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nana-4/materia-theme/archive/v${pkgver}.tar.gz";)
+sha256sums=('cffa01122dafa14c174ab48b9b7031b5e14483c352822fcbffaf372146353498')
+
+package() {
+cd ${pkgname/gtk-/}-${pkgver}
+install -d "${pkgdir}"/usr/share/themes
+./install.sh -d "${pkgdir}"/usr/share/themes
+}
+


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

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:39:13
  Author: felixonmars
Revision: 317143

upgpkg: python-keystoneclient 3.16.0-1

Modified:
  python-keystoneclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 07:35:10 UTC (rev 317142)
+++ PKGBUILD2018-04-20 07:39:13 UTC (rev 317143)
@@ -3,7 +3,7 @@
 
 pkgbase=python-keystoneclient
 pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.15.0
+pkgver=3.16.0
 pkgrel=1
 pkgdesc="Client Library for OpenStack Identity"
 arch=('any')
@@ -20,7 +20,7 @@
   'python-requests-mock' 'python2-requests-mock' 
'python-pycodestyle'
   'python2-pycodestyle' 'python-lxml' 'python2-lxml')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";)
-sha512sums=('64f18b5a54cc18136cb02ebdcc35af27fab6dc5389d28a4d2e401ea79ad222d77508f27292163ec52d2595a955f1c0dfcbdb5e67437aeeea10b7315d91d2efe0')
+sha512sums=('c9abeb9d4e64b071080426f6040c5b24bf4044fb505c30ed7b89c648bd9adcd71fc8455acdac4b0d3ebf764b5a6828e4eb6e795921bd7186ec97e3a0c47b546b')
 
 prepare() {
   cp -a python-keystoneclient-$pkgver{,-py2}


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

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:40:44
  Author: felixonmars
Revision: 317144

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 07:39:13 UTC (rev 317143)
+++ PKGBUILD2018-04-20 07:40:44 UTC (rev 317144)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-keystoneclient
-pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.15.0
-pkgrel=1
-pkgdesc="Client Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/python-keystoneclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
- 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 
'python-debtcollector'
- 'python2-debtcollector' 'python-keystoneauth1' 
'python2-keystoneauth1'
- 'python-positional' 'python2-positional' 'python-oslo-utils' 
'python2-oslo-utils'
- 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization'
- 'python2-oslo-serialization' 'python-oslo-config' 
'python2-oslo-config'
- 'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 
'python2-testresources'
-  'python-requests-mock' 'python2-requests-mock' 
'python-pycodestyle'
-  'python2-pycodestyle' 'python-lxml' 'python2-lxml')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";)
-sha512sums=('64f18b5a54cc18136cb02ebdcc35af27fab6dc5389d28a4d2e401ea79ad222d77508f27292163ec52d2595a955f1c0dfcbdb5e67437aeeea10b7315d91d2efe0')
-
-prepare() {
-  cp -a python-keystoneclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-keystoneclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-keystoneclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-keystoneclient-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/python-keystoneclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-keystoneclient() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 
'python-debtcollector'
-   'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-oslo-serialization' 'python-oslo-config' 'python-requests' 
'python-stevedore')
-
-  cd "$srcdir"/python-keystoneclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-keystoneclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 
'python2-debtcollector'
-   'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-oslo-serialization' 'python2-oslo-config' 
'python2-requests' 'python2-stevedore')
-
-  cd "$srcdir"/python-keystoneclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 317143, 
python-keystoneclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 07:40:44 UTC (rev 317144)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-keystoneclient
+pkgname=(python-keystoneclient python2-keystoneclient)
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Client Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/python-keystoneclient";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-iso8601'
+ 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 
'python-debtcollector'
+ 'python2-debtcollector' 'python-keystoneauth1' 
'python2-keystoneauth1'
+ 'python-positional' 'python2-positional' 'python-oslo-utils' 
'python2-oslo-utils'
+ 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization'
+ 'python2-oslo-serialization' 'python-oslo-config' 
'python2-oslo-config'
+ 'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 
'python2-testresources'
+  'python-requests-mock' 'python2-requests-mock' 
'python-pycodestyle'
+  'python2-pycodestyle' 'python-lxml' 'python2-lxml')
+source=("$pkgbase-$pkgver.tar.

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

2018-04-20 Thread Jelle van der Waa via arch-commits
Date: Friday, April 20, 2018 @ 07:50:21
  Author: jelle
Revision: 317147

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 07:50:05 UTC (rev 317146)
+++ PKGBUILD2018-04-20 07:50:21 UTC (rev 317147)
@@ -1,36 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_pkgbase=parso
-pkgbase=python-parso
-pkgname=('python-parso' 'python2-parso')
-pkgver=0.1.1
-pkgrel=1
-pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
-arch=('any')
-url="https://github.com/davidhalter/parso";
-license=('MIT')
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz";)
-md5sums=('6cf68662d5b339ad0d7d2e7c59942f35')
-
-check() {
-  cd "$_pkgbase-$pkgver"
-  pytest test
-}
-
-package_python-parso() {
-  depends=('python')
-  cd "$_pkgbase-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-parso() {
-  depends=('python2')
-  cd "$_pkgbase-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-parso/repos/community-any/PKGBUILD (from rev 317146, 
python-parso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 07:50:21 UTC (rev 317147)
@@ -0,0 +1,36 @@
+# Maintainer: Jelle van der Waa 
+
+_pkgbase=parso
+pkgbase=python-parso
+pkgname=('python-parso' 'python2-parso')
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
+arch=('any')
+url="https://github.com/davidhalter/parso";
+license=('MIT')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz";)
+md5sums=('754fad91d765c2659e0e4440235abda5')
+
+check() {
+  cd "$_pkgbase-$pkgver"
+  pytest test
+}
+
+package_python-parso() {
+  depends=('python')
+  cd "$_pkgbase-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-parso() {
+  depends=('python2')
+  cd "$_pkgbase-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-04-20 Thread Jelle van der Waa via arch-commits
Date: Friday, April 20, 2018 @ 07:50:05
  Author: jelle
Revision: 317146

upgpkg: python-parso 0.2.0-1

Modified:
  python-parso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 07:44:04 UTC (rev 317145)
+++ PKGBUILD2018-04-20 07:50:05 UTC (rev 317146)
@@ -3,7 +3,7 @@
 _pkgbase=parso
 pkgbase=python-parso
 pkgname=('python-parso' 'python2-parso')
-pkgver=0.1.1
+pkgver=0.2.0
 pkgrel=1
 pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz";)
-md5sums=('6cf68662d5b339ad0d7d2e7c59942f35')
+md5sums=('754fad91d765c2659e0e4440235abda5')
 
 check() {
   cd "$_pkgbase-$pkgver"


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

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:55:12
  Author: felixonmars
Revision: 317148

upgpkg: python-hypothesis 3.56.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 07:50:21 UTC (rev 317147)
+++ PKGBUILD2018-04-20 07:55:12 UTC (rev 317148)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.56.0
+pkgver=3.56.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/$pkgver.tar.gz";)
-sha512sums=('8ceef9e63a750c110f9d3786bc218fbf0cddf9baa8824685b30396396ccc3a49c2247ea1150fa6a67dff793df3af74610fc63e88e9ad26da6ddae1162479b2e4')
+sha512sums=('f8945f77cca1e64577556cf4e6abe39c2f3358b46321fb3cbc9c05fe9d7c5f1a8d0a76fe88365e338fc56bb9e87e28ed990ea57da45aafd690f9e74ab76195e8')
 
 prepare() {
   # Make tests faster


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

2018-04-20 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 07:55:53
  Author: felixonmars
Revision: 317149

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 07:55:12 UTC (rev 317148)
+++ PKGBUILD2018-04-20 07:55:53 UTC (rev 317149)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.56.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/$pkgver.tar.gz";)
-sha512sums=('8ceef9e63a750c110f9d3786bc218fbf0cddf9baa8824685b30396396ccc3a49c2247ea1150fa6a67dff793df3af74610fc63e88e9ad26da6ddae1162479b2e4')
-
-prepare() {
-  # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-$pkgver/hypothesis-python/tox.ini
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 317148, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 07:55:53 UTC (rev 317149)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.56.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/$pkgver.tar.gz";)
+sha

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

2018-04-20 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, April 20, 2018 @ 07:59:32
  Author: bpiotrowski
Revision: 317150

archrelease: copy trunk to community-testing-x86_64

Added:
  sylpheed/repos/community-testing-x86_64/
  sylpheed/repos/community-testing-x86_64/PKGBUILD
(from rev 317149, sylpheed/trunk/PKGBUILD)

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

Copied: sylpheed/repos/community-testing-x86_64/PKGBUILD (from rev 317149, 
sylpheed/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-20 07:59:32 UTC (rev 317150)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Alexander Fehr 
+# Contributor: dorphell 
+
+pkgname=sylpheed
+pkgver=3.7.0
+pkgrel=2
+pkgdesc="Lightweight and user-friendly e-mail client"
+arch=('x86_64')
+url="https://sylpheed.sraoss.jp/en/";
+license=('GPL')
+depends=('compface' 'gpgme' 'gtkspell' 'libnsl')
+makedepends=('openssl')
+source=("https://sylpheed.sraoss.jp/${pkgname}/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2";)
+sha512sums=('490837528bf7ba9d26994cd5fff00b6e5390a127419b9d0efd9fc25c38be1291d55c5b8daebdf5ca9d9159a51c938449e76212328f3eae40cc039db88cb5caa4')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # patch for enchant >= 2.1.3
+  # https://www.archlinux.org/todo/enchant-221-rebuild/
+  sed -i 's,enchant/,enchant-2/,g' src/compose.c
+  sed -i 's/ enchant/ enchant-2/g' configure
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --enable-maintainer-mode \
+  --enable-ldap
+  make
+
+  # Build Attachment-Tool Plug-in
+  cd plugin/attachment_tool && make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" LDFLAGS+="/usr/lib/enchant-2" install
+
+  # Install Attachment-Tool Plug-in
+  cd plugin/attachment_tool
+  make DESTDIR="$pkgdir/" install-plugin
+}


[arch-commits] Commit in nginx/repos (5 files)

2018-04-20 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, April 20, 2018 @ 09:19:14
  Author: bpiotrowski
Revision: 322522

archrelease: copy trunk to staging-x86_64

Added:
  nginx/repos/staging-x86_64/
  nginx/repos/staging-x86_64/PKGBUILD
(from rev 322521, nginx/trunk/PKGBUILD)
  nginx/repos/staging-x86_64/logrotate
(from rev 322521, nginx/trunk/logrotate)
  nginx/repos/staging-x86_64/nginx.install
(from rev 322521, nginx/trunk/nginx.install)
  nginx/repos/staging-x86_64/service
(from rev 322521, nginx/trunk/service)

---+
 PKGBUILD  |  139 
 logrotate |   10 
 nginx.install |   27 ++
 service   |   16 ++
 4 files changed, 192 insertions(+)

Copied: nginx/repos/staging-x86_64/PKGBUILD (from rev 322521, 
nginx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-20 09:19:14 UTC (rev 322522)
@@ -0,0 +1,139 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Sébastien Luttringer
+# Contributor: Sergej Pupykin 
+# Contributor: Miroslaw Szot 
+# Contributor: Daniel Micay 
+
+pkgname=nginx
+pkgver=1.14.0
+pkgrel=1
+pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
+arch=(x86_64)
+url='https://nginx.org'
+license=(custom)
+depends=(pcre zlib openssl geoip mailcap)
+makedepends=(mercurial)
+checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
+  memcached ffmpeg inetutils) 
+backup=(etc/nginx/fastcgi.conf
+etc/nginx/fastcgi_params
+etc/nginx/koi-win
+etc/nginx/koi-utf
+etc/nginx/nginx.conf
+etc/nginx/scgi_params
+etc/nginx/uwsgi_params
+etc/nginx/win-utf
+etc/logrotate.d/nginx)
+install=nginx.install
+source=($url/download/nginx-$pkgver.tar.gz{,.asc}
+hg+http://hg.nginx.org/nginx-tests#revision=d6daf03478ad
+service
+logrotate)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+md5sums=('2d856aca3dfe1d32e3c9f8c4cac0cc95'
+ 'SKIP'
+ 'SKIP'
+ 'ba2e3b08ce0f0fff7cced624d0ecf7cc'
+ '6a01fb17af86f03707c8ae60f98a2dc2')
+
+_common_flags=(
+  --with-compat
+  --with-debug
+  --with-file-aio
+  --with-http_addition_module
+  --with-http_auth_request_module
+  --with-http_dav_module
+  --with-http_degradation_module
+  --with-http_flv_module
+  --with-http_geoip_module
+  --with-http_gunzip_module
+  --with-http_gzip_static_module
+  --with-http_mp4_module
+  --with-http_realip_module
+  --with-http_secure_link_module
+  --with-http_slice_module
+  --with-http_ssl_module
+  --with-http_stub_status_module
+  --with-http_sub_module
+  --with-http_v2_module
+  --with-mail
+  --with-mail_ssl_module
+  --with-pcre-jit
+  --with-stream
+  --with-stream_geoip_module
+  --with-stream_realip_module
+  --with-stream_ssl_module
+  --with-stream_ssl_preread_module
+  --with-threads
+)
+
+_stable_flags=(
+)
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/etc/nginx \
+--conf-path=/etc/nginx/nginx.conf \
+--sbin-path=/usr/bin/nginx \
+--pid-path=/run/nginx.pid \
+--lock-path=/run/lock/nginx.lock \
+--user=http \
+--group=http \
+--http-log-path=/var/log/nginx/access.log \
+--error-log-path=stderr \
+--http-client-body-temp-path=/var/lib/nginx/client-body \
+--http-proxy-temp-path=/var/lib/nginx/proxy \
+--http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
+--http-scgi-temp-path=/var/lib/nginx/scgi \
+--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
+--with-cc-opt="$CFLAGS $CPPFLAGS" \
+--with-ld-opt="$LDFLAGS" \
+${_common_flags[@]} \
+${_stable_flags[@]}
+
+  make
+}
+
+check() {
+  cd nginx-tests
+  TEST_NGINX_BINARY="$srcdir/$pkgname-$pkgver/objs/nginx" prove .
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
+
+  for i in ftdetect indent syntax; do
+install -Dm644 contrib/vim/$i/nginx.vim \
+  "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
+  done
+}

Copied: nginx/repos/staging-x86_64/logrotate (from rev 322521, 
nginx/trunk/logrotate)
===
--- staging-x86_64/logrotate(rev 0)
+++ staging-x86_64/logrotate2018-04-20 09:19:14 UTC (rev 322522)
@@ -0,0 +1,10 @@
+/var/log/nginx/*log {
+   missingok
+   notifempty
+   create 640 http log
+   sharedscripts
+   compress
+   postrotate
+   test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
+   endscript
+}

Copied: nginx/repos/staging-x86_64/nginx.install (from rev 322521, 
nginx/trunk/nginx.install)
===
--- staging-x86_64/nginx.install(rev 0)
+++ staging-x86_64/nginx.install

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

2018-04-20 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, April 20, 2018 @ 09:18:50
  Author: bpiotrowski
Revision: 322521

1.14.0-1

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 09:13:43 UTC (rev 322520)
+++ PKGBUILD2018-04-20 09:18:50 UTC (rev 322521)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.12.2
-pkgrel=2
+pkgver=1.14.0
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=(x86_64)
 url='https://nginx.org'
@@ -27,14 +27,14 @@
 etc/logrotate.d/nginx)
 install=nginx.install
 source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-hg+http://hg.nginx.org/nginx-tests#revision=cbda704b3093
+hg+http://hg.nginx.org/nginx-tests#revision=d6daf03478ad
 service
 logrotate)
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-md5sums=('4d2fc76211435f029271f1cf6d7eeae3'
+md5sums=('2d856aca3dfe1d32e3c9f8c4cac0cc95'
  'SKIP'
  'SKIP'
- 'ef491e760e7c1ffec9ca25441a150c83'
+ 'ba2e3b08ce0f0fff7cced624d0ecf7cc'
  '6a01fb17af86f03707c8ae60f98a2dc2')
 
 _common_flags=(


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

2018-04-20 Thread Alexander Rødseth via arch-commits
Date: Friday, April 20, 2018 @ 09:22:42
  Author: arodseth
Revision: 317157

upgpkg: tinyxml2 6.2.0-1

Modified:
  tinyxml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 08:20:42 UTC (rev 317156)
+++ PKGBUILD2018-04-20 09:22:42 UTC (rev 317157)
@@ -4,23 +4,25 @@
 # Contributor: dhead666 
 
 pkgname=tinyxml2
-pkgver=6.0.0
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='Simple XML parser made for easy integration'
-url='http://www.grinninglizard.com/tinyxml2/'
+# no working https page
+url='http://www.grinninglizard.com/tinyxml2'
 arch=('x86_64')
 license=('zlib')
-depends=('gcc-libs')
-makedepends=('git' 'cmake' 'ninja')
-source=($pkgname-$pkgver.tar.gz::https://github.com/leethomason/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('9444ba6322267110b4aca61cbe37d5dcab040344b5c97d0b36c119aa61319b0f')
+makedepends=('cmake' 'git' 'ninja')
+source=("git+https://github.com/leethomason/tinyxml2#tag=$pkgver";)
+md5sums=('SKIP')
 
+prepare() {
+  grep License -A20 "$pkgname/readme.md" > LICENSE
+}
+
 build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  install -d build
+  mkdir -p build
   cd build
-  cmake .. \
+  cmake "../$pkgname" \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_BUILD_TYPE=Release \
@@ -29,10 +31,10 @@
 }
 
 package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm644 readme.md "${pkgdir}"/usr/share/licenses/$pkgname/README.md
+  DESTDIR="$pkgdir" ninja -C build install
+  cat LICENSE
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-# vim:set ts=2 sw=2 et:
+# getver: github.com/leethomason/tinyxml2
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in tinyxml2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-20 Thread Alexander Rødseth via arch-commits
Date: Friday, April 20, 2018 @ 09:22:53
  Author: arodseth
Revision: 317158

archrelease: copy trunk to community-x86_64

Added:
  tinyxml2/repos/community-x86_64/PKGBUILD
(from rev 317157, tinyxml2/trunk/PKGBUILD)
Deleted:
  tinyxml2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 09:22:42 UTC (rev 317157)
+++ PKGBUILD2018-04-20 09:22:53 UTC (rev 317158)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 148562 2015-12-05 17:09:20Z foutrelis $
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dhead666 
-
-pkgname=tinyxml2
-pkgver=6.0.0
-pkgrel=1
-pkgdesc='Simple XML parser made for easy integration'
-url='http://www.grinninglizard.com/tinyxml2/'
-arch=('x86_64')
-license=('zlib')
-depends=('gcc-libs')
-makedepends=('git' 'cmake' 'ninja')
-source=($pkgname-$pkgver.tar.gz::https://github.com/leethomason/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('9444ba6322267110b4aca61cbe37d5dcab040344b5c97d0b36c119aa61319b0f')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  install -d build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--G Ninja
-  ninja
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm644 readme.md "${pkgdir}"/usr/share/licenses/$pkgname/README.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tinyxml2/repos/community-x86_64/PKGBUILD (from rev 317157, 
tinyxml2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 09:22:53 UTC (rev 317158)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 148562 2015-12-05 17:09:20Z foutrelis $
+# Maintainer: Alexander F Rødseth 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dhead666 
+
+pkgname=tinyxml2
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='Simple XML parser made for easy integration'
+# no working https page
+url='http://www.grinninglizard.com/tinyxml2'
+arch=('x86_64')
+license=('zlib')
+makedepends=('cmake' 'git' 'ninja')
+source=("git+https://github.com/leethomason/tinyxml2#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  grep License -A20 "$pkgname/readme.md" > LICENSE
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  cat LICENSE
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/leethomason/tinyxml2
+# vim: ts=2 sw=2 et:


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

2018-04-20 Thread Morten Linderud via arch-commits
Date: Friday, April 20, 2018 @ 10:19:53
  Author: foxboron
Revision: 317159

upgpkg: python-xapp 1.2.0-1

Updated to 1.2.0

Modified:
  python-xapp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 09:22:53 UTC (rev 317158)
+++ PKGBUILD2018-04-20 10:19:53 UTC (rev 317159)
@@ -3,29 +3,37 @@
 
 pkgbase=python-xapp
 pkgname=(python-xapp python2-xapp)
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Python Xapp Library"
 arch=('any')
 url="https://github.com/linuxmint/python-xapp";
 license=('LGPL')
-depends=('python' 'python2')
+depends=('python' 'python-setuptools'
+'python2' 'python2-setuptools')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/linuxmint/$pkgbase/archive/$pkgver.tar.gz";)
-sha256sums=('da2ec46dc3fce97accd0ee6d9bd9d71d26c953b01de1a5336ba2b4b60f2f3b6b')
+sha256sums=('a81e50b1a16efcd2db0db99afbeebf56a4dfd45b008ec5bc606db0adc7cb9ac0')
 
-build() {
-  cd $pkgbase-$pkgver
+prepare() {
+  cp -a $pkgbase-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/$pkgbase-$pkgver"
   python setup.py build
+
+  cd "$srcdir/$pkgbase-$pkgver-py2"
+  python2 setup.py build
 }
 
 package_python-xapp() {
   depends=('python' 'python-psutil')
   cd $pkgbase-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
+  python setup.py install --root "$pkgdir" --optimize=1 --skip-build
 }
 
 package_python2-xapp() {
   depends=('python2' 'python2-psutil')
-  cd $pkgbase-$pkgver
-  python2 setup.py install --root "$pkgdir" --optimize=1
+  cd $pkgbase-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
 }


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

2018-04-20 Thread Morten Linderud via arch-commits
Date: Friday, April 20, 2018 @ 10:20:02
  Author: foxboron
Revision: 317160

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 10:19:53 UTC (rev 317159)
+++ PKGBUILD2018-04-20 10:20:02 UTC (rev 317160)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Balló György 
-
-pkgbase=python-xapp
-pkgname=(python-xapp python2-xapp)
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="Python Xapp Library"
-arch=('any')
-url="https://github.com/linuxmint/python-xapp";
-license=('LGPL')
-depends=('python' 'python2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/linuxmint/$pkgbase/archive/$pkgver.tar.gz";)
-sha256sums=('da2ec46dc3fce97accd0ee6d9bd9d71d26c953b01de1a5336ba2b4b60f2f3b6b')
-
-build() {
-  cd $pkgbase-$pkgver
-  python setup.py build
-}
-
-package_python-xapp() {
-  depends=('python' 'python-psutil')
-  cd $pkgbase-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-}
-
-package_python2-xapp() {
-  depends=('python2' 'python2-psutil')
-  cd $pkgbase-$pkgver
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-xapp/repos/community-any/PKGBUILD (from rev 317159, 
python-xapp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 10:20:02 UTC (rev 317160)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Balló György 
+
+pkgbase=python-xapp
+pkgname=(python-xapp python2-xapp)
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Python Xapp Library"
+arch=('any')
+url="https://github.com/linuxmint/python-xapp";
+license=('LGPL')
+depends=('python' 'python-setuptools'
+'python2' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/linuxmint/$pkgbase/archive/$pkgver.tar.gz";)
+sha256sums=('a81e50b1a16efcd2db0db99afbeebf56a4dfd45b008ec5bc606db0adc7cb9ac0')
+
+prepare() {
+  cp -a $pkgbase-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/$pkgbase-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python-xapp() {
+  depends=('python' 'python-psutil')
+  cd $pkgbase-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-xapp() {
+  depends=('python2' 'python2-psutil')
+  cd $pkgbase-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in (4 files)

2018-04-20 Thread Balló György via arch-commits
Date: Friday, April 20, 2018 @ 10:49:45
  Author: bgyorgy
Revision: 317161

Move feedreader from AUR with 57 votes

Package git master, because the latest release is very buggy.

Added:
  feedreader/
  feedreader/trunk/
  feedreader/trunk/PKGBUILD
  feedreader/trunk/locale.patch

--+
 PKGBUILD |   51 +++
 locale.patch |   15 +++
 2 files changed, 66 insertions(+)

Added: feedreader/trunk/PKGBUILD
===
--- feedreader/trunk/PKGBUILD   (rev 0)
+++ feedreader/trunk/PKGBUILD   2018-04-20 10:49:45 UTC (rev 317161)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Andrew O'Neill 
+# Contributor: poisonby 
+# Contributor: Jason Scurtu (scujas) 
+# Contributor: Marcin Tydelski 
+# Contributor: Jan Lukas Gernert (JeanLuc) 
+
+pkgname=feedreader
+_pkgname=FeedReader
+pkgver=2.0.2+548+g08dfb5db
+pkgrel=1
+pkgdesc="Modern desktop application designed to complement existing web-based 
RSS accounts"
+arch=(x86_64)
+url="https://github.com/jangernert/FeedReader";
+license=(GPL3)
+depends=(curl gnome-online-accounts libgee libpeas)
+makedepends=(cmake git gobject-introspection vala)
+_commit=08dfb5dbcf1e04219ae8717dd55449d497e0eba4  # master
+source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit";
+"git+https://github.com/fivefilters/ftr-site-config";
+"locale.patch")
+sha256sums=('SKIP'
+'SKIP'
+'65be277a3d7b775cb03b1db06d1e4de0bd5d3c8484308ca2fa486ffb03be2346')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $_pkgname
+  git config submodule.data/GrabberConfig.url "$srcdir/ftr-site-config"
+  git submodule update --init
+  mkdir build
+
+  # Fix parsing date on non English locales
+  patch -Np1 -i ../locale.patch
+}
+
+build() {
+  cd $_pkgname/build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DGSETTINGS_COMPILE=OFF
+  make
+}
+
+package() {
+  cd $_pkgname/build
+  make DESTDIR="$pkgdir" install
+}


Property changes on: feedreader/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: feedreader/trunk/locale.patch
===
--- feedreader/trunk/locale.patch   (rev 0)
+++ feedreader/trunk/locale.patch   2018-04-20 10:49:45 UTC (rev 317161)
@@ -0,0 +1,15 @@
+diff --git a/plugins/backend/local/localInterface.vala 
b/plugins/backend/local/localInterface.vala
+index 121be42a..9508f73a 100644
+--- a/plugins/backend/local/localInterface.vala
 b/plugins/backend/local/localInterface.vala
+@@ -603,7 +603,10 @@ public class FeedReader.localInterface : 
Peas.ExtensionBase, FeedServerInterface
+   if(item.pub_date != null)
+   {
+   GLib.Time time = GLib.Time();
++  var savedlocale = 
GLib.Intl.setlocale(GLib.LocaleCategory.ALL);
++  
GLib.Intl.setlocale(GLib.LocaleCategory.ALL, "C");
+   time.strptime(item.pub_date, 
"%a, %d %b %Y %H:%M:%S %Z");
++  
GLib.Intl.setlocale(GLib.LocaleCategory.ALL, savedlocale);
+   date = new 
GLib.DateTime.local(1900 + time.year, 1 + time.month, time.day, time.hour, 
time.minute, time.second);
+ 
+   if(date == null)


[arch-commits] Commit in feedreader (4 files)

2018-04-20 Thread Balló György via arch-commits
Date: Friday, April 20, 2018 @ 10:49:58
  Author: bgyorgy
Revision: 317162

archrelease: copy trunk to community-x86_64

Added:
  feedreader/repos/
  feedreader/repos/community-x86_64/
  feedreader/repos/community-x86_64/PKGBUILD
(from rev 317161, feedreader/trunk/PKGBUILD)
  feedreader/repos/community-x86_64/locale.patch
(from rev 317161, feedreader/trunk/locale.patch)

--+
 PKGBUILD |   51 +++
 locale.patch |   15 +++
 2 files changed, 66 insertions(+)

Copied: feedreader/repos/community-x86_64/PKGBUILD (from rev 317161, 
feedreader/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-04-20 10:49:58 UTC (rev 317162)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Andrew O'Neill 
+# Contributor: poisonby 
+# Contributor: Jason Scurtu (scujas) 
+# Contributor: Marcin Tydelski 
+# Contributor: Jan Lukas Gernert (JeanLuc) 
+
+pkgname=feedreader
+_pkgname=FeedReader
+pkgver=2.0.2+548+g08dfb5db
+pkgrel=1
+pkgdesc="Modern desktop application designed to complement existing web-based 
RSS accounts"
+arch=(x86_64)
+url="https://github.com/jangernert/FeedReader";
+license=(GPL3)
+depends=(curl gnome-online-accounts libgee libpeas)
+makedepends=(cmake git gobject-introspection vala)
+_commit=08dfb5dbcf1e04219ae8717dd55449d497e0eba4  # master
+source=("git+https://github.com/jangernert/$_pkgname#commit=$_commit";
+"git+https://github.com/fivefilters/ftr-site-config";
+"locale.patch")
+sha256sums=('SKIP'
+'SKIP'
+'65be277a3d7b775cb03b1db06d1e4de0bd5d3c8484308ca2fa486ffb03be2346')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $_pkgname
+  git config submodule.data/GrabberConfig.url "$srcdir/ftr-site-config"
+  git submodule update --init
+  mkdir build
+
+  # Fix parsing date on non English locales
+  patch -Np1 -i ../locale.patch
+}
+
+build() {
+  cd $_pkgname/build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DGSETTINGS_COMPILE=OFF
+  make
+}
+
+package() {
+  cd $_pkgname/build
+  make DESTDIR="$pkgdir" install
+}

Copied: feedreader/repos/community-x86_64/locale.patch (from rev 317161, 
feedreader/trunk/locale.patch)
===
--- repos/community-x86_64/locale.patch (rev 0)
+++ repos/community-x86_64/locale.patch 2018-04-20 10:49:58 UTC (rev 317162)
@@ -0,0 +1,15 @@
+diff --git a/plugins/backend/local/localInterface.vala 
b/plugins/backend/local/localInterface.vala
+index 121be42a..9508f73a 100644
+--- a/plugins/backend/local/localInterface.vala
 b/plugins/backend/local/localInterface.vala
+@@ -603,7 +603,10 @@ public class FeedReader.localInterface : 
Peas.ExtensionBase, FeedServerInterface
+   if(item.pub_date != null)
+   {
+   GLib.Time time = GLib.Time();
++  var savedlocale = 
GLib.Intl.setlocale(GLib.LocaleCategory.ALL);
++  
GLib.Intl.setlocale(GLib.LocaleCategory.ALL, "C");
+   time.strptime(item.pub_date, 
"%a, %d %b %Y %H:%M:%S %Z");
++  
GLib.Intl.setlocale(GLib.LocaleCategory.ALL, savedlocale);
+   date = new 
GLib.DateTime.local(1900 + time.year, 1 + time.month, time.day, time.hour, 
time.minute, time.second);
+ 
+   if(date == null)


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

2018-04-20 Thread Balló György via arch-commits
Date: Friday, April 20, 2018 @ 10:52:02
  Author: bgyorgy
Revision: 317163

Update upstream URL

Modified:
  feedreader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 10:49:58 UTC (rev 317162)
+++ PKGBUILD2018-04-20 10:52:02 UTC (rev 317163)
@@ -12,7 +12,7 @@
 pkgrel=1
 pkgdesc="Modern desktop application designed to complement existing web-based 
RSS accounts"
 arch=(x86_64)
-url="https://github.com/jangernert/FeedReader";
+url="https://jangernert.github.io/FeedReader/";
 license=(GPL3)
 depends=(curl gnome-online-accounts libgee libpeas)
 makedepends=(cmake git gobject-introspection vala)


[arch-commits] Commit in nginx-mod-auth-pam/trunk (PKGBUILD)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:23:32
  Author: mtorromeo
Revision: 317164

rebuild for nginx-1.14.0

Modified:
  nginx-mod-auth-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 10:52:02 UTC (rev 317163)
+++ PKGBUILD2018-04-20 11:23:32 UTC (rev 317164)
@@ -3,10 +3,10 @@
 
 pkgname=nginx-mod-auth-pam
 pkgver=1.5.1
-pkgrel=3
+pkgrel=4
 
 _modname=ngx_http_auth_pam_module
-_nginxver=1.12.2
+_nginxver=1.14.0
 
 pkgdesc='Nginx module to use PAM for simple http authentication'
 arch=('x86_64')
@@ -20,7 +20,7 @@

$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
 '77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
 '1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')


[arch-commits] Commit in nginx-mod-auth-pam/repos (2 files)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:23:52
  Author: mtorromeo
Revision: 317165

archrelease: copy trunk to community-staging-x86_64

Added:
  nginx-mod-auth-pam/repos/community-staging-x86_64/
  nginx-mod-auth-pam/repos/community-staging-x86_64/PKGBUILD
(from rev 317164, nginx-mod-auth-pam/trunk/PKGBUILD)

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

Copied: nginx-mod-auth-pam/repos/community-staging-x86_64/PKGBUILD (from rev 
317164, nginx-mod-auth-pam/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-20 11:23:52 UTC (rev 317165)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-auth-pam
+pkgver=1.5.1
+pkgrel=4
+
+_modname=ngx_http_auth_pam_module
+_nginxver=1.14.0
+
+pkgdesc='Nginx module to use PAM for simple http authentication'
+arch=('x86_64')
+depends=("nginx=$_nginxver" 'pam')
+url="https://github.com/sto/ngx_http_auth_pam_module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
+   
$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
+'1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')
+
+prepare() {
+   cd "$srcdir"/$_modname-$pkgver
+   patch -p1 -i "$srcdir"/$_modname-critlog.patch
+}
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


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

2018-04-20 Thread Jan Steffens via arch-commits
Date: Friday, April 20, 2018 @ 11:26:19
  Author: heftig
Revision: 322523

1.14.43-1

Modified:
  libgsf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 09:19:14 UTC (rev 322522)
+++ PKGBUILD2018-04-20 11:26:19 UTC (rev 322523)
@@ -3,15 +3,15 @@
 # Contributor: Sarah Hay 
 
 pkgname=libgsf
-pkgver=1.14.42
+pkgver=1.14.43
 pkgrel=1
 arch=(x86_64)
 pkgdesc="An extensible I/O abstraction library for dealing with structured 
file formats"
 url="https://git.gnome.org/browse/libgsf";
-license=('GPL' 'LGPL')
-depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-makedepends=('intltool' 'gobject-introspection' git gtk-doc autoconf-archive)
-_commit=f44575322a593f7dffb2ea37a838008648bd1f5a  # tags/LIBGSF_1_14_42^0
+license=(GPL LGPL)
+depends=(libxml2 gdk-pixbuf2 bzip2)
+makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
+_commit=5566a825d5ab7d7017732d736fbe5c7d6e2a40e7  # tags/LIBGSF_1_14_43^0
 source=("git+https://git.gnome.org/browse/libgsf#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in libgsf/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-20 Thread Jan Steffens via arch-commits
Date: Friday, April 20, 2018 @ 11:26:58
  Author: heftig
Revision: 322524

archrelease: copy trunk to extra-x86_64

Added:
  libgsf/repos/extra-x86_64/PKGBUILD
(from rev 322523, libgsf/trunk/PKGBUILD)
Deleted:
  libgsf/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 11:26:19 UTC (rev 322523)
+++ PKGBUILD2018-04-20 11:26:58 UTC (rev 322524)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=libgsf
-pkgver=1.14.42
-pkgrel=1
-arch=(x86_64)
-pkgdesc="An extensible I/O abstraction library for dealing with structured 
file formats"
-url="https://git.gnome.org/browse/libgsf";
-license=('GPL' 'LGPL')
-depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-makedepends=('intltool' 'gobject-introspection' git gtk-doc autoconf-archive)
-_commit=f44575322a593f7dffb2ea37a838008648bd1f5a  # tags/LIBGSF_1_14_42^0
-source=("git+https://git.gnome.org/browse/libgsf#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^LIBGSF_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-build() {
-  cd "$pkgname"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
-  make
-}
-
-package_libgsf() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgsf/repos/extra-x86_64/PKGBUILD (from rev 322523, 
libgsf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 11:26:58 UTC (rev 322524)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=libgsf
+pkgver=1.14.43
+pkgrel=1
+arch=(x86_64)
+pkgdesc="An extensible I/O abstraction library for dealing with structured 
file formats"
+url="https://git.gnome.org/browse/libgsf";
+license=(GPL LGPL)
+depends=(libxml2 gdk-pixbuf2 bzip2)
+makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
+_commit=5566a825d5ab7d7017732d736fbe5c7d6e2a40e7  # tags/LIBGSF_1_14_43^0
+source=("git+https://git.gnome.org/browse/libgsf#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBGSF_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd "$pkgname"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection 
--enable-gtk-doc
+  make
+}
+
+package_libgsf() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in nginx-mod-brotli/trunk (PKGBUILD)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:32:03
  Author: mtorromeo
Revision: 317166

upgpkg: nginx-mod-brotli 1:0.1.1-1

Modified:
  nginx-mod-brotli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:23:52 UTC (rev 317165)
+++ PKGBUILD2018-04-20 11:32:03 UTC (rev 317166)
@@ -1,17 +1,16 @@
 # $Id$
 # Maintainer: Massimiliano Torromeo 
 
-_nginxver=1.12.2
 pkgname=nginx-mod-brotli
-pkgver=$_nginxver
-pkgrel=3
+epoch=1
+pkgver=0.1.1
+pkgrel=1
 
 _modname="ngx_${pkgname#nginx-mod-}"
+_nginxver=1.14.0
 
-# https://github.com/google/ngx_brotli
-# https://github.com/google/ngx_brotli/tree/master/deps
-_modver=bfd2885b2da4d763fed18f49216bb935223cd34b
-_brotliver=222564a95d9ab58865a096b8d9f7324ea5f2e03e
+# https://github.com/eustas/ngx_brotli/tree/v$pkgver/deps
+_brotliver=c6333e1e79fb62ea088443f192293f964409b04e
 
 pkgdesc="Brotli compression filter module for nginx"
 arch=('x86_64')
@@ -21,17 +20,17 @@
 
 source=(
https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/google/$_modname/archive/$_modver/$_modname-$_modver.tar.gz
+   
https://github.com/eustas/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz

https://github.com/google/brotli/archive/$_brotliver/brotli-$_brotliver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
-'3a5348d484554f3d1787d06961fc7886fda44d17264ab7e6cdf1f4a8fa04231e'
-'4299a2a86f0b931e80dd548be17fcaa5a6c158a0727f497f22cbb365668af0fe')
+'c3f063e32bdb779e18b82a9cdb9f7c92293e72d71ba417e06e031805e099a555'
+'298fdfb8bc14430bd0c7fbbf73f6d9d1a5ad1cd33c3f4f2679a6afd85a71adb5')
 
 prepare() {
-   cd "$srcdir"/$_modname-$_modver/deps
+   cd "$srcdir"/$_modname-$pkgver/deps
rm -rf brotli
ln -s ../../brotli-$_brotliver brotli
 }
@@ -38,12 +37,12 @@
 
 build() {
cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat --add-dynamic-module=../$_modname-$_modver
+   ./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
make modules
 }
 
 package() {
-   install -Dm644 "$srcdir"/$_modname-$_modver/LICENSE \
+   install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
cd "$srcdir"/nginx-$_nginxver/objs


[arch-commits] Commit in nginx-mod-brotli/repos (2 files)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:32:11
  Author: mtorromeo
Revision: 317167

archrelease: copy trunk to community-staging-x86_64

Added:
  nginx-mod-brotli/repos/community-staging-x86_64/
  nginx-mod-brotli/repos/community-staging-x86_64/PKGBUILD
(from rev 317166, nginx-mod-brotli/trunk/PKGBUILD)

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

Copied: nginx-mod-brotli/repos/community-staging-x86_64/PKGBUILD (from rev 
317166, nginx-mod-brotli/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-20 11:32:11 UTC (rev 317167)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-brotli
+epoch=1
+pkgver=0.1.1
+pkgrel=1
+
+_modname="ngx_${pkgname#nginx-mod-}"
+_nginxver=1.14.0
+
+# https://github.com/eustas/ngx_brotli/tree/v$pkgver/deps
+_brotliver=c6333e1e79fb62ea088443f192293f964409b04e
+
+pkgdesc="Brotli compression filter module for nginx"
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/google/ngx_brotli";
+license=('CUSTOM')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/eustas/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
+   
https://github.com/google/brotli/archive/$_brotliver/brotli-$_brotliver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'c3f063e32bdb779e18b82a9cdb9f7c92293e72d71ba417e06e031805e099a555'
+'298fdfb8bc14430bd0c7fbbf73f6d9d1a5ad1cd33c3f4f2679a6afd85a71adb5')
+
+prepare() {
+   cd "$srcdir"/$_modname-$pkgver/deps
+   rm -rf brotli
+   ln -s ../../brotli-$_brotliver brotli
+}
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in ngx_*.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


[arch-commits] Commit in nginx-mod-echo/trunk (PKGBUILD)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:33:20
  Author: mtorromeo
Revision: 317168

rebuild for nginx-1.14.0

Modified:
  nginx-mod-echo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:32:11 UTC (rev 317167)
+++ PKGBUILD2018-04-20 11:33:20 UTC (rev 317168)
@@ -3,10 +3,10 @@
 
 pkgname=nginx-mod-echo
 pkgver=0.61
-pkgrel=2
+pkgrel=3
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.2
+_nginxver=1.14.0
 
 pkgdesc='Nginx module that provides directives "echo", "sleep", "time" and 
more'
 arch=('x86_64')
@@ -19,7 +19,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
 '2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa')
 


[arch-commits] Commit in nginx-mod-echo/repos (2 files)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:33:29
  Author: mtorromeo
Revision: 317169

archrelease: copy trunk to community-staging-x86_64

Added:
  nginx-mod-echo/repos/community-staging-x86_64/
  nginx-mod-echo/repos/community-staging-x86_64/PKGBUILD
(from rev 317168, nginx-mod-echo/trunk/PKGBUILD)

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

Copied: nginx-mod-echo/repos/community-staging-x86_64/PKGBUILD (from rev 
317168, nginx-mod-echo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-20 11:33:29 UTC (rev 317169)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-echo
+pkgver=0.61
+pkgrel=3
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.14.0
+
+pkgdesc='Nginx module that provides directives "echo", "sleep", "time" and 
more'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/echo-nginx-module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir/"$_modname-nginx-module-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


[arch-commits] Commit in nginx-mod-geoip2/trunk (PKGBUILD)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:34:42
  Author: mtorromeo
Revision: 317170

rebuild for nginx-1.14.0

Modified:
  nginx-mod-geoip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:33:29 UTC (rev 317169)
+++ PKGBUILD2018-04-20 11:34:42 UTC (rev 317170)
@@ -3,10 +3,10 @@
 
 pkgname=nginx-mod-geoip2
 pkgver=2.0
-pkgrel=3
+pkgrel=4
 
 _modname="ngx_http_geoip2_module"
-_nginxver=1.12.2
+_nginxver=1.14.0
 
 pkgdesc="Nginx GeoIP2 module"
 arch=('x86_64')
@@ -19,7 +19,7 @@

https://github.com/leev/ngx_http_geoip2_module/archive/$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
 'ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99')
 


[arch-commits] Commit in nginx-mod-geoip2/repos (2 files)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:34:50
  Author: mtorromeo
Revision: 317171

archrelease: copy trunk to community-staging-x86_64

Added:
  nginx-mod-geoip2/repos/community-staging-x86_64/
  nginx-mod-geoip2/repos/community-staging-x86_64/PKGBUILD
(from rev 317170, nginx-mod-geoip2/trunk/PKGBUILD)

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

Copied: nginx-mod-geoip2/repos/community-staging-x86_64/PKGBUILD (from rev 
317170, nginx-mod-geoip2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-20 11:34:50 UTC (rev 317171)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-geoip2
+pkgver=2.0
+pkgrel=4
+
+_modname="ngx_http_geoip2_module"
+_nginxver=1.14.0
+
+pkgdesc="Nginx GeoIP2 module"
+arch=('x86_64')
+depends=("nginx=$_nginxver" 'libmaxminddb')
+url="https://github.com/leev/ngx_http_geoip2_module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/leev/ngx_http_geoip2_module/archive/$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in ngx_*.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


[arch-commits] Commit in nginx-mod-headers-more/trunk (PKGBUILD)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:36:19
  Author: mtorromeo
Revision: 317172

rebuild for nginx-1.14.0

Modified:
  nginx-mod-headers-more/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:34:50 UTC (rev 317171)
+++ PKGBUILD2018-04-20 11:36:19 UTC (rev 317172)
@@ -3,10 +3,10 @@
 
 pkgname=nginx-mod-headers-more
 pkgver=0.33
-pkgrel=1
+pkgrel=2
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.2
+_nginxver=1.14.0
 
 pkgdesc="Nginx module to set and clear input and output headers"
 arch=('x86_64')
@@ -19,7 +19,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
 'a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf')
 


[arch-commits] Commit in gpgme/repos/testing-x86_64 (3 files)

2018-04-20 Thread Christian Hesse via arch-commits
Date: Friday, April 20, 2018 @ 11:36:42
  Author: eworm
Revision: 322526

archrelease: copy trunk to testing-x86_64

Added:
  gpgme/repos/testing-x86_64/PKGBUILD
(from rev 322525, gpgme/trunk/PKGBUILD)
Deleted:
  
gpgme/repos/testing-x86_64/0001-tests-Fix-t-verify-test-for-GnuPG-before-2.2.7.patch
  gpgme/repos/testing-x86_64/PKGBUILD

---+
 0001-tests-Fix-t-verify-test-for-GnuPG-before-2.2.7.patch |   46 ---
 PKGBUILD  |  153 +---
 2 files changed, 72 insertions(+), 127 deletions(-)

Deleted: 0001-tests-Fix-t-verify-test-for-GnuPG-before-2.2.7.patch
===
--- 0001-tests-Fix-t-verify-test-for-GnuPG-before-2.2.7.patch   2018-04-20 
11:36:32 UTC (rev 322525)
+++ 0001-tests-Fix-t-verify-test-for-GnuPG-before-2.2.7.patch   2018-04-20 
11:36:42 UTC (rev 322526)
@@ -1,46 +0,0 @@
-From 3d8e5c07511938a0b30b4626530822338abd9ec0 Mon Sep 17 00:00:00 2001
-From: Werner Koch 
-Date: Thu, 19 Apr 2018 10:29:30 +0200
-Subject: tests: Fix t-verify test for GnuPG < 2.2.7.
-
-* tests/gpg/t-verify.c (check_result): Tweak for gnupg < 2.2.7.
---
-
-The not yet releases 2.2.7-beta may print a full fingerprint in the
-ERRSIG status.  This is compliant with the dscription but the new
-t-verify test case did not took in account that older GnuPG versions
-print only a keyid.
-
-Fixes-commit: b99502274ae5efdf6df0d967900ec3d1e64373d7
-GnUPG-bug-id: 3920
-Signed-off-by: Werner Koch 

- tests/gpg/t-verify.c | 12 +---
- 1 file changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/tests/gpg/t-verify.c b/tests/gpg/t-verify.c
-index 7c23406f..fa0164ac 100644
 a/tests/gpg/t-verify.c
-+++ b/tests/gpg/t-verify.c
-@@ -126,9 +126,15 @@ check_result (gpgme_verify_result_t result, int 
no_of_sigs, int skip_sigs,
- }
-   if (strcmp (sig->fpr, fpr))
- {
--  fprintf (stderr, "%s:%i:sig-%d: Unexpected fingerprint: %s\n",
-- PGM, __LINE__, skip_sigs, sig->fpr);
--  exit (1);
-+  if (strlen (sig->fpr) == 16 && strlen (fpr) == 40
-+  && !strncmp (sig->fpr, fpr + 24, 16))
-+; /* okay because gnupg < 2.2.6 only shows the keyid.  */
-+  else
-+{
-+  fprintf (stderr, "%s:%i:sig-%d: Unexpected fingerprint: %s\n",
-+   PGM, __LINE__, skip_sigs, sig->fpr);
-+  exit (1);
-+}
- }
-   if (gpgme_err_code (sig->status) != status)
- {
--- 
-cgit v1.1-33-g03f6
-

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 11:36:32 UTC (rev 322525)
+++ PKGBUILD2018-04-20 11:36:42 UTC (rev 322526)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Roman Kyrylych 
-# Contributor: Sarah Hay 
-
-pkgbase=gpgme
-pkgname=(gpgme qgpgme python-gpgme python2-gpgme)
-pkgver=1.11.0
-pkgrel=1
-pkgdesc="A C wrapper library for GnuPG"
-arch=('x86_64')
-url="http://www.gnupg.org/related_software/gpgme/";
-license=('LGPL')
-makedepends=('libgpg-error' 'gnupg' 'qt5-base' 'python' 'python2' 'swig')
-source=("https://www.gnupg.org/ftp/gcrypt/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"{,.sig}
-'0001-tests-Fix-t-verify-test-for-GnuPG-before-2.2.7.patch')
-sha256sums=('5b03adbafadab74474ded30b74c882de28d3c5c3b9ee3016ef24023d4c35d492'
-'SKIP'
-'7cd9d8385493351ce1372e967933c470617b59f7493bb35a2c148cb489f7c498')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # tests: Fix t-verify test for GnuPG < 2.2.7.
-  patch -Np1 < ../0001-tests-Fix-t-verify-test-for-GnuPG-before-2.2.7.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-fd-passing \
---disable-static \
---disable-gpgsm-test
-  make
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  make check
-}
-
-package_gpgme() {
-  depends=('libgpg-error' 'gnupg>=2')
-  options=('!emptydirs')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # split qgpgme
-  rm -r "${pkgdir}"/usr/include/{qgpgme,QGpgME}/
-  rm -r "${pkgdir}"/usr/lib/{cmake/QGpgme/,libqgpgme.*}
-  rm -r "${pkgdir}"/usr/lib/python*
-}
-
-package_qgpgme() {
-  pkgdesc="Qt bindings for GPGme"
-  depends=('gpgme' 'qt5-base')
-
-  cd ${pkgbase}-${pkgver}/lang/qt
-  make DESTDIR="${pkgdir}" install
-}
-
-package_python-gpgme() {
-  pkgdesc="Python bindings for GPGme"
-  depends=('gpgme' 'python')
-
-  cd ${pkgbase}-${pkgver}/lang/python
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/usr/lib"/python2*/
-}
-
-package_python2-gpgme() {
-  pkgdesc="Python 2 bindings for GPGme"
-  depends=('gpgme' 'python2')
-
-  cd ${pkgbase}-${pkgver}/lang/python
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/usr/lib"/python3*/
-}

Copied: gpgme/repos/testing-x86_64/PKGBUILD (from rev 322525, 
gpgme/trunk/PKGBUILD)
===

[arch-commits] Commit in gpgme/trunk (2 files)

2018-04-20 Thread Christian Hesse via arch-commits
Date: Friday, April 20, 2018 @ 11:36:32
  Author: eworm
Revision: 322525

upgpkg: gpgme 1.11.1-1

new upstream release

Modified:
  gpgme/trunk/PKGBUILD
Deleted:
  gpgme/trunk/0001-tests-Fix-t-verify-test-for-GnuPG-before-2.2.7.patch

---+
 0001-tests-Fix-t-verify-test-for-GnuPG-before-2.2.7.patch |   46 
 PKGBUILD  |   17 +---
 2 files changed, 4 insertions(+), 59 deletions(-)

Deleted: 0001-tests-Fix-t-verify-test-for-GnuPG-before-2.2.7.patch
===
--- 0001-tests-Fix-t-verify-test-for-GnuPG-before-2.2.7.patch   2018-04-20 
11:26:58 UTC (rev 322524)
+++ 0001-tests-Fix-t-verify-test-for-GnuPG-before-2.2.7.patch   2018-04-20 
11:36:32 UTC (rev 322525)
@@ -1,46 +0,0 @@
-From 3d8e5c07511938a0b30b4626530822338abd9ec0 Mon Sep 17 00:00:00 2001
-From: Werner Koch 
-Date: Thu, 19 Apr 2018 10:29:30 +0200
-Subject: tests: Fix t-verify test for GnuPG < 2.2.7.
-
-* tests/gpg/t-verify.c (check_result): Tweak for gnupg < 2.2.7.
---
-
-The not yet releases 2.2.7-beta may print a full fingerprint in the
-ERRSIG status.  This is compliant with the dscription but the new
-t-verify test case did not took in account that older GnuPG versions
-print only a keyid.
-
-Fixes-commit: b99502274ae5efdf6df0d967900ec3d1e64373d7
-GnUPG-bug-id: 3920
-Signed-off-by: Werner Koch 

- tests/gpg/t-verify.c | 12 +---
- 1 file changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/tests/gpg/t-verify.c b/tests/gpg/t-verify.c
-index 7c23406f..fa0164ac 100644
 a/tests/gpg/t-verify.c
-+++ b/tests/gpg/t-verify.c
-@@ -126,9 +126,15 @@ check_result (gpgme_verify_result_t result, int 
no_of_sigs, int skip_sigs,
- }
-   if (strcmp (sig->fpr, fpr))
- {
--  fprintf (stderr, "%s:%i:sig-%d: Unexpected fingerprint: %s\n",
-- PGM, __LINE__, skip_sigs, sig->fpr);
--  exit (1);
-+  if (strlen (sig->fpr) == 16 && strlen (fpr) == 40
-+  && !strncmp (sig->fpr, fpr + 24, 16))
-+; /* okay because gnupg < 2.2.6 only shows the keyid.  */
-+  else
-+{
-+  fprintf (stderr, "%s:%i:sig-%d: Unexpected fingerprint: %s\n",
-+   PGM, __LINE__, skip_sigs, sig->fpr);
-+  exit (1);
-+}
- }
-   if (gpgme_err_code (sig->status) != status)
- {
--- 
-cgit v1.1-33-g03f6
-

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:26:58 UTC (rev 322524)
+++ PKGBUILD2018-04-20 11:36:32 UTC (rev 322525)
@@ -5,7 +5,7 @@
 
 pkgbase=gpgme
 pkgname=(gpgme qgpgme python-gpgme python2-gpgme)
-pkgver=1.11.0
+pkgver=1.11.1
 pkgrel=1
 pkgdesc="A C wrapper library for GnuPG"
 arch=('x86_64')
@@ -12,20 +12,11 @@
 url="http://www.gnupg.org/related_software/gpgme/";
 license=('LGPL')
 makedepends=('libgpg-error' 'gnupg' 'qt5-base' 'python' 'python2' 'swig')
-source=("https://www.gnupg.org/ftp/gcrypt/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"{,.sig}
-'0001-tests-Fix-t-verify-test-for-GnuPG-before-2.2.7.patch')
-sha256sums=('5b03adbafadab74474ded30b74c882de28d3c5c3b9ee3016ef24023d4c35d492'
-'SKIP'
-'7cd9d8385493351ce1372e967933c470617b59f7493bb35a2c148cb489f7c498')
+source=("https://www.gnupg.org/ftp/gcrypt/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('2d1b111774d2e3dd26dcd7c251819ce4ef774ec5e566251eb9308fa7542fbd6f'
+'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # tests: Fix t-verify test for GnuPG < 2.2.7.
-  patch -Np1 < ../0001-tests-Fix-t-verify-test-for-GnuPG-before-2.2.7.patch
-}
-
 build() {
   cd ${pkgbase}-${pkgver}
   ./configure \


[arch-commits] Commit in nginx-mod-headers-more/repos (2 files)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:36:34
  Author: mtorromeo
Revision: 317173

archrelease: copy trunk to community-staging-x86_64

Added:
  nginx-mod-headers-more/repos/community-staging-x86_64/
  nginx-mod-headers-more/repos/community-staging-x86_64/PKGBUILD
(from rev 317172, nginx-mod-headers-more/trunk/PKGBUILD)

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

Copied: nginx-mod-headers-more/repos/community-staging-x86_64/PKGBUILD (from 
rev 317172, nginx-mod-headers-more/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-20 11:36:34 UTC (rev 317173)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-headers-more
+pkgver=0.33
+pkgrel=2
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.14.0
+
+pkgdesc="Nginx module to set and clear input and output headers"
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/headers-more-nginx-module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
+  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}


[arch-commits] Commit in yubico-pam/repos/community-x86_64 (4 files)

2018-04-20 Thread Christian Hesse via arch-commits
Date: Friday, April 20, 2018 @ 11:39:56
  Author: eworm
Revision: 317175

archrelease: copy trunk to community-x86_64

Added:
  
yubico-pam/repos/community-x86_64/0001-util-make-sure-to-close-the-authfile-before-returnin.patch
(from rev 317174, 
yubico-pam/trunk/0001-util-make-sure-to-close-the-authfile-before-returnin.patch)
  yubico-pam/repos/community-x86_64/PKGBUILD
(from rev 317174, yubico-pam/trunk/PKGBUILD)
Deleted:
  
yubico-pam/repos/community-x86_64/0001-util-make-sure-to-close-the-authfile-before-returnin.patch
  yubico-pam/repos/community-x86_64/PKGBUILD

-+
 0001-util-make-sure-to-close-the-authfile-before-returnin.patch |   52 ++---
 PKGBUILD|   92 
--
 2 files changed, 68 insertions(+), 76 deletions(-)

Deleted: 0001-util-make-sure-to-close-the-authfile-before-returnin.patch
===
--- 0001-util-make-sure-to-close-the-authfile-before-returnin.patch 
2018-04-20 11:39:52 UTC (rev 317174)
+++ 0001-util-make-sure-to-close-the-authfile-before-returnin.patch 
2018-04-20 11:39:56 UTC (rev 317175)
@@ -1,26 +0,0 @@
-From 0f6ceabab0a8849b47f67d727aa526c2656089ba Mon Sep 17 00:00:00 2001
-From: Klas Lindfors 
-Date: Tue, 3 Apr 2018 09:19:53 +0200
-Subject: [PATCH 1/1] util: make sure to close the authfile before returning
- success
-
-fixes #136
-
-Signed-off-by: Christian Hesse 

- util.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/util.c b/util.c
-index 6cb4a79..32bca06 100644
 a/util.c
-+++ b/util.c
-@@ -167,6 +167,8 @@ check_user_token (const char *authfile,
-   {
- if(verbose)
- D (debug_file, "Match user/token as %s/%s", username, 
otp_id);
-+
-+fclose(opwfile);
- return AUTH_FOUND;
-   }
-   }

Copied: 
yubico-pam/repos/community-x86_64/0001-util-make-sure-to-close-the-authfile-before-returnin.patch
 (from rev 317174, 
yubico-pam/trunk/0001-util-make-sure-to-close-the-authfile-before-returnin.patch)
===
--- 0001-util-make-sure-to-close-the-authfile-before-returnin.patch 
(rev 0)
+++ 0001-util-make-sure-to-close-the-authfile-before-returnin.patch 
2018-04-20 11:39:56 UTC (rev 317175)
@@ -0,0 +1,26 @@
+From 0f6ceabab0a8849b47f67d727aa526c2656089ba Mon Sep 17 00:00:00 2001
+From: Klas Lindfors 
+Date: Tue, 3 Apr 2018 09:19:53 +0200
+Subject: [PATCH 1/1] util: make sure to close the authfile before returning
+ success
+
+fixes #136
+
+Signed-off-by: Christian Hesse 
+---
+ util.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/util.c b/util.c
+index 6cb4a79..32bca06 100644
+--- a/util.c
 b/util.c
+@@ -167,6 +167,8 @@ check_user_token (const char *authfile,
+   {
+ if(verbose)
+ D (debug_file, "Match user/token as %s/%s", username, 
otp_id);
++
++fclose(opwfile);
+ return AUTH_FOUND;
+   }
+   }

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 11:39:52 UTC (rev 317174)
+++ PKGBUILD2018-04-20 11:39:56 UTC (rev 317175)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=yubico-pam
-_shortname=pam_yubico
-pkgver=2.25
-pkgrel=2
-pkgdesc='Yubico YubiKey PAM module'
-arch=('x86_64')
-url='https://github.com/Yubico/yubico-pam'
-license=('BSD')
-depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
-checkdepends=('perl-net-ldap-server')
-provides=("${_shortname}")
-conflicts=("${_shortname}")
-validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 

-source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig}
-'0001-util-make-sure-to-close-the-authfile-before-returnin.patch')
-sha256sums=('624a5754d82665f6ba5f2e012f57cb41ea9bf61781ed2272dba49dffb4704e36'
-'SKIP'
-'1b044b779cb08d3a02fea7a62203b494fec621f74a47f27a085b06c22cbe8c88')
-
-prepare() {
-   cd "${_shortname}-${pkgver}"
-
-   patch -Np1 < 
"${srcdir}"/0001-util-make-sure-to-close-the-authfile-before-returnin.patch
-}
-
-build() {
-   cd "${_shortname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr
-   make
-}
-
-check() {
-   cd "${_shortname}-${pkgver}"
-
-   make check
-}
-
-package() {
-   cd "${_shortname}-${pkgver}"
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubico-pam/COPYING"
-   install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-pam/README"
-   make DESTDIR="${pkgdir}/" install
-}
-

Copied: yubico-pam/repos/community-x86_64/PKGBUILD (from rev 317174, 
yubico-pam/trunk/PKGBUILD)
===
-

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

2018-04-20 Thread Christian Hesse via arch-commits
Date: Friday, April 20, 2018 @ 11:39:52
  Author: eworm
Revision: 317174

upgpkg: yubico-pam 2.26-1

new upstream release

Modified:
  yubico-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:36:34 UTC (rev 317173)
+++ PKGBUILD2018-04-20 11:39:52 UTC (rev 317174)
@@ -3,8 +3,8 @@
 
 pkgname=yubico-pam
 _shortname=pam_yubico
-pkgver=2.25
-pkgrel=2
+pkgver=2.26
+pkgrel=1
 pkgdesc='Yubico YubiKey PAM module'
 arch=('x86_64')
 url='https://github.com/Yubico/yubico-pam'
@@ -14,18 +14,10 @@
 provides=("${_shortname}")
 conflicts=("${_shortname}")
 validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 

-source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig}
-'0001-util-make-sure-to-close-the-authfile-before-returnin.patch')
-sha256sums=('624a5754d82665f6ba5f2e012f57cb41ea9bf61781ed2272dba49dffb4704e36'
-'SKIP'
-'1b044b779cb08d3a02fea7a62203b494fec621f74a47f27a085b06c22cbe8c88')
+source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('2de96495963fefd72b98243952ca5d5ec513e702c596e54bc667ef6b5e252966'
+'SKIP')
 
-prepare() {
-   cd "${_shortname}-${pkgver}"
-
-   patch -Np1 < 
"${srcdir}"/0001-util-make-sure-to-close-the-authfile-before-returnin.patch
-}
-
 build() {
cd "${_shortname}-${pkgver}"
 


[arch-commits] Commit in nginx-mod-memc/trunk (PKGBUILD)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:40:41
  Author: mtorromeo
Revision: 317176

rebuild for nginx-1.14.0

Modified:
  nginx-mod-memc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:39:56 UTC (rev 317175)
+++ PKGBUILD2018-04-20 11:40:41 UTC (rev 317176)
@@ -3,10 +3,10 @@
 
 pkgname=nginx-mod-memc
 pkgver=0.18
-pkgrel=3
+pkgrel=4
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.2
+_nginxver=1.14.0
 
 pkgdesc='Extended version of the standard memcached module for nginx'
 arch=('x86_64')
@@ -19,7 +19,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
 '4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d')
 


[arch-commits] Commit in nginx-mod-memc/repos (2 files)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:40:55
  Author: mtorromeo
Revision: 317177

archrelease: copy trunk to community-staging-x86_64

Added:
  nginx-mod-memc/repos/community-staging-x86_64/
  nginx-mod-memc/repos/community-staging-x86_64/PKGBUILD
(from rev 317176, nginx-mod-memc/trunk/PKGBUILD)

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

Copied: nginx-mod-memc/repos/community-staging-x86_64/PKGBUILD (from rev 
317176, nginx-mod-memc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-20 11:40:55 UTC (rev 317177)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-memc
+pkgver=0.18
+pkgrel=4
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.14.0
+
+pkgdesc='Extended version of the standard memcached module for nginx'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/memc-nginx-module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
+  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}


[arch-commits] Commit in nginx-mod-modsecurity/trunk (PKGBUILD)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:42:06
  Author: mtorromeo
Revision: 317178

rebuild for nginx-1.14.0

Modified:
  nginx-mod-modsecurity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:40:55 UTC (rev 317177)
+++ PKGBUILD2018-04-20 11:42:06 UTC (rev 317178)
@@ -2,10 +2,10 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nginx-mod-modsecurity
+epoch=1
 pkgver=1.0.0
-pkgrel=1
-epoch=1
-_nginxver=1.12.2
+pkgrel=2
+_nginxver=1.14.0
 
 pkgdesc='ModSecurity v3 Nginx Connector (module for mainline nginx)'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 )
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8'  # Maxim Dounin 

   '190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277') # Felipe Zimmerle
-sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
 '06f78eb6d33833cc247257c4095c0ee528e80a61f1f52e1da5fdca5e464975a0'
 'SKIP')


[arch-commits] Commit in nginx-mod-modsecurity/repos (2 files)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:42:15
  Author: mtorromeo
Revision: 317179

archrelease: copy trunk to community-staging-x86_64

Added:
  nginx-mod-modsecurity/repos/community-staging-x86_64/
  nginx-mod-modsecurity/repos/community-staging-x86_64/PKGBUILD
(from rev 317178, nginx-mod-modsecurity/trunk/PKGBUILD)

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

Copied: nginx-mod-modsecurity/repos/community-staging-x86_64/PKGBUILD (from rev 
317178, nginx-mod-modsecurity/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-20 11:42:15 UTC (rev 317179)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-modsecurity
+epoch=1
+pkgver=1.0.0
+pkgrel=2
+_nginxver=1.14.0
+
+pkgdesc='ModSecurity v3 Nginx Connector (module for mainline nginx)'
+arch=('x86_64')
+depends=("nginx=$_nginxver" 'libmodsecurity')
+url="https://github.com/SpiderLabs/ModSecurity-nginx";
+license=('GPL3')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v$pkgver/modsecurity-nginx-v$pkgver.tar.gz{,.asc}
+)
+validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8'  # Maxim Dounin 

+  '190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277') # Felipe Zimmerle
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'06f78eb6d33833cc247257c4095c0ee528e80a61f1f52e1da5fdca5e464975a0'
+'SKIP')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../modsecurity-nginx-v$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir/usr/lib/nginx/modules/$mod"
+   done
+}


[arch-commits] Commit in nginx-mod-naxsi/repos (2 files)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:43:30
  Author: mtorromeo
Revision: 317181

archrelease: copy trunk to community-staging-x86_64

Added:
  nginx-mod-naxsi/repos/community-staging-x86_64/
  nginx-mod-naxsi/repos/community-staging-x86_64/PKGBUILD
(from rev 317180, nginx-mod-naxsi/trunk/PKGBUILD)

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

Copied: nginx-mod-naxsi/repos/community-staging-x86_64/PKGBUILD (from rev 
317180, nginx-mod-naxsi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-20 11:43:30 UTC (rev 317181)
@@ -0,0 +1,40 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-naxsi
+pkgver=0.55.3
+pkgrel=4
+
+_modname=naxsi
+_nginxver=1.14.0
+
+pkgdesc='Nginx Anti XSS & SQL Injection'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/nbs-system/naxsi";
+license=('GPL3')
+backup=('etc/nginx/naxsi_core.rules')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/nbs-system/$_modname/archive/$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'0b3c95d250772dc89ad8b49e47c1e024c5ae2c76c0cffa445e9fe05c4dd13495')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-$pkgver/naxsi_src
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   cd "$srcdir"/$_modname-$pkgver
+   install -Dm644 naxsi_config/naxsi_core.rules 
"$pkgdir"/etc/nginx/naxsi_core.rules
+}


[arch-commits] Commit in nginx-mod-naxsi/trunk (PKGBUILD)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:43:23
  Author: mtorromeo
Revision: 317180

rebuild for nginx-1.14.0

Modified:
  nginx-mod-naxsi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:42:15 UTC (rev 317179)
+++ PKGBUILD2018-04-20 11:43:23 UTC (rev 317180)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-naxsi
 pkgver=0.55.3
-pkgrel=3
+pkgrel=4
 
 _modname=naxsi
-_nginxver=1.12.2
+_nginxver=1.14.0
 
 pkgdesc='Nginx Anti XSS & SQL Injection'
 arch=('x86_64')
@@ -19,7 +19,7 @@

https://github.com/nbs-system/$_modname/archive/$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
 '0b3c95d250772dc89ad8b49e47c1e024c5ae2c76c0cffa445e9fe05c4dd13495')
 


[arch-commits] Commit in nginx-mod-njs/trunk (PKGBUILD)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:45:27
  Author: mtorromeo
Revision: 317182

rebuild for nginx-1.14.0

Modified:
  nginx-mod-njs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:43:30 UTC (rev 317181)
+++ PKGBUILD2018-04-20 11:45:27 UTC (rev 317182)
@@ -2,11 +2,11 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nginx-mod-njs
-pkgver=0.1.12 # https://hg.nginx.org/njs/tags
-pkgrel=2
+pkgver=0.2.0 # https://hg.nginx.org/njs/tags
+pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.2
+_nginxver=1.14.0
 
 pkgdesc='nginScript module for nginx'
 arch=('x86_64')
@@ -19,9 +19,9 @@
njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
-'8884507ef789ee36ee2635224df60b09746a37b20274b13b971dd306fe01bec0')
+'7031f9c5bca7932357c23d67a6c18cbe72a046e8101b4fc42f3e61e2df019495')
 
 build() {
cd "$srcdir"/nginx-$_nginxver


[arch-commits] Commit in nginx-mod-pagespeed/trunk (PKGBUILD)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:45:57
  Author: mtorromeo
Revision: 317184

rebuild for nginx-1.14.0

Modified:
  nginx-mod-pagespeed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:45:35 UTC (rev 317183)
+++ PKGBUILD2018-04-20 11:45:57 UTC (rev 317184)
@@ -3,11 +3,11 @@
 
 pkgname=nginx-mod-pagespeed
 pkgver=1.13.35.2
-pkgrel=1
+pkgrel=2
 
 _modname="ngx_pagespeed"
 
-_nginxver=1.12.2
+_nginxver=1.14.0
 _pagespeedver=$pkgver-stable
 _psolver=$pkgver
 
@@ -23,7 +23,7 @@

pagespeed-$_psolver-x86_64.tar.gz::https://dl.google.com/dl/page-speed/psol/$_psolver-x64.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
 '68242a30308b21f13de9a36f2aea5c3e34e8a4c0b7c6a37d3369334f6f847d36'
 'df3ba3c8fc54e13845d0a1daa7a6e3d983126c23912851bbf8ba35be646a434f')


[arch-commits] Commit in nginx-mod-njs/repos (2 files)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:45:35
  Author: mtorromeo
Revision: 317183

archrelease: copy trunk to community-staging-x86_64

Added:
  nginx-mod-njs/repos/community-staging-x86_64/
  nginx-mod-njs/repos/community-staging-x86_64/PKGBUILD
(from rev 317182, nginx-mod-njs/trunk/PKGBUILD)

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

Copied: nginx-mod-njs/repos/community-staging-x86_64/PKGBUILD (from rev 317182, 
nginx-mod-njs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-20 11:45:35 UTC (rev 317183)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-njs
+pkgver=0.2.0 # https://hg.nginx.org/njs/tags
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.14.0
+
+pkgdesc='nginScript module for nginx'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://nginx.org/en/docs/njs_about.html";
+license=('CUSTOM')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'7031f9c5bca7932357c23d67a6c18cbe72a046e8101b4fc42f3e61e2df019495')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


[arch-commits] Commit in nginx-mod-pagespeed/repos (2 files)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:46:05
  Author: mtorromeo
Revision: 317185

archrelease: copy trunk to community-staging-x86_64

Added:
  nginx-mod-pagespeed/repos/community-staging-x86_64/
  nginx-mod-pagespeed/repos/community-staging-x86_64/PKGBUILD
(from rev 317184, nginx-mod-pagespeed/trunk/PKGBUILD)

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

Copied: nginx-mod-pagespeed/repos/community-staging-x86_64/PKGBUILD (from rev 
317184, nginx-mod-pagespeed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-20 11:46:05 UTC (rev 317185)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-pagespeed
+pkgver=1.13.35.2
+pkgrel=2
+
+_modname="ngx_pagespeed"
+
+_nginxver=1.14.0
+_pagespeedver=$pkgver-stable
+_psolver=$pkgver
+
+pkgdesc="PageSpeed module for nginx"
+arch=('x86_64')
+depends=("nginx=$_nginxver" "libutil-linux")
+url="https://www.ngxpagespeed.com/";
+license=('Apache')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/pagespeed/ngx_pagespeed/archive/v$_pagespeedver/$_modname-$_pagespeedver.tar.gz
+   
pagespeed-$_psolver-x86_64.tar.gz::https://dl.google.com/dl/page-speed/psol/$_psolver-x64.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'68242a30308b21f13de9a36f2aea5c3e34e8a4c0b7c6a37d3369334f6f847d36'
+'df3ba3c8fc54e13845d0a1daa7a6e3d983126c23912851bbf8ba35be646a434f')
+
+prepare() {
+   cd "$srcdir"/incubator-pagespeed-ngx-$_pagespeedver
+   ln -s ../psol
+   sed -r 's@^pagespeed_libs="(\$psol_binary.*)"@pagespeed_libs="\1 
-Wl,-z,noexecstack"@' -i config
+}
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../incubator-pagespeed-ngx-$_pagespeedver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in ngx_*.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


[arch-commits] Commit in nginx-mod-redis/trunk (PKGBUILD)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:46:46
  Author: mtorromeo
Revision: 317186

rebuild for nginx-1.14.0

Modified:
  nginx-mod-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:46:05 UTC (rev 317185)
+++ PKGBUILD2018-04-20 11:46:46 UTC (rev 317186)
@@ -3,10 +3,10 @@
 
 pkgname=nginx-mod-redis
 pkgver=0.3.8
-pkgrel=3
+pkgrel=4
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.2
+_nginxver=1.14.0
 
 pkgdesc='Nginx module for redis caching'
 arch=('x86_64')
@@ -19,7 +19,7 @@
https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
 '95d0ed7be40da2efc3d72e52e5e272d2c34463583b7078e8fd6d55004934')
 


[arch-commits] Commit in nginx-mod-redis/repos (2 files)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:46:53
  Author: mtorromeo
Revision: 317187

archrelease: copy trunk to community-staging-x86_64

Added:
  nginx-mod-redis/repos/community-staging-x86_64/
  nginx-mod-redis/repos/community-staging-x86_64/PKGBUILD
(from rev 317186, nginx-mod-redis/trunk/PKGBUILD)

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

Copied: nginx-mod-redis/repos/community-staging-x86_64/PKGBUILD (from rev 
317186, nginx-mod-redis/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-20 11:46:53 UTC (rev 317187)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-redis
+pkgver=0.3.8
+pkgrel=4
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.14.0
+
+pkgdesc='Nginx module for redis caching'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://www.nginx.com/resources/wiki/modules/redis/";
+license=('CUSTOM')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'95d0ed7be40da2efc3d72e52e5e272d2c34463583b7078e8fd6d55004934')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat --add-dynamic-module=../ngx_http_redis-$pkgver
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir"/ngx_http_redis-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


[arch-commits] Commit in nginx-mod-redis2/trunk (PKGBUILD)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:47:29
  Author: mtorromeo
Revision: 317188

rebuild for nginx-1.14.0

Modified:
  nginx-mod-redis2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:46:53 UTC (rev 317187)
+++ PKGBUILD2018-04-20 11:47:29 UTC (rev 317188)
@@ -3,10 +3,10 @@
 
 pkgname=nginx-mod-redis2
 pkgver=0.14
-pkgrel=3
+pkgrel=4
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.2
+_nginxver=1.14.0
 
 pkgdesc='Nginx upstream module for the Redis 2.0 protocol'
 arch=('x86_64')
@@ -19,7 +19,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
 'd830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71')
 


[arch-commits] Commit in nginx-mod-redis2/repos (2 files)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:47:36
  Author: mtorromeo
Revision: 317189

archrelease: copy trunk to community-staging-x86_64

Added:
  nginx-mod-redis2/repos/community-staging-x86_64/
  nginx-mod-redis2/repos/community-staging-x86_64/PKGBUILD
(from rev 317188, nginx-mod-redis2/trunk/PKGBUILD)

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

Copied: nginx-mod-redis2/repos/community-staging-x86_64/PKGBUILD (from rev 
317188, nginx-mod-redis2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-20 11:47:36 UTC (rev 317189)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-redis2
+pkgver=0.14
+pkgrel=4
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.14.0
+
+pkgdesc='Nginx upstream module for the Redis 2.0 protocol'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/redis2-nginx-module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'d830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
+  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}


[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:48:02
  Author: mtorromeo
Revision: 317190

rebuild for nginx-1.14.0

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:47:36 UTC (rev 317189)
+++ PKGBUILD2018-04-20 11:48:02 UTC (rev 317190)
@@ -3,10 +3,10 @@
 
 pkgname=nginx-mod-srcache
 pkgver=0.31
-pkgrel=3
+pkgrel=4
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.2
+_nginxver=1.14.0
 
 pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
 arch=('x86_64')
@@ -19,7 +19,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
 '3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
 


[arch-commits] Commit in nginx-mod-srcache/repos (2 files)

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 11:48:10
  Author: mtorromeo
Revision: 317191

archrelease: copy trunk to community-staging-x86_64

Added:
  nginx-mod-srcache/repos/community-staging-x86_64/
  nginx-mod-srcache/repos/community-staging-x86_64/PKGBUILD
(from rev 317190, nginx-mod-srcache/trunk/PKGBUILD)

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

Copied: nginx-mod-srcache/repos/community-staging-x86_64/PKGBUILD (from rev 
317190, nginx-mod-srcache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-20 11:48:10 UTC (rev 317191)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-srcache
+pkgver=0.31
+pkgrel=4
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.14.0
+
+pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/srcache-nginx-module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
+  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}


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

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 12:00:56
  Author: mtorromeo
Revision: 317193

archrelease: copy trunk to community-staging-x86_64

Added:
  passenger/repos/community-staging-x86_64/
  passenger/repos/community-staging-x86_64/PKGBUILD
(from rev 317192, passenger/trunk/PKGBUILD)
  passenger/repos/community-staging-x86_64/passenger.install
(from rev 317192, passenger/trunk/passenger.install)

---+
 PKGBUILD  |   75 
 passenger.install |   32 ++
 2 files changed, 107 insertions(+)

Copied: passenger/repos/community-staging-x86_64/PKGBUILD (from rev 317192, 
passenger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-20 12:00:56 UTC (rev 317193)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgbase=passenger
+pkgname=(passenger mod_passenger nginx-mod-passenger)
+pkgver=5.2.3
+pkgrel=3
+_nginxver=1.14.0
+pkgdesc="Fast and robust web server and application server for Ruby, Python 
and Node.js"
+arch=('x86_64')
+url="https://www.phusionpassenger.com";
+_watch="https://github.com/phusion/passenger/releases";
+license=('MIT')
+makedepends=('ruby-rake' 'ruby-rack' 'curl' 'apache')
+options=('!emptydirs' 'staticlibs')
+validpgpkeys=('D5F0851426939232F437AB722AC745A50A212A8C'
+  '16378A33A6EF16762922526E561F9B9CAC40B2F7'
+  'B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

+source=(https://s3.amazonaws.com/phusion-passenger/releases/passenger-$pkgver.tar.gz{,.asc}
+https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc})
+sha256sums=('0a06a2c75688a0e6c85717fb67b57940bebca5e56b7c76337c50b8c3d024345b'
+'SKIP'
+'5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP')
+
+build(){
+  cd "$srcdir"/nginx-$_nginxver
+  ./configure --with-compat 
--add-dynamic-module=../$pkgbase-$pkgver/src/nginx_module
+  make modules
+
+  cd "$srcdir"/$pkgbase-$pkgver
+  rake nginx CACHING=false
+  ./bin/passenger-install-apache2-module -a
+}
+
+package_passenger() {
+  cd "$srcdir"/passenger-$pkgver
+  depends=('ruby' 'ruby-rack' 'curl' 'libnsl')
+
+  mkdir -p "$pkgdir"/usr/lib/passenger/
+  cp -R * "$pkgdir"/usr/lib/passenger/
+
+  install -Dm644 "$srcdir"/$pkgbase-$pkgver/LICENSE \
+ "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mod_passenger() {
+  pkgdesc="Passenger apache module"
+  depends=('passenger' 'apache')
+  install=passenger.install
+
+  cd "$srcdir"/passenger-$pkgver
+
+  mkdir -p "$pkgdir"/usr/lib/httpd/modules
+  ln -sf /usr/lib/passenger/buildout/apache2/mod_passenger.so 
"$pkgdir"/usr/lib/httpd/modules/mod_passenger.so
+
+  install -Dm644 "$srcdir"/$pkgbase-$pkgver/LICENSE \
+ "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_nginx-mod-passenger() {
+  pkgdesc="Passenger nginx module"
+  depends=('passenger' "nginx=$_nginxver")
+
+  install -Dm644 "$srcdir"/$pkgbase-$pkgver/LICENSE \
+ "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  cd "$srcdir"/nginx-$_nginxver/objs
+  for mod in ngx_*.so; do
+install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+  done
+
+  install -Dm644 "$srcdir"/$pkgbase-$pkgver/LICENSE \
+ "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: passenger/repos/community-staging-x86_64/passenger.install (from rev 
317192, passenger/trunk/passenger.install)
===
--- community-staging-x86_64/passenger.install  (rev 0)
+++ community-staging-x86_64/passenger.install  2018-04-20 12:00:56 UTC (rev 
317193)
@@ -0,0 +1,32 @@
+post_install() {
+   echo "Please edit your Apache configuration file, and add these lines:"
+   echo ""
+   echo "LoadModule passenger_module 
/usr/lib/httpd/modules/mod_passenger.so"
+   echo "PassengerRoot /usr/lib/passenger"
+   echo "PassengerRuby /usr/bin/ruby"
+   echo ""
+   echo "After you restart Apache, you are ready to deploy any number of 
Ruby on Rails"
+   echo "applications on Apache, without any further Ruby on 
Rails-specific"
+   echo "configuration!"
+   echo ""
+   echo ""
+   echo "Deploying a Ruby on Rails application: an example"
+   echo ""
+   echo "Suppose you have a Ruby on Rails application in /somewhere. Add a 
virtual host"
+   echo "to your Apache configuration file, and set its DocumentRoot to"
+   echo "/somewhere/public, like this:"
+   echo ""
+   echo ""
+   echo "  ServerName www.yourhost.com"
+   echo "  DocumentRoot /somewhere/public# <-- be sure to point to 
'public'!"
+   echo "   "
+   echo "  AllowOverride all  # <-- relax Apache security 
settings"
+   echo "  Options -MultiVi

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

2018-04-20 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 20, 2018 @ 12:00:36
  Author: mtorromeo
Revision: 317192

rebuild for nginx-1.14.0

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:48:10 UTC (rev 317191)
+++ PKGBUILD2018-04-20 12:00:36 UTC (rev 317192)
@@ -4,8 +4,8 @@
 pkgbase=passenger
 pkgname=(passenger mod_passenger nginx-mod-passenger)
 pkgver=5.2.3
-pkgrel=2
-_nginxver=1.12.2
+pkgrel=3
+_nginxver=1.14.0
 pkgdesc="Fast and robust web server and application server for Ruby, Python 
and Node.js"
 arch=('x86_64')
 url="https://www.phusionpassenger.com";
@@ -20,7 +20,7 @@
 https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc})
 sha256sums=('0a06a2c75688a0e6c85717fb67b57940bebca5e56b7c76337c50b8c3d024345b'
 'SKIP'
-'305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+'5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP')
 
 build(){


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

2018-04-20 Thread Baptiste Jonglez via arch-commits
Date: Friday, April 20, 2018 @ 12:13:05
  Author: zorun
Revision: 317196

upgpkg: libringclient 2:20180419.1.01da897-1

Modified:
  libringclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 12:12:55 UTC (rev 317195)
+++ PKGBUILD2018-04-20 12:13:05 UTC (rev 317196)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=libringclient
-pkgver=20180414.2.2c51f89
+pkgver=20180419.1.01da897
 pkgrel=1
 epoch=2
 pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (client communication library)"
@@ -11,7 +11,7 @@
 groups=("ring")
 depends=("ring-daemon" "qt5-base")
 makedepends=('git' 'cmake' 'qt5-tools')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=df40613f94b8eada847d0e594b76f0c3b78dd8d2";)
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=215ff6200ee7066c1edcbe66bc5c1bc84dad6072";)
 md5sums=('SKIP')
 
 build() {


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

2018-04-20 Thread Baptiste Jonglez via arch-commits
Date: Friday, April 20, 2018 @ 12:13:15
  Author: zorun
Revision: 317197

archrelease: copy trunk to community-testing-x86_64

Added:
  libringclient/repos/community-testing-x86_64/
  libringclient/repos/community-testing-x86_64/PKGBUILD
(from rev 317196, libringclient/trunk/PKGBUILD)

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

Copied: libringclient/repos/community-testing-x86_64/PKGBUILD (from rev 317196, 
libringclient/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-20 12:13:15 UTC (rev 317197)
@@ -0,0 +1,40 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=libringclient
+pkgver=20180419.1.01da897
+pkgrel=1
+epoch=2
+pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (client communication library)"
+arch=("x86_64")
+url="https://ring.cx";
+license=('GPL3')
+groups=("ring")
+depends=("ring-daemon" "qt5-base")
+makedepends=('git' 'cmake' 'qt5-tools')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=215ff6200ee7066c1edcbe66bc5c1bc84dad6072";)
+md5sums=('SKIP')
+
+build() {
+  cd "ring-lrc"
+
+  msg2 'Building...'
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "ring-lrc/build"
+
+  msg2 'Installing...'
+  make DESTDIR="$pkgdir" install
+
+  msg2 'Cleaning up pkgdir...'
+  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
+  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-20 Thread Baptiste Jonglez via arch-commits
Date: Friday, April 20, 2018 @ 12:12:40
  Author: zorun
Revision: 317194

upgpkg: ring-daemon 2:20180419.1.01da897-1

Modified:
  ring-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 12:00:56 UTC (rev 317193)
+++ PKGBUILD2018-04-20 12:12:40 UTC (rev 317194)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=ring-daemon
-pkgver=20180414.2.2c51f89
+pkgver=20180419.1.01da897
 pkgrel=1
 epoch=2
 _pjprojectver=2.7.2
@@ -16,7 +16,7 @@
  'libsecp256k1' 'util-linux' 'opus')
 makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
 #checkdepends=('cppunit')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=d30be45b1453db5d70ed8ed862598caa5491c049";
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=64220b6ab35745c56087641ceae9617ffb5be47a";
 
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2";)
 noextract=("pjproject-${_pjprojectver}.tar.bz2")
 sha256sums=('SKIP'


[arch-commits] Commit in ring-daemon/repos (2 files)

2018-04-20 Thread Baptiste Jonglez via arch-commits
Date: Friday, April 20, 2018 @ 12:12:55
  Author: zorun
Revision: 317195

archrelease: copy trunk to community-testing-x86_64

Added:
  ring-daemon/repos/community-testing-x86_64/
  ring-daemon/repos/community-testing-x86_64/PKGBUILD
(from rev 317194, ring-daemon/trunk/PKGBUILD)

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

Copied: ring-daemon/repos/community-testing-x86_64/PKGBUILD (from rev 317194, 
ring-daemon/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-20 12:12:55 UTC (rev 317195)
@@ -0,0 +1,70 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ring-daemon
+pkgver=20180419.1.01da897
+pkgrel=1
+epoch=2
+_pjprojectver=2.7.2
+pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (daemon)"
+arch=("x86_64")
+url="https://ring.cx";
+license=('GPL3')
+groups=("ring")
+depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
+ 'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'gnutls'
+ 'expat' 'gsm' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
+ 'libsecp256k1' 'util-linux' 'opus')
+makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
+#checkdepends=('cppunit')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=64220b6ab35745c56087641ceae9617ffb5be47a";
+
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2";)
+noextract=("pjproject-${_pjprojectver}.tar.bz2")
+sha256sums=('SKIP'
+'9c2c828abab7626edf18e04b041ef274bfaa86f99adf2c25ff56f1509e813772')
+sha512sums=('SKIP'
+
'3d355ffcbbeed62cfc711e574a987dc06043ccf4f2625820adffa89167022b8306fcee3fada71d3d45e7b902fc9c65ac8221de101cbafed25362a3921f702afd')
+
+prepare() {
+  cd "${pkgname}"
+  cp ../pjproject-${_pjprojectver}.tar.bz2 contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd "${pkgname}/contrib/native"
+  ../bootstrap \
+  --disable-downloads \
+  --disable-all \
+  --enable-pjproject
+  make DEPS_pjproject=
+
+  cd ../..
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-ipv6
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# Disabled because some tests (TURN) use the network.
+#check() {
+#  cd "${pkgname}"
+#  make -k check
+#}
+
+package() {
+  cd "${pkgname}"
+
+  msg2 'Installing...'
+  make DESTDIR="$pkgdir" install
+
+  msg2 'Cleaning up pkgdir...'
+  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
+  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-20 Thread Baptiste Jonglez via arch-commits
Date: Friday, April 20, 2018 @ 12:25:53
  Author: zorun
Revision: 317198

upgpkg: ring-gnome 3:20180419.1.01da897-1

Modified:
  ring-gnome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 12:13:15 UTC (rev 317197)
+++ PKGBUILD2018-04-20 12:25:53 UTC (rev 317198)
@@ -1,8 +1,8 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=ring-gnome
-pkgver=20180414.2.2c51f89
-pkgrel=2
+pkgver=20180419.1.01da897
+pkgrel=1
 epoch=3
 pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (GNOME client)"
 arch=("x86_64")
@@ -12,18 +12,12 @@
 depends=("libringclient" "ring-daemon"
  "gtk3" "dconf" "clutter" "clutter-gtk" "webkit2gtk" "qrencode"
  "qt5-base" "gtk-update-icon-cache" "desktop-file-utils"
- "evolution-data-server" "libnotify" "libcanberra" "libnm")
+ "evolution-data-server" "libnotify" "libcanberra" "libnm"
+ "libappindicator-gtk3")
 makedepends=('git' 'cmake')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=1e2dd354a324c37561500440524864d778f3b614";
-"0001-settings-check-if-g_get_user_special_dir-fails.patch")
-sha256sums=('SKIP'
-'f6e36863d5d4e7a6d7e5a29abb46a674186f2842dadea28ab1fd57a267b0bc5b')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=59514edd152f0eb914a5e11dc107bc482cc5094e";)
+sha256sums=('SKIP')
 
-prepare() {
-  cd "${srcdir}/ring-client-gnome"
-  patch -p1 < 
"${srcdir}/0001-settings-check-if-g_get_user_special_dir-fails.patch"
-}
-
 build() {
   cd "ring-client-gnome"
 
@@ -32,7 +26,7 @@
   cd build
   cmake .. \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
+-DCMAKE_BUILD_TYPE=None
   make
 }
 


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

2018-04-20 Thread Baptiste Jonglez via arch-commits
Date: Friday, April 20, 2018 @ 12:26:14
  Author: zorun
Revision: 317199

archrelease: copy trunk to community-testing-x86_64

Added:
  ring-gnome/repos/community-testing-x86_64/
  
ring-gnome/repos/community-testing-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
(from rev 317198, 
ring-gnome/trunk/0001-settings-check-if-g_get_user_special_dir-fails.patch)
  ring-gnome/repos/community-testing-x86_64/PKGBUILD
(from rev 317198, ring-gnome/trunk/PKGBUILD)

---+
 0001-settings-check-if-g_get_user_special_dir-fails.patch |   36 +
 PKGBUILD  |   44 
 2 files changed, 80 insertions(+)

Copied: 
ring-gnome/repos/community-testing-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
 (from rev 317198, 
ring-gnome/trunk/0001-settings-check-if-g_get_user_special_dir-fails.patch)
===
--- 
community-testing-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
  (rev 0)
+++ 
community-testing-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
  2018-04-20 12:26:14 UTC (rev 317199)
@@ -0,0 +1,36 @@
+From 1946b536d75fc47f16bf3accb9b18c98145280b1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
+ 
+Date: Tue, 17 Apr 2018 09:47:47 -0400
+Subject: [PATCH] settings: check if g_get_user_special_dir fails
+
+g_get_user_special_dir can return a nullptr, so the string
+construction will fails badly. Must be checked or fallback to
+G_USER_DIRECTORY_DESKTOP ($HOME/Desktop)
+
+Change-Id: I04b72221f14091db2cfd880a9b35b8ab92e46ae4
+Reviewed-by: Philippe Gorley 
+---
+ src/generalsettingsview.cpp | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/generalsettingsview.cpp b/src/generalsettingsview.cpp
+index 4c6a15a..4fa2d9c 100644
+--- a/src/generalsettingsview.cpp
 b/src/generalsettingsview.cpp
+@@ -248,7 +248,11 @@ general_settings_view_init(GeneralSettingsView *self)
+ auto* download_directory_variant = g_settings_get_value(priv->settings, 
"download-folder");
+ char* download_directory_value;
+ g_variant_get(download_directory_variant, "&s", 
&download_directory_value);
+-std::string default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DOWNLOAD);
++std::string default_download_dir = {};
++if (auto* directory = g_get_user_special_dir (G_USER_DIRECTORY_DOWNLOAD))
++default_download_dir = directory;
++else
++default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DESKTOP);
+ auto current_value = std::string(download_directory_value);
+ if (current_value.empty()) {
+ g_settings_set_value(priv->settings, "download-folder", 
g_variant_new("s", default_download_dir.c_str()));
+-- 
+2.17.0
+

Copied: ring-gnome/repos/community-testing-x86_64/PKGBUILD (from rev 317198, 
ring-gnome/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-20 12:26:14 UTC (rev 317199)
@@ -0,0 +1,44 @@
+# Maintainer: Baptiste Jonglez 
+
+pkgname=ring-gnome
+pkgver=20180419.1.01da897
+pkgrel=1
+epoch=3
+pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (GNOME client)"
+arch=("x86_64")
+url="https://ring.cx";
+license=('GPL3')
+groups=("ring")
+depends=("libringclient" "ring-daemon"
+ "gtk3" "dconf" "clutter" "clutter-gtk" "webkit2gtk" "qrencode"
+ "qt5-base" "gtk-update-icon-cache" "desktop-file-utils"
+ "evolution-data-server" "libnotify" "libcanberra" "libnm"
+ "libappindicator-gtk3")
+makedepends=('git' 'cmake')
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=59514edd152f0eb914a5e11dc107bc482cc5094e";)
+sha256sums=('SKIP')
+
+build() {
+  cd "ring-client-gnome"
+
+  msg2 'Building...'
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None
+  make
+}
+
+package() {
+  cd "ring-client-gnome/build"
+
+  msg2 'Installing...'
+  make DESTDIR="$pkgdir" install
+
+  msg2 'Cleaning up pkgdir...'
+  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
+  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in cinnamon-settings-daemon (2 files)

2018-04-20 Thread Eli Schwartz via arch-commits
Date: Friday, April 20, 2018 @ 12:48:37
  Author: eschwartz
Revision: 317200

Update checksum for patch file.

I updated the pull request because upstream asked to additionally remove the
manpage in the debian packaging script. This does not affect our package.

Modified:
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
  cinnamon-settings-daemon/trunk/PKGBUILD

-+
 repos/community-x86_64/PKGBUILD |2 +-
 trunk/PKGBUILD  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2018-04-20 12:26:14 UTC (rev 317199)
+++ repos/community-x86_64/PKGBUILD 2018-04-20 12:48:37 UTC (rev 317200)
@@ -18,7 +18,7 @@
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
 "0001-Remove-vestigial-manpage.patch::${url}/pull/229.patch")
 sha256sums=('f707403c0cc8b558e706b15044aad7ce87321ca688cb22a96626b644a6532239'
-'ba2770a883bf7c61da768986d183dd507afdd3f912538938500612554f2b85f0')
+'6c85ec72dd83b1301ba8f01e0de5f8f6001198de3502c87a4da908b12e6cee24')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-04-20 12:26:14 UTC (rev 317199)
+++ trunk/PKGBUILD  2018-04-20 12:48:37 UTC (rev 317200)
@@ -18,7 +18,7 @@
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
 "0001-Remove-vestigial-manpage.patch::${url}/pull/229.patch")
 sha256sums=('f707403c0cc8b558e706b15044aad7ce87321ca688cb22a96626b644a6532239'
-'ba2770a883bf7c61da768986d183dd507afdd3f912538938500612554f2b85f0')
+'6c85ec72dd83b1301ba8f01e0de5f8f6001198de3502c87a4da908b12e6cee24')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}


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

2018-04-20 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 20, 2018 @ 12:56:07
  Author: svenstaro
Revision: 317201

upgpkg: gitlab-gitaly 0.97.0-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 12:48:37 UTC (rev 317200)
+++ PKGBUILD2018-04-20 12:56:07 UTC (rev 317201)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=gitlab-gitaly
-pkgver=0.96.1
+pkgver=0.97.0
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -13,13 +13,13 @@
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver}";
 "gitlab-gitaly.service")
-sha512sums=('ca596a943bf11582904d033fe776c12275fc5b0feef3364b950e7d5d1105f4b72a4e3021cb669949c616ed52fe77f64dc971ba87f7c3390df3c1fd6848565dc7'
+sha512sums=('09cb26c1e03dc01d4eb0402001ebe4424b130e2567190c9b45afc7f087a03f74b0f19598ea6678c3ff1314638fc4d5fcb04e2dbc38c0a1be04ca7ce6152dd223'
 
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
 
 _homedir="/var/lib/gitlab"
 
 prepare() {
-  cd "gitaly-v${pkgver}-"*
+  cd "gitaly-"*
 
   sed -i "s/bundle install/bundle-2.3 install/" Makefile
   sed -i "s/bundle config/bundle-2.3 config/" Makefile
@@ -35,13 +35,13 @@
 }
 
 build() {
-  cd "gitaly-v${pkgver}-"*
+  cd "gitaly-"*
 
   make build
 }
 
 package() {
-  cd "gitaly-v${pkgver}-"*
+  cd "gitaly-"*
 
   make PREFIX=/usr DESTDIR=${pkgdir} install
   mkdir -p "${pkgdir}/etc/${pkgname}"


[arch-commits] Commit in gitlab-gitaly/repos/community-x86_64 (4 files)

2018-04-20 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 20, 2018 @ 12:56:20
  Author: svenstaro
Revision: 317202

archrelease: copy trunk to community-x86_64

Added:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
(from rev 317201, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service
(from rev 317201, gitlab-gitaly/trunk/gitlab-gitaly.service)
Deleted:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service

---+
 PKGBUILD  |  122 
 gitlab-gitaly.service |   50 +--
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 12:56:07 UTC (rev 317201)
+++ PKGBUILD2018-04-20 12:56:20 UTC (rev 317202)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=gitlab-gitaly
-pkgver=0.96.1
-pkgrel=1
-pkgdesc="Speed up Git access using caching"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitaly";
-license=('MIT')
-depends=(glibc ruby2.3 libxml2 libxslt)
-options=(!buildflags)
-makedepends=(go ruby2.3-bundler cmake)
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver}";
-"gitlab-gitaly.service")
-sha512sums=('ca596a943bf11582904d033fe776c12275fc5b0feef3364b950e7d5d1105f4b72a4e3021cb669949c616ed52fe77f64dc971ba87f7c3390df3c1fd6848565dc7'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
-  cd "gitaly-v${pkgver}-"*
-
-  sed -i "s/bundle install/bundle-2.3 install/" Makefile
-  sed -i "s/bundle config/bundle-2.3 config/" Makefile
-  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
-  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
-  sed -i "s/\"ruby\"/\"ruby-2.3\"/" internal/linguist/linguist.go
-  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/ruby-cd
-  sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 
\"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
-  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
-  sed -i "s|bin_dir = \"/home/git/gitaly\"|bin_dir = \"/usr/bin\"|" 
config.toml.example
-}
-
-build() {
-  cd "gitaly-v${pkgver}-"*
-
-  make build
-}
-
-package() {
-  cd "gitaly-v${pkgver}-"*
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  mkdir -p "${pkgdir}/etc/${pkgname}"
-  sed \
--e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
--e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
-config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
-
-  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
-  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
-
-  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-x86_64/PKGBUILD (from rev 317201, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 12:56:20 UTC (rev 317202)
@@ -0,0 +1,61 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=gitlab-gitaly
+pkgver=0.97.0
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly";
+license=('MIT')
+depends=(glibc ruby2.3 libxml2 libxslt)
+options=(!buildflags)
+makedepends=(go ruby2.3-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver}";
+"gitlab-gitaly.service")
+sha512sums=('09cb26c1e03dc01d4eb0402001ebe4424b130e2567190c9b45afc7f087a03f74b0f19598ea6678c3ff1314638fc4d5fcb04e2dbc38c0a1be04ca7ce6152dd223'
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+  cd "gitaly-"*
+
+  sed -i "s/bundle install/bundle-2.3 install/" Makefile
+  sed -i "s/bundle config/bundle-2.3 config/" Makefile
+  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
+  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
+  sed -i "s/\"ruby\"/\"ruby-2.3\"/" internal/linguist/linguist.go
+  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
+  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
+  se

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

2018-04-20 Thread Eli Schwartz via arch-commits
Date: Friday, April 20, 2018 @ 13:19:53
  Author: eschwartz
Revision: 317203

upgpkg: calibre 3.22.1-1

upstream release

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 12:56:20 UTC (rev 317202)
+++ PKGBUILD2018-04-20 13:19:53 UTC (rev 317203)
@@ -8,7 +8,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=3.21.0
+pkgver=3.22.1
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
@@ -28,7 +28,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
-sha256sums=('37163ced791d16ec926f81f35906b1e5c5ada786b568283b97b3d6accea6a959'
+sha256sums=('532b4dd4e566f479f98990ffdaaeb3af3a2fb7deb086508c5889bbebd8baa8d9'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


[arch-commits] Commit in calibre/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-20 Thread Eli Schwartz via arch-commits
Date: Friday, April 20, 2018 @ 13:20:12
  Author: eschwartz
Revision: 317204

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 317203, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  148 ++---
 1 file changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 13:19:53 UTC (rev 317203)
+++ PKGBUILD2018-04-20 13:20:12 UTC (rev 317204)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=3.21.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('x86_64')
-url="https://calibre-ebook.com/";
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
-sha256sums=('37163ced791d16ec926f81f35906b1e5c5ada786b568283b97b3d6accea6a959'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files
-  rm -rf resources/${pkgname}-portable.*
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -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 "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 317203, 
calibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 13:20:12 UTC (rev 317204)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=3.22.1
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('x86_64')
+url="https://calibre-ebook.com/";
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+ 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
+makedepends=('qt5-x11extras' 'xdg-utils')
+optdepends=('ipython2: to use calibre-debug'
+'poppler: required for converting pdf to html'
+)
+source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
+"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
+sha256sums=('532b4dd4e566f479f98990ffdaaeb3af3a2fb7deb086508c5889bbebd8baa8d9'

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

2018-04-20 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 20, 2018 @ 13:22:08
  Author: svenstaro
Revision: 317205

upgpkg: gitlab 10.7.0-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 13:20:12 UTC (rev 317204)
+++ PKGBUILD2018-04-20 13:22:08 UTC (rev 317205)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=10.6.4
+pkgver=10.7.0
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -33,10 +33,9 @@
 gitlab-backup.timer
 gitlab.target
 gitlab.tmpfiles.d
-gitlab.logrotate
-a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
+gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('3ec17033423f10ae540fb0bfc9a188fa32a427d413a36aba554101ae10e34862973488daedc41baa6738c392f6fab4408c4377eea13b16c26e1a4d49ceb8fce7'
+sha512sums=('1592fc54c2db23049e7999cf58e27f94e2a58a3dcd6f47f6536029ca7e4902f2a22aecef2c2a376be6530e6657aa414a5f0460ab5d0dfbcb837d9f1f4427480c'
 
'e96364b3373420a0704552584264f42fee23d64d44d3f769dffa6b516ea9d4c09873da8b2a279445ae9a09f17f81628815efc83e8d0070b3246e56aa13c02ac6'
 
'1104db0397ae5f9a69452ea2a432b837cfaf37d72d063226c2156de5f753b5ae42be1f90292c34f27e251ce3d265ac9c1f79faad1d377c923e7dbc6744100471'
 
'bfc98f3890dfbe11a6f7fa3275f2b04b54b8e31455dcf70abfdc7f1021ff9acb1243f7af8381465346cd780bc76fa2b1c80fada860b8c3c87c7c56bb5229c1ee'
@@ -44,14 +43,13 @@
 
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'
 
'bf33b818e4ea671c16f58563997ba5fe0a09090e5c03577ff974d31324d4e9782b85a9bb4f1749b97257ce93400c692de935f003770d52b5994c9cab9aee57c6'
 
'abacbff0d7be918337a17b56481c84e6bf3eddd9551efe78ba9fb74337179e95c9b60f41c49f275e05074a4074a616be36fa208a48fc12d5b940f0554fbd89c3'
-
'20b93eab504e82cc4401685b59e6311b4d2c0285bc594d47ce4106d3f418a3e2ba92c4f49732748c0ba913aa3e3299126166e37d2a2d5b4d327d66bae4b8abda'
-
'd7946c9c336e8d148479c1034e0058f2c6f8810e66a5369d531de3050ae7c0ff53be8789bc592afddba16a2acb660670fb687badc7eb65b7db5a445151140cb7')
+
'20b93eab504e82cc4401685b59e6311b4d2c0285bc594d47ce4106d3f418a3e2ba92c4f49732748c0ba913aa3e3299126166e37d2a2d5b4d327d66bae4b8abda')
 
 _datadir="/usr/share/webapps/${pkgname}"
 _etcdir="/etc/webapps/${pkgname}"
 _homedir="/var/lib/${pkgname}"
 _logdir="/var/log/${pkgname}"
-_srcdir="gitlab-ce-v${pkgver}"
+_srcdir="gitlab-ce-"
 
 prepare() {
   cd "${srcdir}"
@@ -61,8 +59,6 @@
 
   cd "${_srcdir}"*
 
-  patch -Np1 -i "${srcdir}"/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
-
   msg2 "Patching git revision in config/initializers/2_app.rb..."
   sed -i -e "s|REVISION = Gitlab::Popen.popen(%W(#{config.git.bin_path} log 
--pretty=format:%h -n 1)).first.chomp.freeze|REVISION = \"${revision}\"|" \
 config/initializers/2_app.rb


[arch-commits] Commit in gitlab/repos/community-x86_64 (24 files)

2018-04-20 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 20, 2018 @ 13:22:29
  Author: svenstaro
Revision: 317206

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 317205, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
(from rev 317205, 
gitlab/trunk/a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 317205, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 317205, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 317205, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 317205, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 317205, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 317205, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 317205, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 317205, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 317205, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 317205, gitlab/trunk/lighttpd.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example

+
 PKGBUILD   |  420 +++
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch |   56 +--
 gitlab-backup.service  |   38 +-
 gitlab-backup.timer|   20 -
 gitlab-mailroom.service|   42 +-
 gitlab-sidekiq.service |   60 +--
 gitlab-unicorn.service |   66 +--
 gitlab.install |   40 +-
 gitlab.logrotate   |   22 -
 gitlab.target  |   14 
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 +--
 12 files changed, 423 insertions(+), 427 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 13:22:08 UTC (rev 317205)
+++ PKGBUILD2018-04-20 13:22:29 UTC (rev 317206)
@@ -1,212 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=10.6.4
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce";
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 'nodejs' 're2')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/gitlab-org/gitlab-ce/repository/archive.tar.bz2?ref=v${pkgver}";
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate
-a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
-install='gitlab.install'
-sha512sums=('3ec17033423f10ae540fb0bfc9a188fa32a427d413a36aba554101ae10e34862973488daedc41baa6738c392f6fab4408c4377eea13b16c26e1a4d49ceb8fce7'
-
'e96364b3373420a0704552584264f42fee23d64d44d3f769dffa6b516ea9d4c09873da8b2a279445ae9a09f17f81628815efc83e8d0070b3246e56aa13c02ac6'
-
'1104db0397ae5f9a69452ea2a

[arch-commits] Commit in (alienarena-data alienarena)

2018-04-20 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, April 20, 2018 @ 13:36:15
  Author: svenstaro
Revision: 317207

Drop alienarena and alienarena-data

Deleted:
  alienarena-data/
  alienarena/


[arch-commits] Commit in (4 files)

2018-04-20 Thread Giancarlo Razzolini via arch-commits
Date: Friday, April 20, 2018 @ 14:05:17
  Author: grazzolini
Revision: 317208

newpkg: python-lz4

Added:
  python-lz4/
  python-lz4/repos/
  python-lz4/trunk/
  python-lz4/trunk/PKGBUILD

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

Added: python-lz4/trunk/PKGBUILD
===
--- python-lz4/trunk/PKGBUILD   (rev 0)
+++ python-lz4/trunk/PKGBUILD   2018-04-20 14:05:17 UTC (rev 317208)
@@ -0,0 +1,54 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Nissar Chababy 
+# Contributor: Thrasibule 
+# Contributor: David Manouchehri 
+# Contributor: Vladimir Tsanev 
+# Contributor: Andrew Reed 
+# Contributor: "Score_Under" 
+
+pkgbase=lz4
+pkgname=('python-lz4' 'python2-lz4')
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="LZ4 bindings for Python"
+arch=('x86_64')
+license=('BSD')
+url="https://github.com/python-lz4/python-lz4";
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.org/packages/source/${pkgbase:0:1}/$pkgbase/$pkgbase-${pkgver}.tar.gz";)
+sha512sums=('3119247e4334b0898b6258a286ea1e2ffeb2e6da958366ec9aefd48e476f05d16b0f059cf47954ea5efafab5a5de0c3f2a825c9e765b488618d75b2d60726c80')
+
+prepare() {
+  cp -a $pkgbase-${pkgver}{,-python2}
+}
+
+build() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/$pkgbase-$pkgver-python2
+  python2 setup.py pytest
+}
+
+package_python-lz4() {
+  depends=('python')
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-lz4() {
+  depends=('python2')
+
+  cd $pkgbase-$pkgver-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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


[arch-commits] Commit in python-lz4/repos (community-x86_64 community-x86_64/PKGBUILD)

2018-04-20 Thread Giancarlo Razzolini via arch-commits
Date: Friday, April 20, 2018 @ 14:06:13
  Author: grazzolini
Revision: 317209

archrelease: copy trunk to community-x86_64

Added:
  python-lz4/repos/community-x86_64/
  python-lz4/repos/community-x86_64/PKGBUILD
(from rev 317208, python-lz4/trunk/PKGBUILD)

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

Copied: python-lz4/repos/community-x86_64/PKGBUILD (from rev 317208, 
python-lz4/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-20 14:06:13 UTC (rev 317209)
@@ -0,0 +1,54 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Nissar Chababy 
+# Contributor: Thrasibule 
+# Contributor: David Manouchehri 
+# Contributor: Vladimir Tsanev 
+# Contributor: Andrew Reed 
+# Contributor: "Score_Under" 
+
+pkgbase=lz4
+pkgname=('python-lz4' 'python2-lz4')
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="LZ4 bindings for Python"
+arch=('x86_64')
+license=('BSD')
+url="https://github.com/python-lz4/python-lz4";
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.org/packages/source/${pkgbase:0:1}/$pkgbase/$pkgbase-${pkgver}.tar.gz";)
+sha512sums=('3119247e4334b0898b6258a286ea1e2ffeb2e6da958366ec9aefd48e476f05d16b0f059cf47954ea5efafab5a5de0c3f2a825c9e765b488618d75b2d60726c80')
+
+prepare() {
+  cp -a $pkgbase-${pkgver}{,-python2}
+}
+
+build() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/$pkgbase-$pkgver-python2
+  python2 setup.py pytest
+}
+
+package_python-lz4() {
+  depends=('python')
+
+  cd $pkgbase-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-lz4() {
+  depends=('python2')
+
+  cd $pkgbase-$pkgver-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2018-04-20 Thread Giancarlo Razzolini via arch-commits
Date: Friday, April 20, 2018 @ 14:13:20
  Author: grazzolini
Revision: 317210

upgpkg: python-lz4 1.1.0-2

Fix pkgbase

Modified:
  python-lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 14:06:13 UTC (rev 317209)
+++ PKGBUILD2018-04-20 14:13:20 UTC (rev 317210)
@@ -6,10 +6,11 @@
 # Contributor: Andrew Reed 
 # Contributor: "Score_Under" 
 
-pkgbase=lz4
+pkgbase=python-lz4
+_pkgname=lz4
 pkgname=('python-lz4' 'python2-lz4')
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LZ4 bindings for Python"
 arch=('x86_64')
 license=('BSD')
@@ -16,26 +17,26 @@
 url="https://github.com/python-lz4/python-lz4";
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.org/packages/source/${pkgbase:0:1}/$pkgbase/$pkgbase-${pkgver}.tar.gz";)
+source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-${pkgver}.tar.gz";)
 
sha512sums=('3119247e4334b0898b6258a286ea1e2ffeb2e6da958366ec9aefd48e476f05d16b0f059cf47954ea5efafab5a5de0c3f2a825c9e765b488618d75b2d60726c80')
 
 prepare() {
-  cp -a $pkgbase-${pkgver}{,-python2}
+  cp -a $_pkgname-${pkgver}{,-python2}
 }
 
 build() {
-  cd "$srcdir"/$pkgbase-$pkgver
+  cd "$srcdir"/$_pkgname-$pkgver
   python setup.py build
 
-  cd "$srcdir"/$pkgbase-$pkgver-python2
+  cd "$srcdir"/$_pkgname-$pkgver-python2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/$pkgbase-$pkgver
+  cd "$srcdir"/$_pkgname-$pkgver
   python setup.py pytest
 
-  cd "$srcdir"/$pkgbase-$pkgver-python2
+  cd "$srcdir"/$_pkgname-$pkgver-python2
   python2 setup.py pytest
 }
 
@@ -42,7 +43,7 @@
 package_python-lz4() {
   depends=('python')
 
-  cd $pkgbase-$pkgver
+  cd $_pkgname-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }
 
@@ -49,6 +50,6 @@
 package_python2-lz4() {
   depends=('python2')
 
-  cd $pkgbase-$pkgver-python2
+  cd $_pkgname-$pkgver-python2
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }


[arch-commits] Commit in python-lz4/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-20 Thread Giancarlo Razzolini via arch-commits
Date: Friday, April 20, 2018 @ 14:13:57
  Author: grazzolini
Revision: 317211

archrelease: copy trunk to community-x86_64

Added:
  python-lz4/repos/community-x86_64/PKGBUILD
(from rev 317210, python-lz4/trunk/PKGBUILD)
Deleted:
  python-lz4/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 14:13:20 UTC (rev 317210)
+++ PKGBUILD2018-04-20 14:13:57 UTC (rev 317211)
@@ -1,54 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Nissar Chababy 
-# Contributor: Thrasibule 
-# Contributor: David Manouchehri 
-# Contributor: Vladimir Tsanev 
-# Contributor: Andrew Reed 
-# Contributor: "Score_Under" 
-
-pkgbase=lz4
-pkgname=('python-lz4' 'python2-lz4')
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="LZ4 bindings for Python"
-arch=('x86_64')
-license=('BSD')
-url="https://github.com/python-lz4/python-lz4";
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.org/packages/source/${pkgbase:0:1}/$pkgbase/$pkgbase-${pkgver}.tar.gz";)
-sha512sums=('3119247e4334b0898b6258a286ea1e2ffeb2e6da958366ec9aefd48e476f05d16b0f059cf47954ea5efafab5a5de0c3f2a825c9e765b488618d75b2d60726c80')
-
-prepare() {
-  cp -a $pkgbase-${pkgver}{,-python2}
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$pkgbase-$pkgver-python2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/$pkgbase-$pkgver-python2
-  python2 setup.py pytest
-}
-
-package_python-lz4() {
-  depends=('python')
-
-  cd $pkgbase-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-lz4() {
-  depends=('python2')
-
-  cd $pkgbase-$pkgver-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-lz4/repos/community-x86_64/PKGBUILD (from rev 317210, 
python-lz4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 14:13:57 UTC (rev 317211)
@@ -0,0 +1,55 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Nissar Chababy 
+# Contributor: Thrasibule 
+# Contributor: David Manouchehri 
+# Contributor: Vladimir Tsanev 
+# Contributor: Andrew Reed 
+# Contributor: "Score_Under" 
+
+pkgbase=python-lz4
+_pkgname=lz4
+pkgname=('python-lz4' 'python2-lz4')
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="LZ4 bindings for Python"
+arch=('x86_64')
+license=('BSD')
+url="https://github.com/python-lz4/python-lz4";
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-${pkgver}.tar.gz";)
+sha512sums=('3119247e4334b0898b6258a286ea1e2ffeb2e6da958366ec9aefd48e476f05d16b0f059cf47954ea5efafab5a5de0c3f2a825c9e765b488618d75b2d60726c80')
+
+prepare() {
+  cp -a $_pkgname-${pkgver}{,-python2}
+}
+
+build() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$_pkgname-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/$_pkgname-$pkgver-python2
+  python2 setup.py pytest
+}
+
+package_python-lz4() {
+  depends=('python')
+
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-lz4() {
+  depends=('python2')
+
+  cd $_pkgname-$pkgver-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2018-04-20 Thread Eli Schwartz via arch-commits
Date: Friday, April 20, 2018 @ 14:35:23
  Author: eschwartz
Revision: 317212

upgpkg: flake8 1:3.5.0-2

Fix FS#58210 support pycodestyle >= 2.4.0

Modified:
  flake8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 14:13:57 UTC (rev 317211)
+++ PKGBUILD2018-04-20 14:35:23 UTC (rev 317212)
@@ -7,7 +7,7 @@
 pkgbase=flake8
 pkgname=(flake8 python2-flake8)
 pkgver=3.5.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="The modular source code checker: pep8, pyflakes and co"
 arch=('any')
@@ -17,10 +17,23 @@
  'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
  'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner')
 checkdepends=('python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz";)
-sha512sums=('36c6bd0166a0e8f9b8c99cfd7d92f21a4b8d761727185bbd0dff231001dbb495ed4128e2c60ab16bf3920a8a8394efb0127d9233962940333cfc346766736639')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz";
+
"https://gitlab.com/pycqa/flake8/commit/4fcbcccf381ce0987faa297173e4008b0490918f.patch";
+
"flake8-pycodestyle2.4-compat.patch::https://gitlab.com/pycqa/flake8/merge_requests/230.patch";
+
"flake8-pycodestyle2.4-new-checks.patch::https://gitlab.com/pycqa/flake8/merge_requests/231.patch";)
+sha512sums=('36c6bd0166a0e8f9b8c99cfd7d92f21a4b8d761727185bbd0dff231001dbb495ed4128e2c60ab16bf3920a8a8394efb0127d9233962940333cfc346766736639'
+
'16805e72ea65a0e7de0b90e4ac011ebe90e1d4ff6ff88616c8aa13a9a30f4de873f0bd0254ef3939ba2e00240e8127904d68ae6c4e6e7e8482011a7d0dfaf7cb'
+
'416eae6c7b9d08e64769a443ad5e1a67a5bb327d389ca0aad4685d974ad9f5dabc4d99271ec86cd08953630750e82d3c189f49ad05b8f8d1f6f3299451415c9c'
+
'9324b7b86ffc7e07b4e0889f3532d620cbf5a9967a5b2139293318a324d798f990ddf835901bc62b6a2f920f533f555a5e3b1449c91152fc8fff3b7b195c75ba')
 
 prepare() {
+  # update versions to what the next patch expects
+  patch -p1 -d flake8-$pkgver < 4fcbcccf381ce0987faa297173e4008b0490918f.patch
+  # fix renamed checks in newer pycodestyle versions
+  patch -p1 -d flake8-$pkgver < flake8-pycodestyle2.4-compat.patch
+  # add new pycodestyle 2.4.0 checks
+  patch -p1 -d flake8-$pkgver < flake8-pycodestyle2.4-new-checks.patch
+  # disable overly restrictive dependency pinning
   sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
   cp -a flake8-$pkgver{,-py2}
 }


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

2018-04-20 Thread Eli Schwartz via arch-commits
Date: Friday, April 20, 2018 @ 14:35:42
  Author: eschwartz
Revision: 317213

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 317212, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 14:35:23 UTC (rev 317212)
+++ PKGBUILD2018-04-20 14:35:42 UTC (rev 317213)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Karol "Kenji Takahashi" Woźniak 
-# Contributor: spider-mario 
-# Contributor: Allen Li 
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=3.5.0
-pkgrel=1
-epoch=1
-pkgdesc="The modular source code checker: pep8, pyflakes and co"
-arch=('any')
-url="http://flake8.pycqa.org";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
- 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner')
-checkdepends=('python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz";)
-sha512sums=('36c6bd0166a0e8f9b8c99cfd7d92f21a4b8d761727185bbd0dff231001dbb495ed4128e2c60ab16bf3920a8a8394efb0127d9233962940333cfc346766736639')
-
-prepare() {
-  sed -i -e 's/, *< *[0-9=.]*//' flake8-$pkgver/setup.py
-  cp -a flake8-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_flake8() {
-  depends=('python-pyflakes' 'python-mccabe' 'python-pycodestyle')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd "$srcdir"/flake8-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2-pyflakes' 'python2-mccabe' 'python2-pycodestyle' 
'python2-enum34'
-   'python2-configparser')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd "$srcdir"/flake8-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
-  mv "$pkgdir"/usr/bin/flake8{,-python2}
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 317212, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 14:35:42 UTC (rev 317213)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Karol "Kenji Takahashi" Woźniak 
+# Contributor: spider-mario 
+# Contributor: Allen Li 
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=3.5.0
+pkgrel=2
+epoch=1
+pkgdesc="The modular source code checker: pep8, pyflakes and co"
+arch=('any')
+url="http://flake8.pycqa.org";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'python-pycodestyle' 'python2-pycodestyle' 'python-mccabe' 
'python2-mccabe'
+ 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 
'python2-pytest-runner')
+checkdepends=('python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/flake8/archive/$pkgver.tar.gz";
+
"https://gitlab.com/pycqa/flake8/commit/4fcbcccf381ce0987faa297173e4008b0490918f.patch";
+
"flake8-pycodestyle2.4-compat.patch::https://gitlab.com/pycqa/flake8/merge_requests/230.patch";
+
"flake8-pycodestyle2.4-new-checks.patch::https://gitlab.com/pycqa/flake8/merge_requests/231.patch";)
+sha512sums=('36c6bd0166a0e8f9b8c99cfd7d92f21a4b8d761727185bbd0dff231001dbb495ed4128e2c60ab16bf3920a8a8394efb0127d9233962940333cfc346766736639'
+
'16805e72ea65a0e7de0b90e4ac011ebe90e1d4ff6ff88616c8aa13a9a30f4de873f0bd0254ef3939ba2e00240e8127904d68ae6c4e6e7e8482011a7d0dfaf7cb'
+
'416eae6c7b9d08e64769a443ad5e1a67a5bb327d389ca0aad4685d974ad9f5dabc4d99271ec86cd08953630750e82d3c189f49ad05b8f8d1f6f3299451415c9c'
+
'9324b7b86ffc7e07b4e0889f3532d620cbf5a9967a5b2139293318a324d798f990ddf835901bc62b6a2f920f533f555a5e3b1449c91152fc8fff3b7b195c75ba')
+
+prepare() {
+  # update versions to what the next patch expects
+  patch -p1 -d flake8-$pkgver < 4fcbcccf381ce0987faa297173e4008b0490918f.patch
+  # fix renamed checks in newer pycodestyle versions
+  patch -p1 -d flake8-$pkgver < flake8-pycodestyle2.4-compat.patch
+ 

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

2018-04-20 Thread Gaëtan Bisson via arch-commits
Date: Friday, April 20, 2018 @ 15:27:20
  Author: bisson
Revision: 322527

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 11:36:42 UTC (rev 322526)
+++ PKGBUILD2018-04-20 15:27:20 UTC (rev 322527)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.25.1
+pkgver=2.26
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('0c5ef21601c11e1aeccb3531a84658c4b67aeb9ab8db92a1da6d8cbad0a9faa4'
+sha256sums=('b1d6bfdd79060d864b8eff05b916153be04801998148620125e3ac31f99f6c86'
 'SKIP')
 
 build() {


[arch-commits] Commit in feh/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-20 Thread Gaëtan Bisson via arch-commits
Date: Friday, April 20, 2018 @ 15:27:51
  Author: bisson
Revision: 322528

archrelease: copy trunk to extra-x86_64

Added:
  feh/repos/extra-x86_64/PKGBUILD
(from rev 322527, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 15:27:20 UTC (rev 322527)
+++ PKGBUILD2018-04-20 15:27:51 UTC (rev 322528)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.25.1
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('0c5ef21601c11e1aeccb3531a84658c4b67aeb9ab8db92a1da6d8cbad0a9faa4'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 322527, feh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 15:27:51 UTC (rev 322528)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.26
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('b1d6bfdd79060d864b8eff05b916153be04801998148620125e3ac31f99f6c86'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-04-20 Thread Andrew Crerar via arch-commits
Date: Friday, April 20, 2018 @ 17:29:53
  Author: andrewsc
Revision: 317214

upgpkg: firefox-developer-edition 60.0b14-1

firefox-developer-edition: Updating to 60.0b14

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 14:35:42 UTC (rev 317213)
+++ PKGBUILD2018-04-20 17:29:53 UTC (rev 317214)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=60.0b13
+pkgver=60.0b14
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2018-04-20 Thread Andrew Crerar via arch-commits
Date: Friday, April 20, 2018 @ 17:30:32
  Author: andrewsc
Revision: 317215

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 317214, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 317214, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 317214, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 317214, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  356 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 595 insertions(+), 595 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 17:29:53 UTC (rev 317214)
+++ PKGBUILD2018-04-20 17:30:32 UTC (rev 317215)
@@ -1,178 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=60.0b13
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer";
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf' 
'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack' 'gtk2')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# 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
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-gold
-ac_add_options --enable-pie
-ac_add_options --enable-optimize="-O2"
-ac_add_options --enable-rust-simd
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_ADDON_SIGNING=1
-export MOZ_REQUIRE_SIGNING=0
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
-ac_add_options --enable-system-hunspell
-ac_add_options --enable-system-sqlite
-ac_add_options --enable-system-ff

[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2018-04-20 Thread Andrew Crerar via arch-commits
Date: Friday, April 20, 2018 @ 17:38:40
  Author: andrewsc
Revision: 317217

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 317216, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  464 ++---
 1 file changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 17:38:10 UTC (rev 317216)
+++ PKGBUILD2018-04-20 17:38:40 UTC (rev 317217)
@@ -1,232 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=60.0b13
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/";
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower 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"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  '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"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-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 Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('c12e2c35f5bc5c2f3668a39b56daa4851b58d3eda5c1c4559d164c2e2e54fef6edb80935bfee7b77e523fe1b4a1a9c98cbd2dec1f78bda221deebda43986'
-
'4bdcefc1f55ef2761226fa58347d8e70a51bd4b8c6e0d5be4b9b05901bd941a94d407942edbf8ee87d27d1e445ba9cce068c2ceb7358e3733a13897a181821f8'
-
'4a620724b06fcce5fec48f66a153baed6de26f8483d1ab18f89ea5f70631db26058c7852ac036b03e0877a85db5b7de22c66992fae848cf200d8ec7397d85171'
-
'e0fd7c3d947b0761398c5422f9eabe6a9bffa3930c4cd162b9f7676bb5edf6f2265a3539a237dfb97f01ad35a77eeda2d51c7cfdc56cb5cf1b215d5a51901cf0'
-
'f032e091f231bcfa05ec2e286b076dd306ef3000201918fc3eea722e8d5d5648718ead282869858348d38ca1e5e6e9a08d5863fcbd9c1dcdf3f85129642fc052'
-
'77a533e802cc0e86157ff994a12bc6e527104ac620cadbf6470dad8724f2773bd53978ed0660114d64d9f373a048c1a8e45e044978091e495b7afffa0cc3c37a'
-
'a37fbb94242a359578d767d62bc08a2d4e9318e06c5b66b8048400

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

2018-04-20 Thread Andrew Crerar via arch-commits
Date: Friday, April 20, 2018 @ 17:38:10
  Author: andrewsc
Revision: 317216

upgpkg: firefox-developer-edition-i18n 60.0b14-1

firefox-developer-edition-i18n: Updating to 60.0b14

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  196 ++---
 1 file changed, 98 insertions(+), 98 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 17:30:32 UTC (rev 317215)
+++ PKGBUILD2018-04-20 17:38:10 UTC (rev 317216)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=60.0b13
+pkgver=60.0b14
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('c12e2c35f5bc5c2f3668a39b56daa4851b58d3eda5c1c4559d164c2e2e54fef6edb80935bfee7b77e523fe1b4a1a9c98cbd2dec1f78bda221deebda43986'
-
'4bdcefc1f55ef2761226fa58347d8e70a51bd4b8c6e0d5be4b9b05901bd941a94d407942edbf8ee87d27d1e445ba9cce068c2ceb7358e3733a13897a181821f8'
-
'4a620724b06fcce5fec48f66a153baed6de26f8483d1ab18f89ea5f70631db26058c7852ac036b03e0877a85db5b7de22c66992fae848cf200d8ec7397d85171'
-
'e0fd7c3d947b0761398c5422f9eabe6a9bffa3930c4cd162b9f7676bb5edf6f2265a3539a237dfb97f01ad35a77eeda2d51c7cfdc56cb5cf1b215d5a51901cf0'
-
'f032e091f231bcfa05ec2e286b076dd306ef3000201918fc3eea722e8d5d5648718ead282869858348d38ca1e5e6e9a08d5863fcbd9c1dcdf3f85129642fc052'
-
'77a533e802cc0e86157ff994a12bc6e527104ac620cadbf6470dad8724f2773bd53978ed0660114d64d9f373a048c1a8e45e044978091e495b7afffa0cc3c37a'
-
'a37fbb94242a359578d767d62bc08a2d4e9318e06c5b66b8048400ee0908ee8c7477450261207b83d40c342d4868b08d7c69e978e6bef44b19470ed0a0bbb897'
-
'2fa6a50d46377f3281a47cd9c6727c8539d3f1f3de72cee5c8ac30fa3f07e04c748b0b22483718b7992714f47e087f90ef02d4595ac071547d8144b8da5b06e5'
-
'48983df859a4979a3fee601beb762c0e46219ea37f51bebcff03e576bfccb897a137ccf6bbca612dd7799253621634ce80fd353a20151365f61e67dbb9fa31cb'
-
'e6bd3b919e5768f8f223738f2f114acb4b72f4477ab0b37e5ae25f1aa754202d2c1989bfccecf15c7b11d001c6ddeb83346b84a9ee354b287736b2dd45d1bcd5'
-
'4782735794f9993c5124a44d60ba53fcb832b42a2a5075bf5e4581f8a4d9b56047eee305b9812d578bb44feace879b7a7c11d7b160603a4458e50c15a8cfcbd2'
-
'00b3bce8a79203ced3d7512fd0beceb5141378e76ecba5a71f5eb1c94691dc1fab464ac084c48e331344cdd01e2e25576b19442cbcdb427af45ec1a9c45c0c87'
-
'8ef17f3701a607be5046f300e72972efa02d9d29c554ec02a47b20e3e0c4cfcc42b5bc55a2ce126e5eddafe95e1990e8dc85ae429ddcf1405a7b7ade37ec7515'
-
'cab02cf8ff62e07dc21d943d8a57518b0ed8843fa52683f5ce276e7c2c8180fc072349495adf9c949f5861beab4efa41b840139b696b0904f50ef4ab24d8c5dc'
-
'd679d313ab5dedc89d64bed61594c7e91f9e9fc9e482d68efec471871bc9b88b4651777fcca4a685caec6fbd74f1cf49c36582a06e19127a1089ba59e642163f'
-
'd3949df73c5e17a8edb7f2dfc569a4f8235d388e3bfbe4c0a7de5f1da6f9df7f0bd550b698ceb8d81b983e079f3347c94934279223b3e2fc50f29bb42b62fb7f'
-
'fc590369f4cccb36aac0eaac360214d040fced59bcee00e5f8b82b6290162755039107a240d37159df16a2b7d6a3677d3a57b3fc7c2e916fa29ac3723c480e62'
-
'f771d89978f6442bb8abc295ba35519088c8a446b40651ead20861ec62b763c9e8f0e6a7b13edd0453de0f03e21ea8c6a6f784d77d14c3a80d4d10ea60d581bd'
-
'724ef8b8d3839f4e488e482426571b3055d78f57cd944d996e59598dabaf7f8a624243a7c03ad1edb19f6ade98fcb35a3e90372303d1b45b5abcba4768b63bb3'
-
'bbb495e5cfdb6caf07ca1f8b8603f10343f1f143b4e494d56e81f0fad15d377ac00b5f146dc9a9fcd857a4d054791dc0aff8d0e7a0a0907e5c66a741e85ab651'
-
'73e1ff2f65aaebb7cd568410bdcf3c23038806b018ca6ae11cbc420186526c51ebf9e09300f88479d5c0abe24773bfccd2b5e8d82e81cd864d795617d0b09a3b'
-
'efeab76822c1db7908bef433ea84f01ce7ff1c669d702c856feabc8f3102c096f0f215deb52e2ca4ce4b19e7116565c22728e35bbcbb9af0bcde73cd0fd53555'
-
'6cf528c20ad0092e3d4dcf75c199a7ea6ec0df80f9ce2f95b00c00b0920511673736c521cf3b540e334f6ffe5a8c1c110e1a4b53fa8a96f5d311ae3e9d19660d'
-
'51349cb2c006aaf7ecdfb4aa944717c72c71a387c28b72295d41eff435cb5fbadfae0c089c28157c83b73af530aa1d2762ef707d4384737eca7d27efaca3e3ba'
-
'd2b4f7de88d12d8f92ea1357a82e0b76f783c4d8e76dc84e40ff03e8ad91bada66c1deaacbf0b26a2add069f45a004f1467d5884dd57a89a7379d2bfb0599096'
-
'32bfcd73920838790803e5f71266d8c320befb004790a78249312d1cdc3f2b5a5fe878b47f2248a354fbf4bf7282ca860dc9d40342a8a882a0733c6876569375'
-
'511f5a0afc195be11b1fb920ac0df32d89d99c2e988fe81c00717c892e1bfd1e9c71844c1d9e088e87ab1710d332f73edeb777813e636808ba6e3822ad6e79ba'
-
'db3bc5d7cc413607b418479b02666961c318c3a2185b8e128fc2d5e80422b81aef951bf0202e62b01493d129b7bc0d8d609c30fb83965ed0dd97b91c6ac4ba12'
-
'a6cd2ff78b

[arch-commits] Commit in pacman/trunk (2 files)

2018-04-20 Thread Jan Steffens via arch-commits
Date: Friday, April 20, 2018 @ 17:45:28
  Author: heftig
Revision: 322529

5.0.2-3

Added:
  pacman/trunk/0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch
Modified:
  pacman/trunk/PKGBUILD

-+
 0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch |   38 
++
 PKGBUILD|   10 ++
 2 files changed, 47 insertions(+), 1 deletion(-)

Added: 0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch
===
--- 0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch 
(rev 0)
+++ 0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch 
2018-04-20 17:45:28 UTC (rev 322529)
@@ -0,0 +1,38 @@
+From c6ffa8bb3eea231c36dab87e6051c04b16e8c0e6 Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Fri, 20 Apr 2018 19:25:55 +0200
+Subject: [PATCH] libmakepkg: Support file 5.33's application/x-pie-executable
+
+file 5.33 introduces a new MIME type "application/x-pie-executable",
+which is used for relocatable binaries. makepkg ignored these binaries
+and did not attempt to strip them.
+
+Handle the new MIME type like the old "application/x-sharedlib".
+Stripping the binaries with --strip-unneeded to keep relocation
+information should be the correct thing to do.
+
+file 5.33 also misidentifies actual libraries as PIE executables, so we
+didn't strip any shared libraries, either. We now work around this bug.
+
+Signed-off-by: Jan Alexander Steffens (heftig) 
+---
+ scripts/libmakepkg/tidy/strip.sh.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/scripts/libmakepkg/tidy/strip.sh.in 
b/scripts/libmakepkg/tidy/strip.sh.in
+index e20114c0..36d1b89e 100644
+--- a/scripts/libmakepkg/tidy/strip.sh.in
 b/scripts/libmakepkg/tidy/strip.sh.in
+@@ -125,6 +125,8 @@ tidy_strip() {
+   esac;;
+   *application/x-executable*) # Binaries
+   strip_flags="$STRIP_BINARIES";;
++  *application/x-pie-executable*)  # Relocatable 
binaries
++  strip_flags="$STRIP_SHARED";;
+   *)
+   continue ;;
+   esac
+-- 
+2.17.0
+

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 15:27:51 UTC (rev 322528)
+++ PKGBUILD2018-04-20 17:45:28 UTC (rev 322529)
@@ -5,7 +5,7 @@
 
 pkgname=pacman
 pkgver=5.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A library-based package manager with dependency support"
 arch=('x86_64')
 url="http://www.archlinux.org/pacman/";
@@ -23,16 +23,24 @@
 validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD'  # Allan McRae 

   'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory 
(pacman) 
 
source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
+0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch
 pacman.conf.i686
 pacman.conf.x86_64
 makepkg.conf)
 sha256sums=('dfd36086ad68564bcd977f4a1fafe51dd328acd4a95093ac4bf1249be9c41f0e'
 'SKIP'
+'78129351e96d19e14b05bda30480df3e834a96153b7cfe72ca5c91f5cc5cae40'
 'cb76123c15ca9f2a467ebecb72af611f618fcc8431cf8b437d40fa2e61c23590'
 '95b3b2416402059cf6acf3e046082e7ce261e2b88629231dbf579a4200d8a63b'
 '6066d67d818ee36760bf121c76d5019130f7875b3e5ed179b319b810a3a9685b')
 
+prepare() {
+  cd "$pkgname-$pkgver"
 
+  # Fix up makepkg stripping with file 5.33
+  patch -Np1 -i 
../0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch
+}
+
 build() {
   cd "$pkgname-$pkgver"
 


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

2018-04-20 Thread Jan Steffens via arch-commits
Date: Friday, April 20, 2018 @ 17:46:26
  Author: heftig
Revision: 322530

archrelease: copy trunk to testing-x86_64

Added:
  pacman/repos/testing-x86_64/
  
pacman/repos/testing-x86_64/0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch
(from rev 322529, 
pacman/trunk/0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch)
  pacman/repos/testing-x86_64/PKGBUILD
(from rev 322529, pacman/trunk/PKGBUILD)
  pacman/repos/testing-x86_64/makepkg.conf
(from rev 322529, pacman/trunk/makepkg.conf)
  pacman/repos/testing-x86_64/pacman.conf.i686
(from rev 322529, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-x86_64/pacman.conf.x86_64
(from rev 322529, pacman/trunk/pacman.conf.x86_64)

-+
 0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch |   38 ++
 PKGBUILD|   99 ++
 makepkg.conf|  147 
++
 pacman.conf.i686|   91 ++
 pacman.conf.x86_64  |  100 ++
 5 files changed, 475 insertions(+)

Copied: 
pacman/repos/testing-x86_64/0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch
 (from rev 322529, 
pacman/trunk/0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch)
===
--- 
testing-x86_64/0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch  
(rev 0)
+++ 
testing-x86_64/0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch  
2018-04-20 17:46:26 UTC (rev 322530)
@@ -0,0 +1,38 @@
+From c6ffa8bb3eea231c36dab87e6051c04b16e8c0e6 Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Fri, 20 Apr 2018 19:25:55 +0200
+Subject: [PATCH] libmakepkg: Support file 5.33's application/x-pie-executable
+
+file 5.33 introduces a new MIME type "application/x-pie-executable",
+which is used for relocatable binaries. makepkg ignored these binaries
+and did not attempt to strip them.
+
+Handle the new MIME type like the old "application/x-sharedlib".
+Stripping the binaries with --strip-unneeded to keep relocation
+information should be the correct thing to do.
+
+file 5.33 also misidentifies actual libraries as PIE executables, so we
+didn't strip any shared libraries, either. We now work around this bug.
+
+Signed-off-by: Jan Alexander Steffens (heftig) 
+---
+ scripts/libmakepkg/tidy/strip.sh.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/scripts/libmakepkg/tidy/strip.sh.in 
b/scripts/libmakepkg/tidy/strip.sh.in
+index e20114c0..36d1b89e 100644
+--- a/scripts/libmakepkg/tidy/strip.sh.in
 b/scripts/libmakepkg/tidy/strip.sh.in
+@@ -125,6 +125,8 @@ tidy_strip() {
+   esac;;
+   *application/x-executable*) # Binaries
+   strip_flags="$STRIP_BINARIES";;
++  *application/x-pie-executable*)  # Relocatable 
binaries
++  strip_flags="$STRIP_SHARED";;
+   *)
+   continue ;;
+   esac
+-- 
+2.17.0
+

Copied: pacman/repos/testing-x86_64/PKGBUILD (from rev 322529, 
pacman/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-20 17:46:26 UTC (rev 322530)
@@ -0,0 +1,99 @@
+# vim: set ts=2 sw=2 et:
+# $Id$
+# Maintainer: Dan McGee 
+# Maintainer: Dave Reisner 
+
+pkgname=pacman
+pkgver=5.0.2
+pkgrel=3
+pkgdesc="A library-based package manager with dependency support"
+arch=('x86_64')
+url="http://www.archlinux.org/pacman/";
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('bash' 'glibc' 'libarchive' 'curl'
+ 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
+makedepends=('asciidoc')
+checkdepends=('python2' 'fakechroot')
+provides=('pacman-contrib')
+conflicts=('pacman-contrib')
+replaces=('pacman-contrib')
+backup=(etc/pacman.conf etc/makepkg.conf)
+options=('strip' 'debug')
+validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD'  # Allan McRae 

+  'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory 
(pacman) 
+source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
+0001-libmakepkg-Support-file-5.33-s-application-x-pie-exe.patch
+pacman.conf.i686
+pacman.conf.x86_64
+makepkg.conf)
+sha256sums=('dfd36086ad68564bcd977f4a1fafe51dd328acd4a95093ac4bf1249be9c41f0e'
+'SKIP'
+'78129351e96d19e14b05bda30480df3e834a96153b7cfe72ca5c91f5cc5cae40'
+'cb76123c15ca9f2a467ebecb72af611f618fcc8431cf8b437d40fa2e61c23590'
+'95b3b24

[arch-commits] Commit in poppler/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-04-20 Thread Andreas Radke via arch-commits
Date: Friday, April 20, 2018 @ 18:25:52
  Author: andyrtr
Revision: 322532

archrelease: copy trunk to staging-x86_64

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

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

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 322531, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-20 18:25:52 UTC (rev 322532)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt5')
+pkgver=0.64.0
+pkgrel=1
+arch=(x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
+ 'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 
'curl' 'poppler-data'
+ 'cmake' 'python') 
+options=('!emptydirs')
+url="https://poppler.freedesktop.org/";
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=0d2bfd4)
+sha256sums=('b21df92ca99f78067785cf2dc8e06deb04726b62389c0ee1f5d8b103c77f64b1'
+'SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DENABLE_XPDF_HEADERS=ON \
+-DENABLE_GTK_DOC=ON
+  make
+}
+
+check() {
+  cd build
+  LANG=en_US.UTF8 make test
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'lcms2' 'nss' 
'curl')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  conflicts=("poppler-qt3<${pkgver}" "poppler-qt4<${pkgver}")
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # cleanup for splitted build
+  rm -vrf "${pkgdir}"/usr/include/poppler/{glib,qt5}
+  rm -vf "${pkgdir}"//usr/lib/libpoppler-{glib,qt5}.*
+  rm -vf "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt5}.pc
+  rm -vrf "${pkgdir}"/usr/{lib,share}/gir*
+  rm -vrf "${pkgdir}"/usr/share/gtk-doc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+
+  cd build
+
+  make -C glib DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -vf "${pkgdir}"/usr/lib/libpoppler.*
+  rm -vf "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt5() {
+  pkgdesc="Poppler Qt5 bindings"
+  depends=("poppler=${pkgver}" 'qt5-base')
+
+  cd build
+  make -C qt5 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
+}
+


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

2018-04-20 Thread Andreas Radke via arch-commits
Date: Friday, April 20, 2018 @ 18:25:39
  Author: andyrtr
Revision: 322531

upgpkg: poppler 0.64.0-1

upstream update 0.64.0

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 17:46:26 UTC (rev 322530)
+++ PKGBUILD2018-04-20 18:25:39 UTC (rev 322531)
@@ -4,7 +4,7 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt5')
-pkgver=0.63.0
+pkgver=0.64.0
 pkgrel=1
 arch=(x86_64)
 license=('GPL')
@@ -15,7 +15,7 @@
 url="https://poppler.freedesktop.org/";
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
 
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=0d2bfd4)
-sha256sums=('27cc8addafc791e1a26ce6acc2b490926ea73a4f89196dd8a7742cff7cf8a111'
+sha256sums=('b21df92ca99f78067785cf2dc8e06deb04726b62389c0ee1f5d8b103c77f64b1'
 'SKIP')
 
 prepare() {


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

2018-04-20 Thread Jelle van der Waa via arch-commits
Date: Friday, April 20, 2018 @ 18:42:23
  Author: jelle
Revision: 317218

upgpkg: termite 13-3

Modified:
  termite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 17:38:40 UTC (rev 317217)
+++ PKGBUILD2018-04-20 18:42:23 UTC (rev 317218)
@@ -4,7 +4,7 @@
 pkgbase=termite
 pkgname=('termite' 'termite-terminfo')
 pkgver=13
-pkgrel=2
+pkgrel=3
 pkgdesc="A simple VTE-based terminal"
 url="https://github.com/thestinger/termite/";
 license=('LGPL')


[arch-commits] Commit in termite/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-20 Thread Jelle van der Waa via arch-commits
Date: Friday, April 20, 2018 @ 18:43:08
  Author: jelle
Revision: 317219

archrelease: copy trunk to community-x86_64

Added:
  termite/repos/community-x86_64/PKGBUILD
(from rev 317218, termite/trunk/PKGBUILD)
Deleted:
  termite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-20 18:42:23 UTC (rev 317218)
+++ PKGBUILD2018-04-20 18:43:08 UTC (rev 317219)
@@ -1,67 +0,0 @@
-# $Id$
-# Contributor: Daniel Micay 
-
-pkgbase=termite
-pkgname=('termite' 'termite-terminfo')
-pkgver=13
-pkgrel=2
-pkgdesc="A simple VTE-based terminal"
-url="https://github.com/thestinger/termite/";
-license=('LGPL')
-arch=('x86_64')
-depends=('gtk3' 'pcre2' 'gnutls' 'vte-common')
-makedepends=('git' 'ncurses' 'intltool' 'gperf' 'gtk-doc')
-_vtever=0.50.2.a
-source=("git+https://github.com/thestinger/termite#tag=v$pkgver";
-"git+https://github.com/thestinger/vte-ng#tag=$_vtever";
-"termite-util::git+https://github.com/thestinger/util";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd vte-ng
-  echo 'sources: $(BUILT_SOURCES)' >> src/Makefile.am 
-  NOCONFIGURE=1 ./autogen.sh
-
-  cd ../$pkgbase
-  git submodule init
-  git config --local submodule.util.url "$srcdir/termite-util"
-  git submodule update
-}
-
-build() {
-  cd vte-ng
-  ./configure \
---prefix="$srcdir/vte-static" \
---localedir="/usr/share/$pkgbase/locale" \
---enable-static \
---disable-shared \
-enable_introspection=no \
-enable_vala=no \
---disable-gtk-doc \
---disable-glade-catalogue
-  make -C src sources install-exec install-data
-  make install-pkgconfigDATA
-
-  cd ../$pkgbase
-  export PKG_CONFIG_PATH="$srcdir/vte-static/lib/pkgconfig"
-  make
-}
-
-package_termite() {
-  depends+=('termite-terminfo')
-  backup=(etc/xdg/termite/config)
-
-  make -C vte-ng/po DESTDIR="$pkgdir" install-data
-  make -C $pkgbase DESTDIR="$pkgdir" PREFIX=/usr install
-  rm -r "$pkgdir/usr/share/terminfo"
-}
-
-package_termite-terminfo() {
-  pkgdesc='Terminfo for Termite, a simple VTE-based terminal'
-  depends=('ncurses')
-
-  mkdir -p "$pkgdir/usr/share/terminfo"
-  tic -x -o "$pkgdir/usr/share/terminfo" $pkgbase/termite.terminfo
-}

Copied: termite/repos/community-x86_64/PKGBUILD (from rev 317218, 
termite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-20 18:43:08 UTC (rev 317219)
@@ -0,0 +1,67 @@
+# $Id$
+# Contributor: Daniel Micay 
+
+pkgbase=termite
+pkgname=('termite' 'termite-terminfo')
+pkgver=13
+pkgrel=3
+pkgdesc="A simple VTE-based terminal"
+url="https://github.com/thestinger/termite/";
+license=('LGPL')
+arch=('x86_64')
+depends=('gtk3' 'pcre2' 'gnutls' 'vte-common')
+makedepends=('git' 'ncurses' 'intltool' 'gperf' 'gtk-doc')
+_vtever=0.50.2.a
+source=("git+https://github.com/thestinger/termite#tag=v$pkgver";
+"git+https://github.com/thestinger/vte-ng#tag=$_vtever";
+"termite-util::git+https://github.com/thestinger/util";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd vte-ng
+  echo 'sources: $(BUILT_SOURCES)' >> src/Makefile.am 
+  NOCONFIGURE=1 ./autogen.sh
+
+  cd ../$pkgbase
+  git submodule init
+  git config --local submodule.util.url "$srcdir/termite-util"
+  git submodule update
+}
+
+build() {
+  cd vte-ng
+  ./configure \
+--prefix="$srcdir/vte-static" \
+--localedir="/usr/share/$pkgbase/locale" \
+--enable-static \
+--disable-shared \
+enable_introspection=no \
+enable_vala=no \
+--disable-gtk-doc \
+--disable-glade-catalogue
+  make -C src sources install-exec install-data
+  make install-pkgconfigDATA
+
+  cd ../$pkgbase
+  export PKG_CONFIG_PATH="$srcdir/vte-static/lib/pkgconfig"
+  make
+}
+
+package_termite() {
+  depends+=('termite-terminfo')
+  backup=(etc/xdg/termite/config)
+
+  make -C vte-ng/po DESTDIR="$pkgdir" install-data
+  make -C $pkgbase DESTDIR="$pkgdir" PREFIX=/usr install
+  rm -r "$pkgdir/usr/share/terminfo"
+}
+
+package_termite-terminfo() {
+  pkgdesc='Terminfo for Termite, a simple VTE-based terminal'
+  depends=('ncurses')
+
+  mkdir -p "$pkgdir/usr/share/terminfo"
+  tic -x -o "$pkgdir/usr/share/terminfo" $pkgbase/termite.terminfo
+}


[arch-commits] Commit in cups-filters/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-04-20 Thread Evangelos Foutras via arch-commits
Date: Friday, April 20, 2018 @ 19:04:54
  Author: foutrelis
Revision: 322534

archrelease: copy trunk to staging-x86_64

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

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

Copied: cups-filters/repos/staging-x86_64/PKGBUILD (from rev 322533, 
cups-filters/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-20 19:04:54 UTC (rev 322534)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.20.3
+pkgrel=2
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters";
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # 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'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b9a171c8270fcffc168845325c5358bdc38f716fad115278bbdfd44f7c428bc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
+--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 cups group from cups pkg FS#56818
+  chgrp -R 209 ${pkgdir}/etc/cups
+
+  # license
+  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2018-04-20 Thread Evangelos Foutras via arch-commits
Date: Friday, April 20, 2018 @ 19:04:48
  Author: foutrelis
Revision: 322533

poppler 0.64.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 18:25:52 UTC (rev 322532)
+++ PKGBUILD2018-04-20 19:04:48 UTC (rev 322533)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.20.3
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters";


  1   2   >