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

2021-11-04 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, November 5, 2021 @ 05:24:41
  Author: svenstaro
Revision: 427366

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-lts/repos/extra-x86_64/PKGBUILD
(from rev 427365, nvidia-lts/trunk/PKGBUILD)
Deleted:
  nvidia-lts/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-05 05:24:30 UTC (rev 427365)
+++ PKGBUILD2021-11-05 05:24:41 UTC (rev 427366)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-lts
-pkgver=495.44
-pkgrel=3
-epoch=1
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
-provides=('NVIDIA-MODULE')
-license=('custom')
-options=('!strip')
-
-build() {
-_kernver=$(
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=495.44
+pkgrel=4
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-11-04 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, November 5, 2021 @ 05:24:30
  Author: svenstaro
Revision: 427365

upgpkg: nvidia-lts 1:495.44-4: rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:52:23 UTC (rev 427364)
+++ PKGBUILD2021-11-05 05:24:30 UTC (rev 427365)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=495.44
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



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

2021-11-04 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, November 5, 2021 @ 05:16:05
  Author: svenstaro
Revision: 1037044

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 1037043, telegram-desktop/trunk/PKGBUILD)
Deleted:
  telegram-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-05 05:15:54 UTC (rev 1037043)
+++ PKGBUILD2021-11-05 05:16:05 UTC (rev 1037044)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-pkgname=telegram-desktop
-pkgver=3.1.11
-pkgrel=2
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
- 'qt5-imageformats' 'qt5-svg' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 
'glibmm'
- 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'libtg_owt')
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
- 'extra-cmake-modules' 'gtk3' 'webkit2gtk')
-optdepends=('gtk3: GTK environment integration'
-'webkit2gtk: embedded browser features'
-'xdg-desktop-portal: desktop integration')
-source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
-sha512sums=('7d67f2895797d4f7f1edd5e5e7e8509044fad5d5cfe6bbdb5613689da9519dab2fde707a452aad6788193addf84f2ebcc69342955607e0be8507397c22557709')
-
-build() {
-cd tdesktop-$pkgver-full
-
-# Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
-# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
-# Thanks @primeos!
-cmake \
--B build \
--G Ninja \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DCMAKE_BUILD_TYPE=Release \
--DTDESKTOP_API_ID=611335 \
--DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
-ninja -C build
-}
-
-package() {
-cd tdesktop-$pkgver-full
-DESTDIR=$pkgdir ninja -C build install
-}

Copied: telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 1037043, 
telegram-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-05 05:16:05 UTC (rev 1037044)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+pkgname=telegram-desktop
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
+ 'qt5-imageformats' 'qt5-svg' 'qt5-wayland' 'libdbusmenu-qt5' 'xxhash' 
'kwayland' 'glibmm'
+ 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'libtg_owt')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
+ 'extra-cmake-modules' 'gtk3' 'webkit2gtk')
+optdepends=('gtk3: GTK environment integration'
+'webkit2gtk: embedded browser features'
+'xdg-desktop-portal: desktop integration')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
+sha512sums=('a87f2feccce7bd63bffa0eb043b4bd3e574077346841c77db5166fb47ec234ed196bc0a96942257aee2e6343b14179e8ea340ac0cbe073e317b313d7b079b753')
+
+build() {
+cd tdesktop-$pkgver-full
+
+# Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
+# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
+# Thanks @primeos!
+cmake \
+-B build \
+-G Ninja \
+-DDESKTOP_APP_QT6=off \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DCMAKE_BUILD_TYPE=Release \
+-DTDESKTOP_API_ID=611335 \
+-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
+# Use Qt5 for the time being until kwayland has an easier way to work with 
Qt6.
+ninja -C build
+}
+
+package() {
+cd tdesktop-$pkgver-full
+DESTDIR=$pkgdir ninja -C build install
+}



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

2021-11-04 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, November 5, 2021 @ 05:15:54
  Author: svenstaro
Revision: 1037043

upgpkg: telegram-desktop 3.2.1-1

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-05 01:36:03 UTC (rev 1037042)
+++ PKGBUILD2021-11-05 05:15:54 UTC (rev 1037043)
@@ -1,14 +1,14 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: hexchain 
 pkgname=telegram-desktop
-pkgver=3.1.11
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
 license=('GPL3')
 depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
- 'qt5-imageformats' 'qt5-svg' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 
'glibmm'
+ 'qt5-imageformats' 'qt5-svg' 'qt5-wayland' 'libdbusmenu-qt5' 'xxhash' 
'kwayland' 'glibmm'
  'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'libtg_owt')
 makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl'
  'extra-cmake-modules' 'gtk3' 'webkit2gtk')
@@ -16,7 +16,7 @@
 'webkit2gtk: embedded browser features'
 'xdg-desktop-portal: desktop integration')
 
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;)
-sha512sums=('7d67f2895797d4f7f1edd5e5e7e8509044fad5d5cfe6bbdb5613689da9519dab2fde707a452aad6788193addf84f2ebcc69342955607e0be8507397c22557709')
+sha512sums=('a87f2feccce7bd63bffa0eb043b4bd3e574077346841c77db5166fb47ec234ed196bc0a96942257aee2e6343b14179e8ea340ac0cbe073e317b313d7b079b753')
 
 build() {
 cd tdesktop-$pkgver-full
@@ -27,10 +27,12 @@
 cmake \
 -B build \
 -G Ninja \
+-DDESKTOP_APP_QT6=off \
 -DCMAKE_INSTALL_PREFIX="/usr" \
 -DCMAKE_BUILD_TYPE=Release \
 -DTDESKTOP_API_ID=611335 \
 -DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
+# Use Qt5 for the time being until kwayland has an easier way to work with 
Qt6.
 ninja -C build
 }
 



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

2021-11-04 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, November 5, 2021 @ 01:36:03
  Author: svenstaro
Revision: 1037042

archrelease: copy trunk to community-x86_64

Added:
  tensorflow/repos/community-x86_64/48935.patch
(from rev 1037041, tensorflow/trunk/48935.patch)
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 1037041, tensorflow/trunk/PKGBUILD)
  tensorflow/repos/community-x86_64/build-against-actual-mkl.patch
(from rev 1037041, tensorflow/trunk/build-against-actual-mkl.patch)
  tensorflow/repos/community-x86_64/fix-c++17-compat.patch
(from rev 1037041, tensorflow/trunk/fix-c++17-compat.patch)
  tensorflow/repos/community-x86_64/openssl-1.1.patch
(from rev 1037041, tensorflow/trunk/openssl-1.1.patch)
  tensorflow/repos/community-x86_64/test.py
(from rev 1037041, tensorflow/trunk/test.py)
Deleted:
  tensorflow/repos/community-x86_64/48935.patch
  tensorflow/repos/community-x86_64/PKGBUILD
  tensorflow/repos/community-x86_64/build-against-actual-mkl.patch
  tensorflow/repos/community-x86_64/fix-c++17-compat.patch
  tensorflow/repos/community-x86_64/openssl-1.1.patch
  tensorflow/repos/community-x86_64/test.py

+
 48935.patch|  706 +++
 PKGBUILD   |  654 ++--
 build-against-actual-mkl.patch |   74 ++--
 fix-c++17-compat.patch |   22 -
 openssl-1.1.patch  |   48 +-
 test.py|   24 -
 6 files changed, 764 insertions(+), 764 deletions(-)

Deleted: 48935.patch
===
--- 48935.patch 2021-11-05 01:35:01 UTC (rev 1037041)
+++ 48935.patch 2021-11-05 01:36:03 UTC (rev 1037042)
@@ -1,353 +0,0 @@
-From 0f8fde42d09b199d02cf5d9d79fe76ebf1d260ef Mon Sep 17 00:00:00 2001
-From: Ben Greiner 
-Date: Thu, 6 May 2021 12:13:40 +0200
-Subject: [PATCH 1/7] Fix NumPy 1.20 error with np.prod()
-
-Reference: #47691, https://stackoverflow.com/questions/66373169

- tensorflow/python/ops/array_ops.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/tensorflow/python/ops/array_ops.py 
b/tensorflow/python/ops/array_ops.py
-index 519f2ef26fcef..d143ee96a2fc9 100644
 a/tensorflow/python/ops/array_ops.py
-+++ b/tensorflow/python/ops/array_ops.py
-@@ -36,6 +36,7 @@
- from tensorflow.python.framework.constant_op import constant
- from tensorflow.python.ops import gen_array_ops
- from tensorflow.python.ops import gen_math_ops
-+from tensorflow.python.ops import math_ops
- # go/tf-wildcard-import
- # pylint: disable=wildcard-import
- from tensorflow.python.ops.gen_array_ops import *
-@@ -2894,7 +2895,7 @@ def matrix_set_diag(
- 
- def _constant_if_small(value, shape, dtype, name):
-   try:
--if np.prod(shape) < 1000:
-+if math_ops.reduce_prod(shape) < 1000:
-   return constant(value, shape=shape, dtype=dtype, name=name)
-   except TypeError:
- # Happens when shape is a Tensor, list with Tensor elements, etc.
-
-From 86cbf87703876330b5818b7f170489356d9d2c86 Mon Sep 17 00:00:00 2001
-From: Ben Greiner 
-Date: Thu, 6 May 2021 12:34:12 +0200
-Subject: [PATCH 2/7] relax upper bounds for NumPy and SciPy in pip installs
-

- .../tools/pip_package/setup_with_binary.py |  2 +-
- .../install/install_centos_pip_packages.sh |  6 +++---
- .../ci_build/install/install_pip_packages.sh   |  4 ++--
- .../install/install_pip_packages_by_version.sh |  2 +-
- .../install/install_python3.6_pip_packages.sh  |  2 +-
- tensorflow/tools/pip_package/setup.py  |  2 +-
- 7 files changed, 18 insertions(+), 18 deletions(-)
-
-diff --git a/tensorflow/lite/tools/pip_package/setup_with_binary.py 
b/tensorflow/lite/tools/pip_package/setup_with_binary.py
-index 6b9fe534bb2b1..ae06df8245521 100644
 a/tensorflow/lite/tools/pip_package/setup_with_binary.py
-+++ b/tensorflow/lite/tools/pip_package/setup_with_binary.py
-@@ -67,5 +67,5 @@
- package_dir={'': '.'},
- package_data={'': ['*.so', '*.pyd']},
- install_requires=[
--'numpy ~= 1.19.2',  # Higher versions have a compatibility issue.
-+'numpy >= 1.19.2 , <1.21',
- ])
-diff --git a/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh 
b/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh
-index b9906b9378c79..ab0a766bf22b0 100755
 a/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh
-+++ b/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh
-@@ -55,17 +55,17 @@ pip2 install --upgrade protobuf==3.6.1
- pip3 install --upgrade protobuf==3.16.0
- 
- pip2 install --upgrade numpy==1.14.5
--pip3 install --upgrade numpy~=1.19.2
-+pip3 install --upgrade numpy>=1.19.2
- 
- pip2 install scipy==1.2.2
--pip3 install scipy==1.4.1
-+pip3 install scipy>=1.4.1
- 
- pip2 install scikit-learn==0.18.1
- pip3 install scikit-learn==0.18.1
- 
- # pandas required by `inflow`
- pip2 install pandas==0.19.2
--pip3 install pandas==0.19.2
-+pip3 install 

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

2021-11-04 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, November 5, 2021 @ 01:35:01
  Author: svenstaro
Revision: 1037041

upgpkg: tensorflow 2.6.1-1

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 22:51:07 UTC (rev 1037040)
+++ PKGBUILD2021-11-05 01:35:01 UTC (rev 1037041)
@@ -5,9 +5,9 @@
 
 pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
-pkgver=2.6.0
-_pkgver=2.6.0
-pkgrel=6
+pkgver=2.6.1
+_pkgver=2.6.1
+pkgrel=1
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')
@@ -23,7 +23,7 @@
 fix-c++17-compat.patch
 build-against-actual-mkl.patch
 openssl-1.1.patch)
-sha512sums=('d052da4b324f1b5ac9c904ac3cca270cefbf916be6e5968a6835ef3f8ea8c703a0b90be577ac5205edf248e8e6c7ee8817b6a1b383018bb77c381717c6205e05'
+sha512sums=('34dcec08b73ef25cb6e5bcb0e083c2f43d8364bc9a465e59d63dc3f162a129d011e03faaecf7d563cbbe39f0c2bbf2d1795ccfb8b2ea3f108ed8db992cea9475'
 
'8a0fb7e728b144656503ee54b3c90483c619adf17b2081dceb2bd6bcd1435dd64afba97526d94114d4c10fc002d2d213ae6717ad407285b18e438b05fc1ed2ad'
 
'f682368bb47b2b022a51aa77345dfa30f3b0d7911c56515d428b8326ee3751242f375f4e715a37bb723ef20a86916dad9871c3c81b1b58da85e1ca202bc4901e'
 
'e51e3f3dced121db3a09fbdaefd3336095584b72a5eb6f302fa6fa68ab56ea45e8a847ec90ff4ba076db312c06f91ff672e08e95263c658526582494ce08'



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

2021-11-04 Thread Jan Steffens via arch-commits
Date: Thursday, November 4, 2021 @ 22:51:07
  Author: heftig
Revision: 1037040

archrelease: copy trunk to community-x86_64

Added:
  
neovim/repos/community-x86_64/0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch
(from rev 1037039, 
neovim/trunk/0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch)
  neovim/repos/community-x86_64/PKGBUILD
(from rev 1037039, neovim/trunk/PKGBUILD)
Deleted:
  neovim/repos/community-x86_64/PKGBUILD

-+
 0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch |   64 +
 PKGBUILD|  127 
+-
 2 files changed, 132 insertions(+), 59 deletions(-)

Copied: 
neovim/repos/community-x86_64/0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch
 (from rev 1037039, 
neovim/trunk/0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch)
===
--- 0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch 
(rev 0)
+++ 0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch 
2021-11-04 22:51:07 UTC (rev 1037040)
@@ -0,0 +1,64 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Thu, 4 Nov 2021 22:04:17 +
+Subject: [PATCH] patch_terminfo_bugs: Extend smglr ignores to smglp and smgrp
+
+The latter were added for xterm by ncurses 6.3 and are similarly
+affected.
+
+Fixes https://github.com/neovim/neovim/issues/16238
+---
+ src/nvim/tui/tui.c | 16 
+ 1 file changed, 16 insertions(+)
+
+diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c
+index f9c5521bdb63..bb752863692d 100644
+--- a/src/nvim/tui/tui.c
 b/src/nvim/tui/tui.c
+@@ -1663,30 +1663,46 @@ static void patch_terminfo_bugs(TUIData *data, const 
char *term, const char *col
+ ILOG("Disabling smglr with TERM=xterm for non-xterm.");
+ unibi_set_str(ut, unibi_set_lr_margin, NULL);
+   }
++  if (unibi_get_str(ut, unibi_set_left_margin_parm)) {
++ILOG("Disabling smglp with TERM=xterm for non-xterm.");
++unibi_set_str(ut, unibi_set_left_margin_parm, NULL);
++  }
++  if (unibi_get_str(ut, unibi_set_right_margin_parm)) {
++ILOG("Disabling smgrp with TERM=xterm for non-xterm.");
++unibi_set_str(ut, unibi_set_right_margin_parm, NULL);
++  }
+ }
+ 
+ #ifdef WIN32
+ // XXX: workaround libuv implicit LF => CRLF conversion. #10558
+ unibi_set_str(ut, unibi_cursor_down, "\x1b[B");
+ #endif
+   } else if (rxvt) {
+ // 2017-04 terminfo.src lacks these.  Unicode rxvt has them.
+ unibi_set_if_empty(ut, unibi_enter_italics_mode, "\x1b[3m");
+ unibi_set_if_empty(ut, unibi_exit_italics_mode, "\x1b[23m");
+ unibi_set_if_empty(ut, unibi_to_status_line, "\x1b]2");
+ unibi_set_if_empty(ut, unibi_from_status_line, "\x07");
+ // 2017-04 terminfo.src has older control sequences.
+ unibi_set_str(ut, unibi_enter_ca_mode, "\x1b[?1049h");
+ unibi_set_str(ut, unibi_exit_ca_mode, "\x1b[?1049l");
+   } else if (screen) {
+ // per the screen manual; 2017-04 terminfo.src lacks these.
+ unibi_set_if_empty(ut, unibi_to_status_line, "\x1b_");
+ unibi_set_if_empty(ut, unibi_from_status_line, "\x1b\\");
+ // Fix an issue where smglr is inherited by TERM=screen.xterm.
+ if (unibi_get_str(ut, unibi_set_lr_margin)) {
+   ILOG("Disabling smglr with TERM=screen.xterm for screen.");
+   unibi_set_str(ut, unibi_set_lr_margin, NULL);
+ }
++if (unibi_get_str(ut, unibi_set_left_margin_parm)) {
++  ILOG("Disabling smglp with TERM=screen.xterm for screen.");
++  unibi_set_str(ut, unibi_set_left_margin_parm, NULL);
++}
++if (unibi_get_str(ut, unibi_set_right_margin_parm)) {
++  ILOG("Disabling smgrp with TERM=screen.xterm for screen.");
++  unibi_set_str(ut, unibi_set_right_margin_parm, NULL);
++}
+   } else if (tmux) {
+ unibi_set_if_empty(ut, unibi_to_status_line, "\x1b_");
+ unibi_set_if_empty(ut, unibi_from_status_line, "\x1b\\");

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 22:50:49 UTC (rev 1037039)
+++ PKGBUILD2021-11-04 22:51:07 UTC (rev 1037040)
@@ -1,59 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-# Contributor: Florian Hahn 
-
-pkgname=neovim
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
-arch=('x86_64')
-url='https://neovim.io'
-backup=('etc/xdg/nvim/sysinit.vim')
-license=('custom:neovim')
-provides=('vim-plugin-runtime')
-depends=('libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 'luajit' 
'libluv' 'tree-sitter')
-makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
-optdepends=('python-neovim: for Python 3 plugin support (see :help 

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

2021-11-04 Thread Jan Steffens via arch-commits
Date: Thursday, November 4, 2021 @ 22:50:49
  Author: heftig
Revision: 1037039

0.5.1-2: fix scrolling with ncurses 6.3

Added:
  neovim/trunk/0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch
Modified:
  neovim/trunk/PKGBUILD

-+
 0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch |   64 
++
 PKGBUILD|   21 ++-
 2 files changed, 79 insertions(+), 6 deletions(-)

Added: 0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch
===
--- 0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch 
(rev 0)
+++ 0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch 
2021-11-04 22:50:49 UTC (rev 1037039)
@@ -0,0 +1,64 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Thu, 4 Nov 2021 22:04:17 +
+Subject: [PATCH] patch_terminfo_bugs: Extend smglr ignores to smglp and smgrp
+
+The latter were added for xterm by ncurses 6.3 and are similarly
+affected.
+
+Fixes https://github.com/neovim/neovim/issues/16238
+---
+ src/nvim/tui/tui.c | 16 
+ 1 file changed, 16 insertions(+)
+
+diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c
+index f9c5521bdb63..bb752863692d 100644
+--- a/src/nvim/tui/tui.c
 b/src/nvim/tui/tui.c
+@@ -1663,30 +1663,46 @@ static void patch_terminfo_bugs(TUIData *data, const 
char *term, const char *col
+ ILOG("Disabling smglr with TERM=xterm for non-xterm.");
+ unibi_set_str(ut, unibi_set_lr_margin, NULL);
+   }
++  if (unibi_get_str(ut, unibi_set_left_margin_parm)) {
++ILOG("Disabling smglp with TERM=xterm for non-xterm.");
++unibi_set_str(ut, unibi_set_left_margin_parm, NULL);
++  }
++  if (unibi_get_str(ut, unibi_set_right_margin_parm)) {
++ILOG("Disabling smgrp with TERM=xterm for non-xterm.");
++unibi_set_str(ut, unibi_set_right_margin_parm, NULL);
++  }
+ }
+ 
+ #ifdef WIN32
+ // XXX: workaround libuv implicit LF => CRLF conversion. #10558
+ unibi_set_str(ut, unibi_cursor_down, "\x1b[B");
+ #endif
+   } else if (rxvt) {
+ // 2017-04 terminfo.src lacks these.  Unicode rxvt has them.
+ unibi_set_if_empty(ut, unibi_enter_italics_mode, "\x1b[3m");
+ unibi_set_if_empty(ut, unibi_exit_italics_mode, "\x1b[23m");
+ unibi_set_if_empty(ut, unibi_to_status_line, "\x1b]2");
+ unibi_set_if_empty(ut, unibi_from_status_line, "\x07");
+ // 2017-04 terminfo.src has older control sequences.
+ unibi_set_str(ut, unibi_enter_ca_mode, "\x1b[?1049h");
+ unibi_set_str(ut, unibi_exit_ca_mode, "\x1b[?1049l");
+   } else if (screen) {
+ // per the screen manual; 2017-04 terminfo.src lacks these.
+ unibi_set_if_empty(ut, unibi_to_status_line, "\x1b_");
+ unibi_set_if_empty(ut, unibi_from_status_line, "\x1b\\");
+ // Fix an issue where smglr is inherited by TERM=screen.xterm.
+ if (unibi_get_str(ut, unibi_set_lr_margin)) {
+   ILOG("Disabling smglr with TERM=screen.xterm for screen.");
+   unibi_set_str(ut, unibi_set_lr_margin, NULL);
+ }
++if (unibi_get_str(ut, unibi_set_left_margin_parm)) {
++  ILOG("Disabling smglp with TERM=screen.xterm for screen.");
++  unibi_set_str(ut, unibi_set_left_margin_parm, NULL);
++}
++if (unibi_get_str(ut, unibi_set_right_margin_parm)) {
++  ILOG("Disabling smgrp with TERM=screen.xterm for screen.");
++  unibi_set_str(ut, unibi_set_right_margin_parm, NULL);
++}
+   } else if (tmux) {
+ unibi_set_if_empty(ut, unibi_to_status_line, "\x1b_");
+ unibi_set_if_empty(ut, unibi_from_status_line, "\x1b\\");

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 22:20:38 UTC (rev 1037038)
+++ PKGBUILD2021-11-04 22:50:49 UTC (rev 1037039)
@@ -4,7 +4,7 @@
 
 pkgname=neovim
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
 url='https://neovim.io'
@@ -17,9 +17,18 @@
 'xclip: for clipboard support on X11 (or xsel) (see :help 
clipboard)'
 'xsel: for clipboard support on X11 (or xclip) (see :help 
clipboard)'
 'wl-clipboard: for clipboard support on wayland (see :help 
clipboard)')
-source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('a5a976c4998e821e0d9a9038d3f0c9e7c424a951f6bfc6d75898916d6a004ac668f31a34c3472fc4fca6b1d9652ac662b06780dd04dc6a77ecdc81564ec05709')
+source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch')

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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 22:20:38
  Author: felixonmars
Revision: 1037038

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-language-server/repos/community-staging-x86_64/
  haskell-language-server/repos/community-staging-x86_64/PKGBUILD
