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

2021-02-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, February 17, 2021 @ 05:29:30
  Author: foutrelis
Revision: 862352

Switch to gn-m87; extra/gn currently targets M88

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 22:07:12 UTC (rev 862351)
+++ PKGBUILD2021-02-17 05:29:30 UTC (rev 862352)
@@ -11,7 +11,7 @@
 license=('MIT' 'custom')
 depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libxslt' 'minizip'
  'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'java-runtime-headless'
+makedepends=('clang' 'git' 'gn-m87' 'gperf' 'harfbuzz-icu' 
'java-runtime-headless'
  'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'yarn'
  'python2' 'wget')
 optdepends=('kde-cli-tools: file deletion support (kioclient5)'
@@ -173,7 +173,7 @@
 use_gnome_keyring = false
 use_sysroot = false
   '
-  gn gen out/Release \
+  gn-m87 gen out/Release \
   --args="import(\"//electron/build/args/release.gn\") ${GN_EXTRA_ARGS}"
   ninja -C out/Release electron
   # Strip before zip to avoid


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

2021-02-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, February 17, 2021 @ 05:20:55
  Author: foutrelis
Revision: 408344

archrelease: copy trunk to extra-x86_64

Added:
  gn-m87/repos/extra-x86_64/
  gn-m87/repos/extra-x86_64/PKGBUILD
(from rev 408343, gn-m87/trunk/PKGBUILD)

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

Copied: gn-m87/repos/extra-x86_64/PKGBUILD (from rev 408343, 
gn-m87/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2021-02-17 05:20:55 UTC (rev 408344)
@@ -0,0 +1,40 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=gn-m87
+pkgver=0.1831.e002e68a
+_commit=e002e68a48d1c82648eadde2f6aafa20d08c36f2
+pkgrel=1
+pkgdesc="Meta-build system that generates build files for Ninja"
+pkgdesc+=" (version shipped in Chromium 87; for apps using the 
set_sources_assignment_filter function; https://crbug.com/1018739)"
+arch=('x86_64')
+url="https://gn.googlesource.com/gn/;
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('clang' 'ninja' 'python' 'git')
+source=(git+https://gn.googlesource.com/gn#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gn
+  echo 0.$(git rev-list --count initial-commit..).$(git rev-parse --short HEAD)
+}
+
+build() {
+  cd gn
+  ./build/gen.py
+  ninja -C out
+}
+
+check() {
+  cd gn
+  ./out/gn_unittests
+}
+
+package() {
+  cd gn
+  install -D out/gn "$pkgdir/usr/bin/gn-m87"
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" docs/*
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (gn-m87 gn-m87/repos gn-m87/trunk gn-m87/trunk/PKGBUILD)

2021-02-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, February 17, 2021 @ 05:19:02
  Author: foutrelis
Revision: 408343

Add gn-m87 for chromium-based apps before M88

Added:
  gn-m87/
  gn-m87/repos/
  gn-m87/trunk/
  gn-m87/trunk/PKGBUILD

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

Added: gn-m87/trunk/PKGBUILD
===
--- gn-m87/trunk/PKGBUILD   (rev 0)
+++ gn-m87/trunk/PKGBUILD   2021-02-17 05:19:02 UTC (rev 408343)
@@ -0,0 +1,40 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=gn-m87
+pkgver=0.1831.e002e68a
+_commit=e002e68a48d1c82648eadde2f6aafa20d08c36f2
+pkgrel=1
+pkgdesc="Meta-build system that generates build files for Ninja"
+pkgdesc+=" (version shipped in Chromium 87; for apps using the 
set_sources_assignment_filter function; https://crbug.com/1018739)"
+arch=('x86_64')
+url="https://gn.googlesource.com/gn/;
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('clang' 'ninja' 'python' 'git')
+source=(git+https://gn.googlesource.com/gn#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gn
+  echo 0.$(git rev-list --count initial-commit..).$(git rev-parse --short HEAD)
+}
+
+build() {
+  cd gn
+  ./build/gen.py
+  ninja -C out
+}
+
+check() {
+  cd gn
+  ./out/gn_unittests
+}
+
+package() {
+  cd gn
+  install -D out/gn "$pkgdir/usr/bin/gn-m87"
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" docs/*
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in chromium/repos/extra-x86_64 (6 files)

2021-02-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, February 17, 2021 @ 04:49:57
  Author: foutrelis
Revision: 408342

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 408341, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-glibc-2.33.patch
(from rev 408341, chromium/trunk/chromium-glibc-2.33.patch)
  chromium/repos/extra-x86_64/subpixel-anti-aliasing-in-FreeType-2.8.1.patch
(from rev 408341, 
chromium/trunk/subpixel-anti-aliasing-in-FreeType-2.8.1.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-glibc-2.33.patch
  chromium/repos/extra-x86_64/subpixel-anti-aliasing-in-FreeType-2.8.1.patch

+
 PKGBUILD   |  486 +++
 chromium-glibc-2.33.patch  |  288 ++---
 subpixel-anti-aliasing-in-FreeType-2.8.1.patch |  200 -
 3 files changed, 487 insertions(+), 487 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-17 04:49:50 UTC (rev 408341)
+++ PKGBUILD2021-02-17 04:49:57 UTC (rev 408342)
@@ -1,243 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=88.0.4324.150
-pkgrel=1
-_launcher_ver=7
-_gcc_patchset=3
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'mesa' 'ninja' 'nodejs' 'git' 'libva'
- 'libpipewire02' 'clang' 'lld' 'gn' 'java-runtime-headless'
- 'python2-setuptools')
-optdepends=('libpipewire02: WebRTC desktop sharing under Wayland'
-'libva: hardware-accelerated video decode [experimental]'
-'kdialog: needed for file dialogs in KDE'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: for storing passwords in KWallet on KDE desktops')
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-chromium-glibc-2.33.patch
-subpixel-anti-aliasing-in-FreeType-2.8.1.patch)
-sha256sums=('ae12e94392986c6b8ea4413356a49bae0a19356ffe2ea95495303cf2decb38c3'
-'86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
-'e5a60a4c9d0544d3321cc241b4c7bd4adb0a885f090c6c6c21581eac8e3b4ba9'
-'2fccecdcd4509d4c36af873988ca9dbcba7fdb95122894a9fdf502c33a1d7a4b'
-'1e2913e21c491d546e05f9b4edf5a6c7a22d89ed0b36ef692ca6272bcd5faec6')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://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.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Allow building against system libraries in official builds
-  sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
-tools/generate_shim_headers/generate_shim_headers.py
-
-  # https://crbug.com/893950
-  sed -i -e 's/\/malloc/' -e 's/\/free/' \
-third_party/blink/renderer/core/xml/*.cc \
-third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
-third_party/libxml/chromium/*.cc
-
-  # https://crbug.com/1164975
-  patch -Np1 -i ../chromium-glibc-2.33.patch
-
-  # Upstream fixes
-  patch -Np1 -d third_party/skia 
<../subpixel-anti-aliasing-in-FreeType-2.8.1.patch
-
-  # Fixes for building with libstdc++ instead of libc++
-  patch -Np1 -i ../patches/chromium-87-openscreen-include.patch
-  patch -Np1 -i 

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

2021-02-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, February 17, 2021 @ 04:49:50
  Author: foutrelis
Revision: 408341

upgpkg: chromium 88.0.4324.182-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-17 03:39:25 UTC (rev 408340)
+++ PKGBUILD2021-02-17 04:49:50 UTC (rev 408341)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=88.0.4324.150
+pkgver=88.0.4324.182
 pkgrel=1
 _launcher_ver=7
 _gcc_patchset=3
@@ -28,7 +28,7 @@
 
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
 chromium-glibc-2.33.patch
 subpixel-anti-aliasing-in-FreeType-2.8.1.patch)
-sha256sums=('ae12e94392986c6b8ea4413356a49bae0a19356ffe2ea95495303cf2decb38c3'
+sha256sums=('30411fc3ec2d33df4c5cad41f21affa3823c80f7dbd394f6d68f9a1e81015b81'
 '86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
 'e5a60a4c9d0544d3321cc241b4c7bd4adb0a885f090c6c6c21581eac8e3b4ba9'
 '2fccecdcd4509d4c36af873988ca9dbcba7fdb95122894a9fdf502c33a1d7a4b'


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

2021-02-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, February 17, 2021 @ 03:39:25
  Author: foutrelis
Revision: 408340

archrelease: copy trunk to extra-x86_64

Added:
  gn/repos/extra-x86_64/PKGBUILD
(from rev 408339, gn/trunk/PKGBUILD)
  gn/repos/extra-x86_64/chromium-gn-version.sh
(from rev 408339, gn/trunk/chromium-gn-version.sh)
Deleted:
  gn/repos/extra-x86_64/PKGBUILD
  gn/repos/extra-x86_64/chromium-gn-version.sh

+
 PKGBUILD   |   88 +++
 chromium-gn-version.sh |   16 
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-17 03:39:20 UTC (rev 408339)
+++ PKGBUILD2021-02-17 03:39:25 UTC (rev 408340)
@@ -1,44 +0,0 @@
-# Maintainer: Evangelos Foutras 
-
-pkgname=gn
-pkgver=0.1831.e002e68a
-_commit=e002e68a48d1c82648eadde2f6aafa20d08c36f2
-pkgrel=1
-pkgdesc="Meta-build system that generates build files for Ninja"
-arch=('x86_64')
-url="https://gn.googlesource.com/gn/;
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('clang' 'ninja' 'python' 'git')
-source=(git+https://gn.googlesource.com/gn#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  echo 0.$(git rev-list --count initial-commit..).$(git rev-parse --short HEAD)
-}
-
-build() {
-  cd $pkgname
-  ./build/gen.py
-  ninja -C out
-}
-
-check() {
-  cd $pkgname
-  ./out/gn_unittests
-}
-
-package() {
-  cd $pkgname
-  install -D out/gn "$pkgdir/usr/bin/gn"
-  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" docs/*
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
-  mkdir -p "$pkgdir/usr/share/vim/vimfiles"
-  cp -r misc/vim/{autoload,ftdetect,ftplugin,syntax} \
-"$pkgdir/usr/share/vim/vimfiles/"
-  install -Dm644 -t "$pkgdir/usr/share/emacs/site-lisp" misc/emacs/gn-mode.el
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gn/repos/extra-x86_64/PKGBUILD (from rev 408339, gn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-17 03:39:25 UTC (rev 408340)
@@ -0,0 +1,44 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=gn
+pkgver=0.1859.53d92014
+_commit=53d92014bf94c3893886470a1c7c1289f8818db0
+pkgrel=1
+pkgdesc="Meta-build system that generates build files for Ninja"
+arch=('x86_64')
+url="https://gn.googlesource.com/gn/;
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('clang' 'ninja' 'python' 'git')
+source=(git+https://gn.googlesource.com/gn#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  echo 0.$(git rev-list --count initial-commit..).$(git rev-parse --short HEAD)
+}
+
+build() {
+  cd $pkgname
+  ./build/gen.py
+  ninja -C out
+}
+
+check() {
+  cd $pkgname
+  ./out/gn_unittests
+}
+
+package() {
+  cd $pkgname
+  install -D out/gn "$pkgdir/usr/bin/gn"
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" docs/*
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  mkdir -p "$pkgdir/usr/share/vim/vimfiles"
+  cp -r misc/vim/{autoload,ftdetect,ftplugin,syntax} \
+"$pkgdir/usr/share/vim/vimfiles/"
+  install -Dm644 -t "$pkgdir/usr/share/emacs/site-lisp" misc/emacs/gn-mode.el
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: chromium-gn-version.sh
===
--- chromium-gn-version.sh  2021-02-17 03:39:20 UTC (rev 408339)
+++ chromium-gn-version.sh  2021-02-17 03:39:25 UTC (rev 408340)
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-set -eo pipefail
-
-chromium_version=${1:-$(curl -s https://omahaproxy.appspot.com/linux)}
-
-curl -s 
https://chromium.googlesource.com/chromium/src/+/$chromium_version/DEPS?format=TEXT
 |
-   base64 -d | grep -Po "'gn_version': 'git_revision:\K[^']*"

Copied: gn/repos/extra-x86_64/chromium-gn-version.sh (from rev 408339, 
gn/trunk/chromium-gn-version.sh)
===
--- chromium-gn-version.sh  (rev 0)
+++ chromium-gn-version.sh  2021-02-17 03:39:25 UTC (rev 408340)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+set -eo pipefail
+
+chromium_version=${1:-$(curl -s https://omahaproxy.appspot.com/linux)}
+
+curl -s 
https://chromium.googlesource.com/chromium/src/+/$chromium_version/DEPS?format=TEXT
 |
+   base64 -d | grep -Po "'gn_version': 'git_revision:\K[^']*"


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

2021-02-16 Thread Evangelos Foutras via arch-commits
Date: Wednesday, February 17, 2021 @ 03:39:20
  Author: foutrelis
Revision: 408339

upgpkg: gn 0.1859.53d92014-1: bump to revision in Chromium 88 DEPS

Modified:
  gn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-17 02:58:28 UTC (rev 408338)
+++ PKGBUILD2021-02-17 03:39:20 UTC (rev 408339)
@@ -1,8 +1,8 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=gn
-pkgver=0.1831.e002e68a
-_commit=e002e68a48d1c82648eadde2f6aafa20d08c36f2
+pkgver=0.1859.53d92014
+_commit=53d92014bf94c3893886470a1c7c1289f8818db0
 pkgrel=1
 pkgdesc="Meta-build system that generates build files for Ninja"
 arch=('x86_64')


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

2021-02-16 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, February 17, 2021 @ 02:58:28
  Author: grazzolini
Revision: 408338

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 408337, mkinitcpio/trunk/PKGBUILD)
  mkinitcpio/repos/testing-any/mkinitcpio.install
(from rev 408337, mkinitcpio/trunk/mkinitcpio.install)

+
 PKGBUILD   |   41 +
 mkinitcpio.install |   15 +++
 2 files changed, 56 insertions(+)

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 408337, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-02-17 02:58:28 UTC (rev 408338)
@@ -0,0 +1,41 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Dave Reisner 
+# Maintainer: Thomas Bächler 
+
+pkgname=mkinitcpio
+pkgver=30
+pkgrel=1
+pkgdesc="Modular initramfs image creation utility"
+arch=('any')
+url="https://projects.archlinux.org/mkinitcpio.git/;
+license=('GPL')
+depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 
'libarchive' 'coreutils'
+ 'bash' 'diffutils' 'findutils' 'grep' 'filesystem>=2011.10-1' 'zstd' 
'systemd')
+optdepends=('gzip: Use gzip compression for the initramfs image'
+'xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'lz4: Use lz4 compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+provides=('initramfs')
+backup=('etc/mkinitcpio.conf')
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+install=mkinitcpio.install
+sha512sums=('ef43a8ddc01697fa43bede4eebad3271bbc89efa57ba7e4e9f321e8174ff2af74d857b308c5c0f37b42a91906c91c1b022f9a651c70d5d3e9dfc8dc441a60ee4'
+'SKIP')
+b2sums=('2001f9ac12bfa7369ad32842956cd21b2a786cd28133b6d3256e4aa77210c78ec6cac8a710ff8c2feb5a4797c1a33ce8c8c7dfabd84d7927c08bf8377e330300'
+'SKIP')
+validpgpkeys=('ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB'# Giancarlo 
Razzolini
+  '86CFFCA918CF3AF47147588051E8B148AC34')   # Evangelos Foutras
+
+# prepare() {
+#   cd $pkgname-$pkgver
+# }
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}

Copied: mkinitcpio/repos/testing-any/mkinitcpio.install (from rev 408337, 
mkinitcpio/trunk/mkinitcpio.install)
===
--- testing-any/mkinitcpio.install  (rev 0)
+++ testing-any/mkinitcpio.install  2021-02-17 02:58:28 UTC (rev 408338)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ "$(vercmp 0.9.0 "$2")" -eq 1 ]; then
+printf '==> If your /usr is on a separate partition, you must add the 
"usr" hook\n'
+printf 'to /etc/mkinitcpio.conf and regenerate your images before 
rebooting\n'
+  fi
+
+  if [ "$(vercmp 0.12.0 "$2")" -eq 1 ]; then
+printf '==> The "block" hook has replaced several hooks:\n'
+printf '   fw, sata, pata, scsi, virtio, mmc, usb\n'
+printf 'Replace any and all of these in /etc/mkinitcpio.conf with a 
single\n'
+printf 'instance of the "block" hook\n'
+  fi
+}


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

2021-02-16 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, February 17, 2021 @ 02:57:39
  Author: grazzolini
Revision: 408337

upgpkg: mkinitcpio 30-1

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-17 02:02:01 UTC (rev 408336)
+++ PKGBUILD2021-02-17 02:57:39 UTC (rev 408337)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=29
+pkgver=30
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
@@ -10,8 +10,9 @@
 url="https://projects.archlinux.org/mkinitcpio.git/;
 license=('GPL')
 depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.23' 
'libarchive' 'coreutils'
- 'bash' 'diffutils' 'findutils' 'grep' 'filesystem>=2011.10-1' 'gzip' 
'systemd')
-optdepends=('xz: Use lzma or xz compression for the initramfs image'
+ 'bash' 'diffutils' 'findutils' 'grep' 'filesystem>=2011.10-1' 'zstd' 
'systemd')
+optdepends=('gzip: Use gzip compression for the initramfs image'
+'xz: Use lzma or xz compression for the initramfs image'
 'bzip2: Use bzip2 compression for the initramfs image'
 'lzop: Use lzo compression for the initramfs image'
 'lz4: Use lz4 compression for the initramfs image'
@@ -20,9 +21,9 @@
 backup=('etc/mkinitcpio.conf')
 
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha512sums=('cc03159f16ae12a0d1ebf6a1827f8cdaf73ad0910bf2b1b0f30b737b1cff472130eb41c3669c180291a9861c3c3167498d1f9d60cb9782aeb1ef1d0cd2156068'
+sha512sums=('ef43a8ddc01697fa43bede4eebad3271bbc89efa57ba7e4e9f321e8174ff2af74d857b308c5c0f37b42a91906c91c1b022f9a651c70d5d3e9dfc8dc441a60ee4'
 'SKIP')
-b2sums=('4303216cc3c020bf58491a18b13785660e08f418a333f5b975b29b1da4f6b4427f5bbda358018a34e6894217c6368fdf3fe73d361e770a4b6e40abb12ba2fd02'
+b2sums=('2001f9ac12bfa7369ad32842956cd21b2a786cd28133b6d3256e4aa77210c78ec6cac8a710ff8c2feb5a4797c1a33ce8c8c7dfabd84d7927c08bf8377e330300'
 'SKIP')
 validpgpkeys=('ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB'# Giancarlo 
Razzolini
   '86CFFCA918CF3AF47147588051E8B148AC34')   # Evangelos Foutras


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

2021-02-16 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, February 17, 2021 @ 02:02:01
  Author: grazzolini
Revision: 408336

archrelease: copy trunk to testing-x86_64

Added:
  dracut/repos/testing-x86_64/
  dracut/repos/testing-x86_64/PKGBUILD
(from rev 408335, dracut/trunk/PKGBUILD)

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

Copied: dracut/repos/testing-x86_64/PKGBUILD (from rev 408335, 
dracut/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-17 02:02:01 UTC (rev 408336)
@@ -0,0 +1,45 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=dracut
+pkgver=052
+pkgrel=1
+pkgdesc="An event driven initramfs infrastructure"
+arch=('x86_64')
+url="https://dracut.wiki.kernel.org;
+license=('GPL')
+depends=('bash' 'coreutils' 'cpio' 'filesystem' 'findutils' 'grep' 'gzip'
+ 'kmod' 'pkgconf' 'procps-ng' 'sed' 'systemd' 'util-linux' 'xz')
+makedepends=('asciidoc' 'bash-completion' 'git')
+optdepends=('binutils: --uefi option support'
+'elfutils: strip binaries to reduce initramfs size'
+'hardlink: --hardlink option support'
+'multipath-tools: dmraid dracut module support'
+'pigz: faster gzip compression'
+'sbsigntools: uefi_secureboot_cert/key configuration option 
support')
+provides=('initramfs')
+backup=('etc/dracut.conf')
+source=(https://mirrors.edge.kernel.org/pub/linux/utils/boot/dracut/dracut-${pkgver}.tar{.gz,.sign})
+sha512sums=('c36fbcd4c40c9f9c90d285338758e2dfa47fa68499a08f697f2fb51404dce513aed7d74a570620a698ba39cd8e42dc3dcbeec274fda4867149a1019cf35d10b1'
+'SKIP')
+validpgpkeys=(
+  '7F3D64824AC0B6B8009E50504BC0896FB5693595' # Harald Hoyer 
+)
+
+build() {
+  local prefix=/usr sysconfdir=/etc
+  
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  ./configure \
+--sysconfdir=${sysconfdir} \
+--prefix=${prefix} \
+--libdir=${prefix}/lib \
+--systemdsystemunitdir=${prefix}/lib/systemd/system \
+--bashcompletiondir=$(pkg-config --variable=completionsdir bash-completion)
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  DESTDIR="$pkgdir" make install
+}


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

2021-02-16 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, February 17, 2021 @ 02:01:18
  Author: grazzolini
Revision: 408335

upgpkg: dracut 052-1

Modified:
  dracut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 23:26:22 UTC (rev 408334)
+++ PKGBUILD2021-02-17 02:01:18 UTC (rev 408335)
@@ -1,6 +1,6 @@
 # Maintainer: Giancarlo Razzolini 
 pkgname=dracut
-pkgver=051
+pkgver=052
 pkgrel=1
 pkgdesc="An event driven initramfs infrastructure"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 provides=('initramfs')
 backup=('etc/dracut.conf')
 
source=(https://mirrors.edge.kernel.org/pub/linux/utils/boot/dracut/dracut-${pkgver}.tar{.gz,.sign})
-sha512sums=('e714ca395aa3534c28793b91fd79ec400f6e87ae98f67042e20d1312e25693f31629537475f2445587bc548bac94731e3cec8cba928ac34cebf05b1b08f67e07'
+sha512sums=('c36fbcd4c40c9f9c90d285338758e2dfa47fa68499a08f697f2fb51404dce513aed7d74a570620a698ba39cd8e42dc3dcbeec274fda4867149a1019cf35d10b1'
 'SKIP')
 validpgpkeys=(
   '7F3D64824AC0B6B8009E50504BC0896FB5693595' # Harald Hoyer 


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

2021-02-16 Thread Jan Steffens via arch-commits
Date: Tuesday, February 16, 2021 @ 23:26:22
  Author: heftig
Revision: 408334

archrelease: copy trunk to extra-x86_64

Added:
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 408333, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 23:26:14 UTC (rev 408333)
+++ PKGBUILD2021-02-16 23:26:22 UTC (rev 408334)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.38.0
-pkgrel=1
-pkgdesc="Access, organize, and share your photos on GNOME"
-arch=(x86_64)
-url="https://wiki.gnome.org/Apps/Photos;
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas
- grilo-plugins lcms2 tracker-miners geocode-glib grilo gfbgraph 
libgdata
- libgexiv2 libraw gnome-online-accounts gnome-online-miners
- dleyna-server dleyna-renderer libdazzle)
-makedepends=(python yelp-tools git meson)
-groups=(gnome)
-_commit=41163eb32eca3870183ebb3e83cbb0c63421950c  # tags/3.38.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url subprojects/libgd "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 408333, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 23:26:22 UTC (rev 408334)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.38.1
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Photos;
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas
+ grilo-plugins lcms2 tracker-miners geocode-glib grilo gfbgraph 
libgdata
+ libgexiv2 libraw gnome-online-accounts gnome-online-miners
+ dleyna-server dleyna-renderer libdazzle)
+makedepends=(python yelp-tools git meson)
+groups=(gnome)
+_commit=ba3f4da85b5d76fe70237d97b9690dd17eb99ecb  # tags/3.38.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2021-02-16 Thread Jan Steffens via arch-commits
Date: Tuesday, February 16, 2021 @ 23:26:14
  Author: heftig
Revision: 408333

3.38.1-1

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 22:19:53 UTC (rev 408332)
+++ PKGBUILD2021-02-16 23:26:14 UTC (rev 408333)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.38.0
+pkgver=3.38.1
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -13,7 +13,7 @@
  dleyna-server dleyna-renderer libdazzle)
 makedepends=(python yelp-tools git meson)
 groups=(gnome)
-_commit=41163eb32eca3870183ebb3e83cbb0c63421950c  # tags/3.38.0^0
+_commit=ba3f4da85b5d76fe70237d97b9690dd17eb99ecb  # tags/3.38.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'


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

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 22:19:53
  Author: dvzrv
Revision: 408332

archrelease: copy trunk to testing-x86_64

Added:
  sane/repos/testing-x86_64/66-saned.rules
(from rev 408331, sane/trunk/66-saned.rules)
  sane/repos/testing-x86_64/PKGBUILD
(from rev 408331, sane/trunk/PKGBUILD)
  sane/repos/testing-x86_64/sane.sysusers
(from rev 408331, sane/trunk/sane.sysusers)
  sane/repos/testing-x86_64/saned.service
(from rev 408331, sane/trunk/saned.service)
  sane/repos/testing-x86_64/saned.socket
(from rev 408331, sane/trunk/saned.socket)
Deleted:
  sane/repos/testing-x86_64/66-saned.rules
  sane/repos/testing-x86_64/PKGBUILD
  sane/repos/testing-x86_64/sane.sysusers
  sane/repos/testing-x86_64/saned.service
  sane/repos/testing-x86_64/saned.socket

+
 66-saned.rules |4 -
 PKGBUILD   |  218 +++
 sane.sysusers  |2 
 saned.service  |   36 -
 saned.socket   |   20 ++---
 5 files changed, 141 insertions(+), 139 deletions(-)

Deleted: 66-saned.rules
===
--- 66-saned.rules  2021-02-16 22:19:44 UTC (rev 408331)
+++ 66-saned.rules  2021-02-16 22:19:53 UTC (rev 408332)
@@ -1,2 +0,0 @@
-# udev rule for saned (SANE scanning daemon) to be able to write on usb port
-ENV{libsane_matched}=="yes", ENV{DEVNAME}!="", RUN+="/usr/bin/setfacl -m 
g:saned:rw $env{DEVNAME}"

Copied: sane/repos/testing-x86_64/66-saned.rules (from rev 408331, 
sane/trunk/66-saned.rules)
===
--- 66-saned.rules  (rev 0)
+++ 66-saned.rules  2021-02-16 22:19:53 UTC (rev 408332)
@@ -0,0 +1,2 @@
+# udev rule for saned (SANE scanning daemon) to be able to write on usb port
+ENV{libsane_matched}=="yes", ENV{DEVNAME}!="", RUN+="/usr/bin/setfacl -m 
g:saned:rw $env{DEVNAME}"

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 22:19:44 UTC (rev 408331)
+++ PKGBUILD2021-02-16 22:19:53 UTC (rev 408332)
@@ -1,108 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Maintainer: David Runge 
-# Contributor: Sarah Hay 
-# Contributor: Simo L. 
-# Contributor: eric 
-
-_name=backends
-pkgname=sane
-pkgver=1.0.32
-pkgrel=2
-pkgdesc="Scanner Access Now Easy"
-url="http://www.sane-project.org/;
-arch=('x86_64')
-license=('GPL2')
-# NOTE: libgphoto2 can be moved to makedepends once the package also provides
-# libgphoto2_port.so
-depends=('bash' 'cairo' 'gcc-libs' 'glibc' 'libgphoto2' 'libnl'
-'libpng' 'libxml2' 'libieee1284' 'net-snmp' 'openssl' 'v4l-utils')
-makedepends=('autoconf-archive' 'avahi' 'curl' 'glib2' 'libjpeg-turbo'
-'libtiff' 'libusb' 'poppler-glib' 'python' 'systemd' 'texlive-latexextra')
-provides=('libsane.so')
-source=("https://gitlab.com/sane-project/${_name}/-/archive/${pkgver}/${_name}-${pkgver}.tar.gz;
-"66-${pkgname}d.rules"
-"${pkgname}.sysusers"
-"${pkgname}d.service"
-"${pkgname}d.socket"
-)
-sha512sums=('a0f6b185704af2a34f67587ef79af3fd5f54dbe540a08a8db4cebd502d08217d07a5a19a855020a772509b6679f53cb028108e62c3aff4847f8a816e7ba16b6c'
-
'd0d1b6bd6fbb04d610e7186e26d04c2233a620cc7c731ca3acd7fb860dd033fbe99d8974ffa1dd59c8affcc4aa2664d76ab3dfd6f7b2a734b31d7e3832359c41'
-
'd8cd194b57eff2249df2b8d540a892e518aa3e3bba6387211ed21230dc235e98c49b71f262f0b1007e8c859c59776410840376244e0aec1f06363881b2c81fd8'
-
'baf2cf2fdff689f776973ac4f69ea02b131f2a1a754a8d52a8e8ad33b0e559ba286649a891723a7ad94b2bcb01ec88155d43c36eaeb35e47fbc8ea80c49c5d47'
-
'a23ceeeb02bd9e214702003a3165886858ecbdd93df89cd37ad5f00581745454548ccda0ab656f2dc0acbf2896a8781568c786797e64a07014be003d6140a093')
-b2sums=('e2e0c617a2e9ec45f5dd3aa8e393b54a52ecb6543ac0e7057a9b4306493fe578de006bf0d8fa128f4d1925cfb6524eb56d15565baaf41045b3b32d5af2cd8dfa'
-
'c9c6ba224b9b27f4ecc6b1ded6621a8abb52b1ded2d9078e4cad31177290b788e286fad74545a5cb09e1f6726515adc22003988eb646dc986e87f1a8061a0e27'
-
'2a4ddc9849562e3a0adcaec1859391e3f37a63f25c27dbc140cabd697bd65b89a0fc812c4516cbdfb36d1f30844df34934b3c1c59650101f54fc1ac0acb3f5d9'
-
'272b4860dbd3f2b69eedfed4532cf8a388629c003c9a0e0ee98defbc2023e07edc26275a17f56ea9fd4d90e9b3b6532c5b10d1e2b91e6ab4df242ac44101d802'
-
'5e9f0350a1553fc75aea88ce355fb68b881e3b2194ac0e3c6f3cecdae79111fb1db1cfe3b4933eca15af5f985fc6b89e4d9af3844b6e9cfd542828b6b9e57ed9')
-
-prepare() {
-  cd "${_name}-${pkgver}"
-  # create version files, so that autotools macros can use them:
-  # https://gitlab.com/sane-project/backends/-/issues/440
-  echo "${pkgver}" > .tarball-version
-  echo "${pkgver}" > .version
-  autoreconf -fiv
-}
-
-build() {
-  cd "${_name}-${pkgver}"
-
-  ./configure --prefix=/usr \
---disable-rpath \
---docdir="/usr/share/doc/${pkgname}" \
---enable-locking \
---enable-pthread \
---enable-pnm-backend \
-

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

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 22:19:44
  Author: dvzrv
Revision: 408331

upgpkg: sane 1.0.32-3: Rebuild to remove testing features and changelogs.

Disable the potentially dangerous testing feature pnm-backend.
Disable locking, as the detection of groups does not work in the build 
environment.
Remove unused libglib-2.0.so dependency.
Remove old changelog files.

Modified:
  sane/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 22:03:17 UTC (rev 408330)
+++ PKGBUILD2021-02-16 22:19:44 UTC (rev 408331)
@@ -7,7 +7,7 @@
 _name=backends
 pkgname=sane
 pkgver=1.0.32
-pkgrel=2
+pkgrel=3
 pkgdesc="Scanner Access Now Easy"
 url="http://www.sane-project.org/;
 arch=('x86_64')
@@ -49,11 +49,10 @@
   cd "${_name}-${pkgver}"
 
   ./configure --prefix=/usr \
+--disable-locking \
 --disable-rpath \
 --docdir="/usr/share/doc/${pkgname}" \
---enable-locking \
 --enable-pthread \
---enable-pnm-backend \
 --localstatedir=/var \
 --sbindir=/usr/bin \
 --sysconfdir=/etc \
@@ -73,8 +72,8 @@
 
 package() {
   depends+=('libavahi-client.so' 'libavahi-common.so' 'libcurl.so'
-  'libgphoto2.so' 'libglib-2.0.so' 'libgobject-2.0.so' 'libpoppler-glib.so'
-  'libsystemd.so' 'libtiff.so' 'libusb-1.0.so')
+  'libgphoto2.so' 'libgobject-2.0.so' 'libpoppler-glib.so' 'libsystemd.so'
+  'libtiff.so' 'libusb-1.0.so')
 
   cd "${_name}-${pkgver}"
 
@@ -100,6 +99,9 @@
   # sysusers.d
   install -vDm 644 "../${pkgname}.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
 
+  # remove old ChangeLogs
+  rm -rvf "${pkgdir}/usr/share/doc/${pkgname}/ChangeLogs/"
+
   # add files below /etc/sane.d to backup array
   cd "${pkgdir}"
   # trick extract_function_variable() in makepkg into not detecting the


[arch-commits] Commit in iwd/trunk (PKGBUILD ell-0.37.patch)

2021-02-16 Thread Andreas Radke via arch-commits
Date: Tuesday, February 16, 2021 @ 22:07:05
  Author: andyrtr
Revision: 862350

upgpkg: iwd 1.12-1: upstream update 1.12

Modified:
  iwd/trunk/PKGBUILD
Deleted:
  iwd/trunk/ell-0.37.patch

+
 PKGBUILD   |   16 +---
 ell-0.37.patch |   28 
 2 files changed, 5 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 21:59:32 UTC (rev 862349)
+++ PKGBUILD2021-02-16 22:07:05 UTC (rev 862350)
@@ -3,8 +3,8 @@
 # Contributor: AndyRTR 
 
 pkgname=iwd
-pkgver=1.11
-pkgrel=2
+pkgver=1.12
+pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -11,19 +11,13 @@
 license=('LGPL')
 depends=('glibc' 'readline' 'libreadline.so' 'ell')
 makedepends=('python-docutils' 'dbus' 'systemd')
-source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
-ell-0.37.patch)
-sha512sums=('09c5e5e105b6107d88eff4238bf023f7bf1a408f522b9f84fac890c123bff2e124b937b81e1559db7fe0720f0ac423dc7d37c1b6d502fc4a7b7403fcd798e01d'
-'SKIP'
-
'62ccf320ce1a1b3aba25b4d1ab9162aa3717fc6dab31788d820bdda167a62339a83cd6ebadd50e21a1be808b019bbc03aed059079492acd2cd9e85f66d704839')
+source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
+sha512sums=('f331a60430582269801cb01d4eca9957a200c5cfecff637941414eb6db4f077c2dbf824b776cd78ae57b27d442cdb8ec9b3ce8468c206387ea1eee2c9973fcaa'
+'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog
 install=iwd.install
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < ell-0.37.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
dbus-run-session ./configure --prefix=/usr \

Deleted: ell-0.37.patch
===
--- ell-0.37.patch  2021-02-16 21:59:32 UTC (rev 862349)
+++ ell-0.37.patch  2021-02-16 22:07:05 UTC (rev 862350)
@@ -1,28 +0,0 @@
-From 9ef3d51f8724c9b9f9fd4d4fffcc730f4bb1c806 Mon Sep 17 00:00:00 2001
-From: Andrew Zaborowski 
-Date: Thu, 24 Dec 2020 00:22:15 +0100
-Subject: crypto: Update l_pkcs5_pbkdf2 call after rename
-

- src/crypto.c | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/src/crypto.c b/src/crypto.c
-index f5f8e24d..563f17ce 100644
 a/src/crypto.c
-+++ b/src/crypto.c
-@@ -552,8 +552,9 @@ int crypto_psk_from_passphrase(const char *passphrase,
-   if (ssid_len == 0 || ssid_len > 32)
-   return -ERANGE;
- 
--  result = l_pkcs5_pbkdf2(L_CHECKSUM_SHA1, passphrase, ssid, ssid_len,
--  4096, psk, sizeof(psk));
-+  result = l_cert_pkcs5_pbkdf2(L_CHECKSUM_SHA1, passphrase,
-+  ssid, ssid_len, 4096,
-+  psk, sizeof(psk));
-   if (!result)
-   return -ENOKEY;
- 
--- 
-cgit 1.2.3-1.el7
-


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

2021-02-16 Thread Andreas Radke via arch-commits
Date: Tuesday, February 16, 2021 @ 22:07:12
  Author: andyrtr
Revision: 862351

archrelease: copy trunk to community-testing-x86_64

Added:
  iwd/repos/community-testing-x86_64/
  iwd/repos/community-testing-x86_64/ChangeLog
(from rev 862350, iwd/trunk/ChangeLog)
  iwd/repos/community-testing-x86_64/PKGBUILD
(from rev 862350, iwd/trunk/PKGBUILD)
  iwd/repos/community-testing-x86_64/iwd.install
(from rev 862350, iwd/trunk/iwd.install)

-+
 ChangeLog   |  213 ++
 PKGBUILD|   50 +
 iwd.install |6 +
 3 files changed, 269 insertions(+)

Copied: iwd/repos/community-testing-x86_64/ChangeLog (from rev 862350, 
iwd/trunk/ChangeLog)
===
--- community-testing-x86_64/ChangeLog  (rev 0)
+++ community-testing-x86_64/ChangeLog  2021-02-16 22:07:12 UTC (rev 862351)
@@ -0,0 +1,213 @@
+ver 1.9:
+   Fix issue with WPA3 connections in transition mode.
+   Fix issue with handling roaming attempt failures.
+   Add support for radio management work queue.
+   Add support P2P service manager interface.
+   Add support for WiFi Display client API.
+
+ver 1.8:
+   Fix issue with handling FT AKMs when not supported.
+   Fix issue with handling FILS and RSNE in authenticate.
+   Fix issue with handling auto-connection and quick scan.
+   Fix issue with sending multiple scan requests.
+   Add support for P2P feature and API.
+
+ver 1.7:
+   Fix issue with APs that send IGTK falsely in big endian.
+   Fix issue with setting linkmode & operstate for open networks.
+
+ver 1.6:
+   Fix issue with handling missing AP stop events.
+   Fix issue with handling out-of-order disconnect events.
+   Fix issue with handling missing auth/assoc support.
+   Fix issue with handling omitted EAP-TLS-CACert.
+   Fix issue with handling OWE PTK derivation.
+   Add support for internal frame exchange API.
+   Add support for MAC randomization and override.
+   Add support for per-network MAC addresses.
+
+ver 1.5:
+   Fix issue with handling missing NEW_WIPHY events.
+   Fix issue with interface creation and NEW_WIPHY events.
+   Fix issue with handling LastConnectedTime property change.
+   Fix issue with PEAPv0 interoperability with Windows.
+
+ver 1.4:
+   Fix issue with handling Crypto-Binding and invalid MACs.
+   Fix issue with handling change station error results.
+   Fix issue with handling DNS resolving installations.
+
+ver 1.3:
+   Fix issue with handling EAP-GTC and password requests.
+   Fix issue with handling Crypto-Binding TLV for PEAPv0.
+   Fix issue with handling key installation and PEAP Phase 2.
+   Fix issue with handling externally triggered scan requests.
+   Fix issue with handling RCPI calculation for RRM requests.
+
+ver 1.2:
+   Fix issue with handling scan requests while connecting.
+   Fix issue with handling scan duration for RRM requests.
+   Fix issue with handling parent TSF value for RRM requests.
+
+ver 1.1:
+   Fix issue with simple configuration support checks.
+   Fix issue with handling TLS tunnel and PEAPv0.
+   Add support for radio resource management.
+
+ver 1.0:
+   Add support for stable D-Bus interfaces.
+   Add support for network configuration documentation.
+
+ver 0.23:
+   Fix issue with strict certificate chain checks.
+   Fix issue with parsing RSNE_ADVANCE information.
+   Fix issue with parsing RSN information for WPA1.
+   Fix issue with logic error in scan frequency validation.
+   Fix issue with integer overflow and authentication frames.
+   Add support for installing various manual pages.
+
+ver 0.22:
+   Fix issue with hotplug and device capability detection.
+   Add support for IPv6 network configuration handling.
+   Add support for embedding certificates in profiles.
+
+ver 0.21:
+   Fix issue with cleartext ACK and tunneled EAP-Success.
+   Fix issue with setting bits in extended capabilities.
+   Fix issue with WPA-1 information element parsing.
+   Add support for handling QoS Map IE and frames.
+   Add support for STATE_DIRECTORY environment.
+   Add support for CONFIGURATION_DIRECTORY environment.
+
+ver 0.20:
+   Add support for adding Extended Capabilities bits.
+   Add support for ServerDomainMask configuration option.
+
+ver 0.19:
+   Add support for Hotspot 2.0 functionality.
+   Add support for FILS Fast Transition feature.
+   Add support for network configuration handling.
+   Add support for resolution services framework.
+
+ver 0.18:
+   Fix issue with handling stale scan results.
+   Fix issue with handling OWE group renegotiation.
+   Fix issue with handshake failures on FT-PSK.
+   Add support for FILS (Fast Initial Link Setup).

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

2021-02-16 Thread Andreas Radke via arch-commits
Date: Tuesday, February 16, 2021 @ 22:03:17
  Author: andyrtr
Revision: 408330

archrelease: copy trunk to testing-x86_64

Added:
  ell/repos/testing-x86_64/
  ell/repos/testing-x86_64/PKGBUILD
(from rev 408329, ell/trunk/PKGBUILD)

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

Copied: ell/repos/testing-x86_64/PKGBUILD (from rev 408329, ell/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 22:03:17 UTC (rev 408330)
@@ -0,0 +1,34 @@
+# Maintainer: AndyRTR 
+# Contributor: Jameson Pugh 
+
+pkgname=ell
+pkgver=0.38
+pkgrel=1
+pkgdesc="Embedded Linux library"
+arch=(x86_64)
+url="https://01.org/ell;
+#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
+license=('LGPL2.1')
+depends=('glibc')
+checkdepends=('dbus')
+# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
+source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha256sums=('c1b7ae5676eec310f08757b3d8652b8e818776be1897fb5deb59e55f02a012a7'
+'SKIP')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2021-02-16 Thread Andreas Radke via arch-commits
Date: Tuesday, February 16, 2021 @ 22:03:11
  Author: andyrtr
Revision: 408329

upgpkg: ell 0.38-1: upstream update 0.38

Modified:
  ell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 21:56:40 UTC (rev 408328)
+++ PKGBUILD2021-02-16 22:03:11 UTC (rev 408329)
@@ -2,7 +2,7 @@
 # Contributor: Jameson Pugh 
 
 pkgname=ell
-pkgver=0.37
+pkgver=0.38
 pkgrel=1
 pkgdesc="Embedded Linux library"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 checkdepends=('dbus')
 # https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
 
source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha256sums=('30027a2043bbe2faca7849946bb2ed7d5e48c1b9d2638bfa8f5fdef3093c4784'
+sha256sums=('c1b7ae5676eec310f08757b3d8652b8e818776be1897fb5deb59e55f02a012a7'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
 


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

2021-02-16 Thread Andreas Radke via arch-commits
Date: Tuesday, February 16, 2021 @ 21:59:32
  Author: andyrtr
Revision: 862349

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 862348, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 862348, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-16 21:59:32 UTC (rev 862349)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+pkgver=0.43
+pkgrel=129
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2021-02-16 Thread Andreas Radke via arch-commits
Date: Tuesday, February 16, 2021 @ 21:59:26
  Author: andyrtr
Revision: 862348

upgpkg: tp_smapi-lts 0.43-129: kernel rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 21:58:34 UTC (rev 862347)
+++ PKGBUILD2021-02-16 21:59:26 UTC (rev 862348)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=128
+pkgrel=129
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2021-02-16 Thread Andreas Radke via arch-commits
Date: Tuesday, February 16, 2021 @ 21:58:34
  Author: andyrtr
Revision: 862347

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 862346, r8168-lts/trunk/PKGBUILD)

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 862346, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-16 21:58:34 UTC (rev 862347)
@@ -0,0 +1,35 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.048.03
+pkgrel=62
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2021-02-16 Thread Andreas Radke via arch-commits
Date: Tuesday, February 16, 2021 @ 21:58:28
  Author: andyrtr
Revision: 862346

upgpkg: r8168-lts 8.048.03-62: kernel rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 21:57:16 UTC (rev 862345)
+++ PKGBUILD2021-02-16 21:58:28 UTC (rev 862346)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.048.03
-pkgrel=61
+pkgrel=62
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2021-02-16 Thread Andreas Radke via arch-commits
Date: Tuesday, February 16, 2021 @ 21:57:16
  Author: andyrtr
Revision: 862345

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 862344, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 862344, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-16 21:57:16 UTC (rev 862345)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.2.1
+pkgrel=28
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+provides=('acpi_call')
+
+build() {
+  _kernver=$(

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

2021-02-16 Thread Andreas Radke via arch-commits
Date: Tuesday, February 16, 2021 @ 21:57:11
  Author: andyrtr
Revision: 862344

upgpkg: acpi_call-lts 1.2.1-28: kernel rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 21:52:36 UTC (rev 862343)
+++ PKGBUILD2021-02-16 21:57:11 UTC (rev 862344)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.1
-pkgrel=27
+pkgrel=28
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2021-02-16 Thread Andreas Radke via arch-commits
Date: Tuesday, February 16, 2021 @ 21:56:40
  Author: andyrtr
Revision: 408328

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 408327, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 408327, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 21:56:40 UTC (rev 408328)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=460.39
+pkgrel=10
+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-02-16 Thread Andreas Radke via arch-commits
Date: Tuesday, February 16, 2021 @ 21:56:30
  Author: andyrtr
Revision: 408327

upgpkg: nvidia-lts 1:460.39-10: kernel rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 21:41:42 UTC (rev 408326)
+++ PKGBUILD2021-02-16 21:56:30 UTC (rev 408327)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=460.39
-pkgrel=9
+pkgrel=10
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')


[arch-commits] Commit in stylelint-config-standard/repos/community-any (2 files)

2021-02-16 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 16, 2021 @ 21:52:36
  Author: polyzen
Revision: 862343

archrelease: copy trunk to community-any

Added:
  stylelint-config-standard/repos/community-any/PKGBUILD
(from rev 862342, stylelint-config-standard/trunk/PKGBUILD)
Deleted:
  stylelint-config-standard/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 21:52:01 UTC (rev 862342)
+++ PKGBUILD2021-02-16 21:52:36 UTC (rev 862343)
@@ -1,45 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=stylelint-config-standard
-pkgver=20.0.0
-pkgrel=4
-pkgdesc='Standard shareable config for stylelint'
-arch=('any')
-url=https://github.com/stylelint/stylelint-config-standard
-license=('MIT')
-depends=('stylelint')
-makedepends=('git' 'jq' 'npm')
-source=("git+$url.git")
-b2sums=('SKIP')
-
-build() {
-  cd $pkgname
-  npm ci
-  npm pack
-}
-
-check() {
-  cd $pkgname
-  npm test
-}
-
-package() {
-  cd $pkgname
-  npm install --global \
-  --user root \
-  --prefix "$pkgdir"/usr \
-  --production \
-  $pkgname-$pkgver.tgz
-  chown -R root:root "$pkgdir"
-
-  # Remove references to $srcdir and $pkgdir
-  find "$pkgdir" -name package.json -print0 | xargs -r -0 sed -i '/_where/d'
-
-  local tmppackage="$(mktemp)"
-  local pkgjson="$pkgdir/usr/lib/node_modules/$pkgname/package.json"
-  jq '.|=with_entries(select(.key|test("_.+")|not))' "$pkgjson" > "$tmppackage"
-  mv "$tmppackage" "$pkgjson"
-  chmod 644 "$pkgjson"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stylelint-config-standard/repos/community-any/PKGBUILD (from rev 
862342, stylelint-config-standard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 21:52:36 UTC (rev 862343)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=stylelint-config-standard
+pkgver=20.0.0
+pkgrel=5
+pkgdesc='Standard shareable config for stylelint'
+arch=('any')
+url=https://github.com/stylelint/stylelint-config-standard
+license=('MIT')
+depends=('stylelint' 'stylelint-config-recommended')
+makedepends=('git' 'npm')
+source=("git+$url.git")
+b2sums=('SKIP')
+
+build() {
+  cd $pkgname
+  npm ci
+}
+
+check() {
+  cd $pkgname
+  npm test
+}
+
+package() {
+  cd $pkgname
+  install -Dm644 -t "$pkgdir"/usr/lib/node_modules/$pkgname index.js
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname {CHANGELOG,README}.md
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-16 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 16, 2021 @ 21:52:01
  Author: polyzen
Revision: 862342

archrelease: copy trunk to community-any

Added:
  stylelint/repos/community-any/PKGBUILD
(from rev 862341, stylelint/trunk/PKGBUILD)
Deleted:
  stylelint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 21:51:29 UTC (rev 862341)
+++ PKGBUILD2021-02-16 21:52:01 UTC (rev 862342)
@@ -1,49 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=stylelint
-pkgver=13.10.0
-pkgrel=2
-pkgdesc='Mighty, modern CSS linter'
-arch=('any')
-url=https://stylelint.io
-license=('MIT')
-depends=('nodejs')
-makedepends=('git' 'jq' 'npm')
-optdepends=('stylelint-config-standard: for the standard shareable config')
-source=("git+https://github.com/stylelint/stylelint.git#tag=$pkgver;)
-b2sums=('SKIP')
-
-build() {
-  cd $pkgname
-  npm ci
-  npm pack
-}
-
-check() {
-  cd $pkgname
-  npm test
-}
-
-package() {
-  cd $pkgname
-  npm install --global \
-  --user root \
-  --prefix "$pkgdir"/usr \
-  --production \
-  $pkgname-$pkgver.tgz
-  chown -R root:root "$pkgdir"
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/lib/node_modules/$pkgname/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Remove references to $srcdir and $pkgdir
-  find "$pkgdir" -name package.json -print0 | xargs -r -0 sed -i '/_where/d'
-
-  local tmppackage="$(mktemp)"
-  local pkgjson="$pkgdir/usr/lib/node_modules/$pkgname/package.json"
-  jq '.|=with_entries(select(.key|test("_.+")|not))' "$pkgjson" > "$tmppackage"
-  mv "$tmppackage" "$pkgjson"
-  chmod 644 "$pkgjson"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stylelint/repos/community-any/PKGBUILD (from rev 862341, 
stylelint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 21:52:01 UTC (rev 862342)
@@ -0,0 +1,41 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=stylelint
+pkgver=13.10.0
+pkgrel=3
+pkgdesc='Mighty, modern CSS linter'
+arch=('any')
+url=https://stylelint.io
+license=('MIT')
+depends=('nodejs')
+makedepends=('git' 'npm' 'rsync')
+optdepends=('stylelint-config-standard: for the standard shareable config')
+source=("git+https://github.com/stylelint/stylelint.git#tag=$pkgver;)
+b2sums=('SKIP')
+
+build() {
+  cd $pkgname
+  npm ci
+}
+
+check() {
+  cd $pkgname
+  npm test
+}
+
+package() {
+  cd $pkgname
+
+  npm prune --production
+
+  install -d "$pkgdir"/usr/{bin,share/doc/$pkgname}
+  ln -s ../lib/node_modules/$pkgname/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
+  install -Dt "$pkgdir"/usr/lib/node_modules/$pkgname/bin bin/$pkgname.js
+  rsync -r --exclude __tests__ --exclude lib/testUtils lib \
+"$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r node_modules package.json "$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r {CHANGELOG,CONTRIBUTING,README}.md docs 
"$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-16 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 16, 2021 @ 21:51:29
  Author: polyzen
Revision: 862341

archrelease: copy trunk to community-any

Added:
  htmlhint/repos/community-any/PKGBUILD
(from rev 862340, htmlhint/trunk/PKGBUILD)
Deleted:
  htmlhint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 21:50:38 UTC (rev 862340)
+++ PKGBUILD2021-02-16 21:51:29 UTC (rev 862341)
@@ -1,58 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=HTMLHint
-pkgname=htmlhint
-pkgver=0.14.2
-pkgrel=2
-pkgdesc='Static Code Analysis Tool for your HTML'
-arch=('any')
-url=https://htmlhint.com/
-license=('MIT')
-depends=('nodejs')
-makedepends=('git' 'jq' 'npm')
-source=("git+https://github.com/htmlhint/HTMLHint.git#tag=v$pkgver;)
-b2sums=('SKIP')
-
-build() {
-  cd $_name
-  npm ci
-  npm run build
-  npm pack
-}
-
-check() {
-  cd $_name
-  npm test
-}
-
-package() {
-  cd $_name
-  npm install --global \
-  --user root \
-  --prefix "$pkgdir"/usr \
-  --production \
-  $pkgname-$pkgver.tgz
-  chown -R root:root "$pkgdir"
-  cp -r dist "$pkgdir"/usr/lib/node_modules/$pkgname
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/lib/node_modules/$pkgname/LICENSE.md \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-
-  # Remove references to $srcdir and $pkgdir
-  find "$pkgdir" -name package.json -print0 | xargs -r -0 sed -i '/_where/d'
-
-  local tmppackage="$(mktemp)"
-  local pkgjson="$pkgdir/usr/lib/node_modules/$pkgname/package.json"
-  jq '.|=with_entries(select(.key|test("_.+")|not))' "$pkgjson" > "$tmppackage"
-  mv "$tmppackage" "$pkgjson"
-  chmod 644 "$pkgjson"
-
-   find "$pkgdir" -type f -name package.json | while read pkgjson; do
-   local tmppackage="$(mktemp)"
-   jq 'del(.man)' "$pkgjson" > "$tmppackage"
-   mv "$tmppackage" "$pkgjson"
-   chmod 644 "$pkgjson"
-   done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: htmlhint/repos/community-any/PKGBUILD (from rev 862340, 
htmlhint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 21:51:29 UTC (rev 862341)
@@ -0,0 +1,41 @@
+# Maintainer: Daniel M. Capella 
+
+_name=HTMLHint
+pkgname=htmlhint
+pkgver=0.14.2
+pkgrel=3
+pkgdesc='Static Code Analysis Tool for your HTML'
+arch=('any')
+url=https://htmlhint.com/
+license=('MIT')
+depends=('nodejs')
+makedepends=('git' 'npm')
+source=("git+https://github.com/htmlhint/HTMLHint.git#tag=v$pkgver;)
+b2sums=('SKIP')
+
+build() {
+  cd $_name
+  npm ci
+  npm run build
+}
+
+check() {
+  cd $_name
+  npm test
+}
+
+package() {
+  cd $_name
+
+  npm prune --production
+
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+  install -Dt "$pkgdir"/usr/lib/node_modules/$pkgname/bin bin/$pkgname
+  cp -r dist node_modules package.json "$pkgdir"/usr/lib/node_modules/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname \
+{CHANGELOG,CONTRIBUTING,README}.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2021-02-16 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 16, 2021 @ 21:50:38
  Author: polyzen
Revision: 862340

Respect lockfiles (take 2)

Modified:
  htmlhint/trunk/PKGBUILD
  stylelint-config-standard/trunk/PKGBUILD
  stylelint/trunk/PKGBUILD

--+
 htmlhint/trunk/PKGBUILD  |   37 +++--
 stylelint-config-standard/trunk/PKGBUILD |   24 +++---
 stylelint/trunk/PKGBUILD |   30 ---
 3 files changed, 26 insertions(+), 65 deletions(-)

Modified: htmlhint/trunk/PKGBUILD
===
--- htmlhint/trunk/PKGBUILD 2021-02-16 21:14:18 UTC (rev 862339)
+++ htmlhint/trunk/PKGBUILD 2021-02-16 21:50:38 UTC (rev 862340)
@@ -3,13 +3,13 @@
 _name=HTMLHint
 pkgname=htmlhint
 pkgver=0.14.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Static Code Analysis Tool for your HTML'
 arch=('any')
 url=https://htmlhint.com/
 license=('MIT')
 depends=('nodejs')
-makedepends=('git' 'jq' 'npm')
+makedepends=('git' 'npm')
 source=("git+https://github.com/htmlhint/HTMLHint.git#tag=v$pkgver;)
 b2sums=('SKIP')
 
@@ -17,7 +17,6 @@
   cd $_name
   npm ci
   npm run build
-  npm pack
 }
 
 check() {
@@ -27,32 +26,16 @@
 
 package() {
   cd $_name
-  npm install --global \
-  --user root \
-  --prefix "$pkgdir"/usr \
-  --production \
-  $pkgname-$pkgver.tgz
-  chown -R root:root "$pkgdir"
-  cp -r dist "$pkgdir"/usr/lib/node_modules/$pkgname
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/lib/node_modules/$pkgname/LICENSE.md \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
 
-  # Remove references to $srcdir and $pkgdir
-  find "$pkgdir" -name package.json -print0 | xargs -r -0 sed -i '/_where/d'
+  npm prune --production
 
-  local tmppackage="$(mktemp)"
-  local pkgjson="$pkgdir/usr/lib/node_modules/$pkgname/package.json"
-  jq '.|=with_entries(select(.key|test("_.+")|not))' "$pkgjson" > "$tmppackage"
-  mv "$tmppackage" "$pkgjson"
-  chmod 644 "$pkgjson"
-
-   find "$pkgdir" -type f -name package.json | while read pkgjson; do
-   local tmppackage="$(mktemp)"
-   jq 'del(.man)' "$pkgjson" > "$tmppackage"
-   mv "$tmppackage" "$pkgjson"
-   chmod 644 "$pkgjson"
-   done
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+  install -Dt "$pkgdir"/usr/lib/node_modules/$pkgname/bin bin/$pkgname
+  cp -r dist node_modules package.json "$pkgdir"/usr/lib/node_modules/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname \
+{CHANGELOG,CONTRIBUTING,README}.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.md
 }
 
 # vim:set ts=2 sw=2 et:

Modified: stylelint/trunk/PKGBUILD
===
--- stylelint/trunk/PKGBUILD2021-02-16 21:14:18 UTC (rev 862339)
+++ stylelint/trunk/PKGBUILD2021-02-16 21:50:38 UTC (rev 862340)
@@ -2,13 +2,13 @@
 
 pkgname=stylelint
 pkgver=13.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Mighty, modern CSS linter'
 arch=('any')
 url=https://stylelint.io
 license=('MIT')
 depends=('nodejs')
-makedepends=('git' 'jq' 'npm')
+makedepends=('git' 'npm' 'rsync')
 optdepends=('stylelint-config-standard: for the standard shareable config')
 source=("git+https://github.com/stylelint/stylelint.git#tag=$pkgver;)
 b2sums=('SKIP')
@@ -16,7 +16,6 @@
 build() {
   cd $pkgname
   npm ci
-  npm pack
 }
 
 check() {
@@ -26,24 +25,17 @@
 
 package() {
   cd $pkgname
-  npm install --global \
-  --user root \
-  --prefix "$pkgdir"/usr \
-  --production \
-  $pkgname-$pkgver.tgz
-  chown -R root:root "$pkgdir"
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s /usr/lib/node_modules/$pkgname/LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-  # Remove references to $srcdir and $pkgdir
-  find "$pkgdir" -name package.json -print0 | xargs -r -0 sed -i '/_where/d'
+  npm prune --production
 
-  local tmppackage="$(mktemp)"
-  local pkgjson="$pkgdir/usr/lib/node_modules/$pkgname/package.json"
-  jq '.|=with_entries(select(.key|test("_.+")|not))' "$pkgjson" > "$tmppackage"
-  mv "$tmppackage" "$pkgjson"
-  chmod 644 "$pkgjson"
+  install -d "$pkgdir"/usr/{bin,share/doc/$pkgname}
+  ln -s ../lib/node_modules/$pkgname/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
+  install -Dt "$pkgdir"/usr/lib/node_modules/$pkgname/bin bin/$pkgname.js
+  rsync -r --exclude __tests__ --exclude lib/testUtils lib \
+"$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r node_modules package.json "$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r {CHANGELOG,CONTRIBUTING,README}.md docs 
"$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
 }
 
 # vim:set ts=2 sw=2 et:

Modified: stylelint-config-standard/trunk/PKGBUILD

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

2021-02-16 Thread Andreas Radke via arch-commits
Date: Tuesday, February 16, 2021 @ 21:41:42
  Author: andyrtr
Revision: 408326

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 408325, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/testing-x86_64/0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
(from rev 408325, 
linux-lts/trunk/0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 408325, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 408325, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/sphinx-workaround.patch
(from rev 408325, linux-lts/trunk/sphinx-workaround.patch)

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  153 
 0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch |  689 
 PKGBUILD|  200 
 config  |10303 
++
 sphinx-workaround.patch |   15 
 5 files changed, 11360 insertions(+)

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


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

2021-02-16 Thread Andreas Radke via arch-commits
Date: Tuesday, February 16, 2021 @ 21:41:23
  Author: andyrtr
Revision: 408325

upgpkg: linux-lts 5.10.16-2: provide VIRTUALBOX-GUEST-MODULES; FS#69668

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 20:21:30 UTC (rev 408324)
+++ PKGBUILD2021-02-16 21:41:23 UTC (rev 408325)
@@ -2,7 +2,7 @@
 
 pkgbase=linux-lts
 pkgver=5.10.16
-pkgrel=1
+pkgrel=2
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
 arch=(x86_64)
@@ -70,7 +70,7 @@
   depends=(coreutils kmod initramfs)
   optdepends=('crda: to set the correct wireless channels of your country'
   'linux-firmware: firmware images needed for some devices')
-  provides=(WIREGUARD-MODULE)
+  provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
   replaces=(wireguard-lts)
 
   cd $_srcname


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

2021-02-16 Thread Frederik Schwan via arch-commits
Date: Tuesday, February 16, 2021 @ 21:14:18
  Author: freswa
Revision: 862339

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 21:14:13 UTC (rev 862338)
+++ PKGBUILD2021-02-16 21:14:18 UTC (rev 862339)
@@ -1,30 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Hao Long 
-
-pkgname=python-rich
-pkgver=9.10.0
-pkgrel=1
-pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
-arch=(any)
-url='https://github.com/willmcgugan/rich'
-license=('MIT')
-depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
-makedepends=('python-setuptools' 'python-dephell')
-source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz;)
-b2sums=('289d71037defc3c54c6dd5b4d1f706bd0f21d5d7e07c6e9581cce935db48993e562d68e6f6c208ec80f0ff2a401dbbb5e402ce05b43c88c5f97e32c1b4666eee')
-
-prepare() {
-  cd rich-${pkgver}
-  dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-  cd rich-${pkgver}
-  python3 setup.py build
-}
-
-package() {
-  cd rich-${pkgver}
-  python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-rich/repos/community-any/PKGBUILD (from rev 862338, 
python-rich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 21:14:18 UTC (rev 862339)
@@ -0,0 +1,30 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Hao Long 
+
+pkgname=python-rich
+pkgver=9.11.0
+pkgrel=1
+pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
+arch=(any)
+url='https://github.com/willmcgugan/rich'
+license=('MIT')
+depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
+makedepends=('python-setuptools' 'python-dephell')
+source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz;)
+b2sums=('6899af2eb90a7b44f55c9542969b72ded0335e2bd0877ded7c595bd19a7819ed841de1a551f25e95330f128b050d34cce3907ca9011a6f5d5cbc1b2191f2d5e7')
+
+prepare() {
+  cd rich-${pkgver}
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+  cd rich-${pkgver}
+  python3 setup.py build
+}
+
+package() {
+  cd rich-${pkgver}
+  python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2021-02-16 Thread Frederik Schwan via arch-commits
Date: Tuesday, February 16, 2021 @ 21:14:13
  Author: freswa
Revision: 862338

upgpkg: python-rich 9.11.0-1

Modified:
  python-rich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 21:13:06 UTC (rev 862337)
+++ PKGBUILD2021-02-16 21:14:13 UTC (rev 862338)
@@ -2,7 +2,7 @@
 # Contributor: Hao Long 
 
 pkgname=python-rich
-pkgver=9.10.0
+pkgver=9.11.0
 pkgrel=1
 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, 
markdown and more to the terminal'
 arch=(any)
@@ -11,7 +11,7 @@
 depends=('python-colorama' 'python-pygments' 'python-typing_extensions' 
'python-commonmark')
 makedepends=('python-setuptools' 'python-dephell')
 
source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz;)
-b2sums=('289d71037defc3c54c6dd5b4d1f706bd0f21d5d7e07c6e9581cce935db48993e562d68e6f6c208ec80f0ff2a401dbbb5e402ce05b43c88c5f97e32c1b4666eee')
+b2sums=('6899af2eb90a7b44f55c9542969b72ded0335e2bd0877ded7c595bd19a7819ed841de1a551f25e95330f128b050d34cce3907ca9011a6f5d5cbc1b2191f2d5e7')
 
 prepare() {
   cd rich-${pkgver}


[arch-commits] Commit in perl-mail-imapclient/repos/community-any (PKGBUILD PKGBUILD)

2021-02-16 Thread Frederik Schwan via arch-commits
Date: Tuesday, February 16, 2021 @ 21:13:06
  Author: freswa
Revision: 862337

archrelease: copy trunk to community-any

Added:
  perl-mail-imapclient/repos/community-any/PKGBUILD
(from rev 862336, perl-mail-imapclient/trunk/PKGBUILD)
Deleted:
  perl-mail-imapclient/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 21:13:03 UTC (rev 862336)
+++ PKGBUILD2021-02-16 21:13:06 UTC (rev 862337)
@@ -1,37 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: DonVla 
-# Contributor: achterin 
-
-pkgname=perl-mail-imapclient
-pkgver=3.42
-pkgrel=3
-pkgdesc='Perl/CPAN Module Mail::IMAPClient : An IMAP Client API'
-arch=('any')
-url='https://search.cpan.org/dist/Mail-IMAPClient'
-license=('GPL')
-depends=('perl-parse-recdescent' 'perl-digest-hmac')
-optdepends=("perl-authen-sasl: for Authmechanism 'DIGEST-MD5'")
-options=('!emptydirs' purge)
-source=("https://cpan.metacpan.org/authors/id/P/PL/PLOBBES/Mail-IMAPClient-${pkgver}.tar.gz;)
-b2sums=('360006381e318dfc46835cabb1a1c72f4039813563a58d585bf9b042b880ece3e5b00a29283bf4de5c382a02628df2094e1772762251c167498c9fcd70ed85a2')
-
-build() {
-  cd Mail-IMAPClient-${pkgver}
-  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  /usr/bin/perl Makefile.PL
-  make
-}
-
-check() {
-  cd Mail-IMAPClient-${pkgver}
-  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd Mail-IMAPClient-${pkgver}
-  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-}

Copied: perl-mail-imapclient/repos/community-any/PKGBUILD (from rev 862336, 
perl-mail-imapclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 21:13:06 UTC (rev 862337)
@@ -0,0 +1,37 @@
+# Maintainer: Frederik Schwan 
+# Contributor: DonVla 
+# Contributor: achterin 
+
+pkgname=perl-mail-imapclient
+pkgver=3.43
+pkgrel=1
+pkgdesc='Perl/CPAN Module Mail::IMAPClient : An IMAP Client API'
+arch=('any')
+url='https://search.cpan.org/dist/Mail-IMAPClient'
+license=('GPL')
+depends=('perl-parse-recdescent' 'perl-digest-hmac')
+optdepends=("perl-authen-sasl: for Authmechanism 'DIGEST-MD5'")
+options=('!emptydirs' purge)
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLOBBES/Mail-IMAPClient-${pkgver}.tar.gz;)
+b2sums=('da28ec4358532dcac59241dca4ffc29c3cf86bc3bba388dd66e27f45ac675c4754d0def00eb7112e4b1ffb1d595b3941b160a3f3e81a8ffccacc8351b4f96a94')
+
+build() {
+  cd Mail-IMAPClient-${pkgver}
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd Mail-IMAPClient-${pkgver}
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd Mail-IMAPClient-${pkgver}
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+}


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

2021-02-16 Thread Frederik Schwan via arch-commits
Date: Tuesday, February 16, 2021 @ 21:13:03
  Author: freswa
Revision: 862336

upgpkg: perl-mail-imapclient 3.43-1

Modified:
  perl-mail-imapclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 21:05:54 UTC (rev 862335)
+++ PKGBUILD2021-02-16 21:13:03 UTC (rev 862336)
@@ -3,8 +3,8 @@
 # Contributor: achterin 
 
 pkgname=perl-mail-imapclient
-pkgver=3.42
-pkgrel=3
+pkgver=3.43
+pkgrel=1
 pkgdesc='Perl/CPAN Module Mail::IMAPClient : An IMAP Client API'
 arch=('any')
 url='https://search.cpan.org/dist/Mail-IMAPClient'
@@ -13,7 +13,7 @@
 optdepends=("perl-authen-sasl: for Authmechanism 'DIGEST-MD5'")
 options=('!emptydirs' purge)
 
source=("https://cpan.metacpan.org/authors/id/P/PL/PLOBBES/Mail-IMAPClient-${pkgver}.tar.gz;)
-b2sums=('360006381e318dfc46835cabb1a1c72f4039813563a58d585bf9b042b880ece3e5b00a29283bf4de5c382a02628df2094e1772762251c167498c9fcd70ed85a2')
+b2sums=('da28ec4358532dcac59241dca4ffc29c3cf86bc3bba388dd66e27f45ac675c4754d0def00eb7112e4b1ffb1d595b3941b160a3f3e81a8ffccacc8351b4f96a94')
 
 build() {
   cd Mail-IMAPClient-${pkgver}


[arch-commits] Commit in stylelint-config-recommended/repos (2 files)

2021-02-16 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 16, 2021 @ 21:05:54
  Author: polyzen
Revision: 862335

archrelease: copy trunk to community-any

Added:
  stylelint-config-recommended/repos/community-any/
  stylelint-config-recommended/repos/community-any/PKGBUILD
(from rev 862334, stylelint-config-recommended/trunk/PKGBUILD)

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

Copied: stylelint-config-recommended/repos/community-any/PKGBUILD (from rev 
862334, stylelint-config-recommended/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-02-16 21:05:54 UTC (rev 862335)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=stylelint-config-recommended
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='Recommended shareable config for stylelint'
+arch=('any')
+url=https://github.com/stylelint/stylelint-config-recommended
+license=('MIT')
+makedepends=('git' 'npm')
+source=("git+$url.git")
+b2sums=('SKIP')
+
+build() {
+  cd $pkgname
+  npm ci
+}
+
+check() {
+  cd $pkgname
+  npm test
+}
+
+package() {
+  cd $pkgname
+  install -Dm644 -t "$pkgdir"/usr/lib/node_modules/$pkgname index.js
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname CHANGELOG.md README.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2021-02-16 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 16, 2021 @ 21:05:21
  Author: polyzen
Revision: 862334

Add stylelint-config-recommended

Added:
  stylelint-config-recommended/
  stylelint-config-recommended/repos/
  stylelint-config-recommended/trunk/
  stylelint-config-recommended/trunk/PKGBUILD

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

Added: stylelint-config-recommended/trunk/PKGBUILD
===
--- stylelint-config-recommended/trunk/PKGBUILD (rev 0)
+++ stylelint-config-recommended/trunk/PKGBUILD 2021-02-16 21:05:21 UTC (rev 
862334)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=stylelint-config-recommended
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='Recommended shareable config for stylelint'
+arch=('any')
+url=https://github.com/stylelint/stylelint-config-recommended
+license=('MIT')
+makedepends=('git' 'npm')
+source=("git+$url.git")
+b2sums=('SKIP')
+
+build() {
+  cd $pkgname
+  npm ci
+}
+
+check() {
+  cd $pkgname
+  npm test
+}
+
+package() {
+  cd $pkgname
+  install -Dm644 -t "$pkgdir"/usr/lib/node_modules/$pkgname index.js
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname CHANGELOG.md README.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (ddcutil)

2021-02-16 Thread Felix Yan via arch-commits
Date: Tuesday, February 16, 2021 @ 20:21:52
  Author: felixonmars
Revision: 862333

community2extra: Moving ddcutil from community to extra

Deleted:
  ddcutil/


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

2021-02-16 Thread Felix Yan via arch-commits
Date: Tuesday, February 16, 2021 @ 20:21:30
  Author: felixonmars
Revision: 408324

archrelease: copy trunk to extra-x86_64

Added:
  ddcutil/repos/extra-x86_64/
  ddcutil/repos/extra-x86_64/PKGBUILD
(from rev 408323, ddcutil/trunk/PKGBUILD)

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

Copied: ddcutil/repos/extra-x86_64/PKGBUILD (from rev 408323, 
ddcutil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2021-02-16 20:21:30 UTC (rev 408324)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Deon Spengler 
+
+pkgname=ddcutil
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
+url='http://ddcutil.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('glib2' 'libusb' 'libdrm' 'libxrandr')
+makedepends=('systemd')
+source=(https://github.com/rockowitz/ddcutil/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('38e8a81ef6012a3576643c21c2007f53ac525c1232e19cc77914548205674f51da3ea2c129b827da25e048d6b8205e41a71016ddde971abb224b3ac4329a936f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ft=sh ts=2 sw=2 et


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

2021-02-16 Thread Felix Yan via arch-commits
Date: Tuesday, February 16, 2021 @ 20:21:22
  Author: felixonmars
Revision: 408323

community2extra: Moving ddcutil from community to extra

Added:
  ddcutil/
  ddcutil/repos/
  ddcutil/trunk/
  ddcutil/trunk/PKGBUILD

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

Added: ddcutil/trunk/PKGBUILD
===
--- ddcutil/trunk/PKGBUILD  (rev 0)
+++ ddcutil/trunk/PKGBUILD  2021-02-16 20:21:22 UTC (rev 408323)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Deon Spengler 
+
+pkgname=ddcutil
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
+url='http://ddcutil.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('glib2' 'libusb' 'libdrm' 'libxrandr')
+makedepends=('systemd')
+source=(https://github.com/rockowitz/ddcutil/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('38e8a81ef6012a3576643c21c2007f53ac525c1232e19cc77914548205674f51da3ea2c129b827da25e048d6b8205e41a71016ddde971abb224b3ac4329a936f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ft=sh ts=2 sw=2 et


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 20:01:44
  Author: arojas
Revision: 408322

archrelease: copy trunk to extra-x86_64

Added:
  appstream/repos/extra-x86_64/PKGBUILD
(from rev 408321, appstream/trunk/PKGBUILD)
  appstream/repos/extra-x86_64/update-appstream-cache.hook
(from rev 408321, appstream/trunk/update-appstream-cache.hook)
Deleted:
  appstream/repos/extra-x86_64/PKGBUILD
  appstream/repos/extra-x86_64/update-appstream-cache.hook

-+
 PKGBUILD|  102 +++---
 update-appstream-cache.hook |   34 +++---
 2 files changed, 65 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 20:01:34 UTC (rev 408321)
+++ PKGBUILD2021-02-16 20:01:44 UTC (rev 408322)
@@ -1,54 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt gmx.de>
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.14.0
-pkgrel=4
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(x86_64)
-url="https://distributions.freedesktop.org/wiki/AppStream;
-license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2 lmdb libsoup)
-makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala 
gperf)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook
-
appstream-crash-fix.patch::"https://github.com/ximion/appstream/commit/306eb287.patch;)
-sha256sums=('29eb617599eefec0b63c2894446e8cf7c5717f0285bab5df19fa53a2d5eecd16'
-'SKIP'
-'3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb'
-'48e90e05d89af97487adc3343da13690df1c9fd97d1636769de7ef1d3b5acca5')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

-
-prepare() {
-  patch -d AppStream-$pkgver -p1 -i ../appstream-crash-fix.patch # Fix crashes 
in discover and krunner
-}
-
-build() {
-  meson build AppStream-$pkgver \
---prefix=/usr \
--Dqt=true \
--Dvapi=true \
--Dcompose=true
-  ninja -C build
-}
-
-package_appstream() {
-  DESTDIR="$pkgdir" ninja install -C build
-
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  DESTDIR="$pkgdir" ninja install -C build
-
-# provided by appstream
-  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream{,-compose},lib/{girepository-1.0,libappstream*,pkgconfig},share}}
-}

Copied: appstream/repos/extra-x86_64/PKGBUILD (from rev 408321, 
appstream/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 20:01:44 UTC (rev 408322)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt gmx.de>
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(x86_64)
+url="https://distributions.freedesktop.org/wiki/AppStream;
+license=(GPL)
+depends=(libyaml libxml2 libstemmer glib2 lmdb libsoup)
+makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala 
gperf)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+update-appstream-cache.hook)
+sha256sums=('94ac2f32d58f79b68e65f723375a68490224e0f1c5a62207a9c6b98bb9ad77d7'
+'SKIP'
+'3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

+
+build() {
+  meson build AppStream-$pkgver \
+--prefix=/usr \
+-Dqt=true \
+-Dvapi=true \
+-Dcompose=true
+  ninja -C build
+}
+
+package_appstream() {
+  DESTDIR="$pkgdir" ninja install -C build
+
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+  install -Dm644 update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
+}
+
+package_appstream-qt() {
+  pkgdesc='Qt5 interface for AppStream'
+  depends=(appstream qt5-base)
+
+  DESTDIR="$pkgdir" ninja install -C build
+
+# provided by appstream
+  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream{,-compose},lib/{girepository-1.0,libappstream*,pkgconfig},share}}
+}

Deleted: update-appstream-cache.hook
===
--- update-appstream-cache.hook 2021-02-16 20:01:34 UTC (rev 408321)
+++ update-appstream-cache.hook 2021-02-16 20:01:44 UTC (rev 408322)
@@ -1,17 +0,0 @@
-[Trigger]
-Type = Path
-Operation = Install

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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 20:01:34
  Author: arojas
Revision: 408321

Update to 0.14.1

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 15:28:31 UTC (rev 408320)
+++ PKGBUILD2021-02-16 20:01:34 UTC (rev 408321)
@@ -4,8 +4,8 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.14.0
-pkgrel=4
+pkgver=0.14.1
+pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="https://distributions.freedesktop.org/wiki/AppStream;
@@ -13,18 +13,12 @@
 depends=(libyaml libxml2 libstemmer glib2 lmdb libsoup)
 makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala 
gperf)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook
-
appstream-crash-fix.patch::"https://github.com/ximion/appstream/commit/306eb287.patch;)
-sha256sums=('29eb617599eefec0b63c2894446e8cf7c5717f0285bab5df19fa53a2d5eecd16'
+update-appstream-cache.hook)
+sha256sums=('94ac2f32d58f79b68e65f723375a68490224e0f1c5a62207a9c6b98bb9ad77d7'
 'SKIP'
-'3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb'
-'48e90e05d89af97487adc3343da13690df1c9fd97d1636769de7ef1d3b5acca5')
+'3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
-prepare() {
-  patch -d AppStream-$pkgver -p1 -i ../appstream-crash-fix.patch # Fix crashes 
in discover and krunner
-}
-
 build() {
   meson build AppStream-$pkgver \
 --prefix=/usr \


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 19:23:43
  Author: arojas
Revision: 862331

archrelease: copy trunk to community-x86_64

Added:
  lrcalc/repos/community-x86_64/PKGBUILD
(from rev 862330, lrcalc/trunk/PKGBUILD)
Deleted:
  lrcalc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 19:23:33 UTC (rev 862330)
+++ PKGBUILD2021-02-16 19:23:43 UTC (rev 862331)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=lrcalc
-pkgver=2.0
-pkgrel=1
-pkgdesc="Littlewood-Richardson calculator"
-arch=(x86_64)
-url="https://math.rutgers.edu/~asbuch/lrcalc/;
-license=(GPL2)
-depends=(glibc)
-source=("https://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f05f16e51c45a35c1c24ef5f70fc3e822515b8de5d929b391801f68c493d5f43')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lrcalc/repos/community-x86_64/PKGBUILD (from rev 862330, 
lrcalc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 19:23:43 UTC (rev 862331)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=lrcalc
+pkgver=2.0
+pkgrel=2
+pkgdesc="Littlewood-Richardson calculator"
+arch=(x86_64)
+url="https://math.rutgers.edu/~asbuch/lrcalc/;
+license=(GPL3)
+depends=(glibc)
+makedepends=(python-setuptools cython)
+source=("https://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz;
+ 
lrcalc-python-bindings.patch::"https://bitbucket.org/asbuch/lrcalc/commits/08bd8dd5/raw;)
+sha256sums=('f05f16e51c45a35c1c24ef5f70fc3e822515b8de5d929b391801f68c493d5f43'
+'7b115f47f5953f348f991e3aeed7e6d18ff306dee573d34f565fb0d5a9c0e43a')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < lrcalc-python-bindings.patch # Add python 
bindings
+  sed -e "s|setup(|setup(name='lrcalc', version=$pkgver,|" -i 
$pkgname-$pkgver/python/setup.py # Fix metadata
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+
+# install to a temp dir to build python bindings
+  make DESTDIR="$PWD"/tmp-install install
+
+  cd python
+  export CFLAGS+=" -I${srcdir}/$pkgname-$pkgver/tmp-install/usr/include" 
LDFLAGS+=" -L${srcdir}/$pkgname-$pkgver/tmp-install/usr/lib"
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd python
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 19:23:33
  Author: arojas
Revision: 862330

Add python bindings

Modified:
  lrcalc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 18:50:11 UTC (rev 862329)
+++ PKGBUILD2021-02-16 19:23:33 UTC (rev 862330)
@@ -2,22 +2,40 @@
 
 pkgname=lrcalc
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Littlewood-Richardson calculator"
 arch=(x86_64)
 url="https://math.rutgers.edu/~asbuch/lrcalc/;
 license=(GPL3)
 depends=(glibc)
-source=("https://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz;)
-sha256sums=('f05f16e51c45a35c1c24ef5f70fc3e822515b8de5d929b391801f68c493d5f43')
+makedepends=(python-setuptools cython)
+source=("https://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz;
+ 
lrcalc-python-bindings.patch::"https://bitbucket.org/asbuch/lrcalc/commits/08bd8dd5/raw;)
+sha256sums=('f05f16e51c45a35c1c24ef5f70fc3e822515b8de5d929b391801f68c493d5f43'
+'7b115f47f5953f348f991e3aeed7e6d18ff306dee573d34f565fb0d5a9c0e43a')
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < lrcalc-python-bindings.patch # Add python 
bindings
+  sed -e "s|setup(|setup(name='lrcalc', version=$pkgver,|" -i 
$pkgname-$pkgver/python/setup.py # Fix metadata
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
+
+# install to a temp dir to build python bindings
+  make DESTDIR="$PWD"/tmp-install install
+
+  cd python
+  export CFLAGS+=" -I${srcdir}/$pkgname-$pkgver/tmp-install/usr/include" 
LDFLAGS+=" -L${srcdir}/$pkgname-$pkgver/tmp-install/usr/lib"
+  python setup.py build
 }
 
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+
+  cd python
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
 }


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 18:50:11
  Author: arojas
Revision: 862329

archrelease: copy trunk to community-x86_64

Added:
  mediastreamer/repos/community-x86_64/PKGBUILD
(from rev 862328, mediastreamer/trunk/PKGBUILD)
Deleted:
  mediastreamer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 18:50:00 UTC (rev 862328)
+++ PKGBUILD2021-02-16 18:50:11 UTC (rev 862329)
@@ -1,29 +0,0 @@
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=4.4.28
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/mediastreamer2;
-license=(GPL)
-depends=(ortp ffmpeg bzrtp glew libsrtp)
-makedepends=(cmake python bcunit doxygen)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz;)
-sha256sums=('bf13c235041dddb2f1db981be9097a8078e739af3837576741e1a541c2e0ca36')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-build() {
-  cmake -B build -S ${pkgname}2-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 862328, 
mediastreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 18:50:11 UTC (rev 862329)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=4.4.29
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/mediastreamer2;
+license=(GPL)
+depends=(ortp ffmpeg bzrtp glew libsrtp)
+makedepends=(cmake python bcunit doxygen)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz;)
+sha256sums=('a349721e32d7366ae04a786ce8aa7d2fde53f1c79f1500ac03295274c19c2d70')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cmake -B build -S ${pkgname}2-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 18:50:00
  Author: arojas
Revision: 862328

Update to 4.4.29

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 18:45:51 UTC (rev 862327)
+++ PKGBUILD2021-02-16 18:50:00 UTC (rev 862328)
@@ -5,7 +5,7 @@
 # Contributor: Mark Lee 
 
 pkgname=mediastreamer
-pkgver=4.4.28
+pkgver=4.4.29
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 depends=(ortp ffmpeg bzrtp glew libsrtp)
 makedepends=(cmake python bcunit doxygen)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz;)
-sha256sums=('bf13c235041dddb2f1db981be9097a8078e739af3837576741e1a541c2e0ca36')
+sha256sums=('a349721e32d7366ae04a786ce8aa7d2fde53f1c79f1500ac03295274c19c2d70')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 
 build() {


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 18:45:41
  Author: arojas
Revision: 862326

Update to 4.4.29

Modified:
  ortp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 18:44:38 UTC (rev 862325)
+++ PKGBUILD2021-02-16 18:45:41 UTC (rev 862326)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=ortp
-pkgver=4.4.28
+pkgver=4.4.29
 pkgrel=1
 pkgdesc="A Real-time Transport Protocol (RTP) library"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(bctoolbox)
 makedepends=(cmake doxygen)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz;)
-sha256sums=('863d0ac7688a8cfb0bf7ee4a33d279a9c96441aa8f36cad7da87a57042108858')
+sha256sums=('103608efc3ace5a20206d37815831ae6b6e625d6563478b58bfdb459cb29d029')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 18:45:51
  Author: arojas
Revision: 862327

archrelease: copy trunk to community-x86_64

Added:
  ortp/repos/community-x86_64/PKGBUILD
(from rev 862326, ortp/trunk/PKGBUILD)
Deleted:
  ortp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 18:45:41 UTC (rev 862326)
+++ PKGBUILD2021-02-16 18:45:51 UTC (rev 862327)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: William Rea 
-
-pkgname=ortp
-pkgver=4.4.28
-pkgrel=1
-pkgdesc="A Real-time Transport Protocol (RTP) library"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/ortp;
-license=(GPL3)
-depends=(bctoolbox)
-makedepends=(cmake doxygen)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz;)
-sha256sums=('863d0ac7688a8cfb0bf7ee4a33d279a9c96441aa8f36cad7da87a57042108858')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 862326, 
ortp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 18:45:51 UTC (rev 862327)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: William Rea 
+
+pkgname=ortp
+pkgver=4.4.29
+pkgrel=1
+pkgdesc="A Real-time Transport Protocol (RTP) library"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/ortp;
+license=(GPL3)
+depends=(bctoolbox)
+makedepends=(cmake doxygen)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz;)
+sha256sums=('103608efc3ace5a20206d37815831ae6b6e625d6563478b58bfdb459cb29d029')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 18:44:38
  Author: arojas
Revision: 862325

archrelease: copy trunk to community-x86_64

Added:
  bzrtp/repos/community-x86_64/PKGBUILD
(from rev 862324, bzrtp/trunk/PKGBUILD)
Deleted:
  bzrtp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 18:44:24 UTC (rev 862324)
+++ PKGBUILD2021-02-16 18:44:38 UTC (rev 862325)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=bzrtp
-pkgver=4.4.28
-pkgrel=1
-pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/bzrtp;
-license=(GPL2)
-depends=(libxml2 bctoolbox sqlite)
-makedepends=(bcunit cmake)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz;)
-sha256sums=('848f477fd97daeb0b0b1260a6d7d1a3c638711f7e4030d958bf150a6c83ece2d')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bzrtp/repos/community-x86_64/PKGBUILD (from rev 862324, 
bzrtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 18:44:38 UTC (rev 862325)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=bzrtp
+pkgver=4.4.29
+pkgrel=1
+pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/bzrtp;
+license=(GPL2)
+depends=(libxml2 bctoolbox sqlite)
+makedepends=(bcunit cmake)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz;)
+sha256sums=('e7bf91036205dcd2ceef1eea966b1232ce28c58dfaeeb43ad6b1ef911458190d')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 18:44:24
  Author: arojas
Revision: 862324

Update to 4.4.29

Modified:
  bzrtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 18:38:02 UTC (rev 862323)
+++ PKGBUILD2021-02-16 18:44:24 UTC (rev 862324)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=bzrtp
-pkgver=4.4.28
+pkgver=4.4.29
 pkgrel=1
 pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(libxml2 bctoolbox sqlite)
 makedepends=(bcunit cmake)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz;)
-sha256sums=('848f477fd97daeb0b0b1260a6d7d1a3c638711f7e4030d958bf150a6c83ece2d')
+sha256sums=('e7bf91036205dcd2ceef1eea966b1232ce28c58dfaeeb43ad6b1ef911458190d')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


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

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 18:38:02
  Author: dvzrv
Revision: 862323

archrelease: copy trunk to community-any

Added:
  nikola/repos/community-any/PKGBUILD
(from rev 862322, nikola/trunk/PKGBUILD)
Deleted:
  nikola/repos/community-any/PKGBUILD

--+
 PKGBUILD |  174 +++--
 1 file changed, 89 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 18:37:56 UTC (rev 862322)
+++ PKGBUILD2021-02-16 18:38:02 UTC (rev 862323)
@@ -1,85 +0,0 @@
-# Maintainer: David Runge 
-
-_name=Nikola
-pkgname=nikola
-pkgver=8.1.2
-pkgrel=2
-pkgdesc="A static site and blog generator"
-arch=('any')
-url="https://getnikola.com/;
-license=('MIT')
-depends=('python-babel' 'python-blinker' 'python-doit' 'python-dateutil'
-'python-docutils' 'python-logbook' 'python-lxml' 'python-mako'
-'python-markdown' 'python-natsort' 'python-piexif' 'python-pillow'
-'python-pygments' 'python-pyrss2gen' 'python-requests' 'python-setuptools'
-'python-unidecode' 'python-yapsy')
-makedepends=('jupyter-notebook' 'python-aiohttp' 'python-ghp-import'
-'python-husl' 'python-ipykernel' 'python-jinja' 'python-micawber'
-'python-phpserialize' 'python-pygal' 'python-pyphen' 'python-ruamel-yaml'
-'python-toml' 'python-typogrify' 'python-watchdog')
-checkdepends=('python-freezegun' 'python-pytest')
-optdepends=('jupyter-notebook: for .ipynb support'
-'python-aiohttp: for `nikola auto`'
-'python-ghp-import: for upload to Github pages'
-'python-husl: for optional color support'
-'python-ipykernel: for .ipynb support'
-'python-jinja: for jinja2 based themes'
-'python-micawber: for embedding media in posts'
-'python-phpserialize: for Wordpress import'
-'python-pygal: for SVG graph plotting'
-'python-pyphen: for hyphenation support'
-'python-ruamel-yaml: for YAML support'
-'python-toml: for TOML support'
-'python-typogrify: for typographical enhancements'
-'python-watchdog: for `nikola auto`')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('5f53f4939dddececfaf75922147b18fd08434242373d3f4a54e300475adf274b716cdc6e485e6703bdb17fe038656a8c4ac9b260b4ddd47c252a645c3d26a30a'
-'SKIP')
-b2sums=('28b4a9905a92ba2714e05aec5854ffbd9bf136e9d31218e032d6697f54b3b2711256b83e74ef6ebd0411fdeb0ac17d6454c52473cb396c029af5086cc085728e'
-'SKIP')
-validpgpkeys=('DF32C99CFF84282CF9D4CF7171023DBD5EAAEA16') # Chris Warrick 

-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # remove options to pytest so that we don't require python-coverage et. al.
-  sed -e '/addopts/d' -i setup.cfg
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-  # shell completions
-  PYTHONPATH="build" \
-  python -m "${pkgname}" tabcompletion \
---shell bash \
---hardcode-tasks \
-> "${pkgname}_bash"
-  PYTHONPATH="build" \
-  python -m "${pkgname}" tabcompletion \
---shell zsh \
---hardcode-tasks \
-> "${pkgname}_zsh"
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export PYTHONHASHSEED=0
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 LICENSE.txt \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 {AUTHORS,CHANGES}.txt {CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 "${pkgname}_bash" \
-"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -vDm 644 "${pkgname}_zsh" \
-"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-}

Copied: nikola/repos/community-any/PKGBUILD (from rev 862322, 
nikola/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 18:38:02 UTC (rev 862323)
@@ -0,0 +1,89 @@
+# Maintainer: David Runge 
+
+_name=Nikola
+pkgname=nikola
+pkgver=8.1.3
+pkgrel=1
+pkgdesc="A static site and blog generator"
+arch=('any')
+url="https://getnikola.com/;
+license=('MIT')
+depends=('python-babel' 'python-blinker' 'python-doit' 'python-dateutil'
+'python-docutils' 'python-logbook' 'python-lxml' 'python-mako'
+'python-markdown' 'python-natsort' 'python-piexif' 'python-pillow'
+'python-pygments' 'python-pyrss2gen' 'python-requests' 'python-setuptools'
+'python-unidecode' 'python-yapsy')
+makedepends=('jupyter-notebook' 'python-aiohttp' 'python-ghp-import'
+'python-husl' 'python-ipykernel' 'python-jinja' 'python-micawber'
+'python-phpserialize' 'python-pygal' 'python-pyphen' 'python-ruamel-yaml'
+'python-toml' 'python-typogrify' 

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

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 18:37:56
  Author: dvzrv
Revision: 862322

upgpkg: nikola 8.1.3-1: Upgrade to 8.1.3.

Add python-hsluv and python-html5lib to optdepends.
Fix the shell completion files after generation.
Skip flaky test about markdown compilation.

Modified:
  nikola/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 18:36:13 UTC (rev 862321)
+++ PKGBUILD2021-02-16 18:37:56 UTC (rev 862322)
@@ -2,8 +2,8 @@
 
 _name=Nikola
 pkgname=nikola
-pkgver=8.1.2
-pkgrel=2
+pkgver=8.1.3
+pkgrel=1
 pkgdesc="A static site and blog generator"
 arch=('any')
 url="https://getnikola.com/;
@@ -16,11 +16,13 @@
 makedepends=('jupyter-notebook' 'python-aiohttp' 'python-ghp-import'
 'python-husl' 'python-ipykernel' 'python-jinja' 'python-micawber'
 'python-phpserialize' 'python-pygal' 'python-pyphen' 'python-ruamel-yaml'
-'python-toml' 'python-typogrify' 'python-watchdog')
+'python-toml' 'python-typogrify' 'python-watchdog' 'zeromq')
 checkdepends=('python-freezegun' 'python-pytest')
 optdepends=('jupyter-notebook: for .ipynb support'
 'python-aiohttp: for `nikola auto`'
 'python-ghp-import: for upload to Github pages'
+'python-hsluv: for section color mixing'
+'python-html5lib: for HTML5 minify and format support'
 'python-husl: for optional color support'
 'python-ipykernel: for .ipynb support'
 'python-jinja: for jinja2 based themes'
@@ -33,9 +35,9 @@
 'python-typogrify: for typographical enhancements'
 'python-watchdog: for `nikola auto`')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('5f53f4939dddececfaf75922147b18fd08434242373d3f4a54e300475adf274b716cdc6e485e6703bdb17fe038656a8c4ac9b260b4ddd47c252a645c3d26a30a'
+sha512sums=('7b6a8391d023a339125392082cc3d2ea2a2fe25b8938bd82b8c9efe0cbb3e8b83537f1bd00d97a648e3fc2b096e673702026fa3942ab9c97e76bf21b5afefe16'
 'SKIP')
-b2sums=('28b4a9905a92ba2714e05aec5854ffbd9bf136e9d31218e032d6697f54b3b2711256b83e74ef6ebd0411fdeb0ac17d6454c52473cb396c029af5086cc085728e'
+b2sums=('535870b7cd147169b511166186ac200ab9d31d976c58363e42235e07ea8ba68e01738d378190663864e6a8605986771500569004e7a73ea043ae8982be09afe1'
 'SKIP')
 validpgpkeys=('DF32C99CFF84282CF9D4CF7171023DBD5EAAEA16') # Chris Warrick 

 
@@ -60,12 +62,14 @@
 --shell zsh \
 --hardcode-tasks \
 > "${pkgname}_zsh"
+  # ensure that the shell completion is assigned to the correct executable
+  sed -e "s/__main__.py/${pkgname}/g" -i "${pkgname}_"{bash,zsh}
 }
 
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
+  pytest -v -k "not test_compiling_markdown"
 }
 
 package() {


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 18:36:13
  Author: arojas
Revision: 862321

archrelease: copy trunk to community-x86_64

Added:
  bctoolbox/repos/community-x86_64/PKGBUILD
(from rev 862320, bctoolbox/trunk/PKGBUILD)
Deleted:
  bctoolbox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 18:25:32 UTC (rev 862320)
+++ PKGBUILD2021-02-16 18:36:13 UTC (rev 862321)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-
-pkgname=bctoolbox
-pkgver=4.4.28
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/bctoolbox;
-license=(GPL)
-depends=(mbedtls bcunit)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('f26dc6826889ad461799a197744f7d4907ade94cf52ebb0052b85dd8a143e1f2')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bctoolbox/repos/community-x86_64/PKGBUILD (from rev 862320, 
bctoolbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 18:36:13 UTC (rev 862321)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+
+pkgname=bctoolbox
+pkgver=4.4.29
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/bctoolbox;
+license=(GPL)
+depends=(mbedtls bcunit)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
+sha256sums=('63ed6f24e0a3e19947147416f14b31e6717a4218df2bdf1da6137f5e26d91062')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 18:25:32
  Author: dvzrv
Revision: 862320

archrelease: copy trunk to community-any

Added:
  python-hsluv/repos/community-any/
  python-hsluv/repos/community-any/PKGBUILD
(from rev 862319, python-hsluv/trunk/PKGBUILD)

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

Copied: python-hsluv/repos/community-any/PKGBUILD (from rev 862319, 
python-hsluv/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-02-16 18:25:32 UTC (rev 862320)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=hsluv
+pkgname=python-hsluv
+pkgver=5.0.0
+pkgrel=2
+pkgdesc="A Python implementation of HSLuv (revision 4)"
+arch=('any')
+url="https://github.com/hsluv/hsluv-python;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+# LICENSE and tests missing on pypi.org sdist
+# https://github.com/hsluv/hsluv-python/issues/28
+# https://github.com/hsluv/hsluv-python/issues/29
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_name}/${_name}-python/archive/v${pkgver}.tar.gz;)
+sha512sums=('01f880c5aebbf3c861b7dd593b0b5c215ca2223e24c80b18efa8c5457caab9fdcddae7462964d7f165bdd676022e0958ee9fc91000ae6c44a7faa0fd916a974d')
+b2sums=('1358b26195b4868c438eb90c536814008c2a0922bc1c9205f7cc0853b7c471b18d74cd5d67e0ad7185bf8d9baed55a2e58b467ea6477242175e46910fdb3084a')
+
+prepare() {
+  mv -v "${_name}-python-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--root="${pkgdir}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 18:22:42
  Author: arojas
Revision: 862319

Update to 4.4.29

Modified:
  bctoolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 18:12:43 UTC (rev 862318)
+++ PKGBUILD2021-02-16 18:22:42 UTC (rev 862319)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=4.4.28
+pkgver=4.4.29
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
-sha256sums=('f26dc6826889ad461799a197744f7d4907ade94cf52ebb0052b85dd8a143e1f2')
+sha256sums=('63ed6f24e0a3e19947147416f14b31e6717a4218df2bdf1da6137f5e26d91062')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


[arch-commits] Commit in (4 files)

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 18:12:43
  Author: dvzrv
Revision: 862318

Add python-hsluv as new optdepends entry for nikola.

Added:
  python-hsluv/
  python-hsluv/repos/
  python-hsluv/trunk/
  python-hsluv/trunk/PKGBUILD

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

Added: python-hsluv/trunk/PKGBUILD
===
--- python-hsluv/trunk/PKGBUILD (rev 0)
+++ python-hsluv/trunk/PKGBUILD 2021-02-16 18:12:43 UTC (rev 862318)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=hsluv
+pkgname=python-hsluv
+pkgver=5.0.0
+pkgrel=2
+pkgdesc="A Python implementation of HSLuv (revision 4)"
+arch=('any')
+url="https://github.com/hsluv/hsluv-python;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+# LICENSE and tests missing on pypi.org sdist
+# https://github.com/hsluv/hsluv-python/issues/28
+# https://github.com/hsluv/hsluv-python/issues/29
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_name}/${_name}-python/archive/v${pkgver}.tar.gz;)
+sha512sums=('01f880c5aebbf3c861b7dd593b0b5c215ca2223e24c80b18efa8c5457caab9fdcddae7462964d7f165bdd676022e0958ee9fc91000ae6c44a7faa0fd916a974d')
+b2sums=('1358b26195b4868c438eb90c536814008c2a0922bc1c9205f7cc0853b7c471b18d74cd5d67e0ad7185bf8d9baed55a2e58b467ea6477242175e46910fdb3084a')
+
+prepare() {
+  mv -v "${_name}-python-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--root="${pkgdir}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 18:12:42
  Author: arojas
Revision: 862317

archrelease: copy trunk to community-x86_64

Added:
  igraph/repos/community-x86_64/PKGBUILD
(from rev 862316, igraph/trunk/PKGBUILD)
Deleted:
  igraph/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 18:12:32 UTC (rev 862316)
+++ PKGBUILD2021-02-16 18:12:42 UTC (rev 862317)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fazlul Shahriar 
-# Contributor: Denis Zawada 
-
-pkgname=igraph
-pkgver=0.8.5
-pkgrel=1
-pkgdesc="A library for creating and manipulating (un)directed graphs."
-arch=(x86_64)
-url="https://igraph.org/c/;
-license=(GPL2)
-depends=(glpk arpack libxml2)
-source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('2e5da63a2b8e9bb497893a17cf77c691df1739c298664f8adb1310a01218f95b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-   --prefix=/usr \
-   --with-external-blas \
-   --with-external-lapack \
-   --with-external-arpack \
-   --with-external-glpk
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: igraph/repos/community-x86_64/PKGBUILD (from rev 862316, 
igraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 18:12:42 UTC (rev 862317)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fazlul Shahriar 
+# Contributor: Denis Zawada 
+
+pkgname=igraph
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(x86_64)
+url="https://igraph.org/c/;
+license=(GPL2)
+depends=(glpk arpack libxml2 suitesparse)
+makedepends=(cmake)
+source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('012e5d5a50420420588c33ec114c6b3000ccde544db3f25c282c1931c462ad7a')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_SHARED_LIBS=ON
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target check
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 18:12:32
  Author: arojas
Revision: 862316

Update to 0.9.0

Modified:
  igraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 18:05:47 UTC (rev 862315)
+++ PKGBUILD2021-02-16 18:12:32 UTC (rev 862316)
@@ -3,34 +3,29 @@
 # Contributor: Denis Zawada 
 
 pkgname=igraph
-pkgver=0.8.5
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="A library for creating and manipulating (un)directed graphs."
 arch=(x86_64)
 url="https://igraph.org/c/;
 license=(GPL2)
-depends=(glpk arpack libxml2)
+depends=(glpk arpack libxml2 suitesparse)
+makedepends=(cmake)
 
source=("https://github.com/igraph/igraph/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('2e5da63a2b8e9bb497893a17cf77c691df1739c298664f8adb1310a01218f95b')
+sha256sums=('012e5d5a50420420588c33ec114c6b3000ccde544db3f25c282c1931c462ad7a')
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure \
-   --prefix=/usr \
-   --with-external-blas \
-   --with-external-lapack \
-   --with-external-arpack \
-   --with-external-glpk
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
-  make
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_SHARED_LIBS=ON
+  cmake --build build
 }
 
 check() {
-  cd $pkgname-$pkgver
-  make check
+  cmake --build build --target check
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 18:05:47
  Author: arojas
Revision: 862315

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 18:05:35 UTC (rev 862314)
+++ PKGBUILD2021-02-16 18:05:47 UTC (rev 862315)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Guillaume Duboc 
-
-_pipname=jupyterlab_server
-pkgname=python-$_pipname
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Launch an application built using JupyterLab"
-arch=(any)
-url="https://jupyter.org/;
-license=(custom)
-depends=(jupyter-server python-requests python-json5 python-babel)
-makedepends=(python-setuptools)
-conflicts=(jupyterlab_server)
-replaces=(jupyterlab_server)
-source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('68b9322eee2561c89a22fcdf755c57fd750e8132f18fda81d47ca336d1f9b066')
-
-build() {
-  cd $_pipname-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd $_pipname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-jupyterlab_server/repos/community-any/PKGBUILD (from rev 862314, 
python-jupyterlab_server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 18:05:47 UTC (rev 862315)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Guillaume Duboc 
+
+_pipname=jupyterlab_server
+pkgname=python-$_pipname
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Launch an application built using JupyterLab"
+arch=(any)
+url="https://jupyter.org/;
+license=(custom)
+depends=(jupyter-server python-requests python-json5 python-babel)
+makedepends=(python-setuptools)
+conflicts=(jupyterlab_server)
+replaces=(jupyterlab_server)
+source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('8b619ec5e13c2d1ac2e3a43a8147382f41fb17b425b50fa38b1cc84849c7bf94')
+
+build() {
+  cd $_pipname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 18:05:35
  Author: arojas
Revision: 862314

Update to 2.2.1

Modified:
  python-jupyterlab_server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 17:49:45 UTC (rev 862313)
+++ PKGBUILD2021-02-16 18:05:35 UTC (rev 862314)
@@ -3,7 +3,7 @@
 
 _pipname=jupyterlab_server
 pkgname=python-$_pipname
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="Launch an application built using JupyterLab"
 arch=(any)
@@ -14,7 +14,7 @@
 conflicts=(jupyterlab_server)
 replaces=(jupyterlab_server)
 source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('68b9322eee2561c89a22fcdf755c57fd750e8132f18fda81d47ca336d1f9b066')
+sha256sums=('8b619ec5e13c2d1ac2e3a43a8147382f41fb17b425b50fa38b1cc84849c7bf94')
 
 build() {
   cd $_pipname-$pkgver


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

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 17:49:45
  Author: dvzrv
Revision: 862313

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 17:49:36 UTC (rev 862312)
+++ PKGBUILD2021-02-16 17:49:45 UTC (rev 862313)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-_name=atpublic
-pkgname=python-atpublic
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="@public decorator for Python"
-arch=('any')
-url="https://gitlab.com/warsaw/public;
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-sybil')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('cfde028756f56c7ca83b91e7d8653cee4575fb581669ee02c56a08c92ae2a6c1e51db76b6def1959354d3e931418a4dd09b78236268170d8c79620477836fe08')
-b2sums=('c388743e2348b9143926f4c3a5e7908382799b6728d1768fcc5779eae93d45b5741ec080b5255de39be14a2a3a9e2fecc657802f91df1df8e626910582785a9b')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # do not require to run with python-pytest-cov
-  sed -e '/addopts/d' -i setup.cfg
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-atpublic/repos/community-any/PKGBUILD (from rev 862312, 
python-atpublic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 17:49:45 UTC (rev 862313)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=atpublic
+pkgname=python-atpublic
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="@public decorator for Python"
+arch=('any')
+url="https://gitlab.com/warsaw/public;
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-sybil')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('deba5654471330454b6327e0911f71426e31f78128b8c5607e4dfca292f017da2c2326a6a59e76097ed30560e3404a47a0c0e034bc053c8348c20f40c002ec9f')
+b2sums=('a93a53fbee7b46eb949090d6c8ffa911db613b926f9acdd56932576b492a5ac3949ba958ff6bb988e0f2783c4630a7bffd9610af41cc983a63983d198962b342')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # do not require to run with python-pytest-cov
+  sed -e '/addopts/d' -i setup.cfg
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 17:49:36
  Author: dvzrv
Revision: 862312

upgpkg: python-atpublic 2.1.3-1: Upgrade to 2.1.3.

Modified:
  python-atpublic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 17:48:45 UTC (rev 862311)
+++ PKGBUILD2021-02-16 17:49:36 UTC (rev 862312)
@@ -2,7 +2,7 @@
 
 _name=atpublic
 pkgname=python-atpublic
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="@public decorator for Python"
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-sybil')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('cfde028756f56c7ca83b91e7d8653cee4575fb581669ee02c56a08c92ae2a6c1e51db76b6def1959354d3e931418a4dd09b78236268170d8c79620477836fe08')
-b2sums=('c388743e2348b9143926f4c3a5e7908382799b6728d1768fcc5779eae93d45b5741ec080b5255de39be14a2a3a9e2fecc657802f91df1df8e626910582785a9b')
+sha512sums=('deba5654471330454b6327e0911f71426e31f78128b8c5607e4dfca292f017da2c2326a6a59e76097ed30560e3404a47a0c0e034bc053c8348c20f40c002ec9f')
+b2sums=('a93a53fbee7b46eb949090d6c8ffa911db613b926f9acdd56932576b492a5ac3949ba958ff6bb988e0f2783c4630a7bffd9610af41cc983a63983d198962b342')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


[arch-commits] Commit in python-flufl.i18n/repos/community-any (PKGBUILD PKGBUILD)

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 17:48:45
  Author: dvzrv
Revision: 862311

archrelease: copy trunk to community-any

Added:
  python-flufl.i18n/repos/community-any/PKGBUILD
(from rev 862310, python-flufl.i18n/trunk/PKGBUILD)
Deleted:
  python-flufl.i18n/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 17:48:35 UTC (rev 862310)
+++ PKGBUILD2021-02-16 17:48:45 UTC (rev 862311)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-
-_name=flufl.i18n
-pkgname=python-flufl.i18n
-pkgver=3.1.4
-pkgrel=1
-pkgdesc="A high level API for internationalization"
-arch=('any')
-url="https://gitlab.com/warsaw/flufl.i18n;
-license=('Apache')
-depends=('python-atpublic')
-makedepends=('python-setuptools')
-checkdepends=('python-sybil' 'python-pytest')
-provides=('python-flufl-i18n')
-replaces=('python-flufl-i18n')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('02de410e1ca911e2c452b5dd48868c8c409817b867c58dbebdda6aff6dfe4d09b2f7ac4c293cbc1306eb5caa17c1f5a63e9d8c0ee59e8e41058ce0a4517257ea')
-b2sums=('1652ea9d0ff7b853298b3647da0fa4c692b9f227f42873194dcff00b119316f425012c534bbd5df87125517bf12cdd7a6d5eaa807f1bacf7c6c82967e8880adb')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # we don't need code coverage during tests
-  sed -e '/addopts/d' -i setup.cfg
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-flufl.i18n/repos/community-any/PKGBUILD (from rev 862310, 
python-flufl.i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 17:48:45 UTC (rev 862311)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=flufl.i18n
+pkgname=python-flufl.i18n
+pkgver=3.1.5
+pkgrel=1
+pkgdesc="A high level API for internationalization"
+arch=('any')
+url="https://gitlab.com/warsaw/flufl.i18n;
+license=('Apache')
+depends=('python-atpublic')
+makedepends=('python-setuptools')
+checkdepends=('python-sybil' 'python-pytest')
+provides=('python-flufl-i18n')
+replaces=('python-flufl-i18n')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('16222e243bdc7527f040bff8e7492fafa15a7c49ef20218d4563a70b885fb497d3b4b7a8a008079b7ca6185fa640105062c0d5e26dfbd11922d7fcccd5c3b786')
+b2sums=('6fef2f6d1cca30ccd21d71fa4f6209fb01f14e576951ba7137326ca18184983adb4825b721f046dd85a39803630c3090d5a29cbda68cf4687aee620cf3afbc63')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # we don't need code coverage during tests
+  sed -e '/addopts/d' -i setup.cfg
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in python-flufl.i18n/trunk (PKGBUILD)

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 17:48:35
  Author: dvzrv
Revision: 862310

upgpkg: python-flufl.i18n 3.1.5-1: Upgrade to 3.1.5.

Modified:
  python-flufl.i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 17:46:39 UTC (rev 862309)
+++ PKGBUILD2021-02-16 17:48:35 UTC (rev 862310)
@@ -2,7 +2,7 @@
 
 _name=flufl.i18n
 pkgname=python-flufl.i18n
-pkgver=3.1.4
+pkgver=3.1.5
 pkgrel=1
 pkgdesc="A high level API for internationalization"
 arch=('any')
@@ -14,8 +14,8 @@
 provides=('python-flufl-i18n')
 replaces=('python-flufl-i18n')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('02de410e1ca911e2c452b5dd48868c8c409817b867c58dbebdda6aff6dfe4d09b2f7ac4c293cbc1306eb5caa17c1f5a63e9d8c0ee59e8e41058ce0a4517257ea')
-b2sums=('1652ea9d0ff7b853298b3647da0fa4c692b9f227f42873194dcff00b119316f425012c534bbd5df87125517bf12cdd7a6d5eaa807f1bacf7c6c82967e8880adb')
+sha512sums=('16222e243bdc7527f040bff8e7492fafa15a7c49ef20218d4563a70b885fb497d3b4b7a8a008079b7ca6185fa640105062c0d5e26dfbd11922d7fcccd5c3b786')
+b2sums=('6fef2f6d1cca30ccd21d71fa4f6209fb01f14e576951ba7137326ca18184983adb4825b721f046dd85a39803630c3090d5a29cbda68cf4687aee620cf3afbc63')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
@@ -36,7 +36,6 @@
 }
 
 package() {
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
   cd "$pkgname-$pkgver"
   python setup.py install --skip-build \
   --optimize=1 \


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

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 17:46:39
  Author: dvzrv
Revision: 862309

archrelease: copy trunk to community-x86_64

Added:
  patroneo/repos/community-x86_64/PKGBUILD
(from rev 862308, patroneo/trunk/PKGBUILD)
Deleted:
  patroneo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 17:46:32 UTC (rev 862308)
+++ PKGBUILD2021-02-16 17:46:39 UTC (rev 862309)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=patroneo
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="An easy to use pattern based midi sequencer"
-arch=('x86_64')
-url="https://www.laborejo.org/patroneo/;
-license=('GPL3')
-groups=('pro-audio')
-depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
-makedepends=('glib2' 'jack' 'libsndfile' 'util-linux-libs')
-optdepends=('new-session-manager: for session management')
-source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('03b5be3301b3d940c90506ff3ecd28097b256e7e0cd7f3a9d2c1e17598c82fd7be0541b2c0e640971b3cb2e4168350a3b9b65913845b4bdace19681b09dedecb'
-'SKIP')
-b2sums=('dec29a390fe70fa3ea62c9c0480114a5c6ea251591531f572db1ee1a82a0b6b8e0427d33fa6f4ed417d5073a7e4c259da63b3db30591b03132309702da03'
-'SKIP')
-validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=('libglib-2.0.so' 'libjack.so' 'libsndfile.so' 'libuuid.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: patroneo/repos/community-x86_64/PKGBUILD (from rev 862308, 
patroneo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 17:46:39 UTC (rev 862309)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+pkgname=patroneo
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="An easy to use pattern based midi sequencer"
+arch=('x86_64')
+url="https://www.laborejo.org/patroneo/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
+makedepends=('glib2' 'jack' 'libsndfile' 'util-linux-libs')
+optdepends=('new-session-manager: for session management')
+source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('a0f5b86eec4c9540271d893df64493bedbf05928b26f97257b849f318e35b8495cc9f4109b9a08259cfe9847878790f482306394e1b624cde69935acde84b457'
+'SKIP')
+b2sums=('3da118d8ea8ccd0fbbd598fd37e1d28bee75066071be1ee11cfc1a7ba05cab7e55fa7b78bfe86a509c47adedc016e8caa3d6ede021c39fbb09c6c563d08a71a7'
+'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=('libglib-2.0.so' 'libjack.so' 'libsndfile.so' 'libuuid.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 17:46:32
  Author: dvzrv
Revision: 862308

upgpkg: patroneo 2.1.0-1: Upgrade to 2.1.0.

Modified:
  patroneo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 17:45:37 UTC (rev 862307)
+++ PKGBUILD2021-02-16 17:46:32 UTC (rev 862308)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=patroneo
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="An easy to use pattern based midi sequencer"
 arch=('x86_64')
 url="https://www.laborejo.org/patroneo/;
@@ -12,9 +12,9 @@
 makedepends=('glib2' 'jack' 'libsndfile' 'util-linux-libs')
 optdepends=('new-session-manager: for session management')
 
source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('03b5be3301b3d940c90506ff3ecd28097b256e7e0cd7f3a9d2c1e17598c82fd7be0541b2c0e640971b3cb2e4168350a3b9b65913845b4bdace19681b09dedecb'
+sha512sums=('a0f5b86eec4c9540271d893df64493bedbf05928b26f97257b849f318e35b8495cc9f4109b9a08259cfe9847878790f482306394e1b624cde69935acde84b457'
 'SKIP')
-b2sums=('dec29a390fe70fa3ea62c9c0480114a5c6ea251591531f572db1ee1a82a0b6b8e0427d33fa6f4ed417d5073a7e4c259da63b3db30591b03132309702da03'
+b2sums=('3da118d8ea8ccd0fbbd598fd37e1d28bee75066071be1ee11cfc1a7ba05cab7e55fa7b78bfe86a509c47adedc016e8caa3d6ede021c39fbb09c6c563d08a71a7'
 'SKIP')
 validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

 


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

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 17:45:37
  Author: dvzrv
Revision: 862307

archrelease: copy trunk to community-any

Added:
  python-flufl-lock/repos/community-any/PKGBUILD
(from rev 862306, python-flufl-lock/trunk/PKGBUILD)
Deleted:
  python-flufl-lock/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 17:45:25 UTC (rev 862306)
+++ PKGBUILD2021-02-16 17:45:37 UTC (rev 862307)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-
-_name=flufl.lock
-pkgname=python-flufl-lock
-pkgver=5.0.4
-pkgrel=1
-pkgdesc="NFS-safe file locking with timeouts for POSIX systems for Python"
-arch=('any')
-url="https://gitlab.com/warsaw/flufl.lock;
-license=('Apache')
-depends=('python-atpublic' 'python-psutil')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-sybil')
-replaces=('python-flufl.lock')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('c08d8115c836f7523887d86539e9f11a2007913936fd8a4a116a610b648adf289fb086e8904b2163a6af7449e92a6edf9fad09fb770a34473768ffc4d8eb146e')
-b2sums=('3fc6c3bfdac3c877c82f9f56e739342604be9f855a42a99bd06e5fb89fe8b3bc4cabd2e357e8e0992f7aa3f5ec7ea4a18e1f59a05bd7074a72440d3f6b9b')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # we don't use coverage with pytest
-  sed -s '/addopts/d' -i setup.cfg
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-flufl-lock/repos/community-any/PKGBUILD (from rev 862306, 
python-flufl-lock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 17:45:37 UTC (rev 862307)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+_name=flufl.lock
+pkgname=python-flufl-lock
+pkgver=5.0.5
+pkgrel=1
+pkgdesc="NFS-safe file locking with timeouts for POSIX systems for Python"
+arch=('any')
+url="https://gitlab.com/warsaw/flufl.lock;
+license=('Apache')
+depends=('python-atpublic' 'python-psutil')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-sybil')
+replaces=('python-flufl.lock')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('11d0dde6addd34fd3812b346d851692addee49e7a65620acae87da791051f89638036a652645cb7fe34edd786afe3112bf5efb3fe4aa36760e2054622b0c1c8e')
+b2sums=('978581adb55ce468ed2dd0f84978234a54293ee7cda4517dcdda2a2fc3507c965c419424f6a6bdc8cccbc15b14ebb739ff02e0c00d427f4f92afc31f913d0201')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # we don't use coverage with pytest
+  sed -s '/addopts/d' -i setup.cfg
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 17:45:25
  Author: dvzrv
Revision: 862306

upgpkg: python-flufl-lock 5.0.5-1: Upgrade to 5.0.5.

Modified:
  python-flufl-lock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 16:50:32 UTC (rev 862305)
+++ PKGBUILD2021-02-16 17:45:25 UTC (rev 862306)
@@ -2,7 +2,7 @@
 
 _name=flufl.lock
 pkgname=python-flufl-lock
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 pkgdesc="NFS-safe file locking with timeouts for POSIX systems for Python"
 arch=('any')
@@ -13,8 +13,8 @@
 checkdepends=('python-pytest' 'python-sybil')
 replaces=('python-flufl.lock')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('c08d8115c836f7523887d86539e9f11a2007913936fd8a4a116a610b648adf289fb086e8904b2163a6af7449e92a6edf9fad09fb770a34473768ffc4d8eb146e')
-b2sums=('3fc6c3bfdac3c877c82f9f56e739342604be9f855a42a99bd06e5fb89fe8b3bc4cabd2e357e8e0992f7aa3f5ec7ea4a18e1f59a05bd7074a72440d3f6b9b')
+sha512sums=('11d0dde6addd34fd3812b346d851692addee49e7a65620acae87da791051f89638036a652645cb7fe34edd786afe3112bf5efb3fe4aa36760e2054622b0c1c8e')
+b2sums=('978581adb55ce468ed2dd0f84978234a54293ee7cda4517dcdda2a2fc3507c965c419424f6a6bdc8cccbc15b14ebb739ff02e0c00d427f4f92afc31f913d0201')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2021-02-16 Thread Felix Yan via arch-commits
Date: Tuesday, February 16, 2021 @ 16:50:32
  Author: felixonmars
Revision: 862305

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  150 ++---
 1 file changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 16:50:21 UTC (rev 862304)
+++ PKGBUILD2021-02-16 16:50:32 UTC (rev 862305)
@@ -1,75 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Weißschuh 
-# Contributor: George Brooke 
-# Contributor: Sebastian Wiesner 
-
-pkgbase=python-tox
-pkgname=(python-tox python2-tox)
-pkgver=3.21.4
-pkgrel=1
-pkgdesc='Python virtualenv management and testing tool'
-arch=('any')
-url='https://tox.readthedocs.io'
-license=('GPL2')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-virtualenv'
- 'python2-virtualenv' 'python-pluggy' 'python2-pluggy' 
'python-toml' 'python2-toml'
- 'python-filelock' 'python2-filelock' 'python-freezegun' 
'python2-freezegun')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
-  'python2-pytest-mock' 'python-flaky' 'python2-flaky' 
'python2-pathlib2')
-source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz;)
-sha512sums=('fc665a1e77448e80a0bad64eea2a85741ae9cec70431ca6ee495d19c1806294a76a4a6080e62303b539135c6dc4ebdb46fabcdef70408276f2ba6e11a84350f8')
-
-prepare() {
-  find tox-$pkgver -name "*.pyc" -delete
-
-  cp -a tox-$pkgver{,-py2}
-}
-
-build() {
-  export LC_CTYPE=en_US.UTF-8
-
-  cd "$srcdir"/tox-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tox-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points
-
-  (
-cd "$srcdir"/tox-$pkgver
-virtualenv "$srcdir/pyvenv" --system-site-packages
-. "$srcdir/pyvenv/bin/activate"
-python setup.py install
-python setup.py pytest
-  )
-
-  (
-cd "$srcdir"/tox-$pkgver-py2
-virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-. "$srcdir/pyvenv-py2/bin/activate"
-python setup.py install
-python setup.py pytest
-  )
-}
-
-package_python-tox() {
-  depends=('python-py' 'python-virtualenv' 'python-packaging' 'python-pluggy' 
'python-toml'
-   'python-filelock' 'python-six')
-
-  cd "$srcdir"/tox-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  ln -s tox "$pkgdir"/usr/bin/tox3
-}
-
-package_python2-tox() {
-  depends=('python2-py' 'python2-virtualenv' 'python2-packaging' 
'python2-pluggy' 'python2-toml'
-   'python2-filelock' 'python2-six' 'python2-importlib-metadata')
-
-  cd "$srcdir"/tox-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/tox{,2}
-  mv "$pkgdir"/usr/bin/{tox-quickstart,tox2-quickstart}
-}

Copied: python-tox/repos/community-any/PKGBUILD (from rev 862304, 
python-tox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 16:50:32 UTC (rev 862305)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Weißschuh 
+# Contributor: George Brooke 
+# Contributor: Sebastian Wiesner 
+
+pkgbase=python-tox
+pkgname=(python-tox python2-tox)
+pkgver=3.22.0
+pkgrel=1
+pkgdesc='Python virtualenv management and testing tool'
+arch=('any')
+url='https://tox.readthedocs.io'
+license=('GPL2')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-virtualenv'
+ 'python2-virtualenv' 'python-pluggy' 'python2-pluggy' 
'python-toml' 'python2-toml'
+ 'python-filelock' 'python2-filelock' 'python-freezegun' 
'python2-freezegun')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
+  'python2-pytest-mock' 'python-flaky' 'python2-flaky' 
'python2-pathlib2')
+source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz;)
+sha512sums=('0e31bd1cb0bec687fb2e26ba8894146d4d015a75de2a50f0084a74e76b07ad1b16e371231fe3a0534bf9e190f9f5db1174b67e1334706f6007fad2ee90188ca1')
+
+prepare() {
+  find tox-$pkgver -name "*.pyc" -delete
+
+  cp -a tox-$pkgver{,-py2}
+}
+
+build() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/tox-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tox-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points
+
+  (
+cd "$srcdir"/tox-$pkgver
+virtualenv "$srcdir/pyvenv" --system-site-packages
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+python setup.py pytest
+  )
+
+  (
+cd "$srcdir"/tox-$pkgver-py2
+virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+. "$srcdir/pyvenv-py2/bin/activate"
+python setup.py install
+python setup.py pytest
+  )
+}
+

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

2021-02-16 Thread Felix Yan via arch-commits
Date: Tuesday, February 16, 2021 @ 16:50:21
  Author: felixonmars
Revision: 862304

upgpkg: python-tox 3.22.0-1

Modified:
  python-tox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 15:51:42 UTC (rev 862303)
+++ PKGBUILD2021-02-16 16:50:21 UTC (rev 862304)
@@ -5,7 +5,7 @@
 
 pkgbase=python-tox
 pkgname=(python-tox python2-tox)
-pkgver=3.21.4
+pkgver=3.22.0
 pkgrel=1
 pkgdesc='Python virtualenv management and testing tool'
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
   'python2-pytest-mock' 'python-flaky' 'python2-flaky' 
'python2-pathlib2')
 source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz;)
-sha512sums=('fc665a1e77448e80a0bad64eea2a85741ae9cec70431ca6ee495d19c1806294a76a4a6080e62303b539135c6dc4ebdb46fabcdef70408276f2ba6e11a84350f8')
+sha512sums=('0e31bd1cb0bec687fb2e26ba8894146d4d015a75de2a50f0084a74e76b07ad1b16e371231fe3a0534bf9e190f9f5db1174b67e1334706f6007fad2ee90188ca1')
 
 prepare() {
   find tox-$pkgver -name "*.pyc" -delete


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

2021-02-16 Thread Felix Yan via arch-commits
Date: Tuesday, February 16, 2021 @ 15:51:42
  Author: felixonmars
Revision: 862303

archrelease: copy trunk to community-any

Added:
  python-oslo-utils/repos/community-any/PKGBUILD
(from rev 862302, python-oslo-utils/trunk/PKGBUILD)
Deleted:
  python-oslo-utils/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 15:51:32 UTC (rev 862302)
+++ PKGBUILD2021-02-16 15:51:42 UTC (rev 862303)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-oslo-utils
-pkgver=4.7.0
-pkgrel=3
-pkgdesc="Oslo Utility library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
- 'python-netaddr' 'python-netifaces' 'python-debtcollector')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-ddt' 'python-eventlet')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz;)
-sha512sums=('95eec2602b54ea88f6b629443e7a9c5a07c4cecb6f241ef7da05b2f461ce40c86c1caa31953d83ea6e4a98b28bfca608da8a2341ba7c02ea9b68c0d74bc8e23a')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd oslo.utils-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.utils-$pkgver
-  stestr run
-}
-
-package() {
-  cd oslo.utils-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 862302, 
python-oslo-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 15:51:42 UTC (rev 862303)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-oslo-utils
+pkgver=4.8.0
+pkgrel=1
+pkgdesc="Oslo Utility library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
+ 'python-netaddr' 'python-netifaces' 'python-debtcollector')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-ddt' 'python-eventlet')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz;)
+sha512sums=('2445833623ad08b36a9eb166a55031c6381c46312ebc4d3ec67efe70f922fa30176eed16c9030f1835e44b7c2f65c91638eec37bd2b1e96210db7c5ed411d510')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd oslo.utils-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.utils-$pkgver
+  stestr run
+}
+
+package() {
+  cd oslo.utils-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-16 Thread Felix Yan via arch-commits
Date: Tuesday, February 16, 2021 @ 15:51:32
  Author: felixonmars
Revision: 862302

upgpkg: python-oslo-utils 4.8.0-1

Modified:
  python-oslo-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 15:49:32 UTC (rev 862301)
+++ PKGBUILD2021-02-16 15:51:32 UTC (rev 862302)
@@ -2,8 +2,8 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-oslo-utils
-pkgver=4.7.0
-pkgrel=3
+pkgver=4.8.0
+pkgrel=1
 pkgdesc="Oslo Utility library"
 arch=('any')
 url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-oslotest' 'python-ddt' 'python-eventlet')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz;)
-sha512sums=('95eec2602b54ea88f6b629443e7a9c5a07c4cecb6f241ef7da05b2f461ce40c86c1caa31953d83ea6e4a98b28bfca608da8a2341ba7c02ea9b68c0d74bc8e23a')
+sha512sums=('2445833623ad08b36a9eb166a55031c6381c46312ebc4d3ec67efe70f922fa30176eed16c9030f1835e44b7c2f65c91638eec37bd2b1e96210db7c5ed411d510')
 
 export PBR_VERSION=$pkgver
 


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

2021-02-16 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 16, 2021 @ 15:49:32
  Author: polyzen
Revision: 862301

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 15:49:10 UTC (rev 862300)
+++ PKGBUILD2021-02-16 15:49:32 UTC (rev 862301)
@@ -1,59 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Daniel M. Capella 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgname=python-sphinx
-pkgver=3.5.0
-pkgrel=2
-pkgdesc='Python documentation generator'
-arch=('any')
-url=http://www.sphinx-doc.org/
-license=('BSD')
-depends=('python-babel'
- 'python-docutils'
- 'python-imagesize'
- 'python-jinja'
- 'python-pygments'
- 'python-requests'
- 'python-setuptools'
- 'python-snowballstemmer'
- 'python-sphinx-alabaster-theme'
- 
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
-checkdepends=('cython'
-  'imagemagick' 'librsvg'
-  'python-html5lib'
-  'python-pytest'
-  'texlive-fontsextra' 'texlive-latexextra')
-optdepends=('imagemagick: for ext.imgconverter'
-'texlive-latexextra: for generation of PDF documentation')
-source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-sha256sums=('deb468efb3abaa70d790add4147d18782d86fdeacf648d6e8afb7a99807f1546'
-'SKIP')
-b2sums=('7a6cf06264a62d6adbb79f80120e1182a37a73e3f600f30325a6c32d58423e4f7d02bf9d737c31c5ba7f91e23e6e19a59486c58ec0d4e31636ac39ffce6a46b0'
-'SKIP')
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA 

-  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa 
-
-build() {
-  cd Sphinx-$pkgver
-  make build
-}
-
-check() {
-  cd Sphinx-$pkgver
-  LC_ALL="en_US.UTF-8" make test
-
-  # Remove created cache files for reproduciblity with rebuilderd
-  find tests -type d -name __pycache__ -exec rm -r {} +
-}
-
-package() {
-  cd Sphinx-$pkgver
-  export PYTHONHASHSEED=0
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 862300, 
python-sphinx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 15:49:32 UTC (rev 862301)
@@ -0,0 +1,59 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Daniel M. Capella 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgname=python-sphinx
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='Python documentation generator'
+arch=('any')
+url=http://www.sphinx-doc.org/
+license=('BSD')
+depends=('python-babel'
+ 'python-docutils'
+ 'python-imagesize'
+ 'python-jinja'
+ 'python-pygments'
+ 'python-requests'
+ 'python-setuptools'
+ 'python-snowballstemmer'
+ 'python-sphinx-alabaster-theme'
+ 
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
+checkdepends=('cython'
+  'imagemagick' 'librsvg'
+  'python-html5lib'
+  'python-pytest'
+  'texlive-fontsextra' 'texlive-latexextra')
+optdepends=('imagemagick: for ext.imgconverter'
+'texlive-latexextra: for generation of PDF documentation')
+source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
+sha256sums=('11d521e787d9372c289472513d807277caafb1684b33eb4f08f7574c405893a9'
+'SKIP')
+b2sums=('f374a65d66f404b2a7486c58a0e13e228e0de88985fed18cfa74e8219759af6afb1bb05cc10b6a8ed8ad7b413889b7282de7212010fe6d3bd30ce04fe9b59b9a'
+'SKIP')
+validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA 

+  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa 
+
+build() {
+  cd Sphinx-$pkgver
+  make build
+}
+
+check() {
+  cd Sphinx-$pkgver
+  LC_ALL="en_US.UTF-8" make test
+
+  # Remove created cache files for reproduciblity with rebuilderd
+  find tests -type d -name __pycache__ -exec rm -r {} +
+}
+
+package() {
+  cd Sphinx-$pkgver
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-02-16 Thread Daniel M. Capella via arch-commits
Date: Tuesday, February 16, 2021 @ 15:49:10
  Author: polyzen
Revision: 862300

upgpkg: python-sphinx 3.5.1-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 14:49:52 UTC (rev 862299)
+++ PKGBUILD2021-02-16 15:49:10 UTC (rev 862300)
@@ -5,8 +5,8 @@
 # Contributor: Fabio Volpe 
 
 pkgname=python-sphinx
-pkgver=3.5.0
-pkgrel=2
+pkgver=3.5.1
+pkgrel=1
 pkgdesc='Python documentation generator'
 arch=('any')
 url=http://www.sphinx-doc.org/
@@ -29,9 +29,9 @@
 optdepends=('imagemagick: for ext.imgconverter'
 'texlive-latexextra: for generation of PDF documentation')
 
source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-sha256sums=('deb468efb3abaa70d790add4147d18782d86fdeacf648d6e8afb7a99807f1546'
+sha256sums=('11d521e787d9372c289472513d807277caafb1684b33eb4f08f7574c405893a9'
 'SKIP')
-b2sums=('7a6cf06264a62d6adbb79f80120e1182a37a73e3f600f30325a6c32d58423e4f7d02bf9d737c31c5ba7f91e23e6e19a59486c58ec0d4e31636ac39ffce6a46b0'
+b2sums=('f374a65d66f404b2a7486c58a0e13e228e0de88985fed18cfa74e8219759af6afb1bb05cc10b6a8ed8ad7b413889b7282de7212010fe6d3bd30ce04fe9b59b9a'
 'SKIP')
 validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA 

   'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki 
Shimizukawa 


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

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 15:28:31
  Author: dvzrv
Revision: 408320

archrelease: copy trunk to extra-any

Added:
  refind/repos/extra-any/PKGBUILD
(from rev 408319, refind/trunk/PKGBUILD)
Deleted:
  refind/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  184 ++---
 1 file changed, 91 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 15:28:23 UTC (rev 408319)
+++ PKGBUILD2021-02-16 15:28:31 UTC (rev 408320)
@@ -1,93 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=refind
-pkgver=0.12.0
-pkgrel=6
-pkgdesc="An EFI boot manager"
-arch=('any')
-url="https://www.rodsbooks.com/refind/;
-license=('BSD' 'CCPL' 'FDL1.3' 'GPL2' 'GPL3' 'LGPL3')
-depends=('bash' 'dosfstools' 'efibootmgr' 'which')
-makedepends=('gnu-efi-libs')
-optdepends=('gptfdisk: for finding non-vfat ESP with refind-install'
-'imagemagick: for refind-mkfont'
-'openssl: for generating local certificates with refind-install'
-'python: for refind-mkdefault'
-'sudo: for privilege elevation in refind-install and 
refind-mkdefault'
-'sbsigntools: for EFI binary signing with refind-install')
-# TODO: remove 2020-10-23
-provides=('refind-efi')
-conflicts=('refind-efi')
-replaces=('refind-efi')
-# the drivers don't build with many jobs
-options=(!makeflags)
-source=("https://sourceforge.net/projects/refind/files/${pkgver}/${pkgname}-src-${pkgver}.tar.gz;)
-sha512sums=('3ade9642d7acf31097daa5308acb96a9fa3371314073b5a09601a886fc30444752efa08ed9fb35e421efb0b4eb9efbccd7b5c9bd6b3b9ed4af74c58f22a74729')
-_arch='x64'
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # removing the path prefix from the css reference, so that the css can live
-  # in the same directory
-  sed -e 's|../Styles/||g' -i "docs/${pkgname}/"*.html
-  # hardcode RefindDir, so that refind-install can find refind_x64.efi
-  sed -e 's|RefindDir=\"\$ThisDir/refind\"|RefindDir="/usr/share/refind/"|g' \
-  -i refind-install
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-  make gptsync
-  make fs
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  # the install target calls refind-install, therefore we install things
-  # manually
-
-  # efi binaries
-  install -vDm 644 refind/*.efi -t "${pkgdir}/usr/share/${pkgname}"
-  install -vDm 644 drivers_*/*.efi \
--t "${pkgdir}/usr/share/refind/drivers_${_arch}"
-  install -vDm 644 gptsync/*.efi \
--t "${pkgdir}/usr/share/${pkgname}/tools_${_arch}"
-  # sample config
-  install -vDm 644 "${pkgname}.conf-sample" -t "${pkgdir}/usr/share/${pkgname}"
-  # keys
-  install -vDm 644 keys/*{cer,crt} -t "${pkgdir}/usr/share/${pkgname}/keys"
-  # keysdir
-  install -vdm 700 "${pkgdir}/etc/refind.d/keys"
-  # fonts
-  install -vDm 644 fonts/*.png \
--t "${pkgdir}/usr/share/${pkgname}/fonts"
-  # icons
-  install -vDm 644 icons/*.png \
--t "${pkgdir}/usr/share/${pkgname}/icons"
-  install -vDm 644 icons/svg/*.svg \
--t "${pkgdir}/usr/share/${pkgname}/icons/svg"
-  # scripts
-  install -vDm 755 {refind-{install,mkdefault},mkrlconf,mvrefind} \
--t "${pkgdir}/usr/bin"
-  install -vDm 755 fonts/mkfont.sh "${pkgdir}/usr/bin/${pkgname}-mkfont"
-  # man pages
-  install -vDm 644 docs/man/*.8 -t "${pkgdir}/usr/share/man/man8"
-  # docs
-  install -vDm 644 {CREDITS,NEWS,README}.txt \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 fonts/README.txt \
-"${pkgdir}/usr/share/doc/${pkgname}/README.${pkgname}-mkfont.txt"
-  install -vDm 644 icons/README \
-"${pkgdir}/usr/share/doc/${pkgname}/README.icons.txt"
-  install -vDm 644 keys/README.txt \
-"${pkgdir}/usr/share/doc/${pkgname}/README.keys.txt"
-  install -vDm 644 "docs/${pkgname}/"*.{html,png,svg,txt} \
--t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  install -vDm 644 docs/Styles/*.css \
--t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  install -vDm 644 images/${pkgname}-banner.{png,svg} \
--t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  # license
-  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: refind/repos/extra-any/PKGBUILD (from rev 408319, refind/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 15:28:31 UTC (rev 408320)
@@ -0,0 +1,91 @@
+# Maintainer: David Runge 
+
+pkgname=refind
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="An EFI boot manager"
+arch=('any')
+url="https://www.rodsbooks.com/refind/;
+license=('BSD' 'CCPL' 'FDL1.3' 'GPL2' 'GPL3' 'LGPL3')
+depends=('bash' 'dosfstools' 'efibootmgr')
+makedepends=('gnu-efi-libs')
+optdepends=('gptfdisk: for finding non-vfat ESP with refind-install'
+'imagemagick: for refind-mkfont'
+'openssl: for generating local certificates with refind-install'
+'python: for refind-mkdefault'
+'sbsigntools: for EFI 

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

2021-02-16 Thread David Runge via arch-commits
Date: Tuesday, February 16, 2021 @ 15:28:23
  Author: dvzrv
Revision: 408319

upgpkg: refind 0.13.0-1: Upgrade to 0.13.0.

Remove which from depends, as it is not required anymore.
Remove provides/conflicts/replaces for refind-efi after waiting period is over.

Modified:
  refind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 14:36:51 UTC (rev 408318)
+++ PKGBUILD2021-02-16 15:28:23 UTC (rev 408319)
@@ -1,33 +1,31 @@
 # Maintainer: David Runge 
 
 pkgname=refind
-pkgver=0.12.0
-pkgrel=6
+pkgver=0.13.0
+pkgrel=1
 pkgdesc="An EFI boot manager"
 arch=('any')
 url="https://www.rodsbooks.com/refind/;
 license=('BSD' 'CCPL' 'FDL1.3' 'GPL2' 'GPL3' 'LGPL3')
-depends=('bash' 'dosfstools' 'efibootmgr' 'which')
+depends=('bash' 'dosfstools' 'efibootmgr')
 makedepends=('gnu-efi-libs')
 optdepends=('gptfdisk: for finding non-vfat ESP with refind-install'
 'imagemagick: for refind-mkfont'
 'openssl: for generating local certificates with refind-install'
 'python: for refind-mkdefault'
+'sbsigntools: for EFI binary signing with refind-install'
 'sudo: for privilege elevation in refind-install and 
refind-mkdefault'
-'sbsigntools: for EFI binary signing with refind-install')
-# TODO: remove 2020-10-23
-provides=('refind-efi')
-conflicts=('refind-efi')
-replaces=('refind-efi')
+)
 # the drivers don't build with many jobs
 options=(!makeflags)
 
source=("https://sourceforge.net/projects/refind/files/${pkgver}/${pkgname}-src-${pkgver}.tar.gz;)
-sha512sums=('3ade9642d7acf31097daa5308acb96a9fa3371314073b5a09601a886fc30444752efa08ed9fb35e421efb0b4eb9efbccd7b5c9bd6b3b9ed4af74c58f22a74729')
+sha512sums=('ff20cd174496358770128ee15aba21b3db69a2386acd9389ed853995adbd0e9ebddbae0c9f987ca6c90e29aee2a7ff4438ae2df9f01ddffb19564fa072675c0e')
+b2sums=('a4f1429faa22a7b62d59c0e3a7013da695ae4bc9512e3bbfe090b5c5a6d036392bd6b42ceade813bbb3fbc0a5a37faa666f2244078c77f0bb7a6cb87a9285c9d')
 _arch='x64'
 
 prepare() {
   cd "$pkgname-$pkgver"
-  # removing the path prefix from the css reference, so that the css can live
+  # remove the path prefix from the css reference, so that the css can live
   # in the same directory
   sed -e 's|../Styles/||g' -i "docs/${pkgname}/"*.html
   # hardcode RefindDir, so that refind-install can find refind_x64.efi


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 14:49:52
  Author: arojas
Revision: 862299

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: plasma5-applets-window-buttons/repos/community-testing-x86_64/PKGBUILD 
(from rev 862298, plasma5-applets-window-buttons/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-02-16 14:49:52 UTC (rev 862299)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=plasma5-applets-window-buttons
+pkgname=(libappletdecoration plasma5-applets-window-buttons)
+pkgver=0.8.1
+pkgrel=3
+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)
+makedepends=(extra-cmake-modules kdecoration plasma-framework)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/psifidotos/applet-window-buttons/archive/$pkgver.tar.gz;
+
window-buttons-kdecoration-5.21.patch::"https://github.com/psifidotos/applet-window-buttons/commit/dc5ed862.patch;)
+sha256sums=('9f7afca910072d3e6b23e9aad1bd0905965b2022e0498b43173d7a712cca8986'
+'56ad08f1fcb612bf3aade5047cc346d4560e422946ffeeed962a48c749aa2e73')
+
+prepare() {
+  patch -d applet-window-buttons-$pkgver -p1 < 
window-buttons-kdecoration-5.21.patch # Fix build with kdecoration 5.21
+}
+
+build() {
+  cmake -B build -S applet-window-buttons-$pkgver
+  cmake --build build
+}
+
+package_libappletdecoration() {
+  pkgdesc="Library for applet window decorations"
+  depends=(kdecoration plasma-framework)
+  DESTDIR="$pkgdir" cmake --install build/libappletdecoration
+}
+
+package_plasma5-applets-window-buttons() {
+  depends=(libappletdecoration plasma-workspace)
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/usr/lib # Provided by libappletdecoration
+}
+


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 14:49:39
  Author: arojas
Revision: 862298

kdecoration 5.21 rebuild

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 14:38:56 UTC (rev 862297)
+++ PKGBUILD2021-02-16 14:49:39 UTC (rev 862298)
@@ -3,15 +3,21 @@
 pkgbase=plasma5-applets-window-buttons
 pkgname=(libappletdecoration plasma5-applets-window-buttons)
 pkgver=0.8.1
-pkgrel=2
+pkgrel=3
 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)
 makedepends=(extra-cmake-modules kdecoration plasma-framework)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/psifidotos/applet-window-buttons/archive/$pkgver.tar.gz;)
-sha256sums=('9f7afca910072d3e6b23e9aad1bd0905965b2022e0498b43173d7a712cca8986')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/psifidotos/applet-window-buttons/archive/$pkgver.tar.gz;
+
window-buttons-kdecoration-5.21.patch::"https://github.com/psifidotos/applet-window-buttons/commit/dc5ed862.patch;)
+sha256sums=('9f7afca910072d3e6b23e9aad1bd0905965b2022e0498b43173d7a712cca8986'
+'56ad08f1fcb612bf3aade5047cc346d4560e422946ffeeed962a48c749aa2e73')
 
+prepare() {
+  patch -d applet-window-buttons-$pkgver -p1 < 
window-buttons-kdecoration-5.21.patch # Fix build with kdecoration 5.21
+}
+
 build() {
   cmake -B build -S applet-window-buttons-$pkgver
   cmake --build build


[arch-commits] Commit in linux-tools/repos/community-x86_64 (18 files)

2021-02-16 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, February 16, 2021 @ 14:38:56
  Author: seblu
Revision: 862297

archrelease: copy trunk to community-x86_64

Added:
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 862296, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 862296, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 862296, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 862296, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 862296, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/hv_fcopy_daemon.service
(from rev 862296, linux-tools/trunk/hv_fcopy_daemon.service)
  linux-tools/repos/community-x86_64/hv_kvp_daemon.service
(from rev 862296, linux-tools/trunk/hv_kvp_daemon.service)
  linux-tools/repos/community-x86_64/hv_vss_daemon.service
(from rev 862296, linux-tools/trunk/hv_vss_daemon.service)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 862296, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/hv_fcopy_daemon.service
  linux-tools/repos/community-x86_64/hv_kvp_daemon.service
  linux-tools/repos/community-x86_64/hv_vss_daemon.service
  linux-tools/repos/community-x86_64/usbipd.service

-+
 PKGBUILD|  615 ++
 cpupower.default|   58 ++--
 cpupower.install|   26 -
 cpupower.service|   24 -
 cpupower.systemd|   64 ++--
 hv_fcopy_daemon.service |   18 -
 hv_kvp_daemon.service   |   18 -
 hv_vss_daemon.service   |   18 -
 usbipd.service  |   18 -
 9 files changed, 429 insertions(+), 430 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 14:38:46 UTC (rev 862296)
+++ PKGBUILD2021-02-16 14:38:56 UTC (rev 862297)
@@ -1,308 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgbase=linux-tools
-pkgname=(
-  'bpf'
-  'cgroup_event_listener'
-  'cpupower'
-  'hyperv'
-  'libtraceevent'
-  'linux-tools-meta'
-  'perf'
-#  'python-perf'
-  'tmon'
-  'turbostat'
-  'usbip'
-  'x86_energy_perf_policy'
-)
-pkgver=5.10
-pkgrel=2
-license=('GPL2')
-arch=('x86_64')
-url='https://www.kernel.org'
-options=('!strip')
-makedepends=('git')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends+=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python' 'slang' 'elfutils' 'libunwind' 'numactl' 'audit' 
'zstd' 'libcap')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils' 'udev')
-# tmon deps
-makedepends+=('ncurses')
-# bpf deps
-makedepends+=('readline' 'zlib' 'libelf' 'libcap' 'python-docutils')
-# turbostat deps
-makedepends+=('libcap')
-groups=("$pkgbase")
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v${pkgver//_/-};
-"https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.1.xz;
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service'
-'hv_fcopy_daemon.service'
-'hv_kvp_daemon.service'
-'hv_vss_daemon.service')
-sha256sums=('SKIP'
-'1b5ca3683e8ae99eee357d11a2f2bfe21561883d6288e29d7bddf3eb0e007fcd'
-'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
-'b692f4859ed3fd9831a058a450a84d8c409bf7e3e45aac1c2896a14bb83f3d7a'
-'42d2ec9f1d9cc255ee7945a27301478364ef482f5a6ddfc960189f03725ccec2'
-'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
-'16855c197d2334f820cb190312a5a7fffe9165189db01344a957e582e39e17d8'
-'b1315cb77a35454e1af9172f821a52e2a0cb18561be05a340d21cf337b01ae61'
-'2d5e2f8d40b6f19bf2e1dead57ca105d72098fb0b418c09ff2e0cb91089710af')
-
-prepare() {
-  cd linux
-
-  # apply patch from the source array (should be a pacman feature)
-  local src
-  for src in "${source[@]}"; do
-src="${src%%::*}"
-src="${src##*/}"
-src="${src%.xz}"
-[[ $src = *.patch || $src = patch-* ]] || continue
-echo ":: Applying patch $src"
-patch -p1 -N -i "$srcdir/$src"
-  done
-}
-
-build() {
-  echo ':: libtraceevent'
-  pushd linux/tools/lib/traceevent
-  make
-  popd
-
-  echo ':: perf'
-  pushd linux/tools/perf
-  make -f Makefile.perf \
-prefix=/usr \
-lib=lib/perf \
-perfexecdir=lib/perf \
-NO_SDT=1 \
-PYTHON=python \
-PYTHON_CONFIG=python-config \
-PERF_VERSION=$pkgver-$pkgrel \
-DESTDIR="$pkgdir"
- 

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

2021-02-16 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, February 16, 2021 @ 14:38:46
  Author: seblu
Revision: 862296

upgpkg: linux-tools 5.11-1

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 13:33:06 UTC (rev 862295)
+++ PKGBUILD2021-02-16 14:38:46 UTC (rev 862296)
@@ -15,8 +15,8 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=5.10
-pkgrel=2
+pkgver=5.11
+pkgrel=1
 license=('GPL2')
 arch=('x86_64')
 url='https://www.kernel.org'
@@ -39,7 +39,7 @@
 makedepends+=('libcap')
 groups=("$pkgbase")
 
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v${pkgver//_/-};
-"https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.1.xz;
+#"https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$pkgver.1.xz;
 'cpupower.default'
 'cpupower.systemd'
 'cpupower.service'
@@ -48,7 +48,6 @@
 'hv_kvp_daemon.service'
 'hv_vss_daemon.service')
 sha256sums=('SKIP'
-'1b5ca3683e8ae99eee357d11a2f2bfe21561883d6288e29d7bddf3eb0e007fcd'
 '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
 'b692f4859ed3fd9831a058a450a84d8c409bf7e3e45aac1c2896a14bb83f3d7a'
 '42d2ec9f1d9cc255ee7945a27301478364ef482f5a6ddfc960189f03725ccec2'


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

2021-02-16 Thread Jan Steffens via arch-commits
Date: Tuesday, February 16, 2021 @ 14:36:51
  Author: heftig
Revision: 408318

archrelease: copy trunk to extra-x86_64

Added:
  gucharmap/repos/extra-x86_64/PKGBUILD
(from rev 408317, gucharmap/trunk/PKGBUILD)
Deleted:
  gucharmap/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 14:36:38 UTC (rev 408317)
+++ PKGBUILD2021-02-16 14:36:51 UTC (rev 408318)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan De Groot 
-
-pkgname=gucharmap
-pkgver=13.0.0
-pkgrel=1
-pkgdesc="Gnome Unicode Charmap"
-url="https://wiki.gnome.org/Apps/Gucharmap;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf gtk3)
-makedepends=(gtk-doc gobject-introspection yelp-tools appdata-tools git meson
- unicode-character-database unzip vala)
-provides=(libgucharmap_2_90.so)
-_commit=fb6bc29bbecbe30debabc195d1342d981f8f3a6b  # tags/13.0.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gucharmap.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D ucd_path=/usr/share/unicode
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gucharmap/repos/extra-x86_64/PKGBUILD (from rev 408317, 
gucharmap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 14:36:51 UTC (rev 408318)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan De Groot 
+
+pkgname=gucharmap
+pkgver=13.0.5
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+url="https://wiki.gnome.org/Apps/Gucharmap;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gtk3)
+makedepends=(gtk-doc gobject-introspection yelp-tools appdata-tools git meson
+ unicode-character-database unzip vala)
+provides=(libgucharmap_2_90.so)
+_commit=3ebd14a79c96781c73aa2bb438bb0600414c9cd2  # tags/13.0.5^0
+source=("git+https://gitlab.gnome.org/GNOME/gucharmap.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D ucd_path=/usr/share/unicode
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2021-02-16 Thread Jan Steffens via arch-commits
Date: Tuesday, February 16, 2021 @ 14:36:38
  Author: heftig
Revision: 408317

13.0.5-1

Modified:
  gucharmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 14:34:43 UTC (rev 408316)
+++ PKGBUILD2021-02-16 14:36:38 UTC (rev 408317)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan De Groot 
 
 pkgname=gucharmap
-pkgver=13.0.0
+pkgver=13.0.5
 pkgrel=1
 pkgdesc="Gnome Unicode Charmap"
 url="https://wiki.gnome.org/Apps/Gucharmap;
@@ -12,7 +12,7 @@
 makedepends=(gtk-doc gobject-introspection yelp-tools appdata-tools git meson
  unicode-character-database unzip vala)
 provides=(libgucharmap_2_90.so)
-_commit=fb6bc29bbecbe30debabc195d1342d981f8f3a6b  # tags/13.0.0^0
+_commit=3ebd14a79c96781c73aa2bb438bb0600414c9cd2  # tags/13.0.5^0
 source=("git+https://gitlab.gnome.org/GNOME/gucharmap.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,7 +27,7 @@
 
 build() {
   arch-meson $pkgname build -D ucd_path=/usr/share/unicode
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2021-02-16 Thread Jan Steffens via arch-commits
Date: Tuesday, February 16, 2021 @ 14:34:29
  Author: heftig
Revision: 408315

3.38.4-1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-16 14:24:28 UTC (rev 408314)
+++ PKGBUILD2021-02-16 14:34:29 UTC (rev 408315)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-desktop
-pkgver=3.38.3
+pkgver=3.38.4
 pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
@@ -14,7 +14,7 @@
 makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
 checkdepends=(xorg-server-xvfb)
 provides=(libgnome-desktop-3.so)
-_commit=acf3a9eb2f4c18d7d352f21a027629e8a7d2cf34  # tags/3.38.3^0
+_commit=8662b94232a2d65f1aa76acb3d9e20a8b70489cf  # tags/3.38.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2021-02-16 Thread Jan Steffens via arch-commits
Date: Tuesday, February 16, 2021 @ 14:34:43
  Author: heftig
Revision: 408316

archrelease: copy trunk to extra-x86_64

Added:
  gnome-desktop/repos/extra-x86_64/PKGBUILD
(from rev 408315, gnome-desktop/trunk/PKGBUILD)
Deleted:
  gnome-desktop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-16 14:34:29 UTC (rev 408315)
+++ PKGBUILD2021-02-16 14:34:43 UTC (rev 408316)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-desktop
-pkgver=3.38.3
-pkgrel=1
-epoch=1
-pkgdesc="Library with common API for various GNOME modules"
-url="https://gitlab.gnome.org/GNOME/gnome-desktop;
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes
- libseccomp bubblewrap systemd-libs)
-makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
-checkdepends=(xorg-server-xvfb)
-provides=(libgnome-desktop-3.so)
-_commit=acf3a9eb2f4c18d7d352f21a027629e8a7d2cf34  # tags/3.38.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D gnome_distributor="Arch Linux" \
--D gtk_doc=true \
--D date_in_gnome_version=false
-  meson compile -C build
-}
-
-check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-desktop/repos/extra-x86_64/PKGBUILD (from rev 408315, 
gnome-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-16 14:34:43 UTC (rev 408316)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-desktop
+pkgver=3.38.4
+pkgrel=1
+epoch=1
+pkgdesc="Library with common API for various GNOME modules"
+url="https://gitlab.gnome.org/GNOME/gnome-desktop;
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes
+ libseccomp bubblewrap systemd-libs)
+makedepends=(gobject-introspection git meson gtk-doc yelp-tools)
+checkdepends=(xorg-server-xvfb)
+provides=(libgnome-desktop-3.so)
+_commit=8662b94232a2d65f1aa76acb3d9e20a8b70489cf  # tags/3.38.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-desktop.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D gnome_distributor="Arch Linux" \
+-D gtk_doc=true \
+-D date_in_gnome_version=false
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 13:42:30
  Author: arojas
Revision: 408249

archrelease: copy trunk to testing-x86_64

Added:
  kgamma5/repos/testing-x86_64/
  kgamma5/repos/testing-x86_64/PKGBUILD
(from rev 408248, kgamma5/trunk/PKGBUILD)

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

Copied: kgamma5/repos/testing-x86_64/PKGBUILD (from rev 408248, 
kgamma5/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 13:42:30 UTC (rev 408249)
@@ -0,0 +1,29 @@
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.21.0
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+depends=(kconfigwidgets systemsettings)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('040e0596d55ed314a9e2952918ab6bd31b79d181818d59883905dfdc231fe251'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 13:42:45
  Author: arojas
Revision: 408251

archrelease: copy trunk to testing-x86_64

Added:
  ksshaskpass/repos/testing-x86_64/
  ksshaskpass/repos/testing-x86_64/PKGBUILD
(from rev 408250, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/testing-x86_64/ksshaskpass.install
(from rev 408250, ksshaskpass/trunk/ksshaskpass.install)

-+
 PKGBUILD|   34 ++
 ksshaskpass.install |5 +
 2 files changed, 39 insertions(+)

Copied: ksshaskpass/repos/testing-x86_64/PKGBUILD (from rev 408250, 
ksshaskpass/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 13:42:45 UTC (rev 408251)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: schuay 
+
+pkgname=ksshaskpass
+pkgver=5.21.0
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://kde.org/plasma-desktop/'
+license=(GPL)
+arch=(x86_64)
+depends=(kwallet)
+makedepends=(extra-cmake-modules kdoctools)
+provides=(x11-ssh-askpass)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('7131ad2c18d5d6a04a1811bb3e4530cbf263324a1a86b8d233350330a1834b7f'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Copied: ksshaskpass/repos/testing-x86_64/ksshaskpass.install (from rev 408250, 
ksshaskpass/trunk/ksshaskpass.install)
===
--- testing-x86_64/ksshaskpass.install  (rev 0)
+++ testing-x86_64/ksshaskpass.install  2021-02-16 13:42:45 UTC (rev 408251)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then
+echo "The SSH_ASKPASS environment variable is not exported by default 
anymore. Set it in /etc/profile to revert to the previous behavior"
+  fi
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 13:42:37
  Author: arojas
Revision: 408250

archrelease: copy trunk to testing-x86_64

Added:
  kscreen/repos/testing-x86_64/
  kscreen/repos/testing-x86_64/PKGBUILD
(from rev 408249, kscreen/trunk/PKGBUILD)

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

Copied: kscreen/repos/testing-x86_64/PKGBUILD (from rev 408249, 
kscreen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 13:42:37 UTC (rev 408250)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kscreen
+pkgver=5.21.0
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+depends=(libkscreen kdeclarative qt5-graphicaleffects qt5-sensors)
+makedepends=(extra-cmake-modules plasma-framework kcmutils)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('caeaa40d4d1df713ec9748c94c0056767ee0c98939a5318882fde1825c2d7010'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 13:42:23
  Author: arojas
Revision: 408248

archrelease: copy trunk to testing-x86_64

Added:
  kdeplasma-addons/repos/testing-x86_64/
  kdeplasma-addons/repos/testing-x86_64/PKGBUILD
(from rev 408247, kdeplasma-addons/trunk/PKGBUILD)

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

Copied: kdeplasma-addons/repos/testing-x86_64/PKGBUILD (from rev 408247, 
kdeplasma-addons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 13:42:23 UTC (rev 408248)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeplasma-addons
+pkgver=5.21.0
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+depends=(plasma-workspace)
+makedepends=(extra-cmake-modules kross qt5-webengine)
+optdepends=('kross: comic applet'
+'purpose: Quickshare applet'
+'quota-tools: disk quota applet'
+'qt5-webengine: dictionary and webbrowser applets')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3363e5458175ff9905a8793d16306b64ed99d23e8b6b237807aa795001e8fb07'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 13:46:35
  Author: arojas
Revision: 408266

archrelease: copy trunk to testing-x86_64

Added:
  sddm-kcm/repos/testing-x86_64/
  sddm-kcm/repos/testing-x86_64/PKGBUILD
(from rev 408265, sddm-kcm/trunk/PKGBUILD)

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

Copied: sddm-kcm/repos/testing-x86_64/PKGBUILD (from rev 408265, 
sddm-kcm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 13:46:35 UTC (rev 408266)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm-kcm
+pkgver=5.21.0
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(GPL)
+depends=(sddm knewstuff systemsettings)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('892698c874662c0df1e99fb458c4962836f5c3b7de01934d5f21ee2f12f41e8a'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}
+


[arch-commits] Commit in plasma-workspace-wallpapers/repos (2 files)

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 13:46:23
  Author: arojas
Revision: 408265

archrelease: copy trunk to testing-any

Added:
  plasma-workspace-wallpapers/repos/testing-any/
  plasma-workspace-wallpapers/repos/testing-any/PKGBUILD
(from rev 408264, plasma-workspace-wallpapers/trunk/PKGBUILD)

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

Copied: plasma-workspace-wallpapers/repos/testing-any/PKGBUILD (from rev 
408264, plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-02-16 13:46:23 UTC (rev 408265)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.21.0
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=(any)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e76b4e21e884a9fa942b8ac0e565780881e88e8fa1de716548d2bfdc93088387'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in xdg-desktop-portal-kde/repos (2 files)

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 13:46:42
  Author: arojas
Revision: 408267

archrelease: copy trunk to testing-x86_64

Added:
  xdg-desktop-portal-kde/repos/testing-x86_64/
  xdg-desktop-portal-kde/repos/testing-x86_64/PKGBUILD
(from rev 408266, xdg-desktop-portal-kde/trunk/PKGBUILD)

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

Copied: xdg-desktop-portal-kde/repos/testing-x86_64/PKGBUILD (from rev 408266, 
xdg-desktop-portal-kde/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 13:46:42 UTC (rev 408267)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=xdg-desktop-portal-kde
+pkgver=5.21.0
+pkgrel=1
+pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+depends=(kirigami2 plasma-framework)
+makedepends=(extra-cmake-modules plasma-wayland-protocols)
+provides=(xdg-desktop-portal-impl)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('77cf24cf3fc05225c85a9a2942fca6a2f8812e49bf53bd3708c2670002e55339'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 13:46:08
  Author: arojas
Revision: 408263

archrelease: copy trunk to testing-x86_64

Added:
  plasma-thunderbolt/repos/testing-x86_64/
  plasma-thunderbolt/repos/testing-x86_64/PKGBUILD
(from rev 408262, plasma-thunderbolt/trunk/PKGBUILD)

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

Copied: plasma-thunderbolt/repos/testing-x86_64/PKGBUILD (from rev 408262, 
plasma-thunderbolt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 13:46:08 UTC (rev 408263)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-thunderbolt
+pkgver=5.21.0
+pkgrel=1
+pkgdesc="Plasma integration for controlling Thunderbolt devices"
+arch=(x86_64)
+url="https://kde.org/plasma-desktop;
+license=(LGPL)
+groups=(plasma)
+depends=(bolt systemsettings)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8f00c23ed3d29155649edbd7888ec0792814541e9ec2130a8c583b6f00ecdccf'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 13:46:16
  Author: arojas
Revision: 408264

archrelease: copy trunk to testing-x86_64

Added:
  plasma-vault/repos/testing-x86_64/
  plasma-vault/repos/testing-x86_64/PKGBUILD
(from rev 408263, plasma-vault/trunk/PKGBUILD)

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

Copied: plasma-vault/repos/testing-x86_64/PKGBUILD (from rev 408263, 
plasma-vault/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 13:46:16 UTC (rev 408264)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-vault
+pkgver=5.21.0
+pkgrel=1
+pkgdesc="Plasma applet and services for creating encrypted vaults"
+arch=(x86_64)
+url="https://www.kde.org/;
+license=(LGPL)
+groups=(plasma)
+depends=(plasma-workspace networkmanager-qt)
+makedepends=(extra-cmake-modules)
+optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for 
encryption' 'gocryptfs: to use gocryptfs for encryption')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cabb2323a8b21c6baa634ebe8be8f9a1860a21ef7268467246143d428a8e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 13:46:01
  Author: arojas
Revision: 408262

archrelease: copy trunk to testing-x86_64

Added:
  plasma-systemmonitor/repos/testing-x86_64/
  plasma-systemmonitor/repos/testing-x86_64/PKGBUILD
(from rev 408261, plasma-systemmonitor/trunk/PKGBUILD)

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

Copied: plasma-systemmonitor/repos/testing-x86_64/PKGBUILD (from rev 408261, 
plasma-systemmonitor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 13:46:01 UTC (rev 408262)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-systemmonitor
+pkgver=5.21.0
+pkgrel=1
+pkgdesc="An interface for monitoring system sensors, process information and 
other system resources"
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(GPL LGPL)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=(ksysguard kirigami2 kitemmodels)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+sha256sums=('97752f401c16e7c05fa6a8efe216259af96e3a415a1ee3b260477e1d4234d540'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 13:45:39
  Author: arojas
Revision: 408259

archrelease: copy trunk to testing-x86_64

Added:
  plasma-nm/repos/testing-x86_64/
  plasma-nm/repos/testing-x86_64/PKGBUILD
(from rev 408258, plasma-nm/trunk/PKGBUILD)

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

Copied: plasma-nm/repos/testing-x86_64/PKGBUILD (from rev 408258, 
plasma-nm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 13:45:39 UTC (rev 408259)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.21.0
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(GPL2)
+depends=(plasma-workspace modemmanager-qt networkmanager-qt qca)
+makedepends=(extra-cmake-modules openconnect)
+optdepends=('openconnect: Cisco AnyConnect VPN plugin')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7d9bca77388dac0d47c87a5bc65737913fc0950a311c5876e56987e6a883e35e'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 13:45:47
  Author: arojas
Revision: 408260

archrelease: copy trunk to testing-x86_64

Added:
  plasma-pa/repos/testing-x86_64/
  plasma-pa/repos/testing-x86_64/PKGBUILD
(from rev 408259, plasma-pa/trunk/PKGBUILD)

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

Copied: plasma-pa/repos/testing-x86_64/PKGBUILD (from rev 408259, 
plasma-pa/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 13:45:47 UTC (rev 408260)
@@ -0,0 +1,29 @@
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.21.0
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+depends=(plasma-workspace libcanberra-pulse pulseaudio perl)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('48dea9ceca6342d1ec4c88af2c2237ab43ec7b03a9dd37f7660ef175e4986fa7'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 13:45:54
  Author: arojas
Revision: 408261

archrelease: copy trunk to testing-x86_64

Added:
  plasma-sdk/repos/testing-x86_64/
  plasma-sdk/repos/testing-x86_64/PKGBUILD
(from rev 408260, plasma-sdk/trunk/PKGBUILD)

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

Copied: plasma-sdk/repos/testing-x86_64/PKGBUILD (from rev 408260, 
plasma-sdk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 13:45:54 UTC (rev 408261)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.21.0
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+depends=(plasma-framework perl)
+makedepends=(extra-cmake-modules kdoctools ktexteditor)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('930b0af8a31fc035f827d805c5226525590eaab0cedaa50fba1e353db64fc562'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-02-16 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 16, 2021 @ 13:45:32
  Author: arojas
Revision: 408258

archrelease: copy trunk to testing-x86_64

Added:
  plasma-firewall/repos/testing-x86_64/
  plasma-firewall/repos/testing-x86_64/PKGBUILD
(from rev 408257, plasma-firewall/trunk/PKGBUILD)

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

Copied: plasma-firewall/repos/testing-x86_64/PKGBUILD (from rev 408257, 
plasma-firewall/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-02-16 13:45:32 UTC (rev 408258)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-firewall
+pkgver=5.21.0
+pkgrel=1
+pkgdesc="Control Panel for your system firewall"
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(GPL LGPL)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=(systemsettings plasma-framework)
+makedepends=(extra-cmake-modules)
+optdepends=('iproute2: netstat backend'
+'firewalld: firewalld backend'
+'ufw: ufw backend')
+groups=(plasma)
+sha256sums=('5a53f5c097fd951ebdbbbe33a7405d5538c5cad31fd291199718b2dc917ee6c8'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DLIBEXEC_INSTALL_DIR=lib
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


  1   2   >