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

2019-07-21 Thread Maxime Gauduin via arch-commits
Date: Monday, July 22, 2019 @ 06:23:26
  Author: alucryd
Revision: 492543

upgpkg: hypercorn 0.7.1-1

Modified:
  hypercorn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-22 06:21:08 UTC (rev 492542)
+++ PKGBUILD2019-07-22 06:23:26 UTC (rev 492543)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=hypercorn
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
 url=https://gitlab.com/pgjones/hypercorn
@@ -31,7 +31,7 @@
   'python-trio: trio support'
 )
 source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
-sha256sums=(SKIP)
+sha256sums=('SKIP')
 
 build() {
   cd hypercorn


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

2019-07-21 Thread Maxime Gauduin via arch-commits
Date: Monday, July 22, 2019 @ 06:23:31
  Author: alucryd
Revision: 492544

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 492543, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-22 06:23:26 UTC (rev 492543)
+++ PKGBUILD2019-07-22 06:23:31 UTC (rev 492544)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py37
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 492543, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-22 06:23:31 UTC (rev 492544)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py37
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


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

2019-07-21 Thread Maxime Gauduin via arch-commits
Date: Monday, July 22, 2019 @ 06:21:08
  Author: alucryd
Revision: 492542

archrelease: copy trunk to community-any

Added:
  home-assistant/repos/community-any/PKGBUILD
(from rev 492541, home-assistant/trunk/PKGBUILD)
  home-assistant/repos/community-any/home-assistant.service
(from rev 492541, home-assistant/trunk/home-assistant.service)
  home-assistant/repos/community-any/home-assistant.sysusers
(from rev 492541, home-assistant/trunk/home-assistant.sysusers)
  home-assistant/repos/community-any/home-assistant.tmpfiles
(from rev 492541, home-assistant/trunk/home-assistant.tmpfiles)
Deleted:
  home-assistant/repos/community-any/PKGBUILD
  home-assistant/repos/community-any/home-assistant.service
  home-assistant/repos/community-any/home-assistant.sysusers
  home-assistant/repos/community-any/home-assistant.tmpfiles

-+
 PKGBUILD|  154 +++---
 home-assistant.service  |   28 
 home-assistant.sysusers |2 
 home-assistant.tmpfiles |2 
 4 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-22 06:21:00 UTC (rev 492541)
+++ PKGBUILD2019-07-22 06:21:08 UTC (rev 492542)
@@ -1,77 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ethan Skinner 
-# Contributor: Grégoire Seux 
-# Contributor: Dean Galvin 
-# Contributor: NicoHood 
-
-pkgname=home-assistant
-pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.96.2
-pkgrel=1
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
-  python-aiohttp
-  python-astral
-  python-async-timeout
-  python-attrs
-  python-bcrypt
-  python-certifi
-  python-cryptography
-  python-importlib-metadata
-  python-jinja
-  python-pyjwt
-  python-pip
-  python-pytz
-  python-requests
-  python-ruamel-yaml
-  python-slugify
-  python-voluptuous
-  python-voluptuous-serialize
-  python-yaml
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'net-tools: Nmap host discovery'
-  'openzwave: Z-Wave integration'
-  'python-lxml: Meteo France integration'
-)
-source=(
-  git+https://github.com/home-assistant/home-assistant.git#tag=${pkgver}
-  home-assistant.service
-  home-assistant.sysusers
-  home-assistant.tmpfiles
-)
-sha512sums=('SKIP'
-
'fe96bd3df3ba666fd9f127c466d1dd1dd7314db2e57826a2b319c8a0bfad7aedeac398e748f93c6ecd9c2247ebbae196b8b0e7263b8681e2b7aeab6a8bfeab80'
-
'100665ac35370c3ccec65d73521568de21cebf9e46af364124778861c94e338e32ad9abb675d3917f97d351dd7867e3ab2e80c26616330ae7cf0d9dc3f13369b'
-
'3e93118c84954f829767dc71ce534c5d02c1c95fc8748714c7a2df28a3a297f59962f8fb7cddf721987eb97d62feabb25acda5d38209e365646ca4a4ef4356e3')
-
-prepare() {
-  cd home-assistant
-
-  # lift hard dep constraints, we'll deal with breaking changes ourselves
-  sed 's/==/>=/g' -i setup.py
-}
-
-build() {
-  cd home-assistant
-
-  python setup.py build
-}
-
-package() {
-  cd home-assistant
-
-  python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
-
-  install -Dm 644 ../home-assistant.service -t 
"${pkgdir}"/usr/lib/systemd/system/
-  install -Dm 644 ../home-assistant.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/home-assistant.conf
-  install -Dm 644 ../home-assistant.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/home-assistant.conf
-}
-
-# vim: ts=2 sw=2 et:

