[arch-commits] Commit in (4 files)

2020-07-05 Thread Daniel M. Capella via arch-commits
Date: Monday, July 6, 2020 @ 03:56:20
  Author: polyzen
Revision: 657954

Initial commit

Added:
  ueberzug/
  ueberzug/repos/
  ueberzug/trunk/
  ueberzug/trunk/PKGBUILD

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

Added: ueberzug/trunk/PKGBUILD
===
--- ueberzug/trunk/PKGBUILD (rev 0)
+++ ueberzug/trunk/PKGBUILD 2020-07-06 03:56:20 UTC (rev 657954)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: arkhan 
+
+pkgname=ueberzug
+pkgver=18.1.6
+pkgrel=2
+pkgdesc='Command line util which allows to display images in combination with 
X11'
+arch=('any')
+url=https://github.com/seebye/ueberzug
+license=('GPL3')
+depends=('libxext' 'python-attrs' 'python-docopt' 'python-pillow'
+ 'python-psutil' 'python-setuptools' 'python-xlib')
+provides=("python-$pkgname")
+replaces=("python-$pkgname")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('cbdf1006f7c2c6872c9d68a2b883dc278ceea155c207966da95eafb973c2498d')
+
+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 ueberzug/repos (community-any community-any/PKGBUILD)

2020-07-05 Thread Daniel M. Capella via arch-commits
Date: Monday, July 6, 2020 @ 03:56:49
  Author: polyzen
Revision: 657955

archrelease: copy trunk to community-any

Added:
  ueberzug/repos/community-any/
  ueberzug/repos/community-any/PKGBUILD
(from rev 657954, ueberzug/trunk/PKGBUILD)

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

