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

2020-06-30 Thread Daniel M. Capella via arch-commits
Date: Wednesday, July 1, 2020 @ 05:24:03
  Author: polyzen
Revision: 657228

archrelease: copy trunk to community-any

Added:
  borgmatic/repos/community-any/PKGBUILD
(from rev 657227, borgmatic/trunk/PKGBUILD)
Deleted:
  borgmatic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 05:23:43 UTC (rev 657227)
+++ PKGBUILD2020-07-01 05:24:03 UTC (rev 657228)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor: Alexander Görtz 
-# Contributor: Dan Beste 
-# Contributor: Julien Nicoulaud 
-# Contributor: stef204 
-
-pkgname=borgmatic
-pkgver=1.5.7
-pkgrel=1
-pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
-arch=('any')
-url=https://torsion.org/borgmatic
-license=('GPL3')
-depends=('borg' 'python-colorama' 'python-pykwalify' 'python-requests'
- 'python-ruamel-yaml' 'python-setuptools')
-optdepends=('python-llfuse: for mount action')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('838c3a63c8d092219ebbc07fca2ba4f62122eab1c52d0ebe29c75a256f8b1d1a')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
-}
-
-# vim: ts=2 sw=2 et:

Copied: borgmatic/repos/community-any/PKGBUILD (from rev 657227, 
borgmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 05:24:03 UTC (rev 657228)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor: Alexander Görtz 
+# Contributor: Dan Beste 
+# Contributor: Julien Nicoulaud 
+# Contributor: stef204 
+
+pkgname=borgmatic
+pkgver=1.5.8
+pkgrel=1
+pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
+arch=('any')
+url=https://torsion.org/borgmatic
+license=('GPL3')
+depends=('borg' 'python-colorama' 'python-pykwalify' 'python-requests'
+ 'python-ruamel-yaml' 'python-setuptools')
+optdepends=('python-llfuse: for mount action')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('707ed1bdffd6b8bec2d74dca36cc2665081c8db8590241bf6a72a3378928dd65')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-30 Thread Daniel M. Capella via arch-commits
Date: Wednesday, July 1, 2020 @ 05:23:43
  Author: polyzen
Revision: 657227

upgpkg: borgmatic 1.5.8-1

Modified:
  borgmatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 05:02:57 UTC (rev 657226)
+++ PKGBUILD2020-07-01 05:23:43 UTC (rev 657227)
@@ -6,7 +6,7 @@
 # Contributor: stef204 
 
 pkgname=borgmatic
-pkgver=1.5.7
+pkgver=1.5.8
 pkgrel=1
 pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
 arch=('any')
@@ -16,7 +16,7 @@
  'python-ruamel-yaml' 'python-setuptools')
 optdepends=('python-llfuse: for mount action')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('838c3a63c8d092219ebbc07fca2ba4f62122eab1c52d0ebe29c75a256f8b1d1a')