(from rev 1037037, haskell-language-server/trunk/PKGBUILD)

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

Copied: haskell-language-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 1037037, haskell-language-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 22:20:38 UTC (rev 1037038)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+
+pkgname=haskell-language-server
+pkgver=1.3.0.0
+pkgrel=9
+pkgdesc="LSP server for GHC"
+url="https://github.com/haskell/haskell-language-server#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-async'
+ 'haskell-base16-bytestring' 'haskell-cryptohash-sha1' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-gitrev'
+ 'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb'
+ 'haskell-hls-call-hierarchy-plugin' 'haskell-hls-eval-plugin'
+ 'haskell-hls-explicit-imports-plugin' 'haskell-hls-floskell-plugin'
+ 'haskell-hls-fourmolu-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-graph'
+ 'haskell-hls-haddock-comments-plugin' 'haskell-hls-hlint-plugin'
+ 'haskell-hls-module-name-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-plugin-api'
+ 'haskell-hls-pragmas-plugin'
+ 'haskell-hls-retrie-plugin' 'haskell-hls-stylish-haskell-plugin'
+ 'haskell-hslogger' 'haskell-lens' 'haskell-lsp' 
'haskell-optparse-applicative'
+ 'haskell-optparse-simple' 'haskell-regex-tdfa' 
'haskell-safe-exceptions'
+ 'haskell-sqlite-simple' 'haskell-temporary' 
'haskell-unordered-containers')
+# Disabled due to not compatible with GHC 9:
+# 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 
'haskell-hls-splice-plugin' 'haskell-hls-tactics-plugin' 
'haskell-hls-refine-imports-plugin'
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 
'haskell-hspec-expectations' 'haskell-lsp-test'
+ 'haskell-lsp-types')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('2938c4eaf8e2fef72ddf0e116e021b109ab69c4cdd48dc678cb93cd08e03e7f2abf3aaf1dea17a51dd8cb70f69db7ceba9823291d847ffe8bd0c990028fd6da4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  find test/testdata -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+  uusi -u ghc-api-compat $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 --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -f-brittany -f-class -f-refineImports -f-tactic 
-f-splice
+
+  runhaskell Setup build $MAKEFLAGS
+  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
+  
PATH="$PWD/dist/build/haskell-language-server:$PWD/dist/build/haskell-language-server-wrapper:$PATH"
 LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 22:20:31
  Author: felixonmars
Revision: 1037037

upgpkg: haskell-language-server 1.3.0.0-9: rebuild with megaparsec 9.2.0

Modified:
  haskell-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 22:15:01 UTC (rev 1037036)
+++ PKGBUILD2021-11-04 22:20:31 UTC (rev 1037037)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.3.0.0
-pkgrel=8
+pkgrel=9
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 22:15:01
  Author: felixonmars
Revision: 1037036

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-versions/repos/community-staging-x86_64/PKGBUILD (from rev 
1037035, haskell-versions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 22:15:01 UTC (rev 1037036)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=versions
+pkgname=haskell-versions
+pkgver=5.0.0
+pkgrel=26
+pkgdesc="Types and parsers for software version numbers"
+url="https://github.com/fosskers/versions;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-megaparsec' 'haskell-hashable' 
'haskell-parser-combinators')
+makedepends=('ghc' 'uusi' 'haskell-microlens' 'haskell-quickcheck' 
'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('48ce0548e10b03b5522bb1945f72c0c065ad5ef7a3c4ff62fbb028e6bb16d59c17386dd466e70e4972326682d740137df614bd31078c3b2580bbe8344b70b6c7')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+}
+
+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 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+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-versions/trunk (PKGBUILD)

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 22:14:54
  Author: felixonmars
Revision: 1037035

upgpkg: haskell-versions 5.0.0-26: rebuild with megaparsec 9.2.0

Modified:
  haskell-versions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 22:12:13 UTC (rev 1037034)
+++ PKGBUILD2021-11-04 22:14:54 UTC (rev 1037035)
@@ -3,7 +3,7 @@
 _hkgname=versions
 pkgname=haskell-versions
 pkgver=5.0.0
-pkgrel=25
+pkgrel=26
 pkgdesc="Types and parsers for software version numbers"
 url="https://github.com/fosskers/versions;
 license=('BSD')



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 22:12:13
  Author: felixonmars
Revision: 1037034

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall/repos/community-staging-x86_64/
  dhall/repos/community-staging-x86_64/PKGBUILD
(from rev 1037033, dhall/trunk/PKGBUILD)

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

Copied: dhall/repos/community-staging-x86_64/PKGBUILD (from rev 1037033, 
dhall/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 22:12:13 UTC (rev 1037034)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall
+pkgver=1.40.1
+pkgrel=10
+pkgdesc='A configuration language guaranteed to terminate'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-ansi-terminal'
+ 'haskell-atomic-write' 'haskell-case-insensitive' 'haskell-cborg' 
'haskell-cborg-json'
+ 'haskell-contravariant' 'haskell-data-fix' 'haskell-diff' 
'haskell-dotgen'
+ 'haskell-either' 'haskell-half' 'haskell-hashable' 
'haskell-lens-family-core'
+ 'haskell-megaparsec' 'haskell-memory' 'haskell-mmorph' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'haskell-parsers' 
'haskell-parser-combinators'
+ 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 
'haskell-pretty-simple'
+ 'haskell-profunctors' 'haskell-repline' 'haskell-serialise' 
'haskell-scientific'
+ 'haskell-text-manipulate' 'haskell-th-lift-instances' 
'haskell-unordered-containers'
+ 'haskell-uri-encode' 'haskell-vector' 'haskell-cryptonite' 
'haskell-http-types'
+ 'haskell-http-client' 'haskell-http-client-tls')
+makedepends=('ghc' 'uusi' 'haskell-foldl' 'haskell-generic-random' 
'haskell-mockery' 'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'haskell-special-values' 
'haskell-spoon'
+ 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-silver' 
'haskell-temporary' 'haskell-turtle'
+ 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c2f50a0c156071873c41ce72d70df9802e4f19b6902aa24355f295fd3031f9cc363406ff8a3e50be3cbb5648aea19835d801b0bfe3d88f3ccf61934648ce')
+
+prepare() {
+cd $pkgname-$pkgver
+uusi -u generic-random -u megaparsec -u mmorph -u tasty-silver -u 
transformers-compat $pkgname.cabal
+}
+
+build() {
+cd $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 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct || echo "Tests failed"
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 22:12:06
  Author: felixonmars
Revision: 1037033

upgpkg: dhall 1.40.1-10: rebuild with megaparsec 9.2.0

Modified:
  dhall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:59:03 UTC (rev 1037032)
+++ PKGBUILD2021-11-04 22:12:06 UTC (rev 1037033)
@@ -2,7 +2,7 @@
 
 pkgname=dhall
 pkgver=1.40.1
-pkgrel=9
+pkgrel=10
 pkgdesc='A configuration language guaranteed to terminate'
 url='https://dhall-lang.org'
 license=('BSD')



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:59:03
  Author: felixonmars
Revision: 1037032

archrelease: copy trunk to community-staging-x86_64

Added:
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 1037031, idris/trunk/PKGBUILD)

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 1037031, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 21:59:03 UTC (rev 1037032)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.3.3
+pkgrel=276
+pkgdesc="Functional Programming Language with Dependent Types"
+url="https://www.idris-lang.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec'
+ 'haskell-network' 'haskell-optparse-applicative' 
'haskell-parser-combinators'
+ 'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' 
'haskell-terminal-size'
+ 'haskell-uniplate' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-vector'
+ 'haskell-vector-binary-instances' 'haskell-zip-archive')
+makedepends=('ghc' 'uusi' 'haskell-tagged' 'haskell-tasty' 
'haskell-tasty-golden' 'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;
+
idris-haskeline-0.8.patch::https://github.com/idris-lang/Idris-dev/pull/4871.patch)
+sha512sums=('fc5c65847c8021ed691c7968043a04fcffaed3a44a6339f611fed616fddefa1b5bc2da8e7e6662dfa552981688a1c96571eadc197e4e50ba060de3c6ddbd03de'
+
'4400ea44d61ab5080926fb88c3a9195dda6dfcefb794a335ca00dcdbc9df8a1e6cb2a9b5ed1c906c34fedea8019281b395f030a6267708be68676c8cc6e5b6fa')
+
+prepare() {
+cd Idris-dev-$pkgver
+patch -p1 -i ../idris-haskeline-0.8.patch
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+sed -i 's/Just sline/sline/' src/Idris/Parser/Stack.hs
+uusi idris.cabal
+}
+
+build() {
+cd Idris-dev-$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 
--ghc-option=-fllvm \
+-fFFI -fGMP -f-release -f-freestanding -f-CI -f-execonly 
--ghc-option='-pie'
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build $MAKEFLAGS
+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 Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PWD/dist/build/idris:$PATH" 
LD_LIBRARY_PATH="$PWD/dist/build" IDRIS_LIBRARY_PATH="$PWD/libs" runhaskell 
Setup test || echo "Tests failed"
+}
+
+package() {
+cd Idris-dev-$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 idris/trunk (PKGBUILD)

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:58:55
  Author: felixonmars
Revision: 1037031

upgpkg: idris 1.3.3-276: rebuild with megaparsec 9.2.0

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:36:37 UTC (rev 1037030)
+++ PKGBUILD2021-11-04 21:58:55 UTC (rev 1037031)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.3
-pkgrel=275
+pkgrel=276
 pkgdesc="Functional Programming Language with Dependent Types"
 url="https://www.idris-lang.org/;
 license=("BSD")



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

2021-11-04 Thread Jan Steffens via arch-commits
Date: Thursday, November 4, 2021 @ 21:52:23
  Author: heftig
Revision: 427364

archrelease: copy trunk to extra-x86_64

Added:
  vte3/repos/extra-x86_64/PKGBUILD
(from rev 427363, vte3/trunk/PKGBUILD)
Deleted:
  vte3/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 21:52:13 UTC (rev 427363)
+++ PKGBUILD2021-11-04 21:52:23 UTC (rev 427364)
@@ -1,65 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.66.0
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget"
-url="https://wiki.gnome.org/Apps/Terminal/VTE;
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 pcre2 gnutls fribidi systemd)
-makedepends=(gobject-introspection vala git gtk-doc gperf meson)
-_commit=956d3bbd265279c296c56d9fb5ada1fee94768ee  # tags/0.66.0^0
-source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vte
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd vte
-}
-
-build() {
-  arch-meson vte build \
--D b_lto=false \
--D docs=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_vte3() {
-  depends+=(vte-common)
-  provides+=(libvte-2.91.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-### Split vte-common
-  _pick vte-common "$pkgdir"/etc/profile.d
-  _pick vte-common "$pkgdir"/usr/lib/{systemd,vte-urlencode-cwd}
-}
-
-package_vte-common() {
-  pkgdesc="Files shared by VTE libraries"
-  depends=(sh)
-  mv vte-common/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: vte3/repos/extra-x86_64/PKGBUILD (from rev 427363, vte3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 21:52:23 UTC (rev 427364)
@@ -0,0 +1,65 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.66.1
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget"
+url="https://wiki.gnome.org/Apps/Terminal/VTE;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 pcre2 gnutls fribidi systemd)
+makedepends=(gobject-introspection vala git gtk-doc gperf meson)
+_commit=29bc0a2d7fefc0e8bc5f60b72c3a666809d490f9  # tags/0.66.1^0
+source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vte
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd vte
+}
+
+build() {
+  arch-meson vte build \
+-D b_lto=false \
+-D docs=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_vte3() {
+  depends+=(vte-common)
+  provides+=(libvte-2.91.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+### Split vte-common
+  _pick vte-common "$pkgdir"/etc/profile.d
+  _pick vte-common "$pkgdir"/usr/lib/{systemd,vte-urlencode-cwd}
+}
+
+package_vte-common() {
+  pkgdesc="Files shared by VTE libraries"
+  depends=(sh)
+  mv vte-common/* "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2021-11-04 Thread Jan Steffens via arch-commits
Date: Thursday, November 4, 2021 @ 21:52:13
  Author: heftig
Revision: 427363

0.66.1-1

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:21:57 UTC (rev 427362)
+++ PKGBUILD2021-11-04 21:52:13 UTC (rev 427363)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.66.0
+pkgver=0.66.1
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget"
 url="https://wiki.gnome.org/Apps/Terminal/VTE;
@@ -11,7 +11,7 @@
 license=(LGPL)
 depends=(gtk3 pcre2 gnutls fribidi systemd)
 makedepends=(gobject-introspection vala git gtk-doc gperf meson)
-_commit=956d3bbd265279c296c56d9fb5ada1fee94768ee  # tags/0.66.0^0
+_commit=29bc0a2d7fefc0e8bc5f60b72c3a666809d490f9  # tags/0.66.1^0
 source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit;)
 sha256sums=('SKIP')
 



[arch-commits] Commit in nextcloud-app-contacts/repos/community-any (2 files)

2021-11-04 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 4, 2021 @ 21:36:37
  Author: spupykin
Revision: 1037030

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 21:36:28 UTC (rev 1037029)
+++ PKGBUILD2021-11-04 21:36:37 UTC (rev 1037030)
@@ -1,42 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=4.0.3
-_name=contacts
-pkgrel=1
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/contacts/;
-license=('GPL')
-depends=('nextcloud')
-makedepends=('ripgrep' 'yq')
-groups=('nextcloud-apps')
-options=('!strip')
-#source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('c4081cfd148cdb46950cd375709c7efe5dc9aeea701a8da5dbb5e95ea2d285de')
-
-_get_nextcloud_versions() {
-  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
-  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
-}
-
-check() {
-  local _app_min_major_version
-  local _app_max_major_version
-  _get_nextcloud_versions
-
-  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
-  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
-printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
-exit 1
-  fi
-}
-
-package() {
-  _get_nextcloud_versions
-  depends=("nextcloud>=${_app_min_major_version}" 
"nextcloud<${_app_max_major_version}")
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/${_name} "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}

Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 1037029, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 21:36:37 UTC (rev 1037030)
@@ -0,0 +1,42 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=4.0.6
+_name=contacts
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/contacts/;
+license=('GPL')
+depends=('nextcloud')
+makedepends=('ripgrep' 'yq')
+groups=('nextcloud-apps')
+options=('!strip')
+#source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v$pkgver/contacts.tar.gz;)
+sha256sums=('22606913d18ff41603d9ef055667c4a8f7bf1e7541052f43ec4803012d8dd9f7')
+
+_get_nextcloud_versions() {
+  _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_major_version="$(xq '.info.dependencies.nextcloud["@max-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"
+  _app_max_major_version=$(expr ${_app_max_major_version} + 1)
+}
+
+check() {
+  local _app_min_major_version
+  local _app_max_major_version
+  _get_nextcloud_versions
+
+  local _nextcloud_major_version="$(rg "OC_Version = " 
/usr/share/webapps/nextcloud/version.php |cut -d'(' -f2| cut -d ',' -f1)"
+  if [[ "$(vercmp "${_nextcloud_major_version}" "${_app_min_major_version}")" 
-lt 0 ]] || [[ "$(vercmp "${_nextcloud_major_version}" 
"${_app_max_major_version}")" -gt 0 ]] ; then
+printf "%s requires nextcloud >= %s/ nextcloud <= %s, but nextcloud %s is 
provided.\n" "$pkgname" "${_app_min_major_version}" "${_app_max_major_version}" 
"${_nextcloud_major_version}"
+exit 1
+  fi
+}
+
+package() {
+  _get_nextcloud_versions
+  depends=("nextcloud>=${_app_min_major_version}" 
"nextcloud<${_app_max_major_version}")
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/${_name} "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}



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

2021-11-04 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 4, 2021 @ 21:36:28
  Author: spupykin
Revision: 1037029

upgpkg: nextcloud-app-contacts 4.0.6-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:33:57 UTC (rev 1037028)
+++ PKGBUILD2021-11-04 21:36:28 UTC (rev 1037029)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=4.0.3
+pkgver=4.0.6
 _name=contacts
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
@@ -14,7 +14,7 @@
 options=('!strip')
 
#source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('c4081cfd148cdb46950cd375709c7efe5dc9aeea701a8da5dbb5e95ea2d285de')
+sha256sums=('22606913d18ff41603d9ef055667c4a8f7bf1e7541052f43ec4803012d8dd9f7')
 
 _get_nextcloud_versions() {
   _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' 
"${_name}/appinfo/info.xml"| sed 's/"//g')"



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

2021-11-04 Thread Antonio Rojas via arch-commits
Date: Thursday, November 4, 2021 @ 21:33:57
  Author: arojas
Revision: 1037028

archrelease: copy trunk to community-any

Added:
  osinfo-db/repos/community-any/PKGBUILD
(from rev 1037027, osinfo-db/trunk/PKGBUILD)
Deleted:
  osinfo-db/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 21:33:48 UTC (rev 1037027)
+++ PKGBUILD2021-11-04 21:33:57 UTC (rev 1037028)
@@ -1,21 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=osinfo-db
-pkgver=20210903
-pkgrel=1
-pkgdesc='Osinfo database of information about operating systems for 
virtualization provisioning tools'
-arch=('any')
-url='https://libosinfo.org/'
-license=('GPL')
-makedepends=('osinfo-db-tools')
-options=('!emptydirs')
-source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz"{,.asc})
-noextract=("$pkgname-$pkgver.tar.xz")
-validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
-  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B') # Fabiano Fidêncio
-sha256sums=('30e7d3f21bc0d3a24fd23da29f6364afe896d7c9e2dfb39f0999ffc6b7730834'
-'SKIP')
-
-package() {
-  osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz
-}

Copied: osinfo-db/repos/community-any/PKGBUILD (from rev 1037027, 
osinfo-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 21:33:57 UTC (rev 1037028)
@@ -0,0 +1,22 @@
+# Maintainer: Balló György 
+
+pkgname=osinfo-db
+pkgver=20211013
+pkgrel=1
+pkgdesc='Osinfo database of information about operating systems for 
virtualization provisioning tools'
+arch=('any')
+url='https://libosinfo.org/'
+license=('GPL')
+makedepends=('osinfo-db-tools')
+options=('!emptydirs')
+source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz"{,.asc})
+noextract=("$pkgname-$pkgver.tar.xz")
+validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
+  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B'  # Fabiano Fidêncio
+  '206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de 
Carvalho 
+sha256sums=('c2e47e9432048f3016e36803eef3dd482d12ee32360c22958f8ab6f4323a692c'
+'SKIP')
+
+package() {
+  osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz
+}



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

2021-11-04 Thread Antonio Rojas via arch-commits
Date: Thursday, November 4, 2021 @ 21:33:48
  Author: arojas
Revision: 1037027

Update to 20211013

Modified:
  osinfo-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:24:48 UTC (rev 1037026)
+++ PKGBUILD2021-11-04 21:33:48 UTC (rev 1037027)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=osinfo-db
-pkgver=20210903
+pkgver=20211013
 pkgrel=1
 pkgdesc='Osinfo database of information about operating systems for 
virtualization provisioning tools'
 arch=('any')
@@ -12,8 +12,9 @@
 source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz"{,.asc})
 noextract=("$pkgname-$pkgver.tar.xz")
 validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
-  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B') # Fabiano Fidêncio
-sha256sums=('30e7d3f21bc0d3a24fd23da29f6364afe896d7c9e2dfb39f0999ffc6b7730834'
+  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B'  # Fabiano Fidêncio
+  '206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de 
Carvalho 
+sha256sums=('c2e47e9432048f3016e36803eef3dd482d12ee32360c22958f8ab6f4323a692c'
 'SKIP')
 
 package() {



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:24:48
  Author: felixonmars
Revision: 1037026

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 21:24:40 UTC (rev 1037025)
+++ PKGBUILD2021-11-04 21:24:48 UTC (rev 1037026)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-
-pkgname=python-pytools
-pkgver=2021.2.8
-pkgrel=1
-pkgdesc="A collection of tools for Python"
-arch=('any')
-url="https://mathema.tician.de/software/pytools;
-license=('MIT')
-depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('9dde96889c3505f5cf4eb06c3174b889ed8ecc964ac95d8cbf36ad500ab23470c5ee46b8f96bc4fa5d2dc710d3603680643a61e10bac4da8305d92b1e3ebd0d8')
-
-build() {
-  cd "$srcdir"/pytools-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/pytools-$pkgver
-  python setup.py pytest
-}
-
-package(){
-  cd pytools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-}

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 1037025, 
python-pytools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 21:24:48 UTC (rev 1037026)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=python-pytools
+pkgver=2021.2.9
+pkgrel=1
+pkgdesc="A collection of tools for Python"
+arch=('any')
+url="https://mathema.tician.de/software/pytools;
+license=('MIT')
+depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
+sha512sums=('1afe6feb6e5094171aba9a2749418a5e677cb70286be1ac9b65d1470835e1ae68f72f7c4221149358ab1595cab43862b51682c5865955edf89ae32ca6d6d')
+
+build() {
+  cd "$srcdir"/pytools-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/pytools-$pkgver
+  python setup.py pytest
+}
+
+package(){
+  cd pytools-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
+}



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:24:40
  Author: felixonmars
Revision: 1037025

upgpkg: python-pytools 2021.2.9-1

Modified:
  python-pytools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:23:11 UTC (rev 1037024)
+++ PKGBUILD2021-11-04 21:24:40 UTC (rev 1037025)
@@ -2,7 +2,7 @@
 # Contributor: Stéphane Gaudreault 
 
 pkgname=python-pytools
-pkgver=2021.2.8
+pkgver=2021.2.9
 pkgrel=1
 pkgdesc="A collection of tools for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
-sha512sums=('9dde96889c3505f5cf4eb06c3174b889ed8ecc964ac95d8cbf36ad500ab23470c5ee46b8f96bc4fa5d2dc710d3603680643a61e10bac4da8305d92b1e3ebd0d8')
+sha512sums=('1afe6feb6e5094171aba9a2749418a5e677cb70286be1ac9b65d1470835e1ae68f72f7c4221149358ab1595cab43862b51682c5865955edf89ae32ca6d6d')
 
 build() {
   cd "$srcdir"/pytools-$pkgver



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:23:11
  Author: felixonmars
Revision: 1037024

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-configurator-pg/repos/community-staging-x86_64/
  haskell-configurator-pg/repos/community-staging-x86_64/PKGBUILD
(from rev 1037023, haskell-configurator-pg/trunk/PKGBUILD)

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

Copied: haskell-configurator-pg/repos/community-staging-x86_64/PKGBUILD (from 
rev 1037023, haskell-configurator-pg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 21:23:11 UTC (rev 1037024)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=configurator-pg
+pkgname=haskell-configurator-pg
+pkgver=0.2.5
+pkgrel=87
+pkgdesc="Reduced parser for configurator-ng config files"
+url="https://github.com/robx/configurator-pg;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-megaparsec' 'haskell-protolude' 
'haskell-scientific')
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ff22e1d20f609660d6dc91802fe3bd8ffa849e292b86a8c65ba9005b76d1b4cb795be6f6e4a8246467547ba6428cad087aad211d6c0e3fff2b3b1955ce7ea552')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -u base -u megaparsec $_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 
--ghc-option=-fllvm \
+-f-developer
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+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-configurator-pg/trunk (PKGBUILD)

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:23:04
  Author: felixonmars
Revision: 1037023

upgpkg: haskell-configurator-pg 0.2.5-87: rebuild with megaparsec 9.2.0

Modified:
  haskell-configurator-pg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:20:51 UTC (rev 1037022)
+++ PKGBUILD2021-11-04 21:23:04 UTC (rev 1037023)
@@ -4,7 +4,7 @@
 _hkgname=configurator-pg
 pkgname=haskell-configurator-pg
 pkgver=0.2.5
-pkgrel=86
+pkgrel=87
 pkgdesc="Reduced parser for configurator-ng config files"
 url="https://github.com/robx/configurator-pg;
 license=("BSD")



[arch-commits] Commit in hplip/repos/extra-x86_64 (14 files)

2021-11-04 Thread Andreas Radke via arch-commits
Date: Thursday, November 4, 2021 @ 21:21:57
  Author: andyrtr
Revision: 427362

archrelease: copy trunk to extra-x86_64

Added:
  
hplip/repos/extra-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 427361, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  
hplip/repos/extra-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
(from rev 427361, 
hplip/trunk/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 427361, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/disable_upgrade.patch
(from rev 427361, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-x86_64/hplip-configure-python.patch
(from rev 427361, hplip/trunk/hplip-configure-python.patch)
  hplip/repos/extra-x86_64/python3.diff
(from rev 427361, hplip/trunk/python3.diff)
  hplip/repos/extra-x86_64/reproducible-gzip.patch
(from rev 427361, hplip/trunk/reproducible-gzip.patch)
Deleted:
  
hplip/repos/extra-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
  
hplip/repos/extra-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/disable_upgrade.patch
  hplip/repos/extra-x86_64/hplip-configure-python.patch
  hplip/repos/extra-x86_64/python3.diff
  hplip/repos/extra-x86_64/reproducible-gzip.patch

-+
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch |  100 +--
 0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch   |   58 -
 PKGBUILD|  206 +++
 disable_upgrade.patch   |   28 
 hplip-configure-python.patch|  104 +--
 python3.diff|  294 
+-
 reproducible-gzip.patch |   76 +-
 7 files changed, 433 insertions(+), 433 deletions(-)

Deleted: 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
===
--- 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
2021-11-04 21:21:39 UTC (rev 427361)
+++ 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
2021-11-04 21:21:57 UTC (rev 427362)
@@ -1,50 +0,0 @@
-From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
-From: Till Kamppeter 
-Date: Sat, 24 Sep 2016 10:37:20 +0200
-Subject: Add 'include ' in various places as CUPS 2.2 moved some
- definitions to ppd.h
-

- configure.in   | 2 +-
- prnt/hpcups/HPCupsFilter.h | 2 ++
- prnt/hpijs/hpcupsfax.cpp   | 1 +
- 3 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/configure.in b/configure.in
-index d3a1ddb..eabe14a 100755
 a/configure.in
-+++ b/configure.in
-@@ -554,7 +554,7 @@ fi
- 
- if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then
-AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], 
[AC_MSG_ERROR([cannot find libcups support], 9)])
--   AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel 
support], 3)])
-+   AC_CHECK_HEADERS(cups/cups.h cups/ppd.h, ,[AC_MSG_ERROR([cannot find 
cups-devel support], 3)])
-if test "$libusb01_build" = "yes"; then
-   AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot 
find libusb support], 2)])
-   AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel 
support], 11)])
-diff --git a/prnt/hpcups/HPCupsFilter.h b/prnt/hpcups/HPCupsFilter.h
-index ff5548e..c517989 100644
 a/prnt/hpcups/HPCupsFilter.h
-+++ b/prnt/hpcups/HPCupsFilter.h
-@@ -38,6 +38,8 @@
- 
- #include "dbuscomm.h"
- 
-+#include 
-+
- #define   DBITMAPFILEHEADER   14
- #define   DBITMAPINFOHEADER   40
- 
-diff --git a/prnt/hpijs/hpcupsfax.cpp b/prnt/hpijs/hpcupsfax.cpp
-index 8514775..994e50f 100644
 a/prnt/hpijs/hpcupsfax.cpp
-+++ b/prnt/hpijs/hpcupsfax.cpp
-@@ -43,6 +43,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #ifdef FALSE

Copied: 
hplip/repos/extra-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 (from rev 427361, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
===
--- 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
(rev 0)
+++ 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
2021-11-04 21:21:57 UTC (rev 427362)
@@ -0,0 +1,50 @@
+From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
+From: Till Kamppeter 
+Date: Sat, 24 Sep 2016 10:37:20 +0200
+Subject: Add 'include ' in various places as CUPS 2.2 moved some
+ definitions to ppd.h
+
+---
+ configure.in   | 

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

2021-11-04 Thread Andreas Radke via arch-commits
Date: Thursday, November 4, 2021 @ 21:21:39
  Author: andyrtr
Revision: 427361

upgpkg: hplip 1:3.21.10-1: upstream update 3.21.10

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 20:59:53 UTC (rev 427360)
+++ PKGBUILD2021-11-04 21:21:39 UTC (rev 427361)
@@ -4,7 +4,7 @@
 # Contributor: Morgan LEFIEUX 
 
 pkgname=hplip
-pkgver=3.21.8
+pkgver=3.21.10
 pkgrel=1
 epoch=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
@@ -32,7 +32,7 @@
 hplip-configure-python.patch
 python3.diff
 reproducible-gzip.patch)
-sha512sums=('13802359a2a4510243fa81a27c3047f1fc54c25d53597011a2d5a6933121ae5aa1b020790d7d1a8a0970d5cef18e7e57b60afcbbe079dcf6219e2e64ed6675d4'
+sha512sums=('e9b49b7bfc3fa38ea83b357af01cfbc59bf238ad7add49c8e4cb281fbc87facfe6fed9e8428bb926f75fb22ff8e980d620ac102694ae0c8271ce0c4f1ab8b7ed'
 'SKIP'
 
'ee0bd240568a7dbb4dc6ef64dba28ea84c4bedf7d688d054960c68f8f0bc4562961c40845107ef0c936e60d3e676bffb2a1ba708039690bb0520cda3a525'
 
'22aeb5b851f78bc6bc62e0bc3da99fecaf42d7604af41e2f3343f8d3666541f7b06b7d1a7d0ddf24f1731ac7b12dfe582375a98e3b94dfa323d6ce954549ca67'



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:20:51
  Author: felixonmars
Revision: 1037022

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-config-ini/repos/community-staging-x86_64/
  haskell-config-ini/repos/community-staging-x86_64/PKGBUILD
(from rev 1037021, haskell-config-ini/trunk/PKGBUILD)

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

Copied: haskell-config-ini/repos/community-staging-x86_64/PKGBUILD (from rev 
1037021, haskell-config-ini/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 21:20:51 UTC (rev 1037022)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=config-ini
+pkgname=haskell-config-ini
+pkgver=0.2.4.0
+pkgrel=258
+pkgdesc="A library for simple INI-based configuration files."
+url="https://github.com/aisamanra/config-ini;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-unordered-containers' 'haskell-megaparsec')
+makedepends=('ghc' 'uusi' 'haskell-ini' 'haskell-hedgehog' 'haskell-doctest' 
'haskell-microlens')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('76af8bf132d545425d9db5579df2e37fa08cad479adf5f586fb3becd0712e2329eae019db1796cd24c6fda80aa958e45450ebae74a5bcbdfad9337ae44696a5e')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -u megaparsec $_hkgname.cabal
+gen-setup
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fenable-doctests
+runhaskell Setup build $MAKEFLAGS
+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
+# https://github.com/aisamanra/config-ini/issues/22
+# runhaskell Setup test --show-details=direct
+}
+
+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-config-ini/trunk (PKGBUILD)

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:20:44
  Author: felixonmars
Revision: 1037021

upgpkg: haskell-config-ini 0.2.4.0-258: rebuild with megaparsec 9.2.0

Modified:
  haskell-config-ini/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:19:27 UTC (rev 1037020)
+++ PKGBUILD2021-11-04 21:20:44 UTC (rev 1037021)
@@ -4,7 +4,7 @@
 _hkgname=config-ini
 pkgname=haskell-config-ini
 pkgver=0.2.4.0
-pkgrel=257
+pkgrel=258
 pkgdesc="A library for simple INI-based configuration files."
 url="https://github.com/aisamanra/config-ini;
 license=("BSD")



[arch-commits] Commit in perl-ppix-quotelike/repos/community-any (PKGBUILD PKGBUILD)

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:19:27
  Author: felixonmars
Revision: 1037020

archrelease: copy trunk to community-any

Added:
  perl-ppix-quotelike/repos/community-any/PKGBUILD
(from rev 1037019, perl-ppix-quotelike/trunk/PKGBUILD)
Deleted:
  perl-ppix-quotelike/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 21:19:19 UTC (rev 1037019)
+++ PKGBUILD2021-11-04 21:19:27 UTC (rev 1037020)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-ppix-quotelike
-pkgver=0.017
-pkgrel=2
-pkgdesc="Parse Perl string literals and string-literal-like things"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/PPIx-QuoteLike;
-depends=('perl-ppi')
-makedepends=('perl-ppix-regexp' 'perl-readonly')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz;)
-sha512sums=('ec51e4ee529e18305a5255d9d0d04a5868963481157c31ffbb92e3492c4153117b54b14c1c75b1792fdeb91d68c2a0596b7ace829a25b27a53dc4ec785d48bca')
-
-build() {
-  cd PPIx-QuoteLike-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd PPIx-QuoteLike-$pkgver
-  make test
-}
-
-package() {
-  cd PPIx-QuoteLike-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-ppix-quotelike/repos/community-any/PKGBUILD (from rev 1037019, 
perl-ppix-quotelike/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 21:19:27 UTC (rev 1037020)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-ppix-quotelike
+pkgver=0.018
+pkgrel=1
+pkgdesc="Parse Perl string literals and string-literal-like things"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-QuoteLike;
+depends=('perl-ppi')
+makedepends=('perl-ppix-regexp' 'perl-readonly')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz;)
+sha512sums=('a404e26461dce9be3b49d3ac52fe3d539fccb650cede1eb600762b108fa27de9036b851a5c7edfa325ae70cddc427810da71c788fb300577f14bc89adc34f90f')
+
+build() {
+  cd PPIx-QuoteLike-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPIx-QuoteLike-$pkgver
+  make test
+}
+
+package() {
+  cd PPIx-QuoteLike-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:19:19
  Author: felixonmars
Revision: 1037019

upgpkg: perl-ppix-quotelike 0.018-1

Modified:
  perl-ppix-quotelike/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:18:34 UTC (rev 1037018)
+++ PKGBUILD2021-11-04 21:19:19 UTC (rev 1037019)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-ppix-quotelike
-pkgver=0.017
-pkgrel=2
+pkgver=0.018
+pkgrel=1
 pkgdesc="Parse Perl string literals and string-literal-like things"
 arch=('any')
 license=('PerlArtistic')
@@ -11,7 +11,7 @@
 makedepends=('perl-ppix-regexp' 'perl-readonly')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz;)
-sha512sums=('ec51e4ee529e18305a5255d9d0d04a5868963481157c31ffbb92e3492c4153117b54b14c1c75b1792fdeb91d68c2a0596b7ace829a25b27a53dc4ec785d48bca')
+sha512sums=('a404e26461dce9be3b49d3ac52fe3d539fccb650cede1eb600762b108fa27de9036b851a5c7edfa325ae70cddc427810da71c788fb300577f14bc89adc34f90f')
 
 build() {
   cd PPIx-QuoteLike-$pkgver



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:18:34
  Author: felixonmars
Revision: 1037018

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-megaparsec/repos/community-staging-x86_64/
  haskell-hspec-megaparsec/repos/community-staging-x86_64/PKGBUILD
(from rev 1037017, haskell-hspec-megaparsec/trunk/PKGBUILD)

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

Copied: haskell-hspec-megaparsec/repos/community-staging-x86_64/PKGBUILD (from 
rev 1037017, haskell-hspec-megaparsec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 21:18:34 UTC (rev 1037018)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-megaparsec
+pkgname=haskell-hspec-megaparsec
+pkgver=2.2.0
+pkgrel=77
+pkgdesc="Utility functions for testing Megaparsec parsers with Hspec"
+url="https://github.com/goldfirere/hspec-megaparsec;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-expectations' 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('347e1d5275fbd52bc0a51a1106aab8de123034ec34d5f0a113af76136009bc16d2c570aa747e903e050899cf3d53a091e765af5aa67dd7eb3ee7aef6e62054a4')
+
+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 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+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-hspec-megaparsec/trunk (PKGBUILD)

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:18:27
  Author: felixonmars
Revision: 1037017

upgpkg: haskell-hspec-megaparsec 2.2.0-77: rebuild with megaparsec 9.2.0

Modified:
  haskell-hspec-megaparsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:18:21 UTC (rev 1037016)
+++ PKGBUILD2021-11-04 21:18:27 UTC (rev 1037017)
@@ -3,7 +3,7 @@
 _hkgname=hspec-megaparsec
 pkgname=haskell-hspec-megaparsec
 pkgver=2.2.0
-pkgrel=76
+pkgrel=77
 pkgdesc="Utility functions for testing Megaparsec parsers with Hspec"
 url="https://github.com/goldfirere/hspec-megaparsec;
 license=('BSD')



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:18:21
  Author: felixonmars
Revision: 1037016

archrelease: copy trunk to community-any

Added:
  python-responses/repos/community-any/PKGBUILD
(from rev 1037015, python-responses/trunk/PKGBUILD)
  python-responses/repos/community-any/pytest5.patch
(from rev 1037015, python-responses/trunk/pytest5.patch)
Deleted:
  python-responses/repos/community-any/PKGBUILD
  python-responses/repos/community-any/pytest5.patch

---+
 PKGBUILD  |   62 
 pytest5.patch |   56 +-
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 21:18:11 UTC (rev 1037015)
+++ PKGBUILD2021-11-04 21:18:21 UTC (rev 1037016)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-responses
-pkgver=0.14.0
-pkgrel=1
-pkgdesc='A utility library for mocking out the `requests` Python library.'
-arch=('any')
-license=('Apache')
-url='https://github.com/getsentry/responses'
-depends=('python-requests' 'python-biscuits' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-localserver')
-source=("https://github.com/getsentry/responses/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('0582a9e3f3b0e2e8a29e5f88c240f449c19466763bcfcdacd17aac34798dcab8e84e39c56a68a6f41671ac64f3f63f7ba899b12647cbd0b6116c80d168dbbb31')
-
-build() {
-  cd responses-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd responses-$pkgver
-  pytest
-}
-
-package() {
-  cd responses-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-responses/repos/community-any/PKGBUILD (from rev 1037015, 
python-responses/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 21:18:21 UTC (rev 1037016)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-responses
+pkgver=0.15.0
+pkgrel=1
+pkgdesc='A utility library for mocking out the `requests` Python library.'
+arch=('any')
+license=('Apache')
+url='https://github.com/getsentry/responses'
+depends=('python-requests' 'python-biscuits' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-localserver')
+source=("https://github.com/getsentry/responses/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('bb9bd01b20cc57be83b20426733e03800f6e06acc020d0cd12bc3ede0658a08b3b2efde95f13f441d3b9f671cd07a46a3a901be0ad4aa1058d466d5ab4d8ea93')
+
+build() {
+  cd responses-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd responses-$pkgver
+  pytest
+}
+
+package() {
+  cd responses-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: pytest5.patch
===
--- pytest5.patch   2021-11-04 21:18:11 UTC (rev 1037015)
+++ pytest5.patch   2021-11-04 21:18:21 UTC (rev 1037016)
@@ -1,28 +0,0 @@
-From b9c17412445530298eb28917c1ef3a8f7cff971c Mon Sep 17 00:00:00 2001
-From: Brandon Hong 
-Date: Wed, 9 Oct 2019 15:18:56 +0800
-Subject: [PATCH] Fix testcase test_assert_all_requests_are_fired failure
-
-Pytest 5.0.0 changed ExceptionInfo object's str() to returns the same as 
repr().
-(See, item #5412 of 
https://docs.pytest.org/en/latest/changelog.html#pytest-5-0-0-2019-06-28)
-This patch fixes the test failure by comparing expectation with str() result of
-ExceptionInfo's value member instaed of object itself.
-
-Signed-off-by: Brandon Hong 

- test_responses.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test_responses.py b/test_responses.py
-index 4740dfb..c2a4f01 100644
 a/test_responses.py
-+++ b/test_responses.py
-@@ -701,7 +701,7 @@ def run():
- with responses.RequestsMock(assert_all_requests_are_fired=True) 
as m:
- m.add(responses.GET, "http://example.com;, body=b"test")
- assert "http://example.com; in str(excinfo.value)
--assert responses.GET in str(excinfo)
-+assert responses.GET in str(excinfo.value)
- 
- # check that assert_all_requests_are_fired default to True
- with pytest.raises(AssertionError):

Copied: python-responses/repos/community-any/pytest5.patch (from rev 1037015, 
python-responses/trunk/pytest5.patch)
===
--- pytest5.patch   (rev 0)
+++ pytest5.patch   2021-11-04 21:18:21 UTC (rev 1037016)
@@ -0,0 +1,28 @@
+From b9c17412445530298eb28917c1ef3a8f7cff971c Mon Sep 17 00:00:00 2001
+From: Brandon Hong 
+Date: Wed, 9 Oct 2019 15:18:56 +0800
+Subject: [PATCH] Fix testcase test_assert_all_requests_are_fired failure
+
+Pytest 5.0.0 changed ExceptionInfo object's str() to returns the 

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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:18:07
  Author: felixonmars
Revision: 1037014

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 1037013, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 21:18:00 UTC (rev 1037013)
+++ PKGBUILD2021-11-04 21:18:07 UTC (rev 1037014)
@@ -1,64 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=8.1.2
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'node-gyp' 'nodejs-nopt' 'semver')
-# libgl: TODO
-# libvips: for sharp (doc build) (disabled as current version of gatsby 
imports a broken sharp)
-# libxi: for cwebp (doc build)
-makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
-sha512sums=('d8317209d0f2b7f53e68ded87d5020cad0b3b1491b7b2fb89f2c207d4b6f4f615ef63047b109881e3d86ae0600867e37f695d16f9033641b9c3a0575eff981d3')
-
-prepare() {
-  cd cli-$pkgver
-  mkdir -p node_modules/.bin
-  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
-
-  # Use local marked/marked-man
-  sed -i 's|node bin/npm-cli.js install marked|true |' Makefile
-
-  # Don't build twice
-  sed -i 's/install: all/install:/' Makefile
-
-  mkdir -p man/man1
-}
-
-build() {
-  cd cli-$pkgver
-  NODE_PATH=/usr/lib/node_modules make
-}
-
-package() {
-  cd cli-$pkgver
-  node bin/npm-cli.js install -g -f --prefix="$pkgdir/usr" $(node 
bin/npm-cli.js pack | tail -1)
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  # Experimental dedup
-  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
-  rm -r "$_npmdir"/node_modules/{,.bin/}semver
-  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
-  rm -r "$_npmdir"/node_modules/{,.bin/}nopt
-  sed -i 
's|../../node_modules/node-gyp/bin/node-gyp.js|../../../node-gyp/bin/node-gyp.js|'
 \
-"$_npmdir"/bin/node-gyp-bin/node-gyp
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  node "$srcdir"/cli-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm
-
-  mv "$pkgdir"/usr/lib/node_modules/npm/man "$pkgdir"/usr/share/
-
-  install -Dm644 "$srcdir"/cli-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 1037013, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 21:18:07 UTC (rev 1037014)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=8.1.3
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'node-gyp' 'nodejs-nopt' 'semver')
+# libgl: TODO
+# libvips: for sharp (doc build) (disabled as current version of gatsby 
imports a broken sharp)
+# libxi: for cwebp (doc build)
+makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
+sha512sums=('0d0ab795e668969a41b362d21741fe0e1403790d8fa25c18ad18c59adfac52cc10d7a7689e3b2b4040cd88e476fb7dba1fc8fad1d7603b623eb49cfd12ac5a83')
+
+prepare() {
+  cd cli-$pkgver
+  mkdir -p node_modules/.bin
+  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
+
+  # Use local marked/marked-man
+  sed -i 's|node bin/npm-cli.js install marked|true |' Makefile
+
+  # Don't build twice
+  sed -i 's/install: all/install:/' Makefile
+
+  mkdir -p man/man1
+}
+
+build() {
+  cd cli-$pkgver
+  NODE_PATH=/usr/lib/node_modules make
+}
+
+package() {
+  cd cli-$pkgver
+  node bin/npm-cli.js install -g -f --prefix="$pkgdir/usr" $(node 
bin/npm-cli.js pack | tail -1)
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  # Experimental dedup
+  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
+  rm -r "$_npmdir"/node_modules/{,.bin/}semver
+  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
+  rm -r "$_npmdir"/node_modules/{,.bin/}nopt
+  sed -i 
's|../../node_modules/node-gyp/bin/node-gyp.js|../../../node-gyp/bin/node-gyp.js|'
 \
+

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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:18:11
  Author: felixonmars
Revision: 1037015

upgpkg: python-responses 0.15.0-1

Modified:
  python-responses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:18:07 UTC (rev 1037014)
+++ PKGBUILD2021-11-04 21:18:11 UTC (rev 1037015)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-responses
-pkgver=0.14.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc='A utility library for mocking out the `requests` Python library.'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-localserver')
 
source=("https://github.com/getsentry/responses/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('0582a9e3f3b0e2e8a29e5f88c240f449c19466763bcfcdacd17aac34798dcab8e84e39c56a68a6f41671ac64f3f63f7ba899b12647cbd0b6116c80d168dbbb31')
+sha512sums=('bb9bd01b20cc57be83b20426733e03800f6e06acc020d0cd12bc3ede0658a08b3b2efde95f13f441d3b9f671cd07a46a3a901be0ad4aa1058d466d5ab4d8ea93')
 
 build() {
   cd responses-$pkgver



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:18:00
  Author: felixonmars
Revision: 1037013

upgpkg: npm 8.1.3-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:17:29 UTC (rev 1037012)
+++ PKGBUILD2021-11-04 21:18:00 UTC (rev 1037013)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=8.1.2
+pkgver=8.1.3
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz;)
-sha512sums=('d8317209d0f2b7f53e68ded87d5020cad0b3b1491b7b2fb89f2c207d4b6f4f615ef63047b109881e3d86ae0600867e37f695d16f9033641b9c3a0575eff981d3')
+sha512sums=('0d0ab795e668969a41b362d21741fe0e1403790d8fa25c18ad18c59adfac52cc10d7a7689e3b2b4040cd88e476fb7dba1fc8fad1d7603b623eb49cfd12ac5a83')
 
 prepare() {
   cd cli-$pkgver



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:17:29
  Author: felixonmars
Revision: 1037012

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 1037011, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 1037011, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 1037011, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 1037011, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 1037011, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 1037011, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 1037011, 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 2021-11-04 21:17:11 UTC (rev 1037011)
+++ LICENSE 2021-11-04 21:17:29 UTC (rev 1037012)
@@ -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 1037011, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2021-11-04 21:17:29 UTC (rev 1037012)
@@ -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
===
--- PKGBUILD2021-11-04 21:17:11 UTC (rev 1037011)
+++ PKGBUILD2021-11-04 21:17:29 UTC (rev 1037012)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.318
-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')

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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:17:11
  Author: felixonmars
Revision: 1037011

upgpkg: jenkins 2.319-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:17:01 UTC (rev 1037010)
+++ PKGBUILD2021-11-04 21:17:11 UTC (rev 1037011)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.318
+pkgver=2.319
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('8cedc9f4da2852247b692aac0b375900a9a0dd5c979da671d7b4e8db9d3e185f902ee5a840b0ba622ff86f13f40910acc87283782e4be239e8acc75ce6d34155'
+sha512sums=('67954544699aac446ae172c1a9b08913821f21ceb1858a0e7e63e5105ef24354424f1ecbeee551d2b3c1cd02a1aa67f28c463f3bba3964ae3ee9efbbe528db82'
 
'7a81b2fd0ce91da42bacf35615fd7cb0352a0316b78b41fe180ba531848ca85b1f1df1573ab5707d9aebb36bacc51c81bc200f80cf41f1d1903309c1478d50f8'
 
'320e3d7bcdb78861e829e97be3ec37b8f1846737032ba70f624dfc5be86569d527279f53654a4a22d78b816ff1b07df429725a1d0a8059d44900d1095d1189ab'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:17:01
  Author: felixonmars
Revision: 1037010

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-neat-interpolation/repos/community-staging-x86_64/
  haskell-neat-interpolation/repos/community-staging-x86_64/PKGBUILD
(from rev 1037009, haskell-neat-interpolation/trunk/PKGBUILD)

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

Copied: haskell-neat-interpolation/repos/community-staging-x86_64/PKGBUILD 
(from rev 1037009, haskell-neat-interpolation/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 21:17:01 UTC (rev 1037010)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=neat-interpolation
+pkgname=haskell-neat-interpolation
+pkgver=0.5.1.2
+pkgrel=166
+pkgdesc="A quasiquoter for neat and simple multiline text interpolation"
+url="https://github.com/nikita-volkov/neat-interpolation;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('147bfca831dccc4646cce7c91635d3885049c67c93c3da83a774eaf1c7f485fba14e695efa173fd3a125380c13d70fe3ca017c2179e161d8e53d60278bb0b7a8')
+
+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 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+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-neat-interpolation/trunk (PKGBUILD)

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:16:54
  Author: felixonmars
Revision: 1037009

upgpkg: haskell-neat-interpolation 0.5.1.2-166: rebuild with megaparsec 9.2.0

Modified:
  haskell-neat-interpolation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:16:20 UTC (rev 1037008)
+++ PKGBUILD2021-11-04 21:16:54 UTC (rev 1037009)
@@ -4,7 +4,7 @@
 _hkgname=neat-interpolation
 pkgname=haskell-neat-interpolation
 pkgver=0.5.1.2
-pkgrel=165
+pkgrel=166
 pkgdesc="A quasiquoter for neat and simple multiline text interpolation"
 url="https://github.com/nikita-volkov/neat-interpolation;
 license=("MIT")



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

2021-11-04 Thread Morten Linderud via arch-commits
Date: Thursday, November 4, 2021 @ 21:16:20
  Author: foxboron
Revision: 1037008

archrelease: copy trunk to community-x86_64

Added:
  bucklespring/repos/community-x86_64/PKGBUILD
(from rev 1037007, bucklespring/trunk/PKGBUILD)
Deleted:
  bucklespring/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 21:16:14 UTC (rev 1037007)
+++ PKGBUILD2021-11-04 21:16:20 UTC (rev 1037008)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=bucklespring
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
-arch=('i686' 'x86_64')
-url="https://github.com/zevv/bucklespring;
-license=('MIT')
-depends=('openal' 'alure' 'libxtst' 'dumb' 'mpg123')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/${pkgver}.tar.gz;)
-sha256sums=('0b9505abde912775dd78d8396d2282a6d89e3ad3342b3f150c207becb40d34ab')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PATH_AUDIO=/usr/share/bucklespring
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm755 buckle "$pkgdir"/usr/bin/buckle
-  install -Dm644 -t "$pkgdir"/usr/share/bucklespring/ wav/*
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bucklespring/repos/community-x86_64/PKGBUILD (from rev 1037007, 
bucklespring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 21:16:20 UTC (rev 1037008)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+
+pkgname=bucklespring
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
+arch=('i686' 'x86_64')
+url="https://github.com/zevv/bucklespring;
+license=('MIT')
+depends=('openal' 'alure' 'libxtst' 'dumb' 'mpg123')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/v${pkgver}.tar.gz;)
+sha256sums=('8d75d9809aa1f45b6f613bd6547f52a4ba9b207119775e48497c1a17fe98d541')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PATH_AUDIO=/usr/share/bucklespring
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 buckle "$pkgdir"/usr/bin/buckle
+  install -Dm644 -t "$pkgdir"/usr/share/bucklespring/ wav/*
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-11-04 Thread Morten Linderud via arch-commits
Date: Thursday, November 4, 2021 @ 21:16:14
  Author: foxboron
Revision: 1037007

upgpkg: bucklespring 1.5.1-1

Modified:
  bucklespring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:15:37 UTC (rev 1037006)
+++ PKGBUILD2021-11-04 21:16:14 UTC (rev 1037007)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=bucklespring
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
 arch=('i686' 'x86_64')
@@ -8,8 +8,8 @@
 url="https://github.com/zevv/bucklespring;
 license=('MIT')
 depends=('openal' 'alure' 'libxtst' 'dumb' 'mpg123')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/${pkgver}.tar.gz;)
-sha256sums=('0b9505abde912775dd78d8396d2282a6d89e3ad3342b3f150c207becb40d34ab')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/v${pkgver}.tar.gz;)
+sha256sums=('8d75d9809aa1f45b6f613bd6547f52a4ba9b207119775e48497c1a17fe98d541')
 
 build() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:15:37
  Author: felixonmars
Revision: 1037006

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 1037005, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 21:15:29 UTC (rev 1037005)
+++ PKGBUILD2021-11-04 21:15:37 UTC (rev 1037006)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20211025125330
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5d3d72f941bc457c48dff96c968ff753c2ef87e7de33ec24b1c291da67d0be4c424b4feb01127f6708d5fb77831ecb6c573a878b516b0682c6a95c861562af98')
-
-build() {
-  cd domain-list-community-$pkgver
-  go run main.go
-}
-
-package() {
-  cd domain-list-community-$pkgver
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
1037005, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 21:15:37 UTC (rev 1037006)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20211103073737
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('12b41f3eabde51a14af90f6d415852edbda27829207407cd38d8ac1ab86b59561cdfb9f8cf6dbebabeed2e9cec36060347b606f3277fffd383e906d248f310ad')
+
+build() {
+  cd domain-list-community-$pkgver
+  go run main.go
+}
+
+package() {
+  cd domain-list-community-$pkgver
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:15:29
  Author: felixonmars
Revision: 1037005

upgpkg: v2ray-domain-list-community 20211103073737-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:15:24 UTC (rev 1037004)
+++ PKGBUILD2021-11-04 21:15:29 UTC (rev 1037005)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20211025125330
+pkgver=20211103073737
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5d3d72f941bc457c48dff96c968ff753c2ef87e7de33ec24b1c291da67d0be4c424b4feb01127f6708d5fb77831ecb6c573a878b516b0682c6a95c861562af98')
+sha512sums=('12b41f3eabde51a14af90f6d415852edbda27829207407cd38d8ac1ab86b59561cdfb9f8cf6dbebabeed2e9cec36060347b606f3277fffd383e906d248f310ad')
 
 build() {
   cd domain-list-community-$pkgver



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:15:24
  Author: felixonmars
Revision: 1037004

archrelease: copy trunk to community-any

Added:
  v2ray-geoip/repos/community-any/PKGBUILD
(from rev 1037003, v2ray-geoip/trunk/PKGBUILD)
Deleted:
  v2ray-geoip/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 21:15:15 UTC (rev 1037003)
+++ PKGBUILD2021-11-04 21:15:24 UTC (rev 1037004)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202110311208
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2fly/geoip;
-license=('CCPL:by-sa')
-source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('d1513233b50ac7561f913e30f44202821e1be296a1db2a2a3bf4bdcced19d576d46543eeced3de4b190bf9387cc8686e997b3499f87da7722d542daedf828281')
-
-package() {
-  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 1037003, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 21:15:24 UTC (rev 1037004)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202111040028
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2fly/geoip;
+license=('CCPL:by-sa')
+source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
+sha512sums=('17617a42590355f0b7b9b078fb460b854c1a7b9202d9e60d2e85cd4e6c86c3d2ade4f75d0cb1702202ebfd9a477b3642993bd4b30ac09ceb3958b1e1e532f232')
+
+package() {
+  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
+}



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:15:15
  Author: felixonmars
Revision: 1037003

upgpkg: v2ray-geoip 202111040028-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:15:06 UTC (rev 1037002)
+++ PKGBUILD2021-11-04 21:15:15 UTC (rev 1037003)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202110311208
+pkgver=202111040028
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2fly/geoip;
 license=('CCPL:by-sa')
 
source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('d1513233b50ac7561f913e30f44202821e1be296a1db2a2a3bf4bdcced19d576d46543eeced3de4b190bf9387cc8686e997b3499f87da7722d542daedf828281')
+sha512sums=('17617a42590355f0b7b9b078fb460b854c1a7b9202d9e60d2e85cd4e6c86c3d2ade4f75d0cb1702202ebfd9a477b3642993bd4b30ac09ceb3958b1e1e532f232')
 
 package() {
   install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat



[arch-commits] Commit in haskell-hls-eval-plugin/repos (2 files)

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:15:06
  Author: felixonmars
Revision: 1037002

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-eval-plugin/repos/community-staging-x86_64/
  haskell-hls-eval-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1037001, haskell-hls-eval-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-eval-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1037001, haskell-hls-eval-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 21:15:06 UTC (rev 1037002)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-eval-plugin
+pkgname=haskell-hls-eval-plugin
+pkgver=1.1.2.0
+pkgrel=9
+pkgdesc="Eval plugin for Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-quickcheck' 'haskell-aeson' 
'haskell-dlist'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-ghcide'
+ 'haskell-hashable' 'haskell-hls-plugin-api' 'haskell-lens' 
'haskell-lsp'
+ 'haskell-lsp-types' 'haskell-megaparsec' 'haskell-parser-combinators'
+ 'haskell-pretty-simple' 'haskell-safe-exceptions' 'haskell-temporary' 
'haskell-unliftio'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('8597144404060b56aa84d2a6549306924de6aa99ff8fa121f0a3e6fbf2facc979e36dc9304fd041833201044f59e1745574eb1a1e3459b22baf0fae3f40d96e1')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -u ghc-api-compat $_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 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  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
+  # https://github.com/haskell/haskell-language-server/issues/1809
+  runhaskell Setup test --show-details=direct || echo "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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-eval-plugin/trunk (PKGBUILD)

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:14:59
  Author: felixonmars
Revision: 1037001

upgpkg: haskell-hls-eval-plugin 1.1.2.0-9: rebuild with megaparsec 9.2.0

Modified:
  haskell-hls-eval-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:14:39 UTC (rev 1037000)
+++ PKGBUILD2021-11-04 21:14:59 UTC (rev 1037001)
@@ -3,7 +3,7 @@
 _hkgname=hls-eval-plugin
 pkgname=haskell-hls-eval-plugin
 pkgver=1.1.2.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Eval plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



[arch-commits] Commit in perl-ppix-regexp/repos/community-any (PKGBUILD PKGBUILD)

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:14:39
  Author: felixonmars
Revision: 1037000

archrelease: copy trunk to community-any

Added:
  perl-ppix-regexp/repos/community-any/PKGBUILD
(from rev 1036999, perl-ppix-regexp/trunk/PKGBUILD)
Deleted:
  perl-ppix-regexp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 21:14:31 UTC (rev 1036999)
+++ PKGBUILD2021-11-04 21:14:39 UTC (rev 1037000)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-ppix-regexp
-pkgver=0.080
-pkgrel=2
-pkgdesc="Parse regular expressions"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/PPIx-Regexp;
-depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz;)
-sha512sums=('6e4f91b1544d4f87079296e7032114dad55505647523ae21638ac157d3f9b47da644829b0813d35383a7d870149ccc58c77f73f3794a004f5634403c891e6254')
-
-build() {
-  cd PPIx-Regexp-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd PPIx-Regexp-$pkgver
-  make test
-}
-
-package() {
-  cd PPIx-Regexp-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-ppix-regexp/repos/community-any/PKGBUILD (from rev 1036999, 
perl-ppix-regexp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 21:14:39 UTC (rev 1037000)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-ppix-regexp
+pkgver=0.081
+pkgrel=1
+pkgdesc="Parse regular expressions"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/PPIx-Regexp;
+depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz;)
+sha512sums=('823b9e409ad1ae0c0fea3584817e26002e3ec657b7cf5b0b8a9f36fc26fae54b3f668ae49e8a34bfbd4f794a2b6c532df6fdd2f0fffb893d096b6638eb5b57ac')
+
+build() {
+  cd PPIx-Regexp-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd PPIx-Regexp-$pkgver
+  make test
+}
+
+package() {
+  cd PPIx-Regexp-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:14:31
  Author: felixonmars
Revision: 1036999

upgpkg: perl-ppix-regexp 0.081-1

Modified:
  perl-ppix-regexp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:14:10 UTC (rev 1036998)
+++ PKGBUILD2021-11-04 21:14:31 UTC (rev 1036999)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-ppix-regexp
-pkgver=0.080
-pkgrel=2
+pkgver=0.081
+pkgrel=1
 pkgdesc="Parse regular expressions"
 arch=('any')
 license=('PerlArtistic')
@@ -10,7 +10,7 @@
 depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz;)
-sha512sums=('6e4f91b1544d4f87079296e7032114dad55505647523ae21638ac157d3f9b47da644829b0813d35383a7d870149ccc58c77f73f3794a004f5634403c891e6254')
+sha512sums=('823b9e409ad1ae0c0fea3584817e26002e3ec657b7cf5b0b8a9f36fc26fae54b3f668ae49e8a34bfbd4f794a2b6c532df6fdd2f0fffb893d096b6638eb5b57ac')
 
 build() {
   cd PPIx-Regexp-$pkgver



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

2021-11-04 Thread Morten Linderud via arch-commits
Date: Thursday, November 4, 2021 @ 21:14:10
  Author: foxboron
Revision: 1036998

archrelease: copy trunk to community-x86_64

Added:
  barrier/repos/community-x86_64/CHANGELOG.rst
(from rev 1036997, barrier/trunk/CHANGELOG.rst)
  barrier/repos/community-x86_64/PKGBUILD
(from rev 1036997, barrier/trunk/PKGBUILD)
Deleted:
  barrier/repos/community-x86_64/CHANGELOG.rst
  barrier/repos/community-x86_64/PKGBUILD

---+
 CHANGELOG.rst |  120 +--
 PKGBUILD  |  192 
 2 files changed, 158 insertions(+), 154 deletions(-)

Deleted: CHANGELOG.rst
===
--- CHANGELOG.rst   2021-11-04 21:14:04 UTC (rev 1036997)
+++ CHANGELOG.rst   2021-11-04 21:14:10 UTC (rev 1036998)
@@ -1,60 +0,0 @@
-Changelog for package base ``barrier``
-==
-
-2.3.2-1 - 2019-10-12
-
-
-- Updated to upstream release 2.3.2_, for which there is no upstream
-  changelog available (apart from the VCS history).
-
-2.3.1-1 - 2019-09-25
-
-
-- Updated to upstream release 2.3.1_.
-
-  Upstream release notes since version 2.1.2_:
-
-  * Fixes for the international US keyboard (2.3.1_)
-  * Misc. Fixes and Improvements (2.3.0_)
-
-2.1.2-2 - 2018-12-29
-
-
-- The ``barrier`` package now only contains the Barrier GUI, while
-  a new package ``barrier-headless`` contains the server and client
-  CLI binaries. Users that don't require the GUI can now install only
-  the ``barrier-headless`` package and avoid the ``qt5-base`` dependency
-  required by the Barrier GUI.
-
-  The ``barrier`` package automatically pulls in the ``barrier-headless``
-  package.
-
-2.1.2-1 - 2018-12-29
-
-
-- Updated to upstream release 2.1.2_, for which there is no upstream
-  changelog available (apart from the VCS history).
-
-**Note:** While this release has been tagged as ``2.1.2`` by upstream,
-the actual version number shown by the Barrier programs is ``2.2.0``.
-
-2.1.1-2 - 2018-05-30
-
-
-- Work around Barrier `issue 49`_.
-
-2.1.1-1 - 2018-05-20
-
-
-- Updated to upstream release 2.1.1_, which contains the following
-  changes:
-
-  * Fixed ``.desktop`` file.
-
-
-.. _2.1.1: https://github.com/debauchee/barrier/releases/tag/v2.1.1
-.. _2.1.2: https://github.com/debauchee/barrier/releases/tag/v2.1.2
-.. _2.3.0: https://github.com/debauchee/barrier/releases/tag/v2.3.0
-.. _2.3.1: https://github.com/debauchee/barrier/releases/tag/v2.3.1
-.. _2.3.2: https://github.com/debauchee/barrier/releases/tag/v2.3.2
-.. _issue 49: https://github.com/debauchee/barrier/issues/49

Copied: barrier/repos/community-x86_64/CHANGELOG.rst (from rev 1036997, 
barrier/trunk/CHANGELOG.rst)
===
--- CHANGELOG.rst   (rev 0)
+++ CHANGELOG.rst   2021-11-04 21:14:10 UTC (rev 1036998)
@@ -0,0 +1,60 @@
+Changelog for package base ``barrier``
+==
+
+2.3.2-1 - 2019-10-12
+
+
+- Updated to upstream release 2.3.2_, for which there is no upstream
+  changelog available (apart from the VCS history).
+
+2.3.1-1 - 2019-09-25
+
+
+- Updated to upstream release 2.3.1_.
+
+  Upstream release notes since version 2.1.2_:
+
+  * Fixes for the international US keyboard (2.3.1_)
+  * Misc. Fixes and Improvements (2.3.0_)
+
+2.1.2-2 - 2018-12-29
+
+
+- The ``barrier`` package now only contains the Barrier GUI, while
+  a new package ``barrier-headless`` contains the server and client
+  CLI binaries. Users that don't require the GUI can now install only
+  the ``barrier-headless`` package and avoid the ``qt5-base`` dependency
+  required by the Barrier GUI.
+
+  The ``barrier`` package automatically pulls in the ``barrier-headless``
+  package.
+
+2.1.2-1 - 2018-12-29
+
+
+- Updated to upstream release 2.1.2_, for which there is no upstream
+  changelog available (apart from the VCS history).
+
+**Note:** While this release has been tagged as ``2.1.2`` by upstream,
+the actual version number shown by the Barrier programs is ``2.2.0``.
+
+2.1.1-2 - 2018-05-30
+
+
+- Work around Barrier `issue 49`_.
+
+2.1.1-1 - 2018-05-20
+
+
+- Updated to upstream release 2.1.1_, which contains the following
+  changes:
+
+  * Fixed ``.desktop`` file.
+
+
+.. _2.1.1: https://github.com/debauchee/barrier/releases/tag/v2.1.1
+.. _2.1.2: https://github.com/debauchee/barrier/releases/tag/v2.1.2
+.. _2.3.0: https://github.com/debauchee/barrier/releases/tag/v2.3.0
+.. _2.3.1: https://github.com/debauchee/barrier/releases/tag/v2.3.1
+.. _2.3.2: https://github.com/debauchee/barrier/releases/tag/v2.3.2
+.. _issue 49: https://github.com/debauchee/barrier/issues/49


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

2021-11-04 Thread Morten Linderud via arch-commits
Date: Thursday, November 4, 2021 @ 21:14:04
  Author: foxboron
Revision: 1036997

upgpkg: barrier 2.4.0-1

Modified:
  barrier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 21:10:42 UTC (rev 1036996)
+++ PKGBUILD2021-11-04 21:14:04 UTC (rev 1036997)
@@ -2,7 +2,7 @@
 # Contributor: Tilman BLUMENBACH 
 
 pkgname=(barrier barrier-headless)
-pkgver=2.3.3
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="Open-source KVM software based on Synergy"
 arch=(x86_64)
@@ -12,20 +12,24 @@
 depends=(curl avahi libx11 libxrandr libxext
 libxinerama xorgproto libxtst libxi
 libsm libice openssl)
-makedepends=(cmake qt5-base hicolor-icon-theme gtest gmock)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/debauchee/barrier/archive/v${pkgver}.tar.gz;)
-sha256sums=('259e75c150ca16d9db51870b026dc7aad56c410fa3d2f5fdccc19d4b6024bdc5')
+makedepends=(cmake git qt5-base hicolor-icon-theme)
+source=("git+https://github.com/debauchee/barrier.git#tag=v${pkgver};)
+sha256sums=('SKIP')
 
 prepare() {
-cd "barrier-${pkgver}"
-# Doesn't build!
-rm -rf ext/{gmock,gtest}
-sed -i 's|add_library.*||g' src/test/CMakeLists.txt 
-sed -i 's|set_target_properties.*||g' src/test/CMakeLists.txt 
+cd "barrier"
+git submodule update --init --recursive
+# lib/platform: Fix encoding for text copied between linux and windows
+# 
https://github.com/debauchee/barrier/commit/dd3ea8adfef868e52098ea24d2ed08320a90e3b9
+git cherry-pick -n dd3ea8adfef868e52098ea24d2ed08320a90e3b9
+
+# Add missing cstddef includes for NULL
+# 
https://github.com/debauchee/barrier/commit/4b12265ae5d324b942698a3177e1d8b1749414d7
+git cherry-pick -n 4b12265ae5d324b942698a3177e1d8b1749414d7
 }
 
 build() {
-cd "barrier-${pkgver}"
+cd "barrier"
 
 mkdir -p build
 cd build
@@ -42,7 +46,7 @@
 
 _package_common() {
 # Install binaries:
-cd "barrier-${pkgver}/build"
+cd "barrier/build"
 DESTDIR="${pkgdir}" make install
 
 # Install the license:



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:10:42
  Author: felixonmars
Revision: 1036996

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-megaparsec/repos/community-staging-x86_64/PKGBUILD (from rev 
1036995, haskell-megaparsec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 21:10:42 UTC (rev 1036996)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=megaparsec
+pkgname=haskell-megaparsec
+pkgver=9.2.0
+pkgrel=1
+pkgdesc="Monadic parser combinators"
+url="https://github.com/mrkkrp/megaparsec;
+license=("custom:BSD2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-parser-combinators'
+ 'haskell-scientific')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9536c4a619c8a310fa1a360bd70179c54113bc0b66d55f0698d89589b527c8e8ed2a818a13b50fc0ad8f3b8210f1a9f6442e3403f24936cb827b14336cb074fe')
+
+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 
--ghc-option=-fllvm \
+-f-dev
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 21:10:35
  Author: felixonmars
Revision: 1036995

upgpkg: haskell-megaparsec 9.2.0-1: rebuild with megaparsec 9.2.0

Modified:
  haskell-megaparsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 20:59:59 UTC (rev 1036994)
+++ PKGBUILD2021-11-04 21:10:35 UTC (rev 1036995)
@@ -3,8 +3,8 @@
 
 _hkgname=megaparsec
 pkgname=haskell-megaparsec
-pkgver=9.1.0
-pkgrel=13
+pkgver=9.2.0
+pkgrel=1
 pkgdesc="Monadic parser combinators"
 url="https://github.com/mrkkrp/megaparsec;
 license=("custom:BSD2")
@@ -13,7 +13,7 @@
  'haskell-scientific')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('0a6cddc9c322f5bb6cd730bc766246e5b2ad03c62494853b1af78d7ea11422117ccdae46e7a2e42f02386a93d877b80a88df39b311f24ea4412b66db01fb')
+sha512sums=('9536c4a619c8a310fa1a360bd70179c54113bc0b66d55f0698d89589b527c8e8ed2a818a13b50fc0ad8f3b8210f1a9f6442e3403f24936cb827b14336cb074fe')
 
 build() {
 cd $_hkgname-$pkgver



[arch-commits] Commit in vscode-languageservers/repos/community-any (2 files)

2021-11-04 Thread Daniel M. Capella via arch-commits
Date: Thursday, November 4, 2021 @ 20:44:26
  Author: polyzen
Revision: 1036991

archrelease: copy trunk to community-any

Added:
  vscode-languageservers/repos/community-any/PKGBUILD
(from rev 1036990, vscode-languageservers/trunk/PKGBUILD)
Deleted:
  vscode-languageservers/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 20:44:04 UTC (rev 1036990)
+++ PKGBUILD2021-11-04 20:44:26 UTC (rev 1036991)
@@ -1,65 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Ilango Rajagopal 
-
-pkgname=('vscode-css-languageserver' 'vscode-html-languageserver' 
'vscode-json-languageserver')
-pkgbase=vscode-languageservers
-pkgver=1.61.0
-pkgrel=1
-pkgdesc='VS Code language servers'
-arch=('any')
-url=https://github.com/Microsoft/vscode
-license=('MIT')
-depends=('nodejs')
-makedepends=('git' 'typescript' 'yarn')
-source=("git+$url.git#tag=$pkgver")
-b2sums=('SKIP')
-
-prepare() {
-  for i in 'css' 'html' 'json'; do
-pushd vscode/extensions/$i-language-features/server
-yarn --frozen-lockfile
-popd
-  done
-}
-
-build() {
-  for i in 'css' 'html' 'json'; do
-pushd vscode/extensions/$i-language-features/server
-tsc || true
-popd
-  done
-}
-
-_package() {
-  install -d "$pkgdir"/usr/{bin,lib/node_modules/"$1"}
-
-  cd vscode/extensions
-
-  case "$1" in
-vscode-css-languageserver)
-  pkgdesc='VS Code CSS language server'
-
-  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/cssServerMain');" > 
"$pkgdir"/usr/bin/"$1"
-  cd css-language-features/server;;
-vscode-html-languageserver)
-  pkgdesc='VS Code HTML language server'
-
-  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/htmlServerMain');" > 
"$pkgdir"/usr/bin/"$1"
-  cd html-language-features/server;;
-vscode-json-languageserver)
-  pkgdesc='VS Code JSON language server'
-
-  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/jsonServerMain');" > 
"$pkgdir"/usr/bin/"$1"
-  cd json-language-features/server;;
-  esac
-
-  chmod +x "$pkgdir"/usr/bin/"$1"
-  rm -r node_modules/@types
-  cp -r node_modules out package.json "$pkgdir"/usr/lib/node_modules/"$1"
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/"$1" \
-"$srcdir"/vscode/LICENSE.txt
-}
-
-for _pkgname in "${pkgname[@]}"; do
-  eval "package_$_pkgname() { _package $_pkgname; }"
-done

Copied: vscode-languageservers/repos/community-any/PKGBUILD (from rev 1036990, 
vscode-languageservers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 20:44:26 UTC (rev 1036991)
@@ -0,0 +1,65 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Ilango Rajagopal 
+
+pkgname=('vscode-css-languageserver' 'vscode-html-languageserver' 
'vscode-json-languageserver')
+pkgbase=vscode-languageservers
+pkgver=1.62.0
+pkgrel=1
+pkgdesc='VS Code language servers'
+arch=('any')
+url=https://github.com/Microsoft/vscode
+license=('MIT')
+depends=('nodejs')
+makedepends=('git' 'typescript' 'yarn')
+source=("git+$url.git#tag=$pkgver")
+b2sums=('SKIP')
+
+prepare() {
+  for i in 'css' 'html' 'json'; do
+pushd vscode/extensions/$i-language-features/server
+yarn --frozen-lockfile
+popd
+  done
+}
+
+build() {
+  for i in 'css' 'html' 'json'; do
+pushd vscode/extensions/$i-language-features/server
+tsc || true
+popd
+  done
+}
+
+_package() {
+  install -d "$pkgdir"/usr/{bin,lib/node_modules/"$1"}
+
+  cd vscode/extensions
+
+  case "$1" in
+vscode-css-languageserver)
+  pkgdesc='VS Code CSS language server'
+
+  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/cssServerMain');" > 
"$pkgdir"/usr/bin/"$1"
+  cd css-language-features/server;;
+vscode-html-languageserver)
+  pkgdesc='VS Code HTML language server'
+
+  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/htmlServerMain');" > 
"$pkgdir"/usr/bin/"$1"
+  cd html-language-features/server;;
+vscode-json-languageserver)
+  pkgdesc='VS Code JSON language server'
+
+  printf '%s\n' '#!/usr/bin/env node' 
"require('/usr/lib/node_modules/$1/out/node/jsonServerMain');" > 
"$pkgdir"/usr/bin/"$1"
+  cd json-language-features/server;;
+  esac
+
+  chmod +x "$pkgdir"/usr/bin/"$1"
+  rm -r node_modules/@types
+  cp -r node_modules out package.json "$pkgdir"/usr/lib/node_modules/"$1"
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/"$1" \
+"$srcdir"/vscode/LICENSE.txt
+}
+
+for _pkgname in "${pkgname[@]}"; do
+  eval "package_$_pkgname() { _package $_pkgname; }"
+done



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

2021-11-04 Thread Daniel M. Capella via arch-commits
Date: Thursday, November 4, 2021 @ 20:44:04
  Author: polyzen
Revision: 1036990

upgpkg: vscode-languageservers 1.62.0-1

Modified:
  vscode-languageservers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 20:02:35 UTC (rev 1036989)
+++ PKGBUILD2021-11-04 20:44:04 UTC (rev 1036990)
@@ -3,7 +3,7 @@
 
 pkgname=('vscode-css-languageserver' 'vscode-html-languageserver' 
'vscode-json-languageserver')
 pkgbase=vscode-languageservers
-pkgver=1.61.0
+pkgver=1.62.0
 pkgrel=1
 pkgdesc='VS Code language servers'
 arch=('any')



[arch-commits] Commit in gnome-shell/repos/gnome-unstable-x86_64 (PKGBUILD PKGBUILD)

2021-11-04 Thread Jan Steffens via arch-commits
Date: Thursday, November 4, 2021 @ 20:28:20
  Author: heftig
Revision: 427357

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-shell/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 427356, gnome-shell/trunk/PKGBUILD)
Deleted:
  gnome-shell/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 20:27:49 UTC (rev 427356)
+++ PKGBUILD2021-11-04 20:28:20 UTC (rev 427357)
@@ -1,59 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
-arch=(x86_64)
-license=(GPL)
-depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session gtk4
- gnome-settings-daemon gnome-themes-extra gsettings-desktop-schemas
- libcanberra-pulse libgdm libsecret mutter nm-connection-editor unzip
- gstreamer libibus gnome-autoar gnome-disk-utility gst-plugin-pipewire
- libsoup3)
-makedepends=(gtk-doc gnome-control-center evolution-data-server
- gobject-introspection git meson sassc asciidoc bash-completion)
-checkdepends=(xorg-server-xvfb)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-groups=(gnome)
-_commit=0bf515eb10bfbf32306c5106ac58870941a7c71a  # tags/41.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() (
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  export XDG_RUNTIME_DIR
-
-  dbus-run-session xvfb-run -s '-nolisten local' \
-meson test -C build --print-errorlogs
-)
-
-package() {
-  depends+=(libmutter-9.so)
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gnome-shell/repos/gnome-unstable-x86_64/PKGBUILD (from rev 427356, 
gnome-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 20:28:20 UTC (rev 427357)
@@ -0,0 +1,59 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
+arch=(x86_64)
+license=(GPL)
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session gtk4
+ gnome-settings-daemon gnome-themes-extra gsettings-desktop-schemas
+ libcanberra-pulse libgdm libsecret mutter nm-connection-editor unzip
+ gstreamer libibus gnome-autoar gnome-disk-utility gst-plugin-pipewire
+ libsoup3)
+makedepends=(gtk-doc gnome-control-center evolution-data-server
+ gobject-introspection git meson sassc asciidoc bash-completion)
+checkdepends=(xorg-server-xvfb)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+_commit=a1b537eebf1b7cfb7249fa33c7fbb9ee6ac55b69  # tags/41.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  export XDG_RUNTIME_DIR
+
+  dbus-run-session xvfb-run -s '-nolisten local' \
+meson test -C build --print-errorlogs
+)
+
+package() {
+  depends+=(libmutter-9.so)
+  meson install -C build --destdir "$pkgdir"
+}



[arch-commits] Commit in mutter/repos/gnome-unstable-x86_64 (PKGBUILD PKGBUILD)

2021-11-04 Thread Jan Steffens via arch-commits
Date: Thursday, November 4, 2021 @ 20:28:21
  Author: heftig
Revision: 427358

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  mutter/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 427356, mutter/trunk/PKGBUILD)
Deleted:
  mutter/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 20:28:20 UTC (rev 427357)
+++ PKGBUILD2021-11-04 20:28:21 UTC (rev 427358)
@@ -1,68 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=41.0
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-url="https://gitlab.gnome.org/GNOME/mutter;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
- libcanberra startup-notification zenity libsm gnome-desktop upower
- libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire
- xorg-xwayland graphene libxkbfile)
-makedepends=(gobject-introspection git egl-wayland meson xorg-server
- wayland-protocols)
-checkdepends=(xorg-server-xvfb pipewire-media-session python-dbusmock)
-provides=(libmutter-9.so)
-groups=(gnome)
-_commit=f5daf0f1b93fedd7fce5ac34c77162dfba3ba7c3  # tags/41.0^0
-source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
-  LDFLAGS+=" -Wl,-Bsymbolic-functions"
-  arch-meson $pkgname build \
--D egl_device=true \
--D wayland_eglstream=true \
--D installed_tests=false \
--D profiler=false
-  meson compile -C build
-}
-
-_check() (
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
-  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
-
-  pipewire &
-  _p1=$!
-
-  pipewire-media-session &
-  _p2=$!
-
-  trap "kill $_p1 $_p2; wait" EXIT
-
-  meson test -C build --print-errorlogs
-)
-
-check() {
-  dbus-run-session xvfb-run -s '-nolisten local' \
-bash -c "$(declare -f _check); _check"
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: mutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 427356, 
mutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 20:28:21 UTC (rev 427358)
@@ -0,0 +1,68 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=41.1
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://gitlab.gnome.org/GNOME/mutter;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire
+ xorg-xwayland graphene libxkbfile)
+makedepends=(gobject-introspection git egl-wayland meson xorg-server
+ wayland-protocols)
+checkdepends=(xorg-server-xvfb pipewire-media-session python-dbusmock)
+provides=(libmutter-9.so)
+groups=(gnome)
+_commit=8de96d3d7c40e6b5289fd707fdd5e6d604f33e8f  # tags/41.1^0
+source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
+  LDFLAGS+=" -Wl,-Bsymbolic-functions"
+  arch-meson $pkgname build \
+-D egl_device=true \
+-D wayland_eglstream=true \
+-D installed_tests=false \
+-D profiler=false
+  meson compile -C build
+}
+
+_check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
+  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
+
+  pipewire &
+  _p1=$!
+
+  pipewire-media-session &
+  _p2=$!
+
+  trap "kill $_p1 $_p2; wait" EXIT
+
+  meson test -C build --print-errorlogs
+)
+
+check() {
+  dbus-run-session xvfb-run -s '-nolisten local' \
+bash -c "$(declare -f _check); _check"
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-11-04 Thread Jan Steffens via arch-commits
Date: Thursday, November 4, 2021 @ 20:27:49
  Author: heftig
Revision: 427356

41.1-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 20:24:12 UTC (rev 427355)
+++ PKGBUILD2021-11-04 20:27:49 UTC (rev 427356)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
 sha256sums=('SKIP'



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

2021-11-04 Thread Jan Steffens via arch-commits
Date: Thursday, November 4, 2021 @ 20:24:12
  Author: heftig
Revision: 427355

41.1-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 18:35:43 UTC (rev 427354)
+++ PKGBUILD2021-11-04 20:24:12 UTC (rev 427355)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=41.0
+pkgver=41.1
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter;
@@ -18,7 +18,7 @@
 checkdepends=(xorg-server-xvfb pipewire-media-session python-dbusmock)
 provides=(libmutter-9.so)
 groups=(gnome)
-_commit=f5daf0f1b93fedd7fce5ac34c77162dfba3ba7c3  # tags/41.0^0
+_commit=8de96d3d7c40e6b5289fd707fdd5e6d604f33e8f  # tags/41.1^0
 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2021-11-04 Thread Frederik Schwan via arch-commits
Date: Thursday, November 4, 2021 @ 20:02:06
  Author: freswa
Revision: 1036988

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 20:02:03 UTC (rev 1036987)
+++ PKGBUILD2021-11-04 20:02:06 UTC (rev 1036988)
@@ -1,23 +0,0 @@
-# Maintainer: Frederik Schwan 
-
-pkgname=python-bracex
-pkgver=2.2
-pkgrel=1
-pkgdesc='Bash style brace expansion for Python'
-arch=('any')
-url='https://github.com/facelessuser/bracex'
-license=('MIT')
-makedepends=('python-setuptools')
-source=("https://github.com/facelessuser/bracex/archive/${pkgver}/bracex-${pkgver}.tar.gz;)
-b2sums=('18e14711840c02c814c44c0f7f939e69091d34f8e1d25494e802ce5d5ae1debce73bb9cb7cf27ff6e431cc7a71e2fc3f247109c2b24875af5c06aba315028e8f')
-
-build() {
-  cd bracex-${pkgver}
-  python3 setup.py build
-}
-
-package() {
-  cd bracex-${pkgver}
-  python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-bracex/repos/community-any/PKGBUILD (from rev 1036987, 
python-bracex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 20:02:06 UTC (rev 1036988)
@@ -0,0 +1,23 @@
+# Maintainer: Frederik Schwan 
+
+pkgname=python-bracex
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Bash style brace expansion for Python'
+arch=('any')
+url='https://github.com/facelessuser/bracex'
+license=('MIT')
+makedepends=('python-setuptools')
+source=("https://github.com/facelessuser/bracex/archive/${pkgver}/bracex-${pkgver}.tar.gz;)
+b2sums=('e9eb12dd70b3cf1c6abd8a59f19d8f77f8fc85e07efad02a2c0213266b93641406d05fa8454b2b4cd6870b7f866a22c0b2132d690444f1910a599c9b17594065')
+
+build() {
+  cd bracex-${pkgver}
+  python3 setup.py build
+}
+
+package() {
+  cd bracex-${pkgver}
+  python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



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

2021-11-04 Thread Frederik Schwan via arch-commits
Date: Thursday, November 4, 2021 @ 20:02:03
  Author: freswa
Revision: 1036987

upgpkg: python-bracex 2.2.1-1

Modified:
  python-bracex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 19:56:34 UTC (rev 1036986)
+++ PKGBUILD2021-11-04 20:02:03 UTC (rev 1036987)
@@ -1,7 +1,7 @@
 # Maintainer: Frederik Schwan 
 
 pkgname=python-bracex
-pkgver=2.2
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Bash style brace expansion for Python'
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('python-setuptools')
 
source=("https://github.com/facelessuser/bracex/archive/${pkgver}/bracex-${pkgver}.tar.gz;)
-b2sums=('18e14711840c02c814c44c0f7f939e69091d34f8e1d25494e802ce5d5ae1debce73bb9cb7cf27ff6e431cc7a71e2fc3f247109c2b24875af5c06aba315028e8f')
+b2sums=('e9eb12dd70b3cf1c6abd8a59f19d8f77f8fc85e07efad02a2c0213266b93641406d05fa8454b2b4cd6870b7f866a22c0b2132d690444f1910a599c9b17594065')
 
 build() {
   cd bracex-${pkgver}



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

2021-11-04 Thread Morten Linderud via arch-commits
Date: Thursday, November 4, 2021 @ 19:56:34
  Author: foxboron
Revision: 1036986

archrelease: copy trunk to community-x86_64

Added:
  fsverity-utils/repos/community-x86_64/
  fsverity-utils/repos/community-x86_64/PKGBUILD
(from rev 1036985, fsverity-utils/trunk/PKGBUILD)

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

Copied: fsverity-utils/repos/community-x86_64/PKGBUILD (from rev 1036985, 
fsverity-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-11-04 19:56:34 UTC (rev 1036986)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud 
+# Contributor: tinywrkb 
+
+pkgname=fsverity-utils
+pkgver=1.4
+pkgrel=2
+pkgdesc='Userspace utilities for fs-verity'
+url='https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git'
+license=('MIT')
+arch=('x86_64')
+depends=('openssl')
+makedepends=('pandoc')
+source=("${url}/snapshot/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('587f95bb724602fa1682877a3755e7ad557d77ffce77ff8c1e4f97cf1c31147c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make USE_SHARED_LIB=1 PREFIX=/usr DESTDIR=${pkgdir}
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make USE_SHARED_LIB=1 PREFIX=/usr DESTDIR=${pkgdir} install
+  make USE_SHARED_LIB=1 PREFIX=/usr DESTDIR=${pkgdir} install-man
+  install -Dm644 LICENSE -t ${pkgdir}/usr/share/licenses/${pkgname}/
+  install -Dm644 README.md -t ${pkgdir}/usr/share/doc/${pkgname}/
+}



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

2021-11-04 Thread Morten Linderud via arch-commits
Date: Thursday, November 4, 2021 @ 19:56:29
  Author: foxboron
Revision: 1036985

upgpkg: fsverity-utils 1.4-2

Added:
  fsverity-utils/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 19:56:29 UTC (rev 1036985)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud 
+# Contributor: tinywrkb 
+
+pkgname=fsverity-utils
+pkgver=1.4
+pkgrel=2
+pkgdesc='Userspace utilities for fs-verity'
+url='https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git'
+license=('MIT')
+arch=('x86_64')
+depends=('openssl')
+makedepends=('pandoc')
+source=("${url}/snapshot/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('587f95bb724602fa1682877a3755e7ad557d77ffce77ff8c1e4f97cf1c31147c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make USE_SHARED_LIB=1 PREFIX=/usr DESTDIR=${pkgdir}
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make USE_SHARED_LIB=1 PREFIX=/usr DESTDIR=${pkgdir} install
+  make USE_SHARED_LIB=1 PREFIX=/usr DESTDIR=${pkgdir} install-man
+  install -Dm644 LICENSE -t ${pkgdir}/usr/share/licenses/${pkgname}/
+  install -Dm644 README.md -t ${pkgdir}/usr/share/doc/${pkgname}/
+}



[arch-commits] Commit in (fsverity-utils fsverity-utils/repos fsverity-utils/trunk)

2021-11-04 Thread Morten Linderud via arch-commits
Date: Thursday, November 4, 2021 @ 19:56:25
  Author: foxboron
Revision: 1036984

addpkg: fsverity-utils 1.4-2

Added:
  fsverity-utils/
  fsverity-utils/repos/
  fsverity-utils/trunk/



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

2021-11-04 Thread Bruno Pagani via arch-commits
Date: Thursday, November 4, 2021 @ 19:54:53
  Author: archange
Revision: 1036983

archrelease: copy trunk to community-x86_64

Added:
  nemo/repos/community-x86_64/PKGBUILD
(from rev 1036982, nemo/trunk/PKGBUILD)
Deleted:
  nemo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 19:54:28 UTC (rev 1036982)
+++ PKGBUILD2021-11-04 19:54:53 UTC (rev 1036983)
@@ -1,49 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=5.0.4
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('cinnamon-desktop' 'dconf' 'gvfs' 'exempi' 'libexif' 'libnotify' 
'libxml2'
- 'python' 'xapp')
-optdepends=('cinnamon-translations: i18n'
-'ffmpegthumbnailer: support for video thumbnails'
-'catdoc: search helpers support for legacy MS Office files'
-'ghostscript: search helpers support for PostScript files'
-'libgsf: search helpers support for MS Office files'
-'libreoffice: search helpers support for legacy MS Office 
powerpoint files'
-'odt2txt: search helpers support for LibreOffice files'
-'poppler: search helpers support for PDF')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'intltool' 'libgsf')
-source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('e03558d336785d77c1a57d2d100906263d2015330a00d54e2cc0161d9d822740ef5c314062f90a877cee5b031b4b5caf9ebf59f22fb5e15f2e91c75bb239e488')
-b2sums=('4ecafb315673c0939dfb2585e97957ee9d76e9621fbbece2b93d9ed10b24ec86d2c49cdd8d18ac7c8607184752fe2541508a1b626fdce763fdc8ac1b6e713e49')
-
-prepare() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-# Rename 'Files' app name to avoid having the same as nautilus
-sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 
s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in
-}
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib/${pkgname} \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-}

Copied: nemo/repos/community-x86_64/PKGBUILD (from rev 1036982, 
nemo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 19:54:53 UTC (rev 1036983)
@@ -0,0 +1,50 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Eli Schwartz 
+# Contributor: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=5.0.5
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=(x86_64)
+url="https://github.com/linuxmint/${pkgname};
+license=(GPL)
+depends=(cinnamon-desktop dconf gvfs exempi libexif libnotify libxml2
+ python xapp)
+optdepends=('cinnamon-translations: i18n'
+'ffmpegthumbnailer: support for video thumbnails'
+'catdoc: search helpers support for legacy MS Office files'
+'ghostscript: search helpers support for PostScript files'
+'libgsf: search helpers support for MS Office files'
+'libreoffice: search helpers support for legacy MS Office 
powerpoint files'
+'odt2txt: search helpers support for LibreOffice files'
+'poppler: search helpers support for PDF')
+makedepends=(meson samurai gobject-introspection intltool libgsf)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('f77ef249959deb30f7fd03a22c0233fee1e6a122f4b9cf2f6b0f596dee32d41ea6c4cba5d4777ce463d20dfd8ae45a0bb4bac10af81c338da4b567a9338e9a5c')
+b2sums=('8bb212d6af44c0797697ab6eb096dbca58f9616420b29c71cd33b427a982a489bcd6a824827d01a4ab9e698b092d61c5b7baf606fb50e6e817b6dcb46524ad04')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 
s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in
+}
+
+build() {
+  mkdir -p ${pkgname}-${pkgver}/build
+  cd ${pkgname}-${pkgver}/build
+
+  meson --prefix=/usr \
+--libexecdir=lib/${pkgname} \
+--buildtype=plain \
+..
+  samu
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  DESTDIR="${pkgdir}" samu install
+}



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

2021-11-04 Thread Bruno Pagani via arch-commits
Date: Thursday, November 4, 2021 @ 19:54:28
  Author: archange
Revision: 1036982

upgpkg: nemo 5.0.5-1

+PKGBUILD adoption and linting

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 19:48:24 UTC (rev 1036981)
+++ PKGBUILD2021-11-04 19:54:28 UTC (rev 1036982)
@@ -1,16 +1,17 @@
-# Maintainer: Eli Schwartz 
+# Maintainer: Bruno Pagani 
+# Contributor: Eli Schwartz 
 # Contributor: Alexandre Filgueira 
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('cinnamon-desktop' 'dconf' 'gvfs' 'exempi' 'libexif' 'libnotify' 
'libxml2'
- 'python' 'xapp')
+license=(GPL)
+depends=(cinnamon-desktop dconf gvfs exempi libexif libnotify libxml2
+ python xapp)
 optdepends=('cinnamon-translations: i18n'
 'ffmpegthumbnailer: support for video thumbnails'
 'catdoc: search helpers support for legacy MS Office files'
@@ -19,31 +20,31 @@
 'libreoffice: search helpers support for legacy MS Office 
powerpoint files'
 'odt2txt: search helpers support for LibreOffice files'
 'poppler: search helpers support for PDF')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'intltool' 'libgsf')
-source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('e03558d336785d77c1a57d2d100906263d2015330a00d54e2cc0161d9d822740ef5c314062f90a877cee5b031b4b5caf9ebf59f22fb5e15f2e91c75bb239e488')
-b2sums=('4ecafb315673c0939dfb2585e97957ee9d76e9621fbbece2b93d9ed10b24ec86d2c49cdd8d18ac7c8607184752fe2541508a1b626fdce763fdc8ac1b6e713e49')
+makedepends=(meson samurai gobject-introspection intltool libgsf)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('f77ef249959deb30f7fd03a22c0233fee1e6a122f4b9cf2f6b0f596dee32d41ea6c4cba5d4777ce463d20dfd8ae45a0bb4bac10af81c338da4b567a9338e9a5c')
+b2sums=('8bb212d6af44c0797697ab6eb096dbca58f9616420b29c71cd33b427a982a489bcd6a824827d01a4ab9e698b092d61c5b7baf606fb50e6e817b6dcb46524ad04')
 
 prepare() {
-cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
-# Rename 'Files' app name to avoid having the same as nautilus
-sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 
s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 
s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in
 }
 
 build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
+  mkdir -p ${pkgname}-${pkgver}/build
+  cd ${pkgname}-${pkgver}/build
 
-meson --prefix=/usr \
-  --libexecdir=lib/${pkgname} \
-  --buildtype=plain \
-  ..
-samu
+  meson --prefix=/usr \
+--libexecdir=lib/${pkgname} \
+--buildtype=plain \
+..
+  samu
 }
 
 package() {
-cd "${srcdir}"/${pkgname}-${pkgver}/build
+  cd ${pkgname}-${pkgver}/build
 
-DESTDIR="${pkgdir}" samu install
+  DESTDIR="${pkgdir}" samu install
 }



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

2021-11-04 Thread Morten Linderud via arch-commits
Date: Thursday, November 4, 2021 @ 19:48:24
  Author: foxboron
Revision: 1036981

archrelease: copy trunk to community-x86_64

Added:
  rclone/repos/community-x86_64/PKGBUILD
(from rev 1036980, rclone/trunk/PKGBUILD)
Deleted:
  rclone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 19:48:18 UTC (rev 1036980)
+++ PKGBUILD2021-11-04 19:48:24 UTC (rev 1036981)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Morten Linderud 
-
-pkgname=rclone
-pkgver=1.56.2
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('x86_64')
-url="https://rclone.org/;
-license=('MIT')
-depends=('glibc')
-optdepends=('fuse2: for rclone mount')
-makedepends=('python' 'pandoc' 'go' 'git' 'fuse2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('472bc07192f72a6489a11f710995304789c57356e8170dc912955b3b7d2b29dde5c1522d3fa9a3a40b66a1ed91dcc6dd11cee221f5887e54641eb06296721e5a')
-
-prepare() {
-  cd "rclone-$pkgver"
-  sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
-}
-
-build() {
-  cd "rclone-$pkgver"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  PATH="/build/go/bin:$PATH" make TAG=v$pkgver rclone rclone.1 || true
-  PATH="/build/go/bin:$PATH" rclone genautocomplete bash rclone.bash_completion
-  PATH="/build/go/bin:$PATH" rclone genautocomplete zsh rclone.zsh_completion
-}
-
-check() {
-  cd "rclone-$pkgver"
-  PATH="/build/go/bin:$PATH" make TAG=v$pkgver test
-}
-
-package() {
-  cd "rclone-$pkgver"
-
-  install -Dm755 rclone "$pkgdir"/usr/bin/rclone
-
-  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
-  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-x86_64/PKGBUILD (from rev 1036980, 
rclone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 19:48:24 UTC (rev 1036981)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Maintainer: Morten Linderud 
+
+pkgname=rclone
+pkgver=1.57.0
+pkgrel=1
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('x86_64')
+url="https://rclone.org/;
+license=('MIT')
+depends=('glibc')
+optdepends=('fuse2: for rclone mount')
+makedepends=('python' 'pandoc' 'go' 'git' 'fuse2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz;)
+sha512sums=('d0428263b8ee1779f96176574dc17adb73668d56b9dcf6894a0aae4db2990148d785226defa520143df788d4401e1f297faa5c5c645d3c8503c796c06a1d3229')
+
+prepare() {
+  cd "rclone-$pkgver"
+  sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
+}
+
+build() {
+  cd "rclone-$pkgver"
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  PATH="/build/go/bin:$PATH" make TAG=v$pkgver rclone rclone.1 || true
+  PATH="/build/go/bin:$PATH" rclone genautocomplete bash rclone.bash_completion
+  PATH="/build/go/bin:$PATH" rclone genautocomplete zsh rclone.zsh_completion
+}
+
+check() {
+  cd "rclone-$pkgver"
+  PATH="/build/go/bin:$PATH" make TAG=v$pkgver test
+}
+
+package() {
+  cd "rclone-$pkgver"
+
+  install -Dm755 rclone "$pkgdir"/usr/bin/rclone
+
+  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
+  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
+}



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

2021-11-04 Thread Morten Linderud via arch-commits
Date: Thursday, November 4, 2021 @ 19:48:18
  Author: foxboron
Revision: 1036980

upgpkg: rclone 1.57.0-1

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 19:43:21 UTC (rev 1036979)
+++ PKGBUILD2021-11-04 19:48:18 UTC (rev 1036980)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=rclone
-pkgver=1.56.2
+pkgver=1.57.0
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 optdepends=('fuse2: for rclone mount')
 makedepends=('python' 'pandoc' 'go' 'git' 'fuse2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz;)
-sha512sums=('472bc07192f72a6489a11f710995304789c57356e8170dc912955b3b7d2b29dde5c1522d3fa9a3a40b66a1ed91dcc6dd11cee221f5887e54641eb06296721e5a')
+sha512sums=('d0428263b8ee1779f96176574dc17adb73668d56b9dcf6894a0aae4db2990148d785226defa520143df788d4401e1f297faa5c5c645d3c8503c796c06a1d3229')
 
 prepare() {
   cd "rclone-$pkgver"



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

2021-11-04 Thread Morten Linderud via arch-commits
Date: Thursday, November 4, 2021 @ 19:43:21
  Author: foxboron
Revision: 1036979

archrelease: copy trunk to community-x86_64

Added:
  fzf/repos/community-x86_64/PKGBUILD
(from rev 1036978, fzf/trunk/PKGBUILD)
Deleted:
  fzf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 19:43:14 UTC (rev 1036978)
+++ PKGBUILD2021-11-04 19:43:21 UTC (rev 1036979)
@@ -1,78 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Morten Linderud 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Pierre Neidhardt 
-# Contributor: Hermann Zahnweh (eigengrau)
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.27.3
-pkgrel=1
-pkgdesc='Command-line fuzzy finder'
-arch=('x86_64')
-url='https://github.com/junegunn/fzf'
-license=('MIT')
-depends=('bash')
-makedepends=('git' 'go')
-optdepends=('fish: fish keybindings'
-'tmux: fzf-tmux script for launching fzf in a tmux pane'
-'vim: plugin'
-'zsh: zsh keybindings')
-source=("git+https://github.com/junegunn/fzf.git#tag=${pkgver}?signed;)
-validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
-sha512sums=('SKIP')
-
-prepare() {
-   cd "${pkgname}"
-   sed -i 's/-w /-w -linkmode external /' Makefile
-}
-
-build() {
-   cd "${pkgname}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-   make
-}
-
-check() {
-   cd "${pkgname}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-   go test ./...
-}
-
-package() {
-   cd "${pkgname}"
-
-   ## Man page
-   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
-   install -Dm644 man/man1/fzf-tmux.1 
"$pkgdir"/usr/share/man/man1/fzf-tmux.1
-
-   ## License
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
-
-   ## Binaries
-   install -dm755 "$pkgdir"/usr/bin
-   install -m755 bin/fzf-tmux "$pkgdir"/usr/bin/
-   install -Dm755 target/fzf-linux_amd64 "$pkgdir"/usr/bin/fzf
-
-   ## Completion and keybindings
-   install -dm755 "$pkgdir"/usr/share/fzf
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir"/usr/share/fzf
-
-   ## Fish keybindings
-   install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/vendor_functions.d/fzf_key_bindings.fish
-
-   ## Vim plugin
-   install -Dm644 doc/fzf.txt "$pkgdir"/usr/share/vim/vimfiles/doc/fzf.txt
-   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
-}
-

Copied: fzf/repos/community-x86_64/PKGBUILD (from rev 1036978, 
fzf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 19:43:21 UTC (rev 1036979)
@@ -0,0 +1,78 @@
+# Maintainer: Thore Bödecker 
+# Maintainer: Morten Linderud 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Pierre Neidhardt 
+# Contributor: Hermann Zahnweh (eigengrau)
+# Contributor: Andy Weidenbaum 
+# Contributor: foalsrock 
+# Contributor: jebaum 
+
+pkgname=fzf
+pkgver=0.28.0
+pkgrel=1
+pkgdesc='Command-line fuzzy finder'
+arch=('x86_64')
+url='https://github.com/junegunn/fzf'
+license=('MIT')
+depends=('bash')
+makedepends=('git' 'go')
+optdepends=('fish: fish keybindings'
+'tmux: fzf-tmux script for launching fzf in a tmux pane'
+'vim: plugin'
+'zsh: zsh keybindings')
+source=("git+https://github.com/junegunn/fzf.git#tag=${pkgver}?signed;)
+validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
+sha512sums=('SKIP')
+
+prepare() {
+   cd "${pkgname}"
+   sed -i 's/-w /-w -linkmode external /' Makefile
+}
+
+build() {
+   cd "${pkgname}"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+   make
+}
+
+check() {
+   cd "${pkgname}"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+   go test ./...
+}
+
+package() {
+   cd "${pkgname}"
+
+   ## Man page
+   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
+   install -Dm644 

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

2021-11-04 Thread Morten Linderud via arch-commits
Date: Thursday, November 4, 2021 @ 19:43:14
  Author: foxboron
Revision: 1036978

upgpkg: fzf 0.28.0-1

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 19:41:34 UTC (rev 1036977)
+++ PKGBUILD2021-11-04 19:43:14 UTC (rev 1036978)
@@ -8,7 +8,7 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.27.3
+pkgver=0.28.0
 pkgrel=1
 pkgdesc='Command-line fuzzy finder'
 arch=('x86_64')



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

2021-11-04 Thread Morten Linderud via arch-commits
Date: Thursday, November 4, 2021 @ 19:41:34
  Author: foxboron
Revision: 1036977

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 19:41:28 UTC (rev 1036976)
+++ PKGBUILD2021-11-04 19:41:34 UTC (rev 1036977)
@@ -1,81 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Pierre Neidhardt 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgname=go
-epoch=2
-pkgver=1.17.2
-pkgrel=2
-pkgdesc='Core compiler tools for the Go programming language'
-arch=(x86_64)
-url='https://golang.org/'
-license=(BSD)
-makedepends=(git go perl)
-replaces=(go-pie)
-provides=(go-pie)
-options=(!strip staticlibs)
-source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
-validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
-sha256sums=('2255eb3e4e824dd7d5fcdc2e7f84534371c186312e546fb1086a34c17752f431'
-'SKIP')
-
-build() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  export GOPATH="$srcdir/"
-  export GOROOT="$srcdir/$pkgname"
-  export GOBIN="$GOROOT/bin"
-
-  cd "$pkgname/src"
-  ./make.bash --no-clean -v
-
-  PATH="$GOBIN:$PATH" go install -v std
-}
-
-check() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  export GOROOT="$srcdir/$pkgname"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgname/bin:$PATH"
-  export GO_TEST_TIMEOUT_SCALE=3
-
-  cd $pkgname/src
-  ./run.bash --no-rebuild -v -v -v -k
-}
-
-package() {
-  cd "$pkgname"
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go" 
\
-"$pkgdir/usr/lib/go/pkg/linux_amd64_"{dynlink,race}
-
-  cp -a bin pkg src lib misc api test "$pkgdir/usr/lib/go"
-  cp -r doc/* "$pkgdir/usr/share/doc/go"
-
-  ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
-  ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
-  ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
-
-  install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
-
-  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap" "$pkgdir/usr/lib/go/pkg/tool/*/api"
-
-  # TODO: Figure out if really needed
-  rm -rf "$pkgdir"/usr/lib/go/pkg/obj/go-build/*
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: go/repos/community-x86_64/PKGBUILD (from rev 1036976, go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 19:41:34 UTC (rev 1036977)
@@ -0,0 +1,81 @@
+# Maintainer: Morten Linderud 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Pierre Neidhardt 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Rémy Oudompheng 
+# Contributor: Andres Perera 
+# Contributor: Matthew Bauer 
+# Contributor: Christian Himpel 
+# Contributor: Mike Rosset 
+# Contributor: Daniel YC Lin 
+# Contributor: John Luebs 
+
+pkgname=go
+epoch=2
+pkgver=1.17.3
+pkgrel=1
+pkgdesc='Core compiler tools for the Go programming language'
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+makedepends=(git go perl)
+replaces=(go-pie)
+provides=(go-pie)
+options=(!strip staticlibs)
+source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
+validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
+sha256sums=('705c64251e5b25d5d55ede1039c6aa22bea40a7a931d14c370339853643c3df0'
+'SKIP')
+
+build() {
+  export GOARCH=amd64
+  export GOROOT_FINAL=/usr/lib/go
+  export GOROOT_BOOTSTRAP=/usr/lib/go
+  export GOPATH="$srcdir/"
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+
+  cd "$pkgname/src"
+  ./make.bash --no-clean -v
+
+  PATH="$GOBIN:$PATH" go install -v std
+}
+
+check() {
+  export GOARCH=amd64
+  export GOROOT_FINAL=/usr/lib/go
+  export GOROOT_BOOTSTRAP=/usr/lib/go
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+  export PATH="$srcdir/$pkgname/bin:$PATH"
+  export GO_TEST_TIMEOUT_SCALE=3
+
+  cd $pkgname/src
+  ./run.bash --no-rebuild -v -v -v -k
+}
+
+package() {
+  cd "$pkgname"
+
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go" 
\
+"$pkgdir/usr/lib/go/pkg/linux_amd64_"{dynlink,race}
+
+  cp -a bin pkg src lib misc api test "$pkgdir/usr/lib/go"
+  cp -r doc/* "$pkgdir/usr/share/doc/go"
+
+  ln -sf /usr/lib/go/bin/go 

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

2021-11-04 Thread Morten Linderud via arch-commits
Date: Thursday, November 4, 2021 @ 19:41:28
  Author: foxboron
Revision: 1036976

upgpkg: go 2:1.17.3-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 19:14:58 UTC (rev 1036975)
+++ PKGBUILD2021-11-04 19:41:28 UTC (rev 1036976)
@@ -13,8 +13,8 @@
 
 pkgname=go
 epoch=2
-pkgver=1.17.2
-pkgrel=2
+pkgver=1.17.3
+pkgrel=1
 pkgdesc='Core compiler tools for the Go programming language'
 arch=(x86_64)
 url='https://golang.org/'
@@ -25,7 +25,7 @@
 options=(!strip staticlibs)
 source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz{,.asc})
 validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
-sha256sums=('2255eb3e4e824dd7d5fcdc2e7f84534371c186312e546fb1086a34c17752f431'
+sha256sums=('705c64251e5b25d5d55ede1039c6aa22bea40a7a931d14c370339853643c3df0'
 'SKIP')
 
 build() {



[arch-commits] Commit in plasma5-applets-window-buttons/repos/community-x86_64 (2 files)

2021-11-04 Thread Antonio Rojas via arch-commits
Date: Thursday, November 4, 2021 @ 19:14:58
  Author: arojas
Revision: 1036975

archrelease: copy trunk to community-x86_64

Added:
  plasma5-applets-window-buttons/repos/community-x86_64/PKGBUILD
(from rev 1036974, plasma5-applets-window-buttons/trunk/PKGBUILD)
Deleted:
  plasma5-applets-window-buttons/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 19:14:49 UTC (rev 1036974)
+++ PKGBUILD2021-11-04 19:14:58 UTC (rev 1036975)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=plasma5-applets-window-buttons
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='Plasma 5 applet in order to show window buttons in your panels'
-arch=(x86_64)
-url='https://github.com/psifidotos/applet-window-buttons'
-license=(GPL)
-depends=(plasma-workspace)
-makedepends=(extra-cmake-modules)
-conflicts=(libappletdecoration)
-replaces=(libappletdecoration)
-source=(https://github.com/psifidotos/applet-window-buttons/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('76508d05238d74cddf6f88a8260d720c5d2288f8bd537bf59b9d1ce5151c1c91')
-
-build() {
-  cmake -B build -S applet-window-buttons-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: plasma5-applets-window-buttons/repos/community-x86_64/PKGBUILD (from 
rev 1036974, plasma5-applets-window-buttons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 19:14:58 UTC (rev 1036975)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma5-applets-window-buttons
+pkgver=0.10.1
+pkgrel=1
+pkgdesc='Plasma 5 applet in order to show window buttons in your panels'
+arch=(x86_64)
+url='https://github.com/psifidotos/applet-window-buttons'
+license=(GPL)
+depends=(plasma-workspace)
+makedepends=(extra-cmake-modules)
+conflicts=(libappletdecoration)
+replaces=(libappletdecoration)
+source=(https://github.com/psifidotos/applet-window-buttons/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('6d20f7888a76bf72d068d529aaaf57ebf89e60e52caa692b8075502b92fc541f')
+
+build() {
+  cmake -B build -S applet-window-buttons-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



[arch-commits] Commit in plasma5-applets-window-buttons/trunk (PKGBUILD)

2021-11-04 Thread Antonio Rojas via arch-commits
Date: Thursday, November 4, 2021 @ 19:14:49
  Author: arojas
Revision: 1036974

Update to 0.10.1

Modified:
  plasma5-applets-window-buttons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 19:13:39 UTC (rev 1036973)
+++ PKGBUILD2021-11-04 19:14:49 UTC (rev 1036974)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=plasma5-applets-window-buttons
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc='Plasma 5 applet in order to show window buttons in your panels'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 conflicts=(libappletdecoration)
 replaces=(libappletdecoration)
 
source=(https://github.com/psifidotos/applet-window-buttons/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('76508d05238d74cddf6f88a8260d720c5d2288f8bd537bf59b9d1ce5151c1c91')
+sha256sums=('6d20f7888a76bf72d068d529aaaf57ebf89e60e52caa692b8075502b92fc541f')
 
 build() {
   cmake -B build -S applet-window-buttons-$pkgver



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

2021-11-04 Thread Bruno Pagani via arch-commits
Date: Thursday, November 4, 2021 @ 19:13:39
  Author: archange
Revision: 1036973

archrelease: copy trunk to community-x86_64

Added:
  
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
(from rev 1036972, 
cinnamon/trunk/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 1036972, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 1036972, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.diff
(from rev 1036972, cinnamon/trunk/set_wheel.diff)
Deleted:
  
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.diff

-+
 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch |   76 ++--
 PKGBUILD|  165 
+-
 default-theme.patch |   50 +--
 set_wheel.diff  |  110 +++---
 4 files changed, 201 insertions(+), 200 deletions(-)

Deleted: 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
===
--- 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2021-11-04 19:13:01 UTC (rev 1036972)
+++ 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2021-11-04 19:13:39 UTC (rev 1036973)
@@ -1,38 +0,0 @@
-From ac4d2fc9fafb38ebb02615a41b23cceca304e73a Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Tue, 20 Mar 2018 14:11:02 -0400
-Subject: [PATCH] cinnamon-settings: don't rely on the presence of
- cinnamon-control-center
-
-The existence of the cinnamon-control-center binary does not even tell
-us what control center libraries are available. So instead, do the same
-thing we did for cinnamon-settings modules, and check if the library
-exists.

- files/usr/bin/cinnamon-settings | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/files/usr/bin/cinnamon-settings b/files/usr/bin/cinnamon-settings
-index 9fbdbecd2..98ca454a5 100755
 a/files/usr/bin/cinnamon-settings
-+++ b/files/usr/bin/cinnamon-settings
-@@ -58,6 +58,7 @@ Available types of sort, and corresponding numbers:
- import getopt
- import os
- import sys
-+import sysconfig
- 
- def usage():
- print("""Usage:
-@@ -119,7 +120,7 @@ if len(sys.argv) > 1:
- 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
- elif 
os.path.exists("/usr/share/cinnamon/cinnamon-settings/modules/cs_%s.py" % 
module):
- 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
--elif os.path.exists("/usr/bin/cinnamon-control-center"):
-+elif os.path.exists(os.path.join(sysconfig.get_config_var("LIBDIR"), 
"cinnamon-control-center-1/panels/lib%s.so" % module)):
- 
os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", (" ",) 
+ tuple(sys.argv[1:]))
- elif os.path.exists("/usr/bin/gnome-control-center"):
- print ("Unknown module %s, calling gnome-control-center" % module)
--- 
-2.22.0
-

Copied: 
cinnamon/repos/community-x86_64/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
 (from rev 1036972, 
cinnamon/trunk/0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch)
===
--- 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
(rev 0)
+++ 0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch 
2021-11-04 19:13:39 UTC (rev 1036973)
@@ -0,0 +1,38 @@
+From ac4d2fc9fafb38ebb02615a41b23cceca304e73a Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Tue, 20 Mar 2018 14:11:02 -0400
+Subject: [PATCH] cinnamon-settings: don't rely on the presence of
+ cinnamon-control-center
+
+The existence of the cinnamon-control-center binary does not even tell
+us what control center libraries are available. So instead, do the same
+thing we did for cinnamon-settings modules, and check if the library
+exists.
+---
+ files/usr/bin/cinnamon-settings | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/files/usr/bin/cinnamon-settings b/files/usr/bin/cinnamon-settings
+index 9fbdbecd2..98ca454a5 100755
+--- a/files/usr/bin/cinnamon-settings
 b/files/usr/bin/cinnamon-settings
+@@ -58,6 +58,7 @@ Available types of sort, and corresponding numbers:
+ import getopt
+ import os
+ import sys
++import sysconfig
+ 
+ def usage():
+ print("""Usage:
+@@ -119,7 +120,7 @@ if len(sys.argv) > 1:
+ 

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

2021-11-04 Thread Bruno Pagani via arch-commits
Date: Thursday, November 4, 2021 @ 19:13:01
  Author: archange
Revision: 1036972

upgpkg: cinnamon 5.0.7-1

+PKGBUILD adoption and linting

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 19:12:05 UTC (rev 1036971)
+++ PKGBUILD2021-11-04 19:13:01 UTC (rev 1036972)
@@ -1,4 +1,5 @@
-# Maintainer: Eli Schwartz 
+# Maintainer: Bruno Pagani 
+# Contributor: Eli Schwartz 
 # Contributor: Alexandre Filgueira 
 # Contributor: M0Rf30
 # Contributor: unifiedlinux
@@ -5,78 +6,78 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=5.0.6
+pkgver=5.0.7
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 
'gnome-backgrounds'
- 'gnome-themes-extra' 'gstreamer' 'libcroco' 'libgnomekbd' 
'libkeybinder3' 'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify'
- 'python-pytz' 'python-tinycss2' 'python-xapp' 'timezonemap' 'xapps')
+arch=(x86_64)
+url="https://github.com/linuxmint/cinnamon;
+license=(GPL2)
+depends=(accountsservice caribou cinnamon-control-center cinnamon-menus 
cinnamon-screensaver
+ cinnamon-session cinnamon-settings-daemon cjs gnome-backgrounds
+ gnome-themes-extra gstreamer libcroco libgnomekbd libkeybinder3 
librsvg muffin
+ network-manager-applet nemo polkit-gnome python-cairo python-dbus
+ python-gobject python-pam python-pexpect python-pillow 
python-pyinotify
+ python-pytz python-tinycss2 python-xapp timezonemap xapps)
 optdepends=('blueberry: Bluetooth support'
 'cinnamon-translations: i18n'
 'gnome-panel: fallback mode'
 'metacity: fallback mode'
 'system-config-printer: printer settings')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'intltool')
+makedepends=(meson samurai gobject-introspection intltool)
 options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-"0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch"
-"set_wheel.diff"
-"default-theme.patch")
-sha512sums=('3ed835b1c41a34dfd1e2eac7746bfa01fe48359c6c3e8085877a4c18b895ea065efc343a855cbdee3fcbfb63aa40166bbe40fa19154ae1544be675411d49a962'
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
+set_wheel.diff
+default-theme.patch)
+sha512sums=('edaa01d245bda906c32af57eb28e5958847da34ec8b4e051e951a42a8b69c50acb318a9a4e63e79b0d8372833c42be488db04c099a82b2b89dc33a720897719a'
 
'77c2229d350bb1445375d206af769f1dde9329ce3575e40e9c1d5fea3ec0f49c0a7ef36d78caf895d9224147947bd102bab924b5579dc8dc5f8d3269e0c76374'
 
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
 
'ee7dedd59ea370cf81d75def49060f9a29b22e7b025ca7d5db87a0102d50f138c79aa562b0d36a748c4b1c59a37f600ba1f60ff6caf303cf5b6fc4d110d051b4')
-b2sums=('e54f8ed02fc36c121d15d30aaed4633f7db30bcf3e0179fb5fa0b9f12b42f0a29b341f531eed7ba19f849c0400ee9887ee59b5218f4558586a360d173798aeea'
+b2sums=('f6f0ee9b2432fb3069f4e6062a500b629e8737f2d5a6bdd5819a24bc6ffe8db3094f9ecb4dd7af5f0e3f70a6f6ced7c13f1811c42eab9ff953111e0fe91e'
 
'1d873efa0d17e358f834c4374f39bbf3f74340849f9c28a0950c0a064772083798aba3435e564acdf43a94665389917788e295073d4a65cc18600d71b7a9f008'
 
'3becf1f40068fc629109e6e7d464c3c484296afacc9ab6328b2ccbb3c9735bcbfa9550f9f73b430ede178ae668e37c660ce322b5b4d1873526de3d3d41185160'
 
'86c3a29acd132ca321f08fd81dd5a45707accdc035b2aeec95bf358b29072ff1eedb77b2566cf48d7253d1d791599f0f44938c4600761d711cb18b59019f1c62')
 
 prepare() {
-cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
-# Check for the cc-panel module path, not for the irrelevant binary
-# https://github.com/linuxmint/cinnamon/pull/7382
-patch --no-backup-if-mismatch -p1 -i 
../0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
+  # Check for the cc-panel module path, not for the irrelevant binary
+  # https://github.com/linuxmint/cinnamon/pull/7382
+  patch --no-backup-if-mismatch -p1 -i 
../0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch
 
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.diff
+  # Use wheel group instread of 

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

2021-11-04 Thread Antonio Rojas via arch-commits
Date: Thursday, November 4, 2021 @ 19:12:05
  Author: arojas
Revision: 1036971

archrelease: copy trunk to community-any

Added:
  jupyterlab/repos/community-any/PKGBUILD
(from rev 1036970, jupyterlab/trunk/PKGBUILD)
Deleted:
  jupyterlab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 19:11:28 UTC (rev 1036970)
+++ PKGBUILD2021-11-04 19:12:05 UTC (rev 1036971)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=jupyterlab
-_pipname=jupyterlab
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='JupyterLab computational environment'
-arch=(any)
-url='https://github.com/jupyterlab/jupyterlab'
-license=(custom)
-makedepends=(python-setuptools)
-depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic 
nodejs)
-optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('54466941bcd9b52f23373a32038fbb4e50fd652d4536df6179b53e1ffb8ef431')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/etc "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: jupyterlab/repos/community-any/PKGBUILD (from rev 1036970, 
jupyterlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 19:12:05 UTC (rev 1036971)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=jupyterlab
+_pipname=jupyterlab
+pkgver=3.2.2
+pkgrel=1
+pkgdesc='JupyterLab computational environment'
+arch=(any)
+url='https://github.com/jupyterlab/jupyterlab'
+license=(custom)
+makedepends=(python-setuptools)
+depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic 
nodejs)
+optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('215dcbc2674bf1c74eca16b30eac49b882d41503c522ed337fb0053c89565ec8')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/etc "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-11-04 Thread Antonio Rojas via arch-commits
Date: Thursday, November 4, 2021 @ 19:11:28
  Author: arojas
Revision: 1036970

Update to 3.2.2

Modified:
  jupyterlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 19:02:27 UTC (rev 1036969)
+++ PKGBUILD2021-11-04 19:11:28 UTC (rev 1036970)
@@ -2,7 +2,7 @@
 
 pkgname=jupyterlab
 _pipname=jupyterlab
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc='JupyterLab computational environment'
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic 
nodejs)
 optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('54466941bcd9b52f23373a32038fbb4e50fd652d4536df6179b53e1ffb8ef431')
+sha256sums=('215dcbc2674bf1c74eca16b30eac49b882d41503c522ed337fb0053c89565ec8')
 
 build() {
   cd $pkgname-$pkgver



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

2021-11-04 Thread Levente Polyak via arch-commits
Date: Thursday, November 4, 2021 @ 19:02:27
  Author: anthraxx
Revision: 1036969

archrelease: copy trunk to community-x86_64

Added:
  sequoia-sq/repos/community-x86_64/PKGBUILD
(from rev 1036968, sequoia-sq/trunk/PKGBUILD)
Deleted:
  sequoia-sq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 19:02:23 UTC (rev 1036968)
+++ PKGBUILD2021-11-04 19:02:27 UTC (rev 1036969)
@@ -1,44 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=sequoia-sq
-pkgver=0.25.0
-pkgrel=1
-pkgdesc='Command-line frontends for Sequoia'
-url='https://sequoia-pgp.org/'
-arch=('x86_64')
-license=('GPL2')
-groups=('sequoia')
-replaces=('sequoia')
-depends=('glibc' 'nettle' 'libnettle.so' 'nettle' 'libhogweed.so' 
'libnettle.so'
- 'bzip2' 'libbz2.so' 'gcc-libs' 'gmp' 'openssl')
-makedepends=('git' 'cargo' 'clang')
-source=(sequoia::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=sq/v${pkgver}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=(
-  D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD # jus...@sequoia-pgp.org
-  CBCD8F030588653EEDD7E2659B7DD433F254904A # jus...@sequoia-pgp.org
-)
-
-build() {
-  cd sequoia/sq
-  export CARGO_TARGET_DIR=../target
-  cargo build --release --locked --features 'crypto-nettle compression net 
autocrypt'
-}
-
-check() {
-  cd sequoia/sq
-  cargo test --release --locked --features 'crypto-nettle compression net 
autocrypt'
-}
-
-package() {
-  cd sequoia
-  install -Dm 755 target/release/sq -t "${pkgdir}/usr/bin"
-
-   install -Dm 644 target/sq.bash 
"${pkgdir}/usr/share/bash-completion/completions/sq"
-   install -Dm 644 target/_sq -t "${pkgdir}/usr/share/zsh/site-functions"
-   install -Dm 644 target/sq.fish -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
-
-  install -Dm 644 sq/man-sq-net-autocrypt/*.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sequoia-sq/repos/community-x86_64/PKGBUILD (from rev 1036968, 
sequoia-sq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 19:02:27 UTC (rev 1036969)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+
+pkgname=sequoia-sq
+pkgver=0.25.0
+pkgrel=2
+pkgdesc='Command-line frontends for Sequoia'
+url='https://sequoia-pgp.org/'
+arch=('x86_64')
+license=('GPL2')
+groups=('sequoia')
+replaces=('sequoia')
+depends=('glibc' 'nettle' 'libnettle.so' 'libhogweed.so'
+ 'bzip2' 'libbz2.so' 'gcc-libs' 'gmp' 'openssl')
+makedepends=('git' 'cargo' 'clang')
+source=(sequoia::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=sq/v${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=(
+  D2F2C5D45BE9FDE6A4EE0AAF31855247603831FD # jus...@sequoia-pgp.org
+  CBCD8F030588653EEDD7E2659B7DD433F254904A # jus...@sequoia-pgp.org
+)
+
+prepare() {
+  cd sequoia
+  # sq: When merging keyrings, produce output in a reproducible order
+  git cherry-pick -n 8b0506f8b1570b34ccec908ed4fa3797cbe9222f
+}
+
+build() {
+  cd sequoia/sq
+  export CARGO_TARGET_DIR=../target
+  cargo build --release --locked --features 'crypto-nettle compression net 
autocrypt'
+}
+
+check() {
+  cd sequoia/sq
+  cargo test --release --locked --features 'crypto-nettle compression net 
autocrypt'
+}
+
+package() {
+  cd sequoia
+  install -Dm 755 target/release/sq -t "${pkgdir}/usr/bin"
+
+   install -Dm 644 target/sq.bash 
"${pkgdir}/usr/share/bash-completion/completions/sq"
+   install -Dm 644 target/_sq -t "${pkgdir}/usr/share/zsh/site-functions"
+   install -Dm 644 target/sq.fish -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
+
+  install -Dm 644 sq/man-sq-net-autocrypt/*.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-11-04 Thread Levente Polyak via arch-commits
Date: Thursday, November 4, 2021 @ 19:02:23
  Author: anthraxx
Revision: 1036968

upgpkg: sequoia-sq 0.25.0-2: backport reproducible keyring merge command

Modified:
  sequoia-sq/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 18:58:54 UTC (rev 1036967)
+++ PKGBUILD2021-11-04 19:02:23 UTC (rev 1036968)
@@ -2,7 +2,7 @@
 
 pkgname=sequoia-sq
 pkgver=0.25.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Command-line frontends for Sequoia'
 url='https://sequoia-pgp.org/'
 arch=('x86_64')
@@ -19,6 +19,12 @@
   CBCD8F030588653EEDD7E2659B7DD433F254904A # jus...@sequoia-pgp.org
 )
 
+prepare() {
+  cd sequoia
+  # sq: When merging keyrings, produce output in a reproducible order
+  git cherry-pick -n 8b0506f8b1570b34ccec908ed4fa3797cbe9222f
+}
+
 build() {
   cd sequoia/sq
   export CARGO_TARGET_DIR=../target



[arch-commits] Commit in libreoffice-still-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2021-11-04 Thread Andreas Radke via arch-commits
Date: Thursday, November 4, 2021 @ 18:35:43
  Author: andyrtr
Revision: 427354

archrelease: copy trunk to extra-any

Added:
  libreoffice-still-i18n/repos/extra-any/PKGBUILD
(from rev 427353, libreoffice-still-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-still-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1142 ++---
 1 file changed, 571 insertions(+), 571 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 18:35:30 UTC (rev 427353)
+++ PKGBUILD2021-11-04 18:35:43 UTC (rev 427354)
@@ -1,571 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=libreoffice-still-i18n
-
-pkgver=7.1.6
-pkgrel=1
-_rcver=${pkgver}.2
-#_oodlver=${pkgver}.0.beta1
-_oodlver=${pkgver}
-
-arch=('any')
-url="https://www.documentfoundation.org;
-license=('LGPL')
-
-#https://download.documentfoundation.org/mirrors/all.html
-
-_url="https://download.documentfoundation.org/libreoffice/stable;
-#_url="https://download.documentfoundation.org/libreoffice/testing;
-#_url="https://dev-builds.libreoffice.org/pre-releases;
-
-
-#_url+="/${pkgver}-rc2/rpm/x86_64"
-#_url+="/${pkgver}/rpm/x86_64"
-_url+="/${pkgver}/rpm/x86_64"
-#_url+="/rpm/x86_64"
-
-# https://wiki.documentfoundation.org/Language_Teams
-# https://wiki.documentfoundation.org/Language/Support
-
-_languages=(
-  'af"Afrikaans"   0'
-  'am"Amharic" 1'
-  'ar"Arabic"  1'
-  'as"Assamese (India)"0'
-  'ast   "Asturianu"   1'
-  'be"Belarusian"  0'
-  'bg"Bulgarian"   1'
-  'bn-IN "Bengali (India)" 1'
-  'bn"Bengali" 1'
-  'bo"Tibetan" 1'
-  'br"Breton"  0'
-  'brx   "Bodo"0'
-  'bs"Bosnian" 1'
-  'ca-valencia   "Catalan (Valencia)"  1'
-  'ca"Catalan" 1'
-  'ckb   "Central Kurdish / Soranî‎ / سۆرانی " 0'
-  'cs"Czech"   1'
-  'cy"Welsh"   0'
-  'da"Danish"  1'
-  'de"German"  1'
-  'dgo   "Dogri"   0'
-  'dsb   "Sorbian: Lower Sorbian / Dolnoserbski" 0'
-  'dz"Dzongkha"1'
-  'el"Greek"   1'
-  'en-GB "English (GB)"1'
-  'en-ZA "English (ZA)"1'
-  'eo"Esperanto"   1'
-  'es"Spanish" 1'
-  'et"Estonian"1'
-  'eu"Basque"  1'
-  'fa"Persian" 0'
-  'fi"Finnish" 1'
-  'fr"French"  1'
-  'fur   "Friulian / Friulan"  0'
-  'fy"Frisian / West Frisian / Frysk / Fries" 0'
-  'ga"Irish"   0'
-  'gd"Gaelic (Scottish)"   0'
-  'gl"Galician"1'
-  'gu"Gujarati"1'
-  'gug   "Guarani" 0'
-  'he"Hebrew"  1'
-  'hi"Hindi"   1'
-  'hr"Croatian"1'
-  'hsb   "Sorbian: Upper Sorbian / Hornjoserbšćina" 0'
-  'hu"Hungarian"   1'
-  'id"Indonesian"  1'
-  'is"Icelandic"   1'
-  'it"Italian" 1'
-  'ja"Japanese"1'
-  'ka"Georgian"1'
-  'kab   "Kabyle / Kabylian / Taqbaylit / Taqbaylit / Tazwawt" 0'
-  'kk"Kazakh"  0'
-  'km"Khmer (Cambodia)"1'
-  'kmr-Latn  "Kurdish" 0'
-  'kn"Kannada" 0'
-  'ko"Korean"  1'
-  'kok   "Konkani" 0'
-  'ks"Kashmiri"0'
-  'lb"Luxembourgish"   0'
-  'lo"Lao" 1'
-  'lt"Lithuanian"  1'
-  'lv"Latvian" 1'
-  'mai   "Maithili"0'
-  'mk"Macedonian"  1'
-  'ml"Malayalam"   0'
-  'mn"Mongolian"   0'
-  'mni   "Manipuri"0'
-  'mr"Marathi" 0'
-  'my"Burmese" 0'
-  'nb"Norwegian Bokmal"1'
-  'ne"Nepali"  1'
-  'nl"Dutch"   1'
-  'nn"Norwegian Nynorsk"   1'
-  'nr"Ndebele (South)" 

[arch-commits] Commit in libreoffice-still/repos/extra-x86_64 (11 files)

2021-11-04 Thread Andreas Radke via arch-commits
Date: Thursday, November 4, 2021 @ 18:35:30
  Author: andyrtr
Revision: 427353

archrelease: copy trunk to extra-x86_64

Added:
  libreoffice-still/repos/extra-x86_64/PKGBUILD
(from rev 427352, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.csh
(from rev 427352, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.sh
(from rev 427352, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 427352, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/extra-x86_64/soffice-template.desktop.in
(from rev 427352, libreoffice-still/trunk/soffice-template.desktop.in)
Deleted:
  libreoffice-still/repos/extra-x86_64/PKGBUILD
  libreoffice-still/repos/extra-x86_64/bison-3.8.patch
  libreoffice-still/repos/extra-x86_64/libreoffice-still.csh
  libreoffice-still/repos/extra-x86_64/libreoffice-still.sh
  
libreoffice-still/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-still/repos/extra-x86_64/soffice-template.desktop.in

--+
 PKGBUILD |  777 -
 bison-3.8.patch  |   50 -
 libreoffice-still.csh|   14 
 libreoffice-still.sh |   14 
 make-pyuno-work-with-system-wide-module-install.diff |   36 
 soffice-template.desktop.in  |   14 
 6 files changed, 425 insertions(+), 480 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 18:35:19 UTC (rev 427352)
+++ PKGBUILD2021-11-04 18:35:30 UTC (rev 427353)
@@ -1,391 +0,0 @@
-# Maintainer: AndyRTR 
-# Maintainer: Bartłomiej Piotrowski 
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-pkgbase=libreoffice-still
-pkgname=('libreoffice-still-sdk' 'libreoffice-still')
-_LOver=7.1.6.2
-pkgver=7.1.6
-pkgrel=3
-arch=('x86_64')
-license=('LGPL3')
-url="https://www.libreoffice.org/;
-makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
-   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
-   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
-   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
-   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
-   'desktop-file-utils' 'shared-mime-info' 'gst-plugins-base-libs'
-   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
-   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
-   'junit' 'libmythes' 'libwpg'  'java-environment=11' 'postgresql-libs' 
'mariadb-libs' 'libgl'
-   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
-   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
-   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
-   #'libexttextcat' 'libcmis' 'gobject-introspection' # 'libfbclient'
-   'libexttextcat' 'gobject-introspection' # 'libfbclient'
-   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
-   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
-   'libffi' 'box2d' 'git'
-)
-
-_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
-#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
-_additional_source_url="https://dev-www.libreoffice.org/src;
-_additional_source_url2="https://dev-www.libreoffice.org/extern;
-source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
-   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
-   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
-   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
-   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   ${_additional_source_url}/language-subtag-registry-2019-04-03.tar.bz2
-   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
-   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
-   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
-   ${_additional_source_url}/pdfium-4306.tar.bz2
-   

[arch-commits] Commit in libreoffice-still/trunk (PKGBUILD bison-3.8.patch)

2021-11-04 Thread Andreas Radke via arch-commits
Date: Thursday, November 4, 2021 @ 18:35:19
  Author: andyrtr
Revision: 427352

upgpkg: libreoffice-still 7.1.7-1: upstream update 7.1.7

Modified:
  libreoffice-still/trunk/PKGBUILD
Deleted:
  libreoffice-still/trunk/bison-3.8.patch

-+
 PKGBUILD|   17 ++---
 bison-3.8.patch |   50 --
 2 files changed, 6 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 18:35:01 UTC (rev 427351)
+++ PKGBUILD2021-11-04 18:35:19 UTC (rev 427352)
@@ -10,9 +10,9 @@
 
 pkgbase=libreoffice-still
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
-_LOver=7.1.6.2
-pkgver=7.1.6
-pkgrel=3
+_LOver=7.1.7.2
+pkgver=7.1.7
+pkgrel=1
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;
@@ -60,7 +60,6 @@

${_additional_source_url2}/f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
-   bison-3.8.patch
soffice-template.desktop.in
libreoffice-still.sh libreoffice-still.csh)
 noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -84,11 +83,11 @@
185d60944ea767075d27247c3162b3bc-unowinreg.dll
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('18a312994b5afa173a5744a8f3730c13018f843c2a038086ec41cdfeaaa536bc'
+sha256sums=('4fdf0809d8803388bd13ace2b3457f0a6ab9f9ef7c98d6f46cc640fffc5e94ba'
 'SKIP'
-'616cf35c83dd2b201643b8de32feee11da9351893aba6edf17a65bb71fee48ac'
+'8c016b3b847238d84f1f71f9416d122fc21de776c1bc9ec063148db4b846e2b4'
 'SKIP'
-'630693d71eff62bc70c7b44b1e388061340959856fd6ce4dfa17306d1977744d'
+'83cb249b4d91e67472174f596cbf6426a33146a690d007e995eb432b70008209'
 'SKIP'
 '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
 '1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'
@@ -110,7 +109,6 @@
 'f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140'
 'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
-'e1f46d84deb0c4e7ddbd1c5422e015940aa5ae43a5e2b8f10e88a0317aaa4ed0'
 'd0be8099cbee3c9dfda694a828149b881c345b204ab68826f317580aafb50879'
 'cd1b25ff390e436c6bffa65c6e12382236e3ccbf8d3aae51b1b59bcaed79fd8a'
 'de20f36d45f0fecc2d94176dd3ec7226ab07fa8ffb9b0bc73c200349a9273de1')
@@ -134,9 +132,6 @@
# fix not upstreamable pyuno paths - FS#54250
patch -Np1 -i 
"${srcdir}"/make-pyuno-work-with-system-wide-module-install.diff
 
-   # fix build with bison 3.8
-   patch -Np1 -i "${srcdir}"/bison-3.8.patch
-
#use the CFLAGS but remove the LibO overridden ones
for i in $CFLAGS; do
case "$i" in

Deleted: bison-3.8.patch
===
--- bison-3.8.patch 2021-11-04 18:35:01 UTC (rev 427351)
+++ bison-3.8.patch 2021-11-04 18:35:19 UTC (rev 427352)
@@ -1,50 +0,0 @@
-From 45227d9b79dc4f2a2aa6874cd4e3c02b7934b197 Mon Sep 17 00:00:00 2001
-From: Stephan Bergmann 
-Date: Tue, 14 Sep 2021 12:20:48 +0200
-Subject: [PATCH] Adapt to Bison 3.8 internal yyn -> yyrule rename
-
-see
-
-"glr2.cc: log the execution of deferred actions" including "Rename argument yyn
-as yyrule for clarity."
-
-YYBISON was defined as 1 rather than as a representation of the Bison version
-prior to
-
-"yacc.c: provide the Bison version as an integral macro", which shouldn't be a
-problem here.  And YYBISON is apparently completely undefined with
-/usr/bin/bison on macOS.
-
-(The preceding comment always mentioned "yyi" and "yyrmap" in apparent mismatch
-with the actually used "yyn" and "yyr1" ever since
-c25ec0608a167bcf1d891043f02273761c351701 "initial import", so just leave it
-untouched.)
-
-Change-Id: I4f901407aa21ed4abec84e661d813ee7599f02f0
-Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122082
-Tested-by: Jenkins
-Reviewed-by: Stephan Bergmann 

- connectivity/source/parse/sqlbison.y | 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git a/connectivity/source/parse/sqlbison.y 
b/connectivity/source/parse/sqlbison.y
-index d14f36e7794f0..c4be0bc00bd04 100644
 a/connectivity/source/parse/sqlbison.y
-+++ b/connectivity/source/parse/sqlbison.y
-@@ -74,9 +74,15 @@ inline connectivity::OSQLInternalNode* newNode(const 
OUString& _newValue,
- 
- // yyi is the 

[arch-commits] Commit in libreoffice-still-i18n/trunk (PKGBUILD)

2021-11-04 Thread Andreas Radke via arch-commits
Date: Thursday, November 4, 2021 @ 18:35:01
  Author: andyrtr
Revision: 427351

upgpkg: libreoffice-still-i18n 7.1.7-1: upstream update 7.1.7

Modified:
  libreoffice-still-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  366 ++---
 1 file changed, 183 insertions(+), 183 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 18:23:07 UTC (rev 427350)
+++ PKGBUILD2021-11-04 18:35:01 UTC (rev 427351)
@@ -3,7 +3,7 @@
 
 pkgbase=libreoffice-still-i18n
 
-pkgver=7.1.6
+pkgver=7.1.7
 pkgrel=1
 _rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
@@ -149,369 +149,369 @@
   'zu"Zulu"0'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('dccf481e9939320769153246f9562a475fc9c8524827c9657644580535c4abd0'
+sha256sums=('92288e3b18680c71612d151946659cb6bb0ddf13fadb01d437e07081cf1c342c'
 'SKIP'
-'6415afb8acaae100bb80268dd27a2d41acfd11dc9b1b1927afab42c2ace708f2'
+'4f81fab0ddad05fcaf36a2e76bcafafbd4e53edfa9c958860ff0fc9494b8a511'
 'SKIP'
-'4d1750ffab1a8121924399df69aaab9e650e7f6092685945202d918fddbdf646'
+'37e7533996c96f72df7f8dbeca9a69d26e20ac3295d7303691177f9edca7de3e'
 'SKIP'
-'f388c885729c605b6441e0f1453a8a68bccc3b89e211843d7d99d4cd68956084'
+'929bc5a651fa833417577258ba49a899347517c5f206b1206866464c751cf9ee'
 'SKIP'
-'016680c28e1a3ba39a73f34faa46155916f94827180de82da7c1c94211224171'
+'10e6bcc58abb2eb837861f326a9ee33e962306f803a839fbd45e305322f75d2c'
 'SKIP'
-'bde87400656b785cf5ef3eea93b3adfac87b6896c11733600f8ad3e785aaf0db'
+'f8c26f98142fa0ea77a55e61372103fa3cae1c1abf727b35db22d01e4cac9a1d'
 'SKIP'
-'c693543888298f8bf4859b9a48f6b5214b67a320c8ccda5d0f928c6905c16334'
+'bd14666f61f5d98b1d1d00eddfa59fc80b47310a357e71b6507684b4c7b7a8b5'
 'SKIP'
-'68b2302704144c15e5be4e0b3e1a59b74399513dcb4c9eb47c2b3a6de2617228'
+'3260ff70974884e12fe55c1c7e727054d8da03368d790516aba4421d6b06742f'
 'SKIP'
-'dc0ede688ed5e21402e252a30c78fdf6cfbbaa3ce9180a9c77ea2bebaad9a91a'
+'5be3c91e893ca02c4b367a7188320d1272a8ded8c09b8aa9525be925e67890d0'
 'SKIP'
-'83e77e5622b9209604d4216030bba7890033f3c2bca1896e60cd0a360e8cd733'
+'ac0a6ae7f12e1ff3627d0a5ac46325b0ed4bf08abf1d273a5730e63eb098fb9f'
 'SKIP'
-'823c145a755190833e657a55793ab0e8fafacbe4734ab82fd9d1789ed7b91788'
+'8b5906279f7b637ffc69b75c614c64d2d56ddd882cd684f4a3222e95522f96de'
 'SKIP'
-'1f20fca44480901456f6f60d5aae7f248b5d204beae8c94bca8a15d251199fd9'
+'4c7a5611a30e515145b81ed583544d01438b57e663cff858253998b4a9168671'
 'SKIP'
-'732d3208a10a6daccae5b70718405b14b707ddf2775a3dfc15758b8ed78bd020'
+'82d89d2e6ad546784adfa0b287df163a3ada107caaddaf2ed1274e1261bdf9ab'
 'SKIP'
-'0efb76ebbb7086d51e9e293731a598a6c96829cca9888917d22ea79ab73da38e'
+'aa674869a9b4dbdb0a716def9bc76625ef66676b22d90bfbbd9d16d084f36d22'
 'SKIP'
-'58b3b612cd83c952d4e0cea0eabdff467765b70bb4372b383a59e147dd459bb1'
+'40bf812bd2726d60d023faecd16bed3b0e3405a8831f60e91440301eebd373f1'
 'SKIP'
-'0a025e17dec476cfcf84720b8783e30e052a5a0ae214d7880adee82f9ddf4f61'
+'603c7642474f6888f447048435f132a65475e037bc4159a737241566c3062111'
 'SKIP'
-'2849f0bd2ebe9d75675868928fefc882c3639a0cfced0757b6da96736dfc8ec7'
+'cd44f256e4d851be5ab10305d30115a328c01a78c7929edd62e81bae11d73af5'
 'SKIP'
-'524f2b722ab76ece82e00e5279bd78de571de227ff759a0212e3423d4ccfdc56'
+'90fe4a36b08f869d3aca31c348eb49b39f9e9114b821a744463447029bcb33d9'
 'SKIP'
-'c38e6e0128afa3aa844a71d929cfb875fd2e7817ce9b94751e34e4123873a340'
+'ba73a99fe1a34891bc11219a053e4eb80f049fdb2db1c6466c9975a438f50d50'
 'SKIP'
-'9594df223e527afc6ba624b01775dc053dbe10b29055673a7ddffe94f94487f4'
+'5e1eab7eda04546ad336472b1690cc3ee3e9f1bf96636efbd1524a29faf8d572'
 'SKIP'
-'0ea5b1c0fdd1a2822c003e6c14bb34e13f17b60ee6dac7395dd89a60716c709d'
+'c548e1276decaf9ac5afd4dcbe30586f4cf85c75d9dc79970c88e1b3138bb4be'
 'SKIP'
-'797a46953bde52b1c0795985d22543d5fde2435cac17e4590e20b45838f1cd39'
+'578169563f53a5608a32c61da053caa91a393fd2bc28160393b06845f1ed8fa3'
 'SKIP'
-'a52db0eb65b2068a68f8575b96f412ce10fd59b9291a9164f588ec62beb9edd1'
+'38bb198eaf0bc9bec411a3b57003e261459f1d81c57855d60c758f07f406fce0'
 'SKIP'
-  

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

2021-11-04 Thread Jelle van der Waa via arch-commits
Date: Thursday, November 4, 2021 @ 18:23:07
  Author: jelle
Revision: 427350

wrong repo

Deleted:
  libwebsockets/repos/community-x86_64/



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

2021-11-04 Thread Jelle van der Waa via arch-commits
Date: Thursday, November 4, 2021 @ 18:22:21
  Author: jelle
Revision: 427349

archrelease: copy trunk to extra-x86_64

Added:
  libwebsockets/repos/extra-x86_64/PKGBUILD
(from rev 427348, libwebsockets/trunk/PKGBUILD)
Deleted:
  libwebsockets/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-04 16:35:29 UTC (rev 427348)
+++ PKGBUILD2021-11-04 18:22:21 UTC (rev 427349)
@@ -1,72 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: David Runge 
-# Contributor: Jingbei Li 
-
-pkgname=libwebsockets
-pkgver=4.2.2
-pkgrel=1
-pkgdesc="C library for websocket clients and servers"
-arch=('x86_64')
-url="https://libwebsockets.org;
-license=('MIT')
-depends=('glibc' 'openssl' 'libuv' 'libev' 'zlib')
-makedepends=('cmake' 'glib2' 'libcap')
-provides=('libwebsockets.so')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz;)
-sha512sums=('52d9b4511fc484781108a3036f870905d4427fcbab02f3e84ee38f534ae7d1979c2cc3eec0719f4609226d4aae788a79fe7d99a8506537bbcf8fc3d9b8a7b478')
-b2sums=('371bae4790e92aa4f48e51b40fbe2e4efc3b885e07740db14c96146eb857616fd3f7a1b6c83c11fded2791b1db59cb1f6761bc4eebaee918ada7e9bcf4be52d0')
-
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # -Werror, not even once
-  sed '/Werror/d' -i CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  # NOTE: set LWS_BUILD_HASH explicitely as it can otherwise only be set using
-  # git
-  cmake -D CMAKE_INSTALL_PREFIX=/usr \
--D CMAKE_BUILD_TYPE='None' \
--D LWS_BUILD_HASH="no_hash" \
--D LWS_IPV6=ON \
--D LWS_LINK_TESTAPPS_DYNAMIC=ON \
--D LWS_WITH_ACME=ON \
--D LWS_WITH_DISKCACHE=ON \
--D LWS_WITH_EXTERNAL_POLL=ON \
--D LWS_WITH_FTS=ON \
--D LWS_WITH_GLIB=ON \
--D LWS_WITH_HTTP2=ON \
--D LWS_WITH_HTTP_PROXY=ON \
--D LWS_WITH_LIBEV=ON \
--D LWS_WITH_LIBEVENT=OFF \
--D LWS_WITH_LIBUV=ON \
--D LWS_WITH_LWSAC=ON \
--D LWS_WITH_RANGES=ON \
--D LWS_WITH_SOCKS5=ON \
--D LWS_WITH_STATIC=OFF \
--D LWS_WITH_THREADPOOL=ON \
--D LWS_WITH_ZIP_FOPS=ON \
--D LWS_WITHOUT_BUILTIN_GETIFADDRS=ON \
--D LWS_WITHOUT_BUILTIN_SHA1=ON \
--D LWS_WITHOUT_CLIENT=OFF \
--D LWS_WITHOUT_SERVER=OFF \
--D LWS_WITHOUT_TESTAPPS=ON \
--D LWS_WITHOUT_TEST_CLIENT=ON \
--D LWS_WITHOUT_TEST_PING=ON \
--D LWS_WITHOUT_TEST_SERVER=OFF \
--D LWS_WITHOUT_TEST_SERVER_EXTPOLL=ON \
--D LWS_UNIX_SOCK=ON \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libcap.so' 'libglib-2.0.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: libwebsockets/repos/extra-x86_64/PKGBUILD (from rev 427348, 
libwebsockets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-04 18:22:21 UTC (rev 427349)
@@ -0,0 +1,72 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: David Runge 
+# Contributor: Jingbei Li 
+
+pkgname=libwebsockets
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="C library for websocket clients and servers"
+arch=('x86_64')
+url="https://libwebsockets.org;
+license=('MIT')
+depends=('glibc' 'openssl' 'libuv' 'libev' 'zlib')
+makedepends=('cmake' 'glib2' 'libcap')
+provides=('libwebsockets.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz;)
+sha512sums=('7f183cb0417a902cb18e76431a8580d87db09c973483f3a129e138e4644b9d0e78e0539e985dc6286d9fe429edea7f63147864dc0413cf8e40fca3d67f9c3c42')
+b2sums=('6ea48fedf3755f55885f32bc289513182cf735472c161f15d720a76ddfa54e5e2c2d93a343f98d941d14b88f8ca8a13039922f8669b85562c5c0c4312f878b98')
+
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # -Werror, not even once
+  sed '/Werror/d' -i CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  # NOTE: set LWS_BUILD_HASH explicitely as it can otherwise only be set using
+  # git
+  cmake -D CMAKE_INSTALL_PREFIX=/usr \
+-D CMAKE_BUILD_TYPE='None' \
+-D LWS_BUILD_HASH="no_hash" \
+-D LWS_IPV6=ON \
+-D LWS_LINK_TESTAPPS_DYNAMIC=ON \
+-D LWS_WITH_ACME=ON \
+-D LWS_WITH_DISKCACHE=ON \
+-D LWS_WITH_EXTERNAL_POLL=ON \
+-D LWS_WITH_FTS=ON \
+-D LWS_WITH_GLIB=ON \
+-D LWS_WITH_HTTP2=ON \
+-D LWS_WITH_HTTP_PROXY=ON \
+-D LWS_WITH_LIBEV=ON \
+-D LWS_WITH_LIBEVENT=OFF \
+-D LWS_WITH_LIBUV=ON \
+-D LWS_WITH_LWSAC=ON \
+-D LWS_WITH_RANGES=ON \
+-D LWS_WITH_SOCKS5=ON \
+-D 

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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 18:05:36
  Author: felixonmars
Revision: 1036941

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 1036940, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
1036940, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 18:05:36 UTC (rev 1036941)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.6.1
+pkgrel=24
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 
'haskell-binary-orphans' 'haskell-binary-instances'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-resourcet' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-threads' 'haskell-wai' 'haskell-warp' 
'haskell-yesod-core'
+ 'haskell-yesod-static' 'haskell-tamarin-prover-utils' 
'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory' 'haskell-tamarin-prover-sapic')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml>=4.11.0')
+source=("https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver/tamarin-prover-$pkgver.tar.gz;)
+sha512sums=('dc6b91b1669055913a0aefc9a969812bf252185480fbf67588e7458289b1e1b64bf0729e9bee043513ecd5a57cd0c9477512e80861c6956c08b5e29d90211f62')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+
+cd plugins/sapic
+make -j1
+}
+
+check() {
+cd $pkgname-$pkgver
+LD_LIBRARY_PATH="$PWD"/dist/build dist/build/tamarin-prover/tamarin-prover 
test
+}
+
+package() {
+cd $pkgname-$pkgver
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/syntax/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+ln -s spthy.vim "$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 18:05:11
  Author: felixonmars
Revision: 1036940

upgpkg: tamarin-prover 1.6.1-24: rebuild with stm-chans 3.0.0.5

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 18:01:52 UTC (rev 1036939)
+++ PKGBUILD2021-11-04 18:05:11 UTC (rev 1036940)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.6.1
-pkgrel=23
+pkgrel=24
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 18:01:52
  Author: felixonmars
Revision: 1036939

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 1036938, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 1036938, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 18:01:52 UTC (rev 1036939)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.22.2
+pkgrel=42
+pkgdesc="Web-based user interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 'haskell-hspec' 
'haskell-http-conduit'
+ 'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 
'haskell-network'
+ 'haskell-shakespeare' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-cors' 
'haskell-wai-extra'
+ 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' 
'haskell-yesod-core'
+ 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-yesod-test')
+makedepends=('ghc')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('48fed07556b4756c12ff303362e3ad042da00b34b59835d447f8a97dc6d63996a823613ccff0059fea33f58d3fed43546b0e6c13345e5c9936a48305e64369ca')
+
+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" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+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
+
+install -Dm644 hledger-web.1 -t "$pkgdir"/usr/share/man/man1/
+}



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 18:01:36
  Author: felixonmars
Revision: 1036938

upgpkg: hledger-web 1.22.2-42: rebuild with stm-chans 3.0.0.5

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 17:57:02 UTC (rev 1036937)
+++ PKGBUILD2021-11-04 18:01:36 UTC (rev 1036938)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.22.2
-pkgrel=41
+pkgrel=42
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 17:57:02
  Author: felixonmars
Revision: 1036937

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 1036936, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 1036936, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 17:57:02 UTC (rev 1036937)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20210803
+pkgrel=40
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-criterion' 'haskell-crypto-api' 'haskell-cryptonite' 
'haskell-data-default'
+ 'haskell-dav' 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
+ 'haskell-edit-distance' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-git-lfs' 'haskell-hinotify' 'haskell-http-client' 
'haskell-http-client-restricted'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-ifelse'
+ 'haskell-magic' 'haskell-memory' 'haskell-microlens' 
'haskell-monad-control'
+ 'haskell-monad-logger' 'haskell-mountpoints' 'haskell-network' 
'haskell-network-info'
+ 'haskell-network-multicast' 'haskell-network-uri' 'haskell-old-locale'
+ 'haskell-optparse-applicative' 'haskell-path-pieces' 
'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-quickcheck' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 
'haskell-securemem'
+ 'haskell-shakespeare' 'haskell-socks' 'haskell-split' 
'haskell-stm-chans' 'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-torrent' 'haskell-unix-compat' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-uuid' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-warp-tls' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc' 'uusi')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd git-annex
+  # persistent-template was merged into persistent
+  uusi -d persistent-template git-annex.cabal
+  sed -i 's/MIN_VERSION_persistent_template/MIN_VERSION_persistent/' 
Database/ContentIdentifier.hs Database/Export.hs Database/Fsck.hs 
Database/Keys/SQL.hs
+}
+
+build() {
+  cd git-annex
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup BUILDEROPTIONS=$MAKEFLAGS
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 17:56:39
  Author: felixonmars
Revision: 1036936

upgpkg: git-annex 8.20210803-40: rebuild with stm-chans 3.0.0.5

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 17:45:00 UTC (rev 1036935)
+++ PKGBUILD2021-11-04 17:56:39 UTC (rev 1036936)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=8.20210803
-pkgrel=39
+pkgrel=40
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 17:45:00
  Author: felixonmars
Revision: 1036935

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 1036934, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
1036934, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 17:45:00 UTC (rev 1036935)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.1.0
+pkgrel=320
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-mime-types' 'haskell-rio' 
'haskell-unix-compat'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-app-static' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 
'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('66037ec28eac83e374161c1b306a4d20805ecb35ccfc4878e7894d961daaf30d9936c6e209641ff323d7e3dd5626f5a24a12915d4205417c496e272a2e969f6e')
+
+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 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+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-yesod-static/trunk (PKGBUILD)

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 17:44:44
  Author: felixonmars
Revision: 1036934

upgpkg: haskell-yesod-static 1.6.1.0-320: rebuild with stm-chans 3.0.0.5

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 17:41:08 UTC (rev 1036933)
+++ PKGBUILD2021-11-04 17:44:44 UTC (rev 1036934)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.1.0
-pkgrel=319
+pkgrel=320
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 17:41:08
  Author: felixonmars
Revision: 1036933

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
1036932, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 17:41:08 UTC (rev 1036933)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=3.5.2.1
+pkgrel=34
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-html' 
'haskell-conduit'
+ 'haskell-monad-logger' 'haskell-persistent' 'haskell-resourcet' 
'haskell-tagged'
+ 'haskell-unliftio' 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-core' 'haskell-mysql' 
'haskell-mysql-simple'
+ 'haskell-persistent-mysql' 'haskell-persistent-postgresql' 
'haskell-persistent-sqlite'
+ 'haskell-postgresql-simple')
+checkdepends=('mariadb' 'pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b8b1d0b06c2ef9ead922be7220d0d1fa6a6de67404bf48c2cfab297d92e187a92cb602e0189f91fbe0561c2f6f268b67d71f9f1512bff7c3218fa4fbab31a301')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/port=5432/port=9824/' test/PostgreSQL/Test.hs
+}
+
+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 
--ghc-option=-fllvm \
+-f-mysql -f-postgresql
+runhaskell Setup build $MAKEFLAGS
+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
+# Copied from haskell-persistent-mysql
+mkdir -p /tmp/mysql_test
+mysql_install_db --datadir=/tmp/mysql_test
+mysqld --datadir=/tmp/mysql_test --socket=/tmp/socket.mysql --port 33306 
--skip-grant-tables &
+MYSQL_PID=$!
+sleep 5
+mysql -h 127.0.0.1 -P 33306 -u root -e "create database IF NOT EXISTS 
esqutest;"
+
+# Copied from haskell-persistent-postgresql
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s esqutest
+createdb -O esqutest esqutest
+
+# mysql tests fail the same way as haskell-persistent-mysql, due to 
incompatibility with mariadb
+TRAVIS=true runhaskell Setup test --show-details=direct || echo "Tests 
failed"
+
+kill $MYSQL_PID
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 17:40:43
  Author: felixonmars
Revision: 1036932

upgpkg: haskell-esqueleto 3.5.2.1-34: rebuild with stm-chans 3.0.0.5

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-04 17:30:34 UTC (rev 1036931)
+++ PKGBUILD2021-11-04 17:40:43 UTC (rev 1036932)
@@ -4,7 +4,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=3.5.2.1
-pkgrel=33
+pkgrel=34
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("BSD")



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

2021-11-04 Thread Felix Yan via arch-commits
Date: Thursday, November 4, 2021 @ 17:30:34
  Author: felixonmars
Revision: 1036931

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-test/repos/community-staging-x86_64/
  haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD
(from rev 1036930, haskell-yesod-test/trunk/PKGBUILD)

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
1036930, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-04 17:30:34 UTC (rev 1036931)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.12
+pkgrel=196
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="https://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio' 
'haskell-unliftio-core')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('777d112d8c5ae77d667da2b8d1ed91a1cf751850d5b3678e787e7123aca8666d0a4b6d6161b7109491012d56c160603d62563b881a136ccc76a1edd006c423d6')
+
+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 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+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
+}



  1   2   3   4   5   >