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

2020-10-13 Thread Christian Hesse via arch-commits
Date: Wednesday, October 14, 2020 @ 06:50:05
  Author: eworm
Revision: 723879

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 723878, lib32-libcurl-gnutls/trunk/PKGBUILD)

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

Copied: lib32-libcurl-gnutls/repos/multilib-testing-x86_64/PKGBUILD (from rev 
723878, lib32-libcurl-gnutls/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-10-14 06:50:05 UTC (rev 723879)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Lizao (Larry) Li 
+
+pkgname=lib32-libcurl-gnutls
+pkgver=7.73.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-libidn2'
+ 'lib32-libpsl' 'lib32-nettle' 'lib32-libssh2' 'lib32-zlib'
+ 'lib32-zstd' 'libcurl-gnutls')
+makedepends=('gcc-multilib')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+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.7.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 4.5.0 4.6.0; do
+ln -s libcurl-gnutls.so.4.7.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)

2020-10-13 Thread Christian Hesse via arch-commits
Date: Wednesday, October 14, 2020 @ 06:49:48
  Author: eworm
Revision: 723875

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 723874, lib32-curl/trunk/PKGBUILD)

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

Copied: lib32-curl/repos/multilib-testing-x86_64/PKGBUILD (from rev 723874, 
lib32-curl/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-10-14 06:49:48 UTC (rev 723875)
@@ -0,0 +1,59 @@
+# 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.73.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library (32-bit)"
+arch=('x86_64')
+url="https://curl.haxx.se";
+license=('MIT')
+depends=('lib32-libidn2' 'lib32-libssh2' 'lib32-krb5' 'lib32-openssl'
+ 'lib32-libpsl' 'lib32-zlib' 'lib32-zstd' "${_pkgname}")
+source=("https://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
+'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)

2020-10-13 Thread Christian Hesse via arch-commits
Date: Wednesday, October 14, 2020 @ 06:49:46
  Author: eworm
Revision: 723874

upgpkg: lib32-curl 7.73.0-1: new upstream release

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 06:49:34 UTC (rev 723873)
+++ PKGBUILD2020-10-14 06:49:46 UTC (rev 723874)
@@ -7,7 +7,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.72.0
+pkgver=7.73.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('lib32-libidn2' 'lib32-libssh2' 'lib32-krb5' 'lib32-openssl'
  'lib32-libpsl' 'lib32-zlib' 'lib32-zstd' "${_pkgname}")
 source=("https://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('f1946394595baa2b2889c4fed5e8745036cecfe9c425010c41fbc4baa71ffd7ff3e78289dd7ee14f0c74c482056838e5408d63f9ee9ee06c31ed920282f08507'
+sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 


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

2020-10-13 Thread Christian Hesse via arch-commits
Date: Wednesday, October 14, 2020 @ 06:49:56
  Author: eworm
Revision: 723877

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 723876, lib32-libcurl-compat/trunk/PKGBUILD)

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

Copied: lib32-libcurl-compat/repos/multilib-testing-x86_64/PKGBUILD (from rev 
723876, lib32-libcurl-compat/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-10-14 06:49:56 UTC (rev 723877)
@@ -0,0 +1,59 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Piotr Balcerowski 
+
+pkgname=lib32-libcurl-compat
+pkgver=7.73.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-libidn2' 'lib32-krb5'
+ 'lib32-libssh2' 'lib32-libpsl' 'lib32-openssl' 'lib32-zlib'
+ 'lib32-zstd' 'libcurl-compat')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+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.7.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 4.5.0 4.6.0; do
+ln -s libcurl-compat.so.4.7.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)

2020-10-13 Thread Christian Hesse via arch-commits
Date: Wednesday, October 14, 2020 @ 06:50:03
  Author: eworm
Revision: 723878

upgpkg: lib32-libcurl-gnutls 7.73.0-1: new upstream release

Modified:
  lib32-libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 06:49:56 UTC (rev 723877)
+++ PKGBUILD2020-10-14 06:50:03 UTC (rev 723878)
@@ -2,7 +2,7 @@
 # Contributor: Lizao (Larry) Li 
 
 pkgname=lib32-libcurl-gnutls
-pkgver=7.72.0
+pkgver=7.73.0
 pkgrel=1
 pkgdesc='An URL retrieval library (linked against gnutls)'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gcc-multilib')
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha512sums=('f1946394595baa2b2889c4fed5e8745036cecfe9c425010c41fbc4baa71ffd7ff3e78289dd7ee14f0c74c482056838e5408d63f9ee9ee06c31ed920282f08507'
+sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 
@@ -49,10 +49,10 @@
 
   make -C lib DESTDIR="${pkgdir}" install
 
-  mv "${pkgdir}"/usr/lib32/libcurl{,-gnutls}.so.4.6.0
+  mv "${pkgdir}"/usr/lib32/libcurl{,-gnutls}.so.4.7.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 4.5.0; do
-ln -s libcurl-gnutls.so.4.6.0 
"${pkgdir}"/usr/lib32/libcurl-gnutls.so.${version}
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0 4.5.0 4.6.0; do
+ln -s libcurl-gnutls.so.4.7.0 
"${pkgdir}"/usr/lib32/libcurl-gnutls.so.${version}
   done
 
   install -dm 755 "${pkgdir}"/usr/share/licenses


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

2020-10-13 Thread Christian Hesse via arch-commits
Date: Wednesday, October 14, 2020 @ 06:49:34
  Author: eworm
Revision: 723873

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 723872, libcurl-gnutls/trunk/PKGBUILD)

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

Copied: libcurl-gnutls/repos/community-testing-x86_64/PKGBUILD (from rev 
723872, libcurl-gnutls/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-10-14 06:49:34 UTC (rev 723873)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Lizao (Larry) Li 
+
+pkgname=libcurl-gnutls
+pkgver=7.73.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' 'libidn2' 'libidn2.so' 'libnghttp2'
+ 'libpsl' 'libpsl.so' 'nettle' 'libnettle.so' 'libssh2' 'libssh2.so'
+ 'zlib' 'zstd')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+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.7.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 4.5.0 4.6.0; do
+ln -s libcurl-gnutls.so.4.7.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 lib32-libcurl-compat/trunk (PKGBUILD)

2020-10-13 Thread Christian Hesse via arch-commits
Date: Wednesday, October 14, 2020 @ 06:49:54
  Author: eworm
Revision: 723876

upgpkg: lib32-libcurl-compat 7.73.0-1: new upstream release

Modified:
  lib32-libcurl-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 06:49:48 UTC (rev 723875)
+++ PKGBUILD2020-10-14 06:49:54 UTC (rev 723876)
@@ -2,7 +2,7 @@
 # Contributor: Piotr Balcerowski 
 
 pkgname=lib32-libcurl-compat
-pkgver=7.72.0
+pkgver=7.73.0
 pkgrel=1
 pkgdesc='An URL retrieval library (without versioned symbols)'
 arch=('x86_64')
@@ -13,7 +13,7 @@
  'lib32-zstd' 'libcurl-compat')
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha512sums=('f1946394595baa2b2889c4fed5e8745036cecfe9c425010c41fbc4baa71ffd7ff3e78289dd7ee14f0c74c482056838e5408d63f9ee9ee06c31ed920282f08507'
+sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 
@@ -46,10 +46,10 @@
 
   make -C lib DESTDIR="${pkgdir}" install
 
-  mv "${pkgdir}"/usr/lib32/libcurl{,-compat}.so.4.6.0
+  mv "${pkgdir}"/usr/lib32/libcurl{,-compat}.so.4.7.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 4.5.0; do
-ln -s libcurl-compat.so.4.6.0 "${pkgdir}"/usr/lib32/libcurl.so.${version}
+  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0 4.5.0 4.6.0; do
+ln -s libcurl-compat.so.4.7.0 "${pkgdir}"/usr/lib32/libcurl.so.${version}
   done
 
   install -dm 755 "${pkgdir}"/usr/share/licenses


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

2020-10-13 Thread Christian Hesse via arch-commits
Date: Wednesday, October 14, 2020 @ 06:49:15
  Author: eworm
Revision: 398310

archrelease: copy trunk to testing-x86_64

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

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

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 398309, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-14 06:49:15 UTC (rev 398310)
@@ -0,0 +1,50 @@
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.73.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' 'libssh2.so' 'openssl' 'zlib'
+ 'libpsl' 'libpsl.so' 'libnghttp2' 'libidn2' 'libidn2.so' 'zstd')
+provides=('libcurl.so')
+source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
+'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 -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}


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

2020-10-13 Thread Christian Hesse via arch-commits
Date: Wednesday, October 14, 2020 @ 06:49:22
  Author: eworm
Revision: 723870

upgpkg: libcurl-compat 7.73.0-1: new upstream release

Modified:
  libcurl-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 05:56:39 UTC (rev 723869)
+++ PKGBUILD2020-10-14 06:49:22 UTC (rev 723870)
@@ -2,8 +2,8 @@
 # Contributor: Piotr Balcerowski 
 
 pkgname=libcurl-compat
-pkgver=7.72.0
-pkgrel=3
+pkgver=7.73.0
+pkgrel=1
 pkgdesc='An URL retrieval library (without versioned symbols)'
 arch=('x86_64')
 url='https://curl.haxx.se'
@@ -12,7 +12,7 @@
  'libpsl' 'libpsl.so' 'libssh' 'libssh2.so' 'zlib' 'zstd')
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha512sums=('f1946394595baa2b2889c4fed5e8745036cecfe9c425010c41fbc4baa71ffd7ff3e78289dd7ee14f0c74c482056838e5408d63f9ee9ee06c31ed920282f08507'
+sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 
@@ -41,10 +41,10 @@
 
   make -C lib DESTDIR="${pkgdir}" install
 
-  mv "${pkgdir}"/usr/lib/libcurl{,-compat}.so.4.6.0
+  mv "${pkgdir}"/usr/lib/libcurl{,-compat}.so.4.7.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 4.5.0; do
-ln -s libcurl-compat.so.4.6.0 "${pkgdir}"/usr/lib/libcurl.so.${version}
+  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0 4.5.0 4.6.0; do
+ln -s libcurl-compat.so.4.7.0 "${pkgdir}"/usr/lib/libcurl.so.${version}
   done
 
   install -dm 755 "${pkgdir}"/usr/share/licenses


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

2020-10-13 Thread Christian Hesse via arch-commits
Date: Wednesday, October 14, 2020 @ 06:49:08
  Author: eworm
Revision: 398309

upgpkg: curl 7.73.0-1: new upstream release

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 06:09:54 UTC (rev 398308)
+++ PKGBUILD2020-10-14 06:49:08 UTC (rev 398309)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=curl
-pkgver=7.72.0
-pkgrel=2
+pkgver=7.73.0
+pkgrel=1
 pkgdesc="An URL retrieval utility and library"
 arch=('x86_64')
 url="https://curl.haxx.se";
@@ -15,7 +15,7 @@
  'libpsl' 'libpsl.so' 'libnghttp2' 'libidn2' 'libidn2.so' 'zstd')
 provides=('libcurl.so')
 source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('f1946394595baa2b2889c4fed5e8745036cecfe9c425010c41fbc4baa71ffd7ff3e78289dd7ee14f0c74c482056838e5408d63f9ee9ee06c31ed920282f08507'
+sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 


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

2020-10-13 Thread Christian Hesse via arch-commits
Date: Wednesday, October 14, 2020 @ 06:49:32
  Author: eworm
Revision: 723872

upgpkg: libcurl-gnutls 7.73.0-1: new upstream release

Modified:
  libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 06:49:25 UTC (rev 723871)
+++ PKGBUILD2020-10-14 06:49:32 UTC (rev 723872)
@@ -2,8 +2,8 @@
 # Contributor: Lizao (Larry) Li 
 
 pkgname=libcurl-gnutls
-pkgver=7.72.0
-pkgrel=2
+pkgver=7.73.0
+pkgrel=1
 pkgdesc='An URL retrieval library (linked against gnutls)'
 arch=('x86_64')
 url='https://curl.haxx.se'
@@ -13,7 +13,7 @@
  'zlib' 'zstd')
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha512sums=('f1946394595baa2b2889c4fed5e8745036cecfe9c425010c41fbc4baa71ffd7ff3e78289dd7ee14f0c74c482056838e5408d63f9ee9ee06c31ed920282f08507'
+sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 
@@ -44,10 +44,10 @@
 
   make -C lib DESTDIR="${pkgdir}" install
 
-  mv "${pkgdir}"/usr/lib/libcurl{,-gnutls}.so.4.6.0
+  mv "${pkgdir}"/usr/lib/libcurl{,-gnutls}.so.4.7.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 4.5.0; do
-ln -s libcurl-gnutls.so.4.6.0 
"${pkgdir}"/usr/lib/libcurl-gnutls.so.${version}
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0 4.5.0 4.6.0; do
+ln -s libcurl-gnutls.so.4.7.0 
"${pkgdir}"/usr/lib/libcurl-gnutls.so.${version}
   done
 
   install -dm 755 "${pkgdir}"/usr/share/licenses


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

2020-10-13 Thread Christian Hesse via arch-commits
Date: Wednesday, October 14, 2020 @ 06:49:25
  Author: eworm
Revision: 723871

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 723870, libcurl-compat/trunk/PKGBUILD)

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

Copied: libcurl-compat/repos/community-testing-x86_64/PKGBUILD (from rev 
723870, libcurl-compat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-10-14 06:49:25 UTC (rev 723871)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Piotr Balcerowski 
+
+pkgname=libcurl-compat
+pkgver=7.73.0
+pkgrel=1
+pkgdesc='An URL retrieval library (without versioned symbols)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('curl' 'glibc' 'libidn2' 'libidn2.so' 'krb5' 'openssl' 'libnghttp2'
+ 'libpsl' 'libpsl.so' 'libssh' 'libssh2.so' 'zlib' 'zstd')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+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.7.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 4.5.0 4.6.0; do
+ln -s libcurl-compat.so.4.7.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 (user-manager)

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 14, 2020 @ 06:09:54
  Author: arojas
Revision: 398308

Drop obsolete package

Deleted:
  user-manager/


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

2020-10-13 Thread Jiachen Yang via arch-commits
Date: Wednesday, October 14, 2020 @ 05:56:02
  Author: farseerfc
Revision: 723868

upgpkg: stratisd 2.2.0-2: stratisd: package stratis_migrate_symlinks.sh

Modified:
  stratisd/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 23:20:50 UTC (rev 723867)
+++ PKGBUILD2020-10-14 05:56:02 UTC (rev 723868)
@@ -3,7 +3,7 @@
 
 pkgname='stratisd'
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Easy to use local storage management for Linux.'
 arch=('x86_64')
 url='https://stratis-storage.github.io/'
@@ -42,6 +42,10 @@
   cd "${pkgname}-${pkgver}"
 
   install -D -m755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m755 "target/release/stratis_dbusquery_version" 
"${pkgdir}/usr/bin/stratis_dbusquery_version"
+  install -D -m755 "target/release/stratis_uuids_to_names" 
"${pkgdir}/usr/lib/udev/stratis_uuids_to_names"
+  install -D -m755 "developer_tools/stratis_migrate_symlinks.sh" 
"${pkgdir}/usr/bin/stratis_migrate_symlinks.sh"
+  install -D -m644 udev/11-stratisd.rules 
"${pkgdir}/usr/lib/udev/rules.d/11-stratisd.rules"
   install -D -m644 stratisd.service 
"${pkgdir}/usr/lib/systemd/system/stratisd.service"
   install -D -m644 org.storage.stratis2.service 
"${pkgdir}/usr/share/dbus-1/system-services/org.storage.stratis2.service"
   install -D -m644 stratisd.conf 
"${pkgdir}/usr/share/dbus-1/system.d/stratisd.conf"


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

2020-10-13 Thread Jiachen Yang via arch-commits
Date: Wednesday, October 14, 2020 @ 05:56:39
  Author: farseerfc
Revision: 723869

archrelease: copy trunk to community-x86_64

Added:
  stratisd/repos/community-x86_64/PKGBUILD
(from rev 723868, stratisd/trunk/PKGBUILD)
Deleted:
  stratisd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 05:56:02 UTC (rev 723868)
