[arch-commits] Commit in react-native-debugger/repos/community-any (8 files)

2020-03-18 Thread Nicola Squartini via arch-commits
Date: Thursday, March 19, 2020 @ 01:42:46
  Author: tensor5
Revision: 600741

archrelease: copy trunk to community-any

Added:
  react-native-debugger/repos/community-any/PKGBUILD
(from rev 600740, react-native-debugger/trunk/PKGBUILD)
  react-native-debugger/repos/community-any/iconPath.patch
(from rev 600740, react-native-debugger/trunk/iconPath.patch)
  react-native-debugger/repos/community-any/react-native-debugger.desktop
(from rev 600740, react-native-debugger/trunk/react-native-debugger.desktop)
  react-native-debugger/repos/community-any/react-native-debugger.js
(from rev 600740, react-native-debugger/trunk/react-native-debugger.js)
Deleted:
  react-native-debugger/repos/community-any/PKGBUILD
  react-native-debugger/repos/community-any/iconPath.patch
  react-native-debugger/repos/community-any/react-native-debugger.desktop
  react-native-debugger/repos/community-any/react-native-debugger.js

---+
 PKGBUILD  |  112 
 iconPath.patch|   22 +++
 react-native-debugger.desktop |   16 ++---
 react-native-debugger.js  |   58 ++--
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-19 01:42:04 UTC (rev 600740)
+++ PKGBUILD2020-03-19 01:42:46 UTC (rev 600741)
@@ -1,56 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=react-native-debugger
-pkgver=0.10.6
-_commit=6b9f4535d4524d5f828b8ba939615c861b89e4a6
-pkgrel=1
-pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
-arch=('any')
-url='https://github.com/jhen0409/react-native-debugger'
-license=('MIT')
-depends=('electron')
-makedepends=('asar' 'git' 'yarn')
-source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit};
-'iconPath.patch'
-'react-native-debugger.desktop'
-'react-native-debugger.js')
-sha256sums=('SKIP'
-'3db29267301692d6362a2ff4971299de4a0f3f49feb12c338e4ec02a5b0e560d'
-'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
-'8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb')
-
-pkgver() {
-cd ${pkgname}
-git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i ../iconPath.patch
-}
-
-build() {
-cd ${pkgname}
-
-yarn --ignore-scripts
-cd dist
-yarn
-node ../scripts/patch-modules.js
-cd ..
-yarn build
-}
-
-package() {
-cd ${pkgname}
-
-install -dm755 "${pkgdir}/usr/lib"
-rm dist/logo.png  # see iconPath.patch
-asar pack dist "${pkgdir}/usr/lib/${pkgname}.asar"
-
-install -Dm755 ../${pkgname}.js "${pkgdir}/usr/bin/${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
-install -Dm644 electron/logo.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: react-native-debugger/repos/community-any/PKGBUILD (from rev 600740, 
react-native-debugger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-19 01:42:46 UTC (rev 600741)
@@ -0,0 +1,56 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=react-native-debugger
+pkgver=0.10.7
+_commit=b5c182d1a35540090614fb52b2a677cd1cfdabcb
+pkgrel=1
+pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
+arch=('any')
+url='https://github.com/jhen0409/react-native-debugger'
+license=('MIT')
+depends=('electron')
+makedepends=('asar' 'git' 'yarn')
+source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit};
+'iconPath.patch'
+'react-native-debugger.desktop'
+'react-native-debugger.js')
+sha256sums=('SKIP'
+'3db29267301692d6362a2ff4971299de4a0f3f49feb12c338e4ec02a5b0e560d'
+'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
+'8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb')
+
+pkgver() {
+cd ${pkgname}
+git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i ../iconPath.patch
+}
+
+build() {
+cd ${pkgname}
+
+yarn --ignore-scripts
+cd dist
+yarn
+node ../scripts/patch-modules.js
+cd ..
+yarn build
+}
+
+package() {
+cd ${pkgname}
+
+install -dm755 "${pkgdir}/usr/lib"
+rm dist/logo.png  # see iconPath.patch
+asar pack dist "${pkgdir}/usr/lib/${pkgname}.asar"
+
+install -Dm755 ../${pkgname}.js "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
+install -Dm644 electron/logo.png \
+ 

[arch-commits] Commit in react-native-debugger/trunk (PKGBUILD)

2020-03-18 Thread Nicola Squartini via arch-commits
Date: Thursday, March 19, 2020 @ 01:42:04
  Author: tensor5
Revision: 600740

upgpkg: react-native-debugger 0.10.7-1

Modified:
  react-native-debugger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 23:12:52 UTC (rev 600739)
+++ PKGBUILD2020-03-19 01:42:04 UTC (rev 600740)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=react-native-debugger
-pkgver=0.10.6
-_commit=6b9f4535d4524d5f828b8ba939615c861b89e4a6
+pkgver=0.10.7
+_commit=b5c182d1a35540090614fb52b2a677cd1cfdabcb
 pkgrel=1
 pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
 arch=('any')


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

2020-03-18 Thread Christian Rebischke via arch-commits
Date: Wednesday, March 18, 2020 @ 23:12:52
  Author: shibumi
Revision: 600739

archrelease: copy trunk to community-x86_64

Added:
  traefik/repos/community-x86_64/PKGBUILD
(from rev 600738, traefik/trunk/PKGBUILD)
  traefik/repos/community-x86_64/traefik.service
(from rev 600738, traefik/trunk/traefik.service)
  traefik/repos/community-x86_64/traefik.sysusers
(from rev 600738, traefik/trunk/traefik.sysusers)
Deleted:
  traefik/repos/community-x86_64/PKGBUILD
  traefik/repos/community-x86_64/traefik.service
  traefik/repos/community-x86_64/traefik.sysusers

--+
 PKGBUILD |   92 ++---
 traefik.service  |   82 +++
 traefik.sysusers |2 -
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 23:12:43 UTC (rev 600738)
+++ PKGBUILD2020-03-18 23:12:52 UTC (rev 600739)
@@ -1,46 +0,0 @@
-# Maintainer : Christian Rebischke 
-
-pkgname=traefik
-pkgver=2.1.6
-pkgrel=1
-pkgdesc="Modern reverse proxy written in Go"
-arch=('x86_64')
-url="https://containo.us/traefik/;
-license=('MIT')
-makedepends=('go-pie' 'git' 'go-bindata')
-depends=('glibc')
-backup=('etc/traefik/traefik.toml'
-'etc/traefik/traefik.yaml'
-'etc/traefik/traefik.yml')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz;
-'traefik.service'
-'traefik.sysusers')
-noextract=("${pkgname}-${pkgver}.tar.gz")
-sha512sums=('5d6b2b234ba52749323fcc78e98ea592a9cd232a8b2d282398544611d17354f3d8ab2373397d30918a30b74efa3e78d9ee9114d8501593feafe5d0a4f4b885c3'
-
'474dc8274d160bf46a46edf8855378331521b108a767345fb8cb201f23576ceadbee81560d15cf98cac3a978eb24b49f951524da828ffda720797f7ab38bd49c'
-
'5fecfed5df77bf28c2c976ebaebedb030904d41509e740821140a4889bda20327f416e78f8d19b0ee78c8bc422d1907ce05ef3562e4d3e36ddfbdbea5e860b2a')
-
-prepare() {
-  mkdir "${srcdir}/${pkgname}-${pkgver}"
-  tar xfvz "${srcdir}/${pkgname}-${pkgver}.tar.gz" -C 
"${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  go generate
-  cd cmd/traefik
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/traefik.service" 
"${pkgdir}/usr/lib/systemd/system/traefik.service"
-  install -Dm644 "${srcdir}/traefik.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/traefik.conf"
-}

Copied: traefik/repos/community-x86_64/PKGBUILD (from rev 600738, 
traefik/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 23:12:52 UTC (rev 600739)
@@ -0,0 +1,46 @@
+# Maintainer : Christian Rebischke 
+
+pkgname=traefik
+pkgver=2.1.7
+pkgrel=1
+pkgdesc="Modern reverse proxy written in Go"
+arch=('x86_64')
+url="https://containo.us/traefik/;
+license=('MIT')
+makedepends=('go-pie' 'git' 'go-bindata')
+depends=('glibc')
+backup=('etc/traefik/traefik.toml'
+'etc/traefik/traefik.yaml'
+'etc/traefik/traefik.yml')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz;
+'traefik.service'
+'traefik.sysusers')
+noextract=("${pkgname}-${pkgver}.tar.gz")
+sha512sums=('704a2dc93a3e51a7394bf7c3c35b197abba2d4ce7f66b5e26f605fa4b3931e0c92e23701d244037cba49fa705703b889230bee4034149d597b025196e9338677'
+
'474dc8274d160bf46a46edf8855378331521b108a767345fb8cb201f23576ceadbee81560d15cf98cac3a978eb24b49f951524da828ffda720797f7ab38bd49c'
+
'5fecfed5df77bf28c2c976ebaebedb030904d41509e740821140a4889bda20327f416e78f8d19b0ee78c8bc422d1907ce05ef3562e4d3e36ddfbdbea5e860b2a')
+
+prepare() {
+  mkdir "${srcdir}/${pkgname}-${pkgver}"
+  tar xfvz "${srcdir}/${pkgname}-${pkgver}.tar.gz" -C 
"${srcdir}/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  go generate
+  cd cmd/traefik
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "${srcdir}/traefik.service" 
"${pkgdir}/usr/lib/systemd/system/traefik.service"
+  install -Dm644 "${srcdir}/traefik.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/traefik.conf"
+}

Deleted: traefik.service

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

2020-03-18 Thread Christian Rebischke via arch-commits
Date: Wednesday, March 18, 2020 @ 23:12:43
  Author: shibumi
Revision: 600738

upgpkg: traefik 2.1.7-1

Modified:
  traefik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 23:08:04 UTC (rev 600737)
+++ PKGBUILD2020-03-18 23:12:43 UTC (rev 600738)
@@ -1,7 +1,7 @@
 # Maintainer : Christian Rebischke 
 
 pkgname=traefik
-pkgver=2.1.6
+pkgver=2.1.7
 pkgrel=1
 pkgdesc="Modern reverse proxy written in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'traefik.service'
 'traefik.sysusers')
 noextract=("${pkgname}-${pkgver}.tar.gz")
