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

2018-12-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 12, 2018 @ 15:15:02
  Author: spupykin
Revision: 415596

archrelease: copy trunk to community-any

Added:
  psi-l10n/repos/community-any/PKGBUILD
(from rev 415595, psi-l10n/trunk/PKGBUILD)
Deleted:
  psi-l10n/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 15:14:50 UTC (rev 415595)
+++ PKGBUILD2018-12-12 15:15:02 UTC (rev 415596)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 264278 2017-10-25 15:45:36Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=psi-l10n
-pkgver=1.3
-pkgrel=4
-pkgdesc="Language packs for Psi"
-arch=('any')
-url="https://psi-im.org;
-license=('GPL2')
-depends=('psi')
-makedepends=('qt5-tools')
-options=('!strip' '!zipman')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/psi-l10n/archive/$pkgver.tar.gz;)
-sha256sums=('122fb6e45e511fe96d8a84beb86e8e6fcb11500f468f9e97b52fddf193041378')
-
-build() {
-   cd psi-l10n-$pkgver/translations
-   for langfile in *.ts; do
-   lrelease-qt5 "$langfile"
-   done
-}
-
-package() {
-   cd psi-l10n-$pkgver/translations
-   install -v -dm755 "$pkgdir/usr/share/psi/translations"
-   install -v -m644 *.qm "$pkgdir/usr/share/psi/translations"
-}

Copied: psi-l10n/repos/community-any/PKGBUILD (from rev 415595, 
psi-l10n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 15:15:02 UTC (rev 415596)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=psi-l10n
+pkgver=1.4
+pkgrel=1
+pkgdesc="Language packs for Psi"
+arch=('any')
+url="https://psi-im.org;
+license=('GPL2')
+depends=('psi')
+makedepends=('qt5-tools')
+options=('!strip' '!zipman')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/psi-l10n/archive/$pkgver.tar.gz;)
+sha256sums=('a3b228d89982f505eac81faab92ac98a792e91197c255736f390e862f9978a63')
+
+build() {
+   cd psi-l10n-$pkgver/translations
+   for langfile in *.ts; do
+   lrelease-qt5 "$langfile"
+   done
+}
+
+package() {
+   cd psi-l10n-$pkgver/translations
+   install -v -dm755 "$pkgdir/usr/share/psi/translations"
+   install -v -m644 *.qm "$pkgdir/usr/share/psi/translations"
+}


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

2018-12-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 12, 2018 @ 15:14:19
  Author: spupykin
Revision: 415592

archrelease: copy trunk to community-any

Added:
  perl-specio/repos/community-any/PKGBUILD
(from rev 415591, perl-specio/trunk/PKGBUILD)
Deleted:
  perl-specio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 15:14:06 UTC (rev 415591)