+++ PKGBUILD2020-10-14 05:56:39 UTC (rev 723869)
@@ -1,52 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Contributor: Dan Beste 
-
-pkgname='stratisd'
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Easy to use local storage management for Linux.'
-arch=('x86_64')
-url='https://stratis-storage.github.io/'
-license=('MPL2')
-makedepends=('asciidoc' 'cargo' 'rust' 'clang')
-depends=('dbus' 'cryptsetup' 'util-linux-libs')
-optdepends=('stratis-cli: command line interface')
-checkdepends=('python-pyudev')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/stratisd/archive/v${pkgver}.tar.gz";)
-b2sums=('99708f4d0a44a4c1ec9487bb938fd4136dc30c34ff2d93186e662ee0586cd5e860ef85315c7bcc46799e398aaa580da5e4188b00b2306278370d9c094828b003')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # patch systemd config
-  sed -i 's,/usr/libexec,/usr/bin,g' stratisd.service
-  # patch dbus config
-  sed -i 's, --debug,,g' org.storage.stratis2.service
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  # Release
-  make release
-  make stratisd.8
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -D -m755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m644 stratisd.service 
"${pkgdir}/usr/lib/systemd/system/stratisd.service"
-  install -D -m644 org.storage.stratis2.service 
"${pkgdir}/usr/share/dbus-1/system-services/org.storage.stratis2.service"
-  install -D -m644 stratisd.conf 
"${pkgdir}/usr/share/dbus-1/system.d/stratisd.conf"
-  install -D -m644 docs/stratisd.8 "${pkgdir}/usr/share/man/man8/stratisd.8"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: stratisd/repos/community-x86_64/PKGBUILD (from rev 723868, 
stratisd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 05:56:39 UTC (rev 723869)
@@ -0,0 +1,56 @@
+# Maintainer: Jiachen YANG 
+# Contributor: Dan Beste 
+
+pkgname='stratisd'
+pkgver=2.2.0
+pkgrel=2
+pkgdesc='Easy to use local storage management for Linux.'
+arch=('x86_64')
+url='https://stratis-storage.github.io/'
+license=('MPL2')
+makedepends=('asciidoc' 'cargo' 'rust' 'clang')
+depends=('dbus' 'cryptsetup' 'util-linux-libs')
+optdepends=('stratis-cli: command line interface')
+checkdepends=('python-pyudev')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/stratisd/archive/v${pkgver}.tar.gz";)
+b2sums=('99708f4d0a44a4c1ec9487bb938fd4136dc30c34ff2d93186e662ee0586cd5e860ef85315c7bcc46799e398aaa580da5e4188b00b2306278370d9c094828b003')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # patch systemd config
+  sed -i 's,/usr/libexec,/usr/bin,g' stratisd.service
+  # patch dbus config
+  sed -i 's, --debug,,g' org.storage.stratis2.service
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  # Release
+  make release
+  make stratisd.8
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -D -m755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m755 "target/release/stratis_dbusquery_version" 
"${pkgdir}/usr/bin/stratis_dbusquery_version"
+  install -D -m755 "target/release/stratis_uuids_to_names" 
"${pkgdir}/usr/lib/udev/stratis_uuids_to_names"
+  install -D -m755 "developer_tools/stratis_migrate_symlinks.sh" 
"${pkgdir}/usr/bin/stratis_migrate_symlinks.sh"
+  install -D -m644 udev/11-stratisd.rules 
"${pkgdir}/usr/lib/udev/rules.d/11-stratisd.rules"
+  install -D -m644 stratisd.service 
"${pkgdir}/usr/lib/systemd/system/stratisd.service"
+  install -D -m644 org.storage.stratis2.service 
"${pkgdir}/usr/share/dbus-1/system-services/org.storage.stratis2.service"
+  install -D -m644 stratisd.conf 
"${pkgdir}/usr/share/dbus-1/system.d/stratisd.conf"
+  install -D -m644 docs/stratisd.8 "${pkgdir}/usr/share/man/man8/stratisd.8"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-10-13 Thread Maxim Baz via arch-commits
Date: Tuesday, October 13, 2020 @ 23:20:46
  Author: maximbaz
Revision: 723866

upgpkg: croc 8.5.1-1

Modified:
  croc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 21:57:51 UTC (rev 723865)
+++ PKGBUILD2020-10-13 23:20:46 UTC (rev 723866)
@@ -2,7 +2,7 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=8.4.0
+pkgver=8.5.1
 pkgrel=1
 pkgdesc='Easily and securely send things from one computer to another.'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go')
 source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('2f0de360e252974dbb7d2ab688f17b0ad6e842b48a33bd33ec9272055aca2780')
+sha256sums=('b76e5523a8c621ddbaf6dacf3e70c6f614b8a35d494be43412082e9bf7323df2')
 
 build() {
 cd "${pkgname}-${pkgver}"


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

2020-10-13 Thread Maxim Baz via arch-commits
Date: Tuesday, October 13, 2020 @ 23:20:50
  Author: maximbaz
Revision: 723867

archrelease: copy trunk to community-x86_64

Added:
  croc/repos/community-x86_64/PKGBUILD
(from rev 723866, croc/trunk/PKGBUILD)
Deleted:
  croc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 23:20:46 UTC (rev 723866)
+++ PKGBUILD2020-10-13 23:20:50 UTC (rev 723867)
@@ -1,36 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Mikuro Kagamine 
-
-pkgname=croc
-pkgver=8.4.0
-pkgrel=1
-pkgdesc='Easily and securely send things from one computer to another.'
-arch=('x86_64')
-url="https://github.com/schollz/${pkgname}";
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('2f0de360e252974dbb7d2ab688f17b0ad6e842b48a33bd33ec9272055aca2780')
-
-build() {
-cd "${pkgname}-${pkgver}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw"
-go build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test ./...
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 723866, 
croc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 23:20:50 UTC (rev 723867)
@@ -0,0 +1,36 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=8.5.1
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname}";
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
+sha256sums=('b76e5523a8c621ddbaf6dacf3e70c6f614b8a35d494be43412082e9bf7323df2')
+
+build() {
+cd "${pkgname}-${pkgver}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw"
+go build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}


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

2020-10-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, October 13, 2020 @ 21:57:26
  Author: dbermond
Revision: 723864

upgpkg: cargo-c 0.6.15-1

Modified:
  cargo-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 21:28:12 UTC (rev 723863)
+++ PKGBUILD2020-10-13 21:57:26 UTC (rev 723864)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=cargo-c
-pkgver=0.6.14
+pkgver=0.6.15
 pkgrel=1
 pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 makedepends=('rust')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/lu-zero/cargo-c/archive/v${pkgver}.tar.gz";
 
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock";)
-sha256sums=('71b7f6c1c729e2e3c98d16c5d72c8eb634ae480283fdfb6b7ecd9a56071c58b7'
-'22145ba8e76c016a6f9a5e716df1e2cae46c7db20409cb854a995d7514feabab')
+sha256sums=('528d2a66d1b866e2d860e42a0c9184b75873539cb86ece948c00f4b3bd5028fa'
+'6dfd7a9d7989b331fedf8a45e79fb8471eef69e7b32fa8d74795368db5360b67')
 
 prepare() {
 ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"


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

2020-10-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, October 13, 2020 @ 21:57:51
  Author: dbermond
Revision: 723865

archrelease: copy trunk to community-x86_64

Added:
  cargo-c/repos/community-x86_64/PKGBUILD
(from rev 723864, cargo-c/trunk/PKGBUILD)
Deleted:
  cargo-c/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 21:57:26 UTC (rev 723864)
+++ PKGBUILD2020-10-13 21:57:51 UTC (rev 723865)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgname=cargo-c
-pkgver=0.6.14
-pkgrel=1
-pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
-arch=('x86_64')
-url='https://github.com/lu-zero/cargo-c/'
-license=('MIT')
-depends=('curl' 'openssl' 'zlib')
-makedepends=('rust')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/lu-zero/cargo-c/archive/v${pkgver}.tar.gz";
-
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock";)
-sha256sums=('71b7f6c1c729e2e3c98d16c5d72c8eb634ae480283fdfb6b7ecd9a56071c58b7'
-'22145ba8e76c016a6f9a5e716df1e2cae46c7db20409cb854a995d7514feabab')
-
-prepare() {
-ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"
-cargo fetch --locked --manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-build() {
-cargo build --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-check() {
-cargo test --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-package() {
-install -D -m755 
"${pkgname}-${pkgver}/target/release/"cargo-c{build,install} -t 
"${pkgdir}/usr/bin"
-install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: cargo-c/repos/community-x86_64/PKGBUILD (from rev 723864, 
cargo-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 21:57:51 UTC (rev 723865)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel Bermond 
+
+pkgname=cargo-c
+pkgver=0.6.15
+pkgrel=1
+pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
+arch=('x86_64')
+url='https://github.com/lu-zero/cargo-c/'
+license=('MIT')
+depends=('curl' 'openssl' 'zlib')
+makedepends=('rust')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/lu-zero/cargo-c/archive/v${pkgver}.tar.gz";
+
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock";)
+sha256sums=('528d2a66d1b866e2d860e42a0c9184b75873539cb86ece948c00f4b3bd5028fa'
+'6dfd7a9d7989b331fedf8a45e79fb8471eef69e7b32fa8d74795368db5360b67')
+
+prepare() {
+ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"
+cargo fetch --locked --manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+build() {
+cargo build --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+check() {
+cargo test --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+package() {
+install -D -m755 
"${pkgname}-${pkgver}/target/release/"cargo-c{build,install} -t 
"${pkgdir}/usr/bin"
+install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in qt6-doc/kde-unstable (PKGBUILD)

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 21:31:13
  Author: arojas
Revision: 398261

Cleanup, fix pkgdesc

Modified:
  qt6-doc/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 20:43:40 UTC (rev 398260)
+++ PKGBUILD2020-10-13 21:31:13 UTC (rev 398261)
@@ -14,8 +14,7 @@
  shared-mime-info xcb-util-wm libxrender libxi sqlite mesa
  tslib libinput libxkbcommon-x11 libproxy libcups double-conversion 
md4c brotli libb2)
 makedepends=(cmake libfbclient mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
- gtk3 libpulse cups freetds vulkan-headers qt6-tools)
-makedepends+=(clang python llvm xorg-server-xvfb)
+ gtk3 libpulse cups freetds vulkan-headers qt6-tools clang python 
llvm)
 groups=(qt6)
 _pkgfn="qt-everywhere-src-${_qtver}"
 
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfn}.tar.xz";)
@@ -44,6 +43,7 @@
 }
 
 package_qt6-doc() {
+  pkgdesc='A cross-platform application and UI framework (Documentation)'
   cd $_pkgfn
   INSTALL_ROOT="$pkgdir" make install_docs
 


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

2020-10-13 Thread David Runge via arch-commits
Date: Tuesday, October 13, 2020 @ 21:28:12
  Author: dvzrv
Revision: 723863

archrelease: copy trunk to community-x86_64

Added:
  snd/repos/community-x86_64/PKGBUILD
(from rev 723862, snd/trunk/PKGBUILD)
Deleted:
  snd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 21:28:00 UTC (rev 723862)
+++ PKGBUILD2020-10-13 21:28:12 UTC (rev 723863)
@@ -1,68 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Juergen Hoetzel 
-
-pkgname=snd
-pkgver=20.7
-pkgrel=1
-pkgdesc="An advanced sound editor"
-arch=('x86_64')
-url="https://ccrma.stanford.edu/software/snd/";
-license=('custom:free')
-groups=('pro-audio')
-depends=('cairo' 'gdk-pixbuf2' 'glibc' 'gmp' 'gsl' 'libmpc' 'mpfr' 'ruby')
-# TODO: maybe replace mpg123 with mpg321
-makedepends=('alsa-lib' 'fftw' 'flac' 'gendesk' 'glib2' 'glu' 'gtk3' 'jack'
-'ladspa' 'libpulse' 'libsamplerate' 'libxpm' 'mpg123' 'openmotif' 'pango'
-'speex' 'timidity++' 'vorbis-tools' 'wavpack')
-optdepends=('wavpack: For wav support'
-'flac: For flac support'
-'speex: For speex support'
-'mpg123: For MPEG support'
-'pulseaudio: For pulseaudio support'
-'timidity++: For MIDI to WAVE support'
-'vorbis-tools: For OGG support')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('bc45a6357588759bd7b19152e2ae621e8f084df916a1b1cc890a1d27c1394c05b8a1083f7e0dd2258be4b36cef32a7491dca9e1546953ef2fe579b25d5e07eb9')
-b2sums=('0f747bf1ba1e5915e2eab40d8bf5228a41ae22f946178c0730571cbc4a13ed06a29635149c584dc91ce544d8ea4e17a1f51a55e2f363cd65a631de4169a183d9')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # create XDG desktop file, as the default is broken
-  gendesk -f -n \
-  --pkgname "${pkgname}" \
-  --name "${pkgname}" \
-  --exec "${pkgname}" \
-  --genericname "Sound Editor" \
-  --categories "AudioVideo;Audio"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --with-alsa \
-  --with-gmp \
-  --with-gtk \
-  --with-jack \
-  --with-ladspa \
-  --with-pulseaudio \
-  --with-ruby
-  make
-}
-
-package() {
-  depends+=('libasound.so' 'libfftw3.so' 'libgdk-3.so' 'libgio-2.0.so'
-  'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-3.so' 'libjack.so'
-  'libpangocairo-1.0.so' 'libpango-1.0.so' 'libsamplerate.so')
-  cd "${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" install
-  install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"
-  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  # docs
-  install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 *.html -t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  install -vDm 644 pix/*.png -t "${pkgdir}/usr/share/doc/${pkgname}/html/pix"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snd/repos/community-x86_64/PKGBUILD (from rev 723862, 
snd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 21:28:12 UTC (rev 723863)
@@ -0,0 +1,67 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Juergen Hoetzel 
+
+pkgname=snd
+pkgver=20.8
+pkgrel=1
+pkgdesc="An advanced sound editor"
+arch=('x86_64')
+url="https://ccrma.stanford.edu/software/snd/";
+license=('custom:free')
+groups=('pro-audio')
+depends=('glibc' 'glu' 'gmp' 'gsl' 'libglvnd' 'libmpc' 'libx11' 'libxext'
+'libxpm' 'libxt' 'mpfr' 'openmotif' 'ruby')
+# TODO: maybe replace mpg123 with mpg321
+makedepends=('alsa-lib' 'fftw' 'flac' 'gendesk' 'jack' 'ladspa' 'libpulse'
+'libsamplerate' 'mpg123' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+optdepends=('wavpack: For wav support'
+'flac: For flac support'
+'speex: For speex support'
+'mpg123: For MPEG support'
+'pulseaudio: For pulseaudio support'
+'timidity++: For MIDI to WAVE support'
+'vorbis-tools: For OGG support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('3c52cea9f3a829d8d7a8172babdc99f500e42581c3aee503d18e48217d4efb5753475db600b6af55f4bf81227a1fef95866af6c04636e2cb94bf6a8ad6b71e92')
+b2sums=('d02085d99b22285bee5fdcba988be6c25e3e6c669123d7b6d2549096d4703a200beae06c21cece2a4a25da72065f0c6edfd75c9683f7f9311592ed12943254bd')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # create XDG desktop file, as the default is broken
+  gendesk -f -n \
+  --pkgname "${pkgname}" \
+  --name "${pkgname}" \
+  --exec "${pkgna

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

2020-10-13 Thread David Runge via arch-commits
Date: Tuesday, October 13, 2020 @ 21:28:00
  Author: dvzrv
Revision: 723862

upgpkg: snd 20.8-1: Upgrade to 20.8.

As upstream has dropped GTK3 support(?), snd's GUI is now again
based on openmotif.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 20:42:55 UTC (rev 723861)
+++ PKGBUILD2020-10-13 21:28:00 UTC (rev 723862)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=snd
-pkgver=20.7
+pkgver=20.8
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -10,11 +10,11 @@
 url="https://ccrma.stanford.edu/software/snd/";
 license=('custom:free')
 groups=('pro-audio')
-depends=('cairo' 'gdk-pixbuf2' 'glibc' 'gmp' 'gsl' 'libmpc' 'mpfr' 'ruby')
+depends=('glibc' 'glu' 'gmp' 'gsl' 'libglvnd' 'libmpc' 'libx11' 'libxext'
+'libxpm' 'libxt' 'mpfr' 'openmotif' 'ruby')
 # TODO: maybe replace mpg123 with mpg321
-makedepends=('alsa-lib' 'fftw' 'flac' 'gendesk' 'glib2' 'glu' 'gtk3' 'jack'
-'ladspa' 'libpulse' 'libsamplerate' 'libxpm' 'mpg123' 'openmotif' 'pango'
-'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+makedepends=('alsa-lib' 'fftw' 'flac' 'gendesk' 'jack' 'ladspa' 'libpulse'
+'libsamplerate' 'mpg123' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
 optdepends=('wavpack: For wav support'
 'flac: For flac support'
 'speex: For speex support'
@@ -23,8 +23,8 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('bc45a6357588759bd7b19152e2ae621e8f084df916a1b1cc890a1d27c1394c05b8a1083f7e0dd2258be4b36cef32a7491dca9e1546953ef2fe579b25d5e07eb9')
-b2sums=('0f747bf1ba1e5915e2eab40d8bf5228a41ae22f946178c0730571cbc4a13ed06a29635149c584dc91ce544d8ea4e17a1f51a55e2f363cd65a631de4169a183d9')
+sha512sums=('3c52cea9f3a829d8d7a8172babdc99f500e42581c3aee503d18e48217d4efb5753475db600b6af55f4bf81227a1fef95866af6c04636e2cb94bf6a8ad6b71e92')
+b2sums=('d02085d99b22285bee5fdcba988be6c25e3e6c669123d7b6d2549096d4703a200beae06c21cece2a4a25da72065f0c6edfd75c9683f7f9311592ed12943254bd')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -41,10 +41,11 @@
   cd "${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
   --with-alsa \
+  --with-gl \
   --with-gmp \
-  --with-gtk \
   --with-jack \
   --with-ladspa \
+  --with-motif \
   --with-pulseaudio \
   --with-ruby
   make
@@ -51,9 +52,7 @@
 }
 
 package() {
-  depends+=('libasound.so' 'libfftw3.so' 'libgdk-3.so' 'libgio-2.0.so'
-  'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-3.so' 'libjack.so'
-  'libpangocairo-1.0.so' 'libpango-1.0.so' 'libsamplerate.so')
+  depends+=('libasound.so' 'libfftw3.so' 'libjack.so' 'libsamplerate.so')
   cd "${pkgname}-${pkgver}"
   make prefix="${pkgdir}/usr" install
   install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 20:43:40
  Author: arojas
Revision: 398260

archrelease: copy trunk to extra-x86_64

Added:
  maeparser/repos/extra-x86_64/PKGBUILD
(from rev 398259, maeparser/trunk/PKGBUILD)
Deleted:
  maeparser/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 20:43:30 UTC (rev 398259)
+++ PKGBUILD2020-10-13 20:43:40 UTC (rev 398260)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=maeparser
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="Maestro file parser"
-arch=(x86_64)
-url="https://github.com/schrodinger/maeparser";
-license=(MIT)
-depends=(boost-libs)
-makedepends=(cmake boost)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/schrodinger/maeparser/archive/v$pkgver.tar.gz";)
-sha256sums=('ca2e2dead8a1fdd74b624ca0f0c4dde205d0b8abbbfdd62de0786f2d3f6f291c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE.txt -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: maeparser/repos/extra-x86_64/PKGBUILD (from rev 398259, 
maeparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 20:43:40 UTC (rev 398260)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=maeparser
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="Maestro file parser"
+arch=(x86_64)
+url="https://github.com/schrodinger/maeparser";
+license=(MIT)
+depends=(boost-libs)
+makedepends=(cmake boost)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/schrodinger/maeparser/archive/v$pkgver.tar.gz";)
+sha256sums=('c62d5846c85a2982cfa8895ffbed8a6ce57678d936ddfebf429546fab4b0a36d')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $pkgname-$pkgver/LICENSE.txt -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 20:43:30
  Author: arojas
Revision: 398259

Update to 1.2.4

Modified:
  maeparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 20:38:19 UTC (rev 398258)
+++ PKGBUILD2020-10-13 20:43:30 UTC (rev 398259)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=maeparser
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="Maestro file parser"
 arch=(x86_64)
@@ -10,22 +10,16 @@
 depends=(boost-libs)
 makedepends=(cmake boost)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/schrodinger/maeparser/archive/v$pkgver.tar.gz";)
-sha256sums=('ca2e2dead8a1fdd74b624ca0f0c4dde205d0b8abbbfdd62de0786f2d3f6f291c')
+sha256sums=('c62d5846c85a2982cfa8895ffbed8a6ce57678d936ddfebf429546fab4b0a36d')
 
-prepare() {
-  mkdir -p build
-}
-
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE.txt -t 
"$pkgdir"/usr/share/licenses/$pkgname
+  install -Dm644 $pkgname-$pkgver/LICENSE.txt -t 
"$pkgdir"/usr/share/licenses/$pkgname
 }


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

2020-10-13 Thread David Runge via arch-commits
Date: Tuesday, October 13, 2020 @ 20:42:55
  Author: dvzrv
Revision: 723861

archrelease: copy trunk to community-staging-x86_64

Added:
  faust/repos/community-staging-x86_64/
  faust/repos/community-staging-x86_64/PKGBUILD
(from rev 723860, faust/trunk/PKGBUILD)

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

Copied: faust/repos/community-staging-x86_64/PKGBUILD (from rev 723860, 
faust/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-13 20:42:55 UTC (rev 723861)
@@ -0,0 +1,109 @@
+# Maintainer: David Runge 
+# Contributor: Albert Graef 
+# Contributor: Bernardo Barros 
+# Contributor: bjoern lindig (bjoern _dot_ lindig _at_ google.com)
+
+pkgname=faust
+pkgver=2.27.2
+pkgrel=2
+pkgdesc="A functional programming language for realtime audio signal 
processing."
+arch=('x86_64')
+url="https://faust.grame.fr/";
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'llvm-libs' 'libmicrohttpd')
+makedepends=('cmake' 'libsndfile' 'llvm' 'xxd')
+optdepends=('clang: for sound2reader'
+'csound: for faust2csound'
+'gradle: for faust2android'
+'graphviz: for faust2sig{,viewer}'
+'gtk2: for faust2{jack,rosgtk}'
+'inkscape: for faust2{pdf,png}'
+'jack: for 
faust2{api,jack{,console,internal,server,rust},jaqt,netjackqt,nodejs,ros,rosgtk,rpinetjackconsole}'
+'swig: for faust2android'
+'libsndfile: for faust2{dummy,sndfile}'
+'octave: for faust2octave'
+'pd: for faust2puredata'
+'portaudio: for faust2paqt'
+'python: for faust2md and faust2atomsnippets'
+'qt5-tools: for faust2{faustvst,jaqt,lv2}'
+'rtaudio: for faust2raqt'
+'ruby: for faust2sc and scbuilder'
+'rust: for faust2jackrust'
+'supercollider: for faust2supercollider'
+'texlive-core: for faust2pdf')
+provides=('libfaustmachine.so' 'libfaust.so' 'libOSCFaust.so' 
'libHTTPDFaust.so')
+options=('staticlibs')
+source=("https://github.com/grame-cncm/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('1063df1df1cefe90d9b2a0e282a604cf0658461eda84665c9ee192695ddd60b3538758d054f336e9e9dd9394698e7310790e033016eba29bcd07c2ddd074a780')
+b2sums=('d5dd37d46ac7d40be227a0839e55951a6381fbfff09bd534dcdbd6c6936156f45215cac94d07d73ae86a600d8acf3b16fa880e6733587c43d7085e77c199c913')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -C build/backends/all.cmake \
+-C build/targets/all.cmake \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-DINCLUDE_DYNAMIC=ON \
+-DINCLUDE_STATIC=ON \
+-DINCLUDE_ITP=ON \
+-W no-dev \
+-B "${pkgname}-build" \
+-S build
+  make VERBOSE=1 -C "${pkgname}-build"
+  make VERBOSE=1 -C tools/sound2faust
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 PREFIX=/usr DESTDIR="$pkgdir" install -C "${pkgname}-build"
+  make VERBOSE=1 PREFIX=/usr DESTDIR="$pkgdir" install -C tools/sound2faust
+
+  # docs
+  install -vDm 644 documentation/{,misc/}*.pdf \
+-t "${pkgdir}/usr/share/doc/${pkgname}" \
+
+  # examples
+  install -vd "${pkgdir}/usr/share/${pkgname}/examples"
+  cp -vR "examples/"* "${pkgdir}/usr/share/${pkgname}/examples/"
+
+  cd syntax-highlighting
+  # atom
+  install -vDm 644 "atom/language-${pkgname}/package.json" \
+-t "${pkgdir}/usr/lib/atom/dot-atom/packages/language-${pkgname}/"
+  install -vDm 644 "atom/language-${pkgname}/grammars/${pkgname}.cson" \
+-t "${pkgdir}/usr/lib/atom/dot-atom/packages/language-${pkgname}/grammars/"
+  install -vDm 644 
"atom/language-${pkgname}/settings/language-${pkgname}.cson" \
+-t "${pkgdir}/usr/lib/atom/dot-atom/packages/language-${pkgname}/settings/"
+  install -vDm 644 "atom/language-${pkgname}/snippets/"* \
+-t "${pkgdir}/usr/lib/atom/dot-atom/packages/language-${pkgname}/snippets/"
+  install -vDm 644 "atom/language-${pkgname}/process-palette.json.linux" \
+"${pkgdir}/usr/share/doc/${pkgname}/process-palette.json"
+  # kate
+  install -vDm 644 "${pkgname}.xml" \
+-t "${pkgdir}/usr/share/apps/katepart/syntax/"
+  # gedit
+  install -vDm 644 "${pkgname}.lang" \
+-t "${pkgdir}/usr/share/gtksourceview-2.0/language-specs/"
+  install -vDm 644 "${pkgname}.lang" \
+-t "${pkgdir}/usr/share/gtksourceview-3.0/language-specs/"
+  # highlight
+  install -vDm 644 dsp.lang -t "$pkgdir/usr/share/highlight/langDefs/"
+  # nano
+  install -vDm 644 "${pkgname}.nanorc" -t "$pkgdir/usr/share/nano/"
+  # vim
+  install -vDm 644 "${pkgname}.vim" \
+-t "${pkgdir}/usr/share/vim/vimfiles/syntax/"
+  # emacs
+  install -vDm 644 "${pkgname}-mode.el" \
+-t "${pkgdir}/

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

2020-10-13 Thread David Runge via arch-commits
Date: Tuesday, October 13, 2020 @ 20:41:42
  Author: dvzrv
Revision: 723860

upgpkg: faust 2.27.2-2: Rebuild against llvm 11

Modified:
  faust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 19:36:46 UTC (rev 723859)
+++ PKGBUILD2020-10-13 20:41:42 UTC (rev 723860)
@@ -5,7 +5,7 @@
 
 pkgname=faust
 pkgver=2.27.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A functional programming language for realtime audio signal 
processing."
 arch=('x86_64')
 url="https://faust.grame.fr/";


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 20:38:09
  Author: arojas
Revision: 398257

Update to 1.4.2

Modified:
  coordgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 19:54:15 UTC (rev 398256)
+++ PKGBUILD2020-10-13 20:38:09 UTC (rev 398257)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=coordgen
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="Schrodinger-developed 2D Coordinate Generation"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(maeparser)
 makedepends=(cmake boost)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/schrodinger/coordgenlibs/archive/v$pkgver.tar.gz";)
-sha256sums=('9036bc332638e0f0cc5ec0693301bff19d276c16e336ea7e5c217c18cba76dd1')
+sha256sums=('de8886db30fbb78d08d1532c21e710c5a967e5927e46866f07a9f7eab49d8b3c')
 
 build() {
   cmake -B build -S coordgenlibs-$pkgver \


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 20:38:19
  Author: arojas
Revision: 398258

archrelease: copy trunk to extra-x86_64

Added:
  coordgen/repos/extra-x86_64/PKGBUILD
(from rev 398257, coordgen/trunk/PKGBUILD)
Deleted:
  coordgen/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 20:38:09 UTC (rev 398257)
+++ PKGBUILD2020-10-13 20:38:19 UTC (rev 398258)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=coordgen
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Schrodinger-developed 2D Coordinate Generation"
-arch=(x86_64)
-url="https://github.com/schrodinger/coordgenlibs";
-license=(BSD)
-depends=(maeparser)
-makedepends=(cmake boost)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/schrodinger/coordgenlibs/archive/v$pkgver.tar.gz";)
-sha256sums=('9036bc332638e0f0cc5ec0693301bff19d276c16e336ea7e5c217c18cba76dd1')
-
-build() {
-  cmake -B build -S coordgenlibs-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCOORDGEN_USE_MAEPARSER=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm644 coordgenlibs-$pkgver/templates.mae -t 
"$pkgdir"/usr/share/coordgen
-  install -Dm644 coordgenlibs-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: coordgen/repos/extra-x86_64/PKGBUILD (from rev 398257, 
coordgen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 20:38:19 UTC (rev 398258)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=coordgen
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Schrodinger-developed 2D Coordinate Generation"
+arch=(x86_64)
+url="https://github.com/schrodinger/coordgenlibs";
+license=(BSD)
+depends=(maeparser)
+makedepends=(cmake boost)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/schrodinger/coordgenlibs/archive/v$pkgver.tar.gz";)
+sha256sums=('de8886db30fbb78d08d1532c21e710c5a967e5927e46866f07a9f7eab49d8b3c')
+
+build() {
+  cmake -B build -S coordgenlibs-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCOORDGEN_USE_MAEPARSER=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 coordgenlibs-$pkgver/templates.mae -t 
"$pkgdir"/usr/share/coordgen
+  install -Dm644 coordgenlibs-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-10-13 Thread Jelle van der Waa via arch-commits
Date: Tuesday, October 13, 2020 @ 19:54:15
  Author: jelle
Revision: 398256

archrelease: copy trunk to testing-any

Added:
  dnssec-anchors/repos/testing-any/
  dnssec-anchors/repos/testing-any/LICENSE
(from rev 398255, dnssec-anchors/trunk/LICENSE)
  dnssec-anchors/repos/testing-any/PKGBUILD
(from rev 398255, dnssec-anchors/trunk/PKGBUILD)
  dnssec-anchors/repos/testing-any/dnssec-anchors-versioned.sh
(from rev 398255, dnssec-anchors/trunk/dnssec-anchors-versioned.sh)

-+
 LICENSE |1 +
 PKGBUILD|   23 +++
 dnssec-anchors-versioned.sh |   23 +++
 3 files changed, 47 insertions(+)

Copied: dnssec-anchors/repos/testing-any/LICENSE (from rev 398255, 
dnssec-anchors/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2020-10-13 19:54:15 UTC (rev 398256)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: dnssec-anchors/repos/testing-any/PKGBUILD (from rev 398255, 
dnssec-anchors/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-10-13 19:54:15 UTC (rev 398256)
@@ -0,0 +1,23 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Gaetan Bisson 
+# Contributor: Thomas Mudrunka 
+# Contributor: m4xm4n 
+
+pkgname=dnssec-anchors
+pkgver=20190629
+_trusted_key=trusted-key-${pkgver}.key
+pkgrel=3
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='https://data.iana.org/root-anchors/'
+license=('custom:none')
+arch=('any')
+makedepends=('unbound')
+source=('LICENSE' 
"https://sources.archlinux.org/other/packages/${pkgname}/${_trusted_key}";)
+sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb'
+'b01933ede7d505cac6bbee8c58027057d3a073581fa6cf595c352553dd07ee3c')
+
+package() {
+   cd "${srcdir}"
+   install -Dm644 ${_trusted_key} "${pkgdir}"/etc/trusted-key.key
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: dnssec-anchors/repos/testing-any/dnssec-anchors-versioned.sh (from rev 
398255, dnssec-anchors/trunk/dnssec-anchors-versioned.sh)
===
--- testing-any/dnssec-anchors-versioned.sh (rev 0)
+++ testing-any/dnssec-anchors-versioned.sh 2020-10-13 19:54:15 UTC (rev 
398256)
@@ -0,0 +1,23 @@
+#!/usr/bin/bash
+
+TRUSTED_KEY=trusted-key-$(date +%Y%m%d).key
+DEST=/srv/ftp/other/packages/dnssec-anchors
+
+update_key() {
+  key=$1
+  unbound-anchor -v -a root.key ||
+  unbound-anchor -v -a root.key
+
+  unbound-host -v -f root.key -t DNSKEY . |
+  sed 's/ (secure)//;t;d' |
+  sed 's/ has / IN /' |
+  sed 's/ record / /' \
+  > "${key}"
+
+  # Cleanup created root.key
+  rm root.key
+}
+
+update_key "${TRUSTED_KEY}"
+
+scp "${TRUSTED_KEY}" repos.archlinux.org:${DEST}


[arch-commits] Commit in dnssec-anchors/trunk (PKGBUILD dnssec-anchors-versioned.sh)

2020-10-13 Thread Jelle van der Waa via arch-commits
Date: Tuesday, October 13, 2020 @ 19:54:07
  Author: jelle
Revision: 398255

Make dnssec-anchors reproducible by downloading the key from our servers

Added:
  dnssec-anchors/trunk/dnssec-anchors-versioned.sh
Modified:
  dnssec-anchors/trunk/PKGBUILD

-+
 PKGBUILD|   26 --
 dnssec-anchors-versioned.sh |   23 +++
 2 files changed, 31 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 19:49:13 UTC (rev 398254)
+++ PKGBUILD2020-10-13 19:54:07 UTC (rev 398255)
@@ -1,33 +1,23 @@
-# Maintainer: Gaetan Bisson 
+# Maintainer: Jelle van der Waa 
+# Contributor: Gaetan Bisson 
 # Contributor: Thomas Mudrunka 
 # Contributor: m4xm4n 
 
 pkgname=dnssec-anchors
 pkgver=20190629
-pkgrel=2
+_trusted_key=trusted-key-${pkgver}.key
+pkgrel=3
 pkgdesc='DNSSEC trust anchors for the root zone'
 url='https://data.iana.org/root-anchors/'
 license=('custom:none')
 arch=('any')
 makedepends=('unbound')
-source=('LICENSE')
-sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+source=('LICENSE' 
"https://sources.archlinux.org/other/packages/${pkgname}/${_trusted_key}";)
+sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb'
+'b01933ede7d505cac6bbee8c58027057d3a073581fa6cf595c352553dd07ee3c')
 
-prepare() {
-   cd "${srcdir}"
-
-   unbound-anchor -v -a root.key ||
-   unbound-anchor -v -a root.key
-
-   unbound-host -v -f root.key -t DNSKEY . |
-   sed 's/ (secure)//;t;d' |
-   sed 's/ has / IN /' |
-   sed 's/ record / /' \
-   > trusted-key.key
-}
-
 package() {
cd "${srcdir}"
-   install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
+   install -Dm644 ${_trusted_key} "${pkgdir}"/etc/trusted-key.key
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Added: dnssec-anchors-versioned.sh
===
--- dnssec-anchors-versioned.sh (rev 0)
+++ dnssec-anchors-versioned.sh 2020-10-13 19:54:07 UTC (rev 398255)
@@ -0,0 +1,23 @@
+#!/usr/bin/bash
+
+TRUSTED_KEY=trusted-key-$(date +%Y%m%d).key
+DEST=/srv/ftp/other/packages/dnssec-anchors
+
+update_key() {
+  key=$1
+  unbound-anchor -v -a root.key ||
+  unbound-anchor -v -a root.key
+
+  unbound-host -v -f root.key -t DNSKEY . |
+  sed 's/ (secure)//;t;d' |
+  sed 's/ has / IN /' |
+  sed 's/ record / /' \
+  > "${key}"
+
+  # Cleanup created root.key
+  rm root.key
+}
+
+update_key "${TRUSTED_KEY}"
+
+scp "${TRUSTED_KEY}" repos.archlinux.org:${DEST}


Property changes on: dnssec-anchors/trunk/dnssec-anchors-versioned.sh
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


[arch-commits] Commit in (qt6-doc qt6-doc/kde-unstable qt6-doc/kde-unstable/PKGBUILD)

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 19:49:01
  Author: arojas
Revision: 398253

Initial Qt6 packages

Added:
  qt6-doc/
  qt6-doc/kde-unstable/
  qt6-doc/kde-unstable/PKGBUILD

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

Added: qt6-doc/kde-unstable/PKGBUILD
===
--- qt6-doc/kde-unstable/PKGBUILD   (rev 0)
+++ qt6-doc/kde-unstable/PKGBUILD   2020-10-13 19:49:01 UTC (rev 398253)
@@ -0,0 +1,76 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt6-doc
+pkgname=(qt6-doc qt6-examples)
+_qtver=6.0.0-alpha
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+depends=(libjpeg-turbo xcb-util-keysyms xcb-util-cursor libgl fontconfig 
xdg-utils
+ shared-mime-info xcb-util-wm libxrender libxi sqlite mesa
+ tslib libinput libxkbcommon-x11 libproxy libcups double-conversion 
md4c brotli libb2)
+makedepends=(cmake libfbclient mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
+ gtk3 libpulse cups freetds vulkan-headers qt6-tools)
+makedepends+=(clang python llvm xorg-server-xvfb)
+groups=(qt6)
+_pkgfn="qt-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfn}.tar.xz";)
+sha256sums=('a58400ef299e4238ec4c8cc0217f70373b186b015b749a53d5b14c87f2c408a1')
+
+prepare() {
+  mkdir -p $_pkgfn/{qtbase,qttools}/bin
+  ln -s /usr/lib/qt6/bin/rcc $_pkgfn/qtbase/bin
+  ln -s /usr/lib/qt6/bin/{qtattributionsscanner,qdoc,qhelpgenerator} 
$_pkgfn/qttools/bin
+}
+
+build() {
+# Use qmake, see https://bugreports.qt.io/browse/QTBUG-87382
+  cd $_pkgfn
+  ./configure -confirm-license -opensource \
+-prefix /usr \
+-docdir /usr/share/doc/qt6 \
+-headerdir /usr/include/qt6 \
+-archdatadir /usr/lib/qt6 \
+-datadir /usr/share/qt6 \
+-bindir /usr/lib/qt6/bin \
+-sysconfdir /etc/xdg \
+-nomake examples
+  export PATH="/usr/lib/qt6/bin:$PATH"
+  make docs
+}
+
+package_qt6-doc() {
+  cd $_pkgfn
+  INSTALL_ROOT="$pkgdir" make install_docs
+
+  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
+}
+
+package_qt6-examples() {
+  pkgdesc='Examples and demos from qt6 documentation'
+  depends=('qt6-doc')
+
+  _base="$pkgdir"/usr/share/doc/qt6/examples
+
+  # The various example dirs have conflicting .pro files, but
+  # QtCreator requires them to be in the same top-level directory.
+  # Matching the Qt5 installer, only the qtbase project is kept.
+  mkdir -p $_base
+  cp ${_pkgfn}/qtbase/examples/examples.pro $_base
+
+  _fdirs=$(find "${_pkgfn}" -maxdepth 2 -type d -name examples)
+  for _dir in $_fdirs; do
+  _mod=$(basename ${_dir%/examples})
+
+  if [ -e "$_dir/README" ]; then
+cp $_dir/README $_dir/README.$_mod
+  fi
+
+# mkdir $_base/$_mod
+  cp -rn $_dir/* $_base
+  done
+}


[arch-commits] Commit in qt6-doc (3 files)

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 19:49:13
  Author: arojas
Revision: 398254

archrelease: copy kde-unstable to kde-unstable-any

Added:
  qt6-doc/repos/
  qt6-doc/repos/kde-unstable-any/
  qt6-doc/repos/kde-unstable-any/PKGBUILD
(from rev 398253, qt6-doc/kde-unstable/PKGBUILD)

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

Copied: qt6-doc/repos/kde-unstable-any/PKGBUILD (from rev 398253, 
qt6-doc/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-any/PKGBUILD (rev 0)
+++ repos/kde-unstable-any/PKGBUILD 2020-10-13 19:49:13 UTC (rev 398254)
@@ -0,0 +1,76 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt6-doc
+pkgname=(qt6-doc qt6-examples)
+_qtver=6.0.0-alpha
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+depends=(libjpeg-turbo xcb-util-keysyms xcb-util-cursor libgl fontconfig 
xdg-utils
+ shared-mime-info xcb-util-wm libxrender libxi sqlite mesa
+ tslib libinput libxkbcommon-x11 libproxy libcups double-conversion 
md4c brotli libb2)
+makedepends=(cmake libfbclient mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
+ gtk3 libpulse cups freetds vulkan-headers qt6-tools)
+makedepends+=(clang python llvm xorg-server-xvfb)
+groups=(qt6)
+_pkgfn="qt-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfn}.tar.xz";)
+sha256sums=('a58400ef299e4238ec4c8cc0217f70373b186b015b749a53d5b14c87f2c408a1')
+
+prepare() {
+  mkdir -p $_pkgfn/{qtbase,qttools}/bin
+  ln -s /usr/lib/qt6/bin/rcc $_pkgfn/qtbase/bin
+  ln -s /usr/lib/qt6/bin/{qtattributionsscanner,qdoc,qhelpgenerator} 
$_pkgfn/qttools/bin
+}
+
+build() {
+# Use qmake, see https://bugreports.qt.io/browse/QTBUG-87382
+  cd $_pkgfn
+  ./configure -confirm-license -opensource \
+-prefix /usr \
+-docdir /usr/share/doc/qt6 \
+-headerdir /usr/include/qt6 \
+-archdatadir /usr/lib/qt6 \
+-datadir /usr/share/qt6 \
+-bindir /usr/lib/qt6/bin \
+-sysconfdir /etc/xdg \
+-nomake examples
+  export PATH="/usr/lib/qt6/bin:$PATH"
+  make docs
+}
+
+package_qt6-doc() {
+  cd $_pkgfn
+  INSTALL_ROOT="$pkgdir" make install_docs
+
+  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
+}
+
+package_qt6-examples() {
+  pkgdesc='Examples and demos from qt6 documentation'
+  depends=('qt6-doc')
+
+  _base="$pkgdir"/usr/share/doc/qt6/examples
+
+  # The various example dirs have conflicting .pro files, but
+  # QtCreator requires them to be in the same top-level directory.
+  # Matching the Qt5 installer, only the qtbase project is kept.
+  mkdir -p $_base
+  cp ${_pkgfn}/qtbase/examples/examples.pro $_base
+
+  _fdirs=$(find "${_pkgfn}" -maxdepth 2 -type d -name examples)
+  for _dir in $_fdirs; do
+  _mod=$(basename ${_dir%/examples})
+
+  if [ -e "$_dir/README" ]; then
+cp $_dir/README $_dir/README.$_mod
+  fi
+
+# mkdir $_base/$_mod
+  cp -rn $_dir/* $_base
+  done
+}


[arch-commits] Commit in emscripten/repos/community-x86_64 (12 files)

2020-10-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 13, 2020 @ 19:36:46
  Author: svenstaro
Revision: 723859

archrelease: copy trunk to community-x86_64

Added:
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 723858, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten-config
(from rev 723858, emscripten/trunk/emscripten-config)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 723858, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 723858, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/get-compatible-versions.sh
(from rev 723858, emscripten/trunk/get-compatible-versions.sh)
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch
(from rev 723858, emscripten/trunk/libcxxabi-include-libunwind.patch)
Deleted:
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten-config
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh
  emscripten/repos/community-x86_64/get-compatible-versions.sh
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch

---+
 PKGBUILD  |  208 ++--
 emscripten-config |8 -
 emscripten.install|   26 ++--
 emscripten.sh |6 -
 get-compatible-versions.sh|   30 ++---
 libcxxabi-include-libunwind.patch |   28 ++--
 6 files changed, 152 insertions(+), 154 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 19:36:32 UTC (rev 723858)
+++ PKGBUILD2020-10-13 19:36:46 UTC (rev 723859)
@@ -1,104 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-# NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
-_binaryen_revision=fbdcaf70c6b254d409bf57c80ea007058838
-_llvm_project_revision=5dbf80cad9556e222c4383960007fc0b27ea9541
-# Sadly, upstream currently suggests bundling a binaryen version for the time 
being:
-# https://github.com/emscripten-core/emscripten/issues/12252
-# I'm obviously unhappy about that but it appears to be the only practical 
solution for the time being.
-pkgver=2.0.5
-pkgrel=1
-pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
-arch=('x86_64')
-url="http://emscripten.org";
-license=('custom')
-depends=('nodejs' 'python' 'which' 'acorn')
-makedepends=('cmake' 'libxml2' 'git' 'ninja')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon'
-'cmake: for emcc --show-ports')
-install=emscripten.install
-conflicts=('binaryen')
-provides=('binaryen')
-source=("git+https://github.com/kripken/emscripten#tag=$pkgver";
-
git+https://github.com/llvm/llvm-project.git#commit=$_llvm_project_revision
-
git+https://github.com/WebAssembly/binaryen.git#commit=$_binaryen_revision
-"emscripten.sh"
-emscripten-config)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-
'a87cf5d4a5ac10a4f84ff02ea577d54b560929dc64457b874cd1cbd88311cf6c4dcfbf3242150f6e556f4ba6efd370a99b9f9065faf494f25d91fc012cd5aa58'
-
'8b5951493f69631045f44736917144b7679beb2bf087fca8a8ba887224cfc598fe8c76c5a4e7aa4a09fbb8f1b7b42556b68f4aa9e5b93fb130fd8bdab79053d9')
-
-build() {
-  cd binaryen
-  cmake . \
-  -Bbuild \
-  -GNinja \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  ninja -C build
-
-  # Inspired from 
https://github.com/WebAssembly/waterfall/blob/db2ea5eeb11b74cce9b9459be0cc88807744b1b5/src/build.py#L868
-  cd "$srcdir"/llvm-project/llvm
-  cmake . \
--Bbuild \
--GNinja \
--DCMAKE_CXX_FLAGS=-Wno-nonportable-include-path \
--DLLVM_ENABLE_LIBXML2=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DCOMPILER_RT_BUILD_XRAY=OFF \
--DCOMPILER_RT_INCLUDE_TESTS=OFF \
--DCOMPILER_RT_ENABLE_IOS=OFF \
--DCMAKE_INSTALL_PREFIX=/opt/emscripten-llvm \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_TOOL_LTO_BUILD=ON \
--DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
--DLLVM_ENABLE_PROJECTS="lld;clang" \
--DCLANG_INCLUDE_TESTS=OFF
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C binaryen/build install
-
-  # Install LLVM stuff according to
-  # https://github.com/emscripten-core/emscripten/blob/master/docs/packaging.md
-  # and
-  # 
https://github.com/WebAssembly/waterfall/blob/d4a504ffee488a68d09b336897c00d404544601d/src/build.py#L915
-  DESTDIR="$pkgdir" ninja -C llvm-project/llvm/build install
-  cd "$pkgdir"/opt/emscripten-llvm/bin
-
-  # Clean up some unnecessary bins and libs
-  

[arch-commits] Commit in emscripten/trunk (PKGBUILD emscripten.sh)

2020-10-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 13, 2020 @ 19:36:32
  Author: svenstaro
Revision: 723858

upgpkg: emscripten 2.0.7-1

Modified:
  emscripten/trunk/PKGBUILD
  emscripten/trunk/emscripten.sh

---+
 PKGBUILD  |8 
 emscripten.sh |2 --
 2 files changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 19:08:35 UTC (rev 723857)
+++ PKGBUILD2020-10-13 19:36:32 UTC (rev 723858)
@@ -5,12 +5,12 @@
 
 pkgname=emscripten
 # NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
-_binaryen_revision=fbdcaf70c6b254d409bf57c80ea007058838
-_llvm_project_revision=5dbf80cad9556e222c4383960007fc0b27ea9541
+_binaryen_revision=5ae1724add800780475e02e05a4af133e3729bd6
+_llvm_project_revision=25a8881b724abf7251a9278e72224af7e82cb9c2
 # Sadly, upstream currently suggests bundling a binaryen version for the time 
being:
 # https://github.com/emscripten-core/emscripten/issues/12252
 # I'm obviously unhappy about that but it appears to be the only practical 
solution for the time being.
-pkgver=2.0.5
+pkgver=2.0.7
 pkgrel=1
 pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
 arch=('x86_64')
@@ -32,7 +32,7 @@
 sha512sums=('SKIP'
 'SKIP'
 'SKIP'
-
'a87cf5d4a5ac10a4f84ff02ea577d54b560929dc64457b874cd1cbd88311cf6c4dcfbf3242150f6e556f4ba6efd370a99b9f9065faf494f25d91fc012cd5aa58'
+
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d'
 
'8b5951493f69631045f44736917144b7679beb2bf087fca8a8ba887224cfc598fe8c76c5a4e7aa4a09fbb8f1b7b42556b68f4aa9e5b93fb130fd8bdab79053d9')
 
 build() {

Modified: emscripten.sh
===
--- emscripten.sh   2020-10-13 19:08:35 UTC (rev 723857)
+++ emscripten.sh   2020-10-13 19:36:32 UTC (rev 723858)
@@ -1,4 +1,2 @@
 #!/bin/sh
 export PATH=$PATH:/usr/lib/emscripten
-# Currently required because of 
https://github.com/emscripten-core/emscripten/issues/11415
-export EM_IGNORE_SANITY=true


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

2020-10-13 Thread Morten Linderud via arch-commits
Date: Tuesday, October 13, 2020 @ 19:08:22
  Author: foxboron
Revision: 723856

upgpkg: qmk 0.0.36-2 - Fixes FS#64783: Adds missing rurntime dependencies

Modified:
  qmk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 18:53:46 UTC (rev 723855)
+++ PKGBUILD2020-10-13 19:08:22 UTC (rev 723856)
@@ -4,7 +4,7 @@
 
 pkgname=qmk
 pkgver=0.0.36
-pkgrel=1
+pkgrel=2
 pkgdesc="CLI tool for customizing supported mechanical keyboards."
 arch=('any')
 url="https://github.com/qmk/qmk_cli";
@@ -11,7 +11,7 @@
 license=('MIT')
 depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
  'python-milc' 'git' 'avr-gcc' 'arm-none-eabi-gcc'
- 'dfu-programmer' 'dfu-util' 'avrdude')
+ 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 
'python-pygments')
 makedepends=('python-setuptools')
 optdepends=('arm-none-eabi-binutils'
 'arm-none-eabi-newlib'


[arch-commits] Commit in qmk/repos/community-any (12 files)

2020-10-13 Thread Morten Linderud via arch-commits
Date: Tuesday, October 13, 2020 @ 19:08:35
  Author: foxboron
Revision: 723857

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/50-atmel-dfu.rules
(from rev 723856, qmk/trunk/50-atmel-dfu.rules)
  qmk/repos/community-any/54-input-club-keyboard.rules
(from rev 723856, qmk/trunk/54-input-club-keyboard.rules)
  qmk/repos/community-any/55-caterina.rules
(from rev 723856, qmk/trunk/55-caterina.rules)
  qmk/repos/community-any/56-dfu-util.rules
(from rev 723856, qmk/trunk/56-dfu-util.rules)
  qmk/repos/community-any/57-bootloadhid.rules
(from rev 723856, qmk/trunk/57-bootloadhid.rules)
  qmk/repos/community-any/PKGBUILD
(from rev 723856, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/50-atmel-dfu.rules
  qmk/repos/community-any/54-input-club-keyboard.rules
  qmk/repos/community-any/55-caterina.rules
  qmk/repos/community-any/56-dfu-util.rules
  qmk/repos/community-any/57-bootloadhid.rules
  qmk/repos/community-any/PKGBUILD

--+
 50-atmel-dfu.rules   |   12 ++--
 54-input-club-keyboard.rules |4 -
 55-caterina.rules|   10 ++--
 56-dfu-util.rules|8 +--
 57-bootloadhid.rules |4 -
 PKGBUILD |  102 -
 6 files changed, 70 insertions(+), 70 deletions(-)

Deleted: 50-atmel-dfu.rules
===
--- 50-atmel-dfu.rules  2020-10-13 19:08:22 UTC (rev 723856)
+++ 50-atmel-dfu.rules  2020-10-13 19:08:35 UTC (rev 723857)
@@ -1,6 +0,0 @@
-# Atmel ATMega32U4
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", 
TAG+="uaccess", RUN{builtin}+="uaccess"
-# Atmel USBKEY AT90USB1287
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", 
TAG+="uaccess", RUN{builtin}+="uaccess"
-# Atmel ATMega32U2
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/50-atmel-dfu.rules (from rev 723856, 
qmk/trunk/50-atmel-dfu.rules)
===
--- 50-atmel-dfu.rules  (rev 0)
+++ 50-atmel-dfu.rules  2020-10-13 19:08:35 UTC (rev 723857)
@@ -0,0 +1,6 @@
+# Atmel ATMega32U4
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel USBKEY AT90USB1287
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel ATMega32U2
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Deleted: 54-input-club-keyboard.rules
===
--- 54-input-club-keyboard.rules2020-10-13 19:08:22 UTC (rev 723856)
+++ 54-input-club-keyboard.rules2020-10-13 19:08:35 UTC (rev 723857)
@@ -1,2 +0,0 @@
-# Input Club keyboard bootloader
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/54-input-club-keyboard.rules (from rev 723856, 
qmk/trunk/54-input-club-keyboard.rules)
===
--- 54-input-club-keyboard.rules(rev 0)
+++ 54-input-club-keyboard.rules2020-10-13 19:08:35 UTC (rev 723857)
@@ -0,0 +1,2 @@
+# Input Club keyboard bootloader
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Deleted: 55-caterina.rules
===
--- 55-caterina.rules   2020-10-13 19:08:22 UTC (rev 723856)
+++ 55-caterina.rules   2020-10-13 19:08:35 UTC (rev 723857)
@@ -1,5 +0,0 @@
-# ModemManager should ignore the following devices
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9205", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9203", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"

Copied: qmk/repos/community-any/55-caterina.rules (from rev 723856, 
qmk/trunk/55-caterina.rules)
===
--- 55-caterina.rules   (rev 0)
+++ 55-caterina.rules   2020-10-13 19:08:35 UTC (rev 723857)
@@ -0,0 +1,5 @@
+# ModemManager should ignore the following devices
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", AT

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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 18:53:46
  Author: arojas
Revision: 723855

archrelease: copy trunk to community-x86_64

Added:
  strawberry/repos/community-x86_64/PKGBUILD
(from rev 723854, strawberry/trunk/PKGBUILD)
Deleted:
  strawberry/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 18:53:35 UTC (rev 723854)
+++ PKGBUILD2020-10-13 18:53:46 UTC (rev 723855)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-
-pkgname=strawberry
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="A music player aimed at audio enthusiasts and music collectors"
-arch=(x86_64)
-url="https://www.strawbs.org/";
-license=(GPL3)
-depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras 
udisks2 libcdio libgpod libmtp fftw)
-makedepends=(cmake boost qt5-tools)
-optdepends=('gst-libav: additional codecs'
-'gst-plugins-bad: additional codecs'
-'gst-plugins-ugly: additional codecs')
-source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=('2b06c544e1447027f25590eaea8e2abe347360e4fe479a521b20c95bbdf46982')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_SYSTEM_TAGLIB=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: strawberry/repos/community-x86_64/PKGBUILD (from rev 723854, 
strawberry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 18:53:46 UTC (rev 723855)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+
+pkgname=strawberry
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="A music player aimed at audio enthusiasts and music collectors"
+arch=(x86_64)
+url="https://www.strawbs.org/";
+license=(GPL3)
+depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras 
udisks2 libcdio libgpod libmtp fftw)
+makedepends=(cmake boost qt5-tools)
+optdepends=('gst-libav: additional codecs'
+'gst-plugins-bad: additional codecs'
+'gst-plugins-ugly: additional codecs')
+source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha256sums=('89fe3d06f190a7cf721f81b8cbb64b26842bceeb03e95f6a87f1e50a39803c9e')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SYSTEM_TAGLIB=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 18:53:35
  Author: arojas
Revision: 723854

Update to 0.8.2

Modified:
  strawberry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 18:13:10 UTC (rev 723853)
+++ PKGBUILD2020-10-13 18:53:35 UTC (rev 723854)
@@ -2,7 +2,7 @@
 # Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
 
 pkgname=strawberry
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="A music player aimed at audio enthusiasts and music collectors"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'gst-plugins-bad: additional codecs'
 'gst-plugins-ugly: additional codecs')
 
source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=('2b06c544e1447027f25590eaea8e2abe347360e4fe479a521b20c95bbdf46982')
+sha256sums=('89fe3d06f190a7cf721f81b8cbb64b26842bceeb03e95f6a87f1e50a39803c9e')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


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

2020-10-13 Thread Jelle van der Waa via arch-commits
Date: Tuesday, October 13, 2020 @ 18:49:27
  Author: jelle
Revision: 398251

upgpkg: iana-etc 20201012-1

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 18:22:39 UTC (rev 398250)
+++ PKGBUILD2020-10-13 18:49:27 UTC (rev 398251)
@@ -1,8 +1,9 @@
 # Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
+# Contributor: Gaetan Bisson 
+# Maintainer: Jelle van der Waa 
 
 pkgname=iana-etc
-pkgver=20200905
+pkgver=20201012
 _ports=service-names-port-numbers-${pkgver}
 _protocols=protocol-numbers-20200417
 pkgrel=1
@@ -14,7 +15,7 @@
 source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
 
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
 'LICENSE')
-sha256sums=('2c619d8727eaa56afa113b3135103366c3a09a71bc73db867fe1b84e5fffec12'
+sha256sums=('c3be1f4a81e1a5f2a18a54fdba18d8d505580ef9da1712c075bdd8495440df9d'
 '7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 


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

2020-10-13 Thread Jelle van der Waa via arch-commits
Date: Tuesday, October 13, 2020 @ 18:49:33
  Author: jelle
Revision: 398252

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 398251, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 398251, iana-etc/trunk/PKGBUILD)
  iana-etc/repos/testing-any/sources.tar.xz
(from rev 398251, iana-etc/trunk/sources.tar.xz)

--+
 LICENSE  |1 +
 PKGBUILD |   52 
 2 files changed, 53 insertions(+)

Copied: iana-etc/repos/testing-any/LICENSE (from rev 398251, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2020-10-13 18:49:33 UTC (rev 398252)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 398251, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-10-13 18:49:33 UTC (rev 398252)
@@ -0,0 +1,52 @@
+# Contributor: Thomas Bächler 
+# Contributor: Gaetan Bisson 
+# Maintainer: Jelle van der Waa 
+
+pkgname=iana-etc
+pkgver=20201012
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200417
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
+'LICENSE')
+sha256sums=('c3be1f4a81e1a5f2a18a54fdba18d8d505580ef9da1712c075bdd8495440df9d'
+'7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}

Copied: iana-etc/repos/testing-any/sources.tar.xz (from rev 398251, 
iana-etc/trunk/sources.tar.xz)
===
(Binary files differ)


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 18:22:06
  Author: arojas
Revision: 398249

archrelease: copy trunk to testing-x86_64

Added:
  krita/repos/testing-x86_64/PKGBUILD
(from rev 398248, krita/trunk/PKGBUILD)
Deleted:
  krita/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 18:21:37 UTC (rev 398248)
+++ PKGBUILD2020-10-13 18:22:06 UTC (rev 398249)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-_pkgver=4.4.0
-pkgver=${_pkgver/-/}
-pkgrel=3
-pkgdesc="Edit and paint images"
-arch=(x86_64)
-url="https://krita.org";
-license=(GPL3)
-depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
- gsl libraw exiv2 openexr fftw boost-libs giflib openjpeg2 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
- qt5-tools sip5 seexpr-krita llvm)
-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'
-'seexpr-krita: SeExpr generator layer')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig})
-sha256sums=('fc5f8376e4712c26178688284aeaf2fa1d48473535ed5b214297178a1fe9278f'
-'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt 

-  'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F') # Dmitry Kazakov 
(main key) 
-
-build() {
-  cmake -B build -S $pkgname-$_pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: krita/repos/testing-x86_64/PKGBUILD (from rev 398248, 
krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 18:22:06 UTC (rev 398249)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+_pkgver=4.4.0
+pkgver=${_pkgver/-/}
+pkgrel=4
+pkgdesc="Edit and paint images"
+arch=(x86_64)
+url="https://krita.org";
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
+ gsl libraw exiv2 openexr fftw boost-libs giflib openjpeg2 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
+ qt5-tools sip5 seexpr-krita llvm)
+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'
+'seexpr-krita: SeExpr generator layer')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig})
+sha256sums=('fc5f8376e4712c26178688284aeaf2fa1d48473535ed5b214297178a1fe9278f'
+'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt 

+  'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F') # Dmitry Kazakov 
(main key) 
+
+build() {
+  cmake -B build -S $pkgname-$_pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 18:21:37
  Author: arojas
Revision: 398248

Link to shared libLLVM

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 18:10:49 UTC (rev 398247)
+++ PKGBUILD2020-10-13 18:21:37 UTC (rev 398248)
@@ -3,7 +3,7 @@
 pkgname=krita
 _pkgver=4.4.0
 pkgver=${_pkgver/-/}
-pkgrel=3
+pkgrel=4
 pkgdesc="Edit and paint images"
 arch=(x86_64)
 url="https://krita.org";


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

2020-10-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, October 13, 2020 @ 18:13:10
  Author: dbermond
Revision: 723853

archrelease: copy trunk to community-x86_64

Added:
  cargo-c/repos/community-x86_64/PKGBUILD
(from rev 723852, cargo-c/trunk/PKGBUILD)
Deleted:
  cargo-c/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 18:12:48 UTC (rev 723852)
+++ PKGBUILD2020-10-13 18:13:10 UTC (rev 723853)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgname=cargo-c
-pkgver=0.6.13
-pkgrel=1
-pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
-arch=('x86_64')
-url='https://github.com/lu-zero/cargo-c/'
-license=('MIT')
-depends=('curl' 'openssl' 'zlib')
-makedepends=('rust')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/lu-zero/cargo-c/archive/v${pkgver}.tar.gz";
-
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock";)
-sha256sums=('aa6b23c7ae19ec93e6edeb59be46056faccb915a02d1784a0c29ac7a3c6a8aea'
-'06460547175af757a4254b6ac58c12fd79fe5cb75db27347b11ecb09112efe33')
-
-prepare() {
-ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"
-cargo fetch --locked --manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-build() {
-cargo build --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-check() {
-cargo test --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
-}
-
-package() {
-install -D -m755 
"${pkgname}-${pkgver}/target/release/"cargo-c{build,install} -t 
"${pkgdir}/usr/bin"
-install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: cargo-c/repos/community-x86_64/PKGBUILD (from rev 723852, 
cargo-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 18:13:10 UTC (rev 723853)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel Bermond 
+
+pkgname=cargo-c
+pkgver=0.6.14
+pkgrel=1
+pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
+arch=('x86_64')
+url='https://github.com/lu-zero/cargo-c/'
+license=('MIT')
+depends=('curl' 'openssl' 'zlib')
+makedepends=('rust')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/lu-zero/cargo-c/archive/v${pkgver}.tar.gz";
+
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock";)
+sha256sums=('71b7f6c1c729e2e3c98d16c5d72c8eb634ae480283fdfb6b7ecd9a56071c58b7'
+'22145ba8e76c016a6f9a5e716df1e2cae46c7db20409cb854a995d7514feabab')
+
+prepare() {
+ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"
+cargo fetch --locked --manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+build() {
+cargo build --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+check() {
+cargo test --release --frozen 
--manifest-path="${pkgname}-${pkgver}/Cargo.toml"
+}
+
+package() {
+install -D -m755 
"${pkgname}-${pkgver}/target/release/"cargo-c{build,install} -t 
"${pkgdir}/usr/bin"
+install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-10-13 Thread Daniel Bermond via arch-commits
Date: Tuesday, October 13, 2020 @ 18:12:48
  Author: dbermond
Revision: 723852

upgpkg: cargo-c 0.6.14-1

Modified:
  cargo-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 18:05:49 UTC (rev 723851)
+++ PKGBUILD2020-10-13 18:12:48 UTC (rev 723852)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=cargo-c
-pkgver=0.6.13
+pkgver=0.6.14
 pkgrel=1
 pkgdesc='A cargo subcommand to build and install C-ABI compatibile dynamic and 
static libraries'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 makedepends=('rust')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/lu-zero/cargo-c/archive/v${pkgver}.tar.gz";
 
"${pkgname}-${pkgver}.Cargo.lock"::"https://github.com/lu-zero/cargo-c/releases/download/v${pkgver}/Cargo.lock";)
-sha256sums=('aa6b23c7ae19ec93e6edeb59be46056faccb915a02d1784a0c29ac7a3c6a8aea'
-'06460547175af757a4254b6ac58c12fd79fe5cb75db27347b11ecb09112efe33')
+sha256sums=('71b7f6c1c729e2e3c98d16c5d72c8eb634ae480283fdfb6b7ecd9a56071c58b7'
+'22145ba8e76c016a6f9a5e716df1e2cae46c7db20409cb854a995d7514feabab')
 
 prepare() {
 ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"


[arch-commits] Commit in seexpr-krita/repos/extra-x86_64 (3 files)

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 18:10:49
  Author: arojas
Revision: 398247

archrelease: copy trunk to extra-x86_64

Added:
  seexpr-krita/repos/extra-x86_64/PKGBUILD
(from rev 398246, seexpr-krita/trunk/PKGBUILD)
  seexpr-krita/repos/extra-x86_64/seexpr-llvm-shared.patch
(from rev 398246, seexpr-krita/trunk/seexpr-llvm-shared.patch)
Deleted:
  seexpr-krita/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   62 -
 seexpr-llvm-shared.patch |   19 +
 2 files changed, 53 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 18:10:37 UTC (rev 398246)
+++ PKGBUILD2020-10-13 18:10:49 UTC (rev 398247)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=seexpr-krita
-pkgver=3.4.4.0
-pkgrel=1
-pkgdesc="An embeddable expression evaluation engine (Krita fork)"
-arch=(x86_64)
-url="https://krita.org";
-license=(Apache)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules qt5-tools boost python-pyqt5 sip python-sip 
llvm)
-optdepends=('boost-libs: for the Python bindings' 'python: for the Python 
bindings')
-source=("https://download.kde.org/stable/seexpr/seexpr-$pkgver.tar.gz";)
-sha256sums=('3f5b5330667d398285c9f7086cc3fd7e1363f3fa75f79b39766c34fe2e233656')
-
-build() {
-  _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
-  cmake -B build -S seexpr-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYQT_SIP_DIR="$_pythonpath/PyQt5/bindings" \
--DBUILD_DEMOS=OFF \
--DBUILD_TESTS=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: seexpr-krita/repos/extra-x86_64/PKGBUILD (from rev 398246, 
seexpr-krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 18:10:49 UTC (rev 398247)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=seexpr-krita
+pkgver=3.4.4.0
+pkgrel=2
+pkgdesc="An embeddable expression evaluation engine (Krita fork)"
+arch=(x86_64)
+url="https://krita.org";
+license=(Apache)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools boost python-pyqt5 sip python-sip 
llvm)
+optdepends=('boost-libs: for the Python bindings' 'python: for the Python 
bindings')
+source=("https://download.kde.org/stable/seexpr/seexpr-$pkgver.tar.gz";
+ seexpr-llvm-shared.patch)
+sha256sums=('3f5b5330667d398285c9f7086cc3fd7e1363f3fa75f79b39766c34fe2e233656'
+'714a2d2cef23b83dab88b9ffd8f81e189a01556b3453e2fa6dbd77a6e2cd23d1')
+
+prepare() {
+  patch -d seexpr-$pkgver -p1 -i ../seexpr-llvm-shared.patch # Link to LLVM 
shared library
+}
+
+build() {
+  _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
+  cmake -B build -S seexpr-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYQT_SIP_DIR="$_pythonpath/PyQt5/bindings" \
+-DBUILD_DEMOS=OFF \
+-DBUILD_TESTS=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Copied: seexpr-krita/repos/extra-x86_64/seexpr-llvm-shared.patch (from rev 
398246, seexpr-krita/trunk/seexpr-llvm-shared.patch)
===
--- seexpr-llvm-shared.patch(rev 0)
+++ seexpr-llvm-shared.patch2020-10-13 18:10:49 UTC (rev 398247)
@@ -0,0 +1,19 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 6ab34dc..818197a 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -189,12 +189,8 @@ if (ENABLE_LLVM_BACKEND)
+ message(ERROR "Unknown processor, unable to set LLVM codegen 
targets")
+ endif()
+ 
+-llvm_map_components_to_libnames(LLVM_LIB
+-Interpreter
+-MCJIT
+-ObjCARCOpts
+-Passes
+-${SeExpr2_PLATFORM_CODEGEN_LIBS}
++set(LLVM_LIB
++LLVM
+ )
+ 
+ message(STATUS "LLVM_LIB = ${LLVM_LIB}")


[arch-commits] Commit in seexpr-krita/trunk (PKGBUILD seexpr-llvm-shared.patch)

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 18:10:37
  Author: arojas
Revision: 398246

Link to shared libLLVM

Added:
  seexpr-krita/trunk/seexpr-llvm-shared.patch
Modified:
  seexpr-krita/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 seexpr-llvm-shared.patch |   19 +++
 2 files changed, 28 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 17:51:00 UTC (rev 398245)
+++ PKGBUILD2020-10-13 18:10:37 UTC (rev 398246)
@@ -2,7 +2,7 @@
 
 pkgname=seexpr-krita
 pkgver=3.4.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An embeddable expression evaluation engine (Krita fork)"
 arch=(x86_64)
 url="https://krita.org";
@@ -10,9 +10,15 @@
 depends=(qt5-base)
 makedepends=(extra-cmake-modules qt5-tools boost python-pyqt5 sip python-sip 
llvm)
 optdepends=('boost-libs: for the Python bindings' 'python: for the Python 
bindings')
-source=("https://download.kde.org/stable/seexpr/seexpr-$pkgver.tar.gz";)
-sha256sums=('3f5b5330667d398285c9f7086cc3fd7e1363f3fa75f79b39766c34fe2e233656')
+source=("https://download.kde.org/stable/seexpr/seexpr-$pkgver.tar.gz";
+ seexpr-llvm-shared.patch)
+sha256sums=('3f5b5330667d398285c9f7086cc3fd7e1363f3fa75f79b39766c34fe2e233656'
+'714a2d2cef23b83dab88b9ffd8f81e189a01556b3453e2fa6dbd77a6e2cd23d1')
 
+prepare() {
+  patch -d seexpr-$pkgver -p1 -i ../seexpr-llvm-shared.patch # Link to LLVM 
shared library
+}
+
 build() {
   _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
   cmake -B build -S seexpr-$pkgver \

Added: seexpr-llvm-shared.patch
===
--- seexpr-llvm-shared.patch(rev 0)
+++ seexpr-llvm-shared.patch2020-10-13 18:10:37 UTC (rev 398246)
@@ -0,0 +1,19 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 6ab34dc..818197a 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -189,12 +189,8 @@ if (ENABLE_LLVM_BACKEND)
+ message(ERROR "Unknown processor, unable to set LLVM codegen 
targets")
+ endif()
+ 
+-llvm_map_components_to_libnames(LLVM_LIB
+-Interpreter
+-MCJIT
+-ObjCARCOpts
+-Passes
+-${SeExpr2_PLATFORM_CODEGEN_LIBS}
++set(LLVM_LIB
++LLVM
+ )
+ 
+ message(STATUS "LLVM_LIB = ${LLVM_LIB}")


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

2020-10-13 Thread Anatol Pomozov via arch-commits
Date: Tuesday, October 13, 2020 @ 18:05:49
  Author: anatolik
Revision: 723851

Use unique download filename

Modified:
  bpftrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 17:59:49 UTC (rev 723850)
+++ PKGBUILD2020-10-13 18:05:49 UTC (rev 723851)
@@ -10,7 +10,7 @@
 license=('Apache')
 depends=('libelf' 'zlib' 'llvm-libs' 'clang' 'bcc' 'libbpf')
 makedepends=('cmake' 'llvm' 'git')
-source=("https://github.com/iovisor/bpftrace/archive/v${pkgver}.tar.gz";)
+source=("https://github.com/iovisor/bpftrace/archive/v$pkgver/bpftrace-$pkgver.tar.gz";)
 
sha512sums=('32bf0c23a7b0e1a57d0e0b8fc845a9e184e201ac3f6018a3d3cee8c97096093b333578cb898ede02fb3ab8d55ba9bcd2bb67ac70b81a49461c0f6e5c03c2a6f5')
 
 build() {


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

2020-10-13 Thread Morten Linderud via arch-commits
Date: Tuesday, October 13, 2020 @ 17:59:42
  Author: foxboron
Revision: 723849

upgpkg: python-sqlobject 3.8.1-1

Modified:
  python-sqlobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 17:55:07 UTC (rev 723848)
+++ PKGBUILD2020-10-13 17:59:42 UTC (rev 723849)
@@ -1,34 +1,23 @@
 # Maintainer: Morten Linderud 
 
-pkgbase=python-sqlobject
-pkgname=(python-sqlobject python2-sqlobject)
-pkgver=3.8.0
+pkgname=python-sqlobject
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="SQLObject, an object-relational mapper for Python"
 url="http://sqlobject.org/";
 arch=('any')
 license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python-pydispatcher')
+makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sqlobject/sqlobject/archive/${pkgver}.tar.gz";)
-sha256sums=('e148ef33b36f30de8b82fe50b724c83e91906e0f8deefbf524a37c875ab5bcf4')
+sha256sums=('b39bbeca207ae1fb5478b0a7f229968436e5abd8037e49184a6a9af3d2d1a293')
 
 build(){
-  cd "$srcdir/sqlobject-$pkgver"
+  cd "sqlobject-$pkgver"
   python setup.py build
-  python2 setup.py build
 }
 
-package_python2-sqlobject() {
-  depends=('python2' 'python2-formencode' 'python2-pydispatcher')
-  cd "sqlobject-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  mv "${pkgdir}/usr/bin/sqlobject-admin" "${pkgdir}/usr/bin/sqlobject-admin2"
-  mv "${pkgdir}/usr/bin/sqlobject-convertOldURI" 
"${pkgdir}/usr/bin/sqlobject-convertOldURI2"
-}
-
 package_python-sqlobject() {
-  depends=('python' 'python-pydispatcher')
   cd "sqlobject-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
 }
-


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

2020-10-13 Thread Morten Linderud via arch-commits
Date: Tuesday, October 13, 2020 @ 17:59:49
  Author: foxboron
Revision: 723850

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 17:59:42 UTC (rev 723849)
+++ PKGBUILD2020-10-13 17:59:49 UTC (rev 723850)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgbase=python-sqlobject
-pkgname=(python-sqlobject python2-sqlobject)
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="SQLObject, an object-relational mapper for Python"
-url="http://sqlobject.org/";
-arch=('any')
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sqlobject/sqlobject/archive/${pkgver}.tar.gz";)
-sha256sums=('e148ef33b36f30de8b82fe50b724c83e91906e0f8deefbf524a37c875ab5bcf4')
-
-build(){
-  cd "$srcdir/sqlobject-$pkgver"
-  python setup.py build
-  python2 setup.py build
-}
-
-package_python2-sqlobject() {
-  depends=('python2' 'python2-formencode' 'python2-pydispatcher')
-  cd "sqlobject-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  mv "${pkgdir}/usr/bin/sqlobject-admin" "${pkgdir}/usr/bin/sqlobject-admin2"
-  mv "${pkgdir}/usr/bin/sqlobject-convertOldURI" 
"${pkgdir}/usr/bin/sqlobject-convertOldURI2"
-}
-
-package_python-sqlobject() {
-  depends=('python' 'python-pydispatcher')
-  cd "sqlobject-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}
-

Copied: python-sqlobject/repos/community-any/PKGBUILD (from rev 723849, 
python-sqlobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 17:59:49 UTC (rev 723850)
@@ -0,0 +1,23 @@
+# Maintainer: Morten Linderud 
+
+pkgname=python-sqlobject
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="SQLObject, an object-relational mapper for Python"
+url="http://sqlobject.org/";
+arch=('any')
+license=('LGPL')
+depends=('python-pydispatcher')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sqlobject/sqlobject/archive/${pkgver}.tar.gz";)
+sha256sums=('b39bbeca207ae1fb5478b0a7f229968436e5abd8037e49184a6a9af3d2d1a293')
+
+build(){
+  cd "sqlobject-$pkgver"
+  python setup.py build
+}
+
+package_python-sqlobject() {
+  cd "sqlobject-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2020-10-13 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 13, 2020 @ 17:55:07
  Author: archange
Revision: 723848

archrelease: copy trunk to community-x86_64

Added:
  liblas/repos/community-x86_64/
  liblas/repos/community-x86_64/PKGBUILD
(from rev 723847, liblas/trunk/PKGBUILD)
  liblas/repos/community-x86_64/fix-gdal-2.5.patch
(from rev 723847, liblas/trunk/fix-gdal-2.5.patch)

+
 PKGBUILD   |   56 +++
 fix-gdal-2.5.patch |   28 +
 2 files changed, 84 insertions(+)

Copied: liblas/repos/community-x86_64/PKGBUILD (from rev 723847, 
liblas/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-10-13 17:55:07 UTC (rev 723848)
@@ -0,0 +1,56 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=liblas
+pkgver=1.8.1.r120+ge12742f4
+pkgrel=1
+pkgdesc="C/C++ library for reading and writing the very common LAS LiDAR 
format"
+arch=(x86_64)
+url="https://liblas.org/";
+license=(BSD)
+depends=(boost-libs gdal laszip2 libgeotiff proj)
+makedepends=(cmake boost git)
+#source=(https://download.osgeo.org/liblas/libLAS-${pkgver}.tar.bz2)
+#md5sums=('2e6a975dafdf57f59a385ccb87eb5919')
+#sha256sums=('9adb4a98c63b461ed2bc82e214ae522cbd809cff578f28511122efe6c7ea4e76')
+source=(git+https://github.com/libLAS/libLAS.git#commit=e12742f4152146d3a71f9b2de573257e91736c93
+fix-gdal-2.5.patch)
+sha256sums=(SKIP 
c492dd229664c0f1be1a7ca7a7e2df0414a04e2ac89dc5b5ce61463fbe84a6af)
+
+pkgver() {
+  cd libLAS
+  git describe --tags | sed 's/^mfoc-//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
+}
+
+prepare() {
+  cd libLAS
+  # https://github.com/libLAS/libLAS/issues/164
+  patch -Np1 -i ../fix-gdal-2.5.patch
+  # Find our laszip 2.x version
+  sed -i 's@laszip/@laszip2/@g' cmake/modules/FindLASzip.cmake
+  sed -i 's@laszip/@laszip2/@g' src/header.cpp
+  sed -i 's@laszip/@laszip2/@g' src/version.cpp
+  sed -i 's@laszip/@laszip2/@g' src/detail/zippoint.cpp
+  sed -i 's@laszip/@laszip2/@g' src/detail/reader/zipreader.cpp
+  sed -i 's@laszip/@laszip2/@g' src/detail/writer/zipwriter.cpp
+}
+
+build() {
+  #cmake -B build -S libLAS-${pkgver} \
+  cmake -B build -S libLAS \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_GDAL=True \
+-DWITH_GEOTIFF=True \
+-DWITH_LASZIP=True \
+-DWITH_UTILITIES=True \
+-DCMAKE_INSTALL_RPATH=/usr/lib/laszip2 \
+-DLASZIP_INCLUDE_DIR=/usr/include \
+-DLASZIP_LIBRARY=/usr/lib/laszip2/liblaszip.so \
+-G "Unix Makefiles"
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  #install -Dm644 libLAS-${pkgver}/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm644 libLAS/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}

Copied: liblas/repos/community-x86_64/fix-gdal-2.5.patch (from rev 723847, 
liblas/trunk/fix-gdal-2.5.patch)
===
--- community-x86_64/fix-gdal-2.5.patch (rev 0)
+++ community-x86_64/fix-gdal-2.5.patch 2020-10-13 17:55:07 UTC (rev 723848)
@@ -0,0 +1,28 @@
+diff --git a/src/gt_wkt_srs.cpp b/src/gt_wkt_srs.cpp
+--- a/src/gt_wkt_srs.cpp
 b/src/gt_wkt_srs.cpp
+@@ -299,7 +299,6 @@ char *GTIFGetOGISDefn( GTIF *hGTIF, GTIFDefn * psDefn )
+ oSRS.SetFromUserInput(pszWKT);
+ oSRS.SetExtension( "PROJCS", "PROJ4",
+"+proj=merc +a=6378137 +b=6378137 
+lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext  
+no_defs" );
+-oSRS.FixupOrdering();
+ CPLFree(pszWKT);
+ pszWKT = NULL;
+ oSRS.exportToWkt(&pszWKT);
+@@ -505,7 +504,6 @@ char *GTIFGetOGISDefn( GTIF *hGTIF, GTIFDefn * psDefn )
+ {
+ char   *pszWKT;
+ oSRS.morphFromESRI();
+-oSRS.FixupOrdering();
+ if( oSRS.exportToWkt( &pszWKT ) == OGRERR_NONE )
+ return pszWKT;
+ }
+@@ -1107,8 +1105,6 @@ char *GTIFGetOGISDefn( GTIF *hGTIF, GTIFDefn * psDefn )
+ /*  */
+ char   *pszWKT;
+
+-oSRS.FixupOrdering();
+-
+ if( oSRS.exportToWkt( &pszWKT ) == OGRERR_NONE )
+ return pszWKT;
+ else


[arch-commits] Commit in (5 files)

2020-10-13 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 13, 2020 @ 17:54:02
  Author: archange
Revision: 723846

Initial addition of liblas in [community].

Required by vtk.

Added:
  liblas/
  liblas/repos/
  liblas/trunk/
  liblas/trunk/PKGBUILD
  liblas/trunk/fix-gdal-2.5.patch

+
 PKGBUILD   |   56 +++
 fix-gdal-2.5.patch |   28 +
 2 files changed, 84 insertions(+)

Added: liblas/trunk/PKGBUILD
===
--- liblas/trunk/PKGBUILD   (rev 0)
+++ liblas/trunk/PKGBUILD   2020-10-13 17:54:02 UTC (rev 723846)
@@ -0,0 +1,56 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=liblas
+pkgver=1.8.1.r120+ge12742f4
+pkgrel=1
+pkgdesc="C/C++ library for reading and writing the very common LAS LiDAR 
format"
+arch=(x86_64)
+url="https://liblas.org/";
+license=(BSD)
+depends=(boost-libs gdal laszip2 libgeotiff proj)
+makedepends=(cmake boost git)
+#source=(https://download.osgeo.org/liblas/libLAS-${pkgver}.tar.bz2)
+#md5sums=('2e6a975dafdf57f59a385ccb87eb5919')
+#sha256sums=('9adb4a98c63b461ed2bc82e214ae522cbd809cff578f28511122efe6c7ea4e76')
+source=(git+https://github.com/libLAS/libLAS.git#commit=e12742f4152146d3a71f9b2de573257e91736c93
+fix-gdal-2.5.patch)
+sha256sums=(SKIP 
c492dd229664c0f1be1a7ca7a7e2df0414a04e2ac89dc5b5ce61463fbe84a6af)
+
+pkgver() {
+  cd libLAS
+  git describe --tags | sed 's/^mfoc-//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
+}
+
+prepare() {
+  cd libLAS
+  # https://github.com/libLAS/libLAS/issues/164
+  patch -Np1 -i ../fix-gdal-2.5.patch
+  # Find our laszip 2.x version
+  sed -i 's@laszip/@laszip2/@g' cmake/modules/FindLASzip.cmake
+  sed -i 's@laszip/@laszip2/@g' src/header.cpp
+  sed -i 's@laszip/@laszip2/@g' src/version.cpp
+  sed -i 's@laszip/@laszip2/@g' src/detail/zippoint.cpp
+  sed -i 's@laszip/@laszip2/@g' src/detail/reader/zipreader.cpp
+  sed -i 's@laszip/@laszip2/@g' src/detail/writer/zipwriter.cpp
+}
+
+build() {
+  #cmake -B build -S libLAS-${pkgver} \
+  cmake -B build -S libLAS \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_GDAL=True \
+-DWITH_GEOTIFF=True \
+-DWITH_LASZIP=True \
+-DWITH_UTILITIES=True \
+-DCMAKE_INSTALL_RPATH=/usr/lib/laszip2 \
+-DLASZIP_INCLUDE_DIR=/usr/include \
+-DLASZIP_LIBRARY=/usr/lib/laszip2/liblaszip.so \
+-G "Unix Makefiles"
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  #install -Dm644 libLAS-${pkgver}/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm644 libLAS/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}

Added: liblas/trunk/fix-gdal-2.5.patch
===
--- liblas/trunk/fix-gdal-2.5.patch (rev 0)
+++ liblas/trunk/fix-gdal-2.5.patch 2020-10-13 17:54:02 UTC (rev 723846)
@@ -0,0 +1,28 @@
+diff --git a/src/gt_wkt_srs.cpp b/src/gt_wkt_srs.cpp
+--- a/src/gt_wkt_srs.cpp
 b/src/gt_wkt_srs.cpp
+@@ -299,7 +299,6 @@ char *GTIFGetOGISDefn( GTIF *hGTIF, GTIFDefn * psDefn )
+ oSRS.SetFromUserInput(pszWKT);
+ oSRS.SetExtension( "PROJCS", "PROJ4",
+"+proj=merc +a=6378137 +b=6378137 
+lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext  
+no_defs" );
+-oSRS.FixupOrdering();
+ CPLFree(pszWKT);
+ pszWKT = NULL;
+ oSRS.exportToWkt(&pszWKT);
+@@ -505,7 +504,6 @@ char *GTIFGetOGISDefn( GTIF *hGTIF, GTIFDefn * psDefn )
+ {
+ char   *pszWKT;
+ oSRS.morphFromESRI();
+-oSRS.FixupOrdering();
+ if( oSRS.exportToWkt( &pszWKT ) == OGRERR_NONE )
+ return pszWKT;
+ }
+@@ -1107,8 +1105,6 @@ char *GTIFGetOGISDefn( GTIF *hGTIF, GTIFDefn * psDefn )
+ /*  */
+ char   *pszWKT;
+
+-oSRS.FixupOrdering();
+-
+ if( oSRS.exportToWkt( &pszWKT ) == OGRERR_NONE )
+ return pszWKT;
+ else


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

2020-10-13 Thread Morten Linderud via arch-commits
Date: Tuesday, October 13, 2020 @ 17:54:09
  Author: foxboron
Revision: 723847

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 17:54:02 UTC (rev 723846)
+++ PKGBUILD2020-10-13 17:54:09 UTC (rev 723847)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Jeff Mickey 
-# Contributor: Pappa 
-
-pkgname=python-xlib
-pkgver=0.27
-pkgrel=1
-pkgdesc="A fully functional X client library for Python programs"
-url="https://github.com/python-xlib/python-xlib";
-arch=('any')
-license=('LGPL')
-depends=('python-six')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-mock' 'xorg-xauth' 'xorg-server-xvfb' 'python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz";)
-sha256sums=('dc25981eaf7251ddfdce7d7420ec2d77a194793664a3fa2dce892634fdd29f2d')
-
-build(){
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check(){
-  cd "$pkgname-$pkgver"
-  python ./runtests.py
-}
-
-package_python-xlib() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-xlib/repos/community-any/PKGBUILD (from rev 723846, 
python-xlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 17:54:09 UTC (rev 723847)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Jeff Mickey 
+# Contributor: Pappa 
+
+pkgname=python-xlib
+pkgver=0.28
+pkgrel=1
+pkgdesc="A fully functional X client library for Python programs"
+url="https://github.com/python-xlib/python-xlib";
+arch=('any')
+license=('LGPL')
+depends=('python-six')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-mock' 'xorg-xauth' 'xorg-server-xvfb' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz";)
+sha256sums=('a3bed6075897bb90847dfc9bb49a0d02f1a0c96c607971b554c5e8110c0900f5')
+
+build(){
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check(){
+  cd "$pkgname-$pkgver"
+  python ./runtests.py
+}
+
+package_python-xlib() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2020-10-13 Thread Morten Linderud via arch-commits
Date: Tuesday, October 13, 2020 @ 17:54:00
  Author: foxboron
Revision: 723845

upgpkg: python-xlib 0.28-1

Modified:
  python-xlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 17:51:39 UTC (rev 723844)
+++ PKGBUILD2020-10-13 17:54:00 UTC (rev 723845)
@@ -4,7 +4,7 @@
 # Contributor: Pappa 
 
 pkgname=python-xlib
-pkgver=0.27
+pkgver=0.28
 pkgrel=1
 pkgdesc="A fully functional X client library for Python programs"
 url="https://github.com/python-xlib/python-xlib";
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-mock' 'xorg-xauth' 'xorg-server-xvfb' 'python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz";)
-sha256sums=('dc25981eaf7251ddfdce7d7420ec2d77a194793664a3fa2dce892634fdd29f2d')
+sha256sums=('a3bed6075897bb90847dfc9bb49a0d02f1a0c96c607971b554c5e8110c0900f5')
 
 build(){
   cd "$pkgname-$pkgver"


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

2020-10-13 Thread Morten Linderud via arch-commits
Date: Tuesday, October 13, 2020 @ 17:51:39
  Author: foxboron
Revision: 723844

archrelease: copy trunk to community-x86_64

Added:
  staticcheck/repos/community-x86_64/PKGBUILD
(from rev 723843, staticcheck/trunk/PKGBUILD)
Deleted:
  staticcheck/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 17:51:31 UTC (rev 723843)
+++ PKGBUILD2020-10-13 17:51:39 UTC (rev 723844)
@@ -1,40 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=staticcheck
-pkgver=2020.1.5
-pkgrel=1
-pkgdesc="Staticcheck - The advanced Go linter"
-arch=('x86_64')
-url="https://staticcheck.io";
-license=("MIT")
-depends=('glibc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dominikh/go-tools/archive/$pkgver.tar.gz";)
-md5sums=('029ae003e14c1543f43db9539901c6bf')
-
-prepare(){
-   cd "go-tools-$pkgver"
-   mkdir -p bin
-}
-
-build(){
-   cd "go-tools-$pkgver"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-   go build -o bin/staticcheck ./cmd/staticcheck
-}
-
-check(){
-   cd "go-tools-$pkgver"
-   GOROOT="/usr/lib/go" go test -v ./...
-}
-
-package(){
-   cd "go-tools-$pkgver"
-   install -p -Dm755 bin/staticcheck "${pkgdir}/usr/bin/staticcheck"
-   install -Dm644 "LICENSE"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-   install -Dm644 "LICENSE-THIRD-PARTY"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE-THIRD-PARTY"
-}

Copied: staticcheck/repos/community-x86_64/PKGBUILD (from rev 723843, 
staticcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 17:51:39 UTC (rev 723844)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+
+pkgname=staticcheck
+pkgver=2020.1.6
+pkgrel=1
+pkgdesc="The advanced Go linter"
+arch=('x86_64')
+url="https://staticcheck.io";
+license=("MIT")
+depends=('glibc')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dominikh/go-tools/archive/$pkgver.tar.gz";
+   
"fix-tests.patch::https://github.com/dominikh/go-tools/commit/542e8c572ba90537f28d6272df560105e64d5e9c.patch";)
+md5sums=('af80714ca51ed1964901eb0ac94756a6'
+ '622467f6c704c75a132164b1fe0783f2')
+
+prepare(){
+   cd "go-tools-$pkgver"
+   mkdir -p bin
+   patch -Np1 < "$srcdir/fix-tests.patch"
+}
+
+build(){
+   cd "go-tools-$pkgver"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+   go build -o bin/staticcheck ./cmd/staticcheck
+}
+
+check(){
+   cd "go-tools-$pkgver"
+   GOROOT="/usr/lib/go" go test -v ./...
+}
+
+package(){
+   cd "go-tools-$pkgver"
+   install -p -Dm755 bin/staticcheck "${pkgdir}/usr/bin/staticcheck"
+   install -Dm644 "LICENSE"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+   install -Dm644 "LICENSE-THIRD-PARTY"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE-THIRD-PARTY"
+}


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

2020-10-13 Thread Morten Linderud via arch-commits
Date: Tuesday, October 13, 2020 @ 17:51:31
  Author: foxboron
Revision: 723843

upgpkg: staticcheck 2020.1.6-1

Modified:
  staticcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 17:36:59 UTC (rev 723842)
+++ PKGBUILD2020-10-13 17:51:31 UTC (rev 723843)
@@ -1,20 +1,23 @@
 # Maintainer: Morten Linderud 
 
 pkgname=staticcheck
-pkgver=2020.1.5
+pkgver=2020.1.6
 pkgrel=1
-pkgdesc="Staticcheck - The advanced Go linter"
+pkgdesc="The advanced Go linter"
 arch=('x86_64')
 url="https://staticcheck.io";
 license=("MIT")
 depends=('glibc')
 makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dominikh/go-tools/archive/$pkgver.tar.gz";)
-md5sums=('029ae003e14c1543f43db9539901c6bf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dominikh/go-tools/archive/$pkgver.tar.gz";
+   
"fix-tests.patch::https://github.com/dominikh/go-tools/commit/542e8c572ba90537f28d6272df560105e64d5e9c.patch";)
+md5sums=('af80714ca51ed1964901eb0ac94756a6'
+ '622467f6c704c75a132164b1fe0783f2')
 
 prepare(){
cd "go-tools-$pkgver"
mkdir -p bin
+   patch -Np1 < "$srcdir/fix-tests.patch"
 }
 
 build(){
@@ -23,7 +26,7 @@
export CGO_CFLAGS="${CFLAGS}"
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
go build -o bin/staticcheck ./cmd/staticcheck
 }
 


[arch-commits] Commit in gdm/repos/extra-x86_64 (10 files)

2020-10-13 Thread Jan Steffens via arch-commits
Date: Tuesday, October 13, 2020 @ 17:51:00
  Author: heftig
Revision: 398245

archrelease: copy trunk to extra-x86_64

Added:
  gdm/repos/extra-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch
(from rev 398244, 
gdm/trunk/0001-Xsession-Don-t-start-ssh-agent-by-default.patch)
  
gdm/repos/extra-x86_64/0002-pam-arch-Update-to-match-pambase-20200721.1-2.patch
(from rev 398244, 
gdm/trunk/0002-pam-arch-Update-to-match-pambase-20200721.1-2.patch)
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 398244, gdm/trunk/PKGBUILD)
  gdm/repos/extra-x86_64/default.pa
(from rev 398244, gdm/trunk/default.pa)
  gdm/repos/extra-x86_64/gdm.install
(from rev 398244, gdm/trunk/gdm.install)
Deleted:
  gdm/repos/extra-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch
  
gdm/repos/extra-x86_64/0002-pam-arch-Update-to-match-pambase-20200721.1-2.patch
  gdm/repos/extra-x86_64/PKGBUILD
  gdm/repos/extra-x86_64/default.pa
  gdm/repos/extra-x86_64/gdm.install

--+
 0001-Xsession-Don-t-start-ssh-agent-by-default.patch |   56 -
 0002-pam-arch-Update-to-match-pambase-20200721.1-2.patch |  426 ++---
 PKGBUILD |  188 ++---
 default.pa   |   20 
 gdm.install  |   14 
 5 files changed, 352 insertions(+), 352 deletions(-)

Deleted: 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
===
--- 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2020-10-13 
17:50:49 UTC (rev 398244)
+++ 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2020-10-13 
17:51:00 UTC (rev 398245)
@@ -1,28 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 20 Jun 2015 17:22:38 +0200
-Subject: [PATCH] Xsession: Don't start ssh-agent by default
-

- data/Xsession.in | 8 
- 1 file changed, 8 deletions(-)
-
-diff --git a/data/Xsession.in b/data/Xsession.in
-index 9d79558c..ff6d9de0 100755
 a/data/Xsession.in
-+++ b/data/Xsession.in
-@@ -175,14 +175,6 @@ if [ "x$command" = "xdefault" ] ; then
-   fi
- fi
- 
--# add ssh-agent if found
--sshagent="`gdmwhich ssh-agent`"
--if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
--command="$sshagent -- $command"
--elif [ -z "$sshagent" ] ; then
--echo "$0: ssh-agent not found!"
--fi
--
- echo "$0: Setup done, will execute: $command"
- 
- eval exec $command

Copied: 
gdm/repos/extra-x86_64/0001-Xsession-Don-t-start-ssh-agent-by-default.patch 
(from rev 398244, 
gdm/trunk/0001-Xsession-Don-t-start-ssh-agent-by-default.patch)
===
--- 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
(rev 0)
+++ 0001-Xsession-Don-t-start-ssh-agent-by-default.patch2020-10-13 
17:51:00 UTC (rev 398245)
@@ -0,0 +1,28 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 20 Jun 2015 17:22:38 +0200
+Subject: [PATCH] Xsession: Don't start ssh-agent by default
+
+---
+ data/Xsession.in | 8 
+ 1 file changed, 8 deletions(-)
+
+diff --git a/data/Xsession.in b/data/Xsession.in
+index 9d79558c..ff6d9de0 100755
+--- a/data/Xsession.in
 b/data/Xsession.in
+@@ -175,14 +175,6 @@ if [ "x$command" = "xdefault" ] ; then
+   fi
+ fi
+ 
+-# add ssh-agent if found
+-sshagent="`gdmwhich ssh-agent`"
+-if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
+-command="$sshagent -- $command"
+-elif [ -z "$sshagent" ] ; then
+-echo "$0: ssh-agent not found!"
+-fi
+-
+ echo "$0: Setup done, will execute: $command"
+ 
+ eval exec $command

Deleted: 0002-pam-arch-Update-to-match-pambase-20200721.1-2.patch
===
--- 0002-pam-arch-Update-to-match-pambase-20200721.1-2.patch2020-10-13 
17:50:49 UTC (rev 398244)
+++ 0002-pam-arch-Update-to-match-pambase-20200721.1-2.patch2020-10-13 
17:51:00 UTC (rev 398245)
@@ -1,213 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sun, 9 Aug 2020 00:34:37 +
-Subject: [PATCH] pam-arch: Update to match pambase 20200721.1-2
-
-https://bugs.archlinux.org/task/67485

- data/meson.build |  1 -
- data/pam-arch/gdm-autologin.pam  | 22 +
- data/pam-arch/gdm-fingerprint.pam| 31 +++-
- data/pam-arch/gdm-launch-environment.pam | 24 ++
- data/pam-arch/gdm-password.pam   | 17 +++--
- data/pam-arch/gdm-pin.pam| 13 --
- data/pam-arch/gdm-smartcard.pam  | 31 +++-
- 7 files changed, 75 inser

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

2020-10-13 Thread Jan Steffens via arch-commits
Date: Tuesday, October 13, 2020 @ 17:50:49
  Author: heftig
Revision: 398244

3.38.1-1

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 17:49:20 UTC (rev 398243)
+++ PKGBUILD2020-10-13 17:50:49 UTC (rev 398244)
@@ -3,7 +3,7 @@
 
 pkgbase=gdm
 pkgname=(gdm libgdm)
-pkgver=3.38.0
+pkgver=3.38.1
 pkgrel=1
 pkgdesc="Display manager and login screen"
 url="https://wiki.gnome.org/Projects/GDM";
@@ -13,7 +13,7 @@
  libxdmcp systemd)
 makedepends=(yelp-tools gobject-introspection git docbook-xsl meson)
 checkdepends=(check)
-_commit=6fc40ac6aa37c8ad87c32f0b1a5d813d34bf7770  # tags/3.38.0^0
+_commit=688309c5214a79db53c53ac279379e3761723864  # tags/3.38.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gdm.git#commit=$_commit";
 0001-Xsession-Don-t-start-ssh-agent-by-default.patch
 0002-pam-arch-Update-to-match-pambase-20200721.1-2.patch


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 17:49:20
  Author: arojas
Revision: 398243

archrelease: copy trunk to testing-x86_64

Added:
  krita/repos/testing-x86_64/
  krita/repos/testing-x86_64/PKGBUILD
(from rev 398242, krita/trunk/PKGBUILD)

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

Copied: krita/repos/testing-x86_64/PKGBUILD (from rev 398242, 
krita/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-13 17:49:20 UTC (rev 398243)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+_pkgver=4.4.0
+pkgver=${_pkgver/-/}
+pkgrel=3
+pkgdesc="Edit and paint images"
+arch=(x86_64)
+url="https://krita.org";
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
+ gsl libraw exiv2 openexr fftw boost-libs giflib openjpeg2 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
+ qt5-tools sip5 seexpr-krita llvm)
+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'
+'seexpr-krita: SeExpr generator layer')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig})
+sha256sums=('fc5f8376e4712c26178688284aeaf2fa1d48473535ed5b214297178a1fe9278f'
+'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt 

+  'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F') # Dmitry Kazakov 
(main key) 
+
+build() {
+  cmake -B build -S $pkgname-$_pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 17:49:09
  Author: arojas
Revision: 398242

Reenable seexpr in testing

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 17:21:09 UTC (rev 398241)
+++ PKGBUILD2020-10-13 17:49:09 UTC (rev 398242)
@@ -3,7 +3,7 @@
 pkgname=krita
 _pkgver=4.4.0
 pkgver=${_pkgver/-/}
-pkgrel=2
+pkgrel=3
 pkgdesc="Edit and paint images"
 arch=(x86_64)
 url="https://krita.org";
@@ -11,10 +11,10 @@
 depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
  gsl libraw exiv2 openexr fftw boost-libs giflib openjpeg2 
hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
- qt5-tools sip5) # seexpr-krita llvm
+ qt5-tools sip5 seexpr-krita llvm)
 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')
-# 'seexpr-krita: SeExpr generator layer'
+"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter'
+'seexpr-krita: SeExpr generator layer')
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
 
source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig})


[arch-commits] Commit in binaryen/repos/community-x86_64 (6 files)

2020-10-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 13, 2020 @ 17:36:59
  Author: svenstaro
Revision: 723842

archrelease: copy trunk to community-x86_64

Added:
  binaryen/repos/community-x86_64/PKGBUILD
(from rev 723841, binaryen/trunk/PKGBUILD)
  binaryen/repos/community-x86_64/b43807a835fc878e5eefcb8b4a18aff62d7f4540.patch
(from rev 723841, 
binaryen/trunk/b43807a835fc878e5eefcb8b4a18aff62d7f4540.patch)
  binaryen/repos/community-x86_64/binaryen.sh
(from rev 723841, binaryen/trunk/binaryen.sh)
Deleted:
  binaryen/repos/community-x86_64/PKGBUILD
  binaryen/repos/community-x86_64/b43807a835fc878e5eefcb8b4a18aff62d7f4540.patch
  binaryen/repos/community-x86_64/binaryen.sh

+
 PKGBUILD   |   72 ++--
 b43807a835fc878e5eefcb8b4a18aff62d7f4540.patch |  386 +++
 binaryen.sh|6 
 3 files changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 17:36:49 UTC (rev 723841)
+++ PKGBUILD2020-10-13 17:36:59 UTC (rev 723842)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Dario Ostuni 
-
-pkgname=binaryen
-epoch=1
-pkgver=97
-pkgrel=1
-pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
-arch=('x86_64')
-url="https://github.com/WebAssembly/binaryen";
-license=('MIT')
-makedepends=('cmake' 'ninja' 'python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/WebAssembly/binaryen/archive/version_${pkgver}.tar.gz";
-b43807a835fc878e5eefcb8b4a18aff62d7f4540.patch
-"binaryen.sh")
-sha384sums=('5b3f69f9cae5e129f7e1f99ff417ab0070e0a810998e9763b6c11f5cdab6f89daee01360666c0cdf639fada5e16b5504'
-
'4b3f09e296b8816d2250fbb68b18b45856c728bfd39615d80fe962480c8313dc1898a7814562eed2c82f662acebe7b55'
-
'8ccff587d33aa2f8e66cc167ab887087993cea0899921d2e7cc69372c8b659770a4f4a00e9da61c75394af002c8c7660')
-
-build() {
-cd binaryen-version_$pkgver
-
-cmake . \
--Bbuild \
--GNinja \
--DCMAKE_INSTALL_PREFIX=/usr
-ninja -C build
-}
-
-package() {
-cd binaryen-version_$pkgver
-DESTDIR="$pkgdir" ninja -C build install
-
-install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-install -Dm755 "$srcdir"/binaryen.sh "$pkgdir"/etc/profile.d/binaryen.sh
-}

Copied: binaryen/repos/community-x86_64/PKGBUILD (from rev 723841, 
binaryen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 17:36:59 UTC (rev 723842)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Dario Ostuni 
+
+pkgname=binaryen
+epoch=1
+pkgver=98
+pkgrel=1
+pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
+arch=('x86_64')
+url="https://github.com/WebAssembly/binaryen";
+license=('MIT')
+makedepends=('cmake' 'ninja' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/WebAssembly/binaryen/archive/version_${pkgver}.tar.gz";
+b43807a835fc878e5eefcb8b4a18aff62d7f4540.patch
+"binaryen.sh")
+sha384sums=('494953f6e8fd32ad1abbf63ad6c9e404746e19ad7ad8c1006e92deab9f42a8baa6d4c68212c666d025e3768f198cda5f'
+
'4b3f09e296b8816d2250fbb68b18b45856c728bfd39615d80fe962480c8313dc1898a7814562eed2c82f662acebe7b55'
+
'8ccff587d33aa2f8e66cc167ab887087993cea0899921d2e7cc69372c8b659770a4f4a00e9da61c75394af002c8c7660')
+
+build() {
+cd binaryen-version_$pkgver
+
+cmake . \
+-Bbuild \
+-GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr
+ninja -C build
+}
+
+package() {
+cd binaryen-version_$pkgver
+DESTDIR="$pkgdir" ninja -C build install
+
+install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+install -Dm755 "$srcdir"/binaryen.sh "$pkgdir"/etc/profile.d/binaryen.sh
+}

Deleted: b43807a835fc878e5eefcb8b4a18aff62d7f4540.patch
===
--- b43807a835fc878e5eefcb8b4a18aff62d7f4540.patch  2020-10-13 17:36:49 UTC 
(rev 723841)
+++ b43807a835fc878e5eefcb8b4a18aff62d7f4540.patch  2020-10-13 17:36:59 UTC 
(rev 723842)
@@ -1,193 +0,0 @@
-From b43807a835fc878e5eefcb8b4a18aff62d7f4540 Mon Sep 17 00:00:00 2001
-From: Alon Zakai 
-Date: Wed, 19 Aug 2020 14:55:46 -0700
-Subject: [PATCH] wasm-emscripten-finalize: Make EM_ASM modifications optional
- (#3044)
-
-wasm-emscripten-finalize renames EM_ASM calls to have the signature in
-the name. This isn't actually useful - emscripten doesn't benefit from that. I
-think it was optimized in fastcomp, and in upstream we copied the general
-form but not the optimizations, and then EM_JS came along which is
-easier to optimize anyhow.
-
-This PR makes those changes optional: when not doing them, it just
-leaves the calls as they are. Emscripten will need some changes to
-handle t

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

2020-10-13 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 13, 2020 @ 17:36:49
  Author: svenstaro
Revision: 723841

upgpkg: binaryen 1:98-1

Modified:
  binaryen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 16:43:58 UTC (rev 723840)
+++ PKGBUILD2020-10-13 17:36:49 UTC (rev 723841)
@@ -3,7 +3,7 @@
 
 pkgname=binaryen
 epoch=1
-pkgver=97
+pkgver=98
 pkgrel=1
 pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/WebAssembly/binaryen/archive/version_${pkgver}.tar.gz";
 b43807a835fc878e5eefcb8b4a18aff62d7f4540.patch
 "binaryen.sh")
-sha384sums=('5b3f69f9cae5e129f7e1f99ff417ab0070e0a810998e9763b6c11f5cdab6f89daee01360666c0cdf639fada5e16b5504'
+sha384sums=('494953f6e8fd32ad1abbf63ad6c9e404746e19ad7ad8c1006e92deab9f42a8baa6d4c68212c666d025e3768f198cda5f'
 
'4b3f09e296b8816d2250fbb68b18b45856c728bfd39615d80fe962480c8313dc1898a7814562eed2c82f662acebe7b55'
 
'8ccff587d33aa2f8e66cc167ab887087993cea0899921d2e7cc69372c8b659770a4f4a00e9da61c75394af002c8c7660')
 


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 17:21:09
  Author: arojas
Revision: 398241

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 17:19:52 UTC (rev 398240)
+++ PKGBUILD2020-10-13 17:21:09 UTC (rev 398241)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-_pkgver=4.4.0
-pkgver=${_pkgver/-/}
-pkgrel=2
-pkgdesc="Edit and paint images"
-arch=(x86_64)
-url="https://krita.org";
-license=(GPL3)
-depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
- gsl libraw exiv2 openexr fftw boost-libs giflib openjpeg2 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
- qt5-tools sip5) # seexpr-krita llvm
-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')
-# 'seexpr-krita: SeExpr generator layer'
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig})
-sha256sums=('fc5f8376e4712c26178688284aeaf2fa1d48473535ed5b214297178a1fe9278f'
-'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt 

-  'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F') # Dmitry Kazakov 
(main key) 
-
-build() {
-  cmake -B build -S $pkgname-$_pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 398240, 
krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 17:21:09 UTC (rev 398241)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+_pkgver=4.4.0
+pkgver=${_pkgver/-/}
+pkgrel=2
+pkgdesc="Edit and paint images"
+arch=(x86_64)
+url="https://krita.org";
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
+ gsl libraw exiv2 openexr fftw boost-libs giflib openjpeg2 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
+ qt5-tools sip5) # seexpr-krita llvm
+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')
+# 'seexpr-krita: SeExpr generator layer'
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig})
+sha256sums=('fc5f8376e4712c26178688284aeaf2fa1d48473535ed5b214297178a1fe9278f'
+'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt 

+  'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F') # Dmitry Kazakov 
(main key) 
+
+build() {
+  cmake -B build -S $pkgname-$_pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 17:19:36
  Author: arojas
Revision: 398239

Disable seexpr for now, it breaks krita

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 17:06:53 UTC (rev 398238)
+++ PKGBUILD2020-10-13 17:19:36 UTC (rev 398239)
@@ -3,7 +3,7 @@
 pkgname=krita
 _pkgver=4.4.0
 pkgver=${_pkgver/-/}
-pkgrel=1
+pkgrel=2
 pkgdesc="Edit and paint images"
 arch=(x86_64)
 url="https://krita.org";
@@ -11,10 +11,10 @@
 depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
  gsl libraw exiv2 openexr fftw boost-libs giflib openjpeg2 
hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
- qt5-tools sip5 seexpr-krita llvm)
+ qt5-tools sip5) # seexpr-krita llvm
 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'
-'seexpr-krita: SeExpr generator layer')
+"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
+# 'seexpr-krita: SeExpr generator layer'
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
 
source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig})


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 17:19:52
  Author: arojas
