[arch-commits] Commit in vulkan-validation-layers/repos/extra-x86_64 (2 files)

2020-07-27 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 28, 2020 @ 05:47:06
  Author: lcarlier
Revision: 392605

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-validation-layers/repos/extra-x86_64/PKGBUILD
(from rev 392604, vulkan-validation-layers/trunk/PKGBUILD)
Deleted:
  vulkan-validation-layers/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 05:47:02 UTC (rev 392604)
+++ PKGBUILD2020-07-28 05:47:06 UTC (rev 392605)
@@ -1,54 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-validation-layers
-pkgver=1.2.146
-pkgrel=1
-pkgdesc="Vulkan Validation Layers"
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11)
-makedepends=(cmake python-lxml libx11 libxrandr wayland git)
-options=(debug !strip)
-source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
-#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735;)
-sha256sums=('b14dcf0b5f2410482e3c61192eebe9975bc3bd5005dd8bce36884eaa12e20844')
-
-#pkgver() {
-#  cd "${srcdir}/Vulkan-ValidationLayers"
-#
-#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd "${srcdir}"/Vulkan-ValidationLayers*
-
-  rm -rf build ; mkdir build ; cd build
-  ../scripts/update_deps.py
-  cmake -C helper.cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_INSTALL_INCLUDEDIR="/usr/include/vulkan/" \
--DBUILD_LAYER_SUPPORT_FILES=ON \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Debug \
-..
-  make
-}
-
-package() {
-  groups=('vulkan-devel')
-  cd "${srcdir}"/Vulkan-ValidationLayers*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 "${pkgdir}"/usr/share/{licenses/,doc/}${pkgname}/
-  install -m644 ../docs/* "${pkgdir}"/usr/share/doc/${pkgname}/
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-validation-layers/repos/extra-x86_64/PKGBUILD (from rev 392604, 
vulkan-validation-layers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 05:47:06 UTC (rev 392605)
@@ -0,0 +1,54 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-validation-layers
+pkgver=1.2.146
+pkgrel=2
+pkgdesc="Vulkan Validation Layers"
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11)
+makedepends=(cmake python-lxml libx11 libxrandr wayland git)
+options=(!strip)
+source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
+#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735;)
+sha256sums=('b14dcf0b5f2410482e3c61192eebe9975bc3bd5005dd8bce36884eaa12e20844')
+
+#pkgver() {
+#  cd "${srcdir}/Vulkan-ValidationLayers"
+#
+#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd "${srcdir}"/Vulkan-ValidationLayers*
+
+  rm -rf build ; mkdir build ; cd build
+  ../scripts/update_deps.py
+  cmake -C helper.cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_INSTALL_INCLUDEDIR="/usr/include/vulkan/" \
+-DBUILD_LAYER_SUPPORT_FILES=ON \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+..
+  make
+}
+
+package() {
+  groups=('vulkan-devel')
+  cd "${srcdir}"/Vulkan-ValidationLayers*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 "${pkgdir}"/usr/share/{licenses/,doc/}${pkgname}/
+  install -m644 ../docs/* "${pkgdir}"/usr/share/doc/${pkgname}/
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in vulkan-validation-layers/trunk (PKGBUILD)

2020-07-27 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 28, 2020 @ 05:47:02
  Author: lcarlier
Revision: 392604

upgpkg: vulkan-validation-layers 1.2.146-2: use RelWithDebInfo instead of Debug 
(FS#67319)

Modified:
  vulkan-validation-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 04:15:16 UTC (rev 392603)
+++ PKGBUILD2020-07-28 05:47:02 UTC (rev 392604)
@@ -2,7 +2,7 @@
 
 pkgname=vulkan-validation-layers
 pkgver=1.2.146
-pkgrel=1
+pkgrel=2
 pkgdesc="Vulkan Validation Layers"
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/;
@@ -9,7 +9,7 @@
 license=('custom')
 depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11)
 makedepends=(cmake python-lxml libx11 libxrandr wayland git)
-options=(debug !strip)
+options=(!strip)
 
source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735;)
 sha256sums=('b14dcf0b5f2410482e3c61192eebe9975bc3bd5005dd8bce36884eaa12e20844')
@@ -37,7 +37,7 @@
 -DBUILD_WSI_XCB_SUPPORT=On \
 -DBUILD_WSI_XLIB_SUPPORT=On \
 -DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Debug \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
 ..
   make
 }


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

2020-07-27 Thread Daniel M. Capella via arch-commits
Date: Tuesday, July 28, 2020 @ 05:03:52
  Author: polyzen
Revision: 665611

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 665610, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 05:03:30 UTC (rev 665610)
+++ PKGBUILD2020-07-28 05:03:52 UTC (rev 665611)
@@ -1,42 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Daniel M. Capella 
-# Contributor: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2020.06.16.1
-pkgrel=2
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="https://ytdl-org.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-pycryptodome: for hlsnative downloader')
-source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('fd06c016ce2a8b82a3cee245acc397433ddb54a276bdf8d79bcaddbe194000e0'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
-}
-
-build() {
-  cd ${pkgname}
-  export PYTHONHASHSEED=0
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 665610, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 05:03:52 UTC (rev 665611)
@@ -0,0 +1,42 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Daniel M. Capella 
+# Contributor: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2020.07.28
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="https://ytdl-org.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-pycryptodome: for hlsnative downloader')
+source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('1fb3e34d80400464e55aeeb61256c36468116ad9efe82543b437a777a2efc7c5'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
+}
+
+build() {
+  cd ${pkgname}
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-07-27 Thread Daniel M. Capella via arch-commits
Date: Tuesday, July 28, 2020 @ 05:03:30
  Author: polyzen
Revision: 665610

upgpkg: youtube-dl 2020.07.28-1

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 04:09:52 UTC (rev 665609)
+++ PKGBUILD2020-07-28 05:03:30 UTC (rev 665610)
@@ -3,8 +3,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2020.06.16.1
-pkgrel=2
+pkgver=2020.07.28
+pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/;
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('fd06c016ce2a8b82a3cee245acc397433ddb54a276bdf8d79bcaddbe194000e0'
+sha256sums=('1fb3e34d80400464e55aeeb61256c36468116ad9efe82543b437a777a2efc7c5'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


[arch-commits] Commit in chromium/repos/extra-x86_64 (16 files)

2020-07-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 28, 2020 @ 04:15:16
  Author: foutrelis
Revision: 392603

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 392602, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/avoid-calling-DeleteForCurrentDocument-from-destructor.patch
(from rev 392602, 
chromium/trunk/avoid-calling-DeleteForCurrentDocument-from-destructor.patch)
  chromium/repos/extra-x86_64/chromium-ffmpeg-4.3.patch
(from rev 392602, chromium/trunk/chromium-ffmpeg-4.3.patch)
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
(from rev 392602, chromium/trunk/chromium-fix-vaapi-on-intel.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 392602, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 392602, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/force-mp3-files-to-have-a-start-time-of-zero.patch
(from rev 392602, 
chromium/trunk/force-mp3-files-to-have-a-start-time-of-zero.patch)
  
chromium/repos/extra-x86_64/remove-NotifyError-calls-and-just-send-a-normal-message.patch
(from rev 392602, 
chromium/trunk/remove-NotifyError-calls-and-just-send-a-normal-message.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  
chromium/repos/extra-x86_64/avoid-calling-DeleteForCurrentDocument-from-destructor.patch
  chromium/repos/extra-x86_64/chromium-ffmpeg-4.3.patch
  chromium/repos/extra-x86_64/chromium-fix-vaapi-on-intel.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/force-mp3-files-to-have-a-start-time-of-zero.patch
  
chromium/repos/extra-x86_64/remove-NotifyError-calls-and-just-send-a-normal-message.patch

---+
 PKGBUILD  |  549 --
 avoid-calling-DeleteForCurrentDocument-from-destructor.patch  |  142 +-
 chromium-ffmpeg-4.3.patch |   42 
 chromium-fix-vaapi-on-intel.patch |   80 -
 chromium-skia-harmony.patch   |   28 
 chromium.install  |   32 
 force-mp3-files-to-have-a-start-time-of-zero.patch|   76 -
 remove-NotifyError-calls-and-just-send-a-normal-message.patch |   84 -
 8 files changed, 516 insertions(+), 517 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 04:14:58 UTC (rev 392602)
+++ PKGBUILD2020-07-28 04:15:16 UTC (rev 392603)
@@ -1,275 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=84.0.4147.89
-pkgrel=1
-_launcher_ver=6
-_gcc_patchset=3
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' 'clang' 'lld' 'gn' 'java-runtime-headless'
- 'python2-setuptools')
-optdepends=('pepper-flash: support for Flash content'
-'libpipewire02: WebRTC desktop sharing under Wayland'
-'libva: hardware-accelerated video decode [experimental]'
-'kdialog: needed for file dialogs in KDE'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: for storing passwords in KWallet on KDE desktops')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-remove-NotifyError-calls-and-just-send-a-normal-message.patch
-avoid-calling-DeleteForCurrentDocument-from-destructor.patch
-force-mp3-files-to-have-a-start-time-of-zero.patch
-chromium-ffmpeg-4.3.patch
-chromium-fix-vaapi-on-intel.patch
-chromium-skia-harmony.patch)
-sha256sums=('17970d998c125b40765141f2cd346d1674f05dbd4a28fdcf31f9e3540890c679'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'f77088dd59b170b767ba91c6b410abb778ff2e68553433b24124d398fa4d3ce7'
-'3b10917f646f88ae988ca18be9cbef82025abb6a6e5cb00b77a11077192ce32c'
-

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

2020-07-27 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 28, 2020 @ 04:14:58
  Author: foutrelis
Revision: 392602

upgpkg: chromium 84.0.4147.105-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:56:10 UTC (rev 392601)
+++ PKGBUILD2020-07-28 04:14:58 UTC (rev 392602)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=84.0.4147.89
+pkgver=84.0.4147.105
 pkgrel=1
 _launcher_ver=6
 _gcc_patchset=3
@@ -34,7 +34,7 @@
 chromium-ffmpeg-4.3.patch
 chromium-fix-vaapi-on-intel.patch
 chromium-skia-harmony.patch)
-sha256sums=('17970d998c125b40765141f2cd346d1674f05dbd4a28fdcf31f9e3540890c679'
+sha256sums=('caf4ebeb2a2333454c3067a2534aeecaab5029aa78fc0d8b27f79ad3b9c5ccac'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'f77088dd59b170b767ba91c6b410abb778ff2e68553433b24124d398fa4d3ce7'
 '3b10917f646f88ae988ca18be9cbef82025abb6a6e5cb00b77a11077192ce32c'


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

2020-07-27 Thread Eli Schwartz via arch-commits
Date: Tuesday, July 28, 2020 @ 04:09:21
  Author: eschwartz
Revision: 665608

upgpkg: asciidoc 9.0.2-1

upstream release moves to python3 \o/
adopt package
add testsuite
add new optdepend for graphviz filter, revealed by testsuite

Modified:
  asciidoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 03:44:57 UTC (rev 665607)
+++ PKGBUILD2020-07-28 04:09:21 UTC (rev 665608)
@@ -1,3 +1,5 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Pritz 
 # Contributor: Chris Brannon 
 # Contributor: Geoffroy Carrier 
 # Contributor: Dan McGee 
@@ -4,17 +6,18 @@
 # Contributor: Jaroslaw Rosiek 
 # Contributor: Darwin Bautista 
 # Contributor: Daniel J Griffiths 
-# Maintainer: Florian Pritz 
 
 pkgname=asciidoc
-pkgver=8.6.10
-pkgrel=2
+pkgver=9.0.2
+pkgrel=1
 pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
 arch=('any')
-url='https://www.methods.co.nz/asciidoc/'
+url='https://asciidoc.org/'
 license=('GPL')
-depends=('python2' 'libxslt' 'docbook-xsl')
-optdepends=('lilypond: music-filter'
+depends=('python' 'libxslt' 'docbook-xsl')
+checkdepends=('dblatex' 'graphviz' 'lilypond' 'source-highlight')
+optdepends=('graphviz: graphviz-filter'
+'lilypond: music-filter'
 'imagemagick: music-filter'
 'source-highlight: source-highlight-filter'
 'dblatex: pdf generation'
@@ -21,46 +24,41 @@
 'fop: alternative pdf generation'
 'w3m: text generation'
 'lynx: alternative text generation')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/asciidoc/asciidoc/archive/${pkgver}.tar.gz;)
-md5sums=('4e69960f4d431780e9828f53417d8d7a')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/asciidoc/asciidoc-py3/archive/${pkgver}.tar.gz;)
+sha256sums=('ea73425151f56f278433e442f8b5085599765fa120574db65e6d053eb52927e2')
+b2sums=('5f5deca6b8c15d4b86e2bd6fdb131908eecd862a5fdbbd8418937050d335a25ad012a3b1bc716379f5623db676176fc6da1a09691c2b42a213a6230281626b69')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-py3-${pkgver}
 
-  # python2 fix
-  #for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
- #filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
-   #sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  #done
-  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
-  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
-  #sed -i -e 's/{python}/{python2}/g' \
- #-e 's#{language@python:py:#{language@python2:py:#' \
- #filters/source/source-highlight-filter.conf \
- #html5.conf xhtml11.conf xhtml11-quirks.conf
-  #sed -i -e "s#'python'#'python2'#g" filters/code/code-filter.py
-  sed -i -e 's#python a2x.py#python2 a2x.py#' Makefile.in
+  autoconf
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-py3-${pkgver}
 
-  autoconf
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc
+  make manpages
 }
 
+check() {
+  cd ${pkgname}-py3-${pkgver}
+
+  # this overrides the mocked time in the test
+  # https://github.com/asciidoc/asciidoc-py3/issues/131
+  env -u SOURCE_DATE_EPOCH make test
+}
+
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-py3-${pkgver}
 
-  make install DESTDIR=${pkgdir}
-  make docs DESTDIR=${pkgdir}
+  make install DESTDIR="${pkgdir}"
+  make docs DESTDIR="${pkgdir}"
 
+  # junk files: https://github.com/asciidoc/asciidoc-py3/issues/133
+  rm -v "${pkgdir}"/usr/share/doc/asciidoc/doc/*.{md5,svg,png}
   install -Dm644 asciidocapi.py \
-${pkgdir}/usr/lib/python2.7/site-packages/asciidocapi.py
-
-  # fix FS#21579 - [asciidoc] 8.6.2-2 "asciidoc" table style doesn't work 
(mismatched python version)
-  #sed -i 's/python/python2/' \
-#${pkgdir}/etc/asciidoc/asciidoc.conf
+"${pkgdir}/$(python -c 'import sysconfig; 
print(sysconfig.get_paths()["platlib"])')"/asciidocapi.py
 }


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

2020-07-27 Thread Eli Schwartz via arch-commits
Date: Tuesday, July 28, 2020 @ 04:09:52
  Author: eschwartz
Revision: 665609

archrelease: copy trunk to community-any

Added:
  asciidoc/repos/community-any/PKGBUILD
(from rev 665608, asciidoc/trunk/PKGBUILD)
Deleted:
  asciidoc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 04:09:21 UTC (rev 665608)
+++ PKGBUILD2020-07-28 04:09:52 UTC (rev 665609)
@@ -1,66 +0,0 @@
-# Contributor: Chris Brannon 
-# Contributor: Geoffroy Carrier 
-# Contributor: Dan McGee 
-# Contributor: Jaroslaw Rosiek 
-# Contributor: Darwin Bautista 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Florian Pritz 
-
-pkgname=asciidoc
-pkgver=8.6.10
-pkgrel=2
-pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
-arch=('any')
-url='https://www.methods.co.nz/asciidoc/'
-license=('GPL')
-depends=('python2' 'libxslt' 'docbook-xsl')
-optdepends=('lilypond: music-filter'
-'imagemagick: music-filter (used in conjunction with lilypond)'
-'source-highlight: source-highlight-filter'
-'dblatex: pdf generation'
-'fop: alternative pdf generation'
-'lynx: text generation'
-'w3m: text generation (alternative to lynx)')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/asciidoc/asciidoc/archive/${pkgver}.tar.gz;)
-md5sums=('4e69960f4d431780e9828f53417d8d7a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # python2 fix
-  #for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
- #filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
-   #sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  #done
-  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
-  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
-  #sed -i -e 's/{python}/{python2}/g' \
- #-e 's#{language@python:py:#{language@python2:py:#' \
- #filters/source/source-highlight-filter.conf \
- #html5.conf xhtml11.conf xhtml11-quirks.conf
-  #sed -i -e "s#'python'#'python2'#g" filters/code/code-filter.py
-  sed -i -e 's#python a2x.py#python2 a2x.py#' Makefile.in
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  autoconf
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make install DESTDIR=${pkgdir}
-  make docs DESTDIR=${pkgdir}
-
-  install -Dm644 asciidocapi.py \
-${pkgdir}/usr/lib/python2.7/site-packages/asciidocapi.py
-
-  # fix FS#21579 - [asciidoc] 8.6.2-2 "asciidoc" table style doesn't work 
(mismatched python version) 
-  #sed -i 's/python/python2/' \
-#${pkgdir}/etc/asciidoc/asciidoc.conf
-}

Copied: asciidoc/repos/community-any/PKGBUILD (from rev 665608, 
asciidoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 04:09:52 UTC (rev 665609)
@@ -0,0 +1,64 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Florian Pritz 
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Dan McGee 
+# Contributor: Jaroslaw Rosiek 
+# Contributor: Darwin Bautista 
+# Contributor: Daniel J Griffiths 
+
+pkgname=asciidoc
+pkgver=9.0.2
+pkgrel=1
+pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
+arch=('any')
+url='https://asciidoc.org/'
+license=('GPL')
+depends=('python' 'libxslt' 'docbook-xsl')
+checkdepends=('dblatex' 'graphviz' 'lilypond' 'source-highlight')
+optdepends=('graphviz: graphviz-filter'
+'lilypond: music-filter'
+'imagemagick: music-filter'
+'source-highlight: source-highlight-filter'
+'dblatex: pdf generation'
+'fop: alternative pdf generation'
+'w3m: text generation'
+'lynx: alternative text generation')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/asciidoc/asciidoc-py3/archive/${pkgver}.tar.gz;)
+sha256sums=('ea73425151f56f278433e442f8b5085599765fa120574db65e6d053eb52927e2')
+b2sums=('5f5deca6b8c15d4b86e2bd6fdb131908eecd862a5fdbbd8418937050d335a25ad012a3b1bc716379f5623db676176fc6da1a09691c2b42a213a6230281626b69')
+
+prepare() {
+  cd ${pkgname}-py3-${pkgver}
+
+  autoconf
+}
+
+build() {
+  cd ${pkgname}-py3-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make manpages
+}
+
+check() {
+  cd ${pkgname}-py3-${pkgver}
+
+  # this overrides the mocked time in the test
+  # https://github.com/asciidoc/asciidoc-py3/issues/131
+  env -u SOURCE_DATE_EPOCH make test
+}
+
+package() {
+  cd ${pkgname}-py3-${pkgver}
+
+  make install DESTDIR="${pkgdir}"
+  make docs DESTDIR="${pkgdir}"
+
+  # junk files: 

[arch-commits] Commit in keycloak/repos/community-any (12 files)

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 03:44:57
  Author: svenstaro
Revision: 665607

archrelease: copy trunk to community-any

Added:
  keycloak/repos/community-any/PKGBUILD
(from rev 665606, keycloak/trunk/PKGBUILD)
  keycloak/repos/community-any/keycloak.service
(from rev 665606, keycloak/trunk/keycloak.service)
  keycloak/repos/community-any/keycloak.sysusers
(from rev 665606, keycloak/trunk/keycloak.sysusers)
  keycloak/repos/community-any/keycloak.tmpfiles
(from rev 665606, keycloak/trunk/keycloak.tmpfiles)
  keycloak/repos/community-any/layers.conf
(from rev 665606, keycloak/trunk/layers.conf)
  keycloak/repos/community-any/postgresql-module.xml
(from rev 665606, keycloak/trunk/postgresql-module.xml)
Deleted:
  keycloak/repos/community-any/PKGBUILD
  keycloak/repos/community-any/keycloak.service
  keycloak/repos/community-any/keycloak.sysusers
  keycloak/repos/community-any/keycloak.tmpfiles
  keycloak/repos/community-any/layers.conf
  keycloak/repos/community-any/postgresql-module.xml

---+
 PKGBUILD  |  161 ++--
 keycloak.service  |   54 
 keycloak.sysusers |2 
 keycloak.tmpfiles |   10 +-
 layers.conf   |2 
 postgresql-module.xml |   24 +++
 6 files changed, 121 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 03:44:47 UTC (rev 665606)
+++ PKGBUILD2020-07-28 03:44:57 UTC (rev 665607)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Nikita Volodin 
-
-pkgname=keycloak
-pkgver=10.0.2
-_postgresql_jdbc=42.2.14
-pkgrel=3
-pkgdesc="Open Source Identity and Access Management For Modern Applications 
and Services"
-arch=('any')
-url="https://www.keycloak.org/;
-license=('Apache')
-depends=('java-runtime>=8' 'grep' 'bash' 'coreutils' 'util-linux')
-makedepends=('maven' 'git' 'java-environment=8')
-backup=(
-  opt/keycloak/standalone/configuration/application-roles.properties
-  opt/keycloak/standalone/configuration/application-users.properties
-  opt/keycloak/standalone/configuration/logging.properties
-  opt/keycloak/standalone/configuration/mgmt-groups.properties
-  opt/keycloak/standalone/configuration/mgmt-users.properties
-  opt/keycloak/standalone/configuration/standalone-ha.xml
-  opt/keycloak/standalone/configuration/standalone.xml
-)
-options=(emptydirs)
-source=(https://github.com/keycloak/keycloak/archive/$pkgver/$pkgname-$pkgver.tar.gz
-keycloak.service
-keycloak.sysusers
-keycloak.tmpfiles
-layers.conf
-postgresql-module.xml
-https://jdbc.postgresql.org/download/postgresql-${_postgresql_jdbc}.jar
-https://github.com/keycloak/keycloak/pull/7138.patch
-https://github.com/keycloak/keycloak/pull/7030.patch)
-sha512sums=('ae9bb4374622c426dfbf63680d3a212551677a3389d6dd93a87bc5bc1056e47c1c68da94b7d48197f3e5c2f4987d49e7debfc891d965e81723c6fd73a7aa847f'
-
'dd10a38e4c8867de6d1fcbb4939c6c5946684842462eba3d5355bf1de13fa059edfd5eba37adce587c824ddd618b6bb88d4bbe1ee568ca5abd0f72296da3ddfe'
-
'c53b734598ccf675930754514bd2af628355025197e77541e5acb8718629a8ece763c814e8373278758a30475e6a716febeff10bdebf0847d914bc193e732c79'
-
'9382b42f09040e34fe1a27d9ff4fb87cabd41525ca26f8ea9629df0169cf93d95cc4bb62bcc5c2ca30efdfd7eeeb13a6f090df9a05823baf701ba729a47f6fd1'
-
'd54a04c120edb933c4f7168460bd813ff92a4e3771cedcabfeeb76c5d3e057b3cd0d0486dc11ddbd91e8d87ca90193e4c74cc3414e45106dd556d455ac7e60b2'
-
'5eece4f3eb57372969f0e5319804198b546455828e938ff7f37bbcfb58be08efde43a5b0376c98f359c4bc5eb069e0cd9410daefe19da1c03e9e9c57d3c1b75b'
-
'd83b2b3a782d8cea341a03f3af0d24355885c5fcf377c71449d4cfa7e0362c483e6f66c2c73b76fcfe833761b4c38d2f22c6a60469efce21c8f175b1336b467d'
-
'd0f3db11e43071a6a7986a11ca155dbb109356d29bf9db6f6bbb36f4d4fa53f3079e83e9273d9c0bd0510a0f2e8830d3b41409e71c8e37ec1fc842567716c0c1'
-
'4cc035cc91917aa78fc868758b828dbee034c40799e0b9eca97bcd8cf708bf988bbc5d98e3e7a37ff1e1cbc7fedf9c458250f4f7f92d977b2b6d1ab71fa138d8')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i "$srcdir"/7138.patch
-  patch -Np1 -i "$srcdir"/7030.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export PATH="/usr/lib/jvm/java-8-openjdk/bin:$PATH"
-  mvn -Pdistribution \
--pl distribution/server-dist \
--am \
--Dmaven.test.skip \
-clean install
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir/opt"
-  cp -r "distribution/server-dist/target/keycloak-$pkgver" 
"$pkgdir/opt/keycloak"
-  install -Dm 644 "$srcdir"/layers.conf -t "$pkgdir/opt/keycloak/modules"
-  install -d "$pkgdir"/opt/keycloak/standalone/{data,log}
-
-  install -Dm644 "$srcdir"/postgresql-${_postgresql_jdbc}.jar 
"$pkgdir"/opt/keycloak/modules/system/layers/keycloak/org/postgresql/main/postgresql-${_postgresql_jdbc}.jar
-  sed 

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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 03:44:47
  Author: svenstaro
Revision: 665606

upgpkg: keycloak 11.0.0-1

Modified:
  keycloak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 03:03:26 UTC (rev 665605)
+++ PKGBUILD2020-07-28 03:44:47 UTC (rev 665606)
@@ -2,9 +2,9 @@
 # Contributor: Nikita Volodin 
 
 pkgname=keycloak
-pkgver=10.0.2
+pkgver=11.0.0
 _postgresql_jdbc=42.2.14
-pkgrel=3
+pkgrel=1
 pkgdesc="Open Source Identity and Access Management For Modern Applications 
and Services"
 arch=('any')
 url="https://www.keycloak.org/;
@@ -27,26 +27,15 @@
 keycloak.tmpfiles
 layers.conf
 postgresql-module.xml
-https://jdbc.postgresql.org/download/postgresql-${_postgresql_jdbc}.jar
-https://github.com/keycloak/keycloak/pull/7138.patch
-https://github.com/keycloak/keycloak/pull/7030.patch)
-sha512sums=('ae9bb4374622c426dfbf63680d3a212551677a3389d6dd93a87bc5bc1056e47c1c68da94b7d48197f3e5c2f4987d49e7debfc891d965e81723c6fd73a7aa847f'
+
https://jdbc.postgresql.org/download/postgresql-${_postgresql_jdbc}.jar)
+sha512sums=('27580cbb77fbed1efe284cc25c837b5b235179055bd711eb6ce71aa76637fa02610e001426b446d6d59301dfeb6e8e1be0e89e32c44c0bb44390393c2dd3a64e'
 
'dd10a38e4c8867de6d1fcbb4939c6c5946684842462eba3d5355bf1de13fa059edfd5eba37adce587c824ddd618b6bb88d4bbe1ee568ca5abd0f72296da3ddfe'
 
'c53b734598ccf675930754514bd2af628355025197e77541e5acb8718629a8ece763c814e8373278758a30475e6a716febeff10bdebf0847d914bc193e732c79'
 
'9382b42f09040e34fe1a27d9ff4fb87cabd41525ca26f8ea9629df0169cf93d95cc4bb62bcc5c2ca30efdfd7eeeb13a6f090df9a05823baf701ba729a47f6fd1'
 
'd54a04c120edb933c4f7168460bd813ff92a4e3771cedcabfeeb76c5d3e057b3cd0d0486dc11ddbd91e8d87ca90193e4c74cc3414e45106dd556d455ac7e60b2'
 
'5eece4f3eb57372969f0e5319804198b546455828e938ff7f37bbcfb58be08efde43a5b0376c98f359c4bc5eb069e0cd9410daefe19da1c03e9e9c57d3c1b75b'
-
'd83b2b3a782d8cea341a03f3af0d24355885c5fcf377c71449d4cfa7e0362c483e6f66c2c73b76fcfe833761b4c38d2f22c6a60469efce21c8f175b1336b467d'
-
'd0f3db11e43071a6a7986a11ca155dbb109356d29bf9db6f6bbb36f4d4fa53f3079e83e9273d9c0bd0510a0f2e8830d3b41409e71c8e37ec1fc842567716c0c1'
-
'4cc035cc91917aa78fc868758b828dbee034c40799e0b9eca97bcd8cf708bf988bbc5d98e3e7a37ff1e1cbc7fedf9c458250f4f7f92d977b2b6d1ab71fa138d8')
+
'd83b2b3a782d8cea341a03f3af0d24355885c5fcf377c71449d4cfa7e0362c483e6f66c2c73b76fcfe833761b4c38d2f22c6a60469efce21c8f175b1336b467d')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i "$srcdir"/7138.patch
-  patch -Np1 -i "$srcdir"/7030.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 


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

2020-07-27 Thread Jiachen Yang via arch-commits
Date: Tuesday, July 28, 2020 @ 03:03:26
  Author: farseerfc
Revision: 665605

archrelease: copy trunk to community-x86_64

Added:
  pdfpc/repos/community-x86_64/PKGBUILD
(from rev 665604, pdfpc/trunk/PKGBUILD)
Deleted:
  pdfpc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 03:02:53 UTC (rev 665604)
+++ PKGBUILD2020-07-28 03:03:26 UTC (rev 665605)
@@ -1,35 +0,0 @@
-# Maintainer: Jiachen Yang 
-# Contributor: Andreas Bilke 
-
-pkgname=pdfpc
-pkgver=4.4.0
-_pkgver=${pkgver}
-pkgrel=1
-pkgdesc='A presenter console with multi-monitor support for PDF files'
-arch=('x86_64')
-url='https://pdfpc.github.io/'
-license=('GPL')
-depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
-optdepends=('gst-plugins-good: more codecs for video playback support'
-'gst-libav: more codecs for video playback support')
-makedepends=('cmake' 'vala')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)
-
-sha256sums=('5fc457b081cdf02708436bb708940fd6b689e03fc336d3faab652f0b85592c00')
-
-#prepare() {
-#cd "$srcdir/$pkgname-$_pkgver"
-#}
-
-build() {
-cd "$srcdir/$pkgname-$_pkgver"
-cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$_pkgver"
-make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: pdfpc/repos/community-x86_64/PKGBUILD (from rev 665604, 
pdfpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 03:03:26 UTC (rev 665605)
@@ -0,0 +1,36 @@
+# Maintainer: Jiachen Yang 
+# Contributor: Andreas Bilke 
+
+pkgname=pdfpc
+pkgver=4.4.0
+_pkgver=${pkgver}
+pkgrel=2
+pkgdesc='A presenter console with multi-monitor support for PDF files'
+arch=('x86_64')
+url='https://pdfpc.github.io/'
+license=('GPL')
+depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
+optdepends=('gst-plugin-gtk: for video playback'
+'gst-plugins-good: more codecs for video playback support'
+'gst-libav: more codecs for video playback support')
+makedepends=('cmake' 'vala')
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)
+
+sha256sums=('5fc457b081cdf02708436bb708940fd6b689e03fc336d3faab652f0b85592c00')
+
+#prepare() {
+#cd "$srcdir/$pkgname-$_pkgver"
+#}
+
+build() {
+cd "$srcdir/$pkgname-$_pkgver"
+cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$_pkgver"
+make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=4 sw=4 et:


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

2020-07-27 Thread Jiachen Yang via arch-commits
Date: Tuesday, July 28, 2020 @ 03:02:53
  Author: farseerfc
Revision: 665604

upgpkg: pdfpc 4.4.0-2: pdfpc 4.4.0-2 add gst-plugin-gtk as new optdepends, per 
upstream https://github.com/pdfpc/pdfpc/blob/master/FAQ.rst

Modified:
  pdfpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 02:11:53 UTC (rev 665603)
+++ PKGBUILD2020-07-28 03:02:53 UTC (rev 665604)
@@ -4,13 +4,14 @@
 pkgname=pdfpc
 pkgver=4.4.0
 _pkgver=${pkgver}
-pkgrel=1
+pkgrel=2
 pkgdesc='A presenter console with multi-monitor support for PDF files'
 arch=('x86_64')
 url='https://pdfpc.github.io/'
 license=('GPL')
 depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
-optdepends=('gst-plugins-good: more codecs for video playback support'
+optdepends=('gst-plugin-gtk: for video playback'
+'gst-plugins-good: more codecs for video playback support'
 'gst-libav: more codecs for video playback support')
 makedepends=('cmake' 'vala')
 
source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 02:11:53
  Author: svenstaro
Revision: 665603

Quote srcdir

Modified:
  python-tensorflow-estimator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 02:11:39 UTC (rev 665602)
+++ PKGBUILD2020-07-28 02:11:53 UTC (rev 665603)
@@ -3,7 +3,7 @@
 
 pkgname=python-tensorflow-estimator
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning 
programming"
 url="https://github.com/tensorflow/estimator;
 license=('APACHE')
@@ -31,6 +31,6 @@
 package() {
   cd estimator-${pkgver}
 
-  WHEEL_PACKAGE=$(find ${srcdir}/estimator_pip -name "tensor*.whl")
+  WHEEL_PACKAGE=$(find "$srcdir"/estimator_pip -name "tensor*.whl")
   pip install --ignore-installed --upgrade --root "$pkgdir"/ $WHEEL_PACKAGE 
--no-dependencies
 }


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 02:11:39
  Author: svenstaro
Revision: 665602

Quote pkgdir

Modified:
  scummvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 02:08:50 UTC (rev 665601)
+++ PKGBUILD2020-07-28 02:11:39 UTC (rev 665602)
@@ -37,6 +37,6 @@
 
 package() {
   cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
   install -Dm644 dists/${pkgname}.desktop 
"${pkgdir}"/usr/share/applications/${pkgname}.desktop
 }


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 02:08:50
  Author: svenstaro
Revision: 665601

archrelease: copy trunk to community-x86_64

Added:
  frogatto/repos/community-x86_64/PKGBUILD
(from rev 665600, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-x86_64/fbsd-fixes.patch
(from rev 665600, frogatto/trunk/fbsd-fixes.patch)
  frogatto/repos/community-x86_64/frogatto-boost-1.70.patch
(from rev 665600, frogatto/trunk/frogatto-boost-1.70.patch)
  frogatto/repos/community-x86_64/frogatto.desktop
(from rev 665600, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-x86_64/launcher
(from rev 665600, frogatto/trunk/launcher)
Deleted:
  frogatto/repos/community-x86_64/PKGBUILD
  frogatto/repos/community-x86_64/fbsd-fixes.patch
  frogatto/repos/community-x86_64/frogatto-boost-1.70.patch
  frogatto/repos/community-x86_64/frogatto.desktop
  frogatto/repos/community-x86_64/launcher

---+
 PKGBUILD  |  110 ++---
 fbsd-fixes.patch  |  226 ++--
 frogatto-boost-1.70.patch |   74 +++---
 frogatto.desktop  |   22 ++--
 launcher  |6 -
 5 files changed, 219 insertions(+), 219 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 02:08:39 UTC (rev 665600)
+++ PKGBUILD2020-07-28 02:08:50 UTC (rev 665601)
@@ -1,55 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Federico CInelli 
-# Contributor: Tom Wambold 
-
-pkgname='frogatto'
-arch=('x86_64')
-pkgver=1.3.1
-pkgrel=31
-pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
-url="http://www.frogatto.com;
-license=('GPL')
-depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
-makedepends=('mesa' 'boost')
-source=("$pkgname-$pkgver.tgz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz;
-launcher
-frogatto.desktop
-fbsd-fixes.patch
-frogatto-boost-1.70.patch)
-md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
- '9ed2c9ea59e95fe3c0b3ad49e58f8890'
- 'e31563b04748a39292a59aaad633ff58'
- 'f3a4cb8492ce71a9d8895ce9d15b0714'
- 'c7c5a084ac3915a446fc26389a714289')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../fbsd-fixes.patch
-  patch -p0 -i ../frogatto-boost-1.70.patch # Fix build with boost 1.70 
(freebsd)
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i 's/-Werror //' Makefile
-  sed -i 's/ccache //g' Makefile
-  sed -i 's/-lprofiler//g' Makefile
-  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
-  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
-  make game server
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
-  install -Dm 755 "server" "$pkgdir/opt/frogatto/server"
-  install -Dm 644 "src/LICENSE" "$pkgdir/usr/share/licenses/frogatto/LICENSE"
-  install -Dm 755 "$srcdir/launcher" "$pkgdir/usr/bin/frogatto"
-  install -Dm 644 "$srcdir/frogatto.desktop" 
"$pkgdir/usr/share/applications/frogatto.desktop"
-
-  # Make level editor work (FS#37139)
-  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf ${pkgdir}/opt/frogatto/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-x86_64/PKGBUILD (from rev 665600, 
frogatto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 02:08:50 UTC (rev 665601)
@@ -0,0 +1,55 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Federico CInelli 
+# Contributor: Tom Wambold 
+
+pkgname=frogatto
+arch=('x86_64')
+pkgver=1.3.1
+pkgrel=32
+pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
+url="http://www.frogatto.com;
+license=('GPL')
+depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data' 'ttf-ubuntu-font-family')
+makedepends=('mesa' 'boost')
+source=("$pkgname-$pkgver.tgz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz;
+launcher
+frogatto.desktop
+fbsd-fixes.patch
+frogatto-boost-1.70.patch)
+sha512sums=('bb1c5e765a456abedd7b80cce99b7be62734a6163c2e2beb9776c6a61eba779a916ea99a3c113be0626a4d238f10dcdf360d26f993f1d9ac4e381d711b27be23'
+
'f10944f8b4c2e2704ceda533d6c6768c653f4c42b8628ffc035122f0f5b02e3dfa600dc251440f2f4245c6d1def309556d39ea11b7aa9b6ff58751d89c00'
+
'7381f54bc8d406c7669bc1d36cd04c30f80d7eec03808ad69156317b811528830ae40a22e48a8a18e2a00e15cd0ee3f8b9a0248c08b2bce30bc8d8f57b5e6038'
+
'10ddc0cdebe1abb4f28b3afd9c1c3b1e887f47262424aa73c2a61d09375aa69287c28e0206041de5bfc2534c498c73710b98432ed538f3b900ec220541f47062'
+
'4c7f3a4bdb0fead85cb4d650761f4b8458a9f3fbe77f6e77d902a261efdae5f35808784f9ea85556b2f01d203dade9ca9224bc46c49fe38d27681e67e88a907a')
+
+prepare() {
+  cd 

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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 02:08:39
  Author: svenstaro
Revision: 665600

upgpkg: frogatto 1.3.1-32

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 02:07:15 UTC (rev 665599)
+++ PKGBUILD2020-07-28 02:08:39 UTC (rev 665600)
@@ -1,15 +1,15 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Federico CInelli 
 # Contributor: Tom Wambold 
 
-pkgname='frogatto'
+pkgname=frogatto
 arch=('x86_64')
 pkgver=1.3.1
-pkgrel=31
+pkgrel=32
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com;
 license=('GPL')
-depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
+depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data' 'ttf-ubuntu-font-family')
 makedepends=('mesa' 'boost')
 
source=("$pkgname-$pkgver.tgz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz;
 launcher
@@ -16,11 +16,11 @@
 frogatto.desktop
 fbsd-fixes.patch
 frogatto-boost-1.70.patch)
-md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
- '9ed2c9ea59e95fe3c0b3ad49e58f8890'
- 'e31563b04748a39292a59aaad633ff58'
- 'f3a4cb8492ce71a9d8895ce9d15b0714'
- 'c7c5a084ac3915a446fc26389a714289')
+sha512sums=('bb1c5e765a456abedd7b80cce99b7be62734a6163c2e2beb9776c6a61eba779a916ea99a3c113be0626a4d238f10dcdf360d26f993f1d9ac4e381d711b27be23'
+
'f10944f8b4c2e2704ceda533d6c6768c653f4c42b8628ffc035122f0f5b02e3dfa600dc251440f2f4245c6d1def309556d39ea11b7aa9b6ff58751d89c00'
+
'7381f54bc8d406c7669bc1d36cd04c30f80d7eec03808ad69156317b811528830ae40a22e48a8a18e2a00e15cd0ee3f8b9a0248c08b2bce30bc8d8f57b5e6038'
+
'10ddc0cdebe1abb4f28b3afd9c1c3b1e887f47262424aa73c2a61d09375aa69287c28e0206041de5bfc2534c498c73710b98432ed538f3b900ec220541f47062'
+
'4c7f3a4bdb0fead85cb4d650761f4b8458a9f3fbe77f6e77d902a261efdae5f35808784f9ea85556b2f01d203dade9ca9224bc46c49fe38d27681e67e88a907a')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -29,7 +29,7 @@
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   sed -i 's/-Werror //' Makefile
   sed -i 's/ccache //g' Makefile
@@ -40,7 +40,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
   install -Dm 755 "server" "$pkgdir/opt/frogatto/server"
@@ -49,7 +49,7 @@
   install -Dm 644 "$srcdir/frogatto.desktop" 
"$pkgdir/usr/share/applications/frogatto.desktop"
 
   # Make level editor work (FS#37139)
-  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf ${pkgdir}/opt/frogatto/
+  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf "$pkgdir"/opt/frogatto/
 }
 
 # vim:set ts=2 sw=2 et:


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 02:07:04
  Author: svenstaro
Revision: 665598

upgpkg: frogatto-data 1.3.1-5

Modified:
  frogatto-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 01:56:40 UTC (rev 665597)
+++ PKGBUILD2020-07-28 02:07:04 UTC (rev 665598)
@@ -1,11 +1,11 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Tom Wambold 
 
-pkgname='frogatto-data'
+pkgname=frogatto-data
 _pkgname='frogatto'
 arch=('any')
 pkgver=1.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog 
(data files)"
 url="http://www.frogatto.com;
 license=('custom')
@@ -14,22 +14,14 @@
 
source=("frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/tarball/$pkgver;)
 
sha512sums=('8c549811f0a89560a8367ddc2e7dd3510cc8162a68f3431d811bf0b2e1977c20bdaf5f90e6e143ce0044711203a964bf46cbb40712b5dd7e8ed45dddb981051d')
 
-build() {
-  cd "$srcdir/$_pkgname-$_pkgname"*
-}
-
 package() {
-  cd "$srcdir/$_pkgname-$_pkgname"*
+  cd "$_pkgname-$_pkgname"*
 
-  mkdir -p $pkgdir/opt/frogatto/
-  cp -r data $pkgdir/opt/frogatto/
-  cp -r images $pkgdir/opt/frogatto/
-  cp -r music $pkgdir/opt/frogatto/
-  cp -r modules $pkgdir/opt/frogatto/
-  install -D -m644 FreeMono.ttf $pkgdir/opt/frogatto/FreeMono.ttf
-  install -D -m644 DejaVuSans.ttf $pkgdir/opt/frogatto/DejaVuSans.ttf
-
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/frogatto-data/LICENSE
+  mkdir -p "$pkgdir"/opt/frogatto/
+  cp -r data images music modules "$pkgdir"/opt/frogatto/
+  install -D -m644 FreeMono.ttf "$pkgdir"/opt/frogatto/FreeMono.ttf
+  install -D -m644 DejaVuSans.ttf "$pkgdir"/opt/frogatto/DejaVuSans.ttf
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/frogatto-data/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 02:07:15
  Author: svenstaro
Revision: 665599

archrelease: copy trunk to community-any

Added:
  frogatto-data/repos/community-any/PKGBUILD
(from rev 665598, frogatto-data/trunk/PKGBUILD)
Deleted:
  frogatto-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 02:07:04 UTC (rev 665598)
+++ PKGBUILD2020-07-28 02:07:15 UTC (rev 665599)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Tom Wambold 
-
-pkgname='frogatto-data'
-_pkgname='frogatto'
-arch=('any')
-pkgver=1.3.1
-pkgrel=4
-pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog 
(data files)"
-url="http://www.frogatto.com;
-license=('custom')
-depends=(perl)
-makedepends=()
-source=("frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/tarball/$pkgver;)
-sha512sums=('8c549811f0a89560a8367ddc2e7dd3510cc8162a68f3431d811bf0b2e1977c20bdaf5f90e6e143ce0044711203a964bf46cbb40712b5dd7e8ed45dddb981051d')
-
-build() {
-  cd "$srcdir/$_pkgname-$_pkgname"*
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$_pkgname"*
-
-  mkdir -p $pkgdir/opt/frogatto/
-  cp -r data $pkgdir/opt/frogatto/
-  cp -r images $pkgdir/opt/frogatto/
-  cp -r music $pkgdir/opt/frogatto/
-  cp -r modules $pkgdir/opt/frogatto/
-  install -D -m644 FreeMono.ttf $pkgdir/opt/frogatto/FreeMono.ttf
-  install -D -m644 DejaVuSans.ttf $pkgdir/opt/frogatto/DejaVuSans.ttf
-
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/frogatto-data/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: frogatto-data/repos/community-any/PKGBUILD (from rev 665598, 
frogatto-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 02:07:15 UTC (rev 665599)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Tom Wambold 
+
+pkgname=frogatto-data
+_pkgname='frogatto'
+arch=('any')
+pkgver=1.3.1
+pkgrel=5
+pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog 
(data files)"
+url="http://www.frogatto.com;
+license=('custom')
+depends=(perl)
+makedepends=()
+source=("frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/tarball/$pkgver;)
+sha512sums=('8c549811f0a89560a8367ddc2e7dd3510cc8162a68f3431d811bf0b2e1977c20bdaf5f90e6e143ce0044711203a964bf46cbb40712b5dd7e8ed45dddb981051d')
+
+package() {
+  cd "$_pkgname-$_pkgname"*
+
+  mkdir -p "$pkgdir"/opt/frogatto/
+  cp -r data images music modules "$pkgdir"/opt/frogatto/
+  install -D -m644 FreeMono.ttf "$pkgdir"/opt/frogatto/FreeMono.ttf
+  install -D -m644 DejaVuSans.ttf "$pkgdir"/opt/frogatto/DejaVuSans.ttf
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/frogatto-data/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 01:56:35
  Author: svenstaro
Revision: 665596

upgpkg: forge 2:1.0.5-1

Modified:
  forge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 01:31:51 UTC (rev 665595)
+++ PKGBUILD2020-07-28 01:56:35 UTC (rev 665596)
@@ -1,30 +1,28 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 pkgname=forge
 pkgdesc="High Performance Visualizations"
 url='https://github.com/arrayfire/forge'
-pkgver=1.0.4
+pkgver=1.0.5
 arch=('x86_64')
-pkgrel=2
+pkgrel=1
 epoch=2
 license=('BSD')
-makedepends=('cmake' 'doxygen' 'graphviz' 'git' 'python' 'glm' 'boost')
 depends=('glfw' 'freetype2' 'fontconfig' 'freeimage' 'glbinding')
-source=(https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz)
-sha512sums=('fd48375713c8c6646a8d4fa140e8a4b631e697c5f011656a0ca4c15c8288b47bfe1826c6cfa65c8f146a7b9dcd146058502a099e9477f92481cbc62556660ccd')
+makedepends=('cmake' 'graphviz' 'git' 'python' 'glm' 'boost')
+source=($pkgname-$pkgver.tar.gz::https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz)
+sha512sums=('01dc17f202bc79734bb997065c8cbc8d950204a47f979afddd8df14e40774dc712ecb7c34b11f0e312b1598fcbc9d25dd0bb089956d86508aac5b10fe1789fc3')
 options=('!buildflags')
 
 build() {
   cd forge-${pkgver}
 
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
+  cmake . \
+  -Bbuild \
   -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_EXAMPLES=ON \
-  -DBUILD_DOCUMENTATION=ON
+  -DFG_BUILD_EXAMPLES=ON \
+  -DFG_BUILD_DOCS=OFF
 
-  make
+  make -C build
 }
 
 package() {
@@ -32,7 +30,5 @@
 
   install -Dm644 .github/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
+  DESTDIR="${pkgdir}/" make -C build install
 }


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 01:56:40
  Author: svenstaro
Revision: 665597

archrelease: copy trunk to community-x86_64

Added:
  forge/repos/community-x86_64/PKGBUILD
(from rev 665596, forge/trunk/PKGBUILD)
Deleted:
  forge/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 01:56:35 UTC (rev 665596)
+++ PKGBUILD2020-07-28 01:56:40 UTC (rev 665597)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=forge
-pkgdesc="High Performance Visualizations"
-url='https://github.com/arrayfire/forge'
-pkgver=1.0.4
-arch=('x86_64')
-pkgrel=2
-epoch=2
-license=('BSD')
-makedepends=('cmake' 'doxygen' 'graphviz' 'git' 'python' 'glm' 'boost')
-depends=('glfw' 'freetype2' 'fontconfig' 'freeimage' 'glbinding')
-source=(https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz)
-sha512sums=('fd48375713c8c6646a8d4fa140e8a4b631e697c5f011656a0ca4c15c8288b47bfe1826c6cfa65c8f146a7b9dcd146058502a099e9477f92481cbc62556660ccd')
-options=('!buildflags')
-
-build() {
-  cd forge-${pkgver}
-
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_EXAMPLES=ON \
-  -DBUILD_DOCUMENTATION=ON
-
-  make
-}
-
-package() {
-  cd forge-${pkgver}
-
-  install -Dm644 .github/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: forge/repos/community-x86_64/PKGBUILD (from rev 665596, 
forge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 01:56:40 UTC (rev 665597)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=forge
+pkgdesc="High Performance Visualizations"
+url='https://github.com/arrayfire/forge'
+pkgver=1.0.5
+arch=('x86_64')
+pkgrel=1
+epoch=2
+license=('BSD')
+depends=('glfw' 'freetype2' 'fontconfig' 'freeimage' 'glbinding')
+makedepends=('cmake' 'graphviz' 'git' 'python' 'glm' 'boost')
+source=($pkgname-$pkgver.tar.gz::https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz)
+sha512sums=('01dc17f202bc79734bb997065c8cbc8d950204a47f979afddd8df14e40774dc712ecb7c34b11f0e312b1598fcbc9d25dd0bb089956d86508aac5b10fe1789fc3')
+options=('!buildflags')
+
+build() {
+  cd forge-${pkgver}
+
+  cmake . \
+  -Bbuild \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DFG_BUILD_EXAMPLES=ON \
+  -DFG_BUILD_DOCS=OFF
+
+  make -C build
+}
+
+package() {
+  cd forge-${pkgver}
+
+  install -Dm644 .github/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  DESTDIR="${pkgdir}/" make -C build install
+}


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 01:31:43
  Author: svenstaro
Revision: 665594

upgpkg: freeimage 3.18.0-7: Modernize package

Modified:
  freeimage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 01:13:19 UTC (rev 665593)
+++ PKGBUILD2020-07-28 01:31:43 UTC (rev 665594)
@@ -1,4 +1,4 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Stefan Husmann 
 # Contributor: Mihai Militaru 
@@ -6,7 +6,7 @@
 
 pkgname=freeimage
 pkgver=3.18.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Library project for developers who would like to support popular 
graphics image formats"
 arch=('x86_64')
 license=('GPL' 'custom:FIPL')
@@ -43,8 +43,8 @@
 
 package() {
   cd FreeImage
-  make -f Makefile.gnu DESTDIR=${pkgdir} install
-  make -f Makefile.fip DESTDIR=${pkgdir} install
+  make -f Makefile.gnu DESTDIR="${pkgdir}" install
+  make -f Makefile.fip DESTDIR="${pkgdir}" install
 
-  install -D -m644 ${srcdir}/FreeImage/license-fi.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 "${srcdir}"/FreeImage/license-fi.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 01:31:51
  Author: svenstaro
Revision: 665595

archrelease: copy trunk to community-x86_64

Added:
  freeimage/repos/community-x86_64/PKGBUILD
(from rev 665594, freeimage/trunk/PKGBUILD)
  freeimage/repos/community-x86_64/freeimage-libraw-0.20.patch
(from rev 665594, freeimage/trunk/freeimage-libraw-0.20.patch)
  freeimage/repos/community-x86_64/freeimage-unbundle.patch
(from rev 665594, freeimage/trunk/freeimage-unbundle.patch)
Deleted:
  freeimage/repos/community-x86_64/PKGBUILD
  freeimage/repos/community-x86_64/freeimage-libraw-0.20.patch
  freeimage/repos/community-x86_64/freeimage-unbundle.patch

-+
 PKGBUILD|  100 +-
 freeimage-libraw-0.20.patch |  100 +-
 freeimage-unbundle.patch| 1500 +-
 3 files changed, 850 insertions(+), 850 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 01:31:43 UTC (rev 665594)
+++ PKGBUILD2020-07-28 01:31:51 UTC (rev 665595)
@@ -1,50 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Stefan Husmann 
-# Contributor: Mihai Militaru 
-# Contributor: scippio 
-
-pkgname=freeimage
-pkgver=3.18.0
-pkgrel=6
-pkgdesc="Library project for developers who would like to support popular 
graphics image formats"
-arch=('x86_64')
-license=('GPL' 'custom:FIPL')
-url="http://freeimage.sourceforge.net/;
-depends=('libjpeg-turbo' 'openexr' 'openjpeg2' 'libwebp' 'libraw' 'jxrlib')
-makedepends=('mesa' 'glu')
-source=("https://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip;
-freeimage-unbundle.patch
-freeimage-libraw-0.20.patch)
-sha512sums=('9d9cc7e2d57552c3115e277aeb036e0455204d389026b17a3f513da5be1fd595421655488bb1ec2f76faebed66049119ca55e26e2a6d37024b3fb7ef36ad4818'
-
'605fd28aaaf3b0ad225d04dd7de5e34d825bb7aa4b1f3a3b4219657c51b2f1507512916e95ba1a731ca5fc8b704f03b83371ab9ad066d74fd49feee735cf13b5'
-
'5709e4c5baac3505bf2f2498082fbf6b8614e631fec69fc629036c8d033fbe21434a198e9ae24d577dd65928fd31a0d95c584ea4349d74134f7859d4e57b8397')
-
-prepare() {
-  cd FreeImage
-
-  # TODO: This will only compile against libjpeg-turbo 2 but we will wait for 
that :D
-  patch -p1 -i ../freeimage-unbundle.patch # Unbundle libraries (Fedora)
-  rm -r Source/Lib* Source/ZLib Source/OpenEXR
-  # can't be built due to private headers
-  > Source/FreeImage/PluginG3.cpp
-  > Source/FreeImageToolkit/JPEGTransform.cpp
-
-  patch -p1 -i ../freeimage-libraw-0.20.patch # Fix build with libraw 0.20
-}
-
-build() {
-  cd FreeImage
-  sh gensrclist.sh
-  sh genfipsrclist.sh
-  make -f Makefile.gnu
-  make -f Makefile.fip
-}
-
-package() {
-  cd FreeImage
-  make -f Makefile.gnu DESTDIR=${pkgdir} install
-  make -f Makefile.fip DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/FreeImage/license-fi.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: freeimage/repos/community-x86_64/PKGBUILD (from rev 665594, 
freeimage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 01:31:51 UTC (rev 665595)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Stefan Husmann 
+# Contributor: Mihai Militaru 
+# Contributor: scippio 
+
+pkgname=freeimage
+pkgver=3.18.0
+pkgrel=7
+pkgdesc="Library project for developers who would like to support popular 
graphics image formats"
+arch=('x86_64')
+license=('GPL' 'custom:FIPL')
+url="http://freeimage.sourceforge.net/;
+depends=('libjpeg-turbo' 'openexr' 'openjpeg2' 'libwebp' 'libraw' 'jxrlib')
+makedepends=('mesa' 'glu')
+source=("https://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip;
+freeimage-unbundle.patch
+freeimage-libraw-0.20.patch)
+sha512sums=('9d9cc7e2d57552c3115e277aeb036e0455204d389026b17a3f513da5be1fd595421655488bb1ec2f76faebed66049119ca55e26e2a6d37024b3fb7ef36ad4818'
+
'605fd28aaaf3b0ad225d04dd7de5e34d825bb7aa4b1f3a3b4219657c51b2f1507512916e95ba1a731ca5fc8b704f03b83371ab9ad066d74fd49feee735cf13b5'
+
'5709e4c5baac3505bf2f2498082fbf6b8614e631fec69fc629036c8d033fbe21434a198e9ae24d577dd65928fd31a0d95c584ea4349d74134f7859d4e57b8397')
+
+prepare() {
+  cd FreeImage
+
+  # TODO: This will only compile against libjpeg-turbo 2 but we will wait for 
that :D
+  patch -p1 -i ../freeimage-unbundle.patch # Unbundle libraries (Fedora)
+  rm -r Source/Lib* Source/ZLib Source/OpenEXR
+  # can't be built due to private headers
+  > Source/FreeImage/PluginG3.cpp
+  > Source/FreeImageToolkit/JPEGTransform.cpp
+
+  patch -p1 -i ../freeimage-libraw-0.20.patch # Fix build with libraw 0.20
+}
+
+build() {
+  cd FreeImage
+  sh gensrclist.sh
+  sh 

[arch-commits] Commit in intel-graphics-compiler/repos/community-x86_64 (2 files)

2020-07-27 Thread Daniel Bermond via arch-commits
Date: Tuesday, July 28, 2020 @ 00:44:16
  Author: dbermond
Revision: 665573

archrelease: copy trunk to community-x86_64

Added:
  intel-graphics-compiler/repos/community-x86_64/PKGBUILD
(from rev 665572, intel-graphics-compiler/trunk/PKGBUILD)
Deleted:
  intel-graphics-compiler/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 00:43:52 UTC (rev 665572)
+++ PKGBUILD2020-07-28 00:44:16 UTC (rev 665573)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel Bermond 
-# Maintainer: Bruno Pagani 
-
-pkgname=intel-graphics-compiler
-epoch=1
-pkgver=1.0.4312
-pkgrel=1
-pkgdesc="Intel Graphics Compiler for OpenCL"
-arch=(x86_64)
-url="https://github.com/intel/intel-graphics-compiler;
-license=(MIT)
-depends=(llvm-libs intel-opencl-clang)
-makedepends=(cmake clang llvm zlib python)
-options=(!emptydirs)
-source=(${url}/archive/igc-${pkgver}.tar.gz)
-sha256sums=('6a36b13639d24416cd3c47020ba917813801f0935a55c11c46a4450d918e7a7b')
-
-build() {
-cmake -B build -S ${pkgname}-igc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
--DIGC_PREFERRED_LLVM_VERSION='10.0.0' \
--DINSTALL_GENX_IR=ON \
--Wno-dev
-make -C build
-}
-
-package() {
-make -C build DESTDIR="${pkgdir}" install
-install -D -m644 ${pkgname}-igc-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: intel-graphics-compiler/repos/community-x86_64/PKGBUILD (from rev 
665572, intel-graphics-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 00:44:16 UTC (rev 665573)
@@ -0,0 +1,40 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-graphics-compiler
+epoch=1
+pkgver=1.0.4361
+pkgrel=1
+pkgdesc="Intel Graphics Compiler for OpenCL"
+arch=(x86_64)
+url="https://github.com/intel/intel-graphics-compiler;
+license=(MIT)
+depends=(llvm-libs intel-opencl-clang ncurses zlib)
+makedepends=(git cmake clang llvm python)
+options=(!emptydirs)
+source=(${url}/archive/igc-${pkgver}.tar.gz
+git+https://github.com/intel/vc-intrinsics.git
+git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git)
+sha256sums=('6e47c34646f188b3b3eb7e77423b8a17108c0e69d2b5936076d08e6b3ac4c993'
+'SKIP'
+'SKIP')
+
+build() {
+cmake -B build -S ${pkgname}-igc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
+-DIGC_PREFERRED_LLVM_VERSION='10.0.1' \
+-DVC_INTRINSICS_SRC="${srcdir}/vc-intrinsics" \
+-DSPIRV_SRC="${srcdir}/SPIRV-LLVM-Translator" \
+-DINSTALL_GENX_IR=ON \
+-Wno-dev
+make -C build
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -D -m644 ${pkgname}-igc-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+mv "${pkgdir}"/usr/lib/igc/NOTICES.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2020-07-27 Thread Daniel Bermond via arch-commits
Date: Tuesday, July 28, 2020 @ 00:43:52
  Author: dbermond
Revision: 665572

upgpkg: intel-graphics-compiler 1:1.0.4361-1

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:41:03 UTC (rev 665571)
+++ PKGBUILD2020-07-28 00:43:52 UTC (rev 665572)
@@ -3,17 +3,21 @@
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.4312
+pkgver=1.0.4361
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
 url="https://github.com/intel/intel-graphics-compiler;
 license=(MIT)
-depends=(llvm-libs intel-opencl-clang)
-makedepends=(cmake clang llvm zlib python)
+depends=(llvm-libs intel-opencl-clang ncurses zlib)
+makedepends=(git cmake clang llvm python)
 options=(!emptydirs)
-source=(${url}/archive/igc-${pkgver}.tar.gz)
-sha256sums=('6a36b13639d24416cd3c47020ba917813801f0935a55c11c46a4450d918e7a7b')
+source=(${url}/archive/igc-${pkgver}.tar.gz
+git+https://github.com/intel/vc-intrinsics.git
+git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git)
+sha256sums=('6e47c34646f188b3b3eb7e77423b8a17108c0e69d2b5936076d08e6b3ac4c993'
+'SKIP'
+'SKIP')
 
 build() {
 cmake -B build -S ${pkgname}-igc-${pkgver} \
@@ -21,7 +25,9 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
--DIGC_PREFERRED_LLVM_VERSION='10.0.0' \
+-DIGC_PREFERRED_LLVM_VERSION='10.0.1' \
+-DVC_INTRINSICS_SRC="${srcdir}/vc-intrinsics" \
+-DSPIRV_SRC="${srcdir}/SPIRV-LLVM-Translator" \
 -DINSTALL_GENX_IR=ON \
 -Wno-dev
 make -C build
@@ -30,4 +36,5 @@
 package() {
 make -C build DESTDIR="${pkgdir}" install
 install -D -m644 ${pkgname}-igc-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+mv "${pkgdir}"/usr/lib/igc/NOTICES.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}
 }


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 28, 2020 @ 00:41:03
  Author: archange
Revision: 665571

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 00:40:55 UTC (rev 665570)
+++ PKGBUILD2020-07-28 00:41:03 UTC (rev 665571)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=PyVirtualDisplay
-pkgname=python-${_pkg,,}
-pkgver=0.2.5
-pkgrel=1
-pkgdesc="Python wrapper for Xvfb, Xephyr and Xvnc"
-arch=(any)
-url="https://github.com/ponty/PyVirtualDisplay;
-license=(BSD)
-depends=(python-easyprocess)
-makedepends=(python-setuptools)
-checkdepends=(
-python-pytest python-nose python-pyscreenshot python-pillow
-python-entrypoint2 python-path.py xorg-server-xvfb xorg-server-xephyr
-xorg-xmessage xorg-xdpyinfo scrot
-)
-#PyPi tarball does not have tests 
https://github.com/ponty/PyVirtualDisplay/pull/45
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('30c13528871d032aec9c09b3a84452cb1d4f0dfc00a8f981df8bfa011b96e073')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  # Test.test_slowshot and Test.test_slowshot_wrap are timing out
-  PYTHONPATH="${PWD}/build/lib" pytest tests || warning "Tests failed"
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-pyvirtualdisplay/repos/community-any/PKGBUILD (from rev 665570, 
python-pyvirtualdisplay/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 00:41:03 UTC (rev 665571)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=PyVirtualDisplay
+pkgname=python-${_pkg,,}
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Python wrapper for Xvfb, Xephyr and Xvnc"
+arch=(any)
+url="https://github.com/ponty/PyVirtualDisplay;
+license=(BSD)
+depends=(python-easyprocess)
+makedepends=(python-setuptools)
+checkdepends=(
+python-pytest python-pyscreenshot python-pillow
+python-entrypoint2 python-path.py xorg-server-xvfb xorg-server-xephyr
+xorg-xmessage xorg-xdpyinfo scrot
+)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+#source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3fa85a6e490e45eab64e6be19841e0ab15ec8054c97f162079a061da6a93eba0')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  # Test.test_slowshot and Test.test_slowshot_wrap are timing out
+  PYTHONPATH="${PWD}/build/lib" pytest tests || warning "Tests failed"
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 01:04:02
  Author: svenstaro
Revision: 665590

upgpkg: lib32-libevent 2.1.12-1

Modified:
  lib32-libevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 01:03:27 UTC (rev 665589)
+++ PKGBUILD2020-07-28 01:04:02 UTC (rev 665590)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libevent
 pkgname=lib32-libevent
-pkgver=2.1.11
+pkgver=2.1.12
 pkgrel=1
 pkgdesc="An event notification library (32-bit)"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('BSD')
 depends=('lib32-openssl')
 
source=(https://github.com/libevent/libevent/releases/download/release-$pkgver-stable/$_pkgbasename-$pkgver-stable.tar.gz{,.asc})
-sha256sums=('a65bac6202ea8c5609fd5c7e480e6d25de467ea1917c08290c521752f147283d'
+sha256sums=('92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb'
 'SKIP')
 validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA'
   '9E3AC83A27974B84D1B3401DB86086848EF8686D')
@@ -19,8 +19,8 @@
 
 build() {
   export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
   cd ${_pkgbasename}-${pkgver}-stable
   ./autogen.sh


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 01:13:14
  Author: svenstaro
Revision: 665592

upgpkg: diffpdf 2.1.3.1-3: Modernize package

Modified:
  diffpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 01:04:09 UTC (rev 665591)
+++ PKGBUILD2020-07-28 01:13:14 UTC (rev 665592)
@@ -6,7 +6,7 @@
 
 pkgname=diffpdf
 pkgver=2.1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Diffing pdf files visually or textually"
 url="https://gitlab.com/eang/diffpdf;
 license=('GPL2')
@@ -17,18 +17,16 @@
 
sha512sums=('9213fc8ee9d568ad97824d30de1ffb137c30c58935f8a19e19690e956cd4db1a0c6020d0543f76ca1b4ca8858d7ce9329544bda6a68b943b00e1a581cdb1ed41')
 
 build() {
-  cd ${srcdir}/${pkgname}-v${pkgver}/
+  cd ${pkgname}-v${pkgver}/
   cmake -D CMAKE_INSTALL_PREFIX="/usr" .
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-v${pkgver}/
-  make DESTDIR=${pkgdir} install
+  cd ${pkgname}-v${pkgver}/
+  make DESTDIR="${pkgdir}" install
 
-  _licdir=${pkgdir}/usr/share/licenses/${pkgname}
-  _tradir=${pkgdir}/usr/share/${pkgname}/translations
-  install -dpm755 ${_licdir} ${_tradir}
-  install -Dpm644 gpl-2.0.txt ${_licdir}/
-  install -Dpm644 *.qm ${_tradir}/
+  install -dm755 "${pkgdir}"/usr/share/${pkgname}/translations
+  install -Dm644 *.qm "${pkgdir}"/usr/share/${pkgname}/translations
+  install -Dm644 gpl-2.0.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 01:13:19
  Author: svenstaro
Revision: 665593

archrelease: copy trunk to community-x86_64

Added:
  diffpdf/repos/community-x86_64/PKGBUILD
(from rev 665592, diffpdf/trunk/PKGBUILD)
  diffpdf/repos/community-x86_64/diffpdf.desktop
(from rev 665592, diffpdf/trunk/diffpdf.desktop)
Deleted:
  diffpdf/repos/community-x86_64/PKGBUILD
  diffpdf/repos/community-x86_64/diffpdf.desktop

-+
 PKGBUILD|   66 ++
 diffpdf.desktop |   22 +-
 2 files changed, 43 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 01:13:14 UTC (rev 665592)
+++ PKGBUILD2020-07-28 01:13:19 UTC (rev 665593)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Hoàng Đức Hiếu 
-# Contributor: Fernando
-# Contributor: Manfred Sauter
-# Contributor: Marcos Heredia 
-
-pkgname=diffpdf
-pkgver=2.1.3.1
-pkgrel=2
-pkgdesc="Diffing pdf files visually or textually"
-url="https://gitlab.com/eang/diffpdf;
-license=('GPL2')
-arch=('x86_64')
-depends=('poppler-qt5' 'hicolor-icon-theme')
-makedepends=('cmake' 'extra-cmake-modules' 'qt5-tools')
-source=("https://gitlab.com/eang/diffpdf/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
-sha512sums=('9213fc8ee9d568ad97824d30de1ffb137c30c58935f8a19e19690e956cd4db1a0c6020d0543f76ca1b4ca8858d7ce9329544bda6a68b943b00e1a581cdb1ed41')
-
-build() {
-  cd ${srcdir}/${pkgname}-v${pkgver}/
-  cmake -D CMAKE_INSTALL_PREFIX="/usr" .
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-v${pkgver}/
-  make DESTDIR=${pkgdir} install
-
-  _licdir=${pkgdir}/usr/share/licenses/${pkgname}
-  _tradir=${pkgdir}/usr/share/${pkgname}/translations
-  install -dpm755 ${_licdir} ${_tradir}
-  install -Dpm644 gpl-2.0.txt ${_licdir}/
-  install -Dpm644 *.qm ${_tradir}/
-}

Copied: diffpdf/repos/community-x86_64/PKGBUILD (from rev 665592, 
diffpdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 01:13:19 UTC (rev 665593)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Hoàng Đức Hiếu 
+# Contributor: Fernando
+# Contributor: Manfred Sauter
+# Contributor: Marcos Heredia 
+
+pkgname=diffpdf
+pkgver=2.1.3.1
+pkgrel=3
+pkgdesc="Diffing pdf files visually or textually"
+url="https://gitlab.com/eang/diffpdf;
+license=('GPL2')
+arch=('x86_64')
+depends=('poppler-qt5' 'hicolor-icon-theme')
+makedepends=('cmake' 'extra-cmake-modules' 'qt5-tools')
+source=("https://gitlab.com/eang/diffpdf/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
+sha512sums=('9213fc8ee9d568ad97824d30de1ffb137c30c58935f8a19e19690e956cd4db1a0c6020d0543f76ca1b4ca8858d7ce9329544bda6a68b943b00e1a581cdb1ed41')
+
+build() {
+  cd ${pkgname}-v${pkgver}/
+  cmake -D CMAKE_INSTALL_PREFIX="/usr" .
+  make
+}
+
+package() {
+  cd ${pkgname}-v${pkgver}/
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 "${pkgdir}"/usr/share/${pkgname}/translations
+  install -Dm644 *.qm "${pkgdir}"/usr/share/${pkgname}/translations
+  install -Dm644 gpl-2.0.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: diffpdf.desktop
===
--- diffpdf.desktop 2020-07-28 01:13:14 UTC (rev 665592)
+++ diffpdf.desktop 2020-07-28 01:13:19 UTC (rev 665593)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=DiffPDF
-Comment=DiffPDF is used to compare two PDF files
-Comment[es]=DiffPDF permite comparar dos archivos PDF
-Exec=diffpdf
-Icon=/usr/share/pixmaps/diffpdf.png
-Categories=Office;
-Encoding=UTF-8
-StartupNotify=true

Copied: diffpdf/repos/community-x86_64/diffpdf.desktop (from rev 665592, 
diffpdf/trunk/diffpdf.desktop)
===
--- diffpdf.desktop (rev 0)
+++ diffpdf.desktop 2020-07-28 01:13:19 UTC (rev 665593)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=DiffPDF
+Comment=DiffPDF is used to compare two PDF files
+Comment[es]=DiffPDF permite comparar dos archivos PDF
+Exec=diffpdf
+Icon=/usr/share/pixmaps/diffpdf.png
+Categories=Office;
+Encoding=UTF-8
+StartupNotify=true


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 01:03:27
  Author: svenstaro
Revision: 665589

archrelease: copy trunk to community-x86_64

Added:
  csfml/repos/community-x86_64/PKGBUILD
(from rev 665588, csfml/trunk/PKGBUILD)
Deleted:
  csfml/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 01:03:19 UTC (rev 665588)
+++ PKGBUILD2020-07-28 01:03:27 UTC (rev 665589)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=csfml
-pkgver=2.5
-pkgrel=3
-pkgdesc='C bindings for sfml'
-arch=('x86_64')
-url='http://www.sfml-dev.org/'
-license=('zlib')
-depends=("sfml")
-makedepends=('cmake' 'doxygen')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/SFML/CSFML/archive/${pkgver}.tar.gz;)
-sha512sums=('186ed87d8b925cfd51cc4aa0ba440407d18adc875da760576b5fafdf3e8c7e01ca0f594d9950495eb3e607c65bff12341a81df24af81043dce89d25d7cc24626')
-
-build() {
-  cd CSFML-*
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCSFML_BUILD_DOC=true
-  make
-  make doc
-}
-
-package() {
-  cd CSFML-*/build
-
-  make DESTDIR="$pkgdir/" install
-
-  install -Dm644 ../license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: csfml/repos/community-x86_64/PKGBUILD (from rev 665588, 
csfml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 01:03:27 UTC (rev 665589)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=csfml
+pkgver=2.5
+pkgrel=4
+pkgdesc='C bindings for sfml'
+arch=('x86_64')
+url='http://www.sfml-dev.org/'
+license=('custom:zlib')
+depends=("sfml")
+makedepends=('cmake' 'doxygen' 'ninja')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/SFML/CSFML/archive/${pkgver}.tar.gz;)
+sha512sums=('5eca2052e901d52eb3a0f3c796f949f63263ef6d55be441c6bd7e153427c997a0f5bb28c0096979515d327d313637dd9537bcb407204b0a583f25515115362bf')
+
+build() {
+  cd CSFML-*
+
+  cmake . \
+  -Bbuild \
+  -GNinja \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCSFML_BUILD_DOC=true
+  ninja -C build
+  ninja -C build doc
+}
+
+package() {
+  cd CSFML-*
+
+  DESTDIR="$pkgdir/" ninja -C build install
+
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 01:03:19
  Author: svenstaro
Revision: 665588

upgpkg: csfml 2.5-4: Modernize package

Modified:
  csfml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:56:45 UTC (rev 665587)
+++ PKGBUILD2020-07-28 01:03:19 UTC (rev 665588)
@@ -2,32 +2,33 @@
 
 pkgname=csfml
 pkgver=2.5
-pkgrel=3
+pkgrel=4
 pkgdesc='C bindings for sfml'
 arch=('x86_64')
 url='http://www.sfml-dev.org/'
-license=('zlib')
+license=('custom:zlib')
 depends=("sfml")
-makedepends=('cmake' 'doxygen')
+makedepends=('cmake' 'doxygen' 'ninja')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/SFML/CSFML/archive/${pkgver}.tar.gz;)
-sha512sums=('186ed87d8b925cfd51cc4aa0ba440407d18adc875da760576b5fafdf3e8c7e01ca0f594d9950495eb3e607c65bff12341a81df24af81043dce89d25d7cc24626')
+sha512sums=('5eca2052e901d52eb3a0f3c796f949f63263ef6d55be441c6bd7e153427c997a0f5bb28c0096979515d327d313637dd9537bcb407204b0a583f25515115362bf')
 
 build() {
   cd CSFML-*
 
-  mkdir build && cd build
-  cmake .. \
+  cmake . \
+  -Bbuild \
+  -GNinja \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DCSFML_BUILD_DOC=true
-  make
-  make doc
+  ninja -C build
+  ninja -C build doc
 }
 
 package() {
-  cd CSFML-*/build
+  cd CSFML-*
 
-  make DESTDIR="$pkgdir/" install
+  DESTDIR="$pkgdir/" ninja -C build install
 
-  install -Dm644 ../license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 


[arch-commits] Commit in lib32-libevent/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 01:04:09
  Author: svenstaro
Revision: 665591

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libevent/repos/multilib-x86_64/PKGBUILD
(from rev 665590, lib32-libevent/trunk/PKGBUILD)
Deleted:
  lib32-libevent/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 01:04:02 UTC (rev 665590)
+++ PKGBUILD2020-07-28 01:04:09 UTC (rev 665591)
@@ -1,43 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Tom Gundersen 
-# Contributor: Judd 
-
-_pkgbasename=libevent
-pkgname=lib32-libevent
-pkgver=2.1.11
-pkgrel=1
-pkgdesc="An event notification library (32-bit)"
-arch=('x86_64')
-url="http://libevent.org/;
-license=('BSD')
-depends=('lib32-openssl')
-source=(https://github.com/libevent/libevent/releases/download/release-$pkgver-stable/$_pkgbasename-$pkgver-stable.tar.gz{,.asc})
-sha256sums=('a65bac6202ea8c5609fd5c7e480e6d25de467ea1917c08290c521752f147283d'
-'SKIP')
-validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA'
-  '9E3AC83A27974B84D1B3401DB86086848EF8686D')
-
-build() {
-  export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${_pkgbasename}-${pkgver}-stable
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-libevent-regress 
--libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd ${_pkgbasename}-${pkgver}-stable
-  make -j1 check
-}
-
-package() {
-  cd ${_pkgbasename}-${pkgver}-stable
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf ${pkgdir}/usr/{bin,include}
-
-  install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: lib32-libevent/repos/multilib-x86_64/PKGBUILD (from rev 665590, 
lib32-libevent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 01:04:09 UTC (rev 665591)
@@ -0,0 +1,43 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Tom Gundersen 
+# Contributor: Judd 
+
+_pkgbasename=libevent
+pkgname=lib32-libevent
+pkgver=2.1.12
+pkgrel=1
+pkgdesc="An event notification library (32-bit)"
+arch=('x86_64')
+url="http://libevent.org/;
+license=('BSD')
+depends=('lib32-openssl')
+source=(https://github.com/libevent/libevent/releases/download/release-$pkgver-stable/$_pkgbasename-$pkgver-stable.tar.gz{,.asc})
+sha256sums=('92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb'
+'SKIP')
+validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA'
+  '9E3AC83A27974B84D1B3401DB86086848EF8686D')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${_pkgbasename}-${pkgver}-stable
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-libevent-regress 
--libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd ${_pkgbasename}-${pkgver}-stable
+  make -j1 check
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}-stable
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/usr/{bin,include}
+
+  install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 28, 2020 @ 00:51:17
  Author: archange
Revision: 665583

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 00:51:12 UTC (rev 665582)
+++ PKGBUILD2020-07-28 00:51:17 UTC (rev 665583)
@@ -1,31 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=pytest-xvfb
-pkgname=python-${_pkg}
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="pytest plugin to run Xvfb for tests"
-arch=(any)
-url="https://github.com/The-Compiler/pytest-xvfb;
-license=(MIT)
-depends=(python-pytest python-pyvirtualdisplay xorg-server-xvfb)
-makedepends=(python-setuptools)
-checkdepends=(xorg-xauth)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('a7544ca8d0c7c40db4b40d7a417a7b071c68d6ef6bdf9700872d7a167302f979')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  PYTHONPATH="${PWD}/build/lib/" pytest
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-pytest-xvfb/repos/community-any/PKGBUILD (from rev 665582, 
python-pytest-xvfb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 00:51:17 UTC (rev 665583)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=pytest-xvfb
+pkgname=python-${_pkg}
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="pytest plugin to run Xvfb for tests"
+arch=(any)
+url="https://github.com/The-Compiler/pytest-xvfb;
+license=(MIT)
+depends=(python-pytest python-pyvirtualdisplay xorg-server-xvfb)
+makedepends=(python-setuptools)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('c4ba642de05499940db7f65ee111621939be513e3e75c3da9156b7235e2ed8cf')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  rm tests/test_xvfb_windows.py
+  PYTHONPATH="${PWD}/build/lib/" PYTEST_PLUGINS=pytest_xvfb pytest
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+# Currently missing, fixed upstream
+#  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 28, 2020 @ 00:51:12
  Author: archange
Revision: 665582

upgpkg: python-pytest-xvfb 2.0.0-1

Modified:
  python-pytest-xvfb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:47:44 UTC (rev 665581)
+++ PKGBUILD2020-07-28 00:51:12 UTC (rev 665582)
@@ -2,7 +2,7 @@
 
 _pkg=pytest-xvfb
 pkgname=python-${_pkg}
-pkgver=1.2.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="pytest plugin to run Xvfb for tests"
 arch=(any)
@@ -11,7 +11,7 @@
 depends=(python-pytest python-pyvirtualdisplay xorg-server-xvfb)
 makedepends=(python-setuptools)
 
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('a7544ca8d0c7c40db4b40d7a417a7b071c68d6ef6bdf9700872d7a167302f979')
+sha256sums=('c4ba642de05499940db7f65ee111621939be513e3e75c3da9156b7235e2ed8cf')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -20,6 +20,7 @@
 
 check() {
   cd ${_pkg}-${pkgver}
+  rm tests/test_xvfb_windows.py
   PYTHONPATH="${PWD}/build/lib/" PYTEST_PLUGINS=pytest_xvfb pytest
 }
 
@@ -26,5 +27,6 @@
 package() {
   cd ${_pkg}-${pkgver}
   python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+# Currently missing, fixed upstream
+#  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
 }


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

2020-07-27 Thread Nicola Squartini via arch-commits
Date: Tuesday, July 28, 2020 @ 00:56:45
  Author: tensor5
Revision: 665587

archrelease: copy trunk to community-x86_64

Added:
  qpid-proton/repos/community-x86_64/PKGBUILD
(from rev 665586, qpid-proton/trunk/PKGBUILD)
Deleted:
  qpid-proton/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 00:56:23 UTC (rev 665586)
+++ PKGBUILD2020-07-28 00:56:45 UTC (rev 665587)
@@ -1,32 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=qpid-proton
-pkgver=0.30.0
-pkgrel=5
-pkgdesc='High-performance, lightweight messaging library'
-arch=('x86_64')
-url='https://qpid.apache.org/proton'
-license=('Apache')
-depends=('libjsoncpp.so' 'python' 'ruby')
-makedepends=('cmake' 'doxygen' 'python-setuptools' 'swig')
-source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz;)
-sha512sums=('0e55d6a2c9803ef72604c50c7b934379092680b5edd52e3641a851f50ba1136bfa83cd30328d2b3235152331109d3204aa32168aa626d6e8e34a590d82553cc8')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_SUFFIX='' \
--DSYSINSTALL_BINDINGS=ON \
-..
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: qpid-proton/repos/community-x86_64/PKGBUILD (from rev 665586, 
qpid-proton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 00:56:45 UTC (rev 665587)
@@ -0,0 +1,39 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=qpid-proton
+pkgver=0.31.0
+pkgrel=1
+pkgdesc='High-performance, lightweight messaging library'
+arch=('x86_64')
+url='https://qpid.apache.org/proton'
+license=('Apache')
+depends=('libjsoncpp.so' 'python')
+makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 
'python-wheel' 'swig')
+checkdepends=('python-tox')
+source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz;)
+sha512sums=('39487c34ae6ae1cc0c2f57f2ffb2bdf48a554e9ba8439a5c3f9776205cdb138f71284c9fc7626e4bbee3110ccce7da61ddb45f51ebddfede981ada0872074202')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_SUFFIX='' \
+-DSYSINSTALL_BINDINGS=ON \
+..
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}/build
+
+make test
+}
+
+package() {
+cd ${pkgname}-${pkgver}/build
+
+make DESTDIR="${pkgdir}" install
+}


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 00:56:17
  Author: svenstaro
