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

2019-11-06 Thread Felix Yan via arch-commits
Date: Thursday, November 7, 2019 @ 07:54:15
  Author: felixonmars
Revision: 524466

archrelease: copy trunk to community-staging-any

Added:
  proselint/repos/community-staging-any/
  proselint/repos/community-staging-any/PKGBUILD
(from rev 524465, proselint/trunk/PKGBUILD)

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

Copied: proselint/repos/community-staging-any/PKGBUILD (from rev 524465, 
proselint/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-07 07:54:15 UTC (rev 524466)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Shane Stone 
+
+pkgname=proselint
+pkgver=0.10.2
+pkgrel=5
+pkgdesc='Linter for prose'
+arch=('any')
+url=https://github.com/amperser/proselint
+license=('BSD')
+depends=('python-click' 'python-future' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-nose' 'python-pytest')
+conflicts=('python-proselint')
+replaces=('python-proselint')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha512sums=('76200d75a4adfaf4adcb07e2109707ca3cec322170a070d50b80267125d854cb46fb097f9fe7ce3a584aed8afc35b47749842a36b0d3e19286e1709bbf3d94b5')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  mkdir -p temp
+  local sitepackages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  python setup.py install --skip-build --root=temp
+  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" pytest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Thursday, November 7, 2019 @ 07:54:03
  Author: felixonmars
Revision: 524465

Python 3.8 rebuild

Modified:
  proselint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 07:52:57 UTC (rev 524464)
+++ PKGBUILD2019-11-07 07:54:03 UTC (rev 524465)
@@ -3,7 +3,7 @@
 
 pkgname=proselint
 pkgver=0.10.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Linter for prose'
 arch=('any')
 url=https://github.com/amperser/proselint


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

2019-11-06 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 07:52:57
  Author: arojas
Revision: 524464

Make proselint executable available during tests

Modified:
  proselint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 07:25:29 UTC (rev 524463)
+++ PKGBUILD2019-11-07 07:52:57 UTC (rev 524464)
@@ -23,7 +23,10 @@
 
 check() {
   cd $pkgname-$pkgver
-  pytest
+  mkdir -p temp
+  local sitepackages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  python setup.py install --skip-build --root=temp
+  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" pytest
 }
 
 package() {


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

2019-11-06 Thread David Runge via arch-commits
Date: Thursday, November 7, 2019 @ 07:25:18
  Author: dvzrv
Revision: 524462

upgpkg: tmuxp 1.5.4-1

Upgrading to 1.5.4. Updating maintainer information.

Modified:
  tmuxp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 06:35:32 UTC (rev 524461)
+++ PKGBUILD2019-11-07 07:25:18 UTC (rev 524462)
@@ -1,8 +1,8 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 pkgname=tmuxp
-pkgver=1.5.3
-pkgrel=3
-pkgdesc="tmux session manager. built on libtmux"
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="Tmux session manager built on libtmux"
 arch=('any')
 url="https://tmuxp.git-pull.com/en/latest/;
 license=('MIT')
@@ -9,7 +9,7 @@
 depends=('python-click' 'python-colorama' 'python-kaptan' 'python-setuptools' 
'python-libtmux')
 checkdepends=('python-pytest' 'python-pytest-rerunfailures')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('9d803e715b1b75aec8940996db579ef545f5d291e64c7d4551930ec5ad683d8a5f737cc22328f0d528e709da6f613c8b3451637ec3e93ac7e9d34aea64faa0e0')
+sha512sums=('f0a45b43af97e0d1b7d961529faaeca3a8efd09781fa2651e59e857573c57e23d539d5c87ec302e4b432622c36469cb72d086b4eb2d7ae315f237cf5c626aeaa')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-11-06 Thread David Runge via arch-commits
Date: Thursday, November 7, 2019 @ 07:25:29
  Author: dvzrv
Revision: 524463

archrelease: copy trunk to community-staging-any

Added:
  tmuxp/repos/community-staging-any/PKGBUILD
(from rev 524462, tmuxp/trunk/PKGBUILD)
Deleted:
  tmuxp/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 07:25:18 UTC (rev 524462)
+++ PKGBUILD2019-11-07 07:25:29 UTC (rev 524463)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge 
-pkgname=tmuxp
-pkgver=1.5.3
-pkgrel=3
-pkgdesc="tmux session manager. built on libtmux"
-arch=('any')
-url="https://tmuxp.git-pull.com/en/latest/;
-license=('MIT')
-depends=('python-click' 'python-colorama' 'python-kaptan' 'python-setuptools' 
'python-libtmux')
-checkdepends=('python-pytest' 'python-pytest-rerunfailures')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('9d803e715b1b75aec8940996db579ef545f5d291e64c7d4551930ec5ad683d8a5f737cc22328f0d528e709da6f613c8b3451637ec3e93ac7e9d34aea64faa0e0')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # remove all hard version pinning:
-  # https://github.com/tmux-python/tmuxp/issues/432
-  sed -e 's/==/>=/g' -i requirements/*.txt
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-# test_workspacebuilder.py::test_pane_order does not return:
-# https://github.com/tmux-python/tmuxp/issues/377
-  py.test -k "not test_pane_order"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {CHANGES,README.rst}
-}
-
-# vim:set ts=2 sw=2 et:}

Copied: tmuxp/repos/community-staging-any/PKGBUILD (from rev 524462, 
tmuxp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 07:25:29 UTC (rev 524463)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+pkgname=tmuxp
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="Tmux session manager built on libtmux"
+arch=('any')
+url="https://tmuxp.git-pull.com/en/latest/;
+license=('MIT')
+depends=('python-click' 'python-colorama' 'python-kaptan' 'python-setuptools' 
'python-libtmux')
+checkdepends=('python-pytest' 'python-pytest-rerunfailures')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f0a45b43af97e0d1b7d961529faaeca3a8efd09781fa2651e59e857573c57e23d539d5c87ec302e4b432622c36469cb72d086b4eb2d7ae315f237cf5c626aeaa')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # remove all hard version pinning:
+  # https://github.com/tmux-python/tmuxp/issues/432
+  sed -e 's/==/>=/g' -i requirements/*.txt
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+# test_workspacebuilder.py::test_pane_order does not return:
+# https://github.com/tmux-python/tmuxp/issues/377
+  py.test -k "not test_pane_order"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+  # license
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {CHANGES,README.rst}
+}
+
+# vim:set ts=2 sw=2 et:}


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

2019-11-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 7, 2019 @ 06:35:09
  Author: spupykin
Revision: 524459

archrelease: copy trunk to community-x86_64

Added:
  mailutils/repos/community-x86_64/PKGBUILD
(from rev 524458, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch
(from rev 524458, mailutils/trunk/fix-build-mb-len-max.patch)
Deleted:
  mailutils/repos/community-x86_64/PKGBUILD
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch

+
 PKGBUILD   |   98 +--
 fix-build-mb-len-max.patch |   28 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 06:34:58 UTC (rev 524458)
+++ PKGBUILD2019-11-07 06:35:09 UTC (rev 524459)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.7
-pkgrel=1
-pkgdesc="MUA command line tool (mailx)"
-arch=(x86_64)
-url="https://www.gnu.org/software/mailutils/;
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'gsasl')
-makedepends=('emacs')
-options=(!emptydirs)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
-fix-build-mb-len-max.patch)
-sha512sums=('022de745b571298dd7879a72f1844a87fcf31c254b95ec88a8574d8101110ab9792cb4efbc33ec759fe53d68f7d2c00629071b80fdbb2ad639685c2886409990'
-'SKIP'
-
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
-
-prepare() {
-  cd "$srcdir/mailutils-$pkgver"
-  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
-  # (patch from github.com/NixOS/nixpkgs)
-  patch -Np1 -i ../fix-build-mb-len-max.patch
-}
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/$pkgname \
-   --sysconfdir=/etc \
-   --with-gdbm \
-   --with-gnutls \
-   --disable-python \
-   --without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
-}
-
-package() {
-  cd "$srcdir/mailutils-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/info/dir
-  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
-  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
-  chown -R root:root "$pkgdir"
-}

Copied: mailutils/repos/community-x86_64/PKGBUILD (from rev 524458, 
mailutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 06:35:09 UTC (rev 524459)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=mailutils
+pkgver=3.8
+pkgrel=1
+pkgdesc="MUA command line tool (mailx)"
+arch=(x86_64)
+url="https://www.gnu.org/software/mailutils/;
+license=('GPL')
+depends=('libldap' 'pam' 'gnutls' 'gsasl')
+makedepends=('emacs')
+options=(!emptydirs)
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
+source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
+fix-build-mb-len-max.patch)
+sha512sums=('aafc14030e2df7cc614fcdd155d146858f09580cc6e735a0d09c9ab7c2d3d453a7d24ac89fb074b1528d0c12b8ab8dd612822ea53ec13c8cc625e1d0fac7843c'
+'SKIP'
+
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
+
+prepare() {
+  cd "$srcdir/mailutils-$pkgver"
+  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
+  # (patch from github.com/NixOS/nixpkgs)
+  patch -Np1 -i ../fix-build-mb-len-max.patch
+}
+
+build() {
+  cd "$srcdir/mailutils-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --sysconfdir=/etc \
+   --with-gdbm \
+   --with-gnutls \
+   --disable-python \
+   --without-guile
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
+}
+
+package() {
+  cd "$srcdir/mailutils-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/info/dir
+  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
+  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
+  chown -R root:root "$pkgdir"
+}

Deleted: fix-build-mb-len-max.patch
===
--- fix-build-mb-len-max.patch  2019-11-07 06:34:58 UTC (rev 524458)
+++ fix-build-mb-len-max.patch  2019-11-07 06:35:09 UTC (rev 524459)
@@ -1,14 +0,0 @@
-diff --git a/frm/frm.h b/frm/frm.h
-index 178b87d54..7931faada 100644
 a/frm/frm.h
-+++ b/frm/frm.h
-@@ -34,6 +34,9 @@
- #ifdef HAVE_ICONV_H
- # include 
- 

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

2019-11-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 7, 2019 @ 06:34:58
  Author: spupykin
Revision: 524458

upgpkg: mailutils 3.8-1

Modified:
  mailutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 06:34:47 UTC (rev 524457)
+++ PKGBUILD2019-11-07 06:34:58 UTC (rev 524458)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=mailutils
-pkgver=3.7
+pkgver=3.8
 pkgrel=1
 pkgdesc="MUA command line tool (mailx)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
 source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
 fix-build-mb-len-max.patch)
-sha512sums=('022de745b571298dd7879a72f1844a87fcf31c254b95ec88a8574d8101110ab9792cb4efbc33ec759fe53d68f7d2c00629071b80fdbb2ad639685c2886409990'
+sha512sums=('aafc14030e2df7cc614fcdd155d146858f09580cc6e735a0d09c9ab7c2d3d453a7d24ac89fb074b1528d0c12b8ab8dd612822ea53ec13c8cc625e1d0fac7843c'
 'SKIP'
 
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
 


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

2019-11-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 7, 2019 @ 06:35:15
  Author: spupykin
Revision: 524460

upgpkg: squid 4.9-1

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 06:35:09 UTC (rev 524459)
+++ PKGBUILD2019-11-07 06:35:15 UTC (rev 524460)
@@ -4,8 +4,8 @@
 # Contributor: Kevin Piche 
 
 pkgname=squid
-pkgver=4.8
-pkgrel=2
+pkgver=4.9
+pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64')
 url='http://www.squid-cache.org'
@@ -25,7 +25,7 @@
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-sha256sums=('78cdb324d93341d36d09d5f791060f6e8aaa5ff3179f7c949cd910d023a86210'
+sha256sums=('1cb1838c6683b0568a3a4050f4ea2fc1eaa5cbba6bdf7d57f7258c7cd7b41fa1'
 'SKIP'
 '11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
 '495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'


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

2019-11-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 7, 2019 @ 06:35:32
  Author: spupykin
Revision: 524461

archrelease: copy trunk to community-x86_64

Added:
  squid/repos/community-x86_64/PKGBUILD
(from rev 524460, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 524460, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 524460, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.pam
(from rev 524460, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.sysusers
(from rev 524460, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 524460, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

--+
 PKGBUILD |  208 -
 squid-rotate.service |   18 ++--
 squid-rotate.timer   |   20 ++--
 squid.pam|8 -
 squid.sysusers   |2 
 squid.tmpfiles   |6 -
 6 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 06:35:15 UTC (rev 524460)
+++ PKGBUILD2019-11-07 06:35:32 UTC (rev 524461)
@@ -1,104 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=4.8
-pkgrel=2
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl' 
'libxml2')
-makedepends=('krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-   'etc/squid/cachemgr.conf'
-   'etc/squid/errorpage.css'
-   'etc/squid/mime.conf')
-validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463'
- 'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E')
-source=("http://www.squid-cache.org/Versions/v4/$pkgname-$pkgver.tar.xz"{,.asc}
-'squid.pam'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-sha256sums=('78cdb324d93341d36d09d5f791060f6e8aaa5ff3179f7c949cd910d023a86210'
-'SKIP'
-'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
-'495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'
-'c903eb86e6968b9d3bd0a9ad3335e8ce76a718b6217251e9dd7e66d5cf1ac94a'
-'3a97aa6bf6dcdc427e73bb2f36afdeaaf2bbf7dd2c0bbb7f1a948850198a8b7c'
-'8bc77fa1f653a17a4956feac042be9577ba30a8a43480b443fbd67640ae711ee')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
---with-logdir=/var/log/squid \
---with-pidfile=/run/squid.pid \
---enable-auth \
---enable-auth-basic \
---enable-auth-ntlm \
---enable-auth-digest \
---enable-auth-negotiate \
---enable-removal-policies="lru,heap" \
---enable-storeio="aufs,ufs,diskd,rock" \
---enable-delay-pools \
---enable-arp-acl \
---with-openssl \
---enable-snmp \
---enable-linux-netfilter \
---enable-ident-lookups \
---enable-useragent-log \
---enable-cache-digests \
---enable-referer-log \
---enable-arp-acl \
---enable-htcp \
---enable-carp \
---enable-epoll \
---with-large-files \
---enable-arp-acl \
---with-default-user=proxy \
---enable-async-io \
---enable-truncate \
---enable-icap-client \
---enable-ssl-crtd \
---disable-arch-native \
---disable-strict-error-checking \
---enable-wccpv2
-  make
-}
-
-package() {
-  cd "$srcdir"
-
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/squid.pam" "$pkgdir/usr/lib/pam.d/squid"
-  install -Dm644 "$srcdir/squid.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/squid.conf"
-  install -Dm644 "$srcdir/squid.sysusers" 
"$pkgdir/usr/lib/sysusers.d/squid.conf"
-  install -Dm644 "$pkgname-$pkgver/tools/systemd/squid.service" \
-"$pkgdir/usr/lib/systemd/system/squid.service"
-  install -Dm644 "$srcdir/squid-rotate.service" \
-"$pkgdir/usr/lib/systemd/system/squid-rotate.service"
-  install -Dm644 "$srcdir/squid-rotate.timer" \
-"$pkgdir/usr/lib/systemd/system/squid-rotate.timer"
-#  install -dm755 "$pkgdir/usr/lib/systemd/system/timers.target.wants"
-#  ln -s ../squid-rotate.timer \
-#"$pkgdir/usr/lib/systemd/system/timers.target.wants/squid-rotate.timer"
-  rm -rf "$pkgdir/run" 

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

2019-11-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 7, 2019 @ 06:34:47
  Author: spupykin
Revision: 524457

archrelease: copy trunk to community-any

Added:
  drupal/repos/community-any/PKGBUILD
(from rev 524456, drupal/trunk/PKGBUILD)
  drupal/repos/community-any/drupal.install
(from rev 524456, drupal/trunk/drupal.install)
Deleted:
  drupal/repos/community-any/PKGBUILD
  drupal/repos/community-any/drupal.install

+
 PKGBUILD   |   94 +++
 drupal.install |   14 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 06:34:32 UTC (rev 524456)
+++ PKGBUILD2019-11-07 06:34:47 UTC (rev 524457)
@@ -1,47 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.7.8
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="https://www.drupal.org/;
-license=('GPL')
-depends=()
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('c8d04d3972ad56e7e703697adc65af1d3e9fb7c0aa77a6d837394b2d6c61377d')
-
-package() {
-  depends=('php' 'php-gd')
-
-  _instdir="$pkgdir"/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p "$pkgdir"/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p "$pkgdir"/var/lib/drupal/
-  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 524456, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 06:34:47 UTC (rev 524457)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.7.9
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="https://www.drupal.org/;
+license=('GPL')
+depends=()
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('b77660bd481bb85c5737f1cafc3c550a20610dbc0f06e27e70dcc3166559ec54')
+
+package() {
+  depends=('php' 'php-gd')
+
+  _instdir="$pkgdir"/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p "$pkgdir"/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p "$pkgdir"/var/lib/drupal/
+  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2019-11-07 06:34:32 UTC (rev 524456)
+++ drupal.install  2019-11-07 06:34:47 UTC (rev 524457)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 524456, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2019-11-07 06:34:47 UTC (rev 524457)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2019-11-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 7, 2019 @ 06:34:32
  Author: spupykin
Revision: 524456

upgpkg: drupal 8.7.9-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 02:19:03 UTC (rev 524455)
+++ PKGBUILD2019-11-07 06:34:32 UTC (rev 524456)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.7.8
+pkgver=8.7.9
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('c8d04d3972ad56e7e703697adc65af1d3e9fb7c0aa77a6d837394b2d6c61377d')
+sha256sums=('b77660bd481bb85c5737f1cafc3c550a20610dbc0f06e27e70dcc3166559ec54')
 
 package() {
   depends=('php' 'php-gd')


[arch-commits] Commit in stratis-cli/repos/community-staging-any (PKGBUILD PKGBUILD)

2019-11-06 Thread Jiachen Yang via arch-commits
Date: Thursday, November 7, 2019 @ 02:19:03
  Author: farseerfc
Revision: 524455

archrelease: copy trunk to community-staging-any

Added:
  stratis-cli/repos/community-staging-any/PKGBUILD
(from rev 524454, stratis-cli/trunk/PKGBUILD)
Deleted:
  stratis-cli/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 02:18:30 UTC (rev 524454)
+++ PKGBUILD2019-11-07 02:19:03 UTC (rev 524455)
@@ -1,44 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Contributor: Dan Beste 
-
-pkgname='stratis-cli'
-pkgver=1.1.0
-_pkgver=$pkgver
-pkgrel=2
-pkgdesc='A CLI for the Stratis Project.'
-arch=('any')
-license=('Apache')
-url='https://stratis-storage.github.io/'
-depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 
'python-dateutil')
-makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'python-dbus' 
'python-pip' 'asciidoc')
-# checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
-source=(
-  
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz;
-)
-sha256sums=('021b3cca8e997331f9649ec5422c90e0a4d2e03a3738d7f9887edd55c4a8ea3c')
-
-### ignore tests because it requires root permission to access stratisd
-# check() {
-#   cd "${pkgname}-${_pkgver}"
-#   export STRATISD="/usr/bin/stratisd"
-#   nosetests
-# }
-
-build () {
-  cd "${pkgname}-${_pkgver}/docs"
-  make stratis.8
-}
-package() {
-  cd "${pkgname}-${_pkgver}"
-
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
-   install -D -m644 "shell-completion/bash/stratis" 
"$pkgdir/usr/share/bash-completion/completions/stratis"
-   install -D -m644 "shell-completion/zsh/_stratis" 
"$pkgdir/usr/share/zsh/site-functions/_stratis"
-
-  cd "docs"
-  install -D -m644 stratis.8 "${pkgdir}/usr/share/man/man8/stratis.8"
-}
-
-# vim: ts=2 sw=2 et:

Copied: stratis-cli/repos/community-staging-any/PKGBUILD (from rev 524454, 
stratis-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 02:19:03 UTC (rev 524455)
@@ -0,0 +1,44 @@
+# Maintainer: Jiachen YANG 
+# Contributor: Dan Beste 
+
+pkgname='stratis-cli'
+pkgver=2.0.0
+_pkgver=$pkgver
+pkgrel=2
+pkgdesc='A CLI for the Stratis Project.'
+arch=('any')
+license=('Apache')
+url='https://stratis-storage.github.io/'
+depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 
'python-dateutil')
+makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'python-dbus' 
'python-pip' 'asciidoc')
+# checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
+source=(
+  
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz;
+)
+sha256sums=('0006e8bf6c3bb2d0bf91543ac789c3575884b298030bafb9a107ed3f3505')
+
+### ignore tests because it requires root permission to access stratisd
+# check() {
+#   cd "${pkgname}-${_pkgver}"
+#   export STRATISD="/usr/bin/stratisd"
+#   nosetests
+# }
+
+build () {
+  cd "${pkgname}-${_pkgver}/docs"
+  make stratis.8
+}
+package() {
+  cd "${pkgname}-${_pkgver}"
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+   install -D -m644 "shell-completion/bash/stratis" 
"$pkgdir/usr/share/bash-completion/completions/stratis"
+   install -D -m644 "shell-completion/zsh/_stratis" 
"$pkgdir/usr/share/zsh/site-functions/_stratis"
+
+  cd "docs"
+  install -D -m644 stratis.8 "${pkgdir}/usr/share/man/man8/stratis.8"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-06 Thread Jiachen Yang via arch-commits
Date: Thursday, November 7, 2019 @ 02:18:30
  Author: farseerfc
Revision: 524454

upgpkg: stratis-cli 2.0.0-2

stratis-cli 2.0.0 rebuild against python3.8

Modified:
  stratis-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 02:11:39 UTC (rev 524453)
+++ PKGBUILD2019-11-07 02:18:30 UTC (rev 524454)
@@ -4,7 +4,7 @@
 pkgname='stratis-cli'
 pkgver=2.0.0
 _pkgver=$pkgver
-pkgrel=1
+pkgrel=2
 pkgdesc='A CLI for the Stratis Project.'
 arch=('any')
 license=('Apache')


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

2019-11-06 Thread Jiachen Yang via arch-commits
Date: Thursday, November 7, 2019 @ 02:11:15
  Author: farseerfc
Revision: 524452

upgpkg: stratis-cli 2.0.0-1

stratis-cli 2.0.0

Modified:
  stratis-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 02:07:35 UTC (rev 524451)
+++ PKGBUILD2019-11-07 02:11:15 UTC (rev 524452)
@@ -2,9 +2,9 @@
 # Contributor: Dan Beste 
 
 pkgname='stratis-cli'
-pkgver=1.1.0
+pkgver=2.0.0
 _pkgver=$pkgver
-pkgrel=2
+pkgrel=1
 pkgdesc='A CLI for the Stratis Project.'
 arch=('any')
 license=('Apache')
@@ -15,7 +15,7 @@
 source=(
   
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz;
 )
-sha256sums=('021b3cca8e997331f9649ec5422c90e0a4d2e03a3738d7f9887edd55c4a8ea3c')
+sha256sums=('0006e8bf6c3bb2d0bf91543ac789c3575884b298030bafb9a107ed3f3505')
 
 ### ignore tests because it requires root permission to access stratisd
 # check() {


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

2019-11-06 Thread Jiachen Yang via arch-commits
Date: Thursday, November 7, 2019 @ 02:11:39
  Author: farseerfc
Revision: 524453

archrelease: copy trunk to community-testing-any

Added:
  stratis-cli/repos/community-testing-any/
  stratis-cli/repos/community-testing-any/PKGBUILD
(from rev 524452, stratis-cli/trunk/PKGBUILD)

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

Copied: stratis-cli/repos/community-testing-any/PKGBUILD (from rev 524452, 
stratis-cli/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-11-07 02:11:39 UTC (rev 524453)
@@ -0,0 +1,44 @@
+# Maintainer: Jiachen YANG 
+# Contributor: Dan Beste 
+
+pkgname='stratis-cli'
+pkgver=2.0.0
+_pkgver=$pkgver
+pkgrel=1
+pkgdesc='A CLI for the Stratis Project.'
+arch=('any')
+license=('Apache')
+url='https://stratis-storage.github.io/'
+depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 
'python-dateutil')
+makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'python-dbus' 
'python-pip' 'asciidoc')
+# checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
+source=(
+  
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz;
+)
+sha256sums=('0006e8bf6c3bb2d0bf91543ac789c3575884b298030bafb9a107ed3f3505')
+
+### ignore tests because it requires root permission to access stratisd
+# check() {
+#   cd "${pkgname}-${_pkgver}"
+#   export STRATISD="/usr/bin/stratisd"
+#   nosetests
+# }
+
+build () {
+  cd "${pkgname}-${_pkgver}/docs"
+  make stratis.8
+}
+package() {
+  cd "${pkgname}-${_pkgver}"
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+   install -D -m644 "shell-completion/bash/stratis" 
"$pkgdir/usr/share/bash-completion/completions/stratis"
+   install -D -m644 "shell-completion/zsh/_stratis" 
"$pkgdir/usr/share/zsh/site-functions/_stratis"
+
+  cd "docs"
+  install -D -m644 stratis.8 "${pkgdir}/usr/share/man/man8/stratis.8"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-06 Thread Jiachen Yang via arch-commits
Date: Thursday, November 7, 2019 @ 02:07:35
  Author: farseerfc
Revision: 524451

archrelease: copy trunk to community-testing-x86_64

Added:
  stratisd/repos/community-testing-x86_64/
  stratisd/repos/community-testing-x86_64/PKGBUILD
(from rev 524450, stratisd/trunk/PKGBUILD)

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

Copied: stratisd/repos/community-testing-x86_64/PKGBUILD (from rev 524450, 
stratisd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-07 02:07:35 UTC (rev 524451)
@@ -0,0 +1,45 @@
+# Maintainer: Jiachen YANG 
+# Contributor: Dan Beste 
+
+pkgname='stratisd'
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Easy to use local storage management for Linux.'
+arch=('x86_64')
+url='https://stratis-storage.github.io/'
+license=('MPL2')
+makedepends=('asciidoc' 'cargo' 'rust')
+depends=('dbus')
+optdepends=('stratis-cli: command line interface')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/stratisd/archive/v${pkgver}.tar.gz;)
+sha256sums=('d67d8bea566262cfc60a1596af98b3b7da5324b822a6c4d2f934794223766bf7')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  # Release
+  make release
+  make stratisd.8
+
+  # patch systemd config
+  sed -i 's,/usr/libexec,/usr/bin,g' stratisd.service
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -D -m755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m644 stratisd.service 
"${pkgdir}/usr/lib/systemd/system/stratisd.service"
+  install -D -m644 org.storage.stratis2.service 
"${pkgdir}/usr/share/dbus-1/system-services/org.storage.stratis2.service"
+  install -D -m644 stratisd.conf 
"${pkgdir}/usr/share/dbus-1/system.d/stratisd.conf"
+  install -D -m644 docs/stratisd.8 "${pkgdir}/usr/share/man/man8/stratisd.8"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-06 Thread Jiachen Yang via arch-commits
Date: Thursday, November 7, 2019 @ 02:07:05
  Author: farseerfc
Revision: 524450

upgpkg: stratisd 2.0.0-1

stratisd 2.0.0

Modified:
  stratisd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 00:19:33 UTC (rev 524449)
+++ PKGBUILD2019-11-07 02:07:05 UTC (rev 524450)
@@ -2,7 +2,7 @@
 # Contributor: Dan Beste 
 
 pkgname='stratisd'
-pkgver=1.0.6
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='Easy to use local storage management for Linux.'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('dbus')
 optdepends=('stratis-cli: command line interface')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/stratisd/archive/v${pkgver}.tar.gz;)
-sha256sums=('ea56c317920fbf0c2cba28fdcb681230af782df43355a4c65ab6f6152f4fc848')
+sha256sums=('d67d8bea566262cfc60a1596af98b3b7da5324b822a6c4d2f934794223766bf7')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -36,7 +36,7 @@
 
   install -D -m755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
   install -D -m644 stratisd.service 
"${pkgdir}/usr/lib/systemd/system/stratisd.service"
-  install -D -m644 org.storage.stratis1.service 
"${pkgdir}/usr/share/dbus-1/system-services/org.storage.stratis1.service"
+  install -D -m644 org.storage.stratis2.service 
"${pkgdir}/usr/share/dbus-1/system-services/org.storage.stratis2.service"
   install -D -m644 stratisd.conf 
"${pkgdir}/usr/share/dbus-1/system.d/stratisd.conf"
   install -D -m644 docs/stratisd.8 "${pkgdir}/usr/share/man/man8/stratisd.8"
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"


[arch-commits] Commit in chromium/repos/extra-x86_64 (20 files)

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 7, 2019 @ 00:57:51
  Author: foutrelis
Revision: 366898

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 366897, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/add-missing-include-for-unique_ptr.patch
(from rev 366897, chromium/trunk/add-missing-include-for-unique_ptr.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 366897, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 366897, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
(from rev 366897, chromium/trunk/chromium-system-zlib.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 366897, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 366897, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/dns_util-make-DohUpgradeEntry-non-const.patch
(from rev 366897, 
chromium/trunk/dns_util-make-DohUpgradeEntry-non-const.patch)
  chromium/repos/extra-x86_64/fix-shutdown-crash-in-ProfileManager.patch
(from rev 366897, chromium/trunk/fix-shutdown-crash-in-ProfileManager.patch)
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch
(from rev 366897, chromium/trunk/fix-spammy-unique-font-matching-log.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/add-missing-include-for-unique_ptr.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-system-zlib.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/dns_util-make-DohUpgradeEntry-non-const.patch
  chromium/repos/extra-x86_64/fix-shutdown-crash-in-ProfileManager.patch
  chromium/repos/extra-x86_64/fix-spammy-unique-font-matching-log.patch

---+
 PKGBUILD  |  482 
 add-missing-include-for-unique_ptr.patch  |   60 +-
 chromium-skia-harmony.patch   |   28 -
 chromium-system-icu.patch |   40 -
 chromium-system-zlib.patch|   26 -
 chromium-widevine.patch   |   44 +-
 chromium.install  |   32 -
 dns_util-make-DohUpgradeEntry-non-const.patch |  172 
 fix-shutdown-crash-in-ProfileManager.patch|   90 ++--
 fix-spammy-unique-font-matching-log.patch |   26 -
 10 files changed, 500 insertions(+), 500 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 00:57:37 UTC (rev 366897)
+++ PKGBUILD2019-11-07 00:57:51 UTC (rev 366898)
@@ -1,241 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=78.0.3904.87
-pkgrel=1
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'pipewire' 'clang' 'lld' 'gn' 'java-runtime-headless')
-optdepends=('pepper-flash: support for Flash content'
-'pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-add-missing-include-for-unique_ptr.patch
-dns_util-make-DohUpgradeEntry-non-const.patch
-fix-shutdown-crash-in-ProfileManager.patch
-chromium-system-icu.patch
-chromium-system-zlib.patch
-fix-spammy-unique-font-matching-log.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('8df6ffca4087fc43e7d0443acc4f758399b248e96482705bd4fe7e88d239eb56'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'49052e8aa630c4aa57bf46823edc32b7b309493275163c3bb3f9fd390c73356e'
-'69694ab12a5ced389916c0c5e8c7bdc191544f576b134ddfb2fe9d4ed9ec4494'
-'4f81612c28957987f7344d8ce2b95a4a63136a8319c9751819436b11c62df057'
-

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

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 7, 2019 @ 00:57:37
  Author: foutrelis
Revision: 366897

upgpkg: chromium 78.0.3904.97-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 22:41:21 UTC (rev 366896)
+++ PKGBUILD2019-11-07 00:57:37 UTC (rev 366897)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=78.0.3904.87
+pkgver=78.0.3904.97
 pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -32,7 +32,7 @@
 fix-spammy-unique-font-matching-log.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('8df6ffca4087fc43e7d0443acc4f758399b248e96482705bd4fe7e88d239eb56'
+sha256sums=('d1f49ab9f4f973536166f587114553c21a29977bdc350dd407a89d34e22a9d07'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 '49052e8aa630c4aa57bf46823edc32b7b309493275163c3bb3f9fd390c73356e'
 '69694ab12a5ced389916c0c5e8c7bdc191544f576b134ddfb2fe9d4ed9ec4494'


[arch-commits] Commit in keycloak/trunk (keycloak.service)

2019-11-06 Thread Levente Polyak via arch-commits
Date: Thursday, November 7, 2019 @ 00:19:33
  Author: anthraxx
Revision: 524449

systemd unit: run after network-online.target

Modified:
  keycloak/trunk/keycloak.service

--+
 keycloak.service |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: keycloak.service
===
--- keycloak.service2019-11-06 23:42:35 UTC (rev 524448)
+++ keycloak.service2019-11-07 00:19:33 UTC (rev 524449)
@@ -1,6 +1,6 @@
 [Unit]
 Description=Keycloak server
-After=network.target
+After=network-online.target
 Wants=network-online.target systemd-networkd-wait-online.service
 
 [Service]


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 23:42:35
  Author: felixonmars
Revision: 524448

archrelease: copy trunk to community-staging-x86_64

Added:
  paraview/repos/community-staging-x86_64/
  paraview/repos/community-staging-x86_64/PKGBUILD
(from rev 524447, paraview/trunk/PKGBUILD)
  paraview/repos/community-staging-x86_64/paraview-system-pugixml.patch
(from rev 524447, paraview/trunk/paraview-system-pugixml.patch)

---+
 PKGBUILD  |  101 
 paraview-system-pugixml.patch |   19 +++
 2 files changed, 120 insertions(+)

Copied: paraview/repos/community-staging-x86_64/PKGBUILD (from rev 524447, 
paraview/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-06 23:42:35 UTC (rev 524448)
@@ -0,0 +1,101 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Oliver Goethel 
+# Contributor: eolianoe eolianoe 
+# Contributor: George Eleftheriou 
+# Contributor: Mathias Anselmann 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Michele Mocciola 
+# Contributor: Simon Zilliken 
+# Contributor: chuckdaniels
+
+_pkg=paraview
+_mpi=openmpi
+pkgname=${_pkg}
+#-${_mpi}
+pkgver=5.7.0
+pkgrel=2
+pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
+arch=(x86_64)
+url="https://www.paraview.org;
+license=(BSD custom)
+depends=(boost-libs qt5-tools qt5-x11extras intel-tbb openmpi ffmpeg ospray
+ python-numpy cgns protobuf
+ double-conversion expat freetype2 gdal glew hdf5 libjpeg jsoncpp
+ libjsoncpp.so libxml2 lz4 xz python-mpi4py netcdf libogg libpng pdal
+ proj pugixml libtheora libtiff zlib)
+#gl2ps
+#libharu
+#sqlite apparently not used in this VTK configuration
+optdepends=(python-matplotlib)
+makedepends=(cmake boost mesa gcc-fortran ninja qt5-tools qt5-xmlpatterns 
eigen pegtl utf8cpp)
+source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver}.tar.xz"
+paraview-system-pugixml.patch
+
vtk-python-3.8.patch::"https://gitlab.kitware.com/vtk/vtk/merge_requests/5883.patch;)
+sha256sums=('e41e597e1be462974a03031380d9e5ba9a7efcdb22e4ca2f3fec50361f310874'
+'dd2e23298ab5a07da0e799c3db313ed3f9d2a403d7228d50748206b535b6f65f'
+'3beff972e7e9236f2e8ab596be8f893ae7e9346a140c4538d9e8d88c3378b916')
+
+prepare() {
+mkdir -p build
+patch -Np0 -i ./paraview-system-pugixml.patch
+patch -d ParaView-v${pkgver}/VTK -p1 -i "$srcdir"/vtk-python-3.8.patch # 
Fix build with python 3.8 
+}
+
+build() {
+cd build
+
+# Flags to enable system libs in VTK building, as in VTK package
+# GL2PS has non-upstreamed patches
+# KISSFFT is not packaged
+# VERDICT is not packaged
+# ZFP is not packaged
+# LIBHARU blocked by https://github.com/libharu/libharu/pull/157
+# SQLITE apparently not used in this VTK configuration
+local VTK_USE_SYSTEM_LIB=""
+for lib in doubleconversion eigen expat freetype glew hdf5 jpeg jsoncpp 
libproj libxml2 lz4 lzma mpi4py netcdf ogg pegtl png pugixml theora tiff utf8 
zlib
+do
+VTK_USE_SYSTEM_LIB+="-DVTK_MODULE_USE_EXTERNAL_vtk${lib}:BOOL=ON 
-DVTK_MODULE_USE_EXTERNAL_VTK_${lib}:BOOL=ON "
+done
+# Specific system libs for ParaView version
+for lib in cgns protobuf
+do
+VTK_USE_SYSTEM_LIB+="-DVTK_MODULE_USE_EXTERNAL_ParaView_${lib}:BOOL=ON 
"
+done
+
+cmake ../ParaView-v${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPARAVIEW_ENABLE_FFMPEG=ON \
+-DPARAVIEW_ENABLE_GDAL=ON \
+-DPARAVIEW_ENABLE_PDAL=ON \
+-DPARAVIEW_ENABLE_PYTHON=ON \
+-DPARAVIEW_ENABLE_VISITBRIDGE=ON \
+-DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON \
+-DPARAVIEW_USE_MPI=ON \
+-DPARAVIEW_USE_RAYTRACING=ON \
+-DVTK_ENABLE_OSPRAY=ON \
+-DVTK_PYTHON_FULL_THREADSAFE=ON \
+-DVTK_PYTHON_VERSION=3 \
+-DVTK_SMP_IMPLEMENTATION_TYPE=TBB \
+-DVTKm_ENABLE_MPI=ON \
+-DVTKm_ENABLE_RENDERING=ON \
+-DVTKm_USE_DOUBLE_PRECISION=ON \
+-DVTK_MODULE_ENABLE_VTK_GeovisCore=YES \
+-DVTK_MODULE_ENABLE_VTK_GeovisGDAL=YES \
+-DVTK_MODULE_ENABLE_VTK_IOGDAL=YES \
+-DVTK_MODULE_ENABLE_VTK_IOPDAL=YES \
+${VTK_USE_SYSTEM_LIB} \
+-GNinja
+
+ninja ${MAKEFLAGS}
+}
+
+package() {
+cd build
+
+DESTDIR="${pkgdir}" ninja install
+
+# Install license
+install -Dm644 "${srcdir}"/ParaView-v${pkgver}/License_v1.2.txt 
"${pkgdir}"/usr/share/licenses/paraview/LICENSE
+}

Copied: paraview/repos/community-staging-x86_64/paraview-system-pugixml.patch 
(from rev 524447, paraview/trunk/paraview-system-pugixml.patch)
===
--- 

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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 23:41:47
  Author: felixonmars
Revision: 524445

Python 3.8 rebuild

Modified:
  python-flake8-debugger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 23:35:44 UTC (rev 52)
+++ PKGBUILD2019-11-06 23:41:47 UTC (rev 524445)
@@ -3,7 +3,7 @@
 pkgbase=python-flake8-debugger
 pkgname=('python-flake8-debugger' 'python2-flake8-debugger')
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='ipdb/pdb statement checker plugin for flake8'
 arch=('any')
 license=('MIT')


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 23:41:58
  Author: felixonmars
Revision: 524446

archrelease: copy trunk to community-staging-any

Added:
  python-flake8-debugger/repos/community-staging-any/
  python-flake8-debugger/repos/community-staging-any/PKGBUILD
(from rev 524445, python-flake8-debugger/trunk/PKGBUILD)

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

Copied: python-flake8-debugger/repos/community-staging-any/PKGBUILD (from rev 
524445, python-flake8-debugger/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-06 23:41:58 UTC (rev 524446)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-flake8-debugger
+pkgname=('python-flake8-debugger' 'python2-flake8-debugger')
+pkgver=3.2.1
+pkgrel=2
+pkgdesc='ipdb/pdb statement checker plugin for flake8'
+arch=('any')
+license=('MIT')
+url='https://github.com/JBKahn/flake8-debugger'
+makedepends=('python-setuptools' 'python2-setuptools' 'flake8' 'python2-flake8'
+ 'python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/JBKahn/flake8-debugger/archive/$pkgver.tar.gz;)
+sha512sums=('1f5cce02e6a67df021a6c9d5f4bb74fc68fae12d57465497488bd2a7e78b8f6981979a1c433f3d8f83add6a22097f5f145328daf5c298a3e118f88f7677bcbeb')
+
+prepare() {
+  cp -a flake8-debugger-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-debugger-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-debugger-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8-debugger-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/flake8-debugger-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-flake8-debugger() {
+  depends=('flake8')
+
+  cd "$srcdir"/flake8-debugger-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-flake8-debugger() {
+  depends=('python2-flake8')
+
+  cd "$srcdir"/flake8-debugger-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 23:42:20
  Author: felixonmars
Revision: 524447

Python 3.8 rebuild

Modified:
  paraview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 23:41:58 UTC (rev 524446)
+++ PKGBUILD2019-11-06 23:42:20 UTC (rev 524447)
@@ -14,7 +14,7 @@
 pkgname=${_pkg}
 #-${_mpi}
 pkgver=5.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
 arch=(x86_64)
 url="https://www.paraview.org;


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 23:35:33
  Author: felixonmars
Revision: 524443

Python 3.8 rebuild

Modified:
  python-fs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 23:30:56 UTC (rev 524442)
+++ PKGBUILD2019-11-06 23:35:33 UTC (rev 524443)
@@ -2,7 +2,7 @@
 
 pkgname=python-fs
 pkgver=2.4.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Filesystem abstraction layer"
 arch=('any')
 license=('BSD')


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 23:35:44
  Author: felixonmars
Revision: 52

archrelease: copy trunk to community-staging-any

Added:
  python-fs/repos/community-staging-any/
  python-fs/repos/community-staging-any/PKGBUILD
(from rev 524443, python-fs/trunk/PKGBUILD)

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

Copied: python-fs/repos/community-staging-any/PKGBUILD (from rev 524443, 
python-fs/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-06 23:35:44 UTC (rev 52)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-fs
+pkgver=2.4.11
+pkgrel=2
+pkgdesc="Filesystem abstraction layer"
+arch=('any')
+license=('BSD')
+url="https://pypi.python.org/pypi/fs/;
+depends=('python-appdirs' 'python-pytz' 'python-setuptools' 'python-six')
+checkdepends=('python-pytest-runner' 'fuse2' 'python-mock' 'python-pyftpdlib' 
'python-psutil'
+  'python-pysendfile')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver.tar.gz;)
+sha512sums=('fe4596bf213f9b1721cd3c665e6af180d6617eea07afbaa9d83847dc3f7dfe64bca16c8ccb337d48bbb49bf0d2fef90903e3c4aecc63f61faac6a2b6f6c59cf6')
+
+build() {
+  cd pyfilesystem2-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pyfilesystem2-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
python setup.py pytest
+}
+
+package() {
+  cd pyfilesystem2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 6, 2019 @ 23:30:56
  Author: foutrelis
Revision: 524442

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 23:30:51 UTC (rev 524441)
+++ PKGBUILD2019-11-06 23:30:56 UTC (rev 524442)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-flake8-debugger
-pkgname=('python-flake8-debugger' 'python2-flake8-debugger')
-pkgver=3.1.0
-pkgrel=2
-pkgdesc='ipdb/pdb statement checker plugin for flake8'
-arch=('any')
-license=('MIT')
-url='https://github.com/JBKahn/flake8-debugger'
-makedepends=('python-setuptools' 'python2-setuptools' 'flake8' 'python2-flake8'
- 'python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/JBKahn/flake8-debugger/archive/$pkgver.tar.gz;)
-sha512sums=('487864ba8b717978e91fb9b76dc43b14e4c0efa322a6a032c9592d65da9f6eb87e624ec05a731263dd63560ab8508d4f0e05b86e83c3d101ae34638719abdbb7')
-
-prepare() {
-  cp -a flake8-debugger-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-debugger-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/flake8-debugger-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8-debugger-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/flake8-debugger-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-flake8-debugger() {
-  depends=('flake8')
-
-  cd "$srcdir"/flake8-debugger-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-flake8-debugger() {
-  depends=('python2-flake8')
-
-  cd "$srcdir"/flake8-debugger-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flake8-debugger/repos/community-any/PKGBUILD (from rev 524441, 
python-flake8-debugger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 23:30:56 UTC (rev 524442)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-flake8-debugger
+pkgname=('python-flake8-debugger' 'python2-flake8-debugger')
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='ipdb/pdb statement checker plugin for flake8'
+arch=('any')
+license=('MIT')
+url='https://github.com/JBKahn/flake8-debugger'
+makedepends=('python-setuptools' 'python2-setuptools' 'flake8' 'python2-flake8'
+ 'python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/JBKahn/flake8-debugger/archive/$pkgver.tar.gz;)
+sha512sums=('1f5cce02e6a67df021a6c9d5f4bb74fc68fae12d57465497488bd2a7e78b8f6981979a1c433f3d8f83add6a22097f5f145328daf5c298a3e118f88f7677bcbeb')
+
+prepare() {
+  cp -a flake8-debugger-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-debugger-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-debugger-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8-debugger-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/flake8-debugger-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-flake8-debugger() {
+  depends=('flake8')
+
+  cd "$srcdir"/flake8-debugger-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-flake8-debugger() {
+  depends=('python2-flake8')
+
+  cd "$srcdir"/flake8-debugger-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 6, 2019 @ 23:30:51
  Author: foutrelis
Revision: 524441

upgpkg: python-flake8-debugger 3.2.1-1

New upstream release.

Modified:
  python-flake8-debugger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 23:28:40 UTC (rev 524440)
+++ PKGBUILD2019-11-06 23:30:51 UTC (rev 524441)
@@ -2,8 +2,8 @@
 
 pkgbase=python-flake8-debugger
 pkgname=('python-flake8-debugger' 'python2-flake8-debugger')
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc='ipdb/pdb statement checker plugin for flake8'
 arch=('any')
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'flake8' 'python2-flake8'
  'python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/JBKahn/flake8-debugger/archive/$pkgver.tar.gz;)
-sha512sums=('487864ba8b717978e91fb9b76dc43b14e4c0efa322a6a032c9592d65da9f6eb87e624ec05a731263dd63560ab8508d4f0e05b86e83c3d101ae34638719abdbb7')
+sha512sums=('1f5cce02e6a67df021a6c9d5f4bb74fc68fae12d57465497488bd2a7e78b8f6981979a1c433f3d8f83add6a22097f5f145328daf5c298a3e118f88f7677bcbeb')
 
 prepare() {
   cp -a flake8-debugger-$pkgver{,-py2}


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 23:28:40
  Author: felixonmars
Revision: 524440

archrelease: copy trunk to community-staging-any

Added:
  python-keyrings-alt/repos/community-staging-any/PKGBUILD
(from rev 524439, python-keyrings-alt/trunk/PKGBUILD)
  python-keyrings-alt/repos/community-staging-any/pep517-0.5.patch
(from rev 524439, python-keyrings-alt/trunk/pep517-0.5.patch)
Deleted:
  python-keyrings-alt/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |  107 -
 pep517-0.5.patch |   55 +++
 2 files changed, 113 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 23:28:25 UTC (rev 524439)
+++ PKGBUILD2019-11-06 23:28:40 UTC (rev 524440)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgname=python-keyrings-alt
-_pkgname=keyrings.alt
-epoch=1
-pkgver=3.1.1
-pkgrel=2
-pkgdesc="Alternate keyring implementations"
-arch=('any')
-url='https://github.com/jaraco/keyrings.alt'
-license=('MIT')
-depends=('python-keyring')
-makedepends=('python-setuptools_scm')
-checkdepends=('libgnome-keyring' 'python-pycryptodome' 'python-gobject' 
'python-pytest-flake8' 'python-pytest-runner' 'python-keyring')
-optdepends=('libgnome-keyring: GNOME Integration'
-'python-gobject: GNOME Integration'
-'python-fs'
-'python-crypto: Encrypted file storage')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('0ec460620d684c83477f5a5810f8d01058cf251bf9ef34af1afcca0c663fb9025a94ae7785ac4bc6982eb88f44e103f7821c9756a359b2af04800752d3e1fc0e')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyrings-alt/repos/community-staging-any/PKGBUILD (from rev 
524439, python-keyrings-alt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 23:28:40 UTC (rev 524440)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgname=python-keyrings-alt
+_pkgname=keyrings.alt
+epoch=1
+pkgver=3.1.1
+pkgrel=3
+pkgdesc="Alternate keyring implementations"
+arch=('any')
+url='https://github.com/jaraco/keyrings.alt'
+license=('MIT')
+depends=('python-keyring')
+makedepends=('python-setuptools_scm')
+checkdepends=('libgnome-keyring' 'python-pycryptodome' 'python-gobject' 
'python-pytest-flake8' 'python-pytest-runner' 'python-keyring')
+optdepends=('libgnome-keyring: GNOME Integration'
+'python-gobject: GNOME Integration'
+'python-fs'
+'python-crypto: Encrypted file storage')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+pep517-0.5.patch)
+sha512sums=('0ec460620d684c83477f5a5810f8d01058cf251bf9ef34af1afcca0c663fb9025a94ae7785ac4bc6982eb88f44e103f7821c9756a359b2af04800752d3e1fc0e'
+
'1a8dc30ded29cf0f8c8376d36906a50298e74c8f092db318d587f36e87e3a34104418c53c9cc758061104723aa66dfed2f8f7390462024bd3980b569e2b702b7')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Fix flake8 error breaking tests
+  patch -Np1 -i ../pep517-0.5.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: python-keyrings-alt/repos/community-staging-any/pep517-0.5.patch (from 
rev 524439, python-keyrings-alt/trunk/pep517-0.5.patch)
===
--- pep517-0.5.patch(rev 0)
+++ pep517-0.5.patch2019-11-06 23:28:40 UTC (rev 524440)
@@ -0,0 +1,55 @@
+From 939c515f2cc01525cbbd71f26e71d21471abdc93 Mon Sep 17 00:00:00 2001
+From: "Jason R. Coombs" 
+Date: Mon, 17 Dec 2018 12:17:02 -0500
+Subject: [PATCH] Rely on pep517 0.5
+
+---
+ install-pip-master.py | 21 -
+ tox.ini   |  5 +
+ 2 files 

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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 23:28:25
  Author: felixonmars
Revision: 524439

Python 3.8 rebuild

Modified:
  python-keyrings-alt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 23:27:31 UTC (rev 524438)
+++ PKGBUILD2019-11-06 23:28:25 UTC (rev 524439)
@@ -10,7 +10,7 @@
 _pkgname=keyrings.alt
 epoch=1
 pkgver=3.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Alternate keyring implementations"
 arch=('any')
 url='https://github.com/jaraco/keyrings.alt'


[arch-commits] Commit in python-keyrings-alt/trunk (PKGBUILD pep517-0.5.patch)

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 6, 2019 @ 23:27:31
  Author: foutrelis
Revision: 524438

Fix flake8 error breaking tests

Added:
  python-keyrings-alt/trunk/pep517-0.5.patch
Modified:
  python-keyrings-alt/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++--
 pep517-0.5.patch |   55 +
 2 files changed, 66 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 23:25:25 UTC (rev 524437)
+++ PKGBUILD2019-11-06 23:27:31 UTC (rev 524438)
@@ -22,11 +22,20 @@
 'python-gobject: GNOME Integration'
 'python-fs'
 'python-crypto: Encrypted file storage')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('0ec460620d684c83477f5a5810f8d01058cf251bf9ef34af1afcca0c663fb9025a94ae7785ac4bc6982eb88f44e103f7821c9756a359b2af04800752d3e1fc0e')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+pep517-0.5.patch)
+sha512sums=('0ec460620d684c83477f5a5810f8d01058cf251bf9ef34af1afcca0c663fb9025a94ae7785ac4bc6982eb88f44e103f7821c9756a359b2af04800752d3e1fc0e'
+
'1a8dc30ded29cf0f8c8376d36906a50298e74c8f092db318d587f36e87e3a34104418c53c9cc758061104723aa66dfed2f8f7390462024bd3980b569e2b702b7')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Fix flake8 error breaking tests
+  patch -Np1 -i ../pep517-0.5.patch
+}
+
 build() {
   cd $_pkgname-$pkgver
 

Added: pep517-0.5.patch
===
--- pep517-0.5.patch(rev 0)
+++ pep517-0.5.patch2019-11-06 23:27:31 UTC (rev 524438)
@@ -0,0 +1,55 @@
+From 939c515f2cc01525cbbd71f26e71d21471abdc93 Mon Sep 17 00:00:00 2001
+From: "Jason R. Coombs" 
+Date: Mon, 17 Dec 2018 12:17:02 -0500
+Subject: [PATCH] Rely on pep517 0.5
+
+---
+ install-pip-master.py | 21 -
+ tox.ini   |  5 +
+ 2 files changed, 1 insertion(+), 25 deletions(-)
+ delete mode 100644 install-pip-master.py
+
+diff --git a/install-pip-master.py b/install-pip-master.py
+deleted file mode 100644
+index d62d20f..000
+--- a/install-pip-master.py
 /dev/null
+@@ -1,21 +0,0 @@
+-"""
+-In order to support installation of pep517 from source,
+-pip from master must be installed.
+-"""
+-
+-import subprocess
+-import sys
+-
+-
+-def main():
+-  cmd = [
+-  sys.executable,
+-  '-m', 'pip', 'install',
+-  'git+https://github.com/pypa/pip',
+-  ]
+-  subprocess.run(cmd)
+-  cmd[-1:] = sys.argv[1:]
+-  subprocess.run(cmd)
+-
+-
+-__name__ == '__main__' and main()
+diff --git a/tox.ini b/tox.ini
+index 853d7de..70b0be7 100644
+--- a/tox.ini
 b/tox.ini
+@@ -20,11 +20,8 @@ commands =
+ 
+ [testenv:release]
+ skip_install = True
+-# workaround for pep517 build support
+-install_command = python install-pip-master.py {opts} {packages}
+ deps =
+-  # pull from feature branch for feature
+-  git+https://github.com/pypa/pep517@feature/build-command
++  pep517>=0.5
+   # workaround for https://github.com/pypa/twine/issues/423
+   git+https://github.com/pypa/twine
+   path.py


[arch-commits] Commit in keycloak/repos/community-any (7 files)

2019-11-06 Thread Levente Polyak via arch-commits
Date: Wednesday, November 6, 2019 @ 23:25:25
  Author: anthraxx
Revision: 524437

archrelease: copy trunk to community-any

Added:
  keycloak/repos/community-any/PKGBUILD
(from rev 524436, keycloak/trunk/PKGBUILD)
  keycloak/repos/community-any/keycloak.service
(from rev 524436, keycloak/trunk/keycloak.service)
  keycloak/repos/community-any/keycloak.sysusers
(from rev 524436, keycloak/trunk/keycloak.sysusers)
  keycloak/repos/community-any/keycloak.tmpfiles
(from rev 524436, keycloak/trunk/keycloak.tmpfiles)
  keycloak/repos/community-any/layers.conf
(from rev 524436, keycloak/trunk/layers.conf)
Deleted:
  keycloak/repos/community-any/PKGBUILD
  keycloak/repos/community-any/keycloak.service

---+
 PKGBUILD  |   93 ++--
 keycloak.service  |   36 +++-
 keycloak.sysusers |1 
 keycloak.tmpfiles |4 ++
 layers.conf   |1 
 5 files changed, 95 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 23:25:10 UTC (rev 524436)
+++ PKGBUILD2019-11-06 23:25:25 UTC (rev 524437)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Nikita Volodin 
-
-pkgname=keycloak
-pkgver=7.0.1
-pkgrel=1
-pkgdesc="Open Source Identity and Access Management For Modern Applications 
and Services"
-arch=('any')
-url="http://www.keycloak.org/;
-license=('Apache')
-depends=('jdk8-openjdk')
-makedepends=('maven' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/keycloak/keycloak/archive/${pkgver}.tar.gz;
-"keycloak.service")
-sha512sums=('d70971588736e771afc62af10633c939e493e0562e5d55c0dd6e78f9bad78439fcef74b595190a36cebbe16fc4fd79743b29f40864caf1ad426b392a159ab4a1'
-
'eefc589eb574a784a593e0331603178a71bc795b46a4cca41feb780e967079fd801c934378c5f0aa790651c0c7e24c7bf31d11f69cc986e83b608cfe90f7d738')
-
-build() {
-cd $pkgname-$pkgver
-mvn -Pdistribution -pl distribution/server-dist -am -Dmaven.test.skip 
clean install
-}
-
-package() {
-   mkdir -p "$pkgdir/opt"
-   cd $pkgname-$pkgver
-   ls distribution/server-dist/target/
-   cp -r "distribution/server-dist/target/keycloak-$pkgver" 
"$pkgdir/opt/keycloak"
-
-   install -Dm644 "$srcdir"/keycloak.service 
"$pkgdir"/usr/lib/systemd/system/keycloak.service
-}
-

Copied: keycloak/repos/community-any/PKGBUILD (from rev 524436, 
keycloak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 23:25:25 UTC (rev 524437)
@@ -0,0 +1,62 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Nikita Volodin 
+
+pkgname=keycloak
+pkgver=7.0.1
+pkgrel=2
+pkgdesc="Open Source Identity and Access Management For Modern Applications 
and Services"
+arch=('any')
+url="https://www.keycloak.org/;
+license=('Apache')
+depends=('java-runtime>=8' 'grep' 'bash' 'coreutils' 'util-linux')
+makedepends=('maven' 'git' 'java-environment=8')
+backup=(
+  opt/keycloak/standalone/configuration/application-roles.properties
+  opt/keycloak/standalone/configuration/application-users.properties
+  opt/keycloak/standalone/configuration/logging.properties
+  opt/keycloak/standalone/configuration/mgmt-groups.properties
+  opt/keycloak/standalone/configuration/mgmt-users.properties
+  opt/keycloak/standalone/configuration/standalone-ha.xml
+  opt/keycloak/standalone/configuration/standalone.xml
+)
+options=(emptydirs)
+source=(https://github.com/keycloak/keycloak/archive/$pkgver/$pkgname-$pkgver.tar.gz
+keycloak.service
+keycloak.sysusers
+keycloak.tmpfiles
+layers.conf)
+sha512sums=('d70971588736e771afc62af10633c939e493e0562e5d55c0dd6e78f9bad78439fcef74b595190a36cebbe16fc4fd79743b29f40864caf1ad426b392a159ab4a1'
+
'0c319a350d211bcffaa08fe226b37913c8d79f38d281c13c50b0ae949e1b8a97acac26842679b29436568770ccf8c5907c01c824e777dbd374b5ec8cc120dae3'
+
'c53b734598ccf675930754514bd2af628355025197e77541e5acb8718629a8ece763c814e8373278758a30475e6a716febeff10bdebf0847d914bc193e732c79'
+
'2f51757761d0444820e5624cdd061062d125a1ea74faf51c224603cae11583f99ff9ffbb79bb1834ae45dd6439b5d2db0f36f3a84c625df85fa9549e95308fea'
+
'd54a04c120edb933c4f7168460bd813ff92a4e3771cedcabfeeb76c5d3e057b3cd0d0486dc11ddbd91e8d87ca90193e4c74cc3414e45106dd556d455ac7e60b2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export PATH="/usr/lib/jvm/java-8-openjdk/bin:$PATH"
+  mvn -Pdistribution \
+-pl distribution/server-dist \
+-am \
+-Dmaven.test.skip \
+clean install
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir/opt"
+  cp -r "distribution/server-dist/target/keycloak-$pkgver" 
"$pkgdir/opt/keycloak"
+  install -Dm 644 "$srcdir"/layers.conf -t "$pkgdir/opt/keycloak/modules"
+  install -d "$pkgdir"/opt/keycloak/standalone/{data,log}
+
+  install -d "$pkgdir/"{etc,var/log}
+  ln -s 

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

2019-11-06 Thread Levente Polyak via arch-commits
Date: Wednesday, November 6, 2019 @ 23:25:10
  Author: anthraxx
Revision: 524436

upgpkg: keycloak 7.0.1-2 (unprivileged service + config backup)

Added:
  keycloak/trunk/keycloak.sysusers
  keycloak/trunk/keycloak.tmpfiles
  keycloak/trunk/layers.conf
Modified:
  keycloak/trunk/PKGBUILD
  keycloak/trunk/keycloak.service

---+
 PKGBUILD  |   59 +++-
 keycloak.service  |   18 +++
 keycloak.sysusers |1 
 keycloak.tmpfiles |4 +++
 layers.conf   |1 
 5 files changed, 69 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 23:00:48 UTC (rev 524435)
+++ PKGBUILD2019-11-06 23:25:10 UTC (rev 524436)
@@ -3,29 +3,60 @@
 
 pkgname=keycloak
 pkgver=7.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source Identity and Access Management For Modern Applications 
and Services"
 arch=('any')
-url="http://www.keycloak.org/;
+url="https://www.keycloak.org/;
 license=('Apache')
-depends=('jdk8-openjdk')
-makedepends=('maven' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/keycloak/keycloak/archive/${pkgver}.tar.gz;
-"keycloak.service")
+depends=('java-runtime>=8' 'grep' 'bash' 'coreutils' 'util-linux')
+makedepends=('maven' 'git' 'java-environment=8')
+backup=(
+  opt/keycloak/standalone/configuration/application-roles.properties
+  opt/keycloak/standalone/configuration/application-users.properties
+  opt/keycloak/standalone/configuration/logging.properties
+  opt/keycloak/standalone/configuration/mgmt-groups.properties
+  opt/keycloak/standalone/configuration/mgmt-users.properties
+  opt/keycloak/standalone/configuration/standalone-ha.xml
+  opt/keycloak/standalone/configuration/standalone.xml
+)
+options=(emptydirs)
+source=(https://github.com/keycloak/keycloak/archive/$pkgver/$pkgname-$pkgver.tar.gz
+keycloak.service
+keycloak.sysusers
+keycloak.tmpfiles
+layers.conf)
 
sha512sums=('d70971588736e771afc62af10633c939e493e0562e5d55c0dd6e78f9bad78439fcef74b595190a36cebbe16fc4fd79743b29f40864caf1ad426b392a159ab4a1'
-
'eefc589eb574a784a593e0331603178a71bc795b46a4cca41feb780e967079fd801c934378c5f0aa790651c0c7e24c7bf31d11f69cc986e83b608cfe90f7d738')
+
'0c319a350d211bcffaa08fe226b37913c8d79f38d281c13c50b0ae949e1b8a97acac26842679b29436568770ccf8c5907c01c824e777dbd374b5ec8cc120dae3'
+
'c53b734598ccf675930754514bd2af628355025197e77541e5acb8718629a8ece763c814e8373278758a30475e6a716febeff10bdebf0847d914bc193e732c79'
+
'2f51757761d0444820e5624cdd061062d125a1ea74faf51c224603cae11583f99ff9ffbb79bb1834ae45dd6439b5d2db0f36f3a84c625df85fa9549e95308fea'
+
'd54a04c120edb933c4f7168460bd813ff92a4e3771cedcabfeeb76c5d3e057b3cd0d0486dc11ddbd91e8d87ca90193e4c74cc3414e45106dd556d455ac7e60b2')
 
 build() {
-cd $pkgname-$pkgver
-mvn -Pdistribution -pl distribution/server-dist -am -Dmaven.test.skip 
clean install
+  cd $pkgname-$pkgver
+
+  export PATH="/usr/lib/jvm/java-8-openjdk/bin:$PATH"
+  mvn -Pdistribution \
+-pl distribution/server-dist \
+-am \
+-Dmaven.test.skip \
+clean install
 }
 
 package() {
-   mkdir -p "$pkgdir/opt"
-   cd $pkgname-$pkgver
-   ls distribution/server-dist/target/
-   cp -r "distribution/server-dist/target/keycloak-$pkgver" 
"$pkgdir/opt/keycloak"
+  cd $pkgname-$pkgver
 
-   install -Dm644 "$srcdir"/keycloak.service 
"$pkgdir"/usr/lib/systemd/system/keycloak.service
+  mkdir -p "$pkgdir/opt"
+  cp -r "distribution/server-dist/target/keycloak-$pkgver" 
"$pkgdir/opt/keycloak"
+  install -Dm 644 "$srcdir"/layers.conf -t "$pkgdir/opt/keycloak/modules"
+  install -d "$pkgdir"/opt/keycloak/standalone/{data,log}
+
+  install -d "$pkgdir/"{etc,var/log}
+  ln -s /opt/keycloak/standalone/configuration "$pkgdir/etc/keycloak"
+  ln -s /opt/keycloak/standalone/log "$pkgdir/var/log/keycloak"
+
+  install -Dm644 "$srcdir"/keycloak.service 
"$pkgdir"/usr/lib/systemd/system/keycloak.service
+  install -Dm644 "$srcdir"/keycloak.sysusers 
"$pkgdir"/usr/lib/sysusers.d/keycloak.conf
+  install -Dm644 "$srcdir"/keycloak.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/keycloak.conf
 }
 
+# vim: ts=2 sw=2 et:

Modified: keycloak.service
===
--- keycloak.service2019-11-06 23:00:48 UTC (rev 524435)
+++ keycloak.service2019-11-06 23:25:10 UTC (rev 524436)
@@ -1,9 +1,27 @@
 [Unit]
 Description=Keycloak server
 After=network.target
+Wants=network-online.target systemd-networkd-wait-online.service
 
 [Service]
+User=keycloak
+Group=keycloak
 ExecStart=/opt/keycloak/bin/standalone.sh
+WorkingDirectory=/opt/keycloak
+ReadWritePaths=/opt/keycloak/standalone/data /opt/keycloak/standalone/tmp 
/opt/keycloak/standalone/log /opt/keycloak/standalone/configuration
 
+# Hardening options
+CapabilityBoundingSet=
+AmbientCapabilities=
+NoNewPrivileges=true
+ProtectHome=true

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

2019-11-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 6, 2019 @ 23:00:48
  Author: arojas
Revision: 524435

Fix build with python 3.8

Modified:
  paraview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 22:52:22 UTC (rev 524434)
+++ PKGBUILD2019-11-06 23:00:48 UTC (rev 524435)
@@ -30,13 +30,16 @@
 optdepends=(python-matplotlib)
 makedepends=(cmake boost mesa gcc-fortran ninja qt5-tools qt5-xmlpatterns 
eigen pegtl utf8cpp)
 source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver}.tar.xz"
-paraview-system-pugixml.patch)
+paraview-system-pugixml.patch
+
vtk-python-3.8.patch::"https://gitlab.kitware.com/vtk/vtk/merge_requests/5883.patch;)
 sha256sums=('e41e597e1be462974a03031380d9e5ba9a7efcdb22e4ca2f3fec50361f310874'
-'dd2e23298ab5a07da0e799c3db313ed3f9d2a403d7228d50748206b535b6f65f')
+'dd2e23298ab5a07da0e799c3db313ed3f9d2a403d7228d50748206b535b6f65f'
+'3beff972e7e9236f2e8ab596be8f893ae7e9346a140c4538d9e8d88c3378b916')
 
 prepare() {
 mkdir -p build
 patch -Np0 -i ./paraview-system-pugixml.patch
+patch -d ParaView-v${pkgver}/VTK -p1 -i "$srcdir"/vtk-python-3.8.patch # 
Fix build with python 3.8 
 }
 
 build() {


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 22:52:22
  Author: felixonmars
Revision: 524434

archrelease: copy trunk to community-staging-any

Added:
  python-flask-dance/repos/community-staging-any/
  python-flask-dance/repos/community-staging-any/PKGBUILD
(from rev 524433, python-flask-dance/trunk/PKGBUILD)

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

Copied: python-flask-dance/repos/community-staging-any/PKGBUILD (from rev 
524433, python-flask-dance/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-06 22:52:22 UTC (rev 524434)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-dance
+pkgver=3.0.0
+pkgrel=2
+pkgdesc="Doing the OAuth dance with style using Flask, requests, and oauthlib"
+url="https://github.com/singingwolfboy/flask-dance;
+license=('MIT')
+arch=('any')
+depends=('python-requests' 'python-oauthlib' 'python-requests-oauthlib' 
'python-flask'
+ 'python-urlobject' 'python-six' 'python-lazy')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-sphinx' 'python-pytest-cov' 
'python-mock'
+  'python-responses' 'python-freezegun' 'python-sqlalchemy' 
'python-sqlalchemy-utils'
+  'python-flask-sqlalchemy' 'python-flask-login' 
'python-flask-caching'
+  'python-flask-sphinx-themes' 'python-sphinxcontrib-seqdiag')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/singingwolfboy/flask-dance/archive/v$pkgver.tar.gz;)
+sha512sums=('ba3f25ed6631f7880a52ad7a43413134d6a924b8ef5205b8a7ecb21f3ddc10ee49face89ede2d76b3ef73b3f938f263aa386f06e9e1c71d87ee92d08b00c804b')
+
+build() {
+  cd flask-dance-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-dance-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flask-dance-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 22:52:12
  Author: felixonmars
Revision: 524433

Python 3.8 rebuild

Modified:
  python-flask-dance/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 22:51:23 UTC (rev 524432)
+++ PKGBUILD2019-11-06 22:52:12 UTC (rev 524433)
@@ -2,7 +2,7 @@
 
 pkgname=python-flask-dance
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Doing the OAuth dance with style using Flask, requests, and oauthlib"
 url="https://github.com/singingwolfboy/flask-dance;
 license=('MIT')


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

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 6, 2019 @ 22:51:18
  Author: foutrelis
Revision: 524431

upgpkg: python-flask-dance 3.0.0-1

New upstream release.

Modified:
  python-flask-dance/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 22:35:30 UTC (rev 524430)
+++ PKGBUILD2019-11-06 22:51:18 UTC (rev 524431)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-flask-dance
-pkgver=2.2.0
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Doing the OAuth dance with style using Flask, requests, and oauthlib"
 url="https://github.com/singingwolfboy/flask-dance;
@@ -15,7 +15,7 @@
   'python-flask-sqlalchemy' 'python-flask-login' 
'python-flask-caching'
   'python-flask-sphinx-themes' 'python-sphinxcontrib-seqdiag')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/singingwolfboy/flask-dance/archive/v$pkgver.tar.gz;)
-sha512sums=('0b44ef70628ea4ee3b09ffc9c8fa9641029be59be7ffbc20bcd795810b6431e6cb053d159da4b01a78de0a784cd264b7a0877a2318127ae9d7a4c6b08fc7d815')
+sha512sums=('ba3f25ed6631f7880a52ad7a43413134d6a924b8ef5205b8a7ecb21f3ddc10ee49face89ede2d76b3ef73b3f938f263aa386f06e9e1c71d87ee92d08b00c804b')
 
 build() {
   cd flask-dance-$pkgver


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

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 6, 2019 @ 22:51:23
  Author: foutrelis
Revision: 524432

archrelease: copy trunk to community-any

Added:
  python-flask-dance/repos/community-any/PKGBUILD
(from rev 524431, python-flask-dance/trunk/PKGBUILD)
Deleted:
  python-flask-dance/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 22:51:18 UTC (rev 524431)
+++ PKGBUILD2019-11-06 22:51:23 UTC (rev 524432)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-flask-dance
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Doing the OAuth dance with style using Flask, requests, and oauthlib"
-url="https://github.com/singingwolfboy/flask-dance;
-license=('MIT')
-arch=('any')
-depends=('python-requests' 'python-oauthlib' 'python-requests-oauthlib' 
'python-flask'
- 'python-urlobject' 'python-six' 'python-lazy')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-sphinx' 'python-pytest-cov' 
'python-mock'
-  'python-responses' 'python-freezegun' 'python-sqlalchemy' 
'python-sqlalchemy-utils'
-  'python-flask-sqlalchemy' 'python-flask-login' 
'python-flask-caching'
-  'python-flask-sphinx-themes' 'python-sphinxcontrib-seqdiag')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/singingwolfboy/flask-dance/archive/v$pkgver.tar.gz;)
-sha512sums=('0b44ef70628ea4ee3b09ffc9c8fa9641029be59be7ffbc20bcd795810b6431e6cb053d159da4b01a78de0a784cd264b7a0877a2318127ae9d7a4c6b08fc7d815')
-
-build() {
-  cd flask-dance-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd flask-dance-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd flask-dance-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-flask-dance/repos/community-any/PKGBUILD (from rev 524431, 
python-flask-dance/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 22:51:23 UTC (rev 524432)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-dance
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Doing the OAuth dance with style using Flask, requests, and oauthlib"
+url="https://github.com/singingwolfboy/flask-dance;
+license=('MIT')
+arch=('any')
+depends=('python-requests' 'python-oauthlib' 'python-requests-oauthlib' 
'python-flask'
+ 'python-urlobject' 'python-six' 'python-lazy')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-sphinx' 'python-pytest-cov' 
'python-mock'
+  'python-responses' 'python-freezegun' 'python-sqlalchemy' 
'python-sqlalchemy-utils'
+  'python-flask-sqlalchemy' 'python-flask-login' 
'python-flask-caching'
+  'python-flask-sphinx-themes' 'python-sphinxcontrib-seqdiag')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/singingwolfboy/flask-dance/archive/v$pkgver.tar.gz;)
+sha512sums=('ba3f25ed6631f7880a52ad7a43413134d6a924b8ef5205b8a7ecb21f3ddc10ee49face89ede2d76b3ef73b3f938f263aa386f06e9e1c71d87ee92d08b00c804b')
+
+build() {
+  cd flask-dance-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-dance-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flask-dance-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-11-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 6, 2019 @ 22:41:21
  Author: arojas
Revision: 366896

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 366895, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 366895, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  229 +++---
 arch-fonts.diff |  214 +-
 2 files changed, 225 insertions(+), 218 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 22:41:01 UTC (rev 366895)
+++ PKGBUILD2019-11-06 22:41:21 UTC (rev 366896)
@@ -1,111 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.9.2
-pkgrel=2
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('459675a44f4aa1f68ba079b8ba0a83cd1c07b4530a67311082be3c863f601e9a'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2 
libheif libwmf libwebp librsvg libraw openexr openjpeg2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 366895, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 22:41:21 UTC (rev 366896)
@@ -0,0 +1,118 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.0.9.2
+pkgrel=3
+pkgdesc="An image viewing/manipulation program"
+url="https://www.imagemagick.org/;
+arch=(x86_64)
+license=(custom)
+makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
+ chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
+checkdepends=(gsfonts 

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

2019-11-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 6, 2019 @ 22:41:01
  Author: arojas
Revision: 366895

Revert dependency changes, fixed properly in digikam

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 22:35:06 UTC (rev 366894)
+++ PKGBUILD2019-11-06 22:41:01 UTC (rev 366895)
@@ -4,7 +4,7 @@
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
 pkgver=7.0.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
 arch=(x86_64)
@@ -73,10 +73,17 @@
 )
 
 package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2 
libheif libwmf libwebp librsvg libraw openexr openjpeg2)
+  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
   optdepends=('ghostscript: PS/PDF support'
+  'libheif: HEIF support'
+  'libraw: DNG support'
+  'librsvg: SVG support'
+  'libwebp: WEBP support'
+  'libwmf: WMF support'
   'libxml2: Magick Scripting Language'
   'ocl-icd: OpenCL support'
+  'openexr: OpenEXR support'
+  'openjpeg2: JPEG2000 support'
   'pango: Text rendering'
   'imagemagick-doc: manual and API docs')
   options=(!emptydirs libtool)


[arch-commits] Commit in digikam/trunk (PKGBUILD initialize-imagemagick.patch)

2019-11-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 6, 2019 @ 22:34:44
  Author: arojas
Revision: 366893

Fix FS#64412 properly

Added:
  digikam/trunk/initialize-imagemagick.patch
Modified:
  digikam/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++---
 initialize-imagemagick.patch |   44 +
 2 files changed, 52 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 22:31:23 UTC (rev 366892)
+++ PKGBUILD2019-11-06 22:34:44 UTC (rev 366893)
@@ -7,7 +7,7 @@
 pkgname=digikam
 _pkgver=6.4.0
 pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced digital photo management application"
 arch=(x86_64)
 license=(GPL)
@@ -18,13 +18,18 @@
 optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)'
 'libkvkontakte: VKontakte plugin'
 'rawtherapee: RAW import' 'darktable: RAW import')
-source=("https://download.kde.org/stable/$pkgname/$_pkgver/$pkgname-$_pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/$pkgname/$_pkgver/$pkgname-$_pkgver.tar.xz"{,.sig}
+ initialize-imagemagick.patch)
 sha256sums=('6532c02d51a9861f101092dfde92f8de478b1554d3449bbf3a11e50d32d39460'
-'SKIP')
+'SKIP'
+'bc1dc65eb62a0e339698980ee438a17efa39f293419e4134948c7ee8f6733dad')
 validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../initialize-imagemagick.patch # Properly initialize 
exceptions in imagemagick
 }
 
 build() {

Added: initialize-imagemagick.patch
===
--- initialize-imagemagick.patch(rev 0)
+++ initialize-imagemagick.patch2019-11-06 22:34:44 UTC (rev 366893)
@@ -0,0 +1,44 @@
+diff --git a/core/dplugins/dimg/imagemagick/dimgimagemagickplugin.cpp 
b/core/dplugins/dimg/imagemagick/dimgimagemagickplugin.cpp
+index 1858b4d27b..20ef01be73 100644
+--- a/core/dplugins/dimg/imagemagick/dimgimagemagickplugin.cpp
 b/core/dplugins/dimg/imagemagick/dimgimagemagickplugin.cpp
+@@ -125,7 +125,7 @@ QMap 
DImgImageMagickPlugin::extraAboutData() const
+ QString mimes = typeMimes();
+ 
+ QMap map;
+-ExceptionInfo ex;
++ExceptionInfo ex = *AcquireExceptionInfo();
+ size_t n  = 0;
+ const MagickInfo** inflst = GetMagickInfoList("*", , );
+ 
+@@ -219,7 +219,7 @@ int DImgImageMagickPlugin::canRead(const QFileInfo& 
fileInfo, bool magic) const
+ int DImgImageMagickPlugin::canWrite(const QString& format) const
+ {
+ QStringList formats;
+-ExceptionInfo ex;
++ExceptionInfo ex = *AcquireExceptionInfo();
+ size_t n  = 0;
+ const MagickInfo** inflst = GetMagickInfoList("*", , );
+ 
+@@ -266,7 +266,7 @@ DImgLoader* DImgImageMagickPlugin::loader(DImg* const 
image, const DRawDecoding&
+ QStringList DImgImageMagickPlugin::decoderFormats() const
+ {
+ QStringList formats;
+-ExceptionInfo ex;
++ExceptionInfo ex = *AcquireExceptionInfo();
+ size_t n  = 0;
+ const MagickInfo** inflst = GetMagickInfoList("*", , );
+ 
+diff --git a/core/tests/dimg/magickloader.cpp 
b/core/tests/dimg/magickloader.cpp
+index 2526779047..73f2abec0e 100644
+--- a/core/tests/dimg/magickloader.cpp
 b/core/tests/dimg/magickloader.cpp
+@@ -127,7 +127,7 @@ int main(int argc, char** argv)
+ {
+ MagickCoreGenesis((char*)NULL, MagickFalse);
+ 
+-ExceptionInfo ex;
++ExceptionInfo ex = *AcquireExceptionInfo();
+ size_t n  = 0;
+ const MagickInfo** inflst = GetMagickInfoList("*", , );
+ 


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 22:35:19
  Author: felixonmars
Revision: 524429

Python 3.8 rebuild

Modified:
  radare2-cutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 22:32:03 UTC (rev 524428)
+++ PKGBUILD2019-11-06 22:35:19 UTC (rev 524429)
@@ -6,7 +6,7 @@
 _gitcommit=b4535227cf1ebfb94da40c950215512acbcbb9bf
 pkgver=1.9.0
 epoch=1
-pkgrel=3
+pkgrel=4
 pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
 url='https://github.com/radareorg/cutter'
 arch=('x86_64')


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 22:35:30
  Author: felixonmars
Revision: 524430

archrelease: copy trunk to community-staging-x86_64

Added:
  radare2-cutter/repos/community-staging-x86_64/
  radare2-cutter/repos/community-staging-x86_64/PKGBUILD
(from rev 524429, radare2-cutter/trunk/PKGBUILD)

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

Copied: radare2-cutter/repos/community-staging-x86_64/PKGBUILD (from rev 
524429, radare2-cutter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-06 22:35:30 UTC (rev 524430)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
+
+pkgname=radare2-cutter
+_gitcommit=b4535227cf1ebfb94da40c950215512acbcbb9bf
+pkgver=1.9.0
+epoch=1
+pkgrel=4
+pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
+url='https://github.com/radareorg/cutter'
+arch=('x86_64')
+license=('GPL3')
+depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 
'python' 'jupyter'
+ 'pyside2' 'shiboken2' 'python-shiboken2')
+makedepends=('git' 'cmake')
+source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  sed -e 's|PKGCONFIG += python3|PKGCONFIG += python3-embed|' -i 
$pkgname/src/Cutter.pro # Fix linking to python 3.8
+}
+
+build() {
+  mkdir -p ${pkgname}/build
+  cd ${pkgname}/build
+  qmake ../src/Cutter.pro \
+CUTTER_ENABLE_PYTHON=true \
+CUTTER_ENABLE_PYTHON_BINDINGS=true \
+CUTTER_USE_BUNDLED_RADARE2=false
+  make
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 755 build/Cutter -t "${pkgdir}/usr/bin"
+  install -Dm 644 src/org.radare.Cutter.desktop -t 
"${pkgdir}/usr/share/applications"
+  install -Dm 644 src/img/cutter.svg -t 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps"
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 6, 2019 @ 22:35:06
  Author: arojas
Revision: 366894

archrelease: copy trunk to extra-x86_64

Added:
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 366893, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/initialize-imagemagick.patch
(from rev 366893, digikam/trunk/initialize-imagemagick.patch)
Deleted:
  digikam/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  101 +
 initialize-imagemagick.patch |   44 +
 2 files changed, 97 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 22:34:44 UTC (rev 366893)
+++ PKGBUILD2019-11-06 22:35:06 UTC (rev 366894)
@@ -1,48 +0,0 @@
-# $Id: PKGBUILD 320127 2018-03-24 09:48:28Z arojas $
-# Maintainer: Ronald van Haren 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=digikam
-_pkgver=6.4.0
-pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=1
-pkgdesc="An advanced digital photo management application"
-arch=(x86_64)
-license=(GPL)
-url="https://www.digikam.org/;
-depends=(lensfun opencv akonadi-contacts knotifyconfig libksane kfilemetadata 
qtav marble-common threadweaver kcalendarcore
- qt5-xmlpatterns imagemagick glu)
-makedepends=(extra-cmake-modules doxygen eigen boost kdoctools libkvkontakte)
-optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)'
-'libkvkontakte: VKontakte plugin'
-'rawtherapee: RAW import' 'darktable: RAW import')
-source=("https://download.kde.org/stable/$pkgname/$_pkgver/$pkgname-$_pkgver.tar.xz"{,.sig})
-sha256sums=('6532c02d51a9861f101092dfde92f8de478b1554d3449bbf3a11e50d32d39460'
-'SKIP')
-validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$_pkgver \
--DBUILD_TESTING=OFF \
--DENABLE_KFILEMETADATASUPPORT=ON \
--DENABLE_MEDIAPLAYER=ON \
--DENABLE_AKONADICONTACTSUPPORT=ON \
--DENABLE_MYSQLSUPPORT=ON \
--DENABLE_APPSTYLES=ON \
--DENABLE_QWEBENGINE=ON \
--DOpenGL_GL_PREFERENCE=GLVND
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: digikam/repos/extra-x86_64/PKGBUILD (from rev 366893, 
digikam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 22:35:06 UTC (rev 366894)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 320127 2018-03-24 09:48:28Z arojas $
+# Maintainer: Ronald van Haren 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=digikam
+_pkgver=6.4.0
+pkgver=${_pkgver//-/_} # for beta versions
+pkgrel=2
+pkgdesc="An advanced digital photo management application"
+arch=(x86_64)
+license=(GPL)
+url="https://www.digikam.org/;
+depends=(lensfun opencv akonadi-contacts knotifyconfig libksane kfilemetadata 
qtav marble-common threadweaver kcalendarcore
+ qt5-xmlpatterns imagemagick glu)
+makedepends=(extra-cmake-modules doxygen eigen boost kdoctools libkvkontakte)
+optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)'
+'libkvkontakte: VKontakte plugin'
+'rawtherapee: RAW import' 'darktable: RAW import')
+source=("https://download.kde.org/stable/$pkgname/$_pkgver/$pkgname-$_pkgver.tar.xz"{,.sig}
+ initialize-imagemagick.patch)
+sha256sums=('6532c02d51a9861f101092dfde92f8de478b1554d3449bbf3a11e50d32d39460'
+'SKIP'
+'bc1dc65eb62a0e339698980ee438a17efa39f293419e4134948c7ee8f6733dad')
+validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../initialize-imagemagick.patch # Properly initialize 
exceptions in imagemagick
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$_pkgver \
+-DBUILD_TESTING=OFF \
+-DENABLE_KFILEMETADATASUPPORT=ON \
+-DENABLE_MEDIAPLAYER=ON \
+-DENABLE_AKONADICONTACTSUPPORT=ON \
+-DENABLE_MYSQLSUPPORT=ON \
+-DENABLE_APPSTYLES=ON \
+-DENABLE_QWEBENGINE=ON \
+-DOpenGL_GL_PREFERENCE=GLVND
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: digikam/repos/extra-x86_64/initialize-imagemagick.patch (from rev 
366893, digikam/trunk/initialize-imagemagick.patch)
===
--- initialize-imagemagick.patch(rev 0)
+++ initialize-imagemagick.patch2019-11-06 22:35:06 UTC (rev 366894)
@@ -0,0 +1,44 @@
+diff --git a/core/dplugins/dimg/imagemagick/dimgimagemagickplugin.cpp 
b/core/dplugins/dimg/imagemagick/dimgimagemagickplugin.cpp
+index 

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

2019-11-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 6, 2019 @ 22:32:03
  Author: arojas
Revision: 524428

Fix linking to python 3.8

Modified:
  radare2-cutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 22:19:37 UTC (rev 524427)
+++ PKGBUILD2019-11-06 22:32:03 UTC (rev 524428)
@@ -22,6 +22,10 @@
   git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
+prepare() {
+  sed -e 's|PKGCONFIG += python3|PKGCONFIG += python3-embed|' -i 
$pkgname/src/Cutter.pro # Fix linking to python 3.8
+}
+
 build() {
   mkdir -p ${pkgname}/build
   cd ${pkgname}/build


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

2019-11-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 6, 2019 @ 22:31:03
  Author: arojas
Revision: 366891

Pretend to support python 3.8

Modified:
  shiboken2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 21:05:56 UTC (rev 366890)
+++ PKGBUILD2019-11-06 22:31:03 UTC (rev 366891)
@@ -6,7 +6,7 @@
 _qtver=5.13.2
 _clangver=9.0.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL2 LGPL)
@@ -18,6 +18,8 @@
 
 prepare() {
   mkdir -p build
+
+  sed -e 's|0307|0308|' -i 
$_pkgfqn/sources/shiboken2/libshiboken/pep384impl.h # Support python 3.8
 }
 
 build() {


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

2019-11-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 6, 2019 @ 22:31:23
  Author: arojas
Revision: 366892

archrelease: copy trunk to staging-x86_64

Added:
  shiboken2/repos/staging-x86_64/PKGBUILD
(from rev 366891, shiboken2/trunk/PKGBUILD)
Deleted:
  shiboken2/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 22:31:03 UTC (rev 366891)
+++ PKGBUILD2019-11-06 22:31:23 UTC (rev 366892)
@@ -1,48 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgbase=shiboken2
-pkgname=(shiboken2 python-shiboken2)
-_qtver=5.13.2
-_clangver=9.0.0
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL2 LGPL)
-pkgdesc='Generates bindings for C++ libraries using CPython source code'
-makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
-_pkgfqn=pyside-setup-opensource-src-${_qtver}
-source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
-sha256sums=('3e255d64df08880d0281ebe86009d5ea45f24332b308954d967c33995f75e543')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${_pkgfqn}/sources/shiboken2 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTS=OFF \
--DUSE_PYTHON_VERSION=3
-  make
-}
-
-package_shiboken2() {
-  depends=(clang=$_clangver llvm libxslt qt5-xmlpatterns)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-# Provided in python-shiboken2
-  rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
-}
-
-package_python-shiboken2() {
-  depends=(python)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-# Provided in shiboken2
-  rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig},share}
-}

Copied: shiboken2/repos/staging-x86_64/PKGBUILD (from rev 366891, 
shiboken2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 22:31:23 UTC (rev 366892)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=shiboken2
+pkgname=(shiboken2 python-shiboken2)
+_qtver=5.13.2
+_clangver=9.0.0
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL2 LGPL)
+pkgdesc='Generates bindings for C++ libraries using CPython source code'
+makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
+_pkgfqn=pyside-setup-opensource-src-${_qtver}
+source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
+sha256sums=('3e255d64df08880d0281ebe86009d5ea45f24332b308954d967c33995f75e543')
+
+prepare() {
+  mkdir -p build
+
+  sed -e 's|0307|0308|' -i 
$_pkgfqn/sources/shiboken2/libshiboken/pep384impl.h # Support python 3.8
+}
+
+build() {
+  cd build
+  cmake ../${_pkgfqn}/sources/shiboken2 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DUSE_PYTHON_VERSION=3
+  make
+}
+
+package_shiboken2() {
+  depends=(clang=$_clangver llvm libxslt qt5-xmlpatterns)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+# Provided in python-shiboken2
+  rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
+}
+
+package_python-shiboken2() {
+  depends=(python)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+# Provided in shiboken2
+  rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig},share}
+}


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

2019-11-06 Thread David Runge via arch-commits
Date: Wednesday, November 6, 2019 @ 22:19:37
  Author: dvzrv
Revision: 524427

archrelease: copy trunk to community-staging-any

Added:
  nikola/repos/community-staging-any/PKGBUILD
(from rev 524426, nikola/trunk/PKGBUILD)
Deleted:
  nikola/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 22:19:23 UTC (rev 524426)
+++ PKGBUILD2019-11-06 22:19:37 UTC (rev 524427)
@@ -1,80 +0,0 @@
-# Maintainer: David Runge 
-_name=Nikola
-pkgname=nikola
-pkgver=8.0.2
-pkgrel=2
-pkgdesc="A static site and blog generator"
-arch=('any')
-url="https://getnikola.com/;
-license=('MIT')
-depends=('python-babel' 'python-blinker' 'python-doit' 'python-dateutil'
-'python-docutils' 'python-logbook' 'python-lxml' 'python-mako'
-'python-markdown' 'python-natsort' 'python-piexif' 'python-pillow'
-'python-pygments' 'python-pyrss2gen' 'python-requests' 'python-setuptools'
-'python-unidecode' 'python-yapsy')
-makedepends=('python-aiohttp' 'python-ghp-import' 'python-husl'
-'python-ipykernel' 'python-jinja' 'python-micawber' 'jupyter-notebook'
-'python-phpserialize' 'python-pygal' 'python-pyphen' 'python-ruamel-yaml'
-'python-toml' 'python-typogrify' 'python-watchdog')
-checkdepends=('python-coverage' 'python-freezegun' 'python-pytest-cov')
-optdepends=('jupyter-notebook: .ipynb support'
-'python-aiohttp: for `nikola auto`'
-'python-ghp-import: for upload to Github pages'
-'python-husl: optional color support'
-'python-ipykernel: .ipynb support'
-'python-jinja: jinja2 based themes'
-'python-micawber: for embedding media in posts'
-'python-phpserialize: for Wordpress import'
-'python-pygal: for SVG graph plotting'
-'python-pyphen: for hyphenation support'
-'python-ruamel-yaml: for YAML support'
-'python-toml: for TOML support'
-'python-typogrify: for typographical enhancements'
-'python-watchdog: for `nikola auto`')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('4c5f472ad51e1976e8d4188a45a4aabf428b92d50792175b1e8c71681e1f38b7bdcb3cdf5af1907210871baaeba647d5fc74f4ac5f9a22d24d44f610a64f0b53')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # removing upper limit for python-markdown (seemingly compatible to 3.0.1)
-  # https://github.com/getnikola/nikola/issues/3173
-  sed -e 's/,<3.0.0//' -i requirements.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH=build:${PYTHONPATH}
-  py.test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -vDm 644 {AUTHORS,CHANGES}.txt {CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  # shell completions
-  export PYTHONPATH="${pkgdir}/usr/lib/python3.8/site-packages:${PYTHONPATH}"
-  "${pkgdir}/usr/bin/${pkgname}" tabcompletion \
---shell bash \
---hardcode-tasks \
-> "${pkgname}_bash"
-  install -vDm 644 ${pkgname}_bash \
-"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" tabcompletion \
---shell zsh \
---hardcode-tasks \
-> "${pkgname}_zsh"
-  install -vDm 644 ${pkgname}_zsh \
-"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-}

Copied: nikola/repos/community-staging-any/PKGBUILD (from rev 524426, 
nikola/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 22:19:37 UTC (rev 524427)
@@ -0,0 +1,77 @@
+# Maintainer: David Runge 
+_name=Nikola
+pkgname=nikola
+pkgver=8.0.3
+pkgrel=1
+pkgdesc="A static site and blog generator"
+arch=('any')
+url="https://getnikola.com/;
+license=('MIT')
+depends=('python-babel' 'python-blinker' 'python-doit' 'python-dateutil'
+'python-docutils' 'python-logbook' 'python-lxml' 'python-mako'
+'python-markdown' 'python-natsort' 'python-piexif' 'python-pillow'
+'python-pygments' 'python-pyrss2gen' 'python-requests' 'python-setuptools'
+'python-unidecode' 'python-yapsy')
+makedepends=('python-aiohttp' 'python-ghp-import' 'python-husl'
+'python-ipykernel' 'python-jinja' 'python-micawber' 'jupyter-notebook'
+'python-phpserialize' 'python-pygal' 'python-pyphen' 'python-ruamel-yaml'
+'python-toml' 'python-typogrify' 'python-watchdog')
+checkdepends=('python-coverage' 'python-freezegun' 'python-pytest-cov')
+optdepends=('jupyter-notebook: .ipynb support'
+'python-aiohttp: for 

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

2019-11-06 Thread David Runge via arch-commits
Date: Wednesday, November 6, 2019 @ 22:19:23
  Author: dvzrv
Revision: 524426

upgpkg: nikola 8.0.3-1

Upgrading to 8.0.3. Updating maintainer info. Removing python-markdown 
requirements hack.
Creating shell completion during build() to not require hardcoding paths in 
package().

Modified:
  nikola/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 21:52:05 UTC (rev 524425)
+++ PKGBUILD2019-11-06 22:19:23 UTC (rev 524426)
@@ -1,8 +1,8 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 _name=Nikola
 pkgname=nikola
-pkgver=8.0.2
-pkgrel=2
+pkgver=8.0.3
+pkgrel=1
 pkgdesc="A static site and blog generator"
 arch=('any')
 url="https://getnikola.com/;
@@ -32,19 +32,26 @@
 'python-typogrify: for typographical enhancements'
 'python-watchdog: for `nikola auto`')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('4c5f472ad51e1976e8d4188a45a4aabf428b92d50792175b1e8c71681e1f38b7bdcb3cdf5af1907210871baaeba647d5fc74f4ac5f9a22d24d44f610a64f0b53')
+sha512sums=('e9b55a11bc8cfba9ebdf3d735820fc10b92cdfe2afcdc97751e9346bb649701e29ad668145adac7a49a9f546dff669f0c8063e825d8da7076cf618e00fc797a5')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # removing upper limit for python-markdown (seemingly compatible to 3.0.1)
-  # https://github.com/getnikola/nikola/issues/3173
-  sed -e 's/,<3.0.0//' -i requirements.txt
 }
 
 build() {
   cd "$pkgname-$pkgver"
   python setup.py build
+  # shell completions
+  PYTHONPATH="build" \
+  python -m "${pkgname}" tabcompletion \
+--shell bash \
+--hardcode-tasks \
+> "${pkgname}_bash"
+  PYTHONPATH="build" \
+  python -m "${pkgname}" tabcompletion \
+--shell zsh \
+--hardcode-tasks \
+> "${pkgname}_zsh"
 }
 
 check() {
@@ -63,18 +70,8 @@
 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -vDm 644 {AUTHORS,CHANGES}.txt {CONTRIBUTING,README}.rst \
 -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # shell completions
-  export PYTHONPATH="${pkgdir}/usr/lib/python3.8/site-packages:${PYTHONPATH}"
-  "${pkgdir}/usr/bin/${pkgname}" tabcompletion \
---shell bash \
---hardcode-tasks \
-> "${pkgname}_bash"
   install -vDm 644 ${pkgname}_bash \
 "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" tabcompletion \
---shell zsh \
---hardcode-tasks \
-> "${pkgname}_zsh"
   install -vDm 644 ${pkgname}_zsh \
 "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
 }


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

2019-11-06 Thread David Runge via arch-commits
Date: Wednesday, November 6, 2019 @ 21:52:05
  Author: dvzrv
Revision: 524425

archrelease: copy trunk to community-staging-any

Added:
  khard/repos/community-staging-any/PKGBUILD
(from rev 524424, khard/trunk/PKGBUILD)
Deleted:
  khard/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 21:51:54 UTC (rev 524424)
+++ PKGBUILD2019-11-06 21:52:05 UTC (rev 524425)
@@ -1,60 +0,0 @@
-# Maintainer: David Runge 
-pkgname=khard
-pkgver=0.14.0
-pkgrel=2
-pkgdesc="Console CardDAV client"
-arch=('any')
-url="https://github.com/scheibler/khard;
-license=('GPL3')
-depends=('python-atomicwrites' 'python-configobj' 'python-ruamel-yaml'
-'python-setuptools' 'python-unidecode' 'python-vobject')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-pytest')
-optdepends=('vdirsyncer: Synchronization of address books with a DAV server'
-'diffutils: Using sdiff_khard_wrapper.sh')
-# upstream doesn't always upload srcdist to pypi: 
https://github.com/scheibler/khard/issues/215
-# 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/scheibler/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('6024efdccd15d847f4aa317d48d364f8d4ccd0e063f10e2ce52b24d3d3e7fd4f2ab3432dd17ebfbba4572a86b9658b3495bc92bd0ab14f2a51e90817a42eb2d2')
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-  make -C doc singlehtml man
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  python setup.py test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # additional wrapper script
-  install -vDm 755 "misc/sdiff/sdiff_${pkgname}_wrapper.sh" \
-"${pkgdir}/usr/lib/${pkgname}/sdiff_${pkgname}_wrapper.sh"
-  # twinkle integration
-  install -vDm 644 misc/twinkle/scripts/*.py \
--t "${pkgdir}/usr/share/${pkgname}/twinkle/scripts/"
-  install -vDm 644 misc/twinkle/sounds/*.wav \
--t "${pkgdir}/usr/share/${pkgname}/twinkle/sounds/"
-  # zsh
-  install -vDm 644 "misc/zsh/_"*"${pkgname}" \
--t "${pkgdir}/usr/share/zsh/site-functions/"
-  # docs
-  install -vDm 644 {AUTHORS,CHANGES,README.md} \
-   "misc/${pkgname}/"*.{example,yaml} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # man
-  install -vDm 644 "doc/build/man/${pkgname}.1" \
--t "${pkgdir}/usr/share/man/man1"
-  # html
-  install -vDm 644 "doc/build/singlehtml/index.html" \
--t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  install -vDm 644 "doc/build/singlehtml/_static/"*.{css,js,png} \
--t "${pkgdir}/usr/share/doc/${pkgname}/html/_static"
-}

Copied: khard/repos/community-staging-any/PKGBUILD (from rev 524424, 
khard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 21:52:05 UTC (rev 524425)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge 
+pkgname=khard
+pkgver=0.15.1
+pkgrel=1
+pkgdesc="Console CardDAV client"
+arch=('any')
+url="https://github.com/scheibler/khard;
+license=('GPL3')
+depends=('python-atomicwrites' 'python-configobj' 'python-ruamel-yaml'
+'python-setuptools' 'python-unidecode' 'python-vobject')
+makedepends=('python-setuptools_scm' 'python-sphinx')
+checkdepends=('python-pytest')
+optdepends=('vdirsyncer: Synchronization of address books with a DAV server'
+'diffutils: Using sdiff_khard_wrapper.sh')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('64ba1acf7e4046cd2e93034eb6e56fa38390993121880109a83411ef10839272b63e32c84efd9508230a93aed2b9a965f8333ed32344204f179ada936d9cce48')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+  make -C doc singlehtml man
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  python setup.py test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # additional wrapper script
+  install -vDm 755 "misc/sdiff/sdiff_${pkgname}_wrapper.sh" \
+"${pkgdir}/usr/lib/${pkgname}/sdiff_${pkgname}_wrapper.sh"
+  # twinkle integration
+  install -vDm 644 misc/twinkle/scripts/*.py \
+-t "${pkgdir}/usr/share/${pkgname}/twinkle/scripts/"
+  install -vDm 644 misc/twinkle/sounds/*.wav \
+-t "${pkgdir}/usr/share/${pkgname}/twinkle/sounds/"
+  # zsh
+  install -vDm 644 "misc/zsh/_"*"${pkgname}" \
+-t "${pkgdir}/usr/share/zsh/site-functions/"
+  # docs
+  install -vDm 644 {AUTHORS,CHANGES,README.md} \
+   "misc/${pkgname}/"*.{example,yaml} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # man
+  install 

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

2019-11-06 Thread David Runge via arch-commits
Date: Wednesday, November 6, 2019 @ 21:51:54
  Author: dvzrv
Revision: 524424

upgpkg: khard 0.15.1-1

Upgrading to 0.15.1. Switching back to pypi hosted sources.

Modified:
  khard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 21:12:58 UTC (rev 524423)
+++ PKGBUILD2019-11-06 21:51:54 UTC (rev 524424)
@@ -1,7 +1,7 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 pkgname=khard
-pkgver=0.14.0
-pkgrel=2
+pkgver=0.15.1
+pkgrel=1
 pkgdesc="Console CardDAV client"
 arch=('any')
 url="https://github.com/scheibler/khard;
@@ -8,14 +8,12 @@
 license=('GPL3')
 depends=('python-atomicwrites' 'python-configobj' 'python-ruamel-yaml'
 'python-setuptools' 'python-unidecode' 'python-vobject')
-makedepends=('python-setuptools' 'python-sphinx')
+makedepends=('python-setuptools_scm' 'python-sphinx')
 checkdepends=('python-pytest')
 optdepends=('vdirsyncer: Synchronization of address books with a DAV server'
 'diffutils: Using sdiff_khard_wrapper.sh')
-# upstream doesn't always upload srcdist to pypi: 
https://github.com/scheibler/khard/issues/215
-# 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/scheibler/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('6024efdccd15d847f4aa317d48d364f8d4ccd0e063f10e2ce52b24d3d3e7fd4f2ab3432dd17ebfbba4572a86b9658b3495bc92bd0ab14f2a51e90817a42eb2d2')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('64ba1acf7e4046cd2e93034eb6e56fa38390993121880109a83411ef10839272b63e32c84efd9508230a93aed2b9a965f8333ed32344204f179ada936d9cce48')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -52,6 +50,8 @@
   # man
   install -vDm 644 "doc/build/man/${pkgname}.1" \
 -t "${pkgdir}/usr/share/man/man1"
+  install -vDm 644 "doc/build/man/${pkgname}.conf.5" \
+-t "${pkgdir}/usr/share/man/man5"
   # html
   install -vDm 644 "doc/build/singlehtml/index.html" \
 -t "${pkgdir}/usr/share/doc/${pkgname}/html"


[arch-commits] Commit in coin-or-csdp/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 6, 2019 @ 21:12:58
  Author: arojas
Revision: 524423

archrelease: copy trunk to community-x86_64

Added:
  coin-or-csdp/repos/community-x86_64/PKGBUILD
(from rev 524422, coin-or-csdp/trunk/PKGBUILD)
Deleted:
  coin-or-csdp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 21:12:26 UTC (rev 524422)
+++ PKGBUILD2019-11-06 21:12:58 UTC (rev 524423)
@@ -1,44 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Ido Rosen 
-
-pkgname='coin-or-csdp'
-pkgdesc="A C library for Semidefinite Programming"
-pkgver=6.2.0
-pkgrel=2
-arch=(x86_64)
-url='https://projects.coin-or.org/Csdp/'
-license=(CPL)
-depends=(lapack)
-source=("https://www.coin-or.org/download/source/Csdp/Csdp-$pkgver.tgz;)
-sha256sums=('7f202a15f33483ee205dcfbd0573fdbd74911604bb739a04f8baa35f8a055c5b')
-
-prepare() {
-  cd Csdp-$pkgver
-# don't override CFLAGS
-  sed -e '/CFLAGS/d' -i Makefile
-# don't build static lib
-  sed -e 's|-static||' -i Makefile
-}
-
-build() {
-  cd Csdp-$pkgver
-
-  CFLAGS+=" -I../include" make
-}
-
-check() {
-  cd Csdp-$pkgver
-
-  make unitTest
-}
-
-package() {
-  cd Csdp-$pkgver
-  
-  install -dm755 "$pkgdir"/usr/bin
-  install -m755 solver/csdp "$pkgdir"/usr/bin
-  install -m755 theta/{theta,graphtoprob,complement,rand_graph} 
"$pkgdir"/usr/bin
-
-  install -dm755 "$pkgdir"/usr/share/licenses/csdp
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/csdp
-}

Copied: coin-or-csdp/repos/community-x86_64/PKGBUILD (from rev 524422, 
coin-or-csdp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 21:12:58 UTC (rev 524423)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Ido Rosen 
+
+pkgname='coin-or-csdp'
+pkgdesc="A C library for Semidefinite Programming"
+pkgver=6.2.0
+pkgrel=3
+arch=(x86_64)
+url='https://projects.coin-or.org/Csdp/'
+license=(CPL)
+depends=(lapack)
+source=("https://www.coin-or.org/download/source/Csdp/Csdp-$pkgver.tgz;)
+sha256sums=('7f202a15f33483ee205dcfbd0573fdbd74911604bb739a04f8baa35f8a055c5b')
+
+prepare() {
+  cd Csdp-$pkgver
+# don't override CFLAGS
+  sed -e '/CFLAGS/d' -i Makefile
+# don't search for static libs, use system build flags
+  sed -e 's|-static|${LDFLAGS}|' -i Makefile
+}
+
+build() {
+  cd Csdp-$pkgver
+
+  CFLAGS+=" -I../include" make
+}
+
+check() {
+  cd Csdp-$pkgver
+
+  make unitTest
+}
+
+package() {
+  cd Csdp-$pkgver
+  
+  install -Dm755 solver/csdp -t "$pkgdir"/usr/bin
+  install -m755 theta/{theta,graphtoprob,complement,rand_graph} -t 
"$pkgdir"/usr/bin
+  install -Dm644 lib/libsdp.a -t "$pkgdir"/usr/lib
+  install -Dm644 include/* -t "$pkgdir"/usr/include/csdp
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/csdp
+}


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

2019-11-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 6, 2019 @ 21:12:26
  Author: arojas
Revision: 524422

Use system build flags, install library and headers (FS#64404)

Modified:
  coin-or-csdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 20:42:36 UTC (rev 524421)
+++ PKGBUILD2019-11-06 21:12:26 UTC (rev 524422)
@@ -4,7 +4,7 @@
 pkgname='coin-or-csdp'
 pkgdesc="A C library for Semidefinite Programming"
 pkgver=6.2.0
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://projects.coin-or.org/Csdp/'
 license=(CPL)
@@ -16,8 +16,8 @@
   cd Csdp-$pkgver
 # don't override CFLAGS
   sed -e '/CFLAGS/d' -i Makefile
-# don't build static lib
-  sed -e 's|-static||' -i Makefile
+# don't search for static libs, use system build flags
+  sed -e 's|-static|${LDFLAGS}|' -i Makefile
 }
 
 build() {
@@ -35,10 +35,10 @@
 package() {
   cd Csdp-$pkgver
   
-  install -dm755 "$pkgdir"/usr/bin
-  install -m755 solver/csdp "$pkgdir"/usr/bin
-  install -m755 theta/{theta,graphtoprob,complement,rand_graph} 
"$pkgdir"/usr/bin
+  install -Dm755 solver/csdp -t "$pkgdir"/usr/bin
+  install -m755 theta/{theta,graphtoprob,complement,rand_graph} -t 
"$pkgdir"/usr/bin
+  install -Dm644 lib/libsdp.a -t "$pkgdir"/usr/lib
+  install -Dm644 include/* -t "$pkgdir"/usr/include/csdp
 
-  install -dm755 "$pkgdir"/usr/share/licenses/csdp
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/csdp
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/csdp
 }


[arch-commits] Commit in linux-zen/repos/testing-x86_64 (4 files)

2019-11-06 Thread Jan Steffens via arch-commits
Date: Wednesday, November 6, 2019 @ 21:05:56
  Author: heftig
Revision: 366890

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 366889, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 366889, linux-zen/trunk/config)
Deleted:
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/config

--+
 PKGBUILD |  416 -
 config   |21048 ++---
 2 files changed, 10732 insertions(+), 10732 deletions(-)

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


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

2019-11-06 Thread Jan Steffens via arch-commits
Date: Wednesday, November 6, 2019 @ 21:04:56
  Author: heftig
Revision: 366889

5.3.9.2-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 20:57:26 UTC (rev 366888)
+++ PKGBUILD2019-11-06 21:04:56 UTC (rev 366889)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.3.9.1
+pkgver=5.3.9.2
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-zen${pkgver##*.}


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

2019-11-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 6, 2019 @ 20:57:04
  Author: arojas
Revision: 366887

Make all linked libraries hard dependencies (FS#64412)

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 20:34:15 UTC (rev 366886)
+++ PKGBUILD2019-11-06 20:57:04 UTC (rev 366887)
@@ -4,7 +4,7 @@
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
 pkgver=7.0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
 arch=(x86_64)
@@ -73,17 +73,10 @@
 )
 
 package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
+  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2 
libheif libwmf libwebp librsvg libraw openexr openjpeg2)
   optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
   'libxml2: Magick Scripting Language'
   'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
   'pango: Text rendering'
   'imagemagick-doc: manual and API docs')
   options=(!emptydirs libtool)


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

2019-11-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 6, 2019 @ 20:57:26
  Author: arojas
Revision: 366888

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 366887, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 366887, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  229 ++
 arch-fonts.diff |  214 +-
 2 files changed, 218 insertions(+), 225 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 20:57:04 UTC (rev 366887)
+++ PKGBUILD2019-11-06 20:57:26 UTC (rev 366888)
@@ -1,118 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.9.2
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('459675a44f4aa1f68ba079b8ba0a83cd1c07b4530a67311082be3c863f601e9a'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 366887, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 20:57:26 UTC (rev 366888)
@@ -0,0 +1,111 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.0.9.2
+pkgrel=2
+pkgdesc="An image viewing/manipulation program"
+url="https://www.imagemagick.org/;
+arch=(x86_64)
+license=(custom)

[arch-commits] Commit in riot/repos/community-any (6 files)

2019-11-06 Thread Bruno Pagani via arch-commits
Date: Wednesday, November 6, 2019 @ 20:42:36
  Author: archange
Revision: 524421

archrelease: copy trunk to community-any

Added:
  riot/repos/community-any/PKGBUILD
(from rev 524420, riot/trunk/PKGBUILD)
  riot/repos/community-any/riot-desktop.sh
(from rev 524420, riot/trunk/riot-desktop.sh)
  riot/repos/community-any/riot.desktop
(from rev 524420, riot/trunk/riot.desktop)
Deleted:
  riot/repos/community-any/PKGBUILD
  riot/repos/community-any/riot-desktop.sh
  riot/repos/community-any/riot.desktop

-+
 PKGBUILD|  156 +++---
 riot-desktop.sh |6 +-
 riot.desktop|   18 +++---
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 20:42:19 UTC (rev 524420)
+++ PKGBUILD2019-11-06 20:42:36 UTC (rev 524421)
@@ -1,78 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Luca Weiss 
-
-pkgbase=riot
-pkgname=('riot-desktop' 'riot-web')
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=(any)
-url="https://riot.im;
-license=(Apache)
-makedepends=(npm git yarn)
-_url="https://github.com/vector-im/riot-web;
-source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
-
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
-"${pkgbase}.desktop"
-"${pkgbase}-desktop.sh")
-sha256sums=('1969cd156ea88c6b6d091cfdffcafaab92beba769452dc114adc28b7540a0f49'
-'SKIP'
-'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
-validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

-
-prepare() {
-  cd ${pkgbase}-web-${pkgver}
-  sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
-}
-
-build() {
-  cd ${pkgbase}-web-${pkgver}
-  npm install --cache ../npm-cache
-  npm run build --cache ../npm-cache
-}
-
-package_riot-web() {
-  pkgdesc="A glossy Matrix collaboration client for the web."
-  provides=(vector-web)
-  replaces=(vector-web)
-  cd ${pkgbase}-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
-  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
-}
-
-package_riot-desktop() {
-  pkgdesc="A glossy Matrix collaboration client for the desktop."
-  depends=(riot-web electron)
-  backup=('etc/riot/config.json')
-  cd ${pkgbase}-web-${pkgver}
-
-  cd electron_app
-  npm install --cache "${srcdir}"/npm-cache
-  cd ..
-
-  install -d 
"${pkgdir}"{/usr/lib/${pkgbase}/electron_app,/etc/webapps/${pkgbase}}
-
-  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
-  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
-
-  install -Dm644 package.json -t "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r origin_migrator "${pkgdir}"/usr/lib/${pkgbase}/
-  cp -r electron_app/src "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  cp -r electron_app/node_modules "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  install -Dm644 electron_app/img/riot.png -t 
"${pkgdir}"/usr/lib/${pkgbase}/img
-  install -Dm644 electron_app/riot.im/config.json -t "${pkgdir}"/etc/${pkgbase}
-
-  install -Dm644 "${srcdir}"/${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
-  install -Dm755 "${srcdir}"/${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 res/themes/riot/img/logos/riot-im-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 electron_app/build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
-  done
-}

Copied: riot/repos/community-any/PKGBUILD (from rev 524420, riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 20:42:36 UTC (rev 524421)
@@ -0,0 +1,78 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Luca Weiss 
+
+pkgbase=riot
+pkgname=('riot-desktop' 'riot-web')
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
+arch=(any)
+url="https://riot.im;
+license=(Apache)
+makedepends=(npm git yarn)
+_url="https://github.com/vector-im/riot-web;
+source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
+
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
+"${pkgbase}.desktop"
+"${pkgbase}-desktop.sh")

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

2019-11-06 Thread Bruno Pagani via arch-commits
Date: Wednesday, November 6, 2019 @ 20:42:19
  Author: archange
Revision: 524420

upgpkg: riot 1.5.3-1

Modified:
  riot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 20:01:46 UTC (rev 524419)
+++ PKGBUILD2019-11-06 20:42:19 UTC (rev 524420)
@@ -3,7 +3,7 @@
 
 pkgbase=riot
 pkgname=('riot-desktop' 'riot-web')
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=(any)
@@ -15,7 +15,7 @@
 
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
 "${pkgbase}.desktop"
 "${pkgbase}-desktop.sh")
-sha256sums=('1969cd156ea88c6b6d091cfdffcafaab92beba769452dc114adc28b7540a0f49'
+sha256sums=('910d9f63b637f4d779f002a058e050204228a7140829f48b56202b440b85cbb1'
 'SKIP'
 '043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
 '94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')


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

2019-11-06 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, November 6, 2019 @ 20:33:27
  Author: grazzolini
Revision: 366885

upgpkg: mkinitcpio 27-2

Added a hotfix for saving presets that were changed.

Added:
  mkinitcpio/trunk/0001-mkinitcpio-remove-preset-pacsave.patch
Modified:
  mkinitcpio/trunk/PKGBUILD

-+
 0001-mkinitcpio-remove-preset-pacsave.patch |   59 ++
 PKGBUILD|   18 +--
 2 files changed, 72 insertions(+), 5 deletions(-)

Added: 0001-mkinitcpio-remove-preset-pacsave.patch
===
--- 0001-mkinitcpio-remove-preset-pacsave.patch (rev 0)
+++ 0001-mkinitcpio-remove-preset-pacsave.patch 2019-11-06 20:33:27 UTC (rev 
366885)
@@ -0,0 +1,59 @@
+diff --git a/libalpm/scripts/mkinitcpio-remove 
b/libalpm/scripts/mkinitcpio-remove
+index 86838e4..17b4b31 100644
+--- a/libalpm/scripts/mkinitcpio-remove
 b/libalpm/scripts/mkinitcpio-remove
+@@ -2,6 +2,20 @@
+ 
+ package=0
+ 
++process_preset() {
++if [[ -n "${pkgbase}" && -e $preset ]]; then
++if ! cmp $preset > /dev/null 2>&1 <(sed "s|%PKGBASE%|${pkgbase}|g" 
/usr/share/mkinitcpio/hook.preset); then
++if [[ ! -e $preset.pacsave ]]; then
++# save the preset as pacsave
++mv $preset $preset.pacsave && return 0
++fi
++else
++# remove the preset
++rm $preset && return 0
++fi
++fi
++}
++
+ while read -r line; do
+ if [[ $line != */vmlinuz ]]; then
+ # triggers when it's a change to usr/lib/initcpio/*
+@@ -23,17 +37,25 @@ while read -r line; do
+ # remove the installed kernel
+ rm $kernel
+ fi
+-if [[ -e $preset ]]; then
+-# remove the preset
+-rm $preset
++
++process_preset "${pkgbase}" $preset
++
++if [[ -e $initramfs ]]; then
++# remove the main image
++rm $initramfs
+ fi
+-if [[ -e $initramfs && -e $fallback_initramfs ]]; then
+-# remove the images
+-rm $initramfs $fallback_initramfs
++if [[ -e $fallback_initramfs ]]; then
++# remove the fallback image
++rm $fallback_initramfs
+ fi
+ done
+ 
+ if (( package )) && compgen -G /etc/mkinitcpio.d/"*.preset" > /dev/null; then
+-# remove all presets
+-rm /etc/mkinitcpio.d/*.preset
++shopt -s nullglob
++for preset in /etc/mkinitcpio.d/*.preset; do
++pkgbase=${preset##*/}
++pkgbase=${pkgbase%.preset}
++process_preset "${pkgbase}" $preset
++done
++shopt -u nullglob
+ fi

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 19:53:37 UTC (rev 366884)
+++ PKGBUILD2019-11-06 20:33:27 UTC (rev 366885)
@@ -4,13 +4,13 @@
 
 pkgname=mkinitcpio
 pkgver=27
