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

2020-10-10 Thread Felix Yan via arch-commits
Date: Sunday, October 11, 2020 @ 05:58:41
  Author: felixonmars
Revision: 723444

upgpkg: dhall-lsp-server 1.0.10-20: rebuild with lsp-test 0.11.0.7

Modified:
  dhall-lsp-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-11 05:57:47 UTC (rev 723443)
+++ PKGBUILD2020-10-11 05:58:41 UTC (rev 723444)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-lsp-server
 pkgver=1.0.10
-pkgrel=19
+pkgrel=20
 pkgdesc="Language Server Protocol (LSP) server for Dhall"
 
url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme;
 license=("custom:MIT")


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

2020-10-10 Thread Felix Yan via arch-commits
Date: Sunday, October 11, 2020 @ 05:58:49
  Author: felixonmars
Revision: 723445

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-lsp-server/repos/community-staging-x86_64/
  dhall-lsp-server/repos/community-staging-x86_64/PKGBUILD
(from rev 723444, dhall-lsp-server/trunk/PKGBUILD)

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

Copied: dhall-lsp-server/repos/community-staging-x86_64/PKGBUILD (from rev 
723444, dhall-lsp-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-11 05:58:49 UTC (rev 723445)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-lsp-server
+pkgver=1.0.10
+pkgrel=20
+pkgdesc="Language Server Protocol (LSP) server for Dhall"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme;
+license=("custom:MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-data-default' 'dhall'
+ 'dhall-json' 'haskell-lsp' 'haskell-hslogger' 'haskell-lens' 
'haskell-lens-family-core'
+ 'haskell-megaparsec' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-prettyprinter' 'haskell-rope-utf16-splay' 
'haskell-unordered-containers'
+ 'haskell-uri-encode')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-doctest' 'haskell-lsp-types' 
'haskell-lsp-test'
+ 'haskell-tasty' 'haskell-tasty-hspec')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
+
lsp-0.23.patch::https://github.com/dhall-lang/dhall-haskell/pull/2064.patch)
+sha512sums=('51dffa682e1b12f616f829651f774c0472efb49cb97f94b1499178943cc38d5a947a5d0d67f0270e80b9963bafcde074ad00304fde7bffaf8787af1e3a09eb9a'
+
'a5cb75667f57fc7ca1184d3c407192b56cea8b55a360360509ec2248a0cab39c22775e7589b004108c2bf9e19b63b7a78381679c587b3d2207d9b8405737c352')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p2 < lsp-0.23.patch
+}
+
+build() {
+  cd $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 \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--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
+  LD_LIBRARY_PATH="$PWD/dist/build" 
PATH="$PWD/dist/build/dhall-lsp-server:$PATH" runhaskell Setup test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-10 Thread Felix Yan via arch-commits
Date: Sunday, October 11, 2020 @ 05:57:47
  Author: felixonmars
Revision: 723443

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-lsp-test/repos/community-staging-x86_64/
  haskell-lsp-test/repos/community-staging-x86_64/PKGBUILD
(from rev 723442, haskell-lsp-test/trunk/PKGBUILD)

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

Copied: haskell-lsp-test/repos/community-staging-x86_64/PKGBUILD (from rev 
723442, haskell-lsp-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-11 05:57:47 UTC (rev 723443)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+_hkgname=lsp-test
+pkgname=haskell-lsp-test
+pkgver=0.11.0.7
+pkgrel=1
+pkgdesc="Functional test framework for LSP servers"
+url="https://github.com/bubba/lsp-test#readme;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-glob' 'haskell-aeson' 
'haskell-aeson-pretty'
+ 'haskell-ansi-terminal' 'haskell-async' 'haskell-conduit' 
'haskell-conduit-parse'
+ 'haskell-data-default' 'haskell-lsp' 'haskell-lens' 
'haskell-parser-combinators'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-hspec')
+# Hackage source is missing test data
+source=("https://github.com/bubba/lsp-test/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('bc42e9d5a31a81501b324f5c5c91d00512f85e6a1c867ca17f619565c732dacdd7a058b265819f6f045b84534450e785d88d038a91304ab9310680e46e0bf0ea')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+  sed -i 's|dist-newstyle|dist/build/dummy-server|' test/Test.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  # We need to enable dummy-server here for tests, but it shouldn't be 
installed...
+  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 \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' \
+-fdummyserver
+
+  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
+  runhaskell Setup test
+}
+
+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
+
+  # Remove dummy-server
+  rm -r "$pkgdir"/usr/libexec
+}


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

2020-10-10 Thread Felix Yan via arch-commits
Date: Sunday, October 11, 2020 @ 05:57:39
  Author: felixonmars
Revision: 723442

upgpkg: haskell-lsp-test 0.11.0.7-1: rebuild with lsp-test 0.11.0.7

Modified:
  haskell-lsp-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-11 05:34:08 UTC (rev 723441)
+++ PKGBUILD2020-10-11 05:57:39 UTC (rev 723442)
@@ -2,8 +2,8 @@
 
 _hkgname=lsp-test
 pkgname=haskell-lsp-test
-pkgver=0.11.0.6
-pkgrel=14
+pkgver=0.11.0.7
+pkgrel=1
 pkgdesc="Functional test framework for LSP servers"
 url="https://github.com/bubba/lsp-test#readme;
 license=("BSD")
@@ -14,16 +14,12 @@
  'haskell-unordered-containers')
 makedepends=('ghc' 'haskell-hspec')
 # Hackage source is missing test data