+sha256sums=('707ed1bdffd6b8bec2d74dca36cc2665081c8db8590241bf6a72a3378928dd65')
 
 prepare() {
   cd $pkgname-$pkgver


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

2020-06-30 Thread Daurnimator via arch-commits
Date: Wednesday, July 1, 2020 @ 05:02:57
  Author: daurnimator
Revision: 657226

archrelease: copy trunk to community-x86_64

Added:
  wishbone-utils/repos/community-x86_64/PKGBUILD
(from rev 657225, wishbone-utils/trunk/PKGBUILD)
Deleted:
  wishbone-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 05:02:28 UTC (rev 657225)
+++ PKGBUILD2020-07-01 05:02:57 UTC (rev 657226)
@@ -1,29 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=wishbone-utils
-pkgver=0.6.17
-pkgrel=1
-pkgdesc='Utilities for working with a Wishbone bridge'
-arch=(x86_64)
-url="https://github.com/litex-hub/wishbone-utils;
-license=(BSD)
-depends=(glibc gcc-libs)
-makedepends=(rust)
-source=($pkgname-$pkgver.tar.gz::https://github.com/litex-hub/wishbone-utils/archive/v$pkgver.tar.gz)
-sha512sums=('eae6477fd61210411bf41dd2d95416bfbb68144fa139d5475e8f1783b1d326735ef0badef905ee9eaa5ba9c07b4d1cddabe83fb0a5a1eaa87b34daddff06da13')
-
-build() {
-  cd $pkgname-$pkgver/wishbone-tool
-  cargo build --release --locked
-}
-
-check() {
-  cd $pkgname-$pkgver/wishbone-tool
-  cargo test --release --locked
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm 755 wishbone-tool/target/release/wishbone-tool -t 
"${pkgdir}/usr/bin/"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: wishbone-utils/repos/community-x86_64/PKGBUILD (from rev 657225, 
wishbone-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 05:02:57 UTC (rev 657226)
@@ -0,0 +1,30 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daurnimator
+
+pkgname=wishbone-utils
+pkgver=0.7.3
+pkgrel=1
+pkgdesc='Utilities for working with a Wishbone bridge'
+arch=(x86_64)
+url="https://github.com/litex-hub/wishbone-utils;
+license=(BSD)
+depends=(glibc gcc-libs)
+makedepends=(rust)
+source=($pkgname-$pkgver.tar.gz::https://github.com/litex-hub/wishbone-utils/archive/v$pkgver.tar.gz)
+sha512sums=('621ddbcf0b1e0c5243e97ac923755fc52012397545fb5df0a440ad64cef0fbc2b05d931f15f5ba8021e4fd70e79d21c0ae1fa77f205a8c6ba167d505d6da3fe4')
+
+build() {
+  cd $pkgname-$pkgver/wishbone-tool
+  cargo build --release --locked
+}
+
+check() {
+  cd $pkgname-$pkgver/wishbone-tool
+  cargo test --release --locked
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm 755 wishbone-tool/target/release/wishbone-tool -t 
"${pkgdir}/usr/bin/"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-06-30 Thread Daurnimator via arch-commits
Date: Wednesday, July 1, 2020 @ 05:02:28
  Author: daurnimator
Revision: 657225

upgpkg: wishbone-utils 0.7.3-1

Modified:
  wishbone-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 00:47:28 UTC (rev 657224)
+++ PKGBUILD2020-07-01 05:02:28 UTC (rev 657225)
@@ -1,7 +1,8 @@
 # Maintainer: Jelle van der Waa 
+# Maintainer: Daurnimator
 
 pkgname=wishbone-utils
-pkgver=0.6.17
+pkgver=0.7.3
 pkgrel=1
 pkgdesc='Utilities for working with a Wishbone bridge'
 arch=(x86_64)
@@ -10,7 +11,7 @@
 depends=(glibc gcc-libs)
 makedepends=(rust)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/litex-hub/wishbone-utils/archive/v$pkgver.tar.gz)
-sha512sums=('eae6477fd61210411bf41dd2d95416bfbb68144fa139d5475e8f1783b1d326735ef0badef905ee9eaa5ba9c07b4d1cddabe83fb0a5a1eaa87b34daddff06da13')
+sha512sums=('621ddbcf0b1e0c5243e97ac923755fc52012397545fb5df0a440ad64cef0fbc2b05d931f15f5ba8021e4fd70e79d21c0ae1fa77f205a8c6ba167d505d6da3fe4')
 
 build() {
   cd $pkgname-$pkgver/wishbone-tool


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

2020-06-30 Thread Allan McRae via arch-commits
Date: Wednesday, July 1, 2020 @ 01:57:56
  Author: allan
Revision: 390679

archrelease: copy trunk to extra-x86_64

Added:
  pacman/repos/extra-x86_64/PKGBUILD
(from rev 390678, pacman/trunk/PKGBUILD)
  pacman/repos/extra-x86_64/makepkg.conf
(from rev 390678, pacman/trunk/makepkg.conf)
  pacman/repos/extra-x86_64/pacman.conf
(from rev 390678, pacman/trunk/pacman.conf)
Deleted:
  pacman/repos/extra-x86_64/PKGBUILD
  pacman/repos/extra-x86_64/makepkg.conf
  pacman/repos/extra-x86_64/pacman.conf

--+
 PKGBUILD |  112 ++---
 makepkg.conf |  294 -
 pacman.conf  |  198 +++---
 3 files changed, 302 insertions(+), 302 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 01:55:58 UTC (rev 390678)
+++ PKGBUILD2020-07-01 01:57:56 UTC (rev 390679)
@@ -1,56 +0,0 @@
-# vim: set ts=2 sw=2 et:
-# Maintainer: Dan McGee 
-# Maintainer: Dave Reisner 
-
-pkgname=pacman
-pkgver=5.2.2
-pkgrel=1
-pkgdesc="A library-based package manager with dependency support"
-arch=('x86_64')
-url="https://www.archlinux.org/pacman/;
-license=('GPL')
-groups=('base-devel')
-depends=('bash' 'glibc' 'libarchive' 'curl'
- 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
-makedepends=('asciidoc')
-checkdepends=('python' 'fakechroot')
-optdepends=('perl-locale-gettext: translation support in makepkg-template')
-provides=('libalpm.so')
-backup=(etc/pacman.conf
-etc/makepkg.conf)
-options=('strip' 'debug')
-validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD'  # Allan McRae 

-  'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory 
(pacman) 
-source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
-pacman.conf
-makepkg.conf)
-sha256sums=('bb201a9f2fb53c28d011f661d50028efce6eef2c1d2a36728bdd0130189349a0'
-'SKIP'
-'3353f363088c73f1f86a890547c0f87c7473e5caf43bbbc768c2e9a7397f2aa2'
-'9c769f13c09a6f24c393a9762474eded2f269d8966e7764d9160d62232a7919b')
-
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --enable-doc \
---with-scriptlet-shell=/usr/bin/bash \
---with-ldconfig=/usr/bin/ldconfig
-  make V=1
-}
-
-check() {
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # install Arch specific stuff
-  install -dm755 "$pkgdir/etc"
-  install -m644 "$srcdir/pacman.conf" "$pkgdir/etc"
-  install -m644 "$srcdir/makepkg.conf" "$pkgdir/etc"
-}

Copied: pacman/repos/extra-x86_64/PKGBUILD (from rev 390678, 
pacman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 01:57:56 UTC (rev 390679)
@@ -0,0 +1,56 @@
+# vim: set ts=2 sw=2 et:
+# Maintainer: Dan McGee 
+# Maintainer: Dave Reisner 
+
+pkgname=pacman
+pkgver=5.2.2
+pkgrel=1
+pkgdesc="A library-based package manager with dependency support"
+arch=('x86_64')
+url="https://www.archlinux.org/pacman/;
+license=('GPL')
+groups=('base-devel')
+depends=('bash' 'glibc' 'libarchive' 'curl'
+ 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
+makedepends=('asciidoc')
+checkdepends=('python' 'fakechroot')
+optdepends=('perl-locale-gettext: translation support in makepkg-template')
+provides=('libalpm.so')
+backup=(etc/pacman.conf
+etc/makepkg.conf)
+options=('strip' 'debug')
+validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD'  # Allan McRae 

+  'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory 
(pacman) 
+source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
+pacman.conf
+makepkg.conf)
+sha256sums=('bb201a9f2fb53c28d011f661d50028efce6eef2c1d2a36728bdd0130189349a0'
+'SKIP'
+'3353f363088c73f1f86a890547c0f87c7473e5caf43bbbc768c2e9a7397f2aa2'
+'9c769f13c09a6f24c393a9762474eded2f269d8966e7764d9160d62232a7919b')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --enable-doc \
+--with-scriptlet-shell=/usr/bin/bash \
+--with-ldconfig=/usr/bin/ldconfig
+  make V=1
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # install Arch specific stuff
+  install -dm755 "$pkgdir/etc"
+  install -m644 "$srcdir/pacman.conf" "$pkgdir/etc"
+  install -m644 "$srcdir/makepkg.conf" "$pkgdir/etc"
+}

Deleted: makepkg.conf
===
--- makepkg.conf2020-07-01 01:55:58 UTC (rev 390678)
+++ makepkg.conf2020-07-01 01:57:56 UTC (rev 390679)
@@ -1,147 +0,0 @@
-#!/hint/bash
-#
-# /etc/makepkg.conf
-#
-

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

2020-06-30 Thread Allan McRae via arch-commits
Date: Wednesday, July 1, 2020 @ 01:55:58
  Author: allan
Revision: 390678

archrelease: copy trunk to extra-x86_64

Added:
  pacman/repos/extra-x86_64/
  pacman/repos/extra-x86_64/PKGBUILD
(from rev 390677, pacman/trunk/PKGBUILD)
  pacman/repos/extra-x86_64/makepkg.conf
(from rev 390677, pacman/trunk/makepkg.conf)
  pacman/repos/extra-x86_64/pacman.conf
(from rev 390677, pacman/trunk/pacman.conf)

--+
 PKGBUILD |   56 +
 makepkg.conf |  147 +
 pacman.conf  |   99 ++
 3 files changed, 302 insertions(+)

Copied: pacman/repos/extra-x86_64/PKGBUILD (from rev 390677, 
pacman/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2020-07-01 01:55:58 UTC (rev 390678)
@@ -0,0 +1,56 @@
+# vim: set ts=2 sw=2 et:
+# Maintainer: Dan McGee 
+# Maintainer: Dave Reisner 
+
+pkgname=pacman
+pkgver=5.2.2
+pkgrel=1
+pkgdesc="A library-based package manager with dependency support"
+arch=('x86_64')
+url="https://www.archlinux.org/pacman/;
+license=('GPL')
+groups=('base-devel')
+depends=('bash' 'glibc' 'libarchive' 'curl'
+ 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
+makedepends=('asciidoc')
+checkdepends=('python' 'fakechroot')
+optdepends=('perl-locale-gettext: translation support in makepkg-template')
+provides=('libalpm.so')
+backup=(etc/pacman.conf
+etc/makepkg.conf)
+options=('strip' 'debug')
+validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD'  # Allan McRae 

+  'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory 
(pacman) 
+source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
+pacman.conf
+makepkg.conf)
+sha256sums=('bb201a9f2fb53c28d011f661d50028efce6eef2c1d2a36728bdd0130189349a0'
+'SKIP'
+'3353f363088c73f1f86a890547c0f87c7473e5caf43bbbc768c2e9a7397f2aa2'
+'9c769f13c09a6f24c393a9762474eded2f269d8966e7764d9160d62232a7919b')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --enable-doc \
+--with-scriptlet-shell=/usr/bin/bash \
+--with-ldconfig=/usr/bin/ldconfig
+  make V=1
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # install Arch specific stuff
+  install -dm755 "$pkgdir/etc"
+  install -m644 "$srcdir/pacman.conf" "$pkgdir/etc"
+  install -m644 "$srcdir/makepkg.conf" "$pkgdir/etc"
+}

Copied: pacman/repos/extra-x86_64/makepkg.conf (from rev 390677, 
pacman/trunk/makepkg.conf)
===
--- extra-x86_64/makepkg.conf   (rev 0)
+++ extra-x86_64/makepkg.conf   2020-07-01 01:55:58 UTC (rev 390678)
@@ -0,0 +1,147 @@
+#!/hint/bash
+#
+# /etc/makepkg.conf
+#
+
+#
+# SOURCE ACQUISITION
+#
+#
+#-- The download utilities that makepkg should use to acquire sources
+#  Format: 'protocol::agent'
+DLAGENTS=('file::/usr/bin/curl -gqC - -o %o %u'
+  'ftp::/usr/bin/curl -gqfC - --ftp-pasv --retry 3 --retry-delay 3 -o 
%o %u'
+  'http::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o 
%u'
+  'https::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o 
%u'
+  'rsync::/usr/bin/rsync --no-motd -z %u %o'
+  'scp::/usr/bin/scp -C %u %o')
+
+# Other common tools:
+# /usr/bin/snarf
+# /usr/bin/lftpget -c
+# /usr/bin/wget
+
+#-- The package required by makepkg to download VCS sources
+#  Format: 'protocol::package'
+VCSCLIENTS=('bzr::bzr'
+'git::git'
+'hg::mercurial'
+'svn::subversion')
+
+#
+# ARCHITECTURE, COMPILE FLAGS
+#
+#
+CARCH="x86_64"
+CHOST="x86_64-pc-linux-gnu"
+
+#-- Compiler and Linker Flags
+CPPFLAGS="-D_FORTIFY_SOURCE=2"
+CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
+CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
+LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
+#RUSTFLAGS="-C opt-level=2"
+#-- Make Flags: change this for DistCC/SMP systems
+#MAKEFLAGS="-j2"
+#-- Debugging flags
+DEBUG_CFLAGS="-g -fvar-tracking-assignments"
+DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
+#DEBUG_RUSTFLAGS="-C debuginfo=2"
+
+#
+# BUILD ENVIRONMENT
+#
+#
+# Defaults: BUILDENV=(!distcc !color !ccache check !sign)
+#  A negated environment option will do 

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

2020-06-30 Thread Allan McRae via arch-commits
Date: Wednesday, July 1, 2020 @ 01:55:36
  Author: allan
Revision: 390677

upgpkg: pacman 5.2.2-1: upstream update

Modified:
  pacman/trunk/PKGBUILD
  pacman/trunk/makepkg.conf
Deleted:
  pacman/trunk/makepkg-fix-one-more-file-seccomp-issue.patch
  pacman/trunk/pacman-5.2.1-fix-pactest-package-tar-format.patch
  pacman/trunk/pacman-5.2.1-reproducible-libprovides.patch

---+
 PKGBUILD  |   20 ++--
 makepkg-fix-one-more-file-seccomp-issue.patch |   30 --
 makepkg.conf  |6 ++-
 pacman-5.2.1-fix-pactest-package-tar-format.patch |   32 
 pacman-5.2.1-reproducible-libprovides.patch   |   13 
 5 files changed, 8 insertions(+), 93 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 00:57:10 UTC (rev 390676)
+++ PKGBUILD2020-07-01 01:55:36 UTC (rev 390677)
@@ -3,8 +3,8 @@
 # Maintainer: Dave Reisner 
 
 pkgname=pacman
-pkgver=5.2.1
-pkgrel=6
+pkgver=5.2.2
+pkgrel=1
 pkgdesc="A library-based package manager with dependency support"
 arch=('x86_64')
 url="https://www.archlinux.org/pacman/;
@@ -22,25 +22,13 @@
 validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD'  # Allan McRae 

   'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory 
(pacman) 
 
source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
-pacman-5.2.1-fix-pactest-package-tar-format.patch
-makepkg-fix-one-more-file-seccomp-issue.patch
-pacman-5.2.1-reproducible-libprovides.patch
 pacman.conf
 makepkg.conf)
-sha256sums=('1930c407265fd039cb3a8e6edc82f69e122aa9239d216d9d57b9d1b9315af312'
+sha256sums=('bb201a9f2fb53c28d011f661d50028efce6eef2c1d2a36728bdd0130189349a0'
 'SKIP'
-'824a5c9dd458fb27b05a9a0b4b5d75b7a392de0dae79a18f5cfe8beaf4d82f0c'
-'e481a161bba76729cd434c97e0b319ddfcb1d93b2e4890d72b4e8a32982531d9'
-'667ba659f85e3740fda9808e4751a44a63e0484072594d961b87e474c607b79c'
 '3353f363088c73f1f86a890547c0f87c7473e5caf43bbbc768c2e9a7397f2aa2'
-'8c100b64450f5a19a16325dd05c143d49395bdeb96bd957f863cde4b95d3cb86')
+'9c769f13c09a6f24c393a9762474eded2f269d8966e7764d9160d62232a7919b')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 < ../pacman-5.2.1-fix-pactest-package-tar-format.patch
-  patch -Np1 < ../makepkg-fix-one-more-file-seccomp-issue.patch
-  patch -Np1 < ../pacman-5.2.1-reproducible-libprovides.patch
-}
 
 build() {
   cd "$pkgname-$pkgver"

Deleted: makepkg-fix-one-more-file-seccomp-issue.patch
===
--- makepkg-fix-one-more-file-seccomp-issue.patch   2020-07-01 00:57:10 UTC 
(rev 390676)
+++ makepkg-fix-one-more-file-seccomp-issue.patch   2020-07-01 01:55:36 UTC 
(rev 390677)
@@ -1,30 +0,0 @@
-From 00cfc6c5c9700b597c384743c2f057a2ba7125e2 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 9 Jan 2020 20:49:17 -0500
-Subject: [pacman-dev] [PATCH] makepkg: fix one more file-seccomp issue
-
-When file is called via fakeroot, it doesn't matter whether you use -z
-or not, it is still incompatible with seccomp. Fix by configuring it
-with FILECMD when used in the fakeroot 'tidy' run.
-
-Signed-off-by: Eli Schwartz 

- scripts/libmakepkg/tidy/strip.sh.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/scripts/libmakepkg/tidy/strip.sh.in 
b/scripts/libmakepkg/tidy/strip.sh.in
-index 1bd810f0..876f00f0 100644
 a/scripts/libmakepkg/tidy/strip.sh.in
-+++ b/scripts/libmakepkg/tidy/strip.sh.in
-@@ -111,7 +111,7 @@ tidy_strip() {
- 
-   local binary strip_flags
-   find . -type f -perm -u+w -print0 2>/dev/null | while IFS= read 
-rd '' binary ; do
--  case "$(file -bi "$binary")" in
-+  case "$(@FILECMD@ -bi "$binary")" in
-   *application/x-sharedlib*)  # Libraries (.so)
-   strip_flags="$STRIP_SHARED";;
-   *application/x-archive*)# Libraries (.a)
--- 
-2.24.1
-

Modified: makepkg.conf
===
--- makepkg.conf2020-07-01 00:57:10 UTC (rev 390676)
+++ makepkg.conf2020-07-01 01:55:36 UTC (rev 390677)
@@ -40,11 +40,13 @@
 CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
 CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
 LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
+#RUSTFLAGS="-C opt-level=2"
 #-- Make Flags: change this for DistCC/SMP systems
 #MAKEFLAGS="-j2"
 #-- Debugging flags
 DEBUG_CFLAGS="-g -fvar-tracking-assignments"
 DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
+#DEBUG_RUSTFLAGS="-C debuginfo=2"
 
 

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

2020-06-30 Thread Anatol Pomozov via arch-commits
Date: Wednesday, July 1, 2020 @ 00:57:10
  Author: anatolik
Revision: 390676

archrelease: copy trunk to staging-x86_64

Added:
  apache/repos/staging-x86_64/
  apache/repos/staging-x86_64/PKGBUILD
(from rev 390675, apache/trunk/PKGBUILD)
  apache/repos/staging-x86_64/apache-2.2-optionsbleed-CVE-2017-9798.patch
(from rev 390675, apache/trunk/apache-2.2-optionsbleed-CVE-2017-9798.patch)
  apache/repos/staging-x86_64/apache.tmpfiles.conf
(from rev 390675, apache/trunk/apache.tmpfiles.conf)
  apache/repos/staging-x86_64/arch.layout
(from rev 390675, apache/trunk/arch.layout)
  apache/repos/staging-x86_64/httpd.logrotate
(from rev 390675, apache/trunk/httpd.logrotate)
  apache/repos/staging-x86_64/httpd.service
(from rev 390675, apache/trunk/httpd.service)
  apache/repos/staging-x86_64/nohttp2forprefork.patch
(from rev 390675, apache/trunk/nohttp2forprefork.patch)
  apache/repos/staging-x86_64/openssl-malloc-init.patch
(from rev 390675, apache/trunk/openssl-malloc-init.patch)
  apache/repos/staging-x86_64/script_name.patch
(from rev 390675, apache/trunk/script_name.patch)

-+
 PKGBUILD|  131 ++
 apache-2.2-optionsbleed-CVE-2017-9798.patch |   21 +
 apache.tmpfiles.conf|1 
 arch.layout |   22 +
 httpd.logrotate |7 
 httpd.service   |   15 
 nohttp2forprefork.patch |  506 ++
 openssl-malloc-init.patch   |   20 +
 script_name.patch   |   84 
 9 files changed, 807 insertions(+)

Copied: apache/repos/staging-x86_64/PKGBUILD (from rev 390675, 
apache/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-01 00:57:10 UTC (rev 390676)
@@ -0,0 +1,131 @@
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=apache
+pkgver=2.4.43
+pkgrel=2
+pkgdesc='A high performance Unix-based HTTP server'
+arch=('x86_64')
+url='https://www.apache.org/dist/httpd'
+license=('APACHE')
+backup=(
+etc/httpd/conf/httpd.conf
+etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
+etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
+etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+etc/httpd/conf/extra/proxy-html.conf
+etc/httpd/conf/{mime.types,magic}
+etc/logrotate.d/httpd
+)
+provides=('mod_proxy_uwsgi')
+conflicts=('mod_proxy_uwsgi')
+replaces=('mod_proxy_uwsgi')
+depends=('zlib' 'apr-util' 'pcre' 'libnghttp2' 'openssl')
+makedepends=('libxml2' 'lua53' 'curl' 'brotli' 'jansson')
+optdepends=(
+'lua53: for mod_lua module'
+'libxml2: for mod_proxy_html, mod_xml2enc modules'
+'curl: for mod_md module'
+'jansson: for mod_md module'
+'brotli: for mod_brotli module'
+'uwsgi: for mod_proxy_uwsgi module'
+'lynx: apachectl status'
+)
+source=(
+https://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
+openssl-malloc-init.patch
+apache.tmpfiles.conf
+httpd.logrotate
+httpd.service
+arch.layout
+)
+sha256sums=('a497652ab3fc81318cdc2a203090a999150d86461acff97c1065dc910fe10f43'
+'SKIP'
+'d305f8b52ac2a9bbda7bb0776496471e69e9d30642740f594d00086a8c7e344c'
+'63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
+'0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'
+'f574bac6d5f398e7a649fc0e1ca66ff01ad4ef34dac71258e93d8a9d9a2b3960'
+'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3')
+validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8' # Jim Jagielski
+  'B9E8213AEFB861AF35A41F2C995E35221AD84DFF') # Daniel Ruggeri 
+
+prepare() {
+  cd httpd-${pkgver}
+
+  # set default user
+  sed -e 's#User daemon#User http#' \
+  -e 's#Group daemon#Group http#' \
+  -i docs/conf/httpd.conf.in
+
+  cat "${srcdir}/arch.layout" >> config.layout
+
+  # https://github.com/openssl/openssl/issues/2865
+  patch -Np1 -i ../openssl-malloc-init.patch
+}
+
+build() {
+  cd httpd-${pkgver}
+
+  ./configure --sbindir=/usr/bin \
+  --enable-layout=Arch \
+  --enable-mpms-shared=all \
+  --enable-modules=all \
+  --enable-mods-shared=all \
+  --enable-so \
+  --enable-suexec \
+  --with-suexec-caller=http \
+  --with-suexec-docroot=/srv/http \
+  --with-suexec-logfile=/var/log/httpd/suexec.log \
+  --with-suexec-bin=/usr/bin/suexec \
+  --with-suexec-uidmin=99 --with-suexec-gidmin=99 \
+  --enable-ldap --enable-authnz-ldap --enable-authnz-fcgi \
+  --enable-cache --enable-disk-cache --enable-mem-cache 
--enable-file-cache \
+  --enable-ssl --with-ssl \
+  

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

2020-06-30 Thread Anatol Pomozov via arch-commits
Date: Wednesday, July 1, 2020 @ 00:56:20
  Author: anatolik
Revision: 390675

upgpkg: apache 2.4.43-2: Apache's mod_lua is not compatible with Lua 5.4, 
rebuild it with Lua 5.3

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 20:52:01 UTC (rev 390674)
+++ PKGBUILD2020-07-01 00:56:20 UTC (rev 390675)
@@ -4,7 +4,7 @@
 
 pkgname=apache
 pkgver=2.4.43
-pkgrel=1
+pkgrel=2
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('x86_64')
 url='https://www.apache.org/dist/httpd'
@@ -22,9 +22,9 @@
 conflicts=('mod_proxy_uwsgi')
 replaces=('mod_proxy_uwsgi')
 depends=('zlib' 'apr-util' 'pcre' 'libnghttp2' 'openssl')
-makedepends=('libxml2' 'lua' 'curl' 'brotli' 'jansson')
+makedepends=('libxml2' 'lua53' 'curl' 'brotli' 'jansson')
 optdepends=(
-'lua: for mod_lua module'
+'lua53: for mod_lua module'
 'libxml2: for mod_proxy_html, mod_xml2enc modules'
 'curl: for mod_md module'
 'jansson: for mod_md module'


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 00:05:55
  Author: felixonmars
Revision: 657222

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 657221, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 00:05:37 UTC (rev 657221)
+++ PKGBUILD2020-07-01 00:05:55 UTC (rev 657222)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200630
-_commit=1bcea5f94c40cf85062cfd87768f790b0f471704
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese;
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('d3cee0ead2384de517283fdf8e9a777a2861a2bb9d8340a31a65b8e281d18a61d1d9d364adac89112edd60c0f05d27ec10b9a0b9d25360df2ef7b78a384ddc28')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 657221, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 00:05:55 UTC (rev 657222)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200701
+_commit=7dcc193153d23527d9cb1685097d21f5434f8aa1
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese;
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
+sha512sums=('579f54f50bc7839503dd14205172a10bdab34c1076aee8f6ce18b56760eca2592d659dcd60c248e8794dff93c32fa4ee3bc69be5fb19ab79065bb58bdb2f14f2')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+}


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 00:05:37
  Author: felixonmars
Revision: 657221

upgpkg: rime-cantonese 0.0.0.20200701-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 00:04:43 UTC (rev 657220)
+++ PKGBUILD2020-07-01 00:05:37 UTC (rev 657221)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20200630
-_commit=1bcea5f94c40cf85062cfd87768f790b0f471704
+pkgver=0.0.0.20200701
+_commit=7dcc193153d23527d9cb1685097d21f5434f8aa1
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('d3cee0ead2384de517283fdf8e9a777a2861a2bb9d8340a31a65b8e281d18a61d1d9d364adac89112edd60c0f05d27ec10b9a0b9d25360df2ef7b78a384ddc28')
+sha512sums=('579f54f50bc7839503dd14205172a10bdab34c1076aee8f6ce18b56760eca2592d659dcd60c248e8794dff93c32fa4ee3bc69be5fb19ab79065bb58bdb2f14f2')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 00:04:43
  Author: felixonmars
Revision: 657220

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 657219, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/rebuild.list
(from rev 657219, nodejs/trunk/rebuild.list)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD
  nodejs/repos/community-x86_64/rebuild.list

--+
 PKGBUILD |  114 -
 rebuild.list |4 +-
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-01 00:04:20 UTC (rev 657219)
+++ PKGBUILD2020-07-01 00:04:43 UTC (rev 657220)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=14.4.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
-makedepends=('python' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('88e8acc9b3359a57f0ed8d4d6e5af1d8d3595360348b76a52b12647d95bfb9668cc7587218cdc9e969cbcdc7a10ec3f5082b23787d1d61bf5e0cb4b94c40d290')
-
-build() {
-  cd node-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-cares \
---shared-nghttp2
-# --shared-v8
-# --shared-http-parser
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  # Expected failure: https://github.com/nodejs/node/issues/11627
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 657219, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-01 00:04:43 UTC (rev 657220)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=14.5.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
+makedepends=('python' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
+sha512sums=('aae2cd77f651452c6a65763e63eb730b959dde8972ca5602d3cfa0b95e9b6e8621548660bc63fcc947809da9eb32afd8c24da3561df302ed25f16c04bd93421c')
+
+build() {
+  cd node-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-cares \
+--shared-nghttp2
+# --shared-v8
+# --shared-http-parser
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: rebuild.list
===
--- rebuild.list2020-07-01 00:04:20 UTC (rev 657219)
+++ rebuild.list2020-07-01 00:04:43 UTC (rev 657220)
@@ -1,2 +0,0 @@
-apm
-bash-language-server

Copied: nodejs/repos/community-x86_64/rebuild.list (from rev 657219, 
nodejs/trunk/rebuild.list)
===
--- rebuild.list(rev 0)
+++ rebuild.list2020-07-01 00:04:43 UTC (rev 657220)
@@ -0,0 +1,2 @@
+apm
+bash-language-server


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Wednesday, July 1, 2020 @ 00:04:20
  Author: felixonmars
Revision: 657219

upgpkg: nodejs 14.5.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 23:53:54 UTC (rev 657218)
+++ PKGBUILD2020-07-01 00:04:20 UTC (rev 657219)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=14.4.0
+pkgver=14.5.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('python' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('88e8acc9b3359a57f0ed8d4d6e5af1d8d3595360348b76a52b12647d95bfb9668cc7587218cdc9e969cbcdc7a10ec3f5082b23787d1d61bf5e0cb4b94c40d290')
+sha512sums=('aae2cd77f651452c6a65763e63eb730b959dde8972ca5602d3cfa0b95e9b6e8621548660bc63fcc947809da9eb32afd8c24da3561df302ed25f16c04bd93421c')
 
 build() {
   cd node-$pkgver


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 23:53:54
  Author: felixonmars
Revision: 657218

archrelease: copy trunk to community-testing-x86_64

Added:
  ponyc/repos/community-testing-x86_64/
  ponyc/repos/community-testing-x86_64/PKGBUILD
(from rev 657217, ponyc/trunk/PKGBUILD)

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

Copied: ponyc/repos/community-testing-x86_64/PKGBUILD (from rev 657217, 
ponyc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-30 23:53:54 UTC (rev 657218)
@@ -0,0 +1,68 @@
+# Maintainer: Felix Yan 
+
+pkgname=ponyc
+pkgver=0.35.1
+_llvmcommit=c1a0a213378a458fbea1a5c77b315c7dce08fd05
+pkgrel=1
+pkgdesc='An actor model, capabilities, high performance programming language'
+url='https://ponylang.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('zlib')
+makedepends=('cmake' 'git' 'gmock' 'grpc' 'gtest')
+checkdepends=('pcre2')
+options=('!strip')
+optdepends=('pcre2: Needed for the regex package')
+source=("https://github.com/ponylang/ponyc/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+
"https://github.com/llvm/llvm-project/archive/$_llvmcommit/llvm-$_llvmcommit.tar.gz;)
+sha512sums=('a602442d8acb347b36d85ea77b181993704c52bff079d9d95f2b453b1db077554e1003e6456885b2d584fed816869699325a37d263407971cb1ca8469aa94995'
+
'0c0b5f2c32479c148abebcc170651f5e6fc02177d3cf5638381ef177815f6c2223de7d4c082faa9de765a56ef1fba021583a748a5d009860b84979dc8d5ee064')
+
+prepare() {
+  cd ponyc-$pkgver
+  rmdir lib/llvm/src
+  ln -sf "$srcdir"/llvm-project-$_llvmcommit lib/llvm/src
+
+  # Use system gmock/gtest/gbenchmark
+  sed -i 's|NO_DEFAULT_PATH||' CMakeLists.txt
+
+  # Don't download gbenchmark/gtest
+  sed -i '12,20d' lib/CMakeLists.txt
+  # sed -i 's/-Werror //' CMakeLists.txt
+}
+
+build() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 libs
+  make config=release prefix=/usr arch=x86-64 configure
+  make config=release prefix=/usr arch=x86-64 build
+
+  mkdir docs
+  build/release/ponyc packages/stdlib -rexpr -g -o docs
+}
+
+check() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 test
+}
+
+package() {
+  cd ponyc-$pkgver
+  make config=release arch= DESTDIR="$pkgdir"/usr/lib/pony install
+
+  install -dm755 "$pkgdir"/usr/{bin,lib,include/pony/detail}
+  ln -sf /usr/lib/pony/bin/ponyc "$pkgdir"/usr/bin/
+  for _lib in {libponyc,libponyrt,libponyrt-pic}.a; do
+ln -sf /usr/lib/pony/lib/$_lib "$pkgdir"/usr/lib/
+  done
+  ln -sf /usr/lib/pony/include/pony.h "$pkgdir"/usr/include/
+  ln -sf /usr/lib/pony/include/pony/detail/atomics.h 
"$pkgdir"/usr/include/pony/detail/
+
+  # Let's include the examples as documentation is scarce.
+  install -dm755 "$pkgdir"/usr/share/doc/pony
+  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
+
+  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 23:53:36
  Author: felixonmars
Revision: 657217

upgpkg: ponyc 0.35.1-1

Modified:
  ponyc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 23:47:06 UTC (rev 657216)
+++ PKGBUILD2020-06-30 23:53:36 UTC (rev 657217)
@@ -1,28 +1,41 @@
 # Maintainer: Felix Yan 
 
 pkgname=ponyc
-pkgver=0.33.2
-pkgrel=2
+pkgver=0.35.1
+_llvmcommit=c1a0a213378a458fbea1a5c77b315c7dce08fd05
+pkgrel=1
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='https://ponylang.org/'
 arch=('x86_64')
 license=('BSD')
-depends=('llvm9-libs')
-makedepends=('llvm9')
+depends=('zlib')
+makedepends=('cmake' 'git' 'gmock' 'grpc' 'gtest')
 checkdepends=('pcre2')
 options=('!strip')
 optdepends=('pcre2: Needed for the regex package')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
-sha512sums=('cc02bdac029325689fbe7a5c9e8c9f8a8adf9346e17a6c626c9eca8dcae110c3cf4fb9af348b603e9804dff97183e02687f092d76b62e4bb13e571cd1c7585e8')
+source=("https://github.com/ponylang/ponyc/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+
"https://github.com/llvm/llvm-project/archive/$_llvmcommit/llvm-$_llvmcommit.tar.gz;)
+sha512sums=('a602442d8acb347b36d85ea77b181993704c52bff079d9d95f2b453b1db077554e1003e6456885b2d584fed816869699325a37d263407971cb1ca8469aa94995'
+
'0c0b5f2c32479c148abebcc170651f5e6fc02177d3cf5638381ef177815f6c2223de7d4c082faa9de765a56ef1fba021583a748a5d009860b84979dc8d5ee064')
 
 prepare() {
   cd ponyc-$pkgver
-  sed -i 's/-Werror //' Makefile
+  rmdir lib/llvm/src
+  ln -sf "$srcdir"/llvm-project-$_llvmcommit lib/llvm/src
+
+  # Use system gmock/gtest/gbenchmark
+  sed -i 's|NO_DEFAULT_PATH||' CMakeLists.txt
+
+  # Don't download gbenchmark/gtest
+  sed -i '12,20d' lib/CMakeLists.txt
+  # sed -i 's/-Werror //' CMakeLists.txt
 }
 
 build() {
   cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 link=llvm-dynamic
+  make config=release prefix=/usr arch=x86-64 libs
+  make config=release prefix=/usr arch=x86-64 configure
+  make config=release prefix=/usr arch=x86-64 build
 
   mkdir docs
   build/release/ponyc packages/stdlib -rexpr -g -o docs
@@ -30,16 +43,20 @@
 
 check() {
   cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 link=llvm-dynamic test
+  make config=release prefix=/usr arch=x86-64 test
 }
 
 package() {
   cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 link=llvm-dynamic ponydir=/usr/lib/pony/"$pkgver" 
DESTDIR="$pkgdir" install
+  make config=release arch= DESTDIR="$pkgdir"/usr/lib/pony install
 
-  # Ponyc is designed to read its standard packages from the same directory.
-  install -dm755 "$pkgdir"/usr/bin
-  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
+  install -dm755 "$pkgdir"/usr/{bin,lib,include/pony/detail}
+  ln -sf /usr/lib/pony/bin/ponyc "$pkgdir"/usr/bin/
+  for _lib in {libponyc,libponyrt,libponyrt-pic}.a; do
+ln -sf /usr/lib/pony/lib/$_lib "$pkgdir"/usr/lib/
+  done
+  ln -sf /usr/lib/pony/include/pony.h "$pkgdir"/usr/include/
+  ln -sf /usr/lib/pony/include/pony/detail/atomics.h 
"$pkgdir"/usr/include/pony/detail/
 
   # Let's include the examples as documentation is scarce.
   install -dm755 "$pkgdir"/usr/share/doc/pony


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

2020-06-30 Thread Daniel Bermond via arch-commits
Date: Tuesday, June 30, 2020 @ 23:47:06
  Author: dbermond
Revision: 657216

archrelease: copy trunk to community-x86_64

Added:
  vmaf/repos/community-x86_64/PKGBUILD
(from rev 657215, vmaf/trunk/PKGBUILD)
Deleted:
  vmaf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 23:46:38 UTC (rev 657215)
+++ PKGBUILD2020-06-30 23:47:06 UTC (rev 657216)
@@ -1,39 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgname=vmaf
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='Perceptual video quality assessment algorithm based on multi-method 
fusion'
-arch=('x86_64')
-url='https://github.com/Netflix/vmaf/'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('meson')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Netflix/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('9267b40223ac8d67fb6b99726ce7ed3925b9843f18ad5aa8ffbe2fe873e45cbe')
-
-prepare() {
-mkdir -p "${pkgname}-${pkgver}/libvmaf/build"
-}
-
-build() {
-arch-meson "${pkgname}-${pkgver}/libvmaf/build" 
"${pkgname}-${pkgver}/libvmaf"
-ninja -v -C "${pkgname}-${pkgver}/libvmaf/build"
-}
-
-check() {
-ninja -v -C "${pkgname}-${pkgver}/libvmaf/build" test
-}
-
-package() {
-DESTDIR="$pkgdir" ninja -v -C "${pkgname}-${pkgver}/libvmaf/build" install
-
-local _bin
-install -D -m755 "${pkgname}-${pkgver}/libvmaf/build/tools/vmaf" -t 
"${pkgdir}/usr/bin"
-for _bin in moment ms_ssim psnr ssim
-do
-install -D -m755 "${pkgname}-${pkgver}/libvmaf/build/tools/${_bin}" 
"${pkgdir}/usr/bin/vmaf-${_bin}"
-done
-
-install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: vmaf/repos/community-x86_64/PKGBUILD (from rev 657215, 
vmaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 23:47:06 UTC (rev 657216)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel Bermond 
+
+pkgname=vmaf
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='Perceptual video quality assessment algorithm based on multi-method 
fusion'
+arch=('x86_64')
+url='https://github.com/Netflix/vmaf/'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('meson')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Netflix/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('5f7785da0b0d66b2513ce11d3f81d0a9b3f79d49483c4652fde3a31c13f644da')
+
+build() {
+arch-meson "${pkgname}-${pkgver}/libvmaf/build" 
"${pkgname}-${pkgver}/libvmaf"
+ninja -v -C "${pkgname}-${pkgver}/libvmaf/build"
+}
+
+check() {
+ninja -v -C "${pkgname}-${pkgver}/libvmaf/build" test
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -v -C "${pkgname}-${pkgver}/libvmaf/build" install
+install -D -m755 
"${pkgname}-${pkgver}/libvmaf/build/tools"/vmaf_{feature,rc} -t 
"${pkgdir}/usr/bin"
+install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-06-30 Thread Daniel Bermond via arch-commits
Date: Tuesday, June 30, 2020 @ 23:46:38
  Author: dbermond
Revision: 657215

upgpkg: vmaf 1.5.2-1

Modified:
  vmaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 23:45:12 UTC (rev 657214)
+++ PKGBUILD2020-06-30 23:46:38 UTC (rev 657215)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=vmaf
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc='Perceptual video quality assessment algorithm based on multi-method 
fusion'
 arch=('x86_64')
@@ -10,12 +10,8 @@
 depends=('gcc-libs')
 makedepends=('meson')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Netflix/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('9267b40223ac8d67fb6b99726ce7ed3925b9843f18ad5aa8ffbe2fe873e45cbe')
+sha256sums=('5f7785da0b0d66b2513ce11d3f81d0a9b3f79d49483c4652fde3a31c13f644da')
 
-prepare() {
-mkdir -p "${pkgname}-${pkgver}/libvmaf/build"
-}
-
 build() {
 arch-meson "${pkgname}-${pkgver}/libvmaf/build" 
"${pkgname}-${pkgver}/libvmaf"
 ninja -v -C "${pkgname}-${pkgver}/libvmaf/build"
@@ -27,13 +23,6 @@
 
 package() {
 DESTDIR="$pkgdir" ninja -v -C "${pkgname}-${pkgver}/libvmaf/build" install
-
-local _bin
-install -D -m755 "${pkgname}-${pkgver}/libvmaf/build/tools/vmaf" -t 
"${pkgdir}/usr/bin"
-for _bin in moment ms_ssim psnr ssim
-do
-install -D -m755 "${pkgname}-${pkgver}/libvmaf/build/tools/${_bin}" 
"${pkgdir}/usr/bin/vmaf-${_bin}"
-done
-
+install -D -m755 
"${pkgname}-${pkgver}/libvmaf/build/tools"/vmaf_{feature,rc} -t 
"${pkgdir}/usr/bin"
 install -D -m644 "${pkgname}-${pkgver}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
 }


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

2020-06-30 Thread Daniel Bermond via arch-commits
Date: Tuesday, June 30, 2020 @ 23:45:12
  Author: dbermond
Revision: 657214

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 23:44:49 UTC (rev 657213)
+++ PKGBUILD2020-06-30 23:45:12 UTC (rev 657214)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel Bermond 
-
-pkgname=cargo-c
-pkgver=0.6.7
-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=('872f5e1eb34e807e57096f5ea20b57c95cc40ab95fe938faa1ca915c68e73cc9'
-'0b8bf13ac2ad531d17eb3b4804fe805c8e301c266ae7ac21aebd2b0d0f0a2609')
-
-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 657213, 
cargo-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 23:45:12 UTC (rev 657214)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel Bermond 
+
+pkgname=cargo-c
+pkgver=0.6.8
+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=('ca8cb5e08b0ba5b6eccea1481854829e1b411ebb9885be891a897c27b5a76cba'
+'f956c171676375ecdf5069d32896c8c8047001b207f377d1ba6442be449a3688')
+
+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-06-30 Thread Daniel Bermond via arch-commits
Date: Tuesday, June 30, 2020 @ 23:44:49
  Author: dbermond
Revision: 657213

upgpkg: cargo-c 0.6.8-1

Modified:
  cargo-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 23:30:49 UTC (rev 657212)
+++ PKGBUILD2020-06-30 23:44:49 UTC (rev 657213)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=cargo-c
-pkgver=0.6.7
+pkgver=0.6.8
 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=('872f5e1eb34e807e57096f5ea20b57c95cc40ab95fe938faa1ca915c68e73cc9'
-'0b8bf13ac2ad531d17eb3b4804fe805c8e301c266ae7ac21aebd2b0d0f0a2609')
+sha256sums=('ca8cb5e08b0ba5b6eccea1481854829e1b411ebb9885be891a897c27b5a76cba'
+'f956c171676375ecdf5069d32896c8c8047001b207f377d1ba6442be449a3688')
 
 prepare() {
 ln -sf "../${pkgname}-${pkgver}.Cargo.lock" 
"${pkgname}-${pkgver}/Cargo.lock"


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

2020-06-30 Thread Balló György via arch-commits
Date: Tuesday, June 30, 2020 @ 23:30:49
  Author: bgyorgy
Revision: 657212

archrelease: copy trunk to community-x86_64

Added:
  coolreader/repos/
  coolreader/repos/community-x86_64/
  coolreader/repos/community-x86_64/PKGBUILD
(from rev 657211, coolreader/trunk/PKGBUILD)
  coolreader/repos/community-x86_64/cr3.appdata.xml
(from rev 657211, coolreader/trunk/cr3.appdata.xml)

-+
 PKGBUILD|   41 +
 cr3.appdata.xml |   30 ++
 2 files changed, 71 insertions(+)

Copied: coolreader/repos/community-x86_64/PKGBUILD (from rev 657211, 
coolreader/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-06-30 23:30:49 UTC (rev 657212)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György 
+# Contributor: Ivan Naumeiko 
+
+pkgname=coolreader
+pkgver=3.2.39
+pkgrel=1
+pkgdesc="Fast and small XML/CSS based eBook reader"
+arch=(x86_64)
+url="https://github.com/buggins/coolreader;
+license=(GPL2)
+depends=(hicolor-icon-theme qt5-base)
+makedepends=(cmake qt5-tools)
+source=(https://github.com/buggins/coolreader/archive/cr$pkgver/$pkgname-$pkgver.tar.gz
+cr3.appdata.xml)
+sha256sums=('c3fca255e887b745a684b4402f74f560ba2dd73229bbca5416bbd5cb8635da28'
+'9d868cfd61b686b5a398797819367f16d7a65f1f5420441fb34c8d39236f7382')
+
+prepare() {
+  [[ -d build ]] || mkdir build
+
+  cd $pkgname-cr$pkgver
+  sed -i 's|src/desktop/cr3.png DESTINATION share/pixmaps|src/desktop/cr3.png 
DESTINATION share/icons/hicolor/32x32/apps|
+  s|src/desktop/cr3.xpm DESTINATION share/pixmaps|src/icons/cr3.png 
DESTINATION share/icons/hicolor/48x48/apps|' cr3qt/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../$pkgname-cr$pkgver/ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DGUI=QT5 \
+-DMAX_IMAGE_SCALE_MUL=2 \
+-DDOC_DATA_COMPRESSION_LEVEL=3 \
+-DDOC_BUFFER_SIZE=0x14
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../cr3.appdata.xml 
"$pkgdir/usr/share/metainfo/cr3.appdata.xml"
+}

Copied: coolreader/repos/community-x86_64/cr3.appdata.xml (from rev 657211, 
coolreader/trunk/cr3.appdata.xml)
===
--- repos/community-x86_64/cr3.appdata.xml  (rev 0)
+++ repos/community-x86_64/cr3.appdata.xml  2020-06-30 23:30:49 UTC (rev 
657212)
@@ -0,0 +1,30 @@
+
+
+  cr3.desktop
+  CoolReader
+  GPL-2.0
+  CC0-1.0
+  
+Cross platform open source e-book reader
+  
+  
+
+  CoolReader is fast and small cross-platform XML/CSS based eBook reader
+  for desktops and handheld devices. Supported formats: FB2, TXT, RTF,
+  DOC, TCR, HTML, EPUB, CHM, PDB, MOBI.
+
+
+  Supports table of contents, search, bookmarks.
+
+
+  Supports window and fullscreen modes, paperbook-like pages or scroll 
view.
+  Book formatting is customizable using CSS files.
+
+  
+  https://github.com/buggins/coolreader
+  
+
+  
https://gist.github.com/avsej/eaea5ae3d5ed045261e9f36d2c9964b5/raw/d251fab97400a8d708c01d51018ca7925e75e971/screenshot-2019-02-24_10-09-26.1550992166.png
+
+  
+


[arch-commits] Commit in (4 files)

2020-06-30 Thread Balló György via arch-commits
Date: Tuesday, June 30, 2020 @ 23:29:14
  Author: bgyorgy
Revision: 657211

Move coolreader from AUR with 18 votes

Added:
  coolreader/
  coolreader/trunk/
  coolreader/trunk/PKGBUILD
  coolreader/trunk/cr3.appdata.xml

-+
 PKGBUILD|   41 +
 cr3.appdata.xml |   30 ++
 2 files changed, 71 insertions(+)

Added: coolreader/trunk/PKGBUILD
===
--- coolreader/trunk/PKGBUILD   (rev 0)
+++ coolreader/trunk/PKGBUILD   2020-06-30 23:29:14 UTC (rev 657211)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György 
+# Contributor: Ivan Naumeiko 
+
+pkgname=coolreader
+pkgver=3.2.39
+pkgrel=1
+pkgdesc="Fast and small XML/CSS based eBook reader"
+arch=(x86_64)
+url="https://github.com/buggins/coolreader;
+license=(GPL2)
+depends=(hicolor-icon-theme qt5-base)
+makedepends=(cmake qt5-tools)
+source=(https://github.com/buggins/coolreader/archive/cr$pkgver/$pkgname-$pkgver.tar.gz
+cr3.appdata.xml)
+sha256sums=('c3fca255e887b745a684b4402f74f560ba2dd73229bbca5416bbd5cb8635da28'
+'9d868cfd61b686b5a398797819367f16d7a65f1f5420441fb34c8d39236f7382')
+
+prepare() {
+  [[ -d build ]] || mkdir build
+
+  cd $pkgname-cr$pkgver
+  sed -i 's|src/desktop/cr3.png DESTINATION share/pixmaps|src/desktop/cr3.png 
DESTINATION share/icons/hicolor/32x32/apps|
+  s|src/desktop/cr3.xpm DESTINATION share/pixmaps|src/icons/cr3.png 
DESTINATION share/icons/hicolor/48x48/apps|' cr3qt/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../$pkgname-cr$pkgver/ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DGUI=QT5 \
+-DMAX_IMAGE_SCALE_MUL=2 \
+-DDOC_DATA_COMPRESSION_LEVEL=3 \
+-DDOC_BUFFER_SIZE=0x14
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../cr3.appdata.xml 
"$pkgdir/usr/share/metainfo/cr3.appdata.xml"
+}

Added: coolreader/trunk/cr3.appdata.xml
===
--- coolreader/trunk/cr3.appdata.xml(rev 0)
+++ coolreader/trunk/cr3.appdata.xml2020-06-30 23:29:14 UTC (rev 657211)
@@ -0,0 +1,30 @@
+
+
+  cr3.desktop
+  CoolReader
+  GPL-2.0
+  CC0-1.0
+  
+Cross platform open source e-book reader
+  
+  
+
+  CoolReader is fast and small cross-platform XML/CSS based eBook reader
+  for desktops and handheld devices. Supported formats: FB2, TXT, RTF,
+  DOC, TCR, HTML, EPUB, CHM, PDB, MOBI.
+
+
+  Supports table of contents, search, bookmarks.
+
+
+  Supports window and fullscreen modes, paperbook-like pages or scroll 
view.
+  Book formatting is customizable using CSS files.
+
+  
+  https://github.com/buggins/coolreader
+  
+
+  
https://gist.github.com/avsej/eaea5ae3d5ed045261e9f36d2c9964b5/raw/d251fab97400a8d708c01d51018ca7925e75e971/screenshot-2019-02-24_10-09-26.1550992166.png
+
+  
+


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

2020-06-30 Thread Daniel Bermond via arch-commits
Date: Tuesday, June 30, 2020 @ 21:52:28
  Author: dbermond
Revision: 657209

upgpkg: svt-av1 0.8.4-1

Modified:
  svt-av1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 21:03:14 UTC (rev 657208)
+++ PKGBUILD2020-06-30 21:52:28 UTC (rev 657209)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Schneider 
 
 pkgname=svt-av1
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc='Scalable Video Technology AV1 encoder'
 arch=(x86_64)
@@ -13,7 +13,7 @@
   git
   nasm
 )
-source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=2d5d4b627bc10db8d185752a1880f7c357be3610)
+source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=6cd553fecb93f68ff778d67f59d5392997f29521)
 md5sums=(SKIP)
 
 pkgver() {


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

2020-06-30 Thread Daniel Bermond via arch-commits
Date: Tuesday, June 30, 2020 @ 21:52:51
  Author: dbermond
Revision: 657210

archrelease: copy trunk to community-x86_64

Added:
  svt-av1/repos/community-x86_64/PKGBUILD
(from rev 657209, svt-av1/trunk/PKGBUILD)
Deleted:
  svt-av1/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 21:52:28 UTC (rev 657209)
+++ PKGBUILD2020-06-30 21:52:51 UTC (rev 657210)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=svt-av1
-pkgver=0.8.3
-pkgrel=1
-pkgdesc='Scalable Video Technology AV1 encoder'
-arch=(x86_64)
-url='https://github.com/OpenVisualCloud/SVT-AV1'
-license=(BSD)
-makedepends=(
-  cmake
-  git
-  nasm
-)
-source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=2d5d4b627bc10db8d185752a1880f7c357be3610)
-md5sums=(SKIP)
-
-pkgver() {
-  cd SVT-AV1
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-
-  sed '/CMAKE_BUILD_TYPE Release/d' -i SVT-AV1/CMakeLists.txt
-}
-
-build() {
-  cd build
-
-  export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
-
-  cmake ../SVT-AV1 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--DNATIVE=OFF
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 ../SVT-AV1/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/svt-av1/
-}
-
-# vim: ts=2 sw=2 et:

Copied: svt-av1/repos/community-x86_64/PKGBUILD (from rev 657209, 
svt-av1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 21:52:51 UTC (rev 657210)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=svt-av1
+pkgver=0.8.4
+pkgrel=1
+pkgdesc='Scalable Video Technology AV1 encoder'
+arch=(x86_64)
+url='https://github.com/OpenVisualCloud/SVT-AV1'
+license=(BSD)
+makedepends=(
+  cmake
+  git
+  nasm
+)
+source=(git+https://github.com/OpenVisualCloud/SVT-AV1.git#tag=6cd553fecb93f68ff778d67f59d5392997f29521)
+md5sums=(SKIP)
+
+pkgver() {
+  cd SVT-AV1
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+
+  sed '/CMAKE_BUILD_TYPE Release/d' -i SVT-AV1/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
+
+  cmake ../SVT-AV1 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DNATIVE=OFF
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../SVT-AV1/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/svt-av1/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 21:02:51
  Author: felixonmars
Revision: 657207

upgpkg: python-braintree 4.2.0-1

Modified:
  python-braintree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 21:02:49 UTC (rev 657206)
+++ PKGBUILD2020-06-30 21:02:51 UTC (rev 657207)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-braintree
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="Braintree Python Library"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
-sha512sums=('abf91f19cd0421d5628ec7e9370f66a976f2251f49407ee30e6befd33715a17af6ef493bf3f71e2584c310ffb719acdbd9b73399869b74d8928a7026e3805772')
+sha512sums=('5b107a6bd3bc9c1c58b9c52ec2fcd7788942f4c311f6df4909f305781a8ae2d9ceb3189b5cec5704e58bb35745d71bdd8cf10704f6ddd7bcefd33f5432fe5470')
 
 build() {
   cd braintree_python-$pkgver


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 21:03:14
  Author: felixonmars
Revision: 657208

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 21:02:51 UTC (rev 657207)
+++ PKGBUILD2020-06-30 21:03:14 UTC (rev 657208)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-braintree
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="Braintree Python Library"
-arch=('any')
-url="https://www.braintreepayments.com/docs/python;
-license=('MIT')
-depends=('python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
-sha512sums=('abf91f19cd0421d5628ec7e9370f66a976f2251f49407ee30e6befd33715a17af6ef493bf3f71e2584c310ffb719acdbd9b73399869b74d8928a7026e3805772')
-
-build() {
-  cd braintree_python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd braintree_python-$pkgver
-  nosetests3 tests/unit
-}
-
-package() {
-  cd braintree_python-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-braintree/repos/community-any/PKGBUILD (from rev 657207, 
python-braintree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 21:03:14 UTC (rev 657208)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-braintree
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Braintree Python Library"
+arch=('any')
+url="https://www.braintreepayments.com/docs/python;
+license=('MIT')
+depends=('python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
+sha512sums=('5b107a6bd3bc9c1c58b9c52ec2fcd7788942f4c311f6df4909f305781a8ae2d9ceb3189b5cec5704e58bb35745d71bdd8cf10704f6ddd7bcefd33f5432fe5470')
+
+build() {
+  cd braintree_python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd braintree_python-$pkgver
+  nosetests3 tests/unit
+}
+
+package() {
+  cd braintree_python-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 20:51:19
  Author: felixonmars
Revision: 657203

upgpkg: python-hypothesis 5.19.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 18:24:32 UTC (rev 657202)
+++ PKGBUILD2020-06-30 20:51:19 UTC (rev 657203)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=5.18.3
+pkgver=5.19.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -20,7 +20,7 @@
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('baeb4644a90fd8694d88819a46ba1ea6c60ad13e00f07cb923a3d0f43cd4b4d61bd07bf25e45e6d1203f9db44fbe8ec7eca7e029c804659025df89a80520e550')
+sha512sums=('c26b0c9c5c7e1941c7f491e8e8165fda86a6e985204b9098c214080e508167f77f7dffe65192a4418f4958c3c6df44a20d75131895517c40c1113995ace3b604')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2020-06-30 Thread David Runge via arch-commits
Date: Tuesday, June 30, 2020 @ 20:52:01
  Author: dvzrv
Revision: 390674

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
(from rev 390673, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 20:51:55 UTC (rev 390673)
+++ PKGBUILD2020-06-30 20:52:01 UTC (rev 390674)
@@ -1,22 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Pierre Schmitz 
-# Contributor: Gerardo Exequiel Pozzi 
-
-pkgname=archiso
-pkgver=44
-pkgrel=2
-pkgdesc='Tools for creating Arch Linux live and install iso images'
-arch=('any')
-license=('GPL')
-url="https://gitlab.archlinux.org/archlinux/archiso;
-depends=('arch-install-scripts' 'curl' 'dosfstools' 'edk2-shell' 'libisoburn'
-'lynx' 'squashfs-tools')
-makedepends=('git')
-source=("git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=v${pkgver}?signed;)
-sha256sums=('SKIP')
-validpgpkeys=('C7E7849466FE2358343588377258734B41C31549') # David Runge 

-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 390673, 
archiso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 20:52:01 UTC (rev 390674)
@@ -0,0 +1,22 @@
+# Maintainer: David Runge 
+# Contributor: Pierre Schmitz 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=archiso
+pkgver=45
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL')
+url="https://gitlab.archlinux.org/archlinux/archiso;
+depends=('arch-install-scripts' 'curl' 'dosfstools' 'edk2-shell' 'libisoburn'
+'lynx' 'mkinitcpio' 'squashfs-tools')
+makedepends=('git')
+source=("git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=v${pkgver}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('C7E7849466FE2358343588377258734B41C31549') # David Runge 

+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 20:51:38
  Author: felixonmars
Revision: 657204

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 20:51:19 UTC (rev 657203)
+++ PKGBUILD2020-06-30 20:51:38 UTC (rev 657204)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=5.18.3
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
-  'python-typing_extensions')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('baeb4644a90fd8694d88819a46ba1ea6c60ad13e00f07cb923a3d0f43cd4b4d61bd07bf25e45e6d1203f9db44fbe8ec7eca7e029c804659025df89a80520e550')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py pytest
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 657203, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 20:51:38 UTC (rev 657204)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=5.19.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
+  'python-typing_extensions')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('c26b0c9c5c7e1941c7f491e8e8165fda86a6e985204b9098c214080e508167f77f7dffe65192a4418f4958c3c6df44a20d75131895517c40c1113995ace3b604')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py pytest
+}
+
+package() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-06-30 Thread David Runge via arch-commits
Date: Tuesday, June 30, 2020 @ 20:51:55
  Author: dvzrv
Revision: 390673

upgpkg: archiso 45-1: Upgrading to 45.

Adding mkinitcpio as explicit dependency (FS#66871).

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 18:20:19 UTC (rev 390672)
+++ PKGBUILD2020-06-30 20:51:55 UTC (rev 390673)
@@ -3,14 +3,14 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=archiso
-pkgver=44
-pkgrel=2
+pkgver=45
+pkgrel=1
 pkgdesc='Tools for creating Arch Linux live and install iso images'
 arch=('any')
 license=('GPL')
 url="https://gitlab.archlinux.org/archlinux/archiso;
 depends=('arch-install-scripts' 'curl' 'dosfstools' 'edk2-shell' 'libisoburn'
-'lynx' 'squashfs-tools')
+'lynx' 'mkinitcpio' 'squashfs-tools')
 makedepends=('git')
 
source=("git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=v${pkgver}?signed;)
 sha256sums=('SKIP')


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 18:24:32
  Author: felixonmars
Revision: 657202

archrelease: copy trunk to community-any

Added:
  python-oslo-log/repos/community-any/PKGBUILD
(from rev 657201, python-oslo-log/trunk/PKGBUILD)
Deleted:
  python-oslo-log/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 18:24:11 UTC (rev 657201)
+++ PKGBUILD2020-06-30 18:24:32 UTC (rev 657202)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-oslo-log
-pkgver=4.2.1
-pkgrel=1
-pkgdesc="Oslo Logging Library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.log/$pkgver;
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-context' 
'python-oslo-i18n'
- 'python-oslo-utils' 'python-oslo-serialization' 
'python-debtcollector' 'python-pyinotify'
- 'python-dateutil' 'python-monotonic')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-oslotest')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.log/archive/$pkgver.tar.gz;)
-sha512sums=('dfdb9df1ebc7061d0664b0cbd8ce6ed566aa2692a7eb3dbf28d15353cf34f49dfeb03b3044fdbc9939576c26087e046968c94667e5a2d84c583b4c648a09ac68')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  sed -i 's/unittest2/unittest/g' oslo.log-$pkgver/oslo_log/tests/unit/*.py
-}
-
-build() {
-  cd oslo.log-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.log-$pkgver
-  stestr run
-}
-
-package() {
-  cd oslo.log-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-log/repos/community-any/PKGBUILD (from rev 657201, 
python-oslo-log/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 18:24:32 UTC (rev 657202)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-oslo-log
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="Oslo Logging Library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.log/$pkgver;
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-context' 
'python-oslo-i18n'
+ 'python-oslo-utils' 'python-oslo-serialization' 
'python-debtcollector' 'python-pyinotify'
+ 'python-dateutil' 'python-monotonic')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-oslotest')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.log/archive/$pkgver.tar.gz;)
+sha512sums=('9202e43c0b9a17df0843241cd2064d878dcedefd32130f086713dbf22e2e5845049df565f1dcf5b675d784ab6f39f54b54a4f0283141ee5704f6a0a0ec85e7a0')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i 's/unittest2/unittest/g' oslo.log-$pkgver/oslo_log/tests/unit/*.py
+}
+
+build() {
+  cd oslo.log-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.log-$pkgver
+  stestr run
+}
+
+package() {
+  cd oslo.log-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 18:24:11
  Author: felixonmars
Revision: 657201

upgpkg: python-oslo-log 4.3.0-1

Modified:
  python-oslo-log/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 16:45:34 UTC (rev 657200)
+++ PKGBUILD2020-06-30 18:24:11 UTC (rev 657201)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-oslo-log
-pkgver=4.2.1
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="Oslo Logging Library"
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-mock' 'python-oslotest')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.log/archive/$pkgver.tar.gz;)
-sha512sums=('dfdb9df1ebc7061d0664b0cbd8ce6ed566aa2692a7eb3dbf28d15353cf34f49dfeb03b3044fdbc9939576c26087e046968c94667e5a2d84c583b4c648a09ac68')
+sha512sums=('9202e43c0b9a17df0843241cd2064d878dcedefd32130f086713dbf22e2e5845049df565f1dcf5b675d784ab6f39f54b54a4f0283141ee5704f6a0a0ec85e7a0')
 
 export PBR_VERSION=$pkgver
 


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

2020-06-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 30, 2020 @ 18:20:19
  Author: arojas
Revision: 390672

archrelease: copy trunk to extra-x86_64

Added:
  libwacom/repos/extra-x86_64/PKGBUILD
(from rev 390671, libwacom/trunk/PKGBUILD)
Deleted:
  libwacom/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 18:20:10 UTC (rev 390671)
+++ PKGBUILD2020-06-30 18:20:19 UTC (rev 390672)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libwacom
-pkgver=1.4
-pkgrel=2
-pkgdesc="Library to identify Wacom tablets and their features"
-arch=('x86_64')
-url="https://github.com/linuxwacom/libwacom/wiki;
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-makedepends=('libxml2')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
-source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-
libwacom-fix-gamepad.patch::"https://patch-diff.githubusercontent.com/raw/linuxwacom/libwacom/pull/272.patch;)
-sha512sums=('db8daade5843a236360ea1f1ba7611f7e66e663173e1a07422b5b309060ef0ccd3367d5913a171d266006ff68bf154dbd06e9a80cfa013c859b10b8394454691'
-'SKIP'
-
'c7e343fe2b1d021b4ca0f06f409dab06594766ebcc14ddc1bc7a9ebffc19b1912e84c736262b99ed2208b9dacf8a8bf9f0f9d981c6718124016bf9d460e774d7')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../libwacom-fix-gamepad.patch # Fix gamepad regression
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -m755 -d "${pkgdir}"/usr/lib/udev/rules.d
-  cd tools
-  ./generate-hwdb > "${pkgdir}"/usr/lib/udev/hwdb.d/65-libwacom.hwdb
-}

Copied: libwacom/repos/extra-x86_64/PKGBUILD (from rev 390671, 
libwacom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 18:20:19 UTC (rev 390672)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libwacom
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Library to identify Wacom tablets and their features"
+arch=('x86_64')
+url="https://github.com/linuxwacom/libwacom/wiki;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+makedepends=('libxml2')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
+source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('bad8bbb8d3b98c1f9c3661ca60f72319e2f06acab5cb128a5b7a2e02da20f249d094a0b4b0ed4e5c67eb696973f23d8c9cd5f432a8e9d37df55c9f23de949fb9'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -m755 -d "${pkgdir}"/usr/lib/udev/rules.d
+  cd tools
+  ./generate-hwdb > "${pkgdir}"/usr/lib/udev/hwdb.d/65-libwacom.hwdb
+}


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

2020-06-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 30, 2020 @ 18:20:10
  Author: arojas
Revision: 390671

Update to 1.4.1

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 17:59:18 UTC (rev 390670)
+++ PKGBUILD2020-06-30 18:20:10 UTC (rev 390671)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libwacom
-pkgver=1.4
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="Library to identify Wacom tablets and their features"
 arch=('x86_64')
 url="https://github.com/linuxwacom/libwacom/wiki;
@@ -10,17 +10,10 @@
 depends=('glib2' 'systemd' 'libgudev')
 makedepends=('libxml2')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
-source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-
libwacom-fix-gamepad.patch::"https://patch-diff.githubusercontent.com/raw/linuxwacom/libwacom/pull/272.patch;)
-sha512sums=('db8daade5843a236360ea1f1ba7611f7e66e663173e1a07422b5b309060ef0ccd3367d5913a171d266006ff68bf154dbd06e9a80cfa013c859b10b8394454691'
-'SKIP'
-
'c7e343fe2b1d021b4ca0f06f409dab06594766ebcc14ddc1bc7a9ebffc19b1912e84c736262b99ed2208b9dacf8a8bf9f0f9d981c6718124016bf9d460e774d7')
+source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('bad8bbb8d3b98c1f9c3661ca60f72319e2f06acab5cb128a5b7a2e02da20f249d094a0b4b0ed4e5c67eb696973f23d8c9cd5f432a8e9d37df55c9f23de949fb9'
+'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../libwacom-fix-gamepad.patch # Fix gamepad regression
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr


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

2020-06-30 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 30, 2020 @ 16:45:21
  Author: eschwartz
Revision: 657199

upgpkg: python-lupa 1.9-2: lua 5.4 rebuild, hold back to lua53 compat package

Modified:
  python-lupa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 16:41:33 UTC (rev 657198)
+++ PKGBUILD2020-06-30 16:45:21 UTC (rev 657199)
@@ -3,12 +3,12 @@
 _pkgname=lupa
 pkgname=python-lupa
 pkgver=1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper around Lua and LuaJIT"
 arch=('x86_64')
 url="https://github.com/scoder/lupa;
 license=('MIT')
-depends=('lua' 'python')
+depends=('lua53' 'python')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
 sha256sums=('a3e11d806ca02cf72e490ec1974f8b96a14a1091895c9dccebe0b8d52dd82e8e')


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

2020-06-30 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 30, 2020 @ 16:45:34
  Author: eschwartz
Revision: 657200

archrelease: copy trunk to community-staging-x86_64

Added:
  python-lupa/repos/community-staging-x86_64/
  python-lupa/repos/community-staging-x86_64/PKGBUILD
(from rev 657199, python-lupa/trunk/PKGBUILD)

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

Copied: python-lupa/repos/community-staging-x86_64/PKGBUILD (from rev 657199, 
python-lupa/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-30 16:45:34 UTC (rev 657200)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=lupa
+pkgname=python-lupa
+pkgver=1.9
+pkgrel=2
+pkgdesc="Python wrapper around Lua and LuaJIT"
+arch=('x86_64')
+url="https://github.com/scoder/lupa;
+license=('MIT')
+depends=('lua53' 'python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('a3e11d806ca02cf72e490ec1974f8b96a14a1091895c9dccebe0b8d52dd82e8e')
+b2sums=('6a0acc6993fb5510c72a04b223247046a8634f62f0c1db38fd195315677d619c8e9e5857d1524f87101ac376fb0493209c22e5b8951646491e06907b6ff06664')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# --no-bundle is not removed from argv if lua is properly detected, so the
+# only working safety net is to rm the bundled sources
+rm -rf third-party
+}
+
+build() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build --no-luajit
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py test
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}


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

2020-06-30 Thread Christian Hesse via arch-commits
Date: Tuesday, June 30, 2020 @ 16:41:33
  Author: eworm
Revision: 657198

archrelease: copy trunk to community-staging-x86_64

Added:
  haproxy/repos/community-staging-x86_64/
  
haproxy/repos/community-staging-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(from rev 657197, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
  haproxy/repos/community-staging-x86_64/PKGBUILD
(from rev 657197, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-staging-x86_64/haproxy.cfg
(from rev 657197, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-staging-x86_64/haproxy.install
(from rev 657197, haproxy/trunk/haproxy.install)
  haproxy/repos/community-staging-x86_64/haproxy.sysusers
(from rev 657197, haproxy/trunk/haproxy.sysusers)

-+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |   57 ++
 PKGBUILD|   75 ++
 haproxy.cfg |   49 +
 haproxy.install |8 +
 haproxy.sysusers|1 
 5 files changed, 190 insertions(+)

Copied: 
haproxy/repos/community-staging-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
 (from rev 657197, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
===
--- 
community-staging-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
(rev 0)
+++ 
community-staging-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
2020-06-30 16:41:33 UTC (rev 657198)
@@ -0,0 +1,57 @@
+From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Wed, 9 Jan 2019 23:37:02 +0100
+Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ contrib/halog/Makefile| 2 +-
+ contrib/ip6range/Makefile | 2 +-
+ contrib/iprange/Makefile  | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
+index 5e687c09..2474409a 100644
+--- a/contrib/halog/Makefile
 b/contrib/halog/Makefile
+@@ -16,7 +16,7 @@ DEFINE   =
+ OBJS = halog
+ 
+ halog: halog.c fgets2.c
+-  $(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c 
$(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c 
$(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^
++  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) 
$(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c 
$(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c 
$(EBTREE_DIR)/ebimtree.c $^
+ 
+ clean:
+   rm -f $(OBJS) *.[oas]
+diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
+index 55849b6d..1276b97d 100644
+--- a/contrib/ip6range/Makefile
 b/contrib/ip6range/Makefile
+@@ -7,7 +7,7 @@ OBJS = ip6range
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~
+diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
+index b3c72eda..e92baf3d 100644
+--- a/contrib/iprange/Makefile
 b/contrib/iprange/Makefile
+@@ -7,7 +7,7 @@ OBJS = iprange
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(CFLAGS) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~
+-- 
+2.20.1
+

Copied: haproxy/repos/community-staging-x86_64/PKGBUILD (from rev 657197, 
haproxy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-30 16:41:33 UTC (rev 657198)
@@ -0,0 +1,75 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=2.1.7
+pkgrel=2
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='https://www.haproxy.org/'
+arch=('x86_64')
+license=('GPL')
+
+# TODO: switch to lua 5.4 when possible
+# Function lua_resume() earned a new argument, requires haproxy to be updated.
+
+depends=('openssl' 'pcre' 'zlib' 'lua53' 'systemd-libs')
+makedepends=('systemd')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(https://www.haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg
+haproxy.sysusers
+0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
+
+sha256sums=('392e6cf18e75fe7e166102e8c4512942890a0b5ae738f6064faab4687f60a339'
+

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

2020-06-30 Thread Christian Hesse via arch-commits
Date: Tuesday, June 30, 2020 @ 16:41:27
  Author: eworm
Revision: 657197

upgpkg: haproxy 2.1.7-2: lua 5.4 rebuild - switch to lua53

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 16:32:30 UTC (rev 657196)
+++ PKGBUILD2020-06-30 16:41:27 UTC (rev 657197)
@@ -3,7 +3,7 @@
 
 pkgname=haproxy
 pkgver=2.1.7
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='https://www.haproxy.org/'
@@ -10,7 +10,10 @@
 arch=('x86_64')
 license=('GPL')
 
-depends=('openssl' 'pcre' 'zlib' 'lua' 'systemd-libs')
+# TODO: switch to lua 5.4 when possible
+# Function lua_resume() earned a new argument, requires haproxy to be updated.
+
+depends=('openssl' 'pcre' 'zlib' 'lua53' 'systemd-libs')
 makedepends=('systemd')
 
 backup=('etc/haproxy/haproxy.cfg')


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

2020-06-30 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 30, 2020 @ 16:32:30
  Author: jelle
Revision: 657196

archrelease: copy trunk to community-any

Added:
  mythes-nl/repos/community-any/PKGBUILD
(from rev 657195, mythes-nl/trunk/PKGBUILD)
Deleted:
  mythes-nl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 16:32:24 UTC (rev 657195)
+++ PKGBUILD2020-06-30 16:32:30 UTC (rev 657196)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Jelle van der Waa 
-
-pkgname=mythes-nl
-pkgver=20140818
-pkgrel=2
-pkgdesc="Dutch thesaurus"
-arch=('any')
-url="http://data.opentaal.org/opentaalbank/thesaurus/;
-license=('BSD' 'custom:Creative Commons, Attribution 3.0 Unported')
-optdepends=('libmythes: offers thesaurus library functions')
-source=("http://data.opentaal.org/opentaalbank/thesaurus/download/thes_nl.oxt;)
-md5sums=('e504ed707a6672d9f56300abf0420a20')
-
-package() {
-  cd "${srcdir}"
-  install -dm755 "${pkgdir}"/usr/share/mythes
-  install -m644 th_nl_v2.dat "${pkgdir}/usr/share/mythes/th_nl_NL_v2.dat"
-  install -m644 th_nl_v2.idx "${pkgdir}/usr/share/mythes/th_nl_NL_v2.idx"
-
-  pushd "${pkgdir}/usr/share/mythes/"
-  nl_NL_aliases="nl_AW nl_BE"
-  for lang in $nl_NL_aliases; do
-  ln -s th_nl_NL_v2.dat "th_"$lang"_v2.dat"
-  ln -s th_nl_NL_v2.idx "th_"$lang"_v2.idx"
-  done
-  popd
-
-  # the symlinks
-  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
-  pushd "${pkgdir}/usr/share/myspell/dicts"
-for file in ${pkgdir}/usr/share/mythes/*; do
-  ln -sv /usr/share/mythes/$(basename $file) .
-done
-  popd
-
-  # docs
-  install -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
-  install -m644 README_th_nl.txt "${pkgdir}/usr/share/doc/${pkgname}"
-
-  # licences
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../doc/${pkgname}/README_th_nl.txt 
$pkgdir/usr/share/licenses/$pkgname/README_th_nl.txt
-}

Copied: mythes-nl/repos/community-any/PKGBUILD (from rev 657195, 
mythes-nl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 16:32:30 UTC (rev 657196)
@@ -0,0 +1,43 @@
+# Contributor: Jelle van der Waa 
+
+pkgname=mythes-nl
+pkgver=20140818
+pkgrel=3
+pkgdesc="Dutch thesaurus"
+arch=('any')
+url="https://data.opentaal.org/opentaalbank/thesaurus/;
+license=('BSD' 'custom:Creative Commons, Attribution 3.0 Unported')
+optdepends=('libmythes: offers thesaurus library functions')
+source=("https://data.opentaal.org/opentaalbank/thesaurus/download/thes_nl.oxt;)
+md5sums=('e504ed707a6672d9f56300abf0420a20')
+
+package() {
+  cd "${srcdir}"
+  install -dm755 "${pkgdir}"/usr/share/mythes
+  install -m644 th_nl_v2.dat "${pkgdir}/usr/share/mythes/th_nl_NL_v2.dat"
+  install -m644 th_nl_v2.idx "${pkgdir}/usr/share/mythes/th_nl_NL_v2.idx"
+
+  pushd "${pkgdir}/usr/share/mythes/"
+  nl_NL_aliases="nl_AW nl_BE"
+  for lang in $nl_NL_aliases; do
+  ln -s th_nl_NL_v2.dat "th_"$lang"_v2.dat"
+  ln -s th_nl_NL_v2.idx "th_"$lang"_v2.idx"
+  done
+  popd
+
+  # the symlinks
+  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
+  pushd "${pkgdir}/usr/share/myspell/dicts"
+for file in ${pkgdir}/usr/share/mythes/*; do
+  ln -sv /usr/share/mythes/$(basename $file) .
+done
+  popd
+
+  # docs
+  install -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
+  install -m644 README_th_nl.txt "${pkgdir}/usr/share/doc/${pkgname}"
+
+  # licences
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../doc/${pkgname}/README_th_nl.txt 
$pkgdir/usr/share/licenses/$pkgname/README_th_nl.txt
+}


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

2020-06-30 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 30, 2020 @ 16:32:24
  Author: jelle
Revision: 657195

Rebuild to make package reproducible

Modified:
  mythes-nl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 16:27:50 UTC (rev 657194)
+++ PKGBUILD2020-06-30 16:32:24 UTC (rev 657195)
@@ -2,7 +2,7 @@
 
 pkgname=mythes-nl
 pkgver=20140818
-pkgrel=2
+pkgrel=3
 pkgdesc="Dutch thesaurus"
 arch=('any')
 url="https://data.opentaal.org/opentaalbank/thesaurus/;


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

2020-06-30 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 30, 2020 @ 16:27:50
  Author: jelle
Revision: 657194

archrelease: copy trunk to community-x86_64

Added:
  ponymix/repos/community-x86_64/PKGBUILD
(from rev 657193, ponymix/trunk/PKGBUILD)
Deleted:
  ponymix/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 16:27:42 UTC (rev 657193)
+++ PKGBUILD2020-06-30 16:27:50 UTC (rev 657194)
@@ -1,25 +0,0 @@
-# Maintainer: Dave Reisner 
-# Maintainer: Jelle van der Waa 
-
-pkgname=ponymix
-pkgver=5
-pkgrel=2
-pkgdesc="CLI PulseAudio Volume Control"
-arch=('x86_64')
-url="http://github.com/falconindy/ponymix;
-license=('MIT')
-depends=('pulseaudio' 'libnotify')
-source=(https://pkgbuild.com/~dreisner/sources/ponymix/ponymix-5.tar.xz{,.sig})
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')
-md5sums=('ac44f2224bb6e694673ed0498b07fec8'
- 'SKIP')
-
-build() {
-  make -C "$srcdir/$pkgname-$pkgver"
-}
-
-package() {
-  make -C "$srcdir/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim: ft=sh syn=sh et

Copied: ponymix/repos/community-x86_64/PKGBUILD (from rev 657193, 
ponymix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 16:27:50 UTC (rev 657194)
@@ -0,0 +1,25 @@
+# Maintainer: Dave Reisner 
+# Maintainer: Jelle van der Waa 
+
+pkgname=ponymix
+pkgver=5
+pkgrel=3
+pkgdesc="CLI PulseAudio Volume Control"
+arch=('x86_64')
+url="https://github.com/falconindy/ponymix;
+license=('MIT')
+depends=('pulseaudio' 'libnotify')
+source=(https://pkgbuild.com/~dreisner/sources/ponymix/ponymix-5.tar.xz{,.sig})
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')
+md5sums=('ac44f2224bb6e694673ed0498b07fec8'
+ 'SKIP')
+
+build() {
+  make -C "$srcdir/$pkgname-$pkgver"
+}
+
+package() {
+  make -C "$srcdir/$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim: ft=sh syn=sh et


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

2020-06-30 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 30, 2020 @ 16:27:42
  Author: jelle
Revision: 657193

Make ponymix reproducible by rebuilding

Modified:
  ponymix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 16:20:42 UTC (rev 657192)
+++ PKGBUILD2020-06-30 16:27:42 UTC (rev 657193)
@@ -3,7 +3,7 @@
 
 pkgname=ponymix
 pkgver=5
-pkgrel=2
+pkgrel=3
 pkgdesc="CLI PulseAudio Volume Control"
 arch=('x86_64')
 url="https://github.com/falconindy/ponymix;


[arch-commits] Commit in vis/repos (community-staging-x86_64 staging-x86_64)

2020-06-30 Thread Christian Hesse via arch-commits
Date: Tuesday, June 30, 2020 @ 16:20:42
  Author: eworm
Revision: 657192

this is [community]...

Added:
  vis/repos/community-staging-x86_64/
Deleted:
  vis/repos/staging-x86_64/


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

2020-06-30 Thread Christian Hesse via arch-commits
Date: Tuesday, June 30, 2020 @ 16:19:38
  Author: eworm
Revision: 657191

archrelease: copy trunk to staging-x86_64

Added:
  vis/repos/staging-x86_64/
  vis/repos/staging-x86_64/PKGBUILD
(from rev 657190, vis/trunk/PKGBUILD)

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

Copied: vis/repos/staging-x86_64/PKGBUILD (from rev 657190, vis/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-06-30 16:19:38 UTC (rev 657191)
@@ -0,0 +1,58 @@
+# Maintainer: Christian Hesse 
+
+pkgname=vis
+_tag='fbf2cb0979fb1e2eb256d2f3b61b4450aab8abae' # git rev-parse v${pkgver}
+pkgver=0.6
+pkgrel=2
+pkgdesc='modern, legacy free, simple yet efficient vim-like editor'
+arch=('x86_64')
+url='https://github.com/martanne/vis#vis-a-vim-like-text-editor'
+depends=('acl' 'libacl.so' 'bash' 'ncurses' 'libncursesw.so' 'libtermkey'
+ 'libtermkey.so' 'lua' 'lua-lpeg' 'tre' 'file')
+makedepends=('git')
+checkdepends=('vim')
+license=('custom:ISC')
+backup=('etc/vis/visrc.lua')
+validpgpkeys=('54A47F12462D26A7D078A932C83A52CD1962562C') # Marc André Tanner 

+source=("git://github.com/martanne/vis.git#tag=${_tag}?signed"
+'git://github.com/martanne/vis-test.git')
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+   cd vis/
+
+   git config --file=.gitmodules submodule.test.url ../vis-test/
+   git update-index --assume-unchanged .gitmodules
+   git submodule init
+   git submodule update
+
+   # build: define LUA_COMPAT_5_3
+   git cherry-pick -n 603ee4688ca0da05840bbc15241ee53b02d0987d
+}
+
+build() {
+   cd vis/
+
+   ./configure \
+   --prefix=/usr
+
+   make
+}
+
+check() {
+   cd vis/
+
+   make -C test/
+}
+
+package() {
+   cd vis/
+
+   make DESTDIR="${pkgdir}" install
+
+   install -D -m0644 lua/visrc.lua "${pkgdir}"/etc/vis/visrc.lua
+
+   install -D -m0644 'LICENSE' "${pkgdir}/usr/share/licenses/vis/LICENSE"
+}
+


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

2020-06-30 Thread Christian Hesse via arch-commits
Date: Tuesday, June 30, 2020 @ 16:19:34
  Author: eworm
Revision: 657190

upgpkg: vis 0.6-2: lua 5.4 rebuild

Modified:
  vis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 16:13:18 UTC (rev 657189)
+++ PKGBUILD2020-06-30 16:19:34 UTC (rev 657190)
@@ -3,7 +3,7 @@
 pkgname=vis
 _tag='fbf2cb0979fb1e2eb256d2f3b61b4450aab8abae' # git rev-parse v${pkgver}
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 pkgdesc='modern, legacy free, simple yet efficient vim-like editor'
 arch=('x86_64')
 url='https://github.com/martanne/vis#vis-a-vim-like-text-editor'
@@ -26,6 +26,9 @@
git update-index --assume-unchanged .gitmodules
git submodule init
git submodule update
+
+   # build: define LUA_COMPAT_5_3
+   git cherry-pick -n 603ee4688ca0da05840bbc15241ee53b02d0987d
 }
 
 build() {


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

2020-06-30 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, June 30, 2020 @ 16:12:07
  Author: svenstaro
Revision: 657188

archrelease: copy trunk to community-x86_64

Added:
  broot/repos/community-x86_64/PKGBUILD
(from rev 657187, broot/trunk/PKGBUILD)
Deleted:
  broot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 16:11:59 UTC (rev 657187)
+++ PKGBUILD2020-06-30 16:12:07 UTC (rev 657188)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adam Fontenot 
-# Contributor: Daniel M. Capella 
-
-pkgname=broot
-pkgver=0.18.0
-pkgrel=1
-pkgdesc='Fuzzy Search + tree + cd'
-arch=('x86_64')
-url=https://github.com/Canop/broot
-license=('MIT')
-depends=('gcc-libs' 'zlib')
-makedepends=('rust')
-source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('e2be7bb959978482944bdf02f6882c4d1521ca3941df11f88a6b7444cc4cd0db')
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd $pkgname-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: broot/repos/community-x86_64/PKGBUILD (from rev 657187, 
broot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 16:12:07 UTC (rev 657188)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adam Fontenot 
+# Contributor: Daniel M. Capella 
+
+pkgname=broot
+pkgver=0.18.3
+pkgrel=1
+pkgdesc='Fuzzy Search + tree + cd'
+arch=('x86_64')
+url=https://github.com/Canop/broot
+license=('MIT')
+depends=('gcc-libs' 'zlib')
+makedepends=('rust')
+source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
+sha256sums=('e6f0c452d06f8e3e3c6350dca16028af24272c00a14d506b47cd5e65402fea49')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd $pkgname-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-30 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, June 30, 2020 @ 16:11:59
  Author: svenstaro
Revision: 657187

upgpkg: broot 0.18.3-1

Modified:
  broot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 16:02:27 UTC (rev 657186)
+++ PKGBUILD2020-06-30 16:11:59 UTC (rev 657187)
@@ -3,7 +3,7 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=broot
-pkgver=0.18.0
+pkgver=0.18.3
 pkgrel=1
 pkgdesc='Fuzzy Search + tree + cd'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs' 'zlib')
 makedepends=('rust')
 
source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('e2be7bb959978482944bdf02f6882c4d1521ca3941df11f88a6b7444cc4cd0db')
+sha256sums=('e6f0c452d06f8e3e3c6350dca16028af24272c00a14d506b47cd5e65402fea49')
 
 build() {
   cd $pkgname-$pkgver


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

2020-06-30 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 30, 2020 @ 16:02:27
  Author: jelle
Revision: 657186

archrelease: copy trunk to community-x86_64

Added:
  tarsnap/repos/community-x86_64/PKGBUILD
(from rev 657185, tarsnap/trunk/PKGBUILD)
Deleted:
  tarsnap/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 16:02:16 UTC (rev 657185)
+++ PKGBUILD2020-06-30 16:02:27 UTC (rev 657186)
@@ -1,34 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=tarsnap
-pkgver=1.0.39
-pkgrel=2
-pkgdesc='An online encrypted snapshotted backup service'
-arch=('x86_64')
-url='http://www.tarsnap.com/'
-license=('custom')
-depends=('bzip2' 'openssl' 'xz')
-makedepends=('e2fsprogs')
-source=("https://www.tarsnap.com/download/${pkgname}-autoconf-${pkgver}.tgz;
-
"${pkgname}-autoconf-${pkgver}.tgz::https://www.tarsnap.com/download/tarsnap-sigs-1.0.38.asc;)
-validpgpkeys=('38DAFD2CEEB3E78D8627F5486D0D5B8046B64BEB')
-md5sums=('8fe9f49c73e82bfd6a2c60727b8a8b01'
- 'SKIP')
-sha256sums=('5613218b2a1060c730b6c4a14c2b34ce33898dd19b38fb9ea0858c5517e42082'
-'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-autoconf-$pkgver"
-  #export CFLAGS="$CFLASG -I/usr/include/openssl-1.0"
-  #export LDFLAGS="$LDFLAGS -L/usr/lib/openssl-1.0 -lssl -lcrypto"
-
-  ./configure --prefix=/usr --sysconfdir="/etc/$pkgname"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-autoconf-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: tarsnap/repos/community-x86_64/PKGBUILD (from rev 657185, 
tarsnap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 16:02:27 UTC (rev 657186)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=tarsnap
+pkgver=1.0.39
+pkgrel=3
+pkgdesc='An online encrypted snapshotted backup service'
+arch=('x86_64')
+url='https://www.tarsnap.com/'
+license=('custom')
+depends=('bzip2' 'openssl' 'xz')
+makedepends=('e2fsprogs')
+source=("https://www.tarsnap.com/download/${pkgname}-autoconf-${pkgver}.tgz;
+
"${pkgname}-autoconf-${pkgver}.tgz::https://www.tarsnap.com/download/tarsnap-sigs-1.0.38.asc;)
+validpgpkeys=('38DAFD2CEEB3E78D8627F5486D0D5B8046B64BEB')
+md5sums=('8fe9f49c73e82bfd6a2c60727b8a8b01'
+ 'SKIP')
+sha256sums=('5613218b2a1060c730b6c4a14c2b34ce33898dd19b38fb9ea0858c5517e42082'
+'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-autoconf-$pkgver"
+  ./configure --prefix=/usr --sysconfdir="/etc/$pkgname"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-autoconf-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2020-06-30 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 30, 2020 @ 16:02:16
  Author: jelle
Revision: 657185

Rebuild tarsnap to become reproducible (btrfs file issue)

Modified:
  tarsnap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 15:50:41 UTC (rev 657184)
+++ PKGBUILD2020-06-30 16:02:16 UTC (rev 657185)
@@ -2,7 +2,7 @@
 
 pkgname=tarsnap
 pkgver=1.0.39
-pkgrel=2
+pkgrel=3
 pkgdesc='An online encrypted snapshotted backup service'
 arch=('x86_64')
 url='https://www.tarsnap.com/'


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

2020-06-30 Thread Christian Hesse via arch-commits
Date: Tuesday, June 30, 2020 @ 15:51:47
  Author: eworm
Revision: 390668

upgpkg: lpeg 1.0.2-3: lua 5.4 rebuild

Modified:
  lpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 15:46:55 UTC (rev 390667)
+++ PKGBUILD2020-06-30 15:51:47 UTC (rev 390668)
@@ -2,15 +2,15 @@
 # Contributor: Gustavo Alvarez 
 
 pkgbase=lpeg
-pkgname=(lua-lpeg lua51-lpeg lua52-lpeg)
+pkgname=(lua-lpeg lua51-lpeg lua52-lpeg lua53-lpeg)
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='http://www.inf.puc-rio.br/~roberto/lpeg'
 license=('MIT')
-makedepends=('lua' 'lua51' 'lua52')
-source=(http://www.inf.puc-rio.br/~roberto/$pkgbase/$pkgbase-$pkgver.tar.gz
-LICENSE)
+makedepends=('lua' 'lua51' 'lua52' 'lua53')
+source=("http://www.inf.puc-rio.br/~roberto/$pkgbase/$pkgbase-$pkgver.tar.gz;
+'LICENSE')
 sha256sums=('48d66576051b6c78388faad09b70493093264588fcd0f258ddaab1cdd4a15ffe'
 '6be7688c9c648e7c7cde693081be938c869a10aa4de09fe0a4c4c1d66b3cf03d')
 
@@ -20,6 +20,7 @@
 
   cp -r $pkgbase-$pkgver $pkgbase-$pkgver-51
   cp -r $pkgbase-$pkgver $pkgbase-$pkgver-52
+  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-53
 }
 
 build() {
@@ -31,10 +32,13 @@
 
   cd "$srcdir"/$pkgbase-$pkgver-52
   make LUADIR=/usr/include/lua5.2
+  
+  cd "$srcdir"/$pkgbase-$pkgver-53
+  make LUADIR=/usr/include/lua5.3
 }
 
 check() {
-  msg2 "Testing with Lua 5.3"
+  msg2 "Testing with Lua 5.4"
   cd $srcdir/$pkgbase-$pkgver
   lua test.lua
 
@@ -45,15 +49,19 @@
   msg2 "Testing with Lua 5.2"
   cd $srcdir/$pkgbase-$pkgver-52
   lua5.2 test.lua
+  
+  msg2 "Testing with Lua 5.3"
+  cd $srcdir/$pkgbase-$pkgver-53
+  lua5.3 test.lua
 }
 
 package_lua-lpeg() {
-  pkgdesc='Pattern-matching library for Lua 5.3'
+  pkgdesc='Pattern-matching library for Lua 5.4'
   depends=('lua')
 
   cd $pkgbase-$pkgver
-  install -Dm755 $pkgbase.so "$pkgdir"/usr/lib/lua/5.3/$pkgbase.so
-  install -Dm644 re.lua "$pkgdir"/usr/share/lua/5.3/re.lua
+  install -Dm755 $pkgbase.so "$pkgdir"/usr/lib/lua/5.4/$pkgbase.so
+  install -Dm644 re.lua "$pkgdir"/usr/share/lua/5.4/re.lua
   install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
@@ -76,3 +84,13 @@
   install -Dm644 re.lua "$pkgdir"/usr/share/lua/5.2/re.lua
   install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
+
+package_lua53-lpeg() {
+  pkgdesc='Pattern-matching library for Lua 5.3'
+  depends=('lua53')
+
+  cd $pkgbase-$pkgver-53
+  install -Dm755 $pkgbase.so "$pkgdir"/usr/lib/lua/5.3/$pkgbase.so
+  install -Dm644 re.lua "$pkgdir"/usr/share/lua/5.3/re.lua
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-06-30 Thread Christian Hesse via arch-commits
Date: Tuesday, June 30, 2020 @ 15:52:02
  Author: eworm
Revision: 390669

archrelease: copy trunk to staging-x86_64

Added:
  lpeg/repos/staging-x86_64/
  lpeg/repos/staging-x86_64/LICENSE
(from rev 390668, lpeg/trunk/LICENSE)
  lpeg/repos/staging-x86_64/PKGBUILD
(from rev 390668, lpeg/trunk/PKGBUILD)

--+
 LICENSE  |7 
 PKGBUILD |   96 +
 2 files changed, 103 insertions(+)

Copied: lpeg/repos/staging-x86_64/LICENSE (from rev 390668, lpeg/trunk/LICENSE)
===
--- staging-x86_64/LICENSE  (rev 0)
+++ staging-x86_64/LICENSE  2020-06-30 15:52:02 UTC (rev 390669)
@@ -0,0 +1,7 @@
+Copyright © 2008 Lua.org, PUC-Rio.
+
+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: lpeg/repos/staging-x86_64/PKGBUILD (from rev 390668, 
lpeg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-06-30 15:52:02 UTC (rev 390669)
@@ -0,0 +1,96 @@
+# Maintainer: Christian Hesse 
+# Contributor: Gustavo Alvarez 
+
+pkgbase=lpeg
+pkgname=(lua-lpeg lua51-lpeg lua52-lpeg lua53-lpeg)
+pkgver=1.0.2
+pkgrel=3
+arch=('x86_64')
+url='http://www.inf.puc-rio.br/~roberto/lpeg'
+license=('MIT')
+makedepends=('lua' 'lua51' 'lua52' 'lua53')
+source=("http://www.inf.puc-rio.br/~roberto/$pkgbase/$pkgbase-$pkgver.tar.gz;
+'LICENSE')
+sha256sums=('48d66576051b6c78388faad09b70493093264588fcd0f258ddaab1cdd4a15ffe'
+'6be7688c9c648e7c7cde693081be938c869a10aa4de09fe0a4c4c1d66b3cf03d')
+
+prepare() {
+  sed 's/^CFLAGS =/CFLAGS +=/' -i $pkgbase-$pkgver/makefile
+  sed 's/^COPT =/# COPT =/' -i $pkgbase-$pkgver/makefile
+
+  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-51
+  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-52
+  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-53
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make LUADIR=/usr/include
+
+  cd "$srcdir"/$pkgbase-$pkgver-51
+  make LUADIR=/usr/include/lua5.1
+
+  cd "$srcdir"/$pkgbase-$pkgver-52
+  make LUADIR=/usr/include/lua5.2
+  
+  cd "$srcdir"/$pkgbase-$pkgver-53
+  make LUADIR=/usr/include/lua5.3
+}
+
+check() {
+  msg2 "Testing with Lua 5.4"
+  cd $srcdir/$pkgbase-$pkgver
+  lua test.lua
+
+  msg2 "Testing with Lua 5.1"
+  cd $srcdir/$pkgbase-$pkgver-51
+  lua5.1 test.lua
+
+  msg2 "Testing with Lua 5.2"
+  cd $srcdir/$pkgbase-$pkgver-52
+  lua5.2 test.lua
+  
+  msg2 "Testing with Lua 5.3"
+  cd $srcdir/$pkgbase-$pkgver-53
+  lua5.3 test.lua
+}
+
+package_lua-lpeg() {
+  pkgdesc='Pattern-matching library for Lua 5.4'
+  depends=('lua')
+
+  cd $pkgbase-$pkgver
+  install -Dm755 $pkgbase.so "$pkgdir"/usr/lib/lua/5.4/$pkgbase.so
+  install -Dm644 re.lua "$pkgdir"/usr/share/lua/5.4/re.lua
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua51-lpeg() {
+  pkgdesc='Pattern-matching library for Lua 5.1'
+  depends=('lua51')
+
+  cd $pkgbase-$pkgver-51
+  install -Dm755 $pkgbase.so "$pkgdir"/usr/lib/lua/5.1/$pkgbase.so
+  install -Dm644 re.lua "$pkgdir"/usr/share/lua/5.1/re.lua
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua52-lpeg() {
+  pkgdesc='Pattern-matching library for Lua 5.2'
+  depends=('lua52')
+
+  cd $pkgbase-$pkgver-52
+  install -Dm755 $pkgbase.so "$pkgdir"/usr/lib/lua/5.2/$pkgbase.so
+  install -Dm644 re.lua "$pkgdir"/usr/share/lua/5.2/re.lua
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_lua53-lpeg() {
+  pkgdesc='Pattern-matching library for Lua 5.3'
+  depends=('lua53')
+
+  cd $pkgbase-$pkgver-53
+  install -Dm755 $pkgbase.so "$pkgdir"/usr/lib/lua/5.3/$pkgbase.so
+  install -Dm644 re.lua "$pkgdir"/usr/share/lua/5.3/re.lua
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-06-30 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 30, 2020 @ 15:50:41
  Author: diabonas
Revision: 657184

archrelease: copy trunk to community-staging-x86_64

Added:
  texworks/repos/community-staging-x86_64/
  texworks/repos/community-staging-x86_64/PKGBUILD
(from rev 657183, texworks/trunk/PKGBUILD)

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

Copied: texworks/repos/community-staging-x86_64/PKGBUILD (from rev 657183, 
texworks/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-30 15:50:41 UTC (rev 657184)
@@ -0,0 +1,46 @@
+# Maintainer: Jonas Witschel 
+pkgname=texworks
+pkgver=0.6.5
+pkgrel=3
+pkgdesc='Unicode-based, TeX-aware editor with integrated PDF viewer'
+arch=('x86_64')
+url='https://www.tug.org/texworks/'
+license=('GPL')
+depends=('hunspell' 'libsynctex' 'poppler-qt5' 'qt5-base' 'qt5-script' 
'libpoppler-qt5.so')
+makedepends=('cmake' 'lua' 'python' 'qt5-tools')
+checkdepends=('gsfonts' 'poppler-data' 'xorg-server-xvfb')
+optdepends=('gsfonts: correctly display PDF files without embedded fonts'
+'lua: Lua scripts support'
+'poppler-data: correctly display certain CJK documents'
+'python: Python scripts support'
+'texlive-core: typeset TeX documents')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/TeXworks/texworks/archive/release-$pkgver.tar.gz;
+
"texworks-0.6.5_fix-compilation-with-qt-5.15.patch::https://github.com/TeXworks/texworks/commit/a5352a3a94e3685125650b65e6197de060326cc2.patch;)
+sha512sums=('d97bb7c3ad7bbb402be80556027ef19076dae91bb9449df2b45d54e89b492e32b8d6f109d1bda9388424af6218866d84a8c296c9bc2ef644cf2fac0d4b24939e'
+
'8cdc834a2d0d8d843e326a825a13418c765079ec41c15f1fe5b7a3eb2c158928db594ba7d7e946dd72a936af4bf86a302dd5b042fad64d20fe033f2b64dea3e8')
+
+prepare() {
+   cd "texworks-release-$pkgver"
+   patch --strip=1 
--input="$srcdir/texworks-0.6.5_fix-compilation-with-qt-5.15.patch"
+}
+
+build() {
+   cmake -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=None \
+ -DCMAKE_CXX_FLAGS="$CXXFLAGS $CPPFLAGS" \
+ -DTW_BUILD_ID='Arch Linux' \
+ -DWITH_PYTHON=ON \
+ -B build \
+ -S "texworks-release-$pkgver"
+   make -C build
+}
+
+check() {
+   cd build
+   xvfb-run ctest --output-on-failure
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2020-06-30 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 30, 2020 @ 15:50:35
  Author: diabonas
Revision: 657183

upgpkg: texworks 0.6.5-3: Lua 5.14 rebuild, fix compilation with Qt 5.15

Modified:
  texworks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 15:32:55 UTC (rev 657182)
+++ PKGBUILD2020-06-30 15:50:35 UTC (rev 657183)
@@ -1,12 +1,12 @@
 # Maintainer: Jonas Witschel 
 pkgname=texworks
 pkgver=0.6.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Unicode-based, TeX-aware editor with integrated PDF viewer'
 arch=('x86_64')
 url='https://www.tug.org/texworks/'
 license=('GPL')
-depends=('hunspell' 'libsynctex' 'poppler-qt5' 'qt5-script')
+depends=('hunspell' 'libsynctex' 'poppler-qt5' 'qt5-base' 'qt5-script' 
'libpoppler-qt5.so')
 makedepends=('cmake' 'lua' 'python' 'qt5-tools')
 checkdepends=('gsfonts' 'poppler-data' 'xorg-server-xvfb')
 optdepends=('gsfonts: correctly display PDF files without embedded fonts'
@@ -14,13 +14,20 @@
 'poppler-data: correctly display certain CJK documents'
 'python: Python scripts support'
 'texlive-core: typeset TeX documents')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/TeXworks/texworks/archive/release-$pkgver.tar.gz;)
-sha512sums=('d97bb7c3ad7bbb402be80556027ef19076dae91bb9449df2b45d54e89b492e32b8d6f109d1bda9388424af6218866d84a8c296c9bc2ef644cf2fac0d4b24939e')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/TeXworks/texworks/archive/release-$pkgver.tar.gz;
+
"texworks-0.6.5_fix-compilation-with-qt-5.15.patch::https://github.com/TeXworks/texworks/commit/a5352a3a94e3685125650b65e6197de060326cc2.patch;)
+sha512sums=('d97bb7c3ad7bbb402be80556027ef19076dae91bb9449df2b45d54e89b492e32b8d6f109d1bda9388424af6218866d84a8c296c9bc2ef644cf2fac0d4b24939e'
+
'8cdc834a2d0d8d843e326a825a13418c765079ec41c15f1fe5b7a3eb2c158928db594ba7d7e946dd72a936af4bf86a302dd5b042fad64d20fe033f2b64dea3e8')
 
+prepare() {
+   cd "texworks-release-$pkgver"
+   patch --strip=1 
--input="$srcdir/texworks-0.6.5_fix-compilation-with-qt-5.15.patch"
+}
+
 build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr \
  -DCMAKE_BUILD_TYPE=None \
- -DCMAKE_CXX_FLAGS="${CXXFLAGS} ${CPPFLAGS}" \
+ -DCMAKE_CXX_FLAGS="$CXXFLAGS $CPPFLAGS" \
  -DTW_BUILD_ID='Arch Linux' \
  -DWITH_PYTHON=ON \
  -B build \


[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2020-06-30 Thread Pierre Schmitz via arch-commits
Date: Tuesday, June 30, 2020 @ 15:46:44
  Author: pierre
Revision: 390666

upgpkg: grml-zsh-config 0.17.3-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 11:56:17 UTC (rev 390665)
+++ PKGBUILD2020-06-30 15:46:44 UTC (rev 390666)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=grml-zsh-config
-pkgver=0.17.2
+pkgver=0.17.3
 pkgrel=1
 pkgdesc="grml's zsh setup"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('3b717be2979dddfa896968ee948592e20b82d6d56aa1156c1c9ee05ed06d88ec')
+sha256sums=('fb4e2367873fcf378141625e46565737181a5416a68010411489af50bd5226fc')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc


[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2020-06-30 Thread Pierre Schmitz via arch-commits
Date: Tuesday, June 30, 2020 @ 15:46:55
  Author: pierre
Revision: 390667

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 390666, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 15:46:44 UTC (rev 390666)
+++ PKGBUILD2020-06-30 15:46:55 UTC (rev 390667)
@@ -1,29 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=grml-zsh-config
-pkgver=0.17.2
-pkgrel=1
-pkgdesc="grml's zsh setup"
-arch=('any')
-url='https://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('3b717be2979dddfa896968ee948592e20b82d6d56aa1156c1c9ee05ed06d88ec')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 390666, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 15:46:55 UTC (rev 390667)
@@ -0,0 +1,29 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=grml-zsh-config
+pkgver=0.17.3
+pkgrel=1
+pkgdesc="grml's zsh setup"
+arch=('any')
+url='https://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('fb4e2367873fcf378141625e46565737181a5416a68010411489af50bd5226fc')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}


[arch-commits] Commit in tpm2-tss-engine/trunk (PKGBUILD)

2020-06-30 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 30, 2020 @ 15:32:46
  Author: diabonas
Revision: 657181

upgpkg: tpm2-tss-engine 1.0.1-4: reproducibility rebuild

Modified:
  tpm2-tss-engine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 15:31:04 UTC (rev 657180)
+++ PKGBUILD2020-06-30 15:32:46 UTC (rev 657181)
@@ -1,12 +1,12 @@
 # Maintainer: Jonas Witschel 
 pkgname=tpm2-tss-engine
 pkgver=1.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc='OpenSSL engine for Trusted Platform Module 2.0 devices'
 arch=('x86_64')
 url='https://github.com/tpm2-software/tpm2-tss-engine'
 license=('BSD')
-depends=('openssl' 'tpm2-tss')
+depends=('openssl' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-mu.so')
 checkdepends=('cmocka' 'expect' 'ibm-sw-tpm2' 'tpm2-tools')
 source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
 'tpm2-tss-engine_check.sh'


[arch-commits] Commit in tpm2-tss-engine/repos/community-x86_64 (6 files)

2020-06-30 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 30, 2020 @ 15:32:55
  Author: diabonas
Revision: 657182

archrelease: copy trunk to community-x86_64

Added:
  tpm2-tss-engine/repos/community-x86_64/PKGBUILD
(from rev 657181, tpm2-tss-engine/trunk/PKGBUILD)
  
tpm2-tss-engine/repos/community-x86_64/tpm2-tss-engine-1.0.1-tpm2-tools-4.0.patch
(from rev 657181, 
tpm2-tss-engine/trunk/tpm2-tss-engine-1.0.1-tpm2-tools-4.0.patch)
  tpm2-tss-engine/repos/community-x86_64/tpm2-tss-engine_check.sh
(from rev 657181, tpm2-tss-engine/trunk/tpm2-tss-engine_check.sh)
Deleted:
  tpm2-tss-engine/repos/community-x86_64/PKGBUILD
  
tpm2-tss-engine/repos/community-x86_64/tpm2-tss-engine-1.0.1-tpm2-tools-4.0.patch
  tpm2-tss-engine/repos/community-x86_64/tpm2-tss-engine_check.sh

+
 PKGBUILD   |   84 +++
 tpm2-tss-engine-1.0.1-tpm2-tools-4.0.patch |  318 +--
 tpm2-tss-engine_check.sh   |   18 -
 3 files changed, 210 insertions(+), 210 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 15:32:46 UTC (rev 657181)
+++ PKGBUILD2020-06-30 15:32:55 UTC (rev 657182)
@@ -1,42 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=tpm2-tss-engine
-pkgver=1.0.1
-pkgrel=3
-pkgdesc='OpenSSL engine for Trusted Platform Module 2.0 devices'
-arch=('x86_64')
-url='https://github.com/tpm2-software/tpm2-tss-engine'
-license=('BSD')
-depends=('openssl' 'tpm2-tss')
-checkdepends=('cmocka' 'expect' 'ibm-sw-tpm2' 'tpm2-tools')
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
-'tpm2-tss-engine_check.sh'
-'tpm2-tss-engine-1.0.1-tpm2-tools-4.0.patch')
-sha512sums=('106fc6aadf0b4b27c3b38be596356aa59b4b76ec1602e8c5564aec6b4be7e2b5d6077006ee13d41e58402255b879aadaa966c758b5b326ae32742007ce2ef238'
-'SKIP'
-
'77d0d1789376e76b1f357edea59e5cd0953cfcf33c35069da6c4092c43e028dfb1e1593e3c85456e590f9da8252701519a06a5eb94adf8501cf4e5f21cc92cf1'
-
'bf73ef8834fc92c1a85b590e0dd69e9d0a465533e631768652fdd0e316f590fa5a16fdcc7faf9af360b6b05a508d904f3657e7c476c136b2000e3374e2a3606d')
-validpgpkeys=('D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84') # Andreas Fuchs 

-
-prepare() {
-   cd "$pkgname-$pkgver"
-   # Use tpm2-tools 4.0 for tests (backport of GitHub PR #142)
-   patch --strip=1 
--input="$srcdir/tpm2-tss-engine-1.0.1-tpm2-tools-4.0.patch"
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   (( CHECKFUNC )) && _opts=('--enable-unit' '--enable-integration')
-   ./configure --prefix=/usr --enable-tctienvvar "${_opts[@]}"
-   make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   "$srcdir/tpm2-tss-engine_check.sh"
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: tpm2-tss-engine/repos/community-x86_64/PKGBUILD (from rev 657181, 
tpm2-tss-engine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 15:32:55 UTC (rev 657182)
@@ -0,0 +1,42 @@
+# Maintainer: Jonas Witschel 
+pkgname=tpm2-tss-engine
+pkgver=1.0.1
+pkgrel=4
+pkgdesc='OpenSSL engine for Trusted Platform Module 2.0 devices'
+arch=('x86_64')
+url='https://github.com/tpm2-software/tpm2-tss-engine'
+license=('BSD')
+depends=('openssl' 'tpm2-tss' 'libtss2-esys.so' 'libtss2-mu.so')
+checkdepends=('cmocka' 'expect' 'ibm-sw-tpm2' 'tpm2-tools')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
+'tpm2-tss-engine_check.sh'
+'tpm2-tss-engine-1.0.1-tpm2-tools-4.0.patch')
+sha512sums=('106fc6aadf0b4b27c3b38be596356aa59b4b76ec1602e8c5564aec6b4be7e2b5d6077006ee13d41e58402255b879aadaa966c758b5b326ae32742007ce2ef238'
+'SKIP'
+
'77d0d1789376e76b1f357edea59e5cd0953cfcf33c35069da6c4092c43e028dfb1e1593e3c85456e590f9da8252701519a06a5eb94adf8501cf4e5f21cc92cf1'
+
'bf73ef8834fc92c1a85b590e0dd69e9d0a465533e631768652fdd0e316f590fa5a16fdcc7faf9af360b6b05a508d904f3657e7c476c136b2000e3374e2a3606d')
+validpgpkeys=('D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84') # Andreas Fuchs 

+
+prepare() {
+   cd "$pkgname-$pkgver"
+   # Use tpm2-tools 4.0 for tests (backport of GitHub PR #142)
+   patch --strip=1 
--input="$srcdir/tpm2-tss-engine-1.0.1-tpm2-tools-4.0.patch"
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   (( CHECKFUNC )) && _opts=('--enable-unit' '--enable-integration')
+   ./configure --prefix=/usr --enable-tctienvvar "${_opts[@]}"
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   "$srcdir/tpm2-tss-engine_check.sh"
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: tpm2-tss-engine-1.0.1-tpm2-tools-4.0.patch

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

2020-06-30 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 30, 2020 @ 15:30:57
  Author: diabonas
Revision: 657179

upgpkg: paperkey 1.6-3: reproducibility rebuild

Modified:
  paperkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 15:29:54 UTC (rev 657178)
+++ PKGBUILD2020-06-30 15:30:57 UTC (rev 657179)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=paperkey
 pkgver=1.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Archive OpenPGP keys on paper'
 arch=('x86_64')
 url='https://www.jabberwocky.com/software/paperkey/'


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

2020-06-30 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 30, 2020 @ 15:31:04
  Author: diabonas
Revision: 657180

archrelease: copy trunk to community-x86_64

Added:
  paperkey/repos/community-x86_64/PKGBUILD
(from rev 657179, paperkey/trunk/PKGBUILD)
Deleted:
  paperkey/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 15:30:57 UTC (rev 657179)
+++ PKGBUILD2020-06-30 15:31:04 UTC (rev 657180)
@@ -1,29 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=paperkey
-pkgver=1.6
-pkgrel=2
-pkgdesc='Archive OpenPGP keys on paper'
-arch=('x86_64')
-url='http://www.jabberwocky.com/software/paperkey/'
-license=('GPL')
-depends=('glibc')
-source=("$url/$pkgname-$pkgver.tar.gz"{,.sig})
-sha512sums=('a07fc22bf56cd9524ecba61d1bf00102e6e97842e219682771187a2a2327c9daa885d457417bb2ea960f5ebd66bd711fa1d86687fda159647ff47980dee21b01'
-'SKIP')
-validpgpkeys=('7D92FD313AB6F3734CC59CA1DB698D7199242560') # David M. Shaw 

-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: paperkey/repos/community-x86_64/PKGBUILD (from rev 657179, 
paperkey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 15:31:04 UTC (rev 657180)
@@ -0,0 +1,29 @@
+# Maintainer: Jonas Witschel 
+pkgname=paperkey
+pkgver=1.6
+pkgrel=3
+pkgdesc='Archive OpenPGP keys on paper'
+arch=('x86_64')
+url='https://www.jabberwocky.com/software/paperkey/'
+license=('GPL')
+depends=('glibc')
+source=("$url/$pkgname-$pkgver.tar.gz"{,.sig})
+sha512sums=('a07fc22bf56cd9524ecba61d1bf00102e6e97842e219682771187a2a2327c9daa885d457417bb2ea960f5ebd66bd711fa1d86687fda159647ff47980dee21b01'
+'SKIP')
+validpgpkeys=('7D92FD313AB6F3734CC59CA1DB698D7199242560') # David M. Shaw 

+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2020-06-30 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 30, 2020 @ 15:29:54
  Author: diabonas
Revision: 657178

archrelease: copy trunk to community-x86_64

Added:
  luksmeta/repos/community-x86_64/PKGBUILD
(from rev 657177, luksmeta/trunk/PKGBUILD)
Deleted:
  luksmeta/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 15:29:47 UTC (rev 657177)
+++ PKGBUILD2020-06-30 15:29:54 UTC (rev 657178)
@@ -1,38 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=luksmeta
-pkgver=9
-pkgrel=4
-pkgdesc='Library for storing metadata in the LUKSv1 header'
-arch=('x86_64')
-url='https://github.com/latchset/luksmeta'
-license=('LGPL')
-depends=('cryptsetup')
-makedepends=('asciidoc')
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2"
-
"luksmeta_relax-content-tests-in-test-suite.patch::$url/commit/fe3e941a6ed681a7ad1674bf6f6b74e0407bd3fb.patch"
-
"luksmeta_force-creation-of-luks1-containers.patch::$url/commit/af81262c0f6e6b37e5c6b520d0fca3a9f9b6c1fc.patch")
-sha512sums=('eeecc3de9d621c380d29b2f2ca6ce715f09c20aac8ffc6a3d3cc7dc30c5dc46df686e61928d0accf7e7281ad9baa6ee59a0cf5b58635a311769d8e08c5cc94bd'
-
'aeb9d106e432e003b0256164cc644f47b01f347ea25799330e45299a241415b297fd9f2fdd0608c0ad0bc673681a4cb548eeb6e52ded6d2097c0739e6f03748c'
-
'47bf756334c76e32dd67720e105ead927693f381efcf23e33af3559510d9db272681a7a47c67da5f122fb0257ddae7185eaa12aea03e6ac9e638d84ac3b101c4')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch --strip=1 
--input="$srcdir/luksmeta_relax-content-tests-in-test-suite.patch"
-   patch --strip=1 
--input="$srcdir/luksmeta_force-creation-of-luks1-containers.patch"
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: luksmeta/repos/community-x86_64/PKGBUILD (from rev 657177, 
luksmeta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 15:29:54 UTC (rev 657178)
@@ -0,0 +1,38 @@
+# Maintainer: Jonas Witschel 
+pkgname=luksmeta
+pkgver=9
+pkgrel=5
+pkgdesc='Library for storing metadata in the LUKSv1 header'
+arch=('x86_64')
+url='https://github.com/latchset/luksmeta'
+license=('LGPL')
+depends=('cryptsetup' 'libcryptsetup.so')
+makedepends=('asciidoc')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2"
+
"luksmeta_relax-content-tests-in-test-suite.patch::$url/commit/fe3e941a6ed681a7ad1674bf6f6b74e0407bd3fb.patch"
+
"luksmeta_force-creation-of-luks1-containers.patch::$url/commit/af81262c0f6e6b37e5c6b520d0fca3a9f9b6c1fc.patch")
+sha512sums=('eeecc3de9d621c380d29b2f2ca6ce715f09c20aac8ffc6a3d3cc7dc30c5dc46df686e61928d0accf7e7281ad9baa6ee59a0cf5b58635a311769d8e08c5cc94bd'
+
'aeb9d106e432e003b0256164cc644f47b01f347ea25799330e45299a241415b297fd9f2fdd0608c0ad0bc673681a4cb548eeb6e52ded6d2097c0739e6f03748c'
+
'47bf756334c76e32dd67720e105ead927693f381efcf23e33af3559510d9db272681a7a47c67da5f122fb0257ddae7185eaa12aea03e6ac9e638d84ac3b101c4')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch --strip=1 
--input="$srcdir/luksmeta_relax-content-tests-in-test-suite.patch"
+   patch --strip=1 
--input="$srcdir/luksmeta_force-creation-of-luks1-containers.patch"
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2020-06-30 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 30, 2020 @ 15:29:47
  Author: diabonas
Revision: 657177

upgpkg: luksmeta 9-5: reproducibility rebuild

Modified:
  luksmeta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 15:27:12 UTC (rev 657176)
+++ PKGBUILD2020-06-30 15:29:47 UTC (rev 657177)
@@ -1,12 +1,12 @@
 # Maintainer: Jonas Witschel 
 pkgname=luksmeta
 pkgver=9
-pkgrel=4
+pkgrel=5
 pkgdesc='Library for storing metadata in the LUKSv1 header'
 arch=('x86_64')
 url='https://github.com/latchset/luksmeta'
 license=('LGPL')
-depends=('cryptsetup')
+depends=('cryptsetup' 'libcryptsetup.so')
 makedepends=('asciidoc')
 source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2"
 
"luksmeta_relax-content-tests-in-test-suite.patch::$url/commit/fe3e941a6ed681a7ad1674bf6f6b74e0407bd3fb.patch"


[arch-commits] Commit in junit-system-rules/repos/community-any (PKGBUILD PKGBUILD)

2020-06-30 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 30, 2020 @ 15:27:12
  Author: diabonas
Revision: 657176

archrelease: copy trunk to community-any

Added:
  junit-system-rules/repos/community-any/PKGBUILD
(from rev 657175, junit-system-rules/trunk/PKGBUILD)
Deleted:
  junit-system-rules/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 15:27:05 UTC (rev 657175)
+++ PKGBUILD2020-06-30 15:27:12 UTC (rev 657176)
@@ -1,39 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=junit-system-rules
-pkgver=1.19.0
-_commit=f4782ebfd72c08bd3f00aa04ad20fe499c5463b4 # signed commit corresponding 
to tag system-rules-1.19.0
-pkgrel=5
-pkgdesc='A collection of JUnit rules for testing code that uses 
java.lang.System'
-arch=('any')
-url='https://stefanbirkner.github.io/system-rules/'
-license=('CPL')
-depends=('junit')
-makedepends=('git' 'jdk8-openjdk' 'maven' 'strip-nondeterminism')
-source=("$pkgname::git+https://github.com/stefanbirkner/system-rules.git?signed#commit=$_commit;)
-sha512sums=('SKIP')
-validpgpkeys=('F4AF40991AECE57728B0034F9ECE1F68817F4996') # Stefan Birkner 

-
-build() {
-   cd "$pkgname"
-
-   # The package cannot be compiled with newer Java versions (but works 
fine at runtime)
-   # 
(https://github.com/stefanbirkner/system-rules/issues/65#issuecomment-402837535)
-   export PATH="/usr/lib/jvm/java-8-openjdk/bin:$PATH"
-
-   mvn -DskipTests=true clean package
-
-   # Timestamps in JAR files generated by Maven do not honour 
SOURCE_DATE_EPOCH
-   # 
(https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318)
-   strip-nondeterminism --timestamp "$SOURCE_DATE_EPOCH" 
"target/system-rules-$pkgver.jar"
-}
-
-check() {
-   cd "$pkgname"
-   mvn test
-}
-
-package() {
-   cd "$pkgname"
-   install -Dm644 "target/system-rules-$pkgver.jar" -t 
"$pkgdir/usr/share/java/junit-system-rules"
-   ln -s "system-rules-$pkgver.jar" 
"$pkgdir/usr/share/java/junit-system-rules/system-rules.jar"
-}

Copied: junit-system-rules/repos/community-any/PKGBUILD (from rev 657175, 
junit-system-rules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 15:27:12 UTC (rev 657176)
@@ -0,0 +1,44 @@
+# Maintainer: Jonas Witschel 
+pkgname=junit-system-rules
+pkgver=1.19.0
+_commit=f4782ebfd72c08bd3f00aa04ad20fe499c5463b4 # signed commit corresponding 
to tag "system-rules-$pkgver"
+pkgrel=6
+pkgdesc='A collection of JUnit rules for testing code that uses 
java.lang.System'
+arch=('any')
+url='https://stefanbirkner.github.io/system-rules/'
+license=('CPL')
+depends=('junit')
+makedepends=('git' 'jdk8-openjdk' 'maven' 'strip-nondeterminism')
+source=("$pkgname::git+https://github.com/stefanbirkner/system-rules.git?signed#commit=$_commit;)
+sha512sums=('SKIP')
+validpgpkeys=('F4AF40991AECE57728B0034F9ECE1F68817F4996') # Stefan Birkner 

+
+pkgver() {
+   cd "$pkgname"
+   git describe --tags | sed 
's/^system-rules-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+   cd "$pkgname"
+
+   # The package cannot be compiled with newer Java versions (but works 
fine at runtime)
+   # 
(https://github.com/stefanbirkner/system-rules/issues/65#issuecomment-402837535)
+   export PATH="/usr/lib/jvm/java-8-openjdk/bin:$PATH"
+
+   mvn -DskipTests=true clean package
+
+   # Timestamps in JAR files generated by Maven do not honour 
SOURCE_DATE_EPOCH
+   # 
(https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318)
+   strip-nondeterminism --timestamp "$SOURCE_DATE_EPOCH" 
"target/system-rules-$pkgver.jar"
+}
+
+check() {
+   cd "$pkgname"
+   mvn test
+}
+
+package() {
+   cd "$pkgname"
+   install -Dm644 "target/system-rules-$pkgver.jar" -t 
"$pkgdir/usr/share/java/junit-system-rules"
+   ln -s "system-rules-$pkgver.jar" 
"$pkgdir/usr/share/java/junit-system-rules/system-rules.jar"
+}


[arch-commits] Commit in junit-system-rules/trunk (PKGBUILD)

2020-06-30 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 30, 2020 @ 15:27:05
  Author: diabonas
Revision: 657175

upgpkg: junit-system-rules 1.19.0-6: reproducibility rebuild

Modified:
  junit-system-rules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 15:22:56 UTC (rev 657174)
+++ PKGBUILD2020-06-30 15:27:05 UTC (rev 657175)
@@ -2,7 +2,7 @@
 pkgname=junit-system-rules
 pkgver=1.19.0
 _commit=f4782ebfd72c08bd3f00aa04ad20fe499c5463b4 # signed commit corresponding 
to tag "system-rules-$pkgver"
-pkgrel=5
+pkgrel=6
 pkgdesc='A collection of JUnit rules for testing code that uses 
java.lang.System'
 arch=('any')
 url='https://stefanbirkner.github.io/system-rules/'
@@ -13,6 +13,11 @@
 sha512sums=('SKIP')
 validpgpkeys=('F4AF40991AECE57728B0034F9ECE1F68817F4996') # Stefan Birkner 

 
+pkgver() {
+   cd "$pkgname"
+   git describe --tags | sed 
's/^system-rules-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
 build() {
cd "$pkgname"
 
@@ -27,11 +32,6 @@
strip-nondeterminism --timestamp "$SOURCE_DATE_EPOCH" 
"target/system-rules-$pkgver.jar"
 }
 
-pkgver() {
-   cd "$pkgname"
-   git describe --tags | sed 
's/^system-rules-//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
 check() {
cd "$pkgname"
mvn test


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

2020-06-30 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 30, 2020 @ 15:22:50
  Author: diabonas
Revision: 657173

upgpkg: jose 10-3: reproducibility rebuild

Modified:
  jose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 15:19:55 UTC (rev 657172)
+++ PKGBUILD2020-06-30 15:22:50 UTC (rev 657173)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=jose
 pkgver=10
-pkgrel=2
+pkgrel=3
 pkgdesc='C-language implementation of Javascript Object Signing and Encryption'
 arch=('x86_64')
 url='https://github.com/latchset/jose'


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

2020-06-30 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 30, 2020 @ 15:22:56
  Author: diabonas
Revision: 657174

archrelease: copy trunk to community-x86_64

Added:
  jose/repos/community-x86_64/PKGBUILD
(from rev 657173, jose/trunk/PKGBUILD)
Deleted:
  jose/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 15:22:50 UTC (rev 657173)
+++ PKGBUILD2020-06-30 15:22:56 UTC (rev 657174)
@@ -1,27 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=jose
-pkgver=10
-pkgrel=2
-pkgdesc='C-language implementation of Javascript Object Signing and Encryption'
-arch=('x86_64')
-url='https://github.com/latchset/jose'
-license=('APACHE')
-depends=('jansson' 'openssl' 'zlib')
-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
-sha512sums=('596f71bf7f3ab65164556d8353c07a09283e80ad06f8cbb7b1a9609fe3c95888c94c032ae8d719ed3f3b361cb87188f4683728e649d454056841b8ca47828b9d')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: jose/repos/community-x86_64/PKGBUILD (from rev 657173, 
jose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 15:22:56 UTC (rev 657174)
@@ -0,0 +1,27 @@
+# Maintainer: Jonas Witschel 
+pkgname=jose
+pkgver=10
+pkgrel=3
+pkgdesc='C-language implementation of Javascript Object Signing and Encryption'
+arch=('x86_64')
+url='https://github.com/latchset/jose'
+license=('APACHE')
+depends=('jansson' 'openssl' 'zlib')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
+sha512sums=('596f71bf7f3ab65164556d8353c07a09283e80ad06f8cbb7b1a9609fe3c95888c94c032ae8d719ed3f3b361cb87188f4683728e649d454056841b8ca47828b9d')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2020-06-30 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 30, 2020 @ 15:19:55
  Author: diabonas
Revision: 657172

archrelease: copy trunk to community-any

Added:
  deheader/repos/community-any/PKGBUILD
(from rev 657171, deheader/trunk/PKGBUILD)
  deheader/repos/community-any/deheader_use-system-python.patch
(from rev 657171, deheader/trunk/deheader_use-system-python.patch)
Deleted:
  deheader/repos/community-any/PKGBUILD
  deheader/repos/community-any/deheader_use-system-python.patch

--+
 PKGBUILD |   68 ++---
 deheader_use-system-python.patch |   84 ++---
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 15:19:47 UTC (rev 657171)
+++ PKGBUILD2020-06-30 15:19:55 UTC (rev 657172)
@@ -1,34 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=deheader
-pkgver=1.6
-pkgrel=3
-pkgdesc='Find and optionally remove unneeded includes in C or C++ source files'
-arch=('any')
-url='http://www.catb.org/~esr/deheader/'
-license=('BSD')
-depends=('python')
-source=("$url/$pkgname-$pkgver.tar.gz" 'deheader_use-system-python.patch')
-noextract=("$pkgname-$pkgver.tar.gz")
-sha512sums=('8278d845bf618aabe1fb1da77fb99f6de5efe76a8bd8ae12da0327c0e4df184b7c4d50b2ac2be4a3dd271b8b010818fef83cd80d81f2be2b04bd09e2fee1cea3'
-
'e864cd32dca820844c5d4a0ff4f15f18bf7be53231daba54111ea914cbd594f9d0244e4ec05cf806ef85a86662ce434acc41ace97106e846ddb7409be793a0d3')
-
-prepare() {
-   # Invalid hardlink in release tarball leads to bsdtar errors during 
extraction
-   # (https://gitlab.com/esr/deheader/issues/7)
-   bsdtar --extract -s '|deheader-1.6/deheader.1||R' --file 
"$pkgname-$pkgver.tar.gz"
-
-   cd "$pkgname-$pkgver"
-   patch --strip=1 --input="$srcdir/deheader_use-system-python.patch"
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   install -Dm755 deheader -t "$pkgdir/usr/bin"
-   install -Dm644 deheader.1 -t "$pkgdir/usr/share/man/man1"
-   install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: deheader/repos/community-any/PKGBUILD (from rev 657171, 
deheader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 15:19:55 UTC (rev 657172)
@@ -0,0 +1,34 @@
+# Maintainer: Jonas Witschel 
+pkgname=deheader
+pkgver=1.6
+pkgrel=4
+pkgdesc='Find and optionally remove unneeded includes in C or C++ source files'
+arch=('any')
+url='http://www.catb.org/~esr/deheader/'
+license=('BSD')
+depends=('python')
+source=("$url/$pkgname-$pkgver.tar.gz" 'deheader_use-system-python.patch')
+noextract=("$pkgname-$pkgver.tar.gz")
+sha512sums=('8278d845bf618aabe1fb1da77fb99f6de5efe76a8bd8ae12da0327c0e4df184b7c4d50b2ac2be4a3dd271b8b010818fef83cd80d81f2be2b04bd09e2fee1cea3'
+
'e864cd32dca820844c5d4a0ff4f15f18bf7be53231daba54111ea914cbd594f9d0244e4ec05cf806ef85a86662ce434acc41ace97106e846ddb7409be793a0d3')
+
+prepare() {
+   # Invalid hardlink in release tarball leads to bsdtar errors during 
extraction
+   # (https://gitlab.com/esr/deheader/issues/7)
+   bsdtar --extract -s '|deheader-1.6/deheader.1||R' --file 
"$pkgname-$pkgver.tar.gz"
+
+   cd "$pkgname-$pkgver"
+   patch --strip=1 --input="$srcdir/deheader_use-system-python.patch"
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   install -Dm755 deheader -t "$pkgdir/usr/bin"
+   install -Dm644 deheader.1 -t "$pkgdir/usr/share/man/man1"
+   install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: deheader_use-system-python.patch
===
--- deheader_use-system-python.patch2020-06-30 15:19:47 UTC (rev 657171)
+++ deheader_use-system-python.patch2020-06-30 15:19:55 UTC (rev 657172)
@@ -1,42 +0,0 @@
-From df0b47a4543279191e1bfc88269438add4a8deb3 Mon Sep 17 00:00:00 2001
-From: Jonas Witschel 
-Date: Tue, 15 Oct 2019 17:51:25 +0200
-Subject: [PATCH] Force use of the system Python 3 interpreter
-
-This avoids PATH manipulation attacks and is encouraged by PEP 394.

- deheader  | 2 +-
- test/Makefile | 5 -
- 2 files changed, 1 insertion(+), 6 deletions(-)
-
-diff --git a/deheader b/deheader
-index 5b7d06f..4ceb83b 100755
 a/deheader
-+++ b/deheader
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/python3
- """\
- deheader -- find (optionally remove) unneeded includes in C or C++ 
sourcefiles.
- 
-diff --git a/test/Makefile b/test/Makefile
-index 6a70c0d..cf4dc8c 100644
 a/test/Makefile
-+++ b/test/Makefile
-@@ -4,13 +4,8 @@ SOURCES = $(shell ls *.c)
- 
- regress:
-   @echo "Testing deheader: no output is good news."
--  @setpython python2
-   

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

2020-06-30 Thread Jonas Witschel via arch-commits
Date: Tuesday, June 30, 2020 @ 15:19:47
  Author: diabonas
Revision: 657171

upgpkg: deheader 1.6-4: reproducibility rebuild

Modified:
  deheader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 15:05:24 UTC (rev 657170)
+++ PKGBUILD2020-06-30 15:19:47 UTC (rev 657171)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=deheader
 pkgver=1.6
-pkgrel=3
+pkgrel=4
 pkgdesc='Find and optionally remove unneeded includes in C or C++ source files'
 arch=('any')
 url='http://www.catb.org/~esr/deheader/'


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

2020-06-30 Thread Balló György via arch-commits
Date: Tuesday, June 30, 2020 @ 15:05:24
  Author: bgyorgy
Revision: 657170

archrelease: copy trunk to community-x86_64

Added:
  qgis/repos/community-x86_64/PKGBUILD
(from rev 657169, qgis/trunk/PKGBUILD)
Deleted:
  qgis/repos/community-x86_64/PKGBUILD
  qgis/repos/community-x86_64/qgis-pyqt-5.15.patch
  qgis/repos/community-x86_64/qgis-pyqt5-sip5.patch

---+
 PKGBUILD  |  121 +---
 qgis-pyqt-5.15.patch  |   82 
 qgis-pyqt5-sip5.patch |   22 
 3 files changed, 55 insertions(+), 170 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 15:05:19 UTC (rev 657169)
+++ PKGBUILD2020-06-30 15:05:24 UTC (rev 657170)
@@ -1,66 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Doug Newgard 
-# Contributor: XavierCLL 
-# Contributor: SaultDon 
-# Contributor: Lantald < lantald at gmx.com >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: Gerardo Exequiel Pozzi 
-# Contributor: Eric Forgeot < http://esclinux.tk >
-
-pkgname=qgis
-pkgver=3.12.3
-pkgrel=2
-pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
-url='https://qgis.org/'
-license=(GPL)
-arch=(x86_64)
-depends=(exiv2 gdal hicolor-icon-theme libzip python-qscintilla-qt5 qca qt5-3d
- qt5-serialport qt5-webkit qtkeychain qwtpolar spatialindex python-sip)
-makedepends=(cmake fcgi gsl python-six qt5-tools txt2tags sip 
python-setuptools)
-optdepends=('fcgi: Map server'
-'gpsbabel: GPS Tools plugin'
-'gsl: Georeferencer plugin'
-'python-gdal: DB Manager plugin; Processing plugin'
-'python-jinja: MetaSearch plugin'
-'python-owslib: MetaSearch plugin'
-'python-psycopg2: DB Manager plugin; Processing plugin'
-'python-pygments: MetaSearch plugin'
-'python-numpy: Processing plugin'
-'python-yaml: Processing plugin')
-source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2;
- qgis-pyqt5-sip5.patch
- 
qgis-qt-5.15.patch::"https://github.com/qgis/QGIS/commit/31f586ec.patch;
- qgis-pyqt-5.15.patch)
-sha256sums=('c2b53815f9b994e1662995d1f25f90628156b996758f5471bffb74ab29a95220'
-'47fdab75c94ecf5b61a41b334e23714226e895cef507c35a3bc4b46c7d307981'
-'8c4280b7cb39f8a4bc7d6f3ba70b7a7f3dc4da593f1336429caf90773d401508'
-'ff82eb1fd6a18993a8318c8bd0f45498598c8e5e544fb1f622d4ba0673213351')
-
-prepare() {
-  [[ -d build ]] || mkdir build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../qgis-pyqt5-sip5.patch # Use new pyqt sip file location
-  patch -p1 -i ../qgis-qt-5.15.patch # Fix build with Qt 5.15
-  patch -p1 -i ../qgis-pyqt-5.15.patch # Remove MappedType already defined in 
PyQt 5.15
-}
-
-build() {
-  cd build
-  cmake -G "Unix Makefiles" ../$pkgname-$pkgver/ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_3D=TRUE \
--DWITH_SERVER=TRUE \
--DWITH_CUSTOM_WIDGETS=TRUE \
--DBINDINGS_GLOBAL_INSTALL=TRUE \
--DQGIS_MANUAL_SUBDIR=share/man \
--DWITH_QWTPOLAR=TRUE \
--DWITH_INTERNAL_QWTPOLAR=FALSE
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: qgis/repos/community-x86_64/PKGBUILD (from rev 657169, 
qgis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 15:05:24 UTC (rev 657170)
@@ -0,0 +1,55 @@
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+# Contributor: XavierCLL 
+# Contributor: SaultDon 
+# Contributor: Lantald < lantald at gmx.com >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Eric Forgeot < http://esclinux.tk >
+
+pkgname=qgis
+pkgver=3.14.0
+pkgrel=1
+pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
+url='https://qgis.org/'
+license=(GPL)
+arch=(x86_64)
+depends=(exiv2 gdal hicolor-icon-theme libzip protobuf python-qscintilla-qt5 
python-sip qca qt5-3d
+ qt5-serialport qt5-webkit qtkeychain qwtpolar spatialindex)
+makedepends=(cmake fcgi gsl python-setuptools python-six qt5-tools txt2tags 
sip)
+optdepends=('fcgi: Map server'
+'gpsbabel: GPS Tools plugin'
+'gsl: Georeferencer plugin'
+'python-gdal: DB Manager plugin; Processing plugin'
+'python-jinja: MetaSearch plugin'
+'python-owslib: MetaSearch plugin'
+'python-psycopg2: DB Manager plugin; Processing plugin'
+'python-pygments: MetaSearch plugin'
+'python-numpy: Processing plugin'
+'python-yaml: Processing plugin')

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

2020-06-30 Thread Balló György via arch-commits
Date: Tuesday, June 30, 2020 @ 15:05:19
  Author: bgyorgy
Revision: 657169

upgpkg: qgis 3.14.0-1: Update to new version

Modified:
  qgis/trunk/PKGBUILD
Deleted:
  qgis/trunk/qgis-pyqt-5.15.patch
  qgis/trunk/qgis-pyqt5-sip5.patch

---+
 PKGBUILD  |   25 --
 qgis-pyqt-5.15.patch  |   82 
 qgis-pyqt5-sip5.patch |   22 
 3 files changed, 7 insertions(+), 122 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 14:55:02 UTC (rev 657168)
+++ PKGBUILD2020-06-30 15:05:19 UTC (rev 657169)
@@ -9,15 +9,15 @@
 # Contributor: Eric Forgeot < http://esclinux.tk >
 
 pkgname=qgis
-pkgver=3.12.3
-pkgrel=2
+pkgver=3.14.0
+pkgrel=1
 pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
 url='https://qgis.org/'
 license=(GPL)
 arch=(x86_64)
-depends=(exiv2 gdal hicolor-icon-theme libzip python-qscintilla-qt5 qca qt5-3d
- qt5-serialport qt5-webkit qtkeychain qwtpolar spatialindex python-sip)
-makedepends=(cmake fcgi gsl python-six qt5-tools txt2tags sip 
python-setuptools)
+depends=(exiv2 gdal hicolor-icon-theme libzip protobuf python-qscintilla-qt5 
python-sip qca qt5-3d
+ qt5-serialport qt5-webkit qtkeychain qwtpolar spatialindex)
+makedepends=(cmake fcgi gsl python-setuptools python-six qt5-tools txt2tags 
sip)
 optdepends=('fcgi: Map server'
 'gpsbabel: GPS Tools plugin'
 'gsl: Georeferencer plugin'
@@ -28,22 +28,11 @@
 'python-pygments: MetaSearch plugin'
 'python-numpy: Processing plugin'
 'python-yaml: Processing plugin')
-source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2;
- qgis-pyqt5-sip5.patch
- 
qgis-qt-5.15.patch::"https://github.com/qgis/QGIS/commit/31f586ec.patch;
- qgis-pyqt-5.15.patch)
-sha256sums=('c2b53815f9b994e1662995d1f25f90628156b996758f5471bffb74ab29a95220'
-'47fdab75c94ecf5b61a41b334e23714226e895cef507c35a3bc4b46c7d307981'
-'8c4280b7cb39f8a4bc7d6f3ba70b7a7f3dc4da593f1336429caf90773d401508'
-'ff82eb1fd6a18993a8318c8bd0f45498598c8e5e544fb1f622d4ba0673213351')
+source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('1b76c5278def0c447c3d354149a2afe2562ac26cf0bcbe69b9e0528356d407b8')
 
 prepare() {
   [[ -d build ]] || mkdir build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../qgis-pyqt5-sip5.patch # Use new pyqt sip file location
-  patch -p1 -i ../qgis-qt-5.15.patch # Fix build with Qt 5.15
-  patch -p1 -i ../qgis-pyqt-5.15.patch # Remove MappedType already defined in 
PyQt 5.15
 }
 
 build() {

Deleted: qgis-pyqt-5.15.patch
===
--- qgis-pyqt-5.15.patch2020-06-30 14:55:02 UTC (rev 657168)
+++ qgis-pyqt-5.15.patch2020-06-30 15:05:19 UTC (rev 657169)
@@ -1,82 +0,0 @@
 qgis-3.12.1/python/core/conversions.sip.orig   2020-06-04 
08:42:00.097929859 +
-+++ qgis-3.12.1/python/core/conversions.sip2020-06-04 08:44:29.763486480 
+
-@@ -1435,79 +1435,6 @@
- %End
- };
- 
--template 
--%MappedType QVector< TYPE* >
--{
--%TypeHeaderCode
--#include 
--%End
--
--%ConvertFromTypeCode
--// Create the list
--PyObject *l = PyList_New(sipCpp->size());
--
--if (!l)
--return NULL;
--
--// Set the dictionary elements.
--for( int i = 0; i < sipCpp->size(); i++ )
--{
--TYPE *t = sipCpp->at(i);
--PyObject *tobj = sipConvertFromType(t, sipType_TYPE, sipTransferObj);
--
--if (tobj == NULL || PyList_SetItem(l, i, tobj) < 0)
--{
--Py_DECREF(tobj);
--Py_DECREF(l);
--return NULL;
--}
--}
--
--return l;
--%End
--
--%ConvertToTypeCode
--// Check the type if that is all that is required.
--if (sipIsErr == NULL)
--{
--  if (!PyList_Check(sipPy))
--return 0;
--
--  for (int i = 0; i < PyList_GET_SIZE(sipPy); ++i)
--  {
--if (!sipCanConvertToType(PyList_GET_ITEM(sipPy, i), sipType_TYPE, 
SIP_NOT_NONE))
--  return 0;
--  }
--
--  return 1;
--}
--
--QVector *v = new QVector( PyList_GET_SIZE(sipPy) );
--
--for (int i = 0; i < PyList_GET_SIZE(sipPy); ++i)
--{
--  int state;
--
--  TYPE *t = reinterpret_cast(sipConvertToType(PyList_GET_ITEM(sipPy, i), sipType_TYPE, sipTransferObj, 
SIP_NOT_NONE, , sipIsErr));
--
--  if (*sipIsErr)
--  {
--sipReleaseType(t, sipType_TYPE, state);
--delete v;
--return 0;
--  }
--
--  v->replace( i, t );
--
--  sipReleaseType(t, sipType_TYPE, state);
--}
--
--*sipCppPtr = v;
--
--return sipGetState(sipTransferObj);
--%End
--};
--
- %MappedType QMap
- {
- %TypeHeaderCode

Deleted: qgis-pyqt5-sip5.patch
===
--- 

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

2020-06-30 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, June 30, 2020 @ 14:55:02
  Author: kgizdov
Revision: 657168

archrelease: copy trunk to community-x86_64

Added:
  hevea/repos/community-x86_64/PKGBUILD
(from rev 657167, hevea/trunk/PKGBUILD)
Deleted:
  hevea/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 14:54:54 UTC (rev 657167)
+++ PKGBUILD2020-06-30 14:55:02 UTC (rev 657168)
@@ -1,28 +0,0 @@
-# Maintainer:
-# Contributor: Sergej Pupykin 
-# Contributor: Brian Nguyen 
-# Original Packager: Tom K 
-
-pkgname=hevea
-pkgver=2.32
-pkgrel=1
-pkgdesc="A quite complete and fast LATEX to HTML translator"
-arch=(x86_64)
-depends=('texlive-bin')
-makedepends=('ocaml' 'ocamlbuild')
-license=('GPL')
-url="http://pauillac.inria.fr/~maranget/hevea/;
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-sha256sums=('de55c6809ae077cd9b2cd5c758449907845677258815c96a713764e6e0c59ee8')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" make install
-  mkdir -p "$pkgdir"/usr/share/texmf/tex/latex
-  ln -s /usr/lib/hevea/hevea.sty "$pkgdir"/usr/share/texmf/tex/latex/hevea.sty
-}

Copied: hevea/repos/community-x86_64/PKGBUILD (from rev 657167, 
hevea/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 14:55:02 UTC (rev 657168)
@@ -0,0 +1,28 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Sergej Pupykin 
+# Contributor: Brian Nguyen 
+# Original Packager: Tom K 
+
+pkgname=hevea
+pkgver=2.34
+pkgrel=1
+pkgdesc="A quite complete and fast LATEX to HTML translator"
+arch=(x86_64)
+depends=('texlive-bin')
+makedepends=('ocaml' 'ocamlbuild')
+license=('GPL')
+url="http://pauillac.inria.fr/~maranget/hevea/;
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+sha256sums=('3ad08a0dce6675df3caa912ec1497d8019ce10733263092bbb7482c4fbd7fedf')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" make install
+  mkdir -p "$pkgdir"/usr/share/texmf/tex/latex
+  ln -s /usr/lib/hevea/hevea.sty "$pkgdir"/usr/share/texmf/tex/latex/hevea.sty
+}


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

2020-06-30 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, June 30, 2020 @ 14:54:54
  Author: kgizdov
Revision: 657167

upgpkg: hevea 2.34-1

Modified:
  hevea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 13:44:48 UTC (rev 657166)
+++ PKGBUILD2020-06-30 14:54:54 UTC (rev 657167)
@@ -1,10 +1,10 @@
-# Maintainer:
+# Maintainer: Konstantin Gizdov 
 # Contributor: Sergej Pupykin 
 # Contributor: Brian Nguyen 
 # Original Packager: Tom K 
 
 pkgname=hevea
-pkgver=2.32
+pkgver=2.34
 pkgrel=1
 pkgdesc="A quite complete and fast LATEX to HTML translator"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 license=('GPL')
 url="http://pauillac.inria.fr/~maranget/hevea/;
 
source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-sha256sums=('de55c6809ae077cd9b2cd5c758449907845677258815c96a713764e6e0c59ee8')
+sha256sums=('3ad08a0dce6675df3caa912ec1497d8019ce10733263092bbb7482c4fbd7fedf')
 
 build() {
   cd $pkgname-$pkgver


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

2020-06-30 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, June 30, 2020 @ 13:44:43
  Author: kgizdov
Revision: 657165

upgpkg: python-latexcodec 2.0.1-1

Modified:
  python-latexcodec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 13:37:36 UTC (rev 657164)
+++ PKGBUILD2020-06-30 13:44:43 UTC (rev 657165)
@@ -1,9 +1,10 @@
 # Maintainer: Baptiste Jonglez 
 # Contributor: Patrice Peterson 
 
-pkgname=python-latexcodec
-pkgver=1.0.7
-pkgrel=2
+_pkgname=latexcodec
+pkgname=python-${_pkgname}
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="A lexer and codec to work with LaTeX code in Python"
 arch=('any')
 url="https://github.com/mcmtroffaes/latexcodec;
@@ -10,22 +11,22 @@
 license=('MIT')
 depends=('python-six')
 makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("https://pypi.io/packages/source/l/latexcodec/latexcodec-$pkgver.tar.gz;)
-sha256sums=('ebc183904549b1514ffc29a8768c8b58dc45cb813b94df90bf19f4c7b01fd772')
+checkdepends=('python-nose' 'python-pytest')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mcmtroffaes/${_pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('eda36ddfc969f86c9a8fdd50c12b484fa42dbfa33b84422144643b60081ca022')
 
 build() {
-  cd "$srcdir/latexcodec-$pkgver"
+  cd "${srcdir}/${_pkgname}-${pkgver}"
   python setup.py build
 }
 
 check() {
-  cd "$srcdir/latexcodec-$pkgver"
+  cd "${srcdir}/${_pkgname}-${pkgver}"
   nosetests
 }
 
 package() {
-  cd "$srcdir/latexcodec-$pkgver"
+  cd "${srcdir}/${_pkgname}-${pkgver}"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2020-06-30 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, June 30, 2020 @ 13:44:48
  Author: kgizdov
Revision: 657166

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 13:44:43 UTC (rev 657165)
+++ PKGBUILD2020-06-30 13:44:48 UTC (rev 657166)
@@ -1,31 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Contributor: Patrice Peterson 
-
-pkgname=python-latexcodec
-pkgver=1.0.7
-pkgrel=2
-pkgdesc="A lexer and codec to work with LaTeX code in Python"
-arch=('any')
-url="https://github.com/mcmtroffaes/latexcodec;
-license=('MIT')
-depends=('python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("https://pypi.io/packages/source/l/latexcodec/latexcodec-$pkgver.tar.gz;)
-sha256sums=('ebc183904549b1514ffc29a8768c8b58dc45cb813b94df90bf19f4c7b01fd772')
-
-build() {
-  cd "$srcdir/latexcodec-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/latexcodec-$pkgver"
-  nosetests
-}
-
-package() {
-  cd "$srcdir/latexcodec-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-latexcodec/repos/community-any/PKGBUILD (from rev 657165, 
python-latexcodec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 13:44:48 UTC (rev 657166)
@@ -0,0 +1,32 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Patrice Peterson 
+
+_pkgname=latexcodec
+pkgname=python-${_pkgname}
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A lexer and codec to work with LaTeX code in Python"
+arch=('any')
+url="https://github.com/mcmtroffaes/latexcodec;
+license=('MIT')
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-pytest')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mcmtroffaes/${_pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('eda36ddfc969f86c9a8fdd50c12b484fa42dbfa33b84422144643b60081ca022')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  nosetests
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-06-30 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, June 30, 2020 @ 13:37:36
  Author: kgizdov
Revision: 657164

archrelease: copy trunk to community-any

Added:
  python-antlr4/repos/community-any/PKGBUILD
(from rev 657163, python-antlr4/trunk/PKGBUILD)
  python-antlr4/repos/community-any/fix-tests.patch
(from rev 657163, python-antlr4/trunk/fix-tests.patch)
Deleted:
  python-antlr4/repos/community-any/PKGBUILD

-+
 PKGBUILD|   60 +-
 fix-tests.patch |   53 +++
 2 files changed, 90 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 13:37:21 UTC (rev 657163)
+++ PKGBUILD2020-06-30 13:37:36 UTC (rev 657164)
@@ -1,23 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=python-antlr4
-pkgver=4.7.2
-pkgrel=2
-pkgdesc="ANTLR4 runtime for Python"
-arch=('any')
-url="https://www.antlr.org/;
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/a/antlr4-python3-runtime/antlr4-python3-runtime-$pkgver.tar.gz;)
-sha256sums=('168cdcec8fb9152e84a87ca6fd261b3d54c8f6358f42ab3b813b14a7193bb50b')
-
-build() {
-  cd "$srcdir/antlr4-python3-runtime-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/antlr4-python3-runtime-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-antlr4/repos/community-any/PKGBUILD (from rev 657163, 
python-antlr4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 13:37:36 UTC (rev 657164)
@@ -0,0 +1,37 @@
+# Maintainer: Baptiste Jonglez 
+
+_pkgname=antlr4
+pkgname=python-${_pkgname}
+pkgver=4.8
+pkgrel=1
+pkgdesc="ANTLR4 runtime for Python"
+arch=('any')
+url="https://www.antlr.org/;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/antlr/${_pkgname}/archive/${pkgver}.tar.gz;
+'fix-tests.patch')
+sha256sums=('992d52444b81ed75e52ea62f9f38ecb7652d5ce2a2130af143912b3042a6d77e'
+'dd83a2cc00457123c8b52da018d05a7e80d251adba0f39bf287258f97892a698')
+
+prepare() {
+  patch -Np1 -i "${srcdir}"/fix-tests.patch -d 
"${srcdir}/${_pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}/runtime/Python3"
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}/${_pkgname}-${pkgver}/runtime/Python3"
+  python setup.py test
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}/runtime/Python3"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 "${srcdir}/${_pkgname}-${pkgver}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}"/LICENSE
+}

Copied: python-antlr4/repos/community-any/fix-tests.patch (from rev 657163, 
python-antlr4/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2020-06-30 13:37:36 UTC (rev 657164)
@@ -0,0 +1,53 @@
+diff -aur antlr4-4.8-old/runtime/Python3/test/ctest.py 
antlr4-4.8-new/runtime/Python3/test/ctest.py
+--- antlr4-4.8-old/runtime/Python3/test/ctest.py   2020-01-19 
18:18:55.0 +0200
 antlr4-4.8-new/runtime/Python3/test/ctest.py   2020-06-30 
16:32:13.862026103 +0300
+@@ -7,8 +7,8 @@
+ import sys
+ sys.setrecursionlimit(4000)
+ import antlr4
+-from parser.cparser import CParser
+-from parser.clexer import CLexer
++from .parser.cparser import CParser
++from .parser.clexer import CLexer
+ from datetime import datetime
+ import cProfile
+ 
+diff -aur antlr4-4.8-old/runtime/Python3/test/run.py 
antlr4-4.8-new/runtime/Python3/test/run.py
+--- antlr4-4.8-old/runtime/Python3/test/run.py 2020-01-19 18:18:55.0 
+0200
 antlr4-4.8-new/runtime/Python3/test/run.py 2020-06-30 16:32:26.675359328 
+0300
+@@ -3,6 +3,6 @@
+ src_path = 
os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'src')
+ sys.path.insert(0,src_path)
+ from TestTokenStreamRewriter import TestTokenStreamRewriter
+-from xpathtest import XPathTest
++from .xpathtest import XPathTest
+ import unittest
+-unittest.main()
+\ No newline at end of file
++unittest.main()
+diff -aur antlr4-4.8-old/runtime/Python3/test/TestTokenStreamRewriter.py 
antlr4-4.8-new/runtime/Python3/test/TestTokenStreamRewriter.py
+--- antlr4-4.8-old/runtime/Python3/test/TestTokenStreamRewriter.py 
2020-01-19 18:18:55.0 +0200
 antlr4-4.8-new/runtime/Python3/test/TestTokenStreamRewriter.py 
2020-06-30 16:32:36.462025917 +0300
+@@ -5,7 +5,7 @@
+ import unittest
+ 
+ 
+-from mocks.TestLexer import TestLexer, TestLexer2
++from .mocks.TestLexer import TestLexer, TestLexer2
+ from antlr4.TokenStreamRewriter import TokenStreamRewriter
+ from 

[arch-commits] Commit in python-antlr4/trunk (PKGBUILD fix-tests.patch)

2020-06-30 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, June 30, 2020 @ 13:37:21
  Author: kgizdov
Revision: 657163

upgpkg: python-antlr4 4.8-1

Added:
  python-antlr4/trunk/fix-tests.patch
Modified:
  python-antlr4/trunk/PKGBUILD

-+
 PKGBUILD|   28 +---
 fix-tests.patch |   53 +
 2 files changed, 74 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 13:02:16 UTC (rev 657162)
+++ PKGBUILD2020-06-30 13:37:21 UTC (rev 657163)
@@ -1,8 +1,9 @@
 # Maintainer: Baptiste Jonglez 
 
-pkgname=python-antlr4
-pkgver=4.7.2
-pkgrel=2
+_pkgname=antlr4
+pkgname=python-${_pkgname}
+pkgver=4.8
+pkgrel=1
 pkgdesc="ANTLR4 runtime for Python"
 arch=('any')
 url="https://www.antlr.org/;
@@ -9,15 +10,28 @@
 license=('BSD')
 depends=('python')
 makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/a/antlr4-python3-runtime/antlr4-python3-runtime-$pkgver.tar.gz;)
-sha256sums=('168cdcec8fb9152e84a87ca6fd261b3d54c8f6358f42ab3b813b14a7193bb50b')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/antlr/${_pkgname}/archive/${pkgver}.tar.gz;
+'fix-tests.patch')
+sha256sums=('992d52444b81ed75e52ea62f9f38ecb7652d5ce2a2130af143912b3042a6d77e'
+'dd83a2cc00457123c8b52da018d05a7e80d251adba0f39bf287258f97892a698')
 
+prepare() {
+  patch -Np1 -i "${srcdir}"/fix-tests.patch -d 
"${srcdir}/${_pkgname}-${pkgver}"
+}
+
 build() {
-  cd "$srcdir/antlr4-python3-runtime-$pkgver"
+  cd "${srcdir}/${_pkgname}-${pkgver}/runtime/Python3"
   python setup.py build
 }
 
+check() {
+  cd "${srcdir}/${_pkgname}-${pkgver}/runtime/Python3"
+  python setup.py test
+}
+
 package() {
-  cd "$srcdir/antlr4-python3-runtime-$pkgver"
+  cd "${srcdir}/${_pkgname}-${pkgver}/runtime/Python3"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 "${srcdir}/${_pkgname}-${pkgver}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}"/LICENSE
 }

Added: fix-tests.patch
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2020-06-30 13:37:21 UTC (rev 657163)
@@ -0,0 +1,53 @@
+diff -aur antlr4-4.8-old/runtime/Python3/test/ctest.py 
antlr4-4.8-new/runtime/Python3/test/ctest.py
+--- antlr4-4.8-old/runtime/Python3/test/ctest.py   2020-01-19 
18:18:55.0 +0200
 antlr4-4.8-new/runtime/Python3/test/ctest.py   2020-06-30 
16:32:13.862026103 +0300
+@@ -7,8 +7,8 @@
+ import sys
+ sys.setrecursionlimit(4000)
+ import antlr4
+-from parser.cparser import CParser
+-from parser.clexer import CLexer
++from .parser.cparser import CParser
++from .parser.clexer import CLexer
+ from datetime import datetime
+ import cProfile
+ 
+diff -aur antlr4-4.8-old/runtime/Python3/test/run.py 
antlr4-4.8-new/runtime/Python3/test/run.py
+--- antlr4-4.8-old/runtime/Python3/test/run.py 2020-01-19 18:18:55.0 
+0200
 antlr4-4.8-new/runtime/Python3/test/run.py 2020-06-30 16:32:26.675359328 
+0300
+@@ -3,6 +3,6 @@
+ src_path = 
os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'src')
+ sys.path.insert(0,src_path)
+ from TestTokenStreamRewriter import TestTokenStreamRewriter
+-from xpathtest import XPathTest
++from .xpathtest import XPathTest
+ import unittest
+-unittest.main()
+\ No newline at end of file
++unittest.main()
+diff -aur antlr4-4.8-old/runtime/Python3/test/TestTokenStreamRewriter.py 
antlr4-4.8-new/runtime/Python3/test/TestTokenStreamRewriter.py
+--- antlr4-4.8-old/runtime/Python3/test/TestTokenStreamRewriter.py 
2020-01-19 18:18:55.0 +0200
 antlr4-4.8-new/runtime/Python3/test/TestTokenStreamRewriter.py 
2020-06-30 16:32:36.462025917 +0300
+@@ -5,7 +5,7 @@
+ import unittest
+ 
+ 
+-from mocks.TestLexer import TestLexer, TestLexer2
++from .mocks.TestLexer import TestLexer, TestLexer2
+ from antlr4.TokenStreamRewriter import TokenStreamRewriter
+ from antlr4.InputStream import InputStream
+ from antlr4.CommonTokenStream import CommonTokenStream
+diff -aur antlr4-4.8-old/runtime/Python3/test/xpathtest.py 
antlr4-4.8-new/runtime/Python3/test/xpathtest.py
+--- antlr4-4.8-old/runtime/Python3/test/xpathtest.py   2020-01-19 
18:18:55.0 +0200
 antlr4-4.8-new/runtime/Python3/test/xpathtest.py   2020-06-30 
16:32:44.398692519 +0300
+@@ -2,8 +2,8 @@
+ from antlr4 import InputStream, CommonTokenStream, TerminalNode
+ from antlr4.xpath.XPath import XPath
+ import unittest
+-from expr.ExprParser import ExprParser
+-from expr.ExprLexer  import ExprLexer
++from .expr.ExprParser import ExprParser
++from .expr.ExprLexer  import ExprLexer
+ 
+ def tokenToString(token, ruleNames):
+ if isinstance(token, TerminalNode):


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

2020-06-30 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, June 30, 2020 @ 13:02:09
  Author: kgizdov
Revision: 657161

upgpkg: confuse 3.3-1

Modified:
  confuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 12:59:01 UTC (rev 657160)
+++ PKGBUILD2020-06-30 13:02:09 UTC (rev 657161)
@@ -5,7 +5,7 @@
 # Maintainer: Baptiste Jonglez 
 
 pkgname=confuse
-pkgver=3.2.2
+pkgver=3.3
 pkgrel=1
 pkgdesc='C-library for parsing configuration files'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('glibc')
 
source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 options=('!emptydirs')
-sha256sums=('71316b55592f8d0c98924242c98dbfa6252153a8b6e7d89e57fe6923934d77d0')
+sha256sums=('3a59ded20bc652eaa8e6261ab46f7e483bc13dad79263c15af42ecbb329707b8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-06-30 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, June 30, 2020 @ 13:02:16
  Author: kgizdov
Revision: 657162

archrelease: copy trunk to community-x86_64

Added:
  confuse/repos/community-x86_64/PKGBUILD
(from rev 657161, confuse/trunk/PKGBUILD)
Deleted:
  confuse/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 13:02:09 UTC (rev 657161)
+++ PKGBUILD2020-06-30 13:02:16 UTC (rev 657162)
@@ -1,33 +0,0 @@
-# Contributor : Ionut Biru 
-# Contributor: Roman Kyrylych 
-# Contributor: Alexander Mieland (dma147) 
-# Contributor: Thorsten Töpper 
-# Maintainer: Baptiste Jonglez 
-
-pkgname=confuse
-pkgver=3.2.2
-pkgrel=1
-pkgdesc='C-library for parsing configuration files'
-arch=('x86_64')
-url='https://github.com/martinh/libconfuse'
-license=('LGPL')
-depends=('glibc')
-source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-options=('!emptydirs')
-sha256sums=('71316b55592f8d0c98924242c98dbfa6252153a8b6e7d89e57fe6923934d77d0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: confuse/repos/community-x86_64/PKGBUILD (from rev 657161, 
confuse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 13:02:16 UTC (rev 657162)
@@ -0,0 +1,33 @@
+# Contributor : Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Alexander Mieland (dma147) 
+# Contributor: Thorsten Töpper 
+# Maintainer: Baptiste Jonglez 
+
+pkgname=confuse
+pkgver=3.3
+pkgrel=1
+pkgdesc='C-library for parsing configuration files'
+arch=('x86_64')
+url='https://github.com/martinh/libconfuse'
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+options=('!emptydirs')
+sha256sums=('3a59ded20bc652eaa8e6261ab46f7e483bc13dad79263c15af42ecbb329707b8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2020-06-30 Thread Andrew Crerar via arch-commits
Date: Tuesday, June 30, 2020 @ 12:59:01
  Author: andrewsc
Revision: 657160

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 12:58:35 UTC (rev 657159)
+++ PKGBUILD2020-06-30 12:59:01 UTC (rev 657160)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=78.0b9
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  'eo  "Esperanto"'
-  'es-AR   "Spanish (Argentina)"'
-  'es-CL   "Spanish (Chile)"'
-  'es-ES   "Spanish (Spain)"'
-  'es-MX   "Spanish (Mexico)"'
-  'et  "Estonian"'
-  'eu  "Basque"'
-  'fa  "Persian"'
-  'ff  "Fulah"'
-  'fi  "Finnish"'
-  'fr  "French"'
-  'fy-NL   "Frisian"'
-  'ga-IE   "Irish"'
-  'gd  "Gaelic (Scotland)"'
-  'gl  "Galician"'
-  'gn  "Guarani"'
-  'gu-IN   "Gujarati (India)"'
-  'he  "Hebrew"'
-  'hi-IN   "Hindi (India)"'
-  'hr  "Croatian"'
-  'hsb "Upper Sorbian"'
-  'hu  "Hungarian"'
-  'hy-AM   "Armenian"'
-  'ia  "Interlingua"'
-  'id  "Indonesian"'
-  'is  "Icelandic"'
-  'it  "Italian"'
-  'ja  "Japanese"'
-  'ka  "Georgian"'
-  'kab "Kabyle"'
-  'kk  "Kazakh"'
-  'km  "Khmer"'
-  'kn  "Kannada"'
-  'ko  "Korean"'
-  'lij "Ligurian"'
-  'lt  "Lithuanian"'
-  'lv  "Latvian"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  'pa-IN   "Punjabi (India)"'
-  'pl  "Polish"'
-  'pt-BR   "Portuguese (Brazilian)"'
-  'pt-PT   "Portuguese (Portugal)"'
-  'rm  "Romansh"'
-  'ro  "Romanian"'
-  'ru  "Russian"'
-  'si  "Sinhala"'
-  'sk  "Slovak"'
-  'sl  "Slovenian"'
-  'son "Songhai"'
-  'sq  "Albanian"'
-  'sr  "Serbian"'
-  'sv-SE   "Swedish"'
-  'ta  "Tamil"'
-  'te  "Telugu"'
-  'th  "Thai"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('a30b2fbaeaa93e1c72aa188601852153e619d07b5b9b8924fdce4da1f4c75762ce86b532fc895aa512d008a84dd92f79c29b2e89a6ea984c28ba673352f66e90'
-
'de7e4a2a64bb47f877da1d0e81ee375ae82abd6581bc1b0866dc0e5f6f2f23ee07d68732b89c0d69fca82364197384a521fae24de8d6975bebee3f3b5d022bf0'
-
'f7d5b5f47a036ba1ddabe16d8504d00b6b0ee9db0bedefb48a86c31d1863412b7ec6f4571c07de407e2fe4365f86ce56f9f94e3f850cf36644039f1e8ddd1f46'
-

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

2020-06-30 Thread Andrew Crerar via arch-commits
Date: Tuesday, June 30, 2020 @ 12:58:35
  Author: andrewsc
Revision: 657159

upgpkg: firefox-developer-edition-i18n 79.0b1-1

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

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 12:26:48 UTC (rev 657158)
+++ PKGBUILD2020-06-30 12:58:35 UTC (rev 657159)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=78.0b9
+pkgver=79.0b1
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('a30b2fbaeaa93e1c72aa188601852153e619d07b5b9b8924fdce4da1f4c75762ce86b532fc895aa512d008a84dd92f79c29b2e89a6ea984c28ba673352f66e90'
-
'de7e4a2a64bb47f877da1d0e81ee375ae82abd6581bc1b0866dc0e5f6f2f23ee07d68732b89c0d69fca82364197384a521fae24de8d6975bebee3f3b5d022bf0'
-
'f7d5b5f47a036ba1ddabe16d8504d00b6b0ee9db0bedefb48a86c31d1863412b7ec6f4571c07de407e2fe4365f86ce56f9f94e3f850cf36644039f1e8ddd1f46'
-
'f98338044a7185af82d1e7af4f0d09bfdb800d1404d79340584a8de36d7c773bb66fc2e1656af28cf5768edaa4b0fc014d7aee74e7c15cf189ba363854b27b2f'
-
'1cc048de19dd62df6136672ccbedb3a053e33ca5a72f3b8669dac19943bb1056e9a798e1b89f05a37643c1b3380809651ccbc92fbb8b2dad4dc2edc07f7edf87'
-
'8f8428ab608014dcaeabceb12ad3e8e006415efd156dfb24bec2637464af297e2d0c03110f766e798e19f2428d6a6e209a9663002894d74eb0b38a9185684941'
-
'684c63d7b506c863f2922607b412e7b3d7626af2d7731e78bd4228a31a81826df262f50feb48d8f0798d91cb4720834b5aaeeadd8b2067bc2b0e7e34ea7c'
-
'80d28ea203d1a8c97300dc9c7dca240c912bfb9cba8521402a71efc09632f6598d8de3337427fdc5dae4ad22ba1467c1daf7a481c7a3b6f591712309cf2835e1'
-
'e79c6d5d7d136b4f38121cede0899a973ff36b432bdafaaa789a616a421c030adb88b50a8669e40de300baa6412d739c814e8a99a5333024cf3858beb84986a8'
-
'7524e9a041248a9553dfcc52144956253fd0f1039b427bf17cd027922a90da5470e4728c6b6e05c5cca7ce3b5765722e609d453900b0fd9b20c76ab0bf2e4bf8'
-
'082cdf89344e2fc508306af4f791425e7ac0fbae3c6f2c355983057e99a840df6ff34cf353ef1750315e615fde110318d35c058ac307dfcc033b2931bddd65f1'
-
'59c92467317b2656579a975aea405338d4def13ec6499c6cc911ebbcb23f82ab533cd2277e75cad614ac36dafe1f38da32795a6d53b881a6a24685d3946978af'
-
'96961e9d04f41028c10aabf9972a925c7d0eab5ff1b0687ae1001a56602227f3a016fd9b9270f031ace1fb49677d8d38c6991e3a7fac5460ee9cd937c0e05bfc'
-
'cb652a461abdffb65e07f2151d9ae5d503228c33394fd709d91e648c5921c962fbf629a45d769c3743a4ce27cba8a75de31da1e9768e6686aede123001b0e594'
-
'c357410b0cf8b8d9eacd76615c0f7feba125118518d5865b385a7b231172f322ac9c59f9669645e757eed04db7b220ef4a48bd5273072c1c57f49404d7cf2ec5'
-
'4eb6fc79ab0fb5a6bce75e2c09d88e21a5ea5eb007d058595794ab6560ef008afdc09a018522357600d5e8218cbc5f9e6c915c40ff803af61abed8c498c58728'
-
'e3d068bc9a631dc3265b55a72933e1434de720402bb377be6d34a5b7fcd259645adc941740f768c5b545cfb820f458b02bd3ef4e4fddb4fd4eae7f69b63ba86c'
-
'8c42941ccc2409f8bfe5e843795272030ca76925522712020447ca907f7949e0bd776917f46d0b821f0b3aa6576807a76cc00915f25953da990f4223b1725eb8'
-
'4ef179f2ac77d2bcf0981c6ff2f6a49c79136292d6d1fa53e05d026b9ad1670c7ce3e49802c304768e6d065560750eb9ddf95e191c2dc9f645d0e1b3b0ccc085'
-
'7fc9b8a4d5486223a8728d214b5279f3f415a161fca77747a9e1c8d44b950b9667e60fde75fabf5d97cc70f4276b125292bb5181960b206fc7b5f5891709ff8c'
-
'99793a9accfe101504181206a4348a0b469766908d316a78bdef7895f8cab840fa88d68647e6a59adbc97b2bab7dbb2709e7e840f46a8c057599ff2cb9888248'
-
'eac4d7815f18ba0c33befb6ac53b22066593977a64b33e9c00d328dc41abe30b4afb3e4dd77c69846936ebcd2fa5c7ca767a5fe2b7de0027bdbee49a90a8277f'
-
'310860caf89d0eed5b73f8665cc5e847d59d8ad654ed42e2b82e03d78c6a532eaec8e22a2ff6fd0aa13d7c3368345bdb6dda451c97c3688fe782a0bd5def0381'
-
'1f203c1a725dc0fb06c5f50373eaec3a7e897fdff40e3972f561786b62232908861da28102b6f11eaaed5ff0ebc5e14ad96d00a39fe5f3054c2acf14e4391485'
-
'9514c84a3d4a124305e31eaa358a2705822be6270f417ee814cfe50cb9e3c3c54082292dfc095689606266428c9f73e98cf7eb2b19b1ec4f0d3f606be75ee5b7'
-
'29abeb20df3f7db4ab0a779673617cb3808ce74124896bd6e3d345d673972cf42c9652b01e1b2fac501b733fe648a0929f56ff21cefca6a64e1bfbea07879f07'
-
'65ece5312f372890ea072eb2ddf1657b679b0fb6306a074b78cb69602a18008d7c860cdb3d591c1d6526b4f2069ec2f93f4cfdf31e425c8ddc545b80e8033dec'
-
'89fefb997d1e2e45b53d87b543fc58b203624d4367d68ba2bc32d12103bdc8edb6b68c25efbd193ce9607838c79c12d5ff9dfabe91bd9212b283d6137f08b40f'
-

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

2020-06-30 Thread Andrew Crerar via arch-commits
Date: Tuesday, June 30, 2020 @ 12:26:48
  Author: andrewsc
Revision: 657158

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
(from rev 657157, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 657157, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 657157, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 657157, firefox-developer-edition/trunk/firefox-install-dir.patch)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch

+
 0001_Use_remoting_name_for_GDK_application_names.patch |   96 +-
 PKGBUILD   |  446 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 4 files changed, 654 insertions(+), 654 deletions(-)

Deleted: 0001_Use_remoting_name_for_GDK_application_names.patch
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  2020-06-30 
12:26:24 UTC (rev 657157)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-06-30 
12:26:48 UTC (rev 657158)
@@ -1,48 +0,0 @@
-# HG changeset patch
-# User Andrew Crerar 
-# Date 153129 14400
-#  Thu May 07 16:25:29 2020 -0400
-# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
-# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
-Use remoting name for GDK application names
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3703,11 +3703,7 @@
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -178,10 +179,8 @@
-   // creating top-level windows. (At this point, a child process hasn't
-   // received the list of registered chrome packages, so the
-   // GetBrandShortName call would fail anyway.)
--  nsAutoString brandName;
--  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--  if (!brandName.IsEmpty()) {
--gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+  if (gAppData) {
-+gdk_set_program_class(gAppData->remotingName);
-   }
- }
-   }

Copied: 
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
 (from rev 657157, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  
(rev 0)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-06-30 
12:26:48 UTC (rev 657158)
@@ -0,0 +1,48 @@
+# HG changeset patch
+# User Andrew Crerar 
+# Date 153129 14400
+#  Thu May 07 16:25:29 2020 -0400
+# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
+# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
+Use remoting name for GDK application names
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3703,11 +3703,7 @@
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,7 @@
+ #  include "WakeLockListener.h"
+ #endif
+ #include "gfxPlatform.h"
++#include "nsAppRunner.h"
+ 

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

2020-06-30 Thread Andrew Crerar via arch-commits
Date: Tuesday, June 30, 2020 @ 12:26:24
  Author: andrewsc
Revision: 657157

upgpkg: firefox-developer-edition 79.0b1-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 11:55:56 UTC (rev 657156)
+++ PKGBUILD2020-06-30 12:26:24 UTC (rev 657157)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=78.0b9
+pkgver=79.0b1
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 firefox-install-dir.patch
 0001_Use_remoting_name_for_GDK_application_names.patch
 "$pkgname".desktop)
-sha512sums=('500fe4ab64913e4b51f8c55ca2ac8462b64a265d5c18b5c4413552f59b771fb5e29c3109ba73b1781162d0d8d5ac7097c3e9165e6850a68f1865c4dcc3a258b8'
+sha512sums=('036a7f431376a643459d852a6e83c846d73c9e04f4d6e4fca47b7104d6d87884ce95e3aea462598865272509e673b1a1f287a26a95c9333678d71334ef5a7402'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'812f0f34d16472a305ad78b5b22f4d0ef0ac63e47e10700954f4e3374cfe25d596a9ef137ea48a421128d504affb653cf310bd3c33bc313d505924f8f392ad8f'


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

2020-06-30 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, June 30, 2020 @ 11:55:54
  Author: kgizdov
Revision: 657155

archrelease: copy trunk to community-x86_64

Added:
  xbindkeys/repos/community-x86_64/
  xbindkeys/repos/community-x86_64/PKGBUILD
(from rev 657154, xbindkeys/trunk/PKGBUILD)

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

Copied: xbindkeys/repos/community-x86_64/PKGBUILD (from rev 657154, 
xbindkeys/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-06-30 11:55:54 UTC (rev 657155)
@@ -0,0 +1,28 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Yusuf Aktepe 
+# Contributor: Florian Pritz 
+# Contributor: Daniel J Griffiths 
+# Contributor: Thayer Williams 
+
+pkgname=xbindkeys
+pkgver=1.8.7
+pkgrel=2
+pkgdesc="Launch shell commands with your keyboard or your mouse under X"
+arch=('x86_64')
+url="https://www.nongnu.org/xbindkeys/xbindkeys.html;
+license=('GPL')
+depends=('libx11' 'guile')
+optdepends=('tk: xbindkeys_show')
+source=(https://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a29b86a8ec91d4abc83b420e547da27470847d0efe808aa6e75147aa0adb82f2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in (4 files)

2020-06-30 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, June 30, 2020 @ 11:55:36
  Author: kgizdov
Revision: 657154

adopt xbindkeys

Added:
  xbindkeys/
  xbindkeys/repos/
  xbindkeys/trunk/
  xbindkeys/trunk/PKGBUILD

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

Added: xbindkeys/trunk/PKGBUILD
===
--- xbindkeys/trunk/PKGBUILD(rev 0)
+++ xbindkeys/trunk/PKGBUILD2020-06-30 11:55:36 UTC (rev 657154)
@@ -0,0 +1,28 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Yusuf Aktepe 
+# Contributor: Florian Pritz 
+# Contributor: Daniel J Griffiths 
+# Contributor: Thayer Williams 
+
+pkgname=xbindkeys
+pkgver=1.8.7
+pkgrel=2
+pkgdesc="Launch shell commands with your keyboard or your mouse under X"
+arch=('x86_64')
+url="https://www.nongnu.org/xbindkeys/xbindkeys.html;
+license=('GPL')
+depends=('libx11' 'guile')
+optdepends=('tk: xbindkeys_show')
+source=(https://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a29b86a8ec91d4abc83b420e547da27470847d0efe808aa6e75147aa0adb82f2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in buildbot/trunk (PKGBUILD sqlalchemy-1.13.18.diff)

2020-06-30 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, June 30, 2020 @ 11:29:21
  Author: yan12125
Revision: 657153

buildbot: add a patch for compatibility with SQLAlchemy 1.13.18

Ref: https://github.com/buildbot/buildbot/pull/5387#issuecomment-651732731

Added:
  buildbot/trunk/sqlalchemy-1.13.18.diff
Modified:
  buildbot/trunk/PKGBUILD

-+
 PKGBUILD|7 +--
 sqlalchemy-1.13.18.diff |   13 +
 2 files changed, 18 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 10:42:23 UTC (rev 657152)
+++ PKGBUILD2020-06-30 11:29:21 UTC (rev 657153)
@@ -26,11 +26,13 @@
  git yarn)
 
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.asc}
 
"git+https://github.com/buildbot/buildbot-contrib.git#commit=$_bb_contrib_commit;
-"reproducible-html.diff")
+"reproducible-html.diff"
+"sqlalchemy-1.13.18.diff")
 sha256sums=('e5ef72bba5eee9f84f5c2df45fb6238537714c7ce9f9838418d385a3722948c9'
 'SKIP'
 'SKIP'
-'b921d29994eff3af134ca1b37acf291a6a95f5da35a2a4f885557adcca22f864')
+'b921d29994eff3af134ca1b37acf291a6a95f5da35a2a4f885557adcca22f864'
+'cd6119e8f8346ad2bcfedb3bfdbfcdcbb9908ea1db9f3ec09d323f6c9d13d9df')
 validpgpkeys=(
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
 (@tardyp on GitHub)
   'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
 (@p12tic on GitHub)
@@ -39,6 +41,7 @@
 prepare() {
   cd buildbot-$pkgver
   patch -Np1 -i ../reproducible-html.diff
+  patch -Np1 -i ../sqlalchemy-1.13.18.diff
 
   # HACK: do not use virtualenv
   sed -i -e 's#frontend_deps:.*#frontend_deps:#' Makefile

Added: sqlalchemy-1.13.18.diff
===
--- sqlalchemy-1.13.18.diff (rev 0)
+++ sqlalchemy-1.13.18.diff 2020-06-30 11:29:21 UTC (rev 657153)
@@ -0,0 +1,13 @@
+diff --git a/master/buildbot/db/enginestrategy.py 
b/master/buildbot/db/enginestrategy.py
+index 7cd014e37..cb835602b 100644
+--- a/master/buildbot/db/enginestrategy.py
 b/master/buildbot/db/enginestrategy.py
+@@ -216,7 +216,7 @@ class 
BuildbotEngineStrategy(strategies.PlainEngineStrategy):
+ raise TypeError("Buildbot requires use_unicode=True " +
+ "(and adds it automatically)")
+ else:
+-u.query['use_unicode'] = True
++u.query['use_unicode'] = "True"
+ 
+ if 'charset' in u.query:
+ if u.query['charset'] != "utf8":


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 10:42:23
  Author: felixonmars
Revision: 657152

archrelease: copy trunk to community-x86_64

Added:
  startdde/repos/community-x86_64/PKGBUILD
(from rev 657151, startdde/trunk/PKGBUILD)
Deleted:
  startdde/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 10:41:49 UTC (rev 657151)
+++ PKGBUILD2020-06-30 10:42:23 UTC (rev 657152)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=5.5.0.5
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager'
- 'deepin-session-shell' 'deepin-session-ui' 'libgnome-keyring')
-makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
- 'golang-deepin-lib' 'golang-deepin-dde-api' 'go' 'git' 'jq'
- 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
-optdepends=('deepin-wm: Legacy 3D window manager'
-'deepin-metacity: Legacy 2D window manager'
-'deepin-kwin: Preferred window manager')
-replaces=('deepin-wm-switcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
-sha512sums=('9490ee8c784702be10d4483c07409f4db84936db1991dec230931a3f6226b0753a4fe774a14c2253097dbbf009e1e0443fcf1d9fc3d1428055ad5c20fe470ce1')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/cryptix/wav golang.org/x/xerrors
-
-  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd startdde-$pkgver
-  make
-}
-
-package() {
-  cd startdde-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix env file permission
-  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
-
-  # Don't rely on deepin-session's location
-  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
-  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
-  rmdir "$pkgdir"/etc/X11/Xsession.d
-}

Copied: startdde/repos/community-x86_64/PKGBUILD (from rev 657151, 
startdde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 10:42:23 UTC (rev 657152)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=5.5.0.5
+pkgrel=2
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager'
+ 'deepin-session-shell' 'deepin-session-ui' 'libgnome-keyring')
+makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
+ 'golang-deepin-lib' 'golang-deepin-dde-api' 'go' 'git' 'jq'
+ 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
+optdepends=('deepin-wm: Legacy 3D window manager'
+'deepin-metacity: Legacy 2D window manager'
+'deepin-kwin: Preferred window manager')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
+sha512sums=('9490ee8c784702be10d4483c07409f4db84936db1991dec230931a3f6226b0753a4fe774a14c2253097dbbf009e1e0443fcf1d9fc3d1428055ad5c20fe470ce1')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/cryptix/wav golang.org/x/xerrors
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix env file permission
+  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
+
+  # Don't rely on deepin-session's location
+  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
+  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
+  rmdir "$pkgdir"/etc/X11/Xsession.d
+}


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 10:41:49
  Author: felixonmars
Revision: 657151

upgpkg: startdde 5.5.0.5-2: rebuild with golang-deepin-lib 5.5.0.1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 10:40:41 UTC (rev 657150)
+++ PKGBUILD2020-06-30 10:41:49 UTC (rev 657151)
@@ -4,7 +4,7 @@
 
 pkgname=startdde
 pkgver=5.5.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/startdde;


[arch-commits] Commit in deepin-daemon/repos/community-x86_64 (8 files)

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 10:40:41
  Author: felixonmars
Revision: 657150

archrelease: copy trunk to community-x86_64

Added:
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 657149, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/dde-daemon_5.9.4.2.diff
(from rev 657149, deepin-daemon/trunk/dde-daemon_5.9.4.2.diff)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 657149, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 657149, deepin-daemon/trunk/deepin-daemon.sysusers)
Deleted:
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/dde-daemon_5.9.4.2.diff
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers

-+
 PKGBUILD|  145 ++
 dde-daemon_5.9.4.2.diff |  108 +-
 deepin-daemon.install   |6 -
 deepin-daemon.sysusers  |4 -
 4 files changed, 131 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 10:40:10 UTC (rev 657149)
+++ PKGBUILD2020-06-30 10:40:41 UTC (rev 657150)
@@ -1,73 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-daemon
-pkgver=5.11.0.12
-_commit=ef624af738432561de2eee90a531394e38a670d9
-pkgrel=1
-pkgdesc='Daemon handling the DDE session settings'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-daemon;
-license=('GPL3')
-depends=('deepin-desktop-schemas' 'ddcutil' 'deepin-api' 'gvfs' 'iso-codes' 
'lsb-release'
- 'mobile-broadband-provider-info' 'deepin-polkit-agent'
- 'deepin-polkit-agent-ext-gnomekeyring' 'udisks2' 'upower'
- 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
- 'org.freedesktop.secrets' 'noto-fonts' 'imwheel')
-makedepends=('golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir' 
'golang-deepin-lib'
- 'golang-deepin-dde-api' 'golang-github-nfnt-resize' 
'golang-gopkg-yaml.v2' 'sqlite' 'deepin-gettext-tools'
- 'git' 'mercurial' 'python-gobject' 'networkmanager' 'bluez' 'go')
-optdepends=('networkmanager: for network management support'
-'bluez: for bluetooth support'
-'iw: for miracast module'
-'proxychains-ng: for proxy configuration module')
-conflicts=('dde-daemon')
-replaces=('dde-daemon')
-groups=('deepin')
-install="${pkgname}.install"
-source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$_commit.tar.gz;
-dde-daemon_5.9.4.2.diff
-'deepin-daemon.sysusers')
-sha512sums=('6318c0056ad54c4531f004ba3356505c49e9d287a0fd19b9defa6d952e7ae61f18fa5d8f9d6123ead094c6d7a9ae9fa5718857710a497b070f4aac99e418ce1f'
-
'188bb74fc4deddd2d9cbc210ec487b45664178524294d9a98e47cd4c8a70e369fd3441697bc50b696a975cfbbbfa1d1798b1ae25469abee50eb84e4bef27'
-
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
-
-prepare() {
-  cd dde-daemon-$_commit
-  patch -p1 -i ../dde-daemon_5.9.4.2.diff
-
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-
-  # golang-deepin-lib's dependency, remove when go packaging resumes
-  go get github.com/cryptix/wav
-
-  go get github.com/axgle/mahonia github.com/msteinert/pam 
github.com/gosexy/gettext github.com/rickb777/date \
- github.com/jinzhu/gorm github.com/kelvins/sunrisesunset 
github.com/mozillazg/go-pinyin github.com/teambition/rrule-go \
- golang.org/x/xerrors github.com/mattn/go-sqlite3
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 accounts/user.go
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd dde-daemon-$_commit
-  make -C network/nm_generator gen-nm-code
-  make
-}
-
-package() {
-  cd dde-daemon-$_commit
-  make DESTDIR="$pkgdir" PAM_MODULE_DIR=usr/lib/security install
-
-  mv "$pkgdir"{,/usr}/lib/systemd
-  mv "$pkgdir"{,/usr}/lib/udev
-  rmdir "$pkgdir"/lib
-
-  install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
-}

Copied: deepin-daemon/repos/community-x86_64/PKGBUILD (from rev 657149, 
deepin-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 10:40:41 UTC (rev 657150)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-daemon
+pkgver=5.11.0.12
+pkgrel=2

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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 10:40:10
  Author: felixonmars
Revision: 657149

upgpkg: deepin-daemon 5.11.0.12-2

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 10:38:52 UTC (rev 657148)
+++ PKGBUILD2020-06-30 10:40:10 UTC (rev 657149)
@@ -4,8 +4,7 @@
 
 pkgname=deepin-daemon
 pkgver=5.11.0.12
-_commit=ef624af738432561de2eee90a531394e38a670d9
-pkgrel=1
+pkgrel=2
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-daemon;
@@ -25,16 +24,16 @@
 conflicts=('dde-daemon')
 replaces=('dde-daemon')
 groups=('deepin')
-install="${pkgname}.install"
-source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$_commit.tar.gz;
+install="$pkgname.install"
+source=("https://github.com/linuxdeepin/dde-daemon/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 dde-daemon_5.9.4.2.diff
 'deepin-daemon.sysusers')
-sha512sums=('6318c0056ad54c4531f004ba3356505c49e9d287a0fd19b9defa6d952e7ae61f18fa5d8f9d6123ead094c6d7a9ae9fa5718857710a497b070f4aac99e418ce1f'
+sha512sums=('b05ffa55442f84567c0c0ea9dadf812a5352c205beb0c1571758e26365fc02b5bea080b6f082ddfa8397ffc32a820b1c78681fa238521ae1f8855724e7bd0caa'
 
'188bb74fc4deddd2d9cbc210ec487b45664178524294d9a98e47cd4c8a70e369fd3441697bc50b696a975cfbbbfa1d1798b1ae25469abee50eb84e4bef27'
 
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 
 prepare() {
-  cd dde-daemon-$_commit
+  cd dde-daemon-$pkgver
   patch -p1 -i ../dde-daemon_5.9.4.2.diff
 
   export GOPATH="$srcdir/build:/usr/share/gocode"
@@ -56,13 +55,13 @@
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
 
-  cd dde-daemon-$_commit
+  cd dde-daemon-$pkgver
   make -C network/nm_generator gen-nm-code
   make
 }
 
 package() {
-  cd dde-daemon-$_commit
+  cd dde-daemon-$pkgver
   make DESTDIR="$pkgdir" PAM_MODULE_DIR=usr/lib/security install
 
   mv "$pkgdir"{,/usr}/lib/systemd


[arch-commits] Commit in golang-deepin-lib/repos/community-any (PKGBUILD PKGBUILD)

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 10:38:52
  Author: felixonmars
Revision: 657148

archrelease: copy trunk to community-any

Added:
  golang-deepin-lib/repos/community-any/PKGBUILD
(from rev 657147, golang-deepin-lib/trunk/PKGBUILD)
Deleted:
  golang-deepin-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 10:38:32 UTC (rev 657147)
+++ PKGBUILD2020-06-30 10:38:52 UTC (rev 657148)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=golang-deepin-lib
-pkgver=5.5.0.1
-pkgrel=2
-pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
-arch=('any')
-url="https://github.com/linuxdeepin/go-lib;
-license=('GPL3')
-depends=('dbus' 'go' 'libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 
'libx11'
- 'golang-gopkg-alecthomas-kingpin.v2' 'golang-deepin-gir'
- 'golang-github-linuxdeepin-go-x11-client' 'golang-golang-x-net' 
'golang-golang-x-image')
- # 'golang-github-cryptix-wav' not packaged yet, paused until our go 
packaging standards formed
-checkdepends=('iso-codes' 'golang-gopkg-check.v1' 'git') # git needed only for 
go get
-replaces=('deepin-go-lib')
-conflicts=('deepin-go-lib')
-provides=('deepin-go-lib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
-sha512sums=('b434792783a0be46aaa1a79a94861cd812f8b2b04267e1406f646b1176e5d9161f3565143db485e1b390ff43d6dfdc47eb15a89fb1af7661fb465ec7c188baf2')
-
-prepare() {
-  cd go-lib-$pkgver
-  sed -i '/connect_timeout/d' pulse/dde-pulse.h
-}
-
-check() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/pkg.deepin.io
-  cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
-  cd "$srcdir"/build/src/pkg.deepin.io/lib
-  # TODO: make packages for them
-  go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey 
github.com/mozillazg/go-pinyin gopkg.in/yaml.v3
-  # TODO: figure out why pulse tests hang
-  # passwd: test needs to access /etc/passwd
-  # group & timer & log & dbus: build failed
-  # shell: TestEncode failed
-  go test -v $(go list ./... | grep -v -e lib/pulse -e lib/users/passwd -e 
lib/users/group -e lib/timer -e lib/log -e lib/dbus -e lib/shell)
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
-  cp -a "$srcdir"/go-lib-$pkgver 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
-
-  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
-}

Copied: golang-deepin-lib/repos/community-any/PKGBUILD (from rev 657147, 
golang-deepin-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 10:38:52 UTC (rev 657148)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+pkgname=golang-deepin-lib
+pkgver=5.5.0.1
+pkgrel=3
+pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
+arch=('any')
+url="https://github.com/linuxdeepin/go-lib;
+license=('GPL3')
+depends=('dbus' 'go' 'libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 
'libx11'
+ 'golang-gopkg-alecthomas-kingpin.v2' 'golang-deepin-gir'
+ 'golang-github-linuxdeepin-go-x11-client' 'golang-golang-x-net' 
'golang-golang-x-image')
+ # 'golang-github-cryptix-wav' not packaged yet, paused until our go 
packaging standards formed
+checkdepends=('iso-codes' 'golang-gopkg-check.v1' 'git') # git needed only for 
go get
+replaces=('deepin-go-lib')
+conflicts=('deepin-go-lib')
+provides=('deepin-go-lib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
+sha512sums=('b434792783a0be46aaa1a79a94861cd812f8b2b04267e1406f646b1176e5d9161f3565143db485e1b390ff43d6dfdc47eb15a89fb1af7661fb465ec7c188baf2')
+
+prepare() {
+  cd go-lib-$pkgver
+  sed -i 's/int connect_timeout;/extern int connect_timeout;/' 
pulse/dde-pulse.h
+}
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/pkg.deepin.io
+  cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
+  cd "$srcdir"/build/src/pkg.deepin.io/lib
+  # TODO: make packages for them
+  go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey 
github.com/mozillazg/go-pinyin gopkg.in/yaml.v3
+  # TODO: figure out why pulse tests hang
+  # passwd: test needs to access /etc/passwd
+  # group & timer & log & dbus: build failed
+  # shell: TestEncode failed
+  go test -v $(go list ./... | grep -v -e lib/pulse -e lib/users/passwd -e 
lib/users/group -e lib/timer -e lib/log -e lib/dbus -e lib/shell)
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
+  cp -a "$srcdir"/go-lib-$pkgver 

[arch-commits] Commit in golang-deepin-lib/trunk (PKGBUILD)

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 10:38:32
  Author: felixonmars
Revision: 657147

upgpkg: golang-deepin-lib 5.5.0.1-3: fix it properly

Modified:
  golang-deepin-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 10:08:07 UTC (rev 657146)
+++ PKGBUILD2020-06-30 10:38:32 UTC (rev 657147)
@@ -2,7 +2,7 @@
 
 pkgname=golang-deepin-lib
 pkgver=5.5.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
 arch=('any')
 url="https://github.com/linuxdeepin/go-lib;
@@ -20,7 +20,7 @@
 
 prepare() {
   cd go-lib-$pkgver
-  sed -i '/connect_timeout/d' pulse/dde-pulse.h
+  sed -i 's/int connect_timeout;/extern int connect_timeout;/' 
pulse/dde-pulse.h
 }
 
 check() {


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

2020-06-30 Thread Jan Steffens via arch-commits
Date: Tuesday, June 30, 2020 @ 10:27:35
  Author: heftig
Revision: 390664

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 10:27:27 UTC (rev 390663)
+++ PKGBUILD2020-06-30 10:27:35 UTC (rev 390664)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.48.6
-pkgrel=1
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
-makedepends=(libxslt vala git help2man autoconf-archive)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=cfcc8afb3e95e9a1bcf5f5653b59e5d4c683b83a  # tags/0.48.6^0
-source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 390663, vala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 10:27:35 UTC (rev 390664)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.48.7
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
+makedepends=(libxslt vala git help2man autoconf-archive)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
+conflicts=(valadoc)
+replaces=(valadoc)
+_commit=1e06f4986e90624617c4ab74d2742568a598aff7  # tags/0.48.7^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-06-30 Thread Jan Steffens via arch-commits
Date: Tuesday, June 30, 2020 @ 10:27:27
  Author: heftig
Revision: 390663

0.48.7-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 09:35:51 UTC (rev 390662)
+++ PKGBUILD2020-06-30 10:27:27 UTC (rev 390663)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.48.6
+pkgver=0.48.7
 pkgrel=1
 pkgdesc='Compiler for the GObject type system'
 url='https://wiki.gnome.org/Projects/Vala'
@@ -15,7 +15,7 @@
 provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
 conflicts=(valadoc)
 replaces=(valadoc)
-_commit=cfcc8afb3e95e9a1bcf5f5653b59e5d4c683b83a  # tags/0.48.6^0
+_commit=1e06f4986e90624617c4ab74d2742568a598aff7  # tags/0.48.7^0
 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in golang-deepin-lib/trunk (PKGBUILD)

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 10:07:49
  Author: felixonmars
Revision: 657145

upgpkg: golang-deepin-lib 5.5.0.1-2: 
https://github.com/linuxdeepin/go-lib/issues/18

Modified:
  golang-deepin-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 10:05:04 UTC (rev 657144)
+++ PKGBUILD2020-06-30 10:07:49 UTC (rev 657145)
@@ -2,7 +2,7 @@
 
 pkgname=golang-deepin-lib
 pkgver=5.5.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
 arch=('any')
 url="https://github.com/linuxdeepin/go-lib;
@@ -18,6 +18,11 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
 
sha512sums=('b434792783a0be46aaa1a79a94861cd812f8b2b04267e1406f646b1176e5d9161f3565143db485e1b390ff43d6dfdc47eb15a89fb1af7661fb465ec7c188baf2')
 
+prepare() {
+  cd go-lib-$pkgver
+  sed -i '/connect_timeout/d' pulse/dde-pulse.h
+}
+
 check() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
   mkdir -p "$srcdir"/build/src/pkg.deepin.io


[arch-commits] Commit in golang-deepin-lib/repos/community-any (PKGBUILD PKGBUILD)

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 10:08:07
  Author: felixonmars
Revision: 657146

archrelease: copy trunk to community-any

Added:
  golang-deepin-lib/repos/community-any/PKGBUILD
(from rev 657145, golang-deepin-lib/trunk/PKGBUILD)
Deleted:
  golang-deepin-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 10:07:49 UTC (rev 657145)
+++ PKGBUILD2020-06-30 10:08:07 UTC (rev 657146)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=golang-deepin-lib
-pkgver=5.5.0.1
-pkgrel=1
-pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
-arch=('any')
-url="https://github.com/linuxdeepin/go-lib;
-license=('GPL3')
-depends=('dbus' 'go' 'libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 
'libx11'
- 'golang-gopkg-alecthomas-kingpin.v2' 'golang-deepin-gir'
- 'golang-github-linuxdeepin-go-x11-client' 'golang-golang-x-net' 
'golang-golang-x-image')
- # 'golang-github-cryptix-wav' not packaged yet, paused until our go 
packaging standards formed
-checkdepends=('iso-codes' 'golang-gopkg-check.v1' 'git') # git needed only for 
go get
-replaces=('deepin-go-lib')
-conflicts=('deepin-go-lib')
-provides=('deepin-go-lib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
-sha512sums=('b434792783a0be46aaa1a79a94861cd812f8b2b04267e1406f646b1176e5d9161f3565143db485e1b390ff43d6dfdc47eb15a89fb1af7661fb465ec7c188baf2')
-
-check() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/pkg.deepin.io
-  cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
-  cd "$srcdir"/build/src/pkg.deepin.io/lib
-  # TODO: make packages for them
-  go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey 
github.com/mozillazg/go-pinyin gopkg.in/yaml.v3
-  # TODO: figure out why pulse tests hang
-  # passwd: test needs to access /etc/passwd
-  # group & timer & log & dbus: build failed
-  # shell: TestEncode failed
-  go test -v $(go list ./... | grep -v -e lib/pulse -e lib/users/passwd -e 
lib/users/group -e lib/timer -e lib/log -e lib/dbus -e lib/shell)
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
-  cp -a "$srcdir"/go-lib-$pkgver 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
-
-  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
-}

Copied: golang-deepin-lib/repos/community-any/PKGBUILD (from rev 657145, 
golang-deepin-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 10:08:07 UTC (rev 657146)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+pkgname=golang-deepin-lib
+pkgver=5.5.0.1
+pkgrel=2
+pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
+arch=('any')
+url="https://github.com/linuxdeepin/go-lib;
+license=('GPL3')
+depends=('dbus' 'go' 'libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 
'libx11'
+ 'golang-gopkg-alecthomas-kingpin.v2' 'golang-deepin-gir'
+ 'golang-github-linuxdeepin-go-x11-client' 'golang-golang-x-net' 
'golang-golang-x-image')
+ # 'golang-github-cryptix-wav' not packaged yet, paused until our go 
packaging standards formed
+checkdepends=('iso-codes' 'golang-gopkg-check.v1' 'git') # git needed only for 
go get
+replaces=('deepin-go-lib')
+conflicts=('deepin-go-lib')
+provides=('deepin-go-lib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz;)
+sha512sums=('b434792783a0be46aaa1a79a94861cd812f8b2b04267e1406f646b1176e5d9161f3565143db485e1b390ff43d6dfdc47eb15a89fb1af7661fb465ec7c188baf2')
+
+prepare() {
+  cd go-lib-$pkgver
+  sed -i '/connect_timeout/d' pulse/dde-pulse.h
+}
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/pkg.deepin.io
+  cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib
+  cd "$srcdir"/build/src/pkg.deepin.io/lib
+  # TODO: make packages for them
+  go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey 
github.com/mozillazg/go-pinyin gopkg.in/yaml.v3
+  # TODO: figure out why pulse tests hang
+  # passwd: test needs to access /etc/passwd
+  # group & timer & log & dbus: build failed
+  # shell: TestEncode failed
+  go test -v $(go list ./... | grep -v -e lib/pulse -e lib/users/passwd -e 
lib/users/group -e lib/timer -e lib/log -e lib/dbus -e lib/shell)
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
+  cp -a "$srcdir"/go-lib-$pkgver 
"$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
+
+  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
+}


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 09:54:08
  Author: felixonmars
Revision: 657141

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   82 
 stack.install |4 ++
 2 files changed, 86 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 657140, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-30 09:54:08 UTC (rev 657141)
@@ -0,0 +1,82 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.3.1
+pkgrel=57
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-persistent-template' 
'haskell-primitive'
+ 'haskell-project-template' 'haskell-regex-applicative-text' 
'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
+ 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
+
stack-pantry-0.5.patch::https://github.com/commercialhaskell/stack/pull/5281.patch)
+sha512sums=('SKIP'
+
'9998e6cdc4b80db3490d66c4392a0e9c44c58fa51371bc68fbade48aea6b21f1172905627ade8132d2733a7e4d942b597d5943a5bd3da302aa6c3be616ecd769')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../stack-pantry-0.5.patch
+  sed -i -e '/semigroups/d' $pkgname.cabal
+
+  sed -i 's/map show errs/map show (toList errs)/' src/Stack/SDist.hs
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+  --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 

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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 09:53:47
  Author: felixonmars
Revision: 657140

upgpkg: stack 2.3.1-57: rebuild with optparse-generic 1.4.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 09:49:34 UTC (rev 657139)
+++ PKGBUILD2020-06-30 09:53:47 UTC (rev 657140)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.3.1
-pkgrel=56
+pkgrel=57
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


[arch-commits] Commit in open-vm-tools/repos/community-x86_64 (10 files)

2020-06-30 Thread Christian Hesse via arch-commits
Date: Tuesday, June 30, 2020 @ 09:49:34
  Author: eworm
Revision: 657139

archrelease: copy trunk to community-x86_64

Added:
  
open-vm-tools/repos/community-x86_64/0001-Make-peeking-back-into-the-stack-work-for-back-traces.patch
(from rev 657138, 
open-vm-tools/trunk/0001-Make-peeking-back-into-the-stack-work-for-back-traces.patch)
  open-vm-tools/repos/community-x86_64/0002-gdk-defines.patch
(from rev 657138, open-vm-tools/trunk/0002-gdk-defines.patch)
  open-vm-tools/repos/community-x86_64/PKGBUILD
(from rev 657138, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
(from rev 657138, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-x86_64/vmware-vmblock-fuse.service
(from rev 657138, open-vm-tools/trunk/vmware-vmblock-fuse.service)
Deleted:
  
open-vm-tools/repos/community-x86_64/0001-Remove-references-to-deprecated-G_INLINE_FUNC.patch
  
open-vm-tools/repos/community-x86_64/0002-stop-systemd-243-udev-complaints.patch
  open-vm-tools/repos/community-x86_64/PKGBUILD
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
  open-vm-tools/repos/community-x86_64/vmware-vmblock-fuse.service

--+
 0001-Make-peeking-back-into-the-stack-work-for-back-traces.patch |  112 

 0001-Remove-references-to-deprecated-G_INLINE_FUNC.patch |   87 --
 0002-gdk-defines.patch   |   21 +
 0002-stop-systemd-243-udev-complaints.patch  |   56 
 PKGBUILD |  136 
+-
 vmtoolsd.service |   18 -
 vmware-vmblock-fuse.service  |   24 -
 7 files changed, 222 insertions(+), 232 deletions(-)

Copied: 
open-vm-tools/repos/community-x86_64/0001-Make-peeking-back-into-the-stack-work-for-back-traces.patch
 (from rev 657138, 
open-vm-tools/trunk/0001-Make-peeking-back-into-the-stack-work-for-back-traces.patch)
===
--- 0001-Make-peeking-back-into-the-stack-work-for-back-traces.patch
(rev 0)
+++ 0001-Make-peeking-back-into-the-stack-work-for-back-traces.patch
2020-06-30 09:49:34 UTC (rev 657139)
@@ -0,0 +1,112 @@
+commit 9cbdf3a6e2cb23a7673fe19b2a3f888714095019
+Author: Oliver Kurth 
+Date:   Wed Apr 1 11:31:36 2020 -0700
+
+Add a Coverity annotation.
+
+The Coverity scan of open-vm-tools reports an out-of-bounds access
+issue in Util_BacktraceWithFunc.  This is intentional, to compute
+the base pointer for a stack trace.
+
+diff --git a/open-vm-tools/lib/user/utilBacktrace.c 
b/open-vm-tools/lib/user/utilBacktrace.c
+index dca33d26..e1259606 100644
+--- a/open-vm-tools/lib/user/utilBacktrace.c
 b/open-vm-tools/lib/user/utilBacktrace.c
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2013-2019 VMware, Inc. All rights reserved.
++ * Copyright (C) 2013-2020 VMware, Inc. All rights reserved.
+  *
+  * This program is free software; you can redistribute it and/or modify it
+  * under the terms of the GNU Lesser General Public License as published
+@@ -438,6 +438,7 @@ Util_BacktraceWithFunc(int bugNr,// IN:
+} else {
+   outFunc(outFuncData, "Backtrace for bugNr=%d\n",bugNr);
+}
++   /* coverity[ptr_arith] */
+UtilBacktraceFromPointerWithFunc([-2], outFunc, outFuncData);
+ #endif
+ }
+commit bb11e038323893d2428eb2ce94f8742233b45546
+Author: Oliver Kurth 
+Date:   Wed Jun 10 12:05:43 2020 -0700
+
+Changes to common source file not applicable to open-vm-tools.
+
+diff --git a/open-vm-tools/lib/user/utilBacktrace.c 
b/open-vm-tools/lib/user/utilBacktrace.c
+index e1259606..99871365 100644
+--- a/open-vm-tools/lib/user/utilBacktrace.c
 b/open-vm-tools/lib/user/utilBacktrace.c
+@@ -422,7 +422,7 @@ Util_BacktraceWithFunc(int bugNr,// IN:
+for (i = 0; i < frames; i++) {
+   if (dladdr(callstack[i], )) {
+  outFunc(outFuncData, "SymBacktrace[%d] rip=%016lx in function %s "
+-  "in object %s loaded at %#08x\n",
++  "in object %s loaded at %016lx\n",
+  i, callstack[i], dli.dli_sname, dli.dli_fname,
+  dli.dli_fbase);
+   } else {
+
+commit 0cfda58aaa8bc0fea56f1211897e7f2237f6070a
+Author: Oliver Kurth 
+Date:   Wed Jun 10 12:05:46 2020 -0700
+
+Make peeking back into the stack work for back traces
+
+GCC 10 doesn't like peeking back before the end of an arrary (which
+is used to peek into the stack).  Fix this.
+
+https://github.com/vmware/open-vm-tools/issues/429
+
+diff --git a/open-vm-tools/lib/user/utilBacktrace.c 
b/open-vm-tools/lib/user/utilBacktrace.c
+index 99871365..d26d21e7 100644
+--- a/open-vm-tools/lib/user/utilBacktrace.c

[arch-commits] Commit in open-vm-tools/trunk (5 files)

2020-06-30 Thread Christian Hesse via arch-commits
Date: Tuesday, June 30, 2020 @ 09:49:30
  Author: eworm
Revision: 657138

upgpkg: open-vm-tools 6:11.1.0-1: new upstream release

Added:
  
open-vm-tools/trunk/0001-Make-peeking-back-into-the-stack-work-for-back-traces.patch
  open-vm-tools/trunk/0002-gdk-defines.patch
Modified:
  open-vm-tools/trunk/PKGBUILD
Deleted:
  open-vm-tools/trunk/0001-Remove-references-to-deprecated-G_INLINE_FUNC.patch
  open-vm-tools/trunk/0002-stop-systemd-243-udev-complaints.patch

--+
 0001-Make-peeking-back-into-the-stack-work-for-back-traces.patch |  112 
++
 0001-Remove-references-to-deprecated-G_INLINE_FUNC.patch |   87 ---
 0002-gdk-defines.patch   |   21 +
 0002-stop-systemd-243-udev-complaints.patch  |   56 -
 PKGBUILD |   18 -
 5 files changed, 142 insertions(+), 152 deletions(-)

Added: 0001-Make-peeking-back-into-the-stack-work-for-back-traces.patch
===
--- 0001-Make-peeking-back-into-the-stack-work-for-back-traces.patch
(rev 0)
+++ 0001-Make-peeking-back-into-the-stack-work-for-back-traces.patch
2020-06-30 09:49:30 UTC (rev 657138)
@@ -0,0 +1,112 @@
+commit 9cbdf3a6e2cb23a7673fe19b2a3f888714095019
+Author: Oliver Kurth 
+Date:   Wed Apr 1 11:31:36 2020 -0700
+
+Add a Coverity annotation.
+
+The Coverity scan of open-vm-tools reports an out-of-bounds access
+issue in Util_BacktraceWithFunc.  This is intentional, to compute
+the base pointer for a stack trace.
+
+diff --git a/open-vm-tools/lib/user/utilBacktrace.c 
b/open-vm-tools/lib/user/utilBacktrace.c
+index dca33d26..e1259606 100644
+--- a/open-vm-tools/lib/user/utilBacktrace.c
 b/open-vm-tools/lib/user/utilBacktrace.c
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2013-2019 VMware, Inc. All rights reserved.
++ * Copyright (C) 2013-2020 VMware, Inc. All rights reserved.
+  *
+  * This program is free software; you can redistribute it and/or modify it
+  * under the terms of the GNU Lesser General Public License as published
+@@ -438,6 +438,7 @@ Util_BacktraceWithFunc(int bugNr,// IN:
+} else {
+   outFunc(outFuncData, "Backtrace for bugNr=%d\n",bugNr);
+}
++   /* coverity[ptr_arith] */
+UtilBacktraceFromPointerWithFunc([-2], outFunc, outFuncData);
+ #endif
+ }
+commit bb11e038323893d2428eb2ce94f8742233b45546
+Author: Oliver Kurth 
+Date:   Wed Jun 10 12:05:43 2020 -0700
+
+Changes to common source file not applicable to open-vm-tools.
+
+diff --git a/open-vm-tools/lib/user/utilBacktrace.c 
b/open-vm-tools/lib/user/utilBacktrace.c
+index e1259606..99871365 100644
+--- a/open-vm-tools/lib/user/utilBacktrace.c
 b/open-vm-tools/lib/user/utilBacktrace.c
+@@ -422,7 +422,7 @@ Util_BacktraceWithFunc(int bugNr,// IN:
+for (i = 0; i < frames; i++) {
+   if (dladdr(callstack[i], )) {
+  outFunc(outFuncData, "SymBacktrace[%d] rip=%016lx in function %s "
+-  "in object %s loaded at %#08x\n",
++  "in object %s loaded at %016lx\n",
+  i, callstack[i], dli.dli_sname, dli.dli_fname,
+  dli.dli_fbase);
+   } else {
+
+commit 0cfda58aaa8bc0fea56f1211897e7f2237f6070a
+Author: Oliver Kurth 
+Date:   Wed Jun 10 12:05:46 2020 -0700
+
+Make peeking back into the stack work for back traces
+
+GCC 10 doesn't like peeking back before the end of an arrary (which
+is used to peek into the stack).  Fix this.
+
+https://github.com/vmware/open-vm-tools/issues/429
+
+diff --git a/open-vm-tools/lib/user/utilBacktrace.c 
b/open-vm-tools/lib/user/utilBacktrace.c
+index 99871365..d26d21e7 100644
+--- a/open-vm-tools/lib/user/utilBacktrace.c
 b/open-vm-tools/lib/user/utilBacktrace.c
+@@ -343,7 +343,8 @@ UtilBacktraceFromPointerWithFunc(uintptr_t *basePtr,   
// IN:
+i, x[0], x[1], dli.dli_sname, dli.dli_fname,
+ dli.dli_fbase);
+   } else {
+- outFunc(outFuncData, "SymBacktrace[%d] %#08x eip %#08x \n", i, x[0], 
x[1]);
++ outFunc(outFuncData, "SymBacktrace[%d] %#08x eip %#08x \n", i, x[0],
++ x[1]);
+   }
+   x = (uintptr_t *) x[0];
+}
+@@ -394,6 +395,7 @@ Util_Backtrace(int bugNr) // IN
+  
*-
+  */
+ 
++
+ void
+ Util_BacktraceWithFunc(int bugNr,// IN:
+Util_OutputFunc outFunc,  // IN:
+@@ -413,7 +415,7 @@ Util_BacktraceWithFunc(int bugNr,// IN:
+if (bugNr == 0) {
+   outFunc(outFuncData, "Backtrace:\n");
+} else {
+-  outFunc(outFuncData, "Backtrace for bugNr=%d\n",bugNr);
++   

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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 09:40:11
  Author: felixonmars
Revision: 657137

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-bash/repos/community-staging-x86_64/
  dhall-bash/repos/community-staging-x86_64/PKGBUILD
(from rev 657136, dhall-bash/trunk/PKGBUILD)

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

Copied: dhall-bash/repos/community-staging-x86_64/PKGBUILD (from rev 657136, 
dhall-bash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-30 09:40:11 UTC (rev 657137)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-bash
+pkgver=1.0.31
+pkgrel=14
+pkgdesc='Compile Dhall to Bash'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'dhall' 'haskell-neat-interpolation' 'haskell-shell-escape'
+ 'haskell-optparse-generic')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4ebdde3ad86630165a2241a75a9372a0933691353f9aecbc94994325952bc6b2532e2f351654f884e63fa3a23582bec6f4e3d58f7022df6ee50b80cc507c51ca')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-30 Thread Felix Yan via arch-commits
Date: Tuesday, June 30, 2020 @ 09:39:50
  Author: felixonmars
Revision: 657136

upgpkg: dhall-bash 1.0.31-14: rebuild with optparse-generic 1.4.1

Modified:
  dhall-bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-30 09:39:22 UTC (rev 657135)
+++ PKGBUILD2020-06-30 09:39:50 UTC (rev 657136)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-bash
 pkgver=1.0.31
-pkgrel=13
+pkgrel=14
 pkgdesc='Compile Dhall to Bash'
 url='https://dhall-lang.org'
 license=('BSD')


[arch-commits] Commit in terminus-font-otb/repos/community-any (4 files)

2020-06-30 Thread Andreas Radke via arch-commits
Date: Tuesday, June 30, 2020 @ 09:39:18
  Author: andyrtr
Revision: 657134

archrelease: copy trunk to community-any

Added:
  terminus-font-otb/repos/community-any/PKGBUILD
(from rev 657133, terminus-font-otb/trunk/PKGBUILD)
  terminus-font-otb/repos/community-any/otbconvert.pe
(from rev 657133, terminus-font-otb/trunk/otbconvert.pe)
Deleted:
  terminus-font-otb/repos/community-any/PKGBUILD
  terminus-font-otb/repos/community-any/otbconvert.pe

---+
 PKGBUILD  |   59 +++-
 otbconvert.pe |   14 ++---
 2 files changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-30 09:39:08 UTC (rev 657133)
+++ PKGBUILD2020-06-30 09:39:18 UTC (rev 657134)
@@ -1,30 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: lynix 
-# Derived from 'dina-font-otb' by Ckat 
-
-pkgname=terminus-font-otb
-pkgver=4.48
-pkgrel=2
-pkgdesc='Monospace bitmap font (OTB version)'
-url='http://terminus-font.sourceforge.net/'
-arch=('any')
-license=('GPL2' 'custom:OFL')
-makedepends=('fontforge')
-depends=('fontconfig')
-source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
-'otbconvert.pe')
-sha256sums=('34799c8dd5cec7db8016b4a615820dfb43b395575afbb24fc17ee19c869c94af'
-'431999be6be2630a9e8b4bcc5631b6bc727b795978b75cb4c874d9ce143e9703')
-
-build() {
-cd "terminus-font-$pkgver"
-../otbconvert.pe *.bdf
-}
-
-package() {
-cd "terminus-font-$pkgver"
-for i in *.otb; do
-install -D -m0644 $i "$pkgdir/usr/share/fonts/misc/$i"
-done
-install -D -m0644 'OFL.TXT' 
"$pkgdir/usr/share/licenses/terminus-font-otb/LICENSE"
-}

Copied: terminus-font-otb/repos/community-any/PKGBUILD (from rev 657133, 
terminus-font-otb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-30 09:39:18 UTC (rev 657134)
@@ -0,0 +1,29 @@
+# Maintainer: Christian Hesse 
+# Contributor: lynix 
+# Derived from 'dina-font-otb' by Ckat 
+
+pkgname=terminus-font-otb
+pkgver=4.48
+pkgrel=3
+pkgdesc='Monospace bitmap font (OTB version)'
+url='http://terminus-font.sourceforge.net/'
+arch=('any')
+license=('GPL2' 'custom:OFL')
+makedepends=('fontforge')
+source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
+'otbconvert.pe')
+sha256sums=('34799c8dd5cec7db8016b4a615820dfb43b395575afbb24fc17ee19c869c94af'
+'431999be6be2630a9e8b4bcc5631b6bc727b795978b75cb4c874d9ce143e9703')
+
+build() {
+cd "terminus-font-$pkgver"
+../otbconvert.pe *.bdf
+}
+
+package() {
+cd "terminus-font-$pkgver"
+for i in *.otb; do
+install -D -m0644 $i "$pkgdir/usr/share/fonts/misc/$i"
+done
+install -D -m0644 'OFL.TXT' 
"$pkgdir/usr/share/licenses/terminus-font-otb/LICENSE"
+}

Deleted: otbconvert.pe
===
--- otbconvert.pe   2020-06-30 09:39:08 UTC (rev 657133)
+++ otbconvert.pe   2020-06-30 09:39:18 UTC (rev 657134)
@@ -1,7 +0,0 @@
-#!/usr/bin/fontforge
-i=1
-while ( i<$argc )
-  Open($argv[i])
-  Generate($argv[i]:r + ".otb")
-  i = i+1
-endloop

Copied: terminus-font-otb/repos/community-any/otbconvert.pe (from rev 657133, 
terminus-font-otb/trunk/otbconvert.pe)
===
--- otbconvert.pe   (rev 0)
+++ otbconvert.pe   2020-06-30 09:39:18 UTC (rev 657134)
@@ -0,0 +1,7 @@
+#!/usr/bin/fontforge
+i=1
+while ( i<$argc )
+  Open($argv[i])
+  Generate($argv[i]:r + ".otb")
+  i = i+1
+endloop


  1   2   >