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

2020-08-13 Thread Gaëtan Bisson via arch-commits
Date: Friday, August 14, 2020 @ 01:21:57
  Author: bisson
Revision: 394023

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-13 18:37:48 UTC (rev 394022)
+++ PKGBUILD2020-08-14 01:21:57 UTC (rev 394023)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20200720
+pkgver=20200812
 _ports=service-names-port-numbers-${pkgver}
 _protocols=protocol-numbers-20200417
 pkgrel=1
@@ -14,7 +14,7 @@
 source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
 
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
 'LICENSE')
-sha256sums=('a32b83c2aa7942049dcd35d023d6d366b4f707a74afd97817441a003139f14f1'
+sha256sums=('29ceb40df2d2db1194b68109b5a01b995ed213d00639f81b37d121c8ccef8717'
 '7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 


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

2020-08-13 Thread Gaëtan Bisson via arch-commits
Date: Friday, August 14, 2020 @ 01:22:18
  Author: bisson
Revision: 394024

archrelease: copy trunk to testing-any

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

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

Copied: iana-etc/repos/testing-any/LICENSE (from rev 394023, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2020-08-14 01:22:18 UTC (rev 394024)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

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

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


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

2020-08-11 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, August 11, 2020 @ 20:02:54
  Author: bisson
Revision: 674860

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 674858, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-11 20:02:52 UTC (rev 674859)
+++ PKGBUILD2020-08-11 20:02:54 UTC (rev 674860)
@@ -1,37 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='https://picard.musicbrainz.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen' 'python-dateutil')
-optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup'
-'python-markdown: doc rendering'
-'qt5-multimedia: media player toolbar'
-'qt5-translations: full UI translation')
-makedepends=('git' 'python-setuptools')
-#source=("git+https://github.com/metabrainz/picard.git#tag=release-$pkgver?signed;)
-source=("git+https://github.com/metabrainz/picard.git#commit=8eae19106237bbca3f7ac59ea23945aef0db15e5;)
-validpgpkeys=('9FD61CE6F154EC5A3531D0DE23A723D6417E5D5A')
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   sed "s/‘/'/g" -i setup.cfg
-   python setup.py config
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   python setup.py install \
-   --root="${pkgdir}" \
-   --disable-autoupdate \
-
-   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 674858, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-11 20:02:54 UTC (rev 674860)
@@ -0,0 +1,37 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.4.1
+pkgrel=2
+pkgdesc='Official MusicBrainz tagger'
+url='https://picard.musicbrainz.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('python-pyqt5' 'python-mutagen' 'python-dateutil')
+optdepends=('chromaprint: fingerprinting'
+'python-discid: cd lookup'
+'python-markdown: doc rendering'
+'qt5-multimedia: media player toolbar'
+'qt5-translations: full UI translation')
+makedepends=('git' 'python-setuptools')
+#source=("git+https://github.com/metabrainz/picard.git#tag=release-$pkgver?signed;)
+source=("git+https://github.com/metabrainz/picard.git#commit=9abd145914561399f0da69b9be93995414007032;)
+validpgpkeys=('9FD61CE6F154EC5A3531D0DE23A723D6417E5D5A')
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   sed "s/‘/'/g" -i setup.cfg
+   python setup.py config
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   python setup.py install \
+   --root="${pkgdir}" \
+   --disable-autoupdate \
+
+   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
+}


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

2020-08-11 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, August 11, 2020 @ 20:02:33
  Author: bisson
Revision: 674858

actual upstream update

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-11 20:02:24 UTC (rev 674857)
+++ PKGBUILD2020-08-11 20:02:33 UTC (rev 674858)
@@ -4,7 +4,7 @@
 
 pkgname=picard
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Official MusicBrainz tagger'
 url='https://picard.musicbrainz.org/'
 license=('GPL')
@@ -17,7 +17,7 @@
 'qt5-translations: full UI translation')
 makedepends=('git' 'python-setuptools')
 
#source=("git+https://github.com/metabrainz/picard.git#tag=release-$pkgver?signed;)
-source=("git+https://github.com/metabrainz/picard.git#commit=8eae19106237bbca3f7ac59ea23945aef0db15e5;)
+source=("git+https://github.com/metabrainz/picard.git#commit=9abd145914561399f0da69b9be93995414007032;)
 validpgpkeys=('9FD61CE6F154EC5A3531D0DE23A723D6417E5D5A')
 sha256sums=('SKIP')
 


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

2020-08-11 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, August 11, 2020 @ 17:45:57
  Author: bisson
Revision: 674581

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 674580, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-11 17:45:36 UTC (rev 674580)
+++ PKGBUILD2020-08-11 17:45:57 UTC (rev 674581)
@@ -1,36 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.4
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='https://picard.musicbrainz.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen')
-optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup'
-'qt5-multimedia: media player toolbar'
-'qt5-translations: full UI translation')
-makedepends=('git' 'python-setuptools')
-#source=("git+https://github.com/metabrainz/picard.git#tag=release-$pkgver?signed;)
-source=("git+https://github.com/metabrainz/picard.git#commit=8eae19106237bbca3f7ac59ea23945aef0db15e5;)
-validpgpkeys=('9FD61CE6F154EC5A3531D0DE23A723D6417E5D5A')
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   sed "s/‘/'/g" -i setup.cfg
-   python setup.py config
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   python setup.py install \
-   --root="${pkgdir}" \
-   --disable-autoupdate \
-
-   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 674580, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-11 17:45:57 UTC (rev 674581)
@@ -0,0 +1,37 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='Official MusicBrainz tagger'
+url='https://picard.musicbrainz.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('python-pyqt5' 'python-mutagen' 'python-dateutil')
+optdepends=('chromaprint: fingerprinting'
+'python-discid: cd lookup'
+'python-markdown: doc rendering'
+'qt5-multimedia: media player toolbar'
+'qt5-translations: full UI translation')
+makedepends=('git' 'python-setuptools')
+#source=("git+https://github.com/metabrainz/picard.git#tag=release-$pkgver?signed;)
+source=("git+https://github.com/metabrainz/picard.git#commit=8eae19106237bbca3f7ac59ea23945aef0db15e5;)
+validpgpkeys=('9FD61CE6F154EC5A3531D0DE23A723D6417E5D5A')
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   sed "s/‘/'/g" -i setup.cfg
+   python setup.py config
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   python setup.py install \
+   --root="${pkgdir}" \
+   --disable-autoupdate \
+
+   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
+}


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

2020-08-11 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, August 11, 2020 @ 17:45:36
  Author: bisson
Revision: 674580

upstream update, fix FS#67554

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-11 17:35:04 UTC (rev 674579)
+++ PKGBUILD2020-08-11 17:45:36 UTC (rev 674580)
@@ -3,15 +3,16 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=2.4
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='Official MusicBrainz tagger'
 url='https://picard.musicbrainz.org/'
 license=('GPL')
 arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen')
+depends=('python-pyqt5' 'python-mutagen' 'python-dateutil')
 optdepends=('chromaprint: fingerprinting'
 'python-discid: cd lookup'
+'python-markdown: doc rendering'
 'qt5-multimedia: media player toolbar'
 'qt5-translations: full UI translation')
 makedepends=('git' 'python-setuptools')


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

2020-08-11 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, August 11, 2020 @ 07:26:36
  Author: bisson
Revision: 674425

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 674424, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-11 07:26:19 UTC (rev 674424)
+++ PKGBUILD2020-08-11 07:26:36 UTC (rev 674425)
@@ -1,35 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.3.2
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='https://picard.musicbrainz.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen')
-optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup'
-'qt5-multimedia: media player toolbar'
-'qt5-translations: full UI translation')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/metabrainz/picard.git#tag=release-$pkgver?signed;)
-validpgpkeys=('9FD61CE6F154EC5A3531D0DE23A723D6417E5D5A')
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   sed "s/‘/'/g" -i setup.cfg
-   python setup.py config
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   python setup.py install \
-   --root="${pkgdir}" \
-   --disable-autoupdate \
-
-   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 674424, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-11 07:26:36 UTC (rev 674425)
@@ -0,0 +1,36 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.4
+pkgrel=1
+pkgdesc='Official MusicBrainz tagger'
+url='https://picard.musicbrainz.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('python-pyqt5' 'python-mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python-discid: cd lookup'
+'qt5-multimedia: media player toolbar'
+'qt5-translations: full UI translation')
+makedepends=('git' 'python-setuptools')
+#source=("git+https://github.com/metabrainz/picard.git#tag=release-$pkgver?signed;)
+source=("git+https://github.com/metabrainz/picard.git#commit=8eae19106237bbca3f7ac59ea23945aef0db15e5;)
+validpgpkeys=('9FD61CE6F154EC5A3531D0DE23A723D6417E5D5A')
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   sed "s/‘/'/g" -i setup.cfg
+   python setup.py config
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   python setup.py install \
+   --root="${pkgdir}" \
+   --disable-autoupdate \
+
+   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
+}


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

2020-08-11 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, August 11, 2020 @ 07:26:19
  Author: bisson
Revision: 674424

upstream update; commit not signed :'(

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-11 06:21:49 UTC (rev 674423)
+++ PKGBUILD2020-08-11 07:26:19 UTC (rev 674424)
@@ -3,7 +3,7 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=2.3.2
+pkgver=2.4
 pkgrel=1
 pkgdesc='Official MusicBrainz tagger'
 url='https://picard.musicbrainz.org/'
@@ -15,7 +15,8 @@
 'qt5-multimedia: media player toolbar'
 'qt5-translations: full UI translation')
 makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/metabrainz/picard.git#tag=release-$pkgver?signed;)
+#source=("git+https://github.com/metabrainz/picard.git#tag=release-$pkgver?signed;)
+source=("git+https://github.com/metabrainz/picard.git#commit=8eae19106237bbca3f7ac59ea23945aef0db15e5;)
 validpgpkeys=('9FD61CE6F154EC5A3531D0DE23A723D6417E5D5A')
 sha256sums=('SKIP')
 


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

2020-08-09 Thread Gaëtan Bisson via arch-commits
Date: Sunday, August 9, 2020 @ 06:16:03
  Author: bisson
Revision: 393364

fix FS#67220

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-09 02:02:12 UTC (rev 393363)
+++ PKGBUILD2020-08-09 06:16:03 UTC (rev 393364)
@@ -33,6 +33,7 @@
 )
 
 optdepends=(
+   'fig2dev: xfig input'
'gvfs: import clip art'
'pstoedit: latex formulas'
'python-lxml: some extensions'


[arch-commits] Commit in unison/repos/extra-x86_64 (8 files)

2020-08-04 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, August 4, 2020 @ 22:20:21
  Author: bisson
Revision: 393154

archrelease: copy trunk to extra-x86_64

Added:
  unison/repos/extra-x86_64/4.08-compatibility.patch
(from rev 393153, unison/trunk/4.08-compatibility.patch)
  unison/repos/extra-x86_64/PKGBUILD
(from rev 393153, unison/trunk/PKGBUILD)
  unison/repos/extra-x86_64/desktop
(from rev 393153, unison/trunk/desktop)
  unison/repos/extra-x86_64/large.patch
(from rev 393153, unison/trunk/large.patch)
Deleted:
  unison/repos/extra-x86_64/4.08-compatibility.patch
  unison/repos/extra-x86_64/PKGBUILD
  unison/repos/extra-x86_64/desktop
  unison/repos/extra-x86_64/large.patch

--+
 4.08-compatibility.patch |  104 -
 PKGBUILD |  112 ++---
 desktop  |   22 
 large.patch  |   98 +++
 4 files changed, 169 insertions(+), 167 deletions(-)

Deleted: 4.08-compatibility.patch
===
--- 4.08-compatibility.patch2020-08-04 22:19:54 UTC (rev 393153)
+++ 4.08-compatibility.patch2020-08-04 22:20:21 UTC (rev 393154)
@@ -1,52 +0,0 @@
-From 29fa058c3127f3b47c347dcaa4a94f4c0e888308 Mon Sep 17 00:00:00 2001
-From: Jaap Boender 
-Date: Thu, 21 Mar 2019 12:26:51 +
-Subject: [PATCH] Compatibility with OCaml 4.08
-

- src/files.ml | 2 +-
- src/recon.ml | 4 ++--
- src/system/system_generic.ml | 2 +-
- 3 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/src/files.ml b/src/files.ml
-index ba42ad57..5babf21e 100644
 a/src/files.ml
-+++ b/src/files.ml
-@@ -722,7 +722,7 @@ let get_files_in_directory dir =
-   with End_of_file ->
- dirh.System.closedir ()
-   end;
--  Sort.list (<) !files
-+  List.sort String.compare !files
- 
- let ls dir pattern =
-   Util.convertUnixErrorsToTransient
-diff --git a/src/recon.ml b/src/recon.ml
-index 5ed358d7..0df2cfe4 100644
 a/src/recon.ml
-+++ b/src/recon.ml
-@@ -651,8 +651,8 @@ let rec reconcile
- 
- (* Sorts the paths so that they will be displayed in order   
*)
- let sortPaths pathUpdatesList =
--  Sort.list
--(fun (p1, _) (p2, _) -> Path.compare p1 p2 <= 0)
-+  List.sort
-+Path.compare
- pathUpdatesList
- 
- let rec enterPath p1 p2 t =
-diff --git a/src/system/system_generic.ml b/src/system/system_generic.ml
-index ed8e18f3..0e28a781 100755
 a/src/system/system_generic.ml
-+++ b/src/system/system_generic.ml
-@@ -47,7 +47,7 @@ let open_out_gen = open_out_gen
- let chmod = Unix.chmod
- let chown = Unix.chown
- let utimes = Unix.utimes
--let link = Unix.link
-+let link s d = Unix.link s d
- let openfile = Unix.openfile
- let opendir f =
-   let h = Unix.opendir f in

Copied: unison/repos/extra-x86_64/4.08-compatibility.patch (from rev 393153, 
unison/trunk/4.08-compatibility.patch)
===
--- 4.08-compatibility.patch(rev 0)
+++ 4.08-compatibility.patch2020-08-04 22:20:21 UTC (rev 393154)
@@ -0,0 +1,52 @@
+From 29fa058c3127f3b47c347dcaa4a94f4c0e888308 Mon Sep 17 00:00:00 2001
+From: Jaap Boender 
+Date: Thu, 21 Mar 2019 12:26:51 +
+Subject: [PATCH] Compatibility with OCaml 4.08
+
+---
+ src/files.ml | 2 +-
+ src/recon.ml | 4 ++--
+ src/system/system_generic.ml | 2 +-
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/src/files.ml b/src/files.ml
+index ba42ad57..5babf21e 100644
+--- a/src/files.ml
 b/src/files.ml
+@@ -722,7 +722,7 @@ let get_files_in_directory dir =
+   with End_of_file ->
+ dirh.System.closedir ()
+   end;
+-  Sort.list (<) !files
++  List.sort String.compare !files
+ 
+ let ls dir pattern =
+   Util.convertUnixErrorsToTransient
+diff --git a/src/recon.ml b/src/recon.ml
+index 5ed358d7..0df2cfe4 100644
+--- a/src/recon.ml
 b/src/recon.ml
+@@ -651,8 +651,8 @@ let rec reconcile
+ 
+ (* Sorts the paths so that they will be displayed in order   
*)
+ let sortPaths pathUpdatesList =
+-  Sort.list
+-(fun (p1, _) (p2, _) -> Path.compare p1 p2 <= 0)
++  List.sort
++Path.compare
+ pathUpdatesList
+ 
+ let rec enterPath p1 p2 t =
+diff --git a/src/system/system_generic.ml b/src/system/system_generic.ml
+index ed8e18f3..0e28a781 100755
+--- a/src/system/system_generic.ml
 b/src/system/system_generic.ml
+@@ -47,7 +47,7 @@ let open_out_gen = open_out_gen
+ let chmod = Unix.chmod
+ let chown = Unix.chown
+ let utimes = Unix.utimes
+-let link = Unix.link
++let link s d = Unix.link s d
+ let openfile = Unix.openfile
+ let opendir f =
+   let h = Unix.opendir f in

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-04 22:19:54 UTC (rev 393153)
+++ PKGBUILD2020-08-04 22:20:21 UTC (r

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

2020-08-04 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, August 4, 2020 @ 22:19:54
  Author: bisson
Revision: 393153

implement FS#67478

Modified:
  unison/trunk/PKGBUILD
  unison/trunk/desktop

--+
 PKGBUILD |   14 --
 desktop  |2 +-
 2 files changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-04 19:27:11 UTC (rev 393152)
+++ PKGBUILD2020-08-04 22:19:54 UTC (rev 393153)
@@ -3,7 +3,7 @@
 
 pkgname=unison
 pkgver=2.51.2
-pkgrel=8
+pkgrel=9
 pkgdesc='File-synchronization tool'
 #url='https://github.com/bcpierce00/unison/'
 url='https://www.cis.upenn.edu/~bcpierce/unison/'
@@ -17,8 +17,8 @@
 'desktop')
 sha256sums=('a2efcbeab651be6df69cc9b253011a07955ecb91fb407a219719451197849d5e'
 '2a971cf17e0a7303e99a793829e2b7b03533d17041e3b2ebba53555a5bd62284'
-   '7c97ac4a13d6865dad0b447d519566dba3adaa777d2c2aa2014d4e5d7d8c0c13'
-'b497b1c23cceb8967e9c3f9a39720e3029d370304ae410795121224f96c234a3')
+'7c97ac4a13d6865dad0b447d519566dba3adaa777d2c2aa2014d4e5d7d8c0c13'
+'2dc5c53386cc065706e6c901d1a1a205808e449dc9676320d1de7a5dd673e174')
 
 options=('!makeflags')
 
@@ -49,7 +49,9 @@
install -m755 unison-* "${pkgdir}"/usr/bin
ln -s unison-text "${pkgdir}"/usr/bin/unison
 
-   install -d "${pkgdir}"/usr/share/{pixmaps,applications}
-   install -m644 icons/U.32x32x16m.png 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-   install -m644 ../desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+   install -Dm644 ../desktop 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+   install -Dm644 icons/U.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
+   for i in 16 24 32 48 256; do
+   install -Dm644 icons/U.${i}x${i}x16m.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
+   done
 }

Modified: desktop
===
--- desktop 2020-08-04 19:27:11 UTC (rev 393152)
+++ desktop 2020-08-04 22:19:54 UTC (rev 393153)
@@ -7,5 +7,5 @@
 Terminal=false
 Type=Application
 Categories=GTK;Application;Network;
-Icon=unison.png
+Icon=unison
 StartupNotify=true


[arch-commits] Commit in graphviz/repos/staging-x86_64 (6 files)

2020-07-27 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 28, 2020 @ 00:56:10
  Author: bisson
Revision: 392601

archrelease: copy trunk to staging-x86_64

Added:
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 392600, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/ghostscript918.patch
(from rev 392600, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-x86_64/install
(from rev 392600, graphviz/trunk/install)
Deleted:
  graphviz/repos/staging-x86_64/PKGBUILD
  graphviz/repos/staging-x86_64/ghostscript918.patch
  graphviz/repos/staging-x86_64/install

--+
 PKGBUILD |  120 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 00:55:47 UTC (rev 392600)
+++ PKGBUILD2020-07-28 00:56:10 UTC (rev 392601)
@@ -1,60 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.44.1
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python' 'r' 'tk' 
'qt5-base' 'gtk2' 'git')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://www2.graphviz.org/Packages/stable/portable_source/graphviz-${pkgver}.tar.gz;
-'ghostscript918.patch')
-sha512sums=('42e6137c7cce18daf6f17e6fcbbdfe8e0a531de1bdd3ac7b8751445214aa0d85713b65ba896a234a02670827b0d608bd64b758ef60a4d0384ffa3355ee0dbc42'
-
'314b444da2fed31535d164e47abcaf866f57b8fea3514a6642a8f4539611a93d7f74462049d769004bfd734abee33e5b86ffe3ac49e0b7f50ea177624d68d510')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/staging-x86_64/PKGBUILD (from rev 392600, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 00:56:10 UTC (rev 392601)
@@ -0,0 +1,60 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.44.1
+pkgrel=3
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python' 'r' 'tk' 
'qt5-base' 'gtk2' 'git')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://www2.graphviz.org/Packages/stable/portable_source/graphviz-${pkgver}.tar.gz;
+'ghostscript918.patch')
+sha256sums=('8e1b34763254935243ccdb83c6ce108f531876d7a5dfd443f255e6418b8ea313'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python
+   make
+}
+
+package() {
+   cd "${

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

2020-07-27 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 28, 2020 @ 00:55:47
  Author: bisson
Revision: 392600

rebuild for lua-5.4

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:17:30 UTC (rev 392599)
+++ PKGBUILD2020-07-28 00:55:47 UTC (rev 392600)
@@ -4,7 +4,7 @@
 
 pkgname=graphviz
 pkgver=2.44.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Graph visualization software'
 url='https://www.graphviz.org/'
 license=('EPL')


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

2020-07-27 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 28, 2020 @ 00:17:30
  Author: bisson
Revision: 392599

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 392598, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 392598, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 392598, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  120 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 00:17:07 UTC (rev 392598)
+++ PKGBUILD2020-07-28 00:17:30 UTC (rev 392599)
@@ -1,60 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.44.0
-pkgrel=5
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python' 'r' 'tk' 
'qt5-base' 'gtk2' 'git')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://www2.graphviz.org/Packages/stable/portable_source/graphviz-${pkgver}.tar.gz;
-'ghostscript918.patch')
-sha256sums=('9aabd13a8018b708ab3c822de2326c19d0a52ed59f50a6b0f9318c07e2a6d93b'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 392598, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 00:17:30 UTC (rev 392599)
@@ -0,0 +1,60 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.44.1
+pkgrel=2
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python' 'r' 'tk' 
'qt5-base' 'gtk2' 'git')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://www2.graphviz.org/Packages/stable/portable_source/graphviz-${pkgver}.tar.gz;
+'ghostscript918.patch')
+sha256sums=('8e1b34763254935243ccdb83c6ce108f531876d7a5dfd443f255e6418b8ea313'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # fix symlink to symlink that doesn't get picked up by

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

2020-07-27 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 28, 2020 @ 00:17:07
  Author: bisson
Revision: 392598

upstream update

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 22:04:06 UTC (rev 392597)
+++ PKGBUILD2020-07-28 00:17:07 UTC (rev 392598)
@@ -4,7 +4,7 @@
 
 pkgname=graphviz
 pkgver=2.44.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Graph visualization software'
 url='https://www.graphviz.org/'
 license=('EPL')
@@ -24,8 +24,8 @@
 'xterm: vimdot')
 
