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

2022-09-05 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')

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

2022-09-05 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 helix/repos/community-x86_64 (6 files)

2022-09-02 Thread Maxim Baz via arch-commits
Date: Friday, September 2, 2022 @ 21:00:57
  Author: maximbaz
Revision: 1291001

archrelease: copy trunk to community-x86_64

Added:
  helix/repos/community-x86_64/PKGBUILD
(from rev 1291000, helix/trunk/PKGBUILD)
  helix/repos/community-x86_64/helix.install
(from rev 1291000, helix/trunk/helix.install)
  helix/repos/community-x86_64/helix.sh
(from rev 1291000, helix/trunk/helix.sh)
Deleted:
  helix/repos/community-x86_64/PKGBUILD
  helix/repos/community-x86_64/helix.install
  helix/repos/community-x86_64/helix.sh

---+
 PKGBUILD  |  114 
 helix.install |6 +-
 helix.sh  |6 +-
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 21:00:52 UTC (rev 1291000)
+++ PKGBUILD2022-09-02 21:00:57 UTC (rev 1291001)
@@ -1,57 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Maintainer: Maxim Baz 
-# Contributor: Wojciech Kępka (wojci...@wkepka.dev)
-
-pkgname=helix
-pkgver=22.08
-pkgrel=1
-pkgdesc="A post-modern modal text editor"
-arch=('x86_64')
-url="https://helix-editor.com;
-license=('MPL2')
-depends=('bash')
-makedepends=('cargo' 'git')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/helix-editor/helix/archive/$pkgver.tar.gz;
-"$pkgname.sh")
-sha256sums=('292321d8d241b506f94b36489072202df4f57de8a0fbe8b16fb25c2ce5d5bf93'
-'90d14e5c8fb65e64b508fcf4358cb45191b39e24bd6c5981814139a2a627fa5c')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  sed -i "s|hx|helix|g" contrib/completion/hx.*
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --frozen --release
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  install -Dm 755 "target/release/hx" "$pkgdir/usr/lib/$pkgname/hx"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-
-  local runtime_dir="$pkgdir/var/lib/$pkgname/runtime"
-  mkdir -p "$runtime_dir/grammars"
-  cp -r "runtime/queries" "$runtime_dir"
-  cp -r "runtime/themes" "$runtime_dir"
-  find "runtime/grammars" -type f -name '*.so' -exec \
-install -Dm 755 {} -t "$runtime_dir/grammars" \;
-  install -Dm 644 runtime/tutor.txt -t "$runtime_dir"
-  ln -s "/var/lib/$pkgname/runtime" "$pkgdir/usr/lib/$pkgname/runtime"
-
-  install -Dm 644 "contrib/completion/hx.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "contrib/completion/hx.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
-  install -Dm 644 "contrib/completion/hx.zsh" 
"$pkgdir/usr/share/zsh/site-functions/_$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: helix/repos/community-x86_64/PKGBUILD (from rev 1291000, 
helix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 21:00:57 UTC (rev 1291001)
@@ -0,0 +1,57 @@
+# Maintainer: Orhun Parmaksız 
+# Maintainer: Maxim Baz 
+# Contributor: Wojciech Kępka (wojci...@wkepka.dev)
+
+pkgname=helix
+pkgver=22.08.1
+pkgrel=1
+pkgdesc="A post-modern modal text editor"
+arch=('x86_64')
+url="https://helix-editor.com;
+license=('MPL2')
+depends=('bash')
+makedepends=('cargo' 'git')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/helix-editor/helix/archive/$pkgver.tar.gz;
+"$pkgname.sh")
+sha256sums=('c9b184d53bab51e7a9fe81dc8c191a853177abba67ea408e968937f31b50b45a'
+'90d14e5c8fb65e64b508fcf4358cb45191b39e24bd6c5981814139a2a627fa5c')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  sed -i "s|hx|helix|g" contrib/completion/hx.*
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --frozen --release
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+  install -Dm 755 "target/release/hx" "$pkgdir/usr/lib/$pkgname/hx"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+
+  local runtime_dir="$pkgdir/var/lib/$pkgname/runtime"
+  mkdir -p "$runtime_dir/grammars"
+  cp -r "runtime/queries" "$runtime_dir"
+  cp -r "runtime/themes" "$runtime_dir"
+  find "runtime/grammars" -type f -name '*.so' -exec \
+install -Dm 755 {} -t "$runtime_dir/grammars" \;
+  install -Dm 644 runtime/tutor.txt -t "$runtime_dir"
+  ln -s "/var/lib/$pkgname/runtime" "$pkgdir/usr/lib/$pkgname/runtime"
+
+  install -Dm 644 "contrib/completion/hx.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "contrib/completion/hx.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
+  install -Dm 644 

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

2022-09-02 Thread Maxim Baz via arch-commits
Date: Friday, September 2, 2022 @ 21:00:52
  Author: maximbaz
Revision: 1291000

upgpkg: helix 22.08.1-1

Modified:
  helix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 20:55:41 UTC (rev 1290999)
+++ PKGBUILD2022-09-02 21:00:52 UTC (rev 1291000)
@@ -3,7 +3,7 @@
 # Contributor: Wojciech Kępka (wojci...@wkepka.dev)
 
 pkgname=helix
-pkgver=22.08
+pkgver=22.08.1
 pkgrel=1
 pkgdesc="A post-modern modal text editor"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 install="$pkgname.install"
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/helix-editor/helix/archive/$pkgver.tar.gz;
 "$pkgname.sh")
-sha256sums=('292321d8d241b506f94b36489072202df4f57de8a0fbe8b16fb25c2ce5d5bf93'
+sha256sums=('c9b184d53bab51e7a9fe81dc8c191a853177abba67ea408e968937f31b50b45a'
 '90d14e5c8fb65e64b508fcf4358cb45191b39e24bd6c5981814139a2a627fa5c')
 options=('!lto')
 



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

2022-09-02 Thread Maxim Baz via arch-commits
Date: Friday, September 2, 2022 @ 17:45:17
  Author: maximbaz
Revision: 1290953

archrelease: copy trunk to community-x86_64

Added:
  helix/repos/community-x86_64/PKGBUILD
(from rev 1290952, helix/trunk/PKGBUILD)
  helix/repos/community-x86_64/helix.install
(from rev 1290952, helix/trunk/helix.install)
  helix/repos/community-x86_64/helix.sh
(from rev 1290952, helix/trunk/helix.sh)
Deleted:
  helix/repos/community-x86_64/PKGBUILD
  helix/repos/community-x86_64/helix.install
  helix/repos/community-x86_64/helix.sh

---+
 PKGBUILD  |  114 
 helix.install |6 +-
 helix.sh  |6 +-
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 17:45:14 UTC (rev 1290952)
+++ PKGBUILD2022-09-02 17:45:17 UTC (rev 1290953)
@@ -1,57 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Maintainer: Maxim Baz 
-# Contributor: Wojciech Kępka (wojci...@wkepka.dev)
-
-pkgname=helix
-pkgver=22.08
-pkgrel=1
-pkgdesc="A post-modern modal text editor"
-arch=('x86_64')
-url="https://helix-editor.com;
-license=('MPL2')
-depends=('bash')
-makedepends=('cargo' 'git')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/helix-editor/helix/archive/$pkgver.tar.gz;
-"$pkgname.sh")
-sha256sums=('292321d8d241b506f94b36489072202df4f57de8a0fbe8b16fb25c2ce5d5bf93'
-'90d14e5c8fb65e64b508fcf4358cb45191b39e24bd6c5981814139a2a627fa5c')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  sed -i "s|hx|helix|g" contrib/completion/hx.*
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --frozen --release
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  install -Dm 755 "target/release/hx" "$pkgdir/usr/lib/$pkgname/hx"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-
-  local runtime_dir="$pkgdir/var/lib/$pkgname/runtime"
-  mkdir -p "$runtime_dir/grammars"
-  cp -r "runtime/queries" "$runtime_dir"
-  cp -r "runtime/themes" "$runtime_dir"
-  find "runtime/grammars" -type f -name '*.so' -exec \
-install -Dm 755 {} -t "$runtime_dir/grammars" \;
-  install -Dm 644 runtime/tutor.txt -t "$runtime_dir"
-  ln -s "/var/lib/$pkgname/runtime" "$pkgdir/usr/lib/$pkgname/runtime"
-
-  install -Dm 644 "contrib/completion/hx.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "contrib/completion/hx.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
-  install -Dm 644 "contrib/completion/hx.zsh" 
"$pkgdir/usr/share/zsh/site-functions/_$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: helix/repos/community-x86_64/PKGBUILD (from rev 1290952, 
helix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 17:45:17 UTC (rev 1290953)
@@ -0,0 +1,57 @@
+# Maintainer: Orhun Parmaksız 
+# Maintainer: Maxim Baz 
+# Contributor: Wojciech Kępka (wojci...@wkepka.dev)
+
+pkgname=helix
+pkgver=22.08
+pkgrel=1
+pkgdesc="A post-modern modal text editor"
+arch=('x86_64')
+url="https://helix-editor.com;
+license=('MPL2')
+depends=('bash')
+makedepends=('cargo' 'git')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/helix-editor/helix/archive/$pkgver.tar.gz;
+"$pkgname.sh")
+sha256sums=('292321d8d241b506f94b36489072202df4f57de8a0fbe8b16fb25c2ce5d5bf93'
+'90d14e5c8fb65e64b508fcf4358cb45191b39e24bd6c5981814139a2a627fa5c')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  sed -i "s|hx|helix|g" contrib/completion/hx.*
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --frozen --release
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+  install -Dm 755 "target/release/hx" "$pkgdir/usr/lib/$pkgname/hx"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+
+  local runtime_dir="$pkgdir/var/lib/$pkgname/runtime"
+  mkdir -p "$runtime_dir/grammars"
+  cp -r "runtime/queries" "$runtime_dir"
+  cp -r "runtime/themes" "$runtime_dir"
+  find "runtime/grammars" -type f -name '*.so' -exec \
+install -Dm 755 {} -t "$runtime_dir/grammars" \;
+  install -Dm 644 runtime/tutor.txt -t "$runtime_dir"
+  ln -s "/var/lib/$pkgname/runtime" "$pkgdir/usr/lib/$pkgname/runtime"
+
+  install -Dm 644 "contrib/completion/hx.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "contrib/completion/hx.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
+  install -Dm 644 

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

2022-09-02 Thread Maxim Baz via arch-commits
Date: Friday, September 2, 2022 @ 17:44:44
  Author: maximbaz
Revision: 1290949

upgpkg: helix 22.08-1

Modified:
  helix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 17:43:07 UTC (rev 1290948)
+++ PKGBUILD2022-09-02 17:44:44 UTC (rev 1290949)
@@ -1,9 +1,10 @@
 # Maintainer: Orhun Parmaksız 
+# Maintainer: Maxim Baz 
 # Contributor: Wojciech Kępka (wojci...@wkepka.dev)
 
 pkgname=helix
-pkgver=22.05
-pkgrel=3
+pkgver=22.08
+pkgrel=1
 pkgdesc="A post-modern modal text editor"
 arch=('x86_64')
 url="https://helix-editor.com;
@@ -13,7 +14,7 @@
 install="$pkgname.install"
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/helix-editor/helix/archive/$pkgver.tar.gz;
 "$pkgname.sh")
-sha256sums=('96603cf5504bbd7ebeee1867d65356cccaa2877f697da50c0ad3789a3eb287e4'
+sha256sums=('292321d8d241b506f94b36489072202df4f57de8a0fbe8b16fb25c2ce5d5bf93'
 '90d14e5c8fb65e64b508fcf4358cb45191b39e24bd6c5981814139a2a627fa5c')
 options=('!lto')
 



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

2022-09-02 Thread Maxim Baz via arch-commits
Date: Friday, September 2, 2022 @ 17:44:49
  Author: maximbaz
Revision: 1290950

archrelease: copy trunk to community-x86_64

Added:
  helix/repos/community-x86_64/PKGBUILD
(from rev 1290949, helix/trunk/PKGBUILD)
  helix/repos/community-x86_64/helix.install
(from rev 1290949, helix/trunk/helix.install)
  helix/repos/community-x86_64/helix.sh
(from rev 1290949, helix/trunk/helix.sh)
Deleted:
  helix/repos/community-x86_64/PKGBUILD
  helix/repos/community-x86_64/helix.install
  helix/repos/community-x86_64/helix.sh

---+
 PKGBUILD  |  113 
 helix.install |6 +-
 helix.sh  |6 +-
 3 files changed, 63 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 17:44:44 UTC (rev 1290949)
+++ PKGBUILD2022-09-02 17:44:49 UTC (rev 1290950)
@@ -1,56 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Wojciech Kępka (wojci...@wkepka.dev)
-
-pkgname=helix
-pkgver=22.05
-pkgrel=3
-pkgdesc="A post-modern modal text editor"
-arch=('x86_64')
-url="https://helix-editor.com;
-license=('MPL2')
-depends=('bash')
-makedepends=('cargo' 'git')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/helix-editor/helix/archive/$pkgver.tar.gz;
-"$pkgname.sh")
-sha256sums=('96603cf5504bbd7ebeee1867d65356cccaa2877f697da50c0ad3789a3eb287e4'
-'90d14e5c8fb65e64b508fcf4358cb45191b39e24bd6c5981814139a2a627fa5c')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  sed -i "s|hx|helix|g" contrib/completion/hx.*
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --frozen --release
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-  install -Dm 755 "target/release/hx" "$pkgdir/usr/lib/$pkgname/hx"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-
-  local runtime_dir="$pkgdir/var/lib/$pkgname/runtime"
-  mkdir -p "$runtime_dir/grammars"
-  cp -r "runtime/queries" "$runtime_dir"
-  cp -r "runtime/themes" "$runtime_dir"
-  find "runtime/grammars" -type f -name '*.so' -exec \
-install -Dm 755 {} -t "$runtime_dir/grammars" \;
-  install -Dm 644 runtime/tutor.txt -t "$runtime_dir"
-  ln -s "/var/lib/$pkgname/runtime" "$pkgdir/usr/lib/$pkgname/runtime"
-
-  install -Dm 644 "contrib/completion/hx.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "contrib/completion/hx.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
-  install -Dm 644 "contrib/completion/hx.zsh" 
"$pkgdir/usr/share/zsh/site-functions/_$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: helix/repos/community-x86_64/PKGBUILD (from rev 1290949, 
helix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-02 17:44:49 UTC (rev 1290950)
@@ -0,0 +1,57 @@
+# Maintainer: Orhun Parmaksız 
+# Maintainer: Maxim Baz 
+# Contributor: Wojciech Kępka (wojci...@wkepka.dev)
+
+pkgname=helix
+pkgver=22.08
+pkgrel=1
+pkgdesc="A post-modern modal text editor"
+arch=('x86_64')
+url="https://helix-editor.com;
+license=('MPL2')
+depends=('bash')
+makedepends=('cargo' 'git')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/helix-editor/helix/archive/$pkgver.tar.gz;
+"$pkgname.sh")
+sha256sums=('292321d8d241b506f94b36489072202df4f57de8a0fbe8b16fb25c2ce5d5bf93'
+'90d14e5c8fb65e64b508fcf4358cb45191b39e24bd6c5981814139a2a627fa5c')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  sed -i "s|hx|helix|g" contrib/completion/hx.*
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --frozen --release
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
+  install -Dm 755 "target/release/hx" "$pkgdir/usr/lib/$pkgname/hx"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+
+  local runtime_dir="$pkgdir/var/lib/$pkgname/runtime"
+  mkdir -p "$runtime_dir/grammars"
+  cp -r "runtime/queries" "$runtime_dir"
+  cp -r "runtime/themes" "$runtime_dir"
+  find "runtime/grammars" -type f -name '*.so' -exec \
+install -Dm 755 {} -t "$runtime_dir/grammars" \;
+  install -Dm 644 runtime/tutor.txt -t "$runtime_dir"
+  ln -s "/var/lib/$pkgname/runtime" "$pkgdir/usr/lib/$pkgname/runtime"
+
+  install -Dm 644 "contrib/completion/hx.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "contrib/completion/hx.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
+  install -Dm 644 "contrib/completion/hx.zsh" 

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

2022-08-29 Thread Maxim Baz via arch-commits
Date: Monday, August 29, 2022 @ 20:08:50
  Author: maximbaz
Revision: 1285798

upgpkg: kak-lsp 14.0.0-1

Modified:
  kak-lsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-29 20:08:46 UTC (rev 1285797)
+++ PKGBUILD2022-08-29 20:08:50 UTC (rev 1285798)
@@ -1,8 +1,8 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=kak-lsp
-pkgver=13.0.0
-pkgrel=2
+pkgver=14.0.0
+pkgrel=1
 pkgdesc='Kakoune Language Server Protocol Client'
 arch=('x86_64')
 url='https://github.com/kak-lsp/kak-lsp'
@@ -18,7 +18,7 @@
 'rust-analyzer: language server for Rust'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('4e56232d999de3d914ebb8e44c499ebfcdca5e3f0bebeb3a213d46086ba7e141')
+sha256sums=('bd46846df0e9c587a9ea3deb1d976f4fc6ddd741061b2bdea4c1fb032e429901')
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2022-08-29 Thread Maxim Baz via arch-commits
Date: Monday, August 29, 2022 @ 20:08:53
  Author: maximbaz
Revision: 1285799

archrelease: copy trunk to community-x86_64

Added:
  kak-lsp/repos/community-x86_64/PKGBUILD
(from rev 1285798, kak-lsp/trunk/PKGBUILD)
Deleted:
  kak-lsp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-29 20:08:50 UTC (rev 1285798)
