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

2021-08-23 Thread Nicola Squartini via arch-commits
Date: Tuesday, August 24, 2021 @ 01:20:06
  Author: tensor5
Revision: 1004484

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 1004483, electron/trunk/PKGBUILD)
  
electron/repos/community-x86_64/add-clang-nomerge-attribute-to-CheckError.patch
(from rev 1004483, 
electron/trunk/add-clang-nomerge-attribute-to-CheckError.patch)
  electron/repos/community-x86_64/chromium-glibc-2.33.patch
(from rev 1004483, electron/trunk/chromium-glibc-2.33.patch)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 1004483, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/electron-launcher.sh
(from rev 1004483, electron/trunk/electron-launcher.sh)
  electron/repos/community-x86_64/electron.desktop
(from rev 1004483, electron/trunk/electron.desktop)
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1004483, 
electron/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron/repos/community-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
(from rev 1004483, electron/trunk/unbundle-use-char16_t-as-UCHAR_TYPE.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1004483, electron/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  
electron/repos/community-x86_64/add-clang-nomerge-attribute-to-CheckError.patch
  electron/repos/community-x86_64/chromium-glibc-2.33.patch
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/electron-launcher.sh
  electron/repos/community-x86_64/electron.desktop
  
electron/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron/repos/community-x86_64/unbundle-use-char16_t-as-UCHAR_TYPE.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch

---+
 PKGBUILD  |  442 +-
 add-clang-nomerge-attribute-to-CheckError.patch   |   88 +--
 chromium-glibc-2.33.patch |  288 ++--
 default_app-icon.patch|   42 -
 electron-launcher.sh  |   40 -
 electron.desktop  |   14 
 sql-make-VirtualCursor-standard-layout-type.patch |  476 ++--
 unbundle-use-char16_t-as-UCHAR_TYPE.patch |   60 +-
 use-system-libraries-in-node.patch|  104 ++--
 9 files changed, 777 insertions(+), 777 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-24 01:18:57 UTC (rev 1004483)
+++ PKGBUILD2021-08-24 01:20:06 UTC (rev 1004484)
@@ -1,221 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron
-pkgver=13.2.1
-_commit=6a1c6f8d7fbbf000f000157694b5af73aad40aca
-_chromiumver=91.0.4472.164
-_gcc_patchset=5
-pkgrel=1
-pkgdesc='Build cross platform desktop apps with web technologies'
-arch=('x86_64')
-url='https://electronjs.org/'
-license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libnghttp2' 'libxslt' 'minizip'
- 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
- 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
- 'npm' 'pciutils' 'pipewire' 'python2' 'wget' 'yarn')
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'libappindicator-gtk3: StatusNotifierItem support'
-'pipewire: WebRTC desktop sharing under Wayland'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-source=('git+https://github.com/electron/electron.git'
-'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git'
-
"https://github.com/stha09/chromium-patches/releases/download/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}.tar.xz;
-"${pkgname}-launcher.sh"
-"${pkgname}.desktop"
-'default_app-icon.patch'
-'use-system-libraries-in-node.patch'
-'add-clang-nomerge-attribute-to-CheckError.patch'
-'chromium-glibc-2.33.patch'
-'sql-make-VirtualCursor-standard-layout-type.patch'
-'unbundle-use-char16_t-as-UCHAR_TYPE.patch'
-   )
-sha256sums=('SKIP'
-'SKIP'
-'171525009003a9ed1182cfcb6f407d7169d9a731a474304e263029376719f55a'
-'20c50e217fcb20f72fd2b465ad19659abe51feff4814515767a3065a009d58a5'
-'5270db01f3f8aaa5137dec275a02caa832b7f2e37942e068cba8d28b3a29df39'
-'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
-'f16103daf05713dea632b5f01e45db20ff12d1770a6539b4e8d3957a0242dd54'
-

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

2021-08-23 Thread Nicola Squartini via arch-commits
Date: Tuesday, August 24, 2021 @ 01:18:57
  Author: tensor5
Revision: 1004483

upgpkg: electron 13.2.2-1

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 22:47:59 UTC (rev 1004482)
+++ PKGBUILD2021-08-24 01:18:57 UTC (rev 1004483)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron
-pkgver=13.2.1
-_commit=6a1c6f8d7fbbf000f000157694b5af73aad40aca
+pkgver=13.2.2
+_commit=251e7bb2273c16061e2f73a555c17a33fe3cab0a
 _chromiumver=91.0.4472.164
 _gcc_patchset=5
 pkgrel=1



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

2021-08-23 Thread Jan Steffens via arch-commits
Date: Monday, August 23, 2021 @ 22:48:15
  Author: heftig
Revision: 422502

archrelease: copy trunk to extra-x86_64

Added:
  libfprint/repos/extra-x86_64/PKGBUILD
(from rev 422501, libfprint/trunk/PKGBUILD)
Deleted:
  libfprint/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 22:48:00 UTC (rev 422501)
+++ PKGBUILD2021-08-23 22:48:15 UTC (rev 422502)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Tom Gundersen 
-# Contributor: Thomas Baechler 
-
-pkgname=libfprint
-pkgver=1.92.1
-pkgrel=1
-pkgdesc="Library for fingerprint readers"
-url="https://fprint.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libgusb pixman nss systemd libgudev)
-makedepends=(git meson gtk-doc gobject-introspection)
-checkdepends=(cairo)
-provides=(libfprint-2.so)
-groups=(fprint)
-_commit=a68fce0f2caac09b9de2562b1c34efe37b273e91  # tags/v1.92.1^0
-source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: libfprint/repos/extra-x86_64/PKGBUILD (from rev 422501, 
libfprint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 22:48:15 UTC (rev 422502)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Tom Gundersen 
+# Contributor: Thomas Baechler 
+
+pkgname=libfprint
+pkgver=1.94.0
+pkgrel=1
+pkgdesc="Library for fingerprint readers"
+url="https://fprint.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libgusb pixman nss systemd libgudev)
+makedepends=(git meson gtk-doc gobject-introspection)
+checkdepends=(cairo)
+provides=(libfprint-2.so)
+groups=(fprint)
+_commit=909865ed8de2a603fb20e9d26fe91be88ff66dce  # tags/v1.94.0^0
+source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



[arch-commits] Commit in lib32-pango/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2021-08-23 Thread Jan Steffens via arch-commits
Date: Monday, August 23, 2021 @ 22:47:59
  Author: heftig
Revision: 1004482

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-pango/repos/multilib-x86_64/PKGBUILD
(from rev 1004481, lib32-pango/trunk/PKGBUILD)
Deleted:
  lib32-pango/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 22:47:22 UTC (rev 1004481)
+++ PKGBUILD2021-08-23 22:47:59 UTC (rev 1004482)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-pkgname=lib32-pango
-pkgver=1.48.9
-pkgrel=1
-epoch=1
-pkgdesc="A library for layout and rendering of text (32-bit)"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
-makedepends=(git meson)
-checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
-provides=(libpango{,cairo,ft2,xft}-1.0.so)
-_commit=c704c8b7e096dd3d3fd684463ef0e7860c2c2db3  # tags/1.48.9^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pango
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pango
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
-
-  arch-meson pango build \
---libdir=/usr/lib32 \
--D introspection=disabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-  rm -r "$pkgdir"/usr/{bin,include}
-}
-
-# vim:set sw=2 et:

Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 1004481, 
lib32-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 22:47:59 UTC (rev 1004482)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+pkgname=lib32-pango
+pkgver=1.48.9
+pkgrel=2
+epoch=1
+pkgdesc="A library for layout and rendering of text (32-bit)"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
+makedepends=(git meson)
+checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
+provides=(libpango{,cairo,ft2,xft}-1.0.so)
+_commit=c704c8b7e096dd3d3fd684463ef0e7860c2c2db3  # tags/1.48.9^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+
+  # https://gitlab.gnome.org/GNOME/pango/-/issues/599
+  git cherry-pick -n b823774b132e1cddd6e4a8a423761c5c15375753
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+  arch-meson pango build \
+--libdir=/usr/lib32 \
+-D introspection=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  rm -r "$pkgdir"/usr/{bin,include}
+}
+
+# vim:set sw=2 et:



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

2021-08-23 Thread Jan Steffens via arch-commits
Date: Monday, August 23, 2021 @ 22:48:00
  Author: heftig
Revision: 422501

archrelease: copy trunk to extra-x86_64

Added:
  pango/repos/extra-x86_64/PKGBUILD
