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

2020-01-25 Thread Daurnimator via arch-commits
Date: Sunday, January 26, 2020 @ 07:17:37
  Author: daurnimator
Revision: 555638

archrelease: copy trunk to community-x86_64

Added:
  chezmoi/repos/community-x86_64/PKGBUILD
(from rev 555637, chezmoi/trunk/PKGBUILD)
Deleted:
  chezmoi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-26 07:17:03 UTC (rev 555637)
+++ PKGBUILD2020-01-26 07:17:37 UTC (rev 555638)
@@ -1,43 +0,0 @@
-# Maintainer: Daurnimator 
-# Contributor: Tom Payne 
-# Contributor:  
-
-pkgname=chezmoi
-pkgver=1.7.11
-pkgrel=1
-pkgdesc="Manage your dotfiles across multiple machines"
-arch=('x86_64')
-url='https://www.chezmoi.io/'
-license=('MIT')
-makedepends=('go-pie' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
-sha256sums=('acbd262566824645ac08bd9013a17c0703db568821b2c5b2ea011f924296fe31')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  go build \
--tags noupgrade,noembeddocs \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-X 
github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/$pkgname \
-  -X github.com/twpayne/chezmoi/cmd.VersionStr=$pkgver \
-  -extldflags ${LDFLAGS}" \
-.
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 docs/* "$pkgdir/usr/share/doc/$pkgname/"
-
-  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
-  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/chezmoi.fish"
-  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/site-functions/_chezmoi"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: chezmoi/repos/community-x86_64/PKGBUILD (from rev 555637, 
chezmoi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-26 07:17:37 UTC (rev 555638)
@@ -0,0 +1,43 @@
+# Maintainer: Daurnimator 
+# Contributor: Tom Payne 
+# Contributor:  
+
+pkgname=chezmoi
+pkgver=1.7.12
+pkgrel=1
+pkgdesc="Manage your dotfiles across multiple machines"
+arch=('x86_64')
+url='https://www.chezmoi.io/'
+license=('MIT')
+makedepends=('go-pie' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
+sha256sums=('55a5d1ad2a698a6274e8ac189cc075f4570f2cf938c9d7ac1bc711b2d0ef919b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  go build \
+-tags noupgrade,noembeddocs \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-X 
github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/$pkgname \
+  -X github.com/twpayne/chezmoi/cmd.VersionStr=$pkgver \
+  -extldflags ${LDFLAGS}" \
+.
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 docs/* "$pkgdir/usr/share/doc/$pkgname/"
+
+  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
+  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/chezmoi.fish"
+  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/site-functions/_chezmoi"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-01-25 Thread Daurnimator via arch-commits
Date: Sunday, January 26, 2020 @ 07:17:03
  Author: daurnimator
Revision: 555637

upgpkg: chezmoi 1.7.12-1

Modified:
  chezmoi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-26 05:00:42 UTC (rev 555636)
+++ PKGBUILD2020-01-26 07:17:03 UTC (rev 555637)
@@ -3,7 +3,7 @@
 # Contributor:  
 
 pkgname=chezmoi
-pkgver=1.7.11
+pkgver=1.7.12
 pkgrel=1
 pkgdesc="Manage your dotfiles across multiple machines"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go-pie' 'git')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
-sha256sums=('acbd262566824645ac08bd9013a17c0703db568821b2c5b2ea011f924296fe31')
+sha256sums=('55a5d1ad2a698a6274e8ac189cc075f4570f2cf938c9d7ac1bc711b2d0ef919b')
 
 build() {
   cd "$pkgname-$pkgver"


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

2020-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 26, 2020 @ 05:00:32
  Author: svenstaro
Revision: 555635

upgpkg: python-pytorch 1.4.0-3

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-26 04:49:54 UTC (rev 555634)
+++ PKGBUILD2020-01-26 05:00:32 UTC (rev 555635)
@@ -5,13 +5,13 @@
 pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
 _pkgname="pytorch"
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="https://pytorch.org;
 license=('BSD')
 depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 
'python-yaml' 'python-numpy' 'protobuf' 'ffmpeg' 'python-future' 'qt5-base')
-makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 
'cuda' 'cudnn' 'git' 'magma')
+makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 
'cuda' 'cudnn' 'git' 'magma' 'ninja')
 
source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$pkgver;
 fix_include_system.patch
 
https://patch-diff.githubusercontent.com/raw/pytorch/pytorch/pull/30332.patch


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

2020-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 26, 2020 @ 05:00:42
  Author: svenstaro
Revision: 555636

archrelease: copy trunk to community-x86_64

Added:
  python-pytorch/repos/community-x86_64/PKGBUILD
(from rev 555635, python-pytorch/trunk/PKGBUILD)
  python-pytorch/repos/community-x86_64/fix_include_system.patch
(from rev 555635, python-pytorch/trunk/fix_include_system.patch)
Deleted:
  python-pytorch/repos/community-x86_64/PKGBUILD
  python-pytorch/repos/community-x86_64/fix_include_system.patch

--+
 PKGBUILD |  344 ++---
 fix_include_system.patch |   22 +-
 2 files changed, 183 insertions(+), 183 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-26 05:00:32 UTC (rev 555635)
+++ PKGBUILD2020-01-26 05:00:42 UTC (rev 555636)
@@ -1,172 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Stephen Zhang 
-
-pkgbase="python-pytorch"
-pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
-_pkgname="pytorch"
-pkgver=1.4.0
-pkgrel=2
-pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
-arch=('x86_64')
-url="https://pytorch.org;
-license=('BSD')
-depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 
'python-yaml' 'python-numpy' 'protobuf' 'ffmpeg' 'python-future' 'qt5-base')
-makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 
'cuda' 'cudnn' 'git' 'magma')
-source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$pkgver;
-fix_include_system.patch
-
https://patch-diff.githubusercontent.com/raw/pytorch/pytorch/pull/30332.patch
-
https://patch-diff.githubusercontent.com/raw/pytorch/pytorch/pull/30333.patch)
-sha256sums=('SKIP'
-'147bdaeac8ec46ea46382e6146878bd8f8d51e05d5bd6f930dfd8e2b520859b9'
-'3170551116798dc496636a87f00b86c6463895bb6d174df616c5224adfb74ff3'
-'c8c305c892be85c47872ae1f1ecd5b3b8af12876fbfe3641045c8c839e5126da')
-
-get_pyver () {
-  python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # This is the lazy way since pytorch has sooo many submodules and they keep
-  # changing them around but we've run into more problems so far doing it the
-  # manual than the lazy way. This lazy way (not explicitly specifying all
-  # submodules) will make building inefficient but for now I'll take it.
-  # It will result in the same package, don't worry.
-  git submodule update --init --recursive
-
-  # https://github.com/pytorch/pytorch/issues/26555
-  sed -i 's#^  ${CMAKE_CURRENT_SOURCE_DIR}/tensor_iterator_test.cpp##g' 
aten/src/ATen/test/CMakeLists.txt
-
-  # https://bugs.archlinux.org/task/64981
-  patch -N torch/utils/cpp_extension.py "${srcdir}"/fix_include_system.patch
-
-  # https://github.com/pytorch/pytorch/issues/32277
-  patch -Np1 -i "$srcdir"/30332.patch
-  patch -Np1 -i "$srcdir"/30333.patch
-
-  cd ..
-
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-cuda"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt-cuda"
-
-  export VERBOSE=1
-  export PYTORCH_BUILD_VERSION="${pkgver}"
-  export PYTORCH_BUILD_NUMBER=1
-
-  # Check tools/setup_helpers/cmake.py, setup.py and CMakeLists.txt for a list 
of flags that can be set via env vars.
-  export USE_MKLDNN=OFF
-  # export BUILD_CUSTOM_PROTOBUF=OFF
-  # export BUILD_SHARED_LIBS=OFF
-  export USE_FFMPEG=ON
-  export USE_GFLAGS=ON
-  export USE_GLOG=ON
-  export BUILD_BINARY=ON
-  export USE_OPENCV=ON
-  export USE_SYSTEM_NCCL=ON
-  export CUDAHOSTCXX=g++-8
-  export CUDA_HOME=/opt/cuda
-  export CUDNN_LIB_DIR=/usr/lib
-  export CUDNN_INCLUDE_DIR=/usr/include
-  export TORCH_NVCC_FLAGS="-Xfatbin -compress-all"
-  export 
TORCH_CUDA_ARCH_LIST="3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.0+PTX;6.1;6.1+PTX;6.2;6.2+PTX;7.0;7.0+PTX;7.2;7.2+PTX;7.5;7.5+PTX"
-}
-
-build() {
-  echo "Building without cuda and without non-x86-64 optimizations"
-  export USE_CUDA=0
-  export USE_CUDNN=0
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-
-
-  echo "Building without cuda and with non-x86-64 optimizations"
-  export USE_CUDA=0
-  export USE_CUDNN=0
-  cd "${srcdir}/${_pkgname}-${pkgver}-opt"
-  echo "add_definitions(-march=haswell)" >> cmake/MiscCheck.cmake
-  python setup.py build
-
-
-  echo "Building with cuda and without non-x86-64 optimizations"
-  export USE_CUDA=1
-  export USE_CUDNN=1
-  cd "${srcdir}/${_pkgname}-${pkgver}-cuda"
-  python setup.py build
-
-
-  echo "Building with cuda and with non-x86-64 optimizations"
-  export USE_CUDA=1
-  export USE_CUDNN=1
-  cd "${srcdir}/${_pkgname}-${pkgver}-opt-cuda"
-  echo "add_definitions(-march=haswell)" >> cmake/MiscCheck.cmake
-  python setup.py build
-}
-
-_package() {
-  # Prevent 

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

2020-01-25 Thread Brett Cornwall via arch-commits
Date: Sunday, January 26, 2020 @ 04:49:54
  Author: ainola
Revision: 555634

archrelease: copy trunk to community-staging-x86_64

Added:
  sway/repos/community-staging-x86_64/50-systemd-user.conf
(from rev 555633, sway/trunk/50-systemd-user.conf)
  sway/repos/community-staging-x86_64/PKGBUILD
(from rev 555633, sway/trunk/PKGBUILD)
  sway/repos/community-staging-x86_64/sway-session.target
(from rev 555633, sway/trunk/sway-session.target)
  sway/repos/community-staging-x86_64/sway.service
(from rev 555633, sway/trunk/sway.service)
Deleted:
  sway/repos/community-staging-x86_64/50-systemd-user.conf
  sway/repos/community-staging-x86_64/PKGBUILD
  sway/repos/community-staging-x86_64/sway-session.target
  sway/repos/community-staging-x86_64/sway.service

--+
 50-systemd-user.conf |   13 +++--
 PKGBUILD |  110 -
 sway-session.target  |   16 +++
 sway.service |   32 +++---
 4 files changed, 86 insertions(+), 85 deletions(-)

Deleted: 50-systemd-user.conf
===
--- 50-systemd-user.conf2020-01-26 04:49:41 UTC (rev 555633)
+++ 50-systemd-user.conf2020-01-26 04:49:54 UTC (rev 555634)
@@ -1,6 +0,0 @@
-# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
-# See FS#63021
-# Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
-
-exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 
XCURSOR_SIZE
-exec hash dbus-update-activation-environment && 
dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XCURSOR_SIZE

Copied: sway/repos/community-staging-x86_64/50-systemd-user.conf (from rev 
555633, sway/trunk/50-systemd-user.conf)
===
--- 50-systemd-user.conf(rev 0)
+++ 50-systemd-user.conf2020-01-26 04:49:54 UTC (rev 555634)
@@ -0,0 +1,7 @@
+# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
+# See FS#63021
+# Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
+
+exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 
XCURSOR_SIZE
+exec hash dbus-update-activation-environment 2>/dev/null && \
+ dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 
XCURSOR_SIZE

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-26 04:49:41 UTC (rev 555633)
+++ PKGBUILD2020-01-26 04:49:54 UTC (rev 555634)
@@ -1,55 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Maintainer: Brett Cornwall 
-
-pkgname=sway
-pkgver=1.4
-epoch=1
-pkgrel=2
-pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
-arch=(x86_64)
-url='https://swaywm.org/'
-license=(MIT)
-depends=(cairo gdk-pixbuf2 json-c pango pcre swaybg ttf-font wlroots)
-makedepends=(git meson ninja scdoc setconf wayland-protocols)
-backup=(etc/sway/config)
-optdepends=(
-  'dmenu: Application launcher'
-  'i3status: Status line'
-  'grim: Screenshot utility'
-  'mako: Lightweight notification daemon'
-  'rxvt-unicode: Terminal emulator'
-  'slurp: Select a region'
-  'swayidle: Idle management daemon'
-  'swaylock: Screen locker'
-  'wallutils: Timed wallpapers'
-  'waybar: Highly customizable bar'
-  'xorg-server-xwayland: X11 support'
-)
-source=("https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz;
-
"https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz.sig;
-"50-systemd-user.conf")
-sha512sums=('3b280bdfdbdae8fb9b4f555bc630c64e7c1d09f7b2c783b99413863a6b620d50cd2b6d10d63e11fdfb9c678fce9a403228ac52fa69fb52561ffbd06790505a71'
-'SKIP'
-
'a44c7d2dd5af142c69bb8f43bea9db04da2a3cc5b34d8f10d6f00572dbb3aec6523cd2108a28b391a4422cc5d9c7371c4dc3e600fece225580a10f377e40817a')
-validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Set the version information to 'Arch Linux' instead of 'makepkg'
-  sed -i "s/branch \\\'@1@\\\'/Arch Linux/g" meson.build
-}
-
-build() {
-  mkdir -p build
-  arch-meson build "$pkgname-$pkgver" -D werror=false -D b_ndebug=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 50-systemd-user.conf -t "$pkgdir/etc/sway/config.d/"
-}
-
-# vim: ts=2 sw=2 et

Copied: sway/repos/community-staging-x86_64/PKGBUILD (from rev 555633, 
sway/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-26 04:49:54 UTC (rev 555634)
@@ -0,0 +1,55 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: Brett Cornwall 
+
+pkgname=sway
+pkgver=1.4
+epoch=1
+pkgrel=3

[arch-commits] Commit in sway/trunk (50-systemd-user.conf PKGBUILD)

2020-01-25 Thread Brett Cornwall via arch-commits
Date: Sunday, January 26, 2020 @ 04:49:41
  Author: ainola
Revision: 555633

50-systemd-user.conf: silence hash stderr output

Modified:
  sway/trunk/50-systemd-user.conf
  sway/trunk/PKGBUILD

--+
 50-systemd-user.conf |3 ++-
 PKGBUILD |4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: 50-systemd-user.conf
===
--- 50-systemd-user.conf2020-01-26 04:20:39 UTC (rev 555632)
+++ 50-systemd-user.conf2020-01-26 04:49:41 UTC (rev 555633)
@@ -3,4 +3,5 @@
 # Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
 
 exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 
XCURSOR_SIZE
-exec hash dbus-update-activation-environment && 
dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XCURSOR_SIZE
+exec hash dbus-update-activation-environment 2>/dev/null && \
+ dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 
XCURSOR_SIZE

Modified: PKGBUILD
===
--- PKGBUILD2020-01-26 04:20:39 UTC (rev 555632)
+++ PKGBUILD2020-01-26 04:49:41 UTC (rev 555633)
@@ -4,7 +4,7 @@
 pkgname=sway
 pkgver=1.4
 epoch=1
-pkgrel=2
+pkgrel=3
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -30,7 +30,7 @@
 "50-systemd-user.conf")
 
sha512sums=('3b280bdfdbdae8fb9b4f555bc630c64e7c1d09f7b2c783b99413863a6b620d50cd2b6d10d63e11fdfb9c678fce9a403228ac52fa69fb52561ffbd06790505a71'
 'SKIP'
-
'a44c7d2dd5af142c69bb8f43bea9db04da2a3cc5b34d8f10d6f00572dbb3aec6523cd2108a28b391a4422cc5d9c7371c4dc3e600fece225580a10f377e40817a')
+
'6314b7e4053c33f46d6f33c85fb34a0287286ad943438bad9c69ef32d328f848d03293ca93cb07a3ec97b77ee62b6c404f97ebf2ce60cdf9f6ba118d95666979')
 validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
 
 prepare() {


[arch-commits] Commit in sway/trunk (10-systemd.conf 50-systemd-user.conf PKGBUILD)

2020-01-25 Thread Brett Cornwall via arch-commits
Date: Sunday, January 26, 2020 @ 04:20:18
  Author: ainola
Revision: 555631

rename conf.d -> config.d; convert systemd script to conf

conf.d was created to house 10-systemd.sh but the default config references
config.d.

the shell script was also converted to sway configuration. Same result,
different format; It seems more right to the author.

See FS#63021 for more details

Added:
  sway/trunk/50-systemd-user.conf
Modified:
  sway/trunk/PKGBUILD
Deleted:
  sway/trunk/10-systemd.conf

--+
 10-systemd.conf  |   10 --
 50-systemd-user.conf |6 ++
 PKGBUILD |8 
 3 files changed, 10 insertions(+), 14 deletions(-)

Deleted: 10-systemd.conf
===
--- 10-systemd.conf 2020-01-26 03:29:51 UTC (rev 555630)
+++ 10-systemd.conf 2020-01-26 04:20:18 UTC (rev 555631)
@@ -1,10 +0,0 @@
-#!/bin/sh
-#
-# FS#63021
-#
-
-systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 
XCURSOR_SIZE
-
-if command -v dbus-update-activation-environment >/dev/null 2>&1; then
-  dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 
XCURSOR_SIZE
-fi

Added: 50-systemd-user.conf
===
--- 50-systemd-user.conf(rev 0)
+++ 50-systemd-user.conf2020-01-26 04:20:18 UTC (rev 555631)
@@ -0,0 +1,6 @@
+# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
+# See FS#63021
+# Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
+
+exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 
XCURSOR_SIZE
+exec hash dbus-update-activation-environment && 
dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XCURSOR_SIZE

Modified: PKGBUILD
===
--- PKGBUILD2020-01-26 03:29:51 UTC (rev 555630)
+++ PKGBUILD2020-01-26 04:20:18 UTC (rev 555631)
@@ -4,7 +4,7 @@
 pkgname=sway
 pkgver=1.4
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -27,10 +27,10 @@
 )
 
source=("https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz;
 
"https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz.sig;
-"10-systemd.conf")
+"50-systemd-user.conf")
 
sha512sums=('3b280bdfdbdae8fb9b4f555bc630c64e7c1d09f7b2c783b99413863a6b620d50cd2b6d10d63e11fdfb9c678fce9a403228ac52fa69fb52561ffbd06790505a71'
 'SKIP'
-
'122b97f7adb6444c442368c5bbbd3401bcd8420f522fcd6521def5a09cd2989f5f6f555a5a7762e922eaa307077eb26db6508242ee1b835ca73ad65acaeef95b')
+
'a44c7d2dd5af142c69bb8f43bea9db04da2a3cc5b34d8f10d6f00572dbb3aec6523cd2108a28b391a4422cc5d9c7371c4dc3e600fece225580a10f377e40817a')
 validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
 
 prepare() {
@@ -49,7 +49,7 @@
 package() {
   DESTDIR="$pkgdir" ninja -C build install
   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm755 10-systemd.conf "$pkgdir/etc/sway/conf.d/10-systemd.conf"
+  install -Dm644 50-systemd-user.conf -t "$pkgdir/etc/sway/config.d/"
 }
 
 # vim: ts=2 sw=2 et


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

2020-01-25 Thread Brett Cornwall via arch-commits
Date: Sunday, January 26, 2020 @ 04:20:39
  Author: ainola
Revision: 555632

archrelease: copy trunk to community-staging-x86_64

Added:
  sway/repos/community-staging-x86_64/
  sway/repos/community-staging-x86_64/50-systemd-user.conf
(from rev 555631, sway/trunk/50-systemd-user.conf)
  sway/repos/community-staging-x86_64/PKGBUILD
(from rev 555631, sway/trunk/PKGBUILD)
  sway/repos/community-staging-x86_64/sway-session.target
(from rev 555631, sway/trunk/sway-session.target)
  sway/repos/community-staging-x86_64/sway.service
(from rev 555631, sway/trunk/sway.service)

--+
 50-systemd-user.conf |6 +
 PKGBUILD |   55 +
 sway-session.target  |8 +++
 sway.service |   16 ++
 4 files changed, 85 insertions(+)

Copied: sway/repos/community-staging-x86_64/50-systemd-user.conf (from rev 
555631, sway/trunk/50-systemd-user.conf)
===
--- community-staging-x86_64/50-systemd-user.conf   
(rev 0)
+++ community-staging-x86_64/50-systemd-user.conf   2020-01-26 04:20:39 UTC 
(rev 555632)
@@ -0,0 +1,6 @@
+# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
+# See FS#63021
+# Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
+
+exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK 
XCURSOR_SIZE
+exec hash dbus-update-activation-environment && 
dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XCURSOR_SIZE

Copied: sway/repos/community-staging-x86_64/PKGBUILD (from rev 555631, 
sway/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-26 04:20:39 UTC (rev 555632)
@@ -0,0 +1,55 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: Brett Cornwall 
+
+pkgname=sway
+pkgver=1.4
+epoch=1
+pkgrel=2
+pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
+arch=(x86_64)
+url='https://swaywm.org/'
+license=(MIT)
+depends=(cairo gdk-pixbuf2 json-c pango pcre swaybg ttf-font wlroots)
+makedepends=(git meson ninja scdoc setconf wayland-protocols)
+backup=(etc/sway/config)
+optdepends=(
+  'dmenu: Application launcher'
+  'i3status: Status line'
+  'grim: Screenshot utility'
+  'mako: Lightweight notification daemon'
+  'rxvt-unicode: Terminal emulator'
+  'slurp: Select a region'
+  'swayidle: Idle management daemon'
+  'swaylock: Screen locker'
+  'wallutils: Timed wallpapers'
+  'waybar: Highly customizable bar'
+  'xorg-server-xwayland: X11 support'
+)
+source=("https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz;
+
"https://github.com/swaywm/sway/releases/download/$pkgver/sway-$pkgver.tar.gz.sig;
+"50-systemd-user.conf")
+sha512sums=('3b280bdfdbdae8fb9b4f555bc630c64e7c1d09f7b2c783b99413863a6b620d50cd2b6d10d63e11fdfb9c678fce9a403228ac52fa69fb52561ffbd06790505a71'
+'SKIP'
+
'a44c7d2dd5af142c69bb8f43bea9db04da2a3cc5b34d8f10d6f00572dbb3aec6523cd2108a28b391a4422cc5d9c7371c4dc3e600fece225580a10f377e40817a')
+validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # Set the version information to 'Arch Linux' instead of 'makepkg'
+  sed -i "s/branch \\\'@1@\\\'/Arch Linux/g" meson.build
+}
+
+build() {
+  mkdir -p build
+  arch-meson build "$pkgname-$pkgver" -D werror=false -D b_ndebug=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 50-systemd-user.conf -t "$pkgdir/etc/sway/config.d/"
+}
+
+# vim: ts=2 sw=2 et

Copied: sway/repos/community-staging-x86_64/sway-session.target (from rev 
555631, sway/trunk/sway-session.target)
===
--- community-staging-x86_64/sway-session.target
(rev 0)
+++ community-staging-x86_64/sway-session.target2020-01-26 04:20:39 UTC 
(rev 555632)
@@ -0,0 +1,8 @@
+# https://github.com/swaywm/sway/wiki/Systemd-integration
+
+[Unit]
+Description=sway compositor session
+Documentation=man:systemd.special(7)
+BindsTo=graphical-session.target
+Wants=graphical-session-pre.target
+After=graphical-session-pre.target

Copied: sway/repos/community-staging-x86_64/sway.service (from rev 555631, 
sway/trunk/sway.service)
===
--- community-staging-x86_64/sway.service   (rev 0)
+++ community-staging-x86_64/sway.service   2020-01-26 04:20:39 UTC (rev 
555632)
@@ -0,0 +1,16 @@
+# https://github.com/swaywm/sway/wiki/Systemd-integration
+
+[Unit]
+Description=sway - SirCmpwn's Wayland window 

[arch-commits] Commit in telegram-desktop/trunk (2 files)

2020-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 26, 2020 @ 03:29:44
  Author: svenstaro
Revision: 555629

upgpkg: telegram-desktop 1.9.8-2: Clean up some stuff as many things have been 
upstreamed

Modified:
  telegram-desktop/trunk/PKGBUILD
Deleted:
  telegram-desktop/trunk/0005-Use-system-wide-fonts.patch

--+
 0005-Use-system-wide-fonts.patch |   59 -
 PKGBUILD |   55 +-
 2 files changed, 9 insertions(+), 105 deletions(-)

Deleted: 0005-Use-system-wide-fonts.patch
===
--- 0005-Use-system-wide-fonts.patch2020-01-26 02:18:06 UTC (rev 555628)
+++ 0005-Use-system-wide-fonts.patch2020-01-26 03:29:44 UTC (rev 555629)
@@ -1,59 +0,0 @@
-Do not force custom fontconfig configuration.
-Index: tdesktop-1.9.4-full/Telegram/lib_ui/fonts/fonts.qrc
-===
 tdesktop-1.9.4-full.orig/Telegram/lib_ui/fonts/fonts.qrc
-+++ tdesktop-1.9.4-full/Telegram/lib_ui/fonts/fonts.qrc
-@@ -1,10 +1,4 @@
- 
-   
--DAOpenSansRegular.ttf
--DAOpenSansRegularItalic.ttf
--DAOpenSansBold.ttf
--DAOpenSansBoldItalic.ttf
--DAOpenSansSemibold.ttf
--DAOpenSansSemiboldItalic.ttf
-   
- 
-Index: tdesktop-1.9.4-full/Telegram/lib_ui/ui/style/style_core_font.cpp
-===
 tdesktop-1.9.4-full.orig/Telegram/lib_ui/ui/style/style_core_font.cpp
-+++ tdesktop-1.9.4-full/Telegram/lib_ui/ui/style/style_core_font.cpp
-@@ -94,12 +94,12 @@ enum {
-   FontTypesCount,
- };
- QString FontTypeNames[FontTypesCount] = {
--  "DAOpenSansRegular",
--  "DAOpenSansRegularItalic",
--  "DAOpenSansBold",
--  "DAOpenSansBoldItalic",
--  "DAOpenSansSemibold",
--  "DAOpenSansSemiboldItalic",
-+  "Open Sans",
-+  "Open Sans",
-+  "Open Sans",
-+  "Open Sans",
-+  "Open Sans Semibold",
-+  "Open Sans Semibold",
- };
- int32 FontTypeFlags[FontTypesCount] = {
-   0,
-@@ -135,7 +135,7 @@ void StartFonts() {
-   for (auto i = 0; i != FontTypesCount; ++i) {
-   const auto name = FontTypeNames[i];
-   const auto flags = FontTypeFlags[i];
--  areGood[i] = LoadCustomFont(":/gui/fonts/" + name + ".ttf", 
name, flags);
-+  areGood[i] = ValidateFont(name, flags);
-   Overrides[i] = name;
- #ifdef Q_OS_WIN
-   // Attempt to workaround a strange font bug with Open Sans 
Semibold not loading.
-Index: tdesktop-1.9.4-full/Telegram/lib_ui/qt_conf/linux.qrc
-===
 tdesktop-1.9.4-full.orig/Telegram/lib_ui/qt_conf/linux.qrc
-+++ tdesktop-1.9.4-full/Telegram/lib_ui/qt_conf/linux.qrc
-@@ -3,6 +3,5 @@
- qt_linux.conf
-   
-   
--fc-custom.conf
-   
- 

Modified: PKGBUILD
===
--- PKGBUILD2020-01-26 02:18:06 UTC (rev 555628)
+++ PKGBUILD2020-01-26 03:29:44 UTC (rev 555629)
@@ -6,58 +6,22 @@
 
 pkgname=telegram-desktop
 pkgver=1.9.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
 license=('GPL3')
-depends=(
-'enchant'
-'ffmpeg'
-'hicolor-icon-theme'
-'lz4'
-'minizip'
-'openal'
-'qt5-imageformats'
-'xxhash'
-'libappindicator-gtk3'
-)
+depends=('enchant' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
+ 'qt5-imageformats' 'xxhash' 'libappindicator-gtk3')
 # for libappindicator-gtk3 see https://bugs.archlinux.org/task/65080
 
-makedepends=(
-'cmake'
-'git'
-'ninja'
-'python'
-'quilt'
-'range-v3'
-)
-optdepends=(
-'ttf-opensans: default Open Sans font family'
-)
-source=(
-
"https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
-telegram-desktop.sh
-0005-Use-system-wide-fonts.patch
-
#"gcc9-cpp2a.patch::https://github.com/desktop-app/cmake_helpers/commit/67cf2a5abdb01658c1cf852b29e25808dcc02c56.patch;
-series
-)
+makedepends=('cmake' 'git' 'ninja' 'python' 'quilt' 'range-v3')
+optdepends=('ttf-opensans: default Open Sans font family')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
+telegram-desktop.sh)
 
sha512sums=('5562eb99812a8faec74fe073323d6e04e36311c1e4ce984035212ecfed8bd5d12df92cd0f0022401201136315fb5556971b267b4bf47edf4eeddc9926c7969dc'
-
'3c21c871e28bac365400f7bc439a16ad1a9a8d87590ad764ce262f1db968c10387caed372d4e064cb50f43da726cebaa9b24bcbcc7c6d5489515620f44dbf56b'
-
'e12021af0c95c967f80240abd683bf197f3c4f8f21315b48c5dadeb399dc39cd1e352352daba1c30691c6d1c6e66078af95b9262e8fe0c2174709fcb1a8a3f5d'
-

[arch-commits] Commit in telegram-desktop/repos (4 files)

2020-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 26, 2020 @ 03:29:51
  Author: svenstaro
Revision: 555630

archrelease: copy trunk to community-testing-x86_64

Added:
  telegram-desktop/repos/community-testing-x86_64/
  telegram-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 555629, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-testing-x86_64/series
(from rev 555629, telegram-desktop/trunk/series)
  telegram-desktop/repos/community-testing-x86_64/telegram-desktop.sh
(from rev 555629, telegram-desktop/trunk/telegram-desktop.sh)

-+
 PKGBUILD|   69 ++
 series  |1 
 telegram-desktop.sh |3 ++
 3 files changed, 73 insertions(+)

Copied: telegram-desktop/repos/community-testing-x86_64/PKGBUILD (from rev 
555629, telegram-desktop/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-26 03:29:51 UTC (rev 555630)
@@ -0,0 +1,69 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+
+# Thanks Nicholas Guriev  for the patches!
+# https://github.com/mymedia2/tdesktop
+
+pkgname=telegram-desktop
+pkgver=1.9.8
+pkgrel=2
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('enchant' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
+ 'qt5-imageformats' 'xxhash' 'libappindicator-gtk3')
+# for libappindicator-gtk3 see https://bugs.archlinux.org/task/65080
+
+makedepends=('cmake' 'git' 'ninja' 'python' 'quilt' 'range-v3')
+optdepends=('ttf-opensans: default Open Sans font family')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
+telegram-desktop.sh)
+sha512sums=('5562eb99812a8faec74fe073323d6e04e36311c1e4ce984035212ecfed8bd5d12df92cd0f0022401201136315fb5556971b267b4bf47edf4eeddc9926c7969dc'
+
'3c21c871e28bac365400f7bc439a16ad1a9a8d87590ad764ce262f1db968c10387caed372d4e064cb50f43da726cebaa9b24bcbcc7c6d5489515620f44dbf56b')
+
+build() {
+cd tdesktop-$pkgver-full
+
+export CXXFLAGS="$CXXFLAGS 
-ffile-prefix-map=$srcdir/tdesktop-$pkgver-full="
+cmake -B build -G Ninja . \
+-Ddisable_autoupdate=1 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DTDESKTOP_API_TEST=ON \
+-DDESKTOP_APP_USE_GLIBC_WRAPS=OFF \
+-DDESKTOP_APP_USE_PACKAGED=ON \
+-DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF \
+-DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON \
+-DTDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME=ON \
+-DTDESKTOP_DISABLE_DESKTOP_FILE_GENERATION=ON \
+-DTDESKTOP_USE_PACKAGED_TGVOIP=OFF \
+-DDESKTOP_APP_SPECIAL_TARGET="" \
+-DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop"
+ninja -C build
+}
+
+package() {
+install -dm755 "$pkgdir/usr/bin"
+install -m755 telegram-desktop.sh "$pkgdir/usr/bin/telegram-desktop"
+
+cd tdesktop-$pkgver-full
+install -m755 build/bin/telegram-desktop 
"$pkgdir/usr/bin/telegram-desktop-bin"
+
+install -d "$pkgdir/usr/share/applications"
+install -m644 lib/xdg/telegramdesktop.desktop 
"$pkgdir/usr/share/applications/telegramdesktop.desktop"
+
+install -d "$pkgdir/usr/share/kservices5"
+install -m644 lib/xdg/tg.protocol 
"$pkgdir/usr/share/kservices5/tg.protocol"
+
+install -d "$pkgdir/usr/share/metainfo/"
+install -m644 lib/xdg/telegramdesktop.appdata.xml 
"$pkgdir/usr/share/metainfo/telegramdesktop.appdata.xml"
+
+local icon_size icon_dir
+for icon_size in 16 32 48 64 128 256 512; do
+
icon_dir="$pkgdir/usr/share/icons/hicolor/${icon_size}x${icon_size}/apps"
+
+install -d "$icon_dir"
+install -m644 "Telegram/Resources/art/icon${icon_size}.png" 
"$icon_dir/telegram.png"
+done
+}

Copied: telegram-desktop/repos/community-testing-x86_64/series (from rev 
555629, telegram-desktop/trunk/series)
===
--- community-testing-x86_64/series (rev 0)
+++ community-testing-x86_64/series 2020-01-26 03:29:51 UTC (rev 555630)
@@ -0,0 +1 @@
+0005-Use-system-wide-fonts.patch

Copied: telegram-desktop/repos/community-testing-x86_64/telegram-desktop.sh 
(from rev 555629, telegram-desktop/trunk/telegram-desktop.sh)
===
--- community-testing-x86_64/telegram-desktop.sh
(rev 0)
+++ community-testing-x86_64/telegram-desktop.sh2020-01-26 03:29:51 UTC 
(rev 555630)
@@ -0,0 +1,3 @@
+#!/usr/bin/sh
+unset QT_QPA_PLATFORMTHEME
+exec /usr/bin/telegram-desktop-bin "$@"


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

2020-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 26, 2020 @ 02:18:06
  Author: svenstaro
Revision: 555628

archrelease: copy trunk to community-x86_64

Added:
  nccl/repos/community-x86_64/PKGBUILD
(from rev 555627, nccl/trunk/PKGBUILD)
Deleted:
  nccl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-26 02:18:01 UTC (rev 555627)
+++ PKGBUILD2020-01-26 02:18:06 UTC (rev 555628)
@@ -1,56 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daniel Bermond < yahoo-com: danielbermond >
-
-pkgname=nccl
-pkgver=2.5.7
-_upstr_pkgrel=1
-pkgrel=2
-pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
-arch=('x86_64')
-url='https://developer.nvidia.com/nccl/'
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'cuda')
-source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-${_upstr_pkgrel};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
-  local _file
-  local _filelist
-  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print 
$1 }' | uniq)"
-  for _file in $_filelist
-  do
-sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
-  done
-}
-
-build() {
-  cd "$pkgname"
-
-  export NVCC_GENCODE="-gencode=arch=compute_35,code=sm_35 \
-   -gencode=arch=compute_50,code=sm_50 \
-   -gencode=arch=compute_52,code=sm_52 \
-   -gencode=arch=compute_60,code=sm_60 \
-   -gencode=arch=compute_61,code=sm_61 \
-   -gencode=arch=compute_70,code=sm_70 \
-   -gencode=arch=compute_75,code=sm_75 \
-   -gencode=arch=compute_61,code=compute_61 \
-   -gencode=arch=compute_70,code=compute_70 \
-   -gencode=arch=compute_75,code=compute_75"
-  export VERBOSE=1
-
-  make CUDA_HOME='/opt/cuda' src.build
-}
-
-package() {
-  cd "${pkgname}/build"
-
-  install -Dm644 include/nccl.h "${pkgdir}/usr/include/nccl.h"
-  mkdir -p "${pkgdir}/usr/lib"
-  cp -a lib/* "${pkgdir}/usr/lib"
-
-  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: nccl/repos/community-x86_64/PKGBUILD (from rev 555627, 
nccl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-26 02:18:06 UTC (rev 555628)
@@ -0,0 +1,59 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=nccl
+pkgver=2.5.7
+_upstr_pkgrel=1
+pkgrel=3
+pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
+arch=('x86_64')
+url='https://developer.nvidia.com/nccl/'
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'cuda')
+source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-${_upstr_pkgrel};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
+  local _file
+  local _filelist
+  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print 
$1 }' | uniq)"
+  for _file in $_filelist
+  do
+sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
+  done
+}
+
+build() {
+  cd "$pkgname"
+
+  export NVCC_GENCODE="-gencode=arch=compute_35,code=sm_35 \
+   -gencode=arch=compute_50,code=sm_50 \
+   -gencode=arch=compute_52,code=sm_52 \
+   -gencode=arch=compute_60,code=sm_60 \
+   -gencode=arch=compute_61,code=sm_61 \
+   -gencode=arch=compute_70,code=sm_70 \
+   -gencode=arch=compute_72,code=sm_72 \
+   -gencode=arch=compute_75,code=sm_75 \
+   -gencode=arch=compute_60,code=compute_60 \
+   -gencode=arch=compute_61,code=compute_61 \
+   -gencode=arch=compute_70,code=compute_70 \
+   -gencode=arch=compute_72,code=compute_72 \
+   -gencode=arch=compute_75,code=compute_75"
+  export VERBOSE=1
+
+  make CUDA_HOME='/opt/cuda' src.build
+}
+
+package() {
+  cd "${pkgname}/build"
+
+  install -Dm644 include/nccl.h "${pkgdir}/usr/include/nccl.h"
+  mkdir -p "${pkgdir}/usr/lib"
+  cp -a lib/* "${pkgdir}/usr/lib"
+
+  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 26, 2020 @ 02:18:01
  Author: svenstaro
Revision: 555627

upgpkg: nccl 2.5.7-3: Activate yet _more_ CUDA architectures

Modified:
  nccl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-26 02:09:07 UTC (rev 555626)
+++ PKGBUILD2020-01-26 02:18:01 UTC (rev 555627)
@@ -4,7 +4,7 @@
 pkgname=nccl
 pkgver=2.5.7
 _upstr_pkgrel=1
-pkgrel=2
+pkgrel=3
 pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
 arch=('x86_64')
 url='https://developer.nvidia.com/nccl/'
@@ -36,9 +36,12 @@
-gencode=arch=compute_60,code=sm_60 \
-gencode=arch=compute_61,code=sm_61 \
-gencode=arch=compute_70,code=sm_70 \
+   -gencode=arch=compute_72,code=sm_72 \
-gencode=arch=compute_75,code=sm_75 \
+   -gencode=arch=compute_60,code=compute_60 \
-gencode=arch=compute_61,code=compute_61 \
-gencode=arch=compute_70,code=compute_70 \
+   -gencode=arch=compute_72,code=compute_72 \
-gencode=arch=compute_75,code=compute_75"
   export VERBOSE=1
 


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

2020-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 26, 2020 @ 02:09:02
  Author: svenstaro
Revision: 555625

upgpkg: nccl 2.5.7-2: Activate more CUDA architectures

Modified:
  nccl/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-26 01:44:20 UTC (rev 555624)
+++ PKGBUILD2020-01-26 02:09:02 UTC (rev 555625)
@@ -4,7 +4,7 @@
 pkgname=nccl
 pkgver=2.5.7
 _upstr_pkgrel=1
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
 arch=('x86_64')
 url='https://developer.nvidia.com/nccl/'
@@ -30,6 +30,18 @@
 build() {
   cd "$pkgname"
 
+  export NVCC_GENCODE="-gencode=arch=compute_35,code=sm_35 \
+   -gencode=arch=compute_50,code=sm_50 \
+   -gencode=arch=compute_52,code=sm_52 \
+   -gencode=arch=compute_60,code=sm_60 \
+   -gencode=arch=compute_61,code=sm_61 \
+   -gencode=arch=compute_70,code=sm_70 \
+   -gencode=arch=compute_75,code=sm_75 \
+   -gencode=arch=compute_61,code=compute_61 \
+   -gencode=arch=compute_70,code=compute_70 \
+   -gencode=arch=compute_75,code=compute_75"
+  export VERBOSE=1
+
   make CUDA_HOME='/opt/cuda' src.build
 }
 


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

2020-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, January 26, 2020 @ 02:09:07
  Author: svenstaro
Revision: 555626

archrelease: copy trunk to community-x86_64

Added:
  nccl/repos/community-x86_64/PKGBUILD
(from rev 555625, nccl/trunk/PKGBUILD)
Deleted:
  nccl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-26 02:09:02 UTC (rev 555625)
+++ PKGBUILD2020-01-26 02:09:07 UTC (rev 555626)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daniel Bermond < yahoo-com: danielbermond >
-
-pkgname=nccl
-pkgver=2.5.7
-_upstr_pkgrel=1
-pkgrel=1
-pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
-arch=('x86_64')
-url='https://developer.nvidia.com/nccl/'
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'cuda')
-source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-${_upstr_pkgrel};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
-  local _file
-  local _filelist
-  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print 
$1 }' | uniq)"
-  for _file in $_filelist
-  do
-sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
-  done
-}
-
-build() {
-  cd "$pkgname"
-
-  make CUDA_HOME='/opt/cuda' src.build
-}
-
-package() {
-  cd "${pkgname}/build"
-
-  install -Dm644 include/nccl.h "${pkgdir}/usr/include/nccl.h"
-  mkdir -p "${pkgdir}/usr/lib"
-  cp -a lib/* "${pkgdir}/usr/lib"
-
-  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: nccl/repos/community-x86_64/PKGBUILD (from rev 555625, 
nccl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-26 02:09:07 UTC (rev 555626)
@@ -0,0 +1,56 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=nccl
+pkgver=2.5.7
+_upstr_pkgrel=1
+pkgrel=2
+pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
+arch=('x86_64')
+url='https://developer.nvidia.com/nccl/'
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'cuda')
+source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-${_upstr_pkgrel};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  # rename BUILDDIR Makefile variable to avoid conflict with makepkg's one
+  local _file
+  local _filelist
+  _filelist="$(find . -type f -exec grep 'BUILDDIR' {} + | awk -F':' '{ print 
$1 }' | uniq)"
+  for _file in $_filelist
+  do
+sed -i 's/BUILDDIR/_BUILDPATH/g' "$_file"
+  done
+}
+
+build() {
+  cd "$pkgname"
+
+  export NVCC_GENCODE="-gencode=arch=compute_35,code=sm_35 \
+   -gencode=arch=compute_50,code=sm_50 \
+   -gencode=arch=compute_52,code=sm_52 \
+   -gencode=arch=compute_60,code=sm_60 \
+   -gencode=arch=compute_61,code=sm_61 \
+   -gencode=arch=compute_70,code=sm_70 \
+   -gencode=arch=compute_75,code=sm_75 \
+   -gencode=arch=compute_61,code=compute_61 \
+   -gencode=arch=compute_70,code=compute_70 \
+   -gencode=arch=compute_75,code=compute_75"
+  export VERBOSE=1
+
+  make CUDA_HOME='/opt/cuda' src.build
+}
+
+package() {
+  cd "${pkgname}/build"
+
+  install -Dm644 include/nccl.h "${pkgdir}/usr/include/nccl.h"
+  mkdir -p "${pkgdir}/usr/lib"
+  cp -a lib/* "${pkgdir}/usr/lib"
+
+  install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Sunday, January 26, 2020 @ 00:55:07
  Author: felixonmars
Revision: 555619

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-26 00:54:53 UTC (rev 555618)
+++ PKGBUILD2020-01-26 00:55:07 UTC (rev 555619)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-digitalocean
-pkgver=1.14.0
-pkgrel=4
-pkgdesc='digitalocean.com API to manage Droplets and Images'
-arch=('any')
-license=('LGPL')
-url='https://github.com/koalalorenzo/python-digitalocean'
-depends=('python-requests' 'python-jsonpickle')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-responses')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/koalalorenzo/python-digitalocean/archive/v$pkgver.tar.gz;)
-sha512sums=('821116dfdfa2191af409f3433d1edee4b6d2f97700b1b8ba6d7ca1cd6e38dd555e8dcf83e0b631d1a4e958abd0e989e3001d774916f94b2244a9d9f6bcffbf4e')
-
-build() {
-  cd python-digitalocean-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-digitalocean-$pkgver
-  python setup.py pytest || warning 
"https://github.com/koalalorenzo/python-digitalocean/issues/258;
-}
-
-package() {
-  cd python-digitalocean-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-digitalocean/repos/community-any/PKGBUILD (from rev 555618, 
python-digitalocean/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-26 00:55:07 UTC (rev 555619)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-digitalocean
+pkgver=1.15.0
+pkgrel=1
+pkgdesc='digitalocean.com API to manage Droplets and Images'
+arch=('any')
+license=('LGPL')
+url='https://github.com/koalalorenzo/python-digitalocean'
+depends=('python-requests' 'python-jsonpickle')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-responses')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/koalalorenzo/python-digitalocean/archive/v$pkgver.tar.gz;)
+sha512sums=('9965fee4be6f73809397bf40270ed6ab4f13393d83617be7aa85910c3e2ea25871eb17a8a1c9f5f6f49c49808090a92bd5cadf0e31ac2a9438f730c03c13dade')
+
+build() {
+  cd python-digitalocean-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-digitalocean-$pkgver
+  python setup.py pytest || warning 
"https://github.com/koalalorenzo/python-digitalocean/issues/258;
+}
+
+package() {
+  cd python-digitalocean-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Sunday, January 26, 2020 @ 00:54:53
  Author: felixonmars
Revision: 555618

upgpkg: python-digitalocean 1.15.0-1

Modified:
  python-digitalocean/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-26 00:53:39 UTC (rev 555617)
+++ PKGBUILD2020-01-26 00:54:53 UTC (rev 555618)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-digitalocean
-pkgver=1.14.0
-pkgrel=4
+pkgver=1.15.0
+pkgrel=1
 pkgdesc='digitalocean.com API to manage Droplets and Images'
 arch=('any')
 license=('LGPL')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-responses')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/koalalorenzo/python-digitalocean/archive/v$pkgver.tar.gz;)
-sha512sums=('821116dfdfa2191af409f3433d1edee4b6d2f97700b1b8ba6d7ca1cd6e38dd555e8dcf83e0b631d1a4e958abd0e989e3001d774916f94b2244a9d9f6bcffbf4e')
+sha512sums=('9965fee4be6f73809397bf40270ed6ab4f13393d83617be7aa85910c3e2ea25871eb17a8a1c9f5f6f49c49808090a92bd5cadf0e31ac2a9438f730c03c13dade')
 
 build() {
   cd python-digitalocean-$pkgver


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2020-01-25 Thread Felix Yan via arch-commits
Date: Sunday, January 26, 2020 @ 00:53:39
  Author: felixonmars
Revision: 555617

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 555616, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 555616, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 555616, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 555616, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 555616, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 555616, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 555616, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   88 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-01-26 00:53:05 UTC (rev 555616)
+++ LICENSE 2020-01-26 00:53:39 UTC (rev 555617)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 555616, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-01-26 00:53:39 UTC (rev 555617)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+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.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-26 00:53:05 UTC (rev 555616)
+++ PKGBUILD2020-01-26 00:53:39 UTC (rev 555617)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.214
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'

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

2020-01-25 Thread Felix Yan via arch-commits
Date: Sunday, January 26, 2020 @ 00:53:05
  Author: felixonmars
Revision: 555616

upgpkg: jenkins 2.215-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-26 00:36:41 UTC (rev 555615)
+++ PKGBUILD2020-01-26 00:53:05 UTC (rev 555616)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.214
+pkgver=2.215
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('52c7fbc946c4bbea5e75522f04d0a6b182dc45d923c8d752845eb609c8ac39ab2de7045488606f75c6be778529846376d52d1cd0622aa94cbafe944f593309b2'
+sha512sums=('4f8ea927225872b6df43db181fc152b5f2be79ec5949934e4c0b2560d7f52565745dbb98ac3b4e44d4b84130d0bd94733bd89717db36f17db8a4abde9c80ea99'
 
'7a81b2fd0ce91da42bacf35615fd7cb0352a0316b78b41fe180ba531848ca85b1f1df1573ab5707d9aebb36bacc51c81bc200f80cf41f1d1903309c1478d50f8'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Sunday, January 26, 2020 @ 00:36:41
  Author: felixonmars
Revision: 555615

archrelease: copy trunk to community-x86_64

Added:
  trojan/repos/community-x86_64/PKGBUILD
(from rev 555614, trojan/trunk/PKGBUILD)
Deleted:
  trojan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-26 00:36:25 UTC (rev 555614)
+++ PKGBUILD2020-01-26 00:36:41 UTC (rev 555615)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: GreaterFire 
-
-pkgname=trojan
-pkgver=1.14.0
-pkgrel=1
-pkgdesc="An unidentifiable mechanism that helps you bypass GFW"
-arch=('x86_64')
-url="https://github.com/trojan-gfw/trojan;
-license=('GPL3')
-depends=('boost-libs' 'openssl' 'mariadb-libs')
-optdepends=('ca-certificates: server certificate verification'
-'mariadb: advanced user management')
-makedepends=('cmake' 'boost' 'openssl' 'mariadb-libs')
-checkdepends=('openssl' 'python' 'curl' 'netcat')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trojan-gfw/$pkgname/archive/v$pkgver.tar.gz;)
-backup=('etc/trojan.json'
-'etc/trojan/config.json')
-sha512sums=('db4d7371950d349d0753e96b5e461d523e6c397e35433d0f8d2db23a7b289f254ff76ee6179f57ef6060bd12ea27086ef73055b33f743cddaf0085de9eb9c6dc')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
-  make
-}
-
-check() {
-cd $pkgname-$pkgver
-ctest
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: trojan/repos/community-x86_64/PKGBUILD (from rev 555614, 
trojan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-26 00:36:41 UTC (rev 555615)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: GreaterFire 
+
+pkgname=trojan
+pkgver=1.14.1
+pkgrel=1
+pkgdesc="An unidentifiable mechanism that helps you bypass GFW"
+arch=('x86_64')
+url="https://github.com/trojan-gfw/trojan;
+license=('GPL3')
+depends=('boost-libs' 'openssl' 'mariadb-libs')
+optdepends=('ca-certificates: server certificate verification'
+'mariadb: advanced user management')
+makedepends=('cmake' 'boost' 'openssl' 'mariadb-libs')
+checkdepends=('openssl' 'python' 'curl' 'netcat')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trojan-gfw/$pkgname/archive/v$pkgver.tar.gz;)
+backup=('etc/trojan.json'
+'etc/trojan/config.json')
+sha512sums=('c8fcdae584e742d958c896e3a18605f22073341a8227a1d7cb116e9f2ddadd6e5007bfe40ff765d564f8659cd9e9d11731d95a5c74459b0698cc48dac49ead19')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  ctest
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Sunday, January 26, 2020 @ 00:36:25
  Author: felixonmars
Revision: 555614

upgpkg: trojan 1.14.1-1

Modified:
  trojan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 23:48:04 UTC (rev 555613)
+++ PKGBUILD2020-01-26 00:36:25 UTC (rev 555614)
@@ -2,7 +2,7 @@
 # Contributor: GreaterFire 
 
 pkgname=trojan
-pkgver=1.14.0
+pkgver=1.14.1
 pkgrel=1
 pkgdesc="An unidentifiable mechanism that helps you bypass GFW"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/trojan-gfw/$pkgname/archive/v$pkgver.tar.gz;)
 backup=('etc/trojan.json'
 'etc/trojan/config.json')
-sha512sums=('db4d7371950d349d0753e96b5e461d523e6c397e35433d0f8d2db23a7b289f254ff76ee6179f57ef6060bd12ea27086ef73055b33f743cddaf0085de9eb9c6dc')
+sha512sums=('c8fcdae584e742d958c896e3a18605f22073341a8227a1d7cb116e9f2ddadd6e5007bfe40ff765d564f8659cd9e9d11731d95a5c74459b0698cc48dac49ead19')
 
 build() {
   cd $pkgname-$pkgver
@@ -25,8 +25,8 @@
 }
 
 check() {
-cd $pkgname-$pkgver
-ctest
+  cd $pkgname-$pkgver
+  ctest
 }
 
 package() {


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

2020-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 25, 2020 @ 23:48:04
  Author: svenstaro
Revision: 555613

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 23:47:59 UTC (rev 555612)
+++ PKGBUILD2020-01-25 23:48:04 UTC (rev 555613)
@@ -1,22 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=python-gast
-pkgver=0.3.2
-pkgrel=3
-pkgdesc="AST that abstracts the underlying Python version "
-url="https://github.com/serge-sans-paille/gast;
-arch=(any)
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/g/gast/gast-${pkgver}.tar.gz;)
-sha512sums=('42cc373cb64666f81fad8f8c289759d1a95885ad2e652d601443440de5f126ac8551ce494c51da336a24abd2499936be85d549602c6eb9f4397905128aaafa7c')
-
-build() {
-  cd "${srcdir}"/gast-$pkgver
-  python setup.py build
-}
-
-package_python-gast() {
-  cd "${srcdir}/gast-$pkgver"
-  python setup.py install --root=${pkgdir} --optimize=1
-}

Copied: python-gast/repos/community-any/PKGBUILD (from rev 555612, 
python-gast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 23:48:04 UTC (rev 555613)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=python-gast
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="AST that abstracts the underlying Python version "
+url="https://github.com/serge-sans-paille/gast;
+arch=(any)
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/g/gast/gast-${pkgver}.tar.gz;)
+sha512sums=('36869a5e0976223a5a82be8bf25a01654896f4de70affe0fec5252104ea6d1fea3eb8c5153530fcac8addc47b51535b02e3920a0e82aad11ba1ca8350cd11341')
+
+build() {
+  cd "${srcdir}"/gast-$pkgver
+  python setup.py build
+}
+
+package_python-gast() {
+  cd "${srcdir}/gast-$pkgver"
+  python setup.py install --root=${pkgdir} --optimize=1
+}


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

2020-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 25, 2020 @ 23:47:59
  Author: svenstaro
Revision: 555612

upgpkg: python-gast 0.3.3-1

Modified:
  python-gast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 23:46:16 UTC (rev 555611)
+++ PKGBUILD2020-01-25 23:47:59 UTC (rev 555612)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=python-gast
-pkgver=0.3.2
-pkgrel=3
+pkgver=0.3.3
+pkgrel=1
 pkgdesc="AST that abstracts the underlying Python version "
 url="https://github.com/serge-sans-paille/gast;
 arch=(any)
@@ -9,7 +9,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 source=("https://pypi.io/packages/source/g/gast/gast-${pkgver}.tar.gz;)
-sha512sums=('42cc373cb64666f81fad8f8c289759d1a95885ad2e652d601443440de5f126ac8551ce494c51da336a24abd2499936be85d549602c6eb9f4397905128aaafa7c')
+sha512sums=('36869a5e0976223a5a82be8bf25a01654896f4de70affe0fec5252104ea6d1fea3eb8c5153530fcac8addc47b51535b02e3920a0e82aad11ba1ca8350cd11341')
 
 build() {
   cd "${srcdir}"/gast-$pkgver


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

2020-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 25, 2020 @ 23:46:16
  Author: svenstaro
Revision: 555611

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 23:46:11 UTC (rev 555610)
+++ PKGBUILD2020-01-25 23:46:16 UTC (rev 555611)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=python-pynvim
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='Python client for Neovim'
-url='https://github.com/neovim/pynvim'
-arch=('any')
-license=('Apache')
-depends=('python' 'python-msgpack' 'python-greenlet')
-provides=('python-neovim')
-makedepends=('python-setuptools')
-replaces=('python-neovim')
-source=("https://github.com/neovim/pynvim/archive/${pkgver}.tar.gz;)
-sha256sums=('6d48f194e5102cbc2043bf78647cfdea77bdb2b545fe942c20bbc6c58f489210')
-
-prepare() {
-  sed -i "s/msgpack-python/msgpack/g" pynvim-${pkgver}/setup.py
-}
-
-build() {
-  cd "${srcdir}/pynvim-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}/pynvim-${pkgver}"
-  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
-}
-
-# vim:set sw=2 sts=2 et:

Copied: python-pynvim/repos/community-any/PKGBUILD (from rev 555610, 
python-pynvim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 23:46:16 UTC (rev 555611)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=python-pynvim
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='Python client for Neovim'
+url='https://github.com/neovim/pynvim'
+arch=('any')
+license=('Apache')
+depends=('python' 'python-msgpack' 'python-greenlet')
+provides=('python-neovim')
+makedepends=('python-setuptools')
+replaces=('python-neovim')
+source=("https://github.com/neovim/pynvim/archive/${pkgver}.tar.gz;)
+sha256sums=('132ea5c226399aed45a959f1d8efe8cdd89a769a672534722760a9a67b06dfa0')
+
+prepare() {
+  sed -i "s/msgpack-python/msgpack/g" pynvim-${pkgver}/setup.py
+}
+
+build() {
+  cd "${srcdir}/pynvim-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/pynvim-${pkgver}"
+  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
+}
+
+# vim:set sw=2 sts=2 et:


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

2020-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 25, 2020 @ 23:46:06
  Author: svenstaro
Revision: 555609

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 23:45:58 UTC (rev 555608)
+++ PKGBUILD2020-01-25 23:46:06 UTC (rev 555609)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adam Fontenot 
-# Contributor: Daniel M. Capella 
-
-pkgname=broot
-pkgver=0.12.0
-pkgrel=1
-pkgdesc='Fuzzy Search + tree + cd'
-arch=('x86_64')
-url=https://github.com/Canop/broot
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('eaf84409014e2e691c33d42676d0eeff8c961427914c18d5e1cff6e246a2f544')
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --locked
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: broot/repos/community-x86_64/PKGBUILD (from rev 555608, 
broot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 23:46:06 UTC (rev 555609)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adam Fontenot 
+# Contributor: Daniel M. Capella 
+
+pkgname=broot
+pkgver=0.12.1
+pkgrel=1
+pkgdesc='Fuzzy Search + tree + cd'
+arch=('x86_64')
+url=https://github.com/Canop/broot
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha256sums=('e2036165dce4a8e77a2e6d1ec5c8f4c2bd63027734b1e660d3cf6685179f5846')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 25, 2020 @ 23:45:58
  Author: svenstaro
Revision: 555608

upgpkg: broot 0.12.1-1

Modified:
  broot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 22:47:17 UTC (rev 555607)
+++ PKGBUILD2020-01-25 23:45:58 UTC (rev 555608)
@@ -3,7 +3,7 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=broot
-pkgver=0.12.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc='Fuzzy Search + tree + cd'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 makedepends=('rust')
 source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('eaf84409014e2e691c33d42676d0eeff8c961427914c18d5e1cff6e246a2f544')
+sha256sums=('e2036165dce4a8e77a2e6d1ec5c8f4c2bd63027734b1e660d3cf6685179f5846')
 
 build() {
   cd $pkgname-$pkgver


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

2020-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 25, 2020 @ 23:46:11
  Author: svenstaro
Revision: 555610

upgpkg: python-pynvim 0.4.1-1

Modified:
  python-pynvim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 23:46:06 UTC (rev 555609)
+++ PKGBUILD2020-01-25 23:46:11 UTC (rev 555610)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=python-pynvim
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc='Python client for Neovim'
 url='https://github.com/neovim/pynvim'
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 replaces=('python-neovim')
 source=("https://github.com/neovim/pynvim/archive/${pkgver}.tar.gz;)
-sha256sums=('6d48f194e5102cbc2043bf78647cfdea77bdb2b545fe942c20bbc6c58f489210')
+sha256sums=('132ea5c226399aed45a959f1d8efe8cdd89a769a672534722760a9a67b06dfa0')
 
 prepare() {
   sed -i "s/msgpack-python/msgpack/g" pynvim-${pkgver}/setup.py


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

2020-01-25 Thread Kpcyrd via arch-commits
Date: Saturday, January 25, 2020 @ 22:06:27
  Author: kpcyrd
Revision: 76

archrelease: copy trunk to community-x86_64

Added:
  bandwhich/repos/community-x86_64/PKGBUILD
(from rev 75, bandwhich/trunk/PKGBUILD)
Deleted:
  bandwhich/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 22:06:16 UTC (rev 75)
+++ PKGBUILD2020-01-25 22:06:27 UTC (rev 76)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Aram Drevekenin 
-
-pkgname=bandwhich
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='Terminal bandwidth utilization tool'
-url='https://github.com/imsnif/bandwhich'
-arch=('x86_64')
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('a0145983bd3579d2df6880649748005096f9c7531e6da9e6f10c712f160ed9a4fb02878afa0bc44afbcd60ec1bff3880d4dd26a99d59332c443ece6e5790ac03')
-b2sums=('ec5b072caae6a7215a0fb141ebadc303ff1a555c3493870d4e9492c823c4f878813922be89ce338b44699855dc5c6f0c654098c6677d5c91c0148caced1e8702')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 "docs/bandwhich.1" -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bandwhich/repos/community-x86_64/PKGBUILD (from rev 75, 
bandwhich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 22:06:27 UTC (rev 76)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd 
+# Contributor: Aram Drevekenin 
+
+pkgname=bandwhich
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Terminal bandwidth utilization tool'
+url='https://github.com/imsnif/bandwhich'
+arch=('x86_64')
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('590308361e131f0675babc7080225bb6a0f75847ce90d7db12fc3d46ed5fc70bc25809668164ab5e2f0f3d60453433b4f551c672aa92e0dad014ed2ecc8e45cd')
+b2sums=('1ccc22e5aaea2838d3dc9fcda07bda4806bb95ed8ee83c5513bbc16cbc18fa94360c090099a3378f3878d3afaa1bd2c5d6de469b69dc1b883ad227976e0c656d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 "docs/bandwhich.1" -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-25 Thread Kpcyrd via arch-commits
Date: Saturday, January 25, 2020 @ 22:06:16
  Author: kpcyrd
Revision: 75

upgpkg: bandwhich 0.11.0-1

Modified:
  bandwhich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 22:01:25 UTC (rev 74)
+++ PKGBUILD2020-01-25 22:06:16 UTC (rev 75)
@@ -2,7 +2,7 @@
 # Contributor: Aram Drevekenin 
 
 pkgname=bandwhich
-pkgver=0.10.0
+pkgver=0.11.0
 pkgrel=1
 pkgdesc='Terminal bandwidth utilization tool'
 url='https://github.com/imsnif/bandwhich'
@@ -11,8 +11,8 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('a0145983bd3579d2df6880649748005096f9c7531e6da9e6f10c712f160ed9a4fb02878afa0bc44afbcd60ec1bff3880d4dd26a99d59332c443ece6e5790ac03')
-b2sums=('ec5b072caae6a7215a0fb141ebadc303ff1a555c3493870d4e9492c823c4f878813922be89ce338b44699855dc5c6f0c654098c6677d5c91c0148caced1e8702')
+sha512sums=('590308361e131f0675babc7080225bb6a0f75847ce90d7db12fc3d46ed5fc70bc25809668164ab5e2f0f3d60453433b4f551c672aa92e0dad014ed2ecc8e45cd')
+b2sums=('1ccc22e5aaea2838d3dc9fcda07bda4806bb95ed8ee83c5513bbc16cbc18fa94360c090099a3378f3878d3afaa1bd2c5d6de469b69dc1b883ad227976e0c656d')
 
 build() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in terraform/trunk (CHANGELOG.md PKGBUILD)

2020-01-25 Thread Christian Rebischke via arch-commits
Date: Saturday, January 25, 2020 @ 22:01:17
  Author: shibumi
Revision: 73

upgpkg: terraform 0.12.20-1

Modified:
  terraform/trunk/CHANGELOG.md
  terraform/trunk/PKGBUILD

--+
 CHANGELOG.md |   12 +++-
 PKGBUILD |4 ++--
 2 files changed, 9 insertions(+), 7 deletions(-)

Modified: CHANGELOG.md
===
--- CHANGELOG.md2020-01-25 21:55:19 UTC (rev 72)
+++ CHANGELOG.md2020-01-25 22:01:17 UTC (rev 73)
@@ -1,12 +1,14 @@
-## 0.12.20 (Unreleased)
+## 0.12.21 (Unreleased)
+## 0.12.20 (January 22, 2020)
 
 ENHANCEMENTS:
-* config: New built-in functions `try` and `can` are intended to ease working 
with data structures whose shape isn't known statically. [GH-23794]
-* config: New, optional syntax for 
[`required_providers`](https://www.terraform.io/docs/configuration/terraform.html#specifying-required-provider-versions)
 setting in `terraform` blocks. This is not intended for general use yet but 
will support upcoming enhancements. [GH-23843] 
+* config: New built-in functions `try` and `can` are intended to ease working 
with data structures whose shape isn't known statically. 
([#23794](https://github.com/hashicorp/terraform/issues/23794))
+* config: New, optional syntax for 
[`required_providers`](https://www.terraform.io/docs/configuration/terraform.html#specifying-required-provider-versions)
 setting in `terraform` blocks. This is not intended for general use yet but 
will support upcoming enhancements. 
[[#23843](https://github.com/hashicorp/terraform/issues/23843)] 
 
 BUG FIXES:
-* command/show: Fix an issue with show and aliased providers [GH-23848]
-* core: Always clean up empty resources before empty modules [GH-23822]
+* command/show: Fix an issue with show and aliased providers 
([#23848](https://github.com/hashicorp/terraform/issues/23848))
+* core: Always clean up empty resources before empty modules 
([#23822](https://github.com/hashicorp/terraform/issues/23822))
+* internal/modsdir/manifest: Fix CLI issue with Windows machines 
([#23865](https://github.com/hashicorp/terraform/issues/23865))
 
 EXPERIMENTS:
 

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 21:55:19 UTC (rev 72)
+++ PKGBUILD2020-01-25 22:01:17 UTC (rev 73)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=terraform
-pkgver=0.12.19
+pkgver=0.12.20
 pkgrel=1
 pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
 url="https://www.terraform.io/;
@@ -10,7 +10,7 @@
 license=("MPL")
 makedepends=("go-pie")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha512sums=('3acf327bdbaeddf6f13fc1a2a2335675dd3910137ef685224e7c1eafddf18d0aaa8c24aa3b1b5027b21905d2d87fbe3d49904e196c9881063d01670c4de3db66')
+sha512sums=('df92422426e7ebaf2c3a6b953de9fc9fcb461f7227835e728bbccf5b796995d818a39817913d6010fadb8b3618710f77f50e36eb6ce4176e7312b68c7d7f7e96')
 changelog="CHANGELOG.md"
 
 build() {


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

2020-01-25 Thread Christian Rebischke via arch-commits
Date: Saturday, January 25, 2020 @ 21:55:13
  Author: shibumi
Revision: 71

upgpkg: kubectl 1.17.2-1 Fix #64777

Modified:
  kubectl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 21:53:43 UTC (rev 70)
+++ PKGBUILD2020-01-25 21:55:13 UTC (rev 71)
@@ -6,27 +6,28 @@
 
 pkgname=kubectl
 pkgdesc="Kubernetes.io client binary"
-pkgver=1.17.0
+pkgver=1.17.2
 pkgrel=1
 arch=('x86_64')
 url="https://kubernetes.io;
 license=('Apache')
+depends=('glibc')
 makedepends=('go-pie' 'rsync' 'git')
 #source=("git+https://github.com/kubernetes/kubernetes#tag=v${pkgver};)
 
source=("kubernetes-$pkgver.tar.gz::https://dl.k8s.io/v$pkgver/kubernetes-src.tar.gz;)
-sha512sums=('5424576d7f7936df15243fee0036e7936d2d6224e98ac805ce96cdf7b83a7c5b66dfffc8823d7bc0c17c700fa3c01841208e8cf89be91d237d12e18f3d2f307c')
+sha512sums=('117222d9590e17e5f932644e54299cf35c870b7969b12aff51392ba958a298793fee54d7346c64d973a92b1d94a9271fb28ecc68157023fa2424f74a647bacff')
 
 build() {
-  # this line remains commented, until kubernetes' build system is go 1.13 
ready
-  #make WHAT=cmd/kubectl
-  cd cmd/kubectl
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" -o kubectl
+  make WHAT=cmd/kubectl
+  # we don't need this anymore, but let's keep it.
+  #cd cmd/kubectl
+  #go build -trimpath -ldflags "-extldflags ${LDFLAGS}" -o kubectl
 }
 
 package() {
-  install -Dm755 cmd/kubectl/kubectl -t "$pkgdir/usr/bin"
-  # man page generation fails with go 1.13.1 right now
-  #install -Dm644 docs/man/man1/* -t "$pkgdir/usr/share/man/man1"
+  install -Dm755 _output/bin/kubectl -t "$pkgdir/usr/bin"
+  # man page generation still seems to fail with 1.17.2 :(
+  # install -Dm644 docs/man/man1/* -t "$pkgdir/usr/share/man/man1"
 
   "$pkgdir/usr/bin/kubectl" completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/kubectl"
   "$pkgdir/usr/bin/kubectl" completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_kubectl"


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

2020-01-25 Thread Christian Rebischke via arch-commits
Date: Saturday, January 25, 2020 @ 21:55:19
  Author: shibumi
Revision: 72

archrelease: copy trunk to community-x86_64

Added:
  kubectl/repos/community-x86_64/PKGBUILD
(from rev 71, kubectl/trunk/PKGBUILD)
Deleted:
  kubectl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 21:55:13 UTC (rev 71)
+++ PKGBUILD2020-01-25 21:55:19 UTC (rev 72)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Ivan Shapovalov 
-# Contributor: larte 
-# Contributor: Maxwell Pray a.k.a. Synthead 
-# Contributor: gun1x 
-
-pkgname=kubectl
-pkgdesc="Kubernetes.io client binary"
-pkgver=1.17.0
-pkgrel=1
-arch=('x86_64')
-url="https://kubernetes.io;
-license=('Apache')
-makedepends=('go-pie' 'rsync' 'git')
-#source=("git+https://github.com/kubernetes/kubernetes#tag=v${pkgver};)
-source=("kubernetes-$pkgver.tar.gz::https://dl.k8s.io/v$pkgver/kubernetes-src.tar.gz;)
-sha512sums=('5424576d7f7936df15243fee0036e7936d2d6224e98ac805ce96cdf7b83a7c5b66dfffc8823d7bc0c17c700fa3c01841208e8cf89be91d237d12e18f3d2f307c')
-
-build() {
-  # this line remains commented, until kubernetes' build system is go 1.13 
ready
-  #make WHAT=cmd/kubectl
-  cd cmd/kubectl
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" -o kubectl
-}
-
-package() {
-  install -Dm755 cmd/kubectl/kubectl -t "$pkgdir/usr/bin"
-  # man page generation fails with go 1.13.1 right now
-  #install -Dm644 docs/man/man1/* -t "$pkgdir/usr/share/man/man1"
-
-  "$pkgdir/usr/bin/kubectl" completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/kubectl"
-  "$pkgdir/usr/bin/kubectl" completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_kubectl"
-}

Copied: kubectl/repos/community-x86_64/PKGBUILD (from rev 71, 
kubectl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 21:55:19 UTC (rev 72)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Ivan Shapovalov 
+# Contributor: larte 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+# Contributor: gun1x 
+
+pkgname=kubectl
+pkgdesc="Kubernetes.io client binary"
+pkgver=1.17.2
+pkgrel=1
+arch=('x86_64')
+url="https://kubernetes.io;
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'rsync' 'git')
+#source=("git+https://github.com/kubernetes/kubernetes#tag=v${pkgver};)
+source=("kubernetes-$pkgver.tar.gz::https://dl.k8s.io/v$pkgver/kubernetes-src.tar.gz;)
+sha512sums=('117222d9590e17e5f932644e54299cf35c870b7969b12aff51392ba958a298793fee54d7346c64d973a92b1d94a9271fb28ecc68157023fa2424f74a647bacff')
+
+build() {
+  make WHAT=cmd/kubectl
+  # we don't need this anymore, but let's keep it.
+  #cd cmd/kubectl
+  #go build -trimpath -ldflags "-extldflags ${LDFLAGS}" -o kubectl
+}
+
+package() {
+  install -Dm755 _output/bin/kubectl -t "$pkgdir/usr/bin"
+  # man page generation still seems to fail with 1.17.2 :(
+  # install -Dm644 docs/man/man1/* -t "$pkgdir/usr/share/man/man1"
+
+  "$pkgdir/usr/bin/kubectl" completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/kubectl"
+  "$pkgdir/usr/bin/kubectl" completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_kubectl"
+}


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

2020-01-25 Thread Antonio Rojas via arch-commits
Date: Saturday, January 25, 2020 @ 21:53:22
  Author: arojas
Revision: 69

Update to 3.5.34

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 21:28:27 UTC (rev 68)
+++ PKGBUILD2020-01-25 21:53:22 UTC (rev 69)
@@ -4,8 +4,8 @@
 
 _origname=reportlab
 pkgname=python-reportlab
-pkgver=3.5.32
-pkgrel=3
+pkgver=3.5.34
+pkgrel=1
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('x86_64')
 url="https://bitbucket.org/rptlab/reportlab;
@@ -14,7 +14,7 @@
 makedepends=('freetype2' 'python-pillow' 'mercurial')
 license=('BSD')
 
source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('83ef44936ef4e9c432d62bc2b72ec8d772b87af319d123e827a72e9b6884c851')
+sha256sums=('9675a26d01ec141cb717091bb139b6227bfb3794f521943101da50327bff4825')
 
 package() {
 cd ${_origname}-${pkgver}


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

2020-01-25 Thread Antonio Rojas via arch-commits
Date: Saturday, January 25, 2020 @ 21:53:43
  Author: arojas
Revision: 70

archrelease: copy trunk to community-x86_64

Added:
  python-reportlab/repos/community-x86_64/ChangeLog
(from rev 69, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-x86_64/PKGBUILD
(from rev 69, python-reportlab/trunk/PKGBUILD)
Deleted:
  python-reportlab/repos/community-x86_64/ChangeLog
  python-reportlab/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |   36 ++--
 PKGBUILD  |   56 
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-01-25 21:53:22 UTC (rev 69)
+++ ChangeLog   2020-01-25 21:53:43 UTC (rev 70)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora   
-
-   * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  
-
-   * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  
-
-   * Adding ChangeLog
-   * Updating for i686: 2.2
-

Copied: python-reportlab/repos/community-x86_64/ChangeLog (from rev 69, 
python-reportlab/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2020-01-25 21:53:43 UTC (rev 70)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora   
+
+   * Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  
+
+   * Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  
+
+   * Adding ChangeLog
+   * Updating for i686: 2.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 21:53:22 UTC (rev 69)
+++ PKGBUILD2020-01-25 21:53:43 UTC (rev 70)
@@ -1,28 +0,0 @@
-# Maintainer:
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.5.32
-pkgrel=3
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://bitbucket.org/rptlab/reportlab;
-depends=('freetype2')
-depends=('python' 'python-pip' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('83ef44936ef4e9c432d62bc2b72ec8d772b87af319d123e827a72e9b6884c851')
-
-package() {
-cd ${_origname}-${pkgver}
-python setup.py install --root="$pkgdir" --optimize=1
-install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-check() {
-cd ${_origname}-${pkgver}
-python setup.py tests
-}

Copied: python-reportlab/repos/community-x86_64/PKGBUILD (from rev 69, 
python-reportlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 21:53:43 UTC (rev 70)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.5.34
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://bitbucket.org/rptlab/reportlab;
+depends=('freetype2')
+depends=('python' 'python-pip' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('9675a26d01ec141cb717091bb139b6227bfb3794f521943101da50327bff4825')
+
+package() {
+cd ${_origname}-${pkgver}
+python setup.py install --root="$pkgdir" --optimize=1
+install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests
+}


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

2020-01-25 Thread Christian Rebischke via arch-commits
Date: Saturday, January 25, 2020 @ 21:28:27
  Author: shibumi
Revision: 68

archrelease: copy trunk to community-x86_64

Added:
  traefik/repos/community-x86_64/PKGBUILD
(from rev 67, traefik/trunk/PKGBUILD)
Deleted:
  traefik/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 21:25:32 UTC (rev 67)
+++ PKGBUILD2020-01-25 21:28:27 UTC (rev 68)
@@ -1,25 +0,0 @@
-# Maintainer : Christian Rebischke 
-
-pkgname=traefik
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="Simple tool for making locally-trusted development certificates"
-arch=('x86_64')
-url="https://containo.us/traefik/;
-license=('MIT')
-makedepends=('go-pie' 'git' 'go-bindata')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz;)
-sha512sums=('e3ebc523f8f74188b8b5f5d60aa2684a5bc43ab859e2b8a3df43064889c4fa9b38209fa2969afa772e2c63a9d30ece31621b1e56e289069cfff1398e1abe')
-
-build() {
-  go generate
-  cd cmd/traefik
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
-}
-
-package() {
-  install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 contrib/systemd/traefik.service 
"${pkgdir}/usr/lib/systemd/system/traefik.service"
-}

Copied: traefik/repos/community-x86_64/PKGBUILD (from rev 67, 
traefik/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 21:28:27 UTC (rev 68)
@@ -0,0 +1,25 @@
+# Maintainer : Christian Rebischke 
+
+pkgname=traefik
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="Simple tool for making locally-trusted development certificates"
+arch=('x86_64')
+url="https://containo.us/traefik/;
+license=('MIT')
+makedepends=('go-pie' 'git' 'go-bindata')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz;)
+sha512sums=('13daf6a7e90b34240c54949243df829843424fa87bc4bba65b294c84c6fc6b337941dc11849ec3fd16ab9e5d21f12d8913d91a938fa61047c711dcf6e498490f')
+
+build() {
+  go generate
+  cd cmd/traefik
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
+}
+
+package() {
+  install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 contrib/systemd/traefik.service 
"${pkgdir}/usr/lib/systemd/system/traefik.service"
+}


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

2020-01-25 Thread Christian Rebischke via arch-commits
Date: Saturday, January 25, 2020 @ 21:25:32
  Author: shibumi
Revision: 67

upgpkg: traefik 2.1.3-1

Modified:
  traefik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 21:16:07 UTC (rev 66)
+++ PKGBUILD2020-01-25 21:25:32 UTC (rev 67)
@@ -1,7 +1,7 @@
 # Maintainer : Christian Rebischke 
 
 pkgname=traefik
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="Simple tool for making locally-trusted development certificates"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('go-pie' 'git' 'go-bindata')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz;)
-sha512sums=('e3ebc523f8f74188b8b5f5d60aa2684a5bc43ab859e2b8a3df43064889c4fa9b38209fa2969afa772e2c63a9d30ece31621b1e56e289069cfff1398e1abe')
+sha512sums=('13daf6a7e90b34240c54949243df829843424fa87bc4bba65b294c84c6fc6b337941dc11849ec3fd16ab9e5d21f12d8913d91a938fa61047c711dcf6e498490f')
 
 build() {
   go generate


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

2020-01-25 Thread Kpcyrd via arch-commits
Date: Saturday, January 25, 2020 @ 21:16:07
  Author: kpcyrd
Revision: 66

archrelease: copy trunk to community-x86_64

Added:
  cargo-audit/repos/community-x86_64/PKGBUILD
(from rev 65, cargo-audit/trunk/PKGBUILD)
Deleted:
  cargo-audit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 21:15:56 UTC (rev 65)
+++ PKGBUILD2020-01-25 21:16:07 UTC (rev 66)
@@ -1,30 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=cargo-audit
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="Audit Cargo.lock for crates with security vulnerabilities"
-url="https://github.com/RustSec/cargo-audit;
-depends=('cargo')
-arch=('x86_64')
-license=('MIT' 'APACHE')
-source=("https://github.com/RustSec/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('1f7b80d4748e71a8952fa8209c6384586a2e3b1a1065a3853da560a27a3f7991')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-audit/repos/community-x86_64/PKGBUILD (from rev 65, 
cargo-audit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 21:16:07 UTC (rev 66)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd 
+
+pkgname=cargo-audit
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="Audit Cargo.lock for crates with security vulnerabilities"
+url="https://github.com/RustSec/cargo-audit;
+depends=('cargo')
+arch=('x86_64')
+license=('MIT' 'APACHE')
+source=("https://github.com/RustSec/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('a6aafef957e8585ce03c3bd147a78a2044591dffac9e2ae3d9a5305238248ab5')
+b2sums=('75790dc81b94a3a67a8291d3f5006ac9fd5c868cc74708086c7bcc821017d7ee6002dcbf574a72eb4def5e00c8163263c4e6fc227ff732cc59303f6a8367b84a')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-25 Thread Kpcyrd via arch-commits
Date: Saturday, January 25, 2020 @ 21:15:56
  Author: kpcyrd
Revision: 65

upgpkg: cargo-audit 0.11.0-1

Modified:
  cargo-audit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 21:11:27 UTC (rev 64)
+++ PKGBUILD2020-01-25 21:15:56 UTC (rev 65)
@@ -1,8 +1,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=cargo-audit
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="Audit Cargo.lock for crates with security vulnerabilities"
 url="https://github.com/RustSec/cargo-audit;
 depends=('cargo')
@@ -9,7 +9,8 @@
 arch=('x86_64')
 license=('MIT' 'APACHE')
 
source=("https://github.com/RustSec/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('1f7b80d4748e71a8952fa8209c6384586a2e3b1a1065a3853da560a27a3f7991')
+sha256sums=('a6aafef957e8585ce03c3bd147a78a2044591dffac9e2ae3d9a5305238248ab5')
+b2sums=('75790dc81b94a3a67a8291d3f5006ac9fd5c868cc74708086c7bcc821017d7ee6002dcbf574a72eb4def5e00c8163263c4e6fc227ff732cc59303f6a8367b84a')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 21:11:27
  Author: jlichtblau
Revision: 64

qmmp - FS#61736 optional dependecy

Modified:
  qmmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 21:03:46 UTC (rev 63)
+++ PKGBUILD2020-01-25 21:11:27 UTC (rev 64)
@@ -10,7 +10,7 @@
 depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad'
  'libvorbis' 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 
'qt5-x11extras')
 makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia'
- 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack'
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'mpg123'
  'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 'opusfile' 
'wildmidi' 'qt5-tools')
 optdepends=('flac: native FLAC support'
 'jack: JACK sound output'
@@ -27,7 +27,7 @@
 'libsidplayfp: C64 music support'
 'opusfile: Opus support'
 'wildmidi: MIDI support'
-'ffmpeg' 'libsamplerate' 'wavpack')
+'ffmpeg' 'libsamplerate' 'wavpack' 'mpg123')
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
 sha256sums=('e842ab14a335c09ee2941ecdac4b47ce9a9e916d523dfe30e98e0569b6f13036')


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 21:03:46
  Author: jlichtblau
Revision: 63

archrelease: copy trunk to community-x86_64

Added:
  unace/repos/community-x86_64/01-makefiles.dpatch
(from rev 62, unace/trunk/01-makefiles.dpatch)
  unace/repos/community-x86_64/04-64bit.dpatch
(from rev 62, unace/trunk/04-64bit.dpatch)
  unace/repos/community-x86_64/PKGBUILD
(from rev 62, unace/trunk/PKGBUILD)
  unace/repos/community-x86_64/unace.changelog
(from rev 62, unace/trunk/unace.changelog)
  unace/repos/community-x86_64/unace.install
(from rev 62, unace/trunk/unace.install)
Deleted:
  unace/repos/community-x86_64/01-makefiles.dpatch
  unace/repos/community-x86_64/04-64bit.dpatch
  unace/repos/community-x86_64/ChangeLog
  unace/repos/community-x86_64/PKGBUILD
  unace/repos/community-x86_64/unace.install

-+
 01-makefiles.dpatch |  104 ++---
 04-64bit.dpatch |  238 +-
 ChangeLog   |9 -
 PKGBUILD|   77 +---
 unace.changelog |   12 ++
 unace.install   |   28 ++---
 6 files changed, 241 insertions(+), 227 deletions(-)

Deleted: 01-makefiles.dpatch
===
--- 01-makefiles.dpatch 2020-01-25 21:03:22 UTC (rev 62)
+++ 01-makefiles.dpatch 2020-01-25 21:03:46 UTC (rev 63)
@@ -1,52 +0,0 @@
-#!/bin/sh /usr/share/dpatch/dpatch-run
-## 01-makefiles.dpatch by Fabian Greffrath 
-##
-## DP: Fix upstream makefiles
-
-@DPATCH@
-
-diff -Nru unace-nonfree-2.5.orig/base.mk unace-nonfree-2.5/base.mk
 unace-nonfree-2.5.orig/base.mk 2003-11-27 20:16:20.0 +0100
-+++ unace-nonfree-2.5/base.mk  2006-01-31 09:33:04.0 +0100
-@@ -427,9 +427,7 @@
- ##
- 
- ifndef ISWMAKE
--include $(MAKE_DIR)baseace.mk
- include $(MAKE_DIR)baseuace.mk
- else
--!include $(MAKE_DIR)baseace.mk
- !include $(MAKE_DIR)baseuace.mk
- endif
-diff -Nru unace-nonfree-2.5.orig/makefile unace-nonfree-2.5/makefile
 unace-nonfree-2.5.orig/makefile2003-11-24 00:24:24.0 +0100
-+++ unace-nonfree-2.5/makefile 2006-01-31 09:40:17.0 +0100
-@@ -18,6 +18,6 @@
- INCLDIR   = //usr/include
- 
--DEFINES   = -D__LINUX__ -D__unix__ -D__GCC__ -D__HAS_IO_H__
-+DEFINES   = -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
- 
- ifdef DEBUG
- LSWITCHES =
-@@ -47,7 +47,7 @@
-   $(APPS_UNACEEXE_CFILES)
- 
- unace: $(UNACEEXELIN_CFILES)
--  gcc $(LSWITCHES) -Wl,-lncurses -static -I$(INCLDIR) -I$(INCLSYSDIR) 
-I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
-+  gcc $(LSWITCHES) -Wl,-lncurses -I$(INCLDIR) -idirafter $(INCLSYSDIR) 
-I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
- ifndef DEBUG
-   tar cfvz linunace25.tgz unace file_id.diz licence
-   #sh linpack.sh
-diff -Nru unace-nonfree-2.5.orig/unace.mk unace-nonfree-2.5/unace.mk
 unace-nonfree-2.5.orig/unace.mk2003-11-27 20:17:46.0 +0100
-+++ unace-nonfree-2.5/unace.mk 2006-01-31 09:33:21.0 +0100
-@@ -27,8 +27,6 @@
- 
- ifndef ISWMAKE
- include $(MAKE_DIR)unaceexe.mk
--include $(MAKE_DIR)unacedll.mk
- else
- !include $(MAKE_DIR)unaceexe.mk
--!include $(MAKE_DIR)unacedll.mk
- endif

Copied: unace/repos/community-x86_64/01-makefiles.dpatch (from rev 62, 
unace/trunk/01-makefiles.dpatch)
===
--- 01-makefiles.dpatch (rev 0)
+++ 01-makefiles.dpatch 2020-01-25 21:03:46 UTC (rev 63)
@@ -0,0 +1,52 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 01-makefiles.dpatch by Fabian Greffrath 
+##
+## DP: Fix upstream makefiles
+
+@DPATCH@
+
+diff -Nru unace-nonfree-2.5.orig/base.mk unace-nonfree-2.5/base.mk
+--- unace-nonfree-2.5.orig/base.mk 2003-11-27 20:16:20.0 +0100
 unace-nonfree-2.5/base.mk  2006-01-31 09:33:04.0 +0100
+@@ -427,9 +427,7 @@
+ ##
+ 
+ ifndef ISWMAKE
+-include $(MAKE_DIR)baseace.mk
+ include $(MAKE_DIR)baseuace.mk
+ else
+-!include $(MAKE_DIR)baseace.mk
+ !include $(MAKE_DIR)baseuace.mk
+ endif
+diff -Nru unace-nonfree-2.5.orig/makefile unace-nonfree-2.5/makefile
+--- unace-nonfree-2.5.orig/makefile2003-11-24 00:24:24.0 +0100
 unace-nonfree-2.5/makefile 2006-01-31 09:40:17.0 +0100
+@@ -18,6 +18,6 @@
+ INCLDIR   = //usr/include
+ 
+-DEFINES   = -D__LINUX__ -D__unix__ -D__GCC__ -D__HAS_IO_H__
++DEFINES   = -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
+ 
+ ifdef DEBUG
+ LSWITCHES =
+@@ -47,7 +47,7 @@
+   $(APPS_UNACEEXE_CFILES)
+ 
+ unace: $(UNACEEXELIN_CFILES)
+-  gcc $(LSWITCHES) -Wl,-lncurses -static -I$(INCLDIR) -I$(INCLSYSDIR) 
-I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
++  gcc 

[arch-commits] Commit in unace/trunk (ChangeLog PKGBUILD unace.changelog)

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 21:03:22
  Author: jlichtblau
Revision: 62

upgpkg: unace 2.5-11 - FS#63689 fix

Added:
  unace/trunk/unace.changelog
(from rev 61, unace/trunk/ChangeLog)
Modified:
  unace/trunk/PKGBUILD
Deleted:
  unace/trunk/ChangeLog

-+
 ChangeLog   |9 -
 PKGBUILD|   36 
 unace.changelog |   12 
 3 files changed, 36 insertions(+), 21 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-01-25 20:41:45 UTC (rev 61)
+++ ChangeLog   2020-01-25 21:03:22 UTC (rev 62)
@@ -1,9 +0,0 @@
-2008-04-04  Eric Belanger  
-
-   * unace-2.5-5.1
-   * fixed seg faults on x86_64
-
-2007-05-28 Alessio 'mOLOk' Bolognino 
-   * unace-2.5-5
-   moved in [community]
-   now it's built from source (from debian)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 20:41:45 UTC (rev 61)
+++ PKGBUILD2020-01-25 21:03:22 UTC (rev 62)
@@ -1,32 +1,44 @@
-# Maintainer: Eric Belanger 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Eric Belanger 
 # Contributor: lowercase
 
 pkgname=unace
 pkgver=2.5
-pkgrel=10
+pkgrel=11
 pkgdesc="An extraction tool for the proprietary ace archive format"
 arch=('x86_64')
 url="http://www.winace.com/;
-license=("custom")
-depends=(ncurses)
-install=unace.install
-source=(http://ftp.debian.org/debian/pool/non-free/u/unace-nonfree/unace-nonfree_2.5.orig.tar.gz
 \
+license=('custom')
+depends=('ncurses')
+makedepends=('patch')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://ftp.debian.org/debian/pool/non-free/u/unace-nonfree/unace-nonfree_2.5.orig.tar.gz
+
https://salsa.debian.org/fabian/unace-nonfree/raw/6f374bfd86ced925409a8bd70b5786e6020b4cbe/debian/patches/20-isatty.diff
 01-makefiles.dpatch 04-64bit.dpatch)
 
sha512sums=('f7e9f3431f882160693cb55a90449e881aead9dc501bb4bb8303f04530bd3f6e1d84bbc2775d23e7c680e1e2d55a06872658c4b14c7bf51dd2db73fdcdea953b'
+
'61ebf66c1edf15693d59d5444fc9de5911f409981bd81afcfb5ac90c2f165319148f3b3e94e86c79075869247850e33797a3e6f50cfe0fc5789d25522b7621ea'
 
'65d01b75e3443bf015fc3c69f6d323c0441a05c9d04b4d52a7c4f85bd2719bb543023266598ebbf16976d650e44dff874cbf22ba4c022920fba8608e371b'
 
'1fb9e7ec089fe7eee8983bef54b3b50d8f9feac7e27f07114cb91ce98edd7026edde4920f32d7d06abb4dc236a05a7c6eb0bcfa3eb99872e5c17fce6e61651e8')
 
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  patch -p1 < ../01-makefiles.dpatch
+  patch -p1 < ../04-64bit.dpatch
+  patch -p1 < ../20-isatty.diff
+}
+
+
 build() {
-  cd ${srcdir}/unace-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  patch -p1 < ../01-makefiles.dpatch
-  [ "$CARCH" = "x86_64" ] && (patch -p1 < ../04-64bit.dpatch)
   make
 }
 
 package() {
-  cd ${srcdir}/unace-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  install -D -m755 unace ${pkgdir}/usr/bin/unace
-  install -D -m644 licence ${pkgdir}/usr/share/licenses/unace/license
+  install -Dm755 unace "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 licence "${pkgdir}"/usr/share/licenses/$pkgname/license
 }

Copied: unace/trunk/unace.changelog (from rev 61, unace/trunk/ChangeLog)
===
--- unace.changelog (rev 0)
+++ unace.changelog 2020-01-25 21:03:22 UTC (rev 62)
@@ -0,0 +1,12 @@
+2020-01-25  Jaroslav Lichblau  
+   * unace-2.5-11
+   * fix for FS#63689 - [unace] Program hangs when used from a archive 
manager
+
+2008-04-04  Eric Belanger  
+   * unace-2.5-5.1
+   * fixed seg faults on x86_64
+
+2007-05-28 Alessio 'mOLOk' Bolognino 
+   * unace-2.5-5
+   moved in [community]
+   now it's built from source (from debian)


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 20:41:34
  Author: jlichtblau
Revision: 60

upgpkg: mp3unicode 1.2.1-5 - FS#65167

Modified:
  mp3unicode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 20:38:21 UTC (rev 59)
+++ PKGBUILD2020-01-25 20:41:34 UTC (rev 60)
@@ -3,7 +3,7 @@
 
 pkgname=mp3unicode
 pkgver=1.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A command line utility to convert ID3 tags in mp3 files between 
different encodings"
 arch=('x86_64')
 url="https://github.com/alonbl/mp3unicode;
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('taglib')
 source=(https://github.com/downloads/alonbl/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha512sums=('b1ca820d1ecf6b5e0e59a8267c0cc6af5f8218191885b9a538a53b4f112f77510b3c5da81ce1e0a98d60c19b621965cea7e8e5c7b6c035054ea362fc02ed64b2')
+sha256sums=('375b432ce784407e74fceb055d115bf83b1bd04a83b95256171e1a36e00cfe07')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 20:41:45
  Author: jlichtblau
Revision: 61

archrelease: copy trunk to community-x86_64

Added:
  mp3unicode/repos/community-x86_64/PKGBUILD
(from rev 60, mp3unicode/trunk/PKGBUILD)
Deleted:
  mp3unicode/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 20:41:34 UTC (rev 60)
+++ PKGBUILD2020-01-25 20:41:45 UTC (rev 61)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Zhukov Pavel 
-
-pkgname=mp3unicode
-pkgver=1.2.1
-pkgrel=4
-pkgdesc="A command line utility to convert ID3 tags in mp3 files between 
different encodings"
-arch=('x86_64')
-url="http://mp3unicode.yellowsite.ru/;
-license=('GPL')
-depends=('taglib')
-source=(https://github.com/downloads/alonbl/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha512sums=('b1ca820d1ecf6b5e0e59a8267c0cc6af5f8218191885b9a538a53b4f112f77510b3c5da81ce1e0a98d60c19b621965cea7e8e5c7b6c035054ea362fc02ed64b2')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3unicode/repos/community-x86_64/PKGBUILD (from rev 60, 
mp3unicode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 20:41:45 UTC (rev 61)
@@ -0,0 +1,26 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Zhukov Pavel 
+
+pkgname=mp3unicode
+pkgver=1.2.1
+pkgrel=5
+pkgdesc="A command line utility to convert ID3 tags in mp3 files between 
different encodings"
+arch=('x86_64')
+url="https://github.com/alonbl/mp3unicode;
+license=('GPL')
+depends=('taglib')
+source=(https://github.com/downloads/alonbl/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('375b432ce784407e74fceb055d115bf83b1bd04a83b95256171e1a36e00cfe07')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 20:38:21
  Author: jlichtblau
Revision: 59

mp3unicode - FS#65167 fix

Modified:
  mp3unicode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 20:33:51 UTC (rev 58)
+++ PKGBUILD2020-01-25 20:38:21 UTC (rev 59)
@@ -1,4 +1,4 @@
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Zhukov Pavel 
 
 pkgname=mp3unicode
@@ -6,7 +6,7 @@
 pkgrel=4
 pkgdesc="A command line utility to convert ID3 tags in mp3 files between 
different encodings"
 arch=('x86_64')
-url="http://mp3unicode.yellowsite.ru/;
+url="https://github.com/alonbl/mp3unicode;
 license=('GPL')
 depends=('taglib')
 source=(https://github.com/downloads/alonbl/$pkgname/$pkgname-$pkgver.tar.bz2)
@@ -13,7 +13,7 @@
 
sha512sums=('b1ca820d1ecf6b5e0e59a8267c0cc6af5f8218191885b9a538a53b4f112f77510b3c5da81ce1e0a98d60c19b621965cea7e8e5c7b6c035054ea362fc02ed64b2')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
@@ -20,7 +20,7 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in (cddb_get)

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 20:33:51
  Author: jlichtblau
Revision: 58

cddb_get removed from [community] - FS#65163

Deleted:
  cddb_get/


[arch-commits] Commit in (hacburn)

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 20:33:13
  Author: jlichtblau
Revision: 57

hacburn - removed from [community] - FS#65163

Deleted:
  hacburn/


[arch-commits] Commit in corkscrew/trunk (PKGBUILD corkscrew.changelog)

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 20:18:32
  Author: jlichtblau
Revision: 53

upgpkg: corkscrew 2.0-8 - FS#63168 fix

Modified:
  corkscrew/trunk/PKGBUILD
  corkscrew/trunk/corkscrew.changelog

-+
 PKGBUILD|   10 +-
 corkscrew.changelog |5 -
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 20:09:42 UTC (rev 52)
+++ PKGBUILD2020-01-25 20:18:32 UTC (rev 53)
@@ -1,16 +1,16 @@
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: gothmog.todi 
 
 pkgname=corkscrew
 pkgver=2.0
-pkgrel=7
+pkgrel=8
 pkgdesc="A tool for tunneling SSH through HTTP proxies"
 arch=('x86_64')
-url="http://www.agroman.net/corkscrew/;
+url="https://github.com/patpadgett/corkscrew;
 license=('GPL')
 changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::http://http.debian.net/debian/pool/main/c/corkscrew/${pkgname}_${pkgver}.orig.tar.gz)
-sha512sums=('bfea81064601cdf67ba1730b49e3a5f7aa377423edbfb052ff0f6b2776b49e104852b7f126f4668d37541a706313ef37d9b4535126e94bb202db4ac38f693e6f')
+source=($pkgname-$pkgver.tar.gz::https://github.com/patpadgett/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('879344d6ba456635525c05982e1590bd5344224c15c413180d371f5e65d43343')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: corkscrew.changelog
===
--- corkscrew.changelog 2020-01-25 20:09:42 UTC (rev 52)
+++ corkscrew.changelog 2020-01-25 20:18:32 UTC (rev 53)
@@ -1,3 +1,6 @@
-2010-04-09 Jaroslav Lichtblau 
+2020-01-25 Jaroslav Lichtblau 
+   * corkscrew 2.0-8 - FS#63168 fix
+   
+2010-04-09 Jaroslav Lichtblau 
* Package moved to [community]
* version 2.0 - 61 votes in AUR


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 20:18:44
  Author: jlichtblau
Revision: 54

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   53 --
 corkscrew.changelog |9 +---
 2 files changed, 32 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 20:18:32 UTC (rev 53)
+++ PKGBUILD2020-01-25 20:18:44 UTC (rev 54)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: gothmog.todi 
-
-pkgname=corkscrew
-pkgver=2.0
-pkgrel=7
-pkgdesc="A tool for tunneling SSH through HTTP proxies"
-arch=('x86_64')
-url="http://www.agroman.net/corkscrew/;
-license=('GPL')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::http://http.debian.net/debian/pool/main/c/corkscrew/${pkgname}_${pkgver}.orig.tar.gz)
-sha512sums=('bfea81064601cdf67ba1730b49e3a5f7aa377423edbfb052ff0f6b2776b49e104852b7f126f4668d37541a706313ef37d9b4535126e94bb202db4ac38f693e6f')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: corkscrew/repos/community-x86_64/PKGBUILD (from rev 53, 
corkscrew/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 20:18:44 UTC (rev 54)
@@ -0,0 +1,26 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: gothmog.todi 
+
+pkgname=corkscrew
+pkgver=2.0
+pkgrel=8
+pkgdesc="A tool for tunneling SSH through HTTP proxies"
+arch=('x86_64')
+url="https://github.com/patpadgett/corkscrew;
+license=('GPL')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/patpadgett/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('879344d6ba456635525c05982e1590bd5344224c15c413180d371f5e65d43343')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: corkscrew.changelog
===
--- corkscrew.changelog 2020-01-25 20:18:32 UTC (rev 53)
+++ corkscrew.changelog 2020-01-25 20:18:44 UTC (rev 54)
@@ -1,3 +0,0 @@
-2010-04-09 Jaroslav Lichtblau 
-   * Package moved to [community]
-   * version 2.0 - 61 votes in AUR

Copied: corkscrew/repos/community-x86_64/corkscrew.changelog (from rev 53, 
corkscrew/trunk/corkscrew.changelog)
===
--- corkscrew.changelog (rev 0)
+++ corkscrew.changelog 2020-01-25 20:18:44 UTC (rev 54)
@@ -0,0 +1,6 @@
+2020-01-25 Jaroslav Lichtblau 
+   * corkscrew 2.0-8 - FS#63168 fix
+   
+2010-04-09 Jaroslav Lichtblau 
+   * Package moved to [community]
+   * version 2.0 - 61 votes in AUR


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

2020-01-25 Thread David Runge via arch-commits
Date: Saturday, January 25, 2020 @ 20:09:33
  Author: dvzrv
Revision: 51

upgpkg: cage 0.1.1.r40.gcc1f975-1: Upgrading to 0.1.1.r40.gcc1f975 to be able 
to build against wlroots >= 0.9. Rebuilding against wlroots 0.10.0.

Modified:
  cage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 20:07:20 UTC (rev 50)
+++ PKGBUILD2020-01-25 20:09:33 UTC (rev 51)
@@ -1,21 +1,29 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 
 pkgname=cage
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.1.1.r40.gcc1f975
+pkgrel=1
 pkgdesc="A kiosk compositor for Wayland"
 arch=('x86_64')
 url="https://www.hjdskes.nl/projects/cage/;
 license=('MIT')
-depends=('glibc' 'libxkbcommon' 'pixman' 'wayland' 'wlroots')
-makedepends=('meson' 'wayland-protocols' 'xorg-server-xwayland')
+depends=('glibc' 'libxkbcommon' 'pixman' 'wayland')
+makedepends=('git' 'meson' 'wayland-protocols' 'wlroots' 
'xorg-server-xwayland')
 optdepends=('xorg-server-xwayland: X11 support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Hjdskes/${pkgname}/archive/v${pkgver}.tar.gz;
-
"https://github.com/Hjdskes/cage/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig;)
-sha512sums=('f071f04f1ff7d2b89ae72238ef1a28fd3fbc389803e4a4fe0c3d938c7a2a1cc962b63929d081d975f98131ff6dd9637762e8036bb320277e2580f0cbeb0c6201'
-'SKIP')
+# cage 0.1.1 not compatible with wlroots > 0.8.1
+# therefore pinning current HEAD to be able to upgrade wlroots
+# https://github.com/Hjdskes/cage/issues/107
+# 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Hjdskes/${pkgname}/archive/v${pkgver}.tar.gz;
+# 
"https://github.com/Hjdskes/cage/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig;)
+source=("${pkgname}-${pkgver}::git+https://github.com/Hjdskes/${pkgname}.git#commit=cc1f975?signed;)
+sha512sums=('SKIP')
 validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes 

 
+pkgver() {
+  cd "$pkgname-$pkgver"
+  git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
 build() {
   cd "$pkgname-$pkgver"
   arch-meson --prefix=/usr \
@@ -27,6 +35,7 @@
 }
 
 package() {
+  depends+=('libwlroots.so')
   cd "$pkgname-$pkgver"
   DESTDIR="${pkgdir}" meson install -C build
   #docs


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

2020-01-25 Thread David Runge via arch-commits
Date: Saturday, January 25, 2020 @ 20:09:42
  Author: dvzrv
Revision: 52

archrelease: copy trunk to community-staging-x86_64

Added:
  cage/repos/community-staging-x86_64/
  cage/repos/community-staging-x86_64/PKGBUILD
(from rev 51, cage/trunk/PKGBUILD)

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

Copied: cage/repos/community-staging-x86_64/PKGBUILD (from rev 51, 
cage/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-25 20:09:42 UTC (rev 52)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+
+pkgname=cage
+pkgver=0.1.1.r40.gcc1f975
+pkgrel=1
+pkgdesc="A kiosk compositor for Wayland"
+arch=('x86_64')
+url="https://www.hjdskes.nl/projects/cage/;
+license=('MIT')
+depends=('glibc' 'libxkbcommon' 'pixman' 'wayland')
+makedepends=('git' 'meson' 'wayland-protocols' 'wlroots' 
'xorg-server-xwayland')
+optdepends=('xorg-server-xwayland: X11 support')
+# cage 0.1.1 not compatible with wlroots > 0.8.1
+# therefore pinning current HEAD to be able to upgrade wlroots
+# https://github.com/Hjdskes/cage/issues/107
+# 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Hjdskes/${pkgname}/archive/v${pkgver}.tar.gz;
+# 
"https://github.com/Hjdskes/cage/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig;)
+source=("${pkgname}-${pkgver}::git+https://github.com/Hjdskes/${pkgname}.git#commit=cc1f975?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes 

+
+pkgver() {
+  cd "$pkgname-$pkgver"
+  git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  arch-meson --prefix=/usr \
+ --libdir=lib \
+ --buildtype=release \
+ -Dxwayland=true \
+ build
+  ninja -C build
+}
+
+package() {
+  depends+=('libwlroots.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  #docs
+  install -vDm 644 README.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 20:07:20
  Author: jlichtblau
Revision: 50

archrelease: copy trunk to community-x86_64

Added:
  numlockx/repos/community-x86_64/PKGBUILD
(from rev 49, numlockx/trunk/PKGBUILD)
Deleted:
  numlockx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 20:07:08 UTC (rev 49)
+++ PKGBUILD2020-01-25 20:07:20 UTC (rev 50)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Tom Newsom 
-# Contributor: Travis Willard  
-# Contributor: Thayer Williams  
-# Contributor: Daniel J Griffiths 
-
-pkgname=numlockx
-pkgver=1.2
-pkgrel=4
-pkgdesc='Turns on the numlock key in X11.'
-arch=('x86_64')
-url='http://home.kde.org/~seli/numlockx/'
-license=('MIT')
-depends=('libxtst')
-#source=(http://home.kde.org/~seli/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-source=(http://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.gz/be9109370447eae23f6f3f8527bb1a67/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('efaaa67e8b2723cb1e8461dde664f1f8e9b21f34edfe2e1135a6b756fa2843aed1a386f2f9d70bd62ddae9aedfeeff856a18da8b542f2cff440f93b38e5a853e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  ./configure --prefix=/usr x_includes=/usr/include/X11 x_libraries=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make prefix="${pkgdir}/usr" install
-  
-  # Install the custom MIT license
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: numlockx/repos/community-x86_64/PKGBUILD (from rev 49, 
numlockx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 20:07:20 UTC (rev 50)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Tom Newsom 
+# Contributor: Travis Willard  
+# Contributor: Thayer Williams  
+# Contributor: Daniel J Griffiths 
+
+pkgname=numlockx
+pkgver=1.2
+pkgrel=5
+pkgdesc='Turns on the numlock key in X11.'
+arch=('x86_64')
+url='https://github.com/rg3/numlockx'
+license=('MIT')
+depends=('libxtst')
+source=(https://github.com/rg3/numlockx/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('efaaa67e8b2723cb1e8461dde664f1f8e9b21f34edfe2e1135a6b756fa2843aed1a386f2f9d70bd62ddae9aedfeeff856a18da8b542f2cff440f93b38e5a853e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  ./configure --prefix=/usr x_includes=/usr/include/X11 x_libraries=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  make prefix="${pkgdir}/usr" install
+  
+  # Install the custom MIT license
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 20:07:08
  Author: jlichtblau
Revision: 49

upgpkg: numlockx 1.2-5 - FS#60120 fix

Modified:
  numlockx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 19:22:52 UTC (rev 48)
+++ PKGBUILD2020-01-25 20:07:08 UTC (rev 49)
@@ -1,4 +1,5 @@
 # Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Tom Newsom 
 # Contributor: Travis Willard  
 # Contributor: Thayer Williams  
@@ -6,14 +7,13 @@
 
 pkgname=numlockx
 pkgver=1.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Turns on the numlock key in X11.'
 arch=('x86_64')
-url='http://home.kde.org/~seli/numlockx/'
+url='https://github.com/rg3/numlockx'
 license=('MIT')
 depends=('libxtst')
-#source=(http://home.kde.org/~seli/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-source=(https://pkgs.fedoraproject.org/repo/pkgs/${pkgname}/${pkgname}-${pkgver}.tar.gz/be9109370447eae23f6f3f8527bb1a67/${pkgname}-${pkgver}.tar.gz)
+source=(https://github.com/rg3/numlockx/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 
sha512sums=('efaaa67e8b2723cb1e8461dde664f1f8e9b21f34edfe2e1135a6b756fa2843aed1a386f2f9d70bd62ddae9aedfeeff856a18da8b542f2cff440f93b38e5a853e')
 
 build() {


[arch-commits] Commit in python2-cairo (3 files)

2020-01-25 Thread Antonio Rojas via arch-commits
Date: Saturday, January 25, 2020 @ 19:56:42
  Author: arojas
Revision: 373934

archrelease: copy trunk to extra-x86_64

Added:
  python2-cairo/repos/
  python2-cairo/repos/extra-x86_64/
  python2-cairo/repos/extra-x86_64/PKGBUILD
(from rev 373933, python2-cairo/trunk/PKGBUILD)

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

Copied: python2-cairo/repos/extra-x86_64/PKGBUILD (from rev 373933, 
python2-cairo/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2020-01-25 19:56:42 UTC (rev 373934)
@@ -0,0 +1,30 @@
+# Maintainer: Angel Velasquez   
+# Maintainer: Jan de Groot 
+
+pkgname=python2-cairo
+pkgver=1.18.2
+pkgrel=4
+pkgdesc="Python bindings for the cairo graphics library"
+arch=('x86_64')
+url="https://pycairo.readthedocs.io/en/latest/;
+license=('LGPL2.1' 'MPL')
+depends=(cairo python2)
+makedepends=(git)
+_commit=8643af4c10059827056e769c8c7a997bdc3d5a29  # tags/v1.18.2
+source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pycairo
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd pycairo
+  python2 setup.py build
+}
+
+package() {
+  cd pycairo
+  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1'
+}


[arch-commits] Commit in (3 files)

2020-01-25 Thread Antonio Rojas via arch-commits
Date: Saturday, January 25, 2020 @ 19:56:10
  Author: arojas
Revision: 373933

Add standalone legacy python2-cairo package

Added:
  python2-cairo/
  python2-cairo/trunk/
  python2-cairo/trunk/PKGBUILD

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

Added: python2-cairo/trunk/PKGBUILD
===
--- python2-cairo/trunk/PKGBUILD(rev 0)
+++ python2-cairo/trunk/PKGBUILD2020-01-25 19:56:10 UTC (rev 373933)
@@ -0,0 +1,30 @@
+# Maintainer: Angel Velasquez   
+# Maintainer: Jan de Groot 
+
+pkgname=python2-cairo
+pkgver=1.18.2
+pkgrel=4
+pkgdesc="Python bindings for the cairo graphics library"
+arch=('x86_64')
+url="https://pycairo.readthedocs.io/en/latest/;
+license=('LGPL2.1' 'MPL')
+depends=(cairo python2)
+makedepends=(git)
+_commit=8643af4c10059827056e769c8c7a997bdc3d5a29  # tags/v1.18.2
+source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pycairo
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd pycairo
+  python2 setup.py build
+}
+
+package() {
+  cd pycairo
+  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1'
+}


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

2020-01-25 Thread Antonio Rojas via arch-commits
Date: Saturday, January 25, 2020 @ 19:51:42
  Author: arojas
Revision: 373932

archrelease: copy trunk to testing-x86_64

Added:
  python-cairo/repos/testing-x86_64/
  python-cairo/repos/testing-x86_64/PKGBUILD
(from rev 373931, python-cairo/trunk/PKGBUILD)

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

Copied: python-cairo/repos/testing-x86_64/PKGBUILD (from rev 373931, 
python-cairo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-25 19:51:42 UTC (rev 373932)
@@ -0,0 +1,30 @@
+# Maintainer: Angel Velasquez   
+# Maintainer: Jan de Groot 
+
+pkgname=python-cairo
+pkgver=1.19.0
+pkgrel=1
+pkgdesc="Python bindings for the cairo graphics library"
+arch=('x86_64')
+url="https://pycairo.readthedocs.io/en/latest/;
+license=('LGPL2.1' 'MPL')
+depends=(cairo python)
+makedepends=(git)
+_commit=9f486e88597056a61d76364f21b5a911f17e896a  # tags/v1.19.0
+source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pycairo
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd pycairo
+  python setup.py build
+}
+
+package() {
+  cd pycairo
+  python setup.py install --skip-build --root="${pkgdir}" --optimize='1'
+}


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

2020-01-25 Thread Antonio Rojas via arch-commits
Date: Saturday, January 25, 2020 @ 19:51:17
  Author: arojas
Revision: 373931

Update to 1.19.0

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 18:58:57 UTC (rev 373930)
+++ PKGBUILD2020-01-25 19:51:17 UTC (rev 373931)
@@ -1,16 +1,16 @@
 # Maintainer: Angel Velasquez   
 # Maintainer: Jan de Groot 
 
-pkgbase=python-cairo
-pkgname=(python-cairo python2-cairo)
-pkgver=1.18.2
-pkgrel=3
+pkgname=python-cairo
+pkgver=1.19.0
+pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
 url="https://pycairo.readthedocs.io/en/latest/;
 license=('LGPL2.1' 'MPL')
-makedepends=(python python2 cairo git)
-_commit=8643af4c10059827056e769c8c7a997bdc3d5a29  # tags/v1.18.2
+depends=(cairo python)
+makedepends=(git)
+_commit=9f486e88597056a61d76364f21b5a911f17e896a  # tags/v1.19.0
 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -19,24 +19,12 @@
   git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
-
 build() {
   cd pycairo
-  python2 setup.py build
   python setup.py build
 }
 
-package_python2-cairo() {
-  depends=('cairo' 'python2')
-  pkgdesc="Python2 bindings for the cairo graphics library"
-
+package() {
   cd pycairo
-  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1'
-}
-
-package_python-cairo() {
-  depends=('cairo' 'python')
-
-  cd pycairo
   python setup.py install --skip-build --root="${pkgdir}" --optimize='1'
 }


[arch-commits] Commit in lbzip2/trunk (PKGBUILD lbzip2-gnulib-build-fix.patch)

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 19:14:52
  Author: jlichtblau
Revision: 46

upgpkg: lbzip2 2.5-5 - FS#60455 fix

Added:
  lbzip2/trunk/lbzip2-gnulib-build-fix.patch
Modified:
  lbzip2/trunk/PKGBUILD

---+
 PKGBUILD  |   17 +
 lbzip2-gnulib-build-fix.patch |   30 ++
 2 files changed, 43 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 19:13:54 UTC (rev 45)
+++ PKGBUILD2020-01-25 19:14:52 UTC (rev 46)
@@ -1,18 +1,27 @@
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Dan Ziemba 
 # Contributor: Christoph Zeiler 
 
 pkgname=lbzip2
 pkgver=2.5
-pkgrel=4
+pkgrel=5
 pkgdesc="A parallel, SMP-based, bzip2-compatible compression utility"
 arch=('x86_64')
 url="http://lbzip2.org;
 license=('GPL3')
 depends=('glibc')
-source=(http://archive.lbzip2.org/$pkgname-$pkgver.tar.bz2)
-sha512sums=('63468178604df926bd2071c23b068bddcb6fcab54bac92a149224c5ed99a38cc7e8366ae21eecf12ad9c1a193827ef627d2517ac9a7a65791a959dfcacd96127')
+makedepends=('patch')
+source=(http://deb.debian.org/debian/pool/main/l/$pkgname/${pkgname}_${pkgver}.orig.tar.bz2
+lbzip2-gnulib-build-fix.patch)
+sha256sums=('eec4ff08376090494fa3710649b73e5412c3687b4b9b758c93f73aa7be27555b'
+'5eca4665b147655ce99f9ae5eff50e7db2714ba957e41e20b50d80533aeb6bef')
 
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  patch -Np1 -i "${srcdir}"/lbzip2-gnulib-build-fix.patch
+}
+
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
  

Added: lbzip2-gnulib-build-fix.patch
===
--- lbzip2-gnulib-build-fix.patch   (rev 0)
+++ lbzip2-gnulib-build-fix.patch   2020-01-25 19:14:52 UTC (rev 46)
@@ -0,0 +1,30 @@
+diff --git a/lib/fseterr.c b/lib/fseterr.c
+index 82649c3ac..adb637256 100644
+--- a/lib/fseterr.c
 b/lib/fseterr.c
+@@ -29,7 +29,7 @@ fseterr (FILE *fp)
+   /* Most systems provide FILE as a struct and the necessary bitmask in
+  , because they need it for implementing getc() and putc() as
+  fast macros.  */
+-#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, 
Haiku, Linux libc5 */
++#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, 
Linux libc5 */
+   fp->_flags |= _IO_ERR_SEEN;
+ #elif defined __sferror || defined __DragonFly__ || defined __ANDROID__
+   /* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin, Minix 3, Android 
*/
+diff --git a/lib/stdio-impl.h b/lib/stdio-impl.h
+index 78d896e9f..05c5752a2 100644
+--- a/lib/stdio-impl.h
 b/lib/stdio-impl.h
+@@ -18,6 +18,12 @@
+the same implementation of stdio extension API, except that some fields
+have different naming conventions, or their access requires some casts.  */
+ 
++/* Glibc 2.28 made _IO_IN_BACKUP private.  For now, work around this
++   problem by defining it ourselves.  FIXME: Do not rely on glibc
++   internals.  */
++#if !defined _IO_IN_BACKUP && defined _IO_EOF_SEEN
++# define _IO_IN_BACKUP 0x100
++#endif
+ 
+ /* BSD stdio derived implementations.  */
+ 


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 19:15:05
  Author: jlichtblau
Revision: 47

archrelease: copy trunk to community-x86_64

Added:
  lbzip2/repos/community-x86_64/PKGBUILD
(from rev 46, lbzip2/trunk/PKGBUILD)
  lbzip2/repos/community-x86_64/lbzip2-gnulib-build-fix.patch
(from rev 46, lbzip2/trunk/lbzip2-gnulib-build-fix.patch)
Deleted:
  lbzip2/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |   76 ++--
 lbzip2-gnulib-build-fix.patch |   30 +++
 2 files changed, 72 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 19:14:52 UTC (rev 46)
+++ PKGBUILD2020-01-25 19:15:05 UTC (rev 47)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Dan Ziemba 
-# Contributor: Christoph Zeiler 
-
-pkgname=lbzip2
-pkgver=2.5
-pkgrel=4
-pkgdesc="A parallel, SMP-based, bzip2-compatible compression utility"
-arch=('x86_64')
-url="http://lbzip2.org;
-license=('GPL3')
-depends=('glibc')
-source=(http://archive.lbzip2.org/$pkgname-$pkgver.tar.bz2)
-sha512sums=('63468178604df926bd2071c23b068bddcb6fcab54bac92a149224c5ed99a38cc7e8366ae21eecf12ad9c1a193827ef627d2517ac9a7a65791a959dfcacd96127')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
- 
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  
-  make check
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
- 
-  make DESTDIR="${pkgdir}" install
-}

Copied: lbzip2/repos/community-x86_64/PKGBUILD (from rev 46, 
lbzip2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 19:15:05 UTC (rev 47)
@@ -0,0 +1,42 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Dan Ziemba 
+# Contributor: Christoph Zeiler 
+
+pkgname=lbzip2
+pkgver=2.5
+pkgrel=5
+pkgdesc="A parallel, SMP-based, bzip2-compatible compression utility"
+arch=('x86_64')
+url="http://lbzip2.org;
+license=('GPL3')
+depends=('glibc')
+makedepends=('patch')
+source=(http://deb.debian.org/debian/pool/main/l/$pkgname/${pkgname}_${pkgver}.orig.tar.bz2
+lbzip2-gnulib-build-fix.patch)
+sha256sums=('eec4ff08376090494fa3710649b73e5412c3687b4b9b758c93f73aa7be27555b'
+'5eca4665b147655ce99f9ae5eff50e7db2714ba957e41e20b50d80533aeb6bef')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  patch -Np1 -i "${srcdir}"/lbzip2-gnulib-build-fix.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+ 
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+ 
+  make DESTDIR="${pkgdir}" install
+}

Copied: lbzip2/repos/community-x86_64/lbzip2-gnulib-build-fix.patch (from rev 
46, lbzip2/trunk/lbzip2-gnulib-build-fix.patch)
===
--- lbzip2-gnulib-build-fix.patch   (rev 0)
+++ lbzip2-gnulib-build-fix.patch   2020-01-25 19:15:05 UTC (rev 47)
@@ -0,0 +1,30 @@
+diff --git a/lib/fseterr.c b/lib/fseterr.c
+index 82649c3ac..adb637256 100644
+--- a/lib/fseterr.c
 b/lib/fseterr.c
+@@ -29,7 +29,7 @@ fseterr (FILE *fp)
+   /* Most systems provide FILE as a struct and the necessary bitmask in
+  , because they need it for implementing getc() and putc() as
+  fast macros.  */
+-#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, 
Haiku, Linux libc5 */
++#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, 
Linux libc5 */
+   fp->_flags |= _IO_ERR_SEEN;
+ #elif defined __sferror || defined __DragonFly__ || defined __ANDROID__
+   /* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin, Minix 3, Android 
*/
+diff --git a/lib/stdio-impl.h b/lib/stdio-impl.h
+index 78d896e9f..05c5752a2 100644
+--- a/lib/stdio-impl.h
 b/lib/stdio-impl.h
+@@ -18,6 +18,12 @@
+the same implementation of stdio extension API, except that some fields
+have different naming conventions, or their access requires some casts.  */
+ 
++/* Glibc 2.28 made _IO_IN_BACKUP private.  For now, work around this
++   problem by defining it ourselves.  FIXME: Do not rely on glibc
++   internals.  */
++#if !defined _IO_IN_BACKUP && defined _IO_EOF_SEEN
++# define _IO_IN_BACKUP 0x100
++#endif
+ 
+ /* BSD stdio derived implementations.  */
+ 


[arch-commits] Commit in gitlab/repos/community-x86_64 (24 files)

2020-01-25 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 25, 2020 @ 19:13:54
  Author: anatolik
Revision: 45

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 44, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/build_fix.patch
(from rev 44, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 44, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 44, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 44, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 44, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 44, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 44, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 44, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 44, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 44, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/ruby27-pop-extra-arg.patch
(from rev 44, gitlab/trunk/ruby27-pop-extra-arg.patch)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/build_fix.patch
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/ruby27-pop-extra-arg.patch

+
 PKGBUILD   |  454 +--
 build_fix.patch|   52 ++--
 gitlab-backup.service  |   40 +--
 gitlab-backup.timer|   20 -
 gitlab-mailroom.service|   44 ++--
 gitlab-sidekiq.service |   62 ++---
 gitlab-unicorn.service |   68 +++---
 gitlab.install |   40 +--
 gitlab.logrotate   |   12 -
 gitlab.target  |   14 -
 gitlab.tmpfiles.d  |2 
 ruby27-pop-extra-arg.patch |   52 ++--
 12 files changed, 430 insertions(+), 430 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 19:12:54 UTC (rev 44)
+++ PKGBUILD2020-01-25 19:13:54 UTC (rev 45)
@@ -1,227 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
-pkgname=gitlab
-pkgver=12.7.0
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-foss;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
-makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'python-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-foss/repository/archive?sha=v${pkgver};
-build_fix.patch
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate
-ruby27-pop-extra-arg.patch)
-install='gitlab.install'
-sha512sums=('5fa1df5430451a1b4724c42fa33cda90215bd5148c0228484d1fceb93ebda7f2a9839e563f702b5303658ec7ed02efc01711f3952a10d4b5ba657d267192ec0d'
-
'2a3cf6c83c7f9fd926f6c030e3fd49b379fc818ca1e34b4a853bb64f80259370e2fae33bf0e5f869f498d5f3abbc88e387289755d9a0e46f633ca410cf01e1d4'
-

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

2020-01-25 Thread Anatol Pomozov via arch-commits
Date: Saturday, January 25, 2020 @ 19:12:54
  Author: anatolik
Revision: 44

upgpkg: gitlab 12.7.2-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 18:48:18 UTC (rev 43)
+++ PKGBUILD2020-01-25 19:12:54 UTC (rev 44)
@@ -10,7 +10,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=12.7.0
+pkgver=12.7.2
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -39,7 +39,7 @@
 gitlab.logrotate
 ruby27-pop-extra-arg.patch)
 install='gitlab.install'
-sha512sums=('5fa1df5430451a1b4724c42fa33cda90215bd5148c0228484d1fceb93ebda7f2a9839e563f702b5303658ec7ed02efc01711f3952a10d4b5ba657d267192ec0d'
+sha512sums=('7c7af7b45573b74553e7301c31f9ee7571aa45c48077b1983de65a3f41d8e52fac5eb799fe08e8890e06c3a8f06c7c36f2f75f07a41dc48bd5c932d1c8c2cc29'
 
'baeb28cc87be9f5e36f9bb3c98f8c81caf1f0eadab1726bcd80d89f94dfb9d00c2e086966f4ce80ac91b27dbd6b550868167e29f6b04bee6a22ead41e30c604b'
 
'1ad15b48890ad48e97a6fcea56132582f2b22aa27f4a1a1f4590f3ea72de4726e13ef6f3db2bc0984da1ef140bde092e74e0c9f8f1778f207f3fac4a31a77e4b'
 
'8ca36771f7568b190823ec47afeaf6ff75f61c5b6f31ce5d837a6dcd84a5b3da23fb07a1eceeda0752b2e61c4a8f4d17bf368fa2913e1487567944a8d29eeb58'


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 18:48:18
  Author: jlichtblau
Revision: 43

archrelease: copy trunk to community-any

Added:
  translate-toolkit/repos/community-any/PKGBUILD
(from rev 42, translate-toolkit/trunk/PKGBUILD)
Deleted:
  translate-toolkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 18:48:10 UTC (rev 42)
+++ PKGBUILD2020-01-25 18:48:18 UTC (rev 43)
@@ -1,26 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Andrea Scarpino 
-# Contributor: Hugo Doria 
-
-pkgname=translate-toolkit
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
-arch=('any')
-url="https://toolkit.translatehouse.org/;
-license=('GPL')
-depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch')
-makedepends=('python-setuptools')
-optdepends=('gaupol: for po2sub'
-'python-chardet: encoding detector'
-'python-levenshtein: faster matching')
-source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('4c4f28ab70f8bd028c8242c76a0dfef4ad88e0f62df53c5d7d6f2adcfac57600')
-
-package() {
-  cd "${srcdir}"/translate-$pkgver
-
-  python -s setup.py install --root="${pkgdir}" --optimize=1
-  python -m compileall "${pkgdir}"/usr/lib/python3.8/site-packages/translate
-}

Copied: translate-toolkit/repos/community-any/PKGBUILD (from rev 42, 
translate-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 18:48:18 UTC (rev 43)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Hugo Doria 
+
+pkgname=translate-toolkit
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
+arch=('any')
+url="https://toolkit.translatehouse.org/;
+license=('GPL')
+depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch')
+makedepends=('python-setuptools')
+optdepends=('gaupol: for po2sub'
+'python-chardet: encoding detector'
+'python-levenshtein: faster matching'
+'python-cheroot: for TM Server')
+source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
+sha256sums=('4c4f28ab70f8bd028c8242c76a0dfef4ad88e0f62df53c5d7d6f2adcfac57600')
+
+package() {
+  cd "${srcdir}"/translate-$pkgver
+
+  python -s setup.py install --root="${pkgdir}" --optimize=1
+  python -m compileall "${pkgdir}"/usr/lib/python3.8/site-packages/translate
+}


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 18:48:10
  Author: jlichtblau
Revision: 42

upgpkg: translate-toolkit 2.5.0-2 - FS#64341 fix

Modified:
  translate-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 18:41:15 UTC (rev 41)
+++ PKGBUILD2020-01-25 18:48:10 UTC (rev 42)
@@ -5,7 +5,7 @@
 
 pkgname=translate-toolkit
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
 arch=('any')
 url="https://toolkit.translatehouse.org/;
@@ -14,7 +14,8 @@
 makedepends=('python-setuptools')
 optdepends=('gaupol: for po2sub'
 'python-chardet: encoding detector'
-'python-levenshtein: faster matching')
+'python-levenshtein: faster matching'
+'python-cheroot: for TM Server')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
 sha256sums=('4c4f28ab70f8bd028c8242c76a0dfef4ad88e0f62df53c5d7d6f2adcfac57600')
 


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 18:41:15
  Author: jlichtblau
Revision: 41

archrelease: copy trunk to community-x86_64

Added:
  lbreakout2/repos/community-x86_64/PKGBUILD
(from rev 40, lbreakout2/trunk/PKGBUILD)
  lbreakout2/repos/community-x86_64/lbreakout2.desktop
(from rev 40, lbreakout2/trunk/lbreakout2.desktop)
  lbreakout2/repos/community-x86_64/lbreakout2.png
(from rev 40, lbreakout2/trunk/lbreakout2.png)
Deleted:
  lbreakout2/repos/community-x86_64/PKGBUILD
  lbreakout2/repos/community-x86_64/lbreakout2.desktop
  lbreakout2/repos/community-x86_64/lbreakout2.png

+
 PKGBUILD   |   94 +++
 lbreakout2.desktop |   20 +-
 2 files changed, 61 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 18:41:05 UTC (rev 40)
+++ PKGBUILD2020-01-25 18:41:15 UTC (rev 41)
@@ -1,43 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=lbreakout2
-pkgver=2.6.5
-pkgrel=2
-pkgdesc="A breakout game with nice effects, graphics, and sounds"
-arch=('x86_64')
-url="http://lgames.sourceforge.net;
-license=('GPL')
-depends=('sdl_mixer' 'libpng')
-backup=('var/games/lbreakout2/lbreakout2.hscr')
-source=("http://downloads.sourceforge.net/lgames/${pkgname}-${pkgver/_/-}.tar.gz;
-'lbreakout2.desktop'
-   'lbreakout2.png')
-md5sums=('1a9238b83f9f13f09b7a4d53e00b4e84'
- '14cd34a72a8f4e3b8f385f9023625241'
- '94e2fa393eb2a7d4494641dec580573b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  ./configure --prefix=/usr \
-  --localstatedir=/var/games/lbreakout2 
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  make DESTDIR=${pkgdir}/ doc_dir=/usr/share/doc install
-  
-  chmod -R 755 ${pkgdir}/usr
-  chown root:games ${pkgdir}/var/games
-  chmod 775 ${pkgdir}/var/games
-  chown root:games ${pkgdir}/var/games/lbreakout2
-  chmod 755 ${pkgdir}/var/games/lbreakout2
-  chown root:games ${pkgdir}/var/games/lbreakout2/lbreakout2.hscr
-  chmod 775 ${pkgdir}/var/games/lbreakout2/lbreakout2.hscr
-
-  install -Dm644 ${srcdir}/lbreakout2.png 
${pkgdir}/usr/share/pixmaps/lbreakout2.png
-  install -Dm644 ${srcdir}/lbreakout2.desktop 
${pkgdir}/usr/share/applications/lbreakout2.desktop
-}

Copied: lbreakout2/repos/community-x86_64/PKGBUILD (from rev 40, 
lbreakout2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 18:41:15 UTC (rev 41)
@@ -0,0 +1,51 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=lbreakout2
+pkgver=2.6.5
+pkgrel=3
+pkgdesc="A breakout game with nice effects, graphics, and sounds"
+arch=('x86_64')
+url="http://lgames.sourceforge.net;
+license=('GPL')
+depends=('sdl_mixer' 'libpng')
+makedepends=('patch')
+backup=('var/games/lbreakout2/lbreakout2.hscr')
+source=(https://downloads.sourceforge.net/lgames/${pkgname}-${pkgver/_/-}.tar.gz
+lbreakout2.desktop lbreakout2.png
+
https://salsa.debian.org/games-team/lbreakout2/raw/60e3e5339b073e12f1eb93d08dd48dfe17c35060/debian/patches/sdl_fix_pauses.patch)
+sha256sums=('9104d6175553da3442dc6a5fc407a669e2f5aff3eedc5d30409eb003b7a78d6f'
+'43848f4739c6669f5c83d5944a797ca176615364006426304851d28c50dab46d'
+'ece97aed58848bfec08f6b91123cb3dd234f969e0ce66c3b51fd6bcaa4840ef4'
+'2ac4a227fd2bac6e14fcaa2797520fdbb6c161a62b0bca349fe449499f80bc03')
+
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver/_/-}
+
+  patch -Np1 -i "${srcdir}"/sdl_fix_pauses.patch
+}
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver/_/-}
+
+  ./configure --prefix=/usr --localstatedir=/var/games/lbreakout2 
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver/_/-}
+
+  make DESTDIR="${pkgdir}"/ doc_dir=/usr/share/doc install
+  
+  chmod -R 755 "${pkgdir}"/usr
+  chown root:games "${pkgdir}"/var/games
+  chmod 775 "${pkgdir}"/var/games
+  chown root:games "${pkgdir}"/var/games/lbreakout2
+  chmod 755 "${pkgdir}"/var/games/lbreakout2
+  chown root:games "${pkgdir}"/var/games/lbreakout2/lbreakout2.hscr
+  chmod 775 "${pkgdir}"/var/games/lbreakout2/lbreakout2.hscr
+
+  install -Dm644 ${srcdir}/lbreakout2.png 
"${pkgdir}"/usr/share/pixmaps/lbreakout2.png
+  install -Dm644 ${srcdir}/lbreakout2.desktop 
"${pkgdir}"/usr/share/applications/lbreakout2.desktop
+}