+++ PKGBUILD2022-08-29 20:08:53 UTC (rev 1285799)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=kak-lsp
-pkgver=13.0.0
-pkgrel=2
-pkgdesc='Kakoune Language Server Protocol Client'
-arch=('x86_64')
-url='https://github.com/kak-lsp/kak-lsp'
-license=('custom:unlicense')
-depends=('kakoune')
-makedepends=('rust')
-optdepends=(
-'bash-language-server: language server for Bash'
-'gopls: language server for Go'
-'haskell-language-server: language server for Haskell'
-'lua-language-server: language server for Lua'
-'python-lsp-server: language server for Python'
-'rust-analyzer: language server for Rust'
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('4e56232d999de3d914ebb8e44c499ebfcdca5e3f0bebeb3a213d46086ba7e141')
-
-build() {
-cd "${pkgname}-${pkgver}"
-make
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: kak-lsp/repos/community-x86_64/PKGBUILD (from rev 1285798, 
kak-lsp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-29 20:08:53 UTC (rev 1285799)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=kak-lsp
+pkgver=14.0.0
+pkgrel=1
+pkgdesc='Kakoune Language Server Protocol Client'
+arch=('x86_64')
+url='https://github.com/kak-lsp/kak-lsp'
+license=('custom:unlicense')
+depends=('kakoune')
+makedepends=('rust')
+optdepends=(
+'bash-language-server: language server for Bash'
+'gopls: language server for Go'
+'haskell-language-server: language server for Haskell'
+'lua-language-server: language server for Lua'
+'python-lsp-server: language server for Python'
+'rust-analyzer: language server for Rust'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('bd46846df0e9c587a9ea3deb1d976f4fc6ddd741061b2bdea4c1fb032e429901')
+
+build() {
+cd "${pkgname}-${pkgver}"
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:



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

2022-08-28 Thread Maxim Baz via arch-commits
Date: Sunday, August 28, 2022 @ 23:22:53
  Author: maximbaz
Revision: 1285150

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-28 23:22:49 UTC (rev 1285149)
+++ PKGBUILD2022-08-28 23:22:53 UTC (rev 1285150)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Peter Reschenhofer 
-
-_pkgauthor=rfjakob
-pkgname=gocryptfs
-pkgver=2.2.1
-pkgrel=3
-pkgdesc='Encrypted overlay filesystem written in Go.'
-arch=('x86_64')
-url="https://github.com/${_pkgauthor}/${pkgname};
-license=('MIT')
-depends=('gcc-libs' 'openssl' 'fuse')
-makedepends=('go' 'pandoc' 'man-db')
-source=(
-
"${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz.asc;
-)
-sha256sums=('8d3f66fe426de6b31dfd56122f26047cc8cda679d2fba7bc26d78448701da5e3'
-'SKIP')
-validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740')
-
-build() {
-cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
-
-export CGO_LDFLAGS="$LDFLAGS"
-export GOFLAGS="-buildmode=pie -trimpath -mod=vendor"
-make build
-}
-
-package() {
-cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
-make DESTDIR="${pkgdir}" install
-}

Copied: gocryptfs/repos/community-x86_64/PKGBUILD (from rev 1285149, 
gocryptfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-28 23:22:53 UTC (rev 1285150)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Peter Reschenhofer 
+
+_pkgauthor=rfjakob
+pkgname=gocryptfs
+pkgver=2.3
+pkgrel=1
+pkgdesc='Encrypted overlay filesystem written in Go.'
+arch=('x86_64')
+url="https://github.com/${_pkgauthor}/${pkgname};
+license=('MIT')
+depends=('gcc-libs' 'openssl' 'fuse')
+makedepends=('go' 'pandoc' 'man-db')
+source=(
+
"${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz.asc;
+)
+sha256sums=('945e3287311547f9227f4a5b5d051fd6df8b8b41ce2a65f424de9829cc785129'
+'SKIP')
+validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740')
+
+build() {
+cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
+
+export CGO_LDFLAGS="$LDFLAGS"
+export GOFLAGS="-buildmode=pie -trimpath -mod=vendor"
+make build
+}
+
+package() {
+cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
+make DESTDIR="${pkgdir}" install
+}



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

2022-08-28 Thread Maxim Baz via arch-commits
Date: Sunday, August 28, 2022 @ 23:22:49
  Author: maximbaz
Revision: 1285149

upgpkg: gocryptfs 2.3-1

Modified:
  gocryptfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-28 22:29:49 UTC (rev 1285148)
+++ PKGBUILD2022-08-28 23:22:49 UTC (rev 1285149)
@@ -3,8 +3,8 @@
 
 _pkgauthor=rfjakob
 pkgname=gocryptfs
-pkgver=2.2.1
-pkgrel=3
+pkgver=2.3
+pkgrel=1
 pkgdesc='Encrypted overlay filesystem written in Go.'
 arch=('x86_64')
 url="https://github.com/${_pkgauthor}/${pkgname};
@@ -15,7 +15,7 @@
 
"${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz;
 
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz.asc;
 )
-sha256sums=('8d3f66fe426de6b31dfd56122f26047cc8cda679d2fba7bc26d78448701da5e3'
+sha256sums=('945e3287311547f9227f4a5b5d051fd6df8b8b41ce2a65f424de9829cc785129'
 'SKIP')
 validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740')
 



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

2022-08-25 Thread Maxim Baz via arch-commits
Date: Thursday, August 25, 2022 @ 13:59:11
  Author: maximbaz
Revision: 1278568

archrelease: copy trunk to community-any

Added:
  aspell-da/repos/community-any/PKGBUILD
(from rev 1278567, aspell-da/trunk/PKGBUILD)
Deleted:
  aspell-da/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-25 13:59:07 UTC (rev 1278567)
+++ PKGBUILD2022-08-25 13:59:11 UTC (rev 1278568)
@@ -1,24 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Esben Haabendal 
-
-pkgname=aspell-da
-pkgver=4.0
-pkgrel=1
-pkgdesc='Danish dictionary for aspell'
-arch=('any')
-url='https://github.com/mortenivar/aspell-da'
-license=('GPL2')
-depends=('aspell')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)
-sha512sums=('bbc0c4cc0202f989770d84ac9b5ff688b4c8bf0fef7128c36e54c7e4d09e8233986def9a5d75c05d2599eaf96db4be212f6dc758bd23f723f611bf545ba5')
-
-build() {
-cd "${pkgname}-${pkgver}"
-./configure
-make
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: aspell-da/repos/community-any/PKGBUILD (from rev 1278567, 
aspell-da/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-25 13:59:11 UTC (rev 1278568)
@@ -0,0 +1,24 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Esben Haabendal 
+
+pkgname=aspell-da
+pkgver=4.1
+pkgrel=1
+pkgdesc='Danish dictionary for aspell'
+arch=('any')
+url='https://github.com/mortenivar/aspell-da'
+license=('GPL2')
+depends=('aspell')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('88a3a60db9be45f3235d75db0f946a5d7da0c2cfcf847ad2672c7b0e243454dce56f5f37d0652c6f2b9aeb08edbbefb80c4f45c909e5ba33aec2714f83fac7c3')
+
+build() {
+cd "${pkgname}-${pkgver}"
+./configure
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}



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

2022-08-25 Thread Maxim Baz via arch-commits
Date: Thursday, August 25, 2022 @ 13:59:07
  Author: maximbaz
Revision: 1278567

upgpkg: aspell-da 4.1-1

Modified:
  aspell-da/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-25 13:36:00 UTC (rev 1278566)
+++ PKGBUILD2022-08-25 13:59:07 UTC (rev 1278567)
@@ -2,7 +2,7 @@
 # Contributor: Esben Haabendal 
 
 pkgname=aspell-da
-pkgver=4.0
+pkgver=4.1
 pkgrel=1
 pkgdesc='Danish dictionary for aspell'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('aspell')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)
-sha512sums=('bbc0c4cc0202f989770d84ac9b5ff688b4c8bf0fef7128c36e54c7e4d09e8233986def9a5d75c05d2599eaf96db4be212f6dc758bd23f723f611bf545ba5')
+sha512sums=('88a3a60db9be45f3235d75db0f946a5d7da0c2cfcf847ad2672c7b0e243454dce56f5f37d0652c6f2b9aeb08edbbefb80c4f45c909e5ba33aec2714f83fac7c3')
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2022-08-23 Thread Maxim Baz via arch-commits
Date: Tuesday, August 23, 2022 @ 21:38:35
  Author: maximbaz
Revision: 1275953

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  208 +++---
 notmuch.install |   16 ++--
 2 files changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 21:38:30 UTC (rev 1275952)
+++ PKGBUILD2022-08-23 21:38:35 UTC (rev 1275953)
@@ -1,104 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Maxim Baz <$pkgbase at maximbaz dot com>
-# Contributor: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.36
-pkgrel=1
-arch=('x86_64')
-url="https://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python' 'python-sphinx' 'python-cffi' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime3' 'talloc')
-options=(!distcc !makeflags)
-source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('00f89e46467cad1cb8135644ed6655e88c93edcba553ced503c21e53f048eb49a333127649ea69bd30e164e8322a3e1dd0fcd672b93e087a8b470e60a6e838fa')
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--zshcompletiondir=/usr/share/zsh/site-functions
-make
-
-make -C "contrib/${pkgbase}-mutt"
-
-make ruby-bindings
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python-cffi"
-python setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime3' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-make DESTDIR="$pkgdir/" WITH_BASH=1 install-completion
-
-# Install manpages
-make DESTDIR="$pkgdir" install-man
-
-# this is provided both with and without a statically included 
libnotmuch.so ???
-install -Dm755 notmuch-shared "$pkgdir/usr/bin/notmuch"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime' 'ruby')
-optdepends=('ruby-mail: for sending mail'
-'elinks: for previewing html mail')
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python-cffi: for using the python-cffi bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir" install-emacs
-
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix="$pkgdir"/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --root="$pkgdir" --optimize=1
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python-cffi"
-python setup.py install --root="$pkgdir" --optimize=1
-
-# Remove mimeinfo.cache (fixes FS#53629).
-rm "$pkgdir/usr/share/applications/mimeinfo.cache"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-install -Dm644 "contrib/$pkgname/${pkgname}.rc" 
"${pkgdir}/etc/Muttrc.d/${pkgname}.rc"
-install -Dm644 "contrib/$pkgname/${pkgname}.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: notmuch/repos/community-x86_64/PKGBUILD (from rev 1275952, 
notmuch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 21:38:35 UTC (rev 1275953)
@@ -0,0 +1,104 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Maxim Baz <$pkgbase at maximbaz dot com>
+# Contributor: Daniel Wallace 
+# Contributor: fauno 
+# Contributor: Olivier Ramonat 
+# Contributor: Richard Murri 
+
+pkgbase=notmuch
+pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
+pkgver=0.37
+pkgrel=1
+arch=('x86_64')

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

2022-08-23 Thread Maxim Baz via arch-commits
Date: Tuesday, August 23, 2022 @ 21:38:30
  Author: maximbaz
Revision: 1275952

upgpkg: notmuch 0.37-1

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 21:29:15 UTC (rev 1275951)
+++ PKGBUILD2022-08-23 21:38:30 UTC (rev 1275952)
@@ -7,15 +7,15 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.36
+pkgver=0.37
 pkgrel=1
 arch=('x86_64')
 url="https://notmuchmail.org/;
 license=('GPL3')
-makedepends=('python' 'python-sphinx' 'python-cffi' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime3' 'talloc')
+makedepends=('python' 'python-setuptools' 'python-sphinx' 'python-cffi' 
'emacs' 'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime3' 'talloc')
 options=(!distcc !makeflags)
 source=("https://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('00f89e46467cad1cb8135644ed6655e88c93edcba553ced503c21e53f048eb49a333127649ea69bd30e164e8322a3e1dd0fcd672b93e087a8b470e60a6e838fa')
+sha512sums=('31cac1ff03b139b18a4fec5e29907ba0e3a965f0a7bf5f2f2b0f75980f9663173745be854e83943f344a09cdb7f5615fa48218e327c4ade7a55b3a22b2a9c45e')
 
 build() {
 cd "$srcdir/$pkgbase-$pkgver"



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

2022-08-11 Thread Maxim Baz via arch-commits
Date: Thursday, August 11, 2022 @ 21:25:01
  Author: maximbaz
Revision: 1265289

archrelease: copy trunk to community-x86_64

Added:
  kak-lsp/repos/community-x86_64/PKGBUILD
(from rev 1265288, kak-lsp/trunk/PKGBUILD)
Deleted:
  kak-lsp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-11 21:24:58 UTC (rev 1265288)
+++ PKGBUILD2022-08-11 21:25:01 UTC (rev 1265289)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=kak-lsp
-pkgver=13.0.0
-pkgrel=1
-pkgdesc='Kakoune Language Server Protocol Client'
-arch=('x86_64')
-url='https://github.com/kak-lsp/kak-lsp'
-license=('custom:unlicense')
-depends=('kakoune')
-makedepends=('rust')
-optdepends=(
-'bash-language-server: language server for Bash'
-'gopls: language server for Go'
-'haskell-language-server: language server for Haskell'
-'lua-language-server: language server for Lua'
-'python-lsp-server: language server for Python'
-'rust-analyzer: language server for Rust'
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('4e56232d999de3d914ebb8e44c499ebfcdca5e3f0bebeb3a213d46086ba7e141')
-
-build() {
-cd "${pkgname}-${pkgver}"
-make
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: kak-lsp/repos/community-x86_64/PKGBUILD (from rev 1265288, 
kak-lsp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-11 21:25:01 UTC (rev 1265289)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=kak-lsp
+pkgver=13.0.0
+pkgrel=2
+pkgdesc='Kakoune Language Server Protocol Client'
+arch=('x86_64')
+url='https://github.com/kak-lsp/kak-lsp'
+license=('custom:unlicense')
+depends=('kakoune')
+makedepends=('rust')
+optdepends=(
+'bash-language-server: language server for Bash'
+'gopls: language server for Go'
+'haskell-language-server: language server for Haskell'
+'lua-language-server: language server for Lua'
+'python-lsp-server: language server for Python'
+'rust-analyzer: language server for Rust'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('4e56232d999de3d914ebb8e44c499ebfcdca5e3f0bebeb3a213d46086ba7e141')
+
+build() {
+cd "${pkgname}-${pkgver}"
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:



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

2022-08-11 Thread Maxim Baz via arch-commits
Date: Thursday, August 11, 2022 @ 21:24:58
  Author: maximbaz
Revision: 1265288

upgpkg: kak-lsp 13.0.0-2

Modified:
  kak-lsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-11 21:07:18 UTC (rev 1265287)
+++ PKGBUILD2022-08-11 21:24:58 UTC (rev 1265288)
@@ -2,7 +2,7 @@
 
 pkgname=kak-lsp
 pkgver=13.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Kakoune Language Server Protocol Client'
 arch=('x86_64')
 url='https://github.com/kak-lsp/kak-lsp'



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

2022-08-11 Thread Maxim Baz via arch-commits
Date: Thursday, August 11, 2022 @ 21:07:18
  Author: maximbaz
Revision: 1265287

archrelease: copy trunk to community-x86_64

Added:
  kak-lsp/repos/community-x86_64/PKGBUILD
(from rev 1265286, kak-lsp/trunk/PKGBUILD)
Deleted:
  kak-lsp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-11 21:07:15 UTC (rev 1265286)
+++ PKGBUILD2022-08-11 21:07:18 UTC (rev 1265287)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=kak-lsp
-pkgver=12.2.1
-pkgrel=1
-pkgdesc='Kakoune Language Server Protocol Client'
-arch=('x86_64')
-url='https://github.com/kak-lsp/kak-lsp'
-license=('custom:unlicense')
-depends=('kakoune')
-makedepends=('rust')
-optdepends=(
-'bash-language-server: language server for Bash'
-'gopls: language server for Go'
-'haskell-language-server: language server for Haskell'
-'lua-language-server: language server for Lua'
-'python-lsp-server: language server for Python'
-'rust-analyzer: language server for Rust'
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('3769883060ff837a6eb8220943290e32fcafa9fe86a9c2231b1cdb391d35be66')
-
-build() {
-cd "${pkgname}-${pkgver}"
-make
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: kak-lsp/repos/community-x86_64/PKGBUILD (from rev 1265286, 
kak-lsp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-11 21:07:18 UTC (rev 1265287)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=kak-lsp
+pkgver=13.0.0
+pkgrel=1
+pkgdesc='Kakoune Language Server Protocol Client'
+arch=('x86_64')
+url='https://github.com/kak-lsp/kak-lsp'
+license=('custom:unlicense')
+depends=('kakoune')
+makedepends=('rust')
+optdepends=(
+'bash-language-server: language server for Bash'
+'gopls: language server for Go'
+'haskell-language-server: language server for Haskell'
+'lua-language-server: language server for Lua'
+'python-lsp-server: language server for Python'
+'rust-analyzer: language server for Rust'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('4e56232d999de3d914ebb8e44c499ebfcdca5e3f0bebeb3a213d46086ba7e141')
+
+build() {
+cd "${pkgname}-${pkgver}"
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:



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

2022-08-11 Thread Maxim Baz via arch-commits
Date: Thursday, August 11, 2022 @ 21:07:15
  Author: maximbaz
Revision: 1265286

upgpkg: kak-lsp 13.0.0-1

Modified:
  kak-lsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-11 20:29:05 UTC (rev 1265285)
+++ PKGBUILD2022-08-11 21:07:15 UTC (rev 1265286)
@@ -1,7 +1,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=kak-lsp
-pkgver=12.2.1
+pkgver=13.0.0
 pkgrel=1
 pkgdesc='Kakoune Language Server Protocol Client'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'rust-analyzer: language server for Rust'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('3769883060ff837a6eb8220943290e32fcafa9fe86a9c2231b1cdb391d35be66')
+sha256sums=('4e56232d999de3d914ebb8e44c499ebfcdca5e3f0bebeb3a213d46086ba7e141')
 
 build() {
 cd "${pkgname}-${pkgver}"



[arch-commits] Commit in kubernetes/repos/community-x86_64 (38 files)

2022-08-08 Thread Maxim Baz via arch-commits
Date: Monday, August 8, 2022 @ 17:24:09
  Author: maximbaz
Revision: 1261505

archrelease: copy trunk to community-x86_64

Added:
  kubernetes/repos/community-x86_64/10-kubeadm-kubelet.conf
(from rev 1261503, kubernetes/trunk/10-kubeadm-kubelet.conf)
  kubernetes/repos/community-x86_64/50-kubelet-sysctl.conf
(from rev 1261503, kubernetes/trunk/50-kubelet-sysctl.conf)
  kubernetes/repos/community-x86_64/PKGBUILD
(from rev 1261503, kubernetes/trunk/PKGBUILD)
  kubernetes/repos/community-x86_64/kube-apiserver.env
(from rev 1261503, kubernetes/trunk/kube-apiserver.env)
  kubernetes/repos/community-x86_64/kube-apiserver.service
(from rev 1261503, kubernetes/trunk/kube-apiserver.service)
  kubernetes/repos/community-x86_64/kube-controller-manager.env
(from rev 1261503, kubernetes/trunk/kube-controller-manager.env)
  kubernetes/repos/community-x86_64/kube-controller-manager.service
(from rev 1261503, kubernetes/trunk/kube-controller-manager.service)
  kubernetes/repos/community-x86_64/kube-proxy.env
(from rev 1261503, kubernetes/trunk/kube-proxy.env)
  kubernetes/repos/community-x86_64/kube-proxy.service
(from rev 1261503, kubernetes/trunk/kube-proxy.service)
  kubernetes/repos/community-x86_64/kube-scheduler.env
(from rev 1261503, kubernetes/trunk/kube-scheduler.env)
  kubernetes/repos/community-x86_64/kube-scheduler.service
(from rev 1261503, kubernetes/trunk/kube-scheduler.service)
  kubernetes/repos/community-x86_64/kubeadm.install
(from rev 1261503, kubernetes/trunk/kubeadm.install)
  kubernetes/repos/community-x86_64/kubelet-modules.conf
(from rev 1261503, kubernetes/trunk/kubelet-modules.conf)
  kubernetes/repos/community-x86_64/kubelet.env
(from rev 1261503, kubernetes/trunk/kubelet.env)
  kubernetes/repos/community-x86_64/kubelet.install
(from rev 1261503, kubernetes/trunk/kubelet.install)
  kubernetes/repos/community-x86_64/kubelet.service
(from rev 1261503, kubernetes/trunk/kubelet.service)
  kubernetes/repos/community-x86_64/kubernetes-1.24.0-static_cgo_enabled.patch
(from rev 1261503, 
kubernetes/trunk/kubernetes-1.24.0-static_cgo_enabled.patch)
  kubernetes/repos/community-x86_64/kubernetes-sysusers.conf
(from rev 1261503, kubernetes/trunk/kubernetes-sysusers.conf)
  kubernetes/repos/community-x86_64/kubernetes-tmpfiles.conf
(from rev 1261503, kubernetes/trunk/kubernetes-tmpfiles.conf)
Deleted:
  kubernetes/repos/community-x86_64/10-kubeadm-kubelet.conf
  kubernetes/repos/community-x86_64/50-kubelet-sysctl.conf
  kubernetes/repos/community-x86_64/PKGBUILD
  kubernetes/repos/community-x86_64/kube-apiserver.env
  kubernetes/repos/community-x86_64/kube-apiserver.service
  kubernetes/repos/community-x86_64/kube-controller-manager.env
  kubernetes/repos/community-x86_64/kube-controller-manager.service
  kubernetes/repos/community-x86_64/kube-proxy.env
  kubernetes/repos/community-x86_64/kube-proxy.service
  kubernetes/repos/community-x86_64/kube-scheduler.env
  kubernetes/repos/community-x86_64/kube-scheduler.service
  kubernetes/repos/community-x86_64/kubeadm.install
  kubernetes/repos/community-x86_64/kubelet-modules.conf
  kubernetes/repos/community-x86_64/kubelet.env
  kubernetes/repos/community-x86_64/kubelet.install
  kubernetes/repos/community-x86_64/kubelet.service
  kubernetes/repos/community-x86_64/kubernetes-1.24.0-static_cgo_enabled.patch
  kubernetes/repos/community-x86_64/kubernetes-sysusers.conf
  kubernetes/repos/community-x86_64/kubernetes-tmpfiles.conf

+
 10-kubeadm-kubelet.conf|   20 -
 50-kubelet-sysctl.conf |4 
 PKGBUILD   |  468 +--
 kube-apiserver.env |   20 -
 kube-apiserver.service |   32 -
 kube-controller-manager.env|   22 -
 kube-controller-manager.service|   26 -
 kube-proxy.env |   18 -
 kube-proxy.service |   26 -
 kube-scheduler.env |   20 -
 kube-scheduler.service |   26 -
 kubeadm.install|   28 -
 kubelet-modules.conf   |2 
 kubelet.env|   18 -
 kubelet.install|   36 +-
 kubelet.service|   42 +-
 kubernetes-1.24.0-static_cgo_enabled.patch |   24 -
 kubernetes-sysusers.conf   |2 
 kubernetes-tmpfiles.conf   |2 
 19 files changed, 418 insertions(+), 418 deletions(-)

Deleted: 10-kubeadm-kubelet.conf
===
--- 10-kubeadm-kubelet.conf 2022-08-08 17:24:05 UTC (rev 1261504)
+++ 10-kubeadm-kubelet.conf 2022-08-08 17:24:09 UTC (rev 1261505)
@@ -1,10 +0,0 @@
-[Service]

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

2022-08-08 Thread Maxim Baz via arch-commits
Date: Monday, August 8, 2022 @ 17:23:49
  Author: maximbaz
Revision: 1261502

upgpkg: kubernetes 1.24.3-2

Modified:
  kubernetes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-08 17:23:38 UTC (rev 1261501)
+++ PKGBUILD2022-08-08 17:23:49 UTC (rev 1261502)
@@ -13,7 +13,7 @@
   kubernetes-control-plane-common
 )
 pkgver=1.24.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Production-Grade Container Scheduling and Management"
 arch=(x86_64)
 url="https://kubernetes.io/;
@@ -112,7 +112,7 @@
   depends=(glibc crictl)
   install=$pkgname.install
 
-  install -vDm 755 $pkgbase-$pkgver/_output/local/bin/linux/amd64/$pkgname -t 
"$pkgdir/usr/bin"
+  install -vDm 755 $pkgbase-$pkgver/_output/local/bin/linux/*/$pkgname -t 
"$pkgdir/usr/bin"
   # man pages
   install -vDm 644 $pkgbase-$pkgver/docs/man/man1/$pkgname* -t 
"$pkgdir/usr/share/man/man1/"
   # service override for kubelet.service
@@ -127,7 +127,7 @@
   depends=(glibc)
   groups=(kubernetes-tools)
 
-  install -vDm 755 $pkgbase-$pkgver/_output/local/bin/linux/amd64/$pkgname -t 
"$pkgdir/usr/bin"
+  install -vDm 755 $pkgbase-$pkgver/_output/local/bin/linux/*/$pkgname -t 
"$pkgdir/usr/bin"
   # man pages
   install -vDm 644 $pkgbase-$pkgver/docs/man/man1/$pkgname* -t 
"$pkgdir/usr/share/man/man1"
   # shell completion
@@ -147,7 +147,7 @@
   backup=(etc/$pkgbase/$pkgname.env)
   install=$pkgname.install
 
-  install -vDm 755 $pkgbase-$pkgver/_output/local/bin/linux/amd64/$pkgname -t 
"$pkgdir/usr/bin"
+  install -vDm 755 $pkgbase-$pkgver/_output/local/bin/linux/*/$pkgname -t 
"$pkgdir/usr/bin"
   # man pages
   install -vDm 644 $pkgbase-$pkgver/docs/man/man1/$pkgname* -t 
"$pkgdir/usr/share/man/man1/"
   # config
@@ -168,7 +168,7 @@
   groups=(kubernetes-control-plane)
   backup=(etc/$pkgbase/$pkgname.env)
 
-  install -vDm 755 $pkgbase-$pkgver/_output/local/bin/linux/amd64/$pkgname -t 
"$pkgdir/usr/bin"
+  install -vDm 755 $pkgbase-$pkgver/_output/local/bin/linux/*/$pkgname -t 
"$pkgdir/usr/bin"
   # man pages
   install -vDm 644 $pkgbase-$pkgver/docs/man/man1/$pkgname* -t 
"$pkgdir/usr/share/man/man1/"
   # config
@@ -183,7 +183,7 @@
   groups=(kubernetes-control-plane)
   backup=(etc/$pkgbase/$pkgname.env)
 
-  install -vDm 755 $pkgbase-$pkgver/_output/local/bin/linux/amd64/$pkgname -t 
"$pkgdir/usr/bin"
+  install -vDm 755 $pkgbase-$pkgver/_output/local/bin/linux/*/$pkgname -t 
"$pkgdir/usr/bin"
   # man pages
   install -vDm 644 $pkgbase-$pkgver/docs/man/man1/$pkgname* -t 
"$pkgdir/usr/share/man/man1/"
   # config
@@ -198,7 +198,7 @@
   groups=(kubernetes-control-plane kubernetes-node)
   backup=(etc/$pkgbase/$pkgname.env)
 
-  install -vDm 755 $pkgbase-$pkgver/_output/local/bin/linux/amd64/$pkgname -t 
"$pkgdir/usr/bin/"
+  install -vDm 755 $pkgbase-$pkgver/_output/local/bin/linux/*/$pkgname -t 
"$pkgdir/usr/bin/"
   # man pages
   install -vDm 644 $pkgbase-$pkgver/docs/man/man1/$pkgname* -t 
"$pkgdir/usr/share/man/man1/"
   # config
@@ -215,7 +215,7 @@
   groups=(kubernetes-control-plane)
   backup=(etc/$pkgbase/$pkgname.env)
 
-  install -vDm 755 $pkgbase-$pkgver/_output/local/bin/linux/amd64/$pkgname -t 
"$pkgdir/usr/bin"
+  install -vDm 755 $pkgbase-$pkgver/_output/local/bin/linux/*/$pkgname -t 
"$pkgdir/usr/bin"
   # man pages
   install -vDm 644 $pkgbase-$pkgver/docs/man/man1/$pkgname* -t 
"$pkgdir/usr/share/man/man1/"
   # config



[arch-commits] Commit in wldash/repos/community-x86_64 (5 files)

2022-08-08 Thread Maxim Baz via arch-commits
Date: Monday, August 8, 2022 @ 15:37:51
  Author: maximbaz
Revision: 1261121

archrelease: copy trunk to community-x86_64

Added:
  wldash/repos/community-x86_64/PKGBUILD
(from rev 1261120, wldash/trunk/PKGBUILD)
  wldash/repos/community-x86_64/fix-cargo-lock.patch
(from rev 1261120, wldash/trunk/fix-cargo-lock.patch)
  wldash/repos/community-x86_64/update-fontconfig.patch
(from rev 1261120, wldash/trunk/update-fontconfig.patch)
Deleted:
  wldash/repos/community-x86_64/PKGBUILD
  wldash/repos/community-x86_64/fix-cargo-lock.patch

-+
 PKGBUILD|   63 ++-
 fix-cargo-lock.patch|   38 
 update-fontconfig.patch |  105 ++
 3 files changed, 157 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-08 15:37:45 UTC (rev 1261120)
+++ PKGBUILD2022-08-08 15:37:51 UTC (rev 1261121)
@@ -1,30 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=wldash
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='Wayland launcher and dashboard'
-arch=('x86_64')
-url='https://git.sr.ht/~kennylevinsen/wldash'
-license=('GPL3')
-depends=('alsa-lib' 'dbus' 'fontconfig' 'gcc-libs' 'glibc' 'libpulse')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://git.sr.ht/~kennylevinsen/${pkgname}/archive/v${pkgver}.tar.gz;
-"fix-cargo-lock.patch")
-sha512sums=('48f5356e76f77f9284b5533ee410b9a6ea2cb279da29f45d827ee521c4a46213909298e4c08c05cf1964b280d0cfb5124b0b85e85437c8289d7557194b95548d'
-
'887a94e2af4aac20c118f75a63b5b12f41b925efa3a685792953dda4b02d94d08c1048cc9db61794d296470c2b85fca1fc947ba0b6f5b60dfc0ffcbba11c242a')
-
-prepare() {
-cd "${pkgname}-v${pkgver}"
-patch -Np1 -i "${srcdir}/fix-cargo-lock.patch"
-}
-
-build() {
-cd "${pkgname}-v${pkgver}"
-cargo build --release --locked
-}
-
-package() {
-cd "${pkgname}-v${pkgver}"
-install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-}

Copied: wldash/repos/community-x86_64/PKGBUILD (from rev 1261120, 
wldash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-08 15:37:51 UTC (rev 1261121)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=wldash
+pkgver=0.3.0
+pkgrel=2
+pkgdesc='Wayland launcher and dashboard'
+arch=('x86_64')
+url='https://git.sr.ht/~kennylevinsen/wldash'
+license=('GPL3')
+depends=('alsa-lib' 'dbus' 'fontconfig' 'gcc-libs' 'glibc' 'libpulse')
+makedepends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://git.sr.ht/~kennylevinsen/${pkgname}/archive/v${pkgver}.tar.gz;
+"fix-cargo-lock.patch"
+"update-fontconfig.patch")
+sha512sums=('48f5356e76f77f9284b5533ee410b9a6ea2cb279da29f45d827ee521c4a46213909298e4c08c05cf1964b280d0cfb5124b0b85e85437c8289d7557194b95548d'
+
'887a94e2af4aac20c118f75a63b5b12f41b925efa3a685792953dda4b02d94d08c1048cc9db61794d296470c2b85fca1fc947ba0b6f5b60dfc0ffcbba11c242a'
+
'b9a03d3f9f752225e27f2273f136712de89695575a8e40e16434b03eebfba0d185b552d163006acedad70983d2d5bfdfef996b7855bf66f2b2ceb9f371ba8d43')
+
+prepare() {
+cd "${pkgname}-v${pkgver}"
+patch -Np1 -i "${srcdir}/fix-cargo-lock.patch"
+patch -Np1 -i "${srcdir}/update-fontconfig.patch"
+}
+
+build() {
+cd "${pkgname}-v${pkgver}"
+cargo build --release --locked
+}
+
+package() {
+cd "${pkgname}-v${pkgver}"
+install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+}

Deleted: fix-cargo-lock.patch
===
--- fix-cargo-lock.patch2022-08-08 15:37:45 UTC (rev 1261120)
+++ fix-cargo-lock.patch2022-08-08 15:37:51 UTC (rev 1261121)
@@ -1,19 +0,0 @@
-commit 2538e41f001fa363d3459efe3b8102a354b06dd0
-Author: Kenny Levinsen 
-Date:   Sun Jan 16 23:16:30 2022 +0100
-
-Update Cargo.lock
-
-diff --git a/Cargo.lock b/Cargo.lock
-index 3da9a07..1ad4a86 100644
 a/Cargo.lock
-+++ b/Cargo.lock
-@@ -796,7 +796,7 @@ checksum = 
"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
- 
- [[package]]
- name = "wldash"
--version = "0.2.0"
-+version = "0.3.0"
- dependencies = [
-  "alsa",
-  "bitflags",

Copied: wldash/repos/community-x86_64/fix-cargo-lock.patch (from rev 1261120, 
wldash/trunk/fix-cargo-lock.patch)
===
--- fix-cargo-lock.patch(rev 0)
+++ fix-cargo-lock.patch2022-08-08 15:37:51 UTC (rev 1261121)
@@ -0,0 +1,19 @@
+commit 2538e41f001fa363d3459efe3b8102a354b06dd0
+Author: Kenny Levinsen 
+Date:   Sun Jan 16 23:16:30 2022 +0100
+
+Update Cargo.lock
+
+diff --git a/Cargo.lock b/Cargo.lock
+index 3da9a07..1ad4a86 100644
+--- a/Cargo.lock
 b/Cargo.lock
+@@ -796,7 +796,7 @@ 

[arch-commits] Commit in wldash/trunk (PKGBUILD update-fontconfig.patch)

2022-08-08 Thread Maxim Baz via arch-commits
Date: Monday, August 8, 2022 @ 15:37:45
  Author: maximbaz
Revision: 1261120

upgpkg: wldash 0.3.0-2

Added:
  wldash/trunk/update-fontconfig.patch
Modified:
  wldash/trunk/PKGBUILD

-+
 PKGBUILD|9 ++-
 update-fontconfig.patch |  105 ++
 2 files changed, 111 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-08 15:37:32 UTC (rev 1261119)
+++ PKGBUILD2022-08-08 15:37:45 UTC (rev 1261120)
@@ -2,7 +2,7 @@
 
 pkgname=wldash
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Wayland launcher and dashboard'
 arch=('x86_64')
 url='https://git.sr.ht/~kennylevinsen/wldash'
@@ -10,13 +10,16 @@
 depends=('alsa-lib' 'dbus' 'fontconfig' 'gcc-libs' 'glibc' 'libpulse')
 makedepends=('cargo')
 
source=("${pkgname}-${pkgver}.tar.gz::https://git.sr.ht/~kennylevinsen/${pkgname}/archive/v${pkgver}.tar.gz;
-"fix-cargo-lock.patch")
+"fix-cargo-lock.patch"
+"update-fontconfig.patch")
 
sha512sums=('48f5356e76f77f9284b5533ee410b9a6ea2cb279da29f45d827ee521c4a46213909298e4c08c05cf1964b280d0cfb5124b0b85e85437c8289d7557194b95548d'
-
'887a94e2af4aac20c118f75a63b5b12f41b925efa3a685792953dda4b02d94d08c1048cc9db61794d296470c2b85fca1fc947ba0b6f5b60dfc0ffcbba11c242a')
+
'887a94e2af4aac20c118f75a63b5b12f41b925efa3a685792953dda4b02d94d08c1048cc9db61794d296470c2b85fca1fc947ba0b6f5b60dfc0ffcbba11c242a'
+
'b9a03d3f9f752225e27f2273f136712de89695575a8e40e16434b03eebfba0d185b552d163006acedad70983d2d5bfdfef996b7855bf66f2b2ceb9f371ba8d43')
 
 prepare() {
 cd "${pkgname}-v${pkgver}"
 patch -Np1 -i "${srcdir}/fix-cargo-lock.patch"
+patch -Np1 -i "${srcdir}/update-fontconfig.patch"
 }
 
 build() {

Added: update-fontconfig.patch
===
--- update-fontconfig.patch (rev 0)
+++ update-fontconfig.patch 2022-08-08 15:37:45 UTC (rev 1261120)
@@ -0,0 +1,105 @@
+commit b2ae30bab412472f1d2ff90439134a8a465fdf9a
+Author: Kenny Levinsen 
+Date:   Mon May 2 11:21:47 2022 +0200
+
+Update fontconfig
+
+diff --git a/Cargo.lock b/Cargo.lock
+index 1ad4a86..6821181 100644
+--- a/Cargo.lock
 b/Cargo.lock
+@@ -137,7 +137,16 @@ version = "0.4.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index;
+ checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
+ dependencies = [
+- "libloading",
++ "libloading 0.6.7",
++]
++
++[[package]]
++name = "dlib"
++version = "0.5.0"
++source = "registry+https://github.com/rust-lang/crates.io-index;
++checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
++dependencies = [
++ "libloading 0.7.3",
+ ]
+ 
+ [[package]]
+@@ -166,9 +175,9 @@ checksum = 
"e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
+ 
+ [[package]]
+ name = "fontconfig"
+-version = "0.2.0"
++version = "0.5.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index;
+-checksum = "a5570e7ce35ffb621b31934530c4b3b8ce9fdd8bf8436e98f9c7ebadff2ef259"
++checksum = "a25320ad784a9578ada0b395dd7dcd2321109404bbb341ec27e64b01a1e49b47"
+ dependencies = [
+  "yeslogic-fontconfig-sys",
+ ]
+@@ -237,6 +246,16 @@ dependencies = [
+  "winapi",
+ ]
+ 
++[[package]]
++name = "libloading"
++version = "0.7.3"
++source = "registry+https://github.com/rust-lang/crates.io-index;
++checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
++dependencies = [
++ "cfg-if 1.0.0",
++ "winapi",
++]
++
+ [[package]]
+ name = "libpulse-binding"
+ version = "2.23.0"
+@@ -398,9 +417,9 @@ dependencies = [
+ 
+ [[package]]
+ name = "once_cell"
+-version = "1.5.2"
++version = "1.10.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index;
+-checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
++checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
+ 
+ [[package]]
+ name = "opaque-debug"
+@@ -803,7 +822,7 @@ dependencies = [
+  "byteorder",
+  "chrono",
+  "dbus",
+- "dlib",
++ "dlib 0.4.2",
+  "fontconfig",
+  "fuzzy-matcher",
+  "itertools",
+@@ -843,11 +862,12 @@ dependencies = [
+ 
+ [[package]]
+ name = "yeslogic-fontconfig-sys"
+-version = "2.11.1"
++version = "3.0.1"
+ source = "registry+https://github.com/rust-lang/crates.io-index;
+-checksum = "e194a0c5cd1b5c87215eed9d26aca9799fa1b599fe2e178977d6f8ccc812e3d3"
++checksum = "cb3f5a91c31bef6650d3a1b69192b4217fd88e4cfedc8101813e4dc3394ecbb8"
+ dependencies = [
+  "const-cstr",
+- "libc",
++ "dlib 0.5.0",
++ "once_cell",
+  "pkg-config",
+ ]
+diff --git a/Cargo.toml b/Cargo.toml
+index abb3807..691daa7 100644
+--- a/Cargo.toml
 b/Cargo.toml
+@@ -46,5 +46,5 @@ serde_yaml = { version = "0.8", optional = true }
+ 
+ libpulse-binding = { version = "2.22", optional = true }
+ alsa = { version = "0.4.0", optional = true }
+-fontconfig = "0.2.0"

[arch-commits] Commit in wire-desktop/repos/community-any (5 files)

2022-07-28 Thread Maxim Baz via arch-commits
Date: Thursday, July 28, 2022 @ 20:13:45
  Author: maximbaz
Revision: 1259021

archrelease: copy trunk to community-any

Added:
  wire-desktop/repos/community-any/PKGBUILD
(from rev 1259020, wire-desktop/trunk/PKGBUILD)
  wire-desktop/repos/community-any/keys/
  wire-desktop/repos/community-any/wire-desktop.desktop
(from rev 1259020, wire-desktop/trunk/wire-desktop.desktop)
Deleted:
  wire-desktop/repos/community-any/PKGBUILD
  wire-desktop/repos/community-any/wire-desktop.desktop

--+
 PKGBUILD |  108 -
 wire-desktop.desktop |   26 +--
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-28 20:13:40 UTC (rev 1259020)
+++ PKGBUILD2022-07-28 20:13:45 UTC (rev 1259021)
@@ -1,54 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Conor Anderson 
-
-pkgname=wire-desktop
-pkgver=3.27.2944
-pkgrel=1
-pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
-arch=('any')
-url='https://wire.com/'
-license=('GPL3')
-depends=('electron13' 'xdg-utils')
-makedepends=('git' 'npm' 'yarn')
-optdepends=('emoji-font: colorful emoji')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig;
-"${pkgname}.desktop")
-sha256sums=('378c945e6933855407aa03fe49a934409675bdfc370398c8f21da1fd13832af9'
-'SKIP'
-'53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
-validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
-
-prepare() {
-# Create launcher script
-cat << EOF > "${pkgname}"
-#!/usr/bin/env sh
-
-electron13 "/usr/lib/${pkgname}" "\$@"
-EOF
-}
-
-build() {
-cd "${pkgname}-linux-${pkgver}"
-
-yarn
-BUILD_NUMBER="${pkgver##*.}" LINUX_TARGET=dir ENABLE_ASAR=false yarn 
build:linux
-}
-
-package() {
-# Place files
-install -d "${pkgdir}/usr/lib/${pkgname}"
-cp -a 
"${pkgname}-linux-${pkgver}/wrap/dist/linux-unpacked/resources/app/"{electron,node_modules,package.json}
 "${pkgdir}/usr/lib/${pkgname}"
-
-# Place launcher script
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-
-# Place desktop entry and icon
-desktop-file-install -m 644 --dir "${pkgdir}/usr/share/applications/" 
"${pkgname}.desktop"
-local res
-for res in 32x32 256x256; do
-install -Dm644 "${pkgname}-linux-${pkgver}/resources/icons/${res}.png" 
"${pkgdir}/usr/share/icons/hicolor/${res}/apps/${pkgname}.png"
-done
-}
-
-# vim:set ts=4 sw=4 et:

Copied: wire-desktop/repos/community-any/PKGBUILD (from rev 1259020, 
wire-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-28 20:13:45 UTC (rev 1259021)
@@ -0,0 +1,54 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Conor Anderson 
+
+pkgname=wire-desktop
+pkgver=3.28.2946
+pkgrel=1
+pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
+arch=('any')
+url='https://wire.com/'
+license=('GPL3')
+depends=('electron18' 'xdg-utils')
+makedepends=('git' 'npm' 'yarn')
+optdepends=('emoji-font: colorful emoji')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig;
+"${pkgname}.desktop")
+sha256sums=('4da394123152a47543a3aa5549c1ce4ad5950ad807a2850308b9eafa70c762e7'
+'SKIP'
+'53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
+validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
+
+prepare() {
+# Create launcher script
+cat << EOF > "${pkgname}"
+#!/usr/bin/env sh
+
+electron18 "/usr/lib/${pkgname}" "\$@"
+EOF
+}
+
+build() {
+cd "${pkgname}-linux-${pkgver}"
+
+yarn
+BUILD_NUMBER="${pkgver##*.}" LINUX_TARGET=dir ENABLE_ASAR=false yarn 
build:linux
+}
+
+package() {
+# Place files
+install -d "${pkgdir}/usr/lib/${pkgname}"
+cp -a 
"${pkgname}-linux-${pkgver}/wrap/dist/linux-unpacked/resources/app/"{electron,node_modules,package.json}
 "${pkgdir}/usr/lib/${pkgname}"
+
+# Place launcher script
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+
+# Place desktop entry and icon
+desktop-file-install -m 644 --dir "${pkgdir}/usr/share/applications/" 
"${pkgname}.desktop"
+local res
+for res in 32x32 256x256; do
+install -Dm644 "${pkgname}-linux-${pkgver}/resources/icons/${res}.png" 

[arch-commits] Commit in wire-desktop/trunk (4 files)

2022-07-28 Thread Maxim Baz via arch-commits
Date: Thursday, July 28, 2022 @ 20:13:40
  Author: maximbaz
Revision: 1259020

upgpkg: wire-desktop 3.28.2946-1

Added:
  wire-desktop/trunk/keys/
  wire-desktop/trunk/keys/pgp/
  wire-desktop/trunk/keys/pgp/ABBA007D6E14E2DB5B283C45D599C1AA126762B1.asc
Modified:
  wire-desktop/trunk/PKGBUILD

---+
 PKGBUILD  |8 
 keys/pgp/ABBA007D6E14E2DB5B283C45D599C1AA126762B1.asc |1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-28 20:01:56 UTC (rev 1259019)
+++ PKGBUILD2022-07-28 20:13:40 UTC (rev 1259020)
@@ -2,19 +2,19 @@
 # Contributor: Conor Anderson 
 
 pkgname=wire-desktop
-pkgver=3.27.2944
+pkgver=3.28.2946
 pkgrel=1
 pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
 arch=('any')
 url='https://wire.com/'
 license=('GPL3')
-depends=('electron13' 'xdg-utils')
+depends=('electron18' 'xdg-utils')
 makedepends=('git' 'npm' 'yarn')
 optdepends=('emoji-font: colorful emoji')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig;
 "${pkgname}.desktop")
-sha256sums=('378c945e6933855407aa03fe49a934409675bdfc370398c8f21da1fd13832af9'
+sha256sums=('4da394123152a47543a3aa5549c1ce4ad5950ad807a2850308b9eafa70c762e7'
 'SKIP'
 '53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
 validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
@@ -24,7 +24,7 @@
 cat << EOF > "${pkgname}"
 #!/usr/bin/env sh
 
-electron13 "/usr/lib/${pkgname}" "\$@"
+electron18 "/usr/lib/${pkgname}" "\$@"
 EOF
 }
 

Added: keys/pgp/ABBA007D6E14E2DB5B283C45D599C1AA126762B1.asc
===
(Binary files differ)

Index: wire-desktop/trunk/keys/pgp/ABBA007D6E14E2DB5B283C45D599C1AA126762B1.asc
===
--- keys/pgp/ABBA007D6E14E2DB5B283C45D599C1AA126762B1.asc   2022-07-28 
20:01:56 UTC (rev 1259019)
+++ keys/pgp/ABBA007D6E14E2DB5B283C45D599C1AA126762B1.asc   2022-07-28 
20:13:40 UTC (rev 1259020)

Property changes on: 
wire-desktop/trunk/keys/pgp/ABBA007D6E14E2DB5B283C45D599C1AA126762B1.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-28 Thread Maxim Baz via arch-commits
Date: Thursday, July 28, 2022 @ 20:01:56
  Author: maximbaz
Revision: 1259019

archrelease: copy trunk to community-any

Added:
  ttf-joypixels/repos/community-any/PKGBUILD
(from rev 1259018, ttf-joypixels/trunk/PKGBUILD)
  ttf-joypixels/repos/community-any/ttf-joypixels.install
(from rev 1259018, ttf-joypixels/trunk/ttf-joypixels.install)
Deleted:
  ttf-joypixels/repos/community-any/PKGBUILD
  ttf-joypixels/repos/community-any/ttf-joypixels.install

---+
 PKGBUILD  |   54 
 ttf-joypixels.install |   18 
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-28 20:01:52 UTC (rev 1259018)
+++ PKGBUILD2022-07-28 20:01:56 UTC (rev 1259019)
@@ -1,27 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=ttf-joypixels
-pkgver=6.6.0
-pkgrel=2
-pkgdesc='Emoji as a Service (formerly EmojiOne)'
-url='https://www.joypixels.com/download'
-arch=('any')
-license=('custom')
-provides=('emoji-font')
-conflicts=('ttf-emojione')
-replaces=('ttf-emojione')
-install="${pkgname}.install"
-source=("joypixels-android-${pkgver}.ttf::https://cdn.joypixels.com/arch-linux/font/${pkgver}/joypixels-android.ttf;
-
"license-free-${pkgver}-${pkgrel}.pdf::https://cdn.joypixels.com/arch-linux/license/free-license.pdf;
-
"license-appendix-${pkgver}-${pkgrel}.pdf::https://cdn.joypixels.com/arch-linux/appendix/joypixels-license-appendix.pdf;)
-sha256sums=('9600d3b0d0aac55322dcdb22e4f84559f81d71009718dd6abefe8f32ce57f29d'
-'f98c05ac7ea2ee47468f7a43816205bbf2bd614898cf0e431554de6ad48a4526'
-'05084e4ddbbb0c241bb0ff4e307853a9e6236fa1c617b7cba44af31b6bfc5e2d')
-
-package() {
-install -Dm644 "joypixels-android-${pkgver}.ttf" 
"${pkgdir}/usr/share/fonts/${pkgname#ttf-}/JoyPixels.ttf"
-install -Dm644 "license-free-${pkgver}-${pkgrel}.pdf" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf"
-install -Dm644 "license-appendix-${pkgver}-${pkgrel}.pdf" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.appendix.pdf"
-}
-
-# vim:set ts=4 sw=4 et:

Copied: ttf-joypixels/repos/community-any/PKGBUILD (from rev 1259018, 
ttf-joypixels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-28 20:01:56 UTC (rev 1259019)
@@ -0,0 +1,27 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=ttf-joypixels
+pkgver=7.0.0
+pkgrel=1
+pkgdesc='Emoji as a Service (formerly EmojiOne)'
+url='https://www.joypixels.com/download'
+arch=('any')
+license=('custom')
+provides=('emoji-font')
+conflicts=('ttf-emojione')
+replaces=('ttf-emojione')
+install="${pkgname}.install"
+source=("joypixels-linux-${pkgver}.ttf::https://cdn.joypixels.com/arch-linux/font/${pkgver}/joypixels-android.ttf;
+
"license-free-${pkgver}-${pkgrel}.pdf::https://cdn.joypixels.com/arch-linux/license/free-license.pdf;
+
"license-appendix-${pkgver}-${pkgrel}.pdf::https://cdn.joypixels.com/arch-linux/appendix/joypixels-license-appendix.pdf;)
+sha256sums=('ad28df711c496bf5d84e1511379762162eef3a585ebf0bea256ba11f7309acd7'
+'f98c05ac7ea2ee47468f7a43816205bbf2bd614898cf0e431554de6ad48a4526'
+'05084e4ddbbb0c241bb0ff4e307853a9e6236fa1c617b7cba44af31b6bfc5e2d')
+
+package() {
+install -Dm644 "joypixels-linux-${pkgver}.ttf" 
"${pkgdir}/usr/share/fonts/${pkgname#ttf-}/JoyPixels.ttf"
+install -Dm644 "license-free-${pkgver}-${pkgrel}.pdf" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf"
+install -Dm644 "license-appendix-${pkgver}-${pkgrel}.pdf" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.appendix.pdf"
+}
+
+# vim:set ts=4 sw=4 et:

Deleted: ttf-joypixels.install
===
--- ttf-joypixels.install   2022-07-28 20:01:52 UTC (rev 1259018)
+++ ttf-joypixels.install   2022-07-28 20:01:56 UTC (rev 1259019)
@@ -1,9 +0,0 @@
-post_upgrade() {
-conf="/etc/fonts/conf.d/75-joypixels.conf"
-if [ -L "$conf" -a ! -e "$conf" ]; then
-echo
-echo "  75-joypixels.conf is no longer provided by this package, see 
FS#66080"
-echo "  Remember to update your $conf"
-echo
-fi
-}

Copied: ttf-joypixels/repos/community-any/ttf-joypixels.install (from rev 
1259018, ttf-joypixels/trunk/ttf-joypixels.install)
===
--- ttf-joypixels.install   (rev 0)
+++ ttf-joypixels.install   2022-07-28 20:01:56 UTC (rev 1259019)
@@ -0,0 +1,9 @@
+post_upgrade() {
+conf="/etc/fonts/conf.d/75-joypixels.conf"
+if [ -L "$conf" -a ! -e "$conf" ]; then
+echo
+echo "  75-joypixels.conf is no longer provided by this package, see 
FS#66080"
+echo "  Remember to update your 

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

2022-07-28 Thread Maxim Baz via arch-commits
Date: Thursday, July 28, 2022 @ 20:01:52
  Author: maximbaz
Revision: 1259018

upgpkg: ttf-joypixels 7.0.0-1

Modified:
  ttf-joypixels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-28 19:57:27 UTC (rev 1259017)
+++ PKGBUILD2022-07-28 20:01:52 UTC (rev 1259018)
@@ -1,8 +1,8 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=ttf-joypixels
-pkgver=6.6.0
-pkgrel=2
+pkgver=7.0.0
+pkgrel=1
 pkgdesc='Emoji as a Service (formerly EmojiOne)'
 url='https://www.joypixels.com/download'
 arch=('any')
@@ -11,15 +11,15 @@
 conflicts=('ttf-emojione')
 replaces=('ttf-emojione')
 install="${pkgname}.install"
-source=("joypixels-android-${pkgver}.ttf::https://cdn.joypixels.com/arch-linux/font/${pkgver}/joypixels-android.ttf;
+source=("joypixels-linux-${pkgver}.ttf::https://cdn.joypixels.com/arch-linux/font/${pkgver}/joypixels-android.ttf;
 
"license-free-${pkgver}-${pkgrel}.pdf::https://cdn.joypixels.com/arch-linux/license/free-license.pdf;
 
"license-appendix-${pkgver}-${pkgrel}.pdf::https://cdn.joypixels.com/arch-linux/appendix/joypixels-license-appendix.pdf;)
-sha256sums=('9600d3b0d0aac55322dcdb22e4f84559f81d71009718dd6abefe8f32ce57f29d'
+sha256sums=('ad28df711c496bf5d84e1511379762162eef3a585ebf0bea256ba11f7309acd7'
 'f98c05ac7ea2ee47468f7a43816205bbf2bd614898cf0e431554de6ad48a4526'
 '05084e4ddbbb0c241bb0ff4e307853a9e6236fa1c617b7cba44af31b6bfc5e2d')
 
 package() {
-install -Dm644 "joypixels-android-${pkgver}.ttf" 
"${pkgdir}/usr/share/fonts/${pkgname#ttf-}/JoyPixels.ttf"
+install -Dm644 "joypixels-linux-${pkgver}.ttf" 
"${pkgdir}/usr/share/fonts/${pkgname#ttf-}/JoyPixels.ttf"
 install -Dm644 "license-free-${pkgver}-${pkgrel}.pdf" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf"
 install -Dm644 "license-appendix-${pkgver}-${pkgrel}.pdf" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.appendix.pdf"
 }



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

2022-07-19 Thread Maxim Baz via arch-commits
Date: Tuesday, July 19, 2022 @ 23:14:51
  Author: maximbaz
Revision: 1254769

archrelease: copy trunk to community-x86_64

Added:
  croc/repos/community-x86_64/PKGBUILD
(from rev 1254768, croc/trunk/PKGBUILD)
Deleted:
  croc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 23:14:48 UTC (rev 1254768)
+++ PKGBUILD2022-07-19 23:14:51 UTC (rev 1254769)
@@ -1,36 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Mikuro Kagamine 
-
-pkgname=croc
-pkgver=9.5.6
-pkgrel=1
-pkgdesc='Easily and securely send things from one computer to another.'
-arch=('x86_64')
-url="https://github.com/schollz/${pkgname};
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('19da7086175012a77c3a342dd6660b554980b657a5b4ed74b74140512227f1a3')
-
-build() {
-cd "${pkgname}-${pkgver}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw -buildvcs=false"
-go build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test ./...
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 1254768, 
croc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 23:14:51 UTC (rev 1254769)
@@ -0,0 +1,36 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=9.6.0
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname};
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
+sha256sums=('693563d07c2f52e953de5e1986e23e6a21a6ce837aa4c16e7882c5c455d1e105')
+
+build() {
+cd "${pkgname}-${pkgver}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw -buildvcs=false"
+go build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}



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

2022-07-19 Thread Maxim Baz via arch-commits
Date: Tuesday, July 19, 2022 @ 23:14:48
  Author: maximbaz
Revision: 1254768

upgpkg: croc 9.6.0-1

Modified:
  croc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-19 22:11:32 UTC (rev 1254767)
+++ PKGBUILD2022-07-19 23:14:48 UTC (rev 1254768)
@@ -2,7 +2,7 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=9.5.6
+pkgver=9.6.0
 pkgrel=1
 pkgdesc='Easily and securely send things from one computer to another.'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go')
 source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('19da7086175012a77c3a342dd6660b554980b657a5b4ed74b74140512227f1a3')
+sha256sums=('693563d07c2f52e953de5e1986e23e6a21a6ce837aa4c16e7882c5c455d1e105')
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2022-06-22 Thread Maxim Baz via arch-commits
Date: Wednesday, June 22, 2022 @ 15:57:31
  Author: maximbaz
Revision: 1238974

archrelease: copy trunk to community-any

Added:
  aspell-da/repos/community-any/PKGBUILD
(from rev 1238973, aspell-da/trunk/PKGBUILD)
Deleted:
  aspell-da/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-22 15:57:28 UTC (rev 1238973)
+++ PKGBUILD2022-06-22 15:57:31 UTC (rev 1238974)
@@ -1,24 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Esben Haabendal 
-
-pkgname=aspell-da
-pkgver=3.2
-pkgrel=1
-pkgdesc='Danish dictionary for aspell'
-arch=('any')
-url='https://mbjnet.dk/dsdo/'
-license=('GPL2')
-depends=('aspell')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)
-sha512sums=('91cf4ff5798a4685f092cef8ce3eae4ee41a955e5d626ca707d0a3c1b190bdd12d59d5907556ba8fb87d3dfa6e09cee2c9853a4481d790b12a0cab69729dabde')
-
-build() {
-cd "${pkgname}-${pkgver}"
-./configure
-make
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: aspell-da/repos/community-any/PKGBUILD (from rev 1238973, 
aspell-da/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-22 15:57:31 UTC (rev 1238974)
@@ -0,0 +1,24 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Esben Haabendal 
+
+pkgname=aspell-da
+pkgver=4.0
+pkgrel=1
+pkgdesc='Danish dictionary for aspell'
+arch=('any')
+url='https://github.com/mortenivar/aspell-da'
+license=('GPL2')
+depends=('aspell')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('bbc0c4cc0202f989770d84ac9b5ff688b4c8bf0fef7128c36e54c7e4d09e8233986def9a5d75c05d2599eaf96db4be212f6dc758bd23f723f611bf545ba5')
+
+build() {
+cd "${pkgname}-${pkgver}"
+./configure
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}



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

2022-06-22 Thread Maxim Baz via arch-commits
Date: Wednesday, June 22, 2022 @ 15:57:28
  Author: maximbaz
Revision: 1238973

upgpkg: aspell-da 4.0-1

Modified:
  aspell-da/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-22 15:35:59 UTC (rev 1238972)
+++ PKGBUILD2022-06-22 15:57:28 UTC (rev 1238973)
@@ -2,7 +2,7 @@
 # Contributor: Esben Haabendal 
 
 pkgname=aspell-da
-pkgver=3.2
+pkgver=4.0
 pkgrel=1
 pkgdesc='Danish dictionary for aspell'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('aspell')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)
-sha512sums=('91cf4ff5798a4685f092cef8ce3eae4ee41a955e5d626ca707d0a3c1b190bdd12d59d5907556ba8fb87d3dfa6e09cee2c9853a4481d790b12a0cab69729dabde')
+sha512sums=('bbc0c4cc0202f989770d84ac9b5ff688b4c8bf0fef7128c36e54c7e4d09e8233986def9a5d75c05d2599eaf96db4be212f6dc758bd23f723f611bf545ba5')
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2022-06-21 Thread Maxim Baz via arch-commits
Date: Tuesday, June 21, 2022 @ 13:28:12
  Author: maximbaz
Revision: 1238820

aspell-da: update url for next release

Modified:
  aspell-da/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-21 13:26:15 UTC (rev 1238819)
+++ PKGBUILD2022-06-21 13:28:12 UTC (rev 1238820)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc='Danish dictionary for aspell'
 arch=('any')
-url='https://mbjnet.dk/dsdo/'
+url='https://github.com/mortenivar/aspell-da'
 license=('GPL2')
 depends=('aspell')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)



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

2022-06-20 Thread Maxim Baz via arch-commits
Date: Monday, June 20, 2022 @ 23:06:40
  Author: maximbaz
Revision: 1238743

archrelease: copy trunk to community-any

Added:
  aspell-da/repos/community-any/PKGBUILD
(from rev 1238742, aspell-da/trunk/PKGBUILD)
Deleted:
  aspell-da/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-20 23:06:36 UTC (rev 1238742)
+++ PKGBUILD2022-06-20 23:06:40 UTC (rev 1238743)
@@ -1,25 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Esben Haabendal 
-
-pkgname=aspell-da
-pkgver=1.6.36
-pkgrel=2
-pkgdesc='Danish dictionary for aspell'
-arch=('any')
-url='http://aspell.net/'
-license=('custom')
-depends=('aspell')
-source=("https://ftp.gnu.org/gnu/aspell/dict/da/aspell6-da-${pkgver}-11-0.tar.bz2;)
-sha512sums=('6f793a491012b06eb45f8b52e230ae4de890b9a139f079a9d2264af62029b241b89b1690885641678607ac3c42b4ebfe626b14ec373cf5228b12b9eb615b8244')
-
-build() {
-cd "aspell6-da-${pkgver}-11-0"
-./configure
-make
-}
-
-package() {
-cd "aspell6-da-${pkgver}-11-0"
-make DESTDIR=${pkgdir} install
-install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: aspell-da/repos/community-any/PKGBUILD (from rev 1238742, 
aspell-da/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-20 23:06:40 UTC (rev 1238743)
@@ -0,0 +1,24 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Esben Haabendal 
+
+pkgname=aspell-da
+pkgver=3.2
+pkgrel=1
+pkgdesc='Danish dictionary for aspell'
+arch=('any')
+url='https://mbjnet.dk/dsdo/'
+license=('GPL2')
+depends=('aspell')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('91cf4ff5798a4685f092cef8ce3eae4ee41a955e5d626ca707d0a3c1b190bdd12d59d5907556ba8fb87d3dfa6e09cee2c9853a4481d790b12a0cab69729dabde')
+
+build() {
+cd "${pkgname}-${pkgver}"
+./configure
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}



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

2022-06-20 Thread Maxim Baz via arch-commits
Date: Monday, June 20, 2022 @ 23:06:36
  Author: maximbaz
Revision: 1238742

upgpkg: aspell-da 3.2-1

Modified:
  aspell-da/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-20 22:45:39 UTC (rev 1238741)
+++ PKGBUILD2022-06-20 23:06:36 UTC (rev 1238742)
@@ -2,24 +2,23 @@
 # Contributor: Esben Haabendal 
 
 pkgname=aspell-da
-pkgver=1.6.36
-pkgrel=2
+pkgver=3.2
+pkgrel=1
 pkgdesc='Danish dictionary for aspell'
 arch=('any')
-url='http://aspell.net/'
-license=('custom')
+url='https://mbjnet.dk/dsdo/'
+license=('GPL2')
 depends=('aspell')
-source=("https://ftp.gnu.org/gnu/aspell/dict/da/aspell6-da-${pkgver}-11-0.tar.bz2;)
-sha512sums=('6f793a491012b06eb45f8b52e230ae4de890b9a139f079a9d2264af62029b241b89b1690885641678607ac3c42b4ebfe626b14ec373cf5228b12b9eb615b8244')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('91cf4ff5798a4685f092cef8ce3eae4ee41a955e5d626ca707d0a3c1b190bdd12d59d5907556ba8fb87d3dfa6e09cee2c9853a4481d790b12a0cab69729dabde')
 
 build() {
-cd "aspell6-da-${pkgver}-11-0"
+cd "${pkgname}-${pkgver}"
 ./configure
 make
 }
 
 package() {
-cd "aspell6-da-${pkgver}-11-0"
-make DESTDIR=${pkgdir} install
-install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
 }



[arch-commits] Commit in yubikey-touch-detector/repos/community-x86_64 (2 files)

2022-05-26 Thread Maxim Baz via arch-commits
Date: Thursday, May 26, 2022 @ 23:37:44
  Author: maximbaz
Revision: 1210688

archrelease: copy trunk to community-x86_64

Added:
  yubikey-touch-detector/repos/community-x86_64/PKGBUILD
(from rev 1210687, yubikey-touch-detector/trunk/PKGBUILD)
Deleted:
  yubikey-touch-detector/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-26 23:37:41 UTC (rev 1210687)
+++ PKGBUILD2022-05-26 23:37:44 UTC (rev 1210688)
@@ -1,30 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=yubikey-touch-detector
-pkgver=1.9.3
-pkgrel=2
-pkgdesc='A tool that can detect when your YubiKey is waiting for a touch'
-arch=('x86_64')
-url='https://github.com/maximbaz/yubikey-touch-detector'
-license=('MIT')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('gnupg: for GPG'
-'openssh: for SSH')
-source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz"
-
"${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz.asc")
-sha256sums=('53356f224223d00a90bf43f9ccfa8de71f9756a21a7ff13941d6c47e5db107a7'
-'SKIP')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
-
-build() {
-cd "${pkgname}-${pkgver}"
-make build
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: yubikey-touch-detector/repos/community-x86_64/PKGBUILD (from rev 
1210687, yubikey-touch-detector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-26 23:37:44 UTC (rev 1210688)
@@ -0,0 +1,30 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=yubikey-touch-detector
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='A tool that can detect when your YubiKey is waiting for a touch'
+arch=('x86_64')
+url='https://github.com/maximbaz/yubikey-touch-detector'
+license=('MIT')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('gnupg: for GPG'
+'openssh: for SSH')
+source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz"
+
"${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz.asc")
+sha256sums=('4bcfbaa7491882c295d3062db4f1a11b878be2c4af10d69337fd199b32a5f090'
+'SKIP')
+validpgpkeys=('56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601')
+
+build() {
+cd "${pkgname}-${pkgver}"
+make build
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:



[arch-commits] Commit in yubikey-touch-detector/trunk (PKGBUILD)

2022-05-26 Thread Maxim Baz via arch-commits
Date: Thursday, May 26, 2022 @ 23:37:41
  Author: maximbaz
Revision: 1210687

upgpkg: yubikey-touch-detector 1.10.0-1

Modified:
  yubikey-touch-detector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-26 21:47:07 UTC (rev 1210686)
+++ PKGBUILD2022-05-26 23:37:41 UTC (rev 1210687)
@@ -1,8 +1,8 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=yubikey-touch-detector
-pkgver=1.9.3
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc='A tool that can detect when your YubiKey is waiting for a touch'
 arch=('x86_64')
 url='https://github.com/maximbaz/yubikey-touch-detector'
@@ -13,9 +13,9 @@
 'openssh: for SSH')
 source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz"
 
"${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.gz.asc")
-sha256sums=('53356f224223d00a90bf43f9ccfa8de71f9756a21a7ff13941d6c47e5db107a7'
+sha256sums=('4bcfbaa7491882c295d3062db4f1a11b878be2c4af10d69337fd199b32a5f090'
 'SKIP')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
+validpgpkeys=('56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601')
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2022-05-23 Thread Maxim Baz via arch-commits
Date: Monday, May 23, 2022 @ 14:09:34
  Author: maximbaz
Revision: 1210114

archrelease: copy trunk to community-x86_64

Added:
  waybar/repos/community-x86_64/PKGBUILD
(from rev 1210113, waybar/trunk/PKGBUILD)
Deleted:
  waybar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-23 14:09:32 UTC (rev 1210113)
+++ PKGBUILD2022-05-23 14:09:34 UTC (rev 1210114)
@@ -1,62 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=waybar
-pkgver=0.9.12
-pkgrel=2
-pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
-arch=('x86_64')
-url="https://github.com/Alexays/Waybar/;
-license=('MIT')
-depends=(
-'gtkmm3'
-'libjsoncpp.so'
-'libsigc++'
-'fmt'
-'wayland'
-'libdate-tz.so'
-'libspdlog.so'
-'gtk-layer-shell'
-'libevdev'
-'libpulse'
-'libnl'
-'libappindicator-gtk3'
-'libdbusmenu-gtk3'
-'libmpdclient'
-'libsndio.so'
-'libxkbcommon'
-)
-makedepends=(
-'cmake'
-'catch2'
-'meson'
-'scdoc' # For generating manpages
-'wayland-protocols'
-)
-backup=(
-etc/xdg/waybar/config
-etc/xdg/waybar/style.css
-)
-optdepends=(
-'otf-font-awesome: Icons in the default configuration'
-)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
-)
-sha256sums=('1f3f6692de99567c43939e7ad2e96f8c6a5ef83f760ad6f77865e46a3c6811d6')
-
-build() {
-cd "Waybar-$pkgver"
-meson --prefix=/usr \
-  --buildtype=plain \
-  --auto-features=enabled \
-  --wrap-mode=nodownload \
-  build
-ninja -C build
-}
-
-package() {
-cd "Waybar-$pkgver"
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: waybar/repos/community-x86_64/PKGBUILD (from rev 1210113, 
waybar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-23 14:09:34 UTC (rev 1210114)
@@ -0,0 +1,64 @@
+# Maintainer: Brett Cornwall 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=waybar
+pkgver=0.9.13
+pkgrel=1
+pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
+arch=('x86_64')
+url="https://github.com/Alexays/Waybar/;
+license=('MIT')
+depends=(
+'gtkmm3'
+'libjsoncpp.so'
+'libsigc++'
+'fmt'
+'wayland'
+'libdate-tz.so'
+'libspdlog.so'
+'gtk-layer-shell'
+'libupower-glib.so'
+'upower'
+'libevdev'
+'libpulse'
+'libnl'
+'libappindicator-gtk3'
+'libdbusmenu-gtk3'
+'libmpdclient'
+'libsndio.so'
+'libxkbcommon'
+)
+makedepends=(
+'cmake'
+'catch2'
+'meson'
+'scdoc' # For generating manpages
+'wayland-protocols'
+)
+backup=(
+etc/xdg/waybar/config
+etc/xdg/waybar/style.css
+)
+optdepends=(
+'otf-font-awesome: Icons in the default configuration'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
+)
+sha256sums=('9e6553274ce3013d2be9912f975287efe4dfd38de4e335db43a73aff2a3b0a34')
+
+build() {
+cd "Waybar-$pkgver"
+meson --prefix=/usr \
+  --buildtype=plain \
+  --auto-features=enabled \
+  --wrap-mode=nodownload \
+  build
+ninja -C build
+}
+
+package() {
+cd "Waybar-$pkgver"
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-05-23 Thread Maxim Baz via arch-commits
Date: Monday, May 23, 2022 @ 14:09:32
  Author: maximbaz
Revision: 1210113

upgpkg: waybar 0.9.13-1

Modified:
  waybar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-23 13:58:21 UTC (rev 1210112)
+++ PKGBUILD2022-05-23 14:09:32 UTC (rev 1210113)
@@ -2,8 +2,8 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=waybar
-pkgver=0.9.12
-pkgrel=2
+pkgver=0.9.13
+pkgrel=1
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/;
@@ -17,6 +17,8 @@
 'libdate-tz.so'
 'libspdlog.so'
 'gtk-layer-shell'
+'libupower-glib.so'
+'upower'
 'libevdev'
 'libpulse'
 'libnl'
@@ -43,7 +45,7 @@
 source=(
 
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
 )
-sha256sums=('1f3f6692de99567c43939e7ad2e96f8c6a5ef83f760ad6f77865e46a3c6811d6')
+sha256sums=('9e6553274ce3013d2be9912f975287efe4dfd38de4e335db43a73aff2a3b0a34')
 
 build() {
 cd "Waybar-$pkgver"



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

2022-05-23 Thread Maxim Baz via arch-commits
Date: Monday, May 23, 2022 @ 13:58:21
  Author: maximbaz
Revision: 1210112

archrelease: copy trunk to community-x86_64

Added:
  pam-u2f/repos/community-x86_64/PKGBUILD
(from rev 1210111, pam-u2f/trunk/PKGBUILD)
Deleted:
  pam-u2f/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-23 13:58:18 UTC (rev 1210111)
+++ PKGBUILD2022-05-23 13:58:21 UTC (rev 1210112)
@@ -1,44 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Maxime de Roucy 
-# Contributor: David Manouchehri 
-# Contributor: Sven Lechner 
-
-pkgname=pam-u2f
-_name="${pkgname/-/_}"
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='Universal 2nd Factor (U2F) PAM authentication module from Yubico'
-arch=('x86_64')
-url='https://developers.yubico.com/pam-u2f'
-license=('BSD')
-replaces=("${_name}")
-depends=('libfido2' 'openssl' 'pam')
-makedepends=('asciidoc')
-source=("${url}/Releases/${_name}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('2303e6f99b1fde8ee3c3ab28a4de2da6ddd225c953693e845d6b2d8388221fb3'
-'SKIP')
-validpgpkeys=(
-'B70D62AA6A31AD6B9E4F9F4BDC925D25CA7A' # Alessio Di Mauro 

-'78D997D53E9C0A2A205392ED14A19784723C9988' # Ludvig Michaelsson 

-)
-
-build() {
-cd "${_name}-${pkgver}"
-./configure \
---prefix=/usr \
---with-pam-dir=/usr/lib/security
-make
-}
-
-check() {
-cd "${_name}-${pkgver}"
-make check
-}
-
-package() {
-cd "${_name}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" COPYING
-}
-
-# vim:set ts=4 sw=4 et:

Copied: pam-u2f/repos/community-x86_64/PKGBUILD (from rev 1210111, 
pam-u2f/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-23 13:58:21 UTC (rev 1210112)
@@ -0,0 +1,44 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Maxime de Roucy 
+# Contributor: David Manouchehri 
+# Contributor: Sven Lechner 
+
+pkgname=pam-u2f
+_name="${pkgname/-/_}"
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Universal 2nd Factor (U2F) PAM authentication module from Yubico'
+arch=('x86_64')
+url='https://developers.yubico.com/pam-u2f'
+license=('BSD')
+replaces=("${_name}")
+depends=('libfido2' 'openssl' 'pam')
+makedepends=('asciidoc')
+source=("${url}/Releases/${_name}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('70e741bca197b64b4fbe8dd1f6d57ce2b8ad58ca786352c525f3f2d44125894c'
+'SKIP')
+validpgpkeys=(
+'B70D62AA6A31AD6B9E4F9F4BDC925D25CA7A' # Alessio Di Mauro 

+'78D997D53E9C0A2A205392ED14A19784723C9988' # Ludvig Michaelsson 

+)
+
+build() {
+cd "${_name}-${pkgver}"
+./configure \
+--prefix=/usr \
+--with-pam-dir=/usr/lib/security
+make
+}
+
+check() {
+cd "${_name}-${pkgver}"
+make check
+}
+
+package() {
+cd "${_name}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" COPYING
+}
+
+# vim:set ts=4 sw=4 et:



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

2022-05-23 Thread Maxim Baz via arch-commits
Date: Monday, May 23, 2022 @ 13:58:18
  Author: maximbaz
Revision: 1210111

upgpkg: pam-u2f 1.2.1-1

Modified:
  pam-u2f/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-23 13:35:30 UTC (rev 1210110)
+++ PKGBUILD2022-05-23 13:58:18 UTC (rev 1210111)
@@ -5,8 +5,8 @@
 
 pkgname=pam-u2f
 _name="${pkgname/-/_}"
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc='Universal 2nd Factor (U2F) PAM authentication module from Yubico'
 arch=('x86_64')
 url='https://developers.yubico.com/pam-u2f'
@@ -15,7 +15,7 @@
 depends=('libfido2' 'openssl' 'pam')
 makedepends=('asciidoc')
 source=("${url}/Releases/${_name}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('2303e6f99b1fde8ee3c3ab28a4de2da6ddd225c953693e845d6b2d8388221fb3'
+sha256sums=('70e741bca197b64b4fbe8dd1f6d57ce2b8ad58ca786352c525f3f2d44125894c'
 'SKIP')
 validpgpkeys=(
 'B70D62AA6A31AD6B9E4F9F4BDC925D25CA7A' # Alessio Di Mauro 




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

2022-05-23 Thread Maxim Baz via arch-commits
Date: Monday, May 23, 2022 @ 13:35:28
  Author: maximbaz
Revision: 1210109

upgpkg: croc 9.5.6-1

Modified:
  croc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-23 13:34:23 UTC (rev 1210108)
+++ PKGBUILD2022-05-23 13:35:28 UTC (rev 1210109)
@@ -2,8 +2,8 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=9.5.3
-pkgrel=2
+pkgver=9.5.6
+pkgrel=1
 pkgdesc='Easily and securely send things from one computer to another.'
 arch=('x86_64')
 url="https://github.com/schollz/${pkgname};
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go')
 source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('82cbc8bf4fee6afef840d59942ec35406b3ef47df4087020931c23d3582da40f')
+sha256sums=('19da7086175012a77c3a342dd6660b554980b657a5b4ed74b74140512227f1a3')
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2022-05-23 Thread Maxim Baz via arch-commits
Date: Monday, May 23, 2022 @ 13:35:30
  Author: maximbaz
Revision: 1210110

archrelease: copy trunk to community-x86_64

Added:
  croc/repos/community-x86_64/PKGBUILD
(from rev 1210109, croc/trunk/PKGBUILD)
Deleted:
  croc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-23 13:35:28 UTC (rev 1210109)
+++ PKGBUILD2022-05-23 13:35:30 UTC (rev 1210110)
@@ -1,36 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Mikuro Kagamine 
-
-pkgname=croc
-pkgver=9.5.3
-pkgrel=2
-pkgdesc='Easily and securely send things from one computer to another.'
-arch=('x86_64')
-url="https://github.com/schollz/${pkgname};
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('82cbc8bf4fee6afef840d59942ec35406b3ef47df4087020931c23d3582da40f')
-
-build() {
-cd "${pkgname}-${pkgver}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw -buildvcs=false"
-go build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test ./...
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 1210109, 
croc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-23 13:35:30 UTC (rev 1210110)
@@ -0,0 +1,36 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=9.5.6
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname};
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
+sha256sums=('19da7086175012a77c3a342dd6660b554980b657a5b4ed74b74140512227f1a3')
+
+build() {
+cd "${pkgname}-${pkgver}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw -buildvcs=false"
+go build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}



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

2022-05-23 Thread Maxim Baz via arch-commits
Date: Monday, May 23, 2022 @ 13:34:23
  Author: maximbaz
Revision: 1210108

archrelease: copy trunk to community-x86_64

Added:
  kak-lsp/repos/community-x86_64/PKGBUILD
(from rev 1210107, kak-lsp/trunk/PKGBUILD)
Deleted:
  kak-lsp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-23 13:34:20 UTC (rev 1210107)
+++ PKGBUILD2022-05-23 13:34:23 UTC (rev 1210108)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=kak-lsp
-pkgver=12.1.0
-pkgrel=1
-pkgdesc='Kakoune Language Server Protocol Client'
-arch=('x86_64')
-url='https://github.com/kak-lsp/kak-lsp'
-license=('custom:unlicense')
-depends=('kakoune')
-makedepends=('rust')
-optdepends=(
-'bash-language-server: language server for Bash'
-'gopls: language server for Go'
-'haskell-language-server: language server for Haskell'
-'lua-language-server: language server for Lua'
-'python-lsp-server: language server for Python'
-'rust-analyzer: language server for Rust'
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('9bfc6394f59f081d4f154e2896fcd72055b9bace87195b97f989eb92f6cb685a')
-
-build() {
-cd "${pkgname}-${pkgver}"
-make
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: kak-lsp/repos/community-x86_64/PKGBUILD (from rev 1210107, 
kak-lsp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-23 13:34:23 UTC (rev 1210108)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=kak-lsp
+pkgver=12.2.1
+pkgrel=1
+pkgdesc='Kakoune Language Server Protocol Client'
+arch=('x86_64')
+url='https://github.com/kak-lsp/kak-lsp'
+license=('custom:unlicense')
+depends=('kakoune')
+makedepends=('rust')
+optdepends=(
+'bash-language-server: language server for Bash'
+'gopls: language server for Go'
+'haskell-language-server: language server for Haskell'
+'lua-language-server: language server for Lua'
+'python-lsp-server: language server for Python'
+'rust-analyzer: language server for Rust'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('3769883060ff837a6eb8220943290e32fcafa9fe86a9c2231b1cdb391d35be66')
+
+build() {
+cd "${pkgname}-${pkgver}"
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:



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

2022-05-23 Thread Maxim Baz via arch-commits
Date: Monday, May 23, 2022 @ 13:34:20
  Author: maximbaz
Revision: 1210107

upgpkg: kak-lsp 12.2.1-1

Modified:
  kak-lsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-23 13:07:26 UTC (rev 1210106)
+++ PKGBUILD2022-05-23 13:34:20 UTC (rev 1210107)
@@ -1,7 +1,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=kak-lsp
-pkgver=12.1.0
+pkgver=12.2.1
 pkgrel=1
 pkgdesc='Kakoune Language Server Protocol Client'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'rust-analyzer: language server for Rust'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('9bfc6394f59f081d4f154e2896fcd72055b9bace87195b97f989eb92f6cb685a')
+sha256sums=('3769883060ff837a6eb8220943290e32fcafa9fe86a9c2231b1cdb391d35be66')
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2022-04-24 Thread Maxim Baz via arch-commits
Date: Sunday, April 24, 2022 @ 14:38:34
  Author: maximbaz
Revision: 1189627

archrelease: copy trunk to community-x86_64

Added:
  browserpass/repos/community-x86_64/PKGBUILD
(from rev 1189626, browserpass/trunk/PKGBUILD)
Deleted:
  browserpass/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-24 14:38:30 UTC (rev 1189626)
+++ PKGBUILD2022-04-24 14:38:34 UTC (rev 1189627)
@@ -1,42 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname dash archlinux at maximbaz dot com>
-# Contributor: emersion 
-
-_name=browserpass-native
-pkgname=browserpass
-pkgver=3.0.9
-pkgrel=1
-pkgdesc="Native host app for Browserpass, browser extension for zx2c4's pass 
(password manager)"
-arch=('x86_64')
-url="https://github.com/${pkgname}/${_name};
-license=('ISC')
-depends=('gnupg')
-makedepends=('go' 'git')
-optdepends=('browserpass-chromium: Chromium extension for Browserpass'
-'browserpass-firefox: Firefox extension for Browserpass')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz.asc")
-sha256sums=('1daa392753e0a67f45bfd7685e1c5dc68e8c1f32cbbaa787506ac2987c76fdd0'
-'SKIP')
-validpgpkeys=('56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601')
-
-prepare() {
-cd "${_name}-${pkgver}"
-make configure
-}
-
-build() {
-cd "${_name}-${pkgver}"
-make browserpass
-}
-
-check() {
-cd "${_name}-${pkgver}"
-make test
-}
-
-package() {
-cd "${_name}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: browserpass/repos/community-x86_64/PKGBUILD (from rev 1189626, 
browserpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-24 14:38:34 UTC (rev 1189627)
@@ -0,0 +1,42 @@
+# Maintainer: Maxim Baz <$pkgname dash archlinux at maximbaz dot com>
+# Contributor: emersion 
+
+_name=browserpass-native
+pkgname=browserpass
+pkgver=3.0.10
+pkgrel=1
+pkgdesc="Native host app for Browserpass, browser extension for zx2c4's pass 
(password manager)"
+arch=('x86_64')
+url="https://github.com/${pkgname}/${_name};
+license=('ISC')
+depends=('gnupg')
+makedepends=('go' 'git')
+optdepends=('browserpass-chromium: Chromium extension for Browserpass'
+'browserpass-firefox: Firefox extension for Browserpass')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz.asc")
+sha256sums=('2da8c3d3d3bb99d272e1ba5d5b13989006d1d38f29b1e0ea461facd11e31998a'
+'SKIP')
+validpgpkeys=('56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601')
+
+prepare() {
+cd "${_name}-${pkgver}"
+make configure
+}
+
+build() {
+cd "${_name}-${pkgver}"
+make browserpass
+}
+
+check() {
+cd "${_name}-${pkgver}"
+make test
+}
+
+package() {
+cd "${_name}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:



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

2022-04-24 Thread Maxim Baz via arch-commits
Date: Sunday, April 24, 2022 @ 14:38:30
  Author: maximbaz
Revision: 1189626

upgpkg: browserpass 3.0.10-1

Modified:
  browserpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-24 14:31:26 UTC (rev 1189625)
+++ PKGBUILD2022-04-24 14:38:30 UTC (rev 1189626)
@@ -3,7 +3,7 @@
 
 _name=browserpass-native
 pkgname=browserpass
-pkgver=3.0.9
+pkgver=3.0.10
 pkgrel=1
 pkgdesc="Native host app for Browserpass, browser extension for zx2c4's pass 
(password manager)"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'browserpass-firefox: Firefox extension for Browserpass')
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz"
 
"${pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz.asc")
-sha256sums=('1daa392753e0a67f45bfd7685e1c5dc68e8c1f32cbbaa787506ac2987c76fdd0'
+sha256sums=('2da8c3d3d3bb99d272e1ba5d5b13989006d1d38f29b1e0ea461facd11e31998a'
 'SKIP')
 validpgpkeys=('56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601')
 



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

2022-04-11 Thread Maxim Baz via arch-commits
Date: Monday, April 11, 2022 @ 22:59:39
  Author: maximbaz
Revision: 1185904

archrelease: copy trunk to community-x86_64

Added:
  curlie/repos/community-x86_64/PKGBUILD
(from rev 1185903, curlie/trunk/PKGBUILD)
Deleted:
  curlie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-11 22:59:36 UTC (rev 1185903)
+++ PKGBUILD2022-04-11 22:59:39 UTC (rev 1185904)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Jianfeng Zhang 
-
-pkgname=curlie
-pkgver=1.6.7
-pkgrel=2
-pkgdesc='The power of curl, the ease of use of httpie.'
-arch=('x86_64')
-url="https://curlie.io;
-license=('MIT')
-depends=('glibc' 'curl')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rs/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('25a0ea35be6ff9dd88551c992a0f7ea565ce2fae8213c674bd28a7cc512493d9')
-options=(!lto)
-
-build() {
-cd "${pkgname}-${pkgver}"
-
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-go build -ldflags "-X main.version=$pkgver -X main.date=$(date -u -I -d 
@$SOURCE_DATE_EPOCH) -linkmode=external -extldflags=$LDFLAGS"
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: curlie/repos/community-x86_64/PKGBUILD (from rev 1185903, 
curlie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-11 22:59:39 UTC (rev 1185904)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Jianfeng Zhang 
+
+pkgname=curlie
+pkgver=1.6.9
+pkgrel=1
+pkgdesc='The power of curl, the ease of use of httpie.'
+arch=('x86_64')
+url="https://curlie.io;
+license=('MIT')
+depends=('glibc' 'curl')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rs/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('95b7061861aa8d608f9df0d63a11206f8cd532295ca13dd39ed37e0136bdcc5f')
+options=(!lto)
+
+build() {
+cd "${pkgname}-${pkgver}"
+
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+go build -ldflags "-X main.version=$pkgver -X main.date=$(date -u -I -d 
@$SOURCE_DATE_EPOCH) -linkmode=external -extldflags=$LDFLAGS"
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}



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

2022-04-11 Thread Maxim Baz via arch-commits
Date: Monday, April 11, 2022 @ 22:59:36
  Author: maximbaz
Revision: 1185903

upgpkg: curlie 1.6.9-1

Modified:
  curlie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-11 21:36:56 UTC (rev 1185902)
+++ PKGBUILD2022-04-11 22:59:36 UTC (rev 1185903)
@@ -2,8 +2,8 @@
 # Contributor: Jianfeng Zhang 
 
 pkgname=curlie
-pkgver=1.6.7
-pkgrel=2
+pkgver=1.6.9
+pkgrel=1
 pkgdesc='The power of curl, the ease of use of httpie.'
 arch=('x86_64')
 url="https://curlie.io;
@@ -11,7 +11,7 @@
 depends=('glibc' 'curl')
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rs/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('25a0ea35be6ff9dd88551c992a0f7ea565ce2fae8213c674bd28a7cc512493d9')
+sha256sums=('95b7061861aa8d608f9df0d63a11206f8cd532295ca13dd39ed37e0136bdcc5f')
 options=(!lto)
 
 build() {



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

2022-04-11 Thread Maxim Baz via arch-commits
Date: Monday, April 11, 2022 @ 16:24:03
  Author: maximbaz
Revision: 1185859

upgpkg: wire-desktop 3.27.2944-1

Modified:
  wire-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-11 16:11:53 UTC (rev 1185858)
+++ PKGBUILD2022-04-11 16:24:03 UTC (rev 1185859)
@@ -2,7 +2,7 @@
 # Contributor: Conor Anderson 
 
 pkgname=wire-desktop
-pkgver=3.27.2943
+pkgver=3.27.2944
 pkgrel=1
 pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
 arch=('any')
@@ -14,7 +14,7 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig;
 "${pkgname}.desktop")
-sha256sums=('7739695504699660021217ea5fe34f2ae1b3ec2c0acf7d23e334eecc79ed4511'
+sha256sums=('378c945e6933855407aa03fe49a934409675bdfc370398c8f21da1fd13832af9'
 'SKIP'
 '53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
 validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')



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

2022-04-11 Thread Maxim Baz via arch-commits
Date: Monday, April 11, 2022 @ 16:24:07
  Author: maximbaz
Revision: 1185860

archrelease: copy trunk to community-any

Added:
  wire-desktop/repos/community-any/PKGBUILD
(from rev 1185859, wire-desktop/trunk/PKGBUILD)
  wire-desktop/repos/community-any/wire-desktop.desktop
(from rev 1185859, wire-desktop/trunk/wire-desktop.desktop)
Deleted:
  wire-desktop/repos/community-any/PKGBUILD
  wire-desktop/repos/community-any/wire-desktop.desktop

--+
 PKGBUILD |  108 -
 wire-desktop.desktop |   26 +--
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-11 16:24:03 UTC (rev 1185859)
+++ PKGBUILD2022-04-11 16:24:07 UTC (rev 1185860)
@@ -1,54 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Conor Anderson 
-
-pkgname=wire-desktop
-pkgver=3.27.2943
-pkgrel=1
-pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
-arch=('any')
-url='https://wire.com/'
-license=('GPL3')
-depends=('electron13' 'xdg-utils')
-makedepends=('git' 'npm' 'yarn')
-optdepends=('emoji-font: colorful emoji')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig;
-"${pkgname}.desktop")
-sha256sums=('7739695504699660021217ea5fe34f2ae1b3ec2c0acf7d23e334eecc79ed4511'
-'SKIP'
-'53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
-validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
-
-prepare() {
-# Create launcher script
-cat << EOF > "${pkgname}"
-#!/usr/bin/env sh
-
-electron13 "/usr/lib/${pkgname}" "\$@"
-EOF
-}
-
-build() {
-cd "${pkgname}-linux-${pkgver}"
-
-yarn
-BUILD_NUMBER="${pkgver##*.}" LINUX_TARGET=dir ENABLE_ASAR=false yarn 
build:linux
-}
-
-package() {
-# Place files
-install -d "${pkgdir}/usr/lib/${pkgname}"
-cp -a 
"${pkgname}-linux-${pkgver}/wrap/dist/linux-unpacked/resources/app/"{electron,node_modules,package.json}
 "${pkgdir}/usr/lib/${pkgname}"
-
-# Place launcher script
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-
-# Place desktop entry and icon
-desktop-file-install -m 644 --dir "${pkgdir}/usr/share/applications/" 
"${pkgname}.desktop"
-local res
-for res in 32x32 256x256; do
-install -Dm644 "${pkgname}-linux-${pkgver}/resources/icons/${res}.png" 
"${pkgdir}/usr/share/icons/hicolor/${res}/apps/${pkgname}.png"
-done
-}
-
-# vim:set ts=4 sw=4 et:

Copied: wire-desktop/repos/community-any/PKGBUILD (from rev 1185859, 
wire-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-11 16:24:07 UTC (rev 1185860)
@@ -0,0 +1,54 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Conor Anderson 
+
+pkgname=wire-desktop
+pkgver=3.27.2944
+pkgrel=1
+pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
+arch=('any')
+url='https://wire.com/'
+license=('GPL3')
+depends=('electron13' 'xdg-utils')
+makedepends=('git' 'npm' 'yarn')
+optdepends=('emoji-font: colorful emoji')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig;
+"${pkgname}.desktop")
+sha256sums=('378c945e6933855407aa03fe49a934409675bdfc370398c8f21da1fd13832af9'
+'SKIP'
+'53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
+validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
+
+prepare() {
+# Create launcher script
+cat << EOF > "${pkgname}"
+#!/usr/bin/env sh
+
+electron13 "/usr/lib/${pkgname}" "\$@"
+EOF
+}
+
+build() {
+cd "${pkgname}-linux-${pkgver}"
+
+yarn
+BUILD_NUMBER="${pkgver##*.}" LINUX_TARGET=dir ENABLE_ASAR=false yarn 
build:linux
+}
+
+package() {
+# Place files
+install -d "${pkgdir}/usr/lib/${pkgname}"
+cp -a 
"${pkgname}-linux-${pkgver}/wrap/dist/linux-unpacked/resources/app/"{electron,node_modules,package.json}
 "${pkgdir}/usr/lib/${pkgname}"
+
+# Place launcher script
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+
+# Place desktop entry and icon
+desktop-file-install -m 644 --dir "${pkgdir}/usr/share/applications/" 
"${pkgname}.desktop"
+local res
+for res in 32x32 256x256; do
+install -Dm644 "${pkgname}-linux-${pkgver}/resources/icons/${res}.png" 
"${pkgdir}/usr/share/icons/hicolor/${res}/apps/${pkgname}.png"
+done
+}
+
+# vim:set ts=4 

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

2022-04-11 Thread Maxim Baz via arch-commits
Date: Monday, April 11, 2022 @ 15:07:50
  Author: maximbaz
Revision: 1185856

archrelease: copy trunk to community-x86_64

Added:
  croc/repos/community-x86_64/PKGBUILD
(from rev 1185855, croc/trunk/PKGBUILD)
Deleted:
  croc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-11 15:07:47 UTC (rev 1185855)
+++ PKGBUILD2022-04-11 15:07:50 UTC (rev 1185856)
@@ -1,36 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Mikuro Kagamine 
-
-pkgname=croc
-pkgver=9.5.2
-pkgrel=1
-pkgdesc='Easily and securely send things from one computer to another.'
-arch=('x86_64')
-url="https://github.com/schollz/${pkgname};
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('cccf83c4d52bbbd22091f11046c2e4b7f5117cd676064b28a0ccde9bc83e62ac')
-
-build() {
-cd "${pkgname}-${pkgver}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw"
-go build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test ./...
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 1185855, 
croc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-11 15:07:50 UTC (rev 1185856)
@@ -0,0 +1,36 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=9.5.3
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname};
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
+sha256sums=('82cbc8bf4fee6afef840d59942ec35406b3ef47df4087020931c23d3582da40f')
+
+build() {
+cd "${pkgname}-${pkgver}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw -buildvcs=false"
+go build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}



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

2022-04-11 Thread Maxim Baz via arch-commits
Date: Monday, April 11, 2022 @ 15:07:47
  Author: maximbaz
Revision: 1185855

upgpkg: croc 9.5.3-1

Modified:
  croc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-11 15:00:07 UTC (rev 1185854)
+++ PKGBUILD2022-04-11 15:07:47 UTC (rev 1185855)
@@ -2,7 +2,7 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=9.5.2
+pkgver=9.5.3
 pkgrel=1
 pkgdesc='Easily and securely send things from one computer to another.'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go')
 source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('cccf83c4d52bbbd22091f11046c2e4b7f5117cd676064b28a0ccde9bc83e62ac')
+sha256sums=('82cbc8bf4fee6afef840d59942ec35406b3ef47df4087020931c23d3582da40f')
 
 build() {
 cd "${pkgname}-${pkgver}"
@@ -19,7 +19,7 @@
 export CGO_CFLAGS="${CFLAGS}"
 export CGO_CXXFLAGS="${CXXFLAGS}"
 export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw"
+export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw -buildvcs=false"
 go build
 }
 



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

2022-04-11 Thread Maxim Baz via arch-commits
Date: Monday, April 11, 2022 @ 14:11:57
  Author: maximbaz
Revision: 1185850

archrelease: copy trunk to community-x86_64

Added:
  kak-lsp/repos/community-x86_64/PKGBUILD
(from rev 1185849, kak-lsp/trunk/PKGBUILD)
Deleted:
  kak-lsp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-11 14:11:54 UTC (rev 1185849)
+++ PKGBUILD2022-04-11 14:11:57 UTC (rev 1185850)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=kak-lsp
-pkgver=12.0.1
-pkgrel=1
-pkgdesc='Kakoune Language Server Protocol Client'
-arch=('x86_64')
-url='https://github.com/kak-lsp/kak-lsp'
-license=('custom:unlicense')
-depends=('kakoune')
-makedepends=('rust')
-optdepends=(
-'bash-language-server: language server for Bash'
-'gopls: language server for Go'
-'haskell-language-server: language server for Haskell'
-'lua-language-server: language server for Lua'
-'python-lsp-server: language server for Python'
-'rust-analyzer: language server for Rust'
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('37b54186f7f18d879c605cb235452a92308361676fc3966c2e65bbaae30b7a3e')
-
-build() {
-cd "${pkgname}-${pkgver}"
-make
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: kak-lsp/repos/community-x86_64/PKGBUILD (from rev 1185849, 
kak-lsp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-11 14:11:57 UTC (rev 1185850)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=kak-lsp
+pkgver=12.1.0
+pkgrel=1
+pkgdesc='Kakoune Language Server Protocol Client'
+arch=('x86_64')
+url='https://github.com/kak-lsp/kak-lsp'
+license=('custom:unlicense')
+depends=('kakoune')
+makedepends=('rust')
+optdepends=(
+'bash-language-server: language server for Bash'
+'gopls: language server for Go'
+'haskell-language-server: language server for Haskell'
+'lua-language-server: language server for Lua'
+'python-lsp-server: language server for Python'
+'rust-analyzer: language server for Rust'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('9bfc6394f59f081d4f154e2896fcd72055b9bace87195b97f989eb92f6cb685a')
+
+build() {
+cd "${pkgname}-${pkgver}"
+make
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:



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

2022-04-11 Thread Maxim Baz via arch-commits
Date: Monday, April 11, 2022 @ 14:11:54
  Author: maximbaz
Revision: 1185849

upgpkg: kak-lsp 12.1.0-1

Modified:
  kak-lsp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-11 13:56:00 UTC (rev 1185848)
+++ PKGBUILD2022-04-11 14:11:54 UTC (rev 1185849)
@@ -1,7 +1,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=kak-lsp
-pkgver=12.0.1
+pkgver=12.1.0
 pkgrel=1
 pkgdesc='Kakoune Language Server Protocol Client'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'rust-analyzer: language server for Rust'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ul/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('37b54186f7f18d879c605cb235452a92308361676fc3966c2e65bbaae30b7a3e')
+sha256sums=('9bfc6394f59f081d4f154e2896fcd72055b9bace87195b97f989eb92f6cb685a')
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2022-04-11 Thread Maxim Baz via arch-commits
Date: Monday, April 11, 2022 @ 13:56:00
  Author: maximbaz
Revision: 1185848

archrelease: copy trunk to community-any

Added:
  wire-desktop/repos/community-any/PKGBUILD
(from rev 1185847, wire-desktop/trunk/PKGBUILD)
  wire-desktop/repos/community-any/wire-desktop.desktop
(from rev 1185847, wire-desktop/trunk/wire-desktop.desktop)
Deleted:
  wire-desktop/repos/community-any/PKGBUILD
  wire-desktop/repos/community-any/wire-desktop.desktop

--+
 PKGBUILD |  108 -
 wire-desktop.desktop |   26 +--
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-11 13:55:55 UTC (rev 1185847)
+++ PKGBUILD2022-04-11 13:56:00 UTC (rev 1185848)
@@ -1,54 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Conor Anderson 
-
-pkgname=wire-desktop
-pkgver=3.26.2941
-pkgrel=2
-pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
-arch=('any')
-url='https://wire.com/'
-license=('GPL3')
-depends=('electron11' 'xdg-utils')
-makedepends=('git' 'npm' 'yarn')
-optdepends=('emoji-font: colorful emoji')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig;
-"${pkgname}.desktop")
-sha256sums=('ef8181684414e59740d444a3dbb2d364069fd9033d41da7e0c9ee5a41703c825'
-'SKIP'
-'53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
-validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
-
-prepare() {
-# Create launcher script
-cat << EOF > "${pkgname}"
-#!/usr/bin/env sh
-
-electron11 "/usr/lib/${pkgname}" "\$@"
-EOF
-}
-
-build() {
-cd "${pkgname}-linux-${pkgver}"
-
-yarn
-BUILD_NUMBER="${pkgver##*.}" LINUX_TARGET=dir ENABLE_ASAR=false yarn 
build:linux
-}
-
-package() {
-# Place files
-install -d "${pkgdir}/usr/lib/${pkgname}"
-cp -a 
"${pkgname}-linux-${pkgver}/wrap/dist/linux-unpacked/resources/app/"{electron,node_modules,package.json}
 "${pkgdir}/usr/lib/${pkgname}"
-
-# Place launcher script
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-
-# Place desktop entry and icon
-desktop-file-install -m 644 --dir "${pkgdir}/usr/share/applications/" 
"${pkgname}.desktop"
-local res
-for res in 32x32 256x256; do
-install -Dm644 "${pkgname}-linux-${pkgver}/resources/icons/${res}.png" 
"${pkgdir}/usr/share/icons/hicolor/${res}/apps/${pkgname}.png"
-done
-}
-
-# vim:set ts=4 sw=4 et:

Copied: wire-desktop/repos/community-any/PKGBUILD (from rev 1185847, 
wire-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-11 13:56:00 UTC (rev 1185848)
@@ -0,0 +1,54 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Conor Anderson 
+
+pkgname=wire-desktop
+pkgver=3.27.2943
+pkgrel=1
+pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
+arch=('any')
+url='https://wire.com/'
+license=('GPL3')
+depends=('electron13' 'xdg-utils')
+makedepends=('git' 'npm' 'yarn')
+optdepends=('emoji-font: colorful emoji')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig;
+"${pkgname}.desktop")
+sha256sums=('7739695504699660021217ea5fe34f2ae1b3ec2c0acf7d23e334eecc79ed4511'
+'SKIP'
+'53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
+validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
+
+prepare() {
+# Create launcher script
+cat << EOF > "${pkgname}"
+#!/usr/bin/env sh
+
+electron13 "/usr/lib/${pkgname}" "\$@"
+EOF
+}
+
+build() {
+cd "${pkgname}-linux-${pkgver}"
+
+yarn
+BUILD_NUMBER="${pkgver##*.}" LINUX_TARGET=dir ENABLE_ASAR=false yarn 
build:linux
+}
+
+package() {
+# Place files
+install -d "${pkgdir}/usr/lib/${pkgname}"
+cp -a 
"${pkgname}-linux-${pkgver}/wrap/dist/linux-unpacked/resources/app/"{electron,node_modules,package.json}
 "${pkgdir}/usr/lib/${pkgname}"
+
+# Place launcher script
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+
+# Place desktop entry and icon
+desktop-file-install -m 644 --dir "${pkgdir}/usr/share/applications/" 
"${pkgname}.desktop"
+local res
+for res in 32x32 256x256; do
+install -Dm644 "${pkgname}-linux-${pkgver}/resources/icons/${res}.png" 
"${pkgdir}/usr/share/icons/hicolor/${res}/apps/${pkgname}.png"
+done
+}
+
+# vim:set ts=4 

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

2022-04-11 Thread Maxim Baz via arch-commits
Date: Monday, April 11, 2022 @ 13:55:55
  Author: maximbaz
Revision: 1185847

upgpkg: wire-desktop 3.27.2943-1

Modified:
  wire-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-11 13:50:16 UTC (rev 1185846)
+++ PKGBUILD2022-04-11 13:55:55 UTC (rev 1185847)
@@ -2,19 +2,19 @@
 # Contributor: Conor Anderson 
 
 pkgname=wire-desktop
-pkgver=3.26.2941
-pkgrel=2
+pkgver=3.27.2943
+pkgrel=1
 pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
 arch=('any')
 url='https://wire.com/'
 license=('GPL3')
-depends=('electron11' 'xdg-utils')
+depends=('electron13' 'xdg-utils')
 makedepends=('git' 'npm' 'yarn')
 optdepends=('emoji-font: colorful emoji')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz;
 
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig;
 "${pkgname}.desktop")
-sha256sums=('ef8181684414e59740d444a3dbb2d364069fd9033d41da7e0c9ee5a41703c825'
+sha256sums=('7739695504699660021217ea5fe34f2ae1b3ec2c0acf7d23e334eecc79ed4511'
 'SKIP'
 '53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
 validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
@@ -24,7 +24,7 @@
 cat << EOF > "${pkgname}"
 #!/usr/bin/env sh
 
-electron11 "/usr/lib/${pkgname}" "\$@"
+electron13 "/usr/lib/${pkgname}" "\$@"
 EOF
 }
 



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

2022-03-10 Thread Maxim Baz via arch-commits
Date: Thursday, March 10, 2022 @ 11:47:38
  Author: maximbaz
Revision: 1145936

upgpkg: swaybg 1.1.1-1

Modified:
  swaybg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-10 11:44:04 UTC (rev 1145935)
+++ PKGBUILD2022-03-10 11:47:38 UTC (rev 1145936)
@@ -1,9 +1,10 @@
 # Maintainer: Brett Cornwall 
 # Maintainer: Alexander F. Rødseth 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=swaybg
-pkgver=1.1
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 pkgdesc='Wallpaper tool for Wayland compositors'
 arch=(x86_64)
 url='https://github.com/swaywm/swaybg'
@@ -22,7 +23,7 @@
 
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swaybg/releases/download/v$pkgver/swaybg-$pkgver.tar.gz;
 
"$pkgname-$pkgver.tar.gz.sig::https://github.com/swaywm/swaybg/releases/download/v$pkgver/swaybg-$pkgver.tar.gz.sig;
 )
-sha512sums=('2b262402c4d93908facde82b07a3df1ee698b802b7e9c07e6eff0325cb9ddf712c544574c5aeb481f69dfb1857a88bf8e654bfe0dd3b2178fd3a44109e104692'
+sha512sums=('e5ac7af1690974206f916e1d99a8dde0e837acbc686e2de2c46d505201f239a059f998adc22192205d1ad75b5905222f16aed243b31920e19c0ff2229b8eda2c'
 'SKIP')
 validpgpkeys=(
 "9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"  # Drew DeVault



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

2022-03-10 Thread Maxim Baz via arch-commits
Date: Thursday, March 10, 2022 @ 11:47:41
  Author: maximbaz
Revision: 1145937

archrelease: copy trunk to community-x86_64

Added:
  swaybg/repos/community-x86_64/PKGBUILD
(from rev 1145936, swaybg/trunk/PKGBUILD)
Deleted:
  swaybg/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-10 11:47:38 UTC (rev 1145936)
+++ PKGBUILD2022-03-10 11:47:41 UTC (rev 1145937)
@@ -1,43 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=swaybg
-pkgver=1.1
-pkgrel=3
-pkgdesc='Wallpaper tool for Wayland compositors'
-arch=(x86_64)
-url='https://github.com/swaywm/swaybg'
-license=(MIT)
-makedepends=(meson
- ninja
- scdoc
- wayland-protocols)
-depends=(
-'wayland'
-'cairo'
-'gdk-pixbuf2'  # For images other than PNG
-)
-options=(debug)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swaybg/releases/download/v$pkgver/swaybg-$pkgver.tar.gz;
-
"$pkgname-$pkgver.tar.gz.sig::https://github.com/swaywm/swaybg/releases/download/v$pkgver/swaybg-$pkgver.tar.gz.sig;
-)
-sha512sums=('2b262402c4d93908facde82b07a3df1ee698b802b7e9c07e6eff0325cb9ddf712c544574c5aeb481f69dfb1857a88bf8e654bfe0dd3b2178fd3a44109e104692'
-'SKIP')
-validpgpkeys=(
-"9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"  # Drew DeVault
-"34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48"  # Simon Ser
-)
-
-build() {
-meson "$pkgname-$pkgver" build \
---prefix /usr \
---buildtype=plain
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir/" ninja -C build install
-install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname"
-install -Dm644 "$pkgname-$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
-}

Copied: swaybg/repos/community-x86_64/PKGBUILD (from rev 1145936, 
swaybg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-10 11:47:41 UTC (rev 1145937)
@@ -0,0 +1,44 @@
+# Maintainer: Brett Cornwall 
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=swaybg
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Wallpaper tool for Wayland compositors'
+arch=(x86_64)
+url='https://github.com/swaywm/swaybg'
+license=(MIT)
+makedepends=(meson
+ ninja
+ scdoc
+ wayland-protocols)
+depends=(
+'wayland'
+'cairo'
+'gdk-pixbuf2'  # For images other than PNG
+)
+options=(debug)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swaybg/releases/download/v$pkgver/swaybg-$pkgver.tar.gz;
+
"$pkgname-$pkgver.tar.gz.sig::https://github.com/swaywm/swaybg/releases/download/v$pkgver/swaybg-$pkgver.tar.gz.sig;
+)
+sha512sums=('e5ac7af1690974206f916e1d99a8dde0e837acbc686e2de2c46d505201f239a059f998adc22192205d1ad75b5905222f16aed243b31920e19c0ff2229b8eda2c'
+'SKIP')
+validpgpkeys=(
+"9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A"  # Drew DeVault
+"34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48"  # Simon Ser
+)
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix /usr \
+--buildtype=plain
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir/" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname"
+install -Dm644 "$pkgname-$pkgver/README.md" -t 
"$pkgdir/usr/share/doc/$pkgname"
+}



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

2022-03-10 Thread Maxim Baz via arch-commits
Date: Thursday, March 10, 2022 @ 11:44:04
  Author: maximbaz
Revision: 1145935

archrelease: copy trunk to community-x86_64

Added:
  waybar/repos/community-x86_64/PKGBUILD
(from rev 1145934, waybar/trunk/PKGBUILD)
Deleted:
  waybar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-10 11:44:01 UTC (rev 1145934)
+++ PKGBUILD2022-03-10 11:44:04 UTC (rev 1145935)
@@ -1,58 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=waybar
-pkgver=0.9.10
-pkgrel=1
-pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
-arch=('x86_64')
-url="https://github.com/Alexays/Waybar/;
-license=('MIT')
-depends=(
-'gtkmm3'
-'libjsoncpp.so'
-'libsigc++'
-'fmt'
-'wayland'
-'libdate-tz.so'
-'libspdlog.so'
-'gtk-layer-shell'
-'libevdev'
-'libpulse'
-'libnl'
-'libappindicator-gtk3'
-'libdbusmenu-gtk3'
-'libmpdclient'
-'libsndio.so'
-'libxkbcommon'
-)
-makedepends=(
-'cmake'
-'catch2'
-'meson'
-'scdoc' # For generating manpages
-'wayland-protocols'
-)
-optdepends=(
-'otf-font-awesome: Icons in the default configuration'
-)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
-)
-sha256sums=('bbf78e0176792877079be443b9490b2597408cc90e0289ea8c08acc601623ff8')
-
-build() {
-cd "Waybar-$pkgver"
-meson --prefix=/usr \
-  --buildtype=plain \
-  --auto-features=enabled \
-  --wrap-mode=nodownload \
-  build
-ninja -C build
-}
-
-package() {
-cd "Waybar-$pkgver"
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: waybar/repos/community-x86_64/PKGBUILD (from rev 1145934, 
waybar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-10 11:44:04 UTC (rev 1145935)
@@ -0,0 +1,58 @@
+# Maintainer: Brett Cornwall 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=waybar
+pkgver=0.9.12
+pkgrel=1
+pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
+arch=('x86_64')
+url="https://github.com/Alexays/Waybar/;
+license=('MIT')
+depends=(
+'gtkmm3'
+'libjsoncpp.so'
+'libsigc++'
+'fmt'
+'wayland'
+'libdate-tz.so'
+'libspdlog.so'
+'gtk-layer-shell'
+'libevdev'
+'libpulse'
+'libnl'
+'libappindicator-gtk3'
+'libdbusmenu-gtk3'
+'libmpdclient'
+'libsndio.so'
+'libxkbcommon'
+)
+makedepends=(
+'cmake'
+'catch2'
+'meson'
+'scdoc' # For generating manpages
+'wayland-protocols'
+)
+optdepends=(
+'otf-font-awesome: Icons in the default configuration'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
+)
+sha256sums=('1f3f6692de99567c43939e7ad2e96f8c6a5ef83f760ad6f77865e46a3c6811d6')
+
+build() {
+cd "Waybar-$pkgver"
+meson --prefix=/usr \
+  --buildtype=plain \
+  --auto-features=enabled \
+  --wrap-mode=nodownload \
+  build
+ninja -C build
+}
+
+package() {
+cd "Waybar-$pkgver"
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-03-10 Thread Maxim Baz via arch-commits
Date: Thursday, March 10, 2022 @ 11:44:01
  Author: maximbaz
Revision: 1145934

upgpkg: waybar 0.9.12-1

Modified:
  waybar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-10 11:34:34 UTC (rev 1145933)
+++ PKGBUILD2022-03-10 11:44:01 UTC (rev 1145934)
@@ -2,7 +2,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=waybar
-pkgver=0.9.10
+pkgver=0.9.12
 pkgrel=1
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
 arch=('x86_64')
@@ -39,7 +39,7 @@
 source=(
 
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
 )
-sha256sums=('bbf78e0176792877079be443b9490b2597408cc90e0289ea8c08acc601623ff8')
+sha256sums=('1f3f6692de99567c43939e7ad2e96f8c6a5ef83f760ad6f77865e46a3c6811d6')
 
 build() {
 cd "Waybar-$pkgver"



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

2022-03-06 Thread Maxim Baz via arch-commits
Date: Sunday, March 6, 2022 @ 16:22:52
  Author: maximbaz
Revision: 1142765

archrelease: copy trunk to community-x86_64

Added:
  earlyoom/repos/community-x86_64/PKGBUILD
(from rev 1142764, earlyoom/trunk/PKGBUILD)
Deleted:
  earlyoom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-06 16:22:49 UTC (rev 1142764)
+++ PKGBUILD2022-03-06 16:22:52 UTC (rev 1142765)
@@ -1,34 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=earlyoom
-pkgver=1.6.2
-pkgrel=2
-pkgdesc="Early OOM Daemon for Linux"
-arch=('x86_64')
-url="https://github.com/rfjakob/earlyoom;
-license=('MIT')
-depends=('glibc')
-makedepends=('pandoc')
-optdepends=('systembus-notify: desktop notifications')
-backup=("etc/default/earlyoom")
-source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('227234cf9e77831c21c748bd361e1a7c415e158b96034eacd59e70586779bb6c')
-
-prepare() {
-cd "$pkgname-$pkgver"
-sed "/systemctl|chcon/d" -ri Makefile
-sed '/^DynamicUser=/a SupplementaryGroups=proc' -i earlyoom.service.in
-sed 's;^EARLYOOM_ARGS="(.*)";EARLYOOM_ARGS="\1 -n --avoid 
'\''(^|/)(init|systemd|Xorg|sshd)$'\''";' -ri earlyoom.default
-}
-
-build() {
-cd "$pkgname-$pkgver"
-make PREFIX=/usr SYSTEMDUNITDIR=/usr/lib/systemd/system VERSION=$pkgver 
earlyoom
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make install DESTDIR="$pkgdir" PREFIX=/usr 
SYSTEMDUNITDIR=/usr/lib/systemd/system
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: earlyoom/repos/community-x86_64/PKGBUILD (from rev 1142764, 
earlyoom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-06 16:22:52 UTC (rev 1142765)
@@ -0,0 +1,34 @@
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=earlyoom
+pkgver=1.7
+pkgrel=1
+pkgdesc="Early OOM Daemon for Linux"
+arch=('x86_64')
+url="https://github.com/rfjakob/earlyoom;
+license=('MIT')
+depends=('glibc')
+makedepends=('pandoc')
+optdepends=('systembus-notify: desktop notifications')
+backup=("etc/default/earlyoom")
+source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('ebda1279a813d9b0f7860ce5029ccf5ea9f8868be070f2eaf40f90f2e64b6414')
+
+prepare() {
+cd "$pkgname-$pkgver"
+sed "/systemctl|chcon/d" -ri Makefile
+sed '/^DynamicUser=/a SupplementaryGroups=proc' -i earlyoom.service.in
+sed 's;^EARLYOOM_ARGS="(.*)";EARLYOOM_ARGS="\1 -n --avoid 
'\''(^|/)(init|systemd|Xorg|sshd)$'\''";' -ri earlyoom.default
+}
+
+build() {
+cd "$pkgname-$pkgver"
+make PREFIX=/usr SYSTEMDUNITDIR=/usr/lib/systemd/system VERSION=$pkgver 
earlyoom
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make install DESTDIR="$pkgdir" PREFIX=/usr 
SYSTEMDUNITDIR=/usr/lib/systemd/system
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-03-06 Thread Maxim Baz via arch-commits
Date: Sunday, March 6, 2022 @ 16:22:49
  Author: maximbaz
Revision: 1142764

upgpkg: earlyoom 1.7-1

Modified:
  earlyoom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 16:21:10 UTC (rev 1142763)
+++ PKGBUILD2022-03-06 16:22:49 UTC (rev 1142764)
@@ -2,8 +2,8 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=earlyoom
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.7
+pkgrel=1
 pkgdesc="Early OOM Daemon for Linux"
 arch=('x86_64')
 url="https://github.com/rfjakob/earlyoom;
@@ -13,7 +13,7 @@
 optdepends=('systembus-notify: desktop notifications')
 backup=("etc/default/earlyoom")
 
source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('227234cf9e77831c21c748bd361e1a7c415e158b96034eacd59e70586779bb6c')
+sha256sums=('ebda1279a813d9b0f7860ce5029ccf5ea9f8868be070f2eaf40f90f2e64b6414')
 
 prepare() {
 cd "$pkgname-$pkgver"



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

2022-03-06 Thread Maxim Baz via arch-commits
Date: Sunday, March 6, 2022 @ 16:21:10
  Author: maximbaz
Revision: 1142763

archrelease: copy trunk to community-x86_64

Added:
  waybar/repos/community-x86_64/PKGBUILD
(from rev 1142762, waybar/trunk/PKGBUILD)
Deleted:
  waybar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-06 16:21:06 UTC (rev 1142762)
+++ PKGBUILD2022-03-06 16:21:10 UTC (rev 1142763)
@@ -1,58 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=waybar
-pkgver=0.9.9
-pkgrel=2
-pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
-arch=('x86_64')
-url="https://github.com/Alexays/Waybar/;
-license=('MIT')
-depends=(
-'gtkmm3'
-'libjsoncpp.so'
-'libsigc++'
-'fmt'
-'wayland'
-'libdate-tz.so'
-'libspdlog.so'
-'gtk-layer-shell'
-'libevdev'
-'libpulse'
-'libnl'
-'libappindicator-gtk3'
-'libdbusmenu-gtk3'
-'libmpdclient'
-'libsndio.so'
-'libxkbcommon'
-)
-makedepends=(
-'cmake'
-'catch2'
-'meson'
-'scdoc' # For generating manpages
-'wayland-protocols'
-)
-optdepends=(
-'otf-font-awesome: Icons in the default configuration'
-)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
-)
-sha256sums=('23a94538538f43a6db4c1c5f7e09e75ab743ded1ccfc737e1f3e0971fe4cdd87')
-
-build() {
-cd "Waybar-$pkgver"
-meson --prefix=/usr \
-  --buildtype=plain \
-  --auto-features=enabled \
-  --wrap-mode=nodownload \
-  build
-ninja -C build
-}
-
-package() {
-cd "Waybar-$pkgver"
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: waybar/repos/community-x86_64/PKGBUILD (from rev 1142762, 
waybar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-06 16:21:10 UTC (rev 1142763)
@@ -0,0 +1,58 @@
+# Maintainer: Brett Cornwall 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=waybar
+pkgver=0.9.10
+pkgrel=1
+pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
+arch=('x86_64')
+url="https://github.com/Alexays/Waybar/;
+license=('MIT')
+depends=(
+'gtkmm3'
+'libjsoncpp.so'
+'libsigc++'
+'fmt'
+'wayland'
+'libdate-tz.so'
+'libspdlog.so'
+'gtk-layer-shell'
+'libevdev'
+'libpulse'
+'libnl'
+'libappindicator-gtk3'
+'libdbusmenu-gtk3'
+'libmpdclient'
+'libsndio.so'
+'libxkbcommon'
+)
+makedepends=(
+'cmake'
+'catch2'
+'meson'
+'scdoc' # For generating manpages
+'wayland-protocols'
+)
+optdepends=(
+'otf-font-awesome: Icons in the default configuration'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
+)
+sha256sums=('bbf78e0176792877079be443b9490b2597408cc90e0289ea8c08acc601623ff8')
+
+build() {
+cd "Waybar-$pkgver"
+meson --prefix=/usr \
+  --buildtype=plain \
+  --auto-features=enabled \
+  --wrap-mode=nodownload \
+  build
+ninja -C build
+}
+
+package() {
+cd "Waybar-$pkgver"
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-03-06 Thread Maxim Baz via arch-commits
Date: Sunday, March 6, 2022 @ 16:21:06
  Author: maximbaz
Revision: 1142762

upgpkg: waybar 0.9.10-1

Modified:
  waybar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-03-06 16:17:41 UTC (rev 1142761)
+++ PKGBUILD2022-03-06 16:21:06 UTC (rev 1142762)
@@ -2,8 +2,8 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=waybar
-pkgver=0.9.9
-pkgrel=2
+pkgver=0.9.10
+pkgrel=1
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/;
@@ -39,7 +39,7 @@
 source=(
 
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
 )
-sha256sums=('23a94538538f43a6db4c1c5f7e09e75ab743ded1ccfc737e1f3e0971fe4cdd87')
+sha256sums=('bbf78e0176792877079be443b9490b2597408cc90e0289ea8c08acc601623ff8')
 
 build() {
 cd "Waybar-$pkgver"



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 22:03:31
  Author: maximbaz
Revision: 1136616

archrelease: copy trunk to community-x86_64

Added:
  browserpass/repos/community-x86_64/PKGBUILD
(from rev 1136615, browserpass/trunk/PKGBUILD)
Deleted:
  browserpass/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-25 22:03:28 UTC (rev 1136615)
+++ PKGBUILD2022-02-25 22:03:31 UTC (rev 1136616)
@@ -1,47 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: emersion 
-
-_name=browserpass-native
-pkgname=browserpass
-pkgver=3.0.7
-pkgrel=2
-pkgdesc="Native host app for Browserpass, browser extension for zx2c4's pass 
(password manager)"
-arch=('x86_64')
-url="https://github.com/${pkgname}/${_name};
-license=('ISC')
-depends=('gnupg')
-makedepends=('go' 'git')
-optdepends=('browserpass-chromium: Chromium extension for Browserpass'
-'browserpass-firefox: Firefox extension for Browserpass')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz.asc")
-sha256sums=('31bf63e00306dc797d2d0a1f3e4980ab899658bb71b38023a5f0e715611de950'
-'SKIP')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
-
-prepare() {
-cd "${_name}-${pkgver}"
-make configure
-}
-
-build() {
-cd "${_name}-${pkgver}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-go build -o "${pkgname}"
-}
-
-check() {
-cd "${_name}-${pkgver}"
-make test
-}
-
-package() {
-cd "${_name}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: browserpass/repos/community-x86_64/PKGBUILD (from rev 1136615, 
browserpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-25 22:03:31 UTC (rev 1136616)
@@ -0,0 +1,42 @@
+# Maintainer: Maxim Baz <$pkgname dash archlinux at maximbaz dot com>
+# Contributor: emersion 
+
+_name=browserpass-native
+pkgname=browserpass
+pkgver=3.0.9
+pkgrel=1
+pkgdesc="Native host app for Browserpass, browser extension for zx2c4's pass 
(password manager)"
+arch=('x86_64')
+url="https://github.com/${pkgname}/${_name};
+license=('ISC')
+depends=('gnupg')
+makedepends=('go' 'git')
+optdepends=('browserpass-chromium: Chromium extension for Browserpass'
+'browserpass-firefox: Firefox extension for Browserpass')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz.asc")
+sha256sums=('1daa392753e0a67f45bfd7685e1c5dc68e8c1f32cbbaa787506ac2987c76fdd0'
+'SKIP')
+validpgpkeys=('56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601')
+
+prepare() {
+cd "${_name}-${pkgver}"
+make configure
+}
+
+build() {
+cd "${_name}-${pkgver}"
+make browserpass
+}
+
+check() {
+cd "${_name}-${pkgver}"
+make test
+}
+
+package() {
+cd "${_name}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 22:03:28
  Author: maximbaz
Revision: 1136615

upgpkg: browserpass 3.0.9-1

Modified:
  browserpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-25 21:29:52 UTC (rev 1136614)
+++ PKGBUILD2022-02-25 22:03:28 UTC (rev 1136615)
@@ -1,10 +1,10 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Maxim Baz <$pkgname dash archlinux at maximbaz dot com>
 # Contributor: emersion 
 
 _name=browserpass-native
 pkgname=browserpass
-pkgver=3.0.7
-pkgrel=2
+pkgver=3.0.9
+pkgrel=1
 pkgdesc="Native host app for Browserpass, browser extension for zx2c4's pass 
(password manager)"
 arch=('x86_64')
 url="https://github.com/${pkgname}/${_name};
@@ -15,9 +15,9 @@
 'browserpass-firefox: Firefox extension for Browserpass')
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz"
 
"${pkgname}-${pkgver}.tar.gz.asc::${url}/releases/download/${pkgver}/${_name}-${pkgver}-src.tar.gz.asc")
-sha256sums=('31bf63e00306dc797d2d0a1f3e4980ab899658bb71b38023a5f0e715611de950'
+sha256sums=('1daa392753e0a67f45bfd7685e1c5dc68e8c1f32cbbaa787506ac2987c76fdd0'
 'SKIP')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
+validpgpkeys=('56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601')
 
 prepare() {
 cd "${_name}-${pkgver}"
@@ -26,12 +26,7 @@
 
 build() {
 cd "${_name}-${pkgver}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-go build -o "${pkgname}"
+make browserpass
 }
 
 check() {



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 14:00:57
  Author: maximbaz
Revision: 1136577

archrelease: copy trunk to community-x86_64

Added:
  earlyoom/repos/community-x86_64/PKGBUILD
(from rev 1136576, earlyoom/trunk/PKGBUILD)
Deleted:
  earlyoom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-25 14:00:53 UTC (rev 1136576)
+++ PKGBUILD2022-02-25 14:00:57 UTC (rev 1136577)
@@ -1,32 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=earlyoom
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="Early OOM Daemon for Linux"
-arch=('x86_64')
-url="https://github.com/rfjakob/earlyoom;
-license=('MIT')
-makedepends=('pandoc')
-optdepends=('systembus-notify: desktop notifications')
-backup=("etc/default/earlyoom")
-source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('227234cf9e77831c21c748bd361e1a7c415e158b96034eacd59e70586779bb6c')
-
-prepare() {
-cd "$pkgname-$pkgver"
-sed "/systemctl|chcon/d" -ri Makefile
-sed '/^DynamicUser=/a SupplementaryGroups=proc' -i earlyoom.service.in
-sed 's;^EARLYOOM_ARGS="(.*)";EARLYOOM_ARGS="\1 -n --avoid 
'\''(^|/)(init|systemd|Xorg|sshd)$'\''";' -ri earlyoom.default
-}
-
-build() {
-cd "$pkgname-$pkgver"
-make PREFIX=/usr SYSTEMDUNITDIR=/usr/lib/systemd/system VERSION=$pkgver 
earlyoom
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make install DESTDIR="$pkgdir" PREFIX=/usr 
SYSTEMDUNITDIR=/usr/lib/systemd/system
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: earlyoom/repos/community-x86_64/PKGBUILD (from rev 1136576, 
earlyoom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-25 14:00:57 UTC (rev 1136577)
@@ -0,0 +1,34 @@
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=earlyoom
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="Early OOM Daemon for Linux"
+arch=('x86_64')
+url="https://github.com/rfjakob/earlyoom;
+license=('MIT')
+depends=('glibc')
+makedepends=('pandoc')
+optdepends=('systembus-notify: desktop notifications')
+backup=("etc/default/earlyoom")
+source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('227234cf9e77831c21c748bd361e1a7c415e158b96034eacd59e70586779bb6c')
+
+prepare() {
+cd "$pkgname-$pkgver"
+sed "/systemctl|chcon/d" -ri Makefile
+sed '/^DynamicUser=/a SupplementaryGroups=proc' -i earlyoom.service.in
+sed 's;^EARLYOOM_ARGS="(.*)";EARLYOOM_ARGS="\1 -n --avoid 
'\''(^|/)(init|systemd|Xorg|sshd)$'\''";' -ri earlyoom.default
+}
+
+build() {
+cd "$pkgname-$pkgver"
+make PREFIX=/usr SYSTEMDUNITDIR=/usr/lib/systemd/system VERSION=$pkgver 
earlyoom
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make install DESTDIR="$pkgdir" PREFIX=/usr 
SYSTEMDUNITDIR=/usr/lib/systemd/system
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 14:00:53
  Author: maximbaz
Revision: 1136576

upgpkg: earlyoom 1.6.2-2

Modified:
  earlyoom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-25 13:49:22 UTC (rev 1136575)
+++ PKGBUILD2022-02-25 14:00:53 UTC (rev 1136576)
@@ -1,12 +1,14 @@
 # Maintainer: Massimiliano Torromeo 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=earlyoom
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Early OOM Daemon for Linux"
 arch=('x86_64')
 url="https://github.com/rfjakob/earlyoom;
 license=('MIT')
+depends=('glibc')
 makedepends=('pandoc')
 optdepends=('systembus-notify: desktop notifications')
 backup=("etc/default/earlyoom")



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 13:49:18
  Author: maximbaz
Revision: 1136574

upgpkg: chrono-date 3.0.1-3

Modified:
  chrono-date/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-25 12:34:20 UTC (rev 1136573)
+++ PKGBUILD2022-02-25 13:49:18 UTC (rev 1136574)
@@ -2,7 +2,7 @@
 
 pkgname=chrono-date
 pkgver=3.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A date and time library based on the C++11/14/17  header"
 arch=(x86_64)
 url="https://howardhinnant.github.io/date/date.html;



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 13:49:22
  Author: maximbaz
Revision: 1136575

archrelease: copy trunk to community-x86_64

Added:
  chrono-date/repos/community-x86_64/538-output-date-pc-for-pkg-config.patch
(from rev 1136574, 
chrono-date/trunk/538-output-date-pc-for-pkg-config.patch)
  chrono-date/repos/community-x86_64/PKGBUILD
(from rev 1136574, chrono-date/trunk/PKGBUILD)
  chrono-date/repos/community-x86_64/disable_buggy_libstdc++_tests.patch
(from rev 1136574, chrono-date/trunk/disable_buggy_libstdc++_tests.patch)
Deleted:
  chrono-date/repos/community-x86_64/538-output-date-pc-for-pkg-config.patch
  chrono-date/repos/community-x86_64/PKGBUILD
  chrono-date/repos/community-x86_64/disable_buggy_libstdc++_tests.patch

-+
 538-output-date-pc-for-pkg-config.patch |  120 -
 PKGBUILD|  140 +++---
 disable_buggy_libstdc++_tests.patch |   60 ++--
 3 files changed, 160 insertions(+), 160 deletions(-)

Deleted: 538-output-date-pc-for-pkg-config.patch
===
--- 538-output-date-pc-for-pkg-config.patch 2022-02-25 13:49:18 UTC (rev 
1136574)
+++ 538-output-date-pc-for-pkg-config.patch 2022-02-25 13:49:22 UTC (rev 
1136575)
@@ -1,60 +0,0 @@
-From e56b2dce7e89a92e1b9b35caa13b3e938c4cedea Mon Sep 17 00:00:00 2001
-From: Cole Mickens 
-Date: Sun, 26 Jan 2020 01:27:08 -0800
-Subject: [PATCH] CMakeLists.txt: output date.pc for pkg-config
-

- CMakeLists.txt | 15 +++
- date.pc.in | 10 ++
- 2 files changed, 25 insertions(+)
- create mode 100644 date.pc.in
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f30c473..fe778e8 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -128,6 +128,15 @@ if( BUILD_TZ_LIB )
- endif( )
- endif( )
- 
-+if ( BUILD_TZ_LIB )
-+  # Cflags: -I${includedir} @TZ_COMPILE_DEFINITIONS@
-+  set( TZ_COMPILE_DEFINITIONS 
"$,-D$,
 -D>,>" )
-+  configure_file(date.pc.in date.pc.cf @ONLY)
-+  file( GENERATE OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/date.pc"
-+INPUT "${CMAKE_CURRENT_BINARY_DIR}/date.pc.cf" )
-+
-+endif( )
-+
- #[===[
-installation
- #]===]
-@@ -171,6 +180,12 @@ install (
-   FILES cmake/dateConfig.cmake "${version_config}"
-   DESTINATION ${CONFIG_LOC})
- 
-+if ( BUILD_TZ_LIB )
-+  install(
-+FILES ${CMAKE_BINARY_DIR}/date.pc
-+DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
-+endif( )
-+
- #[===[
-testing
- #]===]
-diff --git a/date.pc.in b/date.pc.in
-new file mode 100644
-index 000..b9c4623
 /dev/null
-+++ b/date.pc.in
-@@ -0,0 +1,10 @@
-+prefix=@CMAKE_INSTALL_PREFIX@
-+exec_prefix=@CMAKE_INSTALL_BINDIR@
-+libdir=@CMAKE_INSTALL_LIB@
-+includedir=@CMAKE_INSTALL_INCLUDE@
-+
-+Name: date
-+Description: A date and time library based on the C++11/14/17  header
-+Version: @PACKAGE_VERSION@
-+Libs: -L${libdir} -ldate-tz
-+Cflags: -I${includedir} @TZ_COMPILE_DEFINITIONS@

Copied: 
chrono-date/repos/community-x86_64/538-output-date-pc-for-pkg-config.patch 
(from rev 1136574, chrono-date/trunk/538-output-date-pc-for-pkg-config.patch)
===
--- 538-output-date-pc-for-pkg-config.patch (rev 0)
+++ 538-output-date-pc-for-pkg-config.patch 2022-02-25 13:49:22 UTC (rev 
1136575)
@@ -0,0 +1,60 @@
+From e56b2dce7e89a92e1b9b35caa13b3e938c4cedea Mon Sep 17 00:00:00 2001
+From: Cole Mickens 
+Date: Sun, 26 Jan 2020 01:27:08 -0800
+Subject: [PATCH] CMakeLists.txt: output date.pc for pkg-config
+
+---
+ CMakeLists.txt | 15 +++
+ date.pc.in | 10 ++
+ 2 files changed, 25 insertions(+)
+ create mode 100644 date.pc.in
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index f30c473..fe778e8 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -128,6 +128,15 @@ if( BUILD_TZ_LIB )
+ endif( )
+ endif( )
+ 
++if ( BUILD_TZ_LIB )
++  # Cflags: -I${includedir} @TZ_COMPILE_DEFINITIONS@
++  set( TZ_COMPILE_DEFINITIONS 
"$,-D$,
 -D>,>" )
++  configure_file(date.pc.in date.pc.cf @ONLY)
++  file( GENERATE OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/date.pc"
++INPUT "${CMAKE_CURRENT_BINARY_DIR}/date.pc.cf" )
++
++endif( )
++
+ #[===[
+installation
+ #]===]
+@@ -171,6 +180,12 @@ install (
+   FILES cmake/dateConfig.cmake "${version_config}"
+   DESTINATION ${CONFIG_LOC})
+ 
++if ( BUILD_TZ_LIB )
++  install(
++FILES ${CMAKE_BINARY_DIR}/date.pc
++DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
++endif( )
++
+ 

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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 11:55:42
  Author: maximbaz
Revision: 1136569

archrelease: copy trunk to community-x86_64

Added:
  wofi/repos/community-x86_64/PKGBUILD
(from rev 1136568, wofi/trunk/PKGBUILD)
Deleted:
  wofi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-25 11:55:39 UTC (rev 1136568)
+++ PKGBUILD2022-02-25 11:55:42 UTC (rev 1136569)
@@ -1,31 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Ian Brunelli 
-
-pkgname=wofi
-pkgver=1.2.4
-pkgrel=1
-pkgdesc='launcher for wlroots-based wayland compositors'
-arch=('x86_64')
-url='https://hg.sr.ht/~scoopta/wofi'
-license=('GPL3')
-depends=('wayland' 'gtk3')
-makedepends=('meson')
-source=("${pkgname}-v${pkgver}.tar.gz::https://hg.sr.ht/~scoopta/wofi/archive/v${pkgver}.tar.gz;)
-# We have to SKIP the validity check to avoid an issue with hg.sr.ht:
-# https://todo.sr.ht/~sircmpwn/hg.sr.ht/33
-sha256sums=('SKIP')
-
-build() {
-cd "${pkgname}-v${pkgver}"
-meson build
-ninja -C build
-}
-
-package() {
-cd "${pkgname}-v${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" build/wofi
-install -Dm644 -t "${pkgdir}/usr/share/man/man1/" man/*.1
-install -Dm644 -t "${pkgdir}/usr/share/man/man3/" man/*.3
-install -Dm644 -t "${pkgdir}/usr/share/man/man5/" man/*.5
-install -Dm644 -t "${pkgdir}/usr/share/man/man7/" man/*.7
-}

Copied: wofi/repos/community-x86_64/PKGBUILD (from rev 1136568, 
wofi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-25 11:55:42 UTC (rev 1136569)
@@ -0,0 +1,31 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Ian Brunelli 
+
+pkgname=wofi
+pkgver=1.2.4
+pkgrel=2
+pkgdesc='launcher for wlroots-based wayland compositors'
+arch=('x86_64')
+url='https://hg.sr.ht/~scoopta/wofi'
+license=('GPL3')
+depends=('wayland' 'gtk3')
+makedepends=('meson')
+source=("${pkgname}-v${pkgver}.tar.gz::https://hg.sr.ht/~scoopta/wofi/archive/v${pkgver}.tar.gz;)
+# We have to SKIP the validity check to avoid an issue with hg.sr.ht:
+# https://todo.sr.ht/~sircmpwn/hg.sr.ht/33
+sha256sums=('SKIP')
+
+build() {
+cd "${pkgname}-v${pkgver}"
+meson build
+ninja -C build
+}
+
+package() {
+cd "${pkgname}-v${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" build/wofi
+install -Dm644 -t "${pkgdir}/usr/share/man/man1/" man/*.1
+install -Dm644 -t "${pkgdir}/usr/share/man/man3/" man/*.3
+install -Dm644 -t "${pkgdir}/usr/share/man/man5/" man/*.5
+install -Dm644 -t "${pkgdir}/usr/share/man/man7/" man/*.7
+}



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 11:55:39
  Author: maximbaz
Revision: 1136568

upgpkg: wofi 1.2.4-2

Modified:
  wofi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-25 11:54:13 UTC (rev 1136567)
+++ PKGBUILD2022-02-25 11:55:39 UTC (rev 1136568)
@@ -3,7 +3,7 @@
 
 pkgname=wofi
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='launcher for wlroots-based wayland compositors'
 arch=('x86_64')
 url='https://hg.sr.ht/~scoopta/wofi'



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 11:54:13
  Author: maximbaz
Revision: 1136567

archrelease: copy trunk to community-any

Added:
  wire-desktop/repos/community-any/PKGBUILD
(from rev 1136566, wire-desktop/trunk/PKGBUILD)
  wire-desktop/repos/community-any/wire-desktop.desktop
(from rev 1136566, wire-desktop/trunk/wire-desktop.desktop)
Deleted:
  wire-desktop/repos/community-any/PKGBUILD
  wire-desktop/repos/community-any/wire-desktop.desktop

--+
 PKGBUILD |  108 -
 wire-desktop.desktop |   26 +--
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-25 11:54:10 UTC (rev 1136566)
+++ PKGBUILD2022-02-25 11:54:13 UTC (rev 1136567)
@@ -1,54 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Conor Anderson 
-
-pkgname=wire-desktop
-pkgver=3.26.2941
-pkgrel=1
-pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
-arch=('any')
-url='https://wire.com/'
-license=('GPL3')
-depends=('electron11' 'xdg-utils')
-makedepends=('git' 'npm' 'yarn')
-optdepends=('emoji-font: colorful emoji')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig;
-"${pkgname}.desktop")
-sha256sums=('ef8181684414e59740d444a3dbb2d364069fd9033d41da7e0c9ee5a41703c825'
-'SKIP'
-'53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
-validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
-
-prepare() {
-# Create launcher script
-cat << EOF > "${pkgname}"
-#!/usr/bin/env sh
-
-electron11 "/usr/lib/${pkgname}" "\$@"
-EOF
-}
-
-build() {
-cd "${pkgname}-linux-${pkgver}"
-
-yarn
-BUILD_NUMBER="${pkgver##*.}" LINUX_TARGET=dir ENABLE_ASAR=false yarn 
build:linux
-}
-
-package() {
-# Place files
-install -d "${pkgdir}/usr/lib/${pkgname}"
-cp -a 
"${pkgname}-linux-${pkgver}/wrap/dist/linux-unpacked/resources/app/"{electron,node_modules,package.json}
 "${pkgdir}/usr/lib/${pkgname}"
-
-# Place launcher script
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-
-# Place desktop entry and icon
-desktop-file-install -m 644 --dir "${pkgdir}/usr/share/applications/" 
"${pkgname}.desktop"
-local res
-for res in 32x32 256x256; do
-install -Dm644 "${pkgname}-linux-${pkgver}/resources/icons/${res}.png" 
"${pkgdir}/usr/share/icons/hicolor/${res}/apps/${pkgname}.png"
-done
-}
-
-# vim:set ts=4 sw=4 et:

Copied: wire-desktop/repos/community-any/PKGBUILD (from rev 1136566, 
wire-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-25 11:54:13 UTC (rev 1136567)
@@ -0,0 +1,54 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Conor Anderson 
+
+pkgname=wire-desktop
+pkgver=3.26.2941
+pkgrel=2
+pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
+arch=('any')
+url='https://wire.com/'
+license=('GPL3')
+depends=('electron11' 'xdg-utils')
+makedepends=('git' 'npm' 'yarn')
+optdepends=('emoji-font: colorful emoji')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgname}-linux-${pkgver}.tar.gz.sig;
+"${pkgname}.desktop")
+sha256sums=('ef8181684414e59740d444a3dbb2d364069fd9033d41da7e0c9ee5a41703c825'
+'SKIP'
+'53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
+validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
+
+prepare() {
+# Create launcher script
+cat << EOF > "${pkgname}"
+#!/usr/bin/env sh
+
+electron11 "/usr/lib/${pkgname}" "\$@"
+EOF
+}
+
+build() {
+cd "${pkgname}-linux-${pkgver}"
+
+yarn
+BUILD_NUMBER="${pkgver##*.}" LINUX_TARGET=dir ENABLE_ASAR=false yarn 
build:linux
+}
+
+package() {
+# Place files
+install -d "${pkgdir}/usr/lib/${pkgname}"
+cp -a 
"${pkgname}-linux-${pkgver}/wrap/dist/linux-unpacked/resources/app/"{electron,node_modules,package.json}
 "${pkgdir}/usr/lib/${pkgname}"
+
+# Place launcher script
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+
+# Place desktop entry and icon
+desktop-file-install -m 644 --dir "${pkgdir}/usr/share/applications/" 
"${pkgname}.desktop"
+local res
+for res in 32x32 256x256; do
+install -Dm644 "${pkgname}-linux-${pkgver}/resources/icons/${res}.png" 
"${pkgdir}/usr/share/icons/hicolor/${res}/apps/${pkgname}.png"
+done
+}
+
+# vim:set ts=4 

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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 11:54:10
  Author: maximbaz
Revision: 1136566

upgpkg: wire-desktop 3.26.2941-2

Modified:
  wire-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-25 11:37:15 UTC (rev 1136565)
+++ PKGBUILD2022-02-25 11:54:10 UTC (rev 1136566)
@@ -3,7 +3,7 @@
 
 pkgname=wire-desktop
 pkgver=3.26.2941
-pkgrel=1
+pkgrel=2
 pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and 
video conferences'
 arch=('any')
 url='https://wire.com/'



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 11:37:15
  Author: maximbaz
Revision: 1136565

archrelease: copy trunk to community-x86_64

Added:
  waybar/repos/community-x86_64/PKGBUILD
(from rev 1136564, waybar/trunk/PKGBUILD)
Deleted:
  waybar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-25 11:37:12 UTC (rev 1136564)
+++ PKGBUILD2022-02-25 11:37:15 UTC (rev 1136565)
@@ -1,58 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=waybar
-pkgver=0.9.9
-pkgrel=1
-pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
-arch=('x86_64')
-url="https://github.com/Alexays/Waybar/;
-license=('MIT')
-depends=(
-'gtkmm3'
-'libjsoncpp.so'
-'libsigc++'
-'fmt'
-'wayland'
-'libdate-tz.so'
-'libspdlog.so'
-'gtk-layer-shell'
-'libevdev'
-'libpulse'
-'libnl'
-'libappindicator-gtk3'
-'libdbusmenu-gtk3'
-'libmpdclient'
-'libsndio.so'
-'libxkbcommon'
-)
-makedepends=(
-'cmake'
-'catch2'
-'meson'
-'scdoc' # For generating manpages
-'wayland-protocols'
-)
-optdepends=(
-'otf-font-awesome: Icons in the default configuration'
-)
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
-)
-sha256sums=('23a94538538f43a6db4c1c5f7e09e75ab743ded1ccfc737e1f3e0971fe4cdd87')
-
-build() {
-cd "Waybar-$pkgver"
-meson --prefix=/usr \
-  --buildtype=plain \
-  --auto-features=enabled \
-  --wrap-mode=nodownload \
-  build
-ninja -C build
-}
-
-package() {
-cd "Waybar-$pkgver"
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: waybar/repos/community-x86_64/PKGBUILD (from rev 1136564, 
waybar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-25 11:37:15 UTC (rev 1136565)
@@ -0,0 +1,58 @@
+# Maintainer: Brett Cornwall 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=waybar
+pkgver=0.9.9
+pkgrel=2
+pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
+arch=('x86_64')
+url="https://github.com/Alexays/Waybar/;
+license=('MIT')
+depends=(
+'gtkmm3'
+'libjsoncpp.so'
+'libsigc++'
+'fmt'
+'wayland'
+'libdate-tz.so'
+'libspdlog.so'
+'gtk-layer-shell'
+'libevdev'
+'libpulse'
+'libnl'
+'libappindicator-gtk3'
+'libdbusmenu-gtk3'
+'libmpdclient'
+'libsndio.so'
+'libxkbcommon'
+)
+makedepends=(
+'cmake'
+'catch2'
+'meson'
+'scdoc' # For generating manpages
+'wayland-protocols'
+)
+optdepends=(
+'otf-font-awesome: Icons in the default configuration'
+)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
+)
+sha256sums=('23a94538538f43a6db4c1c5f7e09e75ab743ded1ccfc737e1f3e0971fe4cdd87')
+
+build() {
+cd "Waybar-$pkgver"
+meson --prefix=/usr \
+  --buildtype=plain \
+  --auto-features=enabled \
+  --wrap-mode=nodownload \
+  build
+ninja -C build
+}
+
+package() {
+cd "Waybar-$pkgver"
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 11:37:12
  Author: maximbaz
Revision: 1136564

upgpkg: waybar 0.9.9-2

Modified:
  waybar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-25 11:03:48 UTC (rev 1136563)
+++ PKGBUILD2022-02-25 11:37:12 UTC (rev 1136564)
@@ -3,7 +3,7 @@
 
 pkgname=waybar
 pkgver=0.9.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/;



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 09:18:37
  Author: maximbaz
Revision: 1136551

archrelease: copy trunk to community-any

Added:
  ttf-joypixels/repos/community-any/PKGBUILD
(from rev 1136550, ttf-joypixels/trunk/PKGBUILD)
  ttf-joypixels/repos/community-any/ttf-joypixels.install
(from rev 1136550, ttf-joypixels/trunk/ttf-joypixels.install)
Deleted:
  ttf-joypixels/repos/community-any/PKGBUILD
  ttf-joypixels/repos/community-any/ttf-joypixels.install

---+
 PKGBUILD  |   54 
 ttf-joypixels.install |   18 
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-25 09:18:33 UTC (rev 1136550)
+++ PKGBUILD2022-02-25 09:18:37 UTC (rev 1136551)
@@ -1,27 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=ttf-joypixels
-pkgver=6.6.0
-pkgrel=1
-pkgdesc='Emoji as a Service (formerly EmojiOne)'
-url='https://www.joypixels.com/download'
-arch=('any')
-license=('custom')
-provides=('emoji-font')
-conflicts=('ttf-emojione')
-replaces=('ttf-emojione')
-install="${pkgname}.install"
-source=("joypixels-android-${pkgver}.ttf::https://cdn.joypixels.com/arch-linux/font/${pkgver}/joypixels-android.ttf;
-
"license-free-${pkgver}-${pkgrel}.pdf::https://cdn.joypixels.com/arch-linux/license/free-license.pdf;
-
"license-appendix-${pkgver}-${pkgrel}.pdf::https://cdn.joypixels.com/arch-linux/appendix/joypixels-license-appendix.pdf;)
-sha256sums=('9600d3b0d0aac55322dcdb22e4f84559f81d71009718dd6abefe8f32ce57f29d'
-'f98c05ac7ea2ee47468f7a43816205bbf2bd614898cf0e431554de6ad48a4526'
-'05084e4ddbbb0c241bb0ff4e307853a9e6236fa1c617b7cba44af31b6bfc5e2d')
-
-package() {
-install -Dm644 "joypixels-android-${pkgver}.ttf" 
"${pkgdir}/usr/share/fonts/${pkgname#ttf-}/JoyPixels.ttf"
-install -Dm644 "license-free-${pkgver}-${pkgrel}.pdf" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf"
-install -Dm644 "license-appendix-${pkgver}-${pkgrel}.pdf" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.appendix.pdf"
-}
-
-# vim:set ts=4 sw=4 et:

Copied: ttf-joypixels/repos/community-any/PKGBUILD (from rev 1136550, 
ttf-joypixels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-25 09:18:37 UTC (rev 1136551)
@@ -0,0 +1,27 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=ttf-joypixels
+pkgver=6.6.0
+pkgrel=2
+pkgdesc='Emoji as a Service (formerly EmojiOne)'
+url='https://www.joypixels.com/download'
+arch=('any')
+license=('custom')
+provides=('emoji-font')
+conflicts=('ttf-emojione')
+replaces=('ttf-emojione')
+install="${pkgname}.install"
+source=("joypixels-android-${pkgver}.ttf::https://cdn.joypixels.com/arch-linux/font/${pkgver}/joypixels-android.ttf;
+
"license-free-${pkgver}-${pkgrel}.pdf::https://cdn.joypixels.com/arch-linux/license/free-license.pdf;
+
"license-appendix-${pkgver}-${pkgrel}.pdf::https://cdn.joypixels.com/arch-linux/appendix/joypixels-license-appendix.pdf;)
+sha256sums=('9600d3b0d0aac55322dcdb22e4f84559f81d71009718dd6abefe8f32ce57f29d'
+'f98c05ac7ea2ee47468f7a43816205bbf2bd614898cf0e431554de6ad48a4526'
+'05084e4ddbbb0c241bb0ff4e307853a9e6236fa1c617b7cba44af31b6bfc5e2d')
+
+package() {
+install -Dm644 "joypixels-android-${pkgver}.ttf" 
"${pkgdir}/usr/share/fonts/${pkgname#ttf-}/JoyPixels.ttf"
+install -Dm644 "license-free-${pkgver}-${pkgrel}.pdf" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf"
+install -Dm644 "license-appendix-${pkgver}-${pkgrel}.pdf" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.appendix.pdf"
+}
+
+# vim:set ts=4 sw=4 et:

Deleted: ttf-joypixels.install
===
--- ttf-joypixels.install   2022-02-25 09:18:33 UTC (rev 1136550)
+++ ttf-joypixels.install   2022-02-25 09:18:37 UTC (rev 1136551)
@@ -1,9 +0,0 @@
-post_upgrade() {
-conf="/etc/fonts/conf.d/75-joypixels.conf"
-if [ -L "$conf" -a ! -e "$conf" ]; then
-echo
-echo "  75-joypixels.conf is no longer provided by this package, see 
FS#66080"
-echo "  Remember to update your $conf"
-echo
-fi
-}

Copied: ttf-joypixels/repos/community-any/ttf-joypixels.install (from rev 
1136550, ttf-joypixels/trunk/ttf-joypixels.install)
===
--- ttf-joypixels.install   (rev 0)
+++ ttf-joypixels.install   2022-02-25 09:18:37 UTC (rev 1136551)
@@ -0,0 +1,9 @@
+post_upgrade() {
+conf="/etc/fonts/conf.d/75-joypixels.conf"
+if [ -L "$conf" -a ! -e "$conf" ]; then
+echo
+echo "  75-joypixels.conf is no longer provided by this package, see 
FS#66080"
+echo "  Remember to update 

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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 09:18:33
  Author: maximbaz
Revision: 1136550

upgpkg: ttf-joypixels 6.6.0-2

Modified:
  ttf-joypixels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-25 09:15:46 UTC (rev 1136549)
+++ PKGBUILD2022-02-25 09:18:33 UTC (rev 1136550)
@@ -2,7 +2,7 @@
 
 pkgname=ttf-joypixels
 pkgver=6.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Emoji as a Service (formerly EmojiOne)'
 url='https://www.joypixels.com/download'
 arch=('any')



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 09:15:43
  Author: maximbaz
Revision: 1136548

upgpkg: shfmt 3.4.2-2

Modified:
  shfmt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-25 09:14:37 UTC (rev 1136547)
+++ PKGBUILD2022-02-25 09:15:43 UTC (rev 1136548)
@@ -4,7 +4,7 @@
 
 pkgname=shfmt
 pkgver=3.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Format shell programs"
 url="https://github.com/mvdan/sh;
 license=('BSD')



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 09:14:37
  Author: maximbaz
Revision: 1136547

archrelease: copy trunk to community-any

Added:
  rebuild-detector/repos/community-any/PKGBUILD
(from rev 1136546, rebuild-detector/trunk/PKGBUILD)
Deleted:
  rebuild-detector/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-25 09:14:34 UTC (rev 1136546)
+++ PKGBUILD2022-02-25 09:14:37 UTC (rev 1136547)
@@ -1,28 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=rebuild-detector
-pkgver=4.4.1
-pkgrel=1
-pkgdesc='Detects which packages need to be rebuilt'
-arch=('any')
-url="https://github.com/maximbaz/${pkgname};
-license=('ISC')
-depends=('parallel' 'pacutils' 'pacman-contrib')
-makedepends=('marked-man')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/maximbaz/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/maximbaz/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig;)
-sha256sums=('1b728629755dd2d45fd63aba1ae7c6e98e5ba0f5e8e36e0f7bbf9cfe2b20156b'
-'SKIP')
-validpgpkeys=('56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601')
-
-build() {
-cd "${pkgname}-${pkgver}"
-make docs
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: rebuild-detector/repos/community-any/PKGBUILD (from rev 1136546, 
rebuild-detector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-25 09:14:37 UTC (rev 1136547)
@@ -0,0 +1,28 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=rebuild-detector
+pkgver=4.4.1
+pkgrel=2
+pkgdesc='Detects which packages need to be rebuilt'
+arch=('any')
+url="https://github.com/maximbaz/${pkgname};
+license=('ISC')
+depends=('parallel' 'pacutils' 'pacman-contrib')
+makedepends=('marked-man')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/maximbaz/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/maximbaz/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig;)
+sha256sums=('1b728629755dd2d45fd63aba1ae7c6e98e5ba0f5e8e36e0f7bbf9cfe2b20156b'
+'SKIP')
+validpgpkeys=('56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601')
+
+build() {
+cd "${pkgname}-${pkgver}"
+make docs
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=4 sw=4 et:



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 09:14:34
  Author: maximbaz
Revision: 1136546

upgpkg: rebuild-detector 4.4.1-2

Modified:
  rebuild-detector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-25 09:13:23 UTC (rev 1136545)
+++ PKGBUILD2022-02-25 09:14:34 UTC (rev 1136546)
@@ -2,7 +2,7 @@
 
 pkgname=rebuild-detector
 pkgver=4.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Detects which packages need to be rebuilt'
 arch=('any')
 url="https://github.com/maximbaz/${pkgname};



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 09:13:23
  Author: maximbaz
Revision: 1136545

archrelease: copy trunk to community-x86_64

Added:
  playerctl/repos/community-x86_64/PKGBUILD
(from rev 1136544, playerctl/trunk/PKGBUILD)
Deleted:
  playerctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-25 09:13:20 UTC (rev 1136544)
+++ PKGBUILD2022-02-25 09:13:23 UTC (rev 1136545)
@@ -1,33 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Maintainer : Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Ian D. Scott 
-# Contributor: Tony Crisci 
-pkgname=playerctl
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
-arch=('x86_64')
-url="https://github.com/altdesktop/playerctl;
-license=('LGPL3')
-depends=('glib2')
-makedepends=('gobject-introspection' 'gtk-doc' 'meson')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz"
-
"${pkgname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc")
-sha512sums=('2d84f657b07c948cd6990d9e79c4eb6e83f97c387ac53c2322fc0adbeb853950fa935332233329e7555db7d157f3ced6498cc102edaffd78849ca1f7d4c49bdc'
-'SKIP')
-validpgpkeys=('8CDFCC2D6611ACDE63D2C348564F0717F9D84E49')
-
-prepare() {
-cd "${srcdir}/playerctl-${pkgver}"
-}
-
-build() {
-cd "${srcdir}/playerctl-${pkgver}"
-arch-meson build -D bash-completions=true -D zsh-completions=true
-ninja -C build
-}
-
-package() {
-cd "${srcdir}/playerctl-${pkgver}"
-DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: playerctl/repos/community-x86_64/PKGBUILD (from rev 1136544, 
playerctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-25 09:13:23 UTC (rev 1136545)
@@ -0,0 +1,33 @@
+# Maintainer : Christian Rebischke 
+# Maintainer : Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Ian D. Scott 
+# Contributor: Tony Crisci 
+pkgname=playerctl
+pkgver=2.4.1
+pkgrel=2
+pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
+arch=('x86_64')
+url="https://github.com/altdesktop/playerctl;
+license=('LGPL3')
+depends=('glib2')
+makedepends=('gobject-introspection' 'gtk-doc' 'meson')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz"
+
"${pkgname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc")
+sha512sums=('2d84f657b07c948cd6990d9e79c4eb6e83f97c387ac53c2322fc0adbeb853950fa935332233329e7555db7d157f3ced6498cc102edaffd78849ca1f7d4c49bdc'
+'SKIP')
+validpgpkeys=('8CDFCC2D6611ACDE63D2C348564F0717F9D84E49')
+
+prepare() {
+cd "${srcdir}/playerctl-${pkgver}"
+}
+
+build() {
+cd "${srcdir}/playerctl-${pkgver}"
+arch-meson build -D bash-completions=true -D zsh-completions=true
+ninja -C build
+}
+
+package() {
+cd "${srcdir}/playerctl-${pkgver}"
+DESTDIR="${pkgdir}" ninja -C build install
+}



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

2022-02-25 Thread Maxim Baz via arch-commits
Date: Friday, February 25, 2022 @ 09:13:20
  Author: maximbaz
Revision: 1136544

upgpkg: playerctl 2.4.1-2

Modified:
  playerctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-25 09:02:01 UTC (rev 1136543)
+++ PKGBUILD2022-02-25 09:13:20 UTC (rev 1136544)
@@ -4,7 +4,7 @@
 # Contributor: Tony Crisci 
 pkgname=playerctl
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
 arch=('x86_64')
 url="https://github.com/altdesktop/playerctl;



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 22:09:59
  Author: maximbaz
Revision: 1136513

upgpkg: pam-u2f 1.2.0-2

Modified:
  pam-u2f/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 21:44:14 UTC (rev 1136512)
+++ PKGBUILD2022-02-24 22:09:59 UTC (rev 1136513)
@@ -6,7 +6,7 @@
 pkgname=pam-u2f
 _name="${pkgname/-/_}"
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Universal 2nd Factor (U2F) PAM authentication module from Yubico'
 arch=('x86_64')
 url='https://developers.yubico.com/pam-u2f'



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 22:10:02
  Author: maximbaz
Revision: 1136514

archrelease: copy trunk to community-x86_64

Added:
  pam-u2f/repos/community-x86_64/PKGBUILD
(from rev 1136513, pam-u2f/trunk/PKGBUILD)
Deleted:
  pam-u2f/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 22:09:59 UTC (rev 1136513)
+++ PKGBUILD2022-02-24 22:10:02 UTC (rev 1136514)
@@ -1,44 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Maxime de Roucy 
-# Contributor: David Manouchehri 
-# Contributor: Sven Lechner 
-
-pkgname=pam-u2f
-_name="${pkgname/-/_}"
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Universal 2nd Factor (U2F) PAM authentication module from Yubico'
-arch=('x86_64')
-url='https://developers.yubico.com/pam-u2f'
-license=('BSD')
-replaces=("${_name}")
-depends=('libfido2' 'openssl' 'pam')
-makedepends=('asciidoc')
-source=("${url}/Releases/${_name}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('2303e6f99b1fde8ee3c3ab28a4de2da6ddd225c953693e845d6b2d8388221fb3'
-'SKIP')
-validpgpkeys=(
-'B70D62AA6A31AD6B9E4F9F4BDC925D25CA7A' # Alessio Di Mauro 

-'78D997D53E9C0A2A205392ED14A19784723C9988' # Ludvig Michaelsson 

-)
-
-build() {
-cd "${_name}-${pkgver}"
-./configure \
---prefix=/usr \
---with-pam-dir=/usr/lib/security
-make
-}
-
-check() {
-cd "${_name}-${pkgver}"
-make check
-}
-
-package() {
-cd "${_name}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" COPYING
-}
-
-# vim:set ts=4 sw=4 et:

Copied: pam-u2f/repos/community-x86_64/PKGBUILD (from rev 1136513, 
pam-u2f/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 22:10:02 UTC (rev 1136514)
@@ -0,0 +1,44 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Maxime de Roucy 
+# Contributor: David Manouchehri 
+# Contributor: Sven Lechner 
+
+pkgname=pam-u2f
+_name="${pkgname/-/_}"
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Universal 2nd Factor (U2F) PAM authentication module from Yubico'
+arch=('x86_64')
+url='https://developers.yubico.com/pam-u2f'
+license=('BSD')
+replaces=("${_name}")
+depends=('libfido2' 'openssl' 'pam')
+makedepends=('asciidoc')
+source=("${url}/Releases/${_name}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('2303e6f99b1fde8ee3c3ab28a4de2da6ddd225c953693e845d6b2d8388221fb3'
+'SKIP')
+validpgpkeys=(
+'B70D62AA6A31AD6B9E4F9F4BDC925D25CA7A' # Alessio Di Mauro 

+'78D997D53E9C0A2A205392ED14A19784723C9988' # Ludvig Michaelsson 

+)
+
+build() {
+cd "${_name}-${pkgver}"
+./configure \
+--prefix=/usr \
+--with-pam-dir=/usr/lib/security
+make
+}
+
+check() {
+cd "${_name}-${pkgver}"
+make check
+}
+
+package() {
+cd "${_name}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" COPYING
+}
+
+# vim:set ts=4 sw=4 et:



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:44:14
  Author: maximbaz
Revision: 1136512

archrelease: copy trunk to community-x86_64

Added:
  light/repos/community-x86_64/114.patch
(from rev 1136511, light/trunk/114.patch)
  light/repos/community-x86_64/122.patch
(from rev 1136511, light/trunk/122.patch)
  light/repos/community-x86_64/PKGBUILD
(from rev 1136511, light/trunk/PKGBUILD)
  light/repos/community-x86_64/light.install
(from rev 1136511, light/trunk/light.install)
Deleted:
  light/repos/community-x86_64/114.patch
  light/repos/community-x86_64/122.patch
  light/repos/community-x86_64/PKGBUILD
  light/repos/community-x86_64/light.install

---+
 114.patch |   22 ++--
 122.patch |   96 
 PKGBUILD  |   78 ++---
 light.install |   18 +-
 4 files changed, 107 insertions(+), 107 deletions(-)

Deleted: 114.patch
===
--- 114.patch   2022-02-24 21:44:10 UTC (rev 1136511)
+++ 114.patch   2022-02-24 21:44:14 UTC (rev 1136512)
@@ -1,11 +0,0 @@
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,7 +1,7 @@
- bin_PROGRAMS   = light
- light_SOURCES  = main.c light.c light.h helpers.c helpers.h impl/sysfs.c 
impl/sysfs.h impl/util.h impl/util.c impl/razer.h impl/razer.c
- light_CPPFLAGS = -I../include -D_GNU_SOURCE
--light_CFLAGS   = -W -Wall -Wextra -std=gnu99 -Wno-type-limits 
-Wno-format-truncation -Wno-unused-parameter
-+light_CFLAGS   = -W -Wall -Wextra -std=gnu99 -Wno-type-limits 
-Wno-format-truncation -Wno-unused-parameter -fcommon
-
- if CLASSIC
- install-exec-hook:

Copied: light/repos/community-x86_64/114.patch (from rev 1136511, 
light/trunk/114.patch)
===
--- 114.patch   (rev 0)
+++ 114.patch   2022-02-24 21:44:14 UTC (rev 1136512)
@@ -0,0 +1,11 @@
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -1,7 +1,7 @@
+ bin_PROGRAMS   = light
+ light_SOURCES  = main.c light.c light.h helpers.c helpers.h impl/sysfs.c 
impl/sysfs.h impl/util.h impl/util.c impl/razer.h impl/razer.c
+ light_CPPFLAGS = -I../include -D_GNU_SOURCE
+-light_CFLAGS   = -W -Wall -Wextra -std=gnu99 -Wno-type-limits 
-Wno-format-truncation -Wno-unused-parameter
++light_CFLAGS   = -W -Wall -Wextra -std=gnu99 -Wno-type-limits 
-Wno-format-truncation -Wno-unused-parameter -fcommon
+
+ if CLASSIC
+ install-exec-hook:

Deleted: 122.patch
===
--- 122.patch   2022-02-24 21:44:10 UTC (rev 1136511)
+++ 122.patch   2022-02-24 21:44:14 UTC (rev 1136512)
@@ -1,48 +0,0 @@
-diff --git a/90-backlight.rules b/90-light-backlight.rules
-similarity index 100%
-rename from 90-backlight.rules
-rename to 90-light-backlight.rules
-diff --git a/Makefile.am b/Makefile.am
 a/Makefile.am
-+++ b/Makefile.am
-@@ -4,8 +4,8 @@ doc_DATA   = README.md COPYING ChangeLog.md
- EXTRA_DIST = README.md COPYING ChangeLog.md
-
- if UDEV
--udev_DATA  = 90-backlight.rules
--EXTRA_DIST+= $(top_srcdir)/90-backlight.rules
-+udev_DATA  = 90-light-backlight.rules
-+EXTRA_DIST+= $(top_srcdir)/90-light-backlight.rules
- endif
-
- # lintian --profile debian -i -I --show-overrides ../$PKG.changes
 a/README.md
-+++ b/README.md
-@@ -167,7 +167,7 @@ Optionally, instead of the classic SUID root mode of 
operation, udev rules can b
- ./configure --with-udev && make
- sudo make install
-
--This installs the `90-backlight.rules` into `/usr/lib/udev/rules.d/`.
-+This installs the `90-light-backlight.rules` into `/usr/lib/udev/rules.d/`.
- If your udev rules are located elsewhere, use `--with-udev=PATH`.
-
- **Note:** make sure that your user is part of the `video` group, otherwise 
you will not get access to the devices.
 a/debian/light.postinst
-+++ b/debian/light.postinst
-@@ -9,4 +9,4 @@ udevadm trigger --subsystem-match=backlight 
--subsystem-match=leds --action=chan
-
- # Reset udev rule action back to 'add', it was set to 'change' during
- # dh_auto_configure to make sure they are effective right away.
--sed -i 's/^ACTION=="change"/ACTION=="add"/g' 
/usr/lib/udev/rules.d/90-backlight.rules
-+sed -i 's/^ACTION=="change"/ACTION=="add"/g' 
/usr/lib/udev/rules.d/90-light-backlight.rules
 a/debian/rules
-+++ b/debian/rules
-@@ -9,7 +9,7 @@ override_dh_auto_configure:
-   dh_auto_configure -- --with-udev
-   # Change action type of udev rules to make it effective after
-   # installation, they are reset back with the poinst script.
--  sed -i 's/^ACTION=="add"/ACTION=="change"/g' 90-backlight.rules
-+  sed -i 's/^ACTION=="add"/ACTION=="change"/g' 90-light-backlight.rules
-
- override_dh_installchangelogs:
-   dh_installchangelogs ChangeLog.md

Copied: light/repos/community-x86_64/122.patch (from rev 1136511, 
light/trunk/122.patch)

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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:44:10
  Author: maximbaz
Revision: 1136511

upgpkg: light 1.2.2-3

Modified:
  light/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 21:42:30 UTC (rev 1136510)
+++ PKGBUILD2022-02-24 21:44:10 UTC (rev 1136511)
@@ -4,7 +4,7 @@
 
 pkgname=light
 pkgver=1.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Program to easily change brightness on backlight-controllers.'
 arch=('x86_64')
 url='https://github.com/haikarainen/light'



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:42:30
  Author: maximbaz
Revision: 1136510

archrelease: copy trunk to community-any

Added:
  grub-btrfs/repos/community-any/PKGBUILD
(from rev 1136509, grub-btrfs/trunk/PKGBUILD)
Deleted:
  grub-btrfs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 21:42:28 UTC (rev 1136509)
+++ PKGBUILD2022-02-24 21:42:30 UTC (rev 1136510)
@@ -1,23 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: gato_lento 
-# Contributor: James W. Barnett 
-
-pkgname=grub-btrfs
-pkgver=4.11
-pkgrel=1
-pkgdesc='Include btrfs snapshots in GRUB boot options'
-arch=('any')
-url="https://github.com/Antynea/${pkgname};
-license=('GPL3')
-depends=('btrfs-progs' 'grub')
-optdepends=('snapper: Snapper support')
-backup=('etc/default/grub-btrfs/config')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('c728d382545ebf2d3fabdb6853b89176f0e78bccbed01112c985b11570b1abba')
-
-package() {
-cd "${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" INITCPIO=true install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: grub-btrfs/repos/community-any/PKGBUILD (from rev 1136509, 
grub-btrfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 21:42:30 UTC (rev 1136510)
@@ -0,0 +1,23 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: gato_lento 
+# Contributor: James W. Barnett 
+
+pkgname=grub-btrfs
+pkgver=4.11
+pkgrel=2
+pkgdesc='Include btrfs snapshots in GRUB boot options'
+arch=('any')
+url="https://github.com/Antynea/${pkgname};
+license=('GPL3')
+depends=('btrfs-progs' 'grub')
+optdepends=('snapper: Snapper support')
+backup=('etc/default/grub-btrfs/config')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('c728d382545ebf2d3fabdb6853b89176f0e78bccbed01112c985b11570b1abba')
+
+package() {
+cd "${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" INITCPIO=true install
+}
+
+# vim:set ts=4 sw=4 et:



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:42:28
  Author: maximbaz
Revision: 1136509

upgpkg: grub-btrfs 4.11-2

Modified:
  grub-btrfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 21:36:13 UTC (rev 1136508)
+++ PKGBUILD2022-02-24 21:42:28 UTC (rev 1136509)
@@ -4,7 +4,7 @@
 
 pkgname=grub-btrfs
 pkgver=4.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Include btrfs snapshots in GRUB boot options'
 arch=('any')
 url="https://github.com/Antynea/${pkgname};



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:36:13
  Author: maximbaz
Revision: 1136508

archrelease: copy trunk to community-x86_64

Added:
  croc/repos/community-x86_64/PKGBUILD
(from rev 1136507, croc/trunk/PKGBUILD)
Deleted:
  croc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 21:36:10 UTC (rev 1136507)
+++ PKGBUILD2022-02-24 21:36:13 UTC (rev 1136508)
@@ -1,36 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Mikuro Kagamine 
-
-pkgname=croc
-pkgver=9.5.1
-pkgrel=1
-pkgdesc='Easily and securely send things from one computer to another.'
-arch=('x86_64')
-url="https://github.com/schollz/${pkgname};
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('f459ff099e9a6edbe926a75c459b9dbc3cb994b88419d42dcff15636e7ddd3b2')
-
-build() {
-cd "${pkgname}-${pkgver}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw"
-go build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test ./...
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 1136507, 
croc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 21:36:13 UTC (rev 1136508)
@@ -0,0 +1,36 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=9.5.2
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname};
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
+sha256sums=('cccf83c4d52bbbd22091f11046c2e4b7f5117cd676064b28a0ccde9bc83e62ac')
+
+build() {
+cd "${pkgname}-${pkgver}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw"
+go build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:36:10
  Author: maximbaz
Revision: 1136507

upgpkg: croc 9.5.2-1

Modified:
  croc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 21:33:48 UTC (rev 1136506)
+++ PKGBUILD2022-02-24 21:36:10 UTC (rev 1136507)
@@ -2,7 +2,7 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=9.5.1
+pkgver=9.5.2
 pkgrel=1
 pkgdesc='Easily and securely send things from one computer to another.'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go')
 source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('f459ff099e9a6edbe926a75c459b9dbc3cb994b88419d42dcff15636e7ddd3b2')
+sha256sums=('cccf83c4d52bbbd22091f11046c2e4b7f5117cd676064b28a0ccde9bc83e62ac')
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:33:48
  Author: maximbaz
Revision: 1136506

archrelease: copy trunk to community-x86_64

Added:
  goimapnotify/repos/community-x86_64/PKGBUILD
(from rev 1136505, goimapnotify/trunk/PKGBUILD)
Deleted:
  goimapnotify/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 21:33:45 UTC (rev 1136505)
+++ PKGBUILD2022-02-24 21:33:48 UTC (rev 1136506)
@@ -1,38 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Jorge Araya Navarro 
-
-pkgname=goimapnotify
-pkgver=2.3.7
-pkgrel=1
-pkgdesc="Execute scripts on IMAP mailbox changes (new/deleted/updated 
messages) using IDLE, golang version."
-url="https://gitlab.com/shackra/goimapnotify;
-license=('GPL3')
-arch=('x86_64')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('7551ec498c3414448b21bf4202a69bbab8815dd9423638b3adbf31fb2857a008fb6f1ac78e41ce695550931dfe4ba9c49050f3bfcab2d646f37547a7efcdaff7')
-
-build() {
-cd "${pkgname}-${pkgver}"
-
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-go build -ldflags "-linkmode=external -extldflags=$LDFLAGS"
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-
-go test ./...
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/user/" goimapnotify@.service
-}

Copied: goimapnotify/repos/community-x86_64/PKGBUILD (from rev 1136505, 
goimapnotify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 21:33:48 UTC (rev 1136506)
@@ -0,0 +1,39 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Jorge Araya Navarro 
+
+pkgname=goimapnotify
+pkgver=2.3.7
+pkgrel=2
+pkgdesc="Execute scripts on IMAP mailbox changes (new/deleted/updated 
messages) using IDLE, golang version."
+url="https://gitlab.com/shackra/goimapnotify;
+license=('GPL3')
+arch=('x86_64')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('7551ec498c3414448b21bf4202a69bbab8815dd9423638b3adbf31fb2857a008fb6f1ac78e41ce695550931dfe4ba9c49050f3bfcab2d646f37547a7efcdaff7')
+options=(!lto)
+
+build() {
+cd "${pkgname}-${pkgver}"
+
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+go build -ldflags "-linkmode=external -extldflags=$LDFLAGS"
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/user/" goimapnotify@.service
+}



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:33:45
  Author: maximbaz
Revision: 1136505

upgpkg: goimapnotify 2.3.7-2

Modified:
  goimapnotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 21:29:26 UTC (rev 1136504)
+++ PKGBUILD2022-02-24 21:33:45 UTC (rev 1136505)
@@ -3,7 +3,7 @@
 
 pkgname=goimapnotify
 pkgver=2.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Execute scripts on IMAP mailbox changes (new/deleted/updated 
messages) using IDLE, golang version."
 url="https://gitlab.com/shackra/goimapnotify;
 license=('GPL3')
@@ -12,6 +12,7 @@
 makedepends=('git' 'go')
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 
sha512sums=('7551ec498c3414448b21bf4202a69bbab8815dd9423638b3adbf31fb2857a008fb6f1ac78e41ce695550931dfe4ba9c49050f3bfcab2d646f37547a7efcdaff7')
+options=(!lto)
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:29:26
  Author: maximbaz
Revision: 1136504

archrelease: copy trunk to community-x86_64

Added:
  gocryptfs/repos/community-x86_64/PKGBUILD
(from rev 1136503, gocryptfs/trunk/PKGBUILD)
Deleted:
  gocryptfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 21:29:23 UTC (rev 1136503)
+++ PKGBUILD2022-02-24 21:29:26 UTC (rev 1136504)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Peter Reschenhofer 
-
-_pkgauthor=rfjakob
-pkgname=gocryptfs
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='Encrypted overlay filesystem written in Go.'
-arch=('x86_64')
-url="https://github.com/${_pkgauthor}/${pkgname};
-license=('MIT')
-depends=('gcc-libs' 'openssl' 'fuse')
-makedepends=('go' 'pandoc' 'man-db')
-source=(
-
"${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz.asc;
-)
-sha256sums=('8d3f66fe426de6b31dfd56122f26047cc8cda679d2fba7bc26d78448701da5e3'
-'SKIP')
-validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740')
-
-build() {
-cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
-
-export CGO_LDFLAGS="$LDFLAGS"
-export GOFLAGS="-buildmode=pie -trimpath -mod=vendor"
-make build
-}
-
-package() {
-cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
-make DESTDIR="${pkgdir}" install
-}

Copied: gocryptfs/repos/community-x86_64/PKGBUILD (from rev 1136503, 
gocryptfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 21:29:26 UTC (rev 1136504)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Peter Reschenhofer 
+
+_pkgauthor=rfjakob
+pkgname=gocryptfs
+pkgver=2.2.1
+pkgrel=2
+pkgdesc='Encrypted overlay filesystem written in Go.'
+arch=('x86_64')
+url="https://github.com/${_pkgauthor}/${pkgname};
+license=('MIT')
+depends=('gcc-libs' 'openssl' 'fuse')
+makedepends=('go' 'pandoc' 'man-db')
+source=(
+
"${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz.asc;
+)
+sha256sums=('8d3f66fe426de6b31dfd56122f26047cc8cda679d2fba7bc26d78448701da5e3'
+'SKIP')
+validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740')
+
+build() {
+cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
+
+export CGO_LDFLAGS="$LDFLAGS"
+export GOFLAGS="-buildmode=pie -trimpath -mod=vendor"
+make build
+}
+
+package() {
+cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
+make DESTDIR="${pkgdir}" install
+}



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:29:23
  Author: maximbaz
Revision: 1136503

upgpkg: gocryptfs 2.2.1-2

Modified:
  gocryptfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 21:27:54 UTC (rev 1136502)
+++ PKGBUILD2022-02-24 21:29:23 UTC (rev 1136503)
@@ -4,7 +4,7 @@
 _pkgauthor=rfjakob
 pkgname=gocryptfs
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Encrypted overlay filesystem written in Go.'
 arch=('x86_64')
 url="https://github.com/${_pkgauthor}/${pkgname};



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:19:37
  Author: maximbaz
Revision: 1136500

archrelease: copy trunk to community-x86_64

Added:
  curlie/repos/community-x86_64/PKGBUILD
(from rev 1136499, curlie/trunk/PKGBUILD)
Deleted:
  curlie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 21:19:34 UTC (rev 1136499)
+++ PKGBUILD2022-02-24 21:19:37 UTC (rev 1136500)
@@ -1,32 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Jianfeng Zhang 
-
-pkgname=curlie
-pkgver=1.6.7
-pkgrel=1
-pkgdesc='The power of curl, the ease of use of httpie.'
-arch=('x86_64')
-url="https://curlie.io;
-license=('MIT')
-depends=('glibc' 'curl')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rs/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('25a0ea35be6ff9dd88551c992a0f7ea565ce2fae8213c674bd28a7cc512493d9')
-
-build() {
-cd "${pkgname}-${pkgver}"
-
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-go build -ldflags "-X main.version=$pkgver -X main.date=$(date -u -I -d 
@$SOURCE_DATE_EPOCH) -linkmode=external -extldflags=$LDFLAGS"
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: curlie/repos/community-x86_64/PKGBUILD (from rev 1136499, 
curlie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 21:19:37 UTC (rev 1136500)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Jianfeng Zhang 
+
+pkgname=curlie
+pkgver=1.6.7
+pkgrel=2
+pkgdesc='The power of curl, the ease of use of httpie.'
+arch=('x86_64')
+url="https://curlie.io;
+license=('MIT')
+depends=('glibc' 'curl')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rs/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('25a0ea35be6ff9dd88551c992a0f7ea565ce2fae8213c674bd28a7cc512493d9')
+options=(!lto)
+
+build() {
+cd "${pkgname}-${pkgver}"
+
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+go build -ldflags "-X main.version=$pkgver -X main.date=$(date -u -I -d 
@$SOURCE_DATE_EPOCH) -linkmode=external -extldflags=$LDFLAGS"
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:19:34
  Author: maximbaz
Revision: 1136499

upgpkg: curlie 1.6.7-2

Modified:
  curlie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 21:14:42 UTC (rev 1136498)
+++ PKGBUILD2022-02-24 21:19:34 UTC (rev 1136499)
@@ -3,7 +3,7 @@
 
 pkgname=curlie
 pkgver=1.6.7
-pkgrel=1
+pkgrel=2
 pkgdesc='The power of curl, the ease of use of httpie.'
 arch=('x86_64')
 url="https://curlie.io;
@@ -12,6 +12,7 @@
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rs/${pkgname}/archive/v${pkgver}.tar.gz;)
 sha256sums=('25a0ea35be6ff9dd88551c992a0f7ea565ce2fae8213c674bd28a7cc512493d9')
+options=(!lto)
 
 build() {
 cd "${pkgname}-${pkgver}"



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:14:42
  Author: maximbaz
Revision: 1136498

archrelease: copy trunk to community-any

Added:
  browserpass-firefox/repos/community-any/PKGBUILD
(from rev 1136497, browserpass-firefox/trunk/PKGBUILD)
Deleted:
  browserpass-firefox/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 21:14:39 UTC (rev 1136497)
+++ PKGBUILD2022-02-24 21:14:42 UTC (rev 1136498)
@@ -1,29 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-_id=browserp...@maximbaz.com
-pkgname=browserpass-firefox
-pkgver=3.7.2
-pkgrel=1
-pkgdesc="Firefox extension for Browserpass, browser extension for zx2c4's pass 
(password manager)"
-arch=('any')
-url="https://github.com/browserpass/browserpass-extension;
-license=('ISC')
-groups=('firefox-addons')
-depends=('browserpass')
-source=("${pkgname}-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/3711209/browserpass-${pkgver}-fx.xpi;
-
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE;)
-noextract=("${pkgname}-${pkgver}.xpi")
-sha256sums=('b1781405b46f3274697885b53139264dca2ab56ffc4435c093102ad5ebc59297'
-'f9fc49e2b3977f857bf3cbfbeb193bab8b2e17545978c162409d5270e6e0405a')
-
-package() {
-install -Dm644 "${pkgname}-${pkgver}.xpi" 
"${pkgdir}/usr/lib/firefox/browser/extensions/${_id}.xpi"
-
-# Install host json from browserpass package
-install -dm755 "${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
-ln -sf 
"/usr/lib/browserpass/hosts/firefox/com.github.browserpass.native.json" 
"${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
-
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}
-
-# vim:set ts=4 sw=4 et:

Copied: browserpass-firefox/repos/community-any/PKGBUILD (from rev 1136497, 
browserpass-firefox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 21:14:42 UTC (rev 1136498)
@@ -0,0 +1,29 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+_id=browserp...@maximbaz.com
+pkgname=browserpass-firefox
+pkgver=3.7.2
+pkgrel=2
+pkgdesc="Firefox extension for Browserpass, browser extension for zx2c4's pass 
(password manager)"
+arch=('any')
+url="https://github.com/browserpass/browserpass-extension;
+license=('ISC')
+groups=('firefox-addons')
+depends=('browserpass')
+source=("${pkgname}-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/3711209/browserpass-${pkgver}-fx.xpi;
+
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE;)
+noextract=("${pkgname}-${pkgver}.xpi")
+sha256sums=('b1781405b46f3274697885b53139264dca2ab56ffc4435c093102ad5ebc59297'
+'88c5889f0ef1f64a5e08408b51ce47a991087966b1bf127ec0ec39c9d7111f50')
+
+package() {
+install -Dm644 "${pkgname}-${pkgver}.xpi" 
"${pkgdir}/usr/lib/firefox/browser/extensions/${_id}.xpi"
+
+# Install host json from browserpass package
+install -dm755 "${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
+ln -sf 
"/usr/lib/browserpass/hosts/firefox/com.github.browserpass.native.json" 
"${pkgdir}/usr/lib/mozilla/native-messaging-hosts/"
+
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}
+
+# vim:set ts=4 sw=4 et:



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:14:39
  Author: maximbaz
Revision: 1136497

upgpkg: browserpass-firefox 3.7.2-2

Modified:
  browserpass-firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 21:11:33 UTC (rev 1136496)
+++ PKGBUILD2022-02-24 21:14:39 UTC (rev 1136497)
@@ -3,7 +3,7 @@
 _id=browserp...@maximbaz.com
 pkgname=browserpass-firefox
 pkgver=3.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Firefox extension for Browserpass, browser extension for zx2c4's pass 
(password manager)"
 arch=('any')
 url="https://github.com/browserpass/browserpass-extension;
@@ -14,7 +14,7 @@
 
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE;)
 noextract=("${pkgname}-${pkgver}.xpi")
 sha256sums=('b1781405b46f3274697885b53139264dca2ab56ffc4435c093102ad5ebc59297'
-'f9fc49e2b3977f857bf3cbfbeb193bab8b2e17545978c162409d5270e6e0405a')
+'88c5889f0ef1f64a5e08408b51ce47a991087966b1bf127ec0ec39c9d7111f50')
 
 package() {
 install -Dm644 "${pkgname}-${pkgver}.xpi" 
"${pkgdir}/usr/lib/firefox/browser/extensions/${_id}.xpi"



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

2022-02-24 Thread Maxim Baz via arch-commits
Date: Thursday, February 24, 2022 @ 21:11:33
  Author: maximbaz
Revision: 1136496

archrelease: copy trunk to community-any

Added:
  browserpass-chromium/repos/community-any/PKGBUILD
(from rev 1136495, browserpass-chromium/trunk/PKGBUILD)
Deleted:
  browserpass-chromium/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-24 21:11:30 UTC (rev 1136495)
+++ PKGBUILD2022-02-24 21:11:33 UTC (rev 1136496)
@@ -1,43 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-_id=pjmbgaakjkbhpopmakjoedenlfdmcdgm
-_name=browserpass-extension
-pkgname=browserpass-chromium
-pkgver=3.7.2
-pkgrel=1
-pkgdesc="Chromium extension for Browserpass, browser extension for zx2c4's 
pass (password manager)"
-arch=('any')
-url="https://github.com/browserpass/${_name};
-license=('ISC')
-depends=('browserpass')
-source=("${pkgname}-${pkgver}.crx::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx"
-
"${pkgname}-${pkgver}.crx.asc::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx.asc"
-
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE;)
-noextract=("${pkgname}-${pkgver}.crx")
-sha256sums=('554cfcb8f657ae8149378059b6283393eff213184b6c716ca8b085407c26b251'
-'SKIP'
-'88c5889f0ef1f64a5e08408b51ce47a991087966b1bf127ec0ec39c9d7111f50')
-validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
-
-prepare() {
-# Create extension json
-cat << EOF > "${_id}".json
-{
-"external_crx": "/usr/lib/${pkgname}/${pkgname}-${pkgver}.crx",
-"external_version": "${pkgver}"
-}
-EOF
-}
-
-package() {
-install -Dm644 -t "${pkgdir}/usr/share/chromium/extensions/" "${_id}.json"
-install -Dm644 -t "${pkgdir}/usr/lib/${pkgname}/" 
"${pkgname}-${pkgver}.crx"
-
-# Install host json from browserpass package
-install -dm755 "${pkgdir}/etc/chromium/native-messaging-hosts/"
-ln -sf 
"/usr/lib/browserpass/hosts/chromium/com.github.browserpass.native.json" 
"${pkgdir}/etc/chromium/native-messaging-hosts/"
-
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}
-
-# vim:set ts=4 sw=4 et:

Copied: browserpass-chromium/repos/community-any/PKGBUILD (from rev 1136495, 
browserpass-chromium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-24 21:11:33 UTC (rev 1136496)
@@ -0,0 +1,43 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+_id=pjmbgaakjkbhpopmakjoedenlfdmcdgm
+_name=browserpass-extension
+pkgname=browserpass-chromium
+pkgver=3.7.2
+pkgrel=2
+pkgdesc="Chromium extension for Browserpass, browser extension for zx2c4's 
pass (password manager)"
+arch=('any')
+url="https://github.com/browserpass/${_name};
+license=('ISC')
+depends=('browserpass')
+source=("${pkgname}-${pkgver}.crx::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx"
+
"${pkgname}-${pkgver}.crx.asc::${url}/releases/download/${pkgver}/browserpass-github-${pkgver}.crx.asc"
+
"https://raw.githubusercontent.com/browserpass/browserpass-extension/master/LICENSE;)
+noextract=("${pkgname}-${pkgver}.crx")
+sha256sums=('554cfcb8f657ae8149378059b6283393eff213184b6c716ca8b085407c26b251'
+'SKIP'
+'88c5889f0ef1f64a5e08408b51ce47a991087966b1bf127ec0ec39c9d7111f50')
+validpgpkeys=('EB4F9E5A60D32232BB52150C12C87A28FEAC6B20')
+
+prepare() {
+# Create extension json
+cat << EOF > "${_id}".json
+{
+"external_crx": "/usr/lib/${pkgname}/${pkgname}-${pkgver}.crx",
+"external_version": "${pkgver}"
+}
+EOF
+}
+
+package() {
+install -Dm644 -t "${pkgdir}/usr/share/chromium/extensions/" "${_id}.json"
+install -Dm644 -t "${pkgdir}/usr/lib/${pkgname}/" 
"${pkgname}-${pkgver}.crx"
+
+# Install host json from browserpass package
+install -dm755 "${pkgdir}/etc/chromium/native-messaging-hosts/"
+ln -sf 
"/usr/lib/browserpass/hosts/chromium/com.github.browserpass.native.json" 
"${pkgdir}/etc/chromium/native-messaging-hosts/"
+
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}
+
+# vim:set ts=4 sw=4 et:



  1   2   3   4   5   >