-pkgrel=1
+pkgrel=2
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
 url="https://projects.archlinux.org/mkinitcpio.git/;
 license=('GPL')
-depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 
'libarchive'
- 'coreutils' 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'gzip' 
'systemd')
+depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 
'libarchive' 'coreutils'
+ 'bash' 'diffutils' 'findutils' 'grep' 'filesystem>=2011.10-1' 'gzip' 
'systemd')
 optdepends=('xz: Use lzma or xz compression for the initramfs image'
 'bzip2: Use bzip2 compression for the initramfs image'
 'lzop: Use lzo compression for the initramfs image'
@@ -18,14 +18,22 @@
 'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
 provides=('initramfs')
 backup=('etc/mkinitcpio.conf')
-source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
+"0001-mkinitcpio-remove-preset-pacsave.patch")
 install=mkinitcpio.install
 sha256sums=('e6bff1cb78b677538eb9aace900b715fd59de8fc210b74fb9d899dfaa32bc354'
-'SKIP')
+'SKIP'
+'845569fa760f70c868ecb3dc8ae9667287970526dddaf403fdafcb716e8b3d51')
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
   '86CFFCA918CF3AF47147588051E8B148AC34'   # Evangelos Foutras
   'ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB')  # Giancarlo 
Razzolini
 