Deleted: lbreakout2.desktop
===
--- lbreakout2.desktop  2020-01-25 18:41:05 UTC (rev 40)
+++ lbreakout2.desktop  2020-01-25 18:41:15 UTC (rev 41)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Encoding=UTF-8
-Name=Linux Breakout 2
-Comment=Breakout and Arkanoid style arcade game
-Icon=/usr/share/pixmaps/lbreakout2.png
-TryExec=lbreakout2

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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 18:41:05
  Author: jlichtblau
Revision: 40

upgpkg: lbreakout2 2.6.5-3 - FS#62412 fix

Modified:
  lbreakout2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 18:19:35 UTC (rev 39)
+++ PKGBUILD2020-01-25 18:41:05 UTC (rev 40)
@@ -1,43 +1,51 @@
-# Maintainer: Giovanni Scafora 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Giovanni Scafora 
 # Contributor: Tom Newsom 
 
 pkgname=lbreakout2
 pkgver=2.6.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A breakout game with nice effects, graphics, and sounds"
 arch=('x86_64')
 url="http://lgames.sourceforge.net;
 license=('GPL')
 depends=('sdl_mixer' 'libpng')
+makedepends=('patch')
 backup=('var/games/lbreakout2/lbreakout2.hscr')
-source=("https://downloads.sourceforge.net/lgames/${pkgname}-${pkgver/_/-}.tar.gz;
-'lbreakout2.desktop'
-   'lbreakout2.png')
-md5sums=('1a9238b83f9f13f09b7a4d53e00b4e84'
- '14cd34a72a8f4e3b8f385f9023625241'
- '94e2fa393eb2a7d4494641dec580573b')
+source=(https://downloads.sourceforge.net/lgames/${pkgname}-${pkgver/_/-}.tar.gz
+lbreakout2.desktop lbreakout2.png
+
https://salsa.debian.org/games-team/lbreakout2/raw/60e3e5339b073e12f1eb93d08dd48dfe17c35060/debian/patches/sdl_fix_pauses.patch)
+sha256sums=('9104d6175553da3442dc6a5fc407a669e2f5aff3eedc5d30409eb003b7a78d6f'
+'43848f4739c6669f5c83d5944a797ca176615364006426304851d28c50dab46d'
+'ece97aed58848bfec08f6b91123cb3dd234f969e0ce66c3b51fd6bcaa4840ef4'
+'2ac4a227fd2bac6e14fcaa2797520fdbb6c161a62b0bca349fe449499f80bc03')
 
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver/_/-}
+
+  patch -Np1 -i "${srcdir}"/sdl_fix_pauses.patch
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cd "${srcdir}"/${pkgname}-${pkgver/_/-}
 
