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

2020-07-20 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 05:14:40
  Author: felixonmars
Revision: 664683

archrelease: copy trunk to community-any

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

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

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

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


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 05:14:27
  Author: felixonmars
Revision: 664682

upgpkg: python-hypothesis 5.20.2-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 04:52:24 UTC (rev 664681)
+++ PKGBUILD2020-07-21 05:14:27 UTC (rev 664682)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=5.20.1
+pkgver=5.20.2
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -20,7 +20,7 @@
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('7d22946d5ff4a7e2001ee361592fe7f5b86cb826fec24927640898d44772bcd75b00a68f193342d62b9fec4f3d628e412d9eb502d536d0fe896625d49cf70671')
+sha512sums=('8819cf3cce70a16d5e551d38ac54cd27a9649a775416d01452694a86dc40c840ace5d8edda6aed5680a98908e6266fbe6dcc4e6d6d9d3bceb8417d341e3e7a07')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 04:52:15
  Author: felixonmars
Revision: 664680

upgpkg: python-xcffib 0.10.0-1

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 04:50:25 UTC (rev 664679)
+++ PKGBUILD2020-07-21 04:52:15 UTC (rev 664680)
@@ -2,8 +2,8 @@
 # Contributor: Roger Duran 
 
 pkgname=python-xcffib
-pkgver=0.9.0
-pkgrel=3
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
 arch=('any')
 url="https://pypi.python.org/pypi/xcffib";
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python-cffi' 'python-six' 'libxcb' 
'haskell-xcffib')
 checkdepends=('python-nose' 'xorg-server-xvfb' 'xorg-xeyes')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tych0/xcffib/archive/v$pkgver.tar.gz";)
