[arch-commits] Commit in (3 files)

2019-04-11 Thread Sergej Pupykin via arch-commits
Date: Friday, April 12, 2019 @ 06:47:20
  Author: spupykin
Revision: 451203

change homepages to github

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD
  nextcloud-app-calendar/trunk/PKGBUILD
  nextcloud-app-contacts/trunk/PKGBUILD

+
 nextcloud-app-bookmarks/trunk/PKGBUILD |2 +-
 nextcloud-app-calendar/trunk/PKGBUILD  |2 +-
 nextcloud-app-contacts/trunk/PKGBUILD  |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: nextcloud-app-bookmarks/trunk/PKGBUILD
===
--- nextcloud-app-bookmarks/trunk/PKGBUILD  2019-04-12 05:14:08 UTC (rev 
451202)
+++ nextcloud-app-bookmarks/trunk/PKGBUILD  2019-04-12 06:47:20 UTC (rev 
451203)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
-url="https://nextcloud.com";
+url="https://github.com/nextcloud/bookmarks";
 license=('GPL')
 depends=('nextcloud')
 makedepends=()

Modified: nextcloud-app-calendar/trunk/PKGBUILD
===
--- nextcloud-app-calendar/trunk/PKGBUILD   2019-04-12 05:14:08 UTC (rev 
451202)
+++ nextcloud-app-calendar/trunk/PKGBUILD   2019-04-12 06:47:20 UTC (rev 
451203)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
-url="http://nextcloud.com";
+url="https://github.com/nextcloud/calendar/";
 license=('AGPL')
 depends=('nextcloud')
 makedepends=()

Modified: nextcloud-app-contacts/trunk/PKGBUILD
===
--- nextcloud-app-contacts/trunk/PKGBUILD   2019-04-12 05:14:08 UTC (rev 
451202)
+++ nextcloud-app-contacts/trunk/PKGBUILD   2019-04-12 06:47:20 UTC (rev 
451203)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
-url="https://nextcloud.com/";
+url="https://github.com/nextcloud/contacts/";
 license=('GPL')
 depends=('nextcloud')
 options=('!strip')


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

2019-04-11 Thread Andreas Radke via arch-commits
Date: Friday, April 12, 2019 @ 05:15:31
  Author: andyrtr
Revision: 350609

archrelease: copy trunk to extra-x86_64

Added:
  mesa/repos/extra-x86_64/LICENSE