-  ./configure --prefix=/usr \
-  --localstatedir=/var/games/lbreakout2 
+  ./configure --prefix=/usr --localstatedir=/var/games/lbreakout2 
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cd "${srcdir}"/${pkgname}-${pkgver/_/-}
 
-  make DESTDIR=${pkgdir}/ doc_dir=/usr/share/doc install
+  make DESTDIR="${pkgdir}"/ doc_dir=/usr/share/doc install
   
-  chmod -R 755 ${pkgdir}/usr
-  chown root:games ${pkgdir}/var/games
-  chmod 775 ${pkgdir}/var/games
-  chown root:games ${pkgdir}/var/games/lbreakout2
-  chmod 755 ${pkgdir}/var/games/lbreakout2
-  chown root:games ${pkgdir}/var/games/lbreakout2/lbreakout2.hscr
-  chmod 775 ${pkgdir}/var/games/lbreakout2/lbreakout2.hscr
+  chmod -R 755 "${pkgdir}"/usr
+  chown root:games "${pkgdir}"/var/games
+  chmod 775 "${pkgdir}"/var/games
+  chown root:games "${pkgdir}"/var/games/lbreakout2
+  chmod 755 "${pkgdir}"/var/games/lbreakout2
+  chown root:games "${pkgdir}"/var/games/lbreakout2/lbreakout2.hscr
+  chmod 775 "${pkgdir}"/var/games/lbreakout2/lbreakout2.hscr
 