Copied: home-assistant/repos/community-any/PKGBUILD (from rev 492541, 
home-assistant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-22 06:21:08 UTC (rev 492542)
@@ -0,0 +1,77 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ethan Skinner 
+# Contributor: Grégoire Seux 
+# Contributor: Dean Galvin 
+# Contributor: NicoHood 
+
+pkgname=home-assistant
+pkgdesc='Open source home automation that puts local control and privacy first'
+pkgver=0.96.3
+pkgrel=1
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+  python-aiohttp
+  python-astral
+  python-async-timeout
+  python-attrs
+  python-bcrypt
+  python-certifi
+  python-cryptography
+  python-importlib-metadata
+  python-jinja
+  python-pyjwt
+  python-pip
+  python-pytz
+  python-requests
+  python-ruamel-yaml
+  python-slugify
+  python-voluptuous
+  python-voluptuous-serialize
+  python-yaml
+)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=(
+  'net-tools: Nmap host discovery'
+  'openzwave: Z-Wave integration'
+  'python-lxml: Meteo France integration'
+)
+source=(
+  git+https://github.com/home-assistant/home-assistant.git#tag=${pkgver}
+  home-assistant.service
+  home-assistant.sysusers
+  home-assistant.tmpfiles
+)
+sha512sums=('SKIP'
+
'fe96bd3df3ba666fd9f127c466d1dd1dd7314db2e57826a2b319c8a0bfad7aedeac398e748f93c6ecd9c2247ebbae196b8b0e7263b8681e2b7aeab6a8bfeab80'
+
'10066

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

2019-07-21 Thread Maxime Gauduin via arch-commits
Date: Monday, July 22, 2019 @ 06:21:00
  Author: alucryd
Revision: 492541

upgpkg: home-assistant 0.96.3-1

Modified:
  home-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-22 06:01:53 UTC (rev 492540)
+++ PKGBUILD2019-07-22 06:21:00 UTC (rev 492541)
@@ -6,7 +6,7 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.96.2
+pkgver=0.96.3
 pkgrel=1
 arch=(any)
 url=https://home-assistant.io/


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

2019-07-21 Thread Jiachen Yang via arch-commits
Date: Monday, July 22, 2019 @ 06:01:53
  Author: farseerfc
Revision: 492540

archrelease: copy trunk to community-any

Added:
  fira-code/repos/community-any/PKGBUILD
(from rev 492539, fira-code/trunk/PKGBUILD)
Deleted:
  fira-code/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-22 06:01:15 UTC (rev 492539)
+++ PKGBUILD2019-07-22 06:01:53 UTC (rev 492540)
@@ -1,43 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Contributor: Henrik Hodne 
-# Contributor: Ariel AxionL 
-# AUR Maintainer: Stefan Husmann 
-
-pkgbase=fira-code
-pkgname=('ttf-fira-code' 'otf-fira-code')
-pkgver=1.206
-pkgrel=1
-pkgdesc="Monospaced font with programming ligatures"
-arch=('any')
-url='https://github.com/tonsky/FiraCode'
-license=('custom:OFL')
-depends=()
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tonsky/FiraCode/archive/${pkgver}.tar.gz";)
-sha512sums=('022216fb3b7c553cd0608a51e8e5a2903375a15d3600a694dad68666897a5ed33d7ad6819db55e0ce4b7c58ac1dd3c33d2e05aded62ebf38365ffee8fb7f8ee0')
-
-function _package {
-local dir="$srcdir/FiraCode-$pkgver"
-cd "$dir/distr"
-local ext="${1%%-*}"
-cd "$ext"
-local fonts=(FiraCode*."$ext")
-local installdir="${ext^^}"
-
-# Prepare destination directory
-install -dm755 "$pkgdir/usr/share/fonts/$installdir"
-
-# Install fonts
-local font
-for font in "${fonts[@]}"; do
-install -m644 "$font" "$pkgdir/usr/share/fonts/$installdir"
-done
-
-# Install LICENSE
-install -Dm644 "$dir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-for _pkgname in ${pkgname[@]}; do
-eval "function package_$_pkgname() { _package $_pkgname; }"
-done
-
-# vim:set ts=8 sw=4 et:

Copied: fira-code/repos/community-any/PKGBUILD (from rev 492539, 
fira-code/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-22 06:01:53 UTC (rev 492540)
@@ -0,0 +1,43 @@
+# Maintainer: Jiachen YANG 
+# Contributor: Henrik Hodne 
+# Contributor: Ariel AxionL 
+# AUR Maintainer: Stefan Husmann 
+
+pkgbase=fira-code
+pkgname=('ttf-fira-code' 'otf-fira-code')
+pkgver=1.207
+pkgrel=1
+pkgdesc="Monospaced font with programming ligatures"
+arch=('any')
+url='https://github.com/tonsky/FiraCode'
+license=('custom:OFL')
+depends=()
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tonsky/FiraCode/archive/${pkgver}.tar.gz";)
+sha512sums=('b0c555489f196c958a2abda4108fea10f13d2e62a94f26eebdc894e31ba5a34591e2a0214c4a8fb93fdb423b3e40c2e11045774a462c37faae24db1c85e4ce0e')
+
+function _package {
+local dir="$srcdir/FiraCode-$pkgver"
+cd "$dir/distr"
+local ext="${1%%-*}"
+cd "$ext"
+local fonts=(FiraCode*."$ext")
+local installdir="${ext^^}"
+
+# Prepare destination directory
+install -dm755 "$pkgdir/usr/share/fonts/$installdir"
+
+# Install fonts
+local font
+for font in "${fonts[@]}"; do
+install -m644 "$font" "$pkgdir/usr/share/fonts/$installdir"
+done
+
+# Install LICENSE
+install -Dm644 "$dir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+for _pkgname in ${pkgname[@]}; do
+eval "function package_$_pkgname() { _package $_pkgname; }"
+done
+
+# vim:set ts=8 sw=4 et:


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

2019-07-21 Thread Jiachen Yang via arch-commits
Date: Monday, July 22, 2019 @ 06:01:15
  Author: farseerfc
Revision: 492539

upgpkg: fira-code 1.207-1

fira-code 1.207

Modified:
  fira-code/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-22 02:53:30 UTC (rev 492538)
+++ PKGBUILD2019-07-22 06:01:15 UTC (rev 492539)
@@ -5,7 +5,7 @@
 
 pkgbase=fira-code
 pkgname=('ttf-fira-code' 'otf-fira-code')
-pkgver=1.206
+pkgver=1.207
 pkgrel=1
 pkgdesc="Monospaced font with programming ligatures"
 arch=('any')
@@ -13,7 +13,7 @@
 license=('custom:OFL')
 depends=()
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tonsky/FiraCode/archive/${pkgver}.tar.gz";)
-sha512sums=('022216fb3b7c553cd0608a51e8e5a2903375a15d3600a694dad68666897a5ed33d7ad6819db55e0ce4b7c58ac1dd3c33d2e05aded62ebf38365ffee8fb7f8ee0')
+sha512sums=('b0c555489f196c958a2abda4108fea10f13d2e62a94f26eebdc894e31ba5a34591e2a0214c4a8fb93fdb423b3e40c2e11045774a462c37faae24db1c85e4ce0e')
 
 function _package {
 local dir="$srcdir/FiraCode-$pkgver"


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

2019-07-21 Thread Felix Yan via arch-commits
Date: Monday, July 22, 2019 @ 02:53:19
  Author: felixonmars
Revision: 492537

archrelease: copy trunk to community-x86_64

Added:
  hindent/repos/community-x86_64/PKGBUILD
(from rev 492536, hindent/trunk/PKGBUILD)
Deleted:
  hindent/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-22 02:53:10 UTC (rev 492536)
+++ PKGBUILD2019-07-22 02:53:19 UTC (rev 492537)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hindent
-pkgver=5.3.0
-pkgrel=16
-pkgdesc="Extensible Haskell pretty printer"
-url="https://github.com/commercialhaskell/hindent";
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-exceptions' 'haskell-monad-loops' 
'haskell-optparse-applicative'
- 'haskell-path' 'haskell-path-io' 'haskell-src-exts' 
'haskell-unix-compat'
- 'haskell-utf8-string' 'haskell-yaml')
-makedepends=('ghc' 'haskell-diff' 'haskell-hspec')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
-https://github.com/chrisdone/hindent/pull/537.patch)
-sha512sums=('45abd31a0309ab0d85b30b4adb1088611a432b2236b2edb0dcc16045377fba82206cdf80b562a15e83b62d5b0fd392a4d811b435a2fad09d871278542e4aed1c'
-
'f11d905ec785aa3a4fe6ded720a665677d78a623608bde594bb0df0813503eb688a6c7b3012aea307dedbb5ccfd634048ac5d2214d11227d7523c5900371a2b8')
-
-prepare() {
-cd $pkgname-$pkgver
-patch -p1 -i ../537.patch
-}
-
-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
-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}"
-install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
-}

Copied: hindent/repos/community-x86_64/PKGBUILD (from rev 492536, 
hindent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-22 02:53:19 UTC (rev 492537)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=5.3.1
+pkgrel=1
+pkgdesc="Extensible Haskell pretty printer"
+url="https://github.com/commercialhaskell/hindent";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-monad-loops' 
'haskell-optparse-applicative'
+ 'haskell-path' 'haskell-path-io' 'haskell-src-exts' 
'haskell-unix-compat'
+ 'haskell-utf8-string' 'haskell-yaml')
+makedepends=('ghc' 'haskell-diff' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('fee2298ddd59cfb1fac008dca9d6b761cecdecc4eabd7752994e6c9917b19e042100c93e440a64027ee8c8962de899605f93503f2c721e87a18a6c957892fab8')
+
+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
+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}"
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2019-07-21 Thread Felix Yan via arch-commits
Date: Monday, July 22, 2019 @ 02:53:30
  Author: felixonmars
Revision: 492538

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-22 02:53:19 UTC (rev 492537)
+++ PKGBUILD2019-07-22 02:53:30 UTC (rev 492538)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-xpybutil
-pkgver=0.0.5
-pkgrel=3
-pkgdesc="An incomplete xcb-util port plus some extras"
-arch=('any')
-url="https://github.com/BurntSushi/xpybutil";
-license=('custom:WTFPL')
-depends=('python-xcffib')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/xpybutil/archive/$pkgver.tar.gz";)
-sha512sums=('fdae21af40737715722e0650f436329358c475a6d2fee5b260b0655f71234e8c9639516927e78836ed54651780a6998593535680bda6e7feef38295f6f4a0442')
-
-build() {
-  cd xpybutil-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd xpybutil-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm664 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-  mv "$pkgdir/usr/share/doc/"{,python-}xpybutil
-}

Copied: python-xpybutil/repos/community-any/PKGBUILD (from rev 492537, 
python-xpybutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-22 02:53:30 UTC (rev 492538)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-xpybutil
+pkgver=0.0.6
+pkgrel=1
+pkgdesc="An incomplete xcb-util port plus some extras"
+arch=('any')
+url="https://github.com/BurntSushi/xpybutil";
+license=('custom:WTFPL')
+depends=('python-xcffib')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/xpybutil/archive/$pkgver.tar.gz";)
+sha512sums=('494b1181e280613ce9f1d0ca1322a21048eacc534ec242809050f9720d429d4d490029c755d6f181e9f95a0e2f318963d794a55f81601f5ebe975618a4e9fd82')
+
+build() {
+  cd xpybutil-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd xpybutil-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm664 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+  mv "$pkgdir/usr/share/doc/"{,python-}xpybutil
+}


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

2019-07-21 Thread Felix Yan via arch-commits
Date: Monday, July 22, 2019 @ 02:53:10
  Author: felixonmars
Revision: 492536

upgpkg: hindent 5.3.1-1

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-22 02:52:31 UTC (rev 492535)
+++ PKGBUILD2019-07-22 02:53:10 UTC (rev 492536)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hindent
-pkgver=5.3.0
-pkgrel=16
+pkgver=5.3.1
+pkgrel=1
 pkgdesc="Extensible Haskell pretty printer"
 url="https://github.com/commercialhaskell/hindent";
 license=("BSD")
@@ -12,16 +12,9 @@
  'haskell-path' 'haskell-path-io' 'haskell-src-exts' 
'haskell-unix-compat'
  'haskell-utf8-string' 'haskell-yaml')
 makedepends=('ghc' 'haskell-diff' 'haskell-hspec')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
-https://github.com/chrisdone/hindent/pull/537.patch)
-sha512sums=('45abd31a0309ab0d85b30b4adb1088611a432b2236b2edb0dcc16045377fba82206cdf80b562a15e83b62d5b0fd392a4d811b435a2fad09d871278542e4aed1c'
-
'f11d905ec785aa3a4fe6ded720a665677d78a623608bde594bb0df0813503eb688a6c7b3012aea307dedbb5ccfd634048ac5d2214d11227d7523c5900371a2b8')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('fee2298ddd59cfb1fac008dca9d6b761cecdecc4eabd7752994e6c9917b19e042100c93e440a64027ee8c8962de899605f93503f2c721e87a18a6c957892fab8')
 
-prepare() {
-cd $pkgname-$pkgver
-patch -p1 -i ../537.patch
-}
-
 build() {
 cd $pkgname-$pkgver
 


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

2019-07-21 Thread Felix Yan via arch-commits
Date: Monday, July 22, 2019 @ 02:52:31
  Author: felixonmars
Revision: 492535

upgpkg: python-xpybutil 0.0.6-1

Modified:
  python-xpybutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-22 02:33:14 UTC (rev 492534)
+++ PKGBUILD2019-07-22 02:52:31 UTC (rev 492535)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-xpybutil
-pkgver=0.0.5
-pkgrel=3
+pkgver=0.0.6
+pkgrel=1
 pkgdesc="An incomplete xcb-util port plus some extras"
 arch=('any')
 url="https://github.com/BurntSushi/xpybutil";
@@ -10,7 +10,7 @@
 depends=('python-xcffib')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/xpybutil/archive/$pkgver.tar.gz";)
-sha512sums=('fdae21af40737715722e0650f436329358c475a6d2fee5b260b0655f71234e8c9639516927e78836ed54651780a6998593535680bda6e7feef38295f6f4a0442')
+sha512sums=('494b1181e280613ce9f1d0ca1322a21048eacc534ec242809050f9720d429d4d490029c755d6f181e9f95a0e2f318963d794a55f81601f5ebe975618a4e9fd82')
 
 build() {
   cd xpybutil-$pkgver


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

2019-07-21 Thread Eli Schwartz via arch-commits
Date: Sunday, July 21, 2019 @ 21:38:55
  Author: eschwartz
Revision: 492532

archrelease: copy trunk to community-x86_64

Added:
  hub/repos/community-x86_64/PKGBUILD
(from rev 492531, hub/trunk/PKGBUILD)
Deleted:
  hub/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-21 21:38:41 UTC (rev 492531)
+++ PKGBUILD2019-07-21 21:38:55 UTC (rev 492532)
@@ -1,44 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-pkgver=2.12.2
-pkgrel=1
-
-pkgdesc="cli interface for Github"
-url="https://hub.github.com";
-arch=('x86_64')
-license=('MIT')
-
-depends=('git')
-makedepends=('go-pie')
-
-source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz";)
-sha256sums=('3db0719e41731c57b8765b7f486aa91cee57bb7d39d5553d480d87a4ac6c2ee6')
-b2sums=('2ed5456935dd746d6641b138cd35f66bde6080d9cf91f11f644a59df5ce2ca09eea53819cf052298c0b35afcae9809f361d474b66a0db8b81fa8250a02de')
-
-build() {
-  cd "$srcdir"/hub-$pkgver
-
-  make
-  make man-pages
-}
-
-check() {
-  cd "$srcdir"/hub-$pkgver
-
-  make test
-}
-
-package() {
-  cd "$srcdir"/hub-$pkgver
-
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 etc/hub.bash_completion.sh 
"$pkgdir"/usr/share/bash-completion/completions/hub
-  install -Dm644 etc/hub.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_hub
-  install -Dm644 etc/hub.fish_completion 
"$pkgdir"/usr/share/fish/vendor_completions.d/hub.fish
-}

Copied: hub/repos/community-x86_64/PKGBUILD (from rev 492531, 
hub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-21 21:38:55 UTC (rev 492532)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Alfredo Palhares 
+
+pkgname=hub
+pkgver=2.12.3
+pkgrel=1
+
+pkgdesc="cli interface for Github"
+url="https://hub.github.com";
+arch=('x86_64')
+license=('MIT')
+
+depends=('git')
+makedepends=('go-pie')
+
+source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz";)
+sha256sums=('197242fea670353688c541d2e4584b449f18c354a01d89bf1667ea33c0071ddc')
+b2sums=('16e857fbd62fa79ba10a61f214a2c2fa0d08b71330e522d617209699318d501681049eaf05bfff3d2a143f20226fe240f76733be3296b305ae8ff8a2256a7187')
+
+build() {
+  cd "$srcdir"/hub-$pkgver
+
+  make
+  make man-pages
+}
+
+check() {
+  cd "$srcdir"/hub-$pkgver
+
+  make test
+}
+
+package() {
+  cd "$srcdir"/hub-$pkgver
+
+  make PREFIX="$pkgdir"/usr install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 etc/hub.bash_completion.sh 
"$pkgdir"/usr/share/bash-completion/completions/hub
+  install -Dm644 etc/hub.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_hub
+  install -Dm644 etc/hub.fish_completion 
"$pkgdir"/usr/share/fish/vendor_completions.d/hub.fish
+}


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

2019-07-21 Thread Eli Schwartz via arch-commits
Date: Sunday, July 21, 2019 @ 21:38:41
  Author: eschwartz
Revision: 492531

upgpkg: hub 2.12.3-1

upstream release

Modified:
  hub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 20:59:25 UTC (rev 492530)
+++ PKGBUILD2019-07-21 21:38:41 UTC (rev 492531)
@@ -4,7 +4,7 @@
 # Contributor: Alfredo Palhares 
 
 pkgname=hub
-pkgver=2.12.2
+pkgver=2.12.3
 pkgrel=1
 
 pkgdesc="cli interface for Github"
@@ -16,8 +16,8 @@
 makedepends=('go-pie')
 
 
source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz";)
-sha256sums=('3db0719e41731c57b8765b7f486aa91cee57bb7d39d5553d480d87a4ac6c2ee6')
-b2sums=('2ed5456935dd746d6641b138cd35f66bde6080d9cf91f11f644a59df5ce2ca09eea53819cf052298c0b35afcae9809f361d474b66a0db8b81fa8250a02de')
+sha256sums=('197242fea670353688c541d2e4584b449f18c354a01d89bf1667ea33c0071ddc')
+b2sums=('16e857fbd62fa79ba10a61f214a2c2fa0d08b71330e522d617209699318d501681049eaf05bfff3d2a143f20226fe240f76733be3296b305ae8ff8a2256a7187')
 
 build() {
   cd "$srcdir"/hub-$pkgver


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:58:22
  Author: heftig
Revision: 492517

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-anything-arch/repos/community-staging-x86_64/
  deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 492510, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
492510, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-21 20:58:22 UTC (rev 492517)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=0.1.0
+_extramodules=extramodules-ARCH
+pkgrel=16
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything";
+license=('GPL3')
+depends=('linux')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz";)
+sha512sums=('892828f7c52bb267993507890329e3f3b03550dd5a575a61a70995ce5d9f8cd27f1f1e5b21d4a1ec213ffc430d5236102a9e49b98a0fc0bf2f9042e719d9bfde')
+
+build() {
+  cd deepin-anything-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make -C kernelmod kdir=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd deepin-anything-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 kernelmod/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:58:25
  Author: heftig
Revision: 492520

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 492518, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 492519, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   61 
 dkms.conf |9 
 2 files changed, 70 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 492518, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-21 20:58:25 UTC (rev 492520)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=232
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 492519, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-07-21 20:58:25 UTC (rev 492520)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:58:25
  Author: heftig
Revision: 358478

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 358477, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/fs62142.patch
(from rev 358477, nvidia/trunk/fs62142.patch)

---+
 PKGBUILD  |   85 
 fs62142.patch |   13 
 2 files changed, 98 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 358477, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-07-21 20:58:25 UTC (rev 358478)
@@ -0,0 +1,85 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=430.34
+_extramodules=extramodules-ARCH
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";
+fs62142.patch)
+sha512sums=('a1548dce6e092e61fdc3e54bba7568087ec61b179bbd4572377a21cf7552e73c04a85da819f33f3f0c4f4ca0f49ef11400aef3f1d8dedf2aaf4a7f67097f871e'
+
'df949debf9fed92b3c58322c02685fb344bbfff2920557e7d55ed3f70559f48cd6199bc85e2af170b7e56797f3e9881a53eab8c411f21e75f5abec26eaa47752')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Fix https://bugs.archlinux.org/task/62142
+patch -Np1 -i ../fs62142.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia=$pkgver")
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/fs62142.patch (from rev 358477, 
nvidia/trunk/fs62142.patch)
===
--- staging-x86_64/fs62142.patch(rev 0)
+++ staging-x86_64/fs62142.patch2019-07-21 20:58:25 UTC (rev 358478)
@@ -0,0 +1,13 @@
+diff --git a/kernel/nvidia/nv-dma.c b/kernel/nvidia/nv-dma.c
+index 73cdeed..e691014 100644
+--- a/kernel/nvidia/nv-dma.c
 b/kernel/nvidia/nv-dma.c
+@@ -606,7 +606,7 @@ static NvBool nv_dma_is_map_resource_implemented
+ #if defined(NV_DMA_MAP_RESOURCE_PRESENT)
+ const struct dma_map_ops *ops = get_dma_ops(&nvl->dev->dev);
+ 
+-return (ops->map_resource != NULL);
++return (ops && ops->map_resource);
+ #else
+ return NV_FALSE;
+ #endif


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:57:40
  Author: heftig
Revision: 492505

8.047.02-3: kernel 5.2.2.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 20:57:39 UTC (rev 492504)
+++ PKGBUILD2019-07-21 20:57:40 UTC (rev 492505)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.047.02
-pkgrel=2
+pkgrel=3
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:58:21
  Author: heftig
Revision: 492513

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 492510, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 492510, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-21 20:58:21 UTC (rev 492513)
@@ -0,0 +1,52 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.0.10
+pkgrel=2
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+ 'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -D -m0644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in vhba-module/repos (4 files)

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:58:21
  Author: heftig
Revision: 492514

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 492510, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 492511, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 492511, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   52 
 dkms.conf |9 +
 3 files changed, 62 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
492510, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2019-07-21 20:58:21 UTC (rev 
492514)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 492511, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-21 20:58:21 UTC (rev 492514)
@@ -0,0 +1,52 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20190410
+pkgrel=29
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/";
+arch=(x86_64)
+license=(GPL)
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
+60-vhba.rules dkms.conf)
+sha256sums=('0c18954a8c2c7e208b20afdf785501b23be9382345e6577eba5d653002862394'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 492511, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-07-21 20:58:21 UTC (rev 492514)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:57:51
  Author: heftig
Revision: 492510

0.1.0-16: kernel 5.2.2.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 20:57:50 UTC (rev 492509)
+++ PKGBUILD2019-07-21 20:57:51 UTC (rev 492510)
@@ -3,7 +3,7 @@
 pkgname=deepin-anything-arch
 pkgver=0.1.0
 _extramodules=extramodules-ARCH
-pkgrel=15
+pkgrel=16
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything";


[arch-commits] Commit in nvidia-390xx/trunk (PKGBUILD)

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:57:45
  Author: heftig
Revision: 358476

390.116-38: kernel 5.2.2.arch1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 19:48:10 UTC (rev 358475)
+++ PKGBUILD2019-07-21 20:57:45 UTC (rev 358476)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.116
 _extramodules=extramodules-ARCH
-pkgrel=37
+pkgrel=38
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/";


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:57:47
  Author: heftig
Revision: 358477

430.34-2: kernel 5.2.2.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 20:57:45 UTC (rev 358476)
+++ PKGBUILD2019-07-21 20:57:47 UTC (rev 358477)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=430.34
 _extramodules=extramodules-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/";


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:58:20
  Author: heftig
Revision: 492512

archrelease: copy trunk to community-staging-x86_64

Added:
  wireguard-arch/repos/community-staging-x86_64/
  wireguard-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 492510, wireguard-arch/trunk/PKGBUILD)

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

Copied: wireguard-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
492510, wireguard-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-21 20:58:20 UTC (rev 492512)
@@ -0,0 +1,27 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-arch
+pkgver=0.0.20190702
+pkgrel=5
+pkgdesc='Wireguard module for Arch Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers' "wireguard-dkms>=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+_extramodules='extramodules-ARCH'
+
+package() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd "/var/lib/dkms/wireguard/${pkgver}/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set sw=2 et:


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:57:41
  Author: heftig
Revision: 492506

20190410-29: kernel 5.2.2.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 20:57:40 UTC (rev 492505)
+++ PKGBUILD2019-07-21 20:57:41 UTC (rev 492506)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20190410
-pkgrel=28
+pkgrel=29
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/";
 arch=(x86_64)


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:58:23
  Author: heftig
Revision: 492519

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 492514, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 492514, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-21 20:58:23 UTC (rev 492519)
@@ -0,0 +1,37 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.047.02
+pkgrel=3
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('29a67eedf1d84a3eae60aeb8bbd843b1e65e104a45a3e2932bd015aab4ebd1eb')
+
+build() {
+   KERNEL_VERSION=$(

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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:57:43
  Author: heftig
Revision: 492507

1.1.0-232: kernel 5.2.2.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 20:57:41 UTC (rev 492506)
+++ PKGBUILD2019-07-21 20:57:43 UTC (rev 492507)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=231
+pkgrel=232
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:58:22
  Author: heftig
Revision: 492515

archrelease: copy trunk to community-staging-x86_64

Added:
  broadcom-wl/repos/community-staging-x86_64/
  broadcom-wl/repos/community-staging-x86_64/PKGBUILD
(from rev 492510, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 492510, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-21 20:58:22 UTC (rev 492515)
@@ -0,0 +1,38 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=119
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+_extramodules="/usr/lib/modules/extramodules${_kernelname:--ARCH}"
+
+build() {
+_kernver="$(<${_extramodules}/version)"
+
+dkms build --dkmstree "${srcdir}" -m ${_module}/${pkgver} -k ${_kernver}
+}
+
+package() {
+_kernver="$(<${_extramodules}/version)"
+
+install -Dm644 -t "${pkgdir}${_extramodules}" \
+${_module}/${pkgver}/${_kernver}/${CARCH}/module/*
+
+_license="/usr/share/licenses/${_module}-dkms"
+if [[ -d ${_license} ]]; then
+install -Dm644 -t "${pkgdir}"/${_license/-dkms/${_kernelname}} 
${_license}/*
+fi
+_modprobe="/usr/lib/modprobe.d/${_module}-dkms.conf"
+if [[ -r ${_modprobe} ]]; then
+install -Dm644 ${_modprobe} 
"${pkgdir}"/${_modprobe/-dkms/${_kernelname}}
+fi
+}


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:58:22
  Author: heftig
Revision: 492516

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 492510, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 492510, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-21 20:58:22 UTC (rev 492516)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=238
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch";
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:57:48
  Author: heftig
Revision: 492508

1.61-49: kernel 5.2.2.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 20:57:43 UTC (rev 492507)
+++ PKGBUILD2019-07-21 20:57:48 UTC (rev 492508)
@@ -4,7 +4,7 @@
 pkgname=ndiswrapper-arch
 pkgver=1.61
 _extramodules=extramodules-ARCH
-pkgrel=48
+pkgrel=49
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/";


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:58:19
  Author: heftig
Revision: 492511

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 492510, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 492510, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-21 20:58:19 UTC (rev 492511)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=126
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers' 'git')
+_extradir=/usr/lib/modules/extramodules-ARCH
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:58:23
  Author: heftig
Revision: 492518

archrelease: copy trunk to community-staging-x86_64

Added:
  ndiswrapper-arch/repos/community-staging-x86_64/
  ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 492510, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch
(from rev 492511, ndiswrapper-arch/trunk/linux-4.11.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.13.patch
(from rev 492511, ndiswrapper-arch/trunk/linux-4.13.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.15.patch
(from rev 492511, ndiswrapper-arch/trunk/linux-4.15.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-5.0.patch
(from rev 492512, ndiswrapper-arch/trunk/linux-5.0.patch)

--+
 PKGBUILD |   43 +++
 linux-4.11.patch |   55 ++
 linux-4.13.patch |   27 +++
 linux-4.15.patch |  199 +
 linux-5.0.patch  |   25 ++
 5 files changed, 349 insertions(+)

Copied: ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
492510, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-21 20:58:23 UTC (rev 492518)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.61
+_extramodules=extramodules-ARCH
+pkgrel=49
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/";
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("ndiswrapper-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz";
+'linux-4.11.patch' 'linux-4.13.patch' 'linux-4.15.patch' 
'linux-5.0.patch')
+sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
+
'5350308406457658fb31c378d6f3dd2a34c7331aebe5bdc80744bf955f1144e88181441704ccc7532f55d6fbe8d410440fb8838c2955d688dde4b55f74fc6ba5'
+
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482'
+
'52bd3d2025ffb8a3f6a4a1a1fee1b87d3811f30a210a54aaa7b37838eb256cd766bc1aeda24e4b4f4829992584931ecd97a042794c9b854bd1ebbf452dce2abf'
+
'4918dcebd62ae577401469719f1a8866edd3dc97667aa3de287af1530aa68f50dc2508c883ecd2c9d1fe20f226ecd342b04b08f7a2cace0e531e5f49bbc12f2c')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.11.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.13.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.15.patch -d 
ndiswrapper
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-5.0.patch
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd ndiswrapper-$pkgver/ndiswrapper
+  make -C driver KVERS_UNAME="$_kernver"
+}
+
+package() {
+  cd ndiswrapper-$pkgver/ndiswrapper
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 driver/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}

Copied: ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch (from 
rev 492511, ndiswrapper-arch/trunk/linux-4.11.patch)
===
--- community-staging-x86_64/linux-4.11.patch   (rev 0)
+++ community-staging-x86_64/linux-4.11.patch   2019-07-21 20:58:23 UTC (rev 
492518)
@@ -0,0 +1,55 @@
+commit fa2aeeccd5366378ca2eb83c6daee64b511fe792
+Author: Felix Yan 
+Date:   Tue May 16 01:32:56 2017 +0800
+
+Add support for Linux 4.11+
+
+diff --git a/ndiswrapper/driver/ndis.c b/ndiswrapper/driver/ndis.c
+index c1913a05..2ab4dd21 100644
+--- a/ndiswrapper/driver/ndis.c
 b/ndiswrapper/driver/ndis.c
+@@ -2258,7 +2258,9 @@ wstdcall void NdisMIndicateReceivePacket(struct 
ndis_mp_block *nmb,
+   WARNING("empty packet ignored");
+   continue;
+   }
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+   wnd->net_dev->last_rx = jiffies;
++#endif
+   /* get total number of bytes in packet */
+   NdisGetFirstBufferFromPacketSafe(packet, &buffer, &virt,
+&length, &total_length,
+@@ -2346,7 +2348,9 @@ wstdcall void EthRxIndicateHandler(struct ndis_mp_block 
*nmb, void *rx_ctx,
+   ERROR("nmb is NULL");
+   EXIT3(return);
+   }
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+   wnd->net_dev->last_rx = jiffies;
++#endif
+ 
+   if (look_ahead_size

[arch-commits] Commit in nvidia-390xx/repos (5 files)

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:58:26
  Author: heftig
Revision: 358479

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-390xx/repos/staging-x86_64/
  nvidia-390xx/repos/staging-x86_64/PKGBUILD
(from rev 358477, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch
(from rev 358477, nvidia-390xx/trunk/kernel-4.16.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-5.1.patch
(from rev 358477, nvidia-390xx/trunk/kernel-5.1.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-5.2.patch
(from rev 358477, nvidia-390xx/trunk/kernel-5.2.patch)

---+
 PKGBUILD  |   92 
 kernel-4.16.patch |   33 +
 kernel-5.1.patch  |  130 
 kernel-5.2.patch  |   18 +++
 4 files changed, 273 insertions(+)

Copied: nvidia-390xx/repos/staging-x86_64/PKGBUILD (from rev 358477, 
nvidia-390xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-07-21 20:58:26 UTC (rev 358479)
@@ -0,0 +1,92 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.116
+_extramodules=extramodules-ARCH
+pkgrel=38
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";
+'kernel-4.16.patch' 'kernel-5.1.patch' 'kernel-5.2.patch')
+sha256sums=('de85a2eea39ca16e25645b345259b01fbe858b833286b7e6785afa273009ef6f'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385'
+'d92899d4f7a40e2c3cad92d067f2f53c3a18c49b34e62e707a93b125aa37640f'
+'9d94f30662d64400ee43bb7745544b72e1c6216a30ae2907a744c7ae0aa6e384')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+patch -Np1 -i ../kernel-5.1.patch
+patch -Np1 -i ../kernel-5.2.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-390xx() {
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+depends=('linux' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-390xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 390xx legacy branch"
+depends=('dkms' "nvidia-390xx-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-390xx=$pkgver")
+conflicts+=('nvidia-390xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 358477, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2019-07-21 20:58:26 UTC (rev 358479)
@@ -0,0 +

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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:57:50
  Author: heftig
Revision: 492509

0.0.20190702-5: kernel 5.2.2.arch1-1

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 20:57:48 UTC (rev 492508)
+++ PKGBUILD2019-07-21 20:57:50 UTC (rev 492509)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-arch
 pkgver=0.0.20190702
-pkgrel=4
+pkgrel=5
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:57:36
  Author: heftig
Revision: 492502

6.30.223.271-119: kernel 5.2.2.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 20:57:35 UTC (rev 492501)
+++ PKGBUILD2019-07-21 20:57:36 UTC (rev 492502)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=118
+pkgrel=119
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:57:35
  Author: heftig
Revision: 492501

0.43-126: kernel 5.2.2.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 20:50:59 UTC (rev 492500)
+++ PKGBUILD2019-07-21 20:57:35 UTC (rev 492501)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=125
+pkgrel=126
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:57:39
  Author: heftig
Revision: 492504

0.8-238: kernel 5.2.2.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 20:57:38 UTC (rev 492503)
+++ PKGBUILD2019-07-21 20:57:39 UTC (rev 492504)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=237
+pkgrel=238
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 20:57:38
  Author: heftig
Revision: 492503

6.0.10-2: kernel 5.2.2.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 20:57:36 UTC (rev 492502)
+++ PKGBUILD2019-07-21 20:57:38 UTC (rev 492503)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.0.10
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2019-07-21 Thread Eli Schwartz via arch-commits
Date: Sunday, July 21, 2019 @ 20:50:45
  Author: eschwartz
Revision: 492499

upgpkg: python-pytoml 0.1.21-1

upstream release
switch to PyPI tarballs

Modified:
  python-pytoml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 20:06:09 UTC (rev 492498)
+++ PKGBUILD2019-07-21 20:50:45 UTC (rev 492499)
@@ -6,8 +6,8 @@
 _pkgname=pytoml
 pkgbase=python-pytoml
 pkgname=('python-pytoml' 'python2-pytoml')
-pkgver=0.1.20
-_test_commit=b212790a6b7367489f389411bda009e5ff765f20
+pkgver=0.1.21
+_test_commit=bbfef3b9277eac47e5d6e9e507c99f0a40a61f8a
 pkgrel=1
 pkgdesc="A TOML-0.4.0 parser/writer for Python."
 arch=('any')
@@ -15,10 +15,12 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
-source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";
 "https://github.com/avakar/toml-test/archive/${_test_commit}.tar.gz";)
-sha512sums=('9b913219e65e2329302455a1457a39cf5eb37e04c03025dfdbb81db4ffe60b547fb7e64fc961608004900365ccfddb4225042105fa2db8bd2e393fa2797fc24f'
-
'94dc6ddadac2c75095b1a9ef7c4f68e38908bfadba53203b75c29c7aa8d3c387c1f05cf9915c2c63869f4290cdcef4b8768cb36dcd4031168b5af549bb54')
+sha512sums=('6e261e7f979b7beb835061a90d098036b968b9f2e5b4ef74302e7bf59b49651d92e32fb0488831c0bc1325f14a2512e0b7681e8e2bbf59804835179812203875'
+
'83264fdeb90c8dde3552631569a39252273910ec39cabb5a220c3ef47a40c5f2c4e506c1cbaf4e863cd6e80e38ef7e816df607d95389e66ed3406efff18b802b')
+b2sums=('9c07a9e7ba0121b03e1fada1961b5123bf66e89ae9ef129bd6bf0a313e71e7fbf29479cf7f1e7659bdc35e483b41e38ceefc3854f690eeaee4aebe704b6a6b3c'
+
'1b4b58467365d5afc9d397aae2939aed182764a177bd2fb66732d591f2ec6872205c74dd5c8162f00d0d008faef0bb8da661049cadb2d0fd1ba415708ee932ea')
 
 prepare() {
 cd "${srcdir}"/${_pkgname}-${pkgver}


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

2019-07-21 Thread Eli Schwartz via arch-commits
Date: Sunday, July 21, 2019 @ 20:50:59
  Author: eschwartz
Revision: 492500

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-21 20:50:45 UTC (rev 492499)
+++ PKGBUILD2019-07-21 20:50:59 UTC (rev 492500)
@@ -1,60 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Caleb Maclennan 
-# Contributor: Artem Vorotnikov 
-# Contributor: Andy Weidenbaum 
-
-_pkgname=pytoml
-pkgbase=python-pytoml
-pkgname=('python-pytoml' 'python2-pytoml')
-pkgver=0.1.20
-_test_commit=b212790a6b7367489f389411bda009e5ff765f20
-pkgrel=1
-pkgdesc="A TOML-0.4.0 parser/writer for Python."
-arch=('any')
-url="https://github.com/avakar/${_pkgname}";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-"https://github.com/avakar/toml-test/archive/${_test_commit}.tar.gz";)
-sha512sums=('9b913219e65e2329302455a1457a39cf5eb37e04c03025dfdbb81db4ffe60b547fb7e64fc961608004900365ccfddb4225042105fa2db8bd2e393fa2797fc24f'
-
'94dc6ddadac2c75095b1a9ef7c4f68e38908bfadba53203b75c29c7aa8d3c387c1f05cf9915c2c63869f4290cdcef4b8768cb36dcd4031168b5af549bb54')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-rm -rf test/toml-test
-ln -sf "${srcdir}"/toml-test-${_test_commit} test/toml-test
-}
-
-build() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-PYTHONPATH=$PWD python test/test.py
-python2 -m pytest
-PYTHONPATH=$PWD python2 test/test.py
-}
-
-package_python-pytoml() {
-depends=('python')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-pytoml() {
-depends=('python2')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

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

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

2019-07-21 Thread Eli Schwartz via arch-commits
Date: Sunday, July 21, 2019 @ 20:06:09
  Author: eschwartz
Revision: 492498

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  151 
 sigil.install |   20 +++
 2 files changed, 86 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-21 20:05:51 UTC (rev 492497)
+++ PKGBUILD2019-07-21 20:06:09 UTC (rev 492498)
@@ -1,75 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.9.14
-pkgrel=1
-pkgdesc="WYSIWYG ebook editor"
-arch=('x86_64')
-url="https://sigil-ebook.com/";
-license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
- 'python-lxml' 'qt5-webkit' 'qt5-xmlpatterns')
-makedepends=('qt5-tools' 'qt5-svg' 'cmake')
-optdepends=('hunspell-en_US: for English dictionary support'
-'hyphen-en: for English hyphenation support in plugins'
-'python-html5lib: recommended for plugins'
-'python-chardet: recommended for plugins'
-'python-cssselect: recommended for plugins'
-'python-pillow: recommended for plugins'
-'python-regex: recommended for plugins'
-'python-pyqt5: recommended for plugins'
-'tk: recommended for plugins')
-install=${pkgname}.install
-source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz";
-
"https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig";)
-sha256sums=('6da5482a6158896c7cde50d7787b7d2c681ab3afea032298ccf05f50ec803ac4'
-'SKIP')
-b2sums=('245177031688d83091d5b7fb100196b7875a3c7c4ac4f9b690960c756848ddd1d0353c3a7da1762717f66e8d47a9fdb4b68acf07295b381f4c34b393f0aade7b'
-'SKIP')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

-
-prepare() {
-cd "${srcdir}"/Sigil-${pkgver}
-
-# devendor css_parser as it's a direct copy of the external package;
-# upstream maintains both and plans to switch soon
-rm -r src/Resource_Files/plugin_launchers/python/css_parser/
-}
-
-build() {
-mkdir -p "${srcdir}"/Sigil-${pkgver}/build
-cd "${srcdir}"/Sigil-${pkgver}/build
-
-cmake -G "Unix Makefiles" \
--DUSE_SYSTEM_LIBS=1 \
--DSYSTEM_LIBS_REQUIRED=1 \
--DINSTALL_BUNDLED_DICTS=0 \
--DMATHJAX_DIR=/usr/share/mathjax \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-make
-}
-
-package() {
-cd "${srcdir}"/Sigil-${pkgver}/build
-make install DESTDIR="${pkgdir}"
-
-for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Resource_Files/icon/app_icon_${_pic}.png \
-
"${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-done
-install -Dm644 ../src/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-# Compile python bytecode
-python -m compileall 
"${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
-python -O -m compileall 
"${pkgdir}"/usr/share/sigil/{plugin_launchers/python/,python3lib}
-}

Copied: sigil/repos/community-x86_64/PKGBUILD (from rev 492497, 
sigil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-21 20:06:09 UTC (rev 492498)
@@ -0,0 +1,76 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.9.16
+pkgrel=1
+pkgdesc="WYSIWYG ebook editor"
+arch=('x86_64')
+url="https://sigil-ebook.com/";
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
+ 'python-lxml' 'qt5-webengine')
+makedepends=('qt5-tools' 'cmake')
+optdepends=('hunspell-en_US: for English dictionary support'
+'hyphen-en: for English hyphenation support in plugins'
+'pageedit: external editor to replace BookView'
+'python-html5lib: recommended for plugins'
+'python-chardet: recommended for plugins'
+'python-cssselect: recommended for plugins'
+'python-pillow: recommended for plugins'
+'python-regex: recommended for plugins'
+'python-pyqt5: recommended for plugins'
+'tk: recommen

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

2019-07-21 Thread Eli Schwartz via arch-commits
Date: Sunday, July 21, 2019 @ 20:05:51
  Author: eschwartz
Revision: 492497

upgpkg: sigil 0.9.16-1

upstream release
migrate to webengine, clean up old unused dependencies via PR to CMakeLists.txt
BookView is now gone -- it is implemented as an external editor via the 
pageedit package

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 20:00:27 UTC (rev 492496)
+++ PKGBUILD2019-07-21 20:05:51 UTC (rev 492497)
@@ -4,7 +4,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=sigil
-pkgver=0.9.14
+pkgver=0.9.16
 pkgrel=1
 pkgdesc="WYSIWYG ebook editor"
 arch=('x86_64')
@@ -11,10 +11,11 @@
 url="https://sigil-ebook.com/";
 license=('GPL3')
 depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 
'python-css-parser'
- 'python-lxml' 'qt5-webkit' 'qt5-xmlpatterns')
-makedepends=('qt5-tools' 'qt5-svg' 'cmake')
+ 'python-lxml' 'qt5-webengine')
+makedepends=('qt5-tools' 'cmake')
 optdepends=('hunspell-en_US: for English dictionary support'
 'hyphen-en: for English hyphenation support in plugins'
+'pageedit: external editor to replace BookView'
 'python-html5lib: recommended for plugins'
 'python-chardet: recommended for plugins'
 'python-cssselect: recommended for plugins'
@@ -25,9 +26,9 @@
 install=${pkgname}.install
 
source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz";
 
"https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig";)
-sha256sums=('6da5482a6158896c7cde50d7787b7d2c681ab3afea032298ccf05f50ec803ac4'
+sha256sums=('c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638'
 'SKIP')
-b2sums=('245177031688d83091d5b7fb100196b7875a3c7c4ac4f9b690960c756848ddd1d0353c3a7da1762717f66e8d47a9fdb4b68acf07295b381f4c34b393f0aade7b'
+b2sums=('1e784768cfe98e08ac01f5a9c11ec8254f9a0211f69ee1eb479643cc83677f6fea43745bcb158ea178ac64eec87c2e0062e783af2fe7477e2e5e8faf4db24c46'
 'SKIP')
 validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

 


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

2019-07-21 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 21, 2019 @ 20:00:18
  Author: jelle
Revision: 492495

upgpkg: esptool 2.7-1

Upstream update

Modified:
  esptool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 19:54:03 UTC (rev 492494)
+++ PKGBUILD2019-07-21 20:00:18 UTC (rev 492495)
@@ -4,7 +4,7 @@
 # Contributor: MatejSpindler 
 
 pkgname=esptool
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc="A cute Python utility to communicate with the ROM bootloader in 
Espressif ESP8266"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('git' 'python-setuptools')
 depends=('python-pyserial' 'python-ecdsa' 'python-pyaes')
 source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz";)
-sha512sums=('dd2e1815df07a491d5b41b709aafecb642f5b642c83b11e309986ba0ad827257e6b7bb93f4decd7ee37fd10a1ee7b36c836598c0c2e1e60118bf96397c187dfd')
+sha512sums=('3a80c969b3716983ebff683b643acc0272497afd513d6bc60894874fe2ee6ee22f0f6930324a8f14f735a7e5ea10377d7311a2cf05faff46d06f05eaaf417e1c')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2019-07-21 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 21, 2019 @ 20:00:27
  Author: jelle
Revision: 492496

archrelease: copy trunk to community-any

Added:
  esptool/repos/community-any/PKGBUILD
(from rev 492495, esptool/trunk/PKGBUILD)
Deleted:
  esptool/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-21 20:00:18 UTC (rev 492495)
+++ PKGBUILD2019-07-21 20:00:27 UTC (rev 492496)
@@ -1,21 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Marcin Kornat 
-# Contributor: MatejSpindler 
-
-pkgname=esptool
-pkgver=2.6
-pkgrel=1
-pkgdesc="A cute Python utility to communicate with the ROM bootloader in 
Espressif ESP8266"
-arch=('any')
-url="https://github.com/themadinventor/esptool";
-license=('GPL2')
-makedepends=('git')
-depends=('python-pyserial')
-source=("https://github.com/themadinventor/esptool/archive/v${pkgver}.tar.gz";)
-sha512sums=('dd2e1815df07a491d5b41b709aafecb642f5b642c83b11e309986ba0ad827257e6b7bb93f4decd7ee37fd10a1ee7b36c836598c0c2e1e60118bf96397c187dfd')
-
-package() {
-  cd "esptool-${pkgver}"
-  install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
-}

Copied: esptool/repos/community-any/PKGBUILD (from rev 492495, 
esptool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-21 20:00:27 UTC (rev 492496)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Marcin Kornat 
+# Contributor: MatejSpindler 
+
+pkgname=esptool
+pkgver=2.7
+pkgrel=1
+pkgdesc="A cute Python utility to communicate with the ROM bootloader in 
Espressif ESP8266"
+arch=('any')
+url="https://github.com/espressif/esptool";
+license=('GPL2')
+makedepends=('git' 'python-setuptools')
+depends=('python-pyserial' 'python-ecdsa' 'python-pyaes')
+source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz";)
+sha512sums=('3a80c969b3716983ebff683b643acc0272497afd513d6bc60894874fe2ee6ee22f0f6930324a8f14f735a7e5ea10377d7311a2cf05faff46d06f05eaaf417e1c')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python3 setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2019-07-21 Thread Eli Schwartz via arch-commits
Date: Sunday, July 21, 2019 @ 19:54:03
  Author: eschwartz
Revision: 492494

archrelease: copy trunk to community-x86_64

Added:
  pageedit/repos/community-x86_64/
  pageedit/repos/community-x86_64/PKGBUILD
(from rev 492493, pageedit/trunk/PKGBUILD)

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

Copied: pageedit/repos/community-x86_64/PKGBUILD (from rev 492493, 
pageedit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-07-21 19:54:03 UTC (rev 492494)
@@ -0,0 +1,39 @@
+# Maintainer: Eli Schwartz 
+
+pkgname=pageedit
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Simple Single Page XHTML Visual Editor, split from Sigil's BookView"
+arch=('x86_64')
+url="https://github.com/Sigil-Ebook/PageEdit";
+license=('GPL3')
+depends=('qt5-webengine')
+makedepends=('cmake' 'qt5-tools')
+source=("${pkname}-${pkgver}")
+source=("PageEdit-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+"${url}/releases/download/${pkgver}/PageEdit-${pkgver}.tar.gz.sig")
+sha256sums=('0d6641e8e3a7791026c067a3bea44e7e0171938de08841f9b32ec81b8c981ca1'
+'SKIP')
+b2sums=('e9b67f392fddcaad72921a62b35b6430f6e4bb31d3c02e1a8248919c9deca96e71ea0d3c4879018ad37ae8c51402d8a14a3a5a2f40a38895d2afcf33543899ec'
+'SKIP')
+validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

+
+build() {
+mkdir -p "${srcdir}"/PageEdit-${pkgver}/build
+cd "${srcdir}"/PageEdit-${pkgver}/build
+
+cmake -G "Unix Makefiles" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+..
+make
+}
+
+package() {
+cd "${srcdir}"/PageEdit-${pkgver}/build
+
+make install DESTDIR="${pkgdir}"
+}


[arch-commits] Commit in (4 files)

2019-07-21 Thread Eli Schwartz via arch-commits
Date: Sunday, July 21, 2019 @ 19:49:43
  Author: eschwartz
Revision: 492493

addpkg: pageedit 0.7.1-1

Sigil's BookView editor split out as an external utility.

Added:
  pageedit/
  pageedit/repos/
  pageedit/trunk/
  pageedit/trunk/PKGBUILD

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

Added: pageedit/trunk/PKGBUILD
===
--- pageedit/trunk/PKGBUILD (rev 0)
+++ pageedit/trunk/PKGBUILD 2019-07-21 19:49:43 UTC (rev 492493)
@@ -0,0 +1,39 @@
+# Maintainer: Eli Schwartz 
+
+pkgname=pageedit
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Simple Single Page XHTML Visual Editor, split from Sigil's BookView"
+arch=('x86_64')
+url="https://github.com/Sigil-Ebook/PageEdit";
+license=('GPL3')
+depends=('qt5-webengine')
+makedepends=('cmake' 'qt5-tools')
+source=("${pkname}-${pkgver}")
+source=("PageEdit-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+"${url}/releases/download/${pkgver}/PageEdit-${pkgver}.tar.gz.sig")
+sha256sums=('0d6641e8e3a7791026c067a3bea44e7e0171938de08841f9b32ec81b8c981ca1'
+'SKIP')
+b2sums=('e9b67f392fddcaad72921a62b35b6430f6e4bb31d3c02e1a8248919c9deca96e71ea0d3c4879018ad37ae8c51402d8a14a3a5a2f40a38895d2afcf33543899ec'
+'SKIP')
+validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

+
+build() {
+mkdir -p "${srcdir}"/PageEdit-${pkgver}/build
+cd "${srcdir}"/PageEdit-${pkgver}/build
+
+cmake -G "Unix Makefiles" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+..
+make
+}
+
+package() {
+cd "${srcdir}"/PageEdit-${pkgver}/build
+
+make install DESTDIR="${pkgdir}"
+}


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 19:48:10
  Author: heftig
Revision: 358475

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  linux/repos/staging-x86_64/60-linux.hook
(from rev 358473, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 358473, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 358473, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 358473, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 358473, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 358473, linux/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  246 +
 config|10405 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10700 insertions(+)

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


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 19:48:09
  Author: heftig
Revision: 358474

archrelease: copy trunk to staging-x86_64

Added:
  linux-zen/repos/staging-x86_64/
  linux-zen/repos/staging-x86_64/60-linux.hook
(from rev 358473, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/staging-x86_64/90-linux.hook
(from rev 358473, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 358473, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 358473, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/linux.install
(from rev 358473, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-x86_64/linux.preset
(from rev 358473, linux-zen/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  246 +
 config|10437 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10732 insertions(+)

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


[arch-commits] Commit in linux-zen/trunk (PKGBUILD config)

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 19:43:34
  Author: heftig
Revision: 358472

5.2.2.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config

--+
 PKGBUILD |4 ++--
 config   |7 ++-
 2 files changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 13:27:52 UTC (rev 358471)
+++ PKGBUILD2019-07-21 19:43:34 UTC (rev 358472)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.2.1-zen1
+_srcver=5.2.2-zen1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
@@ -29,7 +29,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'674663ba8566bf1e3c76a2ab84891e9de9390f9cbd7b34f48f2af253cabbd847'
+'4d1ed2432ef325f0b44d2c2660ec08545ad6051973c803097c57d38590640ea9'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2019-07-21 13:27:52 UTC (rev 358471)
+++ config  2019-07-21 19:43:34 UTC (rev 358472)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.2.1-zen1 Kernel Configuration
+# Linux/x86 5.2.2-zen1 Kernel Configuration
 #
 
 #
@@ -9773,10 +9773,7 @@
 # CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set
 CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
 # CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
-CONFIG_GCC_PLUGIN_STACKLEAK=y
-CONFIG_STACKLEAK_TRACK_MIN_SIZE=100
-CONFIG_STACKLEAK_METRICS=y
-CONFIG_STACKLEAK_RUNTIME_DISABLE=y
+# CONFIG_GCC_PLUGIN_STACKLEAK is not set
 # end of Memory initialization
 # end of Kernel hardening options
 # end of Security options


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

2019-07-21 Thread Jan Steffens via arch-commits
Date: Sunday, July 21, 2019 @ 19:43:40
  Author: heftig
Revision: 358473

5.2.2.arch1-1: Disable stackleak; shows up in perf as 6-7% overhead

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |4 ++--
 config   |7 ++-
 2 files changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 19:43:34 UTC (rev 358472)
+++ PKGBUILD2019-07-21 19:43:40 UTC (rev 358473)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.2.1-arch1
+_srcver=5.2.2-arch1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
@@ -29,7 +29,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'d49d9d0570785051f6b8b58962a4d792d1d1501ecb0a98dcf616226e6da6bdb5'
+'c405c700b2cb06c4ec805b7e327d0b66416395995519281194a8293da69b398a'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2019-07-21 19:43:34 UTC (rev 358472)
+++ config  2019-07-21 19:43:40 UTC (rev 358473)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.2.1-arch1 Kernel Configuration
+# Linux/x86 5.2.2-arch1 Kernel Configuration
 #
 
 #
@@ -9741,10 +9741,7 @@
 # CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set
 CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
 # CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
-CONFIG_GCC_PLUGIN_STACKLEAK=y
-CONFIG_STACKLEAK_TRACK_MIN_SIZE=100
-CONFIG_STACKLEAK_METRICS=y
-CONFIG_STACKLEAK_RUNTIME_DISABLE=y
+# CONFIG_GCC_PLUGIN_STACKLEAK is not set
 # end of Memory initialization
 # end of Kernel hardening options
 # end of Security options


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

2019-07-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, July 21, 2019 @ 17:23:44
  Author: bpiotrowski
Revision: 492492

cleanup

Deleted:
  buildah/repos/testing-x86_64/


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

2019-07-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, July 21, 2019 @ 17:17:09
  Author: bpiotrowski
Revision: 492491

archrelease: copy trunk to community-x86_64

Added:
  buildah/repos/community-x86_64/PKGBUILD
(from rev 492490, buildah/trunk/PKGBUILD)
Deleted:
  buildah/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-21 16:54:44 UTC (rev 492490)
+++ PKGBUILD2019-07-21 17:17:09 UTC (rev 492491)
@@ -1,37 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=buildah
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah";
-license=(Apache)
-depends=(ostree runc skopeo)
-makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo)
-_commit=00eb895d6f2f13d658a9cb78714382e494974afc  # tags/v1.9.0^0
-source=(git://github.com/containers/buildah.git#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
-  cd buildah
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p src/github.com/containers
-  cp -r $pkgname src/github.com/containers
-}
-
-build() {
-  export GOPATH="${srcdir}"
-  cd src/github.com/containers/buildah
-  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub ostree seccomp"
-}
-
-package() {
-  cd src/github.com/containers/buildah
-  make DESTDIR="$pkgdir" PREFIX=usr install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: buildah/repos/community-x86_64/PKGBUILD (from rev 492490, 
buildah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-21 17:17:09 UTC (rev 492491)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=buildah
+pkgver=1.9.2
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah";
+license=(Apache)
+depends=(ostree runc skopeo)
+makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo)
+_commit=d2a3249ab6efd4508e2fe4229871f4b1bb5cf810  # tags/v1.9.2^0
+source=(git://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd buildah
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p src/github.com/containers
+  cp -r $pkgname src/github.com/containers
+}
+
+build() {
+  export GOPATH="${srcdir}"
+  cd src/github.com/containers/buildah
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub ostree seccomp"
+}
+
+package() {
+  cd src/github.com/containers/buildah
+  make DESTDIR="$pkgdir" PREFIX=usr install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-07-21 Thread Felix Yan via arch-commits
Date: Sunday, July 21, 2019 @ 16:54:44
  Author: felixonmars
Revision: 492490

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 492489, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 492489, stack/trunk/stack.install)

---+
 PKGBUILD  |   75 
 stack.install |4 ++
 2 files changed, 79 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 492489, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-21 16:54:44 UTC (rev 492490)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.3.1
+pkgrel=89
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-simple' 
'haskell-path' 'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  hpack
+  sed -i -e '/semigroups/d' -e 's/< *0.8/<1/' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  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 \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  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
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  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"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 492489, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2019-07-21 16:54:44 UTC (rev 
492490)
@@ -0,0 +1,4 @@
+po

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

2019-07-21 Thread Felix Yan via arch-commits
Date: Sunday, July 21, 2019 @ 16:54:33
  Author: felixonmars
Revision: 492489

upgpkg: stack 1.9.3.1-89

rebuild with store 0.5.1.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 16:45:41 UTC (rev 492488)
+++ PKGBUILD2019-07-21 16:54:33 UTC (rev 492489)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3.1
-pkgrel=88
+pkgrel=89
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("BSD")


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

2019-07-21 Thread Felix Yan via arch-commits
Date: Sunday, July 21, 2019 @ 16:45:41
  Author: felixonmars
Revision: 492488

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 492487, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-21 16:45:41 UTC (rev 492488)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.5.1.2
+pkgrel=1
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-contravariant' 'haskell-cryptohash' 'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-smallcheck'
+ 'haskell-store-core' 'haskell-syb' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('8f71775952874a08a97f83794cfec9afdb5ff2a2f93144d5a6111ad9d56f307b1d54824129bf4771e5f9dc9b44f82235c0bf4fc608777d8b5ab4aa491403eba0')
+
+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 \
+-f-comparison-bench -f-small-bench
+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 haskell-store/trunk (PKGBUILD)

2019-07-21 Thread Felix Yan via arch-commits
Date: Sunday, July 21, 2019 @ 16:45:32
  Author: felixonmars
Revision: 492487

upgpkg: haskell-store 0.5.1.2-1

rebuild with store 0.5.1.2

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 16:40:54 UTC (rev 492486)
+++ PKGBUILD2019-07-21 16:45:32 UTC (rev 492487)
@@ -2,8 +2,8 @@
 
 _hkgname=store
 pkgname=haskell-store
-pkgver=0.5.1.1
-pkgrel=10
+pkgver=0.5.1.2
+pkgrel=1
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store";
 license=('BSD')
@@ -18,7 +18,7 @@
  'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('f51ca5c6f5734360de0c38514c8e1437ea124d9195660038c7ee139c35d2e03576c23ae775da292037ebf403f30d876b5cb09b605b81e0c398b992334aa3dd32')
+sha512sums=('8f71775952874a08a97f83794cfec9afdb5ff2a2f93144d5a6111ad9d56f307b1d54824129bf4771e5f9dc9b44f82235c0bf4fc608777d8b5ab4aa491403eba0')
 
 prepare() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in papirus-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2019-07-21 Thread Felix Yan via arch-commits
Date: Sunday, July 21, 2019 @ 16:40:54
  Author: felixonmars
Revision: 492486

archrelease: copy trunk to community-any

Added:
  papirus-icon-theme/repos/community-any/PKGBUILD
(from rev 492485, papirus-icon-theme/trunk/PKGBUILD)
Deleted:
  papirus-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-21 16:40:03 UTC (rev 492485)
+++ PKGBUILD2019-07-21 16:40:54 UTC (rev 492486)
@@ -1,19 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: kitsunyan 
-# Contributor: Grigorii Horos 
-
-pkgname=papirus-icon-theme
-pkgver=20190708
-pkgrel=1
-pkgdesc="Papirus icon theme"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme";
-license=("LGPL3")
-depends=('gtk-update-icon-cache')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz";)
-sha512sums=('22c00aae09e4917fb83bdd2bc6e79f59c83bb6a6829d1085e5468d89f8639a01f3985132bae75b68a00ce44581970b045313a68f2f4786f91b24d94272faf650')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: papirus-icon-theme/repos/community-any/PKGBUILD (from rev 492485, 
papirus-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-21 16:40:54 UTC (rev 492486)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan 
+# Contributor: kitsunyan 
+# Contributor: Grigorii Horos 
+
+pkgname=papirus-icon-theme
+pkgver=20190720
+pkgrel=1
+pkgdesc="Papirus icon theme"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme";
+license=("LGPL3")
+depends=('gtk-update-icon-cache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz";)
+sha512sums=('0092d02c609642f4c4440a74082dc973f5d26dd3d03461dec8e26af0d053609b04ad9cda45debbbdf11e7795b5a56b8016c7900f2f37412a28c2e0e37436bcef')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in papirus-icon-theme/trunk (PKGBUILD)

2019-07-21 Thread Felix Yan via arch-commits
Date: Sunday, July 21, 2019 @ 16:40:03
  Author: felixonmars
Revision: 492485

upgpkg: papirus-icon-theme 20190720-1

Modified:
  papirus-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 14:52:41 UTC (rev 492484)
+++ PKGBUILD2019-07-21 16:40:03 UTC (rev 492485)
@@ -3,7 +3,7 @@
 # Contributor: Grigorii Horos 
 
 pkgname=papirus-icon-theme
-pkgver=20190708
+pkgver=20190720
 pkgrel=1
 pkgdesc="Papirus icon theme"
 arch=('any')
@@ -11,7 +11,7 @@
 license=("LGPL3")
 depends=('gtk-update-icon-cache')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz";)
-sha512sums=('22c00aae09e4917fb83bdd2bc6e79f59c83bb6a6829d1085e5468d89f8639a01f3985132bae75b68a00ce44581970b045313a68f2f4786f91b24d94272faf650')
+sha512sums=('0092d02c609642f4c4440a74082dc973f5d26dd3d03461dec8e26af0d053609b04ad9cda45debbbdf11e7795b5a56b8016c7900f2f37412a28c2e0e37436bcef')
 
 package() {
   cd $pkgname-$pkgver


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

2019-07-21 Thread Maxime Gauduin via arch-commits
Date: Sunday, July 21, 2019 @ 14:36:37
  Author: alucryd
Revision: 492481

upgpkg: luakit 2.1-2

Modified:
  luakit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 14:29:44 UTC (rev 492480)
+++ PKGBUILD2019-07-21 14:36:37 UTC (rev 492481)
@@ -8,7 +8,7 @@
 pkgname=luakit
 pkgver=2.1
 pkgrel=2
-pkgdesc='Browser framework based on Webkit and Lua'
+pkgdesc='Fast, small, webkit based browser framework extensible by Lua'
 arch=(x86_64)
 url=https://luakit.github.io/
 license=(GPL3)


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

2019-07-21 Thread Maxime Gauduin via arch-commits
Date: Sunday, July 21, 2019 @ 14:36:41
  Author: alucryd
Revision: 492482

archrelease: copy trunk to community-x86_64

Added:
  luakit/repos/
  luakit/repos/community-x86_64/
  luakit/repos/community-x86_64/PKGBUILD
(from rev 492481, luakit/trunk/PKGBUILD)

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

Copied: luakit/repos/community-x86_64/PKGBUILD (from rev 492481, 
luakit/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-07-21 14:36:41 UTC (rev 492482)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Aoibhinn Nic Aoidh 
+# Contributor: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic 
+# Contributor: J. W. Birdsong 
+
+pkgname=luakit
+pkgver=2.1
+pkgrel=2
+pkgdesc='Fast, small, webkit based browser framework extensible by Lua'
+arch=(x86_64)
+url=https://luakit.github.io/
+license=(GPL3)
+depends=(
+  lua51-filesystem
+  luajit
+  webkit2gtk
+)
+makedepends=(
+  git
+  help2man
+)
+backup=(
+  etc/xdg/luakit/rc.lua
+  etc/xdg/luakit/theme.lua
+)
+source=(git+https://github.com/luakit/luakit.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  make DEVELOPMENT_PATHS=0 PREFIX=/usr USE_LUAJIT=1 -C luakit
+}
+
+package() {
+  make DESTDIR="${pkgdir}" PREFIX=/usr -C luakit install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-07-21 Thread Maxime Gauduin via arch-commits
Date: Sunday, July 21, 2019 @ 14:29:44
  Author: alucryd
Revision: 492480

add luakit

Added:
  luakit/
  luakit/trunk/
  luakit/trunk/PKGBUILD

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

Added: luakit/trunk/PKGBUILD
===
--- luakit/trunk/PKGBUILD   (rev 0)
+++ luakit/trunk/PKGBUILD   2019-07-21 14:29:44 UTC (rev 492480)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Aoibhinn Nic Aoidh 
+# Contributor: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic 
+# Contributor: J. W. Birdsong 
+
+pkgname=luakit
+pkgver=2.1
+pkgrel=2
+pkgdesc='Browser framework based on Webkit and Lua'
+arch=(x86_64)
+url=https://luakit.github.io/
+license=(GPL3)
+depends=(
+  lua51-filesystem
+  luajit
+  webkit2gtk
+)
+makedepends=(
+  git
+  help2man
+)
+backup=(
+  etc/xdg/luakit/rc.lua
+  etc/xdg/luakit/theme.lua
+)
+source=(git+https://github.com/luakit/luakit.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  make DEVELOPMENT_PATHS=0 PREFIX=/usr USE_LUAJIT=1 -C luakit
+}
+
+package() {
+  make DESTDIR="${pkgdir}" PREFIX=/usr -C luakit install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-07-21 Thread Antonio Rojas via arch-commits
Date: Sunday, July 21, 2019 @ 13:36:16
  Author: arojas
Revision: 492479

archrelease: copy trunk to community-x86_64

Added:
  kmymoney/repos/community-x86_64/PKGBUILD
(from rev 492478, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-x86_64/kmymoney.changelog
(from rev 492478, kmymoney/trunk/kmymoney.changelog)
Deleted:
  kmymoney/repos/community-x86_64/PKGBUILD
  kmymoney/repos/community-x86_64/kmymoney.changelog

+
 PKGBUILD   |   90 -
 kmymoney.changelog |  180 +--
 2 files changed, 135 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-21 13:35:55 UTC (rev 492478)
+++ PKGBUILD2019-07-21 13:36:16 UTC (rev 492479)
@@ -1,45 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Laurent Carlier 
-# Contributor: Vamp898 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Belanger 
-# Contributor: Todd Maynard 
-
-pkgname=kmymoney
-pkgver=5.0.4
-pkgrel=1
-pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
-arch=('x86_64')
-url="https://kmymoney.org/";
-license=('GPL')
-depends=('aqbanking' 'boost-libs' 'libalkimia' 'sqlcipher' 'qt5-base' 'qgpgme' 
'karchive'
- 'kcoreaddons' 'kconfig' 'kwidgetsaddons' 'ki18n' 'kcompletion' 
'kcmutils' 'kitemmodels'
- 'kitemviews' 'kservice' 'kwallet' 'kiconthemes' 'kxmlgui' 
'kidentitymanagement'
- 'ktextwidgets' 'knotifications' 'kio' 'kdoctools' 'kholidays' 'kross' 
'kactivities'
- 'kqtquickcharts' 'kdiagram' 'kdewebkit' 'kcontacts' 'libical' 
'libakonadi' 'shared-mime-info')
-makedepends=('boost' 'extra-cmake-modules' 'doxygen')
-changelog=$pkgname.changelog
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')
-sha256sums=('1829bd921c59d310e8da37c26fe81616235edef0b50aadedf20cad44e1568b1a'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  mkdir build
-  cd build
-
-  cmake ../ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_SKIP_RPATH=YES \
--Wno-dev
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmymoney/repos/community-x86_64/PKGBUILD (from rev 492478, 
kmymoney/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-21 13:36:16 UTC (rev 492479)
@@ -0,0 +1,45 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Laurent Carlier 
+# Contributor: Vamp898 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Belanger 
+# Contributor: Todd Maynard 
+
+pkgname=kmymoney
+pkgver=5.0.5
+pkgrel=1
+pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
+arch=('x86_64')
+url="https://kmymoney.org/";
+license=('GPL')
+depends=('aqbanking' 'boost-libs' 'libalkimia' 'sqlcipher' 'qt5-base' 'qgpgme' 
'karchive'
+ 'kcoreaddons' 'kconfig' 'kwidgetsaddons' 'ki18n' 'kcompletion' 
'kcmutils' 'kitemmodels'
+ 'kitemviews' 'kservice' 'kwallet' 'kiconthemes' 'kxmlgui' 
'kidentitymanagement'
+ 'ktextwidgets' 'knotifications' 'kio' 'kdoctools' 'kholidays' 'kross' 
'kactivities'
+ 'kqtquickcharts' 'kdiagram' 'kdewebkit' 'kcontacts' 'libical' 
'libakonadi' 'shared-mime-info')
+makedepends=('boost' 'extra-cmake-modules' 'doxygen')
+changelog=$pkgname.changelog
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')
+sha256sums=('e7245d14097ea21f971fae45627a20b15ed9cc3d3e7c7e797cc24e730cd1f0c1'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_SKIP_RPATH=YES \
+-Wno-dev
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver/build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kmymoney.changelog
===
--- kmymoney.changelog  2019-07-21 13:35:55 UTC (rev 492478)
+++ kmymoney.changelog  2019-07-21 13:36:16 UTC (rev 492479)
@@ -1,90 +0,0 @@
-2019-01-29 Jaroslav Lichtblau 
-   * kmymoney 5.0.3-1
-
-2018-11-05 Jaroslav Lichtblau 
-   * kmymoney 5.0.2-1
-
-2018-04-02 Jaroslav Lichtblau 
-   * kmymoney 5.0.1-1
-
-2018-02-14 Jaroslav Lichtblau 
-   * kmymoney 5.0.0-3 aqbanking rebuild
-
-2018-02-09 Jaroslav Lichtblau 
-   * kmymoney 5.0.0-2 dependencies ammended
-
-2018-02-07 Jaroslav Lichtblau 
-   * kmymoney 5.0.0-1
-
-2017-12-27 Jaroslav Lichtblau 
-   * kmymoney 4.8.1.1-1
-
-2017-10-18 Jaroslav Lichtblau 
-   * kmymoney 4.8.1-2 FS#55997 fix
-
-2017-10-08 Jaroslav Lic

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

2019-07-21 Thread Antonio Rojas via arch-commits
Date: Sunday, July 21, 2019 @ 13:35:55
  Author: arojas
Revision: 492478

Update to 5.0.5

Modified:
  kmymoney/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 13:24:33 UTC (rev 492477)
+++ PKGBUILD2019-07-21 13:35:55 UTC (rev 492478)
@@ -6,7 +6,7 @@
 # Contributor: Todd Maynard 
 
 pkgname=kmymoney
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
 arch=('x86_64')
@@ -21,7 +21,7 @@
 changelog=$pkgname.changelog
 
source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')
-sha256sums=('1829bd921c59d310e8da37c26fe81616235edef0b50aadedf20cad44e1568b1a'
+sha256sums=('e7245d14097ea21f971fae45627a20b15ed9cc3d3e7c7e797cc24e730cd1f0c1'
 'SKIP')
 
 build() {


[arch-commits] Commit in imagemagick6/trunk (IM6-GS-policy.patch PKGBUILD)

2019-07-21 Thread Antonio Rojas via arch-commits
Date: Sunday, July 21, 2019 @ 13:27:24
  Author: arojas
Revision: 358470

Update to 6.9.10.56, relax security policy (FS#62785,FS#62171)

Modified:
  imagemagick6/trunk/PKGBUILD
Deleted:
  imagemagick6/trunk/IM6-GS-policy.patch

-+
 IM6-GS-policy.patch |   10 --
 PKGBUILD|   18 --
 2 files changed, 8 insertions(+), 20 deletions(-)

Deleted: IM6-GS-policy.patch
===
--- IM6-GS-policy.patch 2019-07-21 13:17:52 UTC (rev 358469)
+++ IM6-GS-policy.patch 2019-07-21 13:27:24 UTC (rev 358470)
@@ -1,10 +0,0 @@
 ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
-+++ ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
-@@ -68,6 +68,7 @@
-   
-   
-   
-+  
-   
-   
-   

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 13:17:52 UTC (rev 358469)
+++ PKGBUILD2019-07-21 13:27:24 UTC (rev 358470)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6)
-pkgver=6.9.10.53
+pkgver=6.9.10.56
 pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/";
@@ -15,11 +15,10 @@
 _relname=ImageMagick-${pkgver%%.*}
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff IM6-GS-policy.patch)
-sha256sums=('d0df08723369010118f639624a96c3bd3298e058ea23558b8b4cbb869d85fdd9'
+arch-fonts.diff)
+sha256sums=('d62bd1c0197581ee29b7e408cd09ceb0546dde6707bd739cd5d267dedf11d91e'
 'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
+'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
 
 prepare() {
@@ -30,9 +29,6 @@
   # Fix up typemaps to match our packages, where possible
   patch -Np1 -i ../arch-fonts.diff
 
-  # Workaround ghostscript security issues 
https://bugs.archlinux.org/task/59778
-  patch -p1 -i ../IM6-GS-policy.patch
-
   # Don't run auto(re)conf; assumes use of git
 }
 
@@ -49,7 +45,7 @@
 PCLDelegate=/usr/bin/gpcl6 \
 --enable-hdri \
 --enable-opencl \
---with-gslib \
+--without-gslib \
 --with-lqr \
 --with-modules \
 --with-openexr \
@@ -74,7 +70,6 @@
 check() (
   cd $_tarname
   ulimit -n 4096
-  sed -e '/validate-formats/d' -i Makefile # these fail due to the security 
patch
   make check || :
 )
 
@@ -107,4 +102,7 @@
   mv "$pkgdir/usr/bin" usr/
   mv "$pkgdir/usr/lib/perl5" usr/lib/
   mv "$pkgdir/usr/share/man" usr/share/
+
+# Harden security policy https://bugs.archlinux.org/task/62785
+  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-6/policy.xml
 }


[arch-commits] Commit in imagemagick6/repos/extra-x86_64 (5 files)

2019-07-21 Thread Antonio Rojas via arch-commits
Date: Sunday, July 21, 2019 @ 13:27:52
  Author: arojas
Revision: 358471

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick6/repos/extra-x86_64/PKGBUILD
(from rev 358470, imagemagick6/trunk/PKGBUILD)
  imagemagick6/repos/extra-x86_64/arch-fonts.diff
(from rev 358470, imagemagick6/trunk/arch-fonts.diff)
Deleted:
  imagemagick6/repos/extra-x86_64/IM6-GS-policy.patch
  imagemagick6/repos/extra-x86_64/PKGBUILD
  imagemagick6/repos/extra-x86_64/arch-fonts.diff

-+
 IM6-GS-policy.patch |   10 --
 PKGBUILD|  218 --
 arch-fonts.diff |  214 -
 3 files changed, 215 insertions(+), 227 deletions(-)

Deleted: IM6-GS-policy.patch
===
--- IM6-GS-policy.patch 2019-07-21 13:27:24 UTC (rev 358470)
+++ IM6-GS-policy.patch 2019-07-21 13:27:52 UTC (rev 358471)
@@ -1,10 +0,0 @@
 ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
-+++ ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
-@@ -68,6 +68,7 @@
-   
-   
-   
-+  
-   
-   
-   

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-21 13:27:24 UTC (rev 358470)
+++ PKGBUILD2019-07-21 13:27:52 UTC (rev 358471)
@@ -1,110 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6)
-pkgver=6.9.10.53
-pkgrel=1
-pkgdesc="An image viewing/manipulation program (version 6)"
-url="https://legacy.imagemagick.org/";
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff IM6-GS-policy.patch)
-sha256sums=('d0df08723369010118f639624a96c3bd3298e058ea23558b8b4cbb869d85fdd9'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Workaround ghostscript security issues 
https://bugs.archlinux.org/task/59778
-  patch -p1 -i ../IM6-GS-policy.patch
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
-PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig 
pkg-config" \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  sed -e '/validate-formats/d' -i Makefile # these fail due to the security 
patch
-  make check || :
-)
-
-package_libmagick6() {
-  pkgdesc="${pkgdesc/)/; library)}"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!docs' '!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install pkgconfigdir="/usr/lib/$pkgbase/pkgconfig"
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Drop tools
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/sha

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

2019-07-21 Thread Maxime Gauduin via arch-commits
Date: Sunday, July 21, 2019 @ 13:24:28
  Author: alucryd
Revision: 492476

upgpkg: python-django-extensions 2.2.1-1

Modified:
  python-django-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 13:23:36 UTC (rev 492475)
+++ PKGBUILD2019-07-21 13:24:28 UTC (rev 492476)
@@ -6,7 +6,7 @@
 # Contributor: Schnouki 
 
 pkgname=python-django-extensions
-pkgver=2.1.9
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='A collection of custom extensions for the Django Framework'
 arch=('any')


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

2019-07-21 Thread Maxime Gauduin via arch-commits
Date: Sunday, July 21, 2019 @ 13:24:33
  Author: alucryd
Revision: 492477

archrelease: copy trunk to community-any

Added:
  python-django-extensions/repos/community-any/PKGBUILD
(from rev 492476, python-django-extensions/trunk/PKGBUILD)
Deleted:
  python-django-extensions/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-21 13:24:28 UTC (rev 492476)
+++ PKGBUILD2019-07-21 13:24:33 UTC (rev 492477)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Audet 
-# Contributor: Dominik Kozaczko 
-# Contributor: Alper Kanat 
-# Contributor: Apkawa 
-# Contributor: Schnouki 
-
-pkgname=python-django-extensions
-pkgver=2.1.9
-pkgrel=1
-pkgdesc='A collection of custom extensions for the Django Framework'
-arch=('any')
-url='https://github.com/django-extensions/django-extensions'
-license=('MIT')
-depends=('python-django' 'python-six')
-makedepends=('git' 'python-setuptools')
-optdepends=(
-  'graphviz: graph_models extension'
-  'ipython: shell_plus extension'
-  'python-werkzeug: runserver_plus extension'
-)
-source=("git+https://github.com/django-extensions/django-extensions.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-build() {
-  cd django-extensions
-
-  python setup.py build
-}
-
-package() {
-  cd django-extensions
-
-  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-extensions/repos/community-any/PKGBUILD (from rev 492476, 
python-django-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-21 13:24:33 UTC (rev 492477)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Audet 
+# Contributor: Dominik Kozaczko 
+# Contributor: Alper Kanat 
+# Contributor: Apkawa 
+# Contributor: Schnouki 
+
+pkgname=python-django-extensions
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='A collection of custom extensions for the Django Framework'
+arch=('any')
+url='https://github.com/django-extensions/django-extensions'
+license=('MIT')
+depends=('python-django' 'python-six')
+makedepends=('git' 'python-setuptools')
+optdepends=(
+  'graphviz: graph_models extension'
+  'ipython: shell_plus extension'
+  'python-werkzeug: runserver_plus extension'
+)
+source=("git+https://github.com/django-extensions/django-extensions.git#tag=${pkgver}";)
+sha256sums=('SKIP')
+
+build() {
+  cd django-extensions
+
+  python setup.py build
+}
+
+package() {
+  cd django-extensions
+
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
+}
+
+# vim: ts=2 sw=2 et:


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

2019-07-21 Thread Maxime Gauduin via arch-commits
Date: Sunday, July 21, 2019 @ 13:23:36
  Author: alucryd
Revision: 492475

archrelease: copy trunk to community-any

Added:
  home-assistant/repos/community-any/PKGBUILD
(from rev 492474, home-assistant/trunk/PKGBUILD)
  home-assistant/repos/community-any/home-assistant.service
(from rev 492474, home-assistant/trunk/home-assistant.service)
  home-assistant/repos/community-any/home-assistant.sysusers
(from rev 492474, home-assistant/trunk/home-assistant.sysusers)
  home-assistant/repos/community-any/home-assistant.tmpfiles
(from rev 492474, home-assistant/trunk/home-assistant.tmpfiles)
Deleted:
  home-assistant/repos/community-any/PKGBUILD
  home-assistant/repos/community-any/home-assistant.service
  home-assistant/repos/community-any/home-assistant.sysusers
  home-assistant/repos/community-any/home-assistant.tmpfiles

-+
 PKGBUILD|  154 +++---
 home-assistant.service  |   28 
 home-assistant.sysusers |2 
 home-assistant.tmpfiles |2 
 4 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-21 13:23:28 UTC (rev 492474)
+++ PKGBUILD2019-07-21 13:23:36 UTC (rev 492475)
@@ -1,77 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ethan Skinner 
-# Contributor: Grégoire Seux 
-# Contributor: Dean Galvin 
-# Contributor: NicoHood 
-
-pkgname=home-assistant
-pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.96.0
-pkgrel=1
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
-  python-aiohttp
-  python-astral
-  python-async-timeout
-  python-attrs
-  python-bcrypt
-  python-certifi
-  python-cryptography
-  python-importlib-metadata
-  python-jinja
-  python-pyjwt
-  python-pip
-  python-pytz
-  python-requests
-  python-ruamel-yaml
-  python-slugify
-  python-voluptuous
-  python-voluptuous-serialize
-  python-yaml
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'net-tools: Nmap host discovery'
-  'openzwave: Z-Wave integration'
-  'python-lxml: Meteo France integration'
-)
-source=(
-  git+https://github.com/home-assistant/home-assistant.git#tag=${pkgver}
-  home-assistant.service
-  home-assistant.sysusers
-  home-assistant.tmpfiles
-)
-sha512sums=('SKIP'
-
'fe96bd3df3ba666fd9f127c466d1dd1dd7314db2e57826a2b319c8a0bfad7aedeac398e748f93c6ecd9c2247ebbae196b8b0e7263b8681e2b7aeab6a8bfeab80'
-
'100665ac35370c3ccec65d73521568de21cebf9e46af364124778861c94e338e32ad9abb675d3917f97d351dd7867e3ab2e80c26616330ae7cf0d9dc3f13369b'
-
'3e93118c84954f829767dc71ce534c5d02c1c95fc8748714c7a2df28a3a297f59962f8fb7cddf721987eb97d62feabb25acda5d38209e365646ca4a4ef4356e3')
-
-prepare() {
-  cd home-assistant
-
-  # lift hard dep constraints, we'll deal with breaking changes ourselves
-  sed 's/==/>=/g' -i setup.py
-}
-
-build() {
-  cd home-assistant
-
-  python setup.py build
-}
-
-package() {
-  cd home-assistant
-
-  python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
-
-  install -Dm 644 ../home-assistant.service -t 
"${pkgdir}"/usr/lib/systemd/system/
-  install -Dm 644 ../home-assistant.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/home-assistant.conf
-  install -Dm 644 ../home-assistant.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/home-assistant.conf
-}
-
-# vim: ts=2 sw=2 et:

Copied: home-assistant/repos/community-any/PKGBUILD (from rev 492474, 
home-assistant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-21 13:23:36 UTC (rev 492475)
@@ -0,0 +1,77 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ethan Skinner 
+# Contributor: Grégoire Seux 
+# Contributor: Dean Galvin 
+# Contributor: NicoHood 
+
+pkgname=home-assistant
+pkgdesc='Open source home automation that puts local control and privacy first'
+pkgver=0.96.2
+pkgrel=1
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+  python-aiohttp
+  python-astral
+  python-async-timeout
+  python-attrs
+  python-bcrypt
+  python-certifi
+  python-cryptography
+  python-importlib-metadata
+  python-jinja
+  python-pyjwt
+  python-pip
+  python-pytz
+  python-requests
+  python-ruamel-yaml
+  python-slugify
+  python-voluptuous
+  python-voluptuous-serialize
+  python-yaml
+)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=(
+  'net-tools: Nmap host discovery'
+  'openzwave: Z-Wave integration'
+  'python-lxml: Meteo France integration'
+)
+source=(
+  git+https://github.com/home-assistant/home-assistant.git#tag=${pkgver}
+  home-assistant.service
+  home-assistant.sysusers
+  home-assistant.tmpfiles
+)
+sha512sums=('SKIP'
+
'fe96bd3df3ba666fd9f127c466d1dd1dd7314db2e57826a2b319c8a0bfad7aedeac398e748f93c6ecd9c2247ebbae196b8b0e7263b8681e2b7aeab6a8bfeab80'
+
'10066

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

2019-07-21 Thread Maxime Gauduin via arch-commits
Date: Sunday, July 21, 2019 @ 13:23:28
  Author: alucryd
Revision: 492474

upgpkg: home-assistant 0.96.2-1

Modified:
  home-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 12:36:58 UTC (rev 492473)
+++ PKGBUILD2019-07-21 13:23:28 UTC (rev 492474)
@@ -6,7 +6,7 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.96.0
+pkgver=0.96.2
 pkgrel=1
 arch=(any)
 url=https://home-assistant.io/


[arch-commits] Commit in imagemagick/repos/extra-x86_64 (5 files)

2019-07-21 Thread Antonio Rojas via arch-commits
Date: Sunday, July 21, 2019 @ 13:17:52
  Author: arojas
Revision: 358469

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 358468, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 358468, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 IM7-GS-policy.patch |   10 --
 PKGBUILD|  238 --
 arch-fonts.diff |  214 ++--
 3 files changed, 225 insertions(+), 237 deletions(-)

Deleted: IM7-GS-policy.patch
===
--- IM7-GS-policy.patch 2019-07-21 13:17:21 UTC (rev 358468)
+++ IM7-GS-policy.patch 2019-07-21 13:17:52 UTC (rev 358469)
@@ -1,10 +0,0 @@
 ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
-+++ ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
-@@ -68,6 +68,7 @@
-   
-   
-   
-+  
-   
-   
-   

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-21 13:17:21 UTC (rev 358468)
+++ PKGBUILD2019-07-21 13:17:52 UTC (rev 358469)
@@ -1,120 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.8.55
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/";
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('2ae7274fddbf65c4e084d3c0c87a0b1270b34f978d5358d5a54f1b3dae5ec152'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-
-  # Work around ghostscript security issues 
https://bugs.archlinux.org/task/59778
-  patch -p1 -i ../IM7-GS-policy.patch
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  sed -e '/validate-formats/d' -i Makefile # these fail due to the security 
patch
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-}
-
-package_imagemagick-doc() {
-  

[arch-commits] Commit in imagemagick/trunk (IM7-GS-policy.patch PKGBUILD)

2019-07-21 Thread Antonio Rojas via arch-commits
Date: Sunday, July 21, 2019 @ 13:17:21
  Author: arojas
Revision: 358468

Update to 7.0.8.56, relax security policy (FS#62785,FS#62171)

Modified:
  imagemagick/trunk/PKGBUILD
Deleted:
  imagemagick/trunk/IM7-GS-policy.patch

-+
 IM7-GS-policy.patch |   10 --
 PKGBUILD|   18 --
 2 files changed, 8 insertions(+), 20 deletions(-)

Deleted: IM7-GS-policy.patch
===
--- IM7-GS-policy.patch 2019-07-21 10:36:21 UTC (rev 358467)
+++ IM7-GS-policy.patch 2019-07-21 13:17:21 UTC (rev 358468)
@@ -1,10 +0,0 @@
 ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
-+++ ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
-@@ -68,6 +68,7 @@
-   
-   
-   
-+  
-   
-   
-   

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 10:36:21 UTC (rev 358467)
+++ PKGBUILD2019-07-21 13:17:21 UTC (rev 358468)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.8.55
+pkgver=7.0.8.56
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/";
@@ -15,11 +15,10 @@
 _relname=ImageMagick-${pkgver%%.*}
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('2ae7274fddbf65c4e084d3c0c87a0b1270b34f978d5358d5a54f1b3dae5ec152'
+arch-fonts.diff)
+sha256sums=('b1f32fed2bf0a28a7553f7ac1afc86d02ee35587408d2a89916e3072d9f8d532'
 'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
+'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
 
 shopt -s extglob
@@ -31,9 +30,6 @@
 
   # Fix up typemaps to match our packages, where possible
   patch -p1 -i ../arch-fonts.diff
-
-  # Work around ghostscript security issues 
https://bugs.archlinux.org/task/59778
-  patch -p1 -i ../IM7-GS-policy.patch
 }
 
 build() {
@@ -48,7 +44,7 @@
 PCLDelegate=/usr/bin/gpcl6 \
 --enable-hdri \
 --enable-opencl \
---with-gslib \
+--without-gslib \
 --with-lqr \
 --with-modules \
 --with-openexr \
@@ -73,7 +69,6 @@
 check() (
   cd $_tarname
   ulimit -n 4096
-  sed -e '/validate-formats/d' -i Makefile # these fail due to the security 
patch
   make check
 )
 
@@ -108,6 +103,9 @@
 
 # Split docs
   mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
+
+# Harden security policy https://bugs.archlinux.org/task/62785
+  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
 }
 
 package_imagemagick-doc() {


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

2019-07-21 Thread Morten Linderud via arch-commits
Date: Sunday, July 21, 2019 @ 12:36:49
  Author: foxboron
Revision: 492472

upgpkg: qutebrowser 1.7.0-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 10:04:00 UTC (rev 492471)
+++ PKGBUILD2019-07-21 12:36:49 UTC (rev 492472)
@@ -3,7 +3,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=1.6.3
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
@@ -23,7 +23,7 @@
 
source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz";
 
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc";)
 validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('1ed27f8bc7ce3e0d3d1d8687de5280d0be62c899154c773a22196cba49b02a7d'
+sha256sums=('f1f01b33669a9b08071997bb2642d46a1e5be9e293bdeb817d83db8dc5aad273'
 'SKIP')
 
 build() {


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

2019-07-21 Thread Morten Linderud via arch-commits
Date: Sunday, July 21, 2019 @ 12:36:58
  Author: foxboron
Revision: 492473

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 492472, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-21 12:36:49 UTC (rev 492472)
+++ PKGBUILD2019-07-21 12:36:58 UTC (rev 492473)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=1.6.3
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
-arch=("any")
-url="https://www.qutebrowser.org/";
-license=("GPL")
-depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
- "python-pyqt5" "python-yaml" "qt5-base" "python-pyqtwebengine")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("gst-libav: media playback with qt5-webkit backend"
-"gst-plugins-base: media playback with qt5-webkit backend"
-"gst-plugins-good: media playback with qt5-webkit backend"
-"gst-plugins-bad: media playback with qt5-webkit backend"
-"gst-plugins-ugly: media playback with qt5-webkit backend"
-"pdfjs: displaying PDF in-browser"
-"qt5-webkit: alternative backend")
-options=(!emptydirs)
-source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz";
-
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc";)
-validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('1ed27f8bc7ce3e0d3d1d8687de5280d0be62c899154c773a22196cba49b02a7d'
-'SKIP')
-
-build() {
-cd "$pkgname-$pkgver"
-a2x -f manpage doc/qutebrowser.1.asciidoc
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 492472, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-21 12:36:58 UTC (rev 492473)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
+arch=("any")
+url="https://www.qutebrowser.org/";
+license=("GPL")
+depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
+ "python-pyqt5" "python-yaml" "qt5-base" "python-pyqtwebengine")
+makedepends=("asciidoc" "python-setuptools")
+optdepends=("gst-libav: media playback with qt5-webkit backend"
+"gst-plugins-base: media playback with qt5-webkit backend"
+"gst-plugins-good: media playback with qt5-webkit backend"
+"gst-plugins-bad: media playback with qt5-webkit backend"
+"gst-plugins-ugly: media playback with qt5-webkit backend"
+"pdfjs: displaying PDF in-browser"
+"qt5-webkit: alternative backend")
+options=(!emptydirs)
+source=("https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz";
+
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc";)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('f1f01b33669a9b08071997bb2642d46a1e5be9e293bdeb817d83db8dc5aad273'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"
+a2x -f manpage doc/qutebrowser.1.asciidoc
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2019-07-21 Thread Andreas Radke via arch-commits
Date: Sunday, July 21, 2019 @ 10:36:21
  Author: andyrtr
Revision: 358467

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 358466, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux-lts/repos/testing-x86_64/0002-ZEN-Add-CONFIG-for-unprivileged_userns_clone.patch
(from rev 358466, 
linux-lts/trunk/0002-ZEN-Add-CONFIG-for-unprivileged_userns_clone.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 358466, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 358466, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 358466, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 358466, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 358466, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 358466, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  102 
 0002-ZEN-Add-CONFIG-for-unprivileged_userns_clone.patch |   57 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  236 
 config  | 9797 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 8 files changed, 10239 insertions(+)

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


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

2019-07-21 Thread Andreas Radke via arch-commits
Date: Sunday, July 21, 2019 @ 10:36:01
  Author: andyrtr
Revision: 358466

upgpkg: linux-lts 4.19.60-1

upstream update 4.19.60

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 10:05:54 UTC (rev 358465)
+++ PKGBUILD2019-07-21 10:36:01 UTC (rev 358466)
@@ -3,7 +3,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.19
-pkgver=4.19.59
+pkgver=4.19.60
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/";
@@ -24,7 +24,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1'
 'SKIP'
-'6551b81c5b73b230a7889198d6547a9beb4be03715ac0edba948fd7fae76b790'
+'7cd8bcca13a794f27bceb253706fdf061324b2e9d0a8dbe99451af66b980174c'
 '00e61adf2b206512b3da168663d8aa415f0c3ee0b0fe487c57837114efe95bed'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'


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

2019-07-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, July 21, 2019 @ 10:05:52
  Author: bpiotrowski
Revision: 358464

archrelease: copy trunk to testing-x86_64

Added:
  libtool/repos/testing-x86_64/
  libtool/repos/testing-x86_64/PKGBUILD
(from rev 358463, libtool/trunk/PKGBUILD)

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

Copied: libtool/repos/testing-x86_64/PKGBUILD (from rev 358463, 
libtool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-21 10:05:52 UTC (rev 358464)
@@ -0,0 +1,60 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=libtool
+pkgver=2.4.6+42+gb88cebd5
+pkgrel=5
+_gccver=9.1.0
+pkgdesc='A generic library support script'
+arch=(x86_64)
+url='https://www.gnu.org/software/libtool'
+license=(GPL)
+groups=(base-devel)
+depends=(sh tar glibc)
+makedepends=("gcc>=$_gccver" git help2man)
+checkdepends=(gcc-fortran)
+provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
+conflicts=(libltdl libtool-multilib)
+replaces=(libltdl libtool-multilib)
+_commit=b88cebd510add4420dd8f5367e3cc6e6e1f267cd
+source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit
+git+https://git.savannah.gnu.org/git/gnulib.git
+gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd libtool
+  git describe --tags | sed 's/-/+/g;s/^v//'
+}
+
+prepare() {
+  cd libtool
+
+  git submodule init
+  git config --local submodule.gnulib.url "$srcdir/gnulib"
+  git config --local submodule.gl-mod/bootstrap.url "$srcdir/gnulib-bootstrap"
+  git submodule update
+
+  ./bootstrap
+}
+
+build() {
+  cd libtool
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib 
/usr/lib32"
+  make
+}
+
+check() {
+  cd libtool
+  make check gl_public_submodule_commit=
+}
+
+package() {
+  cd libtool
+  make DESTDIR="$pkgdir" install
+}


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

2019-07-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, July 21, 2019 @ 10:05:54
  Author: bpiotrowski
Revision: 358465

archrelease: copy trunk to testing-x86_64

Added:
  zstd/repos/testing-x86_64/
  zstd/repos/testing-x86_64/PKGBUILD
(from rev 358463, zstd/trunk/PKGBUILD)

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

Copied: zstd/repos/testing-x86_64/PKGBUILD (from rev 358463, 
zstd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-21 10:05:54 UTC (rev 358465)
@@ -0,0 +1,36 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Johan Förberg 
+
+pkgname=zstd
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Zstandard - Fast real-time compression algorithm'
+arch=(x86_64)
+url='https://www.zstd.net/'
+license=(BSD GPL2)
+depends=(zlib xz lz4)
+makedepends=(gtest)
+source=($pkgname-$pkgver.tar.gz::https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz)
+sha256sums=('f91ea3397e6cc65d398e1bc0713cf2f0b0de2fb85ea9dabb1eb3e8f1b22f8d6f')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+  make zstdmt
+  make -C contrib/pzstd
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+  make -C contrib/pzstd test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -Dm755 zstdmt "$pkgdir/usr/bin/zstdmt"
+  install -Dm755 contrib/pzstd/pzstd "$pkgdir/usr/bin/pzstd"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-07-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, July 21, 2019 @ 10:05:34
  Author: bpiotrowski
Revision: 358462

2.4.6+42+gb88cebd5-5: rebuild against gcc 9.1.0

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 10:05:15 UTC (rev 358461)
+++ PKGBUILD2019-07-21 10:05:34 UTC (rev 358462)
@@ -6,8 +6,8 @@
 
 pkgname=libtool
 pkgver=2.4.6+42+gb88cebd5
-pkgrel=4
-_gccver=8.3.0
+pkgrel=5
+_gccver=9.1.0
 pkgdesc='A generic library support script'
 arch=(x86_64)
 url='https://www.gnu.org/software/libtool'


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

2019-07-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, July 21, 2019 @ 10:05:15
  Author: bpiotrowski
Revision: 358461

1.4.1-1

Modified:
  zstd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 10:05:12 UTC (rev 358460)
+++ PKGBUILD2019-07-21 10:05:15 UTC (rev 358461)
@@ -3,7 +3,7 @@
 # Contributor: Johan Förberg 
 
 pkgname=zstd
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='Zstandard - Fast real-time compression algorithm'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(zlib xz lz4)
 makedepends=(gtest)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz)
-sha256sums=('63be339137d2b683c6d19a9e34f4fb684790e864fee13c7dd40e197a64c705c1')
+sha256sums=('f91ea3397e6cc65d398e1bc0713cf2f0b0de2fb85ea9dabb1eb3e8f1b22f8d6f')
 
 build() {
   cd $pkgname-$pkgver


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

2019-07-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, July 21, 2019 @ 10:05:35
  Author: bpiotrowski
Revision: 358463

archrelease: copy trunk to testing-x86_64

Added:
  pkgconf/repos/testing-x86_64/
  pkgconf/repos/testing-x86_64/PKGBUILD
(from rev 358461, pkgconf/trunk/PKGBUILD)
  pkgconf/repos/testing-x86_64/platform-pkg-config.in
(from rev 358461, pkgconf/trunk/platform-pkg-config.in)

+
 PKGBUILD   |   80 +++
 platform-pkg-config.in |   11 ++
 2 files changed, 91 insertions(+)

Copied: pkgconf/repos/testing-x86_64/PKGBUILD (from rev 358461, 
pkgconf/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-21 10:05:35 UTC (rev 358463)
@@ -0,0 +1,80 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Johannes Löthberg 
+# Contributor: Piotr Gorski 
+# Contributor: Lucy 
+# Contributor: Bartlomiej Piotrowski 
+
+pkgname=pkgconf
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="Package compiler and linker metadata toolkit"
+url="https://github.com/pkgconf/pkgconf";
+license=(custom:ISC)
+arch=(x86_64)
+depends=(glibc sh)
+makedepends=(git)
+provides=(pkg-config pkgconfig)
+conflicts=(pkg-config)
+replaces=(pkg-config)
+groups=(base-devel)
+_commit=c862e030cf83447f679e4f49876f5298f0fc9691  # tags/pkgconf-1.6.3
+source=("git+https://git.dereferenced.org/pkgconf/pkgconf#commit=$_commit"; 
platform-pkg-config.in)
+sha256sums=('SKIP'
+'7c61338fbd83f9783d805c2f2f97b426977895a2f4b79e0ae5bc8e9d7996edaa')
+
+_pcdirs=/usr/lib/pkgconfig:/usr/share/pkgconfig
+_libdir=/usr/lib
+_includedir=/usr/include
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^pkgconf-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  ./autogen.sh
+}
+
+build() {
+  cd build
+  ../$pkgname/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-pkg-config-dir="$_pcdirs" \
+--with-system-libdir="$_libdir" \
+--with-system-includedir="$_includedir" \
+--disable-static
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C build install
+
+  # From https://src.fedoraproject.org/rpms/pkgconf/
+  sed -e "s|@TARGET_PLATFORM@|$CHOST|g" \
+  -e "s|@PKGCONF_LIBDIRS@|$_pcdirs|g" \
+  -e "s|@PKGCONF_SYSLIBDIR@|$_libdir|g" \
+  -e "s|@PKGCONF_SYSINCDIR@|$_includedir|g" \
+  platform-pkg-config.in |
+install -D /dev/stdin "$pkgdir/usr/bin/$CHOST-pkg-config"
+  ln -s $CHOST-pkg-config "$pkgdir/usr/bin/pkg-config"
+
+  # Multilib
+  if [[ $CARCH = x86_64 ]]; then
+_host32=${CHOST/x86_64/i686}
+sed -e "s|@TARGET_PLATFORM@|$_host32|g" \
+-e "s|@PKGCONF_LIBDIRS@|${_pcdirs/lib/lib32}|g" \
+-e "s|@PKGCONF_SYSLIBDIR@|${_libdir/lib/lib32}|g" \
+-e "s|@PKGCONF_SYSINCDIR@|$_includedir|g" \
+platform-pkg-config.in |
+  install -D /dev/stdin "$pkgdir/usr/bin/$_host32-pkg-config"
+ln -s $_host32-pkg-config "$pkgdir/usr/bin/pkg-config-32"
+  fi
+
+  ln -s pkgconf.1 "$pkgdir/usr/share/man/man1/pkg-config.1"
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}
+
+# vim:set sw=2 et:

Copied: pkgconf/repos/testing-x86_64/platform-pkg-config.in (from rev 358461, 
pkgconf/trunk/platform-pkg-config.in)
===
--- testing-x86_64/platform-pkg-config.in   (rev 0)
+++ testing-x86_64/platform-pkg-config.in   2019-07-21 10:05:35 UTC (rev 
358463)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# Simple wrapper to tell pkgconf to behave as a platform-specific version of 
pkg-config
+# Platform: @TARGET_PLATFORM@
+
+: ${PKG_CONFIG_LIBDIR=@PKGCONF_LIBDIRS@}
+: ${PKG_CONFIG_SYSTEM_LIBRARY_PATH=@PKGCONF_SYSLIBDIR@} 
+: ${PKG_CONFIG_SYSTEM_INCLUDE_PATH=@PKGCONF_SYSINCDIR@}
+export PKG_CONFIG_LIBDIR PKG_CONFIG_SYSTEM_LIBRARY_PATH 
PKG_CONFIG_SYSTEM_INCLUDE_PATH
+
+exec pkgconf "$@"


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

2019-07-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, July 21, 2019 @ 10:05:12
  Author: bpiotrowski
Revision: 358460

1.6.3-1

Modified:
  pkgconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-20 19:59:26 UTC (rev 358459)
+++ PKGBUILD2019-07-21 10:05:12 UTC (rev 358460)
@@ -5,7 +5,7 @@
 # Contributor: Bartlomiej Piotrowski 
 
 pkgname=pkgconf
-pkgver=1.6.1
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="Package compiler and linker metadata toolkit"
 url="https://github.com/pkgconf/pkgconf";
@@ -17,7 +17,7 @@
 conflicts=(pkg-config)
 replaces=(pkg-config)
 groups=(base-devel)
-_commit=be6011222b52db362d2a4fdf602b4e4928b5317b  # tags/pkgconf-1.6.1
+_commit=c862e030cf83447f679e4f49876f5298f0fc9691  # tags/pkgconf-1.6.3
 source=("git+https://git.dereferenced.org/pkgconf/pkgconf#commit=$_commit"; 
platform-pkg-config.in)
 sha256sums=('SKIP'
 '7c61338fbd83f9783d805c2f2f97b426977895a2f4b79e0ae5bc8e9d7996edaa')


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

2019-07-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, July 21, 2019 @ 10:04:00
  Author: bpiotrowski
Revision: 492471

archrelease: copy trunk to testing-x86_64

Added:
  buildah/repos/testing-x86_64/
  buildah/repos/testing-x86_64/PKGBUILD
(from rev 492470, buildah/trunk/PKGBUILD)

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

Copied: buildah/repos/testing-x86_64/PKGBUILD (from rev 492470, 
buildah/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-21 10:04:00 UTC (rev 492471)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=buildah
+pkgver=1.9.2
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah";
+license=(Apache)
+depends=(ostree runc skopeo)
+makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo)
+_commit=d2a3249ab6efd4508e2fe4229871f4b1bb5cf810  # tags/v1.9.2^0
+source=(git://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd buildah
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p src/github.com/containers
+  cp -r $pkgname src/github.com/containers
+}
+
+build() {
+  export GOPATH="${srcdir}"
+  cd src/github.com/containers/buildah
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub ostree seccomp"
+}
+
+package() {
+  cd src/github.com/containers/buildah
+  make DESTDIR="$pkgdir" PREFIX=usr install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-07-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, July 21, 2019 @ 10:03:39
  Author: bpiotrowski
Revision: 492470

1.9.2-1

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 09:00:51 UTC (rev 492469)
+++ PKGBUILD2019-07-21 10:03:39 UTC (rev 492470)
@@ -1,7 +1,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=buildah
-pkgver=1.9.0
+pkgver=1.9.2
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(ostree runc skopeo)
 makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo)
-_commit=00eb895d6f2f13d658a9cb78714382e494974afc  # tags/v1.9.0^0
+_commit=d2a3249ab6efd4508e2fe4229871f4b1bb5cf810  # tags/v1.9.2^0
 source=(git://github.com/containers/buildah.git#commit=$_commit)
 md5sums=('SKIP')
 


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

2019-07-21 Thread Antonio Rojas via arch-commits
Date: Sunday, July 21, 2019 @ 09:00:51
  Author: arojas
Revision: 492469

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-21 09:00:26 UTC (rev 492468)
+++ PKGBUILD2019-07-21 09:00:51 UTC (rev 492469)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pyname=pysol_cards
-pkgname=python-$_pyname
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Deal PySol FC Cards'
-arch=(any)
-url='https://pypi.org/project/pysol-cards/'
-license=(MIT)
-depends=(python-pbr)
-makedepends=(python-setuptools)
-source=("https://pypi.io/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz";)
-sha256sums=('6b953c30e63211e88fa4d5a3b8634c59e839ecd98dbe233cc5ebd9ec100c9861')
-
-package() {
-  cd $_pyname-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pysol_cards/repos/community-any/PKGBUILD (from rev 492468, 
python-pysol_cards/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-21 09:00:51 UTC (rev 492469)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas 
+
+_pyname=pysol_cards
+pkgname=python-$_pyname
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='Deal PySol FC Cards'
+arch=(any)
+url='https://pypi.org/project/pysol-cards/'
+license=(MIT)
+depends=(python-pbr)
+makedepends=(python-setuptools)
+source=("https://pypi.io/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz";)
+sha256sums=('1bc8b970d1739023a9b97e99f38a0fd67ec76d690a34be7155b6e671b2878c43')
+
+package() {
+  cd $_pyname-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-07-21 Thread Antonio Rojas via arch-commits
Date: Sunday, July 21, 2019 @ 09:00:26
  Author: arojas
Revision: 492468

Update to 0.8.1

Modified:
  python-pysol_cards/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 07:23:38 UTC (rev 492467)
+++ PKGBUILD2019-07-21 09:00:26 UTC (rev 492468)
@@ -2,7 +2,7 @@
 
 _pyname=pysol_cards
 pkgname=python-$_pyname
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc='Deal PySol FC Cards'
 arch=(any)
@@ -11,7 +11,7 @@
 depends=(python-pbr)
 makedepends=(python-setuptools)
 source=("https://pypi.io/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz";)
-sha256sums=('6b953c30e63211e88fa4d5a3b8634c59e839ecd98dbe233cc5ebd9ec100c9861')
+sha256sums=('1bc8b970d1739023a9b97e99f38a0fd67ec76d690a34be7155b6e671b2878c43')
 
 package() {
   cd $_pyname-$pkgver


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

2019-07-21 Thread Felix Yan via arch-commits
Date: Sunday, July 21, 2019 @ 07:23:38
  Author: felixonmars
Revision: 492467

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 492466, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 492466, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-21 07:23:38 UTC (rev 492467)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=5.2.0
+pkgrel=123
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
+ 'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz";)
+sha512sums=('7c2bba89457dd8b3d681ccc032482055144b5ee17336b2e90dda6bbed6c229f36cf521cf66aafd7923ca6c147a1f2bb26567a3109079dae65d726e85f85b32ed')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' -e 's/== 0.3.0/>= 0.3.0/' 
$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${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 \
+-f-CI
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+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 postgrest/trunk (PKGBUILD)

2019-07-21 Thread Felix Yan via arch-commits
Date: Sunday, July 21, 2019 @ 07:23:29
  Author: felixonmars
Revision: 492466

upgpkg: postgrest 5.2.0-123

rebuild with hasql-pool 0.5.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 07:18:30 UTC (rev 492465)
+++ PKGBUILD2019-07-21 07:23:29 UTC (rev 492466)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=5.2.0
-pkgrel=122
+pkgrel=123
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest";
 license=("MIT")


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

2019-07-21 Thread Felix Yan via arch-commits
Date: Sunday, July 21, 2019 @ 07:18:22
  Author: felixonmars
Revision: 492464

upgpkg: haskell-hasql-pool 0.5.1-1

rebuild with hasql-pool 0.5.1

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-21 07:15:18 UTC (rev 492463)
+++ PKGBUILD2019-07-21 07:18:22 UTC (rev 492464)
@@ -3,8 +3,8 @@
 
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
-pkgver=0.5.0.2
-pkgrel=21
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool";
 license=('MIT')
@@ -13,7 +13,7 @@
 makedepends=('ghc' 'haskell-hspec')
 checkdepends=('pifpaf' 'postgresql')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('6dfdcb29ce29be83e7b5ee6e443ede8ba1d993a20416c41a653aa8e643d187359a79afad15b195a271a24116776d869aba12645b034141e74f5272b22472b8c3')
+sha512sums=('09f25a26f2317a0cdfa578ddb0ab23f6077c3e2849da2d4ecb72f2e1c63a57693b566269a2a01b5fb2bca8a3c85871ee6c24be715e9c9b810001447cee1c4a3e')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-07-21 Thread Felix Yan via arch-commits
Date: Sunday, July 21, 2019 @ 07:18:30
  Author: felixonmars
Revision: 492465

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 492464, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
492464, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-21 07:18:30 UTC (rev 492465)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('09f25a26f2317a0cdfa578ddb0ab23f6077c3e2849da2d4ecb72f2e1c63a57693b566269a2a01b5fb2bca8a3c85871ee6c24be715e9c9b810001447cee1c4a3e')
+
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+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"
+}