-sha512sums=('1299ff124d5ecb91c9551fb583741901f0635d9b3685da0436a14ebfdfdcc5bdec558a457400a27a22ffe2b99649250b3ef74223f27f8ac3a267a69314b509fb')
+sha512sums=('fdf0bbeba709d2b4c83e51d8fe1b9aea97165f72ff2cd483daf3f837e179619e8e651ac925ac1a46b57becc5fec6b5c07f925f683bd6ad592489ef5a43737151')
 
 build() {
   cd "$srcdir"/xcffib-$pkgver


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 04:52:24
  Author: felixonmars
Revision: 664681

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 04:52:15 UTC (rev 664680)
+++ PKGBUILD2020-07-21 04:52:24 UTC (rev 664681)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Roger Duran 
-
-pkgname=python-xcffib
-pkgver=0.9.0
-pkgrel=3
-pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
-arch=('any')
-url="https://pypi.python.org/pypi/xcffib";
-license=('Apache')
-depends=('python-six' 'python-cffi' 'libxcb')
-makedepends=('python-setuptools' 'python-cffi' 'python-six' 'libxcb' 
'haskell-xcffib')
-checkdepends=('python-nose' 'xorg-server-xvfb' 'xorg-xeyes')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tych0/xcffib/archive/v$pkgver.tar.gz";)
-sha512sums=('1299ff124d5ecb91c9551fb583741901f0635d9b3685da0436a14ebfdfdcc5bdec558a457400a27a22ffe2b99649250b3ef74223f27f8ac3a267a69314b509fb')
-
-build() {
-  cd "$srcdir"/xcffib-$pkgver
-  make xcffib GEN=xcffibgen CABAL=true
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/xcffib-$pkgver
-  xvfb-run nosetests3
-}
-
-package() {
-  cd xcffib-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-xcffib/repos/community-any/PKGBUILD (from rev 664680, 
python-xcffib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 04:52:24 UTC (rev 664681)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+pkgname=python-xcffib
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
+arch=('any')
+url="https://pypi.python.org/pypi/xcffib";
+license=('Apache')
+depends=('python-six' 'python-cffi' 'libxcb')
+makedepends=('python-setuptools' 'python-cffi' 'python-six' 'libxcb' 
'haskell-xcffib')
+checkdepends=('python-nose' 'xorg-server-xvfb' 'xorg-xeyes')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tych0/xcffib/archive/v$pkgver.tar.gz";)
+sha512sums=('fdf0bbeba709d2b4c83e51d8fe1b9aea97165f72ff2cd483daf3f837e179619e8e651ac925ac1a46b57becc5fec6b5c07f925f683bd6ad592489ef5a43737151')
+
+build() {
+  cd "$srcdir"/xcffib-$pkgver
+  make xcffib GEN=xcffibgen CABAL=true
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/xcffib-$pkgver
+  xvfb-run nosetests3
+}
+
+package() {
+  cd xcffib-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 04:49:33
  Author: felixonmars
Revision: 664677

archrelease: copy trunk to community-staging-any

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

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

Copied: python-xcffib/repos/community-staging-any/PKGBUILD (from rev 664676, 
python-xcffib/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-07-21 04:49:33 UTC (rev 664677)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+pkgname=python-xcffib
+pkgver=0.9.0
+pkgrel=3
+pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
+arch=('any')
+url="https://pypi.python.org/pypi/xcffib";
+license=('Apache')
+depends=('python-six' 'python-cffi' 'libxcb')
+makedepends=('python-setuptools' 'python-cffi' 'python-six' 'libxcb' 
'haskell-xcffib')
+checkdepends=('python-nose' 'xorg-server-xvfb' 'xorg-xeyes')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tych0/xcffib/archive/v$pkgver.tar.gz";)
+sha512sums=('1299ff124d5ecb91c9551fb583741901f0635d9b3685da0436a14ebfdfdcc5bdec558a457400a27a22ffe2b99649250b3ef74223f27f8ac3a267a69314b509fb')
+
+build() {
+  cd "$srcdir"/xcffib-$pkgver
+  make xcffib GEN=xcffibgen CABAL=true
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/xcffib-$pkgver
+  xvfb-run nosetests3
+}
+
+package() {
+  cd xcffib-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 04:49:25
  Author: felixonmars
Revision: 664676

upgpkg: python-xcffib 0.9.0-3: rebuild with xcffib 0.10.0

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 04:32:23 UTC (rev 664675)
+++ PKGBUILD2020-07-21 04:49:25 UTC (rev 664676)
@@ -3,7 +3,7 @@
 
 pkgname=python-xcffib
 pkgver=0.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
 arch=('any')
 url="https://pypi.python.org/pypi/xcffib";


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 04:32:23
  Author: felixonmars
Revision: 664675

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-xcffib/repos/community-staging-x86_64/PKGBUILD (from rev 
664674, haskell-xcffib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-21 04:32:23 UTC (rev 664675)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=xcffib
+pkgname=haskell-xcffib
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="A cffi-based python binding for X"
+url="https://github.com/tych0/xcffib";
+license=('Apache')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 
'haskell-language-python'
+ 'haskell-optparse-applicative' 'haskell-split' 'haskell-xcb-types')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('8f62d1f21500fc0f89239eb054dd8472c9d6aa5b4b966943cbb475a0beade55b73aab1598cb2818935e6cf439eaddbf41dfee396b5c46f0ff740ea01ba9c1509')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 04:27:33
  Author: felixonmars
Revision: 664674

upgpkg: haskell-xcffib 0.10.0-1: rebuild with xcffib 0.10.0

Modified:
  haskell-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 04:24:04 UTC (rev 664673)
+++ PKGBUILD2020-07-21 04:27:33 UTC (rev 664674)
@@ -2,8 +2,8 @@
 
 _hkgname=xcffib
 pkgname=haskell-xcffib
-pkgver=0.9.0
-pkgrel=38
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="A cffi-based python binding for X"
 url="https://github.com/tych0/xcffib";
 license=('Apache')
@@ -12,7 +12,7 @@
  'haskell-optparse-applicative' 'haskell-split' 'haskell-xcb-types')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('a312d3facf4258ccc34d8908f39ebbadff126f4bad2edf99810c78b61d9e41a62364ddca724915588436336468baf85f5eb2dfd9bd1e7ebe068be92b179094f6')
+sha512sums=('8f62d1f21500fc0f89239eb054dd8472c9d6aa5b4b966943cbb475a0beade55b73aab1598cb2818935e6cf439eaddbf41dfee396b5c46f0ff740ea01ba9c1509')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 04:23:55
  Author: felixonmars
Revision: 664672

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 04:16:42 UTC (rev 664671)
+++ PKGBUILD2020-07-21 04:23:55 UTC (rev 664672)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20200719172212
+pkgver=20200721000916
 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=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz";)
-sha512sums=('4f2d9281da5b80cc080ef1bc18149aa047aa5d1ba4260cf385e1015db14d9aa488812e2e3c3d3a5b1d27dff0dcb8bb43ff12212c4301091691343803d2645ccb')
+sha512sums=('8b0c2b25c6f4dac8380daf7fb15b276da11a87df51c3395a0f72a3574dc87162ca86b2eb1b4f07845ecf0e813ed4e4a0fa34daeb4ef0cc04e9f39aff9229ba07')
 
 prepare() {
   mkdir .gopath


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 04:24:04
  Author: felixonmars
Revision: 664673

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 664672, 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-07-21 04:23:55 UTC (rev 664672)
+++ PKGBUILD2020-07-21 04:24:04 UTC (rev 664673)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20200719172212
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community";
-license=('MIT')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz";)
-sha512sums=('4f2d9281da5b80cc080ef1bc18149aa047aa5d1ba4260cf385e1015db14d9aa488812e2e3c3d3a5b1d27dff0dcb8bb43ff12212c4301091691343803d2645ccb')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/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/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/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 
664672, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 04:24:04 UTC (rev 664673)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20200721000916
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community";
+license=('MIT')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz";)
+sha512sums=('8b0c2b25c6f4dac8380daf7fb15b276da11a87df51c3395a0f72a3574dc87162ca86b2eb1b4f07845ecf0e813ed4e4a0fa34daeb4ef0cc04e9f39aff9229ba07')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/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/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 04:16:42
  Author: felixonmars
Revision: 664671

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 04:16:32 UTC (rev 664670)
+++ PKGBUILD2020-07-21 04:16:42 UTC (rev 664671)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-marshmallow
-pkgver=3.7.0
-pkgrel=1
-pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
-url="https://github.com/marshmallow-code/marshmallow";
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 
'python-dateutil')
-source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";)
-sha512sums=('df5341004b9bfcf93263bee5fcb715d6732cbe02021b04da62fe90adfbe1eeef7c2abb19e1f3a717404b7349ca9df510773a940989a8816e16008b85da3e')
-
-build() {
-  cd "$srcdir"/marshmallow-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/marshmallow-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd marshmallow-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-marshmallow/repos/community-any/PKGBUILD (from rev 664670, 
python-marshmallow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 04:16:42 UTC (rev 664671)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-marshmallow
+pkgver=3.7.1
+pkgrel=1
+pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
+url="https://github.com/marshmallow-code/marshmallow";
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 
'python-dateutil')
+source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";)
+sha512sums=('5012d25b9c18854428e1154d46c6923b1b8b43b4e5b89fb5efe213affdf08b10f8899f4c3ed27ed86da5baff2ee9f78417ec5578091eac092218d578bf79ceda')
+
+build() {
+  cd "$srcdir"/marshmallow-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/marshmallow-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd marshmallow-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 04:16:25
  Author: felixonmars
Revision: 664669

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 664668, deepin-control-center/trunk/PKGBUILD)
  
deepin-control-center/repos/community-x86_64/deepin-control-center-build-fix.patch
(from rev 664668, 
deepin-control-center/trunk/deepin-control-center-build-fix.patch)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD
  
deepin-control-center/repos/community-x86_64/deepin-control-center-build-fix.patch

---+
 PKGBUILD  |  144 
 deepin-control-center-build-fix.patch |  130 ++--
 2 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 04:16:12 UTC (rev 664668)
+++ PKGBUILD2020-07-21 04:16:25 UTC (rev 664669)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=5.2.0.20
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center";
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
-makedepends=('cmake' 'deepin-dock' 'ninja' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support'
-'networkmanager-openconnect: for OpenConnect support'
-'networkmanager-openvpn: for OpenVPN support'
-'networkmanager-pptp: for PPTP support'
-'networkmanager-strongswan: for StrongSwan support'
-'networkmanager-vpnc: for VPNC support'
-'network-manager-sstp: for SSTP support')
-# Not packaged: network-manager-l2tp
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz";
-$pkgname-build-fix.patch
-
$pkgname-systeminfo-deepin-icon.patch::https://github.com/linuxdeepin/dde-control-center/commit/2b282b5271ff01741f062a6eb8a74b386e2ada48.patch
-
$pkgname-no-user-experience.patch::https://github.com/linuxdeepin/dde-control-center/commit/15a3b5101853ee0b1b62e5e7dde217cbf9a454bf.patch)
-sha512sums=('718cfeaecd70f9566c8c4fe8c6a4c99272ca97cff4ca5c48b82a422e48592bfffcd405b67a3abda014eb134705f5a80cde1478648e6c8de2f4226b330caef2ae'
-
'9d0ed5452250a1360039c6dfd56312b1439e938bdbebcfbc924324780019b04aec552998b3f5a44ada78e9718c86a0b4912a4dd57530da7ea79108e4aeee'
-
'ca045eaf14079ce2fb8be264c0f5442c61a14ea54d3783d6275cd7da7ca258d21144349088caba8831fd7508cc429cb6f9507315b5446f00f9e1bbee446f02e5'
-
'692061ec6d5cce41a41239bcb75aec3ee1d002f5d6e9e86df795808edb080caf9978de2a23d267bad960a8436670252957c767aa30a19d4a702719e7d9a6f94f')
-
-prepare() {
-  patch -d dde-control-center-$pkgver -Np1 < 
$pkgname-systeminfo-deepin-icon.patch || :
-  patch -d dde-control-center-$pkgver -Np1 < $pkgname-no-user-experience.patch
-  patch -d dde-control-center-$pkgver -Np1 < $pkgname-build-fix.patch
-  mkdir -p build
-
-  cd dde-control-center-$pkgver
-  sed -i '/#include /a #include ' 
src/frame/widgets/basiclistdelegate.cpp 
src/frame/window/modules/update/updatehistorybutton.cpp \
-  
src/frame/window/modules/commoninfo/commonbackgrounditem.cpp 
src/frame/modules/accounts/useroptionitem.cpp \
-  
src/frame/window/modules/sync/pages/avatarwidget.cpp 
src/frame/window/modules/accounts/avataritemdelegate.cpp \
-  
src/frame/modules/accounts/avatarwidget.cpp 
src/frame/window/modules/accounts/accountswidget.cpp \
-  
src/frame/modules/datetime/timezone_dialog/popup_menu.cpp 
src/frame/modules/display/recognizedialog.cpp \
-  
src/frame/window/modules/personalization/roundcolorwidget.cpp 
src/frame/window/modules/unionid/pages/avatarwidget.cpp
-  sed -i '/#include /a #include ' 
src/frame/window/modules/personalization/personalizationgeneral.cpp
-
-  sed -i 's|/bin/restore-tool|/usr/bin/restore-tool|' 
src/frame/window/modules/systeminfo/backupandrestoreworker.cpp \
-  
com.deepin.controlcenter.restore.policy
-  sed -i 's| /bin| /usr/bin|' src/restore-tool/CMakeLists.txt
-
-  # remove after they obey -DDISABLE_SYS_UPDATE properly
-  sed

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

2020-07-20 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 04:16:12
  Author: felixonmars
Revision: 664668

upgpkg: deepin-control-center 5.2.0.21-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 01:22:17 UTC (rev 664667)
+++ PKGBUILD2020-07-21 04:16:12 UTC (rev 664668)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=5.2.0.20
+pkgver=5.2.0.21
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -28,7 +28,7 @@
 $pkgname-build-fix.patch
 
$pkgname-systeminfo-deepin-icon.patch::https://github.com/linuxdeepin/dde-control-center/commit/2b282b5271ff01741f062a6eb8a74b386e2ada48.patch
 
$pkgname-no-user-experience.patch::https://github.com/linuxdeepin/dde-control-center/commit/15a3b5101853ee0b1b62e5e7dde217cbf9a454bf.patch)
-sha512sums=('718cfeaecd70f9566c8c4fe8c6a4c99272ca97cff4ca5c48b82a422e48592bfffcd405b67a3abda014eb134705f5a80cde1478648e6c8de2f4226b330caef2ae'
+sha512sums=('f662ad8a7e9d42c0b74955e2ab8be717dfff7bb05bb4e4ebc9d9b19f4d7754f2edcd6d058964fdaeb456546b4d83f81090a5942548fce2186b47ae50fba70d8e'
 
'9d0ed5452250a1360039c6dfd56312b1439e938bdbebcfbc924324780019b04aec552998b3f5a44ada78e9718c86a0b4912a4dd57530da7ea79108e4aeee'
 
'ca045eaf14079ce2fb8be264c0f5442c61a14ea54d3783d6275cd7da7ca258d21144349088caba8831fd7508cc429cb6f9507315b5446f00f9e1bbee446f02e5'
 
'692061ec6d5cce41a41239bcb75aec3ee1d002f5d6e9e86df795808edb080caf9978de2a23d267bad960a8436670252957c767aa30a19d4a702719e7d9a6f94f')


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 04:16:32
  Author: felixonmars
Revision: 664670

upgpkg: python-marshmallow 3.7.1-1

Modified:
  python-marshmallow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 04:16:25 UTC (rev 664669)
+++ PKGBUILD2020-07-21 04:16:32 UTC (rev 664670)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-marshmallow
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
 url="https://github.com/marshmallow-code/marshmallow";
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 
'python-dateutil')
 
source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";)
-sha512sums=('df5341004b9bfcf93263bee5fcb715d6732cbe02021b04da62fe90adfbe1eeef7c2abb19e1f3a717404b7349ca9df510773a940989a8816e16008b85da3e')
+sha512sums=('5012d25b9c18854428e1154d46c6923b1b8b43b4e5b89fb5efe213affdf08b10f8899f4c3ed27ed86da5baff2ee9f78417ec5578091eac092218d578bf79ceda')
 
 build() {
   cd "$srcdir"/marshmallow-$pkgver


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

2020-07-20 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 21, 2020 @ 02:13:56
  Author: bisson
Revision: 392307

archrelease: copy trunk to testing-any

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

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

Copied: iana-etc/repos/testing-any/LICENSE (from rev 392306, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2020-07-21 02:13:56 UTC (rev 392307)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

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

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


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

2020-07-20 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 21, 2020 @ 02:13:10
  Author: bisson
Revision: 392306

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 01:27:59 UTC (rev 392305)
+++ PKGBUILD2020-07-21 02:13:10 UTC (rev 392306)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20200707
+pkgver=20200720
 _ports=service-names-port-numbers-${pkgver}
 _protocols=protocol-numbers-20200417
 pkgrel=1
@@ -14,7 +14,7 @@
 source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml";
 
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml";
 'LICENSE')
-sha256sums=('744f40749738a02560fc0563ddbb62acc53a078b54a5db8ce74badc8daff851f'
+sha256sums=('a32b83c2aa7942049dcd35d023d6d366b4f707a74afd97817441a003139f14f1'
 '7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 


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

2020-07-20 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 21, 2020 @ 01:27:42
  Author: anatolik
Revision: 392304

upgpkg: re2c 2.0-1

Modified:
  re2c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 16:24:28 UTC (rev 392303)
+++ PKGBUILD2020-07-21 01:27:42 UTC (rev 392304)
@@ -3,8 +3,8 @@
 # Contributor: Dale Blount 
 
 pkgname=re2c
-pkgver=1.3
-pkgrel=2
+pkgver=2.0
+pkgrel=1
 arch=(x86_64)
 depends=(gcc-libs)
 pkgdesc='A tool for generating C-based recognizers from regular expressions'
@@ -11,12 +11,12 @@
 url='https://re2c.org'
 license=(public domain)
 
source=(re2c-$pkgver.tar.gz::https://github.com/skvadrik/re2c/archive/$pkgver.tar.gz)
-sha1sums=('e24dce0b37a2f453460c337ca4fc61ba2afc7ae1')
+sha1sums=('82f7c61239f2c51d82ba519fb3e77e358292d5b7')
 
 build() {
   cd $pkgname-$pkgver
   ./autogen.sh
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-golang
   make
 }
 


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

2020-07-20 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 21, 2020 @ 01:27:59
  Author: anatolik
Revision: 392305

archrelease: copy trunk to testing-x86_64

Added:
  re2c/repos/testing-x86_64/
  re2c/repos/testing-x86_64/PKGBUILD
(from rev 392304, re2c/trunk/PKGBUILD)

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

Copied: re2c/repos/testing-x86_64/PKGBUILD (from rev 392304, 
re2c/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-21 01:27:59 UTC (rev 392305)
@@ -0,0 +1,31 @@
+# Maintainer:
+# Contributor: nut543 
+# Contributor: Dale Blount 
+
+pkgname=re2c
+pkgver=2.0
+pkgrel=1
+arch=(x86_64)
+depends=(gcc-libs)
+pkgdesc='A tool for generating C-based recognizers from regular expressions'
+url='https://re2c.org'
+license=(public domain)
+source=(re2c-$pkgver.tar.gz::https://github.com/skvadrik/re2c/archive/$pkgver.tar.gz)
+sha1sums=('82f7c61239f2c51d82ba519fb3e77e358292d5b7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-golang
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-20 Thread Nicola Squartini via arch-commits
Date: Tuesday, July 21, 2020 @ 01:21:42
  Author: tensor5
Revision: 664666

upgpkg: go-ethereum 1.9.17-1

Modified:
  go-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 23:37:22 UTC (rev 664665)
+++ PKGBUILD2020-07-21 01:21:42 UTC (rev 664666)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=go-ethereum
-pkgver=1.9.16
-_commit=ea3b00ad75aebaf1790fe0f8afc9fb7852c87716
+pkgver=1.9.17
+_commit=748f22c192d24082723f935afd0b0b63e7fd50f4
 pkgrel=1
 pkgdesc='Official Go implementation of the Ethereum protocol'
 arch=('x86_64')


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

2020-07-20 Thread Nicola Squartini via arch-commits
Date: Tuesday, July 21, 2020 @ 01:22:17
  Author: tensor5
Revision: 664667

archrelease: copy trunk to community-x86_64

Added:
  go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 664666, go-ethereum/trunk/PKGBUILD)
Deleted:
  go-ethereum/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 01:21:42 UTC (rev 664666)
+++ PKGBUILD2020-07-21 01:22:17 UTC (rev 664667)
@@ -1,31 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=go-ethereum
-pkgver=1.9.16
-_commit=ea3b00ad75aebaf1790fe0f8afc9fb7852c87716
-pkgrel=1
-pkgdesc='Official Go implementation of the Ethereum protocol'
-arch=('x86_64')
-url='https://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go')
-provides=('geth')
-conflicts=('geth')
-replaces=('geth')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";)
-sha256sums=('SKIP')
-
-build() {
-cd ${pkgname}
-
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie"
-make all
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 664666, 
go-ethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 01:22:17 UTC (rev 664667)
@@ -0,0 +1,31 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=go-ethereum
+pkgver=1.9.17
+_commit=748f22c192d24082723f935afd0b0b63e7fd50f4
+pkgrel=1
+pkgdesc='Official Go implementation of the Ethereum protocol'
+arch=('x86_64')
+url='https://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go')
+provides=('geth')
+conflicts=('geth')
+replaces=('geth')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+build() {
+cd ${pkgname}
+
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie"
+make all
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


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

2020-07-20 Thread Eli Schwartz via arch-commits
Date: Monday, July 20, 2020 @ 23:36:53
  Author: eschwartz
Revision: 664664

upgpkg: calibre 4.21.0-1: upstream release

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 22:52:46 UTC (rev 664663)
+++ PKGBUILD2020-07-20 23:36:53 UTC (rev 664664)
@@ -8,7 +8,7 @@
 
 pkgbase=calibre
 pkgname=('calibre' 'calibre-common' 'calibre-python3')
-pkgver=4.20.0
+pkgver=4.21.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
@@ -29,11 +29,11 @@
 "https://calibre-ebook.com/signatures/${pkgbase}-${pkgver}.tar.xz.sig";
 "0001-De-vendor-pychm.patch"
 "calibre-alternatives.sh")
-sha256sums=('afb4ee02fab53e362e02b4bc67e97d22d05b414ce933c30b2bed8c90cfec3dee'
+sha256sums=('aa0cb9d5f3cbc85735f8c13bea1ec1268ba4bf00816f621b0385ab011c99e8c3'
 'SKIP'
 'f7b829aea1d33818808cbeeb9a295e18e49edf619a5bc89b8315c88f56ce4d25'
 '940cc7081d0a64ba363bb0e1a1d8e0563c676458f90db845f2fbdd4195c075b3')
-b2sums=('28ee9539eda96809004f4c276c8dceba119122379867f4b9235ad52a3ec68337330c4cbc2e715462f27ea0c3a0c8470609a50273db49a69f69a60e7fbcef11a5'
+b2sums=('7797e1b99eefa795a84a1ce913b7739ce6961d58ea28c68e3f5a1b756bbec20c206bd7cab25f1ffacc33f39fed2cc4acf99b5bb90ba88b0607987801770d8b30'
 'SKIP'
 
'c35181c70084813772c4d593311b48b3e3bcc3b4e9e8ee58112b9beab2bbc0de1ee22aafc3d06cfd812f87a2e91292f7b7f1dc5f522c55440f415b6b265d5671'
 
'543df218dfd2d4152a941ab57118d69bf4c6927e8020ee53c9a8b38efe9c89f032dc6385207e134cc9f69bfdc9cbcf63cd92fa6ea1647cbd534c5a511a5d1e91')


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

2020-07-20 Thread Eli Schwartz via arch-commits
Date: Monday, July 20, 2020 @ 23:37:22
  Author: eschwartz
Revision: 664665

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/0001-De-vendor-pychm.patch
(from rev 664664, calibre/trunk/0001-De-vendor-pychm.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 664664, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-alternatives.sh
(from rev 664664, calibre/trunk/calibre-alternatives.sh)
  calibre/repos/community-x86_64/calibre-common.install
(from rev 664664, calibre/trunk/calibre-common.install)
  calibre/repos/community-x86_64/calibre.install
(from rev 664664, calibre/trunk/calibre.install)
Deleted:
  calibre/repos/community-x86_64/0001-De-vendor-pychm.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-alternatives.sh
  calibre/repos/community-x86_64/calibre-common.install
  calibre/repos/community-x86_64/calibre.install

+
 0001-De-vendor-pychm.patch |13730 +--
 PKGBUILD   |  358 -
 calibre-alternatives.sh|  122 
 calibre-common.install |   22 
 calibre.install|   28 
 5 files changed, 7130 insertions(+), 7130 deletions(-)

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


[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

2020-07-20 Thread Eli Schwartz via arch-commits
Date: Monday, July 20, 2020 @ 22:52:46
  Author: eschwartz
Revision: 664663

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 664662, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 22:52:30 UTC (rev 664662)
+++ PKGBUILD2020-07-20 22:52:46 UTC (rev 664663)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eli Schwartz 
-
-pkgname=firefox-adblock-plus
-pkgver=3.9
-pkgrel=1
-_file=3600017
-pkgdesc="Extension for firefox which block ads and banners"
-arch=('any')
-url="https://adblockplus.org/";
-license=('GPL3')
-groups=('firefox-addons')
-# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
-source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi";)
-noextract=("adblock-plus-$pkgver.xpi")
-sha256sums=('d1c37b04df98dde3fe2873f41c54f2d318623377e64e4dd5ad8283750de4662e')
-
-package() {
-  depends=("firefox")
-
-  _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  install -Dm644 "${srcdir}"/adblock-plus-${pkgver}.xpi 
"${_extension_dest}.xpi"
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 664662, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 22:52:46 UTC (rev 664663)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eli Schwartz 
+
+pkgname=firefox-adblock-plus
+pkgver=3.9.1
+pkgrel=1
+_file=3608375
+pkgdesc="Extension for firefox which block ads and banners"
+arch=('any')
+url="https://adblockplus.org/";
+license=('GPL3')
+groups=('firefox-addons')
+# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
+source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi";)
+noextract=("adblock-plus-$pkgver.xpi")
+sha256sums=('f8c8710ce07685da66e144fabf8578ec437e890d37068936393da753c661a063')
+
+package() {
+  depends=("firefox")
+
+  _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  install -Dm644 "${srcdir}"/adblock-plus-${pkgver}.xpi 
"${_extension_dest}.xpi"
+}


[arch-commits] Commit in firefox-adblock-plus/trunk (PKGBUILD)

2020-07-20 Thread Eli Schwartz via arch-commits
Date: Monday, July 20, 2020 @ 22:52:30
  Author: eschwartz
Revision: 664662

upgpkg: firefox-adblock-plus 3.9.1-1: upstream release

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 22:40:06 UTC (rev 664661)
+++ PKGBUILD2020-07-20 22:52:30 UTC (rev 664662)
@@ -2,9 +2,9 @@
 # Maintainer: Eli Schwartz 
 
 pkgname=firefox-adblock-plus
-pkgver=3.9
+pkgver=3.9.1
 pkgrel=1
-_file=3600017
+_file=3608375
 pkgdesc="Extension for firefox which block ads and banners"
 arch=('any')
 url="https://adblockplus.org/";
@@ -13,7 +13,7 @@
 # https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
 
source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi";)
 noextract=("adblock-plus-$pkgver.xpi")
-sha256sums=('d1c37b04df98dde3fe2873f41c54f2d318623377e64e4dd5ad8283750de4662e')
+sha256sums=('f8c8710ce07685da66e144fabf8578ec437e890d37068936393da753c661a063')
 
 package() {
   depends=("firefox")


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

2020-07-20 Thread Eli Schwartz via arch-commits
Date: Monday, July 20, 2020 @ 22:39:51
  Author: eschwartz
Revision: 664660

upgpkg: firefox-noscript 11.0.34-1: upstream release

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 21:48:25 UTC (rev 664659)
+++ PKGBUILD2020-07-20 22:39:51 UTC (rev 664660)
@@ -2,9 +2,9 @@
 # Maintainer: Eli schwartz 
 
 pkgname=firefox-noscript
-pkgver=11.0.32
+pkgver=11.0.34
 pkgrel=1
-_file=3594783
+_file=3606660
 pkgdesc="Extension for firefox which disables javascript"
 arch=('any')
 url="https://noscript.net/";
@@ -13,8 +13,8 @@
 makedepends=('unzip')
 
source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/";)
 noextract=("noscript-${pkgver}.xpi")
-sha256sums=('088c0b0f08529d88aacee3b1c09cfafe304b98cb2847c3fc255e05d1bf10bd6d')
-b2sums=('d9aadf6e7236ed7fdd4adced75a3f30ca8f6da32e864e394c3530ff42a4f4fa7be3f3f0ae3f4d29521b1ec85312de39e920c88df218ee34f59c0cb545ee3eda9')
+sha256sums=('759a38df3ef121804bf8933ab5289ec8452d5663fcad2f484b73095d8b488578')
+b2sums=('34c5de26e5f2d9602f079516cccea9ce64222e299f602b10eb5b7baa17eaa68fbd6e151a7320f01fc769381b2ff51134ea9bad7c057797cb6937f60bb97b488a')
 
 package() {
   depends=('firefox')


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

2020-07-20 Thread Eli Schwartz via arch-commits
Date: Monday, July 20, 2020 @ 22:40:06
  Author: eschwartz
Revision: 664661

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 664660, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 22:39:51 UTC (rev 664660)
+++ PKGBUILD2020-07-20 22:40:06 UTC (rev 664661)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eli schwartz 
-
-pkgname=firefox-noscript
-pkgver=11.0.32
-pkgrel=1
-_file=3594783
-pkgdesc="Extension for firefox which disables javascript"
-arch=('any')
-url="https://noscript.net/";
-license=('GPL2')
-groups=('firefox-addons')
-makedepends=('unzip')
-source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/";)
-noextract=("noscript-${pkgver}.xpi")
-sha256sums=('088c0b0f08529d88aacee3b1c09cfafe304b98cb2847c3fc255e05d1bf10bd6d')
-b2sums=('d9aadf6e7236ed7fdd4adced75a3f30ca8f6da32e864e394c3530ff42a4f4fa7be3f3f0ae3f4d29521b1ec85312de39e920c88df218ee34f59c0cb545ee3eda9')
-
-package() {
-  depends=('firefox')
-  _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 664660, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 22:40:06 UTC (rev 664661)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eli schwartz 
+
+pkgname=firefox-noscript
+pkgver=11.0.34
+pkgrel=1
+_file=3606660
+pkgdesc="Extension for firefox which disables javascript"
+arch=('any')
+url="https://noscript.net/";
+license=('GPL2')
+groups=('firefox-addons')
+makedepends=('unzip')
+source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/";)
+noextract=("noscript-${pkgver}.xpi")
+sha256sums=('759a38df3ef121804bf8933ab5289ec8452d5663fcad2f484b73095d8b488578')
+b2sums=('34c5de26e5f2d9602f079516cccea9ce64222e299f602b10eb5b7baa17eaa68fbd6e151a7320f01fc769381b2ff51134ea9bad7c057797cb6937f60bb97b488a')
+
+package() {
+  depends=('firefox')
+  _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
+}


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

2020-07-20 Thread Morten Linderud via arch-commits
Date: Monday, July 20, 2020 @ 21:48:25
  Author: foxboron
Revision: 664659

archrelease: copy trunk to community-x86_64

Added:
  go/repos/community-x86_64/PKGBUILD
(from rev 664658, go/trunk/PKGBUILD)
Deleted:
  go/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 21:48:17 UTC (rev 664658)
+++ PKGBUILD2020-07-20 21:48:25 UTC (rev 664659)
@@ -1,83 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Pierre Neidhardt 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgname=go
-epoch=2
-pkgver=1.14.5
-pkgrel=1
-pkgdesc='Core compiler tools for the Go programming language'
-arch=(x86_64)
-url='https://golang.org/'
-license=(BSD)
-makedepends=(git go perl)
-replaces=(go-pie)
-provides=(go-pie)
-options=(!strip staticlibs)
-source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
-validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
-sha256sums=('ca4c080c90735e56152ac52cd77ae57fe573d1debb1a58e03da9cc362440315c'
-'SKIP')
-
-build() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  export GOPATH="$srcdir/"
-  export GOROOT="$srcdir/$pkgname"
-  export GOBIN="$GOROOT/bin"
-
-  cd "$pkgname/src"
-  ./make.bash --no-clean -v
-
-  PATH="$GOBIN:$PATH" go install -v -race std
-  PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
-}
-
-check() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  export GOROOT="$srcdir/$pkgname"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgname/bin:$PATH"
-  export GO_TEST_TIMEOUT_SCALE=2
-
-  cd $pkgname/src
-  rm os/signal/signal_cgo_test.go  # TODO: There is a bug somewhere.
-   # Should only affect containers
-   # so lets just say No.
-  ./run.bash --no-rebuild -v -v -v -k
-}
-
-package() {
-  cd "$pkgname"
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go"
-  cp -a bin pkg src lib misc api test "$pkgdir/usr/lib/go"
-  cp -r doc/* "$pkgdir/usr/share/doc/go"
-
-  ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
-  ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
-  ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
-
-  install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
-
-  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap" "$pkgdir/usr/lib/go/pkg/tool/*/api"
-
-  # TODO: Figure out if really needed
-  rm -rf "$pkgdir"/usr/lib/go/pkg/obj/go-build/*
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: go/repos/community-x86_64/PKGBUILD (from rev 664658, go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 21:48:25 UTC (rev 664659)
@@ -0,0 +1,83 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Pierre Neidhardt 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Rémy Oudompheng 
+# Contributor: Andres Perera 
+# Contributor: Matthew Bauer 
+# Contributor: Christian Himpel 
+# Contributor: Mike Rosset 
+# Contributor: Daniel YC Lin 
+# Contributor: John Luebs 
+
+pkgname=go
+epoch=2
+pkgver=1.14.6
+pkgrel=1
+pkgdesc='Core compiler tools for the Go programming language'
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+makedepends=(git go perl)
+replaces=(go-pie)
+provides=(go-pie)
+options=(!strip staticlibs)
+source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
+validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
+sha256sums=('73fc9d781815d411928eccb92bf20d5b4264797be69410eac854babe44c94c09'
+'SKIP')
+
+build() {
+  export GOARCH=amd64
+  export GOROOT_FINAL=/usr/lib/go
+  export GOROOT_BOOTSTRAP=/usr/lib/go
+  export GOPATH="$srcdir/"
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+
+  cd "$pkgname/src"
+  ./make.bash --no-clean -v
+
+  PATH="$GOBIN:$PATH" go install -v -race std
+  PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
+}
+
+check() {
+  export GOARCH=amd64
+  export GOROOT_FINAL=/usr/lib/go
+  export GOROOT_BOOTSTRAP=/usr/lib/go
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+  export PATH="$srcdir/$pkgname/bin:$PATH"
+  export GO_TEST_TIMEOUT_SCALE=2
+
+  cd $pkgname/src
+  rm os/signal/signal_cgo_test.go  # TODO: There is a bug somewhere.
+   # Sh

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

2020-07-20 Thread Morten Linderud via arch-commits
Date: Monday, July 20, 2020 @ 21:48:17
  Author: foxboron
Revision: 664658

upgpkg: go 2:1.14.6-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 21:17:41 UTC (rev 664657)
+++ PKGBUILD2020-07-20 21:48:17 UTC (rev 664658)
@@ -13,7 +13,7 @@
 
 pkgname=go
 epoch=2
-pkgver=1.14.5
+pkgver=1.14.6
 pkgrel=1
 pkgdesc='Core compiler tools for the Go programming language'
 arch=(x86_64)
@@ -25,7 +25,7 @@
 options=(!strip staticlibs)
 source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
 validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
-sha256sums=('ca4c080c90735e56152ac52cd77ae57fe573d1debb1a58e03da9cc362440315c'
+sha256sums=('73fc9d781815d411928eccb92bf20d5b4264797be69410eac854babe44c94c09'
 'SKIP')
 
 build() {


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

2020-07-20 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 20, 2020 @ 21:17:23
  Author: svenstaro
Revision: 664656

upgpkg: elasticsearch 7.8.0-3: Fix permissions, properly integrate systemd, 
don't build snapshot

Added:
  elasticsearch/trunk/remove-systemd-distribution-check.patch
Modified:
  elasticsearch/trunk/PKGBUILD
  elasticsearch/trunk/elasticsearch-tmpfile.conf
  elasticsearch/trunk/elasticsearch.service
  elasticsearch/trunk/elasticsearch@.service

-+
 PKGBUILD|   25 ++---
 elasticsearch-tmpfile.conf  |7 +++
 elasticsearch.service   |2 +-
 elasticsearch@.service  |2 +-
 remove-systemd-distribution-check.patch |   17 +
 5 files changed, 44 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 20:10:23 UTC (rev 664655)
+++ PKGBUILD2020-07-20 21:17:23 UTC (rev 664656)
@@ -4,7 +4,7 @@
 
 pkgname=elasticsearch
 pkgver=7.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('x86_64')
 url="https://www.elastic.co/products/elasticsearch";
@@ -21,16 +21,18 @@
   elasticsearch-user.conf
   elasticsearch-tmpfile.conf
   elasticsearch.default
+  remove-systemd-distribution-check.patch
 )
 sha256sums=('6a04dac8da32755f53962a34b85b7dac7593b2a544f5bccb50344b2b345b3944'
-'10efeee6d4697c1681aeea6bfeba8e04767fd47b4ce3dcd1be28bb7c8a6e12bb'
-'bb106baaa3e0a33262a8c6d0b418dc78f8573f7f44e1f1eef9595e8fddaca383'
+'9e1f68ff275ef2b5f2b93d2823efc5cc9643da696fcbe09a3ea7520ada35ffba'
+'8a76ad9a44a34eca8d6cb7ec9d8f1b01d46c114765b0a76094de8d72f0477351'
 'bac40d87acaa5bee209ceb6dfa253009a072e9243fe3b94be42fb5cd44727d6f'
 '22a78a165a810608188faea6f2b0b381f27b1e9d60126c3b3e729124540589a8'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
 '815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'05a73496766a869134cf8a73f2de552bcf9bd1b10a3257e2cbc15f476093c9a6'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
+'74a772e9f73e2cecda45dcd30ade2f6114db657ed36231292bdf9a7ca04eab78'
+'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8'
+'96934e6518245a4110714c3e1c1eb7bfaf4dd0026cc917efc322f3bfa4c3b5ec')
 
 backup=('etc/elasticsearch/elasticsearch.yml'
 'etc/elasticsearch/log4j2.properties'
@@ -37,9 +39,16 @@
 'etc/elasticsearch/jvm.options'
 'etc/default/elasticsearch')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i "$srcdir"/remove-systemd-distribution-check.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   export PATH=/usr/lib/jvm/java-11-openjdk/bin:$PATH
+  export GRADLE_OPTS="-Dbuild.snapshot=false 
-Dlicense.key=x-pack/plugin/core/snapshot.key"
+  gradle :distribution:buildSystemdModule
   gradle :distribution:archives:linux-tar:build
 }
 
@@ -51,7 +60,7 @@
 
   tar xf 
distribution/archives/linux-tar/build/distributions/elasticsearch-$pkgver-*linux-x86_64.tar.gz
 \
   --strip 1 -C "$pkgdir"/usr/share/elasticsearch
-  rm -rf "$pkgdir"/usr/share/elasticsearch/jdk
+  rm -r "$pkgdir"/usr/share/elasticsearch/{jdk,logs}
 
   install -dm755 "$pkgdir"/etc
   mv "$pkgdir"/usr/share/elasticsearch/config "$pkgdir"/etc/elasticsearch
@@ -58,7 +67,7 @@
   chmod 2750 "$pkgdir"/etc/elasticsearch
 
   for bin in "$pkgdir"/usr/share/elasticsearch/bin/*; do
-ln -s /usr/share/elasticsearch/bin/$(basename $bin) 
"$pkgdir"/usr/bin/$(basename $bin)
+ln -sT /usr/share/elasticsearch/bin/$(basename $bin) 
"$pkgdir"/usr/bin/$(basename $bin)
   done
 
   ln -s /etc/elasticsearch "$pkgdir"/usr/share/elasticsearch/config
@@ -74,6 +83,8 @@
   install -Dm644 "$srcdir"/elasticsearch-sysctl.conf 
"$pkgdir"/usr/lib/sysctl.d/elasticsearch.conf
   install -Dm644 "$srcdir"/elasticsearch.default 
"$pkgdir"/etc/default/elasticsearch
 
+  cp -r distribution/build/outputs/systemd/modules/systemd 
"$pkgdir"/usr/share/elasticsearch/modules/
+
   sed -i '2iJAVA_HOME=/usr/lib/jvm/default-runtime' 
"$pkgdir"/usr/share/elasticsearch/bin/elasticsearch-env
   sed -i 's/ES_BUNDLED_JDK=true/ES_BUNDLED_JDK=false/g' 
"$pkgdir"/usr/share/elasticsearch/bin/elasticsearch-env
 }

Modified: elasticsearch-tmpfile.conf
===
--- elasticsearch-tmpfile.conf  2020-07-20 20:10:23 UTC (rev 664655)
+++ elasticsearch-tmpfile.conf  2020-07-20 21:17:23 UTC (rev 664656)
@@ -5,3 +5,10 @@
 d /etc/elasticsearch 2750 - elasticsearch -
 d /etc/elasticsearch/scripts 0750 - elasticsearch -
 d /etc/elasticsearch/jvm.options.d 0750 - elasticsearch -
+z /etc/elasticsearch/jvm.options 0640 root elasticsearch
+z /etc/elasticsearch/elasticsearch.yml 0640 root elasticsearch
+z /etc/elasticsearch/log4j2.properties 0640 root elasti

[arch-commits] Commit in elasticsearch/repos/community-testing-x86_64 (19 files)

2020-07-20 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 20, 2020 @ 21:17:41
  Author: svenstaro
Revision: 664657

archrelease: copy trunk to community-testing-x86_64

Added:
  elasticsearch/repos/community-testing-x86_64/PKGBUILD
(from rev 664656, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-keystore.service
(from rev 664656, elasticsearch/trunk/elasticsearch-keystore.service)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-keystore@.service
(from rev 664656, elasticsearch/trunk/elasticsearch-keystore@.service)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-sysctl.conf
(from rev 664656, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-tmpfile.conf
(from rev 664656, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-user.conf
(from rev 664656, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-testing-x86_64/elasticsearch.default
(from rev 664656, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-testing-x86_64/elasticsearch.service
(from rev 664656, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-testing-x86_64/elasticsearch@.service
(from rev 664656, elasticsearch/trunk/elasticsearch@.service)
  
elasticsearch/repos/community-testing-x86_64/remove-systemd-distribution-check.patch
(from rev 664656, 
elasticsearch/trunk/remove-systemd-distribution-check.patch)
Deleted:
  elasticsearch/repos/community-testing-x86_64/PKGBUILD
  elasticsearch/repos/community-testing-x86_64/elasticsearch-keystore.service
  elasticsearch/repos/community-testing-x86_64/elasticsearch-keystore@.service
  elasticsearch/repos/community-testing-x86_64/elasticsearch-sysctl.conf
  elasticsearch/repos/community-testing-x86_64/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-testing-x86_64/elasticsearch-user.conf
  elasticsearch/repos/community-testing-x86_64/elasticsearch.default
  elasticsearch/repos/community-testing-x86_64/elasticsearch.service
  elasticsearch/repos/community-testing-x86_64/elasticsearch@.service

-+
 PKGBUILD|  169 +++---
 elasticsearch-keystore.service  |   20 +--
 elasticsearch-keystore@.service |   22 +--
 elasticsearch-sysctl.conf   |2 
 elasticsearch-tmpfile.conf  |   21 ++-
 elasticsearch-user.conf |2 
 elasticsearch.default   |   26 ++--
 elasticsearch.service   |  132 +++
 elasticsearch@.service  |  134 +++
 remove-systemd-distribution-check.patch |   17 +++
 10 files changed, 290 insertions(+), 255 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 21:17:23 UTC (rev 664656)
+++ PKGBUILD2020-07-20 21:17:41 UTC (rev 664657)
@@ -1,79 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=7.8.0
-pkgrel=2
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('x86_64')
-url="https://www.elastic.co/products/elasticsearch";
-license=('Apache')
-depends=('java-runtime-headless' 'systemd' 'libxml2')
-makedepends=('java-environment=11' 'gradle')
-source=(
-  
$pkgname-$pkgver.tar.gz::"https://github.com/elastic/elasticsearch/archive/v${pkgver}.tar.gz";
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-keystore.service
-  elasticsearch-keystore@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('6a04dac8da32755f53962a34b85b7dac7593b2a544f5bccb50344b2b345b3944'
-'10efeee6d4697c1681aeea6bfeba8e04767fd47b4ce3dcd1be28bb7c8a6e12bb'
-'bb106baaa3e0a33262a8c6d0b418dc78f8573f7f44e1f1eef9595e8fddaca383'
-'bac40d87acaa5bee209ceb6dfa253009a072e9243fe3b94be42fb5cd44727d6f'
-'22a78a165a810608188faea6f2b0b381f27b1e9d60126c3b3e729124540589a8'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'05a73496766a869134cf8a73f2de552bcf9bd1b10a3257e2cbc15f476093c9a6'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/log4j2.properties'
-'etc/elasticsearch/jvm.options'
-'etc/default/elasticsearch')
-
-build() {
-  cd $pkgname-$pkgver
-  export PATH=/usr/lib/jvm/java-11-openjdk/bin:$PATH
-  gradle :distribution:archives:linux-tar:build
-}
-
-package() {
-  cd $pkgname-$pk

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

2020-07-20 Thread Robin Broda via arch-commits
Date: Monday, July 20, 2020 @ 20:10:12
  Author: coderobe
Revision: 664654

upgpkg: s-tui 1.0.2-1

Modified:
  s-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 20:06:10 UTC (rev 664653)
+++ PKGBUILD2020-07-20 20:10:12 UTC (rev 664654)
@@ -1,7 +1,7 @@
 # Maintainer: Robin Broda 
 # Contributor: Lars Hagström 
 pkgname=s-tui
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Terminal UI stress test and monitoring tool "
 arch=('any')
@@ -9,7 +9,7 @@
 license=('GPL2')
 depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('3ddc9fcd3112b407e9bf18fda3a2e54685fc40adcac865a161dbc2d0901b9dc7124e4e9eef2a847713cb790209f6f038d20831ba7161d1e0abf5bc9c5b641926')
+sha512sums=('7b475a4be69b702bd0a916e5c4fbec2dc9976e5033d6afb24af0583eba62292d5f7ab26779e1b55d8adaa113c32984a15311d050e9457d791778734b9236d530')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-07-20 Thread Robin Broda via arch-commits
Date: Monday, July 20, 2020 @ 20:10:23
  Author: coderobe
Revision: 664655

archrelease: copy trunk to community-any

Added:
  s-tui/repos/community-any/PKGBUILD
(from rev 664654, s-tui/trunk/PKGBUILD)
Deleted:
  s-tui/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 20:10:12 UTC (rev 664654)
+++ PKGBUILD2020-07-20 20:10:23 UTC (rev 664655)
@@ -1,22 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Lars Hagström 
-pkgname=s-tui
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Terminal UI stress test and monitoring tool "
-arch=('any')
-url="https://github.com/amanusk/s-tui";
-license=('GPL2')
-depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('3ddc9fcd3112b407e9bf18fda3a2e54685fc40adcac865a161dbc2d0901b9dc7124e4e9eef2a847713cb790209f6f038d20831ba7161d1e0abf5bc9c5b641926')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: s-tui/repos/community-any/PKGBUILD (from rev 664654, 
s-tui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 20:10:23 UTC (rev 664655)
@@ -0,0 +1,22 @@
+# Maintainer: Robin Broda 
+# Contributor: Lars Hagström 
+pkgname=s-tui
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Terminal UI stress test and monitoring tool "
+arch=('any')
+url="https://github.com/amanusk/s-tui";
+license=('GPL2')
+depends=('stress' 'python' 'python-urwid' 'python-psutil' 'python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('7b475a4be69b702bd0a916e5c4fbec2dc9976e5033d6afb24af0583eba62292d5f7ab26779e1b55d8adaa113c32984a15311d050e9457d791778734b9236d530')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2020-07-20 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 20, 2020 @ 19:29:24
  Author: svenstaro
Revision: 664652

archrelease: copy trunk to community-x86_64

Added:
  kitty/repos/community-x86_64/PKGBUILD
(from rev 664651, kitty/trunk/PKGBUILD)
Deleted:
  kitty/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 19:29:19 UTC (rev 664651)
+++ PKGBUILD2020-07-20 19:29:24 UTC (rev 664652)
@@ -1,55 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-# Contributor: Maximilian Kindshofer 
-
-pkgbase=kitty
-pkgname=(kitty kitty-terminfo)
-pkgver=0.18.1
-pkgrel=1
-pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
-arch=('x86_64')
-url="https://github.com/kovidgoyal/kitty";
-license=('GPL3')
-depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'libxi' 'hicolor-icon-theme' 'libgl' 'libcanberra')
-makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 
'python-sphinx')
-optdepends=('imagemagick: viewing images with icat')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz";)
-sha512sums=('8eb5d16c342be8ba88aaadc591e2a04df01b1f5c87b5b5a04026acdf60c4770e07f43d88f82eca70f0c310e93432c8f25d5ccd6d6e83b49f0e2f735aac61e630')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py linux-package --update-check-interval=0
-}
-
-package_kitty() {
-  depends+=('kitty-terminfo')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cp -r linux-package "${pkgdir}"/usr
-
-  # completions
-  python __main__.py + complete setup bash | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/bash-completion/completions/kitty
-  python __main__.py + complete setup fish | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/fish/vendor_completions.d/kitty.fish
-  # doesn't know how to 
http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Autoloaded-files
-  # so we write our own header
-  {
-  echo "#compdef kitty"
-  python __main__.py + complete setup zsh
-  } | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/zsh/site-functions/_kitty
-
-  install -Dm644 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/kitty.png 
"${pkgdir}"/usr/share/pixmaps/kitty.png
-
-  rm -r "$pkgdir"/usr/share/terminfo
-
-  install -Dm644 docs/generated/conf/kitty.conf 
"${pkgdir}"/usr/share/doc/${pkgname}/kitty.conf
-}
-
-package_kitty-terminfo() {
-  pkgdesc='Terminfo for kitty, an OpenGL-based terminal emulator'
-  depends=('ncurses')
-
-  mkdir -p "$pkgdir/usr/share/terminfo"
-  tic -x -o "$pkgdir/usr/share/terminfo" 
$pkgbase-$pkgver/terminfo/kitty.terminfo
-}

Copied: kitty/repos/community-x86_64/PKGBUILD (from rev 664651, 
kitty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 19:29:24 UTC (rev 664652)
@@ -0,0 +1,55 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Maximilian Kindshofer 
+
+pkgbase=kitty
+pkgname=(kitty kitty-terminfo)
+pkgver=0.18.1
+pkgrel=2
+pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
+arch=('x86_64')
+url="https://github.com/kovidgoyal/kitty";
+license=('GPL3')
+depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'libxi' 'hicolor-icon-theme' 'libgl' 'libcanberra' 'dbus')
+makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 
'python-sphinx')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz";)
+sha512sums=('8eb5d16c342be8ba88aaadc591e2a04df01b1f5c87b5b5a04026acdf60c4770e07f43d88f82eca70f0c310e93432c8f25d5ccd6d6e83b49f0e2f735aac61e630')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py linux-package --update-check-interval=0
+}
+
+package_kitty() {
+  depends+=('kitty-terminfo')
+  optdepends=('imagemagick: viewing images with icat')
+
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cp -r linux-package "${pkgdir}"/usr
+
+  # completions
+  python __main__.py + complete setup bash | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/bash-completion/completions/kitty
+  python __main__.py + complete setup fish | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/fish/vendor_completions.d/kitty.fish
+  # doesn't know how to 
http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Autoloaded-files
+  # so we write our own header
+  {
+  echo "#compdef kitty"
+  python __main__.py + complete setup zsh
+  } | install -Dm644 /dev/stdin "${pkgdir}"/usr/share/zsh/site-functions/_kitty
+
+  install -Dm644 "${pkgdir}"/us

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

2020-07-20 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 20, 2020 @ 19:29:19
  Author: svenstaro
Revision: 664651

upgpkg: kitty 0.18.1-2: Fix deps (FS#67336)

Modified:
  kitty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 18:33:06 UTC (rev 664650)
+++ PKGBUILD2020-07-20 19:29:19 UTC (rev 664651)
@@ -6,14 +6,13 @@
 pkgbase=kitty
 pkgname=(kitty kitty-terminfo)
 pkgver=0.18.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
 arch=('x86_64')
 url="https://github.com/kovidgoyal/kitty";
 license=('GPL3')
-depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'libxi' 'hicolor-icon-theme' 'libgl' 'libcanberra')
+depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'libxi' 'hicolor-icon-theme' 'libgl' 'libcanberra' 'dbus')
 makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 
'python-sphinx')
-optdepends=('imagemagick: viewing images with icat')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz";)
 
sha512sums=('8eb5d16c342be8ba88aaadc591e2a04df01b1f5c87b5b5a04026acdf60c4770e07f43d88f82eca70f0c310e93432c8f25d5ccd6d6e83b49f0e2f735aac61e630')
 
@@ -24,6 +23,7 @@
 
 package_kitty() {
   depends+=('kitty-terminfo')
+  optdepends=('imagemagick: viewing images with icat')
 
   cd "$srcdir/$pkgname-$pkgver"
 


[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2020-07-20 Thread Daniel M. Capella via arch-commits
Date: Monday, July 20, 2020 @ 18:33:06
  Author: polyzen
Revision: 664650

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 664649, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 18:32:44 UTC (rev 664649)
+++ PKGBUILD2020-07-20 18:33:06 UTC (rev 664650)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-pkgname=firefox-tree-style-tab
-pkgver=3.5.12
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-license=('MPL' 'MPL2')
-groups=('firefox-addons')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi";)
-noextract=("${source##*/}")
-sha256sums=('a1238cc4e717d2294cb9817410136413db84aa535e287c07fa697a648f635965')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 664649, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 18:33:06 UTC (rev 664650)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=3.5.13
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'MPL2')
+groups=('firefox-addons')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi";)
+noextract=("${source##*/}")
+sha256sums=('be86f4ec8cbe3c32319a638889516ea7efe1d52d364594532b71c98b250c5882')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-tree-style-tab/trunk (PKGBUILD)

2020-07-20 Thread Daniel M. Capella via arch-commits
Date: Monday, July 20, 2020 @ 18:32:44
  Author: polyzen
Revision: 664649

upgpkg: firefox-tree-style-tab 3.5.13-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 18:22:51 UTC (rev 664648)
+++ PKGBUILD2020-07-20 18:32:44 UTC (rev 664649)
@@ -2,7 +2,7 @@
 # Contributor: Jérémie Detrey 
 
 pkgname=firefox-tree-style-tab
-pkgver=3.5.12
+pkgver=3.5.13
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')
@@ -11,7 +11,7 @@
 url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
 
source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi";)
 noextract=("${source##*/}")
-sha256sums=('a1238cc4e717d2294cb9817410136413db84aa535e287c07fa697a648f635965')
+sha256sums=('be86f4ec8cbe3c32319a638889516ea7efe1d52d364594532b71c98b250c5882')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi


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

2020-07-20 Thread Daniel M. Capella via arch-commits
Date: Monday, July 20, 2020 @ 18:22:51
  Author: polyzen
Revision: 664648

archrelease: copy trunk to community-x86_64

Added:
  rust-analyzer/repos/community-x86_64/PKGBUILD
(from rev 664647, rust-analyzer/trunk/PKGBUILD)
Deleted:
  rust-analyzer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 18:22:32 UTC (rev 664647)
+++ PKGBUILD2020-07-20 18:22:51 UTC (rev 664648)
@@ -1,39 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Sergey A. 
-
-pkgname=rust-analyzer
-pkgver=20200713
-_pkgver=2020-07-13
-pkgrel=1
-pkgdesc='Experimental Rust compiler front-end for IDEs'
-arch=('x86_64')
-url=https://github.com/rust-analyzer/rust-analyzer
-license=('Apache' 'MIT')
-depends=('gcc-libs' 'rust')
-source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
-sha512sums=('a002f61cdabba61e5bb899ece7b44a06ec04f2864a6c3b77bd93611a126fbbc46e64e891ab575c0c5c5dc6508060e65c44c312d464e37f8d71ec0f649e0cb9f5')
-
-prepare() {
-  cd $pkgname-$_pkgver
-  sed -i '/ensure_rustfmt()?;/d' xtask/src/lib.rs
-}
-
-pkgver() {
-  echo ${_pkgver//-}
-}
-
-build() {
-  cd $pkgname-$_pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd $pkgname-$_pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd $pkgname-$_pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}

Copied: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 664647, 
rust-analyzer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 18:22:51 UTC (rev 664648)
@@ -0,0 +1,39 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Sergey A. 
+
+pkgname=rust-analyzer
+pkgver=20200720
+_pkgver=2020-07-20
+pkgrel=1
+pkgdesc='Experimental Rust compiler front-end for IDEs'
+arch=('x86_64')
+url=https://github.com/rust-analyzer/rust-analyzer
+license=('Apache' 'MIT')
+depends=('gcc-libs' 'rust')
+source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
+sha512sums=('062db45f48f00afabf35c6fb4ce25e3c5cd7a565352ef696fec20c836e68241f4694fab9276bf42005afb203328e1b3c5b07f3341f151eb3a1df6c6506cc55f8')
+
+prepare() {
+  cd $pkgname-$_pkgver
+  sed -i '/ensure_rustfmt()?;/d' xtask/src/lib.rs
+}
+
+pkgver() {
+  echo ${_pkgver//-}
+}
+
+build() {
+  cd $pkgname-$_pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd $pkgname-$_pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd $pkgname-$_pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}


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

2020-07-20 Thread Daniel M. Capella via arch-commits
Date: Monday, July 20, 2020 @ 18:22:32
  Author: polyzen
Revision: 664647

upgpkg: rust-analyzer 20200720-1

Modified:
  rust-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 18:06:39 UTC (rev 664646)
+++ PKGBUILD2020-07-20 18:22:32 UTC (rev 664647)
@@ -2,8 +2,8 @@
 # Contributor: Sergey A. 
 
 pkgname=rust-analyzer
-pkgver=20200713
-_pkgver=2020-07-13
+pkgver=20200720
+_pkgver=2020-07-20
 pkgrel=1
 pkgdesc='Experimental Rust compiler front-end for IDEs'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('Apache' 'MIT')
 depends=('gcc-libs' 'rust')
 source=("$url/archive/$_pkgver/$pkgname-$_pkgver.tar.gz")
-sha512sums=('a002f61cdabba61e5bb899ece7b44a06ec04f2864a6c3b77bd93611a126fbbc46e64e891ab575c0c5c5dc6508060e65c44c312d464e37f8d71ec0f649e0cb9f5')
+sha512sums=('062db45f48f00afabf35c6fb4ce25e3c5cd7a565352ef696fec20c836e68241f4694fab9276bf42005afb203328e1b3c5b07f3341f151eb3a1df6c6506cc55f8')
 
 prepare() {
   cd $pkgname-$_pkgver


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Monday, July 20, 2020 @ 18:06:39
  Author: felixonmars
Revision: 664646

archrelease: copy trunk to community-x86_64

Added:
  deepin-voice-note/repos/community-x86_64/PKGBUILD
(from rev 664645, deepin-voice-note/trunk/PKGBUILD)
Deleted:
  deepin-voice-note/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 18:05:43 UTC (rev 664645)
+++ PKGBUILD2020-07-20 18:06:39 UTC (rev 664646)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-voice-note
-pkgver=5.7.16
-pkgrel=1
-pkgdesc='A lightweight memo tool to make text notes and voice recordings'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-voice-note";
-license=('GPL3')
-replaces=('deepin-voice-recorder')
-depends=('deepin-qt5integration')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/deepin-voice-note/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('f95102988914e60cd1eee9d5399e766b8f6e0726cde7a6e35dbc5b60ab39bbf45d09f36ab7c520ad5ed98ec527bde0280c49e9945fca03cc2e70d7a5e0729344')
-
-prepare() {
-  cd deepin-voice-note-$pkgver
-  # Upstream likes to refactor code while ignoring pull requests
-  sed -i '1i#include ' src/views/middleviewdelegate.cpp 
src/views/leftviewdelegate.cpp
-  # Utterly broken code that treats all audio/mpeg as mp3 and they refused to 
fix.
-  # They really need to learn what the f**k is a codec and a container and 
they are *not* the same.
-  sed -e 's|codec.startsWith(m_defaultAudioFmt)|codec.startsWith("audio/mpeg, 
mpegversion=(int)1, layer=(int)3")|' \
-  -i src/common/vnoteaudiomanager.cpp
-}
-
-build() {
-  cd deepin-voice-note-$pkgver
-  cmake -GNinja .
-  ninja
-}
-
-package() {
-  cd deepin-voice-note-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-voice-note/repos/community-x86_64/PKGBUILD (from rev 664645, 
deepin-voice-note/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 18:06:39 UTC (rev 664646)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-voice-note
+pkgver=5.7.17
+pkgrel=1
+pkgdesc='A lightweight memo tool to make text notes and voice recordings'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-voice-note";
+license=('GPL3')
+replaces=('deepin-voice-recorder')
+depends=('deepin-qt5integration')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/deepin-voice-note/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('a41d30266ba3ec9cfb2fbd91746d6e127b24c373684f8d95d1594455e2d9a0c2e61fad2affe4e7b6af1fe22ff322ac5f1fae71b84de8070ea032f3bbb0c61aad')
+
+prepare() {
+  cd deepin-voice-note-$pkgver
+  # Upstream likes to refactor code while ignoring pull requests
+  sed -i '1i#include ' src/views/middleviewdelegate.cpp 
src/views/leftviewdelegate.cpp
+  # Utterly broken code that treats all audio/mpeg as mp3 and they refused to 
fix.
+  # They really need to learn what the f**k is a codec and a container and 
they are *not* the same.
+  sed -e 's|codec.startsWith(m_defaultAudioFmt)|codec.startsWith("audio/mpeg, 
mpegversion=(int)1, layer=(int)3")|' \
+  -i src/common/vnoteaudiomanager.cpp
+}
+
+build() {
+  cd deepin-voice-note-$pkgver
+  cmake -GNinja .
+  ninja
+}
+
+package() {
+  cd deepin-voice-note-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Monday, July 20, 2020 @ 18:05:43
  Author: felixonmars
Revision: 664645

upgpkg: deepin-voice-note 5.7.17-1

Modified:
  deepin-voice-note/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 17:59:48 UTC (rev 664644)
+++ PKGBUILD2020-07-20 18:05:43 UTC (rev 664645)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-voice-note
-pkgver=5.7.16
+pkgver=5.7.17
 pkgrel=1
 pkgdesc='A lightweight memo tool to make text notes and voice recordings'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("https://github.com/linuxdeepin/deepin-voice-note/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('f95102988914e60cd1eee9d5399e766b8f6e0726cde7a6e35dbc5b60ab39bbf45d09f36ab7c520ad5ed98ec527bde0280c49e9945fca03cc2e70d7a5e0729344')
+sha512sums=('a41d30266ba3ec9cfb2fbd91746d6e127b24c373684f8d95d1594455e2d9a0c2e61fad2affe4e7b6af1fe22ff322ac5f1fae71b84de8070ea032f3bbb0c61aad')
 
 prepare() {
   cd deepin-voice-note-$pkgver


[arch-commits] Commit in deepin-qt-dbus-factory/repos/community-x86_64 (2 files)

2020-07-20 Thread Felix Yan via arch-commits
Date: Monday, July 20, 2020 @ 17:59:48
  Author: felixonmars
Revision: 664644

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD
(from rev 664643, deepin-qt-dbus-factory/trunk/PKGBUILD)
Deleted:
  deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 17:58:34 UTC (rev 664643)
+++ PKGBUILD2020-07-20 17:59:48 UTC (rev 664644)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-qt-dbus-factory
-pkgver=5.2.0.3
-pkgrel=1
-pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-qt-dbus-factory";
-license=('GPL3')
-depends=('qt5-base')
-makedepends=('dtkcore' 'python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz";)
-sha512sums=('a3854e778fa55d440533f4bac27515b33817a916e20c791922627f570fecb295861a4565740d7699d4f8139f7eb0516a2811d930cbc83e4616eca68df9c29500')
-
-build() {
-  cd dde-qt-dbus-factory-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-qt-dbus-factory-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD (from rev 
664643, deepin-qt-dbus-factory/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 17:59:48 UTC (rev 664644)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qt-dbus-factory
+pkgver=5.2.0.3.1
+pkgrel=1
+pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-qt-dbus-factory";
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('dtkcore' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz";)
+sha512sums=('b6c4b19c2976e68554d4a0ae3cb67eb7a5b14b7536e7127bc8f277d5760b733ede76e4cf3f17d7a62064e196ad542d35477c736549034100e88d742c3b0bd2a1')
+
+build() {
+  cd dde-qt-dbus-factory-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-qt-dbus-factory-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-qt-dbus-factory/trunk (PKGBUILD)

2020-07-20 Thread Felix Yan via arch-commits
Date: Monday, July 20, 2020 @ 17:58:34
  Author: felixonmars
Revision: 664643

upgpkg: deepin-qt-dbus-factory 5.2.0.3.1-1

Modified:
  deepin-qt-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 17:58:03 UTC (rev 664642)
+++ PKGBUILD2020-07-20 17:58:34 UTC (rev 664643)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-qt-dbus-factory
-pkgver=5.2.0.3
+pkgver=5.2.0.3.1
 pkgrel=1
 pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('qt5-base')
 makedepends=('dtkcore' 'python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz";)
-sha512sums=('a3854e778fa55d440533f4bac27515b33817a916e20c791922627f570fecb295861a4565740d7699d4f8139f7eb0516a2811d930cbc83e4616eca68df9c29500')
+sha512sums=('b6c4b19c2976e68554d4a0ae3cb67eb7a5b14b7536e7127bc8f277d5760b733ede76e4cf3f17d7a62064e196ad542d35477c736549034100e88d742c3b0bd2a1')
 
 build() {
   cd dde-qt-dbus-factory-$pkgver


[arch-commits] Commit in elasticsearch/repos/community-testing-x86_64 (18 files)

2020-07-20 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 20, 2020 @ 17:58:03
  Author: svenstaro
Revision: 664642

archrelease: copy trunk to community-testing-x86_64

Added:
  elasticsearch/repos/community-testing-x86_64/PKGBUILD
(from rev 664641, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-keystore.service
(from rev 664641, elasticsearch/trunk/elasticsearch-keystore.service)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-keystore@.service
(from rev 664641, elasticsearch/trunk/elasticsearch-keystore@.service)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-sysctl.conf
(from rev 664641, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-tmpfile.conf
(from rev 664641, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-testing-x86_64/elasticsearch-user.conf
(from rev 664641, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-testing-x86_64/elasticsearch.default
(from rev 664641, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-testing-x86_64/elasticsearch.service
(from rev 664641, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-testing-x86_64/elasticsearch@.service
(from rev 664641, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-testing-x86_64/PKGBUILD
  elasticsearch/repos/community-testing-x86_64/elasticsearch-keystore.service
  elasticsearch/repos/community-testing-x86_64/elasticsearch-keystore@.service
  elasticsearch/repos/community-testing-x86_64/elasticsearch-sysctl.conf
  elasticsearch/repos/community-testing-x86_64/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-testing-x86_64/elasticsearch-user.conf
  elasticsearch/repos/community-testing-x86_64/elasticsearch.default
  elasticsearch/repos/community-testing-x86_64/elasticsearch.service
  elasticsearch/repos/community-testing-x86_64/elasticsearch@.service

-+
 PKGBUILD|  164 ++
 elasticsearch-keystore.service  |   20 ++--
 elasticsearch-keystore@.service |   22 ++---
 elasticsearch-sysctl.conf   |2 
 elasticsearch-tmpfile.conf  |   14 +--
 elasticsearch-user.conf |2 
 elasticsearch.default   |   26 +++---
 elasticsearch.service   |  132 +++---
 elasticsearch@.service  |  134 +++
 9 files changed, 255 insertions(+), 261 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 17:57:44 UTC (rev 664641)
+++ PKGBUILD2020-07-20 17:58:03 UTC (rev 664642)
@@ -1,85 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=7.8.0
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('x86_64')
-url="https://www.elastic.co/products/elasticsearch";
-license=('Apache')
-depends=('java-runtime-headless' 'systemd' 'libxml2')
-makedepends=('java-environment=11' 'gradle')
-source=(
-  
$pkgname-$pkgver.tar.gz::"https://github.com/elastic/elasticsearch/archive/v${pkgver}.tar.gz";
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-keystore.service
-  elasticsearch-keystore@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('6a04dac8da32755f53962a34b85b7dac7593b2a544f5bccb50344b2b345b3944'
-'9e1f68ff275ef2b5f2b93d2823efc5cc9643da696fcbe09a3ea7520ada35ffba'
-'8a76ad9a44a34eca8d6cb7ec9d8f1b01d46c114765b0a76094de8d72f0477351'
-'bac40d87acaa5bee209ceb6dfa253009a072e9243fe3b94be42fb5cd44727d6f'
-'22a78a165a810608188faea6f2b0b381f27b1e9d60126c3b3e729124540589a8'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'05a73496766a869134cf8a73f2de552bcf9bd1b10a3257e2cbc15f476093c9a6'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/log4j2.properties'
-'etc/elasticsearch/jvm.options'
-'etc/default/elasticsearch')
-
-build() {
-  cd $pkgname-$pkgver
-  export PATH=/usr/lib/jvm/java-11-openjdk/bin:$PATH
-  gradle assemble \
-  -x :distribution:docker:buildAarch64DockerImage \
-  -x :distribution:docker:buildAarch64OssDockerImage \
-  -x :distribution:docker:buildDockerImage \
-  -x :distribution:docker:buildOssDockerImage \
-  -x :distribution:docker:docker-export:exportDockerImage \
-  -x :distribution:docker:oss-docker-export:exportO

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

2020-07-20 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 20, 2020 @ 17:57:44
  Author: svenstaro
Revision: 664641

upgpkg: elasticsearch 7.8.0-2: Change unit files to Type=simple

Modified:
  elasticsearch/trunk/PKGBUILD
  elasticsearch/trunk/elasticsearch.service
  elasticsearch/trunk/elasticsearch@.service

+
 PKGBUILD   |   14 --
 elasticsearch.service  |2 +-
 elasticsearch@.service |2 +-
 3 files changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 17:31:23 UTC (rev 664640)
+++ PKGBUILD2020-07-20 17:57:44 UTC (rev 664641)
@@ -4,7 +4,7 @@
 
 pkgname=elasticsearch
 pkgver=7.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('x86_64')
 url="https://www.elastic.co/products/elasticsearch";
@@ -23,8 +23,8 @@
   elasticsearch.default
 )
 sha256sums=('6a04dac8da32755f53962a34b85b7dac7593b2a544f5bccb50344b2b345b3944'
-'9e1f68ff275ef2b5f2b93d2823efc5cc9643da696fcbe09a3ea7520ada35ffba'
-'8a76ad9a44a34eca8d6cb7ec9d8f1b01d46c114765b0a76094de8d72f0477351'
+'10efeee6d4697c1681aeea6bfeba8e04767fd47b4ce3dcd1be28bb7c8a6e12bb'
+'bb106baaa3e0a33262a8c6d0b418dc78f8573f7f44e1f1eef9595e8fddaca383'
 'bac40d87acaa5bee209ceb6dfa253009a072e9243fe3b94be42fb5cd44727d6f'
 '22a78a165a810608188faea6f2b0b381f27b1e9d60126c3b3e729124540589a8'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
@@ -40,13 +40,7 @@
 build() {
   cd $pkgname-$pkgver
   export PATH=/usr/lib/jvm/java-11-openjdk/bin:$PATH
-  gradle assemble \
-  -x :distribution:docker:buildAarch64DockerImage \
-  -x :distribution:docker:buildAarch64OssDockerImage \
-  -x :distribution:docker:buildDockerImage \
-  -x :distribution:docker:buildOssDockerImage \
-  -x :distribution:docker:docker-export:exportDockerImage \
-  -x :distribution:docker:oss-docker-export:exportOssDockerImage
+  gradle :distribution:archives:linux-tar:build
 }
 
 package() {

Modified: elasticsearch.service
===
--- elasticsearch.service   2020-07-20 17:31:23 UTC (rev 664640)
+++ elasticsearch.service   2020-07-20 17:57:44 UTC (rev 664641)
@@ -7,7 +7,7 @@
 After=network-online.target
 
 [Service]
-Type=notify
+Type=simple
 RuntimeDirectory=elasticsearch
 PrivateTmp=true
 Environment=ES_HOME=/usr/share/elasticsearch

Modified: elasticsearch@.service
===
--- elasticsearch@.service  2020-07-20 17:31:23 UTC (rev 664640)
+++ elasticsearch@.service  2020-07-20 17:57:44 UTC (rev 664641)
@@ -7,7 +7,7 @@
 After=network-online.target
 
 [Service]
-Type=notify
+Type=simple
 RuntimeDirectory=elasticsearch
 PrivateTmp=true
 Environment=ES_HOME=/usr/share/elasticsearch


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

2020-07-20 Thread Antonio Rojas via arch-commits
Date: Monday, July 20, 2020 @ 17:31:14
  Author: arojas
Revision: 664639

Update to 1.1

Modified:
  qt5ct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 16:30:39 UTC (rev 664638)
+++ PKGBUILD2020-07-20 17:31:14 UTC (rev 664639)
@@ -3,7 +3,7 @@
 # Contributor: Zatherz 
 
 pkgname=qt5ct
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc="Qt5 Configuration Utility"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(qt5-svg)
 makedepends=(qt5-tools)
 
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('a92c7bbdaf8182ce38c1a49e34d30f5b79ec75bd70a4bfabeb9b7cb0e0971a85')
+sha256sums=('af77c4dbf7f9ba97fe0218648167395bca7bcb2b9c1886a9c98b1e343127ddd2')
 
 build() {
   cd $pkgname-$pkgver


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

2020-07-20 Thread Antonio Rojas via arch-commits
Date: Monday, July 20, 2020 @ 17:31:23
  Author: arojas
Revision: 664640

archrelease: copy trunk to community-x86_64

Added:
  qt5ct/repos/community-x86_64/PKGBUILD
(from rev 664639, qt5ct/trunk/PKGBUILD)
Deleted:
  qt5ct/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 17:31:14 UTC (rev 664639)
+++ PKGBUILD2020-07-20 17:31:23 UTC (rev 664640)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: FadeMind 
-# Contributor: Zatherz 
-
-pkgname=qt5ct
-pkgver=1.0
-pkgrel=1
-pkgdesc="Qt5 Configuration Utility"
-arch=(x86_64)
-url="https://qt5ct.sourceforge.io/";
-license=(BSD)
-depends=(qt5-svg)
-makedepends=(qt5-tools)
-source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('a92c7bbdaf8182ce38c1a49e34d30f5b79ec75bd70a4bfabeb9b7cb0e0971a85')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 $pkgname.pro 
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} 
-

Copied: qt5ct/repos/community-x86_64/PKGBUILD (from rev 664639, 
qt5ct/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 17:31:23 UTC (rev 664640)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=1.1
+pkgrel=1
+pkgdesc="Qt5 Configuration Utility"
+arch=(x86_64)
+url="https://qt5ct.sourceforge.io/";
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('af77c4dbf7f9ba97fe0218648167395bca7bcb2b9c1886a9c98b1e343127ddd2')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 $pkgname.pro 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Monday, July 20, 2020 @ 16:30:39
  Author: felixonmars
Revision: 664638

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-gtk/repos/community-x86_64/PKGBUILD
(from rev 664637, fcitx5-gtk/trunk/PKGBUILD)
Deleted:
  fcitx5-gtk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 16:29:44 UTC (rev 664637)
+++ PKGBUILD2020-07-20 16:30:39 UTC (rev 664638)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-gtk
-pkgver=0.0.0.20200607
-_commit=fc335f1d6be8820d021db282cf90b746dc7d9b7c
-pkgrel=1
-pkgdesc="Fcitx5 gtk im module and glib based dbus client library"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-gtk";
-license=('GPL')
-depends=('fcitx5')
-makedepends=('extra-cmake-modules' 'gobject-introspection' 'gtk2' 'gtk3')
-source=("https://github.com/fcitx/fcitx5-gtk/archive/$_commit/fcitx5-gtk-$_commit.tar.gz";)
-sha512sums=('b634980a1abb465235d6c1e157403e91cf1aaf0373e67a63dfeea49bbc2383ea2c754eed731bedc34ab616f3c330b4f7a4ba3f9dcdad389f6d0528eeeae099be')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-gtk/repos/community-x86_64/PKGBUILD (from rev 664637, 
fcitx5-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 16:30:39 UTC (rev 664638)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-gtk
+pkgver=0.0.0.20200607
+_commit=fc335f1d6be8820d021db282cf90b746dc7d9b7c
+pkgrel=2
+pkgdesc="Fcitx5 gtk im module and glib based dbus client library"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-gtk";
+license=('GPL')
+groups=('fcitx5-im')
+depends=('fcitx5')
+makedepends=('extra-cmake-modules' 'gobject-introspection' 'gtk2' 'gtk3' 
'ninja')
+source=("https://github.com/fcitx/fcitx5-gtk/archive/$_commit/fcitx5-gtk-$_commit.tar.gz";)
+sha512sums=('b634980a1abb465235d6c1e157403e91cf1aaf0373e67a63dfeea49bbc2383ea2c754eed731bedc34ab616f3c330b4f7a4ba3f9dcdad389f6d0528eeeae099be')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
+}
+
+package() {
+  cd $pkgname-$_commit
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Monday, July 20, 2020 @ 16:29:44
  Author: felixonmars
Revision: 664637

upgpkg: fcitx5-gtk 0.0.0.20200607-2: add to fcitx5-im group

Modified:
  fcitx5-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 16:14:22 UTC (rev 664636)
+++ PKGBUILD2020-07-20 16:29:44 UTC (rev 664637)
@@ -5,11 +5,12 @@
 pkgname=fcitx5-gtk
 pkgver=0.0.0.20200607
 _commit=fc335f1d6be8820d021db282cf90b746dc7d9b7c
-pkgrel=1
+pkgrel=2
 pkgdesc="Fcitx5 gtk im module and glib based dbus client library"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx5-gtk";
 license=('GPL')
+groups=('fcitx5-im')
 depends=('fcitx5')
 makedepends=('extra-cmake-modules' 'gobject-introspection' 'gtk2' 'gtk3' 
'ninja')
 
source=("https://github.com/fcitx/fcitx5-gtk/archive/$_commit/fcitx5-gtk-$_commit.tar.gz";)


[arch-commits] Commit in archlinux-appstream-data/trunk (PKGBUILD)

2020-07-20 Thread Antonio Rojas via arch-commits
Date: Monday, July 20, 2020 @ 16:24:16
  Author: arojas
Revision: 392302

Update

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 15:21:40 UTC (rev 392301)
+++ PKGBUILD2020-07-20 16:24:16 UTC (rev 392302)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=archlinux-appstream-data
-pkgver=20200612
+pkgver=20200720
 pkgrel=1
 pkgdesc="Arch Linux application database for AppStream-based software centers"
 arch=(any)
@@ -18,18 +18,18 @@
   
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
  noextract+=($_repo.xml.gz-$pkgver 
$_repo-icons-{48x48,64x64,128x128}-$pkgver.tar.gz)
 done
-sha256sums=('e81c10b606c65dff81e88a364643d92b0bd59d05cc4feefac6c3bf295e5a7946'
+sha256sums=('7f510c5b74c4696bebbc0759adc465ed44ea22c2a5d472d6ef2b0e7d27b90440'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'03025ef4261aeea213b938161aad2e8fa5aca53682e6a6f2997fef5a715bf662'
+'6d752386d4bb3b09c37ec79f0a48435a0174de94ea804952444fabddbf74c90c'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'82aa02ffee757ce9ac839718080520978f24c50216d22303198287caa4310fbf'
-'14505b1b2a40bbc0ec1934a0952bb9112bc78572a2a9c48f8fae28b6e833198d'
-'124c55869980046e4d8a9698e3c900e5272102aad99258f7a0aa04ea07a7ff7c'
-'4e89ba5b46d2faad6488cd78dfd25d05c4254ddc09545cb8c7e995b3d79bbc20'
-'58594d82e0375581ab31dfb5b94fd83403a46ff8645647342e67d44a53b44410'
-'e4dd1eb3ad6283ec078cc3a9eec8bee8b6c1234bb61bcb814aae280ce9010c0b'
-'074ec173b474bb17e1bb32dc4dbd02a5442a23bf32f9c77cb61a77c514ca31c4'
-'a409ffef110c1bda8c08262c449689cff747e2d001610f83584becc813f7a028')
+'2bf0c656e3bc4787a44b71788acb9d5431b5a9d1aa254c41d7995a91d73e0cad'
+'464e41f24d6814bf3b329a45cb3a19362faf9edc2ad4ded1bcd72df18234362e'
+'f9a8c2d5525051e0011d5f3b5dcdc3898ae2f821311e73a584e52ed56b4edec6'
+'b1ef771045bc43b34f6a96779e89340c787fb71c1f9aec18a91477d3bf00840b'
+'6ea0f42779012b3219f6a070328892b9af75268ded936179a18d7a94309e5645'
+'6a32bb50d5f462d285c41bf9e9a53f5fddf041f213ed39d75c98515da17bf6bc'
+'8f95bdf7aad27d0b67b3eb9d278ff798b7c076ea8be5833ba18eaec609b3a3fb'
+'ba85c1be0fe0da97139d36a24746c408a5f59b5726ccad2e3421dc5081c516d1')
 
 package() {
   mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{48x48,64x64,128x128},xmls}


[arch-commits] Commit in archlinux-appstream-data/repos/extra-any (PKGBUILD PKGBUILD)

2020-07-20 Thread Antonio Rojas via arch-commits
Date: Monday, July 20, 2020 @ 16:24:28
  Author: arojas
Revision: 392303

archrelease: copy trunk to extra-any

Added:
  archlinux-appstream-data/repos/extra-any/PKGBUILD
(from rev 392302, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 16:24:16 UTC (rev 392302)
+++ PKGBUILD2020-07-20 16:24:28 UTC (rev 392303)
@@ -1,42 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=archlinux-appstream-data
-pkgver=20200612
-pkgrel=1
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="https://www.archlinux.org";
-license=(GPL)
-depends=()
-makedepends=()
-source=()
-noextract=()
-for _repo in core extra community; do
- 
source+=($_repo-$pkgver.xml.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/Components-x86_64.xml.gz
-  
$_repo-icons-48x48-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-48x48.tar.gz
-  
$_repo-icons-64x64-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-64x64.tar.gz
-  
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
- noextract+=($_repo.xml.gz-$pkgver 
$_repo-icons-{48x48,64x64,128x128}-$pkgver.tar.gz)
-done
-sha256sums=('e81c10b606c65dff81e88a364643d92b0bd59d05cc4feefac6c3bf295e5a7946'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'03025ef4261aeea213b938161aad2e8fa5aca53682e6a6f2997fef5a715bf662'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'82aa02ffee757ce9ac839718080520978f24c50216d22303198287caa4310fbf'
-'14505b1b2a40bbc0ec1934a0952bb9112bc78572a2a9c48f8fae28b6e833198d'
-'124c55869980046e4d8a9698e3c900e5272102aad99258f7a0aa04ea07a7ff7c'
-'4e89ba5b46d2faad6488cd78dfd25d05c4254ddc09545cb8c7e995b3d79bbc20'
-'58594d82e0375581ab31dfb5b94fd83403a46ff8645647342e67d44a53b44410'
-'e4dd1eb3ad6283ec078cc3a9eec8bee8b6c1234bb61bcb814aae280ce9010c0b'
-'074ec173b474bb17e1bb32dc4dbd02a5442a23bf32f9c77cb61a77c514ca31c4'
-'a409ffef110c1bda8c08262c449689cff747e2d001610f83584becc813f7a028')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{48x48,64x64,128x128},xmls}
-  for _repo in core extra community; do
-   tar -xzf $_repo-icons-48x48-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/48x48
-   tar -xzf $_repo-icons-64x64-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-   install -m644 $_repo-$pkgver.xml.gz 
"$pkgdir"/usr/share/app-info/xmls/$_repo.xml.gz
-  done
-}

Copied: archlinux-appstream-data/repos/extra-any/PKGBUILD (from rev 392302, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 16:24:28 UTC (rev 392303)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20200720
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="https://www.archlinux.org";
+license=(GPL)
+depends=()
+makedepends=()
+source=()
+noextract=()
+for _repo in core extra community; do
+ 
source+=($_repo-$pkgver.xml.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/Components-x86_64.xml.gz
+  
$_repo-icons-48x48-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-48x48.tar.gz
+  
$_repo-icons-64x64-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-64x64.tar.gz
+  
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
+ noextract+=($_repo.xml.gz-$pkgver 
$_repo-icons-{48x48,64x64,128x128}-$pkgver.tar.gz)
+done
+sha256sums=('7f510c5b74c4696bebbc0759adc465ed44ea22c2a5d472d6ef2b0e7d27b90440'
+'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
+'6d752386d4bb3b09c37ec79f0a48435a0174de94ea804952444fabddbf74c90c'

[arch-commits] Commit in element.io/trunk (3 files)

2020-07-20 Thread Bruno Pagani via arch-commits
Date: Monday, July 20, 2020 @ 16:14:06
  Author: archange
Revision: 664635

FS#67315 - properly name files with AppID

Added:
  element.io/trunk/io.element.Desktop.desktop
(from rev 664634, element.io/trunk/element.desktop)
Modified:
  element.io/trunk/PKGBUILD
Deleted:
  element.io/trunk/element.desktop

+
 PKGBUILD   |   12 ++--
 element.desktop|   10 --
 io.element.Desktop.desktop |   10 ++
 3 files changed, 16 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 16:11:35 UTC (rev 664634)
+++ PKGBUILD2020-07-20 16:14:06 UTC (rev 664635)
@@ -7,7 +7,7 @@
 pkgbase=element.io
 pkgname=(element-web element-desktop)
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Glossy Matrix collaboration client — "
 arch=(x86_64)
 url="https://element.io";
@@ -18,13 +18,13 @@
 
element-web-${pkgver}.tar.gz.asc::${_url}-web/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
 
element-desktop-${pkgver}.tar.gz::${_url}-desktop/archive/v${pkgver}.tar.gz
 
element-desktop-${pkgver}.tar.gz.asc::${_url}-desktop/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
-element.desktop
+io.element.Desktop.desktop
 element-desktop.sh)
 sha256sums=('e26ad0d5ce192de4dfe29dd0cee296dddf77c043ae6e23ffcc6fc5c5fdb959b2'
 'SKIP'
 '6d92437d3cd3d7846a21616a98759e9d0c1cabd07bcbbedf1e933c1baf55b287'
 'SKIP'
-'07b26f0d4d8fa2308d56ab8d1b9edc8089cfd02d2d1fd3b844bd7cade7c031b3'
+'51f5ff93ee354c1840cbb2f47055603d3e66939f52467dacf45cd3271d7f32a3'
 '7b9beb0999e99beebb85e142fe6d26e9b386ce6b636675610d4caccdfb7fd293')
 validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

 
@@ -81,12 +81,12 @@
   install -Dm644 element.io/release/config.json -t "${pkgdir}"/etc/element
 
   # Required extras
-  install -Dm644 ../element.desktop 
"${pkgdir}"/usr/share/applications/element.desktop
+  install -Dm644 ../io.element.Desktop.desktop -t 
"${pkgdir}"/usr/share/applications/
   install -Dm755 ../${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
 
   # Icons
-  install -Dm644 
../riot-web-${pkgver}/res/themes/element/img/logos/element-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/element.svg
+  install -Dm644 
../riot-web-${pkgver}/res/themes/element/img/logos/element-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/io.element.Desktop.svg
   for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/element.png
+install -Dm644 build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/io.element.Desktop.png
   done
 }

Deleted: element.desktop
===
--- element.desktop 2020-07-20 16:11:35 UTC (rev 664634)
+++ element.desktop 2020-07-20 16:14:06 UTC (rev 664635)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Element
-Comment=A feature-rich client for Matrix
-Exec=/usr/bin/element-desktop %u
-Terminal=false
-Type=Application
-Icon=element
-StartupWMClass=element
-Categories=Network;InstantMessaging;Chat;IRCClient
-MimeType=x-scheme-handler/element;

Copied: element.io/trunk/io.element.Desktop.desktop (from rev 664634, 
element.io/trunk/element.desktop)
===
--- io.element.Desktop.desktop  (rev 0)
+++ io.element.Desktop.desktop  2020-07-20 16:14:06 UTC (rev 664635)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Element
+Comment=Feature-rich client for Matrix
+Exec=/usr/bin/element-desktop %u
+Terminal=false
+Type=Application
+Icon=io.element.Desktop
+StartupWMClass=element
+Categories=Network;InstantMessaging;Chat;IRCClient
+MimeType=x-scheme-handler/element;


[arch-commits] Commit in element.io/repos/community-x86_64 (6 files)

2020-07-20 Thread Bruno Pagani via arch-commits
Date: Monday, July 20, 2020 @ 16:14:22
  Author: archange
Revision: 664636

archrelease: copy trunk to community-x86_64

Added:
  element.io/repos/community-x86_64/PKGBUILD
(from rev 664635, element.io/trunk/PKGBUILD)
  element.io/repos/community-x86_64/element-desktop.sh
(from rev 664635, element.io/trunk/element-desktop.sh)
  element.io/repos/community-x86_64/io.element.Desktop.desktop
(from rev 664635, element.io/trunk/io.element.Desktop.desktop)
Deleted:
  element.io/repos/community-x86_64/PKGBUILD
  element.io/repos/community-x86_64/element-desktop.sh
  element.io/repos/community-x86_64/element.desktop

+
 PKGBUILD   |  184 +--
 element-desktop.sh |6 -
 element.desktop|   10 --
 io.element.Desktop.desktop |   10 ++
 4 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 16:14:06 UTC (rev 664635)
+++ PKGBUILD2020-07-20 16:14:22 UTC (rev 664636)
@@ -1,92 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Steef Hegeman 
-# Contributor: Luca Weiss 
-# Contributor: Julian Schacher 
-
-_pkgbase=riot
-pkgbase=element.io
-pkgname=(element-web element-desktop)
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Glossy Matrix collaboration client — "
-arch=(x86_64)
-url="https://element.io";
-license=(Apache)
-makedepends=(npm git yarn python rust sqlcipher electron)
-_url="https://github.com/vector-im/riot";
-source=(element-web-${pkgver}.tar.gz::${_url}-web/archive/v${pkgver}.tar.gz
-
element-web-${pkgver}.tar.gz.asc::${_url}-web/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
-
element-desktop-${pkgver}.tar.gz::${_url}-desktop/archive/v${pkgver}.tar.gz
-
element-desktop-${pkgver}.tar.gz.asc::${_url}-desktop/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
-element.desktop
-element-desktop.sh)
-sha256sums=('e26ad0d5ce192de4dfe29dd0cee296dddf77c043ae6e23ffcc6fc5c5fdb959b2'
-'SKIP'
-'6d92437d3cd3d7846a21616a98759e9d0c1cabd07bcbbedf1e933c1baf55b287'
-'SKIP'
-'07b26f0d4d8fa2308d56ab8d1b9edc8089cfd02d2d1fd3b844bd7cade7c031b3'
-'7b9beb0999e99beebb85e142fe6d26e9b386ce6b636675610d4caccdfb7fd293')
-validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

-
-prepare() {
-  cd riot-web-${pkgver}
-  # Switch target to output to directory rather than .deb package
-  sed -i 's/"target": "deb"/"target": "dir"/g' package.json
-  yarn install
-
-  cd ../riot-desktop-${pkgver}
-  sed -i 's@"https://packages.riot.im/desktop/update/"@null@g' 
element.io/release/config.json
-  yarn install
-}
-
-build() {
-  cd riot-web-${pkgver}
-  yarn build
-
-  cd ../riot-desktop-${pkgver}
-  yarn run build:native
-  yarn run build
-}
-
-package_element-web() {
-  pkgdesc+="web version."
-  replaces=(riot-web vector-web)
-
-  cd riot-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/element
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/element/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/element/
-  ln -s /etc/webapps/element/config.json "${pkgdir}"/usr/share/webapps/element/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/element/version
-}
-
-package_element-desktop() {
-  pkgdesc+="desktop version."
-  replaces=(riot-desktop)
-  depends=("element-web=${pkgver}" electron sqlcipher)
-  backup=('etc/element/config.json')
-
-  cd riot-desktop-${pkgver}
-
-  install -d "${pkgdir}"{/usr/lib/element/,/etc/webapps/element}
-
-  # Install the app content, replace the webapp with a symlink to the system 
package
-  cp -r dist/linux-unpacked/resources/* "${pkgdir}"/usr/lib/element/
-  ln -s /usr/share/webapps/element "${pkgdir}"/usr/lib/element/webapp
-
-  # Config file
-  ln -s /etc/element/config.json "${pkgdir}"/etc/webapps/element/config.json
-  install -Dm644 element.io/release/config.json -t "${pkgdir}"/etc/element
-
-  # Required extras
-  install -Dm644 ../element.desktop 
"${pkgdir}"/usr/share/applications/element.desktop
-  install -Dm755 ../${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  # Icons
-  install -Dm644 
../riot-web-${pkgver}/res/themes/element/img/logos/element-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/element.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/element.png
-  done
-}

Copied: element.io/repos/community-x86_64/PKGBUILD (from rev 664635, 
element.io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 16:14:22 UTC (rev 664636)
@@ -0,0 +1,92 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Steef Hegeman 
+# Contributor: Luca Weiss 
+# Contributor: Julian Schacher 
+
+_pkgbase=riot
+pkgbase=element.io
+p

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

2020-07-20 Thread Felix Yan via arch-commits
Date: Monday, July 20, 2020 @ 16:11:35
  Author: felixonmars
Revision: 664634

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-qt/repos/community-x86_64/PKGBUILD
(from rev 664633, fcitx5-qt/trunk/PKGBUILD)
Deleted:
  fcitx5-qt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 16:10:35 UTC (rev 664633)
+++ PKGBUILD2020-07-20 16:11:35 UTC (rev 664634)
@@ -1,28 +0,0 @@
-  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-qt
-pkgver=0.0.0.20200616
-_commit=b6f2ef3c4d3babc38c1262a5df7ac81fb016857d
-pkgrel=1
-pkgdesc="Fcitx5 Qt Library"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-qt";
-license=('GPL')
-depends=('fcitx5' 'qt5-x11extras')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz";)
-sha512sums=('75640152251de4c6cd5d80f7f002f775a411b657ef074dced966c73407ea48ca7935c583daf7fd5e0d09660da25442a3eb87405dc0625eded6e1bb63e9f0e709')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DENABLE_QT4=0 .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-qt/repos/community-x86_64/PKGBUILD (from rev 664633, 
fcitx5-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 16:11:35 UTC (rev 664634)
@@ -0,0 +1,29 @@
+  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-qt
+pkgver=0.0.0.20200616
+_commit=b6f2ef3c4d3babc38c1262a5df7ac81fb016857d
+pkgrel=2
+pkgdesc="Fcitx5 Qt Library"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-qt";
+license=('GPL')
+groups=('fcitx5-im')
+depends=('fcitx5' 'qt5-x11extras')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz";)
+sha512sums=('75640152251de4c6cd5d80f7f002f775a411b657ef074dced966c73407ea48ca7935c583daf7fd5e0d09660da25442a3eb87405dc0625eded6e1bb63e9f0e709')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DENABLE_QT4=0 .
+  ninja
+}
+
+package() {
+  cd $pkgname-$_commit
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-07-20 Thread Antonio Rojas via arch-commits
Date: Monday, July 20, 2020 @ 16:09:58
  Author: arojas
Revision: 664632

archrelease: copy trunk to community-any

Added:
  pdfarranger/repos/community-any/PKGBUILD
(from rev 664631, pdfarranger/trunk/PKGBUILD)
Deleted:
  pdfarranger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 16:09:46 UTC (rev 664631)
+++ PKGBUILD2020-07-20 16:09:58 UTC (rev 664632)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Alois Nespor 
-
-pkgname=pdfarranger
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
-arch=(any)
-url='https://github.com/jeromerobert/pdfarranger'
-license=('GPL3')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
-depends=(gtk3 python-gobject python-cairo python-pikepdf ghostscript 
python-setuptools poppler-glib)
-makedepends=(python-distutils-extra)
-sha256sums=('f3dc89dbf37fc2da5832050eba73ad991545f1ffb5cb8cbfa0cc3b8e5cd0d17e')
-
-build () {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package () {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: pdfarranger/repos/community-any/PKGBUILD (from rev 664631, 
pdfarranger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 16:09:58 UTC (rev 664632)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Alois Nespor 
+
+pkgname=pdfarranger
+pkgver=1.6.0
+pkgrel=2
+pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
+arch=(any)
+url='https://github.com/jeromerobert/pdfarranger'
+license=('GPL3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
+depends=(gtk3 python-gobject python-cairo python-pikepdf ghostscript 
python-setuptools poppler-glib)
+optdepends=('img2pdf: support for image files')
+makedepends=(python-distutils-extra)
+sha256sums=('f3dc89dbf37fc2da5832050eba73ad991545f1ffb5cb8cbfa0cc3b8e5cd0d17e')
+
+build () {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Monday, July 20, 2020 @ 16:10:35
  Author: felixonmars
Revision: 664633

upgpkg: fcitx5-qt 0.0.0.20200616-2: add to fcitx5-im group

Modified:
  fcitx5-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 16:09:58 UTC (rev 664632)
+++ PKGBUILD2020-07-20 16:10:35 UTC (rev 664633)
@@ -5,11 +5,12 @@
 pkgname=fcitx5-qt
 pkgver=0.0.0.20200616
 _commit=b6f2ef3c4d3babc38c1262a5df7ac81fb016857d
-pkgrel=1
+pkgrel=2
 pkgdesc="Fcitx5 Qt Library"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx5-qt";
 license=('GPL')
+groups=('fcitx5-im')
 depends=('fcitx5' 'qt5-x11extras')
 makedepends=('extra-cmake-modules' 'ninja')
 
source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz";)


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

2020-07-20 Thread Antonio Rojas via arch-commits
Date: Monday, July 20, 2020 @ 16:09:46
  Author: arojas
Revision: 664631

Add img2pdf optdepend (FS#67331)

Modified:
  pdfarranger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 15:49:04 UTC (rev 664630)
+++ PKGBUILD2020-07-20 16:09:46 UTC (rev 664631)
@@ -3,7 +3,7 @@
 
 pkgname=pdfarranger
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Helps merge or split PDF documents and rotate, crop and rearrange 
pages'
 arch=(any)
 url='https://github.com/jeromerobert/pdfarranger'
@@ -10,6 +10,7 @@
 license=('GPL3')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/jeromerobert/pdfarranger/archive/$pkgver.tar.gz)
 depends=(gtk3 python-gobject python-cairo python-pikepdf ghostscript 
python-setuptools poppler-glib)
+optdepends=('img2pdf: support for image files')
 makedepends=(python-distutils-extra)
 sha256sums=('f3dc89dbf37fc2da5832050eba73ad991545f1ffb5cb8cbfa0cc3b8e5cd0d17e')
 


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

2020-07-20 Thread Anatol Pomozov via arch-commits
Date: Monday, July 20, 2020 @ 15:49:04
  Author: anatolik
Revision: 664630

archrelease: copy trunk to community-x86_64

Added:
  librdkafka/repos/community-x86_64/PKGBUILD
(from rev 664629, librdkafka/trunk/PKGBUILD)
Deleted:
  librdkafka/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 15:48:38 UTC (rev 664629)
+++ PKGBUILD2020-07-20 15:49:04 UTC (rev 664630)
@@ -1,31 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Andrew Sun 
-# Contributor: Joel Teichroeb 
-# Contributor: Alim Gokkaya 
-
-pkgname=librdkafka
-pkgver=1.4.4
-pkgrel=1
-pkgdesc='The Apache Kafka C/C++ library'
-arch=(x86_64)
-url='https://github.com/edenhill/librdkafka'
-license=(BSD)
-depends=(libsasl zstd)
-makedepends=(python openssl lz4 rapidjson cmake)
-source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
-sha256sums=('0984ffbe17b9e04599fb9eceb16cfa189f525a042bef02474cd1bbfe1ea68416')
-
-build() {
-  cmake -S librdkafka-$pkgver -B build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr --build build
-}
-
-check() {
-  # TODO: figure out why the tests timeout
-  # cmake --build build --target test
-  true
-}
-
-package() {
-  cmake --build build --target install -- DESTDIR="$pkgdir"
-}

Copied: librdkafka/repos/community-x86_64/PKGBUILD (from rev 664629, 
librdkafka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 15:49:04 UTC (rev 664630)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun 
+# Contributor: Joel Teichroeb 
+# Contributor: Alim Gokkaya 
+
+pkgname=librdkafka
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='The Apache Kafka C/C++ library'
+arch=(x86_64)
+url='https://github.com/edenhill/librdkafka'
+license=(BSD)
+depends=(libsasl zstd)
+makedepends=(python openssl lz4 rapidjson cmake)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
+sha256sums=('f7fee59fdbf1286ec23ef0b35b2dfb41031c8727c90ced6435b8cf576f23a656')
+
+build() {
+  cmake -S librdkafka-$pkgver -B build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr --build build
+}
+
+check() {
+  # TODO: figure out why the tests timeout
+  # cmake --build build --target test
+  true
+}
+
+package() {
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+}


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

2020-07-20 Thread Anatol Pomozov via arch-commits
Date: Monday, July 20, 2020 @ 15:48:38
  Author: anatolik
Revision: 664629

upgpkg: librdkafka 1.5.0-1

Modified:
  librdkafka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 15:42:19 UTC (rev 664628)
+++ PKGBUILD2020-07-20 15:48:38 UTC (rev 664629)
@@ -4,7 +4,7 @@
 # Contributor: Alim Gokkaya 
 
 pkgname=librdkafka
-pkgver=1.4.4
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='The Apache Kafka C/C++ library'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(libsasl zstd)
 makedepends=(python openssl lz4 rapidjson cmake)
 
source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
-sha256sums=('0984ffbe17b9e04599fb9eceb16cfa189f525a042bef02474cd1bbfe1ea68416')
+sha256sums=('f7fee59fdbf1286ec23ef0b35b2dfb41031c8727c90ced6435b8cf576f23a656')
 
 build() {
   cmake -S librdkafka-$pkgver -B build


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

2020-07-20 Thread David Runge via arch-commits
Date: Monday, July 20, 2020 @ 15:42:19
  Author: dvzrv
Revision: 664628

archrelease: copy trunk to community-x86_64

Added:
  freerdp/repos/community-x86_64/PKGBUILD
(from rev 664627, freerdp/trunk/PKGBUILD)
  freerdp/repos/community-x86_64/freerdp-2.0.0-manpage_formatting.patch
(from rev 664627, freerdp/trunk/freerdp-2.0.0-manpage_formatting.patch)
Deleted:
  freerdp/repos/community-x86_64/PKGBUILD
  freerdp/repos/community-x86_64/freerdp-2.0.0-manpage_formatting.patch

+
 PKGBUILD   |  136 +++
 freerdp-2.0.0-manpage_formatting.patch |   24 ++---
 2 files changed, 81 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 15:42:00 UTC (rev 664627)
+++ PKGBUILD2020-07-20 15:42:19 UTC (rev 664628)
@@ -1,67 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: David Runge 
-# Contributor: Stijn Segers 
-
-_name=FreeRDP
-pkgname=freerdp
-pkgver=2.1.2
-pkgrel=1
-epoch=2
-pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
-arch=('x86_64')
-url="https://www.freerdp.com/";
-license=('Apache')
-depends=('dbus-glib' 'glibc' 'gstreamer' 'gst-plugins-base-libs' 'libcups'
-'libjpeg-turbo' 'libgssglue' 'libx11' 'libxcursor' 'libxext' 'libxdamage'
-'libxfixes' 'libxkbcommon' 'libxi' 'libxinerama' 'libxkbfile' 'libxrandr'
-'libxrender' 'libxtst' 'openssl' 'pam' 'pcsclite' 'wayland')
-makedepends=('alsa-lib' 'cmake' 'docbook-xsl' 'ffmpeg' 'krb5' 'libpulse'
-'libusb' 'systemd-libs' 'xmlto' 'xorgproto')
-provides=('libfreerdp2.so' 'libfreerdp-client2.so' 'libfreerdp-server2'
-'libfreerdp-shadow2.so' 'libfreerdp-shadow-subsystem2.so' 'libwinpr2.so'
-'libwinpr-tools2.so' 'libuwac0.so')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz";
-"$pkgname-2.0.0-manpage_formatting.patch")
-sha512sums=('11589f75bbdc270cbb0c79de9e3ba54950801ac8f281c9a35133165a25313b4cc8c0a7710275b9131f0e2bc2d7f8425b4c01b5b93010f75e827447b44a0eb6b9'
-
'd960e042d1527b5d5721136b6b20fc36f65beafd010581ea5b908668537fe9fe622de6689a29c0274b0d6f1e513615f0d02e56c1d1d1e613d093e145d39af8d7')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # fix man page formatting:
-  # https://bugs.archlinux.org/task/64814
-  patch -Np1 -i "../${pkgname}-2.0.0-manpage_formatting.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='lib' \
--DCMAKE_BUILD_TYPE='None' \
--DPROXY_PLUGINDIR='/usr/lib/freerdp2/server/proxy/plugins' \
--DWITH_DSP_FFMPEG=ON \
--DWITH_FFMPEG=ON \
--DWITH_PULSE=ON \
--DWITH_CUPS=ON \
--DWITH_PCSC=ON \
--DWITH_JPEG=ON \
--DWITH_SERVER=ON \
--DWITH_SWSCALE=ON \
--DWITH_CHANNELS=ON \
--DWITH_CLIENT_CHANNELS=ON \
--DWITH_SERVER_CHANNELS=ON \
--DCHANNEL_URBDRC_CLIENT=ON \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libasound.so' 'libavcodec.so' 'libavutil.so' 'libpulse.so'
-  'libswscale.so' 'libswresample.so' 'libsystemd.so' 'libusb-1.0.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 {ChangeLog,README.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: freerdp/repos/community-x86_64/PKGBUILD (from rev 664627, 
freerdp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 15:42:19 UTC (rev 664628)
@@ -0,0 +1,69 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: David Runge 
+# Contributor: Stijn Segers 
+
+_name=FreeRDP
+pkgname=freerdp
+pkgver=2.2.0
+pkgrel=1
+epoch=2
+pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
+arch=('x86_64')
+url="https://www.freerdp.com/";
+license=('Apache')
+depends=('dbus-glib' 'glibc' 'gstreamer' 'gst-plugins-base-libs' 'libcups'
+'libjpeg-turbo' 'libgssglue' 'libx11' 'libxcursor' 'libxext' 'libxdamage'
+'libxfixes' 'libxkbcommon' 'libxi' 'libxinerama' 'libxkbfile' 'libxrandr'
+'libxrender' 'libxtst' 'openssl' 'pam' 'pcsclite' 'wayland')
+makedepends=('alsa-lib' 'cmake' 'docbook-xsl' 'ffmpeg' 'krb5' 'libpulse'
+'libusb' 'systemd-libs' 'xmlto' 'xorgproto')
+provides=('libfreerdp2.so' 'libfreerdp-client2.so' 'libfreerdp-server2'
+'libfreerdp-shadow2.so' 'libfreerdp-shadow-subsystem2.so' 'libwinpr2.so'
+'libwinpr-tools2.so' 'libuwac0.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz";
+"$pkgname-2.0.0-manpage_formatting.patch")
+sha512sums=('70745b3648dbe22e04da5969bb5dd472aac7c7f3cbf149da706835560ed39324209f7e099a9daeaa57b33119660c2a0f9b81f54b509fbea062e22a61794c'
+
'd960e042d1527b5d5721136

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

2020-07-20 Thread David Runge via arch-commits
Date: Monday, July 20, 2020 @ 15:42:00
  Author: dvzrv
Revision: 664627

upgpkg: freerdp 2:2.2.0-1: Upgrade to 2.2.0.

Modified:
  freerdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 14:02:17 UTC (rev 664626)
+++ PKGBUILD2020-07-20 15:42:00 UTC (rev 664627)
@@ -4,7 +4,7 @@
 
 _name=FreeRDP
 pkgname=freerdp
-pkgver=2.1.2
+pkgver=2.2.0
 pkgrel=1
 epoch=2
 pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
@@ -22,8 +22,10 @@
 'libwinpr-tools2.so' 'libuwac0.so')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz";
 "$pkgname-2.0.0-manpage_formatting.patch")
-sha512sums=('11589f75bbdc270cbb0c79de9e3ba54950801ac8f281c9a35133165a25313b4cc8c0a7710275b9131f0e2bc2d7f8425b4c01b5b93010f75e827447b44a0eb6b9'
+sha512sums=('70745b3648dbe22e04da5969bb5dd472aac7c7f3cbf149da706835560ed39324209f7e099a9daeaa57b33119660c2a0f9b81f54b509fbea062e22a61794c'
 
'd960e042d1527b5d5721136b6b20fc36f65beafd010581ea5b908668537fe9fe622de6689a29c0274b0d6f1e513615f0d02e56c1d1d1e613d093e145d39af8d7')
+b2sums=('67cc49a9f09576f30d40cc6bc0b9244377f93466417f723f4cbf60f2627071ef68640af07512b55b398d94d7110ce00282ea8c0aff43c636059aaaf6b6c07120'
+
'8242fe56ba9cf5352d836f656645a46142c1aecea3e8200203117a0226135591c16fa0a24cfa196ade7b703832ff6871a948fd3bbbcc1d9c6df9885dc360')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"


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

2020-07-20 Thread Tobias Powalowski via arch-commits
Date: Monday, July 20, 2020 @ 15:21:32
  Author: tpowa
Revision: 392300

upgpkg: archboot 2020.07-4: bump for release

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 13:13:10 UTC (rev 392299)
+++ PKGBUILD2020-07-20 15:21:32 UTC (rev 392300)
@@ -3,7 +3,7 @@
 
 pkgname=archboot
 pkgver=2020.07
-pkgrel=3
+pkgrel=4
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')
@@ -54,7 +54,7 @@
 'etc/archboot/presets/x86_64'
 )
 install=archboot.install
-sha256sums=('7de8ddee70802f31339cfbe2c157ad9016946b2cd405d9538894e117414687ca')
+sha256sums=('ebe69bea6b13f16dfc9d53c9c35e3bf7351fcc08dd7195ccb50b71e6e493b005')
 ### to bump the depends list use this:
 #for i in $(grep ^depends= PKGBUILD | sed  -e 's/depends=(//g' -e 's/)//g'); 
do sed -i -e "s/$(echo $i)/$(echo $i | sed -e "s/>=.*/>=$(pacman -Qi $(echo $i 
| sed -e "s/'//g" -e 's/>=.*//g') | grep ^Version | sed -e 's/.*: //g')'/g")/g" 
PKGBUILD; done
 


[arch-commits] Commit in archboot/repos/testing-any (4 files)

2020-07-20 Thread Tobias Powalowski via arch-commits
Date: Monday, July 20, 2020 @ 15:21:40
  Author: tpowa
Revision: 392301

archrelease: copy trunk to testing-any

Added:
  archboot/repos/testing-any/PKGBUILD
(from rev 392300, archboot/trunk/PKGBUILD)
  archboot/repos/testing-any/archboot.install
(from rev 392300, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/testing-any/PKGBUILD
  archboot/repos/testing-any/archboot.install

--+
 PKGBUILD |  130 ++---
 archboot.install |   48 +--
 2 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 15:21:32 UTC (rev 392300)
+++ PKGBUILD2020-07-20 15:21:40 UTC (rev 392301)
@@ -1,65 +0,0 @@
-# $Id: PKGBUILD,v 1.30 2006/12/19 01:28:39 thomas Exp $
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2020.07
-pkgrel=3
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="http://www.archlinux.org/";
-depends=('mkinitcpio>=0.8.5-1' 'mksyslinux>=2010.08-2' 'mkpxelinux>=2010.08-2' 
'mkisolinux>=2010.08-2'
- 'subversion>=1.7.4-1' 'wget>=1.13.4-1' 'bash>=4.2.024-2' 
'coreutils>=8.15-1'
- 'cryptsetup>=1.4.1-1' 'dialog>=1.1_20120215-1' 'e2fsprogs>=1.42.1-1' 
'findutils>=4.4.2-4' 'gawk>=4.0.0-2'
- 'grep>=2.11-2' 'iputils>=20101006-2' 'jfsutils>=1.1.15-3' 
'less>=444-3' 'lvm2>=2.02.95-1' 'mdadm>=3.2.3-1'
- 'kmod>=7-1' 'nano>=2.2.6-2' 'ncurses>=5.9-3' 
'net-tools>=1.60.20110819cvs-3' 'gnu-netcat>=0.7.1-4'
- 'procps-ng>=3.3.2-1' 'psmisc>=22.16-1' 'reiserfsprogs>=3.6.21-4'
- 'sed>=4.2.1-4' 'snarf>=7.0-5' 'tar>=1.26-2' 'util-linux>=2.21-6' 
'bind>=9.9.2.P1-1'
- 'which>=2.20-5' 'kbd>=1.15.3-2' 'wireless_tools>=29-6' 
'xfsprogs>=3.1.7-1' 'hdparm>=9.39-1'
- 'memtest86+>=4.20-2' 'inetutils>=1.9.1-1' 'openssh>=5.9p1-8' 
'hwdetect>=2012.01-1' 'shadow>=4.1.5-4' 
-'bridge-utils>=1.5-1' 'ifenslave>=1.1.0-7' 'links>=2.5-1' 
'dosfstools>=3.0.12-1'
- 'glibc>=2.15-7' 'linux-api-headers>=3.1.6-1' 'linux>=3.2.13-1'
- 'kexec-tools>=2.0.2-4' 'ppp>=2.4.5-3' 'rp-pppoe>=3.10-7' 
'iptables>=1.4.12.2-1' 
- 'ntfs-3g>=2012.1.15-1' 'pciutils>=3.1.9-1' 'usbutils>=005-1' 
'vpnc>=0.5.3.svn516-1' 'openvpn>=2.2.2-1'
-'b43-fwcutter>=015-1' 'wpa_supplicant>=0.7.3-5' 'rsync>=3.0.9-2' 
'gzip>=1.4-4' 'libarchive>=3.0.3-5'
-'device-mapper>=2.02.95-1' 'screen>=4.0.3-13' 'elfutils>=0.152-2' 
'pam>=1.1.5-2' 'cracklib>=2.8.18-2'
-'nfs-utils>=1.3.4-1' 'nfsidmap>=0.24-3' 'readline>=6.2.002-1' 
'acl>=2.2.51-1' 'attr>=2.4.46-1' 'pcre>=8.30-1'
-'cpio>=2.11-3' 'fuse>=2.8.7-1' 'libusb>=1.0.18-1' 'vim>=7.4.0-1' 
'lzo>=2.06-1' 'libsasl>=2.1.23-9' 'libldap>=2.4.30-1'
-'gpm>=1.20.6-7' 'libevent>=2.0.17-1' 'gcc-libs>=4.6.3-1' 
'sdparm>=1.07-1' 'licenses>=2.9-1' 'pptpclient>=1.7.2-4'
-   'ipw2100-fw>=1.3-6' 'ipw2200-fw>=3.1-4' 'smbclient>=3.6.3-4'  
'dhcpcd>=5.5.4-1' 'openssl>=1.0.1-1'
-'git>=1.7.9.5-1' 'dmraid>=1.0.0.rc16.3-2' 'linux-atm>=2.5.2-1' 
'netctl>=0.6-1' 'parted>=3.1-1' 'tzdata>=2012b-1'
-'ntp>=4.2.6.p5-6' 'libgcrypt>=1.5.0-1' 'iw>=3.3-2' 'crda>=1.1.2-2' 
'libnl>=3.2.7-1' 'iproute2>=3.2.0-3'
-'wireless-regdb>=2011.04.28-1' 'dhclient>=4.2.3.2-2' 
'syslinux>=4.05-3' 'mtools>=4.0.17-2'
-'fsarchiver>=0.6.13-1' 'xz>=5.0.3-1' 'libtirpc>=0.2.2-2' 
'rpcbind>=0.2.0-6' 'testdisk>=6.13-2'
-'wipe>=2.3.1-2' 'ddrescue>=1.15-1' 'ifplugd>=0.28-8' 
-'libgssglue>=0.3-1' 'mkinitcpio-nfs-utils>=0.2-2' 'gptfdisk>=0.8.4-1' 
'nilfs-utils>=2.1.1-1' 'btrfs-progs>=0.19.20120110-2'
-'linux-firmware>=20120227-1' 'iana-etc>=2.30-2' 
'libusb-compat>=0.1.3-2' 'keyutils>=1.5.5-1'
-'libisoburn>=1.2.0-1' 'squashfs-tools>=4.2-2' 'file>=5.11-1' 
'curl>=7.25.0-1'  'smartmontools>=5.42-3'
-'dnsmasq>=2.60-2' 'lftp>=4.3.5-1' 'openconnect>=1:3.15-1' 
'libxml2>=2.7.8-2' 'libproxy>=0.4.7-1' 
-'tcpdump>=4.2.1-2' 'nmap>=5.51-3' 'lua>=5.1.5-1' 'weechat>=0.3.7-1' 
'gnutls>=3.0.17-1' 'nettle>=2.4-1' 'libtasn1>=2.12-1'
-'expat>=2.0.1-7' 'progsreiserfs>=0.3.0.5-7' 'glib2>=2.30.2-2' 
'freetype2>=2.4.9-1'
-'libssh2>=1.4.0-1' 'libedit>=20120311_3.0-1' 'talloc>=2.0.7-1' 
'libjpeg-turbo>=1.2.0-1'
-'dmidecode>=2.11-2' 'pth>=2.0.7-4' 'gnupg>=2.0.19-1' 
'libksba>=1.2.0-1' 'libassuan>=2.0.3-1' 'pinentry>=0.8.1-3'
-'gpgme>=1.3.1-4' 'ldns>=1.6.12-2' 'dnssec-anchors>=20120422-1' 
'hwids>=20120512-1'
-'systemd>=185' 'archlinux-keyring>=20120529-1' 'haveged>=1.4-3' 
-'pambase>=20120602-1' 'chntpw>=110511-2' 'traceroute>=2.0.18' 
'arch-wiki-lite>=20120619-1' 'grub>=2.00-1' 
-'systemd-sysvcompat>=188-2' 'arch-wiki-lite>=20120619-1'
- 'intel-ucode>=20120606-1' 'arch-install-scripts>=5-1' 'zsh>=5.0.0-2' 
'gdbm>=1.10-1'
- 'grml-zsh-config>=0.6.2-1' 'cpupower>=3.5-4' 'wvdial>=1

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

2020-07-20 Thread Felix Yan via arch-commits
Date: Monday, July 20, 2020 @ 14:02:08
  Author: felixonmars
Revision: 664625

upgpkg: python-identify 1.4.24-1

Modified:
  python-identify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 13:05:57 UTC (rev 664624)
+++ PKGBUILD2020-07-20 14:02:08 UTC (rev 664625)
@@ -3,7 +3,7 @@
 
 _name=identify
 pkgname=python-identify
-pkgver=1.4.23
+pkgver=1.4.24
 pkgrel=1
 pkgdesc="File identification library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
 # https://github.com/chriskuehl/identify/issues/95
 # 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
 
source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz";)
-sha512sums=('4072ff3fdbdb80b13105f8afa3b8305f55b7269473d670bdf3789deebe2e7a211c0af8927f80897bc6cf7b43c9384eec9cfa7770fc23b9c69a4715215596dd33')
+sha512sums=('4825786783e63f7042d787cc7187095cf937cc62329492f997030644cc00ddcd3cb124866c170f8853b72b5775378338ad8fdda6fa58a097d06a35afbdf0ee67')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-07-20 Thread Felix Yan via arch-commits
Date: Monday, July 20, 2020 @ 14:02:17
  Author: felixonmars
Revision: 664626

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 14:02:08 UTC (rev 664625)
+++ PKGBUILD2020-07-20 14:02:17 UTC (rev 664626)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-
-_name=identify
-pkgname=python-identify
-pkgver=1.4.23
-pkgrel=1
-pkgdesc="File identification library for Python"
-arch=('any')
-url="https://github.com/chriskuehl/identify";
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-editdistance' 'python-pytest')
-# no tests in pypi sdist tarball:
-# https://github.com/chriskuehl/identify/issues/95
-# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz";)
-sha512sums=('4072ff3fdbdb80b13105f8afa3b8305f55b7269473d670bdf3789deebe2e7a211c0af8927f80897bc6cf7b43c9384eec9cfa7770fc23b9c69a4715215596dd33')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-identify/repos/community-any/PKGBUILD (from rev 664625, 
python-identify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 14:02:17 UTC (rev 664626)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+
+_name=identify
+pkgname=python-identify
+pkgver=1.4.24
+pkgrel=1
+pkgdesc="File identification library for Python"
+arch=('any')
+url="https://github.com/chriskuehl/identify";
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-editdistance' 'python-pytest')
+# no tests in pypi sdist tarball:
+# https://github.com/chriskuehl/identify/issues/95
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz";)
+sha512sums=('4825786783e63f7042d787cc7187095cf937cc62329492f997030644cc00ddcd3cb124866c170f8853b72b5775378338ad8fdda6fa58a097d06a35afbdf0ee67')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-07-20 Thread Antonio Rojas via arch-commits
Date: Monday, July 20, 2020 @ 13:12:56
  Author: arojas
Revision: 392298

Update to 0.4.1

Modified:
  rinutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 05:46:57 UTC (rev 392297)
+++ PKGBUILD2020-07-20 13:12:56 UTC (rev 392298)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rinutils
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc="C11 / gnu11 utilities C library"
 arch=(any)
@@ -10,23 +10,16 @@
 depends=()
 makedepends=(cmake)
 
source=(https://github.com/shlomif/rinutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('ccabff71b0ac7de73036cf9613406760daf14e0c6f8443fd299154bfd38a')
+sha256sums=('9744fc52f91b817648958b51fca3e331550c6c240308df76b84f512d84a65ef5')
 
-prepare() {
-  mkdir -p build
-}
-
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DWITH_TEST_SUITE=OFF
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
   install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname/
 }
-


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

2020-07-20 Thread Antonio Rojas via arch-commits
Date: Monday, July 20, 2020 @ 13:13:10
  Author: arojas
Revision: 392299

archrelease: copy trunk to extra-any

Added:
  rinutils/repos/extra-any/PKGBUILD
(from rev 392298, rinutils/trunk/PKGBUILD)
Deleted:
  rinutils/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 13:12:56 UTC (rev 392298)
+++ PKGBUILD2020-07-20 13:13:10 UTC (rev 392299)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=rinutils
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="C11 / gnu11 utilities C library"
-arch=(any)
-url="https://www.shlomifish.org/open-source/projects/";
-license=(MIT)
-depends=()
-makedepends=(cmake)
-source=(https://github.com/shlomif/rinutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('ccabff71b0ac7de73036cf9613406760daf14e0c6f8443fd299154bfd38a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_TEST_SUITE=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname/
-}
-

Copied: rinutils/repos/extra-any/PKGBUILD (from rev 392298, 
rinutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 13:13:10 UTC (rev 392299)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=rinutils
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="C11 / gnu11 utilities C library"
+arch=(any)
+url="https://www.shlomifish.org/open-source/projects/";
+license=(MIT)
+depends=()
+makedepends=(cmake)
+source=(https://github.com/shlomif/rinutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('9744fc52f91b817648958b51fca3e331550c6c240308df76b84f512d84a65ef5')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_TEST_SUITE=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2020-07-20 Thread David Runge via arch-commits
Date: Monday, July 20, 2020 @ 13:05:57
  Author: dvzrv
Revision: 664624

archrelease: copy trunk to community-x86_64

Added:
  nomacs/repos/community-x86_64/PKGBUILD
(from rev 664623, nomacs/trunk/PKGBUILD)
Deleted:
  nomacs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 13:05:48 UTC (rev 664623)
+++ PKGBUILD2020-07-20 13:05:57 UTC (rev 664624)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-_plugins_pkgver=3.15.1616
-pkgname=nomacs
-pkgver=3.16.1705
-pkgrel=1
-pkgdesc="A Qt image viewer"
-arch=('x86_64')
-url="https://nomacs.org/";
-license=('GPL3')
-depends=('exiv2' 'gcc-libs' 'glibc' 'libraw' 'libtiff' 'opencv' 'qt5-base'
-'qt5-svg' 'quazip')
-optdepends=('qt5-imageformats: support additional image formats')
-makedepends=('cmake' 'qt5-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz";
-
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz";)
-sha512sums=('0eb4f4365efcd5f22aa2f24e4c3154a828641442255890b7f95129feab78a327950f80602632594bfda8f06750276650da16aa65e8cdd0055e53b474642e38ae'
-
'8cf49ade3b71724034f4e18b9a65764a24d77cee9ef8e463813087022f9fe3273f2bf69582bec7821ec4d6d1ea36b6537fde7f7f041a502fce3ff4bb58dcf6e3')
-b2sums=('5eaa79a0a2945196d7ebcab09f4ec969ee9820b16a644ce3ddcc7a7c4efdb74b569b1c02a10704e16637bb17b8954a77f6649c698c932770a1a6640f632107c7'
-
'029b99251e85b0bc1b5e12c44474dee4c1c9153b6e4e689d2081d210b895e4e277671c4dad3b3a630c549f22cf5c281b65dc9bb40ddc19a3db82577e2ad72cf6')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # copy plugin sources into place
-  cp -av "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}/"* 
"ImageLounge/plugins"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--DUSE_SYSTEM_QUAZIP=ON \
--DENABLE_AVIF=ON \
--DENABLE_TRANSLATIONS=ON \
--W no-dev \
--B build \
--S ./ImageLounge
-  make VERBOSE=1 -C build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build
-}

Copied: nomacs/repos/community-x86_64/PKGBUILD (from rev 664623, 
nomacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 13:05:57 UTC (rev 664624)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+_plugins_pkgver=3.16
+pkgname=nomacs
+pkgver=3.16.224
+pkgrel=1
+epoch=1
+pkgdesc="A Qt image viewer"
+arch=('x86_64')
+url="https://nomacs.org/";
+license=('GPL3')
+depends=('exiv2' 'gcc-libs' 'glibc' 'libraw' 'libtiff' 'opencv' 'qt5-base'
+'qt5-svg' 'quazip')
+optdepends=('qt5-imageformats: support additional image formats')
+makedepends=('cmake' 'qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz";
+
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz";)
+sha512sums=('7ca8e713eedd71bc3dd3804a9a09ece15badb74949b155ea4da72a0ea129be173c8d0951604a6139d4490525cd420da8635773c11f0d133f666a48dcd9064257'
+
'cd72f6ddbe3e07d7ed97f08405bac7574f4f3285c81e835f5630e011c8a9b105f23d892fed8084cb35ce521aca5524db071d0edb8bb04850dd2209d9ed019747')
+b2sums=('4a2dc6ef70b0ae5dc9c9397bd2c88ede0db2bb8660e1907d08b36c4a9cf5a9bd151180aa4b2d6b5f529c1786004a6621eff88fa4bc851d60835e8ba6d6269602'
+
'2bda4f36d56709653f6696af3404e416fd2d9fe7fa11de9636643c728028018ac769df3e2e519799322c5c42006cdc114d0e6406f9f60294234b07d9fd8d8409')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # copy plugin sources into place
+  cp -av "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}/"* 
"ImageLounge/plugins"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-DUSE_SYSTEM_QUAZIP=ON \
+-DENABLE_AVIF=ON \
+-DENABLE_TRANSLATIONS=ON \
+-W no-dev \
+-B build \
+-S ./ImageLounge
+  make VERBOSE=1 -C build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install -C build
+}


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

2020-07-20 Thread David Runge via arch-commits
Date: Monday, July 20, 2020 @ 13:05:48
  Author: dvzrv
Revision: 664623

upgpkg: nomacs 1:3.16.224-1: Upgrade to 3.16.224.

Introduce an epoch, as the newer tag actually means a downgrade according to 
semver.
Upstream removed the previous tag: https://github.com/nomacs/nomacs/issues/530
Increase the nomacs-plugins version to 3.16.

Modified:
  nomacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 12:02:57 UTC (rev 664622)
+++ PKGBUILD2020-07-20 13:05:48 UTC (rev 664623)
@@ -1,10 +1,11 @@
 # Maintainer: David Runge 
 # Contributor: speps 
 
-_plugins_pkgver=3.15.1616
+_plugins_pkgver=3.16
 pkgname=nomacs
-pkgver=3.16.1705
+pkgver=3.16.224
 pkgrel=1
+epoch=1
 pkgdesc="A Qt image viewer"
 arch=('x86_64')
 url="https://nomacs.org/";
@@ -15,10 +16,10 @@
 makedepends=('cmake' 'qt5-tools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz";
 
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz";)
-sha512sums=('0eb4f4365efcd5f22aa2f24e4c3154a828641442255890b7f95129feab78a327950f80602632594bfda8f06750276650da16aa65e8cdd0055e53b474642e38ae'
-
'8cf49ade3b71724034f4e18b9a65764a24d77cee9ef8e463813087022f9fe3273f2bf69582bec7821ec4d6d1ea36b6537fde7f7f041a502fce3ff4bb58dcf6e3')
-b2sums=('5eaa79a0a2945196d7ebcab09f4ec969ee9820b16a644ce3ddcc7a7c4efdb74b569b1c02a10704e16637bb17b8954a77f6649c698c932770a1a6640f632107c7'
-
'029b99251e85b0bc1b5e12c44474dee4c1c9153b6e4e689d2081d210b895e4e277671c4dad3b3a630c549f22cf5c281b65dc9bb40ddc19a3db82577e2ad72cf6')
+sha512sums=('7ca8e713eedd71bc3dd3804a9a09ece15badb74949b155ea4da72a0ea129be173c8d0951604a6139d4490525cd420da8635773c11f0d133f666a48dcd9064257'
+
'cd72f6ddbe3e07d7ed97f08405bac7574f4f3285c81e835f5630e011c8a9b105f23d892fed8084cb35ce521aca5524db071d0edb8bb04850dd2209d9ed019747')
+b2sums=('4a2dc6ef70b0ae5dc9c9397bd2c88ede0db2bb8660e1907d08b36c4a9cf5a9bd151180aa4b2d6b5f529c1786004a6621eff88fa4bc851d60835e8ba6d6269602'
+
'2bda4f36d56709653f6696af3404e416fd2d9fe7fa11de9636643c728028018ac769df3e2e519799322c5c42006cdc114d0e6406f9f60294234b07d9fd8d8409')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2020-07-20 Thread Frederik Schwan via arch-commits
Date: Monday, July 20, 2020 @ 12:02:57
  Author: freswa
Revision: 664622

archrelease: copy trunk to community-x86_64

Added:
  i3status-rust/repos/community-x86_64/PKGBUILD
(from rev 664621, i3status-rust/trunk/PKGBUILD)
Deleted:
  i3status-rust/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 12:00:14 UTC (rev 664621)
+++ PKGBUILD2020-07-20 12:02:57 UTC (rev 664622)
@@ -1,43 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Daniel M. Capella 
-# Contributor: Josip Ponjavic 
-
-pkgname=i3status-rust
-pkgver=0.14.1
-pkgrel=3
-pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written 
in pure Rust'
-arch=('x86_64')
-url='https://github.com/greshake/i3status-rust'
-license=('GPL3')
-depends=('libpulse')
-makedepends=('rust')
-optdepends=('alsa-utils: for the volume block'
-'bluez: for the bluetooth block'
-'curl: for the weather block'
-'fakeroot: for the pacman block to show pending updates'
-'ibus: for the ibus block'
-'kdeconnect: for the kdeconnect block'
-'lm_sensors: for the temperature block'
-'networkmanager: for the networkmanager block'
-'powerline-fonts: for all themes using the Powerline arrow char'
-'pulseaudio: for the volume block'
-'speedtest-cli: for the speedtest block'
-'ttf-font-awesome: for the awesome icons'
-'upower: for the battery block')
-source=("https://github.com/greshake/i3status-rust/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-b2sums=('5251aef5c91c200561c3e0ff8f4794ea8d30bb4036cdf67d24436b2b267965c2b4dddb2a2e4d4a60194866212a9e96ee96fc794bcc9cdbd198a6005b84a0e8ea')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 -t "${pkgdir}"/usr/bin target/release/i3status-rs
-  install -Dm644 -t "${pkgdir}"/usr/share/man/man1 man/i3status-rs.1
-
-  for example in example_config.toml example_icon.toml example_theme.toml; do
-install -Dm644 -t "${pkgdir}"/usr/share/doc/${pkgname}/examples/ ${example}
-  done
-}

Copied: i3status-rust/repos/community-x86_64/PKGBUILD (from rev 664621, 
i3status-rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 12:02:57 UTC (rev 664622)
@@ -0,0 +1,44 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Daniel M. Capella 
+# Contributor: Josip Ponjavic 
+
+pkgname=i3status-rust
+pkgver=0.14.1
+pkgrel=4
+pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written 
in pure Rust'
+arch=('x86_64')
+url='https://github.com/greshake/i3status-rust'
+license=('GPL3')
+depends=('libpulse')
+makedepends=('rust')
+optdepends=('alsa-utils: for the volume block'
+'bluez: for the bluetooth block'
+'curl: for the weather block'
+'fakeroot: for the pacman block to show pending updates'
+'ibus: for the ibus block'
+'iw: display wifi signal strength in net block'
+'kdeconnect: for the kdeconnect block'
+'lm_sensors: for the temperature block'
+'networkmanager: for the networkmanager block'
+'powerline-fonts: for all themes using the Powerline arrow char'
+'pulseaudio: for the volume block'
+'speedtest-cli: for the speedtest block'
+'ttf-font-awesome: for the awesome icons'
+'upower: for the battery block')
+source=("https://github.com/greshake/i3status-rust/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+b2sums=('5251aef5c91c200561c3e0ff8f4794ea8d30bb4036cdf67d24436b2b267965c2b4dddb2a2e4d4a60194866212a9e96ee96fc794bcc9cdbd198a6005b84a0e8ea')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 -t "${pkgdir}"/usr/bin target/release/i3status-rs
+  install -Dm644 -t "${pkgdir}"/usr/share/man/man1 man/i3status-rs.1
+
+  for example in example_config.toml example_icon.toml example_theme.toml; do
+install -Dm644 -t "${pkgdir}"/usr/share/doc/${pkgname}/examples/ ${example}
+  done
+}


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

2020-07-20 Thread Frederik Schwan via arch-commits
Date: Monday, July 20, 2020 @ 12:00:14
  Author: freswa
Revision: 664621

upgpkg: i3status-rust 0.14.1-4

Modified:
  i3status-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 11:16:59 UTC (rev 664620)
+++ PKGBUILD2020-07-20 12:00:14 UTC (rev 664621)
@@ -4,7 +4,7 @@
 
 pkgname=i3status-rust
 pkgver=0.14.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written 
in pure Rust'
 arch=('x86_64')
 url='https://github.com/greshake/i3status-rust'
@@ -16,6 +16,7 @@
 'curl: for the weather block'
 'fakeroot: for the pacman block to show pending updates'
 'ibus: for the ibus block'
+'iw: display wifi signal strength in net block'
 'kdeconnect: for the kdeconnect block'
 'lm_sensors: for the temperature block'
 'networkmanager: for the networkmanager block'


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

2020-07-20 Thread Bruno Pagani via arch-commits
Date: Monday, July 20, 2020 @ 11:16:48
  Author: archange
Revision: 664619

Rebuild for libjcat 0.1.3

See https://github.com/fwupd/fwupd/issues/2267
Also mesonify PKGBUILD

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 09:37:54 UTC (rev 664618)
+++ PKGBUILD2020-07-20 11:16:48 UTC (rev 664619)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd";
@@ -36,18 +36,16 @@
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 
 build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false -D plugin_flashrom=true ../build
-ninja -v -C ../build
+arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
+meson compile -C build
 }
 
 check() {
-cd build
-meson test
+meson test -C build
 }
 
 package() {
-DESTDIR="${pkgdir}" ninja -C build install
+DESTDIR="${pkgdir}" meson install -C build
 # Fixup mode to match polkit
 install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
 # Remove the tests


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

2020-07-20 Thread Bruno Pagani via arch-commits
Date: Monday, July 20, 2020 @ 11:16:59
  Author: archange
Revision: 664620

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 664619, fwupd/trunk/PKGBUILD)
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 11:16:48 UTC (rev 664619)
+++ PKGBUILD2020-07-20 11:16:59 UTC (rev 664620)
@@ -1,55 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="Simple daemon to allow session software to update firmware"
-arch=(x86_64)
-url="https://github.com/fwupd/fwupd";
-license=(LGPL)
-depends=(libxmlb efivar python libsmbios libgusb
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss
- flashrom libjcat)
-optdepends=(
-'modemmanager: modem firmware upgrade support'
-'udisks2: UEFI firmware upgrade support'
-)
-makedepends=(meson valgrind gobject-introspection gtk-doc
- python-cairo noto-fonts noto-fonts-cjk python-gobject vala
- bash-completion python-pillow help2man gnu-efi-libs)
-checkdepends=(umockdev)
-backup=('etc/fwupd/daemon.conf'
-'etc/fwupd/redfish.conf'
-'etc/fwupd/remotes.d/dell-esrt.conf'
-'etc/fwupd/remotes.d/fwupd-tests.conf'
-'etc/fwupd/remotes.d/lvfs-testing.conf'
-'etc/fwupd/remotes.d/lvfs.conf'
-'etc/fwupd/remotes.d/vendor-directory.conf'
-'etc/fwupd/remotes.d/vendor.conf'
-'etc/fwupd/uefi.conf'
-'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('d742d5f30b6018a936486c3e42f6f2542ed8724afe04f517eb7b14dda749d60f'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false -D plugin_flashrom=true ../build
-ninja -v -C ../build
-}
-
-check() {
-cd build
-meson test
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-# Fixup mode to match polkit
-install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 664619, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 11:16:59 UTC (rev 664620)
@@ -0,0 +1,53 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.4.4
+pkgrel=2
+pkgdesc="Simple daemon to allow session software to update firmware"
+arch=(x86_64)
+url="https://github.com/fwupd/fwupd";
+license=(LGPL)
+depends=(libxmlb efivar python libsmbios libgusb
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
+optdepends=(
+'modemmanager: modem firmware upgrade support'
+'udisks2: UEFI firmware upgrade support'
+)
+makedepends=(meson valgrind gobject-introspection gtk-doc
+ python-cairo noto-fonts noto-fonts-cjk python-gobject vala
+ bash-completion python-pillow help2man gnu-efi-libs)
+checkdepends=(umockdev)
+backup=('etc/fwupd/daemon.conf'
+'etc/fwupd/redfish.conf'
+'etc/fwupd/remotes.d/dell-esrt.conf'
+'etc/fwupd/remotes.d/fwupd-tests.conf'
+'etc/fwupd/remotes.d/lvfs-testing.conf'
+'etc/fwupd/remotes.d/lvfs.conf'
+'etc/fwupd/remotes.d/vendor-directory.conf'
+'etc/fwupd/remotes.d/vendor.conf'
+'etc/fwupd/uefi.conf'
+'etc/fwupd/upower.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('d742d5f30b6018a936486c3e42f6f2542ed8724afe04f517eb7b14dda749d60f'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D 
plugin_flashrom=true
+meson compile -C build
+}
+
+check() {
+meson test -C build
+}
+
+package() {
+DESTDIR="${pkgdir}" meson install -C build
+# Fixup mode to match polkit
+install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


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

2020-07-20 Thread Massimiliano Torromeo via arch-commits
Date: Monday, July 20, 2020 @ 09:37:54
  Author: mtorromeo
Revision: 664618

archrelease: copy trunk to community-x86_64

Added:
  libdwarf/repos/community-x86_64/PKGBUILD
(from rev 664617, libdwarf/trunk/PKGBUILD)
Deleted:
  libdwarf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 09:37:41 UTC (rev 664617)
+++ PKGBUILD2020-07-20 09:37:54 UTC (rev 664618)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Alain Kalker 
-# Contributor: Marti Raudsepp 
-
-pkgname=libdwarf
-pkgver=20200703
-pkgrel=1
-pkgdesc="A library for handling DWARF Debugging Information Format"
-arch=(x86_64)
-license=('GPL' 'LGPL')
-url="https://www.prevanders.net/dwarf.html";
-depends=('elfutils')
-options+=('staticlibs')
-#_commit="245262d6ccaeed17f7564c31b78da2d4df1a3ee0"
-#source=(https://sourceforge.net/code-snapshots/git/l/li/libdwarf/code.git/libdwarf-code-$_commit.zip)
-source=(https://www.prevanders.net/libdwarf-$pkgver.tar.gz)
-sha512sums=('bf0ea33b166d1a5723f67022282eeb2f374425e8bf3887cde843bcec8d47036fc5c2d713311e09f43ea93b79616a4743a0394bcd3820f871243a37c0982358c3')
-
-build() {
-  cd "$srcdir"/libdwarf-$pkgver
-  # cd "$srcdir"/libdwarf-code-$_commit
-  ./configure --prefix=/usr --includedir=/usr/include/libdwarf --enable-shared
-  make
-}
-
-# check() {
-#   cd "$srcdir"/libdwarf-$pkgver
-#   # cd "$srcdir"/libdwarf-code-$_commit
-#   make check
-# }
-
-package() {
-  cd "$srcdir"/libdwarf-$pkgver
-  # cd "$srcdir"/libdwarf-code-$_commit
-  make DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/share/doc/$pkgname
-  install -m644 README NEWS "$pkgdir"/usr/share/doc/$pkgname/
-}

Copied: libdwarf/repos/community-x86_64/PKGBUILD (from rev 664617, 
libdwarf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 09:37:54 UTC (rev 664618)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Alain Kalker 
+# Contributor: Marti Raudsepp 
+
+pkgname=libdwarf
+pkgver=20200719
+pkgrel=1
+pkgdesc="A library for handling DWARF Debugging Information Format"
+arch=(x86_64)
+license=('GPL' 'LGPL')
+url="https://www.prevanders.net/dwarf.html";
+depends=('elfutils')
+options+=('staticlibs')
+#_commit="245262d6ccaeed17f7564c31b78da2d4df1a3ee0"
+#source=(https://sourceforge.net/code-snapshots/git/l/li/libdwarf/code.git/libdwarf-code-$_commit.zip)
+source=(https://www.prevanders.net/libdwarf-$pkgver.tar.gz)
+sha512sums=('d474482a7391ca660fa08c2f52ef1c2961b7c2e7e5b92bf733a9996b7f610ec227ff6ea00401f0b4fcd897552fc3b0b054e706a36aaffe10841a383391e013a0')
+
+build() {
+  cd "$srcdir"/libdwarf-$pkgver
+  # cd "$srcdir"/libdwarf-code-$_commit
+  ./configure --prefix=/usr --includedir=/usr/include/libdwarf --enable-shared
+  make
+}
+
+# check() {
+#   cd "$srcdir"/libdwarf-$pkgver
+#   # cd "$srcdir"/libdwarf-code-$_commit
+#   make check
+# }
+
+package() {
+  cd "$srcdir"/libdwarf-$pkgver
+  # cd "$srcdir"/libdwarf-code-$_commit
+  make DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir"/usr/share/doc/$pkgname
+  install -m644 README NEWS "$pkgdir"/usr/share/doc/$pkgname/
+}


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

2020-07-20 Thread Massimiliano Torromeo via arch-commits
Date: Monday, July 20, 2020 @ 09:37:41
  Author: mtorromeo
Revision: 664617

upgpkg: libdwarf 20200719-1

Modified:
  libdwarf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 07:35:10 UTC (rev 664616)
+++ PKGBUILD2020-07-20 09:37:41 UTC (rev 664617)
@@ -3,7 +3,7 @@
 # Contributor: Marti Raudsepp 
 
 pkgname=libdwarf
-pkgver=20200703
+pkgver=20200719
 pkgrel=1
 pkgdesc="A library for handling DWARF Debugging Information Format"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 #_commit="245262d6ccaeed17f7564c31b78da2d4df1a3ee0"
 
#source=(https://sourceforge.net/code-snapshots/git/l/li/libdwarf/code.git/libdwarf-code-$_commit.zip)
 source=(https://www.prevanders.net/libdwarf-$pkgver.tar.gz)
-sha512sums=('bf0ea33b166d1a5723f67022282eeb2f374425e8bf3887cde843bcec8d47036fc5c2d713311e09f43ea93b79616a4743a0394bcd3820f871243a37c0982358c3')
+sha512sums=('d474482a7391ca660fa08c2f52ef1c2961b7c2e7e5b92bf733a9996b7f610ec227ff6ea00401f0b4fcd897552fc3b0b054e706a36aaffe10841a383391e013a0')
 
 build() {
   cd "$srcdir"/libdwarf-$pkgver


[arch-commits] Commit in pycharm-community-edition/trunk (PKGBUILD pycharm.sh)

2020-07-20 Thread Levente Polyak via arch-commits
Date: Monday, July 20, 2020 @ 07:35:04
  Author: anthraxx
Revision: 664615

upgpkg: pycharm-community-edition 2020.1.3-1

Modified:
  pycharm-community-edition/trunk/PKGBUILD
  pycharm-community-edition/trunk/pycharm.sh

+
 PKGBUILD   |   10 ++
 pycharm.sh |   15 +--
 2 files changed, 19 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-20 05:59:11 UTC (rev 664614)
+++ PKGBUILD2020-07-20 07:35:04 UTC (rev 664615)
@@ -3,9 +3,9 @@
 # Contributor: David Keogh 
 
 pkgname=pycharm-community-edition
-pkgver=2020.1.2
-_build=201.7846.77
-_gitcommit=47bc792f3b88d030aeabd4d00b0d757100a35289
+pkgver=2020.1.3
+_build=201.8538.36
+_gitcommit=3e0e8f91ced043195717b296b09e008802b2f6aa
 pkgrel=1
 pkgdesc='Python IDE for Professional Developers'
 arch=(x86_64)
@@ -15,9 +15,11 @@
   giflib
   glib2
   java-runtime=11
+  java11-openjfx
   python
   sh
   ttf-font
+  libdbusmenu-glib
 )
 optdepends=(
   'ipython2: IPython integration for Python 2'
@@ -39,7 +41,7 @@
 )
 sha256sums=('SKIP'
 'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
-'8c1328ab5693a21fc49447d6aab979bf01cc6e2f592071b0ccbeba64cf6bd2d5')
+'7b5360b4977e934931acab775d04915417a5da9f3ea1dd44355525b0016cf65d')
 
 prepare() {
   cd intellij-community

Modified: pycharm.sh
===
--- pycharm.sh  2020-07-20 05:59:11 UTC (rev 664614)
+++ pycharm.sh  2020-07-20 07:35:04 UTC (rev 664615)
@@ -1,9 +1,20 @@
 #!/bin/sh
 
+# WARNING:
+# Running IntelliJ PYCHARM with java other than java 11
+# may cause various problems, such as Graddle import not working
 if [ -z "$PYCHARM_JDK" ] ; then
   PYCHARM_JDK="/usr/lib/jvm/java-11-openjdk/"
 fi
-exec env PYCHARM_JDK="$PYCHARM_JDK" /usr/share/pycharm/bin/pycharm.sh "$@"
+# open-jfx location that should match the JDK version
+if [ -z "$PYCHARM_JFX" ] ; then
+  PYCHARM_JFX="/usr/lib/jvm/java-11-openjfx/"
+fi
+# classpath according to defined JDK/JFX
+if [ -z "$PYCHARM_CLASSPATH" ] ; then
+  PYCHARM_CLASSPATH="${PYCHARM_JDK}/lib/*:${PYCHARM_JFX}/lib/*"
+fi
 
+exec env PYCHARM_JDK="$PYCHARM_JDK" PYCHARM_CLASSPATH="$PYCHARM_CLASSPATH" 
/usr/share/pycharm/bin/pycharm.sh "$@"
+
 # vim: ts=2 sw=2 et:
-


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

2020-07-20 Thread Levente Polyak via arch-commits
Date: Monday, July 20, 2020 @ 07:35:10
  Author: anthraxx
Revision: 664616

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 664615, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 664615, pycharm-community-edition/trunk/pycharm.desktop)
  pycharm-community-edition/repos/community-x86_64/pycharm.sh
(from rev 664615, pycharm-community-edition/trunk/pycharm.sh)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
  pycharm-community-edition/repos/community-x86_64/pycharm.sh

-+
 PKGBUILD|  180 +++---
 pycharm.desktop |   22 +++---
 pycharm.sh  |   29 ++--
 3 files changed, 122 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-20 07:35:04 UTC (rev 664615)
+++ PKGBUILD2020-07-20 07:35:10 UTC (rev 664616)
@@ -1,89 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Levente Polyak 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2020.1.2
-_build=201.7846.77
-_gitcommit=47bc792f3b88d030aeabd4d00b0d757100a35289
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=(x86_64)
-url=https://www.jetbrains.com/pycharm/
-license=(APACHE)
-depends=(
-  giflib
-  glib2
-  java-runtime=11
-  python
-  sh
-  ttf-font
-)
-optdepends=(
-  'ipython2: IPython integration for Python 2'
-  'ipython: IPython integration for Python 3'
-  'python2: Python 2 support'
-)
-makedepends=(
-  ant
-  git
-  java-environment=8
-  java8-openjfx
-  python2-setuptools
-  python-setuptools
-)
-source=(
-  
"git+https://github.com/JetBrains/intellij-community.git#commit=${_gitcommit}";
-  pycharm.desktop
-  pycharm.sh
-)
-sha256sums=('SKIP'
-'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
-'8c1328ab5693a21fc49447d6aab979bf01cc6e2f592071b0ccbeba64cf6bd2d5')
-
-prepare() {
-  cd intellij-community
-
-  echo ${_build} > build.txt
-  sed '/def targetOs =/c def targetOs = "linux"' -i 
build/dependencies/setupJbre.gradle
-  sed '/String targetOS/c   String targetOS = OS_LINUX' -i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
-  sed -E 's|(\1|' -i build.xml
-  sed -E 's|(\1|' -i python/build.xml
-  sed "s/-Xmx612m -XX:MaxPermSize=152m/-Xmx2048m -XX:MaxPermSize=512m/" -i 
python/build.xml
-  sed 
's|../build/plugins-autoupload-whitelist.txt|plugins-autoupload-whitelist.txt|' 
-i 
platform/build-scripts/groovy/org/jetbrains/intellij/build/impl/DistributionJARsBuilder.groovy
-  touch plugins-autoupload-whitelist.txt
-}
-
-build() {
-  cd intellij-community/python
-
-  unset _JAVA_OPTIONS
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-  export PATH="$JAVA_HOME/bin:$PATH"
-
-  ant -Dintellij.build.target.os=linux build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jbr.tar.gz -C 
"${srcdir}"
-
-  cd ../../pycharm-community-${pkgver}
-
-  python2 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-  python3 plugins/python-ce/helpers/pydev/setup_cython.py build_ext 
--build-temp build --build-lib .
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  # workaround FS#40934
-  sed -i 's/lcd/on/' bin/*.vmoptions
-
-  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses,pixmaps,pycharm}
-  cp -dr --no-preserve='ownership' bin lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -Dm 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 755 ../pycharm.sh "${pkgdir}"/usr/bin/pycharm
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
664615, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-20 07:35:10 UTC (rev 664616)
@@ -0,0 +1,91 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Levente Polyak 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2020.1.3
+_build=201.8538.36
+_gitcommit=3e0e8f91ced043195717b296b09e008802b2f6aa
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=(x86_64)
+url=https://www.jetbrains.com/pycharm/
+license=(APACHE)
+depends=(
+  giflib
+  glib2
+  java-runtime=11
+  java11-openjfx
+  python
+  sh
+  ttf-font
+  libdbusmenu-glib
+)
+optdepends=(
+  'ipython2: IPython integration for Python 2'
+  'ipython: IPython integration for Python 3'
+  'python2: Python 2 support'
+)
+makedepends=(
+  ant
+  git
+  j