(from rev 350608, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 350608, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

--+
 LICENSE  |  166 ++--
 PKGBUILD |  354 ++---
 2 files changed, 260 insertions(+), 260 deletions(-)

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

Copied: mesa/repos/extra-x86_64/LICENSE (from rev 350608, mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-04-12 05:15:31 UTC (rev 350609)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should c

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

2019-04-11 Thread Andreas Radke via arch-commits
Date: Friday, April 12, 2019 @ 05:15:19
  Author: andyrtr
Revision: 350608

upgpkg: mesa 19.0.2-1

upstream update 19.0.2

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:44:36 UTC (rev 350607)
+++ PKGBUILD2019-04-12 05:15:19 UTC (rev 350608)
@@ -4,8 +4,8 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=19.0.1
-pkgrel=2
+pkgver=19.0.2
+pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'wayland-protocols'
@@ -15,7 +15,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('13afade840dfc44198b08298c9ebeb24c626c98bfff3ec6d08daaaea690ea9d47af466c877146f9afa3b45035e02c1e21fdc4b53a79c99e38dfc6126efe8ece5'
+sha512sums=('6b317205efa7d62150fae23489fbad5f062ecde99fb5b210fa7ccbed2e0ef60aee1f1e66e2c606ea5d59193c3218f732556706ab3b645b175044342d88984d51'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



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

2019-04-11 Thread Nicola Squartini via arch-commits
Date: Friday, April 12, 2019 @ 05:14:08
  Author: tensor5
Revision: 451202

archrelease: copy trunk to community-x86_64

Added:
  go-ethereum/repos/community-x86_64/PKGBUILD
(from rev 451201, go-ethereum/trunk/PKGBUILD)
Deleted:
  go-ethereum/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 05:13:13 UTC (rev 451201)
+++ PKGBUILD2019-04-12 05:14:08 UTC (rev 451202)
@@ -1,29 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=go-ethereum
-pkgver=1.8.23
-_commit=c942700427557e3ff6de3aaf6b916e2f056c1ec2
-pkgrel=1
-pkgdesc='Official Go implementation of the Ethereum protocol'
-arch=('x86_64')
-url='https://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('git' 'go-pie')
-provides=('geth')
-conflicts=('geth')
-replaces=('geth')
-source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";)
-sha256sums=('SKIP')
-
-build() {
-cd ${pkgname}
-
-make all
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}

Copied: go-ethereum/repos/community-x86_64/PKGBUILD (from rev 451201, 
go-ethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-12 05:14:08 UTC (rev 451202)
@@ -0,0 +1,29 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=go-ethereum
+pkgver=1.8.26
+_commit=cdae1c59abc32f85debfa29577fbf1ed036ebf73
+pkgrel=1
+pkgdesc='Official Go implementation of the Ethereum protocol'
+arch=('x86_64')
+url='https://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+provides=('geth')
+conflicts=('geth')
+replaces=('geth')
+source=("git+https://github.com/ethereum/go-ethereum.git#commit=${_commit}";)
+sha256sums=('SKIP')
+
+build() {
+cd ${pkgname}
+
+make all
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}


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

2019-04-11 Thread Nicola Squartini via arch-commits
Date: Friday, April 12, 2019 @ 05:13:13
  Author: tensor5
Revision: 451201

upgpkg: go-ethereum 1.8.26-1

Modified:
  go-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 04:59:18 UTC (rev 451200)
+++ PKGBUILD2019-04-12 05:13:13 UTC (rev 451201)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=go-ethereum
-pkgver=1.8.23
-_commit=c942700427557e3ff6de3aaf6b916e2f056c1ec2
+pkgver=1.8.26
+_commit=cdae1c59abc32f85debfa29577fbf1ed036ebf73
 pkgrel=1
 pkgdesc='Official Go implementation of the Ethereum protocol'
 arch=('x86_64')


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

2019-04-11 Thread Nicola Squartini via arch-commits
Date: Friday, April 12, 2019 @ 04:59:18
  Author: tensor5
Revision: 451200

archrelease: copy trunk to community-x86_64

Added:
  apm/repos/community-x86_64/PKGBUILD
(from rev 451199, apm/trunk/PKGBUILD)
  apm/repos/community-x86_64/apm.js
(from rev 451199, apm/trunk/apm.js)
  apm/repos/community-x86_64/no-scripts.patch
(from rev 451199, apm/trunk/no-scripts.patch)
  apm/repos/community-x86_64/python2.patch
(from rev 451199, apm/trunk/python2.patch)
  apm/repos/community-x86_64/use-system-npm.patch
(from rev 451199, apm/trunk/use-system-npm.patch)
Deleted:
  apm/repos/community-x86_64/PKGBUILD
  apm/repos/community-x86_64/apm.js
  apm/repos/community-x86_64/no-scripts.patch
  apm/repos/community-x86_64/python2.patch
  apm/repos/community-x86_64/use-system-npm.patch

--+
 PKGBUILD |  204 -
 apm.js   |   26 +++---
 no-scripts.patch |   32 +++
 python2.patch|   28 +++---
 use-system-npm.patch |   22 ++---
 5 files changed, 156 insertions(+), 156 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 04:58:21 UTC (rev 451199)
+++ PKGBUILD2019-04-12 04:59:18 UTC (rev 451200)
@@ -1,102 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=apm
-pkgver=2.1.3
-pkgrel=3
-pkgdesc='Atom package manager'
-arch=('x86_64')
-url='https://github.com/atom/apm'
-license=('MIT')
-depends=('libsecret' 'nodejs>=10' 'npm' 'python2')
-makedepends=('git')
-provides=('nodejs-atom-package-manager')
-conflicts=('nodejs-atom-package-manager')
-replaces=('nodejs-atom-package-manager')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/apm/archive/v${pkgver}.tar.gz";
-'apm.js'
-'no-scripts.patch'
-'python2.patch'
-'use-system-npm.patch')
-sha512sums=('99881317cbcdc8b813c113208311932e28a227ecbb88844addca8aabd008d3b3fde7af667cd896ed12fddff0d539b521fc7f58bc72cedb522db65c41d4a4946a'
-
'2453d6e06e6e012baec1787b751e20be354daecf0799c97698491c00546483844532d1b3c02c9c1b6e0a800ccf16ee0f4fff0bfbd5210eca0ad296ed91002aea'
-
'da2e2c6b336b87371541ef159201f6942c606f7c8b212f1a610a8605bb08ddc97ed1ade7f1c02339c40c40f22d8a7d37b1686fb5c7105a775fa85ff6048162dc'
-
'2fedcfc04c03059429c231c5bbd3d5e4b32a30ea9d341c3e27dcbba0deee1e4c8d27d993c59ee96aebf0a0c930b7cc55177e3600c18349dd2b91ebac7bd96632'
-
'96449a53197e7b498561e8fb820f2d60aa4d77cd4364b97e7e595d49776e3ad7fb89b944174be55ad3b81b6b64d65c0f12c5b8cf3eeb1bad8ac18dfdf3c6b610')
-
-_apmdir='/usr/lib/node_modules/atom-package-manager'
-
-prepare() {
-  rm -rf "${srcdir}"/apm-build
-
-  cd apm-${pkgver}
-
-  # Use custom launcher
-  rm bin/apm{,.cmd} bin/npm{,.cmd}
-  rm src/cli.coffee
-  install -m755 "${srcdir}"/apm.js bin/apm
-
-  # Use system npm and node-gyp
-  patch -Np1 -i "${srcdir}"/use-system-npm.patch
-
-  # Don't download binary Node
-  patch -Np1 -i "${srcdir}"/no-scripts.patch
-  rm BUNDLED_NODE_VERSION script/*
-
-  # GYP needs Python2
-  patch -Np1 -i "${srcdir}"/python2.patch
-}
-
-build() {
-  cd apm-${pkgver}
-
-  npm install coffee-script
-  npx coffee -c --no-header -o lib src/*.coffee
-  rm -r node_modules
-  npm install --user root -g --prefix="${srcdir}"/apm-build/usr $(npm pack | 
tail -1)
-}
-
-package() {
-  cp -r "${srcdir}"/apm-build/usr "${pkgdir}"
-
-  cd "${pkgdir}"${_apmdir}
-  install -m644 "${srcdir}"/apm-${pkgver}/README.md ./
-
-  # Install license file
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/atom-package-manager/LICENSE.md \
- "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Remove occurrences of ${srcdir}
-  find "${pkgdir}" -name "package.json" \
-   -exec sed -e "s|${srcdir}/apm-build||" \
- -e "s|${srcdir}/apm-${pkgver}|${_apmdir}|" \
- -i '{}' \;
-
-  # Remove useless stuff
-  find "${pkgdir}"/usr/lib \
-  -name ".*" -prune -exec rm -r '{}' \; \
-  -or -name "*.a" -exec rm '{}' \; \
-  -or -name "*.bat" -exec rm '{}' \; \
-  -or -name "*.mk" -exec rm '{}' \; \
-  -or -path "*/git-utils/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/git-utils/src" -prune -exec rm -r '{}' \; \
-  -or -path "*/keytar/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/keytar/src" -prune -exec rm -r '{}' \; \
-  -or -path "*/oniguruma/binding.gyp" -exec rm '{}' \; \
-  -or -path "*/oniguruma/src" -prune -exec rm -r '{}' \; \
-  -or -name "appveyor.yml" -exec rm '{}' \; \
-  -or -name "benchmark" -prune -exec rm -r '{}' \; \
-  -or -name "binding.Makefile" -exec rm '{}' \; \
-  -or -name "config.gypi" -exec rm '{}' \; \
-  -or -name "deps" -prune -exec rm -r '{}' \; \
-  -or -name "doc" -prune -exec rm -r '{}' \; \
-  -or -name "html" -prune -exec rm -r '{}' \; \
-  -or -name "Makefile" -exec rm '{}' \; \
-  -or -n

[arch-commits] Commit in apm/trunk (PKGBUILD no-scripts.patch use-system-npm.patch)

2019-04-11 Thread Nicola Squartini via arch-commits
Date: Friday, April 12, 2019 @ 04:58:21
  Author: tensor5
Revision: 451199

upgpkg: apm 2.1.7-1

Modified:
  apm/trunk/PKGBUILD
  apm/trunk/no-scripts.patch
  apm/trunk/use-system-npm.patch

--+
 PKGBUILD |   14 +++---
 no-scripts.patch |2 +-
 use-system-npm.patch |4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 04:40:19 UTC (rev 451198)
+++ PKGBUILD2019-04-12 04:58:21 UTC (rev 451199)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=apm
-pkgver=2.1.3
-pkgrel=3
+pkgver=2.1.7
+pkgrel=1
 pkgdesc='Atom package manager'
 arch=('x86_64')
 url='https://github.com/atom/apm'
@@ -18,11 +18,11 @@
 'no-scripts.patch'
 'python2.patch'
 'use-system-npm.patch')
-sha512sums=('99881317cbcdc8b813c113208311932e28a227ecbb88844addca8aabd008d3b3fde7af667cd896ed12fddff0d539b521fc7f58bc72cedb522db65c41d4a4946a'
-
'2453d6e06e6e012baec1787b751e20be354daecf0799c97698491c00546483844532d1b3c02c9c1b6e0a800ccf16ee0f4fff0bfbd5210eca0ad296ed91002aea'
-
'da2e2c6b336b87371541ef159201f6942c606f7c8b212f1a610a8605bb08ddc97ed1ade7f1c02339c40c40f22d8a7d37b1686fb5c7105a775fa85ff6048162dc'
-
'2fedcfc04c03059429c231c5bbd3d5e4b32a30ea9d341c3e27dcbba0deee1e4c8d27d993c59ee96aebf0a0c930b7cc55177e3600c18349dd2b91ebac7bd96632'
-
'96449a53197e7b498561e8fb820f2d60aa4d77cd4364b97e7e595d49776e3ad7fb89b944174be55ad3b81b6b64d65c0f12c5b8cf3eeb1bad8ac18dfdf3c6b610')
+sha256sums=('8d3917499bd4969256cda19c45909d9757d4d68a774e5b3058b96043c0f49355'
+'05702e86aa2287b553c230557c5f84ea54dd6ed3cc49763edba4239b0ab99373'
+'897a82cd23ed5a4f226635dabe56ad28e533cb0949593e2b771ad7928c058bcb'
+'621ae29f99c3fbc410a9a7dc143dd9c912ee94eaa48110ad32c40647f635e792'
+'540ebc69fbff4855fd39f2aefd345b5f5e88f216b0103290367c47843637dad8')
 
 _apmdir='/usr/lib/node_modules/atom-package-manager'
 

Modified: no-scripts.patch
===
--- no-scripts.patch2019-04-12 04:40:19 UTC (rev 451198)
+++ no-scripts.patch2019-04-12 04:58:21 UTC (rev 451199)
@@ -12,5 +12,5 @@
 -"check-version": "node version.js"
 -  },
"dependencies": {
+ "@atom/plist": "0.4.4",
  "asar-require": "0.3.0",
- "async": "~0.2.8",

Modified: use-system-npm.patch
===
--- use-system-npm.patch2019-04-12 04:40:19 UTC (rev 451198)
+++ use-system-npm.patch2019-04-12 04:58:21 UTC (rev 451199)
@@ -1,6 +1,6 @@
 --- a/package.json
 +++ b/package.json
-@@ -32,8 +32,6 @@
+@@ -33,8 +33,6 @@
  "keytar": "^4.0",
  "mv": "2.0.0",
  "ncp": "~0.5.1",
@@ -7,5 +7,5 @@
 -"node-gyp": "3.4.0",
 -"npm": "6.2.0",
  "open": "0.0.5",
- "plist": "git+https://github.com/nathansobo/node-plist.git";,
  "q": "~0.9.7",
+ "read": "~1.0.5",


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

2019-04-11 Thread Gaëtan Bisson via arch-commits
Date: Friday, April 12, 2019 @ 04:40:19
  Author: bisson
Revision: 451198

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2019-04-11 Thread Gaëtan Bisson via arch-commits
Date: Friday, April 12, 2019 @ 04:40:01
  Author: bisson
Revision: 451197

upstream update

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 04:22:34 UTC (rev 451196)
+++ PKGBUILD2019-04-12 04:40:01 UTC (rev 451197)
@@ -3,7 +3,7 @@
 
 pkgname=subsurface
 _pkgname=Subsurface
-pkgver=4.8.5
+pkgver=4.8.6
 pkgrel=1
 pkgdesc='Divelog program'
 url='https://subsurface-divelog.org/'
@@ -14,7 +14,7 @@
  'subsurface-libdc' 'qt5-svg' 'qt5-location'
  'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
-sha256sums=('74702ec4cbbe92c21e125b697c7012520ac4cf370f1c1baf393361e05a41ebb7')
+sha256sums=('c8ee45fd3ec2804514babe5e0d7f318ef5bfc4fe760be9ccb6d282ee8b6cf62b')
 
 # qt5-webkit still used for: printing, manual, facebook
 


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

2019-04-11 Thread Gaëtan Bisson via arch-commits
Date: Friday, April 12, 2019 @ 04:22:34
  Author: bisson
Revision: 451196

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2019-04-11 Thread Gaëtan Bisson via arch-commits
Date: Friday, April 12, 2019 @ 04:22:04
  Author: bisson
Revision: 451195

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 03:45:21 UTC (rev 451194)
+++ PKGBUILD2019-04-12 04:22:04 UTC (rev 451195)
@@ -3,7 +3,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.8.5
+pkgver=4.8.6
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='https://github.com/Subsurface-divelog/libdc'
@@ -10,7 +10,7 @@
 license=('LGPL')
 arch=('x86_64')
 source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
-sha256sums=('d45da439f2e5492e9a4455f3ec78a2725cb696565bd9e81f33c26c403eacc4e7')
+sha256sums=('0d9eb86da42ab178959586b5a40bb759290c89e3d6ce34091d738cd2c0724f99')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')


[arch-commits] Commit in caprine/repos/community-any (6 files)

2019-04-11 Thread Nicola Squartini via arch-commits
Date: Friday, April 12, 2019 @ 03:45:21
  Author: tensor5
Revision: 451194

archrelease: copy trunk to community-any

Added:
  caprine/repos/community-any/PKGBUILD
(from rev 451193, caprine/trunk/PKGBUILD)
  caprine/repos/community-any/caprine.desktop
(from rev 451193, caprine/trunk/caprine.desktop)
  caprine/repos/community-any/caprine.js
(from rev 451193, caprine/trunk/caprine.js)
Deleted:
  caprine/repos/community-any/PKGBUILD
  caprine/repos/community-any/caprine.desktop
  caprine/repos/community-any/caprine.js

-+
 PKGBUILD|  122 +++---
 caprine.desktop |   18 +++
 caprine.js  |   58 -
 3 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 03:44:29 UTC (rev 451193)
+++ PKGBUILD2019-04-12 03:45:21 UTC (rev 451194)
@@ -1,61 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=caprine
-pkgver=2.30.1
-pkgrel=1
-pkgdesc='Unofficial Facebook Messenger app'
-arch=('any')
-url='https://github.com/sindresorhus/caprine'
-license=('MIT')
-depends=('electron')
-makedepends=('npm')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-'caprine.desktop'
-'caprine.js')
-sha256sums=('7ba88f5c2b740da95191edea6f548f32b7acd49a287987105782c21972aeff4e'
-'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
-'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-npm install --ignore-scripts
-npx tsc
-rm -r node_modules
-npm install --ignore-scripts --production
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-appdir=/usr/lib/${pkgname}
-
-install -d "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
-mv "${pkgdir}"${appdir}/media/Icon.svg \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
-ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# Clean up
-rm -r "${pkgdir}"${appdir}/{build,source,tsconfig.json}
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}-${pkgver}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \;
-}

Copied: caprine/repos/community-any/PKGBUILD (from rev 451193, 
caprine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-12 03:45:21 UTC (rev 451194)
@@ -0,0 +1,61 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=caprine
+pkgver=2.30.2
+pkgrel=1
+pkgdesc='Unofficial Facebook Messenger app'
+arch=('any')
+url='https://github.com/sindresorhus/caprine'
+license=('MIT')
+depends=('electron')
+makedepends=('npm')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+'caprine.desktop'
+'caprine.js')
+sha256sums=('d6804bfc82f2809151fef81e760fe51615116cae1017200e60417c387207d459'
+'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
+'76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+npm install --ignore-scripts
+npx tsc
+rm -r node_modules
+npm install --ignore-scripts --production
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+appdir=/usr/lib/${pkgname}
+
+install -d "${pkgdir}"${appdir}
+cp -r * "${pkgdir}"${appdir}
+
+install -dm755 "${pkgdir}"/usr/share/icons/hicolor/scalable/apps
+mv "${pkgdir}"${appdir}/media/Icon.svg \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
+
+install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
+install -Dm644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+
+install -dm755 "${pkgdir}"/usr/share/licenses/${pkgname}
+ln -s $(realpath -m --relative-to=/usr/share/licenses/${pkgname} 
${appdir}/license) \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# Clean up
+rm -r "${pkgdir}"${appdir}/{build,source,

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

2019-04-11 Thread Nicola Squartini via arch-commits
Date: Friday, April 12, 2019 @ 03:44:29
  Author: tensor5
Revision: 451193

upgpkg: caprine 2.30.2-1

Modified:
  caprine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 02:50:32 UTC (rev 451192)
+++ PKGBUILD2019-04-12 03:44:29 UTC (rev 451193)
@@ -1,7 +1,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=caprine
-pkgver=2.30.1
+pkgver=2.30.2
 pkgrel=1
 pkgdesc='Unofficial Facebook Messenger app'
 arch=('any')
@@ -12,7 +12,7 @@
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 'caprine.desktop'
 'caprine.js')
-sha256sums=('7ba88f5c2b740da95191edea6f548f32b7acd49a287987105782c21972aeff4e'
+sha256sums=('d6804bfc82f2809151fef81e760fe51615116cae1017200e60417c387207d459'
 'ddb693c06b0d4adf41c799fd4d97c2d9c106669034f69f7af53a63cc45911a97'
 '76bc862279afe9250554b8b6cdafde529648285e72b6a88d75403ef6b29c571c')
 


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

2019-04-11 Thread Giancarlo Razzolini via arch-commits
Date: Friday, April 12, 2019 @ 02:50:32
  Author: grazzolini
Revision: 451192

archrelease: copy trunk to community-any

Added:
  mkinitcpio-netconf/repos/community-any/Changelog
(from rev 451191, mkinitcpio-netconf/trunk/Changelog)
  mkinitcpio-netconf/repos/community-any/PKGBUILD
(from rev 451191, mkinitcpio-netconf/trunk/PKGBUILD)
Deleted:
  mkinitcpio-netconf/repos/community-any/Changelog
  mkinitcpio-netconf/repos/community-any/PKGBUILD

---+
 Changelog |   30 +-
 PKGBUILD  |   39 +++
 2 files changed, 36 insertions(+), 33 deletions(-)

Deleted: Changelog
===
--- Changelog   2019-04-12 02:49:42 UTC (rev 451191)
+++ Changelog   2019-04-12 02:50:32 UTC (rev 451192)
@@ -1,13 +0,0 @@
-2015-08-11 Giancarlo Razzolini 
-
-   * 0.0.2 :
-   - Initial support for systemd enabled initrd:
-   + Check for any files ending in .initramfs in the 
/etc/systemd/network directory, and copies them to the initrd, and also copy 
and install systemd-networkd.
-   + There are some caveats, specially that it won't remove any ip 
addresses added to the interface: https://github.com/systemd/systemd/issues/780
-   - Corrected the help text.
-
-2015-07-15 Giancarlo Razzolini 
-
-   * 0.0.1 :
-   - Initial release.
-   - Right now it only support the ip= configuration mode.

Copied: mkinitcpio-netconf/repos/community-any/Changelog (from rev 451191, 
mkinitcpio-netconf/trunk/Changelog)
===
--- Changelog   (rev 0)
+++ Changelog   2019-04-12 02:50:32 UTC (rev 451192)
@@ -0,0 +1,17 @@
+2019-04-11 Giancarlo Razzolini 
+   * 0.0.5:
+   - Added functionality for handling of the local interface
+
+2015-08-11 Giancarlo Razzolini 
+
+   * 0.0.2 :
+   - Initial support for systemd enabled initrd:
+   + Check for any files ending in .initramfs in the 
/etc/systemd/network directory, and copies them to the initrd, and also copy 
and install systemd-networkd.
+   + There are some caveats, specially that it won't remove any ip 
addresses added to the interface: https://github.com/systemd/systemd/issues/780
+   - Corrected the help text.
+
+2015-07-15 Giancarlo Razzolini 
+
+   * 0.0.1 :
+   - Initial release.
+   - Right now it only support the ip= configuration mode.

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 02:49:42 UTC (rev 451191)
+++ PKGBUILD2019-04-12 02:50:32 UTC (rev 451192)
@@ -1,20 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-pkgname=mkinitcpio-netconf
-pkgver=0.0.4
-pkgrel=3
-pkgdesc="Archlinux mkinitcpio hook for configuring early userspace networking"
-arch=('any')
-url="https://github.com/grazzolini/mkinitcpio-netconf";
-license=('BSD')
-depends=('mkinitcpio-nfs-utils' 'iproute2')
-#install=$pkgname.install
-source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
-changelog='Changelog'
-sha512sums=('06ac202410964740785d2977f7918981276e10568260433436c51a1d540152cc28462e46dae6bfa31acd1fafa9ebe1e4f57ca90d7754a09ccaba142c8d48b228')
-
-package() {
-  install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_hook"
"$pkgdir/usr/lib/initcpio/hooks/netconf"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_install" 
"$pkgdir/usr/lib/initcpio/install/netconf"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-}

Copied: mkinitcpio-netconf/repos/community-any/PKGBUILD (from rev 451191, 
mkinitcpio-netconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-12 02:50:32 UTC (rev 451192)
@@ -0,0 +1,19 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=mkinitcpio-netconf
+pkgver=0.0.5
+pkgrel=1
+pkgdesc="Archlinux mkinitcpio hook for configuring early userspace networking"
+arch=('any')
+url="https://github.com/grazzolini/mkinitcpio-netconf";
+license=('BSD')
+depends=('mkinitcpio-nfs-utils' 'iproute2')
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+changelog='Changelog'
+sha512sums=('b2460c7b5d963613c3df83249e73b4e8fe70818c3928c051a77bc28f7d58bb30bfa844394f0547d73e4422fa152c87a961036721bc29e9c3b1ced88528ae10d8')
+
+package() {
+  install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_hook"
"$pkgdir/usr/lib/initcpio/hooks/netconf"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_install" 
"$pkgdir/usr/lib/initcpio/install/netconf"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+}


[arch-commits] Commit in mkinitcpio-netconf/trunk (Changelog PKGBUILD)

2019-04-11 Thread Giancarlo Razzolini via arch-commits
Date: Friday, April 12, 2019 @ 02:49:42
  Author: grazzolini
Revision: 451191

upgpkg: mkinitcpio-netconf 0.0.5-1

Modified:
  mkinitcpio-netconf/trunk/Changelog
  mkinitcpio-netconf/trunk/PKGBUILD

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

Modified: Changelog
===
--- Changelog   2019-04-12 02:42:52 UTC (rev 451190)
+++ Changelog   2019-04-12 02:49:42 UTC (rev 451191)
@@ -1,3 +1,7 @@
+2019-04-11 Giancarlo Razzolini 
+   * 0.0.5:
+   - Added functionality for handling of the local interface
+
 2015-08-11 Giancarlo Razzolini 
 
* 0.0.2 :

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 02:42:52 UTC (rev 451190)
+++ PKGBUILD2019-04-12 02:49:42 UTC (rev 451191)
@@ -1,16 +1,15 @@
 # Maintainer: Giancarlo Razzolini 
 pkgname=mkinitcpio-netconf
-pkgver=0.0.4
-pkgrel=3
+pkgver=0.0.5
+pkgrel=1
 pkgdesc="Archlinux mkinitcpio hook for configuring early userspace networking"
 arch=('any')
 url="https://github.com/grazzolini/mkinitcpio-netconf";
 license=('BSD')
 depends=('mkinitcpio-nfs-utils' 'iproute2')
-#install=$pkgname.install
 source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
 changelog='Changelog'
-sha512sums=('06ac202410964740785d2977f7918981276e10568260433436c51a1d540152cc28462e46dae6bfa31acd1fafa9ebe1e4f57ca90d7754a09ccaba142c8d48b228')
+sha512sums=('b2460c7b5d963613c3df83249e73b4e8fe70818c3928c051a77bc28f7d58bb30bfa844394f0547d73e4422fa152c87a961036721bc29e9c3b1ced88528ae10d8')
 
 package() {
   install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_hook"
"$pkgdir/usr/lib/initcpio/hooks/netconf"


[arch-commits] Commit in atom/repos/community-x86_64 (25 files)

2019-04-11 Thread Nicola Squartini via arch-commits
Date: Friday, April 12, 2019 @ 02:42:52
  Author: tensor5
Revision: 451190

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 451189, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 451189, atom/trunk/atom.js)
  atom/repos/community-x86_64/buffer.patch
(from rev 451189, atom/trunk/buffer.patch)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 451189, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/electron-3.patch
(from rev 451189, atom/trunk/electron-3.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 451189, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 451189, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 451189, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/no-unsafe-eval.patch
(from rev 451189, atom/trunk/no-unsafe-eval.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 451189, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 451189, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 451189, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/buffer.patch
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/electron-3.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-middle-click.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/no-unsafe-eval.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  262 
 atom.js |   66 ++--
 buffer.patch|   44 +-
 dugite-use-system-git.patch |   66 ++--
 electron-3.patch|   22 -
 fix-atom-sh.patch   |  290 +-
 fix-license-path.patch  |   44 +-
 fix-middle-click.patch  |   21 -
 fix-restart.patch   |   22 -
 no-unsafe-eval.patch|   22 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   64 ++--
 use-system-electron.patch   |  536 +-
 13 files changed, 737 insertions(+), 744 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 02:40:59 UTC (rev 451189)
+++ PKGBUILD2019-04-12 02:42:52 UTC (rev 451190)
@@ -1,134 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.35.1
-pkgrel=3
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron' 'libxkbfile')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz";
-'atom.js'
-'buffer.patch'
-'dugite-use-system-git.patch'
-'electron-3.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-middle-click.patch'
-'fix-restart.patch'
-'no-unsafe-eval.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('a50bcfcda4cfe6017fb76defc3a0eeaca209954d86a631f5963e69a0c064c2e8'
-'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
-'971e4575884a0d1bf4683b5c6402a3d6059e41345cc09db83df5a0a30ad41bb6'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'328da3b30f4e20e56b38e588d9fe871c01bbbe69865a79e9586919564bdfa869'
-'ab9eed3d4c8bfefea256953428379ab1e636b9c7d4c4af30ddc3f485330183c2'
-'5c77deec5896b658395bdf695c3bc044c9140ad0a5a87f34520c4a31972e51d1'
-'142d540259296396f6d528ecf2f7c6a363f89f8a0d2ad66497f8392da06202bc'
-'c4b883265d16ee30402c449d07be78b7088c1aa60c4f3e712b8bfe857c95f346'
-'4033929dde0b81bb6f174cc4c79050474afaf85b54b928bfe13e05059448ebb1'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'53f43c9328a66e24b3467a0a06d9dfde83475f7e54251bf7a523beafaa043806'
-'a78082364aca5e17595acd237f9e342027384b869974cf9ae3aebd8c23df6cc0')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-

[arch-commits] Commit in atom/trunk (7 files)

2019-04-11 Thread Nicola Squartini via arch-commits
Date: Friday, April 12, 2019 @ 02:40:59
  Author: tensor5
Revision: 451189

upgpkg: atom 1.36.0-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/electron-3.patch
  atom/trunk/fix-atom-sh.patch
  atom/trunk/fix-license-path.patch
  atom/trunk/fix-restart.patch
  atom/trunk/use-system-electron.patch
Deleted:
  atom/trunk/fix-middle-click.patch

---+
 PKGBUILD  |   26 ++
 electron-3.patch  |2 +-
 fix-atom-sh.patch |   42 --
 fix-license-path.patch|2 +-
 fix-middle-click.patch|   21 -
 fix-restart.patch |2 +-
 use-system-electron.patch |   16 +++-
 7 files changed, 52 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 01:50:14 UTC (rev 451188)
+++ PKGBUILD2019-04-12 02:40:59 UTC (rev 451189)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.35.1
-pkgrel=3
+pkgver=1.36.0
+pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -20,25 +20,23 @@
 'electron-3.patch'
 'fix-atom-sh.patch'
 'fix-license-path.patch'
-'fix-middle-click.patch'
 'fix-restart.patch'
 'no-unsafe-eval.patch'
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('a50bcfcda4cfe6017fb76defc3a0eeaca209954d86a631f5963e69a0c064c2e8'
+sha256sums=('4ef8c35d67964c24abea36b65c914a5aea63520496999d3d8032bdff2c8d9c23'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 '971e4575884a0d1bf4683b5c6402a3d6059e41345cc09db83df5a0a30ad41bb6'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'328da3b30f4e20e56b38e588d9fe871c01bbbe69865a79e9586919564bdfa869'
-'ab9eed3d4c8bfefea256953428379ab1e636b9c7d4c4af30ddc3f485330183c2'
-'5c77deec5896b658395bdf695c3bc044c9140ad0a5a87f34520c4a31972e51d1'
-'142d540259296396f6d528ecf2f7c6a363f89f8a0d2ad66497f8392da06202bc'
-'c4b883265d16ee30402c449d07be78b7088c1aa60c4f3e712b8bfe857c95f346'
+'75a672adc0237ea8c93ff67d8296eb73b87792b7b58cdaef7bf596fb6edd073f'
+'3ce4f665a1e3484bb408a665500a8f99d8afb5e3cd9d70374c5f9f4a37176e42'
+'82a0a17d93f00c92bba21094690e075f2b146b424b52209872dd993ce38ca97e'
+'ad63f6428eb8c6afd477ae8f99f85ad25d822d4154c9275272c9ca19c8540953'
 '4033929dde0b81bb6f174cc4c79050474afaf85b54b928bfe13e05059448ebb1'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '53f43c9328a66e24b3467a0a06d9dfde83475f7e54251bf7a523beafaa043806'
-'a78082364aca5e17595acd237f9e342027384b869974cf9ae3aebd8c23df6cc0')
+'19347f0a6bf56721815a4477d0a346becea94b5ea3d4c621f9717269e21144de')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -79,14 +77,10 @@
   rm -r git
   cd ../..
 
-  # https://bugs.archlinux.org/task/61047
-  cd node_modules/tabs
-  patch -Np1 -i "${srcdir}"/fix-middle-click.patch
-  cd ../..
-
   cd script
   npm install
-  ./build
+  # Set ELECTRON_VERSION (see use-system-electron.patch)
+  env ELECTRON_VERSION=$(< /usr/lib/electron/version) ./build
 }
 
 package() {

Modified: electron-3.patch
===
--- electron-3.patch2019-04-12 01:50:14 UTC (rev 451188)
+++ electron-3.patch2019-04-12 02:40:59 UTC (rev 451189)
@@ -1,6 +1,6 @@
 --- a/src/text-editor-component.js
 +++ b/src/text-editor-component.js
-@@ -4433,7 +4433,7 @@
+@@ -4446,7 +4446,7 @@
  
  if (element) {
element.className = className || ''

Modified: fix-atom-sh.patch
===
--- fix-atom-sh.patch   2019-04-12 01:50:14 UTC (rev 451188)
+++ fix-atom-sh.patch   2019-04-12 02:40:59 UTC (rev 451189)
@@ -29,8 +29,8 @@
 -
  export ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT=true
  
- while getopts ":wtfvh-:" opt; do
-@@ -65,95 +41,19 @@
+ ATOM_ADD=false
+@@ -86,105 +62,24 @@
  ATOM_HOME="${ATOM_HOME:-$HOME/.atom}"
  mkdir -p "$ATOM_HOME"
  
@@ -52,7 +52,12 @@
 -  if [ ! -z "${ATOM_APP_NAME}" ]; then
 -# If ATOM_APP_NAME is known, use it as the executable name
 -ATOM_EXECUTABLE_NAME="${ATOM_APP_NAME%.*}"
--  else
++if [ $EXPECT_OUTPUT ]; then
++  "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@"
++  ATOM_EXIT=$?
++  if [ ${ATOM_EXIT} -eq 0 ] && [ -n "${EXIT_CODE_OVERRIDE}" ]; then
++exit "${EXIT_CODE_OVERRIDE}"
+   else
 -# Else choose it from the inferred channel name
 -if [ "$CHANNEL" == 'beta' ]; then
 -  ATOM_EXECUTABLE_NAME="Atom Beta"
@@ -81,11 +86,17 @@
 -exit 1
 -  fi
 -fi
--  fi
++exit ${ATOM_EXIT}
+   fi
 -
 -  if [ $EXPECT_OUTPUT ];

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

2019-04-11 Thread Santiago Torres-Arias via arch-commits
Date: Friday, April 12, 2019 @ 01:50:14
  Author: sangy
Revision: 451188

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 01:49:50 UTC (rev 451187)
+++ PKGBUILD2019-04-12 01:50:14 UTC (rev 451188)
@@ -1,27 +0,0 @@
-# Maintainer : Santiago Torres-Arias 
-# Contributor: smmalis37
-
-pkgname='python-aiorpcx'
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="A generic asyncio library implementation of RPC suitable for an 
application that is a client, server or both."
-url="https://github.com/kyuupichan/aiorpcX/";
-arch=('any')
-license=('MIT')
-depends=('python>=3.6' 'python-attrs')
-makedepends=('python-setuptools')
-source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz";)
-sha256sums=('87d1a297b9cfbb57a1c3ac4d06da5d3d114d1e751b2a9e81e9c82b04420dda5c')
-
-
-build() {
-  cd "${srcdir}/aiorpcX-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/aiorpcX-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -D -m644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-

Copied: python-aiorpcx/repos/community-any/PKGBUILD (from rev 451187, 
python-aiorpcx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-12 01:50:14 UTC (rev 451188)
@@ -0,0 +1,27 @@
+# Maintainer : Santiago Torres-Arias 
+# Contributor: smmalis37
+
+pkgname='python-aiorpcx'
+pkgver=0.12.1
+pkgrel=1
+pkgdesc="A generic asyncio library implementation of RPC suitable for an 
application that is a client, server or both."
+url="https://github.com/kyuupichan/aiorpcX/";
+arch=('any')
+license=('MIT')
+depends=('python>=3.6' 'python-attrs')
+makedepends=('python-setuptools')
+source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz";)
+sha256sums=('3920a91316b54bb6b9dc25e26758a1afdc07787a51958110b4c11b7707d63195')
+
+
+build() {
+  cd "${srcdir}/aiorpcX-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/aiorpcX-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -D -m644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+


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

2019-04-11 Thread Santiago Torres-Arias via arch-commits
Date: Friday, April 12, 2019 @ 01:49:50
  Author: sangy
Revision: 451187

upgpkg: python-aiorpcx 0.12.1-1

Modified:
  python-aiorpcx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 00:36:40 UTC (rev 451186)
+++ PKGBUILD2019-04-12 01:49:50 UTC (rev 451187)
@@ -2,7 +2,7 @@
 # Contributor: smmalis37
 
 pkgname='python-aiorpcx'
-pkgver=0.11.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc="A generic asyncio library implementation of RPC suitable for an 
application that is a client, server or both."
 url="https://github.com/kyuupichan/aiorpcX/";
@@ -11,7 +11,7 @@
 depends=('python>=3.6' 'python-attrs')
 makedepends=('python-setuptools')
 source=("https://github.com/kyuupichan/aiorpcX/archive/${pkgver}.tar.gz";)
-sha256sums=('87d1a297b9cfbb57a1c3ac4d06da5d3d114d1e751b2a9e81e9c82b04420dda5c')
+sha256sums=('3920a91316b54bb6b9dc25e26758a1afdc07787a51958110b4c11b7707d63195')
 
 
 build() {


[arch-commits] Commit in postfixadmin/repos/community-any (10 files)

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 22:05:03
  Author: dvzrv
Revision: 451178

archrelease: copy trunk to community-any

Added:
  postfixadmin/repos/community-any/PKGBUILD
(from rev 451177, postfixadmin/trunk/PKGBUILD)
  postfixadmin/repos/community-any/postfixadmin.install
(from rev 451177, postfixadmin/trunk/postfixadmin.install)
  postfixadmin/repos/community-any/postfixadmin.sysusers
(from rev 451177, postfixadmin/trunk/postfixadmin.sysusers)
  postfixadmin/repos/community-any/postfixadmin.tmpfiles
(from rev 451177, postfixadmin/trunk/postfixadmin.tmpfiles)
  postfixadmin/repos/community-any/postfixadmin.uwsgi
(from rev 451177, postfixadmin/trunk/postfixadmin.uwsgi)
Deleted:
  postfixadmin/repos/community-any/PKGBUILD
  postfixadmin/repos/community-any/postfixadmin.install
  postfixadmin/repos/community-any/postfixadmin.sysusers
  postfixadmin/repos/community-any/postfixadmin.tmpfiles
  postfixadmin/repos/community-any/postfixadmin.uwsgi

---+
 PKGBUILD  |  252 
 postfixadmin.install  |   26 ++--
 postfixadmin.sysusers |2 
 postfixadmin.tmpfiles |6 -
 postfixadmin.uwsgi|   52 -
 5 files changed, 172 insertions(+), 166 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 22:04:49 UTC (rev 451177)
+++ PKGBUILD2019-04-11 22:05:03 UTC (rev 451178)
@@ -1,123 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Filip 
-pkgname=postfixadmin
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="Web based interface to manage Postfix mailboxes, virtual domains and 
aliases"
-arch=('any')
-license=('GPL2')
-url="http://postfixadmin.sourceforge.net/";
-backup=('etc/webapps/postfixadmin/config.inc.php'
-'etc/webapps/postfixadmin/config.local.php'
-'etc/webapps/postfixadmin/.htaccess'
-'etc/uwsgi/postfixadmin.ini')
-depends=('php')
-optdepends=('mariadb: use local MySQL server'
-'postgresql: use local PostgreSQL server'
-'php-fpm: run in fastCGI process manager'
-'uwsgi: run as application container')
-source=("https://github.com/postfixadmin/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz";
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles"
-"${pkgname}.uwsgi")
-install="${pkgname}.install"
-sha512sums=('6c84cb215e69c52c26db0651e5d0d9d8bcb0a63b00d3c197f10fa1f0442a1fde44bb514fb476a1e68a21741d603febac67282961d01270e5969ee13d145121ee'
-
'dc61527dbec79a3b19c8fcbc424fbfbe483cccf99a606e566ea6cd624d46c70a6d87dd8d4da398fedf12b60cfd0cf364c351d6b826e6eee6b2ca8eac0d9efcbe'
-
'7e55c844be7b186d9eb568fe097632651c683582da83e0ee24cd6dd7c5a581fe05e5462174237f542ff8dc5d17a8ab651a77f0087a0c8df01d7b36c7722b1440'
-
'50640e431f9b167d618e5e5f6acd36453270aeb7ef8b714afe8207eba9916c86d4b42a1edb9b73a46a1c732a886efcab01389e007baa5b85295c091b451d5673')
-
-prepare(){
-  mv -v "${pkgname}-${pkgname}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # creating empty local config (for overrides)
-  echo " "config.local.php"
-  # creating htaccess file
-  echo "#Require all denied" > .htaccess
-  # remove unneeded executable bits
-  find . -executable -type f \
--and -not -path "*scripts*" -exec chmod -c 644 {} \;
-  # remove symlinks
-  find . -type l -exec rm -v {} +
-  # remove unneeded debian directories
-  rm -rv ADDITIONS/squirrelmail-plugin/debian
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  # sysusers.d integration
-  install -vDm 644 ../${pkgname}.sysusers \
-"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  # tmpfiles.d integration
-  install -vDm 644 ../${pkgname}.tmpfiles \
-"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-  # docs
-  install -vDm 644 {README.md,CHANGELOG.TXT} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 DOCUMENTS/*.txt \
--t "${pkgdir}/usr/share/doc/${pkgname}/documents"
-  cp -av ADDITIONS VIRTUAL_VACATION \
-"${pkgdir}/usr/share/doc/${pkgname}"
-  # webapp
-  install -vDm 644 {common,functions.inc,index}.php phpunit.xml \
--t "${pkgdir}/usr/share/webapps/${pkgname}"
-  install -vDm 644 configs/menu.conf \
--t "${pkgdir}/usr/share/webapps/${pkgname}/configs"
-  install -vDm 644 languages/*.{lang,php} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/languages/"
-  install -vDm 644 lib/*.{phar,pubkey,php,txt} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/lib/"
-  install -vDm 644 lib/smarty/{COPYING.lib,smarty_version} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/lib/smarty"
-  install -vDm 644 lib/smarty/libs/*.{php,tpl} \
--t "${pkgdir}/usr/share/webapps/${pkgname}/lib/smarty/libs"
-  install -vDm 644 lib/smarty/libs/plugins/*.php \
--t "${pkgdir}/usr/share/webapps/${pkgname}/lib/smarty/libs/plugins"
-  install -vDm 644 lib/smarty/libs/sysplugins/*.php \
--t "${pkgdir}/usr/share/webapps/${pkgname}/lib/s

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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 22:04:49
  Author: dvzrv
Revision: 451177

upgpkg: postfixadmin 3.2.2-2

Adding various optdepends.

Modified:
  postfixadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 21:33:40 UTC (rev 451176)
+++ PKGBUILD2019-04-11 22:04:49 UTC (rev 451177)
@@ -3,7 +3,7 @@
 # Contributor: Filip 
 pkgname=postfixadmin
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Web based interface to manage Postfix mailboxes, virtual domains and 
aliases"
 arch=('any')
 license=('GPL2')
@@ -13,9 +13,15 @@
 'etc/webapps/postfixadmin/.htaccess'
 'etc/uwsgi/postfixadmin.ini')
 depends=('php')
-optdepends=('mariadb: use local MySQL server'
+optdepends=('apache: run in webserver'
+'dovecot: interface local IMAP/POP3 server'
+'mariadb: use local MySQL server'
+'php-fpm: run in fastCGI process manager'
+'php-imap: use IMAP'
+'php-sqlite: use SQLite database backend'
+'php-pgsql: use PostgreSQL database backend'
+'postfix: interface local mail server'
 'postgresql: use local PostgreSQL server'
-'php-fpm: run in fastCGI process manager'
 'uwsgi: run as application container')
 
source=("https://github.com/postfixadmin/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz";
 "${pkgname}.sysusers"


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

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 21:33:40
  Author: polyzen
Revision: 451176

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-serializinghtml/repos/community-any/PKGBUILD
(from rev 451175, python-sphinxcontrib-serializinghtml/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-serializinghtml/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 21:32:43 UTC (rev 451175)
+++ PKGBUILD2019-04-11 21:33:40 UTC (rev 451176)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=sphinxcontrib-serializinghtml
-pkgname=python-sphinxcontrib-serializinghtml
-pkgver=1.1.3
-pkgrel=1
-pkgdesc='Sphinx extension which outputs "serialized" HTML files (json and 
pickle)'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-serializinghtml
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-serializinghtml/repos/community-any/PKGBUILD (from 
rev 451175, python-sphinxcontrib-serializinghtml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 21:33:40 UTC (rev 451176)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-serializinghtml
+pkgname=python-sphinxcontrib-serializinghtml
+pkgver=1.1.3
+pkgrel=1
+pkgdesc='Sphinx extension which outputs "serialized" HTML files (json and 
pickle)'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-serializinghtml
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 21:32:43
  Author: polyzen
Revision: 451175

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD
(from rev 451174, python-sphinxcontrib-qthelp/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 21:31:39 UTC (rev 451174)
+++ PKGBUILD2019-04-11 21:32:43 UTC (rev 451175)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=sphinxcontrib-qthelp
-pkgname=python-sphinxcontrib-qthelp
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Sphinx extension which outputs QtHelp document'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-qthelp
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD (from rev 
451174, python-sphinxcontrib-qthelp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 21:32:43 UTC (rev 451175)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-qthelp
+pkgname=python-sphinxcontrib-qthelp
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Sphinx extension which outputs QtHelp document'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-qthelp
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 21:31:39
  Author: polyzen
Revision: 451174

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-jsmath/repos/community-any/PKGBUILD
(from rev 451173, python-sphinxcontrib-jsmath/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-jsmath/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 21:30:31 UTC (rev 451173)
+++ PKGBUILD2019-04-11 21:31:39 UTC (rev 451174)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=sphinxcontrib-jsmath
-pkgname=python-sphinxcontrib-jsmath
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Sphinx extension which renders display math in HTML via JavaScript'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-jsmath
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-jsmath/repos/community-any/PKGBUILD (from rev 
451173, python-sphinxcontrib-jsmath/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 21:31:39 UTC (rev 451174)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-jsmath
+pkgname=python-sphinxcontrib-jsmath
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Sphinx extension which renders display math in HTML via JavaScript'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-jsmath
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 21:30:31
  Author: polyzen
Revision: 451173

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-htmlhelp/repos/community-any/PKGBUILD
(from rev 451172, python-sphinxcontrib-htmlhelp/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-htmlhelp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 21:24:52 UTC (rev 451172)
+++ PKGBUILD2019-04-11 21:30:31 UTC (rev 451173)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=sphinxcontrib-htmlhelp
-pkgname=python-sphinxcontrib-htmlhelp
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Sphinx extension which renders HTML help files'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools')
-checkdepends=('python-html5lib' 'python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('0d691ca8edf5995fbacfe69b191914256071a94cbad03c3688dca47385c9206c')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-htmlhelp/repos/community-any/PKGBUILD (from rev 
451172, python-sphinxcontrib-htmlhelp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 21:30:31 UTC (rev 451173)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-htmlhelp
+pkgname=python-sphinxcontrib-htmlhelp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Sphinx extension which renders HTML help files'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-html5lib' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('0d691ca8edf5995fbacfe69b191914256071a94cbad03c3688dca47385c9206c')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 21:24:52
  Author: polyzen
Revision: 451172

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-devhelp/repos/community-any/PKGBUILD
(from rev 451171, python-sphinxcontrib-devhelp/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-devhelp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 21:22:40 UTC (rev 451171)
+++ PKGBUILD2019-04-11 21:24:52 UTC (rev 451172)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=sphinxcontrib-devhelp
-pkgname=python-sphinxcontrib-devhelp
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Sphinx extension which outputs Devhelp document'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-devhelp
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-devhelp/repos/community-any/PKGBUILD (from rev 
451171, python-sphinxcontrib-devhelp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 21:24:52 UTC (rev 451172)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-devhelp
+pkgname=python-sphinxcontrib-devhelp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Sphinx extension which outputs Devhelp document'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-devhelp
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 21:22:40
  Author: polyzen
Revision: 451171

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-applehelp/repos/community-any/PKGBUILD
(from rev 451170, python-sphinxcontrib-applehelp/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-applehelp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 21:06:23 UTC (rev 451170)
+++ PKGBUILD2019-04-11 21:22:40 UTC (rev 451171)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=sphinxcontrib-applehelp
-pkgname=python-sphinxcontrib-applehelp
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Sphinx extension which outputs Apple help books'
-arch=('any')
-url=https://github.com/sphinx-doc/sphinxcontrib-applehelp
-license=('BSD')
-depends=('python-sphinx')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinxcontrib-applehelp/repos/community-any/PKGBUILD (from rev 
451170, python-sphinxcontrib-applehelp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 21:22:40 UTC (rev 451171)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-applehelp
+pkgname=python-sphinxcontrib-applehelp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Sphinx extension which outputs Apple help books'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-applehelp
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 21:06:23
  Author: polyzen
Revision: 451170

archrelease: copy trunk to community-any

Added:
  python2-sphinx/repos/community-any/
  python2-sphinx/repos/community-any/PKGBUILD
(from rev 451169, python2-sphinx/trunk/PKGBUILD)

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

Copied: python2-sphinx/repos/community-any/PKGBUILD (from rev 451169, 
python2-sphinx/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 21:06:23 UTC (rev 451170)
@@ -0,0 +1,66 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Daniel M. Capella 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgname=python2-sphinx
+pkgver=1.8.5
+pkgrel=2
+pkgdesc='Python2 documentation generator'
+arch=('any')
+url=http://www.sphinx-doc.org/
+license=('BSD')
+depends=('python2-babel'
+ 'python2-docutils'
+ 'python2-imagesize'
+ 'python2-jinja'
+ 'python2-pygments'
+ 'python2-requests'
+ 'python2-setuptools'
+ 'python2-six'
+ 'python2-snowballstemmer'
+ 'python2-sphinx-alabaster-theme'
+ 'python2-sphinxcontrib-websupport'
+ 'python2-typing')
+#checkdepends=('imagemagick' 'librsvg'
+#  'python2-enum34'
+#  'python2-html5lib'
+#  'python2-mock'
+#  'python2-pytest'
+#  'texlive-latexextra')
+optdepends=('imagemagick: for ext.imgconverter'
+'texlive-latexextra: for generation of PDF documentation')
+source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
+sha512sums=('d7e6a7a6186d1d4e4de0233fb6859da1ef3e02f628512ff9096ef4775b9fb8589edb9052d752925d7a2f1cb7901291af96b5036a5d00f5f58966609bd42872f4'
+'SKIP')
+validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
+  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
+
+prepare() {
+  # change python2 interpreter
+  find Sphinx-$pkgver -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+  # change sphinx-binaries name in source code
+  find Sphinx-$pkgver -type f -name '*.py' -exec \
+sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
+}
+
+build() {
+  cd Sphinx-$pkgver
+  make PYTHON=python2 build
+}
+
+#check() {
+#  cd Sphinx-$pkgver
+#  LC_ALL="en_US.UTF-8" make PYTHON=python2 test
+#  rm -r tests
+#}
+
+package() {
+  cd Sphinx-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 21:05:53
  Author: polyzen
Revision: 451169

Python 2 not supported past this version

Added:
  python2-sphinx/
  python2-sphinx/repos/
  python2-sphinx/trunk/
  python2-sphinx/trunk/PKGBUILD

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

Added: python2-sphinx/trunk/PKGBUILD
===
--- python2-sphinx/trunk/PKGBUILD   (rev 0)
+++ python2-sphinx/trunk/PKGBUILD   2019-04-11 21:05:53 UTC (rev 451169)
@@ -0,0 +1,66 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Daniel M. Capella 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgname=python2-sphinx
+pkgver=1.8.5
+pkgrel=2
+pkgdesc='Python2 documentation generator'
+arch=('any')
+url=http://www.sphinx-doc.org/
+license=('BSD')
+depends=('python2-babel'
+ 'python2-docutils'
+ 'python2-imagesize'
+ 'python2-jinja'
+ 'python2-pygments'
+ 'python2-requests'
+ 'python2-setuptools'
+ 'python2-six'
+ 'python2-snowballstemmer'
+ 'python2-sphinx-alabaster-theme'
+ 'python2-sphinxcontrib-websupport'
+ 'python2-typing')
+#checkdepends=('imagemagick' 'librsvg'
+#  'python2-enum34'
+#  'python2-html5lib'
+#  'python2-mock'
+#  'python2-pytest'
+#  'texlive-latexextra')
+optdepends=('imagemagick: for ext.imgconverter'
+'texlive-latexextra: for generation of PDF documentation')
+source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
+sha512sums=('d7e6a7a6186d1d4e4de0233fb6859da1ef3e02f628512ff9096ef4775b9fb8589edb9052d752925d7a2f1cb7901291af96b5036a5d00f5f58966609bd42872f4'
+'SKIP')
+validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
+  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
+
+prepare() {
+  # change python2 interpreter
+  find Sphinx-$pkgver -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+  # change sphinx-binaries name in source code
+  find Sphinx-$pkgver -type f -name '*.py' -exec \
+sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
+}
+
+build() {
+  cd Sphinx-$pkgver
+  make PYTHON=python2 build
+}
+
+#check() {
+#  cd Sphinx-$pkgver
+#  LC_ALL="en_US.UTF-8" make PYTHON=python2 test
+#  rm -r tests
+#}
+
+package() {
+  cd Sphinx-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sphinxcontrib-serializinghtml/repos (2 files)

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 20:50:37
  Author: polyzen
Revision: 451168

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-serializinghtml/repos/community-any/
  python-sphinxcontrib-serializinghtml/repos/community-any/PKGBUILD
(from rev 451167, python-sphinxcontrib-serializinghtml/trunk/PKGBUILD)

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

Copied: python-sphinxcontrib-serializinghtml/repos/community-any/PKGBUILD (from 
rev 451167, python-sphinxcontrib-serializinghtml/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 20:50:37 UTC (rev 451168)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-serializinghtml
+pkgname=python-sphinxcontrib-serializinghtml
+pkgver=1.1.3
+pkgrel=1
+pkgdesc='Sphinx extension which outputs "serialized" HTML files (json and 
pickle)'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-serializinghtml
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sphinxcontrib-jsmath/repos (2 files)

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 20:49:16
  Author: polyzen
Revision: 451166

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-jsmath/repos/community-any/
  python-sphinxcontrib-jsmath/repos/community-any/PKGBUILD
(from rev 451165, python-sphinxcontrib-jsmath/trunk/PKGBUILD)

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

Copied: python-sphinxcontrib-jsmath/repos/community-any/PKGBUILD (from rev 
451165, python-sphinxcontrib-jsmath/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 20:49:16 UTC (rev 451166)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-jsmath
+pkgname=python-sphinxcontrib-jsmath
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Sphinx extension which renders display math in HTML via JavaScript'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-jsmath
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sphinxcontrib-qthelp/repos (2 files)

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 20:49:54
  Author: polyzen
Revision: 451167

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-qthelp/repos/community-any/
  python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD
(from rev 451166, python-sphinxcontrib-qthelp/trunk/PKGBUILD)

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

Copied: python-sphinxcontrib-qthelp/repos/community-any/PKGBUILD (from rev 
451166, python-sphinxcontrib-qthelp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 20:49:54 UTC (rev 451167)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-qthelp
+pkgname=python-sphinxcontrib-qthelp
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Sphinx extension which outputs QtHelp document'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-qthelp
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sphinxcontrib-htmlhelp/repos (2 files)

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 20:48:13
  Author: polyzen
Revision: 451165

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-htmlhelp/repos/community-any/
  python-sphinxcontrib-htmlhelp/repos/community-any/PKGBUILD
(from rev 451164, python-sphinxcontrib-htmlhelp/trunk/PKGBUILD)

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

Copied: python-sphinxcontrib-htmlhelp/repos/community-any/PKGBUILD (from rev 
451164, python-sphinxcontrib-htmlhelp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 20:48:13 UTC (rev 451165)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-htmlhelp
+pkgname=python-sphinxcontrib-htmlhelp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Sphinx extension which renders HTML help files'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-html5lib' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('0d691ca8edf5995fbacfe69b191914256071a94cbad03c3688dca47385c9206c')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-sphinxcontrib-devhelp/repos (2 files)

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 20:44:52
  Author: polyzen
Revision: 451164

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-devhelp/repos/community-any/
  python-sphinxcontrib-devhelp/repos/community-any/PKGBUILD
(from rev 451163, python-sphinxcontrib-devhelp/trunk/PKGBUILD)

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

Copied: python-sphinxcontrib-devhelp/repos/community-any/PKGBUILD (from rev 
451163, python-sphinxcontrib-devhelp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 20:44:52 UTC (rev 451164)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-devhelp
+pkgname=python-sphinxcontrib-devhelp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Sphinx extension which outputs Devhelp document'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-devhelp
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-11 Thread Jan Steffens via arch-commits
Date: Thursday, April 11, 2019 @ 20:44:28
  Author: heftig
Revision: 350606

1.22.4-1

Modified:
  libqmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:17:03 UTC (rev 350605)
+++ PKGBUILD2019-04-11 20:44:28 UTC (rev 350606)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libqmi
-pkgver=1.22.2
+pkgver=1.22.4
 pkgrel=1
 pkgdesc="QMI modem protocol helper library"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL2)
 depends=(libmbim libgudev)
 makedepends=(gtk-doc python git help2man)
-_commit=f7366937b794b28bc190ada73a45133b94b84f42  # tags/1.22.2
+_commit=f192348840fa3beeb2c65f2423d90476cffe5767  # tags/1.22.4
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2019-04-11 Thread Jan Steffens via arch-commits
Date: Thursday, April 11, 2019 @ 20:44:36
  Author: heftig
Revision: 350607

archrelease: copy trunk to extra-x86_64

Added:
  libqmi/repos/extra-x86_64/PKGBUILD
(from rev 350606, libqmi/trunk/PKGBUILD)
Deleted:
  libqmi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 20:44:28 UTC (rev 350606)
+++ PKGBUILD2019-04-11 20:44:36 UTC (rev 350607)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libqmi
-pkgver=1.22.2
-pkgrel=1
-pkgdesc="QMI modem protocol helper library"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libqmi/";
-license=(GPL2)
-depends=(libmbim libgudev)
-makedepends=(gtk-doc python git help2man)
-_commit=f7366937b794b28bc190ada73a45133b94b84f42  # tags/1.22.2
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libqmi/repos/extra-x86_64/PKGBUILD (from rev 350606, 
libqmi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 20:44:36 UTC (rev 350607)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqmi
+pkgver=1.22.4
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libqmi/";
+license=(GPL2)
+depends=(libmbim libgudev)
+makedepends=(gtk-doc python git help2man)
+_commit=f192348840fa3beeb2c65f2423d90476cffe5767  # tags/1.22.4
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in python-sphinxcontrib-applehelp/repos (2 files)

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 20:44:15
  Author: polyzen
Revision: 451163

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-applehelp/repos/community-any/
  python-sphinxcontrib-applehelp/repos/community-any/PKGBUILD
(from rev 451162, python-sphinxcontrib-applehelp/trunk/PKGBUILD)

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

Copied: python-sphinxcontrib-applehelp/repos/community-any/PKGBUILD (from rev 
451162, python-sphinxcontrib-applehelp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-04-11 20:44:15 UTC (rev 451163)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+_name=sphinxcontrib-applehelp
+pkgname=python-sphinxcontrib-applehelp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Sphinx extension which outputs Apple help books'
+arch=('any')
+url=https://github.com/sphinx-doc/sphinxcontrib-applehelp
+license=('BSD')
+depends=('python-sphinx')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 20:42:42
  Author: polyzen
Revision: 451162

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  202 -
 1 file changed, 53 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 20:42:05 UTC (rev 451161)
+++ PKGBUILD2019-04-11 20:42:42 UTC (rev 451162)
@@ -1,149 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgbase=python-sphinx
-pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.8.5
-pkgrel=1
-
-arch=('any')
-url='http://www.sphinx-doc.org/'
-license=('BSD')
-
-makedepends=(
-  'python-setuptools'
-  'python-docutils'
-  'python-jinja'
-  'python-pygments'
-  'python-six'
-  'python-imagesize'
-  'python-sphinxcontrib-websupport'
-  'python-sqlalchemy'
-  'python-whoosh'
-  'python2-setuptools'
-  'python2-docutils'
-  'python2-jinja'
-  'python2-pygments'
-  'python2-six'
-  'python2-imagesize'
-  'python2-sphinxcontrib-websupport'
-  'python2-sqlalchemy'
-  'python2-whoosh'
-  'python2-typing'
-)
-
-checkdepends=(
-  'texlive-latexextra'
-  'python-nose' 'python2-nose'
-  'python-snowballstemmer' 'python2-snowballstemmer'
-  'python-babel' 'python2-babel'
-  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
-  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
-  'python-mock' 'python2-mock'
-  'python-html5lib' 'python2-html5lib'
-  'python-requests' 'python2-requests'
-  'python2-pytest' 'python-pytest'
-  'python2-enum34'
-  'python-sphinxcontrib-websupport' 'python2-sphinxcontrib-websupport'
-  'imagemagick' 'librsvg'
-)
-
-source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'
-  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07')
-sha512sums=('d7e6a7a6186d1d4e4de0233fb6859da1ef3e02f628512ff9096ef4775b9fb8589edb9052d752925d7a2f1cb7901291af96b5036a5d00f5f58966609bd42872f4'
-'SKIP')
-
-prepare() {
-  # souce duplication is required because makefile modify source code
-  # setyp.py --build tricks don't works well
-  cp -a Sphinx-$pkgver Sphinx-${pkgver}2
-  # change python2 interpreter
-  find Sphinx-${pkgver}2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-  # change sphinx-binaries name in source code
-  find Sphinx-${pkgver}2 -type f -name '*.py' -exec \
-sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
-}
-
-build() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-  make PYTHON=python3 build
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-  make PYTHON=python2 build
-}
-
-#check() {
-#  msg2 'Python 3 version'
-#  cd "$srcdir"/Sphinx-$pkgver
-#  LC_ALL="en_US.UTF-8" make PYTHON=python3 test
-#  rm -r tests
-#
-#  msg2 'Python 2 version'
-#  cd "$srcdir"/Sphinx-${pkgver}2
-#  LC_ALL="en_US.UTF-8" make PYTHON=python2 test
-#  rm -r tests
-#}
-
-package_python-sphinx() {
-  pkgdesc='Python3 documentation generator'
-  depends=(
-'python-setuptools'
-'python-jinja'
-'python-pygments'
-'python-docutils'
-'python-sphinx_rtd_theme'
-'python-sphinx-alabaster-theme'
-'python-babel'
-'python-snowballstemmer'
-'python-six'
-'python-imagesize'
-'python-requests'
-'python-sphinxcontrib-websupport'
-'python-sqlalchemy'
-'python-whoosh'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation'
-  'imagemagick: ext.imageconverter')
-
-  cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python-sphinx/LICENSE
-}
-
-package_python2-sphinx() {
-  pkgdesc='Python2 documentation generator'
-  depends=(
-'python2-setuptools'
-'python2-jinja'
-'python2-pygments'
-'python2-docutils'
-'python2-sphinx_rtd_theme'
-'python2-sphinx-alabaster-theme'
-'python2-babel'
-'python2-snowballstemmer'
-'python2-six'
-'python2-imagesize'
-'python2-requests'
-'python2-sphinxcontrib-websupport'
-'python2-sqlalchemy'
-'python2-whoosh'
-'python2-typing'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation'
-  'imagemagick: ext.imageconverter')
-
-  cd Sphinx-${pkgver}2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python2-sphinx/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 451161, 
python-sphinx/trunk/PKGBUILD)
===

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

2019-04-11 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 11, 2019 @ 20:42:05
  Author: polyzen
Revision: 451161

upgpkg: python-sphinx 2.0.1-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:13:57 UTC (rev 451160)
+++ PKGBUILD2019-04-11 20:42:05 UTC (rev 451161)
@@ -1,149 +1,53 @@
 # Maintainer: Johannes Löthberg 
+# Maintainer: Daniel M. Capella 
 # Contributor: Sébastien Luttringer
 # Contributor: Angel Velasquez 
 # Contributor: Fabio Volpe 
 
-pkgbase=python-sphinx
-pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.8.5
+pkgname=python-sphinx
+pkgver=2.0.1
 pkgrel=1
-
+pkgdesc='Python documentation generator'
 arch=('any')
-url='http://www.sphinx-doc.org/'
+url=http://www.sphinx-doc.org/
 license=('BSD')
-
-makedepends=(
-  'python-setuptools'
-  'python-docutils'
-  'python-jinja'
-  'python-pygments'
-  'python-six'
-  'python-imagesize'
-  'python-sphinxcontrib-websupport'
-  'python-sqlalchemy'
-  'python-whoosh'
-  'python2-setuptools'
-  'python2-docutils'
-  'python2-jinja'
-  'python2-pygments'
-  'python2-six'
-  'python2-imagesize'
-  'python2-sphinxcontrib-websupport'
-  'python2-sqlalchemy'
-  'python2-whoosh'
-  'python2-typing'
-)
-
-checkdepends=(
-  'texlive-latexextra'
-  'python-nose' 'python2-nose'
-  'python-snowballstemmer' 'python2-snowballstemmer'
-  'python-babel' 'python2-babel'
-  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
-  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
-  'python-mock' 'python2-mock'
-  'python-html5lib' 'python2-html5lib'
-  'python-requests' 'python2-requests'
-  'python2-pytest' 'python-pytest'
-  'python2-enum34'
-  'python-sphinxcontrib-websupport' 'python2-sphinxcontrib-websupport'
-  'imagemagick' 'librsvg'
-)
-
+depends=('python-babel'
+ 'python-docutils'
+ 'python-imagesize'
+ 'python-jinja'
+ 'python-pygments'
+ 'python-requests'
+ 'python-setuptools'
+ 'python-snowballstemmer'
+ 'python-sphinx-alabaster-theme'
+ 
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
+checkdepends=('imagemagick' 'librsvg'
+  'python-html5lib'
+  'python-pytest'
+  'texlive-fontsextra' 'texlive-latexextra')
+optdepends=('imagemagick: for ext.imgconverter'
+'texlive-latexextra: for generation of PDF documentation')
 
source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'
-  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07')
-sha512sums=('d7e6a7a6186d1d4e4de0233fb6859da1ef3e02f628512ff9096ef4775b9fb8589edb9052d752925d7a2f1cb7901291af96b5036a5d00f5f58966609bd42872f4'
+sha256sums=('423280646fb37944dd3c85c58fb92a20d745793a9f6c511f59da82fa97cd404b'
 'SKIP')
+validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA
+  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa
 
-prepare() {
-  # souce duplication is required because makefile modify source code
-  # setyp.py --build tricks don't works well
-  cp -a Sphinx-$pkgver Sphinx-${pkgver}2
-  # change python2 interpreter
-  find Sphinx-${pkgver}2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-  # change sphinx-binaries name in source code
-  find Sphinx-${pkgver}2 -type f -name '*.py' -exec \
-sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
-}
-
 build() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-  make PYTHON=python3 build
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-  make PYTHON=python2 build
+  cd Sphinx-$pkgver
+  make build
 }
 
-#check() {
-#  msg2 'Python 3 version'
-#  cd "$srcdir"/Sphinx-$pkgver
-#  LC_ALL="en_US.UTF-8" make PYTHON=python3 test
-#  rm -r tests
-#
-#  msg2 'Python 2 version'
-#  cd "$srcdir"/Sphinx-${pkgver}2
-#  LC_ALL="en_US.UTF-8" make PYTHON=python2 test
-#  rm -r tests
-#}
-
-package_python-sphinx() {
-  pkgdesc='Python3 documentation generator'
-  depends=(
-'python-setuptools'
-'python-jinja'
-'python-pygments'
-'python-docutils'
-'python-sphinx_rtd_theme'
-'python-sphinx-alabaster-theme'
-'python-babel'
-'python-snowballstemmer'
-'python-six'
-'python-imagesize'
-'python-requests'
-'python-sphinxcontrib-websupport'
-'python-sqlalchemy'
-'python-whoosh'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation'
-  'imagemagick: ext.imageconverter')
-
+check() {
   cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python-sphinx/LICENSE
+  LC_ALL="en_US.

[arch-commits] Commit in perl-yaml-syck/trunk (PKGBUILD)

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:17:03
  Author: arojas
Revision: 350605

https

Modified:
  perl-yaml-syck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:16:23 UTC (rev 350604)
+++ PKGBUILD2019-04-11 20:17:03 UTC (rev 350605)
@@ -5,11 +5,11 @@
 pkgrel=1
 pkgdesc="Fast, lightweight YAML loader and dumper"
 arch=('x86_64')
-url="http://search.cpan.org/dist/YAML-Syck/";
+url="https://search.cpan.org/dist/YAML-Syck/";
 license=('BSD' 'custom')
 depends=('perl')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz)
+source=(https://www.cpan.org/authors/id/T/TO/TODDR/YAML-Syck-$pkgver.tar.gz)
 
sha512sums=('5177f415f1f3f0d46b9fc51e43478da627edc3d7e89d9baf095fdda2cd9f93eb46784429f1665fead2b3377a2749c6fb937a91136bbe713d79000c12206a83f5')
 
 build() {


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:16:23
  Author: arojas
Revision: 350604

https

Modified:
  perl-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:15:47 UTC (rev 350603)
+++ PKGBUILD2019-04-11 20:16:23 UTC (rev 350604)
@@ -7,12 +7,12 @@
 pkgrel=1
 pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
 arch=('any')
-url="http://search.cpan.org/dist/YAML/";
+url="https://search.cpan.org/dist/YAML/";
 license=('GPL' 'PerlArtistic')
 depends=('perl')
 checkdepends=('perl-test-deep' 'perl-test-yaml')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TINITA/YAML-${pkgver}.tar.gz)
+source=(https://www.cpan.org/authors/id/T/TI/TINITA/YAML-${pkgver}.tar.gz)
 
sha512sums=('f82de359939f139211df1c63226a17c0ecb00833c8e72986e901507626ef19f3bb3dd7678c83abb9aeb8857ca921e7698e2c0cb0620de5e4a8d3b963ee040e66')
 
 build() {


[arch-commits] Commit in perl-string-shellquote/trunk (PKGBUILD)

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:15:12
  Author: arojas
Revision: 350602

https

Modified:
  perl-string-shellquote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:14:11 UTC (rev 350601)
+++ PKGBUILD2019-04-11 20:15:12 UTC (rev 350602)
@@ -8,11 +8,11 @@
 pkgdesc="Quote strings for passing through the shell"
 arch=('any')
 license=('GPL')
-url="http://search.cpan.org/dist/${_realname}/";
+url="https://search.cpan.org/dist/${_realname}/";
 depends=('perl')
 replaces=('string-shellquote')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/$_realname-$pkgver.tar.gz";)
+source=("https://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/$_realname-$pkgver.tar.gz";)
 md5sums=('da6329dc482b21adf5697cfbd2ac5412')
 
 build() {


[arch-commits] Commit in perl-xml-twig/trunk (PKGBUILD)

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:15:47
  Author: arojas
Revision: 350603

https

Modified:
  perl-xml-twig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:15:12 UTC (rev 350602)
+++ PKGBUILD2019-04-11 20:15:47 UTC (rev 350603)
@@ -5,12 +5,12 @@
 pkgrel=4
 pkgdesc="A module for easy processing of XML"
 arch=('any')
-url="http://search.cpan.org/dist/XML-Twig/";
+url="https://search.cpan.org/dist/XML-Twig/";
 license=('GPL' 'PerlArtistic')
 depends=('perl-xml-parser' 'perl-text-iconv' 'perl')
 checkdepends=('perl-libwww' 'perl-test-pod' 'perl-xml-simple' 'perl-html-tree' 
'perl-xml-xpath' 'perl-tie-ixhash')
 options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/M/MI/MIROD/XML-Twig-${pkgver}.tar.gz";)
+source=("https://www.cpan.org/authors/id/M/MI/MIROD/XML-Twig-${pkgver}.tar.gz";)
 sha1sums=('ce4ad6f055ea677ab5526e55677faffcc6457eb8')
 
 build() {


[arch-commits] Commit in perl-mime-types/trunk (PKGBUILD)

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:14:11
  Author: arojas
Revision: 350601

https

Modified:
  perl-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:13:31 UTC (rev 350600)
+++ PKGBUILD2019-04-11 20:14:11 UTC (rev 350601)
@@ -7,11 +7,11 @@
 pkgrel=2
 pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
 arch=('any')
-url="http://search.cpan.org/dist/MIME-Types/";
+url="https://search.cpan.org/dist/MIME-Types/";
 license=('PerlArtistic')
 depends=('perl')
 options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz";)
+source=("https://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz";)
 
sha512sums=('a834ddfa70fbaa5688a2a35626c489a48448e273638312609faaa8fbf07ba656254d1f907ba5f25518e93fd62b7b9265eec700c38c8446876dca24e07d8b15c4')
 
 build() {


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

2019-04-11 Thread Jonathan Steel via arch-commits
Date: Thursday, April 11, 2019 @ 20:13:57
  Author: jsteel
Revision: 451160

archrelease: copy trunk to community-x86_64

Added:
  obs-studio/repos/community-x86_64/PKGBUILD
(from rev 451159, obs-studio/trunk/PKGBUILD)
Deleted:
  obs-studio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 20:13:45 UTC (rev 451159)
+++ PKGBUILD2019-04-11 20:13:57 UTC (rev 451160)
@@ -1,37 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Benjamin Klettbach 
-
-pkgname=obs-studio
-pkgver=23.0.2
-pkgrel=2
-pkgdesc="Free, open source software for live streaming and recording"
-arch=('x86_64')
-url="https://obsproject.com";
-license=('GPL2')
-depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
- 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
-makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc' 'swig' 'python' 
'luajit')
-optdepends=('libfdk-aac: FDK AAC codec support'
-'libxcomposite: XComposite capture support'
-'luajit: scripting support'
-'python: scripting support'
-'vlc: VLC Media Source support')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('570c86d38e3c9e246c430ac139995b22')
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build; cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
--DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make install DESTDIR="$pkgdir"
-}

Copied: obs-studio/repos/community-x86_64/PKGBUILD (from rev 451159, 
obs-studio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 20:13:57 UTC (rev 451160)
@@ -0,0 +1,39 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=23.1.0
+pkgrel=1
+pkgdesc="Free, open source software for live streaming and recording"
+arch=('x86_64')
+url="https://obsproject.com";
+license=('GPL2')
+depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11'
+ 'qt5-x11extras' 'curl' 'jack' 'gtk-update-icon-cache')
+makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc' 'swig' 'python' 
'luajit')
+optdepends=('libfdk-aac: FDK AAC codec support'
+'libxcomposite: XComposite capture support'
+'libva-intel-driver: hardware encoding'
+'libva-mesa-driver: hardware encoding'
+'luajit: scripting support'
+'python: scripting support'
+'vlc: VLC Media Source support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
+md5sums=('a98e4051b89d33cd6a2e72bb698e83cd')
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build; cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make install DESTDIR="$pkgdir"
+}


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

2019-04-11 Thread Jonathan Steel via arch-commits
Date: Thursday, April 11, 2019 @ 20:13:45
  Author: jsteel
Revision: 451159

upgpkg: obs-studio 23.1.0-1

Modified:
  obs-studio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 19:47:15 UTC (rev 451158)
+++ PKGBUILD2019-04-11 20:13:45 UTC (rev 451159)
@@ -2,8 +2,8 @@
 # Contributor: Benjamin Klettbach 
 
 pkgname=obs-studio
-pkgver=23.0.2
-pkgrel=2
+pkgver=23.1.0
+pkgrel=1
 pkgdesc="Free, open source software for live streaming and recording"
 arch=('x86_64')
 url="https://obsproject.com";
@@ -13,11 +13,13 @@
 makedepends=('cmake' 'libfdk-aac' 'libxcomposite' 'x264' 'vlc' 'swig' 'python' 
'luajit')
 optdepends=('libfdk-aac: FDK AAC codec support'
 'libxcomposite: XComposite capture support'
+'libva-intel-driver: hardware encoding'
+'libva-mesa-driver: hardware encoding'
 'luajit: scripting support'
 'python: scripting support'
 'vlc: VLC Media Source support')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz)
-md5sums=('570c86d38e3c9e246c430ac139995b22')
+md5sums=('a98e4051b89d33cd6a2e72bb698e83cd')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in perl-math-round/trunk (PKGBUILD)

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:13:31
  Author: arojas
Revision: 350600

https

Modified:
  perl-math-round/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:12:53 UTC (rev 350599)
+++ PKGBUILD2019-04-11 20:13:31 UTC (rev 350600)
@@ -6,11 +6,11 @@
 pkgrel=3
 pkgdesc="Perl extension for rounding numbers"
 arch=('any')
-url="http://search.cpan.org/dist/Math-Round";
+url="https://search.cpan.org/dist/Math-Round";
 license=('GPL' 'PerlArtistic')
 depends=('perl')
 options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-$pkgver.tar.gz";)
+source=("https://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-$pkgver.tar.gz";)
 md5sums=('b74c5d2a3f891c19dafd7ce638732fd1')
 
 build() {


[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:12:28
  Author: arojas
Revision: 350598

https

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:11:35 UTC (rev 350597)
+++ PKGBUILD2019-04-11 20:12:28 UTC (rev 350598)
@@ -6,11 +6,11 @@
 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
 arch=('any')
 license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/IO-Socket-SSL/";
+url="https://search.cpan.org/dist/IO-Socket-SSL/";
 depends=('perl-net-ssleay' 'perl' 'perl-uri')
 checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+source=(https://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
 
sha512sums=('1a1e29f8a4b912bd3643509356c66b3a567ae41bb0ac9eb30f6ca97eb68bf9507e20c0fb8512f5dfd309accd6cfba61811b8d637f5e991aaa0a250a906fcb95c')
 
 build() {


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:12:53
  Author: arojas
Revision: 350599

https

Modified:
  perl-libintl-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:12:28 UTC (rev 350598)
+++ PKGBUILD2019-04-11 20:12:53 UTC (rev 350599)
@@ -8,10 +8,10 @@
 pkgdesc="Perl Module: Localization support"
 arch=('x86_64')
 license=('LGPL')
-url="http://search.cpan.org/dist/libintl-perl";
+url="https://search.cpan.org/dist/libintl-perl";
 depends=('coreutils' 'gettext' 'perl')
 options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz";)
+source=("https://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-$pkgver.tar.gz";)
 
sha512sums=('9e22af95ecb8ae1c115114ce5d4f80bb8b1a83e4072d274a55f5946267ac29b98e9da4c01e05d0aa0051fef34a41b6297dbb44f51b8d602f3ef3786a59a6a04a')
 
 build() {


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:11:35
  Author: arojas
Revision: 350597

https

Modified:
  perl-html-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:10:45 UTC (rev 350596)
+++ PKGBUILD2019-04-11 20:11:35 UTC (rev 350597)
@@ -8,12 +8,12 @@
 pkgrel=3
 pkgdesc="A simple HTML templating system"
 arch=('any')
-url="http://search.cpan.org/dist/HTML-Template";
+url="https://search.cpan.org/dist/HTML-Template";
 license=("GPL" "PerlArtistic")
 depends=('perl')
 checkdepends=('perl-cgi')
 options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/S/SA/SAMTREGAR/HTML-Template-$pkgver.tar.gz";)
+source=("https://www.cpan.org/authors/id/S/SA/SAMTREGAR/HTML-Template-$pkgver.tar.gz";)
 
sha512sums=('e1cb68db24db1692c0fb3838739798e5716340e3e78260ee95614af5bf29ee100cc86bbd15a2dda3bb98c7f2ecdf0e3ff8ca7775171a44d9ed347d7f9c850783')
 
 build() {


[arch-commits] Commit in perl-html-tagset/trunk (PKGBUILD)

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:10:45
  Author: arojas
Revision: 350596

https

Modified:
  perl-html-tagset/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:10:06 UTC (rev 350595)
+++ PKGBUILD2019-04-11 20:10:45 UTC (rev 350596)
@@ -9,12 +9,12 @@
 pkgdesc="Data tables useful in parsing HTML"
 arch=('any')
 license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
+url="https://search.cpan.org/dist/${_realname}/";
 depends=('perl>=5.10.0')
 replaces=('html-tagset')
 provides=('html-tagset')
 options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/P/PE/PETDANCE/${_realname}-${pkgver}.tar.gz)
+source=(https://www.cpan.org/authors/id/P/PE/PETDANCE/${_realname}-${pkgver}.tar.gz)
 md5sums=('d2bfa18fe1904df7f683e96611e87437')
 
 build() {


[arch-commits] Commit in perl-html-parser/trunk (PKGBUILD)

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:10:06
  Author: arojas
Revision: 350595

https

Modified:
  perl-html-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:09:16 UTC (rev 350594)
+++ PKGBUILD2019-04-11 20:10:06 UTC (rev 350595)
@@ -9,11 +9,11 @@
 pkgdesc="Perl HTML parser class"
 arch=('x86_64')
 license=('PerlArtistic')
-url="http://search.cpan.org/dist/HTML-Parser/";
+url="https://search.cpan.org/dist/HTML-Parser/";
 depends=('perl-html-tagset')
 checkdepends=('perl-test-pod')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-${pkgver}.tar.gz)
+source=(https://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-${pkgver}.tar.gz)
 md5sums=('eb7505e5f626913350df9dd4a03d54a8')
 
 build() {


[arch-commits] Commit in perl-gtk2-ex-formfactory/trunk (PKGBUILD)

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:09:16
  Author: arojas
Revision: 350594

https

Modified:
  perl-gtk2-ex-formfactory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:08:07 UTC (rev 350593)
+++ PKGBUILD2019-04-11 20:09:16 UTC (rev 350594)
@@ -8,11 +8,11 @@
 pkgdesc="Framework for perl-gtk2 development"
 arch=('any')
 license=('LGPL')
-url="http://www.exit1.org/${_realname}/";
+url="https://www.exit1.org/${_realname}/";
 depends=('gtk2-perl' 'perl')
 options=('!emptydirs')
-DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u') # curl doesn't 
work
-source=(http://www.exit1.org/packages/${_realname}/dist/${_realname}-${pkgver}.tar.gz)
+DLAGENTS=('https::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u') # curl 
doesn't work
+source=(https://www.exit1.org/packages/${_realname}/dist/${_realname}-${pkgver}.tar.gz)
 md5sums=('17f0cfd4957196f9928d023a4801ed5c')
 
 build() {


[arch-commits] Commit in perl-file-mimeinfo/trunk (PKGBUILD)

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:08:07
  Author: arojas
Revision: 350593

https

Modified:
  perl-file-mimeinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:06:16 UTC (rev 350592)
+++ PKGBUILD2019-04-11 20:08:07 UTC (rev 350593)
@@ -10,7 +10,7 @@
 depends=('perl-file-basedir' 'perl-file-desktopentry' 'shared-mime-info')
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
-source=(http://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-${pkgver}.tar.gz)
+source=(https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-${pkgver}.tar.gz)
 
sha512sums=('3b012843a0934e2df78a28e52efec3cbe10b06fd2be7f3d63f64309752240af2e7ef9440a839aa170197f1037baee5fdcf1c1303fd57349841f37ee7001b68dd')
 
 build() {


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:06:16
  Author: arojas
Revision: 350592

https

Modified:
  openexr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:05:07 UTC (rev 350591)
+++ PKGBUILD2019-04-11 20:06:16 UTC (rev 350592)
@@ -4,7 +4,7 @@
 pkgver=2.3.0
 pkgrel=1
 pkgdesc="An high dynamic-range image file format library"
-url="http://www.openexr.com/";
+url="https://www.openexr.com/";
 arch=('x86_64')
 license=('BSD')
 depends=('zlib' 'ilmbase')
@@ -12,13 +12,13 @@
 md5sums=('a157e8a46596bc185f2472a5a4682174')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:05:07
  Author: arojas
Revision: 350591

https

Modified:
  opencore-amr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:04:17 UTC (rev 350590)
+++ PKGBUILD2019-04-11 20:05:07 UTC (rev 350591)
@@ -8,18 +8,18 @@
 arch=('x86_64')
 license=('APACHE')
 url="http://opencore-amr.sourceforge.net/";
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 depends=(glibc)
 sha256sums=('2c006cb9d5f651bfb5e60156dbff6af3c9d35c7bbcc9015308c0aff1e14cd341')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:04:17
  Author: arojas
Revision: 350590

https

Modified:
  net-snmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:03:10 UTC (rev 350589)
+++ PKGBUILD2019-04-11 20:04:17 UTC (rev 350590)
@@ -14,7 +14,7 @@
 'perl-tk: for snmpcheck and tkmib applications'
 'python2: for the python modules')
 options=('!emptydirs' '!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
 snmpd.service snmptrapd.service)
 
sha512sums=('27895a583b23f3e14c48562bc32f3ba83513d81aa848e878be9a3650f0458d45950635c937ef627135f80b757b663e71fab9a3bde4fd91889153998ae3468fe7'
 'SKIP'


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:03:10
  Author: arojas
Revision: 350589

https

Modified:
  mythes-ro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:01:44 UTC (rev 350588)
+++ PKGBUILD2019-04-11 20:03:10 UTC (rev 350589)
@@ -5,24 +5,22 @@
 pkgrel=6
 pkgdesc="Romanian thesaurus"
 arch=('any')
-url="http://sourceforge.net/projects/rospell/";
+url="https://sourceforge.net/projects/rospell/";
 license=('GPL')
 optdepends=('libmythes: offers thesaurus library functions')
-source=(http://downloads.sourceforge.net/rospell/th_ro_RO.${pkgver}.zip)
+source=(https://downloads.sourceforge.net/rospell/th_ro_RO.${pkgver}.zip)
 md5sums=('3ed53f2e3774fec2d6addd88c4ac7170')
 
 package() {
-  cd "${srcdir}"
+  install -dm755 "${pkgdir}"/usr/share/mythes
 
-  install -dm755 ${pkgdir}/usr/share/mythes
-
   install -m644 th_ro_RO.dat "${pkgdir}/usr/share/mythes/th_ro_RO_v2.dat"
   install -m644 th_ro_RO.idx "${pkgdir}/usr/share/mythes/th_ro_RO_v2.idx"
 
   # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/mythes/*; do
+  install -dm755 "${pkgdir}"/usr/share/myspell/dicts
+  pushd "$pkgdir"/usr/share/myspell/dicts
+for file in "$pkgdir"/usr/share/mythes/*; do
   ln -sv /usr/share/mythes/$(basename $file) .
 done
   popd


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:01:44
  Author: arojas
Revision: 350588

https

Modified:
  mythes-it/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 20:00:46 UTC (rev 350587)
+++ PKGBUILD2019-04-11 20:01:44 UTC (rev 350588)
@@ -7,10 +7,10 @@
 pkgrel=5
 pkgdesc="Italian thesaurus"
 arch=('any')
-url="http://sourceforge.net/projects/linguistico/";
+url="https://sourceforge.net/projects/linguistico/";
 license=('GPL3')
 optdepends=('libmythes: offers thesaurus library functions')
-source=("http://downloads.sourceforge.net/linguistico/thesaurus2_it_${_pkgver}_${_date}.zip";)
+source=("https://downloads.sourceforge.net/linguistico/thesaurus2_it_${_pkgver}_${_date}.zip";)
 md5sums=('e3df0f7a03df3b4bf0525f6b6548e129')
 
 package() {


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 20:00:46
  Author: arojas
Revision: 350587

https

Modified:
  mythes-fr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 19:57:56 UTC (rev 350586)
+++ PKGBUILD2019-04-11 20:00:46 UTC (rev 350587)
@@ -12,11 +12,10 @@
 md5sums=('0bfb1c5188bf19237885ee2cf2793edc')
 
 package() {
-  cd "${srcdir}"
   install -Dm644 thes_fr.idx ${pkgdir}/usr/share/mythes/th_fr_FR_v2.idx
   install -Dm644 thes_fr.dat ${pkgdir}/usr/share/mythes/th_fr_FR_v2.dat
 
-  pushd ${pkgdir}/usr/share/mythes/
+  pushd "${pkgdir}"/usr/share/mythes/
   fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU"
   for lang in ${fr_FR_aliases}; do
 ln -s th_fr_FR_v2.idx "th_"${lang}"_v2.idx"
@@ -25,9 +24,9 @@
   popd
 
   # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd ${pkgdir}/usr/share/myspell/dicts
-for file in ${pkgdir}/usr/share/mythes/*; do
+  install -dm755 "${pkgdir}"/usr/share/myspell/dicts
+  pushd "${pkgdir}"/usr/share/myspell/dicts
+for file in "${pkgdir}"/usr/share/mythes/*; do
   ln -s /usr/share/mythes/$(basename ${file}) .
 done
   popd
@@ -34,5 +33,5 @@
 
   # docs
   install -Dm644 README_thes_fr.txt \
-${pkgdir}/usr/share/doc/${pkgname}/README_th_fr_FR_v2.txt
+"${pkgdir}"/usr/share/doc/${pkgname}/README_th_fr_FR_v2.txt
 }


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 19:57:56
  Author: arojas
Revision: 350586

https

Modified:
  mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 19:57:15 UTC (rev 350585)
+++ PKGBUILD2019-04-11 19:57:56 UTC (rev 350586)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
 arch=('x86_64')
-url="http://sourceforge.net/projects/mpg123";
+url="https://sourceforge.net/projects/mpg123";
 license=('LGPL2.1')
 depends=('libltdl' 'alsa-lib')
 makedepends=('sdl' 'jack' 'libpulse')
@@ -12,7 +12,7 @@
 optdepends=('sdl: for sdl audio support'
 'jack: for jack audio support'
 'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha256sums=('6c1337aee2e4bf993299851c70b7db11faec785303cfca3a5c3eb5f329ba7023'
 'SKIP')
 validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 19:57:15
  Author: arojas
Revision: 350585

https

Modified:
  mp3wrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 19:56:26 UTC (rev 350584)
+++ PKGBUILD2019-04-11 19:57:15 UTC (rev 350585)
@@ -8,16 +8,16 @@
 url="http://mp3wrap.sourceforge.net";
 license=('LGPL')
 depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/mp3wrap/mp3wrap-$pkgver-src.tar.gz";)
+source=("https://downloads.sourceforge.net/sourceforge/mp3wrap/mp3wrap-$pkgver-src.tar.gz";)
 
sha512sums=('2dc7a72a12b9245956000443a51cd5341e1d48795b629f6277f9dd26ac9b3ab2511a119478a10daa9516cb2526073956af42f83410aff1e4eae0c972fdd8b0f1')
 
 build() {
-  cd $srcdir/mp3wrap-$pkgver
+  cd mp3wrap-$pkgver
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }
 
 package() {
-  cd $srcdir/mp3wrap-$pkgver
-  make DESTDIR=$pkgdir install
+  cd mp3wrap-$pkgver
+  make DESTDIR="$pkgdir" install
 }


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 19:56:26
  Author: arojas
Revision: 350584

https

Modified:
  mp3splt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 19:55:14 UTC (rev 350583)
+++ PKGBUILD2019-04-11 19:56:26 UTC (rev 350584)
@@ -8,16 +8,16 @@
 license=('GPL')
 url="http://mp3splt.sourceforge.net";
 depends=('libmp3splt')
-source=("http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz";)
+source=("https://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz";)
+sha512sums=('c1cbdc905d4f19e8e20afeadf02a2967049d86e69613312c8855e03afc5b190a569ac63f970171384853961cbe6bf248fae47e5116c4fe9deb7a0787f299918b')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt 
--enable-oggsplt_symlink
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
 }
-sha512sums=('c1cbdc905d4f19e8e20afeadf02a2967049d86e69613312c8855e03afc5b190a569ac63f970171384853961cbe6bf248fae47e5116c4fe9deb7a0787f299918b')


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 19:55:14
  Author: arojas
Revision: 350583

https

Modified:
  mjpegtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 19:53:59 UTC (rev 350582)
+++ PKGBUILD2019-04-11 19:55:14 UTC (rev 350583)
@@ -12,7 +12,7 @@
 makedepends=('gtk2' 'v4l-utils')
 optdepends=('gtk2: glav GUI')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz)
+source=(https://downloads.sourceforge.net/sourceforge/mjpeg/${pkgname}-${pkgver}.tar.gz)
 md5sums=('57bf5dd78976ca9bac972a6511b236f3')
 
 prepare() {


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 19:53:59
  Author: arojas
Revision: 350582

https

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 18:52:08 UTC (rev 350581)
+++ PKGBUILD2019-04-11 19:53:59 UTC (rev 350582)
@@ -14,7 +14,7 @@
 # needs rebuild when bash changes version
 # needs a rebuild when sbcl changes version
 options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
 sha1sums=('ddb2f1405ccb2c4f2bd6712755e2dbbd9a2e57e0')
 
 prepare() {


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 19:47:15
  Author: felixonmars
Revision: 451158

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 19:46:58 UTC (rev 451157)
+++ PKGBUILD2019-04-11 19:47:15 UTC (rev 451158)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-testfixtures
-pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=6.6.2
-pkgrel=1
-pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/Simplistix/testfixtures";
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-zope-component' 'python2-zope-component' 'python-sybil' 
'python2-sybil'
-  'python-pytest-django' 'python2-pytest-django' 'python-django' 
'python2-django'
-  'python-twisted' 'python2-twisted')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz";)
-sha512sums=('11faf4d03c0df1faeabd54ce16c8859095cd0e06cef67296d9ddac8bf32a735b924f1b67d472c8561732fdf69b60472c56c22ca7d7ce8abe6b9b3bd9892f0049')
-
-prepare() {
-  cp -a testfixtures-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/testfixtures-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py pytest --addopts "--ignore=build"
-
-  cd "$srcdir"/testfixtures-$pkgver-py2
-  python2 setup.py pytest --addopts "--ignore=build"
-}
-
-package_python-testfixtures() {
-  depends=('python')
-
-  cd testfixtures-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python2-testfixtures() {
-  depends=('python2')
-
-  cd testfixtures-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-testfixtures/repos/community-any/PKGBUILD (from rev 451157, 
python-testfixtures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 19:47:15 UTC (rev 451158)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-testfixtures
+pkgname=('python-testfixtures' 'python2-testfixtures')
+pkgver=6.7.0
+pkgrel=1
+pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/Simplistix/testfixtures";
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-zope-component' 'python2-zope-component' 'python-sybil' 
'python2-sybil'
+  'python-pytest-django' 'python2-pytest-django' 'python-django' 
'python2-django'
+  'python-twisted' 'python2-twisted')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz";)
+sha512sums=('4746ed7bb5554522371fb060c6e1a46cf3c1c2924b0dd326c982ddd9d29d44ea4f5dc5fcdcf11aa6fd987463ca03ca32df5ec9de64cfdd6bde5a02dae80e4883')
+
+prepare() {
+  cp -a testfixtures-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/testfixtures-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py pytest --addopts "--ignore=build"
+
+  cd "$srcdir"/testfixtures-$pkgver-py2
+  python2 setup.py pytest --addopts "--ignore=build"
+}
+
+package_python-testfixtures() {
+  depends=('python')
+
+  cd testfixtures-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python2-testfixtures() {
+  depends=('python2')
+
+  cd testfixtures-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 19:46:58
  Author: felixonmars
Revision: 451157

upgpkg: python-testfixtures 6.7.0-1

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 19:46:38 UTC (rev 451156)
+++ PKGBUILD2019-04-11 19:46:58 UTC (rev 451157)
@@ -2,7 +2,7 @@
 
 pkgbase=python-testfixtures
 pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=6.6.2
+pkgver=6.7.0
 pkgrel=1
 pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-pytest-django' 'python2-pytest-django' 'python-django' 
'python2-django'
   'python-twisted' 'python2-twisted')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz";)
-sha512sums=('11faf4d03c0df1faeabd54ce16c8859095cd0e06cef67296d9ddac8bf32a735b924f1b67d472c8561732fdf69b60472c56c22ca7d7ce8abe6b9b3bd9892f0049')
+sha512sums=('4746ed7bb5554522371fb060c6e1a46cf3c1c2924b0dd326c982ddd9d29d44ea4f5dc5fcdcf11aa6fd987463ca03ca32df5ec9de64cfdd6bde5a02dae80e4883')
 
 prepare() {
   cp -a testfixtures-$pkgver{,-py2}


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 19:46:38
  Author: felixonmars
Revision: 451156

archrelease: copy trunk to community-any

Added:
  pigar/repos/community-any/PKGBUILD
(from rev 451155, pigar/trunk/PKGBUILD)
Deleted:
  pigar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 19:46:07 UTC (rev 451155)
+++ PKGBUILD2019-04-11 19:46:38 UTC (rev 451156)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=pigar
-pkgver=0.9.1
-pkgrel=2
-pkgdesc="A fantastic tool to generate requirements for your Python project, 
and more than that"
-arch=('any')
-url="https://github.com/Damnever/pigar";
-license=('BSD')
-depends=('python-setuptools' 'python-colorama' 'python-requests')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Damnever/pigar/archive/v$pkgver.tar.gz";)
-sha512sums=('d45f8a896d95259030cc079b6466b39bbc747339672cd852ffd72eb32059dca0054b9bc68415b3cb52dfad59521ce8ffdc7b83963556401bb5fb1fb283d6d677')
-
-build() {
-  cd pigar-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pigar-$pkgver
-  python -m unittest discover pigar/tests/ -t . -v
-}
-
-package() {
-  cd pigar-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: pigar/repos/community-any/PKGBUILD (from rev 451155, 
pigar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 19:46:38 UTC (rev 451156)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=pigar
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="A fantastic tool to generate requirements for your Python project, 
and more than that"
+arch=('any')
+url="https://github.com/Damnever/pigar";
+license=('BSD')
+depends=('python-setuptools' 'python-colorama' 'python-requests')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Damnever/pigar/archive/v$pkgver.tar.gz";)
+sha512sums=('7a937fce100ba4f338cf992f7abb1a71092ab1b1dcd3532ca99f23f30f6cf6da70b3a93cad3d8c09c6c352ee3b20456150857171c5ea35091fd148776bb51cce')
+
+build() {
+  cd pigar-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pigar-$pkgver
+  python -m unittest discover pigar/tests/ -t . -v
+}
+
+package() {
+  cd pigar-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 11, 2019 @ 19:46:07
  Author: felixonmars
Revision: 451155

upgpkg: pigar 0.9.2-1

Modified:
  pigar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 18:51:31 UTC (rev 451154)
+++ PKGBUILD2019-04-11 19:46:07 UTC (rev 451155)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=pigar
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
 pkgdesc="A fantastic tool to generate requirements for your Python project, 
and more than that"
 arch=('any')
 url="https://github.com/Damnever/pigar";
@@ -9,7 +9,7 @@
 license=('BSD')
 depends=('python-setuptools' 'python-colorama' 'python-requests')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Damnever/pigar/archive/v$pkgver.tar.gz";)
-sha512sums=('d45f8a896d95259030cc079b6466b39bbc747339672cd852ffd72eb32059dca0054b9bc68415b3cb52dfad59521ce8ffdc7b83963556401bb5fb1fb283d6d677')
+sha512sums=('7a937fce100ba4f338cf992f7abb1a71092ab1b1dcd3532ca99f23f30f6cf6da70b3a93cad3d8c09c6c352ee3b20456150857171c5ea35091fd148776bb51cce')
 
 build() {
   cd pigar-$pkgver


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

2019-04-11 Thread Christian Hesse via arch-commits
Date: Thursday, April 11, 2019 @ 18:52:08
  Author: eworm
Revision: 350581

archrelease: copy trunk to testing-x86_64

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

+
 0001-Use-Arch-Linux-device-access-groups.patch |   75 ++
 PKGBUILD   |  277 +++
 arch.conf  |7 
 initcpio-hook-udev |   22 +
 initcpio-install-systemd   |  202 
 initcpio-install-udev  |   29 ++
 loader.conf|1 
 systemd-binfmt.hook|   10 
 systemd-catalog.hook   |   11 
 systemd-daemon-reload.hook |   11 
 systemd-hook   |   32 ++
 systemd-hwdb.hook  |   11 
 systemd-sysctl.hook|   10 
 systemd-sysusers.hook  |   10 
 systemd-tmpfiles.hook  |   10 
 systemd-udev-reload.hook   |   11 
 systemd-update.hook|   11 
 systemd-user.pam   |5 
 systemd.install|   99 
 19 files changed, 844 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 350580, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2019-04-11 18:52:08 UTC (rev 350581)
@@ -0,0 +1,75 @@
+From 34e4b4953cb99642e9144d97823edf32b06ffe93 Mon Sep 17 00:00:00 2001
+Message-Id: 
<34e4b4953cb99642e9144d97823edf32b06ffe93.1520376078.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ rules/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in   |  6 +++---
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/rules/50-udev-default.rules.in b/rules/50-udev-default.rules.in
+index 191f56f42..f81c4d0fc 100644
+--- a/rules/50-udev-default.rules.in
 b/rules/50-udev-default.rules.in
+@@ -22,7 +22,7 @@ SUBSYSTEM=="tty", KERNEL=="sclp_line[0-9]*", GROUP="tty", 
MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="3270

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

2019-04-11 Thread Christian Hesse via arch-commits
Date: Thursday, April 11, 2019 @ 18:51:54
  Author: eworm
Revision: 350580

upgpkg: systemd 242.0-1

new upstream release

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 11:53:51 UTC (rev 350579)
+++ PKGBUILD2019-04-11 18:51:54 UTC (rev 350580)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='3d835d09f29151c97af7cb1116e192df711587ab'
-pkgver=241.93
+_commit='1e5d2d656420d0e755dbcf72aeba3c3aba54e956'
+pkgver=242.0
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'


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

2019-04-11 Thread Christian Hesse via arch-commits
Date: Thursday, April 11, 2019 @ 18:51:27
  Author: eworm
Revision: 451153

upgpkg: lib32-systemd 242.0-1

new upstream release

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 18:09:58 UTC (rev 451152)
+++ PKGBUILD2019-04-11 18:51:27 UTC (rev 451153)
@@ -5,8 +5,8 @@
 pkgname=lib32-systemd
 _pkgbasename=systemd
 # Can be from either systemd or systemd-stable
-_commit='3d835d09f29151c97af7cb1116e192df711587ab'
-pkgver=241.93
+_commit='1e5d2d656420d0e755dbcf72aeba3c3aba54e956'
+pkgver=242.0
 pkgrel=1
 pkgdesc='system and service manager (32-bit)'
 arch=('x86_64')


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

2019-04-11 Thread Christian Hesse via arch-commits
Date: Thursday, April 11, 2019 @ 18:51:31
  Author: eworm
Revision: 451154

archrelease: copy trunk to multilib-testing-x86_64

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

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 451153, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-04-11 18:51:31 UTC (rev 451154)
@@ -0,0 +1,133 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+# Can be from either systemd or systemd-stable
+_commit='1e5d2d656420d0e755dbcf72aeba3c3aba54e956'
+pkgver=242.0
+pkgrel=1
+pkgdesc='system and service manager (32-bit)'
+arch=('x86_64')
+url='https://www.github.com/systemd/systemd'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-xz' 
'systemd')
+makedepends=('gcc-multilib' 'git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
+ 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
+ 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
+ 'libxslt' 'meson')
+options=('strip')
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

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


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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 18:09:53
  Author: ffy00
Revision: 451151

upgpkg: sdrangel 4.5.3-1

Modified:
  sdrangel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 18:08:55 UTC (rev 451150)
+++ PKGBUILD2019-04-11 18:09:53 UTC (rev 451151)
@@ -2,8 +2,8 @@
 # Contributor: Michal Krenek (Mikos) 
 
 pkgname=sdrangel
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.5.3
+pkgrel=1
 pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend'
 arch=('x86_64')
 url='https://github.com/f4exb/sdrangel'
@@ -19,7 +19,7 @@
 'bladerf: BladeRF support'
 'airspy: AirSPY support')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" 
sdrangel-opencv4.patch)
-sha512sums=('041a722f06db60c215d41ebd960deaa9a13d6da1f7fd6d685b9251326966719e3b53999c469e6d2967710fa8bafe08abbf784efa034bc4ab7bc8bfb266ad790a'
+sha512sums=('ef32c4f20fca5578e8d2de3b4ff822d25ee8f7430504578a81b231f987bdd11a1087e2e19135d5f02274e7a1c1d8a76808d9c2626330ae076adc07f6d778652e'
 
'bc9519a0f08cc6372b3290ed475e3a70b71d4a29f2cedefd349f9ba220a9d446c05c02ca648f068ee298612b85faeda96d45d186120555382b2df99596576e7e')
 
 prepare() {


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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 18:09:58
  Author: ffy00
Revision: 451152

archrelease: copy trunk to community-x86_64

Added:
  sdrangel/repos/community-x86_64/PKGBUILD
(from rev 451151, sdrangel/trunk/PKGBUILD)
  sdrangel/repos/community-x86_64/sdrangel-opencv4.patch
(from rev 451151, sdrangel/trunk/sdrangel-opencv4.patch)
Deleted:
  sdrangel/repos/community-x86_64/PKGBUILD
  sdrangel/repos/community-x86_64/sdrangel-opencv4.patch

+
 PKGBUILD   |  106 ++--
 sdrangel-opencv4.patch |  174 +++
 2 files changed, 140 insertions(+), 140 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 18:09:53 UTC (rev 451151)
+++ PKGBUILD2019-04-11 18:09:58 UTC (rev 451152)
@@ -1,53 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michal Krenek (Mikos) 
-
-pkgname=sdrangel
-pkgver=4.5.0
-pkgrel=2
-pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend'
-arch=('x86_64')
-url='https://github.com/f4exb/sdrangel'
-license=('GPL3')
-depends=('pkg-config' 'log4cpp' 'opencv' 'fftw'  'ffmpeg'
- 'cm256cc' 'dsdcc' 'pulseaudio' 'lz4' 'nanomsg'
- 'qt5-base' 'qt5-tools' 'qt5-multimedia') # QT5
-makedepends=('cmake' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 'limesuite' 
'rtl-sdr' 'boost')
-optdepends=('ffmpeg: DATV demodulator'
-'rtl-sdr: RTLSDR support'
-'hackrf: HackRF support'
-'limesuite: LimeSDR support'
-'bladerf: BladeRF support'
-'airspy: AirSPY support')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" 
sdrangel-opencv4.patch)
-sha512sums=('041a722f06db60c215d41ebd960deaa9a13d6da1f7fd6d685b9251326966719e3b53999c469e6d2967710fa8bafe08abbf784efa034bc4ab7bc8bfb266ad790a'
-
'bc9519a0f08cc6372b3290ed475e3a70b71d4a29f2cedefd349f9ba220a9d446c05c02ca648f068ee298612b85faeda96d45d186120555382b2df99596576e7e')
-
-prepare() {
-  sed -i 's|sdrangel_icon.xpm|sdrangel.xpm|' 
$pkgname-$pkgver/desktop/sdrangel.desktop
-  cd $pkgname-$pkgver
-  patch -p1 -i ../sdrangel-opencv4.patch # Fix build with openCV 4
-}
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDSDCC_INCLUDE_DIR=/usr/include/dsdcc \
--DCM256CC_INCLUDE_DIR=/usr/include/cm256cc
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-
-  # Install .desktop file
-  install -Dm 644 ../desktop/sdrangel_icon.xpm 
"$pkgdir"/usr/share/pixmaps/sdrangel.xpm
-  install -Dm 644 ../desktop/sdrangel.desktop 
"$pkgdir"/usr/share/applications/adrangel.desktop
-}
-

Copied: sdrangel/repos/community-x86_64/PKGBUILD (from rev 451151, 
sdrangel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 18:09:58 UTC (rev 451152)
@@ -0,0 +1,53 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michal Krenek (Mikos) 
+
+pkgname=sdrangel
+pkgver=4.5.3
+pkgrel=1
+pkgdesc='Qt5/OpenGL SDR and signal analyzer frontend'
+arch=('x86_64')
+url='https://github.com/f4exb/sdrangel'
+license=('GPL3')
+depends=('pkg-config' 'log4cpp' 'opencv' 'fftw'  'ffmpeg'
+ 'cm256cc' 'dsdcc' 'pulseaudio' 'lz4' 'nanomsg'
+ 'qt5-base' 'qt5-tools' 'qt5-multimedia') # QT5
+makedepends=('cmake' 'ffmpeg' 'airspy' 'bladerf' 'hackrf' 'limesuite' 
'rtl-sdr' 'boost')
+optdepends=('ffmpeg: DATV demodulator'
+'rtl-sdr: RTLSDR support'
+'hackrf: HackRF support'
+'limesuite: LimeSDR support'
+'bladerf: BladeRF support'
+'airspy: AirSPY support')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" 
sdrangel-opencv4.patch)
+sha512sums=('ef32c4f20fca5578e8d2de3b4ff822d25ee8f7430504578a81b231f987bdd11a1087e2e19135d5f02274e7a1c1d8a76808d9c2626330ae076adc07f6d778652e'
+
'bc9519a0f08cc6372b3290ed475e3a70b71d4a29f2cedefd349f9ba220a9d446c05c02ca648f068ee298612b85faeda96d45d186120555382b2df99596576e7e')
+
+prepare() {
+  sed -i 's|sdrangel_icon.xpm|sdrangel.xpm|' 
$pkgname-$pkgver/desktop/sdrangel.desktop
+  cd $pkgname-$pkgver
+  patch -p1 -i ../sdrangel-opencv4.patch # Fix build with openCV 4
+}
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDSDCC_INCLUDE_DIR=/usr/include/dsdcc \
+-DCM256CC_INCLUDE_DIR=/usr/include/cm256cc
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+
+  # Install .desktop file
+  install -Dm 644 ../desktop/sdrangel_icon.xpm 
"$pkgdir"/usr/share/pixmaps/sdrangel.xpm
+  install -Dm 644 ../desktop/sdrangel.desktop 
"$pkgdir"/usr/share/applications/adrangel.desktop
+}
+

Deleted: sdrangel-opencv4.pat

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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 18:08:55
  Author: ffy00
Revision: 451150

drop python2 version

Modified:
  python-keyrings-alt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 18:02:03 UTC (rev 451149)
+++ PKGBUILD2019-04-11 18:08:55 UTC (rev 451150)
@@ -6,57 +6,40 @@
 # Contributor: Nuno Araujo 
 # Contributor: Steven Allen 
 
-pkgbase=python-keyrings-alt
+pkgname=python-keyrings-alt
 _pkgname=keyrings.alt
-pkgname=(python-keyrings-alt python2-keyrings-alt)
 epoch=1
 pkgver=3.1.1
 pkgrel=1
 pkgdesc="Alternate keyring implementations"
 arch=('any')
-url="https://github.com/jaraco/keyrings.alt";
+url='https://github.com/jaraco/keyrings.alt'
 license=('MIT')
+depends=('python-keyring')
 makedepends=('python-setuptools_scm' 'python2-setuptools')
-checkdepends=('libgnome-keyring' 'python2-backports.unittest_mock'
-  'python-pycryptodome' 'python-gobject' 'python-pytest-flake8' 
'python-pytest-runner' 'python-keyring'
-  'python2-pycryptodome' 'python2-gobject' 'python2-pytest-flake8' 
'python2-pytest-runner' 'python2-keyring')
+checkdepends=('libgnome-keyring' 'python-pycryptodome' 'python-gobject' 
'python-pytest-flake8' 'python-pytest-runner' 'python-keyring')
+optdepends=('libgnome-keyring: GNOME Integration'
+'python-gobject: GNOME Integration'
+'python-fs'
+'python-crypto: Encrypted file storage')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 
sha512sums=('0ec460620d684c83477f5a5810f8d01058cf251bf9ef34af1afcca0c663fb9025a94ae7785ac4bc6982eb88f44e103f7821c9756a359b2af04800752d3e1fc0e')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
-prepare() {
-  echo -e '\nflake8-ignore = W191 W503 W504' >> keyrings.alt-$pkgver/pytest.ini
+build() {
+  cd $_pkgname-$pkgver
 
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  echo "Building python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
   python setup.py build
-
-  echo "Building python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  echo "Running tests on python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
+  cd $_pkgname-$pkgver
+
   python setup.py pytest
-
-  echo "Running tests on python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-keyrings-alt() {
-  depends=('python-keyring')
-  optdepends=('libgnome-keyring: GNOME Integration'
-  'python-gobject: GNOME Integration'
-  'python-fs'
-  'python-crypto: Encrypted file storage')
+package() {
   cd $_pkgname-$pkgver
 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -63,16 +46,4 @@
   install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
-package_python2-keyrings-alt() {
-  depends=('python2-keyring')
-  optdepends=('libgnome-keyring: GNOME Integration'
-  'python2-gobject: GNOME Integration'
-  'python2-fs'
-  'python2-crypto: Encrypted file storage')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
 # vim:set ts=2 sw=2 et:


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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 18:02:03
  Author: ffy00
Revision: 451149

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 18:01:40 UTC (rev 451148)
+++ PKGBUILD2019-04-11 18:02:03 UTC (rev 451149)
@@ -1,68 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-_pkgname=${pkgbase#python-}
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=18.0.0
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="https://github.com/jaraco/keyring";
-license=('PSF' 'MIT')
-optdepends=('python-keyrings-alt: Alternative backends')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints'
- 'python2-entrypoints' 'python-secretstorage' 
'python2-secretstorage')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
-  'python2-pytest-runner' 'python-dbus' 'python2-dbus')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-sha512sums=('3863f2cd89131d7e927e55691b4eb4b7c2599af189525293d0948aef5215efbbbd74d45db3cd4885ba5b18a79f0fa0b0edc3783a020a6702f6a6fb7ed86b2cf2')
-
-prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  echo "Building python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  echo "Building python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  echo "Running tests on python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py pytest
-
-  echo "Running tests on python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-keyring() {
-  depends=('python-entrypoints' 'python-secretstorage')
-  optdepends=('python-dbus: for kwallet backend')
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-keyring() {
-  depends=('python2-entrypoints' 'python2-secretstorage')
-  optdepends=('python2-dbus: for kwallet backend')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"/usr/bin/keyring "$pkgdir"/usr/bin/keyring2 # Fix the binary name
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 451148, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 18:02:03 UTC (rev 451149)
@@ -0,0 +1,43 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgname=python-keyring
+_pkgname=keyring
+pkgver=19.0.1
+pkgrel=1
+pkgdesc='Store and access your passwords safely'
+arch=('any')
+url='https://github.com/jaraco/keyring'
+license=('PSF' 'MIT')
+depends=('python-entrypoints' 'python-secretstorage')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8')
+optdepends=('python-keyrings-alt: Alternative backends'
+'python-dbus: kwallet backend')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";)
+sha512sums=('7dbc15ec622e12a5bd449947e02f329f0004894f76fcd68b4eeabe5771c3bb4721d51bde28ec9de552bcf8db0ebf2f87e57e19e3f8c123e334fd947c7961c92f')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-11 Thread Filipe Laíns via arch-commits
Date: Thursday, April 11, 2019 @ 18:01:40
  Author: ffy00
Revision: 451148

upgpkg: python-keyring 19.0.1-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 17:33:03 UTC (rev 451147)
+++ PKGBUILD2019-04-11 18:01:40 UTC (rev 451148)
@@ -5,50 +5,35 @@
 # Contributor: Nuno Araujo 
 # Contributor: Steven Allen 
 
-pkgbase=python-keyring
-_pkgname=${pkgbase#python-}
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=18.0.0
+pkgname=python-keyring
+_pkgname=keyring
+pkgver=19.0.1
 pkgrel=1
-pkgdesc="Store and access your passwords safely."
+pkgdesc='Store and access your passwords safely'
 arch=('any')
-url="https://github.com/jaraco/keyring";
+url='https://github.com/jaraco/keyring'
 license=('PSF' 'MIT')
-optdepends=('python-keyrings-alt: Alternative backends')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints'
- 'python2-entrypoints' 'python-secretstorage' 
'python2-secretstorage')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
-  'python2-pytest-runner' 'python-dbus' 'python2-dbus')
+depends=('python-entrypoints' 'python-secretstorage')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8')
+optdepends=('python-keyrings-alt: Alternative backends'
+'python-dbus: kwallet backend')
 
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";)
-sha512sums=('3863f2cd89131d7e927e55691b4eb4b7c2599af189525293d0948aef5215efbbbd74d45db3cd4885ba5b18a79f0fa0b0edc3783a020a6702f6a6fb7ed86b2cf2')
+sha512sums=('7dbc15ec622e12a5bd449947e02f329f0004894f76fcd68b4eeabe5771c3bb4721d51bde28ec9de552bcf8db0ebf2f87e57e19e3f8c123e334fd947c7961c92f')
 
-prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
-}
+build() {
+  cd $_pkgname-$pkgver
 
-build() {
-  echo "Building python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
   python setup.py build
-
-  echo "Building python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  echo "Running tests on python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
+  cd $_pkgname-$pkgver
+
   python setup.py pytest
-
-  echo "Running tests on python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-keyring() {
-  depends=('python-entrypoints' 'python-secretstorage')
-  optdepends=('python-dbus: for kwallet backend')
+package() {
   cd $_pkgname-$pkgver
 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -55,14 +40,4 @@
   install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
-package_python2-keyring() {
-  depends=('python2-entrypoints' 'python2-secretstorage')
-  optdepends=('python2-dbus: for kwallet backend')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"/usr/bin/keyring "$pkgdir"/usr/bin/keyring2 # Fix the binary name
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in riscv64-linux-gnu-linux-api-headers/repos/community-any (2 files)

2019-04-11 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 11, 2019 @ 17:33:03
  Author: anatolik
Revision: 451147

archrelease: copy trunk to community-any

Added:
  riscv64-linux-gnu-linux-api-headers/repos/community-any/PKGBUILD
(from rev 451146, riscv64-linux-gnu-linux-api-headers/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-linux-api-headers/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 17:32:36 UTC (rev 451146)
+++ PKGBUILD2019-04-11 17:33:03 UTC (rev 451147)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Anatol Pomozov 
-
-_target_arch=riscv
-_target=riscv64-linux-gnu
-pkgname=$_target-linux-api-headers
-pkgver=4.19
-pkgrel=1
-pkgdesc="Kernel headers sanitized for use in userspace ($_target)"
-arch=(any)
-url='https://www.kernel.org'
-license=(GPL2)
-source=(https://www.kernel.org/pub/linux/kernel/v4.x/linux-$pkgver.tar.{xz,sign})
-sha1sums=('40f3e72192d59c0b7a4638cebd0ea55d35a782bb'
-  'SKIP')
-validpgpkeys=(
-  'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
-  '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
-)
-
-
-build() {
-  cd linux-$pkgver
-
-  make ARCH=$_target_arch mrproper
-  make ARCH=$_target_arch headers_check
-}
-
-package() {
-  cd linux-$pkgver
-
-  make INSTALL_HDR_PATH="$pkgdir/usr/$_target/" ARCH=$_target_arch V=0 
headers_install
-
-  # clean-up unnecessary files generated during install
-  find "$pkgdir" \( -name .install -or -name ..install.cmd \) -delete
-}

Copied: riscv64-linux-gnu-linux-api-headers/repos/community-any/PKGBUILD (from 
rev 451146, riscv64-linux-gnu-linux-api-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 17:33:03 UTC (rev 451147)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov 
+
+_target_arch=riscv
+_target=riscv64-linux-gnu
+pkgname=$_target-linux-api-headers
+pkgver=5.0
+pkgrel=1
+pkgdesc="Kernel headers sanitized for use in userspace ($_target)"
+arch=(any)
+url='https://www.kernel.org'
+license=(GPL2)
+source=(https://www.kernel.org/pub/linux/kernel/v5.x/linux-$pkgver.tar.{xz,sign})
+sha1sums=('3a7bc3cdd77d71b18b96ca0d92e57ef9bded3757'
+  'SKIP')
+validpgpkeys=(
+  'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
+)
+
+
+build() {
+  cd linux-$pkgver
+
+  make ARCH=$_target_arch mrproper
+  make ARCH=$_target_arch headers_check
+}
+
+package() {
+  cd linux-$pkgver
+
+  make INSTALL_HDR_PATH="$pkgdir/usr/$_target/" ARCH=$_target_arch V=0 
headers_install
+
+  # clean-up unnecessary files generated during install
+  find "$pkgdir" \( -name .install -or -name ..install.cmd \) -delete
+}


[arch-commits] Commit in riscv64-linux-gnu-linux-api-headers/trunk (PKGBUILD)

2019-04-11 Thread Anatol Pomozov via arch-commits
Date: Thursday, April 11, 2019 @ 17:32:36
  Author: anatolik
Revision: 451146

upgpkg: riscv64-linux-gnu-linux-api-headers 5.0-1

Modified:
  riscv64-linux-gnu-linux-api-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 17:28:54 UTC (rev 451145)
+++ PKGBUILD2019-04-11 17:32:36 UTC (rev 451146)
@@ -4,14 +4,14 @@
 _target_arch=riscv
 _target=riscv64-linux-gnu
 pkgname=$_target-linux-api-headers
-pkgver=4.19
+pkgver=5.0
 pkgrel=1
 pkgdesc="Kernel headers sanitized for use in userspace ($_target)"
 arch=(any)
 url='https://www.kernel.org'
 license=(GPL2)
-source=(https://www.kernel.org/pub/linux/kernel/v4.x/linux-$pkgver.tar.{xz,sign})
-sha1sums=('40f3e72192d59c0b7a4638cebd0ea55d35a782bb'
+source=(https://www.kernel.org/pub/linux/kernel/v5.x/linux-$pkgver.tar.{xz,sign})
+sha1sums=('3a7bc3cdd77d71b18b96ca0d92e57ef9bded3757'
   'SKIP')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 17:28:54
  Author: arojas
Revision: 451145

archrelease: copy trunk to community-any

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

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

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

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


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 17:28:27
  Author: arojas
Revision: 451144

Update to 14.29.35

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 16:38:23 UTC (rev 451143)
+++ PKGBUILD2019-04-11 17:28:27 UTC (rev 451144)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.29.34
+pkgver=14.29.35
 pkgrel=1
 arch=(any)
 url="https://jmol.sourceforge.net";
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha256sums=('589b2d6dc8fecbf5ff2331ca4cd5b56e86976760f9143e7f1cdf6f120a3025c3')
+sha256sums=('9beaaccc9c707639133a979911e41273c3ed3143be6f59f531f36f2b7bc4c26d')
 
 package_jmol() {
   pkgdesc="a Java 3D viewer for chemical structures"


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

2019-04-11 Thread Konstantin Gizdov via arch-commits
Date: Thursday, April 11, 2019 @ 16:38:23
  Author: kgizdov
Revision: 451143

archrelease: copy trunk to community-testing-x86_64

Added:
  cuda/repos/community-testing-x86_64/PKGBUILD
(from rev 451142, cuda/trunk/PKGBUILD)
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
(from rev 451142, cuda/trunk/cuda-findgllib_mk.diff)
  cuda/repos/community-testing-x86_64/cuda.conf
(from rev 451142, cuda/trunk/cuda.conf)
  cuda/repos/community-testing-x86_64/cuda.install
(from rev 451142, cuda/trunk/cuda.install)
  cuda/repos/community-testing-x86_64/cuda.sh
(from rev 451142, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-testing-x86_64/PKGBUILD
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
  cuda/repos/community-testing-x86_64/cuda.conf
  cuda/repos/community-testing-x86_64/cuda.install
  cuda/repos/community-testing-x86_64/cuda.sh

+
 PKGBUILD   |  166 +++
 cuda-findgllib_mk.diff |   44 ++--
 cuda.conf  |6 -
 cuda.install   |   22 +++---
 cuda.sh|2 
 5 files changed, 120 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 16:37:54 UTC (rev 451142)
+++ PKGBUILD2019-04-11 16:38:23 UTC (rev 451143)
@@ -1,83 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Co-Maintainer: Konstantin Gizdov 
-pkgname=cuda
-pkgver=10.1.105
-_basever=10.1.105
-_driverver=418.39
-pkgrel=10
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="http://www.nvidia.com/object/cuda_home.html";
-license=('custom:NVIDIA')
-makedepends=('patchelf')
-depends=('gcc-libs' 'opencl-nvidia' 'nvidia-utils' 'gcc')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb'
-'java-runtime=8: for nsight and nvvp')
-options=(!strip staticlibs)
-install=cuda.install
-source=(https://developer.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_${_basever}_${_driverver}_linux.run
-cuda.sh
-cuda.conf
-cuda-findgllib_mk.diff)
-sha512sums=('07cdc053989758e4cdccaad566cae7127fa79780ad85033ea52d33cc4c43c9de08e88dd087390c58b542e51703f256859cdf51a018ee57e6a412f45fb9561622'
-
'ce0b8df5d918ec8429da4ab8f9dee463ac04055ee5b0beeb0386b67d765a4c892d314995776a0d695cd06bcfbaf996e4904935ddc898a9d774f6bf965d989dea'
-
'714d973bc79446f73bebe85306b3566fe25b554bcbcba2fcbe76709a3eca71fb5d183ab4da2d3b5e9326cb9cd8d13a93f6d4a005ea5a41f7ef8e6c6e81e06b5e'
-
'41d6b6cad934f135eafde610d1cbd862033977fd4416a4b6abaa47709a70bab7fcf6f8377c21329084fb9db13f2a8c8c20e93c15292d7d4a6448d70a33b23f1b')
-
-prepare() {
-  sh cuda_${_basever}_${_driverver}_linux.run --target ${srcdir} --noexec
-
-  # Fix up samples tht use findgllib_mk
-  for f in builds/cuda-samples/*/*/findgllib.mk; do
-patch $f cuda-findgllib_mk.diff
-  done
-}
-
-package() {
-  mkdir -p "${pkgdir}/opt/"
-
-  cd "${srcdir}/builds"
-  cp -r cuda-toolkit "${pkgdir}/opt/cuda"
-  cp -r cublas/include/* "${pkgdir}/opt/cuda/include/"
-  cp -r cublas/lib64/* "${pkgdir}/opt/cuda/lib64/"
-  cp -r cuda-samples "${pkgdir}/opt/cuda/samples"
-  ln -s /opt/cuda/targets/x86_64-linux/lib "${pkgdir}/opt/cuda/lib"
-  ln -s /opt/cuda/nvvm/lib64 "${pkgdir}/opt/cuda/nvvm/lib"
-
-  # Use GCC 8
-  ln -s /usr/bin/gcc "${pkgdir}/opt/cuda/bin/gcc"
-  ln -s /usr/bin/g++ "${pkgdir}/opt/cuda/bin/g++"
-
-  # Create soname variants with patchelf.
-  # We have to be weird about this since for some reason the ELF SONAME is 
incorrect or at least partially incorrect for some libs.
-  # Best we can do is copy those libs to *.so.10.1 variants, patchelf the 
SONAME and hope for the best.
-  # Their installer used to perform this for us but now it's all manual and I 
think this is what we'll be stuck with for now.
-  cd "${pkgdir}/opt/cuda/targets/x86_64-linux/lib"
-  find "${pkgdir}"/opt/cuda/targets/x86_64-linux/lib -type l -name "*.so.10" ! 
-path "*stubs/*" -print0 | while read -rd '' _lib; do
-_current_soname=$(basename ${_lib})
-if [ ! -f "${_current_soname}.1" ]; then
-  echo "copying ${_current_soname} to ${_current_soname}.1 version"
-  cp ${_current_soname} "${_current_soname}.1"
-  echo "patching ${_current_soname}.1 SONAME to match ${_current_soname}.1"
-  patchelf --set-soname "${_current_soname}.1" "${_current_soname}.1"
-fi
-  done
-
-  # Install profile and ld.so.config files
-  install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
-  install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda.conf"
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
-
-  # Remove included copy of java and link to system java
-  rm -fr  "${pkgdir}/opt/cuda/jre"
-  sed 's|../jre/bin/java|/usr/bin/java|g' \
--i "${pkg

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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:37:54
  Author: dvzrv
Revision: 451142

archrelease: copy trunk to community-any

Added:
  zsh-autosuggestions/repos/community-any/PKGBUILD
(from rev 451141, zsh-autosuggestions/trunk/PKGBUILD)
Deleted:
  zsh-autosuggestions/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 16:37:48 UTC (rev 451141)
+++ PKGBUILD2019-04-11 16:37:54 UTC (rev 451142)
@@ -1,27 +0,0 @@
-# Maintainer: David Runge 
-pkgname=zsh-autosuggestions
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="Fish-like autosuggestions for zsh "
-arch=('any')
-url="https://github.com/zsh-users/zsh-autosuggestions";
-license=('MIT')
-depends=('zsh')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('9a9ead1e4df01f2a34ad47cd245d7d42257e5e2fe4881ad5ed3816d1e1e5ee724de2e377593322e600be5dd9cb4c7dad6891076b61ded3fbd1548a4c863955f6')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 644 ${pkgname}{,.plugin}.zsh \
--t "${pkgdir}/usr/share/zsh/plugins/${pkgname}/"
-  # docs
-  install -vDm 644 {CHANGELOG,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: zsh-autosuggestions/repos/community-any/PKGBUILD (from rev 451141, 
zsh-autosuggestions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 16:37:54 UTC (rev 451142)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge 
+pkgname=zsh-autosuggestions
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="Fish-like autosuggestions for zsh "
+arch=('any')
+url="https://github.com/zsh-users/zsh-autosuggestions";
+license=('MIT')
+depends=('zsh')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('a435f41c535abb5a4a1b3d6339f1555981060fffc465a610605d034e7946978eff15df1f25f901dfaec31ce5a33628589fa7e7274726c8ecf94712f270f2ca53')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 644 ${pkgname}{,.plugin}.zsh \
+-t "${pkgdir}/usr/share/zsh/plugins/${pkgname}/"
+  # docs
+  install -vDm 644 {CHANGELOG,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # license
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:37:48
  Author: dvzrv
Revision: 451141

upgpkg: zsh-autosuggestions 0.5.2-1

Upgrading to 0.5.2.

Modified:
  zsh-autosuggestions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 16:37:11 UTC (rev 451140)
+++ PKGBUILD2019-04-11 16:37:48 UTC (rev 451141)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=zsh-autosuggestions
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc="Fish-like autosuggestions for zsh "
 arch=('any')
@@ -8,7 +8,7 @@
 license=('MIT')
 depends=('zsh')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('9a9ead1e4df01f2a34ad47cd245d7d42257e5e2fe4881ad5ed3816d1e1e5ee724de2e377593322e600be5dd9cb4c7dad6891076b61ded3fbd1548a4c863955f6')
+sha512sums=('a435f41c535abb5a4a1b3d6339f1555981060fffc465a610605d034e7946978eff15df1f25f901dfaec31ce5a33628589fa7e7274726c8ecf94712f270f2ca53')
 
 build() {
   cd "$pkgname-$pkgver"


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

2019-04-11 Thread Konstantin Gizdov via arch-commits
Date: Thursday, April 11, 2019 @ 16:37:11
  Author: kgizdov
Revision: 451140

point directly to jre8 binaries

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 16:33:43 UTC (rev 451139)
+++ PKGBUILD2019-04-11 16:37:11 UTC (rev 451140)
@@ -4,7 +4,7 @@
 pkgver=10.1.105
 _basever=10.1.105
 _driverver=418.39
-pkgrel=10
+pkgrel=11
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html";
@@ -72,9 +72,9 @@
   mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
   ln -s /opt/cuda/doc/pdf/EULA.pdf 
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
 
-  # Remove included copy of java and link to system java
+  # Remove included copy of java and link to system java 8
   rm -fr  "${pkgdir}/opt/cuda/jre"
-  sed 's|../jre/bin/java|/usr/bin/java|g' \
+  sed 's|../jre/bin/java|/usr/lib/jvm/java-8-openjdk/jre/bin/java|g' \
 -i "${pkgdir}/opt/cuda/libnsight/nsight.ini" \
 -i "${pkgdir}/opt/cuda/libnvvp/nvvp.ini"
 }


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:33:43
  Author: dvzrv
Revision: 451139

archrelease: copy trunk to community-x86_64

Added:
  qxgedit/repos/community-x86_64/PKGBUILD
(from rev 451138, qxgedit/trunk/PKGBUILD)
Deleted:
  qxgedit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 16:33:37 UTC (rev 451138)
+++ PKGBUILD2019-04-11 16:33:43 UTC (rev 451139)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-pkgname=qxgedit
-pkgver=0.5.3
-pkgrel=1
-pkgdesc="GUI for editing MIDI System Exclusive files for XG devices (eg. 
Yamaha DB50XG)"
-arch=('x86_64')
-url="https://qxgedit.sourceforge.io/";
-license=('GPL2')
-groups=('pro-audio')
-depends=('alsa-lib' 'hicolor-icon-theme' 'qt5-x11extras')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('d1a2c44e833d937e8348f7c4df6d86ef39e92b08bdaa0bdc4ff7ab904c07574e04396ef1a6d9ea9007ec5784d72e99a79835d25fae88c277b3641e5d6f6e26a0')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qxgedit/repos/community-x86_64/PKGBUILD (from rev 451138, 
qxgedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 16:33:43 UTC (rev 451139)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+pkgname=qxgedit
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="GUI for editing MIDI System Exclusive files for XG devices (eg. 
Yamaha DB50XG)"
+arch=('x86_64')
+url="https://qxgedit.sourceforge.io/";
+license=('GPL2')
+groups=('pro-audio')
+depends=('alsa-lib' 'hicolor-icon-theme' 'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('2d3267a3b40a600b32665c280318db4bcd112d90de631c970ca3f1178e7a94ad179b738c75f9e43c3374cf6b805fce8e8a87dfc505a4834ab635445b16cdf2f8')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:33:37
  Author: dvzrv
Revision: 451138

upgpkg: qxgedit 0.5.4-1

Upgrading to 0.5.4.

Modified:
  qxgedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 16:16:23 UTC (rev 451137)
+++ PKGBUILD2019-04-11 16:33:37 UTC (rev 451138)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=qxgedit
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc="GUI for editing MIDI System Exclusive files for XG devices (eg. 
Yamaha DB50XG)"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('alsa-lib' 'hicolor-icon-theme' 'qt5-x11extras')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('d1a2c44e833d937e8348f7c4df6d86ef39e92b08bdaa0bdc4ff7ab904c07574e04396ef1a6d9ea9007ec5784d72e99a79835d25fae88c277b3641e5d6f6e26a0')
+sha512sums=('2d3267a3b40a600b32665c280318db4bcd112d90de631c970ca3f1178e7a94ad179b738c75f9e43c3374cf6b805fce8e8a87dfc505a4834ab635445b16cdf2f8')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:16:17
  Author: dvzrv
Revision: 451136

upgpkg: qsynth 0.5.6-1

Upgrading to 0.5.6.

Modified:
  qsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 16:13:43 UTC (rev 451135)
+++ PKGBUILD2019-04-11 16:16:17 UTC (rev 451136)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=qsynth
-pkgver=0.5.5
+pkgver=0.5.6
 pkgrel=1
 pkgdesc="Qt GUI for FluidSynth"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('4e90b38d428c6b49a78b648ac9604e683f32623898205abe3a98c4136c5b29ab27c101cf63207dbbfdcba105913de2dcb5cc7669a6433def71d071f39cf68429')
+sha512sums=('752b3ac7e478594ef873b2d1c9fcb1a1dcdd1fb33f34cab5f588f628d1f11f01ecd150c9d51021a41040794b68f0538ad6979751773d5c537f53a1f227b3bf88')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:16:23
  Author: dvzrv
Revision: 451137

archrelease: copy trunk to community-x86_64

Added:
  qsynth/repos/community-x86_64/PKGBUILD
(from rev 451136, qsynth/trunk/PKGBUILD)
Deleted:
  qsynth/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 16:16:17 UTC (rev 451136)
+++ PKGBUILD2019-04-11 16:16:23 UTC (rev 451137)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=qsynth
-pkgver=0.5.5
-pkgrel=1
-pkgdesc="Qt GUI for FluidSynth"
-arch=('x86_64')
-url="https://qsynth.sourceforge.net/";
-license=('GPL')
-groups=('pro-audio')
-depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('4e90b38d428c6b49a78b648ac9604e683f32623898205abe3a98c4136c5b29ab27c101cf63207dbbfdcba105913de2dcb5cc7669a6433def71d071f39cf68429')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qsynth/repos/community-x86_64/PKGBUILD (from rev 451136, 
qsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 16:16:23 UTC (rev 451137)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=qsynth
+pkgver=0.5.6
+pkgrel=1
+pkgdesc="Qt GUI for FluidSynth"
+arch=('x86_64')
+url="https://qsynth.sourceforge.net/";
+license=('GPL')
+groups=('pro-audio')
+depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('752b3ac7e478594ef873b2d1c9fcb1a1dcdd1fb33f34cab5f588f628d1f11f01ecd150c9d51021a41040794b68f0538ad6979751773d5c537f53a1f227b3bf88')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:13:43
  Author: dvzrv
Revision: 451135

archrelease: copy trunk to community-x86_64

Added:
  qsampler/repos/community-x86_64/PKGBUILD
(from rev 451134, qsampler/trunk/PKGBUILD)
Deleted:
  qsampler/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 16:13:37 UTC (rev 451134)
+++ PKGBUILD2019-04-11 16:13:43 UTC (rev 451135)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Martin C. Doege 
-# Contributor: Ray Rashif 
-# Contributor: Shinlun Hsieh 
-
-pkgname=qsampler
-pkgver=0.5.4
-pkgrel=1
-pkgdesc="A LinuxSampler Qt GUI Interface"
-arch=('x86_64')
-url="https://qsampler.sourceforge.io/";
-license=('GPL')
-groups=('pro-audio')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'linuxsampler' 'liblscp' 
'qt5-x11extras')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('35b03b735563381f2da6d66215e175cab56dfc828fd114ebaf3afbe5e73914130842adad15fab7dad5d3a3b62c44c7101a9a5f7b7c695d46197a76e342241e84')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: qsampler/repos/community-x86_64/PKGBUILD (from rev 451134, 
qsampler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 16:13:43 UTC (rev 451135)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+# Contributor: Martin C. Doege 
+# Contributor: Ray Rashif 
+# Contributor: Shinlun Hsieh 
+
+pkgname=qsampler
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="A LinuxSampler Qt GUI Interface"
+arch=('x86_64')
+url="https://qsampler.sourceforge.io/";
+license=('GPL')
+groups=('pro-audio')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'linuxsampler' 'liblscp' 
'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('3157fc970390499746d161ec05cf886543fd517c17348423d74c2a985cdc350aa1caf51a493d0795aab679dae58707e84d2bb2c5bea2dfdfaf7623af2f516c6f')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:13:37
  Author: dvzrv
Revision: 451134

upgpkg: qsampler 0.5.5-1

Upgrading to 0.5.5.

Modified:
  qsampler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 16:09:21 UTC (rev 451133)
+++ PKGBUILD2019-04-11 16:13:37 UTC (rev 451134)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=qsampler
-pkgver=0.5.4
+pkgver=0.5.5
 pkgrel=1
 pkgdesc="A LinuxSampler Qt GUI Interface"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('desktop-file-utils' 'hicolor-icon-theme' 'linuxsampler' 'liblscp' 
'qt5-x11extras')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('35b03b735563381f2da6d66215e175cab56dfc828fd114ebaf3afbe5e73914130842adad15fab7dad5d3a3b62c44c7101a9a5f7b7c695d46197a76e342241e84')
+sha512sums=('3157fc970390499746d161ec05cf886543fd517c17348423d74c2a985cdc350aa1caf51a493d0795aab679dae58707e84d2bb2c5bea2dfdfaf7623af2f516c6f')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:09:21
  Author: dvzrv
Revision: 451133

archrelease: copy trunk to community-x86_64

Added:
  qmidictl/repos/community-x86_64/PKGBUILD
(from rev 451132, qmidictl/trunk/PKGBUILD)
Deleted:
  qmidictl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 16:09:13 UTC (rev 451132)
+++ PKGBUILD2019-04-11 16:09:21 UTC (rev 451133)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-pkgname=qmidictl
-pkgver=0.5.3
-pkgrel=1
-pkgdesc="MIDI remote control application sending MIDI data over network using 
UDP/IP multicast"
-arch=('x86_64')
-url="https://qmidictl.sourceforge.io/";
-license=('GPL2')
-groups=('pro-audio')
-depends=('hicolor-icon-theme' 'qt5-base')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('07823b0f47cc763aff838575037665d8f5fba7f04e1a802367285ac4aae3477491d8abbc45253423ab29dcb0e80f5292ed3d7190b4ff9cda719724f0eadb8de6')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qmidictl/repos/community-x86_64/PKGBUILD (from rev 451132, 
qmidictl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 16:09:21 UTC (rev 451133)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+pkgname=qmidictl
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="MIDI remote control application sending MIDI data over network using 
UDP/IP multicast"
+arch=('x86_64')
+url="https://qmidictl.sourceforge.io/";
+license=('GPL2')
+groups=('pro-audio')
+depends=('hicolor-icon-theme' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('96acf87975aba8228a2bb1d60e7423a62aafc2e1f9c2a37b40749ee384d3a87849994eacbce00f0dd73d1dfd213d99933401c1de90bc40ef117807f17556b029')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:09:13
  Author: dvzrv
Revision: 451132

upgpkg: qmidictl 0.5.4-1

Upgrading to 0.5.4.

Modified:
  qmidictl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 16:03:14 UTC (rev 451131)
+++ PKGBUILD2019-04-11 16:09:13 UTC (rev 451132)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=qmidictl
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc="MIDI remote control application sending MIDI data over network using 
UDP/IP multicast"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('hicolor-icon-theme' 'qt5-base')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('07823b0f47cc763aff838575037665d8f5fba7f04e1a802367285ac4aae3477491d8abbc45253423ab29dcb0e80f5292ed3d7190b4ff9cda719724f0eadb8de6')
+sha512sums=('96acf87975aba8228a2bb1d60e7423a62aafc2e1f9c2a37b40749ee384d3a87849994eacbce00f0dd73d1dfd213d99933401c1de90bc40ef117807f17556b029')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:03:14
  Author: dvzrv
Revision: 451131

archrelease: copy trunk to community-x86_64

Added:
  qmidinet/repos/community-x86_64/PKGBUILD
(from rev 451130, qmidinet/trunk/PKGBUILD)
Deleted:
  qmidinet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 16:03:08 UTC (rev 451130)
+++ PKGBUILD2019-04-11 16:03:14 UTC (rev 451131)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-pkgname=qmidinet
-pkgver=0.5.3
-pkgrel=1
-pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
-arch=('x86_64')
-url="http://qmidinet.sourceforge.net/";
-license=('GPL2')
-groups=('pro-audio')
-depends=('hicolor-icon-theme' 'jack' 'qt5-base')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('a9fcde8ba11a91697554d9cd4e9fa5fbd47a71bc2ec16895299c26cecdd7137825858a38029613845ccad9e64a36c8f7fe91dcd79927968e29914cf0de184bbb')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}

Copied: qmidinet/repos/community-x86_64/PKGBUILD (from rev 451130, 
qmidinet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 16:03:14 UTC (rev 451131)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+pkgname=qmidinet
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
+arch=('x86_64')
+url="http://qmidinet.sourceforge.net/";
+license=('GPL2')
+groups=('pro-audio')
+depends=('hicolor-icon-theme' 'jack' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('1da1db1a9036e995546385267e22f515cbf2107d03b724cbb836b04403b570cd6a00d7019e307f16159cd90cc1b3505df7ae41a571cd2ef1286d815b6c91013f')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:03:08
  Author: dvzrv
Revision: 451130

upgpkg: qmidinet 0.5.4-1

Upgrading to 0.5.4.

Modified:
  qmidinet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 16:00:55 UTC (rev 451129)
+++ PKGBUILD2019-04-11 16:03:08 UTC (rev 451130)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=qmidinet
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('hicolor-icon-theme' 'jack' 'qt5-base')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('a9fcde8ba11a91697554d9cd4e9fa5fbd47a71bc2ec16895299c26cecdd7137825858a38029613845ccad9e64a36c8f7fe91dcd79927968e29914cf0de184bbb')
+sha512sums=('1da1db1a9036e995546385267e22f515cbf2107d03b724cbb836b04403b570cd6a00d7019e307f16159cd90cc1b3505df7ae41a571cd2ef1286d815b6c91013f')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:00:49
  Author: dvzrv
Revision: 451128

upgpkg: qjackctl 0.5.7-1

Upgrading to 0.5.7.

Modified:
  qjackctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 15:39:00 UTC (rev 451127)
+++ PKGBUILD2019-04-11 16:00:49 UTC (rev 451128)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=qjackctl
-pkgver=0.5.6
+pkgver=0.5.7
 pkgrel=1
 pkgdesc="A Qt front-end for the JACK low-latency audio server"
 url="https://qjackctl.sourceforge.io";
@@ -14,7 +14,7 @@
 optdepends=('portaudio: Portaudio support')
 makedepends=('qt5-tools' 'portaudio')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('0c469d2f91ce2b2d67b7f2ffe497a4e84aaacad185b2948051bc56a5583a0f1d509a9aefa3e8da3fff6c49320a3e1f75c8bbf0e1e3e86d07947027a377ba59a7')
+sha512sums=('3a95568acbd14e28983fbc0e3d89a7d7e18076d61c3b4cb4edd59c7b03e7b371e31ee821d566998b470ecdeff62727b60931d80204e6ffcddadc536e4284e53d')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2019-04-11 Thread David Runge via arch-commits
Date: Thursday, April 11, 2019 @ 16:00:55
  Author: dvzrv
Revision: 451129

archrelease: copy trunk to community-x86_64

Added:
  qjackctl/repos/community-x86_64/PKGBUILD
(from rev 451128, qjackctl/trunk/PKGBUILD)
Deleted:
  qjackctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 16:00:49 UTC (rev 451128)
+++ PKGBUILD2019-04-11 16:00:55 UTC (rev 451129)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Tobias Kieslich 
-
-pkgname=qjackctl
-pkgver=0.5.6
-pkgrel=1
-pkgdesc="A Qt front-end for the JACK low-latency audio server"
-url="https://qjackctl.sourceforge.io";
-arch=('x86_64')
-license=('GPL2')
-groups=('pro-audio')
-depends=('jack' 'qt5-x11extras' 'hicolor-icon-theme')
-optdepends=('portaudio: Portaudio support')
-makedepends=('qt5-tools' 'portaudio')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('0c469d2f91ce2b2d67b7f2ffe497a4e84aaacad185b2948051bc56a5583a0f1d509a9aefa3e8da3fff6c49320a3e1f75c8bbf0e1e3e86d07947027a377ba59a7')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qjackctl/repos/community-x86_64/PKGBUILD (from rev 451128, 
qjackctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-11 16:00:55 UTC (rev 451129)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Tobias Kieslich 
+
+pkgname=qjackctl
+pkgver=0.5.7
+pkgrel=1
+pkgdesc="A Qt front-end for the JACK low-latency audio server"
+url="https://qjackctl.sourceforge.io";
+arch=('x86_64')
+license=('GPL2')
+groups=('pro-audio')
+depends=('jack' 'qt5-x11extras' 'hicolor-icon-theme')
+optdepends=('portaudio: Portaudio support')
+makedepends=('qt5-tools' 'portaudio')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('3a95568acbd14e28983fbc0e3d89a7d7e18076d61c3b4cb4edd59c7b03e7b371e31ee821d566998b470ecdeff62727b60931d80204e6ffcddadc536e4284e53d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-04-11 Thread Konstantin Gizdov via arch-commits
Date: Thursday, April 11, 2019 @ 15:39:00
  Author: kgizdov
Revision: 451127

archrelease: copy trunk to community-testing-x86_64

Added:
  cuda/repos/community-testing-x86_64/PKGBUILD
(from rev 451126, cuda/trunk/PKGBUILD)
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
(from rev 451126, cuda/trunk/cuda-findgllib_mk.diff)
  cuda/repos/community-testing-x86_64/cuda.conf
(from rev 451126, cuda/trunk/cuda.conf)
  cuda/repos/community-testing-x86_64/cuda.install
(from rev 451126, cuda/trunk/cuda.install)
  cuda/repos/community-testing-x86_64/cuda.sh
(from rev 451126, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-testing-x86_64/PKGBUILD
  cuda/repos/community-testing-x86_64/cuda-findgllib_mk.diff
  cuda/repos/community-testing-x86_64/cuda.conf
  cuda/repos/community-testing-x86_64/cuda.install
  cuda/repos/community-testing-x86_64/cuda.sh

+
 PKGBUILD   |  179 +--
 cuda-findgllib_mk.diff |   44 +--
 cuda.conf  |6 -
 cuda.install   |   22 ++---
 cuda.sh|2 
 5 files changed, 120 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 15:38:25 UTC (rev 451126)
+++ PKGBUILD2019-04-11 15:39:00 UTC (rev 451127)
@@ -1,96 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Co-Maintainer: Konstantin Gizdov 
-pkgname=cuda
-pkgver=10.1.105
-_basever=10.1.105
-_driverver=418.39
-pkgrel=8
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="http://www.nvidia.com/object/cuda_home.html";
-license=('custom:NVIDIA')
-makedepends=('patchelf')
-depends=('gcc-libs' 'opencl-nvidia' 'nvidia-utils' 'gcc')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb'
-'java-runtime: for nsight and nvvp')
-options=(!strip staticlibs)
-install=cuda.install
-source=(https://developer.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_${_basever}_${_driverver}_linux.run
-cuda.sh
-cuda.conf
-cuda-findgllib_mk.diff)
-sha512sums=('07cdc053989758e4cdccaad566cae7127fa79780ad85033ea52d33cc4c43c9de08e88dd087390c58b542e51703f256859cdf51a018ee57e6a412f45fb9561622'
-
'ce0b8df5d918ec8429da4ab8f9dee463ac04055ee5b0beeb0386b67d765a4c892d314995776a0d695cd06bcfbaf996e4904935ddc898a9d774f6bf965d989dea'
-
'714d973bc79446f73bebe85306b3566fe25b554bcbcba2fcbe76709a3eca71fb5d183ab4da2d3b5e9326cb9cd8d13a93f6d4a005ea5a41f7ef8e6c6e81e06b5e'
-
'41d6b6cad934f135eafde610d1cbd862033977fd4416a4b6abaa47709a70bab7fcf6f8377c21329084fb9db13f2a8c8c20e93c15292d7d4a6448d70a33b23f1b')
-
-prepare() {
-  sh cuda_${_basever}_${_driverver}_linux.run --target ${srcdir} --noexec
-
-  # Fix up samples tht use findgllib_mk
-  for f in builds/cuda-samples/*/*/findgllib.mk; do
-patch $f cuda-findgllib_mk.diff
-  done
-}
-
-package() {
-  mkdir -p "${pkgdir}/opt/"
-
-  cd "${srcdir}/builds"
-  cp -r cuda-toolkit "${pkgdir}/opt/cuda"
-  cp -r cublas/include/* "${pkgdir}/opt/cuda/include/"
-  cp -r cublas/lib64/* "${pkgdir}/opt/cuda/lib64/"
-  cp -r cuda-samples "${pkgdir}/opt/cuda/samples"
-  ln -s /opt/cuda/targets/x86_64-linux/lib "${pkgdir}/opt/cuda/lib"
-  ln -s /opt/cuda/nvvm/lib64 "${pkgdir}/opt/cuda/nvvm/lib"
-
-  # Use GCC 8
-  ln -s /usr/bin/gcc "${pkgdir}/opt/cuda/bin/gcc"
-  ln -s /usr/bin/g++ "${pkgdir}/opt/cuda/bin/g++"
-
-  # Create soname links.
-  # We have to be weird about this since for some reason the ELF SONAME is 
incorrect or at least partially incorrect for some libs.
-  # Best we can do is create all symlinks and hope for the best.
-  # Their installer used to perform this for us but now it's all manual and I 
think this is what we'll be stuck with for now.
-  # find cuda-toolkit/targets -type f -name '*.so*' ! -path '*stubs/*' -print0 
| while read -rd '' _lib; do
-  #   _base=${_lib%.so.*}
-  #   _current_soname=$(basename ${_lib%.*})
-  #   while [[ $_current_soname != $(basename $_base) ]]; do
-  # ln -sf ${_lib##*/} ${pkgdir}/opt/cuda/lib64/$_current_soname
-  # _current_soname=${_current_soname%.*}
-  #   done
-  # done
-
-  # Try to patch unmatching SONAMEs
-  patchlibs=(libcublasLt.so.10 libcublas.so.10 libcufft.so.10 libcufftw.so.10
- libcurand.so.10 libcusolver.so.10 libcusparse.so.10 libnppc.so.10
- libnppial.so.10 libnppicc.so.10 libnppicom.so.10 libnppidei.so.10
- libnppif.so.10 libnppig.so.10 libnppim.so.10 libnppist.so.10
- libnppisu.so.10 libnppitc.so.10 libnpps.so.10 libnvblas.so.10
- libnvgraph.so.10 libnvjpeg.so.10)
-  cd "${pkgdir}/opt/cuda/targets/x86_64-linux/lib"
-  for plib in "${patchlibs[@]}"; do
-echo "copying ${plib} to ${plib}.1 version"
-cp ${plib} "${plib}.1"
-echo "patching ${plib}.1 SONAME to match ${plib}.1"
-patchelf --set-soname "${plib}.1" "${pli

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

2019-04-11 Thread Konstantin Gizdov via arch-commits
Date: Thursday, April 11, 2019 @ 15:38:25
  Author: kgizdov
Revision: 451126

automatically find and fix SONAMEs

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 15:24:25 UTC (rev 451125)
+++ PKGBUILD2019-04-11 15:38:25 UTC (rev 451126)
@@ -4,7 +4,7 @@
 pkgver=10.1.105
 _basever=10.1.105
 _driverver=418.39
-pkgrel=9
+pkgrel=10
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html";
@@ -50,32 +50,19 @@
   ln -s /usr/bin/gcc "${pkgdir}/opt/cuda/bin/gcc"
   ln -s /usr/bin/g++ "${pkgdir}/opt/cuda/bin/g++"
 
-  # Create soname links.
+  # Create soname variants with patchelf.
   # We have to be weird about this since for some reason the ELF SONAME is 
incorrect or at least partially incorrect for some libs.
-  # Best we can do is create all symlinks and hope for the best.
+  # Best we can do is copy those libs to *.so.10.1 variants, patchelf the 
SONAME and hope for the best.
   # Their installer used to perform this for us but now it's all manual and I 
think this is what we'll be stuck with for now.
-  # find cuda-toolkit/targets -type f -name '*.so*' ! -path '*stubs/*' -print0 
| while read -rd '' _lib; do
-  #   _base=${_lib%.so.*}
-  #   _current_soname=$(basename ${_lib%.*})
-  #   while [[ $_current_soname != $(basename $_base) ]]; do
-  # ln -sf ${_lib##*/} ${pkgdir}/opt/cuda/lib64/$_current_soname
-  # _current_soname=${_current_soname%.*}
-  #   done
-  # done
-
-  # Try to patch unmatching SONAMEs
-  patchlibs=(libcublasLt.so.10 libcublas.so.10 libcufft.so.10 libcufftw.so.10
- libcurand.so.10 libcusolver.so.10 libcusparse.so.10 libnppc.so.10
- libnppial.so.10 libnppicc.so.10 libnppicom.so.10 libnppidei.so.10
- libnppif.so.10 libnppig.so.10 libnppim.so.10 libnppist.so.10
- libnppisu.so.10 libnppitc.so.10 libnpps.so.10 libnvblas.so.10
- libnvgraph.so.10 libnvjpeg.so.10)
   cd "${pkgdir}/opt/cuda/targets/x86_64-linux/lib"
-  for plib in "${patchlibs[@]}"; do
-echo "copying ${plib} to ${plib}.1 version"
-cp ${plib} "${plib}.1"
-echo "patching ${plib}.1 SONAME to match ${plib}.1"
-patchelf --set-soname "${plib}.1" "${plib}.1"
+  find "${pkgdir}"/opt/cuda/targets/x86_64-linux/lib -type l -name "*.so.10" ! 
-path "*stubs/*" -print0 | while read -rd '' _lib; do
+_current_soname=$(basename ${_lib})
+if [ ! -f "${_current_soname}.1" ]; then
+  echo "copying ${_current_soname} to ${_current_soname}.1 version"
+  cp ${_current_soname} "${_current_soname}.1"
+  echo "patching ${_current_soname}.1 SONAME to match ${_current_soname}.1"
+  patchelf --set-soname "${_current_soname}.1" "${_current_soname}.1"
+fi
   done
 
   # Install profile and ld.so.config files


  1   2   >