(from rev 422500, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 22:47:26 UTC (rev 422500)
+++ PKGBUILD2021-08-23 22:48:00 UTC (rev 422501)
@@ -1,54 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=pango
-pkgname=(pango pango-docs)
-pkgver=1.48.9
-pkgrel=1
-epoch=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz fribidi)
-makedepends=(gobject-introspection help2man git meson gi-docgen)
-checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
-_commit=c704c8b7e096dd3d3fd684463ef0e7860c2c2db3  # tags/1.48.9^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pango
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pango
-}
-
-build() {
-  arch-meson pango build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_pango() {
-  provides=(libpango{,cairo,ft2,xft}-1.0.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-}
-
-package_pango-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 422500, 
pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 22:48:00 UTC (rev 422501)
@@ -0,0 +1,57 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=pango
+pkgname=(pango pango-docs)
+pkgver=1.48.9
+pkgrel=2
+epoch=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz fribidi)
+makedepends=(gobject-introspection help2man git meson gi-docgen)
+checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
+_commit=c704c8b7e096dd3d3fd684463ef0e7860c2c2db3  # tags/1.48.9^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+
+  # https://gitlab.gnome.org/GNOME/pango/-/issues/599
+  git cherry-pick -n b823774b132e1cddd6e4a8a423761c5c15375753
+}
+
+build() {
+  arch-meson pango build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_pango() {
+  provides=(libpango{,cairo,ft2,xft}-1.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_pango-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2021-08-23 Thread Jan Steffens via arch-commits
Date: Monday, August 23, 2021 @ 22:47:26
  Author: heftig
Revision: 422500

1.48.9-2: add a crash patch

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 22:45:32 UTC (rev 422499)
+++ PKGBUILD2021-08-23 22:47:26 UTC (rev 422500)
@@ -4,7 +4,7 @@
 pkgbase=pango
 pkgname=(pango pango-docs)
 pkgver=1.48.9
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A library for layout and rendering of text"
 url="https://www.pango.org/;
@@ -24,6 +24,9 @@
 
 prepare() {
   cd pango
+
+  # https://gitlab.gnome.org/GNOME/pango/-/issues/599
+  git cherry-pick -n b823774b132e1cddd6e4a8a423761c5c15375753
 }
 
 build() {



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

2021-08-23 Thread Jan Steffens via arch-commits
Date: Monday, August 23, 2021 @ 22:47:22
  Author: heftig
Revision: 1004481

1.48.9-2: add a crash patch

Modified:
  lib32-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 22:34:18 UTC (rev 1004480)
+++ PKGBUILD2021-08-23 22:47:22 UTC (rev 1004481)
@@ -5,7 +5,7 @@
 
 pkgname=lib32-pango
 pkgver=1.48.9
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A library for layout and rendering of text (32-bit)"
 url="https://www.pango.org/;
@@ -26,6 +26,9 @@
 
 prepare() {
   cd pango
+
+  # https://gitlab.gnome.org/GNOME/pango/-/issues/599
+  git cherry-pick -n b823774b132e1cddd6e4a8a423761c5c15375753
 }
 
 build() {



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

2021-08-23 Thread Jan Steffens via arch-commits
Date: Monday, August 23, 2021 @ 22:45:32
  Author: heftig
Revision: 422499

1.94.0-1

Modified:
  libfprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 22:34:18 UTC (rev 422498)
+++ PKGBUILD2021-08-23 22:45:32 UTC (rev 422499)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Baechler 
 
 pkgname=libfprint
-pkgver=1.92.1
+pkgver=1.94.0
 pkgrel=1
 pkgdesc="Library for fingerprint readers"
 url="https://fprint.freedesktop.org/;
@@ -14,7 +14,7 @@
 checkdepends=(cairo)
 provides=(libfprint-2.so)
 groups=(fprint)
-_commit=a68fce0f2caac09b9de2562b1c34efe37b273e91  # tags/v1.92.1^0
+_commit=909865ed8de2a603fb20e9d26fe91be88ff66dce  # tags/v1.94.0^0
 
source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit;)
 sha256sums=('SKIP')
 



[arch-commits] Commit in lib32-json-glib/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2021-08-23 Thread Jan Steffens via arch-commits
Date: Monday, August 23, 2021 @ 22:34:18
  Author: heftig
Revision: 1004480

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-json-glib/repos/multilib-x86_64/PKGBUILD
(from rev 1004479, lib32-json-glib/trunk/PKGBUILD)
Deleted:
  lib32-json-glib/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 22:33:49 UTC (rev 1004479)
+++ PKGBUILD2021-08-23 22:34:18 UTC (rev 1004480)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jameson Pugh 
-
-pkgname=lib32-json-glib
-pkgver=1.6.4
-pkgrel=1
-pkgdesc='JSON library built on GLib'
-arch=(x86_64)
-url=https://wiki.gnome.org/Projects/JsonGlib
-license=(GPL)
-depends=(
-  json-glib
-  lib32-glib2
-)
-makedepends=(
-  git
-  meson
-)
-_tag=0e318b4e3be43278435c636891e0c840591be705
-source=(git+https://gitlab.gnome.org/GNOME/json-glib.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd json-glib
-
-  git describe --tags
-}
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-
-  arch-meson json-glib build \
---libdir=/usr/lib32 \
--D gtk_doc=disabled \
--D introspection=disabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io}-2.0.so)
-  provides+=(libjson-glib-1.0.so)
-
-  meson install -C build --destdir "${pkgdir}"
-
-  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-json-glib/repos/multilib-x86_64/PKGBUILD (from rev 1004479, 
lib32-json-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 22:34:18 UTC (rev 1004480)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jameson Pugh 
+
+pkgname=lib32-json-glib
+pkgver=1.6.6
+pkgrel=1
+pkgdesc='JSON library built on GLib'
+arch=(x86_64)
+url=https://wiki.gnome.org/Projects/JsonGlib
+license=(GPL)
+depends=(
+  json-glib
+  lib32-glib2
+)
+makedepends=(
+  git
+  meson
+)
+_tag=7ef38457e12810b1f01da236cf04d4bdc1f551fa
+source=(git+https://gitlab.gnome.org/GNOME/json-glib.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd json-glib
+
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+  arch-meson json-glib build \
+--libdir=/usr/lib32 \
+-D gtk_doc=disabled \
+-D introspection=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so)
+  provides+=(libjson-glib-1.0.so)
+
+  meson install -C build --destdir "${pkgdir}"
+
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-23 Thread Jan Steffens via arch-commits
Date: Monday, August 23, 2021 @ 22:34:18
  Author: heftig
Revision: 422498

archrelease: copy trunk to extra-x86_64

Added:
  json-glib/repos/extra-x86_64/PKGBUILD
(from rev 422497, json-glib/trunk/PKGBUILD)
Deleted:
  json-glib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 22:34:08 UTC (rev 422497)
+++ PKGBUILD2021-08-23 22:34:18 UTC (rev 422498)
@@ -1,55 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=json-glib
-pkgname=(json-glib json-glib-docs)
-pkgver=1.6.4
-pkgrel=1
-pkgdesc="JSON library built on GLib"
-url="https://wiki.gnome.org/Projects/JsonGlib;
-arch=(x86_64)
-license=(GPL)
-depends=(glib2)
-makedepends=(gobject-introspection git meson gi-docgen docbook-xsl)
-_commit=f33b07cc409531a6892acae492616f60467ca24e  # tags/1.6.4^0
-source=("git+https://gitlab.gnome.org/GNOME/json-glib.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd json-glib
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd json-glib
-}
-
-build() {
-  arch-meson json-glib build -D man=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_json-glib() {
-  depends+=(libg{lib,object,io}-2.0.so)
-  provides+=(libjson-glib-1.0.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-  
-  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
-}
-
-package_json-glib-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: json-glib/repos/extra-x86_64/PKGBUILD (from rev 422497, 
json-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 22:34:18 UTC (rev 422498)
@@ -0,0 +1,55 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=json-glib
+pkgname=(json-glib json-glib-docs)
+pkgver=1.6.6
+pkgrel=1
+pkgdesc="JSON library built on GLib"
+url="https://wiki.gnome.org/Projects/JsonGlib;
+arch=(x86_64)
+license=(GPL)
+depends=(glib2)
+makedepends=(gobject-introspection git meson gi-docgen docbook-xsl)
+_commit=3cf2b53667a73376c852e08dcadd197a5f8325b9  # tags/1.6.6^0
+source=("git+https://gitlab.gnome.org/GNOME/json-glib.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd json-glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd json-glib
+}
+
+build() {
+  arch-meson json-glib build -D man=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_json-glib() {
+  depends+=(libg{lib,object,io}-2.0.so)
+  provides+=(libjson-glib-1.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+  
+  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
+}
+
+package_json-glib-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2021-08-23 Thread Jan Steffens via arch-commits
Date: Monday, August 23, 2021 @ 22:34:08
  Author: heftig
Revision: 422497

1.6.6-1

Modified:
  json-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 21:10:11 UTC (rev 422496)
+++ PKGBUILD2021-08-23 22:34:08 UTC (rev 422497)
@@ -3,7 +3,7 @@
 
 pkgbase=json-glib
 pkgname=(json-glib json-glib-docs)
-pkgver=1.6.4
+pkgver=1.6.6
 pkgrel=1
 pkgdesc="JSON library built on GLib"
 url="https://wiki.gnome.org/Projects/JsonGlib;
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(glib2)
 makedepends=(gobject-introspection git meson gi-docgen docbook-xsl)
-_commit=f33b07cc409531a6892acae492616f60467ca24e  # tags/1.6.4^0
+_commit=3cf2b53667a73376c852e08dcadd197a5f8325b9  # tags/1.6.6^0
 source=("git+https://gitlab.gnome.org/GNOME/json-glib.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2021-08-23 Thread Jan Steffens via arch-commits
Date: Monday, August 23, 2021 @ 22:33:49
  Author: heftig
Revision: 1004479

1.6.6-1

Modified:
  lib32-json-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 21:41:00 UTC (rev 1004478)
+++ PKGBUILD2021-08-23 22:33:49 UTC (rev 1004479)
@@ -2,7 +2,7 @@
 # Contributor: Jameson Pugh 
 
 pkgname=lib32-json-glib
-pkgver=1.6.4
+pkgver=1.6.6
 pkgrel=1
 pkgdesc='JSON library built on GLib'
 arch=(x86_64)
@@ -16,7 +16,7 @@
   git
   meson
 )
-_tag=0e318b4e3be43278435c636891e0c840591be705
+_tag=7ef38457e12810b1f01da236cf04d4bdc1f551fa
 source=(git+https://gitlab.gnome.org/GNOME/json-glib.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 21:10:11
  Author: felixonmars
Revision: 422496

archrelease: copy trunk to extra-x86_64

Added:
  ibus/repos/extra-x86_64/PKGBUILD
(from rev 422495, ibus/trunk/PKGBUILD)
Deleted:
  ibus/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 21:10:02 UTC (rev 422495)
+++ PKGBUILD2021-08-23 21:10:11 UTC (rev 422496)
@@ -1,68 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=ibus
-pkgname=(ibus libibus)
-pkgver=1.5.25
-pkgrel=1
-pkgdesc="Next Generation Input Bus for Linux"
-arch=('x86_64')
-url="https://github.com/ibus/ibus/wiki;
-license=('LGPL')
-depends=('dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject'
- 'iso-codes' 'librsvg')
-makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gtk2' 'qt5-base'
- 'unicode-cldr' 'unicode-character-database' 'unicode-emoji' 'git')
-options=('!emptydirs')
-_commit=cfb263f04f82a83dd94f6eedcd5017d40a4a1a05  # 1.5.25
-source=("git+https://github.com/ibus/ibus#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ibus
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd ibus
-  sed -i 's|$(libibus) $(libibus_emoji_dialog)|$(libibus_emoji_dialog) 
$(libibus)|' ui/gtk3/Makefile.am
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd ibus
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ibus \
---sysconfdir=/etc \
---enable-dconf \
---enable-wayland \
---enable-gtk-doc \
---disable-memconf \
---enable-ui \
---disable-python2 \
---with-python=python3 \
---with-ucd-dir=/usr/share/unicode/
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_ibus() {
-  depends+=("libibus=$pkgver")
-
-  cd ibus
-  make DESTDIR="$pkgdir" install
-  make -C src DESTDIR="$pkgdir" uninstall
-  make -C bindings DESTDIR="$pkgdir" uninstall
-  make DESTDIR="$pkgdir" uninstall-pkgconfigDATA
-}
-
-package_libibus() {
-  pkgdesc="IBus support library"
-  depends=(libg{lib,object,io}-2.0.so)
-  provides=('libibus-1.0.so')
-
-  cd ibus
-  make -C src DESTDIR="$pkgdir" install
-  make -C bindings DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" install-pkgconfigDATA
-}

Copied: ibus/repos/extra-x86_64/PKGBUILD (from rev 422495, ibus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 21:10:11 UTC (rev 422496)
@@ -0,0 +1,69 @@
+# Maintainer: Felix Yan 
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.25
+pkgrel=2
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('x86_64')
+url="https://github.com/ibus/ibus/wiki;
+license=('LGPL')
+depends=('dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject'
+ 'iso-codes' 'librsvg')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gtk4' 'gtk2'
+ 'qt5-base' 'unicode-cldr' 'unicode-character-database' 
'unicode-emoji' 'git')
+options=('!emptydirs')
+_commit=cfb263f04f82a83dd94f6eedcd5017d40a4a1a05  # 1.5.25
+source=("git+https://github.com/ibus/ibus#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ibus
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd ibus
+  sed -i 's|$(libibus) $(libibus_emoji_dialog)|$(libibus_emoji_dialog) 
$(libibus)|' ui/gtk3/Makefile.am
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ibus
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--enable-dconf \
+--enable-wayland \
+--enable-gtk-doc \
+--enable-gtk4 \
+--disable-memconf \
+--enable-ui \
+--disable-python2 \
+--with-python=python3 \
+--with-ucd-dir=/usr/share/unicode/
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_ibus() {
+  depends+=("libibus=$pkgver")
+
+  cd ibus
+  make DESTDIR="$pkgdir" install
+  make -C src DESTDIR="$pkgdir" uninstall
+  make -C bindings DESTDIR="$pkgdir" uninstall
+  make DESTDIR="$pkgdir" uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc="IBus support library"
+  depends=(libg{lib,object,io}-2.0.so)
+  provides=('libibus-1.0.so')
+
+  cd ibus
+  make -C src DESTDIR="$pkgdir" install
+  make -C bindings DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install-pkgconfigDATA
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 21:10:02
  Author: felixonmars
Revision: 422495

upgpkg: ibus 1.5.25-2: enable gtk4 immodule (FS#71374)

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 19:37:43 UTC (rev 422494)
+++ PKGBUILD2021-08-23 21:10:02 UTC (rev 422495)
@@ -3,7 +3,7 @@
 pkgbase=ibus
 pkgname=(ibus libibus)
 pkgver=1.5.25
-pkgrel=1
+pkgrel=2
 pkgdesc="Next Generation Input Bus for Linux"
 arch=('x86_64')
 url="https://github.com/ibus/ibus/wiki;
@@ -10,8 +10,8 @@
 license=('LGPL')
 depends=('dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject'
  'iso-codes' 'librsvg')
-makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gtk2' 'qt5-base'
- 'unicode-cldr' 'unicode-character-database' 'unicode-emoji' 'git')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'gnome-common' 
'gtk-doc' 'gtk4' 'gtk2'
+ 'qt5-base' 'unicode-cldr' 'unicode-character-database' 
'unicode-emoji' 'git')
 options=('!emptydirs')
 _commit=cfb263f04f82a83dd94f6eedcd5017d40a4a1a05  # 1.5.25
 source=("git+https://github.com/ibus/ibus#commit=$_commit;)
@@ -37,6 +37,7 @@
 --enable-dconf \
 --enable-wayland \
 --enable-gtk-doc \
+--enable-gtk4 \
 --disable-memconf \
 --enable-ui \
 --disable-python2 \



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 20:54:06
  Author: felixonmars
Revision: 1004472

archrelease: copy trunk to community-staging-x86_64

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

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

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



[arch-commits] Commit in tamarin-prover/trunk (PKGBUILD maude-3.1.patch)

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 20:53:59
  Author: felixonmars
Revision: 1004471

upgpkg: tamarin-prover 1.6.1-1: rebuild with tamarin-prover 1.6.1, 
tamarin-prover-sapic 1.6.1, tamarin-prover-term 1.6.1, tamarin-prover-theory 
1.6.1, tamarin-prover-utils 1.6.1

Modified:
  tamarin-prover/trunk/PKGBUILD
Deleted:
  tamarin-prover/trunk/maude-3.1.patch

-+
 PKGBUILD|   17 -
 maude-3.1.patch |   35 ---
 2 files changed, 4 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 20:51:43 UTC (rev 1004470)
+++ PKGBUILD2021-08-23 20:53:59 UTC (rev 1004471)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=tamarin-prover
-pkgver=1.6.0
-pkgrel=258
+pkgver=1.6.1
+pkgrel=1
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")
@@ -17,21 +17,12 @@
  'haskell-tamarin-prover-theory' 'haskell-tamarin-prover-sapic')
 optdepends=('ocaml: for sapic support')
 makedepends=('ghc' 'ocaml>=4.11.0')
-source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;
-maude-3.1.patch
-
remove-monad-unlift.patch::https://github.com/tamarin-prover/tamarin-prover/pull/421.patch)
-sha512sums=('7f3569f740d63d715b92a8f073eaecb8b32efe59b910b246977d36bb9e873765440e72feb6e76c7cbafab0495b88cfc666bb1dd12f685627c60d5cbd97b2973e'
-
'1ef5e4c370a0c5f5541d50600604ba7adc566c2f5cf415cdb844842bb10b343edd00aa5aa654f8e55355c80f48a34382c87c3fba4adca0c77e726f407f3815c3'
-
'45121081ea373df5d5c1be5abc52850100343b2874e07b7fa68addb411477ee43fdbc5e9147b8bb2be118d0765a3fb9c5a7f53a902a44140cc13976cc2257e30')
+source=("https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver/tamarin-prover-$pkgver.tar.gz;)
+sha512sums=('dc6b91b1669055913a0aefc9a969812bf252185480fbf67588e7458289b1e1b64bf0729e9bee043513ecd5a57cd0c9477512e80861c6956c08b5e29d90211f62')
 
 prepare() {
 cd $pkgname-$pkgver
-patch -p1 -i ../maude-3.1.patch
-patch -p1 -i ../remove-monad-unlift.patch
 sed -i '/cp sapic/d' plugins/sapic/Makefile
-# ocaml 4.12
-sed -i 's/compare a/Stdlib.compare a/g' plugins/sapic/position.ml
-sed -i 's/compare (rank a)/Stdlib.compare (rank a)/' plugins/sapic/var.ml
 }
 
 build() {

Deleted: maude-3.1.patch
===
--- maude-3.1.patch 2021-08-23 20:51:43 UTC (rev 1004470)
+++ maude-3.1.patch 2021-08-23 20:53:59 UTC (rev 1004471)
@@ -1,35 +0,0 @@
-diff --git a/lib/term/src/Term/Maude/Parser.hs 
b/lib/term/src/Term/Maude/Parser.hs
-index 187c35dc..0a1d3c35 100644
 a/lib/term/src/Term/Maude/Parser.hs
-+++ b/lib/term/src/Term/Maude/Parser.hs
-@@ -224,7 +224,7 @@ parseVariantsReply msig reply = flip parseOnly reply $ do
- <* endOfLine <* string "rewrites: "
- <* takeWhile1 isDigit <* endOfLine <* endOfInput
-   where
--parseVariant = string "Variant #" *> takeWhile1 isDigit *> endOfLine *>
-+parseVariant = string "Variant " *> optional (char '#') *> takeWhile1 
isDigit *> endOfLine *>
-string "rewrites: " *> takeWhile1 isDigit *> endOfLine *>
-parseReprintedTerm *> manyTill parseEntry endOfLine
- parseReprintedTerm = choice [ string "TOP" *> pure LSortMsg, parseSort ]
-@@ -235,7 +235,7 @@ parseVariantsReply msig reply = flip parseOnly reply $ do
- -- | @parseSubstitution l@ parses a single substitution returned by Maude.
- parseSubstitution :: MaudeSig -> Parser MSubst
- parseSubstitution msig = do
--endOfLine *> string "Solution " *> takeWhile1 isDigit *> endOfLine
-+endOfLine *> choice [string "Solution ", string "Unifier ", string 
"Matcher "] *> takeWhile1 isDigit *> endOfLine
- choice [ string "empty substitution" *> endOfLine *> pure []
-, many1 parseEntry]
-   where 
-diff --git a/src/Main/Environment.hs b/src/Main/Environment.hs
-index ecb15d2f..1b55c2e7 100644
 a/src/Main/Environment.hs
-+++ b/src/Main/Environment.hs
-@@ -175,7 +175,7 @@ ensureMaude as = do
- 
- --  Maude versions prior to 2.7.1 are no longer supported,
- --  because the 'get variants' command is incompatible.
--supportedVersions = ["2.7.1", "3.0"]
-+supportedVersions = ["2.7.1", "3.0", "3.1"]
- 
- errMsg' = errMsg $ "'" ++ maude ++ "' executable not found / does not 
work"
- 



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 20:51:43
  Author: felixonmars
Revision: 1004470

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-tamarin-prover-sapic/repos/community-staging-x86_64/PKGBUILD 
(from rev 1004469, haskell-tamarin-prover-sapic/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 20:51:43 UTC (rev 1004470)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tamarin-prover-sapic
+pkgname=haskell-tamarin-prover-sapic
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Library for input processes in SAPIC calculus for the tamarin prover"
+url="http://www.infsec.ethz.ch/research/software/tamarin;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-dlist' 
'haskell-fclabels'
+ 'haskell-parallel' 'haskell-safe' 'haskell-uniplate' 
'haskell-raw-strings-qq'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term' 
'haskell-tamarin-prover-theory')
+makedepends=('ghc')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('dc6b91b1669055913a0aefc9a969812bf252185480fbf67588e7458289b1e1b64bf0729e9bee043513ecd5a57cd0c9477512e80861c6956c08b5e29d90211f62')
+
+prepare() {
+cd tamarin-prover-$pkgver/lib/sapic
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd tamarin-prover-$pkgver/lib/sapic
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd tamarin-prover-$pkgver/lib/sapic
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 20:51:35
  Author: felixonmars
Revision: 1004469

upgpkg: haskell-tamarin-prover-sapic 1.6.1-1: rebuild with tamarin-prover 
1.6.1, tamarin-prover-sapic 1.6.1, tamarin-prover-term 1.6.1, 
tamarin-prover-theory 1.6.1, tamarin-prover-utils 1.6.1

Modified:
  haskell-tamarin-prover-sapic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 20:50:39 UTC (rev 1004468)
+++ PKGBUILD2021-08-23 20:51:35 UTC (rev 1004469)
@@ -2,8 +2,8 @@
 
 _hkgname=tamarin-prover-sapic
 pkgname=haskell-tamarin-prover-sapic
-pkgver=1.6.0
-pkgrel=115
+pkgver=1.6.1
+pkgrel=1
 pkgdesc="Library for input processes in SAPIC calculus for the tamarin prover"
 url="http://www.infsec.ethz.ch/research/software/tamarin;
 license=("GPL")
@@ -13,7 +13,7 @@
  'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term' 
'haskell-tamarin-prover-theory')
 makedepends=('ghc')
 
source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
-sha512sums=('7f3569f740d63d715b92a8f073eaecb8b32efe59b910b246977d36bb9e873765440e72feb6e76c7cbafab0495b88cfc666bb1dd12f685627c60d5cbd97b2973e')
+sha512sums=('dc6b91b1669055913a0aefc9a969812bf252185480fbf67588e7458289b1e1b64bf0729e9bee043513ecd5a57cd0c9477512e80861c6956c08b5e29d90211f62')
 
 prepare() {
 cd tamarin-prover-$pkgver/lib/sapic



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 20:50:39
  Author: felixonmars
Revision: 1004468

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-tamarin-prover-theory/repos/community-staging-x86_64/PKGBUILD 
(from rev 1004467, haskell-tamarin-prover-theory/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 20:50:39 UTC (rev 1004468)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tamarin-prover-theory
+pkgname=haskell-tamarin-prover-theory
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Security protocol types and constraint solver library for the tamarin 
prover"
+url="http://www.infsec.ethz.ch/research/software/tamarin;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-dlist' 
'haskell-fclabels'
+ 'haskell-parallel' 'haskell-safe' 'haskell-uniplate' 
'haskell-tamarin-prover-utils'
+ 'haskell-tamarin-prover-term')
+makedepends=('ghc')
+source=("https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver/tamarin-prover-$pkgver.tar.gz;)
+sha512sums=('dc6b91b1669055913a0aefc9a969812bf252185480fbf67588e7458289b1e1b64bf0729e9bee043513ecd5a57cd0c9477512e80861c6956c08b5e29d90211f62')
+
+build() {
+cd tamarin-prover-$pkgver/lib/theory
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd tamarin-prover-$pkgver/lib/theory
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-tamarin-prover-theory/trunk (PKGBUILD ghc9.patch)

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 20:50:32
  Author: felixonmars
Revision: 1004467

upgpkg: haskell-tamarin-prover-theory 1.6.1-1: rebuild with tamarin-prover 
1.6.1, tamarin-prover-sapic 1.6.1, tamarin-prover-term 1.6.1, 
tamarin-prover-theory 1.6.1, tamarin-prover-utils 1.6.1

Modified:
  haskell-tamarin-prover-theory/trunk/PKGBUILD
Deleted:
  haskell-tamarin-prover-theory/trunk/ghc9.patch

+
 PKGBUILD   |   14 ++---
 ghc9.patch |   87 ---
 2 files changed, 4 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 20:44:35 UTC (rev 1004466)
+++ PKGBUILD2021-08-23 20:50:32 UTC (rev 1004467)
@@ -3,8 +3,8 @@
 
 _hkgname=tamarin-prover-theory
 pkgname=haskell-tamarin-prover-theory
-pkgver=1.6.0
-pkgrel=114
+pkgver=1.6.1
+pkgrel=1
 pkgdesc="Security protocol types and constraint solver library for the tamarin 
prover"
 url="http://www.infsec.ethz.ch/research/software/tamarin;
 license=("GPL")
@@ -13,15 +13,9 @@
  'haskell-parallel' 'haskell-safe' 'haskell-uniplate' 
'haskell-tamarin-prover-utils'
  'haskell-tamarin-prover-term')
 makedepends=('ghc')
-source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;
-ghc9.patch)
-sha512sums=('7f3569f740d63d715b92a8f073eaecb8b32efe59b910b246977d36bb9e873765440e72feb6e76c7cbafab0495b88cfc666bb1dd12f685627c60d5cbd97b2973e'
-
'6248791aea411e04de0f2227aeaac85d7ce5519808998b01751db5ede18cb6056dd216dac91e17d5867a24fb3101dd5d1d4c90abc83c68d26f144ae187313361')
+source=("https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver/tamarin-prover-$pkgver.tar.gz;)
+sha512sums=('dc6b91b1669055913a0aefc9a969812bf252185480fbf67588e7458289b1e1b64bf0729e9bee043513ecd5a57cd0c9477512e80861c6956c08b5e29d90211f62')
 
-prepare() {
-patch -d tamarin-prover-$pkgver -p1 < ghc9.patch
-}
-
 build() {
 cd tamarin-prover-$pkgver/lib/theory
 

Deleted: ghc9.patch
===
--- ghc9.patch  2021-08-23 20:44:35 UTC (rev 1004466)
+++ ghc9.patch  2021-08-23 20:50:32 UTC (rev 1004467)
@@ -1,87 +0,0 @@
-diff --git a/lib/theory/src/Theory/Constraint/System.hs 
b/lib/theory/src/Theory/Constraint/System.hs
-index 30b1589e..b7c5d56a 100644
 a/lib/theory/src/Theory/Constraint/System.hs
-+++ b/lib/theory/src/Theory/Constraint/System.hs
-@@ -415,16 +415,6 @@ eitherProofContext ctxt s = if s==LHS then L.get 
dpcPCLeft ctxt else L.get dpcPC
- -- Instances
- 
- 
--instance HasFrees Source where
--foldFrees f th =
--foldFrees f (L.get cdGoal th)   `mappend`
--foldFrees f (L.get cdCases th)
--
--foldFreesOcc  _ _ = const mempty
--
--mapFrees f th = Source <$> mapFrees f (L.get cdGoal th)
--<*> mapFrees f (L.get cdCases th)
--
- data DiffProofType = RuleEquivalence | None
- deriving( Eq, Ord, Show, Generic, NFData, Binary )
- 
-@@ -1483,6 +1473,15 @@ instance HasFrees System where
-<*> mapFrees fun k
-<*> mapFrees fun l
- 
-+instance HasFrees Source where
-+foldFrees f th =
-+foldFrees f (L.get cdGoal th)   `mappend`
-+foldFrees f (L.get cdCases th)
-+
-+foldFreesOcc  _ _ = const mempty
-+
-+mapFrees f th = Source <$> mapFrees f (L.get cdGoal th)
-+<*> mapFrees f (L.get cdCases th)
- 
- -- Special comparison functions to ignore new var instantiations
- 
-diff --git a/lib/theory/src/Theory/Constraint/System/JSON.hs 
b/lib/theory/src/Theory/Constraint/System/JSON.hs
-index 57ff7501..62a0b379 100644
 a/lib/theory/src/Theory/Constraint/System/JSON.hs
-+++ b/lib/theory/src/Theory/Constraint/System/JSON.hs
-@@ -101,22 +101,6 @@ data JSONGraphNode = JSONGraphNode
- , jgnMetadata :: Maybe JSONGraphNodeMetadata
- } deriving (Show)
- 
 | Optional fields are not handled correctly with automatically derived 
instances
 hence, we have our own here.
--instance FromJSON JSONGraphNode where
--parseJSON = withObject "JSONGraphNode" $ \o -> JSONGraphNode
--<$> o .: "jgnId"
--<*> o .: "jgnType"
--<*> o .: "jgnLabel"
--<*> o .:? "jgnMetadata"
--
--instance ToJSON JSONGraphNode where
--toJSON (JSONGraphNode jgnId' jgnType' jgnLabel' jgnMetadata') = object $ 
catMaybes
--[ ("jgnId" .=) <$> pure jgnId'
--, ("jgnType" .=) <$> pure jgnType'
--, ("jgnLabel" .=) <$> pure jgnLabel'
--, ("jgnMetadata" .=) <$> jgnMetadata' ]
--
- -- | Representation of an edge of a JSON graph.
- data JSONGraphEdge = JSONGraphEdge 
- {
-@@ -147,6 +131,22 @@ data JSONGraphs = JSONGraphs
- -- | Derive ToJSON and FromJSON. 
- concat <$> mapM (deriveJSON defaultOptions) [''JSONGraphNodeFact, 

[arch-commits] Commit in haskell-tamarin-prover-term/repos (3 files)

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 20:44:35
  Author: felixonmars
Revision: 1004466

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tamarin-prover-term/repos/community-staging-x86_64/
  haskell-tamarin-prover-term/repos/community-staging-x86_64/PKGBUILD
(from rev 1004465, haskell-tamarin-prover-term/trunk/PKGBUILD)
  haskell-tamarin-prover-term/repos/community-staging-x86_64/maude-3.1.patch
(from rev 1004465, haskell-tamarin-prover-term/trunk/maude-3.1.patch)

-+
 PKGBUILD|   38 ++
 maude-3.1.patch |   35 +++
 2 files changed, 73 insertions(+)

Copied: haskell-tamarin-prover-term/repos/community-staging-x86_64/PKGBUILD 
(from rev 1004465, haskell-tamarin-prover-term/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 20:44:35 UTC (rev 1004466)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tamarin-prover-term
+pkgname=haskell-tamarin-prover-term
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Term manipulation library for the tamarin prover"
+url="http://www.infsec.ethz.ch/research/software/tamarin;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 'haskell-dlist'
+ 'haskell-safe' 'haskell-tamarin-prover-utils')
+makedepends=('ghc')
+source=("https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver/tamarin-prover-$pkgver.tar.gz;)
+sha512sums=('dc6b91b1669055913a0aefc9a969812bf252185480fbf67588e7458289b1e1b64bf0729e9bee043513ecd5a57cd0c9477512e80861c6956c08b5e29d90211f62')
+
+build() {
+cd tamarin-prover-$pkgver/lib/term
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd tamarin-prover-$pkgver/lib/term
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Copied: 
haskell-tamarin-prover-term/repos/community-staging-x86_64/maude-3.1.patch 
(from rev 1004465, haskell-tamarin-prover-term/trunk/maude-3.1.patch)
===
--- community-staging-x86_64/maude-3.1.patch(rev 0)
+++ community-staging-x86_64/maude-3.1.patch2021-08-23 20:44:35 UTC (rev 
1004466)
@@ -0,0 +1,35 @@
+diff --git a/lib/term/src/Term/Maude/Parser.hs 
b/lib/term/src/Term/Maude/Parser.hs
+index 187c35dc..0a1d3c35 100644
+--- a/lib/term/src/Term/Maude/Parser.hs
 b/lib/term/src/Term/Maude/Parser.hs
+@@ -224,7 +224,7 @@ parseVariantsReply msig reply = flip parseOnly reply $ do
+ <* endOfLine <* string "rewrites: "
+ <* takeWhile1 isDigit <* endOfLine <* endOfInput
+   where
+-parseVariant = string "Variant #" *> takeWhile1 isDigit *> endOfLine *>
++parseVariant = string "Variant " *> optional (char '#') *> takeWhile1 
isDigit *> endOfLine *>
+string "rewrites: " *> takeWhile1 isDigit *> endOfLine *>
+parseReprintedTerm *> manyTill parseEntry endOfLine
+ parseReprintedTerm = choice [ string "TOP" *> pure LSortMsg, parseSort ]
+@@ -235,7 +235,7 @@ parseVariantsReply msig reply = flip parseOnly reply $ do
+ -- | @parseSubstitution l@ parses a single substitution returned by Maude.
+ parseSubstitution :: MaudeSig -> Parser MSubst
+ parseSubstitution msig = do
+-endOfLine *> string "Solution " *> takeWhile1 isDigit *> endOfLine
++endOfLine *> choice [string "Solution ", string "Unifier ", string 
"Matcher "] *> takeWhile1 isDigit *> endOfLine
+ choice [ string "empty substitution" *> endOfLine *> pure []
+, many1 parseEntry]
+   where 
+diff --git a/src/Main/Environment.hs b/src/Main/Environment.hs
+index ecb15d2f..1b55c2e7 100644
+--- a/src/Main/Environment.hs
 b/src/Main/Environment.hs
+@@ -175,7 +175,7 @@ ensureMaude as = do
+ 
+ --  Maude versions prior to 2.7.1 are no longer supported,
+ --  because the 'get variants' command is incompatible.
+-supportedVersions = ["2.7.1", "3.0"]
++supportedVersions = ["2.7.1", "3.0", "3.1"]
+ 
+ errMsg' = errMsg $ "'" ++ maude ++ "' executable not found / does not 
work"
+ 



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 20:44:25
  Author: felixonmars
Revision: 1004465

upgpkg: haskell-tamarin-prover-term 1.6.1-1: rebuild with tamarin-prover 1.6.1, 
tamarin-prover-sapic 1.6.1, tamarin-prover-term 1.6.1, tamarin-prover-theory 
1.6.1, tamarin-prover-utils 1.6.1

Modified:
  haskell-tamarin-prover-term/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 20:42:07 UTC (rev 1004464)
+++ PKGBUILD2021-08-23 20:44:25 UTC (rev 1004465)
@@ -3,8 +3,8 @@
 
 _hkgname=tamarin-prover-term
 pkgname=haskell-tamarin-prover-term
-pkgver=1.6.0
-pkgrel=91
+pkgver=1.6.1
+pkgrel=1
 pkgdesc="Term manipulation library for the tamarin prover"
 url="http://www.infsec.ethz.ch/research/software/tamarin;
 license=("GPL")
@@ -12,16 +12,9 @@
 depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 'haskell-dlist'
  'haskell-safe' 'haskell-tamarin-prover-utils')
 makedepends=('ghc')
-source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;
-maude-3.1.patch)
-sha512sums=('7f3569f740d63d715b92a8f073eaecb8b32efe59b910b246977d36bb9e873765440e72feb6e76c7cbafab0495b88cfc666bb1dd12f685627c60d5cbd97b2973e'
-
'1ef5e4c370a0c5f5541d50600604ba7adc566c2f5cf415cdb844842bb10b343edd00aa5aa654f8e55355c80f48a34382c87c3fba4adca0c77e726f407f3815c3')
+source=("https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver/tamarin-prover-$pkgver.tar.gz;)
+sha512sums=('dc6b91b1669055913a0aefc9a969812bf252185480fbf67588e7458289b1e1b64bf0729e9bee043513ecd5a57cd0c9477512e80861c6956c08b5e29d90211f62')
 
-prepare() {
-cd tamarin-prover-$pkgver
-patch -p1 -i ../maude-3.1.patch
-}
-
 build() {
 cd tamarin-prover-$pkgver/lib/term
 



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 20:42:07
  Author: felixonmars
Revision: 1004464

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-tamarin-prover-utils/repos/community-staging-x86_64/PKGBUILD 
(from rev 1004463, haskell-tamarin-prover-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 20:42:07 UTC (rev 1004464)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tamarin-prover-utils
+pkgname=haskell-tamarin-prover-utils
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Utility library for the tamarin prover"
+url="http://www.infsec.ethz.ch/research/software/tamarin;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-sha' 'haskell-base64-bytestring' 
'haskell-blaze-builder'
+ 'haskell-dlist' 'haskell-fclabels' 'haskell-safe' 'haskell-syb')
+makedepends=('ghc')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('dc6b91b1669055913a0aefc9a969812bf252185480fbf67588e7458289b1e1b64bf0729e9bee043513ecd5a57cd0c9477512e80861c6956c08b5e29d90211f62')
+
+build() {
+cd "${srcdir}/tamarin-prover-${pkgver}/lib/utils"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/tamarin-prover-${pkgver}/lib/utils"
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 20:41:59
  Author: felixonmars
Revision: 1004463

upgpkg: haskell-tamarin-prover-utils 1.6.1-1: rebuild with tamarin-prover 
1.6.1, tamarin-prover-sapic 1.6.1, tamarin-prover-term 1.6.1, 
tamarin-prover-theory 1.6.1, tamarin-prover-utils 1.6.1

Modified:
  haskell-tamarin-prover-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 20:24:57 UTC (rev 1004462)
+++ PKGBUILD2021-08-23 20:41:59 UTC (rev 1004463)
@@ -3,8 +3,8 @@
 
 _hkgname=tamarin-prover-utils
 pkgname=haskell-tamarin-prover-utils
-pkgver=1.6.0
-pkgrel=85
+pkgver=1.6.1
+pkgrel=1
 pkgdesc="Utility library for the tamarin prover"
 url="http://www.infsec.ethz.ch/research/software/tamarin;
 license=("GPL")
@@ -13,7 +13,7 @@
  'haskell-dlist' 'haskell-fclabels' 'haskell-safe' 'haskell-syb')
 makedepends=('ghc')
 
source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
-sha512sums=('7f3569f740d63d715b92a8f073eaecb8b32efe59b910b246977d36bb9e873765440e72feb6e76c7cbafab0495b88cfc666bb1dd12f685627c60d5cbd97b2973e')
+sha512sums=('dc6b91b1669055913a0aefc9a969812bf252185480fbf67588e7458289b1e1b64bf0729e9bee043513ecd5a57cd0c9477512e80861c6956c08b5e29d90211f62')
 
 build() {
 cd "${srcdir}/tamarin-prover-${pkgver}/lib/utils"



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

2021-08-23 Thread Morten Linderud via arch-commits
Date: Monday, August 23, 2021 @ 20:24:57
  Author: foxboron
Revision: 1004462

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 20:24:50 UTC (rev 1004461)
+++ PKGBUILD2021-08-23 20:24:57 UTC (rev 1004462)
@@ -1,35 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: Morten Linderud 
-# Contributor: Andy Weidenbaum 
-
-pkgname=python-prompt_toolkit
-_name=prompt_toolkit
-pkgver=3.0.19
-pkgrel=1
-pkgdesc="Library for building powerful interactive command lines in Python"
-arch=('any')
-depends=('python-pygments'
- 'python-wcwidth')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-url="https://github.com/jonathanslenders/python-prompt-toolkit;
-license=('BSD')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('08360ee3a3148bdb5163621709ee322ec34fc4375099afa4bbf751e9b7b7fa4f')
-
-build() {
-  cd "$_name-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$_name-$pkgver"
-  python -m pytest
-}
-
-package() {
-  cd "$_name-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-prompt_toolkit/repos/community-any/PKGBUILD (from rev 1004461, 
python-prompt_toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 20:24:57 UTC (rev 1004462)
@@ -0,0 +1,35 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Morten Linderud 
+# Contributor: Andy Weidenbaum 
+
+pkgname=python-prompt_toolkit
+_name=prompt_toolkit
+pkgver=3.0.20
+pkgrel=1
+pkgdesc="Library for building powerful interactive command lines in Python"
+arch=('any')
+depends=('python-pygments'
+ 'python-wcwidth')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+url="https://github.com/jonathanslenders/python-prompt-toolkit;
+license=('BSD')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('eb71d5a6b72ce6db177af4a7d4d7085b99756bf656d98ffcc4fecd36850eea6c')
+
+build() {
+  cd "$_name-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$_name-$pkgver"
+  python -m pytest
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-08-23 Thread Morten Linderud via arch-commits
Date: Monday, August 23, 2021 @ 20:24:50
  Author: foxboron
Revision: 1004461

upgpkg: python-prompt_toolkit 3.0.20-1

Modified:
  python-prompt_toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 20:23:21 UTC (rev 1004460)
+++ PKGBUILD2021-08-23 20:24:50 UTC (rev 1004461)
@@ -4,7 +4,7 @@
 
 pkgname=python-prompt_toolkit
 _name=prompt_toolkit
-pkgver=3.0.19
+pkgver=3.0.20
 pkgrel=1
 pkgdesc="Library for building powerful interactive command lines in Python"
 arch=('any')
@@ -16,7 +16,7 @@
 license=('BSD')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('08360ee3a3148bdb5163621709ee322ec34fc4375099afa4bbf751e9b7b7fa4f')
+sha256sums=('eb71d5a6b72ce6db177af4a7d4d7085b99756bf656d98ffcc4fecd36850eea6c')
 
 build() {
   cd "$_name-$pkgver"



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

2021-08-23 Thread Morten Linderud via arch-commits
Date: Monday, August 23, 2021 @ 20:23:21
  Author: foxboron
Revision: 1004460

archrelease: copy trunk to community-x86_64

Added:
  plocate/repos/community-x86_64/PKGBUILD
(from rev 1004459, plocate/trunk/PKGBUILD)
  plocate/repos/community-x86_64/plocate.install
(from rev 1004459, plocate/trunk/plocate.install)
  plocate/repos/community-x86_64/plocate.sysusers
(from rev 1004459, plocate/trunk/plocate.sysusers)
  plocate/repos/community-x86_64/plocate.tmpfiles
(from rev 1004459, plocate/trunk/plocate.tmpfiles)
  plocate/repos/community-x86_64/updatedb.conf
(from rev 1004459, plocate/trunk/updatedb.conf)
Deleted:
  plocate/repos/community-x86_64/PKGBUILD
  plocate/repos/community-x86_64/plocate.install
  plocate/repos/community-x86_64/plocate.sysusers
  plocate/repos/community-x86_64/plocate.tmpfiles
  plocate/repos/community-x86_64/updatedb.conf

--+
 PKGBUILD |   90 ++---
 plocate.install  |   20 +--
 plocate.sysusers |2 -
 plocate.tmpfiles |2 -
 updatedb.conf|8 ++--
 5 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 20:23:12 UTC (rev 1004459)
+++ PKGBUILD2021-08-23 20:23:21 UTC (rev 1004460)
@@ -1,45 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Hans-Nikolai Viessmann 
-
-pkgname=plocate
-pkgver=1.1.9
-pkgrel=1
-pkgdesc="Alternative to locate, faster and compatible with mlocate's database."
-arch=('x86_64' 'i686')
-url="https://plocate.sesse.net;
-license=('GPL2')
-install=plocate.install
-depends=('zstd' 'liburing' 'systemd')
-makedepends=('meson')
-conflicts=('mlocate')
-backup=('etc/updatedb.conf')
-source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
-'plocate.sysusers'
-'plocate.tmpfiles'
-'updatedb.conf')
-sha256sums=('0df2bee9921ca74dd2587222d1d9a3b61d561252c9316d3667d2bd0b697798c8'
-'1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a'
-'adda399ac42f0faa002caab5bf932777c0006ae7c4387add859c9f77321b4202'
-'d00796741e2194032d0185b40de70ff5c8a11fda416a70434eb0aa2020981f91')
-
-build() {
-cd $pkgname-$pkgver
-arch-meson \
--Dinstall_cron=false \
--Dinstall_systemd=true\
--Dlocategroup=locate \
-../build
-meson compile -C ../build
-}
-
-package() {
-cd $pkgname-$pkgver
-DESTDIR="$pkgdir" meson install -C ../build
-
-chgrp 21 "${pkgdir}/usr/bin/plocate"
-chmod 2755 "${pkgdir}/usr/bin/plocate"
-
-install -Dm644 ../plocate.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/plocate.conf"
-install -Dm644 ../plocate.sysusers 
"$pkgdir/usr/lib/sysusers.d/plocate.conf"
-install -Dm644 ../updatedb.conf "${pkgdir}/etc/updatedb.conf"
-}

Copied: plocate/repos/community-x86_64/PKGBUILD (from rev 1004459, 
plocate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 20:23:21 UTC (rev 1004460)
@@ -0,0 +1,45 @@
+# Maintainer: Morten Linderud 
+# Contributor: Hans-Nikolai Viessmann 
+
+pkgname=plocate
+pkgver=1.1.10
+pkgrel=1
+pkgdesc="Alternative to locate, faster and compatible with mlocate's database."
+arch=('x86_64' 'i686')
+url="https://plocate.sesse.net;
+license=('GPL2')
+install=plocate.install
+depends=('zstd' 'liburing' 'systemd')
+makedepends=('meson')
+conflicts=('mlocate')
+backup=('etc/updatedb.conf')
+source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
+'plocate.sysusers'
+'plocate.tmpfiles'
+'updatedb.conf')
+sha256sums=('812b1128f8f12e2645ca6f647bb67b07408ee065bff1cd58b53341fb15bf4dd4'
+'1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a'
+'adda399ac42f0faa002caab5bf932777c0006ae7c4387add859c9f77321b4202'
+'d00796741e2194032d0185b40de70ff5c8a11fda416a70434eb0aa2020981f91')
+
+build() {
+cd $pkgname-$pkgver
+arch-meson \
+-Dinstall_cron=false \
+-Dinstall_systemd=true\
+-Dlocategroup=locate \
+../build
+meson compile -C ../build
+}
+
+package() {
+cd $pkgname-$pkgver
+DESTDIR="$pkgdir" meson install -C ../build
+
+chgrp 21 "${pkgdir}/usr/bin/plocate"
+chmod 2755 "${pkgdir}/usr/bin/plocate"
+
+install -Dm644 ../plocate.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/plocate.conf"
+install -Dm644 ../plocate.sysusers 
"$pkgdir/usr/lib/sysusers.d/plocate.conf"
+install -Dm644 ../updatedb.conf "${pkgdir}/etc/updatedb.conf"
+}

Deleted: plocate.install
===
--- plocate.install 2021-08-23 20:23:12 UTC (rev 1004459)
+++ plocate.install 2021-08-23 20:23:21 UTC (rev 1004460)
@@ -1,10 +0,0 @@
-post_upgrade() {
-  cat << EOF
-plocate now provides its own "updatedb". plocate-build.service is deprecated
-and should be removed. 

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

2021-08-23 Thread Morten Linderud via arch-commits
Date: Monday, August 23, 2021 @ 20:23:12
  Author: foxboron
Revision: 1004459

upgpkg: plocate 1.1.10-1

Modified:
  plocate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 20:03:08 UTC (rev 1004458)
+++ PKGBUILD2021-08-23 20:23:12 UTC (rev 1004459)
@@ -2,7 +2,7 @@
 # Contributor: Hans-Nikolai Viessmann 
 
 pkgname=plocate
-pkgver=1.1.9
+pkgver=1.1.10
 pkgrel=1
 pkgdesc="Alternative to locate, faster and compatible with mlocate's database."
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 'plocate.sysusers'
 'plocate.tmpfiles'
 'updatedb.conf')
-sha256sums=('0df2bee9921ca74dd2587222d1d9a3b61d561252c9316d3667d2bd0b697798c8'
+sha256sums=('812b1128f8f12e2645ca6f647bb67b07408ee065bff1cd58b53341fb15bf4dd4'
 '1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a'
 'adda399ac42f0faa002caab5bf932777c0006ae7c4387add859c9f77321b4202'
 'd00796741e2194032d0185b40de70ff5c8a11fda416a70434eb0aa2020981f91')



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

2021-08-23 Thread Jonas Witschel via arch-commits
Date: Monday, August 23, 2021 @ 20:03:08
  Author: diabonas
Revision: 1004458

archrelease: copy trunk to community-any

Added:
  pdftk/repos/community-any/PKGBUILD
(from rev 1004457, pdftk/trunk/PKGBUILD)
  pdftk/repos/community-any/pdftk.sh
(from rev 1004457, pdftk/trunk/pdftk.sh)
Deleted:
  pdftk/repos/community-any/PKGBUILD
  pdftk/repos/community-any/pdftk.sh

--+
 PKGBUILD |   90 ++---
 pdftk.sh |6 ++--
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 20:03:01 UTC (rev 1004457)
+++ PKGBUILD2021-08-23 20:03:08 UTC (rev 1004458)
@@ -1,45 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=pdftk
-pkgver=3.3.0
-pkgrel=1
-pkgdesc='Command-line tool for working with PDFs'
-arch=('any')
-url='https://gitlab.com/pdftk-java/pdftk'
-license=('GPL')
-depends=('java-runtime-headless' 'sh')
-makedepends=('ant' 'bcprov' 'java-commons-lang' 'strip-nondeterminism')
-checkdepends=('java-hamcrest' 'junit' 'junit-system-rules' 'poppler')
-optdepends=('bcprov: support for signed PDF documents'
-'java-commons-lang: burst, dump_data, dump_data_fields and 
update_info operation support')
-source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2" 'pdftk.sh')
-sha512sums=('45f3e12a4eec35ab356891de277a58fa4b0fbfbb77238a9f06f5b2a55bf5a142a3d1a54da98452c3dcc87f980a7603c0bead8e8475c5a02404489e127e9c'
-
'439c397472012d71c8e782a75819a7a950474c387b7050bbd5aa2f849d1dbe29423accf3f8e17d18436ba32eb4f76072df5b4f85caebd853df1e75c131631988')
-
-prepare() {
-   cd "$pkgname-v$pkgver"
-   mkdir lib
-   ln -s 
/usr/share/java/{bcprov,commons-lang/commons-lang,hamcrest-core,junit,junit-system-rules/system-rules}.jar
 lib
-   # No need for code coverage reports during tests
-   sed -ri '/<\/?jacoco:coverage>/d' build.xml
-}
-
-build() {
-   cd "$pkgname-v$pkgver"
-   ant clean jar
-
-   # Timestamps in JAR files generated by Ant do not honour 
SOURCE_DATE_EPOCH
-   # (https://bz.apache.org/bugzilla/show_bug.cgi?id=61269)
-   strip-nondeterminism --timestamp "$SOURCE_DATE_EPOCH" 
build/jar/pdftk.jar
-}
-
-check() {
-   cd "$pkgname-v$pkgver"
-   ant test-run
-}
-
-package() {
-   cd "$pkgname-v$pkgver"
-   install -Dm644 build/jar/pdftk.jar -t "$pkgdir/usr/share/java/$pkgname"
-   install -Dm644 pdftk.1 -t "$pkgdir/usr/share/man/man1"
-   install -Dm755 "$srcdir/pdftk.sh" "$pkgdir/usr/bin/pdftk"
-}

Copied: pdftk/repos/community-any/PKGBUILD (from rev 1004457, 
pdftk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 20:03:08 UTC (rev 1004458)
@@ -0,0 +1,45 @@
+# Maintainer: Jonas Witschel 
+pkgname=pdftk
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Command-line tool for working with PDFs'
+arch=('any')
+url='https://gitlab.com/pdftk-java/pdftk'
+license=('GPL')
+depends=('java-runtime-headless' 'sh')
+makedepends=('ant' 'bcprov' 'java-commons-lang' 'strip-nondeterminism')
+checkdepends=('java-hamcrest' 'junit' 'junit-system-rules' 'poppler')
+optdepends=('bcprov: support for signed PDF documents'
+'java-commons-lang: burst, dump_data, dump_data_fields and 
update_info operation support')
+source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2" 'pdftk.sh')
+sha512sums=('4b51bb6003680a5e41a3c08a8ab49e09de56a7dd5d4808ead1adf8293549436685fa4f3901c4426f0f92555bf85d2c875a80f2858e7de7ae53e01fda4f395d18'
+
'439c397472012d71c8e782a75819a7a950474c387b7050bbd5aa2f849d1dbe29423accf3f8e17d18436ba32eb4f76072df5b4f85caebd853df1e75c131631988')
+
+prepare() {
+   cd "$pkgname-v$pkgver"
+   mkdir lib
+   ln -s 
/usr/share/java/{bcprov,commons-lang/commons-lang,hamcrest-core,junit,junit-system-rules/system-rules}.jar
 lib
+   # No need for code coverage reports during tests
+   sed -ri '/<\/?jacoco:coverage>/d' build.xml
+}
+
+build() {
+   cd "$pkgname-v$pkgver"
+   ant clean jar
+
+   # Timestamps in JAR files generated by Ant do not honour 
SOURCE_DATE_EPOCH
+   # (https://bz.apache.org/bugzilla/show_bug.cgi?id=61269)
+   strip-nondeterminism --timestamp "$SOURCE_DATE_EPOCH" 
build/jar/pdftk.jar
+}
+
+check() {
+   cd "$pkgname-v$pkgver"
+   ant test-run
+}
+
+package() {
+   cd "$pkgname-v$pkgver"
+   install -Dm644 build/jar/pdftk.jar -t "$pkgdir/usr/share/java/$pkgname"
+   install -Dm644 pdftk.1 -t "$pkgdir/usr/share/man/man1"
+   install -Dm755 "$srcdir/pdftk.sh" "$pkgdir/usr/bin/pdftk"
+}

Deleted: pdftk.sh
===
--- pdftk.sh2021-08-23 20:03:01 UTC (rev 1004457)
+++ pdftk.sh2021-08-23 20:03:08 UTC (rev 1004458)
@@ -1,3 +0,0 @@
-#!/bin/sh

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

2021-08-23 Thread Jonas Witschel via arch-commits
Date: Monday, August 23, 2021 @ 20:03:01
  Author: diabonas
Revision: 1004457

upgpkg: pdftk 3.3.1-1: upstream release

Modified:
  pdftk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 19:43:36 UTC (rev 1004456)
+++ PKGBUILD2021-08-23 20:03:01 UTC (rev 1004457)
@@ -1,6 +1,6 @@
 # Maintainer: Jonas Witschel 
 pkgname=pdftk
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc='Command-line tool for working with PDFs'
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('bcprov: support for signed PDF documents'
 'java-commons-lang: burst, dump_data, dump_data_fields and 
update_info operation support')
 source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2" 'pdftk.sh')
-sha512sums=('45f3e12a4eec35ab356891de277a58fa4b0fbfbb77238a9f06f5b2a55bf5a142a3d1a54da98452c3dcc87f980a7603c0bead8e8475c5a02404489e127e9c'
+sha512sums=('4b51bb6003680a5e41a3c08a8ab49e09de56a7dd5d4808ead1adf8293549436685fa4f3901c4426f0f92555bf85d2c875a80f2858e7de7ae53e01fda4f395d18'
 
'439c397472012d71c8e782a75819a7a950474c387b7050bbd5aa2f849d1dbe29423accf3f8e17d18436ba32eb4f76072df5b4f85caebd853df1e75c131631988')
 
 prepare() {



[arch-commits] Commit in prometheus-mysqld-exporter/repos/extra-x86_64 (6 files)

2021-08-23 Thread Jelle van der Waa via arch-commits
Date: Monday, August 23, 2021 @ 19:37:43
  Author: jelle
Revision: 422494

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-mysqld-exporter/repos/extra-x86_64/PKGBUILD
(from rev 422493, prometheus-mysqld-exporter/trunk/PKGBUILD)
  prometheus-mysqld-exporter/repos/extra-x86_64/prometheus-mysqld-exporter.conf
(from rev 422493, 
prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.conf)
  
prometheus-mysqld-exporter/repos/extra-x86_64/prometheus-mysqld-exporter.service
(from rev 422493, 
prometheus-mysqld-exporter/trunk/prometheus-mysqld-exporter.service)
Deleted:
  prometheus-mysqld-exporter/repos/extra-x86_64/PKGBUILD
  prometheus-mysqld-exporter/repos/extra-x86_64/prometheus-mysqld-exporter.conf
  
prometheus-mysqld-exporter/repos/extra-x86_64/prometheus-mysqld-exporter.service

+
 PKGBUILD   |   92 +--
 prometheus-mysqld-exporter.conf|4 -
 prometheus-mysqld-exporter.service |   52 +--
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 19:37:33 UTC (rev 422493)
+++ PKGBUILD2021-08-23 19:37:43 UTC (rev 422494)
@@ -1,46 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Jakob Gahde 
-
-pkgname=prometheus-mysqld-exporter
-pkgver=0.12.1
-pkgrel=3
-pkgdesc="Prometheus exporter for MySQL server metrics"
-arch=('x86_64')
-url="https://github.com/prometheus/mysqld_exporter;
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-backup=('etc/conf.d/prometheus-mysqld-exporter')
-source=("mysql_exporter-${pkgver}.tar.gz::https://github.com/prometheus/mysqld_exporter/archive/v${pkgver}.tar.gz;
-"prometheus-mysqld-exporter.service"
-"prometheus-mysqld-exporter.conf")
-sha512sums=('a655a9ad4b5bc6e7840df68bee934d55485d3a04a7dc8186c8f9d224eb33b0e1d98de3db78a0c7d92f9b3d6ca06ead2d609cf2cfa99e584635f0339984e60629'
-
'50619f4fa62c97c9c3533dc6a18024e2f2548e72b79e4cabae766d8b2135b4a5fdc9a6af87a279ecbae9101feac642851f2e239333a181b0db8d48af75eeac6c'
-
'c13a99a42e5a28e2be1287c337aa0f351dc8ffdbafb903e51a360d00aecf1d49d2b28b73e3741cdf681cb18c33546ae2088a8dab8bc4908b5c5ef008500b40fb')
-
-build() {
-  cd "mysqld_exporter-${pkgver}"
-
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-extldflags ${LDFLAGS}
-  -X github.com/prometheus/common/version.Version=${pkgver} \
-  -X github.com/prometheus/common/version.Revision=${pkgver} \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"${SOURCE_DATE_EPOCH}" +%Y%m%d-%T)" \
-.
-}
-
-package() {
-  install -Dm644 "prometheus-mysqld-exporter.service" \
-"${pkgdir}/usr/lib/systemd/system/prometheus-mysqld-exporter.service"
-  install -Dm644 "prometheus-mysqld-exporter.conf" \
-"${pkgdir}/etc/conf.d/prometheus-mysqld-exporter"
-
-  cd "mysqld_exporter-${pkgver}"
-  install -Dm755 "mysqld_exporter" 
"${pkgdir}/usr/bin/prometheus-mysqld-exporter"
-}

Copied: prometheus-mysqld-exporter/repos/extra-x86_64/PKGBUILD (from rev 
422493, prometheus-mysqld-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 19:37:43 UTC (rev 422494)
@@ -0,0 +1,46 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Jakob Gahde 
+
+pkgname=prometheus-mysqld-exporter
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Prometheus exporter for MySQL server metrics"
+arch=('x86_64')
+url="https://github.com/prometheus/mysqld_exporter;
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+backup=('etc/conf.d/prometheus-mysqld-exporter')
+source=("mysql_exporter-${pkgver}.tar.gz::https://github.com/prometheus/mysqld_exporter/archive/v${pkgver}.tar.gz;
+"prometheus-mysqld-exporter.service"
+"prometheus-mysqld-exporter.conf")
+sha512sums=('9e40d2cf3c634909c51655808f73666c423df71fef2a617b434ef47721c3a9beecc530a232259f546eb536e2c16eaea5b35b42b9777441fc1276062b13dde5ec'
+
'50619f4fa62c97c9c3533dc6a18024e2f2548e72b79e4cabae766d8b2135b4a5fdc9a6af87a279ecbae9101feac642851f2e239333a181b0db8d48af75eeac6c'
+
'c13a99a42e5a28e2be1287c337aa0f351dc8ffdbafb903e51a360d00aecf1d49d2b28b73e3741cdf681cb18c33546ae2088a8dab8bc4908b5c5ef008500b40fb')
+
+build() {
+  cd "mysqld_exporter-${pkgver}"
+
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-extldflags ${LDFLAGS}
+  -X github.com/prometheus/common/version.Version=${pkgver} \
+  -X github.com/prometheus/common/version.Revision=${pkgver} \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X 

[arch-commits] Commit in prometheus-mysqld-exporter/trunk (PKGBUILD)

2021-08-23 Thread Jelle van der Waa via arch-commits
Date: Monday, August 23, 2021 @ 19:37:33
  Author: jelle
Revision: 422493

upgpkg: prometheus-mysqld-exporter 0.13.0-1

Modified:
  prometheus-mysqld-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:49:18 UTC (rev 422492)
+++ PKGBUILD2021-08-23 19:37:33 UTC (rev 422493)
@@ -2,8 +2,8 @@
 # Contributor: Jakob Gahde 
 
 pkgname=prometheus-mysqld-exporter
-pkgver=0.12.1
-pkgrel=3
+pkgver=0.13.0
+pkgrel=1
 pkgdesc="Prometheus exporter for MySQL server metrics"
 arch=('x86_64')
 url="https://github.com/prometheus/mysqld_exporter;
@@ -14,7 +14,7 @@
 
source=("mysql_exporter-${pkgver}.tar.gz::https://github.com/prometheus/mysqld_exporter/archive/v${pkgver}.tar.gz;
 "prometheus-mysqld-exporter.service"
 "prometheus-mysqld-exporter.conf")
-sha512sums=('a655a9ad4b5bc6e7840df68bee934d55485d3a04a7dc8186c8f9d224eb33b0e1d98de3db78a0c7d92f9b3d6ca06ead2d609cf2cfa99e584635f0339984e60629'
+sha512sums=('9e40d2cf3c634909c51655808f73666c423df71fef2a617b434ef47721c3a9beecc530a232259f546eb536e2c16eaea5b35b42b9777441fc1276062b13dde5ec'
 
'50619f4fa62c97c9c3533dc6a18024e2f2548e72b79e4cabae766d8b2135b4a5fdc9a6af87a279ecbae9101feac642851f2e239333a181b0db8d48af75eeac6c'
 
'c13a99a42e5a28e2be1287c337aa0f351dc8ffdbafb903e51a360d00aecf1d49d2b28b73e3741cdf681cb18c33546ae2088a8dab8bc4908b5c5ef008500b40fb')
 



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

2021-08-23 Thread Frederik Schwan via arch-commits
Date: Monday, August 23, 2021 @ 19:05:12
  Author: freswa
Revision: 1004451

archrelease: copy trunk to community-x86_64

Added:
  runc/repos/community-x86_64/PKGBUILD
(from rev 1004450, runc/trunk/PKGBUILD)
Deleted:
  runc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 19:05:08 UTC (rev 1004450)
+++ PKGBUILD2021-08-23 19:05:12 UTC (rev 1004451)
@@ -1,54 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Frederik Schwan 
-# Contributor: Sébastien "Seblu" Luttringer
-
-pkgname=runc
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='CLI tool for managing OCI compliant containers'
-arch=(x86_64)
-url='https://runc.io/'
-license=(Apache)
-depends=(libseccomp)
-makedepends=(git go go-md2man)
-opdepends=(
-  'criu: checkpoint support'
-)
-_commit=4144b63817ebcc5b358fc2c8ef95f7cddd709aa7   #refs/tags/v1.0.0^{}
-source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed;)
-validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
- "C9C370B246B09F6DBCFC744C34401015D1D2D386")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd runc
-  git describe | sed 's/^v//;s/-//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p src/github.com/opencontainers
-  cp -r runc src/github.com/opencontainers/
-}
-
-build() {
-  cd src/github.com/opencontainers/runc
-  export GOPATH="$srcdir"
-  export BUILDTAGS='seccomp apparmor'
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
-  make runc man
-}
-
-package() {
-  cd src/github.com/opencontainers/runc
-
-  install -Dm755 runc "$pkgdir/usr/bin/runc"
-  install -Dm644 contrib/completions/bash/runc \
-"$pkgdir/usr/share/bash-completion/completions/runc"
-  
-  install -d "$pkgdir/usr/share/man/man8"
-  install -m644 man/man8/*.8 "$pkgdir/usr/share/man/man8"
-}

Copied: runc/repos/community-x86_64/PKGBUILD (from rev 1004450, 
runc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 19:05:12 UTC (rev 1004451)
@@ -0,0 +1,54 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Frederik Schwan 
+# Contributor: Sébastien "Seblu" Luttringer
+
+pkgname=runc
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='CLI tool for managing OCI compliant containers'
+arch=(x86_64)
+url='https://runc.io/'
+license=(Apache)
+depends=(libseccomp)
+makedepends=(git go go-md2man)
+opdepends=(
+  'criu: checkpoint support'
+)
+_commit=52b36a2dd837e8462de8e01458bf02cf9eea47dd   #refs/tags/v1.0.2^{}
+source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed;)
+validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
+ "C9C370B246B09F6DBCFC744C34401015D1D2D386")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd runc
+  git describe | sed 's/^v//;s/-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p src/github.com/opencontainers
+  cp -r runc src/github.com/opencontainers/
+}
+
+build() {
+  cd src/github.com/opencontainers/runc
+  export GOPATH="$srcdir"
+  export BUILDTAGS='seccomp apparmor'
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
+  make runc man
+}
+
+package() {
+  cd src/github.com/opencontainers/runc
+
+  install -Dm755 runc "$pkgdir/usr/bin/runc"
+  install -Dm644 contrib/completions/bash/runc \
+"$pkgdir/usr/share/bash-completion/completions/runc"
+  
+  install -d "$pkgdir/usr/share/man/man8"
+  install -m644 man/man8/*.8 "$pkgdir/usr/share/man/man8"
+}



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

2021-08-23 Thread Frederik Schwan via arch-commits
Date: Monday, August 23, 2021 @ 19:05:08
  Author: freswa
Revision: 1004450

upgpkg: runc 1.0.2-1

Modified:
  runc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 19:02:31 UTC (rev 1004449)
+++ PKGBUILD2021-08-23 19:05:08 UTC (rev 1004450)
@@ -3,7 +3,7 @@
 # Contributor: Sébastien "Seblu" Luttringer
 
 pkgname=runc
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc='CLI tool for managing OCI compliant containers'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 opdepends=(
   'criu: checkpoint support'
 )
-_commit=4144b63817ebcc5b358fc2c8ef95f7cddd709aa7   #refs/tags/v1.0.0^{}
+_commit=52b36a2dd837e8462de8e01458bf02cf9eea47dd   #refs/tags/v1.0.2^{}
 
source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed;)
 validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
  "C9C370B246B09F6DBCFC744C34401015D1D2D386")



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

2021-08-23 Thread Frederik Schwan via arch-commits
Date: Monday, August 23, 2021 @ 19:02:31
  Author: freswa
Revision: 1004449

archrelease: copy trunk to community-x86_64

Added:
  runc/repos/community-x86_64/PKGBUILD
(from rev 1004448, runc/trunk/PKGBUILD)
Deleted:
  runc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 19:02:28 UTC (rev 1004448)
+++ PKGBUILD2021-08-23 19:02:31 UTC (rev 1004449)
@@ -1,54 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Frederik Schwan 
-# Contributor: Sébastien "Seblu" Luttringer
-
-pkgname=runc
-pkgver=1.0.1
-pkgrel=2
-pkgdesc='CLI tool for managing OCI compliant containers'
-arch=(x86_64)
-url='https://runc.io/'
-license=(Apache)
-depends=(libseccomp)
-makedepends=(git go go-md2man)
-opdepends=(
-  'criu: checkpoint support'
-)
-_commit=4144b63817ebcc5b358fc2c8ef95f7cddd709aa7   #refs/tags/v1.0.0^{}
-source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed;)
-validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
- "C9C370B246B09F6DBCFC744C34401015D1D2D386")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd runc
-  git describe | sed 's/^v//;s/-//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p src/github.com/opencontainers
-  cp -r runc src/github.com/opencontainers/
-}
-
-build() {
-  cd src/github.com/opencontainers/runc
-  export GOPATH="$srcdir"
-  export BUILDTAGS='seccomp apparmor'
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
-  make runc man
-}
-
-package() {
-  cd src/github.com/opencontainers/runc
-
-  install -Dm755 runc "$pkgdir/usr/bin/runc"
-  install -Dm644 contrib/completions/bash/runc \
-"$pkgdir/usr/share/bash-completion/completions/runc"
-  
-  install -d "$pkgdir/usr/share/man/man8"
-  install -m644 man/man8/*.8 "$pkgdir/usr/share/man/man8"
-}

Copied: runc/repos/community-x86_64/PKGBUILD (from rev 1004448, 
runc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 19:02:31 UTC (rev 1004449)
@@ -0,0 +1,54 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Frederik Schwan 
+# Contributor: Sébastien "Seblu" Luttringer
+
+pkgname=runc
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='CLI tool for managing OCI compliant containers'
+arch=(x86_64)
+url='https://runc.io/'
+license=(Apache)
+depends=(libseccomp)
+makedepends=(git go go-md2man)
+opdepends=(
+  'criu: checkpoint support'
+)
+_commit=4144b63817ebcc5b358fc2c8ef95f7cddd709aa7   #refs/tags/v1.0.0^{}
+source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed;)
+validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
+ "C9C370B246B09F6DBCFC744C34401015D1D2D386")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd runc
+  git describe | sed 's/^v//;s/-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p src/github.com/opencontainers
+  cp -r runc src/github.com/opencontainers/
+}
+
+build() {
+  cd src/github.com/opencontainers/runc
+  export GOPATH="$srcdir"
+  export BUILDTAGS='seccomp apparmor'
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
+  make runc man
+}
+
+package() {
+  cd src/github.com/opencontainers/runc
+
+  install -Dm755 runc "$pkgdir/usr/bin/runc"
+  install -Dm644 contrib/completions/bash/runc \
+"$pkgdir/usr/share/bash-completion/completions/runc"
+  
+  install -d "$pkgdir/usr/share/man/man8"
+  install -m644 man/man8/*.8 "$pkgdir/usr/share/man/man8"
+}



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

2021-08-23 Thread Frederik Schwan via arch-commits
Date: Monday, August 23, 2021 @ 19:02:28
  Author: freswa
Revision: 1004448

upgpkg: runc 1.0.1-1

Modified:
  runc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 18:59:04 UTC (rev 1004447)
+++ PKGBUILD2021-08-23 19:02:28 UTC (rev 1004448)
@@ -4,7 +4,7 @@
 
 pkgname=runc
 pkgver=1.0.1
-pkgrel=2
+pkgrel=1
 pkgdesc='CLI tool for managing OCI compliant containers'
 arch=(x86_64)
 url='https://runc.io/'



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 18:59:04
  Author: felixonmars
Revision: 1004447

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: taskell/repos/community-staging-x86_64/PKGBUILD (from rev 1004446, 
taskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 18:59:04 UTC (rev 1004447)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa https://hackage.haskell.org/package/$pkgname;
+depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick 
haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client 
haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty 
haskell-classy-prelude)
+makedepends=(ghc haskell-classy-prelude haskell-raw-strings-qq haskell-tasty 
haskell-tasty-discover haskell-tasty-expected-failure haskell-tasty-hunit)
+source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('5a8a37c65653b44eeff07fb5dcfa2e889682331bf28b5c4c00fbb8629955e62e25af285f7b7f447102fea826a76aa359fb2a553dca1a8ebbf2e637f21066736c')
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 18:58:57
  Author: felixonmars
Revision: 1004446

upgpkg: taskell 1.11.3-5: rebuild with brick 0.63

Modified:
  taskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 18:57:29 UTC (rev 1004445)
+++ PKGBUILD2021-08-23 18:58:57 UTC (rev 1004446)
@@ -2,7 +2,7 @@
 
 pkgname=taskell
 pkgver=1.11.3
-pkgrel=4
+pkgrel=5
 pkgdesc='A command-line kanban board/task manager'
 license=(BSD)
 arch=(x86_64)



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 18:57:29
  Author: felixonmars
Revision: 1004445

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-summoner-tui/repos/community-staging-x86_64/
  haskell-summoner-tui/repos/community-staging-x86_64/PKGBUILD
(from rev 100, haskell-summoner-tui/trunk/PKGBUILD)

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

Copied: haskell-summoner-tui/repos/community-staging-x86_64/PKGBUILD (from rev 
100, haskell-summoner-tui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 18:57:29 UTC (rev 1004445)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+_hkgname=summoner-tui
+pkgname=haskell-summoner-tui
+pkgver=2.0.1.1
+pkgrel=219
+pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
+url="https://github.com/kowainik/summoner;
+license=('MPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-brick' 'haskell-colourista' 'haskell-microlens' 
'haskell-microlens-th'
+ 'haskell-relude' 'haskell-summoner' 'haskell-validation-selective' 
'haskell-vty')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('9f840f25d72c54b4b5ed0c5e6755e52ca71e9961759de6bd0046d567bd1f2c27')
+
+prepare(){
+  cd $_hkgname-$pkgver
+  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+  uusi $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 18:57:22
  Author: felixonmars
Revision: 100

upgpkg: haskell-summoner-tui 2.0.1.1-219: rebuild with brick 0.63

Modified:
  haskell-summoner-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 18:56:13 UTC (rev 1004443)
+++ PKGBUILD2021-08-23 18:57:22 UTC (rev 100)
@@ -4,7 +4,7 @@
 _hkgname=summoner-tui
 pkgname=haskell-summoner-tui
 pkgver=2.0.1.1
-pkgrel=218
+pkgrel=219
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects using TUI."
 url="https://github.com/kowainik/summoner;
 license=('MPL2')



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 18:56:13
  Author: felixonmars
Revision: 1004443

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-iadd/repos/community-staging-x86_64/PKGBUILD (from rev 1004441, 
hledger-iadd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 18:56:13 UTC (rev 1004443)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hledger-iadd
+pkgname=hledger-iadd
+pkgver=1.3.15
+pkgrel=21
+pkgdesc="A terminal UI as drop-in replacement for hledger add"
+url="https://github.com/hpdeifel/hledger-iadd#readme;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-brick' 'haskell-free' 'haskell-hledger-lib' 
'haskell-megaparsec'
+ 'haskell-microlens' 'haskell-microlens-th' 
'haskell-optparse-applicative'
+ 'haskell-text-zipper' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-vty'
+ 'haskell-xdg-basedir')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-discover')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('c1c6b60b0563664e6c02ac2757442f6486434e2c36651c35a9217930cd8c0ec4eb5ad87fe87734673c60bc3de4a01545512194d6b772ddf5031652788a0dc69e')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u megaparsec $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 18:56:02
  Author: felixonmars
Revision: 1004441

upgpkg: hledger-iadd 1.3.15-21: rebuild with brick 0.63

Modified:
  hledger-iadd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 18:56:01 UTC (rev 1004440)
+++ PKGBUILD2021-08-23 18:56:02 UTC (rev 1004441)
@@ -3,7 +3,7 @@
 _hkgname=hledger-iadd
 pkgname=hledger-iadd
 pkgver=1.3.15
-pkgrel=20
+pkgrel=21
 pkgdesc="A terminal UI as drop-in replacement for hledger add"
 url="https://github.com/hpdeifel/hledger-iadd#readme;
 license=("BSD")



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 18:56:10
  Author: felixonmars
Revision: 1004442

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 18:56:02 UTC (rev 1004441)
+++ PKGBUILD2021-08-23 18:56:10 UTC (rev 1004442)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-
-_pkgname=tqdm
-pkgname=python-$_pkgname
-pkgver=4.62.1
-pkgrel=1
-pkgdesc='Fast, Extensible Progress Meter'
-arch=('any')
-license=('MIT' 'MPL')
-url='https://github.com/tqdm/tqdm'
-depends=('python')
-optdepends=('python-requests: telegram')
-makedepends=('python-setuptools-scm' 'python-toml')
-checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
-  'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('08cf54c5d0210e8ed3470c83281283fd960cb29bca674b00b411476ca02e8b3da3d5ad361e92cabd4269b9c8d2d1d5607b0830f033ce3ec6ff7dfd7628c638ba')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-  python -m venv --system-site-packages test-env
-
-  test-env/bin/python setup.py install
-  test-env/bin/python -m pytest -k 'not test_dask'
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-tqdm/repos/community-any/PKGBUILD (from rev 1004441, 
python-tqdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 18:56:10 UTC (rev 1004442)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_pkgname=tqdm
+pkgname=python-$_pkgname
+pkgver=4.62.2
+pkgrel=1
+pkgdesc='Fast, Extensible Progress Meter'
+arch=('any')
+license=('MIT' 'MPL')
+url='https://github.com/tqdm/tqdm'
+depends=('python')
+optdepends=('python-requests: telegram')
+makedepends=('python-setuptools-scm' 'python-toml')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
+  'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
+sha512sums=('9acede8d5d96914d81bf9ad487110f4720285d90dfdb60e1ce9554544b5b14b711da7b82f16d41285023ed8474695cb6cb964fdafa77c27cda58ca0582a8623b')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+  python -m venv --system-site-packages test-env
+
+  test-env/bin/python setup.py install
+  test-env/bin/python -m pytest -k 'not test_dask'
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 18:56:01
  Author: felixonmars
Revision: 1004440

upgpkg: python-tqdm 4.62.2-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 18:54:52 UTC (rev 1004439)
+++ PKGBUILD2021-08-23 18:56:01 UTC (rev 1004440)
@@ -2,7 +2,7 @@
 
 _pkgname=tqdm
 pkgname=python-$_pkgname
-pkgver=4.62.1
+pkgver=4.62.2
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy'
   'python-pandas' 'python-tensorflow' 'python-rich' 'python-dask' 
'tk')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('08cf54c5d0210e8ed3470c83281283fd960cb29bca674b00b411476ca02e8b3da3d5ad361e92cabd4269b9c8d2d1d5607b0830f033ce3ec6ff7dfd7628c638ba')
+sha512sums=('9acede8d5d96914d81bf9ad487110f4720285d90dfdb60e1ce9554544b5b14b711da7b82f16d41285023ed8474695cb6cb964fdafa77c27cda58ca0582a8623b')
 
 build() {
   cd $_pkgname-$pkgver



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 18:54:52
  Author: felixonmars
Revision: 1004439

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 1004438, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 18:54:52 UTC (rev 1004439)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.22.2
+pkgrel=6
+pkgdesc="Curses-style terminal interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-extra'
+ 'haskell-fsnotify' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-safe' 'haskell-split' 'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('53ca171ed87eae4a3a244fe1e8858f6c24e41d8740232375022ccb78b9fffe797aff43cd783d7a994d98fd3705c4d84f8f5a32857ff4f0d69aad5a84ee97b357')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd $pkgname-$pkgver
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+install -Dm644 hledger-ui.1 -t "$pkgdir"/usr/share/man/man1/
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 18:54:44
  Author: felixonmars
Revision: 1004438

upgpkg: hledger-ui 1.22.2-6: rebuild with brick 0.63

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 18:53:40 UTC (rev 1004437)
+++ PKGBUILD2021-08-23 18:54:44 UTC (rev 1004438)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.22.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Curses-style terminal interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 18:53:40
  Author: felixonmars
Revision: 1004437

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 
1004436, haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 18:53:40 UTC (rev 1004437)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.63
+pkgrel=1
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('508f307ea8cc0e0b3644dec3682dad827297c598968a0cfceb0cf63f5b1dc386492651fa331383e2b75e9186dd17e3699703793dfdb45ac7e37acd60fdd08f0e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-demos
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 18:53:33
  Author: felixonmars
Revision: 1004436

upgpkg: haskell-brick 0.63-1: rebuild with brick 0.63

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 18:26:10 UTC (rev 1004435)
+++ PKGBUILD2021-08-23 18:53:33 UTC (rev 1004436)
@@ -3,8 +3,8 @@
 
 _hkgname=brick
 pkgname=haskell-brick
-pkgver=0.62
-pkgrel=32
+pkgver=0.63
+pkgrel=1
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
 license=("BSD")
@@ -14,7 +14,7 @@
  'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('0ece2fdec88d836bb59c90a4dae8002a5d2a037bba6439cbbe33060413e95eb2e603ca905aaf40517e35df4cb831df0885638f70fe1c1cf8023be89da457b069')
+sha512sums=('508f307ea8cc0e0b3644dec3682dad827297c598968a0cfceb0cf63f5b1dc386492651fa331383e2b75e9186dd17e3699703793dfdb45ac7e37acd60fdd08f0e')
 
 build() {
 cd $_hkgname-$pkgver



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

2021-08-23 Thread Morgan Adamiec via arch-commits
Date: Monday, August 23, 2021 @ 18:26:10
  Author: morganamilo
Revision: 1004435

archrelease: copy trunk to community-x86_64

Added:
  discord-canary/repos/community-x86_64/
  discord-canary/repos/community-x86_64/PKGBUILD
(from rev 1004434, discord-canary/trunk/PKGBUILD)
  discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox
(from rev 1004434, discord-canary/trunk/Permission_to_Distribute.mbox)

---+
 PKGBUILD  |   49 +++
 Permission_to_Distribute.mbox |   83 
 2 files changed, 132 insertions(+)

Copied: discord-canary/repos/community-x86_64/PKGBUILD (from rev 1004434, 
discord-canary/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-08-23 18:26:10 UTC (rev 1004435)
@@ -0,0 +1,49 @@
+# Maintainer: Morgan 
+
+pkgname=discord-canary
+_pkgname=DiscordCanary
+pkgver=0.0.126
+pkgrel=1
+pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
+arch=('x86_64')
+url='https://discordapp.com'
+license=('custom')
+depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3')
+optdepends=('libpulse: Pulseaudio support'
+'xdg-utils: Open files')
+source=("https://dl-canary.discordapp.net/apps/linux/$pkgver/$pkgname-$pkgver.tar.gz;
+'LICENSE.html::https://discordapp.com/terms'
+'OSS-LICENSES.html::https://discordapp.com/licenses')
+sha512sums=('25e3b0eb80cfc0756e9c13f707476f0a186421b10640bb53cd13cd4eed608003da69e81d1e8a3c37dd38fd68c07bf5642f939909fd82428f56885a2c3927dd1a'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $_pkgname
+
+  sed -i "s|Exec=.*|Exec=/usr/bin/$pkgname|" $pkgname.desktop
+  echo 'Path=/usr/bin' >> $pkgname.desktop
+}
+
+package() {
+  # Install the app
+  install -d "$pkgdir"/opt/$pkgname
+  cp -a $_pkgname/. "$pkgdir"/opt/$pkgname
+
+  chmod 755 "$pkgdir"/opt/$pkgname/$_pkgname
+
+  rm "$pkgdir"/opt/$pkgname/postinst.sh
+
+  install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
+  ln -s /opt/$pkgname/$_pkgname "$pkgdir"/usr/bin/$pkgname
+  ln -s /opt/$pkgname/discord.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+  ln -s /opt/$pkgname/$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
+
+  # setuid on chrome-sandbox
+  chmod u+s "$pkgdir"/opt/$pkgname/chrome-sandbox
+
+  # Licenses
+  install -Dm 644 LICENSE.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
+  install -Dm 644 OSS-LICENSES.html 
"$pkgdir"/usr/share/licenses/$pkgname/OSS-LICENSES.html
+}
+

Copied: discord-canary/repos/community-x86_64/Permission_to_Distribute.mbox 
(from rev 1004434, discord-canary/trunk/Permission_to_Distribute.mbox)
===
--- community-x86_64/Permission_to_Distribute.mbox  
(rev 0)
+++ community-x86_64/Permission_to_Distribute.mbox  2021-08-23 18:26:10 UTC 
(rev 1004435)
@@ -0,0 +1,83 @@
+From kodie.good...@discordapp.com Thu Jun 13 20:34:56 2019
+Return-Path: 
+Delivered-To: ff...@archlinux.org
+Received: from orion.archlinux.org
+   by orion with LMTP
+   id wyBRH3CzAl2FUAAA+xzH6A
+   (envelope-from )
+   for ; Thu, 13 Jun 2019 20:34:56 +
+Received: from orion.archlinux.org (localhost [127.0.0.1])
+   by orion.archlinux.org (Postfix) with ESMTP id 66CA913517A922
+   for ; Thu, 13 Jun 2019 20:34:55 + (UTC)
+X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on orion
+X-Spam-Level: 
+X-Spam-Status: No, score=-1.1 required=5.0
+ tests=BAYES_00=-1,DKIM_SIGNED=0.1,
+ DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,HTML_MESSAGE=0.001,
+ RCVD_IN_DNSWL_NONE=-0.0001,SPF_HELO_NONE=0.001, T_DMARC_POLICY_QUAR=0.01
+ autolearn=ham autolearn_force=no version=3.4.2
+X-Spam-BL-Results:
+ 

+ [127.0.5.0]
+Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com
+ [IPv6:2a00:1450:4864:20::22c]) (using TLSv1.3 with cipher
+ TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384)
+ server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client
+ certificate requested) by orion.archlinux.org (Postfix) with ESMTPS for
+ ; Thu, 13 Jun 2019 20:34:55 + (UTC)
+Received: by mail-lj1-x22c.google.com with SMTP id s21so58292lji.8
+for ; Thu, 13 Jun 2019 13:34:55 -0700 (PDT)
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=discordapp.com;
+ s=gsuite; h=mime-version:from:date:message-id:subject:to;
+ bh=LH86dlRYf6cqMyDrtGzBANXLtw1whsnDEezLkFI0V0U=;
+ b=Hn3WJ4XVxRhqkyBToNcRDJR+J2SLLDu+8cVKrCvb6qmXbkUFMP5KjTF0lqRnDmdpU8
+ nRoVXvHLxfuMFyXEAaqWysKomIsfviYpcjPuwsFOawCUkBTlmNrh4AnpQJLdYhqq4EGO
+ Tuu+XuRQSI3xXGlLbf+mROw6t0xr68hGGh3rmVnooweqnOI9Rk0teBp6cMu2KjaF+Dxa
+ zZc/kW3Wn5Kn8GMuNaOptGDQ3xxt3f31aLUCR31uchnSrQngUHQGtXIrAnxQKvoFeTAZ
+ Ok/wFcomCNRWpFaWMXHXfZMTseRxtpcyq7Fz62KvRNMeEvAqXKTeVfYqyap9Jb8P+PBJ ITSA==
+X-Google-DKIM-Signature: v=1; 

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

2021-08-23 Thread Kpcyrd via arch-commits
Date: Monday, August 23, 2021 @ 18:13:54
  Author: kpcyrd
Revision: 1004434

archrelease: copy trunk to community-x86_64

Added:
  pacman-bintrans/repos/community-x86_64/
  pacman-bintrans/repos/community-x86_64/PKGBUILD
(from rev 1004433, pacman-bintrans/trunk/PKGBUILD)

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

Copied: pacman-bintrans/repos/community-x86_64/PKGBUILD (from rev 1004433, 
pacman-bintrans/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-08-23 18:13:54 UTC (rev 1004434)
@@ -0,0 +1,57 @@
+# Maintainer: kpcyrd 
+
+pkgbase=pacman-bintrans
+pkgname=('pacman-bintrans' 'pacman-bintrans-tools')
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Binary transparency for pacman'
+url='https://github.com/kpcyrd/pacman-bintrans'
+arch=('x86_64')
+license=('GPL3')
+depends=('rekor' 'openssl')
+checkdepends=('shared-mime-info')
+makedepends=('cargo')
+source=(https://github.com/kpcyrd/${pkgbase}/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz.asc)
+sha512sums=('81e3b8dee6d4ba7283309851f8c7f2ffaceffad6dbe9cb0ed081b3f8a9338c69a7bad1d4a6de632a5f19aff140ee77cadc046ffb3e9cfd3285c12ddb9aeb4d69'
+'SKIP')
+b2sums=('988dd42e054e7b80acb496d2110d99ac6c82c403c2ba85627742ebc0b8f908600d16cfbaaec9f93843134446cdc251307324ea7ccfff3a45530395f798d90efe'
+'SKIP')
+
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "${pkgbase}-${pkgver}"
+  cargo build --frozen --release --workspace
+}
+
+check() {
+  cd "${pkgbase}-${pkgver}"
+  cargo test --frozen --workspace
+}
+
+package_pacman-bintrans() {
+  cd "${pkgbase}-${pkgver}"
+  install -Dm 755 -t "${pkgdir}/usr/bin" \
+target/release/pacman-bintrans
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgbase}"
+}
+
+package_pacman-bintrans-tools() {
+  pkgdesc='Binary transparency for pacman (sign/monitor tools)'
+  depends=('shared-mime-info' 'rekor' 'openssl' 'sqlite' 'zstd')
+
+  cd "${pkgbase}-${pkgver}"
+  install -Dm 755 -t "${pkgdir}/usr/bin" \
+target/release/pacman-bintrans-sign \
+target/release/pacman-bintrans-monitor
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2021-08-23 Thread Kpcyrd via arch-commits
Date: Monday, August 23, 2021 @ 18:13:41
  Author: kpcyrd
Revision: 1004433

addpkg: pacman-bintrans 0.1.0-1

Added:
  pacman-bintrans/
  pacman-bintrans/repos/
  pacman-bintrans/trunk/
  pacman-bintrans/trunk/PKGBUILD

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

Added: pacman-bintrans/trunk/PKGBUILD
===
--- pacman-bintrans/trunk/PKGBUILD  (rev 0)
+++ pacman-bintrans/trunk/PKGBUILD  2021-08-23 18:13:41 UTC (rev 1004433)
@@ -0,0 +1,57 @@
+# Maintainer: kpcyrd 
+
+pkgbase=pacman-bintrans
+pkgname=('pacman-bintrans' 'pacman-bintrans-tools')
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Binary transparency for pacman'
+url='https://github.com/kpcyrd/pacman-bintrans'
+arch=('x86_64')
+license=('GPL3')
+depends=('rekor' 'openssl')
+checkdepends=('shared-mime-info')
+makedepends=('cargo')
+source=(https://github.com/kpcyrd/${pkgbase}/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz.asc)
+sha512sums=('81e3b8dee6d4ba7283309851f8c7f2ffaceffad6dbe9cb0ed081b3f8a9338c69a7bad1d4a6de632a5f19aff140ee77cadc046ffb3e9cfd3285c12ddb9aeb4d69'
+'SKIP')
+b2sums=('988dd42e054e7b80acb496d2110d99ac6c82c403c2ba85627742ebc0b8f908600d16cfbaaec9f93843134446cdc251307324ea7ccfff3a45530395f798d90efe'
+'SKIP')
+
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "${pkgbase}-${pkgver}"
+  cargo build --frozen --release --workspace
+}
+
+check() {
+  cd "${pkgbase}-${pkgver}"
+  cargo test --frozen --workspace
+}
+
+package_pacman-bintrans() {
+  cd "${pkgbase}-${pkgver}"
+  install -Dm 755 -t "${pkgdir}/usr/bin" \
+target/release/pacman-bintrans
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgbase}"
+}
+
+package_pacman-bintrans-tools() {
+  pkgdesc='Binary transparency for pacman (sign/monitor tools)'
+  depends=('shared-mime-info' 'rekor' 'openssl' 'sqlite' 'zstd')
+
+  cd "${pkgbase}-${pkgver}"
+  install -Dm 755 -t "${pkgdir}/usr/bin" \
+target/release/pacman-bintrans-sign \
+target/release/pacman-bintrans-monitor
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-23 Thread Kpcyrd via arch-commits
Date: Monday, August 23, 2021 @ 18:06:46
  Author: kpcyrd
Revision: 1004432

archrelease: copy trunk to community-x86_64

Added:
  vultr-cli/repos/community-x86_64/PKGBUILD
(from rev 1004431, vultr-cli/trunk/PKGBUILD)
Deleted:
  vultr-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 18:06:31 UTC (rev 1004431)
+++ PKGBUILD2021-08-23 18:06:46 UTC (rev 1004432)
@@ -1,41 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=vultr-cli
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='Official command line tool for Vultr services'
-url='https://github.com/vultr/vultr-cli'
-arch=('x86_64')
-license=('Apache')
-makedepends=('go')
-source=(https://github.com/vultr/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('5dc15f897ace06f62b1e142817a9fe6524be4affa80f645d0b3f48477579fecb5d371bf82bc1a3616888f183f18bc8ab8ec86720ba72b0c30d2906568e766964')
-b2sums=('9890a901642ad0c615546423f9b0530bb45aa79518fcaef536db4f054918ed5f9b18c03cc249f6cb95b462a4a1fe761ea61698e2d1c2846e2bf47efb94a55e69')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-.
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 vultr-cli -t "${pkgdir}/usr/bin"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-
-  # workaround, see 
https://github.com/vultr/vultr-cli/issues/92#issuecomment-877722219
-  export VULTR_API_KEY=x
-  ./vultr-cli completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/vultr-cli"
-  ./vultr-cli completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_vultr-cli"
-  ./vultr-cli completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/vultr-cli.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vultr-cli/repos/community-x86_64/PKGBUILD (from rev 1004431, 
vultr-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 18:06:46 UTC (rev 1004432)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+
+pkgname=vultr-cli
+pkgver=2.8.0
+pkgrel=1
+pkgdesc='Official command line tool for Vultr services'
+url='https://github.com/vultr/vultr-cli'
+arch=('x86_64')
+license=('Apache')
+makedepends=('go')
+source=(https://github.com/vultr/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('1d5fc29973b5f072758dc9596d7b9d985cd8303f3e328d19956cd28623c68658b396e3fb2bf99e050c43d3a560ee0e193a5b6332b8e8d22ff14db57132b3b7fb')
+b2sums=('390cf32d371b3d28b794a935664423e90e220d6bd44bab2671a897be8b0b3eac66dac6f05454dfb49838aee88ed2d232f102804175decfa41d3922dc1f8755d4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+.
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 vultr-cli -t "${pkgdir}/usr/bin"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+
+  # workaround, see 
https://github.com/vultr/vultr-cli/issues/92#issuecomment-877722219
+  export VULTR_API_KEY=x
+  ./vultr-cli completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/vultr-cli"
+  ./vultr-cli completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_vultr-cli"
+  ./vultr-cli completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/vultr-cli.fish"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-23 Thread Kpcyrd via arch-commits
Date: Monday, August 23, 2021 @ 18:06:31
  Author: kpcyrd
Revision: 1004431

upgpkg: vultr-cli 2.8.0-1

Modified:
  vultr-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 16:27:56 UTC (rev 1004430)
+++ PKGBUILD2021-08-23 18:06:31 UTC (rev 1004431)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=vultr-cli
-pkgver=2.7.0
+pkgver=2.8.0
 pkgrel=1
 pkgdesc='Official command line tool for Vultr services'
 url='https://github.com/vultr/vultr-cli'
@@ -9,8 +9,8 @@
 license=('Apache')
 makedepends=('go')
 
source=(https://github.com/vultr/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('5dc15f897ace06f62b1e142817a9fe6524be4affa80f645d0b3f48477579fecb5d371bf82bc1a3616888f183f18bc8ab8ec86720ba72b0c30d2906568e766964')
-b2sums=('9890a901642ad0c615546423f9b0530bb45aa79518fcaef536db4f054918ed5f9b18c03cc249f6cb95b462a4a1fe761ea61698e2d1c2846e2bf47efb94a55e69')
+sha512sums=('1d5fc29973b5f072758dc9596d7b9d985cd8303f3e328d19956cd28623c68658b396e3fb2bf99e050c43d3a560ee0e193a5b6332b8e8d22ff14db57132b3b7fb')
+b2sums=('390cf32d371b3d28b794a935664423e90e220d6bd44bab2671a897be8b0b3eac66dac6f05454dfb49838aee88ed2d232f102804175decfa41d3922dc1f8755d4')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2021-08-23 Thread Kpcyrd via arch-commits
Date: Monday, August 23, 2021 @ 16:27:56
  Author: kpcyrd
Revision: 1004430

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 16:27:43 UTC (rev 1004429)
+++ PKGBUILD2021-08-23 16:27:56 UTC (rev 1004430)
@@ -1,31 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=cargo-release
-pkgver=0.16.6
-pkgrel=1
-pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
-url='https://github.com/sunng87/cargo-release'
-arch=('x86_64')
-license=('MIT' 'APACHE')
-depends=('gcc-libs' 'openssl' 'zlib')
-makedepends=('cargo')
-source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('93f444d619d07dac1684faab0ef2fb048d7befacffc81795cc279e12c0e82794dd44a87ade7563784e4d718e508c4e9dd933b271443d33544665bd263144769a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --frozen --release
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-release/repos/community-x86_64/PKGBUILD (from rev 1004429, 
cargo-release/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 16:27:56 UTC (rev 1004430)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd 
+
+pkgname=cargo-release
+pkgver=0.17.0
+pkgrel=1
+pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
+url='https://github.com/sunng87/cargo-release'
+arch=('x86_64')
+license=('MIT' 'APACHE')
+depends=('gcc-libs' 'openssl' 'zlib')
+makedepends=('cargo')
+source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('8781622eba2f4ced4e57b505c09567a47f00f398870c2765f27cf937465b6247fad60b520381cdc75cce05b0e1c8cd93a2f4d99ce0843c3adc633af16f7ce4c3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --frozen --release
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-23 Thread Kpcyrd via arch-commits
Date: Monday, August 23, 2021 @ 16:27:43
  Author: kpcyrd
Revision: 1004429

upgpkg: cargo-release 0.17.0-1

Modified:
  cargo-release/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:51:49 UTC (rev 1004428)
+++ PKGBUILD2021-08-23 16:27:43 UTC (rev 1004429)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=cargo-release
-pkgver=0.16.6
+pkgver=0.17.0
 pkgrel=1
 pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
 url='https://github.com/sunng87/cargo-release'
@@ -10,7 +10,7 @@
 depends=('gcc-libs' 'openssl' 'zlib')
 makedepends=('cargo')
 
source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('93f444d619d07dac1684faab0ef2fb048d7befacffc81795cc279e12c0e82794dd44a87ade7563784e4d718e508c4e9dd933b271443d33544665bd263144769a')
+b2sums=('8781622eba2f4ced4e57b505c09567a47f00f398870c2765f27cf937465b6247fad60b520381cdc75cce05b0e1c8cd93a2f4d99ce0843c3adc633af16f7ce4c3')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:41:35
  Author: felixonmars
Revision: 422483

archrelease: copy trunk to extra-x86_64

Added:
  tidy/repos/extra-x86_64/PKGBUILD
(from rev 422482, tidy/trunk/PKGBUILD)
Deleted:
  tidy/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 15:41:27 UTC (rev 422482)
+++ PKGBUILD2021-08-23 15:41:35 UTC (rev 422483)
@@ -1,43 +0,0 @@
-# Maintainer:
-# Contributor: eric 
-# Contributor: Markus Meissner 
-
-pkgname=tidy
-pkgver=5.7.45
-_commit=9f8d957e4d9c164b0aea10a36c7933d67517abb1
-pkgrel=1
-pkgdesc="A tool to tidy down your HTML code to a clean style"
-arch=(x86_64)
-url="https://www.html-tidy.org/;
-license=(custom)
-depends=(glibc)
-makedepends=(cmake libxslt)
-conflicts=(tidyhtml)
-provides=(tidyhtml)
-replaces=(tidyhtml)
-source=("$pkgname-$_commit.tar.gz::https://github.com/htacg/tidy-html5/archive/$_commit.tar.gz;)
-sha512sums=('085da1bc97ab20a65d1104bd13e39ba7eb7a51407553e9237e8efda0a2c3b6efcb2e957a670731482ac17b639f12fe59a1f52740e82d4367410fe41e62afc8a2')
-
-prepare() {
-  mv tidy-html5-{$_commit,$pkgver}
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../tidy-html5-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Compatibility symlinks until everything is ported
-  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
-  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
-
-  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: tidy/repos/extra-x86_64/PKGBUILD (from rev 422482, tidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 15:41:35 UTC (rev 422483)
@@ -0,0 +1,43 @@
+# Maintainer:
+# Contributor: eric 
+# Contributor: Markus Meissner 
+
+pkgname=tidy
+pkgver=5.8.0
+_commit=9f8d957e4d9c164b0aea10a36c7933d67517abb1
+pkgrel=1
+pkgdesc="A tool to tidy down your HTML code to a clean style"
+arch=(x86_64)
+url="https://www.html-tidy.org/;
+license=(custom)
+depends=(glibc)
+makedepends=(cmake libxslt)
+conflicts=(tidyhtml)
+provides=(tidyhtml)
+replaces=(tidyhtml)
+source=("$pkgname-$_commit.tar.gz::https://github.com/htacg/tidy-html5/archive/$_commit.tar.gz;)
+sha512sums=('085da1bc97ab20a65d1104bd13e39ba7eb7a51407553e9237e8efda0a2c3b6efcb2e957a670731482ac17b639f12fe59a1f52740e82d4367410fe41e62afc8a2')
+
+prepare() {
+  mv tidy-html5-{$_commit,$pkgver}
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../tidy-html5-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Compatibility symlinks until everything is ported
+  ln -s tidybuffio.h "$pkgdir"/usr/include/buffio.h
+  ln -s tidyplatform.h "$pkgdir"/usr/include/platform.h
+
+  install -Dm644 "$srcdir"/$pkgname-html5-$pkgver/README/LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:41:27
  Author: felixonmars
Revision: 422482

upgpkg: tidy 5.8.0-1

Modified:
  tidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:12:37 UTC (rev 422481)
+++ PKGBUILD2021-08-23 15:41:27 UTC (rev 422482)
@@ -3,7 +3,7 @@
 # Contributor: Markus Meissner 
 
 pkgname=tidy
-pkgver=5.7.45
+pkgver=5.8.0
 _commit=9f8d957e4d9c164b0aea10a36c7933d67517abb1
 pkgrel=1
 pkgdesc="A tool to tidy down your HTML code to a clean style"



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:39:12
  Author: felixonmars
Revision: 1004409

archrelease: copy trunk to community-staging-x86_64

Added:
  urh/repos/community-staging-x86_64/
  urh/repos/community-staging-x86_64/PKGBUILD
(from rev 1004408, urh/trunk/PKGBUILD)

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

Copied: urh/repos/community-staging-x86_64/PKGBUILD (from rev 1004408, 
urh/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 15:39:12 UTC (rev 1004409)
@@ -0,0 +1,49 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.9.2
+pkgrel=3
+pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
+arch=('x86_64')
+url='https://github.com/jopohl/urh'
+license=('GPL3')
+depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'cython')
+makedepends=('gcc' 'python-setuptools' 'airspy' 'hackrf' 'libuhd' 'limesuite' 
'rtl-sdr' 'bladerf' 'libiio')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'bladerf: BladeRF backend'
+'libiio: IIO backend (PlutoSDR)'
+'gnuradio-osmosdr: OsmoSDR backend, via GNURadio'
+'python-pyaudio: Soundcard backend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('4cf0ae173be467257d64f9d27aad52ffa73ef3a1b428e8bb8ca5d5647ddca48418f0625cc14b93f434ecb92095162a560f0a89e4e378fc98c38393af44425854')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:39:05
  Author: felixonmars
Revision: 1004408

upgpkg: urh 2.9.2-3: rebuild with libiio 0.23

Modified:
  urh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:32:05 UTC (rev 1004407)
+++ PKGBUILD2021-08-23 15:39:05 UTC (rev 1004408)
@@ -3,7 +3,7 @@
 
 pkgname=urh
 pkgver=2.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
 arch=('x86_64')
 url='https://github.com/jopohl/urh'



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

2021-08-23 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 23, 2021 @ 15:32:05
  Author: svenstaro
Revision: 1004407

archrelease: copy trunk to community-x86_64

Added:
  gitlab-runner/repos/community-x86_64/PKGBUILD
(from rev 1004406, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-x86_64/config.toml
(from rev 1004406, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
(from rev 1004406, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
(from rev 1004406, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 1004406, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 1004406, gitlab-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-runner/repos/community-x86_64/PKGBUILD
  gitlab-runner/repos/community-x86_64/config.toml
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles

+
 PKGBUILD   |  188 +++
 config.toml|2 
 gitlab-runner.install  |   12 +--
 gitlab-runner.service  |   30 +++
 gitlab-runner.sysusers |2 
 gitlab-runner.tmpfiles |2 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 15:31:51 UTC (rev 1004406)
+++ PKGBUILD2021-08-23 15:32:05 UTC (rev 1004407)
@@ -1,94 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-runner
-pkgver=14.1.0
-_commit=8925d9a0
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'git' 'mercurial' 'gox')
-install=gitlab-runner.install
-replaces=('gitlab-ci-multi-runner')
-backup=('etc/gitlab-runner/config.toml')
-noextract=("prebuilt-alpine-arm.tar.xz"
-   "prebuilt-alpine-arm64.tar.xz"
-   "prebuilt-alpine-s390x.tar.xz"
-   "prebuilt-alpine-x86_64-pwsh.tar.xz"
-   "prebuilt-alpine-x86_64.tar.xz"
-   "prebuilt-ubuntu-arm.tar.xz"
-   "prebuilt-ubuntu-arm64.tar.xz"
-   "prebuilt-ubuntu-s390x.tar.xz"
-   "prebuilt-ubuntu-x86_64-pwsh.tar.xz"
-   "prebuilt-ubuntu-x86_64.tar.xz")
-source=("git+https://gitlab.com/gitlab-org/gitlab-runner.git#tag=${_commit};
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-arm.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-arm64.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-s390x.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-x86_64-pwsh.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-x86_64.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-arm.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-arm64.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-s390x.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-x86_64-pwsh.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-x86_64.tar.xz
-"gitlab-runner.service"
-"gitlab-runner.sysusers"
-"gitlab-runner.tmpfiles"
-"config.toml")
-sha512sums=('SKIP'
-
'039818b80f7a5bb0239370bd54aef6e5638182fdb34fd307a5d8f48e818e8e078b925ef8759cd002b2ac4c4f6326077cecd0908efe928eb89dc1bc989746bd23'
-
'f87183f46147ff09031672477c1f4f2c6833d5dcebf3b7501dc6817677decbac516f49a2642b87f4e542a8423dfc71d3069c0db50140f894f37d993854b7f825'
-
'1048404e569902ef4d39c43e1d23e74b3414ddc1091a55eda0ba08682d9f5dc7cc5395d725eeab04af381d6667f9dffb3ff29407684b56e27425cac91206d77e'
-
'b1572a06d7797a22f76b3b2537f6f967ab0a4dce36bd24dc4f9832f86436c711b87b622b9bd1ac662fcfb53fcfae998de413094887ef9c27b0bf6532ab92f1ad'
-
'96ec9b0e9786b7d73178dc1ca74dea1718efb9b6374ae66d33af577537acba66f7926cae472e9eedf1d7e5710729cec3e04a1913987aa02d71cc292ed125fff1'
-
'f83500a1ae0c7d9e4bcc35902a7d63230c9cf7fdb6bbdce243dc48e123518f8f4d9baeb0e1948eb0fbec80da03c46d222cb4369f91c61b5df68f1a3110b38e33'
-

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

2021-08-23 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 23, 2021 @ 15:31:51
  Author: svenstaro
Revision: 1004406

upgpkg: gitlab-runner 14.2.0-1

Modified:
  gitlab-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:22:12 UTC (rev 1004405)
+++ PKGBUILD2021-08-23 15:31:51 UTC (rev 1004406)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-runner
-pkgver=14.1.0
+pkgver=14.2.0
 _commit=8925d9a0
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
@@ -14,42 +14,42 @@
 install=gitlab-runner.install
 replaces=('gitlab-ci-multi-runner')
 backup=('etc/gitlab-runner/config.toml')
-noextract=("prebuilt-alpine-arm.tar.xz"
-   "prebuilt-alpine-arm64.tar.xz"
-   "prebuilt-alpine-s390x.tar.xz"
-   "prebuilt-alpine-x86_64-pwsh.tar.xz"
-   "prebuilt-alpine-x86_64.tar.xz"
-   "prebuilt-ubuntu-arm.tar.xz"
-   "prebuilt-ubuntu-arm64.tar.xz"
-   "prebuilt-ubuntu-s390x.tar.xz"
-   "prebuilt-ubuntu-x86_64-pwsh.tar.xz"
-   "prebuilt-ubuntu-x86_64.tar.xz")
+noextract=("prebuilt-alpine-arm-${pkgver}.tar.xz"
+   "prebuilt-alpine-arm64-${pkgver}.tar.xz"
+   "prebuilt-alpine-s390x-${pkgver}.tar.xz"
+   "prebuilt-alpine-x86_64-pwsh-${pkgver}.tar.xz"
+   "prebuilt-alpine-x86_64-${pkgver}.tar.xz"
+   "prebuilt-ubuntu-arm-${pkgver}.tar.xz"
+   "prebuilt-ubuntu-arm64-${pkgver}.tar.xz"
+   "prebuilt-ubuntu-s390x-${pkgver}.tar.xz"
+   "prebuilt-ubuntu-x86_64-pwsh-${pkgver}.tar.xz"
+   "prebuilt-ubuntu-x86_64-${pkgver}.tar.xz")
 source=("git+https://gitlab.com/gitlab-org/gitlab-runner.git#tag=${_commit};
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-arm.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-arm64.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-s390x.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-x86_64-pwsh.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-x86_64.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-arm.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-arm64.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-s390x.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-x86_64-pwsh.tar.xz
-
https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-x86_64.tar.xz
+
"prebuilt-alpine-arm-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-arm.tar.xz;
+
"prebuilt-alpine-arm64-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-arm64.tar.xz;
+
"prebuilt-alpine-s390x-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-s390x.tar.xz;
+
"prebuilt-alpine-x86_64-pwsh-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-x86_64-pwsh.tar.xz;
+
"prebuilt-alpine-x86_64-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-x86_64.tar.xz;
+
"prebuilt-ubuntu-arm-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-arm.tar.xz;
+
"prebuilt-ubuntu-arm64-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-arm64.tar.xz;
+
"prebuilt-ubuntu-s390x-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-s390x.tar.xz;
+
"prebuilt-ubuntu-x86_64-pwsh-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-x86_64-pwsh.tar.xz;
+
"prebuilt-ubuntu-x86_64-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-x86_64.tar.xz;
 "gitlab-runner.service"
 "gitlab-runner.sysusers"
 "gitlab-runner.tmpfiles"
 "config.toml")
 sha512sums=('SKIP'
-
'039818b80f7a5bb0239370bd54aef6e5638182fdb34fd307a5d8f48e818e8e078b925ef8759cd002b2ac4c4f6326077cecd0908efe928eb89dc1bc989746bd23'
-

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

2021-08-23 Thread Kpcyrd via arch-commits
Date: Monday, August 23, 2021 @ 15:22:12
  Author: kpcyrd
Revision: 1004405

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 15:22:00 UTC (rev 1004404)
+++ PKGBUILD2021-08-23 15:22:12 UTC (rev 1004405)
@@ -1,31 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=cargo-release
-pkgver=0.16.5
-pkgrel=1
-pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
-url='https://github.com/sunng87/cargo-release'
-arch=('x86_64')
-license=('MIT' 'APACHE')
-depends=('gcc-libs' 'openssl' 'zlib')
-makedepends=('cargo')
-source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('9d56b9d47040e30e1e38083d4b203d32415cebb0b17cdf9e05ec489ccdf4339df6ae67572287a4cc53bc6d894658be3f0182dc7ba4302ffeab54261ba820cae2')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --frozen --release
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-release/repos/community-x86_64/PKGBUILD (from rev 1004404, 
cargo-release/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 15:22:12 UTC (rev 1004405)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd 
+
+pkgname=cargo-release
+pkgver=0.16.6
+pkgrel=1
+pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
+url='https://github.com/sunng87/cargo-release'
+arch=('x86_64')
+license=('MIT' 'APACHE')
+depends=('gcc-libs' 'openssl' 'zlib')
+makedepends=('cargo')
+source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('93f444d619d07dac1684faab0ef2fb048d7befacffc81795cc279e12c0e82794dd44a87ade7563784e4d718e508c4e9dd933b271443d33544665bd263144769a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --frozen --release
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-23 Thread Kpcyrd via arch-commits
Date: Monday, August 23, 2021 @ 15:22:00
  Author: kpcyrd
Revision: 1004404

upgpkg: cargo-release 0.16.6-1

Modified:
  cargo-release/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:20:39 UTC (rev 1004403)
+++ PKGBUILD2021-08-23 15:22:00 UTC (rev 1004404)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=cargo-release
-pkgver=0.16.5
+pkgver=0.16.6
 pkgrel=1
 pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
 url='https://github.com/sunng87/cargo-release'
@@ -10,7 +10,7 @@
 depends=('gcc-libs' 'openssl' 'zlib')
 makedepends=('cargo')
 
source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('9d56b9d47040e30e1e38083d4b203d32415cebb0b17cdf9e05ec489ccdf4339df6ae67572287a4cc53bc6d894658be3f0182dc7ba4302ffeab54261ba820cae2')
+b2sums=('93f444d619d07dac1684faab0ef2fb048d7befacffc81795cc279e12c0e82794dd44a87ade7563784e4d718e508c4e9dd933b271443d33544665bd263144769a')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:20:39
  Author: felixonmars
Revision: 1004403

archrelease: copy trunk to community-staging-x86_64

Added:
  libad9361/repos/community-staging-x86_64/
  libad9361/repos/community-staging-x86_64/PKGBUILD
(from rev 1004402, libad9361/trunk/PKGBUILD)

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

Copied: libad9361/repos/community-staging-x86_64/PKGBUILD (from rev 1004402, 
libad9361/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 15:20:39 UTC (rev 1004403)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=libad9361
+_pkgname=$pkgname-iio
+pkgver=0.2
+pkgrel=5
+pkgdesc='IIO AD9361 library for filter design and handling, multi-chip sync, 
etc.'
+arch=('x86_64')
+url='https://github.com/analogdevicesinc/libad9361-iio'
+license=('LGPL2.1')
+depends=('libiio.so')
+makedepends=('cmake' 'doxygen' 'graphviz')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('f95fa955531198ab33c16d41685d23140e875b2eafa1da10cdf60a7bf1ae760e86e2d3d28c9ab36a3a7b7a90e36bb53456dec1d6e537a1574a5505b7595e764c')
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PACKAGING=OFF
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}
+



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:20:32
  Author: felixonmars
Revision: 1004402

upgpkg: libad9361 0.2-5: rebuild with libiio 0.23

Modified:
  libad9361/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:20:05 UTC (rev 1004401)
+++ PKGBUILD2021-08-23 15:20:32 UTC (rev 1004402)
@@ -3,7 +3,7 @@
 pkgname=libad9361
 _pkgname=$pkgname-iio
 pkgver=0.2
-pkgrel=4
+pkgrel=5
 pkgdesc='IIO AD9361 library for filter design and handling, multi-chip sync, 
etc.'
 arch=('x86_64')
 url='https://github.com/analogdevicesinc/libad9361-iio'



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:20:05
  Author: felixonmars
Revision: 1004401

archrelease: copy trunk to community-staging-x86_64

Added:
  soapyplutosdr/repos/community-staging-x86_64/
  soapyplutosdr/repos/community-staging-x86_64/PKGBUILD
(from rev 1004400, soapyplutosdr/trunk/PKGBUILD)

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

Copied: soapyplutosdr/repos/community-staging-x86_64/PKGBUILD (from rev 
1004400, soapyplutosdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 15:20:05 UTC (rev 1004401)
@@ -0,0 +1,35 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+# requires rebuild on minor soname bumps
+
+pkgname=soapyplutosdr
+pkgver=0.2.1
+_pkgname=SoapyPlutoSDR
+_gitver=soapy-plutosdr-$pkgver
+pkgrel=3
+pkgdesc='Soapy SDR plugin for PlutoSDR'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyPlutoSDR'
+license=('LGPL2.1')
+depends=('soapysdr' 'libiio.so' 'libad9361')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('7016cde54cfa0c4acdff3d6e152f744ff68780185810071f1979f1b5cf9942d6173c45d1d6f4288190c8bc544e404a695972d8c169b596f67cf102e0dc7d5483')
+
+build() {
+  mkdir -p $_pkgname-$_gitver/build
+  cd $_pkgname-$_gitver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd $_pkgname-$_gitver/build
+
+  make DESTDIR="$pkgdir" install
+}
+



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:19:58
  Author: felixonmars
Revision: 1004400

upgpkg: soapyplutosdr 0.2.1-3: rebuild with libiio 0.23

Modified:
  soapyplutosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:17:08 UTC (rev 1004399)
+++ PKGBUILD2021-08-23 15:19:58 UTC (rev 1004400)
@@ -6,7 +6,7 @@
 pkgver=0.2.1
 _pkgname=SoapyPlutoSDR
 _gitver=soapy-plutosdr-$pkgver
-pkgrel=2
+pkgrel=3
 pkgdesc='Soapy SDR plugin for PlutoSDR'
 arch=('x86_64')
 url='https://github.com/pothosware/SoapyPlutoSDR'



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

2021-08-23 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 23, 2021 @ 15:17:08
  Author: svenstaro
Revision: 1004399

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 15:17:03 UTC (rev 1004398)
+++ PKGBUILD2021-08-23 15:17:08 UTC (rev 1004399)
@@ -1,19 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: crab2313 
-
-pkgname=python-gitlab
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="Python wrapper for the GitLab API"
-arch=(any)
-url="https://github.com/python-gitlab/python-gitlab;
-license=('LGPL3')
-depends=('python' 'python-requests' 'python-six' 'python-requests-toolbelt')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
-sha512sums=('bf80bc45724e8f3ac7c66a61dc533846e603ded9eef986b2dab2b4bde452cc51db0bff66aac03a16e33284649f6283aef2e41380ed1f055de6ad919fbf743f60')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-gitlab/repos/community-any/PKGBUILD (from rev 1004398, 
python-gitlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 15:17:08 UTC (rev 1004399)
@@ -0,0 +1,19 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: crab2313 
+
+pkgname=python-gitlab
+pkgver=2.10.0
+pkgrel=1
+pkgdesc="Python wrapper for the GitLab API"
+arch=(any)
+url="https://github.com/python-gitlab/python-gitlab;
+license=('LGPL3')
+depends=('python' 'python-requests' 'python-six' 'python-requests-toolbelt')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
+sha512sums=('53c53123a2b3f4fe75612fb5190468f5880e6275142c0d28422971bb009b7c4e5a9666d7c1360f15db7b845c1dee0b1ef6ce665a3661bb3ca8a7ead6162df240')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:17:02
  Author: felixonmars
Revision: 1004397

archrelease: copy trunk to community-staging-x86_64

Added:
  librime/repos/community-staging-x86_64/
  librime/repos/community-staging-x86_64/PKGBUILD
(from rev 1004396, librime/trunk/PKGBUILD)
  librime/repos/community-staging-x86_64/cmath-include.patch
(from rev 1004396, librime/trunk/cmath-include.patch)

-+
 PKGBUILD|   53 ++
 cmath-include.patch |   38 +++
 2 files changed, 91 insertions(+)

Copied: librime/repos/community-staging-x86_64/PKGBUILD (from rev 1004396, 
librime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 15:17:02 UTC (rev 1004397)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.7.3
+_octagramcommit=f92e083052b9983ee3cbddcda5ed60bb3c068e24
+_luacommit=d45a41af2f9d731e3c1516a191cc3160e3cb8377
+_charcodecommit=b569184772b12965e3ebe1dfd431026951fed81c
+pkgrel=3
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('x86_64')
+url="https://github.com/rime/librime;
+license=('GPL3')
+depends=('boost-libs' 'capnproto' 'opencc' 'yaml-cpp' 'leveldb' 'librime-data' 
'lua' 'google-glog' 'marisa')
+makedepends=('cmake' 'boost' 'gtest' 'ninja')
+source=("https://github.com/rime/librime/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+
"https://github.com/lotem/librime-octagram/archive/$_octagramcommit/librime-octagram-$_octagramcommit.tar.gz;
+
"https://github.com/hchunhui/librime-lua/archive/$_luacommit/librime-lua-$_luacommit.tar.gz;
+
"https://github.com/rime/librime-charcode/archive/$_charcodecommit/librime-lua-$_charcodecommit.tar.gz;
+cmath-include.patch)
+sha512sums=('8767d17c3d14a5a1bbb8269fab1627b907de72c288b362fdbc6191223937da21e8b18471b4ae8f83ce5afc0ec5c3ab12fbcb49930eb9969c1764c7390d9ee4b0'
+
'737d1c58982d2f79a6e8b2548eefa1dddc036dd6e6d5436e7d6b4f3adfa2e9d8e45b29a13c1b8207a93cb77f3b5dbd9d18436f44d4e8040eb95b962de582b386'
+
'2a3d3b49d53066fe96dd008e8064718082225e6bf185574a25b8e98175d9936abcfa1fdc56e48f9c72a2deb46f8157d6132fd119ff8e0a3d52fbe9e2ea21386c'
+
'6670a2b089479cf4fb23012e61675065d483ab6123f6dcad136b226dbe361a16bc8f33caece2e139c8d89161a73a2126afe2bed3759996153de6e4888a95a430'
+
'531b4143a7636e6f2cdb67ed2d9b6aa5d43c50dfbbad626757b435debf863f9d466a5923611d9213b0c897af919870d367e9ea2bbc1037e11fa88a0c7602')
+
+prepare() {
+  cd $pkgname-$pkgver/plugins
+  ln -sf "$srcdir"/librime-octagram-$_octagramcommit librime-octagram
+  ln -sf "$srcdir"/librime-lua-$_luacommit librime-lua
+  ln -sf "$srcdir"/librime-charcode-$_charcodecommit librime-charcode
+
+  patch -Np1 -d .. -i ../cmath-include.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export CXXFLAGS="$CXXFLAGS -DNDEBUG"
+  cmake . -GNinja -Bbuild -DCMAKE_INSTALL_PREFIX=/usr 
-DBUILD_MERGED_PLUGINS=Off -DENABLE_EXTERNAL_PLUGINS=On
+  cmake --build build
+}
+
+check() {
+  cd $pkgname-$pkgver/build
+  ninja test
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: librime/repos/community-staging-x86_64/cmath-include.patch (from rev 
1004396, librime/trunk/cmath-include.patch)
===
--- community-staging-x86_64/cmath-include.patch
(rev 0)
+++ community-staging-x86_64/cmath-include.patch2021-08-23 15:17:02 UTC 
(rev 1004397)
@@ -0,0 +1,38 @@
+From 57cffcd02ac70148e21ce982be834876b3df87db Mon Sep 17 00:00:00 2001
+From: HanatoK 
+Date: Sat, 1 May 2021 01:04:38 -0500
+Subject: [PATCH] Fix FTBFS.
+
+Previous boost library (1.75) may implicitly include cmath, but the
+latest version (1.76) does not, so the calls to exp are undefined. This
+commit include cmath in script_translator.cc and table_translator.cc to
+fix the issue (#462).
+---
+ src/rime/gear/script_translator.cc | 1 +
+ src/rime/gear/table_translator.cc  | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/src/rime/gear/script_translator.cc 
b/src/rime/gear/script_translator.cc
+index 4a45f05e..25061659 100644
+--- a/src/rime/gear/script_translator.cc
 b/src/rime/gear/script_translator.cc
+@@ -8,6 +8,7 @@
+ //
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+diff --git a/src/rime/gear/table_translator.cc 
b/src/rime/gear/table_translator.cc
+index 162ac024..c95e5e24 100644
+--- a/src/rime/gear/table_translator.cc
 b/src/rime/gear/table_translator.cc
+@@ -6,6 +6,7 @@
+ //
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 



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

2021-08-23 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 23, 2021 @ 15:17:03
  Author: svenstaro
Revision: 1004398

upgpkg: python-gitlab 2.10.0-1

Modified:
  python-gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:17:02 UTC (rev 1004397)
+++ PKGBUILD2021-08-23 15:17:03 UTC (rev 1004398)
@@ -2,7 +2,7 @@
 # Contributor: crab2313 
 
 pkgname=python-gitlab
-pkgver=2.9.0
+pkgver=2.10.0
 pkgrel=1
 pkgdesc="Python wrapper for the GitLab API"
 arch=(any)
@@ -11,7 +11,7 @@
 depends=('python' 'python-requests' 'python-six' 'python-requests-toolbelt')
 makedepends=('python-setuptools')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
-sha512sums=('bf80bc45724e8f3ac7c66a61dc533846e603ded9eef986b2dab2b4bde452cc51db0bff66aac03a16e33284649f6283aef2e41380ed1f055de6ad919fbf743f60')
+sha512sums=('53c53123a2b3f4fe75612fb5190468f5880e6275142c0d28422971bb009b7c4e5a9666d7c1360f15db7b845c1dee0b1ef6ce665a3661bb3ca8a7ead6162df240')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:16:54
  Author: felixonmars
Revision: 1004396

upgpkg: librime 1:1.7.3-3: rebuild with capnproto 0.9.0

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:16:46 UTC (rev 1004395)
+++ PKGBUILD2021-08-23 15:16:54 UTC (rev 1004396)
@@ -7,7 +7,7 @@
 _octagramcommit=f92e083052b9983ee3cbddcda5ed60bb3c068e24
 _luacommit=d45a41af2f9d731e3c1516a191cc3160e3cb8377
 _charcodecommit=b569184772b12965e3ebe1dfd431026951fed81c
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Rime input method engine"
 arch=('x86_64')



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:16:46
  Author: felixonmars
Revision: 1004395

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pycapnp/repos/community-staging-x86_64/
  python-pycapnp/repos/community-staging-x86_64/PKGBUILD
(from rev 1004394, python-pycapnp/trunk/PKGBUILD)

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

Copied: python-pycapnp/repos/community-staging-x86_64/PKGBUILD (from rev 
1004394, python-pycapnp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 15:16:46 UTC (rev 1004395)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pycapnp
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="A cython wrapping of the C++ Cap'n Proto library"
+url="https://github.com/capnproto/pycapnp;
+license=('BSD')
+arch=('x86_64')
+depends=('capnproto' 'python')
+makedepends=('cython' 'python-pkgconfig' 'python-setuptools')
+checkdepends=('python-pytest')
+source=("https://github.com/capnproto/pycapnp/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('1013b49f860a2b65e5850bf9435a23bc5171ce8648c4c671212f206bb2718f97cadf791c1829ec4bacb2cd26dc380a4a61a1f8cabe4ae8b064f73158b16389b2')
+
+build() {
+  cd pycapnp-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pycapnp-$pkgver
+  PYTHONPATH="build/lib.linux-$CARCH-3.9" pytest
+}
+
+package() {
+  cd pycapnp-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:16:39
  Author: felixonmars
Revision: 1004394

upgpkg: python-pycapnp 1.1.0-2: rebuild with capnproto 0.9.0

Modified:
  python-pycapnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:08:04 UTC (rev 1004393)
+++ PKGBUILD2021-08-23 15:16:39 UTC (rev 1004394)
@@ -2,7 +2,7 @@
 
 pkgname=python-pycapnp
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A cython wrapping of the C++ Cap'n Proto library"
 url="https://github.com/capnproto/pycapnp;
 license=('BSD')



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:12:37
  Author: felixonmars
Revision: 422481

archrelease: copy trunk to staging-x86_64

Added:
  varnish/repos/staging-x86_64/
  varnish/repos/staging-x86_64/PKGBUILD
(from rev 422480, varnish/trunk/PKGBUILD)
  varnish/repos/staging-x86_64/varnish.install
(from rev 422480, varnish/trunk/varnish.install)
  varnish/repos/staging-x86_64/varnish.sysusers
(from rev 422480, varnish/trunk/varnish.sysusers)

--+
 PKGBUILD |   69 +
 varnish.install  |   12 +
 varnish.sysusers |2 +
 3 files changed, 83 insertions(+)

Copied: varnish/repos/staging-x86_64/PKGBUILD (from rev 422480, 
varnish/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-23 15:12:37 UTC (rev 422481)
@@ -0,0 +1,69 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Dave Reisner 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina 
+
+pkgname=varnish
+pkgver=6.6.1
+pkgrel=2
+pkgdesc="High-performance HTTP accelerator"
+arch=('x86_64')
+url="https://www.varnish-cache.org/;
+license=('BSD')
+depends=('gcc' 'libedit' 'pcre' 'libnsl')
+makedepends=('python-docutils' 'python-sphinx' 'git')
+optdepends=('python: needed for vmod development')
+backup=('etc/varnish/default.vcl')
+install=$pkgname.install
+source=("https://varnish-cache.org/_downloads/varnish-$pkgver.tgz;
+
"git+https://github.com/varnishcache/pkg-varnish-cache.git#commit=711b56b;
+varnish.sysusers)
+sha512sums=('af3ee1743af2ede2d3efbb73e5aa9b42c7bbd5f86163ec338c8afd1989c3e51ff3e1b40bed6b72224b5d339a74f22d6e5f3c3faf2fedee8ab4715307ed5d871b'
+'SKIP'
+
'1eeeba4ab990c1790495f9ff4625ad37f21e155e08e0c255e09d18c44054f3a59613b81c07d8701610b0b266e5181ae8bbae2523138737f3c4f0e1a6c287bb0c')
+
+prepare() {
+  cd "varnish-$pkgver"
+
+  ./autogen.sh
+}
+
+build() {
+  cd "varnish-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--sbindir=/usr/bin
+
+  make
+}
+
+check() {
+  cd "varnish-$pkgver"
+
+  make check
+}
+
+package() {
+  cd "varnish-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/pkg-varnish-cache/systemd/varnish.service" 
"$pkgdir/usr/lib/systemd/system/varnish.service"
+  install -Dm644 "$srcdir/pkg-varnish-cache/systemd/varnishncsa.service" 
"$pkgdir/usr/lib/systemd/system/varnishncsa.service"
+  install -Dm755 "$srcdir/pkg-varnish-cache/systemd/varnishreload" 
"$pkgdir/usr/bin/varnishreload"
+  install -Dm755 "$srcdir/pkg-varnish-cache/systemd/varnish.logrotate" 
"$pkgdir/etc/logrotate.d/varnish"
+
+  # create varnish:varnish user/group
+  install -Dm644 "$srcdir/varnish.sysusers" 
"$pkgdir/usr/lib/sysusers.d/varnish.conf"
+
+  # config
+  install -Dm644 "etc/example.vcl" "$pkgdir/etc/varnish/default.vcl"
+  install -Dm644 "etc/builtin.vcl" "$pkgdir/usr/share/doc/varnish/builtin.vcl"
+
+  # license
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: varnish/repos/staging-x86_64/varnish.install (from rev 422480, 
varnish/trunk/varnish.install)
===
--- staging-x86_64/varnish.install  (rev 0)
+++ staging-x86_64/varnish.install  2021-08-23 15:12:37 UTC (rev 422481)
@@ -0,0 +1,12 @@
+# remove localstatedir -- compiled VCL and slab files will still be here.
+post_remove() {
+  rm -rf var/lib/varnish
+}
+
+post_upgrade() {
+  if [[ $(vercmp 6.0.0-1 "$2") -eq 1 ]]; then
+echo ":: You must update your VCL to be compatible with varnish 6. See the"
+echo "   following upgrade guide to port your configuration:"
+echo "   http://varnish-cache.org/docs/6.2/whats-new/upgrading-6.2.html;
+  fi
+}

Copied: varnish/repos/staging-x86_64/varnish.sysusers (from rev 422480, 
varnish/trunk/varnish.sysusers)
===
--- staging-x86_64/varnish.sysusers (rev 0)
+++ staging-x86_64/varnish.sysusers 2021-08-23 15:12:37 UTC (rev 422481)
@@ -0,0 +1,2 @@
+u varnishlog -:varnish "Varnish Cache Proxy"
+g varnish -



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:12:27
  Author: felixonmars
Revision: 422480

upgpkg: varnish 6.6.1-2: rebuild with libnsl 2.0.0

Modified:
  varnish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:10:29 UTC (rev 422479)
+++ PKGBUILD2021-08-23 15:12:27 UTC (rev 422480)
@@ -6,7 +6,7 @@
 
 pkgname=varnish
 pkgver=6.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="High-performance HTTP accelerator"
 arch=('x86_64')
 url="https://www.varnish-cache.org/;



[arch-commits] Commit in samba/repos (13 files)

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:10:29
  Author: felixonmars
Revision: 422479

archrelease: copy trunk to staging-x86_64

Added:
  samba/repos/staging-x86_64/
  samba/repos/staging-x86_64/PKGBUILD
(from rev 422478, samba/trunk/PKGBUILD)
  samba/repos/staging-x86_64/nmbd.service
(from rev 422478, samba/trunk/nmbd.service)
  samba/repos/staging-x86_64/samba.conf
(from rev 422478, samba/trunk/samba.conf)
  samba/repos/staging-x86_64/samba.conf.d
(from rev 422478, samba/trunk/samba.conf.d)
  samba/repos/staging-x86_64/samba.install
(from rev 422478, samba/trunk/samba.install)
  samba/repos/staging-x86_64/samba.logrotate
(from rev 422478, samba/trunk/samba.logrotate)
  samba/repos/staging-x86_64/samba.pam
(from rev 422478, samba/trunk/samba.pam)
  samba/repos/staging-x86_64/samba.service
(from rev 422478, samba/trunk/samba.service)
  samba/repos/staging-x86_64/smbd.service
(from rev 422478, samba/trunk/smbd.service)
  samba/repos/staging-x86_64/smbd.socket
(from rev 422478, samba/trunk/smbd.socket)
  samba/repos/staging-x86_64/smbd@.service
(from rev 422478, samba/trunk/smbd@.service)
  samba/repos/staging-x86_64/winbindd.service
(from rev 422478, samba/trunk/winbindd.service)

--+
 PKGBUILD |  203 +
 nmbd.service |   12 +++
 samba.conf   |2 
 samba.conf.d |   18 
 samba.install|   10 ++
 samba.logrotate  |5 +
 samba.pam|3 
 samba.service|   14 +++
 smbd.service |   12 +++
 smbd.socket  |9 ++
 smbd@.service|7 +
 winbindd.service |   12 +++
 12 files changed, 307 insertions(+)

Copied: samba/repos/staging-x86_64/PKGBUILD (from rev 422478, 
samba/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-23 15:10:29 UTC (rev 422479)
@@ -0,0 +1,203 @@
+
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+# Contributor: Michael Hansen 
+# Contributor: Marco A Rojas 
+# Contributor: Netanel Shine 
+# Contributor: ngoonee 
+# Contributor: Adam Russell 
+# Contributor: Dhananjay Sathe 
+
+pkgbase=samba
+pkgname=('smbclient' 'samba')
+pkgver=4.14.6
+pkgrel=2
+arch=(x86_64)
+url="https://www.samba.org;
+license=('GPL3')
+makedepends=('python' 'python-markdown' 'python-dnspython' 'docbook-xsl' 
'pkg-config' 'libbsd' 'db' 'popt' 'libcups'
+ 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
+ 'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
+ 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
+ 'ceph-libs' 'liburing')
+optdepends=(
+ 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
+)
+source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
+samba.logrotate
+samba.pam
+samba.conf)
+validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
+sha512sums=('0ce3f46b2693daa27656fe9a04925cbe7dd398342cab352f0422a350eb9f91d1ea6d64fb18d04010b93fb3c0b9fe6434b23deb1f26018bd1f9bdc1b0f97beca2'
+'SKIP'
+
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
+
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
+
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
+### UNINSTALL dmapi package before building!!!
+
+build() {
+  # Use samba-pkg as a staging directory for the split packages
+  # (This is so RPATHS and symlinks are generated correctly via
+  # make install, but the otherwise unsplit pieces can be split)
+  _pkgsrc="${srcdir}"/samba-pkg
+  rm -rf ${_pkgsrc}
+  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
+  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
+  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
+  cd samba-${pkgver}
+  ./configure --enable-fhs \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib/samba \
+  --localstatedir=/var \
+  --with-configdir=/etc/samba \
+  --with-lockdir=/var/cache/samba \
+  --with-sockets-dir=/run/samba \
+  --with-piddir=/run \
+  --with-ads \
+  --with-ldap \
+  --with-winbind \
+  --with-acl-support \
+  --with-systemd \
+  --systemd-install-services \
+  --with-pam \
+  --with-pammodulesdir=/usr/lib/security \

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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:10:04
  Author: felixonmars
Revision: 422478

upgpkg: samba 4.14.6-2: rebuild with libnsl 2.0.0

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 14:56:09 UTC (rev 422477)
+++ PKGBUILD2021-08-23 15:10:04 UTC (rev 422478)
@@ -11,7 +11,7 @@
 pkgbase=samba
 pkgname=('smbclient' 'samba')
 pkgver=4.14.6
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://www.samba.org;
 license=('GPL3')



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:08:04
  Author: felixonmars
Revision: 1004393

archrelease: copy trunk to community-staging-x86_64

Added:
  sweethome3d/repos/community-staging-x86_64/
  sweethome3d/repos/community-staging-x86_64/PKGBUILD
(from rev 1004392, sweethome3d/trunk/PKGBUILD)
  sweethome3d/repos/community-staging-x86_64/sweethome3d.desktop
(from rev 1004392, sweethome3d/trunk/sweethome3d.desktop)
  sweethome3d/repos/community-staging-x86_64/sweethome3d.install
(from rev 1004392, sweethome3d/trunk/sweethome3d.install)
  sweethome3d/repos/community-staging-x86_64/sweethome3d.sh
(from rev 1004392, sweethome3d/trunk/sweethome3d.sh)
  sweethome3d/repos/community-staging-x86_64/sweethome3d.xml
(from rev 1004392, sweethome3d/trunk/sweethome3d.xml)

-+
 PKGBUILD|   60 ++
 sweethome3d.desktop |   11 +
 sweethome3d.install |   11 +
 sweethome3d.sh  |   55 +
 4 files changed, 137 insertions(+)

Copied: sweethome3d/repos/community-staging-x86_64/PKGBUILD (from rev 1004392, 
sweethome3d/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 15:08:04 UTC (rev 1004393)
@@ -0,0 +1,60 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jsteel 
+# Contributor: Daniel YC Lin 
+# Contributor: Tdy  
+# Contributor: Biginoz 
+# Contributor: Archan Paul 
+
+pkgname=sweethome3d
+pkgver=6.6
+pkgrel=2
+pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
+arch=('x86_64')
+url="http://www.sweethome3d.com/;
+license=('GPL' 'custom')
+depends=('java-runtime>=8' 'shared-mime-info' 'desktop-file-utils' 'libxext' 
'libgl' 'libxrender' 'libnsl')
+makedepends=('ant' 'strip-nondeterminism')
+source=("SweetHome3D-${pkgver}-src.zip"::"https://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}-src.zip;
+"${pkgname}.sh"
+"${pkgname}.desktop"
+"${pkgname}.xml")
+sha256sums=('0a7557a66a1d9b2a1976a9adece811cb3b8b7838643e1ac04bf0a574533c490b'
+'71abd705684d373a19bc434ca5dc42072faf6e1716b9f0a6005bae122326bfa9'
+'5eea3337d956d773b05ddef69fe9d34b940ff550370dc92bf307f1b9a3957f9e'
+'ec0ad1a0671f708af68ced46bec1f4ab377e24ca1a0a9984867ee5fe484f57c5')
+install="${pkgname}.install"
+
+build() {
+  cd "SweetHome3D-${pkgver}-src"
+  ant application textures furniture examples help java3dLibraries
+  # FS#70332 ( https://bugs.archlinux.org/task/70332 )
+  find "${srcdir}" -type f -name '*.jar' -exec strip-nondeterminism {} +
+}
+
+package() {
+  # Desktop and launchers
+  install -m 755 -D "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+  install -m 755 -D "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -m 644 -D "${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
+  # Install licenses
+  cd "SweetHome3D-${pkgver}-src"
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 755 -t "${pkgdir}/usr/share/licenses/${pkgname}" 
THIRDPARTY-LICENSE-*
+  # Install icon
+  install -m 644 -D "deploy/SweetHome3DIcon48x48.png" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  # Install main program and libraries
+  install -m 755 -d "${pkgdir}/usr/share/java/${pkgname}"
+  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" build/*.jar
+  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" libtest/jnlp.jar
+  cd "lib"
+  install -m 644 -t "${pkgdir}/usr/share/java/${pkgname}" *.jar
+  # Java3D 1.5 libraries
+  install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/java3d-1.5"
+  mv -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" \
+
"${pkgdir}"/usr/share/java/${pkgname}/{j3dcore.jar,j3dutils.jar,vecmath.jar}
+  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.5" 
linux/x64/libj3dcore-ogl.so
+  # Java3D 1.6 libraries
+  install -m 755 -d "${pkgdir}/usr/lib/${pkgname}/java3d-1.6"
+  install -m 644 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.6" java3d-1.6/*.jar
+  install -m 755 -t "${pkgdir}/usr/lib/${pkgname}/java3d-1.6" 
java3d-1.6/linux/amd64/*.so
+}

Copied: sweethome3d/repos/community-staging-x86_64/sweethome3d.desktop (from 
rev 1004392, sweethome3d/trunk/sweethome3d.desktop)
===
--- community-staging-x86_64/sweethome3d.desktop
(rev 0)
+++ community-staging-x86_64/sweethome3d.desktop2021-08-23 15:08:04 UTC 
(rev 1004393)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Sweet Home 3D
+Comment=An interior design application
+TryExec=sweethome3d
+Exec=sweethome3d %f
+Icon=sweethome3d
+Categories=Office;Java;
+StartupWMClass=com-eteks-sweethome3d-SweetHome3D
+MimeType=application/x-sweethome3d

Copied: 

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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:07:50
  Author: felixonmars
Revision: 1004392

upgpkg: sweethome3d 6.6-2: rebuild with libnsl 2.0.0

Modified:
  sweethome3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:05:31 UTC (rev 1004391)
+++ PKGBUILD2021-08-23 15:07:50 UTC (rev 1004392)
@@ -7,7 +7,7 @@
 
 pkgname=sweethome3d
 pkgver=6.6
-pkgrel=1
+pkgrel=2
 pkgdesc="An interior design application to draw the plan of your house in a 3D 
environment"
 arch=('x86_64')
 url="http://www.sweethome3d.com/;



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:05:19
  Author: felixonmars
Revision: 1004390

upgpkg: stunnel 5.60-2: rebuild with libnsl 2.0.0

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:04:18 UTC (rev 1004389)
+++ PKGBUILD2021-08-23 15:05:19 UTC (rev 1004390)
@@ -5,7 +5,7 @@
 
 pkgname=stunnel
 pkgver=5.60
-pkgrel=1
+pkgrel=2
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('x86_64')
 url="https://www.stunnel.org/;



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:04:18
  Author: felixonmars
Revision: 1004389

archrelease: copy trunk to community-staging-x86_64

Added:
  gnu-apl/repos/community-staging-x86_64/
  gnu-apl/repos/community-staging-x86_64/PKGBUILD
(from rev 1004388, gnu-apl/trunk/PKGBUILD)

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

Copied: gnu-apl/repos/community-staging-x86_64/PKGBUILD (from rev 1004388, 
gnu-apl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 15:04:18 UTC (rev 1004389)
@@ -0,0 +1,36 @@
+# Maintainer: Kyle Keen 
+
+pkgname=gnu-apl
+pkgver=1.8
+pkgrel=3
+url="https://www.gnu.org/software/apl/;
+pkgdesc="An (almost) complete implementation of ISO standard 13751"
+arch=('x86_64')
+depends=('ncurses' 'postgresql-libs' 'gcc-libs' 'sqlite' 'libnsl' 'pcre')
+license=('GPL3')
+#source=("https://ftpmirror.gnu.org/apl/apl-${pkgver}.tar.gz"{,.sig})
+# official https gnu site not updated any more?
+source=("https://mirrors.kernel.org/gnu/apl/apl-${pkgver}.tar.gz"{,.sig})
+md5sums=('b18e71ff2d307cf2268067deed5026ec'
+ 'SKIP')
+validpgpkeys=('3EB2E2ECCB2F040A26CB7F2192B68B71531B6686')
+
+prepare() {
+cd "$srcdir/apl-$pkgver"
+# The default color scheme is black-on-black in some terminals
+sed -i '64 s/^.*Color.*ANSI/#&/' gnu-apl.d/preferences{,.in}
+sed -i '65 s/^#.*Color.*CURSES/Color\tCURSES/' gnu-apl.d/preferences{,.in}
+}
+
+build() {
+cd "$srcdir/apl-$pkgver"
+#CFLAGS='-std=gnu99' ./configure --prefix=/usr --sysconfdir=/etc
+# FS#60643 (remove in 1.8)
+CFLAGS='-std=gnu99' CXX_WERROR='no' ./configure --prefix=/usr 
--sysconfdir=/etc
+make PREFIX=/usr -j1
+}
+
+package() {
+cd "$srcdir/apl-$pkgver"
+make PREFIX=/usr DESTDIR="$pkgdir" install
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:04:12
  Author: felixonmars
Revision: 1004388

upgpkg: gnu-apl 1.8-3: rebuild with libnsl 2.0.0

Modified:
  gnu-apl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:00:41 UTC (rev 1004387)
+++ PKGBUILD2021-08-23 15:04:12 UTC (rev 1004388)
@@ -2,7 +2,7 @@
 
 pkgname=gnu-apl
 pkgver=1.8
-pkgrel=2
+pkgrel=3
 url="https://www.gnu.org/software/apl/;
 pkgdesc="An (almost) complete implementation of ISO standard 13751"
 arch=('x86_64')



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

2021-08-23 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 23, 2021 @ 15:00:41
  Author: svenstaro
Revision: 1004387

archrelease: copy trunk to community-x86_64

Added:
  blender/repos/community-x86_64/D8063-cuda11.diff
(from rev 1004386, blender/trunk/D8063-cuda11.diff)
  blender/repos/community-x86_64/PKGBUILD
(from rev 1004386, blender/trunk/PKGBUILD)
  blender/repos/community-x86_64/blender-openexr3.patch
(from rev 1004386, blender/trunk/blender-openexr3.patch)
  blender/repos/community-x86_64/cuda11.patch
(from rev 1004386, blender/trunk/cuda11.patch)
  blender/repos/community-x86_64/embree.patch
(from rev 1004386, blender/trunk/embree.patch)
Deleted:
  blender/repos/community-x86_64/D8063-cuda11.diff
  blender/repos/community-x86_64/PKGBUILD
  blender/repos/community-x86_64/blender-openexr3.patch
  blender/repos/community-x86_64/cuda11.patch
  blender/repos/community-x86_64/embree.patch

+
 D8063-cuda11.diff  |  210 +++
 PKGBUILD   |  180 
 blender-openexr3.patch |   84 +-
 cuda11.patch   |  182 
 embree.patch   |   86 +--
 5 files changed, 371 insertions(+), 371 deletions(-)

Deleted: D8063-cuda11.diff
===
--- D8063-cuda11.diff   2021-08-23 15:00:28 UTC (rev 1004386)
+++ D8063-cuda11.diff   2021-08-23 15:00:41 UTC (rev 1004387)
@@ -1,105 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -375,7 +375,7 @@
- option(WITH_CYCLES_CUBIN_COMPILER   "Build cubins with nvrtc based compiler 
instead of nvcc" OFF)
- option(WITH_CYCLES_CUDA_BUILD_SERIAL "Build cubins one after another (useful 
on machines with limited RAM)" OFF)
- mark_as_advanced(WITH_CYCLES_CUDA_BUILD_SERIAL)
--set(CYCLES_CUDA_BINARIES_ARCH sm_30 sm_35 sm_37 sm_50 sm_52 sm_60 sm_61 sm_70 
sm_75 CACHE STRING "CUDA architectures to build binaries for")
-+set(CYCLES_CUDA_BINARIES_ARCH sm_30 sm_35 sm_37 sm_50 sm_52 sm_60 sm_61 sm_70 
sm_75 sm_80 CACHE STRING "CUDA architectures to build binaries for")
- mark_as_advanced(CYCLES_CUDA_BINARIES_ARCH)
- unset(PLATFORM_DEFAULT)
- option(WITH_CYCLES_LOGGING  "Build Cycles with logging support" ON)
-diff --git a/build_files/cmake/config/blender_release.cmake 
b/build_files/cmake/config/blender_release.cmake
 a/build_files/cmake/config/blender_release.cmake
-+++ b/build_files/cmake/config/blender_release.cmake
-@@ -52,7 +52,7 @@
- set(WITH_MEM_JEMALLOC  ON  CACHE BOOL "" FORCE)
- set(WITH_CYCLES_CUDA_BINARIES  ON  CACHE BOOL "" FORCE)
- set(WITH_CYCLES_CUBIN_COMPILER OFF CACHE BOOL "" FORCE)
--set(CYCLES_CUDA_BINARIES_ARCH 
sm_30;sm_35;sm_37;sm_50;sm_52;sm_60;sm_61;sm_70;sm_75 CACHE STRING "" FORCE)
-+set(CYCLES_CUDA_BINARIES_ARCH 
sm_30;sm_35;sm_37;sm_50;sm_52;sm_60;sm_61;sm_70;sm_75;sm_80 CACHE STRING "" 
FORCE)
- set(WITH_CYCLES_DEVICE_OPTIX   ON CACHE BOOL "" FORCE)
- 
- # platform dependent options
-diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt
 a/intern/cycles/CMakeLists.txt
-+++ b/intern/cycles/CMakeLists.txt
-@@ -313,7 +313,7 @@
-   set(MAX_MSVC 1910)
- elseif(${CUDA_VERSION} EQUAL "9.1")
-   set(MAX_MSVC 1911)
--elseif(${CUDA_VERSION} LESS "11.0")
-+elseif(${CUDA_VERSION} LESS "12.0")
-   set(MAX_MSVC 1999)
- endif()
- if(NOT MSVC_VERSION LESS ${MAX_MSVC} OR CMAKE_C_COMPILER_ID MATCHES 
"Clang")
-diff --git a/intern/cycles/kernel/CMakeLists.txt 
b/intern/cycles/kernel/CMakeLists.txt
 a/intern/cycles/kernel/CMakeLists.txt
-+++ b/intern/cycles/kernel/CMakeLists.txt
-@@ -485,8 +485,12 @@
-   foreach(arch ${CYCLES_CUDA_BINARIES_ARCH})
- if(${arch} MATCHES "sm_2.")
-   message(STATUS "CUDA binaries for ${arch} are no longer supported, 
skipped.")
-+elseif(${arch} MATCHES "sm_30" AND ${CUDA_VERSION} GREATER 109)
-+  message(STATUS "CUDA binaries for ${arch} are no longer supported, 
skipped.")
- elseif(${arch} MATCHES "sm_7." AND ${CUDA_VERSION} LESS 100)
-   message(STATUS "CUDA binaries for ${arch} require CUDA 10.0+, skipped.")
-+elseif(${arch} MATCHES "sm_8." AND ${CUDA_VERSION} LESS 110)
-+  message(STATUS "CUDA binaries for ${arch} require CUDA 11.0+, skipped.")
- else()
-   # Compile regular kernel
-   CYCLES_CUDA_KERNEL_ADD(${arch} ${prev_arch} filter "" 
"${cuda_filter_sources}" FALSE)
-@@ -525,6 +529,11 @@
-   set(cuda_flags ${cuda_flags}
- -D __KERNEL_DEBUG__)
- endif()
-+set(OPTIX_TARGET 30)
-+if(${CUDA_VERSION} GREATER 109) #cuda 11
-+  set(OPTIX_TARGET 52)
-+endif()
-+
- if(WITH_CYCLES_CUBIN_COMPILER)
- 
-   # Needed to find libnvrtc-builtins.so. Can't do it from inside
-@@ -536,7 +545,6 @@
- set(CUBIN_CC_ENV ${CMAKE_COMMAND}
-   -E env LD_LIBRARY_PATH="${CUDA_TOOLKIT_ROOT_DIR}/lib64")
-   endif()
--

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

2021-08-23 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, August 23, 2021 @ 15:00:28
  Author: svenstaro
Revision: 1004386

upgpkg: blender 17:2.93.3-1

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:00:21 UTC (rev 1004385)
+++ PKGBUILD2021-08-23 15:00:28 UTC (rev 1004386)
@@ -7,8 +7,8 @@
 # fine with them.
 
 pkgname=blender
-pkgver=2.93.2
-pkgrel=2
+pkgver=2.93.3
+pkgrel=1
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')



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

2021-08-23 Thread Kpcyrd via arch-commits
Date: Monday, August 23, 2021 @ 15:00:21
  Author: kpcyrd
Revision: 1004385

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-23 15:00:10 UTC (rev 1004384)
+++ PKGBUILD2021-08-23 15:00:21 UTC (rev 1004385)
@@ -1,26 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=cargo-release
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
-url='https://github.com/sunng87/cargo-release'
-arch=('x86_64')
-license=('MIT' 'APACHE')
-depends=('gcc-libs' 'openssl' 'zlib')
-makedepends=('cargo')
-source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('c4b7548c0b49db25da7bd102d2e28d515b7fb6c1428d9803de79688ebf6c5bddf4777e5dd8ae0eb2fe8ea5e9400175996706ccfe550e4b201d0bceece54876e3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-release/repos/community-x86_64/PKGBUILD (from rev 1004384, 
cargo-release/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-23 15:00:21 UTC (rev 1004385)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd 
+
+pkgname=cargo-release
+pkgver=0.16.5
+pkgrel=1
+pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
+url='https://github.com/sunng87/cargo-release'
+arch=('x86_64')
+license=('MIT' 'APACHE')
+depends=('gcc-libs' 'openssl' 'zlib')
+makedepends=('cargo')
+source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('9d56b9d47040e30e1e38083d4b203d32415cebb0b17cdf9e05ec489ccdf4339df6ae67572287a4cc53bc6d894658be3f0182dc7ba4302ffeab54261ba820cae2')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --frozen --release
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:00:10
  Author: felixonmars
Revision: 1004384

archrelease: copy trunk to community-staging-x86_64

Added:
  log4cpp/repos/community-staging-x86_64/
  log4cpp/repos/community-staging-x86_64/PKGBUILD
(from rev 1004382, log4cpp/trunk/PKGBUILD)

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

Copied: log4cpp/repos/community-staging-x86_64/PKGBUILD (from rev 1004382, 
log4cpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 15:00:10 UTC (rev 1004384)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Jirkovsky 
+# Contributor : Geraud Le Falher 
+
+pkgname=log4cpp
+pkgver=1.1.3
+pkgrel=4
+pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA 
and other destinations."
+arch=('x86_64')
+url="http://log4cpp.sourceforge.net/;
+license=('LGPL')
+depends=('gcc-libs' 'libnsl')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d')
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+



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

2021-08-23 Thread Kpcyrd via arch-commits
Date: Monday, August 23, 2021 @ 15:00:08
  Author: kpcyrd
Revision: 1004383

upgpkg: cargo-release 0.16.5-1

Modified:
  cargo-release/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 15:00:03 UTC (rev 1004382)
+++ PKGBUILD2021-08-23 15:00:08 UTC (rev 1004383)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=cargo-release
-pkgver=0.16.0
+pkgver=0.16.5
 pkgrel=1
 pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
 url='https://github.com/sunng87/cargo-release'
@@ -10,11 +10,16 @@
 depends=('gcc-libs' 'openssl' 'zlib')
 makedepends=('cargo')
 
source=(https://github.com/sunng87/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('c4b7548c0b49db25da7bd102d2e28d515b7fb6c1428d9803de79688ebf6c5bddf4777e5dd8ae0eb2fe8ea5e9400175996706ccfe550e4b201d0bceece54876e3')
+b2sums=('9d56b9d47040e30e1e38083d4b203d32415cebb0b17cdf9e05ec489ccdf4339df6ae67572287a4cc53bc6d894658be3f0182dc7ba4302ffeab54261ba820cae2')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  cargo build --release --locked
+  cargo build --frozen --release
 }
 
 package() {



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:00:03
  Author: felixonmars
Revision: 1004382

upgpkg: log4cpp 1.1.3-4: rebuild with libnsl 2.0.0

Modified:
  log4cpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 14:58:33 UTC (rev 1004381)
+++ PKGBUILD2021-08-23 15:00:03 UTC (rev 1004382)
@@ -3,7 +3,7 @@
 
 pkgname=log4cpp
 pkgver=1.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA 
and other destinations."
 arch=('x86_64')
 url="http://log4cpp.sourceforge.net/;



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 14:58:33
  Author: felixonmars
Revision: 1004381

archrelease: copy trunk to community-staging-x86_64

Added:
  libspf2/repos/community-staging-x86_64/
  libspf2/repos/community-staging-x86_64/PKGBUILD
(from rev 1004380, libspf2/trunk/PKGBUILD)
  libspf2/repos/community-staging-x86_64/fix-variadic-macros.patch
(from rev 1004380, libspf2/trunk/fix-variadic-macros.patch)

---+
 PKGBUILD  |   40 
 fix-variadic-macros.patch |   29 +
 2 files changed, 69 insertions(+)

Copied: libspf2/repos/community-staging-x86_64/PKGBUILD (from rev 1004380, 
libspf2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 14:58:33 UTC (rev 1004381)
@@ -0,0 +1,40 @@
+# Maintainer: Thore Bödecker 
+# Contributor: svvac <_...@svvac.net>
+
+pkgname="libspf2"
+pkgver=1.2.10
+pkgrel=6
+pkgdesc="Sender Policy Framework record checking library"
+arch=('x86_64')
+url="https://www.libspf2.org/;
+license=('LGPL')
+depends=('glibc' 'libnsl')
+makedepends=('libmilter' 'glibc' 'libnsl')
+source=("https://www.libspf2.org/spf/${pkgname}-${pkgver}.tar.gz;
+'fix-variadic-macros.patch')
+sha256sums=('d91e3de81ae287a2976c44f60283bd3000d720e6a112dc7142eedf1831b821c9'
+'1396d155665f52748cfc7e06e01a92cc98c65193f36e807b8b1de4fb31d4caec')
+sha512sums=('162ce382628c6fcadac3e11f5a12442db622bb23f7ec503e16f5ba7fc88afdd777bce6b093c12a58210355985fd11b74b140f08fab347334d82d953dd183b130'
+
'886a347c6526c4e81bc035d7e0069f72aaa5ad2103f0e035e46dbd7e1e5f328ebbbc81842fd32397d195a5b18cf841784455a4142291276c1be8942a1c753b4d')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i "$srcdir/fix-variadic-macros.patch"
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make check
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix='/usr'
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}/" install
+rm -v "${pkgdir}"/usr/bin/*_static "${pkgdir}/usr/bin/spfd" 
"${pkgdir}/usr/bin/spf_example" "${pkgdir}/usr/bin/spftest"
+}

Copied: libspf2/repos/community-staging-x86_64/fix-variadic-macros.patch (from 
rev 1004380, libspf2/trunk/fix-variadic-macros.patch)
===
--- community-staging-x86_64/fix-variadic-macros.patch  
(rev 0)
+++ community-staging-x86_64/fix-variadic-macros.patch  2021-08-23 14:58:33 UTC 
(rev 1004381)
@@ -0,0 +1,29 @@
+From 5852828582f556e73751076ad092f72acf7fc8b6 Mon Sep 17 00:00:00 2001
+From: Shevek 
+Date: Tue, 23 Sep 2014 01:03:00 -0700
+Subject: [PATCH] Fix #4: Use gcc trick for variadic macros. Does this break
+ anyone else?
+
+---
+ src/include/spf_log.h | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/src/include/spf_log.h b/src/include/spf_log.h
+index 0d2adeb..9b09714 100644
+--- a/src/include/spf_log.h
 b/src/include/spf_log.h
+@@ -60,10 +60,10 @@ void SPF_debugv( const char *file, int line, const char 
*format, va_list ap ) __
+ 
+ #if defined( __STDC_VERSION__ ) && __STDC_VERSION__ >= 199901L
+ 
+-#define SPF_errorf(format, ... ) SPF_errorx( __FILE__, __LINE__, format, 
__VA_ARGS__ )
+-#define SPF_warningf(format, ... ) SPF_warningx( __FILE__, __LINE__, format, 
__VA_ARGS__ )
+-#define SPF_infof(format, ... ) SPF_infox( __FILE__, __LINE__, format, 
__VA_ARGS__ )
+-#define SPF_debugf(format, ... ) SPF_debugx( __FILE__, __LINE__, format, 
__VA_ARGS__ )
++#define SPF_errorf(format, ... ) SPF_errorx( __FILE__, __LINE__, format, 
##__VA_ARGS__ )
++#define SPF_warningf(format, ... ) SPF_warningx( __FILE__, __LINE__, format, 
##__VA_ARGS__ )
++#define SPF_infof(format, ... ) SPF_infox( __FILE__, __LINE__, format, 
##__VA_ARGS__ )
++#define SPF_debugf(format, ... ) SPF_debugx( __FILE__, __LINE__, format, 
##__VA_ARGS__ )
+ 
+ #elif defined( __GNUC__ )
+ 



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 14:58:25
  Author: felixonmars
Revision: 1004380

upgpkg: libspf2 1.2.10-6: rebuild with libnsl 2.0.0

Modified:
  libspf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 14:56:05 UTC (rev 1004379)
+++ PKGBUILD2021-08-23 14:58:25 UTC (rev 1004380)
@@ -3,7 +3,7 @@
 
 pkgname="libspf2"
 pkgver=1.2.10
-pkgrel=5
+pkgrel=6
 pkgdesc="Sender Policy Framework record checking library"
 arch=('x86_64')
 url="https://www.libspf2.org/;



[arch-commits] Commit in xerces-c/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 14:56:09
  Author: felixonmars
Revision: 422477

archrelease: copy trunk to staging-x86_64

Added:
  xerces-c/repos/staging-x86_64/
  xerces-c/repos/staging-x86_64/PKGBUILD
(from rev 422476, xerces-c/trunk/PKGBUILD)

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

Copied: xerces-c/repos/staging-x86_64/PKGBUILD (from rev 422476, 
xerces-c/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-23 14:56:09 UTC (rev 422477)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Sergej Pupykin 
+# Contributor: Geoffroy Carrier 
+# Contributor: Roman Kyrylych 
+
+pkgname=xerces-c
+pkgver=3.2.3
+pkgrel=4
+pkgdesc="A validating XML parser written in a portable subset of C++"
+arch=('x86_64')
+url="https://xerces.apache.org/xerces-c/;
+license=('APACHE')
+depends=('gcc-libs' 'curl' 'libnsl')
+source=("https://apache.osuosl.org/xerces/c/3/sources/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('a5fa4d920fce31c9ca3bfef241644494')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  [[ "${CARCH}" = "i686" ]] && SSE2="--disable-sse2"
+  ./configure --prefix=/usr --sysconfdir=/etc ${SSE2}
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 14:56:05
  Author: felixonmars
Revision: 1004379

archrelease: copy trunk to community-staging-x86_64

Added:
  sylpheed/repos/community-staging-x86_64/
  sylpheed/repos/community-staging-x86_64/PKGBUILD
(from rev 1004378, sylpheed/trunk/PKGBUILD)

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

Copied: sylpheed/repos/community-staging-x86_64/PKGBUILD (from rev 1004378, 
sylpheed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 14:56:05 UTC (rev 1004379)
@@ -0,0 +1,50 @@
+# Maintainer: Alad Wenter 
+# Contributor: David Runge 
+# Contributor: speps 
+# Contributor: Alexander Fehr 
+# Contributor: dorphell 
+
+pkgname=sylpheed
+pkgver=3.7.0
+pkgrel=5
+pkgdesc="Lightweight and user-friendly e-mail client"
+arch=('x86_64')
+url="https://sylpheed.sraoss.jp/en/;
+license=('GPL')
+depends=('compface' 'gpgme' 'gtkspell' 'libnsl')
+makedepends=('openssl')
+source=("https://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;
+
"Support-SNI-some-servers-imap.gmail.patch::https://sylpheed.sraoss.jp/redmine/attachments/download/145/v2-0001-libsylph-ssl.c-Support-SNI-some-servers-imap.gmai.patch;)
+sha256sums=('eb23e6bda2c02095dfb0130668cf7c75d1f256904e3a7337815b4da5cb72eb04'
+'2c622fa0d110d5745925d3a265d7dd953679d335f85a3ed3d1dcc699d9575d89')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # patch for enchant >= 2.1.3
+  # https://www.archlinux.org/todo/enchant-221-rebuild/
+  sed -i 's,enchant/,enchant-2/,g' src/compose.c
+  sed -i 's/ enchant/ enchant-2/g' configure
+
+  # https://sylpheed.sraoss.jp/redmine/issues/306
+  patch -p1 < "$srcdir"/Support-SNI-some-servers-imap.gmail.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --enable-maintainer-mode \
+  --enable-ldap
+  make
+
+  # Build Attachment-Tool Plug-in
+  cd plugin/attachment_tool && make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" LDFLAGS+="/usr/lib/enchant-2" install
+
+  # Install Attachment-Tool Plug-in
+  cd plugin/attachment_tool
+  make DESTDIR="$pkgdir/" install-plugin
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 14:56:02
  Author: felixonmars
Revision: 422476

upgpkg: xerces-c 3.2.3-4: rebuild with libnsl 2.0.0

Modified:
  xerces-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 14:52:53 UTC (rev 422475)
+++ PKGBUILD2021-08-23 14:56:02 UTC (rev 422476)
@@ -5,7 +5,7 @@
 
 pkgname=xerces-c
 pkgver=3.2.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A validating XML parser written in a portable subset of C++"
 arch=('x86_64')
 url="https://xerces.apache.org/xerces-c/;



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 14:55:58
  Author: felixonmars
Revision: 1004378

upgpkg: sylpheed 3.7.0-5: rebuild with libnsl 2.0.0

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 14:53:38 UTC (rev 1004377)
+++ PKGBUILD2021-08-23 14:55:58 UTC (rev 1004378)
@@ -6,7 +6,7 @@
 
 pkgname=sylpheed
 pkgver=3.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('x86_64')
 url="https://sylpheed.sraoss.jp/en/;



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 14:53:38
  Author: felixonmars
Revision: 1004377

archrelease: copy trunk to community-staging-x86_64

Added:
  libnids/repos/community-staging-x86_64/
  libnids/repos/community-staging-x86_64/PKGBUILD
(from rev 1004376, libnids/trunk/PKGBUILD)

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

Copied: libnids/repos/community-staging-x86_64/PKGBUILD (from rev 1004376, 
libnids/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 14:53:38 UTC (rev 1004377)
@@ -0,0 +1,31 @@
+# Maintainer:
+# Contributor: Essien Ita Essien 
+# Contributor: damir 
+
+pkgname=libnids
+pkgver=1.24
+pkgrel=6
+pkgdesc="An implementation of an E-component of Network Intrusion Detection 
System."
+arch=('x86_64')
+url="http://libnids.sourceforge.net/;
+license=('GPL')
+depends=('libnet' 'libpcap' 'glib2' 'libnsl')
+makedepends=('pkgconfig')
+validpgpkeys=('67E00C8AE6DEE3486468F6C6E20D29536F5C037F')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('314b4793e0902fbf1fdb7fb659af37a3c1306ed1aad5d1c84de6c931b351d359'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --man=/usr/share/man --enable-shared
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make install_prefix="$pkgdir" install
+  ln -s libnids.so.1.24 "$pkgdir"/usr/lib/libnids.so.1
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 14:53:31
  Author: felixonmars
Revision: 1004376

upgpkg: libnids 1.24-6: rebuild with libnsl 2.0.0

Modified:
  libnids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 14:46:26 UTC (rev 1004375)
+++ PKGBUILD2021-08-23 14:53:31 UTC (rev 1004376)
@@ -4,7 +4,7 @@
 
 pkgname=libnids
 pkgver=1.24
-pkgrel=5
+pkgrel=6
 pkgdesc="An implementation of an E-component of Network Intrusion Detection 
System."
 arch=('x86_64')
 url="http://libnids.sourceforge.net/;



[arch-commits] Commit in libnss_nis/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 14:52:53
  Author: felixonmars
Revision: 422475

archrelease: copy trunk to staging-x86_64

Added:
  libnss_nis/repos/staging-x86_64/
  libnss_nis/repos/staging-x86_64/PKGBUILD
(from rev 422474, libnss_nis/trunk/PKGBUILD)

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

Copied: libnss_nis/repos/staging-x86_64/PKGBUILD (from rev 422474, 
libnss_nis/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-23 14:52:53 UTC (rev 422475)
@@ -0,0 +1,28 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libnss_nis
+pkgver=3.1
+pkgrel=3
+pkgdesc='NSS NIS plugin for glibc'
+arch=(x86_64)
+url='https://github.com/thkukuk/libnss_nis'
+license=('LGPL2.1')
+depends=(libnsl libtirpc)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+md5sums=('ef29c3553dc44baae7645478f181e472')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 14:52:46
  Author: felixonmars
Revision: 422474

upgpkg: libnss_nis 3.1-3: rebuild with libnsl 2.0.0

Modified:
  libnss_nis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 14:47:17 UTC (rev 422473)
+++ PKGBUILD2021-08-23 14:52:46 UTC (rev 422474)
@@ -2,7 +2,7 @@
 
 pkgname=libnss_nis
 pkgver=3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='NSS NIS plugin for glibc'
 arch=(x86_64)
 url='https://github.com/thkukuk/libnss_nis'



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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 14:47:17
  Author: felixonmars
Revision: 422473

archrelease: copy trunk to staging-x86_64

Added:
  python2/repos/staging-x86_64/
  python2/repos/staging-x86_64/PKGBUILD
(from rev 422472, python2/trunk/PKGBUILD)
  python2/repos/staging-x86_64/mtime-workaround.patch
(from rev 422472, python2/trunk/mtime-workaround.patch)
  python2/repos/staging-x86_64/py2-ize-the-CJK-codec-test.patch
(from rev 422472, python2/trunk/py2-ize-the-CJK-codec-test.patch)

--+
 PKGBUILD |  147 +
 mtime-workaround.patch   |   10 ++
 py2-ize-the-CJK-codec-test.patch |   46 +++
 3 files changed, 203 insertions(+)

Copied: python2/repos/staging-x86_64/PKGBUILD (from rev 422472, 
python2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-08-23 14:47:17 UTC (rev 422473)
@@ -0,0 +1,147 @@
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgname=python2
+pkgver=2.7.18
+pkgrel=4
+_pybasever=2.7
+pkgdesc="A high-level scripting language"
+arch=('x86_64')
+license=('PSF')
+url="https://www.python.org/;
+depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'libxcrypt' 'openssl' 
'sqlite' 'zlib')
+makedepends=('tk' 'bluez-libs')
+checkdepends=('gdb' 'file' 'xorg-server-xvfb')
+optdepends=('tk: for IDLE'
+'python2-setuptools'
+'python2-pip')
+conflicts=('python<3')
+_gentoo_patches="python-gentoo-patches-${pkgver}_p7"
+source=("https://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz"{,.asc}
+mtime-workaround.patch
+"https://dev.gentoo.org/~mgorny/dist/python/$_gentoo_patches.tar.xz;
+py2-ize-the-CJK-codec-test.patch)
+sha512sums=('a7bb62b51f48ff0b6df0b18f5b0312a523e3110f49c3237936bfe56ed0e26838c0274ff5401bda6fc21bf24337477ccac49e8026c5d651e4b4cafb5eb5086f6c'
+'SKIP'
+
'4e761cfd57791e8b72ecdf84c2e03875bf074311130eea5b8e97409fa304fa3468dbd359a511c4e9978e686e662c58054b4174d3e73f845fa9ded2e83a3a8076'
+
'a3cd34f38a717183d9a8d6b91817a6ac989fb8ae4275f35cba4be810813a4c9c45f4e72d16aee33904eddaee77c4719b516392d629d2c4627c840e4ecc6bc121'
+
'67fb8116825f646cbe0f12d9ffb68c2e2006e98721c80c674738315160c0dfdb5f200b8d3229f85dbac2510ba436b0f701e44542ce4494cdd191cd1b8ca0bf0f')
+validpgpkeys=('C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF')  # Benjamin Peterson
+noextract=("$_gentoo_patches.tar.xz")
+
+prepare() {
+  bsdtar -xf $_gentoo_patches.tar.xz -s /$_gentoo_patches//
+
+  cd Python-${pkgver}
+
+  # makepkg will touch all files to $SOURCE_DATE_EPOCH which will break pyc 
file's mtime check.
+  # workaround this by touching them to $SOURCE_DATE_EPOCH before running 
compileall.
+  patch -p0 -i ../mtime-workaround.patch
+
+  patch -p1 -i 
../0001-bpo-39017-Avoid-infinite-loop-in-the-tarfile-module-.patch 
#CVE-2019-20907
+  patch -p1 -i 
../0002-bpo-39503-CVE-2020-8492-Fix-AbstractBasicAuthHandler.patch 
#CVE-2020-8492
+  patch -p1 -i 
../0003-bpo-39603-Prevent-header-injection-in-http-methods-G.patch 
#CVE-2020-26116
+  patch -p1 -i 
../0004-bpo-42051-Reject-XML-entity-declarations-in-plist-fi.patch
+  patch -p1 -i 
../0005-bpo-41944-No-longer-call-eval-on-content-received-vi.patch 
#CVE-2020-27619
+  patch -p1 -i 
../0006-bpo-40791-Make-compare_digest-more-constant-time.-GH.patch
+  patch -p1 -i 
../0007-3.6-closes-bpo-42938-Replace-snprintf-with-Python-un.patch 
#CVE-2021-3177
+  patch -p1 -i 
../0024-3.6-bpo-42967-only-use-as-a-query-string-separator-G.patch 
#CVE-2021-23336
+  patch -p1 -i ../py2-ize-the-CJK-codec-test.patch
+
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c
+
+  # Enable built-in SQLite module to load extensions (fix FS#22122)
+  sed -i "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py
+
+  # FS#23997
+  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python2|" Lib/cgi.py
+
+  sed -i "s/python2.3/python2/g" Lib/distutils/tests/test_build_scripts.py \
+Lib/distutils/tests/test_install_scripts.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  # clean up #!s
+  find . -name '*.py' | \
+xargs sed -i "s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|"
+
+  # Workaround asdl_c.py/makeopcodetargets.py errors after we touched the 
shebangs
+  touch Include/Python-ast.h Python/Python-ast.c Python/opcode_targets.h
+}
+
+build() {
+  cd "${srcdir}/Python-${pkgver}"
+
+  export OPT="${CFLAGS}"
+  ./configure --prefix=/usr \
+  --enable-shared \
+  

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

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 14:47:07
  Author: felixonmars
Revision: 422472

upgpkg: python2 2.7.18-4: rebuild with libnsl 2.0.0

Modified:
  python2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-23 14:43:47 UTC (rev 422471)
+++ PKGBUILD2021-08-23 14:47:07 UTC (rev 422472)
@@ -5,7 +5,7 @@
 
 pkgname=python2
 pkgver=2.7.18
-pkgrel=3
+pkgrel=4
 _pybasever=2.7
 pkgdesc="A high-level scripting language"
 arch=('x86_64')



  1   2   3   >