Revision: 665584

upgpkg: clanlib 4.0.0-5: Modernize package

Modified:
  clanlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:51:17 UTC (rev 665583)
+++ PKGBUILD2020-07-28 00:56:17 UTC (rev 665584)
@@ -1,19 +1,19 @@
-# Maintainer: Sven-Hendrik Haase 
-
+# Maintainer: Sven-Hendrik Haase 
 pkgname=clanlib
 pkgver=4.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A multi-platform game development library."
 arch=('x86_64')
-url="http://clanlib.org/;
-license=('zlib')
-depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 
'libxmu' 'sdl_gfx' 'freetype2' 'pcre' 'sqlite' 'libgl')
-makedepends=('doxygen' 'graphviz' 'mesa' 'git')
-source=(git://github.com/sphair/ClanLib.git#tag=v${pkgver})
-sha512sums=('SKIP')
+url="https://github.com/sphair/ClanLib;
+license=('custom:zlib')
+depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 
'libxmu' 'sdl_gfx'
+ 'freetype2' 'pcre' 'sqlite' 'libgl')
+makedepends=('doxygen' 'graphviz' 'mesa')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sphair/ClanLib/archive/v4.0.0.tar.gz)
+sha512sums=('e727239d782d2d52ce2f927e16a88c469b30f46d5b9eba4573baa520d98f60515df7ff4dd921092ddd5cfe4c6f5c441e0f33469b774287003db439feb8b027fe')
 