-sha512sums=('5d6b2b234ba52749323fcc78e98ea592a9cd232a8b2d282398544611d17354f3d8ab2373397d30918a30b74efa3e78d9ee9114d8501593feafe5d0a4f4b885c3'
+sha512sums=('704a2dc93a3e51a7394bf7c3c35b197abba2d4ce7f66b5e26f605fa4b3931e0c92e23701d244037cba49fa705703b889230bee4034149d597b025196e9338677'
 
'474dc8274d160bf46a46edf8855378331521b108a767345fb8cb201f23576ceadbee81560d15cf98cac3a978eb24b49f951524da828ffda720797f7ab38bd49c'
 
'5fecfed5df77bf28c2c976ebaebedb030904d41509e740821140a4889bda20327f416e78f8d19b0ee78c8bc422d1907ce05ef3562e4d3e36ddfbdbea5e860b2a')
 


[arch-commits] Commit in lib32-mesa/repos/multilib-testing-x86_64 (6 files)

2020-03-18 Thread Laurent Carlier via arch-commits
Date: Wednesday, March 18, 2020 @ 23:08:04
  Author: lcarlier
Revision: 600737

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 600736, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 600736, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-testing-x86_64/crossfile.ini
(from rev 600736, lib32-mesa/trunk/crossfile.ini)
Deleted:
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
  lib32-mesa/repos/multilib-testing-x86_64/crossfile.ini

---+
 LICENSE   |  166 +-
 PKGBUILD  |  352 
 crossfile.ini |4 
 3 files changed, 261 insertions(+), 261 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-03-18 23:07:56 UTC (rev 600736)
+++ LICENSE 2020-03-18 23:08:04 UTC (rev 600737)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 600736, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-03-18 23:08:04 UTC (rev 600737)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state 

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

2020-03-18 Thread Laurent Carlier via arch-commits
Date: Wednesday, March 18, 2020 @ 23:07:56
  Author: lcarlier
Revision: 600736

upgpkg: lib32-mesa 20.0.2-1: upstream update 20.0.2

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 23:07:42 UTC (rev 600735)
+++ PKGBUILD2020-03-18 23:07:56 UTC (rev 600736)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-opencl-mesa' 'lib32-vulkan-intel' 'lib32-vulkan-radeon' 
'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=20.0.1
+pkgver=20.0.2
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'xorgproto' 'lib32-libdrm'
@@ -16,7 +16,7 @@
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 crossfile.ini)
-sha512sums=('9e005ebbb699c1ad83b73c503c467907958a3d9cad644d8f7ac95804fd265debcf563784a1054c8e0bf40106e33b13185607e8270a197e9ddc34c50b1b2c4d82'
+sha512sums=('d6ffc29bbc5b908cb0f08fa1b5a83e029b76c7b697c488a73e6bb60990a55beeb3ecdba1745868f6885ee2f660975f5debf7d2c9418e0a96e2f7049e83fd89ab'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7'
 
'c7dbb390ebde291c517a854fcbe5166c24e95206f768cc9458ca896b2253aabd6df12a7becf831998721b2d622d0c02afdd8d519e77dea8e1d6807b35f0166fe')


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 23:05:14
  Author: felixonmars
Revision: 600733

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-clash-prelude/repos/community-staging-x86_64/
  haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD
(from rev 600732, haskell-clash-prelude/trunk/PKGBUILD)

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

Copied: haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD (from rev 
600732, haskell-clash-prelude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 23:05:14 UTC (rev 600733)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+_hkgname=clash-prelude
+pkgname=haskell-clash-prelude
+pkgver=1.2.0
+pkgrel=9
+pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
+url="https://github.com/clash-lang/clash-prelude;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-constraints' 
'haskell-data-binary-ieee754'
+ 'haskell-data-default-class' 'haskell-ghc-typelits-extra' 
'haskell-ghc-typelits-knownnat'
+ 'haskell-ghc-typelits-natnormalise' 'haskell-half' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-quickcheck' 'haskell-recursion-schemes' 'haskell-reflection' 
'haskell-singletons'
+ 'haskell-th-abstraction' 'haskell-th-lift' 'haskell-text-show' 
'haskell-th-orphans'
+ 'haskell-type-errors' 'haskell-vector')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hint' 
'haskell-quickcheck-classes-base'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('11b3686c8ca25d4ab65ae72622de9bfd2240900db88059a6cfa442667dc0c3619bab2f9cdd61b25ac58b11cdc8c0424620de4e3337fc0b24b5c4406b5b56c6c9')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.4/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# TODO
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 23:04:58
  Author: felixonmars
Revision: 600732

upgpkg: haskell-clash-prelude 1.2.0-9: rebuild with ghc-typelits-extra 0.4

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 22:47:40 UTC (rev 600731)
+++ PKGBUILD2020-03-18 23:04:58 UTC (rev 600732)
@@ -3,7 +3,7 @@
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
 pkgver=1.2.0
-pkgrel=8
+pkgrel=9
 pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
 url="https://github.com/clash-lang/clash-prelude;
 license=('BSD')
@@ -21,7 +21,7 @@
 
 prepare() {
 cd $_hkgname-$pkgver
-sed -i 's/>= *0.7.2/>=0.7/' $_hkgname.cabal
+sed -i 's/< *0.4/<1/' $_hkgname.cabal
 }
 
 build() {


[arch-commits] Commit in mesa/repos/testing-x86_64 (6 files)

2020-03-18 Thread Laurent Carlier via arch-commits
Date: Wednesday, March 18, 2020 @ 23:00:29
  Author: lcarlier
Revision: 377886

archrelease: copy trunk to testing-x86_64

Added:
  
mesa/repos/testing-x86_64/0001-iris-handle-the-failure-of-converting-unsupported-yu.patch
(from rev 377885, 
mesa/trunk/0001-iris-handle-the-failure-of-converting-unsupported-yu.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 377885, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 377885, mesa/trunk/PKGBUILD)
Deleted:
  
mesa/repos/testing-x86_64/0001-iris-handle-the-failure-of-converting-unsupported-yu.patch
  mesa/repos/testing-x86_64/LICENSE
  mesa/repos/testing-x86_64/PKGBUILD

-+
 0001-iris-handle-the-failure-of-converting-unsupported-yu.patch |  108 +-
 LICENSE |  166 ++--
 PKGBUILD|  380 
+-
 3 files changed, 327 insertions(+), 327 deletions(-)

Deleted: 0001-iris-handle-the-failure-of-converting-unsupported-yu.patch
===
--- 0001-iris-handle-the-failure-of-converting-unsupported-yu.patch 
2020-03-18 23:00:22 UTC (rev 377885)
+++ 0001-iris-handle-the-failure-of-converting-unsupported-yu.patch 
2020-03-18 23:00:29 UTC (rev 377886)
@@ -1,54 +0,0 @@
-From 4d3f535ebb341ddce05e5b1750fcf17c6c4166c9 Mon Sep 17 00:00:00 2001
-From: James Xiong 
-Date: Wed, 20 Nov 2019 15:59:00 -0800
-Subject: [PATCH] iris: handle the failure of converting unsupported yuv
- formats to isl
-
-Signed-off-by: James Xiong 
-Reviewed-by: Kenneth Graunke 
-(cherry picked from commit d8569baaed1a38cf3da9e45375fa2267d9a1eeb0)
-
-Tested-by: Marge Bot 

-Part-of: 
-Signed-off-by: Laurent Carlier 

- src/gallium/drivers/iris/iris_formats.c  | 6 +-
- src/gallium/drivers/iris/iris_resource.c | 3 ++-
- 2 files changed, 7 insertions(+), 2 deletions(-)
-
-diff --git a/src/gallium/drivers/iris/iris_formats.c 
b/src/gallium/drivers/iris/iris_formats.c
-index f6344cc7543..a35b663a53c 100644
 a/src/gallium/drivers/iris/iris_formats.c
-+++ b/src/gallium/drivers/iris/iris_formats.c
-@@ -338,9 +338,13 @@ iris_format_for_usage(const struct gen_device_info 
*devinfo,
-   isl_surf_usage_flags_t usage)
- {
-enum isl_format format = iris_isl_format_for_pipe_format(pformat);
--   const struct isl_format_layout *fmtl = isl_format_get_layout(format);
-struct isl_swizzle swizzle = ISL_SWIZZLE_IDENTITY;
- 
-+   if (format == ISL_FORMAT_UNSUPPORTED)
-+  return (struct iris_format_info) { .fmt = format, .swizzle = swizzle };
-+
-+   const struct isl_format_layout *fmtl = isl_format_get_layout(format);
-+
-if (!util_format_is_srgb(pformat)) {
-   if (util_format_is_intensity(pformat)) {
-  swizzle = ISL_SWIZZLE(RED, RED, RED, RED);
-diff --git a/src/gallium/drivers/iris/iris_resource.c 
b/src/gallium/drivers/iris/iris_resource.c
-index bdd715df2c9..7ca6097840a 100644
 a/src/gallium/drivers/iris/iris_resource.c
-+++ b/src/gallium/drivers/iris/iris_resource.c
-@@ -85,7 +85,8 @@ modifier_is_supported(const struct gen_device_info *devinfo,
- 
-   enum isl_format linear_format = isl_format_srgb_to_linear(rt_format);
- 
--  if (!isl_format_supports_ccs_e(devinfo, linear_format))
-+  if (linear_format == ISL_FORMAT_UNSUPPORTED ||
-+  !isl_format_supports_ccs_e(devinfo, linear_format))
-  return false;
- 
-   return devinfo->gen >= 9 && devinfo->gen <= 11;
--- 
-2.25.1
-

Copied: 
mesa/repos/testing-x86_64/0001-iris-handle-the-failure-of-converting-unsupported-yu.patch
 (from rev 377885, 
mesa/trunk/0001-iris-handle-the-failure-of-converting-unsupported-yu.patch)
===
--- 0001-iris-handle-the-failure-of-converting-unsupported-yu.patch 
(rev 0)
+++ 0001-iris-handle-the-failure-of-converting-unsupported-yu.patch 
2020-03-18 23:00:29 UTC (rev 377886)
@@ -0,0 +1,54 @@
+From 4d3f535ebb341ddce05e5b1750fcf17c6c4166c9 Mon Sep 17 00:00:00 2001
+From: James Xiong 
+Date: Wed, 20 Nov 2019 15:59:00 -0800
+Subject: [PATCH] iris: handle the failure of converting unsupported yuv
+ formats to isl
+
+Signed-off-by: James Xiong 
+Reviewed-by: Kenneth Graunke 
+(cherry picked from commit d8569baaed1a38cf3da9e45375fa2267d9a1eeb0)
+
+Tested-by: Marge Bot 

+Part-of: 
+Signed-off-by: Laurent Carlier 
+---
+ src/gallium/drivers/iris/iris_formats.c  | 6 +-
+ src/gallium/drivers/iris/iris_resource.c | 3 ++-
+ 2 files changed, 7 insertions(+), 2 deletions(-)
+
+diff --git a/src/gallium/drivers/iris/iris_formats.c 

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

2020-03-18 Thread Laurent Carlier via arch-commits
Date: Wednesday, March 18, 2020 @ 23:00:22
  Author: lcarlier
Revision: 377885

upgpkg: mesa 20.0.2-1: upstream update 20.0.2

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 21:40:51 UTC (rev 377884)
+++ PKGBUILD2020-03-18 23:00:22 UTC (rev 377885)
@@ -4,7 +4,7 @@
 pkgbase=mesa
 pkgname=('vulkan-mesa-layer' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=20.0.1
+pkgver=20.0.2
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
@@ -15,7 +15,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('9e005ebbb699c1ad83b73c503c467907958a3d9cad644d8f7ac95804fd265debcf563784a1054c8e0bf40106e33b13185607e8270a197e9ddc34c50b1b2c4d82'
+sha512sums=('d6ffc29bbc5b908cb0f08fa1b5a83e029b76c7b697c488a73e6bb60990a55beeb3ecdba1745868f6885ee2f660975f5debf7d2c9418e0a96e2f7049e83fd89ab'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



[arch-commits] Commit in haskell-ghc-typelits-extra/trunk (PKGBUILD)

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 22:47:26
  Author: felixonmars
Revision: 600730

upgpkg: haskell-ghc-typelits-extra 0.4-1: rebuild with ghc-typelits-extra 0.4

Modified:
  haskell-ghc-typelits-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 22:34:41 UTC (rev 600729)
+++ PKGBUILD2020-03-18 22:47:26 UTC (rev 600730)
@@ -2,8 +2,8 @@
 
 _hkgname=ghc-typelits-extra
 pkgname=haskell-ghc-typelits-extra
-pkgver=0.3.3
-pkgrel=5
+pkgver=0.4
+pkgrel=1
 pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
 url="https://github.com/clash-lang/ghc-typelits-extra;
 license=('custom:BSD2')
@@ -12,13 +12,8 @@
  'haskell-ghc-typelits-natnormalise')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('fc878c26e8eb8725df2afb6fee0809dff36cc36bcc834f67280d5527de73448940b9d5c251225ef8ff26562e2700707d3f1024b403d23f07c95758fb131a536b')
+sha512sums=('215cf547468856f5f7309928dce8fbecc23bcb1e5e86b3614483b2e08144801c063d8c61827b13aa92d8540a0f06f5fc10ba487d5283f5cb15b2f6ce5c5eb5c6')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/>=.*0.7.2/>=0.7/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


[arch-commits] Commit in haskell-ghc-typelits-extra/repos (2 files)

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 22:47:40
  Author: felixonmars
Revision: 600731

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ghc-typelits-extra/repos/community-staging-x86_64/
  haskell-ghc-typelits-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 600730, haskell-ghc-typelits-extra/trunk/PKGBUILD)

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

Copied: haskell-ghc-typelits-extra/repos/community-staging-x86_64/PKGBUILD 
(from rev 600730, haskell-ghc-typelits-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 22:47:40 UTC (rev 600731)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghc-typelits-extra
+pkgname=haskell-ghc-typelits-extra
+pkgver=0.4
+pkgrel=1
+pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
+url="https://github.com/clash-lang/ghc-typelits-extra;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra' 
'haskell-ghc-typelits-knownnat'
+ 'haskell-ghc-typelits-natnormalise')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('215cf547468856f5f7309928dce8fbecc23bcb1e5e86b3614483b2e08144801c063d8c61827b13aa92d8540a0f06f5fc10ba487d5283f5cb15b2f6ce5c5eb5c6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 18, 2020 @ 22:34:41
  Author: arojas
Revision: 600729

archrelease: copy trunk to community-x86_64

Added:
  e-antic/repos/community-x86_64/PKGBUILD
(from rev 600728, e-antic/trunk/PKGBUILD)
Deleted:
  e-antic/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 22:34:20 UTC (rev 600728)
+++ PKGBUILD2020-03-18 22:34:41 UTC (rev 600729)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=e-antic
-pkgver=0.1.4
-pkgrel=1
-pkgdesc="Embedded algebraic number fields (on top of antic)"
-arch=(x86_64)
-url="https://github.com/videlec/e-antic;
-license=(LGPL)
-depends=(arb)
-makedepends=()
-source=(https://www.labri.fr/perso/vdelecro/e-antic/$pkgname-$pkgver.tar.gz)
-sha256sums=('ee6622d666028ff4e2977e3c74f0b8c3dc741d20e90358121ff74999b759a87a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: e-antic/repos/community-x86_64/PKGBUILD (from rev 600728, 
e-antic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 22:34:41 UTC (rev 600729)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=e-antic
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Embedded algebraic number fields (on top of antic)"
+arch=(x86_64)
+url="https://github.com/videlec/e-antic;
+license=(LGPL)
+depends=(arb)
+makedepends=()
+source=(https://www.labri.fr/perso/vdelecro/e-antic/$pkgname-$pkgver.tar.gz)
+sha256sums=('d935ebaa59fcc6742fa62813f7039def52011f65ce3ed08f2da6ce66224f9859')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 22:34:20
  Author: felixonmars
Revision: 600728

archrelease: copy trunk to community-any

Added:
  marked/repos/community-any/PKGBUILD
(from rev 600727, marked/trunk/PKGBUILD)
Deleted:
  marked/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 22:34:10 UTC (rev 600727)
+++ PKGBUILD2020-03-18 22:34:20 UTC (rev 600728)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=marked
-pkgver=0.8.0
-pkgrel=2
-pkgdesc="A markdown parser built for speed"
-arch=('any')
-url='https://github.com/chjj/marked'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('33251ef93fcfc384d9b9f1e4cc07c38fa1daac205689adb2dbbfdb86e6244da8949df0d816708fdca50dfbda0ced68ba240dabca6b5561b42edeca44d060a6c5')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s ../../../lib/node_modules/marked/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: marked/repos/community-any/PKGBUILD (from rev 600727, 
marked/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 22:34:20 UTC (rev 600728)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=marked
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="A markdown parser built for speed"
+arch=('any')
+url='https://github.com/chjj/marked'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('b597c94bcb84d33a68ef1a537dfc05c1845f5bd03335c768d3841c8ecf82f7ea02cbc312443dab783e620d5b58c7c9ad2daaac1ae821c3f60b95cc0dc401c0d6')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/marked/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 22:34:03
  Author: felixonmars
Revision: 600726

upgpkg: marked 0.8.1-1

Modified:
  marked/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 22:33:13 UTC (rev 600725)
+++ PKGBUILD2020-03-18 22:34:03 UTC (rev 600726)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=marked
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
 pkgdesc="A markdown parser built for speed"
 arch=('any')
 url='https://github.com/chjj/marked'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('33251ef93fcfc384d9b9f1e4cc07c38fa1daac205689adb2dbbfdb86e6244da8949df0d816708fdca50dfbda0ced68ba240dabca6b5561b42edeca44d060a6c5')
+sha512sums=('b597c94bcb84d33a68ef1a537dfc05c1845f5bd03335c768d3841c8ecf82f7ea02cbc312443dab783e620d5b58c7c9ad2daaac1ae821c3f60b95cc0dc401c0d6')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-03-18 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 18, 2020 @ 22:34:10
  Author: arojas
Revision: 600727

Update to 0.1.5

Modified:
  e-antic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 22:34:03 UTC (rev 600726)
+++ PKGBUILD2020-03-18 22:34:10 UTC (rev 600727)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=e-antic
-pkgver=0.1.4
+pkgver=0.1.5
 pkgrel=1
 pkgdesc="Embedded algebraic number fields (on top of antic)"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(arb)
 makedepends=()
 source=(https://www.labri.fr/perso/vdelecro/e-antic/$pkgname-$pkgver.tar.gz)
-sha256sums=('ee6622d666028ff4e2977e3c74f0b8c3dc741d20e90358121ff74999b759a87a')
+sha256sums=('d935ebaa59fcc6742fa62813f7039def52011f65ce3ed08f2da6ce66224f9859')
 
 build() {
   cd $pkgname-$pkgver


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 22:33:13
  Author: felixonmars
Revision: 600725

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 22:32:57 UTC (rev 600724)
+++ PKGBUILD2020-03-18 22:33:13 UTC (rev 600725)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Bruno Pagani 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Stefan Husmann 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=python-matplotlib
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="A python plotting library, making publication quality plots"
-arch=(x86_64)
-url="https://matplotlib.org;
-license=(custom)
-depends=(freetype2 libpng python-numpy python-cycler python-dateutil 
python-kiwisolver python-pyparsing)
-optdepends=('tk: Tk{Agg,Cairo} backends'
-'python-pyqt5: Qt5{Agg,Cairo} backends'
-'python-gobject: for GTK3{Agg,Cairo} backend'
-'python-wxpython: WX{,Agg,Cairo} backend'
-'python-cairo: {GTK3,Qt5,Tk,WX}Cairo backends'
-'python-cairocffi: alternative for Cairo backends'
-'python-tornado: WebAgg backend'
-'ffmpeg: for saving movies'
-'imagemagick: for saving animated gifs'
-'python-pillow: for reading/saving jpeg/bmp/tiff files'
-'ghostscript: usetex dependencies'
-'texlive-bin: usetex dependencies'
-'texlive-latexextra: usetex usage with pdflatex')
-makedepends=(git rsync python-setuptools
- tk python-pyqt5 python-gobject
- python-wxpython python-cairocffi python-tornado
- python-pillow ghostscript texlive-bin)
- # qhull missing pkg-config file
- # agg missing some non-upstreamed patches?
-checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb
-  texlive-core texlive-latexextra inkscape mencoder
-  ffmpeg imagemagick python-pandas)
-source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('bbc800b3f6c2d4d1161f7b6cc6c72c637abe9d70adfc17bb02d6e21022c957e485d6da02209163460c9bb96eaf544e09c8eba9f80ac30ec95348b6dff3d32ebb')
-
-build() {
-  cd matplotlib-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd matplotlib-${pkgver}
-  xvfb-run -a -s "+extension GLX +extension RANDR +render -screen 0 
1280x1024x24" \
-python setup.py pytest --addopts="-n auto" || warning "Tests failed" # 
Different font rendering details
-}
-
-package_python-matplotlib() {
-  cd matplotlib-${pkgver}
-  python setup.py install --root "${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
-  install -Dm644 doc/users/license.rst -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  # Needed since https://github.com/matplotlib/matplotlib/pull/14170
-  rm -r 
"${pkgdir}"/usr/lib/python3.8/site-packages/{matplotlib,mpl_toolkits}/tests/
-}

Copied: python-matplotlib/repos/community-x86_64/PKGBUILD (from rev 600724, 
python-matplotlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 22:33:13 UTC (rev 600725)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Maintainer: Bruno Pagani 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Stefan Husmann 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=python-matplotlib
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A python plotting library, making publication quality plots"
+arch=(x86_64)
+url="https://matplotlib.org;
+license=(custom)
+depends=(freetype2 libpng python-numpy python-cycler python-dateutil 
python-kiwisolver python-pyparsing)
+optdepends=('tk: Tk{Agg,Cairo} backends'
+'python-pyqt5: Qt5{Agg,Cairo} backends'
+'python-gobject: for GTK3{Agg,Cairo} backend'
+'python-wxpython: WX{,Agg,Cairo} backend'
+'python-cairo: {GTK3,Qt5,Tk,WX}Cairo backends'
+'python-cairocffi: alternative for Cairo backends'
+'python-tornado: WebAgg backend'
+'ffmpeg: for saving movies'
+'imagemagick: for saving animated gifs'
+'python-pillow: for reading/saving jpeg/bmp/tiff files'
+'ghostscript: usetex dependencies'
+'texlive-bin: usetex dependencies'
+'texlive-latexextra: usetex usage with pdflatex')
+makedepends=(git rsync python-setuptools
+ tk python-pyqt5 python-gobject
+ python-wxpython python-cairocffi python-tornado
+ python-pillow ghostscript 

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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 22:32:57
  Author: felixonmars
Revision: 600724

upgpkg: python-matplotlib 3.2.1-1

Modified:
  python-matplotlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 22:13:57 UTC (rev 600723)
+++ PKGBUILD2020-03-18 22:32:57 UTC (rev 600724)
@@ -6,7 +6,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=python-matplotlib
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="A python plotting library, making publication quality plots"
 arch=(x86_64)
@@ -36,7 +36,7 @@
   texlive-core texlive-latexextra inkscape mencoder
   ffmpeg imagemagick python-pandas)
 
source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('bbc800b3f6c2d4d1161f7b6cc6c72c637abe9d70adfc17bb02d6e21022c957e485d6da02209163460c9bb96eaf544e09c8eba9f80ac30ec95348b6dff3d32ebb')
+sha512sums=('2725ebb2e3665f3f110354efab6a6ec20721667acbaf1dc22a9396dbdca096edaabe79b0e602970b1c0769a5eb849cd815774af00a366f3d4e2f336bce06208e')
 
 build() {
   cd matplotlib-${pkgver}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 22:13:38
  Author: felixonmars
Revision: 600720

archrelease: copy trunk to community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 600719, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
600719, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 22:13:38 UTC (rev 600720)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.23
+pkgrel=95
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-crypto-pubkey'
+ 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 
'haskell-graphviz' 'haskell-hopenpgp'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ixset-typed'
+ 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e7b64f210579bef1a2b80d66a388bbc908c1910ecf919adcff664f50c65826e62d03864d7c4dcc5dd996a35c8f68f83116e1eef44cb7cb462b8ba44e899ab45f')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/fail (show l/error (show l/' HOpenPGP/Tools/Parser.y
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 22:13:23
  Author: felixonmars
Revision: 600719

upgpkg: hopenpgp-tools 0.23-95: rebuild with ixset-typed 0.5

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 22:12:03 UTC (rev 600718)
+++ PKGBUILD2020-03-18 22:13:23 UTC (rev 600719)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23
-pkgrel=94
+pkgrel=95
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 22:12:03
  Author: felixonmars
Revision: 600718

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
600717, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 22:12:03 UTC (rev 600718)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.9.4
+pkgrel=38
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-bifunctors' 'haskell-bz2' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 
'haskell-newtype'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-wl-pprint-extras' 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f2d4f0e156eac631b61eaf909bbc92034696e92a2bd6bfee0d2b6ae54d5aa9b85d59d945ea2104c5f1fe4535793b9508e80cea5951bb98470ed36876d351d005')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 22:11:40
  Author: alucryd
Revision: 600716

archrelease: copy trunk to community-x86_64

Added:
  foldingathome/repos/
  foldingathome/repos/community-x86_64/
  foldingathome/repos/community-x86_64/PKGBUILD
(from rev 600715, foldingathome/trunk/PKGBUILD)
  foldingathome/repos/community-x86_64/foldingathome.service
(from rev 600715, foldingathome/trunk/foldingathome.service)

---+
 PKGBUILD  |   41 +
 foldingathome.service |   15 +++
 2 files changed, 56 insertions(+)

Copied: foldingathome/repos/community-x86_64/PKGBUILD (from rev 600715, 
foldingathome/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-03-18 22:11:40 UTC (rev 600716)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: paul2lv 
+# Contributor: dtw 
+
+pkgname=foldingathome
+pkgver=7.5.1
+pkgrel=1
+pkgdesc='A distributed computing project for simulating protein dynamics'
+arch=(x86_64)
+url=https://foldingathome.org/
+license=(custom)
+depends=(
+  gcc-libs
+  glibc
+  zlib
+)
+optdepends=(
+  'cuda: for folding with an NVIDIA GPU'
+  'opencl-amd: for folding with a newer AMD GPU'
+  'opencl-mesa: for folding with an older AMD GPU'
+  'opencl-nvidia: for folding with an NVIDIA GPU'
+)
+backup=(etc/foldingathome/config.xml)
+source=(
+  
https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v${pkgver%.*}/fahclient_${pkgver}-64bit-release.tar.bz2
+  foldingathome.service
+)
+sha256sums=('69a2562a4bc30bf10e1954bedd8b96aaf57df7eafcfca828f29304fbbbc2521f'
+'3adcb49fa7a596b56f00e8759798c9d2f5346d3608f097e21731a50f6306c755')
+
+package() {
+  install -Dm 755 fahclient_${pkgver}-64bit-release/FAHClient -t 
"${pkgdir}"/usr/bin/
+  install -Dm 755 fahclient_${pkgver}-64bit-release/FAHCoreWrapper -t 
"${pkgdir}"/usr/bin/
+  install -Dm 644 fahclient_${pkgver}-64bit-release/CHANGELOG.md -t 
"${pkgdir}"/usr/share/doc/foldingathome/
+  install -Dm 644 fahclient_${pkgver}-64bit-release/README.md -t 
"${pkgdir}"/usr/share/doc/foldingathome/
+  install -Dm 644 fahclient_${pkgver}-64bit-release/copyright -t 
"${pkgdir}"/usr/share/licenses/foldingathome/
+  install -Dm 644 fahclient_${pkgver}-64bit-release/sample-config.xml 
"${pkgdir}"/etc/foldingathome/config.xml
+  install -Dm 644 foldingathome.service -t "${pkgdir}"/usr/lib/systemd/system/
+}
+
+# vim: ts=2 sw=2 et:

Copied: foldingathome/repos/community-x86_64/foldingathome.service (from rev 
600715, foldingathome/trunk/foldingathome.service)
===
--- repos/community-x86_64/foldingathome.service
(rev 0)
+++ repos/community-x86_64/foldingathome.service2020-03-18 22:11:40 UTC 
(rev 600716)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Folding@home distributed computing client
+After=network.target
+
+[Service]
+Type=simple
+User=fah
+DynamicUser=yes
+StateDirectory=fah
+WorkingDirectory=/var/lib/fah
+ExecStart=/usr/bin/FAHClient --config /etc/foldingathome/config.xml
+
+[Install]
+WantedBy=multi-user.target
+


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

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 22:11:25
  Author: alucryd
Revision: 600714

upgpkg: foldingathome 7.5.1-1

Modified:
  foldingathome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 22:11:20 UTC (rev 600713)
+++ PKGBUILD2020-03-18 22:11:25 UTC (rev 600714)
@@ -9,7 +9,11 @@
 arch=(x86_64)
 url=https://foldingathome.org/
 license=(custom)
-depends=(glibc)
+depends=(
+  gcc-libs
+  glibc
+  zlib
+)
 optdepends=(
   'cuda: for folding with an NVIDIA GPU'
   'opencl-amd: for folding with a newer AMD GPU'


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

2020-03-18 Thread David Runge via arch-commits
Date: Wednesday, March 18, 2020 @ 22:11:20
  Author: dvzrv
Revision: 600713

upgpkg: rt-tests 1.8-1: Upgrading to 1.8.

Modified:
  rt-tests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 22:10:05 UTC (rev 600712)
+++ PKGBUILD2020-03-18 22:11:20 UTC (rev 600713)
@@ -2,7 +2,7 @@
 # Contributor: Joakim Hernberg 
 
 pkgname=rt-tests
-pkgver=1.7
+pkgver=1.8
 pkgrel=1
 pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'numactl: for cyclictest'
 'python: for get_cyclictest_snapshot and hwlatdetect')
 
source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('17da08795afa42d06bf133af464c845779dc2f59f08b24b2755fe00315d77fd2213b7d78f67705116a95bc6ae526f5272865bb48106e240cf0f93c9133f630c7')
+sha512sums=('f37df6c1873c53b7d9d7eb3970a89ae892b7c95f34765f1a8c4633dce091f5310ff92c3ef9bbe7288a97a42e01cdf9037f0765e7a82ad4185f0849f5a24cb170')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-03-18 Thread David Runge via arch-commits
Date: Wednesday, March 18, 2020 @ 22:11:26
  Author: dvzrv
Revision: 600715

archrelease: copy trunk to community-x86_64

Added:
  rt-tests/repos/community-x86_64/PKGBUILD
(from rev 600713, rt-tests/trunk/PKGBUILD)
Deleted:
  rt-tests/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 22:11:25 UTC (rev 600714)
+++ PKGBUILD2020-03-18 22:11:26 UTC (rev 600715)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Joakim Hernberg 
-
-pkgname=rt-tests
-pkgver=1.7
-pkgrel=1
-pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
-arch=('x86_64')
-url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/;
-license=('GPL2')
-groups=('realtime')
-depends=('glibc')
-makedepends=('numactl' 'python')
-optdepends=('bash: for determine_maximum_mpps.sh and get_cpuinfo_mhz.sh'
-'numactl: for cyclictest'
-'python: for get_cyclictest_snapshot and hwlatdetect')
-source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('17da08795afa42d06bf133af464c845779dc2f59f08b24b2755fe00315d77fd2213b7d78f67705116a95bc6ae526f5272865bb48106e240cf0f93c9133f630c7')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export PYLIB=$(python -c 'import distutils.sysconfig;  
print(distutils.sysconfig.get_python_lib())')
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make prefix=/usr DESTDIR="${pkgdir}" install
-  install -vDm 644 {MAINTAINERS,README.markdown} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: rt-tests/repos/community-x86_64/PKGBUILD (from rev 600713, 
rt-tests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 22:11:26 UTC (rev 600715)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+# Contributor: Joakim Hernberg 
+
+pkgname=rt-tests
+pkgver=1.8
+pkgrel=1
+pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
+arch=('x86_64')
+url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/;
+license=('GPL2')
+groups=('realtime')
+depends=('glibc')
+makedepends=('numactl' 'python')
+optdepends=('bash: for determine_maximum_mpps.sh and get_cpuinfo_mhz.sh'
+'numactl: for cyclictest'
+'python: for get_cyclictest_snapshot and hwlatdetect')
+source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f37df6c1873c53b7d9d7eb3970a89ae892b7c95f34765f1a8c4633dce091f5310ff92c3ef9bbe7288a97a42e01cdf9037f0765e7a82ad4185f0849f5a24cb170')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export PYLIB=$(python -c 'import distutils.sysconfig;  
print(distutils.sysconfig.get_python_lib())')
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -vDm 644 {MAINTAINERS,README.markdown} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 22:11:48
  Author: felixonmars
Revision: 600717

upgpkg: haskell-hopenpgp 2.9.4-38: rebuild with ixset-typed 0.5

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 22:11:40 UTC (rev 600716)
+++ PKGBUILD2020-03-18 22:11:48 UTC (rev 600717)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.9.4
-pkgrel=37
+pkgrel=38
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2020-03-18 Thread David Runge via arch-commits
Date: Wednesday, March 18, 2020 @ 22:09:58
  Author: dvzrv
Revision: 600711

upgpkg: python-pytest-rerunfailures 9.0-1: Upgrading to 9.0. Adding python-mock 
to checkdepends. Minor cleanups.

Modified:
  python-pytest-rerunfailures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 22:09:42 UTC (rev 600710)
+++ PKGBUILD2020-03-18 22:09:58 UTC (rev 600711)
@@ -1,7 +1,8 @@
 # Maintainer: David Runge 
+
 _name=pytest-rerunfailures
 pkgname=python-pytest-rerunfailures
-pkgver=8.0
+pkgver=9.0
 pkgrel=1
 pkgdesc="A plugin for py.test that re-runs failed tests to eliminate 
intermittent failures"
 arch=('any')
@@ -9,9 +10,9 @@
 license=('MPL2')
 depends=('python-pytest')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest')
+checkdepends=('python-mock' 'python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('538fe5ca579ec50fc1689c4b7df3a55e0bdb08f87c2dfeb219ee141ef67c6c74a324c64f183f3ff85a5289ecfb54beef0fde2105eb0ae888ed861a15194a9dc5')
+sha512sums=('c5ac12dda4b8411627be2950baa3c910cdb9b7111d792adcfa55d053912090ab6a221de481938d8722c346d34b07fe7f629be7e853d209ea41c4d7efb1781c0c')
 
 build() {
   cd "${_name}-${pkgver}"
@@ -21,7 +22,7 @@
 check() {
   cd "${_name}-${pkgver}"
   export PYTHONPATH="build/lib:$PYTHONPATH"
-  py.test test_pytest_rerunfailures.py
+  pytest -v
 }
 
 package() {
@@ -31,8 +32,6 @@
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
-  # fix missing world-readable bit
-  chmod 644 "${pkgdir}/usr/lib/python${py_ver}/site-packages/__pycache__/"*.pyc
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
 -vDm 644 {CHANGES.rst,README.rst}


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

2020-03-18 Thread David Runge via arch-commits
Date: Wednesday, March 18, 2020 @ 22:10:05
  Author: dvzrv
Revision: 600712

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 22:09:58 UTC (rev 600711)
+++ PKGBUILD2020-03-18 22:10:05 UTC (rev 600712)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-_name=pytest-rerunfailures
-pkgname=python-pytest-rerunfailures
-pkgver=8.0
-pkgrel=1
-pkgdesc="A plugin for py.test that re-runs failed tests to eliminate 
intermittent failures"
-arch=('any')
-url="https://github.com/pytest-dev/pytest-rerunfailures/;
-license=('MPL2')
-depends=('python-pytest')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('538fe5ca579ec50fc1689c4b7df3a55e0bdb08f87c2dfeb219ee141ef67c6c74a324c64f183f3ff85a5289ecfb54beef0fde2105eb0ae888ed861a15194a9dc5')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  export PYTHONPATH="build/lib:$PYTHONPATH"
-  py.test test_pytest_rerunfailures.py
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  local py_ver=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # fix missing world-readable bit
-  chmod 644 "${pkgdir}/usr/lib/python${py_ver}/site-packages/__pycache__/"*.pyc
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {CHANGES.rst,README.rst}
-}

Copied: python-pytest-rerunfailures/repos/community-any/PKGBUILD (from rev 
600711, python-pytest-rerunfailures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 22:10:05 UTC (rev 600712)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+
+_name=pytest-rerunfailures
+pkgname=python-pytest-rerunfailures
+pkgver=9.0
+pkgrel=1
+pkgdesc="A plugin for py.test that re-runs failed tests to eliminate 
intermittent failures"
+arch=('any')
+url="https://github.com/pytest-dev/pytest-rerunfailures/;
+license=('MPL2')
+depends=('python-pytest')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('c5ac12dda4b8411627be2950baa3c910cdb9b7111d792adcfa55d053912090ab6a221de481938d8722c346d34b07fe7f629be7e853d209ea41c4d7efb1781c0c')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  export PYTHONPATH="build/lib:$PYTHONPATH"
+  pytest -v
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  local py_ver=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {CHANGES.rst,README.rst}
+}


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

2020-03-18 Thread David Runge via arch-commits
Date: Wednesday, March 18, 2020 @ 22:08:56
  Author: dvzrv
Revision: 600708

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 22:08:51 UTC (rev 600707)
+++ PKGBUILD2020-03-18 22:08:56 UTC (rev 600708)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-_plugins_pkgver=3.14
-pkgname=nomacs
-pkgver=3.14
-pkgrel=1
-pkgdesc="A Qt image viewer"
-arch=('x86_64')
-url="https://nomacs.org/;
-license=('GPL3')
-depends=('exiv2' 'gcc-libs' 'glibc' 'libtiff' 'libraw' 'opencv' 'quazip'
-'qt5-base' 'qt5-svg')
-optdepends=('qt5-imageformats: support additional image formats')
-makedepends=('cmake' 'qt5-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
-
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz;)
-sha512sums=('09d4c222f421661a09b7dfd5d2d162a5bb773dd9b262563dfe9f8af4fafd5d653892a1c42993154cf362fb69668bc4bac42da3a0b32b04b421513eca1ae54ec3'
-
'c0bca87e50b7b91d80a9d6afd95eeb1d6730b17b9a28ad4109514b36c42781b3f67b25f68f48c0953110d1e02bb03762e813af9c1ec2851c072b4aea74969cbd')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # symlinking plugins into place
-  ln -sv "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}" 
"ImageLounge/plugins"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_SYSTEM_QUAZIP=ON \
--DENABLE_TRANSLATIONS=true \
--B build \
--S ./ImageLounge
-  make VERBOSE=1 -C build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build
-}

Copied: nomacs/repos/community-x86_64/PKGBUILD (from rev 600707, 
nomacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 22:08:56 UTC (rev 600708)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+_plugins_pkgver=3.14
+pkgname=nomacs
+pkgver=3.14.2
+pkgrel=1
+pkgdesc="A Qt image viewer"
+arch=('x86_64')
+url="https://nomacs.org/;
+license=('GPL3')
+depends=('exiv2' 'gcc-libs' 'glibc' 'libtiff' 'libraw' 'opencv' 'quazip'
+'qt5-base' 'qt5-svg')
+optdepends=('qt5-imageformats: support additional image formats')
+makedepends=('cmake' 'qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
+
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz;)
+sha512sums=('58104c85078bdbff7f65625658bb01b152631470eea93a43494eed55ae5e2441b7bcf3ed6c8f1aef07831bc99c80af94467fcc0e15dc1d282ef313bfcb3c81e9'
+
'c0bca87e50b7b91d80a9d6afd95eeb1d6730b17b9a28ad4109514b36c42781b3f67b25f68f48c0953110d1e02bb03762e813af9c1ec2851c072b4aea74969cbd')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # symlinking plugins into place
+  ln -sv "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}" 
"ImageLounge/plugins"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SYSTEM_QUAZIP=ON \
+-DENABLE_TRANSLATIONS=true \
+-B build \
+-S ./ImageLounge
+  make VERBOSE=1 -C build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install -C build
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 22:09:27
  Author: felixonmars
Revision: 600709

upgpkg: haskell-ixset-typed 0.5-1: rebuild with ixset-typed 0.5

Modified:
  haskell-ixset-typed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 22:08:56 UTC (rev 600708)
+++ PKGBUILD2020-03-18 22:09:27 UTC (rev 600709)
@@ -2,30 +2,23 @@
 
 _hkgname=ixset-typed
 pkgname=haskell-ixset-typed
-pkgver=0.4.0.1
-pkgrel=67
+pkgver=0.5
+pkgrel=1
 pkgdesc="Efficient relational queries on Haskell sets"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-safecopy' 'haskell-syb')
-makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
-ghc-8.8.patch::https://github.com/well-typed/ixset-typed/pull/13.patch)
-sha512sums=('48ed1cc65b7bc3522eab71727f3e11052c29cbb1eef4f7c043fd6c3fc43547909390cb36f823e109a15a136242f3e780f66f76ede29c2a7bc39f9bdf6c51ecd6'
-
'a4eb22e9abcf6b9c5b0d82d1826d861910e19c504af8e3e1ec0ab94b8c259df851ff56dcf8a41539e2df1fa9e97cf272df65e1bca354966e55484b3043a65818')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0f25a540835805cdea68b46de5956afa887172cf16135f7d13e1c1f59e750652defae74d3ecebdacdb606ddf3bdc515c370e0b57f7ada21e3aa3f6e1b62fe582')
 
-prepare() {
-cd $_hkgname-$pkgver
-# Ignore change in .travis.yml
-patch -p1 -i ../ghc-8.8.patch || :
-}
-
 build() {
 cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
@@ -34,6 +27,11 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
 cd $_hkgname-$pkgver
 


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 22:09:42
  Author: felixonmars
Revision: 600710

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ixset-typed/repos/community-staging-x86_64/
  haskell-ixset-typed/repos/community-staging-x86_64/PKGBUILD
(from rev 600709, haskell-ixset-typed/trunk/PKGBUILD)

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

Copied: haskell-ixset-typed/repos/community-staging-x86_64/PKGBUILD (from rev 
600709, haskell-ixset-typed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 22:09:42 UTC (rev 600710)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ixset-typed
+pkgname=haskell-ixset-typed
+pkgver=0.5
+pkgrel=1
+pkgdesc="Efficient relational queries on Haskell sets"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-safecopy' 'haskell-syb')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0f25a540835805cdea68b46de5956afa887172cf16135f7d13e1c1f59e750652defae74d3ecebdacdb606ddf3bdc515c370e0b57f7ada21e3aa3f6e1b62fe582')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2020-03-18 Thread David Runge via arch-commits
Date: Wednesday, March 18, 2020 @ 22:08:51
  Author: dvzrv
Revision: 600707

upgpkg: nomacs 3.14.2-1: Upgrading to 3.14.2.

Modified:
  nomacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 22:08:44 UTC (rev 600706)
+++ PKGBUILD2020-03-18 22:08:51 UTC (rev 600707)
@@ -3,7 +3,7 @@
 
 _plugins_pkgver=3.14
 pkgname=nomacs
-pkgver=3.14
+pkgver=3.14.2
 pkgrel=1
 pkgdesc="A Qt image viewer"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'qt5-tools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
 
"${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz;)
-sha512sums=('09d4c222f421661a09b7dfd5d2d162a5bb773dd9b262563dfe9f8af4fafd5d653892a1c42993154cf362fb69668bc4bac42da3a0b32b04b421513eca1ae54ec3'
+sha512sums=('58104c85078bdbff7f65625658bb01b152631470eea93a43494eed55ae5e2441b7bcf3ed6c8f1aef07831bc99c80af94467fcc0e15dc1d282ef313bfcb3c81e9'
 
'c0bca87e50b7b91d80a9d6afd95eeb1d6730b17b9a28ad4109514b36c42781b3f67b25f68f48c0953110d1e02bb03762e813af9c1ec2851c072b4aea74969cbd')
 
 prepare() {


[arch-commits] Commit in (4 files)

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 22:08:44
  Author: alucryd
Revision: 600706

add foldingathome

Added:
  foldingathome/
  foldingathome/trunk/
  foldingathome/trunk/PKGBUILD
  foldingathome/trunk/foldingathome.service

---+
 PKGBUILD  |   37 +
 foldingathome.service |   15 +++
 2 files changed, 52 insertions(+)

Added: foldingathome/trunk/PKGBUILD
===
--- foldingathome/trunk/PKGBUILD(rev 0)
+++ foldingathome/trunk/PKGBUILD2020-03-18 22:08:44 UTC (rev 600706)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: paul2lv 
+# Contributor: dtw 
+
+pkgname=foldingathome
+pkgver=7.5.1
+pkgrel=1
+pkgdesc='A distributed computing project for simulating protein dynamics'
+arch=(x86_64)
+url=https://foldingathome.org/
+license=(custom)
+depends=(glibc)
+optdepends=(
+  'cuda: for folding with an NVIDIA GPU'
+  'opencl-amd: for folding with a newer AMD GPU'
+  'opencl-mesa: for folding with an older AMD GPU'
+  'opencl-nvidia: for folding with an NVIDIA GPU'
+)
+backup=(etc/foldingathome/config.xml)
+source=(
+  
https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v${pkgver%.*}/fahclient_${pkgver}-64bit-release.tar.bz2
+  foldingathome.service
+)
+sha256sums=('69a2562a4bc30bf10e1954bedd8b96aaf57df7eafcfca828f29304fbbbc2521f'
+'3adcb49fa7a596b56f00e8759798c9d2f5346d3608f097e21731a50f6306c755')
+
+package() {
+  install -Dm 755 fahclient_${pkgver}-64bit-release/FAHClient -t 
"${pkgdir}"/usr/bin/
+  install -Dm 755 fahclient_${pkgver}-64bit-release/FAHCoreWrapper -t 
"${pkgdir}"/usr/bin/
+  install -Dm 644 fahclient_${pkgver}-64bit-release/CHANGELOG.md -t 
"${pkgdir}"/usr/share/doc/foldingathome/
+  install -Dm 644 fahclient_${pkgver}-64bit-release/README.md -t 
"${pkgdir}"/usr/share/doc/foldingathome/
+  install -Dm 644 fahclient_${pkgver}-64bit-release/copyright -t 
"${pkgdir}"/usr/share/licenses/foldingathome/
+  install -Dm 644 fahclient_${pkgver}-64bit-release/sample-config.xml 
"${pkgdir}"/etc/foldingathome/config.xml
+  install -Dm 644 foldingathome.service -t "${pkgdir}"/usr/lib/systemd/system/
+}
+
+# vim: ts=2 sw=2 et:

Added: foldingathome/trunk/foldingathome.service
===
--- foldingathome/trunk/foldingathome.service   (rev 0)
+++ foldingathome/trunk/foldingathome.service   2020-03-18 22:08:44 UTC (rev 
600706)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Folding@home distributed computing client
+After=network.target
+
+[Service]
+Type=simple
+User=fah
+DynamicUser=yes
+StateDirectory=fah
+WorkingDirectory=/var/lib/fah
+ExecStart=/usr/bin/FAHClient --config /etc/foldingathome/config.xml
+
+[Install]
+WantedBy=multi-user.target
+


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 22:05:22
  Author: felixonmars
Revision: 600705

archrelease: copy trunk to community-any

Added:
  ts-node/repos/community-any/PKGBUILD
(from rev 600704, ts-node/trunk/PKGBUILD)
Deleted:
  ts-node/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 22:04:47 UTC (rev 600704)
+++ PKGBUILD2020-03-18 22:05:22 UTC (rev 600705)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=ts-node
-pkgver=8.6.2
-pkgrel=1
-pkgdesc="TypeScript execution and REPL for node.js, with source map support"
-arch=('any')
-url="https://github.com/TypeStrong/ts-node;
-license=('MIT')
-depends=('nodejs' 'typescript')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('e266446e87f11aa2cbd91226a5edf3309ba4bc4bdc3b55cff1b8fca3304fc9274251711c53970847047468cdd1f95a19abb89773c37ce8d0b416ca4646a3f882')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ts-node/repos/community-any/PKGBUILD (from rev 600704, 
ts-node/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 22:05:22 UTC (rev 600705)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=ts-node
+pkgver=8.7.0
+pkgrel=1
+pkgdesc="TypeScript execution and REPL for node.js, with source map support"
+arch=('any')
+url="https://github.com/TypeStrong/ts-node;
+license=('MIT')
+depends=('nodejs' 'typescript')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('b3ae7d0ac1ebb316915431257ae3a41af6ec034ad61edb3350d12dd6bd0280014de5965342d0f3a6c96e4bb5b9a4e18921ad71644f11ff32b8744b3e95d15ece')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 22:04:47
  Author: felixonmars
Revision: 600704

upgpkg: ts-node 8.7.0-1

Modified:
  ts-node/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 22:04:30 UTC (rev 600703)
+++ PKGBUILD2020-03-18 22:04:47 UTC (rev 600704)
@@ -2,7 +2,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=ts-node
-pkgver=8.6.2
+pkgver=8.7.0
 pkgrel=1
 pkgdesc="TypeScript execution and REPL for node.js, with source map support"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('e266446e87f11aa2cbd91226a5edf3309ba4bc4bdc3b55cff1b8fca3304fc9274251711c53970847047468cdd1f95a19abb89773c37ce8d0b416ca4646a3f882')
+sha512sums=('b3ae7d0ac1ebb316915431257ae3a41af6ec034ad61edb3350d12dd6bd0280014de5965342d0f3a6c96e4bb5b9a4e18921ad71644f11ff32b8744b3e95d15ece')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-03-18 Thread David Runge via arch-commits
Date: Wednesday, March 18, 2020 @ 22:04:30
  Author: dvzrv
Revision: 600703

archrelease: copy trunk to community-any

Added:
  python-gilt/repos/community-any/PKGBUILD
(from rev 600702, python-gilt/trunk/PKGBUILD)
  python-gilt/repos/community-any/python-gilt-1.2.1-ls_path.patch
(from rev 600702, python-gilt/trunk/python-gilt-1.2.1-ls_path.patch)
Deleted:
  python-gilt/repos/community-any/PKGBUILD
  python-gilt/repos/community-any/python-gilt-1.2.1-ls_path.patch

-+
 PKGBUILD|  101 ++
 python-gilt-1.2.1-ls_path.patch |   55 
 2 files changed, 80 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 22:03:47 UTC (rev 600702)
+++ PKGBUILD2020-03-18 22:04:30 UTC (rev 600703)
@@ -1,53 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=python-gilt
-pkgver=1.2.1
-pkgrel=3
-pkgdesc="A GIT layering tool"
-arch=('any')
-url="https://github.com/retr0h/gilt;
-license=('MIT')
-depends=('python-click' 'python-colorama' 'python-fasteners'
-'python-git-url-parse' 'python-pbr' 'python-yaml' 'python-sh')
-makedepends=('python-setuptools')
-checkdepends=('git' 'python-pytest' 'python-pytest-cov'
-'python-pytest-helpers-namespace' 'python-pytest-mock' 'python-requests'
-'yapf')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-"${pkgname}-1.2.1-ls_path.patch"
-
"${pkgname}-1.2.1-unittests.patch::https://github.com/retr0h/gilt/pull/67.patch;)
-sha512sums=('d5278365428623b7c172d981a437c6a6e318bf4e84844e7978d7821480c93edaa1e8a1dd6920bc5b7d33d26b5475ad5dcb8f37baea5586fe53c5397d320b2e69'
-
'9d9698086ec27b23b9db2b7ba424d64c5b2d52e407b7fe9de8aa9a29671b51b90340b34c33b246b1fe7c1d054c4a1f88ab0740abf4e8eb1ddfc5d1bd0e37b1d9'
-
'5ad0d9149961b870146f7aa8e1ca2ce00d1dd65b80f93d2458265d106f5d2a6bb8249ace55191977946eeb8d789777f21f1be6b02c19471ee62fb1a7fce54866')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # applying unreleased fix for problems with unit tests:
-  # https://github.com/retr0h/gilt/issues/66
-  patch -Np1 -i "../${pkgname}-1.2.1-unittests.patch"
-  # fixing issues with hardcoded paths
-  # https://github.com/retr0h/gilt/issues/76
-  patch -Np1 -i "../${pkgname}-1.2.1-ls_path.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 {AUTHORS,CHANGELOG,CONTRIBUTING,README}.rst -t \
-"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-gilt/repos/community-any/PKGBUILD (from rev 600702, 
python-gilt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 22:04:30 UTC (rev 600703)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+
+pkgname=python-gilt
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A GIT layering tool"
+arch=('any')
+url="https://github.com/retr0h/gilt;
+license=('MIT')
+depends=('python-click' 'python-colorama' 'python-fasteners'
+'python-git-url-parse' 'python-pbr' 'python-yaml' 'python-sh')
+makedepends=('python-setuptools')
+checkdepends=('git' 'python-pytest' 'python-pytest-cov'
+'python-pytest-helpers-namespace' 'python-pytest-mock' 'python-requests'
+'yapf')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+"${pkgname}-1.2.1-ls_path.patch")
+sha512sums=('34ac5d5ef5a8bc052fa41ac464b7dd4efa15f323ea5c95a6c280ab39a99ac0335707ef98449436122715cc2b44682100989dd31253e96395a087d5d1db3a7c7b'
+
'8b0090f7374499b603bf383ea48f313f5baa7a8215f504c87350432873da557af07204c7f948aab4c05033c11ce10f2137f1912be6db5d6887b3d8a7c3f0dcbb')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # fixing issues with hardcoded paths
+  # https://github.com/retr0h/gilt/issues/76
+  patch -Np1 -i "../${pkgname}-1.2.1-ls_path.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {AUTHORS,CHANGELOG,CONTRIBUTING,README}.rst -t \
+"${pkgdir}/usr/share/doc/${pkgname}"
+}

Deleted: python-gilt-1.2.1-ls_path.patch
===
--- python-gilt-1.2.1-ls_path.patch 2020-03-18 22:03:47 UTC (rev 600702)
+++ 

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

2020-03-18 Thread David Runge via arch-commits
Date: Wednesday, March 18, 2020 @ 22:03:47
  Author: dvzrv
Revision: 600702

upgpkg: python-gilt 1.2.2-1: Upgrading to 1.2.2. Rebasing the fix for the 
hardcoded ls path in the tests for 1.2.2.

Added:
  python-gilt/trunk/python-gilt-1.2.1-ls_path.patch
Modified:
  python-gilt/trunk/PKGBUILD
Deleted:
  python-gilt/trunk/python-gilt-1.2.1-ls_path.patch

-+
 PKGBUILD|   15 +++---
 python-gilt-1.2.1-ls_path.patch |   55 ++
 2 files changed, 37 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 21:28:01 UTC (rev 600701)
+++ PKGBUILD2020-03-18 22:03:47 UTC (rev 600702)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=python-gilt
-pkgver=1.2.1
-pkgrel=3
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="A GIT layering tool"
 arch=('any')
 url="https://github.com/retr0h/gilt;
@@ -14,17 +14,12 @@
 'python-pytest-helpers-namespace' 'python-pytest-mock' 'python-requests'
 'yapf')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-"${pkgname}-1.2.1-ls_path.patch"
-
"${pkgname}-1.2.1-unittests.patch::https://github.com/retr0h/gilt/pull/67.patch;)
-sha512sums=('d5278365428623b7c172d981a437c6a6e318bf4e84844e7978d7821480c93edaa1e8a1dd6920bc5b7d33d26b5475ad5dcb8f37baea5586fe53c5397d320b2e69'
-
'9d9698086ec27b23b9db2b7ba424d64c5b2d52e407b7fe9de8aa9a29671b51b90340b34c33b246b1fe7c1d054c4a1f88ab0740abf4e8eb1ddfc5d1bd0e37b1d9'
-
'5ad0d9149961b870146f7aa8e1ca2ce00d1dd65b80f93d2458265d106f5d2a6bb8249ace55191977946eeb8d789777f21f1be6b02c19471ee62fb1a7fce54866')
+"${pkgname}-1.2.1-ls_path.patch")
+sha512sums=('34ac5d5ef5a8bc052fa41ac464b7dd4efa15f323ea5c95a6c280ab39a99ac0335707ef98449436122715cc2b44682100989dd31253e96395a087d5d1db3a7c7b'
+
'8b0090f7374499b603bf383ea48f313f5baa7a8215f504c87350432873da557af07204c7f948aab4c05033c11ce10f2137f1912be6db5d6887b3d8a7c3f0dcbb')
 
 prepare() {
   cd "$pkgname-$pkgver"
-  # applying unreleased fix for problems with unit tests:
-  # https://github.com/retr0h/gilt/issues/66
-  patch -Np1 -i "../${pkgname}-1.2.1-unittests.patch"
   # fixing issues with hardcoded paths
   # https://github.com/retr0h/gilt/issues/76
   patch -Np1 -i "../${pkgname}-1.2.1-ls_path.patch"

Deleted: python-gilt-1.2.1-ls_path.patch
===
--- python-gilt-1.2.1-ls_path.patch 2020-03-18 21:28:01 UTC (rev 600701)
+++ python-gilt-1.2.1-ls_path.patch 2020-03-18 22:03:47 UTC (rev 600702)
@@ -1,23 +0,0 @@
-diff -ruN a/test/test_util.py b/test/test_util.py
 a/test/test_util.py2017-05-23 00:29:23.0 +0200
-+++ b/test/test_util.py2020-03-14 17:57:20.716681417 +0100
-@@ -107,16 +107,16 @@
- 
- def test_build_sh_cmd_simple_command():
- cmd = util.build_sh_cmd('ls')
--assert b'/bin/ls' == cmd._path
-+assert b'/bin/ls' in cmd._path
- 
- 
- def test_build_sh_cmd_command_with_args():
- cmd = util.build_sh_cmd('ls /tmp')
--assert b'/bin/ls' == cmd._path
-+assert b'/bin/ls' in cmd._path
- assert [b'/tmp'] == cmd._partial_baked_args
- 
- 
- def test_build_sh_cmd_command_with_cwd(temp_dir):
- cmd = util.build_sh_cmd('ls', cwd=temp_dir)
--assert b'/bin/ls' == cmd._path
-+assert b'/bin/ls' in cmd._path
- assert temp_dir == cmd._partial_call_args['cwd']

Added: python-gilt-1.2.1-ls_path.patch
===
--- python-gilt-1.2.1-ls_path.patch (rev 0)
+++ python-gilt-1.2.1-ls_path.patch 2020-03-18 22:03:47 UTC (rev 600702)
@@ -0,0 +1,32 @@
+diff -ruN a/test/test_util.py b/test/test_util.py
+--- a/test/test_util.py2020-02-22 22:17:38.0 +0100
 b/test/test_util.py2020-03-18 23:01:37.713174667 +0100
+@@ -106,17 +106,20 @@
+ 
+ 
+ def test_build_sh_cmd_simple_command():
+-cmd = util.build_sh_cmd('ls')
+-assert b'/bin/ls' == cmd._path
++ls = sh.ls.bake()
++cmd = util.build_sh_cmd("ls")
++assert ls == cmd._path.decode()
+ 
+ 
+ def test_build_sh_cmd_command_with_args():
+-cmd = util.build_sh_cmd('ls /tmp')
+-assert b'/bin/ls' == cmd._path
+-assert [b'/tmp'] == cmd._partial_baked_args
++ls = sh.ls.bake()
++cmd = util.build_sh_cmd("ls /tmp")
++assert ls == cmd._path.decode()
++assert [b"/tmp"] == cmd._partial_baked_args
+ 
+ 
+ def test_build_sh_cmd_command_with_cwd(temp_dir):
+-cmd = util.build_sh_cmd('ls', cwd=temp_dir)
+-assert b'/bin/ls' == cmd._path
+-assert temp_dir == cmd._partial_call_args['cwd']
++ls = sh.ls.bake()
++cmd = util.build_sh_cmd("ls", cwd=temp_dir)
++assert ls == cmd._path.decode()
++assert temp_dir == cmd._partial_call_args["cwd"]


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

2020-03-18 Thread Jelle van der Waa via arch-commits
Date: Wednesday, March 18, 2020 @ 21:40:39
  Author: jelle
Revision: 377883

woops

Deleted:
  python-asgiref/repos/community-any/


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

2020-03-18 Thread Jelle van der Waa via arch-commits
Date: Wednesday, March 18, 2020 @ 21:40:51
  Author: jelle
Revision: 377884

archrelease: copy trunk to extra-any

Added:
  python-asgiref/repos/extra-any/PKGBUILD
(from rev 377883, python-asgiref/trunk/PKGBUILD)
Deleted:
  python-asgiref/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 21:40:39 UTC (rev 377883)
+++ PKGBUILD2020-03-18 21:40:51 UTC (rev 377884)
@@ -1,31 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=python-asgiref
-pkgver=3.2.3
-pkgrel=1
-pkgdesc="Reference ASGI adapters and channel layers"
-arch=(any)
-url="http://github.com/django/asgiref;
-license=('BSD')
-makedepends=('python-setuptools')
-checkdepends=(python-pytest python-pytest-asyncio)
-depends=('python')
-source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz;)
-sha256sums=('7e06d934a7718bf3975acbf87780ba678957b87c7adc056f13b6215d610695a0')
-
-build() {
-cd "asgiref-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "asgiref-${pkgver}"
-PYTHONPATH=. pytest .
-}
-
-package() {
-cd "asgiref-${pkgver}"
-python setup.py install --root=${pkgdir} --optimize=1
-
-install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-asgiref/repos/extra-any/PKGBUILD (from rev 377883, 
python-asgiref/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 21:40:51 UTC (rev 377884)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-asgiref
+pkgver=3.2.5
+pkgrel=1
+pkgdesc="Reference ASGI adapters and channel layers"
+arch=(any)
+url="http://github.com/django/asgiref;
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=(python-pytest python-pytest-asyncio)
+depends=('python')
+source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz;)
+sha256sums=('c8f49dd3b42edcc51d09dd2eea8a92b3cfc987ff7e6486be734b4d0cbfd5d315')
+
+build() {
+cd "asgiref-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "asgiref-${pkgver}"
+PYTHONPATH=. pytest .
+}
+
+package() {
+cd "asgiref-${pkgver}"
+python setup.py install --root=${pkgdir} --optimize=1
+
+install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-03-18 Thread Jelle van der Waa via arch-commits
Date: Wednesday, March 18, 2020 @ 21:40:03
  Author: jelle
Revision: 377882

archrelease: copy trunk to community-any

Added:
  python-asgiref/repos/community-any/
  python-asgiref/repos/community-any/PKGBUILD
(from rev 377881, python-asgiref/trunk/PKGBUILD)

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

Copied: python-asgiref/repos/community-any/PKGBUILD (from rev 377881, 
python-asgiref/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-03-18 21:40:03 UTC (rev 377882)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-asgiref
+pkgver=3.2.5
+pkgrel=1
+pkgdesc="Reference ASGI adapters and channel layers"
+arch=(any)
+url="http://github.com/django/asgiref;
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=(python-pytest python-pytest-asyncio)
+depends=('python')
+source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz;)
+sha256sums=('c8f49dd3b42edcc51d09dd2eea8a92b3cfc987ff7e6486be734b4d0cbfd5d315')
+
+build() {
+cd "asgiref-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "asgiref-${pkgver}"
+PYTHONPATH=. pytest .
+}
+
+package() {
+cd "asgiref-${pkgver}"
+python setup.py install --root=${pkgdir} --optimize=1
+
+install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-03-18 Thread Jelle van der Waa via arch-commits
Date: Wednesday, March 18, 2020 @ 21:39:58
  Author: jelle
Revision: 377881

upgpkg: python-asgiref 3.2.5-1

Upstream update.

Modified:
  python-asgiref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 21:23:09 UTC (rev 377880)
+++ PKGBUILD2020-03-18 21:39:58 UTC (rev 377881)
@@ -1,7 +1,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=python-asgiref
-pkgver=3.2.3
+pkgver=3.2.5
 pkgrel=1
 pkgdesc="Reference ASGI adapters and channel layers"
 arch=(any)
@@ -11,7 +11,7 @@
 checkdepends=(python-pytest python-pytest-asyncio)
 depends=('python')
 source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz;)
-sha256sums=('7e06d934a7718bf3975acbf87780ba678957b87c7adc056f13b6215d610695a0')
+sha256sums=('c8f49dd3b42edcc51d09dd2eea8a92b3cfc987ff7e6486be734b4d0cbfd5d315')
 
 build() {
 cd "asgiref-${pkgver}"


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 21:25:11
  Author: felixonmars
Revision: 600698

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-clash-prelude/repos/community-staging-x86_64/
  haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD
(from rev 600697, haskell-clash-prelude/trunk/PKGBUILD)

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

Copied: haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD (from rev 
600697, haskell-clash-prelude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 21:25:11 UTC (rev 600698)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+_hkgname=clash-prelude
+pkgname=haskell-clash-prelude
+pkgver=1.2.0
+pkgrel=8
+pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
+url="https://github.com/clash-lang/clash-prelude;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-constraints' 
'haskell-data-binary-ieee754'
+ 'haskell-data-default-class' 'haskell-ghc-typelits-extra' 
'haskell-ghc-typelits-knownnat'
+ 'haskell-ghc-typelits-natnormalise' 'haskell-half' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-quickcheck' 'haskell-recursion-schemes' 'haskell-reflection' 
'haskell-singletons'
+ 'haskell-th-abstraction' 'haskell-th-lift' 'haskell-text-show' 
'haskell-th-orphans'
+ 'haskell-type-errors' 'haskell-vector')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hint' 
'haskell-quickcheck-classes-base'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('11b3686c8ca25d4ab65ae72622de9bfd2240900db88059a6cfa442667dc0c3619bab2f9cdd61b25ac58b11cdc8c0424620de4e3337fc0b24b5c4406b5b56c6c9')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/>= *0.7.2/>=0.7/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# TODO
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 21:24:57
  Author: felixonmars
Revision: 600697

upgpkg: haskell-clash-prelude 1.2.0-8: rebuild with first-class-families 0.8.0.0

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 21:17:38 UTC (rev 600696)
+++ PKGBUILD2020-03-18 21:24:57 UTC (rev 600697)
@@ -3,7 +3,7 @@
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
 pkgver=1.2.0
-pkgrel=7
+pkgrel=8
 pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
 url="https://github.com/clash-lang/clash-prelude;
 license=('BSD')


[arch-commits] Commit in python2-backports.functools_lru_cache/repos/extra-any (2 files)

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 21:23:09
  Author: felixonmars
Revision: 377880

archrelease: copy trunk to extra-any

Added:
  python2-backports.functools_lru_cache/repos/extra-any/PKGBUILD
(from rev 377879, python2-backports.functools_lru_cache/trunk/PKGBUILD)
Deleted:
  python2-backports.functools_lru_cache/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 21:22:53 UTC (rev 377879)
+++ PKGBUILD2020-03-18 21:23:09 UTC (rev 377880)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Crass00 
-
-pkgname=python2-backports.functools_lru_cache
-pkgver=1.5
-pkgrel=1
-pkgdesc="Backport of functools.lru_cache from Python 3.3"
-arch=('any')
-url="https://github.com/jaraco/backports.functools_lru_cache;
-license=('MIT')
-depends=('python2-backports')
-makedepends=('python2-setuptools-scm')
-checkdepends=('python2-pytest-runner')
-optdepends=('python2-ipaddress: for IPAddress ServerAltnames support')
-source=("https://pypi.io/packages/source/b/backports.functools_lru_cache/backports.functools_lru_cache-$pkgver.tar.gz;)
-sha512sums=('083a69beb050a6de0f838231ceae05cd1825f42310b2cd4f0e53f7ca043af4c699ad7042c32831ee365bb6b374d33189136e45689c77815b99773d145f0ef4f1')
-
-build() {
-  cd backports.functools_lru_cache-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd backports.functools_lru_cache-$pkgver
-  python2 setup.py pytest
-}
-
-package() {
-  cd backports.functools_lru_cache-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  rm "$pkgdir"/usr/lib/python2.7/site-packages/backports/__init__.py*
-}

Copied: python2-backports.functools_lru_cache/repos/extra-any/PKGBUILD (from 
rev 377879, python2-backports.functools_lru_cache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 21:23:09 UTC (rev 377880)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Crass00 
+
+pkgname=python2-backports.functools_lru_cache
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Backport of functools.lru_cache from Python 3.3"
+arch=('any')
+url="https://github.com/jaraco/backports.functools_lru_cache;
+license=('MIT')
+depends=('python2-backports')
+makedepends=('python2-setuptools-scm')
+checkdepends=('python2-pytest')
+optdepends=('python2-ipaddress: for IPAddress ServerAltnames support')
+source=("https://pypi.io/packages/source/b/backports.functools_lru_cache/backports.functools_lru_cache-$pkgver.tar.gz;)
+sha512sums=('5764cc6ed83dc4abc2a7e5f8b5bb30c7b7554aafcbb6dfcececdb3646fe9298a8c1791a02112238ec94a0e383855bdec43bf9094f40b57124d0a0c9aa7c67f88')
+
+prepare() {
+  cd backports.functools_lru_cache-$pkgver
+  # Style or coverage checks are not relevant for us
+  sed -i 's/--flake8 --black --cov//' pytest.ini
+}
+
+build() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 -m pytest
+}
+
+package() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  rm "$pkgdir"/usr/lib/python2.7/site-packages/backports/__init__.py*
+}


[arch-commits] Commit in python2-backports.functools_lru_cache/trunk (PKGBUILD)

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 21:22:53
  Author: felixonmars
Revision: 377879

upgpkg: python2-backports.functools_lru_cache 1.6.1-1

Modified:
  python2-backports.functools_lru_cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 20:17:37 UTC (rev 377878)
+++ PKGBUILD2020-03-18 21:22:53 UTC (rev 377879)
@@ -2,7 +2,7 @@
 # Contributor: Crass00 
 
 pkgname=python2-backports.functools_lru_cache
-pkgver=1.5
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="Backport of functools.lru_cache from Python 3.3"
 arch=('any')
@@ -10,11 +10,17 @@
 license=('MIT')
 depends=('python2-backports')
 makedepends=('python2-setuptools-scm')
-checkdepends=('python2-pytest-runner')
+checkdepends=('python2-pytest')
 optdepends=('python2-ipaddress: for IPAddress ServerAltnames support')
 
source=("https://pypi.io/packages/source/b/backports.functools_lru_cache/backports.functools_lru_cache-$pkgver.tar.gz;)
-sha512sums=('083a69beb050a6de0f838231ceae05cd1825f42310b2cd4f0e53f7ca043af4c699ad7042c32831ee365bb6b374d33189136e45689c77815b99773d145f0ef4f1')
+sha512sums=('5764cc6ed83dc4abc2a7e5f8b5bb30c7b7554aafcbb6dfcececdb3646fe9298a8c1791a02112238ec94a0e383855bdec43bf9094f40b57124d0a0c9aa7c67f88')
 
+prepare() {
+  cd backports.functools_lru_cache-$pkgver
+  # Style or coverage checks are not relevant for us
+  sed -i 's/--flake8 --black --cov//' pytest.ini
+}
+
 build() {
   cd backports.functools_lru_cache-$pkgver
   python2 setup.py build
@@ -22,7 +28,7 @@
 
 check() {
   cd backports.functools_lru_cache-$pkgver
-  python2 setup.py pytest
+  python2 -m pytest
 }
 
 package() {


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 21:17:38
  Author: felixonmars
Revision: 600696

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 21:17:22 UTC (rev 600695)
+++ PKGBUILD2020-03-18 21:17:38 UTC (rev 600696)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Sapin 
-# Contributor: Kyle Keen 
-
-pkgname=python-cssselect2
-pkgver=0.2.2
-pkgrel=3
-pkgdesc="CSS selectors for Python ElementTree"
-url="https://pypi.org/project/cssselect2/;
-license=('BSD')
-arch=('any')
-depends=('python-tinycss2')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-flake8' 'python-pytest-cov' 'python-pytest-isort'
-  'python-pytest-runner')
-source=("https://pypi.io/packages/source/c/cssselect2/cssselect2-$pkgver.tar.gz;)
-md5sums=('8af7db3a7d45518527e3f496e611bba4')
-
-build() {
-  cd cssselect2-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cssselect2-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd cssselect2-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-cssselect2/repos/community-any/PKGBUILD (from rev 600695, 
python-cssselect2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 21:17:38 UTC (rev 600696)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Sapin 
+# Contributor: Kyle Keen 
+
+pkgname=python-cssselect2
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="CSS selectors for Python ElementTree"
+url="https://pypi.org/project/cssselect2/;
+license=('BSD')
+arch=('any')
+depends=('python-tinycss2')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-flake8' 'python-pytest-cov' 'python-pytest-isort'
+  'python-pytest-runner')
+source=("https://pypi.io/packages/source/c/cssselect2/cssselect2-$pkgver.tar.gz;)
+sha512sums=('ae59314654d1c1ddf982b77521de7743d1496145a1367f51e02b6067d6757940e7ccb50b67959630f472972473a1e87cec8dfbc8eeb68ad5f16465a36b1447be')
+
+build() {
+  cd cssselect2-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cssselect2-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd cssselect2-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 21:17:22
  Author: felixonmars
Revision: 600695

upgpkg: python-cssselect2 0.3.0-1

Modified:
  python-cssselect2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 21:16:04 UTC (rev 600694)
+++ PKGBUILD2020-03-18 21:17:22 UTC (rev 600695)
@@ -3,8 +3,8 @@
 # Contributor: Kyle Keen 
 
 pkgname=python-cssselect2
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.3.0
+pkgrel=1
 pkgdesc="CSS selectors for Python ElementTree"
 url="https://pypi.org/project/cssselect2/;
 license=('BSD')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-flake8' 'python-pytest-cov' 'python-pytest-isort'
   'python-pytest-runner')
 
source=("https://pypi.io/packages/source/c/cssselect2/cssselect2-$pkgver.tar.gz;)
-md5sums=('8af7db3a7d45518527e3f496e611bba4')
+sha512sums=('ae59314654d1c1ddf982b77521de7743d1496145a1367f51e02b6067d6757940e7ccb50b67959630f472972473a1e87cec8dfbc8eeb68ad5f16465a36b1447be')
 
 build() {
   cd cssselect2-$pkgver


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 21:16:04
  Author: felixonmars
Revision: 600694

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-type-errors/repos/community-staging-x86_64/
  haskell-type-errors/repos/community-staging-x86_64/PKGBUILD
(from rev 600693, haskell-type-errors/trunk/PKGBUILD)

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

Copied: haskell-type-errors/repos/community-staging-x86_64/PKGBUILD (from rev 
600693, haskell-type-errors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 21:16:04 UTC (rev 600694)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=type-errors
+pkgname=haskell-type-errors
+pkgver=0.2.0.0
+pkgrel=17
+pkgdesc="Tools for writing better type errors"
+url="https://github.com/isovector/type-errors;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-first-class-families' 'haskell-syb' 
'haskell-th-abstraction')
+makedepends=('ghc' 'haskell-doctest')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('694ce594462234cbef53efae630e302d3653fb8afc68f1bf6bb4f21a407a5f0637b8fab27f8f62538cadd4ff2c51049ae18d60932eaf7359cbf60ca6b959011e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 21:15:50
  Author: felixonmars
Revision: 600693

upgpkg: haskell-type-errors 0.2.0.0-17: rebuild with first-class-families 
0.8.0.0

Modified:
  haskell-type-errors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 21:15:15 UTC (rev 600692)
+++ PKGBUILD2020-03-18 21:15:50 UTC (rev 600693)
@@ -3,7 +3,7 @@
 _hkgname=type-errors
 pkgname=haskell-type-errors
 pkgver=0.2.0.0
-pkgrel=16
+pkgrel=17
 pkgdesc="Tools for writing better type errors"
 url="https://github.com/isovector/type-errors;
 license=('BSD')


[arch-commits] Commit in haskell-first-class-families/repos (2 files)

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 21:15:15
  Author: felixonmars
Revision: 600692

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-first-class-families/repos/community-staging-x86_64/
  haskell-first-class-families/repos/community-staging-x86_64/PKGBUILD
(from rev 600691, haskell-first-class-families/trunk/PKGBUILD)

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

Copied: haskell-first-class-families/repos/community-staging-x86_64/PKGBUILD 
(from rev 600691, haskell-first-class-families/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 21:15:15 UTC (rev 600692)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=first-class-families
+pkgname=haskell-first-class-families
+pkgver=0.8.0.0
+pkgrel=1
+pkgdesc="First class type families"
+url="https://github.com/Lysxia/first-class-families;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('e69265483b2434fc2da43762a56a08e3ce563e0f03b498ca22af5becad032cbba01b78555990e156acf43a3354d9ebb58c22f26082181aeaf626535754f98750')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-first-class-families/trunk (PKGBUILD)

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 21:15:01
  Author: felixonmars
Revision: 600691

upgpkg: haskell-first-class-families 0.8.0.0-1: rebuild with 
first-class-families 0.8.0.0

Modified:
  haskell-first-class-families/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 20:39:40 UTC (rev 600690)
+++ PKGBUILD2020-03-18 21:15:01 UTC (rev 600691)
@@ -2,8 +2,8 @@
 
 _hkgname=first-class-families
 pkgname=haskell-first-class-families
-pkgver=0.7.0.0
-pkgrel=6
+pkgver=0.8.0.0
+pkgrel=1
 pkgdesc="First class type families"
 url="https://github.com/Lysxia/first-class-families;
 license=('MIT')
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc' 'haskell-doctest' 'haskell-glob')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('5aaea9cf4ec0bb2102e009a0d123e40802544099deff2d0ba1c9358afcef1831f19da155f2ff572f8b086e6a3028399834a134548c566d13c5b0ad109249c96e')
+sha512sums=('e69265483b2434fc2da43762a56a08e3ce563e0f03b498ca22af5becad032cbba01b78555990e156acf43a3354d9ebb58c22f26082181aeaf626535754f98750')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 20:39:35
  Author: alucryd
Revision: 600689

upgpkg: wingpanel 2.3.0.r3.88305e0-1

Modified:
  wingpanel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 20:32:44 UTC (rev 600688)
+++ PKGBUILD2020-03-18 20:39:35 UTC (rev 600689)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=wingpanel
-pkgver=2.3.0
+pkgver=2.3.0.r3.88305e0
 pkgrel=1
 pkgdesc='The Pantheon Top Panel'
 arch=(x86_64)
@@ -23,13 +23,13 @@
   vala
 )
 provides=(libwingpanel-2.0.so)
-source=(git+https://github.com/elementary/wingpanel.git#tag=b3e4f96183eb9245d28fdc466616902446b22e60)
+source=(git+https://github.com/elementary/wingpanel.git#commit=88305e0e526b5257e67b778c236a7a4333c18be8)
 sha256sums=(SKIP)
 
 pkgver() {
   cd wingpanel
 
-  git describe --tags
+  git describe --tags | sed 's/-/.r/; s/-g/./'
 }
 
 build() {


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

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 20:39:40
  Author: alucryd
Revision: 600690

archrelease: copy trunk to community-x86_64

Added:
  wingpanel/repos/community-x86_64/PKGBUILD
(from rev 600689, wingpanel/trunk/PKGBUILD)
Deleted:
  wingpanel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 20:39:35 UTC (rev 600689)
+++ PKGBUILD2020-03-18 20:39:40 UTC (rev 600690)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=wingpanel
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='The Pantheon Top Panel'
-arch=(x86_64)
-url=https://github.com/elementary/wingpanel
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgala.so
-  libgee
-  libgranite.so
-  mutter
-)
-makedepends=(
-  git
-  gala
-  meson
-  vala
-)
-provides=(libwingpanel-2.0.so)
-source=(git+https://github.com/elementary/wingpanel.git#tag=b3e4f96183eb9245d28fdc466616902446b22e60)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd wingpanel
-
-  git describe --tags
-}
-
-build() {
-  arch-meson wingpanel build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: wingpanel/repos/community-x86_64/PKGBUILD (from rev 600689, 
wingpanel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 20:39:40 UTC (rev 600690)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel
+pkgver=2.3.0.r3.88305e0
+pkgrel=1
+pkgdesc='The Pantheon Top Panel'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgala.so
+  libgee
+  libgranite.so
+  mutter
+)
+makedepends=(
+  git
+  gala
+  meson
+  vala
+)
+provides=(libwingpanel-2.0.so)
+source=(git+https://github.com/elementary/wingpanel.git#commit=88305e0e526b5257e67b778c236a7a4333c18be8)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel
+
+  git describe --tags | sed 's/-/.r/; s/-g/./'
+}
+
+build() {
+  arch-meson wingpanel build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-18 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 18, 2020 @ 20:32:36
  Author: svenstaro
Revision: 600687

upgpkg: openscenegraph 3.6.5-1

Modified:
  openscenegraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 20:18:45 UTC (rev 600686)
+++ PKGBUILD2020-03-18 20:32:36 UTC (rev 600687)
@@ -5,7 +5,7 @@
 # Contributor: Colin Pitrat 
 
 pkgname=openscenegraph
-pkgver=3.6.4
+pkgver=3.6.5
 pkgrel=1
 pkgdesc='Open Source, high performance real-time graphics toolkit'
 url='http://www.openscenegraph.org'
@@ -17,8 +17,8 @@
 conflicts=('openthreads')
 provides=('openthreads')
 
source=(https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-${pkgver}.tar.gz)
-sha256sums=('81394d1b484c631028b85d21c5535280c21bbd911cb058e8746c87e93e7b9d33')
-sha512sums=('7cb34fc279ba62a7d7177d3f065f845c28255688bd29026ffb305346e1bb2e515a22144df233e8a7246ed392044ee3e8b74e51bf655282d33ab27dcaf12f4b19')
+sha256sums=('aea196550f02974d6d09291c5d83b51ca6a03b3767e234a8c0e21322927d1e12')
+sha512sums=('7002fa30a3bcf6551d2e1050b4ca75a3736013fd190e4f50953717406864da1952deb09f530bc8c5ddf6e4b90204baec7dbc283f497829846d46d561f66feb4b')
 
 build() {
   mkdir -p OpenSceneGraph-OpenSceneGraph-${pkgver}/build
@@ -28,7 +28,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_LIBDIR=lib \
   ..
-  make
+  VERBOSE=1 make
 }
 
 package() {


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

2020-03-18 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 18, 2020 @ 20:32:44
  Author: svenstaro
Revision: 600688

archrelease: copy trunk to community-staging-x86_64

Added:
  openscenegraph/repos/community-staging-x86_64/
  openscenegraph/repos/community-staging-x86_64/PKGBUILD
(from rev 600687, openscenegraph/trunk/PKGBUILD)

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

Copied: openscenegraph/repos/community-staging-x86_64/PKGBUILD (from rev 
600687, openscenegraph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 20:32:44 UTC (rev 600688)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
+# Contributor: Hans Janssen 
+# Contributor: my64 
+# Contributor: Colin Pitrat 
+
+pkgname=openscenegraph
+pkgver=3.6.5
+pkgrel=1
+pkgdesc='Open Source, high performance real-time graphics toolkit'
+url='http://www.openscenegraph.org'
+arch=('x86_64')
+license=('custom:OSGPL')
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+makedepends=('cmake' 'libvncserver' 'qt5-base' 'ffmpeg' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt5-base' 'ffmpeg')
+conflicts=('openthreads')
+provides=('openthreads')
+source=(https://github.com/openscenegraph/OpenSceneGraph/archive/OpenSceneGraph-${pkgver}.tar.gz)
+sha256sums=('aea196550f02974d6d09291c5d83b51ca6a03b3767e234a8c0e21322927d1e12')
+sha512sums=('7002fa30a3bcf6551d2e1050b4ca75a3736013fd190e4f50953717406864da1952deb09f530bc8c5ddf6e4b90204baec7dbc283f497829846d46d561f66feb4b')
+
+build() {
+  mkdir -p OpenSceneGraph-OpenSceneGraph-${pkgver}/build
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}/build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+  ..
+  VERBOSE=1 make
+}
+
+package() {
+  cd OpenSceneGraph-OpenSceneGraph-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 20:18:45
  Author: alucryd
Revision: 600686

archrelease: copy trunk to community-x86_64

Added:
  gala/repos/community-x86_64/PKGBUILD
(from rev 600685, gala/trunk/PKGBUILD)
Deleted:
  gala/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 20:18:39 UTC (rev 600685)
+++ PKGBUILD2020-03-18 20:18:45 UTC (rev 600686)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=gala
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='The Pantheon Window Manager'
-arch=(x86_64)
-url=https://github.com/elementary/gala
-license=(GPL3)
-groups=(pantheon-unstable)
-depends=(
-  atk
-  bamf
-  cairo
-  gdk-pixbuf2
-  glib2
-  gnome-desktop
-  gtk3
-  json-glib
-  libdrm
-  libgee
-  libgl
-  libgranite.so
-  libx11
-  libxcomposite
-  libxdamage
-  libxext
-  libxfixes
-  libxi
-  libxrandr
-  libxtst
-  mesa
-  mutter
-  pango
-  plank
-  wayland
-)
-makedepends=(
-  git
-  gnome-common
-  intltool
-  meson
-  vala
-)
-provides=(libgala.so)
-source=(git+https://github.com/elementary/gala.git#tag=548ec08d89efc1b3a259df53c412b9946db8eaa4)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd gala
-
-  git describe --tags
-}
-
-build() {
-  arch-meson gala build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: gala/repos/community-x86_64/PKGBUILD (from rev 600685, 
gala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 20:18:45 UTC (rev 600686)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=gala
+pkgver=3.2.0.r73.c49189b8
+pkgrel=1
+pkgdesc='The Pantheon Window Manager'
+arch=(x86_64)
+url=https://github.com/elementary/gala
+license=(GPL3)
+groups=(pantheon-unstable)
+depends=(
+  atk
+  bamf
+  cairo
+  gdk-pixbuf2
+  glib2
+  gnome-desktop
+  gtk3
+  json-glib
+  libdrm
+  libgee
+  libgl
+  libgranite.so
+  libx11
+  libxcomposite
+  libxdamage
+  libxext
+  libxfixes
+  libxi
+  libxrandr
+  libxtst
+  mesa
+  mutter
+  pango
+  plank
+  wayland
+)
+makedepends=(
+  git
+  gnome-common
+  intltool
+  meson
+  vala
+)
+provides=(libgala.so)
+source=(git+https://github.com/elementary/gala.git#commit=c49189b8e7dc1edb31873d9c0636380b733dd4dc)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd gala
+
+  git describe --tags | sed 's/-/.r/; s/-g/./'
+}
+
+build() {
+  arch-meson gala build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 20:18:39
  Author: alucryd
Revision: 600685

upgpkg: gala 3.2.0.r73.c49189b8-1

Modified:
  gala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 20:17:27 UTC (rev 600684)
+++ PKGBUILD2020-03-18 20:18:39 UTC (rev 600685)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=gala
-pkgver=3.2.0
+pkgver=3.2.0.r73.c49189b8
 pkgrel=1
 pkgdesc='The Pantheon Window Manager'
 arch=(x86_64)
@@ -43,13 +43,13 @@
   vala
 )
 provides=(libgala.so)
-source=(git+https://github.com/elementary/gala.git#tag=548ec08d89efc1b3a259df53c412b9946db8eaa4)
+source=(git+https://github.com/elementary/gala.git#commit=c49189b8e7dc1edb31873d9c0636380b733dd4dc)
 sha256sums=(SKIP)
 
 pkgver() {
   cd gala
 
-  git describe --tags
+  git describe --tags | sed 's/-/.r/; s/-g/./'
 }
 
 build() {


[arch-commits] Commit in 389-ds-base/repos/extra-x86_64 (8 files)

2020-03-18 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 18, 2020 @ 20:17:37
  Author: svenstaro
Revision: 377878

archrelease: copy trunk to extra-x86_64

Added:
  389-ds-base/repos/extra-x86_64/389-ds-base.sysusers
(from rev 377877, 389-ds-base/trunk/389-ds-base.sysusers)
  389-ds-base/repos/extra-x86_64/389-ds-base.tmpfiles
(from rev 377877, 389-ds-base/trunk/389-ds-base.tmpfiles)
  389-ds-base/repos/extra-x86_64/PKGBUILD
(from rev 377877, 389-ds-base/trunk/PKGBUILD)
  389-ds-base/repos/extra-x86_64/bcf5e9f.patch
(from rev 377877, 389-ds-base/trunk/bcf5e9f.patch)
Deleted:
  389-ds-base/repos/extra-x86_64/389-ds-base.sysusers
  389-ds-base/repos/extra-x86_64/389-ds-base.tmpfiles
  389-ds-base/repos/extra-x86_64/PKGBUILD
  389-ds-base/repos/extra-x86_64/bcf5e9f.patch

--+
 389-ds-base.sysusers |2 
 389-ds-base.tmpfiles |4 -
 PKGBUILD |  171 -
 bcf5e9f.patch|   82 +++
 4 files changed, 130 insertions(+), 129 deletions(-)

Deleted: 389-ds-base.sysusers
===
--- 389-ds-base.sysusers2020-03-18 20:17:24 UTC (rev 377877)
+++ 389-ds-base.sysusers2020-03-18 20:17:37 UTC (rev 377878)
@@ -1 +0,0 @@
-u dirsrv   440  "389 Directory Server" /var/lib/389-ds-base

Copied: 389-ds-base/repos/extra-x86_64/389-ds-base.sysusers (from rev 377877, 
389-ds-base/trunk/389-ds-base.sysusers)
===
--- 389-ds-base.sysusers(rev 0)
+++ 389-ds-base.sysusers2020-03-18 20:17:37 UTC (rev 377878)
@@ -0,0 +1 @@
+u dirsrv   440  "389 Directory Server" /var/lib/389-ds-base

Deleted: 389-ds-base.tmpfiles
===
--- 389-ds-base.tmpfiles2020-03-18 20:17:24 UTC (rev 377877)
+++ 389-ds-base.tmpfiles2020-03-18 20:17:37 UTC (rev 377878)
@@ -1,2 +0,0 @@
-d /var/log/dirsrv 0700 dirsrv dirsrv -
-d /var/lib/dirsrv 0700 dirsrv dirsrv -

Copied: 389-ds-base/repos/extra-x86_64/389-ds-base.tmpfiles (from rev 377877, 
389-ds-base/trunk/389-ds-base.tmpfiles)
===
--- 389-ds-base.tmpfiles(rev 0)
+++ 389-ds-base.tmpfiles2020-03-18 20:17:37 UTC (rev 377878)
@@ -0,0 +1,2 @@
+d /var/log/dirsrv 0700 dirsrv dirsrv -
+d /var/lib/dirsrv 0700 dirsrv dirsrv -

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 20:17:24 UTC (rev 377877)
+++ PKGBUILD2020-03-18 20:17:37 UTC (rev 377878)
@@ -1,85 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Javier Torres 
-# Contributor: Jameson Pugh 
-# Contributor: Xiao-Long Chen 
-
-pkgname=389-ds-base
-pkgver=1.4.2.7
-pkgdesc="389 Directory Server (base)"
-pkgrel=1
-arch=(x86_64)
-url="http://port389.org/;
-license=(GPL)
-provides=(libsvrcore.so)
-replaces=(python-lib389)
-backup=(etc/dirsrv/config/certmap.conf
-etc/dirsrv/config/ldap-agent.conf
-etc/dirsrv/config/slapd-collations.conf
-etc/dirsrv/config/template-initconfig)
-depends=(libevent nspr nss net-snmp pam openldap python-argcomplete 
python-dateutil python-ldap)
-makedepends=(cargo rsync doxygen cmocka python-setuptools 
python-argparse-manpage)
-source=("https://releases.pagure.org/389-ds-base/${pkgname}-${pkgver}.tar.bz2;
-389-ds-base.sysusers
-389-ds-base.tmpfiles)
-sha512sums=('7bbb5b8f3ca71c3bd3be8afb15a5923fb407fed920d3b6e8674232d825c500a7c9bba5d03dc281a9c54352688e7b2b82a0ff481fc84eea06f66ea760b96b2b2a'
-
'8689b60f13517e6541e1faa62e61781654a8e4678990d14a3fe0cfe4673697cdde1c46763fdc7ef6203e4026286fa004c73b2857fd7fecff69483e6d1e8e6d68'
-
'5dff695ae866a591a711f836f2f72f2005b4afdb20760cda8711791910299e2c6ec71dff5eca9a2d9832cad8f9e9904dbbcf2d314cd9b20432bc8fd05c097868')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-
-  cargo vendor --manifest-path=./src/libsds/Cargo.toml
-  cargo fetch --manifest-path=./src/libsds/Cargo.toml
-  cargo vendor --manifest-path=./src/librslapd/Cargo.toml
-  cargo fetch --manifest-path=./src/librslapd/Cargo.toml
-
-  autoreconf -fiv
-}
-
-build() {
-  cd "${pkgbase}-${pkgver}"
-
-  # Build 389-ds-base
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib/${pkgbase} \
---with-tmpfiles-d=/usr/lib/tmpfiles.d \
---with-systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---with-systemdsystemconfdir=/etc/systemd/system \
---with-journald \
---enable-autobind \
---enable-cmocka \
---with-openldap \
---enable-rust
-  make
-
-  # Build lib389
-  cd src/lib389
-  python setup.py build
-}
-
-check() {
-  cd "${pkgbase}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${pkgbase}-${pkgver}"
-  make -j1 

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

2020-03-18 Thread Christian Hesse via arch-commits
Date: Wednesday, March 18, 2020 @ 20:17:27
  Author: eworm
Revision: 600684

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 600683, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 600683, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-03-18 20:17:27 UTC (rev 600684)
@@ -0,0 +1,120 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+_tag='7d7a511c7cc0d159b86bacd181b6932556308b82' # git rev-parse v${pkgver}
+pkgver=245.2
+pkgrel=1
+pkgdesc='system and service manager (32-bit)'
+arch=('x86_64')
+url='https://www.github.com/systemd/systemd'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-xz' 
'systemd')
+makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
+ 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
+ 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
+ 'libxslt' 'meson')
+options=('strip')
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

+  '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
+source=("git+https://github.com/systemd/systemd-stable#tag=${_tag}?signed;
+"git+https://github.com/systemd/systemd#tag=v${pkgver%.*}?signed;)
+sha512sums=('SKIP'
+'SKIP')
+
+_backports=(
+)
+
+_reverts=(
+)
+
+prepare() {
+  cd "$_pkgbasename-stable"
+
+  # add upstream repository for cherry-picking
+  git remote add -f upstream ../systemd
+
+  local _c
+  for _c in "${_backports[@]}"; do
+git cherry-pick -n "${_c}"
+  done
+  for _c in "${_reverts[@]}"; do
+git revert -n "${_c}"
+  done
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  local _timeservers=({0..3}.arch.pool.ntp.org)
+  local _nameservers=(
+# We use these public name services, ordered by their
+# privacy policy (hopefully):
+#  * Cloudflare (https://1.1.1.1/)
+#  * Quad9 without filtering (https://www.quad9.net/)
+#  * Google (https://developers.google.com/speed/public-dns/)
+1.1.1.1
+9.9.9.10
+8.8.8.8
+2606:4700:4700::
+2620:fe::10
+2001:4860:4860::
+  )
+ 
+  local _meson_options=(
+--libexecdir   /usr/lib32
+--libdir   /usr/lib32
+
+-Dversion-tag="${pkgver}-${pkgrel}-arch"
+
+-Daudit=false
+-Dblkid=false
+-Dgnu-efi=false
+-Dhtml=false
+-Dima=false
+-Dkmod=false
+-Dlibcryptsetup=false
+-Dlibidn2=true
+-Dlibiptc=false
+-Dlz4=false
+-Dman=false
+-Dmanpages=false
+-Dmicrohttpd=false
+-Dnetworkd=false
+-Dpam=false
+-Dpython=false
+-Drepart=false
+-Dseccomp=false
+
+-Ddbuspolicydir=/usr/share/dbus-1/system.d
+-Ddefault-hierarchy=hybrid
+-Ddefault-kill-user-processes=false
+-Ddefault-locale=C
+-Dfallback-hostname='archlinux'
+-Dnologin-path=/usr/bin/nologin
+-Dntp-servers="${_timeservers[*]}"
+-Ddns-servers="${_nameservers[*]}"
+-Drpmmacrosdir=no
+-Dsysvinit-path=
+-Dsysvrcnd-path=
+  )
+
+  arch-meson "$_pkgbasename-stable" build "${_meson_options[@]}"
+
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  rm -rf "${pkgdir}"/{etc,var}
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+}


[arch-commits] Commit in 389-ds-base/trunk (PKGBUILD)

2020-03-18 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 18, 2020 @ 20:17:24
  Author: svenstaro
Revision: 377877

upgpkg: 389-ds-base 1.4.3.4-1: Enable legacy perl scripts (FS#65416)

Modified:
  389-ds-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 20:02:46 UTC (rev 377876)
+++ PKGBUILD2020-03-18 20:17:24 UTC (rev 377877)
@@ -4,7 +4,7 @@
 # Contributor: Xiao-Long Chen 
 
 pkgname=389-ds-base
-pkgver=1.4.2.7
+pkgver=1.4.3.4
 pkgdesc="389 Directory Server (base)"
 pkgrel=1
 arch=(x86_64)
@@ -21,7 +21,7 @@
 source=("https://releases.pagure.org/389-ds-base/${pkgname}-${pkgver}.tar.bz2;
 389-ds-base.sysusers
 389-ds-base.tmpfiles)
-sha512sums=('7bbb5b8f3ca71c3bd3be8afb15a5923fb407fed920d3b6e8674232d825c500a7c9bba5d03dc281a9c54352688e7b2b82a0ff481fc84eea06f66ea760b96b2b2a'
+sha512sums=('013403f49000e80b42565191153fb0e535ff6b2cbd1fc9127fb917e2bd9379e57c5e7562259d47a72126761b642af87eb854058b842fc33077e98d6e123d556f'
 
'8689b60f13517e6541e1faa62e61781654a8e4678990d14a3fe0cfe4673697cdde1c46763fdc7ef6203e4026286fa004c73b2857fd7fecff69483e6d1e8e6d68'
 
'5dff695ae866a591a711f836f2f72f2005b4afdb20760cda8711791910299e2c6ec71dff5eca9a2d9832cad8f9e9904dbbcf2d314cd9b20432bc8fd05c097868')
 
@@ -51,10 +51,11 @@
 --with-systemdsystemunitdir=/usr/lib/systemd/system \
 --with-systemdsystemconfdir=/etc/systemd/system \
 --with-journald \
+--with-openldap \
 --enable-autobind \
 --enable-cmocka \
---with-openldap \
---enable-rust
+--enable-rust \
+--enable-perl
   make
 
   # Build lib389


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

2020-03-18 Thread Christian Hesse via arch-commits
Date: Wednesday, March 18, 2020 @ 20:17:21
  Author: eworm
Revision: 600683

upgpkg: lib32-systemd 245.2-1

new upstream stable release

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 20:17:07 UTC (rev 600682)
+++ PKGBUILD2020-03-18 20:17:21 UTC (rev 600683)
@@ -4,8 +4,8 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-_tag='68fef5d635424a60224cce610d30a9041124c204' # git rev-parse v${pkgver}
-pkgver=245
+_tag='7d7a511c7cc0d159b86bacd181b6932556308b82' # git rev-parse v${pkgver}
+pkgver=245.2
 pkgrel=1
 pkgdesc='system and service manager (32-bit)'
 arch=('x86_64')
@@ -83,6 +83,7 @@
 -Dlz4=false
 -Dman=false
 -Dmanpages=false
+-Dmicrohttpd=false
 -Dnetworkd=false
 -Dpam=false
 -Dpython=false


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

2020-03-18 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 18, 2020 @ 20:05:39
  Author: svenstaro
Revision: 600670

upgpkg: netdata 1.20.0-2: Use improved unit file and install default config 
(FS#65027)

Modified:
  netdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 19:54:46 UTC (rev 600669)
+++ PKGBUILD2020-03-18 20:05:39 UTC (rev 600670)
@@ -3,7 +3,7 @@
 
 pkgname=netdata
 pkgver=1.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
 url="https://github.com/netdata/netdata;
 arch=('x86_64')
@@ -28,6 +28,13 @@
 
'3f934ddd1f5248f9e11c29050c023d60b76e4098ec9c8d413bb362d43e9242f767fd58310d966076e8400779af8bda2459afcc314b267fcb9f1c84173e14e313'
 
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # Use advanced service file (FS#65027)
+  mv system/netdata.service.v235.in system/netdata.service.in
+}
+
 build() {
   cd "$pkgname-$pkgver"
 
@@ -49,7 +56,7 @@
 
   # Remove /var/*, pacman creates it via tmpfiles hook
   rm -vrf "${pkgdir}/var"
-  touch "$pkgdir/etc/netdata/netdata.conf"
+  install -Dm644 system/netdata.conf "$pkgdir"/etc/netdata/netdata.conf
   chown -R 134:134 "$pkgdir"/etc/netdata
   chown -R 134:134 "$pkgdir"/usr/share/netdata/web
 


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

2020-03-18 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 18, 2020 @ 20:05:49
  Author: svenstaro
Revision: 600671

archrelease: copy trunk to community-x86_64

Added:
  netdata/repos/community-x86_64/PKGBUILD
(from rev 600670, netdata/trunk/PKGBUILD)
  netdata/repos/community-x86_64/netdata.install
(from rev 600670, netdata/trunk/netdata.install)
  netdata/repos/community-x86_64/netdata.sysusers
(from rev 600670, netdata/trunk/netdata.sysusers)
  netdata/repos/community-x86_64/netdata.tmpfiles
(from rev 600670, netdata/trunk/netdata.tmpfiles)
Deleted:
  netdata/repos/community-x86_64/PKGBUILD
  netdata/repos/community-x86_64/netdata.install
  netdata/repos/community-x86_64/netdata.sysusers
  netdata/repos/community-x86_64/netdata.tmpfiles

--+
 PKGBUILD |  127 +++--
 netdata.install  |   24 +-
 netdata.sysusers |2 
 netdata.tmpfiles |6 +-
 4 files changed, 83 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 20:05:39 UTC (rev 600670)
+++ PKGBUILD2020-03-18 20:05:49 UTC (rev 600671)
@@ -1,60 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=netdata
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
-url="https://github.com/netdata/netdata;
-arch=('x86_64')
-license=('GPL')
-backup=('etc/netdata/netdata.conf')
-depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 
'lz4')
-optdepends=('nodejs: for monitoring named and SNMP devices'
-'lm_sensors: for monitoring hardware sensors'
-'iproute2: for monitoring Linux QoS'
-'python: for most of the external plugins'
-'python-psycopg2: for monitoring PostgreSQL databases'
-'python-mysqlclient: for monitoring MySQL/MariaDB databases'
-'python-requests: for monitoring elasticsearch'
-'hddtemp: for monitoring hhd temperature'
-'apcupsd: for monitoring APC UPS'
-'iw: for monitoring Linux as access point')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz;
-"$pkgname.tmpfiles"
-"$pkgname.sysusers")
-sha512sums=('ada398cdccf1b1b4dbac5b24d4539f86aafb964458aa4f3bdfac336362504aab6d74b7f2f12bad18b62a44bb62d1a2a8ddd0c2ed80a7c16bc388854d4210bcb6'
-
'3f934ddd1f5248f9e11c29050c023d60b76e4098ec9c8d413bb362d43e9242f767fd58310d966076e8400779af8bda2459afcc314b267fcb9f1c84173e14e313'
-
'a910809a823ba58ca7bdaa72e8d68427b48f452c1fbb2343fa182ecb0a091a7640e73af24b8ba2fdd90e00aed8ef53b7fccd25cb8f04ca9b9fa6c8e52223ca66')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  autoreconf -i
-  ./configure \
-   --prefix="/usr" \
-   --sbindir="/usr/bin" \
-   --sysconfdir="/etc" \
-   --libexecdir="/usr/lib" \
-   --localstatedir="/var" \
-   --with-zlib --with-math --with-user=netdata
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove /var/*, pacman creates it via tmpfiles hook
-  rm -vrf "${pkgdir}/var"
-  touch "$pkgdir/etc/netdata/netdata.conf"
-  chown -R 134:134 "$pkgdir"/etc/netdata
-  chown -R 134:134 "$pkgdir"/usr/share/netdata/web
-
-  install -Dm0644 "system/netdata.service" 
"$pkgdir/usr/lib/systemd/system/netdata.service"
-  install -Dm0644 "system/netdata.logrotate" "$pkgdir/etc/logrotate.d/netdata"
-  install -Dm0644 "${srcdir}/${pkgname}.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-  install -Dm0644 "${srcdir}/${pkgname}.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-}

Copied: netdata/repos/community-x86_64/PKGBUILD (from rev 600670, 
netdata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 20:05:49 UTC (rev 600671)
@@ -0,0 +1,67 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=netdata
+pkgver=1.20.0
+pkgrel=2
+pkgdesc="Real-time performance monitoring, in the greatest possible detail, 
over the web"
+url="https://github.com/netdata/netdata;
+arch=('x86_64')
+license=('GPL')
+backup=('etc/netdata/netdata.conf')
+depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 
'lz4')
+optdepends=('nodejs: for monitoring named and SNMP devices'
+'lm_sensors: for monitoring hardware sensors'
+'iproute2: for monitoring Linux QoS'
+'python: for most of the external plugins'
+'python-psycopg2: for monitoring PostgreSQL databases'
+'python-mysqlclient: for monitoring MySQL/MariaDB databases'
+'python-requests: for monitoring elasticsearch'
+'hddtemp: for monitoring hhd temperature'
+'apcupsd: for monitoring APC UPS'
+  

[arch-commits] Commit in systemd/repos (21 files)

2020-03-18 Thread Christian Hesse via arch-commits
Date: Wednesday, March 18, 2020 @ 20:02:46
  Author: eworm
Revision: 377876

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 377875, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 377875, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 377875, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 377875, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 377875, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 377875, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 377875, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 377875, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 377875, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 377875, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 377875, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 377875, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 377875, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 377875, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 377875, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 377875, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 377875, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 377875, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 377875, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 377875, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch |   67 +
 20-systemd-sysusers.hook   |   10 
 30-systemd-binfmt.hook |   10 
 30-systemd-catalog.hook|   11 
 30-systemd-daemon-reload.hook  |   11 
 30-systemd-hwdb.hook   |   11 
 30-systemd-sysctl.hook |   10 
 30-systemd-tmpfiles.hook   |   10 
 30-systemd-udev-reload.hook|   11 
 30-systemd-update.hook |   11 
 PKGBUILD   |  262 +++
 arch.conf  |7 
 initcpio-hook-udev |   22 +
 initcpio-install-systemd   |  202 +
 initcpio-install-udev  |   29 ++
 loader.conf|1 
 systemd-hook   |   37 +++
 systemd-user.pam   |5 
 systemd.install|  109 +
 19 files changed, 836 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 377875, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2020-03-18 20:02:46 UTC (rev 377876)
@@ -0,0 +1,67 @@
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ rules.d/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in   |  6 +++---
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/rules.d/50-udev-default.rules.in 
b/rules.d/50-udev-default.rules.in
+index 191f56f42..f81c4d0fc 100644
+--- a/rules.d/50-udev-default.rules.in
 b/rules.d/50-udev-default.rules.in
+@@ -22,7 +22,7 @@ SUBSYSTEM=="tty", KERNEL=="sclp_line[0-9]*", GROUP="tty", 
MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="3270/tty[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="vc", KERNEL=="vcs*|vcsa*", GROUP="tty"
+-KERNEL=="tty[A-Z]*[0-9]|ttymxc[0-9]*|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*|rfcomm[0-9]*",
 

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

2020-03-18 Thread Christian Hesse via arch-commits
Date: Wednesday, March 18, 2020 @ 20:01:31
  Author: eworm
Revision: 377875

upgpkg: systemd 245.2-1

new upstream stable release

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 19:34:17 UTC (rev 377874)
+++ PKGBUILD2020-03-18 20:01:31 UTC (rev 377875)
@@ -4,9 +4,9 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='68fef5d635424a60224cce610d30a9041124c204' # git rev-parse v${pkgver}
-pkgver=245
-pkgrel=3
+_tag='7d7a511c7cc0d159b86bacd181b6932556308b82' # git rev-parse v${pkgver}
+pkgver=245.2
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -60,11 +60,6 @@
 
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
-  # core: Fix resolution of nested DM devices for cgroups
-  'b7cf4b4ef5d0336443f21809b1506bc4a8aa75a9'
-
-  # analyze: fix table time output
-  '084df9c616fdfbcbf3d7fbe7dc6b975f1fa359d2'
 )
 
 _reverts=(


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

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 19:54:46
  Author: alucryd
Revision: 600669

archrelease: copy trunk to community-x86_64

Added:
  higan/repos/community-x86_64/PKGBUILD
(from rev 600668, higan/trunk/PKGBUILD)
  higan/repos/community-x86_64/higan-flags.patch
(from rev 600668, higan/trunk/higan-flags.patch)
  higan/repos/community-x86_64/higan-paths.patch
(from rev 600668, higan/trunk/higan-paths.patch)
Deleted:
  higan/repos/community-x86_64/PKGBUILD
  higan/repos/community-x86_64/higan-flags.patch
  higan/repos/community-x86_64/higan-paths.patch

---+
 PKGBUILD  |  148 ++--
 higan-flags.patch |   46 
 higan-paths.patch |   84 ++---
 3 files changed, 139 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 19:54:38 UTC (rev 600668)
+++ PKGBUILD2020-03-18 19:54:46 UTC (rev 600669)
@@ -1,74 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=higan
-pkgver=109
-pkgrel=1
-pkgdesc='Nintendo multi-system emulator'
-arch=(x86_64)
-url=https://byuu.org/
-license=(GPL3)
-depends=(
-  gcc-libs
-  glibc
-  libao
-  libasound.so
-  libgl
-  libpulse-simple.so
-  libpulse.so
-  libudev.so
-  libx11
-  libxext
-  libxrandr
-  libxv
-  openal
-  qt5-base
-  sdl2
-)
-makedepends=(
-  git
-)
-source=(
-  
git+https://github.com/byuu/higan.git#tag=bda7f3b2f815e9491501dcda22478ae5a97f5cf5
-  higan-flags.patch
-  higan-paths.patch
-)
-sha256sums=('SKIP'
-'bf84cfa9f2499a187dca613272fadf267fd3e2c29b615af74b1e219bd8c3247c'
-'9cc20274c420a05667f35bdc9db313f1a6ce47d964dbf0cef62d85c46a4170a4')
-
-pkgver() {
-  cd higan
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd higan
-
-  patch -Np1 -i ../higan-flags.patch
-  patch -Np1 -i ../higan-paths.patch
-  sed 's|/usr/local/lib/qt5/bin/moc|moc|' -i hiro/GNUmakefile
-}
-
-build() {
-  cd higan
-
-  make -C higan hiro=qt5
-  make -C icarus hiro=qt5
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/share/{higan,icarus}
-
-  install -Dm 755 higan/higan/out/higan -t "${pkgdir}"/usr/bin/
-  install -Dm 644 higan/higan/target-higan/resource/higan.desktop -t 
"${pkgdir}"/usr/share/applications/
-  install -Dm 644 higan/higan/target-higan/resource/higan.svg -t 
"${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve='ownership' higan/higan/System 
"${pkgdir}"/usr/share/higan/Templates
-
-  install -Dm 755 higan/icarus/out/icarus -t "${pkgdir}"/usr/bin/
-  install -Dm 644 higan/icarus/data/icarus.desktop -t 
"${pkgdir}"/usr/share/applications/
-  install -Dm 644 higan/icarus/data/icarus.svg -t 
"${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve='ownership' higan/icarus/Database higan/icarus/Firmware 
"${pkgdir}"/usr/share/icarus/
-}
-
-# vim: ts=2 sw=2 et:

Copied: higan/repos/community-x86_64/PKGBUILD (from rev 600668, 
higan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 19:54:46 UTC (rev 600669)
@@ -0,0 +1,74 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=higan
+pkgver=109
+pkgrel=2
+pkgdesc='A multi-system emulator focused on accuracy, preservation, and 
configurability'
+arch=(x86_64)
+url=https://byuu.org/
+license=(GPL3)
+depends=(
+  gcc-libs
+  glibc
+  libao
+  libasound.so
+  libgl
+  libpulse-simple.so
+  libpulse.so
+  libudev.so
+  libx11
+  libxext
+  libxrandr
+  libxv
+  openal
+  qt5-base
+  sdl2
+)
+makedepends=(
+  git
+)
+source=(
+  
git+https://github.com/byuu/higan.git#tag=bda7f3b2f815e9491501dcda22478ae5a97f5cf5
+  higan-flags.patch
+  higan-paths.patch
+)
+sha256sums=('SKIP'
+'bf84cfa9f2499a187dca613272fadf267fd3e2c29b615af74b1e219bd8c3247c'
+'9cc20274c420a05667f35bdc9db313f1a6ce47d964dbf0cef62d85c46a4170a4')
+
+pkgver() {
+  cd higan
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd higan
+
+  patch -Np1 -i ../higan-flags.patch
+  patch -Np1 -i ../higan-paths.patch
+  sed 's|/usr/local/lib/qt5/bin/moc|moc|' -i hiro/GNUmakefile
+}
+
+build() {
+  cd higan
+
+  make -C higan hiro=qt5
+  make -C icarus hiro=qt5
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/{higan,icarus}
+
+  install -Dm 755 higan/higan/out/higan -t "${pkgdir}"/usr/bin/
+  install -Dm 644 higan/higan/target-higan/resource/higan.desktop -t 
"${pkgdir}"/usr/share/applications/
+  install -Dm 644 higan/higan/target-higan/resource/higan.svg -t 
"${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve='ownership' higan/higan/System 
"${pkgdir}"/usr/share/higan/Templates
+
+  install -Dm 755 higan/icarus/out/icarus -t "${pkgdir}"/usr/bin/
+  install -Dm 644 higan/icarus/data/icarus.desktop -t 
"${pkgdir}"/usr/share/applications/
+  install -Dm 644 higan/icarus/data/icarus.svg -t 
"${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve='ownership' higan/icarus/Database higan/icarus/Firmware 

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

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 19:54:38
  Author: alucryd
Revision: 600668

upgpkg: higan 109-2

Modified:
  higan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 19:32:54 UTC (rev 600667)
+++ PKGBUILD2020-03-18 19:54:38 UTC (rev 600668)
@@ -2,8 +2,8 @@
 
 pkgname=higan
 pkgver=109
-pkgrel=1
-pkgdesc='Nintendo multi-system emulator'
+pkgrel=2
+pkgdesc='A multi-system emulator focused on accuracy, preservation, and 
configurability'
 arch=(x86_64)
 url=https://byuu.org/
 license=(GPL3)


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

2020-03-18 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, March 18, 2020 @ 19:34:17
  Author: bisson
Revision: 377874

archrelease: copy trunk to extra-x86_64

Added:
  fontforge/repos/extra-x86_64/PKGBUILD
(from rev 377873, fontforge/trunk/PKGBUILD)
Deleted:
  fontforge/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 19:33:55 UTC (rev 377873)
+++ PKGBUILD2020-03-18 19:34:17 UTC (rev 377874)
@@ -1,38 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Eric Belanger 
-# Contributor: William Rea 
-
-pkgname=fontforge
-pkgver=20200314
-pkgrel=1
-pkgdesc='Outline and bitmap font editor'
-url='https://fontforge.github.io/'
-arch=('x86_64')
-license=('BSD')
-makedepends=('cmake' 'git' 'python-sphinx')
-depends=('libtool' 'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'python'
- 'potrace' 'woff2' 'gtk3' 'libuninameslist')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('cd190b237353dc3f48ddca7b0b3439da8ec4fcf27911d14cc1ccc76c1a47c861')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   install -d build
-   cd build
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DENABLE_MAINTAINER_TOOLS=TRUE \
-   -DENABLE_FONTFORGE_EXTRAS=TRUE \
-   -DENABLE_X11=TRUE \
-   -DUNIX=TRUE \
-   ..
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   cd build
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: fontforge/repos/extra-x86_64/PKGBUILD (from rev 377873, 
fontforge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 19:34:17 UTC (rev 377874)
@@ -0,0 +1,38 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Belanger 
+# Contributor: William Rea 
+
+pkgname=fontforge
+pkgver=20200314
+pkgrel=2
+pkgdesc='Outline and bitmap font editor'
+url='https://fontforge.github.io/'
+arch=('x86_64')
+license=('BSD')
+makedepends=('cmake' 'git' 'python-sphinx')
+depends=('libtool' 'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'python'
+ 'potrace' 'woff2' 'gtk3' 'libuninameslist')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('cd190b237353dc3f48ddca7b0b3439da8ec4fcf27911d14cc1ccc76c1a47c861')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   install -d build
+   cd build
+   cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_MAINTAINER_TOOLS=TRUE \
+   -DENABLE_FONTFORGE_EXTRAS=TRUE \
+   -DUNIX=TRUE \
+   ..
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 ../LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-03-18 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, March 18, 2020 @ 19:33:55
  Author: bisson
Revision: 377873

build with gdk

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 19:24:03 UTC (rev 377872)
+++ PKGBUILD2020-03-18 19:33:55 UTC (rev 377873)
@@ -4,7 +4,7 @@
 
 pkgname=fontforge
 pkgver=20200314
-pkgrel=1
+pkgrel=2
 pkgdesc='Outline and bitmap font editor'
 url='https://fontforge.github.io/'
 arch=('x86_64')
@@ -20,10 +20,10 @@
install -d build
cd build
cmake \
+   -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_MAINTAINER_TOOLS=TRUE \
-DENABLE_FONTFORGE_EXTRAS=TRUE \
-   -DENABLE_X11=TRUE \
-DUNIX=TRUE \
..
 


[arch-commits] Commit in byuu (5 files)

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 19:32:54
  Author: alucryd
Revision: 600667

archrelease: copy trunk to community-x86_64

Added:
  byuu/repos/
  byuu/repos/community-x86_64/
  byuu/repos/community-x86_64/PKGBUILD
(from rev 600666, byuu/trunk/PKGBUILD)
  byuu/repos/community-x86_64/byuu-flags.patch
(from rev 600666, byuu/trunk/byuu-flags.patch)
  byuu/repos/community-x86_64/byuu-paths.patch
(from rev 600666, byuu/trunk/byuu-paths.patch)

--+
 PKGBUILD |   71 +
 byuu-flags.patch |   23 +
 byuu-paths.patch |   22 
 3 files changed, 116 insertions(+)

Copied: byuu/repos/community-x86_64/PKGBUILD (from rev 600666, 
byuu/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-03-18 19:32:54 UTC (rev 600667)
@@ -0,0 +1,71 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=byuu
+pkgver=3
+pkgrel=1
+pkgdesc='A multi-system emulator focused on performance, features, and ease of 
use'
+arch=(x86_64)
+url=https://byuu.org/
+license=(GPL3)
+depends=(
+  gcc-libs
+  glibc
+  libao
+  libasound.so
+  libgl
+  libpulse-simple.so
+  libpulse.so
+  libudev.so
+  libx11
+  libxext
+  libxrandr
+  libxv
+  openal
+  qt5-base
+  sdl2
+)
+makedepends=(
+  git
+)
+source=(
+  
git+https://github.com/byuu/byuu.git#tag=2533493fccdd03b51f574841de6ac67e02134c06
+  
git+https://github.com/byuu/bsnes.git#tag=8e80d2f8a43e34a82931e25143b279e5fbcfaedc
+  byuu-flags.patch
+  byuu-paths.patch
+)
+sha256sums=('SKIP'
+'SKIP'
+'514bce6f87f8ffc2476d0a5e5948fc79ab4470d0514d089cd8ac2386f8532730'
+'5596804071813a5745d38eda21a9b2df6470f24db27c1d99c7284cbc97f27fda')
+
+pkgver() {
+  cd byuu
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd byuu
+
+  patch -Np1 -i ../byuu-flags.patch
+  patch -Np1 -i ../byuu-paths.patch
+  sed 's|/usr/local/lib/qt5/bin/moc|moc|' -i hiro/GNUmakefile
+}
+
+build() {
+  cd byuu
+
+  make -C higan hiro=qt5
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/byuu
+
+  install -Dm 755 byuu/higan/out/byuu -t "${pkgdir}"/usr/bin/
+  install -Dm 644 byuu/higan/target-byuu/resource/byuu.desktop -t 
"${pkgdir}"/usr/share/applications/
+  install -Dm 644 byuu/higan/target-byuu/resource/byuu.png -t 
"${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve='ownership' bsnes/bsnes/Database 
"${pkgdir}"/usr/share/byuu/
+  cp -dr --no-preserve='ownership' bsnes/shaders 
"${pkgdir}"/usr/share/byuu/Shaders
+}
+
+# vim: ts=2 sw=2 et:

Copied: byuu/repos/community-x86_64/byuu-flags.patch (from rev 600666, 
byuu/trunk/byuu-flags.patch)
===
--- repos/community-x86_64/byuu-flags.patch (rev 0)
+++ repos/community-x86_64/byuu-flags.patch 2020-03-18 19:32:54 UTC (rev 
600667)
@@ -0,0 +1,23 @@
+From a185a9bd8de1e5b860dcce7bccc5c71b1caec53a Mon Sep 17 00:00:00 2001
+From: Maxime Gauduin 
+Date: Wed, 18 Mar 2020 20:07:03 +0100
+Subject: [PATCH] use system flags
+
+---
+ nall/GNUmakefile | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/nall/GNUmakefile b/nall/GNUmakefile
+index 67fb3a1..fddec93 100755
+--- a/nall/GNUmakefile
 b/nall/GNUmakefile
+@@ -127,7 +127,8 @@ endif
+ 
+ # linux settings
+ ifeq ($(platform),linux)
+-  options += -ldl
++  flags += ${CXXFLAGS}
++  options += ${LDFLAGS} -ldl
+ endif
+ 
+ # bsd settings

Copied: byuu/repos/community-x86_64/byuu-paths.patch (from rev 600666, 
byuu/trunk/byuu-paths.patch)
===
--- repos/community-x86_64/byuu-paths.patch (rev 0)
+++ repos/community-x86_64/byuu-paths.patch 2020-03-18 19:32:54 UTC (rev 
600667)
@@ -0,0 +1,22 @@
+From a1cd313f48c9dce60016a1cb48de8ed7ec2179f0 Mon Sep 17 00:00:00 2001
+From: Maxime Gauduin 
+Date: Wed, 18 Mar 2020 20:05:50 +0100
+Subject: [PATCH] use more sensible paths
+
+---
+ higan/target-byuu/byuu.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/higan/target-byuu/byuu.cpp b/higan/target-byuu/byuu.cpp
+index 026df2f..e73f00d 100644
+--- a/higan/target-byuu/byuu.cpp
 b/higan/target-byuu/byuu.cpp
+@@ -10,7 +10,7 @@ auto locate(const string& name) -> string {
+   string location = {Path::program(), name};
+   if(inode::exists(location)) return location;
+ 
+-  location = {Path::userData(), "byuu/", name};
++  location = {Path::sharedData(), "byuu/", name};
+   if(inode::exists(location)) return location;
+ 
+   directory::create({Path::userSettings(), "byuu/"});


[arch-commits] Commit in (5 files)

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 19:32:41
  Author: alucryd
Revision: 600666

add byuu

Added:
  byuu/
  byuu/trunk/
  byuu/trunk/PKGBUILD
  byuu/trunk/byuu-flags.patch
  byuu/trunk/byuu-paths.patch

--+
 PKGBUILD |   71 +
 byuu-flags.patch |   23 +
 byuu-paths.patch |   22 
 3 files changed, 116 insertions(+)

Added: byuu/trunk/PKGBUILD
===
--- byuu/trunk/PKGBUILD (rev 0)
+++ byuu/trunk/PKGBUILD 2020-03-18 19:32:41 UTC (rev 600666)
@@ -0,0 +1,71 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=byuu
+pkgver=3
+pkgrel=1
+pkgdesc='A multi-system emulator focused on performance, features, and ease of 
use'
+arch=(x86_64)
+url=https://byuu.org/
+license=(GPL3)
+depends=(
+  gcc-libs
+  glibc
+  libao
+  libasound.so
+  libgl
+  libpulse-simple.so
+  libpulse.so
+  libudev.so
+  libx11
+  libxext
+  libxrandr
+  libxv
+  openal
+  qt5-base
+  sdl2
+)
+makedepends=(
+  git
+)
+source=(
+  
git+https://github.com/byuu/byuu.git#tag=2533493fccdd03b51f574841de6ac67e02134c06
+  
git+https://github.com/byuu/bsnes.git#tag=8e80d2f8a43e34a82931e25143b279e5fbcfaedc
+  byuu-flags.patch
+  byuu-paths.patch
+)
+sha256sums=('SKIP'
+'SKIP'
+'514bce6f87f8ffc2476d0a5e5948fc79ab4470d0514d089cd8ac2386f8532730'
+'5596804071813a5745d38eda21a9b2df6470f24db27c1d99c7284cbc97f27fda')
+
+pkgver() {
+  cd byuu
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd byuu
+
+  patch -Np1 -i ../byuu-flags.patch
+  patch -Np1 -i ../byuu-paths.patch
+  sed 's|/usr/local/lib/qt5/bin/moc|moc|' -i hiro/GNUmakefile
+}
+
+build() {
+  cd byuu
+
+  make -C higan hiro=qt5
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/byuu
+
+  install -Dm 755 byuu/higan/out/byuu -t "${pkgdir}"/usr/bin/
+  install -Dm 644 byuu/higan/target-byuu/resource/byuu.desktop -t 
"${pkgdir}"/usr/share/applications/
+  install -Dm 644 byuu/higan/target-byuu/resource/byuu.png -t 
"${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve='ownership' bsnes/bsnes/Database 
"${pkgdir}"/usr/share/byuu/
+  cp -dr --no-preserve='ownership' bsnes/shaders 
"${pkgdir}"/usr/share/byuu/Shaders
+}
+
+# vim: ts=2 sw=2 et:

Added: byuu/trunk/byuu-flags.patch
===
--- byuu/trunk/byuu-flags.patch (rev 0)
+++ byuu/trunk/byuu-flags.patch 2020-03-18 19:32:41 UTC (rev 600666)
@@ -0,0 +1,23 @@
+From a185a9bd8de1e5b860dcce7bccc5c71b1caec53a Mon Sep 17 00:00:00 2001
+From: Maxime Gauduin 
+Date: Wed, 18 Mar 2020 20:07:03 +0100
+Subject: [PATCH] use system flags
+
+---
+ nall/GNUmakefile | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/nall/GNUmakefile b/nall/GNUmakefile
+index 67fb3a1..fddec93 100755
+--- a/nall/GNUmakefile
 b/nall/GNUmakefile
+@@ -127,7 +127,8 @@ endif
+ 
+ # linux settings
+ ifeq ($(platform),linux)
+-  options += -ldl
++  flags += ${CXXFLAGS}
++  options += ${LDFLAGS} -ldl
+ endif
+ 
+ # bsd settings

Added: byuu/trunk/byuu-paths.patch
===
--- byuu/trunk/byuu-paths.patch (rev 0)
+++ byuu/trunk/byuu-paths.patch 2020-03-18 19:32:41 UTC (rev 600666)
@@ -0,0 +1,22 @@
+From a1cd313f48c9dce60016a1cb48de8ed7ec2179f0 Mon Sep 17 00:00:00 2001
+From: Maxime Gauduin 
+Date: Wed, 18 Mar 2020 20:05:50 +0100
+Subject: [PATCH] use more sensible paths
+
+---
+ higan/target-byuu/byuu.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/higan/target-byuu/byuu.cpp b/higan/target-byuu/byuu.cpp
+index 026df2f..e73f00d 100644
+--- a/higan/target-byuu/byuu.cpp
 b/higan/target-byuu/byuu.cpp
+@@ -10,7 +10,7 @@ auto locate(const string& name) -> string {
+   string location = {Path::program(), name};
+   if(inode::exists(location)) return location;
+ 
+-  location = {Path::userData(), "byuu/", name};
++  location = {Path::sharedData(), "byuu/", name};
+   if(inode::exists(location)) return location;
+ 
+   directory::create({Path::userSettings(), "byuu/"});


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

2020-03-18 Thread Anatol Pomozov via arch-commits
Date: Wednesday, March 18, 2020 @ 19:28:26
  Author: anatolik
Revision: 600665

archrelease: copy trunk to community-x86_64

Added:
  fio/repos/community-x86_64/PKGBUILD
(from rev 600664, fio/trunk/PKGBUILD)
Deleted:
  fio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 19:28:06 UTC (rev 600664)
+++ PKGBUILD2020-03-18 19:28:26 UTC (rev 600665)
@@ -1,46 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=3.18
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python numactl glusterfs)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('0a9c433a31585f2c620e6c0d82749123ffea483893539696b0f4118af8ec6c67')
-
-prepare() {
-  cd fio-fio-$pkgver
-  sed -e 's|#!/usr/bin/python2.7$|#!/usr/bin/python|' -i 
tools/{fio_jsonplus_clat2csv,fiologparser.py,hist/fiologparser_hist.py,hist/half-bins.py,plot/fio2gnuplot}
-}
-
-build() {
-  cd fio-fio-$pkgver
-  ./configure --disable-native --enable-gfio --extra-cflags="$CFLAGS"
-  make
-}
-
-package() {
-  cd fio-fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -Dm644 MORAL-LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-x86_64/PKGBUILD (from rev 600664, 
fio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 19:28:26 UTC (rev 600665)
@@ -0,0 +1,46 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=3.19
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python numactl glusterfs)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('b12efbd810f7c2ab5f17bd17b4144545e156dc0966c0e4e8196428d0f9e9a0e7')
+
+prepare() {
+  cd fio-fio-$pkgver
+  sed -e 's|#!/usr/bin/python2.7$|#!/usr/bin/python|' -i 
tools/{fio_jsonplus_clat2csv,fiologparser.py,hist/fiologparser_hist.py,hist/half-bins.py,plot/fio2gnuplot}
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --disable-native --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 MORAL-LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}


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

2020-03-18 Thread Anatol Pomozov via arch-commits
Date: Wednesday, March 18, 2020 @ 19:28:06
  Author: anatolik
Revision: 600664

upgpkg: fio 3.19-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 19:23:55 UTC (rev 600663)
+++ PKGBUILD2020-03-18 19:28:06 UTC (rev 600664)
@@ -3,7 +3,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.18
+pkgver=3.19
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('0a9c433a31585f2c620e6c0d82749123ffea483893539696b0f4118af8ec6c67')
+sha256sums=('b12efbd810f7c2ab5f17bd17b4144545e156dc0966c0e4e8196428d0f9e9a0e7')
 
 prepare() {
   cd fio-fio-$pkgver


[arch-commits] Commit in glibmm/repos/extra-x86_64 (4 files)

2020-03-18 Thread Jan Steffens via arch-commits
Date: Wednesday, March 18, 2020 @ 19:24:03
  Author: heftig
Revision: 377872

archrelease: copy trunk to extra-x86_64

Added:
  glibmm/repos/extra-x86_64/PKGBUILD
(from rev 377871, glibmm/trunk/PKGBUILD)
  glibmm/repos/extra-x86_64/header.diff
(from rev 377871, glibmm/trunk/header.diff)
Deleted:
  glibmm/repos/extra-x86_64/PKGBUILD
  glibmm/repos/extra-x86_64/header.diff

-+
 PKGBUILD|  115 --
 header.diff |   26 ++---
 2 files changed, 69 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 19:23:55 UTC (rev 377871)
+++ PKGBUILD2020-03-18 19:24:03 UTC (rev 377872)
@@ -1,59 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgbase=glibmm
-pkgname=(glibmm glibmm-docs)
-pkgver=2.64.0
-pkgrel=1
-pkgdesc="C++ bindings for GLib"
-url="https://www.gtkmm.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libsigc++)
-makedepends=(git mm-common perl-xml-parser clang meson)
-checkdepends=(glib-networking)
-options=(!emptydirs)
-_commit=5e4b8f37de7110f4905ca11961dfe372151df095  # tags/2.64.0^0
-source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit;
-header.diff)
-sha256sums=('SKIP'
-'dd735cb3509bbb3400c150ab64f4791385df5393df3de964f0fcf548dd7d626c')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  # Missing includes
-  git cherry-pick -n c6e078c3e7d457a9db39073af30af0c65b5145c1
-
-  # Missing header
-  git apply -3 ../header.diff
-}
-
-build() {
-  arch-meson $pkgbase build -D maintainer-mode=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_glibmm() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  mkdir -p docs/usr/share
-  mv "$pkgdir"/usr/share/{devhelp,doc} docs/usr/share
-}
-
-package_glibmm-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  options=(!strip)
-
-  mv docs/* "$pkgdir"
-}

Copied: glibmm/repos/extra-x86_64/PKGBUILD (from rev 377871, 
glibmm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 19:24:03 UTC (rev 377872)
@@ -0,0 +1,56 @@
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=glibmm
+pkgname=(glibmm glibmm-docs)
+pkgver=2.64.1
+pkgrel=1
+pkgdesc="C++ bindings for GLib"
+url="https://www.gtkmm.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libsigc++)
+makedepends=(git mm-common perl-xml-parser clang meson)
+checkdepends=(glib-networking)
+options=(!emptydirs)
+_commit=c575255edc5d738ca7ce7480a29413677c59ae29  # tags/2.64.1^0
+source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit;
+header.diff)
+sha256sums=('SKIP'
+'dd735cb3509bbb3400c150ab64f4791385df5393df3de964f0fcf548dd7d626c')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  # Missing header
+  git apply -3 ../header.diff
+}
+
+build() {
+  arch-meson $pkgbase build -D maintainer-mode=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_glibmm() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  mkdir -p docs/usr/share
+  mv "$pkgdir"/usr/share/{devhelp,doc} docs/usr/share
+}
+
+package_glibmm-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  options=(!strip)
+
+  mv docs/* "$pkgdir"
+}

Deleted: header.diff
===
--- header.diff 2020-03-18 19:23:55 UTC (rev 377871)
+++ header.diff 2020-03-18 19:24:03 UTC (rev 377872)
@@ -1,13 +0,0 @@
-diff --git i/tools/extra_defs_gen/meson.build 
w/tools/extra_defs_gen/meson.build
-index 900943c9..239a543a 100644
 i/tools/extra_defs_gen/meson.build
-+++ w/tools/extra_defs_gen/meson.build
-@@ -13,6 +13,8 @@ glibmm_generate_extra_defs_library = library(
-   install: true,
- )
- 
-+install_headers('generate_extra_defs.h', subdir: glibmm_pcname / 
'glibmm_generate_extra_defs')
-+
- executable('generate_defs_glib', 'generate_defs_glib.cc',
-   dependencies: glibmm_build_dep,
-   link_with: glibmm_generate_extra_defs_library,

Copied: glibmm/repos/extra-x86_64/header.diff (from rev 377871, 
glibmm/trunk/header.diff)
===
--- header.diff (rev 0)
+++ header.diff 2020-03-18 19:24:03 UTC (rev 377872)
@@ -0,0 +1,13 @@
+diff --git i/tools/extra_defs_gen/meson.build 
w/tools/extra_defs_gen/meson.build
+index 900943c9..239a543a 100644
+--- i/tools/extra_defs_gen/meson.build
 w/tools/extra_defs_gen/meson.build
+@@ -13,6 +13,8 @@ glibmm_generate_extra_defs_library = library(
+   install: true,
+ )
+ 
++install_headers('generate_extra_defs.h', subdir: glibmm_pcname / 
'glibmm_generate_extra_defs')
++
+ executable('generate_defs_glib', 

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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 19:23:40
  Author: felixonmars
Revision: 600662

upgpkg: shellcheck 0.7.0-190: rebuild with ghc-lib-parser-ex 8.8.5.7

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 19:20:56 UTC (rev 600661)
+++ PKGBUILD2020-03-18 19:23:40 UTC (rev 600662)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.0
-pkgrel=189
+pkgrel=190
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 19:23:55
  Author: felixonmars
Revision: 600663

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 600662, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 600662, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 19:23:55 UTC (rev 600663)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.0
+pkgrel=190
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;
+
shellcheck-cabal3.patch::https://github.com/koalaman/shellcheck/commit/2c026f1ec7c205c731ff2a0ccd85365f37245758.patch)
+sha512sums=('46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215'
+
'88b7101a536598ecbf4d1c48cfd4eb10b1a6424a2344e4b1be6f6a814dcf1c3d00e78390070242369bc55ed9c20defd4cc7337854da71761fb08e13240619684')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../shellcheck-cabal3.patch
+
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-18 Thread Jan Steffens via arch-commits
Date: Wednesday, March 18, 2020 @ 19:23:55
  Author: heftig
Revision: 377871

2.64.1-1

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 17:57:58 UTC (rev 377870)
+++ PKGBUILD2020-03-18 19:23:55 UTC (rev 377871)
@@ -3,7 +3,7 @@
 
 pkgbase=glibmm
 pkgname=(glibmm glibmm-docs)
-pkgver=2.64.0
+pkgver=2.64.1
 pkgrel=1
 pkgdesc="C++ bindings for GLib"
 url="https://www.gtkmm.org/;
@@ -13,7 +13,7 @@
 makedepends=(git mm-common perl-xml-parser clang meson)
 checkdepends=(glib-networking)
 options=(!emptydirs)
-_commit=5e4b8f37de7110f4905ca11961dfe372151df095  # tags/2.64.0^0
+_commit=c575255edc5d738ca7ce7480a29413677c59ae29  # tags/2.64.1^0
 source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit;
 header.diff)
 sha256sums=('SKIP'
@@ -27,9 +27,6 @@
 prepare() {
   cd $pkgbase
 
-  # Missing includes
-  git cherry-pick -n c6e078c3e7d457a9db39073af30af0c65b5145c1
-
   # Missing header
   git apply -3 ../header.diff
 }


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 19:20:41
  Author: felixonmars
Revision: 600660

upgpkg: pandoc-crossref 0.3.6.2-40: rebuild with ghc-lib-parser-ex 8.8.5.7

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 19:19:12 UTC (rev 600659)
+++ PKGBUILD2020-03-18 19:20:41 UTC (rev 600660)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.6.2
-pkgrel=39
+pkgrel=40
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 19:20:56
  Author: felixonmars
Revision: 600661

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 600660, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
600660, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 19:20:56 UTC (rev 600661)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.6.2
+pkgrel=40
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('4b0443348ff3fa2e9f2366afee1a58c96466d395be9458e63b4741ffe0dba250d35e55de19b62c5a9231030bf658f2628f934667effcaad52891c94d63dbf168')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 19:19:12
  Author: felixonmars
Revision: 600659

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
600658, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 19:19:12 UTC (rev 600659)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.13.2.0
+pkgrel=19
+pkgdesc="A static website compiler library"
+url="https://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('93dbf4fc35db6c2c65bd8c3d5d0cc2e78b30ea8e01dfd0a596aa2119a56efb7c6c3fab56c111d8c7cdb08ac3a48191e782035344d16c1a69fe263b93788ebc7b')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *0.17/<1/' -e 's/< *3.3/<4/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 19:18:56
  Author: felixonmars
Revision: 600658

upgpkg: haskell-hakyll 4.13.2.0-19: rebuild with ghc-lib-parser-ex 8.8.5.7

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 19:17:18 UTC (rev 600657)
+++ PKGBUILD2020-03-18 19:18:56 UTC (rev 600658)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.2.0
-pkgrel=18
+pkgrel=19
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 19:17:18
  Author: felixonmars
Revision: 600657

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 600656, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
600656, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 19:17:18 UTC (rev 600657)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.17
+pkgrel=43
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml' 'haskell-hsyaml' 
'haskell-hsyaml-aeson')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('65bc510c1208d5c76884c1b5898d033abd06ebce040c36e1ec2f11fd0107fbb6ac838e0be6d97c40c9b2893ba6bdc38d2bf5c12fec7db069bbabd37d6d07b4e7')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 19:17:04
  Author: felixonmars
Revision: 600656

upgpkg: pandoc-citeproc 0.17-43: rebuild with ghc-lib-parser-ex 8.8.5.7

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 19:14:13 UTC (rev 600655)
+++ PKGBUILD2020-03-18 19:17:04 UTC (rev 600656)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17
-pkgrel=42
+pkgrel=43
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 19:14:13
  Author: felixonmars
Revision: 600655

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 600654, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 600654, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 19:14:13 UTC (rev 600655)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.9.2
+pkgrel=63
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-cmark-gfm' 'haskell-data-default' 
'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 
'haskell-skylighting'
+ 'haskell-skylighting-core' 'haskell-hslua' 
'haskell-hslua-module-system'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-safe' 
'haskell-split'
+ 'haskell-texmath' 'haskell-network' 'haskell-pandoc-types' 
'haskell-random'
+ 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-text-conversions'
+ 'haskell-network-uri' 'haskell-unicode-transforms' 
'haskell-unordered-containers'
+ 'haskell-zip-archive' 'haskell-vector' 'haskell-xml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
+ 'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
pandoc-jira-wiki-markup-1.1.patch::https://github.com/jgm/pandoc/commit/7eb991484127a8c79b8db76743d2d63ee47e79ca.patch)
+sha512sums=('af67ad7ff6f5f16d62a9a5b988bb402f17e5774fcc91a7be56d95b2694640051628495c526ae9f92095ec7050ebb096db5d23ef07a105e73bbf50386a67eb532'
+
'f6bd382c6cedba47fc39ebb36845cdc9b107f11c0ae2a38102312bff77dd46845cc7ef0ad443be810c6f1fa95776a665d9a85a7a351a1dc0d35a46dffc1657af')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+patch -p1 -i ../pandoc-jira-wiki-markup-1.1.patch
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+install -Dm644 man/pandoc.1 "${pkgdir}"/usr/share/man/man1/pandoc.1
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 19:13:57
  Author: felixonmars
Revision: 600654

upgpkg: pandoc 2.9.2-63: rebuild with ghc-lib-parser-ex 8.8.5.7

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 19:12:48 UTC (rev 600653)
+++ PKGBUILD2020-03-18 19:13:57 UTC (rev 600654)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.9.2
-pkgrel=62
+pkgrel=63
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2020-03-18 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 18, 2020 @ 19:12:34
  Author: spupykin
Revision: 600651

archrelease: copy trunk to community-x86_64

Added:
  gsoap/repos/community-x86_64/0001-no-xlocale.patch
(from rev 600650, gsoap/trunk/0001-no-xlocale.patch)
  gsoap/repos/community-x86_64/LICENSE
(from rev 600650, gsoap/trunk/LICENSE)
  gsoap/repos/community-x86_64/PKGBUILD
(from rev 600650, gsoap/trunk/PKGBUILD)
Deleted:
  gsoap/repos/community-x86_64/0001-no-xlocale.patch
  gsoap/repos/community-x86_64/LICENSE
  gsoap/repos/community-x86_64/PKGBUILD

---+
 0001-no-xlocale.patch |   82 ++--
 LICENSE   |  326 
 PKGBUILD  |   90 ++---
 3 files changed, 249 insertions(+), 249 deletions(-)

Deleted: 0001-no-xlocale.patch
===
--- 0001-no-xlocale.patch   2020-03-18 19:12:22 UTC (rev 600650)
+++ 0001-no-xlocale.patch   2020-03-18 19:12:34 UTC (rev 600651)
@@ -1,41 +0,0 @@
-diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
 gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.0 +0300
-+++ gsoap-2.8.my/gsoap/stdsoap2.h  2018-03-28 15:51:38.342848826 +0300
-@@ -338,7 +338,6 @@
- #  define HAVE_MBTOWC
- #  define HAVE_INTTYPES_H
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(_AIX43)
- #  define HAVE_SNPRINTF
-@@ -419,7 +418,6 @@
- #  define HAVE_ISNAN
- #  define HAVE_ISINF
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(__VMS)
- #  include 
-@@ -720,11 +718,6 @@
- # endif
- #endif
- 
--/* force inclusion of xlocale.h */
--#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
--# define HAVE_XLOCALE_H
--#endif
--
- #ifdef WITH_C_LOCALE
- # include 
- # if defined(WIN32) && !defined(CYGWIN)
-@@ -732,9 +725,6 @@
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = _create_locale(LC_ALL, "C")))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
- # else
--#  if defined(HAVE_XLOCALE_H)
--#   include 
--#  endif
- #  define SOAP_LOCALE_T locale_t
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Copied: gsoap/repos/community-x86_64/0001-no-xlocale.patch (from rev 600650, 
gsoap/trunk/0001-no-xlocale.patch)
===
--- 0001-no-xlocale.patch   (rev 0)
+++ 0001-no-xlocale.patch   2020-03-18 19:12:34 UTC (rev 600651)
@@ -0,0 +1,41 @@
+diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
+--- gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.0 +0300
 gsoap-2.8.my/gsoap/stdsoap2.h  2018-03-28 15:51:38.342848826 +0300
+@@ -338,7 +338,6 @@
+ #  define HAVE_MBTOWC
+ #  define HAVE_INTTYPES_H
+ #  define HAVE_LOCALE_H
+-#  define HAVE_XLOCALE_H
+ #  define HAVE_RANDOM
+ # elif defined(_AIX43)
+ #  define HAVE_SNPRINTF
+@@ -419,7 +418,6 @@
+ #  define HAVE_ISNAN
+ #  define HAVE_ISINF
+ #  define HAVE_LOCALE_H
+-#  define HAVE_XLOCALE_H
+ #  define HAVE_RANDOM
+ # elif defined(__VMS)
+ #  include 
+@@ -720,11 +718,6 @@
+ # endif
+ #endif
+ 
+-/* force inclusion of xlocale.h */
+-#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
+-# define HAVE_XLOCALE_H
+-#endif
+-
+ #ifdef WITH_C_LOCALE
+ # include 
+ # if defined(WIN32) && !defined(CYGWIN)
+@@ -732,9 +725,6 @@
+ #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = _create_locale(LC_ALL, "C")))
+ #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
+ # else
+-#  if defined(HAVE_XLOCALE_H)
+-#   include 
+-#  endif
+ #  define SOAP_LOCALE_T locale_t
+ #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
+ #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Deleted: LICENSE
===
--- LICENSE 2020-03-18 19:12:22 UTC (rev 600650)
+++ LICENSE 2020-03-18 19:12:34 UTC (rev 600651)
@@ -1,163 +0,0 @@
-gSOAP Public License
-Version 1.3a
-The gSOAP public license is derived from the Mozilla Public License (MPL1.1). 
The sections that were deleted from the original MPL1.1 text are 1.0.1, 
2.1.(c),(d), 2.2.(c),(d), 8.2.(b), 10, and 11. Section 3.8 was added. The 
modified sections are 2.1.(b), 2.2.(b), 3.2 (simplified), 3.5 (deleted the last 
sentence), and 3.6 (simplified).
-1  DEFINITIONS.
-
-1.0.1.
-1.1. "Contributor"
-means each entity that 

[arch-commits] Commit in nextcloud-app-notes/trunk (PKGBUILD)

2020-03-18 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 18, 2020 @ 19:12:40
  Author: spupykin
Revision: 600652

upgpkg: nextcloud-app-notes 3.2.0-1

Modified:
  nextcloud-app-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 19:12:34 UTC (rev 600651)
+++ PKGBUILD2020-03-18 19:12:40 UTC (rev 600652)
@@ -3,7 +3,7 @@
 # Contributor: David Runge 
 
 pkgname=nextcloud-app-notes
-pkgver=3.1.5
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Simple Notes app for Nextcloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
-sha512sums=('b12fca90fb97cd9434db5847545e06b3587049c2ccad6e8f8f76a12894ca59053278cbd4af3083c455a03639769e4006d5afa4ae35e35c8b8482219b47cf178e')
+sha512sums=('f2e8b992371f5d3ea824819034cb9aa62ffbe96914f36e11284f402e962ea9a6c41b5625d411e96cc192bf5056d5609ad71569dea9e052fdcd5ec5c38ff55cbb')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


[arch-commits] Commit in nextcloud-app-notes/repos/community-any (PKGBUILD PKGBUILD)

2020-03-18 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 18, 2020 @ 19:12:48
  Author: spupykin
Revision: 600653

archrelease: copy trunk to community-any

Added:
  nextcloud-app-notes/repos/community-any/PKGBUILD
(from rev 600652, nextcloud-app-notes/trunk/PKGBUILD)
Deleted:
  nextcloud-app-notes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 19:12:40 UTC (rev 600652)
+++ PKGBUILD2020-03-18 19:12:48 UTC (rev 600653)
@@ -1,21 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-# Contributor: David Runge 
-
-pkgname=nextcloud-app-notes
-pkgver=3.1.5
-pkgrel=1
-pkgdesc="Simple Notes app for Nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/notes;
-license=('AGPL3')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
-sha512sums=('b12fca90fb97cd9434db5847545e06b3587049c2ccad6e8f8f76a12894ca59053278cbd4af3083c455a03639769e4006d5afa4ae35e35c8b8482219b47cf178e')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
-}

Copied: nextcloud-app-notes/repos/community-any/PKGBUILD (from rev 600652, 
nextcloud-app-notes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 19:12:48 UTC (rev 600653)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: David Runge 
+# Contributor: David Runge 
+
+pkgname=nextcloud-app-notes
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Simple Notes app for Nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/notes;
+license=('AGPL3')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
+sha512sums=('f2e8b992371f5d3ea824819034cb9aa62ffbe96914f36e11284f402e962ea9a6c41b5625d411e96cc192bf5056d5609ad71569dea9e052fdcd5ec5c38ff55cbb')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 18:57:15
  Author: felixonmars
Revision: 600649

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 600648, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 600648, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 18:57:15 UTC (rev 600649)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.8.0
+pkgrel=84
+pkgdesc="The Language of Cryptography"
+url="https://www.cryptol.net;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-cryptohash-sha1' 
'haskell-gitrev'
+ 'haskell-graphscc' 'haskell-heredoc' 'haskell-monad-control' 
'haskell-monadlib'
+ 'haskell-panic' 'haskell-random' 'haskell-sbv' 'haskell-simple-smt' 
'haskell-strict'
+ 'haskell-tf-random' 'haskell-transformers-base' 
'haskell-ansi-terminal'
+ 'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;
+ghc-8.8.patch::https://github.com/GaloisInc/cryptol/pull/655.patch)
+sha512sums=('ad2cbb67dbcd10dba12457b24558af4ef7066817f18e162432607e7d887071fef13a1c958e37a3f7e8e3fd04079c20cc2a8abdcf1c9dd35a9a93e7e0a2d383b0'
+
'f5399cfde04c2645e0bc80d80a39ac570c9649961e22bf9808bb55ba8457f9a124469d699de73624b2debabe8d672879bd0b2279b60dfcb08d328de67ca78e84')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../ghc-8.8.patch
+sed -i 's/< *0.11/<1/' $pkgname.cabal
+#sed -i 's/import Prelude.Compat/import Prelude.Compat hiding ( fail )/' 
src/Cryptol/Parser/{NoPat,ParserUtils}.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable --ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 18:57:01
  Author: felixonmars
Revision: 600648

upgpkg: cryptol 2.8.0-84: rebuild with ghc-lib-parser-ex 8.8.5.7

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 18:54:10 UTC (rev 600647)
+++ PKGBUILD2020-03-18 18:57:01 UTC (rev 600648)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.8.0
-pkgrel=83
+pkgrel=84
 pkgdesc="The Language of Cryptography"
 url="https://www.cryptol.net;
 license=("BSD")


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 18:54:10
  Author: felixonmars
Revision: 600647

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 600646, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 18:54:10 UTC (rev 600647)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=8.6
+pkgrel=46
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="https://leventerkok.github.com/sbv;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-random' 'haskell-syb' 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2282c63d21c6baa8070ec8afbfb75deeae6becead7963efd0894d9a82af31de7e993d7bc57c17c5e7914bd458f45771ac7e0995632511584dd6d90bff9034f1f')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 18:53:53
  Author: felixonmars
Revision: 600646

upgpkg: haskell-sbv 8.6-46: rebuild with ghc-lib-parser-ex 8.8.5.7

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 18:52:04 UTC (rev 600645)
+++ PKGBUILD2020-03-18 18:53:53 UTC (rev 600646)
@@ -4,7 +4,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=8.6
-pkgrel=45
+pkgrel=46
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="https://leventerkok.github.com/sbv;
 license=("BSD")


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 18:51:47
  Author: felixonmars
Revision: 600644

upgpkg: fcitx5-chinese-addons 0.0.0.20200318-1

Modified:
  fcitx5-chinese-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 18:51:43 UTC (rev 600643)
+++ PKGBUILD2020-03-18 18:51:47 UTC (rev 600644)
@@ -2,8 +2,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200314
-_commit=418a53774681fc34c681f3fb9b8c224d35181869
+pkgver=0.0.0.20200318
+_commit=5e0f91d1a49ecffb9d096d0d8e2424aca1e5a0a3
 _pytablever=20121124
 pkgrel=1
 pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
@@ -16,7 +16,7 @@
 https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
 https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
 noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('7d7c058231e6c0c5b31b9909f2eef16bac7a2491c9d95eb4ec0cde253d0eb302565d4b430becbb02d7904d5d543da86237857314326527289be923b2da6668f8'
+sha512sums=('8100a32442a6e67115e1e389b68040ffcca954e07a01763e6c5c65994230101e89c1885bfea933b5616fe885c41ca5d8915e5d5b646dea93c6836ec7846d617b'
 
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
 
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
 


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 18:51:23
  Author: felixonmars
Revision: 600642

upgpkg: phonegap 9.0.0-1

Modified:
  phonegap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 18:45:49 UTC (rev 600641)
+++ PKGBUILD2020-03-18 18:51:23 UTC (rev 600642)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=phonegap
-pkgver=8.2.2
-pkgrel=3
+pkgver=9.0.0
+pkgrel=1
 pkgdesc="PhoneGap command-line interface and node.js library"
 arch=('x86_64')
 url="https://github.com/phonegap/phonegap-cli;
@@ -12,14 +12,19 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('40e536acd4620e9eaf8cfea8ea097a6b0bf9e38cd716dc345430949cc65dcf0e035ebb369cc47a2f85e664ea452e119320025ee7580827af967c19652cfd6845')
+sha512sums=('072b05307843eb42dfbf1a7c58f0a9dd43eb29ef5ef718e99771e741b78dd10c19d0d5704892b1fd4c1068a09ab8a1f1a7680241283cf31afa1e573aca75dea2')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
 
-  # Why 777? :/
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
   chmod -R u=rwX,go=rX "$pkgdir"
 
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
   # Delete npm installed pyc files
   find "$pkgdir" -name "*.pyc" -delete
 


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 18:51:43
  Author: felixonmars
Revision: 600643

archrelease: copy trunk to community-x86_64

Added:
  phonegap/repos/community-x86_64/PKGBUILD
(from rev 600642, phonegap/trunk/PKGBUILD)
  phonegap/repos/community-x86_64/phonegap.install
(from rev 600642, phonegap/trunk/phonegap.install)
Deleted:
  phonegap/repos/community-x86_64/PKGBUILD
  phonegap/repos/community-x86_64/phonegap.install

--+
 PKGBUILD |   71 -
 phonegap.install |   18 ++---
 2 files changed, 47 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 18:51:23 UTC (rev 600642)
+++ PKGBUILD2020-03-18 18:51:43 UTC (rev 600643)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=8.2.2
-pkgrel=3
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('x86_64')
-url="https://github.com/phonegap/phonegap-cli;
-license=('Apache')
-depends=('semver' 'cordova')
-makedepends=('npm' 'python')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('40e536acd4620e9eaf8cfea8ea097a6b0bf9e38cd716dc345430949cc65dcf0e035ebb369cc47a2f85e664ea452e119320025ee7580827af967c19652cfd6845')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # Delete npm installed pyc files
-  find "$pkgdir" -name "*.pyc" -delete
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver cordova; do
-rm -r $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-x86_64/PKGBUILD (from rev 600642, 
phonegap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 18:51:43 UTC (rev 600643)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=9.0.0
+pkgrel=1
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('x86_64')
+url="https://github.com/phonegap/phonegap-cli;
+license=('Apache')
+depends=('semver' 'cordova')
+makedepends=('npm' 'python')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('072b05307843eb42dfbf1a7c58f0a9dd43eb29ef5ef718e99771e741b78dd10c19d0d5704892b1fd4c1068a09ab8a1f1a7680241283cf31afa1e573aca75dea2')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  # Delete npm installed pyc files
+  find "$pkgdir" -name "*.pyc" -delete
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver cordova; do
+rm -r $dep;
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: phonegap.install
===
--- phonegap.install2020-03-18 18:51:23 UTC (rev 600642)
+++ phonegap.install2020-03-18 18:51:43 UTC (rev 600643)
@@ -1,9 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-  chmod -R g-w,o-w /usr/lib/node_modules/phonegap
-}
-
-post_upgrade() {
-  post_install
-}

Copied: phonegap/repos/community-x86_64/phonegap.install (from rev 600642, 
phonegap/trunk/phonegap.install)
===
--- phonegap.install(rev 0)
+++ phonegap.install2020-03-18 18:51:43 UTC (rev 600643)
@@ -0,0 +1,9 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+  chmod -R g-w,o-w /usr/lib/node_modules/phonegap
+}
+
+post_upgrade() {
+  post_install
+}


[arch-commits] Commit in fcitx5-chinese-addons/repos/community-x86_64 (2 files)

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 18:52:04
  Author: felixonmars
Revision: 600645

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD
(from rev 600644, fcitx5-chinese-addons/trunk/PKGBUILD)
Deleted:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 18:51:47 UTC (rev 600644)
+++ PKGBUILD2020-03-18 18:52:04 UTC (rev 600645)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20200314
-_commit=418a53774681fc34c681f3fb9b8c224d35181869
-_pytablever=20121124
-pkgrel=1
-pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chinese-addons;
-license=('GPL')
-depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webengine')
-makedepends=('boost' 'extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
-https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
-https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
-noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('7d7c058231e6c0c5b31b9909f2eef16bac7a2491c9d95eb4ec0cde253d0eb302565d4b430becbb02d7904d5d543da86237857314326527289be923b2da6668f8'
-
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
-
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
-
-prepare() {
-  cd $pkgname-$_commit/modules/pinyinhelper
-  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
-  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
-}
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD (from rev 600644, 
fcitx5-chinese-addons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 18:52:04 UTC (rev 600645)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20200318
+_commit=5e0f91d1a49ecffb9d096d0d8e2424aca1e5a0a3
+_pytablever=20121124
+pkgrel=1
+pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chinese-addons;
+license=('GPL')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webengine')
+makedepends=('boost' 'extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
+https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('8100a32442a6e67115e1e389b68040ffcca954e07a01763e6c5c65994230101e89c1885bfea933b5616fe885c41ca5d8915e5d5b646dea93c6836ec7846d617b'
+
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
+
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
+
+prepare() {
+  cd $pkgname-$_commit/modules/pinyinhelper
+  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
+  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
+}
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 18:45:49
  Author: felixonmars
Revision: 600641

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ipynb/repos/community-staging-x86_64/PKGBUILD (from rev 600640, 
haskell-ipynb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 18:45:49 UTC (rev 600641)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ipynb
+pkgname=haskell-ipynb
+pkgver=0.1
+pkgrel=157
+pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
+url="https://github.com/jgm/ipynb;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base64-bytestring' 
'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-aeson-diff' 'haskell-microlens' 
'haskell-microlens-aeson'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('8717dac6496905afc5e8735abc3b3a4a90b171253b035efa0751a6311b901caad563fdfeaa455987c1307d0532273ab80be37256562143db575f13c326843bf4')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 18:45:32
  Author: felixonmars
Revision: 600640

upgpkg: haskell-ipynb 0.1-157: rebuild with ghc-lib-parser-ex 8.8.5.7

Modified:
  haskell-ipynb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 18:44:48 UTC (rev 600639)
+++ PKGBUILD2020-03-18 18:45:32 UTC (rev 600640)
@@ -3,7 +3,7 @@
 _hkgname=ipynb
 pkgname=haskell-ipynb
 pkgver=0.1
-pkgrel=156
+pkgrel=157
 pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
 url="https://github.com/jgm/ipynb;
 license=('BSD')


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 18:44:48
  Author: felixonmars
Revision: 600639

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-aeson-diff/repos/community-staging-x86_64/
  haskell-aeson-diff/repos/community-staging-x86_64/PKGBUILD
(from rev 600638, haskell-aeson-diff/trunk/PKGBUILD)

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

Copied: haskell-aeson-diff/repos/community-staging-x86_64/PKGBUILD (from rev 
600638, haskell-aeson-diff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-18 18:44:48 UTC (rev 600639)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=aeson-diff
+pkgname=haskell-aeson-diff
+pkgver=1.1.0.8
+pkgrel=75
+pkgdesc="Extract and apply patches to JSON documents"
+url="https://github.com/thsutton/aeson-diff;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-edit-distance-vector' 
'haskell-hashable'
+ 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-optparse-applicative')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'hlint')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5a5f703dec592c0cfd825eb1899006350649c52bf810ff1aaaf4134ebfbc11f5fbe9e7f158a8c3a21dbef4902b1f9e94148bc116e27418b2b786f6d31c7561fb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-18 Thread Felix Yan via arch-commits
Date: Wednesday, March 18, 2020 @ 18:44:32
  Author: felixonmars
Revision: 600638

upgpkg: haskell-aeson-diff 1.1.0.8-75: rebuild with ghc-lib-parser-ex 8.8.5.7

Modified:
  haskell-aeson-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 18:43:59 UTC (rev 600637)
+++ PKGBUILD2020-03-18 18:44:32 UTC (rev 600638)
@@ -3,7 +3,7 @@
 _hkgname=aeson-diff
 pkgname=haskell-aeson-diff
 pkgver=1.1.0.8
-pkgrel=74
+pkgrel=75
 pkgdesc="Extract and apply patches to JSON documents"
 url="https://github.com/thsutton/aeson-diff;
 license=('BSD')


  1   2   3   4   >