+prepare() {
+  cd $pkgname-$pkgver
+  # Apply 0001-mkinitcpio-remove-preset-pacsave.patch
+  patch -Np1 < $srcdir/0001-mkinitcpio-remove-preset-pacsave.patch
+}
+
 check() {
   make -C "$pkgname-$pkgver" check
 }


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

2019-11-06 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, November 6, 2019 @ 20:34:15
  Author: grazzolini
Revision: 366886

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/0001-mkinitcpio-remove-preset-pacsave.patch
(from rev 366885, 
mkinitcpio/trunk/0001-mkinitcpio-remove-preset-pacsave.patch)
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 366885, mkinitcpio/trunk/PKGBUILD)
  mkinitcpio/repos/testing-any/mkinitcpio.install
(from rev 366885, mkinitcpio/trunk/mkinitcpio.install)

-+
 0001-mkinitcpio-remove-preset-pacsave.patch |   59 ++
 PKGBUILD|   43 ++
 mkinitcpio.install  |   15 ++
 3 files changed, 117 insertions(+)

Copied: 
mkinitcpio/repos/testing-any/0001-mkinitcpio-remove-preset-pacsave.patch (from 
rev 366885, mkinitcpio/trunk/0001-mkinitcpio-remove-preset-pacsave.patch)
===
--- testing-any/0001-mkinitcpio-remove-preset-pacsave.patch 
(rev 0)
+++ testing-any/0001-mkinitcpio-remove-preset-pacsave.patch 2019-11-06 
20:34:15 UTC (rev 366886)
@@ -0,0 +1,59 @@
+diff --git a/libalpm/scripts/mkinitcpio-remove 
b/libalpm/scripts/mkinitcpio-remove
+index 86838e4..17b4b31 100644
+--- a/libalpm/scripts/mkinitcpio-remove
 b/libalpm/scripts/mkinitcpio-remove
