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

2022-09-04 Thread Maxim Baz via arch-commits
Date: Monday, September 5, 2022 @ 06:46:15
  Author: maximbaz
Revision: 1292970

archrelease: copy trunk to community-x86_64

Added:
  kitty/repos/community-x86_64/PKGBUILD
(from rev 1292969, kitty/trunk/PKGBUILD)
  kitty/repos/community-x86_64/keys/
Deleted:
  kitty/repos/community-x86_64/PKGBUILD
  kitty/repos/community-x86_64/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-05 06:46:09 UTC (rev 1292969)
+++ PKGBUILD2022-09-05 06:46:15 UTC (rev 1292970)
@@ -1,64 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-# Contributor: Maximilian Kindshofer 
-
-pkgbase=kitty
-pkgname=(kitty kitty-terminfo kitty-shell-integration)
-pkgver=0.26.1
-pkgrel=1
-pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
-arch=('x86_64')
-url="https://github.com/kovidgoyal/kitty";
-license=('GPL3')
-depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'libxi'
- 'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2' 'librsync')
-makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols')
-source=("${pkgname}-${pkgver}.tar.xz::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz";
-
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz.sig";)
-sha512sums=('ed270c84078acb33921506296c476ada5f19fb33344047c7dad5b2d7b697c2111e2925dc391eb4927a05ef82ae583b35db5eee53e148e3e4d71ce942a1deade2'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py linux-package --update-check-interval=0
-}
-
-package_kitty() {
-  depends+=('kitty-terminfo' 'kitty-shell-integration')
-  optdepends=('imagemagick: viewing images with icat'
-  'python-pygments: syntax highlighting in kitty +kitten diff'
-  'libcanberra: playing "bell" sound on terminal bell')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cp -r linux-package "${pkgdir}"/usr
-
-  # completions
-  python __main__.py + complete setup bash | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/bash-completion/completions/kitty
-  python __main__.py + complete setup fish | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/fish/vendor_completions.d/kitty.fish
-  python __main__.py + complete setup zsh  | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/zsh/site-functions/_kitty
-
-  install -Dm644 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps/kitty.png 
"${pkgdir}"/usr/share/pixmaps/kitty.png
-
-  rm -r "$pkgdir"/usr/share/terminfo
-  rm -r "$pkgdir"/usr/lib/kitty/shell-integration
-
-  install -Dm644 docs/_build/html/_downloads/*/kitty.conf 
"${pkgdir}"/usr/share/doc/${pkgname}/kitty.conf
-}
-
-package_kitty-terminfo() {
-  pkgdesc='Terminfo for kitty, an OpenGL-based terminal emulator'
-  depends=('ncurses')
-
-  mkdir -p "$pkgdir/usr/share/terminfo"
-  tic -x -o "$pkgdir/usr/share/terminfo" 
$pkgbase-$pkgver/terminfo/kitty.terminfo
-}
-
-package_kitty-shell-integration() {
-  pkgdesc='Shell integration scripts for kitty, an OpenGL-based terminal 
emulator'
-
-  mkdir -p "$pkgdir/usr/lib/kitty/"
-  cp -r "$srcdir/$pkgbase-$pkgver/shell-integration" "$pkgdir/usr/lib/kitty/"
-}

Copied: kitty/repos/community-x86_64/PKGBUILD (from rev 1292969, 
kitty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-05 06:46:15 UTC (rev 1292970)
@@ -0,0 +1,64 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Maxim Baz 
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Maximilian Kindshofer 
+
+pkgbase=kitty
+pkgname=(kitty kitty-terminfo kitty-shell-integration)
+pkgver=0.26.2
+pkgrel=1
+pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
+arch=('x86_64')
+url="https://github.com/kovidgoyal/kitty";
+license=('GPL3')
+depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'libxi'
+ 'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2' 'librsync')
+makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols')
+source=("${pkgname}-${pkgver}.tar.xz::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz";
+
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz.sig";)
+sha512sums=('4bfb3d9438bb018dc10503be610df4e6e8bb1f9459b5131f46fde6279ba5423e44dbbcb86a2dc2602ee208266edc78074f6496e99761cf43f7081ea9e88175f7'
+'SKIP')
+validpgpkeys=('3CE1780

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

2022-09-04 Thread Maxim Baz via arch-commits
Date: Monday, September 5, 2022 @ 06:46:09
  Author: maximbaz
Revision: 1292969

upgpkg: kitty 0.26.2-1

Modified:
  kitty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 06:44:24 UTC (rev 1292968)
+++ PKGBUILD2022-09-05 06:46:09 UTC (rev 1292969)
@@ -1,11 +1,11 @@
 # Maintainer: Sven-Hendrik Haase 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Maxim Baz 
 # Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
 # Contributor: Maximilian Kindshofer 
 
 pkgbase=kitty
 pkgname=(kitty kitty-terminfo kitty-shell-integration)
-pkgver=0.26.1
+pkgver=0.26.2
 pkgrel=1
 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols')
 
source=("${pkgname}-${pkgver}.tar.xz::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz";
 
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz.sig";)
-sha512sums=('ed270c84078acb33921506296c476ada5f19fb33344047c7dad5b2d7b697c2111e2925dc391eb4927a05ef82ae583b35db5eee53e148e3e4d71ce942a1deade2'
+sha512sums=('4bfb3d9438bb018dc10503be610df4e6e8bb1f9459b5131f46fde6279ba5423e44dbbcb86a2dc2602ee208266edc78074f6496e99761cf43f7081ea9e88175f7'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal
 



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Monday, September 5, 2022 @ 06:44:24
  Author: felixonmars
Revision: 1292968

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   60 ++--
 firrtl.sh |6 +++---
 2 files changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-05 06:44:01 UTC (rev 1292967)
+++ PKGBUILD2022-09-05 06:44:24 UTC (rev 1292968)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sebastian Bøe 
-
-pkgname=firrtl
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='Flexible Intermediate Representation for RTL'
-arch=('any')
-url='https://github.com/freechipsproject/firrtl'
-license=('Apache')
-provides=('firrtl')
-conflicts=('firrtl')
-depends=('java-environment' 'bash')
-makedepends=('mill' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/freechipsproject/firrtl/archive/v$pkgver.tar.gz";
-'firrtl.sh')
-sha512sums=('adf9652007734e10d676c2d4ca78c11ea587f2fac7c068002d553c139ea5f841bbe0d9b2be2382a2f93bfba86c1708df572a19505606fe96b951d84acd33edd1'
-
'2e3ca5c5771bbbf4cfa1245e5bc6e1b65cc17f521ee62ca79e044d24be3c403f85ad8134734eed66132190c1d02e1295de4a0c7a46fd057d8040f1c8cb1865a2')
-
-build(){
-  cd firrtl-$pkgver
-  mill -i firrtl[2.13.7].assembly
-}
-
-package() {
-  install -Dm755 firrtl.sh "$pkgdir"/usr/bin/firrtl
-
-  cd firrtl-$pkgver
-  install -Dm755 out/firrtl/2.13.7/assembly.dest/out.jar 
"$pkgdir"/usr/share/scala/$pkgname/firrtl.jar
-}

Copied: firrtl/repos/community-any/PKGBUILD (from rev 1292967, 
firrtl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-05 06:44:24 UTC (rev 1292968)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Sebastian Bøe 
+
+pkgname=firrtl
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='Flexible Intermediate Representation for RTL'
+arch=('any')
+url='https://github.com/freechipsproject/firrtl'
+license=('Apache')
+provides=('firrtl')
+conflicts=('firrtl')
+depends=('java-environment' 'bash')
+makedepends=('mill' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/freechipsproject/firrtl/archive/v$pkgver.tar.gz";
+'firrtl.sh')
+sha512sums=('c248a871fe963995bd9f672f6f597933854d8a57aa8d2968e297a8de496cc74d9f86b8d0ed0ce70c06f554ad8a2a9ef7bce89be9072bc7dbad7e4cb0e7b160a8'
+
'2e3ca5c5771bbbf4cfa1245e5bc6e1b65cc17f521ee62ca79e044d24be3c403f85ad8134734eed66132190c1d02e1295de4a0c7a46fd057d8040f1c8cb1865a2')
+
+build(){
+  cd firrtl-$pkgver
+  mill -i firrtl[2.13.7].assembly
+}
+
+package() {
+  install -Dm755 firrtl.sh "$pkgdir"/usr/bin/firrtl
+
+  cd firrtl-$pkgver
+  install -Dm755 out/firrtl/2.13.7/assembly.dest/out.jar 
"$pkgdir"/usr/share/scala/$pkgname/firrtl.jar
+}

Deleted: firrtl.sh
===
--- firrtl.sh   2022-09-05 06:44:01 UTC (rev 1292967)
+++ firrtl.sh   2022-09-05 06:44:24 UTC (rev 1292968)
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-java -cp /usr/share/scala/firrtl/firrtl.jar firrtl.stage.FirrtlMain ${@:1}

Copied: firrtl/repos/community-any/firrtl.sh (from rev 1292967, 
firrtl/trunk/firrtl.sh)
===
--- firrtl.sh   (rev 0)
+++ firrtl.sh   2022-09-05 06:44:24 UTC (rev 1292968)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+java -cp /usr/share/scala/firrtl/firrtl.jar firrtl.stage.FirrtlMain ${@:1}



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Monday, September 5, 2022 @ 06:44:01
  Author: felixonmars
Revision: 1292967

upgpkg: firrtl 1.5.2-1

Modified:
  firrtl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 06:43:48 UTC (rev 1292966)
+++ PKGBUILD2022-09-05 06:44:01 UTC (rev 1292967)
@@ -2,7 +2,7 @@
 # Contributor: Sebastian Bøe 
 
 pkgname=firrtl
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc='Flexible Intermediate Representation for RTL'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('mill' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/freechipsproject/firrtl/archive/v$pkgver.tar.gz";
 'firrtl.sh')
-sha512sums=('adf9652007734e10d676c2d4ca78c11ea587f2fac7c068002d553c139ea5f841bbe0d9b2be2382a2f93bfba86c1708df572a19505606fe96b951d84acd33edd1'
+sha512sums=('c248a871fe963995bd9f672f6f597933854d8a57aa8d2968e297a8de496cc74d9f86b8d0ed0ce70c06f554ad8a2a9ef7bce89be9072bc7dbad7e4cb0e7b160a8'
 
'2e3ca5c5771bbbf4cfa1245e5bc6e1b65cc17f521ee62ca79e044d24be3c403f85ad8134734eed66132190c1d02e1295de4a0c7a46fd057d8040f1c8cb1865a2')
 
 build(){



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Monday, September 5, 2022 @ 06:43:48
  Author: felixonmars
Revision: 1292966

archrelease: copy trunk to community-any

Added:
  marked/repos/community-any/PKGBUILD
(from rev 1292965, marked/trunk/PKGBUILD)
Deleted:
  marked/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-05 06:43:26 UTC (rev 1292965)
+++ PKGBUILD2022-09-05 06:43:48 UTC (rev 1292966)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=marked
-pkgver=4.0.8
-pkgrel=1
-pkgdesc="A markdown parser built for speed"
-arch=('any')
-url='https://github.com/chjj/marked'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('764a49308949a5cf37de16e38e0f23adac35b79d5efde283a06f1314e81ce4ed19efbcda60a8a061e9130e8a79029951a0a14621aa1ace160484690cb54dc878')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s ../../../lib/node_modules/marked/LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: marked/repos/community-any/PKGBUILD (from rev 1292965, 
marked/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-05 06:43:48 UTC (rev 1292966)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=marked
+pkgver=4.0.9
+pkgrel=1
+pkgdesc="A markdown parser built for speed"
+arch=('any')
+url='https://github.com/chjj/marked'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('1e6a05bd0c052f134449e1aea5e382fba08b6f95b37025909aabd57adb04ae6ac8defad9ea006e9adcb920fd329cb3d1d33612a1563b2130b519f7ec6081a4a2')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/marked/LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Monday, September 5, 2022 @ 06:43:26
  Author: felixonmars
Revision: 1292965

upgpkg: marked 4.0.9-1

Modified:
  marked/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 05:14:12 UTC (rev 1292964)
+++ PKGBUILD2022-09-05 06:43:26 UTC (rev 1292965)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=marked
-pkgver=4.0.8
+pkgver=4.0.9
 pkgrel=1
 pkgdesc="A markdown parser built for speed"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('764a49308949a5cf37de16e38e0f23adac35b79d5efde283a06f1314e81ce4ed19efbcda60a8a061e9130e8a79029951a0a14621aa1ace160484690cb54dc878')
+sha512sums=('1e6a05bd0c052f134449e1aea5e382fba08b6f95b37025909aabd57adb04ae6ac8defad9ea006e9adcb920fd329cb3d1d33612a1563b2130b519f7ec6081a4a2')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



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

2022-09-04 Thread Tobias Powalowski via arch-commits
Date: Monday, September 5, 2022 @ 05:45:19
  Author: tpowa
Revision: 455034

archrelease: copy trunk to testing-x86_64

Added:
  gawk/repos/testing-x86_64/
  gawk/repos/testing-x86_64/PKGBUILD
(from rev 455033, gawk/trunk/PKGBUILD)
  gawk/repos/testing-x86_64/keys/

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

Copied: gawk/repos/testing-x86_64/PKGBUILD (from rev 455033, 
gawk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-05 05:45:19 UTC (rev 455034)
@@ -0,0 +1,33 @@
+# Maintainer:
+# Contributor: Tom Newsom 
+
+pkgname=gawk
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="GNU version of awk"
+arch=('x86_64')
+url="https://www.gnu.org/software/gawk/";
+license=('GPL')
+groups=('base-devel')
+depends=('sh' 'glibc' 'mpfr')
+provides=('awk')
+source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
+sha256sums=('ef5af4449cb0269faf3af24bf4c02273d455f0741bf3c50f86ddc09332d6cf56'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc 
--without-libsigsegv
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2022-09-04 Thread Tobias Powalowski via arch-commits
Date: Monday, September 5, 2022 @ 05:44:50
  Author: tpowa
Revision: 455033

upgpkg: gawk 5.2.0-1: bump to latest version

Modified:
  gawk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 14:55:44 UTC (rev 455032)
+++ PKGBUILD2022-09-05 05:44:50 UTC (rev 455033)
@@ -2,7 +2,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=gawk
-pkgver=5.1.1
+pkgver=5.2.0
 pkgrel=1
 pkgdesc="GNU version of awk"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 provides=('awk')
 
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
 validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
-md5sums=('f4aa3fe2dd802cc625c5120a6148e91b'
- 'SKIP')
+sha256sums=('ef5af4449cb0269faf3af24bf4c02273d455f0741bf3c50f86ddc09332d6cf56'
+'SKIP')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2022-09-04 Thread Antonio Rojas via arch-commits
Date: Monday, September 5, 2022 @ 05:14:12
  Author: arojas
Revision: 1292964

archrelease: copy trunk to community-x86_64

Added:
  puzzles/repos/community-x86_64/PKGBUILD
(from rev 1292963, puzzles/trunk/PKGBUILD)
Deleted:
  puzzles/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-05 05:14:02 UTC (rev 1292963)
+++ PKGBUILD2022-09-05 05:14:12 UTC (rev 1292964)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-# Contributor: schuay 
-
-pkgname=puzzles
-pkgver=20220128
-pkgrel=1
-_commit=c43a34f
-pkgdesc="Simon Tatham's Portable Puzzle Collection"
-arch=('x86_64')
-url='https://www.chiark.greenend.org.uk/~sgtatham/puzzles/'
-license=(MIT)
-depends=(gtk3)
-makedepends=(cmake imagemagick)
-source=(https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-$pkgver.$_commit.tar.gz)
-sha256sums=('4b1855c1b209f7534a73a49319668b071cec273db5b14e274b4909403a09d9b7')
-
-build() {
-  cmake -B build -S puzzles-$pkgver.$_commit \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DNAME_PREFIX=puzzles-
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm644 puzzles-$pkgver.$_commit/LICENCE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: puzzles/repos/community-x86_64/PKGBUILD (from rev 1292963, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-05 05:14:12 UTC (rev 1292964)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+# Contributor: schuay 
+
+pkgname=puzzles
+pkgver=20220802
+pkgrel=1
+_commit=8399cff
+pkgdesc="Simon Tatham's Portable Puzzle Collection"
+arch=('x86_64')
+url='https://www.chiark.greenend.org.uk/~sgtatham/puzzles/'
+license=(MIT)
+depends=(gtk3)
+makedepends=(cmake imagemagick)
+source=(https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-$pkgver.$_commit.tar.gz)
+sha256sums=('7faf0d8fc3fca08263d4b5b2abc21a9afdf67b1f9ba0f1ff96c579b7e62133da')
+
+build() {
+  cmake -B build -S puzzles-$pkgver.$_commit \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DNAME_PREFIX=puzzles-
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 puzzles-$pkgver.$_commit/LICENCE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-09-04 Thread Antonio Rojas via arch-commits
Date: Monday, September 5, 2022 @ 05:14:02
  Author: arojas
Revision: 1292963

upgpkg: puzzles 20220802-1: Update to 20220802

Modified:
  puzzles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 03:36:42 UTC (rev 1292962)
+++ PKGBUILD2022-09-05 05:14:02 UTC (rev 1292963)
@@ -4,9 +4,9 @@
 # Contributor: schuay 
 
 pkgname=puzzles
-pkgver=20220128
+pkgver=20220802
 pkgrel=1
-_commit=c43a34f
+_commit=8399cff
 pkgdesc="Simon Tatham's Portable Puzzle Collection"
 arch=('x86_64')
 url='https://www.chiark.greenend.org.uk/~sgtatham/puzzles/'
@@ -14,7 +14,7 @@
 depends=(gtk3)
 makedepends=(cmake imagemagick)
 
source=(https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-$pkgver.$_commit.tar.gz)
-sha256sums=('4b1855c1b209f7534a73a49319668b071cec273db5b14e274b4909403a09d9b7')
+sha256sums=('7faf0d8fc3fca08263d4b5b2abc21a9afdf67b1f9ba0f1ff96c579b7e62133da')
 
 build() {
   cmake -B build -S puzzles-$pkgver.$_commit \



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

2022-09-04 Thread Daurnimator via arch-commits
Date: Monday, September 5, 2022 @ 03:36:42
  Author: daurnimator
Revision: 1292962

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-05 03:36:24 UTC (rev 1292961)
+++ PKGBUILD2022-09-05 03:36:42 UTC (rev 1292962)
@@ -1,62 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Caleb Maclennan 
-# Contributor: Tom Payne 
-# Contributor:  
-
-pkgname=chezmoi
-pkgver=2.22.0
-pkgrel=1
-pkgdesc="Manage your dotfiles across multiple machines"
-arch=('x86_64')
-url='https://www.chezmoi.io/'
-license=('MIT')
-makedepends=('go' 'git')
-depends=('glibc')
-checkdepends=('zip')
-options=('!lto')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz";)
-sha512sums=('e027d6215c3442c771fdcfd421ebdfd8f4486f0302bc4b5dd0c58354c94029e7a2111fbeef85b669d47cf407664fe5586554502645605dd0e62aaf28e52654fa')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  go mod download
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOPROXY=off
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--tags noupgrade \
--ldflags "-X 
github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/$pkgname \
-  -X main.version=$pkgver \
-  -X main.date=$(date -u +'%Y-%m-%dT%H:%M:%SZ' 
--date=@${SOURCE_DATE_EPOCH}) \
-  -extldflags ${LDFLAGS}" \
-.
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  go test -v ./...
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
-  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/chezmoi.fish"
-  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/site-functions/_chezmoi"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: chezmoi/repos/community-x86_64/PKGBUILD (from rev 1292961, 
chezmoi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-05 03:36:42 UTC (rev 1292962)
@@ -0,0 +1,62 @@
+# Maintainer: Daurnimator 
+# Maintainer: Caleb Maclennan 
+# Contributor: Tom Payne 
+# Contributor:  
+
+pkgname=chezmoi
+pkgver=2.22.1
+pkgrel=1
+pkgdesc="Manage your dotfiles across multiple machines"
+arch=('x86_64')
+url='https://www.chezmoi.io/'
+license=('MIT')
+makedepends=('go' 'git')
+depends=('glibc')
+checkdepends=('zip')
+options=('!lto')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz";)
+sha512sums=('a611357749fbc22ee5dfe10d5e0612a342af905fb4ce999a7304dda83f4ede2fc0c05b1153541166c09189e8971727963a0f577b9a2022fd814feccf3a688912')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  go mod download
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOPROXY=off
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-tags noupgrade \
+-ldflags "-X 
github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/$pkgname \
+  -X main.version=$pkgver \
+  -X main.date=$(date -u +'%Y-%m-%dT%H:%M:%SZ' 
--date=@${SOURCE_DATE_EPOCH}) \
+  -extldflags ${LDFLAGS}" \
+.
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
+  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/chezmoi.fish"
+  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/site-functions/_chezmoi"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-09-04 Thread Daurnimator via arch-commits
Date: Monday, September 5, 2022 @ 03:36:24
  Author: daurnimator
Revision: 1292961

upgpkg: chezmoi 2.22.1-1

Modified:
  chezmoi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 03:28:20 UTC (rev 1292960)
+++ PKGBUILD2022-09-05 03:36:24 UTC (rev 1292961)
@@ -4,7 +4,7 @@
 # Contributor:  
 
 pkgname=chezmoi
-pkgver=2.22.0
+pkgver=2.22.1
 pkgrel=1
 pkgdesc="Manage your dotfiles across multiple machines"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 checkdepends=('zip')
 options=('!lto')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz";)
-sha512sums=('e027d6215c3442c771fdcfd421ebdfd8f4486f0302bc4b5dd0c58354c94029e7a2111fbeef85b669d47cf407664fe5586554502645605dd0e62aaf28e52654fa')
+sha512sums=('a611357749fbc22ee5dfe10d5e0612a342af905fb4ce999a7304dda83f4ede2fc0c05b1153541166c09189e8971727963a0f577b9a2022fd814feccf3a688912')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2022-09-04 Thread George Rawlinson via arch-commits
Date: Monday, September 5, 2022 @ 03:28:20
  Author: grawlinson
Revision: 1292960

archrelease: copy trunk to community-x86_64

Added:
  oil/repos/community-x86_64/PKGBUILD
(from rev 1292959, oil/trunk/PKGBUILD)
  oil/repos/community-x86_64/oil.install
(from rev 1292959, oil/trunk/oil.install)
Deleted:
  oil/repos/community-x86_64/PKGBUILD
  oil/repos/community-x86_64/oil.install

-+
 PKGBUILD|   74 +-
 oil.install |   24 +-
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-05 03:27:24 UTC (rev 1292959)
+++ PKGBUILD2022-09-05 03:28:20 UTC (rev 1292960)
@@ -1,37 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Yigit Sever 
-# Contributor: Qontinuum 
-# Contributor: timetoplatypus 
-# Contributor: andychu 
-
-pkgname=oil
-pkgver=0.12.4
-pkgrel=1
-pkgdesc='A new Unix shell'
-arch=('x86_64')
-url='https://www.oilshell.org'
-license=('Apache')
-depends=('readline')
-makedepends=('bash')
-replaces=('osh')
-install=oil.install
-options=('!lto' '!strip')
-source=("$url/download/$pkgname-$pkgver.tar.xz")
-sha512sums=('1083be4730f63ebde9d7214339552e0132dfc9e27b76f9c78f7c5d88b25d61bf06a3031b370ad42fae3cae85b714b9669d9e1929fa9a6bd797d351e68cb452a8')
-b2sums=('1e0e81b67f4063547ee1de8d3ecbfa74ac0fadd54798a18c1a8b2d05dd9af43d385b21d772fd5afcfb84edf8857de0b969c09eb9030114f604b97051ec32')
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   ./configure \
---prefix=/usr \
---with-readline
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir" install
-}

Copied: oil/repos/community-x86_64/PKGBUILD (from rev 1292959, 
oil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-05 03:28:20 UTC (rev 1292960)
@@ -0,0 +1,37 @@
+# Maintainer: George Rawlinson 
+# Contributor: Yigit Sever 
+# Contributor: Qontinuum 
+# Contributor: timetoplatypus 
+# Contributor: andychu 
+
+pkgname=oil
+pkgver=0.12.5
+pkgrel=1
+pkgdesc='A new Unix shell'
+arch=('x86_64')
+url='https://www.oilshell.org'
+license=('Apache')
+depends=('readline')
+makedepends=('bash')
+replaces=('osh')
+install=oil.install
+options=('!lto' '!strip')
+source=("$url/download/$pkgname-$pkgver.tar.xz")
+sha512sums=('acbcdec25a2e40a157a82000feb75ea5edb135093b1afddb0bb3a990801d94cc27e1e6f9ba8263660f1b162071fba8ec41509a26be33e0d85ef587ade8366ccc')
+b2sums=('665a7d85f320c43a508ec9bee49336fbde1ed636c5eb0765ffefabf4cf01650b5fb9a76b9fe46d3a4baffa31727541387afee2c64c1e4bb2e959737ccb844796')
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   ./configure \
+--prefix=/usr \
+--with-readline
+
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}

Deleted: oil.install
===
--- oil.install 2022-09-05 03:27:24 UTC (rev 1292959)
+++ oil.install 2022-09-05 03:28:20 UTC (rev 1292960)
@@ -1,12 +0,0 @@
-post_install() {
-  grep -Fqx /bin/osh /etc/shells || echo /bin/osh >>/etc/shells
-  grep -Fqx /usr/bin/osh /etc/shells || echo /usr/bin/osh >>/etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  sed -i -r '/^(\/usr)?\/bin\/osh$/d' etc/shells
-}

Copied: oil/repos/community-x86_64/oil.install (from rev 1292959, 
oil/trunk/oil.install)
===
--- oil.install (rev 0)
+++ oil.install 2022-09-05 03:28:20 UTC (rev 1292960)
@@ -0,0 +1,12 @@
+post_install() {
+  grep -Fqx /bin/osh /etc/shells || echo /bin/osh >>/etc/shells
+  grep -Fqx /usr/bin/osh /etc/shells || echo /usr/bin/osh >>/etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  sed -i -r '/^(\/usr)?\/bin\/osh$/d' etc/shells
+}



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

2022-09-04 Thread George Rawlinson via arch-commits
Date: Monday, September 5, 2022 @ 03:27:24
  Author: grawlinson
Revision: 1292959

upgpkg: oil 0.12.5-1; new upstream release

Modified:
  oil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 02:17:24 UTC (rev 1292958)
+++ PKGBUILD2022-09-05 03:27:24 UTC (rev 1292959)
@@ -5,7 +5,7 @@
 # Contributor: andychu 
 
 pkgname=oil
-pkgver=0.12.4
+pkgver=0.12.5
 pkgrel=1
 pkgdesc='A new Unix shell'
 arch=('x86_64')
@@ -17,8 +17,8 @@
 install=oil.install
 options=('!lto' '!strip')
 source=("$url/download/$pkgname-$pkgver.tar.xz")
-sha512sums=('1083be4730f63ebde9d7214339552e0132dfc9e27b76f9c78f7c5d88b25d61bf06a3031b370ad42fae3cae85b714b9669d9e1929fa9a6bd797d351e68cb452a8')
-b2sums=('1e0e81b67f4063547ee1de8d3ecbfa74ac0fadd54798a18c1a8b2d05dd9af43d385b21d772fd5afcfb84edf8857de0b969c09eb9030114f604b97051ec32')
+sha512sums=('acbcdec25a2e40a157a82000feb75ea5edb135093b1afddb0bb3a990801d94cc27e1e6f9ba8263660f1b162071fba8ec41509a26be33e0d85ef587ade8366ccc')
+b2sums=('665a7d85f320c43a508ec9bee49336fbde1ed636c5eb0765ffefabf4cf01650b5fb9a76b9fe46d3a4baffa31727541387afee2c64c1e4bb2e959737ccb844796')
 
 build() {
cd "$pkgname-$pkgver"



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

2022-09-04 Thread George Rawlinson via arch-commits
Date: Monday, September 5, 2022 @ 02:17:24
  Author: grawlinson
Revision: 1292958

archrelease: copy trunk to community-any

Added:
  vaultwarden-web/repos/community-any/PKGBUILD
(from rev 1292957, vaultwarden-web/trunk/PKGBUILD)
  vaultwarden-web/repos/community-any/vaultwarden-web.install
(from rev 1292957, vaultwarden-web/trunk/vaultwarden-web.install)
Deleted:
  vaultwarden-web/repos/community-any/PKGBUILD
  vaultwarden-web/repos/community-any/vaultwarden-web.install

-+
 PKGBUILD|   98 +++---
 vaultwarden-web.install |   18 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-05 02:16:13 UTC (rev 1292957)
+++ PKGBUILD2022-09-05 02:17:24 UTC (rev 1292958)
@@ -1,49 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Maintainer: George Rawlinson 
-# Contributor: Markus Richter 
-
-pkgname=vaultwarden-web
-_pkgver=2022.6.2
-pkgver=2022.6.2
-_upstreamver=${_pkgver%[[:lower:]]}
-#_patchver=$_upstreamver
-_patchver=2022.6.0 # almost always out of sync now
-pkgrel=1
-pkgdesc='Bitwarden web vault with the patches to make it work with Vaultwarden'
-arch=('any')
-url=https://github.com/dani-garcia/bw_web_builds
-license=('GPL3')
-depends=('vaultwarden')
-makedepends=('git' 'nodejs-lts-gallium' 'npm')
-provides=('bitwarden_rs-vault' 'bitwarden_rs-web')
-replaces=('bitwarden_rs-vault' 'bitwarden_rs-web')
-install=$pkgname.install
-source=("bitwarden-clients::git+https://github.com/bitwarden/clients.git#tag=web-v$_upstreamver";
-
"$pkgname-v$_pkgver-$_patchver.patch::https://raw.githubusercontent.com/dani-garcia/bw_web_builds/v$_pkgver/patches/v$_patchver.patch";)
-b2sums=('SKIP'
-
'657772993115199d599c833795a31daa930d51e47e5580ad675d6efa6b0775f341e5b2f28d32eee8b4df813218f6e5128c9b06d9cb78f1faab3b90d5f64dcb6f')
-
-pkgver() {
-  echo $_pkgver | sed 's/[[:lower:]]$/.&/'
-}
-
-prepare() {
-  cd bitwarden-clients
-  git submodule update --init
-  patch --forward --strip=1 --input=../$pkgname-v$_pkgver-$_patchver.patch
-
-  npm ci
-}
-
-build() {
-  cd bitwarden-clients/apps/web
-  npm run dist:oss:selfhost
-}
-
-package() {
-  cd bitwarden-clients/apps/web
-  install -d "$pkgdir"/usr/share/webapps/$pkgname
-  cp -R build/* "$pkgdir"/usr/share/webapps/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vaultwarden-web/repos/community-any/PKGBUILD (from rev 1292957, 
vaultwarden-web/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-05 02:17:24 UTC (rev 1292958)
@@ -0,0 +1,49 @@
+# Maintainer: Daniel M. Capella 
+# Maintainer: George Rawlinson 
+# Contributor: Markus Richter 
+
+pkgname=vaultwarden-web
+_pkgver=2022.8.1
+pkgver=2022.8.1
+_upstreamver=${_pkgver%[[:lower:]]}
+#_patchver=$_upstreamver
+_patchver=2022.8.0 # almost always out of sync now
+pkgrel=1
+pkgdesc='Bitwarden web vault with the patches to make it work with Vaultwarden'
+arch=('any')
+url=https://github.com/dani-garcia/bw_web_builds
+license=('GPL3')
+depends=('vaultwarden')
+makedepends=('git' 'nodejs-lts-gallium' 'npm')
+provides=('bitwarden_rs-vault' 'bitwarden_rs-web')
+replaces=('bitwarden_rs-vault' 'bitwarden_rs-web')
+install=$pkgname.install
+source=("bitwarden-clients::git+https://github.com/bitwarden/clients.git#tag=web-v$_upstreamver";
+
"$pkgname-v$_pkgver-$_patchver.patch::https://raw.githubusercontent.com/dani-garcia/bw_web_builds/v$_pkgver/patches/v$_patchver.patch";)
+b2sums=('SKIP'
+
'270fa693570b293a00e6e00bc9ea8b1ed196afd80f93589b034e04f164b296c9a5ad35f188453ec98f1c6f193a3cd9a533eb0a4b39075eeabe318c9681140c3e')
+
+pkgver() {
+  echo $_pkgver | sed 's/[[:lower:]]$/.&/'
+}
+
+prepare() {
+  cd bitwarden-clients
+  git submodule update --init
+  patch --forward --strip=1 --input=../$pkgname-v$_pkgver-$_patchver.patch
+
+  npm ci
+}
+
+build() {
+  cd bitwarden-clients/apps/web
+  npm run dist:oss:selfhost
+}
+
+package() {
+  cd bitwarden-clients/apps/web
+  install -d "$pkgdir"/usr/share/webapps/$pkgname
+  cp -R build/* "$pkgdir"/usr/share/webapps/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: vaultwarden-web.install
===
--- vaultwarden-web.install 2022-09-05 02:16:13 UTC (rev 1292957)
+++ vaultwarden-web.install 2022-09-05 02:17:24 UTC (rev 1292958)
@@ -1,9 +0,0 @@
-post_install() {
-  cat << EOF
-Uncomment WEB_VAULT_FOLDER and set WEB_VAULT_ENABLED to true in your
-/etc/vaultwarden.env.
-
-Restart vaultwarden after configuration changes have been made:
-# systemctl restart vaultwarden
-EOF
-}

Copied: vaultwarden-web/repos/community-any/vaultwarden-web.install (from rev 
1292957, vaultwarden-web/trunk/vaultwarden-web.install)
===
--- vaultwarden-web.install  

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

2022-09-04 Thread George Rawlinson via arch-commits
Date: Monday, September 5, 2022 @ 02:16:13
  Author: grawlinson
Revision: 1292957

upgpkg: vaultwarden-web 2022.8.1-1; new upstream release

Modified:
  vaultwarden-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 02:09:54 UTC (rev 1292956)
+++ PKGBUILD2022-09-05 02:16:13 UTC (rev 1292957)
@@ -3,11 +3,11 @@
 # Contributor: Markus Richter 
 
 pkgname=vaultwarden-web
-_pkgver=2022.6.2
-pkgver=2022.6.2
+_pkgver=2022.8.1
+pkgver=2022.8.1
 _upstreamver=${_pkgver%[[:lower:]]}
 #_patchver=$_upstreamver
-_patchver=2022.6.0 # almost always out of sync now
+_patchver=2022.8.0 # almost always out of sync now
 pkgrel=1
 pkgdesc='Bitwarden web vault with the patches to make it work with Vaultwarden'
 arch=('any')
@@ -21,7 +21,7 @@
 
source=("bitwarden-clients::git+https://github.com/bitwarden/clients.git#tag=web-v$_upstreamver";
 
"$pkgname-v$_pkgver-$_patchver.patch::https://raw.githubusercontent.com/dani-garcia/bw_web_builds/v$_pkgver/patches/v$_patchver.patch";)
 b2sums=('SKIP'
-
'657772993115199d599c833795a31daa930d51e47e5580ad675d6efa6b0775f341e5b2f28d32eee8b4df813218f6e5128c9b06d9cb78f1faab3b90d5f64dcb6f')
+
'270fa693570b293a00e6e00bc9ea8b1ed196afd80f93589b034e04f164b296c9a5ad35f188453ec98f1c6f193a3cd9a533eb0a4b39075eeabe318c9681140c3e')
 
 pkgver() {
   echo $_pkgver | sed 's/[[:lower:]]$/.&/'



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

2022-09-04 Thread George Rawlinson via arch-commits
Date: Monday, September 5, 2022 @ 02:09:54
  Author: grawlinson
Revision: 1292956

archrelease: copy trunk to community-any

Added:
  cl-cffi/repos/community-any/PKGBUILD
(from rev 1292955, cl-cffi/trunk/PKGBUILD)
Deleted:
  cl-cffi/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-05 02:09:18 UTC (rev 1292955)
+++ PKGBUILD2022-09-05 02:09:54 UTC (rev 1292956)
@@ -1,66 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=cl-cffi
-_pkgname="${pkgname#cl-}"
-pkgver=0.24.1.r19.g3c76afe
-pkgrel=3
-pkgdesc='Common Foreign Function Interface for Common Lisp'
-arch=('any')
-url='https://cffi.common-lisp.dev/'
-license=('MIT')
-depends=(
-  'common-lisp'
-  'cl-asdf'
-  'cl-babel'
-  'cl-alexandria'
-  'cl-trivial-features'
-  'cl-ppcre'
-  'cl-json'
-  'libffi'
-)
-makedepends=('git')
-checkdepends=('sbcl' 'cl-bordeaux-threads' 'cl-rt')
-_commit='3c76afe7ba03ce015e0df99ac9ddcd61320a44a4'
-source=("$pkgname::git+https://github.com/cffi/cffi#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed -e 's/^v//' -e 's/-/.r/' -e 's/-/./g'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # add local dir so asdf can pick up library
-  sed \
--i tests/run-tests.lisp \
--e '/(require "asdf")/a (push (uiop/os:getcwd) asdf:*central-registry*)'
-}
-
-check() {
-  cd "$pkgname"
-
-  sbcl --script tests/run-tests.lisp 
-
-  # delete test artifacts
-  find . -name '*.o' -delete -or -name '*.so' -delete
-}
-
-package() {
-  cd "$pkgname"
-
-  # library
-  install -vd "$pkgdir/usr/share/common-lisp/source/$_pkgname"
-  cp -vr \
-examples grovel libffi src tests toolchain uffi-compat \
-./*.asd \
-"$pkgdir/usr/share/common-lisp/source/$_pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYRIGHT
-}

Copied: cl-cffi/repos/community-any/PKGBUILD (from rev 1292955, 
cl-cffi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-05 02:09:54 UTC (rev 1292956)
@@ -0,0 +1,66 @@
+# Maintainer: George Rawlinson 
+
+pkgname=cl-cffi
+_pkgname="${pkgname#cl-}"
+pkgver=0.24.1.r23.gac07d76
+pkgrel=1
+pkgdesc='Common Foreign Function Interface for Common Lisp'
+arch=('any')
+url='https://cffi.common-lisp.dev/'
+license=('MIT')
+depends=(
+  'common-lisp'
+  'cl-asdf'
+  'cl-babel'
+  'cl-alexandria'
+  'cl-trivial-features'
+  'cl-ppcre'
+  'cl-json'
+  'libffi'
+)
+makedepends=('git')
+checkdepends=('sbcl' 'cl-bordeaux-threads' 'cl-rt')
+_commit='ac07d762d89ca03688392b4d9a4ca1784b995a99'
+source=("$pkgname::git+https://github.com/cffi/cffi#commit=$_commit";)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed -e 's/^v//' -e 's/-/.r/' -e 's/-/./g'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # add local dir so asdf can pick up library
+  sed \
+-i tests/run-tests.lisp \
+-e '/(require "asdf")/a (push (uiop/os:getcwd) asdf:*central-registry*)'
+}
+
+check() {
+  cd "$pkgname"
+
+  sbcl --script tests/run-tests.lisp 
+
+  # delete test artifacts
+  find . -name '*.o' -delete -or -name '*.so' -delete
+}
+
+package() {
+  cd "$pkgname"
+
+  # library
+  install -vd "$pkgdir/usr/share/common-lisp/source/$_pkgname"
+  cp -vr \
+examples grovel libffi src tests toolchain uffi-compat \
+./*.asd \
+"$pkgdir/usr/share/common-lisp/source/$_pkgname"
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYRIGHT
+}



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

2022-09-04 Thread George Rawlinson via arch-commits
Date: Monday, September 5, 2022 @ 02:09:18
  Author: grawlinson
Revision: 1292955

upgpkg: cl-cffi 0.24.1.r23-1

Modified:
  cl-cffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 02:08:27 UTC (rev 1292954)
+++ PKGBUILD2022-09-05 02:09:18 UTC (rev 1292955)
@@ -2,8 +2,8 @@
 
 pkgname=cl-cffi
 _pkgname="${pkgname#cl-}"
-pkgver=0.24.1.r19.g3c76afe
-pkgrel=3
+pkgver=0.24.1.r23.gac07d76
+pkgrel=1
 pkgdesc='Common Foreign Function Interface for Common Lisp'
 arch=('any')
 url='https://cffi.common-lisp.dev/'
@@ -20,7 +20,7 @@
 )
 makedepends=('git')
 checkdepends=('sbcl' 'cl-bordeaux-threads' 'cl-rt')
-_commit='3c76afe7ba03ce015e0df99ac9ddcd61320a44a4'
+_commit='ac07d762d89ca03688392b4d9a4ca1784b995a99'
 source=("$pkgname::git+https://github.com/cffi/cffi#commit=$_commit";)
 b2sums=('SKIP')
 



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

2022-09-04 Thread George Rawlinson via arch-commits
Date: Monday, September 5, 2022 @ 02:08:27
  Author: grawlinson
Revision: 1292954

archrelease: copy trunk to community-any

Added:
  cl-clx/repos/community-any/LICENSE
(from rev 1292953, cl-clx/trunk/LICENSE)
  cl-clx/repos/community-any/PKGBUILD
(from rev 1292953, cl-clx/trunk/PKGBUILD)
Deleted:
  cl-clx/repos/community-any/LICENSE
  cl-clx/repos/community-any/PKGBUILD

--+
 LICENSE  |  188 ++---
 PKGBUILD |  104 -
 2 files changed, 146 insertions(+), 146 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-09-05 02:07:40 UTC (rev 1292953)
+++ LICENSE 2022-09-05 02:08:27 UTC (rev 1292954)
@@ -1,94 +0,0 @@
-The files in the package have various copyright holders.  Here is a (not
-necessarily complete) list of the copyright holders and copying conditions:
-  
-Copyright (C) 1987 Texas Instruments Incorporated.
-  
-  Permission is granted to any individual or institution to use, copy, modify,
-  and distribute this software, provided that this complete copyright and
-  permission notice is maintained, intact, in all copies and supporting
-  documentation.
-  
-  Texas Instruments Incorporated provides this software "as is" without
-  express or implied warranty.
-
-Copyright (c) 1987, 1988, 1989 Franz Inc, Berkeley, Ca.
-  
-  Permission is granted to any individual or institution to use, copy,
-  modify, and distribute this software, provided that this complete
-  copyright and permission notice is maintained, intact, in all copies and
-  supporting documentation.
-  
-  Franz Incorporated provides this software "as is" without
-  express or implied warranty.
-
-Copyright (C) 1990 Symbolics, Inc.
-  
-  Permission is granted to any individual or institution to use, copy, modify,
-  and distribute this software, provided that this complete copyright and
-  permission notice is maintained, intact, in all copies and supporting
-  documentation.
-  
-  Symbolics, Inc. provides this software "as is" without
-  express or implied warranty.
-
-Copyright (C) 1987, 1989 Massachussetts Institute of Technology 
-
-  Permission is granted to any individual or institution to use, copy,
-  modify, and distribute this software, provided that this complete
-  copyright and permission notice is maintained, intact, in all copies and
-  supporting documentation.
- 
-  Massachussetts Institute of Technology provides this software "as is"
-  without express or implied warranty.
- 
-Copyright 1990 Massachusetts Institute of Technology, Cambridge,
-Massachusetts.  All Rights Reserved.
-  
-  Permission to use, copy, modify, and distribute this software and its
-  documentation for any purpose and without fee is hereby granted, provided
-  that the above copyright notice appear in all copies and that both that
-  copyright notice and this permission notice appear in supporting
-  documentation, and that the name MIT not be used in advertising or
-  publicity pertaining to distribution of the software without specific,
-  written prior permission.
-
-(c) copyright 1999 by Gilbert Baumann
-
-  Permission is granted to any individual or institution to use,
-  copy, modify, and distribute this software, provided that this
-  complete copyright and permission notice is maintained, intact, in
-  all copies and supporting documentation.
- 
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-(c) copyright 2002, 2003 by Gilbert Baumann
-(c) copyright 2002 by Christian Sunesson
- 
-  Permission is granted to any individual or institution to use,
-  copy, modify, and distribute this software, provided that this
-  complete copyright and permission notice is maintained, intact, in
-  all copies and supporting documentation.
- 
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- 
-(c) copyright 2003 by Iban Hatchondo
- 
-  Permission is granted to any individual or institution to use,
-  copy, modify, and distribute this software, provided that this
-  complete copyright and permission notice is maintained, intact, in
-  all copies and supporting documentation.
- 
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-  
-cmudep.lisp:
-
-  This code was written as part of the CMU Common Lisp project at
-  Carnegie Mellon University, and has been placed in the public domain.
-  If you want to use this code or any part of CMU Common Lisp, please contact
-  Scott Fahlman or slisp-gr...@cs.cmu.edu.

Copied: cl-clx/repos/community-any/LICENSE (from rev 1292953, 
c

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

2022-09-04 Thread George Rawlinson via arch-commits
Date: Monday, September 5, 2022 @ 02:07:40
  Author: grawlinson
Revision: 1292953

upgpkg: cl-clx 0.75.r71-1

Modified:
  cl-clx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 02:07:12 UTC (rev 1292952)
+++ PKGBUILD2022-09-05 02:07:40 UTC (rev 1292953)
@@ -2,7 +2,7 @@
 
 pkgname=cl-clx
 _pkgname="${pkgname#cl-}"
-pkgver=0.7.5.r67.g392421d
+pkgver=0.7.5.r71.gf5bc0ab
 pkgrel=1
 pkgdesc='An implementation of the X Window System protocol in Common Lisp'
 arch=('any')
@@ -14,7 +14,7 @@
   'xorg-server'
 )
 makedepends=('git')
-_commit='392421d057d62fd7ac9f813405d55937df2f676b'
+_commit='f5bc0abbe45e75273186ebb46b6d0babe31c8724'
 source=(
   "$pkgname::git+$url#commit=$_commit"
   'LICENSE'



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

2022-09-04 Thread George Rawlinson via arch-commits
Date: Monday, September 5, 2022 @ 02:07:12
  Author: grawlinson
Revision: 1292952

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-05 02:06:28 UTC (rev 1292951)
+++ PKGBUILD2022-09-05 02:07:12 UTC (rev 1292952)
@@ -1,29 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname='python-apptools'
-pkgver=5.1.0
-pkgrel=3
-pkgdesc="Application tools"
-arch=('any')
-url="https://github.com/enthought/apptools";
-license=('BSD')
-depends=('python-traits')
-makedepends=('python-setuptools')
-optdepends=('python-configobj: for apptools.preferences package'
-'python-traitsui: for user interface to apptools')
-source=("apptools-$pkgver.tar.gz::https://github.com/enthought/apptools/archive/${pkgver}.tar.gz";)
-sha256sums=('a79e766a7ce59ace08d0c0d771f8d5a7df4dcb3b4efd0915258b151b1f169a87')
-
-build() {
-  cd "$srcdir"/apptools-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/apptools-$pkgver
-
-  python setup.py install --root="$pkgdir"/  --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apptools/repos/community-any/PKGBUILD (from rev 1292951, 
python-apptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-05 02:07:12 UTC (rev 1292952)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname='python-apptools'
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="Application tools"
+arch=('any')
+url="https://github.com/enthought/apptools";
+license=('BSD')
+depends=('python-traits')
+makedepends=('python-setuptools')
+optdepends=('python-configobj: for apptools.preferences package'
+'python-traitsui: for user interface to apptools')
+source=("apptools-$pkgver.tar.gz::https://github.com/enthought/apptools/archive/${pkgver}.tar.gz";)
+sha256sums=('ccb8f7a2ce7791d81b8f1114b797dbb61346d63b857b262a197ade83f1b0ddb3')
+
+build() {
+  cd "$srcdir"/apptools-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/apptools-$pkgver
+
+  python setup.py install --root="$pkgdir"/  --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-09-04 Thread George Rawlinson via arch-commits
Date: Monday, September 5, 2022 @ 02:06:28
  Author: grawlinson
Revision: 1292951

upgpkg: python-apptools 5.2.0-1; new upstream release

Modified:
  python-apptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 02:04:28 UTC (rev 1292950)
+++ PKGBUILD2022-09-05 02:06:28 UTC (rev 1292951)
@@ -1,8 +1,8 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname='python-apptools'
-pkgver=5.1.0
-pkgrel=3
+pkgver=5.2.0
+pkgrel=1
 pkgdesc="Application tools"
 arch=('any')
 url="https://github.com/enthought/apptools";
@@ -12,7 +12,7 @@
 optdepends=('python-configobj: for apptools.preferences package'
 'python-traitsui: for user interface to apptools')
 
source=("apptools-$pkgver.tar.gz::https://github.com/enthought/apptools/archive/${pkgver}.tar.gz";)
-sha256sums=('a79e766a7ce59ace08d0c0d771f8d5a7df4dcb3b4efd0915258b151b1f169a87')
+sha256sums=('ccb8f7a2ce7791d81b8f1114b797dbb61346d63b857b262a197ade83f1b0ddb3')
 
 build() {
   cd "$srcdir"/apptools-$pkgver



[arch-commits] Commit in loki/repos/community-x86_64 (15 files)

2022-09-04 Thread Daurnimator via arch-commits
Date: Monday, September 5, 2022 @ 02:04:28
  Author: daurnimator
Revision: 1292950

archrelease: copy trunk to community-x86_64

Added:
  loki/repos/community-x86_64/PKGBUILD
(from rev 1292949, loki/trunk/PKGBUILD)
  loki/repos/community-x86_64/go-1.19.patch
(from rev 1292949, loki/trunk/go-1.19.patch)
  loki/repos/community-x86_64/loki.service
(from rev 1292949, loki/trunk/loki.service)
  loki/repos/community-x86_64/loki.sysusers
(from rev 1292949, loki/trunk/loki.sysusers)
  loki/repos/community-x86_64/loki.tmpfiles
(from rev 1292949, loki/trunk/loki.tmpfiles)
  loki/repos/community-x86_64/promtail.service
(from rev 1292949, loki/trunk/promtail.service)
  loki/repos/community-x86_64/promtail.sysusers
(from rev 1292949, loki/trunk/promtail.sysusers)
  loki/repos/community-x86_64/promtail.tmpfiles
(from rev 1292949, loki/trunk/promtail.tmpfiles)
Deleted:
  loki/repos/community-x86_64/PKGBUILD
  loki/repos/community-x86_64/loki.service
  loki/repos/community-x86_64/loki.sysusers
  loki/repos/community-x86_64/loki.tmpfiles
  loki/repos/community-x86_64/promtail.service
  loki/repos/community-x86_64/promtail.sysusers
  loki/repos/community-x86_64/promtail.tmpfiles

---+
 PKGBUILD  |  210 ++--
 go-1.19.patch |   65 
 loki.service  |   58 +++---
 loki.sysusers |2 
 loki.tmpfiles |2 
 promtail.service  |   58 +++---
 promtail.sysusers |4 
 promtail.tmpfiles |2 
 8 files changed, 235 insertions(+), 166 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-05 02:03:43 UTC (rev 1292949)
+++ PKGBUILD2022-09-05 02:04:28 UTC (rev 1292950)
@@ -1,103 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Jelle van der Waa 
-
-pkgname=('loki' 'loki-canary' 'promtail' 'logcli')
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='like Prometheus, but for logs'
-url='https://github.com/grafana/loki'
-arch=('x86_64')
-license=('AGPL3' 'Apache')
-depends=('glibc')
-makedepends=('go' 'systemd')
-options=('!lto')
-source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/loki/archive/v$pkgver.tar.gz
-promtail.sysusers promtail.service promtail.tmpfiles
-loki.sysusers loki.service loki.tmpfiles)
-sha512sums=('d727ebbe2be30b9446c5369ccecfddfb05641a6f4d8231f41c2aad48979b9db1b97bda338d0e922e34d440d4e343de83be5c3250ad35de5c3d5fcbdb9a77e6f4'
-
'2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74'
-
'18011b135c7817f2542f7a93b607ee46e5d61625921c7dc6e46e1b29e31c67147653b215d8677fde21cdce3b577c479cebd2d85f47e4b8cbe4c30f8be5f910cd'
-
'598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788'
-
'f00b3cb64b71d3ca5a422a2bdff1f81a3e2707c4f73bcb27e24338eabff039b96125c847aaae43c9b22ccc47f89585118c1d0e0b29c4eb7b6f9260c68f8a8324'
-
'03904b67617e4064a1eb39b6edfaec5d55bc85f142e867d115d3d0e12494a052fddf13bb6f5c541aaca29a18582df2332bb0cc6b8f29928cf6a0d5d2710ead74'
-
'de40d1e6752edbf8c21317ce1ee10f98dfc869e569c07092c613f7144e261e9438683a145a2e0e37e2a9fc758c5c2f02e1d0ac1c60347e98b147e4a550ec6040')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  go mod download
-}
-
-build() {
-  cd loki-$pkgver
-
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOPROXY=off
-  for path in cmd/loki cmd/loki-canary cmd/logcli clients/cmd/promtail; do
-go build \
-  -trimpath \
-  -buildmode=pie \
-  -mod=readonly \
-  -modcacherw \
-  -ldflags " \
- -X github.com/grafana/loki/pkg/util/build.Version=$pkgver
- -X github.com/grafana/loki/pkg/util/build.BuildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH})
- -linkmode external
- -extldflags \"${LDFLAGS}\"" \
-  ./"$path"
-  done
-}
-
-check() {
-  cd loki-$pkgver
-
-  go test ./...
-}
-
-package_loki() {
-  backup=('etc/loki/loki.yaml')
-
-  cd loki-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin loki
-
-  install -Dm644 cmd/loki/loki-local-config.yaml $pkgdir/etc/loki/loki.yaml
-
-  install -Dm644 ${srcdir}/loki.sysusers "$pkgdir/usr/lib/sysusers.d/loki.conf"
-  install -Dm644 ${srcdir}/loki.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/loki.conf"
-  install -Dm644 ${srcdir}/loki.service 
"$pkgdir/usr/lib/systemd/system/loki.service"
-}
-
-package_loki-canary() {
-  pkgdesc="A standalone app that audits the log capturing performance of Loki"
-
-  cd loki-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin loki-canary
-}
-
-package_promtail() {
-  pkgdesc="An agent which ships the contents of local logs to a private Loki 
instance or Grafana Cloud"
-  backup=('etc/loki/promtail.yaml')
-
-  cd loki-$pkgver
-

[arch-commits] Commit in loki/trunk (PKGBUILD go-1.19.patch)

2022-09-04 Thread Daurnimator via arch-commits
Date: Monday, September 5, 2022 @ 02:03:43
  Author: daurnimator
Revision: 1292949

upgpkg: loki 2.6.1-1

Added:
  loki/trunk/go-1.19.patch
Modified:
  loki/trunk/PKGBUILD

---+
 PKGBUILD  |   12 ++
 go-1.19.patch |   65 
 2 files changed, 73 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 01:16:03 UTC (rev 1292948)
+++ PKGBUILD2022-09-05 02:03:43 UTC (rev 1292949)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=('loki' 'loki-canary' 'promtail' 'logcli')
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc='like Prometheus, but for logs'
 url='https://github.com/grafana/loki'
@@ -13,18 +13,22 @@
 options=('!lto')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/loki/archive/v$pkgver.tar.gz
 promtail.sysusers promtail.service promtail.tmpfiles
-loki.sysusers loki.service loki.tmpfiles)
-sha512sums=('d727ebbe2be30b9446c5369ccecfddfb05641a6f4d8231f41c2aad48979b9db1b97bda338d0e922e34d440d4e343de83be5c3250ad35de5c3d5fcbdb9a77e6f4'
+loki.sysusers loki.service loki.tmpfiles
+go-1.19.patch)
+sha512sums=('9a95b0dfde2c814c0d180929e9099a02ff8dcd9c7ca88b8fd3632c031dd5b26c8229ed2d9bb5af76ef3eead906e0e5e2062ccf4edcb5ab2dabc631228930b3b1'
 
'2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74'
 
'18011b135c7817f2542f7a93b607ee46e5d61625921c7dc6e46e1b29e31c67147653b215d8677fde21cdce3b577c479cebd2d85f47e4b8cbe4c30f8be5f910cd'
 
'598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788'
 
'f00b3cb64b71d3ca5a422a2bdff1f81a3e2707c4f73bcb27e24338eabff039b96125c847aaae43c9b22ccc47f89585118c1d0e0b29c4eb7b6f9260c68f8a8324'
 
'03904b67617e4064a1eb39b6edfaec5d55bc85f142e867d115d3d0e12494a052fddf13bb6f5c541aaca29a18582df2332bb0cc6b8f29928cf6a0d5d2710ead74'
-
'de40d1e6752edbf8c21317ce1ee10f98dfc869e569c07092c613f7144e261e9438683a145a2e0e37e2a9fc758c5c2f02e1d0ac1c60347e98b147e4a550ec6040')
+
'de40d1e6752edbf8c21317ce1ee10f98dfc869e569c07092c613f7144e261e9438683a145a2e0e37e2a9fc758c5c2f02e1d0ac1c60347e98b147e4a550ec6040'
+
'a4ac82beeea71ff0125480246cd64573be29b19f192334a5d9a3b5663e59fedd9bc29a78e083542d760376cc039342888de573608b1f91986efdcd09adf31f13')
 
 prepare() {
   cd "$pkgname-$pkgver"
 
+  patch -Np1 -i ../go-1.19.patch
+
   go mod download
 }
 

Added: go-1.19.patch
===
--- go-1.19.patch   (rev 0)
+++ go-1.19.patch   2022-09-05 02:03:43 UTC (rev 1292949)
@@ -0,0 +1,65 @@
+diff --git a/go.mod b/go.mod
+index f6b5af8bb..667ed4517 100644
+--- a/go.mod
 b/go.mod
+@@ -327,3 +327,5 @@ exclude k8s.io/client-go v8.0.0+incompatible
+ // Replace memberlist with our fork which includes some fixes that haven't 
been
+ // merged upstream yet.
+ replace github.com/hashicorp/memberlist => github.com/grafana/memberlist 
v0.3.1-0.20220708130638-bd88e10a3d91
++
++replace go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 
=> go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760
+diff --git a/go.sum b/go.sum
+index bf4a83f17..f3db4362c 100644
+--- a/go.sum
 b/go.sum
+@@ -2028,8 +2028,8 @@ go.uber.org/zap v1.19.1 
h1:ue41HOKd1vGURxrmeKIgELGb3jPW9DMUDGtsinblHwI=
+ go.uber.org/zap v1.19.1/go.mod h1:j3DNczoxDZroyBnOT1L/Q79cfUMGZxlv/9dzN7SM1rI=
+ go4.org/intern v0.0.0-20211027215823-ae77deb06f29 
h1:UXLjNohABv4S58tHmeuIZDO6e3mHpW2Dx33gaNt03LE=
+ go4.org/intern v0.0.0-20211027215823-ae77deb06f29/go.mod 
h1:cS2ma+47FKrLPdXFpr7CuxiTW3eyJbWew4qx0qtQWDA=
+-go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 
h1:Tx9kY6yUkLge/pFG7IEMwDZy6CS2ajFc9TvQdPCW0uA=
+-go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37/go.mod 
h1:FftLjUGFEDu5k8lt0ddY+HcrH/qU/0qk+H8j9/nTl3E=
++go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 
h1:FyBZqvoA/jbNzuAWLQE2kG820zMAkcilx6BMjGbL/E4=
++go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760/go.mod 
h1:FftLjUGFEDu5k8lt0ddY+HcrH/qU/0qk+H8j9/nTl3E=
+ golang.org/x/crypto v0.0.0-20171113213409-9f005a07e0d3/go.mod 
h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
+ golang.org/x/crypto v0.0.0-20180505025534-4ec37c66abab/go.mod 
h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
+ golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod 
h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
+@@ -2345,11 +2345,9 @@ golang.org/x/sys 
v0.0.0-20210305230114-8fe3ee5dd75b/go.mod h1:h1NjWce9XRLGQEsW7w
+ golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod 
h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+ golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod 

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

2022-09-04 Thread Daurnimator via arch-commits
Date: Monday, September 5, 2022 @ 01:16:03
  Author: daurnimator
Revision: 1292948

archrelease: copy trunk to community-x86_64

Added:
  argocd/repos/community-x86_64/PKGBUILD
(from rev 1292947, argocd/trunk/PKGBUILD)
  argocd/repos/community-x86_64/argo-ui.patch
(from rev 1292947, argocd/trunk/argo-ui.patch)
Deleted:
  argocd/repos/community-x86_64/PKGBUILD
  argocd/repos/community-x86_64/argo-ui.patch

---+
 PKGBUILD  |  152 
 argo-ui.patch |   22 
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-05 01:15:43 UTC (rev 1292947)
+++ PKGBUILD2022-09-05 01:16:03 UTC (rev 1292948)
@@ -1,76 +0,0 @@
-# Maintainer: Daurnimator 
-
-pkgname=argocd
-pkgver=2.4.10
-# find matching argo-ui commit via ui/yarn.lock
-# commit id also needs to be updated in argo-ui.patch
-_argoui_commit=5cc690ed53747374cb1b3c1c609aff1a23255a70
-pkgrel=1
-pkgdesc="Declarative continuous deployment for Kubernetes"
-arch=('x86_64')
-url='https://argo-cd.readthedocs.io/en/stable/'
-license=('Apache')
-makedepends=('go' 'python' 'yarn')
-depends=('glibc')
-provides=('argocd-cli')
-replaces=('argocd-cli')
-source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz";
-
"argo-ui-${_argoui_commit}.tar.gz::https://github.com/argoproj/argo-ui/archive/${_argoui_commit}.tar.gz";
-"argo-ui.patch")
-sha512sums=('c3b860a622ed60ee385cf9ac9175a20b1e79f644a848044dd97287792347c00acb309372daa1a24fc192403472808e403462522dec9ae30a58835a98cf25895f'
-
'738acfc0803f8fedf8213db2e4470f4f3641466ab9f98de7762d9429977369177cbf4f42b177b4a58d35e60b7cf15fac400bc373e5f2cfe94943de6a793e4e05'
-
'd5b16d63e4d63c26b69d0c0688744948232248b0e62d0849860654f7f8ecea18acc5a196daa3d0162fd54d625995af8c3bcd455d29095b7a3d1c9fef80812912')
-
-prepare() {
-  cd "argo-cd-$pkgver"
-
-  patch -p0 -i ../argo-ui.patch
-
-  go mod download
-}
-
-build() {
-  cd "argo-cd-$pkgver"
-
-  (
-cd ui
-yarn install --cache-folder "${srcdir}/yarn-cache"
-ARGO_VERSION="$pkgver" NODE_ENV='production' NODE_ONLINE_ENV='online' yarn 
build
-  )
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOPROXY=off
-  go build -o argocd \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-X github.com/argoproj/argo-cd/v2/common.version=${pkgver} \
-  -X github.com/argoproj/argo-cd/v2/common.buildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH}) \
-  -X github.com/argoproj/argo-cd/v2/common.gitTag=${pkgver} \
-  -linkmode=external \
-  -extldflags \"${LDFLAGS}\"" \
-./cmd
-
-  ./argocd completion bash > argocd.bash
-  ./argocd completion zsh > argocd.zsh
-}
-
-package() {
-  cd "argo-cd-$pkgver"
-
-  install -D argocd "$pkgdir/usr/bin/argocd"
-  ln -s argocd "$pkgdir/usr/bin/argocd-server"
-  ln -s argocd "$pkgdir/usr/bin/argocd-application-controller"
-  ln -s argocd "$pkgdir/usr/bin/argocd-repo-server"
-  ln -s argocd "$pkgdir/usr/bin/argocd-cmp-server"
-  ln -s argocd "$pkgdir/usr/bin/argocd-dex"
-  ln -s argocd "$pkgdir/usr/bin/argocd-notifications"
-  ln -s argocd "$pkgdir/usr/bin/argocd-git-ask-pass"
-
-  install -Dm644 argocd.bash 
"$pkgdir/usr/share/bash-completion/completions/argocd"
-  install -Dm644 argocd.zsh "$pkgdir/usr/share/zsh/site-functions/_argocd"
-}

Copied: argocd/repos/community-x86_64/PKGBUILD (from rev 1292947, 
argocd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-05 01:16:03 UTC (rev 1292948)
@@ -0,0 +1,76 @@
+# Maintainer: Daurnimator 
+
+pkgname=argocd
+pkgver=2.4.11
+# find matching argo-ui commit via ui/yarn.lock
+# commit id also needs to be updated in argo-ui.patch
+_argoui_commit=5cc690ed53747374cb1b3c1c609aff1a23255a70
+pkgrel=1
+pkgdesc="Declarative continuous deployment for Kubernetes"
+arch=('x86_64')
+url='https://argo-cd.readthedocs.io/en/stable/'
+license=('Apache')
+makedepends=('go' 'python' 'yarn')
+depends=('glibc')
+provides=('argocd-cli')
+replaces=('argocd-cli')
+source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz";
+
"argo-ui-${_argoui_commit}.tar.gz::https://github.com/argoproj/argo-ui/archive/${_argoui_commit}.tar.gz";
+"argo-ui.patch")
+sha512sums=('8801636b73d1a2c729a1dbc6000bd4bb2af20bc56ac967fb07e9fbfbd3700f283e86249a87da9c5ad8fc4f54eb59b0ac6548541c6ad36852514fa1c97a79dfda'
+
'738acfc0803f8fedf8213db2e4470f4f3641466ab9f98de7762d9429977369177cbf4f42b177b4a58d35e60b7cf15fac400bc373e5f2cfe94943de6a793e4e05'
+
'd5b16d63e4d63c26b69d0c0688744948232248b0e62d0849860654f7f8ecea18

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

2022-09-04 Thread Daurnimator via arch-commits
Date: Monday, September 5, 2022 @ 01:15:43
  Author: daurnimator
Revision: 1292947

upgpkg: argocd 2.4.11-1

Modified:
  argocd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 00:17:05 UTC (rev 1292946)
+++ PKGBUILD2022-09-05 01:15:43 UTC (rev 1292947)
@@ -1,7 +1,7 @@
 # Maintainer: Daurnimator 
 
 pkgname=argocd
-pkgver=2.4.10
+pkgver=2.4.11
 # find matching argo-ui commit via ui/yarn.lock
 # commit id also needs to be updated in argo-ui.patch
 _argoui_commit=5cc690ed53747374cb1b3c1c609aff1a23255a70
@@ -17,7 +17,7 @@
 
source=("argo-cd-${pkgver}.tar.gz::https://github.com/argoproj/argo-cd/archive/v${pkgver}.tar.gz";
 
"argo-ui-${_argoui_commit}.tar.gz::https://github.com/argoproj/argo-ui/archive/${_argoui_commit}.tar.gz";
 "argo-ui.patch")
-sha512sums=('c3b860a622ed60ee385cf9ac9175a20b1e79f644a848044dd97287792347c00acb309372daa1a24fc192403472808e403462522dec9ae30a58835a98cf25895f'
+sha512sums=('8801636b73d1a2c729a1dbc6000bd4bb2af20bc56ac967fb07e9fbfbd3700f283e86249a87da9c5ad8fc4f54eb59b0ac6548541c6ad36852514fa1c97a79dfda'
 
'738acfc0803f8fedf8213db2e4470f4f3641466ab9f98de7762d9429977369177cbf4f42b177b4a58d35e60b7cf15fac400bc373e5f2cfe94943de6a793e4e05'
 
'd5b16d63e4d63c26b69d0c0688744948232248b0e62d0849860654f7f8ecea18acc5a196daa3d0162fd54d625995af8c3bcd455d29095b7a3d1c9fef80812912')
 



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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Monday, September 5, 2022 @ 00:17:05
  Author: kgizdov
Revision: 1292946

archrelease: copy trunk to community-x86_64

Added:
  python-llvmlite/repos/community-x86_64/PKGBUILD
(from rev 1292945, python-llvmlite/trunk/PKGBUILD)
Deleted:
  python-llvmlite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-05 00:16:58 UTC (rev 1292945)
+++ PKGBUILD2022-09-05 00:17:05 UTC (rev 1292946)
@@ -1,35 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-
-_pkgname=llvmlite
-pkgbase="python-${_pkgname}"
-pkgname=("${pkgbase}")
-pkgver=0.39.0
-pkgrel=1
-pkgdesc='A Lightweight LLVM Python Binding for Writing JIT Compilers'
-arch=('x86_64')
-makedepends=('cmake' 'llvm11' 'git' 'python-build' 'python-installer' 
'python-wheel' 'python-setuptools-scm')
-checkdepends=('python-tests')
-depends=('python' 'llvm11-libs')
-url="https://github.com/numba/${_pkgname}";
-license=('BSD')
-
-source=("${_pkgname}::git+${url}#tag=v${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-cd "${srcdir}/${_pkgname}"
-python -m build --wheel --no-isolation
-}
-
-check() {
-cd "${srcdir}/${_pkgname}"
-python -m test || echo 'some tests failed!'
-}
-
-package() {
-cd "${srcdir}/${_pkgname}"
-
-python -m installer --destdir="$pkgdir" dist/*.whl
-
-install -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-llvmlite/repos/community-x86_64/PKGBUILD (from rev 1292945, 
python-llvmlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-05 00:17:05 UTC (rev 1292946)
@@ -0,0 +1,35 @@
+# Maintainer: Konstantin Gizdov 
+
+_pkgname=llvmlite
+pkgbase="python-${_pkgname}"
+pkgname=("${pkgbase}")
+pkgver=0.39.1
+pkgrel=1
+pkgdesc='A Lightweight LLVM Python Binding for Writing JIT Compilers'
+arch=('x86_64')
+makedepends=('cmake' 'llvm11' 'git' 'python-build' 'python-installer' 
'python-wheel' 'python-setuptools-scm')
+checkdepends=('python-tests')
+depends=('python' 'llvm11-libs')
+url="https://github.com/numba/${_pkgname}";
+license=('BSD')
+
+source=("${_pkgname}::git+${url}#tag=v${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${_pkgname}"
+python -m build --wheel --no-isolation
+}
+
+check() {
+cd "${srcdir}/${_pkgname}"
+python -m test || echo 'some tests failed!'
+}
+
+package() {
+cd "${srcdir}/${_pkgname}"
+
+python -m installer --destdir="$pkgdir" dist/*.whl
+
+install -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Monday, September 5, 2022 @ 00:16:58
  Author: kgizdov
Revision: 1292945

upgpkg: python-llvmlite 0.39.1-1: upgpkg: python-llvmlite 0.39.1-1

Modified:
  python-llvmlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 23:04:11 UTC (rev 1292944)
+++ PKGBUILD2022-09-05 00:16:58 UTC (rev 1292945)
@@ -3,7 +3,7 @@
 _pkgname=llvmlite
 pkgbase="python-${_pkgname}"
 pkgname=("${pkgbase}")
-pkgver=0.39.0
+pkgver=0.39.1
 pkgrel=1
 pkgdesc='A Lightweight LLVM Python Binding for Writing JIT Compilers'
 arch=('x86_64')



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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 23:02:22
  Author: kgizdov
Revision: 1292941

archrelease: copy trunk to community-testing-any

Added:
  python-antlr4/repos/community-testing-any/
  python-antlr4/repos/community-testing-any/PKGBUILD
(from rev 1292940, python-antlr4/trunk/PKGBUILD)

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

Copied: python-antlr4/repos/community-testing-any/PKGBUILD (from rev 1292940, 
python-antlr4/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-09-04 23:02:22 UTC (rev 1292941)
@@ -0,0 +1,33 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Baptiste Jonglez 
+
+_pkgname=antlr4
+pkgname="python-${_pkgname}"
+pkgver=4.11.1
+pkgrel=1
+pkgdesc="ANTLR4 runtime for Python"
+arch=('any')
+url="https://www.antlr.org/";
+license=('BSD')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools-scm')
+checkdepends=('python-tests' 'gdb' 'tk')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/antlr/${_pkgname}/archive/${pkgver}.tar.gz";)
+b2sums=('ac6e49ae8d4d44923e40eba98fa2c850cb594929ae1a29223678377aabe6f35d57f95e125393aa6b7145828c876442608883356b594ab43346c891ca932d9fd5')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}/runtime/Python3"
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "${srcdir}/${_pkgname}-${pkgver}/runtime/Python3"
+  python -m test || echo 'Test fails due to deprecated distutils'
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}/runtime/Python3"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 "${srcdir}/${_pkgname}-${pkgver}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}"/LICENSE
+}



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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 23:02:16
  Author: kgizdov
Revision: 1292940

upgpkg: python-antlr4 4.11.1-1

Modified:
  python-antlr4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 22:25:42 UTC (rev 1292939)
+++ PKGBUILD2022-09-04 23:02:16 UTC (rev 1292940)
@@ -3,7 +3,7 @@
 
 _pkgname=antlr4
 pkgname="python-${_pkgname}"
-pkgver=4.10.1
+pkgver=4.11.1
 pkgrel=1
 pkgdesc="ANTLR4 runtime for Python"
 arch=('any')
@@ -11,9 +11,9 @@
 license=('BSD')
 depends=('python')
 makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools-scm')
-checkdepends=('python-tests')
+checkdepends=('python-tests' 'gdb' 'tk')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/antlr/${_pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('a320568b738e42735946bebc5d9d333170e14a251c5734e8b852ad1502efa8a2')
+b2sums=('ac6e49ae8d4d44923e40eba98fa2c850cb594929ae1a29223678377aabe6f35d57f95e125393aa6b7145828c876442608883356b594ab43346c891ca932d9fd5')
 
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}/runtime/Python3"
@@ -22,7 +22,7 @@
 
 check() {
   cd "${srcdir}/${_pkgname}-${pkgver}/runtime/Python3"
-  python -m test
+  python -m test || echo 'Test fails due to deprecated distutils'
 }
 
 package() {



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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 22:25:42
  Author: kgizdov
Revision: 1292939

archrelease: copy trunk to community-x86_64

Added:
  libbobcat/repos/community-x86_64/PKGBUILD
(from rev 1292938, libbobcat/trunk/PKGBUILD)
Deleted:
  libbobcat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 22:25:36 UTC (rev 1292938)
+++ PKGBUILD2022-09-04 22:25:42 UTC (rev 1292939)
@@ -1,39 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-# Contributor: Kevin Brodsky 
-# Contributor: Anton Jongsma 
-
-_pkgname=bobcat
-pkgname="lib${_pkgname}"
-pkgver=5.11.00
-pkgrel=1
-pkgdesc="Bobcat (Brokken's Own Base Classes And Templates) library"
-arch=('x86_64')
-url="https://fbb-git.gitlab.io/bobcat/";
-license=('GPL')
-depends=('openssl' 'libx11')
-makedepends=('icmake>=9.03.01' 'readline' 'libmilter' 'yodl')
-source=("https://gitlab.com/fbb-git/${_pkgname}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz";)
-b2sums=('3e862cd1da60440608c02ffb17923d29c53893dadb25dcabee0172338bdc3a95c54106c11fcec50179e15b1116cfe48ea4f42ea2f9a4e7c8220d738548e772fb')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}/${_pkgname}"
-
-  # Since makepkg always defines CXXFLAGS, it overrides the default value
-  # defined in the build system, which is problematic because it needs a
-  # specific C++ version. Add it back here.
-  export CXXFLAGS="${CXXFLAGS} -std=c++20"
-
-  ./build libraries all
-  ./build man
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}/${_pkgname}"
-
-  # Since 4.01.02, first argument to install is  (x = all),
-  # and second is the base directory (absolute path, unlike 4.01.00)
-  ./build install x "${pkgdir}"
-
-  # fix paths
-  ln -s /usr/share/doc/libbobcat5-dev "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: libbobcat/repos/community-x86_64/PKGBUILD (from rev 1292938, 
libbobcat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 22:25:42 UTC (rev 1292939)
@@ -0,0 +1,39 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Kevin Brodsky 
+# Contributor: Anton Jongsma 
+
+_pkgname=bobcat
+pkgname="lib${_pkgname}"
+pkgver=5.11.00
+pkgrel=2
+pkgdesc="Bobcat (Brokken's Own Base Classes And Templates) library"
+arch=('x86_64')
+url="https://fbb-git.gitlab.io/bobcat/";
+license=('GPL')
+depends=('openssl' 'libx11' 'readline')
+makedepends=('icmake>=9.03.01' 'libmilter' 'yodl')
+source=("https://gitlab.com/fbb-git/${_pkgname}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz";)
+b2sums=('3e862cd1da60440608c02ffb17923d29c53893dadb25dcabee0172338bdc3a95c54106c11fcec50179e15b1116cfe48ea4f42ea2f9a4e7c8220d738548e772fb')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}/${_pkgname}"
+
+  # Since makepkg always defines CXXFLAGS, it overrides the default value
+  # defined in the build system, which is problematic because it needs a
+  # specific C++ version. Add it back here.
+  export CXXFLAGS="${CXXFLAGS} -std=c++20"
+
+  ./build libraries all
+  ./build man
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}/${_pkgname}"
+
+  # Since 4.01.02, first argument to install is  (x = all),
+  # and second is the base directory (absolute path, unlike 4.01.00)
+  ./build install x "${pkgdir}"
+
+  # fix paths
+  ln -s /usr/share/doc/libbobcat5-dev "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 22:25:36
  Author: kgizdov
Revision: 1292938

upgpkg: libbobcat 5.11.00-2: fix deps

Modified:
  libbobcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 22:20:18 UTC (rev 1292937)
+++ PKGBUILD2022-09-04 22:25:36 UTC (rev 1292938)
@@ -5,13 +5,13 @@
 _pkgname=bobcat
 pkgname="lib${_pkgname}"
 pkgver=5.11.00
-pkgrel=1
+pkgrel=2
 pkgdesc="Bobcat (Brokken's Own Base Classes And Templates) library"
 arch=('x86_64')
 url="https://fbb-git.gitlab.io/bobcat/";
 license=('GPL')
-depends=('openssl' 'libx11')
-makedepends=('icmake>=9.03.01' 'readline' 'libmilter' 'yodl')
+depends=('openssl' 'libx11' 'readline')
+makedepends=('icmake>=9.03.01' 'libmilter' 'yodl')
 
source=("https://gitlab.com/fbb-git/${_pkgname}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz";)
 
b2sums=('3e862cd1da60440608c02ffb17923d29c53893dadb25dcabee0172338bdc3a95c54106c11fcec50179e15b1116cfe48ea4f42ea2f9a4e7c8220d738548e772fb')
 



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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 22:20:18
  Author: kgizdov
Revision: 1292937

archrelease: copy trunk to community-x86_64

Added:
  icmake/repos/community-x86_64/PKGBUILD
(from rev 1292936, icmake/trunk/PKGBUILD)
  icmake/repos/community-x86_64/disable-clear-screen.patch
(from rev 1292936, icmake/trunk/disable-clear-screen.patch)
Deleted:
  icmake/repos/community-x86_64/PKGBUILD
  icmake/repos/community-x86_64/disable-clear-screen.patch

+
 PKGBUILD   |   79 +++
 disable-clear-screen.patch |   42 +++---
 2 files changed, 64 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 22:20:10 UTC (rev 1292936)
+++ PKGBUILD2022-09-04 22:20:18 UTC (rev 1292937)
@@ -1,36 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Maintainer: Konstantin Gizdov 
-# Contributor: Christian Hesse 
-# Contributor: Andreas Wagner 
-# Contributor: Jeff Mickey 
-
-pkgname=icmake
-pkgver=9.03.01
-pkgrel=2
-pkgdesc='A program maintenance (make) utility using a C-like grammar'
-arch=('x86_64')
-url='https://fbb-git.gitlab.io/icmake/'
-license=('GPL3')
-source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";
-"disable-clear-screen.patch")
-sha256sums=('7c5c091f58f576da580238c5e3636e2038d9ecf5efb6562ae7e402910d9036e6'
-'f141389f6a42ac8a66b8abcd1a2649e3d41cd661ab0c5fdafab0c37a8fa793ba')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-patch -Np1 -i "${srcdir}/disable-clear-screen.patch"
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-   ./icm_prepare /
-   ./icm_bootstrap /
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-   ./icm_install all "${pkgdir}"
-}
-

Copied: icmake/repos/community-x86_64/PKGBUILD (from rev 1292936, 
icmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 22:20:18 UTC (rev 1292937)
@@ -0,0 +1,43 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Baptiste Jonglez 
+# Contributor: Christian Hesse 
+# Contributor: Andreas Wagner 
+# Contributor: Jeff Mickey 
+
+pkgname=icmake
+pkgver=10.03.00
+pkgrel=1
+pkgdesc='A program maintenance (make) utility using a C-like grammar'
+arch=('x86_64')
+url='https://fbb-git.gitlab.io/icmake/'
+license=('GPL3')
+source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";
+"disable-clear-screen.patch")
+sha256sums=('52033bb259b110bb99b398de17561b0cc8167ee1b6cfc112e78d6af408ac7d85'
+'f141389f6a42ac8a66b8abcd1a2649e3d41cd661ab0c5fdafab0c37a8fa793ba')
+depends=('libbobcat' 'libunwind')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+patch -Np1 -i "${srcdir}/disable-clear-screen.patch"
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+export CXXFLAGS="${CXXFLAGS} -Wp,-U_GLIBCXX_ASSERTIONS -std=c++20"
+
+./icm_prepare /
+./icm_bootstrap /
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+./icm_install all "${pkgdir}"
+
+# fix paths
+cd "${pkgdir}"/usr
+mv libexec lib
+}
+

Deleted: disable-clear-screen.patch
===
--- disable-clear-screen.patch  2022-09-04 22:20:10 UTC (rev 1292936)
+++ disable-clear-screen.patch  2022-09-04 22:20:18 UTC (rev 1292937)
@@ -1,21 +0,0 @@
-commit 42d3987d08e41723a2ca8739550bbf5d58e45ea8
-Author: Baptiste Jonglez 
-Date:   Sat Jul 7 12:58:54 2018 +0200
-
-Disable screen clearing
-
-This tends to fail when building in a clean chroot (e.g. yodl) because of
-missing terminal definition, and is of dubious interest anyway.
-
-diff --color -aur icmake-9.03.01-old/icmake/scripts/ib/main 
icmake-9.03.01-new/icmake/scripts/ib/main
 icmake-9.03.01-old/icmake/scripts/ib/main  2020-01-13 11:30:09.0 
+0200
-+++ icmake-9.03.01-new/icmake/scripts/ib/main  2020-08-10 15:10:44.705348577 
+0300
-@@ -34,7 +34,7 @@
- g_option = _c;
- #endif
- 
--if (g_option == _c) // clear the screen before compilation
-+if (0)  // clear the screen before compilation
- system("tput clear");   // starts
- 
- // compile all sources except MAIN

Copied: icmake/repos/community-x86_64/disable-clear-screen.patch (from rev 
1292936, icmake/trunk/disable-clear-screen.patch)
===
--- disable-clear-screen.patch  (rev 0)
+++ disable-clear-screen.patch  2022-09-04 22:20:18 UTC (rev 1292937)
@@ -0,0 +1,21 @@
+commit 42d3987d08e41723a2ca8739550bbf5d58e45ea8
+Author: Baptiste Jonglez 
+Date:   Sat Jul 7 12:58:54 2018 +0200
+
+Disable scr

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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 22:20:10
  Author: kgizdov
Revision: 1292936

upgpkg: icmake 10.03.00-1

Modified:
  icmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 22:17:56 UTC (rev 1292935)
+++ PKGBUILD2022-09-04 22:20:10 UTC (rev 1292936)
@@ -1,12 +1,12 @@
-# Maintainer: Baptiste Jonglez 
 # Maintainer: Konstantin Gizdov 
+# Contributor: Baptiste Jonglez 
 # Contributor: Christian Hesse 
 # Contributor: Andreas Wagner 
 # Contributor: Jeff Mickey 
 
 pkgname=icmake
-pkgver=9.03.01
-pkgrel=2
+pkgver=10.03.00
+pkgrel=1
 pkgdesc='A program maintenance (make) utility using a C-like grammar'
 arch=('x86_64')
 url='https://fbb-git.gitlab.io/icmake/'
@@ -13,24 +13,31 @@
 license=('GPL3')
 
source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";
 "disable-clear-screen.patch")
-sha256sums=('7c5c091f58f576da580238c5e3636e2038d9ecf5efb6562ae7e402910d9036e6'
+sha256sums=('52033bb259b110bb99b398de17561b0cc8167ee1b6cfc112e78d6af408ac7d85'
 'f141389f6a42ac8a66b8abcd1a2649e3d41cd661ab0c5fdafab0c37a8fa793ba')
+depends=('libbobcat' 'libunwind')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-patch -Np1 -i "${srcdir}/disable-clear-screen.patch"
+patch -Np1 -i "${srcdir}/disable-clear-screen.patch"
 }
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
 
-   ./icm_prepare /
-   ./icm_bootstrap /
+export CXXFLAGS="${CXXFLAGS} -Wp,-U_GLIBCXX_ASSERTIONS -std=c++20"
+
+./icm_prepare /
+./icm_bootstrap /
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
 
-   ./icm_install all "${pkgdir}"
+./icm_install all "${pkgdir}"
+
+# fix paths
+cd "${pkgdir}"/usr
+mv libexec lib
 }
 



[arch-commits] Commit in antlr4-runtime/repos/community-testing-x86_64 (2 files)

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 22:17:56
  Author: kgizdov
Revision: 1292935

archrelease: copy trunk to community-testing-x86_64

Added:
  antlr4-runtime/repos/community-testing-x86_64/PKGBUILD
(from rev 1292934, antlr4-runtime/trunk/PKGBUILD)
Deleted:
  antlr4-runtime/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 22:17:50 UTC (rev 1292934)
+++ PKGBUILD2022-09-04 22:17:56 UTC (rev 1292935)
@@ -1,36 +0,0 @@
-# Maintainer: Christian Hesse 
-
-pkgname=antlr4-runtime
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Antlr C++ runtime'
-url='https://www.antlr.org/'
-arch=('x86_64')
-depends=('gcc-libs')
-makedepends=('git' 'cmake' 'python')
-license=('BSD')
-source=("https://www.antlr.org/download/antlr4-cpp-runtime-${pkgver}-source.zip";)
-sha256sums=('0599e0029b3718b91eeaa14b6a777f96973be0e1675a1b35cc298e63ade1d194')
-# FS#72726
-options=(staticlibs)
-
-build() {
-  export CFLAGS+=' -ffat-lto-objects'
-  export CXXFLAGS+=' -ffat-lto-objects'
-
-  mkdir build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_CXX_STANDARD=17 \
--DANTLR4_INSTALL=ON \
--DINSTALL_GTEST=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}/" install
-  install -Dm644 "${srcdir}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}"/LICENSE
-}

Copied: antlr4-runtime/repos/community-testing-x86_64/PKGBUILD (from rev 
1292934, antlr4-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 22:17:56 UTC (rev 1292935)
@@ -0,0 +1,36 @@
+# Maintainer: Christian Hesse 
+
+pkgname=antlr4-runtime
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Antlr C++ runtime'
+url='https://www.antlr.org/'
+arch=('x86_64')
+depends=('gcc-libs')
+makedepends=('git' 'cmake' 'python')
+license=('BSD')
+source=("https://www.antlr.org/download/antlr4-cpp-runtime-${pkgver}-source.zip";)
+sha256sums=('8018c335316e61bb768e5bd4a743a9303070af4e1a8577fa902cd053c17249da')
+# FS#72726
+options=(staticlibs)
+
+build() {
+  export CFLAGS+=' -ffat-lto-objects'
+  export CXXFLAGS+=' -ffat-lto-objects'
+
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_STANDARD=17 \
+-DANTLR4_INSTALL=ON \
+-DINSTALL_GTEST=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 "${srcdir}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}"/LICENSE
+}



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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 22:17:50
  Author: kgizdov
Revision: 1292934

upgpkg: antlr4-runtime 4.11.1-1

Modified:
  antlr4-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 22:13:14 UTC (rev 1292933)
+++ PKGBUILD2022-09-04 22:17:50 UTC (rev 1292934)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Hesse 
 
 pkgname=antlr4-runtime
-pkgver=4.11.0
+pkgver=4.11.1
 pkgrel=1
 pkgdesc='Antlr C++ runtime'
 url='https://www.antlr.org/'
@@ -10,7 +10,7 @@
 makedepends=('git' 'cmake' 'python')
 license=('BSD')
 
source=("https://www.antlr.org/download/antlr4-cpp-runtime-${pkgver}-source.zip";)
-sha256sums=('0599e0029b3718b91eeaa14b6a777f96973be0e1675a1b35cc298e63ade1d194')
+sha256sums=('8018c335316e61bb768e5bd4a743a9303070af4e1a8577fa902cd053c17249da')
 # FS#72726
 options=(staticlibs)
 



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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 22:13:14
  Author: kgizdov
Revision: 1292933

archrelease: copy trunk to community-testing-any

Added:
  antlr4/repos/community-testing-any/PKGBUILD
(from rev 1292932, antlr4/trunk/PKGBUILD)
  antlr4/repos/community-testing-any/bin_antlr4
(from rev 1292932, antlr4/trunk/bin_antlr4)
  antlr4/repos/community-testing-any/bin_grun
(from rev 1292932, antlr4/trunk/bin_grun)
Deleted:
  antlr4/repos/community-testing-any/PKGBUILD
  antlr4/repos/community-testing-any/bin_antlr4
  antlr4/repos/community-testing-any/bin_grun

+
 PKGBUILD   |   62 +--
 bin_antlr4 |4 +--
 bin_grun   |4 +--
 3 files changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 22:13:06 UTC (rev 1292932)
+++ PKGBUILD2022-09-04 22:13:14 UTC (rev 1292933)
@@ -1,31 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-
-pkgname=antlr4
-_shortname=${pkgname:0:-1}
-pkgver=4.11.0
-pkgrel=1
-pkgdesc='Parser generator for reading, processing, executing, or translating 
structured text or binary files'
-arch=('any')
-url='https://www.antlr.org/index.html'
-license=('BSD')
-depends=('bash' 'java-environment>=6')
-provides=("antlr=${pkgver}")
-source=(https://www.antlr.org/download/${_shortname}-${pkgver}-complete.jar
-
${pkgname}-LICENSE.txt::https://raw.githubusercontent.com/${_shortname}/${pkgname}/master/LICENSE.txt
-bin_antlr4
-bin_grun)
-noextract=("${_shortname}-${pkgver}-complete.jar")
-sha256sums=('0f08a3d3e1d07e498558a0eb39ac5dfca95fe3ee6fbffe586e77077059e0160f'
-'3db1fb3ee79a4b4f9918fc4d0f6133bf18a3cf787f126cd22f8aa9b862281c0c'
-'345697e77b7191e2afe70b223f205a8a7fd18a655e6865f503a764583d9a3dcc'
-'81e1536e011762287a095e969784a9f2fbbcc62374ab5fb83e19e01ade20b454')
-
-package() {
-  cd "${srcdir}"
-  install -D ${_shortname}-${pkgver}-complete.jar \
- "${pkgdir}"/usr/share/java/${_shortname}-${pkgver}-complete.jar
-  ln -s antlr-${pkgver}-complete.jar 
"${pkgdir}"/usr/share/java/antlr-complete.jar
-  install -D bin_antlr4 "${pkgdir}"/usr/bin/antlr4
-  install -D bin_grun   "${pkgdir}"/usr/bin/grun
-  install -D ${pkgname}-LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: antlr4/repos/community-testing-any/PKGBUILD (from rev 1292932, 
antlr4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 22:13:14 UTC (rev 1292933)
@@ -0,0 +1,31 @@
+# Maintainer: Guillaume ALAUX 
+
+pkgname=antlr4
+_shortname=${pkgname:0:-1}
+pkgver=4.11.1
+pkgrel=1
+pkgdesc='Parser generator for reading, processing, executing, or translating 
structured text or binary files'
+arch=('any')
+url='https://www.antlr.org/index.html'
+license=('BSD')
+depends=('bash' 'java-environment>=6')
+provides=("antlr=${pkgver}")
+source=(https://www.antlr.org/download/${_shortname}-${pkgver}-complete.jar
+
${pkgname}-LICENSE.txt::https://raw.githubusercontent.com/${_shortname}/${pkgname}/master/LICENSE.txt
+bin_antlr4
+bin_grun)
+noextract=("${_shortname}-${pkgver}-complete.jar")
+sha256sums=('62975e192b4af2622b72b5f0131553ee3cbce97f76dc2a41632dcc55e25473e1'
+'3db1fb3ee79a4b4f9918fc4d0f6133bf18a3cf787f126cd22f8aa9b862281c0c'
+'345697e77b7191e2afe70b223f205a8a7fd18a655e6865f503a764583d9a3dcc'
+'81e1536e011762287a095e969784a9f2fbbcc62374ab5fb83e19e01ade20b454')
+
+package() {
+  cd "${srcdir}"
+  install -D ${_shortname}-${pkgver}-complete.jar \
+ "${pkgdir}"/usr/share/java/${_shortname}-${pkgver}-complete.jar
+  ln -s antlr-${pkgver}-complete.jar 
"${pkgdir}"/usr/share/java/antlr-complete.jar
+  install -D bin_antlr4 "${pkgdir}"/usr/bin/antlr4
+  install -D bin_grun   "${pkgdir}"/usr/bin/grun
+  install -D ${pkgname}-LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}

Deleted: bin_antlr4
===
--- bin_antlr4  2022-09-04 22:13:06 UTC (rev 1292932)
+++ bin_antlr4  2022-09-04 22:13:14 UTC (rev 1292933)
@@ -1,2 +0,0 @@
-#!/bin/sh
-java -jar /usr/share/java/antlr-complete.jar "$@"

Copied: antlr4/repos/community-testing-any/bin_antlr4 (from rev 1292932, 
antlr4/trunk/bin_antlr4)
===
--- bin_antlr4  (rev 0)
+++ bin_antlr4  2022-09-04 22:13:14 UTC (rev 1292933)
@@ -0,0 +1,2 @@
+#!/bin/sh
+java -jar /usr/share/java/antlr-complete.jar "$@"

Deleted: bin_grun
===
--- bin_grun2022-09-04 22:13:06 UTC (rev 1292932)
+++ bin_grun2022-09-04 22:13:14 UTC (rev 1292933)
@@ -1,2 +0,0 @@
-#!/bin/sh
-java -cp .:/usr/share/java/antlr-complete.jar org.antlr.v4.gui.TestRig "$@"

Copied: antlr

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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 22:13:06
  Author: kgizdov
Revision: 1292932

upgpkg: antlr4 4.11.1-1

Modified:
  antlr4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 22:10:58 UTC (rev 1292931)
+++ PKGBUILD2022-09-04 22:13:06 UTC (rev 1292932)
@@ -2,7 +2,7 @@
 
 pkgname=antlr4
 _shortname=${pkgname:0:-1}
-pkgver=4.11.0
+pkgver=4.11.1
 pkgrel=1
 pkgdesc='Parser generator for reading, processing, executing, or translating 
structured text or binary files'
 arch=('any')
@@ -15,7 +15,7 @@
 bin_antlr4
 bin_grun)
 noextract=("${_shortname}-${pkgver}-complete.jar")
-sha256sums=('0f08a3d3e1d07e498558a0eb39ac5dfca95fe3ee6fbffe586e77077059e0160f'
+sha256sums=('62975e192b4af2622b72b5f0131553ee3cbce97f76dc2a41632dcc55e25473e1'
 '3db1fb3ee79a4b4f9918fc4d0f6133bf18a3cf787f126cd22f8aa9b862281c0c'
 '345697e77b7191e2afe70b223f205a8a7fd18a655e6865f503a764583d9a3dcc'
 '81e1536e011762287a095e969784a9f2fbbcc62374ab5fb83e19e01ade20b454')



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 22:10:58
  Author: felixonmars
Revision: 1292931

archrelease: copy trunk to community-x86_64

Added:
  disomaster/repos/community-x86_64/PKGBUILD
(from rev 1292930, disomaster/trunk/PKGBUILD)
Deleted:
  disomaster/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 22:10:41 UTC (rev 1292930)
+++ PKGBUILD2022-09-04 22:10:58 UTC (rev 1292931)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=disomaster
-pkgver=5.0.7
-pkgrel=1
-pkgdesc='A libisoburn wrapper class for Qt'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/disomaster";
-license=('GPL3')
-depends=('libisoburn' 'qt5-base')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/disomaster/archive/$pkgver.tar.gz";)
-sha512sums=('801ea98920c103c43ffbcb7b522e253ae15955cb351f212032b527ac6da79347fc217ad72251363d639ce6ed2ed9150e6e44d5bc87ec5afc81ff058068ddb45c')
-
-build() {
-  cd disomaster-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd disomaster-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: disomaster/repos/community-x86_64/PKGBUILD (from rev 1292930, 
disomaster/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 22:10:58 UTC (rev 1292931)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan 
+
+pkgname=disomaster
+pkgver=5.0.8
+pkgrel=1
+pkgdesc='A libisoburn wrapper class for Qt'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/disomaster";
+license=('GPL3')
+depends=('libisoburn' 'qt5-base')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/disomaster/archive/$pkgver.tar.gz";)
+sha512sums=('0e591c6230b5522c5a8ca0790a45ba86e78ed7a9ebb2fb3381890b34f185bbf561fce6d0f1b86792e8b6f99ce8ae0747324b5248dc0e8b16d2d72d656e61721e')
+
+build() {
+  cd disomaster-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd disomaster-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 22:10:41
  Author: felixonmars
Revision: 1292930

upgpkg: disomaster 5.0.8-1

Modified:
  disomaster/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 21:59:45 UTC (rev 1292929)
+++ PKGBUILD2022-09-04 22:10:41 UTC (rev 1292930)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=disomaster
-pkgver=5.0.7
+pkgver=5.0.8
 pkgrel=1
 pkgdesc='A libisoburn wrapper class for Qt'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('libisoburn' 'qt5-base')
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/disomaster/archive/$pkgver.tar.gz";)
-sha512sums=('801ea98920c103c43ffbcb7b522e253ae15955cb351f212032b527ac6da79347fc217ad72251363d639ce6ed2ed9150e6e44d5bc87ec5afc81ff058068ddb45c')
+sha512sums=('0e591c6230b5522c5a8ca0790a45ba86e78ed7a9ebb2fb3381890b34f185bbf561fce6d0f1b86792e8b6f99ce8ae0747324b5248dc0e8b16d2d72d656e61721e')
 
 build() {
   cd disomaster-$pkgver



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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 21:59:45
  Author: kgizdov
Revision: 1292929

archrelease: copy trunk to community-x86_64

Added:
  libbobcat/repos/community-x86_64/
  libbobcat/repos/community-x86_64/PKGBUILD
(from rev 1292928, libbobcat/trunk/PKGBUILD)

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

Copied: libbobcat/repos/community-x86_64/PKGBUILD (from rev 1292928, 
libbobcat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-09-04 21:59:45 UTC (rev 1292929)
@@ -0,0 +1,39 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Kevin Brodsky 
+# Contributor: Anton Jongsma 
+
+_pkgname=bobcat
+pkgname="lib${_pkgname}"
+pkgver=5.11.00
+pkgrel=1
+pkgdesc="Bobcat (Brokken's Own Base Classes And Templates) library"
+arch=('x86_64')
+url="https://fbb-git.gitlab.io/bobcat/";
+license=('GPL')
+depends=('openssl' 'libx11')
+makedepends=('icmake>=9.03.01' 'readline' 'libmilter' 'yodl')
+source=("https://gitlab.com/fbb-git/${_pkgname}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz";)
+b2sums=('3e862cd1da60440608c02ffb17923d29c53893dadb25dcabee0172338bdc3a95c54106c11fcec50179e15b1116cfe48ea4f42ea2f9a4e7c8220d738548e772fb')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}/${_pkgname}"
+
+  # Since makepkg always defines CXXFLAGS, it overrides the default value
+  # defined in the build system, which is problematic because it needs a
+  # specific C++ version. Add it back here.
+  export CXXFLAGS="${CXXFLAGS} -std=c++20"
+
+  ./build libraries all
+  ./build man
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}/${_pkgname}"
+
+  # Since 4.01.02, first argument to install is  (x = all),
+  # and second is the base directory (absolute path, unlike 4.01.00)
+  ./build install x "${pkgdir}"
+
+  # fix paths
+  ln -s /usr/share/doc/libbobcat5-dev "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 21:48:17
  Author: kgizdov
Revision: 1292928

archrelease: copy trunk to community-testing-x86_64

Added:
  antlr4-runtime/repos/community-testing-x86_64/
  antlr4-runtime/repos/community-testing-x86_64/PKGBUILD
(from rev 1292927, antlr4-runtime/trunk/PKGBUILD)

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

Copied: antlr4-runtime/repos/community-testing-x86_64/PKGBUILD (from rev 
1292927, antlr4-runtime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-04 21:48:17 UTC (rev 1292928)
@@ -0,0 +1,36 @@
+# Maintainer: Christian Hesse 
+
+pkgname=antlr4-runtime
+pkgver=4.11.0
+pkgrel=1
+pkgdesc='Antlr C++ runtime'
+url='https://www.antlr.org/'
+arch=('x86_64')
+depends=('gcc-libs')
+makedepends=('git' 'cmake' 'python')
+license=('BSD')
+source=("https://www.antlr.org/download/antlr4-cpp-runtime-${pkgver}-source.zip";)
+sha256sums=('0599e0029b3718b91eeaa14b6a777f96973be0e1675a1b35cc298e63ade1d194')
+# FS#72726
+options=(staticlibs)
+
+build() {
+  export CFLAGS+=' -ffat-lto-objects'
+  export CXXFLAGS+=' -ffat-lto-objects'
+
+  mkdir build
+  cd build
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_STANDARD=17 \
+-DANTLR4_INSTALL=ON \
+-DINSTALL_GTEST=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 "${srcdir}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}"/LICENSE
+}



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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 21:48:11
  Author: kgizdov
Revision: 1292927

upgpkg: antlr4-runtime 4.11.0-1

Modified:
  antlr4-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 21:45:32 UTC (rev 1292926)
+++ PKGBUILD2022-09-04 21:48:11 UTC (rev 1292927)
@@ -1,16 +1,16 @@
 # Maintainer: Christian Hesse 
 
 pkgname=antlr4-runtime
-pkgver=4.10.1
-pkgrel=2
+pkgver=4.11.0
+pkgrel=1
 pkgdesc='Antlr C++ runtime'
 url='https://www.antlr.org/'
 arch=('x86_64')
 depends=('gcc-libs')
-makedepends=('git' 'cmake')
+makedepends=('git' 'cmake' 'python')
 license=('BSD')
 
source=("https://www.antlr.org/download/antlr4-cpp-runtime-${pkgver}-source.zip";)
-sha256sums=('2a6e602fd593e0a65d8d310c0952bbdfff34ef361362ae87b2a850b62d36f0b6')
+sha256sums=('0599e0029b3718b91eeaa14b6a777f96973be0e1675a1b35cc298e63ade1d194')
 # FS#72726
 options=(staticlibs)
 



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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 21:45:32
  Author: kgizdov
Revision: 1292926

archrelease: copy trunk to community-testing-any

Added:
  antlr4/repos/community-testing-any/
  antlr4/repos/community-testing-any/PKGBUILD
(from rev 1292925, antlr4/trunk/PKGBUILD)
  antlr4/repos/community-testing-any/bin_antlr4
(from rev 1292925, antlr4/trunk/bin_antlr4)
  antlr4/repos/community-testing-any/bin_grun
(from rev 1292925, antlr4/trunk/bin_grun)

+
 PKGBUILD   |   31 +++
 bin_antlr4 |2 ++
 bin_grun   |2 ++
 3 files changed, 35 insertions(+)

Copied: antlr4/repos/community-testing-any/PKGBUILD (from rev 1292925, 
antlr4/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-09-04 21:45:32 UTC (rev 1292926)
@@ -0,0 +1,31 @@
+# Maintainer: Guillaume ALAUX 
+
+pkgname=antlr4
+_shortname=${pkgname:0:-1}
+pkgver=4.11.0
+pkgrel=1
+pkgdesc='Parser generator for reading, processing, executing, or translating 
structured text or binary files'
+arch=('any')
+url='https://www.antlr.org/index.html'
+license=('BSD')
+depends=('bash' 'java-environment>=6')
+provides=("antlr=${pkgver}")
+source=(https://www.antlr.org/download/${_shortname}-${pkgver}-complete.jar
+
${pkgname}-LICENSE.txt::https://raw.githubusercontent.com/${_shortname}/${pkgname}/master/LICENSE.txt
+bin_antlr4
+bin_grun)
+noextract=("${_shortname}-${pkgver}-complete.jar")
+sha256sums=('0f08a3d3e1d07e498558a0eb39ac5dfca95fe3ee6fbffe586e77077059e0160f'
+'3db1fb3ee79a4b4f9918fc4d0f6133bf18a3cf787f126cd22f8aa9b862281c0c'
+'345697e77b7191e2afe70b223f205a8a7fd18a655e6865f503a764583d9a3dcc'
+'81e1536e011762287a095e969784a9f2fbbcc62374ab5fb83e19e01ade20b454')
+
+package() {
+  cd "${srcdir}"
+  install -D ${_shortname}-${pkgver}-complete.jar \
+ "${pkgdir}"/usr/share/java/${_shortname}-${pkgver}-complete.jar
+  ln -s antlr-${pkgver}-complete.jar 
"${pkgdir}"/usr/share/java/antlr-complete.jar
+  install -D bin_antlr4 "${pkgdir}"/usr/bin/antlr4
+  install -D bin_grun   "${pkgdir}"/usr/bin/grun
+  install -D ${pkgname}-LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}

Copied: antlr4/repos/community-testing-any/bin_antlr4 (from rev 1292925, 
antlr4/trunk/bin_antlr4)
===
--- community-testing-any/bin_antlr4(rev 0)
+++ community-testing-any/bin_antlr42022-09-04 21:45:32 UTC (rev 1292926)
@@ -0,0 +1,2 @@
+#!/bin/sh
+java -jar /usr/share/java/antlr-complete.jar "$@"

Copied: antlr4/repos/community-testing-any/bin_grun (from rev 1292925, 
antlr4/trunk/bin_grun)
===
--- community-testing-any/bin_grun  (rev 0)
+++ community-testing-any/bin_grun  2022-09-04 21:45:32 UTC (rev 1292926)
@@ -0,0 +1,2 @@
+#!/bin/sh
+java -cp .:/usr/share/java/antlr-complete.jar org.antlr.v4.gui.TestRig "$@"



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

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 21:45:24
  Author: kgizdov
Revision: 1292925

upgpkg: antlr4 4.11.0-1

Modified:
  antlr4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 21:41:19 UTC (rev 1292924)
+++ PKGBUILD2022-09-04 21:45:24 UTC (rev 1292925)
@@ -2,7 +2,7 @@
 
 pkgname=antlr4
 _shortname=${pkgname:0:-1}
-pkgver=4.10.1
+pkgver=4.11.0
 pkgrel=1
 pkgdesc='Parser generator for reading, processing, executing, or translating 
structured text or binary files'
 arch=('any')
@@ -15,8 +15,8 @@
 bin_antlr4
 bin_grun)
 noextract=("${_shortname}-${pkgver}-complete.jar")
-sha256sums=('41949d41f20d31d5b8277187735dd755108df52b38db6c865108d3382040f918'
-'b1b379fcaf3219593a4c433feb1b35c780bed23fafaae440b1ae2771a9521e3a'
+sha256sums=('0f08a3d3e1d07e498558a0eb39ac5dfca95fe3ee6fbffe586e77077059e0160f'
+'3db1fb3ee79a4b4f9918fc4d0f6133bf18a3cf787f126cd22f8aa9b862281c0c'
 '345697e77b7191e2afe70b223f205a8a7fd18a655e6865f503a764583d9a3dcc'
 '81e1536e011762287a095e969784a9f2fbbcc62374ab5fb83e19e01ade20b454')
 



[arch-commits] Commit in (4 files)

2022-09-04 Thread Konstantin Gizdov via arch-commits
Date: Sunday, September 4, 2022 @ 21:41:19
  Author: kgizdov
Revision: 1292924

initial release

Added:
  libbobcat/
  libbobcat/repos/
  libbobcat/trunk/
  libbobcat/trunk/PKGBUILD

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

Added: libbobcat/trunk/PKGBUILD
===
--- libbobcat/trunk/PKGBUILD(rev 0)
+++ libbobcat/trunk/PKGBUILD2022-09-04 21:41:19 UTC (rev 1292924)
@@ -0,0 +1,39 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Kevin Brodsky 
+# Contributor: Anton Jongsma 
+
+_pkgname=bobcat
+pkgname="lib${_pkgname}"
+pkgver=5.11.00
+pkgrel=1
+pkgdesc="Bobcat (Brokken's Own Base Classes And Templates) library"
+arch=('x86_64')
+url="https://fbb-git.gitlab.io/bobcat/";
+license=('GPL')
+depends=('openssl' 'libx11')
+makedepends=('icmake>=9.03.01' 'readline' 'libmilter' 'yodl')
+source=("https://gitlab.com/fbb-git/${_pkgname}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz";)
+b2sums=('3e862cd1da60440608c02ffb17923d29c53893dadb25dcabee0172338bdc3a95c54106c11fcec50179e15b1116cfe48ea4f42ea2f9a4e7c8220d738548e772fb')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}/${_pkgname}"
+
+  # Since makepkg always defines CXXFLAGS, it overrides the default value
+  # defined in the build system, which is problematic because it needs a
+  # specific C++ version. Add it back here.
+  export CXXFLAGS="${CXXFLAGS} -std=c++20"
+
+  ./build libraries all
+  ./build man
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}/${_pkgname}"
+
+  # Since 4.01.02, first argument to install is  (x = all),
+  # and second is the base directory (absolute path, unlike 4.01.00)
+  ./build install x "${pkgdir}"
+
+  # fix paths
+  ln -s /usr/share/doc/libbobcat5-dev "${pkgdir}/usr/share/doc/${pkgname}"
+}



[arch-commits] Commit in deepin-voice-note/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 21:07:25
  Author: felixonmars
Revision: 1292923

archrelease: copy trunk to community-x86_64

Added:
  deepin-voice-note/repos/community-x86_64/PKGBUILD
(from rev 1292922, deepin-voice-note/trunk/PKGBUILD)
Deleted:
  deepin-voice-note/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 21:07:04 UTC (rev 1292922)
+++ PKGBUILD2022-09-04 21:07:25 UTC (rev 1292923)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-voice-note
-pkgver=5.10.15
-pkgrel=1
-pkgdesc='A lightweight memo tool to make text notes and voice recordings'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-voice-note";
-license=('GPL3')
-replaces=('deepin-voice-recorder')
-depends=('deepin-qt5integration' 'qt5-webengine' 'vlc')
-makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/deepin-voice-note/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('55b8699ad344549506343dd911ed3cd7e755a071fdaaf911ae36ef8f10609a0ec16fe882fe6ee33dd3e04df037e0899855305c2d8f6e9da74a366bf7a3f19004')
-
-prepare() {
-  cd deepin-voice-note-$pkgver
-  sed -i '1i#include ' src/views/middleviewdelegate.cpp 
src/views/leftviewdelegate.cpp
-}
-
-build() {
-  cd deepin-voice-note-$pkgver
-  cmake -GNinja .
-  ninja
-}
-
-check() {
-  cd deepin-voice-note-$pkgver
-  ninja test || :
-}
-
-package() {
-  cd deepin-voice-note-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-voice-note/repos/community-x86_64/PKGBUILD (from rev 1292922, 
deepin-voice-note/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 21:07:25 UTC (rev 1292923)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-voice-note
+pkgver=5.10.16
+pkgrel=1
+pkgdesc='A lightweight memo tool to make text notes and voice recordings'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-voice-note";
+license=('GPL3')
+replaces=('deepin-voice-recorder')
+depends=('deepin-qt5integration' 'qt5-webengine' 'vlc')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/deepin-voice-note/archive/$pkgver/$pkgname-$pkgver.tar.gz";
+
$pkgname-fix-flags.patch::https://github.com/linuxdeepin/deepin-voice-note/pull/54.patch)
+sha512sums=('c92b23da7873714ae39126883547dca7140661290d5dd45347c95712de80a99966bf8d896dbcbbfc844cf1db8e5f8684f2df8cedf177ac3e347c3e0d25a6ecd0'
+
'2ba9f4774a6485eb563dfe3b5f9df9d58e4c6208b752459a31b9979f3e2c2d4a6f551c244a13983873490358520c41ec331c54ba1e46d65f162f49efb86914e8')
+
+prepare() {
+  cd deepin-voice-note-$pkgver
+  patch -p1 -i ../$pkgname-fix-flags.patch
+}
+
+build() {
+  cd deepin-voice-note-$pkgver
+  cmake -GNinja .
+  ninja
+}
+
+check() {
+  cd deepin-voice-note-$pkgver
+  ninja test || :
+}
+
+package() {
+  cd deepin-voice-note-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



[arch-commits] Commit in deepin-voice-note/trunk (PKGBUILD)

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 21:07:04
  Author: felixonmars
Revision: 1292922

upgpkg: deepin-voice-note 5.10.16-1

Modified:
  deepin-voice-note/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:56:28 UTC (rev 1292921)
+++ PKGBUILD2022-09-04 21:07:04 UTC (rev 1292922)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-voice-note
-pkgver=5.10.15
+pkgver=5.10.16
 pkgrel=1
 pkgdesc='A lightweight memo tool to make text notes and voice recordings'
 arch=('x86_64')
@@ -11,12 +11,14 @@
 depends=('deepin-qt5integration' 'qt5-webengine' 'vlc')
 makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/deepin-voice-note/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('55b8699ad344549506343dd911ed3cd7e755a071fdaaf911ae36ef8f10609a0ec16fe882fe6ee33dd3e04df037e0899855305c2d8f6e9da74a366bf7a3f19004')
+source=("https://github.com/linuxdeepin/deepin-voice-note/archive/$pkgver/$pkgname-$pkgver.tar.gz";
+
$pkgname-fix-flags.patch::https://github.com/linuxdeepin/deepin-voice-note/pull/54.patch)
+sha512sums=('c92b23da7873714ae39126883547dca7140661290d5dd45347c95712de80a99966bf8d896dbcbbfc844cf1db8e5f8684f2df8cedf177ac3e347c3e0d25a6ecd0'
+
'2ba9f4774a6485eb563dfe3b5f9df9d58e4c6208b752459a31b9979f3e2c2d4a6f551c244a13983873490358520c41ec331c54ba1e46d65f162f49efb86914e8')
 
 prepare() {
   cd deepin-voice-note-$pkgver
-  sed -i '1i#include ' src/views/middleviewdelegate.cpp 
src/views/leftviewdelegate.cpp
+  patch -p1 -i ../$pkgname-fix-flags.patch
 }
 
 build() {



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

2022-09-04 Thread Sébastien Luttringer via arch-commits
Date: Sunday, September 4, 2022 @ 20:56:28
  Author: seblu
Revision: 1292921

archrelease: copy trunk to community-x86_64

Added:
  weston/repos/community-x86_64/PKGBUILD
(from rev 1292920, weston/trunk/PKGBUILD)
  weston/repos/community-x86_64/keys/
Deleted:
  weston/repos/community-x86_64/PKGBUILD
  weston/repos/community-x86_64/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:56:13 UTC (rev 1292920)
+++ PKGBUILD2022-09-04 20:56:28 UTC (rev 1292921)
@@ -1,50 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=10.0.1
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('x86_64')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
- 'libdrm' 'pam' 'systemd-libs' 'cairo' 'libpng' 'libjpeg-turbo' 
'libwebp'
- 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
- 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord' 'pipewire')
-makedepends=('wayland-protocols' 'meson' 'ninja' 'freerdp')
-optdepends=('freerdp: support rdp backend')
-options=(!lto)
-validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48' # emersion 

-  'C7223EBE4EF66513B892598911A30156E0E67611' # Bryce Harrington
-  'C0066D7DB8E9AC6844D728715E54498E697F11D7') # Derek Foreman
-source=("https://gitlab.freedesktop.org/wayland/weston/-/releases/$pkgver/downloads/weston-$pkgver.tar.xz"{,.sig})
-sha256sums=('8a9e52506a865a7410981b04f8341b89b84106db8531ab1f9fdd37b5dc034115'
-'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local src
-  for src in "${source[@]}"; do
-src="${src%%::*}"
-src="${src##*/}"
-[[ $src = *.patch ]] || continue
-echo "Applying patch $src..."
-patch -Np1 < "../$src"
-  done
-}
-
-build() {
-  arch-meson $pkgname-$pkgver build \
---libexec=lib/weston -D b_lto=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  # license
-  install -Dm644 $pkgname-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 1292920, 
weston/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:56:28 UTC (rev 1292921)
@@ -0,0 +1,50 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=10.0.2
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+ 'libdrm' 'pam' 'systemd-libs' 'cairo' 'libpng' 'libjpeg-turbo' 
'libwebp'
+ 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord' 'pipewire')
+makedepends=('wayland-protocols' 'meson' 'ninja' 'freerdp')
+optdepends=('freerdp: support rdp backend')
+options=(!lto)
+validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48' # emersion 

+  'C7223EBE4EF66513B892598911A30156E0E67611' # Bryce Harrington
+  'C0066D7DB8E9AC6844D728715E54498E697F11D7') # Derek Foreman
+source=("https://gitlab.freedesktop.org/wayland/weston/-/releases/$pkgver/downloads/weston-$pkgver.tar.xz"{,.sig})
+sha256sums=('89646ca0d9f8d413c2767e5c3828eaa3fa149c2a105b3729a6894fa7cf1549e7'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+echo "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+--libexec=lib/weston -D b_lto=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  # license
+  install -Dm644 $pkgname-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-09-04 Thread Sébastien Luttringer via arch-commits
Date: Sunday, September 4, 2022 @ 20:56:13
  Author: seblu
Revision: 1292920

upgpkg: weston 10.0.2-1

Modified:
  weston/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:54:02 UTC (rev 1292919)
+++ PKGBUILD2022-09-04 20:56:13 UTC (rev 1292920)
@@ -2,7 +2,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=weston
-pkgver=10.0.1
+pkgver=10.0.2
 pkgrel=1
 pkgdesc='Reference implementation of a Wayland compositor'
 arch=('x86_64')
@@ -19,7 +19,7 @@
   'C7223EBE4EF66513B892598911A30156E0E67611' # Bryce Harrington
   'C0066D7DB8E9AC6844D728715E54498E697F11D7') # Derek Foreman
 