-  install -Dm644 ${srcdir}/lbreakout2.png 
${pkgdir}/usr/share/pixmaps/lbreakout2.png
-  install -Dm644 ${srcdir}/lbreakout2.desktop 
${pkgdir}/usr/share/applications/lbreakout2.desktop
+  install -Dm644 ${srcdir}/lbreakout2.png 
"${pkgdir}"/usr/share/pixmaps/lbreakout2.png
+  install -Dm644 ${srcdir}/lbreakout2.desktop 
"${pkgdir}"/usr/share/applications/lbreakout2.desktop
 }


[arch-commits] Commit in pysolfc/trunk (PKGBUILD time-attribute-clock-fix.diff)

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 18:19:25
  Author: jlichtblau
Revision: 38

upgpkg: pysolfc 2.6.4-3 - FS#63427 and FS#64554 fixes

Added:
  pysolfc/trunk/time-attribute-clock-fix.diff
Modified:
  pysolfc/trunk/PKGBUILD

---+
 PKGBUILD  |   15 +--
 time-attribute-clock-fix.diff |   17 +
 2 files changed, 26 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 18:07:49 UTC (rev 37)
+++ PKGBUILD2020-01-25 18:19:25 UTC (rev 38)
@@ -3,19 +3,22 @@
 
 pkgname=pysolfc
 pkgver=2.6.4