+@@ -2,6 +2,20 @@
+ 
+ package=0
+ 
++process_preset() {
++if [[ -n "${pkgbase}" && -e $preset ]]; then
++if ! cmp $preset > /dev/null 2>&1 <(sed "s|%PKGBASE%|${pkgbase}|g" 
/usr/share/mkinitcpio/hook.preset); then
++if [[ ! -e $preset.pacsave ]]; then
++# save the preset as pacsave
++mv $preset $preset.pacsave && return 0
++fi
++else
++# remove the preset
++rm $preset && return 0
++fi
++fi
++}
++
+ while read -r line; do
+ if [[ $line != */vmlinuz ]]; then
+ # triggers when it's a change to usr/lib/initcpio/*
+@@ -23,17 +37,25 @@ while read -r line; do
+ # remove the installed kernel
+ rm $kernel
+ fi
+-if [[ -e $preset ]]; then
+-# remove the preset
+-rm $preset
++
++process_preset "${pkgbase}" $preset
++
++if [[ -e $initramfs ]]; then
++# remove the main image
++rm $initramfs
+ fi
+-if [[ -e $initramfs && -e $fallback_initramfs ]]; then
+-# remove the images
+-rm $initramfs $fallback_initramfs
++if [[ -e $fallback_initramfs ]]; then
++# remove the fallback image
++rm $fallback_initramfs
+ fi
+ done
+ 
+ if (( package )) && compgen -G /etc/mkinitcpio.d/"*.preset" > /dev/null; then
+-# remove all presets
+-rm /etc/mkinitcpio.d/*.preset
++shopt -s nullglob
++for preset in /etc/mkinitcpio.d/*.preset; do
++pkgbase=${preset##*/}
++pkgbase=${pkgbase%.preset}
++process_preset "${pkgbase}" $preset
++done
++shopt -u nullglob
+ fi

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 366885, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-11-06 20:34:15 UTC (rev 366886)
@@ -0,0 +1,43 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Dave Reisner 
+# Maintainer: Thomas Bächler 
+
+pkgname=mkinitcpio
+pkgver=27
+pkgrel=2
+pkgdesc="Modular initramfs image creation utility"
+arch=('any')
+url="https://projects.archlinux.org/mkinitcpio.git/;
+license=('GPL')
+depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 
'libarchive' 'coreutils'
+ 'bash' 'diffutils' 'findutils' 'grep' 'filesystem>=2011.10-1' 'gzip' 
'systemd')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'lz4: Use lz4 compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+provides=('initramfs')
+backup=('etc/mkinitcpio.conf')
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
+"0001-mkinitcpio-remove-preset-pacsave.patch")
+install=mkinitcpio.install
+sha256sums=('e6bff1cb78b677538eb9aace900b715fd59de8fc210b74fb9d899dfaa32bc354'
+'SKIP'
+'845569fa760f70c868ecb3dc8ae9667287970526dddaf403fdafcb716e8b3d51')
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'   # Dave Reisner
+  '86CFFCA918CF3AF47147588051E8B148AC34'   # Evangelos Foutras
+  'ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB')  # Giancarlo 
Razzolini
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Apply 0001-mkinitcpio-remove-preset-pacsave.patch
+  patch -Np1 < 

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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 20:01:46
  Author: felixonmars