source=("https://www2.graphviz.org/Packages/stable/portable_source/graphviz-${pkgver}.tar.gz;
 'ghostscript918.patch')
-sha512sums=('42e6137c7cce18daf6f17e6fcbbdfe8e0a531de1bdd3ac7b8751445214aa0d85713b65ba896a234a02670827b0d608bd64b758ef60a4d0384ffa3355ee0dbc42'
-
'314b444da2fed31535d164e47abcaf866f57b8fea3514a6642a8f4539611a93d7f74462049d769004bfd734abee33e5b86ffe3ac49e0b7f50ea177624d68d510')
+sha256sums=('8e1b34763254935243ccdb83c6ce108f531876d7a5dfd443f255e6418b8ea313'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
 
 install=install
 


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

2020-07-27 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 28, 2020 @ 00:04:29
  Author: bisson
Revision: 665564

archrelease: copy trunk to community-x86_64

Added:
  unbound/repos/community-x86_64/PKGBUILD
(from rev 665563, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/hook
(from rev 665563, unbound/trunk/hook)
  unbound/repos/community-x86_64/sysusers.d
(from rev 665563, unbound/trunk/sysusers.d)
  unbound/repos/community-x86_64/tmpfiles.d
(from rev 665563, unbound/trunk/tmpfiles.d)
Deleted:
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/sysusers.d
  unbound/repos/community-x86_64/tmpfiles.d

+
 PKGBUILD   |  138 +--
 hook   |   20 
 sysusers.d |2 
 tmpfiles.d |2 
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 00:04:04 UTC (rev 665563)
+++ PKGBUILD2020-07-28 00:04:29 UTC (rev 665564)
@@ -1,69 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.10.1
-pkgrel=2
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 
'ldns' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
-  '21615A7F2478EA8C27DD26B830918D8275724222')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sysusers.d'
-'tmpfiles.d'
-'hook')
-sha256sums=('b73677c21a71cf92f15cc8cfe76a3d875e40f65b6150081c39620b286582d536'
-'SKIP'
-'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
-'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'afb7a0a5e2da327c27c8f666b1ffaf34689121684c301928624221ac1d0c066a')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-dnscrypt \
-   --enable-dnstap \
-   --enable-pie \
-   --enable-relro-now \
-   --enable-subnet \
-   --enable-systemd \
-   --enable-tfo-client \
-   --enable-tfo-server \
-   --enable-cachedb \
-   --with-libhiredis \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 contrib/unbound.service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
-
-   # Trust anchor file available from within unbound's chroot.
-   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-}

Copied: unbound/repos/community-x86_64/PKGBUILD (from rev 665563, 
unbound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 00:04:29 UTC (rev 665564)
@@ -0,0 +1,69 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 
'ldns' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
+  '21615A7F2478EA8C27DD26B830918D8275724222')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+'hook')
+sha256sums=('9f2f0798f76eb8f30feaeda7e442ceed479bc54db0e3ac19c052d6

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

2020-07-27 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 28, 2020 @ 00:04:04
  Author: bisson
Revision: 665563

upstream update

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:00:57 UTC (rev 665562)
+++ PKGBUILD2020-07-28 00:04:04 UTC (rev 665563)
@@ -3,8 +3,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.10.1
-pkgrel=2
+pkgver=1.11.0
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -19,7 +19,7 @@
 'sysusers.d'
 'tmpfiles.d'
 'hook')
