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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 06:01:45
  Author: felixonmars
Revision: 646314

archrelease: copy trunk to community-any

Added:
  python-pytest-cov/repos/community-any/PKGBUILD
(from rev 646313, python-pytest-cov/trunk/PKGBUILD)
Deleted:
  python-pytest-cov/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 06:01:33 UTC (rev 646313)
+++ PKGBUILD2020-06-17 06:01:45 UTC (rev 646314)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sebastien LEDUC 
-# Contributor: Andrey Mikhaylenko 
-
-pkgbase=python-pytest-cov
-pkgname=('python-pytest-cov' 'python2-pytest-cov')
-pkgver=2.9.0
-pkgrel=1
-pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
-arch=('any')
-license=('MIT')
-url='https://github.com/schlamar/pytest-cov'
-makedepends=('python-coverage' 'python2-coverage' 'python-setuptools' 
'python2-setuptools'
- 'python-pytest' 'python2-pytest')
-checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-process-tests'
-  'python2-process-tests' 'python-pytest-cache' 
'python2-pytest-cache'
-  'python-pytest-xdist' 'python2-pytest-xdist' 'python-fields' 
'python2-fields')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-cov/archive/v$pkgver.tar.gz";)
-sha512sums=('159a716a854cbc5f578d2bba0d53980fe42d783d084eb8b8dd355dcca06ada4170dcb3456eb076e802e6cf91ed451694d4cb15bf974b11f286292e8e878b4147')
-
-prepare() {
-  cp -a pytest-cov-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pytest-cov-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-cov-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-cov-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH:$PWD/tests"
 py.test || warning "Tests failed"
-
-  cd "$srcdir"/pytest-cov-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2 || warning "Tests failed"
-}
-
-package_python-pytest-cov() {
-  depends=('python-pytest' 'python-coverage')
-
-  cd pytest-cov-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pytest-cov() {
-  depends=('python2-pytest' 'python2-coverage')
-
-  cd pytest-cov-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-cov/repos/community-any/PKGBUILD (from rev 646313, 
python-pytest-cov/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 06:01:45 UTC (rev 646314)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Sebastien LEDUC 
+# Contributor: Andrey Mikhaylenko 
+
+pkgbase=python-pytest-cov
+pkgname=('python-pytest-cov' 'python2-pytest-cov')
+pkgver=2.10.0
+pkgrel=1
+pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
+arch=('any')
+license=('MIT')
+url='https://github.com/schlamar/pytest-cov'
+makedepends=('python-coverage' 'python2-coverage' 'python-setuptools' 
'python2-setuptools'
+ 'python-pytest' 'python2-pytest')
+checkdepends=('python-virtualenv' 'python2-virtualenv' 'python-process-tests'
+  'python2-process-tests' 'python-pytest-cache' 
'python2-pytest-cache'
+  'python-pytest-xdist' 'python2-pytest-xdist' 'python-fields' 
'python2-fields')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-cov/archive/v$pkgver.tar.gz";)
+sha512sums=('4f6e62d41796b53ed07c990bffe08e9f8eeb77b874efc3025754a737685bd494e21ed5985b6ce36293e6d9eecf19c44f5e01bad12d8fff884696dc6fa2ac4f14')
+
+prepare() {
+  cp -a pytest-cov-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pytest-cov-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-cov-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-cov-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH:$PWD/tests"
 py.test || warning "Tests failed"
+
+  cd "$srcdir"/pytest-cov-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2 || warning "Tests failed"
+}
+
+package_python-pytest-cov() {
+  depends=('python-pytest' 'python-coverage')
+
+  cd pytest-cov-$pkgver

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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 06:01:33
  Author: felixonmars
Revision: 646313

upgpkg: python-pytest-cov 2.10.0-1

Modified:
  python-pytest-cov/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:47:05 UTC (rev 646312)
+++ PKGBUILD2020-06-17 06:01:33 UTC (rev 646313)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest-cov
 pkgname=('python-pytest-cov' 'python2-pytest-cov')
-pkgver=2.9.0
+pkgver=2.10.0
 pkgrel=1
 pkgdesc='py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing'
 arch=('any')
@@ -16,7 +16,7 @@
   'python2-process-tests' 'python-pytest-cache' 
'python2-pytest-cache'
   'python-pytest-xdist' 'python2-pytest-xdist' 'python-fields' 
'python2-fields')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-cov/archive/v$pkgver.tar.gz";)
-sha512sums=('159a716a854cbc5f578d2bba0d53980fe42d783d084eb8b8dd355dcca06ada4170dcb3456eb076e802e6cf91ed451694d4cb15bf974b11f286292e8e878b4147')
+sha512sums=('4f6e62d41796b53ed07c990bffe08e9f8eeb77b874efc3025754a737685bd494e21ed5985b6ce36293e6d9eecf19c44f5e01bad12d8fff884696dc6fa2ac4f14')
 
 prepare() {
   cp -a pytest-cov-$pkgver{,-py2}


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:47:05
  Author: felixonmars
Revision: 646312

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 646311, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 646311, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-17 05:47:05 UTC (rev 646312)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=7.0.1
+pkgrel=23
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz";)
+sha512sums=('0e6270ff4762b444b4d3791ceea4bb468bc316c9d2103f9d355e2e6108bb4bb51b302499b68a5cfc4ff14f503bdd95985481f7fb6eb6dbb158f1f5350857cf1b')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
+sed -i 's/< *1.5/<2/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || warning 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:46:56
  Author: felixonmars
Revision: 646311

upgpkg: postgrest 7.0.1-23: rebuild with postgresql-binary 0.12.3

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:45:20 UTC (rev 646310)
+++ PKGBUILD2020-06-17 05:46:56 UTC (rev 646311)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.1
-pkgrel=22
+pkgrel=23
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest";
 license=("MIT")


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:45:20
  Author: felixonmars
Revision: 646310

archrelease: copy trunk to community-any

Added:
  python-importlib-metadata/repos/community-any/PKGBUILD
(from rev 646309, python-importlib-metadata/trunk/PKGBUILD)
Deleted:
  python-importlib-metadata/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 05:45:11 UTC (rev 646309)
+++ PKGBUILD2020-06-17 05:45:20 UTC (rev 646310)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-importlib-metadata
-pkgname=(python-importlib-metadata python2-importlib-metadata)
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Read metadata from Python packages"
-url="https://importlib-metadata.readthedocs.io";
-license=('Apache')
-arch=('any')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python2-contextlib2'
- 'python2-pathlib2' 'python2-configparser' 'python-zipp' 
'python2-zipp')
-checkdepends=('python-pip' 'python2-pip' 'python-pytest-runner' 
'python2-pytest-runner'
-  'python2-importlib_resources' 'python-wheel' 'python2-wheel' 
'python-pyfakefs')
-source=("$pkgbase-$pkgver.tar.gz::https://gitlab.com/python-devs/importlib_metadata/-/archive/v$pkgver/importlib_metadata-v$pkgver.tar.bz2";)
-sha512sums=('96f653348047d6aeeb6ebdac776c951509abebbba338893658d304b85263717757437427fc31a69799cd137ddf83052334befa50724e0b5ae2b54d7783d031a0')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  cp -a importlib_metadata-v$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/importlib_metadata-v$pkgver
-  python setup.py build
-
-  cd "$srcdir"/importlib_metadata-v$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/importlib_metadata-v$pkgver
-  python setup.py pytest
-
-  # pyfakefs dropped support for python 2.7
-  #cd "$srcdir"/importlib_metadata-v$pkgver-py2
-  #python2 setup.py pytest
-}
-
-package_python-importlib-metadata() {
-  depends=('python-zipp')
-
-  cd importlib_metadata-v$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-importlib-metadata() {
-  depends=('python2-zipp' 'python2-configparser' 'python2-contextlib2' 
'python2-pathlib2')
-
-  cd importlib_metadata-v$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-importlib-metadata/repos/community-any/PKGBUILD (from rev 
646309, python-importlib-metadata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 05:45:20 UTC (rev 646310)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-importlib-metadata
+pkgname=(python-importlib-metadata python2-importlib-metadata)
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Read metadata from Python packages"
+url="https://importlib-metadata.readthedocs.io";
+license=('Apache')
+arch=('any')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python2-contextlib2'
+ 'python2-pathlib2' 'python2-configparser' 'python-zipp' 
'python2-zipp')
+checkdepends=('python-pip' 'python2-pip' 'python-pytest-runner' 
'python2-pytest-runner'
+  'python-importlib_resources' 'python2-importlib_resources' 
'python-wheel'
+  'python2-wheel' 'python-pyfakefs')
+source=("$pkgbase-$pkgver.tar.gz::https://gitlab.com/python-devs/importlib_metadata/-/archive/v$pkgver/importlib_metadata-v$pkgver.tar.bz2";)
+sha512sums=('0f813ea597f25a31c6810b23d2ebd0e46c098e2a15a3dde5fc2ca9f22e7e97cc4d15403d00e8d2be040d5da992fc44bc8ab752d965ee4c2cd4b6d129d6844561')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cp -a importlib_metadata-v$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/importlib_metadata-v$pkgver
+  python setup.py build
+
+  cd "$srcdir"/importlib_metadata-v$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/importlib_metadata-v$pkgver
+  python setup.py pytest
+
+  # pyfakefs dropped support for python 2.7
+  #cd "$srcdir"/importlib_metadata-v$pkgver-py2
+  #python2 setup.py pytest
+}
+
+package_python-importlib-metadata() {
+  depends=('python-zipp')
+
+  cd importlib_metadata-v$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-importlib-metadata() {
+  depends=('python2-zipp' 'python2-configparser' 'python2-contextlib2' 
'python2-pathlib2')
+
+  cd importlib_metadata-v$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:45:11
  Author: felixonmars
Revision: 646309

upgpkg: python-importlib-metadata 1.6.1-1

Modified:
  python-importlib-metadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:43:59 UTC (rev 646308)
+++ PKGBUILD2020-06-17 05:45:11 UTC (rev 646309)
@@ -2,7 +2,7 @@
 
 pkgbase=python-importlib-metadata
 pkgname=(python-importlib-metadata python2-importlib-metadata)
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="Read metadata from Python packages"
 url="https://importlib-metadata.readthedocs.io";
@@ -11,9 +11,10 @@
 makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python2-contextlib2'
  'python2-pathlib2' 'python2-configparser' 'python-zipp' 
'python2-zipp')
 checkdepends=('python-pip' 'python2-pip' 'python-pytest-runner' 
'python2-pytest-runner'
-  'python2-importlib_resources' 'python-wheel' 'python2-wheel' 
'python-pyfakefs')
+  'python-importlib_resources' 'python2-importlib_resources' 
'python-wheel'
+  'python2-wheel' 'python-pyfakefs')
 
source=("$pkgbase-$pkgver.tar.gz::https://gitlab.com/python-devs/importlib_metadata/-/archive/v$pkgver/importlib_metadata-v$pkgver.tar.bz2";)
-sha512sums=('96f653348047d6aeeb6ebdac776c951509abebbba338893658d304b85263717757437427fc31a69799cd137ddf83052334befa50724e0b5ae2b54d7783d031a0')
+sha512sums=('0f813ea597f25a31c6810b23d2ebd0e46c098e2a15a3dde5fc2ca9f22e7e97cc4d15403d00e8d2be040d5da992fc44bc8ab752d965ee4c2cd4b6d129d6844561')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


[arch-commits] Commit in haskell-hasql-transaction/repos (2 files)

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:43:59
  Author: felixonmars
Revision: 646308

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 646307, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 646307, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-17 05:43:59 UTC (rev 646308)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=1.0.0.1
+pkgrel=33
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bytestring-tree-builder' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-hasql')
+makedepends=('ghc' 'haskell-async' 'haskell-rebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('fe02484c8ae0f6a6b64f399a2061138f9a9390cb19693df9592fb58c07c7330f819b1181f973b4e6bf6b800d57ecb80dc901900e5d3ad1eb4c801bb3cf2f45c5')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' conflicts-test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hasql-transaction/trunk (PKGBUILD)

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:43:47
  Author: felixonmars
Revision: 646307

upgpkg: haskell-hasql-transaction 1.0.0.1-33: rebuild with postgresql-binary 
0.12.3

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:43:00 UTC (rev 646306)
+++ PKGBUILD2020-06-17 05:43:47 UTC (rev 646307)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=1.0.0.1
-pkgrel=32
+pkgrel=33
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction";
 license=('MIT')


[arch-commits] Commit in haskell-hasql-pool/trunk (PKGBUILD)

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:42:51
  Author: felixonmars
Revision: 646305

upgpkg: haskell-hasql-pool 0.5.2-14: rebuild with postgresql-binary 0.12.3

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:41:35 UTC (rev 646304)
+++ PKGBUILD2020-06-17 05:42:51 UTC (rev 646305)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.2
-pkgrel=13
+pkgrel=14
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool";
 license=('MIT')


[arch-commits] Commit in haskell-hasql-pool/repos (2 files)

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:43:00
  Author: felixonmars
Revision: 646306

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 646305, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
646305, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-17 05:43:00 UTC (rev 646306)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.2
+pkgrel=14
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5609f05134a259826e17a7391d3324f1d2b474cd83082e4f67175086da1e481a1a75b336932a97371b32e7427e869498bb87af3f7c6246225698e8ceef1aa372')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+#runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:41:27
  Author: felixonmars
Revision: 646303

upgpkg: haskell-hasql 1.4.3-8: rebuild with postgresql-binary 0.12.3

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:40:34 UTC (rev 646302)
+++ PKGBUILD2020-06-17 05:41:27 UTC (rev 646303)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.4.3
-pkgrel=7
+pkgrel=8
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql";
 license=('MIT')


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:41:35
  Author: felixonmars
Revision: 646304

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql/repos/community-staging-x86_64/
  haskell-hasql/repos/community-staging-x86_64/PKGBUILD
(from rev 646303, haskell-hasql/trunk/PKGBUILD)

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 646303, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-17 05:41:35 UTC (rev 646304)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.4.3
+pkgrel=8
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-dlist' 'haskell-hashable'
+ 'haskell-hashtables' 'haskell-loch-th' 'haskell-placeholders' 
'haskell-postgresql-binary'
+ 'haskell-postgresql-libpq' 'haskell-profunctors' 
'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-bug' 'haskell-tasty' 'haskell-tasty-quickcheck' 
'haskell-tasty-hunit'
+ 'haskell-quickcheck-instances' 'haskell-quickcheck' 
'haskell-rebase' 'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('55a8a5c4dd25d17d64ad41ced523f0ae1b30dbbfb758b92efcfbc969f67127e4307c906387d28830389071b3c03a0246a58f332c13687931d12fde60790a4dfd')
+
+prepare() {
+cd $_hkgname-$pkgver
+
+# Do not use default postgres port
+sed -i 's/5432/9824/' tasty/Main/*.hs threads-test/*.hs profiling/*.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:40:34
  Author: felixonmars
Revision: 646302

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 05:40:24 UTC (rev 646301)
+++ PKGBUILD2020-06-17 05:40:34 UTC (rev 646302)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-oslo-serialization
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Oslo Serialization library"
-arch=('any')
-url="https://docs.openstack.org/developer/oslo.serialization";
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
- 'python-pytz')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz";)
-sha512sums=('85fe2018a3772f63f1a6c315f85d5ea9d226f5169bd456a92eaa1c8a95bb1fed0600680c748acbbceb1f77bbde99a1cf7cd67e3603073ad358560687e1f6f1f2')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd oslo.serialization-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.serialization-$pkgver
-  stestr run
-}
-
-package() {
-  cd oslo.serialization-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-serialization/repos/community-any/PKGBUILD (from rev 
646301, python-oslo-serialization/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 05:40:34 UTC (rev 646302)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-oslo-serialization
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="Oslo Serialization library"
+arch=('any')
+url="https://docs.openstack.org/developer/oslo.serialization";
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-msgpack' 
'python-oslo-utils'
+ 'python-pytz')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz";)
+sha512sums=('6a8a3b4d395054c86214fdac73126c3cb31115023acf6b16e72d712d6863cb9926a209108874667bf37525a59f853f217a08bd6e9b1f62cfb9ee33dca295bb0a')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd oslo.serialization-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.serialization-$pkgver
+  stestr run
+}
+
+package() {
+  cd oslo.serialization-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:40:45
  Author: felixonmars
Revision: 389391

upgpkg: python-setuptools 1:47.3.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:33:44 UTC (rev 389390)
+++ PKGBUILD2020-06-17 05:40:45 UTC (rev 389391)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=47.3.0
+pkgver=47.3.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";)
-sha512sums=('cc4be53792ea9c80d7cc9b8e3e0b19dad33095fa9758bed145adf083be6a74227f23a931b9ff8c188e4785fcb83615beb34b72fceaf8e534e67ffdf2c9c1a70c')
+sha512sums=('a414194c850e7df38b3b5c5ce11f73a4c08386b55265f1b7da2ad51619b6d6c0f9a3de9f52a83176bfa85d224d6a5659d59542da5add2bf5da619ed19d4300f9')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:40:55
  Author: felixonmars
Revision: 389392

archrelease: copy trunk to extra-any

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

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

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

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 389391, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 05:40:55 UTC (rev 389392)
@@ -0,0 +1,85 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Eli Schwartz 
+
+pkgname=python-setuptools
+pkgver=47.3.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="https://pypi.org/project/setuptools/";
+depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
+makedepends=('git')
+checkdepends=('python-mock' 'python-pip' 'python-pytest-fixture-config' 
'python-pytest-flake8'
+  'python-pytest-virtualenv' 'python-wheel' 'python-paver')
+provides=('python-distribute')
+replaces=('python-distribute')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";)
+sha512sums=('a414194c850e7df38b3b5c5ce11f73a4c08

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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:40:24
  Author: felixonmars
Revision: 646301

upgpkg: python-oslo-serialization 4.0.0-1

Modified:
  python-oslo-serialization/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:39:18 UTC (rev 646300)
+++ PKGBUILD2020-06-17 05:40:24 UTC (rev 646301)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-oslo-serialization
-pkgver=3.2.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Oslo Serialization library"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-oslotest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.serialization/archive/$pkgver.tar.gz";)
-sha512sums=('85fe2018a3772f63f1a6c315f85d5ea9d226f5169bd456a92eaa1c8a95bb1fed0600680c748acbbceb1f77bbde99a1cf7cd67e3603073ad358560687e1f6f1f2')
+sha512sums=('6a8a3b4d395054c86214fdac73126c3cb31115023acf6b16e72d712d6863cb9926a209108874667bf37525a59f853f217a08bd6e9b1f62cfb9ee33dca295bb0a')
 
 export PBR_VERSION=$pkgver
 


[arch-commits] Commit in haskell-postgresql-binary/repos (2 files)

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:39:18
  Author: felixonmars
Revision: 646300

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-postgresql-binary/repos/community-staging-x86_64/
  haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD
(from rev 646299, haskell-postgresql-binary/trunk/PKGBUILD)

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

Copied: haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD (from 
rev 646299, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-17 05:39:18 UTC (rev 646300)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.3
+pkgrel=1
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-prelude' 
'haskell-binary-parser'
+ 'haskell-bytestring-strict-builder' 'haskell-loch-th' 
'haskell-network-ip'
+ 'haskell-placeholders' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-uuid' 'haskell-vector')
+makedepends=('ghc' 'haskell-postgresql-libpq' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-instances'
+ 'haskell-json-ast' 'haskell-conversion' 
'haskell-conversion-bytestring'
+ 'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 
'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('81ab37755d6391edce60bb52e7d8aececa05ad6c8ed044e9015477257e1d91fa24d0a62df8819812ec80f8af5c1587006cecabc124684ab49d1ae041f2c0f332')
+
+prepare() {
+cd $_hkgname-$pkgver
+# Do not use default postgres port
+sed -i 's/5432/9824/' tasty/Main/DB.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-postgresql-binary/trunk (PKGBUILD)

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:39:05
  Author: felixonmars
Revision: 646299

upgpkg: haskell-postgresql-binary 0.12.3-1: rebuild with postgresql-binary 
0.12.3

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:38:45 UTC (rev 646298)
+++ PKGBUILD2020-06-17 05:39:05 UTC (rev 646299)
@@ -3,8 +3,8 @@
 
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
-pkgver=0.12.2
-pkgrel=56
+pkgver=0.12.3
+pkgrel=1
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary";
 license=("MIT")
@@ -18,7 +18,7 @@
  'haskell-json-ast' 'haskell-conversion' 
'haskell-conversion-bytestring'
  'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 
'postgresql')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('f4876c89d8b19ea7e39d6e6dfe41c972de3aa072b7f6550bb8b650f6aedccd24526f8385cca770c11f8212d02c00ec07eedfa64f92c1250c90102d7743637c8b')
+sha512sums=('81ab37755d6391edce60bb52e7d8aececa05ad6c8ed044e9015477257e1d91fa24d0a62df8819812ec80f8af5c1587006cecabc124684ab49d1ae041f2c0f332')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:38:45
  Author: felixonmars
Revision: 646298

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 05:38:36 UTC (rev 646297)
+++ PKGBUILD2020-06-17 05:38:45 UTC (rev 646298)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-oslotest
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="Oslo test framework"
-arch=('any')
-url="https://github.com/openstack/oslotest";
-license=('Apache')
-depends=('python-fixtures' 'python-subunit' 'python-stestr' 
'python-testscenarios'
- 'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
- 'python-debtcollector')
-makedepends=('python-pbr')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz";)
-sha512sums=('9c8fa7de3daa8d698362a2abe9ce68461708ac49276ef5a1f89069c941c6b29b8e554f30c593039f78a230b978ce59519d6d71f3526d882b80449d791219a622')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd oslotest-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslotest-$pkgver
-  stestr run
-}
-
-package() {
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslotest/repos/community-any/PKGBUILD (from rev 646297, 
python-oslotest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 05:38:45 UTC (rev 646298)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-oslotest
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Oslo test framework"
+arch=('any')
+url="https://github.com/openstack/oslotest";
+license=('Apache')
+depends=('python-fixtures' 'python-subunit' 'python-stestr' 
'python-testscenarios'
+ 'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
+ 'python-debtcollector')
+makedepends=('python-pbr')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz";)
+sha512sums=('b334f8ae3185a49d33e36fd733b01d1b22d799379125308679efa13a500ee42c53bc830b5cd62922b5e721539972aa5909724fedf760a2831626c4797b40cb4e')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd oslotest-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslotest-$pkgver
+  stestr run
+}
+
+package() {
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-logilab-common/repos/community-testing-any (2 files)

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:38:20
  Author: felixonmars
Revision: 646296

archrelease: copy trunk to community-testing-any

Added:
  python-logilab-common/repos/community-testing-any/PKGBUILD
(from rev 646295, python-logilab-common/trunk/PKGBUILD)
Deleted:
  python-logilab-common/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 05:38:09 UTC (rev 646295)
+++ PKGBUILD2020-06-17 05:38:20 UTC (rev 646296)
@@ -1,31 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-pkgname=python-logilab-common
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="Useful miscellaneous modules used by Logilab projects"
-arch=('any')
-url="https://www.logilab.org/project/logilab-common";
-license=('LGPL')
-depends=('python-setuptools' 'python-mypy_extensions' 
'python-typing_extensions')
-checkdepends=('python-pytz')
-source=("https://pypi.io/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz";)
-sha512sums=('26b3c142074a624ce8a37287723493219b4b6f949f5f0b93deb0a0feae0e12aa8e55c14115f32bc6a433deff1c79919d7a4695b87e13ec44bc3f84b55ff6741a')
-
-build() {
-  cd logilab-common-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd logilab-common-$pkgver
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python bin/logilab-pytest
-}
-
-package() {
-  cd logilab-common-$pkgver
-  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
-}

Copied: python-logilab-common/repos/community-testing-any/PKGBUILD (from rev 
646295, python-logilab-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 05:38:20 UTC (rev 646296)
@@ -0,0 +1,31 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgname=python-logilab-common
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Useful miscellaneous modules used by Logilab projects"
+arch=('any')
+url="https://www.logilab.org/project/logilab-common";
+license=('LGPL')
+depends=('python-setuptools' 'python-mypy_extensions' 
'python-typing_extensions')
+checkdepends=('python-pytz')
+source=("https://pypi.io/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz";)
+sha512sums=('4c62d343d66a4059bd1b82fa14fd38801ea9f681aefa3ebf302e7e47d5753a9860ba97ed5b41a598b5e9159da127a53a8b522e4d8df57e25c7ac2ac23194dba4')
+
+build() {
+  cd logilab-common-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd logilab-common-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python bin/logilab-pytest
+}
+
+package() {
+  cd logilab-common-$pkgver
+  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
+}


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:38:36
  Author: felixonmars
Revision: 646297

upgpkg: python-oslotest 4.4.0-1

Modified:
  python-oslotest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:38:20 UTC (rev 646296)
+++ PKGBUILD2020-06-17 05:38:36 UTC (rev 646297)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-oslotest
-pkgver=4.3.0
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="Oslo test framework"
 arch=('any')
@@ -12,7 +12,7 @@
  'python-debtcollector')
 makedepends=('python-pbr')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz";)
-sha512sums=('9c8fa7de3daa8d698362a2abe9ce68461708ac49276ef5a1f89069c941c6b29b8e554f30c593039f78a230b978ce59519d6d71f3526d882b80449d791219a622')
+sha512sums=('b334f8ae3185a49d33e36fd733b01d1b22d799379125308679efa13a500ee42c53bc830b5cd62922b5e721539972aa5909724fedf760a2831626c4797b40cb4e')
 
 export PBR_VERSION=$pkgver
 


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:38:09
  Author: felixonmars
Revision: 646295

upgpkg: python-logilab-common 1.7.1-1

Modified:
  python-logilab-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:37:49 UTC (rev 646294)
+++ PKGBUILD2020-06-17 05:38:09 UTC (rev 646295)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=python-logilab-common
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-setuptools' 'python-mypy_extensions' 
'python-typing_extensions')
 checkdepends=('python-pytz')
 
source=("https://pypi.io/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz";)
-sha512sums=('26b3c142074a624ce8a37287723493219b4b6f949f5f0b93deb0a0feae0e12aa8e55c14115f32bc6a433deff1c79919d7a4695b87e13ec44bc3f84b55ff6741a')
+sha512sums=('4c62d343d66a4059bd1b82fa14fd38801ea9f681aefa3ebf302e7e47d5753a9860ba97ed5b41a598b5e9159da127a53a8b522e4d8df57e25c7ac2ac23194dba4')
 
 build() {
   cd logilab-common-$pkgver


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:37:49
  Author: felixonmars
Revision: 646294

archrelease: copy trunk to community-x86_64

Added:
  deepin-reader/repos/community-x86_64/PKGBUILD
(from rev 646293, deepin-reader/trunk/PKGBUILD)
Deleted:
  deepin-reader/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 05:37:39 UTC (rev 646293)
+++ PKGBUILD2020-06-17 05:37:49 UTC (rev 646294)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-reader
-pkgver=5.6.8
-pkgrel=1
-pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-reader";
-license=('GPL3')
-depends=('deepin-qt5integration' 'djvulibre' 'karchive' 'libspectre' 
'poppler-qt5')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz";)
-sha512sums=('c0eae2da526346da28a7dd9c5dc0328cfa035e646abb8d183a130aa19d1ae799988f9820bc96e5f8cc00290cbaf2d8356e77c458a01c3143133958fc2881a800')
-
-prepare() {
-  cd deepin-reader-$pkgver/src
-  sed -i '/include /a #include ' 
pdfControl/docview/commonstruct.h
-  sed -i '/include /a #include ' 
CustomControl/RoundColorWidget.cpp 
lpreviewControl/bookmark/bookmarkdelegate.cpp \
- utils/utils.cpp 
lpreviewControl/thumbnail/ThumbnailDelegate.cpp 
lpreviewControl/note/notesdelegate.cpp \
- 
lpreviewControl/search/searchresdelegate.cpp
-  sed -i '/include /a #include ' document/model.h
-  sed -i '/include /a #include ' uiframe/DocSheet.h
-  sed -i '/include /a #include ' 
djvuControl/SheetBrowserDJVU.cpp
-  sed -i '/include /a #include ' 
widgets/SlideWidget.cpp
-}
-
-build() {
-  cd deepin-reader-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-reader-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-reader/repos/community-x86_64/PKGBUILD (from rev 646293, 
deepin-reader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 05:37:49 UTC (rev 646294)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-reader
+pkgver=5.6.9
+pkgrel=1
+pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-reader";
+license=('GPL3')
+depends=('deepin-qt5integration' 'djvulibre' 'karchive' 'libspectre' 
'poppler-qt5')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz";)
+sha512sums=('cc9141bfa7974cd28832cdfe393753cb29cf8b62fb89d87957b0b1cc4c90ccc1b3fd1479f3348df4618dc40228071a7ed795fcb213fa3e4d98602cd2eba85c1d')
+
+prepare() {
+  cd deepin-reader-$pkgver/src
+  sed -i '/include /a #include ' 
pdfControl/docview/commonstruct.h
+  sed -i '/include /a #include ' 
CustomControl/RoundColorWidget.cpp 
lpreviewControl/bookmark/bookmarkdelegate.cpp \
+ utils/utils.cpp 
lpreviewControl/thumbnail/ThumbnailDelegate.cpp 
lpreviewControl/note/notesdelegate.cpp \
+ 
lpreviewControl/search/searchresdelegate.cpp
+  sed -i '/include /a #include ' document/model.h
+  sed -i '/include /a #include ' uiframe/DocSheet.h
+  sed -i '/include /a #include ' 
djvuControl/SheetBrowserDJVU.cpp
+  sed -i '/include /a #include ' 
widgets/SlideWidget.cpp
+}
+
+build() {
+  cd deepin-reader-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-reader-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:37:23
  Author: felixonmars
Revision: 646291

upgpkg: deepin-calculator 5.5.15-1

Modified:
  deepin-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:35:53 UTC (rev 646290)
+++ PKGBUILD2020-06-17 05:37:23 UTC (rev 646291)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-calculator
-pkgver=5.5.14
+pkgver=5.5.15
 pkgrel=1
 pkgdesc='An easy to use calculator for ordinary users'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver.tar.gz";
  deepin-calculator-qt5.15.patch)
-sha512sums=('ade455193ca0c132d88972238ec8abc4ab39c4cb81b68be8f04741b0cae6c18a6e543e4f60a677fa794871a3df37bb9943f5697ecfb8a50705dd1a5aa947a8e1'
+sha512sums=('35249180f9a609ed892694dd9b2170352087efcd82733c91d72704b517943210c1d08410f35a972232ea9a10f9616a6f190378fa27bdff4417af2dc894ec14b6'
 
'd38fed51d16655c4662bdea3a7e19cbcb27b2d04bccaad90e0089652068b6041b73a8512e717ff18c47426046dcfe188ba1535ef19fc21b74fae7dd4e4933e03')
 
 prepare() {


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:37:39
  Author: felixonmars
Revision: 646293

upgpkg: deepin-reader 5.6.9-1

Modified:
  deepin-reader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:37:34 UTC (rev 646292)
+++ PKGBUILD2020-06-17 05:37:39 UTC (rev 646293)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-reader
-pkgver=5.6.8
+pkgver=5.6.9
 pkgrel=1
 pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz";)
-sha512sums=('c0eae2da526346da28a7dd9c5dc0328cfa035e646abb8d183a130aa19d1ae799988f9820bc96e5f8cc00290cbaf2d8356e77c458a01c3143133958fc2881a800')
+sha512sums=('cc9141bfa7974cd28832cdfe393753cb29cf8b62fb89d87957b0b1cc4c90ccc1b3fd1479f3348df4618dc40228071a7ed795fcb213fa3e4d98602cd2eba85c1d')
 
 prepare() {
   cd deepin-reader-$pkgver/src


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:37:34
  Author: felixonmars
Revision: 646292

archrelease: copy trunk to community-x86_64

Added:
  deepin-calculator/repos/community-x86_64/PKGBUILD
(from rev 646291, deepin-calculator/trunk/PKGBUILD)
  deepin-calculator/repos/community-x86_64/deepin-calculator-qt5.15.patch
(from rev 646291, deepin-calculator/trunk/deepin-calculator-qt5.15.patch)
Deleted:
  deepin-calculator/repos/community-x86_64/PKGBUILD
  deepin-calculator/repos/community-x86_64/deepin-calculator-qt5.15.patch

+
 PKGBUILD   |   72 +++
 deepin-calculator-qt5.15.patch |   72 +++
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 05:37:23 UTC (rev 646291)
+++ PKGBUILD2020-06-17 05:37:34 UTC (rev 646292)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-calculator
-pkgver=5.5.14
-pkgrel=1
-pkgdesc='An easy to use calculator for ordinary users'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-calculator";
-license=('GPL3')
-depends=('deepin-qt5integration')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver.tar.gz";
- deepin-calculator-qt5.15.patch)
-sha512sums=('ade455193ca0c132d88972238ec8abc4ab39c4cb81b68be8f04741b0cae6c18a6e543e4f60a677fa794871a3df37bb9943f5697ecfb8a50705dd1a5aa947a8e1'
-
'd38fed51d16655c4662bdea3a7e19cbcb27b2d04bccaad90e0089652068b6041b73a8512e717ff18c47426046dcfe188ba1535ef19fc21b74fae7dd4e4933e03')
-
-prepare() {
-  cd deepin-calculator-$pkgver
-  sed -i '//i #include ' src/core/session.h
-
-  patch -p1 -i ../deepin-calculator-qt5.15.patch # Fix build with Qt 5.15
-}
-
-build() {
-  cd deepin-calculator-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd deepin-calculator-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chmod +x "$pkgdir"/usr/bin/deepin-calculator
-}

Copied: deepin-calculator/repos/community-x86_64/PKGBUILD (from rev 646291, 
deepin-calculator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 05:37:34 UTC (rev 646292)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-calculator
+pkgver=5.5.15
+pkgrel=1
+pkgdesc='An easy to use calculator for ordinary users'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-calculator";
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver.tar.gz";
+ deepin-calculator-qt5.15.patch)
+sha512sums=('35249180f9a609ed892694dd9b2170352087efcd82733c91d72704b517943210c1d08410f35a972232ea9a10f9616a6f190378fa27bdff4417af2dc894ec14b6'
+
'd38fed51d16655c4662bdea3a7e19cbcb27b2d04bccaad90e0089652068b6041b73a8512e717ff18c47426046dcfe188ba1535ef19fc21b74fae7dd4e4933e03')
+
+prepare() {
+  cd deepin-calculator-$pkgver
+  sed -i '//i #include ' src/core/session.h
+
+  patch -p1 -i ../deepin-calculator-qt5.15.patch # Fix build with Qt 5.15
+}
+
+build() {
+  cd deepin-calculator-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd deepin-calculator-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chmod +x "$pkgdir"/usr/bin/deepin-calculator
+}

Deleted: deepin-calculator-qt5.15.patch
===
--- deepin-calculator-qt5.15.patch  2020-06-17 05:37:23 UTC (rev 646291)
+++ deepin-calculator-qt5.15.patch  2020-06-17 05:37:34 UTC (rev 646292)
@@ -1,36 +0,0 @@
-diff --git a/src/modules/simplelistdelegate.cpp 
b/src/modules/simplelistdelegate.cpp
-index 40e30b3..ae1b028 100644
 a/src/modules/simplelistdelegate.cpp
-+++ b/src/modules/simplelistdelegate.cpp
-@@ -22,6 +22,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include "dthememanager.h"
- #include "simplelistmodel.h"
-diff --git a/src/widgets/memorybutton.cpp b/src/widgets/memorybutton.cpp
-index b316632..19ee0de 100644
 a/src/widgets/memorybutton.cpp
-+++ b/src/widgets/memorybutton.cpp
-@@ -2,6 +2,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include "dthememanager.h"
- 
-diff --git a/src/widgets/textbutton.cpp b/src/widgets/textbutton.cpp
-index 80a039d..0c8e37a 100644
 a/src/widgets/textbutton.cpp
-+++ b/src/widgets/textbutton.cpp
-@@ -20,6 +20,7 @@
- #include "textbutton.h"
- #include 
- #include 
-+#include 
- #include 
- #include "dthememanager.h"
- 

Copied: deepin-calculator/repos/community-x86_64/deepin-calculator-qt5.15.patch 
(from rev 646291, deepin-calculator/trunk/deepin-calculator-qt5.15.patch)
===

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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:35:53
  Author: felixonmars
Revision: 646290

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 05:35:43 UTC (rev 646289)
+++ PKGBUILD2020-06-17 05:35:53 UTC (rev 646290)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-oslo-concurrency
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="OpenStack library for all concurrency-related code"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver";
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-i18n' 
'python-oslo-utils'
- 'python-fasteners')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-oslotest' 'python-oslo-config' 
'python-eventlet')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz";)
-sha512sums=('ff869c7bcfa58c69ace0899bd498e6816e54539ea4d846f2f9d0aacdca32156253629f8b2783e5b280ac63ae2c9f3c8ece3c1332b8f4bad0353c8f0d3498570f')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd oslo.concurrency-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.concurrency-$pkgver
-  stestr run || : # "1 failure about raising rlimit"
-}
-
-package() {
-  cd oslo.concurrency-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-concurrency/repos/community-any/PKGBUILD (from rev 646289, 
python-oslo-concurrency/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 05:35:53 UTC (rev 646290)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-oslo-concurrency
+pkgver=4.1.1
+pkgrel=1
+pkgdesc="OpenStack library for all concurrency-related code"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver";
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-i18n' 
'python-oslo-utils'
+ 'python-fasteners')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-oslotest' 'python-oslo-config' 
'python-eventlet')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz";)
+sha512sums=('98e86063dc6e85f29c7a8dd9b6a58fd93a0569e582b38d5b24574214db41987cba8d6d9af5a573fcf39b248eba5940267ef8f4af56068e20ee8c8b90876b')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd oslo.concurrency-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.concurrency-$pkgver
+  stestr run || : # "1 failure about raising rlimit"
+}
+
+package() {
+  cd oslo.concurrency-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:35:43
  Author: felixonmars
Revision: 646289

upgpkg: python-oslo-concurrency 4.1.1-1

Modified:
  python-oslo-concurrency/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:35:39 UTC (rev 646288)
+++ PKGBUILD2020-06-17 05:35:43 UTC (rev 646289)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-oslo-concurrency
-pkgver=4.1.0
+pkgver=4.1.1
 pkgrel=1
 pkgdesc="OpenStack library for all concurrency-related code"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-mock' 'python-oslotest' 'python-oslo-config' 
'python-eventlet')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz";)
-sha512sums=('ff869c7bcfa58c69ace0899bd498e6816e54539ea4d846f2f9d0aacdca32156253629f8b2783e5b280ac63ae2c9f3c8ece3c1332b8f4bad0353c8f0d3498570f')
+sha512sums=('98e86063dc6e85f29c7a8dd9b6a58fd93a0569e582b38d5b24574214db41987cba8d6d9af5a573fcf39b248eba5940267ef8f4af56068e20ee8c8b90876b')
 
 export PBR_VERSION=$pkgver
 


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:35:39
  Author: felixonmars
Revision: 646288

archrelease: copy trunk to community-any

Added:
  v2ray-geoip/repos/community-any/PKGBUILD
(from rev 646287, v2ray-geoip/trunk/PKGBUILD)
Deleted:
  v2ray-geoip/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 05:35:29 UTC (rev 646287)
+++ PKGBUILD2020-06-17 05:35:39 UTC (rev 646288)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=20200613
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2ray/geoip";
-license=('MIT')
-source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat";)
-sha512sums=('1b27ac0d7eb0bafdcb7ef5c06a17d1442e57d6fa71faa7e67e44a711d3633ae8f525ef37b70848493f388295425d5ba834426e904f02b83991e9df90b3d4478d')
-
-package() {
-  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 646287, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 05:35:39 UTC (rev 646288)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202006170003
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2ray/geoip";
+license=('MIT')
+source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat";)
+sha512sums=('447f85bb5845df42b5d090c02ec981b4572c3835a4027d0c9b187f9cb6cc3ff2396822c096ae62c9c1012c6ba1770d6ea9606220548847fbd453d625c4832edc')
+
+package() {
+  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
+}


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:35:29
  Author: felixonmars
Revision: 646287

upgpkg: v2ray-geoip 202006170003-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 02:06:53 UTC (rev 646286)
+++ PKGBUILD2020-06-17 05:35:29 UTC (rev 646287)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=20200613
+pkgver=202006170003
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2ray/geoip";
 license=('MIT')
 
source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat";)
-sha512sums=('1b27ac0d7eb0bafdcb7ef5c06a17d1442e57d6fa71faa7e67e44a711d3633ae8f525ef37b70848493f388295425d5ba834426e904f02b83991e9df90b3d4478d')
+sha512sums=('447f85bb5845df42b5d090c02ec981b4572c3835a4027d0c9b187f9cb6cc3ff2396822c096ae62c9c1012c6ba1770d6ea9606220548847fbd453d625c4832edc')
 
 package() {
   install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat


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

2020-06-16 Thread Andreas Radke via arch-commits
Date: Wednesday, June 17, 2020 @ 05:33:44
  Author: andyrtr
Revision: 389390

archrelease: copy trunk to extra-x86_64

Added:
  x2goserver/repos/extra-x86_64/PKGBUILD
(from rev 389389, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-x86_64/reproducible-man-gzip.patch
(from rev 389389, x2goserver/trunk/reproducible-man-gzip.patch)
  x2goserver/repos/extra-x86_64/sysusers.d
(from rev 389389, x2goserver/trunk/sysusers.d)
  x2goserver/repos/extra-x86_64/tmpfiles.d
(from rev 389389, x2goserver/trunk/tmpfiles.d)
  x2goserver/repos/extra-x86_64/x2goserver.install
(from rev 389389, x2goserver/trunk/x2goserver.install)
Deleted:
  x2goserver/repos/extra-x86_64/PKGBUILD
  x2goserver/repos/extra-x86_64/reproducible-man-gzip.patch
  x2goserver/repos/extra-x86_64/sysusers.d
  x2goserver/repos/extra-x86_64/tmpfiles.d
  x2goserver/repos/extra-x86_64/x2goserver.install

-+
 PKGBUILD|  303 --
 reproducible-man-gzip.patch |  162 +++---
 sysusers.d  |4 
 tmpfiles.d  |4 
 x2goserver.install  |   12 -
 5 files changed, 242 insertions(+), 243 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 05:33:24 UTC (rev 389389)
+++ PKGBUILD2020-06-17 05:33:44 UTC (rev 389390)
@@ -1,152 +0,0 @@
-# Maintainer: AndyRTR 
-
-# Contributor: Gerhard Brauer 
-# Contributor: Richard Murri 
-# Contributor: Markus Opitz 
-# Contributor: Milan Knížek 
-
-pkgname=x2goserver
-pkgver=4.1.0.3
-pkgrel=6
-pkgdesc="Open source graphical Remote Desktop and terminal server based on NX 
technology"
-arch=('x86_64')
-url="https://www.x2go.org/";
-license=('GPL2')
-# https://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=x2goserver.spec
-
-# from 4.0.1.20 changelog there could be new deps on bash, xkeyboard-config, 
perl-cwd-guard
-
-depends=(
- 'openssh'
- # certain shell script hardcode bash
- 'bash'
- # for x2goruncommand - for now
- 'bc'
- # for ss in x2gogetfreeport 
-'iproute'
- # for x2goshowblocks
- 'lsof'
- # For killall in x2gosuspend-session
- 'psmisc'
- # For x2godbadmin
- 'pwgen' # in community
- # For printing, file-sharing
- 'sshfs'
-# for /etc/sudoers.d
- 'sudo'
- 'which'
- # For /etc/X11/Xresources
- 'xorg-xinit'
- 'xorg-fonts-misc'
- 'xorg-xauth'
- 'xkeyboard-config'
- 'xorg-xwininfo' # FS#38558
- 'xorg-setxkbmap' # FS#53345
-
- # for useradd/groupadd
- 'shadow'
-
- # for filemanager bindings
- 'desktop-file-utils'
- 'shared-mime-info'
- 'xdg-utils'
-
- # We need a database
- 'perl-dbd-sqlite' 
-
- 'perl-capture-tiny'
- 'perl-config-simple'
- 'perl-file-basedir' # FS#38551
- 'perl-file-which' # FS#44125
- 'perl-switch'
- 'perl-try-tiny' # FS#58226
- #'perl-file-readbackwards' ?
-
- 'dbus'
-)
-#makedepends=('man2html' 'perl-extutils-makemaker' 'systemd')
-makedepends=('man2html' 'perl-extutils-makemaker' 'systemd' 
- # only needed for file system paths
- 'sudo'
- # for /usr/lib/nx/bin to be owned by some package
- 'nxagent'
-)
-optdepends=('perl-dbd-pg: Postgres support')
-#conflicts=('x2go-agent')
-#replaces=('x2go-agent')
-#provides=('x2go-agent' 'x2goagent')
-options=('emptydirs')
-install=x2goserver.install
-backup=('etc/x2go/x2goserver.conf'
-'etc/x2go/desktopsharing/settings'
-# from old x2go-agent pkg now provided here
-etc/x2go/{keystrokes.cfg,x2goagent.keyboard,x2goagent.options}
-)
-# no https due to invalid certificate
-source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-   tmpfiles.d
-   sysusers.d
-   reproducible-man-gzip.patch)
-sha256sums=('6776aaa354f5a44e349f0b3c176d4988c88a618c2edf46c98a37ae89c069dcd0'
-'SKIP'
-'548d48925171aeca198494236cfba7232921a25a1c4c81f5d004a734d83d1350'
-'04d429e8d8fe02c8078d75ba63ba57774274df877b2c6ec942621312b7bf9118'
-'2d52a5ca28d5b65a9cc9bd8cdc74d030d7faddb6d727d2df520686934ea125fb')
-validpgpkeys=('1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') # X2go Git 
Administrator 
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # -r option does not exist in Arch linux
-  # (However, html man pages do not get installed anyway...)
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN) < @g' $Makefile
-sed -i 's@ \$(MAN2HTML_SRC)/@ < \$(MAN2HTML_SRC)/@g' $Makefile
-  done
-
-  # fix some Makefile permission options
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i "s:-o root -g root ::g" $Makefile
-  

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

2020-06-16 Thread Andreas Radke via arch-commits
Date: Wednesday, June 17, 2020 @ 05:33:24
  Author: andyrtr
Revision: 389389

upgpkg: x2goserver 4.1.0.3-7: fix dependency on nxagent - FS#67024

Modified:
  x2goserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 19:31:36 UTC (rev 389388)
+++ PKGBUILD2020-06-17 05:33:24 UTC (rev 389389)
@@ -7,7 +7,7 @@
 
 pkgname=x2goserver
 pkgver=4.1.0.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Open source graphical Remote Desktop and terminal server based on NX 
technology"
 arch=('x86_64')
 url="https://www.x2go.org/";
@@ -18,6 +18,7 @@
 
 depends=(
  'openssh'
+ 'nxagent' # FS#67024
  # certain shell script hardcode bash
  'bash'
  # for x2goruncommand - for now
@@ -68,8 +69,6 @@
 makedepends=('man2html' 'perl-extutils-makemaker' 'systemd' 
  # only needed for file system paths
  'sudo'
- # for /usr/lib/nx/bin to be owned by some package
- 'nxagent'
 )
 optdepends=('perl-dbd-pg: Postgres support')
 #conflicts=('x2go-agent')


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

2020-06-16 Thread Jiachen Yang via arch-commits
Date: Wednesday, June 17, 2020 @ 02:06:53
  Author: farseerfc
Revision: 646286

archrelease: copy trunk to community-any

Added:
  fira-code/repos/community-any/PKGBUILD
(from rev 646285, fira-code/trunk/PKGBUILD)
Deleted:
  fira-code/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 02:06:17 UTC (rev 646285)
+++ PKGBUILD2020-06-17 02:06:53 UTC (rev 646286)
@@ -1,43 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Contributor: Henrik Hodne 
-# Contributor: Ariel AxionL 
-# AUR Maintainer: Stefan Husmann 
-
-pkgbase=fira-code
-pkgname=('ttf-fira-code' 'woff-fira-code' 'woff2-fira-code')
-pkgver=5.1
-pkgrel=1
-pkgdesc="Monospaced font with programming ligatures"
-arch=('any')
-url='https://github.com/tonsky/FiraCode'
-license=('custom:OFL')
-depends=()
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tonsky/FiraCode/archive/${pkgver}.tar.gz";)
-sha512sums=('806c0bb84253396b239258897a1249c1a3a26354da50b48987ee4a5a61ec3aac60641dc248cb6636b285396d4036f9c2d6759c2c977bc8d977fdb438105e0a85')
-
-function _package {
-local dir="$srcdir/FiraCode-$pkgver"
-cd "$dir/distr"
-local ext="${1%%-*}"
-cd "$ext"
-local fonts=(FiraCode*."$ext")
-local installdir="${ext^^}"
-
-# Prepare destination directory
-install -dm755 "$pkgdir/usr/share/fonts/$installdir"
-
-# Install fonts
-local font
-for font in "${fonts[@]}"; do
-install -m644 "$font" "$pkgdir/usr/share/fonts/$installdir"
-done
-
-# Install LICENSE
-install -Dm644 "$dir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-for _pkgname in ${pkgname[@]}; do
-eval "function package_$_pkgname() { _package $_pkgname; }"
-done
-
-# vim:set ts=8 sw=4 et:

Copied: fira-code/repos/community-any/PKGBUILD (from rev 646285, 
fira-code/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 02:06:53 UTC (rev 646286)
@@ -0,0 +1,43 @@
+# Maintainer: Jiachen YANG 
+# Contributor: Henrik Hodne 
+# Contributor: Ariel AxionL 
+# AUR Maintainer: Stefan Husmann 
+
+pkgbase=fira-code
+pkgname=('ttf-fira-code' 'woff-fira-code' 'woff2-fira-code')
+pkgver=5.2
+pkgrel=1
+pkgdesc="Monospaced font with programming ligatures"
+arch=('any')
+url='https://github.com/tonsky/FiraCode'
+license=('custom:OFL')
+depends=()
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tonsky/FiraCode/archive/${pkgver}.tar.gz";)
+sha512sums=('10247bf8b72f4d44a5b5d727edeae2baee549b6654e12469ad3ab75d3926635b4b2cdfcbb2b9b4c89b28d7c5411c428c00729f94567dad3bc0dc23ff5446ce2d')
+
+function _package {
+local dir="$srcdir/FiraCode-$pkgver"
+cd "$dir/distr"
+local ext="${1%%-*}"
+cd "$ext"
+local fonts=(FiraCode*."$ext")
+local installdir="${ext^^}"
+
+# Prepare destination directory
+install -dm755 "$pkgdir/usr/share/fonts/$installdir"
+
+# Install fonts
+local font
+for font in "${fonts[@]}"; do
+install -m644 "$font" "$pkgdir/usr/share/fonts/$installdir"
+done
+
+# Install LICENSE
+install -Dm644 "$dir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+for _pkgname in ${pkgname[@]}; do
+eval "function package_$_pkgname() { _package $_pkgname; }"
+done
+
+# vim:set ts=8 sw=4 et:


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

2020-06-16 Thread Jiachen Yang via arch-commits
Date: Wednesday, June 17, 2020 @ 02:06:17
  Author: farseerfc
Revision: 646285

upgpkg: fira-code 5.2-1: fira-code: 5.2 release

Modified:
  fira-code/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 00:47:45 UTC (rev 646284)
+++ PKGBUILD2020-06-17 02:06:17 UTC (rev 646285)
@@ -5,7 +5,7 @@
 
 pkgbase=fira-code
 pkgname=('ttf-fira-code' 'woff-fira-code' 'woff2-fira-code')
-pkgver=5.1
+pkgver=5.2
 pkgrel=1
 pkgdesc="Monospaced font with programming ligatures"
 arch=('any')
@@ -13,7 +13,7 @@
 license=('custom:OFL')
 depends=()
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tonsky/FiraCode/archive/${pkgver}.tar.gz";)
-sha512sums=('806c0bb84253396b239258897a1249c1a3a26354da50b48987ee4a5a61ec3aac60641dc248cb6636b285396d4036f9c2d6759c2c977bc8d977fdb438105e0a85')
+sha512sums=('10247bf8b72f4d44a5b5d727edeae2baee549b6654e12469ad3ab75d3926635b4b2cdfcbb2b9b4c89b28d7c5411c428c00729f94567dad3bc0dc23ff5446ce2d')
 
 function _package {
 local dir="$srcdir/FiraCode-$pkgver"


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

2020-06-16 Thread Kyle Keen via arch-commits
Date: Wednesday, June 17, 2020 @ 00:47:32
  Author: kkeen
Revision: 646283

upgpkg: python-pillow 7.1.2-2

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 00:13:40 UTC (rev 646282)
+++ PKGBUILD2020-06-17 00:47:32 UTC (rev 646283)
@@ -3,7 +3,7 @@
 
 pkgname=python-pillow
 pkgver=7.1.2
-pkgrel=1
+pkgrel=2
 _appname=Pillow
 _py3basever=3.8
 pkgdesc="Python Imaging Library (PIL) fork."
@@ -10,7 +10,7 @@
 arch=('x86_64')
 url="https://python-pillow.github.io/";
 license=('BSD')
-depends=('python' 'lcms2' 'libtiff' 'openjpeg2' 'libimagequant')
+depends=('python' 'lcms2' 'libtiff' 'openjpeg2' 'libimagequant' 'libxcb')
 optdepends=('freetype2: for the ImageFont module'
 'libraqm: for complex text scripts'
 'libwebp: for webp images'


[arch-commits] Commit in python-pillow/repos/community-staging-x86_64 (2 files)

2020-06-16 Thread Kyle Keen via arch-commits
Date: Wednesday, June 17, 2020 @ 00:47:45
  Author: kkeen
Revision: 646284

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pillow/repos/community-staging-x86_64/PKGBUILD
(from rev 646283, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 00:47:32 UTC (rev 646283)
+++ PKGBUILD2020-06-17 00:47:45 UTC (rev 646284)
@@ -1,50 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgname=python-pillow
-pkgver=7.1.2
-pkgrel=1
-_appname=Pillow
-_py3basever=3.8
-pkgdesc="Python Imaging Library (PIL) fork."
-arch=('x86_64')
-url="https://python-pillow.github.io/";
-license=('BSD')
-depends=('python' 'lcms2' 'libtiff' 'openjpeg2' 'libimagequant')
-optdepends=('freetype2: for the ImageFont module'
-'libraqm: for complex text scripts'
-'libwebp: for webp images'
-'tk: for the ImageTK module'
-'python-olefile: OLE2 file support'
-'python-pyqt5: for the ImageQt module')
-makedepends=('python-setuptools' 'freetype2' 'libraqm' 'libwebp' 'tk')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz";)
-md5sums=('f1f7592c51260e5080d3cd71781ea675')
-
-prepare() {
-  cd "$srcdir/$_appname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$_appname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/$_appname-$pkgver"
-
-  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
-  python selftest.py
-  pytest -k 'not test_complex_unicode_text and not TestImageFont'
-}
-
-package() {
-  cd "$srcdir/$_appname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" src/libImaging/*.h
-}
-

Copied: python-pillow/repos/community-staging-x86_64/PKGBUILD (from rev 646283, 
python-pillow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 00:47:45 UTC (rev 646284)
@@ -0,0 +1,50 @@
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgname=python-pillow
+pkgver=7.1.2
+pkgrel=2
+_appname=Pillow
+_py3basever=3.8
+pkgdesc="Python Imaging Library (PIL) fork."
+arch=('x86_64')
+url="https://python-pillow.github.io/";
+license=('BSD')
+depends=('python' 'lcms2' 'libtiff' 'openjpeg2' 'libimagequant' 'libxcb')
+optdepends=('freetype2: for the ImageFont module'
+'libraqm: for complex text scripts'
+'libwebp: for webp images'
+'tk: for the ImageTK module'
+'python-olefile: OLE2 file support'
+'python-pyqt5: for the ImageQt module')
+makedepends=('python-setuptools' 'freetype2' 'libraqm' 'libwebp' 'tk')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz";)
+md5sums=('f1f7592c51260e5080d3cd71781ea675')
+
+prepare() {
+  cd "$srcdir/$_appname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$_appname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/$_appname-$pkgver"
+
+  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
+  python selftest.py
+  pytest -k 'not test_complex_unicode_text and not TestImageFont'
+}
+
+package() {
+  cd "$srcdir/$_appname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
+  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" src/libImaging/*.h
+}
+


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

2020-06-16 Thread Kyle Keen via arch-commits
Date: Wednesday, June 17, 2020 @ 00:13:40
  Author: kkeen
Revision: 646282

archrelease: copy trunk to community-any

Added:
  python-more-itertools/repos/community-any/PKGBUILD
(from rev 646281, python-more-itertools/trunk/PKGBUILD)
Deleted:
  python-more-itertools/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-17 00:06:13 UTC (rev 646281)
+++ PKGBUILD2020-06-17 00:13:40 UTC (rev 646282)
@@ -1,23 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Germán Osella Massa 
-
-pkgname=python-more-itertools
-pkgver=8.3.0
-pkgrel=1
-pkgdesc='More routines for operating on iterables, beyond itertools'
-arch=('any')
-url='https://github.com/erikrose/more-itertools'
-#url='https://pypi.python.org/pypi/more-itertools'
-license=('MIT')
-depends=('python' 'python-six')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz";)
-sha512sums=('34e5489277477a2b8a51de3e28c3d010f06c9071ad98e58901734431d5640a6a03e4239cf405f75e4dd0838e5e3fe8910b64ad542759874c0f25725e4b9e78ed')
-
-package() {
-  cd "$srcdir/more-itertools-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-more-itertools/repos/community-any/PKGBUILD (from rev 646281, 
python-more-itertools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-17 00:13:40 UTC (rev 646282)
@@ -0,0 +1,23 @@
+# Maintainer: Kyle Keen 
+# Contributor: Germán Osella Massa 
+
+pkgname=python-more-itertools
+pkgver=8.4.0
+pkgrel=1
+pkgdesc='More routines for operating on iterables, beyond itertools'
+arch=('any')
+url='https://github.com/erikrose/more-itertools'
+#url='https://pypi.python.org/pypi/more-itertools'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz";)
+sha512sums=('70bf72594cb92b165f1bdc5050bcd3d7d3765db6c631b636222005f8d7707d0c6ab09a229e9f1a23fdcf2be948e96d0882f9fa033f29b7a472ec8441a4d0')
+
+package() {
+  cd "$srcdir/more-itertools-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-16 Thread Kyle Keen via arch-commits
Date: Wednesday, June 17, 2020 @ 00:06:13
  Author: kkeen
Revision: 646281

upgpkg: python-more-itertools 8.4.0-1 FS#66916

Modified:
  python-more-itertools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 23:47:59 UTC (rev 646280)
+++ PKGBUILD2020-06-17 00:06:13 UTC (rev 646281)
@@ -2,7 +2,7 @@
 # Contributor: Germán Osella Massa 
 
 pkgname=python-more-itertools
-pkgver=8.3.0
+pkgver=8.4.0
 pkgrel=1
 pkgdesc='More routines for operating on iterables, beyond itertools'
 arch=('any')
@@ -9,10 +9,10 @@
 url='https://github.com/erikrose/more-itertools'
 #url='https://pypi.python.org/pypi/more-itertools'
 license=('MIT')
-depends=('python' 'python-six')
+depends=('python')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz";)
-sha512sums=('34e5489277477a2b8a51de3e28c3d010f06c9071ad98e58901734431d5640a6a03e4239cf405f75e4dd0838e5e3fe8910b64ad542759874c0f25725e4b9e78ed')
+sha512sums=('70bf72594cb92b165f1bdc5050bcd3d7d3765db6c631b636222005f8d7707d0c6ab09a229e9f1a23fdcf2be948e96d0882f9fa033f29b7a472ec8441a4d0')
 
 package() {
   cd "$srcdir/more-itertools-$pkgver"


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

2020-06-16 Thread Filipe Laíns via arch-commits
Date: Tuesday, June 16, 2020 @ 23:47:42
  Author: ffy00
Revision: 646279

upgpkg: repo 2.8-1

Modified:
  repo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 23:42:01 UTC (rev 646278)
+++ PKGBUILD2020-06-16 23:47:42 UTC (rev 646279)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=repo
-pkgver=2.7
+pkgver=2.8
 pkgrel=1
 
 pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
@@ -11,7 +11,8 @@
 
 depends=("git" "python")
 
-validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65')
+validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65'
+  '16530D5E920F5C65') # Repo Maintainer 
 
source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed";)
 
 sha256sums=('SKIP')


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

2020-06-16 Thread Filipe Laíns via arch-commits
Date: Tuesday, June 16, 2020 @ 23:47:59
  Author: ffy00
Revision: 646280

archrelease: copy trunk to community-any

Added:
  repo/repos/community-any/PKGBUILD
(from rev 646279, repo/trunk/PKGBUILD)
Deleted:
  repo/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 23:47:42 UTC (rev 646279)
+++ PKGBUILD2020-06-16 23:47:59 UTC (rev 646280)
@@ -1,23 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=repo
-pkgver=2.7
-pkgrel=1
-
-pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
-url="https://android.googlesource.com/tools/repo";
-arch=('any')
-license=("APACHE")
-
-depends=("git" "python")
-
-validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65')
-source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed";)
-
-sha256sums=('SKIP')
-
-package() {
-  cd repo
-  install -D -m 755 repo "$pkgdir/usr/bin/repo"
-  install -D -m 644 docs/manifest-format.md 
"$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
-}

Copied: repo/repos/community-any/PKGBUILD (from rev 646279, repo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 23:47:59 UTC (rev 646280)
@@ -0,0 +1,24 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=repo
+pkgver=2.8
+pkgrel=1
+
+pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
+url="https://android.googlesource.com/tools/repo";
+arch=('any')
+license=("APACHE")
+
+depends=("git" "python")
+
+validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65'
+  '16530D5E920F5C65') # Repo Maintainer 
+source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed";)
+
+sha256sums=('SKIP')
+
+package() {
+  cd repo
+  install -D -m 755 repo "$pkgdir/usr/bin/repo"
+  install -D -m 644 docs/manifest-format.md 
"$pkgdir/usr/share/doc/$pkgname/manifest-format.md"
+}


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

2020-06-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, June 16, 2020 @ 23:41:51
  Author: svenstaro
Revision: 646277

upgpkg: wesnoth 1:1.14.13-1

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 23:39:22 UTC (rev 646276)
+++ PKGBUILD2020-06-16 23:41:51 UTC (rev 646277)
@@ -6,7 +6,7 @@
 
 pkgname=wesnoth
 # NOTE: Odd minor versions are unstable! Do not package those.
-pkgver=1.14.12
+pkgver=1.14.13
 epoch=1
 pkgrel=1
 pkgdesc="A turn-based strategy game on a fantasy world"


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

2020-06-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, June 16, 2020 @ 23:42:01
  Author: svenstaro
Revision: 646278

archrelease: copy trunk to community-x86_64

Added:
  wesnoth/repos/community-x86_64/PKGBUILD
(from rev 646277, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-x86_64/wesnothd.service
(from rev 646277, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf
(from rev 646277, wesnoth/trunk/wesnothd.tmpfiles.conf)
Deleted:
  wesnoth/repos/community-x86_64/PKGBUILD
  wesnoth/repos/community-x86_64/wesnothd.service
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf

+
 PKGBUILD   |  108 +++
 wesnothd.service   |   18 +++
 wesnothd.tmpfiles.conf |2 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 23:41:51 UTC (rev 646277)
+++ PKGBUILD2020-06-16 23:42:01 UTC (rev 646278)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Powalowski 
-# Contributor: Jacobo Arvelo 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=wesnoth
-# NOTE: Odd minor versions are unstable! Do not package those.
-pkgver=1.14.12
-epoch=1
-pkgrel=1
-pkgdesc="A turn-based strategy game on a fantasy world"
-arch=('x86_64')
-license=('GPL')
-url="http://www.wesnoth.org/";
-depends=('sdl2_ttf' 'sdl2_net' 'sdl2_mixer' 'sdl2_image' 'fribidi' 
'boost-libs' 'pango' 'lua52' 'dbus' 'python2')
-makedepends=('boost' 'cmake' 'git')
-replaces=('wesnoth-data')
-options=(!emptydirs)
-source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
-wesnothd.tmpfiles.conf
-wesnothd.service)
-sha512sums=('SKIP'
-
'6e776bf9d4e6f289b1dddbea03b0cc6972af9e926c8305fac823613b101d7f3bc40f30ab73708e9df355b28cc6459b138f3d8015528796ad94d3571d20dd54ed'
-
'9d648c8bd13a574364b4dede4b1084a2fe1bf50a38ad04aa1a9f72f168915fc67d29b3c048f881a32f38a785fd4256d48c864346db08326e279237b28d5ca884')
-
-prepare() {
-  cd $pkgname
-  git cherry-pick -n 9d0e3bae096563297c9f51355968f27a67dbfdec # Fix build with 
boost 1.70
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DENABLE_OMP=ON \
-  -DENABLE_TOOLS=ON \
-  -DMANDIR=share/man \
-  -DFIFO_DIR=/var/run/wesnothd \
-  -DENABLE_DISPLAY_REVISION=OFF
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
-  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
-}

Copied: wesnoth/repos/community-x86_64/PKGBUILD (from rev 646277, 
wesnoth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 23:42:01 UTC (rev 646278)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+# NOTE: Odd minor versions are unstable! Do not package those.
+pkgver=1.14.13
+epoch=1
+pkgrel=1
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/";
+depends=('sdl2_ttf' 'sdl2_net' 'sdl2_mixer' 'sdl2_image' 'fribidi' 
'boost-libs' 'pango' 'lua52' 'dbus' 'python2')
+makedepends=('boost' 'cmake' 'git')
+replaces=('wesnoth-data')
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+sha512sums=('SKIP'
+
'6e776bf9d4e6f289b1dddbea03b0cc6972af9e926c8305fac823613b101d7f3bc40f30ab73708e9df355b28cc6459b138f3d8015528796ad94d3571d20dd54ed'
+
'9d648c8bd13a574364b4dede4b1084a2fe1bf50a38ad04aa1a9f72f168915fc67d29b3c048f881a32f38a785fd4256d48c864346db08326e279237b28d5ca884')
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 9d0e3bae096563297c9f51355968f27a67dbfdec # Fix build with 
boost 1.70
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man \
+  -DFIFO_DIR=/var/run/wesnothd \
+  -DENABLE_DISPLAY_REVISION=OFF
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Deleted: wesnothd.service
===
--- wesnothd.service2020-06-16 23:41:51 UTC (rev 646277)
+++ wesnothd.service2020-06-16 23:42:01

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

2020-06-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, June 16, 2020 @ 23:39:18
  Author: svenstaro
Revision: 646275

upgpkg: python-ntlm-auth 1.5.0-1

Modified:
  python-ntlm-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 23:33:52 UTC (rev 646274)
+++ PKGBUILD2020-06-16 23:39:18 UTC (rev 646275)
@@ -3,16 +3,16 @@
 
 pkgname=python-ntlm-auth
 _module='ntlm-auth'
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="Creates NTLM authentication structures"
 url="https://github.com/jborean93/ntlm-auth";
 depends=('python' 'python-six' 'python-cryptography')
-makedepends=(python-setuptools)
-license=(LGPL3)
-arch=(any)
+makedepends=('python-setuptools')
+license=('LGPL3')
+arch=('any')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz";)
-sha512sums=('abe0260c66e2b5f57c1fd672ea121129926f1c32020166dd61973cf51f6bd320f6057f3a148d602b96d8417c2ad57c335048da185100417401e049ff14b46004')
+sha512sums=('cf08b23e49d45c528404b70b6be88f6c3edee9fd0d4584f3962931a08a0982cdad4089963a95aea911b6eb4db32a932536cf6d9c02c292cd447e0a9c6b3b802b')
 
 build() {
 cd "${_module}-${pkgver}"


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

2020-06-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, June 16, 2020 @ 23:39:22
  Author: svenstaro
Revision: 646276

archrelease: copy trunk to community-any

Added:
  python-ntlm-auth/repos/community-any/PKGBUILD
(from rev 646275, python-ntlm-auth/trunk/PKGBUILD)
Deleted:
  python-ntlm-auth/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 23:39:18 UTC (rev 646275)
+++ PKGBUILD2020-06-16 23:39:22 UTC (rev 646276)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christoph W 
-
-pkgname=python-ntlm-auth
-_module='ntlm-auth'
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Creates NTLM authentication structures"
-url="https://github.com/jborean93/ntlm-auth";
-depends=('python' 'python-six' 'python-cryptography')
-makedepends=(python-setuptools)
-license=(LGPL3)
-arch=(any)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz";)
-sha512sums=('abe0260c66e2b5f57c1fd672ea121129926f1c32020166dd61973cf51f6bd320f6057f3a148d602b96d8417c2ad57c335048da185100417401e049ff14b46004')
-
-build() {
-cd "${_module}-${pkgver}"
-python setup.py build
-}
-
-package() {
-cd "${_module}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-ntlm-auth/repos/community-any/PKGBUILD (from rev 646275, 
python-ntlm-auth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 23:39:22 UTC (rev 646276)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgname=python-ntlm-auth
+_module='ntlm-auth'
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Creates NTLM authentication structures"
+url="https://github.com/jborean93/ntlm-auth";
+depends=('python' 'python-six' 'python-cryptography')
+makedepends=('python-setuptools')
+license=('LGPL3')
+arch=('any')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz";)
+sha512sums=('cf08b23e49d45c528404b70b6be88f6c3edee9fd0d4584f3962931a08a0982cdad4089963a95aea911b6eb4db32a932536cf6d9c02c292cd447e0a9c6b3b802b')
+
+build() {
+cd "${_module}-${pkgver}"
+python setup.py build
+}
+
+package() {
+cd "${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2020-06-16 Thread Filipe Laíns via arch-commits
Date: Tuesday, June 16, 2020 @ 23:33:51
  Author: ffy00
Revision: 646273

archrelease: copy trunk to community-x86_64

Added:
  pulseeffects/repos/community-x86_64/PKGBUILD
(from rev 646272, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 23:33:40 UTC (rev 646272)
+++ PKGBUILD2020-06-16 23:33:51 UTC (rev 646273)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.7.2
-pkgrel=2
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugin-gtk' 
'gst-plugins-bad'
-'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128'
-'calf' 'lsp-plugins')
-makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
- 'zam-plugins' 'rubberband' 'mda.lv2')
-optdepends=('zam-plugins: maximizer'
-'rubberband: pitch shifting'
-'mda.lv2: loudness')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f235504ca6edddf7a18f2c909ba58578a3d70e6fdab5ad0882f831c9d148f4fd35d0e55617305d787feefdba7a7544e1a72dac3dbc0e03bb9183e0937cdeaef2')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 646272, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 23:33:51 UTC (rev 646273)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.7.3
+pkgrel=1
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugin-gtk' 
'gst-plugins-bad'
+'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128'
+'calf' 'lsp-plugins')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('zam-plugins: maximizer'
+'rubberband: pitch shifting'
+'mda.lv2: loudness')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('0170ae0fbc3f72120545657ad7013f81afb40a96224c690c41206b91ae7ac2637f17b19238ef7d8a9f21a361cb9e76a0e2bf83e84d1404cc69733e7ad156c3f4')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


[arch-commits] Commit in synfigstudio (3 files)

2020-06-16 Thread Balló György via arch-commits
Date: Tuesday, June 16, 2020 @ 23:33:52
  Author: bgyorgy
Revision: 646274

archrelease: copy trunk to community-x86_64

Added:
  synfigstudio/repos/
  synfigstudio/repos/community-x86_64/
  synfigstudio/repos/community-x86_64/PKGBUILD
(from rev 646272, synfigstudio/trunk/PKGBUILD)

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

Copied: synfigstudio/repos/community-x86_64/PKGBUILD (from rev 646272, 
synfigstudio/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-06-16 23:33:52 UTC (rev 646274)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: Franco Iacomella 
+
+pkgname=synfigstudio
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="Professional vector animation program (GUI)"
+arch=(x86_64)
+url="https://www.synfig.org/";
+license=(GPL2)
+depends=(gtkmm3 synfig)
+makedepends=(etl intltool)
+optdepends=('python: for the plugins')
+source=(https://downloads.sourceforge.net/synfig/$pkgname-$pkgver.tar.gz)
+sha256sums=('76fa37998af634cf694f9b5bdfcb90220bc88f8527df117d9282a39fe01489e2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|appdatadir = $(datadir)/appdata|appdatadir = $(datadir)/metainfo|' 
Makefile.{am,in}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-update-mimedb
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-06-16 Thread Filipe Laíns via arch-commits
Date: Tuesday, June 16, 2020 @ 23:33:40
  Author: ffy00
Revision: 646272

upgpkg: pulseeffects 4.7.3-1

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 23:30:50 UTC (rev 646271)
+++ PKGBUILD2020-06-16 23:33:40 UTC (rev 646272)
@@ -2,8 +2,8 @@
 # Contributor: Wellington 
 
 pkgname=pulseeffects
-pkgver=4.7.2
-pkgrel=2
+pkgver=4.7.3
+pkgrel=1
 pkgdesc='Audio Effects for Pulseaudio Applications'
 arch=('x86_64')
 url='https://github.com/wwmm/pulseeffects'
@@ -17,7 +17,7 @@
 'rubberband: pitch shifting'
 'mda.lv2: loudness')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f235504ca6edddf7a18f2c909ba58578a3d70e6fdab5ad0882f831c9d148f4fd35d0e55617305d787feefdba7a7544e1a72dac3dbc0e03bb9183e0937cdeaef2')
+sha512sums=('0170ae0fbc3f72120545657ad7013f81afb40a96224c690c41206b91ae7ac2637f17b19238ef7d8a9f21a361cb9e76a0e2bf83e84d1404cc69733e7ad156c3f4')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2020-06-16 Thread Filipe Laíns via arch-commits
Date: Tuesday, June 16, 2020 @ 23:30:37
  Author: ffy00
Revision: 646270

upgpkg: budgie-extras 1.0.2-1

Modified:
  budgie-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 23:29:58 UTC (rev 646269)
+++ PKGBUILD2020-06-16 23:30:37 UTC (rev 646270)
@@ -1,10 +1,10 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=budgie-extras
-pkgver=1.0.1
+pkgver=1.0.2
 _quickchar=3a3f28468b34a037ba8977e3a6d0d2ad0696a33c
 _app_menu=2.5.0
-_net_applet=800ca55ae7aa7538d56ae8f2019e4fc569918bce
+_net_applet=4a965dfb0395d621774be3db81d98c73b4998b6e
 pkgrel=1
 pkgdesc='Additional Budgie Desktop enhancements for the user experience'
 arch=('x86_64')


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

2020-06-16 Thread Filipe Laíns via arch-commits
Date: Tuesday, June 16, 2020 @ 23:30:50
  Author: ffy00
Revision: 646271

archrelease: copy trunk to community-x86_64

Added:
  budgie-extras/repos/community-x86_64/PKGBUILD
(from rev 646270, budgie-extras/trunk/PKGBUILD)
Deleted:
  budgie-extras/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 23:30:37 UTC (rev 646270)
+++ PKGBUILD2020-06-16 23:30:50 UTC (rev 646271)
@@ -1,53 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=budgie-extras
-pkgver=1.0.1
-_quickchar=3a3f28468b34a037ba8977e3a6d0d2ad0696a33c
-_app_menu=2.5.0
-_net_applet=800ca55ae7aa7538d56ae8f2019e4fc569918bce
-pkgrel=1
-pkgdesc='Additional Budgie Desktop enhancements for the user experience'
-arch=('x86_64')
-license=('GPL3')
-url='https://github.com/UbuntuBudgie/budgie-extras'
-depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo' 'libgee'
- 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
- 'python-svgwrite' 'python-cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib'
- 'libkeybinder3' 'python-pyperclip' 'python-xlib' 'xorg-xinput' 
'granite' 'appstream' 'zeitgeist'
- 'libnma')
-makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool' 'git')
-source=("git+$url.git#tag=v$pkgver"
-"git+https://github.com/UbuntuBudgie/QuickChar.git#commit=$_quickchar";
-
"git+https://github.com/UbuntuBudgie/applications-menu.git#tag=$_app_menu";
-
"git+https://github.com/UbuntuBudgie/budgie-network-applet.git#commit=$_net_applet";)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config submodule.budgie-quickchar/quickchar.url "$srcdir"/QuickChar
-  git config submodule.budgie-applications-menu/applications-menu.url 
"$srcdir"/applications-menu
-  git config submodule.budgie-network-manager/budgie-network-applet.url 
"$srcdir"/budgie-network-applet
-  git submodule update
-}
-
-build() {
-  mkdir -p $pkgname/build
-  cd $pkgname/build
-
-  arch-meson .. \
-   -D b_pie=false
-
-  ninja
-}
-
-package() {
-  cd $pkgname/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: budgie-extras/repos/community-x86_64/PKGBUILD (from rev 646270, 
budgie-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 23:30:50 UTC (rev 646271)
@@ -0,0 +1,53 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=budgie-extras
+pkgver=1.0.2
+_quickchar=3a3f28468b34a037ba8977e3a6d0d2ad0696a33c
+_app_menu=2.5.0
+_net_applet=4a965dfb0395d621774be3db81d98c73b4998b6e
+pkgrel=1
+pkgdesc='Additional Budgie Desktop enhancements for the user experience'
+arch=('x86_64')
+license=('GPL3')
+url='https://github.com/UbuntuBudgie/budgie-extras'
+depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo' 'libgee'
+ 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
+ 'python-svgwrite' 'python-cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib'
+ 'libkeybinder3' 'python-pyperclip' 'python-xlib' 'xorg-xinput' 
'granite' 'appstream' 'zeitgeist'
+ 'libnma')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool' 'git')
+source=("git+$url.git#tag=v$pkgver"
+"git+https://github.com/UbuntuBudgie/QuickChar.git#commit=$_quickchar";
+
"git+https://github.com/UbuntuBudgie/applications-menu.git#tag=$_app_menu";
+
"git+https://github.com/UbuntuBudgie/budgie-network-applet.git#commit=$_net_applet";)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config submodule.budgie-quickchar/quickchar.url "$srcdir"/QuickChar
+  git config submodule.budgie-applications-menu/applications-menu.url 
"$srcdir"/applications-menu
+  git config submodule.budgie-network-manager/budgie-network-applet.url 
"$srcdir"/budgie-network-applet
+  git submodule update
+}
+
+build() {
+  mkdir -p $pkgname/build
+  cd $pkgname/build
+
+  arch-meson .. \
+   -D b_pie=false
+
+  ninja
+}
+
+package() {
+  cd $pkgname/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2020-06-16 Thread Balló György via arch-commits
Date: Tuesday, June 16, 2020 @ 23:29:58
  Author: bgyorgy
Revision: 646269

archrelease: copy trunk to community-x86_64

Added:
  synfig/repos/
  synfig/repos/community-x86_64/
  synfig/repos/community-x86_64/PKGBUILD
(from rev 646268, synfig/trunk/PKGBUILD)
  synfig/repos/community-x86_64/fix-build.patch
(from rev 646268, synfig/trunk/fix-build.patch)

-+
 PKGBUILD|   34 ++
 fix-build.patch |   25 +
 2 files changed, 59 insertions(+)

Copied: synfig/repos/community-x86_64/PKGBUILD (from rev 646268, 
synfig/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-06-16 23:29:58 UTC (rev 646269)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: Franco Iacomella 
+
+pkgname=synfig
+pkgver=1.2.2
+pkgrel=3
+pkgdesc="Professional vector animation program (CLI renderer only)"
+arch=(x86_64)
+url="https://www.synfig.org/";
+license=(GPL2)
+depends=(boost-libs fftw imagemagick libjpeg-turbo libmng libxml++2.6 mlt 
openexr pango)
+makedepends=(boost etl intltool)
+source=(https://downloads.sourceforge.net/synfig/$pkgname-$pkgver.tar.gz
+fix-build.patch)
+sha256sums=('5f5f7b33483041165f9a63fe4d95eb815971c7444569e574206f6964e83cc2ef'
+'5f6e6b56a2d55074fb187e48611fbf0ca337e9d4ddd78669e9d836ce6ebedb78')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np2 -i ../fix-build.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: synfig/repos/community-x86_64/fix-build.patch (from rev 646268, 
synfig/trunk/fix-build.patch)
===
--- repos/community-x86_64/fix-build.patch  (rev 0)
+++ repos/community-x86_64/fix-build.patch  2020-06-16 23:29:58 UTC (rev 
646269)
@@ -0,0 +1,25 @@
+From dedb2f7f82a04c0cb3aad462bbe055412f3f5e18 Mon Sep 17 00:00:00 2001
+From: ice0 
+Date: Wed, 29 Aug 2018 12:25:24 +0700
+Subject: [PATCH] Fixed MacOS 10.14 build (removed unnecessary include)
+
+---
+ synfig-core/src/synfig/savecanvas.cpp | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/synfig-core/src/synfig/savecanvas.cpp 
b/synfig-core/src/synfig/savecanvas.cpp
+index 4335a7bb1..370a389e0 100644
+--- a/synfig-core/src/synfig/savecanvas.cpp
 b/synfig-core/src/synfig/savecanvas.cpp
+@@ -66,9 +66,9 @@
+ #include 
+ #include "gradient.h"
+ 
+-extern "C" {
++/*extern "C" {
+ #include 
+-}
++}*/
+ 
+ #endif
+ 


[arch-commits] Commit in (7 files)

2020-06-16 Thread Balló György via arch-commits
Date: Tuesday, June 16, 2020 @ 23:25:03
  Author: bgyorgy
Revision: 646268

Add back synfigstudio

Added:
  synfig/
  synfig/trunk/
  synfig/trunk/PKGBUILD
  synfig/trunk/fix-build.patch
  synfigstudio/
  synfigstudio/trunk/
  synfigstudio/trunk/PKGBUILD

--+
 synfig/trunk/PKGBUILD|   34 ++
 synfig/trunk/fix-build.patch |   25 +
 synfigstudio/trunk/PKGBUILD  |   33 +
 3 files changed, 92 insertions(+)

Added: synfig/trunk/PKGBUILD
===
--- synfig/trunk/PKGBUILD   (rev 0)
+++ synfig/trunk/PKGBUILD   2020-06-16 23:25:03 UTC (rev 646268)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: Franco Iacomella 
+
+pkgname=synfig
+pkgver=1.2.2
+pkgrel=3
+pkgdesc="Professional vector animation program (CLI renderer only)"
+arch=(x86_64)
+url="https://www.synfig.org/";
+license=(GPL2)
+depends=(boost-libs fftw imagemagick libjpeg-turbo libmng libxml++2.6 mlt 
openexr pango)
+makedepends=(boost etl intltool)
+source=(https://downloads.sourceforge.net/synfig/$pkgname-$pkgver.tar.gz
+fix-build.patch)
+sha256sums=('5f5f7b33483041165f9a63fe4d95eb815971c7444569e574206f6964e83cc2ef'
+'5f6e6b56a2d55074fb187e48611fbf0ca337e9d4ddd78669e9d836ce6ebedb78')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np2 -i ../fix-build.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Added: synfig/trunk/fix-build.patch
===
--- synfig/trunk/fix-build.patch(rev 0)
+++ synfig/trunk/fix-build.patch2020-06-16 23:25:03 UTC (rev 646268)
@@ -0,0 +1,25 @@
+From dedb2f7f82a04c0cb3aad462bbe055412f3f5e18 Mon Sep 17 00:00:00 2001
+From: ice0 
+Date: Wed, 29 Aug 2018 12:25:24 +0700
+Subject: [PATCH] Fixed MacOS 10.14 build (removed unnecessary include)
+
+---
+ synfig-core/src/synfig/savecanvas.cpp | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/synfig-core/src/synfig/savecanvas.cpp 
b/synfig-core/src/synfig/savecanvas.cpp
+index 4335a7bb1..370a389e0 100644
+--- a/synfig-core/src/synfig/savecanvas.cpp
 b/synfig-core/src/synfig/savecanvas.cpp
+@@ -66,9 +66,9 @@
+ #include 
+ #include "gradient.h"
+ 
+-extern "C" {
++/*extern "C" {
+ #include 
+-}
++}*/
+ 
+ #endif
+ 

Added: synfigstudio/trunk/PKGBUILD
===
--- synfigstudio/trunk/PKGBUILD (rev 0)
+++ synfigstudio/trunk/PKGBUILD 2020-06-16 23:25:03 UTC (rev 646268)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: Franco Iacomella 
+
+pkgname=synfigstudio
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="Professional vector animation program (GUI)"
+arch=(x86_64)
+url="https://www.synfig.org/";
+license=(GPL2)
+depends=(gtkmm3 synfig)
+makedepends=(etl intltool)
+optdepends=('python: for the plugins')
+source=(https://downloads.sourceforge.net/synfig/$pkgname-$pkgver.tar.gz)
+sha256sums=('76fa37998af634cf694f9b5bdfcb90220bc88f8527df117d9282a39fe01489e2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|appdatadir = $(datadir)/appdata|appdatadir = $(datadir)/metainfo|' 
Makefile.{am,in}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-update-mimedb
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in emscripten/trunk (emscripten-config)

2020-06-16 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, June 16, 2020 @ 23:09:43
  Author: svenstaro
Revision: 646267

Remove JAVA line from config as it's the default

Modified:
  emscripten/trunk/emscripten-config

---+
 emscripten-config |1 -
 1 file changed, 1 deletion(-)

Modified: emscripten-config
===
--- emscripten-config   2020-06-16 21:55:27 UTC (rev 646266)
+++ emscripten-config   2020-06-16 23:09:43 UTC (rev 646267)
@@ -2,4 +2,3 @@
 LLVM_ROOT = '/usr/lib/emscripten-llvm'
 BINARYEN_ROOT = '/usr'
 EMSCRIPTEN_ROOT = '/usr/lib/emscripten'
-JAVA = 'java'


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

2020-06-16 Thread Kyle Keen via arch-commits
Date: Tuesday, June 16, 2020 @ 21:55:27
  Author: kkeen
Revision: 646266

archrelease: copy trunk to community-x86_64

Added:
  ngspice/repos/community-x86_64/PKGBUILD
(from rev 646265, ngspice/trunk/PKGBUILD)
Deleted:
  ngspice/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 21:41:49 UTC (rev 646265)
+++ PKGBUILD2020-06-16 21:55:27 UTC (rev 646266)
@@ -1,56 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Abhishek Dasgupta 
-# Contributor: Jason Taylor 
-# Contributor: Luis Henrique 
-
-pkgname=ngspice
-pkgver=31
-pkgrel=1
-pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, 
Ciber1b1, and Xspice.'
-url='http://ngspice.sourceforge.net'
-license=('BSD')
-arch=('x86_64')
-depends=('libxaw' 'libedit' 'gcc-libs' 'readline')
-source=("https://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz";
-"http://ngspice.sourceforge.net/docs/ngspice-$pkgver-manual.pdf";)
-sha1sums=('ab22e791cd254dfda2b32a262f212bd1d8c66fe7'
-  'ffa4bd6fe72469b20bc873733b72633dcbd431c0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # FS#45230, create so lib
-  # shared lib sets flags and modifies headers, needs dedicated pass
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --with-readline=yes \
-  --enable-xspice \
-  --enable-cider \
-  --enable-openmp \
-  --enable-oldapps \
-  --with-ngshared
-  make
-  #strip ./src/.libs/libngspice.so.0.0.0
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --with-readline=yes \
-  --enable-xspice \
-  --enable-cider \
-  --enable-oldapps \
-  --enable-openmp
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -D -m644  "$srcdir/ngspice-$pkgver-manual.pdf" 
"$pkgdir/usr/share/doc/$pkgname/manual.pdf"
-
-  install -Dm755 src/.libs/libngspice.so.0.0.0 
"$pkgdir/usr/lib/libngspice.so.0.0.0"
-  ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so.0"
-  ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so"
-}

Copied: ngspice/repos/community-x86_64/PKGBUILD (from rev 646265, 
ngspice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 21:55:27 UTC (rev 646266)
@@ -0,0 +1,56 @@
+# Maintainer: Kyle Keen 
+# Contributor: Abhishek Dasgupta 
+# Contributor: Jason Taylor 
+# Contributor: Luis Henrique 
+
+pkgname=ngspice
+pkgver=32
+pkgrel=1
+pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, 
Ciber1b1, and Xspice.'
+url='http://ngspice.sourceforge.net'
+license=('BSD')
+arch=('x86_64')
+depends=('libxaw' 'libedit' 'gcc-libs' 'readline')
+source=("https://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz";
+"http://ngspice.sourceforge.net/docs/ngspice-$pkgver-manual.pdf";)
+sha1sums=('a828e64ccfbf7229f9b6b97b4b909477b39f09d8'
+  '2c6c66b0a99e2522f42086e9ce6b7f3028f2bfb8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # FS#45230, create so lib
+  # shared lib sets flags and modifies headers, needs dedicated pass
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --with-readline=yes \
+  --enable-xspice \
+  --enable-cider \
+  --enable-openmp \
+  --enable-oldapps \
+  --with-ngshared
+  make
+  #strip ./src/.libs/libngspice.so.0.0.0
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --with-readline=yes \
+  --enable-xspice \
+  --enable-cider \
+  --enable-oldapps \
+  --enable-openmp
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644  "$srcdir/ngspice-$pkgver-manual.pdf" 
"$pkgdir/usr/share/doc/$pkgname/manual.pdf"
+
+  install -Dm755 src/.libs/libngspice.so.0.0.0 
"$pkgdir/usr/lib/libngspice.so.0.0.0"
+  ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so.0"
+  ln -s "libngspice.so.0.0.0" "$pkgdir/usr/lib/libngspice.so"
+}


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

2020-06-16 Thread Kyle Keen via arch-commits
Date: Tuesday, June 16, 2020 @ 21:41:49
  Author: kkeen
Revision: 646265

upgpkg: ngspice 32-1

Modified:
  ngspice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 19:44:01 UTC (rev 646264)
+++ PKGBUILD2020-06-16 21:41:49 UTC (rev 646265)
@@ -4,7 +4,7 @@
 # Contributor: Luis Henrique 
 
 pkgname=ngspice
-pkgver=31
+pkgver=32
 pkgrel=1
 pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, 
Ciber1b1, and Xspice.'
 url='http://ngspice.sourceforge.net'
@@ -13,8 +13,8 @@
 depends=('libxaw' 'libedit' 'gcc-libs' 'readline')
 
source=("https://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz";
 "http://ngspice.sourceforge.net/docs/ngspice-$pkgver-manual.pdf";)
-sha1sums=('ab22e791cd254dfda2b32a262f212bd1d8c66fe7'
-  'ffa4bd6fe72469b20bc873733b72633dcbd431c0')
+sha1sums=('a828e64ccfbf7229f9b6b97b4b909477b39f09d8'
+  '2c6c66b0a99e2522f42086e9ce6b7f3028f2bfb8')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Tuesday, June 16, 2020 @ 19:43:49
  Author: felixonmars
Revision: 646263

upgpkg: babel-cli 7.8.0-1

Modified:
  babel-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 19:39:56 UTC (rev 646262)
+++ PKGBUILD2020-06-16 19:43:49 UTC (rev 646263)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.7.7
+pkgver=7.8.0
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5d0c392b2099caefccf3fd2b622672bb06e02103733ab273b3d7432d7f8c89e4a00704cbbd38f84156cb9b124008022f4080d3ecfb721cddac0b8f043964e068'
+sha512sums=('ff33a2e7a8081f78c19a7adf52f55ff0c38ca9fde17c5a2ed8e35161d451a609c14a2d1d52488efaeb2ee38607b0e109aaac0f9228c1b220cab1c422ce8ba86a'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Tuesday, June 16, 2020 @ 19:44:01
  Author: felixonmars
Revision: 646264

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 646263, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 646263, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-06-16 19:43:49 UTC (rev 646263)
+++ LICENSE 2020-06-16 19:44:01 UTC (rev 646264)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 646263, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-06-16 19:44:01 UTC (rev 646264)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 19:43:49 UTC (rev 646263)
+++ PKGBUILD2020-06-16 19:44:01 UTC (rev 646264)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.7.7
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz";
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('5d0c392b2099caefccf3fd2b622672bb06e02103733ab273b3d7432d7f8c89e4a00704cbbd38f84156cb9b124008022f4080d3ecfb721cddac0b8f043964e068'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD (from rev

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

2020-06-16 Thread Felix Yan via arch-commits
Date: Tuesday, June 16, 2020 @ 19:39:38
  Author: felixonmars
Revision: 646260

archrelease: copy trunk to community-x86_64

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

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

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

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


[arch-commits] Commit in fcitx5-chinese-addons/trunk (PKGBUILD)

2020-06-16 Thread Felix Yan via arch-commits
Date: Tuesday, June 16, 2020 @ 19:39:46
  Author: felixonmars
Revision: 646261

upgpkg: fcitx5-chinese-addons 0.0.0.20200616-1

Modified:
  fcitx5-chinese-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 19:39:38 UTC (rev 646260)
+++ PKGBUILD2020-06-16 19:39:46 UTC (rev 646261)
@@ -2,8 +2,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200615
-_commit=821acfdcfb8055697e930623329658e46516dc1e
+pkgver=0.0.0.20200616
+_commit=083e189eb515df160f0d087060d42695468c51c5
 _pytablever=20121124
 pkgrel=1
 pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
@@ -18,7 +18,7 @@
 https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
 https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
 noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('8a1beae73d4465e2635af14ee7822e99eb11041091c79d039f8692917ad339279831180afe59249d2ede8c8545df53c703e8359868e5f234eba396ab59fe7c42'
+sha512sums=('64b787acbc1425a8e9d68d8d8b5804ada50172420176164c078ba184884e4e30b36279c0e81315287091551fdf8ebf23c8830044fc86007aba54b64a73a7491d'
 
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
 
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
 


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Tuesday, June 16, 2020 @ 19:39:27
  Author: felixonmars
Revision: 646259

upgpkg: rime-cantonese 0.0.0.20200617-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 19:37:37 UTC (rev 646258)
+++ PKGBUILD2020-06-16 19:39:27 UTC (rev 646259)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20200615.1
-_commit=3ade6e1d4c8cdf56dee083f3f86a3503962d4ff2
+pkgver=0.0.0.20200617
+_commit=39fa19fac23a466da637f89a065efb25dc5ba103
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";)
-sha512sums=('a9e7a154b2ba26cdfb60e5ea6669361d7d96e7ff2a9a22459ea61a41b180556c517710d675651c89b3a0235e7a2fc604660c9da937bc57aa0ccfdc5c24b457bf')
+sha512sums=('337a7af8184a49b1417e99bfab9f20f4766212ea59d653ff9bac86ec73edf7ed3562bb7c581d428264253b934441c570e0d856e0189b8233a694e93aae9498ae')
 
 prepare() {
   cd $pkgname-$_commit


[arch-commits] Commit in fcitx5-chinese-addons/repos/community-x86_64 (2 files)

2020-06-16 Thread Felix Yan via arch-commits
Date: Tuesday, June 16, 2020 @ 19:39:56
  Author: felixonmars
Revision: 646262

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD
(from rev 646261, fcitx5-chinese-addons/trunk/PKGBUILD)
Deleted:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 19:39:46 UTC (rev 646261)
+++ PKGBUILD2020-06-16 19:39:56 UTC (rev 646262)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200615
-_commit=821acfdcfb8055697e930623329658e46516dc1e
-_pytablever=20121124
-pkgrel=1
-pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chinese-addons";
-license=('GPL')
-conflicts=('fcitx')
-depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
-makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua')
-optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
-source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz";
-https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
-https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
-noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('8a1beae73d4465e2635af14ee7822e99eb11041091c79d039f8692917ad339279831180afe59249d2ede8c8545df53c703e8359868e5f234eba396ab59fe7c42'
-
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
-
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
-
-prepare() {
-  cd $pkgname-$_commit/modules/pinyinhelper
-  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
-  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
-}
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD (from rev 646261, 
fcitx5-chinese-addons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 19:39:56 UTC (rev 646262)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20200616
+_commit=083e189eb515df160f0d087060d42695468c51c5
+_pytablever=20121124
+pkgrel=1
+pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chinese-addons";
+license=('GPL')
+conflicts=('fcitx')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
+makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua')
+optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
+source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz";
+https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('64b787acbc1425a8e9d68d8d8b5804ada50172420176164c078ba184884e4e30b36279c0e81315287091551fdf8ebf23c8830044fc86007aba54b64a73a7491d'
+
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
+
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
+
+prepare() {
+  cd $pkgname-$_commit/modules/pinyinhelper
+  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
+  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
+}
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Tuesday, June 16, 2020 @ 19:37:24
  Author: felixonmars
Revision: 646257

upgpkg: python-faker 4.1.1-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 19:36:13 UTC (rev 646256)
+++ PKGBUILD2020-06-16 19:37:24 UTC (rev 646257)
@@ -3,7 +3,7 @@
 # Contributor: dnuux 
 
 pkgname=python-faker
-pkgver=4.1.0
+pkgver=4.1.1
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
   'python-freezegun')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz";)
-sha512sums=('da8e6df52c53788af323d92a0feaafcc215bd00ae5a95bb2d829852bbf04f89f9216c7e226b3b89966c053dd891db33acf2e2ee2ac5a981745976325c0cf2d2e')
+sha512sums=('f9aaf355d95b1df47763c187013bf3881d51f1acf6aa8329a3b8c97d3b11c437fbde27a038e8486dcb7320049452959ecf4fbf5c8c9ef256da6b3ffeb45e3050')
 
 prepare() {
   sed -i -e 's/==/>=/' faker-$pkgver/setup.py


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Tuesday, June 16, 2020 @ 19:37:37
  Author: felixonmars
Revision: 646258

archrelease: copy trunk to community-any

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

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

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

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


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

2020-06-16 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 16, 2020 @ 19:36:13
  Author: jelle
Revision: 646256

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 19:36:03 UTC (rev 646255)
+++ PKGBUILD2020-06-16 19:36:13 UTC (rev 646256)
@@ -1,32 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-meilisearch
-pkgver=0.10.1
-pkgrel=1
-pkgdesc='Python client for MeiliSearch API'
-arch=(any)
-license=('MIT')
-url='https://pypi.org/project/meilisearch/'
-depends=(python)
-makedepends=(python-requests)
-checkdepends=('python-pytest' 'python-pytest-ordering')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/meilisearch-python/archive/v${pkgver}.tar.gz)
-sha512sums=('46c7f2ae4d72fd84c8c2d1c6d994c8762e9829d8c149b78198b5bda99ce4928e61e17762ffd0fdb23b48dd695adc4c97669e2c1b10525886c09e3f3684fe2e03')
-
-build() {
-  cd "meilisearch-python-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  # requires running meilisearch 
https://github.com/meilisearch/meilisearch-python/blob/master/.github/workflows/test.yml#L20
-  cd "meilisearch-python-${pkgver}"
-  #pytest .
-}
-
-package() {
-  cd "meilisearch-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-meilisearch/repos/community-any/PKGBUILD (from rev 646255, 
python-meilisearch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 19:36:13 UTC (rev 646256)
@@ -0,0 +1,32 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-meilisearch
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Python client for MeiliSearch API'
+arch=(any)
+license=('MIT')
+url='https://pypi.org/project/meilisearch/'
+depends=(python)
+makedepends=(python-requests)
+checkdepends=('python-pytest' 'python-pytest-ordering')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/meilisearch-python/archive/v${pkgver}.tar.gz)
+sha512sums=('195fc3ec2a3fe389e7e51083d3bf3e58a87fa4e9c558c7ffb8d90d46da4836dceec9cd44b7cdabe5e5e89539fa07ae4419e8415de4dfe665c30f5e6e6dc8a1f3')
+
+build() {
+  cd "meilisearch-python-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  # requires running meilisearch 
https://github.com/meilisearch/meilisearch-python/blob/master/.github/workflows/test.yml#L20
+  cd "meilisearch-python-${pkgver}"
+  #pytest .
+}
+
+package() {
+  cd "meilisearch-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-06-16 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 16, 2020 @ 19:36:03
  Author: jelle
Revision: 646255

upgpkg: python-meilisearch 0.11.0-1

Modified:
  python-meilisearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 19:10:13 UTC (rev 646254)
+++ PKGBUILD2020-06-16 19:36:03 UTC (rev 646255)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-meilisearch
-pkgver=0.10.1
+pkgver=0.11.0
 pkgrel=1
 pkgdesc='Python client for MeiliSearch API'
 arch=(any)
@@ -11,7 +11,7 @@
 makedepends=(python-requests)
 checkdepends=('python-pytest' 'python-pytest-ordering')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/meilisearch-python/archive/v${pkgver}.tar.gz)
-sha512sums=('46c7f2ae4d72fd84c8c2d1c6d994c8762e9829d8c149b78198b5bda99ce4928e61e17762ffd0fdb23b48dd695adc4c97669e2c1b10525886c09e3f3684fe2e03')
+sha512sums=('195fc3ec2a3fe389e7e51083d3bf3e58a87fa4e9c558c7ffb8d90d46da4836dceec9cd44b7cdabe5e5e89539fa07ae4419e8415de4dfe665c30f5e6e6dc8a1f3')
 
 build() {
   cd "meilisearch-python-${pkgver}"


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

2020-06-16 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, June 16, 2020 @ 19:31:36
  Author: grazzolini
Revision: 389388

archrelease: copy trunk to testing-x86_64

Added:
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 389387, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 389387, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd.sysusers
(from rev 389387, dhcpcd/trunk/dhcpcd.sysusers)
  dhcpcd/repos/testing-x86_64/dhcpcd.tmpfiles
(from rev 389387, dhcpcd/trunk/dhcpcd.tmpfiles)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 389387, dhcpcd/trunk/dhcpcd_.service)

-+
 PKGBUILD|   71 ++
 dhcpcd.service  |   13 +
 dhcpcd.sysusers |1 
 dhcpcd.tmpfiles |2 +
 dhcpcd_.service |   15 +++
 5 files changed, 102 insertions(+)

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 389387, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-16 19:31:36 UTC (rev 389388)
@@ -0,0 +1,71 @@
+# Maintainer: Ronald van Haren 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=9.1.2
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="https://roy.marples.name/projects/dhcpcd/";
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'sh' 'udev' 'systemd-libs')
+optdepends=('openresolv: resolvconf support')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz";
+dhcpcd_.service
+dhcpcd.service
+dhcpcd.sysusers
+dhcpcd.tmpfiles)
+validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
+sha256sums=('ed053839beb9aaf6424c94ff340826446af2df754db7c7137a09de2a71fb512c'
+'37acd53a589711f5e1db2fcaebb4ccf1c90dc4bcd309626bde25beb7b630a545'
+'20bccbf8a05b1bc2be365c8b4b526c38c752f48229ba53c3be113ac5b634f210'
+'df33c69a79fb30895217db8fe6a46ad0658a70b32a280bc91fc04a09b584fa62'
+'e0cef3b7cbe047393e4ecb60369f67d2d73e616b56cea9401070f2aff28a7434')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --runstatedir=/run \
+  --privsepuser=dhcpcd
+
+  # Build
+  make
+}
+
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  make test
+}
+
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+  install -Dm644 "${srcdir}/dhcpcd.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/dhcpcd.conf"
+  install -Dm644 "${srcdir}/dhcpcd.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/dhcpcd.conf"
+}

Copied: dhcpcd/repos/testing-x86_64/dhcpcd.service (from rev 389387, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-x86_64/dhcpcd.service   (rev 0)
+++ testing-x86_64/dhcpcd.service   2020-06-16 19:31:36 UTC (rev 389388)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd/pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/dhcpcd.sysusers (from rev 389387, 
dhcpcd/trunk/dhcpcd.sysusers)
===
--- testing-x86_64/dhcpcd.sysusers  (rev 0)
+++ testing-x86_64/dhcpcd.sysusers  2020-06-16 19:31:36 UTC (rev 389388)
@@ -0,0 +1 @@
+u dhcpcd - "dhcpcd privilege separation" /var/lib/dhcpcd

Copied: dhcpcd/repos/testing-x86_64/dhcpcd.tmpfiles (from rev 389387, 
dhcpcd/trunk/dhcpcd.tmpfiles)
===
--- testing-x86_64/dhcpcd.tmpfiles  (rev 0)
+++ testing-x86_64/dhcpcd.tmpfiles  2020-06-16 19:31:36 UTC (rev 389388)
@@ -0,0 +1,2 @@
+d /var/lib/dhcpcd 0700 dhcpcd dhcpcd -
+d /run/dhcpcd 0755 dhcpcd dhcpcd -

Copied: dhcpcd/repos/testing-x86_64/dhcpcd_.service (from rev 389387, 
dhcpcd/trunk/dhcpcd_.service)
=

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

2020-06-16 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, June 16, 2020 @ 19:30:23
  Author: grazzolini
Revision: 389387

upgpkg: dhcpcd 9.1.2-1

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 19:23:09 UTC (rev 389386)
+++ PKGBUILD2020-06-16 19:30:23 UTC (rev 389387)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=9.1.1
+pkgver=9.1.2
 pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="https://roy.marples.name/projects/dhcpcd/";
@@ -21,7 +21,7 @@
 dhcpcd.sysusers
 dhcpcd.tmpfiles)
 validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
-sha256sums=('bb742911be1f660db42a7323acc793b587f467c5de5b7186735c16d20204737d'
+sha256sums=('ed053839beb9aaf6424c94ff340826446af2df754db7c7137a09de2a71fb512c'
 '37acd53a589711f5e1db2fcaebb4ccf1c90dc4bcd309626bde25beb7b630a545'
 '20bccbf8a05b1bc2be365c8b4b526c38c752f48229ba53c3be113ac5b634f210'
 'df33c69a79fb30895217db8fe6a46ad0658a70b32a280bc91fc04a09b584fa62'


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

2020-06-16 Thread Andreas Radke via arch-commits
Date: Tuesday, June 16, 2020 @ 19:14:39
  Author: andyrtr
Revision: 389384

upgpkg: ttf-dejavu 2.37+18+g9b5d1b2f-1: build from git master, long time no 
release, brings some bug fixes and new configuration for recent fontconfig

Modified:
  ttf-dejavu/trunk/PKGBUILD
Deleted:
  ttf-dejavu/trunk/remove-generic-name-assignment-and-aliasing.patch

---+
 PKGBUILD  |   27 +++--
 remove-generic-name-assignment-and-aliasing.patch |  102 
 2 files changed, 16 insertions(+), 113 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 19:13:39 UTC (rev 389383)
+++ PKGBUILD2020-06-16 19:14:39 UTC (rev 389384)
@@ -2,31 +2,36 @@
 # Contributor: Michal Krenek 
 
 pkgname=ttf-dejavu
-pkgver=2.37
-pkgrel=3
+pkgver=2.37+18+g9b5d1b2f
+pkgrel=1
 pkgdesc="Font family based on the Bitstream Vera Fonts with a wider range of 
characters"
 arch=('any')
 url="https://dejavu-fonts.github.io/";
 license=('custom')
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-mkfontscale' 
'xorg-mkfontdir')
+makedepends=('git' 'fontforge' 'perl-font-ttf')
 provides=('ttf-font')
-source=(https://downloads.sourceforge.net/project/dejavu/dejavu/${pkgver}/dejavu-fonts-ttf-${pkgver}.tar.bz2
-remove-generic-name-assignment-and-aliasing.patch)
-sha256sums=('fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7'
-'21d85a4f6ea7856074a4eb5c5fce6a10e764d11ff4336e92c4f009815efebb0c')
+_commit=9b5d1b2ffeec20c7b46aa89c0223d783c02762cf  # master
+source=("git+https://github.com/dejavu-fonts/dejavu-fonts.git#commit=$_commit";)
+sha256sums=('SKIP')
 
-prepare() {
-  cd dejavu-fonts-ttf-$pkgver
-  patch -Np1 -i ../remove-generic-name-assignment-and-aliasing.patch
+pkgver() {
+  cd dejavu-fonts
+  git describe --tags | sed 's/^version_//;s/_/./;s/-/+/g'
 }
 
+build() {
+  cd "${srcdir}"/dejavu-fonts
+  make  full-ttf
+}
+
 package() {
   install -dm755 "${pkgdir}"/etc/fonts/conf.avail
   install -dm755 "${pkgdir}"/etc/fonts/conf.d
   install -dm755 "${pkgdir}"/usr/share/fonts/TTF
 
-  cd "${srcdir}"/dejavu-fonts-ttf-${pkgver}
-  install -m644 ttf/*.ttf "${pkgdir}"/usr/share/fonts/TTF/
+  cd "${srcdir}"/dejavu-fonts
+  install -m644 build/*.ttf "${pkgdir}"/usr/share/fonts/TTF/
   install -m644 fontconfig/*.conf "${pkgdir}"/etc/fonts/conf.avail/
 
   pushd "${pkgdir}"/etc/fonts/conf.avail

Deleted: remove-generic-name-assignment-and-aliasing.patch
===
--- remove-generic-name-assignment-and-aliasing.patch   2020-06-16 19:13:39 UTC 
(rev 389383)
+++ remove-generic-name-assignment-and-aliasing.patch   2020-06-16 19:14:39 UTC 
(rev 389384)
@@ -1,102 +0,0 @@
-From d9ee532b4f0a879372bdb006ac85d7807629ea98 Mon Sep 17 00:00:00 2001
-From: Fabian Greffrath 
-Date: Mon, 15 May 2017 21:08:12 +0200
-Subject: [PATCH] fontconfig: remove generic name assignment and aliasing
-
-This removes the generic name assignment and the generic name aliasing
-rules for the three standard DejaVu Sans, Sans-Mono and Serif fonts.
-
-These rules are redundant as they are already in the fontconfig
-upstream config files 45-latin.conf and 60-latin.conf, respectively,
-for at least 10 years now, c.f.:
-
-https://cgit.freedesktop.org/fontconfig/commit/conf.d/45-latin.conf?id=4b51f173c99152586db26b03752873a4b4020672
-https://cgit.freedesktop.org/fontconfig/commit/conf.d/60-latin.conf?id=6c5619a08575943f75d2341e1a4931ec5faf716b
-
-We have a bug report in Debian from a user who complains that he
-changed the preference for the default sans-serif font in the expected
-rule, i.e. 60-latin.conf, and was confused when his change was
-overridden by fonts-dejavu's own rule in 57-dejavu-sans.conf:
-
-https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753401
-
-The reporter confirms that removing the offending lines from the
-config files in the fonts-dejavu package causes the intended changes
-applied to the 60-latin.conf file to take effect.
-
-Thanks for considering!

- fontconfig/57-dejavu-sans-mono.conf | 14 --
- fontconfig/57-dejavu-sans.conf  | 14 --
- fontconfig/57-dejavu-serif.conf | 14 --
- 3 files changed, 42 deletions(-)
-
-diff --git a/fontconfig/57-dejavu-sans-mono.conf 
b/fontconfig/57-dejavu-sans-mono.conf
-index cc42561e..2c75b5cf 100644
 a/fontconfig/57-dejavu-sans-mono.conf
-+++ b/fontconfig/57-dejavu-sans-mono.conf
-@@ -45,18 +45,4 @@
-   DejaVu Sans Mono
- 
-   
--  
--  
--DejaVu Sans Mono
--
--  monospace
--
--  
--  
--  
--monospace
--
--  DejaVu Sans Mono
--
--  
- 
-diff --git a/fontconfig/57-dejavu-sans.conf b/fontconfig/57-dejavu-sans.conf
-index 565cab5f..cff7a842 100644
 a/fontconfig/57-dejavu-sans.conf
-+++ b/fontconfig/57-dejavu-sans.conf
-@@ -70,18 +70,4 @@
-   DejaVu Sans
- 
-   
--  
--  
--D

[arch-commits] Commit in ttf-dejavu/repos (testing-any testing-any/PKGBUILD)

2020-06-16 Thread Andreas Radke via arch-commits
Date: Tuesday, June 16, 2020 @ 19:14:45
  Author: andyrtr
Revision: 389385

archrelease: copy trunk to testing-any

Added:
  ttf-dejavu/repos/testing-any/
  ttf-dejavu/repos/testing-any/PKGBUILD
(from rev 389384, ttf-dejavu/trunk/PKGBUILD)

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

Copied: ttf-dejavu/repos/testing-any/PKGBUILD (from rev 389384, 
ttf-dejavu/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-06-16 19:14:45 UTC (rev 389385)
@@ -0,0 +1,44 @@
+# Maintainer: Jan de Groot 
+# Contributor: Michal Krenek 
+
+pkgname=ttf-dejavu
+pkgver=2.37+18+g9b5d1b2f
+pkgrel=1
+pkgdesc="Font family based on the Bitstream Vera Fonts with a wider range of 
characters"
+arch=('any')
+url="https://dejavu-fonts.github.io/";
+license=('custom')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-mkfontscale' 
'xorg-mkfontdir')
+makedepends=('git' 'fontforge' 'perl-font-ttf')
+provides=('ttf-font')
+_commit=9b5d1b2ffeec20c7b46aa89c0223d783c02762cf  # master
+source=("git+https://github.com/dejavu-fonts/dejavu-fonts.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd dejavu-fonts
+  git describe --tags | sed 's/^version_//;s/_/./;s/-/+/g'
+}
+
+build() {
+  cd "${srcdir}"/dejavu-fonts
+  make  full-ttf
+}
+
+package() {
+  install -dm755 "${pkgdir}"/etc/fonts/conf.avail
+  install -dm755 "${pkgdir}"/etc/fonts/conf.d
+  install -dm755 "${pkgdir}"/usr/share/fonts/TTF
+
+  cd "${srcdir}"/dejavu-fonts
+  install -m644 build/*.ttf "${pkgdir}"/usr/share/fonts/TTF/
+  install -m644 fontconfig/*.conf "${pkgdir}"/etc/fonts/conf.avail/
+
+  pushd "${pkgdir}"/etc/fonts/conf.avail
+  for config in *; do
+ln -sf ../conf.avail/${config} ../conf.d/${config}
+  done
+  popd
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2020-06-16 Thread Andreas Radke via arch-commits
Date: Tuesday, June 16, 2020 @ 19:13:28
  Author: andyrtr
Revision: 389382

upgpkg: fontconfig 2:2.13.91+48+gfcb0420-1: update to latest git commit

Modified:
  fontconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 18:40:19 UTC (rev 389381)
+++ PKGBUILD2020-06-16 19:13:28 UTC (rev 389382)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=fontconfig
-pkgver=2.13.91+24+g75eadca
-pkgrel=2
+pkgver=2.13.91+48+gfcb0420
+pkgrel=1
 epoch=2
 pkgdesc="A library for configuring and customizing font access"
 arch=(x86_64)
@@ -12,8 +12,9 @@
 depends=(expat freetype2)
 makedepends=(git autoconf-archive gperf python-lxml python-six docbook-utils 
docbook-sgml
  perl-sgmls 'texlive-formatsextra>=2017' lynx json-c)
+checkdepends=('unzip')
 install=fontconfig.install
-_commit=75eadca26648abf69497691ff0f4c7803b9ff23c  # master
+_commit=fcb042028126d79ea5a5fa015b2b034b98656e73  # master
 
source=("git+https://gitlab.freedesktop.org/fontconfig/fontconfig.git#commit=$_commit";
 fontconfig.hook)
 sha256sums=('SKIP'


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

2020-06-16 Thread Andreas Radke via arch-commits
Date: Tuesday, June 16, 2020 @ 19:13:39
  Author: andyrtr
Revision: 389383

archrelease: copy trunk to testing-x86_64

Added:
  fontconfig/repos/testing-x86_64/
  fontconfig/repos/testing-x86_64/PKGBUILD
(from rev 389382, fontconfig/trunk/PKGBUILD)
  fontconfig/repos/testing-x86_64/fontconfig.hook
(from rev 389382, fontconfig/trunk/fontconfig.hook)
  fontconfig/repos/testing-x86_64/fontconfig.install
(from rev 389382, fontconfig/trunk/fontconfig.install)

+
 PKGBUILD   |   62 +++
 fontconfig.hook|   11 +
 fontconfig.install |   38 +++
 3 files changed, 111 insertions(+)

Copied: fontconfig/repos/testing-x86_64/PKGBUILD (from rev 389382, 
fontconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-16 19:13:39 UTC (rev 389383)
@@ -0,0 +1,62 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=fontconfig
+pkgver=2.13.91+48+gfcb0420
+pkgrel=1
+epoch=2
+pkgdesc="A library for configuring and customizing font access"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/fontconfig/";
+license=(custom)
+depends=(expat freetype2)
+makedepends=(git autoconf-archive gperf python-lxml python-six docbook-utils 
docbook-sgml
+ perl-sgmls 'texlive-formatsextra>=2017' lynx json-c)
+checkdepends=('unzip')
+install=fontconfig.install
+_commit=fcb042028126d79ea5a5fa015b2b034b98656e73  # master
+source=("git+https://gitlab.freedesktop.org/fontconfig/fontconfig.git#commit=$_commit";
+fontconfig.hook)
+sha256sums=('SKIP'
+'8883f7e6e9d574ed52b89256507a6224507925715ddc85b3dfab9683df2f1e25')
+
+# a nice page to test font matching:
+# http://zipcon.net/~swhite/docs/computers/browsers/fonttest.html
+# http://getemoji.com/
+
+pkgver() {
+  cd fontconfig
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd fontconfig
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd fontconfig
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--with-templatedir=/etc/fonts/conf.avail \
+--with-xmldir=/etc/fonts \
+--localstatedir=/var \
+--disable-static \
+--with-default-fonts=/usr/share/fonts \
+--with-add-fonts=/usr/local/share/fonts
+  make
+}
+
+check() {
+  cd fontconfig
+  make -k check
+}
+
+package() {
+  cd fontconfig
+  make DESTDIR="$pkgdir" install
+
+  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 ../*.hook
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}

Copied: fontconfig/repos/testing-x86_64/fontconfig.hook (from rev 389382, 
fontconfig/trunk/fontconfig.hook)
===
--- testing-x86_64/fontconfig.hook  (rev 0)
+++ testing-x86_64/fontconfig.hook  2020-06-16 19:13:39 UTC (rev 389383)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = Path
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/fonts/*
+
+[Action]
+Description = Updating fontconfig cache...
+When = PostTransaction
+Exec = /usr/bin/fc-cache -s

Copied: fontconfig/repos/testing-x86_64/fontconfig.install (from rev 389382, 
fontconfig/trunk/fontconfig.install)
===
--- testing-x86_64/fontconfig.install   (rev 0)
+++ testing-x86_64/fontconfig.install   2020-06-16 19:13:39 UTC (rev 389383)
@@ -0,0 +1,38 @@
+post_install() {
+  cat << _EOF
+  
+  Fontconfig configuration is done via /etc/fonts/conf.avail and conf.d.
+  Read /etc/fonts/conf.d/README for more information.
+
+  Configuration via /etc/fonts/local.conf is still possible,
+  but is no longer recommended for options available in conf.avail.
+
+  Main systemwide configuration should be done by symlinks
+  (especially for autohinting, sub-pixel and lcdfilter):
+  
+  cd /etc/fonts/conf.d
+  ln -s ../conf.avail/XX-foo.conf
+  
+  Check also https://wiki.archlinux.org/index.php/Font_Configuration
+  and https://wiki.archlinux.org/index.php/Fonts.
+
+_EOF
+
+  post_upgrade $1
+}
+
+post_upgrade() {
+  echo -n "Rebuilding fontconfig cache..."
+  # a full forced directory scan is required here
+  /usr/bin/fc-cache -rs
+  echo " done."
+}
+
+post_remove() {
+  cat << _EOF
+
+  Check for dead symlinks and leftover files 
+  in /etc/fonts/conf.d/
+  
+_EOF
+}


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

2020-06-16 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 16, 2020 @ 19:10:13
  Author: jelle
Revision: 646254

archrelease: copy trunk to community-x86_64

Added:
  grafana/repos/community-x86_64/PKGBUILD
(from rev 646253, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 646253, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 646253, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 646253, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 646253, grafana/trunk/grafana.tmpfiles)
Deleted:
  grafana/repos/community-x86_64/PKGBUILD
  grafana/repos/community-x86_64/grafana.install
  grafana/repos/community-x86_64/grafana.service
  grafana/repos/community-x86_64/grafana.sysusers
  grafana/repos/community-x86_64/grafana.tmpfiles

--+
 PKGBUILD |  181 ++---
 grafana.install  |   44 ++--
 grafana.service  |   46 ++---
 grafana.sysusers |2 
 grafana.tmpfiles |4 -
 5 files changed, 139 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 19:10:00 UTC (rev 646253)
+++ PKGBUILD2020-06-16 19:10:13 UTC (rev 646254)
@@ -1,90 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=7.0.2
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='https://grafana.com/'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python' 'nodejs-lts-erbium')
-backup=('etc/grafana.ini')
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver?signed";
-'grafana.service'
-'grafana.sysusers'
-'grafana.tmpfiles'
-   )
-install=$pkgname.install
-sha512sums=('SKIP'
-
'02a597225ee6ba8da9491a94daa33fe681846e2140e02fbb461ff7d39acd4cf99694dc03fb5f2c5ecfd180b09c44a41fe639b121499b4222b67ada57dc60d850'
-
'38b46d953837a7afa5a654dfeef163b210d56cad57d937018531d00cd63b5341d6f9cd777299bdc7a994d0cb7df09b8157aad0f166e76ad47564e1ad6d5441d4'
-
'c1724bfc7cbd6a406f17acb661efca0f1e57e2c30cc1841f4cb7ccfc420adc40cc61cb1c023d00444827b2c40e9caa4c2fefbfd503419848c74a0b455b2375ab')
-validpgpkeys=("D45B6DC53E9057C46487E25CE17E9ABACEFA59EB"
-  "43511C6A68C9A1DE451EF51890AA4FDC4D63CBEA"
-  "AA70DF6234FBF96AB9101D09E6D5D452E87026E9"  # 
https://github.com/aknuds1.gpg
-  "622E7A764E0C94351E061C57F8D44788D50B48DF"  # 
https://github.com/xlson.gpg
-  "E9EBB044CD6A98482208FE569A774B897EAAB194"  # 
https://github.com/torkelo.gpg
-  "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A"  # 
https://github.com/marefr.gpg
-  "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8") # 
https://github.com/hugohaggmark.gpg
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  echo "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  # set arch linux paths
-  sed -ri 's,^(\s*data\s*=).*,\1 /var/lib/grafana,' conf/defaults.ini
-  sed -ri 's,^(\s*plugins\s*=).*,\1 /var/lib/grafana/plugins,' 
conf/defaults.ini
-  sed -ri 's,^(\s*provisioning\s*=).*,\1 /var/lib/grafana/conf/provisioning,' 
conf/defaults.ini
-  sed -ri 's,^(\s*logs\s*=).*,\1 /var/log/grafana,' conf/defaults.ini
-}
-
-build() {
-  echo 'GOPATH setup'
-  export GOPATH="$srcdir/gopath"
-  export PATH+=":$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  echo 'building the backend'
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go run build.go setup
-  go run build.go build
-
-  echo 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  npm install -g yarn
-  yarn install --pure-lockfile --no-progress
-  npm run build release
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-  cd $pkgname
-  install -Dsm755 bin/linux-amd64/grafana-server 
"$pkgdir/usr/bin/grafana-server"
-  install -Dsm755 bin/linux-amd64/grafana-cli "$pkgdir/usr/bin/grafana-cli"
-  install -Dm640 -o207 -g207 conf/sample.ini "$pkgdir/etc/$pkgname.ini

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

2020-06-16 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 16, 2020 @ 19:10:00
  Author: jelle
Revision: 646253

upgpkg: grafana 7.0.3-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 18:28:44 UTC (rev 646252)
+++ PKGBUILD2020-06-16 19:10:00 UTC (rev 646253)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=7.0.2
+pkgver=7.0.3
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='https://grafana.com/'
@@ -28,7 +28,8 @@
   "622E7A764E0C94351E061C57F8D44788D50B48DF"  # 
https://github.com/xlson.gpg
   "E9EBB044CD6A98482208FE569A774B897EAAB194"  # 
https://github.com/torkelo.gpg
   "2E240E94A7ADC77A1DFE1085EBFE0FB04612DD4A"  # 
https://github.com/marefr.gpg
-  "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8") # 
https://github.com/hugohaggmark.gpg
+  "5990A087E92D7E15FBF3161103BA4D7E39F0DAF8"  # 
https://github.com/hugohaggmark.gpg
+  "73B00FD007FF40A7B877F8E1C56C450B04996310") # 
https://github.com/mckn.gpg
 
 prepare() {
   cd $pkgname


[arch-commits] Commit in prometheus-node-exporter/repos/extra-x86_64 (8 files)

2020-06-16 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 16, 2020 @ 18:40:19
  Author: jelle
Revision: 389381

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-node-exporter/repos/extra-x86_64/PKGBUILD
(from rev 389380, prometheus-node-exporter/trunk/PKGBUILD)
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.conf
(from rev 389380, 
prometheus-node-exporter/trunk/prometheus-node-exporter.conf)
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.service
(from rev 389380, 
prometheus-node-exporter/trunk/prometheus-node-exporter.service)
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.sysusers
(from rev 389380, 
prometheus-node-exporter/trunk/prometheus-node-exporter.sysusers)
Deleted:
  prometheus-node-exporter/repos/extra-x86_64/PKGBUILD
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.conf
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.service
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.sysusers

---+
 PKGBUILD  |  120 ++--
 prometheus-node-exporter.conf |2 
 prometheus-node-exporter.service  |   36 +-
 prometheus-node-exporter.sysusers |2 
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 18:40:10 UTC (rev 389380)
+++ PKGBUILD2020-06-16 18:40:19 UTC (rev 389381)
@@ -1,60 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus-node-exporter
-pkgver=1.0.0
-pkgrel=1
-
-pkgdesc='Exporter for machine metrics'
-url='https://github.com/prometheus/node_exporter'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go' 'git')
-
-backup=('etc/conf.d/prometheus-node-exporter')
-
-source=("$pkgname-$pkgver.tar.gz::https://github.com/prometheus/node_exporter/archive/v$pkgver.tar.gz";
-prometheus-node-exporter.conf
-prometheus-node-exporter.service
-prometheus-node-exporter.sysusers)
-
-sha256sums=('2d82dac251e789b75879ebf1ebe94d1dc15c59ffa28ffe4e15b8d2ff63190607'
-'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
-'457e305760323f941d20248e2ca5817ae4a8b5586f79a2331b968bf3baa66c5b'
-'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c')
-
-build() {
-  cd node_exporter-$pkgver
-
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-.
-}
-
-check() {
-  cd node_exporter-$pkgver
-
-  make collector/fixtures/sys/.unpacked
-  go test ./...
-  ./end-to-end-test.sh
-}
-
-package () {
-  install -Dm644 prometheus-node-exporter.conf 
"$pkgdir"/etc/conf.d/prometheus-node-exporter
-  install -Dm644 prometheus-node-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-node-exporter.service
-  install -Dm644 prometheus-node-exporter.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus-node-exporter.conf
-
-  cd node_exporter-$pkgver
-
-  install -Dm755 node_exporter "$pkgdir"/usr/bin/prometheus-node-exporter
-}

Copied: prometheus-node-exporter/repos/extra-x86_64/PKGBUILD (from rev 389380, 
prometheus-node-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 18:40:19 UTC (rev 389381)
@@ -0,0 +1,60 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus-node-exporter
+pkgver=1.0.1
+pkgrel=1
+
+pkgdesc='Exporter for machine metrics'
+url='https://github.com/prometheus/node_exporter'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git')
+
+backup=('etc/conf.d/prometheus-node-exporter')
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/prometheus/node_exporter/archive/v$pkgver.tar.gz";
+prometheus-node-exporter.conf
+prometheus-node-exporter.service
+prometheus-node-exporter.sysusers)
+
+sha256sums=('a841bf3e236376840be9e1d8e6c4a38196be6f3957b0982d1c7970a5e416b0ad'
+'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
+'457e305760323f941d20248e2ca5817ae4a8b5586f79a2331b968bf3baa66c5b'
+'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c')
+
+build() {
+  cd node_exporter-$pkgver
+
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgv

[arch-commits] Commit in prometheus-node-exporter/trunk (PKGBUILD)

2020-06-16 Thread Jelle van der Waa via arch-commits
Date: Tuesday, June 16, 2020 @ 18:40:10
  Author: jelle
Revision: 389380

upgpkg: prometheus-node-exporter 1.0.1-1

Modified:
  prometheus-node-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 17:51:30 UTC (rev 389379)
+++ PKGBUILD2020-06-16 18:40:10 UTC (rev 389380)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus-node-exporter
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 
 pkgdesc='Exporter for machine metrics'
@@ -19,7 +19,7 @@
 prometheus-node-exporter.service
 prometheus-node-exporter.sysusers)
 
-sha256sums=('2d82dac251e789b75879ebf1ebe94d1dc15c59ffa28ffe4e15b8d2ff63190607'
+sha256sums=('a841bf3e236376840be9e1d8e6c4a38196be6f3957b0982d1c7970a5e416b0ad'
 'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
 '457e305760323f941d20248e2ca5817ae4a8b5586f79a2331b968bf3baa66c5b'
 'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c')


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

2020-06-16 Thread Balló György via arch-commits
Date: Tuesday, June 16, 2020 @ 18:28:44
  Author: bgyorgy
Revision: 646252

archrelease: copy trunk to community-x86_64

Added:
  qstopmotion/repos/
  qstopmotion/repos/community-x86_64/
  qstopmotion/repos/community-x86_64/PKGBUILD
(from rev 646251, qstopmotion/trunk/PKGBUILD)
  qstopmotion/repos/community-x86_64/qstopmotion.appdata.xml
(from rev 646251, qstopmotion/trunk/qstopmotion.appdata.xml)

-+
 PKGBUILD|   32 
 qstopmotion.appdata.xml |   27 +++
 2 files changed, 59 insertions(+)

Copied: qstopmotion/repos/community-x86_64/PKGBUILD (from rev 646251, 
qstopmotion/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-06-16 18:28:44 UTC (rev 646252)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+
+pkgname=qstopmotion
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="Application for creating stop-motion animation movies"
+url="http://qstopmotion.org/";
+license=(GPL2)
+arch=(x86_64)
+depends=(ffmpeg libgphoto2 qt5-multimedia qwt v4l-utils)
+makedepends=(cmake)
+source=("https://downloads.sourceforge.net/$pkgname/Version_${pkgver//./_}/$pkgname-$pkgver-Source.tar.gz";
+"qstopmotion.appdata.xml")
+sha256sums=('1df93e4a42898f4fd6c5ab35bbc82e38e367e7dd3885b44d025ac0d0cb1828d0'
+'fd0c4a63f3cd407143257141ab50cacd500821ded2ba1141a6b54def3490b3f1')
+
+prepare() {
+  [[ -d build ]] || mkdir build
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../$pkgname-$pkgver-Source/ \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+}

Copied: qstopmotion/repos/community-x86_64/qstopmotion.appdata.xml (from rev 
646251, qstopmotion/trunk/qstopmotion.appdata.xml)
===
--- repos/community-x86_64/qstopmotion.appdata.xml  
(rev 0)
+++ repos/community-x86_64/qstopmotion.appdata.xml  2020-06-16 18:28:44 UTC 
(rev 646252)
@@ -0,0 +1,27 @@
+
+
+  org.qstopmotion.qstopmotion
+  qstopmotion.desktop
+  qStopMotion
+  Program to create stop-motion animations
+  CC0-1.0
+  GPL-2.0
+  
+Program to create stop-motion animations. Features:
+
+  Project management using Scenes, Takes and Exposures
+  Live-View of the camera picture
+  Onion-Scinning
+  Take pictures from WebCam, Digicam and Camera
+  Import of existing pictures
+  Export to different video formats
+
+  
+  
+
+​  http://qstopmotion.org/images/screenshots/mode_mixing.png
+
+  
+  https://sourceforge.net/p/qstopmotion/tickets/
+  http://qstopmotion.org/
+


[arch-commits] Commit in (4 files)

2020-06-16 Thread Balló György via arch-commits
Date: Tuesday, June 16, 2020 @ 18:24:24
  Author: bgyorgy
Revision: 646251

Move qstopmotion from AUR

Added:
  qstopmotion/
  qstopmotion/trunk/
  qstopmotion/trunk/PKGBUILD
  qstopmotion/trunk/qstopmotion.appdata.xml

-+
 PKGBUILD|   32 
 qstopmotion.appdata.xml |   27 +++
 2 files changed, 59 insertions(+)

Added: qstopmotion/trunk/PKGBUILD
===
--- qstopmotion/trunk/PKGBUILD  (rev 0)
+++ qstopmotion/trunk/PKGBUILD  2020-06-16 18:24:24 UTC (rev 646251)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+
+pkgname=qstopmotion
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="Application for creating stop-motion animation movies"
+url="http://qstopmotion.org/";
+license=(GPL2)
+arch=(x86_64)
+depends=(ffmpeg libgphoto2 qt5-multimedia qwt v4l-utils)
+makedepends=(cmake)
+source=("https://downloads.sourceforge.net/$pkgname/Version_${pkgver//./_}/$pkgname-$pkgver-Source.tar.gz";
+"qstopmotion.appdata.xml")
+sha256sums=('1df93e4a42898f4fd6c5ab35bbc82e38e367e7dd3885b44d025ac0d0cb1828d0'
+'fd0c4a63f3cd407143257141ab50cacd500821ded2ba1141a6b54def3490b3f1')
+
+prepare() {
+  [[ -d build ]] || mkdir build
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../$pkgname-$pkgver-Source/ \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+}

Added: qstopmotion/trunk/qstopmotion.appdata.xml
===
--- qstopmotion/trunk/qstopmotion.appdata.xml   (rev 0)
+++ qstopmotion/trunk/qstopmotion.appdata.xml   2020-06-16 18:24:24 UTC (rev 
646251)
@@ -0,0 +1,27 @@
+
+
+  org.qstopmotion.qstopmotion
+  qstopmotion.desktop
+  qStopMotion
+  Program to create stop-motion animations
+  CC0-1.0
+  GPL-2.0
+  
+Program to create stop-motion animations. Features:
+
+  Project management using Scenes, Takes and Exposures
+  Live-View of the camera picture
+  Onion-Scinning
+  Take pictures from WebCam, Digicam and Camera
+  Import of existing pictures
+  Export to different video formats
+
+  
+  
+
+​  http://qstopmotion.org/images/screenshots/mode_mixing.png
+
+  
+  https://sourceforge.net/p/qstopmotion/tickets/
+  http://qstopmotion.org/
+


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

2020-06-16 Thread Morten Linderud via arch-commits
Date: Tuesday, June 16, 2020 @ 18:00:14
  Author: foxboron
Revision: 646250

archrelease: copy trunk to community-x86_64

Added:
  helm/repos/community-x86_64/PKGBUILD
(from rev 646249, helm/trunk/PKGBUILD)
Deleted:
  helm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 18:00:05 UTC (rev 646249)
+++ PKGBUILD2020-06-16 18:00:14 UTC (rev 646250)
@@ -1,49 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Lukas Grossar 
-# Contributor: Ivan Shapovalov 
-# Contributor: Wayne Cheng 
-# Contributor: Matthias Lisin 
-
-pkgname=helm
-pkgver=3.2.3
-pkgrel=1
-pkgdesc="The Kubernetes Package Manager"
-arch=("x86_64")
-url="https://helm.sh/";
-license=("Apache")
-depends=('glibc')
-makedepends=("go" "git")
-_commit=8f832046e258e2cb800894579b1b3b50c2d83492
-source=("git+https://github.com/helm/helm.git#commit=$_commit?signed";)
-validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make GOFLAGS="-buildmode=pie -trimpath"
-}
-
-check(){
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make GOFLAGS="-buildmode=pie -trimpath" test-unit
-}
-
-package(){
-cd "${pkgname}"
-install -Dm755 bin/helm -t "$pkgdir/usr/bin"
-bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
-bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
-}

Copied: helm/repos/community-x86_64/PKGBUILD (from rev 646249, 
helm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 18:00:14 UTC (rev 646250)
@@ -0,0 +1,50 @@
+# Maintainer: Morten Linderud 
+# Contributor: Lukas Grossar 
+# Contributor: Ivan Shapovalov 
+# Contributor: Wayne Cheng 
+# Contributor: Matthias Lisin 
+
+pkgname=helm
+pkgver=3.2.4
+pkgrel=1
+pkgdesc="The Kubernetes Package Manager"
+arch=("x86_64")
+url="https://helm.sh/";
+license=("Apache")
+depends=('glibc')
+makedepends=("go" "git")
+_commit=0ad800ef43d3b826f31a5ad8dfbb4fe05d143688
+source=("git+https://github.com/helm/helm.git#commit=$_commit?signed";)
+validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
+  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make GOFLAGS="-buildmode=pie -trimpath"
+}
+
+check(){
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make GOFLAGS="-buildmode=pie -trimpath" test-unit
+}
+
+package(){
+cd "${pkgname}"
+install -Dm755 bin/helm -t "$pkgdir/usr/bin"
+bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
+bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
+}


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

2020-06-16 Thread Morten Linderud via arch-commits
Date: Tuesday, June 16, 2020 @ 18:00:05
  Author: foxboron
Revision: 646249

upgpkg: helm 3.2.4-1

Modified:
  helm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 17:50:00 UTC (rev 646248)
+++ PKGBUILD2020-06-16 18:00:05 UTC (rev 646249)
@@ -5,7 +5,7 @@
 # Contributor: Matthias Lisin 
 
 pkgname=helm
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")
@@ -13,9 +13,10 @@
 license=("Apache")
 depends=('glibc')
 makedepends=("go" "git")
-_commit=8f832046e258e2cb800894579b1b3b50c2d83492
+_commit=0ad800ef43d3b826f31a5ad8dfbb4fe05d143688
 source=("git+https://github.com/helm/helm.git#commit=$_commit?signed";)
-validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E')
+validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
+  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in intel-ucode/repos (testing-any testing-any/PKGBUILD)

2020-06-16 Thread Christian Hesse via arch-commits
Date: Tuesday, June 16, 2020 @ 17:51:30
  Author: eworm
Revision: 389379

archrelease: copy trunk to testing-any

Added:
  intel-ucode/repos/testing-any/
  intel-ucode/repos/testing-any/PKGBUILD
(from rev 389378, intel-ucode/trunk/PKGBUILD)

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

Copied: intel-ucode/repos/testing-any/PKGBUILD (from rev 389378, 
intel-ucode/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-06-16 17:51:30 UTC (rev 389379)
@@ -0,0 +1,28 @@
+# Maintainer: Thomas Bächler 
+
+pkgname=intel-ucode
+pkgver=20200616
+pkgrel=1
+pkgdesc='Microcode update files for Intel CPUs'
+arch=('any')
+url='https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files'
+replaces=('microcode_ctl')
+makedepends=('iucode-tool')
+license=('custom')
+source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz";)
+sha256sums=('eb4f939421ac6cdea3c586c9d984ec518320f00c07eb2b3d6754309c83c93371')
+
+build() {
+  cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+  rm -f intel-ucode{,-with-caveats}/list
+  mkdir -p kernel/x86/microcode
+  iucode_tool --write-earlyfw=intel-ucode.img intel-ucode{,-with-caveats}/
+}
+
+package() {
+  cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
+
+  install -D -m0644 intel-ucode.img "${pkgdir}"/boot/intel-ucode.img
+  install -D -m0644 license "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2020-06-16 Thread Christian Hesse via arch-commits
Date: Tuesday, June 16, 2020 @ 17:51:23
  Author: eworm
Revision: 389378

upgpkg: intel-ucode 20200616-1

new upstream release

Modified:
  intel-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 16:39:43 UTC (rev 389377)
+++ PKGBUILD2020-06-16 17:51:23 UTC (rev 389378)
@@ -1,8 +1,8 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=intel-ucode
-pkgver=20200609
-pkgrel=2
+pkgver=20200616
+pkgrel=1
 pkgdesc='Microcode update files for Intel CPUs'
 arch=('any')
 url='https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files'
@@ -9,17 +9,9 @@
 replaces=('microcode_ctl')
 makedepends=('iucode-tool')
 license=('custom')
-source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz";
-
'intel-ucode-06-4e-03::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/raw/437f382b1be4412b9d03e2bbdcda46d83d581242/intel-ucode/06-4e-03')
-sha256sums=('6c5295265abd03a7cdc815b85bff4f98387f813826a88935904bc2bbc783d5e4'
-'0e4d61493592bcd6acb9f2b5047cd1eede17dad5e3a2bfe8e2774c4099ab53df')
+source=("${pkgname}-${pkgver/./}.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${pkgver/./}.tar.gz";)
+sha256sums=('eb4f939421ac6cdea3c586c9d984ec518320f00c07eb2b3d6754309c83c93371')
 
-prepare() {
-  # https://bugs.archlinux.org/task/6449://bugs.archlinux.org/task/66978
-  # 
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/31
-  install -m0644 intel-ucode-06-4e-03 
Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}/intel-ucode/06-4e-03
-}
-
 build() {
   cd Intel-Linux-Processor-Microcode-Data-Files-microcode-${pkgver/./}
 


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

2020-06-16 Thread Morten Linderud via arch-commits
Date: Tuesday, June 16, 2020 @ 17:50:00
  Author: foxboron
Revision: 646248

archrelease: copy trunk to community-x86_64

Added:
  conmon/repos/community-x86_64/PKGBUILD
(from rev 646247, conmon/trunk/PKGBUILD)
Deleted:
  conmon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 17:49:53 UTC (rev 646247)
+++ PKGBUILD2020-06-16 17:50:00 UTC (rev 646248)
@@ -1,30 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=conmon
-pkgver=2.0.17
-pkgrel=1
-epoch=1
-pkgdesc='OCI container runtime monitor'
-arch=(x86_64)
-url='https://github.com/containers/conmon'
-license=(APACHE)
-depends=(glibc glib2 systemd-libs)
-makedepends=(git)
-_commit=41877362fc4685d55e0473d2e4a1cbe5e1debee0 # tags/v2.0.17
-source=("git+https://github.com/containers/conmon#commit=${_commit}";)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd conmon
-  make PREFIX=/usr LIBEXECDIR=/usr/lib DESTDIR="$pkgdir"
-}
-
-package() {
-  install -Dm755 conmon/bin/conmon "$pkgdir/usr/bin/conmon"
-}

Copied: conmon/repos/community-x86_64/PKGBUILD (from rev 646247, 
conmon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 17:50:00 UTC (rev 646248)
@@ -0,0 +1,30 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=conmon
+pkgver=2.0.18
+pkgrel=1
+epoch=1
+pkgdesc='OCI container runtime monitor'
+arch=(x86_64)
+url='https://github.com/containers/conmon'
+license=(APACHE)
+depends=(glibc glib2 systemd-libs)
+makedepends=(git)
+_commit=7b3e303be8f1aea7e0d4a784c8e64a75c14756a4 # tags/v2.0.18
+source=("git+https://github.com/containers/conmon#commit=${_commit}";)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd conmon
+  make PREFIX=/usr LIBEXECDIR=/usr/lib DESTDIR="$pkgdir"
+}
+
+package() {
+  install -Dm755 conmon/bin/conmon "$pkgdir/usr/bin/conmon"
+}


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

2020-06-16 Thread Morten Linderud via arch-commits
Date: Tuesday, June 16, 2020 @ 17:48:31
  Author: foxboron
Revision: 646245

upgpkg: nvme-cli 1.12-1

Modified:
  nvme-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 17:29:50 UTC (rev 646244)
+++ PKGBUILD2020-06-16 17:48:31 UTC (rev 646245)
@@ -5,7 +5,7 @@
 # Contributor: Martin Schrodt 
 
 pkgname=nvme-cli
-pkgver=1.11.2
+pkgver=1.12
 pkgrel=1
 pkgdesc="NVM-Express user space tooling for Linux"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('libsystemd')
 # checkdepends=('python2-nose' 'python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('8da56ba2e02f05a2d3027379e012e16a6af1a5f7be2241fa5cb9b9222ad465c2')
+sha256sums=('a75270e65a4a7a6add48f748ba216d8f68d78f90f8cb77e88e9753b74d527991')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2020-06-16 Thread Morten Linderud via arch-commits
Date: Tuesday, June 16, 2020 @ 17:49:53
  Author: foxboron
Revision: 646247

upgpkg: conmon 1:2.0.18-1

Modified:
  conmon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 17:48:39 UTC (rev 646246)
+++ PKGBUILD2020-06-16 17:49:53 UTC (rev 646247)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=conmon
-pkgver=2.0.17
+pkgver=2.0.18
 pkgrel=1
 epoch=1
 pkgdesc='OCI container runtime monitor'
@@ -11,7 +11,7 @@
 license=(APACHE)
 depends=(glibc glib2 systemd-libs)
 makedepends=(git)
-_commit=41877362fc4685d55e0473d2e4a1cbe5e1debee0 # tags/v2.0.17
+_commit=7b3e303be8f1aea7e0d4a784c8e64a75c14756a4 # tags/v2.0.18
 source=("git+https://github.com/containers/conmon#commit=${_commit}";)
 md5sums=('SKIP')
 


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

2020-06-16 Thread Morten Linderud via arch-commits
Date: Tuesday, June 16, 2020 @ 17:48:39
  Author: foxboron
Revision: 646246

archrelease: copy trunk to community-x86_64

Added:
  nvme-cli/repos/community-x86_64/PKGBUILD
(from rev 646245, nvme-cli/trunk/PKGBUILD)
Deleted:
  nvme-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 17:48:31 UTC (rev 646245)
+++ PKGBUILD2020-06-16 17:48:39 UTC (rev 646246)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Devin Cofer 
-# Contributor: DriverX
-# Contributor: Nicolas Quiénot 
-# Contributor: Martin Schrodt 
-
-pkgname=nvme-cli
-pkgver=1.11.2
-pkgrel=1
-pkgdesc="NVM-Express user space tooling for Linux"
-arch=('i686' 'x86_64')
-url="https://github.com/linux-nvme/nvme-cli";
-license=('GPL')
-makedepends=('libsystemd')
-# checkdepends=('python2-nose' 'python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('8da56ba2e02f05a2d3027379e012e16a6af1a5f7be2241fa5cb9b9222ad465c2')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   make PREFIX=/usr
-}
-
-# Tests require a working NVME disk.
-# check() {
-#  cd "${pkgname}-${pkgver}"
-#  make test
-# }
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="$pkgdir" UDEVDIR=/usr/lib/udev PREFIX=/usr 
SBINDIR=/usr/bin install
-}

Copied: nvme-cli/repos/community-x86_64/PKGBUILD (from rev 646245, 
nvme-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 17:48:39 UTC (rev 646246)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: Devin Cofer 
+# Contributor: DriverX
+# Contributor: Nicolas Quiénot 
+# Contributor: Martin Schrodt 
+
+pkgname=nvme-cli
+pkgver=1.12
+pkgrel=1
+pkgdesc="NVM-Express user space tooling for Linux"
+arch=('i686' 'x86_64')
+url="https://github.com/linux-nvme/nvme-cli";
+license=('GPL')
+makedepends=('libsystemd')
+# checkdepends=('python2-nose' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('a75270e65a4a7a6add48f748ba216d8f68d78f90f8cb77e88e9753b74d527991')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   make PREFIX=/usr
+}
+
+# Tests require a working NVME disk.
+# check() {
+#  cd "${pkgname}-${pkgver}"
+#  make test
+# }
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="$pkgdir" UDEVDIR=/usr/lib/udev PREFIX=/usr 
SBINDIR=/usr/bin install
+}


[arch-commits] Commit in dkms/repos (16 files)

2020-06-16 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, June 16, 2020 @ 16:39:43
  Author: seblu
Revision: 389377

db-move: moved dkms from [testing] to [extra] (any)

Added:
  
dkms/repos/extra-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch
(from rev 389376, 
dkms/repos/testing-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch)
  dkms/repos/extra-any/PKGBUILD
(from rev 389376, dkms/repos/testing-any/PKGBUILD)
  dkms/repos/extra-any/PKGBUILD.26
(from rev 389376, dkms/repos/testing-any/PKGBUILD.26)
  dkms/repos/extra-any/dkms.install
(from rev 389376, dkms/repos/testing-any/dkms.install)
  dkms/repos/extra-any/hook.install
(from rev 389376, dkms/repos/testing-any/hook.install)
  dkms/repos/extra-any/hook.remove
(from rev 389376, dkms/repos/testing-any/hook.remove)
  dkms/repos/extra-any/hook.sh
(from rev 389376, dkms/repos/testing-any/hook.sh)
  dkms/repos/extra-any/hook.upgrade
(from rev 389376, dkms/repos/testing-any/hook.upgrade)
Deleted:
  
dkms/repos/extra-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch
  dkms/repos/extra-any/PKGBUILD
  dkms/repos/extra-any/PKGBUILD.26
  dkms/repos/extra-any/dkms.install
  dkms/repos/extra-any/hook.install
  dkms/repos/extra-any/hook.remove
  dkms/repos/extra-any/hook.sh
  dkms/repos/testing-any/

---+
 /0001-Revert-Make-newly-installed-modules-available-immedi.patch  |   
31 +
 /PKGBUILD |   
73 ++
 /PKGBUILD.26  |   
69 ++
 /dkms.install |   
13 
 /hook.install |   
14 
 /hook.remove  |   
13 
 /hook.sh  |  
251 ++
 extra-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch |   
31 -
 extra-any/PKGBUILD|   
65 --
 extra-any/PKGBUILD.26 |   
69 --
 extra-any/dkms.install|   
13 
 extra-any/hook.install|   
14 
 extra-any/hook.remove |   
16 
 extra-any/hook.sh |  
200 ---
 extra-any/hook.upgrade|   
13 
 15 files changed, 477 insertions(+), 408 deletions(-)

Deleted: 
extra-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch
===
--- extra-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch   
2020-06-16 16:23:18 UTC (rev 389376)
+++ extra-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch   
2020-06-16 16:39:43 UTC (rev 389377)
@@ -1,31 +0,0 @@
-From ca38ccd38c69a096dafa51c426ee3548980d5e2a Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= 
-Date: Sat, 8 Jul 2017 15:50:55 +0200
-Subject: [PATCH] Revert "Make newly installed modules available immediately"
-To: dkms-de...@dell.com
-
-This reverts commit f5bfb12fef1fc06e56355cdba500eaa98d4e6aa8.

- dkms | 6 --
- 1 file changed, 6 deletions(-)
-
-diff --git a/dkms b/dkms
-index a6cedc8..3ff71d5 100644
 a/dkms
-+++ b/dkms
-@@ -1522,12 +1522,6 @@ install_module()
- exit 6
- }
- 
--# Make the newly installed modules available immediately
--find /sys/devices -name modalias -print0 | xargs -0 cat | xargs modprobe 
-a -b -q
--if [ -f /lib/systemd/system/systemd-modules-load.service ]; then
--systemctl restart systemd-modules-load.service
--fi
--
- # Do remake_initrd things (save old initrd)
- [[ $remake_initrd ]] && ! make_initrd "$kernelver" "$arch" && {
- do_uninstall "$kernelver" "$arch"
--- 
-Sébastien "Seblu" Luttringer
-

Copied: 
dkms/repos/extra-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch
 (from rev 389376, 
dkms/repos/testing-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch)
===
--- extra-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch   
(rev 0)
+++ extra-any/0001-Revert-Make-newly-installed-modules-available-immedi.patch   
2020-06-16 16:39:43 UTC (rev 389377)
@@ -0,0 +1,31 @@
+From ca38ccd38c69a096dafa51c426ee3548980d5e2a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= 
+Date: Sat, 8 Jul 2017 15:50:55 +0200
+Subject: [PATCH] Revert "Make newly installed modules available immediately"
+To: dkms-de...@dell.com
+
+This reverts commit f5bfb12fef1fc06e56355cdba500eaa

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

2020-06-16 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, June 16, 2020 @ 16:23:18
  Author: seblu
Revision: 389376

archrelease: copy trunk to extra-x86_64

Added:
  libnetfilter_queue/repos/extra-x86_64/PKGBUILD
(from rev 389375, libnetfilter_queue/trunk/PKGBUILD)
Deleted:
  libnetfilter_queue/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 16:23:12 UTC (rev 389375)
+++ PKGBUILD2020-06-16 16:23:18 UTC (rev 389376)
@@ -1,30 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Sergej Pupykin 
-# Contributor: Kevin Edmonds 
-# Contributor: Filip Wojciechowski, filip at loka dot pl
-
-pkgname=libnetfilter_queue
-pkgver=1.0.3
-pkgrel=2
-pkgdesc='Userspace API to packets that have been queued by the kernel packet 
filter'
-arch=('x86_64')
-url='https://www.netfilter.org/projects/libnetfilter_queue/'
-license=('GPL')
-depends=('libnfnetlink' 'libmnl')
-validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC'
-  'C09DB2063F1D7034BA6152ADAB4655A126D292E4')
-source=("https://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
-md5sums=('700ce0ae4784257ab5abe6fd1802f366'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnetfilter_queue/repos/extra-x86_64/PKGBUILD (from rev 389375, 
libnetfilter_queue/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 16:23:18 UTC (rev 389376)
@@ -0,0 +1,30 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Sergej Pupykin 
+# Contributor: Kevin Edmonds 
+# Contributor: Filip Wojciechowski, filip at loka dot pl
+
+pkgname=libnetfilter_queue
+pkgver=1.0.5
+pkgrel=1
+pkgdesc='Userspace API to packets that have been queued by the kernel packet 
filter'
+arch=('x86_64')
+url='https://www.netfilter.org/projects/libnetfilter_queue/'
+license=('GPL')
+depends=('libnfnetlink' 'libmnl')
+validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC'
+  'C09DB2063F1D7034BA6152ADAB4655A126D292E4')
+source=("https://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha256sums=('f9ff3c11305d6e03d81405957bdc11aea18e0d315c3e3f48da53a24ba251b9f5'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-16 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, June 16, 2020 @ 16:23:12
  Author: seblu
Revision: 389375

upgpkg: libnetfilter_queue 1.0.5-1

Modified:
  libnetfilter_queue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 16:18:33 UTC (rev 389374)
+++ PKGBUILD2020-06-16 16:23:12 UTC (rev 389375)
@@ -4,8 +4,8 @@
 # Contributor: Filip Wojciechowski, filip at loka dot pl
 
 pkgname=libnetfilter_queue
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
 pkgdesc='Userspace API to packets that have been queued by the kernel packet 
filter'
 arch=('x86_64')
 url='https://www.netfilter.org/projects/libnetfilter_queue/'
@@ -14,8 +14,8 @@
 validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC'
   'C09DB2063F1D7034BA6152ADAB4655A126D292E4')
 
source=("https://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
-md5sums=('700ce0ae4784257ab5abe6fd1802f366'
- 'SKIP')
+sha256sums=('f9ff3c11305d6e03d81405957bdc11aea18e0d315c3e3f48da53a24ba251b9f5'
+'SKIP')
 
 build() {
   cd $pkgname-$pkgver


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

2020-06-16 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, June 16, 2020 @ 16:22:11
  Author: seblu
Revision: 646242

upgpkg: bashtop 0.9.11-1

Modified:
  bashtop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 16:00:59 UTC (rev 646241)
+++ PKGBUILD2020-06-16 16:22:11 UTC (rev 646242)
@@ -1,7 +1,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=bashtop
-pkgver=0.9.1
+pkgver=0.9.11
 pkgrel=1
 pkgdesc='Linux resource monitor'
 arch=('any')


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

2020-06-16 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, June 16, 2020 @ 16:22:16
  Author: seblu
Revision: 646243

archrelease: copy trunk to community-any

Added:
  bashtop/repos/community-any/PKGBUILD
(from rev 646242, bashtop/trunk/PKGBUILD)
Deleted:
  bashtop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 16:22:11 UTC (rev 646242)
+++ PKGBUILD2020-06-16 16:22:16 UTC (rev 646243)
@@ -1,33 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=bashtop
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Linux resource monitor'
-arch=('any')
-url="https://github.com/aristocratos/bashtop";
-license=('Apache')
-depends=('bash' 'coreutils' 'grep' 'sed' 'gawk' 'procps-ng')
-makedepends=('git' 'sed')
-optdepends=(
-  'curl: themes download'
-  'lm_sensors: cpu temperatures'
-  'sysstat: disk read/write stats'
-  'python-psutil: use python for data collection'
-)
-source=("git+https://github.com/aristocratos/bashtop.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-
-prepare() {
-  cd $pkgname
-  # disable update check
-  sed -ri 's,^update_check="true"$,update_check="false",' bashtop
-}
-
-package() {
-   cd $pkgname
-   install -Dm755 bashtop -t "$pkgdir/usr/bin"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bashtop/repos/community-any/PKGBUILD (from rev 646242, 
bashtop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 16:22:16 UTC (rev 646243)
@@ -0,0 +1,33 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=bashtop
+pkgver=0.9.11
+pkgrel=1
+pkgdesc='Linux resource monitor'
+arch=('any')
+url="https://github.com/aristocratos/bashtop";
+license=('Apache')
+depends=('bash' 'coreutils' 'grep' 'sed' 'gawk' 'procps-ng')
+makedepends=('git' 'sed')
+optdepends=(
+  'curl: themes download'
+  'lm_sensors: cpu temperatures'
+  'sysstat: disk read/write stats'
+  'python-psutil: use python for data collection'
+)
+source=("git+https://github.com/aristocratos/bashtop.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+
+prepare() {
+  cd $pkgname
+  # disable update check
+  sed -ri 's,^update_check="true"$,update_check="false",' bashtop
+}
+
+package() {
+   cd $pkgname
+   install -Dm755 bashtop -t "$pkgdir/usr/bin"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-16 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, June 16, 2020 @ 16:18:27
  Author: seblu
Revision: 389373

upgpkg: nftables 1:0.9.6-1

Modified:
  nftables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 16:05:32 UTC (rev 389372)
+++ PKGBUILD2020-06-16 16:18:27 UTC (rev 389373)
@@ -2,7 +2,7 @@
 
 pkgname=nftables
 epoch=1
-pkgver=0.9.4
+pkgver=0.9.6
 pkgrel=1
 pkgdesc='Netfilter tables userspace tools'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 
source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
 'nftables.conf'
 'nftables.service')
-sha256sums=('08b8683a9db5fba980bc092b75288af98d218bbe8ab446daf2338570d0730f9a'
+sha256sums=('68d6fdfe8ab02303e6b1f13968a4022da5b0120110eaee3233d806857937b66e'
 'SKIP'
 '7b00611bb0533ca2f4abce14e22e9de39c344e241d4eae884c5e594d1b1ce8df'
 '3c6a34a400022450df0b6e97b3f16eea5cab7741a0e5f16858b46a3e6591b5af')
@@ -40,7 +40,8 @@
 --prefix=/usr \
 --sbindir=/usr/bin \
 --sysconfdir=/usr/share \
---with-json
+--with-json \
+--disable-debug
   make
 }
 


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

2020-06-16 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, June 16, 2020 @ 16:18:33
  Author: seblu
Revision: 389374

archrelease: copy trunk to extra-x86_64

Added:
  nftables/repos/extra-x86_64/PKGBUILD
(from rev 389373, nftables/trunk/PKGBUILD)
  nftables/repos/extra-x86_64/nftables.conf
(from rev 389373, nftables/trunk/nftables.conf)
  nftables/repos/extra-x86_64/nftables.service
(from rev 389373, nftables/trunk/nftables.service)
Deleted:
  nftables/repos/extra-x86_64/PKGBUILD
  nftables/repos/extra-x86_64/nftables.conf
  nftables/repos/extra-x86_64/nftables.service

--+
 PKGBUILD |  115 ++---
 nftables.conf|   76 +--
 nftables.service |   30 ++---
 3 files changed, 111 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 16:18:27 UTC (rev 389373)
+++ PKGBUILD2020-06-16 16:18:33 UTC (rev 389374)
@@ -1,57 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer 
-
-pkgname=nftables
-epoch=1
-pkgver=0.9.4
-pkgrel=1
-pkgdesc='Netfilter tables userspace tools'
-arch=('x86_64')
-url='https://netfilter.org/projects/nftables/'
-license=('GPL2')
-depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses' 'jansson')
-optdepends=('python: Python bindings')
-makedepends=('asciidoc' 'python')
-backup=('etc/nftables.conf')
-validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
-source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
-'nftables.conf'
-'nftables.service')
-sha256sums=('08b8683a9db5fba980bc092b75288af98d218bbe8ab446daf2338570d0730f9a'
-'SKIP'
-'7b00611bb0533ca2f4abce14e22e9de39c344e241d4eae884c5e594d1b1ce8df'
-'3c6a34a400022450df0b6e97b3f16eea5cab7741a0e5f16858b46a3e6591b5af')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/usr/share \
---with-json
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-  # basic safe firewall config
-  install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
-  # systemd
-  install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nftables/repos/extra-x86_64/PKGBUILD (from rev 389373, 
nftables/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 16:18:33 UTC (rev 389374)
@@ -0,0 +1,58 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+
+pkgname=nftables
+epoch=1
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Netfilter tables userspace tools'
+arch=('x86_64')
+url='https://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses' 'jansson')
+optdepends=('python: Python bindings')
+makedepends=('asciidoc' 'python')
+backup=('etc/nftables.conf')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
+'nftables.conf'
+'nftables.service')
+sha256sums=('68d6fdfe8ab02303e6b1f13968a4022da5b0120110eaee3233d806857937b66e'
+'SKIP'
+'7b00611bb0533ca2f4abce14e22e9de39c344e241d4eae884c5e594d1b1ce8df'
+'3c6a34a400022450df0b6e97b3f16eea5cab7741a0e5f16858b46a3e6591b5af')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/usr/share \
+--with-json \
+--disable-debug
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  popd
+  # basic safe firewall config
+  install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
+  # systemd
+  install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: nftables.conf
===
--- nftables.conf   2020-06-16 16:18:27 UTC (rev 389373)
+++ nftables.conf   2020-06-16 16:18:33 UTC (rev 389374)
@@ -1,38 +0,0 @@
-#!/usr/bin/nft -f
-# ipv4/ipv6 Simple & Safe Firewall
-# you can find examples in /usr/share/nftables/
-
-table ine

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

2020-06-16 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, June 16, 2020 @ 16:05:32
  Author: seblu
Revision: 389372

archrelease: copy trunk to testing-x86_64

Added:
  file/repos/testing-x86_64/
  
file/repos/testing-x86_64/0001-Revert-Don-t-depend-on-the-execute-bit-to-determine-.patch
(from rev 389371, 
file/trunk/0001-Revert-Don-t-depend-on-the-execute-bit-to-determine-.patch)
  file/repos/testing-x86_64/PKGBUILD
(from rev 389371, file/trunk/PKGBUILD)
  file/repos/testing-x86_64/file-5.38-seccomp-tcgets.patch
(from rev 389371, file/trunk/file-5.38-seccomp-tcgets.patch)

-+
 0001-Revert-Don-t-depend-on-the-execute-bit-to-determine-.patch |   30 +
 PKGBUILD|   59 
++
 file-5.38-seccomp-tcgets.patch  |   28 
 3 files changed, 117 insertions(+)

Copied: 
file/repos/testing-x86_64/0001-Revert-Don-t-depend-on-the-execute-bit-to-determine-.patch
 (from rev 389371, 
file/trunk/0001-Revert-Don-t-depend-on-the-execute-bit-to-determine-.patch)
===
--- 
testing-x86_64/0001-Revert-Don-t-depend-on-the-execute-bit-to-determine-.patch  
(rev 0)
+++ 
testing-x86_64/0001-Revert-Don-t-depend-on-the-execute-bit-to-determine-.patch  
2020-06-16 16:05:32 UTC (rev 389372)
@@ -0,0 +1,30 @@
+From 84221b0370a8b49e0fa2dbd88c89fb6e87ec95bd Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= 
+Date: Fri, 24 Jan 2020 17:07:11 +0100
+Subject: [PATCH] Revert "Don't depend on the execute bit to determine pie
+ executable or shared object."
+
+This reverts commit d653309de04ed10fdeda79f2c6ca7a7e96e122f1.
+---
+ magic/Magdir/elf | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/magic/Magdir/elf b/magic/Magdir/elf
+index b5a2e00b..a35b615d 100644
+--- a/magic/Magdir/elf
 b/magic/Magdir/elf
+@@ -50,8 +50,9 @@
+ !:mimeapplication/x-object
+ >16   leshort 2   executable,
+ !:mimeapplication/x-executable
+->16   leshort 3   shared object,
+-!:mimeapplication/x-sharedlib
++>16   leshort 3   ${x?pie executable:shared object},
++
++!:mimeapplication/x-${x?pie-executable:sharedlib}
+ >16   leshort 4   core file,
+ !:mimeapplication/x-coredump
+ # OS-specific
+-- 
+2.25.0
+

Copied: file/repos/testing-x86_64/PKGBUILD (from rev 389371, 
file/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-16 16:05:32 UTC (rev 389372)
@@ -0,0 +1,59 @@
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.39
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('x86_64')
+license=('custom')
+groups=('base-devel')
+url='https://www.darwinsys.com/file/'
+depends=('glibc' 'zlib' 'xz' 'bzip2' 'libseccomp' 'libseccomp.so')
+provides=('libmagic.so')
+source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
+sha256sums=('f05d286a76d9556243d0cb05814929c2ecf3a5ba07963f8f70bfaaa70517fad1'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+echo "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Fix linking libmagic (vfork needs libpthread)
+  CFLAGS+=" -pthread"
+
+  ./configure \
+--prefix=/usr \
+--datadir=/usr/share/file \
+--enable-fsect-man5 \
+--enable-libseccomp
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: file/repos/testing-x86_64/file-5.38-seccomp-tcgets.patch (from rev 
389371, file/trunk/file-5.38-seccomp-tcgets.patch)
===
--- testing-x86_64/file-5.38-seccomp-tcgets.patch   
(rev 0)
+++ testing-x86_64/file-5.38-seccomp-tcgets.patch   2020-06-16 16:05:32 UTC 
(rev 389372)
@@ -0,0 +1,28 @@
+From 78573ec1c43346064661169c5c8df32e7c3bd6d6 Mon Sep 17 00:00:00 2001
+From: Christos Zoulas 
+Date: Fri, 17 Jan 2020 17:12:58 +
+Subject: [PATCH] PR/130: tobias: adjust seccomp for ioctl on hardwired
+ terminal
+
+---
+ src/seccomp.c | 8 ++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/src/seccomp.c b/src/seccomp.c
+ind

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

2020-06-16 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, June 16, 2020 @ 16:05:26
  Author: seblu
Revision: 389371

upgpkg: file 5.39-1

Modified:
  file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 16:04:30 UTC (rev 389370)
+++ PKGBUILD2020-06-16 16:05:26 UTC (rev 389371)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Radke 
 
 pkgname=file
-pkgver=5.38
-pkgrel=3
+pkgver=5.39
+pkgrel=1
 pkgdesc='File type identification utility'
 arch=('x86_64')
 license=('custom')
@@ -12,14 +12,10 @@
 url='https://www.darwinsys.com/file/'
 depends=('glibc' 'zlib' 'xz' 'bzip2' 'libseccomp' 'libseccomp.so')
 provides=('libmagic.so')
-source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
-file-5.38-seccomp-tcgets.patch
-0001-Revert-Don-t-depend-on-the-execute-bit-to-determine-.patch)
+source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
-sha256sums=('593c2ffc2ab349c5aea0f55fedfe4d681737b6b62376a9b3ad1e77b2cc19fa34'
-'SKIP'
-'da6197e89ca53bd4f0d9009fa3a18c6fdb66dc07eb92e6bd77207eadb4548cfe'
-'5636b444d147d6598c3defd0ce0a9b28056f2f64b09ef7f032337ed0308b8490')
+sha256sums=('f05d286a76d9556243d0cb05814929c2ecf3a5ba07963f8f70bfaaa70517fad1'
+'SKIP')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -29,7 +25,7 @@
 src="${src%%::*}"
 src="${src##*/}"
 [[ $src = *.patch ]] || continue
-msg2 "Applying patch $src..."
+echo "Applying patch $src..."
 patch -Np1 < "../$src"
   done
 }


[arch-commits] Commit in xdg-desktop-portal-kde/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-06-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 16, 2020 @ 16:04:30
  Author: arojas
Revision: 389370

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD
(from rev 389369, xdg-desktop-portal-kde/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 16:04:17 UTC (rev 389369)
+++ PKGBUILD2020-06-16 16:04:30 UTC (rev 389370)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=xdg-desktop-portal-kde
-pkgver=5.19.0
-pkgrel=1
-pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(pipewire kirigami2 plasma-framework)
-makedepends=(extra-cmake-modules)
-provides=(xdg-desktop-portal-impl)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('acb36b7dae58cd6f5e762a4736a81a71322d1b0aeeb1fdc4f4b286c01f720473'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: xdg-desktop-portal-kde/repos/extra-x86_64/PKGBUILD (from rev 389369, 
xdg-desktop-portal-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 16:04:30 UTC (rev 389370)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=xdg-desktop-portal-kde
+pkgver=5.19.1
+pkgrel=1
+pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(pipewire kirigami2 plasma-framework)
+makedepends=(extra-cmake-modules)
+provides=(xdg-desktop-portal-impl)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f5138c1eccbad13807469439141c9fb022513ed07eba82dc7933459016aa93f2'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-06-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 16, 2020 @ 16:04:17
  Author: arojas
Revision: 389369

archrelease: copy trunk to extra-x86_64

Added:
  user-manager/repos/extra-x86_64/PKGBUILD
(from rev 389368, user-manager/trunk/PKGBUILD)
Deleted:
  user-manager/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 16:04:05 UTC (rev 389368)
+++ PKGBUILD2020-06-16 16:04:17 UTC (rev 389369)
@@ -1,29 +0,0 @@
-# Maintainer:Antonio Rojas 
-
-pkgname=user-manager
-pkgver=5.19.0
-pkgrel=1
-pkgdesc='A simple system settings module to manage the users of your system'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(accountsservice libpwquality kio)
-makedepends=(extra-cmake-modules kcmutils)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('55e185dc2f348994fdae2b9de03e4e64cda1d49dbdcc48433ee0152d5417758f'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: user-manager/repos/extra-x86_64/PKGBUILD (from rev 389368, 
user-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 16:04:17 UTC (rev 389369)
@@ -0,0 +1,29 @@
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.19.1
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(accountsservice libpwquality kio)
+makedepends=(extra-cmake-modules kcmutils)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1d52067bf5058af1cd389243f752b420046ab68bf9721e8851528596596081f2'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in plasma-workspace-wallpapers/repos/extra-any (2 files)

2020-06-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 16, 2020 @ 16:03:44
  Author: arojas
Revision: 389367

archrelease: copy trunk to extra-any

Added:
  plasma-workspace-wallpapers/repos/extra-any/PKGBUILD
(from rev 389366, plasma-workspace-wallpapers/trunk/PKGBUILD)
Deleted:
  plasma-workspace-wallpapers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 16:03:32 UTC (rev 389366)
+++ PKGBUILD2020-06-16 16:03:44 UTC (rev 389367)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.19.0
-pkgrel=1
-pkgdesc='Additional wallpapers for the Plasma Workspace'
-arch=(any)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-makedepends=(extra-cmake-modules qt5-base)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fc4224a0c68e0ad44ca5894effedf6b4be92514d5905659825f4eb94f43e118b'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 389366, 
plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 16:03:44 UTC (rev 389367)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.19.1
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c14d607a1b6544ddb301d58a0f78a7aecd06b1ec6c131a960a0de557c070135e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2020-06-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 16, 2020 @ 16:03:17
  Author: arojas
Revision: 389365

archrelease: copy trunk to extra-x86_64

Added:
  plasma-thunderbolt/repos/extra-x86_64/PKGBUILD
(from rev 389364, plasma-thunderbolt/trunk/PKGBUILD)
Deleted:
  plasma-thunderbolt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 16:03:05 UTC (rev 389364)
+++ PKGBUILD2020-06-16 16:03:17 UTC (rev 389365)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-thunderbolt
-pkgver=5.19.0
-pkgrel=1
-pkgdesc="Plasma integration for controlling Thunderbolt devices"
-arch=(x86_64)
-url="https://kde.org/plasma-desktop";
-license=(LGPL)
-groups=(plasma)
-depends=(bolt kcmutils)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6beba23ed7fedaec9fa53d138bece3e3631ae96b120dd9764e47744264cb7f1f'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-thunderbolt/repos/extra-x86_64/PKGBUILD (from rev 389364, 
plasma-thunderbolt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 16:03:17 UTC (rev 389365)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-thunderbolt
+pkgver=5.19.1
+pkgrel=1
+pkgdesc="Plasma integration for controlling Thunderbolt devices"
+arch=(x86_64)
+url="https://kde.org/plasma-desktop";
+license=(LGPL)
+groups=(plasma)
+depends=(bolt kcmutils)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5c2a713381969ad359ea20665df55f5e3cd1cc089d178f070a17194c9ada51fa'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2020-06-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 16, 2020 @ 16:04:05
  Author: arojas
Revision: 389368

archrelease: copy trunk to extra-x86_64

Added:
  sddm-kcm/repos/extra-x86_64/PKGBUILD
(from rev 389367, sddm-kcm/trunk/PKGBUILD)
Deleted:
  sddm-kcm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 16:03:44 UTC (rev 389367)
+++ PKGBUILD2020-06-16 16:04:05 UTC (rev 389368)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=sddm-kcm
-pkgver=5.19.0
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL)
-depends=(sddm knewstuff)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8d8118150c75cbfa21547db57ed1445d391c501a483be8a9ee9cdc20acee5cfe'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 389367, 
sddm-kcm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 16:04:05 UTC (rev 389368)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm-kcm
+pkgver=5.19.1
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL)
+depends=(sddm knewstuff)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('40fa74b434060ce16fdeb7c7299ec9fbe57a2a4ec32914909573f67424445d78'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2020-06-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 16, 2020 @ 16:03:05
  Author: arojas
Revision: 389364

archrelease: copy trunk to extra-x86_64

Added:
  plasma-sdk/repos/extra-x86_64/PKGBUILD
(from rev 389363, plasma-sdk/trunk/PKGBUILD)
Deleted:
  plasma-sdk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 16:02:54 UTC (rev 389363)
+++ PKGBUILD2020-06-16 16:03:05 UTC (rev 389364)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-sdk
-pkgver=5.19.0
-pkgrel=1
-pkgdesc="Applications useful for Plasma development"
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(plasma-framework perl)
-makedepends=(extra-cmake-modules kdoctools ktexteditor)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4c1283c78c0ff1cb748d6a6efb745fcf198f7047ca51d492e76bbef15c53837f'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-sdk/repos/extra-x86_64/PKGBUILD (from rev 389363, 
plasma-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 16:03:05 UTC (rev 389364)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.19.1
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-framework perl)
+makedepends=(extra-cmake-modules kdoctools ktexteditor)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6bcea6cd45b9f73b8e2150ebfeb271b30b1eca4ec14a4fbb93d5213c3b260ffd'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2020-06-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 16, 2020 @ 16:03:32
  Author: arojas
Revision: 389366

archrelease: copy trunk to extra-x86_64

Added:
  plasma-vault/repos/extra-x86_64/PKGBUILD
(from rev 389365, plasma-vault/trunk/PKGBUILD)
Deleted:
  plasma-vault/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 16:03:17 UTC (rev 389365)
+++ PKGBUILD2020-06-16 16:03:32 UTC (rev 389366)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma-vault
-pkgver=5.19.0
-pkgrel=1
-pkgdesc="Plasma applet and services for creating encrypted vaults"
-arch=(x86_64)
-url="https://www.kde.org/";
-license=(LGPL)
-groups=(plasma)
-depends=(plasma-workspace networkmanager-qt)
-makedepends=(extra-cmake-modules)
-optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for 
encryption' 'gocryptfs: to use gocryptfs for encryption')
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e20ff39ea102112258dd419abba153d1d7c9ae9116c988ccc550af3c151a30b5'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: plasma-vault/repos/extra-x86_64/PKGBUILD (from rev 389365, 
plasma-vault/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-16 16:03:32 UTC (rev 389366)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-vault
+pkgver=5.19.1
+pkgrel=1
+pkgdesc="Plasma applet and services for creating encrypted vaults"
+arch=(x86_64)
+url="https://www.kde.org/";
+license=(LGPL)
+groups=(plasma)
+depends=(plasma-workspace networkmanager-qt)
+makedepends=(extra-cmake-modules)
+optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for 
encryption' 'gocryptfs: to use gocryptfs for encryption')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('308674537f4664af6b56ed2580ed7159563ba706858a55460196668925b830ae'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


  1   2   3   4   >