Revision: 524419

archrelease: copy trunk to community-x86_64

Added:
  dart/repos/community-x86_64/PKGBUILD
(from rev 524418, dart/trunk/PKGBUILD)
Deleted:
  dart/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 20:01:12 UTC (rev 524418)
+++ PKGBUILD2019-11-06 20:01:46 UTC (rev 524419)
@@ -1,61 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: T. Jameson Little 
-# Contributor: Usagi Ito 
-# Contributor: siasia 
-# Contributor: Julien Nicoulaud 
-
-pkgname=dart
-pkgver=2.5.2
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64')
-url='https://www.dartlang.org/'
-depends=('bash')
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-sha512sums=('fc8cceebb29a22291b1590aef067ee6e212e75325df6acabc112dd230616b40fdef0316bb08fa8d1d79bc1c61ed46913d7d937e4cecd38bbe6792c392f899714')
-
-prepare() {
-  # Fix permissions
-  find "$pkgname-sdk" -type d -exec chmod a+rx '{}' + \
--or -type f -exec chmod a+r '{}' +
-
-  cd "$pkgname-sdk/bin"
-
-  # Configure paths
-  for _f in dart2js dartanalyzer pub dartfmt dartdevc dartdoc; do
-setconf $_f BIN_DIR "/opt/$pkgname-sdk/bin"
-setconf $_f PROG_NAME "/opt/$pkgname-sdk/bin/$_f"
-setconf $_f SDK_DIR "/opt/$pkgname-sdk/"
-  done
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
-
-  # Package the files
-  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer pub dartfmt dartdevc dartdoc dart2aot 
dartaotruntime; do
-ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-x86_64/PKGBUILD (from rev 524418, 
dart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 20:01:46 UTC (rev 524419)
@@ -0,0 +1,61 @@
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64')
+url='https://www.dartlang.org/'
+depends=('bash')
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+sha512sums=('329c979f25059ba2c3ab446e20060c6eb3c85ecef8b9b19d30f784b1d6e6ae08a8cfd02625de54071543470451450c15ca2e408162ca42a52e7ff0e7149b956a')
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec chmod a+rx '{}' + \
+-or -type f -exec chmod a+r '{}' +
+
+  cd "$pkgname-sdk/bin"
+
+  # Configure paths
+  for _f in dart2js dartanalyzer pub dartfmt dartdevc dartdoc; do
+setconf $_f BIN_DIR "/opt/$pkgname-sdk/bin"
+setconf $_f PROG_NAME "/opt/$pkgname-sdk/bin/$_f"
+setconf $_f SDK_DIR "/opt/$pkgname-sdk/"
+  done
+
+  # Extract license (AUTHORS and LICENSE files are missing)
+  head -n5 "../include/dart_api.h" > ../../LICENSE
+}
+
+package() {
+  # Create directories
+  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
+
+  # Package the files
+  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
+
+  # Set up symbolic links for the executables
+  for f in dart dart2js dartanalyzer pub dartfmt dartdevc dartdoc dart2aot 
dartaotruntime; do
+ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
+  done
+
+  # Package samples and documentation
+  for f in samples about.html about_files; do
+echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
+  done
+
+  # BSD License
+  install -Dm644 LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 20:01:12
  Author: felixonmars
Revision: 524418

upgpkg: dart 2.6.0-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 18:43:11 UTC (rev 524417)
+++ PKGBUILD2019-11-06 20:01:12 UTC (rev 524418)
@@ -6,7 +6,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=2.5.2
+pkgver=2.6.0
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('setconf')
 options=('!strip')
 
source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-sha512sums=('fc8cceebb29a22291b1590aef067ee6e212e75325df6acabc112dd230616b40fdef0316bb08fa8d1d79bc1c61ed46913d7d937e4cecd38bbe6792c392f899714')
+sha512sums=('329c979f25059ba2c3ab446e20060c6eb3c85ecef8b9b19d30f784b1d6e6ae08a8cfd02625de54071543470451450c15ca2e408162ca42a52e7ff0e7149b956a')
 
 prepare() {
   # Fix permissions


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

2019-11-06 Thread Jan Steffens via arch-commits
Date: Wednesday, November 6, 2019 @ 19:21:46
  Author: heftig
Revision: 366881

archrelease: copy trunk to extra-x86_64

Added:
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 366880, networkmanager/trunk/PKGBUILD)
Deleted:
  networkmanager/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  244 ++---
 1 file changed, 120 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 19:18:44 UTC (rev 366880)
+++ PKGBUILD2019-11-06 19:21:46 UTC (rev 366881)
@@ -1,124 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm)
-pkgver=1.20.4
-pkgrel=2
-pkgdesc="Network connection manager and user applications"
-url="https://wiki.gnome.org/Projects/NetworkManager;
-arch=(x86_64)
-license=(GPL2 LGPL2.1)
-_pppver=2.4.7
-makedepends=(intltool dhclient iptables gobject-introspection gtk-doc 
"ppp=$_pppver" modemmanager
- iproute2 nss polkit wpa_supplicant curl systemd libmm-glib
- libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
- glib2-docs dhcpcd iwd dnsmasq systemd-resolvconf libpsl audit 
meson)
-checkdepends=(libx11 python-dbus)
-_commit=27dee3b113bb45ffb53367f30a7c750eb146d980  # tags/1.20.4^0
-source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-  git describe | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-
-  # https://bugs.archlinux.org/task/64335
-  git cherry-pick -n 59923ad85d1a1cf2216a4f14649702d24d3f2360
-  git cherry-pick -n 186d22a9634e2bf94658ed6f1cf2b332ecb3a32c
-}
-
-build() {
-  local meson_args=(
--D dbus_conf_dir=/usr/share/dbus-1/system.d
--D dist_version="$pkgver-$pkgrel"
--D session_tracking_consolekit=false
--D suspend_resume=systemd
--D modify_system=true
--D polkit_agent=true
--D selinux=false
--D iwd=true
--D pppd_plugin_dir=/usr/lib/pppd/$_pppver
--D teamdctl=true
--D bluez5_dun=true
--D ebpf=true
--D config_plugins_default=keyfile
--D vapi=true
--D docs=true
--D more_asserts=no
--D more_logging=false
--D qt=false
-  )
-
-  arch-meson NetworkManager build "${meson_args[@]}"
-  ninja -C build
-}
-
-check() {
-  # iproute2 bug 
-  # 
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commit/be76d8b624fab99cbd76092ff511e6adc305279c
-  meson test -C build --print-errorlogs || :
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_networkmanager() {
-  depends=(libnm iproute2 polkit wpa_supplicant libmm-glib libnewt libndp 
libteam curl
-   bluez-libs libpsl audit)
-  optdepends=('dnsmasq: connection sharing'
-  'bluez: Bluetooth support'
-  'ppp: dialup connection support'
-  'modemmanager: cellular network support'
-  'iwd: wpa_supplicant alternative')
-  backup=(etc/NetworkManager/NetworkManager.conf)
-  groups=(gnome)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  # /etc/NetworkManager
-  install -d "$pkgdir"/etc/NetworkManager/{conf,dnsmasq}.d
-  install -dm700 "$pkgdir/etc/NetworkManager/system-connections"
-  install -m644 /dev/stdin "$pkgdir/etc/NetworkManager/NetworkManager.conf" 


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

2019-11-06 Thread Jan Steffens via arch-commits
Date: Wednesday, November 6, 2019 @ 19:18:44
  Author: heftig
Revision: 366880

1.20.6-1

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 18:00:24 UTC (rev 366879)
+++ PKGBUILD2019-11-06 19:18:44 UTC (rev 366880)
@@ -7,8 +7,8 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm)
-pkgver=1.20.4
-pkgrel=2
+pkgver=1.20.6
+pkgrel=1
 pkgdesc="Network connection manager and user applications"
 url="https://wiki.gnome.org/Projects/NetworkManager;
 arch=(x86_64)
@@ -19,7 +19,7 @@
  libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
  glib2-docs dhcpcd iwd dnsmasq systemd-resolvconf libpsl audit 
meson)
 checkdepends=(libx11 python-dbus)