Revision: 398240

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 17:19:36 UTC (rev 398239)
+++ PKGBUILD2020-10-13 17:19:52 UTC (rev 398240)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-_pkgver=4.4.0
-pkgver=${_pkgver/-/}
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(x86_64)
-url="https://krita.org";
-license=(GPL3)
-depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
- gsl libraw exiv2 openexr fftw boost-libs giflib openjpeg2 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
- qt5-tools sip5 seexpr-krita llvm)
-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'
-'seexpr-krita: SeExpr generator layer')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig})
-sha256sums=('fc5f8376e4712c26178688284aeaf2fa1d48473535ed5b214297178a1fe9278f'
-'SKIP')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt 

-  'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F') # Dmitry Kazakov 
(main key) 
-
-build() {
-  cmake -B build -S $pkgname-$_pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 398239, 
krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 17:19:52 UTC (rev 398240)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+_pkgver=4.4.0
+pkgver=${_pkgver/-/}
+pkgrel=2
+pkgdesc="Edit and paint images"
+arch=(x86_64)
+url="https://krita.org";
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
+ gsl libraw exiv2 openexr fftw boost-libs giflib openjpeg2 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
+ qt5-tools sip5) # seexpr-krita llvm
+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')
+# 'seexpr-krita: SeExpr generator layer'
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig})
+sha256sums=('fc5f8376e4712c26178688284aeaf2fa1d48473535ed5b214297178a1fe9278f'
+'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt 

+  'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F') # Dmitry Kazakov 
(main key) 
+
+build() {
+  cmake -B build -S $pkgname-$_pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in plasma-workspace/repos/testing-x86_64 (4 files)

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 17:06:53
  Author: arojas
Revision: 398238

archrelease: copy trunk to testing-x86_64

Added:
  plasma-workspace/repos/testing-x86_64/PKGBUILD
(from rev 398237, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/testing-x86_64/kde.pam
(from rev 398237, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/testing-x86_64/PKGBUILD
  plasma-workspace/repos/testing-x86_64/kde.pam

--+
 PKGBUILD |  124 +++--
 kde.pam  |   18 
 2 files changed, 74 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 17:06:42 UTC (rev 398237)
+++ PKGBUILD2020-10-13 17:06:53 UTC (rev 398238)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexey D. 
-
-pkgbase=plasma-workspace
-pkgname=(plasma-workspace plasma-wayland-session)
-pkgver=5.20.0
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(knotifyconfig libksysguard ktexteditor libqalculate kde-cli-tools 
appstream-qt phonon-qt5
- xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
milou prison kwin
- plasma-integration kdelibs4support kpeople kactivities-stats 
libkscreen kquickcharts kuserfeedback)
-makedepends=(extra-cmake-modules kdoctools gpsd baloo networkmanager-qt 
kdesignerplugin kinit plasma-wayland-protocols)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig}
 kde.pam)
-sha256sums=('20fc599fdfc6477c7315fdf3059bae7ac4843294e550a8d18b6cf1af2ed2b2ca'
-'SKIP'
-'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-build() {
-  cmake -B build -S $pkgbase-$pkgver \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package_plasma-workspace() {
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
-  'kdepim-addons: displaying PIM events in the calendar'
-  'appmenu-gtk-module: global menu support for GTK2 and some GTK3 
applications'
-  'qt5-virtualkeyboard: virtual keyboard support in lock screen'
-  'baloo: Baloo search runner' 'discover: manage applications 
installation from the launcher')
-  provides=(notification-daemon)
-  backup=('etc/pam.d/kde')
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
-
-  # Split plasma-wayland scripts
-  rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_plasma-wayland-session() {
-  pkgdesc='Plasma Wayland session'
-  depends=(plasma-workspace qt5-wayland kwayland-integration 
xorg-server-xwayland)
-  groups=()
-
-  install -Dm644 build/login-sessions/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
-}

Copied: plasma-workspace/repos/testing-x86_64/PKGBUILD (from rev 398237, 
plasma-workspace/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 17:06:53 UTC (rev 398238)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=(plasma-workspace plasma-wayland-session)
+pkgver=5.20.0
+pkgrel=2
+pkgdesc='KDE Plasma Workspace'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(knotifyconfig libksysguard ktexteditor libqalculate kde-cli-tools 
appstream-qt phonon-qt5
+ xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
milou prison kwin
+ plasma-integration kdelibs4support kpeople kactivities-stats 
libkscreen kquickcharts kuserfeedback)
+makedepends=(extra-cmake-modules kdoctools gpsd baloo networkmanager-qt 
kdesignerplugin kinit plasma-wayland-protocols)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig}
 kde.pam
+ 
plasma-workspace-gitk.patch::"https://invent.kde.org/plasma/plasma-workspace/-/commit/ae43cd88.patch";)
+sha256sums=('20fc599fdfc6477c7315fdf3059bae7ac4843294e550a8d18b6cf1af2ed2b2ca'
+'SKIP'
+'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739'
+'1d5f51407aa33999a710b7f15fc849f3059931a5fce68c419962504ee4556a72')
+validpgpkeys=('2D1

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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 17:06:42
  Author: arojas
Revision: 398237

Fix gitk error at runtime (FS#68235)

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 17:06:27 UTC (rev 398236)
+++ PKGBUILD2020-10-13 17:06:42 UTC (rev 398237)
@@ -6,7 +6,7 @@
 pkgbase=plasma-workspace
 pkgname=(plasma-workspace plasma-wayland-session)
 pkgver=5.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Workspace'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -16,15 +16,21 @@
  plasma-integration kdelibs4support kpeople kactivities-stats 
libkscreen kquickcharts kuserfeedback)
 makedepends=(extra-cmake-modules kdoctools gpsd baloo networkmanager-qt 
kdesignerplugin kinit plasma-wayland-protocols)
 groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig}
 kde.pam)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig}
 kde.pam