-pkgrel=2
+pkgrel=3
 pkgdesc="PySol (Fan Club edition) is an exciting collection of more than 1000 
solitaire games"
 arch=('any')
 url="http://pysolfc.sourceforge.net/;
 license=('GPL3')
-depends=('tk' 'python-pillow' 'python-random2' 'python-six')
-optdepends=('pysolfc-cardsets')
-source=(https://downloads.sourceforge.net/pysolfc/PySolFC-${pkgver}.tar.xz)
-sha256sums=('4dab3579531530136fb629c045d4b8389f410962e6cf77494f18c61c9de6ea78')
+depends=('tk' 'python-pillow' 'python-random2' 'python-six' 'pysolfc-cardsets')
+makedepends=('patch')
+source=(https://downloads.sourceforge.net/$pkgname/PySolFC-$pkgver.tar.xz
+time-attribute-clock-fix.diff)
+sha256sums=('4dab3579531530136fb629c045d4b8389f410962e6cf77494f18c61c9de6ea78'
+'28f593d28d71e01a5f07c51aacedd98b7222c03ce96888ce685e4292cddb4676')
 
 prepare() {
-  cd PySolFC-${pkgver}
+  cd PySolFC-$pkgver
 
+  patch -Np1 -i "${srcdir}"/time-attribute-clock-fix.diff
   sed -i 's/pysol.py/pysol/' data/pysol.desktop
 }
 

Added: time-attribute-clock-fix.diff
===
--- time-attribute-clock-fix.diff   (rev 0)
+++ time-attribute-clock-fix.diff   2020-01-25 18:19:25 UTC (rev 38)
@@ -0,0 +1,17 @@
+diff --git a/pysollib/mfxutil.py b/pysollib/mfxutil.py
+index f461ed1..101b3e1 100644
+--- a/pysollib/mfxutil.py
 b/pysollib/mfxutil.py
+@@ -143,7 +143,11 @@ def getprefdir(package):
+ 
+ 
+ # high resolution clock() and sleep()
+-uclock = time.clock
++try:
++uclock = time.perf_counter
++except Exception:
++uclock = time.clock
++
+ usleep = time.sleep
+ if os.name == "posix":
+ uclock = time.time


[arch-commits] Commit in pysolfc/repos/community-any (3 files)

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 18:19:35
  Author: jlichtblau
Revision: 39

archrelease: copy trunk to community-any

Added:
  pysolfc/repos/community-any/PKGBUILD
(from rev 38, pysolfc/trunk/PKGBUILD)
  pysolfc/repos/community-any/time-attribute-clock-fix.diff
(from rev 38, pysolfc/trunk/time-attribute-clock-fix.diff)
Deleted:
  pysolfc/repos/community-any/PKGBUILD

---+
 PKGBUILD  |   59 +---
 time-attribute-clock-fix.diff |   17 +++
 2 files changed, 48 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 18:19:25 UTC (rev 38)
+++ PKGBUILD2020-01-25 18:19:35 UTC (rev 39)
@@ -1,28 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Eric Bélanger 
-
-pkgname=pysolfc
-pkgver=2.6.4
-pkgrel=2
-pkgdesc="PySol (Fan Club edition) is an exciting collection of more than 1000 
solitaire games"
-arch=('any')
-url="http://pysolfc.sourceforge.net/;
-license=('GPL3')
-depends=('tk' 'python-pillow' 'python-random2' 'python-six')
-optdepends=('pysolfc-cardsets')
-source=(https://downloads.sourceforge.net/pysolfc/PySolFC-${pkgver}.tar.xz)
-sha256sums=('4dab3579531530136fb629c045d4b8389f410962e6cf77494f18c61c9de6ea78')
-
-prepare() {
-  cd PySolFC-${pkgver}
-
-  sed -i 's/pysol.py/pysol/' data/pysol.desktop
-}
-
-
-package() {
-  cd PySolFC-$pkgver
-
-  python setup.py install --root="${pkgdir}"
-  mv "${pkgdir}"/usr/bin/pysol.py "${pkgdir}"/usr/bin/pysol
-}

Copied: pysolfc/repos/community-any/PKGBUILD (from rev 38, 
pysolfc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 18:19:35 UTC (rev 39)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Eric Bélanger 
+
+pkgname=pysolfc
+pkgver=2.6.4
+pkgrel=3
+pkgdesc="PySol (Fan Club edition) is an exciting collection of more than 1000 
solitaire games"
+arch=('any')
+url="http://pysolfc.sourceforge.net/;
+license=('GPL3')
+depends=('tk' 'python-pillow' 'python-random2' 'python-six' 'pysolfc-cardsets')
+makedepends=('patch')
+source=(https://downloads.sourceforge.net/$pkgname/PySolFC-$pkgver.tar.xz
+time-attribute-clock-fix.diff)
+sha256sums=('4dab3579531530136fb629c045d4b8389f410962e6cf77494f18c61c9de6ea78'
+'28f593d28d71e01a5f07c51aacedd98b7222c03ce96888ce685e4292cddb4676')
+
+prepare() {
+  cd PySolFC-$pkgver
+
+  patch -Np1 -i "${srcdir}"/time-attribute-clock-fix.diff
+  sed -i 's/pysol.py/pysol/' data/pysol.desktop
+}
+
+
+package() {
+  cd PySolFC-$pkgver
+
+  python setup.py install --root="${pkgdir}"
+  mv "${pkgdir}"/usr/bin/pysol.py "${pkgdir}"/usr/bin/pysol
+}

Copied: pysolfc/repos/community-any/time-attribute-clock-fix.diff (from rev 
38, pysolfc/trunk/time-attribute-clock-fix.diff)
===
--- time-attribute-clock-fix.diff   (rev 0)
+++ time-attribute-clock-fix.diff   2020-01-25 18:19:35 UTC (rev 39)
@@ -0,0 +1,17 @@
+diff --git a/pysollib/mfxutil.py b/pysollib/mfxutil.py
+index f461ed1..101b3e1 100644
+--- a/pysollib/mfxutil.py
 b/pysollib/mfxutil.py
+@@ -143,7 +143,11 @@ def getprefdir(package):
+ 
+ 
+ # high resolution clock() and sleep()
+-uclock = time.clock
++try:
++uclock = time.perf_counter
++except Exception:
++uclock = time.clock
++
+ usleep = time.sleep
+ if os.name == "posix":
+ uclock = time.time


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

2020-01-25 Thread David Runge via arch-commits
Date: Saturday, January 25, 2020 @ 18:07:11
  Author: dvzrv
Revision: 373928

archrelease: copy trunk to extra-x86_64

Added:
  alsa-utils/repos/extra-x86_64/PKGBUILD
(from rev 373927, alsa-utils/trunk/PKGBUILD)
Deleted:
  alsa-utils/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 18:07:01 UTC (rev 373927)
+++ PKGBUILD2020-01-25 18:07:11 UTC (rev 373928)
@@ -1,31 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=alsa-utils
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('x86_64')
-url="http://www.alsa-project.org;
-#can not use >=$pkgver due to use of letters in alsa-lib update versioning
-depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate' 
'fftw')
-makedepends=('xmlto' 'docbook-xsl' 'systemd')
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('0b110ba71ef41d3009db1bc4dcae0cf79efb99cb5426fa19d0312470560a2c0d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # dir where to save ALSA state
-  install -d "${pkgdir}/var/lib/alsa"
-}

Copied: alsa-utils/repos/extra-x86_64/PKGBUILD (from rev 373927, 
alsa-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 18:07:11 UTC (rev 373928)
@@ -0,0 +1,36 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: David Runge 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="Advanced Linux Sound Architecture - Utilities"
+arch=('x86_64')
+url="https://www.alsa-project.org;
+license=('GPL2')
+depends=('glibc' 'pciutils' 'psmisc')
+makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
+'systemd' 'xmlto')
+source=("https://www.alsa-project.org/files/pub/utils/$pkgname-$pkgver.tar.bz2;)
+sha512sums=('b7729659cd9809197dc30042f522f5103ff41ddc047f13f9c733c93f7e91a26f90cd864c70e654d12ef7a552b1d9ebe2727a24ec9fad03560cb7cdea906662ec')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --disable-alsaconf \
+  --sbindir=/usr/bin \
+  --with-udev-rules-dir=/usr/lib/udev/rules.d \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  depends+=('libasound.so' 'libfftw3f.so' 'libformw.so' 'libmenuw.so'
+  'libncursesw.so' 'libpanelw.so' 'libsamplerate.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # dir where to save ALSA state
+  install -d "${pkgdir}/var/lib/alsa"
+}


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 18:07:49
  Author: jlichtblau
Revision: 37

archrelease: copy trunk to community-any

Added:
  pysolfc-cardsets/repos/community-any/PKGBUILD
(from rev 36, pysolfc-cardsets/trunk/PKGBUILD)
Deleted:
  pysolfc-cardsets/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 18:07:40 UTC (rev 36)
+++ PKGBUILD2020-01-25 18:07:49 UTC (rev 37)
@@ -1,20 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Eric Bélanger 
-
-pkgname=pysolfc-cardsets
-pkgver=2.0
-pkgrel=5
-pkgdesc="A collection of cardsets adapted for use with PySolFC"
-arch=('any')
-url="http://pysolfc.sourceforge.net/;
-license=('GPL3')
-depends=('pysolfc')
-source=(http://downloads.sourceforge.net/pysolfc/PySolFC-Cardsets-${pkgver}.tar.bz2)
-sha256sums=('c388d6360191b3b7e463d84e5a64260c4e3ed36e791a85227d7e8923f3f47ca7')
-
-package() {
-  cd "${srcdir}"/PySolFC-Cardsets-${pkgver}
-
-  install -d "${pkgdir}"/usr/share/PySolFC
-  cp -r * "${pkgdir}"/usr/share/PySolFC
-}

Copied: pysolfc-cardsets/repos/community-any/PKGBUILD (from rev 36, 
pysolfc-cardsets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 18:07:49 UTC (rev 37)
@@ -0,0 +1,19 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Eric Bélanger 
+
+pkgname=pysolfc-cardsets
+pkgver=2.0
+pkgrel=6
+pkgdesc="A collection of cardsets adapted for use with PySolFC"
+arch=('any')
+url="http://pysolfc.sourceforge.net/;
+license=('GPL3')
+source=(https://downloads.sourceforge.net/pysolfc/PySolFC-Cardsets-$pkgver.tar.bz2)
+sha256sums=('c388d6360191b3b7e463d84e5a64260c4e3ed36e791a85227d7e8923f3f47ca7')
+
+package() {
+  cd "${srcdir}"/PySolFC-Cardsets-$pkgver
+
+  install -d "${pkgdir}"/usr/share/PySolFC
+  cp -r * "${pkgdir}"/usr/share/PySolFC
+}


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

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 18:07:40
  Author: jlichtblau
Revision: 36

upgpkg: pysolfc-cardsets 2.0-6 - FS#63427 fix

Modified:
  pysolfc-cardsets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:49:53 UTC (rev 35)
+++ PKGBUILD2020-01-25 18:07:40 UTC (rev 36)
@@ -3,17 +3,16 @@
 
 pkgname=pysolfc-cardsets
 pkgver=2.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A collection of cardsets adapted for use with PySolFC"
 arch=('any')
 url="http://pysolfc.sourceforge.net/;
 license=('GPL3')
-depends=('pysolfc')
-source=(https://downloads.sourceforge.net/pysolfc/PySolFC-Cardsets-${pkgver}.tar.bz2)
+source=(https://downloads.sourceforge.net/pysolfc/PySolFC-Cardsets-$pkgver.tar.bz2)
 sha256sums=('c388d6360191b3b7e463d84e5a64260c4e3ed36e791a85227d7e8923f3f47ca7')
 
 package() {
-  cd "${srcdir}"/PySolFC-Cardsets-${pkgver}
+  cd "${srcdir}"/PySolFC-Cardsets-$pkgver
 
   install -d "${pkgdir}"/usr/share/PySolFC
   cp -r * "${pkgdir}"/usr/share/PySolFC


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

2020-01-25 Thread David Runge via arch-commits
Date: Saturday, January 25, 2020 @ 18:07:01
  Author: dvzrv
Revision: 373927

upgpkg: alsa-utils 1.2.1-2: Updating maintainer info. Switching to correct 
license (GPL2). Switching to https for url and source.
Adding direct library dependencies in package() (and moving the respective 
packages that provide them from depends to makedepends). Installing README. 
Formatting.

Modified:
  alsa-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 16:15:03 UTC (rev 373926)
+++ PKGBUILD2020-01-25 18:07:01 UTC (rev 373927)
@@ -1,31 +1,36 @@
 # Maintainer: Tobias Powalowski 
+# Contributor: David Runge 
 # Contributor: judd 
 
 pkgname=alsa-utils
 pkgver=1.2.1
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support"
+pkgrel=2
+pkgdesc="Advanced Linux Sound Architecture - Utilities"
 arch=('x86_64')
-url="http://www.alsa-project.org;
-#can not use >=$pkgver due to use of letters in alsa-lib update versioning
-depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate' 
'fftw')
-makedepends=('xmlto' 'docbook-xsl' 'systemd')
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('0b110ba71ef41d3009db1bc4dcae0cf79efb99cb5426fa19d0312470560a2c0d')
+url="https://www.alsa-project.org;
+license=('GPL2')
+depends=('glibc' 'pciutils' 'psmisc')
+makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
+'systemd' 'xmlto')
+source=("https://www.alsa-project.org/files/pub/utils/$pkgname-$pkgver.tar.bz2;)
+sha512sums=('b7729659cd9809197dc30042f522f5103ff41ddc047f13f9c733c93f7e91a26f90cd864c70e654d12ef7a552b1d9ebe2727a24ec9fad03560cb7cdea906662ec')
 
 build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-systemdsystemunitdir=/usr/lib/systemd/system
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --disable-alsaconf \
+  --sbindir=/usr/bin \
+  --with-udev-rules-dir=/usr/lib/udev/rules.d \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  depends+=('libasound.so' 'libfftw3f.so' 'libformw.so' 'libmenuw.so'
+  'libncursesw.so' 'libpanelw.so' 'libsamplerate.so')
+  cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   # dir where to save ALSA state
   install -d "${pkgdir}/var/lib/alsa"
 }


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:46:53
  Author: felixonmars
Revision: 30

upgpkg: taskell 1.9.1.0-7: rebuild with lens 4.18.1

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:45:14 UTC (rev 29)
+++ PKGBUILD2020-01-25 17:46:53 UTC (rev 30)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.9.1.0
-pkgrel=6
+pkgrel=7
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)


[arch-commits] Commit in (pysol-sound-server)

2020-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, January 25, 2020 @ 17:49:53
  Author: jlichtblau
Revision: 35

pysol-sound-server removed as part of the Die python2, die! todo

Deleted:
  pysol-sound-server/


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:48:58
  Author: felixonmars
Revision: 34

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 33, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 33, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-25 17:48:58 UTC (rev 34)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.32
+pkgrel=7
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text' 'haskell-async' 'haskell-aeson'
+ 'haskell-timezone-olson' 'haskell-timezone-series' 'alsa-lib'
+ 'haskell-extensible-exceptions' 'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-alsa-core' 'haskell-alsa-mixer')
+makedepends=('ghc' 'haskell-hspec' 'haskell-temporary')
+source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('8d2543152b050460bf48514aaa981e6d508cabb7688b848a3b3528cfcecacb76')
+sha512sums=('fa9b7c5d568b1c8e731b525736d8cf6a630def93a75884fcf3adc68e5527b31b61ef96df3019befafb83fa080703865ba511750deeb09d8ab70582ccf433b1f6')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -e 's/&& <.*,/,/g' -e 's/==.*,/,/g' -i xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+
+  _flags=(with_xft with_utf8 with_inotify with_iwlib with_mpd with_alsa
+  with_datezone with_mpris with_dbus with_xpm with_threaded
+  with_rtsopts with_weather)
+
+  runhaskell setup configure -O \
+--enable-shared \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--prefix=/usr \
+--dynlibdir=/usr/lib \
+--libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' \
+--flags="${_flags[*]}" \
+--enable-tests
+  runhaskell setup build
+}
+
+check() {
+  cd xmobar-${pkgver}
+  runhaskell setup test
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:48:44
  Author: felixonmars
Revision: 33

upgpkg: xmobar 0.32-7: rebuild with lens 4.18.1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:47:46 UTC (rev 32)
+++ PKGBUILD2020-01-25 17:48:44 UTC (rev 33)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.32
-pkgrel=6
+pkgrel=7
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:47:06
  Author: felixonmars
Revision: 31

archrelease: copy trunk to community-staging-x86_64

Added:
  taskell/repos/community-staging-x86_64/
  taskell/repos/community-staging-x86_64/PKGBUILD
(from rev 30, taskell/trunk/PKGBUILD)

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 30, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-25 17:47:06 UTC (rev 31)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname;
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('91dbf6ef3d0d7f6308c3156c491235623abfa25a550af627841182e61ff517cb2bfc0608ae5ed814a391ab78a88df36d08c7a773cc08e76f7e38c218d63136b1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/< *4/<5/' -e 's/< *2/<3/' -e 's/< *1/<2/' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:45:14
  Author: felixonmars
Revision: 29

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:45:01
  Author: felixonmars
Revision: 28

upgpkg: shellcheck 0.7.0-95: rebuild with lens 4.18.1

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:41:53 UTC (rev 27)
+++ PKGBUILD2020-01-25 17:45:01 UTC (rev 28)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.0
-pkgrel=94
+pkgrel=95
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:41:53
  Author: felixonmars
Revision: 27

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 26, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-25 17:41:53 UTC (rev 27)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=6.0.2
+pkgrel=26
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('abdcec3291c2216cb7383e13c80cb36c7bbecaded95ebebdc4482e44418d11abafab591ed1e5568ac38cdfc8e3f8b2c6c1c2a0e3e846ee6f97ab48b42c4c580d')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/< *4/<5/' -e 's/< *1/<2/' -e 's/< *3.3/<4/' -e 's/< 
*0.15/<1/' $pkgname.cabal
+
+sed -i -e '/ fail /d' src/PostgREST/Config.hs
+
+sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI --ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || warning 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:41:40
  Author: felixonmars
Revision: 26

upgpkg: postgrest 6.0.2-26: rebuild with lens 4.18.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:38:18 UTC (rev 25)
+++ PKGBUILD2020-01-25 17:41:40 UTC (rev 26)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=6.0.2
-pkgrel=25
+pkgrel=26
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:38:18
  Author: felixonmars
Revision: 25

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:38:05
  Author: felixonmars
Revision: 24

upgpkg: pandoc-crossref 0.3.5.0-21: rebuild with lens 4.18.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:36:21 UTC (rev 23)
+++ PKGBUILD2020-01-25 17:38:05 UTC (rev 24)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.5.0
-pkgrel=20
+pkgrel=21
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:36:21
  Author: felixonmars
Revision: 23

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:36:08
  Author: felixonmars
Revision: 22

upgpkg: pandoc-citeproc 0.16.4.1-17: rebuild with lens 4.18.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:32:38 UTC (rev 21)
+++ PKGBUILD2020-01-25 17:36:08 UTC (rev 22)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.4.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:32:38
  Author: felixonmars
Revision: 21

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:32:25
  Author: felixonmars
Revision: 20

upgpkg: pandoc 2.8-21: rebuild with lens 4.18.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:13:59 UTC (rev 19)
+++ PKGBUILD2020-01-25 17:32:25 UTC (rev 20)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.8
-pkgrel=20
+pkgrel=21
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:13:59
  Author: felixonmars
Revision: 19

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:13:46
  Author: felixonmars
Revision: 18

upgpkg: hopenpgp-tools 0.23-22: rebuild with lens 4.18.1

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:12:05 UTC (rev 17)
+++ PKGBUILD2020-01-25 17:13:46 UTC (rev 18)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23
-pkgrel=21
+pkgrel=22
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:12:05
  Author: felixonmars
Revision: 17

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-mustache/repos/community-staging-x86_64/PKGBUILD (from rev 
16, haskell-mustache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-25 17:12:05 UTC (rev 17)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=mustache
+pkgname=haskell-mustache
+pkgver=2.3.1
+pkgrel=5
+pkgdesc="A mustache template parser library."
+url="https://github.com/JustusAdam/mustache;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-either' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-scientific' 'haskell-th-lift' 'haskell-cmdargs' 
'haskell-yaml')
+makedepends=('ghc' 'haskell-hspec' 'haskell-base-unicode-symbols' 
'haskell-wreq' 'haskell-zlib'
+ 'haskell-tar' 'haskell-lens' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('162360cb635d40086721d4dd350036884207679b240d30420b9fc71eebef847e542bd143275931a22a42c583d513d0c906a6b112d780824dc189ad07e3027aa3')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:11:51
  Author: felixonmars
Revision: 16

upgpkg: haskell-mustache 2.3.1-5: rebuild with lens 4.18.1

Modified:
  haskell-mustache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:10:30 UTC (rev 15)
+++ PKGBUILD2020-01-25 17:11:51 UTC (rev 16)
@@ -3,7 +3,7 @@
 _hkgname=mustache
 pkgname=haskell-mustache
 pkgver=2.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A mustache template parser library."
 url="https://github.com/JustusAdam/mustache;
 license=('BSD')


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:10:30
  Author: felixonmars
Revision: 15

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wreq/repos/community-staging-x86_64/PKGBUILD (from rev 14, 
haskell-wreq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-25 17:10:30 UTC (rev 15)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=wreq
+pkgname=haskell-wreq
+pkgver=0.5.3.2
+pkgrel=109
+pkgdesc="An easy-to-use HTTP client library."
+url="https://github.com/bos/wreq;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-authenticate-oauth'
+ 'haskell-base16-bytestring' 'haskell-case-insensitive' 
'haskell-cryptonite'
+ 'haskell-exceptions' 'haskell-hashable' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-lens' 'haskell-lens-aeson' 
'haskell-memory'
+ 'haskell-mime-types' 'haskell-psqueues' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-aeson-pretty' 
'haskell-base64-bytestring'
+ 'haskell-snap-core' 'haskell-snap-server' 'haskell-unix-compat' 
'haskell-uuid')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-network-info' 'haskell-temporary' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5a2c62b973758cb8ce2bf20504e328090896fa25e7ee1f77b472d7cf5156e08b6d85bf4341ff45e44db1724070fcf3c0f21037fa0a79211a1767024328f7c779')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fdoctest -f-aws -fhttpbin -f-developer
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:10:17
  Author: felixonmars
Revision: 14

upgpkg: haskell-wreq 0.5.3.2-109: rebuild with lens 4.18.1

Modified:
  haskell-wreq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:06:56 UTC (rev 13)
+++ PKGBUILD2020-01-25 17:10:17 UTC (rev 14)
@@ -3,7 +3,7 @@
 _hkgname=wreq
 pkgname=haskell-wreq
 pkgver=0.5.3.2
-pkgrel=108
+pkgrel=109
 pkgdesc="An easy-to-use HTTP client library."
 url="https://github.com/bos/wreq;
 license=('BSD')


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:06:56
  Author: felixonmars
Revision: 13

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-haddock-library/repos/community-staging-x86_64/
  haskell-haddock-library/repos/community-staging-x86_64/PKGBUILD
(from rev 12, haskell-haddock-library/trunk/PKGBUILD)

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

Copied: haskell-haddock-library/repos/community-staging-x86_64/PKGBUILD (from 
rev 12, haskell-haddock-library/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-25 17:06:56 UTC (rev 13)
@@ -0,0 +1,43 @@
+# Maintainer: Sergej Pupykin 
+
+_hkgname=haddock-library
+pkgname=haskell-haddock-library
+pkgver=1.8.0
+pkgrel=10
+pkgdesc="A documentation-generation tool for Haskell libraries"
+url="https://www.haskell.org/haddock/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hspec' 
'haskell-hspec-discover'
+ 'haskell-quickcheck' 'haskell-optparse-applicative' 
'haskell-tree-diff')
+source=("https://hackage.haskell.org/packages/archive/haddock-library/${pkgver}/haddock-library-${pkgver}.tar.gz;)
+sha512sums=('f84672b67dd4b18402efb8b40eb0e2cb912ecf894cfdedf61b0ada87392e63609cf1101d4fc793686cc4af354665661bf4dc902313bb466efee683a7c64bbe2b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:06:43
  Author: felixonmars
Revision: 12

upgpkg: haskell-haddock-library 1.8.0-10: rebuild with lens 4.18.1

Modified:
  haskell-haddock-library/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:05:33 UTC (rev 11)
+++ PKGBUILD2020-01-25 17:06:43 UTC (rev 12)
@@ -3,7 +3,7 @@
 _hkgname=haddock-library
 pkgname=haskell-haddock-library
 pkgver=1.8.0
-pkgrel=9
+pkgrel=10
 pkgdesc="A documentation-generation tool for Haskell libraries"
 url="https://www.haskell.org/haddock/;
 license=("BSD")


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:05:33
  Author: felixonmars
Revision: 11

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-tree-diff/repos/community-staging-x86_64/PKGBUILD (from rev 
10, haskell-tree-diff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-25 17:05:33 UTC (rev 11)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tree-diff
+pkgname=haskell-tree-diff
+pkgver=0.1
+pkgrel=42
+pkgdesc="Diffing of (expression) trees"
+url="https://github.com/phadej/tree-diff;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-base-compat' 'haskell-hashable' 'haskell-parsers' 
'haskell-quickcheck'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-unordered-containers' 
'haskell-uuid-types'
+ 'haskell-vector')
+makedepends=('ghc' 'haskell-trifecta' 'haskell-tasty' 'haskell-tasty-golden'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a4ee703e4b6a18055c7749020863a9571af4620dbb7ea05903693c752e10e3ffa4fee8da0dacc0e4bbf92173e34c9070251881597ca1cd9f7c8ed365e840563c')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+sed -i -e 's/\^>=.*//' -e 's/&&.*//' -e '/bytestring-builder/d' 
$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:05:20
  Author: felixonmars
Revision: 10

upgpkg: haskell-tree-diff 0.1-42: rebuild with lens 4.18.1

Modified:
  haskell-tree-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:04:09 UTC (rev 09)
+++ PKGBUILD2020-01-25 17:05:20 UTC (rev 10)
@@ -3,7 +3,7 @@
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
 pkgver=0.1
-pkgrel=41
+pkgrel=42
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff;
 license=('BSD')


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:04:09
  Author: felixonmars
Revision: 09

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
08, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-25 17:04:09 UTC (rev 09)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=2.1
+pkgrel=3
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="https://github.com/ekmett/trifecta/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-charset" "haskell-comonad" 
"haskell-fingertree"
+ "haskell-hashable" "haskell-lens" "haskell-parsers" 
'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' "haskell-profunctors" 
"haskell-reducers"
+ "haskell-unordered-containers" "haskell-utf8-string")
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 
'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0929ee4a3d9a53c211b13a711814b4b6ea488ad40f373befdc7e8a479b2a95c4e97a19381873af54d377ff2af49782677fa2ea892ea69522c242e245debd3a25')
+
+prepare() {
+sed -i -e '/semigroups/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:03:56
  Author: felixonmars
Revision: 08

upgpkg: haskell-trifecta 2.1-3: rebuild with lens 4.18.1

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:02:37 UTC (rev 07)
+++ PKGBUILD2020-01-25 17:03:56 UTC (rev 08)
@@ -4,7 +4,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="https://github.com/ekmett/trifecta/;
 license=("BSD")


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:02:37
  Author: felixonmars
Revision: 07

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-servant-swagger/repos/community-staging-x86_64/
  haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD
(from rev 06, haskell-servant-swagger/trunk/PKGBUILD)

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

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 06, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-25 17:02:37 UTC (rev 07)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.7.1
+pkgrel=45
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-http-media'
+ 'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-servant'
+ 'haskell-singleton-bool' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-hspec' 'haskell-quickcheck')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-cabal-doctest' 
'haskell-doctest'
+ 'haskell-hspec-discover' 'haskell-lens-aeson' 
'haskell-utf8-string' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('74b71c331272ad905e5a73f81d2b7eba4a6b705bc633f3e7747824d3c8f22e0f4518a19c47792ecc46d3c0956d39280201b085c2be1c78dc7455f6fd5ca1b434')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *4/<5/' -e 's/< *0.11/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:02:24
  Author: felixonmars
Revision: 06

upgpkg: haskell-servant-swagger 1.1.7.1-45: rebuild with lens 4.18.1

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 17:01:02 UTC (rev 05)
+++ PKGBUILD2020-01-25 17:02:24 UTC (rev 06)
@@ -4,7 +4,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.7.1
-pkgrel=44
+pkgrel=45
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger;
 license=("BSD")


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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:01:02
  Author: felixonmars
Revision: 05

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-swagger2/repos/community-staging-x86_64/
  haskell-swagger2/repos/community-staging-x86_64/PKGBUILD
(from rev 04, haskell-swagger2/trunk/PKGBUILD)
  haskell-swagger2/repos/community-staging-x86_64/generics-sop-0.5.patch
(from rev 04, haskell-swagger2/trunk/generics-sop-0.5.patch)

+
 PKGBUILD   |   57 +
 generics-sop-0.5.patch |   59 +++
 2 files changed, 116 insertions(+)

Copied: haskell-swagger2/repos/community-staging-x86_64/PKGBUILD (from rev 
04, haskell-swagger2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-25 17:01:02 UTC (rev 05)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=swagger2
+pkgname=haskell-swagger2
+pkgver=2.3.1.1
+pkgrel=76
+pkgdesc="Swagger 2.0 data model"
+url="https://github.com/GetShopTV/swagger2;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat-batteries' 
'haskell-cookie'
+ 'haskell-hashable' 'haskell-generics-sop' 'haskell-http-media'
+ 'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-network' 
'haskell-quickcheck'
+ 'haskell-scientific' 'haskell-transformers-compat' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-uuid-types')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 
'haskell-quickcheck-instances'
+ 'haskell-hspec-discover' 'haskell-doctest' 
'haskell-cabal-doctest' 'haskell-glob'
+ 'haskell-utf8-string')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+generics-sop-0.5.patch)
+sha512sums=('1834e75cc6c8ff8287605e93d2b4d665b7d8de7e7e00f6537d25e0f54934c85e5431e5f2f1beb5264382c4b81f5ed19cc2b7af1f9323ebee9502e19d73d49fc1'
+
'8f1b74df57a090f5cb1cfb9551288dc6ade326c486ebb432767bfb1a0571ff1104269b19b4e2fbed8c5427cd432b3d0c1d18adb19f971b5fd441affbc88c27b6')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p1 -i ../generics-sop-0.5.patch
+sed -i -e 's/< *0.8/<1/' -e 's/< *1/<2/' -e 's/< *2/<3/' -e 's/< 
*0.11/<1/' -e 's/< *4/<5/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-swagger2/repos/community-staging-x86_64/generics-sop-0.5.patch 
(from rev 04, haskell-swagger2/trunk/generics-sop-0.5.patch)
===
--- community-staging-x86_64/generics-sop-0.5.patch 
(rev 0)
+++ community-staging-x86_64/generics-sop-0.5.patch 2020-01-25 17:01:02 UTC 
(rev 05)
@@ -0,0 +1,59 @@
+commit 96420ab204b6079eef1331faecf80fa73476c206
+Author: Felix Yan 
+Date:   Fri May 17 03:19:47 2019 +0800
+
+Fix compatibility with generics-sop 0.5
+
+diff --git a/src/Data/Swagger/Internal/AesonUtils.hs 
b/src/Data/Swagger/Internal/AesonUtils.hs
+index c1280f0..c785e76 100644
+--- a/src/Data/Swagger/Internal/AesonUtils.hs
 b/src/Data/Swagger/Internal/AesonUtils.hs
+@@ -144,7 +144,11 @@ sopSwaggerGenericToJSON'
+ -> DatatypeInfo '[xs]
+ -> POP Maybe '[xs]
+ -> [Pair]
++#if MIN_VERSION_generics_sop(0,5,0)
++sopSwaggerGenericToJSON' opts (SOP (Z fields)) (ADT _ _ (Record _ fieldsInfo 
:* Nil) _) (POP (defs :* Nil)) =
++#else
+ sopSwaggerGenericToJSON' opts (SOP (Z fields)) (ADT _ _ (Record _ fieldsInfo 
:* Nil)) (POP (defs :* Nil)) =
++#endif
+ sopSwaggerGenericToJSON'' opts fields fieldsInfo defs
+ sopSwaggerGenericToJSON' _ _ _ _ = error "sopSwaggerGenericToJSON: 
unsupported type"
+ 
+@@ -220,7 +224,11 @@ sopSwaggerGenericParseJSON'
+ -> DatatypeInfo '[xs]
+ -> POP Maybe 

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

2020-01-25 Thread Felix Yan via arch-commits
Date: Saturday, January 25, 2020 @ 17:00:46
  Author: felixonmars
Revision: 04

upgpkg: haskell-swagger2 2.3.1.1-76: rebuild with lens 4.18.1

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 16:57:02 UTC (rev 03)
+++ PKGBUILD2020-01-25 17:00:46 UTC (rev 04)
@@ -4,7 +4,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.3.1.1
-pkgrel=75
+pkgrel=76
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2;
 license=("BSD")


  1   2   3   >