-source=("https://github.com/bubba/lsp-test/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-
lsp-0.23.patch::https://github.com/bubba/lsp-test/commit/82b289c0c28f425f2bdce9c209e927d9595585ee.patch)
-sha512sums=('7a166a68c39ac7bbc47051f3803b39cb058b34bccdcf42c5b8722571e866658e59f22bfa5783614962195c85da90184b200f41da373a97870e1abff1acbdb8a6'
-
'c8afd75cf7d333ce03b2b445bd28dbbc300567523c41bda4f1a903f109f8ffbf3235b8008c337d0caae3dfbab9595b08db0299765e55118f781576a04da01195')
+source=("https://github.com/bubba/lsp-test/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('bc42e9d5a31a81501b324f5c5c91d00512f85e6a1c867ca17f619565c732dacdd7a058b265819f6f045b84534450e785d88d038a91304ab9310680e46e0bf0ea')
 
 prepare() {
   cd $_hkgname-$pkgver
   echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-  patch -p1 -i ../lsp-0.23.patch
-  
   sed -i 's|dist-newstyle|dist/build/dummy-server|' test/Test.hs
 }
 


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

2020-10-10 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, October 11, 2020 @ 05:34:08
  Author: yan12125
Revision: 723441

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-11 05:33:51 UTC (rev 723440)
+++ PKGBUILD2020-10-11 05:34:08 UTC (rev 723441)
@@ -1,53 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: quomoow 
-
-pkgname=python-pg8000
-pkgver=1.16.5
-pkgrel=1
-pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
-arch=(any)
-url='https://github.com/tlocke/pg8000'
-license=(BSD)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-mock python-pytest-benchmark
-  python-pytz pifpaf postgresql)
-depends=(python python-scramp)
-source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz"{,.asc})
-sha256sums=('8af70cdfcc1fadafa32468a6af563e1c0b5271c4dcc99a4490030a128cb295a3'
-'SKIP')
-validpgpkeys=(
-  'D5681B7EC7292511C4CC1450892B00AB699851E8'  # Tony Locke 
, proven by https://keybase.io/tlocke
-)
-
-prepare() {
-  cd pg8000-$pkgver
-
-  # Remove upper bounds of dependencies
-  sed --in-place=.orig -r 's#,?<[0-9.]+,?##;s#==([0-9.]+)#>=\1#' setup.py
-  diff -u setup.py{.orig,} || true
-}
-
-build() {
-  cd pg8000-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pg8000-$pkgver
-  # See upstream .travis.yml for initialization SQL commands
-  # XXX: The postgres plugin in pifpaf does not listen on a TCP port
-  #  without --host
-  # XXX: testGss and testSsl needs custom pg_hba.conf and postgresql.conf,
-  #  and pifpaf does not support that yet
-  PYTHONPATH="$PWD" pifpaf run postgresql --host localhost -- bash -c "
-psql -c \"CREATE ROLE postgres WITH LOGIN SUPERUSER PASSWORD 'pw';\"
-psql -c \"create extension hstore;\"
-pytest -v test -k 'not testGss and not testSsl'
-  "
-}
-
-package() {
-  cd pg8000-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pg8000/repos/community-any/PKGBUILD (from rev 723440, 
python-pg8000/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-11 05:34:08 UTC (rev 723441)
@@ -0,0 +1,53 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: quomoow 
+
+pkgname=python-pg8000
+pkgver=1.16.6
+pkgrel=1
+pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
+arch=(any)
+url='https://github.com/tlocke/pg8000'
+license=(BSD)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pytest-mock python-pytest-benchmark
+  python-pytz pifpaf postgresql)
+depends=(python python-scramp)
+source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz"{,.asc})
+sha256sums=('8fc1e6a62ccb7c9830f1e7e9288e2d20eaf373cc8875b5c55b7d5d9b7717be91'
+'SKIP')
+validpgpkeys=(
+  'D5681B7EC7292511C4CC1450892B00AB699851E8'  # Tony Locke 
, proven by https://keybase.io/tlocke
+)
+
+prepare() {
+  cd pg8000-$pkgver
+
+  # Remove upper bounds of dependencies
+  sed --in-place=.orig -r 's#,?<[0-9.]+,?##;s#==([0-9.]+)#>=\1#' setup.py
+  diff -u setup.py{.orig,} || true
+}
+
+build() {
+  cd pg8000-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pg8000-$pkgver
+  # See upstream .travis.yml for initialization SQL commands
+  # XXX: The postgres plugin in pifpaf does not listen on a TCP port
+  #  without --host
+  # XXX: testGss and testSsl needs custom pg_hba.conf and postgresql.conf,
+  #  and pifpaf does not support that yet
+  PYTHONPATH="$PWD" pifpaf run postgresql --host localhost -- bash -c "
+psql -c \"CREATE ROLE postgres WITH LOGIN SUPERUSER PASSWORD 'pw';\"
+psql -c \"create extension hstore;\"
+pytest -v test -k 'not testGss and not testSsl'
+  "
+}
+
+package() {
+  cd pg8000-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-10-10 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, October 11, 2020 @ 05:33:51
  Author: yan12125
Revision: 723440

upgpkg: python-pg8000 1.16.6-1

Modified:
  python-pg8000/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-11 01:07:51 UTC (rev 723439)
+++ PKGBUILD2020-10-11 05:33:51 UTC (rev 723440)
@@ -2,7 +2,7 @@
 # Contributor: quomoow 
 
 pkgname=python-pg8000
-pkgver=1.16.5
+pkgver=1.16.6
 pkgrel=1
 pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
 arch=(any)
@@ -13,7 +13,7 @@
   python-pytz pifpaf postgresql)
 depends=(python python-scramp)
 
source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz"{,.asc})
-sha256sums=('8af70cdfcc1fadafa32468a6af563e1c0b5271c4dcc99a4490030a128cb295a3'
+sha256sums=('8fc1e6a62ccb7c9830f1e7e9288e2d20eaf373cc8875b5c55b7d5d9b7717be91'
 'SKIP')
 validpgpkeys=(
   'D5681B7EC7292511C4CC1450892B00AB699851E8'  # Tony Locke 
, proven by https://keybase.io/tlocke


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

2020-10-10 Thread Bruno Pagani via arch-commits
Date: Sunday, October 11, 2020 @ 01:07:26
  Author: archange
Revision: 723438

upgpkg: python-fsspec 0.8.3-1

Modified:
  python-fsspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-11 01:07:16 UTC (rev 723437)
+++ PKGBUILD2020-10-11 01:07:26 UTC (rev 723438)
@@ -2,7 +2,7 @@
 
 _pkg=filesystem_spec
 pkgname=python-fsspec
-pkgver=0.8.0
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="Specification that python filesystems should adhere to."
 arch=(any)
@@ -15,7 +15,7 @@
 python-numpy
 )
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c4f374a87ceb0424bb94e634dcfd7953a2c2d545c3cda9c86da7878a0a4d00fd')
+sha256sums=('6b2e71ee73fda7c19950a8d63e57f5998f76139c063fbd1b096a3cc3fad4f38e')
 
 build() {
   cd ${_pkg}-${pkgver}


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

2020-10-10 Thread Bruno Pagani via arch-commits
Date: Sunday, October 11, 2020 @ 01:07:51
  Author: archange
Revision: 723439

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-11 01:07:26 UTC (rev 723438)
+++ PKGBUILD2020-10-11 01:07:51 UTC (rev 723439)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=filesystem_spec
-pkgname=python-fsspec
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="Specification that python filesystems should adhere to."
-arch=(any)
-url="https://github.com/intake/filesystem_spec;
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python)
-checkdepends=(
-python-pytest
-python-numpy
-)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c4f374a87ceb0424bb94e634dcfd7953a2c2d545c3cda9c86da7878a0a4d00fd')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  pytest
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  # Install license file
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-fsspec/repos/community-any/PKGBUILD (from rev 723438, 
python-fsspec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-11 01:07:51 UTC (rev 723439)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=filesystem_spec
+pkgname=python-fsspec
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Specification that python filesystems should adhere to."
+arch=(any)
+url="https://github.com/intake/filesystem_spec;
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python)
+checkdepends=(
+python-pytest
+python-numpy
+)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6b2e71ee73fda7c19950a8d63e57f5998f76139c063fbd1b096a3cc3fad4f38e')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  pytest
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  # Install license file
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in nodejs-lts-erbium/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-10-10 Thread Bruno Pagani via arch-commits
Date: Sunday, October 11, 2020 @ 01:07:16
  Author: archange
Revision: 723437

archrelease: copy trunk to community-x86_64

Added:
  nodejs-lts-erbium/repos/community-x86_64/PKGBUILD
(from rev 723436, nodejs-lts-erbium/trunk/PKGBUILD)
Deleted:
  nodejs-lts-erbium/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-11 01:06:49 UTC (rev 723436)
+++ PKGBUILD2020-10-11 01:07:16 UTC (rev 723437)
@@ -1,70 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Felix Yan 
-
-pkgname=nodejs-lts-erbium
-pkgver=12.18.4
-pkgrel=1
-pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
-arch=(x86_64)
-url="https://nodejs.org/;
-license=(MIT)
-depends=(openssl zlib icu libuv c-ares brotli libnghttp2) # http-parser
-makedepends=(python2 procps-ng)
-optdepends=('npm: nodejs package manager')
-provides=("nodejs=$pkgver")
-conflicts=(nodejs)
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
-# https://nodejs.org/download/release/latest-erbium/SHASUMS256.txt.asc
-sha256sums=(25f03cb18e53b6d0959d0c219e701a85eb4693f526bdda7c72bc6199b364f609)
-validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

-  77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

-  B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 

-  DD8F2338BAE7501E3DD5AC78C273792F7D83545D  # Rod Vagg 

-  B9E2F5981AA6E0CD28160D9FF13993A75599653C  # Shelley Vohr 

-  4ED778F539E3634C779C87C6D7062848A1AB005C) # Beth Griggs 

-
-prepare() {
-  cd node-v${pkgver}
-  echo 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v${pkgver}
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-cares \
---shared-brotli \
---shared-nghttp2
-#--shared-http-parser \
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  # https://github.com/nodejs/node/issues/32765
-  sed -i '/\$(MAKE) -s test-doc/d' Makefile
-  make test
-}
-
-package() {
-  cd node-v${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: nodejs-lts-erbium/repos/community-x86_64/PKGBUILD (from rev 723436, 
nodejs-lts-erbium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-11 01:07:16 UTC (rev 723437)
@@ -0,0 +1,71 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Felix Yan 
+
+pkgname=nodejs-lts-erbium
+pkgver=12.19.0
+pkgrel=1
+pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
+arch=(x86_64)
+url="https://nodejs.org/;
+license=(MIT)
+depends=(openssl zlib icu libuv c-ares brotli libnghttp2) # http-parser
+makedepends=(python2 procps-ng)
+optdepends=('npm: nodejs package manager')
+provides=("nodejs=$pkgver")
+conflicts=(nodejs)
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
+# https://nodejs.org/download/release/latest-erbium/SHASUMS256.txt.asc
+sha256sums=(3b671c45c493f96d7e018c15110cdbafa4478e5e5cfc9e6eec83cea9e6b551e1)
+validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

+  77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

+  B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 

+  DD8F2338BAE7501E3DD5AC78C273792F7D83545D  # Rod Vagg 

+  B9E2F5981AA6E0CD28160D9FF13993A75599653C  # Shelley Vohr 

+  4ED778F539E3634C779C87C6D7062848A1AB005C) # Beth Griggs 

+
+prepare() {
+  cd node-v${pkgver}
+  echo 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+  sed -i 's_ch.spawn(python,_ch.spawn(python2,_g' 
test/parallel/test-child-process-set-blocking.js
+}
+
+build() {
+  cd node-v${pkgver}
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+

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

2020-10-10 Thread Bruno Pagani via arch-commits
Date: Sunday, October 11, 2020 @ 01:06:49
  Author: archange
Revision: 723436

upgpkg: nodejs-lts-erbium 12.19.0-1

Modified:
  nodejs-lts-erbium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 21:56:48 UTC (rev 723435)
+++ PKGBUILD2020-10-11 01:06:49 UTC (rev 723436)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=nodejs-lts-erbium
-pkgver=12.18.4
+pkgver=12.19.0
 pkgrel=1
 pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
 arch=(x86_64)
@@ -15,7 +15,7 @@
 conflicts=(nodejs)
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
 # https://nodejs.org/download/release/latest-erbium/SHASUMS256.txt.asc
-sha256sums=(25f03cb18e53b6d0959d0c219e701a85eb4693f526bdda7c72bc6199b364f609)
+sha256sums=(3b671c45c493f96d7e018c15110cdbafa4478e5e5cfc9e6eec83cea9e6b551e1)
 validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

   77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

   B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 

@@ -34,6 +34,7 @@
 -e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
 -e "s_'python'_'python2'_" -i {} \;
   find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+  sed -i 's_ch.spawn(python,_ch.spawn(python2,_g' 
test/parallel/test-child-process-set-blocking.js
 }
 
 build() {


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

2020-10-10 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 10, 2020 @ 22:27:33
  Author: foutrelis
Revision: 397939

Switch source from FTP to HTTPS (FS#68187)

Modified:
  npth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 20:46:07 UTC (rev 397938)
+++ PKGBUILD2020-10-10 22:27:33 UTC (rev 397939)
@@ -12,7 +12,7 @@
   '46CC730865BB5C78EBABADCF04376F3EE0856959'
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
 sha256sums=('1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1'
 'SKIP')
 


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

2020-10-10 Thread Frederik Schwan via arch-commits
Date: Saturday, October 10, 2020 @ 21:56:48
  Author: freswa
Revision: 723435

implement FS#68184

Modified:
  neofetch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 21:56:10 UTC (rev 723434)
+++ PKGBUILD2020-10-10 21:56:48 UTC (rev 723435)
@@ -9,6 +9,7 @@
 url="https://github.com/dylanaraps/neofetch;
 license=('MIT')
 depends=('bash')
+makedepends=('git')
 backup=('etc/neofetch/config.conf')
 optdepends=(
   'catimg: Display Images'
@@ -25,11 +26,13 @@
   'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)'
   'xorg-xwininfo: See 
https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal'
 )
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz;)
-sha256sums=('58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7')
+_commit="60d07dee6b76769d8c487a40639fb7b5a1a7bc85"
+source=("git+https://github.com/dylanaraps/neofetch.git#commit=${_commit}?signed;)
+validpgpkeys=("7C20ADCD35D9797789B6BCC046D62DD9F1DE636E") # Dylan Araps
+sha256sums=('SKIP')
 
 package() {
-  cd "${pkgname}-${pkgver}/"
+  cd "${pkgname}"
   make DESTDIR="$pkgdir" install
   install -Dm644 LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
 }


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

2020-10-10 Thread Frederik Schwan via arch-commits
Date: Saturday, October 10, 2020 @ 21:56:10
  Author: freswa
Revision: 723434

implement FS#68185

Modified:
  jansson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 21:46:26 UTC (rev 723433)
+++ PKGBUILD2020-10-10 21:56:10 UTC (rev 723434)
@@ -6,11 +6,11 @@
 pkgrel=1
 pkgdesc='C library for encoding, decoding and manipulating JSON data'
 arch=('x86_64')
-url='http://www.digip.org/jansson/'
+url='https://www.digip.org/jansson/'
 depends=('glibc')
 license=('MIT')
 options=('staticlibs')
-source=("http://www.digip.org/jansson/releases/$pkgname-$pkgver.tar.bz2"{,.asc})
+source=("https://www.digip.org/jansson/releases/$pkgname-$pkgver.tar.bz2"{,.asc})
 sha256sums=('ee90a0f879d2b7b7159124ff22b937a2a9a8c36d3bb65d1da7dd3f04370a10bd'
 'SKIP')
 validpgpkeys=('B5D6953E6D5059ED7ADA0F2FD3657D24D058434C') # Petri Lehtinen 



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

2020-10-10 Thread Filipe Laíns via arch-commits
Date: Saturday, October 10, 2020 @ 21:46:26
  Author: ffy00
Revision: 723433

archrelease: copy trunk to community-x86_64

Added:
  gifski/repos/community-x86_64/PKGBUILD
(from rev 723432, gifski/trunk/PKGBUILD)
Deleted:
  gifski/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 21:46:11 UTC (rev 723432)
+++ PKGBUILD2020-10-10 21:46:26 UTC (rev 723433)
@@ -1,26 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Philipp Wolfer 
-
-pkgname=gifski
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='GIF encoder based on libimagequant (pngquant). Squeezes maximum 
possible quality from the awful GIF format.'
-arch=('x86_64')
-url='https://gif.ski'
-license=('AGPL3')
-makedepends=('rust' 'clang' 'openmp')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ImageOptim/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('d36cdc2438068d22348930b83c6f6dbe37e5e984f89d2430211f73cdc82bce2ccb09732f1df743dee1f45c8745852ad7b566e84758b9dfac7e19e018e83ebdde')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cargo build --release --features=openmp
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm 755 target/release/gifski "$pkgdir"/usr/bin/gifski
-}
-

Copied: gifski/repos/community-x86_64/PKGBUILD (from rev 723432, 
gifski/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 21:46:26 UTC (rev 723433)
@@ -0,0 +1,26 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Philipp Wolfer 
+
+pkgname=gifski
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='GIF encoder based on libimagequant (pngquant). Squeezes maximum 
possible quality from the awful GIF format.'
+arch=('x86_64')
+url='https://gif.ski'
+license=('AGPL3')
+makedepends=('rust' 'clang' 'openmp')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ImageOptim/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('f2001d21b482a75bb30cae4fcc4994eb5ae52f405f9ddd4db9d15c5e80583da93846fd9d468086b18cd7e147ab99d31c5d40fe24da1c8808634e23fd52b86a53')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cargo build --release --features=openmp
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm 755 target/release/gifski "$pkgdir"/usr/bin/gifski
+}
+


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

2020-10-10 Thread Filipe Laíns via arch-commits
Date: Saturday, October 10, 2020 @ 21:46:11
  Author: ffy00
Revision: 723432

upgpkg: gifski 1.2.2-1

Modified:
  gifski/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 20:40:42 UTC (rev 723431)
+++ PKGBUILD2020-10-10 21:46:11 UTC (rev 723432)
@@ -2,7 +2,7 @@
 # Contributor: Philipp Wolfer 
 
 pkgname=gifski
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc='GIF encoder based on libimagequant (pngquant). Squeezes maximum 
possible quality from the awful GIF format.'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('AGPL3')
 makedepends=('rust' 'clang' 'openmp')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ImageOptim/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('d36cdc2438068d22348930b83c6f6dbe37e5e984f89d2430211f73cdc82bce2ccb09732f1df743dee1f45c8745852ad7b566e84758b9dfac7e19e018e83ebdde')
+sha512sums=('f2001d21b482a75bb30cae4fcc4994eb5ae52f405f9ddd4db9d15c5e80583da93846fd9d468086b18cd7e147ab99d31c5d40fe24da1c8808634e23fd52b86a53')
 
 build() {
   cd $pkgname-$pkgver


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

2020-10-10 Thread Jan Steffens via arch-commits
Date: Saturday, October 10, 2020 @ 20:46:07
  Author: heftig
Revision: 397938

archrelease: copy trunk to testing-x86_64

Added:
  libsecret/repos/testing-x86_64/
  libsecret/repos/testing-x86_64/PKGBUILD
(from rev 397937, libsecret/trunk/PKGBUILD)
  libsecret/repos/testing-x86_64/fix-test.diff
(from rev 397937, libsecret/trunk/fix-test.diff)

---+
 PKGBUILD  |   48 
 fix-test.diff |   12 
 2 files changed, 60 insertions(+)

Copied: libsecret/repos/testing-x86_64/PKGBUILD (from rev 397937, 
libsecret/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 20:46:07 UTC (rev 397938)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libsecret
+pkgver=0.20.4
+pkgrel=1
+pkgdesc="Library for storing and retrieving passwords and other secrets"
+url="https://wiki.gnome.org/Projects/Libsecret;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libgcrypt)
+checkdepends=(python-dbus dbus-glib python-gobject gjs)
+makedepends=(docbook-xsl gobject-introspection vala git gtk-doc meson valgrind)
+optdepends=('org.freedesktop.secrets: secret storage backend')
+provides=(libsecret-1.so)
+_commit=3fe635e64efd4b8dbc9ec3548b0bc8034c7665c4  # tags/0.20.4^0
+source=("git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=$_commit;
+fix-test.diff)
+sha256sums=('SKIP'
+'760e40ffcd3383149d62f803a900b3af1a838fb084a8403e45d0764696dd2ffe')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Fix compiliation of test-vala-unstable
+  # https://gitlab.gnome.org/GNOME/libsecret/-/issues/54
+  git apply -3 ../fix-test.diff
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:

Copied: libsecret/repos/testing-x86_64/fix-test.diff (from rev 397937, 
libsecret/trunk/fix-test.diff)
===
--- testing-x86_64/fix-test.diff(rev 0)
+++ testing-x86_64/fix-test.diff2020-10-10 20:46:07 UTC (rev 397938)
@@ -0,0 +1,12 @@
+diff --git i/libsecret/meson.build w/libsecret/meson.build
+index 0c448b9..c0138d2 100644
+--- i/libsecret/meson.build
 w/libsecret/meson.build
+@@ -185,6 +185,7 @@ pkg.generate(description: 'GObject bindings for Secret 
Service API (Unstable)',
+ test_cflags = [
+   libsecret_cflags,
+   '-DSRCDIR="@0@"'.format(meson.source_root()),
++  '-DSECRET_WITH_UNSTABLE',
+ ]
+ 
+ mock_service_lib = library('mock-service',


[arch-commits] Commit in libsecret/trunk (PKGBUILD fix-test.diff)

2020-10-10 Thread Jan Steffens via arch-commits
Date: Saturday, October 10, 2020 @ 20:45:55
  Author: heftig
Revision: 397937

0.20.4-1

Added:
  libsecret/trunk/fix-test.diff
Modified:
  libsecret/trunk/PKGBUILD

---+
 PKGBUILD  |   17 -
 fix-test.diff |   12 
 2 files changed, 24 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 20:21:29 UTC (rev 397936)
+++ PKGBUILD2020-10-10 20:45:55 UTC (rev 397937)
@@ -1,7 +1,8 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Maintainer: Jan de Groot 
 
 pkgname=libsecret
-pkgver=0.20.3
+pkgver=0.20.4
 pkgrel=1
 pkgdesc="Library for storing and retrieving passwords and other secrets"
 url="https://wiki.gnome.org/Projects/Libsecret;
@@ -12,9 +13,11 @@
 makedepends=(docbook-xsl gobject-introspection vala git gtk-doc meson valgrind)
 optdepends=('org.freedesktop.secrets: secret storage backend')
 provides=(libsecret-1.so)
-_commit=fb456a3853a080996f044496b11f3001af4a2659  # tags/0.20.3^0
-source=("git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=3fe635e64efd4b8dbc9ec3548b0bc8034c7665c4  # tags/0.20.4^0
+source=("git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=$_commit;
+fix-test.diff)
+sha256sums=('SKIP'
+'760e40ffcd3383149d62f803a900b3af1a838fb084a8403e45d0764696dd2ffe')
 
 pkgver() {
   cd $pkgname
@@ -23,11 +26,15 @@
 
 prepare() {
   cd $pkgname
+
+  # Fix compiliation of test-vala-unstable
+  # https://gitlab.gnome.org/GNOME/libsecret/-/issues/54
+  git apply -3 ../fix-test.diff
 }
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {

Added: fix-test.diff
===
--- fix-test.diff   (rev 0)
+++ fix-test.diff   2020-10-10 20:45:55 UTC (rev 397937)
@@ -0,0 +1,12 @@
+diff --git i/libsecret/meson.build w/libsecret/meson.build
+index 0c448b9..c0138d2 100644
+--- i/libsecret/meson.build
 w/libsecret/meson.build
+@@ -185,6 +185,7 @@ pkg.generate(description: 'GObject bindings for Secret 
Service API (Unstable)',
+ test_cflags = [
+   libsecret_cflags,
+   '-DSRCDIR="@0@"'.format(meson.source_root()),
++  '-DSECRET_WITH_UNSTABLE',
+ ]
+ 
+ mock_service_lib = library('mock-service',


[arch-commits] Commit in (restbed)

2020-10-10 Thread Bruno Pagani via arch-commits
Date: Saturday, October 10, 2020 @ 20:40:42
  Author: archange
Revision: 723431

Deleting restbed since replaced by restinio

Deleted:
  restbed/


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

2020-10-10 Thread Bruno Pagani via arch-commits
Date: Saturday, October 10, 2020 @ 20:34:42
  Author: archange
Revision: 723429

archrelease: copy trunk to community-any

Added:
  utf8cpp/repos/community-any/PKGBUILD
(from rev 723428, utf8cpp/trunk/PKGBUILD)
Deleted:
  utf8cpp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 20:34:17 UTC (rev 723428)
+++ PKGBUILD2020-10-10 20:34:42 UTC (rev 723429)
@@ -1,26 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=utf8cpp
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="UTF-8 with C++ in a Portable Way"
-arch=(any)
-url="https://github.com/nemtrif/utfcpp;
-license=(custom:BSL)
-makedepends=(cmake)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('33496a4c3cc2de80e9809c4997052331af5fb32079f43ab4d667cd48c3a36e88')
-
-build() {
-  cmake -B build -S ${pkgname/8}-${pkgver} \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DUTF8_TESTS=OFF
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm644 ${pkgname/8}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: utf8cpp/repos/community-any/PKGBUILD (from rev 723428, 
utf8cpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 20:34:42 UTC (rev 723429)
@@ -0,0 +1,26 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=utf8cpp
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="UTF-8 with C++ in a Portable Way"
+arch=(any)
+url="https://github.com/nemtrif/utfcpp;
+license=(custom:BSL)
+makedepends=(cmake)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('fea3bfa39fb8bd7368077ea5e1e0db9a8951f7e6fb6d9400b00ab3d92b807c6d')
+
+build() {
+  cmake -B build -S ${pkgname/8}-${pkgver} \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUTF8_TESTS=OFF
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${pkgname/8}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-10-10 Thread Bruno Pagani via arch-commits
Date: Saturday, October 10, 2020 @ 20:34:17
  Author: archange
Revision: 723428

upgpkg: utf8cpp 3.1.2-1

Modified:
  utf8cpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 20:21:28 UTC (rev 723427)
+++ PKGBUILD2020-10-10 20:34:17 UTC (rev 723428)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=utf8cpp
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="UTF-8 with C++ in a Portable Way"
 arch=(any)
@@ -9,7 +9,7 @@
 license=(custom:BSL)
 makedepends=(cmake)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('33496a4c3cc2de80e9809c4997052331af5fb32079f43ab4d667cd48c3a36e88')
+sha256sums=('fea3bfa39fb8bd7368077ea5e1e0db9a8951f7e6fb6d9400b00ab3d92b807c6d')
 
 build() {
   cmake -B build -S ${pkgname/8}-${pkgver} \


[arch-commits] Commit in freetype2/repos (8 files)

2020-10-10 Thread Jan Steffens via arch-commits
Date: Saturday, October 10, 2020 @ 20:21:29
  Author: heftig
Revision: 397936

archrelease: copy trunk to testing-x86_64

Added:
  freetype2/repos/testing-x86_64/
  freetype2/repos/testing-x86_64/0001-Enable-table-validation-modules.patch
(from rev 397935, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/testing-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 397935, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  freetype2/repos/testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch
(from rev 397935, 
freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
  freetype2/repos/testing-x86_64/0004-Enable-long-PCF-family-names.patch
(from rev 397935, freetype2/trunk/0004-Enable-long-PCF-family-names.patch)
  freetype2/repos/testing-x86_64/PKGBUILD
(from rev 397935, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-x86_64/freetype2.install
(from rev 397935, freetype2/trunk/freetype2.install)
  freetype2/repos/testing-x86_64/freetype2.sh
(from rev 397935, freetype2/trunk/freetype2.sh)

---+
 0001-Enable-table-validation-modules.patch|   42 ++
 0002-Enable-subpixel-rendering.patch  |   22 +
 0003-Enable-infinality-subpixel-hinting.patch |   24 +
 0004-Enable-long-PCF-family-names.patch   |   22 +
 PKGBUILD  |   99 
 freetype2.install |8 +
 freetype2.sh  |   12 ++
 7 files changed, 229 insertions(+)

Copied: 
freetype2/repos/testing-x86_64/0001-Enable-table-validation-modules.patch (from 
rev 397935, freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- testing-x86_64/0001-Enable-table-validation-modules.patch   
(rev 0)
+++ testing-x86_64/0001-Enable-table-validation-modules.patch   2020-10-10 
20:21:29 UTC (rev 397936)
@@ -0,0 +1,42 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index d6cdbe523..181f91541 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -111,26 +111,26 @@ AUX_MODULES += cache
+ 
+ # TrueType GX/AAT table validation.  Needs `ftgxval.c' below.
+ #
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+ # See include/freetype/ftgzip.h for the API.
+ AUX_MODULES += gzip
+ 
+ # Support for streams compressed with LZW (files with suffix .Z).
+ #
+ # See include/freetype/ftlzw.h for the API.
+ AUX_MODULES += lzw
+ 
+ # Support for streams compressed with bzip2 (files with suffix .bz2).
+ #
+ # See include/freetype/ftbzip2.h for the API.
+ AUX_MODULES += bzip2
+ 
+ # OpenType table validation.  Needs `ftotval.c' below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #

Copied: freetype2/repos/testing-x86_64/0002-Enable-subpixel-rendering.patch 
(from rev 397935, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
===
--- testing-x86_64/0002-Enable-subpixel-rendering.patch 
(rev 0)
+++ testing-x86_64/0002-Enable-subpixel-rendering.patch 2020-10-10 20:21:29 UTC 
(rev 397936)
@@ -0,0 +1,22 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
+index 097f19b8a..e5de62e35 100644
+--- a/include/freetype/config/ftoption.h
 b/include/freetype/config/ftoption.h
+@@ -124,7 +124,7 @@ FT_BEGIN_HEADER
+* When this macro is not defined, FreeType offers alternative LCD
+* rendering technology that produces excellent output.
+*/
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+ 
+ 
+   /**

Copied: 
freetype2/repos/testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch 
(from rev 397935, freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
===
--- testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch
(rev 0)
+++ testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch
2020-10-10 20:21:29 UTC (rev 397936)
@@ -0,0 +1,24 @@

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

2020-10-10 Thread Jan Steffens via arch-commits
Date: Saturday, October 10, 2020 @ 20:21:28
  Author: heftig
Revision: 723427

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-freetype2/repos/multilib-testing-x86_64/
  
lib32-freetype2/repos/multilib-testing-x86_64/0001-Enable-table-validation-modules.patch
(from rev 723426, 
lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 723426, 
lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch
(from rev 723426, 
lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0004-Enable-long-PCF-family-names.patch
(from rev 723426, 
lib32-freetype2/trunk/0004-Enable-long-PCF-family-names.patch)
  lib32-freetype2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 723426, lib32-freetype2/trunk/PKGBUILD)

---+
 0001-Enable-table-validation-modules.patch|   42 
 0002-Enable-subpixel-rendering.patch  |   22 
 0003-Enable-infinality-subpixel-hinting.patch |   24 +
 0004-Enable-long-PCF-family-names.patch   |   22 
 PKGBUILD  |   62 
 5 files changed, 172 insertions(+)

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/0001-Enable-table-validation-modules.patch
 (from rev 723426, 
lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- multilib-testing-x86_64/0001-Enable-table-validation-modules.patch  
(rev 0)
+++ multilib-testing-x86_64/0001-Enable-table-validation-modules.patch  
2020-10-10 20:21:28 UTC (rev 723427)
@@ -0,0 +1,42 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index d6cdbe523..181f91541 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -111,26 +111,26 @@ AUX_MODULES += cache
+ 
+ # TrueType GX/AAT table validation.  Needs `ftgxval.c' below.
+ #
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+ # See include/freetype/ftgzip.h for the API.
+ AUX_MODULES += gzip
+ 
+ # Support for streams compressed with LZW (files with suffix .Z).
+ #
+ # See include/freetype/ftlzw.h for the API.
+ AUX_MODULES += lzw
+ 
+ # Support for streams compressed with bzip2 (files with suffix .bz2).
+ #
+ # See include/freetype/ftbzip2.h for the API.
+ AUX_MODULES += bzip2
+ 
+ # OpenType table validation.  Needs `ftotval.c' below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
 (from rev 723426, lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch)
===
--- multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
(rev 0)
+++ multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
2020-10-10 20:21:28 UTC (rev 723427)
@@ -0,0 +1,22 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
+index 097f19b8a..e5de62e35 100644
+--- a/include/freetype/config/ftoption.h
 b/include/freetype/config/ftoption.h
+@@ -124,7 +124,7 @@ FT_BEGIN_HEADER
+* When this macro is not defined, FreeType offers alternative LCD
+* rendering technology that produces excellent output.
+*/
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+ 
+ 
+   /**

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch
 (from rev 723426, 
lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
===
--- multilib-testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch   
(rev 0)
+++ multilib-testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch   
2020-10-10 20:21:28 UTC (rev 723427)
@@ -0,0 +1,24 @@
+From 

[arch-commits] Commit in freetype2/trunk (8 files)

2020-10-10 Thread Jan Steffens via arch-commits
Date: Saturday, October 10, 2020 @ 20:20:36
  Author: heftig
Revision: 397935

2.10.3-1

Added:
  freetype2/trunk/0002-Enable-subpixel-rendering.patch
  freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch
(from rev 382962, 
freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch)
  freetype2/trunk/0004-Enable-long-PCF-family-names.patch
(from rev 382962, freetype2/trunk/0003-Enable-long-PCF-family-names.patch)
Modified:
  freetype2/trunk/0001-Enable-table-validation-modules.patch
  freetype2/trunk/PKGBUILD
Deleted:
  freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch
  freetype2/trunk/0003-Enable-long-PCF-family-names.patch
  freetype2/trunk/freetype-2.5.2-more-demos.patch

---+
 0001-Enable-table-validation-modules.patch|7 --
 0002-Enable-infinality-subpixel-hinting.patch |   27 
 0002-Enable-subpixel-rendering.patch  |   22 ++
 0003-Enable-infinality-subpixel-hinting.patch |   24 +++
 0003-Enable-long-PCF-family-names.patch   |   25 ---
 0004-Enable-long-PCF-family-names.patch   |   22 ++
 PKGBUILD  |   76 
 freetype-2.5.2-more-demos.patch   |   17 -
 8 files changed, 108 insertions(+), 112 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2020-10-10 19:47:52 UTC (rev 
397934)
+++ 0001-Enable-table-validation-modules.patch  2020-10-10 20:20:36 UTC (rev 
397935)
@@ -1,7 +1,7 @@
-From c29e554b370dd9e283a53b81527434415f4572c2 Mon Sep 17 00:00:00 2001
+From  Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/3] Enable table validation modules
+Subject: [PATCH] Enable table validation modules
 
 ---
  modules.cfg | 4 ++--
@@ -40,6 +40,3 @@
  
  # Auxiliary PostScript driver component to share common code.
  #
--- 
-2.26.2
-

Deleted: 0002-Enable-infinality-subpixel-hinting.patch
===
--- 0002-Enable-infinality-subpixel-hinting.patch   2020-10-10 19:47:52 UTC 
(rev 397934)
+++ 0002-Enable-infinality-subpixel-hinting.patch   2020-10-10 20:20:36 UTC 
(rev 397935)
@@ -1,27 +0,0 @@
-From 9f26c483bbc0e96967963905ea824e20a0f30778 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 29 Aug 2016 08:43:10 +0200
-Subject: [PATCH 2/3] Enable infinality subpixel hinting
-

- include/freetype/config/ftoption.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 426806d2e..1cadffe8a 100644
 a/include/freetype/config/ftoption.h
-+++ b/include/freetype/config/ftoption.h
-@@ -674,8 +674,8 @@ FT_BEGIN_HEADER
-* https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
-*/
- /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  1 */
--#define TT_CONFIG_OPTION_SUBPIXEL_HINTING  2
--/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  ( 1 | 2 ) */
-+/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  2 */
-+#define TT_CONFIG_OPTION_SUBPIXEL_HINTING  ( 1 | 2 )
- 
- 
-   /**
--- 
-2.26.2
-

Added: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch(rev 0)
+++ 0002-Enable-subpixel-rendering.patch2020-10-10 20:20:36 UTC (rev 
397935)
@@ -0,0 +1,22 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
+index 097f19b8a..e5de62e35 100644
+--- a/include/freetype/config/ftoption.h
 b/include/freetype/config/ftoption.h
+@@ -124,7 +124,7 @@ FT_BEGIN_HEADER
+* When this macro is not defined, FreeType offers alternative LCD
+* rendering technology that produces excellent output.
+*/
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+ 
+ 
+   /**

Copied: freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch (from rev 
382962, freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch)
===
--- 0003-Enable-infinality-subpixel-hinting.patch   
(rev 0)
+++ 0003-Enable-infinality-subpixel-hinting.patch   2020-10-10 

[arch-commits] Commit in lib32-freetype2/trunk (7 files)

2020-10-10 Thread Jan Steffens via arch-commits
Date: Saturday, October 10, 2020 @ 20:19:59
  Author: heftig
Revision: 723426

2.10.3-1

Added:
  lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch
  lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch
(from rev 723425, 
lib32-freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch)
  lib32-freetype2/trunk/0004-Enable-long-PCF-family-names.patch
(from rev 723425, 
lib32-freetype2/trunk/0003-Enable-long-PCF-family-names.patch)
Modified:
  lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch
  lib32-freetype2/trunk/PKGBUILD
Deleted:
  lib32-freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch
  lib32-freetype2/trunk/0003-Enable-long-PCF-family-names.patch

---+
 0001-Enable-table-validation-modules.patch|7 ---
 0002-Enable-infinality-subpixel-hinting.patch |   27 
 0002-Enable-subpixel-rendering.patch  |   22 ++
 0003-Enable-infinality-subpixel-hinting.patch |   24 +++
 0003-Enable-long-PCF-family-names.patch   |   25 
 0004-Enable-long-PCF-family-names.patch   |   22 ++
 PKGBUILD  |   50 
 7 files changed, 96 insertions(+), 81 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2020-10-10 18:57:46 UTC (rev 
723425)
+++ 0001-Enable-table-validation-modules.patch  2020-10-10 20:19:59 UTC (rev 
723426)
@@ -1,7 +1,7 @@
-From c29e554b370dd9e283a53b81527434415f4572c2 Mon Sep 17 00:00:00 2001
+From  Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/3] Enable table validation modules
+Subject: [PATCH] Enable table validation modules
 
 ---
  modules.cfg | 4 ++--
@@ -40,6 +40,3 @@
  
  # Auxiliary PostScript driver component to share common code.
  #
--- 
-2.26.2
-

Deleted: 0002-Enable-infinality-subpixel-hinting.patch
===
--- 0002-Enable-infinality-subpixel-hinting.patch   2020-10-10 18:57:46 UTC 
(rev 723425)
+++ 0002-Enable-infinality-subpixel-hinting.patch   2020-10-10 20:19:59 UTC 
(rev 723426)
@@ -1,27 +0,0 @@
-From 9f26c483bbc0e96967963905ea824e20a0f30778 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 29 Aug 2016 08:43:10 +0200
-Subject: [PATCH 2/3] Enable infinality subpixel hinting
-

- include/freetype/config/ftoption.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 426806d2e..1cadffe8a 100644
 a/include/freetype/config/ftoption.h
-+++ b/include/freetype/config/ftoption.h
-@@ -674,8 +674,8 @@ FT_BEGIN_HEADER
-* https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
-*/
- /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  1 */
--#define TT_CONFIG_OPTION_SUBPIXEL_HINTING  2
--/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  ( 1 | 2 ) */
-+/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  2 */
-+#define TT_CONFIG_OPTION_SUBPIXEL_HINTING  ( 1 | 2 )
- 
- 
-   /**
--- 
-2.26.2
-

Added: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch(rev 0)
+++ 0002-Enable-subpixel-rendering.patch2020-10-10 20:19:59 UTC (rev 
723426)
@@ -0,0 +1,22 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
+index 097f19b8a..e5de62e35 100644
+--- a/include/freetype/config/ftoption.h
 b/include/freetype/config/ftoption.h
+@@ -124,7 +124,7 @@ FT_BEGIN_HEADER
+* When this macro is not defined, FreeType offers alternative LCD
+* rendering technology that produces excellent output.
+*/
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+ 
+ 
+   /**

Copied: lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch 
(from rev 723425, 
lib32-freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch)
===
--- 0003-Enable-infinality-subpixel-hinting.patch   
(rev 0)
+++ 0003-Enable-infinality-subpixel-hinting.patch   2020-10-10 20:19:59 UTC 
(rev 

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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 19:47:52
  Author: arojas
Revision: 397934

Use upstream patch for system LDFLAGS

Modified:
  discount/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 18:53:04 UTC (rev 397933)
+++ PKGBUILD2020-10-10 19:47:52 UTC (rev 397934)
@@ -10,8 +10,10 @@
 arch=(x86_64)
 url="https://www.pell.portland.or.us/~orc/Code/discount/;
 license=('custom:BSD')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/Orc/discount/archive/v$pkgver.tar.gz;)
-sha256sums=('72c1325ddfc40871d6810f1e272cf2d45b361f26357eb38f170fd04d737bb9f2')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/Orc/discount/archive/v$pkgver.tar.gz;
+
discount-ldflags.patch::"https://github.com/Orc/discount/commit/55cea9c5.patch;)
+sha256sums=('72c1325ddfc40871d6810f1e272cf2d45b361f26357eb38f170fd04d737bb9f2'
+'7eced2472fdbe25badc13c35dfd6920b68b5a208889ee031ef0c060c093cc89b')
 depends=(glibc)
 conflicts=(markdown)
 provides=(markdown)
@@ -18,7 +20,7 @@
 replaces=(markdown)
 
 prepare() {
-  sed -e 's|FLAGS=\"$AC_CFLAGS -shared\"|FLAGS="$AC_CFLAGS $AC_LDFLAGS 
-shared"|g' -i $pkgname-$pkgver/configure.inc # Honor system LDFLAGS in 
libmarkdown
+  patch -d $pkgname-$pkgver -p1 -i ../discount-ldflags.patch # Honor system 
ldflags
 }
 
 build() {


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

2020-10-10 Thread Felix Yan via arch-commits
Date: Saturday, October 10, 2020 @ 18:57:46
  Author: felixonmars
Revision: 723425

archrelease: copy trunk to community-x86_64

Added:
  deepin-music/repos/community-x86_64/PKGBUILD
(from rev 723424, deepin-music/trunk/PKGBUILD)
  deepin-music/repos/community-x86_64/qt-5.15.patch
(from rev 723424, deepin-music/trunk/qt-5.15.patch)
Deleted:
  deepin-music/repos/community-x86_64/PKGBUILD
  deepin-music/repos/community-x86_64/qt-5.15.patch

---+
 PKGBUILD  |   68 +++---
 qt-5.15.patch |  264 
 2 files changed, 166 insertions(+), 166 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 18:57:35 UTC (rev 723424)
+++ PKGBUILD2020-10-10 18:57:46 UTC (rev 723425)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-music
-pkgver=6.0.1.28
-pkgrel=1
-pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-music;
-license=('GPL3')
-depends=('deepin-qt5integration' 'ffmpeg' 'kcodecs' 'libcue' 'qt5-svg' 
'taglib' 'vlc')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz;
-"qt-5.15.patch")
-sha512sums=('d4265d900d4af8071074eaf31a16cbf434e6e0cae295f4ff10fe4bf5b5c96304342afefc7f684d0ca08aed6a8e0a9a4d4694d5ab131210f20b012ac28dffea37'
-
'8e9d74a78c010431cf5428561ffb59006658281da9f0856c5dfdd4d854e40f4b03d5799f8b0cce81c08c393edf2c225505e76e3ad010c0a3834edeb3c208e853')
-
-prepare() {
-  cd deepin-music-$pkgver
-  patch -Np1 -i ../qt-5.15.patch
-}
-
-build() {
-  cd deepin-music-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-music-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-music/repos/community-x86_64/PKGBUILD (from rev 723424, 
deepin-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 18:57:46 UTC (rev 723425)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-music
+pkgver=6.0.1.29
+pkgrel=1
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-music;
+license=('GPL3')
+depends=('deepin-qt5integration' 'ffmpeg' 'kcodecs' 'libcue' 'qt5-svg' 
'taglib' 'vlc')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz;
+"qt-5.15.patch")
+sha512sums=('dca514400af78a88ea26368efe8ca5a0af3c11fdf72431c286ca912d15a2ee11896cd81b6026a6a265827e8c811a6d96d49894a78e5471d1b25e8f3a2cdbc7d8'
+
'8e9d74a78c010431cf5428561ffb59006658281da9f0856c5dfdd4d854e40f4b03d5799f8b0cce81c08c393edf2c225505e76e3ad010c0a3834edeb3c208e853')
+
+prepare() {
+  cd deepin-music-$pkgver
+  patch -Np1 -i ../qt-5.15.patch
+}
+
+build() {
+  cd deepin-music-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-music-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: qt-5.15.patch
===
--- qt-5.15.patch   2020-10-10 18:57:35 UTC (rev 723424)
+++ qt-5.15.patch   2020-10-10 18:57:46 UTC (rev 723425)
@@ -1,132 +0,0 @@
-diff --git a/src/music-player/view/lyricwidget.cpp 
b/src/music-player/view/lyricwidget.cpp
-index b522ae4d..bb2ffc8a 100644
 a/src/music-player/view/lyricwidget.cpp
-+++ b/src/music-player/view/lyricwidget.cpp
-@@ -26,6 +26,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/src/music-player/view/widget/cover.cpp 
b/src/music-player/view/widget/cover.cpp
-index 8ade80be..6987fec5 100644
 a/src/music-player/view/widget/cover.cpp
-+++ b/src/music-player/view/widget/cover.cpp
-@@ -23,6 +23,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- 
- static auto borderPenWidth = 1.0;
-diff --git a/src/music-player/view/widget/delegate/musiclistdatadelegate.cpp 
b/src/music-player/view/widget/delegate/musiclistdatadelegate.cpp
-index 752c6e15..da30078b 100644
 a/src/music-player/view/widget/delegate/musiclistdatadelegate.cpp
-+++ b/src/music-player/view/widget/delegate/musiclistdatadelegate.cpp
-@@ -22,6 +22,7 @@
- #include "musiclistdatadelegate.h"
- 
- #include 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/src/music-player/view/widget/delegate/musicsearchlistdelegate.cpp 
b/src/music-player/view/widget/delegate/musicsearchlistdelegate.cpp
-index 943eeca6..b9f40b22 100755
 a/src/music-player/view/widget/delegate/musicsearchlistdelegate.cpp
-+++ b/src/music-player/view/widget/delegate/musicsearchlistdelegate.cpp
-@@ 

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

2020-10-10 Thread Felix Yan via arch-commits
Date: Saturday, October 10, 2020 @ 18:57:35
  Author: felixonmars
Revision: 723424

upgpkg: deepin-music 6.0.1.29-1

Modified:
  deepin-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 17:36:11 UTC (rev 723423)
+++ PKGBUILD2020-10-10 18:57:35 UTC (rev 723424)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-music
-pkgver=6.0.1.28
+pkgver=6.0.1.29
 pkgrel=1
 pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz;
 "qt-5.15.patch")
-sha512sums=('d4265d900d4af8071074eaf31a16cbf434e6e0cae295f4ff10fe4bf5b5c96304342afefc7f684d0ca08aed6a8e0a9a4d4694d5ab131210f20b012ac28dffea37'
+sha512sums=('dca514400af78a88ea26368efe8ca5a0af3c11fdf72431c286ca912d15a2ee11896cd81b6026a6a265827e8c811a6d96d49894a78e5471d1b25e8f3a2cdbc7d8'
 
'8e9d74a78c010431cf5428561ffb59006658281da9f0856c5dfdd4d854e40f4b03d5799f8b0cce81c08c393edf2c225505e76e3ad010c0a3834edeb3c208e853')
 
 prepare() {


[arch-commits] Commit in easy-rsa/repos/extra-any (4 files)

2020-10-10 Thread Christian Hesse via arch-commits
Date: Saturday, October 10, 2020 @ 18:53:04
  Author: eworm
Revision: 397933

archrelease: copy trunk to extra-any

Added:
  easy-rsa/repos/extra-any/0001-fix-paths.patch
(from rev 397932, easy-rsa/trunk/0001-fix-paths.patch)
  easy-rsa/repos/extra-any/PKGBUILD
(from rev 397932, easy-rsa/trunk/PKGBUILD)
Deleted:
  easy-rsa/repos/extra-any/0001-fix-paths.patch
  easy-rsa/repos/extra-any/PKGBUILD

--+
 0001-fix-paths.patch |   58 +++---
 PKGBUILD |   94 -
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: 0001-fix-paths.patch
===
--- 0001-fix-paths.patch2020-10-10 18:52:56 UTC (rev 397932)
+++ 0001-fix-paths.patch2020-10-10 18:53:04 UTC (rev 397933)
@@ -1,29 +0,0 @@
-From 49facdddb343cefb0cb85bcc7eb52fa01db1f377 Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Thu, 28 Sep 2017 11:08:39 +0200
-Subject: [PATCH 1/1] fix paths
-
-We have the easyrsa executable in /usr/bin/ - so use use current working
-directory, not executable path.
-
-Signed-off-by: Christian Hesse 

- easyrsa | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/easyrsa b/easyrsa
-index 11d2357..c665ab7 100755
 a/easyrsa
-+++ b/easyrsa
-@@ -1660,9 +1660,9 @@ Note: using Easy-RSA configuration from: $vars"
-   fi
-   
-   # Set defaults, preferring existing env-vars if present
--  set_var EASYRSA "$prog_dir"
-+  set_var EASYRSA "$PWD"
-   set_var EASYRSA_OPENSSL openssl
--  set_var EASYRSA_PKI "$PWD/pki"
-+  set_var EASYRSA_PKI "$EASYRSA/pki"
-   set_var EASYRSA_DN  cn_only
-   set_var EASYRSA_REQ_COUNTRY "US"
-   set_var EASYRSA_REQ_PROVINCE"California"

Copied: easy-rsa/repos/extra-any/0001-fix-paths.patch (from rev 397932, 
easy-rsa/trunk/0001-fix-paths.patch)
===
--- 0001-fix-paths.patch(rev 0)
+++ 0001-fix-paths.patch2020-10-10 18:53:04 UTC (rev 397933)
@@ -0,0 +1,29 @@
+From 49facdddb343cefb0cb85bcc7eb52fa01db1f377 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Thu, 28 Sep 2017 11:08:39 +0200
+Subject: [PATCH 1/1] fix paths
+
+We have the easyrsa executable in /usr/bin/ - so use use current working
+directory, not executable path.
+
+Signed-off-by: Christian Hesse 
+---
+ easyrsa | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/easyrsa b/easyrsa
+index 11d2357..c665ab7 100755
+--- a/easyrsa
 b/easyrsa
+@@ -1660,9 +1660,9 @@ Note: using Easy-RSA configuration from: $vars"
+   fi
+   
+   # Set defaults, preferring existing env-vars if present
+-  set_var EASYRSA "$prog_dir"
++  set_var EASYRSA "$PWD"
+   set_var EASYRSA_OPENSSL openssl
+-  set_var EASYRSA_PKI "$PWD/pki"
++  set_var EASYRSA_PKI "$EASYRSA/pki"
+   set_var EASYRSA_DN  cn_only
+   set_var EASYRSA_REQ_COUNTRY "US"
+   set_var EASYRSA_REQ_PROVINCE"California"

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 18:52:56 UTC (rev 397932)
+++ PKGBUILD2020-10-10 18:53:04 UTC (rev 397933)
@@ -1,47 +0,0 @@
-# Maintainer: Thomas Bächler 
-
-pkgname=easy-rsa
-pkgver=3.0.8
-pkgrel=1
-pkgdesc='Simple shell based CA utility'
-arch=('any')
-url='https://github.com/OpenVPN/easy-rsa'
-depends=('openssl' 'sh')
-license=('custom')
-backup=('etc/easy-rsa/openssl-easyrsa.cnf'
-   'etc/easy-rsa/vars')
-validpgpkeys=(
-   '65FF3F24AA08E882CB444C94D731D97A606FD463'  # Josh Cepek 

-   '6F4056821152F03B6B24F2FCF8489F839D7367F3') # Eric Crist 

-source=("https://github.com/OpenVPN/easy-rsa/releases/download/v${pkgver}/EasyRSA-${pkgver}.tgz"{,.sig}
-'0001-fix-paths.patch')
-sha256sums=('cae114c212a5be4d89f2253d36c70ab94f68d295f24e8b6711c2cab0fabf7e18'
-'SKIP'
-'097c0d4980698004b11cc5e4cf12229d1f4a498fd1bd5d0442f4bec2cf7b11ea')
-
-prepare() {
-   cd EasyRSA-${pkgver}/
-
-   # fix output of help command, we have it in PATH
-   sed -i 's|./easyrsa|easyrsa|' easyrsa
-
-   # fix paths
-   patch -Np1 < "${srcdir}"/0001-fix-paths.patch
-}
-
-package() {
-   cd EasyRSA-${pkgver}/
-
-   install -D -m0755 easyrsa "${pkgdir}"/usr/bin/easyrsa
-
-   install -D -m0644 openssl-easyrsa.cnf 
"${pkgdir}"/etc/easy-rsa/openssl-easyrsa.cnf
-   install -D -m0644 vars.example "${pkgdir}"/etc/easy-rsa/vars
-   install -d -m0755 "${pkgdir}"/etc/easy-rsa/x509-types/
-   install -m0644 x509-types/* "${pkgdir}"/etc/easy-rsa/x509-types/
-
-   install -d -m0755  "${pkgdir}"/usr/share/doc/easy-rsa/
-   install -m0644 doc/* ChangeLog "${pkgdir}"/usr/share/doc/easy-rsa/
-
-   install -D -m0644 COPYING.md 

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

2020-10-10 Thread Christian Hesse via arch-commits
Date: Saturday, October 10, 2020 @ 18:52:56
  Author: eworm
Revision: 397932

upgpkg: easy-rsa 3.0.8-2: add dependency on grep (FS#68175)

Modified:
  easy-rsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 14:33:32 UTC (rev 397931)
+++ PKGBUILD2020-10-10 18:52:56 UTC (rev 397932)
@@ -2,11 +2,11 @@
 
 pkgname=easy-rsa
 pkgver=3.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple shell based CA utility'
 arch=('any')
 url='https://github.com/OpenVPN/easy-rsa'
-depends=('openssl' 'sh')
+depends=('openssl' 'sh' 'grep')
 license=('custom')
 backup=('etc/easy-rsa/openssl-easyrsa.cnf'
'etc/easy-rsa/vars')


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 17:36:11
  Author: arojas
Revision: 723423

archrelease: copy trunk to community-x86_64

Added:
  zint/repos/community-x86_64/PKGBUILD
(from rev 723422, zint/trunk/PKGBUILD)
  zint/repos/community-x86_64/zint-qt.appdata.xml
(from rev 723422, zint/trunk/zint-qt.appdata.xml)
Deleted:
  zint/repos/community-x86_64/PKGBUILD
  zint/repos/community-x86_64/zint-qt.appdata.xml

-+
 PKGBUILD|   90 +-
 zint-qt.appdata.xml |   58 
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 17:35:57 UTC (rev 723422)
+++ PKGBUILD2020-10-10 17:36:11 UTC (rev 723423)
@@ -1,45 +0,0 @@
-# Maintainer: Balló György 
-
-pkgbase=zint
-pkgname=(zint zint-qt)
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="Barcode encoding library supporting over 50 symbologies"
-arch=('x86_64')
-url="http://zint.org.uk/;
-license=('GPL')
-depends=('hicolor-icon-theme' 'qt5-base')
-makedepends=('cmake' 'qt5-tools')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
-zint-qt.appdata.xml)
-sha256sums=('0abb92df28e61dd3efb2bcaf324588ff77e5037cac7bb7098b8da814e622639c'
-'6c99514fb9079b6e6322b3b11fed5ff2c43cdcdd24c15e3cbf2663b884fc2f0c')
-
-build() {
-   cd $pkgbase-$pkgver
-   cmake -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_zint() {
-   depends=('libpng')
-
-   cd $pkgbase-$pkgver
-   make DESTDIR="$pkgdir" install
-
-   rm "$pkgdir/usr/bin/zint-qt" \
-  "$pkgdir/usr/include/qzint.h" \
-  "$pkgdir/usr/lib/libQZint.so"*
-}
-
-package_zint-qt() {
-   pkgdesc="Zint Barcode Studio GUI"
-   depends=('hicolor-icon-theme' 'qt5-base' 'zint')
-
-   cd $pkgbase-$pkgver
-   make -C backend_qt DESTDIR="$pkgdir" install
-   make -C frontend_qt DESTDIR="$pkgdir" install
-   install -Dm644 zint.png 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/zint.png"
-   install -Dm644 zint-qt.desktop 
"$pkgdir/usr/share/applications/zint-qt.desktop"
-   install -Dm644 ../zint-qt.appdata.xml 
"$pkgdir/usr/share/metainfo/zint-qt.appdata.xml"
-}

Copied: zint/repos/community-x86_64/PKGBUILD (from rev 723422, 
zint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 17:36:11 UTC (rev 723423)
@@ -0,0 +1,45 @@
+# Maintainer: Balló György 
+
+pkgbase=zint
+pkgname=(zint zint-qt)
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="Barcode encoding library supporting over 50 symbologies"
+arch=('x86_64')
+url="http://zint.org.uk/;
+license=('GPL')
+depends=('hicolor-icon-theme' 'qt5-base')
+makedepends=('cmake' 'qt5-tools')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.gz;
+zint-qt.appdata.xml)
+sha256sums=('bd286d863bc60d65a805ec3e46329c5273a13719724803b0ac02e5b5804c596a'
+'6c99514fb9079b6e6322b3b11fed5ff2c43cdcdd24c15e3cbf2663b884fc2f0c')
+
+build() {
+   cd $pkgbase-$pkgver-src
+   cmake -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_zint() {
+   depends=('libpng')
+
+   cd $pkgbase-$pkgver-src
+   make DESTDIR="$pkgdir" install
+
+   rm "$pkgdir/usr/bin/zint-qt" \
+  "$pkgdir/usr/include/qzint.h" \
+  "$pkgdir/usr/lib/libQZint.so"*
+}
+
+package_zint-qt() {
+   pkgdesc="Zint Barcode Studio GUI"
+   depends=('hicolor-icon-theme' 'qt5-base' 'zint')
+
+   cd $pkgbase-$pkgver-src
+   make -C backend_qt DESTDIR="$pkgdir" install
+   make -C frontend_qt DESTDIR="$pkgdir" install
+   install -Dm644 zint.png 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/zint.png"
+   install -Dm644 zint-qt.desktop 
"$pkgdir/usr/share/applications/zint-qt.desktop"
+   install -Dm644 ../zint-qt.appdata.xml 
"$pkgdir/usr/share/metainfo/zint-qt.appdata.xml"
+}

Deleted: zint-qt.appdata.xml
===
--- zint-qt.appdata.xml 2020-10-10 17:35:57 UTC (rev 723422)
+++ zint-qt.appdata.xml 2020-10-10 17:36:11 UTC (rev 723423)
@@ -1,29 +0,0 @@
-
-
-  org.zint.zint-qt
-  zint-qt.desktop
-  Zint Barcode Studio
-  Barcode generator
-  CC0-1.0
-  GPL-3.0
-  
-The Zint project aims to provide a complete barcode generating 
solution. It is hoped that Zint provides a solution which is flexible enough 
for professional users while at the same time takes care of as much of the 
processing as possible to allow easy translation from input data to barcode 
image.
-Zint is currently able to encode data in over 50 barcode symbologies 
(types of barcode), for each of which it is possible to translate that data 
from either Unicode (UTF-8) or a raw 8-bit data stream. The image can be 
rendered as either a Portable Network Graphic (PNG) image, Windows Bitmap 
(BMP), Graphics 

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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 17:35:57
  Author: arojas
Revision: 723422

Update to 2.9.1

Modified:
  zint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 17:28:24 UTC (rev 723421)
+++ PKGBUILD2020-10-10 17:35:57 UTC (rev 723422)
@@ -2,7 +2,7 @@
 
 pkgbase=zint
 pkgname=(zint zint-qt)
-pkgver=2.8.0
+pkgver=2.9.1
 pkgrel=1
 pkgdesc="Barcode encoding library supporting over 50 symbologies"
 arch=('x86_64')
@@ -10,13 +10,13 @@
 license=('GPL')
 depends=('hicolor-icon-theme' 'qt5-base')
 makedepends=('cmake' 'qt5-tools')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.gz;
 zint-qt.appdata.xml)
-sha256sums=('0abb92df28e61dd3efb2bcaf324588ff77e5037cac7bb7098b8da814e622639c'
+sha256sums=('bd286d863bc60d65a805ec3e46329c5273a13719724803b0ac02e5b5804c596a'
 '6c99514fb9079b6e6322b3b11fed5ff2c43cdcdd24c15e3cbf2663b884fc2f0c')
 
 build() {
-   cd $pkgbase-$pkgver
+   cd $pkgbase-$pkgver-src
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
 }
@@ -24,7 +24,7 @@
 package_zint() {
depends=('libpng')
 
-   cd $pkgbase-$pkgver
+   cd $pkgbase-$pkgver-src
make DESTDIR="$pkgdir" install
 
rm "$pkgdir/usr/bin/zint-qt" \
@@ -36,7 +36,7 @@
pkgdesc="Zint Barcode Studio GUI"
depends=('hicolor-icon-theme' 'qt5-base' 'zint')
 
-   cd $pkgbase-$pkgver
+   cd $pkgbase-$pkgver-src
make -C backend_qt DESTDIR="$pkgdir" install
make -C frontend_qt DESTDIR="$pkgdir" install
install -Dm644 zint.png 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/zint.png"


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 17:28:24
  Author: arojas
Revision: 723421

archrelease: copy trunk to community-x86_64

Added:
  
ciano/repos/community-x86_64/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
(from rev 723420, 
ciano/trunk/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch)
  
ciano/repos/community-x86_64/0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch
(from rev 723420, 
ciano/trunk/0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch)
  ciano/repos/community-x86_64/0001-Create-output-directory-if-not-exist.patch
(from rev 723420, 
ciano/trunk/0001-Create-output-directory-if-not-exist.patch)
  ciano/repos/community-x86_64/0001-Handle-GIF-with-ImageMagick.patch
(from rev 723420, ciano/trunk/0001-Handle-GIF-with-ImageMagick.patch)
  ciano/repos/community-x86_64/0001-Use-standard-icon-names.patch
(from rev 723420, ciano/trunk/0001-Use-standard-icon-names.patch)
  ciano/repos/community-x86_64/PKGBUILD
(from rev 723420, ciano/trunk/PKGBUILD)
Deleted:
  
ciano/repos/community-x86_64/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
  
ciano/repos/community-x86_64/0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch
  ciano/repos/community-x86_64/0001-Create-output-directory-if-not-exist.patch
  ciano/repos/community-x86_64/0001-Handle-GIF-with-ImageMagick.patch
  ciano/repos/community-x86_64/0001-Use-standard-icon-names.patch
  ciano/repos/community-x86_64/PKGBUILD

-+
 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch |  185 
--
 0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch |  152 
 0001-Create-output-directory-if-not-exist.patch |   52 +-
 0001-Handle-GIF-with-ImageMagick.patch  |  152 
 0001-Use-standard-icon-names.patch  |  100 ++---
 PKGBUILD|  106 ++---
 6 files changed, 370 insertions(+), 377 deletions(-)

Deleted: 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
===
--- 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch 
2020-10-10 17:28:06 UTC (rev 723420)
+++ 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch 
2020-10-10 17:28:24 UTC (rev 723421)
@@ -1,96 +0,0 @@
-From 0e4808a1513ea9f7a7d7c24911ec7dd0e7ccc02f Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Wed, 8 Jul 2020 11:34:01 +0200
-Subject: [PATCH] Add support for conversion and selection of OPUS audios. #65
-

- src/Configs/Constants.vala   |  3 ++-
- src/Controllers/ConverterController.vala | 13 -
- src/Widgets/SourceListSidebar.vala   |  4 +++-
- 3 files changed, 17 insertions(+), 3 deletions(-)
-
-diff --git a/src/Configs/Constants.vala b/src/Configs/Constants.vala
-index 64143c9..f163ff5 100644
 a/src/Configs/Constants.vala
-+++ b/src/Configs/Constants.vala
-@@ -61,6 +61,7 @@ namespace Ciano.Configs {
- public abstract const string TEXT_AAC   = 
"AAC";
- public abstract const string TEXT_MMF   = 
"MMF";
- public abstract const string TEXT_M4A   = 
"M4A";
-+public abstract const string TEXT_OPUS  = 
"OPUS";
- public abstract const string TEXT_WAV   = 
"WAV";
- public abstract const string TEXT_FLAC  = 
"FLAC";
- public abstract const string TEXT_AIFF  = 
"AIFF";
-@@ -76,4 +77,4 @@ namespace Ciano.Configs {
- public abstract const string [] ABOUT_AUTHORS   = 
{ "Robert San " };
- public abstract const Gtk.License ABOUT_LICENSE_TYPE= 
Gtk.License.GPL_3_0;
- }
--}
-\ No newline at end of file
-+}
-diff --git a/src/Controllers/ConverterController.vala 
b/src/Controllers/ConverterController.vala
-index b639d11..756a7cb 100644
 a/src/Controllers/ConverterController.vala
-+++ b/src/Controllers/ConverterController.vala
-@@ -721,6 +721,12 @@ namespace Ciano.Controllers {
- get_array_formats_videos (StringUtil.EMPTY)
- );
- break;
-+case Constants.TEXT_OPUS:
-+formats = ArrayUtil.join_generic_string_arrays ( 
-+get_array_formats_music (Constants.TEXT_OPUS), 
-+get_array_formats_videos (StringUtil.EMPTY)
-+);
-+break;
- 
- case Constants.TEXT_JPG:
- formats = get_array_formats_image (Constants.TEXT_JPG);
-@@ -894,6 +900,11 @@ namespace Ciano.Controllers {
- array.add 

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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 17:28:06
  Author: arojas
Revision: 723420

Update to 0.2.4

Modified:
  ciano/trunk/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
  ciano/trunk/0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch
  ciano/trunk/PKGBUILD

-+
 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch |7 ---
 0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch |2 +-
 PKGBUILD|   10 
+-
 3 files changed, 6 insertions(+), 13 deletions(-)

Modified: 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
===
--- 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch 
2020-10-10 17:16:30 UTC (rev 723419)
+++ 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch 
2020-10-10 17:28:06 UTC (rev 723420)
@@ -57,13 +57,6 @@
  return array;
  }
  
-@@ -951,4 +962,4 @@ namespace Ciano.Controllers {
- return array;
- }
- }
--}
-\ No newline at end of file
-+}
 diff --git a/src/Widgets/SourceListSidebar.vala 
b/src/Widgets/SourceListSidebar.vala
 index eeaba78..129d525 100644
 --- a/src/Widgets/SourceListSidebar.vala

Modified: 0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch
===
--- 0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch 
2020-10-10 17:16:30 UTC (rev 723419)
+++ 0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch 
2020-10-10 17:28:06 UTC (rev 723420)
@@ -14,9 +14,9 @@
 --- a/src/Configs/Constants.vala
 +++ b/src/Configs/Constants.vala
 @@ -73,7 +73,8 @@ namespace Ciano.Configs {
- public abstract const string TEXT_TGA   = 
"TGA";
  public abstract const string TEXT_OGV   = 
"OGV";
  public abstract const string TEXT_WEBM  = 
"WEBM";
+ public abstract const string TEXT_AT9   = 
"AT9";
 +public abstract const string TEXT_WEBP  = 
"WEBP";
  public abstract const string [] ABOUT_AUTHORS   = 
{ "Robert San " };
  public abstract const Gtk.License ABOUT_LICENSE_TYPE= 
Gtk.License.GPL_3_0;

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 17:16:30 UTC (rev 723419)
+++ PKGBUILD2020-10-10 17:28:06 UTC (rev 723420)
@@ -1,8 +1,8 @@
 # Maintainer: Balló György 
 
 pkgname=ciano
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.4
+pkgrel=1
 pkgdesc="Multimedia file converter focused on simplicity"
 arch=(x86_64)
 url="https://robertsanseries.github.io/ciano/;
@@ -15,12 +15,12 @@
 "0001-Use-standard-icon-names.patch"
 "0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch"
 "0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch")
-sha256sums=('49e648ff0d6f122057e6f15f7d3a3a451b005e296781d4f4d9816c8f0fcaa387'
+sha256sums=('cdb7f77f10e4b7a64520d618472de97955ce897d26468055666291672db58754'
 '8b44b7df58f82d0ff38572b773724b6f42e085fc1a1aa098776c794eb117b49d'
 'f682329bc9cbed2d0605b31e1cc4915c9a7e188bb398fed88001e892f44c50bb'
 'fb99403b4f6707454eef3f8552cded3e48e230dd4a118c7ada6e78e1a52fa3a4'
-'0eb72a2e4ea2f83e25043396acdf5a090f554985ab4902e63363c0a1d30b4d36'
-'4759a78664c2e406d41cdbf0b2187171a1383dd9dd6e3711bb969be9deea36b4')
+'6b24642ba9fb78256eb2e25185ad33db1e175abeff766bf425a3d505d9d7257b'
+'792c95739e89a6db241934230ecf6692dab8811da37439256321924793a2b732')
 
 prepare() {
   cd $pkgname-$pkgver


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

2020-10-10 Thread Felix Yan via arch-commits
Date: Saturday, October 10, 2020 @ 17:16:30
  Author: felixonmars
Revision: 723419

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 17:16:19 UTC (rev 723418)
+++ PKGBUILD2020-10-10 17:16:30 UTC (rev 723419)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgname=python-faker
-pkgver=4.7.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=('b858d7d07b145aafed41b6082eb876b705f09f480cce888ffb70293f4254e27c67016cb98231ddea8e0f80de9250e25c52d3f0eb08b0728b9bfdf3cb861c58e7')
-
-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 723418, 
python-faker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 17:16:30 UTC (rev 723419)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgname=python-faker
+pkgver=4.8.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=('dd48bd0feaf02463572842f40e57dfff31a858c2172ae6fcaf1e1a1334331665b84467807bfecdd60f6075d75c9b61f850b8c7ea535028e2d40daa0df62cd13d')
+
+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-faker/trunk (PKGBUILD)

2020-10-10 Thread Felix Yan via arch-commits
Date: Saturday, October 10, 2020 @ 17:16:19
  Author: felixonmars
Revision: 723418

upgpkg: python-faker 4.8.0-1

Modified:
  python-faker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 17:11:30 UTC (rev 723417)
+++ PKGBUILD2020-10-10 17:16:19 UTC (rev 723418)
@@ -3,7 +3,7 @@
 # Contributor: dnuux 
 
 pkgname=python-faker
-pkgver=4.7.0
+pkgver=4.8.0
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-random2'
   'python-freezegun')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz;)
-sha512sums=('b858d7d07b145aafed41b6082eb876b705f09f480cce888ffb70293f4254e27c67016cb98231ddea8e0f80de9250e25c52d3f0eb08b0728b9bfdf3cb861c58e7')
+sha512sums=('dd48bd0feaf02463572842f40e57dfff31a858c2172ae6fcaf1e1a1334331665b84467807bfecdd60f6075d75c9b61f850b8c7ea535028e2d40daa0df62cd13d')
 
 prepare() {
   sed -i -e 's/==/>=/' faker-$pkgver/setup.py


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 17:11:30
  Author: arojas
Revision: 723417

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   82 +++---
 cr3.appdata.xml |   60 +++
 2 files changed, 71 insertions(+), 71 deletions(-)

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

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

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

Copied: coolreader/repos/community-x86_64/cr3.appdata.xml (from rev 723416, 
coolreader/trunk/cr3.appdata.xml)
===
--- cr3.appdata.xml 

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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 17:11:04
  Author: arojas
Revision: 723416

Update to 3.2.49

Modified:
  coolreader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 17:04:08 UTC (rev 723415)
+++ PKGBUILD2020-10-10 17:11:04 UTC (rev 723416)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Naumeiko 
 
 pkgname=coolreader
-pkgver=3.2.39
+pkgver=3.2.49
 pkgrel=1
 pkgdesc="Fast and small XML/CSS based eBook reader"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(cmake qt5-tools)
 
source=(https://github.com/buggins/coolreader/archive/cr$pkgver/$pkgname-$pkgver.tar.gz
 cr3.appdata.xml)
-sha256sums=('c3fca255e887b745a684b4402f74f560ba2dd73229bbca5416bbd5cb8635da28'
+sha256sums=('7354bfc78d1b2899dcb35ae73b19ab7a622bedc2d6a9d62831f249537590bfc6'
 '9d868cfd61b686b5a398797819367f16d7a65f1f5420441fb34c8d39236f7382')
 
 prepare() {


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

2020-10-10 Thread Felix Yan via arch-commits
Date: Saturday, October 10, 2020 @ 17:03:53
  Author: felixonmars
Revision: 723413

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 17:03:43 UTC (rev 723412)
+++ PKGBUILD2020-10-10 17:03:53 UTC (rev 723413)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgver=8.12.10
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-depends=('python')
-makedepends=("python-setuptools")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
-sha512sums=('c4d9cbb2b5665d41d633ae7fc20bdac0b8bf516cd8ab7d096c4e6c871f8dae7f42f7d593b03b4d58be42137e40a9185b7f28ead67e043d3d1e6b65f6758ffcdf')
-
-build() {
-  cd python-phonenumbers-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-phonenumbers-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd python-phonenumbers-$pkgver
-  python setup.py install -O1 --root "$pkgdir"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 723412, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 17:03:53 UTC (rev 723413)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgver=8.12.11
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+depends=('python')
+makedepends=("python-setuptools")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
+sha512sums=('3789265f10ff81ca68036a6aac9b1085f82b68a31d001357683bb9d5c9770224c95a324ce2848c21ac16ae690d1525b0c6803228ce0343e70b45e9e1b2f94992')
+
+build() {
+  cd python-phonenumbers-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-phonenumbers-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd python-phonenumbers-$pkgver
+  python setup.py install -O1 --root "$pkgdir"
+}


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

2020-10-10 Thread Felix Yan via arch-commits
Date: Saturday, October 10, 2020 @ 17:03:58
  Author: felixonmars
Revision: 723414

upgpkg: v2ray 4.31.0-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 17:03:53 UTC (rev 723413)
+++ PKGBUILD2020-10-10 17:03:58 UTC (rev 723414)
@@ -2,7 +2,7 @@
 # Contributor: pandada8 
 
 pkgname=v2ray
-pkgver=4.30.0
+pkgver=4.31.0
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go' 'git')
 backup=(etc/v2ray/config.json)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/v2ray-core/archive/v$pkgver.tar.gz;)
-sha512sums=('0c1fc18aadb822b2ecaff840370fbca236e54fc1586ac1f200f45fdaba0532dc9c38f09dd41a012da6dea0aecbfe6290584061740b743dbf5556d6516cb24cb5')
+sha512sums=('6c21e826c8fc0b3caa80e710a6226bd699adbeda566d00f4275656a52afb145730ff5e318160cdbd842cb811782ab677f373bc83e2b73c63d8ada8a739520c6d')
 
 prepare() {
   cd v2ray-core-$pkgver


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

2020-10-10 Thread Felix Yan via arch-commits
Date: Saturday, October 10, 2020 @ 17:04:08
  Author: felixonmars
Revision: 723415

archrelease: copy trunk to community-x86_64

Added:
  v2ray/repos/community-x86_64/PKGBUILD
(from rev 723414, v2ray/trunk/PKGBUILD)
Deleted:
  v2ray/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 17:03:58 UTC (rev 723414)
+++ PKGBUILD2020-10-10 17:04:08 UTC (rev 723415)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: pandada8 
-
-pkgname=v2ray
-pkgver=4.30.0
-pkgrel=1
-pkgdesc="A platform for building proxies to bypass network restrictions"
-arch=('x86_64')
-url="https://github.com/v2fly/v2ray-core;
-license=('MIT')
-depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
-makedepends=('go' 'git')
-backup=(etc/v2ray/config.json)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/v2ray-core/archive/v$pkgver.tar.gz;)
-sha512sums=('0c1fc18aadb822b2ecaff840370fbca236e54fc1586ac1f200f45fdaba0532dc9c38f09dd41a012da6dea0aecbfe6290584061740b743dbf5556d6516cb24cb5')
-
-prepare() {
-  cd v2ray-core-$pkgver
-  sed -i 's|/usr/local/bin|/usr/bin|;s|/usr/local/etc|/etc|' 
release/config/systemd/system/*.service
-}
-
-build() {
-  cd v2ray-core-$pkgver
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  go build -o v2ray ./main
-  go build -o v2ctl ./infra/control/main
-}
-
-check() {
-  cd v2ray-core-$pkgver
-  go test -p 1 -tags json -v -timeout 30m v2ray.com/core/...
-}
-
-package() {
-  cd v2ray-core-$pkgver
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
-  install -Dm644 release/config/systemd/system/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  install -Dm644 release/config/systemd/system/v2ray@.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
-  install -Dm644 release/config/*.json -t "$pkgdir"/etc/v2ray/
-  install -Dm755 v2ray -t "$pkgdir"/usr/bin/
-  install -Dm755 v2ctl -t "$pkgdir"/usr/bin/
-}

Copied: v2ray/repos/community-x86_64/PKGBUILD (from rev 723414, 
v2ray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 17:04:08 UTC (rev 723415)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: pandada8 
+
+pkgname=v2ray
+pkgver=4.31.0
+pkgrel=1
+pkgdesc="A platform for building proxies to bypass network restrictions"
+arch=('x86_64')
+url="https://github.com/v2fly/v2ray-core;
+license=('MIT')
+depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
+makedepends=('go' 'git')
+backup=(etc/v2ray/config.json)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/v2ray-core/archive/v$pkgver.tar.gz;)
+sha512sums=('6c21e826c8fc0b3caa80e710a6226bd699adbeda566d00f4275656a52afb145730ff5e318160cdbd842cb811782ab677f373bc83e2b73c63d8ada8a739520c6d')
+
+prepare() {
+  cd v2ray-core-$pkgver
+  sed -i 's|/usr/local/bin|/usr/bin|;s|/usr/local/etc|/etc|' 
release/config/systemd/system/*.service
+}
+
+build() {
+  cd v2ray-core-$pkgver
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  go build -o v2ray ./main
+  go build -o v2ctl ./infra/control/main
+}
+
+check() {
+  cd v2ray-core-$pkgver
+  go test -p 1 -tags json -v -timeout 30m v2ray.com/core/...
+}
+
+package() {
+  cd v2ray-core-$pkgver
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
+  install -Dm644 release/config/systemd/system/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
+  install -Dm644 release/config/systemd/system/v2ray@.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
+  install -Dm644 release/config/*.json -t "$pkgdir"/etc/v2ray/
+  install -Dm755 v2ray -t "$pkgdir"/usr/bin/
+  install -Dm755 v2ctl -t "$pkgdir"/usr/bin/
+}


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

2020-10-10 Thread Felix Yan via arch-commits
Date: Saturday, October 10, 2020 @ 17:03:43
  Author: felixonmars
Revision: 723412

upgpkg: python-phonenumbers 8.12.11-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 15:49:30 UTC (rev 723411)
+++ PKGBUILD2020-10-10 17:03:43 UTC (rev 723412)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-phonenumbers
-pkgver=8.12.10
+pkgver=8.12.11
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
-sha512sums=('c4d9cbb2b5665d41d633ae7fc20bdac0b8bf516cd8ab7d096c4e6c871f8dae7f42f7d593b03b4d58be42137e40a9185b7f28ead67e043d3d1e6b65f6758ffcdf')
+sha512sums=('3789265f10ff81ca68036a6aac9b1085f82b68a31d001357683bb9d5c9770224c95a324ce2848c21ac16ae690d1525b0c6803228ce0343e70b45e9e1b2f94992')
 
 build() {
   cd python-phonenumbers-$pkgver


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

2020-10-10 Thread Felix Yan via arch-commits
Date: Saturday, October 10, 2020 @ 15:49:30
  Author: felixonmars
Revision: 723411

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 15:49:19 UTC (rev 723410)
+++ PKGBUILD2020-10-10 15:49:30 UTC (rev 723411)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-movie
-epoch=1
-pkgver=5.7.6.44
-pkgrel=1
-pkgdesc='Movie player based on QtAV'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-movie-reborn;
-license=('GPL3')
-depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('4f12b265822738a36ef05cf18d16c8bc1a465e4241f275041b13dbd44ec1cef1aaeb07b1505b89de4aeaddfa5297a92a88f410552d6d0b5db43c23595c4e32f4')
-
-prepare() {
-  cd deepin-movie-reborn-$pkgver
-  sed -i '/#include /a #include ' 
src/widgets/{tip,toolbutton}.h
-}
-
-build() {
-  cd deepin-movie-reborn-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
-  ninja
-}
-
-package() {
-  cd deepin-movie-reborn-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-movie/repos/community-x86_64/PKGBUILD (from rev 723410, 
deepin-movie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 15:49:30 UTC (rev 723411)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=5.7.6.45
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn;
+license=('GPL3')
+depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
+sha512sums=('4d30897fa28b59284162fda1cade899cf1db8e0d3bab2fb80cd29d5a23e663883df41553f56e5f3fd8cf629dc9cc1ef3026be6477f061b0fe345106ac8e2df1a')
+
+prepare() {
+  cd deepin-movie-reborn-$pkgver
+  sed -i '/#include /a #include ' 
src/widgets/{tip,toolbutton}.h
+}
+
+build() {
+  cd deepin-movie-reborn-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
+  ninja
+}
+
+package() {
+  cd deepin-movie-reborn-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-10-10 Thread Felix Yan via arch-commits
Date: Saturday, October 10, 2020 @ 15:49:19
  Author: felixonmars
Revision: 723410

upgpkg: deepin-movie 1:5.7.6.45-1

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 15:41:23 UTC (rev 723409)
+++ PKGBUILD2020-10-10 15:49:19 UTC (rev 723410)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-movie
 epoch=1
-pkgver=5.7.6.44
+pkgver=5.7.6.45
 pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('4f12b265822738a36ef05cf18d16c8bc1a465e4241f275041b13dbd44ec1cef1aaeb07b1505b89de4aeaddfa5297a92a88f410552d6d0b5db43c23595c4e32f4')
+sha512sums=('4d30897fa28b59284162fda1cade899cf1db8e0d3bab2fb80cd29d5a23e663883df41553f56e5f3fd8cf629dc9cc1ef3026be6477f061b0fe345106ac8e2df1a')
 
 prepare() {
   cd deepin-movie-reborn-$pkgver


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-10-10 Thread Felix Yan via arch-commits
Date: Saturday, October 10, 2020 @ 15:41:03
  Author: felixonmars
Revision: 723388

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 723375, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 15:41:02 UTC (rev 723387)
+++ PKGBUILD2020-10-10 15:41:03 UTC (rev 723388)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20201008021619
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('ce0bac7a3ae0f22bf39501cfa0c9e7d5952bd417e5639922d1dffc5c38d7d98f5bc3e9cd120f70d3aa652445ade14e7a41d29028a49cd99fa8001ac6416dbaa9')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2fly
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2fly/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
723375, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 15:41:03 UTC (rev 723388)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20201010021828
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('46899628ee3d66af7caececf8036334ec884713eb91a87877873713f1c16e6c23417fa32e50ed5d9f969a6a113677d7282ece9a276ea08bf14d039d034eb21c5')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2fly
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2fly/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2020-10-10 Thread Felix Yan via arch-commits
Date: Saturday, October 10, 2020 @ 15:40:34
  Author: felixonmars
Revision: 723351

upgpkg: v2ray-domain-list-community 20201010021828-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 15:40:34 UTC (rev 723350)
+++ PKGBUILD2020-10-10 15:40:34 UTC (rev 723351)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20201008021619
+pkgver=20201010021828
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('ce0bac7a3ae0f22bf39501cfa0c9e7d5952bd417e5639922d1dffc5c38d7d98f5bc3e9cd120f70d3aa652445ade14e7a41d29028a49cd99fa8001ac6416dbaa9')
+sha512sums=('46899628ee3d66af7caececf8036334ec884713eb91a87877873713f1c16e6c23417fa32e50ed5d9f969a6a113677d7282ece9a276ea08bf14d039d034eb21c5')
 
 prepare() {
   mkdir .gopath


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

2020-10-10 Thread Alexander Rødseth via arch-commits
Date: Saturday, October 10, 2020 @ 14:57:02
  Author: arodseth
Revision: 723127

upgpkg: moosefs 3.0.115-1

Modified:
  moosefs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 14:55:40 UTC (rev 723126)
+++ PKGBUILD2020-10-10 14:57:02 UTC (rev 723127)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=moosefs
-pkgver=3.0.114
+pkgver=3.0.115
 pkgrel=1
 pkgdesc='High performing and fault tolerant distributed file system'
 url='https://moosefs.com/'
@@ -12,7 +12,7 @@
 depends=(fuse2 libpcap python xfsprogs)
 
source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz;
 moosefs.sysusers)
-sha256sums=('a3044ebbf0d42f06dff4f5108235e13d89b79d1568eee86182bb7232addb277c'
+sha256sums=('95dbf1f8ce35eb3f72837e822a2d464d7f8092724d0148861d3fb7729d965a21'
 'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
 
 build() {
@@ -41,4 +41,3 @@
 }
 
 # getver: moosefs.com/download/sources.html
-# vim: ts=2 sw=2 et:


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

2020-10-10 Thread Alexander Rødseth via arch-commits
Date: Saturday, October 10, 2020 @ 14:57:08
  Author: arodseth
Revision: 723128

archrelease: copy trunk to community-x86_64

Added:
  moosefs/repos/community-x86_64/PKGBUILD
(from rev 723127, moosefs/trunk/PKGBUILD)
  moosefs/repos/community-x86_64/moosefs.sysusers
(from rev 723127, moosefs/trunk/moosefs.sysusers)
Deleted:
  moosefs/repos/community-x86_64/PKGBUILD
  moosefs/repos/community-x86_64/moosefs.sysusers

--+
 PKGBUILD |   87 ++---
 moosefs.sysusers |2 -
 2 files changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 14:57:02 UTC (rev 723127)
+++ PKGBUILD2020-10-10 14:57:08 UTC (rev 723128)
@@ -1,44 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=moosefs
-pkgver=3.0.114
-pkgrel=1
-pkgdesc='High performing and fault tolerant distributed file system'
-url='https://moosefs.com/'
-replaces=(mfs-master mfs-chunkserver mfs-client)
-conflicts=(mfs-master mfs-chunkserver mfs-client)
-arch=(x86_64)
-license=(GPL2)
-depends=(fuse2 libpcap python xfsprogs)
-source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz;
-moosefs.sysusers)
-sha256sums=('a3044ebbf0d42f06dff4f5108235e13d89b79d1568eee86182bb7232addb277c'
-'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure \
---localstatedir=/var/lib \
---mandir=/usr/share/man \
---prefix=/usr \
---sysconfdir=/etc \
---with-default-group=mfs \
---with-default-user=mfs \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
-
-  # Move mount.moosefs from sbin to usr/bin. They end up in
-  # /usr/bin just the same, but this silences a warning
-  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
-  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
-  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
-
-  install -Dm644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# getver: moosefs.com/download/sources.html
-# vim: ts=2 sw=2 et:

Copied: moosefs/repos/community-x86_64/PKGBUILD (from rev 723127, 
moosefs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 14:57:08 UTC (rev 723128)
@@ -0,0 +1,43 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.115
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='https://moosefs.com/'
+replaces=(mfs-master mfs-chunkserver mfs-client)
+conflicts=(mfs-master mfs-chunkserver mfs-client)
+arch=(x86_64)
+license=(GPL2)
+depends=(fuse2 libpcap python xfsprogs)
+source=("$pkgname-$pkgver.tgz::https://github.com/moosefs/moosefs/archive/v$pkgver.tar.gz;
+moosefs.sysusers)
+sha256sums=('95dbf1f8ce35eb3f72837e822a2d464d7f8092724d0148861d3fb7729d965a21'
+'c7fb746f904bf4ecaaa6b15b9bce7a5b3bbe3008247148c561280eba8df250dc')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure \
+--localstatedir=/var/lib \
+--mandir=/usr/share/man \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-default-group=mfs \
+--with-default-user=mfs \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "$pkgname-$pkgver" install
+
+  # Move mount.moosefs from sbin to usr/bin. They end up in
+  # /usr/bin just the same, but this silences a warning
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
+  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
+
+  install -Dm644 "$pkgname.sysusers" "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# getver: moosefs.com/download/sources.html

Deleted: moosefs.sysusers
===
--- moosefs.sysusers2020-10-10 14:57:02 UTC (rev 723127)
+++ moosefs.sysusers2020-10-10 14:57:08 UTC (rev 723128)
@@ -1 +0,0 @@
-u mfs - "MooseFS" /var/lib/mfs

Copied: moosefs/repos/community-x86_64/moosefs.sysusers (from rev 723127, 
moosefs/trunk/moosefs.sysusers)
===
--- moosefs.sysusers(rev 0)
+++ moosefs.sysusers2020-10-10 14:57:08 UTC (rev 723128)
@@ -0,0 +1 @@
+u mfs - "MooseFS" /var/lib/mfs


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

2020-10-10 Thread Johannes Löthberg via arch-commits
Date: Saturday, October 10, 2020 @ 14:55:40
  Author: demize
Revision: 723126

archrelease: copy trunk to community-testing-any

Added:
  matrix-synapse/repos/community-testing-any/
  matrix-synapse/repos/community-testing-any/PKGBUILD
(from rev 723125, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-testing-any/synapse.install
(from rev 723125, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-testing-any/synapse.service
(from rev 723125, matrix-synapse/trunk/synapse.service)
  matrix-synapse/repos/community-testing-any/sysusers-synapse.conf
(from rev 723125, matrix-synapse/trunk/sysusers-synapse.conf)
  matrix-synapse/repos/community-testing-any/tmpfiles-synapse.conf
(from rev 723125, matrix-synapse/trunk/tmpfiles-synapse.conf)

---+
 PKGBUILD  |   66 
 synapse.install   |   38 +++
 synapse.service   |   18 +
 sysusers-synapse.conf |1 
 tmpfiles-synapse.conf |1 
 5 files changed, 124 insertions(+)

Copied: matrix-synapse/repos/community-testing-any/PKGBUILD (from rev 723125, 
matrix-synapse/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-10-10 14:55:40 UTC (rev 723126)
@@ -0,0 +1,66 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=1.20.1
+pkgrel=1
+
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse;
+arch=('any')
+license=('Apache')
+
+depends=('libwebp' 'python-jsonschema' 'python-twisted' 
'python-service-identity'
+ 'python-pyopenssl' 'python-yaml' 'python-pyasn1' 'python-pynacl'
+ 'python-bcrypt' 'python-frozendict'
+ 'python-pillow' 'python-ujson'
+ 'python-pysaml2' 'python-setuptools'
+ 'python-systemd' 'python-unpaddedbase64' 'python-canonicaljson'
+ 'python-signedjson' 'python-pymacaroons'
+ 'python-service-identity' 'python-msgpack'
+ 'python-phonenumbers' 'python-prometheus_client'
+ 'python-attrs' 'python-netaddr' 'python-sortedcontainers'
+ 'python-treq' 'python-idna' 'python-jinja'
+ 'python-bleach' 'python-typing_extensions' 'systemd')
+checkdepends=('python-authlib' 'python-pyjwt' 'python-lxml' 'python-mock' 
'python-parameterized')
+optdepends=('perl: sync_room_to_group.pl'
+'python-psycopg2: PostgreSQL support'
+'python-lxml: URL previewing'
+'python-psutil: metrics'
+'python-pyjwt: jwt')
+
+source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz;
+'synapse.service'
+'sysusers-synapse.conf'
+'tmpfiles-synapse.conf')
+
+md5sums=('c28f8acf77ef53fa6a6c9fe7eb48879a'
+ 'fb196dee4f38a4b19e0a160f45574032'
+ 'ecd9f66fb57fe1a2e1e2df07a460a35b'
+ 'e961c9ecad84a70345a57a7e9e6d5b09')
+
+backup=('etc/synapse/log_config.yaml')
+install=synapse.install
+
+build() {
+   cd synapse-$pkgver
+   python setup.py build
+}
+
+check() {
+   cd synapse-$pkgver
+   PYTHONPATH=. trial3 tests
+}
+
+package() {
+   install -Dm644 synapse.service 
"$pkgdir"/usr/lib/systemd/system/synapse.service
+
+   cd synapse-$pkgver
+   python setup.py install --root "$pkgdir" --optimize=1 --skip-build
+
+   install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse
+
+   install -Dm644 contrib/systemd/log_config.yaml 
"$pkgdir"/etc/synapse/log_config.yaml
+   install -Dm644 "$srcdir"/sysusers-synapse.conf 
"$pkgdir"/usr/lib/sysusers.d/synapse.conf
+   install -Dm644 "$srcdir"/tmpfiles-synapse.conf 
"$pkgdir"/usr/lib/tmpfiles.d/synapse.conf
+}

Copied: matrix-synapse/repos/community-testing-any/synapse.install (from rev 
723125, matrix-synapse/trunk/synapse.install)
===
--- community-testing-any/synapse.install   (rev 0)
+++ community-testing-any/synapse.install   2020-10-10 14:55:40 UTC (rev 
723126)
@@ -0,0 +1,38 @@
+#!/bin/bash
+
+# arg 1:  the new package version
+post_install() {
+   if [[ ! -e /etc/synapse/homeserver.yaml ]]; then
+   cat <<-EOF
+   ==> A synapse configuration file needs to be generated before 
you can
+   start synapse, and you should make sure that it's readable 
by the
+   synapse user.
+
+   cd /var/lib/synapse
+   sudo -u synapse python -m synapse.app.homeserver \\
+ --server-name my.domain.name \\
+ --config-path /etc/synapse/homeserver.yaml \\
+ --generate-config \\
+ --report-stats=yes
+
+   N.B.: The default synapse config enables the 

[arch-commits] Commit in freecad/repos/community-x86_64 (7 files)

2020-10-10 Thread Alexander Rødseth via arch-commits
Date: Saturday, October 10, 2020 @ 14:46:22
  Author: arodseth
Revision: 723125

archrelease: copy trunk to community-x86_64

Added:
  freecad/repos/community-x86_64/FindPySide2Tools.cmake
(from rev 723124, freecad/trunk/FindPySide2Tools.cmake)
  freecad/repos/community-x86_64/PKGBUILD
(from rev 723124, freecad/trunk/PKGBUILD)
  freecad/repos/community-x86_64/freecad.xml
(from rev 723124, freecad/trunk/freecad.xml)
Deleted:
  freecad/repos/community-x86_64/FindPySide2Tools.cmake
  freecad/repos/community-x86_64/PKGBUILD
  freecad/repos/community-x86_64/freecad.desktop
  freecad/repos/community-x86_64/freecad.xml

+
 FindPySide2Tools.cmake |  224 +++---
 PKGBUILD   |  226 ---
 freecad.desktop|   14 --
 freecad.xml|   18 +--
 4 files changed, 239 insertions(+), 243 deletions(-)

Deleted: FindPySide2Tools.cmake
===
--- FindPySide2Tools.cmake  2020-10-10 14:46:13 UTC (rev 723124)
+++ FindPySide2Tools.cmake  2020-10-10 14:46:22 UTC (rev 723125)
@@ -1,112 +0,0 @@
-# Try to find PySide2 utilities, PYSIDE2UIC and PYSIDE2RCC:
-# PYSIDE2UICBINARY - Location of PYSIDE2UIC executable
-# PYSIDE2RCCBINARY - Location of PYSIDE2RCC executable
-# PYSIDE2_TOOLS_FOUND - PySide2 utilities found.
-
-# Also provides macro similar to FindQt4.cmake's WRAP_UI and WRAP_RC,
-# for the automatic generation of Python code from Qt4's user interface
-# ('.ui') and resource ('.qrc') files. These macros are called:
-# - PYSIDE_WRAP_UI
-# - PYSIDE_WRAP_RC
-
-IF(PYSIDE2UICBINARY AND PYSIDE2RCCBINARY)
-  # Already in cache, be silent
-  set(PYSIDE2_TOOLS_FOUND_QUIETLY TRUE)
-ENDIF(PYSIDE2UICBINARY AND PYSIDE2RCCBINARY)
-
-if(WIN32 OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
-#pyside2 tools are often in same location as python interpreter
-get_filename_component(PYTHON_BIN_DIR ${PYTHON_EXECUTABLE} PATH)
-set(PYSIDE_BIN_DIR ${PYTHON_BIN_DIR})
-endif(WIN32 OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
-
-# Since Qt v5.14, pyside2-uic and pyside2-rcc are directly provided by Qt5Core 
uic and rcc, with '-g python' option
-# We test Qt5Core version to act accordingly
-
-FIND_PACKAGE(Qt5Core)
-
-IF(Qt5Core_VERSION VERSION_LESS 5.14)
-  # Legacy (< 5.14)
-  FIND_PROGRAM(PYSIDE2UICBINARY NAMES python2-pyside2-uic pyside2-uic 
pyside2-uic-${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR} pyuic5 HINTS 
${PYSIDE_BIN_DIR})
-  FIND_PROGRAM(PYSIDE2RCCBINARY NAMES pyside2-rcc 
pyside2-rcc-${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR} pyrcc5 HINTS 
${PYSIDE_BIN_DIR})
-  set(UICOPTIONS "")
-  set(RCCOPTIONS "")
-ELSE(Qt5Core_VERSION VERSION_LESS 5.14)
-  # New (>= 5.14)
-  FIND_PROGRAM(PYSIDE2UICBINARY NAMES uic-qt5 uic pyside2-uic)
-  set(UICOPTIONS "--generator=python")
-  FIND_PROGRAM(PYSIDE2RCCBINARY NAMES rcc-qt5 rcc pyside2-rcc)
-  set(RCCOPTIONS "--generator=python" "--compress-algo=zlib" "--compress=1")
-ENDIF(Qt5Core_VERSION VERSION_LESS 5.14)
-
-MACRO(PYSIDE_WRAP_UI outfiles)
-  FOREACH(it ${ARGN})
-GET_FILENAME_COMPONENT(outfile ${it} NAME_WE)
-GET_FILENAME_COMPONENT(infile ${it} ABSOLUTE)
-SET(outfile ${CMAKE_CURRENT_BINARY_DIR}/ui_${outfile}.py)
-#ADD_CUSTOM_TARGET(${it} ALL
-#  DEPENDS ${outfile}
-#)
-if(WIN32 OR APPLE)
-ADD_CUSTOM_COMMAND(OUTPUT ${outfile}
-  COMMAND ${PYSIDE2UICBINARY} ${UICOPTIONS} ${infile} -o ${outfile}
-  MAIN_DEPENDENCY ${infile}
-)
-else()
-# Especially on Open Build Service we don't want changing date like
-# pyside2-uic generates in comments at beginning., which is why
-# we follow the tool command with in-place sed.
-ADD_CUSTOM_COMMAND(OUTPUT ${outfile}
-  COMMAND "${PYSIDE2UICBINARY}" ${UICOPTIONS} "${infile}" -o 
"${outfile}"
-  COMMAND sed -i "/^# /d" "${outfile}"
-  MAIN_DEPENDENCY "${infile}"
-)
-endif()
-list(APPEND ${outfiles} ${outfile})
-  ENDFOREACH(it)
-ENDMACRO (PYSIDE_WRAP_UI)
-
-MACRO(PYSIDE_WRAP_RC outfiles)
-  FOREACH(it ${ARGN})
-GET_FILENAME_COMPONENT(outfile ${it} NAME_WE)
-GET_FILENAME_COMPONENT(infile ${it} ABSOLUTE)
-SET(outfile "${CMAKE_CURRENT_BINARY_DIR}/${outfile}_rc.py")
-#ADD_CUSTOM_TARGET(${it} ALL
-#  DEPENDS ${outfile}
-#)
-if(WIN32 OR APPLE)
-ADD_CUSTOM_COMMAND(OUTPUT ${outfile}
-  COMMAND ${PYSIDE2RCCBINARY} ${RCCOPTIONS} ${infile} -o ${outfile}
-  MAIN_DEPENDENCY ${infile}
-)
-else()
-# Especially on Open Build Service we don't want changing date like
-# pyside-rcc generates in comments at beginning, which is why
-# we follow the tool command with in-place sed.
-ADD_CUSTOM_COMMAND(OUTPUT "${outfile}"
-  COMMAND "${PYSIDE2RCCBINARY}" ${RCCOPTIONS} "${infile}" 
${PY_ATTRIBUTE} -o "${outfile}"
-  COMMAND sed -i 

[arch-commits] Commit in freecad/trunk (freecad.desktop)

2020-10-10 Thread Alexander Rødseth via arch-commits
Date: Saturday, October 10, 2020 @ 14:46:13
  Author: arodseth
Revision: 723124

Remove desktop file from svn

Deleted:
  freecad/trunk/freecad.desktop

-+
 freecad.desktop |   14 --
 1 file changed, 14 deletions(-)

Deleted: freecad.desktop
===
--- freecad.desktop 2020-10-10 14:41:10 UTC (rev 723123)
+++ freecad.desktop 2020-10-10 14:46:13 UTC (rev 723124)
@@ -1,14 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Encoding=UTF-8
-Name=FreeCAD
-Comment=General purpose 3D CAD modeler
-GenericName=CAD Application
-Exec=/usr/bin/freecad %F
-Path=/usr/share/freecad
-Terminal=false
-Type=Application
-Icon=freecad
-Categories=Application;Science;Math;Education;
-StartupNotify=true
-MimeType=application/x-extension-fcstd;


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

2020-10-10 Thread Alexander Rødseth via arch-commits
Date: Saturday, October 10, 2020 @ 14:41:10
  Author: arodseth
Revision: 723123

Modify dependencies and the desktop shortcut category

Modified:
  freecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 14:37:05 UTC (rev 723122)
+++ PKGBUILD2020-10-10 14:41:10 UTC (rev 723123)
@@ -10,21 +10,21 @@
 
 pkgname=freecad
 pkgver=0.18.4
-pkgrel=2
+pkgrel=3
 pkgdesc='General purpose 3D CAD modeler'
 arch=(x86_64)
 url='https://freecadweb.org/'
 license=(LGPL)
-depends=(boost-libs glew hicolor-icon-theme jsoncpp libspnav med netcdf 
opencascade openmpi pyside2-tools python-matplotlib python-pivy python-pyside2 
qt5-declarative qt5-svg qt5-tools qt5-webkit qt5-x11extras shared-mime-info 
xerces-c)
-makedepends=(boost cmake coin desktop-file-utils eigen gcc-fortran git ninja 
pyside2 python-shiboken2 shiboken2 swig)
-optdepends=(graphviz openscad python-matplotlib)
+depends=(boost-libs glew jsoncpp libspnav med netcdf opencascade openmpi
+ pyside2-tools python-matplotlib python-pivy python-pyside2 qt5-svg
+ qt5-tools qt5-webkit qt5-x11extras shared-mime-info xerces-c)
+makedepends=(boost cmake coin eigen gcc-fortran gendesk git ninja pyside2
+ python-shiboken2 shiboken2 swig)
 
source=("git+https://github.com/FreeCAD/FreeCAD#commit=980bf9060e28555fecd9e3462f68ca74007b70f8;
 # tag: 0.18.4
 
'https://raw.githubusercontent.com/FreeCAD/FreeCAD/d06d5687c1498354483aff95093d7f798c2985f2/cMake/FindPySide2Tools.cmake'
-$pkgname.desktop
-$pkgname.xml)
+freecad.xml)
 sha256sums=('SKIP'
 '421a364ad214a25be578d81edc9960daab87d7b26f341022aa22dd15b9df621b'
-'3f076dcd15114011b7f20d5f82fbb0bc89a2652cdbf0aa57f191dd4ea6cd4bf6'
 '4ee1daf47c8371a3e17173d85a0dd4a106dacd7899d783ccd97a6f3e0dd1a21f')
 
 prepare() {
@@ -46,10 +46,10 @@
   sed -i 's/\(.*\)include $/&\n\1include /' \
 Mod/Image/Gui/OpenGLImageBox.cpp
 
-  # Compansate for the unusual Shiboken versioning scheme
+  # Compensate for the unusual Shiboken versioning scheme
   sed -i 's/SHIBOKEN_MICRO_VERSION/0/g' Gui/WidgetFactory.cpp
 
-  # Add missing "std::" qualifiers, sledgehammer style
+  # Fix missing "std::" qualifiers, sledge hammer style
   find . \
 ! -wholename "*/Mod/Sketcher/*" \
 ! -wholename "*/Mod/PartDesign/*" \
@@ -57,7 +57,12 @@
 -exec sed -i '1i using namespace std;' {} \;
 
   # Add missing include
-  sed -i '1i \#include ' 
Gui/Quarter/QuarterWidget.cpp
+  sed -i '1i \#include ' \
+Gui/Quarter/QuarterWidget.cpp
+
+  # Create desktop shortcut
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name FreeCAD \
+--mimetypes='application/x-extension-fcstd' --startupnotify=true
 }
 
 build() {
@@ -86,19 +91,24 @@
 package() {
   DESTDIR="$pkgdir" ninja -C build install
 
+  # Package desktop shortcut
+  install -Dm644 FreeCAD/src/freecad.desktop \
+"$pkgdir/usr/share/applications/freecad.desktop"
+
   # Package MIME info
   install -Dm644 freecad.xml "$pkgdir/usr/share/mime/packages/freecad.xml"
 
-  # Package desktop shortcut
-  desktop-file-install --dir="$pkgdir/usr/share/applications" $pkgname.desktop
+  cd FreeCAD/src/Gui/Icons
 
   # Package icons
-  cd FreeCAD/src/Gui/Icons
   for i in 16 32 48 64; do
-install -Dm644 "freecad-icon-$i.png" 
"$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/freecad.png"
+install -Dm644 "freecad-icon-$i.png" \
+  "$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/freecad.png"
   done
-  install -Dm644 freecad.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/freecad.svg"
+  install -Dm644 freecad.svg \
+"$pkgdir/usr/share/icons/hicolor/scalable/apps/freecad.svg"
 
+
   # Package symlinks in /usr/bin
   install -d "$pkgdir/usr/bin"
   ln -sf /usr/lib/freecad/bin/FreeCAD "$pkgdir/usr/bin/freecad"


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

2020-10-10 Thread Johannes Löthberg via arch-commits
Date: Saturday, October 10, 2020 @ 14:37:05
  Author: demize
Revision: 723122

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 723121, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 14:37:01 UTC (rev 723121)
+++ PKGBUILD2020-10-10 14:37:05 UTC (rev 723122)
@@ -1,41 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20200825
-pkgrel=1
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='https://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-makedepends=('qt5-webengine')
-source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('0e7a42d092013fbd671d01901229ba05')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$pkgdir"/usr/share/hunspell
-
-  # the symlinks
-  install -dm755 "$pkgdir"/usr/share/myspell/dicts
-  pushd "$pkgdir"/usr/share/myspell/dicts
-  for file in "$pkgdir"/usr/share/hunspell/*; do
-ln -sv /usr/share/hunspell/$(basename $file) .
-  done
-  popd
-
-  # docs
-  install -dm755 "$pkgdir"/usr/share/doc/$pkgname
-  install -m644 README_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-
- # Install webengine dictionaries
-  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
-  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 723121, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 14:37:05 UTC (rev 723122)
@@ -0,0 +1,41 @@
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20201008
+pkgrel=1
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='https://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+makedepends=('qt5-webengine')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('4fab44d5ec48b2e0d94c145a6983b602')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$pkgdir"/usr/share/hunspell
+
+  # the symlinks
+  install -dm755 "$pkgdir"/usr/share/myspell/dicts
+  pushd "$pkgdir"/usr/share/myspell/dicts
+  for file in "$pkgdir"/usr/share/hunspell/*; do
+ln -sv /usr/share/hunspell/$(basename $file) .
+  done
+  popd
+
+  # docs
+  install -dm755 "$pkgdir"/usr/share/doc/$pkgname
+  install -m644 README_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+
+ # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
+}


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

2020-10-10 Thread Johannes Löthberg via arch-commits
Date: Saturday, October 10, 2020 @ 14:37:01
  Author: demize
Revision: 723121

upgpkg: hunspell-pl 20201008-1

Modified:
  hunspell-pl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 14:35:31 UTC (rev 723120)
+++ PKGBUILD2020-10-10 14:37:01 UTC (rev 723121)
@@ -3,7 +3,7 @@
 # Contributor: Maciej Sitarz 
 
 pkgname=hunspell-pl
-pkgver=20200825
+pkgver=20201008
 pkgrel=1
 pkgdesc='Polish dictionary for Hunspell'
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('hunspell: the spell checking libraries and apps')
 makedepends=('qt5-webengine')
 
source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('0e7a42d092013fbd671d01901229ba05')
+md5sums=('4fab44d5ec48b2e0d94c145a6983b602')
 
 prepare() {
   bsdtar -xf pl_PL.zip


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

2020-10-10 Thread Johannes Löthberg via arch-commits
Date: Saturday, October 10, 2020 @ 14:35:31
  Author: demize
Revision: 723120

archrelease: copy trunk to community-x86_64

Added:
  aspell-pl/repos/community-x86_64/PKGBUILD
(from rev 723119, aspell-pl/trunk/PKGBUILD)
Deleted:
  aspell-pl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 14:35:25 UTC (rev 723119)
+++ PKGBUILD2020-10-10 14:35:31 UTC (rev 723120)
@@ -1,29 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Arkadiusz Laczynski 
-# Contributor: Jaroslav Lichtblau 
-
-pkgname=aspell-pl
-pkgver=20200825
-pkgrel=1
-pkgdesc='Polish dictionary for aspell'
-arch=('x86_64')
-url="https://www.sjp.pl/slownik/en/;
-license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
-depends=('aspell')
-source=(https://sources.archlinux.org/other/community/aspell-pl/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('c448dc0f28ca679cc134b8654960fd4a')
-
-build() {
-  cd aspell6-pl-6.0_$pkgver-0
-
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-pl-6.0_$pkgver-0
-
-  make DESTDIR="$pkgdir" install
-}

Copied: aspell-pl/repos/community-x86_64/PKGBUILD (from rev 723119, 
aspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 14:35:31 UTC (rev 723120)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Arkadiusz Laczynski 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=aspell-pl
+pkgver=20201008
+pkgrel=1
+pkgdesc='Polish dictionary for aspell'
+arch=('x86_64')
+url="https://www.sjp.pl/slownik/en/;
+license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
+depends=('aspell')
+source=(https://sources.archlinux.org/other/community/aspell-pl/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
+md5sums=('7d7001ad58021e4168357d7ae6ac3eb0')
+
+build() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pl-6.0_$pkgver-0
+
+  make DESTDIR="$pkgdir" install
+}


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

2020-10-10 Thread Johannes Löthberg via arch-commits
Date: Saturday, October 10, 2020 @ 14:35:25
  Author: demize
Revision: 723119

upgpkg: aspell-pl 20201008-1

Modified:
  aspell-pl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 14:32:55 UTC (rev 723118)
+++ PKGBUILD2020-10-10 14:35:25 UTC (rev 723119)
@@ -5,7 +5,7 @@
 # Contributor: Jaroslav Lichtblau 
 
 pkgname=aspell-pl
-pkgver=20200825
+pkgver=20201008
 pkgrel=1
 pkgdesc='Polish dictionary for aspell'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
 depends=('aspell')
 
source=(https://sources.archlinux.org/other/community/aspell-pl/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-md5sums=('c448dc0f28ca679cc134b8654960fd4a')
+md5sums=('7d7001ad58021e4168357d7ae6ac3eb0')
 
 build() {
   cd aspell6-pl-6.0_$pkgver-0


[arch-commits] Commit in xorg-xinit/repos (7 files)

2020-10-10 Thread Andreas Radke via arch-commits
Date: Saturday, October 10, 2020 @ 14:33:32
  Author: andyrtr
Revision: 397931

archrelease: copy trunk to testing-x86_64

Added:
  xorg-xinit/repos/testing-x86_64/
  xorg-xinit/repos/testing-x86_64/06_move_serverauthfile_into_tmp.diff
(from rev 397930, xorg-xinit/trunk/06_move_serverauthfile_into_tmp.diff)
  xorg-xinit/repos/testing-x86_64/PKGBUILD
(from rev 397930, xorg-xinit/trunk/PKGBUILD)
  xorg-xinit/repos/testing-x86_64/fs25361.patch
(from rev 397930, xorg-xinit/trunk/fs25361.patch)
  xorg-xinit/repos/testing-x86_64/fs46369.patch
(from rev 397930, xorg-xinit/trunk/fs46369.patch)
  xorg-xinit/repos/testing-x86_64/use_uname_-n_instead_of_hostname.diff
(from rev 397930, xorg-xinit/trunk/use_uname_-n_instead_of_hostname.diff)
  xorg-xinit/repos/testing-x86_64/xserverrc
(from rev 397930, xorg-xinit/trunk/xserverrc)

---+
 06_move_serverauthfile_into_tmp.diff  |   21 
 PKGBUILD  |   56 
 fs25361.patch |   17 +
 fs46369.patch |   11 ++
 use_uname_-n_instead_of_hostname.diff |   24 +
 xserverrc |2 +
 6 files changed, 131 insertions(+)

Copied: xorg-xinit/repos/testing-x86_64/06_move_serverauthfile_into_tmp.diff 
(from rev 397930, xorg-xinit/trunk/06_move_serverauthfile_into_tmp.diff)
===
--- testing-x86_64/06_move_serverauthfile_into_tmp.diff 
(rev 0)
+++ testing-x86_64/06_move_serverauthfile_into_tmp.diff 2020-10-10 14:33:32 UTC 
(rev 397931)
@@ -0,0 +1,21 @@
+Move startx auth files in /tmp so they are removed on reboot.
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357736
+The trap patch didn't seem to work on reboot.
+---
+ startx.cpp |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: xinit/startx.cpp
+===
+--- xinit.orig/startx.cpp
 xinit/startx.cpp
+@@ -273,7 +273,7 @@
+ dummy=0
+ 
+ XCOMM create a file with auth information for the server. ':0' is a dummy.
+-xserverauthfile=$HOME/.serverauth.$$
++xserverauthfile=`mktemp -p /tmp serverauth.XX`
+ trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP KILL BUS TERM
+ xauth -q -f "$xserverauthfile" << EOF
+ add :$dummy . $mcookie
+

Copied: xorg-xinit/repos/testing-x86_64/PKGBUILD (from rev 397930, 
xorg-xinit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 14:33:32 UTC (rev 397931)
@@ -0,0 +1,56 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xorg-xinit
+pkgver=1.4.1
+pkgrel=3
+pkgdesc="X.Org initialisation program "
+arch=('x86_64')
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('libx11' 'xorg-xauth' 'xorg-xrdb' 'xorg-xmodmap')
+makedepends=('xorg-util-macros')
+optdepends=('xorg-twm' 'xterm')
+backup=('etc/X11/xinit/xserverrc'
+'etc/X11/xinit/xinitrc')
+source=(${url}/releases/individual/app/xinit-${pkgver}.tar.bz2{,.sig}
+06_move_serverauthfile_into_tmp.diff
+fs25361.patch
+fs46369.patch
+use_uname_-n_instead_of_hostname.diff
+xserverrc)
+options=(!emptydirs)
+sha512sums=('6cbc5d025a891c419f3f4493381b2fca57a67d78df866d2f16a83426f86bad6eca7f240fac12b25cbcc63df0fec41f625407184e044898602d66483715315340'
+'SKIP'
+
'99216b2d50052a0bafede9a2db1744a8b0313ccbc02c609502ddacb8684fc56c6f2656e6521c848880033b25005bb14a1bce0d6fefade85141ed56aad07dadf3'
+
'12a89cbb26902e135bb21f945c8de86526ff879c9f20a2601157f6a39899f021ed2970cee9e4fbcd4c13af6fe78e7902dd1f7ce1928fc914d681453bf848c0f8'
+
'8a36bff3c472763a9a46b9a36b8b4a15f03e6fb0387b12efba27f15dc500faa2a3f92c0f7e217a0b00da7c78682c7af6357cc6b88b550ece9bc89c477412b7e0'
+
'860aa77462e56d399ca0cc829e8a60f4df6d62eca5ac41bc52dd9e3783b7cf6e6e33ce27e76a86ae393058f53a0cb44624058cdd1733fcbfc96ab800882649f7'
+
'f86d96d76bcb340021e7904925f0029f8662e4dfc32489198b3a8695dca069da496539e2287249c763fe9c4d8d5d591fd18fe49a0bee822cbbd0eb712efbb89b')
+validpgpkeys=('7C2608F8E5F9E78D7A3F26FF177544B49AF313FB') #  "Hans de Goede 
"
+validpgpkeys+=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+
+prepare() {
+  cd xinit-${pkgver}
+  patch -Np1 -i ../06_move_serverauthfile_into_tmp.diff
+  patch -Np1 -i ../fs25361.patch
+  patch -Np1 -i ../fs46369.patch
+  # FS#67679
+  patch -Np1 -i ../use_uname_-n_instead_of_hostname.diff
+  sed -i -e 's/XSLASHGLOB.sh/XSLASHGLOB/' xinitrc.cpp
+}
+
+build() {
+  cd xinit-${pkgver}
+  autoreconf -fi
+  ./configure --prefix=/usr --with-xinitdir=/etc/X11/xinit
+  make
+}
+
+package() {
+  cd xinit-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  

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

2020-10-10 Thread Andreas Radke via arch-commits
Date: Saturday, October 10, 2020 @ 14:33:17
  Author: andyrtr
Revision: 397930

upgpkg: xorg-xinit 1.4.1-3: drop dependency on inetutils - FS#67679

Added:
  xorg-xinit/trunk/use_uname_-n_instead_of_hostname.diff
Modified:
  xorg-xinit/trunk/PKGBUILD

---+
 PKGBUILD  |8 ++--
 use_uname_-n_instead_of_hostname.diff |   24 
 2 files changed, 30 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 13:52:37 UTC (rev 397929)
+++ PKGBUILD2020-10-10 14:33:17 UTC (rev 397930)
@@ -3,12 +3,12 @@
 
 pkgname=xorg-xinit
 pkgver=1.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="X.Org initialisation program "
 arch=('x86_64')
 license=('custom')
 url="https://xorg.freedesktop.org/;
-depends=('libx11' 'xorg-xauth' 'xorg-xrdb' 'xorg-xmodmap' 'inetutils')
+depends=('libx11' 'xorg-xauth' 'xorg-xrdb' 'xorg-xmodmap')
 makedepends=('xorg-util-macros')
 optdepends=('xorg-twm' 'xterm')
 backup=('etc/X11/xinit/xserverrc'
@@ -17,6 +17,7 @@
 06_move_serverauthfile_into_tmp.diff
 fs25361.patch
 fs46369.patch
+use_uname_-n_instead_of_hostname.diff
 xserverrc)
 options=(!emptydirs)
 
sha512sums=('6cbc5d025a891c419f3f4493381b2fca57a67d78df866d2f16a83426f86bad6eca7f240fac12b25cbcc63df0fec41f625407184e044898602d66483715315340'
@@ -24,6 +25,7 @@
 
'99216b2d50052a0bafede9a2db1744a8b0313ccbc02c609502ddacb8684fc56c6f2656e6521c848880033b25005bb14a1bce0d6fefade85141ed56aad07dadf3'
 
'12a89cbb26902e135bb21f945c8de86526ff879c9f20a2601157f6a39899f021ed2970cee9e4fbcd4c13af6fe78e7902dd1f7ce1928fc914d681453bf848c0f8'
 
'8a36bff3c472763a9a46b9a36b8b4a15f03e6fb0387b12efba27f15dc500faa2a3f92c0f7e217a0b00da7c78682c7af6357cc6b88b550ece9bc89c477412b7e0'
+
'860aa77462e56d399ca0cc829e8a60f4df6d62eca5ac41bc52dd9e3783b7cf6e6e33ce27e76a86ae393058f53a0cb44624058cdd1733fcbfc96ab800882649f7'
 
'f86d96d76bcb340021e7904925f0029f8662e4dfc32489198b3a8695dca069da496539e2287249c763fe9c4d8d5d591fd18fe49a0bee822cbbd0eb712efbb89b')
 validpgpkeys=('7C2608F8E5F9E78D7A3F26FF177544B49AF313FB') #  "Hans de Goede 
"
 validpgpkeys+=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
@@ -33,6 +35,8 @@
   patch -Np1 -i ../06_move_serverauthfile_into_tmp.diff
   patch -Np1 -i ../fs25361.patch
   patch -Np1 -i ../fs46369.patch
+  # FS#67679
+  patch -Np1 -i ../use_uname_-n_instead_of_hostname.diff
   sed -i -e 's/XSLASHGLOB.sh/XSLASHGLOB/' xinitrc.cpp
 }
 

Added: use_uname_-n_instead_of_hostname.diff
===
--- use_uname_-n_instead_of_hostname.diff   (rev 0)
+++ use_uname_-n_instead_of_hostname.diff   2020-10-10 14:33:17 UTC (rev 
397930)
@@ -0,0 +1,24 @@
+diff --git a/startx.cpp b/startx.cpp
+index 
a390f0341a126c87de91634139de1f0329d0c06d..33b9eb7bfc35117df97ef6c54f2620bbcd90b9a6
 100644
+--- a/startx.cpp
 b/startx.cpp
+@@ -251,18 +251,7 @@ if [ x"$enable_xauth" = x1 ] ; then
+ removelist=
+ 
+ XCOMM set up default Xauth info for this machine
+-case `uname` in
+-Linux*)
+-if [ -z "`hostname --version 2>&1 | grep GNU`" ]; then
+-hostname=`hostname -f`
+-else
+-hostname=`hostname`
+-fi
+-;;
+-*)
+-hostname=`hostname`
+-;;
+-esac
++hostname=`uname -n`
+ 
+ authdisplay=${display:-:0}
+ #if defined(HAS_COOKIE_MAKER) && defined(MK_COOKIE)


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

2020-10-10 Thread Johannes Löthberg via arch-commits
Date: Saturday, October 10, 2020 @ 14:32:55
  Author: demize
Revision: 723118

upgpkg: matrix-synapse 1.20.1-1

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 14:28:33 UTC (rev 723117)
+++ PKGBUILD2020-10-10 14:32:55 UTC (rev 723118)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=1.19.1
+pkgver=1.20.1
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -34,7 +34,7 @@
 'sysusers-synapse.conf'
 'tmpfiles-synapse.conf')
 
-md5sums=('b8386c0cf7cc168ecbd210cf5c920a04'
+md5sums=('c28f8acf77ef53fa6a6c9fe7eb48879a'
  'fb196dee4f38a4b19e0a160f45574032'
  'ecd9f66fb57fe1a2e1e2df07a460a35b'
  'e961c9ecad84a70345a57a7e9e6d5b09')


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

2020-10-10 Thread Johannes Löthberg via arch-commits
Date: Saturday, October 10, 2020 @ 14:28:33
  Author: demize
Revision: 723117

archrelease: copy trunk to community-testing-x86_64

Added:
  zathura/repos/community-testing-x86_64/
  
zathura/repos/community-testing-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
(from rev 723116, 
zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
  zathura/repos/community-testing-x86_64/PKGBUILD
(from rev 723116, zathura/trunk/PKGBUILD)

--+
 0001-meson.build-Don-t-do-broken-synctex-version-check.patch |   30 ++
 PKGBUILD |   46 ++
 2 files changed, 76 insertions(+)

Copied: 
zathura/repos/community-testing-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
 (from rev 723116, 
zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
===
--- 
community-testing-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
   (rev 0)
+++ 
community-testing-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
   2020-10-10 14:28:33 UTC (rev 723117)
@@ -0,0 +1,30 @@
+From 024f228c45a1df3f01dada4e72e99dd7a76ecf26 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Sun, 27 May 2018 02:11:24 +0200
+Subject: [PATCH] meson.build: Don't do broken synctex version check
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ meson.build | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 1862fa0..63246e8 100644
+--- a/meson.build
 b/meson.build
+@@ -82,9 +82,6 @@ endif
+ if get_option('enable-synctex') and synctex.found()
+   build_dependencies += synctex
+   defines += '-DWITH_SYNCTEX'
+-  if synctex.version() < '2.0.0'
+-defines += '-DWITH_SYNCTEX1'
+-  endif
+ endif
+ 
+ if get_option('enable-magic') and magic.found()
+-- 
+2.17.0
+

Copied: zathura/repos/community-testing-x86_64/PKGBUILD (from rev 723116, 
zathura/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-10-10 14:28:33 UTC (rev 723117)
@@ -0,0 +1,46 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.4.7
+pkgrel=1
+
+pkgdesc="Minimalistic document viewer"
+url="https://pwmt.org/projects/zathura/;
+arch=('x86_64')
+license=('custom')
+
+makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja' 'appstream-glib' 
'check')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support'
+'zathura-cb: Comic book support')
+
+source=(zathura-$pkgver.tar.gz::https://github.com/pwmt/zathura/archive/$pkgver.tar.gz)
+
+sha1sums=('4923fd590b31c8dea38d80d55cf4f922c1bd2b9f')
+
+build() {
+  cd zathura-$pkgver
+  arch-meson build
+
+  cd build
+  ninja
+}
+
+check() {
+  cd zathura-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd zathura-$pkgver/build
+  DESTDIR="$pkgdir" ninja install
+
+  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-10-10 Thread Johannes Löthberg via arch-commits
Date: Saturday, October 10, 2020 @ 14:28:26
  Author: demize
Revision: 723116

upgpkg: zathura 0.4.7-1

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 14:25:50 UTC (rev 723115)
+++ PKGBUILD2020-10-10 14:28:26 UTC (rev 723116)
@@ -4,11 +4,11 @@
 # Contributor: ML 
 
 pkgname=zathura
-pkgver=0.4.6
+pkgver=0.4.7
 pkgrel=1
 
 pkgdesc="Minimalistic document viewer"
-url="https://git.pwmt.org/pwmt/zathura;
+url="https://pwmt.org/projects/zathura/;
 arch=('x86_64')
 license=('custom')
 
@@ -22,7 +22,7 @@
 
 
source=(zathura-$pkgver.tar.gz::https://github.com/pwmt/zathura/archive/$pkgver.tar.gz)
 
-sha1sums=('c0fbe566bd35180cf2e7a5835e40d67d3c9b0500')
+sha1sums=('4923fd590b31c8dea38d80d55cf4f922c1bd2b9f')
 
 build() {
   cd zathura-$pkgver


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

2020-10-10 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, October 10, 2020 @ 14:09:25
  Author: jlichtblau
Revision: 723114

archrelease: copy trunk to community-any

Added:
  synbak/repos/community-any/PKGBUILD
(from rev 723113, synbak/trunk/PKGBUILD)
  synbak/repos/community-any/synbak.changelog
(from rev 723113, synbak/trunk/synbak.changelog)
Deleted:
  synbak/repos/community-any/PKGBUILD
  synbak/repos/community-any/synbak.changelog

--+
 PKGBUILD |   60 +++
 synbak.changelog |   67 +++--
 2 files changed, 65 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 14:09:13 UTC (rev 723113)
+++ PKGBUILD2020-10-10 14:09:25 UTC (rev 723114)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-# Contributor: William Rea 
-# Contributor: aeolist 
-
-pkgname=synbak
-pkgver=3.7
-pkgrel=2
-pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
-arch=('any')
-url='https://github.com/ugoviti/synbak'
-license=('GPL')
-depends=('bc' 'netcat')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/ugoviti/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('7ff0e35e4aa5a91965e331acc486f7dc2eb9b78722aa4af8ecea0f09b7622f06')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: synbak/repos/community-any/PKGBUILD (from rev 723113, 
synbak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 14:09:25 UTC (rev 723114)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+# Contributor: William Rea 
+# Contributor: aeolist 
+
+pkgname=synbak
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
+arch=('any')
+url='https://github.com/ugoviti/synbak'
+license=('GPL')
+depends=('bc' 'netcat')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/ugoviti/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('5bc90e31d0385ae5ad68a9ff051ff49a7f65a9384af74f7a484174d0e57d53ae')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: synbak.changelog
===
--- synbak.changelog2020-10-10 14:09:13 UTC (rev 723113)
+++ synbak.changelog2020-10-10 14:09:25 UTC (rev 723114)
@@ -1,32 +0,0 @@
-2018-10-07 Jaroslav Lichtblau 
-   * synbak 3.7-1
-
-2018-03-15 Jaroslav Lichtblau 
-   * synbak 3.6-1
-
-2017-03-24 Jaroslav Lichtblau 
-   * synbak 3.5-1
-
-2016-05-08 Jaroslav Lichtblau 
-   * synbak 3.4-1
-
-2015-11-07 Jaroslav Lichtblau 
-   * synbak 3.2-1
-
-2015-03-18 Jaroslav Lichtblau 
-   * synbak 3.1-1
-
-2013-10-14 Jaroslav Lichtblau 
-   * synbak 3.0-1
-
-2013-01-13 Jaroslav Lichtblau 
-   * synbak 2.1-1
-
-2011-06-22 Jaroslav Lichtblau 
-   * synbak 1.4.0-1
-
-2010-08-29 Jaroslav Lichtblau 
-   * synbak 1.3.2-1
-
-2009-11-08 Jaroslav Lichtblau 
-   * synbak 1.2.2-1

Copied: synbak/repos/community-any/synbak.changelog (from rev 723113, 
synbak/trunk/synbak.changelog)
===
--- synbak.changelog(rev 0)
+++ synbak.changelog2020-10-10 14:09:25 UTC (rev 723114)
@@ -0,0 +1,35 @@
+2020-10-10 Jaroslav Lichtblau 
+   * synbak 3.8.1-1
+
+2018-10-07 Jaroslav Lichtblau 
+   * synbak 3.7-1
+
+2018-03-15 Jaroslav Lichtblau 
+   * synbak 3.6-1
+
+2017-03-24 Jaroslav Lichtblau 
+   * synbak 3.5-1
+
+2016-05-08 Jaroslav Lichtblau 
+   * synbak 3.4-1
+
+2015-11-07 Jaroslav Lichtblau 
+   * synbak 3.2-1
+
+2015-03-18 Jaroslav Lichtblau 
+   * synbak 3.1-1
+
+2013-10-14 Jaroslav Lichtblau 
+   * synbak 3.0-1
+
+2013-01-13 Jaroslav Lichtblau 
+   * synbak 2.1-1
+
+2011-06-22 Jaroslav Lichtblau 
+   * synbak 1.4.0-1
+
+2010-08-29 Jaroslav Lichtblau 
+   * synbak 1.3.2-1
+
+2009-11-08 Jaroslav Lichtblau 
+   * synbak 1.2.2-1


[arch-commits] Commit in synbak/trunk (PKGBUILD synbak.changelog)

2020-10-10 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, October 10, 2020 @ 14:09:13
  Author: jlichtblau
Revision: 723113

upgpkg: synbak 3.8.1-1 - new upstream release

Modified:
  synbak/trunk/PKGBUILD
  synbak/trunk/synbak.changelog

--+
 PKGBUILD |6 +++---
 synbak.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 14:02:59 UTC (rev 723112)
+++ PKGBUILD2020-10-10 14:09:13 UTC (rev 723113)
@@ -4,8 +4,8 @@
 # Contributor: aeolist 
 
 pkgname=synbak
-pkgver=3.7
-pkgrel=2
+pkgver=3.8.1
+pkgrel=1
 pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
 arch=('any')
 url='https://github.com/ugoviti/synbak'
@@ -13,7 +13,7 @@
 depends=('bc' 'netcat')
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ugoviti/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('7ff0e35e4aa5a91965e331acc486f7dc2eb9b78722aa4af8ecea0f09b7622f06')
+sha256sums=('5bc90e31d0385ae5ad68a9ff051ff49a7f65a9384af74f7a484174d0e57d53ae')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: synbak.changelog
===
--- synbak.changelog2020-10-10 14:02:59 UTC (rev 723112)
+++ synbak.changelog2020-10-10 14:09:13 UTC (rev 723113)
@@ -1,3 +1,6 @@
+2020-10-10 Jaroslav Lichtblau 
+   * synbak 3.8.1-1
+
 2018-10-07 Jaroslav Lichtblau 
* synbak 3.7-1
 


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

2020-10-10 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, October 10, 2020 @ 14:02:59
  Author: jlichtblau
Revision: 723112

archrelease: copy trunk to community-x86_64

Added:
  gammu/repos/community-x86_64/PKGBUILD
(from rev 723111, gammu/trunk/PKGBUILD)
Deleted:
  gammu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 14:02:48 UTC (rev 723111)
+++ PKGBUILD2020-10-10 14:02:59 UTC (rev 723112)
@@ -1,44 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.41.0
-pkgrel=4
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('x86_64')
-url="https://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libdbi' 'mariadb-libs' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'python' 'systemd')
-checkdepends=('libdbi-drivers')
-optdepends=('dialog: support for the gammu-config script' 'python: for python 
bindings')
-source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('8426b69b07b259de301f41163fab5587935e27b94cc5eefab923b3e4df8f')
-
-prepare() {
-  cd $pkgname-$pkgver
-# bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  # tests can be flaky on slower hardware due to timing
-  make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: gammu/repos/community-x86_64/PKGBUILD (from rev 723111, 
gammu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 14:02:59 UTC (rev 723112)
@@ -0,0 +1,44 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.42.0
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('x86_64')
+url="https://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libdbi' 'mariadb-libs' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'python' 'systemd')
+checkdepends=('libdbi-drivers')
+optdepends=('dialog: support for the gammu-config script' 'python: for python 
bindings')
+source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('d8f152314d7e4d3d643610d742845e0a016ce97c234ad4b1151574e1b09651ee')
+
+prepare() {
+  cd $pkgname-$pkgver
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  # tests can be flaky on slower hardware due to timing
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-10-10 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, October 10, 2020 @ 14:02:48
  Author: jlichtblau
Revision: 723111

upgpkg: gammu 1.42.0-1 - new upstream release

Modified:
  gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 13:57:04 UTC (rev 723110)
+++ PKGBUILD2020-10-10 14:02:48 UTC (rev 723111)
@@ -4,8 +4,8 @@
 # Contributor: Aurelien Foret 
 
 pkgname=gammu
-pkgver=1.41.0
-pkgrel=4
+pkgver=1.42.0
+pkgrel=1
 pkgdesc="GNU All Mobile Management Utilities"
 arch=('x86_64')
 url="https://wammu.eu/gammu/;
@@ -15,7 +15,7 @@
 checkdepends=('libdbi-drivers')
 optdepends=('dialog: support for the gammu-config script' 'python: for python 
bindings')
 source=(https://dl.cihar.com/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('8426b69b07b259de301f41163fab5587935e27b94cc5eefab923b3e4df8f')
+sha256sums=('d8f152314d7e4d3d643610d742845e0a016ce97c234ad4b1151574e1b09651ee')
 
 prepare() {
   cd $pkgname-$pkgver


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

2020-10-10 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, October 10, 2020 @ 13:57:04
  Author: jlichtblau
Revision: 723110

archrelease: copy trunk to community-x86_64

Added:
  wxsqlite3/repos/community-x86_64/PKGBUILD
(from rev 723109, wxsqlite3/trunk/PKGBUILD)
Deleted:
  wxsqlite3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 13:56:55 UTC (rev 723109)
+++ PKGBUILD2020-10-10 13:57:04 UTC (rev 723110)
@@ -1,32 +0,0 @@
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: speps 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-pkgname=wxsqlite3
-pkgver=4.6.0
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('x86_64')
-url="https://utelle.github.io/wxsqlite3;
-license=('custom:wxWindows')
-depends=('wxgtk3')
-source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('392f1589c9d8f73f7dcc580637c2b85dcbeac4e3c379456725cfc500b6fcec2c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  autoreconf
-  ./configure --with-wx-config=/usr/bin/wx-config-gtk3 --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-# license
-  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENCE
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 723109, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 13:57:04 UTC (rev 723110)
@@ -0,0 +1,32 @@
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: speps 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+pkgname=wxsqlite3
+pkgver=4.6.1
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('x86_64')
+url="https://utelle.github.io/wxsqlite3;
+license=('custom:wxWindows')
+depends=('wxgtk3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('ff8e23dd4605b3f0f9a24cc801865f78bed913c2fadc0dd3d71edd061e90dcbe')
+
+build() {
+  cd $pkgname-$pkgver
+
+  autoreconf
+  ./configure --with-wx-config=/usr/bin/wx-config-gtk3 --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+# license
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENCE
+}


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

2020-10-10 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, October 10, 2020 @ 13:56:55
  Author: jlichtblau
Revision: 723109

upgpkg: wxsqlite3 4.6.1-1 - new upstream release

Modified:
  wxsqlite3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-10 13:45:29 UTC (rev 723108)
+++ PKGBUILD2020-10-10 13:56:55 UTC (rev 723109)
@@ -4,7 +4,7 @@
 # Contributor: Scott Furry 
 
 pkgname=wxsqlite3
-pkgver=4.6.0
+pkgver=4.6.1
 pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('custom:wxWindows')
 depends=('wxgtk3')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('392f1589c9d8f73f7dcc580637c2b85dcbeac4e3c379456725cfc500b6fcec2c')
+sha256sums=('ff8e23dd4605b3f0f9a24cc801865f78bed913c2fadc0dd3d71edd061e90dcbe')
 
 build() {
   cd $pkgname-$pkgver


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:52:28
  Author: arojas
Revision: 397928

archrelease: copy trunk to testing-x86_64

Added:
  kross/repos/testing-x86_64/
  kross/repos/testing-x86_64/PKGBUILD
(from rev 397927, kross/trunk/PKGBUILD)

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

Copied: kross/repos/testing-x86_64/PKGBUILD (from rev 397927, 
kross/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:52:28 UTC (rev 397928)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kparts qt5-script)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('59b34c638893e9489d545c0ae7b5751208ced9315981d59719af28815b258757'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:52:37
  Author: arojas
Revision: 397929

archrelease: copy trunk to testing-x86_64

Added:
  kxmlrpcclient/repos/testing-x86_64/
  kxmlrpcclient/repos/testing-x86_64/PKGBUILD
(from rev 397928, kxmlrpcclient/trunk/PKGBUILD)

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

Copied: kxmlrpcclient/repos/testing-x86_64/PKGBUILD (from rev 397928, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:52:37 UTC (rev 397929)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.75.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=(x86_64)
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient;
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8292beafee7a1ea2ad81d1e7603c35a0fe69e585d0d5cbe6c546d4a97741dc8b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:51:58
  Author: arojas
Revision: 397925

archrelease: copy trunk to testing-x86_64

Added:
  khtml/repos/testing-x86_64/
  khtml/repos/testing-x86_64/PKGBUILD
(from rev 397924, khtml/trunk/PKGBUILD)

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

Copied: khtml/repos/testing-x86_64/PKGBUILD (from rev 397924, 
khtml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:51:58 UTC (rev 397925)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(giflib kparts kjs phonon-qt5)
+makedepends=(extra-cmake-modules gperf)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('942951da89f0a1d7f74d5771bcfa166f8851e94923952d86c0d62ee445d43f25'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:52:09
  Author: arojas
Revision: 397926

archrelease: copy trunk to testing-x86_64

Added:
  kjsembed/repos/testing-x86_64/
  kjsembed/repos/testing-x86_64/PKGBUILD
(from rev 397925, kjsembed/trunk/PKGBUILD)

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

Copied: kjsembed/repos/testing-x86_64/PKGBUILD (from rev 397925, 
kjsembed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:52:09 UTC (rev 397926)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-svg ki18n kjs)
+makedepends=(extra-cmake-modules qt5-tools kdoctools)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1127c6f558f9272881ec733a21caa0b93376d9a86ffd2a7558fc299fb3a7efe3'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:51:37
  Author: arojas
Revision: 397923

archrelease: copy trunk to testing-x86_64

Added:
  kdelibs4support/repos/testing-x86_64/
  kdelibs4support/repos/testing-x86_64/PKGBUILD
(from rev 397922, kdelibs4support/trunk/PKGBUILD)

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

Copied: kdelibs4support/repos/testing-x86_64/PKGBUILD (from rev 397922, 
kdelibs4support/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:51:37 UTC (rev 397923)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs4support
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Porting aid from KDELibs4'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kunitconversion kitemmodels kemoticons kparts perl)
+makedepends=(extra-cmake-modules kdoctools qt5-tools networkmanager perl-uri 
kdesignerplugin)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('54466e73d05dfbb6ffd65b2018d689b8c807e0569e59da29a70daf2ac195461d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+# cert bundle seems to be hardcoded
+# link it to the one from ca-certificates
+  rm -f "$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+  ln -sf /etc/ssl/certs/ca-certificates.crt 
"$pkgdir"/usr/share/kf5/kssl/ca-bundle.crt
+}


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:51:49
  Author: arojas
Revision: 397924

archrelease: copy trunk to testing-x86_64

Added:
  kdewebkit/repos/testing-x86_64/
  kdewebkit/repos/testing-x86_64/PKGBUILD
(from rev 397923, kdewebkit/trunk/PKGBUILD)

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

Copied: kdewebkit/repos/testing-x86_64/PKGBUILD (from rev 397923, 
kdewebkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:51:49 UTC (rev 397924)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdewebkit
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='KDE Integration for QtWebKit'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-webkit kparts)
+makedepends=(extra-cmake-modules qt5-tools)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c02b5e206713e436b464eb6c5813096736d3806b458fdf0502b8920efe12e400'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:51:28
  Author: arojas
Revision: 397922

archrelease: copy trunk to testing-x86_64

Added:
  syndication/repos/testing-x86_64/
  syndication/repos/testing-x86_64/PKGBUILD
(from rev 397921, syndication/trunk/PKGBUILD)

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

Copied: syndication/repos/testing-x86_64/PKGBUILD (from rev 397921, 
syndication/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:51:28 UTC (rev 397922)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=syndication
+pkgver=5.75.0
+pkgrel=1
+pkgdesc="RSS/Atom parser library"
+arch=(x86_64)
+url="https://community.kde.org/Frameworks;
+license=(LGPL)
+depends=(kcodecs)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+conflicts=(kde-syndication)
+provides=(kde-syndication)
+replaces=(kde-syndication)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('922a938c6a96287075eae1f5fd18d343e9fdbbb5213d1f5f9b0c454986b6008c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:52:18
  Author: arojas
Revision: 397927

archrelease: copy trunk to testing-x86_64

Added:
  kmediaplayer/repos/testing-x86_64/
  kmediaplayer/repos/testing-x86_64/PKGBUILD
(from rev 397926, kmediaplayer/trunk/PKGBUILD)

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

Copied: kmediaplayer/repos/testing-x86_64/PKGBUILD (from rev 397926, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:52:18 UTC (rev 397927)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules)
+groups=(kf5-aids)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('17cb03fe28f830fd21b5ad7ab93852395ee32cb8de053a026d7402a68a81d796'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:50:57
  Author: arojas
Revision: 397919

archrelease: copy trunk to testing-x86_64

Added:
  prison/repos/testing-x86_64/
  prison/repos/testing-x86_64/PKGBUILD
(from rev 397918, prison/trunk/PKGBUILD)

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

Copied: prison/repos/testing-x86_64/PKGBUILD (from rev 397918, 
prison/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:50:57 UTC (rev 397919)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=prison
+pkgver=5.75.0
+pkgrel=1
+pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL)
+depends=(qt5-base libdmtx qrencode)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7e1ee466b0eed9b861f9b746dc5579f1e82d5e165696116c5c657dd35038ade0'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in oxygen-icons/repos (testing-any testing-any/PKGBUILD)

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:50:36
  Author: arojas
Revision: 397918

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 397917, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 397917, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-10-10 13:50:36 UTC (rev 397918)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=(oxygen-icons oxygen-icons-svg)
+pkgver=5.75.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+makedepends=(extra-cmake-modules qt5-base)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgbase}5-$pkgver.tar.xz"{,.sig})
+sha256sums=('c50d58e7f67ef3011bf169a38a6d4fe11b5bdc383a5adcdbb46c6fdc1605e503'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S ${pkgbase}5-$pkgver
+  cmake --build build
+}
+
+package_oxygen-icons() {
+  groups=(kf5)
+
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}5-$pkgver
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "$pkgdir"/usr/share/icons/oxygen/{} \;
+}


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:51:07
  Author: arojas
Revision: 397920

archrelease: copy trunk to testing-x86_64

Added:
  purpose/repos/testing-x86_64/
  purpose/repos/testing-x86_64/PKGBUILD
(from rev 397919, purpose/trunk/PKGBUILD)

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

Copied: purpose/repos/testing-x86_64/PKGBUILD (from rev 397919, 
purpose/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:51:07 UTC (rev 397920)
@@ -0,0 +1,29 @@
+# Maintainer:Antonio Rojas 
+
+pkgname=purpose
+pkgver=5.75.0
+pkgrel=1
+pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kaccounts-integration kirigami2 accounts-qml-module)
+makedepends=(extra-cmake-modules intltool)
+optdepends=('kdeconnect: sharing to smartphone via KDE Connect' 
'telegram-desktop: sharing via Telegram'
+'bluedevil: sharing via Bluetooth')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7c9ccf7d2813a9253a217d7a2da1f0ba39dd0eec0bb071633fe58dcd2ccb0ffb'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+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 qqc2-desktop-style/repos (2 files)

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:51:17
  Author: arojas
Revision: 397921

archrelease: copy trunk to testing-x86_64

Added:
  qqc2-desktop-style/repos/testing-x86_64/
  qqc2-desktop-style/repos/testing-x86_64/PKGBUILD
(from rev 397920, qqc2-desktop-style/trunk/PKGBUILD)

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

Copied: qqc2-desktop-style/repos/testing-x86_64/PKGBUILD (from rev 397920, 
qqc2-desktop-style/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:51:17 UTC (rev 397921)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=qqc2-desktop-style
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='A style for Qt Quick Controls 2 to make it follow your desktop theme'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(kirigami2 kiconthemes)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('770895c4363973ddcbac281526de8297a4df37bfe1df08be59e62a8caf9368d3'
+'SKIP')
+validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:50:21
  Author: arojas
Revision: 397917

archrelease: copy trunk to testing-x86_64

Added:
  networkmanager-qt/repos/testing-x86_64/
  networkmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 397916, networkmanager-qt/trunk/PKGBUILD)

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

Copied: networkmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 397916, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:50:21 UTC (rev 397917)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(networkmanager qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ba9d15eb5e0e624ffaac591cdaad43dc62e60ccfa25b98be686b58800b41018b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:49:32
  Author: arojas
Revision: 397912

archrelease: copy trunk to testing-x86_64

Added:
  kpeople/repos/testing-x86_64/
  kpeople/repos/testing-x86_64/PKGBUILD
(from rev 397911, kpeople/trunk/PKGBUILD)

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

Copied: kpeople/repos/testing-x86_64/PKGBUILD (from rev 397911, 
kpeople/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:49:32 UTC (rev 397912)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who 
hold them'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kcoreaddons ki18n kwidgetsaddons kitemviews)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8b8a8fa8829db7b36c0bf0eeb3bc9ba4733d7ce8b9db6bd3b2721a3f39d40367'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:50:00
  Author: arojas
Revision: 397915

archrelease: copy trunk to testing-x86_64

Added:
  ktexteditor/repos/testing-x86_64/
  ktexteditor/repos/testing-x86_64/PKGBUILD
(from rev 397914, ktexteditor/trunk/PKGBUILD)

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

Copied: ktexteditor/repos/testing-x86_64/PKGBUILD (from rev 397914, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:50:00 UTC (rev 397915)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kparts syntax-highlighting libgit2 editorconfig-core-c)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('acb689e7d5fdaeb43dd2450cd51bca7153d3923df968be46e4aaf2871232f983'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:50:12
  Author: arojas
Revision: 397916

archrelease: copy trunk to testing-x86_64

Added:
  modemmanager-qt/repos/testing-x86_64/
  modemmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 397915, modemmanager-qt/trunk/PKGBUILD)

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

Copied: modemmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 397915, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:50:12 UTC (rev 397916)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9e1ab6e61421ab5fb227f0c04593b27e067f1855a111a0192514d99e442bce80'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:49:23
  Author: arojas
Revision: 397911

archrelease: copy trunk to testing-x86_64

Added:
  knotifyconfig/repos/testing-x86_64/
  knotifyconfig/repos/testing-x86_64/PKGBUILD
(from rev 397910, knotifyconfig/trunk/PKGBUILD)

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

Copied: knotifyconfig/repos/testing-x86_64/PKGBUILD (from rev 397910, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:49:23 UTC (rev 397911)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b98f5ff6f92e147d36e1204261895ee1557af847ede00333b0cb946dcd00a94b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:49:50
  Author: arojas
Revision: 397914

archrelease: copy trunk to testing-x86_64

Added:
  krunner/repos/testing-x86_64/
  krunner/repos/testing-x86_64/PKGBUILD
(from rev 397913, krunner/trunk/PKGBUILD)

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

Copied: krunner/repos/testing-x86_64/PKGBUILD (from rev 397913, 
krunner/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:49:50 UTC (rev 397914)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+depends=(plasma-framework threadweaver)
+makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('50383177abd782ad852985162a00d86e94d1abf8775ceb75825a7015fff21c66'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:49:41
  Author: arojas
Revision: 397913

archrelease: copy trunk to testing-x86_64

Added:
  kquickcharts/repos/testing-x86_64/
  kquickcharts/repos/testing-x86_64/PKGBUILD
(from rev 397912, kquickcharts/trunk/PKGBUILD)

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

Copied: kquickcharts/repos/testing-x86_64/PKGBUILD (from rev 397912, 
kquickcharts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:49:41 UTC (rev 397913)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kquickcharts
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='A QtQuick plugin providing high-performance charts'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-quickcontrols2)
+makedepends=(extra-cmake-modules)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d2595bf1f8b6c5c46961cb95feed2b1f0f16b377ef65cb6fb12bbfcec0c81b82'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:48:54
  Author: arojas
Revision: 397908

archrelease: copy trunk to testing-x86_64

Added:
  kholidays/repos/testing-x86_64/
  kholidays/repos/testing-x86_64/PKGBUILD
(from rev 397907, kholidays/trunk/PKGBUILD)

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

Copied: kholidays/repos/testing-x86_64/PKGBUILD (from rev 397907, 
kholidays/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:48:54 UTC (rev 397908)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kholidays
+pkgver=5.75.0
+pkgrel=1
+epoch=1
+pkgdesc="KDE library for regional holiday information"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-declarative qt5-tools qt5-doc doxygen)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2ff86514a1165c88fc81b47476c5671b5e840633d3bf04cfe513881e4a0db7e5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:48:35
  Author: arojas
Revision: 397906

archrelease: copy trunk to testing-x86_64

Added:
  kdesu/repos/testing-x86_64/
  kdesu/repos/testing-x86_64/PKGBUILD
(from rev 397905, kdesu/trunk/PKGBUILD)

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

Copied: kdesu/repos/testing-x86_64/PKGBUILD (from rev 397905, 
kdesu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:48:35 UTC (rev 397906)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice kpty)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c9ac069e7958f95f69891b78bd752310688624dc02f6e1595d4c41645f0a2bd9'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+# See FS#44277
+  chown :nobody "$pkgdir"/usr/lib/kf5/kdesud
+  chmod g+s "$pkgdir"/usr/lib/kf5/kdesud
+}


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:49:13
  Author: arojas
Revision: 397910

archrelease: copy trunk to testing-x86_64

Added:
  kitemmodels/repos/testing-x86_64/
  kitemmodels/repos/testing-x86_64/PKGBUILD
(from rev 397909, kitemmodels/trunk/PKGBUILD)

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

Copied: kitemmodels/repos/testing-x86_64/PKGBUILD (from rev 397909, 
kitemmodels/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:49:13 UTC (rev 397910)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Models for Qt Model/View system'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules python-pyqt5 clang doxygen qt5-tools qt5-doc 
sip qt5-declarative)
+optdepends=('python-pyqt5: for the Python bindings' 'qt5-declarative: QML 
bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fb3f4caa2e55ffb5e21ea8f65bcb6ea9b074c54f9dbbce458ba7320d6c50fdb6'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:48:26
  Author: arojas
Revision: 397905

archrelease: copy trunk to testing-x86_64

Added:
  kdav/repos/testing-x86_64/
  kdav/repos/testing-x86_64/PKGBUILD
(from rev 397904, kdav/trunk/PKGBUILD)

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

Copied: kdav/repos/testing-x86_64/PKGBUILD (from rev 397904, 
kdav/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:48:26 UTC (rev 397905)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdav
+pkgver=5.75.0
+pkgrel=1
+epoch=1
+pkgdesc="A DAV protocol implemention with KJobs"
+arch=(x86_64)
+url="https://community.kde.org/Frameworks;
+license=(LGPL)
+depends=(kio qt5-xmlpatterns)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4442abb9afb177085e9d2c82cdb87c67f7992d770b1bee922b84806b9f44256e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:49:03
  Author: arojas
Revision: 397909

archrelease: copy trunk to testing-x86_64

Added:
  kimageformats/repos/testing-x86_64/
  kimageformats/repos/testing-x86_64/PKGBUILD
(from rev 397908, kimageformats/trunk/PKGBUILD)

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

Copied: kimageformats/repos/testing-x86_64/PKGBUILD (from rev 397908, 
kimageformats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:49:03 UTC (rev 397909)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Image format plugins for Qt5'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base openexr)
+makedepends=(extra-cmake-modules karchive)
+optdepends=('karchive: plugin for Krita and OpenRaster images')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7ea083bc1b67cf069df1bcf3235f00a750a269cfb38b5ade6e971ece11e46a65'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:48:45
  Author: arojas
Revision: 397907

archrelease: copy trunk to testing-x86_64

Added:
  kdnssd/repos/testing-x86_64/
  kdnssd/repos/testing-x86_64/PKGBUILD
(from rev 397906, kdnssd/trunk/PKGBUILD)

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

Copied: kdnssd/repos/testing-x86_64/PKGBUILD (from rev 397906, 
kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:48:45 UTC (rev 397907)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base avahi)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3f197cabab50316fdc6852b90a3ec064ba99b2c8289093198c76d21ec03ddc8b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:47:58
  Author: arojas
Revision: 397902

archrelease: copy trunk to testing-x86_64

Added:
  kactivities-stats/repos/testing-x86_64/
  kactivities-stats/repos/testing-x86_64/PKGBUILD
(from rev 397901, kactivities-stats/trunk/PKGBUILD)

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

Copied: kactivities-stats/repos/testing-x86_64/PKGBUILD (from rev 397901, 
kactivities-stats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:47:58 UTC (rev 397902)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-stats
+pkgver=5.75.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="A library for accessing the usage data collected by the activities 
system"
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kactivities)
+makedepends=(extra-cmake-modules boost doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('eee926b1d49c460f1220957e52858df5271aee3b9c77b848e2969f0afe743aad'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:48:17
  Author: arojas
Revision: 397904

archrelease: copy trunk to testing-x86_64

Added:
  kcontacts/repos/testing-x86_64/
  kcontacts/repos/testing-x86_64/PKGBUILD
(from rev 397903, kcontacts/trunk/PKGBUILD)

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

Copied: kcontacts/repos/testing-x86_64/PKGBUILD (from rev 397903, 
kcontacts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:48:17 UTC (rev 397904)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcontacts
+epoch=1
+pkgver=5.75.0
+pkgrel=1
+pkgdesc="Address book API for KDE"
+arch=(x86_64)
+url="https://community.kde.org/Frameworks;
+license=(LGPL)
+depends=(kcoreaddons kconfig ki18n kcodecs iso-codes)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8c77f9c5cf9ea630c779096a91f96322f34adc66c9fa64a85dddb294a905d069'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:47:48
  Author: arojas
Revision: 397901

archrelease: copy trunk to testing-x86_64

Added:
  frameworkintegration/repos/testing-x86_64/
  frameworkintegration/repos/testing-x86_64/PKGBUILD
(from rev 397900, frameworkintegration/trunk/PKGBUILD)

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

Copied: frameworkintegration/repos/testing-x86_64/PKGBUILD (from rev 397900, 
frameworkintegration/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:47:48 UTC (rev 397901)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(knewstuff)
+makedepends=(extra-cmake-modules appstream-qt packagekit-qt5)
+optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a98dc6aa464f35f97ef51bfa7873d6d905623417543aaf94ec974f24603e3b0b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+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 kcalendarcore/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:48:07
  Author: arojas
Revision: 397903

archrelease: copy trunk to testing-x86_64

Added:
  kcalendarcore/repos/testing-x86_64/
  kcalendarcore/repos/testing-x86_64/PKGBUILD
(from rev 397902, kcalendarcore/trunk/PKGBUILD)

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

Copied: kcalendarcore/repos/testing-x86_64/PKGBUILD (from rev 397902, 
kcalendarcore/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:48:07 UTC (rev 397903)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcalendarcore
+pkgver=5.75.0
+pkgrel=1
+pkgdesc="The KDE calendar access library"
+arch=(x86_64)
+url="https://community.kde.org/Frameworks;
+license=(LGPL)
+depends=(libical qt5-base)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+conflicts=(kcalcore)
+provides=(kcalcore)
+replaces=(kcalcore)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('02ff08c6462a5f0552c85a1da98320ca0a1c8d7295a05230f4b27b7a3f0a3dbc'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in breeze-icons/repos (testing-any testing-any/PKGBUILD)

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:47:38
  Author: arojas
Revision: 397900

archrelease: copy trunk to testing-any

Added:
  breeze-icons/repos/testing-any/
  breeze-icons/repos/testing-any/PKGBUILD
(from rev 397899, breeze-icons/trunk/PKGBUILD)

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

Copied: breeze-icons/repos/testing-any/PKGBUILD (from rev 397899, 
breeze-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-10-10 13:47:38 UTC (rev 397900)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=breeze-icons
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Breeze icon themes'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+makedepends=(extra-cmake-modules qt5-base)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('21985f62c111e60ebd34bd632b3ee06bb01a1f9f1671d1295f0d24bc21e106a2'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:47:28
  Author: arojas
Revision: 397899

archrelease: copy trunk to testing-x86_64

Added:
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 397898, bluez-qt/trunk/PKGBUILD)

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

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 397898, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:47:28 UTC (rev 397899)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-base bluez)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f00446dd89a0d1340256b7c4a1f38de05e5be04a76298956e4bcd153979bad3f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:47:19
  Author: arojas
Revision: 397898

archrelease: copy trunk to testing-x86_64

Added:
  baloo/repos/testing-x86_64/
  baloo/repos/testing-x86_64/PKGBUILD
(from rev 397897, baloo/trunk/PKGBUILD)

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

Copied: baloo/repos/testing-x86_64/PKGBUILD (from rev 397897, 
baloo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:47:19 UTC (rev 397898)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.75.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kfilemetadata kidletime kio lmdb)
+makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc 
qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e26e0b76eb57889592131c7a95134e32288a8c67d6660342dcc961f37c1926f0'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:46:38
  Author: arojas
Revision: 397894

archrelease: copy trunk to testing-x86_64

Added:
  kemoticons/repos/testing-x86_64/
  kemoticons/repos/testing-x86_64/PKGBUILD
(from rev 397893, kemoticons/trunk/PKGBUILD)

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

Copied: kemoticons/repos/testing-x86_64/PKGBUILD (from rev 397893, 
kemoticons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:46:38 UTC (rev 397894)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(karchive kservice)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4ac70cee9d7fafe6ef9668d37a146489b341804e0bf0dba6a7cce2d6ecaa78c1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2020-10-10 Thread Antonio Rojas via arch-commits
Date: Saturday, October 10, 2020 @ 13:46:48
  Author: arojas
Revision: 397895

archrelease: copy trunk to testing-x86_64

Added:
  kded/repos/testing-x86_64/
  kded/repos/testing-x86_64/PKGBUILD
(from rev 397894, kded/trunk/PKGBUILD)

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

Copied: kded/repos/testing-x86_64/PKGBUILD (from rev 397894, 
kded/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-10 13:46:48 UTC (rev 397895)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kded
+pkgver=5.75.0
+pkgrel=1
+pkgdesc='Extensible deamon for providing system level services'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('dd811f4e8058348f772133d910aa8623fde4208c50c7d7a834605cf04f8f097d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


  1   2   3   4   5   >