+++ PKGBUILD2018-12-12 15:14:19 UTC (rev 415592)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 191857 2016-10-10 11:17:38Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-specio
-pkgver=0.42
-pkgrel=1
-pkgdesc="Type constraints and coercions for Perl"
-arch=('any')
-url="http://search.cpan.org/dist/Specio;
-license=('GPL' 'PerlArtistic')
-depends=('perl-role-tiny' 'perl-test-fatal' 'perl-mro-compat' 
'perl-devel-stacktrace')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Specio-$pkgver.tar.gz)
-sha256sums=('23298b93a26d7ae3c1d58106f5898d84ddc71b626afdbf801bddb04d5e524ef6')
-
-build() {
-  cd  "$srcdir"/Specio-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-package() {
-  cd  "$srcdir"/Specio-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-specio/repos/community-any/PKGBUILD (from rev 415591, 
perl-specio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 15:14:19 UTC (rev 415592)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-specio
+pkgver=0.43
+pkgrel=1
+pkgdesc="Type constraints and coercions for Perl"
+arch=('any')
+url="http://search.cpan.org/dist/Specio;
+license=('GPL' 'PerlArtistic')
+depends=('perl-role-tiny' 'perl-test-fatal' 'perl-mro-compat' 
'perl-devel-stacktrace')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Specio-$pkgver.tar.gz)
+sha256sums=('3cd0debf7b6404127d5e0bb7fb78cfef9df5e2519d3d6ad7113b59ad1da9fa1d')
+
+build() {
+  cd  "$srcdir"/Specio-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  "$srcdir"/Specio-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2018-12-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 12, 2018 @ 15:14:50
  Author: spupykin
Revision: 415595

upgpkg: psi-l10n 1.4-1

Modified:
  psi-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 15:14:41 UTC (rev 415594)
+++ PKGBUILD2018-12-12 15:14:50 UTC (rev 415595)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=psi-l10n
-pkgver=1.3
-pkgrel=4
+pkgver=1.4
+pkgrel=1
 pkgdesc="Language packs for Psi"
 arch=('any')
 url="https://psi-im.org;
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools')
 options=('!strip' '!zipman')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-im/psi-l10n/archive/$pkgver.tar.gz;)
-sha256sums=('122fb6e45e511fe96d8a84beb86e8e6fcb11500f468f9e97b52fddf193041378')
+sha256sums=('a3b228d89982f505eac81faab92ac98a792e91197c255736f390e862f9978a63')
 
 build() {
cd psi-l10n-$pkgver/translations


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

2018-12-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 12, 2018 @ 15:14:41
  Author: spupykin
Revision: 415594

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 415593, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 15:14:26 UTC (rev 415593)
+++ PKGBUILD2018-12-12 15:14:41 UTC (rev 415594)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.8.3
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mysql-clients' 'php')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-sha256sums=('95f2692094d31c2c323d4767023583ab112ad54fff9e3af372710fcb676151af')
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
-  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
-  cd "$_instdir"
-
-  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
-  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 415593, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 15:14:41 UTC (rev 415594)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Manolis Tzanidakis 
+# Contributor: Simon Lackerbauer 
+
+pkgname=phpmyadmin
+pkgver=4.8.4
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mysql-clients' 'php')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
+sha256sums=('e3d07cf070983bda327b9f3029ef1941c692ebad29275028948b0e11fa55990d')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
+  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
+  cd "$_instdir"
+
+  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
+  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
+}


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

2018-12-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 12, 2018 @ 15:14:26
  Author: spupykin
Revision: 415593

upgpkg: phpmyadmin 4.8.4-1

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 15:14:19 UTC (rev 415592)
+++ PKGBUILD2018-12-12 15:14:26 UTC (rev 415593)
@@ -6,7 +6,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.8.3
+pkgver=4.8.4
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -15,7 +15,7 @@
 depends=('mysql-clients' 'php')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-sha256sums=('95f2692094d31c2c323d4767023583ab112ad54fff9e3af372710fcb676151af')
+sha256sums=('e3d07cf070983bda327b9f3029ef1941c692ebad29275028948b0e11fa55990d')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin


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

2018-12-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 12, 2018 @ 15:14:06
  Author: spupykin
Revision: 415591

upgpkg: perl-specio 0.43-1

Modified:
  perl-specio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 15:13:58 UTC (rev 415590)
+++ PKGBUILD2018-12-12 15:14:06 UTC (rev 415591)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=perl-specio
-pkgver=0.42
+pkgver=0.43
 pkgrel=1
 pkgdesc="Type constraints and coercions for Perl"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('perl-role-tiny' 'perl-test-fatal' 'perl-mro-compat' 
'perl-devel-stacktrace')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Specio-$pkgver.tar.gz)
-sha256sums=('23298b93a26d7ae3c1d58106f5898d84ddc71b626afdbf801bddb04d5e524ef6')
+sha256sums=('3cd0debf7b6404127d5e0bb7fb78cfef9df5e2519d3d6ad7113b59ad1da9fa1d')
 
 build() {
   cd  "$srcdir"/Specio-$pkgver


[arch-commits] Commit in perl-list-allutils/repos/community-any (PKGBUILD PKGBUILD)

2018-12-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 12, 2018 @ 15:13:58
  Author: spupykin
Revision: 415590

archrelease: copy trunk to community-any

Added:
  perl-list-allutils/repos/community-any/PKGBUILD
(from rev 415589, perl-list-allutils/trunk/PKGBUILD)
Deleted:
  perl-list-allutils/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 15:13:46 UTC (rev 415589)
+++ PKGBUILD2018-12-12 15:13:58 UTC (rev 415590)
@@ -1,39 +0,0 @@
-# CPAN Name  : List::AllUtils
-# Contributor: Anton Leontiev 
-# Generator  : CPANPLUS::Dist::Arch 1.29
-
-pkgname=perl-list-allutils
-pkgver=0.14
-pkgrel=4
-pkgdesc='Perl package that combines List::Util and List::MoreUtils in one 
bite-sized package'
-arch=('any')
-url='http://search.cpan.org/dist/List-AllUtils'
-license=('Artistic2.0')
-depends=('perl>=5.19.3' 'perl-list-moreutils>=0.28' 
'perl-scalar-list-utils>=1.45'
-'perl-list-someutils' 'perl-list-utilsby')
-checkdepends=('perl-test-warnings')
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-$pkgver.tar.gz)
-options=(!emptydirs)
-sha256sums=('e45aa65927ae1975a000cc2fed14274627fa5e2bd09bab826a5f2c41d17ef6cd')
-
-build() {
-   cd List-AllUtils-$pkgver
-   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-   /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
-   make
-}
-
-check() {
-   cd List-AllUtils-$pkgver
-   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-   export PERL_MM_USE_DEFAULT=1
-   make test
-}
-
-package() {
-   cd List-AllUtils-$pkgver
-   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-   make install DESTDIR="$pkgdir"
-   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-list-allutils/repos/community-any/PKGBUILD (from rev 415589, 
perl-list-allutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 15:13:58 UTC (rev 415590)
@@ -0,0 +1,39 @@
+# CPAN Name  : List::AllUtils
+# Contributor: Anton Leontiev 
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname=perl-list-allutils
+pkgver=0.15
+pkgrel=1
+pkgdesc='Perl package that combines List::Util and List::MoreUtils in one 
bite-sized package'
+arch=('any')
+url='http://search.cpan.org/dist/List-AllUtils'
+license=('Artistic2.0')
+depends=('perl>=5.19.3' 'perl-list-moreutils>=0.28' 
'perl-scalar-list-utils>=1.45'
+'perl-list-someutils' 'perl-list-utilsby')
+checkdepends=('perl-test-warnings')
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-$pkgver.tar.gz)
+options=(!emptydirs)
+sha256sums=('3711fac729321d3aad8356a756fd9272094f227aa048866a3751f9d8ea6cc95d')
+
+build() {
+   cd List-AllUtils-$pkgver
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+   /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
+   make
+}
+
+check() {
+   cd List-AllUtils-$pkgver
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   export PERL_MM_USE_DEFAULT=1
+   make test
+}
+
+package() {
+   cd List-AllUtils-$pkgver
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   make install DESTDIR="$pkgdir"
+   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2018-12-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 12, 2018 @ 15:13:23
  Author: spupykin
Revision: 415587

upgpkg: perl-dbd-sqlite2 0.38-1

Modified:
  perl-dbd-sqlite2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 15:13:17 UTC (rev 415586)
+++ PKGBUILD2018-12-12 15:13:23 UTC (rev 415587)
@@ -2,8 +2,8 @@
 # Maintainer: Charles Mauch 
 
 pkgname=perl-dbd-sqlite2
-pkgver=0.37
-pkgrel=6
+pkgver=0.38
+pkgrel=1
 pkgdesc="Perl/CPAN Module DBD::SQLite2"
 arch=("x86_64")
 url="http://search.cpan.org/dist/DBD-SQLite2;
@@ -10,7 +10,7 @@
 license=("GPL" "PerlArtistic")
 depends=("perl-dbi")
 
source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/DBD-SQLite2-$pkgver.tar.gz;)
-md5sums=('f05f60d8a54f0024abb3b3e39861ee3d')
+sha256sums=('75c2e0cb76e4f9e51a5cdf986be3bf1471d478ad7b215db2f5b7c8582ac17e33')
 
 build() {
   cd DBD-SQLite2-${pkgver}


[arch-commits] Commit in nextcloud-app-bookmarks/repos/community-any (2 files)

2018-12-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 12, 2018 @ 15:12:57
  Author: spupykin
Revision: 415584

archrelease: copy trunk to community-any

Added:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 415583, nextcloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 15:12:43 UTC (rev 415583)
+++ PKGBUILD2018-12-12 15:12:57 UTC (rev 415584)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=0.14.2
-pkgrel=1
-pkgdesc="Bookmarks app for nextcloud"
-arch=('any')
-url="http://nextcloud.com;
-license=('GPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('84ca08d48db774b1afeb90a009e55ef4d8a316d9d4114d5ff6311b615a284c6d')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
-}

Copied: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 415583, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 15:12:57 UTC (rev 415584)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=0.14.3
+pkgrel=1
+pkgdesc="Bookmarks app for nextcloud"
+arch=('any')
+url="http://nextcloud.com;
+license=('GPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
+sha256sums=('0c90765edb699e35e550cf7b4a27db1c30c5405637d06a619cf44770289bf468')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}


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

2018-12-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 12, 2018 @ 15:13:46
  Author: spupykin
Revision: 415589

upgpkg: perl-list-allutils 0.15-1

Modified:
  perl-list-allutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 15:13:36 UTC (rev 415588)
+++ PKGBUILD2018-12-12 15:13:46 UTC (rev 415589)
@@ -3,8 +3,8 @@
 # Generator  : CPANPLUS::Dist::Arch 1.29
 
 pkgname=perl-list-allutils
-pkgver=0.14
-pkgrel=4
+pkgver=0.15
+pkgrel=1
 pkgdesc='Perl package that combines List::Util and List::MoreUtils in one 
bite-sized package'
 arch=('any')
 url='http://search.cpan.org/dist/List-AllUtils'
@@ -14,7 +14,7 @@
 checkdepends=('perl-test-warnings')
 
source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-$pkgver.tar.gz)
 options=(!emptydirs)
-sha256sums=('e45aa65927ae1975a000cc2fed14274627fa5e2bd09bab826a5f2c41d17ef6cd')
+sha256sums=('3711fac729321d3aad8356a756fd9272094f227aa048866a3751f9d8ea6cc95d')
 
 build() {
cd List-AllUtils-$pkgver


[arch-commits] Commit in perl-dbd-sqlite2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 12, 2018 @ 15:13:36
  Author: spupykin
Revision: 415588

archrelease: copy trunk to community-x86_64

Added:
  perl-dbd-sqlite2/repos/community-x86_64/PKGBUILD
(from rev 415587, perl-dbd-sqlite2/trunk/PKGBUILD)
Deleted:
  perl-dbd-sqlite2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 15:13:23 UTC (rev 415587)
+++ PKGBUILD2018-12-12 15:13:36 UTC (rev 415588)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-dbd-sqlite2
-pkgver=0.37
-pkgrel=6
-pkgdesc="Perl/CPAN Module DBD::SQLite2"
-arch=("x86_64")
-url="http://search.cpan.org/dist/DBD-SQLite2;
-license=("GPL" "PerlArtistic")
-depends=("perl-dbi")
-source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/DBD-SQLite2-$pkgver.tar.gz;)
-md5sums=('f05f60d8a54f0024abb3b3e39861ee3d')
-
-build() {
-  cd DBD-SQLite2-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd DBD-SQLite2-${pkgver}
-
-  make install DESTDIR="$pkgdir"
-
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-dbd-sqlite2/repos/community-x86_64/PKGBUILD (from rev 415587, 
perl-dbd-sqlite2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 15:13:36 UTC (rev 415588)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-dbd-sqlite2
+pkgver=0.38
+pkgrel=1
+pkgdesc="Perl/CPAN Module DBD::SQLite2"
+arch=("x86_64")
+url="http://search.cpan.org/dist/DBD-SQLite2;
+license=("GPL" "PerlArtistic")
+depends=("perl-dbi")
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/DBD-SQLite2-$pkgver.tar.gz;)
+sha256sums=('75c2e0cb76e4f9e51a5cdf986be3bf1471d478ad7b215db2f5b7c8582ac17e33')
+
+build() {
+  cd DBD-SQLite2-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd DBD-SQLite2-${pkgver}
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-dbd-odbc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 12, 2018 @ 15:13:17
  Author: spupykin
Revision: 415586

archrelease: copy trunk to community-x86_64

Added:
  perl-dbd-odbc/repos/community-x86_64/PKGBUILD
(from rev 415585, perl-dbd-odbc/trunk/PKGBUILD)
Deleted:
  perl-dbd-odbc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 15:13:05 UTC (rev 415585)
+++ PKGBUILD2018-12-12 15:13:17 UTC (rev 415586)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-dbd-odbc
-pkgver=1.56
-pkgrel=5
-pkgdesc="ODBC Driver for DBI"
-arch=('x86_64')
-url="http://search.cpan.org/dist/DBD-ODBC/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi' 'perl' 'unixodbc')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz;)
-md5sums=('fdbe7a1fada61bc7c9a1ddaeff21b7ed')
-
-build() {
-  cd  DBD-ODBC-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  DBD-ODBC-${pkgver}
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-dbd-odbc/repos/community-x86_64/PKGBUILD (from rev 415585, 
perl-dbd-odbc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 15:13:17 UTC (rev 415586)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-dbd-odbc
+pkgver=1.60
+pkgrel=1
+pkgdesc="ODBC Driver for DBI"
+arch=('x86_64')
+url="http://search.cpan.org/dist/DBD-ODBC/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'perl' 'unixodbc')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz;)
+sha256sums=('bd0ed6134349fbf7562b0873e85799c56a08c643f11f286ff2126595cf4ced4b')
+
+build() {
+  cd  DBD-ODBC-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  DBD-ODBC-${pkgver}
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2018-12-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 12, 2018 @ 15:13:05
  Author: spupykin
Revision: 415585

upgpkg: perl-dbd-odbc 1.60-1

Modified:
  perl-dbd-odbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 15:12:57 UTC (rev 415584)
+++ PKGBUILD2018-12-12 15:13:05 UTC (rev 415585)
@@ -2,8 +2,8 @@
 # Contributor: François Charette 
 
 pkgname=perl-dbd-odbc
-pkgver=1.56
-pkgrel=5
+pkgver=1.60
+pkgrel=1
 pkgdesc="ODBC Driver for DBI"
 arch=('x86_64')
 url="http://search.cpan.org/dist/DBD-ODBC/;
@@ -11,7 +11,7 @@
 depends=('perl-dbi' 'perl' 'unixodbc')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz;)
-md5sums=('fdbe7a1fada61bc7c9a1ddaeff21b7ed')
+sha256sums=('bd0ed6134349fbf7562b0873e85799c56a08c643f11f286ff2126595cf4ced4b')
 
 build() {
   cd  DBD-ODBC-${pkgver}


[arch-commits] Commit in nextcloud-app-bookmarks/trunk (PKGBUILD)

2018-12-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 12, 2018 @ 15:12:43
  Author: spupykin
Revision: 415583

upgpkg: nextcloud-app-bookmarks 1:0.14.3-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 14:50:08 UTC (rev 415582)
+++ PKGBUILD2018-12-12 15:12:43 UTC (rev 415583)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=0.14.2
+pkgver=0.14.3
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('84ca08d48db774b1afeb90a009e55ef4d8a316d9d4114d5ff6311b615a284c6d')
+sha256sums=('0c90765edb699e35e550cf7b4a27db1c30c5405637d06a619cf44770289bf468')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


[arch-commits] Commit in redis/repos/community-x86_64 (14 files)

2018-12-12 Thread Andrew Crerar via arch-commits
Date: Wednesday, December 12, 2018 @ 14:50:08
  Author: andrewsc
Revision: 415582

archrelease: copy trunk to community-x86_64

Added:
  redis/repos/community-x86_64/PKGBUILD
(from rev 415581, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-5.0-use-system-jemalloc.patch
(from rev 415581, redis/trunk/redis-5.0-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 415581, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.logrotate
(from rev 415581, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 415581, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.sysusers
(from rev 415581, redis/trunk/redis.sysusers)
  redis/repos/community-x86_64/redis.tmpfiles
(from rev 415581, redis/trunk/redis.tmpfiles)
Deleted:
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-5.0-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service
  redis/repos/community-x86_64/redis.sysusers
  redis/repos/community-x86_64/redis.tmpfiles

-+
 PKGBUILD|  114 +-
 redis-5.0-use-system-jemalloc.patch |   30 
 redis.conf-sane-defaults.patch  |   24 +++
 redis.logrotate |   10 +-
 redis.service   |   44 ++---
 redis.sysusers  |2 
 redis.tmpfiles  |2 
 7 files changed, 113 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 14:49:28 UTC (rev 415581)
+++ PKGBUILD2018-12-12 14:50:08 UTC (rev 415582)
@@ -1,57 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Sergej Pupykin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Jan-Erik Rediger 
-# Contributor: nofxx .com>
-
-pkgname=redis
-pkgver=5.0.2
-pkgrel=1
-pkgdesc='Advanced key-value store'
-arch=('x86_64')
-url='https://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service
-redis.sysusers
-redis.tmpfiles
-redis.logrotate
-redis.conf-sane-defaults.patch
-redis-5.0-use-system-jemalloc.patch)
-sha512sums=('0af94e2a0390d99aa2290f6a211a1173c7f8f1e7843792d5177271bac1c432b135756b4e94437abd0ac85d18be5a7aa05ff931cc900348c7c9c7872d759de2ce'
-
'86018ddd6625f918295e10f9478da361f73a6dbd6c6b8e4b974201669bcccbd4dba443bb0844be68f6ab8d5a1762b32af04c5e12df53b1f0ea812b790d9f4e37'
-
'2227dfb41bf5112f91716f011862ba5fade220aea3b6a8134a5a05ee3af6d1cca05b08d793a486be97df98780bf43ac5dc4e5e9989ae0c5cd4e1eedb6cee5d71'
-
'68f7bc12e3b95cb199b71255c6aa5bfaa431fbabbc7d2308e54347c0d35e6d8091c4a79a5a6b56494ab3a294f9389e3ec63902931920862f60b1ffe77222eeeb'
-
'df11492df0458b224f75fff31475d39b85116cba6deb06d80d0fd8c467d221db51a2a8f5fc5d2e3e8239c0718e1cf5dc12e99cac9019cb99d3f11835ad00aa5d'
-
'fe9748e0ab326e429f4183016b5aeb772199cd4688371c320811c25f8de2fcb7bc34955b359612c1a287e83b4afaba3b7fd6a6567fad66c04e8482cc802f3b50'
-
'55b4085900c54fa7e7bf1c2bad7fba8cdbaf496a3f83b6d32fccb8aed5048cdde1690fea0485162dbb637e7fafb00a6b995908fa6db55e77854eb9f575b54d40')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-5.0-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/redis/LICENSE
-  install -Dm644 redis.conf "$pkgdir"/etc/redis.conf
-  install -Dm644 ../redis.service 
"$pkgdir"/usr/lib/systemd/system/redis.service
-
-  # files kept for compatibility with installations made before 2.8.13-2
-  install -Dm644 ../redis.logrotate "$pkgdir"/etc/logrotate.d/redis
-
-  ln -sf redis-server "$pkgdir"/usr/bin/redis-sentinel
-
-  install -Dm644 "$srcdir"/redis.sysusers 
"$pkgdir"/usr/lib/sysusers.d/redis.conf
-  install -Dm644 "$srcdir"/redis.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/redis.conf
-}

Copied: redis/repos/community-x86_64/PKGBUILD (from rev 415581, 
redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 14:50:08 UTC (rev 415582)
@@ -0,0 +1,57 @@
+# Maintainer: Andrew Crerar 
+# Contributor: Sergej Pupykin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Jan-Erik Rediger 
+# Contributor: nofxx .com>
+
+pkgname=redis
+pkgver=5.0.3
+pkgrel=1
+pkgdesc='Advanced key-value store'
+arch=('x86_64')
+url='https://redis.io/'
+license=('BSD')

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

2018-12-12 Thread Andrew Crerar via arch-commits
Date: Wednesday, December 12, 2018 @ 14:49:28
  Author: andrewsc
Revision: 415581

upgpkg: redis 5.0.3-1

redis: Updating to 5.0.3

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 11:07:14 UTC (rev 415580)
+++ PKGBUILD2018-12-12 14:49:28 UTC (rev 415581)
@@ -5,7 +5,7 @@
 # Contributor: nofxx .com>
 
 pkgname=redis
-pkgver=5.0.2
+pkgver=5.0.3
 pkgrel=1
 pkgdesc='Advanced key-value store'
 arch=('x86_64')
@@ -21,7 +21,7 @@
 redis.logrotate
 redis.conf-sane-defaults.patch
 redis-5.0-use-system-jemalloc.patch)
-sha512sums=('0af94e2a0390d99aa2290f6a211a1173c7f8f1e7843792d5177271bac1c432b135756b4e94437abd0ac85d18be5a7aa05ff931cc900348c7c9c7872d759de2ce'
+sha512sums=('5915b14502438bf7c3f56e38640dda54b095bd87501aefa6e386c9cef48e8d1e625e980643d128d91b8cab26dd51d5d99ca66fa638dc04e5ba315fe43f11f58b'
 
'86018ddd6625f918295e10f9478da361f73a6dbd6c6b8e4b974201669bcccbd4dba443bb0844be68f6ab8d5a1762b32af04c5e12df53b1f0ea812b790d9f4e37'
 
'2227dfb41bf5112f91716f011862ba5fade220aea3b6a8134a5a05ee3af6d1cca05b08d793a486be97df98780bf43ac5dc4e5e9989ae0c5cd4e1eedb6cee5d71'
 
'68f7bc12e3b95cb199b71255c6aa5bfaa431fbabbc7d2308e54347c0d35e6d8091c4a79a5a6b56494ab3a294f9389e3ec63902931920862f60b1ffe77222eeeb'


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

2018-12-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 12, 2018 @ 13:22:10
  Author: arojas
Revision: 341622

archrelease: copy trunk to extra-x86_64

Added:
  krita/repos/extra-x86_64/PKGBUILD
(from rev 341621, krita/trunk/PKGBUILD)
Deleted:
  krita/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 13:21:40 UTC (rev 341621)
+++ PKGBUILD2018-12-12 13:22:10 UTC (rev 341622)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=4.1.6
-pkgrel=2
-pkgdesc="Edit and paint images"
-arch=(x86_64)
-url="https://krita.org;
-license=(GPL3)
-depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia
- gsl libraw exiv2 openexr fftw curl boost-libs giflib 
hicolor-icon-theme desktop-file-utils)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif sip python-sip)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
-"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('b61bc14a0e530853ee2a8562effbed3b0a94aeebe8a57c7105ce9527395d6880'
-'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 341621, 
krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 13:22:10 UTC (rev 341622)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=4.1.7
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(x86_64)
+url="https://krita.org;
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia
+ gsl libraw exiv2 openexr fftw curl boost-libs giflib 
hicolor-icon-theme desktop-file-utils)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif sip python-sip)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
+"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz;)
 # {,.sig}
+sha256sums=('c16ec0dd23cdf20e9dd4d34ebabcf5bdb06a825bd6fe2c7196d6777279bdabd0')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-12-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 12, 2018 @ 13:21:40
  Author: arojas
Revision: 341621

Update to 4.1.7

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 13:21:39 UTC (rev 341620)
+++ PKGBUILD2018-12-12 13:21:40 UTC (rev 341621)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=krita
-pkgver=4.1.6
-pkgrel=2
+pkgver=4.1.7
+pkgrel=1
 pkgdesc="Edit and paint images"
 arch=(x86_64)
 url="https://krita.org;
@@ -14,9 +14,8 @@
 "krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('b61bc14a0e530853ee2a8562effbed3b0a94aeebe8a57c7105ce9527395d6880'
-'SKIP')
+source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz;)
 # {,.sig}
+sha256sums=('c16ec0dd23cdf20e9dd4d34ebabcf5bdb06a825bd6fe2c7196d6777279bdabd0')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

 
 prepare() {


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

2018-12-12 Thread Jan Steffens via arch-commits
Date: Wednesday, December 12, 2018 @ 13:21:21
  Author: heftig
Revision: 341619

1.28-1

Modified:
  libteam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 11:11:26 UTC (rev 341618)
+++ PKGBUILD2018-12-12 13:21:21 UTC (rev 341619)
@@ -1,15 +1,15 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libteam
-pkgver=1.27
-pkgrel=2
+pkgver=1.28
+pkgrel=1
 pkgdesc="Library for controlling team network device"
 arch=(x86_64)
 url="http://libteam.org/;
-license=(LGPL2.1)
+license=(LGPL)
 depends=(libnl libdaemon jansson libdbus bash zeromq)
-makedepends=(python python2 swig git doxygen)
-_commit=91a928a56a501daac5ce8b3c16bd9943661f1d16  # tags/v1.27
+makedepends=(python python2 swig git doxygen graphviz)
+_commit=903950c7fcf28c32f4b62d9d1c07c0234e8378a2  # tags/v1.28
 source=("git+https://github.com/jpirko/libteam#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -20,6 +20,11 @@
 
 prepare() {
   cd $pkgname
+
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -31,10 +36,8 @@
   make all html
 
   cp -aT binding/python binding/python2
-  cd binding/python
-  python  ./setup.py build
-  cd ../python2
-  python2 ./setup.py build
+  (cd binding/python;  python  ./setup.py build;)
+  (cd binding/python2; python2 ./setup.py build;)
 }
 
 check() {
@@ -51,12 +54,9 @@
   install -Dm644 teamd/dbus/teamd.conf \
 "$pkgdir/etc/dbus-1/system.d/teamd.conf"
 
-  cd binding/python
-  python  ./setup.py install --root "$pkgdir" -O1
-  cd ../python2
-  python2 ./setup.py install --root "$pkgdir" -O1
+  (cd binding/python;  python  ./setup.py install --root "$pkgdir" -O1;)
+  (cd binding/python2; python2 ./setup.py install --root "$pkgdir" -O1;)
 
-  cd ../../doc
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -a api "$pkgdir/usr/share/doc/$pkgname"
+  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
+  cp -a doc/api "$pkgdir/usr/share/doc/$pkgname"
 }


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

2018-12-12 Thread Jan Steffens via arch-commits
Date: Wednesday, December 12, 2018 @ 13:21:39
  Author: heftig
Revision: 341620

archrelease: copy trunk to extra-x86_64

Added:
  libteam/repos/extra-x86_64/PKGBUILD
(from rev 341619, libteam/trunk/PKGBUILD)
Deleted:
  libteam/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 13:21:21 UTC (rev 341619)
+++ PKGBUILD2018-12-12 13:21:39 UTC (rev 341620)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libteam
-pkgver=1.27
-pkgrel=2
-pkgdesc="Library for controlling team network device"
-arch=(x86_64)
-url="http://libteam.org/;
-license=(LGPL2.1)
-depends=(libnl libdaemon jansson libdbus bash zeromq)
-makedepends=(python python2 swig git doxygen)
-_commit=91a928a56a501daac5ce8b3c16bd9943661f1d16  # tags/v1.27
-source=("git+https://github.com/jpirko/libteam#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --libexecdir=/usr/lib
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make all html
-
-  cp -aT binding/python binding/python2
-  cd binding/python
-  python  ./setup.py build
-  cd ../python2
-  python2 ./setup.py build
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 teamd/redhat/systemd/teamd@.service \
-"$pkgdir/usr/lib/systemd/system/teamd@.service"
-  install -Dm644 teamd/dbus/teamd.conf \
-"$pkgdir/etc/dbus-1/system.d/teamd.conf"
-
-  cd binding/python
-  python  ./setup.py install --root "$pkgdir" -O1
-  cd ../python2
-  python2 ./setup.py install --root "$pkgdir" -O1
-
-  cd ../../doc
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -a api "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: libteam/repos/extra-x86_64/PKGBUILD (from rev 341619, 
libteam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 13:21:39 UTC (rev 341620)
@@ -0,0 +1,62 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libteam
+pkgver=1.28
+pkgrel=1
+pkgdesc="Library for controlling team network device"
+arch=(x86_64)
+url="http://libteam.org/;
+license=(LGPL)
+depends=(libnl libdaemon jansson libdbus bash zeromq)
+makedepends=(python python2 swig git doxygen graphviz)
+_commit=903950c7fcf28c32f4b62d9d1c07c0234e8378a2  # tags/v1.28
+source=("git+https://github.com/jpirko/libteam#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Reduce docs size
+  printf '%s\n' >>doc/Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --libexecdir=/usr/lib
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make all html
+
+  cp -aT binding/python binding/python2
+  (cd binding/python;  python  ./setup.py build;)
+  (cd binding/python2; python2 ./setup.py build;)
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 teamd/redhat/systemd/teamd@.service \
+"$pkgdir/usr/lib/systemd/system/teamd@.service"
+  install -Dm644 teamd/dbus/teamd.conf \
+"$pkgdir/etc/dbus-1/system.d/teamd.conf"
+
+  (cd binding/python;  python  ./setup.py install --root "$pkgdir" -O1;)
+  (cd binding/python2; python2 ./setup.py install --root "$pkgdir" -O1;)
+
+  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
+  cp -a doc/api "$pkgdir/usr/share/doc/$pkgname"
+}


[arch-commits] Commit in gtk3/repos/extra-x86_64 (12 files)

2018-12-12 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 12, 2018 @ 11:11:26
  Author: foutrelis
Revision: 341618

archrelease: copy trunk to extra-x86_64

Added:
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 341617, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 341617, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 341617, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 341617, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 341617, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 341617, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

--+
 PKGBUILD |  164 -
 gtk-query-immodules-3.0.hook |   22 ++---
 gtk-update-icon-cache.hook   |   26 +++---
 gtk-update-icon-cache.script |   20 ++---
 gtk3.install |6 -
 settings.ini |8 +-
 6 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 11:11:14 UTC (rev 341617)
+++ PKGBUILD2018-12-12 11:11:26 UTC (rev 341618)
@@ -1,82 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.1+8+g220f77d8c1
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="https://www.gtk.org/;
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts colord rest libcups libcanberra)
-makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
-license=(LGPL)
-_commit=220f77d8c1d9619b897df8bd6595169fd67e0d08  # gtk-3-24
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk
-
-  CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend \
---enable-gtk-doc
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_gtk3() {
-  depends+=(gtk-update-icon-cache)
-  provides=(gtk3-print-backends)
-  conflicts=(gtk3-print-backends)
-  replaces=("gtk3-print-backends<=3.22.26-1")
-  install=gtk3.install
-
-  DESTDIR="$pkgdir" make -C gtk install
-
-  install -Dt "$pkgdir/usr/share/gtk-3.0" -m644 settings.ini
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-query-immodules-3.0.hook
-
-  # split this out to use with gtk2 too
-  mv "$pkgdir/usr/bin/gtk-update-icon-cache" "$srcdir"
-}
-
-package_gtk-update-icon-cache() {
-  pkgdesc="GTK+ icon cache updater"
-  depends=(gdk-pixbuf2 librsvg hicolor-icon-theme)
-
-  install -Dt "$pkgdir/usr/bin" gtk-update-icon-cache
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-update-icon-cache.hook
-  install -D gtk-update-icon-cache.script 
"$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtk3/repos/extra-x86_64/PKGBUILD (from rev 341617, gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 11:11:26 UTC (rev 341618)
@@ -0,0 +1,82 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
+pkgver=3.24.1+155+g4c8fcd6a6f
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)
+url="https://www.gtk.org/;
+depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
+ libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 

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

2018-12-12 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 12, 2018 @ 11:11:14
  Author: foutrelis
Revision: 341617

3.24.1+155+g4c8fcd6a6f

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 11:09:59 UTC (rev 341616)
+++ PKGBUILD2018-12-12 11:11:14 UTC (rev 341617)
@@ -3,7 +3,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.1+8+g220f77d8c1
+pkgver=3.24.1+155+g4c8fcd6a6f
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(x86_64)
@@ -14,7 +14,7 @@
  cantarell-fonts colord rest libcups libcanberra)
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
 license=(LGPL)
-_commit=220f77d8c1d9619b897df8bd6595169fd67e0d08  # gtk-3-24
+_commit=4c8fcd6a6f2adf9686296f8447895c0e2910075c  # gtk-3-24
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
 settings.ini
 gtk-query-immodules-3.0.hook


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

2018-12-12 Thread Felix Yan via arch-commits
Date: Wednesday, December 12, 2018 @ 11:09:59
  Author: felixonmars
Revision: 341616

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 11:09:36 UTC (rev 341615)
+++ PKGBUILD2018-12-12 11:09:59 UTC (rev 341616)
@@ -1,109 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Eli Schwartz 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.6.2
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="https://pypi.org/project/setuptools/;
-_deps=('appdirs' 'packaging')
-makedepends=("${_deps[@]/#/python-}" "${_deps[@]/#/python2-}" 'git')
-_checkdeps=('mock' 'pip' 'pytest-fixture-config' 'pytest-flake8'
-'pytest-runner' 'pytest-virtualenv' 'wheel')
-checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
-  'python2-futures' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('4b88a9fa9fc070c48d416ce432b4a3316e78de4cdc3bf8476cf234f0733ab14b79e4433b7775db8ca22a25cf1b025690a7dbeaf973da88576f09711803ee7c72')
-
-export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-
-prepare() {
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
-
-  # Upstream devendoring logic is badly broken, see:
-  # https://bugs.archlinux.org/task/58670
-  # https://github.com/pypa/pip/issues/5429
-  # https://github.com/pypa/setuptools/issues/1383
-  # The simplest fix is to simply rewrite import paths to use the canonical
-  # location in the first place
-  for _module in setuptools pkg_resources '' ; do
-  find setuptools-$pkgver/$_module -name \*.py -exec sed -i \
-  -e 's/from '$_module.extern' import/import/' \
-  -e 's/from '$_module.extern'./from /' \
-  -e 's/import '$_module.extern'./import /' \
-  -e "s/__import__('$_module.extern./__import__('/" \
-  {} +
-done
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i import 
pytest\n\n...@pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -e '/^def test_no_missing_dependencies/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  cp -a setuptools-$pkgver{,-py2}
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=("${_deps[@]/#/python-}")
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=("${_deps[@]/#/python2-}")
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 341615, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 11:09:59 UTC (rev 341616)
@@ -0,0 

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

2018-12-12 Thread Felix Yan via arch-commits
Date: Wednesday, December 12, 2018 @ 11:09:36
  Author: felixonmars
Revision: 341615

upgpkg: python-setuptools 1:40.6.3-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 10:47:01 UTC (rev 341614)
+++ PKGBUILD2018-12-12 11:09:36 UTC (rev 341615)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.6.2
+pkgver=40.6.3
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
   'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('4b88a9fa9fc070c48d416ce432b4a3316e78de4cdc3bf8476cf234f0733ab14b79e4433b7775db8ca22a25cf1b025690a7dbeaf973da88576f09711803ee7c72')
+sha512sums=('6dbe826eca37e8121e2b6f61045b2923a4c5b3e93e5f985d8990f03c9046a01d2f2fbe70f45a1b3106a2a9c755edbfb0953fdf25909bea0a45db9c179bcd1a90')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2018-12-12 Thread Felix Yan via arch-commits
Date: Wednesday, December 12, 2018 @ 11:07:14
  Author: felixonmars
Revision: 415580

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 11:06:34 UTC (rev 415579)
+++ PKGBUILD2018-12-12 11:07:14 UTC (rev 415580)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Lex Black 
-# Contributor: Igor Nemilentsev 
-# Contributor: Alexander Diana 
-
-pkgbase=python-bcrypt
-pkgname=("python-bcrypt" "python2-bcrypt")
-pkgver=3.1.4
-pkgrel=2
-pkgdesc="Modern password hashing for your software and your servers"
-arch=('x86_64')
-url="https://github.com/pyca/bcrypt;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pyca/bcrypt/archive/$pkgver.tar.gz;)
-sha512sums=('f4b18095ee1ea09a4a1ae4d970353d4743b84e8b2637132857339febc8fd25697359c8a3308578db623ee0c900a5711a693d9bfd21625bf93c1e6437bfb24f6c')
-
-prepare() {
-  cp -a "$srcdir"/bcrypt-$pkgver{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/bcrypt-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/bcrypt-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/bcrypt-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/bcrypt-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-bcrypt() {
-  depends=('python-cffi' 'python-six')
-
-  cd bcrypt-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir"
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 "$srcdir"/bcrypt-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_python2-bcrypt() {
-  depends=('python2-cffi' 'python2-six')
-
-  cd bcrypt-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  install -m 644 "$srcdir"/bcrypt-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-bcrypt/repos/community-x86_64/PKGBUILD (from rev 415579, 
python-bcrypt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 11:07:14 UTC (rev 415580)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Lex Black 
+# Contributor: Igor Nemilentsev 
+# Contributor: Alexander Diana 
+
+pkgbase=python-bcrypt
+pkgname=("python-bcrypt" "python2-bcrypt")
+pkgver=3.1.5
+pkgrel=1
+pkgdesc="Modern password hashing for your software and your servers"
+arch=('x86_64')
+url="https://github.com/pyca/bcrypt;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pyca/bcrypt/archive/$pkgver.tar.gz;)
+sha512sums=('ec82dec62fc6cadc5c74ddf2ba152630aa06a817d30e5be81b2504fb64a343e5527671d1fede05e54fdab1b39c7f6ea261bf718480b642122e8ddbbb85d3a0bf')
+
+prepare() {
+  cp -a "$srcdir"/bcrypt-$pkgver{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/bcrypt-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/bcrypt-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/bcrypt-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/bcrypt-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-bcrypt() {
+  depends=('python-cffi' 'python-six')
+
+  cd bcrypt-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -m 644 "$srcdir"/bcrypt-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python2-bcrypt() {
+  depends=('python2-cffi' 'python2-six')
+
+  cd bcrypt-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  install -m 644 "$srcdir"/bcrypt-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname
+}


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

2018-12-12 Thread Felix Yan via arch-commits
Date: Wednesday, December 12, 2018 @ 11:06:34
  Author: felixonmars
Revision: 415579

upgpkg: python-bcrypt 3.1.5-1

Modified:
  python-bcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 08:38:51 UTC (rev 415578)
+++ PKGBUILD2018-12-12 11:06:34 UTC (rev 415579)
@@ -5,8 +5,8 @@
 
 pkgbase=python-bcrypt
 pkgname=("python-bcrypt" "python2-bcrypt")
-pkgver=3.1.4
-pkgrel=2
+pkgver=3.1.5
+pkgrel=1
 pkgdesc="Modern password hashing for your software and your servers"
 arch=('x86_64')
 url="https://github.com/pyca/bcrypt;
@@ -15,7 +15,7 @@
  'python-six' 'python2-six')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pyca/bcrypt/archive/$pkgver.tar.gz;)
-sha512sums=('f4b18095ee1ea09a4a1ae4d970353d4743b84e8b2637132857339febc8fd25697359c8a3308578db623ee0c900a5711a693d9bfd21625bf93c1e6437bfb24f6c')
+sha512sums=('ec82dec62fc6cadc5c74ddf2ba152630aa06a817d30e5be81b2504fb64a343e5527671d1fede05e54fdab1b39c7f6ea261bf718480b642122e8ddbbb85d3a0bf')
 
 prepare() {
   cp -a "$srcdir"/bcrypt-$pkgver{,-py2}


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

2018-12-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 12, 2018 @ 10:46:42
  Author: arojas
Revision: 341613

Remove no longer used kio dependency

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 08:33:56 UTC (rev 341612)
+++ PKGBUILD2018-12-12 10:46:42 UTC (rev 341613)
@@ -2,12 +2,13 @@
 
 pkgname=krita
 pkgver=4.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Edit and paint images"
 arch=(x86_64)
 url="https://krita.org;
 license=(GPL3)
-depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs giflib 
hicolor-icon-theme)
+depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia
+ gsl libraw exiv2 openexr fftw curl boost-libs giflib 
hicolor-icon-theme desktop-file-utils)
 makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif sip python-sip)
 optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
 "krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')


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

2018-12-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 12, 2018 @ 10:47:01
  Author: arojas
Revision: 341614

archrelease: copy trunk to extra-x86_64

Added:
  krita/repos/extra-x86_64/PKGBUILD
(from rev 341613, krita/trunk/PKGBUILD)
Deleted:
  krita/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 10:46:42 UTC (rev 341613)
+++ PKGBUILD2018-12-12 10:47:01 UTC (rev 341614)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=4.1.6
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(x86_64)
-url="https://krita.org;
-license=(GPL3)
-depends=(kio kitemmodels gsl libraw exiv2 openexr fftw curl boost-libs giflib 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif sip python-sip)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
-"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('b61bc14a0e530853ee2a8562effbed3b0a94aeebe8a57c7105ce9527395d6880'
-'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 341613, 
krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 10:47:01 UTC (rev 341614)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=4.1.6
+pkgrel=2
+pkgdesc="Edit and paint images"
+arch=(x86_64)
+url="https://krita.org;
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia
+ gsl libraw exiv2 openexr fftw curl boost-libs giflib 
hicolor-icon-theme desktop-file-utils)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif sip python-sip)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
+"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('b61bc14a0e530853ee2a8562effbed3b0a94aeebe8a57c7105ce9527395d6880'
+'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lib32-libcurl-compat/repos (2 files)

2018-12-12 Thread Christian Hesse via arch-commits
Date: Wednesday, December 12, 2018 @ 08:38:51
  Author: eworm
Revision: 415578

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libcurl-compat/repos/multilib-testing-x86_64/
  lib32-libcurl-compat/repos/multilib-testing-x86_64/PKGBUILD
(from rev 415577, lib32-libcurl-compat/trunk/PKGBUILD)

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

Copied: lib32-libcurl-compat/repos/multilib-testing-x86_64/PKGBUILD (from rev 
415577, lib32-libcurl-compat/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2018-12-12 08:38:51 UTC (rev 415578)
@@ -0,0 +1,58 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Piotr Balcerowski 
+
+pkgname=lib32-libcurl-compat
+pkgver=7.63.0
+pkgrel=1
+pkgdesc='An URL retrieval library (without versioned symbols)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('lib32-curl' 'lib32-glibc' 'lib32-krb5' 'lib32-libssh2' 'lib32-libpsl'
+ 'lib32-openssl' 'lib32-zlib' 'libcurl-compat')
+options=('strip')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
+'SKIP')
+
+build() {
+  cd curl-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-libssh2 \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib32/libcurl{,-compat}.so.4.5.0
+  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
+  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0; do
+ln -s libcurl-compat.so.4.5.0 "${pkgdir}"/usr/lib32/libcurl.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libcurl-compat "${pkgdir}"/usr/share/licenses/lib32-libcurl-compat
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-libcurl-gnutls/trunk (PKGBUILD)

2018-12-12 Thread Christian Hesse via arch-commits
Date: Wednesday, December 12, 2018 @ 08:38:26
  Author: eworm
Revision: 415575

upgpkg: lib32-libcurl-gnutls 7.63.0-1

new upstream release

Modified:
  lib32-libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 08:38:13 UTC (rev 415574)
+++ PKGBUILD2018-12-12 08:38:26 UTC (rev 415575)
@@ -2,7 +2,7 @@
 # Contributor: Lizao (Larry) Li 
 
 pkgname=lib32-libcurl-gnutls
-pkgver=7.62.0
+pkgver=7.63.0
 pkgrel=1
 pkgdesc='An URL retrieval library (linked against gnutls)'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
-sha512sums=('b254e6e8e7cff23b7a005da875c580cff98e50d227fa4809f899f625cb70e7f80f7f072594a1cde700359b258ff0ac2fdc03ee4a809b6dbcdf6004b2bf87c884'
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
 'SKIP')
 
 build() {


[arch-commits] Commit in lib32-libcurl-compat/trunk (PKGBUILD)

2018-12-12 Thread Christian Hesse via arch-commits
Date: Wednesday, December 12, 2018 @ 08:38:46
  Author: eworm
Revision: 415577

upgpkg: lib32-libcurl-compat 7.63.0-1

new upstream release

Modified:
  lib32-libcurl-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 08:38:36 UTC (rev 415576)
+++ PKGBUILD2018-12-12 08:38:46 UTC (rev 415577)
@@ -2,7 +2,7 @@
 # Contributor: Piotr Balcerowski 
 
 pkgname=lib32-libcurl-compat
-pkgver=7.62.0
+pkgver=7.63.0
 pkgrel=1
 pkgdesc='An URL retrieval library (without versioned symbols)'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 options=('strip')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha512sums=('b254e6e8e7cff23b7a005da875c580cff98e50d227fa4809f899f625cb70e7f80f7f072594a1cde700359b258ff0ac2fdc03ee4a809b6dbcdf6004b2bf87c884'
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
 'SKIP')
 
 build() {


[arch-commits] Commit in lib32-libcurl-gnutls/repos (2 files)

2018-12-12 Thread Christian Hesse via arch-commits
Date: Wednesday, December 12, 2018 @ 08:38:36
  Author: eworm
Revision: 415576

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libcurl-gnutls/repos/multilib-testing-x86_64/
  lib32-libcurl-gnutls/repos/multilib-testing-x86_64/PKGBUILD
(from rev 415575, lib32-libcurl-gnutls/trunk/PKGBUILD)

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

Copied: lib32-libcurl-gnutls/repos/multilib-testing-x86_64/PKGBUILD (from rev 
415575, lib32-libcurl-gnutls/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2018-12-12 08:38:36 UTC (rev 415576)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Lizao (Larry) Li 
+
+pkgname=lib32-libcurl-gnutls
+pkgver=7.63.0
+pkgrel=1
+pkgdesc='An URL retrieval library (linked against gnutls)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('lib32-curl' 'lib32-glibc' 'lib32-gnutls' 'lib32-libpsl'
+ 'lib32-libssh2' 'lib32-nettle' 'lib32-zlib' 'libcurl-gnutls')
+makedepends=('gcc-multilib')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
+'SKIP')
+
+build() {
+  cd curl-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--without-gssapi \
+--with-libssh2 \
+--without-libidn \
+--without-ssl \
+--with-gnutls='/usr' \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib32/libcurl{,-gnutls}.so.4.5.0
+  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0; do
+ln -s libcurl-gnutls.so.4.5.0 
"${pkgdir}"/usr/lib32/libcurl-gnutls.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libcurl-gnutls "${pkgdir}"/usr/share/licenses/lib32-libcurl-gnutls
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-12 Thread Christian Hesse via arch-commits
Date: Wednesday, December 12, 2018 @ 08:38:13
  Author: eworm
Revision: 415574

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-curl/repos/multilib-testing-x86_64/
  lib32-curl/repos/multilib-testing-x86_64/PKGBUILD
(from rev 415573, lib32-curl/trunk/PKGBUILD)

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

Copied: lib32-curl/repos/multilib-testing-x86_64/PKGBUILD (from rev 415573, 
lib32-curl/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2018-12-12 08:38:13 UTC (rev 415574)
@@ -0,0 +1,58 @@
+# Maintainer: Daniel Wallace 
+# Contributor: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.63.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library (32-bit)"
+arch=('x86_64')
+url="https://curl.haxx.se;
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libpsl' 'lib32-zlib' 
"${_pkgname}")
+source=("https://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libssh2 \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{share,bin,include}
+
+  # license
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "$_pkgname" "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2018-12-12 Thread Christian Hesse via arch-commits
Date: Wednesday, December 12, 2018 @ 08:37:59
  Author: eworm
Revision: 415573

upgpkg: lib32-curl 7.63.0-1

new upstream release

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 08:37:24 UTC (rev 415572)
+++ PKGBUILD2018-12-12 08:37:59 UTC (rev 415573)
@@ -7,7 +7,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.62.0
+pkgver=7.63.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library (32-bit)"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libpsl' 'lib32-zlib' 
"${_pkgname}")
 source=("https://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('b254e6e8e7cff23b7a005da875c580cff98e50d227fa4809f899f625cb70e7f80f7f072594a1cde700359b258ff0ac2fdc03ee4a809b6dbcdf6004b2bf87c884'
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 


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

2018-12-12 Thread Felix Yan via arch-commits
Date: Wednesday, December 12, 2018 @ 08:37:05
  Author: felixonmars
Revision: 415571

upgpkg: python-sqlalchemy 1.2.15-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 08:34:41 UTC (rev 415570)
+++ PKGBUILD2018-12-12 08:37:05 UTC (rev 415571)
@@ -4,7 +4,7 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.2.14
+pkgver=1.2.15
 pkgrel=1
 arch=('x86_64') # python2 package contain .so
 url="http://www.sqlalchemy.org/;
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
 
source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('f6b89029180bc6f3e35bc17a1d80c111f6ce05f2f799bbdfee00c961e83aa2f95cbb363c85a5f97c18d5ff0aa1408c164621474cd6ddf8e63dd88da35de69539'
+sha512sums=('478583438b2e0f82a5dd1e295ae7a00b308763b669d01875d5e61f43127792ec1ad18929bff664a641a65eff685cb10ef880bf3f1334954720059019bceca7e7'
 'SKIP')
 
 prepare() {


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

2018-12-12 Thread Felix Yan via arch-commits
Date: Wednesday, December 12, 2018 @ 08:37:24
  Author: felixonmars
Revision: 415572

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 08:37:05 UTC (rev 415571)
+++ PKGBUILD2018-12-12 08:37:24 UTC (rev 415572)
@@ -1,61 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Sébastien Luttringer 
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.2.14
-pkgrel=1
-arch=('x86_64') # python2 package contain .so
-url="http://www.sqlalchemy.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('f6b89029180bc6f3e35bc17a1d80c111f6ce05f2f799bbdfee00c961e83aa2f95cbb363c85a5f97c18d5ff0aa1408c164621474cd6ddf8e63dd88da35de69539'
-'SKIP')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py pytest || warning "Tests failed"
- 
-  cd "$srcdir"/SQLAlchemy2-$pkgver  
-  python2 setup.py pytest || warning "Tests failed"
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-x86_64/PKGBUILD (from rev 415571, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 08:37:24 UTC (rev 415572)
@@ -0,0 +1,61 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Sébastien Luttringer 
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=1.2.15
+pkgrel=1
+arch=('x86_64') # python2 package contain .so
+url="http://www.sqlalchemy.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+sha512sums=('478583438b2e0f82a5dd1e295ae7a00b308763b669d01875d5e61f43127792ec1ad18929bff664a641a65eff685cb10ef880bf3f1334954720059019bceca7e7'
+'SKIP')
+
+prepare() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+}
+
+build() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py pytest || warning "Tests failed"
+ 
+  cd "$srcdir"/SQLAlchemy2-$pkgver  
+  python2 setup.py pytest || warning "Tests failed"
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+  optdepends=('python2-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root="$pkgdir"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


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

2018-12-12 Thread Christian Hesse via arch-commits
Date: Wednesday, December 12, 2018 @ 08:34:16
  Author: eworm
Revision: 415567

upgpkg: libcurl-gnutls 7.63.0-1

new upstream release

Modified:
  libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 08:29:05 UTC (rev 415566)
+++ PKGBUILD2018-12-12 08:34:16 UTC (rev 415567)
@@ -2,7 +2,7 @@
 # Contributor: Lizao (Larry) Li 
 
 pkgname=libcurl-gnutls
-pkgver=7.62.0
+pkgver=7.63.0
 pkgrel=1
 pkgdesc='An URL retrieval library (linked against gnutls)'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
-sha512sums=('b254e6e8e7cff23b7a005da875c580cff98e50d227fa4809f899f625cb70e7f80f7f072594a1cde700359b258ff0ac2fdc03ee4a809b6dbcdf6004b2bf87c884'
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
 'SKIP')
 
 build() {


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

2018-12-12 Thread Christian Hesse via arch-commits
Date: Wednesday, December 12, 2018 @ 08:34:24
  Author: eworm
Revision: 415568

archrelease: copy trunk to community-testing-x86_64

Added:
  libcurl-gnutls/repos/community-testing-x86_64/
  libcurl-gnutls/repos/community-testing-x86_64/PKGBUILD
(from rev 415567, libcurl-gnutls/trunk/PKGBUILD)

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

Copied: libcurl-gnutls/repos/community-testing-x86_64/PKGBUILD (from rev 
415567, libcurl-gnutls/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-12-12 08:34:24 UTC (rev 415568)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Lizao (Larry) Li 
+
+pkgname=libcurl-gnutls
+pkgver=7.63.0
+pkgrel=1
+pkgdesc='An URL retrieval library (linked against gnutls)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('curl' 'glibc' 'gnutls' 'libpsl' 'nettle' 'zlib'
+ 'libssh2.so')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
+'SKIP')
+
+build() {
+  cd curl-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--without-gssapi \
+--with-libssh2 \
+--without-libidn \
+--without-ssl \
+--with-gnutls='/usr' \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib/libcurl{,-gnutls}.so.4.5.0
+  rm "${pkgdir}"/usr/lib/libcurl.{a,so}*
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0; do
+ln -s libcurl-gnutls.so.4.5.0 
"${pkgdir}"/usr/lib/libcurl-gnutls.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s curl "${pkgdir}"/usr/share/licenses/libcurl-gnutls
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-12 Thread Christian Hesse via arch-commits
Date: Wednesday, December 12, 2018 @ 08:34:41
  Author: eworm
Revision: 415570

archrelease: copy trunk to community-testing-x86_64

Added:
  libcurl-compat/repos/community-testing-x86_64/
  libcurl-compat/repos/community-testing-x86_64/PKGBUILD
(from rev 415569, libcurl-compat/trunk/PKGBUILD)

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

Copied: libcurl-compat/repos/community-testing-x86_64/PKGBUILD (from rev 
415569, libcurl-compat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-12-12 08:34:41 UTC (rev 415570)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Piotr Balcerowski 
+
+pkgname=libcurl-compat
+pkgver=7.63.0
+pkgrel=1
+pkgdesc='An URL retrieval library (without versioned symbols)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('curl' 'glibc' 'krb5' 'openssl' 'libpsl' 'zlib'
+ 'libssh2.so')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
+'SKIP')
+
+build() {
+  cd curl-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-libssh2 \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib/libcurl{,-compat}.so.4.5.0
+  rm "${pkgdir}"/usr/lib/libcurl.{a,so}*
+  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0; do
+ln -s libcurl-compat.so.4.5.0 "${pkgdir}"/usr/lib/libcurl.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s curl "${pkgdir}"/usr/share/licenses/libcurl-compat
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-12 Thread Christian Hesse via arch-commits
Date: Wednesday, December 12, 2018 @ 08:34:35
  Author: eworm
Revision: 415569

upgpkg: libcurl-compat 7.63.0-1

new upstream release

Modified:
  libcurl-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 08:34:24 UTC (rev 415568)
+++ PKGBUILD2018-12-12 08:34:35 UTC (rev 415569)
@@ -2,7 +2,7 @@
 # Contributor: Piotr Balcerowski 
 
 pkgname=libcurl-compat
-pkgver=7.62.0
+pkgver=7.63.0
 pkgrel=1
 pkgdesc='An URL retrieval library (without versioned symbols)'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
-sha512sums=('b254e6e8e7cff23b7a005da875c580cff98e50d227fa4809f899f625cb70e7f80f7f072594a1cde700359b258ff0ac2fdc03ee4a809b6dbcdf6004b2bf87c884'
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
 'SKIP')
 
 build() {


[arch-commits] Commit in curl/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-12-12 Thread Christian Hesse via arch-commits
Date: Wednesday, December 12, 2018 @ 08:33:56
  Author: eworm
Revision: 341612

archrelease: copy trunk to testing-x86_64

Added:
  curl/repos/testing-x86_64/
  curl/repos/testing-x86_64/PKGBUILD
(from rev 341611, curl/trunk/PKGBUILD)

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

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 341611, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-12 08:33:56 UTC (rev 341612)
@@ -0,0 +1,50 @@
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.63.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library"
+arch=('x86_64')
+url="https://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl' 
'libnghttp2')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --disable-manual \
+  --enable-ipv6 \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libssh2 \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install -C scripts
+
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2018-12-12 Thread Christian Hesse via arch-commits
Date: Wednesday, December 12, 2018 @ 08:33:50
  Author: eworm
Revision: 341611

upgpkg: curl 7.63.0-1

new upstream release

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 08:16:38 UTC (rev 341610)
+++ PKGBUILD2018-12-12 08:33:50 UTC (rev 341611)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=curl
-pkgver=7.62.0
+pkgver=7.63.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 provides=('libcurl.so')
 options=('strip' 'debug')
 source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('b254e6e8e7cff23b7a005da875c580cff98e50d227fa4809f899f625cb70e7f80f7f072594a1cde700359b258ff0ac2fdc03ee4a809b6dbcdf6004b2bf87c884'
+sha512sums=('25ad69a1978de2178ac7a456e72152907203931ad895234c14781c27681ea2c5d6669794880c4ebae6e38b8014c6538bc88a6afec2c192210b6d491d60b8f691'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 


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

2018-12-12 Thread Christian Hesse via arch-commits
Date: Wednesday, December 12, 2018 @ 08:29:05
  Author: eworm
Revision: 415566

archrelease: copy trunk to community-any

Added:
  etckeeper/repos/community-any/PKGBUILD
(from rev 415565, etckeeper/trunk/PKGBUILD)
Deleted:
  etckeeper/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 08:28:56 UTC (rev 415565)
+++ PKGBUILD2018-12-12 08:29:05 UTC (rev 415566)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: mathieu.clabaut 
-# Contributor: Buce 
-# Contributor: Danie Roux 
-
-pkgname=etckeeper
-pkgver=1.18.8
-pkgrel=1
-pkgdesc='collection of tools to let /etc be stored in a git, hg or bzr 
repository'
-arch=('any')
-url='https://etckeeper.branchable.com/'
-license=('GPL2')
-depends=('git')
-makedepends=('mercurial' 'bzr')
-optdepends=('mercurial: use mercurial for version control'
-   'bzr: use bazaar for version control')
-backup=('etc/etckeeper/etckeeper.conf')
-source=("git+https://git.kitenet.net/git/etckeeper.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/etckeeper/"
-
-   # fix python
-   sed -i '/^PYTHON=/c PYTHON=python2' Makefile
-   sed -i '1s/python/python2/' zypper-etckeeper.py
-
-   # We want pacman :D
-   sed -i -e "/^LOWLEVEL_PACKAGE_MANAGER/c 
LOWLEVEL_PACKAGE_MANAGER=pacman" \
-   -e "/^HIGHLEVEL_PACKAGE_MANAGER/c 
HIGHLEVEL_PACKAGE_MANAGER=pacman" etckeeper.conf
-}
-
-package() {
-   cd "${srcdir}/etckeeper/"
-
-   make DESTDIR="${pkgdir}" systemddir=/usr/lib/systemd/system install
-}
-

Copied: etckeeper/repos/community-any/PKGBUILD (from rev 415565, 
etckeeper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 08:29:05 UTC (rev 415566)
@@ -0,0 +1,39 @@
+# Maintainer: Christian Hesse 
+# Contributor: mathieu.clabaut 
+# Contributor: Buce 
+# Contributor: Danie Roux 
+
+pkgname=etckeeper
+pkgver=1.18.9
+pkgrel=1
+pkgdesc='collection of tools to let /etc be stored in a git, hg or bzr 
repository'
+arch=('any')
+url='https://etckeeper.branchable.com/'
+license=('GPL2')
+depends=('git')
+makedepends=('mercurial' 'bzr')
+optdepends=('mercurial: use mercurial for version control'
+   'bzr: use bazaar for version control')
+backup=('etc/etckeeper/etckeeper.conf')
+validpgpkeys=('E85A5F63B31D24C1EBF0D81CC910D9222512E3C7') # Joey Hess 

+source=("git+https://git.kitenet.net/git/etckeeper.git#tag=${pkgver}?signed;)
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/etckeeper/"
+
+   # fix python
+   sed -i '/^PYTHON=/c PYTHON=python2' Makefile
+   sed -i '1s/python/python2/' zypper-etckeeper.py
+
+   # We want pacman :D
+   sed -i -e "/^LOWLEVEL_PACKAGE_MANAGER/c 
LOWLEVEL_PACKAGE_MANAGER=pacman" \
+   -e "/^HIGHLEVEL_PACKAGE_MANAGER/c 
HIGHLEVEL_PACKAGE_MANAGER=pacman" etckeeper.conf
+}
+
+package() {
+   cd "${srcdir}/etckeeper/"
+
+   make DESTDIR="${pkgdir}" systemddir=/usr/lib/systemd/system install
+}
+


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

2018-12-12 Thread Christian Hesse via arch-commits
Date: Wednesday, December 12, 2018 @ 08:28:56
  Author: eworm
Revision: 415565

upgpkg: etckeeper 1.18.9-1

* new upstream release
* add source validation

Modified:
  etckeeper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 08:22:31 UTC (rev 415564)
+++ PKGBUILD2018-12-12 08:28:56 UTC (rev 415565)
@@ -4,7 +4,7 @@
 # Contributor: Danie Roux 
 
 pkgname=etckeeper
-pkgver=1.18.8
+pkgver=1.18.9
 pkgrel=1
 pkgdesc='collection of tools to let /etc be stored in a git, hg or bzr 
repository'
 arch=('any')
@@ -15,7 +15,8 @@
 optdepends=('mercurial: use mercurial for version control'
'bzr: use bazaar for version control')
 backup=('etc/etckeeper/etckeeper.conf')
-source=("git+https://git.kitenet.net/git/etckeeper.git#tag=${pkgver};)
+validpgpkeys=('E85A5F63B31D24C1EBF0D81CC910D9222512E3C7') # Joey Hess 

+source=("git+https://git.kitenet.net/git/etckeeper.git#tag=${pkgver}?signed;)
 sha256sums=('SKIP')
 
 build() {


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

2018-12-12 Thread Laurent Carlier via arch-commits
Date: Wednesday, December 12, 2018 @ 08:22:24
  Author: lcarlier
Revision: 415563

upgpkg: lib32-mesa 18.3.1-1

upstream update 18.3.1

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 07:31:13 UTC (rev 415562)
+++ PKGBUILD2018-12-12 08:22:24 UTC (rev 415563)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=18.3.0
+pkgver=18.3.1
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,7 +14,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('6643d8a100c50efee7178fe950e7cccad24c3a98538d3a13c7c6570add30a56776b4e5f279e2b0a20c4038e682e9461ca5a4fd4ac23a7f60d2f4a0c972525c42'
+sha512sums=('a68d39158cf1e868d70730d0641a0cfe4c6e5b3cd1bc0c47f54022402aca03503933084f6ddc722bf88c9b6d1281ba5c847ec4fed8092a9b33f90527d08e12db'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



[arch-commits] Commit in lib32-mesa/repos/multilib-testing-x86_64 (4 files)

2018-12-12 Thread Laurent Carlier via arch-commits
Date: Wednesday, December 12, 2018 @ 08:22:31
  Author: lcarlier
Revision: 415564

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 415563, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 415563, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD

--+
 LICENSE  |  166 +++---
 PKGBUILD |  332 ++---
 2 files changed, 249 insertions(+), 249 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-12-12 08:22:24 UTC (rev 415563)
+++ LICENSE 2018-12-12 08:22:31 UTC (rev 415564)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 415563, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-12-12 08:22:31 UTC (rev 415564)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a

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

2018-12-12 Thread Laurent Carlier via arch-commits
Date: Wednesday, December 12, 2018 @ 08:16:31
  Author: lcarlier
Revision: 341609

upgpkg: mesa 18.3.1-1

upstream update 18.3.1

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 02:57:31 UTC (rev 341608)
+++ PKGBUILD2018-12-12 08:16:31 UTC (rev 341609)
@@ -4,7 +4,7 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=18.3.0
+pkgver=18.3.1
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -15,7 +15,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('6643d8a100c50efee7178fe950e7cccad24c3a98538d3a13c7c6570add30a56776b4e5f279e2b0a20c4038e682e9461ca5a4fd4ac23a7f60d2f4a0c972525c42'
+sha512sums=('a68d39158cf1e868d70730d0641a0cfe4c6e5b3cd1bc0c47f54022402aca03503933084f6ddc722bf88c9b6d1281ba5c847ec4fed8092a9b33f90527d08e12db'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



[arch-commits] Commit in mesa/repos/testing-x86_64 (LICENSE LICENSE PKGBUILD PKGBUILD)

2018-12-12 Thread Laurent Carlier via arch-commits
Date: Wednesday, December 12, 2018 @ 08:16:38
  Author: lcarlier
Revision: 341610

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/LICENSE
(from rev 341609, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 341609, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/testing-x86_64/LICENSE
  mesa/repos/testing-x86_64/PKGBUILD

--+
 LICENSE  |  166 +--
 PKGBUILD |  366 ++---
 2 files changed, 266 insertions(+), 266 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-12-12 08:16:31 UTC (rev 341609)
+++ LICENSE 2018-12-12 08:16:38 UTC (rev 341610)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 341609, mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-12-12 08:16:38 UTC (rev 341610)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation 

<    1   2   3   4