-sha256sums=('b73677c21a71cf92f15cc8cfe76a3d875e40f65b6150081c39620b286582d536'
+sha256sums=('9f2f0798f76eb8f30feaeda7e442ceed479bc54db0e3ac19c052d68685e51ef7'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in postfix/repos/extra-x86_64 (8 files)

2020-07-27 Thread Gaëtan Bisson via arch-commits
Date: Monday, July 27, 2020 @ 07:19:24
  Author: bisson
Revision: 392567

archrelease: copy trunk to extra-x86_64

Added:
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 392566, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 392566, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/service
(from rev 392566, postfix/trunk/service)
  postfix/repos/extra-x86_64/sysusers.d
(from rev 392566, postfix/trunk/sysusers.d)
Deleted:
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/service
  postfix/repos/extra-x86_64/sysusers.d

---+
 PKGBUILD  |  216 
 aliases.patch |   36 -
 service   |   28 +++
 sysusers.d|4 -
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 07:18:51 UTC (rev 392566)
+++ PKGBUILD2020-07-27 07:19:24 UTC (rev 392567)
@@ -1,108 +0,0 @@
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=postfix
-pkgver=3.5.5
-pkgrel=1
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db' 'libnsl'
- 'mariadb-libs' 'postgresql-libs' 'sqlite' 'tinycdb')
-optdepends=('perl: postfix-collate.pl and qshape')
-source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'aliases.patch'
-'sysusers.d'
-'service')
-sha256sums=('dc2462a62fee5be82feb04391e5099755fe29ca28b75fa7f5c1ea1cfa7ffdac2'
-'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
-'63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
-'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CCARGS='
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
-   -DHAS_LDAP
-   -DUSE_TLS
-   -DHAS_MYSQL -I/usr/include/mysql
-   -DHAS_PGSQL -I/usr/include/postgresql
-   -DHAS_SQLITE
-   -DHAS_CDB
-   -DDEF_COMMAND_DIR=\"/usr/bin\"
-   -DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
-   -DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
-   -DDEF_README_DIR=\"/usr/share/doc/postfix\"
-   -DDEF_MANPAGE_DIR=\"/usr/share/man\"
-   '
-   AUXLIBS='
-   -lsasl2
-   -lldap -llber
-   -lssl -lcrypto
-   -lmysqlclient -lz -lm
-   -lpq
-   -lsqlite3 -lpthread
-   -lcdb
-   '
-   make makefiles \
-   DEBUG='' \
-   pie=yes \
-   shared=yes \
-   CCARGS="${CCARGS//$'\n'/}" \
-   AUXLIBS="${AUXLIBS//$'\n'/}" \
-   OPT="${CFLAGS} ${LDFLAGS}" \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/postfix-${pkgver}"
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-   install -Dm644 ../sysusers.d 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
-   done
-
-   name=qshape
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "auxiliary/${name}/${name}.pl" 
"${pkgdir}/usr/bin/${name}"
-
-   install -Dm755 "auxiliary/collate/collate.pl" 
"${pkgdir}/usr/bin/postfix-collate.pl"
-
-   # now set permissions right to appease the pacman gods
-   sed -r \
-   -e '/override=1/d' \
-   -e '/absolute path name/d' \
-   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
-   -e '/(if \[|chmod|chown|find|mkdir|te

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

2020-07-27 Thread Gaëtan Bisson via arch-commits
Date: Monday, July 27, 2020 @ 07:18:51
  Author: bisson
Revision: 392566

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 22:55:03 UTC (rev 392565)
+++ PKGBUILD2020-07-27 07:18:51 UTC (rev 392566)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.5.5
+pkgver=3.5.6
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('dc2462a62fee5be82feb04391e5099755fe29ca28b75fa7f5c1ea1cfa7ffdac2'
+sha256sums=('8ec0aa671582adce157675e15da1dfa7ac2b5ff653571addba643735d0ec1e6a'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


[arch-commits] Commit in postfix/repos/extra-x86_64 (8 files)

2020-07-26 Thread Gaëtan Bisson via arch-commits
Date: Sunday, July 26, 2020 @ 07:43:26
  Author: bisson
Revision: 392547

archrelease: copy trunk to extra-x86_64

Added:
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 392546, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 392546, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/service
(from rev 392546, postfix/trunk/service)
  postfix/repos/extra-x86_64/sysusers.d
(from rev 392546, postfix/trunk/sysusers.d)
Deleted:
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/service
  postfix/repos/extra-x86_64/sysusers.d

---+
 PKGBUILD  |  216 
 aliases.patch |   36 -
 service   |   28 +++
 sysusers.d|4 -
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 07:40:31 UTC (rev 392546)
+++ PKGBUILD2020-07-26 07:43:26 UTC (rev 392547)
@@ -1,108 +0,0 @@
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=postfix
-pkgver=3.5.4
-pkgrel=1
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db' 'libnsl'
- 'mariadb-libs' 'postgresql-libs' 'sqlite' 'tinycdb')
-optdepends=('perl: postfix-collate.pl and qshape')
-source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'aliases.patch'
-'sysusers.d'
-'service')
-sha256sums=('fc2fb1cc27556aa2506bc287af04881cde07c83d5cb213ba835083b4bb796881'
-'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
-'63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
-'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CCARGS='
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
-   -DHAS_LDAP
-   -DUSE_TLS
-   -DHAS_MYSQL -I/usr/include/mysql
-   -DHAS_PGSQL -I/usr/include/postgresql
-   -DHAS_SQLITE
-   -DHAS_CDB
-   -DDEF_COMMAND_DIR=\"/usr/bin\"
-   -DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
-   -DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
-   -DDEF_README_DIR=\"/usr/share/doc/postfix\"
-   -DDEF_MANPAGE_DIR=\"/usr/share/man\"
-   '
-   AUXLIBS='
-   -lsasl2
-   -lldap -llber
-   -lssl -lcrypto
-   -lmysqlclient -lz -lm
-   -lpq
-   -lsqlite3 -lpthread
-   -lcdb
-   '
-   make makefiles \
-   DEBUG='' \
-   pie=yes \
-   shared=yes \
-   CCARGS="${CCARGS//$'\n'/}" \
-   AUXLIBS="${AUXLIBS//$'\n'/}" \
-   OPT="${CFLAGS} ${LDFLAGS}" \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/postfix-${pkgver}"
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-   install -Dm644 ../sysusers.d 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
-   done
-
-   name=qshape
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "auxiliary/${name}/${name}.pl" 
"${pkgdir}/usr/bin/${name}"
-
-   install -Dm755 "auxiliary/collate/collate.pl" 
"${pkgdir}/usr/bin/postfix-collate.pl"
-
-   # now set permissions right to appease the pacman gods
-   sed -r \
-   -e '/override=1/d' \
-   -e '/absolute path name/d' \
-   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
-   -e '/(if \[|chmod|chown|find|mkdir|te

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

2020-07-26 Thread Gaëtan Bisson via arch-commits
Date: Sunday, July 26, 2020 @ 07:40:31
  Author: bisson
Revision: 392546

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-25 22:32:00 UTC (rev 392545)
+++ PKGBUILD2020-07-26 07:40:31 UTC (rev 392546)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.5.4
+pkgver=3.5.5
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('fc2fb1cc27556aa2506bc287af04881cde07c83d5cb213ba835083b4bb796881'
+sha256sums=('dc2462a62fee5be82feb04391e5099755fe29ca28b75fa7f5c1ea1cfa7ffdac2'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

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

archrelease: copy trunk to testing-any

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

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

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

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

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


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

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

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

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


[arch-commits] Commit in openssh/repos (11 files)

2020-07-16 Thread Gaëtan Bisson via arch-commits
Date: Thursday, July 16, 2020 @ 20:24:10
  Author: bisson
Revision: 391978

archrelease: copy trunk to testing-x86_64

Added:
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/3122.patch
(from rev 391977, openssh/trunk/3122.patch)
  openssh/repos/testing-x86_64/67290.patch
(from rev 391977, openssh/trunk/67290.patch)
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 391977, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/PKGBUILD.snap
(from rev 391977, openssh/trunk/PKGBUILD.snap)
  openssh/repos/testing-x86_64/glibc-2.31.patch
(from rev 391977, openssh/trunk/glibc-2.31.patch)
  openssh/repos/testing-x86_64/install
(from rev 391977, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 391977, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 391977, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 391977, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 391977, openssh/trunk/sshdgenkeys.service)

-+
 3122.patch  |   98 ++
 67290.patch |   49 +
 PKGBUILD|  115 ++
 PKGBUILD.snap   |  105 +
 glibc-2.31.patch|  100 +++
 install |   32 +
 sshd.conf   |1 
 sshd.pam|6 ++
 sshd.service|   14 ++
 sshdgenkeys.service |   15 ++
 10 files changed, 535 insertions(+)

Copied: openssh/repos/testing-x86_64/3122.patch (from rev 391977, 
openssh/trunk/3122.patch)
===
--- testing-x86_64/3122.patch   (rev 0)
+++ testing-x86_64/3122.patch   2020-07-16 20:24:10 UTC (rev 391978)
@@ -0,0 +1,98 @@
+diff -Naur old/servconf.c new/servconf.c
+--- old/servconf.c 2020-05-26 14:38:00.0 -1000
 new/servconf.c 2020-07-16 10:14:14.076284901 -1000
+@@ -550,6 +550,7 @@
+ #define SSHCFG_MATCH  0x02/* allowed inside a Match section */
+ #define SSHCFG_ALL(SSHCFG_GLOBAL|SSHCFG_MATCH)
+ #define SSHCFG_NEVERMATCH 0x04  /* Match never matches; internal only */
++#define SSHCFG_MATCH_ONLY 0x08  /* Match only in conditional blocks; 
internal only */
+ 
+ /* Textual representation of the tokens. */
+ static struct {
+@@ -1259,7 +1260,7 @@
+ static int
+ process_server_config_line_depth(ServerOptions *options, char *line,
+ const char *filename, int linenum, int *activep,
+-struct connection_info *connectinfo, int inc_flags, int depth,
++struct connection_info *connectinfo, int *inc_flags, int depth,
+ struct include_list *includes)
+ {
+   char ch, *cp, ***chararrayptr, **charptr, *arg, *arg2, *p;
+@@ -2002,7 +2003,9 @@
+   parse_server_config_depth(options,
+   item->filename, item->contents,
+   includes, connectinfo,
+-  (oactive ? 0 : SSHCFG_NEVERMATCH),
++  (*inc_flags & SSHCFG_MATCH_ONLY
++  ? SSHCFG_MATCH_ONLY : (oactive
++  ? 0 : SSHCFG_NEVERMATCH)),
+   activep, depth + 1);
+   }
+   found = 1;
+@@ -2050,7 +2053,9 @@
+   parse_server_config_depth(options,
+   item->filename, item->contents,
+   includes, connectinfo,
+-  (oactive ? 0 : SSHCFG_NEVERMATCH),
++  (*inc_flags & SSHCFG_MATCH_ONLY
++  ? SSHCFG_MATCH_ONLY : (oactive
++  ? 0 : SSHCFG_NEVERMATCH)),
+   activep, depth + 1);
+   *activep = oactive;
+   TAILQ_INSERT_TAIL(includes, item, entry);
+@@ -2068,11 +2073,14 @@
+   if (cmdline)
+   fatal("Match directive not supported as a command-line "
+  "option");
+-  value = match_cfg_line(, linenum, connectinfo);
++  value = match_cfg_line(, linenum,
++  (*inc_flags & SSHCFG_NEVERMATCH ? NULL : connectinfo));
+   if (value < 0)
+   fatal("%s line %d: Bad Match condition", filename,
+   linenum);
+-  *activep = (inc_flags & SSHCFG_NEVERMATCH) ? 0 : value;
++

[arch-commits] Commit in openssh/trunk (3122.patch 67290.patch PKGBUILD)

2020-07-16 Thread Gaëtan Bisson via arch-commits
Date: Thursday, July 16, 2020 @ 20:23:25
  Author: bisson
Revision: 391977

fix match/include interaction in ssh_config

Added:
  openssh/trunk/3122.patch
  openssh/trunk/67290.patch
Modified:
  openssh/trunk/PKGBUILD

-+
 3122.patch  |   98 ++
 67290.patch |   49 +
 PKGBUILD|   16 +++--
 3 files changed, 160 insertions(+), 3 deletions(-)

Added: 3122.patch
===
--- 3122.patch  (rev 0)
+++ 3122.patch  2020-07-16 20:23:25 UTC (rev 391977)
@@ -0,0 +1,98 @@
+diff -Naur old/servconf.c new/servconf.c
+--- old/servconf.c 2020-05-26 14:38:00.0 -1000
 new/servconf.c 2020-07-16 10:14:14.076284901 -1000
+@@ -550,6 +550,7 @@
+ #define SSHCFG_MATCH  0x02/* allowed inside a Match section */
+ #define SSHCFG_ALL(SSHCFG_GLOBAL|SSHCFG_MATCH)
+ #define SSHCFG_NEVERMATCH 0x04  /* Match never matches; internal only */
++#define SSHCFG_MATCH_ONLY 0x08  /* Match only in conditional blocks; 
internal only */
+ 
+ /* Textual representation of the tokens. */
+ static struct {
+@@ -1259,7 +1260,7 @@
+ static int
+ process_server_config_line_depth(ServerOptions *options, char *line,
+ const char *filename, int linenum, int *activep,
+-struct connection_info *connectinfo, int inc_flags, int depth,
++struct connection_info *connectinfo, int *inc_flags, int depth,
+ struct include_list *includes)
+ {
+   char ch, *cp, ***chararrayptr, **charptr, *arg, *arg2, *p;
+@@ -2002,7 +2003,9 @@
+   parse_server_config_depth(options,
+   item->filename, item->contents,
+   includes, connectinfo,
+-  (oactive ? 0 : SSHCFG_NEVERMATCH),
++  (*inc_flags & SSHCFG_MATCH_ONLY
++  ? SSHCFG_MATCH_ONLY : (oactive
++  ? 0 : SSHCFG_NEVERMATCH)),
+   activep, depth + 1);
+   }
+   found = 1;
+@@ -2050,7 +2053,9 @@
+   parse_server_config_depth(options,
+   item->filename, item->contents,
+   includes, connectinfo,
+-  (oactive ? 0 : SSHCFG_NEVERMATCH),
++  (*inc_flags & SSHCFG_MATCH_ONLY
++  ? SSHCFG_MATCH_ONLY : (oactive
++  ? 0 : SSHCFG_NEVERMATCH)),
+   activep, depth + 1);
+   *activep = oactive;
+   TAILQ_INSERT_TAIL(includes, item, entry);
+@@ -2068,11 +2073,14 @@
+   if (cmdline)
+   fatal("Match directive not supported as a command-line "
+  "option");
+-  value = match_cfg_line(, linenum, connectinfo);
++  value = match_cfg_line(, linenum,
++  (*inc_flags & SSHCFG_NEVERMATCH ? NULL : connectinfo));
+   if (value < 0)
+   fatal("%s line %d: Bad Match condition", filename,
+   linenum);
+-  *activep = (inc_flags & SSHCFG_NEVERMATCH) ? 0 : value;
++  *activep = (*inc_flags & SSHCFG_NEVERMATCH) ? 0 : value;
++  /* The MATCH_ONLY is applicable only until the first match 
block */
++  *inc_flags &= ~SSHCFG_MATCH_ONLY;
+   break;
+ 
+   case sPermitListen:
+@@ -2375,8 +2383,10 @@
+ const char *filename, int linenum, int *activep,
+ struct connection_info *connectinfo, struct include_list *includes)
+ {
++  int inc_flags = 0;
++
+   return process_server_config_line_depth(options, line, filename,
+-  linenum, activep, connectinfo, 0, 0, includes);
++  linenum, activep, connectinfo, _flags, 0, includes);
+ }
+ 
+ 
+@@ -2581,14 +2591,15 @@
+   if (depth < 0 || depth > SERVCONF_MAX_DEPTH)
+   fatal("Too many recursive configuration includes");
+ 
+-  debug2("%s: config %s len %zu", __func__, filename, sshbuf_len(conf));
++  debug2("%s: config %s len %zu%s", __func__, filename, sshbuf_len(conf),
++  (flags & SSHCFG_NEVERMATCH ? " [checking syntax only]" : ""));
+ 
+   if ((obuf = cbuf = sshbuf_dup_string(conf)) == NULL)
+   fatal("%s: sshbuf_dup_string failed", __func__);
+   linenum = 1;
+   while ((cp = strsep(, "\n")) != NULL) {
+   if (proc

[arch-commits] Commit in openssh/repos (9 files)

2020-07-15 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, July 15, 2020 @ 21:34:09
  Author: bisson
Revision: 391952

archrelease: copy trunk to testing-x86_64

Added:
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 391951, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/PKGBUILD.snap
(from rev 391951, openssh/trunk/PKGBUILD.snap)
  openssh/repos/testing-x86_64/glibc-2.31.patch
(from rev 391951, openssh/trunk/glibc-2.31.patch)
  openssh/repos/testing-x86_64/install
(from rev 391951, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 391951, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 391951, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 391951, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 391951, openssh/trunk/sshdgenkeys.service)

-+
 PKGBUILD|  105 ++
 PKGBUILD.snap   |  105 ++
 glibc-2.31.patch|  100 +++
 install |   32 +++
 sshd.conf   |1 
 sshd.pam|6 ++
 sshd.service|   14 ++
 sshdgenkeys.service |   15 +++
 8 files changed, 378 insertions(+)

Copied: openssh/repos/testing-x86_64/PKGBUILD (from rev 391951, 
openssh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-15 21:34:09 UTC (rev 391952)
@@ -0,0 +1,105 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=8.3p1
+pkgrel=2
+pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
+url='https://www.openssh.com/portable.html'
+license=('custom:BSD')
+arch=('x86_64')
+checkdepends=('inetutils')
+makedepends=('linux-headers' 'libfido2')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X'
+'libfido2: FIDO/U2F support')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+#source=("git://anongit.mindrot.org/openssh.git?signed#tag=V_8_2_P1"
+source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+
'67290.patch::https://anongit.mindrot.org/openssh.git/patch/?id=c514f3c0522855b4d548286eaa113e209051a6d2'
+'sshdgenkeys.service'
+'sshd.service'
+'sshd.conf'
+'sshd.pam'
+'glibc-2.31.patch')
+sha256sums=('f2befbe0472fe7eb75d23340eb17531cb6b3aac24075e2066b41f814e12387b2'
+'SKIP'
+'3ccc1c6672521782c154c89607d2c2d7a67e0f66a349260e00e28ae999ea54f5'
+'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
+'e40f8b7c8e5e2ecf3084b3511a6c36d5b5c9f9e61f2bb13e3726c71dc7d4fbc7'
+'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
+'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846'
+'25b4a4d9e2d9d3289ef30636a30e85fa1c71dd930d5efd712cca1a01a5019f93')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../67290.patch # FS#67290
+   patch -p1 -i ../glibc-2.31.patch
+   autoreconf
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --disable-strip \
+   --with-ldns \
+   --with-libedit \
+   --with-security-key-builtin \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+   --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Tests require openssh to be already installed system-wide,
+   # also connectivity tests will fail under makechrootpkg since
+# it runs as nobody which has /bin/false as login shell.
+
+   if [[ -e /usr/bin/scp && ! -e /.arch-chroot ]]; then
+   make tests
+   fi
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   ln -sf ssh.1.gz "${pkgdir}"/usr/share/man/man1/slogin.1.gz
+   install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}

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

2020-07-15 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, July 15, 2020 @ 21:33:08
  Author: bisson
Revision: 391951

fix FS#67290

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-15 20:28:43 UTC (rev 391950)
+++ PKGBUILD2020-07-15 21:33:08 UTC (rev 391951)
@@ -4,7 +4,7 @@
 
 pkgname=openssh
 pkgver=8.3p1
-pkgrel=1
+pkgrel=2
 pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
 url='https://www.openssh.com/portable.html'
 license=('custom:BSD')
@@ -18,6 +18,7 @@
 validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
 #source=("git://anongit.mindrot.org/openssh.git?signed#tag=V_8_2_P1"
 
source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+
'67290.patch::https://anongit.mindrot.org/openssh.git/patch/?id=c514f3c0522855b4d548286eaa113e209051a6d2'
 'sshdgenkeys.service'
 'sshd.service'
 'sshd.conf'
@@ -25,6 +26,7 @@
 'glibc-2.31.patch')
 sha256sums=('f2befbe0472fe7eb75d23340eb17531cb6b3aac24075e2066b41f814e12387b2'
 'SKIP'
+'3ccc1c6672521782c154c89607d2c2d7a67e0f66a349260e00e28ae999ea54f5'
 '4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
 'e40f8b7c8e5e2ecf3084b3511a6c36d5b5c9f9e61f2bb13e3726c71dc7d4fbc7'
 '4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
@@ -37,6 +39,7 @@
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../67290.patch # FS#67290
patch -p1 -i ../glibc-2.31.patch
autoreconf
 }


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

2020-07-11 Thread Gaëtan Bisson via arch-commits
Date: Sunday, July 12, 2020 @ 00:36:26
  Author: bisson
Revision: 391739

upstream update

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-11 22:30:55 UTC (rev 391738)
+++ PKGBUILD2020-07-12 00:36:26 UTC (rev 391739)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.14.5
+pkgver=1.14.6
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('316b11cabd41a21c1d981f11d93e000337a628800d50127df19fe2593f8e3d5c'
+sha256sums=('47972a0152b81b9f67ff322a0a6682b914c15545bfdeac6bcc2f2c0bf9361844'
 'SKIP')
 
 build() {


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

2020-07-11 Thread Gaëtan Bisson via arch-commits
Date: Sunday, July 12, 2020 @ 00:36:43
  Author: bisson
Revision: 391740

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 391739, mutt/trunk/PKGBUILD)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 00:36:26 UTC (rev 391739)
+++ PKGBUILD2020-07-12 00:36:43 UTC (rev 391740)
@@ -1,49 +0,0 @@
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.14.5
-pkgrel=1
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('x86_64')
-optdepends=('perl: for smime_keys'
-'smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('316b11cabd41a21c1d981f11d93e000337a628800d50127df19fe2593f8e3d5c'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-debug \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --enable-autocrypt \
-   --with-curses=/usr \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sqlite3 \
-   --with-sasl \
-   --with-idn2 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 391739, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 00:36:43 UTC (rev 391740)
@@ -0,0 +1,49 @@
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.14.6
+pkgrel=1
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('perl: for smime_keys'
+'smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('47972a0152b81b9f67ff322a0a6682b914c15545bfdeac6bcc2f2c0bf9361844'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-debug \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --enable-autocrypt \
+   --with-curses=/usr \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sqlite3 \
+   --with-sasl \
+   --with-idn2 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}


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

2020-07-10 Thread Gaëtan Bisson via arch-commits
Date: Friday, July 10, 2020 @ 08:40:02
  Author: bisson
Revision: 391526

archrelease: copy trunk to testing-x86_64

Added:
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 391525, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/avoid-beta-warning.patch
(from rev 391525, gnupg/trunk/avoid-beta-warning.patch)
  gnupg/repos/testing-x86_64/do-not-rebuild-defsincdate.patch
(from rev 391525, gnupg/trunk/do-not-rebuild-defsincdate.patch)
  gnupg/repos/testing-x86_64/drop-import-clean.patch
(from rev 391525, gnupg/trunk/drop-import-clean.patch)
  gnupg/repos/testing-x86_64/install
(from rev 391525, gnupg/trunk/install)

--+
 PKGBUILD |   76 +
 avoid-beta-warning.patch |   56 +++
 do-not-rebuild-defsincdate.patch |   43 
 drop-import-clean.patch  |   54 ++
 install  |   31 +++
 5 files changed, 260 insertions(+)

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 391525, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-10 08:40:02 UTC (rev 391526)
@@ -0,0 +1,76 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.21
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='https://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+checkdepends=('openssh')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'drop-import-clean.patch'
+'avoid-beta-warning.patch'
+'do-not-rebuild-defsincdate.patch')
+sha256sums=('61e83278fb5fa7336658a8b73ab26f379d41275bb1c7c6e694dd9f9a6e8e76ec'
+'SKIP'
+'02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc'
+'22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d'
+'bb4dcba0328af6271ccfe992a64d8daa9f0a691ba52978491647f1dea05675ee')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../avoid-beta-warning.patch
+   patch -p1 -i ../drop-import-clean.patch
+
+   # improve reproducibility
+   patch -p1 -i ../do-not-rebuild-defsincdate.patch
+   rm doc/gnupg.info*
+
+   ./autogen.sh
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg "${pkgdir}"/usr/bin/gpg2
+   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
+
+   cd doc/examples/systemd-user
+   for i in *.*; do
+   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
+   done
+}

Copied: gnupg/repos/testing-x86_64/avoid-beta-warning.patch (from rev 391525, 
gnupg/trunk/avoid-beta-warning.patch)
===
--- testing-x86_64/avoid-beta-warning.patch (rev 0)
+++ testing-x86_64/avoid-beta-warning.patch 2020-07-10 08:40:02 UTC (rev 
391526)
@@ -0,0 +1,56 @@
+From 114ab3037de3b0f9b35cf023b64c8a9b76070065 Mon Sep 17 00:00:00 2001
+From: Debian GnuPG Maintainers 
+Date: Tue, 14 Apr 2015 10:02:31 -0400
+Subject: [PATCH 6/7] avoid beta warning
+
+avoid self-describing as a beta
+
+Using autoreconf against the source as distributed in tarball form
+invariably results in a package that thinks it's a "beta" package,
+which produces the "THIS IS A DEVELOPMENT VERSION" warning string.
+
+since we use dh_autoreconf, i need this patch to avoid producing
+builds that announce themselves as DEVELOPMENT VERSIONs.
+
+See discussion at:
+
+ http://lists.gnupg.org/pipermail/gnupg-devel/2014-November/029065.html
+---

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

2020-07-10 Thread Gaëtan Bisson via arch-commits
Date: Friday, July 10, 2020 @ 08:38:18
  Author: bisson
Revision: 391525

upstream update

Added:
  gnupg/trunk/do-not-rebuild-defsincdate.patch
Modified:
  gnupg/trunk/PKGBUILD
Deleted:
  gnupg/trunk/do-not-rebuild-defsincdate.patch

--+
 PKGBUILD |8 +--
 do-not-rebuild-defsincdate.patch |   84 ++---
 2 files changed, 47 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-10 06:43:48 UTC (rev 391524)
+++ PKGBUILD2020-07-10 08:38:18 UTC (rev 391525)
@@ -4,8 +4,8 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.2.20
-pkgrel=4
+pkgver=2.2.21
+pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='https://www.gnupg.org/'
 license=('GPL')
@@ -25,11 +25,11 @@
 'drop-import-clean.patch'
 'avoid-beta-warning.patch'
 'do-not-rebuild-defsincdate.patch')
-sha256sums=('04a7c9d48b74c399168ee8270e548588ddbe52218c337703d7f06373d326ca30'
+sha256sums=('61e83278fb5fa7336658a8b73ab26f379d41275bb1c7c6e694dd9f9a6e8e76ec'
 'SKIP'
 '02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc'
 '22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d'
-'01fee1b04358e5dce76894214bb263e9a75cf408eb1277fad5b751ab3d45b87a')
+'bb4dcba0328af6271ccfe992a64d8daa9f0a691ba52978491647f1dea05675ee')
 
 install=install
 

Deleted: do-not-rebuild-defsincdate.patch
===
--- do-not-rebuild-defsincdate.patch2020-07-10 06:43:48 UTC (rev 391524)
+++ do-not-rebuild-defsincdate.patch2020-07-10 08:38:18 UTC (rev 391525)
@@ -1,41 +0,0 @@
-From 3e8ff68502bf5de333db7213d9e27e0b9e8cc36e Mon Sep 17 00:00:00 2001
-From: Daniel Kahn Gillmor 
-Date: Mon, 29 Aug 2016 12:34:42 -0400
-Subject: [PATCH 7/7] avoid regenerating defsincdate (use shipped file)
-
-upstream ships doc/defsincdate in its tarballs.  but doc/Makefile.am
-tries to rewrite doc/defsincdate if it notices that any of the files
-have been modified more recently, and it does so assuming that we're
-running from a git repo.
-
-However, we'd rather ship the documents cleanly without regenerating
-defsincdate -- we don't have a git repo available (debian builds from
-upstream tarballs) and any changes to the texinfo files (e.g. from
-debian/patches/) might result in different dates on the files than we
-expect after they're applied by dpkg or quilt or whatever, which makes
-the datestamp unreproducible.

- doc/Makefile.am | 7 ---
- 1 file changed, 7 deletions(-)
-
-diff --git a/doc/Makefile.am b/doc/Makefile.am
-index d47d83ede..c0a81b0b9 100644
 a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -177,13 +177,6 @@ $(myman_pages) gnupg.7 : yat2m-stamp defs.inc
- 
- dist-hook: defsincdate
- 
--defsincdate: $(gnupg_TEXINFOS)
--  : >defsincdate ; \
--  if test -e $(top_srcdir)/.git; then \
--(cd $(srcdir) && git log -1 --format='%ct' \
--   -- $(gnupg_TEXINFOS) 2>/dev/null) >>defsincdate; \
--  fi
--
- defs.inc : defsincdate Makefile mkdefsinc
-   incd="`test -f defsincdate || echo '$(srcdir)/'`defsincdate"; \
-   ./mkdefsinc -C $(srcdir) --date "`cat $$incd 2>/dev/null`" \
--- 
-2.27.0
-

Added: do-not-rebuild-defsincdate.patch
===
--- do-not-rebuild-defsincdate.patch(rev 0)
+++ do-not-rebuild-defsincdate.patch2020-07-10 08:38:18 UTC (rev 391525)
@@ -0,0 +1,43 @@
+From 3e8ff68502bf5de333db7213d9e27e0b9e8cc36e Mon Sep 17 00:00:00 2001
+From: Daniel Kahn Gillmor 
+Date: Mon, 29 Aug 2016 12:34:42 -0400
+Subject: [PATCH 7/7] avoid regenerating defsincdate (use shipped file)
+
+upstream ships doc/defsincdate in its tarballs.  but doc/Makefile.am
+tries to rewrite doc/defsincdate if it notices that any of the files
+have been modified more recently, and it does so assuming that we're
+running from a git repo.
+
+However, we'd rather ship the documents cleanly without regenerating
+defsincdate -- we don't have a git repo available (debian builds from
+upstream tarballs) and any changes to the texinfo files (e.g. from
+debian/patches/) might result in different dates on the files than we
+expect after they're applied by dpkg or quilt or whatever, which makes
+the datestamp unreproducible.
+---
+ doc/Makefile.am | 7 ---
+ 1 file changed, 7 deletions(-)
+
+diff --git a/doc/Makefile.am b/doc/Makefile.am
+index d47d83ede..c0a81b0b9 100644
+--- a/doc/Makefile.am
 b/doc/Makefile.am
+@@ -177,15 +177,6 @@
+ 
+ dist-hook: defsincdate
+ 
+-defsincdate: $(gnupg_TEXINFOS)
+-  : >defsincdate ; \
+-  if test -e $(top_srcdir)/.git; then \
+-(cd $(srcdir) && git log -1 --format='%ct' \
+-   -- $(gnupg_TEXINFO

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

2020-07-09 Thread Gaëtan Bisson via arch-commits
Date: Thursday, July 9, 2020 @ 07:46:18
  Author: bisson
Revision: 391041

archrelease: copy trunk to testing-any

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

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

Copied: iana-etc/repos/testing-any/LICENSE (from rev 391040, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2020-07-09 07:46:18 UTC (rev 391041)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

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

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


[arch-commits] Commit in iana-etc/trunk (sources.tar.xz sources)

2020-07-09 Thread Gaëtan Bisson via arch-commits
Date: Thursday, July 9, 2020 @ 07:44:51
  Author: bisson
Revision: 391040

archrelease does not like subdirs

Added:
  iana-etc/trunk/sources.tar.xz
Deleted:
  iana-etc/trunk/sources/

+
 sources.tar.xz |1 +
 1 file changed, 1 insertion(+)

Added: sources.tar.xz
===
(Binary files differ)

Index: iana-etc/trunk/sources.tar.xz
===
--- sources.tar.xz  2020-07-09 07:42:42 UTC (rev 391039)
+++ sources.tar.xz  2020-07-09 07:44:51 UTC (rev 391040)

Property changes on: iana-etc/trunk/sources.tar.xz
___
Added: svn:mime-type
## -0,0 +1 ##
+application/x-xz
\ No newline at end of property


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

2020-07-09 Thread Gaëtan Bisson via arch-commits
Date: Thursday, July 9, 2020 @ 07:42:42
  Author: bisson
Revision: 391039

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-09 06:47:18 UTC (rev 391038)
+++ PKGBUILD2020-07-09 07:42:42 UTC (rev 391039)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20200624
+pkgver=20200707
 _ports=service-names-port-numbers-${pkgver}
 _protocols=protocol-numbers-20200417
 pkgrel=1
@@ -14,7 +14,7 @@
 source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
 
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
 'LICENSE')
-sha256sums=('4837bc731f3c0aa473f8eafd5e8ab0e17fb4aab9c3d9df24877c0fca0d055eb5'
+sha256sums=('744f40749738a02560fc0563ddbb62acc53a078b54a5db8ce74badc8daff851f'
 '7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 


[arch-commits] Commit in mpd/repos/extra-x86_64 (8 files)

2020-07-06 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 7, 2020 @ 01:15:44
  Author: bisson
Revision: 390928

archrelease: copy trunk to extra-x86_64

Added:
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 390927, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 390927, mpd/trunk/conf)
  mpd/repos/extra-x86_64/sysusers.d
(from rev 390927, mpd/trunk/sysusers.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 390927, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/sysusers.d
  mpd/repos/extra-x86_64/tmpfiles.d

+
 PKGBUILD   |  140 +--
 conf   |   12 ++---
 sysusers.d |4 -
 tmpfiles.d |6 +-
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-07 01:13:49 UTC (rev 390927)
+++ PKGBUILD2020-07-07 01:15:44 UTC (rev 390928)
@@ -1,70 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.21.24
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth'
-'icu' 'jack' 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad'
-'libmikmod' 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
-'libsamplerate' 'libshout' 'libsoxr' 'libvorbis' 'systemd-libs'
-'libupnp' 'mpg123' 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack'
-'wildmidi' 'yajl' 'zziplib')
-makedepends=('boost' 'meson' 'python-sphinx')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'sysusers.d'
-'conf')
-sha256sums=('84632a7e82e672b3a6d71651a75d05fb7acd62645c33e3f3af5a1067cfa64cd6'
-'SKIP'
-'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
-'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   rm -fr build
-   install -d build
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   _opts=('-Ddocumentation=true'
-  '-Dchromaprint=disabled' # appears not to be used for anything
-  '-Dsidplay=disabled' # unclear why but disabled in the past
-  '-Dadplug=disabled' # not in an official repo
-  '-Dsndio=disabled' # interferes with detection of alsa devices
-  '-Dshine=disabled' # not in an official repo
-  '-Dtremor=disabled' # not in an official repo
-   )
-   arch-meson .. ${_opts[@]}
-   ninja
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   DESTDIR="${pkgdir}" ninja install
-   install -Dm644 ../doc/mpdconf.example 
"${pkgdir}"/usr/share/doc/mpd/mpdconf.example
-   install -Dm644 ../doc/mpd.conf.5 
"${pkgdir}"/usr/share/man/man5/mpd.conf.5
-   install -Dm644 ../doc/mpd.1 "${pkgdir}"/usr/share/man/man1/mpd.1
-
-   install -Dm644 ../../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -Dm644 ../../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
-   install -Dm644 ../../conf "${pkgdir}"/etc/mpd.conf
-
-   sed \
-   -e '/\[Service\]/a User=mpd' \
-   -e '/WantedBy=/c WantedBy=default.target' \
-   -i "${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-x86_64/PKGBUILD (from rev 390927, mpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-07 01:15:44 UTC (rev 390928)
@@ -0,0 +1,70 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.21.25
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth'
+'icu' 'jack' 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad'
+'libmikmod' 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
+'libsamplerate' 'libshout' 'libsoxr' 'libvorbis' 'systemd-libs'
+'libupnp' 'mpg123' 'openal' 'smbclien

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

2020-07-06 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 7, 2020 @ 01:13:49
  Author: bisson
Revision: 390927

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 21:36:54 UTC (rev 390926)
+++ PKGBUILD2020-07-07 01:13:49 UTC (rev 390927)
@@ -5,7 +5,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.21.24
+pkgver=0.21.25
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
@@ -24,7 +24,7 @@
 'tmpfiles.d'
 'sysusers.d'
 'conf')
-sha256sums=('84632a7e82e672b3a6d71651a75d05fb7acd62645c33e3f3af5a1067cfa64cd6'
+sha256sums=('20a0ad01bf327b2dbeb6ae8e1af952cb0de83d2d63fab0fa4b7183a74765c201'
 'SKIP'
 '2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
 '0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'


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

2020-07-04 Thread Gaëtan Bisson via arch-commits
Date: Saturday, July 4, 2020 @ 18:11:21
  Author: bisson
Revision: 390842

upstream update

Modified:
  libmpdclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 16:30:47 UTC (rev 390841)
+++ PKGBUILD2020-07-04 18:11:21 UTC (rev 390842)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=libmpdclient
-pkgver=2.18
+pkgver=2.19
 pkgrel=1
 pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & 
Objective C languages'
 url='https://www.musicpd.org/libs/libmpdclient/'
@@ -11,7 +11,7 @@
 makedepends=('meson')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('4cb01e1f567e0169aca94875fb6e1200e7f5ce35b63a4df768ec1591fb1081fa'
+sha256sums=('158aad4c2278ab08e76a3f2b0166c99b39fae00ee17231bd225c5a36e977a189'
 'SKIP')
 
 build() {


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

2020-07-04 Thread Gaëtan Bisson via arch-commits
Date: Saturday, July 4, 2020 @ 18:11:40
  Author: bisson
Revision: 390843

archrelease: copy trunk to extra-x86_64

Added:
  libmpdclient/repos/extra-x86_64/PKGBUILD
(from rev 390842, libmpdclient/trunk/PKGBUILD)
Deleted:
  libmpdclient/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 18:11:21 UTC (rev 390842)
+++ PKGBUILD2020-07-04 18:11:40 UTC (rev 390843)
@@ -1,30 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-
-pkgname=libmpdclient
-pkgver=2.18
-pkgrel=1
-pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & 
Objective C languages'
-url='https://www.musicpd.org/libs/libmpdclient/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('meson')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('4cb01e1f567e0169aca94875fb6e1200e7f5ce35b63a4df768ec1591fb1081fa'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build
-   ninja -C build
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   DESTDIR="${pkgdir}" ninja -C build install
-
-   cd "${pkgdir}"
-   install -d usr/share/licenses/libmpdclient
-   ln -s ../../doc/libmpdclient/COPYING 
usr/share/licenses/libmpdclient/COPYING
-}

Copied: libmpdclient/repos/extra-x86_64/PKGBUILD (from rev 390842, 
libmpdclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 18:11:40 UTC (rev 390843)
@@ -0,0 +1,30 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+
+pkgname=libmpdclient
+pkgver=2.19
+pkgrel=1
+pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & 
Objective C languages'
+url='https://www.musicpd.org/libs/libmpdclient/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('meson')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('158aad4c2278ab08e76a3f2b0166c99b39fae00ee17231bd225c5a36e977a189'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   arch-meson . build
+   ninja -C build
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   DESTDIR="${pkgdir}" ninja -C build install
+
+   cd "${pkgdir}"
+   install -d usr/share/licenses/libmpdclient
+   ln -s ../../doc/libmpdclient/COPYING 
usr/share/licenses/libmpdclient/COPYING
+}


[arch-commits] Commit in postfix/repos/extra-x86_64 (8 files)

2020-06-29 Thread Gaëtan Bisson via arch-commits
Date: Monday, June 29, 2020 @ 17:23:14
  Author: bisson
Revision: 390596

archrelease: copy trunk to extra-x86_64

Added:
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 390595, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 390595, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/service
(from rev 390595, postfix/trunk/service)
  postfix/repos/extra-x86_64/sysusers.d
(from rev 390595, postfix/trunk/sysusers.d)
Deleted:
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/service
  postfix/repos/extra-x86_64/sysusers.d

---+
 PKGBUILD  |  216 
 aliases.patch |   36 -
 service   |   28 +++
 sysusers.d|4 -
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-29 17:22:01 UTC (rev 390595)
+++ PKGBUILD2020-06-29 17:23:14 UTC (rev 390596)
@@ -1,108 +0,0 @@
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=postfix
-pkgver=3.5.3
-pkgrel=1
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db' 'libnsl'
- 'mariadb-libs' 'postgresql-libs' 'sqlite' 'tinycdb')
-optdepends=('perl: postfix-collate.pl and qshape')
-source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'aliases.patch'
-'sysusers.d'
-'service')
-sha256sums=('e381089cf2a03105042835776f23489c0a58600a6a6ebc8cb59f5cb1eb4d8d75'
-'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
-'63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
-'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CCARGS='
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
-   -DHAS_LDAP
-   -DUSE_TLS
-   -DHAS_MYSQL -I/usr/include/mysql
-   -DHAS_PGSQL -I/usr/include/postgresql
-   -DHAS_SQLITE
-   -DHAS_CDB
-   -DDEF_COMMAND_DIR=\"/usr/bin\"
-   -DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
-   -DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
-   -DDEF_README_DIR=\"/usr/share/doc/postfix\"
-   -DDEF_MANPAGE_DIR=\"/usr/share/man\"
-   '
-   AUXLIBS='
-   -lsasl2
-   -lldap -llber
-   -lssl -lcrypto
-   -lmysqlclient -lz -lm
-   -lpq
-   -lsqlite3 -lpthread
-   -lcdb
-   '
-   make makefiles \
-   DEBUG='' \
-   pie=yes \
-   shared=yes \
-   CCARGS="${CCARGS//$'\n'/}" \
-   AUXLIBS="${AUXLIBS//$'\n'/}" \
-   OPT="${CFLAGS} ${LDFLAGS}" \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/postfix-${pkgver}"
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-   install -Dm644 ../sysusers.d 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
-   done
-
-   name=qshape
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "auxiliary/${name}/${name}.pl" 
"${pkgdir}/usr/bin/${name}"
-
-   install -Dm755 "auxiliary/collate/collate.pl" 
"${pkgdir}/usr/bin/postfix-collate.pl"
-
-   # now set permissions right to appease the pacman gods
-   sed -r \
-   -e '/override=1/d' \
-   -e '/absolute path name/d' \
-   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
-   -e '/(if \[|chmod|chown|find|mkdir|te

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

2020-06-29 Thread Gaëtan Bisson via arch-commits
Date: Monday, June 29, 2020 @ 17:22:01
  Author: bisson
Revision: 390595

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-29 15:53:46 UTC (rev 390594)
+++ PKGBUILD2020-06-29 17:22:01 UTC (rev 390595)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.5.3
+pkgver=3.5.4
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('e381089cf2a03105042835776f23489c0a58600a6a6ebc8cb59f5cb1eb4d8d75'
+sha256sums=('fc2fb1cc27556aa2506bc287af04881cde07c83d5cb213ba835083b4bb796881'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2020-06-27 Thread Gaëtan Bisson via arch-commits
Date: Friday, June 26, 2020 @ 18:48:48
  Author: bisson
Revision: 390504

document systemd user service versioning upstream files

Added:
  iana-etc/trunk/sources/
  iana-etc/trunk/sources/INSTALL
  iana-etc/trunk/sources/iana-versioned.service
  iana-etc/trunk/sources/iana-versioned.sh
  iana-etc/trunk/sources/iana-versioned.timer

+
 INSTALL|1 +
 iana-versioned.service |8 
 iana-versioned.sh  |   37 +
 iana-versioned.timer   |9 +
 4 files changed, 55 insertions(+)

Added: sources/INSTALL
===
--- sources/INSTALL (rev 0)
+++ sources/INSTALL 2020-06-26 18:48:48 UTC (rev 390504)
@@ -0,0 +1 @@
+Copy to sources.archlinux.org under ~/bin then put symlinks under 
.config/systemd/user

Added: sources/iana-versioned.service
===
--- sources/iana-versioned.service  (rev 0)
+++ sources/iana-versioned.service  2020-06-26 18:48:48 UTC (rev 390504)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Version IANA files
+
+[Install]
+WantedBy=default.target
+
+[Service]
+ExecStart=/home/bisson/bin/iana-versioned.sh

Added: sources/iana-versioned.sh
===
--- sources/iana-versioned.sh   (rev 0)
+++ sources/iana-versioned.sh   2020-06-26 18:48:48 UTC (rev 390504)
@@ -0,0 +1,37 @@
+#!/usr/bin/bash
+
+URLS=(
+   
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+   https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+)
+
+DEST=/srv/ftp/other/packages/iana-etc
+
+curl="curl --silent --fail --location"
+
+do_update() {
+   url=$1
+   date=$(
+   $curl --head "$url" |
+   sed 's/^Last-Modified: //;t;d' |
+   date -f- +%Y%m%d
+   )
+   if [[ -z $date ]]; then
+   return
+   fi
+
+   file=${url##*/}
+   name=${file%.*}
+   ext=${file##*.}
+   versioned="$name-$date.$ext"
+
+   if [[ ! -f "$versioned" ]]; then
+   $curl --output "$versioned" "$url"
+   fi
+}
+
+cd "$DEST"
+
+for url in ${URLS[@]}; do
+   do_update "$url"
+done


Property changes on: iana-etc/trunk/sources/iana-versioned.sh
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: sources/iana-versioned.timer
===
--- sources/iana-versioned.timer(rev 0)
+++ sources/iana-versioned.timer2020-06-26 18:48:48 UTC (rev 390504)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Periodically version IANA files
+
+[Install]
+WantedBy=default.target
+
+[Timer]
+OnCalendar=05:10
+Persistent=true


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

2020-06-24 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 24, 2020 @ 23:14:09
  Author: bisson
Revision: 390421

archrelease: copy trunk to extra-x86_64

Added:
  libjpeg-turbo/repos/extra-x86_64/PKGBUILD
(from rev 390420, libjpeg-turbo/trunk/PKGBUILD)
Deleted:
  libjpeg-turbo/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 23:13:54 UTC (rev 390420)
+++ PKGBUILD2020-06-24 23:14:09 UTC (rev 390421)
@@ -1,54 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Allan McRae 
-# Contributor: Simone Sclavi 'Ito' 
-
-pkgname=libjpeg-turbo
-pkgver=2.0.4
-pkgrel=1
-pkgdesc='JPEG image codec with accelerated baseline compression and 
decompression'
-url='https://libjpeg-turbo.org/'
-arch=('x86_64')
-license=('custom')
-makedepends=('cmake' 'nasm' 'jdk8-openjdk')
-validpgpkeys=('7D6293CC6378786E1B5C496885C7044E033FDE16')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('33dd8547efd5543639e890efbf2ef52d5a21df81faf41bb940657af916a23406'
-'SKIP')
-
-provides=('libjpeg=8.2.2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's/Szathmáry/Szathmary/g' -i java/org/libjpegturbo/turbojpeg/*.java
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -DWITH_JAVA=1 \
-   -DWITH_JPEG8=1 \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-   .
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make \
-   DESTDIR="${pkgdir}" \
-   docdir="/usr/share/doc/${pkgname}" \
-   exampledir="/usr/share/doc/${pkgname}" \
-   install
-
-   install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-   ln -s ../../doc/libjpeg-turbo/LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname}"
-   install -m 644 jpegint.h "${pkgdir}/usr/include" # required by other 
software
-}

Copied: libjpeg-turbo/repos/extra-x86_64/PKGBUILD (from rev 390420, 
libjpeg-turbo/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-06-24 23:14:09 UTC (rev 390421)
@@ -0,0 +1,54 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Allan McRae 
+# Contributor: Simone Sclavi 'Ito' 
+
+pkgname=libjpeg-turbo
+pkgver=2.0.5
+pkgrel=1
+pkgdesc='JPEG image codec with accelerated baseline compression and 
decompression'
+url='https://libjpeg-turbo.org/'
+arch=('x86_64')
+license=('custom')
+makedepends=('cmake' 'nasm' 'jdk8-openjdk')
+validpgpkeys=('7D6293CC6378786E1B5C496885C7044E033FDE16')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('16f8f6f2715b3a38ab562a84357c793dd56ae9899ce130563c72cd93d8357b5d'
+'SKIP')
+
+provides=('libjpeg=8.2.2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/Szathmáry/Szathmary/g' -i java/org/libjpegturbo/turbojpeg/*.java
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -DWITH_JAVA=1 \
+   -DWITH_JPEG8=1 \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+   .
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make \
+   DESTDIR="${pkgdir}" \
+   docdir="/usr/share/doc/${pkgname}" \
+   exampledir="/usr/share/doc/${pkgname}" \
+   install
+
+   install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+   ln -s ../../doc/libjpeg-turbo/LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname}"
+   install -m 644 jpegint.h "${pkgdir}/usr/include" # required by other 
software
+}


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

2020-06-24 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 24, 2020 @ 23:13:54
  Author: bisson
Revision: 390420

upstream update

Modified:
  libjpeg-turbo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 23:08:55 UTC (rev 390419)
+++ PKGBUILD2020-06-24 23:13:54 UTC (rev 390420)
@@ -3,7 +3,7 @@
 # Contributor: Simone Sclavi 'Ito' 
 
 pkgname=libjpeg-turbo
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 pkgdesc='JPEG image codec with accelerated baseline compression and 
decompression'
 url='https://libjpeg-turbo.org/'
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'nasm' 'jdk8-openjdk')
 validpgpkeys=('7D6293CC6378786E1B5C496885C7044E033FDE16')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('33dd8547efd5543639e890efbf2ef52d5a21df81faf41bb940657af916a23406'
+sha256sums=('16f8f6f2715b3a38ab562a84357c793dd56ae9899ce130563c72cd93d8357b5d'
 'SKIP')
 
 provides=('libjpeg=8.2.2')


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

2020-06-24 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 24, 2020 @ 23:08:55
  Author: bisson
Revision: 390419

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 390418, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 390418, iana-etc/trunk/PKGBUILD)

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

Copied: iana-etc/repos/testing-any/LICENSE (from rev 390418, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2020-06-24 23:08:55 UTC (rev 390419)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

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


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

2020-06-24 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 24, 2020 @ 23:08:34
  Author: bisson
Revision: 390418

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 20:54:44 UTC (rev 390417)
+++ PKGBUILD2020-06-24 23:08:34 UTC (rev 390418)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20200601
+pkgver=20200624
 _ports=service-names-port-numbers-${pkgver}
 _protocols=protocol-numbers-20200417
 pkgrel=1
@@ -14,7 +14,7 @@
 source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
 
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
 'LICENSE')
-sha256sums=('21b3dd5ec7421bf9d68714f6c1c3820b6800010b6e4b1157f18209d2b2f2c52b'
+sha256sums=('4837bc731f3c0aa473f8eafd5e8ab0e17fb4aab9c3d9df24877c0fca0d055eb5'
 '7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 


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

2020-06-24 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 24, 2020 @ 08:30:05
  Author: bisson
Revision: 390402

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 390401, mutt/trunk/PKGBUILD)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-24 08:29:46 UTC (rev 390401)
+++ PKGBUILD2020-06-24 08:30:05 UTC (rev 390402)
@@ -1,49 +0,0 @@
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.14.4
-pkgrel=1
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('x86_64')
-optdepends=('perl: for smime_keys'
-'smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('ca8e56f8210b4fffa91ea08958b62b811cce552fe4fd7d726111cf53079ed3c3'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-debug \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --enable-autocrypt \
-   --with-curses=/usr \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sqlite3 \
-   --with-sasl \
-   --with-idn2 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 390401, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-24 08:30:05 UTC (rev 390402)
@@ -0,0 +1,49 @@
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.14.5
+pkgrel=1
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('perl: for smime_keys'
+'smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('316b11cabd41a21c1d981f11d93e000337a628800d50127df19fe2593f8e3d5c'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-debug \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --enable-autocrypt \
+   --with-curses=/usr \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sqlite3 \
+   --with-sasl \
+   --with-idn2 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}


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

2020-06-24 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 24, 2020 @ 08:29:46
  Author: bisson
Revision: 390401

upstream update

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 06:57:03 UTC (rev 390400)
+++ PKGBUILD2020-06-24 08:29:46 UTC (rev 390401)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.14.4
+pkgver=1.14.5
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('ca8e56f8210b4fffa91ea08958b62b811cce552fe4fd7d726111cf53079ed3c3'
+sha256sums=('316b11cabd41a21c1d981f11d93e000337a628800d50127df19fe2593f8e3d5c'
 'SKIP')
 
 build() {


[arch-commits] Commit in subsurface/trunk (PKGBUILD qpainterpath.patch)

2020-06-21 Thread Gaëtan Bisson via arch-commits
Date: Sunday, June 21, 2020 @ 08:42:54
  Author: bisson
Revision: 648778

upstream update

Modified:
  subsurface/trunk/PKGBUILD
Deleted:
  subsurface/trunk/qpainterpath.patch

+
 PKGBUILD   |   13 +++--
 qpainterpath.patch |   11 ---
 2 files changed, 3 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 08:16:20 UTC (rev 648777)
+++ PKGBUILD2020-06-21 08:42:54 UTC (rev 648778)
@@ -3,7 +3,7 @@
 
 pkgname=subsurface
 _pkgname=Subsurface
-pkgver=4.9.5
+pkgver=4.9.6
 pkgrel=1
 pkgdesc='Divelog program'
 url='https://subsurface-divelog.org/'
@@ -13,18 +13,11 @@
 depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
  'subsurface-libdc' 'qt5-svg' 'qt5-location'
  'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;
-'qpainterpath.patch')
-sha256sums=('266e8a2ca7ccb583366b87641187e38611cd60e6db33d9adcc35a0b89075bc6f'
-'0e73e29383c6dfa4a70eea75b67f4ac32a27052d83671032e7bb6bdcd4694598')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('fed9485958f2b37d0efd8702b63a23eae1abfab0f01e1de1946aad5701c59f34')
 
 # qt5-webkit still used for: printing, manual
 
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   patch -p1 -i ../qpainterpath.patch
-}
-
 build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
install -d build

Deleted: qpainterpath.patch
===
--- qpainterpath.patch  2020-06-21 08:16:20 UTC (rev 648777)
+++ qpainterpath.patch  2020-06-21 08:42:54 UTC (rev 648778)
@@ -1,11 +0,0 @@
-diff -Naur old/desktop-widgets/groupedlineedit.cpp 
new/desktop-widgets/groupedlineedit.cpp
 old/desktop-widgets/groupedlineedit.cpp2020-06-12 09:44:56.0 
-1000
-+++ new/desktop-widgets/groupedlineedit.cpp2020-06-12 15:56:58.558388952 
-1000
-@@ -32,6 +32,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 


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

2020-06-21 Thread Gaëtan Bisson via arch-commits
Date: Sunday, June 21, 2020 @ 08:43:11
  Author: bisson
Revision: 648779

archrelease: copy trunk to community-x86_64

Added:
  subsurface/repos/community-x86_64/PKGBUILD
(from rev 648778, subsurface/trunk/PKGBUILD)
Deleted:
  subsurface/repos/community-x86_64/PKGBUILD
  subsurface/repos/community-x86_64/qpainterpath.patch

+
 PKGBUILD   |   81 +++
 qpainterpath.patch |   11 --
 2 files changed, 37 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 08:42:54 UTC (rev 648778)
+++ PKGBUILD2020-06-21 08:43:11 UTC (rev 648779)
@@ -1,44 +0,0 @@
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.9.5
-pkgrel=1
-pkgdesc='Divelog program'
-url='https://subsurface-divelog.org/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('cmake' 'asciidoc' 'qt5-tools')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'qt5-svg' 'qt5-location'
- 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;
-'qpainterpath.patch')
-sha256sums=('266e8a2ca7ccb583366b87641187e38611cd60e6db33d9adcc35a0b89075bc6f'
-'0e73e29383c6dfa4a70eea75b67f4ac32a27052d83671032e7bb6bdcd4694598')
-
-# qt5-webkit still used for: printing, manual
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   patch -p1 -i ../qpainterpath.patch
-}
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   install -d build
-   cd build
-   cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
-   ..
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface/repos/community-x86_64/PKGBUILD (from rev 648778, 
subsurface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 08:43:11 UTC (rev 648779)
@@ -0,0 +1,37 @@
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.9.6
+pkgrel=1
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('cmake' 'asciidoc' 'qt5-tools')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'qt5-svg' 'qt5-location'
+ 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('fed9485958f2b37d0efd8702b63a23eae1abfab0f01e1de1946aad5701c59f34')
+
+# qt5-webkit still used for: printing, manual
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   install -d build
+   cd build
+   cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
+   ..
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Deleted: qpainterpath.patch
===
--- qpainterpath.patch  2020-06-21 08:42:54 UTC (rev 648778)
+++ qpainterpath.patch  2020-06-21 08:43:11 UTC (rev 648779)
@@ -1,11 +0,0 @@
-diff -Naur old/desktop-widgets/groupedlineedit.cpp 
new/desktop-widgets/groupedlineedit.cpp
 old/desktop-widgets/groupedlineedit.cpp2020-06-12 09:44:56.0 
-1000
-+++ new/desktop-widgets/groupedlineedit.cpp2020-06-12 15:56:58.558388952 
-1000
-@@ -32,6 +32,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 


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

2020-06-21 Thread Gaëtan Bisson via arch-commits
Date: Sunday, June 21, 2020 @ 08:16:20
  Author: bisson
Revision: 648777

archrelease: copy trunk to community-x86_64

Added:
  subsurface-libdc/repos/community-x86_64/PKGBUILD
(from rev 648776, subsurface-libdc/trunk/PKGBUILD)
Deleted:
  subsurface-libdc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-21 08:16:08 UTC (rev 648776)
+++ PKGBUILD2020-06-21 08:16:20 UTC (rev 648777)
@@ -1,33 +0,0 @@
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.9.5
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='https://github.com/Subsurface-divelog/libdc'
-license=('LGPL')
-arch=('x86_64')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('c26ed61ccea46aca4d3fdada0b5eba35f4b9b63bff336a2f744889f29fd6a67d')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
-}
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 648776, 
subsurface-libdc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-21 08:16:20 UTC (rev 648777)
@@ -0,0 +1,33 @@
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.9.6
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='https://github.com/Subsurface-divelog/libdc'
+license=('LGPL')
+arch=('x86_64')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('e9f1033e9963b5bfb77c45333773849abad5d915266081208c6565e085d65038')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2020-06-21 Thread Gaëtan Bisson via arch-commits
Date: Sunday, June 21, 2020 @ 08:16:08
  Author: bisson
Revision: 648776

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 08:11:56 UTC (rev 648775)
+++ PKGBUILD2020-06-21 08:16:08 UTC (rev 648776)
@@ -3,7 +3,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.9.5
+pkgver=4.9.6
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='https://github.com/Subsurface-divelog/libdc'
@@ -10,7 +10,7 @@
 license=('LGPL')
 arch=('x86_64')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('c26ed61ccea46aca4d3fdada0b5eba35f4b9b63bff336a2f744889f29fd6a67d')
+sha256sums=('e9f1033e9963b5bfb77c45333773849abad5d915266081208c6565e085d65038')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')


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

2020-06-19 Thread Gaëtan Bisson via arch-commits
Date: Friday, June 19, 2020 @ 07:07:27
  Author: bisson
Revision: 389529

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 389528, mutt/trunk/PKGBUILD)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-19 07:07:04 UTC (rev 389528)
+++ PKGBUILD2020-06-19 07:07:27 UTC (rev 389529)
@@ -1,49 +0,0 @@
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.14.3
-pkgrel=1
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('x86_64')
-optdepends=('perl: for smime_keys'
-'smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('b1556dfb0d874926ccc5d03dadbd0f680f302f9d44ebae1ec3c4c266a471'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-debug \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --enable-autocrypt \
-   --with-curses=/usr \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sqlite3 \
-   --with-sasl \
-   --with-idn2 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 389528, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-19 07:07:27 UTC (rev 389529)
@@ -0,0 +1,49 @@
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.14.4
+pkgrel=1
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('perl: for smime_keys'
+'smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('ca8e56f8210b4fffa91ea08958b62b811cce552fe4fd7d726111cf53079ed3c3'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-debug \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --enable-autocrypt \
+   --with-curses=/usr \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sqlite3 \
+   --with-sasl \
+   --with-idn2 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}


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

2020-06-19 Thread Gaëtan Bisson via arch-commits
Date: Friday, June 19, 2020 @ 07:07:04
  Author: bisson
Revision: 389528

upstream update

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-19 05:59:52 UTC (rev 389527)
+++ PKGBUILD2020-06-19 07:07:04 UTC (rev 389528)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.14.3
+pkgver=1.14.4
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('b1556dfb0d874926ccc5d03dadbd0f680f302f9d44ebae1ec3c4c266a471'
+sha256sums=('ca8e56f8210b4fffa91ea08958b62b811cce552fe4fd7d726111cf53079ed3c3'
 'SKIP')
 
 build() {


[arch-commits] Commit in postfix/repos/extra-x86_64 (8 files)

2020-06-16 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, June 16, 2020 @ 07:25:54
  Author: bisson
Revision: 389294

archrelease: copy trunk to extra-x86_64

Added:
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 389293, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 389293, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/service
(from rev 389293, postfix/trunk/service)
  postfix/repos/extra-x86_64/sysusers.d
(from rev 389293, postfix/trunk/sysusers.d)
Deleted:
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/service
  postfix/repos/extra-x86_64/sysusers.d

---+
 PKGBUILD  |  216 
 aliases.patch |   36 -
 service   |   28 +++
 sysusers.d|4 -
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-16 07:25:19 UTC (rev 389293)
+++ PKGBUILD2020-06-16 07:25:54 UTC (rev 389294)
@@ -1,108 +0,0 @@
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=postfix
-pkgver=3.5.2
-pkgrel=1
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db' 'libnsl'
- 'mariadb-libs' 'postgresql-libs' 'sqlite' 'tinycdb')
-optdepends=('perl: postfix-collate.pl and qshape')
-source=("http://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'aliases.patch'
-'sysusers.d'
-'service')
-sha256sums=('e3bf2497f5bd841d0da99dd8d58afdbc15ff9a66962a60c973df5e850a49bec3'
-'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
-'63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
-'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CCARGS='
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
-   -DHAS_LDAP
-   -DUSE_TLS
-   -DHAS_MYSQL -I/usr/include/mysql
-   -DHAS_PGSQL -I/usr/include/postgresql
-   -DHAS_SQLITE
-   -DHAS_CDB
-   -DDEF_COMMAND_DIR=\"/usr/bin\"
-   -DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
-   -DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
-   -DDEF_README_DIR=\"/usr/share/doc/postfix\"
-   -DDEF_MANPAGE_DIR=\"/usr/share/man\"
-   '
-   AUXLIBS='
-   -lsasl2
-   -lldap -llber
-   -lssl -lcrypto
-   -lmysqlclient -lz -lm
-   -lpq
-   -lsqlite3 -lpthread
-   -lcdb
-   '
-   make makefiles \
-   DEBUG='' \
-   pie=yes \
-   shared=yes \
-   CCARGS="${CCARGS//$'\n'/}" \
-   AUXLIBS="${AUXLIBS//$'\n'/}" \
-   OPT="${CFLAGS} ${LDFLAGS}" \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/postfix-${pkgver}"
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-   install -Dm644 ../sysusers.d 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
-   done
-
-   name=qshape
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "auxiliary/${name}/${name}.pl" 
"${pkgdir}/usr/bin/${name}"
-
-   install -Dm755 "auxiliary/collate/collate.pl" 
"${pkgdir}/usr/bin/postfix-collate.pl"
-
-   # now set permissions right to appease the pacman gods
-   sed -r \
-   -e '/override=1/d' \
-   -e '/absolute path name/d' \
-   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
-   -e '/(if \[|chmod|chown|find|mkdir|te

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

2020-06-16 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, June 16, 2020 @ 07:25:19
  Author: bisson
Revision: 389293

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 06:29:22 UTC (rev 389292)
+++ PKGBUILD2020-06-16 07:25:19 UTC (rev 389293)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.5.2
+pkgver=3.5.3
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -16,7 +16,7 @@
 'aliases.patch'
 'sysusers.d'
 'service')
-sha256sums=('e3bf2497f5bd841d0da99dd8d58afdbc15ff9a66962a60c973df5e850a49bec3'
+sha256sums=('e381089cf2a03105042835776f23489c0a58600a6a6ebc8cb59f5cb1eb4d8d75'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '63f39147887336bdd173fb9425998f0a0c6f00a31241f922a255c157bfd8d02e'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')


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

2020-06-15 Thread Gaëtan Bisson via arch-commits
Date: Monday, June 15, 2020 @ 06:46:55
  Author: bisson
Revision: 389193

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 389192, mutt/trunk/PKGBUILD)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-15 06:46:36 UTC (rev 389192)
+++ PKGBUILD2020-06-15 06:46:55 UTC (rev 389193)
@@ -1,49 +0,0 @@
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.14.2
-pkgrel=1
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('x86_64')
-optdepends=('perl: for smime_keys'
-'smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('e22f700e8c57fbc41a642bfd1adca06e6187887c39614a5c38d381a6ac31'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-debug \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --enable-autocrypt \
-   --with-curses=/usr \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sqlite3 \
-   --with-sasl \
-   --with-idn2 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 389192, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-15 06:46:55 UTC (rev 389193)
@@ -0,0 +1,49 @@
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.14.3
+pkgrel=1
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('perl: for smime_keys'
+'smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('b1556dfb0d874926ccc5d03dadbd0f680f302f9d44ebae1ec3c4c266a471'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-debug \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --enable-autocrypt \
+   --with-curses=/usr \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sqlite3 \
+   --with-sasl \
+   --with-idn2 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}


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

2020-06-15 Thread Gaëtan Bisson via arch-commits
Date: Monday, June 15, 2020 @ 06:46:36
  Author: bisson
Revision: 389192

upstream update

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-14 23:15:16 UTC (rev 389191)
+++ PKGBUILD2020-06-15 06:46:36 UTC (rev 389192)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('e22f700e8c57fbc41a642bfd1adca06e6187887c39614a5c38d381a6ac31'
+sha256sums=('b1556dfb0d874926ccc5d03dadbd0f680f302f9d44ebae1ec3c4c266a471'
 'SKIP')
 
 build() {


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

2020-06-13 Thread Gaëtan Bisson via arch-commits
Date: Saturday, June 13, 2020 @ 06:44:55
  Author: bisson
Revision: 642831

archrelease: copy trunk to community-x86_64

Added:
  subsurface/repos/community-x86_64/PKGBUILD
(from rev 642830, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-x86_64/qpainterpath.patch
(from rev 642830, subsurface/trunk/qpainterpath.patch)
Deleted:
  subsurface/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |   81 +++
 qpainterpath.patch |   11 ++
 2 files changed, 55 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 06:44:11 UTC (rev 642830)
+++ PKGBUILD2020-06-13 06:44:55 UTC (rev 642831)
@@ -1,37 +0,0 @@
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.9.4
-pkgrel=1
-pkgdesc='Divelog program'
-url='https://subsurface-divelog.org/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('cmake' 'asciidoc' 'qt5-tools')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'qt5-svg' 'qt5-location'
- 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('3fb3c0c0bfdce94dcca6e5a82478b10dbd716375665c26ee51b10546daf2ee1a')
-
-# qt5-webkit still used for: printing, manual
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   install -d build
-   cd build
-   cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
-   ..
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface/repos/community-x86_64/PKGBUILD (from rev 642830, 
subsurface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-13 06:44:55 UTC (rev 642831)
@@ -0,0 +1,44 @@
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.9.5
+pkgrel=1
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('cmake' 'asciidoc' 'qt5-tools')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'qt5-svg' 'qt5-location'
+ 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;
+'qpainterpath.patch')
+sha256sums=('266e8a2ca7ccb583366b87641187e38611cd60e6db33d9adcc35a0b89075bc6f'
+'0e73e29383c6dfa4a70eea75b67f4ac32a27052d83671032e7bb6bdcd4694598')
+
+# qt5-webkit still used for: printing, manual
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   patch -p1 -i ../qpainterpath.patch
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   install -d build
+   cd build
+   cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
+   ..
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Copied: subsurface/repos/community-x86_64/qpainterpath.patch (from rev 642830, 
subsurface/trunk/qpainterpath.patch)
===
--- qpainterpath.patch  (rev 0)
+++ qpainterpath.patch  2020-06-13 06:44:55 UTC (rev 642831)
@@ -0,0 +1,11 @@
+diff -Naur old/desktop-widgets/groupedlineedit.cpp 
new/desktop-widgets/groupedlineedit.cpp
+--- old/desktop-widgets/groupedlineedit.cpp2020-06-12 09:44:56.0 
-1000
 new/desktop-widgets/groupedlineedit.cpp2020-06-12 15:56:58.558388952 
-1000
+@@ -32,6 +32,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 


[arch-commits] Commit in subsurface/trunk (PKGBUILD qpainterpath.patch)

2020-06-13 Thread Gaëtan Bisson via arch-commits
Date: Saturday, June 13, 2020 @ 06:44:11
  Author: bisson
Revision: 642830

upstream update

Added:
  subsurface/trunk/qpainterpath.patch
Modified:
  subsurface/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 qpainterpath.patch |   11 +++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-13 05:48:20 UTC (rev 642829)
+++ PKGBUILD2020-06-13 06:44:11 UTC (rev 642830)
@@ -3,7 +3,7 @@
 
 pkgname=subsurface
 _pkgname=Subsurface
-pkgver=4.9.4
+pkgver=4.9.5
 pkgrel=1
 pkgdesc='Divelog program'
 url='https://subsurface-divelog.org/'
@@ -13,11 +13,18 @@
 depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
  'subsurface-libdc' 'qt5-svg' 'qt5-location'
  'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('3fb3c0c0bfdce94dcca6e5a82478b10dbd716375665c26ee51b10546daf2ee1a')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;
+'qpainterpath.patch')
+sha256sums=('266e8a2ca7ccb583366b87641187e38611cd60e6db33d9adcc35a0b89075bc6f'
+'0e73e29383c6dfa4a70eea75b67f4ac32a27052d83671032e7bb6bdcd4694598')
 
 # qt5-webkit still used for: printing, manual
 
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   patch -p1 -i ../qpainterpath.patch
+}
+
 build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
install -d build

Added: qpainterpath.patch
===
--- qpainterpath.patch  (rev 0)
+++ qpainterpath.patch  2020-06-13 06:44:11 UTC (rev 642830)
@@ -0,0 +1,11 @@
+diff -Naur old/desktop-widgets/groupedlineedit.cpp 
new/desktop-widgets/groupedlineedit.cpp
+--- old/desktop-widgets/groupedlineedit.cpp2020-06-12 09:44:56.0 
-1000
 new/desktop-widgets/groupedlineedit.cpp2020-06-12 15:56:58.558388952 
-1000
+@@ -32,6 +32,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 


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

2020-06-12 Thread Gaëtan Bisson via arch-commits
Date: Saturday, June 13, 2020 @ 01:43:28
  Author: bisson
Revision: 642682

archrelease: copy trunk to community-x86_64

Added:
  subsurface-libdc/repos/community-x86_64/PKGBUILD
(from rev 642681, subsurface-libdc/trunk/PKGBUILD)
Deleted:
  subsurface-libdc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 01:43:09 UTC (rev 642681)
+++ PKGBUILD2020-06-13 01:43:28 UTC (rev 642682)
@@ -1,33 +0,0 @@
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.9.4
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='https://github.com/Subsurface-divelog/libdc'
-license=('LGPL')
-arch=('x86_64')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('74baf202a6a464d45fbb5957d91787f126e3775c649c0fd523ae99af4781f402')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   autoreconf --install
-}
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 642681, 
subsurface-libdc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-13 01:43:28 UTC (rev 642682)
@@ -0,0 +1,33 @@
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.9.5
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='https://github.com/Subsurface-divelog/libdc'
+license=('LGPL')
+arch=('x86_64')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha256sums=('c26ed61ccea46aca4d3fdada0b5eba35f4b9b63bff336a2f744889f29fd6a67d')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2020-06-12 Thread Gaëtan Bisson via arch-commits
Date: Saturday, June 13, 2020 @ 01:43:09
  Author: bisson
Revision: 642681

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-12 22:21:44 UTC (rev 642680)
+++ PKGBUILD2020-06-13 01:43:09 UTC (rev 642681)
@@ -3,7 +3,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.9.4
+pkgver=4.9.5
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='https://github.com/Subsurface-divelog/libdc'
@@ -10,7 +10,7 @@
 license=('LGPL')
 arch=('x86_64')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha256sums=('74baf202a6a464d45fbb5957d91787f126e3775c649c0fd523ae99af4781f402')
+sha256sums=('c26ed61ccea46aca4d3fdada0b5eba35f4b9b63bff336a2f744889f29fd6a67d')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')


[arch-commits] Commit in mpd/repos/extra-x86_64 (8 files)

2020-06-12 Thread Gaëtan Bisson via arch-commits
Date: Friday, June 12, 2020 @ 21:38:45
  Author: bisson
Revision: 389062

archrelease: copy trunk to extra-x86_64

Added:
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 389061, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 389061, mpd/trunk/conf)
  mpd/repos/extra-x86_64/sysusers.d
(from rev 389061, mpd/trunk/sysusers.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 389061, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/sysusers.d
  mpd/repos/extra-x86_64/tmpfiles.d

+
 PKGBUILD   |  140 +--
 conf   |   12 ++---
 sysusers.d |4 -
 tmpfiles.d |6 +-
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-12 21:38:19 UTC (rev 389061)
+++ PKGBUILD2020-06-12 21:38:45 UTC (rev 389062)
@@ -1,70 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.21.23
-pkgrel=4
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth'
-'icu' 'jack' 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad'
-'libmikmod' 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
-'libsamplerate' 'libshout' 'libsoxr' 'libvorbis' 'systemd-libs'
-'libupnp' 'mpg123' 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack'
-'wildmidi' 'yajl' 'zziplib')
-makedepends=('boost' 'meson' 'python-sphinx')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'sysusers.d'
-'conf')
-sha256sums=('439f522ca9800f375e4fb459ec31e61b3d824fc5c0580ff06dac48b5d21207a3'
-'SKIP'
-'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
-'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   rm -fr build
-   install -d build
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   _opts=('-Ddocumentation=true'
-  '-Dchromaprint=disabled' # appears not to be used for anything
-  '-Dsidplay=disabled' # unclear why but disabled in the past
-  '-Dadplug=disabled' # not in an official repo
-  '-Dsndio=disabled' # interferes with detection of alsa devices
-  '-Dshine=disabled' # not in an official repo
-  '-Dtremor=disabled' # not in an official repo
-   )
-   arch-meson .. ${_opts[@]}
-   ninja
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   DESTDIR="${pkgdir}" ninja install
-   install -Dm644 ../doc/mpdconf.example 
"${pkgdir}"/usr/share/doc/mpd/mpdconf.example
-   install -Dm644 ../doc/mpd.conf.5 
"${pkgdir}"/usr/share/man/man5/mpd.conf.5
-   install -Dm644 ../doc/mpd.1 "${pkgdir}"/usr/share/man/man1/mpd.1
-
-   install -Dm644 ../../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -Dm644 ../../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
-   install -Dm644 ../../conf "${pkgdir}"/etc/mpd.conf
-
-   sed \
-   -e '/\[Service\]/a User=mpd' \
-   -e '/WantedBy=/c WantedBy=default.target' \
-   -i "${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-x86_64/PKGBUILD (from rev 389061, mpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-12 21:38:45 UTC (rev 389062)
@@ -0,0 +1,70 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.21.24
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('audiofile' 'avahi' 'curl' 'faad2' 'ffmpeg' 'fluidsynth'
+'icu' 'jack' 'libao' 'libcdio-paranoia' 'libgme' 'libid3tag' 'libmad'
+'libmikmod' 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
+'libsamplerate' 'libshout' 'libsoxr' 'libvorbis' 'systemd-libs'
+'libupnp' 'mpg123' 'openal' 'smbclien

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

2020-06-12 Thread Gaëtan Bisson via arch-commits
Date: Friday, June 12, 2020 @ 21:38:19
  Author: bisson
Revision: 389061

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-12 20:04:32 UTC (rev 389060)
+++ PKGBUILD2020-06-12 21:38:19 UTC (rev 389061)
@@ -5,8 +5,8 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.21.23
-pkgrel=4
+pkgver=0.21.24
+pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
 license=('GPL')
@@ -24,7 +24,7 @@
 'tmpfiles.d'
 'sysusers.d'
 'conf')
-sha256sums=('439f522ca9800f375e4fb459ec31e61b3d824fc5c0580ff06dac48b5d21207a3'
+sha256sums=('84632a7e82e672b3a6d71651a75d05fb7acd62645c33e3f3af5a1067cfa64cd6'
 'SKIP'
 '2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
 '0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'


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

2020-06-10 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 10, 2020 @ 20:14:08
  Author: bisson
Revision: 641841

archrelease: copy trunk to community-x86_64

Added:
  ncdu/repos/community-x86_64/PKGBUILD
(from rev 641840, ncdu/trunk/PKGBUILD)
Deleted:
  ncdu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 20:13:51 UTC (rev 641840)
+++ PKGBUILD2020-06-10 20:14:08 UTC (rev 641841)
@@ -1,28 +0,0 @@
-# Contributor: lp76 
-# Contributor: Daenyth 
-# Maintainer: Gaetan Bisson 
-
-pkgname=ncdu
-pkgver=1.15
-pkgrel=1
-pkgdesc='Disk usage analyzer with an ncurses interface'
-url='https://dev.yorhel.nl/ncdu'
-license=('custom:MIT')
-depends=('ncurses')
-arch=('x86_64')
-validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
-source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('4a593dc5cceb2492a9669f5f5d69d0e517de457a11036788ea4591f33c5297fb'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ncdu/repos/community-x86_64/PKGBUILD (from rev 641840, 
ncdu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 20:14:08 UTC (rev 641841)
@@ -0,0 +1,28 @@
+# Contributor: lp76 
+# Contributor: Daenyth 
+# Maintainer: Gaetan Bisson 
+
+pkgname=ncdu
+pkgver=1.15.1
+pkgrel=1
+pkgdesc='Disk usage analyzer with an ncurses interface'
+url='https://dev.yorhel.nl/ncdu'
+license=('custom:MIT')
+depends=('ncurses')
+arch=('x86_64')
+validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
+source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('b02ddc4dbf1db139cc6fbbe2f54a282770380f0ca5c17089855eab52a9ea3fb0'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-06-10 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 10, 2020 @ 20:13:51
  Author: bisson
Revision: 641840

upstream update

Modified:
  ncdu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 19:08:46 UTC (rev 641839)
+++ PKGBUILD2020-06-10 20:13:51 UTC (rev 641840)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=ncdu
-pkgver=1.15
+pkgver=1.15.1
 pkgrel=1
 pkgdesc='Disk usage analyzer with an ncurses interface'
 url='https://dev.yorhel.nl/ncdu'
@@ -12,7 +12,7 @@
 arch=('x86_64')
 validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
 source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('4a593dc5cceb2492a9669f5f5d69d0e517de457a11036788ea4591f33c5297fb'
+sha256sums=('b02ddc4dbf1db139cc6fbbe2f54a282770380f0ca5c17089855eab52a9ea3fb0'
 'SKIP')
 
 build() {


[arch-commits] Commit in gnupg/repos (9 files)

2020-06-05 Thread Gaëtan Bisson via arch-commits
Date: Friday, June 5, 2020 @ 08:01:39
  Author: bisson
Revision: 388332

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

Added:
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 388331, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/avoid-beta-warning.patch
(from rev 388331, gnupg/repos/testing-x86_64/avoid-beta-warning.patch)
  gnupg/repos/core-x86_64/do-not-rebuild-defsincdate.patch
(from rev 388331, 
gnupg/repos/testing-x86_64/do-not-rebuild-defsincdate.patch)
  gnupg/repos/core-x86_64/drop-import-clean.patch
(from rev 388331, gnupg/repos/testing-x86_64/drop-import-clean.patch)
  gnupg/repos/core-x86_64/install
(from rev 388331, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/core-x86_64/self-sigs-only.patch
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|   76 +
 /install |   31 ++
 core-x86_64/PKGBUILD |   69 --
 core-x86_64/avoid-beta-warning.patch |   56 ++
 core-x86_64/do-not-rebuild-defsincdate.patch |   41 +
 core-x86_64/drop-import-clean.patch  |   54 +
 core-x86_64/install  |   31 --
 core-x86_64/self-sigs-only.patch |   56 --
 8 files changed, 258 insertions(+), 156 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2020-06-05 08:01:02 UTC (rev 388331)
+++ core-x86_64/PKGBUILD2020-06-05 08:01:39 UTC (rev 388332)
@@ -1,69 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.2.20
-pkgrel=2
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='https://www.gnupg.org/'
-license=('GPL')
-arch=('x86_64')
-checkdepends=('openssh')
-makedepends=('libldap' 'libusb-compat' 'pcsclite')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon'
-'pcsclite: scdaemon')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'self-sigs-only.patch')
-sha256sums=('04a7c9d48b74c399168ee8270e548588ddbe52218c337703d7f06373d326ca30'
-'SKIP'
-'0130c43321c16f53ab2290833007212f8a26b1b73bd4edc2b2b1c9db2b2d0218')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-   patch -R -p1 -i ../self-sigs-only.patch
-
-   # remove to ensure this is built for reproducibility
-   rm doc/gnupg.info*
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg "${pkgdir}"/usr/bin/gpg2
-   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
-
-   cd doc/examples/systemd-user
-   for i in *.*; do
-   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
-   done
-}

Copied: gnupg/repos/core-x86_64/PKGBUILD (from rev 388331, 
gnupg/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2020-06-05 08:01:39 UTC (rev 388332)
@@ -0,0 +1,76 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.20
+pkgrel=4
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='https://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+checkdepends=('openssh')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: s

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

2020-06-04 Thread Gaëtan Bisson via arch-commits
Date: Thursday, June 4, 2020 @ 18:46:43
  Author: bisson
Revision: 388298

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 388297, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 388297, iana-etc/repos/testing-any/PKGBUILD)
Deleted:
  iana-etc/repos/core-any/LICENSE
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/testing-any/

---+
 /LICENSE  |1 +
 /PKGBUILD |   51 +++
 core-any/LICENSE  |1 -
 core-any/PKGBUILD |   51 ---
 4 files changed, 52 insertions(+), 52 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2020-06-04 18:46:41 UTC (rev 388297)
+++ core-any/LICENSE2020-06-04 18:46:43 UTC (rev 388298)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 388297, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2020-06-04 18:46:43 UTC (rev 388298)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2020-06-04 18:46:41 UTC (rev 388297)
+++ core-any/PKGBUILD   2020-06-04 18:46:43 UTC (rev 388298)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20200511
-_ports=service-names-port-numbers-${pkgver}
-_protocols=protocol-numbers-20200417
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='https://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
-
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
-'LICENSE')
-sha256sums=('75b1031dc75f3680b880a6db29a11c38fd7cd835f0a95eec758ccec53275a9df'
-'7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
-'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
-
-# Original but unversioned IANA files:
-# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
-# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
-
-package() {
-   cd "${srcdir}"
-
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-   install -Dm644 ${_protocols}.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
-(/ "${pkgdir}/etc/protocols"
-
-   gawk -F"[<>]" '
-BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
-(/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 388297, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2020-06-04 18:46:43 UTC (rev 388298)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20200601
+_ports=service-names-port-numbers-${pkgver}
+_protocols=protocol-numbers-20200417
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
+
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
+'LICENSE')
+sha256sums=('21b3dd5ec7421bf9d68714f6c1c3820b6800010b6e4b1157f18209d2b2f2c52b'
+'7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Original but unversioned IANA files:
+# 
https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml
+# https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
+
+package() {
+   cd "${srcdir}"
+
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 ${_ports}.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+   install -Dm644 ${_protocols}.xml 
&

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

2020-06-04 Thread Gaëtan Bisson via arch-commits
Date: Thursday, June 4, 2020 @ 18:46:41
  Author: bisson
Revision: 388297

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

Added:
  libksba/repos/core-x86_64/PKGBUILD
(from rev 388296, libksba/repos/testing-x86_64/PKGBUILD)
Deleted:
  libksba/repos/core-x86_64/PKGBUILD
  libksba/repos/testing-x86_64/

--+
 /PKGBUILD|   31 +++
 core-x86_64/PKGBUILD |   31 ---
 2 files changed, 31 insertions(+), 31 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2020-06-04 17:51:39 UTC (rev 388296)
+++ core-x86_64/PKGBUILD2020-06-04 18:46:41 UTC (rev 388297)
@@ -1,31 +0,0 @@
-# Maintainer: 
-# Contributor: Damir Perisa 
-
-pkgname=libksba
-pkgver=1.3.5
-pkgrel=2
-pkgdesc="A CMS and X.509 access library"
-arch=(x86_64)
-license=('GPL')
-url="https://www.gnupg.org/related_software/libksba/index.html;
-depends=('bash' 'libgpg-error' 'glibc')
-source=(https://www.gnupg.org/ftp/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-sha1sums=('a98385734a0c3f5b713198e8d6e6e4aeb0b76fde'
-  'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-   cd $pkgname-$pkgver
-   make check
-}  
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libksba/repos/core-x86_64/PKGBUILD (from rev 388296, 
libksba/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2020-06-04 18:46:41 UTC (rev 388297)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Damir Perisa 
+
+pkgname=libksba
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Library for working with X.509 certificates, CMS data and related 
objects'
+url='https://www.gnupg.org/related_software/libksba/'
+license=('GPL')
+arch=('x86_64')
+depends=('bash' 'libgpg-error' 'glibc')
+source=("https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('bfe6a8e91ff0f54d8a329514db406667000cb207238eded49b599761bfca41b6'
+'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}  
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gnupg/trunk (PKGBUILD gpg-zip.patch)

2020-06-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 3, 2020 @ 23:48:22
  Author: bisson
Revision: 388240

implement FS#66884

Modified:
  gnupg/trunk/PKGBUILD
Deleted:
  gnupg/trunk/gpg-zip.patch

---+
 PKGBUILD  |5 +
 gpg-zip.patch |   27 ---
 2 files changed, 1 insertion(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 23:29:01 UTC (rev 388239)
+++ PKGBUILD2020-06-03 23:48:22 UTC (rev 388240)
@@ -5,7 +5,7 @@
 
 pkgname=gnupg
 pkgver=2.2.20
-pkgrel=3
+pkgrel=4
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='https://www.gnupg.org/'
 license=('GPL')
@@ -22,13 +22,11 @@
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
 
source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'gpg-zip.patch'
 'drop-import-clean.patch'
 'avoid-beta-warning.patch'
 'do-not-rebuild-defsincdate.patch')
 sha256sums=('04a7c9d48b74c399168ee8270e548588ddbe52218c337703d7f06373d326ca30'
 'SKIP'
-'ddcd1f125cb2efda187ef8374a7440b491eb9f338db1772af497e50fdd367eb5'
 '02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc'
 '22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d'
 '01fee1b04358e5dce76894214bb263e9a75cf408eb1277fad5b751ab3d45b87a')
@@ -39,7 +37,6 @@
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../avoid-beta-warning.patch
patch -p1 -i ../drop-import-clean.patch
-   patch -p1 -i ../gpg-zip.patch
 
# improve reproducibility
patch -p1 -i ../do-not-rebuild-defsincdate.patch

Deleted: gpg-zip.patch
===
--- gpg-zip.patch   2020-06-03 23:29:01 UTC (rev 388239)
+++ gpg-zip.patch   2020-06-03 23:48:22 UTC (rev 388240)
@@ -1,27 +0,0 @@
-From 4d07d80b662913de3935829cd783b5b6f38dccd4 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Wed, 3 Jun 2020 23:53:04 +0200
-Subject: [PATCH 1/7] install gpg-zip
-

- tools/Makefile.am | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tools/Makefile.am b/tools/Makefile.am
-index 0c828a7bd..d9aa7d010 100644
 a/tools/Makefile.am
-+++ b/tools/Makefile.am
-@@ -35,8 +35,8 @@ AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS) 
$(LIBASSUAN_CFLAGS)
- sbin_SCRIPTS = addgnupghome applygnupgdefaults
- 
- if HAVE_USTAR
--# bin_SCRIPTS += gpg-zip
--noinst_SCRIPTS = gpg-zip
-+bin_SCRIPTS = gpg-zip
-+# noinst_SCRIPTS = gpg-zip
- endif
- 
- if BUILD_SYMCRYPTRUN
--- 
-2.27.0
-


[arch-commits] Commit in gnupg/repos/testing-x86_64 (11 files)

2020-06-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 3, 2020 @ 23:48:57
  Author: bisson
Revision: 388241

archrelease: copy trunk to testing-x86_64

Added:
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 388240, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/avoid-beta-warning.patch
(from rev 388240, gnupg/trunk/avoid-beta-warning.patch)
  gnupg/repos/testing-x86_64/do-not-rebuild-defsincdate.patch
(from rev 388240, gnupg/trunk/do-not-rebuild-defsincdate.patch)
  gnupg/repos/testing-x86_64/drop-import-clean.patch
(from rev 388240, gnupg/trunk/drop-import-clean.patch)
  gnupg/repos/testing-x86_64/install
(from rev 388240, gnupg/trunk/install)
Deleted:
  gnupg/repos/testing-x86_64/PKGBUILD
  gnupg/repos/testing-x86_64/avoid-beta-warning.patch
  gnupg/repos/testing-x86_64/do-not-rebuild-defsincdate.patch
  gnupg/repos/testing-x86_64/drop-import-clean.patch
  gnupg/repos/testing-x86_64/gpg-zip.patch
  gnupg/repos/testing-x86_64/install

--+
 PKGBUILD |  155 ++---
 avoid-beta-warning.patch |  112 +-
 do-not-rebuild-defsincdate.patch |   82 +--
 drop-import-clean.patch  |  108 -
 gpg-zip.patch|   27 --
 install  |   62 +++---
 6 files changed, 258 insertions(+), 288 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-03 23:48:22 UTC (rev 388240)
+++ PKGBUILD2020-06-03 23:48:57 UTC (rev 388241)
@@ -1,79 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.2.20
-pkgrel=3
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='https://www.gnupg.org/'
-license=('GPL')
-arch=('x86_64')
-checkdepends=('openssh')
-makedepends=('libldap' 'libusb-compat' 'pcsclite')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon'
-'pcsclite: scdaemon')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'gpg-zip.patch'
-'drop-import-clean.patch'
-'avoid-beta-warning.patch'
-'do-not-rebuild-defsincdate.patch')
-sha256sums=('04a7c9d48b74c399168ee8270e548588ddbe52218c337703d7f06373d326ca30'
-'SKIP'
-'ddcd1f125cb2efda187ef8374a7440b491eb9f338db1772af497e50fdd367eb5'
-'02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc'
-'22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d'
-'01fee1b04358e5dce76894214bb263e9a75cf408eb1277fad5b751ab3d45b87a')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../avoid-beta-warning.patch
-   patch -p1 -i ../drop-import-clean.patch
-   patch -p1 -i ../gpg-zip.patch
-
-   # improve reproducibility
-   patch -p1 -i ../do-not-rebuild-defsincdate.patch
-   rm doc/gnupg.info*
-
-   ./autogen.sh
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg "${pkgdir}"/usr/bin/gpg2
-   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
-
-   cd doc/examples/systemd-user
-   for i in *.*; do
-   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
-   done
-}

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 388240, 
gnupg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-03 23:48:57 UTC (rev 388241)
@@ -0,0 +1,76 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.20
+pkgrel=4
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='https://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+checkdepends=('openssh')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+depends=('npth' 'libg

[arch-commits] Commit in gnupg/trunk (6 files)

2020-06-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 3, 2020 @ 23:28:33
  Author: bisson
Revision: 388238

use lighter patch for keyserver import; include a couple of other sensible 
patches to improve reproducibility and remove a misguided warning

Added:
  gnupg/trunk/avoid-beta-warning.patch
  gnupg/trunk/do-not-rebuild-defsincdate.patch
  gnupg/trunk/drop-import-clean.patch
  gnupg/trunk/gpg-zip.patch
Modified:
  gnupg/trunk/PKGBUILD
Deleted:
  gnupg/trunk/self-sigs-only.patch

--+
 PKGBUILD |   22 ++
 avoid-beta-warning.patch |   56 +
 do-not-rebuild-defsincdate.patch |   41 +++
 drop-import-clean.patch  |   54 +++
 gpg-zip.patch|   27 +
 self-sigs-only.patch |   56 -
 6 files changed, 194 insertions(+), 62 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 23:07:02 UTC (rev 388237)
+++ PKGBUILD2020-06-03 23:28:33 UTC (rev 388238)
@@ -5,7 +5,7 @@
 
 pkgname=gnupg
 pkgver=2.2.20
-pkgrel=2
+pkgrel=3
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='https://www.gnupg.org/'
 license=('GPL')
@@ -22,20 +22,30 @@
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
 
source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'self-sigs-only.patch')
+'gpg-zip.patch'
+'drop-import-clean.patch'
+'avoid-beta-warning.patch'
+'do-not-rebuild-defsincdate.patch')
 sha256sums=('04a7c9d48b74c399168ee8270e548588ddbe52218c337703d7f06373d326ca30'
 'SKIP'
-'0130c43321c16f53ab2290833007212f8a26b1b73bd4edc2b2b1c9db2b2d0218')
+'ddcd1f125cb2efda187ef8374a7440b491eb9f338db1772af497e50fdd367eb5'
+'02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc'
+'22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d'
+'01fee1b04358e5dce76894214bb263e9a75cf408eb1277fad5b751ab3d45b87a')
 
 install=install
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-   patch -R -p1 -i ../self-sigs-only.patch
+   patch -p1 -i ../avoid-beta-warning.patch
+   patch -p1 -i ../drop-import-clean.patch
+   patch -p1 -i ../gpg-zip.patch
 
-   # remove to ensure this is built for reproducibility
+   # improve reproducibility
+   patch -p1 -i ../do-not-rebuild-defsincdate.patch
rm doc/gnupg.info*
+
+   ./autogen.sh
 }
 
 build() {

Added: avoid-beta-warning.patch
===
--- avoid-beta-warning.patch(rev 0)
+++ avoid-beta-warning.patch2020-06-03 23:28:33 UTC (rev 388238)
@@ -0,0 +1,56 @@
+From 114ab3037de3b0f9b35cf023b64c8a9b76070065 Mon Sep 17 00:00:00 2001
+From: Debian GnuPG Maintainers 
+Date: Tue, 14 Apr 2015 10:02:31 -0400
+Subject: [PATCH 6/7] avoid beta warning
+
+avoid self-describing as a beta
+
+Using autoreconf against the source as distributed in tarball form
+invariably results in a package that thinks it's a "beta" package,
+which produces the "THIS IS A DEVELOPMENT VERSION" warning string.
+
+since we use dh_autoreconf, i need this patch to avoid producing
+builds that announce themselves as DEVELOPMENT VERSIONs.
+
+See discussion at:
+
+ http://lists.gnupg.org/pipermail/gnupg-devel/2014-November/029065.html
+---
+ autogen.sh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/autogen.sh b/autogen.sh
+index b23855061..9b86d3ff9 100755
+--- a/autogen.sh
 b/autogen.sh
+@@ -229,24 +229,24 @@ if [ "$myhost" = "find-version" ]; then
+ esac
+ 
+ beta=no
+-if [ -e .git ]; then
++if false; then
+   ingit=yes
+   tmp=$(git describe --match "${matchstr1}" --long 2>/dev/null)
+   tmp=$(echo "$tmp" | sed s/^"$package"//)
+   if [ -n "$tmp" ]; then
+   tmp=$(echo "$tmp" | sed s/^"$package"//  \
+ | awk -F- '$3!=0 && $3 !~ /^beta/ {print"-beta"$3}')
+   else
+   tmp=$(git describe --match "${matchstr2}" --long 2>/dev/null \
+ | awk -F- '$4!=0{print"-beta"$4}')
+   fi
+   [ -n "$tmp" ] && beta=yes
+   rev=$(git rev-parse --short HEAD | tr -d '\n\r')
+   rvd=$((0x$(echo ${rev} | dd bs=1 count=4 2>/dev/null)))
+ else
+   ingit=no
+-  beta=yes
+-  tmp="-unknown"
++  beta=no
++  tmp=""
+   rev="000"
+   rvd=

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

2020-06-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 3, 2020 @ 23:29:01
  Author: bisson
Revision: 388239

archrelease: copy trunk to testing-x86_64

Added:
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 388238, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/avoid-beta-warning.patch
(from rev 388238, gnupg/trunk/avoid-beta-warning.patch)
  gnupg/repos/testing-x86_64/do-not-rebuild-defsincdate.patch
(from rev 388238, gnupg/trunk/do-not-rebuild-defsincdate.patch)
  gnupg/repos/testing-x86_64/drop-import-clean.patch
(from rev 388238, gnupg/trunk/drop-import-clean.patch)
  gnupg/repos/testing-x86_64/gpg-zip.patch
(from rev 388238, gnupg/trunk/gpg-zip.patch)
  gnupg/repos/testing-x86_64/install
(from rev 388238, gnupg/trunk/install)

--+
 PKGBUILD |   79 +
 avoid-beta-warning.patch |   56 ++
 do-not-rebuild-defsincdate.patch |   41 +++
 drop-import-clean.patch  |   54 +
 gpg-zip.patch|   27 
 install  |   31 ++
 6 files changed, 288 insertions(+)

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 388238, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-03 23:29:01 UTC (rev 388239)
@@ -0,0 +1,79 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.20
+pkgrel=3
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='https://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+checkdepends=('openssh')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'gpg-zip.patch'
+'drop-import-clean.patch'
+'avoid-beta-warning.patch'
+'do-not-rebuild-defsincdate.patch')
+sha256sums=('04a7c9d48b74c399168ee8270e548588ddbe52218c337703d7f06373d326ca30'
+'SKIP'
+'ddcd1f125cb2efda187ef8374a7440b491eb9f338db1772af497e50fdd367eb5'
+'02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc'
+'22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d'
+'01fee1b04358e5dce76894214bb263e9a75cf408eb1277fad5b751ab3d45b87a')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../avoid-beta-warning.patch
+   patch -p1 -i ../drop-import-clean.patch
+   patch -p1 -i ../gpg-zip.patch
+
+   # improve reproducibility
+   patch -p1 -i ../do-not-rebuild-defsincdate.patch
+   rm doc/gnupg.info*
+
+   ./autogen.sh
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg "${pkgdir}"/usr/bin/gpg2
+   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
+
+   cd doc/examples/systemd-user
+   for i in *.*; do
+   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
+   done
+}

Copied: gnupg/repos/testing-x86_64/avoid-beta-warning.patch (from rev 388238, 
gnupg/trunk/avoid-beta-warning.patch)
===
--- testing-x86_64/avoid-beta-warning.patch (rev 0)
+++ testing-x86_64/avoid-beta-warning.patch 2020-06-03 23:29:01 UTC (rev 
388239)
@@ -0,0 +1,56 @@
+From 114ab3037de3b0f9b35cf023b64c8a9b76070065 Mon Sep 17 00:00:00 2001
+From: Debian GnuPG Maintainers 
+Date: Tue, 14 Apr 2015 10:02:31 -0400
+Subject: [PATCH 6/7] avoid beta warning
+
+avoid self-describing as a beta
+
+Using autoreconf against the source as distributed in tarball form
+invariably results in a package that thinks it's a "beta" package,
+which produces the "

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

2020-06-02 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, June 2, 2020 @ 21:07:49
  Author: bisson
Revision: 388115

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 388114, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 388114, iana-etc/trunk/PKGBUILD)

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

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

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


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

2020-06-02 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, June 2, 2020 @ 21:07:25
  Author: bisson
Revision: 388114

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-02 19:41:28 UTC (rev 388113)
+++ PKGBUILD2020-06-02 21:07:25 UTC (rev 388114)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20200511
+pkgver=20200601
 _ports=service-names-port-numbers-${pkgver}
 _protocols=protocol-numbers-20200417
 pkgrel=1
@@ -14,7 +14,7 @@
 source=("https://sources.archlinux.org/other/packages/iana-etc/${_ports}.xml;
 
"https://sources.archlinux.org/other/packages/iana-etc/${_protocols}.xml;
 'LICENSE')
-sha256sums=('75b1031dc75f3680b880a6db29a11c38fd7cd835f0a95eec758ccec53275a9df'
+sha256sums=('21b3dd5ec7421bf9d68714f6c1c3820b6800010b6e4b1157f18209d2b2f2c52b'
 '7de8f70197974b5238edd5a5a318392d7c262147c7495b7fb64f66b9966d4ec8'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 


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

2020-06-02 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, June 2, 2020 @ 09:56:14
  Author: bisson
Revision: 388073

archrelease: copy trunk to testing-x86_64

Added:
  libksba/repos/testing-x86_64/
  libksba/repos/testing-x86_64/PKGBUILD
(from rev 388072, libksba/trunk/PKGBUILD)

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

Copied: libksba/repos/testing-x86_64/PKGBUILD (from rev 388072, 
libksba/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-02 09:56:14 UTC (rev 388073)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Damir Perisa 
+
+pkgname=libksba
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Library for working with X.509 certificates, CMS data and related 
objects'
+url='https://www.gnupg.org/related_software/libksba/'
+license=('GPL')
+arch=('x86_64')
+depends=('bash' 'libgpg-error' 'glibc')
+source=("https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('bfe6a8e91ff0f54d8a329514db406667000cb207238eded49b599761bfca41b6'
+'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}  
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2020-06-02 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, June 2, 2020 @ 09:55:58
  Author: bisson
Revision: 388072

upstream update

Modified:
  libksba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-02 09:43:45 UTC (rev 388071)
+++ PKGBUILD2020-06-02 09:55:58 UTC (rev 388072)
@@ -1,31 +1,31 @@
-# Maintainer: 
+# Maintainer: Gaetan Bisson 
 # Contributor: Damir Perisa 
 
 pkgname=libksba
-pkgver=1.3.5
-pkgrel=2
-pkgdesc="A CMS and X.509 access library"
-arch=(x86_64)
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Library for working with X.509 certificates, CMS data and related 
objects'
+url='https://www.gnupg.org/related_software/libksba/'
 license=('GPL')
-url="https://www.gnupg.org/related_software/libksba/index.html;
+arch=('x86_64')
 depends=('bash' 'libgpg-error' 'glibc')
-source=(https://www.gnupg.org/ftp/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-sha1sums=('a98385734a0c3f5b713198e8d6e6e4aeb0b76fde'
-  'SKIP')
+source=("https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('bfe6a8e91ff0f54d8a329514db406667000cb207238eded49b599761bfca41b6'
+'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
 }
 
 check() {
-   cd $pkgname-$pkgver
-   make check
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
 }  
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
 }


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

2020-05-31 Thread Gaëtan Bisson via arch-commits
Date: Sunday, May 31, 2020 @ 18:40:36
  Author: bisson
Revision: 387980

archrelease: copy trunk to extra-x86_64

Added:
  bzflag/repos/extra-x86_64/PKGBUILD
(from rev 387979, bzflag/trunk/PKGBUILD)
Deleted:
  bzflag/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-31 18:40:13 UTC (rev 387979)
+++ PKGBUILD2020-05-31 18:40:36 UTC (rev 387980)
@@ -1,29 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Kevin Piche 
-# Contributor: Damir Perisa 
-
-pkgname=bzflag
-pkgver=2.4.18
-pkgrel=3
-pkgdesc='Multiplayer 3D tank battle game'
-url='https://bzflag.org/'
-license=('LGPL')
-arch=('x86_64')
-depends=('curl' 'glew' 'glu' 'sdl2' 'c-ares')
-source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
-sha256sums=('9d0d512f3a09a207ab399a8dc4807224564cdc7a9346b702fec80d5b7918bfbe')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-   cd misc
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 misc/bzflag.desktop 
"${pkgdir}"/usr/share/applications/bzflag.desktop
-   install -Dm644 data/bzflag-48x48.png 
"${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png
-}

Copied: bzflag/repos/extra-x86_64/PKGBUILD (from rev 387979, 
bzflag/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-31 18:40:36 UTC (rev 387980)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Kevin Piche 
+# Contributor: Damir Perisa 
+
+pkgname=bzflag
+pkgver=2.4.20
+pkgrel=1
+pkgdesc='Multiplayer 3D tank battle game'
+url='https://bzflag.org/'
+license=('LGPL')
+arch=('x86_64')
+depends=('curl' 'glew' 'glu' 'sdl2' 'c-ares')
+source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
+sha256sums=('62c9c6175d805b4ac65d328eba8daefa56cc17931f46b42891e4fbe82aee7999')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+   cd misc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 misc/bzflag.desktop 
"${pkgdir}"/usr/share/applications/bzflag.desktop
+   install -Dm644 data/bzflag-48x48.png 
"${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png
+}


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

2020-05-31 Thread Gaëtan Bisson via arch-commits
Date: Sunday, May 31, 2020 @ 18:40:13
  Author: bisson
Revision: 387979

upstream update

Modified:
  bzflag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-31 18:23:13 UTC (rev 387978)
+++ PKGBUILD2020-05-31 18:40:13 UTC (rev 387979)
@@ -3,8 +3,8 @@
 # Contributor: Damir Perisa 
 
 pkgname=bzflag
-pkgver=2.4.18
-pkgrel=3
+pkgver=2.4.20
+pkgrel=1
 pkgdesc='Multiplayer 3D tank battle game'
 url='https://bzflag.org/'
 license=('LGPL')
@@ -11,7 +11,7 @@
 arch=('x86_64')
 depends=('curl' 'glew' 'glu' 'sdl2' 'c-ares')
 
source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
-sha256sums=('9d0d512f3a09a207ab399a8dc4807224564cdc7a9346b702fec80d5b7918bfbe')
+sha256sums=('62c9c6175d805b4ac65d328eba8daefa56cc17931f46b42891e4fbe82aee7999')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2020-05-31 Thread Gaëtan Bisson via arch-commits
Date: Sunday, May 31, 2020 @ 18:22:47
  Author: bisson
Revision: 387977

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-31 18:16:26 UTC (rev 387976)
+++ PKGBUILD2020-05-31 18:22:47 UTC (rev 387977)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=3.4
+pkgver=3.4.1
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('18545ca5c7537268810bec564db9cd3ad1ca98c2a2f23ec243d3bac56cfc0365'
+sha256sums=('782463034ab0135bc8438515191f986db23a79d502154d23a7c07a7574907b7b'
 'SKIP')
 
 build() {


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

2020-05-31 Thread Gaëtan Bisson via arch-commits
Date: Sunday, May 31, 2020 @ 18:23:13
  Author: bisson
Revision: 387978

archrelease: copy trunk to extra-x86_64

Added:
  feh/repos/extra-x86_64/PKGBUILD
(from rev 387977, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-31 18:22:47 UTC (rev 387977)
+++ PKGBUILD2020-05-31 18:23:13 UTC (rev 387978)
@@ -1,31 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=3.4
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats'
-'jpegexiforient: set exif rotation tag')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('18545ca5c7537268810bec564db9cd3ad1ca98c2a2f23ec243d3bac56cfc0365'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr help=1 exif=1 stat64=1 inotify=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 387977, feh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-31 18:23:13 UTC (rev 387978)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=3.4.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats'
+'jpegexiforient: set exif rotation tag')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('782463034ab0135bc8438515191f986db23a79d502154d23a7c07a7574907b7b'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr help=1 exif=1 stat64=1 inotify=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-05-30 Thread Gaëtan Bisson via arch-commits
Date: Saturday, May 30, 2020 @ 18:36:22
  Author: bisson
Revision: 637490

archrelease: copy trunk to community-x86_64

Added:
  ncdu/repos/community-x86_64/PKGBUILD
(from rev 637489, ncdu/trunk/PKGBUILD)
Deleted:
  ncdu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-30 18:36:03 UTC (rev 637489)
+++ PKGBUILD2020-05-30 18:36:22 UTC (rev 637490)
@@ -1,28 +0,0 @@
-# Contributor: lp76 
-# Contributor: Daenyth 
-# Maintainer: Gaetan Bisson 
-
-pkgname=ncdu
-pkgver=1.14.2
-pkgrel=1
-pkgdesc='Disk usage analyzer with an ncurses interface'
-url='https://dev.yorhel.nl/ncdu'
-license=('custom:MIT')
-depends=('ncurses')
-arch=('x86_64')
-validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
-source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('947a7f5c1d0cd4e338e72b4f5bc5e2873651442cec3cb012e04ad2c37152c6b1'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ncdu/repos/community-x86_64/PKGBUILD (from rev 637489, 
ncdu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-30 18:36:22 UTC (rev 637490)
@@ -0,0 +1,28 @@
+# Contributor: lp76 
+# Contributor: Daenyth 
+# Maintainer: Gaetan Bisson 
+
+pkgname=ncdu
+pkgver=1.15
+pkgrel=1
+pkgdesc='Disk usage analyzer with an ncurses interface'
+url='https://dev.yorhel.nl/ncdu'
+license=('custom:MIT')
+depends=('ncurses')
+arch=('x86_64')
+validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
+source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('4a593dc5cceb2492a9669f5f5d69d0e517de457a11036788ea4591f33c5297fb'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-05-30 Thread Gaëtan Bisson via arch-commits
Date: Saturday, May 30, 2020 @ 18:36:03
  Author: bisson
Revision: 637489

upstream update

Modified:
  ncdu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-30 18:24:13 UTC (rev 637488)
+++ PKGBUILD2020-05-30 18:36:03 UTC (rev 637489)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=ncdu
-pkgver=1.14.2
+pkgver=1.15
 pkgrel=1
 pkgdesc='Disk usage analyzer with an ncurses interface'
 url='https://dev.yorhel.nl/ncdu'
@@ -12,7 +12,7 @@
 arch=('x86_64')
 validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
 source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('947a7f5c1d0cd4e338e72b4f5bc5e2873651442cec3cb012e04ad2c37152c6b1'
+sha256sums=('4a593dc5cceb2492a9669f5f5d69d0e517de457a11036788ea4591f33c5297fb'
 'SKIP')
 
 build() {


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

2020-05-30 Thread Gaëtan Bisson via arch-commits
Date: Saturday, May 30, 2020 @ 18:33:52
  Author: bisson
Revision: 387920

fix FS#66840

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-30 16:48:31 UTC (rev 387919)
+++ PKGBUILD2020-05-30 18:33:52 UTC (rev 387920)
@@ -9,6 +9,7 @@
 url='https://www.openssh.com/portable.html'
 license=('custom:BSD')
 arch=('x86_64')
+checkdepends=('inetutils')
 makedepends=('linux-headers' 'libfido2')
 depends=('krb5' 'openssl' 'libedit' 'ldns')
 optdepends=('xorg-xauth: X11 forwarding'


[arch-commits] Commit in openssh/repos (17 files)

2020-05-27 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 27, 2020 @ 20:33:16
  Author: bisson
Revision: 387731

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

Added:
  openssh/repos/core-x86_64/PKGBUILD
(from rev 387730, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/PKGBUILD.snap
(from rev 387730, openssh/repos/testing-x86_64/PKGBUILD.snap)
  openssh/repos/core-x86_64/glibc-2.31.patch
(from rev 387730, openssh/repos/testing-x86_64/glibc-2.31.patch)
  openssh/repos/core-x86_64/install
(from rev 387730, openssh/repos/testing-x86_64/install)
  openssh/repos/core-x86_64/sshd.conf
(from rev 387730, openssh/repos/testing-x86_64/sshd.conf)
  openssh/repos/core-x86_64/sshd.pam
(from rev 387730, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 387730, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 387730, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/PKGBUILD.snap
  openssh/repos/core-x86_64/glibc-2.31.patch
  openssh/repos/core-x86_64/install
  openssh/repos/core-x86_64/sshd.conf
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |  101 
 /PKGBUILD.snap  |  105 ++
 /glibc-2.31.patch   |  100 
 /install|   32 +++
 /sshd.conf  |1 
 /sshd.pam   |6 ++
 /sshd.service   |   14 +
 /sshdgenkeys.service|   15 +
 core-x86_64/PKGBUILD|  101 
 core-x86_64/PKGBUILD.snap   |  105 --
 core-x86_64/glibc-2.31.patch|  100 
 core-x86_64/install |   32 ---
 core-x86_64/sshd.conf   |1 
 core-x86_64/sshd.pam|6 --
 core-x86_64/sshd.service|   14 -
 core-x86_64/sshdgenkeys.service |   15 -
 16 files changed, 374 insertions(+), 374 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2020-05-27 19:42:06 UTC (rev 387730)
+++ core-x86_64/PKGBUILD2020-05-27 20:33:16 UTC (rev 387731)
@@ -1,101 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-pkgname=openssh
-pkgver=8.2p1
-pkgrel=3
-pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
-url='https://www.openssh.com/portable.html'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('linux-headers' 'git' 'libfido2')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X'
-'libfido2: FIDO/U2F support')
-validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
-#source=("git://anongit.mindrot.org/openssh.git?signed#tag=V_8_2_P1"
-source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sshdgenkeys.service'
-'sshd.service'
-'sshd.conf'
-'sshd.pam'
-'glibc-2.31.patch')
-sha256sums=('43925151e6cf6cee1450190c0e9af4dc36b41c12737619edff8bcebdff64e671'
-'SKIP'
-'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
-'e40f8b7c8e5e2ecf3084b3511a6c36d5b5c9f9e61f2bb13e3726c71dc7d4fbc7'
-'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
-'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846'
-'25b4a4d9e2d9d3289ef30636a30e85fa1c71dd930d5efd712cca1a01a5019f93')
-
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../glibc-2.31.patch
-   autoreconf
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/ssh \
-   --sysconfdir=/etc/ssh \
-   --disable-strip \
-   --with-ldns \
-   --with-libedit \
-   --with-security-key-builtin \
-   --with-ssl-engine \
-   --with-pam \
-   --with-privsep-user=nobody \
-   --with-kerberos5=/usr \
-   --with-xauth=/usr/bin/xauth \
-   --with-md5-passwords \
-   --with-pid-dir=/run \
-   --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \
-
-   make
-}
-
-c

[arch-commits] Commit in openssh/repos (9 files)

2020-05-27 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 27, 2020 @ 07:01:50
  Author: bisson
Revision: 387697

archrelease: copy trunk to testing-x86_64

Added:
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 387696, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/PKGBUILD.snap
(from rev 387696, openssh/trunk/PKGBUILD.snap)
  openssh/repos/testing-x86_64/glibc-2.31.patch
(from rev 387696, openssh/trunk/glibc-2.31.patch)
  openssh/repos/testing-x86_64/install
(from rev 387696, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 387696, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 387696, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 387696, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 387696, openssh/trunk/sshdgenkeys.service)

-+
 PKGBUILD|  101 
 PKGBUILD.snap   |  105 ++
 glibc-2.31.patch|  100 +++
 install |   32 +++
 sshd.conf   |1 
 sshd.pam|6 ++
 sshd.service|   14 ++
 sshdgenkeys.service |   15 +++
 8 files changed, 374 insertions(+)

Copied: openssh/repos/testing-x86_64/PKGBUILD (from rev 387696, 
openssh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-27 07:01:50 UTC (rev 387697)
@@ -0,0 +1,101 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=8.3p1
+pkgrel=1
+pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
+url='https://www.openssh.com/portable.html'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('linux-headers' 'libfido2')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X'
+'libfido2: FIDO/U2F support')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+#source=("git://anongit.mindrot.org/openssh.git?signed#tag=V_8_2_P1"
+source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sshdgenkeys.service'
+'sshd.service'
+'sshd.conf'
+'sshd.pam'
+'glibc-2.31.patch')
+sha256sums=('f2befbe0472fe7eb75d23340eb17531cb6b3aac24075e2066b41f814e12387b2'
+'SKIP'
+'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
+'e40f8b7c8e5e2ecf3084b3511a6c36d5b5c9f9e61f2bb13e3726c71dc7d4fbc7'
+'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
+'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846'
+'25b4a4d9e2d9d3289ef30636a30e85fa1c71dd930d5efd712cca1a01a5019f93')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../glibc-2.31.patch
+   autoreconf
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --disable-strip \
+   --with-ldns \
+   --with-libedit \
+   --with-security-key-builtin \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+   --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Tests require openssh to be already installed system-wide,
+   # also connectivity tests will fail under makechrootpkg since
+# it runs as nobody which has /bin/false as login shell.
+
+   if [[ -e /usr/bin/scp && ! -e /.arch-chroot ]]; then
+   make tests
+   fi
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   ln -sf ssh.1.gz "${pkgdir}"/usr/share/man/man1/slogin.1.gz
+   install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+
+   install -Dm644 ../sshdgenkeys.service 
"${pkgdir}"/usr/lib/systemd/system/sshdgenkeys.service
+   install -Dm644 ../sshd.service 
"${pkgdir}"/usr/lib/systemd/system/sshd.service
+   install -Dm644 ../sshd.conf "${pkgdir}&q

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

2020-05-27 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 27, 2020 @ 07:01:09
  Author: bisson
Revision: 387696

upstream update

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-26 20:11:12 UTC (rev 387695)
+++ PKGBUILD2020-05-27 07:01:09 UTC (rev 387696)
@@ -3,8 +3,8 @@
 # Contributor: judd 
 
 pkgname=openssh
-pkgver=8.2p1
-pkgrel=3
+pkgver=8.3p1
+pkgrel=1
 pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
 url='https://www.openssh.com/portable.html'
 license=('custom:BSD')
@@ -22,7 +22,7 @@
 'sshd.conf'
 'sshd.pam'
 'glibc-2.31.patch')
-sha256sums=('43925151e6cf6cee1450190c0e9af4dc36b41c12737619edff8bcebdff64e671'
+sha256sums=('f2befbe0472fe7eb75d23340eb17531cb6b3aac24075e2066b41f814e12387b2'
 'SKIP'
 '4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
 'e40f8b7c8e5e2ecf3084b3511a6c36d5b5c9f9e61f2bb13e3726c71dc7d4fbc7'


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

2020-05-25 Thread Gaëtan Bisson via arch-commits
Date: Monday, May 25, 2020 @ 23:00:11
  Author: bisson
Revision: 387531

fix FS#66775

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-25 22:57:18 UTC (rev 387530)
+++ PKGBUILD2020-05-25 23:00:11 UTC (rev 387531)
@@ -5,7 +5,7 @@
 pkgname=inkscape
 pkgver=1.0
 _commit=4035a4fb499b37632e8788731a2d3425d5a6bc2a
-pkgrel=3
+pkgrel=4
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -13,6 +13,7 @@
 makedepends=('cmake' 'boost' 'git')
 
 depends=(
+   'aspell'
'dbus-glib'
'double-conversion'
'gc'


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

2020-05-25 Thread Gaëtan Bisson via arch-commits
Date: Monday, May 25, 2020 @ 23:00:27
  Author: bisson
Revision: 387532

archrelease: copy trunk to extra-x86_64

Added:
  inkscape/repos/extra-x86_64/PKGBUILD
(from rev 387531, inkscape/trunk/PKGBUILD)
Deleted:
  inkscape/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-25 23:00:11 UTC (rev 387531)
+++ PKGBUILD2020-05-25 23:00:27 UTC (rev 387532)
@@ -1,69 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: tobias 
-
-pkgname=inkscape
-pkgver=1.0
-_commit=4035a4fb499b37632e8788731a2d3425d5a6bc2a
-pkgrel=3
-pkgdesc='Professional vector graphics editor'
-url='https://inkscape.org/'
-license=('GPL' 'LGPL')
-arch=('x86_64')
-makedepends=('cmake' 'boost' 'git')
-
-depends=(
-   'dbus-glib'
-   'double-conversion'
-   'gc'
-   'gdl'
-   'gsl'
-   'gtkmm3'
-   'gtkspell3'
-   'libcdr'
-   'libjpeg-turbo'
-   'libmagick6'
-   'libvisio'
-   'libxslt'
-   'poppler-glib'
-   'potrace'
-   'python'
-   'ttf-dejavu'
-)
-
-optdepends=(
-   'gvfs: import clip art'
-   'pstoedit: latex formulas'
-   'python-lxml: some extensions'
-   'python-numpy: some extensions'
-   'scour: optimized SVG output, some extensions'
-   'texlive-core: latex formulas'
-)
-
-#source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;)
-source=("git+https://gitlab.com/inkscape/inkscape.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-prepare() {
-   cd "${srcdir}"
-   cd "${pkgname}"
-   git submodule init
-   git submodule update
-}
-
-build() {
-   cd "${srcdir}"
-   mkdir -p build
-   export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
-   cmake -H${pkgname} -Bbuild \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-   -DWITH_DBUS=ON \
-
-   cmake --build build
-}
-
-package() {
-   cd "${srcdir}"
-   DESTDIR="${pkgdir}" cmake --build build --target install
-}

Copied: inkscape/repos/extra-x86_64/PKGBUILD (from rev 387531, 
inkscape/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-25 23:00:27 UTC (rev 387532)
@@ -0,0 +1,70 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=1.0
+_commit=4035a4fb499b37632e8788731a2d3425d5a6bc2a
+pkgrel=4
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+makedepends=('cmake' 'boost' 'git')
+
+depends=(
+   'aspell'
+   'dbus-glib'
+   'double-conversion'
+   'gc'
+   'gdl'
+   'gsl'
+   'gtkmm3'
+   'gtkspell3'
+   'libcdr'
+   'libjpeg-turbo'
+   'libmagick6'
+   'libvisio'
+   'libxslt'
+   'poppler-glib'
+   'potrace'
+   'python'
+   'ttf-font'
+)
+
+optdepends=(
+   'gvfs: import clip art'
+   'pstoedit: latex formulas'
+   'python-lxml: some extensions'
+   'python-numpy: some extensions'
+   'scour: optimized SVG output, some extensions'
+   'texlive-core: latex formulas'
+)
+
+#source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;)
+source=("git+https://gitlab.com/inkscape/inkscape.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+prepare() {
+   cd "${srcdir}"
+   cd "${pkgname}"
+   git submodule init
+   git submodule update
+}
+
+build() {
+   cd "${srcdir}"
+   mkdir -p build
+   export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
+   cmake -H${pkgname} -Bbuild \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+   -DWITH_DBUS=ON \
+
+   cmake --build build
+}
+
+package() {
+   cd "${srcdir}"
+   DESTDIR="${pkgdir}" cmake --build build --target install
+}


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

2020-05-25 Thread Gaëtan Bisson via arch-commits
Date: Monday, May 25, 2020 @ 22:57:18
  Author: bisson
Revision: 387530

archrelease: copy trunk to extra-x86_64

Added:
  mutt/repos/extra-x86_64/PKGBUILD
(from rev 387529, mutt/trunk/PKGBUILD)
Deleted:
  mutt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-25 22:56:42 UTC (rev 387529)
+++ PKGBUILD2020-05-25 22:57:18 UTC (rev 387530)
@@ -1,49 +0,0 @@
-# Contributor: tobias [tobias [at] archlinux.org]
-# Maintainer: Gaetan Bisson 
-
-pkgname=mutt
-pkgver=1.14.1
-pkgrel=1
-pkgdesc='Small but very powerful text-based mail client'
-url='http://www.mutt.org/'
-license=('GPL')
-backup=('etc/Muttrc')
-arch=('x86_64')
-optdepends=('perl: for smime_keys'
-'smtp-forwarder: to send mail')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
-validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
-source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('35d564c335f7364b8a43349fe0115a7cdc8ebf1ba8bf809d3fc51b9828844425'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-debug \
-   --enable-gpgme \
-   --enable-pop \
-   --enable-imap \
-   --enable-smtp \
-   --enable-hcache \
-   --enable-sidebar \
-   --enable-autocrypt \
-   --with-curses=/usr \
-   --with-gss=/usr \
-   --with-ssl=/usr \
-   --with-sqlite3 \
-   --with-sasl \
-   --with-idn2 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/etc/mime.types{,.dist}
-   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
-}

Copied: mutt/repos/extra-x86_64/PKGBUILD (from rev 387529, mutt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-25 22:57:18 UTC (rev 387530)
@@ -0,0 +1,49 @@
+# Contributor: tobias [tobias [at] archlinux.org]
+# Maintainer: Gaetan Bisson 
+
+pkgname=mutt
+pkgver=1.14.2
+pkgrel=1
+pkgdesc='Small but very powerful text-based mail client'
+url='http://www.mutt.org/'
+license=('GPL')
+backup=('etc/Muttrc')
+arch=('x86_64')
+optdepends=('perl: for smime_keys'
+'smtp-forwarder: to send mail')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
+validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
+source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('e22f700e8c57fbc41a642bfd1adca06e6187887c39614a5c38d381a6ac31'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-debug \
+   --enable-gpgme \
+   --enable-pop \
+   --enable-imap \
+   --enable-smtp \
+   --enable-hcache \
+   --enable-sidebar \
+   --enable-autocrypt \
+   --with-curses=/usr \
+   --with-gss=/usr \
+   --with-ssl=/usr \
+   --with-sqlite3 \
+   --with-sasl \
+   --with-idn2 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/etc/mime.types{,.dist}
+   install -Dm644 contrib/gpg.rc "${pkgdir}"/etc/Muttrc.gpg.dist
+}


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

2020-05-25 Thread Gaëtan Bisson via arch-commits
Date: Monday, May 25, 2020 @ 22:56:42
  Author: bisson
Revision: 387529

upstream update

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-25 21:52:22 UTC (rev 387528)
+++ PKGBUILD2020-05-25 22:56:42 UTC (rev 387529)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=mutt
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
@@ -14,7 +14,7 @@
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 
'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 
source=("https://bitbucket.org/mutt/mutt/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('35d564c335f7364b8a43349fe0115a7cdc8ebf1ba8bf809d3fc51b9828844425'
+sha256sums=('e22f700e8c57fbc41a642bfd1adca06e6187887c39614a5c38d381a6ac31'
 'SKIP')
 
 build() {


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

2020-05-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 20, 2020 @ 21:19:22
  Author: bisson
Revision: 630999

archrelease: copy trunk to community-staging-x86_64

Added:
  unbound/repos/community-staging-x86_64/PKGBUILD
(from rev 630998, unbound/trunk/PKGBUILD)
  unbound/repos/community-staging-x86_64/hook
(from rev 630998, unbound/trunk/hook)
  unbound/repos/community-staging-x86_64/sysusers.d
(from rev 630998, unbound/trunk/sysusers.d)
  unbound/repos/community-staging-x86_64/tmpfiles.d
(from rev 630998, unbound/trunk/tmpfiles.d)
Deleted:
  unbound/repos/community-staging-x86_64/PKGBUILD
  unbound/repos/community-staging-x86_64/hook
  unbound/repos/community-staging-x86_64/sysusers.d
  unbound/repos/community-staging-x86_64/tmpfiles.d

+
 PKGBUILD   |  138 +--
 hook   |   20 
 sysusers.d |2 
 tmpfiles.d |2 
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-20 21:18:55 UTC (rev 630998)
+++ PKGBUILD2020-05-20 21:19:22 UTC (rev 630999)
@@ -1,69 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.10.1
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 
'ldns' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
-  '21615A7F2478EA8C27DD26B830918D8275724222')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sysusers.d'
-'tmpfiles.d'
-'hook')
-sha256sums=('b73677c21a71cf92f15cc8cfe76a3d875e40f65b6150081c39620b286582d536'
-'SKIP'
-'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
-'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'afb7a0a5e2da327c27c8f666b1ffaf34689121684c301928624221ac1d0c066a')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-dnscrypt \
-   --enable-dnstap \
-   --enable-pie \
-   --enable-relro-now \
-   --enable-subnet \
-   --enable-systemd \
-   --enable-tfo-client \
-   --enable-tfo-server \
-   --enable-cachedb \
-   --with-libhiredis \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 contrib/unbound.service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
-
-   # Trust anchor file available from within unbound's chroot.
-   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-}

Copied: unbound/repos/community-staging-x86_64/PKGBUILD (from rev 630998, 
unbound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-20 21:19:22 UTC (rev 630999)
@@ -0,0 +1,69 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.10.1
+pkgrel=2
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 
'ldns' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
+  '21615A7F2478EA8C27DD26B830918D8275724222')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+

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

2020-05-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 20, 2020 @ 21:18:55
  Author: bisson
Revision: 630998

rebuild for protobuf-3.12

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-20 21:15:09 UTC (rev 630997)
+++ PKGBUILD2020-05-20 21:18:55 UTC (rev 630998)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')


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

2020-05-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 20, 2020 @ 21:15:09
  Author: bisson
Revision: 630997

archrelease: copy trunk to community-staging-x86_64

Added:
  unbound/repos/community-staging-x86_64/PKGBUILD
(from rev 630996, unbound/trunk/PKGBUILD)
  unbound/repos/community-staging-x86_64/hook
(from rev 630996, unbound/trunk/hook)
  unbound/repos/community-staging-x86_64/sysusers.d
(from rev 630996, unbound/trunk/sysusers.d)
  unbound/repos/community-staging-x86_64/tmpfiles.d
(from rev 630996, unbound/trunk/tmpfiles.d)
Deleted:
  unbound/repos/community-staging-x86_64/PKGBUILD
  unbound/repos/community-staging-x86_64/hook
  unbound/repos/community-staging-x86_64/sysusers.d
  unbound/repos/community-staging-x86_64/tmpfiles.d

+
 PKGBUILD   |  138 +--
 hook   |   20 
 sysusers.d |2 
 tmpfiles.d |2 
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-20 21:09:11 UTC (rev 630996)
+++ PKGBUILD2020-05-20 21:15:09 UTC (rev 630997)
@@ -1,69 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.10.0
-pkgrel=3
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 
'ldns' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
-  '21615A7F2478EA8C27DD26B830918D8275724222')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sysusers.d'
-'tmpfiles.d'
-'hook')
-sha256sums=('152f486578242fe5c36e89995d0440b78d64c05123990aae16246b7f776ce955'
-'SKIP'
-'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
-'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'afb7a0a5e2da327c27c8f666b1ffaf34689121684c301928624221ac1d0c066a')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-dnscrypt \
-   --enable-dnstap \
-   --enable-pie \
-   --enable-relro-now \
-   --enable-subnet \
-   --enable-systemd \
-   --enable-tfo-client \
-   --enable-tfo-server \
-   --enable-cachedb \
-   --with-libhiredis \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 contrib/unbound.service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
-
-   # Trust anchor file available from within unbound's chroot.
-   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-}

Copied: unbound/repos/community-staging-x86_64/PKGBUILD (from rev 630996, 
unbound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-20 21:15:09 UTC (rev 630997)
@@ -0,0 +1,69 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.10.1
+pkgrel=1
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 
'ldns' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
+  '21615A7F2478EA8C27DD26B830918D8275724222')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+

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

2020-05-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 20, 2020 @ 21:09:11
  Author: bisson
Revision: 630996

archrelease: copy trunk to community-x86_64

Added:
  unbound/repos/community-x86_64/PKGBUILD
(from rev 630995, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/hook
(from rev 630995, unbound/trunk/hook)
  unbound/repos/community-x86_64/sysusers.d
(from rev 630995, unbound/trunk/sysusers.d)
  unbound/repos/community-x86_64/tmpfiles.d
(from rev 630995, unbound/trunk/tmpfiles.d)
Deleted:
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/sysusers.d
  unbound/repos/community-x86_64/tmpfiles.d

+
 PKGBUILD   |  138 +--
 hook   |   20 
 sysusers.d |2 
 tmpfiles.d |2 
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-20 21:08:43 UTC (rev 630995)
+++ PKGBUILD2020-05-20 21:09:11 UTC (rev 630996)
@@ -1,69 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.10.0
-pkgrel=2
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 
'ldns' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
-  '21615A7F2478EA8C27DD26B830918D8275724222')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sysusers.d'
-'tmpfiles.d'
-'hook')
-sha256sums=('152f486578242fe5c36e89995d0440b78d64c05123990aae16246b7f776ce955'
-'SKIP'
-'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
-'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'afb7a0a5e2da327c27c8f666b1ffaf34689121684c301928624221ac1d0c066a')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-dnscrypt \
-   --enable-dnstap \
-   --enable-pie \
-   --enable-relro-now \
-   --enable-subnet \
-   --enable-systemd \
-   --enable-tfo-client \
-   --enable-tfo-server \
-   --enable-cachedb \
-   --with-libhiredis \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 contrib/unbound.service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
-
-   # Trust anchor file available from within unbound's chroot.
-   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-}

Copied: unbound/repos/community-x86_64/PKGBUILD (from rev 630995, 
unbound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-20 21:09:11 UTC (rev 630996)
@@ -0,0 +1,69 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.10.1
+pkgrel=1
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 
'ldns' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
+  '21615A7F2478EA8C27DD26B830918D8275724222')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+'hook')
+sha256sums=('b73677c21a71cf92f15cc8cfe76a3d875e40f65b6150081c39620b

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

2020-05-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 20, 2020 @ 21:08:43
  Author: bisson
Revision: 630995

upstream update

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-20 21:03:40 UTC (rev 630994)
+++ PKGBUILD2020-05-20 21:08:43 UTC (rev 630995)
@@ -3,8 +3,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.10.0
-pkgrel=3
+pkgver=1.10.1
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -19,7 +19,7 @@
 'sysusers.d'
 'tmpfiles.d'
 'hook')
-sha256sums=('152f486578242fe5c36e89995d0440b78d64c05123990aae16246b7f776ce955'
+sha256sums=('b73677c21a71cf92f15cc8cfe76a3d875e40f65b6150081c39620b286582d536'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


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

2020-05-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 20, 2020 @ 21:03:01
  Author: bisson
Revision: 630993

rebuild for protobuf-3.12

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-20 20:44:58 UTC (rev 630992)
+++ PKGBUILD2020-05-20 21:03:01 UTC (rev 630993)
@@ -3,7 +3,7 @@
 
 pkgname=collectd
 pkgver=5.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
 arch=('x86_64')


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

2020-05-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 20, 2020 @ 21:03:40
  Author: bisson
Revision: 630994

archrelease: copy trunk to community-staging-x86_64

Added:
  collectd/repos/community-staging-x86_64/PKGBUILD
(from rev 630993, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-x86_64/service
(from rev 630993, collectd/trunk/service)
Deleted:
  collectd/repos/community-staging-x86_64/PKGBUILD
  collectd/repos/community-staging-x86_64/service

--+
 PKGBUILD |  147 +
 service  |   26 +-
 2 files changed, 83 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-20 21:03:01 UTC (rev 630993)
+++ PKGBUILD2020-05-20 21:03:40 UTC (rev 630994)
@@ -1,77 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Gerhard Brauer 
-
-pkgname=collectd
-pkgver=5.10.0
-pkgrel=3
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='https://collectd.org/'
-arch=('x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'mariadb-libs: mysql plugin'
-'systemd-libs: UdevNameAttr option'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'openipmi: ipmi plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'yajl: curl_json plugin'
-'libatasmart: smart plugin'
-'lvm2: lvm plugin'
-'protobuf-c: write_riemann plugin'
-'mosquitto: MQTT plugin'
-'libmicrohttpd: prometheus plugin'
-'librabbitmq-c: amqp plugin')
-
-makedepends=(${optdepends[@]%:*})
-depends=('libltdl' 'iptables' 'libnsl')
-
-source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
-
'https://github.com/collectd/collectd/pull/3344/commits/071af20ddcde3b58ddceacfd6eb95b6756af4323.patch'
-'service')
-sha256sums=('869a6ae404f4b9aa0e830b8639629ddc29ad071b2717ff21bbb6e86d09cb6f58'
-'c859da73801553d2f2d36d53ad4f8f5314dd9be7980c0563eb7ac021a87cd6ae'
-'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
-
-backup=('etc/collectd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../071af20ddcde3b58ddceacfd6eb95b6756af4323.patch
-   ./build.sh
-   sed 's/ -Werror//g' -i configure
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --with-python=/usr/bin/python \
-   --with-perl-bindings='INSTALLDIRS=vendor'
-   make all
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rmdir "${pkgdir}/var/run" # FS#30201
-   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
-   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
-}

Copied: collectd/repos/community-staging-x86_64/PKGBUILD (from rev 630993, 
collectd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-20 21:03:40 UTC (rev 630994)
@@ -0,0 +1,70 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.11.0
+pkgrel=2
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='https://collectd.org/'
+arch=('x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+'mariadb-libs: mysql plugin'
+'systemd-libs: UdevNameAttr option'
+'iproute2: netlink plugin'
+'net-snmp: snmp plugin'
+'libnotify: notify_desktop plugin'
+'openipmi: ipmi plugin'
+'liboping: ping plugin'
+'libpcap: dns plugin'
+'perl: perl plugin'
+'postgresql-libs: po

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

2020-05-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 20, 2020 @ 20:41:48
  Author: bisson
Revision: 630988

archrelease: copy trunk to community-x86_64

Added:
  collectd/repos/community-x86_64/PKGBUILD
(from rev 630987, collectd/trunk/PKGBUILD)
  collectd/repos/community-x86_64/service
(from rev 630987, collectd/trunk/service)
Deleted:
  collectd/repos/community-x86_64/PKGBUILD
  collectd/repos/community-x86_64/service

--+
 PKGBUILD |  147 +
 service  |   26 +-
 2 files changed, 83 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-20 20:41:24 UTC (rev 630987)
+++ PKGBUILD2020-05-20 20:41:48 UTC (rev 630988)
@@ -1,77 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Gerhard Brauer 
-
-pkgname=collectd
-pkgver=5.10.0
-pkgrel=2
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='https://collectd.org/'
-arch=('x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'mariadb-libs: mysql plugin'
-'systemd-libs: UdevNameAttr option'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'openipmi: ipmi plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'yajl: curl_json plugin'
-'libatasmart: smart plugin'
-'lvm2: lvm plugin'
-'protobuf-c: write_riemann plugin'
-'mosquitto: MQTT plugin'
-'libmicrohttpd: prometheus plugin'
-'librabbitmq-c: amqp plugin')
-
-makedepends=(${optdepends[@]%:*})
-depends=('libltdl' 'iptables' 'libnsl')
-
-source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
-
'https://github.com/collectd/collectd/pull/3344/commits/071af20ddcde3b58ddceacfd6eb95b6756af4323.patch'
-'service')
-sha256sums=('869a6ae404f4b9aa0e830b8639629ddc29ad071b2717ff21bbb6e86d09cb6f58'
-'c859da73801553d2f2d36d53ad4f8f5314dd9be7980c0563eb7ac021a87cd6ae'
-'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
-
-backup=('etc/collectd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../071af20ddcde3b58ddceacfd6eb95b6756af4323.patch
-   ./build.sh
-   sed 's/ -Werror//g' -i configure
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --with-python=/usr/bin/python \
-   --with-perl-bindings='INSTALLDIRS=vendor'
-   make all
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rmdir "${pkgdir}/var/run" # FS#30201
-   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
-   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
-}

Copied: collectd/repos/community-x86_64/PKGBUILD (from rev 630987, 
collectd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-20 20:41:48 UTC (rev 630988)
@@ -0,0 +1,70 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.11.0
+pkgrel=1
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='https://collectd.org/'
+arch=('x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+'mariadb-libs: mysql plugin'
+'systemd-libs: UdevNameAttr option'
+'iproute2: netlink plugin'
+'net-snmp: snmp plugin'
+'libnotify: notify_desktop plugin'
+'openipmi: ipmi plugin'
+'liboping: ping plugin'
+'libpcap: dns plugin'
+'perl: perl plugin'
+'postgresql-libs: postgresql plugin'
+'

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

2020-05-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 20, 2020 @ 20:41:24
  Author: bisson
Revision: 630987

upstream update

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-20 20:35:15 UTC (rev 630986)
+++ PKGBUILD2020-05-20 20:41:24 UTC (rev 630987)
@@ -2,8 +2,8 @@
 # Contributor: Gerhard Brauer 
 
 pkgname=collectd
-pkgver=5.10.0
-pkgrel=3
+pkgver=5.11.0
+pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
 arch=('x86_64')
@@ -40,22 +40,13 @@
 makedepends=(${optdepends[@]%:*})
 depends=('libltdl' 'iptables' 'libnsl')
 
-source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
-
'https://github.com/collectd/collectd/pull/3344/commits/071af20ddcde3b58ddceacfd6eb95b6756af4323.patch'
+source=("https://storage.googleapis.com/collectd-tarballs/${pkgname}-${pkgver}.tar.bz2;
 'service')
-sha256sums=('869a6ae404f4b9aa0e830b8639629ddc29ad071b2717ff21bbb6e86d09cb6f58'
-'c859da73801553d2f2d36d53ad4f8f5314dd9be7980c0563eb7ac021a87cd6ae'
+sha256sums=('37b10a806e34aa8570c1cafa6006c604796fae13cc2e1b3e630d33dcba9e5db2'
 'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
 
 backup=('etc/collectd.conf')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../071af20ddcde3b58ddceacfd6eb95b6756af4323.patch
-   ./build.sh
-   sed 's/ -Werror//g' -i configure
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \
@@ -63,8 +54,10 @@
--sysconfdir=/etc \
--localstatedir=/var \
--sbindir=/usr/bin \
+   --disable-werror \
--with-python=/usr/bin/python \
-   --with-perl-bindings='INSTALLDIRS=vendor'
+   --with-perl-bindings='INSTALLDIRS=vendor' \
+
make all
 }
 


[arch-commits] Commit in unbound/repos (5 files)

2020-05-19 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, May 19, 2020 @ 06:54:07
  Author: bisson
Revision: 629798

archrelease: copy trunk to community-staging-x86_64

Added:
  unbound/repos/community-staging-x86_64/
  unbound/repos/community-staging-x86_64/PKGBUILD
(from rev 629797, unbound/trunk/PKGBUILD)
  unbound/repos/community-staging-x86_64/hook
(from rev 629797, unbound/trunk/hook)
  unbound/repos/community-staging-x86_64/sysusers.d
(from rev 629797, unbound/trunk/sysusers.d)
  unbound/repos/community-staging-x86_64/tmpfiles.d
(from rev 629797, unbound/trunk/tmpfiles.d)

+
 PKGBUILD   |   69 +++
 hook   |   10 
 sysusers.d |1 
 tmpfiles.d |1 
 4 files changed, 81 insertions(+)

Copied: unbound/repos/community-staging-x86_64/PKGBUILD (from rev 629797, 
unbound/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-19 06:54:07 UTC (rev 629798)
@@ -0,0 +1,69 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.10.0
+pkgrel=3
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 
'ldns' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
+  '21615A7F2478EA8C27DD26B830918D8275724222')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+'hook')
+sha256sums=('152f486578242fe5c36e89995d0440b78d64c05123990aae16246b7f776ce955'
+'SKIP'
+'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
+'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
+'afb7a0a5e2da327c27c8f666b1ffaf34689121684c301928624221ac1d0c066a')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --disable-rpath \
+   --enable-dnscrypt \
+   --enable-dnstap \
+   --enable-pie \
+   --enable-relro-now \
+   --enable-subnet \
+   --enable-systemd \
+   --enable-tfo-client \
+   --enable-tfo-server \
+   --enable-cachedb \
+   --with-libhiredis \
+   --with-conf-file=/etc/unbound/unbound.conf \
+   --with-pidfile=/run/unbound.pid \
+   --with-rootkey-file=/etc/trusted-key.key \
+   --with-libevent \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 contrib/unbound.service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
+
+   # Trust anchor file available from within unbound's chroot.
+   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
+   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
+}

Copied: unbound/repos/community-staging-x86_64/hook (from rev 629797, 
unbound/trunk/hook)
===
--- community-staging-x86_64/hook   (rev 0)
+++ community-staging-x86_64/hook   2020-05-19 06:54:07 UTC (rev 629798)
@@ -0,0 +1,10 @@
+[Trigger]
+Type = Path
+Target = etc/trusted-key.key
+Operation = Install
+Operation = Upgrade
+
+[Action]
+Description = Updating trusted-key.key for unbound...
+When = PostTransaction
+Exec = /bin/cp -f /etc/trusted-key.key /etc/unbound/

Copied: unbound/repos/community-staging-x86_64/sysusers.d (from rev 629797, 
unbound/trunk/sysusers.d)
===
--- community-staging-x86_64/sysusers.d (rev 0)
+++ community-staging-x86_64/sysusers.d 2020-05-19 06:54:07 UTC (rev 629798)
@@ -0,0 +1 @@
+u unbound - "unbound" /etc/unbound

Copied: unbound/repos/community-staging-x86_64/tmpfiles.d (from rev 629797, 
unbound/trunk/tmpfiles.d)
===
--- commu

  1   2   3   4   5   6   7   8   9   10   >