+ 
plasma-workspace-gitk.patch::"https://invent.kde.org/plasma/plasma-workspace/-/commit/ae43cd88.patch";)
 sha256sums=('20fc599fdfc6477c7315fdf3059bae7ac4843294e550a8d18b6cf1af2ed2b2ca'
 'SKIP'
-'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
+'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739'
+'1d5f51407aa33999a710b7f15fc849f3059931a5fce68c419962504ee4556a72')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

   '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

 
+prepare() {
+  patch -d $pkgbase-$pkgver -p1 -i ../plasma-workspace-gitk.patch # Fix gitk 
error at runtime
+}
+
 build() {
   cmake -B build -S $pkgbase-$pkgver \
 -DCMAKE_INSTALL_LIBEXECDIR=lib \


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 17:06:27
  Author: arojas
Revision: 398236

archrelease: copy trunk to extra-x86_64

Added:
  krita/repos/extra-x86_64/PKGBUILD
(from rev 398235, krita/trunk/PKGBUILD)
Deleted:
  krita/repos/extra-x86_64/PKGBUILD
  krita/repos/extra-x86_64/krita-quazip1.patch
  krita/repos/extra-x86_64/krita-sip5.patch

-+
 PKGBUILD|   76 ++
 krita-quazip1.patch |   23 
 krita-sip5.patch|  254 --
 3 files changed, 35 insertions(+), 318 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 17:06:15 UTC (rev 398235)
+++ PKGBUILD2020-10-13 17:06:27 UTC (rev 398236)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-_pkgver=4.3.0
-pkgver=${_pkgver/-/}
-pkgrel=3
-pkgdesc="Edit and paint images"
-arch=(x86_64)
-url="https://krita.org";
-license=(GPL3)
-depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
- gsl libraw exiv2 openexr fftw boost-libs giflib openjpeg2 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
- qt5-tools sip5)
-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";
- krita-sip5.patch
- krita-quazip1.patch)
-sha256sums=('d071887c73bffbdc179054826b9752f5e5ab43fdcd9ffdd0402e9ab2ceee4bda'
-'08076f5e3aa47a34f358efef16d95ae008dd71bcabc6da83a29f9597c1d25453'
-'c14bf8911eb5722cb1f86f3a5a9a410231c76ad275689972f58a63bb63983ce4')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