-build() { 
-   cd ClanLib
+build() {
+   cd ClanLib-$pkgver
 
   ./autogen.sh
./configure --prefix=/usr
@@ -23,13 +23,13 @@
 }
 
 package() {
-   cd ClanLib
+   cd ClanLib-$pkgver
 
-   make DESTDIR=${pkgdir} install
-   make DESTDIR=${pkgdir} install-html
+   make DESTDIR="$pkgdir" install
+   make DESTDIR="$pkgdir" install-html
 
-   install -d ${pkgdir}/usr/share/licenses/${pkgname}
-   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+   install -d "$pkgdir"/usr/share/licenses/$pkgname
+   install -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/
 }
 
 # vim: sw=2:ts=2 et:


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

2020-07-27 Thread Nicola Squartini via arch-commits
Date: Tuesday, July 28, 2020 @ 00:56:17
  Author: tensor5
Revision: 665585

upgpkg: qpid-proton 0.31.0-1

Modified:
  qpid-proton/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:56:17 UTC (rev 665584)
+++ PKGBUILD2020-07-28 00:56:17 UTC (rev 665585)
@@ -1,16 +1,17 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=qpid-proton
-pkgver=0.30.0
-pkgrel=5
+pkgver=0.31.0
+pkgrel=1
 pkgdesc='High-performance, lightweight messaging library'
 arch=('x86_64')
 url='https://qpid.apache.org/proton'
 license=('Apache')
-depends=('libjsoncpp.so' 'python' 'ruby')
-makedepends=('cmake' 'doxygen' 'python-setuptools' 'swig')
+depends=('libjsoncpp.so' 'python')
+makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 
'python-wheel' 'swig')
+checkdepends=('python-tox')
 