source=("https://gitlab.freedesktop.org/wayland/weston/-/releases/$pkgver/downloads/weston-$pkgver.tar.xz"{,.sig})
-sha256sums=('8a9e52506a865a7410981b04f8341b89b84106db8531ab1f9fdd37b5dc034115'
+sha256sums=('89646ca0d9f8d413c2767e5c3828eaa3fa149c2a105b3729a6894fa7cf1549e7'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in deepin-image-editor/repos/community-x86_64 (4 files)

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:54:02
  Author: felixonmars
Revision: 1292919

archrelease: copy trunk to community-x86_64

Added:
  deepin-image-editor/repos/community-x86_64/PKGBUILD
(from rev 1292918, deepin-image-editor/trunk/PKGBUILD)
  deepin-image-editor/repos/community-x86_64/remove-broken-flags.patch
(from rev 1292918, deepin-image-editor/trunk/remove-broken-flags.patch)
Deleted:
  deepin-image-editor/repos/community-x86_64/PKGBUILD
  deepin-image-editor/repos/community-x86_64/remove-broken-flags.patch

---+
 PKGBUILD  |   60 -
 remove-broken-flags.patch |   78 ++--
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:53:44 UTC (rev 1292918)
+++ PKGBUILD2022-09-04 20:54:02 UTC (rev 1292919)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-editor
-pkgver=1.0.18
-pkgrel=1
-pkgdesc='Public library for deepin-image-viewer and deepin-album'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/image-editor";
-license=('GPL3')
-depends=('dtkwidget' 'freeimage' 'libmediainfo' 'opencv')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/image-editor/archive/$pkgver.tar.gz";
-remove-broken-flags.patch)
-sha512sums=('b19e6cf8b886343b94da52a3389f547ad11ea5265db62adfeabdd9112a9a1dc98d3490722c83bf9dd725eaef534ce3efbaa039f6ee1e0df1b1153f80b81e7661'
-
'd61cf129107d820e59c4243017551409cdedbbca1ec2c0860c28ffac635c412b6ed83b8f3a399ad5679fda6658a66f0c2999b8b43dfdad1f6e85c3d3a32eedd7')
-
-prepare() {
-  patch -d image-editor-$pkgver -p2 < remove-broken-flags.patch
-}
-
-build() {
-  cd image-editor-$pkgver
-  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr
-  ninja
-}
-
-package() {
-  cd image-editor-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-image-editor/repos/community-x86_64/PKGBUILD (from rev 1292918, 
deepin-image-editor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:54:02 UTC (rev 1292919)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-image-editor
+pkgver=1.0.19
+pkgrel=1
+pkgdesc='Public library for deepin-image-viewer and deepin-album'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/image-editor";
+license=('GPL3')
+depends=('dtkwidget' 'freeimage' 'libmediainfo' 'opencv')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/image-editor/archive/$pkgver.tar.gz";
+remove-broken-flags.patch)
+sha512sums=('1116df556c1c2c28f90a962a956c0464dd82961ca8f85ca371688a1359c060409f133ee30bfc115a48b897e3e7cb83633c8d4cde9dd24e9df49089add272b8b9'
+
'bc72e7732ae045a10129336a770d04827c487fb57938c4711e57aeeccde369fca207913477a695cddffc7d0fb6d77add1f75b9b5ca784d0285b8f4f56c2376ad')
+
+prepare() {
+  patch -d image-editor-$pkgver -p2 < remove-broken-flags.patch
+}
+
+build() {
+  cd image-editor-$pkgver
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr
+  ninja
+}
+
+package() {
+  cd image-editor-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: remove-broken-flags.patch
===
--- remove-broken-flags.patch   2022-09-04 20:53:44 UTC (rev 1292918)
+++ remove-broken-flags.patch   2022-09-04 20:54:02 UTC (rev 1292919)
@@ -1,39 +0,0 @@
 src/image-editor-1.0.11/libimagevisualresult/CMakeLists.txt.orig   
2022-04-04 03:51:14.592674102 +0300
-+++ src/image-editor-1.0.11/libimagevisualresult/CMakeLists.txt
2022-04-04 03:51:22.224740532 +0300
-@@ -75,14 +75,3 @@
- install(DIRECTORY ${PROJECT_SOURCE_DIR}/filter_cube
- DESTINATION ${PREFIX}/share/libimagevisualresult
- FILES_MATCHING PATTERN "*.dat")
--
--# 加速编译优化参数
--if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "mips64")
--SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -Wl,-O1 -Wl,--as-needed 
-Wl,-E -fPIE -ffunction-sections -fdata-sections -Wl,--gc-sections 
-ftree-vectorize -march=loongson3a -mhard-float -mno-micromips -mno-mips16 
-flax-vector-conversions -mloongson-ext2 -mloongson-mmi -z noexecstack")
--SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -Wl,-O1 -Wl,--as-needed -Wl,-E 
-fPIE -ffunction-sections -fdata-sections -Wl,--gc-sections -ftree-vectorize 
-march=loongson3a -mhard-float -mno-micromips -mno-mips16 
-flax-vector-conversions -mloongson-ext2 -mloongson-mmi -z noexecstack")
--SET(CMAKE_EXE_LINKER_FLAGS  "-pie")
--else()
--SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -Wl,-O1 -Wl,--as-needed 
-Wl,-E -fPIE -ffunction-sections -fdata-sections -Wl,--gc-sections")
--SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3  -Wl,-O1 -Wl,--as-needed -Wl,-E 
-fPIE -ffunction-sections -fdata-sections -Wl,--gc-sections")
--SET(CMAKE_EXE_LINKER_FLA

[arch-commits] Commit in deepin-image-editor/trunk (2 files)

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:53:44
  Author: felixonmars
Revision: 1292918

upgpkg: deepin-image-editor 1.0.19-1

Modified:
  deepin-image-editor/trunk/PKGBUILD
  deepin-image-editor/trunk/remove-broken-flags.patch

---+
 PKGBUILD  |6 +++---
 remove-broken-flags.patch |8 
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:50:08 UTC (rev 1292917)
+++ PKGBUILD2022-09-04 20:53:44 UTC (rev 1292918)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-image-editor
-pkgver=1.0.18
+pkgver=1.0.19
 pkgrel=1
 pkgdesc='Public library for deepin-image-viewer and deepin-album'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 makedepends=('cmake' 'ninja' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/image-editor/archive/$pkgver.tar.gz";
 remove-broken-flags.patch)
-sha512sums=('b19e6cf8b886343b94da52a3389f547ad11ea5265db62adfeabdd9112a9a1dc98d3490722c83bf9dd725eaef534ce3efbaa039f6ee1e0df1b1153f80b81e7661'
-
'd61cf129107d820e59c4243017551409cdedbbca1ec2c0860c28ffac635c412b6ed83b8f3a399ad5679fda6658a66f0c2999b8b43dfdad1f6e85c3d3a32eedd7')
+sha512sums=('1116df556c1c2c28f90a962a956c0464dd82961ca8f85ca371688a1359c060409f133ee30bfc115a48b897e3e7cb83633c8d4cde9dd24e9df49089add272b8b9'
+
'bc72e7732ae045a10129336a770d04827c487fb57938c4711e57aeeccde369fca207913477a695cddffc7d0fb6d77add1f75b9b5ca784d0285b8f4f56c2376ad')
 
 prepare() {
   patch -d image-editor-$pkgver -p2 < remove-broken-flags.patch

Modified: remove-broken-flags.patch
===
--- remove-broken-flags.patch   2022-09-04 20:50:08 UTC (rev 1292917)
+++ remove-broken-flags.patch   2022-09-04 20:53:44 UTC (rev 1292918)
@@ -24,12 +24,12 @@
 -# 加速编译优化参数
 -if (NOT(CMAKE_BUILD_TYPE STREQUAL "Debug"))
 -if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "mips64")
--SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -Wl,-O1 -Wl,--as-needed 
-Wl,-E -fPIE -ffunction-sections -fdata-sections -Wl,--gc-sections 
-ftree-vectorize -march=loongson3a -mhard-float -mno-micromips -mno-mips16 
-flax-vector-conversions -mloongson-ext2 -mloongson-mmi -z noexecstack")
--SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -Wl,-O1 -Wl,--as-needed 
-Wl,-E -fPIE -ffunction-sections -fdata-sections -Wl,--gc-sections 
-ftree-vectorize -march=loongson3a -mhard-float -mno-micromips -mno-mips16 
-flax-vector-conversions -mloongson-ext2 -mloongson-mmi -z noexecstack")
+-SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -Wl,-O1 -Wl,-E -fPIE 
-ffunction-sections -fdata-sections -Wl,--gc-sections -ftree-vectorize 
-march=loongson3a -mhard-float -mno-micromips -mno-mips16 
-flax-vector-conversions -mloongson-ext2 -mloongson-mmi -z noexecstack")
+-SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -Wl,-O1 -Wl,-E -fPIE 
-ffunction-sections -fdata-sections -Wl,--gc-sections -ftree-vectorize 
-march=loongson3a -mhard-float -mno-micromips -mno-mips16 
-flax-vector-conversions -mloongson-ext2 -mloongson-mmi -z noexecstack")
 -SET(CMAKE_EXE_LINKER_FLAGS  "-pie")
 -else()
--SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -Wl,-O1 -Wl,--as-needed 
-Wl,-E -fPIE -ffunction-sections -fdata-sections -Wl,--gc-sections")
--SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3  -Wl,-O1 -Wl,--as-needed 
-Wl,-E -fPIE -ffunction-sections -fdata-sections -Wl,--gc-sections")
+-SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -Wl,-O1 -Wl,-E -fPIE 
-ffunction-sections -fdata-sections -Wl,--gc-sections")
+-SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3  -Wl,-O1 -Wl,-E -fPIE 
-ffunction-sections -fdata-sections -Wl,--gc-sections")
 -SET(CMAKE_EXE_LINKER_FLAGS  "-pie")
 -endif()
 -endif()



[arch-commits] Commit in deepin-gettext-tools/repos/community-any (PKGBUILD PKGBUILD)

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:50:08
  Author: felixonmars
Revision: 1292917

archrelease: copy trunk to community-any

Added:
  deepin-gettext-tools/repos/community-any/PKGBUILD
(from rev 1292916, deepin-gettext-tools/trunk/PKGBUILD)
Deleted:
  deepin-gettext-tools/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:49:50 UTC (rev 1292916)
+++ PKGBUILD2022-09-04 20:50:08 UTC (rev 1292917)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-gettext-tools
-pkgver=1.0.8
-pkgrel=3
-pkgdesc='Deepin Gettext Tools'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-gettext-tools";
-license=('GPL3')
-depends=('gettext' 'python' 'perl-config-tiny' 'perl-xml-libxml')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-gettext-tools/archive/$pkgver.tar.gz";)
-sha512sums=('9488d629ba9a1490dc7c18d5e33eaeed948c50e10f894c82e7bef8507614aa4183fd70b115e180d849b2542b3cfae5ead7272d2227f6be7adfec1e5b87d8948d')
-
-prepare() {
-  cd deepin-gettext-tools-$pkgver
-
-  sed -e 's/sudo cp/cp/' -i src/generate_mo.py
-  sed -e 's/qmake/qmake-qt5/' -e '/lupdate/d' -i Makefile
-}
-
-check() {
-  cd deepin-gettext-tools-$pkgver
-  perl src/desktop_ts_convert.pl --help
-  python src/generate_mo.py --help
-  python src/update_pot.py --help
-}
-
-package() {
-  cd deepin-gettext-tools-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-gettext-tools/repos/community-any/PKGBUILD (from rev 1292916, 
deepin-gettext-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:50:08 UTC (rev 1292917)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gettext-tools
+pkgver=1.0.9
+pkgrel=1
+pkgdesc='Deepin Gettext Tools'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-gettext-tools";
+license=('GPL3')
+depends=('gettext' 'python' 'perl-config-tiny' 'perl-xml-libxml')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-gettext-tools/archive/$pkgver.tar.gz";)
+sha512sums=('db4bccda2e8d87ab4bebd9c7ea71b9277ded944e6b40d958882cf119f1d3e8e6818b8fddfd93e8cec106dc774fc136d754c8e1a9acebaec9bab5702ed868')
+
+prepare() {
+  cd deepin-gettext-tools-$pkgver
+
+  sed -e 's/sudo cp/cp/' -i src/generate_mo.py
+  sed -e 's/qmake/qmake-qt5/' -e '/lupdate/d' -i Makefile
+}
+
+check() {
+  cd deepin-gettext-tools-$pkgver
+  perl src/desktop_ts_convert.pl --help
+  python src/generate_mo.py --help
+  python src/update_pot.py --help
+}
+
+package() {
+  cd deepin-gettext-tools-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:49:50
  Author: felixonmars
Revision: 1292916

upgpkg: deepin-gettext-tools 1.0.9-1

Modified:
  deepin-gettext-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:40:49 UTC (rev 1292915)
+++ PKGBUILD2022-09-04 20:49:50 UTC (rev 1292916)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-gettext-tools
-pkgver=1.0.8
-pkgrel=3
+pkgver=1.0.9
+pkgrel=1
 pkgdesc='Deepin Gettext Tools'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-gettext-tools";
@@ -12,7 +12,7 @@
 depends=('gettext' 'python' 'perl-config-tiny' 'perl-xml-libxml')
 makedepends=('git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-gettext-tools/archive/$pkgver.tar.gz";)
-sha512sums=('9488d629ba9a1490dc7c18d5e33eaeed948c50e10f894c82e7bef8507614aa4183fd70b115e180d849b2542b3cfae5ead7272d2227f6be7adfec1e5b87d8948d')
+sha512sums=('db4bccda2e8d87ab4bebd9c7ea71b9277ded944e6b40d958882cf119f1d3e8e6818b8fddfd93e8cec106dc774fc136d754c8e1a9acebaec9bab5702ed868')
 
 prepare() {
   cd deepin-gettext-tools-$pkgver



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

2022-09-04 Thread Brett Cornwall via arch-commits
Date: Sunday, September 4, 2022 @ 20:40:49
  Author: ainola
Revision: 1292915

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 1292914, python-websocket-client/trunk/PKGBUILD)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:40:25 UTC (rev 1292914)
+++ PKGBUILD2022-09-04 20:40:49 UTC (rev 1292915)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thore Bödecker 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=python-websocket-client
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=('any')
-url="https://github.com/websocket-client/websocket-client";
-license=('LGPL')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/w/websocket-client/websocket-client-$pkgver.tar.gz";)
-sha512sums=('3f746f2ecdd4694e4d7c62eeea193015d6a082b149ca5db16e3cbd305955c99e126bbfd62513dab0037a8bc06999c67b016461137bf271a8578bcd6388e637fb')
-
-build() {
-  cd websocket-client-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd websocket-client-$pkgver
-  pytest
-}
-
-package() {
-  cd websocket-client-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 1292914, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:40:49 UTC (rev 1292915)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Thore Bödecker 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=python-websocket-client
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=('any')
+url="https://github.com/websocket-client/websocket-client";
+license=('LGPL')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/w/websocket-client/websocket-client-$pkgver.tar.gz";)
+sha512sums=('a2804421e97ccbfb61cb2e8a2be6ecd5d5d60210971e27ca4e00a4854fb49df2e3c87ec87c0ec11565d7ce03f419dc3cbd8c2402843a8fced49d75d65d07b502')
+
+build() {
+  cd websocket-client-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd websocket-client-$pkgver
+  pytest
+}
+
+package() {
+  cd websocket-client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 ft=sh et:



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

2022-09-04 Thread Brett Cornwall via arch-commits
Date: Sunday, September 4, 2022 @ 20:40:25
  Author: ainola
Revision: 1292914

upgpkg: python-websocket-client 1.4.1-1

Modified:
  python-websocket-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:38:31 UTC (rev 1292913)
+++ PKGBUILD2022-09-04 20:40:25 UTC (rev 1292914)
@@ -6,7 +6,7 @@
 # Contributor: Florian Bruhin 
 
 pkgname=python-websocket-client
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="WebSocket client library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://pypi.io/packages/source/w/websocket-client/websocket-client-$pkgver.tar.gz";)
-sha512sums=('3f746f2ecdd4694e4d7c62eeea193015d6a082b149ca5db16e3cbd305955c99e126bbfd62513dab0037a8bc06999c67b016461137bf271a8578bcd6388e637fb')
+sha512sums=('a2804421e97ccbfb61cb2e8a2be6ecd5d5d60210971e27ca4e00a4854fb49df2e3c87ec87c0ec11565d7ce03f419dc3cbd8c2402843a8fced49d75d65d07b502')
 
 build() {
   cd websocket-client-$pkgver



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:38:31
  Author: felixonmars
Revision: 1292913

archrelease: copy trunk to community-x86_64

Added:
  deepin-editor/repos/community-x86_64/PKGBUILD
(from rev 1292912, deepin-editor/trunk/PKGBUILD)
Deleted:
  deepin-editor/repos/community-x86_64/PKGBUILD
  deepin-editor/repos/community-x86_64/fix-include.patch

---+
 PKGBUILD  |   67 +++-
 fix-include.patch |   36 ---
 2 files changed, 30 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:38:13 UTC (rev 1292912)
+++ PKGBUILD2022-09-04 20:38:31 UTC (rev 1292913)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-editor
-pkgver=5.10.33
-pkgrel=1
-pkgdesc='Simple editor for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-editor";
-license=('GPL3')
-depends=('deepin-qt5integration' 'enca' 'kcodecs' 'polkit-qt5' 
'syntax-highlighting' 'libchardet' 'uchardet')
-makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz";
-fix-include.patch)
-sha512sums=('cef3ec65a1ee83bcd81e574646256d216e9a420fa83cbf9a2597e09e1781af094999714674b093bd75dae389b884226ef1f702812d2f495633f2de93058cf41e'
-
'95809c705ab47c5c670a32605b815742225929db49cf0a62ff2cf82c1ff6ffeb190731fbee2a8e7002457fe072efc9fff741309655b7bfeeb3d06d240aa66750')
-
-prepare() {
-  cd deepin-editor-$pkgver
-  patch -p1 -i ../fix-include.patch
-}
-
-build() {
-  cd deepin-editor-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  ninja
-}
-
-check() {
-  cd deepin-editor-$pkgver
-  ninja test || echo "Tests failed"
-}
-
-package() {
-  cd deepin-editor-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-editor/repos/community-x86_64/PKGBUILD (from rev 1292912, 
deepin-editor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:38:31 UTC (rev 1292913)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-editor
+pkgver=5.10.34
+pkgrel=1
+pkgdesc='Simple editor for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-editor";
+license=('GPL3')
+depends=('deepin-qt5integration' 'enca' 'kcodecs' 'polkit-qt5' 
'syntax-highlighting' 'libchardet' 'uchardet')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz";)
+sha512sums=('7157074a28f5787f64bfd242237f100df3c1483719b4fc0d3be8453a373d81e85e52f097e83b259563c49a5a3a8f3a7e81b649d13b7e0864e57af2f0f2673e40')
+
+build() {
+  cd deepin-editor-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  ninja
+}
+
+check() {
+  cd deepin-editor-$pkgver
+  ninja test || echo "Tests failed"
+}
+
+package() {
+  cd deepin-editor-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: fix-include.patch
===
--- fix-include.patch   2022-09-04 20:38:13 UTC (rev 1292912)
+++ fix-include.patch   2022-09-04 20:38:31 UTC (rev 1292913)
@@ -1,36 +0,0 @@
-diff --git a/src/editor/dtextedit.cpp b/src/editor/dtextedit.cpp
-index 473a557d..da322f69 100644
 a/src/editor/dtextedit.cpp
-+++ b/src/editor/dtextedit.cpp
-@@ -33,9 +33,9 @@
- #include "insertblockbytextcommond.h"
- 
- 
--#include 
--#include 
--#include 
-+#include 
-+#include 
-+#include 
- 
- #include 
- #include 
-diff --git a/src/editor/showflodcodewidget.h b/src/editor/showflodcodewidget.h
-index def67adc..5d2e5b7b 100644
 a/src/editor/showflodcodewidget.h
-+++ b/src/editor/showflodcodewidget.h
-@@ -23,10 +23,10 @@
- #include 
- #include 
- #include 
--#include 
--#include 
--#include 
--#include 
-+#include 
-+#include 
-+#include 
-+#include 
- 
- DWIDGET_USE_NAMESPACE
- 



[arch-commits] Commit in deepin-editor/trunk (PKGBUILD fix-include.patch)

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:38:13
  Author: felixonmars
Revision: 1292912

upgpkg: deepin-editor 5.10.34-1

Modified:
  deepin-editor/trunk/PKGBUILD
Deleted:
  deepin-editor/trunk/fix-include.patch

---+
 PKGBUILD  |   13 +++--
 fix-include.patch |   36 
 2 files changed, 3 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:35:09 UTC (rev 1292911)
+++ PKGBUILD2022-09-04 20:38:13 UTC (rev 1292912)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-editor
-pkgver=5.10.33
+pkgver=5.10.34
 pkgrel=1
 pkgdesc='Simple editor for Deepin'
 arch=('x86_64')
@@ -10,16 +10,9 @@
 depends=('deepin-qt5integration' 'enca' 'kcodecs' 'polkit-qt5' 
'syntax-highlighting' 'libchardet' 'uchardet')
 makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz";
-fix-include.patch)
-sha512sums=('cef3ec65a1ee83bcd81e574646256d216e9a420fa83cbf9a2597e09e1781af094999714674b093bd75dae389b884226ef1f702812d2f495633f2de93058cf41e'
-
'95809c705ab47c5c670a32605b815742225929db49cf0a62ff2cf82c1ff6ffeb190731fbee2a8e7002457fe072efc9fff741309655b7bfeeb3d06d240aa66750')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-editor/archive/$pkgver.tar.gz";)
+sha512sums=('7157074a28f5787f64bfd242237f100df3c1483719b4fc0d3be8453a373d81e85e52f097e83b259563c49a5a3a8f3a7e81b649d13b7e0864e57af2f0f2673e40')
 
-prepare() {
-  cd deepin-editor-$pkgver
-  patch -p1 -i ../fix-include.patch
-}
-
 build() {
   cd deepin-editor-$pkgver
   cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .

Deleted: fix-include.patch
===
--- fix-include.patch   2022-09-04 20:35:09 UTC (rev 1292911)
+++ fix-include.patch   2022-09-04 20:38:13 UTC (rev 1292912)
@@ -1,36 +0,0 @@
-diff --git a/src/editor/dtextedit.cpp b/src/editor/dtextedit.cpp
-index 473a557d..da322f69 100644
 a/src/editor/dtextedit.cpp
-+++ b/src/editor/dtextedit.cpp
-@@ -33,9 +33,9 @@
- #include "insertblockbytextcommond.h"
- 
- 
--#include 
--#include 
--#include 
-+#include 
-+#include 
-+#include 
- 
- #include 
- #include 
-diff --git a/src/editor/showflodcodewidget.h b/src/editor/showflodcodewidget.h
-index def67adc..5d2e5b7b 100644
 a/src/editor/showflodcodewidget.h
-+++ b/src/editor/showflodcodewidget.h
-@@ -23,10 +23,10 @@
- #include 
- #include 
- #include 
--#include 
--#include 
--#include 
--#include 
-+#include 
-+#include 
-+#include 
-+#include 
- 
- DWIDGET_USE_NAMESPACE
- 



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:35:09
  Author: felixonmars
Revision: 1292911

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:34:51 UTC (rev 1292910)
+++ PKGBUILD2022-09-04 20:35:09 UTC (rev 1292911)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=15.3.1
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('nodejs-nopt' 'npm' 'semver')
-makedepends=('git')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('b84d039cf61d53ec4c88bd9f46d237451de4d2cc86b6d472d052675bd18113e567ad86397f89c353d7a9e7f82a161d6cb0277ab6237902b0b05503af0c9c184e')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}nopt
-  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 1292910, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:35:09 UTC (rev 1292911)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=15.3.2
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('nodejs-nopt' 'npm' 'semver')
+makedepends=('git')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('e2234760ecdedb90ff1843f212a250543fcbb5bbdf6e81576751c3107bc7b7d4f0ff64fd60aa1f60020471cd2976df379d5ef74ed495c2705f5e1ca7a6a2e607')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}nopt
+  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/{,.bin/}semver
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:34:51
  Author: felixonmars
Revision: 1292910

upgpkg: npm-check-updates 15.3.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:34:27 UTC (rev 1292909)
+++ PKGBUILD2022-09-04 20:34:51 UTC (rev 1292910)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=15.3.1
+pkgver=15.3.2
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('git')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('b84d039cf61d53ec4c88bd9f46d237451de4d2cc86b6d472d052675bd18113e567ad86397f89c353d7a9e7f82a161d6cb0277ab6237902b0b05503af0c9c184e')
+sha512sums=('e2234760ecdedb90ff1843f212a250543fcbb5bbdf6e81576751c3107bc7b7d4f0ff64fd60aa1f60020471cd2976df379d5ef74ed495c2705f5e1ca7a6a2e607')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



[arch-commits] Commit in deepin-boot-maker/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:34:27
  Author: felixonmars
Revision: 1292909

archrelease: copy trunk to community-x86_64

Added:
  deepin-boot-maker/repos/community-x86_64/PKGBUILD
(from rev 1292908, deepin-boot-maker/trunk/PKGBUILD)
Deleted:
  deepin-boot-maker/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:34:10 UTC (rev 1292908)
+++ PKGBUILD2022-09-04 20:34:27 UTC (rev 1292909)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-boot-maker
-pkgver=5.7.6
-pkgrel=1
-pkgdesc='Tool to create a bootable usb stick quick and easy'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-boot-maker";
-license=('GPL3')
-depends=('deepin-qt5integration' 'p7zip' 'mtools' 'syslinux')
-makedepends=('qt5-tools' 'python' 'gtest')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz";)
-sha512sums=('b589b87e1b14a3492d67995d210ee0c0911d0488813c341a40121005b74a56389d87945d784ed86f4d62f13c589f3867a5e329622c42eb71aaf2f13ddc75c598')
-
-build(){
-  cd deepin-boot-maker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-boot-maker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-boot-maker/repos/community-x86_64/PKGBUILD (from rev 1292908, 
deepin-boot-maker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:34:27 UTC (rev 1292909)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-boot-maker
+pkgver=5.7.7
+pkgrel=1
+pkgdesc='Tool to create a bootable usb stick quick and easy'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-boot-maker";
+license=('GPL3')
+depends=('deepin-qt5integration' 'p7zip' 'mtools' 'syslinux')
+makedepends=('qt5-tools' 'python' 'gtest')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz";)
+sha512sums=('d11af4b549bb05bbc8926bd94586d7af95377d014b5a6ec45e5b81c4cb8048a93e1b864084f26a146f92ea903c035318f70dbe5e3bf7c50f0c1d10e00701d568')
+
+build(){
+  cd deepin-boot-maker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-boot-maker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



[arch-commits] Commit in deepin-boot-maker/trunk (PKGBUILD)

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:34:10
  Author: felixonmars
Revision: 1292908

upgpkg: deepin-boot-maker 5.7.7-1

Modified:
  deepin-boot-maker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:32:35 UTC (rev 1292907)
+++ PKGBUILD2022-09-04 20:34:10 UTC (rev 1292908)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-boot-maker
-pkgver=5.7.6
+pkgver=5.7.7
 pkgrel=1
 pkgdesc='Tool to create a bootable usb stick quick and easy'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools' 'python' 'gtest')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz";)
-sha512sums=('b589b87e1b14a3492d67995d210ee0c0911d0488813c341a40121005b74a56389d87945d784ed86f4d62f13c589f3867a5e329622c42eb71aaf2f13ddc75c598')
+sha512sums=('d11af4b549bb05bbc8926bd94586d7af95377d014b5a6ec45e5b81c4cb8048a93e1b864084f26a146f92ea903c035318f70dbe5e3bf7c50f0c1d10e00701d568')
 
 build(){
   cd deepin-boot-maker-$pkgver



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:32:35
  Author: felixonmars
Revision: 1292907

archrelease: copy trunk to community-x86_64

Added:
  deepin-calculator/repos/community-x86_64/PKGBUILD
(from rev 1292906, deepin-calculator/trunk/PKGBUILD)
Deleted:
  deepin-calculator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:32:15 UTC (rev 1292906)
+++ PKGBUILD2022-09-04 20:32:35 UTC (rev 1292907)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-calculator
-pkgver=5.7.21
-pkgrel=1
-pkgdesc='An easy to use calculator for ordinary users'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-calculator";
-license=('GPL3')
-depends=('deepin-qt5integration')
-makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('12c92e5c77a94619e15a44a0fee84bde4b6d94b8bc75deb000ba006f5a2616233e8bd627bf400ad57f9e25062569d8ff642ddc69fa02d858c6beb0265ee76be0')
-
-build() {
-  cd deepin-calculator-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
-  ninja
-}
-
-package() {
-  cd deepin-calculator-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-calculator/repos/community-x86_64/PKGBUILD (from rev 1292906, 
deepin-calculator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:32:35 UTC (rev 1292907)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-calculator
+pkgver=5.7.21
+pkgrel=2
+pkgdesc='An easy to use calculator for ordinary users'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-calculator";
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz";
+
$pkgname-fix-ldflags.patch::https://github.com/linuxdeepin/deepin-calculator/pull/82.patch)
+sha512sums=('12c92e5c77a94619e15a44a0fee84bde4b6d94b8bc75deb000ba006f5a2616233e8bd627bf400ad57f9e25062569d8ff642ddc69fa02d858c6beb0265ee76be0'
+
'001b9ab4b7a9aac4ded51e9e2c0362824f3e38ad8a80c15c3cbe7cbfeef6ce65e85a4c3aa688fcdd0e396267a108fd6a192adece597e95775aece1c29a8c2a7c')
+
+prepare() {
+  patch -d deepin-calculator-$pkgver -p1 < $pkgname-fix-ldflags.patch
+}
+
+build() {
+  cd deepin-calculator-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd deepin-calculator-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:32:15
  Author: felixonmars
Revision: 1292906

upgpkg: deepin-calculator 5.7.21-2: fix ldflags

Modified:
  deepin-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:31:02 UTC (rev 1292905)
+++ PKGBUILD2022-09-04 20:32:15 UTC (rev 1292906)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-calculator
 pkgver=5.7.21
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use calculator for ordinary users'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-calculator";
@@ -10,9 +10,15 @@
 depends=('deepin-qt5integration')
 makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('12c92e5c77a94619e15a44a0fee84bde4b6d94b8bc75deb000ba006f5a2616233e8bd627bf400ad57f9e25062569d8ff642ddc69fa02d858c6beb0265ee76be0')
+source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz";
+
$pkgname-fix-ldflags.patch::https://github.com/linuxdeepin/deepin-calculator/pull/82.patch)
+sha512sums=('12c92e5c77a94619e15a44a0fee84bde4b6d94b8bc75deb000ba006f5a2616233e8bd627bf400ad57f9e25062569d8ff642ddc69fa02d858c6beb0265ee76be0'
+
'001b9ab4b7a9aac4ded51e9e2c0362824f3e38ad8a80c15c3cbe7cbfeef6ce65e85a4c3aa688fcdd0e396267a108fd6a192adece597e95775aece1c29a8c2a7c')
 
+prepare() {
+  patch -d deepin-calculator-$pkgver -p1 < $pkgname-fix-ldflags.patch
+}
+
 build() {
   cd deepin-calculator-$pkgver
   cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .



[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:31:02
  Author: felixonmars
Revision: 1292905

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 1292904, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:30:40 UTC (rev 1292904)
+++ PKGBUILD2022-09-04 20:31:02 UTC (rev 1292905)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=5.10.6
-pkgrel=2
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas";
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
-makedepends=('python' 'go' 'golang-deepin-lib')
-conflicts=('deepin-artwork-themes')
-replaces=('deepin-artwork-themes')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz";)
-sha512sums=('39566ffb88cfa02f39ddfa0b253e4029666767fce1b597091831e97ff1f96965e409e44e6887054dbc1a5a444bef76ea4af67b1e2726af3a5a4284a495a0fc96')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  cd deepin-desktop-schemas-$pkgver
-  # fix default background url
-  sed -i 
"s#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#"
 \
-overrides/common/com.deepin.wrap.gnome.desktop.override 
schemas/com.deepin.dde.appearance.gschema.xml
-  # fix network checker url
-  sed -i "s#'http://detect.uniontech.com', 
'http://detectportal.deepin.com'#'http://ping.archlinux.org/nm-check.txt'#" 
schemas/com.deepin.dde.network-utils.gschema.xml
-  grep uniontech schemas/com.deepin.dde.network-utils.gschema.xml && exit 1 || 
:
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd deepin-desktop-schemas-$pkgver
-  make ARCH=x86
-}
-
-check() {
-  cd deepin-desktop-schemas-$pkgver
-  make test
-}
-
-package() {
-  cd deepin-desktop-schemas-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 1292904, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:31:02 UTC (rev 1292905)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=5.10.11
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas";
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
+makedepends=('python' 'go' 'golang-deepin-lib')
+conflicts=('deepin-artwork-themes')
+replaces=('deepin-artwork-themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz";)
+sha512sums=('022ac32130c2c55e9f8208185d8e93dccb9c374c0668ce3983293c61b181a9445e0f5024c8428df1ce068b190b942da22ae8020ed671d9167d6901659e0e121f')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd deepin-desktop-schemas-$pkgver
+  # fix default background url
+  sed -i 
"s#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#"
 \
+overrides/common/com.deepin.wrap.gnome.desktop.override 
schemas/com.deepin.dde.appearance.gschema.xml
+  # fix network checker url
+  sed -i "s#'http://detect.uniontech.com', 
'http://detectportal.deepin.com'#'http://ping.archlinux.org/nm-check.txt'#" 
schemas/com.deepin.dde.network-utils.gschema.xml
+  grep uniontech schemas/com.deepin.dde.network-utils.gschema.xml && exit 1 || 
:
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd deepin-desktop-schemas-$pkgver
+  make ARCH=x86
+}
+
+check() {
+  cd deepin-desktop-schemas-$pkgver
+  make test
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:30:40
  Author: felixonmars
Revision: 1292904

upgpkg: deepin-desktop-schemas 5.10.11-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:28:00 UTC (rev 1292903)
+++ PKGBUILD2022-09-04 20:30:40 UTC (rev 1292904)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=5.10.6
-pkgrel=2
+pkgver=5.10.11
+pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-desktop-schemas";
@@ -15,7 +15,7 @@
 replaces=('deepin-artwork-themes')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz";)
-sha512sums=('39566ffb88cfa02f39ddfa0b253e4029666767fce1b597091831e97ff1f96965e409e44e6887054dbc1a5a444bef76ea4af67b1e2726af3a5a4284a495a0fc96')
+sha512sums=('022ac32130c2c55e9f8208185d8e93dccb9c374c0668ce3983293c61b181a9445e0f5024c8428df1ce068b190b942da22ae8020ed671d9167d6901659e0e121f')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:28:00
  Author: felixonmars
Revision: 1292903

archrelease: copy trunk to community-x86_64

Added:
  deepin-calculator/repos/community-x86_64/PKGBUILD
(from rev 1292902, deepin-calculator/trunk/PKGBUILD)
Deleted:
  deepin-calculator/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:27:40 UTC (rev 1292902)
+++ PKGBUILD2022-09-04 20:28:00 UTC (rev 1292903)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-calculator
-pkgver=5.7.20
-pkgrel=2
-pkgdesc='An easy to use calculator for ordinary users'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-calculator";
-license=('GPL3')
-depends=('deepin-qt5integration')
-makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('80b7ebaa2d43a64caa25258460ff17834326561e6a686c67eb9f952cd550f166ac58fd55cc9a6dfe3d934d6ce93f205f9e00caa3dcc93e18cce4ca898139a41d')
-
-build() {
-  cd deepin-calculator-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
-  ninja
-}
-
-package() {
-  cd deepin-calculator-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-calculator/repos/community-x86_64/PKGBUILD (from rev 1292902, 
deepin-calculator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:28:00 UTC (rev 1292903)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-calculator
+pkgver=5.7.21
+pkgrel=1
+pkgdesc='An easy to use calculator for ordinary users'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-calculator";
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('12c92e5c77a94619e15a44a0fee84bde4b6d94b8bc75deb000ba006f5a2616233e8bd627bf400ad57f9e25062569d8ff642ddc69fa02d858c6beb0265ee76be0')
+
+build() {
+  cd deepin-calculator-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd deepin-calculator-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:27:40
  Author: felixonmars
Revision: 1292902

upgpkg: deepin-calculator 5.7.21-1

Modified:
  deepin-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:25:29 UTC (rev 1292901)
+++ PKGBUILD2022-09-04 20:27:40 UTC (rev 1292902)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-calculator
-pkgver=5.7.20
-pkgrel=2
+pkgver=5.7.21
+pkgrel=1
 pkgdesc='An easy to use calculator for ordinary users'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-calculator";
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('80b7ebaa2d43a64caa25258460ff17834326561e6a686c67eb9f952cd550f166ac58fd55cc9a6dfe3d934d6ce93f205f9e00caa3dcc93e18cce4ca898139a41d')
+sha512sums=('12c92e5c77a94619e15a44a0fee84bde4b6d94b8bc75deb000ba006f5a2616233e8bd627bf400ad57f9e25062569d8ff642ddc69fa02d858c6beb0265ee76be0')
 
 build() {
   cd deepin-calculator-$pkgver



[arch-commits] Commit in ibus-table-chinese/repos/community-any (PKGBUILD PKGBUILD)

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:25:29
  Author: felixonmars
Revision: 1292901

archrelease: copy trunk to community-any

Added:
  ibus-table-chinese/repos/community-any/PKGBUILD
(from rev 1292900, ibus-table-chinese/trunk/PKGBUILD)
Deleted:
  ibus-table-chinese/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:25:11 UTC (rev 1292900)
+++ PKGBUILD2022-09-04 20:25:29 UTC (rev 1292901)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Leewings Ng 
-# Contributor: Hiroshi Yui 
-
-pkgname=ibus-table-chinese
-pkgver=1.8.5
-pkgrel=1
-pkgdesc="Some table-based input method of tables engines for IBus"
-arch=('any')
-url="https://github.com/mike-fabian/ibus-table-chinese";
-license=('GPL3')
-depends=('ibus-table')
-makedepends=('cmake-fedora')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mike-fabian/ibus-table-chinese/archive/$pkgver.tar.gz";)
-sha512sums=('5af18274cd972930f6b44a33478e149f0d4127654f8cb97a8739b3b05102bae45f3631587050001ec6399feaed123918a6c665305d626acc89f111667ae2e614')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake . -DCMAKE_FEDORA_TMP_DIR=. -DDATA_DIR=/usr/share 
-DPRJ_DOC_DIR=/usr/share/doc/$pkgname -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ibus-table-chinese/repos/community-any/PKGBUILD (from rev 1292900, 
ibus-table-chinese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:25:29 UTC (rev 1292901)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Leewings Ng 
+# Contributor: Hiroshi Yui 
+
+pkgname=ibus-table-chinese
+pkgver=1.8.6
+pkgrel=1
+pkgdesc="Some table-based input method of tables engines for IBus"
+arch=('any')
+url="https://github.com/mike-fabian/ibus-table-chinese";
+license=('GPL3')
+depends=('ibus-table')
+makedepends=('cmake-fedora')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mike-fabian/ibus-table-chinese/archive/$pkgver.tar.gz";)
+sha512sums=('49d8ac0af819d08289c0db20ad1b01b884b9e9d264a9bee26b6714cd0cdd699e853f6836743a82ffe85bc05ada5bcf6dd501807514d2231e7ab6e7d6a8974491')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake . -DCMAKE_FEDORA_TMP_DIR=. -DDATA_DIR=/usr/share 
-DPRJ_DOC_DIR=/usr/share/doc/$pkgname -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:25:11
  Author: felixonmars
Revision: 1292900

upgpkg: ibus-table-chinese 1.8.6-1

Modified:
  ibus-table-chinese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:24:57 UTC (rev 1292899)
+++ PKGBUILD2022-09-04 20:25:11 UTC (rev 1292900)
@@ -3,7 +3,7 @@
 # Contributor: Hiroshi Yui 
 
 pkgname=ibus-table-chinese
-pkgver=1.8.5
+pkgver=1.8.6
 pkgrel=1
 pkgdesc="Some table-based input method of tables engines for IBus"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('ibus-table')
 makedepends=('cmake-fedora')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mike-fabian/ibus-table-chinese/archive/$pkgver.tar.gz";)
-sha512sums=('5af18274cd972930f6b44a33478e149f0d4127654f8cb97a8739b3b05102bae45f3631587050001ec6399feaed123918a6c665305d626acc89f111667ae2e614')
+sha512sums=('49d8ac0af819d08289c0db20ad1b01b884b9e9d264a9bee26b6714cd0cdd699e853f6836743a82ffe85bc05ada5bcf6dd501807514d2231e7ab6e7d6a8974491')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in deepin-account-faces/repos/community-any (PKGBUILD PKGBUILD)

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:24:57
  Author: felixonmars
Revision: 1292899

archrelease: copy trunk to community-any

Added:
  deepin-account-faces/repos/community-any/PKGBUILD
(from rev 1292898, deepin-account-faces/trunk/PKGBUILD)
Deleted:
  deepin-account-faces/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:24:38 UTC (rev 1292898)
+++ PKGBUILD2022-09-04 20:24:57 UTC (rev 1292899)
@@ -1,21 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-account-faces
-pkgver=1.0.12
-pkgrel=1
-pkgdesc='Account faces for Linux Deepin'
-arch=('any')
-license=('GPL3')
-url="https://github.com/linuxdeepin/dde-account-faces";
-conflicts=('dde-account-faces')
-replaces=('dde-account-faces')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-account-faces/archive/$pkgver.tar.gz";)
-sha512sums=('d6639f0c3e9a43f397900709a66741c7339953aa3eb4d9a37b778d09a5343a07184c7541c1191ae1ffe0fb5ffc9a2cec47de382ad18aa863c70af06c56504053')
-
-package() {
-  cd dde-account-faces-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-account-faces/repos/community-any/PKGBUILD (from rev 1292898, 
deepin-account-faces/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:24:57 UTC (rev 1292899)
@@ -0,0 +1,21 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-account-faces
+pkgver=1.0.12.1
+pkgrel=1
+pkgdesc='Account faces for Linux Deepin'
+arch=('any')
+license=('GPL3')
+url="https://github.com/linuxdeepin/dde-account-faces";
+conflicts=('dde-account-faces')
+replaces=('dde-account-faces')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-account-faces/archive/$pkgver.tar.gz";)
+sha512sums=('572c302f820e6df78800164322830fb95050fe7e0e552967363442c9e39b7abf5a98811d7f777d33fd7aff3c6303dc0d012a9bcae30586a5b764a772b1ccb69b')
+
+package() {
+  cd dde-account-faces-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in deepin-account-faces/trunk (PKGBUILD)

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:24:38
  Author: felixonmars
Revision: 1292898

upgpkg: deepin-account-faces 1.0.12.1-1

Modified:
  deepin-account-faces/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:24:24 UTC (rev 1292897)
+++ PKGBUILD2022-09-04 20:24:38 UTC (rev 1292898)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-account-faces
-pkgver=1.0.12
+pkgver=1.0.12.1
 pkgrel=1
 pkgdesc='Account faces for Linux Deepin'
 arch=('any')
@@ -13,7 +13,7 @@
 replaces=('dde-account-faces')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-account-faces/archive/$pkgver.tar.gz";)
-sha512sums=('d6639f0c3e9a43f397900709a66741c7339953aa3eb4d9a37b778d09a5343a07184c7541c1191ae1ffe0fb5ffc9a2cec47de382ad18aa863c70af06c56504053')
+sha512sums=('572c302f820e6df78800164322830fb95050fe7e0e552967363442c9e39b7abf5a98811d7f777d33fd7aff3c6303dc0d012a9bcae30586a5b764a772b1ccb69b')
 
 package() {
   cd dde-account-faces-$pkgver



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:24:24
  Author: felixonmars
Revision: 1292897

archrelease: copy trunk to community-x86_64

Added:
  dd_rescue/repos/community-x86_64/PKGBUILD
(from rev 1292896, dd_rescue/trunk/PKGBUILD)
  dd_rescue/repos/community-x86_64/keys/
Deleted:
  dd_rescue/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:24:03 UTC (rev 1292896)
+++ PKGBUILD2022-09-04 20:24:24 UTC (rev 1292897)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Zerial 
-# Contributor: Patrick Leslie Polzer 
-# Contributor: Jose Riha 
-
-pkgname=dd_rescue
-pkgver=1.99.11
-pkgrel=1
-pkgdesc="A dd version that is very useful for data-recovery"
-url="http://www.garloff.de/kurt/linux/ddrescue/";
-license=("GPL")
-depends=('openssl')
-optdepends=('lzo: for libddr_lzo')
-arch=('x86_64')
-source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2"{,.asc})
-sha512sums=('e1d32711421ebbafd80fd210718667ff8c2d22b5349945105b3e4c29d54d381385b1fd188b2d8aa1b7a0aaf2cc9d8f7374373cff3992726a3d17549ca50f3904'
-'SKIP')
-validpgpkeys=('6669F7340D31E95EC5565490DE4F1B3A2BFFC5BF') # Kurt Garloff 

-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
-}

Copied: dd_rescue/repos/community-x86_64/PKGBUILD (from rev 1292896, 
dd_rescue/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:24:24 UTC (rev 1292897)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Zerial 
+# Contributor: Patrick Leslie Polzer 
+# Contributor: Jose Riha 
+
+pkgname=dd_rescue
+pkgver=1.99.12
+pkgrel=1
+pkgdesc="A dd version that is very useful for data-recovery"
+url="http://www.garloff.de/kurt/linux/ddrescue/";
+license=("GPL")
+depends=('openssl')
+optdepends=('lzo: for libddr_lzo')
+arch=('x86_64')
+source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2"{,.asc})
+sha512sums=('61f4f09e7e8442049634c5a5659f887cf82b16bc8b768c0aa79774e18feac6e91fbc258e5a6c8c3cac0577fadbdd26206261cf6c99b3980f763a1b584fb46001'
+'SKIP')
+validpgpkeys=('6669F7340D31E95EC5565490DE4F1B3A2BFFC5BF') # Kurt Garloff 

+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+
+  # Don't install to /usr/lib64
+  sed -i '/LIB = lib64/d' Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
+}



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:24:03
  Author: felixonmars
Revision: 1292896

upgpkg: dd_rescue 1.99.12-1

Modified:
  dd_rescue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:23:25 UTC (rev 1292895)
+++ PKGBUILD2022-09-04 20:24:03 UTC (rev 1292896)
@@ -4,7 +4,7 @@
 # Contributor: Jose Riha 
 
 pkgname=dd_rescue
-pkgver=1.99.11
+pkgver=1.99.12
 pkgrel=1
 pkgdesc="A dd version that is very useful for data-recovery"
 url="http://www.garloff.de/kurt/linux/ddrescue/";
@@ -13,7 +13,7 @@
 optdepends=('lzo: for libddr_lzo')
 arch=('x86_64')
 
source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2"{,.asc})
-sha512sums=('e1d32711421ebbafd80fd210718667ff8c2d22b5349945105b3e4c29d54d381385b1fd188b2d8aa1b7a0aaf2cc9d8f7374373cff3992726a3d17549ca50f3904'
+sha512sums=('61f4f09e7e8442049634c5a5659f887cf82b16bc8b768c0aa79774e18feac6e91fbc258e5a6c8c3cac0577fadbdd26206261cf6c99b3980f763a1b584fb46001'
 'SKIP')
 validpgpkeys=('6669F7340D31E95EC5565490DE4F1B3A2BFFC5BF') # Kurt Garloff 

 



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:23:25
  Author: felixonmars
Revision: 1292895

archrelease: copy trunk to community-x86_64

Added:
  danmaq/repos/community-x86_64/PKGBUILD
(from rev 1292894, danmaq/trunk/PKGBUILD)
Deleted:
  danmaq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:23:06 UTC (rev 1292894)
+++ PKGBUILD2022-09-04 20:23:25 UTC (rev 1292895)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=danmaq
-pkgdesc="A small client side Qt program to play danmaku on any screen"
-pkgver=0.2.3
-pkgrel=2
-arch=("x86_64")
-license=('GPL')
-url="https://github.com/tuna/danmaQ";
-depends=('qt5-x11extras')
-makedepends=('cmake' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tuna/danmaQ/archive/v$pkgver.tar.gz";)
-sha512sums=('b9f5b63b9fa84861ec9c73df5fbfe54b13e748c982e48afda1d70c189884568fc9ea01de0ba8707d2ff647442bc04c83d3a25f91f67e5341b4d676e2bdf22f2f')
-
-prepare() {
-  mkdir -p build
-  sed -i '/include /a #undef None' 
danmaQ-$pkgver/src/DMCanvas.cpp
-}
-
-build() {
-  cd build
-  cmake ../danmaQ-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: danmaq/repos/community-x86_64/PKGBUILD (from rev 1292894, 
danmaq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:23:25 UTC (rev 1292895)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=danmaq
+pkgdesc="A small client side Qt program to play danmaku on any screen"
+pkgver=0.2.3.1
+pkgrel=1
+arch=("x86_64")
+license=('GPL')
+url="https://github.com/tuna/danmaQ";
+depends=('qt5-x11extras')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tuna/danmaQ/archive/v$pkgver.tar.gz";)
+sha512sums=('a9ec480f16cfad16ffa07fdc1bb013a4684b410fad476c6d33c35b8a8582f2ad8d0ba743e26023df8feebac02ccf34bc5d2f6b54be2f2b6b05260200373804d4')
+
+prepare() {
+  mkdir -p build
+  sed -i '/include /a #undef None' 
danmaQ-$pkgver/src/DMCanvas.cpp
+}
+
+build() {
+  cd build
+  cmake ../danmaQ-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



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

2022-09-04 Thread Felix Yan via arch-commits
Date: Sunday, September 4, 2022 @ 20:23:06
  Author: felixonmars
Revision: 1292894

upgpkg: danmaq 0.2.3.1-1

Modified:
  danmaq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 20:15:47 UTC (rev 1292893)
+++ PKGBUILD2022-09-04 20:23:06 UTC (rev 1292894)
@@ -2,8 +2,8 @@
 
 pkgname=danmaq
 pkgdesc="A small client side Qt program to play danmaku on any screen"
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.3.1
+pkgrel=1
 arch=("x86_64")
 license=('GPL')
 url="https://github.com/tuna/danmaQ";
@@ -10,7 +10,7 @@
 depends=('qt5-x11extras')
 makedepends=('cmake' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tuna/danmaQ/archive/v$pkgver.tar.gz";)
-sha512sums=('b9f5b63b9fa84861ec9c73df5fbfe54b13e748c982e48afda1d70c189884568fc9ea01de0ba8707d2ff647442bc04c83d3a25f91f67e5341b4d676e2bdf22f2f')
+sha512sums=('a9ec480f16cfad16ffa07fdc1bb013a4684b410fad476c6d33c35b8a8582f2ad8d0ba743e26023df8feebac02ccf34bc5d2f6b54be2f2b6b05260200373804d4')
 
 prepare() {
   mkdir -p build



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

2022-09-04 Thread Filipe Laíns via arch-commits
Date: Sunday, September 4, 2022 @ 20:15:47
  Author: ffy00
Revision: 1292893

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 20:15:43 UTC (rev 1292892)
+++ PKGBUILD2022-09-04 20:15:47 UTC (rev 1292893)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=6.54.4
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module'
-'python-libcst: for codemods module')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker' 'python-exceptiongroup'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
-  'python-typing_extensions' 'python-black' 'python-fakeredis' 
'python-libcst')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('7e5b70cc2df874163205e3d35f3f5e6a71319e779b35f1596c69222373e9b766a143ccf37aa1699de6b98827978e44ccbca0b1e30e6ffe29c8b68c83bb3af869')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-
-  python -m build -nw
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  python examples/example_hypothesis_entrypoint/setup.py install 
--root="$PWD/tmp_install" --optimize=1
-
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PWD/examples/example_hypothesis_entrypoint"
 \
-  PATH="$PWD/tmp_install/usr/bin:$PATH" \
-pytest --ignore tmp_install || echo "Tests failed"
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-
-  python -m installer -d "$pkgdir" dist/*.whl
-
-  # It's only present when tests are enabled, so adding -f
-  rm -rf "$pkgdir"/usr/lib/python*/site-packages/tests
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 1292892, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 20:15:47 UTC (rev 1292893)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=6.54.4
+pkgrel=2
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+depends=('python-attrs' 'python-sortedcontainers' 'python-exceptiongroup')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module'
+'python-libcst: for codemods module')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
+  'python-typing_extensions' 'python-black' 'python-fakeredis' 
'python-libcst')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
+sha512sums=('7e5b70cc2df874163205e3d35f3f5e6a71319e779b35f1596c69222373e9b766a143ccf37aa1699de6b98827978e44ccbca0b1e30e6ffe29c8b68c83bb3af869')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+
+  python -m build -nw
+}
+
+check() {
+  cd hypothesis-$pkgver/hypothesis-python
+
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  python examples/example_hypothesis_entrypoint/setup.py install 
--root="$PWD/tmp_install" --optimize=1
+
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/pyt

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

2022-09-04 Thread Filipe Laíns via arch-commits
Date: Sunday, September 4, 2022 @ 20:15:43
  Author: ffy00
Revision: 1292892

add missing dependency (6.54.4-2)

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 19:56:46 UTC (rev 1292891)
+++ PKGBUILD2022-09-04 20:15:43 UTC (rev 1292892)
@@ -2,12 +2,12 @@
 
 pkgname=python-hypothesis
 pkgver=6.54.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
 license=('MPL')
 url="https://hypothesis.readthedocs.org";
-depends=('python-attrs' 'python-sortedcontainers')
+depends=('python-attrs' 'python-sortedcontainers' 'python-exceptiongroup')
 optdepends=('python-pytz: for datetime and django module'
 'python-faker: for fakefactory and django module'
 'python-django: for django module'
@@ -16,7 +16,7 @@
 'python-lark-parser: for lark module'
 'python-libcst: for codemods module')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker' 'python-exceptiongroup'
+checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions' 'python-black' 'python-fakeredis' 
'python-libcst')



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

2022-09-04 Thread Christian Hesse via arch-commits
Date: Sunday, September 4, 2022 @ 19:56:46
  Author: eworm
Revision: 1292891

this is community...

Modified:
  haproxy/repos/community-testing-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 19:55:27 UTC (rev 1292890)
+++ PKGBUILD2022-09-04 19:56:46 UTC (rev 1292891)
@@ -3,7 +3,7 @@
 
 pkgname=haproxy
 pkgver=2.6.5
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='https://www.haproxy.org/'
@@ -10,7 +10,7 @@
 arch=('x86_64')
 license=('GPL')
 
-depends=('openssl' 'pcre' 'zlib' 'libxcrypt' 'libcrypt.so' 'lua' 
'systemd-libs')
+depends=('openssl' 'pcre2' 'zlib' 'libxcrypt' 'libcrypt.so' 'lua' 
'systemd-libs')
 makedepends=('systemd')
 
 options=('debug')
@@ -47,7 +47,7 @@
 USE_GETADDRINFO=1 \
 USE_LUA=1 \
 USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_PCRE2=1 USE_PCRE2_JIT=1 \
 USE_PROMEX=1 \
 USE_SYSTEMD=1 \
 USE_ZLIB=1



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

2022-09-04 Thread Christian Hesse via arch-commits
Date: Sunday, September 4, 2022 @ 19:55:27
  Author: eworm
Revision: 1292890

archrelease: copy trunk to testing-x86_64

Added:
  haproxy/repos/testing-x86_64/
  
haproxy/repos/testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
(from rev 1292889, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch)
  haproxy/repos/testing-x86_64/PKGBUILD
(from rev 1292889, haproxy/trunk/PKGBUILD)
  haproxy/repos/testing-x86_64/haproxy.cfg
(from rev 1292889, haproxy/trunk/haproxy.cfg)
  haproxy/repos/testing-x86_64/haproxy.install
(from rev 1292889, haproxy/trunk/haproxy.install)
  haproxy/repos/testing-x86_64/haproxy.sysusers
(from rev 1292889, haproxy/trunk/haproxy.sysusers)

---+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch |   39 +++
 PKGBUILD  |   83 
 haproxy.cfg   |   48 +
 haproxy.install   |8 +
 haproxy.sysusers  |1 
 5 files changed, 179 insertions(+)

Copied: 
haproxy/repos/testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
 (from rev 1292889, 
haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch)
===
--- testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
(rev 0)
+++ testing-x86_64/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
2022-09-04 19:55:27 UTC (rev 1292890)
@@ -0,0 +1,39 @@
+diff --git a/admin/iprange/Makefile b/admin/iprange/Makefile
+index 13598d8..eb89fb9 100644
+--- a/admin/iprange/Makefile
 b/admin/iprange/Makefile
+@@ -7,7 +7,7 @@ OBJS = iprange ip6range
+ all: $(OBJS)
+ 
+ %: %.c
+-  $(CC) $(LDFLAGS) $(OPTIMIZE) -o $@ $^
++  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.o *.a *~
+diff --git a/dev/poll/Makefile b/dev/poll/Makefile
+index fdee514..9be926c 100644
+--- a/dev/poll/Makefile
 b/dev/poll/Makefile
+@@ -5,7 +5,7 @@ INCLUDE  =
+ OBJS = poll
+ 
+ poll: poll.c
+-  $(CC) $(OPTIMIZE) $(DEFINE) $(INCLUDE) -o $@ $^
++  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) $(INCLUDE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.[oas] *~
+diff --git a/dev/tcploop/Makefile b/dev/tcploop/Makefile
+index 42a6259..e8a6ff7 100644
+--- a/dev/tcploop/Makefile
 b/dev/tcploop/Makefile
+@@ -5,7 +5,7 @@ INCLUDE  =
+ OBJS = tcploop
+ 
+ tcploop: tcploop.c
+-  $(CC) $(OPTIMIZE) $(DEFINE) $(INCLUDE) -o $@ $^
++  $(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) $(INCLUDE) -o $@ $^
+ 
+ clean:
+   rm -f $(OBJS) *.[oas] *~

Copied: haproxy/repos/testing-x86_64/PKGBUILD (from rev 1292889, 
haproxy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-04 19:55:27 UTC (rev 1292890)
@@ -0,0 +1,83 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=2.6.5
+pkgrel=2
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='https://www.haproxy.org/'
+arch=('x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre2' 'zlib' 'libxcrypt' 'libcrypt.so' 'lua' 
'systemd-libs')
+makedepends=('systemd')
+
+options=('debug')
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(https://www.haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg
+haproxy.sysusers
+0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch)
+
+sha256sums=('ce9e19ebfcdd43e51af8a6090f1df8d512d972ddf742fa648a643bbb19056605'
+'f6babef513b99a3fa0e50f2b144c73c980f1b78b119874ffa2580af1e651e7a9'
+'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
+'8cdbb8be7a712f7b2c7f4823a96d2d2926d96b57632e9669069354d7f2df9fd2')
+
+prepare() {
+  cd haproxy-$pkgver
+
+  patch -p1 <"$srcdir"/0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
+}
+
+build() {
+  cd haproxy-$pkgver
+
+  export CFLAGS="$CFLAGS -fwrapv"
+
+  make \
+CFLAGS="$CFLAGS" \
+LDFLAGS="$LDFLAGS" \
+CPU=generic \
+TARGET=linux-glibc \
+USE_GETADDRINFO=1 \
+USE_LUA=1 \
+USE_OPENSSL=1 \
+USE_PCRE2=1 USE_PCRE2_JIT=1 \
+USE_PROMEX=1 \
+USE_SYSTEMD=1 \
+USE_ZLIB=1
+
+make \
+  SBINDIR=/usr/bin \
+  OPTIMIZE= \
+  CFLAGS="$CFLAGS" \
+  LDFLAGS="$LDFLAGS" \
+  admin/{halog/halog,iprange/ip{,6}range}
+make \
+  SBINDIR=/usr/bin \
+  -C admin/systemd/
+}
+
+package() {
+  cd haproxy-$pkgver
+  make \
+PREFIX="$pkgdir"/usr \
+SBINDIR="$pkgdir"/usr/bin \
+DOCDIR="$pkgdir"/usr/share/$pkgname \
+install
+
+  for admin in admin/{halog/halog,iprange/ip{,6}range}; do
+install 

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

2022-09-04 Thread Christian Hesse via arch-commits
Date: Sunday, September 4, 2022 @ 19:55:23
  Author: eworm
Revision: 1292889

upgpkg: haproxy 2.6.5-2: switch to pcre2 (FS#75789)

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 19:50:53 UTC (rev 1292888)
+++ PKGBUILD2022-09-04 19:55:23 UTC (rev 1292889)
@@ -3,7 +3,7 @@
 
 pkgname=haproxy
 pkgver=2.6.5
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='https://www.haproxy.org/'
@@ -10,7 +10,7 @@
 arch=('x86_64')
 license=('GPL')
 
-depends=('openssl' 'pcre' 'zlib' 'libxcrypt' 'libcrypt.so' 'lua' 
'systemd-libs')
+depends=('openssl' 'pcre2' 'zlib' 'libxcrypt' 'libcrypt.so' 'lua' 
'systemd-libs')
 makedepends=('systemd')
 
 options=('debug')
@@ -47,7 +47,7 @@
 USE_GETADDRINFO=1 \
 USE_LUA=1 \
 USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_PCRE2=1 USE_PCRE2_JIT=1 \
 USE_PROMEX=1 \
 USE_SYSTEMD=1 \
 USE_ZLIB=1



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

2022-09-04 Thread Christian Hesse via arch-commits
Date: Sunday, September 4, 2022 @ 19:50:49
  Author: eworm
Revision: 1292887

upgpkg: mupdf 1.20.3-1: new upstream release

Modified:
  mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 19:34:33 UTC (rev 1292886)
+++ PKGBUILD2022-09-04 19:50:49 UTC (rev 1292887)
@@ -7,7 +7,7 @@
 
 pkgbase=mupdf
 pkgname=(libmupdf mupdf mupdf-gl mupdf-tools)
-pkgver=1.20.0
+pkgver=1.20.3
 pkgrel=1
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('x86_64')
@@ -21,7 +21,7 @@
 source=("https://mupdf.com/downloads/archive/mupdf-${pkgver/_/}-source.tar.zst";
 'mupdf.desktop'
 'mupdf.xpm')
-sha256sums=('ee51ebf8de0b2d4a4643041a7ed76147296a194a03e5a8a4f58c960597c007ab'
+sha256sums=('108c4ad87d5cdd3ad47a3a872acdf101693283442469629dabb7631f1f3a0b3f'
 'ccff66979249bd4ab4ba8918660f194eb90eb0ae231b16e36a6cecdcf471883f'
 'a435f44425f5432c074dee745d8fbaeb879038ec1f1ec64f037c74662f09aca8')
 



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

2022-09-04 Thread Christian Hesse via arch-commits
Date: Sunday, September 4, 2022 @ 19:50:53
  Author: eworm
Revision: 1292888

archrelease: copy trunk to community-x86_64

Added:
  mupdf/repos/community-x86_64/PKGBUILD
(from rev 1292887, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-x86_64/mupdf.desktop
(from rev 1292887, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-x86_64/mupdf.xpm
(from rev 1292887, mupdf/trunk/mupdf.xpm)
Deleted:
  mupdf/repos/community-x86_64/PKGBUILD
  mupdf/repos/community-x86_64/mupdf.desktop
  mupdf/repos/community-x86_64/mupdf.xpm

---+
 PKGBUILD  |  234 
 mupdf.desktop |   30 +++
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 19:50:49 UTC (rev 1292887)
+++ PKGBUILD2022-09-04 19:50:53 UTC (rev 1292888)
@@ -1,117 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Brad Fanella 
-# Contributor: Stefan Husmann 
-# Contributor: Pierre-Paul Paquin 
-# Contributor: xduugu
-
-pkgbase=mupdf
-pkgname=(libmupdf mupdf mupdf-gl mupdf-tools)
-pkgver=1.20.0
-pkgrel=1
-pkgdesc='Lightweight PDF and XPS viewer'
-arch=('x86_64')
-url='https://mupdf.com/'
-license=('AGPL3')
-makedepends=('desktop-file-utils' 'freetype2' 'freeglut' 'glu' 'harfbuzz'
- 'jbig2dec' 'libjpeg' 'mesa-libgl' 'openjpeg2' 'libxext'
- 'gumbo-parser')
-# we need static libs for zathura-pdf-mupdf
-options=('staticlibs')
-source=("https://mupdf.com/downloads/archive/mupdf-${pkgver/_/}-source.tar.zst";
-'mupdf.desktop'
-'mupdf.xpm')
-sha256sums=('ee51ebf8de0b2d4a4643041a7ed76147296a194a03e5a8a4f58c960597c007ab'
-'ccff66979249bd4ab4ba8918660f194eb90eb0ae231b16e36a6cecdcf471883f'
-'a435f44425f5432c074dee745d8fbaeb879038ec1f1ec64f037c74662f09aca8')
-
-prepare() {
-  cd $pkgbase-${pkgver/_/}-source
-
-  # remove bundled packages, we want our system libraries
-  rm -rf thirdparty/{freeglut,freetype,harfbuzz,jbig2dec,libjpeg,openjpeg,zlib}
-}
-
-build() {
-  CFLAGS+=' -fPIC'
-  CXXFLAGS+=' -fPIC'
-  export CFLAGS CXXFLAGS
-  
-  USE_SYSTEM_LIBS='yes'
-  export USE_SYSTEM_LIBS
-
-  export CFLAGS+=' -ffat-lto-objects'
-
-  cd $pkgbase-${pkgver/_/}-source
-  make build=release libs apps
-}
-
-package_libmupdf() {
-  pkgdesc='Library for Lightweight PDF and XPS viewer'
-
-  cd $pkgbase-${pkgver/_/}-source
-
-  make build=release prefix="$pkgdir"/usr install
-
-  rm -rf "$pkgdir"/usr/{bin,share/man}
-  mv "$pkgdir"/usr/share/doc/mupdf "$pkgdir"/usr/share/doc/libmupdf
-
-  find "$pkgdir"/usr/include "$pkgdir"/usr/share "$pkgdir"/usr/lib \
--type f -exec chmod 0644 {} +
-}
-
-package_mupdf() {
-  pkgdesc='Lightweight PDF and XPS viewer'
-  depends=('desktop-file-utils' 'freetype2' 'harfbuzz' 'jbig2dec'
-   'libjpeg' 'openjpeg2' 'openssl' 'libxext' 'gumbo-parser')
-
-  cd $pkgbase-${pkgver/_/}-source
-
-  install -D -m0755 build/release/mupdf-x11 "$pkgdir"/usr/bin/mupdf
-
-  install -D -m0644 docs/man/mupdf.1 "$pkgdir"/usr/share/man/man1/mupdf.1
-
-  install -d "$pkgdir"/usr/share/doc/mupdf
-  install -m0644  README COPYING CHANGES "$pkgdir"/usr/share/doc/mupdf
-
-  install -D -m0644 ../mupdf.desktop 
"$pkgdir"/usr/share/applications/mupdf.desktop
-  install -D -m0644 ../mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
-}
-
-package_mupdf-gl() {
-  pkgdesc='Lightweight PDF and XPS viewer with OpenGL backend'
-  conflicts=('mupdf')
-  provides=("mupdf=${pkgver}")
-  depends=('desktop-file-utils' 'freetype2' 'freeglut' 'glu' 'harfbuzz' 
'jbig2dec'
-   'libjpeg' 'openjpeg2' 'openssl' 'gumbo-parser')
-
-  cd $pkgbase-${pkgver/_/}-source
-
-  install -D -m0755 build/release/mupdf-gl "$pkgdir"/usr/bin/mupdf
-
-  install -D -m0644 docs/man/mupdf.1 "$pkgdir"/usr/share/man/man1/mupdf.1
-
-  install -d "$pkgdir"/usr/share/doc/mupdf
-  install -m0644 README COPYING CHANGES "$pkgdir"/usr/share/doc/mupdf
-
-  install -D -m0644 ../mupdf.desktop 
"$pkgdir"/usr/share/applications/mupdf.desktop
-  install -D -m0644 ../mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
-}
-
-package_mupdf-tools() {
-  pkgdesc='Tools for Lightweight PDF and XPS viewer'
-  depends=('mupdf')
-  depends=('freetype2' 'jbig2dec' 'libjpeg' 'openjpeg2' 'harfbuzz' 'openssl'
-   'gumbo-parser')
-
-  cd $pkgbase-${pkgver/_/}-source
-
-  install -D -m0755 build/release/mutool "$pkgdir"/usr/bin/mutool
-  install -D -m0755 build/release/muraster "$pkgdir"/usr/bin/muraster
-
-  install -D -m0644 docs/man/mutool.1 "$pkgdir"/usr/share/man/man1/mutool.1
-
-  install -d "$pkgdir"/usr/share/doc/mupdf-tools
-  install -m0644 README COPYING CHANGES "$pkgdir"/usr/share/doc/mupdf-tools
-}
-

Copied: mupdf/repos/community-x86_64/PKGBUILD (from rev 1292887, 
mupdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD

[arch-commits] Commit in autoconf-archive/repos/community-any (PKGBUILD PKGBUILD keys)

2022-09-04 Thread Jonas Witschel via arch-commits
Date: Sunday, September 4, 2022 @ 19:34:33
  Author: diabonas
Revision: 1292886

archrelease: copy trunk to community-any

Added:
  autoconf-archive/repos/community-any/PKGBUILD
(from rev 1292885, autoconf-archive/trunk/PKGBUILD)
  autoconf-archive/repos/community-any/keys/
Deleted:
  autoconf-archive/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 19:34:18 UTC (rev 1292885)
+++ PKGBUILD2022-09-04 19:34:33 UTC (rev 1292886)
@@ -1,37 +0,0 @@
-# Maintainer: Jonas Witschel 
-# Contributor: Eli Schwartz 
-# Contributor: Daniel Müllner 
-
-pkgname=autoconf-archive
-pkgver=2022.02.11
-pkgrel=1
-epoch=1
-pkgdesc="A collection of freely re-usable Autoconf macros"
-arch=('any')
-url="https://www.gnu.org/software/autoconf-archive/";
-license=('GPL3')
-depends=('autoconf')
-optdepends=('automake: macros for use with it')
-source=("https://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c'
-'SKIP')
-validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72') # Peter Simons 

-
-build() {
-cd ${pkgname}-${pkgver}
-
-./configure --prefix=/usr
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: autoconf-archive/repos/community-any/PKGBUILD (from rev 1292885, 
autoconf-archive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 19:34:33 UTC (rev 1292886)
@@ -0,0 +1,37 @@
+# Maintainer: Jonas Witschel 
+# Contributor: Eli Schwartz 
+# Contributor: Daniel Müllner 
+
+pkgname=autoconf-archive
+pkgver=2022.09.03
+pkgrel=1
+epoch=1
+pkgdesc="A collection of freely re-usable Autoconf macros"
+arch=('any')
+url="https://www.gnu.org/software/autoconf-archive/";
+license=('GPL3')
+depends=('autoconf')
+optdepends=('automake: macros for use with it')
+source=("https://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e07454f00d8cae7907bed42d0747798927809947684d94c37207a4d63a32f423'
+'SKIP')
+validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72') # Peter Simons 

+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+}



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

2022-09-04 Thread Jonas Witschel via arch-commits
Date: Sunday, September 4, 2022 @ 19:34:18
  Author: diabonas
Revision: 1292885

upgpkg: autoconf-archive 1:2022.09.03-1: upstream release

Modified:
  autoconf-archive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 19:28:50 UTC (rev 1292884)
+++ PKGBUILD2022-09-04 19:34:18 UTC (rev 1292885)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Müllner 
 
 pkgname=autoconf-archive
-pkgver=2022.02.11
+pkgver=2022.09.03
 pkgrel=1
 epoch=1
 pkgdesc="A collection of freely re-usable Autoconf macros"
@@ -13,7 +13,7 @@
 depends=('autoconf')
 optdepends=('automake: macros for use with it')
 
source=("https://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c'
+sha256sums=('e07454f00d8cae7907bed42d0747798927809947684d94c37207a4d63a32f423'
 'SKIP')
 validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72') # Peter Simons 

 



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

2022-09-04 Thread Daniel M. Capella via arch-commits
Date: Sunday, September 4, 2022 @ 19:28:50
  Author: polyzen
Revision: 1292884

archrelease: copy trunk to community-any

Added:
  python-flake8-isort/repos/community-any/PKGBUILD
(from rev 1292883, python-flake8-isort/trunk/PKGBUILD)
Deleted:
  python-flake8-isort/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 19:28:30 UTC (rev 1292883)
+++ PKGBUILD2022-09-04 19:28:50 UTC (rev 1292884)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: neodarz 
-
-_name=flake8-isort
-pkgname=python-flake8-isort
-pkgver=4.2.0
-pkgrel=1
-pkgdesc='Flake8 plugin to validate annotations complexity'
-arch=('any')
-url=https://github.com/gforcada/flake8-isort
-license=('GPL3')
-depends=('flake8' 'python-isort')
-checkdepends=('python-pytest' 'python-setuptools' 'python-toml')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('26571500cd54976bbc0cf1006ffbcd1a68dd102f816b7a1051b219616ba9fee0')
-b2sums=('0c291293a640f90d46f76e7f20c3a0bcaa886260d9582dce8261c079584ddb4704d0c825001eaf0424fa36a7467ea322d06ef8c72ebd01632562a4edda62ab53')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-flake8-isort/repos/community-any/PKGBUILD (from rev 1292883, 
python-flake8-isort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 19:28:50 UTC (rev 1292884)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: neodarz 
+
+_name=flake8-isort
+pkgname=python-flake8-isort
+pkgver=4.2.0
+pkgrel=2
+pkgdesc='Flake8 plugin to validate annotations complexity'
+arch=('any')
+url=https://github.com/gforcada/flake8-isort
+license=('GPL3')
+depends=('flake8' 'python-isort')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
+checkdepends=('python-pytest' 'python-toml')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('26571500cd54976bbc0cf1006ffbcd1a68dd102f816b7a1051b219616ba9fee0')
+b2sums=('0c291293a640f90d46f76e7f20c3a0bcaa886260d9582dce8261c079584ddb4704d0c825001eaf0424fa36a7467ea322d06ef8c72ebd01632562a4edda62ab53')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



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

2022-09-04 Thread Daniel M. Capella via arch-commits
Date: Sunday, September 4, 2022 @ 19:28:30
  Author: polyzen
Revision: 1292883

upgpkg: python-flake8-isort 4.2.0-2: Use PEP 517

Modified:
  python-flake8-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 19:23:04 UTC (rev 1292882)
+++ PKGBUILD2022-09-04 19:28:30 UTC (rev 1292883)
@@ -4,13 +4,15 @@
 _name=flake8-isort
 pkgname=python-flake8-isort
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Flake8 plugin to validate annotations complexity'
 arch=('any')
 url=https://github.com/gforcada/flake8-isort
 license=('GPL3')
 depends=('flake8' 'python-isort')
-checkdepends=('python-pytest' 'python-setuptools' 'python-toml')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
+checkdepends=('python-pytest' 'python-toml')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
 sha256sums=('26571500cd54976bbc0cf1006ffbcd1a68dd102f816b7a1051b219616ba9fee0')
 
b2sums=('0c291293a640f90d46f76e7f20c3a0bcaa886260d9582dce8261c079584ddb4704d0c825001eaf0424fa36a7467ea322d06ef8c72ebd01632562a4edda62ab53')
@@ -17,7 +19,7 @@
 
 build() {
   cd $_name-$pkgver
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
@@ -27,5 +29,5 @@
 
 package() {
   cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }



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

2022-09-04 Thread Daniel M. Capella via arch-commits
Date: Sunday, September 4, 2022 @ 19:23:04
  Author: polyzen
Revision: 1292882

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 19:22:40 UTC (rev 1292881)
+++ PKGBUILD2022-09-04 19:23:04 UTC (rev 1292882)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-# Maintainer: Daniel M. Capella 
-# Contributor: Sirat18 
-# Contributor: Jonas Heinrich 
-
-_name=icalendar
-pkgname=python-icalendar
-pkgver=4.1.0
-pkgrel=1
-pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
-arch=('any')
-url="https://github.com/collective/icalendar";
-license=('BSD')
-depends=('python-dateutil' 'python-pytz')
-makedepends=('python-setuptools')
-checkdepends=('python-hypothesis' 'python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha256sums=('9748b7c02efcc43e58d0615ae0976ac4f265e90dadee9b4f884de29905c1b395')
-b2sums=('a676b938101e901c45cfeceba031c35f26dc361832ca24877acefcbe9158e111d883b757a133d72901579f73b32e34adbcb47db6d8ccbaa49f013106c282401e')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  PYTHONPATH="${PWD}:${PYTHONPATH}"
-  pytest -v "src/${_name}/tests"
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE.rst \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-icalendar/repos/community-any/PKGBUILD (from rev 1292881, 
python-icalendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 19:23:04 UTC (rev 1292882)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+# Maintainer: Daniel M. Capella 
+# Contributor: Sirat18 
+# Contributor: Jonas Heinrich 
+
+_name=icalendar
+pkgname=python-icalendar
+pkgver=4.1.0
+pkgrel=2
+pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
+arch=('any')
+url="https://github.com/collective/icalendar";
+license=('BSD')
+depends=('python-dateutil' 'python-pytz')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha256sums=('9748b7c02efcc43e58d0615ae0976ac4f265e90dadee9b4f884de29905c1b395')
+b2sums=('a676b938101e901c45cfeceba031c35f26dc361832ca24877acefcbe9158e111d883b757a133d72901579f73b32e34adbcb47db6d8ccbaa49f013106c282401e')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  pytest -v "src/${_name}/tests"
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s "${site_packages}"/${_name}-${pkgver}.dist-info/LICENSE.rst \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.rst
+}



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

2022-09-04 Thread Daniel M. Capella via arch-commits
Date: Sunday, September 4, 2022 @ 19:22:40
  Author: polyzen
Revision: 1292881

upgpkg: python-icalendar 4.1.0-2: Use PEP 517

Modified:
  python-icalendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 19:22:30 UTC (rev 1292880)
+++ PKGBUILD2022-09-04 19:22:40 UTC (rev 1292881)
@@ -6,14 +6,15 @@
 _name=icalendar
 pkgname=python-icalendar
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
 arch=('any')
 url="https://github.com/collective/icalendar";
 license=('BSD')
 depends=('python-dateutil' 'python-pytz')
-makedepends=('python-setuptools')
-checkdepends=('python-hypothesis' 'python-pytest')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
+checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
 sha256sums=('9748b7c02efcc43e58d0615ae0976ac4f265e90dadee9b4f884de29905c1b395')
 
b2sums=('a676b938101e901c45cfeceba031c35f26dc361832ca24877acefcbe9158e111d883b757a133d72901579f73b32e34adbcb47db6d8ccbaa49f013106c282401e')
@@ -20,20 +21,23 @@
 
 build() {
   cd "${_name}-${pkgver}"
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
   cd "${_name}-${pkgver}"
-  PYTHONPATH="${PWD}:${PYTHONPATH}"
   pytest -v "src/${_name}/tests"
 }
 
 package() {
   cd "${_name}-${pkgver}"
-  python setup.py install --optimize=1 --root="${pkgdir}"
+  python -m installer --destdir="${pkgdir}" dist/*.whl
   install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
 -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE.rst \
--t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s "${site_packages}"/${_name}-${pkgver}.dist-info/LICENSE.rst \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.rst
 }



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

2022-09-04 Thread George Rawlinson via arch-commits
Date: Sunday, September 4, 2022 @ 19:22:30
  Author: grawlinson
Revision: 1292880

archrelease: copy trunk to community-any

Added:
  checkbashisms/repos/community-any/PKGBUILD
(from rev 1292879, checkbashisms/trunk/PKGBUILD)
Deleted:
  checkbashisms/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 19:21:26 UTC (rev 1292879)
+++ PKGBUILD2022-09-04 19:22:30 UTC (rev 1292880)
@@ -1,21 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-pkgname=checkbashisms
-pkgver=2.21.4
-pkgrel=1
-pkgdesc='Debian script that checks for bashisms'
-arch=('any')
-url="https://packages.qa.debian.org/d/devscripts.html";
-license=('GPL')
-depends=('perl')
-source=("http://http.debian.net/debian/pool/main/d/devscripts/devscripts_${pkgver}.tar.xz";)
-sha256sums=('c18885e36d9c78b319001d4dbaf64e1b85bd322cfd0f62a04cc9d48550f7397f')
-b2sums=('29339490586a66c6360f599a90e23452fd1e99fd01757e258e082b9550731b3e443b12fb9ce9b8fe6fb229f228a115f87a9b91b8769000afd741eb77e9e7a4a4')
-
-package() {
-cd "${srcdir}"/devscripts-${pkgver}/scripts
-
-sed "s/###VERSION###/${pkgver}/g" checkbashisms.pl | install -Dm755 
/dev/stdin "${pkgdir}"/usr/bin/checkbashisms
-install -Dm644 checkbashisms.1 
"${pkgdir}"/usr/share/man/man1/checkbashisms.1
-install -Dm644 checkbashisms.bash_completion 
"${pkgdir}"/usr/share/bash-completion/completions/checkbashisms
-}

Copied: checkbashisms/repos/community-any/PKGBUILD (from rev 1292879, 
checkbashisms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 19:22:30 UTC (rev 1292880)
@@ -0,0 +1,33 @@
+# Maintainer: George Rawlinson 
+# Contributor: Eli Schwartz 
+
+pkgname=checkbashisms
+pkgver=2.22.2
+pkgrel=1
+pkgdesc='Debian script that checks for bashisms'
+arch=('any')
+url='https://tracker.debian.org/pkg/devscripts'
+license=('GPL')
+depends=('perl')
+source=("https://salsa.debian.org/debian/devscripts/-/archive/v$pkgver/devscripts-v$pkgver.tar.gz";)
+sha512sums=('9c08b7f2d4e386bafdab12443ba621204e2ee543f660bd574ad5f8dbfe33c889157dfa6fdf0616528f0735ee79885f67af5cea2da6e3aea6858ce945735251aa')
+b2sums=('c2e2d0cf322c3e31d3b4acc55683ed0a83d93ac8113de30d25f37a17700470d8ef1aeed00ad169ae4569f99bf4b710010e4ab4e06d4b9e198a1b42dfd9ebe9fd')
+
+prepare() {
+  cd "devscripts-v$pkgver/scripts"
+
+  sed "s/###VERSION###/$pkgver/g" checkbashisms.pl > checkbashisms
+}
+
+package() {
+  cd "devscripts-v$pkgver/scripts"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" "$pkgname"
+
+  # man page
+  install -vDm644 -t "$pkgdir/usr/share/man/man1" "$pkgname.1"
+
+  # bash completions
+  install -vDm644 "$pkgname.bash_completion" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+}



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

2022-09-04 Thread George Rawlinson via arch-commits
Date: Sunday, September 4, 2022 @ 19:21:26
  Author: grawlinson
Revision: 1292879

upgpkg: checkbashisms 2.22.2-1; new upstream release

* New upstream release.
* Change source/url to new upstream location.
* Change source/url to https.

Modified:
  checkbashisms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 19:00:07 UTC (rev 1292878)
+++ PKGBUILD2022-09-04 19:21:26 UTC (rev 1292879)
@@ -1,21 +1,33 @@
-# Maintainer: Eli Schwartz 
+# Maintainer: George Rawlinson 
+# Contributor: Eli Schwartz 
 
 pkgname=checkbashisms
-pkgver=2.21.4
+pkgver=2.22.2
 pkgrel=1
 pkgdesc='Debian script that checks for bashisms'
 arch=('any')
-url="https://packages.qa.debian.org/d/devscripts.html";
+url='https://tracker.debian.org/pkg/devscripts'
 license=('GPL')
 depends=('perl')
-source=("http://http.debian.net/debian/pool/main/d/devscripts/devscripts_${pkgver}.tar.xz";)
-sha256sums=('c18885e36d9c78b319001d4dbaf64e1b85bd322cfd0f62a04cc9d48550f7397f')
-b2sums=('29339490586a66c6360f599a90e23452fd1e99fd01757e258e082b9550731b3e443b12fb9ce9b8fe6fb229f228a115f87a9b91b8769000afd741eb77e9e7a4a4')
+source=("https://salsa.debian.org/debian/devscripts/-/archive/v$pkgver/devscripts-v$pkgver.tar.gz";)
+sha512sums=('9c08b7f2d4e386bafdab12443ba621204e2ee543f660bd574ad5f8dbfe33c889157dfa6fdf0616528f0735ee79885f67af5cea2da6e3aea6858ce945735251aa')
+b2sums=('c2e2d0cf322c3e31d3b4acc55683ed0a83d93ac8113de30d25f37a17700470d8ef1aeed00ad169ae4569f99bf4b710010e4ab4e06d4b9e198a1b42dfd9ebe9fd')
 
+prepare() {
+  cd "devscripts-v$pkgver/scripts"
+
+  sed "s/###VERSION###/$pkgver/g" checkbashisms.pl > checkbashisms
+}
+
 package() {
-cd "${srcdir}"/devscripts-${pkgver}/scripts
+  cd "devscripts-v$pkgver/scripts"
 
-sed "s/###VERSION###/${pkgver}/g" checkbashisms.pl | install -Dm755 
/dev/stdin "${pkgdir}"/usr/bin/checkbashisms
-install -Dm644 checkbashisms.1 
"${pkgdir}"/usr/share/man/man1/checkbashisms.1
-install -Dm644 checkbashisms.bash_completion 
"${pkgdir}"/usr/share/bash-completion/completions/checkbashisms
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" "$pkgname"
+
+  # man page
+  install -vDm644 -t "$pkgdir/usr/share/man/man1" "$pkgname.1"
+
+  # bash completions
+  install -vDm644 "$pkgname.bash_completion" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
 }



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

2022-09-04 Thread Daniel M. Capella via arch-commits
Date: Sunday, September 4, 2022 @ 19:00:07
  Author: polyzen
Revision: 1292878

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 18:59:48 UTC (rev 1292877)
+++ PKGBUILD2022-09-04 19:00:07 UTC (rev 1292878)
@@ -1,34 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Daniel M. Capella 
-
-pkgname=python-imagesize
-pkgver=1.4.1
-pkgrel=1
-
-pkgdesc='Analyzes JPEG/JPEG 2000/PNG/GIF/TIFF/SVG/Netpbm/WebP image headers 
and returns image size or DPI'
-url='https://github.com/shibukawa/imagesize_py'
-arch=('any')
-license=('MIT')
-
-depends=('python')
-makedepends=('python-setuptools')
-
-source=("https://files.pythonhosted.org/packages/source/i/imagesize/imagesize-$pkgver.tar.gz";)
-
-sha256sums=('69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a')
-
-build() {
-  cd imagesize-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd imagesize-$pkgver
-  python -m unittest discover -v
-}
-
-package() {
-  cd imagesize-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.rst
-}

Copied: python-imagesize/repos/community-any/PKGBUILD (from rev 1292877, 
python-imagesize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 19:00:07 UTC (rev 1292878)
@@ -0,0 +1,40 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Daniel M. Capella 
+
+pkgname=python-imagesize
+pkgver=1.4.1
+pkgrel=2
+
+pkgdesc='Analyzes JPEG/JPEG 2000/PNG/GIF/TIFF/SVG/Netpbm/WebP image headers 
and returns image size or DPI'
+url='https://github.com/shibukawa/imagesize_py'
+arch=('any')
+license=('MIT')
+
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
+
+source=("https://files.pythonhosted.org/packages/source/i/imagesize/imagesize-$pkgver.tar.gz";)
+
+sha256sums=('69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a')
+
+build() {
+  cd imagesize-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd imagesize-$pkgver
+  python -m unittest discover -v
+}
+
+package() {
+  cd imagesize-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/imagesize-$pkgver.dist-info/LICENSE.rst \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}



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

2022-09-04 Thread Daniel M. Capella via arch-commits
Date: Sunday, September 4, 2022 @ 18:59:48
  Author: polyzen
Revision: 1292877

upgpkg: python-imagesize 1.4.1-2: Use PEP 517

Modified:
  python-imagesize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 18:57:16 UTC (rev 1292876)
+++ PKGBUILD2022-09-04 18:59:48 UTC (rev 1292877)
@@ -3,7 +3,7 @@
 
 pkgname=python-imagesize
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Analyzes JPEG/JPEG 2000/PNG/GIF/TIFF/SVG/Netpbm/WebP image headers 
and returns image size or DPI'
 url='https://github.com/shibukawa/imagesize_py'
@@ -11,7 +11,8 @@
 license=('MIT')
 
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
 
 
source=("https://files.pythonhosted.org/packages/source/i/imagesize/imagesize-$pkgver.tar.gz";)
 
@@ -19,7 +20,7 @@
 
 build() {
   cd imagesize-$pkgver
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
@@ -29,6 +30,11 @@
 
 package() {
   cd imagesize-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.rst
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/imagesize-$pkgver.dist-info/LICENSE.rst \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
 }



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

2022-09-04 Thread Daniel M. Capella via arch-commits
Date: Sunday, September 4, 2022 @ 18:57:16
  Author: polyzen
Revision: 1292876

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 18:56:56 UTC (rev 1292875)
+++ PKGBUILD2022-09-04 18:57:16 UTC (rev 1292876)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=python-dkim
-pkgver=1.0.5
-pkgrel=6
-pkgdesc='Python library that implements DKIM and ARC email signing and 
verification'
-arch=('any')
-url=https://launchpad.net/dkimpy
-license=('ZLIB')
-depends=('python-dnspython')
-makedepends=('python-setuptools')
-checkdepends=('python-authres' 'python-pynacl')
-optdepends=('python-aiodns' 'python-authres' 'python-pynacl')
-source=("https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-$pkgver.tar.gz";)
-sha256sums=('9a2420bf09af686736773153fca32a02ae11ecbe24b540c26104628959f91121')
-
-build() {
-  cd dkimpy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd dkimpy-$pkgver
-  python -m unittest dkim.tests.test_suite
-}
-
-package() {
-  cd dkimpy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-dkim/repos/community-any/PKGBUILD (from rev 1292875, 
python-dkim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 18:57:16 UTC (rev 1292876)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=python-dkim
+pkgver=1.0.5
+pkgrel=7
+pkgdesc='Python library that implements DKIM and ARC email signing and 
verification'
+arch=('any')
+url=https://launchpad.net/dkimpy
+license=('ZLIB')
+depends=('python-dnspython')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
+checkdepends=('python-authres' 'python-pynacl')
+optdepends=('python-aiodns' 'python-authres' 'python-pynacl')
+source=("https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-$pkgver.tar.gz";)
+sha256sums=('9a2420bf09af686736773153fca32a02ae11ecbe24b540c26104628959f91121')
+
+build() {
+  cd dkimpy-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd dkimpy-$pkgver
+  python -m unittest dkim.tests.test_suite
+}
+
+package() {
+  cd dkimpy-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/dkimpy-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-09-04 Thread Daniel M. Capella via arch-commits
Date: Sunday, September 4, 2022 @ 18:56:56
  Author: polyzen
Revision: 1292875

upgpkg: python-dkim 1.0.5-7: Use PEP 517

Modified:
  python-dkim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 18:53:15 UTC (rev 1292874)
+++ PKGBUILD2022-09-04 18:56:56 UTC (rev 1292875)
@@ -2,13 +2,14 @@
 
 pkgname=python-dkim
 pkgver=1.0.5
-pkgrel=6
+pkgrel=7
 pkgdesc='Python library that implements DKIM and ARC email signing and 
verification'
 arch=('any')
 url=https://launchpad.net/dkimpy
 license=('ZLIB')
 depends=('python-dnspython')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
 checkdepends=('python-authres' 'python-pynacl')
 optdepends=('python-aiodns' 'python-authres' 'python-pynacl')
 
source=("https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-$pkgver.tar.gz";)
@@ -16,7 +17,7 @@
 
 build() {
   cd dkimpy-$pkgver
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
@@ -26,6 +27,11 @@
 
 package() {
   cd dkimpy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/dkimpy-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



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

2022-09-04 Thread Daniel M. Capella via arch-commits
Date: Sunday, September 4, 2022 @ 18:53:15
  Author: polyzen
Revision: 1292874

archrelease: copy trunk to community-x86_64

Added:
  python-dulwich/repos/community-x86_64/PKGBUILD
(from rev 1292873, python-dulwich/trunk/PKGBUILD)
Deleted:
  python-dulwich/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 18:52:54 UTC (rev 1292873)
+++ PKGBUILD2022-09-04 18:53:15 UTC (rev 1292874)
@@ -1,40 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Timothée Ravier 
-
-_name=dulwich
-pkgname=python-dulwich
-pkgver=0.20.45
-pkgrel=1
-pkgdesc='Pure-Python implementation of the Git file formats and protocols'
-arch=('x86_64')
-url=https://www.dulwich.io
-license=('GPL')
-depends=('python-certifi' 'python-urllib3')
-makedepends=('python-setuptools')
-checkdepends=('python-gpgme' 'python-paramiko')
-optdepends=('python-fastimport: for fast-import support'
-'python-gpgme: for PGP signature support'
-'python-idna: for HTTPS support via urllib3'
-'python-paramiko: for use as the SSH implementation'
-'python-pyopenssl: for HTTPS support via urllib3'
-'python-pyinotify: to watch for changes to refs')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('70710dd9ca2a442190c7e506892db074c318ac762e221f7529b8ce34802041b7')
-b2sums=('4eb6731312bd8bb45d35efdc1e640dd2cfb118b633de461c4f9ffa2a9e50258bada2c77b4d4bf2e72bc9947f143f89fd720e4e9411f0f84d67ab208f39f7b4b8')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  python -m venv --system-site-packages test-env
-  test-env/bin/python setup.py install --optimize=1 --skip-build
-  test-env/bin/python -m unittest dulwich.tests.test_suite
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-dulwich/repos/community-x86_64/PKGBUILD (from rev 1292873, 
python-dulwich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 18:53:15 UTC (rev 1292874)
@@ -0,0 +1,41 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Timothée Ravier 
+
+_name=dulwich
+pkgname=python-dulwich
+pkgver=0.20.45
+pkgrel=2
+pkgdesc='Pure-Python implementation of the Git file formats and protocols'
+arch=('x86_64')
+url=https://www.dulwich.io
+license=('GPL')
+depends=('python-certifi' 'python-urllib3')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
+checkdepends=('python-gpgme' 'python-paramiko')
+optdepends=('python-fastimport: for fast-import support'
+'python-gpgme: for PGP signature support'
+'python-idna: for HTTPS support via urllib3'
+'python-paramiko: for use as the SSH implementation'
+'python-pyopenssl: for HTTPS support via urllib3'
+'python-pyinotify: to watch for changes to refs')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('70710dd9ca2a442190c7e506892db074c318ac762e221f7529b8ce34802041b7')
+b2sums=('4eb6731312bd8bb45d35efdc1e640dd2cfb118b633de461c4f9ffa2a9e50258bada2c77b4d4bf2e72bc9947f143f89fd720e4e9411f0f84d67ab208f39f7b4b8')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  test-env/bin/python -m unittest dulwich.tests.test_suite
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



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

2022-09-04 Thread Daniel M. Capella via arch-commits
Date: Sunday, September 4, 2022 @ 18:52:54
  Author: polyzen
Revision: 1292873

upgpkg: python-dulwich 0.20.45-2: Use PEP 517

Modified:
  python-dulwich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 18:49:23 UTC (rev 1292872)
+++ PKGBUILD2022-09-04 18:52:54 UTC (rev 1292873)
@@ -4,13 +4,14 @@
 _name=dulwich
 pkgname=python-dulwich
 pkgver=0.20.45
-pkgrel=1
+pkgrel=2
 pkgdesc='Pure-Python implementation of the Git file formats and protocols'
 arch=('x86_64')
 url=https://www.dulwich.io
 license=('GPL')
 depends=('python-certifi' 'python-urllib3')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
 checkdepends=('python-gpgme' 'python-paramiko')
 optdepends=('python-fastimport: for fast-import support'
 'python-gpgme: for PGP signature support'
@@ -24,17 +25,17 @@
 
 build() {
   cd $_name-$pkgver
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
   cd $_name-$pkgver
   python -m venv --system-site-packages test-env
-  test-env/bin/python setup.py install --optimize=1 --skip-build
+  test-env/bin/python -m installer dist/*.whl
   test-env/bin/python -m unittest dulwich.tests.test_suite
 }
 
 package() {
   cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }



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

2022-09-04 Thread Daniel M. Capella via arch-commits
Date: Sunday, September 4, 2022 @ 18:49:23
  Author: polyzen
Revision: 1292872

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 18:48:59 UTC (rev 1292871)
+++ PKGBUILD2022-09-04 18:49:23 UTC (rev 1292872)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Daniel M. Capella 
-# Contributor: Sébastien Luttringer
-# Contributor : Ionut Biru 
-# Contributor: Sergej Pupykin 
-
-_name=docutils
-pkgname=python-docutils
-pkgver=0.19
-pkgrel=1
-epoch=1
-pkgdesc='Set of tools for processing plaintext docs into formats such as HTML, 
XML, or LaTeX'
-arch=('any')
-url='http://docutils.sourceforge.net'
-license=('custom')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://downloads.sourceforge.net/$_name/$_name-$pkgver.tar.gz";)
-sha512sums=('fb904a899f2b6f3c07c5079577bd7c52a3182cb85f6a4149391e523498df15bfa317f0c04095b890beeb3f89c2b444875a2a609d880ac4d7fbc3125e46b37ea5')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  # we need utf locale to valid utf8 tests
-  export LANG=en_US.UTF-8
-  PYTHONPATH="$PWD/build/python/" python test/alltests.py
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py build install --root="$pkgdir" --optimize=1
-  # symlink without .py
-  for f in "$pkgdir"/usr/bin/*.py; do
-  ln -s "$(basename $f)" "$pkgdir/usr/bin/$(basename $f .py)"
-  done
-  # setup license
-  install -D -m644 COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/COPYING.txt"
-  install -D -m644 licenses/python* "$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-docutils/repos/community-any/PKGBUILD (from rev 1292871, 
python-docutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 18:49:23 UTC (rev 1292872)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Maintainer: Daniel M. Capella 
+# Contributor: Sébastien Luttringer
+# Contributor : Ionut Biru 
+# Contributor: Sergej Pupykin 
+
+_name=docutils
+pkgname=python-docutils
+pkgver=0.19
+pkgrel=2
+epoch=1
+pkgdesc='Set of tools for processing plaintext docs into formats such as HTML, 
XML, or LaTeX'
+arch=('any')
+url='http://docutils.sourceforge.net'
+license=('custom')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
+source=("https://downloads.sourceforge.net/$_name/$_name-$pkgver.tar.gz";)
+sha512sums=('fb904a899f2b6f3c07c5079577bd7c52a3182cb85f6a4149391e523498df15bfa317f0c04095b890beeb3f89c2b444875a2a609d880ac4d7fbc3125e46b37ea5')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  # we need utf locale to valid utf8 tests
+  export LANG=en_US.UTF-8
+  PYTHONPATH="$PWD/build/python/" python test/alltests.py
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  # symlink without .py
+  for f in "$pkgdir"/usr/bin/*.py; do
+  ln -s "$(basename "$f")" "$pkgdir/usr/bin/$(basename "$f" .py)"
+  done
+
+  # symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/docutils-$pkgver.dist-info/COPYING.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-09-04 Thread Daniel M. Capella via arch-commits
Date: Sunday, September 4, 2022 @ 18:48:59
  Author: polyzen
Revision: 1292871

upgpkg: python-docutils 1:0.19-2: Use PEP 517

Modified:
  python-docutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 18:38:00 UTC (rev 1292870)
+++ PKGBUILD2022-09-04 18:48:59 UTC (rev 1292871)
@@ -7,7 +7,7 @@
 _name=docutils
 pkgname=python-docutils
 pkgver=0.19
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Set of tools for processing plaintext docs into formats such as HTML, 
XML, or LaTeX'
 arch=('any')
@@ -14,13 +14,14 @@
 url='http://docutils.sourceforge.net'
 license=('custom')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
 source=("https://downloads.sourceforge.net/$_name/$_name-$pkgver.tar.gz";)
 
sha512sums=('fb904a899f2b6f3c07c5079577bd7c52a3182cb85f6a4149391e523498df15bfa317f0c04095b890beeb3f89c2b444875a2a609d880ac4d7fbc3125e46b37ea5')
 
 build() {
   cd $_name-$pkgver
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
@@ -32,14 +33,17 @@
 
 package() {
   cd $_name-$pkgver
-  python setup.py build install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
   # symlink without .py
   for f in "$pkgdir"/usr/bin/*.py; do
-  ln -s "$(basename $f)" "$pkgdir/usr/bin/$(basename $f .py)"
+  ln -s "$(basename "$f")" "$pkgdir/usr/bin/$(basename "$f" .py)"
   done
-  # setup license
-  install -D -m644 COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/COPYING.txt"
-  install -D -m644 licenses/python* "$pkgdir/usr/share/licenses/$pkgname/"
+
+  # symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/docutils-$pkgver.dist-info/COPYING.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
 }
 
 # vim:set ts=2 sw=2 et:



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

2022-09-04 Thread Daniel M. Capella via arch-commits
Date: Sunday, September 4, 2022 @ 18:38:00
  Author: polyzen
Revision: 1292870

archrelease: copy trunk to community-any

Added:
  python-click-log/repos/community-any/PKGBUILD
(from rev 1292869, python-click-log/trunk/PKGBUILD)
Deleted:
  python-click-log/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-04 18:37:41 UTC (rev 1292869)
+++ PKGBUILD2022-09-04 18:38:00 UTC (rev 1292870)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: eolianoe 
-
-_name=click-log
-pkgname=python-click-log
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Logging integration for Click"
-arch=(any)
-url="https://github.com/click-contrib/click-log";
-license=(MIT)
-depends=(python-click)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('95d3cb2fa9821e4f58b25072f39d34f21fe4a7600923f59f4b57b92dbcd9fa2584d710de1d4a1aa2a757c048398342aabbb1b5ab32cf4128ccecee10f9f15a5a')
-b2sums=('8a7ce0c2a7617253f08d011958bce158e987faa0008065c9dac382d46b905cc88cd5cb19d0d0859bf522da6448f7c9a20c0a8efe53b3feb5efc9ca3f64cfbc27')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  export PYTHONPATH="build:$PYTHONPATH"
-  pytest -v
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --optimize=1 --root="$pkgdir"
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: python-click-log/repos/community-any/PKGBUILD (from rev 1292869, 
python-click-log/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-04 18:38:00 UTC (rev 1292870)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+# Maintainer: Daniel M. Capella 
+# Contributor: eolianoe 
+
+_name=click-log
+pkgname=python-click-log
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="Logging integration for Click"
+arch=('any')
+url="https://github.com/click-contrib/click-log";
+license=('MIT')
+depends=('python-click')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
+ 'python-wheel')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('3970f8570ac54491237bcdb3d8ab5e3eef6c057df29f8c3d1151a51a9c23b975')
+b2sums=('8a7ce0c2a7617253f08d011958bce158e987faa0008065c9dac382d46b905cc88cd5cb19d0d0859bf522da6448f7c9a20c0a8efe53b3feb5efc9ca3f64cfbc27')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  export PYTHONPATH="build:$PYTHONPATH"
+  pytest -v
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname/"
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/click_log-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



  1   2   >