-_commit=27dee3b113bb45ffb53367f30a7c750eb146d980  # tags/1.20.4^0
+_commit=7910cdfe5a9ffe02cd0780d56fcc66500e292d09  # tags/1.20.6^0
 
source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -30,10 +30,6 @@
 
 prepare() {
   cd NetworkManager
-
-  # https://bugs.archlinux.org/task/64335
-  git cherry-pick -n 59923ad85d1a1cf2216a4f14649702d24d3f2360
-  git cherry-pick -n 186d22a9634e2bf94658ed6f1cf2b332ecb3a32c
 }
 
 build() {


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

2019-11-06 Thread Laurent Carlier via arch-commits
Date: Wednesday, November 6, 2019 @ 18:43:06
  Author: lcarlier
Revision: 524416

upgpkg: lib32-mesa 19.2.3-1

upstream update 19.2.3

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 17:50:15 UTC (rev 524415)
+++ PKGBUILD2019-11-06 18:43:06 UTC (rev 524416)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=19.2.2
+pkgver=19.2.3
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,7 +14,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('a3269052c2dfb5404180d1aebd68f5b9b0cc136d634ba89fed3f60fcc9b279072e09ee2db9b485375d39e886209053841df920c9d0b975e0de2825e3da4164a5'
+sha512sums=('a64a6b508c28a61b9f5a50f639d0cdca2546caa2118c2478100e3535961d76bf3877357d4a7ddd7dc1d3dfc617883c8ee188915523b003aed8db03e0d5e1c007'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



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

2019-11-06 Thread Laurent Carlier via arch-commits
Date: Wednesday, November 6, 2019 @ 18:43:11
  Author: lcarlier
Revision: 524417

archrelease: copy trunk to multilib-x86_64

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

--+
 LICENSE  |  166 
 PKGBUILD |  314 ++---
 2 files changed, 240 insertions(+), 240 deletions(-)

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

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

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

2019-11-06 Thread Laurent Carlier via arch-commits
Date: Wednesday, November 6, 2019 @ 18:00:24
  Author: lcarlier
Revision: 366879

archrelease: copy trunk to extra-x86_64

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

--+
 LICENSE  |  166 +--
 PKGBUILD |  368 ++---
 2 files changed, 267 insertions(+), 267 deletions(-)

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

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

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

2019-11-06 Thread Laurent Carlier via arch-commits
Date: Wednesday, November 6, 2019 @ 18:00:18
  Author: lcarlier
Revision: 366878

upgpkg: mesa 19.2.3-1

upstream update 19.2.3

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 17:53:04 UTC (rev 366877)
+++ PKGBUILD2019-11-06 18:00:18 UTC (rev 366878)
@@ -4,7 +4,7 @@
 pkgbase=mesa
 pkgname=('vulkan-mesa-layer' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=19.2.2
+pkgver=19.2.3
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -15,7 +15,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('a3269052c2dfb5404180d1aebd68f5b9b0cc136d634ba89fed3f60fcc9b279072e09ee2db9b485375d39e886209053841df920c9d0b975e0de2825e3da4164a5'
+sha512sums=('a64a6b508c28a61b9f5a50f639d0cdca2546caa2118c2478100e3535961d76bf3877357d4a7ddd7dc1d3dfc617883c8ee188915523b003aed8db03e0d5e1c007'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



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

2019-11-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, November 6, 2019 @ 17:53:04
  Author: anatolik
Revision: 366877

archrelease: copy trunk to testing-x86_64

Added:
  fuse3/repos/testing-x86_64/
  fuse3/repos/testing-x86_64/PKGBUILD
(from rev 366876, fuse3/trunk/PKGBUILD)

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

Copied: fuse3/repos/testing-x86_64/PKGBUILD (from rev 366876, 
fuse3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-06 17:53:04 UTC (rev 366877)
@@ -0,0 +1,48 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Gundersen 
+# Contributor: Mark Rosenstand 
+
+pkgbase=fuse3
+pkgname=(fuse-common fuse3)
+pkgver=3.8.0
+pkgrel=1
+arch=('x86_64')
+url='https://github.com/libfuse/libfuse'
+license=('GPL2')
+makedepends=('pkg-config' 'meson' 'udev')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz{,.asc})
+sha1sums=('3619b07b9982d4e45546699291bbfb2273ee7af1'
+  'SKIP')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

+
+build() {
+  cd fuse-$pkgver
+
+  rm -rf build
+  meson --prefix=/usr --sbindir=bin -D examples=false . build
+  cd build
+  ninja
+}
+
+package_fuse-common() {
+  pkgdesc="Common files for fuse2/3 packages"
+  backup=(etc/fuse.conf)
+
+  install -Dm644 fuse-${pkgver}/util/fuse.conf ${pkgdir}/etc/fuse.conf
+}
+
+package_fuse3() {
+  pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
+  depends=('fuse-common' 'glibc')
+
+  cd fuse-$pkgver/build
+
+  DESTDIR=${pkgdir} ninja install
+
+  rm -r ${pkgdir}/etc/init.d
+  rm -r ${pkgdir}/etc/fuse.conf
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+}


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

2019-11-06 Thread Anatol Pomozov via arch-commits
Date: Wednesday, November 6, 2019 @ 17:52:44
  Author: anatolik
Revision: 366876

upgpkg: fuse3 3.8.0-1

Modified:
  fuse3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 17:49:27 UTC (rev 366875)
+++ PKGBUILD2019-11-06 17:52:44 UTC (rev 366876)
@@ -4,7 +4,7 @@
 
 pkgbase=fuse3
 pkgname=(fuse-common fuse3)
-pkgver=3.7.0
+pkgver=3.8.0
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/libfuse/libfuse'
@@ -12,7 +12,7 @@
 makedepends=('pkg-config' 'meson' 'udev')
 options=(!emptydirs)
 
source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz{,.asc})
-sha1sums=('baa0c174d1ecad85be5cd7caea37c5bee083ab2f'
+sha1sums=('3619b07b9982d4e45546699291bbfb2273ee7af1'
   'SKIP')
 validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

 


[arch-commits] Commit in opensmtpd/repos/community-x86_64 (10 files)

2019-11-06 Thread Bruno Pagani via arch-commits
Date: Wednesday, November 6, 2019 @ 17:02:05
  Author: archange
Revision: 524413

archrelease: copy trunk to community-x86_64

Added:
  opensmtpd/repos/community-x86_64/PKGBUILD
(from rev 524412, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-x86_64/opensmtpd.install
(from rev 524412, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-x86_64/opensmtpd.sysusers
(from rev 524412, opensmtpd/trunk/opensmtpd.sysusers)
  opensmtpd/repos/community-x86_64/smtpd.service
(from rev 524412, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-x86_64/smtpd.socket
(from rev 524412, opensmtpd/trunk/smtpd.socket)
Deleted:
  opensmtpd/repos/community-x86_64/PKGBUILD
  opensmtpd/repos/community-x86_64/opensmtpd.install
  opensmtpd/repos/community-x86_64/opensmtpd.sysusers
  opensmtpd/repos/community-x86_64/smtpd.service
  opensmtpd/repos/community-x86_64/smtpd.socket

+
 PKGBUILD   |  143 +--
 opensmtpd.install  |   22 +++
 opensmtpd.sysusers |8 +-
 smtpd.service  |   22 +++
 smtpd.socket   |   16 ++---
 5 files changed, 106 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 17:01:50 UTC (rev 524412)
+++ PKGBUILD2019-11-06 17:02:05 UTC (rev 524413)
@@ -1,71 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Bruno Pagani 
-# Contributor: Sébastien Luttringer
-# Contributor: parchd 
-
-pkgname=opensmtpd
-pkgver=6.6.1p1
-pkgrel=1
-pkgdesc="Free implementation of the server-side SMTP protocol"
-arch=(x86_64)
-url="https://www.opensmtpd.org/;
-license=(custom)
-depends=(libasr libevent libressl pam)
-provides=(smtp-server smtp-forwarder)
-conflicts=(smtp-server smtp-forwarder)
-backup=(etc/smtpd/smtpd.conf etc/smtpd/aliases)
-options=(emptydirs)
-source=("https://www.opensmtpd.org/archives/${pkgname}-${pkgver}.tar.gz;
-opensmtpd.sysusers
-smtpd.service
-smtpd.socket)
-sha256sums=('eb1bedbfb23d9f08f509d92d8efcaf51d56fb2f44492f40ec059d41124a2f1d9'
-'b38b64f1457b7227d55585edc711cce525e089516d16b093e6c44387380e6b13'
-'abf5baeb2a87c60d668ad18ea41cc08cab7a4f76339dd6df05de15cdaadaf922'
-'32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
-install=${pkgname}.install
-
-prepare() {
-  sed -ri 's,/etc/mail,/etc/smtpd,g' ${pkgname}-${pkgver}/smtpd/smtpd.conf
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/smtpd \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/smtpd \
---with-path-mbox=/var/spool/mail \
---with-path-empty=/var/empty \
---with-path-socket=/run \
---with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \
---with-user-smtpd=smtpd \
---with-user-queue=smtpq \
---with-group-queue=smtpq \
---with-auth-pam \
---with-cflags='-I/usr/include/libressl -L/usr/lib/libressl 
-Wl,-rpath=/usr/lib/libressl'
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/sendmail
-  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/mailq
-  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/newaliases
-  ln -s /usr/bin/smtpctl "${pkgdir}"/usr/bin/makemap
-
-  install -Dm644 etc/aliases -t  "${pkgdir}"/etc/smtpd/
-
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-
-  cd ..
-  install -Dm644 smtpd.service -t "${pkgdir}"/usr/lib/systemd/system/
-  install -Dm644 smtpd.socket -t "${pkgdir}"/usr/lib/systemd/system/
-  install -Dm644 opensmtpd.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/opensmtpd.conf
-}

Copied: opensmtpd/repos/community-x86_64/PKGBUILD (from rev 524412, 
opensmtpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 17:02:05 UTC (rev 524413)
@@ -0,0 +1,72 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Bruno Pagani 
+# Contributor: Sébastien Luttringer
+# Contributor: parchd 
+
+pkgname=opensmtpd
+pkgver=6.6.1p1
+pkgrel=2
+pkgdesc="Free implementation of the server-side SMTP protocol"
+arch=(x86_64)
+url="https://www.opensmtpd.org/;
+license=(custom)
+depends=(libasr libevent libressl pam)
+optdepends=('opensmtpd-filter-rspamd: rspamd integration')
+provides=(smtp-server smtp-forwarder)
+conflicts=(smtp-server smtp-forwarder)
+backup=(etc/smtpd/smtpd.conf etc/smtpd/aliases)
+options=(emptydirs)
+source=("https://www.opensmtpd.org/archives/${pkgname}-${pkgver}.tar.gz;
+opensmtpd.sysusers
+smtpd.service
+smtpd.socket)
+sha256sums=('eb1bedbfb23d9f08f509d92d8efcaf51d56fb2f44492f40ec059d41124a2f1d9'
+'b38b64f1457b7227d55585edc711cce525e089516d16b093e6c44387380e6b13'
+'abf5baeb2a87c60d668ad18ea41cc08cab7a4f76339dd6df05de15cdaadaf922'
+

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

2019-11-06 Thread Bruno Pagani via arch-commits
Date: Wednesday, November 6, 2019 @ 17:01:50
  Author: archange
Revision: 524412

Mention opensmtpd-filter-rspamd as new optdep

Modified:
  opensmtpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 16:59:55 UTC (rev 524411)
+++ PKGBUILD2019-11-06 17:01:50 UTC (rev 524412)
@@ -5,12 +5,13 @@
 
 pkgname=opensmtpd
 pkgver=6.6.1p1
-pkgrel=1
+pkgrel=2
 pkgdesc="Free implementation of the server-side SMTP protocol"
 arch=(x86_64)
 url="https://www.opensmtpd.org/;
 license=(custom)
 depends=(libasr libevent libressl pam)
+optdepends=('opensmtpd-filter-rspamd: rspamd integration')
 provides=(smtp-server smtp-forwarder)
 conflicts=(smtp-server smtp-forwarder)
 backup=(etc/smtpd/smtpd.conf etc/smtpd/aliases)


[arch-commits] Commit in (4 files)

2019-11-06 Thread Bruno Pagani via arch-commits
Date: Wednesday, November 6, 2019 @ 16:32:38
  Author: archange
Revision: 524409

Initial addition of opensmtpd-filter-rspamd to [community]

Added:
  opensmtpd-filter-rspamd/
  opensmtpd-filter-rspamd/repos/
  opensmtpd-filter-rspamd/trunk/
  opensmtpd-filter-rspamd/trunk/PKGBUILD

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

Added: opensmtpd-filter-rspamd/trunk/PKGBUILD
===
--- opensmtpd-filter-rspamd/trunk/PKGBUILD  (rev 0)
+++ opensmtpd-filter-rspamd/trunk/PKGBUILD  2019-11-06 16:32:38 UTC (rev 
524409)
@@ -0,0 +1,28 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=filter-rspamd
+pkgname=opensmtpd-${_pkg}
+pkgver=0.1.4
+pkgrel=1
+pkgdesc="OpenSMTPD filter integration for Rspamd"
+arch=(x86_64)
+url=https://github.com/poolpOrg/filter-rspamd
+license=(ISC)
+depends=(glibc rspamd)
+makedepends=(go-pie)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('7a4932f611696b0e345b4f7e36515a9d66eb4dc148da2167c24f9cbd18234983')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  go build -v \
+-trimpath \
+-ldflags "-extldflags $LDFLAGS" \
+-o ${_pkg}
+}
+
+package() {
+  cd ${_pkg}-$pkgver
+  install -D filter-rspamd -t "${pkgdir}"/usr/lib/smtpd/opensmtpd
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in opensmtpd-filter-rspamd/repos (2 files)

2019-11-06 Thread Bruno Pagani via arch-commits
Date: Wednesday, November 6, 2019 @ 16:32:52
  Author: archange
Revision: 524410

archrelease: copy trunk to community-x86_64

Added:
  opensmtpd-filter-rspamd/repos/community-x86_64/
  opensmtpd-filter-rspamd/repos/community-x86_64/PKGBUILD
(from rev 524409, opensmtpd-filter-rspamd/trunk/PKGBUILD)

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

Copied: opensmtpd-filter-rspamd/repos/community-x86_64/PKGBUILD (from rev 
524409, opensmtpd-filter-rspamd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-11-06 16:32:52 UTC (rev 524410)
@@ -0,0 +1,28 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=filter-rspamd
+pkgname=opensmtpd-${_pkg}
+pkgver=0.1.4
+pkgrel=1
+pkgdesc="OpenSMTPD filter integration for Rspamd"
+arch=(x86_64)
+url=https://github.com/poolpOrg/filter-rspamd
+license=(ISC)
+depends=(glibc rspamd)
+makedepends=(go-pie)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('7a4932f611696b0e345b4f7e36515a9d66eb4dc148da2167c24f9cbd18234983')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  go build -v \
+-trimpath \
+-ldflags "-extldflags $LDFLAGS" \
+-o ${_pkg}
+}
+
+package() {
+  cd ${_pkg}-$pkgver
+  install -D filter-rspamd -t "${pkgdir}"/usr/lib/smtpd/opensmtpd
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 16:21:07
  Author: felixonmars
Revision: 524408

archrelease: copy trunk to community-staging-x86_64

Added:
  python-rapidjson/repos/community-staging-x86_64/
  python-rapidjson/repos/community-staging-x86_64/PKGBUILD
(from rev 524407, python-rapidjson/trunk/PKGBUILD)
  python-rapidjson/repos/community-staging-x86_64/python-3.8.patch
(from rev 524407, python-rapidjson/trunk/python-3.8.patch)

--+
 PKGBUILD |   41 +
 python-3.8.patch |   35 +++
 2 files changed, 76 insertions(+)

Copied: python-rapidjson/repos/community-staging-x86_64/PKGBUILD (from rev 
524407, python-rapidjson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-06 16:21:07 UTC (rev 524408)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-rapidjson
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="Python wrapper around rapidjson"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/python-rapidjson;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'rapidjson')
+checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz')
+source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz;
+python-3.8.patch)
+sha512sums=('7d843cfe46a269c88a8f4c05ad6b3dc86d60fa3ceb24ac39639d95bbc8ed2bdba18f0467dd222c39416e48054b2ad70ae2b8219eb441a5571b872f28ba4872d7'
+
'39850c03e7b87d3c081e4af9ff7b0bb7d06791c818acb97828341564407737bcaa935f3e42c042d5d3cfc65e827965540416bd1735de1a652a0c4b5ee8f39930')
+
+prepare() {
+  #rm -r python-rapidjson-$pkgver/rapidjson
+  #sed -i 's/if not os.path.isdir/if os.path.isdir/' 
python-rapidjson-$pkgver/setup.py
+  # Shared rapidjson fails tests.
+
+  patch -Np1 -d python-rapidjson-$pkgver 
+Date: Sat, 2 Nov 2019 14:31:16 +0100
+Subject: [PATCH] Use repr() instead of str() to obtain string representation
+ of PyLong instances
+
+In Python 3.8 they removed several __str__() implementations (see commit
+https://github.com/python/cpython/commit/96aeaec64738b730c719562125070a52ed570210),
 so
+under that version calling str() on an IntEnum instance gives something like
+"", not the literal integer value as before, so the right 
thing, that
+seems to work also on Python 3.7, is to use repr() instead.
+
+This fixes issue #125.
+---
+ rapidjson.cpp | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/rapidjson.cpp b/rapidjson.cpp
+index e649e52..32f527b 100644
+--- a/rapidjson.cpp
 b/rapidjson.cpp
+@@ -2267,11 +2267,11 @@ dumps_internal(
+ writer->Uint64(ui);
+ }
+ } else {
+-// Mimic stdlib json: subclasses of int may override __str__, but 
we still
++// Mimic stdlib json: subclasses of int may override __repr__, 
but we still
+ // want to encode them as integers in JSON; one example within 
the standard
+ // library is IntEnum
+ 
+-PyObject* intStrObj = PyLong_Type.tp_str(object);
++PyObject* intStrObj = PyLong_Type.tp_repr(object);
+ if (intStrObj == NULL)
+ return false;
+ 


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 16:20:50
  Author: felixonmars
Revision: 524407

Python 3.8 rebuild

Modified:
  python-rapidjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 16:19:34 UTC (rev 524406)
+++ PKGBUILD2019-11-06 16:20:50 UTC (rev 524407)
@@ -2,7 +2,7 @@
 
 pkgname=python-rapidjson
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python wrapper around rapidjson"
 arch=('x86_64')
 url="https://pypi.python.org/pypi/python-rapidjson;


[arch-commits] Commit in python-rapidjson/trunk (PKGBUILD python-3.8.patch)

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 6, 2019 @ 16:19:34
  Author: foutrelis
Revision: 524406

Add upstream fix for Python 3.8 compatibility

Added:
  python-rapidjson/trunk/python-3.8.patch
Modified:
  python-rapidjson/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 python-3.8.patch |   35 +++
 2 files changed, 40 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 15:50:01 UTC (rev 524405)
+++ PKGBUILD2019-11-06 16:19:34 UTC (rev 524406)
@@ -10,8 +10,10 @@
 depends=('python')
 makedepends=('python-setuptools' 'rapidjson')
 checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz')
-source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz;)
-sha512sums=('7d843cfe46a269c88a8f4c05ad6b3dc86d60fa3ceb24ac39639d95bbc8ed2bdba18f0467dd222c39416e48054b2ad70ae2b8219eb441a5571b872f28ba4872d7')
+source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz;
+python-3.8.patch)
+sha512sums=('7d843cfe46a269c88a8f4c05ad6b3dc86d60fa3ceb24ac39639d95bbc8ed2bdba18f0467dd222c39416e48054b2ad70ae2b8219eb441a5571b872f28ba4872d7'
+
'39850c03e7b87d3c081e4af9ff7b0bb7d06791c818acb97828341564407737bcaa935f3e42c042d5d3cfc65e827965540416bd1735de1a652a0c4b5ee8f39930')
 
 prepare() {
   #rm -r python-rapidjson-$pkgver/rapidjson
@@ -18,6 +20,7 @@
   #sed -i 's/if not os.path.isdir/if os.path.isdir/' 
python-rapidjson-$pkgver/setup.py
   # Shared rapidjson fails tests.
 
+  patch -Np1 -d python-rapidjson-$pkgver 
+Date: Sat, 2 Nov 2019 14:31:16 +0100
+Subject: [PATCH] Use repr() instead of str() to obtain string representation
+ of PyLong instances
+
+In Python 3.8 they removed several __str__() implementations (see commit
+https://github.com/python/cpython/commit/96aeaec64738b730c719562125070a52ed570210),
 so
+under that version calling str() on an IntEnum instance gives something like
+"", not the literal integer value as before, so the right 
thing, that
+seems to work also on Python 3.7, is to use repr() instead.
+
+This fixes issue #125.
+---
+ rapidjson.cpp | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/rapidjson.cpp b/rapidjson.cpp
+index e649e52..32f527b 100644
+--- a/rapidjson.cpp
 b/rapidjson.cpp
+@@ -2267,11 +2267,11 @@ dumps_internal(
+ writer->Uint64(ui);
+ }
+ } else {
+-// Mimic stdlib json: subclasses of int may override __str__, but 
we still
++// Mimic stdlib json: subclasses of int may override __repr__, 
but we still
+ // want to encode them as integers in JSON; one example within 
the standard
+ // library is IntEnum
+ 
+-PyObject* intStrObj = PyLong_Type.tp_str(object);
++PyObject* intStrObj = PyLong_Type.tp_repr(object);
+ if (intStrObj == NULL)
+ return false;
+ 


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 15:50:01
  Author: felixonmars
Revision: 524405

archrelease: copy trunk to community-staging-any

Added:
  python-whelk/repos/community-staging-any/
  python-whelk/repos/community-staging-any/PKGBUILD
(from rev 524404, python-whelk/trunk/PKGBUILD)
  python-whelk/repos/community-staging-any/python-3.8.patch
(from rev 524404, python-whelk/trunk/python-3.8.patch)

--+
 PKGBUILD |   35 +++
 python-3.8.patch |   15 +++
 2 files changed, 50 insertions(+)

Copied: python-whelk/repos/community-staging-any/PKGBUILD (from rev 524404, 
python-whelk/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-06 15:50:01 UTC (rev 524405)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-whelk
+pkgver=2.7.1
+pkgrel=4
+pkgdesc="Easy access to shell commands from python"
+arch=('any')
+license=('custom:zlib')
+url="https://pypi.python.org/pypi/whelk;
+depends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/seveas/whelk/archive/$pkgver.tar.gz;
+python-3.8.patch)
+sha512sums=('39b73ed09a0d2442cdde5b8bae72805571a172c6acfa3f652c8cb125d3a400f2538fe6534179f95383d321e8975b6127115616372c60c736e8cd8ceba00ef093'
+
'cb1f1cd86c78fce28e1515966547d66eaec9d474352b03710a83b5b4977cee650ee32501aea135c78a4065c40711ab9e8d32182ea770116c2b472fa94473ada9')
+
+prepare() {
+  cd whelk-$pkgver
+  patch -Np1 -i ../python-3.8.patch
+}
+
+build() {
+  cd whelk-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd whelk-$pkgver
+  python -munittest discover
+}
+
+package() {
+  cd whelk-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Copied: python-whelk/repos/community-staging-any/python-3.8.patch (from rev 
524404, python-whelk/trunk/python-3.8.patch)
===
--- community-staging-any/python-3.8.patch  (rev 0)
+++ community-staging-any/python-3.8.patch  2019-11-06 15:50:01 UTC (rev 
524405)
@@ -0,0 +1,15 @@
+diff -upr whelk-2.7.1.orig/whelk/subprocess_34.py 
whelk-2.7.1/whelk/subprocess_34.py
+--- whelk-2.7.1.orig/whelk/subprocess_34.py2017-04-18 16:01:38.0 
+0300
 whelk-2.7.1/whelk/subprocess_34.py 2019-11-06 17:46:00.946759802 +0200
+@@ -92,7 +92,10 @@ class Popen(subprocess.Popen):
+ raise TimeoutExpired(self.args, orig_timeout)
+ 
+ ready = selector.select(timeout)
+-self._check_timeout(endtime, orig_timeout)
++if sys.version_info[:2] >= (3,8):
++self._check_timeout(endtime, orig_timeout, stdout, 
stderr)
++else:
++self._check_timeout(endtime, orig_timeout)
+ 
+ # XXX Rewrite these to use non-blocking I/O on the file
+ # objects; they are no longer using C stdio!


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 15:49:44
  Author: felixonmars
Revision: 524404

Python 3.8 rebuild

Modified:
  python-whelk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 15:49:02 UTC (rev 524403)
+++ PKGBUILD2019-11-06 15:49:44 UTC (rev 524404)
@@ -2,7 +2,7 @@
 
 pkgname=python-whelk
 pkgver=2.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Easy access to shell commands from python"
 arch=('any')
 license=('custom:zlib')


[arch-commits] Commit in python-whelk/trunk (PKGBUILD python-3.8.patch)

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 6, 2019 @ 15:49:02
  Author: foutrelis
Revision: 524403

Fix build with Python 3.8

Added:
  python-whelk/trunk/python-3.8.patch
Modified:
  python-whelk/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 python-3.8.patch |   15 +++
 2 files changed, 24 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 15:43:06 UTC (rev 524402)
+++ PKGBUILD2019-11-06 15:49:02 UTC (rev 524403)
@@ -8,9 +8,16 @@
 license=('custom:zlib')
 url="https://pypi.python.org/pypi/whelk;
 depends=('python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/seveas/whelk/archive/$pkgver.tar.gz;)
-sha512sums=('39b73ed09a0d2442cdde5b8bae72805571a172c6acfa3f652c8cb125d3a400f2538fe6534179f95383d321e8975b6127115616372c60c736e8cd8ceba00ef093')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/seveas/whelk/archive/$pkgver.tar.gz;
+python-3.8.patch)
+sha512sums=('39b73ed09a0d2442cdde5b8bae72805571a172c6acfa3f652c8cb125d3a400f2538fe6534179f95383d321e8975b6127115616372c60c736e8cd8ceba00ef093'
+
'cb1f1cd86c78fce28e1515966547d66eaec9d474352b03710a83b5b4977cee650ee32501aea135c78a4065c40711ab9e8d32182ea770116c2b472fa94473ada9')
 
+prepare() {
+  cd whelk-$pkgver
+  patch -Np1 -i ../python-3.8.patch
+}
+
 build() {
   cd whelk-$pkgver
   python setup.py build

Added: python-3.8.patch
===
--- python-3.8.patch(rev 0)
+++ python-3.8.patch2019-11-06 15:49:02 UTC (rev 524403)
@@ -0,0 +1,15 @@
+diff -upr whelk-2.7.1.orig/whelk/subprocess_34.py 
whelk-2.7.1/whelk/subprocess_34.py
+--- whelk-2.7.1.orig/whelk/subprocess_34.py2017-04-18 16:01:38.0 
+0300
 whelk-2.7.1/whelk/subprocess_34.py 2019-11-06 17:46:00.946759802 +0200
+@@ -92,7 +92,10 @@ class Popen(subprocess.Popen):
+ raise TimeoutExpired(self.args, orig_timeout)
+ 
+ ready = selector.select(timeout)
+-self._check_timeout(endtime, orig_timeout)
++if sys.version_info[:2] >= (3,8):
++self._check_timeout(endtime, orig_timeout, stdout, 
stderr)
++else:
++self._check_timeout(endtime, orig_timeout)
+ 
+ # XXX Rewrite these to use non-blocking I/O on the file
+ # objects; they are no longer using C stdio!


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

2019-11-06 Thread Eli Schwartz via arch-commits
Date: Wednesday, November 6, 2019 @ 15:43:06
  Author: eschwartz
Revision: 524402

archrelease: copy trunk to community-x86_64

Added:
  hub/repos/community-x86_64/PKGBUILD
(from rev 524401, hub/trunk/PKGBUILD)
Deleted:
  hub/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 15:42:51 UTC (rev 524401)
+++ PKGBUILD2019-11-06 15:43:06 UTC (rev 524402)
@@ -1,44 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-pkgver=2.12.8
-pkgrel=1
-
-pkgdesc="cli interface for Github"
-url="https://hub.github.com;
-arch=('x86_64')
-license=('MIT')
-
-depends=('git')
-makedepends=('go-pie')
-
-source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz;)
-sha256sums=('72d09397967c85b118fc1be25dc0fc54353f4dea09f804687a287949c7de7ebe')
-b2sums=('25a0548a1ef18d941b1cfc8930e4c45d994b0705f723fd6b66495ae6d1d56cf85832e2d4e2721926afb6704322fdfc17683bed3a875332be5cea8e21147c02e2')
-
-build() {
-  cd "$srcdir"/hub-$pkgver
-
-  make
-  make man-pages
-}
-
-check() {
-  cd "$srcdir"/hub-$pkgver
-
-  make test
-}
-
-package() {
-  cd "$srcdir"/hub-$pkgver
-
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 etc/hub.bash_completion.sh 
"$pkgdir"/usr/share/bash-completion/completions/hub
-  install -Dm644 etc/hub.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_hub
-  install -Dm644 etc/hub.fish_completion 
"$pkgdir"/usr/share/fish/vendor_completions.d/hub.fish
-}

Copied: hub/repos/community-x86_64/PKGBUILD (from rev 524401, 
hub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 15:43:06 UTC (rev 524402)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Alfredo Palhares 
+
+pkgname=hub
+pkgver=2.13.0
+pkgrel=1
+
+pkgdesc="cli interface for Github"
+url="https://hub.github.com;
+arch=('x86_64')
+license=('MIT')
+
+depends=('git')
+makedepends=('go-pie')
+
+source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz;)
+sha256sums=('0b5147a25aa8dff37d6c88b2a30ed38c05d35e03c64d79039925dcb49de80940')
+b2sums=('e790c13cfab9070699b3995c91c3adfad89b438d70b4f0683dcf2f487349c785d97f1aa845620cf0ccabf93f6738a3a1d45410bd1155c861d55f3d2568312235')
+
+build() {
+  cd "$srcdir"/hub-$pkgver
+
+  make
+  make man-pages
+}
+
+check() {
+  cd "$srcdir"/hub-$pkgver
+
+  make test
+}
+
+package() {
+  cd "$srcdir"/hub-$pkgver
+
+  make PREFIX="$pkgdir"/usr install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 etc/hub.bash_completion.sh 
"$pkgdir"/usr/share/bash-completion/completions/hub
+  install -Dm644 etc/hub.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_hub
+  install -Dm644 etc/hub.fish_completion 
"$pkgdir"/usr/share/fish/vendor_completions.d/hub.fish
+}


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

2019-11-06 Thread Eli Schwartz via arch-commits
Date: Wednesday, November 6, 2019 @ 15:42:51
  Author: eschwartz
Revision: 524401

upgpkg: hub 2.13.0-1

upstream release
manpages are fixed now, so hub help actually opens them without needing to 
disable zipman \o/

Modified:
  hub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 15:26:05 UTC (rev 524400)
+++ PKGBUILD2019-11-06 15:42:51 UTC (rev 524401)
@@ -4,7 +4,7 @@
 # Contributor: Alfredo Palhares 
 
 pkgname=hub
-pkgver=2.12.8
+pkgver=2.13.0
 pkgrel=1
 
 pkgdesc="cli interface for Github"
@@ -16,8 +16,8 @@
 makedepends=('go-pie')
 
 
source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz;)
-sha256sums=('72d09397967c85b118fc1be25dc0fc54353f4dea09f804687a287949c7de7ebe')
-b2sums=('25a0548a1ef18d941b1cfc8930e4c45d994b0705f723fd6b66495ae6d1d56cf85832e2d4e2721926afb6704322fdfc17683bed3a875332be5cea8e21147c02e2')
+sha256sums=('0b5147a25aa8dff37d6c88b2a30ed38c05d35e03c64d79039925dcb49de80940')
+b2sums=('e790c13cfab9070699b3995c91c3adfad89b438d70b4f0683dcf2f487349c785d97f1aa845620cf0ccabf93f6738a3a1d45410bd1155c861d55f3d2568312235')
 
 build() {
   cd "$srcdir"/hub-$pkgver


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 15:26:05
  Author: felixonmars
Revision: 524400

archrelease: copy trunk to community-staging-any

Added:
  python-subunit2sql/repos/community-staging-any/PKGBUILD
(from rev 524399, python-subunit2sql/trunk/PKGBUILD)
  python-subunit2sql/repos/community-staging-any/fix-migrations-test.patch
(from rev 524399, python-subunit2sql/trunk/fix-migrations-test.patch)
Deleted:
  python-subunit2sql/repos/community-staging-any/PKGBUILD

---+
 PKGBUILD  |  137 ++--
 fix-migrations-test.patch |   93 +
 2 files changed, 163 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 15:25:46 UTC (rev 524399)
+++ PKGBUILD2019-11-06 15:26:05 UTC (rev 524400)
@@ -1,67 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-subunit2sql
-pkgname=(python-subunit2sql python2-subunit2sql)
-pkgver=1.10.0
-pkgrel=2
-pkgdesc="Command to Read a subunit file or stream and put the data in a SQL DB"
-arch=('any')
-url="https://pypi.python.org/pypi/subunit2sql;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-alembic'
- 'python2-alembic' 'python-stevedore' 'python2-stevedore' 
'python-sqlalchemy'
- 'python2-sqlalchemy' 'python-oslo-config' 'python2-oslo-config' 
'python-dateutil'
- 'python2-dateutil' 'python-subunit' 'python2-subunit' 
'python-oslo-db'
- 'python2-oslo-db')
-checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock'
-  'python-testresources' 'python2-testresources' 
'python-testscenarios'
-  'python2-testscenarios' 'python-oslo-concurrency' 
'python2-oslo-concurrency'
-  'pifpaf' 'percona-server' 'mariadb-clients' 'postgresql')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-infra/subunit2sql/archive/$pkgver.tar.gz;)
-sha512sums=('8efe7f53606a4927f1bb97a9329e1d25c16baad32a64ea7df59cc4958af9111c5227e29c205f5bbf8d5fbd1babc0a6242fd067e00bfa1e06e32aeca17c065363')
-
-prepare() {
-  cp -a subunit2sql-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/subunit2sql-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/subunit2sql-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/subunit2sql-$pkgver
-  pifpaf run mysql pifpaf run postgresql stestr run
-
-  cd "$srcdir"/subunit2sql-$pkgver-py2
-  PYTHON=python2 pifpaf run mysql pifpaf run postgresql stestr2 run
-}
-
-package_python-subunit2sql() {
-  depends=('python-six' 'python-pbr' 'python-alembic' 'python-stevedore' 
'python-sqlalchemy'
-   'python-oslo-config' 'python-dateutil' 'python-subunit' 
'python-oslo-db')
-
-  cd "$srcdir"/subunit2sql-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-subunit2sql() {
-  depends=('python2-six' 'python2-pbr' 'python2-alembic' 'python2-stevedore' 
'python2-sqlalchemy'
-   'python2-oslo-config' 'python2-dateutil' 'python2-subunit' 
'python2-oslo-db')
-
-  cd "$srcdir"/subunit2sql-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/sql2subunit{,2}
-  mv "$pkgdir"/usr/bin/subunit2sql{,2}
-  mv "$pkgdir"/usr/bin/subunit2sql-db-manage{,2}
-  mv "$pkgdir"/usr/bin/subunit2sql-graph{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-subunit2sql/repos/community-staging-any/PKGBUILD (from rev 
524399, python-subunit2sql/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 15:26:05 UTC (rev 524400)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-subunit2sql
+pkgname=(python-subunit2sql python2-subunit2sql)
+pkgver=1.10.0
+pkgrel=3
+pkgdesc="Command to Read a subunit file or stream and put the data in a SQL DB"
+arch=('any')
+url="https://pypi.python.org/pypi/subunit2sql;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-alembic'
+ 'python2-alembic' 'python-stevedore' 'python2-stevedore' 
'python-sqlalchemy'
+ 'python2-sqlalchemy' 'python-oslo-config' 'python2-oslo-config' 
'python-dateutil'
+ 'python2-dateutil' 'python-subunit' 'python2-subunit' 
'python-oslo-db'
+ 'python2-oslo-db')
+checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock'
+  'python-testresources' 'python2-testresources' 
'python-testscenarios'
+  'python2-testscenarios' 'python-oslo-concurrency' 
'python2-oslo-concurrency'
+  'pifpaf' 'percona-server' 'mariadb-clients' 'postgresql')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-infra/subunit2sql/archive/$pkgver.tar.gz;
+ 

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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 15:25:46
  Author: felixonmars
Revision: 524399

Python 3.8 rebuild

Modified:
  python-subunit2sql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 15:23:29 UTC (rev 524398)
+++ PKGBUILD2019-11-06 15:25:46 UTC (rev 524399)
@@ -4,7 +4,7 @@
 pkgbase=python-subunit2sql
 pkgname=(python-subunit2sql python2-subunit2sql)
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Command to Read a subunit file or stream and put the data in a SQL DB"
 arch=('any')
 url="https://pypi.python.org/pypi/subunit2sql;


[arch-commits] Commit in python-subunit2sql/trunk (PKGBUILD fix-migrations-test.patch)

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 6, 2019 @ 15:23:29
  Author: foutrelis
Revision: 524398

Fix failing migrations test

Added:
  python-subunit2sql/trunk/fix-migrations-test.patch
Modified:
  python-subunit2sql/trunk/PKGBUILD

---+
 PKGBUILD  |7 ++-
 fix-migrations-test.patch |   93 
 2 files changed, 98 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 15:16:54 UTC (rev 524397)
+++ PKGBUILD2019-11-06 15:23:29 UTC (rev 524398)
@@ -18,10 +18,13 @@
   'python-testresources' 'python2-testresources' 
'python-testscenarios'
   'python2-testscenarios' 'python-oslo-concurrency' 
'python2-oslo-concurrency'
   'pifpaf' 'percona-server' 'mariadb-clients' 'postgresql')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-infra/subunit2sql/archive/$pkgver.tar.gz;)
-sha512sums=('8efe7f53606a4927f1bb97a9329e1d25c16baad32a64ea7df59cc4958af9111c5227e29c205f5bbf8d5fbd1babc0a6242fd067e00bfa1e06e32aeca17c065363')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-infra/subunit2sql/archive/$pkgver.tar.gz;
+fix-migrations-test.patch)
+sha512sums=('8efe7f53606a4927f1bb97a9329e1d25c16baad32a64ea7df59cc4958af9111c5227e29c205f5bbf8d5fbd1babc0a6242fd067e00bfa1e06e32aeca17c065363'
+
'0891880f0ff329a4236a73f88a90ffc4522c123b52e08675609816649934b20fc7ccbd9d5141341bc7a96c6acd32e40b227e61634fbd803e8b7c659e42ea0668')
 
 prepare() {
+  patch -Np1 -d subunit2sql-$pkgver 
+Date: Thu, 18 Jul 2019 11:07:38 +0900
+Subject: [PATCH] Fix gate error "mysqladmin: command not found" and etc
+
+mysqladmin package is required in tools/test-setup.sh
+so adding bindep.txt file for this binary dependencies. And postgresql
+packages are also required as well.
+
+- http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html
+
+This commit also updated sphinx versions in test-requirements.txt to
+avoid this error.
+
+  ERROR: Sphinx requires Python '>=3.5' but the running Python is 2.7.15
+
+And also, this commit fixes a sqlalchemy error. This probably caused by
+sqlalchemy version updates. It might be better to fix the code rather
+than the sqlalchemy version cap.
+
+  sqlalchemy.exc.ArgumentError: Textual SQL expression
+"tests.id='fake_null_test_..." should be explicitly declared as
+text("tests.id='fake_null_test_...")
+
+Change-Id: Iff79081403fbc26442165ff5feb300bc317b0dfc
+---
+ bindep.txt  |  8 
+ subunit2sql/tests/migrations/test_migrations.py |  2 +-
+ test-requirements.txt   |  3 ++-
+ tox.ini | 11 +++
+ 4 files changed, 22 insertions(+), 2 deletions(-)
+ create mode 100644 bindep.txt
+
+diff --git a/bindep.txt b/bindep.txt
+new file mode 100644
+index 000..2f11192
+--- /dev/null
 b/bindep.txt
+@@ -0,0 +1,8 @@
++# This is a cross-platform list tracking distribution packages needed by 
tests;
++# see http://docs.openstack.org/infra/bindep/ for additional information.
++
++mysql-client [platform:dpkg]
++mysql-server [platform:dpkg]
++postgresql
++postgresql-client [platform:dpkg]
++postgresql-server-dev-all [platform:dpkg]
+diff --git a/subunit2sql/tests/migrations/test_migrations.py 
b/subunit2sql/tests/migrations/test_migrations.py
+index 483d0aa..5df7067 100644
+--- a/subunit2sql/tests/migrations/test_migrations.py
 b/subunit2sql/tests/migrations/test_migrations.py
+@@ -321,7 +321,7 @@ class TestWalkMigrations(base.TestCase):
+ test_ids = [data['tests'][x]['id'] for x in data['tests']]
+ # Query the DB for the tests from the sample dataset above
+ where = ' OR '.join(["tests.id='%s'" % x for x in test_ids])
+-result = tests.select(where).execute()
++result = tests.select(sqlalchemy.sql.text(where)).execute()
+ run_time_pairs = list(map(lambda x: (x['id'], x['run_time']), result))
+ # Ensure the test with one failure is None
+ self.assertIn(('fake_null_test_id_fails', None), run_time_pairs)
+diff --git a/test-requirements.txt b/test-requirements.txt
+index 319d05c..fcf5c13 100644
+--- a/test-requirements.txt
 b/test-requirements.txt
+@@ -2,7 +2,8 @@ hacking>=0.12.0,!=0.13.0,<0.14
+ coverage>=3.6
+ fixtures>=0.3.14
+ mock>=1.0
+-sphinx>=1.6.2 # BSD
++sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7'  # BSD
++sphinx!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4'  # BSD
+ testscenarios>=0.4
+ stestr>=1.0.0
+ testtools>=0.9.34
+diff --git a/tox.ini b/tox.ini
+index ae8b00d..8befe6f 100644
+--- a/tox.ini
 b/tox.ini
+@@ -63,3 +63,14 @@ commands =
+ [testenv:releasenotes]
+ basepython = python3
+ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html 
releasenotes/source releasenotes/build/html
++
++[testenv:bindep]
++# Do not install any requirements. We want 

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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 15:16:54
  Author: felixonmars
Revision: 524397

archrelease: copy trunk to community-staging-any

Added:
  python-sqlalchemy-continuum/repos/community-staging-any/
  python-sqlalchemy-continuum/repos/community-staging-any/PKGBUILD
(from rev 524396, python-sqlalchemy-continuum/trunk/PKGBUILD)

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

Copied: python-sqlalchemy-continuum/repos/community-staging-any/PKGBUILD (from 
rev 524396, python-sqlalchemy-continuum/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-06 15:16:54 UTC (rev 524397)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa https://github.com/kvesteri/sqlalchemy-continuum/archive/${pkgver}.tar.gz)
+sha512sums=('f597f537999c59005e09fe6dad40d03bd9fb933f9ea88135888c4a848ecb61df05e4a2dcb9af5399ed84bc127af2c48e8fc2993e3a1d3d561cad6ca3d34319ec')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  make -C docs text man
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}/tests
+  DB=sqlite pytest
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst docs/_build/text/* -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/sqlalchemy-continuum.1 -t 
"${pkgdir}/usr/share/man/man1"
+  ln -sf /usr/share/man/man1/sqlalchemy-continuum.1.gz 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 15:16:40
  Author: felixonmars
Revision: 524396

Python 3.8 rebuild

Modified:
  python-sqlalchemy-continuum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 15:14:34 UTC (rev 524395)
+++ PKGBUILD2019-11-06 15:16:40 UTC (rev 524396)
@@ -4,7 +4,7 @@
 _pkgname=sqlalchemy-continuum
 pkgname=python-sqlalchemy-continuum
 pkgver=1.3.9
-pkgrel=0
+pkgrel=1
 pkgdesc='Versioning and auditing extension for SQLAlchemy'
 url='https://github.com/kvesteri/sqlalchemy-continuum'
 arch=('any')


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

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 6, 2019 @ 15:14:34
  Author: foutrelis
Revision: 524395

Prepare bump to 1.3.9 for SA 1.3 support

Modified:
  python-sqlalchemy-continuum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 15:09:57 UTC (rev 524394)
+++ PKGBUILD2019-11-06 15:14:34 UTC (rev 524395)
@@ -3,8 +3,8 @@
 
 _pkgname=sqlalchemy-continuum
 pkgname=python-sqlalchemy-continuum
-pkgver=1.3.7
-pkgrel=1
+pkgver=1.3.9
+pkgrel=0
 pkgdesc='Versioning and auditing extension for SQLAlchemy'
 url='https://github.com/kvesteri/sqlalchemy-continuum'
 arch=('any')
@@ -20,7 +20,7 @@
 'python-sqlalchemy-i18n: internationalization')
 options=('!makeflags')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-continuum/archive/${pkgver}.tar.gz)
-sha512sums=('f41017c8b5b5611b2a119d0b937d54bc4caa25d736ed0c3bbb48fb224a617c3cc5185d818ab12b77622b1586bb3312cc3673446e48c709c2e569a468b1379575')
+sha512sums=('f597f537999c59005e09fe6dad40d03bd9fb933f9ea88135888c4a848ecb61df05e4a2dcb9af5399ed84bc127af2c48e8fc2993e3a1d3d561cad6ca3d34319ec')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2019-11-06 Thread Jan Steffens via arch-commits
Date: Wednesday, November 6, 2019 @ 15:11:52
  Author: heftig
Revision: 366874

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk/repos/extra-x86_64/PKGBUILD
(from rev 366873, webkit2gtk/trunk/PKGBUILD)
Deleted:
  webkit2gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 15:11:16 UTC (rev 366873)
+++ PKGBUILD2019-11-06 15:11:52 UTC (rev 366874)
@@ -1,58 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.26.1
-pkgrel=1
-pkgdesc="GTK+ Web content engine library"
-arch=(x86_64)
-url="https://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp 
openjpeg2
- harfbuzz-icu gtk3 libnotify hyphen woff2 libwpe wpebackend-fdo
- bubblewrap xdg-dbus-proxy)
-makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('6b4b21801d2b1008422a1075dbd6fb4ae8b5127503faf657cf9671289d9cd155'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
-
-prepare() {
-  cd webkitgtk-$pkgver
-}
-
-build() {
-  cmake -Hwebkitgtk-$pkgver -Bbuild \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_GTKDOC=ON \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DLIB_INSTALL_DIR=/usr/lib
-  cmake --build build
-}
-
-check() {
-  : cmake --build build --target tests
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk/repos/extra-x86_64/PKGBUILD (from rev 366873, 
webkit2gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 15:11:52 UTC (rev 366874)
@@ -0,0 +1,58 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.26.2
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=(x86_64)
+url="https://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp 
openjpeg2
+ harfbuzz-icu gtk3 libnotify hyphen woff2 libwpe wpebackend-fdo
+ bubblewrap xdg-dbus-proxy)
+makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
+sha256sums=('6b80f0637a80818559ac8fd50db3b394f41cb61904fb9b3ed65fa51635806512'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  cmake -Hwebkitgtk-$pkgver -Bbuild \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_GTKDOC=ON \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DLIB_INSTALL_DIR=/usr/lib
+  cmake --build build
+}
+
+check() {
+  : cmake --build build --target tests
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+
+  cd webkitgtk-$pkgver
+  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
+while IFS= read -d $'\0' -r _f; do
+  echo "### $_f ###"
+  cat "$_f"
+  echo
+done |
+install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set sw=2 et:


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

2019-11-06 Thread Jan Steffens via arch-commits
Date: Wednesday, November 6, 2019 @ 15:11:16
  Author: heftig
Revision: 366873

2.26.2-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 15:08:56 UTC (rev 366872)
+++ PKGBUILD2019-11-06 15:11:16 UTC (rev 366873)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.26.1
+pkgver=2.26.2
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=(x86_64)
@@ -17,7 +17,7 @@
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
 source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('6b4b21801d2b1008422a1075dbd6fb4ae8b5127503faf657cf9671289d9cd155'
+sha256sums=('6b80f0637a80818559ac8fd50db3b394f41cb61904fb9b3ed65fa51635806512'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')


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

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 6, 2019 @ 15:09:50
  Author: foutrelis
Revision: 524393

Python 3.8 rebuild

Modified:
  python-terminaltables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 15:07:53 UTC (rev 524392)
+++ PKGBUILD2019-11-06 15:09:50 UTC (rev 524393)
@@ -5,7 +5,7 @@
 _pyname=terminaltables
 pkgname=('python-terminaltables' 'python2-terminaltables')
 pkgver=3.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Generate simple tables in terminals from a nested list of strings"
 arch=('any')
 url="https://github.com/Robpol86/terminaltables;


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

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 6, 2019 @ 15:09:57
  Author: foutrelis
Revision: 524394

archrelease: copy trunk to community-staging-any

Added:
  python-terminaltables/repos/community-staging-any/
  python-terminaltables/repos/community-staging-any/PKGBUILD
(from rev 524393, python-terminaltables/trunk/PKGBUILD)

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

Copied: python-terminaltables/repos/community-staging-any/PKGBUILD (from rev 
524393, python-terminaltables/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-06 15:09:57 UTC (rev 524394)
@@ -0,0 +1,64 @@
+# Maintainer: Christian Rebischke 
+# Maintainer: Levente Polyak 
+
+pkgbase=python-terminaltables
+_pyname=terminaltables
+pkgname=('python-terminaltables' 'python2-terminaltables')
+pkgver=3.1.0
+pkgrel=6
+pkgdesc="Generate simple tables in terminals from a nested list of strings"
+arch=('any')
+url="https://github.com/Robpol86/terminaltables;
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+checkdepends=('python-pytest' 'python-colorama' 'python-termcolor' 
'python-colorclass'
+  'python2-pytest' 'python2-colorama' 'python2-termcolor' 
'python2-colorclass')
+source=("${_pyname}-${pkgver}.tar.gz::https://github.com/Robpol86/${_pyname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('dc49458652fff8bc6094d316d84c9b8e9fca1a26e3230c0b668bc03ec8528793f4ef024e8032d4a56fbfabfdfd4a1142870f550f0b373ba6a42dd2e3ead3f501')
+
+prepare() {
+  cp -a ${_pyname}-${pkgver}{,-py2}
+}
+
+build() {
+  msg2 "Building python..."
+  (cd ${_pyname}-${pkgver}
+python setup.py build
+  )
+  msg2 "Building python2..."
+  (cd ${_pyname}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  msg2 "Checking python..."
+  (cd ${_pyname}-${pkgver}
+py.test
+  )
+  msg2 "Checking python2..."
+  (cd ${_pyname}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-terminaltables() {
+  depends=('python')
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 example*.py -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+package_python2-terminaltables() {
+  depends=('python2')
+  cd ${_pyname}-${pkgver}-py2
+  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 example*.py -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim:set et sw=2 ts=2 tw=79:


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 15:07:29
  Author: felixonmars
Revision: 524391

Python 3.8 rebuild

Modified:
  mod_wsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 15:06:06 UTC (rev 524390)
+++ PKGBUILD2019-11-06 15:07:29 UTC (rev 524391)
@@ -5,7 +5,7 @@
 pkgbase=mod_wsgi
 pkgname=($pkgbase 'mod_wsgi2')
 pkgver=4.5.24
-pkgrel=2
+pkgrel=3
 pkgdesc='Python WSGI adapter module for Apache'
 arch=('x86_64')
 url='http://www.modwsgi.org/'


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

2019-11-06 Thread Felix Yan via arch-commits
Date: Wednesday, November 6, 2019 @ 15:07:53
  Author: felixonmars
Revision: 524392

archrelease: copy trunk to community-staging-x86_64

Added:
  mod_wsgi/repos/community-staging-x86_64/
  mod_wsgi/repos/community-staging-x86_64/PKGBUILD
(from rev 524391, mod_wsgi/trunk/PKGBUILD)
  mod_wsgi/repos/community-staging-x86_64/mod_wsgi.install
(from rev 524391, mod_wsgi/trunk/mod_wsgi.install)
  mod_wsgi/repos/community-staging-x86_64/python-3.8.patch
(from rev 524391, mod_wsgi/trunk/python-3.8.patch)

--+
 PKGBUILD |   62 +
 mod_wsgi.install |   14 +++
 python-3.8.patch |   97 +
 3 files changed, 173 insertions(+)

Copied: mod_wsgi/repos/community-staging-x86_64/PKGBUILD (from rev 524391, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-06 15:07:53 UTC (rev 524392)
@@ -0,0 +1,62 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Ryan Coyner 
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.5.24
+pkgrel=3
+pkgdesc='Python WSGI adapter module for Apache'
+arch=('x86_64')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'git' 'python' 'python2')
+install='mod_wsgi.install'
+source=("git+https://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver;
+python-3.8.patch)
+md5sums=('SKIP'
+ '73ac9f44d14c04e4bd14eeb506313ec4')
+
+prepare() {
+  cp -r "$pkgbase" py2
+  patch -Np1 -d "$pkgbase" 
+==>
+==>  To install mod_wsgi, add the following line in
+==>  /etc/httpd/conf/httpd.conf file :
+==>
+==>  LoadModule wsgi_module modules/mod_wsgi.so
+==>
+==>  and restart/reload Apache.
+==>
+==>
+meow
+}

Copied: mod_wsgi/repos/community-staging-x86_64/python-3.8.patch (from rev 
524391, mod_wsgi/trunk/python-3.8.patch)
===
--- community-staging-x86_64/python-3.8.patch   (rev 0)
+++ community-staging-x86_64/python-3.8.patch   2019-11-06 15:07:53 UTC (rev 
524392)
@@ -0,0 +1,97 @@
+From 0f34844009075391c55419a3afb90e469facf35e Mon Sep 17 00:00:00 2001
+From: Graham Dumpleton 
+Date: Tue, 14 May 2019 16:14:07 +1000
+Subject: [PATCH] Changed functions to pre/post actions when forking.
+
+---
+ src/server/mod_wsgi.c | 13 -
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+diff --git a/src/server/mod_wsgi.c b/src/server/mod_wsgi.c
+index 2e4bb24d..bf55945a 100644
+--- a/src/server/mod_wsgi.c
 b/src/server/mod_wsgi.c
+@@ -4345,8 +4345,13 @@ static void wsgi_python_child_init(apr_pool_t *p)
+  * do it if Python was initialised in parent process.
+  */
+ 
+-if (wsgi_python_initialized && !wsgi_python_after_fork)
++if (wsgi_python_initialized && !wsgi_python_after_fork) {
++#if PY_MAJOR_VERSION > 3 || (PY_MAJOR_VERSION == 3 && PY_MINOR_VERSION >= 7)
++PyOS_AfterFork_Child();
++#else
+ PyOS_AfterFork();
++#endif
++}
+ 
+ /* Finalise any Python objects required by child process. */
+ 
+@@ -10422,6 +10427,12 @@ static int wsgi_start_process(apr_pool_t *p, 
WSGIDaemonProcess *daemon)
+ wsgi_exit_daemon_process(0);
+ }
+ 
++if (wsgi_python_initialized) {
++#if PY_MAJOR_VERSION > 3 || (PY_MAJOR_VERSION == 3 && PY_MINOR_VERSION >= 7)
++PyOS_AfterFork_Parent();
++#endif
++}
++
+ apr_pool_note_subprocess(p, >process, APR_KILL_AFTER_TIMEOUT);
+ apr_proc_other_child_register(>process, wsgi_manage_process,
+   daemon, NULL, p);
+
+From b03b02df6318afe26052db5b0365732152cacea2 Mon Sep 17 00:00:00 2001
+From: Graham Dumpleton 
+Date: Tue, 14 May 2019 16:14:42 +1000
+Subject: [PATCH] Use official APIs for accessing interpreter list.
+
+---
+ src/server/wsgi_interp.c | 18 --
+ 1 file changed, 12 insertions(+), 6 deletions(-)
+
+diff --git a/src/server/wsgi_interp.c b/src/server/wsgi_interp.c
+index 4a948509..3fbca04b 100644
+--- a/src/server/wsgi_interp.c
 b/src/server/wsgi_interp.c
+@@ -338,9 +338,10 @@ static PyObject *ShutdownInterpreter_call(
+ 
+ PyThreadState_Swap(NULL);
+ 
+-tstate = tstate->interp->tstate_head;
++tstate = PyInterpreterState_ThreadHead(tstate->interp);
++
+ while (tstate) {
+-tstate_next = tstate->next;
++tstate_next = PyThreadState_Next(tstate);
+ if (tstate != tstate_save) {
+ PyThreadState_Swap(tstate);
+ PyThreadState_Clear(tstate);
+@@ -436,9 +437,13 @@ InterpreterObject *newInterpreterObject(const char *name)
+  */
+ 
+ if (!name) {
++#if PY_MAJOR_VERSION > 3 || (PY_MAJOR_VERSION == 3 && PY_MINOR_VERSION >= 7)
++interp = PyInterpreterState_Main();
++#else
+ interp = PyInterpreterState_Head();
+-  

[arch-commits] Commit in mod_wsgi/trunk (PKGBUILD python-3.8.patch)

2019-11-06 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 6, 2019 @ 15:06:06
  Author: foutrelis
Revision: 524390

Fix build with Python 3.8

Added:
  mod_wsgi/trunk/python-3.8.patch
Modified:
  mod_wsgi/trunk/PKGBUILD

--+
 PKGBUILD |   12 --
 python-3.8.patch |   97 +
 2 files changed, 106 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 14:46:35 UTC (rev 524389)
+++ PKGBUILD2019-11-06 15:06:06 UTC (rev 524390)
@@ -12,12 +12,18 @@
 license=('APACHE')
 makedepends=('apache' 'git' 'python' 'python2')
 install='mod_wsgi.install'
-source=("git+https://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver;)
-md5sums=('SKIP')
+source=("git+https://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver;
+python-3.8.patch)
+md5sums=('SKIP'
+ '73ac9f44d14c04e4bd14eeb506313ec4')
 
+prepare() {
+  cp -r "$pkgbase" py2
+  patch -Np1 -d "$pkgbase" 
+Date: Tue, 14 May 2019 16:14:07 +1000
+Subject: [PATCH] Changed functions to pre/post actions when forking.
+
+---
+ src/server/mod_wsgi.c | 13 -
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+diff --git a/src/server/mod_wsgi.c b/src/server/mod_wsgi.c
+index 2e4bb24d..bf55945a 100644
+--- a/src/server/mod_wsgi.c
 b/src/server/mod_wsgi.c
+@@ -4345,8 +4345,13 @@ static void wsgi_python_child_init(apr_pool_t *p)
+  * do it if Python was initialised in parent process.
+  */
+ 
+-if (wsgi_python_initialized && !wsgi_python_after_fork)
++if (wsgi_python_initialized && !wsgi_python_after_fork) {
++#if PY_MAJOR_VERSION > 3 || (PY_MAJOR_VERSION == 3 && PY_MINOR_VERSION >= 7)
++PyOS_AfterFork_Child();
++#else
+ PyOS_AfterFork();
++#endif
++}
+ 
+ /* Finalise any Python objects required by child process. */
+ 
+@@ -10422,6 +10427,12 @@ static int wsgi_start_process(apr_pool_t *p, 
WSGIDaemonProcess *daemon)
+ wsgi_exit_daemon_process(0);
+ }
+ 
++if (wsgi_python_initialized) {
++#if PY_MAJOR_VERSION > 3 || (PY_MAJOR_VERSION == 3 && PY_MINOR_VERSION >= 7)
++PyOS_AfterFork_Parent();
++#endif
++}
++
+ apr_pool_note_subprocess(p, >process, APR_KILL_AFTER_TIMEOUT);
+ apr_proc_other_child_register(>process, wsgi_manage_process,
+   daemon, NULL, p);
+
+From b03b02df6318afe26052db5b0365732152cacea2 Mon Sep 17 00:00:00 2001
+From: Graham Dumpleton 
+Date: Tue, 14 May 2019 16:14:42 +1000
+Subject: [PATCH] Use official APIs for accessing interpreter list.
+
+---
+ src/server/wsgi_interp.c | 18 --
+ 1 file changed, 12 insertions(+), 6 deletions(-)
+
+diff --git a/src/server/wsgi_interp.c b/src/server/wsgi_interp.c
+index 4a948509..3fbca04b 100644
+--- a/src/server/wsgi_interp.c
 b/src/server/wsgi_interp.c
+@@ -338,9 +338,10 @@ static PyObject *ShutdownInterpreter_call(
+ 
+ PyThreadState_Swap(NULL);
+ 
+-tstate = tstate->interp->tstate_head;
++tstate = PyInterpreterState_ThreadHead(tstate->interp);
++
+ while (tstate) {
+-tstate_next = tstate->next;
++tstate_next = PyThreadState_Next(tstate);
+ if (tstate != tstate_save) {
+ PyThreadState_Swap(tstate);
+ PyThreadState_Clear(tstate);
+@@ -436,9 +437,13 @@ InterpreterObject *newInterpreterObject(const char *name)
+  */
+ 
+ if (!name) {
++#if PY_MAJOR_VERSION > 3 || (PY_MAJOR_VERSION == 3 && PY_MINOR_VERSION >= 7)
++interp = PyInterpreterState_Main();
++#else
+ interp = PyInterpreterState_Head();
+-while (interp->next)
+-interp = interp->next;
++while (PyInterpreterState_Next(interp))
++interp = PyInterpreterState_Next(interp);
++#endif
+ 
+ name = "";
+ }
+@@ -1883,9 +1888,10 @@ static void Interpreter_dealloc(InterpreterObject *self)
+ 
+ PyThreadState_Swap(NULL);
+ 
+-tstate = tstate->interp->tstate_head;
++tstate = PyInterpreterState_ThreadHead(tstate->interp);
++
+ while (tstate) {
+-tstate_next = tstate->next;
++tstate_next = PyThreadState_Next(tstate);
+ if (tstate != tstate_save) {
+ PyThreadState_Swap(tstate);
+ PyThreadState_Clear(tstate);


[arch-commits] Commit in adwaita-icon-theme/repos/extra-any (PKGBUILD PKGBUILD)

2019-11-06 Thread Jan Steffens via arch-commits
Date: Wednesday, November 6, 2019 @ 14:59:46
  Author: heftig
Revision: 366871

archrelease: copy trunk to extra-any

Added:
  adwaita-icon-theme/repos/extra-any/PKGBUILD
(from rev 366870, adwaita-icon-theme/trunk/PKGBUILD)
Deleted:
  adwaita-icon-theme/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-06 14:57:35 UTC (rev 366870)
+++ PKGBUILD2019-11-06 14:59:46 UTC (rev 366871)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Lukas Fleischer 
-# Contributor: Jan de Groot 
-
-pkgname=adwaita-icon-theme
-pkgver=3.34.1
-pkgrel=1
-pkgdesc="GNOME standard icons"
-url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme;
-arch=(any)
-license=(LGPL3 CCPL:by-sa)
-depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
-makedepends=(git gtk3)
-_commit=dc6bfa1097cc34d6e86a9887b55aeda45b0f6a32  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fvi
-}
-  
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: adwaita-icon-theme/repos/extra-any/PKGBUILD (from rev 366870, 
adwaita-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-06 14:59:46 UTC (rev 366871)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Lukas Fleischer 
+# Contributor: Jan de Groot 
+
+pkgname=adwaita-icon-theme
+pkgver=3.34.2
+pkgrel=1
+pkgdesc="GNOME standard icons"
+url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme;
+arch=(any)
+license=(LGPL3 CCPL:by-sa)
+depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
+makedepends=(git gtk3)
+_commit=5f415a930d6f830565d187242e6641b2c343b362  # master
+source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git tag -f 3.34.2 5f415a930d6f830565d187242e6641b2c343b362  # Fixup tag
+  autoreconf -fvi
+}
+  
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in adwaita-icon-theme/trunk (PKGBUILD)

2019-11-06 Thread Jan Steffens via arch-commits
Date: Wednesday, November 6, 2019 @ 14:57:35
  Author: heftig
Revision: 366870

3.34.2-1

Modified:
  adwaita-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-06 14:46:43 UTC (rev 366869)
+++ PKGBUILD2019-11-06 14:57:35 UTC (rev 366870)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=adwaita-icon-theme
-pkgver=3.34.1
+pkgver=3.34.2
 pkgrel=1
 pkgdesc="GNOME standard icons"
 url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme;
@@ -11,7 +11,7 @@
 license=(LGPL3 CCPL:by-sa)
 depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
 makedepends=(git gtk3)
-_commit=dc6bfa1097cc34d6e86a9887b55aeda45b0f6a32  # tags/3.34.1^0
+_commit=5f415a930d6f830565d187242e6641b2c343b362  # master
 
source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -22,6 +22,7 @@
 
 prepare() {
   cd $pkgname
+  git tag -f 3.34.2 5f415a930d6f830565d187242e6641b2c343b362  # Fixup tag
   autoreconf -fvi
 }
   


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

2019-11-06 Thread Jan Steffens via arch-commits
Date: Wednesday, November 6, 2019 @ 14:46:32
  Author: heftig
Revision: 524385

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 524380, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/dkms.conf
(from rev 524380, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 524380, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-06 14:46:32 UTC (rev 524385)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=257
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers')
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(

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

2019-11-06 Thread Jan Steffens via arch-commits
Date: Wednesday, November 6, 2019 @ 14:46:35
  Author: heftig
Revision: 524389

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 524386, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 524386, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-11-06 14:46:35 UTC (rev 524389)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=262
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

  1   2   3   >