Copied: ueberzug/repos/community-any/PKGBUILD (from rev 657954, 
ueberzug/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-07-06 03:56:49 UTC (rev 657955)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: arkhan 
+
+pkgname=ueberzug
+pkgver=18.1.6
+pkgrel=2
+pkgdesc='Command line util which allows to display images in combination with 
X11'
+arch=('any')
+url=https://github.com/seebye/ueberzug
+license=('GPL3')
+depends=('libxext' 'python-attrs' 'python-docopt' 'python-pillow'
+ 'python-psutil' 'python-setuptools' 'python-xlib')
+provides=("python-$pkgname")
+replaces=("python-$pkgname")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('cbdf1006f7c2c6872c9d68a2b883dc278ceea155c207966da95eafb973c2498d')
+
+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 python-sphinx/repos/community-any (PKGBUILD PKGBUILD)

2020-07-05 Thread Daniel M. Capella via arch-commits
Date: Monday, July 6, 2020 @ 03:51:37
  Author: polyzen
Revision: 657953

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 03:51:14 UTC (rev 657952)
+++ PKGBUILD2020-07-06 03:51:37 UTC (rev 657953)
@@ -1,54 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Daniel M. Capella 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgname=python-sphinx
-pkgver=3.1.1
-pkgrel=1
-pkgdesc='Python documentation generator'
-arch=('any')
-url=http://www.sphinx-doc.org/
-license=('BSD')
-depends=('python-babel'
- 'python-docutils'
- 'python-imagesize'
- 'python-jinja'
- 'python-pygments'
- 'python-requests'
- 'python-setuptools'
- 'python-snowballstemmer'
- 'python-sphinx-alabaster-theme'
- 
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
-#checkdepends=('cython'
-#  'imagemagick' 'librsvg'
-#  'python-html5lib'
-#  'python-pytest'
-#  'texlive-fontsextra' 'texlive-latexextra')
-optdepends=('imagemagick: for ext.imgconverter'
-'texlive-latexextra: for generation of PDF documentation')
-source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-sha256sums=('74fbead182a611ce1444f50218a1c5fc70b6cc547f64948f5182fb30a2a20258'
-'SKIP')
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
-  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
-
-build() {
-  cd Sphinx-$pkgver
-  make build
-}
-
-#check() {
-#  cd Sphinx-$pkgver
-#  LC_ALL="en_US.UTF-8" make test
-#  rm -r tests
-#}
-
-package() {
-  cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 657952, 
python-sphinx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 03:51:37 UTC (rev 657953)
@@ -0,0 +1,54 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Daniel M. Capella 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgname=python-sphinx
+pkgver=3.1.2
+pkgrel=1
+pkgdesc='Python documentation generator'
+arch=('any')
+url=http://www.sphinx-doc.org/
+license=('BSD')
+depends=('python-babel'
+ 'python-docutils'
+ 'python-imagesize'
+ 'python-jinja'
+ 'python-pygments'
+ 'python-requests'
+ 'python-setuptools'
+ 'python-snowballstemmer'
+ 'python-sphinx-alabaster-theme'
+ 
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
+checkdepends=('cython'
+  'imagemagick' 'librsvg'
+  'python-html5lib'
+  'python-pytest'
+  'texlive-fontsextra' 'texlive-latexextra')
+optdepends=('imagemagick: for ext.imgconverter'
+'texlive-latexextra: for generation of PDF documentation')
+source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
+sha256sums=('b9daeb9b39aa1ffefc2809b43604109825300300b987a24f45976c001ba1a8fd'
+'SKIP')
+validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
+  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
+
+build() {
+  cd Sphinx-$pkgver
+  make build
+}
+
+check() {
+  cd Sphinx-$pkgver
+  LC_ALL="en_US.UTF-8" make test
+  rm -r tests
+}
+
+package() {
+  cd Sphinx-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-05 Thread Daniel M. Capella via arch-commits
Date: Monday, July 6, 2020 @ 03:51:14
  Author: polyzen
Revision: 657952

upgpkg: python-sphinx 3.1.2-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 01:53:57 UTC (rev 657951)
+++ PKGBUILD2020-07-06 03:51:14 UTC (rev 657952)
@@ -5,7 +5,7 @@
 # Contributor: Fabio Volpe 
 
 pkgname=python-sphinx
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='Python documentation generator'
 arch=('any')
@@ -21,15 +21,15 @@
  'python-snowballstemmer'
  'python-sphinx-alabaster-theme'
  
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
-#checkdepends=('cython'
-#  'imagemagick' 'librsvg'
-#  'python-html5lib'
-#  'python-pytest'
-#  'texlive-fontsextra' 'texlive-latexextra')
+checkdepends=('cython'
+  'imagemagick' 'librsvg'
+  'python-html5lib'
+  'python-pytest'
+  'texlive-fontsextra' 'texlive-latexextra')
 optdepends=('imagemagick: for ext.imgconverter'
 'texlive-latexextra: for generation of PDF documentation')
 
source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-sha256sums=('74fbead182a611ce1444f50218a1c5fc70b6cc547f64948f5182fb30a2a20258'
+sha256sums=('b9daeb9b39aa1ffefc2809b43604109825300300b987a24f45976c001ba1a8fd'
 'SKIP')
 validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
   'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
@@ -39,11 +39,11 @@
   make build
 }
 
-#check() {
-#  cd Sphinx-$pkgver
-#  LC_ALL="en_US.UTF-8" make test
-#  rm -r tests
-#}
+check() {
+  cd Sphinx-$pkgver
+  LC_ALL="en_US.UTF-8" make test
+  rm -r tests
+}
 
 package() {
   cd Sphinx-$pkgver


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

2020-07-05 Thread Frederik Schwan via arch-commits
Date: Monday, July 6, 2020 @ 01:53:57
  Author: freswa
Revision: 657951

archrelease: copy trunk to community-any

Added:
  ttf-eurof/repos/community-any/
  ttf-eurof/repos/community-any/PKGBUILD
(from rev 657950, ttf-eurof/trunk/PKGBUILD)

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

Copied: ttf-eurof/repos/community-any/PKGBUILD (from rev 657950, 
ttf-eurof/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-07-06 01:53:57 UTC (rev 657951)
@@ -0,0 +1,17 @@
+# Maintainer: Frederik Schwan 
+# Contributor: TDY 
+
+pkgname=ttf-eurof
+pkgver=1.0
+pkgrel=2
+pkgdesc='The original eurofurence font designed for headlines, signs, badges, 
inscriptions, et al.'
+arch=('any')
+url='https://www.dafont.com/eurofurence.font'
+license=('custom')
+source=(eurof_tt.zip::https://img.dafont.com/dl/?f=eurofurence)
+b2sums=('50ba13c01a45c7bb2d3bc76cc3b56e2e5b1c54a338b8ef4e9d8175703387f3f8d009a12235f875b852a90892ddc183e50cc2194cfc0f6dd75fd1db6b9e4eea8d')
+
+package() {
+  install -Dm644 -t "${pkgdir}"/usr/share/fonts/TTF/ eurof*.ttf
+  install -Dm644 eurof_tt.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
+}


[arch-commits] Commit in (4 files)

2020-07-05 Thread Frederik Schwan via arch-commits
Date: Monday, July 6, 2020 @ 01:53:33
  Author: freswa
Revision: 657950

ttf-eurof: move from unsupported to community

Added:
  ttf-eurof/
  ttf-eurof/repos/
  ttf-eurof/trunk/
  ttf-eurof/trunk/PKGBUILD

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

Added: ttf-eurof/trunk/PKGBUILD
===
--- ttf-eurof/trunk/PKGBUILD(rev 0)
+++ ttf-eurof/trunk/PKGBUILD2020-07-06 01:53:33 UTC (rev 657950)
@@ -0,0 +1,17 @@
+# Maintainer: Frederik Schwan 
+# Contributor: TDY 
+
+pkgname=ttf-eurof
+pkgver=1.0
+pkgrel=2
+pkgdesc='The original eurofurence font designed for headlines, signs, badges, 
inscriptions, et al.'
+arch=('any')
+url='https://www.dafont.com/eurofurence.font'
+license=('custom')
+source=(eurof_tt.zip::https://img.dafont.com/dl/?f=eurofurence)
+b2sums=('50ba13c01a45c7bb2d3bc76cc3b56e2e5b1c54a338b8ef4e9d8175703387f3f8d009a12235f875b852a90892ddc183e50cc2194cfc0f6dd75fd1db6b9e4eea8d')
+
+package() {
+  install -Dm644 -t "${pkgdir}"/usr/share/fonts/TTF/ eurof*.ttf
+  install -Dm644 eurof_tt.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
+}


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

2020-07-05 Thread Frederik Schwan via arch-commits
Date: Monday, July 6, 2020 @ 01:47:26
  Author: freswa
Revision: 657949

archrelease: copy trunk to community-any

Added:
  ttf-monofur/repos/community-any/
  ttf-monofur/repos/community-any/PKGBUILD
(from rev 657948, ttf-monofur/trunk/PKGBUILD)

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

Copied: ttf-monofur/repos/community-any/PKGBUILD (from rev 657948, 
ttf-monofur/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-07-06 01:47:26 UTC (rev 657949)
@@ -0,0 +1,17 @@
+# Maintainer: Frederik Schwan 
+# Contributor: TDY 
+
+pkgname=ttf-monofur
+pkgver=1.0
+pkgrel=7
+pkgdesc='A monospaced font derived from the eurofurence typeface family'
+arch=('any')
+url='https://www.dafont.com/monofur.font'
+license=('custom')
+source=(monof_tt.zip::https://img.dafont.com/dl/?f=monofur)
+b2sums=('4c16bbf3aded140d3e59f201cca868ef2a26e39fe757ec5a01674b2f7be2277e13bd2e76a644584d537a185049b29873785656113c0ce10cc90580fd4e239b2a')
+
+package() {
+  install -Dm644 -t "${pkgdir}"/usr/share/fonts/TTF/ monof55.ttf monof56.ttf
+  install -Dm644 monof_tt.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
+}


[arch-commits] Commit in (4 files)

2020-07-05 Thread Frederik Schwan via arch-commits
Date: Monday, July 6, 2020 @ 01:46:56
  Author: freswa
Revision: 657948

ttf-monofur: move from unsupported to community

Added:
  ttf-monofur/
  ttf-monofur/repos/
  ttf-monofur/trunk/
  ttf-monofur/trunk/PKGBUILD

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

Added: ttf-monofur/trunk/PKGBUILD
===
--- ttf-monofur/trunk/PKGBUILD  (rev 0)
+++ ttf-monofur/trunk/PKGBUILD  2020-07-06 01:46:56 UTC (rev 657948)
@@ -0,0 +1,17 @@
+# Maintainer: Frederik Schwan 
+# Contributor: TDY 
+
+pkgname=ttf-monofur
+pkgver=1.0
+pkgrel=7
+pkgdesc='A monospaced font derived from the eurofurence typeface family'
+arch=('any')
+url='https://www.dafont.com/monofur.font'
+license=('custom')
+source=(monof_tt.zip::https://img.dafont.com/dl/?f=monofur)
+b2sums=('4c16bbf3aded140d3e59f201cca868ef2a26e39fe757ec5a01674b2f7be2277e13bd2e76a644584d537a185049b29873785656113c0ce10cc90580fd4e239b2a')
+
+package() {
+  install -Dm644 -t "${pkgdir}"/usr/share/fonts/TTF/ monof55.ttf monof56.ttf
+  install -Dm644 monof_tt.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
+}


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

2020-07-05 Thread Frederik Schwan via arch-commits
Date: Monday, July 6, 2020 @ 01:26:47
  Author: freswa
Revision: 657947

archrelease: copy trunk to community-any

Added:
  otf-hermit/repos/community-any/
  otf-hermit/repos/community-any/PKGBUILD
(from rev 657946, otf-hermit/trunk/PKGBUILD)

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

Copied: otf-hermit/repos/community-any/PKGBUILD (from rev 657946, 
otf-hermit/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-07-06 01:26:47 UTC (rev 657947)
@@ -0,0 +1,18 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Pablo Caro 
+# Thanks to Fabien Dovero
+
+pkgname=otf-hermit
+pkgver=2.0
+pkgrel=2
+pkgdesc='A monospace font designed to be clear, pragmatic and very readable.'
+arch=('any')
+url='https://pcaro.es/p/hermit/'
+source=("https://pcaro.es/d/otf-hermit-${pkgver}.tar.gz;)
+license=('custom:OFL')
+b2sums=('f0f7c7646aec9fedd890a498d49cb68e74f6e92f2cafe093e0417bb2745c3bba25dc2f8ccf4b8a454d3264085d9277329a66e5c509344aae388d23b7b169')
+
+package() {
+  install -Dm644 -t "${pkgdir}"/usr/share/fonts/OTF *.otf
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2020-07-05 Thread Frederik Schwan via arch-commits
Date: Monday, July 6, 2020 @ 01:26:31
  Author: freswa
Revision: 657946

otf-hermit: increase pkgrel after import from unsupported

Modified:
  otf-hermit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 01:24:45 UTC (rev 657945)
+++ PKGBUILD2020-07-06 01:26:31 UTC (rev 657946)
@@ -4,8 +4,8 @@
 
 pkgname=otf-hermit
 pkgver=2.0
-pkgrel=1
-pkgdesc="A monospace font designed to be clear, pragmatic and very readable."
+pkgrel=2
+pkgdesc='A monospace font designed to be clear, pragmatic and very readable.'
 arch=('any')
 url='https://pcaro.es/p/hermit/'
 source=("https://pcaro.es/d/otf-hermit-${pkgver}.tar.gz;)
@@ -13,6 +13,6 @@
 
b2sums=('f0f7c7646aec9fedd890a498d49cb68e74f6e92f2cafe093e0417bb2745c3bba25dc2f8ccf4b8a454d3264085d9277329a66e5c509344aae388d23b7b169')
 
 package() {
-install -Dm644 -t "${pkgdir}"/usr/share/fonts/OTF *.otf
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 -t "${pkgdir}"/usr/share/fonts/OTF *.otf
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


[arch-commits] Commit in (4 files)

2020-07-05 Thread Frederik Schwan via arch-commits
Date: Monday, July 6, 2020 @ 01:24:45
  Author: freswa
Revision: 657945

otf-hermit: move from unsupported to community

Added:
  otf-hermit/
  otf-hermit/repos/
  otf-hermit/trunk/
  otf-hermit/trunk/PKGBUILD

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

Added: otf-hermit/trunk/PKGBUILD
===
--- otf-hermit/trunk/PKGBUILD   (rev 0)
+++ otf-hermit/trunk/PKGBUILD   2020-07-06 01:24:45 UTC (rev 657945)
@@ -0,0 +1,18 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Pablo Caro 
+# Thanks to Fabien Dovero
+
+pkgname=otf-hermit
+pkgver=2.0
+pkgrel=1
+pkgdesc="A monospace font designed to be clear, pragmatic and very readable."
+arch=('any')
+url='https://pcaro.es/p/hermit/'
+source=("https://pcaro.es/d/otf-hermit-${pkgver}.tar.gz;)
+license=('custom:OFL')
+b2sums=('f0f7c7646aec9fedd890a498d49cb68e74f6e92f2cafe093e0417bb2745c3bba25dc2f8ccf4b8a454d3264085d9277329a66e5c509344aae388d23b7b169')
+
+package() {
+install -Dm644 -t "${pkgdir}"/usr/share/fonts/OTF *.otf
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2020-07-05 Thread Balló György via arch-commits
Date: Monday, July 6, 2020 @ 00:11:46
  Author: bgyorgy
Revision: 657944

archrelease: copy trunk to community-any

Added:
  flowblade/repos/
  flowblade/repos/community-any/
  flowblade/repos/community-any/PKGBUILD
(from rev 657943, flowblade/trunk/PKGBUILD)

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

Copied: flowblade/repos/community-any/PKGBUILD (from rev 657943, 
flowblade/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2020-07-06 00:11:46 UTC (rev 657944)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+# Contributor: sxe 
+
+pkgname=flowblade
+pkgver=2.6
+pkgrel=1
+pkgdesc="Multitrack non-linear video editor"
+arch=(any)
+url="https://jliljebl.github.io/flowblade/;
+license=(GPL3)
+depends=(ffmpeg frei0r-plugins gmic gtk3 mlt python-cairo python-dbus 
python-gobject
+ python-numpy python-pillow sdl_image swh-plugins)
+source=("https://github.com/jliljebl/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('1caef13b0a21cd0720a4ae9bb8eec414706fd5a5c8562dbb6bb70164cbdfc141')
+
+prepare() {
+  cd $pkgname-$pkgver/$pkgname-trunk
+  _python_site_packages=`echo /usr/lib/python3*/site-packages`
+  sed -i "s|/usr/share/pyshared/Flowblade|$_python_site_packages/Flowblade|" 
flowblade
+  sed -i "s|,'res/help/\*'|,'res/help/*','res/help/*/*'|
+  s|share/appdata|share/metainfo|" setup.py
+}
+
+build() {
+  cd $pkgname-$pkgver/$pkgname-trunk
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver/$pkgname-trunk
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-07-05 Thread Balló György via arch-commits
Date: Monday, July 6, 2020 @ 00:09:53
  Author: bgyorgy
Revision: 657943

Move flowblade from AUR with 98 votes

Added:
  flowblade/
  flowblade/trunk/
  flowblade/trunk/PKGBUILD

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

Added: flowblade/trunk/PKGBUILD
===
--- flowblade/trunk/PKGBUILD(rev 0)
+++ flowblade/trunk/PKGBUILD2020-07-06 00:09:53 UTC (rev 657943)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+# Contributor: sxe 
+
+pkgname=flowblade
+pkgver=2.6
+pkgrel=1
+pkgdesc="Multitrack non-linear video editor"
+arch=(any)
+url="https://jliljebl.github.io/flowblade/;
+license=(GPL3)
+depends=(ffmpeg frei0r-plugins gmic gtk3 mlt python-cairo python-dbus 
python-gobject
+ python-numpy python-pillow sdl_image swh-plugins)
+source=("https://github.com/jliljebl/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('1caef13b0a21cd0720a4ae9bb8eec414706fd5a5c8562dbb6bb70164cbdfc141')
+
+prepare() {
+  cd $pkgname-$pkgver/$pkgname-trunk
+  _python_site_packages=`echo /usr/lib/python3*/site-packages`
+  sed -i "s|/usr/share/pyshared/Flowblade|$_python_site_packages/Flowblade|" 
flowblade
+  sed -i "s|,'res/help/\*'|,'res/help/*','res/help/*/*'|
+  s|share/appdata|share/metainfo|" setup.py
+}
+
+build() {
+  cd $pkgname-$pkgver/$pkgname-trunk
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver/$pkgname-trunk
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in minicom/repos/community-x86_64 (3 files)

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:24:41
  Author: foxboron
Revision: 657942

archrelease: copy trunk to community-x86_64

Added:
  minicom/repos/community-x86_64/PKGBUILD
(from rev 657941, minicom/trunk/PKGBUILD)
  minicom/repos/community-x86_64/minicom-2.7.1-gcc-10.patch
(from rev 657941, minicom/trunk/minicom-2.7.1-gcc-10.patch)
Deleted:
  minicom/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |   73 +++
 minicom-2.7.1-gcc-10.patch |   31 ++
 2 files changed, 71 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 23:24:32 UTC (rev 657941)
+++ PKGBUILD2020-07-05 23:24:41 UTC (rev 657942)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Giovanni Scafora 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-# Contributor: Denis Tikhomirov 
-
-pkgname=minicom
-pkgver=2.7.1
-pkgrel=3
-pkgdesc="A serial communication program"
-arch=('x86_64')
-url="http://alioth.debian.org/projects/minicom/;
-license=('GPL')
-depends=('bash')
-optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
-backup=('etc/minirc.dfl')
-source=("${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/m/minicom/minicom_${pkgver}.orig.tar.gz;)
-sha256sums=('532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 doc/minirc.dfl ${pkgdir}/etc/minirc.dfl
-}

Copied: minicom/repos/community-x86_64/PKGBUILD (from rev 657941, 
minicom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 23:24:41 UTC (rev 657942)
@@ -0,0 +1,40 @@
+# Maintainer: Morten Linderud 
+# Contributor: Giovanni Scafora 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+# Contributor: Denis Tikhomirov 
+
+pkgname=minicom
+pkgver=2.7.1
+pkgrel=4
+pkgdesc="A serial communication program"
+arch=('x86_64')
+url="http://alioth.debian.org/projects/minicom/;
+license=('GPL')
+depends=('bash')
+optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
+backup=('etc/minirc.dfl')
+source=("${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/m/minicom/minicom_${pkgver}.orig.tar.gz;
+"minicom-2.7.1-gcc-10.patch")
+sha256sums=('532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1'
+'b7d8eab87a919feb6d519c06c70145624a6560208e8c79da3a2ed2c2e086def3')
+
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 < "$srcdir/minicom-2.7.1-gcc-10.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 doc/minirc.dfl ${pkgdir}/etc/minirc.dfl
+}

Copied: minicom/repos/community-x86_64/minicom-2.7.1-gcc-10.patch (from rev 
657941, minicom/trunk/minicom-2.7.1-gcc-10.patch)
===
--- minicom-2.7.1-gcc-10.patch  (rev 0)
+++ minicom-2.7.1-gcc-10.patch  2020-07-05 23:24:41 UTC (rev 657942)
@@ -0,0 +1,31 @@
+https://bugs.gentoo.org/705836
+--- a/src/minicom.h
 b/src/minicom.h
+@@ -109,13 +109,13 @@ EXTERN char *dial_tty; /* tty to use. */
+ 
+ EXTERN char *dial_name;   /* System we're conneced to */
+ EXTERN char *dial_number;   /* Number we've dialed. */
+-EXTERN char *dial_user; /* Our username there */
+-EXTERN char *dial_pass; /* Our password */
++extern char *dial_user; /* Our username there */
++extern char *dial_pass; /* Our password */
+ 
+ #ifdef USE_SOCKET
+-EXTERN int portfd_is_socket;  /* File descriptor is a unix socket */
+-EXTERN int portfd_is_connected;   /* 1 if the socket is connected */
+-EXTERN struct sockaddr_un portfd_sock_addr;   /* the unix socket address */
++extern int portfd_is_socket;  /* File descriptor is a unix socket */
++extern int portfd_is_connected;   /* 1 if the socket is connected */
++extern struct sockaddr_un portfd_sock_addr;   /* the unix socket address */
+ #define portfd_connected ((portfd_is_socket && !portfd_is_connected) \
+? -1 : portfd)
+ #else
+@@ -141,7 +141,7 @@ EXTERN int sbcolor; /* Status Bar Background Color */
+ EXTERN int st_attr;   /* Status Bar attributes. */
+ 
+ /* jl 04.09.97 conversion tables */
+-EXTERN unsigned char vt_outmap[256], vt_inmap[256];
++extern unsigned char vt_outmap[256], vt_inmap[256];
+ 
+ /* MARK updated 02/17/95 - history buffer */
+ EXTERN int num_hist_lines;  /* History buffer size */


[arch-commits] Commit in minicom/trunk (PKGBUILD minicom-2.7.1-gcc-10.patch)

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:24:32
  Author: foxboron
Revision: 657941

upgpkg: minicom 2.7.1-4

repro rebuild
added patch for gcc 10 from gentoo

Added:
  minicom/trunk/minicom-2.7.1-gcc-10.patch
Modified:
  minicom/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 minicom-2.7.1-gcc-10.patch |   31 +++
 2 files changed, 41 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 23:09:29 UTC (rev 657940)
+++ PKGBUILD2020-07-05 23:24:32 UTC (rev 657941)
@@ -6,7 +6,7 @@
 
 pkgname=minicom
 pkgver=2.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A serial communication program"
 arch=('x86_64')
 url="http://alioth.debian.org/projects/minicom/;
@@ -14,9 +14,16 @@
 depends=('bash')
 optdepends=('lrzsz: for xmodem, ymodem and zmodem file transfer protocols')
 backup=('etc/minirc.dfl')
-source=("${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/m/minicom/minicom_${pkgver}.orig.tar.gz;)
-sha256sums=('532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1')
+source=("${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/m/minicom/minicom_${pkgver}.orig.tar.gz;
+"minicom-2.7.1-gcc-10.patch")
+sha256sums=('532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1'
+'b7d8eab87a919feb6d519c06c70145624a6560208e8c79da3a2ed2c2e086def3')
 
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 < "$srcdir/minicom-2.7.1-gcc-10.patch"
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
 

Added: minicom-2.7.1-gcc-10.patch
===
--- minicom-2.7.1-gcc-10.patch  (rev 0)
+++ minicom-2.7.1-gcc-10.patch  2020-07-05 23:24:32 UTC (rev 657941)
@@ -0,0 +1,31 @@
+https://bugs.gentoo.org/705836
+--- a/src/minicom.h
 b/src/minicom.h
+@@ -109,13 +109,13 @@ EXTERN char *dial_tty; /* tty to use. */
+ 
+ EXTERN char *dial_name;   /* System we're conneced to */
+ EXTERN char *dial_number;   /* Number we've dialed. */
+-EXTERN char *dial_user; /* Our username there */
+-EXTERN char *dial_pass; /* Our password */
++extern char *dial_user; /* Our username there */
++extern char *dial_pass; /* Our password */
+ 
+ #ifdef USE_SOCKET
+-EXTERN int portfd_is_socket;  /* File descriptor is a unix socket */
+-EXTERN int portfd_is_connected;   /* 1 if the socket is connected */
+-EXTERN struct sockaddr_un portfd_sock_addr;   /* the unix socket address */
++extern int portfd_is_socket;  /* File descriptor is a unix socket */
++extern int portfd_is_connected;   /* 1 if the socket is connected */
++extern struct sockaddr_un portfd_sock_addr;   /* the unix socket address */
+ #define portfd_connected ((portfd_is_socket && !portfd_is_connected) \
+? -1 : portfd)
+ #else
+@@ -141,7 +141,7 @@ EXTERN int sbcolor; /* Status Bar Background Color */
+ EXTERN int st_attr;   /* Status Bar attributes. */
+ 
+ /* jl 04.09.97 conversion tables */
+-EXTERN unsigned char vt_outmap[256], vt_inmap[256];
++extern unsigned char vt_outmap[256], vt_inmap[256];
+ 
+ /* MARK updated 02/17/95 - history buffer */
+ EXTERN int num_hist_lines;  /* History buffer size */


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:09:29
  Author: foxboron
Revision: 657940

archrelease: copy trunk to community-x86_64

Added:
  acpid/repos/community-x86_64/PKGBUILD
(from rev 657939, acpid/trunk/PKGBUILD)
  acpid/repos/community-x86_64/acpid.service
(from rev 657939, acpid/trunk/acpid.service)
  acpid/repos/community-x86_64/anything
(from rev 657939, acpid/trunk/anything)
  acpid/repos/community-x86_64/handler.sh
(from rev 657939, acpid/trunk/handler.sh)
Deleted:
  acpid/repos/community-x86_64/PKGBUILD
  acpid/repos/community-x86_64/acpid.service
  acpid/repos/community-x86_64/anything
  acpid/repos/community-x86_64/handler.sh

---+
 PKGBUILD  |   90 
 acpid.service |   18 +++---
 anything  |6 +-
 handler.sh|  154 
 4 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 23:09:15 UTC (rev 657939)
+++ PKGBUILD2020-07-05 23:09:29 UTC (rev 657940)
@@ -1,45 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Manolis Tzanidakis
-# Contributor: Jonathan Schmidt https://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz;
-'acpid.service'
-'anything'
-'handler.sh')
-sha256sums=('f2d2d30b3edc3234bd82f6f7186699a6aa3c85c8d20bc4e30e9b3c68a1ed157e'
-'a8236bbf774f5e90a4daa369731d6d335c3374ddc62f1224fba02a3d6d678111'
-'eb5230affb9dba7653890655b94e83f377c689a39131b6b13c8202ba2382c275'
-'1c1e39b7ecc57092ba9d747f452fb36d8ae0456e2e64849c9c4a2625d1d57413')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # default config
-  install -Dm644 ../anything "$pkgdir/etc/acpi/events/anything"
-  install -Dm755 ../handler.sh "$pkgdir/etc/acpi/handler.sh"
-
-  # systemd
-  install -Dm644 ../acpid.service 
"$pkgdir/usr/lib/systemd/system/acpid.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: acpid/repos/community-x86_64/PKGBUILD (from rev 657939, 
acpid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 23:09:29 UTC (rev 657940)
@@ -0,0 +1,45 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Manolis Tzanidakis
+# Contributor: Jonathan Schmidt https://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz;
+'acpid.service'
+'anything'
+'handler.sh')
+sha256sums=('f2d2d30b3edc3234bd82f6f7186699a6aa3c85c8d20bc4e30e9b3c68a1ed157e'
+'a8236bbf774f5e90a4daa369731d6d335c3374ddc62f1224fba02a3d6d678111'
+'eb5230affb9dba7653890655b94e83f377c689a39131b6b13c8202ba2382c275'
+'1c1e39b7ecc57092ba9d747f452fb36d8ae0456e2e64849c9c4a2625d1d57413')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # default config
+  install -Dm644 ../anything "$pkgdir/etc/acpi/events/anything"
+  install -Dm755 ../handler.sh "$pkgdir/etc/acpi/handler.sh"
+
+  # systemd
+  install -Dm644 ../acpid.service 
"$pkgdir/usr/lib/systemd/system/acpid.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: acpid.service
===
--- acpid.service   2020-07-05 23:09:15 UTC (rev 657939)
+++ acpid.service   2020-07-05 23:09:29 UTC (rev 657940)
@@ -1,9 +0,0 @@
-[Unit]
-Description=ACPI event daemon
-Documentation=man:acpid(8)
-
-[Service]
-ExecStart=/usr/bin/acpid --foreground --netlink
-
-[Install]
-WantedBy=multi-user.target

Copied: acpid/repos/community-x86_64/acpid.service (from rev 657939, 
acpid/trunk/acpid.service)
===
--- acpid.service   (rev 0)
+++ acpid.service   2020-07-05 23:09:29 UTC (rev 657940)
@@ -0,0 +1,9 @@
+[Unit]
+Description=ACPI event daemon
+Documentation=man:acpid(8)
+
+[Service]
+ExecStart=/usr/bin/acpid --foreground --netlink
+
+[Install]
+WantedBy=multi-user.target

Deleted: anything
===
--- anything2020-07-05 23:09:15 UTC (rev 657939)
+++ anything2020-07-05 23:09:29 UTC (rev 657940)
@@ -1,3 +0,0 @@
-# Pass all events to our one handler script
-event=.*
-action=/etc/acpi/handler.sh %e

Copied: acpid/repos/community-x86_64/anything (from rev 657939, 
acpid/trunk/anything)
===
--- anything(rev 0)
+++ anything2020-07-05 23:09:29 UTC (rev 657940)
@@ -0,0 +1,3 @@
+# Pass all 

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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:09:15
  Author: foxboron
Revision: 657939

upgpkg: acpid 2.0.32-2

repro rebuild

Modified:
  acpid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 23:08:21 UTC (rev 657938)
+++ PKGBUILD2020-07-05 23:09:15 UTC (rev 657939)
@@ -6,7 +6,7 @@
 
 pkgname=acpid
 pkgver=2.0.32
-pkgrel=1
+pkgrel=2
 pkgdesc='A daemon for delivering ACPI power management events with netlink 
support'
 arch=('x86_64')
 url='https://sourceforge.net/projects/acpid2/'


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:08:13
  Author: foxboron
Revision: 657937

upgpkg: archlinux-contrib 20190911-2

repro rebuild

Modified:
  archlinux-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 23:07:09 UTC (rev 657936)
+++ PKGBUILD2020-07-05 23:08:13 UTC (rev 657937)
@@ -2,7 +2,7 @@
 
 pkgname=archlinux-contrib
 pkgver=20190911
-pkgrel=1
+pkgrel=2
 pkgdesc='Collection of contrib scripts used in Arch Linux'
 arch=('any')
 license=('GPL')


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:08:21
  Author: foxboron
Revision: 657938

archrelease: copy trunk to community-any

Added:
  archlinux-contrib/repos/community-any/PKGBUILD
(from rev 657937, archlinux-contrib/trunk/PKGBUILD)
Deleted:
  archlinux-contrib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 23:08:13 UTC (rev 657937)
+++ PKGBUILD2020-07-05 23:08:21 UTC (rev 657938)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=archlinux-contrib
-pkgver=20190911
-pkgrel=1
-pkgdesc='Collection of contrib scripts used in Arch Linux'
-arch=('any')
-license=('GPL')
-url='https://github.com/archlinux/contrib'
-depends=('python')
-optdepends=('python-requests: for security tracker')
-source=("https://github.com/archlinux/contrib/releases/download/20190911/contrib-20190911.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('4a34be1916695cf7756ad2662a8404f9a416e258598c042d1984ba6833f4ebb8'
-'SKIP')
-
-package() {
-  cd contrib-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: archlinux-contrib/repos/community-any/PKGBUILD (from rev 657937, 
archlinux-contrib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 23:08:21 UTC (rev 657938)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud 
+
+pkgname=archlinux-contrib
+pkgver=20190911
+pkgrel=2
+pkgdesc='Collection of contrib scripts used in Arch Linux'
+arch=('any')
+license=('GPL')
+url='https://github.com/archlinux/contrib'
+depends=('python')
+optdepends=('python-requests: for security tracker')
+source=("https://github.com/archlinux/contrib/releases/download/20190911/contrib-20190911.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('4a34be1916695cf7756ad2662a8404f9a416e258598c042d1984ba6833f4ebb8'
+'SKIP')
+
+package() {
+  cd contrib-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:07:09
  Author: foxboron
Revision: 657936

archrelease: copy trunk to community-x86_64

Added:
  qcustomplot/repos/community-x86_64/PKGBUILD
(from rev 657935, qcustomplot/trunk/PKGBUILD)
Deleted:
  qcustomplot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 23:07:00 UTC (rev 657935)
+++ PKGBUILD2020-07-05 23:07:09 UTC (rev 657936)
@@ -1,50 +0,0 @@
-# Maintainer: David Runge 
-_name=QCustomPlot
-pkgname=qcustomplot
-pkgver=2.0.1
-pkgrel=4
-pkgdesc="Qt C++ widget for plotting and data visualization"
-arch=('x86_64')
-url="https://www.qcustomplot.com/;
-license=('GPL3')
-depends=('qt5-base')
-makedepends=('doxygen' 'graphviz' 'qt5-tools')
-provides=('libqcustomplot.so')
-replaces=('qcustomplot-qt5')
-source=("https://gitlab.com/DerManu/${_name}/-/archive/v${pkgver}/${_name}-v${pkgver}.tar.bz2;)
-sha512sums=('fb9184d517007b7c280e7122b3c14b6e49bf6b550bf41b95fe6808cc1c66c66dd82383796bfa4f43ce1ff0406e4c53e579ecc0aa2992741c5a45e5469f4bf5e8')
-
-prepare() {
-  mv -v "${_name}-v${pkgver}" "${pkgname}-${pkgver}"
-  cd "$pkgname-$pkgver"
-  # using amalgamated sources, so we can create shared objects
-  ./amalgamate src/*.skeleton
-  sed -e 's|qcustomplot.cpp|src/qcustomplot.cpp|g' \
-  -e 's|qcustomplot.h|src/qcustomplot.h|g' \
-  -i sharedlib/sharedlib-compilation/sharedlib-compilation.pro
-  find . -type f -iname "*.gitignore" -delete
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  qmake-qt5 sharedlib/sharedlib-compilation/sharedlib-compilation.pro
-  make
-  # create documentation
-  doxygen
-  qhelpgenerator documentation/html/index.qhp \
--o documentation/qthelp/qcustomplot.qch
-  find documentation/html -type f \
--iname "*.qhp" -or -iname "*.map" -or -iname "*.md5" -delete
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  # there is no install target
-  install -vDm 644 "src/${pkgname}.h" -t "${pkgdir}/usr/include/"
-  install -vdm 755 "${pkgdir}/usr/lib/"
-  cp -av "lib${pkgname}.so"* "${pkgdir}/usr/lib/"
-  install -vDm 644 changelog.txt -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  cp -av examples "${pkgdir}/usr/share/doc/${pkgname}/"
-  cp -av documentation/html "${pkgdir}/usr/share/doc/${pkgname}/"
-  cp -av documentation/qthelp "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qcustomplot/repos/community-x86_64/PKGBUILD (from rev 657935, 
qcustomplot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 23:07:09 UTC (rev 657936)
@@ -0,0 +1,50 @@
+# Maintainer: David Runge 
+_name=QCustomPlot
+pkgname=qcustomplot
+pkgver=2.0.1
+pkgrel=5
+pkgdesc="Qt C++ widget for plotting and data visualization"
+arch=('x86_64')
+url="https://www.qcustomplot.com/;
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('doxygen' 'graphviz' 'qt5-tools')
+provides=('libqcustomplot.so')
+replaces=('qcustomplot-qt5')
+source=("https://gitlab.com/DerManu/${_name}/-/archive/v${pkgver}/${_name}-v${pkgver}.tar.bz2;)
+sha512sums=('fb9184d517007b7c280e7122b3c14b6e49bf6b550bf41b95fe6808cc1c66c66dd82383796bfa4f43ce1ff0406e4c53e579ecc0aa2992741c5a45e5469f4bf5e8')
+
+prepare() {
+  mv -v "${_name}-v${pkgver}" "${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
+  # using amalgamated sources, so we can create shared objects
+  ./amalgamate src/*.skeleton
+  sed -e 's|qcustomplot.cpp|src/qcustomplot.cpp|g' \
+  -e 's|qcustomplot.h|src/qcustomplot.h|g' \
+  -i sharedlib/sharedlib-compilation/sharedlib-compilation.pro
+  find . -type f -iname "*.gitignore" -delete
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  qmake-qt5 sharedlib/sharedlib-compilation/sharedlib-compilation.pro
+  make
+  # create documentation
+  doxygen
+  qhelpgenerator documentation/html/index.qhp \
+-o documentation/qthelp/qcustomplot.qch
+  find documentation/html -type f \
+-iname "*.qhp" -or -iname "*.map" -or -iname "*.md5" -delete
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  # there is no install target
+  install -vDm 644 "src/${pkgname}.h" -t "${pkgdir}/usr/include/"
+  install -vdm 755 "${pkgdir}/usr/lib/"
+  cp -av "lib${pkgname}.so"* "${pkgdir}/usr/lib/"
+  install -vDm 644 changelog.txt -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  cp -av examples "${pkgdir}/usr/share/doc/${pkgname}/"
+  cp -av documentation/html "${pkgdir}/usr/share/doc/${pkgname}/"
+  cp -av documentation/qthelp "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:07:00
  Author: foxboron
Revision: 657935

upgpkg: qcustomplot 2.0.1-5

repro rebuild

Modified:
  qcustomplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 23:05:16 UTC (rev 657934)
+++ PKGBUILD2020-07-05 23:07:00 UTC (rev 657935)
@@ -2,7 +2,7 @@
 _name=QCustomPlot
 pkgname=qcustomplot
 pkgver=2.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Qt C++ widget for plotting and data visualization"
 arch=('x86_64')
 url="https://www.qcustomplot.com/;


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:05:16
  Author: foxboron
Revision: 657934

archrelease: copy trunk to community-x86_64

Added:
  rofi/repos/community-x86_64/PKGBUILD
(from rev 657933, rofi/trunk/PKGBUILD)
Deleted:
  rofi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 23:05:08 UTC (rev 657933)
+++ PKGBUILD2020-07-05 23:05:16 UTC (rev 657934)
@@ -1,42 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Anatol Pomozov
-# Contributor: Benjamin Chrétien 
-# Contributor: Eric Engestrom 
-# Contributor: Rasi 
-# Contributor: Sean Pringle 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=rofi
-pkgver=1.5.4
-pkgrel=1
-pkgdesc='A window switcher, application launcher and dmenu replacement'
-arch=(x86_64)
-url="https://github.com/DaveDavenport/$pkgname;
-license=(MIT)
-depends=(libxdg-basedir startup-notification libxkbcommon-x11 xcb-util-wm 
xcb-util-xrm librsvg)
-makedepends=(check)
-optdepends=('i3-wm: use as a window switcher')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('91a502cc29f964b529cd6228dbe655e82ab4e69c9852d23a24d9c1efb1af54db')
-
-build() {
-  cd "$pkgname-$pkgver"
-  autoreconf -i
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  LC_ALL=C make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make install install-man DESTDIR="$pkgdir"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: rofi/repos/community-x86_64/PKGBUILD (from rev 657933, 
rofi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 23:05:16 UTC (rev 657934)
@@ -0,0 +1,42 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=1.5.4
+pkgrel=2
+pkgdesc='A window switcher, application launcher and dmenu replacement'
+arch=(x86_64)
+url="https://github.com/DaveDavenport/$pkgname;
+license=(MIT)
+depends=(libxdg-basedir startup-notification libxkbcommon-x11 xcb-util-wm 
xcb-util-xrm librsvg)
+makedepends=(check)
+optdepends=('i3-wm: use as a window switcher')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('91a502cc29f964b529cd6228dbe655e82ab4e69c9852d23a24d9c1efb1af54db')
+
+build() {
+  cd "$pkgname-$pkgver"
+  autoreconf -i
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  LC_ALL=C make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/$pkgname/examples"
+}


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 23:05:08
  Author: foxboron
Revision: 657933

upgpkg: rofi 1.5.4-2

repro rebuild

Modified:
  rofi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:57:06 UTC (rev 657932)
+++ PKGBUILD2020-07-05 23:05:08 UTC (rev 657933)
@@ -9,7 +9,7 @@
 
 pkgname=rofi
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A window switcher, application launcher and dmenu replacement'
 arch=(x86_64)
 url="https://github.com/DaveDavenport/$pkgname;


[arch-commits] Commit in protege/repos/community-any (8 files)

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:57:06
  Author: foxboron
Revision: 657932

archrelease: copy trunk to community-any

Added:
  protege/repos/community-any/PKGBUILD
(from rev 657931, protege/trunk/PKGBUILD)
  protege/repos/community-any/protege.desktop
(from rev 657931, protege/trunk/protege.desktop)
  protege/repos/community-any/protege.png
(from rev 657931, protege/trunk/protege.png)
  protege/repos/community-any/protege.sh
(from rev 657931, protege/trunk/protege.sh)
Deleted:
  protege/repos/community-any/PKGBUILD
  protege/repos/community-any/protege.desktop
  protege/repos/community-any/protege.png
  protege/repos/community-any/protege.sh

-+
 PKGBUILD|   76 +++---
 protege.desktop |   24 -
 protege.sh  |   10 +++
 3 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 22:56:54 UTC (rev 657931)
+++ PKGBUILD2020-07-05 22:57:06 UTC (rev 657932)
@@ -1,38 +0,0 @@
-
-# Maintainer: Morten Linderud  
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Geoffroy Carrier 
-# Contributor: Stefan Husmann 
-
-pkgname=protege
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Free, open source ontology editor and knowledge-base framework'
-arch=('any')
-url='http://protege.stanford.edu/'
-license=('MPL')
-depends=('java-runtime>=8' 'graphviz')
-makedepends=('maven' 'jdk8-openjdk')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/protegeproject/protege/archive/v$pkgver.tar.gz;
-"${pkgname}.sh"
-"${pkgname}.desktop"
-"${pkgname}.png")
-sha256sums=('e33157b1aeda494bad52c2ab2e5d78889a2848bbdd963d44e4acf11aadd729e9'
-'1c531c402b58130ebcd7e5c0719b4afb49ce928e8e1af07d59c6ee61f2cc'
-'e0e054d864fafdee0c7a7a034b4a92fe2fe30fcce77f2aabd71afb57d0ab'
-'3ee61d8cfcbcfc91c86c9dddc24e40f9fc0e6943bf879548340610c95d64d194')
-
-build(){
-  cd "protege-$pkgver"
-  mvn clean package -Dmaven.test.skip=true
-}
-
-package() {
-  cd 
"protege-$pkgver/protege-desktop/target/protege-$pkgver-platform-independent/Protege-$pkgver"
-  install -d "${pkgdir}/usr/share/java/${pkgname}"
-  cp -r * "${pkgdir}/usr/share/java/${pkgname}"
-  install -d "${pkgdir}/usr/bin"
-  install -D "${srcdir}/protege.sh" "${pkgdir}/usr/bin/protege"
-  install -Dm644 "${srcdir}/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "${srcdir}/$pkgname.png" 
"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}

Copied: protege/repos/community-any/PKGBUILD (from rev 657931, 
protege/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 22:57:06 UTC (rev 657932)
@@ -0,0 +1,38 @@
+
+# Maintainer: Morten Linderud  
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Geoffroy Carrier 
+# Contributor: Stefan Husmann 
+
+pkgname=protege
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Free, open source ontology editor and knowledge-base framework'
+arch=('any')
+url='https://protege.stanford.edu/'
+license=('MPL')
+depends=('java-runtime>=8' 'graphviz')
+makedepends=('maven' 'jdk8-openjdk')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/protegeproject/protege/archive/v$pkgver.tar.gz;
+"${pkgname}.sh"
+"${pkgname}.desktop"
+"${pkgname}.png")
+sha256sums=('e33157b1aeda494bad52c2ab2e5d78889a2848bbdd963d44e4acf11aadd729e9'
+'1c531c402b58130ebcd7e5c0719b4afb49ce928e8e1af07d59c6ee61f2cc'
+'e0e054d864fafdee0c7a7a034b4a92fe2fe30fcce77f2aabd71afb57d0ab'
+'3ee61d8cfcbcfc91c86c9dddc24e40f9fc0e6943bf879548340610c95d64d194')
+
+build(){
+  cd "protege-$pkgver"
+  mvn clean package -Dmaven.test.skip=true
+}
+
+package() {
+  cd 
"protege-$pkgver/protege-desktop/target/protege-$pkgver-platform-independent/Protege-$pkgver"
+  install -d "${pkgdir}/usr/share/java/${pkgname}"
+  cp -r * "${pkgdir}/usr/share/java/${pkgname}"
+  install -d "${pkgdir}/usr/bin"
+  install -D "${srcdir}/protege.sh" "${pkgdir}/usr/bin/protege"
+  install -Dm644 "${srcdir}/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "${srcdir}/$pkgname.png" 
"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}

Deleted: protege.desktop
===
--- protege.desktop 2020-07-05 22:56:54 UTC (rev 657931)
+++ protege.desktop 2020-07-05 22:57:06 UTC (rev 657932)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Hidden=false
-Terminal=false
-Icon=protege
-Name=Protege
-Exec=protege
-MimeType=application/rdf+xml
-Categories=Development;Education;Science;IDE;
-Comment=Protege 4 is an Ontology Editor and knowledge-base framework for OWL 2 
ontologies
-Keywords=OWL;Ontology;Description Logic

Copied: 

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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:56:54
  Author: foxboron
Revision: 657931

upgpkg: protege 5.5.0-2

repro rebuild

Modified:
  protege/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:53:38 UTC (rev 657930)
+++ PKGBUILD2020-07-05 22:56:54 UTC (rev 657931)
@@ -6,7 +6,7 @@
 
 pkgname=protege
 pkgver=5.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Free, open source ontology editor and knowledge-base framework'
 arch=('any')
 url='https://protege.stanford.edu/'


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:53:38
  Author: foxboron
Revision: 657930

archrelease: copy trunk to community-any

Added:
  pass-otp/repos/community-any/PKGBUILD
(from rev 657929, pass-otp/trunk/PKGBUILD)
Deleted:
  pass-otp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 22:53:30 UTC (rev 657929)
+++ PKGBUILD2020-07-05 22:53:38 UTC (rev 657930)
@@ -1,21 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contibutor: Alexandre Pujol 
-
-pkgname='pass-otp'
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='A pass extension for managing one-time-password (OTP) tokens.'
-arch=('any')
-url='https://github.com/tadfisher/pass-otp'
-license=('GPL3')
-depends=('pass'
-'oath-toolkit'
-'qrencode')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tadfisher/pass-otp/archive/v${pkgver}.tar.gz;)
-sha256sums=('5720a649267a240a4f7ba5a6445193481070049c1d08ba38b00d20fc551c3a67')
-
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pass-otp/repos/community-any/PKGBUILD (from rev 657929, 
pass-otp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 22:53:38 UTC (rev 657930)
@@ -0,0 +1,21 @@
+# Maintainer: Morten Linderud 
+# Contibutor: Alexandre Pujol 
+
+pkgname='pass-otp'
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='A pass extension for managing one-time-password (OTP) tokens.'
+arch=('any')
+url='https://github.com/tadfisher/pass-otp'
+license=('GPL3')
+depends=('pass'
+'oath-toolkit'
+'qrencode')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tadfisher/pass-otp/archive/v${pkgver}.tar.gz;)
+sha256sums=('5720a649267a240a4f7ba5a6445193481070049c1d08ba38b00d20fc551c3a67')
+
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:53:30
  Author: foxboron
Revision: 657929

upgpkg: pass-otp 1.2.0-2

repro rebuild

Modified:
  pass-otp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:52:36 UTC (rev 657928)
+++ PKGBUILD2020-07-05 22:53:30 UTC (rev 657929)
@@ -3,7 +3,7 @@
 
 pkgname='pass-otp'
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A pass extension for managing one-time-password (OTP) tokens.'
 arch=('any')
 url='https://github.com/tadfisher/pass-otp'


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:52:28
  Author: foxboron
Revision: 657927

upgpkg: python2-functools32 3.2.3_2-3

repro rebuild

Modified:
  python2-functools32/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:51:35 UTC (rev 657926)
+++ PKGBUILD2020-07-05 22:52:28 UTC (rev 657927)
@@ -4,7 +4,7 @@
 pkgname=python2-functools32
 _pkgver=3.2.3-2
 pkgver=${_pkgver//-/_}
-pkgrel=2
+pkgrel=3
 pkgdesc="Backport of the functools module from Python 3.2.3 for use on 2.7 and 
PyPy"
 url="https://github.com/MiCHiLU/python-functools32;
 arch=(any)


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:52:36
  Author: foxboron
Revision: 657928

archrelease: copy trunk to community-any

Added:
  python2-functools32/repos/community-any/PKGBUILD
(from rev 657927, python2-functools32/trunk/PKGBUILD)
Deleted:
  python2-functools32/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 22:52:28 UTC (rev 657927)
+++ PKGBUILD2020-07-05 22:52:36 UTC (rev 657928)
@@ -1,29 +0,0 @@
-# Maintainer: 
-# Contributor: Stephan Conrad
-
-pkgname=python2-functools32
-_pkgver=3.2.3-2
-pkgver=${_pkgver//-/_}
-pkgrel=2
-pkgdesc="Backport of the functools module from Python 3.2.3 for use on 2.7 and 
PyPy"
-url="https://github.com/MiCHiLU/python-functools32;
-arch=(any)
-depends=(python2)
-makedepends=(python2-distribute)
-license=('CUSTOM')
-source=("https://pypi.python.org/packages/source/f/functools32/functools32-$_pkgver.tar.gz;)
-md5sums=('09f24ffd9af9f6cd0f63cb9f4e23d4b2')
-
-build() {
-cd functools32-$_pkgver
-python2 setup.py build
-}
-
-package() {
-cd functools32-$_pkgver
-python2 setup.py install --root="$pkgdir" --optimize=1
-
-install -d "$pkgdir"/usr/share/licenses/$pkgname
-install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
-}
-

Copied: python2-functools32/repos/community-any/PKGBUILD (from rev 657927, 
python2-functools32/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 22:52:36 UTC (rev 657928)
@@ -0,0 +1,29 @@
+# Maintainer: 
+# Contributor: Stephan Conrad
+
+pkgname=python2-functools32
+_pkgver=3.2.3-2
+pkgver=${_pkgver//-/_}
+pkgrel=3
+pkgdesc="Backport of the functools module from Python 3.2.3 for use on 2.7 and 
PyPy"
+url="https://github.com/MiCHiLU/python-functools32;
+arch=(any)
+depends=(python2)
+makedepends=(python2-distribute)
+license=('CUSTOM')
+source=("https://pypi.python.org/packages/source/f/functools32/functools32-$_pkgver.tar.gz;)
+md5sums=('09f24ffd9af9f6cd0f63cb9f4e23d4b2')
+
+build() {
+cd functools32-$_pkgver
+python2 setup.py build
+}
+
+package() {
+cd functools32-$_pkgver
+python2 setup.py install --root="$pkgdir" --optimize=1
+
+install -d "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
+}
+


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:51:35
  Author: foxboron
Revision: 657926

archrelease: copy trunk to community-x86_64

Added:
  bucklespring/repos/community-x86_64/PKGBUILD
(from rev 657925, bucklespring/trunk/PKGBUILD)
Deleted:
  bucklespring/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 22:51:27 UTC (rev 657925)
+++ PKGBUILD2020-07-05 22:51:35 UTC (rev 657926)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=bucklespring
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
-arch=('i686' 'x86_64')
-url="http://github.com/zevv/bucklespring;
-license=('MIT')
-depends=('openal' 'alure' 'libxtst')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/v${pkgver}.tar.gz;)
-sha256sums=('b38b2c0ec905573a243cb9db543f8eeb92e4d040025ef338d8bcfcfd5ccd5348')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PATH_AUDIO=/usr/share/bucklespring
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm755 buckle "$pkgdir"/usr/bin/buckle
-  install -Dm644 -t "$pkgdir"/usr/share/bucklespring/ wav/*
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bucklespring/repos/community-x86_64/PKGBUILD (from rev 657925, 
bucklespring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 22:51:35 UTC (rev 657926)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+
+pkgname=bucklespring
+pkgver=1.4.0
+pkgrel=3
+pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
+arch=('i686' 'x86_64')
+url="https://github.com/zevv/bucklespring;
+license=('MIT')
+depends=('openal' 'alure' 'libxtst' 'dumb' 'mpg123')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/v${pkgver}.tar.gz;)
+sha256sums=('b38b2c0ec905573a243cb9db543f8eeb92e4d040025ef338d8bcfcfd5ccd5348')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PATH_AUDIO=/usr/share/bucklespring
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 buckle "$pkgdir"/usr/bin/buckle
+  install -Dm644 -t "$pkgdir"/usr/share/bucklespring/ wav/*
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:51:27
  Author: foxboron
Revision: 657925

upgpkg: bucklespring 1.4.0-3

repro rebuild

Modified:
  bucklespring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:50:29 UTC (rev 657924)
+++ PKGBUILD2020-07-05 22:51:27 UTC (rev 657925)
@@ -2,12 +2,12 @@
 
 pkgname=bucklespring
 pkgver=1.4.0
-pkgrel=1
+pkgrel=3
 pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
 arch=('i686' 'x86_64')
 url="https://github.com/zevv/bucklespring;
 license=('MIT')
-depends=('openal' 'alure' 'libxtst')
+depends=('openal' 'alure' 'libxtst' 'dumb' 'mpg123')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/v${pkgver}.tar.gz;)
 sha256sums=('b38b2c0ec905573a243cb9db543f8eeb92e4d040025ef338d8bcfcfd5ccd5348')
 


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:50:22
  Author: foxboron
Revision: 657923

upgpkg: lostfiles 4.03-2

repro rebuild

Modified:
  lostfiles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:49:14 UTC (rev 657922)
+++ PKGBUILD2020-07-05 22:50:22 UTC (rev 657923)
@@ -3,7 +3,7 @@
 
 pkgname=lostfiles
 pkgver=4.03
-pkgrel=1
+pkgrel=2
 pkgdesc='Find orphaned files not owned by any Arch packages'
 arch=('any')
 license=('GPL2')


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:50:29
  Author: foxboron
Revision: 657924

archrelease: copy trunk to community-any

Added:
  lostfiles/repos/community-any/PKGBUILD
(from rev 657923, lostfiles/trunk/PKGBUILD)
Deleted:
  lostfiles/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 22:50:22 UTC (rev 657923)
+++ PKGBUILD2020-07-05 22:50:29 UTC (rev 657924)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: graysky 
-
-pkgname=lostfiles
-pkgver=4.03
-pkgrel=1
-pkgdesc='Find orphaned files not owned by any Arch packages'
-arch=('any')
-license=('GPL2')
-url="https://github.com/graysky2/lostfiles;
-source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make 
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 657923, 
lostfiles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 22:50:29 UTC (rev 657924)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud 
+# Contributor: graysky 
+
+pkgname=lostfiles
+pkgver=4.03
+pkgrel=2
+pkgdesc='Find orphaned files not owned by any Arch packages'
+arch=('any')
+license=('GPL2')
+url="https://github.com/graysky2/lostfiles;
+source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:49:14
  Author: foxboron
Revision: 657922

archrelease: copy trunk to community-x86_64

Added:
  gopass/repos/community-x86_64/PKGBUILD
(from rev 657921, gopass/trunk/PKGBUILD)
Deleted:
  gopass/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 22:49:05 UTC (rev 657921)
+++ PKGBUILD2020-07-05 22:49:14 UTC (rev 657922)
@@ -1,31 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=gopass
-pkgver=1.9.2
-pkgrel=1
-pkgdesc="The slightly more awesome standard unix password manager for teams."
-arch=('x86_64')
-url="https://github.com/gopasspw/gopass;
-license=('MIT')
-makedepends=('go')
-optdepends=('xdotool: for typing passwords selected by dmenu'
-'xsel: clipboard support'
-'xclip: clipboard support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;)
-sha512sums=('90be234718c4c26ee6e92565ce609d5f075d5e574827e15ff57a6d9e71f1933add7d76aa26b39602d5a72485890bfe8e158dc89213098377899d0f721aacf1d7')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  make build
-  make completion
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gopass/repos/community-x86_64/PKGBUILD (from rev 657921, 
gopass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 22:49:14 UTC (rev 657922)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+
+pkgname=gopass
+pkgver=1.9.2
+pkgrel=2
+pkgdesc="The slightly more awesome standard unix password manager for teams."
+arch=('x86_64')
+url="https://github.com/gopasspw/gopass;
+license=('MIT')
+makedepends=('go')
+optdepends=('xdotool: for typing passwords selected by dmenu'
+'xsel: clipboard support'
+'xclip: clipboard support')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;)
+sha512sums=('90be234718c4c26ee6e92565ce609d5f075d5e574827e15ff57a6d9e71f1933add7d76aa26b39602d5a72485890bfe8e158dc89213098377899d0f721aacf1d7')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make build
+  make completion
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:49:05
  Author: foxboron
Revision: 657921

upgpkg: gopass 1.9.2-2

Modified:
  gopass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:43:26 UTC (rev 657920)
+++ PKGBUILD2020-07-05 22:49:05 UTC (rev 657921)
@@ -2,7 +2,7 @@
 
 pkgname=gopass
 pkgver=1.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The slightly more awesome standard unix password manager for teams."
 arch=('x86_64')
 url="https://github.com/gopasspw/gopass;
@@ -17,9 +17,11 @@
 build(){
   cd "${pkgname}-${pkgver}"
   export GOPATH="${srcdir}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
   make build
   make completion
 }


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:43:19
  Author: foxboron
Revision: 657919

upgpkg: yubico-c 1.13-6

Modified:
  yubico-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:03:11 UTC (rev 657918)
+++ PKGBUILD2020-07-05 22:43:19 UTC (rev 657919)
@@ -1,9 +1,10 @@
+# Maintainer: Morten Linderud 
 # Maintainer: Christian Hesse 
 
 pkgname=yubico-c
 _shortname=libyubikey
 pkgver=1.13
-pkgrel=5
+pkgrel=6
 pkgdesc='Yubico YubiKey C library'
 arch=('x86_64')
 url='https://github.com/Yubico/yubico-c'


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:43:26
  Author: foxboron
Revision: 657920

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 22:43:19 UTC (rev 657919)
+++ PKGBUILD2020-07-05 22:43:26 UTC (rev 657920)
@@ -1,40 +0,0 @@
-# Maintainer: Christian Hesse 
-
-pkgname=yubico-c
-_shortname=libyubikey
-pkgver=1.13
-pkgrel=5
-pkgdesc='Yubico YubiKey C library'
-arch=('x86_64')
-url='https://github.com/Yubico/yubico-c'
-license=('BSD')
-depends=('curl' 'libusb')
-provides=("${_shortname}")
-conflicts=("${_shortname}")
-validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 

-source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('04edd0eb09cb665a05d808c58e1985f25bb7c5254d2849f36a0658ffc51c3401'
-'SKIP')
-
-build() {
-   cd "${_shortname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr
-   make
-}
-
-check() {
-   cd "${_shortname}-${pkgver}"
-
-   make check
-}
-
-package() {
-   cd "${_shortname}-${pkgver}"
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubico-c/COPYING"
-   install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-c/README"
-   make DESTDIR="${pkgdir}/" install
-}
-

Copied: yubico-c/repos/community-x86_64/PKGBUILD (from rev 657919, 
yubico-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 22:43:26 UTC (rev 657920)
@@ -0,0 +1,41 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Christian Hesse 
+
+pkgname=yubico-c
+_shortname=libyubikey
+pkgver=1.13
+pkgrel=6
+pkgdesc='Yubico YubiKey C library'
+arch=('x86_64')
+url='https://github.com/Yubico/yubico-c'
+license=('BSD')
+depends=('curl' 'libusb')
+provides=("${_shortname}")
+conflicts=("${_shortname}")
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 

+source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('04edd0eb09cb665a05d808c58e1985f25bb7c5254d2849f36a0658ffc51c3401'
+'SKIP')
+
+build() {
+   cd "${_shortname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+check() {
+   cd "${_shortname}-${pkgver}"
+
+   make check
+}
+
+package() {
+   cd "${_shortname}-${pkgver}"
+
+   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubico-c/COPYING"
+   install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-c/README"
+   make DESTDIR="${pkgdir}/" install
+}
+


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

2020-07-05 Thread Eli Schwartz via arch-commits
Date: Sunday, July 5, 2020 @ 22:03:11
  Author: eschwartz
Revision: 657918

archrelease: copy trunk to community-any

Added:
  exploitdb/repos/community-any/PKGBUILD
(from rev 657917, exploitdb/trunk/PKGBUILD)
  exploitdb/repos/community-any/rcfile.diff
(from rev 657917, exploitdb/trunk/rcfile.diff)
Deleted:
  exploitdb/repos/community-any/PKGBUILD
  exploitdb/repos/community-any/rcfile.diff

-+
 PKGBUILD|   76 +-
 rcfile.diff |   62 +++
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 22:02:51 UTC (rev 657917)
+++ PKGBUILD2020-07-05 22:03:11 UTC (rev 657918)
@@ -1,38 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Levente Polyak 
-
-pkgname=exploitdb
-_pkgver=2020-05-16
-pkgver=${_pkgver//-/}
-pkgrel=1
-pkgdesc="Offensive Security’s Exploit Database Archive"
-arch=('any')
-url="https://www.exploit-db.com/;
-license=('GPL')
-optdepends=('libxml2: to check nmap XML results'
-'xclip: copy paths to the clipboard')
-backup=('etc/searchsploit_rc')
-options=('!strip')
-source=("https://github.com/offensive-security/${pkgname}/archive/${_pkgver}/${pkgname}-${_pkgver}.tar.gz;
-"rcfile.diff")
-sha512sums=('5314c0877f9c4c349f46020e81ba96cc7c58553ff6c317f37c85243e1c013c99fc45b580d8b7c7a2cfef4ad3351003d1c1182e3027625bf85b8743a696701f07'
-
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
-b2sums=('a62ec65d96103a994e62610fe3776da423890189b7a7c26dee352a9b8bcebbbd030369b4c219ad14dfa940c471fcbc891254cdf6a23efd5e76ff3f3d351e2325'
-
'f033a50db6358297580363d62bbd9d4a6003b5476ba361650133841138af76b990ed49e2e34d487cf4167ebeb3cd6b8f9230e5e700a5d96f7f06cbc5b42c4076')
-
-prepare() {
-cd ${pkgname}-${_pkgver}
-
-patch -p1 -i ../rcfile.diff
-}
-
-package() {
-cd ${pkgname}-${_pkgver}
-
-install -Dm755 searchsploit "${pkgdir}"/usr/bin/searchsploit
-install -Dm644 .searchsploit_rc "${pkgdir}"/etc/searchsploit_rc
-mkdir -p "${pkgdir}"/usr/share/${pkgname}
-cp -a exploits/ shellcodes/ files_*.csv "${pkgdir}"/usr/share/${pkgname}
-}
-
-# vim: ts=4 sw=4 et:

Copied: exploitdb/repos/community-any/PKGBUILD (from rev 657917, 
exploitdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 22:03:11 UTC (rev 657918)
@@ -0,0 +1,38 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Levente Polyak 
+
+pkgname=exploitdb
+_pkgver=2020-07-03
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="Offensive Security’s Exploit Database Archive"
+arch=('any')
+url="https://www.exploit-db.com/;
+license=('GPL')
+optdepends=('libxml2: to check nmap XML results'
+'xclip: copy paths to the clipboard')
+backup=('etc/searchsploit_rc')
+options=('!strip')
+source=("https://github.com/offensive-security/${pkgname}/archive/${_pkgver}/${pkgname}-${_pkgver}.tar.gz;
+"rcfile.diff")
+sha512sums=('0fa56712d5b8f128c8c02bbc4e2b73313afba9d7cebca2f3fede58f5b9cc8e250b22ee0c90522f9d65553eb2ce6b93866c38671d9e30eb5755fc31e809c7ca9e'
+
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
+b2sums=('169acee05c5264b61474aa2261da09ae669e2909471295c3c959419810a5fd827c432dbaca7e50995e57291e9e9f64e5c3093fd7f480cb2f581c17be3e44664b'
+
'f033a50db6358297580363d62bbd9d4a6003b5476ba361650133841138af76b990ed49e2e34d487cf4167ebeb3cd6b8f9230e5e700a5d96f7f06cbc5b42c4076')
+
+prepare() {
+cd ${pkgname}-${_pkgver}
+
+patch -p1 -i ../rcfile.diff
+}
+
+package() {
+cd ${pkgname}-${_pkgver}
+
+install -Dm755 searchsploit "${pkgdir}"/usr/bin/searchsploit
+install -Dm644 .searchsploit_rc "${pkgdir}"/etc/searchsploit_rc
+mkdir -p "${pkgdir}"/usr/share/${pkgname}
+cp -a exploits/ shellcodes/ files_*.csv "${pkgdir}"/usr/share/${pkgname}
+}
+
+# vim: ts=4 sw=4 et:

Deleted: rcfile.diff
===
--- rcfile.diff 2020-07-05 22:02:51 UTC (rev 657917)
+++ rcfile.diff 2020-07-05 22:03:11 UTC (rev 657918)
@@ -1,31 +0,0 @@
-diff --git a/.searchsploit_rc b/.searchsploit_rc
-index 36c9b1c8..62bbe404 100644
 a/.searchsploit_rc
-+++ b/.searchsploit_rc
-@@ -4,7 +4,7 @@ progname="$( basename "$0" )"
- 
- ##-- Exploits
- files_array+=("files_exploits.csv")
--path_array+=("/opt/exploitdb")
-+path_array+=("/usr/share/exploitdb")
- name_array+=("Exploit")
- git_array+=("https://github.com/offensive-security/exploitdb.git;)
- package_array+=("exploitdb")
-@@ -12,7 +12,7 @@ package_array+=("exploitdb")
- 
- ##-- Shellcodes
- files_array+=("files_shellcodes.csv")
--path_array+=("/opt/exploitdb")

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

2020-07-05 Thread Eli Schwartz via arch-commits
Date: Sunday, July 5, 2020 @ 22:02:51
  Author: eschwartz
Revision: 657917

upgpkg: exploitdb 20200703-1: upstream release

Modified:
  exploitdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 21:55:31 UTC (rev 657916)
+++ PKGBUILD2020-07-05 22:02:51 UTC (rev 657917)
@@ -2,7 +2,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=exploitdb
-_pkgver=2020-05-16
+_pkgver=2020-07-03
 pkgver=${_pkgver//-/}
 pkgrel=1
 pkgdesc="Offensive Security’s Exploit Database Archive"
@@ -15,9 +15,9 @@
 options=('!strip')
 
source=("https://github.com/offensive-security/${pkgname}/archive/${_pkgver}/${pkgname}-${_pkgver}.tar.gz;
 "rcfile.diff")
-sha512sums=('5314c0877f9c4c349f46020e81ba96cc7c58553ff6c317f37c85243e1c013c99fc45b580d8b7c7a2cfef4ad3351003d1c1182e3027625bf85b8743a696701f07'
+sha512sums=('0fa56712d5b8f128c8c02bbc4e2b73313afba9d7cebca2f3fede58f5b9cc8e250b22ee0c90522f9d65553eb2ce6b93866c38671d9e30eb5755fc31e809c7ca9e'
 
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
-b2sums=('a62ec65d96103a994e62610fe3776da423890189b7a7c26dee352a9b8bcebbbd030369b4c219ad14dfa940c471fcbc891254cdf6a23efd5e76ff3f3d351e2325'
+b2sums=('169acee05c5264b61474aa2261da09ae669e2909471295c3c959419810a5fd827c432dbaca7e50995e57291e9e9f64e5c3093fd7f480cb2f581c17be3e44664b'
 
'f033a50db6358297580363d62bbd9d4a6003b5476ba361650133841138af76b990ed49e2e34d487cf4167ebeb3cd6b8f9230e5e700a5d96f7f06cbc5b42c4076')
 
 prepare() {


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

2020-07-05 Thread Felix Yan via arch-commits
Date: Sunday, July 5, 2020 @ 21:55:20
  Author: felixonmars
Revision: 657915

upgpkg: v2ray 4.26.0-1

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 19:52:25 UTC (rev 657914)
+++ PKGBUILD2020-07-05 21:55:20 UTC (rev 657915)
@@ -2,18 +2,18 @@
 # Contributor: pandada8 
 
 pkgname=v2ray
-pkgver=4.25.1
+pkgver=4.26.0
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
-url="https://github.com/v2ray/v2ray-core;
+url="https://github.com/v2fly/v2ray-core;
 license=('MIT')
 depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
 makedepends=('go' 'git')
 backup=(etc/v2ray/config.json)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/v2ray-core/archive/v$pkgver.tar.gz;
 'v2ray.service')
-sha512sums=('5904ad46dbef57ae65571be7a2b1e4bf01f6d70a6ea93d733bbcf8280c033db1928278d4932263eaad5c4a30a9f42670691abebcae1e73467546e08494b181b6'
+sha512sums=('a97b5a89c6e8b10ae137cd3fb40dbda6f54a915e32ae449b77333537c4307a4de45739187fa8b4321001708d0619b334d7e5a9d88c2a29211eaee71bb8ef2df0'
 
'507cb9033ced1ae7886ea186461edb906e2ec7125aa9465c02f7c49e631604b718952d0ddfc1f90636c87a3ab6accd080f65f54c8e969e889eb4f79c23cdfcd9')
 
 build() {


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

2020-07-05 Thread Felix Yan via arch-commits
Date: Sunday, July 5, 2020 @ 21:55:31
  Author: felixonmars
Revision: 657916

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   96 
 v2ray.service |   26 +++
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 21:55:20 UTC (rev 657915)
+++ PKGBUILD2020-07-05 21:55:31 UTC (rev 657916)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: pandada8 
-
-pkgname=v2ray
-pkgver=4.25.1
-pkgrel=1
-pkgdesc="A platform for building proxies to bypass network restrictions"
-arch=('x86_64')
-url="https://github.com/v2ray/v2ray-core;
-license=('MIT')
-depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
-makedepends=('go' 'git')
-backup=(etc/v2ray/config.json)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz;
-'v2ray.service')
-sha512sums=('5904ad46dbef57ae65571be7a2b1e4bf01f6d70a6ea93d733bbcf8280c033db1928278d4932263eaad5c4a30a9f42670691abebcae1e73467546e08494b181b6'
-
'507cb9033ced1ae7886ea186461edb906e2ec7125aa9465c02f7c49e631604b718952d0ddfc1f90636c87a3ab6accd080f65f54c8e969e889eb4f79c23cdfcd9')
-
-build() {
-  cd "v2ray-core-$pkgver"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  go build -o v2ray ./main
-  go build -o v2ctl ./infra/control/main
-}
-
-check() {
-  cd "v2ray-core-$pkgver"
-  go test -p 1 -tags json -v -timeout 30m v2ray.com/core/...
-}
-
-package() {
-  cd v2ray-core-$pkgver
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
-  install -Dm644 release/config/systemd/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  sed -i -e 's|/usr/bin/v2ray/v2ray|/usr/lib/v2ray/v2ray|' \
- "$pkgdir"/usr/lib/systemd/system/v2ray.service
-  install -Dm644 release/config/*.json -t "$pkgdir"/etc/v2ray/
-  install -Dm755 v2ray -t "$pkgdir"/usr/lib/v2ray/
-  install -Dm755 v2ctl -t "$pkgdir"/usr/lib/v2ray/
-  install -dm755 "$pkgdir"/usr/bin
-  ln -s ../lib/v2ray/v2ray "$pkgdir"/usr/bin/v2ray
-  ln -s ../lib/v2ray/v2ctl "$pkgdir"/usr/bin/v2ctl
-
-  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
-}

Copied: v2ray/repos/community-x86_64/PKGBUILD (from rev 657915, 
v2ray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 21:55:31 UTC (rev 657916)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: pandada8 
+
+pkgname=v2ray
+pkgver=4.26.0
+pkgrel=1
+pkgdesc="A platform for building proxies to bypass network restrictions"
+arch=('x86_64')
+url="https://github.com/v2fly/v2ray-core;
+license=('MIT')
+depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
+makedepends=('go' 'git')
+backup=(etc/v2ray/config.json)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/v2ray-core/archive/v$pkgver.tar.gz;
+'v2ray.service')
+sha512sums=('a97b5a89c6e8b10ae137cd3fb40dbda6f54a915e32ae449b77333537c4307a4de45739187fa8b4321001708d0619b334d7e5a9d88c2a29211eaee71bb8ef2df0'
+
'507cb9033ced1ae7886ea186461edb906e2ec7125aa9465c02f7c49e631604b718952d0ddfc1f90636c87a3ab6accd080f65f54c8e969e889eb4f79c23cdfcd9')
+
+build() {
+  cd "v2ray-core-$pkgver"
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  go build -o v2ray ./main
+  go build -o v2ctl ./infra/control/main
+}
+
+check() {
+  cd "v2ray-core-$pkgver"
+  go test -p 1 -tags json -v -timeout 30m v2ray.com/core/...
+}
+
+package() {
+  cd v2ray-core-$pkgver
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
+  install -Dm644 release/config/systemd/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
+  sed -i -e 's|/usr/bin/v2ray/v2ray|/usr/lib/v2ray/v2ray|' \
+ "$pkgdir"/usr/lib/systemd/system/v2ray.service
+  install -Dm644 release/config/*.json -t "$pkgdir"/etc/v2ray/
+  install -Dm755 v2ray -t "$pkgdir"/usr/lib/v2ray/
+  install -Dm755 v2ctl -t "$pkgdir"/usr/lib/v2ray/
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s ../lib/v2ray/v2ray "$pkgdir"/usr/bin/v2ray
+  ln -s ../lib/v2ray/v2ctl "$pkgdir"/usr/bin/v2ctl
+
+  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
+}

Deleted: v2ray.service
===
--- v2ray.service   2020-07-05 21:55:20 UTC (rev 657915)
+++ 

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

2020-07-05 Thread Jan Steffens via arch-commits
Date: Sunday, July 5, 2020 @ 21:24:04
  Author: heftig
Revision: 390902

archrelease: copy trunk to extra-x86_64

Added:
  gnome-taquin/repos/extra-x86_64/PKGBUILD
(from rev 390899, gnome-taquin/trunk/PKGBUILD)
Deleted:
  gnome-taquin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 21:24:04 UTC (rev 390901)
+++ PKGBUILD2020-07-05 21:24:04 UTC (rev 390902)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-taquin
-pkgver=3.36.3
-pkgrel=1
-pkgdesc="Move tiles so that they reach their places"
-url="https://wiki.gnome.org/Apps/Taquin;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtk3 librsvg gsound)
-makedepends=(meson vala yelp-tools appstream-glib git)
-groups=(gnome-extra)
-_commit=567d6d89d48c2039d45f5d7677d8ec3331c5a497  # tags/3.36.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-taquin/repos/extra-x86_64/PKGBUILD (from rev 390899, 
gnome-taquin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 21:24:04 UTC (rev 390902)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-taquin
+pkgver=3.36.4
+pkgrel=1
+pkgdesc="Move tiles so that they reach their places"
+url="https://wiki.gnome.org/Apps/Taquin;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3 librsvg gsound)
+makedepends=(meson vala yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=9aa1cbe07b71db949695948739d455f60fce8481  # tags/3.36.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-07-05 Thread Jan Steffens via arch-commits
Date: Sunday, July 5, 2020 @ 21:23:49
  Author: heftig
Revision: 390898

3.36.4-1

Modified:
  gnome-tetravex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 21:23:47 UTC (rev 390897)
+++ PKGBUILD2020-07-05 21:23:49 UTC (rev 390898)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-tetravex
-pkgver=3.36.3
+pkgver=3.36.4
 pkgrel=1
 pkgdesc="Complete the puzzle by matching numbered tiles"
 url="https://wiki.gnome.org/Apps/Tetravex;
@@ -11,7 +11,7 @@
 depends=(gtk3)
 makedepends=(meson gobject-introspection vala yelp-tools appstream-glib git)
 groups=(gnome-extra)
-_commit=12dbb1a1fbdff5edfa74b3cf8e0c4a35bc8fb9f0  # tags/3.36.3^0
+_commit=056414b441dbb995277a1d94c16fbb12db18e7e1  # tags/3.36.4^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-tetravex.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-07-05 Thread Jan Steffens via arch-commits
Date: Sunday, July 5, 2020 @ 21:24:04
  Author: heftig
Revision: 390901

archrelease: copy trunk to extra-x86_64

Added:
  gnome-2048/repos/extra-x86_64/PKGBUILD
(from rev 390899, gnome-2048/trunk/PKGBUILD)
Deleted:
  gnome-2048/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 21:24:03 UTC (rev 390900)
+++ PKGBUILD2020-07-05 21:24:04 UTC (rev 390901)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-2048
-pkgver=3.36.3
-pkgrel=1
-pkgdesc="Obtain the 2048 tile"
-url="https://wiki.gnome.org/Apps/2048;
-arch=(x86_64)
-license=(GPL3)
-depends=(clutter-gtk libgee libgnome-games-support)
-makedepends=(meson vala yelp-tools appstream-glib git)
-_commit=3a3b48dbd2cd2ff2c5d5952561e5bf48039d9ce5  # tags/3.36.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-2048.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-2048/repos/extra-x86_64/PKGBUILD (from rev 390899, 
gnome-2048/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 21:24:04 UTC (rev 390901)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-2048
+pkgver=3.36.4
+pkgrel=1
+pkgdesc="Obtain the 2048 tile"
+url="https://wiki.gnome.org/Apps/2048;
+arch=(x86_64)
+license=(GPL3)
+depends=(clutter-gtk libgee libgnome-games-support)
+makedepends=(meson vala yelp-tools appstream-glib git)
+_commit=92553abab592f54ce10103c2d0a40b292f093eb3  # tags/3.36.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-2048.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-07-05 Thread Jan Steffens via arch-commits
Date: Sunday, July 5, 2020 @ 21:24:03
  Author: heftig
Revision: 390900

archrelease: copy trunk to extra-x86_64

Added:
  gnome-tetravex/repos/extra-x86_64/PKGBUILD
(from rev 390899, gnome-tetravex/trunk/PKGBUILD)
Deleted:
  gnome-tetravex/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 21:23:50 UTC (rev 390899)
+++ PKGBUILD2020-07-05 21:24:03 UTC (rev 390900)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-tetravex
-pkgver=3.36.3
-pkgrel=1
-pkgdesc="Complete the puzzle by matching numbered tiles"
-url="https://wiki.gnome.org/Apps/Tetravex;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3)
-makedepends=(meson gobject-introspection vala yelp-tools appstream-glib git)
-groups=(gnome-extra)
-_commit=12dbb1a1fbdff5edfa74b3cf8e0c4a35bc8fb9f0  # tags/3.36.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-tetravex.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D build_cli=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-tetravex/repos/extra-x86_64/PKGBUILD (from rev 390899, 
gnome-tetravex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 21:24:03 UTC (rev 390900)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-tetravex
+pkgver=3.36.4
+pkgrel=1
+pkgdesc="Complete the puzzle by matching numbered tiles"
+url="https://wiki.gnome.org/Apps/Tetravex;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3)
+makedepends=(meson gobject-introspection vala yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=056414b441dbb995277a1d94c16fbb12db18e7e1  # tags/3.36.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-tetravex.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D build_cli=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-07-05 Thread Jan Steffens via arch-commits
Date: Sunday, July 5, 2020 @ 21:23:47
  Author: heftig
Revision: 390897

3.36.4-1

Modified:
  gnome-taquin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 20:38:14 UTC (rev 390896)
+++ PKGBUILD2020-07-05 21:23:47 UTC (rev 390897)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-taquin
-pkgver=3.36.3
+pkgver=3.36.4
 pkgrel=1
 pkgdesc="Move tiles so that they reach their places"
 url="https://wiki.gnome.org/Apps/Taquin;
@@ -11,7 +11,7 @@
 depends=(gtk3 librsvg gsound)
 makedepends=(meson vala yelp-tools appstream-glib git)
 groups=(gnome-extra)
-_commit=567d6d89d48c2039d45f5d7677d8ec3331c5a497  # tags/3.36.3^0
+_commit=9aa1cbe07b71db949695948739d455f60fce8481  # tags/3.36.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-taquin.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-07-05 Thread Jan Steffens via arch-commits
Date: Sunday, July 5, 2020 @ 21:23:50
  Author: heftig
Revision: 390899

3.36.4-1

Modified:
  gnome-2048/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 21:23:49 UTC (rev 390898)
+++ PKGBUILD2020-07-05 21:23:50 UTC (rev 390899)
@@ -1,7 +1,7 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-2048
-pkgver=3.36.3
+pkgver=3.36.4
 pkgrel=1
 pkgdesc="Obtain the 2048 tile"
 url="https://wiki.gnome.org/Apps/2048;
@@ -9,7 +9,7 @@
 license=(GPL3)
 depends=(clutter-gtk libgee libgnome-games-support)
 makedepends=(meson vala yelp-tools appstream-glib git)
-_commit=3a3b48dbd2cd2ff2c5d5952561e5bf48039d9ce5  # tags/3.36.3^0
+_commit=92553abab592f54ce10103c2d0a40b292f093eb3  # tags/3.36.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-2048.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-07-05 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 5, 2020 @ 20:38:14
  Author: jelle
Revision: 390896

archrelease: copy trunk to extra-any

Added:
  rebuilderd-website/repos/extra-any/PKGBUILD
(from rev 390895, rebuilderd-website/trunk/PKGBUILD)
Deleted:
  rebuilderd-website/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 20:38:09 UTC (rev 390895)
+++ PKGBUILD2020-07-05 20:38:14 UTC (rev 390896)
@@ -1,33 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=rebuilderd-website
-pkgver=0.2
-pkgrel=1
-pkgdesc="Arch Linux Rebuilderd website reproducible.archlinux.org"
-license=('MIT')
-arch=(any)
-depends=()
-makedepends=('yarn' 'ruby-sass' 'make' 'git')
-url="https://gitlab.archlinux.org/archlinux/rebuilderd-website;
-validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
-source=("git+https://gitlab.archlinux.org/archlinux/rebuilderd-website.git#tag=v${pkgver}?signed;)
-sha512sums=('SKIP')
-
-build() {
-  cd ${pkgname}
-  make dist
-}
-
-package() {
-  cd ${pkgname}
-  install -d ${pkgdir}/usr/share/webapps/${pkgname}
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Install web files
-  install -Dm644 dist/${pkgname}-${pkgver}/index.html 
"${pkgdir}/usr/share/webapps/${pkgname}/index.html"
-  install -Dm644 dist/${pkgname}-${pkgver}/favicon.ico 
"${pkgdir}/usr/share/webapps/${pkgname}/favicon.ico"
-  install -Dm644 dist/${pkgname}-${pkgver}/bundle.css 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle.css"
-  install -Dm644 dist/${pkgname}-${pkgver}/bundle.css.map 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle.css.map"
-  install -Dm644 dist/${pkgname}-${pkgver}/bundle.js 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle.js"
-}

Copied: rebuilderd-website/repos/extra-any/PKGBUILD (from rev 390895, 
rebuilderd-website/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 20:38:14 UTC (rev 390896)
@@ -0,0 +1,33 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=rebuilderd-website
+pkgver=0.3
+pkgrel=1
+pkgdesc="Arch Linux Rebuilderd website reproducible.archlinux.org"
+license=('MIT')
+arch=(any)
+depends=()
+makedepends=('yarn' 'ruby-sass' 'make' 'git')
+url="https://gitlab.archlinux.org/archlinux/rebuilderd-website;
+validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
+source=("git+https://gitlab.archlinux.org/archlinux/rebuilderd-website.git#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+  make dist
+}
+
+package() {
+  cd ${pkgname}
+  install -d ${pkgdir}/usr/share/webapps/${pkgname}
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Install web files
+  install -Dm644 dist/${pkgname}-${pkgver}/index.html 
"${pkgdir}/usr/share/webapps/${pkgname}/index.html"
+  install -Dm644 dist/${pkgname}-${pkgver}/favicon.ico 
"${pkgdir}/usr/share/webapps/${pkgname}/favicon.ico"
+  install -Dm644 dist/${pkgname}-${pkgver}/bundle.css 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle.css"
+  install -Dm644 dist/${pkgname}-${pkgver}/bundle.css.map 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle.css.map"
+  install -Dm644 dist/${pkgname}-${pkgver}/bundle.js 
"${pkgdir}/usr/share/webapps/${pkgname}/bundle.js"
+}


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

2020-07-05 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 5, 2020 @ 20:38:09
  Author: jelle
Revision: 390895

upgpkg: rebuilderd-website 0.3-1

Modified:
  rebuilderd-website/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 20:35:17 UTC (rev 390894)
+++ PKGBUILD2020-07-05 20:38:09 UTC (rev 390895)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=rebuilderd-website
-pkgver=0.2
+pkgver=0.3
 pkgrel=1
 pkgdesc="Arch Linux Rebuilderd website reproducible.archlinux.org"
 license=('MIT')


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

2020-07-05 Thread Jan Steffens via arch-commits
Date: Sunday, July 5, 2020 @ 20:35:17
  Author: heftig
Revision: 390894

archrelease: copy trunk to extra-x86_64

Added:
  dconf-editor/repos/extra-x86_64/PKGBUILD
(from rev 390893, dconf-editor/trunk/PKGBUILD)
Deleted:
  dconf-editor/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 20:35:01 UTC (rev 390893)
+++ PKGBUILD2020-07-05 20:35:17 UTC (rev 390894)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=dconf-editor
-pkgver=3.36.2
-pkgrel=1
-pkgdesc="dconf Editor"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/dconf;
-license=(GPL3)
-groups=(gnome-extra)
-depends=(gtk3 dconf)
-makedepends=(vala meson appstream-glib git)
-_commit=60d4c07f334b61f5fdf8fa08cc04dbd8cbf54e98  # tags/3.36.2^0
-source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf-editor/repos/extra-x86_64/PKGBUILD (from rev 390893, 
dconf-editor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 20:35:17 UTC (rev 390894)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=dconf-editor
+pkgver=3.36.4
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/dconf;
+license=(GPL3)
+groups=(gnome-extra)
+depends=(gtk3 dconf)
+makedepends=(vala meson appstream-glib git)
+_commit=18bc34490425dcfd3078d63892c34308bb41ccb7  # tags/3.36.4^0
+source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-05 Thread Jan Steffens via arch-commits
Date: Sunday, July 5, 2020 @ 20:35:01
  Author: heftig
Revision: 390893

3.36.4-1

Modified:
  dconf-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 20:24:42 UTC (rev 390892)
+++ PKGBUILD2020-07-05 20:35:01 UTC (rev 390893)
@@ -1,7 +1,7 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=dconf-editor
-pkgver=3.36.2
+pkgver=3.36.4
 pkgrel=1
 pkgdesc="dconf Editor"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 groups=(gnome-extra)
 depends=(gtk3 dconf)
 makedepends=(vala meson appstream-glib git)
-_commit=60d4c07f334b61f5fdf8fa08cc04dbd8cbf54e98  # tags/3.36.2^0
+_commit=18bc34490425dcfd3078d63892c34308bb41ccb7  # tags/3.36.4^0
 source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -25,7 +25,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


[arch-commits] Commit in four-in-a-row/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-07-05 Thread Jan Steffens via arch-commits
Date: Sunday, July 5, 2020 @ 20:24:42
  Author: heftig
Revision: 390892

archrelease: copy trunk to extra-x86_64

Added:
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 390891, four-in-a-row/trunk/PKGBUILD)
Deleted:
  four-in-a-row/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 20:24:28 UTC (rev 390891)
+++ PKGBUILD2020-07-05 20:24:42 UTC (rev 390892)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=four-in-a-row
-pkgver=3.36.3
-pkgrel=1
-pkgdesc="Make lines of the same color to win"
-url="https://wiki.gnome.org/Apps/Four-in-a-row;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtk3 gsound librsvg)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=c1b65360d8bac0371f4c48ae77573619755339ca  # tags/3.36.3^0
-source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: four-in-a-row/repos/extra-x86_64/PKGBUILD (from rev 390891, 
four-in-a-row/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 20:24:42 UTC (rev 390892)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=four-in-a-row
+pkgver=3.36.4
+pkgrel=1
+pkgdesc="Make lines of the same color to win"
+url="https://wiki.gnome.org/Apps/Four-in-a-row;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3 gsound librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=c68e6c9f94da1068b51b75e6b5b248f6b0490a96  # tags/3.36.4^0
+source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in four-in-a-row/trunk (PKGBUILD)

2020-07-05 Thread Jan Steffens via arch-commits
Date: Sunday, July 5, 2020 @ 20:24:28
  Author: heftig
Revision: 390891

3.36.4-1

Modified:
  four-in-a-row/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 20:22:17 UTC (rev 390890)
+++ PKGBUILD2020-07-05 20:24:28 UTC (rev 390891)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=four-in-a-row
-pkgver=3.36.3
+pkgver=3.36.4
 pkgrel=1
 pkgdesc="Make lines of the same color to win"
 url="https://wiki.gnome.org/Apps/Four-in-a-row;
@@ -11,7 +11,7 @@
 depends=(gtk3 gsound librsvg)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
 groups=(gnome-extra)
-_commit=c1b65360d8bac0371f4c48ae77573619755339ca  # tags/3.36.3^0
+_commit=c68e6c9f94da1068b51b75e6b5b248f6b0490a96  # tags/3.36.4^0
 source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-07-05 Thread Felix Yan via arch-commits
Date: Sunday, July 5, 2020 @ 19:52:25
  Author: felixonmars
Revision: 657914

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 657913, 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-05 19:52:15 UTC (rev 657913)
+++ PKGBUILD2020-07-05 19:52:25 UTC (rev 657914)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=202007050916
-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=('26e97be5365d4bf5f9ff7c3125dc3105ba138dbb492771c4e35fc771fb1ad582ec6a44f82fc0697da0324d40a2229126f45da00e467352db8e1e7e9e196492d8')
-
-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 
657913, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 19:52:25 UTC (rev 657914)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=202007051646
+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=('c6ed71a0cf7a5dd21dafccf93d46874db29633373db9728d0a61660e8b611ecdff611a88dfd823f74eb3d07aad1538e1b38e5af8d071f9083f9dbf2c8a086f9c')
+
+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 v2ray-domain-list-community/trunk (PKGBUILD)

2020-07-05 Thread Felix Yan via arch-commits
Date: Sunday, July 5, 2020 @ 19:52:15
  Author: felixonmars
Revision: 657913

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 19:43:17 UTC (rev 657912)
+++ PKGBUILD2020-07-05 19:52:15 UTC (rev 657913)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=202007050916
+pkgver=202007051646
 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=('26e97be5365d4bf5f9ff7c3125dc3105ba138dbb492771c4e35fc771fb1ad582ec6a44f82fc0697da0324d40a2229126f45da00e467352db8e1e7e9e196492d8')
+sha512sums=('c6ed71a0cf7a5dd21dafccf93d46874db29633373db9728d0a61660e8b611ecdff611a88dfd823f74eb3d07aad1538e1b38e5af8d071f9083f9dbf2c8a086f9c')
 
 prepare() {
   mkdir .gopath


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

2020-07-05 Thread Balló György via arch-commits
Date: Sunday, July 5, 2020 @ 19:43:17
  Author: bgyorgy
Revision: 657912

archrelease: copy trunk to community-x86_64

Added:
  gpxsee/repos/community-x86_64/PKGBUILD
(from rev 657911, gpxsee/trunk/PKGBUILD)
Deleted:
  gpxsee/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 19:43:13 UTC (rev 657911)
+++ PKGBUILD2020-07-05 19:43:17 UTC (rev 657912)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Raffaele Zamorano
-# Contributor: Jose Riha 
-# Contributor: Nikolay Korotkiy 
-
-pkgname=gpxsee
-_pkgname=GPXSee
-pkgver=7.29
-pkgrel=1
-pkgdesc='GPS log file viewer and analyzer'
-arch=(x86_64)
-url='https://www.gpxsee.org/'
-license=(GPL3)
-depends=(qt5-imageformats)
-makedepends=(qt5-tools)
-source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('90149b18005f8e23f98586dde8a82c24a3149bfffcebe26bd9d4591a3cd84ed1')
-
-build() {
-  cd $_pkgname-$pkgver
-  lrelease-qt5 gpxsee.pro
-  qmake gpxsee.pro PREFIX=/usr
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-  # Install appdata
-  install -Dm644 pkg/appdata.xml 
"$pkgdir"/usr/share/metainfo/$pkgname.appdata.xml
-}

Copied: gpxsee/repos/community-x86_64/PKGBUILD (from rev 657911, 
gpxsee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 19:43:17 UTC (rev 657912)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György 
+# Contributor: Raffaele Zamorano
+# Contributor: Jose Riha 
+# Contributor: Nikolay Korotkiy 
+
+pkgname=gpxsee
+_pkgname=GPXSee
+pkgver=7.31
+pkgrel=1
+pkgdesc='GPS log file viewer and analyzer'
+arch=(x86_64)
+url='https://www.gpxsee.org/'
+license=(GPL3)
+depends=(qt5-imageformats)
+makedepends=(qt5-tools)
+source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('13a98a895fd39fe9935482de761b097fb7b17d0f996d6ef59bbb71bba4bd6a83')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  sed -i 's|/share/pixmaps|/share/icons/hicolor/64x64/apps|' gpxsee.pro
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  lrelease gpxsee.pro
+  qmake gpxsee.pro PREFIX=/usr
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  # Install appdata
+  install -Dm644 pkg/appdata.xml 
"$pkgdir"/usr/share/metainfo/$pkgname.appdata.xml
+}


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

2020-07-05 Thread Balló György via arch-commits
Date: Sunday, July 5, 2020 @ 19:43:13
  Author: bgyorgy
Revision: 657911

upgpkg: gpxsee 7.31-1: Update to new version

Modified:
  gpxsee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 19:31:22 UTC (rev 657910)
+++ PKGBUILD2020-07-05 19:43:13 UTC (rev 657911)
@@ -5,7 +5,7 @@
 
 pkgname=gpxsee
 _pkgname=GPXSee
-pkgver=7.29
+pkgver=7.31
 pkgrel=1
 pkgdesc='GPS log file viewer and analyzer'
 arch=(x86_64)
@@ -14,11 +14,16 @@
 depends=(qt5-imageformats)
 makedepends=(qt5-tools)
 source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('90149b18005f8e23f98586dde8a82c24a3149bfffcebe26bd9d4591a3cd84ed1')
+sha256sums=('13a98a895fd39fe9935482de761b097fb7b17d0f996d6ef59bbb71bba4bd6a83')
 
+prepare() {
+  cd $_pkgname-$pkgver
+  sed -i 's|/share/pixmaps|/share/icons/hicolor/64x64/apps|' gpxsee.pro
+}
+
 build() {
   cd $_pkgname-$pkgver
-  lrelease-qt5 gpxsee.pro
+  lrelease gpxsee.pro
   qmake gpxsee.pro PREFIX=/usr
   make
 }


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

2020-07-05 Thread Balló György via arch-commits
Date: Sunday, July 5, 2020 @ 19:31:22
  Author: bgyorgy
Revision: 657910

archrelease: copy trunk to community-x86_64

Added:
  ghostwriter/repos/
  ghostwriter/repos/community-x86_64/
  ghostwriter/repos/community-x86_64/PKGBUILD
(from rev 657909, ghostwriter/trunk/PKGBUILD)
  ghostwriter/repos/community-x86_64/qt-5.15.patch
(from rev 657909, ghostwriter/trunk/qt-5.15.patch)

---+
 PKGBUILD  |   39 +++
 qt-5.15.patch |   11 +++
 2 files changed, 50 insertions(+)

Copied: ghostwriter/repos/community-x86_64/PKGBUILD (from rev 657909, 
ghostwriter/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-07-05 19:31:22 UTC (rev 657910)
@@ -0,0 +1,39 @@
+# Maintainer: Balló György 
+# Contributor: Jakob Gahde 
+# Contributor: Bastien "neitsab" Traverse 
+# Contributor: Icaro Perseo 
+# Contributor: Philipp 'TamCore' B. 
+
+pkgname=ghostwriter
+pkgver=1.8.1
+pkgrel=3
+pkgdesc="Aesthetic, distraction-free Markdown editor"
+arch=(x86_64)
+url="https://wereturtle.github.io/ghostwriter/;
+license=(GPL3)
+depends=(hunspell qt5-svg qt5-webengine)
+makedepends=(qt5-tools)
+optdepends=('cmark: processing and rendering CommonMark'
+'pandoc: Pandoc supported Markdown flavors and export to various 
formats')
+source=("https://github.com/wereturtle/ghostwriter/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
+"qt-5.15.patch")
+sha256sums=('2b73fed6a95ebcd45333fe4b12acb491eb4171fca8a11eea1af9bbdc73ed4b69'
+'f97077cb0137f034c26f30996c6bc6b6835eeeaa55f96b57155434562cb1830c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../qt-5.15.patch
+  sed -i 's|DATADIR/appdata|DATADIR/metainfo|
+  /INSTALLS +=/ s/ pixmap//' ghostwriter.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: ghostwriter/repos/community-x86_64/qt-5.15.patch (from rev 657909, 
ghostwriter/trunk/qt-5.15.patch)
===
--- repos/community-x86_64/qt-5.15.patch(rev 0)
+++ repos/community-x86_64/qt-5.15.patch2020-07-05 19:31:22 UTC (rev 
657910)
@@ -0,0 +1,11 @@
+diff -aur package.pristine/src/MarkdownEditor.cpp 
package.new/src/MarkdownEditor.cpp
+--- package.pristine/src/MarkdownEditor.cpp2020-02-23 01:49:46.0 
+0100
 package.new/src/MarkdownEditor.cpp 2020-06-09 10:45:40.380449821 +0200
+@@ -34,6 +34,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ 


[arch-commits] Commit in (4 files)

2020-07-05 Thread Balló György via arch-commits
Date: Sunday, July 5, 2020 @ 19:28:15
  Author: bgyorgy
Revision: 657909

Move ghostwriter from AUR with 47 votes

Added:
  ghostwriter/
  ghostwriter/trunk/
  ghostwriter/trunk/PKGBUILD
  ghostwriter/trunk/qt-5.15.patch

---+
 PKGBUILD  |   39 +++
 qt-5.15.patch |   11 +++
 2 files changed, 50 insertions(+)

Added: ghostwriter/trunk/PKGBUILD
===
--- ghostwriter/trunk/PKGBUILD  (rev 0)
+++ ghostwriter/trunk/PKGBUILD  2020-07-05 19:28:15 UTC (rev 657909)
@@ -0,0 +1,39 @@
+# Maintainer: Balló György 
+# Contributor: Jakob Gahde 
+# Contributor: Bastien "neitsab" Traverse 
+# Contributor: Icaro Perseo 
+# Contributor: Philipp 'TamCore' B. 
+
+pkgname=ghostwriter
+pkgver=1.8.1
+pkgrel=3
+pkgdesc="Aesthetic, distraction-free Markdown editor"
+arch=(x86_64)
+url="https://wereturtle.github.io/ghostwriter/;
+license=(GPL3)
+depends=(hunspell qt5-svg qt5-webengine)
+makedepends=(qt5-tools)
+optdepends=('cmark: processing and rendering CommonMark'
+'pandoc: Pandoc supported Markdown flavors and export to various 
formats')
+source=("https://github.com/wereturtle/ghostwriter/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
+"qt-5.15.patch")
+sha256sums=('2b73fed6a95ebcd45333fe4b12acb491eb4171fca8a11eea1af9bbdc73ed4b69'
+'f97077cb0137f034c26f30996c6bc6b6835eeeaa55f96b57155434562cb1830c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../qt-5.15.patch
+  sed -i 's|DATADIR/appdata|DATADIR/metainfo|
+  /INSTALLS +=/ s/ pixmap//' ghostwriter.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Added: ghostwriter/trunk/qt-5.15.patch
===
--- ghostwriter/trunk/qt-5.15.patch (rev 0)
+++ ghostwriter/trunk/qt-5.15.patch 2020-07-05 19:28:15 UTC (rev 657909)
@@ -0,0 +1,11 @@
+diff -aur package.pristine/src/MarkdownEditor.cpp 
package.new/src/MarkdownEditor.cpp
+--- package.pristine/src/MarkdownEditor.cpp2020-02-23 01:49:46.0 
+0100
 package.new/src/MarkdownEditor.cpp 2020-06-09 10:45:40.380449821 +0200
+@@ -34,6 +34,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ 


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

2020-07-05 Thread Eli Schwartz via arch-commits
Date: Sunday, July 5, 2020 @ 19:08:12
  Author: eschwartz
Revision: 657907

upgpkg: python-pytoml 0.1.21-4: drop unused python2 module

Modified:
  python-pytoml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 18:53:18 UTC (rev 657906)
+++ PKGBUILD2020-07-05 19:08:12 UTC (rev 657907)
@@ -4,17 +4,17 @@
 # Contributor: Andy Weidenbaum 
 
 _pkgname=pytoml
-pkgbase=python-pytoml
-pkgname=('python-pytoml' 'python2-pytoml')
+pkgname=python-pytoml
 pkgver=0.1.21
 _test_commit=bbfef3b9277eac47e5d6e9e507c99f0a40a61f8a
-pkgrel=3
+pkgrel=4
 pkgdesc="A TOML-0.4.0 parser/writer for Python."
 arch=('any')
 url="https://github.com/avakar/${_pkgname};
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
 "https://github.com/avakar/toml-test/archive/${_test_commit}.tar.gz;)
 
sha512sums=('6e261e7f979b7beb835061a90d098036b968b9f2e5b4ef74302e7bf59b49651d92e32fb0488831c0bc1325f14a2512e0b7681e8e2bbf59804835179812203875'
@@ -33,7 +33,6 @@
 cd "${srcdir}"/${_pkgname}-${pkgver}
 
 python setup.py build
-python2 setup.py build
 }
 
 check() {
@@ -41,22 +40,11 @@
 
 python -m pytest
 PYTHONPATH=$PWD python test/test.py
-python2 -m pytest
-PYTHONPATH=$PWD python2 test/test.py
 }
 
-package_python-pytoml() {
-depends=('python')
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
 
-cd "${srcdir}"/${_pkgname}-${pkgver}
 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
-
-package_python2-pytoml() {
-depends=('python2')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}


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

2020-07-05 Thread Eli Schwartz via arch-commits
Date: Sunday, July 5, 2020 @ 19:08:31
  Author: eschwartz
Revision: 657908

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 19:08:12 UTC (rev 657907)
+++ PKGBUILD2020-07-05 19:08:31 UTC (rev 657908)
@@ -1,62 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Caleb Maclennan 
-# Contributor: Artem Vorotnikov 
-# Contributor: Andy Weidenbaum 
-
-_pkgname=pytoml
-pkgbase=python-pytoml
-pkgname=('python-pytoml' 'python2-pytoml')
-pkgver=0.1.21
-_test_commit=bbfef3b9277eac47e5d6e9e507c99f0a40a61f8a
-pkgrel=3
-pkgdesc="A TOML-0.4.0 parser/writer for Python."
-arch=('any')
-url="https://github.com/avakar/${_pkgname};
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
-"https://github.com/avakar/toml-test/archive/${_test_commit}.tar.gz;)
-sha512sums=('6e261e7f979b7beb835061a90d098036b968b9f2e5b4ef74302e7bf59b49651d92e32fb0488831c0bc1325f14a2512e0b7681e8e2bbf59804835179812203875'
-
'83264fdeb90c8dde3552631569a39252273910ec39cabb5a220c3ef47a40c5f2c4e506c1cbaf4e863cd6e80e38ef7e816df607d95389e66ed3406efff18b802b')
-b2sums=('9c07a9e7ba0121b03e1fada1961b5123bf66e89ae9ef129bd6bf0a313e71e7fbf29479cf7f1e7659bdc35e483b41e38ceefc3854f690eeaee4aebe704b6a6b3c'
-
'1b4b58467365d5afc9d397aae2939aed182764a177bd2fb66732d591f2ec6872205c74dd5c8162f00d0d008faef0bb8da661049cadb2d0fd1ba415708ee932ea')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-rm -rf test/toml-test
-ln -sf "${srcdir}"/toml-test-${_test_commit} test/toml-test
-}
-
-build() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-PYTHONPATH=$PWD python test/test.py
-python2 -m pytest
-PYTHONPATH=$PWD python2 test/test.py
-}
-
-package_python-pytoml() {
-depends=('python')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-pytoml() {
-depends=('python2')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-pytoml/repos/community-any/PKGBUILD (from rev 657907, 
python-pytoml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 19:08:31 UTC (rev 657908)
@@ -0,0 +1,50 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Caleb Maclennan 
+# Contributor: Artem Vorotnikov 
+# Contributor: Andy Weidenbaum 
+
+_pkgname=pytoml
+pkgname=python-pytoml
+pkgver=0.1.21
+_test_commit=bbfef3b9277eac47e5d6e9e507c99f0a40a61f8a
+pkgrel=4
+pkgdesc="A TOML-0.4.0 parser/writer for Python."
+arch=('any')
+url="https://github.com/avakar/${_pkgname};
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
+"https://github.com/avakar/toml-test/archive/${_test_commit}.tar.gz;)
+sha512sums=('6e261e7f979b7beb835061a90d098036b968b9f2e5b4ef74302e7bf59b49651d92e32fb0488831c0bc1325f14a2512e0b7681e8e2bbf59804835179812203875'
+
'83264fdeb90c8dde3552631569a39252273910ec39cabb5a220c3ef47a40c5f2c4e506c1cbaf4e863cd6e80e38ef7e816df607d95389e66ed3406efff18b802b')
+b2sums=('9c07a9e7ba0121b03e1fada1961b5123bf66e89ae9ef129bd6bf0a313e71e7fbf29479cf7f1e7659bdc35e483b41e38ceefc3854f690eeaee4aebe704b6a6b3c'
+
'1b4b58467365d5afc9d397aae2939aed182764a177bd2fb66732d591f2ec6872205c74dd5c8162f00d0d008faef0bb8da661049cadb2d0fd1ba415708ee932ea')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+rm -rf test/toml-test
+ln -sf "${srcdir}"/toml-test-${_test_commit} test/toml-test
+}
+
+build() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+PYTHONPATH=$PWD python test/test.py
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2020-07-05 Thread Christian Hesse via arch-commits
Date: Sunday, July 5, 2020 @ 19:06:07
  Author: eworm
Revision: 390889

archrelease: copy trunk to testing-x86_64

Added:
  rsync/repos/testing-x86_64/
  rsync/repos/testing-x86_64/PKGBUILD
(from rev 390888, rsync/trunk/PKGBUILD)
  rsync/repos/testing-x86_64/rsyncd.conf
(from rev 390888, rsync/trunk/rsyncd.conf)

-+
 PKGBUILD|   49 +
 rsyncd.conf |   10 ++
 2 files changed, 59 insertions(+)

Copied: rsync/repos/testing-x86_64/PKGBUILD (from rev 390888, 
rsync/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-05 19:06:07 UTC (rev 390889)
@@ -0,0 +1,49 @@
+# Maintainer: Christian Hesse 
+
+pkgname=rsync
+_tag='3c97e8e4e4c98a15e71146808692a6215bb6af1c' # git rev-parse v${pkgver}
+pkgver=3.2.2
+pkgrel=1
+pkgdesc='A fast and versatile file copying tool for remote and local files'
+arch=('x86_64')
+url='https://rsync.samba.org/'
+license=('GPL3')
+depends=('acl' 'libacl.so' 'lz4' 'openssl' 'perl' 'popt' 'xxhash' 
'libxxhash.so'
+ 'zlib' 'zstd')
+makedepends=('git' 'python-commonmark')
+backup=('etc/rsyncd.conf'
+'etc/xinetd.d/rsync')
+validpgpkeys=('0048C8B026D4C96F0E589C2F6C859FB14B96A8C5') # Wayne Davison 

+source=("git+https://github.com/WayneD/rsync#tag=${_tag}?signed;
+'rsyncd.conf')
+sha256sums=('SKIP'
+'733ccb571721433c3a6262c58b658253ca6553bec79c2bdd0011810bb4f2156b')
+
+build() {
+   cd "$srcdir/rsync"
+
+   ./configure \
+   --prefix=/usr \
+   --disable-debug \
+   --with-included-popt=no \
+   --with-included-zlib=no
+   make
+}
+
+check() {
+   cd "$srcdir/rsync"
+
+   make test
+}
+
+package() {
+   cd "$srcdir/rsync"
+
+   make DESTDIR="$pkgdir" install
+   install -Dm0644 ../rsyncd.conf "$pkgdir/etc/rsyncd.conf"
+   install -Dm0644 packaging/lsb/rsync.xinetd "$pkgdir/etc/xinetd.d/rsync"
+   install -Dm0644 packaging/systemd/rsync.service 
"$pkgdir/usr/lib/systemd/system/rsyncd.service"
+   install -Dm0644 packaging/systemd/rsync.socket 
"$pkgdir/usr/lib/systemd/system/rsyncd.socket"
+   install -Dm0644 packaging/systemd/rsync@.service 
"$pkgdir/usr/lib/systemd/system/rsyncd@.service"
+   install -Dm0755 support/rrsync "$pkgdir/usr/lib/rsync/rrsync"
+}

Copied: rsync/repos/testing-x86_64/rsyncd.conf (from rev 390888, 
rsync/trunk/rsyncd.conf)
===
--- testing-x86_64/rsyncd.conf  (rev 0)
+++ testing-x86_64/rsyncd.conf  2020-07-05 19:06:07 UTC (rev 390889)
@@ -0,0 +1,10 @@
+uid = nobody
+gid = nobody
+use chroot = no
+max connections = 4
+syslog facility = local5
+pid file = /run/rsyncd.pid
+
+[ftp]
+path = /srv/ftp
+comment = ftp area


[arch-commits] Commit in rsync/trunk (PKGBUILD rsync.install)

2020-07-05 Thread Christian Hesse via arch-commits
Date: Sunday, July 5, 2020 @ 19:06:00
  Author: eworm
Revision: 390888

upgpkg: rsync 3.2.2-1: new upstream release

Modified:
  rsync/trunk/PKGBUILD
Deleted:
  rsync/trunk/rsync.install

---+
 PKGBUILD  |3 +--
 rsync.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 18:04:08 UTC (rev 390887)
+++ PKGBUILD2020-07-05 19:06:00 UTC (rev 390888)
@@ -2,7 +2,7 @@
 
 pkgname=rsync
 _tag='3c97e8e4e4c98a15e71146808692a6215bb6af1c' # git rev-parse v${pkgver}
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc='A fast and versatile file copying tool for remote and local files'
 arch=('x86_64')
@@ -13,7 +13,6 @@
 makedepends=('git' 'python-commonmark')
 backup=('etc/rsyncd.conf'
 'etc/xinetd.d/rsync')
-install=rsync.install
 validpgpkeys=('0048C8B026D4C96F0E589C2F6C859FB14B96A8C5') # Wayne Davison 

 source=("git+https://github.com/WayneD/rsync#tag=${_tag}?signed;
 'rsyncd.conf')

Deleted: rsync.install
===
--- rsync.install   2020-07-05 18:04:08 UTC (rev 390887)
+++ rsync.install   2020-07-05 19:06:00 UTC (rev 390888)
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-post_upgrade() {
-  # return if old package version greater 3.1.99...
-  (( $(vercmp "$2" '3.1.99') > 0 )) && return 0
-
-  # return if neither service nor socket is enabled...
-  systemctl -q is-enabled rsyncd.service rsyncd.socket || return 0
-
-  echo ' > The rsync package now uses upstream systemd units, which also 
protect'
-  echo ' > home directories (/root and /home). If you need access use rsync'
-  echo ' > via ssh (recommended) or see the wiki for instructions to override:'
-  echo ' > https://wiki.archlinux.org/index.php/Rsync#rsync_daemon'
-}


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (8 files)

2020-07-05 Thread Felix Yan via arch-commits
Date: Sunday, July 5, 2020 @ 18:53:18
  Author: felixonmars
Revision: 657906

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 657905, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 657905, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
(from rev 657905, wine-staging/trunk/wine-binfmt.conf)
  wine-staging/repos/multilib-x86_64/wine.install
(from rev 657905, wine-staging/trunk/wine.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  397 ++---
 wine-binfmt.conf |4 
 wine.install |   14 -
 3 files changed, 209 insertions(+), 206 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
657905, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 18:53:00 UTC (rev 657905)
+++ PKGBUILD2020-07-05 18:53:18 UTC (rev 657906)
@@ -1,197 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=5.11
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/5.x/wine-$_pkgbasever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
-
$pkgname-desktop-path.patch::https://github.com/wine-staging/wine-staging/commit/102af10c89164cff0be68d6b4072de9050b1000b.patch
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('fac78a98e03e0305c85fff393b7c5d46a3fbe11aff4a0153771187d3ad0212189d1fa88947fc9fe0da7bd8327eb71283f28ff866c4d8b2bc759a2ad2197fc9a1'
-'SKIP'
-
'a5cff848077f937d8f910d6f8b4efc033435c99bc6eeb8cf2a39e812b09c9fad5602e91e761eb1a006a1487299f7d81ecf7597d104fcafd076a8692e086af1a5'
-
'9eaa888992f4535c3d00a2502f3815801da4ff6da3448e4605778c308fbec56547550595ab0c5bc64aebb8105a6f740e18e3e0efd585ae3eaf2d1f8701217788'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="https://www.wine-staging.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  faudio   lib32-faudio
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  vkd3d lib32-vkd3d
-  libcups   lib32-libcups
-  sane
-  libgphoto2
-  gsm
-  ffmpeg
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpng   

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

2020-07-05 Thread Felix Yan via arch-commits
Date: Sunday, July 5, 2020 @ 18:53:00
  Author: felixonmars
Revision: 657905

upgpkg: wine-staging 5.12-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 18:37:41 UTC (rev 657904)
+++ PKGBUILD2020-07-05 18:53:00 UTC (rev 657905)
@@ -5,8 +5,8 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=5.11
-pkgrel=2
+pkgver=5.12
+pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
@@ -13,12 +13,14 @@
 source=(https://dl.winehq.org/wine/source/5.x/wine-$_pkgbasever.tar.xz{,.sign}
 
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
 
$pkgname-build-fix.patch::https://github.com/wine-staging/wine-staging/commit/3f3a05f91c85cb5ccdc4c8185bcc862c6e96cd52.patch
+
$pkgname-build-fix-again.patch::https://github.com/wine-staging/wine-staging/commit/3dd8d0e647ee0bd304f4d2e265580f1ba536bf0d.patch
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('fac78a98e03e0305c85fff393b7c5d46a3fbe11aff4a0153771187d3ad0212189d1fa88947fc9fe0da7bd8327eb71283f28ff866c4d8b2bc759a2ad2197fc9a1'
+sha512sums=('1272b143d64ed6083cd797474f18dbd2bca7a38d488474ae5f054f47789b4fc1d386c7bbf8aa1bd86f9507908fc799b4f45e10e1d8c628c5bd52c42b1d74c8a8'
 'SKIP'
-
'a5cff848077f937d8f910d6f8b4efc033435c99bc6eeb8cf2a39e812b09c9fad5602e91e761eb1a006a1487299f7d81ecf7597d104fcafd076a8692e086af1a5'
+
'1ad23128b6d6183b8e5e814214c2ff2b6f1173e8f599248e6e38fa78c20701ac7295e87c2fdc809787ab284e1270ff0dc9edbc5adc80b1fc2067f0fc4cb0ac16'
 
'a38b69923a35ed8dc69bd7fd1d19ed605641b7e0812544f8c50b9e0d0ad0ae65d189466efdb1c6904e67ce4d9c6ebb31a465e4c4a05bc406860f6649aa96aad6'
+
'2ff1373f0ddf00b4c25cd0d7877242365839c9e0b657a0a3e6468c6b5f3cf34d12cb07b7f2867d22d6f01bca42ef5ba238f080785a228ee4f8499ad00bf2296a'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
@@ -125,6 +127,7 @@
 
   # https://bugs.winehq.org/show_bug.cgi?id=49514
   patch -d wine-staging-$_pkgbasever -p1 < $pkgname-build-fix.patch
+  patch -d wine-staging-$_pkgbasever -p1 < $pkgname-build-fix-again.patch
 
   # apply wine-staging patchset
   pushd wine-staging-$_pkgbasever/patches


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

2020-07-05 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 5, 2020 @ 18:37:41
  Author: jelle
Revision: 657904

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 18:37:35 UTC (rev 657903)
+++ PKGBUILD2020-07-05 18:37:41 UTC (rev 657904)
@@ -1,35 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_name=ifaddr
-pkgname=python-ifaddr
-pkgver=0.1.6
-pkgrel=3
-pkgdesc="Enumerates all IP addresses on all network adapters of the system"
-arch=('any')
-url="https://github.com/pydron/ifaddr;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=(https://github.com/pydron/ifaddr/archive/${pkgver}.tar.gz)
-sha512sums=('f8bfe0141f0c4e83404c8feead15a144e3f81fdfd9aeb5c9ca490789dfc7f74fa8cf36c895d048b595c340e17f7d82d96e3cdc25174ff67f3bb06a306094d59a')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python3 setup.py build
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  nosetests ${_name}/test_ifaddr.py
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-ifaddr/repos/community-any/PKGBUILD (from rev 657903, 
python-ifaddr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 18:37:41 UTC (rev 657904)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa 
+
+_name=ifaddr
+pkgname=python-ifaddr
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="Enumerates all IP addresses on all network adapters of the system"
+arch=('any')
+url="https://github.com/pydron/ifaddr;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=(https://github.com/pydron/ifaddr/archive/${pkgver}.tar.gz)
+sha512sums=('648d05c1aa91b81bfbda81c9753c3f35c7f451e9842eef9b46545db7817e4fdbe9b8f8f30f552cdef9522998960d7b07a4465dd49733fd784702f48aa875238d')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python3 setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  nosetests ${_name}/test_ifaddr.py
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-05 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 5, 2020 @ 18:37:35
  Author: jelle
Revision: 657903

upgpkg: python-ifaddr 0.1.7-1

Modified:
  python-ifaddr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 18:03:46 UTC (rev 657902)
+++ PKGBUILD2020-07-05 18:37:35 UTC (rev 657903)
@@ -2,8 +2,8 @@
 
 _name=ifaddr
 pkgname=python-ifaddr
-pkgver=0.1.6
-pkgrel=3
+pkgver=0.1.7
+pkgrel=1
 pkgdesc="Enumerates all IP addresses on all network adapters of the system"
 arch=('any')
 url="https://github.com/pydron/ifaddr;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-nose')
 source=(https://github.com/pydron/ifaddr/archive/${pkgver}.tar.gz)
-sha512sums=('f8bfe0141f0c4e83404c8feead15a144e3f81fdfd9aeb5c9ca490789dfc7f74fa8cf36c895d048b595c340e17f7d82d96e3cdc25174ff67f3bb06a306094d59a')
+sha512sums=('648d05c1aa91b81bfbda81c9753c3f35c7f451e9842eef9b46545db7817e4fdbe9b8f8f30f552cdef9522998960d7b07a4465dd49733fd784702f48aa875238d')
 
 build() {
   cd "${_name}-${pkgver}"


[arch-commits] Commit in btrfs-progs/repos (13 files)

2020-07-05 Thread Sébastien Luttringer via arch-commits
Date: Sunday, July 5, 2020 @ 18:04:08
  Author: seblu
Revision: 390887

db-move: moved btrfs-progs from [testing] to [core] (x86_64)

Added:
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 390886, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 390886, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
(from rev 390886, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
(from rev 390886, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 390886, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 390886, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |   76 +++
 /btrfs-progs.install   |   15 ++
 /btrfs-scrub@.service  |8 +++
 /btrfs-scrub@.timer|   11 +
 /initcpio-hook-btrfs   |7 +++
 /initcpio-install-btrfs|   17 +++
 core-x86_64/PKGBUILD   |   76 ---
 core-x86_64/btrfs-progs.install|   15 --
 core-x86_64/btrfs-scrub@.service   |8 ---
 core-x86_64/btrfs-scrub@.timer |   11 -
 core-x86_64/initcpio-hook-btrfs|7 ---
 core-x86_64/initcpio-install-btrfs |   17 ---
 12 files changed, 134 insertions(+), 134 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2020-07-05 18:02:49 UTC (rev 390886)
+++ core-x86_64/PKGBUILD2020-07-05 18:04:08 UTC (rev 390887)
@@ -1,76 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=5.6.1
-pkgrel=3
-pkgdesc='Btrfs filesystem utilities'
-arch=('x86_64')
-makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools' 
'e2fsprogs' 'reiserfsprogs')
-depends=('glibc' 'libutil-linux' 'lzo' 'zlib' 'zstd' 'libgcrypt')
-optdepends=('python: libbtrfsutil python bindings'
-'e2fsprogs: btrfs-convert'
-'reiserfsprogs: btrfs-convert')
-url='https://btrfs.wiki.kernel.org'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
-source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer')
-install=btrfs-progs.install
-options=(!staticlibs)
-sha256sums=('SKIP'
-'50ccf556b887018f35937626f9a6e799c1e69692778b2bb090d2a56c9bdc96db'
-'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
-'35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
-'8b1f8a1176141c5c6abe772dcb93cd87c083c7415c856b4fcb563491c9916836'
-'9a0b6cc23f7bd97b83b6c38dd2b4e4373fead8bd3ccfb82a47c72971e9d6f8ad')
-
-prepare() {
-  cd $pkgname-v$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local src
-  for src in "${source[@]}"; do
-src="${src%%::*}"
-src="${src##*/}"
-[[ $src = *.patch ]] || continue
-msg2 "Applying patch $src..."
-patch -Np1 < "../$src"
-  done
-}
-
-build() {
-  cd $pkgname-v$pkgver
-  ./configure --prefix=/usr --with-crypto=libgcrypt
-  make
-}
-
-check() {
-  cd $pkgname-v$pkgver
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname-v$pkgver
-  make DESTDIR="$pkgdir" install install_python
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
-  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
-
-  # install scrub service/timer
-  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
-  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/core-x86_64/PKGBUILD (from rev 390886, 
btrfs-progs/repos/testing-x86_64/PKGBUILD)

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

2020-07-05 Thread Kpcyrd via arch-commits
Date: Sunday, July 5, 2020 @ 18:03:33
  Author: kpcyrd
Revision: 657901

upgpkg: cargo-fuzz 0.8.0-1

Modified:
  cargo-fuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 18:00:44 UTC (rev 657900)
+++ PKGBUILD2020-07-05 18:03:33 UTC (rev 657901)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=cargo-fuzz
-pkgver=0.7.1
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Command line helpers for fuzzing rust"
 url="https://github.com/rust-fuzz/cargo-fuzz;
@@ -9,8 +9,8 @@
 arch=('x86_64')
 license=('MIT' 'APACHE')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-fuzz/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('cbf5a2de52a37df3d5aac107b66c489476a4c76d865a1c957e22421d7c1ea725ddf4ab9fb07e1d1e1e70d81366adee28fb2908c33f51735884ddaf2d3095976e')
-b2sums=('ae8b4832c272882e299952b733d3404960e5726f216ef928a9e5f5f9a89d3fc73ca6fe28bf426c014623a81f30a9561f48c72e36faac7cca34a7167a5117b8ab')
+sha512sums=('f4290461a4866b2cff6afd2e8a611f7dc62552afcd329b476faece9cd8f71c562cf110314a355fe0cccdac7deab1e244e73e56114b629b58662ff5bafea99536')
+b2sums=('abfe8a5d8b1c9719257902f78ece3e0df1b8657c27f2269f6f0f541e7391045ce5bb62099d698485ca6f24170db70d17023328211bb3ed25772dd49709b68d4f')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-07-05 Thread Kpcyrd via arch-commits
Date: Sunday, July 5, 2020 @ 18:03:46
  Author: kpcyrd
Revision: 657902

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 18:03:33 UTC (rev 657901)
+++ PKGBUILD2020-07-05 18:03:46 UTC (rev 657902)
@@ -1,33 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=cargo-fuzz
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="Command line helpers for fuzzing rust"
-url="https://github.com/rust-fuzz/cargo-fuzz;
-depends=('cargo')
-arch=('x86_64')
-license=('MIT' 'APACHE')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-fuzz/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('cbf5a2de52a37df3d5aac107b66c489476a4c76d865a1c957e22421d7c1ea725ddf4ab9fb07e1d1e1e70d81366adee28fb2908c33f51735884ddaf2d3095976e')
-b2sums=('ae8b4832c272882e299952b733d3404960e5726f216ef928a9e5f5f9a89d3fc73ca6fe28bf426c014623a81f30a9561f48c72e36faac7cca34a7167a5117b8ab')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # this is broken on linux-hardened
-  #RUSTC_BOOTSTRAP=1 cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo-fuzz/repos/community-x86_64/PKGBUILD (from rev 657901, 
cargo-fuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 18:03:46 UTC (rev 657902)
@@ -0,0 +1,33 @@
+# Maintainer: kpcyrd 
+
+pkgname=cargo-fuzz
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Command line helpers for fuzzing rust"
+url="https://github.com/rust-fuzz/cargo-fuzz;
+depends=('cargo')
+arch=('x86_64')
+license=('MIT' 'APACHE')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-fuzz/${pkgname}/archive/${pkgver}.tar.gz;)
+sha512sums=('f4290461a4866b2cff6afd2e8a611f7dc62552afcd329b476faece9cd8f71c562cf110314a355fe0cccdac7deab1e244e73e56114b629b58662ff5bafea99536')
+b2sums=('abfe8a5d8b1c9719257902f78ece3e0df1b8657c27f2269f6f0f541e7391045ce5bb62099d698485ca6f24170db70d17023328211bb3ed25772dd49709b68d4f')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  # this is broken on linux-hardened
+  #RUSTC_BOOTSTRAP=1 cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-05 Thread Antonio Rojas via arch-commits
Date: Sunday, July 5, 2020 @ 18:02:49
  Author: arojas
Revision: 390886

archrelease: copy trunk to testing-x86_64

Added:
  terminology/repos/testing-x86_64/
  terminology/repos/testing-x86_64/PKGBUILD
(from rev 390885, terminology/trunk/PKGBUILD)

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

Copied: terminology/repos/testing-x86_64/PKGBUILD (from rev 390885, 
terminology/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-05 18:02:49 UTC (rev 390886)
@@ -0,0 +1,34 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="EFL based terminal emulator"
+arch=('x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('efl')
+makedepends=('mesa' 'meson')
+#source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/billiob/terminology/archive/v${pkgver}.tar.gz;)
+sha256sums=('6b6e892fcab2c6887c3c3fb266f931083c1cd3e907b6260e771b8b82614054e6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  meson builddir --prefix=/usr
+  ninja -C builddir
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  DESTDIR="${pkgdir}" ninja -C builddir install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2020-07-05 Thread Antonio Rojas via arch-commits
Date: Sunday, July 5, 2020 @ 18:02:40
  Author: arojas
Revision: 390885

Update to 1.7.0

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 17:59:13 UTC (rev 390884)
+++ PKGBUILD2020-07-05 18:02:40 UTC (rev 390885)
@@ -3,7 +3,7 @@
 # Contributor: Paul Ezvan 
 
 pkgname=terminology
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="EFL based terminal emulator"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('mesa' 'meson')
 
#source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/billiob/terminology/archive/v${pkgver}.tar.gz;)
-sha256sums=('b83b187960827688c5f02534921a2a1eaf090c9302f5b5e371dfe7d125bffa2c')
+sha256sums=('6b6e892fcab2c6887c3c3fb266f931083c1cd3e907b6260e771b8b82614054e6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-07-05 Thread Kpcyrd via arch-commits
Date: Sunday, July 5, 2020 @ 18:00:26
  Author: kpcyrd
Revision: 657899

upgpkg: cargo-watch 7.5.0-1

Modified:
  cargo-watch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 17:10:54 UTC (rev 657898)
+++ PKGBUILD2020-07-05 18:00:26 UTC (rev 657899)
@@ -2,7 +2,7 @@
 # Contributor: Vlad M. 
 
 pkgname=cargo-watch
-pkgver=7.4.1
+pkgver=7.5.0
 pkgrel=1
 pkgdesc="Utility for Cargo to compile projects when sources change"
 url='https://github.com/passcod/cargo-watch'
@@ -10,8 +10,8 @@
 license=('CC0-1.0')
 depends=('cargo')
 
source=("https://github.com/passcod/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('4f6b6939573ed5d4e8377b5fc6f0ba0f30711432a9cc2ed85b035ded2d2cf02c25d2bad18911d2c9e9c4d5b7081077a2d0320a512aff0a0696137ef451df47b0')
-b2sums=('72bbfc4ab1205abdb099b6de163a48452187f5c50780e239dbe0c7e74feb2bdf853daa30d7ca28b7cef532a442dc24ee3c40ebbc1a7e8c2d7280be40623f5bde')
+sha512sums=('7c1499b2b34889aa9e7790ac483bbbea68c36fba204196934ae6031dce3b2bac4aa12f98cc2a74591f9b4c776b29dde498da2beef825aea0d9dc007060272ecf')
+b2sums=('e4ecf016cd4502da0197a4e199de1a804172abc203399798adfa575e5e306ecf0611c35f9798da80e3d015728a50b3b48c2ab6f11c427661763ce431291ccbb1')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-07-05 Thread Kpcyrd via arch-commits
Date: Sunday, July 5, 2020 @ 18:00:44
  Author: kpcyrd
Revision: 657900

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 18:00:26 UTC (rev 657899)
+++ PKGBUILD2020-07-05 18:00:44 UTC (rev 657900)
@@ -1,29 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Vlad M. 
-
-pkgname=cargo-watch
-pkgver=7.4.1
-pkgrel=1
-pkgdesc="Utility for Cargo to compile projects when sources change"
-url='https://github.com/passcod/cargo-watch'
-arch=('x86_64')
-license=('CC0-1.0')
-depends=('cargo')
-source=("https://github.com/passcod/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('4f6b6939573ed5d4e8377b5fc6f0ba0f30711432a9cc2ed85b035ded2d2cf02c25d2bad18911d2c9e9c4d5b7081077a2d0320a512aff0a0696137ef451df47b0')
-b2sums=('72bbfc4ab1205abdb099b6de163a48452187f5c50780e239dbe0c7e74feb2bdf853daa30d7ca28b7cef532a442dc24ee3c40ebbc1a7e8c2d7280be40623f5bde')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-watch/repos/community-x86_64/PKGBUILD (from rev 657899, 
cargo-watch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 18:00:44 UTC (rev 657900)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd 
+# Contributor: Vlad M. 
+
+pkgname=cargo-watch
+pkgver=7.5.0
+pkgrel=1
+pkgdesc="Utility for Cargo to compile projects when sources change"
+url='https://github.com/passcod/cargo-watch'
+arch=('x86_64')
+license=('CC0-1.0')
+depends=('cargo')
+source=("https://github.com/passcod/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('7c1499b2b34889aa9e7790ac483bbbea68c36fba204196934ae6031dce3b2bac4aa12f98cc2a74591f9b4c776b29dde498da2beef825aea0d9dc007060272ecf')
+b2sums=('e4ecf016cd4502da0197a4e199de1a804172abc203399798adfa575e5e306ecf0611c35f9798da80e3d015728a50b3b48c2ab6f11c427661763ce431291ccbb1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-05 Thread Antonio Rojas via arch-commits
Date: Sunday, July 5, 2020 @ 17:59:13
  Author: arojas
Revision: 390884

archrelease: copy trunk to testing-x86_64

Added:
  enlightenment/repos/testing-x86_64/
  enlightenment/repos/testing-x86_64/PKGBUILD
(from rev 390883, enlightenment/trunk/PKGBUILD)

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

Copied: enlightenment/repos/testing-x86_64/PKGBUILD (from rev 390883, 
enlightenment/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-05 17:59:13 UTC (rev 390884)
@@ -0,0 +1,51 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.24.1
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs' 'pam')
+optdepends=('connman: network module'
+'acpid: power events on laptop lid close'
+'geoip-database: geolocation module'
+'xorg-server-xwayland: xwayland support'
+'packagekit: needed for packagekit module')
+makedepends=('xorg-server-xwayland' 'meson' 'ninja')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/e-applications.menu')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('aee2b6178c918d71ebe661129f4008d773e70e5784651dadbcf56eec0a6d4a09')
+
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
+  CFLAGS+=' -fvisibility=hidden'
+
+  if [ -d build ]; then
+rm -f build
+  fi
+  mkdir build
+  meson --prefix=/usr \
+-Dwl=true \
+. build
+
+  ninja -C build
+  }
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  DESTDIR="$pkgdir" ninja -C build install
+  
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2020-07-05 Thread Antonio Rojas via arch-commits
Date: Sunday, July 5, 2020 @ 17:59:04
  Author: arojas
Revision: 390883

Update to 0.24.1

Modified:
  enlightenment/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 17:46:07 UTC (rev 390882)
+++ PKGBUILD2020-07-05 17:59:04 UTC (rev 390883)
@@ -2,8 +2,8 @@
 # Contributor: Enlightenment Developers 
>
 
 pkgname=enlightenment
-pkgver=0.23.1
-pkgrel=2
+pkgver=0.24.1
+pkgrel=1
 pkgdesc="Enlightenment window manager"
 arch=('x86_64')
 url="http://www.enlightenment.org;
@@ -20,7 +20,7 @@
 backup=('etc/enlightenment/sysactions.conf'
 'etc/xdg/menus/e-applications.menu')
 
source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('e530590c09b560679621f4531d55c242cfafe8523309e0ae88fb267e00f52c34')
+sha256sums=('aee2b6178c918d71ebe661129f4008d773e70e5784651dadbcf56eec0a6d4a09')
 
 
 build() {


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

2020-07-05 Thread Antonio Rojas via arch-commits
Date: Sunday, July 5, 2020 @ 17:46:07
  Author: arojas
Revision: 390882

archrelease: copy trunk to testing-x86_64

Added:
  efl/repos/testing-x86_64/
  efl/repos/testing-x86_64/PKGBUILD
(from rev 390881, efl/trunk/PKGBUILD)
  efl/repos/testing-x86_64/eina_doxygen.patch
(from rev 390881, efl/trunk/eina_doxygen.patch)

+
 PKGBUILD   |   87 +++
 eina_doxygen.patch |   10 +
 2 files changed, 97 insertions(+)

Copied: efl/repos/testing-x86_64/PKGBUILD (from rev 390881, efl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-05 17:46:07 UTC (rev 390882)
@@ -0,0 +1,87 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.24.3
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('x86_64')
+url="https://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('avahi' 'bullet' 'curl' 'fontconfig' 'fribidi'
+ 'gst-plugins-base-libs' 'luajit' 'libexif' 'libgl' 'libinput'
+ 'libpulse' 'libspectre' 'libraw' 'librsvg' 'libwebp' 'libxcomposite'
+ 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxp' 'libxrandr'
+ 'libxss' 'libunwind' 'mesa' 'openjpeg2' 'poppler'
+ 'shared-mime-info' 'mailcap' 'ttf-font' 'scim' 'libibus' 'glib2'
+ 'wayland' 'wayland-protocols' 'libxkbcommon-x11'
+ 'pulseaudio')
+optdepends=('geoclue: For elocation'
+'gst-plugins-base: Video and thumbnail codecs'
+'gst-plugins-good: Video and thumbnail codecs'
+'gst-plugins-bad: Video and thumbnail codecs'
+'gst-plugins-ugly: Video and thumbnail codecs'
+'gst-libav: Video and thumbnails with ffmpeg/libav'
+'libreoffice: Office document thumbnails'
+'python2: Compare Eina benchmarks')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'meson' 'ninja')
+options=('!emptydirs')
+source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
+sha256sums=('de95c6e673c170c1e21382918b122417c091c643e7dcaced89aa785529625c2a')
+
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  if [ -d build ]; then
+rm -rf build
+  fi
+  mkdir -p build
+
+  meson --prefix=/usr \
+-Dfb=true \
+-Ddrm=true \
+-Dwl=true \
+-Dglib=true \
+-Dnetwork-backend=connman \
+-Devas-loaders-disabler=json \
+-Dbindings= \
+-Dbuild-examples=false \
+-Dbuild-tests=false \
+-Decore-imf-loaders-disabler= \
+. build
+
+  ninja -C build
+
+  cd build/doc
+  doxygen
+}
+
+package_efl(){
+  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" ninja -C build install
+  
+  # install non-standard license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
+}
+
+package_efl-docs() {
+  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
+  depends=()
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/build"
+  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
+  cp -a html "${pkgdir}/usr/share/doc/${pkgbase}/html"
+  cp -a latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
+  #cp -a man "${pkgdir}/usr/share"
+  
+}
+

Copied: efl/repos/testing-x86_64/eina_doxygen.patch (from rev 390881, 
efl/trunk/eina_doxygen.patch)
===
--- testing-x86_64/eina_doxygen.patch   (rev 0)
+++ testing-x86_64/eina_doxygen.patch   2020-07-05 17:46:07 UTC (rev 390882)
@@ -0,0 +1,10 @@
+--- src/lib/eina/eina_hamster.h2013-02-16 12:52:32.0 +0100
 src/lib/eina/eina_hamster.h.new2014-09-16 22:19:04.820163522 +0200
+@@ -24,7 +24,6 @@
+  *
+  * @brief These functions provide hamster calls.
+  *
+- * @{
+  */
+ 
+ /**


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

2020-07-05 Thread Antonio Rojas via arch-commits
Date: Sunday, July 5, 2020 @ 17:45:56
  Author: arojas
Revision: 390881

Update to 1.24.3

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 17:39:34 UTC (rev 390880)
+++ PKGBUILD2020-07-05 17:45:56 UTC (rev 390881)
@@ -3,7 +3,7 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.23.3
+pkgver=1.24.3
 pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('x86_64')
@@ -28,7 +28,7 @@
 makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'meson' 'ninja')
 options=('!emptydirs')
 
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('53cea69eaabe443a099fb204b7353e968e7bb62b41fbb0da24451403c7a56901')
+sha256sums=('de95c6e673c170c1e21382918b122417c091c643e7dcaced89aa785529625c2a')
 
 
 build() {
@@ -45,6 +45,7 @@
 -Dfb=true \
 -Ddrm=true \
 -Dwl=true \
+-Dglib=true \
 -Dnetwork-backend=connman \
 -Devas-loaders-disabler=json \
 -Dbindings= \


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

2020-07-05 Thread Antonio Rojas via arch-commits
Date: Sunday, July 5, 2020 @ 17:10:54
  Author: arojas
Revision: 657898

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 657897, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 17:10:44 UTC (rev 657897)
+++ PKGBUILD2020-07-05 17:10:54 UTC (rev 657898)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.31.0
-pkgrel=1
-arch=(any)
-url="https://jmol.sourceforge.net;
-license=(LGPL)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('eee0703773607c8bd6d51751d0d062c3e10ce44c11e1d7828e4ea3d5f710e892')
-
-package_jmol() {
-  pkgdesc="a Java 3D viewer for chemical structures"
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc="a JavaScript 3D viewer for chemical structures"
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 657897, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 17:10:54 UTC (rev 657898)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.31.1
+pkgrel=1
+arch=(any)
+url="https://jmol.sourceforge.net;
+license=(LGPL)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha256sums=('97644fd7302944474a9665c23b179c39d44f1d53aef57dd7be3a79c7ff57e909')
+
+package_jmol() {
+  pkgdesc="a Java 3D viewer for chemical structures"
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc="a JavaScript 3D viewer for chemical structures"
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}


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

2020-07-05 Thread Antonio Rojas via arch-commits
Date: Sunday, July 5, 2020 @ 17:10:44
  Author: arojas
Revision: 657897

Update to 14.31.1

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 16:58:28 UTC (rev 657896)
+++ PKGBUILD2020-07-05 17:10:44 UTC (rev 657897)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.31.0
+pkgver=14.31.1
 pkgrel=1
 arch=(any)
 url="https://jmol.sourceforge.net;
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('eee0703773607c8bd6d51751d0d062c3e10ce44c11e1d7828e4ea3d5f710e892')
+sha256sums=('97644fd7302944474a9665c23b179c39d44f1d53aef57dd7be3a79c7ff57e909')
 
 package_jmol() {
   pkgdesc="a Java 3D viewer for chemical structures"


[arch-commits] Commit in python-moto/repos/community-any (5 files)

2020-07-05 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, July 5, 2020 @ 16:50:52
  Author: yan12125
Revision: 657894

archrelease: copy trunk to community-any

Added:
  python-moto/repos/community-any/PKGBUILD
(from rev 657893, python-moto/trunk/PKGBUILD)
  python-moto/repos/community-any/cfnlint-0.32.1.diff
(from rev 657893, python-moto/trunk/cfnlint-0.32.1.diff)
  python-moto/repos/community-any/sdist-no-pyc.diff
(from rev 657893, python-moto/trunk/sdist-no-pyc.diff)
Deleted:
  python-moto/repos/community-any/PKGBUILD
  python-moto/repos/community-any/cfnlint-0.32.1.diff

-+
 PKGBUILD|  131 +-
 cfnlint-0.32.1.diff |   42 
 sdist-no-pyc.diff   |9 +++
 3 files changed, 97 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 16:50:30 UTC (rev 657893)
+++ PKGBUILD2020-07-05 16:50:52 UTC (rev 657894)
@@ -1,64 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-moto
-_pkgname=moto
-pkgver=1.3.14
-pkgrel=2
-pkgdesc='Moto is a library to mock out the boto library.'
-arch=(any)
-url='https://github.com/spulec/moto'
-license=(Apache)
-depends=(python-aws-xray-sdk python-boto python-boto3
- python-cryptography python-dateutil python-docker python-jinja
- python-jsondiff python-jose python-mock python-yaml
- python-pytz python-requests python-responses python-xmltodict
- python-werkzeug python-cfn-lint python-setuptools python-sshpubkeys)
-checkdepends=(python-flask python-freezegun python-nose python-parameterized
-  python-sure tk)
-optdepends=(
-  'python-flask: for moto_server'
-)
-source=("https://github.com/spulec/moto/archive/$pkgver/moto-$pkgver.tar.gz;
-
$pkgname-regions.patch::https://github.com/spulec/moto/commit/bd777cad44dc0c0ec979c366fce228429d182e2f.patch
-
$pkgname-botocore-1.3.21.patch::https://github.com/spulec/moto/commit/4983f6af91c0ef20c997772168f27f988a7ce0e1.patch
-
$pkgname-botocore-1.3.24.patch::https://github.com/spulec/moto/commit/40f241adc212c1c113399534616427d3e2c1d47a.patch
-cfnlint-0.32.1.diff)
-sha256sums=('e10412aa495af0f254d3944fd369e75a7c1bcc2f6940a7ea0a0cea34b2f8bf27'
-'a6020fed84da5c8e7298d3c2750ed33c2b60befe3b9d451432b68d2f030bab93'
-'74fe4c7610ad805e0fde46fb65bba7c5bbdcc52718e592bd04dd0a834734b64e'
-'cf4ab97f705bfba537e5e5ac33c820c23c42ba0415ed7e2be670ddb42e6683ff'
-'fcee0eb5c76619ac59382e15d8487c859bda63a8091cbc15cf31acb576752444')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  patch -Np1 -i ../$pkgname-regions.patch
-  patch -Np1 -i ../$pkgname-botocore-1.3.21.patch
-  patch -Np1 -i ../$pkgname-botocore-1.3.24.patch
-  patch -Np1 -i ../cfnlint-0.32.1.diff
-
-  # Remove upper bounds of dependencies
-  sed --in-place=.orig -r 's#,?<[0-9.]+,?##;s#==([0-9.]+)#>=\1#' setup.py
-  diff -u setup.py{.orig,} || true
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  # test_lambda tests moto.awslambda, which requires a running docker.service
-  TZ=UTC nosetests -sv ./tests/ --exclude='test_lambda.*'
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  # use PYTHONHASHSEED=0 work around https://bugs.python.org/issue34722
-  PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
-}

Copied: python-moto/repos/community-any/PKGBUILD (from rev 657893, 
python-moto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 16:50:52 UTC (rev 657894)
@@ -0,0 +1,67 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-moto
+_pkgname=moto
+pkgver=1.3.14
+pkgrel=3
+pkgdesc='Moto is a library to mock out the boto library.'
+arch=(any)
+url='https://github.com/spulec/moto'
+license=(Apache)
+depends=(python-aws-xray-sdk python-boto python-boto3
+ python-cryptography python-dateutil python-docker python-jinja
+ python-jsondiff python-jose python-mock python-yaml
+ python-pytz python-requests python-responses python-xmltodict
+ python-werkzeug python-cfn-lint python-setuptools python-sshpubkeys)
+checkdepends=(python-flask python-freezegun python-nose python-parameterized
+  python-sure tk)
+optdepends=(
+  'python-flask: for moto_server'
+)
+source=("https://github.com/spulec/moto/archive/$pkgver/moto-$pkgver.tar.gz;
+
$pkgname-regions.patch::https://github.com/spulec/moto/commit/bd777cad44dc0c0ec979c366fce228429d182e2f.patch
+
$pkgname-botocore-1.3.21.patch::https://github.com/spulec/moto/commit/4983f6af91c0ef20c997772168f27f988a7ce0e1.patch
+
$pkgname-botocore-1.3.24.patch::https://github.com/spulec/moto/commit/40f241adc212c1c113399534616427d3e2c1d47a.patch
+cfnlint-0.32.1.diff
+

[arch-commits] Commit in python-moto/trunk (PKGBUILD sdist-no-pyc.diff)

2020-07-05 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, July 5, 2020 @ 16:50:30
  Author: yan12125
Revision: 657893

upgpkg: python-moto 1.3.14-3; make it actually reproducible

Before this patch, MANIFEST.in includes all files under tests/. As a result,
*.pyc files are listed in moto.egg-info/SOURCES.txt if tests are run.

Added:
  python-moto/trunk/sdist-no-pyc.diff
Modified:
  python-moto/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 sdist-no-pyc.diff |9 +
 2 files changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 16:05:02 UTC (rev 657892)
+++ PKGBUILD2020-07-05 16:50:30 UTC (rev 657893)
@@ -4,7 +4,7 @@
 pkgname=python-moto
 _pkgname=moto
 pkgver=1.3.14
-pkgrel=2
+pkgrel=3
 pkgdesc='Moto is a library to mock out the boto library.'
 arch=(any)
 url='https://github.com/spulec/moto'
@@ -23,12 +23,14 @@
 
$pkgname-regions.patch::https://github.com/spulec/moto/commit/bd777cad44dc0c0ec979c366fce228429d182e2f.patch
 
$pkgname-botocore-1.3.21.patch::https://github.com/spulec/moto/commit/4983f6af91c0ef20c997772168f27f988a7ce0e1.patch
 
$pkgname-botocore-1.3.24.patch::https://github.com/spulec/moto/commit/40f241adc212c1c113399534616427d3e2c1d47a.patch
-cfnlint-0.32.1.diff)
+cfnlint-0.32.1.diff
+sdist-no-pyc.diff)
 sha256sums=('e10412aa495af0f254d3944fd369e75a7c1bcc2f6940a7ea0a0cea34b2f8bf27'
 'a6020fed84da5c8e7298d3c2750ed33c2b60befe3b9d451432b68d2f030bab93'
 '74fe4c7610ad805e0fde46fb65bba7c5bbdcc52718e592bd04dd0a834734b64e'
 'cf4ab97f705bfba537e5e5ac33c820c23c42ba0415ed7e2be670ddb42e6683ff'
-'fcee0eb5c76619ac59382e15d8487c859bda63a8091cbc15cf31acb576752444')
+'fcee0eb5c76619ac59382e15d8487c859bda63a8091cbc15cf31acb576752444'
+'4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
 
 prepare() {
   cd $_pkgname-$pkgver
@@ -37,6 +39,7 @@
   patch -Np1 -i ../$pkgname-botocore-1.3.21.patch
   patch -Np1 -i ../$pkgname-botocore-1.3.24.patch
   patch -Np1 -i ../cfnlint-0.32.1.diff
+  patch -Np1 -i ../sdist-no-pyc.diff
 
   # Remove upper bounds of dependencies
   sed --in-place=.orig -r 's#,?<[0-9.]+,?##;s#==([0-9.]+)#>=\1#' setup.py

Added: sdist-no-pyc.diff
===
--- sdist-no-pyc.diff   (rev 0)
+++ sdist-no-pyc.diff   2020-07-05 16:50:30 UTC (rev 657893)
@@ -0,0 +1,9 @@
+diff --git a/MANIFEST.in b/MANIFEST.in
+index 51d1b223..30ca14c0 100644
+--- a/MANIFEST.in
 b/MANIFEST.in
+@@ -6,3 +6,4 @@ include moto/cognitoidp/resources/*.json
+ include moto/dynamodb2/parsing/reserved_keywords.txt
+ recursive-include moto/templates *
+ recursive-include tests *
++global-exclude *.py[cod]


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

2020-07-05 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 5, 2020 @ 16:04:56
  Author: jelle
Revision: 657891

Fix source for reproducible builds

Modified:
  evtest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 16:03:27 UTC (rev 657890)
+++ PKGBUILD2020-07-05 16:04:56 UTC (rev 657891)
@@ -4,7 +4,7 @@
 
 pkgname=evtest
 pkgver=1.34
-pkgrel=1
+pkgrel=2
 pkgdesc='Input device event monitor and query tool'
 arch=(x86_64)
 url='https://cgit.freedesktop.org/evtest/'
@@ -11,11 +11,11 @@
 license=(GPL)
 depends=(glibc)
 makedepends=(asciidoc xmlto)
-source=(https://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2)
-sha1sums=('8aac79f393e1dd9dcaa8d944f7077b26578ff0a0')
+source=(https://gitlab.freedesktop.org/libevdev/evtest/-/archive/evtest-${pkgver}/evtest-evtest-${pkgver}.tar.gz)
+sha1sums=('d535e005b9c655a0b4e0e1a85fce020927abd067')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgname-$pkgver
   ./autogen.sh
   ./configure --prefix=/usr 
   make
@@ -22,6 +22,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }


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

2020-07-05 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 5, 2020 @ 16:05:02
  Author: jelle
Revision: 657892

archrelease: copy trunk to community-x86_64

Added:
  evtest/repos/community-x86_64/PKGBUILD
(from rev 657891, evtest/trunk/PKGBUILD)
Deleted:
  evtest/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 16:04:56 UTC (rev 657891)
+++ PKGBUILD2020-07-05 16:05:02 UTC (rev 657892)
@@ -1,27 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Devin J. Pohly 
-# Contributor: Andrej Gelenberg 
-
-pkgname=evtest
-pkgver=1.34
-pkgrel=1
-pkgdesc='Input device event monitor and query tool'
-arch=(x86_64)
-url='https://cgit.freedesktop.org/evtest/'
-license=(GPL)
-depends=(glibc)
-makedepends=(asciidoc xmlto)
-source=(https://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2)
-sha1sums=('8aac79f393e1dd9dcaa8d944f7077b26578ff0a0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr 
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evtest/repos/community-x86_64/PKGBUILD (from rev 657891, 
evtest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 16:05:02 UTC (rev 657892)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Devin J. Pohly 
+# Contributor: Andrej Gelenberg 
+
+pkgname=evtest
+pkgver=1.34
+pkgrel=2
+pkgdesc='Input device event monitor and query tool'
+arch=(x86_64)
+url='https://cgit.freedesktop.org/evtest/'
+license=(GPL)
+depends=(glibc)
+makedepends=(asciidoc xmlto)
+source=(https://gitlab.freedesktop.org/libevdev/evtest/-/archive/evtest-${pkgver}/evtest-evtest-${pkgver}.tar.gz)
+sha1sums=('d535e005b9c655a0b4e0e1a85fce020927abd067')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-05 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, July 5, 2020 @ 16:03:27
  Author: yan12125
Revision: 657890

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 16:03:08 UTC (rev 657889)
+++ PKGBUILD2020-07-05 16:03:27 UTC (rev 657890)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-structlog
-pkgver=20.1.0
-pkgrel=1
-pkgdesc="Structured Logging for Python"
-url="https://www.structlog.org;
-license=('Apache')
-arch=('any')
-depends=('python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-freezegun' 'python-pretend' 
'python-simplejson'
-  'python-twisted' 'python-rapidjson' 'python-greenlet' 
'python-pytest-asyncio')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hynek/structlog/archive/$pkgver.tar.gz;)
-sha512sums=('69c390e3a0ce5356b1d08948e5159e0ecf230222b25bb3cc5e4ba4baa5d4e00c21a8d322ac1064f543d98acce2ed0927677886ecfd4cfd3cf8619191baed85fa')
-
-build() {
-  cd structlog-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd structlog-$pkgver
-  PYTHONPATH="$PWD"/build/lib pytest
-}
-
-package() {
-  cd structlog-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-structlog/repos/community-any/PKGBUILD (from rev 657889, 
python-structlog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 16:03:27 UTC (rev 657890)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-structlog
+pkgver=20.1.0
+pkgrel=2
+pkgdesc="Structured Logging for Python"
+url="https://www.structlog.org;
+license=('Apache')
+arch=('any')
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-freezegun' 'python-pretend' 
'python-simplejson'
+  'python-twisted' 'python-rapidjson' 'python-greenlet' 
'python-pytest-asyncio')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hynek/structlog/archive/$pkgver.tar.gz;)
+sha512sums=('69c390e3a0ce5356b1d08948e5159e0ecf230222b25bb3cc5e4ba4baa5d4e00c21a8d322ac1064f543d98acce2ed0927677886ecfd4cfd3cf8619191baed85fa')
+
+build() {
+  cd structlog-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd structlog-$pkgver
+  PYTHONPATH="$PWD"/src pytest
+}
+
+package() {
+  cd structlog-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-07-05 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, July 5, 2020 @ 16:03:08
  Author: yan12125
Revision: 657889

upgpkg: python-structlog 20.1.0-2; make it reproducible; add myself as a 
maintainer

Don't bother with build/lib in check()

Modified:
  python-structlog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 15:59:58 UTC (rev 657888)
+++ PKGBUILD2020-07-05 16:03:08 UTC (rev 657889)
@@ -1,8 +1,9 @@
 # Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-structlog
 pkgver=20.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Structured Logging for Python"
 url="https://www.structlog.org;
 license=('Apache')
@@ -21,7 +22,7 @@
 
 check() {
   cd structlog-$pkgver
-  PYTHONPATH="$PWD"/build/lib pytest
+  PYTHONPATH="$PWD"/src pytest
 }
 
 package() {


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

2020-07-05 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 5, 2020 @ 15:59:52
  Author: jelle
Revision: 657887

Rebuild for reproducible builds

Modified:
  avr-libc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 15:54:45 UTC (rev 657886)
+++ PKGBUILD2020-07-05 15:59:52 UTC (rev 657887)
@@ -5,7 +5,7 @@
 
 pkgname=avr-libc
 pkgver=2.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='The C runtime library for the AVR family of microcontrollers'
 arch=(any)
 url='https://savannah.nongnu.org/projects/avr-libc/'


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

2020-07-05 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 5, 2020 @ 15:59:58
  Author: jelle
Revision: 657888

archrelease: copy trunk to community-any

Added:
  avr-libc/repos/community-any/PKGBUILD
(from rev 657887, avr-libc/trunk/PKGBUILD)
Deleted:
  avr-libc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 15:59:52 UTC (rev 657887)
+++ PKGBUILD2020-07-05 15:59:58 UTC (rev 657888)
@@ -1,32 +0,0 @@
-# Contributor: Corrado Primier 
-# Contributor: danst0 
-
-# Build order: avr-binutils -> avr-gcc -> avr-libc
-
-pkgname=avr-libc
-pkgver=2.0.0
-pkgrel=3
-pkgdesc='The C runtime library for the AVR family of microcontrollers'
-arch=(any)
-url='http://savannah.nongnu.org/projects/avr-libc/'
-license=(BSD)
-depends=(avr-gcc)
-options=(!strip) # it corrupts avr libraries
-source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-sha1sums=('c46b4c92bd88339f4d8d9bce29893661be890845'
-  'SKIP')
-validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch
-
-build() {
-  cd avr-libc-$pkgver
-  ./bootstrap
-  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
-  make
-}
-
-package() {
-  cd avr-libc-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: avr-libc/repos/community-any/PKGBUILD (from rev 657887, 
avr-libc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 15:59:58 UTC (rev 657888)
@@ -0,0 +1,32 @@
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-libc
+pkgver=2.0.0
+pkgrel=4
+pkgdesc='The C runtime library for the AVR family of microcontrollers'
+arch=(any)
+url='https://savannah.nongnu.org/projects/avr-libc/'
+license=(BSD)
+depends=(avr-gcc)
+options=(!strip) # it corrupts avr libraries
+source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('c46b4c92bd88339f4d8d9bce29893661be890845'
+  'SKIP')
+validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch
+
+build() {
+  cd avr-libc-$pkgver
+  ./bootstrap
+  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  make
+}
+
+package() {
+  cd avr-libc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 15:54:45
  Author: foxboron
Revision: 657886

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 15:54:37 UTC (rev 657885)
+++ PKGBUILD2020-07-05 15:54:45 UTC (rev 657886)
@@ -1,27 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=arduino-cli
-pkgver=0.11.0
-pkgrel=1
-arch=('x86_64')
-pkgdesc='Arduino command line interface'
-url='https://github.com/arduino/arduino-cli'
-license=('GPL3')
-groups=('arduino')
-makedepends=('go-pie' 'git')
-source=("git+$url.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-build(){
-  cd $pkgname
-
-  go build \
--trimpath \
--ldflags "-X 
github.com/arduino/arduino-cli/version.versionString=$pkgver-arch -X 
github.com/arduino/arduino-cli/version.commit=$(git rev-parse HEAD) -extldflags 
$LDFLAGS" \
--v .
-}
-
-package() {
-  install -Dm 755 $pkgname/$pkgname "$pkgdir"/usr/bin/$pkgname
-}
-

Copied: arduino-cli/repos/community-x86_64/PKGBUILD (from rev 657885, 
arduino-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 15:54:45 UTC (rev 657886)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=arduino-cli
+pkgver=0.11.0
+pkgrel=2
+arch=('x86_64')
+pkgdesc='Arduino command line interface'
+url='https://github.com/arduino/arduino-cli'
+license=('GPL3')
+groups=('arduino')
+makedepends=('go' 'git')
+source=("git+$url.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+build(){
+  cd $pkgname
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build \
+-ldflags "-X 
github.com/arduino/arduino-cli/version.versionString=$pkgver-arch -X 
github.com/arduino/arduino-cli/version.commit=$(git rev-parse HEAD)" \
+-v .
+}
+
+package() {
+  install -Dm 755 $pkgname/$pkgname "$pkgdir"/usr/bin/$pkgname
+}
+


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 15:54:37
  Author: foxboron
Revision: 657885

upgpkg: arduino-cli 0.11.0-2

Updated to follow the new go package guidelines

Modified:
  arduino-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 15:52:08 UTC (rev 657884)
+++ PKGBUILD2020-07-05 15:54:37 UTC (rev 657885)
@@ -2,22 +2,25 @@
 
 pkgname=arduino-cli
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc='Arduino command line interface'
 url='https://github.com/arduino/arduino-cli'
 license=('GPL3')
 groups=('arduino')
-makedepends=('go-pie' 'git')
+makedepends=('go' 'git')
 source=("git+$url.git#tag=$pkgver")
 sha512sums=('SKIP')
 
 build(){
   cd $pkgname
-
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
   go build \
--trimpath \
--ldflags "-X 
github.com/arduino/arduino-cli/version.versionString=$pkgver-arch -X 
github.com/arduino/arduino-cli/version.commit=$(git rev-parse HEAD) -extldflags 
$LDFLAGS" \
+-ldflags "-X 
github.com/arduino/arduino-cli/version.versionString=$pkgver-arch -X 
github.com/arduino/arduino-cli/version.commit=$(git rev-parse HEAD)" \
 -v .
 }
 


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 15:52:08
  Author: foxboron
Revision: 657884

archrelease: copy trunk to community-x86_64

Added:
  consul-template/repos/community-x86_64/PKGBUILD
(from rev 657883, consul-template/trunk/PKGBUILD)
  consul-template/repos/community-x86_64/consul-template.hcl
(from rev 657883, consul-template/trunk/consul-template.hcl)
  consul-template/repos/community-x86_64/consul-template.service
(from rev 657883, consul-template/trunk/consul-template.service)
Deleted:
  consul-template/repos/community-x86_64/PKGBUILD
  consul-template/repos/community-x86_64/consul-template.hcl
  consul-template/repos/community-x86_64/consul-template.service

-+
 PKGBUILD|   89 +++--
 consul-template.hcl |  700 +++---
 consul-template.service |   24 -
 3 files changed, 409 insertions(+), 404 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 15:51:57 UTC (rev 657883)
+++ PKGBUILD2020-07-05 15:52:08 UTC (rev 657884)
@@ -1,42 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Tyler Langlois 
-# Contributor: Tim Meusel 
-pkgname=consul-template
-pkgver=0.22.1
-pkgrel=1
-pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and 
Vault data'
-arch=('x86_64')
-url='https://github.com/hashicorp/consul-template'
-license=('MPL')
-backup=("etc/${pkgname}/${pkgname}.hcl")
-makedepends=('go-pie' 'git')
-depends=('glibc')
-optdepends=('consul: interpolate values from a distributed key/value store'
-'vault: reference secure secrets in template files')
-_consul_template_commit='005b42eb2414a945dfe205dba58f64cc3546a7b5'
-source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit};
-"${pkgname}.service"
-"${pkgname}.hcl")
-sha512sums=('SKIP'
-
'8b187ff470fb10b47b815b2faaad836ac369071c8ce7e353ec0cbc98e3b1ac2ffc9c892244ac492be1285caa303c4b5fd0a22df3bdb2a037fca1b06c7b24084b'
-
'b2acfbb4bf389b1d95ca9a5f2dfe9be85444c20efdae63f0e6e34d2f33a16ca1d089e6510b6867f74c3b4390a097952ab235c55e4023245e61cc4318622d5674')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hashicorp/
-  mv "${pkgname}" src/github.com/hashicorp/
-  export GO111MODULE=on
-}
-
-build() {
-  cd src/github.com/hashicorp/"${pkgname}"
-  go build -o consul-template-binary
-}
-
-package() {
-  cd src/github.com/hashicorp/"${pkgname}"
-  install -Dm755 consul-template-binary "${pkgdir}/usr/bin/consul-template"
-  install -Dm644 "${srcdir}/${pkgname}.hcl" 
"${pkgdir}/etc/${pkgname}/${pkgname}.hcl"
-  install -Dm644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-}

Copied: consul-template/repos/community-x86_64/PKGBUILD (from rev 657883, 
consul-template/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 15:52:08 UTC (rev 657884)
@@ -0,0 +1,47 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Tyler Langlois 
+# Contributor: Tim Meusel 
+pkgname=consul-template
+pkgver=0.22.1
+pkgrel=2
+pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and 
Vault data'
+arch=('x86_64')
+url='https://github.com/hashicorp/consul-template'
+license=('MPL')
+backup=("etc/${pkgname}/${pkgname}.hcl")
+makedepends=('go' 'git')
+depends=('glibc')
+optdepends=('consul: interpolate values from a distributed key/value store'
+'vault: reference secure secrets in template files')
+_consul_template_commit='005b42eb2414a945dfe205dba58f64cc3546a7b5'
+source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit};
+"${pkgname}.service"
+"${pkgname}.hcl")
+sha512sums=('SKIP'
+
'8b187ff470fb10b47b815b2faaad836ac369071c8ce7e353ec0cbc98e3b1ac2ffc9c892244ac492be1285caa303c4b5fd0a22df3bdb2a037fca1b06c7b24084b'
+
'b2acfbb4bf389b1d95ca9a5f2dfe9be85444c20efdae63f0e6e34d2f33a16ca1d089e6510b6867f74c3b4390a097952ab235c55e4023245e61cc4318622d5674')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p src/github.com/hashicorp/
+  mv "${pkgname}" src/github.com/hashicorp/
+  export GO111MODULE=on
+}
+
+build() {
+  cd src/github.com/hashicorp/"${pkgname}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -o consul-template-binary
+}
+
+package() {
+  cd src/github.com/hashicorp/"${pkgname}"
+  install -Dm755 consul-template-binary "${pkgdir}/usr/bin/consul-template"
+  install -Dm644 "${srcdir}/${pkgname}.hcl" 
"${pkgdir}/etc/${pkgname}/${pkgname}.hcl"
+  install -Dm644 "${srcdir}/${pkgname}.service" 

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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 15:51:57
  Author: foxboron
Revision: 657883

upgpkg: consul-template 0.22.1-2

Updated to follow go package guidelines

Modified:
  consul-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 15:50:03 UTC (rev 657882)
+++ PKGBUILD2020-07-05 15:51:57 UTC (rev 657883)
@@ -3,13 +3,13 @@
 # Contributor: Tim Meusel 
 pkgname=consul-template
 pkgver=0.22.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and 
Vault data'
 arch=('x86_64')
 url='https://github.com/hashicorp/consul-template'
 license=('MPL')
 backup=("etc/${pkgname}/${pkgname}.hcl")
-makedepends=('go-pie' 'git')
+makedepends=('go' 'git')
 depends=('glibc')
 optdepends=('consul: interpolate values from a distributed key/value store'
 'vault: reference secure secrets in template files')
@@ -31,6 +31,11 @@
 
 build() {
   cd src/github.com/hashicorp/"${pkgname}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
   go build -o consul-template-binary
 }
 


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 15:50:03
  Author: foxboron
Revision: 657882

archrelease: copy trunk to community-x86_64

Added:
  cozy-stack/repos/community-x86_64/PKGBUILD
(from rev 657881, cozy-stack/trunk/PKGBUILD)
  cozy-stack/repos/community-x86_64/cozy-stack.service
(from rev 657881, cozy-stack/trunk/cozy-stack.service)
  cozy-stack/repos/community-x86_64/cozy-stack.sysusers
(from rev 657881, cozy-stack/trunk/cozy-stack.sysusers)
  cozy-stack/repos/community-x86_64/cozy-stack.tmpfiles
(from rev 657881, cozy-stack/trunk/cozy-stack.tmpfiles)
  cozy-stack/repos/community-x86_64/cozy.yml
(from rev 657881, cozy-stack/trunk/cozy.yml)
Deleted:
  cozy-stack/repos/community-x86_64/PKGBUILD
  cozy-stack/repos/community-x86_64/cozy-stack.service
  cozy-stack/repos/community-x86_64/cozy-stack.sysusers
  cozy-stack/repos/community-x86_64/cozy-stack.tmpfiles
  cozy-stack/repos/community-x86_64/cozy.yml

-+
 PKGBUILD|  117 --
 cozy-stack.service  |   74 +++
 cozy-stack.sysusers |2 
 cozy-stack.tmpfiles |4 -
 cozy.yml|   66 ++--
 5 files changed, 131 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 15:49:49 UTC (rev 657881)
+++ PKGBUILD2020-07-05 15:50:03 UTC (rev 657882)
@@ -1,59 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=cozy-stack
-pkgver=1.4.12
-pkgrel=1
-epoch=1
-pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
-arch=(x86_64)
-url="https://cozy.io;
-license=(AGPL3)
-backup=(etc/cozy/cozy.yml)
-depends=(couchdb imagemagick git)
-makedepends=(go-pie)
-#optdepends=('cozy-coclyco: X.509 certificates management for instances'
-optdepends=('nodejs: required for konnectors'
-'nsjail: run konnectors isolated'
-'smtp-forwarder: to allow sending mail to users')
-source=(https://github.com/cozy/cozy-stack/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-cozy.yml
-${pkgname}.service
-${pkgname}.sysusers
-${pkgname}.tmpfiles)
-sha256sums=('1f8fd718c2ba87c97cde00a361398a19008c789a8d8a8edf046b464a4db67a94'
-'a6ae871ec726f81d091918dffae4025b993656551185662242dcc2f7de4516c3'
-'d367c57b93ac97317e058626693fda431ae871fd19f6a04d767de9b7114426fb'
-'a6bea52350e85163c3141509a52903223fa0f6e7390b1b1f9336c326a8fff984'
-'04043ed0b2bf1c811417eec3b89a049f5353ad16f032497ff5c9a610eafa879d')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-go mod vendor
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-go build -v \
- -ldflags "-X 
github.com/cozy/cozy-stack/pkg/config.Version=${pkgver} \
-   -X 
github.com/cozy/cozy-stack/pkg/config.BuildTime=$(date --utc 
--date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +"%Y-%m-%dT%H:%M:%SZ") \
-   -X 
github.com/cozy/cozy-stack/pkg/config.BuildMode=production \
-   -extldflags ${LDFLAGS}" \
- -o ${pkgname}
-}
-
-package() {
-install -Dm644 cozy.yml -t "${pkgdir}"/etc/cozy/
-install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-cd ${pkgname}-${pkgver}
-install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
-install -Dm644 cozy.example.yaml -t "${pkgdir}"/usr/share/cozy/
-install -Dm755 scripts/konnector-node-run.sh -t "${pkgdir}"/usr/share/cozy/
-install -Dm755 scripts/konnector-nsjail-node12-run.sh 
"${pkgdir}"/usr/share/cozy/konnector-nsjail-run.sh
-}

Copied: cozy-stack/repos/community-x86_64/PKGBUILD (from rev 657881, 
cozy-stack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 15:50:03 UTC (rev 657882)
@@ -0,0 +1,58 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=cozy-stack
+pkgver=1.4.12
+pkgrel=2
+epoch=1
+pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
+arch=(x86_64)
+url="https://cozy.io;
+license=(AGPL3)
+backup=(etc/cozy/cozy.yml)
+depends=(couchdb imagemagick git)
+makedepends=(go)
+#optdepends=('cozy-coclyco: X.509 certificates management for instances'
+optdepends=('nodejs: required for konnectors'
+'nsjail: run konnectors isolated'
+'smtp-forwarder: to allow sending mail to users')
+source=(https://github.com/cozy/cozy-stack/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+

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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 15:49:49
  Author: foxboron
Revision: 657881

upgpkg: cozy-stack 1:1.4.12-2

Updated to go package guidelines, removed "go-pie"

Modified:
  cozy-stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 15:48:49 UTC (rev 657880)
+++ PKGBUILD2020-07-05 15:49:49 UTC (rev 657881)
@@ -2,7 +2,7 @@
 
 pkgname=cozy-stack
 pkgver=1.4.12
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(AGPL3)
 backup=(etc/cozy/cozy.yml)
 depends=(couchdb imagemagick git)
-makedepends=(go-pie)
+makedepends=(go)
 #optdepends=('cozy-coclyco: X.509 certificates management for instances'
 optdepends=('nodejs: required for konnectors'
 'nsjail: run konnectors isolated'
@@ -41,8 +41,7 @@
 go build -v \
  -ldflags "-X 
github.com/cozy/cozy-stack/pkg/config.Version=${pkgver} \
-X 
github.com/cozy/cozy-stack/pkg/config.BuildTime=$(date --utc 
--date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +"%Y-%m-%dT%H:%M:%SZ") \
-   -X 
github.com/cozy/cozy-stack/pkg/config.BuildMode=production \
-   -extldflags ${LDFLAGS}" \
+   -X 
github.com/cozy/cozy-stack/pkg/config.BuildMode=production" \
  -o ${pkgname}
 }
 


[arch-commits] Commit in python-aiobotocore/trunk (PKGBUILD pytest-event-loop.diff)

2020-07-05 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, July 5, 2020 @ 15:48:28
  Author: yan12125
Revision: 657879

upgpkg: python-aiobotocore 1.0.7-2; fix non-reproducibility; drop unneeded patch

* The pytest issue seems fixed with pytest-asyncio 0.12.0
  https://github.com/pytest-dev/pytest-asyncio/pull/156

* Importing Python modules from build/lib in check() leads to .pyc files that
  have paths /build/python-aiobotocore/src/...

Modified:
  python-aiobotocore/trunk/PKGBUILD
Deleted:
  python-aiobotocore/trunk/pytest-event-loop.diff

+
 PKGBUILD   |   11 ---
 pytest-event-loop.diff |   13 -
 2 files changed, 4 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 15:47:00 UTC (rev 657878)
+++ PKGBUILD2020-07-05 15:48:28 UTC (rev 657879)
@@ -3,7 +3,7 @@
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
 pkgver=1.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc='asyncio support for botocore library using aiohttp'
 arch=(any)
 url='https://github.com/aio-libs/aiobotocore'
@@ -11,11 +11,9 @@
 depends=(python python-aiohttp python-botocore python-wrapt 
python-aioitertools)
 checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
 
source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-unittest-mock.diff
-pytest-event-loop.diff)
+unittest-mock.diff)
 sha256sums=('0789c379925c2f65a639e978bb20a35f4e242a46d2272f212f159f9a14f28f13'
-'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e'
-'02700f174c58d754e501169737cf04f06f85f536b3bb4f44f422e213ab600e46')
+'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e')
 
 prepare() {
   cd $_pkgname-$pkgver
@@ -22,7 +20,6 @@
   # community/python-mock is outdated and does not include needed AsyncMock.
   # Use mock from stdlib instead. It has AsyncMock since 3.8
   patch -Np1 -i ../unittest-mock.diff
-  patch -Np1 -i ../pytest-event-loop.diff
 
   # Disable dependency pinning
   # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670
@@ -38,7 +35,7 @@
 check() {
   cd $_pkgname-$pkgver
 
-  export PYTHONPATH="$PWD/build/lib:$PWD"
+  export PYTHONPATH="$PWD"
   # test_lambda uses moto.awslambda, which requires a running Docker service
   pytest -v -m moto tests \
   --ignore=tests/test_patches.py \

Deleted: pytest-event-loop.diff
===
--- pytest-event-loop.diff  2020-07-05 15:47:00 UTC (rev 657878)
+++ pytest-event-loop.diff  2020-07-05 15:48:28 UTC (rev 657879)
@@ -1,13 +0,0 @@
-diff --git a/tests/conftest.py b/tests/conftest.py
-index 4393d32..58d09ab 100644
 a/tests/conftest.py
-+++ b/tests/conftest.py
-@@ -90,7 +90,7 @@ def aa_succeed_proxy_config(monkeypatch):
- 
- 
- @pytest.fixture
--def session():
-+def session(event_loop):
- session = aiobotocore.session.AioSession()
- return session
- 


[arch-commits] Commit in python-aiobotocore/repos/community-any (5 files)

2020-07-05 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, July 5, 2020 @ 15:48:49
  Author: yan12125
Revision: 657880

archrelease: copy trunk to community-any

Added:
  python-aiobotocore/repos/community-any/PKGBUILD
(from rev 657879, python-aiobotocore/trunk/PKGBUILD)
  python-aiobotocore/repos/community-any/unittest-mock.diff
(from rev 657879, python-aiobotocore/trunk/unittest-mock.diff)
Deleted:
  python-aiobotocore/repos/community-any/PKGBUILD
  python-aiobotocore/repos/community-any/pytest-event-loop.diff
  python-aiobotocore/repos/community-any/unittest-mock.diff

+
 PKGBUILD   |   99 ++-
 pytest-event-loop.diff |   13 --
 unittest-mock.diff |   74 +--
 3 files changed, 85 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 15:48:28 UTC (rev 657879)
+++ PKGBUILD2020-07-05 15:48:49 UTC (rev 657880)
@@ -1,51 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-aiobotocore
-_pkgname=aiobotocore
-pkgver=1.0.7
-pkgrel=1
-pkgdesc='asyncio support for botocore library using aiohttp'
-arch=(any)
-url='https://github.com/aio-libs/aiobotocore'
-license=(Apache)
-depends=(python python-aiohttp python-botocore python-wrapt 
python-aioitertools)
-checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
-source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-unittest-mock.diff
-pytest-event-loop.diff)
-sha256sums=('0789c379925c2f65a639e978bb20a35f4e242a46d2272f212f159f9a14f28f13'
-'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e'
-'02700f174c58d754e501169737cf04f06f85f536b3bb4f44f422e213ab600e46')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  # community/python-mock is outdated and does not include needed AsyncMock.
-  # Use mock from stdlib instead. It has AsyncMock since 3.8
-  patch -Np1 -i ../unittest-mock.diff
-  patch -Np1 -i ../pytest-event-loop.diff
-
-  # Disable dependency pinning
-  # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670
-  sed --in-place=.orig -r "s#'(botocore.*),<.*',#'\1',#" setup.py
-  diff -u setup.py{.orig,} || true
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  export PYTHONPATH="$PWD/build/lib:$PWD"
-  # test_lambda uses moto.awslambda, which requires a running Docker service
-  pytest -v -m moto tests \
-  --ignore=tests/test_patches.py \
-  --ignore=tests/test_lambda.py
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aiobotocore/repos/community-any/PKGBUILD (from rev 657879, 
python-aiobotocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 15:48:49 UTC (rev 657880)
@@ -0,0 +1,48 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aiobotocore
+_pkgname=aiobotocore
+pkgver=1.0.7
+pkgrel=2
+pkgdesc='asyncio support for botocore library using aiohttp'
+arch=(any)
+url='https://github.com/aio-libs/aiobotocore'
+license=(Apache)
+depends=(python python-aiohttp python-botocore python-wrapt 
python-aioitertools)
+checkdepends=(python-flask python-moto python-pytest python-pytest-asyncio)
+source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+unittest-mock.diff)
+sha256sums=('0789c379925c2f65a639e978bb20a35f4e242a46d2272f212f159f9a14f28f13'
+'ffb6b7e922632f4c2de5c93f61ab53e1730cfe151b0a2dde5dfce6260405866e')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  # community/python-mock is outdated and does not include needed AsyncMock.
+  # Use mock from stdlib instead. It has AsyncMock since 3.8
+  patch -Np1 -i ../unittest-mock.diff
+
+  # Disable dependency pinning
+  # Upstream tracking issue: https://github.com/aio-libs/aiobotocore/issues/670
+  sed --in-place=.orig -r "s#'(botocore.*),<.*',#'\1',#" setup.py
+  diff -u setup.py{.orig,} || true
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  export PYTHONPATH="$PWD"
+  # test_lambda uses moto.awslambda, which requires a running Docker service
+  pytest -v -m moto tests \
+  --ignore=tests/test_patches.py \
+  --ignore=tests/test_lambda.py
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Deleted: pytest-event-loop.diff
===
--- pytest-event-loop.diff  2020-07-05 15:48:28 UTC (rev 657879)
+++ pytest-event-loop.diff  2020-07-05 15:48:49 UTC (rev 657880)
@@ -1,13 +0,0 @@
-diff --git a/tests/conftest.py b/tests/conftest.py
-index 4393d32..58d09ab 100644
 a/tests/conftest.py
-+++ b/tests/conftest.py
-@@ -90,7 

[arch-commits] Commit in (networkmanager-dispatcher-sshd)

2020-07-05 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 5, 2020 @ 15:46:09
  Author: jelle
Revision: 657876

Drop networkmanager dispatcher scripts to the AUR

Deleted:
  networkmanager-dispatcher-sshd/


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 15:46:52
  Author: foxboron
Revision: 657877

upgpkg: easyjson 0.7.1-2

Use the new go package guidelines

Remove `-i` from "go build" because it will try write shared files to a 
root-owned directory.

Modified:
  easyjson/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 15:46:09 UTC (rev 657876)
+++ PKGBUILD2020-07-05 15:46:52 UTC (rev 657877)
@@ -2,7 +2,7 @@
 
 pkgname=easyjson
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast JSON serializer for golang'
 arch=(x86_64)
 url='https://github.com/mailru/easyjson'
@@ -15,15 +15,27 @@
 prepare() {
   cd $srcdir/easyjson-$pkgver
   sed -i 's/golint /#golint /g' Makefile
+  sed -i 's/-i//g' Makefile
 }
 
 build() {
   cd $srcdir/easyjson-$pkgver
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
   make build
 }
 
 check() {
   cd $srcdir/easyjson-$pkgver
+  # The tests rebuild the binary, this time without flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
   make test
 }
 


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 15:47:00
  Author: foxboron
Revision: 657878

archrelease: copy trunk to community-x86_64

Added:
  easyjson/repos/community-x86_64/PKGBUILD
(from rev 657877, easyjson/trunk/PKGBUILD)
Deleted:
  easyjson/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 15:46:52 UTC (rev 657877)
+++ PKGBUILD2020-07-05 15:47:00 UTC (rev 657878)
@@ -1,33 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=easyjson
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='Fast JSON serializer for golang'
-arch=(x86_64)
-url='https://github.com/mailru/easyjson'
-license=(MIT)
-depends=(glibc)
-makedepends=(go-pie git)
-source=(easyjson-$pkgver.zip::https://github.com/mailru/easyjson/archive/v$pkgver.zip)
-sha512sums=('2f0b9f95fc88028b8858348cfd9edba18997d4c6aa877e41f5bf63999e62f784bf57db73fae738639728fcf2e7195d6a798dbc2efcb5c1fc6c2edb0961eb517f')
-
-prepare() {
-  cd $srcdir/easyjson-$pkgver
-  sed -i 's/golint /#golint /g' Makefile
-}
-
-build() {
-  cd $srcdir/easyjson-$pkgver
-  make build
-}
-
-check() {
-  cd $srcdir/easyjson-$pkgver
-  make test
-}
-
-package() {
-  cd $srcdir/easyjson-$pkgver
-  install -Dm755 bin/easyjson $pkgdir/usr/bin/easyjson
-}

Copied: easyjson/repos/community-x86_64/PKGBUILD (from rev 657877, 
easyjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 15:47:00 UTC (rev 657878)
@@ -0,0 +1,45 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=easyjson
+pkgver=0.7.1
+pkgrel=2
+pkgdesc='Fast JSON serializer for golang'
+arch=(x86_64)
+url='https://github.com/mailru/easyjson'
+license=(MIT)
+depends=(glibc)
+makedepends=(go git)
+source=(easyjson-$pkgver.zip::https://github.com/mailru/easyjson/archive/v$pkgver.zip)
+sha512sums=('2f0b9f95fc88028b8858348cfd9edba18997d4c6aa877e41f5bf63999e62f784bf57db73fae738639728fcf2e7195d6a798dbc2efcb5c1fc6c2edb0961eb517f')
+
+prepare() {
+  cd $srcdir/easyjson-$pkgver
+  sed -i 's/golint /#golint /g' Makefile
+  sed -i 's/-i//g' Makefile
+}
+
+build() {
+  cd $srcdir/easyjson-$pkgver
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make build
+}
+
+check() {
+  cd $srcdir/easyjson-$pkgver
+  # The tests rebuild the binary, this time without flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make test
+}
+
+package() {
+  cd $srcdir/easyjson-$pkgver
+  install -Dm755 bin/easyjson $pkgdir/usr/bin/easyjson
+}


[arch-commits] Commit in (2 files)

2020-07-05 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 5, 2020 @ 15:45:53
  Author: jelle
Revision: 657875

Drop networkmanager dispatcher scripts to the AUR

Deleted:
  networkmanager-dispatcher-ntpd/
  networkmanager-dispatcher-openntpd/


  1   2   3   >