source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz;)
-sha512sums=('0e55d6a2c9803ef72604c50c7b934379092680b5edd52e3641a851f50ba1136bfa83cd30328d2b3235152331109d3204aa32168aa626d6e8e34a590d82553cc8')
+sha512sums=('39487c34ae6ae1cc0c2f57f2ffb2bdf48a554e9ba8439a5c3f9776205cdb138f71284c9fc7626e4bbee3110ccce7da61ddb45f51ebddfede981ada0872074202')
 
 build() {
 cd ${pkgname}-${pkgver}
@@ -25,6 +26,12 @@
 make
 }
 
+check() {
+cd ${pkgname}-${pkgver}/build
+
+make test
+}
+
 package() {
 cd ${pkgname}-${pkgver}/build
 


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 00:56:23
  Author: svenstaro
Revision: 665586

archrelease: copy trunk to community-x86_64

Added:
  clanlib/repos/community-x86_64/PKGBUILD
(from rev 665585, clanlib/trunk/PKGBUILD)
Deleted:
  clanlib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 00:56:17 UTC (rev 665585)
+++ PKGBUILD2020-07-28 00:56:23 UTC (rev 665586)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=clanlib
-pkgver=4.0.0
-pkgrel=4
-pkgdesc="A multi-platform game development library."
-arch=('x86_64')
-url="http://clanlib.org/;
-license=('zlib')
-depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 
'libxmu' 'sdl_gfx' 'freetype2' 'pcre' 'sqlite' 'libgl')
-makedepends=('doxygen' 'graphviz' 'mesa' 'git')
-source=(git://github.com/sphair/ClanLib.git#tag=v${pkgver})
-sha512sums=('SKIP')
-
-build() { 
-   cd ClanLib
-
-  ./autogen.sh
-   ./configure --prefix=/usr
-
-   make
-   make html
-}
-
-package() {
-   cd ClanLib
-
-   make DESTDIR=${pkgdir} install
-   make DESTDIR=${pkgdir} install-html
-
-   install -d ${pkgdir}/usr/share/licenses/${pkgname}
-   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: sw=2:ts=2 et:

Copied: clanlib/repos/community-x86_64/PKGBUILD (from rev 665585, 
clanlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 00:56:23 UTC (rev 665586)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=clanlib
+pkgver=4.0.0
+pkgrel=5
+pkgdesc="A multi-platform game development library."
+arch=('x86_64')
+url="https://github.com/sphair/ClanLib;
+license=('custom:zlib')
+depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 
'libxmu' 'sdl_gfx'
+ 'freetype2' 'pcre' 'sqlite' 'libgl')
+makedepends=('doxygen' 'graphviz' 'mesa')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sphair/ClanLib/archive/v4.0.0.tar.gz)
+sha512sums=('e727239d782d2d52ce2f927e16a88c469b30f46d5b9eba4573baa520d98f60515df7ff4dd921092ddd5cfe4c6f5c441e0f33469b774287003db439feb8b027fe')
+
+build() {
+   cd ClanLib-$pkgver
+
+  ./autogen.sh
+   ./configure --prefix=/usr
+
+   make
+   make html
+}
+
+package() {
+   cd ClanLib-$pkgver
+
+   make DESTDIR="$pkgdir" install
+   make DESTDIR="$pkgdir" install-html
+
+   install -d "$pkgdir"/usr/share/licenses/$pkgname
+   install -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim: sw=2:ts=2 et:


[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 "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # fix symlink to symlink that 

[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 python-pyvirtualdisplay/trunk (PKGBUILD)

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 28, 2020 @ 00:40:55
  Author: archange
Revision: 665570

upgpkg: python-pyvirtualdisplay 1.3.2-1

Modified:
  python-pyvirtualdisplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:16:21 UTC (rev 665569)
+++ PKGBUILD2020-07-28 00:40:55 UTC (rev 665570)
@@ -2,7 +2,7 @@
 
 _pkg=PyVirtualDisplay
 pkgname=python-${_pkg,,}
-pkgver=0.2.5
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="Python wrapper for Xvfb, Xephyr and Xvnc"
 arch=(any)
@@ -11,14 +11,13 @@
 depends=(python-easyprocess)
 makedepends=(python-setuptools)
 checkdepends=(
-python-pytest python-nose python-pyscreenshot python-pillow
+python-pytest python-pyscreenshot python-pillow
 python-entrypoint2 python-path.py xorg-server-xvfb xorg-server-xephyr
 xorg-xmessage xorg-xdpyinfo scrot
 )
-#PyPi tarball does not have tests 
https://github.com/ponty/PyVirtualDisplay/pull/45
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('30c13528871d032aec9c09b3a84452cb1d4f0dfc00a8f981df8bfa011b96e073')
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+#source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3fa85a6e490e45eab64e6be19841e0ab15ec8054c97f162079a061da6a93eba0')
 
 build() {
   cd ${_pkg}-${pkgver}


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 00:47:39
  Author: svenstaro
Revision: 665580

upgpkg: cgdb 0.7.1-3: Modernize package

Modified:
  cgdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:46:08 UTC (rev 665579)
+++ PKGBUILD2020-07-28 00:47:39 UTC (rev 665580)
@@ -1,9 +1,9 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Marek Kubica 
 # Contributor: Javier ‘Phrodo_00’ Aravena 
 pkgname=cgdb
 pkgver=0.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Curses-based interface to the GNU Debugger"
 arch=('x86_64')
 url="http://cgdb.github.io/;
@@ -10,11 +10,11 @@
 license=('GPL')
 depends=('readline>=5.1' 'ncurses' 'gdb')
 makedepends=('help2man')
-source=("https://github.com/cgdb/cgdb/archive/v${pkgver}.tar.gz;)
+source=("$pkgver-$pkgname.tar.gz::https://github.com/cgdb/cgdb/archive/v${pkgver}.tar.gz;)
 
sha512sums=('050c7bad963d51c1a2cb309530319ca77e9d236f419fb0abac4ab5030ff1068d799fa626959a8b3036321711de98bddf40d264bf9367ff5697075e30ca8168c6')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./autogen.sh
   ./configure --prefix=/usr
   make
@@ -21,6 +21,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}/" install
 }


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 00:47:44
  Author: svenstaro
Revision: 665581

archrelease: copy trunk to community-x86_64

Added:
  cgdb/repos/community-x86_64/PKGBUILD
(from rev 665580, cgdb/trunk/PKGBUILD)
Deleted:
  cgdb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 00:47:39 UTC (rev 665580)
+++ PKGBUILD2020-07-28 00:47:44 UTC (rev 665581)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Marek Kubica 
-# Contributor: Javier ‘Phrodo_00’ Aravena 
-pkgname=cgdb
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="Curses-based interface to the GNU Debugger"
-arch=('x86_64')
-url="http://cgdb.github.io/;
-license=('GPL')
-depends=('readline>=5.1' 'ncurses' 'gdb')
-makedepends=('help2man')
-source=("https://github.com/cgdb/cgdb/archive/v${pkgver}.tar.gz;)
-sha512sums=('050c7bad963d51c1a2cb309530319ca77e9d236f419fb0abac4ab5030ff1068d799fa626959a8b3036321711de98bddf40d264bf9367ff5697075e30ca8168c6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-}

Copied: cgdb/repos/community-x86_64/PKGBUILD (from rev 665580, 
cgdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 00:47:44 UTC (rev 665581)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Marek Kubica 
+# Contributor: Javier ‘Phrodo_00’ Aravena 
+pkgname=cgdb
+pkgver=0.7.1
+pkgrel=3
+pkgdesc="Curses-based interface to the GNU Debugger"
+arch=('x86_64')
+url="http://cgdb.github.io/;
+license=('GPL')
+depends=('readline>=5.1' 'ncurses' 'gdb')
+makedepends=('help2man')
+source=("$pkgver-$pkgname.tar.gz::https://github.com/cgdb/cgdb/archive/v${pkgver}.tar.gz;)
+sha512sums=('050c7bad963d51c1a2cb309530319ca77e9d236f419fb0abac4ab5030ff1068d799fa626959a8b3036321711de98bddf40d264bf9367ff5697075e30ca8168c6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}


[arch-commits] Commit in intel-compute-runtime/repos/community-x86_64 (2 files)

2020-07-27 Thread Daniel Bermond via arch-commits
Date: Tuesday, July 28, 2020 @ 00:46:08
  Author: dbermond
Revision: 665579

archrelease: copy trunk to community-x86_64

Added:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD
(from rev 665578, intel-compute-runtime/trunk/PKGBUILD)
Deleted:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 00:45:43 UTC (rev 665578)
+++ PKGBUILD2020-07-28 00:46:08 UTC (rev 665579)
@@ -1,39 +0,0 @@
-# Maintainer: Daniel Bermond 
-# Maintainer: Bruno Pagani 
-
-pkgname=intel-compute-runtime
-pkgver=20.28.17293
-pkgrel=1
-pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
-arch=(x86_64)
-url="https://01.org/compute-runtime;
-license=(MIT)
-depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
-makedepends=(cmake libva level-zero-headers)
-optdepends=('libva: for cl_intel_va_api_media_sharing'
-'libdrm: for cl_intel_va_api_media_sharing')
-provides=(opencl-driver level-zero-driver)
-source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('f8e56b139cde0e9dba20522d16efef77c0586c466301cbd6992b92b939366bad')
-
-build() {
-cmake -B build -S compute-runtime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--Wno-dev
-make -C build
-}
-
-package() {
-make -C build DESTDIR="${pkgdir}" install
-install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
-install -Dm644 compute-runtime-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-
-local _lz_sover
-local _lz_major
-_lz_sover=$(find "${pkgdir}"/usr/lib -type f -name 
'libze_intel_gpu.so.*.*.*' | sed 's/^.*\.so\.//')
-_lz_major=${_lz_sover%%.*}
-ln -s libze_intel_gpu.so.${_lz_sover} 
"${pkgdir}"/usr/lib/libze_intel_gpu.so
-ln -s libze_intel_gpu.so.${_lz_sover} 
"${pkgdir}"/usr/lib/libze_intel_gpu.so.${_lz_major}
-}

Copied: intel-compute-runtime/repos/community-x86_64/PKGBUILD (from rev 665578, 
intel-compute-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 00:46:08 UTC (rev 665579)
@@ -0,0 +1,39 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-compute-runtime
+pkgver=20.29.17408
+pkgrel=1
+pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
+arch=(x86_64)
+url="https://01.org/compute-runtime;
+license=(MIT)
+depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
+makedepends=(cmake libva level-zero-headers)
+optdepends=('libva: for cl_intel_va_api_media_sharing'
+'libdrm: for cl_intel_va_api_media_sharing')
+provides=(opencl-driver level-zero-driver)
+source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('fe674407aea8baefe4938abb02bdca5bd86f192caab0bd8b55e2e3f635d8bff0')
+
+build() {
+cmake -B build -S compute-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-Wno-dev
+make -C build
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
+install -Dm644 compute-runtime-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+
+local _lz_sover
+local _lz_major
+_lz_sover=$(find "${pkgdir}"/usr/lib -type f -name 
'libze_intel_gpu.so.*.*.*' | sed 's/^.*\.so\.//')
+_lz_major=${_lz_sover%%.*}
+ln -s libze_intel_gpu.so.${_lz_sover} 
"${pkgdir}"/usr/lib/libze_intel_gpu.so
+ln -s libze_intel_gpu.so.${_lz_sover} 
"${pkgdir}"/usr/lib/libze_intel_gpu.so.${_lz_major}
+}


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 00:45:34
  Author: svenstaro
Revision: 665577

archrelease: copy trunk to community-x86_64

Added:
  caph/repos/community-x86_64/PKGBUILD
(from rev 665576, caph/trunk/PKGBUILD)
  caph/repos/community-x86_64/caph.desktop
(from rev 665576, caph/trunk/caph.desktop)
Deleted:
  caph/repos/community-x86_64/PKGBUILD
  caph/repos/community-x86_64/caph.desktop

--+
 PKGBUILD |   68 +++--
 caph.desktop |   14 +--
 2 files changed, 40 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 00:45:26 UTC (rev 665576)
+++ PKGBUILD2020-07-28 00:45:34 UTC (rev 665577)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: jose 
-
-pkgname=caph
-arch=('x86_64')
-pkgver=1.1
-pkgrel=6
-pkgdesc='Sandbox game based on physics which uses doodles as a primary 
gameplay element'
-license=('GPL')
-url='http://sourceforge.net/projects/caphgame/'
-depends=('sdl' 'libgl' 'libpng')
-makedepends=('mesa')
-source=("https://sourceforge.net/projects/caphgame/files/caph/caphgame-${pkgver}/caph-${pkgver}.tar.bz2;
-"caph.desktop")
-md5sums=('dbc2cfbb5cd98a77c5b731515d3a77b9'
- '79c6448995026f77fd912dd109b50287')
-
-build() {
-  cd $srcdir/caph-${pkgver}/src
-  ./confg
-  ./build
-}
-
-package() {
-  cd $srcdir/caph-${pkgver}/src
-  mkdir -p $pkgdir/usr/{bin,share/{caph/maps,doc/caph}}
-  install -D -m755 ./caph $pkgdir/usr/bin/caph
-  install -D -m644 ../doc/caph/* $pkgdir/usr/share/doc/caph/ || true
-  install -D -m644 ../share/caph/* $pkgdir/usr/share/caph/ || true
-  install -D -m644 ../share/caph/maps/* $pkgdir/usr/share/caph/maps || true
-  install -D -m644 $srcdir/caph.desktop 
$pkgdir/usr/share/applications/caph.desktop
-  install -D -m644 ../share/caph/brush.png $pkgdir/usr/share/pixmaps/caph.png
-}
-
-# vim: sw=2:ts=2 et:

Copied: caph/repos/community-x86_64/PKGBUILD (from rev 665576, 
caph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 00:45:34 UTC (rev 665577)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: jose 
+
+pkgname=caph
+arch=('x86_64')
+pkgver=1.1
+pkgrel=7
+pkgdesc='Sandbox game based on physics which uses doodles as a primary 
gameplay element'
+license=('GPL')
+url='http://sourceforge.net/projects/caphgame/'
+depends=('sdl' 'libgl' 'libpng')
+makedepends=('mesa')
+source=("https://sourceforge.net/projects/caphgame/files/caph/caphgame-${pkgver}/caph-${pkgver}.tar.bz2;
+"caph.desktop")
+sha512sums=('44c325b5684210e091e416f2914531e72ce66bfd81303bfc696e9e35fb0bf0c73042e9cc3141146ffbfa0de81b6347fcda8ca37cab5b97119bf4cdb99b55cea7'
+
'95e6e41abe9ae95c6083fb0bf64e30fc8e0bef9c270b02ff7b9366e0f791f25ab499b46e49ffa931a20a35ae4d9b3d220cb023462e7f1643212733dcfaec0ccd')
+
+build() {
+  cd caph-${pkgver}/src
+  ./confg
+  ./build
+}
+
+package() {
+  cd caph-${pkgver}/src
+  install -Dm755 ./caph "$pkgdir"/usr/bin/caph
+  install -Dm644 "$srcdir"/caph.desktop 
"$pkgdir"/usr/share/applications/caph.desktop
+  install -Dm644 ../share/caph/brush.png "$pkgdir"/usr/share/pixmaps/caph.png
+  cp -r ../share/caph "$pkgdir"/usr/share
+  cp -r ../doc "$pkgdir"/usr/share/doc
+}
+
+# vim: sw=2:ts=2 et:

Deleted: caph.desktop
===
--- caph.desktop2020-07-28 00:45:26 UTC (rev 665576)
+++ caph.desktop2020-07-28 00:45:34 UTC (rev 665577)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Caph
-Comment=Sandbox game based on physics
-Exec=caph
-Icon=caph.png
-Categories=Game;LogicGame;

Copied: caph/repos/community-x86_64/caph.desktop (from rev 665576, 
caph/trunk/caph.desktop)
===
--- caph.desktop(rev 0)
+++ caph.desktop2020-07-28 00:45:34 UTC (rev 665577)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=Caph
+Comment=Sandbox game based on physics
+Exec=caph
+Icon=caph.png
+Categories=Game;LogicGame;


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 00:45:26
  Author: svenstaro
Revision: 665576

upgpkg: caph 1.1-7: Modernize package

Modified:
  caph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:45:19 UTC (rev 665575)
+++ PKGBUILD2020-07-28 00:45:26 UTC (rev 665576)
@@ -1,10 +1,10 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: jose 
 
 pkgname=caph
 arch=('x86_64')
 pkgver=1.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Sandbox game based on physics which uses doodles as a primary 
gameplay element'
 license=('GPL')
 url='http://sourceforge.net/projects/caphgame/'
@@ -12,24 +12,22 @@
 makedepends=('mesa')
 
source=("https://sourceforge.net/projects/caphgame/files/caph/caphgame-${pkgver}/caph-${pkgver}.tar.bz2;
 "caph.desktop")
-md5sums=('dbc2cfbb5cd98a77c5b731515d3a77b9'
- '79c6448995026f77fd912dd109b50287')
+sha512sums=('44c325b5684210e091e416f2914531e72ce66bfd81303bfc696e9e35fb0bf0c73042e9cc3141146ffbfa0de81b6347fcda8ca37cab5b97119bf4cdb99b55cea7'
+
'95e6e41abe9ae95c6083fb0bf64e30fc8e0bef9c270b02ff7b9366e0f791f25ab499b46e49ffa931a20a35ae4d9b3d220cb023462e7f1643212733dcfaec0ccd')
 
 build() {
-  cd $srcdir/caph-${pkgver}/src
+  cd caph-${pkgver}/src
   ./confg
   ./build
 }
 
 package() {
-  cd $srcdir/caph-${pkgver}/src
-  mkdir -p $pkgdir/usr/{bin,share/{caph/maps,doc/caph}}
-  install -D -m755 ./caph $pkgdir/usr/bin/caph
-  install -D -m644 ../doc/caph/* $pkgdir/usr/share/doc/caph/ || true
-  install -D -m644 ../share/caph/* $pkgdir/usr/share/caph/ || true
-  install -D -m644 ../share/caph/maps/* $pkgdir/usr/share/caph/maps || true
-  install -D -m644 $srcdir/caph.desktop 
$pkgdir/usr/share/applications/caph.desktop
-  install -D -m644 ../share/caph/brush.png $pkgdir/usr/share/pixmaps/caph.png
+  cd caph-${pkgver}/src
+  install -Dm755 ./caph "$pkgdir"/usr/bin/caph
+  install -Dm644 "$srcdir"/caph.desktop 
"$pkgdir"/usr/share/applications/caph.desktop
+  install -Dm644 ../share/caph/brush.png "$pkgdir"/usr/share/pixmaps/caph.png
+  cp -r ../share/caph "$pkgdir"/usr/share
+  cp -r ../doc "$pkgdir"/usr/share/doc
 }
 
 # vim: sw=2:ts=2 et:


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

2020-07-27 Thread Daniel Bermond via arch-commits
Date: Tuesday, July 28, 2020 @ 00:45:43
  Author: dbermond
Revision: 665578

upgpkg: intel-compute-runtime 20.29.17408-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:45:34 UTC (rev 665577)
+++ PKGBUILD2020-07-28 00:45:43 UTC (rev 665578)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=20.28.17293
+pkgver=20.29.17408
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('f8e56b139cde0e9dba20522d16efef77c0586c466301cbd6992b92b939366bad')
+sha256sums=('fe674407aea8baefe4938abb02bdca5bd86f192caab0bd8b55e2e3f635d8bff0')
 
 build() {
 cmake -B build -S compute-runtime-${pkgver} \


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

2020-07-27 Thread Daniel Bermond via arch-commits
Date: Tuesday, July 28, 2020 @ 00:45:19
  Author: dbermond
Revision: 665575

archrelease: copy trunk to community-x86_64

Added:
  intel-gmmlib/repos/community-x86_64/PKGBUILD
(from rev 665574, intel-gmmlib/trunk/PKGBUILD)
Deleted:
  intel-gmmlib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 00:44:56 UTC (rev 665574)
+++ PKGBUILD2020-07-28 00:45:19 UTC (rev 665575)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Daniel Bermond 
-
-pkgname=intel-gmmlib
-pkgver=20.2.2
-pkgrel=1
-pkgdesc="Intel Graphics Memory Management Library"
-arch=(x86_64)
-url="https://github.com/intel/gmmlib/;
-license=(MIT)
-depends=(gcc-libs)
-makedepends=(cmake)
-provides=(gmmlib)
-conflicts=(gmmlib)
-replaces=(gmmlib)
-options=(!emptydirs)
-source=("https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('b3dfb193549b7385d68d959b31fa4670fef69161ca808bc9268a213bffba84f2')
-
-build() {
-export CFLAGS+=" ${CPPFLAGS}"
-export CXXFLAGS+=" ${CPPFLAGS}"
-cmake -B build -S gmmlib-${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DRUN_TEST_SUITE=ON \
--Wno-dev
-make -C build
-}
-
-package() {
-make -C build DESTDIR="${pkgdir}" install
-install -Dm644 gmmlib-${pkgname}-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: intel-gmmlib/repos/community-x86_64/PKGBUILD (from rev 665574, 
intel-gmmlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 00:45:19 UTC (rev 665575)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Daniel Bermond 
+
+pkgname=intel-gmmlib
+pkgver=20.2.3
+pkgrel=1
+pkgdesc="Intel Graphics Memory Management Library"
+arch=(x86_64)
+url="https://github.com/intel/gmmlib/;
+license=(MIT)
+depends=(gcc-libs)
+makedepends=(cmake)
+provides=(gmmlib)
+conflicts=(gmmlib)
+replaces=(gmmlib)
+options=(!emptydirs)
+source=("https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('d2e0be39a986181623486d975f10ab74bc973857d216dc9f48400db96c6dfd66')
+
+build() {
+cmake -B build -S gmmlib-${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DRUN_TEST_SUITE=ON \
+-Wno-dev
+make -C build
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 gmmlib-${pkgname}-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-07-27 Thread Daniel Bermond via arch-commits
Date: Tuesday, July 28, 2020 @ 00:44:56
  Author: dbermond
Revision: 665574

upgpkg: intel-gmmlib 20.2.3-1

Modified:
  intel-gmmlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:44:16 UTC (rev 665573)
+++ PKGBUILD2020-07-28 00:44:56 UTC (rev 665574)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=intel-gmmlib
-pkgver=20.2.2
+pkgver=20.2.3
 pkgrel=1
 pkgdesc="Intel Graphics Memory Management Library"
 arch=(x86_64)
@@ -15,11 +15,9 @@
 replaces=(gmmlib)
 options=(!emptydirs)
 
source=("https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('b3dfb193549b7385d68d959b31fa4670fef69161ca808bc9268a213bffba84f2')
+sha256sums=('d2e0be39a986181623486d975f10ab74bc973857d216dc9f48400db96c6dfd66')
 
 build() {
-export CFLAGS+=" ${CPPFLAGS}"
-export CXXFLAGS+=" ${CPPFLAGS}"
 cmake -B build -S gmmlib-${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \


[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 makepkg's zipman
+   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
+   rm 

[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 ptex/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 00:16:21
  Author: svenstaro
Revision: 665569

archrelease: copy trunk to community-x86_64

Added:
  ptex/repos/community-x86_64/PKGBUILD
(from rev 665568, ptex/trunk/PKGBUILD)
Deleted:
  ptex/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-28 00:16:15 UTC (rev 665568)
+++ PKGBUILD2020-07-28 00:16:21 UTC (rev 665569)
@@ -1,46 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=ptex
-pkgver=2.3.2
-_commit_sha=1b8bc985a71143317ae9e4969fa08e164da7c2e5
-pkgrel=1
-pkgdesc="Per-Face Texture Mapping for Production Rendering"
-arch=(x86_64)
-url="http://ptex.us/;
-license=('BSD')
-depends=(zlib)
-makedepends=(git doxygen cmake)
-source=("https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz;)
-sha512sums=('dbc557dc5e1761204ee3483af9bf4ff1504cbd7955e0405dc27a51f7182e2445e41db086b2792c2491aa2cbaddc74e523170a4b3d25e44d332123d5b7081f4b9')
-
-prepare() {
-   mkdir "$pkgname-$pkgver"/build
-}
-
-build() {
-   cd "$pkgname-$pkgver"/build
-
-   cmake .. \
--DPTEX_SHA=$_commit_sha \
--DPTEX_VER=$pkgver \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_PREFIX=/usr
-
-make
-}
-
-check() {
-   cd "$pkgname-$pkgver"/build
-make test V=1
-}
-
-package() {
-   cd "$pkgname-$pkgver"/build
-
-# install -d ${pkgdir}/usr/share
-make DESTDIR="$pkgdir" install
-
-# cp -r install/{bin,include,lib} ${pkgdir}/usr
-# cp -r install/doc ${pkgdir}/usr/share/
-
-install -Dm644 ../src/doc/License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/License.txt
-}

Copied: ptex/repos/community-x86_64/PKGBUILD (from rev 665568, 
ptex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-28 00:16:21 UTC (rev 665569)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=ptex
+pkgver=2.3.2
+pkgrel=2
+pkgdesc="Per-Face Texture Mapping for Production Rendering"
+arch=('x86_64')
+url="http://ptex.us/;
+license=('BSD')
+depends=('zlib' 'gcc-libs')
+makedepends=('git' 'doxygen' 'cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz;)
+sha512sums=('dbc557dc5e1761204ee3483af9bf4ff1504cbd7955e0405dc27a51f7182e2445e41db086b2792c2491aa2cbaddc74e523170a4b3d25e44d332123d5b7081f4b9')
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   cmake . \
+-Bbuild \
+-GNinja \
+-DPTEX_SHA=$_commit_sha \
+-DPTEX_VER=$pkgver \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr
+
+ninja -C build
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+ninja -C build test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 src/doc/License.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/License.txt
+}


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 00:16:15
  Author: svenstaro
Revision: 665568

upgpkg: ptex 2.3.2-2: Modernize package

Modified:
  ptex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:10:22 UTC (rev 665567)
+++ PKGBUILD2020-07-28 00:16:15 UTC (rev 665568)
@@ -1,46 +1,38 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=ptex
 pkgver=2.3.2
-_commit_sha=1b8bc985a71143317ae9e4969fa08e164da7c2e5
-pkgrel=1
+pkgrel=2
 pkgdesc="Per-Face Texture Mapping for Production Rendering"
-arch=(x86_64)
+arch=('x86_64')
 url="http://ptex.us/;
 license=('BSD')
-depends=(zlib)
-makedepends=(git doxygen cmake)
-source=("https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz;)
+depends=('zlib' 'gcc-libs')
+makedepends=('git' 'doxygen' 'cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz;)
 
sha512sums=('dbc557dc5e1761204ee3483af9bf4ff1504cbd7955e0405dc27a51f7182e2445e41db086b2792c2491aa2cbaddc74e523170a4b3d25e44d332123d5b7081f4b9')
 
-prepare() {
-   mkdir "$pkgname-$pkgver"/build
-}
-
 build() {
-   cd "$pkgname-$pkgver"/build
+   cd "$pkgname-$pkgver"
 
-   cmake .. \
+   cmake . \
+-Bbuild \
+-GNinja \
 -DPTEX_SHA=$_commit_sha \
 -DPTEX_VER=$pkgver \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_INSTALL_PREFIX=/usr
 
-make
+ninja -C build
 }
 
 check() {
-   cd "$pkgname-$pkgver"/build
-make test V=1
+   cd "$pkgname-$pkgver"
+ninja -C build test
 }
 
 package() {
-   cd "$pkgname-$pkgver"/build
+   cd "$pkgname-$pkgver"
 
-# install -d ${pkgdir}/usr/share
-make DESTDIR="$pkgdir" install
-
-# cp -r install/{bin,include,lib} ${pkgdir}/usr
-# cp -r install/doc ${pkgdir}/usr/share/
-
-install -Dm644 ../src/doc/License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/License.txt
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 src/doc/License.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/License.txt
 }


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 28, 2020 @ 00:10:04
  Author: archange
Revision: 665566

archrelease: copy trunk to community-any

Added:
  python-partd/repos/community-any/
  python-partd/repos/community-any/PKGBUILD
(from rev 665565, python-partd/trunk/PKGBUILD)

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

Copied: python-partd/repos/community-any/PKGBUILD (from rev 665565, 
python-partd/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-07-28 00:10:04 UTC (rev 665566)
@@ -0,0 +1,48 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=partd
+pkgname=python-${_pkg}
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Concurrent appendable key-value storage"
+arch=(any)
+url="https://github.com/dask/partd;
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(
+python
+python-locket
+python-toolz
+)
+optdepends=(
+python-blosc
+python-numpy
+python-pandas
+python-pyzmq
+)
+checkdepends=(
+python-pytest
+python-blosc
+python-numpy
+python-pandas
+python-pyzmq
+)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('6e258bf0810701407ad1410d63d1a15cfd7b773fd9efe555dac6bb82cc8832b0')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  PYTHONPATH="${PWD}"/build/lib pytest
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  # Install license file
+  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[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=('9f2f0798f76eb8f30feaeda7e442ceed479bc54db0e3ac19c052d68685e51ef7'
+'SKIP'
+'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
+

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

2020-07-27 Thread Eli Schwartz via arch-commits
Date: Tuesday, July 28, 2020 @ 00:10:22
  Author: eschwartz
Revision: 665567

asciidoc: clean up optdepends list

the default is w3m, not lynx, and make the descriptions more uniform

Modified:
  asciidoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:10:04 UTC (rev 665566)
+++ PKGBUILD2020-07-28 00:10:22 UTC (rev 665567)
@@ -15,12 +15,12 @@
 license=('GPL')
 depends=('python2' 'libxslt' 'docbook-xsl')
 optdepends=('lilypond: music-filter'
-'imagemagick: music-filter (used in conjunction with lilypond)'
+'imagemagick: music-filter'
 'source-highlight: source-highlight-filter'
 'dblatex: pdf generation'
 'fop: alternative pdf generation'
-'lynx: text generation'
-'w3m: text generation (alternative to lynx)')
+'w3m: text generation'
+'lynx: alternative text generation')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/asciidoc/asciidoc/archive/${pkgver}.tar.gz;)
 md5sums=('4e69960f4d431780e9828f53417d8d7a')
 
@@ -60,7 +60,7 @@
   install -Dm644 asciidocapi.py \
 ${pkgdir}/usr/lib/python2.7/site-packages/asciidocapi.py
 
-  # fix FS#21579 - [asciidoc] 8.6.2-2 "asciidoc" table style doesn't work 
(mismatched python version) 
+  # fix FS#21579 - [asciidoc] 8.6.2-2 "asciidoc" table style doesn't work 
(mismatched python version)
   #sed -i 's/python/python2/' \
 #${pkgdir}/etc/asciidoc/asciidoc.conf
 }


[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 (4 files)

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 28, 2020 @ 00:09:55
  Author: archange
Revision: 665565

Initial addition of python-partd, required by dask

Added:
  python-partd/
  python-partd/repos/
  python-partd/trunk/
  python-partd/trunk/PKGBUILD

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

Added: python-partd/trunk/PKGBUILD
===
--- python-partd/trunk/PKGBUILD (rev 0)
+++ python-partd/trunk/PKGBUILD 2020-07-28 00:09:55 UTC (rev 665565)
@@ -0,0 +1,48 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=partd
+pkgname=python-${_pkg}
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Concurrent appendable key-value storage"
+arch=(any)
+url="https://github.com/dask/partd;
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(
+python
+python-locket
+python-toolz
+)
+optdepends=(
+python-blosc
+python-numpy
+python-pandas
+python-pyzmq
+)
+checkdepends=(
+python-pytest
+python-blosc
+python-numpy
+python-pandas
+python-pyzmq
+)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('6e258bf0810701407ad1410d63d1a15cfd7b773fd9efe555dac6bb82cc8832b0')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  PYTHONPATH="${PWD}"/build/lib pytest
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  # Install license file
+  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 28, 2020 @ 00:00:57
  Author: archange
Revision: 665562

archrelease: copy trunk to community-any

Added:
  python-locket/repos/community-any/
  python-locket/repos/community-any/PKGBUILD
(from rev 665561, python-locket/trunk/PKGBUILD)

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

Copied: python-locket/repos/community-any/PKGBUILD (from rev 665561, 
python-locket/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-07-28 00:00:57 UTC (rev 665562)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=locket
+pkgname=python-${_pkg}
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="File-based locks for Python"
+arch=(any)
+url="https://github.com/mwilliamson/locket.py;
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python)
+checkdepends=(python-nose python-spur)
+# No tests in pypi tarballs
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('85ae716ac9e929e03dc8ed5e2725159d2d7570735fb2d0981ad453910b574ed1')
+
+build() {
+  cd ${_pkg}.py-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}.py-${pkgver}
+  # Failures with 3.8, dead upstream
+  nosetests || warning "Tests failed"
+}
+
+package() {
+  cd ${_pkg}.py-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  # Install license file
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in (4 files)

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 28, 2020 @ 00:00:44
  Author: archange
Revision: 665561

Initial addition of python-locket, required by python-partd

Added:
  python-locket/
  python-locket/repos/
  python-locket/trunk/
  python-locket/trunk/PKGBUILD

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

Added: python-locket/trunk/PKGBUILD
===
--- python-locket/trunk/PKGBUILD(rev 0)
+++ python-locket/trunk/PKGBUILD2020-07-28 00:00:44 UTC (rev 665561)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=locket
+pkgname=python-${_pkg}
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="File-based locks for Python"
+arch=(any)
+url="https://github.com/mwilliamson/locket.py;
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python)
+checkdepends=(python-nose python-spur)
+# No tests in pypi tarballs
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('85ae716ac9e929e03dc8ed5e2725159d2d7570735fb2d0981ad453910b574ed1')
+
+build() {
+  cd ${_pkg}.py-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}.py-${pkgver}
+  # Failures with 3.8, dead upstream
+  nosetests || warning "Tests failed"
+}
+
+package() {
+  cd ${_pkg}.py-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  # Install license file
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in (4 files)

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 23:56:44
  Author: archange
Revision: 665559

"Initial addition of python-spur, required by python-locket"

Added:
  python-spur/
  python-spur/repos/
  python-spur/trunk/
  python-spur/trunk/PKGBUILD

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

Added: python-spur/trunk/PKGBUILD
===
--- python-spur/trunk/PKGBUILD  (rev 0)
+++ python-spur/trunk/PKGBUILD  2020-07-27 23:56:44 UTC (rev 665559)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=spur
+pkgname=python-${_pkg}
+pkgver=0.3.21
+pkgrel=1
+pkgdesc="Run commands and manipulate files locally or over SSH using the same 
interface"
+arch=(any)
+url="https://github.com/mwilliamson/spur.py;
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python python-paramiko)
+checkdepends=(python-nose)
+# No tests in pypi tarballs
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('fb2fbc9a875a90b9e25ae477d7791aa3011a211e33b58de47430828d2786a08f')
+
+build() {
+  cd ${_pkg}.py-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}.py-${pkgver}
+  # https://github.com/mwilliamson/spur.py/issues/85
+  nosetests || warning "Tests failed"
+}
+
+package() {
+  cd ${_pkg}.py-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  # Install license file
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 23:56:52
  Author: archange
Revision: 665560

archrelease: copy trunk to community-any

Added:
  python-spur/repos/community-any/
  python-spur/repos/community-any/PKGBUILD
(from rev 665559, python-spur/trunk/PKGBUILD)

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

Copied: python-spur/repos/community-any/PKGBUILD (from rev 665559, 
python-spur/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-07-27 23:56:52 UTC (rev 665560)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=spur
+pkgname=python-${_pkg}
+pkgver=0.3.21
+pkgrel=1
+pkgdesc="Run commands and manipulate files locally or over SSH using the same 
interface"
+arch=(any)
+url="https://github.com/mwilliamson/spur.py;
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python python-paramiko)
+checkdepends=(python-nose)
+# No tests in pypi tarballs
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('fb2fbc9a875a90b9e25ae477d7791aa3011a211e33b58de47430828d2786a08f')
+
+build() {
+  cd ${_pkg}.py-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}.py-${pkgver}
+  # https://github.com/mwilliamson/spur.py/issues/85
+  nosetests || warning "Tests failed"
+}
+
+package() {
+  cd ${_pkg}.py-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  # Install license file
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 27, 2020 @ 23:49:16
  Author: svenstaro
Revision: 665558

archrelease: copy trunk to community-x86_64

Added:
  broot/repos/community-x86_64/PKGBUILD
(from rev 665557, broot/trunk/PKGBUILD)
Deleted:
  broot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 23:49:09 UTC (rev 665557)
+++ PKGBUILD2020-07-27 23:49:16 UTC (rev 665558)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adam Fontenot 
-# Contributor: Daniel M. Capella 
-
-pkgname=broot
-pkgver=0.19.2
-pkgrel=1
-pkgdesc='Fuzzy Search + tree + cd'
-arch=('x86_64')
-url=https://github.com/Canop/broot
-license=('MIT')
-depends=('gcc-libs' 'zlib')
-makedepends=('rust')
-source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('7d26392e1e70d382d20ef478a2dfa093c410f8db2d2689615c89cf3f69166063')
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd $pkgname-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: broot/repos/community-x86_64/PKGBUILD (from rev 665557, 
broot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 23:49:16 UTC (rev 665558)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adam Fontenot 
+# Contributor: Daniel M. Capella 
+
+pkgname=broot
+pkgver=0.19.3
+pkgrel=1
+pkgdesc='Fuzzy Search + tree + cd'
+arch=('x86_64')
+url=https://github.com/Canop/broot
+license=('MIT')
+depends=('gcc-libs' 'zlib')
+makedepends=('rust')
+source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
+sha256sums=('8aa62073ba4c68d7df3e5a83271fc7c2ffa3c24d041005e69a28b3b8ef7d7bdf')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd $pkgname-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  sed -i "s/#version/$pkgver/" man/page
+  # Theoretically we could get the date from the CHANGELOG.md but it seems 
that the
+  # CHANGELOG.md entry for the current version isn't actually in the current 
release.
+  # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
+  sed -i "s/#date//" man/page
+  gzip --best man/page
+  install -Dm644 man/page.gz "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 27, 2020 @ 23:49:09
  Author: svenstaro
Revision: 665557

upgpkg: broot 0.19.3-1

Modified:
  broot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 23:37:54 UTC (rev 665556)
+++ PKGBUILD2020-07-27 23:49:09 UTC (rev 665557)
@@ -28,9 +28,10 @@
   cd $pkgname-$pkgver
   install -Dt "$pkgdir"/usr/bin target/release/$pkgname
   sed -i "s/#version/$pkgver/" man/page
-  changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
-  sed -i "s/#date/$changelog_date/" man/page
-  head man/page
+  # Theoretically we could get the date from the CHANGELOG.md but it seems 
that the
+  # CHANGELOG.md entry for the current version isn't actually in the current 
release.
+  # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
+  sed -i "s/#date//" man/page
   gzip --best man/page
   install -Dm644 man/page.gz "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 23:37:47
  Author: archange
Revision: 66

Fix license

Modified:
  python-fsspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 23:26:33 UTC (rev 665554)
+++ PKGBUILD2020-07-27 23:37:47 UTC (rev 66)
@@ -3,11 +3,11 @@
 _pkg=filesystem_spec
 pkgname=python-fsspec
 pkgver=0.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Specification that python filesystems should adhere to."
 arch=(any)
 url="https://github.com/intake/filesystem_spec;
-license=(MIT)
+license=(BSD)
 makedepends=(python-setuptools)
 depends=(python)
 checkdepends=(


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 23:37:54
  Author: archange
Revision: 665556

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 23:37:47 UTC (rev 66)
+++ PKGBUILD2020-07-27 23:37:54 UTC (rev 665556)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=filesystem_spec
-pkgname=python-fsspec
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="Specification that python filesystems should adhere to."
-arch=(any)
-url="https://github.com/intake/filesystem_spec;
-license=(MIT)
-makedepends=(python-setuptools)
-depends=(python)
-checkdepends=(
-python-pytest
-python-numpy
-)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('35aa9775ed20b35f82de6d38fa28b6cd53f9e56e8dad727c0192f33c79b72959')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  # https://github.com/intake/filesystem_spec/issues/253
-  sed -i '/assert getpass.getuser() in stripped/d' 
fsspec/implementations/tests/test_local.py
-  pytest
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  # Install license file
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-fsspec/repos/community-any/PKGBUILD (from rev 66, 
python-fsspec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 23:37:54 UTC (rev 665556)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=filesystem_spec
+pkgname=python-fsspec
+pkgver=0.7.4
+pkgrel=2
+pkgdesc="Specification that python filesystems should adhere to."
+arch=(any)
+url="https://github.com/intake/filesystem_spec;
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python)
+checkdepends=(
+python-pytest
+python-numpy
+)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('35aa9775ed20b35f82de6d38fa28b6cd53f9e56e8dad727c0192f33c79b72959')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  # https://github.com/intake/filesystem_spec/issues/253
+  sed -i '/assert getpass.getuser() in stripped/d' 
fsspec/implementations/tests/test_local.py
+  pytest
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  # Install license file
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in (4 files)

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 23:26:25
  Author: archange
Revision: 665553

Initial addition of python-fsspec, required by dask

Added:
  python-fsspec/
  python-fsspec/repos/
  python-fsspec/trunk/
  python-fsspec/trunk/PKGBUILD

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

Added: python-fsspec/trunk/PKGBUILD
===
--- python-fsspec/trunk/PKGBUILD(rev 0)
+++ python-fsspec/trunk/PKGBUILD2020-07-27 23:26:25 UTC (rev 665553)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=filesystem_spec
+pkgname=python-fsspec
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="Specification that python filesystems should adhere to."
+arch=(any)
+url="https://github.com/intake/filesystem_spec;
+license=(MIT)
+makedepends=(python-setuptools)
+depends=(python)
+checkdepends=(
+python-pytest
+python-numpy
+)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('35aa9775ed20b35f82de6d38fa28b6cd53f9e56e8dad727c0192f33c79b72959')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  # https://github.com/intake/filesystem_spec/issues/253
+  sed -i '/assert getpass.getuser() in stripped/d' 
fsspec/implementations/tests/test_local.py
+  pytest
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  # Install license file
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 23:26:33
  Author: archange
Revision: 665554

archrelease: copy trunk to community-any

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

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

Copied: python-fsspec/repos/community-any/PKGBUILD (from rev 665553, 
python-fsspec/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-07-27 23:26:33 UTC (rev 665554)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=filesystem_spec
+pkgname=python-fsspec
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="Specification that python filesystems should adhere to."
+arch=(any)
+url="https://github.com/intake/filesystem_spec;
+license=(MIT)
+makedepends=(python-setuptools)
+depends=(python)
+checkdepends=(
+python-pytest
+python-numpy
+)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('35aa9775ed20b35f82de6d38fa28b6cd53f9e56e8dad727c0192f33c79b72959')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  # https://github.com/intake/filesystem_spec/issues/253
+  sed -i '/assert getpass.getuser() in stripped/d' 
fsspec/implementations/tests/test_local.py
+  pytest
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  # Install license file
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 27, 2020 @ 22:55:11
  Author: svenstaro
Revision: 665551

archrelease: copy trunk to community-x86_64

Added:
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 665550, tensorflow/trunk/PKGBUILD)
  tensorflow/repos/community-x86_64/build-against-actual-mkl.patch
(from rev 665550, tensorflow/trunk/build-against-actual-mkl.patch)
Deleted:
  tensorflow/repos/community-x86_64/PKGBUILD
  tensorflow/repos/community-x86_64/build-against-actual-mkl.patch

+
 PKGBUILD   |  568 +++
 build-against-actual-mkl.patch |   74 ++---
 2 files changed, 321 insertions(+), 321 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 22:54:52 UTC (rev 665550)
+++ PKGBUILD2020-07-27 22:55:11 UTC (rev 665551)
@@ -1,284 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov (kgizdov) 
-# Contributor: Adria Arrufat (archdria) 
-# Contributor: Thibault Lorrain (fredszaq) 
-
-pkgbase=tensorflow
-pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
-pkgver=2.3.0rc2
-_pkgver=2.3.0-rc2
-pkgrel=2
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/;
-license=('APACHE')
-arch=('x86_64')
-depends=('c-ares' 'intel-mkl' 'onednn')
-makedepends=('bazel' 'python-numpy' 'cuda' 'nvidia-utils' 'nccl' 'git' 'gcc9'
- 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools' 
'python-h5py'
- 'python-keras-applications' 'python-keras-preprocessing')
-optdepends=('tensorboard: Tensorflow visualization toolkit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
-
numpy1.20.patch::https://github.com/tensorflow/tensorflow/commit/75ea0b31477d6ba9e990e296bbbd8ca4e7eebadf.patch
-build-against-actual-mkl.patch)
-sha512sums=('401c6e2a89aff763b2aa102d0dacc99c955d2d2eea41ec93de8c9c0f3422d85ad7cabf04991675ac45ef9fe5e971794dba3a062ba527d9af41d2d4072806730c'
-
'df2e0373e2f63b8766f31933f7db57f6a7559b8f03af1db51644fba87731451a7cd3895529a3192e5394612fcb42f245b794b1c9ca3c05881ca03a547c8c9acc'
-
'e51e3f3dced121db3a09fbdaefd3336095584b72a5eb6f302fa6fa68ab56ea45e8a847ec90ff4ba076db312c06f91ff672e08e95263c658526582494ce08')
-
-get_pyver () {
-  python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-check_dir() {
-  if [ -d "${1}" ]; then
-return 0
-  else
->&2 echo Directory "${1}" does not exist or is a file! Exiting...
-exit 1
-  fi
-}
-
-prepare() {
-  # Allow any bazel version
-  echo "*" > tensorflow-${_pkgver}/.bazelversion
-
-  # Tensorflow actually wants to build against a slimmed down version of Intel 
MKL called MKLML
-  # See https://github.com/intel/mkl-dnn/issues/102
-  # MKLML version that Tensorflow wants to use is 
https://github.com/intel/mkl-dnn/releases/tag/v0.21
-  patch -Np1 -d tensorflow-${_pkgver} -i 
"$srcdir"/build-against-actual-mkl.patch
-
-  # Compile with C++17 by default (FS#65953)
-  #sed -i "s/c++14/c++17/g" tensorflow-${_pkgver}/.bazelrc
-
-  patch -Np1 -d tensorflow-${_pkgver} -i "$srcdir"/numpy1.20.patch
-
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-cuda
-
-  # These environment variables influence the behavior of the configure call 
below.
-  export PYTHON_BIN_PATH=/usr/bin/python
-  export USE_DEFAULT_PYTHON_LIB_PATH=1
-  export TF_NEED_JEMALLOC=1
-  export TF_NEED_KAFKA=0
-  export TF_NEED_OPENCL_SYCL=0
-  export TF_NEED_AWS=0
-  export TF_NEED_GCP=0
-  export TF_NEED_HDFS=0
-  export TF_NEED_S3=0
-  export TF_ENABLE_XLA=1
-  export TF_NEED_GDR=0
-  export TF_NEED_VERBS=0
-  export TF_NEED_OPENCL=0
-  export TF_NEED_MPI=0
-  export TF_NEED_TENSORRT=0
-  export TF_NEED_NGRAPH=0
-  export TF_NEED_IGNITE=0
-  export TF_NEED_ROCM=0
-  export TF_SET_ANDROID_WORKSPACE=0
-  export TF_DOWNLOAD_CLANG=0
-  export TF_NCCL_VERSION=2.7
-  export TF_IGNORE_MAX_BAZEL_VERSION=1
-  export TF_MKL_ROOT=/opt/intel/mkl
-  export NCCL_INSTALL_PATH=/usr
-  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-9
-  export HOST_C_COMPILER=/usr/bin/gcc-9
-  export HOST_CXX_COMPILER=/usr/bin/g++-9
-  export TF_CUDA_CLANG=0  # Clang currently disabled because it's not 
compatible at the moment.
-  export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
-  export TF_CUDA_PATHS=/opt/cuda,/usr/lib,/usr
-  export TF_CUDA_VERSION=$(/opt/cuda/bin/nvcc --version | sed -n 's/^.*release 
\(.*\),.*/\1/p')
-  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
/usr/include/cudnn_version.h)
-  export TF_CUDA_COMPUTE_CAPABILITIES=5.2,5.3,6.0,6.1,6.2,7.0,7.2,7.5,8.0
-
-  # Required 

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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 27, 2020 @ 22:55:24
  Author: svenstaro
Revision: 665552

upgpkg: broot 0.19.3-1

Modified:
  broot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 22:55:11 UTC (rev 665551)
+++ PKGBUILD2020-07-27 22:55:24 UTC (rev 665552)
@@ -3,7 +3,7 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=broot
-pkgver=0.19.2
+pkgver=0.19.3
 pkgrel=1
 pkgdesc='Fuzzy Search + tree + cd'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs' 'zlib')
 makedepends=('rust')
 
source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('7d26392e1e70d382d20ef478a2dfa093c410f8db2d2689615c89cf3f69166063')
+sha256sums=('8aa62073ba4c68d7df3e5a83271fc7c2ffa3c24d041005e69a28b3b8ef7d7bdf')
 
 build() {
   cd $pkgname-$pkgver
@@ -27,6 +27,12 @@
 package() {
   cd $pkgname-$pkgver
   install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  sed -i "s/#version/$pkgver/" man/page
+  changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
+  sed -i "s/#date/$changelog_date/" man/page
+  head man/page
+  gzip --best man/page
+  install -Dm644 man/page.gz "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 27, 2020 @ 22:54:52
  Author: svenstaro
Revision: 665550

upgpkg: tensorflow 2.3.0-1

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 22:33:10 UTC (rev 665549)
+++ PKGBUILD2020-07-27 22:54:52 UTC (rev 665550)
@@ -5,9 +5,9 @@
 
 pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
-pkgver=2.3.0rc2
-_pkgver=2.3.0-rc2
-pkgrel=2
+pkgver=2.3.0
+_pkgver=2.3.0
+pkgrel=1
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')
@@ -20,7 +20,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
 
numpy1.20.patch::https://github.com/tensorflow/tensorflow/commit/75ea0b31477d6ba9e990e296bbbd8ca4e7eebadf.patch
 build-against-actual-mkl.patch)
-sha512sums=('401c6e2a89aff763b2aa102d0dacc99c955d2d2eea41ec93de8c9c0f3422d85ad7cabf04991675ac45ef9fe5e971794dba3a062ba527d9af41d2d4072806730c'
+sha512sums=('86aa087ea84dac1ecc1023b23a378100d41cc6778ccd20404a4b955fc67cef11b3dc08abcc5b88020124d221e6fb172b33bd5206e9c9db6bc8fbeed399917eac'
 
'df2e0373e2f63b8766f31933f7db57f6a7559b8f03af1db51644fba87731451a7cd3895529a3192e5394612fcb42f245b794b1c9ca3c05881ca03a547c8c9acc'
 
'e51e3f3dced121db3a09fbdaefd3336095584b72a5eb6f302fa6fa68ab56ea45e8a847ec90ff4ba076db312c06f91ff672e08e95263c658526582494ce08')
 


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 22:33:10
  Author: archange
Revision: 665549

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 22:33:05 UTC (rev 665548)
+++ PKGBUILD2020-07-27 22:33:10 UTC (rev 665549)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=helpdev
-pkgname=python-${_pkg}
-pkgver=0.6.10
-pkgrel=1
-pkgdesc="Helping users and developers to get information about the environment 
to report bugs"
-arch=(any)
-url="https://gitlab.com/dpizetta/helpdev;
-license=(MIT CCPL)
-depends=(python-importlib-metadata python-psutil)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pip)
-#PyPi does not have tests nor LICENSE
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(${url}/-/archive/v${pkgver}/${_pkg}-v${pkgver}.tar.bz2)
-sha256sums=('ca478a30dbe0742f7a513b4017e83672e946f5c3c5b6c394d4386e54c0c63a19')
-
-build() {
-  cd ${_pkg}-v${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-v${pkgver}
-  PYTHONPATH="${PWD}/build/lib/" pytest tests
-}
-
-package() {
-  cd ${_pkg}-v${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-  install -Dm644 LICENSE.rst -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-helpdev/repos/community-any/PKGBUILD (from rev 665548, 
python-helpdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 22:33:10 UTC (rev 665549)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=helpdev
+pkgname=python-${_pkg}
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Helping users and developers to get information about the environment 
to report bugs"
+arch=(any)
+url="https://gitlab.com/dpizetta/helpdev;
+license=(MIT CCPL)
+depends=(python-importlib-metadata python-psutil)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pip)
+#PyPi does not have tests nor LICENSE
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(${url}/-/archive/v${pkgver}/${_pkg}-v${pkgver}.tar.bz2)
+sha256sums=('b52f83d6d3935500da42b434747569660d526cd36e88069bd67a8747cca488fc')
+
+build() {
+  cd ${_pkg}-v${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-v${pkgver}
+  PYTHONPATH="${PWD}/build/lib/" pytest tests
+}
+
+package() {
+  cd ${_pkg}-v${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+  install -Dm644 LICENSE.rst -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 22:33:05
  Author: archange
Revision: 665548

upgpkg: python-helpdev 0.7.1-1

Modified:
  python-helpdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 22:07:10 UTC (rev 665547)
+++ PKGBUILD2020-07-27 22:33:05 UTC (rev 665548)
@@ -2,7 +2,7 @@
 
 _pkg=helpdev
 pkgname=python-${_pkg}
-pkgver=0.6.10
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Helping users and developers to get information about the environment 
to report bugs"
 arch=(any)
@@ -14,7 +14,7 @@
 #PyPi does not have tests nor LICENSE
 
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 source=(${url}/-/archive/v${pkgver}/${_pkg}-v${pkgver}.tar.bz2)
-sha256sums=('ca478a30dbe0742f7a513b4017e83672e946f5c3c5b6c394d4386e54c0c63a19')
+sha256sums=('b52f83d6d3935500da42b434747569660d526cd36e88069bd67a8747cca488fc')
 
 build() {
   cd ${_pkg}-v${pkgver}


[arch-commits] Commit in perl-type-tiny/trunk (PKGBUILD)

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 22:07:02
  Author: archange
Revision: 665546

upgpkg: perl-type-tiny 1.010002-1

Modified:
  perl-type-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 22:02:25 UTC (rev 665545)
+++ PKGBUILD2020-07-27 22:07:02 UTC (rev 665546)
@@ -2,17 +2,17 @@
 
 _pkg=Type-Tiny
 pkgname=perl-${_pkg,,}
-pkgver=1.004002
-pkgrel=3
-pkgdesc="tiny, yet Moo(se)-compatible type constraint"
-arch=('any')
+pkgver=1.010002
+pkgrel=1
+pkgdesc="Tiny, yet Moo(se)-compatible type constraint"
+arch=(any)
 url="https://metacpan.org/release/${_pkg};
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl' 'perl-exporter-tiny')
-checkdepends=('perl-test-simple')
-source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz;)
-sha512sums=('fcdd8740e1ef6a2c5d214a54b57e65ebd222188377ebdd7bbdadc74741f3a5d00ba4a7490628bfb7cc937a32f5d5a578963ea1b6208e8fb99f095f2c3239cf82')
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl perl-exporter-tiny)
+checkdepends=(perl-test-simple)
+source=(https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz)
+sha512sums=('a5e040d22c3589708257ca9883f19660af3d31b423793ab8c55af2bf41bb167cca1bcc63d61d3a995ce93eaa4898ea21df645ccefe9a580b1145820e9ba9e358')
 
 build() {
 cd ${_pkg}-${pkgver}
@@ -28,5 +28,5 @@
 
 package() {
 cd ${_pkg}-${pkgver}
-make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+make INSTALLDIRS=vendor DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in perl-type-tiny/repos/community-any (PKGBUILD PKGBUILD)

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 22:07:10
  Author: archange
Revision: 665547

archrelease: copy trunk to community-any

Added:
  perl-type-tiny/repos/community-any/PKGBUILD
(from rev 665546, perl-type-tiny/trunk/PKGBUILD)
Deleted:
  perl-type-tiny/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 22:07:02 UTC (rev 665546)
+++ PKGBUILD2020-07-27 22:07:10 UTC (rev 665547)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=Type-Tiny
-pkgname=perl-${_pkg,,}
-pkgver=1.004002
-pkgrel=3
-pkgdesc="tiny, yet Moo(se)-compatible type constraint"
-arch=('any')
-url="https://metacpan.org/release/${_pkg};
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl' 'perl-exporter-tiny')
-checkdepends=('perl-test-simple')
-source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz;)
-sha512sums=('fcdd8740e1ef6a2c5d214a54b57e65ebd222188377ebdd7bbdadc74741f3a5d00ba4a7490628bfb7cc937a32f5d5a578963ea1b6208e8fb99f095f2c3239cf82')
-
-build() {
-cd ${_pkg}-${pkgver}
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd ${_pkg}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkg}-${pkgver}
-make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
-}

Copied: perl-type-tiny/repos/community-any/PKGBUILD (from rev 665546, 
perl-type-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 22:07:10 UTC (rev 665547)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=Type-Tiny
+pkgname=perl-${_pkg,,}
+pkgver=1.010002
+pkgrel=1
+pkgdesc="Tiny, yet Moo(se)-compatible type constraint"
+arch=(any)
+url="https://metacpan.org/release/${_pkg};
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl perl-exporter-tiny)
+checkdepends=(perl-test-simple)
+source=(https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz)
+sha512sums=('a5e040d22c3589708257ca9883f19660af3d31b423793ab8c55af2bf41bb167cca1bcc63d61d3a995ce93eaa4898ea21df645ccefe9a580b1145820e9ba9e358')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in firefox-i18n/repos (testing-any testing-any/PKGBUILD)

2020-07-27 Thread Jan Steffens via arch-commits
Date: Monday, July 27, 2020 @ 22:04:06
  Author: heftig
Revision: 392597

archrelease: copy trunk to testing-any

Added:
  firefox-i18n/repos/testing-any/
  firefox-i18n/repos/testing-any/PKGBUILD
(from rev 392596, firefox-i18n/trunk/PKGBUILD)

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

Copied: firefox-i18n/repos/testing-any/PKGBUILD (from rev 392596, 
firefox-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-07-27 22:04:06 UTC (rev 392597)
@@ -0,0 +1,234 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thomas Baechler 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Michal Hybner 
+# Contributor: Andrea Scarpino 
+
+pkgbase=firefox-i18n
+pkgver=79.0
+pkgrel=1
+pkgdesc="Language pack for Firefox"
+arch=(any)
+license=(MPL GPL LGPL)
+url="https://www.mozilla.org/firefox/;
+
+_languages=(
+  'ach"Acholi"'
+  'af "Afrikaans"'
+  'an "Aragonese"'
+  'ar "Arabic"'
+  'ast"Asturian"'
+  'az "Azerbaijani"'
+  'be "Belarusian"'
+  'bg "Bulgarian"'
+  'bn "Bengali"'
+  'br "Breton"'
+  'bs "Bosnian"'
+  'ca-valencia "Catalan (Valencian)"'
+  'ca "Catalan"'
+  'cak"Maya Kaqchikel"'
+  'cs "Czech"'
+  'cy "Welsh"'
+  'da "Danish"'
+  'de "German"'
+  'dsb"Lower Sorbian"'
+  'el "Greek"'
+  'en-CA  "English (Canadian)"'
+  'en-GB  "English (British)"'
+  'en-US  "English (US)"'
+  'eo "Esperanto"'
+  'es-AR  "Spanish (Argentina)"'
+  'es-CL  "Spanish (Chile)"'
+  'es-ES  "Spanish (Spain)"'
+  'es-MX  "Spanish (Mexico)"'
+  'et "Estonian"'
+  'eu "Basque"'
+  'fa "Persian"'
+  'ff "Fulah"'
+  'fi "Finnish"'
+  'fr "French"'
+  'fy-NL  "Frisian"'
+  'ga-IE  "Irish"'
+  'gd "Gaelic (Scotland)"'
+  'gl "Galician"'
+  'gn "Guarani"'
+  'gu-IN  "Gujarati (India)"'
+  'he "Hebrew"'
+  'hi-IN  "Hindi (India)"'
+  'hr "Croatian"'
+  'hsb"Upper Sorbian"'
+  'hu "Hungarian"'
+  'hy-AM  "Armenian"'
+  'ia "Interlingua"'
+  'id "Indonesian"'
+  'is "Icelandic"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'ka "Georgian"'
+  'kab"Kabyle"'
+  'kk "Kazakh"'
+  'km "Khmer"'
+  'kn "Kannada"'
+  'ko "Korean"'
+  'lij"Ligurian"'
+  'lt "Lithuanian"'
+  'lv "Latvian"'
+  'mk "Macedonian"'
+  'mr "Marathi"'
+  'ms "Malay"'
+  'my "Burmese"'
+  'nb-NO  "Norwegian (Bokmål)"'
+  'ne-NP  "Nepali"'
+  'nl "Dutch"'
+  'nn-NO  "Norwegian (Nynorsk)"'
+  'oc "Occitan"'
+  'pa-IN  "Punjabi (India)"'
+  'pl "Polish"'
+  'pt-BR  "Portuguese (Brazilian)"'
+  'pt-PT  "Portuguese (Portugal)"'
+  'rm "Romansh"'
+  'ro "Romanian"'
+  'ru "Russian"'
+  'si "Sinhala"'
+  'sk "Slovak"'
+  'sl "Slovenian"'
+  'son"Songhai"'
+  'sq "Albanian"'
+  'sr "Serbian"'
+  'sv-SE  "Swedish"'
+  'ta "Tamil"'
+  'te "Telugu"'
+  'th "Thai"'
+  'tl "Tagalog"'
+  'tr "Turkish"'
+  'trs"Chicahuaxtla Triqui"'
+  'uk "Ukrainian"'
+  'ur "Urdu"'
+  'uz "Uzbek"'
+  'vi "Vietnamese"'
+  'xh "Xhosa"'
+  'zh-CN  "Chinese (Simplified)"'
+  'zh-TW  "Chinese (Traditional)"'
+)
+
+pkgname=()
+source=()
+_url=https://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=firefox-i18n-${_locale,,}
+
+  pkgname+=($_pkgname)
+  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
+  eval "package_$_pkgname() {
+_package $_lang
+  }"
+done
+
+# Don't extract anything
+noextract=(${source[@]%%::*})
+
+_package() {
+  pkgdesc="$2 language pack for Firefox"
+  depends=("firefox>=$pkgver")
+  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
+
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
+}
+
+sha256sums=('911ef827eaeab995e7270eeb28033fbc3ce402598ddf955014594d817d1c978f'
+'983b2eb7a8517afce57640680ee67560280fa45b49770b0c8d467206fbd8086d'
+'14614238df913b5ece0f97b61b4ee6752bce82522b34b39d6509821317665551'
+'fd54d2d70afdb46c1c3d2ee98031f838c7b47794180ce382fc5e370689d8ef90'
+'3b6eb29eb88a36d5c9fb9b3c967a3d8861373d0b0d3f420b2286512941e0d019'
+'12e392c234918b9a55c54992dead682ce3f2ab8b000a06c8defbb1a8bb53'
+'1e4f7f853844c8574c04d181bf8e17c488c853f59359c09d5c6bc8055ef77069'
+'38628429290e0ed59a8f9f22cca9d104b301ba58d1e6ea03436fccab55b3b760'
+'30172930a46c697a8ab27dad7e69bcdcfe32f12f59d5078985dcef804ee587d4'
+'b544eef867394c9bad066c8fc3181431c84c41d8dbb215145038f072197087f6'
+'5fd5902bf3ee95329fe92464a5245f309c37bf312d68f4b4b5e6c816cacdb946'
+

[arch-commits] Commit in firefox/trunk (PKGBUILD bug1654465.diff)

2020-07-27 Thread Jan Steffens via arch-commits
Date: Monday, July 27, 2020 @ 22:03:21
  Author: heftig
Revision: 392595

79.0-1

Add a patch for https://bugzilla.mozilla.org/show_bug.cgi?id=1654465

Switch from ld.bfd to ld.lld to work around 
https://github.com/rust-lang/rust/issues/74657

Added:
  firefox/trunk/bug1654465.diff
Modified:
  firefox/trunk/PKGBUILD

-+
 PKGBUILD|   27 ++
 bug1654465.diff |   77 ++
 2 files changed, 92 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 20:12:22 UTC (rev 392594)
+++ PKGBUILD2020-07-27 22:03:21 UTC (rev 392595)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=78.0.2
+pkgver=79.0
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse)
 makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
  autoconf2.13 rust clang llvm jack gtk2 nodejs cbindgen nasm
- python-setuptools python-psutil)
+ python-setuptools python-psutil lld)
 optdepends=('networkmanager: Location detection via available WiFi networks'
 'libnotify: Notification integration'
 'pulseaudio: Audio support'
@@ -21,10 +21,12 @@
 options=(!emptydirs !makeflags !strip)
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 0001-Use-remoting-name-for-GDK-application-names.patch
+bug1654465.diff
 $pkgname.desktop)
-sha256sums=('1aa00ec6d40a771d525b867b175be28eda096becc745875bcceb133a985750fc'
+sha256sums=('12a922855914ec6b4d4f06a4ac58bc549aca6bdafd3722d68a3d709a935e5713'
 'SKIP'
 '3bb7463471fb43b2163a705a79a13a3003d70fff4bbe44f467807ca056de9a75'
+'e577f7e5636deda0026b0e385186f3ecb2212c9b84b6a2949a1811dab3e410d6'
 '298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf')
 validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software 
Releases 
 
@@ -47,6 +49,9 @@
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
   patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch
 
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1654465
+  patch -Np1 -i ../bug1654465.diff
+
   echo -n "$_google_api_key" >google-api-key
   echo -n "$_mozilla_api_key" >mozilla-api-key
 
@@ -58,6 +63,8 @@
 ac_add_options --enable-hardening
 ac_add_options --enable-optimize
 ac_add_options --enable-rust-simd
+ac_add_options --enable-linker=lld
+ac_add_options --disable-elf-hack
 export CC='clang --target=x86_64-unknown-linux-gnu'
 export CXX='clang++ --target=x86_64-unknown-linux-gnu'
 export AR=llvm-ar
@@ -121,15 +128,11 @@
 xvfb-run -s "-screen 0 1920x1080x24 -nolisten local" \
 ./mach python build/pgo/profileserver.py
 
-  if [[ ! -s merged.profdata ]]; then
-echo "No profile data produced."
-return 1
-  fi
+  stat -c "Profile data found (%s bytes)" merged.profdata
+  test -s merged.profdata
 
-  if [[ ! -s jarlog ]]; then
-echo "No jar log produced."
-return 1
-  fi
+  stat -c "Jar log found (%s bytes)" jarlog
+  test -s jarlog
 
   echo "Removing instrumented browser..."
   ./mach clobber

Added: bug1654465.diff
===
--- bug1654465.diff (rev 0)
+++ bug1654465.diff 2020-07-27 22:03:21 UTC (rev 392595)
@@ -0,0 +1,77 @@
+ build/moz.configure/rust.configure |  2 +-
+ config/makefiles/rust.mk   |  5 +
+ .../mozbuild/test/configure/test_toolchain_configure.py| 14 --
+ 3 files changed, 6 insertions(+), 15 deletions(-)
+
+diff --git c/build/moz.configure/rust.configure 
i/build/moz.configure/rust.configure
+index aaa693059d95..c90ae5ca7b25 100644
+--- c/build/moz.configure/rust.configure
 i/build/moz.configure/rust.configure
+@@ -146,7 +146,7 @@ def rust_compiler(rustc_info, cargo_info, build_project):
+ or by directly running the installer from https://rustup.rs/
+ '''))
+ if build_project == 'tools/crashreporter':
+-rustc_min_version = Version('1.31.0')
++rustc_min_version = Version('1.38.0')
+ else:
+ rustc_min_version = Version('1.43.0')
+ cargo_min_version = rustc_min_version
+diff --git c/config/makefiles/rust.mk i/config/makefiles/rust.mk
+index a9abcc9af4c0..b5c7973104ce 100644
+--- c/config/makefiles/rust.mk
 i/config/makefiles/rust.mk
+@@ -63,6 +63,11 @@ ifndef MOZ_DEBUG_RUST
+ ifeq (,$(findstring gkrust_gtest,$(RUST_LIBRARY_FILE)))
+ cargo_rustc_flags += -Clto
+ endif
++# Versions of rust >= 1.45 need -Cembed-bitcode=yes 

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

2020-07-27 Thread Jan Steffens via arch-commits
Date: Monday, July 27, 2020 @ 22:03:52
  Author: heftig
Revision: 392596

archrelease: copy trunk to testing-x86_64

Added:
  firefox/repos/testing-x86_64/
  
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 392595, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 392595, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/bug1654465.diff
(from rev 392595, firefox/trunk/bug1654465.diff)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 392595, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/upload-symbol-archive
(from rev 392595, firefox/trunk/upload-symbol-archive)

+
 0001-Use-remoting-name-for-GDK-application-names.patch |   59 ++
 PKGBUILD   |  225 +
 bug1654465.diff|   77 +++
 firefox.desktop|  340 +++
 upload-symbol-archive  |   25 +
 5 files changed, 726 insertions(+)

Copied: 
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 392595, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch   
(rev 0)
+++ testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch   
2020-07-27 22:03:52 UTC (rev 392596)
@@ -0,0 +1,59 @@
+From 5025aab61517c8608b555ba929c61eb0706bd6bd Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp |  6 +-
+ widget/gtk/nsAppShell.cpp   | 11 ---
+ 2 files changed, 5 insertions(+), 12 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index da8289200e72..452195b146f3 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3785,11 +3785,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+index 163a93e2d1a4..4b6d45217671 100644
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,7 @@
+ #  include "WakeLockListener.h"
+ #endif
+ #include "gfxPlatform.h"
++#include "nsAppRunner.h"
+ #include "ScreenHelperGTK.h"
+ #include "HeadlessScreenHelper.h"
+ #include "mozilla/widget/ScreenManager.h"
+@@ -175,13 +176,9 @@ nsresult nsAppShell::Init() {
+   // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
+   //
+   // Only bother doing this for the parent process, since it's the one
+-  // creating top-level windows. (At this point, a child process hasn't
+-  // received the list of registered chrome packages, so the
+-  // GetBrandShortName call would fail anyway.)
+-  nsAutoString brandName;
+-  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
+-  if (!brandName.IsEmpty()) {
+-gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
++  // creating top-level windows.
++  if (gAppData) {
++gdk_set_program_class(gAppData->remotingName);
+   }
+ }
+   }
+-- 
+2.26.1
+

Copied: firefox/repos/testing-x86_64/PKGBUILD (from rev 392595, 
firefox/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-27 22:03:52 UTC (rev 392596)
@@ -0,0 +1,225 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Jakub Schmidtke 
+
+pkgname=firefox
+pkgver=79.0
+pkgrel=1
+pkgdesc="Standalone web browser from mozilla.org"
+arch=(x86_64)
+license=(MPL GPL LGPL)
+url="https://www.mozilla.org/firefox/;
+depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse)
+makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
+ autoconf2.13 rust clang llvm jack gtk2 nodejs cbindgen nasm
+ python-setuptools python-psutil lld)
+optdepends=('networkmanager: Location detection via available WiFi networks'
+'libnotify: Notification integration'
+'pulseaudio: Audio support'
+'speech-dispatcher: Text-to-Speech'
+'hunspell-en_US: Spell checking, American English')
+options=(!emptydirs !makeflags !strip)

[arch-commits] Commit in netcdf-fortran-openmpi/trunk (PKGBUILD)

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 22:02:20
  Author: archange
Revision: 665544

upgpkg: netcdf-fortran-openmpi 4.5.3-1

+ switch to CMake

Modified:
  netcdf-fortran-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 22:00:15 UTC (rev 665543)
+++ PKGBUILD2020-07-27 22:02:20 UTC (rev 665544)
@@ -5,48 +5,48 @@
 _pkg=netcdf-fortran
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
-pkgver=4.5.2
-pkgrel=2
+pkgver=4.5.3
+pkgrel=1
 pkgdesc="NetCDF fortran bindings with parallel support (${_mpi} version)"
 arch=(x86_64)
 url="https://github.com/Unidata/netcdf-fortran;
 license=(custom)
 depends=(gcc-libs netcdf-openmpi curl)
-makedepends=(gcc-fortran doxygen)
+makedepends=(cmake gcc-fortran doxygen)
 checkdepends=(valgrind)
 provides=("${_pkg}")
 conflicts=("${_pkg}")
 options=(!makeflags staticlibs)
 source=(${url}/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('0b05c629c70d6d224a3be28699c066bfdfeae477aea211fbf034d973a8309b49')
+sha256sums=('c6da30c2fe7e4e614c1dff4124e857afbd45355c6798353eccfa60c0702b495a')
 
 build() {
-cd ${_pkg}-${pkgver}
-./configure \
-CC=mpicc \
-FC=mpifort \
---prefix=/usr \
---enable-extra-tests \
---enable-extra-example-tests \
---enable-large-file-tests \
---enable-parallel-tests \
---enable-valgrind-tests
-make
+# Failure with GCC 10+
+export FCFLAGS="-fallow-argument-mismatch"
+export FFLAGS="-fallow-argument-mismatch"
+export CC=mpicc FC=mpifort
+cmake -B build -S ${_pkg}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_FILTER_TEST=ON \
+-DENABLE_LARGE_FILE_TESTS=ON \
+-DENABLE_PARALLEL_TESTS=ON \
+-DTEST_WITH_VALGRIND=ON
+make -C build
 }
 
 check() {
-cd ${_pkg}-${pkgver}
-
 # This is required starting with OpenMPI 3.0 when trying to run more
 # processes than the number of available cores
 export OMPI_MCA_rmaps_base_oversubscribe=yes
 
 # https://github.com/Unidata/netcdf-fortran/issues/109
-make LIBS="-lnetcdf -lhdf5_hl -lhdf5 -lpnetcdf -lz -lcurl -ldl -lm" check 
|| warning "Tests failed"
+make -C build test || warning "Tests failed"
 }
 
 package() {
-cd ${_pkg}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}/
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 ${_pkg}-${pkgver}/COPYRIGHT -t 
"${pkgdir}"/usr/share/licenses/${_pkg}/
+rmdir "${pkgdir}"/usr/include/CMakeFiles/{netcdff.dir,}
 }
+


[arch-commits] Commit in netcdf-fortran-openmpi/repos/community-x86_64 (2 files)

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 22:02:25
  Author: archange
Revision: 665545

archrelease: copy trunk to community-x86_64

Added:
  netcdf-fortran-openmpi/repos/community-x86_64/PKGBUILD
(from rev 665544, netcdf-fortran-openmpi/trunk/PKGBUILD)
Deleted:
  netcdf-fortran-openmpi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 22:02:20 UTC (rev 665544)
+++ PKGBUILD2020-07-27 22:02:25 UTC (rev 665545)
@@ -1,52 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-_pkg=netcdf-fortran
-_mpi=openmpi
-pkgname=${_pkg}-${_mpi}
-pkgver=4.5.2
-pkgrel=2
-pkgdesc="NetCDF fortran bindings with parallel support (${_mpi} version)"
-arch=(x86_64)
-url="https://github.com/Unidata/netcdf-fortran;
-license=(custom)
-depends=(gcc-libs netcdf-openmpi curl)
-makedepends=(gcc-fortran doxygen)
-checkdepends=(valgrind)
-provides=("${_pkg}")
-conflicts=("${_pkg}")
-options=(!makeflags staticlibs)
-source=(${url}/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('0b05c629c70d6d224a3be28699c066bfdfeae477aea211fbf034d973a8309b49')
-
-build() {
-cd ${_pkg}-${pkgver}
-./configure \
-CC=mpicc \
-FC=mpifort \
---prefix=/usr \
---enable-extra-tests \
---enable-extra-example-tests \
---enable-large-file-tests \
---enable-parallel-tests \
---enable-valgrind-tests
-make
-}
-
-check() {
-cd ${_pkg}-${pkgver}
-
-# This is required starting with OpenMPI 3.0 when trying to run more
-# processes than the number of available cores
-export OMPI_MCA_rmaps_base_oversubscribe=yes
-
-# https://github.com/Unidata/netcdf-fortran/issues/109
-make LIBS="-lnetcdf -lhdf5_hl -lhdf5 -lpnetcdf -lz -lcurl -ldl -lm" check 
|| warning "Tests failed"
-}
-
-package() {
-cd ${_pkg}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${_pkg}/
-}

Copied: netcdf-fortran-openmpi/repos/community-x86_64/PKGBUILD (from rev 
665544, netcdf-fortran-openmpi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 22:02:25 UTC (rev 665545)
@@ -0,0 +1,52 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+_pkg=netcdf-fortran
+_mpi=openmpi
+pkgname=${_pkg}-${_mpi}
+pkgver=4.5.3
+pkgrel=1
+pkgdesc="NetCDF fortran bindings with parallel support (${_mpi} version)"
+arch=(x86_64)
+url="https://github.com/Unidata/netcdf-fortran;
+license=(custom)
+depends=(gcc-libs netcdf-openmpi curl)
+makedepends=(cmake gcc-fortran doxygen)
+checkdepends=(valgrind)
+provides=("${_pkg}")
+conflicts=("${_pkg}")
+options=(!makeflags staticlibs)
+source=(${url}/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('c6da30c2fe7e4e614c1dff4124e857afbd45355c6798353eccfa60c0702b495a')
+
+build() {
+# Failure with GCC 10+
+export FCFLAGS="-fallow-argument-mismatch"
+export FFLAGS="-fallow-argument-mismatch"
+export CC=mpicc FC=mpifort
+cmake -B build -S ${_pkg}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_FILTER_TEST=ON \
+-DENABLE_LARGE_FILE_TESTS=ON \
+-DENABLE_PARALLEL_TESTS=ON \
+-DTEST_WITH_VALGRIND=ON
+make -C build
+}
+
+check() {
+# This is required starting with OpenMPI 3.0 when trying to run more
+# processes than the number of available cores
+export OMPI_MCA_rmaps_base_oversubscribe=yes
+
+# https://github.com/Unidata/netcdf-fortran/issues/109
+make -C build test || warning "Tests failed"
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 ${_pkg}-${pkgver}/COPYRIGHT -t 
"${pkgdir}"/usr/share/licenses/${_pkg}/
+rmdir "${pkgdir}"/usr/include/CMakeFiles/{netcdff.dir,}
+}
+


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 22:00:15
  Author: archange
Revision: 665543

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  184 +--
 element-desktop.sh |6 -
 io.element.Element.desktop |   20 ++--
 3 files changed, 105 insertions(+), 105 deletions(-)

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

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

Copied: element.io/repos/community-x86_64/PKGBUILD (from rev 665542, 
element.io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 22:00:15 UTC (rev 665543)
@@ -0,0 +1,92 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Steef Hegeman 
+# Contributor: Luca Weiss 
+# Contributor: Julian Schacher 
+
+_pkgbase=riot

[arch-commits] Commit in element.io/trunk (PKGBUILD io.element.Element.desktop)

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 22:00:08
  Author: archange
Revision: 665542

upgpkg: element.io 1.7.2-1

Modified:
  element.io/trunk/PKGBUILD
  element.io/trunk/io.element.Element.desktop

+
 PKGBUILD   |   10 +-
 io.element.Element.desktop |2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 21:42:04 UTC (rev 665541)
+++ PKGBUILD2020-07-27 22:00:08 UTC (rev 665542)
@@ -6,8 +6,8 @@
 _pkgbase=riot
 pkgbase=element.io
 pkgname=(element-web element-desktop)
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.7.2
+pkgrel=1
 pkgdesc="Glossy Matrix collaboration client — "
 arch=(x86_64)
 url="https://element.io;
@@ -20,11 +20,11 @@
 
element-desktop-${pkgver}.tar.gz.asc::${_url}-desktop/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
 io.element.Element.desktop
 element-desktop.sh)
-sha256sums=('e26ad0d5ce192de4dfe29dd0cee296dddf77c043ae6e23ffcc6fc5c5fdb959b2'
+sha256sums=('48d096bfa263fd677afa30d8fae5439414cc4cecfdfa0054110781bb91b46856'
 'SKIP'
-'6d92437d3cd3d7846a21616a98759e9d0c1cabd07bcbbedf1e933c1baf55b287'
+'d4717098647219e738a947cd7b4b9e223f9e542f8b0a10c82a4691adf509be3a'
 'SKIP'
-'104bff911980a56b063f04261ed6aa6e636bca4af7920879dfec361bda25c910'
+'0103f28a32fe31f698836516783c1c70a76a0117b5df7fd0af5c422c224220f9'
 '7b9beb0999e99beebb85e142fe6d26e9b386ce6b636675610d4caccdfb7fd293')
 validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases 

 

Modified: io.element.Element.desktop
===
--- io.element.Element.desktop  2020-07-27 21:42:04 UTC (rev 665541)
+++ io.element.Element.desktop  2020-07-27 22:00:08 UTC (rev 665542)
@@ -5,6 +5,6 @@
 Terminal=false
 Type=Application
 Icon=io.element.Element
-StartupWMClass=Element (Riot)
+StartupWMClass=Element
 Categories=Network;InstantMessaging;Chat;IRCClient
 MimeType=x-scheme-handler/element;


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 21:41:58
  Author: archange
Revision: 665540

Fix typo

Modified:
  netcdf-fortran/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 21:33:20 UTC (rev 665539)
+++ PKGBUILD2020-07-27 21:41:58 UTC (rev 665540)
@@ -24,7 +24,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DENABLE_FILTER_TEST=ON \
--DLARGE_FILE_TESTS=ON \
+-DENABLE_LARGE_FILE_TESTS=ON \
 -DTEST_WITH_VALGRIND=ON
 make -C build
 }


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 21:42:04
  Author: archange
Revision: 665541

archrelease: copy trunk to community-x86_64

Added:
  netcdf-fortran/repos/community-x86_64/PKGBUILD
(from rev 665540, netcdf-fortran/trunk/PKGBUILD)
Deleted:
  netcdf-fortran/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 21:41:58 UTC (rev 665540)
+++ PKGBUILD2020-07-27 21:42:04 UTC (rev 665541)
@@ -1,40 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgname=netcdf-fortran
-pkgver=4.5.3
-pkgrel=1
-pkgdesc="NetCDF fortran bindings"
-arch=(x86_64)
-url="https://github.com/Unidata/netcdf-fortran;
-license=(custom)
-depends=(gcc-libs netcdf curl)
-makedepends=(cmake gcc-fortran doxygen)
-checkdepends=(valgrind)
-options=(!makeflags staticlibs)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c6da30c2fe7e4e614c1dff4124e857afbd45355c6798353eccfa60c0702b495a')
-
-build() {
-# Failure with GCC 10+
-export FCFLAGS="-fallow-argument-mismatch"
-export FFLAGS="-fallow-argument-mismatch"
-cmake -B build -S ${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_FILTER_TEST=ON \
--DLARGE_FILE_TESTS=ON \
--DTEST_WITH_VALGRIND=ON
-make -C build
-}
-
-check() {
-make -C build test
-}
-
-package() {
-make -C build DESTDIR="${pkgdir}" install
-install -Dm644 ${pkgname}-${pkgver}/COPYRIGHT -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-rmdir "${pkgdir}"/usr/include/CMakeFiles/{netcdff.dir,}
-}

Copied: netcdf-fortran/repos/community-x86_64/PKGBUILD (from rev 665540, 
netcdf-fortran/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 21:42:04 UTC (rev 665541)
@@ -0,0 +1,40 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=netcdf-fortran
+pkgver=4.5.3
+pkgrel=1
+pkgdesc="NetCDF fortran bindings"
+arch=(x86_64)
+url="https://github.com/Unidata/netcdf-fortran;
+license=(custom)
+depends=(gcc-libs netcdf curl)
+makedepends=(cmake gcc-fortran doxygen)
+checkdepends=(valgrind)
+options=(!makeflags staticlibs)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('c6da30c2fe7e4e614c1dff4124e857afbd45355c6798353eccfa60c0702b495a')
+
+build() {
+# Failure with GCC 10+
+export FCFLAGS="-fallow-argument-mismatch"
+export FFLAGS="-fallow-argument-mismatch"
+cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_FILTER_TEST=ON \
+-DENABLE_LARGE_FILE_TESTS=ON \
+-DTEST_WITH_VALGRIND=ON
+make -C build
+}
+
+check() {
+make -C build test
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 ${pkgname}-${pkgver}/COPYRIGHT -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+rmdir "${pkgdir}"/usr/include/CMakeFiles/{netcdff.dir,}
+}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 21:33:20
  Author: archange
Revision: 665539

archrelease: copy trunk to community-x86_64

Added:
  netcdf-fortran/repos/community-x86_64/PKGBUILD
(from rev 665538, netcdf-fortran/trunk/PKGBUILD)
Deleted:
  netcdf-fortran/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 21:33:14 UTC (rev 665538)
+++ PKGBUILD2020-07-27 21:33:20 UTC (rev 665539)
@@ -1,39 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-
-pkgname=netcdf-fortran
-pkgver=4.5.2
-pkgrel=2
-pkgdesc="NetCDF fortran bindings"
-arch=(x86_64)
-url="https://github.com/Unidata/netcdf-fortran;
-license=(custom)
-depends=(gcc-libs netcdf curl)
-makedepends=(gcc-fortran doxygen)
-checkdepends=(valgrind)
-options=(!makeflags staticlibs)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0b05c629c70d6d224a3be28699c066bfdfeae477aea211fbf034d973a8309b49')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---enable-extra-tests \
---enable-extra-example-tests \
---enable-large-file-tests \
---enable-valgrind-tests
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: netcdf-fortran/repos/community-x86_64/PKGBUILD (from rev 665538, 
netcdf-fortran/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 21:33:20 UTC (rev 665539)
@@ -0,0 +1,40 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+
+pkgname=netcdf-fortran
+pkgver=4.5.3
+pkgrel=1
+pkgdesc="NetCDF fortran bindings"
+arch=(x86_64)
+url="https://github.com/Unidata/netcdf-fortran;
+license=(custom)
+depends=(gcc-libs netcdf curl)
+makedepends=(cmake gcc-fortran doxygen)
+checkdepends=(valgrind)
+options=(!makeflags staticlibs)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('c6da30c2fe7e4e614c1dff4124e857afbd45355c6798353eccfa60c0702b495a')
+
+build() {
+# Failure with GCC 10+
+export FCFLAGS="-fallow-argument-mismatch"
+export FFLAGS="-fallow-argument-mismatch"
+cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_FILTER_TEST=ON \
+-DLARGE_FILE_TESTS=ON \
+-DTEST_WITH_VALGRIND=ON
+make -C build
+}
+
+check() {
+make -C build test
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 ${pkgname}-${pkgver}/COPYRIGHT -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+rmdir "${pkgdir}"/usr/include/CMakeFiles/{netcdff.dir,}
+}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 21:33:14
  Author: archange
Revision: 665538

upgpkg: netcdf-fortran 4.5.3-1

+ switch to CMake

Modified:
  netcdf-fortran/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 20:29:51 UTC (rev 665537)
+++ PKGBUILD2020-07-27 21:33:14 UTC (rev 665538)
@@ -3,37 +3,38 @@
 # Contributor: damir 
 
 pkgname=netcdf-fortran
-pkgver=4.5.2
-pkgrel=2
+pkgver=4.5.3
+pkgrel=1
 pkgdesc="NetCDF fortran bindings"
 arch=(x86_64)
 url="https://github.com/Unidata/netcdf-fortran;
 license=(custom)
 depends=(gcc-libs netcdf curl)
-makedepends=(gcc-fortran doxygen)
+makedepends=(cmake gcc-fortran doxygen)
 checkdepends=(valgrind)
 options=(!makeflags staticlibs)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0b05c629c70d6d224a3be28699c066bfdfeae477aea211fbf034d973a8309b49')
+sha256sums=('c6da30c2fe7e4e614c1dff4124e857afbd45355c6798353eccfa60c0702b495a')
 
 build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---enable-extra-tests \
---enable-extra-example-tests \
---enable-large-file-tests \
---enable-valgrind-tests
-make
+# Failure with GCC 10+
+export FCFLAGS="-fallow-argument-mismatch"
+export FFLAGS="-fallow-argument-mismatch"
+cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_FILTER_TEST=ON \
+-DLARGE_FILE_TESTS=ON \
+-DTEST_WITH_VALGRIND=ON
+make -C build
 }
 
 check() {
-cd ${pkgname}-${pkgver}
-make check
+make -C build test
 }
 
 package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 ${pkgname}-${pkgver}/COPYRIGHT -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+rmdir "${pkgdir}"/usr/include/CMakeFiles/{netcdff.dir,}
 }


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 20:29:51
  Author: archange
Revision: 665537

archrelease: copy trunk to community-x86_64

Added:
  python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD
(from rev 665536, python-netcdf4-openmpi/trunk/PKGBUILD)
Deleted:
  python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 20:29:46 UTC (rev 665536)
+++ PKGBUILD2020-07-27 20:29:51 UTC (rev 665537)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=netCDF4
-_mpi=openmpi
-pkgname=python-${_pkg,,}-${_mpi}
-pkgver=1.5.3
-pkgrel=4
-pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
-arch=(x86_64)
-url="https://unidata.github.io/${_pkg,,}-python;
-license=(MIT)
-depends=(python-numpy python-cftime python-mpi4py "netcdf-${_mpi}")
-makedepends=(cython python-setuptools)
-conflicts=(python-netcdf4)
-provides=(python-netcdf4)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('2a3ca855848f4bbf07fac366da77a681fcead18c0a8813d91d46302f562dc3be')
-
-build() {
-cd ${_pkg}-${pkgver}
-USE_NCCONFIG=1 python setup.py build
-}
-
-check() {
-cd ${_pkg}-${pkgver}/test
-PYTHONPATH="../build/lib.linux-${CARCH}-3.8" python -B ./run_all.py
-}
-
-package() {
-cd ${_pkg}-${pkgver}
-USE_NCCONFIG=1 python setup.py install --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=2
-
-install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD (from rev 
665536, python-netcdf4-openmpi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 20:29:51 UTC (rev 665537)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=netCDF4
+_mpi=openmpi
+pkgname=python-${_pkg,,}-${_mpi}
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
+arch=(x86_64)
+url="https://unidata.github.io/${_pkg,,}-python;
+license=(MIT)
+depends=(python-numpy python-cftime python-mpi4py "netcdf-${_mpi}")
+makedepends=(cython python-setuptools)
+conflicts=(python-netcdf4)
+provides=(python-netcdf4)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('941de6f3623b6474ecb4d043be5990690f7af4cf0d593b31be912627fe5aad03')
+
+build() {
+cd ${_pkg}-${pkgver}
+USE_NCCONFIG=1 python setup.py build
+}
+
+check() {
+cd ${_pkg}-${pkgver}/test
+PYTHONPATH="../build/lib.linux-${CARCH}-3.8" python -B ./run_all.py
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+USE_NCCONFIG=1 python setup.py install --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=2
+
+install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 20:29:32
  Author: archange
Revision: 665535

archrelease: copy trunk to community-x86_64

Added:
  python-netcdf4/repos/community-x86_64/PKGBUILD
(from rev 665534, python-netcdf4/trunk/PKGBUILD)
Deleted:
  python-netcdf4/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 20:29:26 UTC (rev 665534)
+++ PKGBUILD2020-07-27 20:29:32 UTC (rev 665535)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Spyros Stathopoulos 
-# Contributor: richli 
-# Contributor: rememberthemer 
-
-_pkg=netCDF4
-pkgname=python-${_pkg,,}
-pkgver=1.5.3
-pkgrel=3
-pkgdesc="Python/NumPy interface to the netCDF C library"
-arch=(x86_64)
-url="https://unidata.github.io/netcdf4-python;
-license=(MIT)
-depends=(python-numpy python-cftime netcdf)
-makedepends=(cython python-setuptools)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('2a3ca855848f4bbf07fac366da77a681fcead18c0a8813d91d46302f562dc3be')
-
-build() {
-cd ${_pkg}-${pkgver}
-USE_NCCONFIG=1 python setup.py build
-}
-
-check() {
-cd ${_pkg}-${pkgver}/test
-PYTHONPATH="../build/lib.linux-${CARCH}-3.8" python -B ./run_all.py
-}
-
-package() {
-cd ${_pkg}-${pkgver}
-USE_NCCONFIG=1 python setup.py install --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=2
-
-install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-netcdf4/repos/community-x86_64/PKGBUILD (from rev 665534, 
python-netcdf4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 20:29:32 UTC (rev 665535)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Spyros Stathopoulos 
+# Contributor: richli 
+# Contributor: rememberthemer 
+
+_pkg=netCDF4
+pkgname=python-${_pkg,,}
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="Python/NumPy interface to the netCDF C library"
+arch=(x86_64)
+url="https://unidata.github.io/netcdf4-python;
+license=(MIT)
+depends=(python-numpy python-cftime netcdf)
+makedepends=(cython python-setuptools)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('941de6f3623b6474ecb4d043be5990690f7af4cf0d593b31be912627fe5aad03')
+
+build() {
+cd ${_pkg}-${pkgver}
+USE_NCCONFIG=1 python setup.py build
+}
+
+check() {
+cd ${_pkg}-${pkgver}/test
+PYTHONPATH="../build/lib.linux-${CARCH}-3.8" python -B ./run_all.py
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+USE_NCCONFIG=1 python setup.py install --prefix=/usr --root="${pkgdir}" 
--skip-build --optimize=2
+
+install -Dm644 docs/netCDF4/* -t 
"${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 20:29:11
  Author: archange
Revision: 665533

archrelease: copy trunk to community-x86_64

Added:
  python-cftime/repos/community-x86_64/PKGBUILD
(from rev 665532, python-cftime/trunk/PKGBUILD)
Deleted:
  python-cftime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 20:29:07 UTC (rev 665532)
+++ PKGBUILD2020-07-27 20:29:11 UTC (rev 665533)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=cftime
-pkgname=python-${_pkg}
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="Time-handling functionality from python-netcdf4"
-arch=(x86_64)
-url="https://unidata.github.io/cftime;
-license=(MIT)
-depends=(python-numpy)
-makedepends=(cython python-setuptools)
-checkdepends=(python-pytest python-pytest-cov)
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(https://github.com/Unidata/cftime/archive/v${pkgver}rel/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e3916fd3942ccedc5eae003b5d29de019433b1ce1dd2221226e8d0847aafa85a')
-
-build() {
-cd ${_pkg}-${pkgver}rel
-python setup.py build
-}
-
-check() {
-cd ${_pkg}-${pkgver}rel
-local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-PYTHONPATH="${PWD}/build/lib.linux-${CARCH}-${python_version}" py.test
-}
-
-package() {
-cd ${_pkg}-${pkgver}rel
-python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-cftime/repos/community-x86_64/PKGBUILD (from rev 665532, 
python-cftime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 20:29:11 UTC (rev 665533)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=cftime
+pkgname=python-${_pkg}
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Time-handling functionality from python-netcdf4"
+arch=(x86_64)
+url="https://unidata.github.io/cftime;
+license=(MIT)
+depends=(python-numpy)
+makedepends=(cython python-setuptools)
+checkdepends=(python-pytest python-pytest-cov)
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(https://github.com/Unidata/cftime/archive/v${pkgver}rel/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e174523551625599a5f4c6d76c145af70518bdff833b8797a667d536ad737360')
+
+build() {
+cd ${_pkg}-${pkgver}rel
+python setup.py build
+}
+
+check() {
+cd ${_pkg}-${pkgver}rel
+local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+PYTHONPATH="${PWD}/build/lib.linux-${CARCH}-${python_version}" py.test
+}
+
+package() {
+cd ${_pkg}-${pkgver}rel
+python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 20:29:26
  Author: archange
Revision: 665534

upgpkg: python-netcdf4 1.5.4-1

Modified:
  python-netcdf4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 20:29:11 UTC (rev 665533)
+++ PKGBUILD2020-07-27 20:29:26 UTC (rev 665534)
@@ -5,8 +5,8 @@
 
 _pkg=netCDF4
 pkgname=python-${_pkg,,}
-pkgver=1.5.3
-pkgrel=3
+pkgver=1.5.4
+pkgrel=1
 pkgdesc="Python/NumPy interface to the netCDF C library"
 arch=(x86_64)
 url="https://unidata.github.io/netcdf4-python;
@@ -14,7 +14,7 @@
 depends=(python-numpy python-cftime netcdf)
 makedepends=(cython python-setuptools)
 
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('2a3ca855848f4bbf07fac366da77a681fcead18c0a8813d91d46302f562dc3be')
+sha256sums=('941de6f3623b6474ecb4d043be5990690f7af4cf0d593b31be912627fe5aad03')
 
 build() {
 cd ${_pkg}-${pkgver}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 20:29:46
  Author: archange
Revision: 665536

upgpkg: python-netcdf4-openmpi 1.5.4-1

Modified:
  python-netcdf4-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 20:29:32 UTC (rev 665535)
+++ PKGBUILD2020-07-27 20:29:46 UTC (rev 665536)
@@ -3,8 +3,8 @@
 _pkg=netCDF4
 _mpi=openmpi
 pkgname=python-${_pkg,,}-${_mpi}
-pkgver=1.5.3
-pkgrel=4
+pkgver=1.5.4
+pkgrel=1
 pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
 arch=(x86_64)
 url="https://unidata.github.io/${_pkg,,}-python;
@@ -14,7 +14,7 @@
 conflicts=(python-netcdf4)
 provides=(python-netcdf4)
 
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('2a3ca855848f4bbf07fac366da77a681fcead18c0a8813d91d46302f562dc3be')
+sha256sums=('941de6f3623b6474ecb4d043be5990690f7af4cf0d593b31be912627fe5aad03')
 
 build() {
 cd ${_pkg}-${pkgver}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 20:29:07
  Author: archange
Revision: 665532

upgpkg: python-cftime 1.2.1-1

Modified:
  python-cftime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 20:27:08 UTC (rev 665531)
+++ PKGBUILD2020-07-27 20:29:07 UTC (rev 665532)
@@ -2,7 +2,7 @@
 
 _pkg=cftime
 pkgname=python-${_pkg}
-pkgver=1.1.3
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Time-handling functionality from python-netcdf4"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 checkdepends=(python-pytest python-pytest-cov)
 
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 
source=(https://github.com/Unidata/cftime/archive/v${pkgver}rel/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e3916fd3942ccedc5eae003b5d29de019433b1ce1dd2221226e8d0847aafa85a')
+sha256sums=('e174523551625599a5f4c6d76c145af70518bdff833b8797a667d536ad737360')
 
 build() {
 cd ${_pkg}-${pkgver}rel


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 20:26:28
  Author: archange
Revision: 665526

upgpkg: nodejs-lts-erbium 12.18.3-1

Modified:
  nodejs-lts-erbium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 19:59:33 UTC (rev 665525)
+++ PKGBUILD2020-07-27 20:26:28 UTC (rev 665526)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=nodejs-lts-erbium
-pkgver=12.17.0
+pkgver=12.18.3
 pkgrel=1
 pkgdesc="Evented I/O for V8 javascript (LTS release: Erbium)"
 arch=(x86_64)
@@ -15,7 +15,7 @@
 conflicts=(nodejs)
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
 # https://nodejs.org/download/release/latest-erbium/SHASUMS256.txt.asc
-sha256sums=(ca6d9e86a7fffc95f0ac6424ae242ed03026ed1f15a96ed5ac5ae3603f6f4e33)
+sha256sums=(71158026579487422fd13cc2553b34cddb76519098aa6030faab52f88c6e0d0e)
 validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

   77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

   B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 



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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 20:27:03
  Author: archange
Revision: 665530

upgpkg: restinio 0.6.8.1-1

Modified:
  restinio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 20:26:49 UTC (rev 665529)
+++ PKGBUILD2020-07-27 20:27:03 UTC (rev 665530)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=restinio
-pkgver=0.6.8
+pkgver=0.6.8.1
 pkgrel=1
 pkgdesc="Header-only C++14 library that gives you an embedded HTTP/Websocket 
server"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(asio http-parser fmt)
 makedepends=(cmake gcc openssl zlib pcre pcre2 boost)
 
source=(https://github.com/Stiffstream/restinio/releases/download/v.${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e070dc738f341393a9602ee9505ea06fd3ebb306404d24a074a54b602a90')
+sha256sums=('e611e27aa48ebea979bd6079814230e71cd64d4849fd7317acab6c42e20b79f0')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver}/dev/ \


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 20:27:08
  Author: archange
Revision: 665531

archrelease: copy trunk to community-any

Added:
  restinio/repos/community-any/PKGBUILD
(from rev 665530, restinio/trunk/PKGBUILD)
Deleted:
  restinio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 20:27:03 UTC (rev 665530)
+++ PKGBUILD2020-07-27 20:27:08 UTC (rev 665531)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=restinio
-pkgver=0.6.8
-pkgrel=1
-pkgdesc="Header-only C++14 library that gives you an embedded HTTP/Websocket 
server"
-arch=(any)
-url="https://stiffstream.com/en/products/restinio.html;
-license=(BSD)
-depends=(asio http-parser fmt)
-makedepends=(cmake gcc openssl zlib pcre pcre2 boost)
-source=(https://github.com/Stiffstream/restinio/releases/download/v.${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e070dc738f341393a9602ee9505ea06fd3ebb306404d24a074a54b602a90')
-
-build() {
-  cmake -B build -S ${pkgname}-${pkgver}/dev/ \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DRESTINIO_FIND_DEPS=ON \
-  -DRESTINIO_TEST=OFF \
-  -DRESTINIO_SAMPLE=OFF \
-  -DRESTINIO_INSTALL_SAMPLES=OFF \
-  -DRESTINIO_BENCH=OFF \
-  -DRESTINIO_INSTALL_BENCHES=OFF \
-  -DRESTINIO_ALLOW_SOBJECTIZER=OFF \
-  -DRESTINIO_USE_EXTERNAL_HTTP_PARSER=ON
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm644 ${pkgname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: restinio/repos/community-any/PKGBUILD (from rev 665530, 
restinio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 20:27:08 UTC (rev 665531)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=restinio
+pkgver=0.6.8.1
+pkgrel=1
+pkgdesc="Header-only C++14 library that gives you an embedded HTTP/Websocket 
server"
+arch=(any)
+url="https://stiffstream.com/en/products/restinio.html;
+license=(BSD)
+depends=(asio http-parser fmt)
+makedepends=(cmake gcc openssl zlib pcre pcre2 boost)
+source=(https://github.com/Stiffstream/restinio/releases/download/v.${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('e611e27aa48ebea979bd6079814230e71cd64d4849fd7317acab6c42e20b79f0')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver}/dev/ \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DRESTINIO_FIND_DEPS=ON \
+  -DRESTINIO_TEST=OFF \
+  -DRESTINIO_SAMPLE=OFF \
+  -DRESTINIO_INSTALL_SAMPLES=OFF \
+  -DRESTINIO_BENCH=OFF \
+  -DRESTINIO_INSTALL_BENCHES=OFF \
+  -DRESTINIO_ALLOW_SOBJECTIZER=OFF \
+  -DRESTINIO_USE_EXTERNAL_HTTP_PARSER=ON
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${pkgname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 20:26:49
  Author: archange
Revision: 665529

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 20:26:44 UTC (rev 665528)
+++ PKGBUILD2020-07-27 20:26:49 UTC (rev 665529)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=pdfminer
-pkgname=python-${_pkg}
-pkgver=20200517
-pkgrel=1
-pkgdesc="Python PDF Parser"
-arch=(any)
-url="https://github.com/pdfminer/pdfminer.six;
-license=(MIT)
-depends=(python-chardet python-pycryptodome python-sortedcontainers)
-makedepends=(python-setuptools cython)
-checkdepends=(python-nose)
-# Provided tarballs do not include tests
-#source=(${url}/releases/download/${pkgver}/${_pkg}.six-${pkgver}.tar.gz)
-source=(${url}/archive/${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('4c8e41e01f00706d2f9433a74a9fdcb362250122ee3ac17752aa6f3cff8f0e72')
-
-build() {
-  cd ${_pkg}.six-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}.six-${pkgver}
-  nosetests
-}
-
-package() {
-  cd ${_pkg}.six-${pkgver}
-  python setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-  # Fix ownership
-  chmod a+r "${pkgdir}"$(python -c "import site; 
print(site.getsitepackages()[0])")/pdfminer/cmap/*
-}

Copied: python-pdfminer/repos/community-any/PKGBUILD (from rev 665528, 
python-pdfminer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 20:26:49 UTC (rev 665529)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=pdfminer
+pkgname=python-${_pkg}
+pkgver=20200720
+pkgrel=1
+pkgdesc="Python PDF Parser"
+arch=(any)
+url="https://github.com/pdfminer/pdfminer.six;
+license=(MIT)
+depends=(python-chardet python-cryptography python-sortedcontainers)
+makedepends=(python-setuptools cython)
+checkdepends=(python-nose)
+# Provided tarballs do not include tests
+#source=(${url}/releases/download/${pkgver}/${_pkg}.six-${pkgver}.tar.gz)
+source=(${url}/archive/${pkgver}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('b7392771e11e98f0de46b139963269021e2ed66ce1288cddba030cb35f4c82e4')
+
+build() {
+  cd ${_pkg}.six-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}.six-${pkgver}
+  nosetests
+}
+
+package() {
+  cd ${_pkg}.six-${pkgver}
+  python setup.py install --skip-build --prefix=/usr --root="${pkgdir}" 
--optimize=1
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+  # Fix ownership
+  chmod a+r "${pkgdir}"$(python -c "import site; 
print(site.getsitepackages()[0])")/pdfminer/cmap/*
+}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 20:26:44
  Author: archange
Revision: 665528

upgpkg: python-pdfminer 20200720-1

Modified:
  python-pdfminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 20:26:33 UTC (rev 665527)
+++ PKGBUILD2020-07-27 20:26:44 UTC (rev 665528)
@@ -2,19 +2,19 @@
 
 _pkg=pdfminer
 pkgname=python-${_pkg}
-pkgver=20200517
+pkgver=20200720
 pkgrel=1
 pkgdesc="Python PDF Parser"
 arch=(any)
 url="https://github.com/pdfminer/pdfminer.six;
 license=(MIT)
-depends=(python-chardet python-pycryptodome python-sortedcontainers)
+depends=(python-chardet python-cryptography python-sortedcontainers)
 makedepends=(python-setuptools cython)
 checkdepends=(python-nose)
 # Provided tarballs do not include tests
 #source=(${url}/releases/download/${pkgver}/${_pkg}.six-${pkgver}.tar.gz)
 source=(${url}/archive/${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('4c8e41e01f00706d2f9433a74a9fdcb362250122ee3ac17752aa6f3cff8f0e72')
+sha256sums=('b7392771e11e98f0de46b139963269021e2ed66ce1288cddba030cb35f4c82e4')
 
 build() {
   cd ${_pkg}.six-${pkgver}


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 20:26:33
  Author: archange
Revision: 665527

archrelease: copy trunk to community-x86_64

Added:
  nodejs-lts-erbium/repos/community-x86_64/PKGBUILD
(from rev 665526, nodejs-lts-erbium/trunk/PKGBUILD)
Deleted:
  nodejs-lts-erbium/repos/community-x86_64/PKGBUILD
  nodejs-lts-erbium/repos/community-x86_64/icu67.patch

-+
 PKGBUILD|  140 
 icu67.patch |  169 --
 2 files changed, 70 insertions(+), 239 deletions(-)

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

-  77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

-  B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 

-  DD8F2338BAE7501E3DD5AC78C273792F7D83545D  # Rod Vagg 

-  B9E2F5981AA6E0CD28160D9FF13993A75599653C  # Shelley Vohr 

-  4ED778F539E3634C779C87C6D7062848A1AB005C) # Beth Griggs 

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

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

+  77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

+  B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 

+  DD8F2338BAE7501E3DD5AC78C273792F7D83545D  # Rod Vagg 

+  B9E2F5981AA6E0CD28160D9FF13993A75599653C  # Shelley Vohr 

+  4ED778F539E3634C779C87C6D7062848A1AB005C) # Beth Griggs 

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

[arch-commits] Commit in mariadb/trunk (0001-arch-specific.patch PKGBUILD)

2020-07-27 Thread Christian Hesse via arch-commits
Date: Monday, July 27, 2020 @ 20:12:22
  Author: eworm
Revision: 392594

set No_COW attribute for data directory

Modified:
  mariadb/trunk/0001-arch-specific.patch
  mariadb/trunk/PKGBUILD

--+
 0001-arch-specific.patch |9 ++---
 PKGBUILD |2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: 0001-arch-specific.patch
===
--- 0001-arch-specific.patch2020-07-27 19:52:20 UTC (rev 392593)
+++ 0001-arch-specific.patch2020-07-27 20:12:22 UTC (rev 392594)
@@ -78,14 +78,17 @@
 
 This solves packaging issues when the user MYSQLD_USER is created by
 systemd-sysusers and uid is not known in advance.
+
+Also this now sets the No_COW attribute.
 ---
- support-files/tmpfiles.conf.in | 1 +
- 1 file changed, 1 insertion(+)
+ support-files/tmpfiles.conf.in | 2 +
+ 1 file changed, 2 insertion(+)
 
 diff --git a/support-files/tmpfiles.conf.in b/support-files/tmpfiles.conf.in
 index 03d66abc0c7..3c89cb258c9 100644
 --- a/support-files/tmpfiles.conf.in
 +++ b/support-files/tmpfiles.conf.in
-@@ -1 +1,2 @@
+@@ -1 +1,3 @@
  d @MYSQL_UNIX_DIR@ 0755 @MYSQLD_USER@ @MYSQLD_USER@ -
 +d @MYSQL_DATADIR@ 0700 @MYSQLD_USER@ @MYSQLD_USER@ -
++h @MYSQL_DATADIR@ - - - - +C

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 19:52:20 UTC (rev 392593)
+++ PKGBUILD2020-07-27 20:12:22 UTC (rev 392594)
@@ -21,7 +21,7 @@
 '0004-MDEV-15526-systemd-unit-files-naming-and-installation.patch')
 sha256sums=('4512d1de8febd9edf630e940c23cf14efd60570c743b268069516a5d91df'
 'SKIP'
-'c97e36bd0aeb10f506f4843761a0cd13dbe2e7bc71c3e5cdcd1a5310338bffaf'
+'3289efb3452d199aec872115f35da3f1d6fd4ce774615076690e9bc8afae1460'
 '1bb3b18afac8c95dbe964046e18b866288f41f8ec3a4a9c69875ca1620b89d29')
 
 prepare() {


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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 19:59:33
  Author: archange
Revision: 665525

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 19:59:28 UTC (rev 665524)
+++ PKGBUILD2020-07-27 19:59:33 UTC (rev 665525)
@@ -1,68 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=nodejs-lts-dubnium
-pkgver=10.20.1
-pkgrel=2
-pkgdesc="Evented I/O for V8 javascript (LTS release: Dubnium)"
-arch=(x86_64)
-url="https://nodejs.org/;
-license=(MIT)
-depends=(openssl zlib icu libuv http-parser c-ares libnghttp2)
-makedepends=(python2 procps-ng)
-optdepends=('npm: nodejs package manager')
-provides=("nodejs=$pkgver")
-conflicts=(nodejs)
-source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
-# https://nodejs.org/download/release/latest-dubnium/SHASUMS256.txt.asc
-sha256sums=(ee1f88a04c608aeda1299bbcb0895eebb6394e901f03398c377236905d95f492)
-validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

-  77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

-  B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 
 
-  DD8F2338BAE7501E3DD5AC78C273792F7D83545D  # Rod Vagg 

-  B9E2F5981AA6E0CD28160D9FF13993A75599653C  # Shelley Vohr 

-  4ED778F539E3634C779C87C6D7062848A1AB005C) # Beth Griggs 

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

Copied: nodejs-lts-dubnium/repos/community-x86_64/PKGBUILD (from rev 665524, 
nodejs-lts-dubnium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 19:59:33 UTC (rev 665525)
@@ -0,0 +1,68 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=nodejs-lts-dubnium
+pkgver=10.22.0
+pkgrel=1
+pkgdesc="Evented I/O for V8 javascript (LTS release: Dubnium)"
+arch=(x86_64)
+url="https://nodejs.org/;
+license=(MIT)
+depends=(openssl zlib icu libuv http-parser c-ares libnghttp2)
+makedepends=(python2 procps-ng)
+optdepends=('npm: nodejs package manager')
+provides=("nodejs=$pkgver")
+conflicts=(nodejs)
+source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
+# https://nodejs.org/download/release/latest-dubnium/SHASUMS256.txt.asc
+sha256sums=(e07575455cbb6670e3f30d2f846d3078ef2c181255ff0932089182529443e1db)
+validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

+  77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

+  B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 
 
+  DD8F2338BAE7501E3DD5AC78C273792F7D83545D  # Rod Vagg 

+  B9E2F5981AA6E0CD28160D9FF13993A75599653C  # Shelley Vohr 

+  4ED778F539E3634C779C87C6D7062848A1AB005C) # Beth Griggs 

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

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

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 19:59:28
  Author: archange
Revision: 665524

upgpkg: nodejs-lts-dubnium 10.22.0-1

Modified:
  nodejs-lts-dubnium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-27 19:56:11 UTC (rev 665523)
+++ PKGBUILD2020-07-27 19:59:28 UTC (rev 665524)
@@ -1,8 +1,8 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=nodejs-lts-dubnium
-pkgver=10.20.1
-pkgrel=2
+pkgver=10.22.0
+pkgrel=1
 pkgdesc="Evented I/O for V8 javascript (LTS release: Dubnium)"
 arch=(x86_64)
 url="https://nodejs.org/;
@@ -14,7 +14,7 @@
 conflicts=(nodejs)
 source=("${url}/dist/v${pkgver}/node-v${pkgver}.tar.xz")
 # https://nodejs.org/download/release/latest-dubnium/SHASUMS256.txt.asc
-sha256sums=(ee1f88a04c608aeda1299bbcb0895eebb6394e901f03398c377236905d95f492)
+sha256sums=(e07575455cbb6670e3f30d2f846d3078ef2c181255ff0932089182529443e1db)
 validpgpkeys=(C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8  # Myles Borins 

   77984A986EBC2AA786BC0F66B01FBB92821C587A  # Gibson Fahnestock 

   B9AE9905FFD7803F25714661B63B535A4C206CA9  # Evan Lucas 
 


  1   2   3   >