-
-prepare() {
-  patch -d $pkgname-$_pkgver -p1 -i ../krita-sip5.patch # Fix build with SIP 5
-  patch -d $pkgname-$_pkgver -p1 -i ../krita-quazip1.patch # Fix build with 
quazip 1
-}
-
-build() {
-  cmake -B build -S $pkgname-$_pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 398235, 
krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 17:06:27 UTC (rev 398236)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+_pkgver=4.4.0
+pkgver=${_pkgver/-/}
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(x86_64)
+url="https://krita.org";
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
+ gsl libraw exiv2 openexr fftw boost-libs giflib openjpeg2 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
+ qt5-tools sip5 seexpr-krita llvm)
+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'
+'seexpr-krita: SeExpr generator layer')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig})
+sha256sums=('fc5f8376e4712c26178688284aeaf2fa1d48473535ed5b214297178a1fe9278f'
+'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt 

+  'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F') # Dmitry Kazakov 
(main key) 
+
+build() {
+  cmake -B build -S $pkgname-$_pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Deleted: krita-quazip1.patch
===
--- krita-quazip1.patch 2020-10-13 17:06:15 UTC (rev 398235)
+++ krita-quazip1.patch 2020-10-13 17:06:27 UTC (rev 398236)
@@ -1,23 +0,0 @@
-diff --git a/cmake/modules/FindQuaZip.cmake b/cmake/modules/FindQuaZip.cmake
-index 7e628fcd4b..345c7909ab 100644
 a/cmake/modules/FindQuaZip.cmake
-+++ b/cmake/modules/FindQuaZip.cmake
-@@ -25,15 +25,15 @@ ELSE (QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
-   ELSE(WIN32)
-   FIND_PACKAGE(PkgConfig)
- # pkg_check_modules(PC_QCA2 QUIET qca2)
--  pkg_check_modules(PC_QUAZIP quazip)
-+  pkg_check_modules(PC_QUAZIP quazip quazip1-qt5)
-   FIND_LIBRARY(QUAZIP_LIBRARIES
-   WIN32_DEBUG_POSTFIX d
--NAMES quazip${QUAZIP_

[arch-commits] Commit in krita/trunk (PKGBUILD krita-quazip1.patch krita-sip5.patch)

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 17:06:15
  Author: arojas
Revision: 398235

Update to 4.4.0

Modified:
  krita/trunk/PKGBUILD
Deleted:
  krita/trunk/krita-quazip1.patch
  krita/trunk/krita-sip5.patch

-+
 PKGBUILD|   26 +
 krita-quazip1.patch |   47 -
 krita-sip5.patch|  254 --
 3 files changed, 10 insertions(+), 317 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 17:00:31 UTC (rev 398234)
+++ PKGBUILD2020-10-13 17:06:15 UTC (rev 398235)
@@ -1,9 +1,9 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=krita
-_pkgver=4.3.0
+_pkgver=4.4.0
 pkgver=${_pkgver/-/}
-pkgrel=3
+pkgrel=1
 pkgdesc="Edit and paint images"
 arch=(x86_64)
 url="https://krita.org";
@@ -11,24 +11,18 @@
 depends=(kitemviews kitemmodels ki18n kcompletion kguiaddons kcrash qt5-svg 
qt5-multimedia quazip
  gsl libraw exiv2 openexr fftw boost-libs giflib openjpeg2 
hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
- qt5-tools sip5)
+ qt5-tools sip5 seexpr-krita llvm)
 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')
+"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter'
+'seexpr-krita: SeExpr generator layer')
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz";
- krita-sip5.patch
- krita-quazip1.patch)
-sha256sums=('d071887c73bffbdc179054826b9752f5e5ab43fdcd9ffdd0402e9ab2ceee4bda'
-'08076f5e3aa47a34f358efef16d95ae008dd71bcabc6da83a29f9597c1d25453'
-'d1f5738ac899b8e54093d91d3689da1b3a4ec956e574941647f77241c79b8cee')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

+source=("https://download.kde.org/stable/krita/$_pkgver/$pkgname-$_pkgver.tar.gz"{,.sig})
+sha256sums=('fc5f8376e4712c26178688284aeaf2fa1d48473535ed5b214297178a1fe9278f'
+'SKIP')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD'  # Boudewijn Rempt 

+  'E9FB29E74ADEACC5E3035B8AB69EB4CF7468332F') # Dmitry Kazakov 
(main key) 
 
-prepare() {
-  patch -d $pkgname-$_pkgver -p1 -i ../krita-sip5.patch # Fix build with SIP 5
-  patch -d $pkgname-$_pkgver -p1 -i ../krita-quazip1.patch # Fix build with 
quazip 1
-}
-
 build() {
   cmake -B build -S $pkgname-$_pkgver \
 -DBUILD_TESTING=OFF \

Deleted: krita-quazip1.patch
===
--- krita-quazip1.patch 2020-10-13 17:00:31 UTC (rev 398234)
+++ krita-quazip1.patch 2020-10-13 17:06:15 UTC (rev 398235)
@@ -1,47 +0,0 @@
-diff --git a/cmake/modules/FindQuaZip.cmake b/cmake/modules/FindQuaZip.cmake
-index 345c7909ab..574577e230 100644
 a/cmake/modules/FindQuaZip.cmake
-+++ b/cmake/modules/FindQuaZip.cmake
-@@ -4,11 +4,15 @@
- # QUAZIP_LIBRARIES   - List of QuaZip libraries
- # QUAZIP_ZLIB_INCLUDE_DIR- The include dir of zlib headers
- 
--
--IF (QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
-+find_package(QuaZip-Qt5 QUIET)
-+IF (QuaZip-Qt5_FOUND)
-+set(QUAZIP_INCLUDE_DIRS QuaZip::QuaZip)
-+set(QUAZIP_LIBRARIES QuaZip::QuaZip)
-+set(QUAZIP_FOUND TRUE)
-+ELSEIF (QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
-   # in cache already
-   SET(QUAZIP_FOUND TRUE)
--ELSE (QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
-+ELSE ()
- IF (Qt5Core_FOUND)
- set(QUAZIP_LIB_VERSION_SUFFIX 5)
- ENDIF()
-@@ -25,19 +29,19 @@ ELSE (QUAZIP_INCLUDE_DIRS AND QUAZIP_LIBRARIES)
-   ELSE(WIN32)
-   FIND_PACKAGE(PkgConfig)
- # pkg_check_modules(PC_QCA2 QUIET qca2)
--  pkg_check_modules(PC_QUAZIP quazip)
-+  pkg_check_modules(PC_QUAZIP quazip)
-   FIND_LIBRARY(QUAZIP_LIBRARIES
-   WIN32_DEBUG_POSTFIX d
--NAMES quazip${QUAZIP_LIB_VERSION_SUFFIX}
-+NAMES quazip${QUAZIP_LIB_VERSION_SUFFIX}
-   HINTS /usr/lib /usr/lib64
-   )
-   FIND_PATH(QUAZIP_INCLUDE_DIR quazip.h
-   HINTS /usr/include /usr/local/include
--  PATH_SUFFIXES quazip${QUAZIP_LIB_VERSION_SUFFIX}
-+  PATH_SUFFIXES quazip${QUAZIP_LIB_VERSION_SUFFIX}
-   )
-   FIND_PATH(QUAZIP_ZLIB_INCLUDE_DIR zlib.h HINTS /usr/include 
/usr/local/include)
-   ENDIF (WIN32)
-   INCLUDE(FindPackageHandleStandardArgs)
-   SET(QUAZIP_INCLUDE_DIRS ${QUAZIP_INCLUDE_DIR} 
${QUAZIP_ZLIB_INCLUDE_DIR})
-   find_package_handle_standard_args(QUAZIP DEFAULT_MSG  QUAZIP_LIBRARIES 
QUAZIP_

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

2020-10-13 Thread Laurent Carlier via arch-commits
Date: Tuesday, October 13, 2020 @ 17:00:31
  Author: lcarlier
Revision: 398234

archrelease: copy trunk to staging-x86_64

Added:
  mesa/repos/staging-x86_64/
  mesa/repos/staging-x86_64/LICENSE
(from rev 398233, mesa/trunk/LICENSE)
  mesa/repos/staging-x86_64/PKGBUILD
(from rev 398233, mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +
 PKGBUILD |  201 +
 2 files changed, 284 insertions(+)

Copied: mesa/repos/staging-x86_64/LICENSE (from rev 398233, mesa/trunk/LICENSE)
===
--- staging-x86_64/LICENSE  (rev 0)
+++ staging-x86_64/LICENSE  2020-10-13 17:00:31 UTC (rev 398234)
@@ -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 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/staging-x86_64/PKGBUILD (from rev 398233, 
mesa/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-10-13 17:00:31 UTC (rev 398234)
@@ -0,0 +1,201 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Maintainer: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=mesa
+pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
+pkgdesc="An open-source implementation of the OpenGL specification"
+pkgver=20.2.0
+pkgrel=3
+arch=('x86_64')
+makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
+  

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

2020-10-13 Thread Laurent Carlier via arch-commits
Date: Tuesday, October 13, 2020 @ 17:00:26
  Author: lcarlier
Revision: 398233

upgpkg: mesa 20.2.0-3: LLVM 11 rebuild

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 16:47:02 UTC (rev 398232)
+++ PKGBUILD2020-10-13 17:00:26 UTC (rev 398233)
@@ -7,7 +7,7 @@
 pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
 pkgver=20.2.0
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
  'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 
'zstd' 'elfutils' 'llvm'


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 16:47:02
  Author: arojas
Revision: 398232

archrelease: copy trunk to extra-x86_64

Added:
  okular/repos/extra-x86_64/PKGBUILD
(from rev 398231, okular/trunk/PKGBUILD)
Deleted:
  okular/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 16:46:52 UTC (rev 398231)
+++ PKGBUILD2020-10-13 16:47:02 UTC (rev 398232)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=okular
-pkgver=20.08.2
-pkgrel=1
-pkgdesc='Document Viewer'
-arch=(x86_64)
-url="https://kde.org/applications/graphics/okular/";
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-graphics)
-depends=(djvulibre libspectre libkexiv2 poppler-qt5 qca kpty kactivities 
threadweaver kjs kparts purpose discount phonon-qt5)
-makedepends=(extra-cmake-modules ebook-tools kdegraphics-mobipocket kdoctools 
khtml chmlib)
-optdepends=('ebook-tools: mobi and epub support'
-'kdegraphics-mobipocket: mobi support' 'libzip: CHM support'
-'khtml: CHM support' 'chmlib: CHM support' 'calligra: ODT and ODP 
support'
-'unrar: Comic Book Archive support' 'unarchiver: Comic Book 
Archive support (alternative)')
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6f1885ed8050a55bb2cbf05089b452f555852e003ec7fe89fe472c0dbc92e65b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-options=(!zipman)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: okular/repos/extra-x86_64/PKGBUILD (from rev 398231, 
okular/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 16:47:02 UTC (rev 398232)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=okular
+pkgver=20.08.2
+pkgrel=2
+pkgdesc='Document Viewer'
+arch=(x86_64)
+url="https://kde.org/applications/graphics/okular/";
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-graphics)
+depends=(djvulibre libspectre libkexiv2 poppler-qt5 qca kpty kactivities 
threadweaver kjs kparts purpose discount phonon-qt5)
+makedepends=(extra-cmake-modules ebook-tools kdegraphics-mobipocket kdoctools 
khtml chmlib)
+optdepends=('ebook-tools: mobi and epub support'
+'kdegraphics-mobipocket: mobi support' 'libzip: CHM support'
+'khtml: CHM support' 'chmlib: CHM support' 'calligra: ODT and ODP 
support'
+'unrar: Comic Book Archive support' 'unarchiver: Comic Book 
Archive support (alternative)')
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
kdebug-421159.patch::"https://invent.kde.org/graphics/okular/commit/17c26699.patch";)
+sha256sums=('6f1885ed8050a55bb2cbf05089b452f555852e003ec7fe89fe472c0dbc92e65b'
+'SKIP'
+'30e35102e16d708a8423c0a4056637392c1c841b92eddf38da1626109c70bdf0')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+options=(!zipman)
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-421159.patch # Fix scrolling 
issues
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 16:46:52
  Author: arojas
Revision: 398231

Fix scrolling issues

Modified:
  okular/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 16:24:07 UTC (rev 398230)
+++ PKGBUILD2020-10-13 16:46:52 UTC (rev 398231)
@@ -4,7 +4,7 @@
 
 pkgname=okular
 pkgver=20.08.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Document Viewer'
 arch=(x86_64)
 url="https://kde.org/applications/graphics/okular/";
@@ -16,13 +16,19 @@
 'kdegraphics-mobipocket: mobi support' 'libzip: CHM support'
 'khtml: CHM support' 'chmlib: CHM support' 'calligra: ODT and ODP 
support'
 'unrar: Comic Book Archive support' 'unarchiver: Comic Book 
Archive support (alternative)')
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
kdebug-421159.patch::"https://invent.kde.org/graphics/okular/commit/17c26699.patch";)
 sha256sums=('6f1885ed8050a55bb2cbf05089b452f555852e003ec7fe89fe472c0dbc92e65b'
-'SKIP')
+'SKIP'
+'30e35102e16d708a8423c0a4056637392c1c841b92eddf38da1626109c70bdf0')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 options=(!zipman)
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-421159.patch # Fix scrolling 
issues
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF


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

2020-10-13 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 13, 2020 @ 16:43:58
  Author: archange
Revision: 723840

archrelease: copy trunk to community-x86_64

Added:
  laszip2/repos/community-x86_64/
  laszip2/repos/community-x86_64/PKGBUILD
(from rev 723839, laszip2/trunk/PKGBUILD)

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

Copied: laszip2/repos/community-x86_64/PKGBUILD (from rev 723839, 
laszip2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-10-13 16:43:58 UTC (rev 723840)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Maciej Sieczka 
+# Contributor: Michael 
+
+pkgname=laszip2
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="ASPRS LAS lossless compression library — version 2"
+arch=(x86_64)
+url="https://laszip.org";
+license=(LGPL)
+depends=(gcc-libs)
+source=(https://download.osgeo.org/laszip/${pkgname%2}-src-${pkgver}.tar.bz2)
+sha512sums=('da523243b93296e308eff9121adf9c2a917fc934b21a92a64d192aaa5a1dfbfededc347f5d5ce7b51ea7a5eb5972dc0a5724d50bef26406b359a85c578c60ef8')
+
+build() {
+  cd ${pkgname%2}-src-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib/${pkgname} 
--includedir=/usr/include/${pkgname}
+  make
+}
+
+package() {
+  cd ${pkgname%2}-src-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -r "${pkgdir}"/usr/bin
+}


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2020-10-13 Thread Felix Yan via arch-commits
Date: Tuesday, October 13, 2020 @ 16:42:36
  Author: felixonmars
Revision: 723839

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 723838, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 723838, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 723838, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 723838, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 723838, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 723838, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 723838, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   88 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-10-13 16:42:17 UTC (rev 723838)
+++ LICENSE 2020-10-13 16:42:36 UTC (rev 723839)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 723838, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-10-13 16:42:36 UTC (rev 723839)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+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.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 16:42:17 UTC (rev 723838)
+++ PKGBUILD2020-10-13 16:42:36 UTC (rev 723839)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.260
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-no

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

2020-10-13 Thread Felix Yan via arch-commits
Date: Tuesday, October 13, 2020 @ 16:42:13
  Author: felixonmars
Revision: 723837

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 16:42:04 UTC (rev 723836)
+++ PKGBUILD2020-10-13 16:42:13 UTC (rev 723837)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgname=python-faker
-pkgver=4.9.0
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='https://faker.readthedocs.io/en/master/'
-license=('MIT')
-provides=("python-fake-factory=$pkgver")
-conflicts=('python-fake-factory')
-replaces=('python-fake-factory')
-depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
-makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
-checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
-  'python-freezegun')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz";)
-sha512sums=('fd113b0923c3f1a02e73e9b93837a2eeef174363b4ab8e69d52a39401bd09d8d3a46662dae3fd9100832567fe2d5d714a289344e2d567443f6dc756361ed121b')
-
-prepare() {
-  sed -i -e 's/==/>=/' faker-$pkgver/setup.py
-}
-
-build() {
-  cd faker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd faker-$pkgver
-  python setup.py egg_info
-  python -m pytest
-}
-
-package() {
-  cd faker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-faker/repos/community-any/PKGBUILD (from rev 723836, 
python-faker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 16:42:13 UTC (rev 723837)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgname=python-faker
+pkgver=4.10.0
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='https://faker.readthedocs.io/en/master/'
+license=('MIT')
+provides=("python-fake-factory=$pkgver")
+conflicts=('python-fake-factory')
+replaces=('python-fake-factory')
+depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
+makedepends=('python-pip' 'python-wheel' 'python-pytest-runner')
+checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
+  'python-freezegun')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz";)
+sha512sums=('5943f07fc2eac2c542450f3c237b3c5c8961d2704d2496651b35851d4ab686db86055e53e2c30324c06866ae7bdaf62e0afbb07b9604a0223948eac35800bc92')
+
+prepare() {
+  sed -i -e 's/==/>=/' faker-$pkgver/setup.py
+}
+
+build() {
+  cd faker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd faker-$pkgver
+  python setup.py egg_info
+  python -m pytest
+}
+
+package() {
+  cd faker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}


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

2020-10-13 Thread Felix Yan via arch-commits
Date: Tuesday, October 13, 2020 @ 16:42:17
  Author: felixonmars
Revision: 723838

upgpkg: jenkins 2.261-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 16:42:13 UTC (rev 723837)
+++ PKGBUILD2020-10-13 16:42:17 UTC (rev 723838)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.260
+pkgver=2.261
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('38da0ddae2dde6e4d26a7a49f952073838574282d68169f5d2d0359a9c906f5d294cf58dfe930cac2585018b5e89dfbd59c7525d396b2a88c26bbb8485275353'
+sha512sums=('7839aa6cfd4d67b059ad2f594a5c9fff4ed024eb712f99539db4b03aa0b87ebeafa7dd3921686700459bb956a24b494dd78f878bea95e1f64e0289af5f44f3b9'
 
'7a81b2fd0ce91da42bacf35615fd7cb0352a0316b78b41fe180ba531848ca85b1f1df1573ab5707d9aebb36bacc51c81bc200f80cf41f1d1903309c1478d50f8'
 
'320e3d7bcdb78861e829e97be3ec37b8f1846737032ba70f624dfc5be86569d527279f53654a4a22d78b816ff1b07df429725a1d0a8059d44900d1095d1189ab'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2020-10-13 Thread Felix Yan via arch-commits
Date: Tuesday, October 13, 2020 @ 16:42:04
  Author: felixonmars
Revision: 723836

upgpkg: python-faker 4.10.0-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 16:41:01 UTC (rev 723835)
+++ PKGBUILD2020-10-13 16:42:04 UTC (rev 723836)
@@ -3,7 +3,7 @@
 # Contributor: dnuux 
 
 pkgname=python-faker
-pkgver=4.9.0
+pkgver=4.10.0
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
   'python-freezegun')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz";)
-sha512sums=('fd113b0923c3f1a02e73e9b93837a2eeef174363b4ab8e69d52a39401bd09d8d3a46662dae3fd9100832567fe2d5d714a289344e2d567443f6dc756361ed121b')
+sha512sums=('5943f07fc2eac2c542450f3c237b3c5c8961d2704d2496651b35851d4ab686db86055e53e2c30324c06866ae7bdaf62e0afbb07b9604a0223948eac35800bc92')
 
 prepare() {
   sed -i -e 's/==/>=/' faker-$pkgver/setup.py


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

2020-10-13 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 13, 2020 @ 16:41:01
  Author: archange
Revision: 723835

Initial addition of laszip2 to [community]

Currently required by liblas.

Added:
  laszip2/
  laszip2/repos/
  laszip2/trunk/
  laszip2/trunk/PKGBUILD

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

Added: laszip2/trunk/PKGBUILD
===
--- laszip2/trunk/PKGBUILD  (rev 0)
+++ laszip2/trunk/PKGBUILD  2020-10-13 16:41:01 UTC (rev 723835)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Maciej Sieczka 
+# Contributor: Michael 
+
+pkgname=laszip2
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="ASPRS LAS lossless compression library — version 2"
+arch=(x86_64)
+url="https://laszip.org";
+license=(LGPL)
+depends=(gcc-libs)
+source=(https://download.osgeo.org/laszip/${pkgname%2}-src-${pkgver}.tar.bz2)
+sha512sums=('da523243b93296e308eff9121adf9c2a917fc934b21a92a64d192aaa5a1dfbfededc347f5d5ce7b51ea7a5eb5972dc0a5724d50bef26406b359a85c578c60ef8')
+
+build() {
+  cd ${pkgname%2}-src-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib/${pkgname} 
--includedir=/usr/include/${pkgname}
+  make
+}
+
+package() {
+  cd ${pkgname%2}-src-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -r "${pkgdir}"/usr/bin
+}


[arch-commits] Commit in dpkg/trunk (PKGBUILD origin.archlinux)

2020-10-13 Thread Anatol Pomozov via arch-commits
Date: Tuesday, October 13, 2020 @ 16:28:18
  Author: anatolik
Revision: 723832

upgpkg: dpkg 1.20.5-2: FS#68231: add archlinux as a default origin

Added:
  dpkg/trunk/origin.archlinux
Modified:
  dpkg/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 origin.archlinux |3 +++
 2 files changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 15:44:20 UTC (rev 723831)
+++ PKGBUILD2020-10-13 16:28:18 UTC (rev 723832)
@@ -12,7 +12,7 @@
 
 pkgname=dpkg
 pkgver=1.20.5
-pkgrel=1
+pkgrel=2
 pkgdesc='The Debian Package Manager tools'
 arch=('x86_64')
 url="https://tracker.debian.org/pkg/dpkg";
@@ -22,8 +22,10 @@
 makedepends=('perl-io-string' 'perl-timedate' 'git')
 checkdepends=('perl-io-string' 'perl-test-pod')
 install=dpkg.install
-source=(https://salsa.debian.org/dpkg-team/dpkg/-/archive/$pkgver/dpkg-$pkgver.tar.bz2)
-sha256sums=('e856016588bcd3b129d35f8b4bae53de98db7cad75a5dcbc05373835f6ffc61c')
+source=(https://salsa.debian.org/dpkg-team/dpkg/-/archive/$pkgver/dpkg-$pkgver.tar.bz2
+origin.archlinux)
+sha256sums=('e856016588bcd3b129d35f8b4bae53de98db7cad75a5dcbc05373835f6ffc61c'
+'193ac1929ea93157c0173db3c871d2f7fe53385391f48078190b03904c5b1f2d')
 
 prepare() {
 cd dpkg-$pkgver
@@ -50,6 +52,8 @@
 package() {
 cd dpkg-$pkgver
 make DESTDIR="$pkgdir" install
+install -Dm644 ../origin.archlinux "$pkgdir"/etc/dpkg/origins/archlinux
+ln -sf archlinux "$pkgdir"/etc/dpkg/origins/default
 
 install -d "$pkgdir/var/dpkg"/updates/
 touch "$pkgdir/var/lib/dpkg"/{status,available}

Added: origin.archlinux
===
--- origin.archlinux(rev 0)
+++ origin.archlinux2020-10-13 16:28:18 UTC (rev 723832)
@@ -0,0 +1,3 @@
+Vendor: ArchLinux
+Vendor-URL: https://www.archlinux.org/
+Bugs: https://bugs.archlinux.org/


[arch-commits] Commit in dpkg/repos/community-x86_64 (5 files)

2020-10-13 Thread Anatol Pomozov via arch-commits
Date: Tuesday, October 13, 2020 @ 16:28:47
  Author: anatolik
Revision: 723833

archrelease: copy trunk to community-x86_64

Added:
  dpkg/repos/community-x86_64/PKGBUILD
(from rev 723832, dpkg/trunk/PKGBUILD)
  dpkg/repos/community-x86_64/dpkg.install
(from rev 723832, dpkg/trunk/dpkg.install)
  dpkg/repos/community-x86_64/origin.archlinux
(from rev 723832, dpkg/trunk/origin.archlinux)
Deleted:
  dpkg/repos/community-x86_64/PKGBUILD
  dpkg/repos/community-x86_64/dpkg.install

--+
 PKGBUILD |  116 +++--
 dpkg.install |   16 +++
 origin.archlinux |3 +
 3 files changed, 71 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 16:28:18 UTC (rev 723832)
+++ PKGBUILD2020-10-13 16:28:47 UTC (rev 723833)
@@ -1,56 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Alad Wenter 
-# Contributor: Jochen Schalanda 
-# Contributor: C. Dominik Bódi 
-# Contributor: Pierre Carrier 
-# Contributor: Thomas Dziedzic 
-# Contributor: Chris Giles 
-# Contributor: seblu 
-# Contributor: squiddo 
-# Contributor: dront78 
-# Contributor: hugelgupf 
-
-pkgname=dpkg
-pkgver=1.20.5
-pkgrel=1
-pkgdesc='The Debian Package Manager tools'
-arch=('x86_64')
-url="https://tracker.debian.org/pkg/dpkg";
-license=('GPL')
-options=('emptydirs')
-depends=('xz' 'zlib' 'bzip2' 'perl')
-makedepends=('perl-io-string' 'perl-timedate' 'git')
-checkdepends=('perl-io-string' 'perl-test-pod')
-install=dpkg.install
-source=(https://salsa.debian.org/dpkg-team/dpkg/-/archive/$pkgver/dpkg-$pkgver.tar.bz2)
-sha256sums=('e856016588bcd3b129d35f8b4bae53de98db7cad75a5dcbc05373835f6ffc61c')
-
-prepare() {
-cd dpkg-$pkgver
-echo "$pkgver" > .dist-version
-./autogen
-}
-
-build() {
-cd dpkg-$pkgver
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-start-stop-daemon
-make
-}
-
-check() {
-cd dpkg-$pkgver
-# make check
-}
-
-package() {
-cd dpkg-$pkgver
-make DESTDIR="$pkgdir" install
-
-install -d "$pkgdir/var/dpkg"/updates/
-touch "$pkgdir/var/lib/dpkg"/{status,available}
-}

Copied: dpkg/repos/community-x86_64/PKGBUILD (from rev 723832, 
dpkg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 16:28:47 UTC (rev 723833)
@@ -0,0 +1,60 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Alad Wenter 
+# Contributor: Jochen Schalanda 
+# Contributor: C. Dominik Bódi 
+# Contributor: Pierre Carrier 
+# Contributor: Thomas Dziedzic 
+# Contributor: Chris Giles 
+# Contributor: seblu 
+# Contributor: squiddo 
+# Contributor: dront78 
+# Contributor: hugelgupf 
+
+pkgname=dpkg
+pkgver=1.20.5
+pkgrel=2
+pkgdesc='The Debian Package Manager tools'
+arch=('x86_64')
+url="https://tracker.debian.org/pkg/dpkg";
+license=('GPL')
+options=('emptydirs')
+depends=('xz' 'zlib' 'bzip2' 'perl')
+makedepends=('perl-io-string' 'perl-timedate' 'git')
+checkdepends=('perl-io-string' 'perl-test-pod')
+install=dpkg.install
+source=(https://salsa.debian.org/dpkg-team/dpkg/-/archive/$pkgver/dpkg-$pkgver.tar.bz2
+origin.archlinux)
+sha256sums=('e856016588bcd3b129d35f8b4bae53de98db7cad75a5dcbc05373835f6ffc61c'
+'193ac1929ea93157c0173db3c871d2f7fe53385391f48078190b03904c5b1f2d')
+
+prepare() {
+cd dpkg-$pkgver
+echo "$pkgver" > .dist-version
+./autogen
+}
+
+build() {
+cd dpkg-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--disable-start-stop-daemon
+make
+}
+
+check() {
+cd dpkg-$pkgver
+# make check
+}
+
+package() {
+cd dpkg-$pkgver
+make DESTDIR="$pkgdir" install
+install -Dm644 ../origin.archlinux "$pkgdir"/etc/dpkg/origins/archlinux
+ln -sf archlinux "$pkgdir"/etc/dpkg/origins/default
+
+install -d "$pkgdir/var/dpkg"/updates/
+touch "$pkgdir/var/lib/dpkg"/{status,available}
+}

Deleted: dpkg.install
===
--- dpkg.install2020-10-13 16:28:18 UTC (rev 723832)
+++ dpkg.install2020-10-13 16:28:47 UTC (rev 723833)
@@ -1,8 +0,0 @@
-post_install() {
-   echo "dpkg installs Debian package manager."
-   echo "This is useful for those who want to create/modify DEB files."
-   echo "However, *do not* use dpkg to install Debian packages in your 
ArchLinux machine."
-   echo "This will break your system!"
-   echo "You will need to go back to Arch wiki and read the installation 
guide again."
-   echo "You've been warned!"
-}

Copied: dpkg/repos/community-x86_64/dpkg.install (from rev 723832, 
dpkg/trunk/dpkg.install)
===

[arch-commits] Commit in seexpr-krita (3 files)

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 16:24:07
  Author: arojas
Revision: 398230

archrelease: copy trunk to extra-x86_64

Added:
  seexpr-krita/repos/
  seexpr-krita/repos/extra-x86_64/
  seexpr-krita/repos/extra-x86_64/PKGBUILD
(from rev 398229, seexpr-krita/trunk/PKGBUILD)

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

Copied: seexpr-krita/repos/extra-x86_64/PKGBUILD (from rev 398229, 
seexpr-krita/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2020-10-13 16:24:07 UTC (rev 398230)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=seexpr-krita
+pkgver=3.4.4.0
+pkgrel=1
+pkgdesc="An embeddable expression evaluation engine (Krita fork)"
+arch=(x86_64)
+url="https://krita.org";
+license=(Apache)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools boost python-pyqt5 sip python-sip 
llvm)
+optdepends=('boost-libs: for the Python bindings' 'python: for the Python 
bindings')
+source=("https://download.kde.org/stable/seexpr/seexpr-$pkgver.tar.gz";)
+sha256sums=('3f5b5330667d398285c9f7086cc3fd7e1363f3fa75f79b39766c34fe2e233656')
+
+build() {
+  _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
+  cmake -B build -S seexpr-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYQT_SIP_DIR="$_pythonpath/PyQt5/bindings" \
+-DBUILD_DEMOS=OFF \
+-DBUILD_TESTS=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in (3 files)

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 16:23:48
  Author: arojas
Revision: 398229

New krita dependency

Added:
  seexpr-krita/
  seexpr-krita/trunk/
  seexpr-krita/trunk/PKGBUILD

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

Added: seexpr-krita/trunk/PKGBUILD
===
--- seexpr-krita/trunk/PKGBUILD (rev 0)
+++ seexpr-krita/trunk/PKGBUILD 2020-10-13 16:23:48 UTC (rev 398229)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=seexpr-krita
+pkgver=3.4.4.0
+pkgrel=1
+pkgdesc="An embeddable expression evaluation engine (Krita fork)"
+arch=(x86_64)
+url="https://krita.org";
+license=(Apache)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-tools boost python-pyqt5 sip python-sip 
llvm)
+optdepends=('boost-libs: for the Python bindings' 'python: for the Python 
bindings')
+source=("https://download.kde.org/stable/seexpr/seexpr-$pkgver.tar.gz";)
+sha256sums=('3f5b5330667d398285c9f7086cc3fd7e1363f3fa75f79b39766c34fe2e233656')
+
+build() {
+  _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
+  cmake -B build -S seexpr-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYQT_SIP_DIR="$_pythonpath/PyQt5/bindings" \
+-DBUILD_DEMOS=OFF \
+-DBUILD_TESTS=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-10-13 Thread Eli Schwartz via arch-commits
Date: Tuesday, October 13, 2020 @ 15:44:20
  Author: eschwartz
Revision: 723831

archrelease: copy trunk to community-any

Added:
  python-httplib2/repos/community-any/PKGBUILD
(from rev 723830, python-httplib2/trunk/PKGBUILD)
  python-httplib2/repos/community-any/cert.patch
(from rev 723830, python-httplib2/trunk/cert.patch)
Deleted:
  python-httplib2/repos/community-any/PKGBUILD
  python-httplib2/repos/community-any/cert.patch

+
 PKGBUILD   |  112 +--
 cert.patch |   74 +++---
 2 files changed, 86 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 15:44:04 UTC (rev 723830)
+++ PKGBUILD2020-10-13 15:44:20 UTC (rev 723831)
@@ -1,63 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Giorgio Lando 
-# Contributor: Nicolas Quienot 
-# Contributor: Jesse Young 
-# Contributor: Anton Eliasson 
-
-pkgbase=python-httplib2
-pkgname=(python-httplib2 python2-httplib2)
-pkgver=0.18.1
-pkgrel=1
-pkgdesc='Comprehensive HTTP client library, supporting many features'
-url='https://github.com/httplib2/httplib2'
-license=('MIT')
-arch=('any')
-makedepends=('ca-certificates' 'python-setuptools' 'python2-setuptools')
-checkdepends=('flake8' 'python-mock' 'python-pytest-cov' 'python-pytest-forked'
-  'python-pytest-timeout' 'python-pytest-xdist' 
'python-pytest-randomly'
-  'python-future')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/httplib2/httplib2/archive/v$pkgver.tar.gz";
-'cert.patch')
-sha512sums=('fd40417607afc4f2b225cf50a7e3f6d437ba97445e03b1568508d31228dccb8e0bc1ea82b0d8727a2df60c6b389726d22d24646660ee1359f9b50b3c5009c2f5'
-
'503719fb07b9ff1f06f252b73804787759139098dba990a7dcd9e9b3602f7271d2251e703993636b249b3597c9a240c721c536a4fe31526ec4ba9441f6c8da56')
-
-prepare() {
-  cd httplib2-$pkgver
-  patch -p0 -i "$srcdir"/cert.patch
-  sed -i 's/==/>=/' requirements-test.txt
-
-  cp -a "$srcdir"/httplib2-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/httplib2-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/httplib2-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd httplib2-$pkgver
-  python setup.py test
-}
-
-package_python-httplib2() {
-  depends=('python' 'ca-certificates')
-
-  cd httplib2-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-httplib2() {
-  depends=('python2' 'ca-certificates')
-
-  cd httplib2-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-httplib2/repos/community-any/PKGBUILD (from rev 723830, 
python-httplib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 15:44:20 UTC (rev 723831)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Giorgio Lando 
+# Contributor: Nicolas Quienot 
+# Contributor: Jesse Young 
+# Contributor: Anton Eliasson 
+
+pkgbase=python-httplib2
+pkgname=python-httplib2
+pkgver=0.18.1
+pkgrel=2
+pkgdesc='Comprehensive HTTP client library, supporting many features'
+url='https://github.com/httplib2/httplib2'
+license=('MIT')
+arch=('any')
+depends=('python' 'ca-certificates')
+makedepends=('python-setuptools')
+checkdepends=('flake8' 'python-mock' 'python-pytest-cov' 'python-pytest-forked'
+  'python-pytest-timeout' 'python-pytest-xdist' 
'python-pytest-randomly'
+  'python-future')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/httplib2/httplib2/archive/v$pkgver.tar.gz";
+'cert.patch')
+sha512sums=('fd40417607afc4f2b225cf50a7e3f6d437ba97445e03b1568508d31228dccb8e0bc1ea82b0d8727a2df60c6b389726d22d24646660ee1359f9b50b3c5009c2f5'
+
'503719fb07b9ff1f06f252b73804787759139098dba990a7dcd9e9b3602f7271d2251e703993636b249b3597c9a240c721c536a4fe31526ec4ba9441f6c8da56')
+
+prepare() {
+  cd httplib2-$pkgver
+  patch -p0 -i "$srcdir"/cert.patch
+  sed -i 's/==/>=/' requirements-test.txt
+}
+
+build() {
+  cd "$srcdir"/httplib2-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd httplib2-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd httplib2-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cert.patch
===
--- cert.patch  2020-10-13 15:44:04 UTC (rev 723830)
+++ cert.patch  2020-10-13 15:44:20 UTC (rev 723831)
@@ -1,37 +0,0 @@
 python2/httplib2/certs.py.orig 2018-11-15 20:09:04.605507207 +0800
-+++ pyt

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

2020-10-13 Thread Eli Schwartz via arch-commits
Date: Tuesday, October 13, 2020 @ 15:44:04
  Author: eschwartz
Revision: 723830

upgpkg: python-httplib2 0.18.1-2: drop python2 as it is no longer used

Modified:
  python-httplib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 15:42:54 UTC (rev 723829)
+++ PKGBUILD2020-10-13 15:44:04 UTC (rev 723830)
@@ -7,14 +7,15 @@
 # Contributor: Anton Eliasson 
 
 pkgbase=python-httplib2
-pkgname=(python-httplib2 python2-httplib2)
+pkgname=python-httplib2
 pkgver=0.18.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Comprehensive HTTP client library, supporting many features'
 url='https://github.com/httplib2/httplib2'
 license=('MIT')
 arch=('any')
-makedepends=('ca-certificates' 'python-setuptools' 'python2-setuptools')
+depends=('python' 'ca-certificates')
+makedepends=('python-setuptools')
 checkdepends=('flake8' 'python-mock' 'python-pytest-cov' 'python-pytest-forked'
   'python-pytest-timeout' 'python-pytest-xdist' 
'python-pytest-randomly'
   'python-future')
@@ -27,16 +28,11 @@
   cd httplib2-$pkgver
   patch -p0 -i "$srcdir"/cert.patch
   sed -i 's/==/>=/' requirements-test.txt
-
-  cp -a "$srcdir"/httplib2-$pkgver{,-py2}
 }
 
 build() {
   cd "$srcdir"/httplib2-$pkgver
   python setup.py build
-
-  cd "$srcdir"/httplib2-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
@@ -44,20 +40,10 @@
   python setup.py test
 }
 
-package_python-httplib2() {
-  depends=('python' 'ca-certificates')
-
+package() {
   cd httplib2-$pkgver
   python setup.py install -O1 --root="$pkgdir"
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
-package_python2-httplib2() {
-  depends=('python2' 'ca-certificates')
-
-  cd httplib2-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in (findmyhash)

2020-10-13 Thread Frederik Schwan via arch-commits
Date: Tuesday, October 13, 2020 @ 15:42:54
  Author: freswa
Revision: 723829

remove findmyhash from [community] due to missing upstream maintenance

Deleted:
  findmyhash/


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

2020-10-13 Thread Andrew Crerar via arch-commits
Date: Tuesday, October 13, 2020 @ 14:34:17
  Author: andrewsc
Revision: 723824

archrelease: copy trunk to community-x86_64

Added:
  redis/repos/community-x86_64/PKGBUILD
(from rev 723823, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-5.0-use-system-jemalloc.patch
(from rev 723823, redis/trunk/redis-5.0-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 723823, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.logrotate
(from rev 723823, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 723823, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.sysusers
(from rev 723823, redis/trunk/redis.sysusers)
  redis/repos/community-x86_64/redis.tmpfiles
(from rev 723823, 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|  122 +-
 redis-5.0-use-system-jemalloc.patch |   30 
 redis.conf-sane-defaults.patch  |   40 +--
 redis.logrotate |   10 +-
 redis.service   |   48 ++---
 redis.sysusers  |2 
 redis.tmpfiles  |2 
 7 files changed, 128 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 14:33:38 UTC (rev 723823)
+++ PKGBUILD2020-10-13 14:34:17 UTC (rev 723824)
@@ -1,60 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Sergej Pupykin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Jan-Erik Rediger 
-# Contributor: nofxx .com>
-
-pkgname=redis
-pkgver=6.0.8
-pkgrel=2
-pkgdesc='An in-memory database that persists on disk'
-arch=('x86_64')
-url='https://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow' 'systemd-libs')
-# pkg-config fails to detect systemd libraries if systemd is not installed
-makedepends=('systemd')
-checkdepends=('tcl')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/antirez/redis/archive/${pkgver}.tar.gz";
-redis.service
-redis.sysusers
-redis.tmpfiles
-redis.logrotate
-redis.conf-sane-defaults.patch
-redis-5.0-use-system-jemalloc.patch)
-sha512sums=('792b2a21a123be82aa0b70f74f275ec12cdfe72bd34f0889fb9570efbf1f41ee0d9dc21400464321bdccb5fbe1dc5082ab08854f18e10a97135dd5fe92b5d798'
-
'78c996636fc3f4d404a01fbbc63978ee4c3bce9bc7f5728e8ca14b013cabc7df73ff882ec7f4a2e0b5494faf0d1da5a3c5e9570bd579597b0fea03a9d8d066cc'
-
'2227dfb41bf5112f91716f011862ba5fade220aea3b6a8134a5a05ee3af6d1cca05b08d793a486be97df98780bf43ac5dc4e5e9989ae0c5cd4e1eedb6cee5d71'
-
'68f7bc12e3b95cb199b71255c6aa5bfaa431fbabbc7d2308e54347c0d35e6d8091c4a79a5a6b56494ab3a294f9389e3ec63902931920862f60b1ffe77222eeeb'
-
'df11492df0458b224f75fff31475d39b85116cba6deb06d80d0fd8c467d221db51a2a8f5fc5d2e3e8239c0718e1cf5dc12e99cac9019cb99d3f11835ad00aa5d'
-
'e60d1b213c3689f011490b47ef48d80b1240046585cae7ffe50fd9221350a24ee9c18ecbdee8e7d98d65f4af1a16809d1046f1246590aadaae5bcc5fda58d61b'
-
'55b4085900c54fa7e7bf1c2bad7fba8cdbaf496a3f83b6d32fccb8aed5048cdde1690fea0485162dbb637e7fafb00a6b995908fa6db55e77854eb9f575b54d40')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 < ../redis.conf-sane-defaults.patch
-  patch -Np1 < ../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 723823, 
redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 14:34:17 UTC (rev 723824)
@@ -0,0 +1,62 @@
+# Maintainer: Andrew Crerar 
+# Maintainer: Frederik Schwan 
+# Contributor: Sergej Pupykin 
+# Contributo

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

2020-10-13 Thread Andrew Crerar via arch-commits
Date: Tuesday, October 13, 2020 @ 14:33:38
  Author: andrewsc
Revision: 723823

upgpkg: redis 6.0.8-3

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 13:58:55 UTC (rev 723822)
+++ PKGBUILD2020-10-13 14:33:38 UTC (rev 723823)
@@ -1,4 +1,5 @@
 # Maintainer: Andrew Crerar 
+# Maintainer: Frederik Schwan 
 # Contributor: Sergej Pupykin 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Jan-Erik Rediger 
@@ -6,7 +7,7 @@
 
 pkgname=redis
 pkgver=6.0.8
-pkgrel=2
+pkgrel=3
 pkgdesc='An in-memory database that persists on disk'
 arch=('x86_64')
 url='https://redis.io/'
@@ -13,8 +14,7 @@
 license=('BSD')
 depends=('jemalloc' 'grep' 'shadow' 'systemd-libs')
 # pkg-config fails to detect systemd libraries if systemd is not installed
-makedepends=('systemd')
-checkdepends=('tcl')
+makedepends=('systemd' 'openssl')
 backup=('etc/redis.conf'
 'etc/logrotate.d/redis')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/antirez/redis/archive/${pkgver}.tar.gz";
@@ -39,7 +39,9 @@
 }
 
 build() {
-  make -C $pkgname-$pkgver
+  make BUILD_TLS=yes \
+   USE_SYSTEMD=yes \
+   -C $pkgname-$pkgver
 }
 
 package() {


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

2020-10-13 Thread Pierre Schmitz via arch-commits
Date: Tuesday, October 13, 2020 @ 14:10:58
  Author: pierre
Revision: 398228

archrelease: copy trunk to extra-any

Added:
  composer/repos/extra-any/PKGBUILD
(from rev 398227, composer/trunk/PKGBUILD)
Deleted:
  composer/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 14:09:25 UTC (rev 398227)
+++ PKGBUILD2020-10-13 14:10:58 UTC (rev 398228)
@@ -1,58 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=composer
-pkgver=1.10.14
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php')
-makedepends=('git' 'unzip')
-checkdepends=('mercurial')
-replaces=('php-composer')
-conflicts=('php-composer')
-provides=('php-composer')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
-
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
-sha512sums=('SKIP'
-
'e193d35a95cd252b537086633292442aaae2dc41d5f19f9b750f00ad3343f073bbfa468585776df7574fb42e92676e628d9913f051aca8c516f6086578f00107')
-
-prepare() {
-   cd "${srcdir}/${pkgname}"
-
-   php "${srcdir}/${pkgname}-${pkgver}.phar" -n install --no-dev 
--prefer-dist
-}
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd "${srcdir}/${pkgname}"
-
-   # check if the upstream build and ours differ
-   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
-
-   bin/composer validate
-
-   git config --global user.email "${USER}@${HOST}"
-   git config --global user.name "${USER}"
-
-   # Install the dev dependencies to run the unit tests
-   bin/composer -n install --prefer-dist
-
-   # Fix test dependencies for Composer 1.10.7
-   bin/composer require --dev 'symfony/phpunit-bridge:^4.2'
-
-   SYMFONY_PHPUNIT_VERSION=7.5 vendor/bin/simple-phpunit
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
-}

Copied: composer/repos/extra-any/PKGBUILD (from rev 398227, 
composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 14:10:58 UTC (rev 398228)
@@ -0,0 +1,58 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=composer
+pkgver=1.10.15
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php')
+makedepends=('git' 'unzip')
+checkdepends=('mercurial')
+replaces=('php-composer')
+conflicts=('php-composer')
+provides=('php-composer')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
+
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
+sha512sums=('SKIP'
+
'7a1a767eb2ab8a2a04863938419cb8540c8cb27f01c9a0f701f91c16b1e95334d6a62faf1298efc7640baf343940d5acefd0434bc692c3f6d6e07f22fa0a97fd')
+
+prepare() {
+   cd "${srcdir}/${pkgname}"
+
+   php "${srcdir}/${pkgname}-${pkgver}.phar" -n install --no-dev 
--prefer-dist
+}
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd "${srcdir}/${pkgname}"
+
+   # check if the upstream build and ours differ
+   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
+
+   bin/composer validate
+
+   git config --global user.email "${USER}@${HOST}"
+   git config --global user.name "${USER}"
+
+   # Install the dev dependencies to run the unit tests
+   bin/composer -n install --prefer-dist
+
+   # Fix test dependencies for Composer 1.10.7
+   bin/composer require --dev 'symfony/phpunit-bridge:^4.2'
+
+   SYMFONY_PHPUNIT_VERSION=7.5 vendor/bin/simple-phpunit
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
+}


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

2020-10-13 Thread Pierre Schmitz via arch-commits
Date: Tuesday, October 13, 2020 @ 14:09:25
  Author: pierre
Revision: 398227

upgpkg: composer 1.10.15-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 13:21:19 UTC (rev 398226)
+++ PKGBUILD2020-10-13 14:09:25 UTC (rev 398227)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=1.10.14
+pkgver=1.10.15
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -16,7 +16,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
 sha512sums=('SKIP'
-
'e193d35a95cd252b537086633292442aaae2dc41d5f19f9b750f00ad3343f073bbfa468585776df7574fb42e92676e628d9913f051aca8c516f6086578f00107')
+
'7a1a767eb2ab8a2a04863938419cb8540c8cb27f01c9a0f701f91c16b1e95334d6a62faf1298efc7640baf343940d5acefd0434bc692c3f6d6e07f22fa0a97fd')
 
 prepare() {
cd "${srcdir}/${pkgname}"


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

2020-10-13 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 13, 2020 @ 13:58:55
  Author: archange
Revision: 723822

archrelease: copy trunk to community-x86_64

Added:
  openvr/repos/community-x86_64/
  openvr/repos/community-x86_64/PKGBUILD
(from rev 723821, openvr/trunk/PKGBUILD)

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

Copied: openvr/repos/community-x86_64/PKGBUILD (from rev 723821, 
openvr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-10-13 13:58:55 UTC (rev 723822)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=openvr
+pkgver=1.14.15
+pkgrel=3
+pkgdesc="API and runtime that allows access to VR hardware from multiple 
vendors"
+arch=(x86_64)
+url="https://github.com/ValveSoftware/openvr";
+license=(custom)
+depends=(jsoncpp libgl)
+makedepends=(cmake)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+openvr-fix-vsprintf_s.patch::${url}/pull/594.patch
+openvr-use-system-jsoncpp.patch::${url}/pull/1178.patch)
+sha256sums=('40644e569f057e86c733d818a22d821c640307e5058d95958414422134d79584'
+'29715711e5b28e2ce2934ef21cb5e6cfd05eec7f9d47b3e9b674a6d72ca8623a'
+'a230a1f9fdf356766b27e7765fc2929344bd17edc3e7e67eb479cb016a3d8981')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm -rf thirdparty/jsoncpp
+  patch -Np1 -i ../openvr-fix-vsprintf_s.patch
+  patch -Np1 -i ../openvr-use-system-jsoncpp.patch
+}
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED=1 \
+-DUSE_SYSTEM_JSONCPP=True
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${pkgname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2020-10-13 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 13, 2020 @ 13:58:19
  Author: archange
Revision: 723821

Initial addition of openvr to [community], as required by vtk.

Added:
  openvr/
  openvr/repos/
  openvr/trunk/
  openvr/trunk/PKGBUILD

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

Added: openvr/trunk/PKGBUILD
===
--- openvr/trunk/PKGBUILD   (rev 0)
+++ openvr/trunk/PKGBUILD   2020-10-13 13:58:19 UTC (rev 723821)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=openvr
+pkgver=1.14.15
+pkgrel=3
+pkgdesc="API and runtime that allows access to VR hardware from multiple 
vendors"
+arch=(x86_64)
+url="https://github.com/ValveSoftware/openvr";
+license=(custom)
+depends=(jsoncpp libgl)
+makedepends=(cmake)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+openvr-fix-vsprintf_s.patch::${url}/pull/594.patch
+openvr-use-system-jsoncpp.patch::${url}/pull/1178.patch)
+sha256sums=('40644e569f057e86c733d818a22d821c640307e5058d95958414422134d79584'
+'29715711e5b28e2ce2934ef21cb5e6cfd05eec7f9d47b3e9b674a6d72ca8623a'
+'a230a1f9fdf356766b27e7765fc2929344bd17edc3e7e67eb479cb016a3d8981')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm -rf thirdparty/jsoncpp
+  patch -Np1 -i ../openvr-fix-vsprintf_s.patch
+  patch -Np1 -i ../openvr-use-system-jsoncpp.patch
+}
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED=1 \
+-DUSE_SYSTEM_JSONCPP=True
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${pkgname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2020-10-13 Thread Pierre Schmitz via arch-commits
Date: Tuesday, October 13, 2020 @ 13:21:19
  Author: pierre
Revision: 398226

archrelease: copy trunk to extra-any

Added:
  composer/repos/extra-any/PKGBUILD
(from rev 398225, composer/trunk/PKGBUILD)
Deleted:
  composer/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 13:21:00 UTC (rev 398225)
+++ PKGBUILD2020-10-13 13:21:19 UTC (rev 398226)
@@ -1,58 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=composer
-pkgver=1.10.13
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php')
-makedepends=('git' 'unzip')
-checkdepends=('mercurial')
-replaces=('php-composer')
-conflicts=('php-composer')
-provides=('php-composer')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
-
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
-sha512sums=('SKIP'
-
'ed34123dd2ceeb865a6826b0cc3368021a8348b5148674eacecfec0afbe2e8260f1de1f444cd1f853e6a02b91720d2b9056877322c1e7c91e878d6b7c9f7a09a')
-
-prepare() {
-   cd "${srcdir}/${pkgname}"
-
-   php "${srcdir}/${pkgname}-${pkgver}.phar" -n install --no-dev 
--prefer-dist
-}
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd "${srcdir}/${pkgname}"
-
-   # check if the upstream build and ours differ
-   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
-
-   bin/composer validate
-
-   git config --global user.email "${USER}@${HOST}"
-   git config --global user.name "${USER}"
-
-   # Install the dev dependencies to run the unit tests
-   bin/composer -n install --prefer-dist
-
-   # Fix test dependencies for Composer 1.10.7
-   bin/composer require --dev 'symfony/phpunit-bridge:^4.2'
-
-   SYMFONY_PHPUNIT_VERSION=7.5 vendor/bin/simple-phpunit
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
-}

Copied: composer/repos/extra-any/PKGBUILD (from rev 398225, 
composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 13:21:19 UTC (rev 398226)
@@ -0,0 +1,58 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=composer
+pkgver=1.10.14
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php')
+makedepends=('git' 'unzip')
+checkdepends=('mercurial')
+replaces=('php-composer')
+conflicts=('php-composer')
+provides=('php-composer')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
+
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
+sha512sums=('SKIP'
+
'e193d35a95cd252b537086633292442aaae2dc41d5f19f9b750f00ad3343f073bbfa468585776df7574fb42e92676e628d9913f051aca8c516f6086578f00107')
+
+prepare() {
+   cd "${srcdir}/${pkgname}"
+
+   php "${srcdir}/${pkgname}-${pkgver}.phar" -n install --no-dev 
--prefer-dist
+}
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd "${srcdir}/${pkgname}"
+
+   # check if the upstream build and ours differ
+   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
+
+   bin/composer validate
+
+   git config --global user.email "${USER}@${HOST}"
+   git config --global user.name "${USER}"
+
+   # Install the dev dependencies to run the unit tests
+   bin/composer -n install --prefer-dist
+
+   # Fix test dependencies for Composer 1.10.7
+   bin/composer require --dev 'symfony/phpunit-bridge:^4.2'
+
+   SYMFONY_PHPUNIT_VERSION=7.5 vendor/bin/simple-phpunit
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
+}


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

2020-10-13 Thread Pierre Schmitz via arch-commits
Date: Tuesday, October 13, 2020 @ 13:21:00
  Author: pierre
Revision: 398225

upgpkg: composer 1.10.14-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 13:08:46 UTC (rev 398224)
+++ PKGBUILD2020-10-13 13:21:00 UTC (rev 398225)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=1.10.13
+pkgver=1.10.14
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -16,7 +16,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
 sha512sums=('SKIP'
-
'ed34123dd2ceeb865a6826b0cc3368021a8348b5148674eacecfec0afbe2e8260f1de1f444cd1f853e6a02b91720d2b9056877322c1e7c91e878d6b7c9f7a09a')
+
'e193d35a95cd252b537086633292442aaae2dc41d5f19f9b750f00ad3343f073bbfa468585776df7574fb42e92676e628d9913f051aca8c516f6086578f00107')
 
 prepare() {
cd "${srcdir}/${pkgname}"


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 13:08:34
  Author: arojas
Revision: 398223

Use tarball

Modified:
  paper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 12:42:39 UTC (rev 398222)
+++ PKGBUILD2020-10-13 13:08:34 UTC (rev 398223)
@@ -3,7 +3,7 @@
  
 pkgname=paper
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc="Replacement for Debian's libpaper"
 url="https://github.com/rrthomas/paper";
@@ -11,15 +11,12 @@
 depends=(perl)
 makedepends=(help2man)
 replaces=(rrthomas-libpaper)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/rrthomas/paper/archive/v$pkgver.tar.gz";
-
gnulib.tar.gz::"http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=snapshot;h=d279bc6d9f9323e19ad8c32b6d12ff96dfb0f5ba;sf=tgz";)
-sha512sums=('d594e64fe40901fa9090db8cc2e03575fc24c6749b05c4271df215d536f11b5ebd991d0ca46c906837d329e9f4ece6b32415cfefaa884bb9872470075497359f'
-
'b3197bd8b90ac0650d24eed4a337ddd710d2e0b969523426d94bef29d9d7c67d8cb242d9e5db1b018af49bb7ffb362c99afa6c9c60d9a4b28d4dc3e2b665b5cb')
+source=(https://github.com/rrthomas/paper/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('6e263c695f6086eef67301a78000e4966f4d40ed6035e04d7879befab7b109941664473e94bd290b21f52bb2f70855fb74298344b6e7edac46f05d0e9ccc4402')
 
 build() {
   cd $pkgname-$pkgver
   
-  ./bootstrap --skip-git --gnulib-srcdir="$srcdir"/gnulib-d279bc6
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
   make
 }


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

2020-10-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 13, 2020 @ 13:08:46
  Author: arojas
Revision: 398224

archrelease: copy trunk to extra-x86_64

Added:
  paper/repos/extra-x86_64/PKGBUILD
(from rev 398223, paper/trunk/PKGBUILD)
Deleted:
  paper/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 13:08:34 UTC (rev 398223)
+++ PKGBUILD2020-10-13 13:08:46 UTC (rev 398224)
@@ -1,30 +0,0 @@
-# Maintainer:
-# Contributor: Zachary Vance 
- 
-pkgname=paper
-pkgver=2.3
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Replacement for Debian's libpaper"
-url="https://github.com/rrthomas/paper";
-license=(GPL3)
-depends=(perl)
-makedepends=(help2man)
-replaces=(rrthomas-libpaper)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/rrthomas/paper/archive/v$pkgver.tar.gz";
-
gnulib.tar.gz::"http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=snapshot;h=d279bc6d9f9323e19ad8c32b6d12ff96dfb0f5ba;sf=tgz";)
-sha512sums=('d594e64fe40901fa9090db8cc2e03575fc24c6749b05c4271df215d536f11b5ebd991d0ca46c906837d329e9f4ece6b32415cfefaa884bb9872470075497359f'
-
'b3197bd8b90ac0650d24eed4a337ddd710d2e0b969523426d94bef29d9d7c67d8cb242d9e5db1b018af49bb7ffb362c99afa6c9c60d9a4b28d4dc3e2b665b5cb')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./bootstrap --skip-git --gnulib-srcdir="$srcdir"/gnulib-d279bc6
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: paper/repos/extra-x86_64/PKGBUILD (from rev 398223, 
paper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 13:08:46 UTC (rev 398224)
@@ -0,0 +1,27 @@
+# Maintainer:
+# Contributor: Zachary Vance 
+ 
+pkgname=paper
+pkgver=2.3
+pkgrel=2
+arch=(x86_64)
+pkgdesc="Replacement for Debian's libpaper"
+url="https://github.com/rrthomas/paper";
+license=(GPL3)
+depends=(perl)
+makedepends=(help2man)
+replaces=(rrthomas-libpaper)
+source=(https://github.com/rrthomas/paper/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('6e263c695f6086eef67301a78000e4966f4d40ed6035e04d7879befab7b109941664473e94bd290b21f52bb2f70855fb74298344b6e7edac46f05d0e9ccc4402')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in firefox-ublock-origin/repos/community-any (PKGBUILD PKGBUILD)

2020-10-13 Thread Daniel M. Capella via arch-commits
Date: Tuesday, October 13, 2020 @ 12:51:51
  Author: polyzen
Revision: 723820

archrelease: copy trunk to community-any

Added:
  firefox-ublock-origin/repos/community-any/PKGBUILD
(from rev 723819, firefox-ublock-origin/trunk/PKGBUILD)
Deleted:
  firefox-ublock-origin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 12:51:30 UTC (rev 723819)
+++ PKGBUILD2020-10-13 12:51:51 UTC (rev 723820)
@@ -1,19 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-ublock-origin
-pkgver=1.30.2
-pkgrel=1
-pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
-arch=('any')
-url=https://github.com/gorhill/uBlock
-license=('GPL3')
-groups=('firefox-addons')
-source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi";)
-noextract=("${source##*/}")
-sha256sums=('85c66d69826b8c0b8d8498307744c26f61aef5ebfbe6f03fd37f917fd84f035e')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-ublock-origin/repos/community-any/PKGBUILD (from rev 723819, 
firefox-ublock-origin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 12:51:51 UTC (rev 723820)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-ublock-origin
+pkgver=1.30.4
+pkgrel=1
+pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
+arch=('any')
+url=https://github.com/gorhill/uBlock
+license=('GPL3')
+groups=('firefox-addons')
+source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi";)
+noextract=("${source##*/}")
+sha256sums=('585167ff9a83e8941d35318c2ff4090c385119221e342e4b4795bfdfd7729e93')
+b2sums=('f7dd67b8aa1a846cca22654c9e7e91a08e3764b58d09e2be60bb1e1dc89969afc0141a226983d284ff1044b5e581e82ee9fdc22c58f0623e55517c77cdd3412b')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-10-13 Thread Daniel M. Capella via arch-commits
Date: Tuesday, October 13, 2020 @ 12:51:30
  Author: polyzen
Revision: 723819

upgpkg: firefox-ublock-origin 1.30.4-1

Modified:
  firefox-ublock-origin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 12:20:58 UTC (rev 723818)
+++ PKGBUILD2020-10-13 12:51:30 UTC (rev 723819)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-ublock-origin
-pkgver=1.30.2
+pkgver=1.30.4
 pkgrel=1
 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
 arch=('any')
@@ -10,7 +10,8 @@
 groups=('firefox-addons')
 
source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi";)
 noextract=("${source##*/}")
-sha256sums=('85c66d69826b8c0b8d8498307744c26f61aef5ebfbe6f03fd37f917fd84f035e')
+sha256sums=('585167ff9a83e8941d35318c2ff4090c385119221e342e4b4795bfdfd7729e93')
+b2sums=('f7dd67b8aa1a846cca22654c9e7e91a08e3764b58d09e2be60bb1e1dc89969afc0141a226983d284ff1044b5e581e82ee9fdc22c58f0623e55517c77cdd3412b')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi


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

2020-10-13 Thread Laurent Carlier via arch-commits
Date: Tuesday, October 13, 2020 @ 12:42:33
  Author: lcarlier
Revision: 398221

upgpkg: vulkan-docs 1:1.2.157-1: upstream update 1.2.157

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 12:39:01 UTC (rev 398220)
+++ PKGBUILD2020-10-13 12:42:33 UTC (rev 398221)
@@ -2,7 +2,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-html-docs)
-pkgver=1.2.153
+pkgver=1.2.157
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -12,7 +12,7 @@
 makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('52629353105b2e83bba5a54f7316d62b0b249c935dcf4f8ebc0ba0159fa4590c')
+sha256sums=('f1bfa0b8969bf76c1e9ffcde9e229f1e73461a191f2b626029dd93c5e50691b9')
 
 prepare() {
   npm install escape-string-regexp


[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2020-10-13 Thread Laurent Carlier via arch-commits
Date: Tuesday, October 13, 2020 @ 12:42:39
  Author: lcarlier
Revision: 398222

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 398221, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 12:42:33 UTC (rev 398221)
+++ PKGBUILD2020-10-13 12:42:39 UTC (rev 398222)
@@ -1,42 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-html-docs)
-pkgver=1.2.153
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('52629353105b2e83bba5a54f7316d62b0b249c935dcf4f8ebc0ba0159fa4590c')
-
-prepare() {
-  npm install escape-string-regexp
-  npm install he
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  ./makeAllExts html manhtmlpages styleguide registry
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v gen/out/man "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/html/* "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/registry.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/styleguide.html "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 config/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 398221, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 12:42:39 UTC (rev 398222)
@@ -0,0 +1,42 @@
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-html-docs)
+pkgver=1.2.157
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('f1bfa0b8969bf76c1e9ffcde9e229f1e73461a191f2b626029dd93c5e50691b9')
+
+prepare() {
+  npm install escape-string-regexp
+  npm install he
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  ./makeAllExts html manhtmlpages styleguide registry
+}
+
+package_vulkan-html-docs() {
+  pkgdesc="Vulkan html documentation"
+  cd "${_pkgname}-${pkgver}"
+
+  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  mv -v gen/out/man "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/html/* "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/registry.html "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/styleguide.html "${pkgdir}/usr/share/doc/vulkan/"
+
+  install -m644 config/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
+  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
+}


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

2020-10-13 Thread Laurent Carlier via arch-commits
Date: Tuesday, October 13, 2020 @ 12:38:55
  Author: lcarlier
Revision: 398219

upgpkg: vulkan-headers 1:1.2.157-1: upstream update 1.2.157

Modified:
  vulkan-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 12:20:58 UTC (rev 398218)
+++ PKGBUILD2020-10-13 12:38:55 UTC (rev 398219)
@@ -2,7 +2,7 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.2.153
+pkgver=1.2.157
 pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
@@ -14,7 +14,7 @@
 groups=(vulkan-devel)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz";)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249";)
-sha256sums=('c74e8b007771c8db4f028159ec7436e76333bf7e937f91c0bec3ba0e63cb3978')
+sha256sums=('dbc121f58641acd45c386ee96ecd5e10a124c489087443d7367fff4b53b49283')
 
 #pkgver() {
 #  cd Vulkan-Headers*


  1   2   >