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

2022-04-17 Thread Felix Yan via arch-commits
Date: Monday, April 18, 2022 @ 05:30:28
  Author: felixonmars
Revision: 1186964

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-18 05:30:17 UTC (rev 1186963)
+++ PKGBUILD2022-04-18 05:30:28 UTC (rev 1186964)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-ppix-regexp
-pkgver=0.084
-pkgrel=1
-pkgdesc="Parse regular expressions"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/PPIx-Regexp;
-depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz;)
-sha512sums=('76200198a9e72831ba6a1e68c55dc2121c750760232ce9402f3a851efe3cf7ee2533630ef18158cebce291aad97202cf5e23583adb91800b175be9dadd397855')
-
-build() {
-  cd PPIx-Regexp-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd PPIx-Regexp-$pkgver
-  make test
-}
-
-package() {
-  cd PPIx-Regexp-$pkgver
-  make DESTDIR="$pkgdir" install
-}

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



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Monday, April 18, 2022 @ 05:30:17
  Author: felixonmars
Revision: 1186963

upgpkg: perl-ppix-regexp 0.085-1

Modified:
  perl-ppix-regexp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-18 05:30:11 UTC (rev 1186962)
+++ PKGBUILD2022-04-18 05:30:17 UTC (rev 1186963)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-ppix-regexp
-pkgver=0.084
+pkgver=0.085
 pkgrel=1
 pkgdesc="Parse regular expressions"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('perl-list-moreutils' 'perl-ppi' 'perl-task-weaken')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-$pkgver.tar.gz;)
-sha512sums=('76200198a9e72831ba6a1e68c55dc2121c750760232ce9402f3a851efe3cf7ee2533630ef18158cebce291aad97202cf5e23583adb91800b175be9dadd397855')
+sha512sums=('d5c29e4127b803267e81f1cf6dde522850a3efb85de8421bfd2c5e144c36c3cfa5ec51e13342c6f2a104325748c5d59891b19de02d69b8e7a3243356e0bcf4ff')
 
 build() {
   cd PPIx-Regexp-$pkgver



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Monday, April 18, 2022 @ 05:30:11
  Author: felixonmars
Revision: 1186962

archrelease: copy trunk to community-any

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

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

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

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



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Monday, April 18, 2022 @ 05:30:00
  Author: felixonmars
Revision: 1186961

upgpkg: perl-ppix-quotelike 0.022-1

Modified:
  perl-ppix-quotelike/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-18 04:56:28 UTC (rev 1186960)
+++ PKGBUILD2022-04-18 05:30:00 UTC (rev 1186961)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-ppix-quotelike
-pkgver=0.021
+pkgver=0.022
 pkgrel=1
 pkgdesc="Parse Perl string literals and string-literal-like things"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('perl-ppix-regexp' 'perl-readonly')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/W/WY/WYANT/PPIx-QuoteLike-$pkgver.tar.gz;)
-sha512sums=('32dfb96cd76cc1a758a055a60e27e96ff1889ad5a28ac29802f66dd7e1093f798aef0bed86c7e6be28867db5bc7e794da8e5dad9d980d676a09bdd308c90adde')
+sha512sums=('b5b7f1de4b4d08f7167560f12a3ec0b24f4cd92739911a3c18bc6b5ecc54b2d2facd7470672e322b5360c4b235f5b8a55e7a9f382d30177f579ef9b70aadc54a')
 
 build() {
   cd PPIx-QuoteLike-$pkgver



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Monday, April 18, 2022 @ 04:56:28
  Author: felixonmars
Revision: 1186960

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-18 04:56:16 UTC (rev 1186959)
+++ PKGBUILD2022-04-18 04:56:28 UTC (rev 1186960)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20220413144601
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('7078364cec0b0abf159b4022a46215100b27f533096220929d23b6658d311f4bd747cc75186861e13e0b3e643b677bdd668b2f51ce7df864bab88767f626a500')
-
-build() {
-  cd domain-list-community-$pkgver
-  ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 go run main.go
-}
-
-package() {
-  cd domain-list-community-$pkgver
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

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



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Monday, April 18, 2022 @ 04:56:16
  Author: felixonmars
Revision: 1186959

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-18 03:14:34 UTC (rev 1186958)
+++ PKGBUILD2022-04-18 04:56:16 UTC (rev 1186959)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20220413144601
+pkgver=20220417164120
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('7078364cec0b0abf159b4022a46215100b27f533096220929d23b6658d311f4bd747cc75186861e13e0b3e643b677bdd668b2f51ce7df864bab88767f626a500')
+sha512sums=('dd1e05d3550b1c6405eb765473ad81998d34e32345d3d5ef1bf80b9f29bde7d528a4a94d68fa7badcaad7099445fa5fc66f4eef5d286ca2bda994ca26e623597')
 
 build() {
   cd domain-list-community-$pkgver



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

2022-04-17 Thread Daniel M. Capella via arch-commits
Date: Monday, April 18, 2022 @ 03:00:50
  Author: polyzen
Revision: 1186949

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-18 01:59:51 UTC (rev 1186948)
+++ PKGBUILD2022-04-18 03:00:50 UTC (rev 1186949)
@@ -1,41 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=stylelint
-pkgver=14.7.1
-pkgrel=1
-pkgdesc='Mighty, modern CSS linter'
-arch=('any')
-url=https://stylelint.io
-license=('MIT')
-depends=('nodejs')
-makedepends=('git' 'npm' 'rsync')
-optdepends=('stylelint-config-standard: for the standard shareable config')
-source=("git+https://github.com/stylelint/stylelint.git#tag=$pkgver;)
-b2sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  npm ci
-}
-
-check() {
-  cd $pkgname
-  npm test
-}
-
-package() {
-  cd $pkgname
-
-  npm prune --production
-
-  install -d "$pkgdir"/usr/{bin,share/doc/$pkgname}
-  ln -s ../lib/node_modules/$pkgname/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
-  install -Dt "$pkgdir"/usr/lib/node_modules/$pkgname/bin bin/$pkgname.js
-  rsync -r --exclude __tests__ --exclude lib/testUtils lib \
-"$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r node_modules package.json "$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r {CHANGELOG,CONTRIBUTING,README}.md docs 
"$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

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



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

2022-04-17 Thread George Rawlinson via arch-commits
Date: Monday, April 18, 2022 @ 01:59:51
  Author: grawlinson
Revision: 1186948

archrelease: copy trunk to community-x86_64

Added:
  cppcheck/repos/community-x86_64/PKGBUILD
(from rev 1186947, cppcheck/trunk/PKGBUILD)
  cppcheck/repos/community-x86_64/translations-location.patch
(from rev 1186947, cppcheck/trunk/translations-location.patch)
Deleted:
  cppcheck/repos/community-x86_64/PKGBUILD
  cppcheck/repos/community-x86_64/translations-location.patch

-+
 PKGBUILD|  196 +-
 translations-location.patch |   38 
 2 files changed, 117 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-18 01:59:07 UTC (rev 1186947)
+++ PKGBUILD2022-04-18 01:59:51 UTC (rev 1186948)
@@ -1,98 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Jelle van der Waa 
-# Contributor: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=2.7.4
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('x86_64')
-url="http://cppcheck.sourceforge.net/;
-license=('GPL')
-depends=(
-  'python-pygments'
-  'tinyxml2'
-)
-makedepends=(
-  'git'
-  'docbook-xsl'
-  'qt5-tools'
-  'qt5-base'
-  'python'
-  'pandoc'
-  'cmake'
-  'clang'
-)
-optdepends=(
-  'qt5-tools: run cppcheck-gui'
-  'python-pygments: cppcheck-htmlreport'
-  'clang: for cppcheck-gui integration'
-)
-options=('debug')
-_commit='1cc234ac2c1a7ba8c62e4d57b4595b8f69990bd2'
-source=(
-  "$pkgname::git+https://github.com/danmar/cppcheck.git#commit=$_commit;
-  'translations-location.patch'
-)
-sha512sums=('SKIP'
-
'd3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae')
-b2sums=('SKIP'
-
'8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # fix location of translations
-  patch -p1 -i ../translations-location.patch
-}
-
-build() {
-  export CXXFLAGS+=" -DNDEBUG"
-
-  # Manuals
-  pushd "$pkgname"
-  xsversion=$(pacman -Qi docbook-xsl | grep ^Version | sed -e 's/.*: //' -e 
's/-[0-9]$//')
-  make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-${xsversion}-nons/manpages/docbook.xsl
 man
-  pandoc man/manual.md -o man/manual.html -s --number-sections --toc
-  pandoc man/reference-cfg-format.md -o man/reference-cfg-format.html -s 
--number-sections --toc
-  popd
-
-  cmake \
--B build \
--S "$pkgname" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RelWithDebInfo \
--DUSE_MATCHCOMPILER=ON \
--DHAVE_RULES=ON \
--DBUILD_GUI=ON \
--DBUILD_SHARED_LIBS=OFF \
--DBUILD_TESTS=ON \
--DFILESDIR=/usr/share/cppcheck \
--DUSE_BUNDLED_TINYXML2=OFF
-
-  cmake --build build
-}
-
-check() {
-  cd build/bin
-  ./testrunner -g -q
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  cd "$pkgname"
-
-  install -vDm644 -t "$pkgdir/usr/share/man/man1" cppcheck.1
-  install -vDm755 -t "$pkgdir/usr/bin" htmlreport/cppcheck-htmlreport
-
-  # Fix location of language files
-  install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
-  mv "${pkgdir}"/usr/bin/cppcheck_*.qm "${pkgdir}"/usr/share/cppcheck/cfg/lang/
-}

Copied: cppcheck/repos/community-x86_64/PKGBUILD (from rev 1186947, 
cppcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-18 01:59:51 UTC (rev 1186948)
@@ -0,0 +1,98 @@
+# Maintainer: George Rawlinson 
+# Contributor: Jelle van der Waa 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=cppcheck
+pkgver=2.7.5
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('x86_64')
+url="http://cppcheck.sourceforge.net/;
+license=('GPL')
+depends=(
+  'python-pygments'
+  'tinyxml2'
+)
+makedepends=(
+  'git'
+  'docbook-xsl'
+  'qt5-tools'
+  'qt5-base'
+  'python'
+  'pandoc'
+  'cmake'
+  'clang'
+)
+optdepends=(
+  'qt5-tools: run cppcheck-gui'
+  'python-pygments: cppcheck-htmlreport'
+  'clang: for cppcheck-gui integration'
+)
+options=('debug')
+_commit='392741715b664517a67712a4dc67700c198529fb'
+source=(
+  "$pkgname::git+https://github.com/danmar/cppcheck.git#commit=$_commit;
+  'translations-location.patch'
+)
+sha512sums=('SKIP'
+
'd3528834d719017ec3a0e08005a293089b556622928defa1b37f940e62cb01165dcbd741e6d5e989c0156fb8789f7e63702af8b2390738648b2300a92f4ab0ae')
+b2sums=('SKIP'
+
'8156920eacc630cb5eceb2387937b747c84c6325bef906717cfbad68c122bdd27965da1e8070a560a0bed3a7b7c59ff5f0e116bb1d035c4c42f430c927a75b1f')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # fix location of translations
+  patch -p1 -i ../translations-location.patch
+}
+
+build() {
+  export CXXFLAGS+=" -DNDEBUG"
+
+  

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

2022-04-17 Thread George Rawlinson via arch-commits
Date: Monday, April 18, 2022 @ 01:59:07
  Author: grawlinson
Revision: 1186947

upgpkg: cppcheck 2.7.5-1

New upstream release.

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-18 01:53:00 UTC (rev 1186946)
+++ PKGBUILD2022-04-18 01:59:07 UTC (rev 1186947)
@@ -3,7 +3,7 @@
 # Contributor: Stéphane Gaudreault 
 
 pkgname=cppcheck
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('x86_64')
@@ -29,7 +29,7 @@
   'clang: for cppcheck-gui integration'
 )
 options=('debug')
-_commit='1cc234ac2c1a7ba8c62e4d57b4595b8f69990bd2'
+_commit='392741715b664517a67712a4dc67700c198529fb'
 source=(
   "$pkgname::git+https://github.com/danmar/cppcheck.git#commit=$_commit;
   'translations-location.patch'



[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2022-04-17 Thread Andrew Crerar via arch-commits
Date: Monday, April 18, 2022 @ 01:53:00
  Author: andrewsc
Revision: 1186946

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 1186945, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-18 01:52:41 UTC (rev 1186945)
+++ PKGBUILD2022-04-18 01:53:00 UTC (rev 1186946)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=100.0b6
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  'eo  "Esperanto"'
-  'es-AR   "Spanish (Argentina)"'
-  'es-CL   "Spanish (Chile)"'
-  'es-ES   "Spanish (Spain)"'
-  'es-MX   "Spanish (Mexico)"'
-  'et  "Estonian"'
-  'eu  "Basque"'
-  'fa  "Persian"'
-  'ff  "Fulah"'
-  'fi  "Finnish"'
-  'fr  "French"'
-  'fy-NL   "Frisian"'
-  'ga-IE   "Irish"'
-  'gd  "Gaelic (Scotland)"'
-  'gl  "Galician"'
-  'gn  "Guarani"'
-  'gu-IN   "Gujarati (India)"'
-  'he  "Hebrew"'
-  'hi-IN   "Hindi (India)"'
-  'hr  "Croatian"'
-  'hsb "Upper Sorbian"'
-  'hu  "Hungarian"'
-  'hy-AM   "Armenian"'
-  'ia  "Interlingua"'
-  'id  "Indonesian"'
-  'is  "Icelandic"'
-  'it  "Italian"'
-  'ja  "Japanese"'
-  'ka  "Georgian"'
-  'kab "Kabyle"'
-  'kk  "Kazakh"'
-  'km  "Khmer"'
-  'kn  "Kannada"'
-  'ko  "Korean"'
-  'lij "Ligurian"'
-  'lt  "Lithuanian"'
-  'lv  "Latvian"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  'pa-IN   "Punjabi (India)"'
-  'pl  "Polish"'
-  'pt-BR   "Portuguese (Brazilian)"'
-  'pt-PT   "Portuguese (Portugal)"'
-  'rm  "Romansh"'
-  'ro  "Romanian"'
-  'ru  "Russian"'
-  'si  "Sinhala"'
-  'sk  "Slovak"'
-  'sl  "Slovenian"'
-  'son "Songhai"'
-  'sq  "Albanian"'
-  'sr  "Serbian"'
-  'sv-SE   "Swedish"'
-  'ta  "Tamil"'
-  'te  "Telugu"'
-  'th  "Thai"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('4611815179b74bd6c968301e2fdf281eed149665031efb9308cfa0d97e9efefe3a180e0f13a71d0b35a2816a9844ad12fca0fee560508a76f686b4b0d0d75ccd'
-
'8a3b0d60d0a33a8e5227798e1a0b187404ac92a048db5ca394078fab6f140fedf0ee7608aea22444ac7c87fc188cab95f66db4f9f21aed83d72a0b1ed023d058'
-
'00d6faad000d990c3d4113b87669d01c5336637897aac6c418690a92f9762e0c95fafb56696571ab6b3c86b8e7458b3262a2032833bb96add2a2baa53b08319a'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2022-04-17 Thread Andrew Crerar via arch-commits
Date: Monday, April 18, 2022 @ 01:52:41
  Author: andrewsc
Revision: 1186945

upgpkg: firefox-developer-edition-i18n 100.0b7-1

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-18 01:42:07 UTC (rev 1186944)
+++ PKGBUILD2022-04-18 01:52:41 UTC (rev 1186945)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=100.0b6
+pkgver=100.0b7
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('4611815179b74bd6c968301e2fdf281eed149665031efb9308cfa0d97e9efefe3a180e0f13a71d0b35a2816a9844ad12fca0fee560508a76f686b4b0d0d75ccd'
-
'8a3b0d60d0a33a8e5227798e1a0b187404ac92a048db5ca394078fab6f140fedf0ee7608aea22444ac7c87fc188cab95f66db4f9f21aed83d72a0b1ed023d058'
-
'00d6faad000d990c3d4113b87669d01c5336637897aac6c418690a92f9762e0c95fafb56696571ab6b3c86b8e7458b3262a2032833bb96add2a2baa53b08319a'
-
'318bf9e035a4ec0b93e5bb547f81179198e2c6baf921fc85d9bd6c8bb9ada546c1f1941aa8201588937c6f8410c549b0304828f200e62aba56134d7a2c0ca82d'
-
'6dba2b676d7670756983d64f95a25acbb19edb3da6d776e38839696a094c36f7408cbd996bef8df93d751890be4a2f25f0030c22593c955f0151d86d60670b01'
-
'2776eb3b90d0a1197abdf16274cb62a269cb42c7e3f46e9c73b17694a70a65438857aa86cf3667e41686cddf13671e68c4f84a4d007b00759e3426268c2bbaa7'
-
'6839a289a00317767d0cd21e00b1820b10e3f6af4c6ac29027a748629d88ca6e53892e8d0ee1cd2cde32b3aa1dc732bfe9687794466e177ea4ede37efffc5ed6'
-
'0904bcd4eaa10d122624be9571771af5da0c7fe4a7ec313f60d3dbc9b540342191d559756d91ee76ca18040983a8dedfac50daeeed000d40f45ad02c319e'
-
'760ff36c339810e07eef8091ed076ed0227cc3c729e02b0b1b9c2a191ce96cbeebf9b3e9553c7b1b0f0ed5d6f460ad3f9164307d23ac29140f8f490e8127f791'
-
'9c78b78b13d46c80960620e133c3c1829b37a5a8379a5f10a96ca187e1d0f15af27577cb6b739c310bc63644833025bc57d1b593f27ef5d863448ff509787c68'
-
'ef5c91110b03603100b8315639ca335dae9db74867096e61242b8e70426d51179c5cd5d7e05c553cf65b0085443c7ae5bd007151b0d3f2d1c501f87881439c8a'
-
'1db68f7d195bad35c7a0585f6353a5fecd28c133ec9c8252b7e7b4961cbaaa2ae136d65a9a17e2594459c8fc685ad278e271ea838a43db98b5af40dd4806a713'
-
'023d4c7d0411c15cc0fed29a83f47e239b4b7ffc92ba2becc5655fabccda9d655aada8666a7e52304c6680acd8e107f3b0bf601472f6976eefa6dec6c5084d88'
-
'296197dd09ca5f5a532f273d0c8fdfeef9f36f0c8356b91159fa55433db7ee5e5102385eb2e8ad6b922e777b6e137262b04f4ccfacfd2dd3a0dc74922b794aad'
-
'0bd7f7aff7b4a0db40cbfcd9515769e509af3b4682052f17cbcbc440b957452f970c13e5a2709606d5ae7341abb8e3b75064fa9a4d1df3508ed9053cf1f2cf76'
-
'267d6eda1a234a8a90ebfc811a293ac0137332f689ed4f77ecc9226924cc6912812c35e07adffd48b6a9f1a971a415690052353fd3ddcf37c7c6284138f8a3ae'
-
'8bc0ea5160935127070a1b535bc9508978c7a4f987ab83ba24e06835dfae3dca1402f3f4b4ab980e974d205c8859b49a195faa02a85a8ae083c127030ec5c6c7'
-
'9d3522605e5f32a4995d6a92b3e38683e1ffb702966c91bd3f8dcfcb794988396d3f5ed4cc3ef10b619781230c7a1f1c1951484891b0baad86ebe6319c2c6bb7'
-
'0a94a813aa887bf19498f3cd2dfdd63ac2ae16dacd9969921e44d25279e4d65f45e4de2548ab600f26bfe0ea3e7373f599230a09d433e0b91a69645dcb61d1f3'
-
'3a83b35908877864eebc82fff0f53cd40be691fa5a5e6ed639d5a8e06fd67a58297ba70bbc2d4725c8817989fe16bfacd91cecd37d101e96b0bae311badd3543'
-
'16ddfee8937ad1ed86dbd976c4df333c4f9b6f8e21e9a1652d42fdf15933c02df256ca4970c7a7d48ff1bb3319b9c16da2ecf98762d63d1df12d21be2cc4c3df'
-
'97e783942eea4d338190d8dc4317e59b83ff0a5527392cd67448f8f457fa4d1cb5c17461106ec626764363045f881367c58422af91cdeb48e5d79dd6648def82'
-
'700e1e81c2a1b77e7615a3f51b5333af7c0b268170640c7923fc1ec56dbef9aa91bac00f127323e6db601943c961d1a297d6ceeef8e4276dd24e04dc1f8526aa'
-
'4577adfeeeae1213937c027e6c2ce14278799015705a0b29e9aaec83ead8d0e1eb8ceb3150f79fd63d6022750cae69dfc4fcbe56e107fa0b2d0b7bb3c52fb90d'
-
'c69b3bc414ccca0d7c8fa388a48b5aa4dbd5451d58377489f333efa22ef53e62d80677ac77b0c01548dc6bff618c471c376fbb9b0db3ded97c3272d4c97e1086'
-
'c02b67359ab6c13cbbe3e94fbcaa8230650ead37cb524cdb22d497a6d4f5cdf0449e9b499ca1bd1160a30b15ede364ba6cc42c01f7f3510b5e75d96cbf5bbfbc'
-
'395506edabec0fce87c2e677985cdc945e4c1ba18124f9252f779cfe8c5016e6f43224146909bc577fd72c5692a24fe978c211e21b02491d8b711a14c82202a7'
-
'1e5e9add9393fea9133b9bd7004b251fa11a07c69afa7b242882f6424c441e1eeaecb7e0d1f3aa3287ea74da8f1b014cb523c138cde8589cc91999ac86f7afe3'
-

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

2022-04-17 Thread Andrew Crerar via arch-commits
Date: Monday, April 18, 2022 @ 01:41:38
  Author: andrewsc
Revision: 1186943

upgpkg: firefox-developer-edition 100.0b7-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-18 00:55:29 UTC (rev 1186942)
+++ PKGBUILD2022-04-18 01:41:38 UTC (rev 1186943)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=100.0b6
+pkgver=100.0b7
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -26,7 +26,7 @@
 "$pkgname".desktop
 identity-icons-brand.svg
 psutil.patch)
-sha512sums=('e5a816beefd3364925911245e07cebf109feb4431bd11f7dfbc3d3cd1344922db5b777846685da187d96757e0959deb883d8eea3363134bc8c79eb6ceff1ac91'
+sha512sums=('843f31f247ea63eb9773bee2ab9f22248ec1ce2e0ae5244f122f09e6edfb1feb0d9054a0293843f7713e5c47c2bde9734f20f778c8972fb96a71b1b6e82a426b'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'2ff0cb8e2eb94cee306b488adf6d7f4debbaff6155be3ed3814cdb356e2e60fe38cc29d6c8d10079937fd2c930cfddf283977cf645395d31eaf76c7f0ac2'



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

2022-04-17 Thread Daniel M. Capella via arch-commits
Date: Monday, April 18, 2022 @ 00:55:29
  Author: polyzen
Revision: 1186942

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-18 00:55:09 UTC (rev 1186941)
+++ PKGBUILD2022-04-18 00:55:29 UTC (rev 1186942)
@@ -1,41 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=stylelint
-pkgver=14.7.0
-pkgrel=1
-pkgdesc='Mighty, modern CSS linter'
-arch=('any')
-url=https://stylelint.io
-license=('MIT')
-depends=('nodejs')
-makedepends=('git' 'npm' 'rsync')
-optdepends=('stylelint-config-standard: for the standard shareable config')
-source=("git+https://github.com/stylelint/stylelint.git#tag=$pkgver;)
-b2sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  npm ci
-}
-
-check() {
-  cd $pkgname
-  npm test
-}
-
-package() {
-  cd $pkgname
-
-  npm prune --production
-
-  install -d "$pkgdir"/usr/{bin,share/doc/$pkgname}
-  ln -s ../lib/node_modules/$pkgname/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
-  install -Dt "$pkgdir"/usr/lib/node_modules/$pkgname/bin bin/$pkgname.js
-  rsync -r --exclude __tests__ --exclude lib/testUtils lib \
-"$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r node_modules package.json "$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r {CHANGELOG,CONTRIBUTING,README}.md docs 
"$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

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



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

2022-04-17 Thread Daniel M. Capella via arch-commits
Date: Monday, April 18, 2022 @ 00:55:09
  Author: polyzen
Revision: 1186941

upgpkg: stylelint 14.7.1-1

Modified:
  stylelint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-18 00:46:11 UTC (rev 1186940)
+++ PKGBUILD2022-04-18 00:55:09 UTC (rev 1186941)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=stylelint
-pkgver=14.7.0
+pkgver=14.7.1
 pkgrel=1
 pkgdesc='Mighty, modern CSS linter'
 arch=('any')



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

2022-04-17 Thread Daniel M. Capella via arch-commits
Date: Monday, April 18, 2022 @ 00:46:11
  Author: polyzen
Revision: 1186940

archrelease: copy trunk to community-any

Added:
  pyright/repos/community-any/PKGBUILD
(from rev 1186939, pyright/trunk/PKGBUILD)
Deleted:
  pyright/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-18 00:45:51 UTC (rev 1186939)
+++ PKGBUILD2022-04-18 00:46:11 UTC (rev 1186940)
@@ -1,41 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.237
-pkgrel=1
-pkgdesc='Type checker for the Python language'
-arch=('any')
-url=https://github.com/microsoft/pyright
-license=('MIT')
-depends=('nodejs>=12')
-makedepends=('npm')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('8ec688fb6a1e4fb5d640994cb2e1531facb8de721fcf1cd13dbbcae5c2e06b0dca5ee537ff598386a9084c5fe30d3d08137adb6412cfa80200a5761f972b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  npm ci
-}
-
-build() {
-  cd $pkgname-$pkgver/packages/$pkgname
-  npm run build
-}
-
-package() {
-  local _npmdir=/usr/lib/node_modules/$pkgname
-  install -d "$pkgdir"/{usr/bin,$_npmdir,usr/share/doc/$pkgname}
-  ln -s $_npmdir/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s $_npmdir/langserver.index.js \
-"$pkgdir"/usr/bin/$pkgname-langserver
-
-  cd $pkgname-$pkgver
-  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
-
-  cd packages/$pkgname
-  cp -r dist {,langserver.}index.js "$pkgdir"/$_npmdir
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyright/repos/community-any/PKGBUILD (from rev 1186939, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-18 00:46:11 UTC (rev 1186940)
@@ -0,0 +1,41 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.238
+pkgrel=1
+pkgdesc='Type checker for the Python language'
+arch=('any')
+url=https://github.com/microsoft/pyright
+license=('MIT')
+depends=('nodejs>=12')
+makedepends=('npm')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('686e1cbfdc00184def6228681d6db99f69d48901164c8006af2a6aae20a2af0ec5198711b1942efb1b3245fc3cc2dcdd3ab93c5c8052248f4b5cb2e0aa27a00d')
+
+prepare() {
+  cd $pkgname-$pkgver
+  npm ci
+}
+
+build() {
+  cd $pkgname-$pkgver/packages/$pkgname
+  npm run build
+}
+
+package() {
+  local _npmdir=/usr/lib/node_modules/$pkgname
+  install -d "$pkgdir"/{usr/bin,$_npmdir,usr/share/doc/$pkgname}
+  ln -s $_npmdir/index.js "$pkgdir"/usr/bin/$pkgname
+  ln -s $_npmdir/langserver.index.js \
+"$pkgdir"/usr/bin/$pkgname-langserver
+
+  cd $pkgname-$pkgver
+  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
+
+  cd packages/$pkgname
+  cp -r dist {,langserver.}index.js "$pkgdir"/$_npmdir
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-04-17 Thread Daniel M. Capella via arch-commits
Date: Monday, April 18, 2022 @ 00:45:51
  Author: polyzen
Revision: 1186939

upgpkg: pyright 1.1.238-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 23:42:07 UTC (rev 1186938)
+++ PKGBUILD2022-04-18 00:45:51 UTC (rev 1186939)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.237
+pkgver=1.1.238
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('8ec688fb6a1e4fb5d640994cb2e1531facb8de721fcf1cd13dbbcae5c2e06b0dca5ee537ff598386a9084c5fe30d3d08137adb6412cfa80200a5761f972b')
+b2sums=('686e1cbfdc00184def6228681d6db99f69d48901164c8006af2a6aae20a2af0ec5198711b1942efb1b3245fc3cc2dcdd3ab93c5c8052248f4b5cb2e0aa27a00d')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-04-17 Thread Frederik Schwan via arch-commits
Date: Sunday, April 17, 2022 @ 23:42:07
  Author: freswa
Revision: 1186938

archrelease: copy trunk to community-x86_64

Added:
  i3status-rust/repos/community-x86_64/PKGBUILD
(from rev 1186937, i3status-rust/trunk/PKGBUILD)
Deleted:
  i3status-rust/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 23:42:05 UTC (rev 1186937)
+++ PKGBUILD2022-04-17 23:42:07 UTC (rev 1186938)
@@ -1,59 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Daniel M. Capella 
-# Contributor: Josip Ponjavic 
-
-pkgname=i3status-rust
-pkgver=0.21.9
-pkgrel=1
-pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written 
in pure Rust'
-arch=('x86_64')
-url='https://github.com/greshake/i3status-rust'
-license=('GPL3')
-depends=('libpulse' 'lm_sensors')
-makedepends=('rust')
-optdepends=('alsa-utils: for the volume block'
-'bluez: for the bluetooth block'
-'curl: for the weather block'
-'fakeroot: for the pacman block to show pending updates'
-'ibus: for the ibus block'
-'iw: display wifi signal strength in net block'
-'kdeconnect: for the kdeconnect block'
-'networkmanager: for the networkmanager block'
-'powerline-fonts: for all themes using the Powerline arrow char'
-'pulseaudio: for the volume block'
-'speedtest-cli: for the speedtest block'
-'ttf-font-awesome: for the awesome icons'
-'upower: for the battery block')
-source=("https://github.com/greshake/i3status-rust/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-b2sums=('3092c1998eecf0fae959ae880aaafd301be89998d64a643061b97425d2e51be505df91e6462e8d2346d14d9a0dc841917b4b2b6dfbab75cd89c0b9ccfd8d2e70')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export RUSTUP_TOOLCHAIN=stable
-  export CARGO_TARGET_DIR=target
-  cargo build --release --locked --features 'pulseaudio maildir'
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 -t "${pkgdir}"/usr/bin target/release/i3status-rs
-  install -Dm644 -t "${pkgdir}"/usr/share/man/man1 man/i3status-rs.1
-
-  for icon in files/icons/*.toml; do
-install -Dm644 -t "${pkgdir}"/usr/share/${pkgname}/icons "${icon}"
-  done
-
-  for theme in files/themes/*.toml; do
-install -Dm644 -t "${pkgdir}"/usr/share/${pkgname}/themes "${theme}"
-  done
-
-  for example in examples/*.toml; do
-install -Dm644 -t "${pkgdir}"/usr/share/doc/${pkgname}/examples/ ${example}
-  done
-}

Copied: i3status-rust/repos/community-x86_64/PKGBUILD (from rev 1186937, 
i3status-rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 23:42:07 UTC (rev 1186938)
@@ -0,0 +1,59 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Daniel M. Capella 
+# Contributor: Josip Ponjavic 
+
+pkgname=i3status-rust
+pkgver=0.21.10
+pkgrel=1
+pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written 
in pure Rust'
+arch=('x86_64')
+url='https://github.com/greshake/i3status-rust'
+license=('GPL3')
+depends=('libpulse' 'lm_sensors')
+makedepends=('rust')
+optdepends=('alsa-utils: for the volume block'
+'bluez: for the bluetooth block'
+'curl: for the weather block'
+'fakeroot: for the pacman block to show pending updates'
+'ibus: for the ibus block'
+'iw: display wifi signal strength in net block'
+'kdeconnect: for the kdeconnect block'
+'networkmanager: for the networkmanager block'
+'powerline-fonts: for all themes using the Powerline arrow char'
+'pulseaudio: for the volume block'
+'speedtest-cli: for the speedtest block'
+'ttf-font-awesome: for the awesome icons'
+'upower: for the battery block')
+source=("https://github.com/greshake/i3status-rust/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+b2sums=('dccd302d0e871c57679c85e879c0d9c2b58ee22c142132d3fc9b81170441a7d456d71810d28b4e6c2bcd7e5b4082d18e816aedd0f17b4d94a83771ee17c4fb67')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export RUSTUP_TOOLCHAIN=stable
+  export CARGO_TARGET_DIR=target
+  cargo build --release --locked --features 'pulseaudio maildir'
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 -t "${pkgdir}"/usr/bin target/release/i3status-rs
+  install -Dm644 -t "${pkgdir}"/usr/share/man/man1 man/i3status-rs.1
+
+  for icon in files/icons/*.toml; do
+install -Dm644 -t "${pkgdir}"/usr/share/${pkgname}/icons 

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

2022-04-17 Thread Frederik Schwan via arch-commits
Date: Sunday, April 17, 2022 @ 23:42:05
  Author: freswa
Revision: 1186937

upgpkg: i3status-rust 0.21.10-1

Modified:
  i3status-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 23:29:29 UTC (rev 1186936)
+++ PKGBUILD2022-04-17 23:42:05 UTC (rev 1186937)
@@ -3,7 +3,7 @@
 # Contributor: Josip Ponjavic 
 
 pkgname=i3status-rust
-pkgver=0.21.9
+pkgver=0.21.10
 pkgrel=1
 pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written 
in pure Rust'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 'ttf-font-awesome: for the awesome icons'
 'upower: for the battery block')
 
source=("https://github.com/greshake/i3status-rust/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-b2sums=('3092c1998eecf0fae959ae880aaafd301be89998d64a643061b97425d2e51be505df91e6462e8d2346d14d9a0dc841917b4b2b6dfbab75cd89c0b9ccfd8d2e70')
+b2sums=('dccd302d0e871c57679c85e879c0d9c2b58ee22c142132d3fc9b81170441a7d456d71810d28b4e6c2bcd7e5b4082d18e816aedd0f17b4d94a83771ee17c4fb67')
 
 prepare() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in dovecot-fts-xapian/repos/community-x86_64 (4 files)

2022-04-17 Thread George Rawlinson via arch-commits
Date: Sunday, April 17, 2022 @ 23:29:29
  Author: grawlinson
Revision: 1186936

archrelease: copy trunk to community-x86_64

Added:
  dovecot-fts-xapian/repos/community-x86_64/PKGBUILD
(from rev 1186935, dovecot-fts-xapian/trunk/PKGBUILD)
  dovecot-fts-xapian/repos/community-x86_64/dovecot-fts-xapian.install
(from rev 1186935, dovecot-fts-xapian/trunk/dovecot-fts-xapian.install)
Deleted:
  dovecot-fts-xapian/repos/community-x86_64/PKGBUILD
  dovecot-fts-xapian/repos/community-x86_64/dovecot-fts-xapian.install

+
 PKGBUILD   |  106 +--
 dovecot-fts-xapian.install |   24 -
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 23:28:09 UTC (rev 1186935)
+++ PKGBUILD2022-04-17 23:29:29 UTC (rev 1186936)
@@ -1,53 +0,0 @@
-# Maintainer: George Rawlinson 
-# Maintainer: Thore Bödecker 
-
-# This must be built against the version of dovecot being used,
-# otherwise it will fail to load and thus work.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.3.18
-# Make sure to bump pkgrel if changing this.
-
-pkgname=dovecot-fts-xapian
-_pkgname="${pkgname#dovecot-}"
-_pkgver=1.5.4b # pacman's vercmp does not like alphabet characters without a 
dot prefix
-pkgver=1.5.4.b
-pkgrel=2
-pkgdesc="Dovecot FTS plugin based on Xapian"
-arch=('x86_64')
-url="https://github.com/grosjo/fts-xapian;
-license=('LGPL2.1')
-depends=("dovecot=${_dcpkgver}" 'icu' 'xapian-core')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_pkgver.tar.gz")
-sha512sums=('a943d8bbfd027c5b6c249d9424e9ef61dd6928239733515f2583c7480318f18ef172d9910e9b55289e4c7bcaa6bcfc5255ba1bb871aad9de4c42bd089c2e02c9')
-b2sums=('be9785db7cc107d2c1ad9d9bd1fb70a2e6fa28f8dfdf5badb466aa9874f22008ffa1e72e2d9bb63d82a6e350235499606eb91ea7b987fcdda93a0cff276749d8')
-
-build() {
-  cd "$_pkgname-$_pkgver"
-  autoreconf -vi
-  ./configure \
---prefix=/usr \
---with-dovecot=/usr/lib/dovecot
-
-  make
-
-  # generate systemd unit files
-  mkdir build
-  sed "s:@@prefix@@:/usr/bin:" contrib/systemd/dovecot-fts-optimize.service.in 
\
-> build/dovecot-fts-optimize.service
-  sed "s:@@index_frequency@@:daily:" 
contrib/systemd/dovecot-fts-optimize.timer.in \
-> build/dovecot-fts-optimize.timer
-}
-
-package() {
-  cd "$_pkgname-$_pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # systemd integration
-  install -vDm644 -t "$pkgdir/usr/lib/systemd/system" \
-build/dovecot-fts-optimize.{service,timer}
-}

Copied: dovecot-fts-xapian/repos/community-x86_64/PKGBUILD (from rev 1186935, 
dovecot-fts-xapian/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 23:29:29 UTC (rev 1186936)
@@ -0,0 +1,53 @@
+# Maintainer: George Rawlinson 
+# Maintainer: Thore Bödecker 
+
+# This must be built against the version of dovecot being used,
+# otherwise it will fail to load and thus work.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.3.18
+# Make sure to bump pkgrel if changing this.
+
+pkgname=dovecot-fts-xapian
+_pkgname="${pkgname#dovecot-}"
+_pkgver=1.5.5 # pacman's vercmp does not like alphabet characters without a 
dot prefix
+pkgver=1.5.5
+pkgrel=1
+pkgdesc="Dovecot FTS plugin based on Xapian"
+arch=('x86_64')
+url="https://github.com/grosjo/fts-xapian;
+license=('LGPL2.1')
+depends=("dovecot=${_dcpkgver}" 'icu' 'xapian-core')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_pkgver.tar.gz")
+sha512sums=('229362207bfa7bb13b1ded4d8b2a2aef7a4a72306e140dc4bd5778991220b27d296ca3659993856f83c80c437f7feadebad1e3ac06f8120a6e45b69f6dbb1ecb')
+b2sums=('b8e86b3655a6b7291961cfbd39d6ef93ab2e2fbb049e97ebd07b473eb5fc5ecf91950343adfa9c267791442d581ebea47416d8e674d7f3019091fbd69b6e60f1')
+
+build() {
+  cd "$_pkgname-$_pkgver"
+  autoreconf -vi
+  ./configure \
+--prefix=/usr \
+--with-dovecot=/usr/lib/dovecot
+
+  make
+
+  # generate systemd unit files
+  mkdir build
+  sed "s:@@prefix@@:/usr/bin:" contrib/systemd/dovecot-fts-optimize.service.in 
\
+> build/dovecot-fts-optimize.service
+  sed "s:@@index_frequency@@:daily:" 
contrib/systemd/dovecot-fts-optimize.timer.in \
+> build/dovecot-fts-optimize.timer
+}
+
+package() {
+  cd "$_pkgname-$_pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # systemd integration
+  install -vDm644 -t "$pkgdir/usr/lib/systemd/system" \
+build/dovecot-fts-optimize.{service,timer}
+}

Deleted: dovecot-fts-xapian.install
===
--- dovecot-fts-xapian.install  2022-04-17 23:28:09 UTC (rev 1186935)
+++ 

[arch-commits] Commit in dovecot-fts-xapian/trunk (PKGBUILD)

2022-04-17 Thread George Rawlinson via arch-commits
Date: Sunday, April 17, 2022 @ 23:28:09
  Author: grawlinson
Revision: 1186935

upgpkg: dovecot-fts-xapian 1.5.5-1

New upstream release.

Modified:
  dovecot-fts-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 22:39:08 UTC (rev 1186934)
+++ PKGBUILD2022-04-17 23:28:09 UTC (rev 1186935)
@@ -9,9 +9,9 @@
 
 pkgname=dovecot-fts-xapian
 _pkgname="${pkgname#dovecot-}"
-_pkgver=1.5.4b # pacman's vercmp does not like alphabet characters without a 
dot prefix
-pkgver=1.5.4.b
-pkgrel=2
+_pkgver=1.5.5 # pacman's vercmp does not like alphabet characters without a 
dot prefix
+pkgver=1.5.5
+pkgrel=1
 pkgdesc="Dovecot FTS plugin based on Xapian"
 arch=('x86_64')
 url="https://github.com/grosjo/fts-xapian;
@@ -19,8 +19,8 @@
 depends=("dovecot=${_dcpkgver}" 'icu' 'xapian-core')
 install="$pkgname.install"
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$_pkgver.tar.gz")
-sha512sums=('a943d8bbfd027c5b6c249d9424e9ef61dd6928239733515f2583c7480318f18ef172d9910e9b55289e4c7bcaa6bcfc5255ba1bb871aad9de4c42bd089c2e02c9')
-b2sums=('be9785db7cc107d2c1ad9d9bd1fb70a2e6fa28f8dfdf5badb466aa9874f22008ffa1e72e2d9bb63d82a6e350235499606eb91ea7b987fcdda93a0cff276749d8')
+sha512sums=('229362207bfa7bb13b1ded4d8b2a2aef7a4a72306e140dc4bd5778991220b27d296ca3659993856f83c80c437f7feadebad1e3ac06f8120a6e45b69f6dbb1ecb')
+b2sums=('b8e86b3655a6b7291961cfbd39d6ef93ab2e2fbb049e97ebd07b473eb5fc5ecf91950343adfa9c267791442d581ebea47416d8e674d7f3019091fbd69b6e60f1')
 
 build() {
   cd "$_pkgname-$_pkgver"



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:39:08
  Author: felixonmars
Revision: 1186934

archrelease: copy trunk to community-staging-x86_64

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

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

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



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:38:57
  Author: felixonmars
Revision: 1186933

upgpkg: tamarin-prover 1.6.1-135: rebuild with yesod-persistent 1.6.0.8

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 22:38:01 UTC (rev 1186932)
+++ PKGBUILD2022-04-17 22:38:57 UTC (rev 1186933)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.6.1
-pkgrel=134
+pkgrel=135
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:38:01
  Author: felixonmars
Revision: 1186932

archrelease: copy trunk to community-staging-x86_64

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

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

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



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:37:51
  Author: felixonmars
Revision: 1186931

upgpkg: git-annex 10.20220322-7: rebuild with yesod-persistent 1.6.0.8

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 22:36:08 UTC (rev 1186930)
+++ PKGBUILD2022-04-17 22:37:51 UTC (rev 1186931)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=10.20220322
-pkgrel=6
+pkgrel=7
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:36:08
  Author: felixonmars
Revision: 1186930

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 1186929, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-17 22:36:08 UTC (rev 1186930)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.25
+pkgrel=46
+pkgdesc="Web-based user interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-base64'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-cmdargs' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-data-default' 'haskell-decimal' 'haskell-extra' 
'haskell-hjsmin'
+ 'haskell-hspec' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-http-types'
+ 'haskell-megaparsec' 'haskell-network' 'haskell-shakespeare' 
'haskell-unix-compat'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-wai' 
'haskell-wai-cors'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-yesod-test')
+makedepends=('ghc' 'uusi')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4be48eb2ba57f3f2e183c27bf6689c9b28d4028e194fcd6c400545d7e2119703cc947a8deaaa0b3a9d07668fda09e78744305f5138d5204330399ce557d4ca4f')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+install -Dm644 hledger-web.1 -t "$pkgdir"/usr/share/man/man1/
+}



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:35:57
  Author: felixonmars
Revision: 1186929

upgpkg: hledger-web 1.25-46: rebuild with yesod-persistent 1.6.0.8

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 22:35:03 UTC (rev 1186928)
+++ PKGBUILD2022-04-17 22:35:57 UTC (rev 1186929)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.25
-pkgrel=45
+pkgrel=46
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:35:03
  Author: felixonmars
Revision: 1186928

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
1186927, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-17 22:35:03 UTC (rev 1186928)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.1.0
+pkgrel=427
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-mime-types' 'haskell-rio' 
'haskell-unix-compat'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-app-static' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 
'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('66037ec28eac83e374161c1b306a4d20805ecb35ccfc4878e7894d961daaf30d9936c6e209641ff323d7e3dd5626f5a24a12915d4205417c496e272a2e969f6e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:34:53
  Author: felixonmars
Revision: 1186927

upgpkg: haskell-yesod-static 1.6.1.0-427: rebuild with yesod-persistent 1.6.0.8

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 22:34:45 UTC (rev 1186926)
+++ PKGBUILD2022-04-17 22:34:53 UTC (rev 1186927)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.1.0
-pkgrel=426
+pkgrel=427
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:34:45
  Author: felixonmars
Revision: 1186926

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
1186925, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-17 22:34:45 UTC (rev 1186926)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.10.5
+pkgrel=7
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a4df199de85c6efcbe3ff468e7054885414492ea2e9bbe9b39ed3b432a75a4b22ef986e68197efa62ec52c95aa2b7506f9f0e2617913ccd9955405dafc64ce63')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:34:35
  Author: felixonmars
Revision: 1186925

upgpkg: haskell-yesod-auth 1.6.10.5-7: rebuild with yesod-persistent 1.6.0.8

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 22:29:52 UTC (rev 1186924)
+++ PKGBUILD2022-04-17 22:34:35 UTC (rev 1186925)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.10.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:29:52
  Author: felixonmars
Revision: 1186924

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 
1186923, haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-17 22:29:52 UTC (rev 1186924)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.2
+pkgrel=27
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 
'haskell-data-default-class'
+ 'haskell-fast-logger' 'haskell-file-embed' 'haskell-monad-logger' 
'haskell-shakespeare'
+ 'haskell-streaming-commons' 'haskell-unordered-containers' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 'haskell-yaml'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7c7a3e191ce91ac4070179bdfdae89c60e91c702d9141bb90fcb7095d175727a3f0648221ea151b6e1f5c37a236f55c37aaf963c526e4ced572c19bd6fb0b3a8')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:29:42
  Author: felixonmars
Revision: 1186923

upgpkg: haskell-yesod 1.6.2-27: rebuild with yesod-persistent 1.6.0.8

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 22:29:31 UTC (rev 1186922)
+++ PKGBUILD2022-04-17 22:29:42 UTC (rev 1186923)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.2
-pkgrel=26
+pkgrel=27
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:29:31
  Author: felixonmars
Revision: 1186922

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
1186921, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-17 22:29:31 UTC (rev 1186922)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.12
+pkgrel=300
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="https://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio' 
'haskell-unliftio-core')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('777d112d8c5ae77d667da2b8d1ed91a1cf751850d5b3678e787e7123aca8666d0a4b6d6161b7109491012d56c160603d62563b881a136ccc76a1edd006c423d6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:29:20
  Author: felixonmars
Revision: 1186921

upgpkg: haskell-yesod-test 1.6.12-300: rebuild with yesod-persistent 1.6.0.8

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 22:28:31 UTC (rev 1186920)
+++ PKGBUILD2022-04-17 22:29:20 UTC (rev 1186921)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.12
-pkgrel=299
+pkgrel=300
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="https://www.yesodweb.com;
 license=('MIT')



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:28:31
  Author: felixonmars
Revision: 1186920

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
1186919, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-17 22:28:31 UTC (rev 1186920)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.7.0
+pkgrel=191
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 
'haskell-email-validate'
+ 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 
'haskell-shakespeare'
+ 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 
'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('dc5373c62e78d79e570171c608fa2e9cfb2092a859b81a881ab69a406c357cc9eeff0ff04d0c08f8cc29cf66ef488ce6b96195d26b9c6dff879a1fea96eff013')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:28:20
  Author: felixonmars
Revision: 1186919

upgpkg: haskell-yesod-form 1.7.0-191: rebuild with yesod-persistent 1.6.0.8

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 22:26:26 UTC (rev 1186918)
+++ PKGBUILD2022-04-17 22:28:20 UTC (rev 1186919)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.7.0
-pkgrel=190
+pkgrel=191
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:26:26
  Author: felixonmars
Revision: 1186918

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 1186917, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-17 22:26:26 UTC (rev 1186918)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.6.0.8
+pkgrel=1
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-yesod-core")
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2e356cd3f1ffac1ad7390cdaff436c4179190e8f160fe8a8e798678498e67ea34ba087207df750453bc237e827f7c2748c86a2419240079c5a7012cef5381340')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -d persistent-template $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-04-17 Thread Felix Yan via arch-commits
Date: Sunday, April 17, 2022 @ 22:26:14
  Author: felixonmars
Revision: 1186917

upgpkg: haskell-yesod-persistent 1.6.0.8-1: rebuild with yesod-persistent 
1.6.0.8

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 20:51:43 UTC (rev 1186916)
+++ PKGBUILD2022-04-17 22:26:14 UTC (rev 1186917)
@@ -3,8 +3,8 @@
 
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
-pkgver=1.6.0.7
-pkgrel=175
+pkgver=1.6.0.8
+pkgrel=1
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")
@@ -13,7 +13,7 @@
  "haskell-resource-pool" "haskell-resourcet" "haskell-yesod-core")
 makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('9312189947a6ba97bec12c057535a54bb024847ee0f08ba50473a78327f7ca25083738f0742c0847d0b329ef0e764412c85ac32aab4ebde2851a29e60e82d337')
+sha512sums=('2e356cd3f1ffac1ad7390cdaff436c4179190e8f160fe8a8e798678498e67ea34ba087207df750453bc237e827f7c2748c86a2419240079c5a7012cef5381340')
 
 prepare() {
 cd $_hkgname-$pkgver



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

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 20:51:43
  Author: dvzrv
Revision: 1186916

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 20:51:34 UTC (rev 1186915)
+++ PKGBUILD2022-04-17 20:51:43 UTC (rev 1186916)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge 
-
-_name=authheaders
-pkgname=python-authheaders
-pkgver=0.14.1
-pkgrel=3
-pkgdesc="Library for the generation of email authentication headers"
-arch=('any')
-url="https://github.com/ValiMail/authentication-headers;
-license=('BSD' 'MPL2' 'ZPL')
-depends=('publicsuffix-list' 'python-authres' 'python-dkim' 'python-dnspython'
-'python-publicsuffix2')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc}
-psddmarc.csv::https://www.psddmarc.org/psddmarc-participants.csv)
-sha512sums=('842881a6d2c3d192664960a9d1954f6e2c267cc6b07d7567f019869d07c1e40fc12275c381e90ea94559bd43a9d2e183d35e80d0ee9a861e80519a98daf2a699'
-'SKIP'
-
'f3840255c190a563ca87ae155853d7e00d82a7e479520b789779c3c0d7273123a52abb419085d0561f25ffdaca70de76167935189a1cc20189d1f2f60b8a')
-validpgpkeys=('E7729BFFBE85400F23B178D7DEFB9AD59AF1') # Donald Scott 
Kitterman 
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # embed psddmarc.csv: 
https://github.com/ValiMail/authentication-headers/issues/4
-  cp -av ../psddmarc.csv "${_name}/"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  # use the system provided publicsuffix list (PSL)
-  python setup.py psllocal 
--path='/usr/share/publicsuffix/public_suffix_list.dat'
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  local python_stdlib_basepath="$(python -c "from sysconfig import get_path; 
print(get_path('stdlib'))")"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 {CHANGES,README.md} -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-authheaders/repos/community-any/PKGBUILD (from rev 1186915, 
python-authheaders/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 20:51:43 UTC (rev 1186916)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+
+_name=authheaders
+pkgname=python-authheaders
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Library for the generation of email authentication headers"
+arch=(any)
+url="https://github.com/ValiMail/authentication-headers;
+license=(BSD MPL2 ZPL)
+depends=(publicsuffix-list python-authres python-dkim python-dnspython
+python-publicsuffix2)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+source=(
+  
https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz{,.asc}
+  psddmarc.csv::https://www.psddmarc.org/psddmarc-participants.csv
+)
+sha512sums=('9640ff127d42f63a34fb1fa3f8daf149b0968bf0b0d4976cf3b005345125f370a3d15e3c7ef26d276a932c2659f2eef52fa5b98936eb3caeef954b3a1f0b4fd7'
+'SKIP'
+
'f3840255c190a563ca87ae155853d7e00d82a7e479520b789779c3c0d7273123a52abb419085d0561f25ffdaca70de76167935189a1cc20189d1f2f60b8a')
+validpgpkeys=('E7729BFFBE85400F23B178D7DEFB9AD59AF1') # Donald Scott 
Kitterman 
+
+prepare() {
+  cd $_name-$pkgver
+  # embed psddmarc.csv: 
https://github.com/ValiMail/authentication-headers/issues/4
+  cp -av ../psddmarc.csv $_name/
+  printf 'location = "/usr/share/publicsuffix/public_suffix_list.dat"\n' > 
$_name/findpsl.py
+}
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+
+  cd $_name-$pkgver
+  python -m installer --destdir=test_dir dist/*.whl
+  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
+  pytest -vv
+}
+
+package() {
+  cd $_name-$pkgver
+  local python_stdlib_basepath="$(python -c "from sysconfig import get_path; 
print(get_path('stdlib'))")"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 {CHANGES,README.md} -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 20:51:34
  Author: dvzrv
Revision: 1186915

upgpkg: python-authheaders 0.15.0-1: Upgrade to 0.15.0.

Remove unneeded quotes and curly braces.
Switch to PEP517.
Install project for tests.
Add setup to find publicsuffix list manually.

Modified:
  python-authheaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 20:15:55 UTC (rev 1186914)
+++ PKGBUILD2022-04-17 20:51:34 UTC (rev 1186915)
@@ -2,47 +2,50 @@
 
 _name=authheaders
 pkgname=python-authheaders
-pkgver=0.14.1
-pkgrel=3
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="Library for the generation of email authentication headers"
-arch=('any')
+arch=(any)
 url="https://github.com/ValiMail/authentication-headers;
-license=('BSD' 'MPL2' 'ZPL')
-depends=('publicsuffix-list' 'python-authres' 'python-dkim' 'python-dnspython'
-'python-publicsuffix2')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc}
-psddmarc.csv::https://www.psddmarc.org/psddmarc-participants.csv)
-sha512sums=('842881a6d2c3d192664960a9d1954f6e2c267cc6b07d7567f019869d07c1e40fc12275c381e90ea94559bd43a9d2e183d35e80d0ee9a861e80519a98daf2a699'
+license=(BSD MPL2 ZPL)
+depends=(publicsuffix-list python-authres python-dkim python-dnspython
+python-publicsuffix2)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+source=(
+  
https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz{,.asc}
+  psddmarc.csv::https://www.psddmarc.org/psddmarc-participants.csv
+)
+sha512sums=('9640ff127d42f63a34fb1fa3f8daf149b0968bf0b0d4976cf3b005345125f370a3d15e3c7ef26d276a932c2659f2eef52fa5b98936eb3caeef954b3a1f0b4fd7'
 'SKIP'
 
'f3840255c190a563ca87ae155853d7e00d82a7e479520b789779c3c0d7273123a52abb419085d0561f25ffdaca70de76167935189a1cc20189d1f2f60b8a')
 validpgpkeys=('E7729BFFBE85400F23B178D7DEFB9AD59AF1') # Donald Scott 
Kitterman 
 
 prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
+  cd $_name-$pkgver
   # embed psddmarc.csv: 
https://github.com/ValiMail/authentication-headers/issues/4
-  cp -av ../psddmarc.csv "${_name}/"
+  cp -av ../psddmarc.csv $_name/
+  printf 'location = "/usr/share/publicsuffix/public_suffix_list.dat"\n' > 
$_name/findpsl.py
 }
 
 build() {
-  cd "$pkgname-$pkgver"
-  # use the system provided publicsuffix list (PSL)
-  python setup.py psllocal 
--path='/usr/share/publicsuffix/public_suffix_list.dat'
-  python setup.py build
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
 }
 
 check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+
+  cd $_name-$pkgver
+  python -m installer --destdir=test_dir dist/*.whl
+  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
+  pytest -vv
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $_name-$pkgver
   local python_stdlib_basepath="$(python -c "from sysconfig import get_path; 
print(get_path('stdlib'))")"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 {CHANGES,README.md} -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 {CHANGES,README.md} -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
 }



[arch-commits] Commit in coreutils/trunk (01-fix-fs72253.patch PKGBUILD)

2022-04-17 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 17, 2022 @ 20:40:01
  Author: seblu
Revision: 442884

upgpkg: coreutils 9.1-1

Modified:
  coreutils/trunk/PKGBUILD
Deleted:
  coreutils/trunk/01-fix-fs72253.patch

--+
 01-fix-fs72253.patch |   92 -
 PKGBUILD |   12 ++
 2 files changed, 5 insertions(+), 99 deletions(-)

Deleted: 01-fix-fs72253.patch
===
--- 01-fix-fs72253.patch2022-04-17 19:50:43 UTC (rev 442883)
+++ 01-fix-fs72253.patch2022-04-17 20:40:01 UTC (rev 442884)
@@ -1,92 +0,0 @@
-From e8b56ebd536e82b15542a00c888109471936bfda Mon Sep 17 00:00:00 2001
-From: =?utf8?q?P=C3=A1draig=20Brady?= 
-Date: Fri, 24 Sep 2021 20:57:41 +0100
-Subject: [PATCH] chmod: fix exit status when ignoring symlinks
-
-* src/chmod.c: Reorder enum so CH_NOT_APPLIED
-can be treated as a non error.
-* tests/chmod/ignore-symlink.sh: A new test.
-* tests/local.mk: Reference the new test.
-Fixes https://bugs.gnu.org/50784

- src/chmod.c   |  4 ++--
- tests/chmod/ignore-symlink.sh | 31 +++
- tests/local.mk|  1 +
- 4 files changed, 40 insertions(+), 2 deletions(-)
- create mode 100755 tests/chmod/ignore-symlink.sh
-
-diff --git a/src/chmod.c b/src/chmod.c
-index 37b04f5..57ac47f 100644
 a/src/chmod.c
-+++ b/src/chmod.c
-@@ -44,8 +44,8 @@ struct change_status
-   enum
- {
-   CH_NO_STAT,
--  CH_NOT_APPLIED,
-   CH_FAILED,
-+  CH_NOT_APPLIED,
-   CH_NO_CHANGE_REQUESTED,
-   CH_SUCCEEDED
- }
-@@ -322,7 +322,7 @@ process_file (FTS *fts, FTSENT *ent)
-   if ( ! recurse)
- fts_set (fts, ent, FTS_SKIP);
- 
--  return CH_NO_CHANGE_REQUESTED <= ch.status;
-+  return CH_NOT_APPLIED <= ch.status;
- }
- 
- /* Recursively change the modes of the specified FILES (the last entry
-diff --git a/tests/chmod/ignore-symlink.sh b/tests/chmod/ignore-symlink.sh
-new file mode 100755
-index 000..5ce3de8
 /dev/null
-+++ b/tests/chmod/ignore-symlink.sh
-@@ -0,0 +1,31 @@
-+#!/bin/sh
-+# Test for proper exit code of chmod on a processed symlink.
-+
-+# Copyright (C) 2021 Free Software Foundation, Inc.
-+
-+# This program is free software: you can redistribute it and/or modify
-+# it under the terms of the GNU General Public License as published by
-+# the Free Software Foundation, either version 3 of the License, or
-+# (at your option) any later version.
-+
-+# This program is distributed in the hope that it will be useful,
-+# but WITHOUT ANY WARRANTY; without even the implied warranty of
-+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-+# GNU General Public License for more details.
-+
-+# You should have received a copy of the GNU General Public License
-+# along with this program.  If not, see .
-+
-+. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
-+print_ver_ chmod
-+
-+mkdir dir || framework_failure_
-+touch dir/f || framework_failure_
-+ln -s f dir/l || framework_failure_
-+
-+# This operation ignores symlinks but should succeed.
-+chmod u+w -R dir 2> out || fail=1
-+
-+compare /dev/null out || fail=1
-+
-+Exit $fail
-diff --git a/tests/local.mk b/tests/local.mk
-index 228d0e3..b5b893f 100644
 a/tests/local.mk
-+++ b/tests/local.mk
-@@ -456,6 +456,7 @@ all_tests =\
-   tests/chmod/c-option.sh \
-   tests/chmod/equal-x.sh  \
-   tests/chmod/equals.sh   \
-+  tests/chmod/ignore-symlink.sh   \
-   tests/chmod/inaccessible.sh \
-   tests/chmod/octal.sh\
-   tests/chmod/setgid.sh   \
--- 
-1.9.1
-

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 19:50:43 UTC (rev 442883)
+++ PKGBUILD2022-04-17 20:40:01 UTC (rev 442884)
@@ -4,19 +4,17 @@
 # Contributor: judd 
 
 pkgname=coreutils
-pkgver=9.0
-pkgrel=2
+pkgver=9.1
+pkgrel=1
 pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
 arch=('x86_64')
 license=('GPL3')
 url='https://www.gnu.org/software/coreutils/'
 depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
-'01-fix-fs72253.patch')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
 validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
-sha256sums=('ce30acdf4a41bc5bb30dd955e9eaa75fa216b4e3deb08889ed32433c7b3b97ce'
-'SKIP'
-'aefec296212c10f8ddae10225216847f537e573d80b678161f453b34fd183bf5')
+sha256sums=('61a1f410d78ba7e7f37a5a4f50e6d1320aca33375484a3255eddf17a38580423'
+'SKIP')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-04-17 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 17, 2022 @ 20:40:06
  Author: seblu
Revision: 442885

archrelease: copy trunk to testing-x86_64

Added:
  coreutils/repos/testing-x86_64/
  coreutils/repos/testing-x86_64/PKGBUILD
(from rev 442884, coreutils/trunk/PKGBUILD)

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

Copied: coreutils/repos/testing-x86_64/PKGBUILD (from rev 442884, 
coreutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-04-17 20:40:06 UTC (rev 442885)
@@ -0,0 +1,52 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=9.1
+pkgrel=1
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('x86_64')
+license=('GPL3')
+url='https://www.gnu.org/software/coreutils/'
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+sha256sums=('61a1f410d78ba7e7f37a5a4f50e6d1320aca33375484a3255eddf17a38580423'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  echo "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 20:15:55
  Author: dvzrv
Revision: 1186914

archrelease: copy trunk to community-x86_64

Added:
  muse/repos/community-x86_64/PKGBUILD
(from rev 1186913, muse/trunk/PKGBUILD)
Deleted:
  muse/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 20:15:41 UTC (rev 1186913)
+++ PKGBUILD2022-04-17 20:15:55 UTC (rev 1186914)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=muse
-pkgver=4.0.0
-pkgrel=3
-pkgdesc="A digital audio workstation with support for both Audio and MIDI"
-arch=('x86_64')
-url="https://github.com/muse-sequencer/muse;
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'gtkmm' 'python-pyqt5' 'python-pyro' 'qt5-base' 
'qt5-svg')
-makedepends=('alsa-lib' 'cmake' 'dssi' 'fluidsynth' 'glib2' 'jack' 'ladspa'
-'liblo' 'liblrdf' 'libsamplerate' 'libsndfile' 'lilv' 'lv2' 'qt5-tools'
-'rtaudio' 'rubberband' 'serd')
-provides=('dssi-host' 'ladspa-host' 'lv2-host' 'vst-host')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/muse-sequencer/muse/archive/refs/tags/${pkgver}.tar.gz;)
-sha512sums=('316d8afaa4412c1de3febd06f517245fcc0f380b78efab8a59041653c70828496e95f4ebd2e06ea080fb494c69ab73457e77264166be50b85abf093835d6c2d4')
-b2sums=('7b9fd19d5f9a5bf776d00f3c4695b7fb214de4e5be629c05edb82daa0113784b7cd42e2204ebca83fd7f6b82801a0bb9b815cc5618fa48d8d512a30af3e9b09f')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # rename MusE-INSTALL_NAME to muse, because this reflects the package name
-  sed -e 's/muse-4.0/muse/g' -i "src/CMakeLists.txt"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -D CMAKE_INSTALL_PREFIX=/usr \
--D CMAKE_BUILD_TYPE='None' \
--D ENABLE_PYTHON=ON \
--D ENABLE_LV2_GTK2=OFF \
--Wno-dev \
--B build \
--S src
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libasound.so' 'libfluidsynth.so' 'libglib-2.0.so'
-  'libgobject-2.0.so' 'libinstpatch-1.0.so' 'libjack.so' 'liblilv-0.so'
-  'liblo.so' 'liblrdf.so' 'librtaudio.so' 'librubberband.so' 'libsamplerate.so'
-  'libsndfile.so' 'libserd-0.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install -C build
-}

Copied: muse/repos/community-x86_64/PKGBUILD (from rev 1186913, 
muse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 20:15:55 UTC (rev 1186914)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+pkgname=muse
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="A digital audio workstation with support for both Audio and MIDI"
+arch=(x86_64)
+url="https://github.com/muse-sequencer/muse;
+license=(GPL2)
+groups=(pro-audio)
+depends=(gcc-libs glibc gtkmm python-pyqt5 python-pyro qt5-base qt5-svg)
+makedepends=(alsa-lib cmake dssi fluidsynth glib2 jack ladspa
+liblo liblrdf libsamplerate libsndfile lilv lv2 qt5-tools
+rtaudio rubberband serd)
+provides=(dssi-host ladspa-host lv2-host vst-host)
+options=(debug)
+source=($pkgname-$pkgver.tar.gz::https://github.com/muse-sequencer/muse/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('6a343fab0aff1a6035dacc3d484cbe2fa19bc8391a66d749d5de156e156db9964a56890a0c412f7d04856645796b7676c577f8e8a240636354a743cb149ca651')
+b2sums=('f8d1d0b70152939dd9a9f5fb391074f364b315911a5fb0d66d76e1f98c1d21bad2857334217782711ca22821b8272be5195454b706309dcfb96324d769a454ba')
+
+prepare() {
+  # rename MusE-INSTALL_NAME to muse, because this reflects the package name
+  sed -e 's/muse-4.1/muse/g' -i $pkgname-$pkgver/src/CMakeLists.txt
+}
+
+build() {
+  cmake -D CMAKE_INSTALL_PREFIX=/usr \
+-D CMAKE_BUILD_TYPE=None \
+-D ENABLE_PYTHON=ON \
+-D ENABLE_LV2_GTK2=OFF \
+-W no-dev \
+-B build \
+-S $pkgname-$pkgver/src
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=(libasound.so libfluidsynth.so libglib-2.0.so libgobject-2.0.so
+  libinstpatch-1.0.so libjack.so liblilv-0.so liblo.so liblrdf.so librtaudio.so
+  librubberband.so libsamplerate.so libsndfile.so libserd-0.so)
+
+  make DESTDIR="$pkgdir" install -C build
+}



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

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 20:15:41
  Author: dvzrv
Revision: 1186913

upgpkg: muse 4.1.0-1: Upgrade to 4.1.0.

Remove unneeded quotes and curly braces.
Simplify calls to cmake and make.
Add debug package.

Modified:
  muse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 19:40:15 UTC (rev 1186912)
+++ PKGBUILD2022-04-17 20:15:41 UTC (rev 1186913)
@@ -1,45 +1,43 @@
 # Maintainer: David Runge 
 
 pkgname=muse
-pkgver=4.0.0
-pkgrel=3
+pkgver=4.1.0
+pkgrel=1
 pkgdesc="A digital audio workstation with support for both Audio and MIDI"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/muse-sequencer/muse;
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'gtkmm' 'python-pyqt5' 'python-pyro' 'qt5-base' 
'qt5-svg')
-makedepends=('alsa-lib' 'cmake' 'dssi' 'fluidsynth' 'glib2' 'jack' 'ladspa'
-'liblo' 'liblrdf' 'libsamplerate' 'libsndfile' 'lilv' 'lv2' 'qt5-tools'
-'rtaudio' 'rubberband' 'serd')
-provides=('dssi-host' 'ladspa-host' 'lv2-host' 'vst-host')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/muse-sequencer/muse/archive/refs/tags/${pkgver}.tar.gz;)
-sha512sums=('316d8afaa4412c1de3febd06f517245fcc0f380b78efab8a59041653c70828496e95f4ebd2e06ea080fb494c69ab73457e77264166be50b85abf093835d6c2d4')
-b2sums=('7b9fd19d5f9a5bf776d00f3c4695b7fb214de4e5be629c05edb82daa0113784b7cd42e2204ebca83fd7f6b82801a0bb9b815cc5618fa48d8d512a30af3e9b09f')
+license=(GPL2)
+groups=(pro-audio)
+depends=(gcc-libs glibc gtkmm python-pyqt5 python-pyro qt5-base qt5-svg)
+makedepends=(alsa-lib cmake dssi fluidsynth glib2 jack ladspa
+liblo liblrdf libsamplerate libsndfile lilv lv2 qt5-tools
+rtaudio rubberband serd)
+provides=(dssi-host ladspa-host lv2-host vst-host)
+options=(debug)
+source=($pkgname-$pkgver.tar.gz::https://github.com/muse-sequencer/muse/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('6a343fab0aff1a6035dacc3d484cbe2fa19bc8391a66d749d5de156e156db9964a56890a0c412f7d04856645796b7676c577f8e8a240636354a743cb149ca651')
+b2sums=('f8d1d0b70152939dd9a9f5fb391074f364b315911a5fb0d66d76e1f98c1d21bad2857334217782711ca22821b8272be5195454b706309dcfb96324d769a454ba')
 
 prepare() {
-  cd "$pkgname-$pkgver"
   # rename MusE-INSTALL_NAME to muse, because this reflects the package name
-  sed -e 's/muse-4.0/muse/g' -i "src/CMakeLists.txt"
+  sed -e 's/muse-4.1/muse/g' -i $pkgname-$pkgver/src/CMakeLists.txt
 }
 
 build() {
-  cd "$pkgname-$pkgver"
   cmake -D CMAKE_INSTALL_PREFIX=/usr \
--D CMAKE_BUILD_TYPE='None' \
+-D CMAKE_BUILD_TYPE=None \
 -D ENABLE_PYTHON=ON \
 -D ENABLE_LV2_GTK2=OFF \
--Wno-dev \
+-W no-dev \
 -B build \
--S src
+-S $pkgname-$pkgver/src
   make VERBOSE=1 -C build
 }
 
 package() {
-  depends+=('libasound.so' 'libfluidsynth.so' 'libglib-2.0.so'
-  'libgobject-2.0.so' 'libinstpatch-1.0.so' 'libjack.so' 'liblilv-0.so'
-  'liblo.so' 'liblrdf.so' 'librtaudio.so' 'librubberband.so' 'libsamplerate.so'
-  'libsndfile.so' 'libserd-0.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install -C build
+  depends+=(libasound.so libfluidsynth.so libglib-2.0.so libgobject-2.0.so
+  libinstpatch-1.0.so libjack.so liblilv-0.so liblo.so liblrdf.so librtaudio.so
+  librubberband.so libsamplerate.so libsndfile.so libserd-0.so)
+
+  make DESTDIR="$pkgdir" install -C build
 }



[arch-commits] Commit in archboot-arm/repos/extra-any (4 files)

2022-04-17 Thread Tobias Powalowski via arch-commits
Date: Sunday, April 17, 2022 @ 19:50:43
  Author: tpowa
Revision: 442883

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 442882, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 442882, archboot-arm/trunk/archboot.install)
Deleted:
  archboot-arm/repos/extra-any/PKGBUILD
  archboot-arm/repos/extra-any/archboot.install

--+
 PKGBUILD |  108 ++---
 archboot.install |   38 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 19:50:36 UTC (rev 442882)
+++ PKGBUILD2022-04-17 19:50:43 UTC (rev 442883)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.04
-pkgrel=26
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'vi' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient'
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'haveged' 'pambase' 
'traceroute' 'grub' 
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-   'etc/archboot/x86_64-local.conf'
-'etc/archboot/aarch64-local.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 442882, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 19:50:43 UTC (rev 442883)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.04
+pkgrel=27
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 

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

2022-04-17 Thread Tobias Powalowski via arch-commits
Date: Sunday, April 17, 2022 @ 19:50:36
  Author: tpowa
Revision: 442882

upgpkg: archboot-arm 2022.04-27: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 19:49:47 UTC (rev 442881)
+++ PKGBUILD2022-04-17 19:50:36 UTC (rev 442882)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.04
-pkgrel=26
+pkgrel=27
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



[arch-commits] Commit in archboot/repos/extra-any (4 files)

2022-04-17 Thread Tobias Powalowski via arch-commits
Date: Sunday, April 17, 2022 @ 19:49:47
  Author: tpowa
Revision: 442881

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 442880, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 442880, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |  110 ++---
 archboot.install |   38 +-
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 19:49:39 UTC (rev 442880)
+++ PKGBUILD2022-04-17 19:49:47 UTC (rev 442881)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.04
-pkgrel=26
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vi' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/x86_64-local.conf'
-   'etc/archboot/aarch64-local.conf'
-   'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-   'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 442880, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 19:49:47 UTC (rev 442881)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.04
+pkgrel=27
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 

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

2022-04-17 Thread Tobias Powalowski via arch-commits
Date: Sunday, April 17, 2022 @ 19:49:39
  Author: tpowa
Revision: 442880

upgpkg: archboot 2022.04-27: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 18:01:43 UTC (rev 442879)
+++ PKGBUILD2022-04-17 19:49:39 UTC (rev 442880)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.04
-pkgrel=26
+pkgrel=27
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 19:40:15
  Author: dvzrv
Revision: 1186912

archrelease: copy trunk to community-any

Added:
  tmuxp/repos/community-any/PKGBUILD
(from rev 1186911, tmuxp/trunk/PKGBUILD)
Deleted:
  tmuxp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 19:39:22 UTC (rev 1186911)
+++ PKGBUILD2022-04-17 19:40:15 UTC (rev 1186912)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=tmuxp
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="Tmux session manager built on libtmux"
-arch=(any)
-url="https://tmuxp.git-pull.com/en/latest/;
-license=(MIT)
-depends=(python-click python-colorama python-kaptan python-libtmux)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-rerunfailures)
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5e86c5330e0e5d862bd3ac3f70f1f5fc3d7999ce0ccb7fea5cc6c857f57ce723c0b34b7c36ea64626106816a70b641b6877cabe9debc21dbfe55d16ec6a25351')
-b2sums=('d834690e33855487ff6c6371f48e7dee4c44171edd9144f077e65754bfc10aee380b089fe4f3ced3cd7daac32626b20e55c382654a9801d0ca1a9d574f1808e0')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # test_workspacebuilder.py::test_pane_order does not return:
-  # https://github.com/tmux-python/tmuxp/issues/377
-  pytest -v -k "not test_pane_order"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --optimize=1 --root="$pkgdir/"
-  # license
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-  # docs
-  install -vDm 644 {CHANGES,README.md} -t "$pkgdir/usr/share/doc/$pkgname/"
-  install -vDm 644 examples/*.{json,yaml} -t 
"$pkgdir/usr/share/doc/$pkgname/examples/"
-}
-
-# vim:set ts=2 sw=2 et:}

Copied: tmuxp/repos/community-any/PKGBUILD (from rev 1186911, 
tmuxp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 19:40:15 UTC (rev 1186912)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge 
+
+pkgname=tmuxp
+pkgver=1.10.1
+pkgrel=1
+pkgdesc="Tmux session manager built on libtmux"
+arch=(any)
+url="https://tmuxp.git-pull.com/en/latest/;
+license=(MIT)
+depends=(python-click python-colorama python-kaptan python-libtmux)
+makedepends=(python-build python-installer python-poetry python-wheel)
+checkdepends=(python-pytest python-pytest-rerunfailures)
+source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('6d63950fd8d013b72a30efa0b30c3f421933b869388da1a74be90a3e949750bfeb3f07e827ebbbd6601375b40d17fc54e1846bbb3f93e836c91cdbbd0649ca55')
+b2sums=('f9950b4aa905c9801476aaea7233ab8d8bb718dcd8e733225666faee53e030bf45f398317affc622d8ec19adaebd3dd4828c2b27de56933ee6c4f33233be0aea')
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # test_workspacebuilder.py::test_pane_order does not return:
+  # https://github.com/tmux-python/tmuxp/issues/377
+  pytest -vv -k "not test_pane_order"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  # license
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+  # docs
+  install -vDm 644 {CHANGES,README.md} -t "$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 examples/*.{json,yaml} -t 
"$pkgdir/usr/share/doc/$pkgname/examples/"
+}
+
+# vim:set ts=2 sw=2 et:}



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

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 19:39:22
  Author: dvzrv
Revision: 1186911

upgpkg: tmuxp 1.10.1-1: Upgrade to 1.10.1.

Switch to PEP517.

Modified:
  tmuxp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 19:30:19 UTC (rev 1186910)
+++ PKGBUILD2022-04-17 19:39:22 UTC (rev 1186911)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=tmuxp
-pkgver=1.10.0
+pkgver=1.10.1
 pkgrel=1
 pkgdesc="Tmux session manager built on libtmux"
 arch=(any)
@@ -8,15 +8,15 @@
 url="https://tmuxp.git-pull.com/en/latest/;
 license=(MIT)
 depends=(python-click python-colorama python-kaptan python-libtmux)
-makedepends=(python-setuptools)
+makedepends=(python-build python-installer python-poetry python-wheel)
 checkdepends=(python-pytest python-pytest-rerunfailures)
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5e86c5330e0e5d862bd3ac3f70f1f5fc3d7999ce0ccb7fea5cc6c857f57ce723c0b34b7c36ea64626106816a70b641b6877cabe9debc21dbfe55d16ec6a25351')
-b2sums=('d834690e33855487ff6c6371f48e7dee4c44171edd9144f077e65754bfc10aee380b089fe4f3ced3cd7daac32626b20e55c382654a9801d0ca1a9d574f1808e0')
+source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('6d63950fd8d013b72a30efa0b30c3f421933b869388da1a74be90a3e949750bfeb3f07e827ebbbd6601375b40d17fc54e1846bbb3f93e836c91cdbbd0649ca55')
+b2sums=('f9950b4aa905c9801476aaea7233ab8d8bb718dcd8e733225666faee53e030bf45f398317affc622d8ec19adaebd3dd4828c2b27de56933ee6c4f33233be0aea')
 
 build() {
   cd $pkgname-$pkgver
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
@@ -23,12 +23,12 @@
   cd $pkgname-$pkgver
   # test_workspacebuilder.py::test_pane_order does not return:
   # https://github.com/tmux-python/tmuxp/issues/377
-  pytest -v -k "not test_pane_order"
+  pytest -vv -k "not test_pane_order"
 }
 
 package() {
   cd $pkgname-$pkgver
-  python setup.py install --optimize=1 --root="$pkgdir/"
+  python -m installer --destdir="$pkgdir" dist/*.whl
   # license
   install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
   # docs



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

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 19:30:19
  Author: dvzrv
Revision: 1186910

archrelease: copy trunk to community-any

Added:
  patroneo/repos/community-any/PKGBUILD
(from rev 1186909, patroneo/trunk/PKGBUILD)
Deleted:
  patroneo/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 19:30:10 UTC (rev 1186909)
+++ PKGBUILD2022-04-17 19:30:19 UTC (rev 1186910)
@@ -1,28 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=patroneo
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="An easy to use pattern based midi sequencer"
-arch=(any)
-url="https://www.laborejo.org/patroneo/;
-license=(GPL3)
-groups=(pro-audio)
-depends=(hicolor-icon-theme libcalfbox-lss python python-pyqt5 ttf-dejavu)
-optdepends=('new-session-manager: for session management')
-source=(https://www.laborejo.org/downloads/$pkgname-$pkgver.tar.gz{,.sig})
-sha512sums=('c17a40d6d4bba370f7dada316d81bde9d2c0f7dbb501eca0af8e3641f70de41aae34879222fb3e3f779f7a71865c2639c14be833c73e2371969822e8b04d3c0b'
-'SKIP')
-b2sums=('e096bf1304ed5e09dfeda3c0c72280879f6f12cb9ea1fdcf15583a858b728ee9596b24d724fd706244b1786e1bb652478ea91d8fa8819156c04ba77d2f91847b'
-'SKIP')
-validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

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

Copied: patroneo/repos/community-any/PKGBUILD (from rev 1186909, 
patroneo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 19:30:19 UTC (rev 1186910)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge 
+
+pkgname=patroneo
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="An easy to use pattern based midi sequencer"
+arch=(any)
+url="https://www.laborejo.org/patroneo/;
+license=(GPL3)
+groups=(pro-audio)
+depends=(hicolor-icon-theme libcalfbox-lss python python-pyqt5 ttf-dejavu)
+optdepends=('new-session-manager: for session management')
+source=(https://www.laborejo.org/downloads/$pkgname-$pkgver.tar.gz{,.sig})
+sha512sums=('562cd616e93f33a8b3aa1bb1461a6d56eb2c8a7fb92bcf9b5354a05f61569876fe352a8e0690251eda7e7a1f84185115714460d8a7e79453a47742ff9713ba9d'
+'SKIP')
+b2sums=('3adbed883a1440ae48ad931a5bb1f7cefe2b34347dd6c62304f0335072b0dc1a34aec23a112c4604160fadb1ec5b264f822dd29e590113c7b0942b8b05cf5fdf'
+'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

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



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

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 19:30:10
  Author: dvzrv
Revision: 1186909

upgpkg: patroneo 2.3.2-1: Upgrade to 2.3.2.

Modified:
  patroneo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 18:08:25 UTC (rev 1186908)
+++ PKGBUILD2022-04-17 19:30:10 UTC (rev 1186909)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=patroneo
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc="An easy to use pattern based midi sequencer"
 arch=(any)
@@ -11,9 +11,9 @@
 depends=(hicolor-icon-theme libcalfbox-lss python python-pyqt5 ttf-dejavu)
 optdepends=('new-session-manager: for session management')
 source=(https://www.laborejo.org/downloads/$pkgname-$pkgver.tar.gz{,.sig})
-sha512sums=('c17a40d6d4bba370f7dada316d81bde9d2c0f7dbb501eca0af8e3641f70de41aae34879222fb3e3f779f7a71865c2639c14be833c73e2371969822e8b04d3c0b'
+sha512sums=('562cd616e93f33a8b3aa1bb1461a6d56eb2c8a7fb92bcf9b5354a05f61569876fe352a8e0690251eda7e7a1f84185115714460d8a7e79453a47742ff9713ba9d'
 'SKIP')
-b2sums=('e096bf1304ed5e09dfeda3c0c72280879f6f12cb9ea1fdcf15583a858b728ee9596b24d724fd706244b1786e1bb652478ea91d8fa8819156c04ba77d2f91847b'
+b2sums=('3adbed883a1440ae48ad931a5bb1f7cefe2b34347dd6c62304f0335072b0dc1a34aec23a112c4604160fadb1ec5b264f822dd29e590113c7b0942b8b05cf5fdf'
 'SKIP')
 validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

 



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

2022-04-17 Thread Kpcyrd via arch-commits
Date: Sunday, April 17, 2022 @ 18:08:25
  Author: kpcyrd
Revision: 1186908

archrelease: copy trunk to community-x86_64

Added:
  findomain/repos/community-x86_64/PKGBUILD
(from rev 1186907, findomain/trunk/PKGBUILD)
Deleted:
  findomain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 18:08:00 UTC (rev 1186907)
+++ PKGBUILD2022-04-17 18:08:25 UTC (rev 1186908)
@@ -1,37 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Eduard Tolosa 
-
-pkgname=findomain
-_pkgname=Findomain
-pkgver=8.1.0
-pkgrel=1
-pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
-url='https://github.com/Findomain/Findomain'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-optdepends=('postgresql: for subdomain monitoring')
-source=("https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-b2sums=('eb22c7140f5c7e4ebae75eb6f726735f19027caf149882ebc4df81e513ee934737b1c651a3d9f22a72882a478bc8f1b605dc903c507b421dc2937e724e000df4')
-options=(!lto)
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-
-  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: findomain/repos/community-x86_64/PKGBUILD (from rev 1186907, 
findomain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 18:08:25 UTC (rev 1186908)
@@ -0,0 +1,37 @@
+# Maintainer: kpcyrd 
+# Contributor: Eduard Tolosa 
+
+pkgname=findomain
+_pkgname=Findomain
+pkgver=8.1.1
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
+url='https://github.com/Findomain/Findomain'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('postgresql: for subdomain monitoring')
+source=("https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+b2sums=('ce8788e3e6572d898fd8bcd8c486d8d56155d92c64aa4a4746d25bf664d438b706ed7af9cc9cc995322abe2a2075a540eb30222d64dd4fbb6e7399009ec9cde1')
+options=(!lto)
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+
+  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-04-17 Thread Kpcyrd via arch-commits
Date: Sunday, April 17, 2022 @ 18:08:00
  Author: kpcyrd
Revision: 1186907

upgpkg: findomain 8.1.1-1

Modified:
  findomain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 17:32:33 UTC (rev 1186906)
+++ PKGBUILD2022-04-17 18:08:00 UTC (rev 1186907)
@@ -3,7 +3,7 @@
 
 pkgname=findomain
 _pkgname=Findomain
-pkgver=8.1.0
+pkgver=8.1.1
 pkgrel=1
 pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
 url='https://github.com/Findomain/Findomain'
@@ -13,7 +13,7 @@
 makedepends=('cargo')
 optdepends=('postgresql: for subdomain monitoring')
 
source=("https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-b2sums=('eb22c7140f5c7e4ebae75eb6f726735f19027caf149882ebc4df81e513ee934737b1c651a3d9f22a72882a478bc8f1b605dc903c507b421dc2937e724e000df4')
+b2sums=('ce8788e3e6572d898fd8bcd8c486d8d56155d92c64aa4a4746d25bf664d438b706ed7af9cc9cc995322abe2a2075a540eb30222d64dd4fbb6e7399009ec9cde1')
 options=(!lto)
 
 build() {



[arch-commits] Commit in archboot-arm/repos/extra-any (4 files)

2022-04-17 Thread Tobias Powalowski via arch-commits
Date: Sunday, April 17, 2022 @ 18:01:43
  Author: tpowa
Revision: 442879

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 442878, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 442878, archboot-arm/trunk/archboot.install)
Deleted:
  archboot-arm/repos/extra-any/PKGBUILD
  archboot-arm/repos/extra-any/archboot.install

--+
 PKGBUILD |  108 ++---
 archboot.install |   38 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 18:01:38 UTC (rev 442878)
+++ PKGBUILD2022-04-17 18:01:43 UTC (rev 442879)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.04
-pkgrel=25
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'vi' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient'
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'haveged' 'pambase' 
'traceroute' 'grub' 
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-   'etc/archboot/x86_64-local.conf'
-'etc/archboot/aarch64-local.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 442878, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 18:01:43 UTC (rev 442879)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.04
+pkgrel=26
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 

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

2022-04-17 Thread Tobias Powalowski via arch-commits
Date: Sunday, April 17, 2022 @ 18:01:38
  Author: tpowa
Revision: 442878

upgpkg: archboot-arm 2022.04-26: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 18:00:46 UTC (rev 442877)
+++ PKGBUILD2022-04-17 18:01:38 UTC (rev 442878)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.04
-pkgrel=25
+pkgrel=26
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



[arch-commits] Commit in archboot/repos/extra-any (4 files)

2022-04-17 Thread Tobias Powalowski via arch-commits
Date: Sunday, April 17, 2022 @ 18:00:46
  Author: tpowa
Revision: 442877

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 442876, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 442876, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |  110 ++---
 archboot.install |   38 +-
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 18:00:39 UTC (rev 442876)
+++ PKGBUILD2022-04-17 18:00:46 UTC (rev 442877)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.04
-pkgrel=25
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vi' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/x86_64-local.conf'
-   'etc/archboot/aarch64-local.conf'
-   'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-   'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 442876, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 18:00:46 UTC (rev 442877)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.04
+pkgrel=26
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 

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

2022-04-17 Thread Tobias Powalowski via arch-commits
Date: Sunday, April 17, 2022 @ 18:00:39
  Author: tpowa
Revision: 442876

upgpkg: archboot 2022.04-26: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 16:23:18 UTC (rev 442875)
+++ PKGBUILD2022-04-17 18:00:39 UTC (rev 442876)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.04
-pkgrel=25
+pkgrel=26
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-04-17 Thread Antonio Rojas via arch-commits
Date: Sunday, April 17, 2022 @ 17:32:33
  Author: arojas
Revision: 1186906

archrelease: copy trunk to community-x86_64

Added:
  nethogs/repos/community-x86_64/PKGBUILD
(from rev 1186905, nethogs/trunk/PKGBUILD)
Deleted:
  nethogs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 17:32:21 UTC (rev 1186905)
+++ PKGBUILD2022-04-17 17:32:33 UTC (rev 1186906)
@@ -1,39 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: ViNS 
-# Contributor: Daenyth
-pkgname=nethogs
-pkgver=0.8.6
-pkgrel=1
-pkgdesc="A net top tool which displays traffic used per process instead of per 
IP or interface"
-url="https://github.com/raboof/nethogs;
-license=('GPL')
-depends=('libpcap' 'ncurses' 'gcc-libs')
-arch=('x86_64')
-#source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-source=(nethogs-$pkgver.tgz::https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz)
-md5sums=('e7acdcf0fd73975eb8bdf3704c952b2a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i 's|/sbin|/bin|' src/MakeApp.mk
-  sed -i 's|/local||'  Makefile
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  unset CFLAGS
-  unset CXXFLAGS
-  make prefix="/usr"
-  make prefix="/usr" libnethogs
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix="/usr" DESTDIR="$pkgdir" install
-  make prefix="/usr" DESTDIR="$pkgdir" install_lib
-  # todo: report these upstream
-  install -Dm755 src/libnethogs.h "$pkgdir/usr/include/libnethogs.h"
-  ln -s "/usr/lib/libnethogs.so.$pkgver" "$pkgdir/usr/lib/libnethogs.so"
-}
-# vim:set ts=2 sw=2 et:

Copied: nethogs/repos/community-x86_64/PKGBUILD (from rev 1186905, 
nethogs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 17:32:33 UTC (rev 1186906)
@@ -0,0 +1,37 @@
+# Maintainer: Kyle Keen 
+# Contributor: ViNS 
+# Contributor: Daenyth
+pkgname=nethogs
+pkgver=0.8.7
+pkgrel=1
+pkgdesc="A net top tool which displays traffic used per process instead of per 
IP or interface"
+url="https://github.com/raboof/nethogs;
+license=('GPL')
+depends=('libpcap' 'ncurses' 'gcc-libs')
+arch=('x86_64')
+#source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+source=(nethogs-$pkgver.tgz::https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz)
+md5sums=('7ce60a20b2de1bbd7b05f06384ffdeaf')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's|/sbin|/bin|' src/MakeApp.mk
+  sed -i 's|/local||'  Makefile
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="/usr"
+  make prefix="/usr" libnethogs
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="/usr" DESTDIR="$pkgdir" install
+  make prefix="/usr" DESTDIR="$pkgdir" install_lib
+  # todo: report these upstream
+  install -Dm755 src/libnethogs.h "$pkgdir/usr/include/libnethogs.h"
+  ln -s "/usr/lib/libnethogs.so.$pkgver" "$pkgdir/usr/lib/libnethogs.so"
+}
+# vim:set ts=2 sw=2 et:



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

2022-04-17 Thread Antonio Rojas via arch-commits
Date: Sunday, April 17, 2022 @ 17:32:21
  Author: arojas
Revision: 1186905

Update to 0.8.7

Modified:
  nethogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 17:18:09 UTC (rev 1186904)
+++ PKGBUILD2022-04-17 17:32:21 UTC (rev 1186905)
@@ -2,7 +2,7 @@
 # Contributor: ViNS 
 # Contributor: Daenyth
 pkgname=nethogs
-pkgver=0.8.6
+pkgver=0.8.7
 pkgrel=1
 pkgdesc="A net top tool which displays traffic used per process instead of per 
IP or interface"
 url="https://github.com/raboof/nethogs;
@@ -11,7 +11,7 @@
 arch=('x86_64')
 #source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
 
source=(nethogs-$pkgver.tgz::https://github.com/raboof/nethogs/archive/v$pkgver.tar.gz)
-md5sums=('e7acdcf0fd73975eb8bdf3704c952b2a')
+md5sums=('7ce60a20b2de1bbd7b05f06384ffdeaf')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -22,8 +22,6 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  unset CFLAGS
-  unset CXXFLAGS
   make prefix="/usr"
   make prefix="/usr" libnethogs
 }



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

2022-04-17 Thread Antonio Rojas via arch-commits
Date: Sunday, April 17, 2022 @ 17:18:09
  Author: arojas
Revision: 1186904

archrelease: copy trunk to community-any

Added:
  pyglet/repos/community-any/PKGBUILD
(from rev 1186903, pyglet/trunk/PKGBUILD)
Deleted:
  pyglet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 17:17:57 UTC (rev 1186903)
+++ PKGBUILD2022-04-17 17:18:09 UTC (rev 1186904)
@@ -1,38 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Ryan Coyner 
-# Contributor: Daniel J Griffiths 
-
-pkgbase=pyglet
-pkgname=('python-pyglet')
-pkgver=1.5.22
-pkgrel=1
-pkgdesc="A cross-platform windowing and multimedia library for Python"
-arch=('any')
-url="https://github.com/pyglet/pyglet;
-license=('BSD')
-depends=('python' 'glu' 'python-future')
-makedepends=('python-setuptools')
-optdepends=('ffmpeg: provides audio support'
-'openal: live audio')
-source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip;)
-md5sums=('a885cc7f8d473281f514687819c63177')
-
-prepare() {
-   cd "$srcdir/$pkgbase-$pkgver"
-
-   # 
https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
-   rm -rf pyglet/extlibs/future/
-}
-
-build() {
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py build
-}
-
-package_python-pyglet() {
-   depends=('python' 'glu' 'python-future')
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py install --root="$pkgdir" --optimize=1
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: pyglet/repos/community-any/PKGBUILD (from rev 1186903, 
pyglet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 17:18:09 UTC (rev 1186904)
@@ -0,0 +1,38 @@
+# Maintainer: Kyle Keen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Ryan Coyner 
+# Contributor: Daniel J Griffiths 
+
+pkgbase=pyglet
+pkgname=('python-pyglet')
+pkgver=1.5.23
+pkgrel=1
+pkgdesc="A cross-platform windowing and multimedia library for Python"
+arch=('any')
+url="https://github.com/pyglet/pyglet;
+license=('BSD')
+depends=('python' 'glu' 'python-future')
+makedepends=('python-setuptools')
+optdepends=('ffmpeg: provides audio support'
+'openal: live audio')
+source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip;)
+md5sums=('a9b2190cf12af4f0eb6d5a0e788f4ffe')
+
+prepare() {
+   cd "$srcdir/$pkgbase-$pkgver"
+
+   # 
https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
+   rm -rf pyglet/extlibs/future/
+}
+
+build() {
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py build
+}
+
+package_python-pyglet() {
+   depends=('python' 'glu' 'python-future')
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py install --root="$pkgdir" --optimize=1
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-04-17 Thread Antonio Rojas via arch-commits
Date: Sunday, April 17, 2022 @ 17:17:57
  Author: arojas
Revision: 1186903

Update to 1.5.23

Modified:
  pyglet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 17:12:25 UTC (rev 1186902)
+++ PKGBUILD2022-04-17 17:17:57 UTC (rev 1186903)
@@ -5,7 +5,7 @@
 
 pkgbase=pyglet
 pkgname=('python-pyglet')
-pkgver=1.5.22
+pkgver=1.5.23
 pkgrel=1
 pkgdesc="A cross-platform windowing and multimedia library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('ffmpeg: provides audio support'
 'openal: live audio')
 
source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip;)
-md5sums=('a885cc7f8d473281f514687819c63177')
+md5sums=('a9b2190cf12af4f0eb6d5a0e788f4ffe')
 
 prepare() {
cd "$srcdir/$pkgbase-$pkgver"



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

2022-04-17 Thread Antonio Rojas via arch-commits
Date: Sunday, April 17, 2022 @ 17:12:25
  Author: arojas
Revision: 1186902

archrelease: copy trunk to community-x86_64

Added:
  freeciv/repos/community-x86_64/PKGBUILD
(from rev 1186901, freeciv/trunk/PKGBUILD)
Deleted:
  freeciv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 17:12:12 UTC (rev 1186901)
+++ PKGBUILD2022-04-17 17:12:25 UTC (rev 1186902)
@@ -1,26 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=freeciv
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
-arch=('x86_64')
-url="http://www.freeciv.org/;
-license=('GPL')
-depends=('gtk3' 'sdl_mixer' 'lua53' 'sqlite' 'curl')
-makedepends=('python')
-backup=('etc/freeciv/database.lua')
-source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('8157351dc9e83ea24b87873a216ccc473b5119b2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
---enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 
--enable-aimodules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: freeciv/repos/community-x86_64/PKGBUILD (from rev 1186901, 
freeciv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 17:12:25 UTC (rev 1186902)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=freeciv
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
+arch=('x86_64')
+url="http://www.freeciv.org/;
+license=('GPL')
+depends=('gtk3' 'sdl_mixer' 'lua53' 'sqlite' 'curl')
+makedepends=('python')
+backup=('etc/freeciv/database.lua')
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('decc0b8b89d4a539a4303c8064a38e04258cadbc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
+--enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 
--enable-aimodules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2022-04-17 Thread Antonio Rojas via arch-commits
Date: Sunday, April 17, 2022 @ 17:12:12
  Author: arojas
Revision: 1186901

Update to 3.0.1

Modified:
  freeciv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 16:29:23 UTC (rev 1186900)
+++ PKGBUILD2022-04-17 17:12:12 UTC (rev 1186901)
@@ -1,8 +1,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=freeciv
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
 arch=('x86_64')
 url="http://www.freeciv.org/;
@@ -11,7 +11,7 @@
 makedepends=('python')
 backup=('etc/freeciv/database.lua')
 
source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('8157351dc9e83ea24b87873a216ccc473b5119b2')
+sha1sums=('decc0b8b89d4a539a4303c8064a38e04258cadbc')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2022-04-17 Thread Antonio Rojas via arch-commits
Date: Sunday, April 17, 2022 @ 16:29:23
  Author: arojas
Revision: 1186900

archrelease: copy trunk to community-any

Added:
  jupyter-nbconvert/repos/community-any/PKGBUILD
(from rev 1186899, jupyter-nbconvert/trunk/PKGBUILD)
Deleted:
  jupyter-nbconvert/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 16:29:04 UTC (rev 1186899)
+++ PKGBUILD2022-04-17 16:29:23 UTC (rev 1186900)
@@ -1,57 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-nbconvert
-_name=nbconvert
-pkgver=6.5.0
-pkgrel=1
-pkgdesc="Jupyter Notebook Conversion"
-arch=('any')
-url="https://pypi.python.org/pypi/nbconvert;
-license=('BSD')
-depends=(
-  'jupyter-nbformat'
-  'jupyter-nbclient'
-  'jupyterlab_pygments'
-  'python-beautifulsoup4'
-  'python-bleach'
-  'python-defusedxml'
-  'python-entrypoints'
-  'python-jinja'
-  'python-pandocfilters'
-  'python-mistune1'
-  'python-pygments'
-  'python-traitlets'
-)
-makedepends=('python-pyppeteer' 'python-build' 'python-installer' 
'python-wheel')
-checkdepends=('python-pytest' 'python-ipywidgets')
-optdepends=('pandoc: non-html conversion output'
-'python-pyppeteer: for webPDF conversion support')
-source=("https://github.com/jupyter/nbconvert/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('548bfb47a15ab12b7c68e6be7c702db791effa8d524707152249a562a019b8f5')
-
-prepare() {
-  cd nbconvert-$pkgver
-  sed -e 's|setuptools>=60.0|setuptools|' -i pyproject.toml
-}
-
-build() {
-  cd nbconvert-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd nbconvert-$pkgver
-  export PYTHONPATH="$PWD" # Make sure system nbconvert is not used
-  # disable tests that download chromium and (probably) require a graphical 
session
-  pytest -v -k 'TestWebPDFExporter and not (test_export or 
test_webpdf_without_pyppeteer)' -W ignore::DeprecationWarning
-  pytest -v -k 'TestNbConvertApp and not test_webpdf_with_chromium' -W 
ignore::DeprecationWarning
-  # run all remaining tests
-  pytest -v -k 'not TestWebPDFExporter and not TestNbConvertApp' -W 
ignore::DeprecationWarning
-}
-
-package() {
-  cd nbconvert-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: jupyter-nbconvert/repos/community-any/PKGBUILD (from rev 1186899, 
jupyter-nbconvert/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 16:29:23 UTC (rev 1186900)
@@ -0,0 +1,57 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=6.5.0
+pkgrel=2
+pkgdesc="Jupyter Notebook Conversion"
+arch=('any')
+url="https://pypi.python.org/pypi/nbconvert;
+license=('BSD')
+depends=(
+  'jupyter-nbformat'
+  'jupyter-nbclient'
+  'jupyterlab_pygments'
+  'python-beautifulsoup4'
+  'python-bleach'
+  'python-defusedxml'
+  'python-entrypoints'
+  'python-jinja'
+  'python-pandocfilters'
+  'python-mistune1'
+  'python-pygments'
+  'python-traitlets'
+)
+makedepends=('python-pyppeteer')
+checkdepends=('python-pytest' 'python-ipywidgets')
+optdepends=('pandoc: non-html conversion output'
+'python-pyppeteer: for webPDF conversion support')
+source=("https://github.com/jupyter/nbconvert/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('548bfb47a15ab12b7c68e6be7c702db791effa8d524707152249a562a019b8f5')
+
+prepare() {
+  cd nbconvert-$pkgver
+  sed -e 's|setuptools>=60.0|setuptools|' -i pyproject.toml
+}
+
+build() {
+  cd nbconvert-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nbconvert-$pkgver
+  export PYTHONPATH="$PWD" # Make sure system nbconvert is not used
+  # disable tests that download chromium and (probably) require a graphical 
session
+  pytest -v -k 'TestWebPDFExporter and not (test_export or 
test_webpdf_without_pyppeteer)' -W ignore::DeprecationWarning
+  pytest -v -k 'TestNbConvertApp and not test_webpdf_with_chromium' -W 
ignore::DeprecationWarning
+  # run all remaining tests
+  pytest -v -k 'not TestWebPDFExporter and not TestNbConvertApp' -W 
ignore::DeprecationWarning
+}
+
+package() {
+  cd nbconvert-$pkgver
+  python setup.py install --skip-build --optimize=1 --root="$pkgdir"
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-04-17 Thread Antonio Rojas via arch-commits
Date: Sunday, April 17, 2022 @ 16:29:04
  Author: arojas
Revision: 1186899

Revert PEP517 to fix missing styles (FS#74463)

Modified:
  jupyter-nbconvert/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 15:49:48 UTC (rev 1186898)
+++ PKGBUILD2022-04-17 16:29:04 UTC (rev 1186899)
@@ -3,7 +3,7 @@
 pkgname=jupyter-nbconvert
 _name=nbconvert
 pkgver=6.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Jupyter Notebook Conversion"
 arch=('any')
 url="https://pypi.python.org/pypi/nbconvert;
@@ -22,7 +22,7 @@
   'python-pygments'
   'python-traitlets'
 )
-makedepends=('python-pyppeteer' 'python-build' 'python-installer' 
'python-wheel')
+makedepends=('python-pyppeteer')
 checkdepends=('python-pytest' 'python-ipywidgets')
 optdepends=('pandoc: non-html conversion output'
 'python-pyppeteer: for webPDF conversion support')
@@ -36,7 +36,7 @@
 
 build() {
   cd nbconvert-$pkgver
-  python -m build --wheel --no-isolation
+  python setup.py build
 }
 
 check() {
@@ -51,7 +51,7 @@
 
 package() {
   cd nbconvert-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
+  python setup.py install --skip-build --optimize=1 --root="$pkgdir"
 
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }



[arch-commits] Commit in archboot-arm/repos/extra-any (4 files)

2022-04-17 Thread Tobias Powalowski via arch-commits
Date: Sunday, April 17, 2022 @ 16:23:18
  Author: tpowa
Revision: 442875

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 442874, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 442874, archboot-arm/trunk/archboot.install)
Deleted:
  archboot-arm/repos/extra-any/PKGBUILD
  archboot-arm/repos/extra-any/archboot.install

--+
 PKGBUILD |  108 ++---
 archboot.install |   38 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 16:23:11 UTC (rev 442874)
+++ PKGBUILD2022-04-17 16:23:18 UTC (rev 442875)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.04
-pkgrel=24
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'vi' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient'
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'haveged' 'pambase' 
'traceroute' 'grub' 
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-   'etc/archboot/x86_64-local.conf'
-'etc/archboot/aarch64-local.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 442874, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 16:23:18 UTC (rev 442875)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.04
+pkgrel=25
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 

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

2022-04-17 Thread Tobias Powalowski via arch-commits
Date: Sunday, April 17, 2022 @ 16:23:11
  Author: tpowa
Revision: 442874

upgpkg: archboot-arm 2022.04-25: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 16:22:24 UTC (rev 442873)
+++ PKGBUILD2022-04-17 16:23:11 UTC (rev 442874)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.04
-pkgrel=24
+pkgrel=25
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



[arch-commits] Commit in archboot/repos/extra-any (4 files)

2022-04-17 Thread Tobias Powalowski via arch-commits
Date: Sunday, April 17, 2022 @ 16:22:24
  Author: tpowa
Revision: 442873

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 442872, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 442872, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |  110 ++---
 archboot.install |   38 +-
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 16:22:17 UTC (rev 442872)
+++ PKGBUILD2022-04-17 16:22:24 UTC (rev 442873)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.04
-pkgrel=24
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vi' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/x86_64-local.conf'
-   'etc/archboot/aarch64-local.conf'
-   'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-   'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 442872, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 16:22:24 UTC (rev 442873)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.04
+pkgrel=25
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 

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

2022-04-17 Thread Tobias Powalowski via arch-commits
Date: Sunday, April 17, 2022 @ 16:22:17
  Author: tpowa
Revision: 442872

upgpkg: archboot 2022.04-25: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 13:01:43 UTC (rev 442871)
+++ PKGBUILD2022-04-17 16:22:17 UTC (rev 442872)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.04
-pkgrel=24
+pkgrel=25
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-04-17 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 17, 2022 @ 15:49:48
  Author: seblu
Revision: 1186898

archrelease: copy trunk to community-x86_64

Added:
  go-ipfs/repos/community-x86_64/PKGBUILD
(from rev 1186897, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-x86_64/ipfs.service
(from rev 1186897, go-ipfs/trunk/ipfs.service)
  go-ipfs/repos/community-x86_64/ipfs@.service
(from rev 1186897, go-ipfs/trunk/ipfs@.service)
  go-ipfs/repos/community-x86_64/rb.patch
(from rev 1186897, go-ipfs/trunk/rb.patch)
Deleted:
  go-ipfs/repos/community-x86_64/PKGBUILD
  go-ipfs/repos/community-x86_64/ipfs.service
  go-ipfs/repos/community-x86_64/ipfs@.service
  go-ipfs/repos/community-x86_64/rb.patch

---+
 PKGBUILD  |  126 
 ipfs.service  |   18 
 ipfs@.service |   20 
 rb.patch  |   26 +--
 4 files changed, 97 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 15:49:41 UTC (rev 1186897)
+++ PKGBUILD2022-04-17 15:49:48 UTC (rev 1186898)
@@ -1,61 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Anatol Pomozov
-# Contributor: kpcyrd 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Ian Naval 
-
-pkgname=go-ipfs
-pkgver=0.11.0
-pkgrel=1
-
-pkgdesc='A peer-to-peer hypermedia distribution protocol'
-url='https://ipfs.io/'
-arch=(x86_64)
-license=(MIT)
-
-depends=(glibc)
-optdepends=('fuse2: for mounting/advanced use')
-makedepends=(go git)
-
-source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/releases/download/v$pkgver/go-ipfs-source.tar.gz
-# https://github.com/ipfs/go-ipfs/pull/8213#issuecomment-881866789
-rb.patch
-ipfs.service
-ipfs@.service)
-noextract=(go-ipfs-$pkgver.tar.gz)
-
-sha512sums=('4d94b697030d701969479559712e823dab14f98a1dea1418dc6ba2210a31b11ab9835db8b17d188f5fc15b2f0de260cb4c90e2e05915bda72e9dff4411cb6a86'
-
'5591bb5b309ccf6464723650831e7ed1bf6ffc7e18645c3563452df965091b94d265b079db92ae0b359aa964540b2ee1c1b60b3000102168bfd32730b640f12c'
-
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
-
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
-
-prepare() {
-  mkdir -p go-ipfs
-  tar -C go-ipfs -xf go-ipfs-$pkgver.tar.gz
-  cd go-ipfs
-  patch -Np1 -i ../rb.patch
-}
-
-build() {
-  cd go-ipfs
-
-  export CGO_LDFLAGS="$LDFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  make build
-
-  cmd/ipfs/ipfs commands completion bash >"$srcdir"/ipfs-completion.bash
-}
-
-package() {
-  cd go-ipfs
-  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
-  install -Dm 644 "$srcdir"/ipfs.service 
"$pkgdir/usr/lib/systemd/user/ipfs.service"
-  install -Dm 644 "$srcdir"/ipfs@.service 
"$pkgdir/usr/lib/systemd/system/ipfs@.service"
-  install -Dm 644 "$srcdir"/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
-  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname/MIT" LICENSE-MIT
-  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname/APACHE" 
LICENSE-APACHE
-  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: go-ipfs/repos/community-x86_64/PKGBUILD (from rev 1186897, 
go-ipfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 15:49:48 UTC (rev 1186898)
@@ -0,0 +1,65 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
+# Contributor: kpcyrd 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Ian Naval 
+
+pkgname=go-ipfs
+pkgver=0.12.2
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='https://ipfs.io/'
+arch=(x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse2: for mounting/advanced use')
+makedepends=(go git)
+
+source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/releases/download/v$pkgver/go-ipfs-source.tar.gz
+# https://github.com/ipfs/go-ipfs/pull/8213#issuecomment-881866789
+rb.patch
+ipfs.service
+ipfs@.service)
+noextract=(go-ipfs-$pkgver.tar.gz)
+
+sha512sums=('8164d175a59eb0b6ccac5e99eb5f0d135e5aa4782b6007e9eed0adc65b46b526dc7fa7e38d26fb5fb89d48a40567aa851c434a5af20888e31f8d419e3955d375'
+
'5591bb5b309ccf6464723650831e7ed1bf6ffc7e18645c3563452df965091b94d265b079db92ae0b359aa964540b2ee1c1b60b3000102168bfd32730b640f12c'
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
+

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

2022-04-17 Thread Sébastien Luttringer via arch-commits
Date: Sunday, April 17, 2022 @ 15:49:41
  Author: seblu
Revision: 1186897

upgpkg: go-ipfs 0.12.2-1

Modified:
  go-ipfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 15:35:03 UTC (rev 1186896)
+++ PKGBUILD2022-04-17 15:49:41 UTC (rev 1186897)
@@ -5,7 +5,7 @@
 # Contributor: Ian Naval 
 
 pkgname=go-ipfs
-pkgver=0.11.0
+pkgver=0.12.2
 pkgrel=1
 
 pkgdesc='A peer-to-peer hypermedia distribution protocol'
@@ -24,7 +24,7 @@
 ipfs@.service)
 noextract=(go-ipfs-$pkgver.tar.gz)
 
-sha512sums=('4d94b697030d701969479559712e823dab14f98a1dea1418dc6ba2210a31b11ab9835db8b17d188f5fc15b2f0de260cb4c90e2e05915bda72e9dff4411cb6a86'
+sha512sums=('8164d175a59eb0b6ccac5e99eb5f0d135e5aa4782b6007e9eed0adc65b46b526dc7fa7e38d26fb5fb89d48a40567aa851c434a5af20888e31f8d419e3955d375'
 
'5591bb5b309ccf6464723650831e7ed1bf6ffc7e18645c3563452df965091b94d265b079db92ae0b359aa964540b2ee1c1b60b3000102168bfd32730b640f12c'
 
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6'
 
'aed168a35228c4f873e0040d1412f3568bfe1ad1e94ffb8b1a2507058daaf75d7346381d299cf9f0b91951b21553170249ff5f45d5fc060e711cf628ab5e5aad')
@@ -44,8 +44,12 @@
   export CGO_CPPFLAGS="$CPPFLAGS"
   export CGO_CXXFLAGS="$CXXFLAGS"
   export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+  # dirty fix go1.18
+  sed -i -r 's,^go 1\.[0-9]+,go 1.18,' go.mod
+  go mod tidy
+  go get github.com/lucas-clemente/quic-go@v0.26.0
+  go mod vendor
   make build
-
   cmd/ipfs/ipfs commands completion bash >"$srcdir"/ipfs-completion.bash
 }
 



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

2022-04-17 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, April 17, 2022 @ 15:35:03
  Author: orhun
Revision: 1186896

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 15:34:50 UTC (rev 1186895)
+++ PKGBUILD2022-04-17 15:35:03 UTC (rev 1186896)
@@ -1,40 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: KokaKiwi 
-
-pkgname=cargo-nextest
-pkgver=0.9.12
-pkgrel=1
-pkgdesc="A next-generation test runner for Rust."
-arch=('x86_64')
-url="https://github.com/nextest-rs/nextest;
-license=('Apache' 'MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/cargo-nextest-$pkgver.tar.gz")
-sha256sums=('95ba71b885cf36103e78b18447e846727f88222b4924e2f8416d59c85b912b39')
-b2sums=('e983a9f0da490b46dca5819b920e9dbc7ed2afbc95f519d09c72b5b8884c6c25b63a615ce5abffea62c5e6ae5a084588954298828b25dbfe1e0a476fa713ca39')
-
-prepare() {
-  mv "nextest-$pkgname-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen --package "$pkgname"
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo run --package cargo-nextest -- nextest run --all-features --profile ci
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-nextest/repos/community-x86_64/PKGBUILD (from rev 1186895, 
cargo-nextest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 15:35:03 UTC (rev 1186896)
@@ -0,0 +1,40 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: KokaKiwi 
+
+pkgname=cargo-nextest
+pkgver=0.9.13
+pkgrel=1
+pkgdesc="A next-generation test runner for Rust."
+arch=('x86_64')
+url="https://github.com/nextest-rs/nextest;
+license=('Apache' 'MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/cargo-nextest-$pkgver.tar.gz")
+sha256sums=('229baa3ce5f58818922e4ecdd4cf1afc2423cf9ace992438899622f62536a00d')
+b2sums=('c6ae8ada361b09b699950c6f1c96c1a56bf6099412295e57f4947deeba28c1bed6e0a352a01458030a0edc2452cee311abd64bf7a5032ca5053286159bd7a611')
+
+prepare() {
+  mv "nextest-$pkgname-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen --package "$pkgname"
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo run --package cargo-nextest -- nextest run --all-features --profile ci
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-04-17 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, April 17, 2022 @ 15:34:50
  Author: orhun
Revision: 1186895

upgpkg: cargo-nextest 0.9.13-1: upstream release

Modified:
  cargo-nextest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 15:29:38 UTC (rev 1186894)
+++ PKGBUILD2022-04-17 15:34:50 UTC (rev 1186895)
@@ -2,7 +2,7 @@
 # Contributor: KokaKiwi 
 
 pkgname=cargo-nextest
-pkgver=0.9.12
+pkgver=0.9.13
 pkgrel=1
 pkgdesc="A next-generation test runner for Rust."
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/cargo-nextest-$pkgver.tar.gz")
-sha256sums=('95ba71b885cf36103e78b18447e846727f88222b4924e2f8416d59c85b912b39')
-b2sums=('e983a9f0da490b46dca5819b920e9dbc7ed2afbc95f519d09c72b5b8884c6c25b63a615ce5abffea62c5e6ae5a084588954298828b25dbfe1e0a476fa713ca39')
+sha256sums=('229baa3ce5f58818922e4ecdd4cf1afc2423cf9ace992438899622f62536a00d')
+b2sums=('c6ae8ada361b09b699950c6f1c96c1a56bf6099412295e57f4947deeba28c1bed6e0a352a01458030a0edc2452cee311abd64bf7a5032ca5053286159bd7a611')
 
 prepare() {
   mv "nextest-$pkgname-$pkgver" "$pkgname-$pkgver"



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

2022-04-17 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, April 17, 2022 @ 15:29:38
  Author: orhun
Revision: 1186894

archrelease: copy trunk to community-x86_64

Added:
  xh/repos/community-x86_64/PKGBUILD
(from rev 1186893, xh/trunk/PKGBUILD)
Deleted:
  xh/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 15:29:24 UTC (rev 1186893)
+++ PKGBUILD2022-04-17 15:29:38 UTC (rev 1186894)
@@ -1,47 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Maintainer: Caleb Maclennan 
-# Contributor: Wesley Moore 
-
-pkgname=xh
-pkgver=0.15.0
-pkgrel=1
-pkgdesc="Friendly and fast tool for sending HTTP requests"
-arch=('x86_64')
-url="https://github.com/ducaale/xh;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-replaces=('ht-rs' 'ht')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('67dcea38d58115fb745eb41142a118110ff070d7d484128cc066d9b4bb01c68d')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  CFLAGS+=" -ffat-lto-objects"
-  cargo build --frozen --release --features native-tls
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen --features native-tls
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "doc/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
-  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
-  # `xh` will default to HTTPS scheme if the binary name is one of `xhs`, 
`https`, or `xhttps`
-  ln -s "/usr/bin/$pkgname" "$pkgdir/usr/bin/${pkgname}s"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xh/repos/community-x86_64/PKGBUILD (from rev 1186893, xh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 15:29:38 UTC (rev 1186894)
@@ -0,0 +1,47 @@
+# Maintainer: Orhun Parmaksız 
+# Maintainer: Caleb Maclennan 
+# Contributor: Wesley Moore 
+
+pkgname=xh
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="Friendly and fast tool for sending HTTP requests"
+arch=('x86_64')
+url="https://github.com/ducaale/xh;
+license=('MIT')
+depends=('gcc-libs' 'openssl')
+makedepends=('cargo')
+replaces=('ht-rs' 'ht')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('d6ec84977da567dd36a4c59d624dc1e2b1c77a21e2b0a10e463216120be8112d')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  CFLAGS+=" -ffat-lto-objects"
+  cargo build --frozen --release --features native-tls
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen --features native-tls
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "doc/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
+  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
+  # `xh` will default to HTTPS scheme if the binary name is one of `xhs`, 
`https`, or `xhttps`
+  ln -s "/usr/bin/$pkgname" "$pkgdir/usr/bin/${pkgname}s"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-04-17 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, April 17, 2022 @ 15:29:24
  Author: orhun
Revision: 1186893

upgpkg: xh 0.16.0-1: upstream release

Modified:
  xh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 15:28:49 UTC (rev 1186892)
+++ PKGBUILD2022-04-17 15:29:24 UTC (rev 1186893)
@@ -3,17 +3,17 @@
 # Contributor: Wesley Moore 
 
 pkgname=xh
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="Friendly and fast tool for sending HTTP requests"
 arch=('x86_64')
 url="https://github.com/ducaale/xh;
 license=('MIT')
-depends=('gcc-libs')
+depends=('gcc-libs' 'openssl')
 makedepends=('cargo')
 replaces=('ht-rs' 'ht')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('67dcea38d58115fb745eb41142a118110ff070d7d484128cc066d9b4bb01c68d')
+sha256sums=('d6ec84977da567dd36a4c59d624dc1e2b1c77a21e2b0a10e463216120be8112d')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2022-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 17, 2022 @ 15:28:49
  Author: svenstaro
Revision: 1186892

archrelease: copy trunk to community-x86_64

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

-+
 0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch |  128 
+-
 PKGBUILD|  120 
-
 2 files changed, 124 insertions(+), 124 deletions(-)

Deleted: 0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch
===
--- 0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch 
2022-04-17 15:28:31 UTC (rev 1186891)
+++ 0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch 
2022-04-17 15:28:49 UTC (rev 1186892)
@@ -1,64 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Thu, 4 Nov 2021 22:04:17 +
-Subject: [PATCH] patch_terminfo_bugs: Extend smglr ignores to smglp and smgrp
-
-The latter were added for xterm by ncurses 6.3 and are similarly
-affected.
-
-Fixes https://github.com/neovim/neovim/issues/16238

- src/nvim/tui/tui.c | 16 
- 1 file changed, 16 insertions(+)
-
-diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c
-index f9c5521bdb63..bb752863692d 100644
 a/src/nvim/tui/tui.c
-+++ b/src/nvim/tui/tui.c
-@@ -1663,30 +1663,46 @@ static void patch_terminfo_bugs(TUIData *data, const 
char *term, const char *col
- ILOG("Disabling smglr with TERM=xterm for non-xterm.");
- unibi_set_str(ut, unibi_set_lr_margin, NULL);
-   }
-+  if (unibi_get_str(ut, unibi_set_left_margin_parm)) {
-+ILOG("Disabling smglp with TERM=xterm for non-xterm.");
-+unibi_set_str(ut, unibi_set_left_margin_parm, NULL);
-+  }
-+  if (unibi_get_str(ut, unibi_set_right_margin_parm)) {
-+ILOG("Disabling smgrp with TERM=xterm for non-xterm.");
-+unibi_set_str(ut, unibi_set_right_margin_parm, NULL);
-+  }
- }
- 
- #ifdef WIN32
- // XXX: workaround libuv implicit LF => CRLF conversion. #10558
- unibi_set_str(ut, unibi_cursor_down, "\x1b[B");
- #endif
-   } else if (rxvt) {
- // 2017-04 terminfo.src lacks these.  Unicode rxvt has them.
- unibi_set_if_empty(ut, unibi_enter_italics_mode, "\x1b[3m");
- unibi_set_if_empty(ut, unibi_exit_italics_mode, "\x1b[23m");
- unibi_set_if_empty(ut, unibi_to_status_line, "\x1b]2");
- unibi_set_if_empty(ut, unibi_from_status_line, "\x07");
- // 2017-04 terminfo.src has older control sequences.
- unibi_set_str(ut, unibi_enter_ca_mode, "\x1b[?1049h");
- unibi_set_str(ut, unibi_exit_ca_mode, "\x1b[?1049l");
-   } else if (screen) {
- // per the screen manual; 2017-04 terminfo.src lacks these.
- unibi_set_if_empty(ut, unibi_to_status_line, "\x1b_");
- unibi_set_if_empty(ut, unibi_from_status_line, "\x1b\\");
- // Fix an issue where smglr is inherited by TERM=screen.xterm.
- if (unibi_get_str(ut, unibi_set_lr_margin)) {
-   ILOG("Disabling smglr with TERM=screen.xterm for screen.");
-   unibi_set_str(ut, unibi_set_lr_margin, NULL);
- }
-+if (unibi_get_str(ut, unibi_set_left_margin_parm)) {
-+  ILOG("Disabling smglp with TERM=screen.xterm for screen.");
-+  unibi_set_str(ut, unibi_set_left_margin_parm, NULL);
-+}
-+if (unibi_get_str(ut, unibi_set_right_margin_parm)) {
-+  ILOG("Disabling smgrp with TERM=screen.xterm for screen.");
-+  unibi_set_str(ut, unibi_set_right_margin_parm, NULL);
-+}
-   } else if (tmux) {
- unibi_set_if_empty(ut, unibi_to_status_line, "\x1b_");
- unibi_set_if_empty(ut, unibi_from_status_line, "\x1b\\");

Copied: 
neovim/repos/community-x86_64/0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch
 (from rev 1186891, 
neovim/trunk/0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch)
===
--- 0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch 
(rev 0)
+++ 0001-patch_terminfo_bugs-Extend-smglr-ignores-to-smglp-an.patch 
2022-04-17 15:28:49 UTC (rev 1186892)
@@ -0,0 +1,64 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Thu, 4 Nov 2021 22:04:17 +
+Subject: [PATCH] patch_terminfo_bugs: Extend smglr ignores to smglp and smgrp
+
+The latter were added for xterm by ncurses 6.3 and are similarly
+affected.
+
+Fixes 

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

2022-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 17, 2022 @ 15:28:31
  Author: svenstaro
Revision: 1186891

upgpkg: neovim 0.7.0-1

Modified:
  neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 15:20:54 UTC (rev 1186890)
+++ PKGBUILD2022-04-17 15:28:31 UTC (rev 1186891)
@@ -1,11 +1,11 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Maintainer: Caleb Maclennan 
 # Contributor: Florian Walch 
 # Contributor: Florian Hahn 
 
 pkgname=neovim
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
 url='https://neovim.io'
@@ -12,7 +12,7 @@
 backup=('etc/xdg/nvim/sysinit.vim')
 license=('custom:neovim')
 provides=('vim-plugin-runtime')
-depends=('libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 'luajit' 
'libluv' 'tree-sitter')
+depends=('libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm01' 'luajit' 
'libluv' 'tree-sitter')
 makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
 optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
 'xclip: for clipboard support on X11 (or xsel) (see :help 
clipboard)'
@@ -19,7 +19,7 @@
 'xsel: for clipboard support on X11 (or xclip) (see :help 
clipboard)'
 'wl-clipboard: for clipboard support on wayland (see :help 
clipboard)')
 
source=("https://github.com/neovim/neovim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('399489f6aaabec2a89b695b22dcd860149acaad723372cced0b4d2cdae464e2db5758372b9123cd0d2a683e0ea42b871935eb85e550cecce620d896691cfda53')
+sha512sums=('3597c54fb925a4d607bca9ba0fdb37df90ecb816da99f52baf46cc2ec79727a55048ba1d8d22c8e7d61f0e8e35546326b1d0d15c0a91de8bf5bc529c45fb1ce0')
 
 build() {
   cd neovim-${pkgver}
@@ -43,7 +43,7 @@
   DESTDIR="${pkgdir}" cmake --install build
 
   cd "${srcdir}/neovim-${pkgver}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
   install -Dm644 runtime/nvim.desktop 
"${pkgdir}/usr/share/applications/nvim.desktop"
   install -Dm644 runtime/nvim.appdata.xml 
"${pkgdir}/usr/share/metainfo/nvim.appdata.xml"
   install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"



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

2022-04-17 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, April 17, 2022 @ 15:20:54
  Author: orhun
Revision: 1186890

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 15:20:28 UTC (rev 1186889)
+++ PKGBUILD2022-04-17 15:20:54 UTC (rev 1186890)
@@ -1,37 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Vlad Frolov 
-
-pkgname=cargo-depgraph
-pkgver=1.2.2
-pkgrel=3
-pkgdesc="Creates dependency graphs for cargo projects using cargo metadata and 
graphviz"
-arch=('x86_64')
-url="https://sr.ht/~jplatte/cargo-depgraph;
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~jplatte/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('7f56739ca920d3be998bfd2365fd0f5d468b9297352269ea043169ae87005349')
-
-prepare() {
-  cd "$pkgname-v$pkgver"
-  cargo fetch --locked
-}
-
-build() {
-  cd "$pkgname-v$pkgver"
-  cargo build --release --frozen
-}
-
-check() {
-  cd "$pkgname-v$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-v$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo-depgraph/repos/community-x86_64/PKGBUILD (from rev 1186889, 
cargo-depgraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 15:20:54 UTC (rev 1186890)
@@ -0,0 +1,37 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Vlad Frolov 
+
+pkgname=cargo-depgraph
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="Creates dependency graphs for cargo projects using cargo metadata and 
graphviz"
+arch=('x86_64')
+url="https://sr.ht/~jplatte/cargo-depgraph;
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~jplatte/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('1860237226c523d86fab081bcb82c36c49761b2c04c6741f1a2dddc0eabe6676')
+
+prepare() {
+  cd "$pkgname-v$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-v$pkgver"
+  cargo build --release --frozen
+}
+
+check() {
+  cd "$pkgname-v$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-v$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-04-17 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, April 17, 2022 @ 15:20:28
  Author: orhun
Revision: 1186889

upgpkg: cargo-depgraph 1.2.4-1: upstream release

Modified:
  cargo-depgraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 14:31:17 UTC (rev 1186888)
+++ PKGBUILD2022-04-17 15:20:28 UTC (rev 1186889)
@@ -2,20 +2,20 @@
 # Contributor: Vlad Frolov 
 
 pkgname=cargo-depgraph
-pkgver=1.2.2
-pkgrel=3
+pkgver=1.2.4
+pkgrel=1
 pkgdesc="Creates dependency graphs for cargo projects using cargo metadata and 
graphviz"
 arch=('x86_64')
 url="https://sr.ht/~jplatte/cargo-depgraph;
 license=('GPL3')
 depends=('gcc-libs')
-makedepends=('rust')
+makedepends=('cargo')
 
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~jplatte/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('7f56739ca920d3be998bfd2365fd0f5d468b9297352269ea043169ae87005349')
+sha256sums=('1860237226c523d86fab081bcb82c36c49761b2c04c6741f1a2dddc0eabe6676')
 
 prepare() {
   cd "$pkgname-v$pkgver"
-  cargo fetch --locked
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
 }
 
 build() {



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

2022-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 17, 2022 @ 14:31:17
  Author: svenstaro
Revision: 1186888

archrelease: copy trunk to community-x86_64

Added:
  libvterm01/repos/community-x86_64/
  libvterm01/repos/community-x86_64/PKGBUILD
(from rev 1186887, libvterm01/trunk/PKGBUILD)

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

Copied: libvterm01/repos/community-x86_64/PKGBUILD (from rev 1186887, 
libvterm01/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-04-17 14:31:17 UTC (rev 1186888)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgname=libvterm01
+pkgver=0.1.4
+pkgrel=1
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
+arch=('x86_64')
+url='https://www.leonerd.org.uk/code/libvterm/'
+license=('MIT')
+depends=('glibc')
+provides=('libvterm')
+conflicts=('libvterm')
+source=("https://www.leonerd.org.uk/code/libvterm/libvterm-${pkgver}.tar.gz;)
+sha256sums=('bc70349e95559c667672fc8c55b9527d9db9ada0fb80a3beda533418d782d3dd')
+
+build() {
+  cd "libvterm-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "libvterm-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:



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

2022-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 17, 2022 @ 14:31:03
  Author: svenstaro
Revision: 1186887

upgpkg: libvterm01 0.1.4-1

Modified:
  libvterm01/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 14:24:41 UTC (rev 1186886)
+++ PKGBUILD2022-04-17 14:31:03 UTC (rev 1186887)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Florian Walch 
 
-pkgname=libvterm
-pkgver=0.1
+pkgname=libvterm01
+pkgver=0.1.4
 pkgrel=1
 pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
 arch=('x86_64')
@@ -9,17 +9,18 @@
 url='https://www.leonerd.org.uk/code/libvterm/'
 license=('MIT')
 depends=('glibc')
-makedepends=('git')
+provides=('libvterm')
+conflicts=('libvterm')
 source=("https://www.leonerd.org.uk/code/libvterm/libvterm-${pkgver}.tar.gz;)
-sha256sums=('e419c58ea71e392c9084cb872ae75bc2d07177d859b8efe9702243de36949ddd')
+sha256sums=('bc70349e95559c667672fc8c55b9527d9db9ada0fb80a3beda533418d782d3dd')
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd "libvterm-${pkgver}"
   make PREFIX=/usr
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd "libvterm-${pkgver}"
   make PREFIX=/usr DESTDIR="${pkgdir}" install
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



[arch-commits] Commit in (4 files)

2022-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 17, 2022 @ 14:24:41
  Author: svenstaro
Revision: 1186886

Add libvterm01 for neovim 0.7

Added:
  libvterm01/
  libvterm01/repos/
  libvterm01/trunk/
  libvterm01/trunk/PKGBUILD

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

Added: libvterm01/trunk/PKGBUILD
===
--- libvterm01/trunk/PKGBUILD   (rev 0)
+++ libvterm01/trunk/PKGBUILD   2022-04-17 14:24:41 UTC (rev 1186886)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgname=libvterm
+pkgver=0.1
+pkgrel=1
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
+arch=('x86_64')
+url='https://www.leonerd.org.uk/code/libvterm/'
+license=('MIT')
+depends=('glibc')
+makedepends=('git')
+source=("https://www.leonerd.org.uk/code/libvterm/libvterm-${pkgver}.tar.gz;)
+sha256sums=('e419c58ea71e392c9084cb872ae75bc2d07177d859b8efe9702243de36949ddd')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:



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

2022-04-17 Thread Antonio Rojas via arch-commits
Date: Sunday, April 17, 2022 @ 14:21:18
  Author: arojas
Revision: 1186885

archrelease: copy trunk to community-x86_64

Added:
  qmc2/repos/community-x86_64/PKGBUILD
(from rev 1186884, qmc2/trunk/PKGBUILD)
Deleted:
  qmc2/repos/community-x86_64/PKGBUILD
  qmc2/repos/community-x86_64/qmc2-qt5.15.patch
  qmc2/repos/community-x86_64/qmc2-types.patch

---+
 PKGBUILD  |   65 +--
 qmc2-qt5.15.patch |   10 
 qmc2-types.patch  |  952 
 3 files changed, 28 insertions(+), 999 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 14:20:57 UTC (rev 1186884)
+++ PKGBUILD2022-04-17 14:21:18 UTC (rev 1186885)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: JJDaNiMoTh 
-
-pkgname=qmc2
-pkgver=0.195
-pkgrel=3
-pkgdesc="Qt based UNIX MAME frontend supporting SDLMAME"
-url="https://qmc2.batcom-it.net/;
-license=(GPL)
-arch=(x86_64)
-depends=(qt5-webkit qt5-svg qt5-multimedia qt5-xmlpatterns sdl2 minizip)
-makedepends=(rsync)
-source=("https://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2;
- qmc2-qt5.15.patch qmc2-types.patch)
-sha256sums=('44b36a80ab7cd23e0efc3e0296ea680b38dd122319379bf6a4dcb9c283e7'
-'2648c31e12ceebbe10726741a533b9daddf6ecb62d48cbdb154f4a1bdb98082a'
-'8b38ad467bc690102ecf59fdde4604991ccb6e59a43c17860ba1e4d043ed94ee')
-
-prepare() {
-  patch -d $pkgname -p1 -i ../qmc2-qt5.15.patch # Fix build with Qt 5.15
-  patch -d $pkgname --binary -p1 -i ../qmc2-types.patch # Fix keyword 
redefinition
-}
-
-build() {
-  cd $pkgname
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt5 \
-SYSTEM_MINIZIP=1 SYSTEM_ZLIB=1
-}
-
-package() {
-  cd $pkgname
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt5 DESTDIR="$pkgdir" install
-  install -d "$pkgdir"/usr/share/{applications,pixmaps}
-  install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
-}

Copied: qmc2/repos/community-x86_64/PKGBUILD (from rev 1186884, 
qmc2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 14:21:18 UTC (rev 1186885)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: JJDaNiMoTh 
+
+pkgname=qmc2
+pkgver=0.242
+pkgrel=1
+pkgdesc='Qt based UNIX MAME frontend supporting SDLMAME'
+url='https://qmc2.batcom-it.net/'
+license=(GPL)
+arch=(x86_64)
+depends=(qt5-webkit qt5-svg qt5-multimedia qt5-xmlpatterns sdl2 minizip)
+makedepends=(rsync)
+source=(https://github.com/qmc2/qmc2-mame-fe/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('e4fdd103289d3d09bc8f38ea39e93a81da432705eb50fbd0370e0c4ae2e292c6')
+
+build() {
+  cd $pkgname-mame-fe-$pkgver
+  export CTIME=0
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt5 \
+SYSTEM_MINIZIP=1 SYSTEM_ZLIB=1
+}
+
+package() {
+  cd $pkgname-mame-fe-$pkgver
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt5 DESTDIR="$pkgdir" install
+  install -Dm644 data/img/mame.png -t "$pkgdir"/usr/share/pixmaps
+}

Deleted: qmc2-qt5.15.patch
===
--- qmc2-qt5.15.patch   2022-04-17 14:20:57 UTC (rev 1186884)
+++ qmc2-qt5.15.patch   2022-04-17 14:21:18 UTC (rev 1186885)
@@ -1,10 +0,0 @@
 qmc2/softwareimagewidget.cpp.orig  2020-07-08 07:27:41.029961948 +
-+++ qmc2/softwareimagewidget.cpp   2020-07-08 07:27:54.640148563 +
-@@ -3,6 +3,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "softwarelist.h"
- #include "softwaresnapshot.h"

Deleted: qmc2-types.patch
===
--- qmc2-types.patch2022-04-17 14:20:57 UTC (rev 1186884)
+++ qmc2-types.patch2022-04-17 14:21:18 UTC (rev 1186885)
@@ -1,952 +0,0 @@
-diff --git a/lzma/7zArcIn.c b/lzma/7zArcIn.c
-index 59ef8499b..323a3155f 100644
 a/lzma/7zArcIn.c
-+++ b/lzma/7zArcIn.c
-@@ -534,14 +534,14 @@ SRes SzGetNextFolderItem(CSzFolder *f, CSzData *sd)
- f->NumPackStreams = numPackStreams;
-   
- for (i = 0; i < numInStreams; i++)
--  streamUsed[i] = False;
-+  streamUsed[i] = false;
- 
- if (numBonds != 0)
- {
-   Byte coderUsed[SZ_NUM_CODERS_IN_FOLDER_MAX];
- 
-   for (i = 0; i < numCoders; i++)
--coderUsed[i] = False;
-+coderUsed[i] = false;
-   
-   for (i = 0; i < numBonds; i++)
-   {
-@@ -550,12 +550,12 @@ SRes SzGetNextFolderItem(CSzFolder *f, CSzData *sd)
- RINOK(SzReadNumber32(sd, >InIndex));
- if (bp->InIndex >= numInStreams || streamUsed[bp->InIndex])
-   return SZ_ERROR_ARCHIVE;
--streamUsed[bp->InIndex] = True;
-+

[arch-commits] Commit in qmc2/trunk (PKGBUILD qmc2-qt5.15.patch qmc2-types.patch)

2022-04-17 Thread Antonio Rojas via arch-commits
Date: Sunday, April 17, 2022 @ 14:20:57
  Author: arojas
Revision: 1186884

Update to 0.242

Modified:
  qmc2/trunk/PKGBUILD
Deleted:
  qmc2/trunk/qmc2-qt5.15.patch
  qmc2/trunk/qmc2-types.patch

---+
 PKGBUILD  |   27 -
 qmc2-qt5.15.patch |   10 
 qmc2-types.patch  |  952 
 3 files changed, 9 insertions(+), 980 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 13:48:41 UTC (rev 1186883)
+++ PKGBUILD2022-04-17 14:20:57 UTC (rev 1186884)
@@ -3,27 +3,19 @@
 # Contributor: JJDaNiMoTh 
 
 pkgname=qmc2
-pkgver=0.195
-pkgrel=3
-pkgdesc="Qt based UNIX MAME frontend supporting SDLMAME"
-url="https://qmc2.batcom-it.net/;
+pkgver=0.242
+pkgrel=1
+pkgdesc='Qt based UNIX MAME frontend supporting SDLMAME'
+url='https://qmc2.batcom-it.net/'
 license=(GPL)
 arch=(x86_64)
 depends=(qt5-webkit qt5-svg qt5-multimedia qt5-xmlpatterns sdl2 minizip)
 makedepends=(rsync)
-source=("https://downloads.sourceforge.net/project/qmc2/qmc2/$pkgver/qmc2-$pkgver.tar.bz2;
- qmc2-qt5.15.patch qmc2-types.patch)
-sha256sums=('44b36a80ab7cd23e0efc3e0296ea680b38dd122319379bf6a4dcb9c283e7'
-'2648c31e12ceebbe10726741a533b9daddf6ecb62d48cbdb154f4a1bdb98082a'
-'8b38ad467bc690102ecf59fdde4604991ccb6e59a43c17860ba1e4d043ed94ee')
+source=(https://github.com/qmc2/qmc2-mame-fe/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('e4fdd103289d3d09bc8f38ea39e93a81da432705eb50fbd0370e0c4ae2e292c6')
 
-prepare() {
-  patch -d $pkgname -p1 -i ../qmc2-qt5.15.patch # Fix build with Qt 5.15
-  patch -d $pkgname --binary -p1 -i ../qmc2-types.patch # Fix keyword 
redefinition
-}
-
 build() {
-  cd $pkgname
+  cd $pkgname-mame-fe-$pkgver
   export CTIME=0
   make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt5 \
 SYSTEM_MINIZIP=1 SYSTEM_ZLIB=1
@@ -30,8 +22,7 @@
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-mame-fe-$pkgver
   make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt5 DESTDIR="$pkgdir" install
-  install -d "$pkgdir"/usr/share/{applications,pixmaps}
-  install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
+  install -Dm644 data/img/mame.png -t "$pkgdir"/usr/share/pixmaps
 }

Deleted: qmc2-qt5.15.patch
===
--- qmc2-qt5.15.patch   2022-04-17 13:48:41 UTC (rev 1186883)
+++ qmc2-qt5.15.patch   2022-04-17 14:20:57 UTC (rev 1186884)
@@ -1,10 +0,0 @@
 qmc2/softwareimagewidget.cpp.orig  2020-07-08 07:27:41.029961948 +
-+++ qmc2/softwareimagewidget.cpp   2020-07-08 07:27:54.640148563 +
-@@ -3,6 +3,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "softwarelist.h"
- #include "softwaresnapshot.h"

Deleted: qmc2-types.patch
===
--- qmc2-types.patch2022-04-17 13:48:41 UTC (rev 1186883)
+++ qmc2-types.patch2022-04-17 14:20:57 UTC (rev 1186884)
@@ -1,952 +0,0 @@
-diff --git a/lzma/7zArcIn.c b/lzma/7zArcIn.c
-index 59ef8499b..323a3155f 100644
 a/lzma/7zArcIn.c
-+++ b/lzma/7zArcIn.c
-@@ -534,14 +534,14 @@ SRes SzGetNextFolderItem(CSzFolder *f, CSzData *sd)
- f->NumPackStreams = numPackStreams;
-   
- for (i = 0; i < numInStreams; i++)
--  streamUsed[i] = False;
-+  streamUsed[i] = false;
- 
- if (numBonds != 0)
- {
-   Byte coderUsed[SZ_NUM_CODERS_IN_FOLDER_MAX];
- 
-   for (i = 0; i < numCoders; i++)
--coderUsed[i] = False;
-+coderUsed[i] = false;
-   
-   for (i = 0; i < numBonds; i++)
-   {
-@@ -550,12 +550,12 @@ SRes SzGetNextFolderItem(CSzFolder *f, CSzData *sd)
- RINOK(SzReadNumber32(sd, >InIndex));
- if (bp->InIndex >= numInStreams || streamUsed[bp->InIndex])
-   return SZ_ERROR_ARCHIVE;
--streamUsed[bp->InIndex] = True;
-+streamUsed[bp->InIndex] = true;
- 
- RINOK(SzReadNumber32(sd, >OutIndex));
- if (bp->OutIndex >= numCoders || coderUsed[bp->OutIndex])
-   return SZ_ERROR_ARCHIVE;
--coderUsed[bp->OutIndex] = True;
-+coderUsed[bp->OutIndex] = true;
-   }
-   
-   for (i = 0; i < numCoders; i++)
-@@ -585,7 +585,7 @@ SRes SzGetNextFolderItem(CSzFolder *f, CSzData *sd)
- RINOK(SzReadNumber32(sd, ));
- if (index >= numInStreams || streamUsed[index])
-   return SZ_ERROR_ARCHIVE;
--streamUsed[index] = True;
-+streamUsed[index] = true;
- f->PackStreams[i] = index;
-   }
-   }
-@@ -740,9 +740,9 @@ static SRes ReadUnpackInfo(CSzAr *p,
-   return SZ_ERROR_UNSUPPORTED;
- 
- for (i = 0; i < numInStreams; i++)
--  streamUsed[i] = False;
-+  streamUsed[i] = false;
- for (i = 0; i < numCoders; i++)
--  coderUsed[i] = False;
-+  coderUsed[i] = false;
-   

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

2022-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 17, 2022 @ 13:48:41
  Author: svenstaro
Revision: 1186883

Fix url

Modified:
  libvterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 13:43:35 UTC (rev 1186882)
+++ PKGBUILD2022-04-17 13:48:41 UTC (rev 1186883)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
 arch=('x86_64')
-url='https://github.com/neovim/libvterm'
+url='https://www.leonerd.org.uk/code/libvterm/'
 license=('MIT')
 depends=('glibc')
 makedepends=('git')



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

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 13:43:35
  Author: dvzrv
Revision: 1186882

archrelease: copy trunk to community-any

Added:
  python-diff-cover/repos/community-any/PKGBUILD
(from rev 1186881, python-diff-cover/trunk/PKGBUILD)
Deleted:
  python-diff-cover/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 13:43:26 UTC (rev 1186881)
+++ PKGBUILD2022-04-17 13:43:35 UTC (rev 1186882)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-
-_name=diff_cover
-pkgname=python-diff-cover
-pkgver=6.4.5
-pkgrel=1
-pkgdesc="Automatically find diff lines that need test coverage"
-arch=(any)
-url="https://github.com/Bachmann1234/diff_cover;
-license=(Apache)
-depends=(python-chardet python-jinja python-pluggy python-pygments)
-makedepends=(python-build python-installer python-poetry python-wheel)
-checkdepends=(python-pytest python-pytest-mock python-tomli)
-optdepends=('python-tomli: for TOML support')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz{,.asc})
-sha512sums=('30b5156c941a62ba1103ac0563f872fd1ce844b4d0ce6c0e3f7fd496a1d0bdba16df10036a5aa20bb5c718e77a37d66307e0a7083547077ed54d5de1e0386444'
-'SKIP')
-b2sums=('df16b9ddfb737d5f5fa3812b5bee3f7a46b3e00fc4b22fded5ab5be106047edac82c968ce07865692c79273531a6da516a0ea7ba548d165c273fe1090c11030d'
-'SKIP')
-validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  local _test_dir='test_dir'
-
-  cd $_name-$pkgver
-  # install to temporary location, as importlib is used
-  python -m installer --destdir="$_test_dir" dist/*.whl
-  export PYTHONPATH="$_test_dir/$_site_packages:$PYTHONPATH"
-  # ignore integration and code style checks
-  pytest -vv --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: python-diff-cover/repos/community-any/PKGBUILD (from rev 1186881, 
python-diff-cover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 13:43:35 UTC (rev 1186882)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=diff_cover
+pkgname=python-diff-cover
+pkgver=6.5.0
+pkgrel=1
+pkgdesc="Automatically find diff lines that need test coverage"
+arch=(any)
+url="https://github.com/Bachmann1234/diff_cover;
+license=(Apache)
+depends=(python-chardet python-jinja python-pluggy python-pygments)
+makedepends=(python-build python-installer python-poetry python-wheel)
+checkdepends=(python-pytest python-pytest-mock python-tomli)
+optdepends=('python-tomli: for TOML support')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz{,.asc})
+sha512sums=('c4fdfad930150a1f67e46d1fa228bf8fd3201624ab5a529f7d26d635a111fb40cd28c2afb1908188e8c23f9d823a72c9a35818f2ab7a9d1233625e71068d2ed7'
+'SKIP')
+b2sums=('a7f520106da428f7c62f62ba44fd8e0104337dd83f6d550ea3176fbb8adf5a639606469bb2fafbcac6aa9d567f9883c0cbfb8e763d7f8feae98779808efd2432'
+'SKIP')
+validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+
+  cd $_name-$pkgver
+  # install to temporary location, as importlib is used
+  python -m installer --destdir=test_dir dist/*.whl
+  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
+  # ignore integration and code style checks
+  pytest -vv --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
+}



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

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 13:43:26
  Author: dvzrv
Revision: 1186881

upgpkg: python-diff-cover 6.5.0-1: Upgrade to 6.5.0.

Modified:
  python-diff-cover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 13:41:23 UTC (rev 1186880)
+++ PKGBUILD2022-04-17 13:43:26 UTC (rev 1186881)
@@ -2,7 +2,7 @@
 
 _name=diff_cover
 pkgname=python-diff-cover
-pkgver=6.4.5
+pkgver=6.5.0
 pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"
 arch=(any)
@@ -13,9 +13,9 @@
 checkdepends=(python-pytest python-pytest-mock python-tomli)
 optdepends=('python-tomli: for TOML support')
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz{,.asc})
-sha512sums=('30b5156c941a62ba1103ac0563f872fd1ce844b4d0ce6c0e3f7fd496a1d0bdba16df10036a5aa20bb5c718e77a37d66307e0a7083547077ed54d5de1e0386444'
+sha512sums=('c4fdfad930150a1f67e46d1fa228bf8fd3201624ab5a529f7d26d635a111fb40cd28c2afb1908188e8c23f9d823a72c9a35818f2ab7a9d1233625e71068d2ed7'
 'SKIP')
-b2sums=('df16b9ddfb737d5f5fa3812b5bee3f7a46b3e00fc4b22fded5ab5be106047edac82c968ce07865692c79273531a6da516a0ea7ba548d165c273fe1090c11030d'
+b2sums=('a7f520106da428f7c62f62ba44fd8e0104337dd83f6d550ea3176fbb8adf5a639606469bb2fafbcac6aa9d567f9883c0cbfb8e763d7f8feae98779808efd2432'
 'SKIP')
 validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann 

 
@@ -26,12 +26,11 @@
 
 check() {
   local _site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  local _test_dir='test_dir'
 
   cd $_name-$pkgver
   # install to temporary location, as importlib is used
-  python -m installer --destdir="$_test_dir" dist/*.whl
-  export PYTHONPATH="$_test_dir/$_site_packages:$PYTHONPATH"
+  python -m installer --destdir=test_dir dist/*.whl
+  export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
   # ignore integration and code style checks
   pytest -vv --ignore 'tests/test_integration.py' --ignore 
'tests/test_violations_reporter.py' --ignore 
'tests/test_clover_violations_reporter.py'
 }



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

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 13:41:23
  Author: dvzrv
Revision: 1186880

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 13:41:13 UTC (rev 1186879)
+++ PKGBUILD2022-04-17 13:41:23 UTC (rev 1186880)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge 
-
-_name=importlib_resources
-pkgname=python-importlib_resources
-pkgver=5.7.0
-pkgrel=1
-pkgdesc="Design and implementation for a planned importlib.resources"
-arch=(any)
-url="https://github.com/python/importlib_resources;
-license=(Apache)
-depends=(python-zipp)
-makedepends=(python-build python-installer python-setuptools-scm python-toml 
python-wheel)
-checkdepends=(python-pytest python-tests)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('671395701ab96b8a4985f33470cfe2eea58fb60ca04d9763307958f08c535cdfee62b6532c33e24aa851b872e61498d169b4882788b9b829ba9549c84554f6fb')
-b2sums=('eefdc2380b580c274391369eb7a0432f74987a140a9a2eab2c43756148c1982ffa6f91ddad69992b85f88efdb5d22a40f0f95abd4e12de06be7d3d9ecd237579')
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest -v
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: python-importlib_resources/repos/community-any/PKGBUILD (from rev 
1186879, python-importlib_resources/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 13:41:23 UTC (rev 1186880)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+
+_name=importlib_resources
+pkgname=python-importlib_resources
+pkgver=5.7.1
+pkgrel=1
+pkgdesc="Design and implementation for a planned importlib.resources"
+arch=(any)
+url="https://github.com/python/importlib_resources;
+license=(Apache)
+depends=(python-zipp)
+makedepends=(python-build python-installer python-setuptools-scm python-toml 
python-wheel)
+checkdepends=(python-pytest python-tests)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('8fd89dfcea4112d26418bcfa522de36c2136a50d07470ac8de18f62bb7bb964a459534554802b1455996ae65796018bea806a592746c1d2717f1313608cf4918')
+b2sums=('3e30117ae4f18a9f2151b5435428f3853664ce291d2d4ce9490d1a3043ca5ce2e80cf04d7dcef71ebdaba8bbad17ee61bb47303637a8bee73a2263853b65293b')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+  cd $_name-$pkgver
+  pytest -v
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname/"
+}



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

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 13:41:13
  Author: dvzrv
Revision: 1186879

upgpkg: python-importlib_resources 5.7.1-1: Upgrade to 5.7.1.

Modified:
  python-importlib_resources/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 13:40:55 UTC (rev 1186878)
+++ PKGBUILD2022-04-17 13:41:13 UTC (rev 1186879)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=5.7.0
+pkgver=5.7.1
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=(any)
@@ -12,8 +12,8 @@
 makedepends=(python-build python-installer python-setuptools-scm python-toml 
python-wheel)
 checkdepends=(python-pytest python-tests)
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('671395701ab96b8a4985f33470cfe2eea58fb60ca04d9763307958f08c535cdfee62b6532c33e24aa851b872e61498d169b4882788b9b829ba9549c84554f6fb')
-b2sums=('eefdc2380b580c274391369eb7a0432f74987a140a9a2eab2c43756148c1982ffa6f91ddad69992b85f88efdb5d22a40f0f95abd4e12de06be7d3d9ecd237579')
+sha512sums=('8fd89dfcea4112d26418bcfa522de36c2136a50d07470ac8de18f62bb7bb964a459534554802b1455996ae65796018bea806a592746c1d2717f1313608cf4918')
+b2sums=('3e30117ae4f18a9f2151b5435428f3853664ce291d2d4ce9490d1a3043ca5ce2e80cf04d7dcef71ebdaba8bbad17ee61bb47303637a8bee73a2263853b65293b')
 
 build() {
   cd $_name-$pkgver



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

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 13:40:55
  Author: dvzrv
Revision: 1186878

archrelease: copy trunk to community-x86_64

Added:
  ruby-rugged/repos/community-x86_64/PKGBUILD
(from rev 1186877, ruby-rugged/trunk/PKGBUILD)
Deleted:
  ruby-rugged/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 13:40:43 UTC (rev 1186877)
+++ PKGBUILD2022-04-17 13:40:55 UTC (rev 1186878)
@@ -1,76 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: ChaosKid42 
-# Contributor: Andy Weidenbaum 
-
-_name=rugged
-# ideally this should match $pkgver, as package() might fail otherwise. 
thanks, github
-_libgit2_pkgver=1.4.2
-pkgname=ruby-rugged
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="A Ruby binding to the libgit2 linkable library"
-arch=(x86_64)
-url="https://github.com/libgit2/rugged;
-license=(MIT)
-depends=(glibc ruby)
-makedepends=(libgit2 ruby-rdoc)
-checkdepends=(git ruby-minitest ruby-rake ruby-rake-compiler)
-options=(!emptydirs)
-source=(
-  
$_name-$pkgver.tar.gz::https://github.com/libgit2/$_name/archive/v$pkgver.tar.gz
-  
libgit2-$_libgit2_pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v$_libgit2_pkgver.tar.gz
-)
-sha512sums=('2afeec668edc09091d816f8793bc4b45fdcbe0b6db3a0b3fef7e334abf9f58a19b98d2ba4a3105b73a132984a05a0a0caad7399fb2decdf1ffeb6c4e728e1ba5'
-
'144bec7f8e66d97b20335d87d1eb68d522f5e59064b0c557505c088d3c486d45704f023d701f51de572efa8e2eb111e3136eb5d23c035e29d16698206b5ec277')
-b2sums=('ea3361b3c20de04c11f88e9fa9495e039f63849dec3f98dbbaecb8253fe4f1d0baed809bf0915b20318e07618e9d9cf28c94ddaaeee570adf571a1bdb4fad204'
-
'61e269fd08beb9579838a13b661b4270f1e8d2d3d1e67f6b8357e92a5ee4aaccbe637644dc87cc8b04d9c181e37808352077b75fed8753a4b2d8868eaf248b62')
-
-prepare() {
-  cd $_name-$pkgver
-  # we don't do version pinning
-  sed -r 's|~>|>=|g' -i $_name.gemspec
-  # remove broken and useless libgit2 "version check":
-  # https://github.com/libgit2/rugged/issues/698
-  sed '68,90d' -i ext/rugged/extconf.rb
-  # source tarball doesn't include vendored libgit2 version, which is only
-  # needed for test fixtures (resources): 
https://github.com/libgit2/rugged/issues/801
-  mv -v ../libgit2-$_libgit2_pkgver/* vendor/libgit2
-  # remove all tests requiring an internet connection
-  rm -rv test/online/*
-}
-
-build() {
-  cd $_name-$pkgver
-  export CI_BUILD=true
-  export RUGGED_USE_SYSTEM_LIBRARIES=true
-  export CMAKE_FLAGS=" --use-system-libraries"
-  rake compile
-  rake gem
-}
-
-check(){
-  cd $_name-$pkgver
-  # ConfigTest#test_read_global_config_file fails, if no gitconfig is set for
-  # user...
-  # https://github.com/libgit2/rugged/issues/432
-  git config --global user.name "Foo Bar"
-  rake test --trace --verbose TESTOPTS="--verbose"
-}
-
-package() {
-  local _gemdir="$(gem env gemdir)"
-
-  depends+=(libgit2.so)
-
-  cd $_name-$pkgver
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" pkg/$_name-$pkgver.gem
-  install -vDm 644 "$pkgdir/$_gemdir/gems/$_name-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-  install -vDm 644 README.md CHANGELOG.md -t "$pkgdir/usr/share/doc/$pkgname"
-  # removing all unneeded stuff
-  cd "$pkgdir/$_gemdir"
-  rm -rvf cache \
-doc/$_name-$pkgver/ri/ext/ \
-gems/$_name-$pkgver/{ext,lib/*/*.so} \
-extensions/*/*/$_name-$pkgver/{mkmf.log,gem_make.out} \
-gems/$_name-$pkgver/vendor
-}

Copied: ruby-rugged/repos/community-x86_64/PKGBUILD (from rev 1186877, 
ruby-rugged/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 13:40:55 UTC (rev 1186878)
@@ -0,0 +1,76 @@
+# Maintainer: David Runge 
+# Contributor: ChaosKid42 
+# Contributor: Andy Weidenbaum 
+
+_name=rugged
+# ideally this should match $pkgver, as package() might fail otherwise. 
thanks, github
+_libgit2_pkgver=1.4.3
+pkgname=ruby-rugged
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="A Ruby binding to the libgit2 linkable library"
+arch=(x86_64)
+url="https://github.com/libgit2/rugged;
+license=(MIT)
+depends=(glibc ruby)
+makedepends=(libgit2 ruby-rdoc)
+checkdepends=(git ruby-minitest ruby-rake ruby-rake-compiler)
+options=(!emptydirs)
+source=(
+  
$_name-$pkgver.tar.gz::https://github.com/libgit2/$_name/archive/v$pkgver.tar.gz
+  
libgit2-$_libgit2_pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v$_libgit2_pkgver.tar.gz
+)
+sha512sums=('412116c07b00554f2fe2b73212c455e05008143555ba9704b1ffc19494b0533a3c42ac7112b3762771aec41321ff354f5f330dcb00443697bb463512426f3f2a'
+
'3dfa16c1c705b99fbda55e5e86e67703621d6f8fb62a03cfe998c834d242f33f4200fc0b6bc5d32fe5254c8b8e845259688e4bea9c2dbfc2b7df91841c335d28')

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

2022-04-17 Thread David Runge via arch-commits
Date: Sunday, April 17, 2022 @ 13:40:43
  Author: dvzrv
Revision: 1186877

upgpkg: ruby-rugged 1.4.3-1: Upgrade to 1.4.3.

Modified:
  ruby-rugged/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 13:36:35 UTC (rev 1186876)
+++ PKGBUILD2022-04-17 13:40:43 UTC (rev 1186877)
@@ -4,9 +4,9 @@
 
 _name=rugged
 # ideally this should match $pkgver, as package() might fail otherwise. 
thanks, github
-_libgit2_pkgver=1.4.2
+_libgit2_pkgver=1.4.3
 pkgname=ruby-rugged
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="A Ruby binding to the libgit2 linkable library"
 arch=(x86_64)
@@ -20,10 +20,10 @@
   
$_name-$pkgver.tar.gz::https://github.com/libgit2/$_name/archive/v$pkgver.tar.gz
   
libgit2-$_libgit2_pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v$_libgit2_pkgver.tar.gz
 )
-sha512sums=('2afeec668edc09091d816f8793bc4b45fdcbe0b6db3a0b3fef7e334abf9f58a19b98d2ba4a3105b73a132984a05a0a0caad7399fb2decdf1ffeb6c4e728e1ba5'
-
'144bec7f8e66d97b20335d87d1eb68d522f5e59064b0c557505c088d3c486d45704f023d701f51de572efa8e2eb111e3136eb5d23c035e29d16698206b5ec277')
-b2sums=('ea3361b3c20de04c11f88e9fa9495e039f63849dec3f98dbbaecb8253fe4f1d0baed809bf0915b20318e07618e9d9cf28c94ddaaeee570adf571a1bdb4fad204'
-
'61e269fd08beb9579838a13b661b4270f1e8d2d3d1e67f6b8357e92a5ee4aaccbe637644dc87cc8b04d9c181e37808352077b75fed8753a4b2d8868eaf248b62')
+sha512sums=('412116c07b00554f2fe2b73212c455e05008143555ba9704b1ffc19494b0533a3c42ac7112b3762771aec41321ff354f5f330dcb00443697bb463512426f3f2a'
+
'3dfa16c1c705b99fbda55e5e86e67703621d6f8fb62a03cfe998c834d242f33f4200fc0b6bc5d32fe5254c8b8e845259688e4bea9c2dbfc2b7df91841c335d28')
+b2sums=('56d7651a0ee2e5542a39f08786e0e97a77f1cce284efe52b72bf85658ad096d2936cca7c340498261b0468f2ca5962ae0554abeb060c48354c97984d152898ac'
+
'9308100ede912eae9d1fa4011c67f88f225aa11a49adf845389559fcbc213f31b0f91e4a5b496d282d42ac7f843f03c4ef7236f2d200331c615013d1250f6c31')
 
 prepare() {
   cd $_name-$pkgver



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

2022-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 17, 2022 @ 13:36:35
  Author: svenstaro
Revision: 1186876

archrelease: copy trunk to community-x86_64

Added:
  minio-client/repos/community-x86_64/PKGBUILD
(from rev 1186875, minio-client/trunk/PKGBUILD)
  minio-client/repos/community-x86_64/minio-client.install
(from rev 1186875, minio-client/trunk/minio-client.install)
Deleted:
  minio-client/repos/community-x86_64/PKGBUILD
  minio-client/repos/community-x86_64/minio-client.install

--+
 PKGBUILD |   76 -
 minio-client.install |6 +--
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 13:36:16 UTC (rev 1186875)
+++ PKGBUILD2022-04-17 13:36:35 UTC (rev 1186876)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Dhananjay Balan 
-
-pkgname=minio-client
-pkgver=2022.04.01
-_timever=T23:44:48Z
-_pkgver="${pkgver//./-}${_timever//:/-}"
-pkgrel=1
-pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for 
filesystems and object storage'
-arch=('x86_64')
-url='https://minio.io/downloads/#minio-client'
-license=('Apache')
-makedepends=('go' 'git')
-depends=('glibc')
-install=minio-client.install
-source=(git+https://github.com/minio/mc.git#tag=RELEASE.${_pkgver})
-sha512sums=('SKIP')
-
-build() {
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-
-  cd mc
-
-  sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" 
cmd/build-constants.go
-  sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" 
cmd/build-constants.go
-  sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" 
cmd/build-constants.go
-
-  go build .
-}
-
-package() {
-  install -Dm755 mc/mc "$pkgdir/usr/bin/mcli"
-}
-# vim:set ts=2 sw=2 et:

Copied: minio-client/repos/community-x86_64/PKGBUILD (from rev 1186875, 
minio-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 13:36:35 UTC (rev 1186876)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Dhananjay Balan 
+
+pkgname=minio-client
+pkgver=2022.04.16
+_timever=T21:11:21Z
+_pkgver="${pkgver//./-}${_timever//:/-}"
+pkgrel=1
+pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for 
filesystems and object storage'
+arch=('x86_64')
+url='https://minio.io/downloads/#minio-client'
+license=('Apache')
+makedepends=('go' 'git')
+depends=('glibc')
+install=minio-client.install
+source=(git+https://github.com/minio/mc.git#tag=RELEASE.${_pkgver})
+sha512sums=('SKIP')
+
+build() {
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+
+  cd mc
+
+  sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" 
cmd/build-constants.go
+  sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" 
cmd/build-constants.go
+  sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" 
cmd/build-constants.go
+
+  go build .
+}
+
+package() {
+  install -Dm755 mc/mc "$pkgdir/usr/bin/mcli"
+}
+# vim:set ts=2 sw=2 et:

Deleted: minio-client.install
===
--- minio-client.install2022-04-17 13:36:16 UTC (rev 1186875)
+++ minio-client.install2022-04-17 13:36:35 UTC (rev 1186876)
@@ -1,3 +0,0 @@
-pre_install() {
-echo "NOTE: The binary is named mcli, suggested by 
https://github.com/minio/mc/blob/RELEASE.2018-01-18T21-18-56Z/CONFLICT.md;
-}

Copied: minio-client/repos/community-x86_64/minio-client.install (from rev 
1186875, minio-client/trunk/minio-client.install)
===
--- minio-client.install(rev 0)
+++ minio-client.install2022-04-17 13:36:35 UTC (rev 1186876)
@@ -0,0 +1,3 @@
+pre_install() {
+echo "NOTE: The binary is named mcli, suggested by 
https://github.com/minio/mc/blob/RELEASE.2018-01-18T21-18-56Z/CONFLICT.md;
+}



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

2022-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 17, 2022 @ 13:36:16
  Author: svenstaro
Revision: 1186875

upgpkg: minio-client 2022.04.16-1

Modified:
  minio-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 13:31:29 UTC (rev 1186874)
+++ PKGBUILD2022-04-17 13:36:16 UTC (rev 1186875)
@@ -2,8 +2,8 @@
 # Contributor: Dhananjay Balan 
 
 pkgname=minio-client
-pkgver=2022.04.01
-_timever=T23:44:48Z
+pkgver=2022.04.16
+_timever=T21:11:21Z
 _pkgver="${pkgver//./-}${_timever//:/-}"
 pkgrel=1
 pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for 
filesystems and object storage'



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

2022-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 17, 2022 @ 13:31:29
  Author: svenstaro
Revision: 1186874

archrelease: copy trunk to community-x86_64

Added:
  minio/repos/community-x86_64/PKGBUILD
(from rev 1186873, minio/trunk/PKGBUILD)
  minio/repos/community-x86_64/minio.conf
(from rev 1186873, minio/trunk/minio.conf)
  minio/repos/community-x86_64/minio.service
(from rev 1186873, minio/trunk/minio.service)
  minio/repos/community-x86_64/minio.sysusers
(from rev 1186873, minio/trunk/minio.sysusers)
Deleted:
  minio/repos/community-x86_64/PKGBUILD
  minio/repos/community-x86_64/minio.conf
  minio/repos/community-x86_64/minio.service
  minio/repos/community-x86_64/minio.sysusers

+
 PKGBUILD   |  102 +++
 minio.conf |   16 
 minio.service  |   54 ++---
 minio.sysusers |2 -
 4 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 13:31:08 UTC (rev 1186873)
+++ PKGBUILD2022-04-17 13:31:29 UTC (rev 1186874)
@@ -1,51 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Daniel Maslowski 
-
-pkgname=minio
-pkgver=2022.04.01
-_timever=T03:41:39Z
-_pkgver="${pkgver//./-}${_timever//:/-}"
-pkgrel=1
-pkgdesc='Object storage server compatible with Amazon S3'
-arch=('x86_64')
-url='https://minio.io'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go' 'git')
-options=('!strip')
-source=(git+https://github.com/minio/minio.git#tag=RELEASE.${_pkgver}
-minio.conf
-minio.service
-minio.sysusers)
-backup=('etc/minio/minio.conf')
-sha512sums=('SKIP'
-
'9fb09d19af9d7a00e4680cd92d208ddd44ce52328f6efee68d7ee47f591cbe77ee88ce139a677bcf8836de0643de18c6c7c4005d50b0056f9b861c3d595e5233'
-
'59aa13b47494564c8eea23dd48fdccef0e65adc0defd4bbd9ca039fd602de0791e1311e444bddca71a1bec7a58cb4eaafad09a8d9ae61eb1e534287dfdf610c2'
-
'7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63')
-
-build() {
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-
-  cd minio
-
-  sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" 
cmd/build-constants.go
-  sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" 
cmd/build-constants.go
-  sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" 
cmd/build-constants.go
-
-  go build .
-}
-
-package() {
-  install -dm750 -o 103 -g 103 "${pkgdir}/srv/minio"
-  install -dm750 -o 103 -g 103 "${pkgdir}/var/lib/minio"
-
-  install -Dm755 minio/minio "${pkgdir}/usr/bin/minio"
-  install -Dm600 "${srcdir}/minio.conf" "${pkgdir}/etc/minio/minio.conf"
-  install -Dm644 "${srcdir}/minio.service" 
"${pkgdir}/usr/lib/systemd/system/minio.service"
-  install -Dm644 "${srcdir}/minio.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/minio.conf"
-}

Copied: minio/repos/community-x86_64/PKGBUILD (from rev 1186873, 
minio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 13:31:29 UTC (rev 1186874)
@@ -0,0 +1,51 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Daniel Maslowski 
+
+pkgname=minio
+pkgver=2022.04.16
+_timever=T04:26:02Z
+_pkgver="${pkgver//./-}${_timever//:/-}"
+pkgrel=1
+pkgdesc='Object storage server compatible with Amazon S3'
+arch=('x86_64')
+url='https://minio.io'
+license=('APACHE')
+depends=('glibc')
+makedepends=('go' 'git')
+options=('!strip')
+source=(git+https://github.com/minio/minio.git#tag=RELEASE.${_pkgver}
+minio.conf
+minio.service
+minio.sysusers)
+backup=('etc/minio/minio.conf')
+sha512sums=('SKIP'
+
'9fb09d19af9d7a00e4680cd92d208ddd44ce52328f6efee68d7ee47f591cbe77ee88ce139a677bcf8836de0643de18c6c7c4005d50b0056f9b861c3d595e5233'
+
'59aa13b47494564c8eea23dd48fdccef0e65adc0defd4bbd9ca039fd602de0791e1311e444bddca71a1bec7a58cb4eaafad09a8d9ae61eb1e534287dfdf610c2'
+
'7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63')
+
+build() {
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+
+  cd minio
+
+  sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" 
cmd/build-constants.go
+  sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" 
cmd/build-constants.go
+  sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" 

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

2022-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 17, 2022 @ 13:31:08
  Author: svenstaro
Revision: 1186873

upgpkg: minio 2022.04.16-1

Modified:
  minio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-17 13:01:47 UTC (rev 1186872)
+++ PKGBUILD2022-04-17 13:31:08 UTC (rev 1186873)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Maslowski 
 
 pkgname=minio
-pkgver=2022.04.01
-_timever=T03:41:39Z
+pkgver=2022.04.16
+_timever=T04:26:02Z
 _pkgver="${pkgver//./-}${_timever//:/-}"
 pkgrel=1
 pkgdesc='Object storage server compatible with Amazon S3'



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

2022-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, April 17, 2022 @ 13:01:47
  Author: svenstaro
Revision: 1186872

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 1186871, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/fix-ffmpeg5.patch
(from rev 1186871, telegram-desktop/trunk/fix-ffmpeg5.patch)
Deleted:
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/fix-ffmpeg5.patch

---+
 PKGBUILD  |  115 -
 fix-ffmpeg5.patch |  144 ++--
 2 files changed, 129 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 13:01:30 UTC (rev 1186871)
+++ PKGBUILD2022-04-17 13:01:47 UTC (rev 1186872)
@@ -1,58 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-pkgname=telegram-desktop
-pkgver=3.6.1
-pkgrel=3
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('hunspell' 'ffmpeg4.4' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
- 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash' 
'glibmm'
- 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp' 
'libdispatch')
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl' 'meson'
- 'extra-cmake-modules' 'wayland-protocols' 
'plasma-wayland-protocols' 'libtg_owt')
-optdepends=('webkit2gtk: embedded browser features'
-'xdg-desktop-portal: desktop integration')
-source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
-   )
-sha512sums=('dd216c720ea3b1c72669805bb31319746a7ddfe746d188bf2ae0c5cdf0a10b379fc2e888a26fe755d77381fc5d9aa638cedc76b2dce1f1126a9c1ef9c02da2ba'
-   )
-
-prepare() {
-cd tdesktop-$pkgver-full
-}
-
-build() {
-cd tdesktop-$pkgver-full
-
-# Fix https://bugs.archlinux.org/task/73220
-export CXXFLAGS+=" -Wp,-U_GLIBCXX_ASSERTIONS"
-
-export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
-#Turns out we're allowed to use the official API key that telegram uses 
for their snap builds:
-# 
https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
-# Thanks @primeos!
-cmake \
--B build \
--G Ninja \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DCMAKE_BUILD_TYPE=Release \
--DTDESKTOP_API_ID=611335 \
--DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
-sed -i "s|/usr/lib/libav|/usr/lib/ffmpeg4.4/libav|g" build/build.ninja
-sed -i "s|/usr/lib/libsw|/usr/lib/ffmpeg4.4/libsw|g" build/build.ninja
-sed -i "s|-lavcodec|/usr/lib/ffmpeg4.4/libavcodec.so|g" build/build.ninja
-sed -i "s|-lavformat|/usr/lib/ffmpeg4.4/libavformat.so|g" build/build.ninja
-sed -i "s|-lavutil|/usr/lib/ffmpeg4.4/libavutil.so|g" build/build.ninja
-sed -i "s|-lswscale|/usr/lib/ffmpeg4.4/libswscale.so|g" build/build.ninja
-sed -i "s|-lswresample|/usr/lib/ffmpeg4.4/libswresample.so|g" 
build/build.ninja
-ninja -C build
-}
-
-package() {
-cd tdesktop-$pkgver-full
-DESTDIR="$pkgdir" ninja -C build install
-# They botched the release and put a lot of stuff here.
-rm -rf "$pkgdir/build"
-}

Copied: telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 1186871, 
telegram-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 13:01:47 UTC (rev 1186872)
@@ -0,0 +1,57 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+pkgname=telegram-desktop
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('hunspell' 'ffmpeg4.4' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 
'ttf-opensans'
+ 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash' 
'glibmm'
+ 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp' 
'libdispatch')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 
'microsoft-gsl' 'meson'
+ 'extra-cmake-modules' 'wayland-protocols' 
'plasma-wayland-protocols' 'libtg_owt')
+optdepends=('webkit2gtk: embedded browser features'
+'xdg-desktop-portal: desktop integration')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
+   )
+sha512sums=('425e78e8950c9289b665dda468924b165ed29ec2f4cfa87bd7e8a1e4c9acf08db5949caa87e1d9f4c9e295d9b0bd4ee9caec5eaea2789517bc79fc0b96e14d88')
+
+prepare() {
+cd tdesktop-$pkgver-full
+}
+
+build() {
+cd tdesktop-$pkgver-full
+
+# Fix 

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

2022-04-17 Thread Jan Steffens via arch-commits
Date: Sunday, April 17, 2022 @ 13:01:42
  Author: heftig
Revision: 442870

archrelease: copy trunk to extra-x86_64

Added:
  evince/repos/extra-x86_64/PKGBUILD
(from rev 442868, evince/trunk/PKGBUILD)
Deleted:
  evince/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 13:01:42 UTC (rev 442869)
+++ PKGBUILD2022-04-17 13:01:42 UTC (rev 442870)
@@ -1,67 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evince
-pkgname=(evince evince-lib-docs)
-pkgver=42.1
-pkgrel=1
-pkgdesc="Document viewer (PDF, PostScript, XPS, djvu, dvi, tiff, cbr, cbz, 
cb7, cbt)"
-url="https://wiki.gnome.org/Apps/Evince;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf 
libsecret libsynctex
- gsettings-desktop-schemas gnome-desktop libarchive 
gst-plugins-base-libs gspell libhandy
- gvfs)
-makedepends=(libnautilus-extension texlive-bin gobject-introspection gi-docgen 
git meson
- appstream-glib yelp-tools)
-options=(debug)
-_commit=67084a4f4ec10445bf8f3ef2cf98cb0ccaabcb19  # tags/42.1^0
-source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd evince
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd evince
-}
-  
-build() {
-  arch-meson evince build -D ps=enabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_evince() {
-  provides=(libev{document,view}3.so)
-  optdepends=('texlive-bin: DVI support')
-  groups=(gnome)
-
-  meson install -C build --destdir "$pkgdir"
-
-  _pick lib-docs "$pkgdir"/usr/share/doc/lib*
-}
-
-package_evince-lib-docs() {
-  pkgdesc+=" (library API documentation)"
-  depends=()
-
-  mv lib-docs/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: evince/repos/extra-x86_64/PKGBUILD (from rev 442868, 
evince/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 13:01:42 UTC (rev 442870)
@@ -0,0 +1,67 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evince
+pkgname=(evince evince-lib-docs)
+pkgver=42.2
+pkgrel=1
+pkgdesc="Document viewer (PDF, PostScript, XPS, djvu, dvi, tiff, cbr, cbz, 
cb7, cbt)"
+url="https://wiki.gnome.org/Apps/Evince;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre dconf 
libsecret libsynctex
+ gsettings-desktop-schemas gnome-desktop libarchive 
gst-plugins-base-libs gspell libhandy
+ gvfs)
+makedepends=(libnautilus-extension texlive-bin gobject-introspection gi-docgen 
git meson
+ appstream-glib yelp-tools)
+options=(debug)
+_commit=05d656cb835704339375f8e514d694b1201fe686  # tags/42.2^0
+source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd evince
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd evince
+}
+  
+build() {
+  arch-meson evince build -D ps=enabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_evince() {
+  provides=(libev{document,view}3.so)
+  optdepends=('texlive-bin: DVI support')
+  groups=(gnome)
+
+  meson install -C build --destdir "$pkgdir"
+
+  _pick lib-docs "$pkgdir"/usr/share/doc/lib*
+}
+
+package_evince-lib-docs() {
+  pkgdesc+=" (library API documentation)"
+  depends=()
+
+  mv lib-docs/* "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2022-04-17 Thread Jan Steffens via arch-commits
Date: Sunday, April 17, 2022 @ 13:01:43
  Author: heftig
Revision: 442871

archrelease: copy trunk to extra-x86_64

Added:
  pygobject/repos/extra-x86_64/PKGBUILD
(from rev 442868, pygobject/trunk/PKGBUILD)
Deleted:
  pygobject/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 13:01:42 UTC (rev 442870)
+++ PKGBUILD2022-04-17 13:01:43 UTC (rev 442871)
@@ -1,47 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=pygobject
-pkgname=(python-gobject)
-pkgver=3.42.0
-pkgrel=3
-pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
-url="https://wiki.gnome.org/Projects/PyGObject;
-arch=(x86_64)
-license=(LGPL)
-depends=(gobject-introspection-runtime python)
-makedepends=(python-cairo gobject-introspection git meson)
-checkdepends=(python-pytest gtk3 xorg-server-xvfb)
-optdepends=('cairo: Cairo bindings')
-provides=("pygobject-devel=$pkgver")
-conflicts=(pygobject-devel)
-replaces=('pygobject-devel<=3.36.1-1')
-_commit=d612f3cc675a1838bc5a18061df040ab6405fd31  # tags/3.42.0^0
-source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pygobject
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pygobject
-}
-
-build() {
-  arch-meson pygobject build
-  meson compile -C build
-}
-
-check() {
-  xvfb-run -s '-nolisten local' meson test -C build --print-errorlogs
-}
-
-package_python-gobject() {
-  meson install -C build --destdir "$pkgdir"
-  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
-  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
-}
-
-# vim:set sw=2 et:

Copied: pygobject/repos/extra-x86_64/PKGBUILD (from rev 442868, 
pygobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 13:01:43 UTC (rev 442871)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=pygobject
+pkgname=(python-gobject)
+pkgver=3.42.1
+pkgrel=1
+pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
+url="https://wiki.gnome.org/Projects/PyGObject;
+arch=(x86_64)
+license=(LGPL)
+depends=(gobject-introspection-runtime python)
+makedepends=(python-cairo gobject-introspection git meson)
+checkdepends=(python-pytest gtk3 xorg-server-xvfb)
+optdepends=('cairo: Cairo bindings')
+provides=("pygobject-devel=$pkgver")
+conflicts=(pygobject-devel)
+replaces=('pygobject-devel<=3.36.1-1')
+options=(debug)
+_commit=110abf1868c7d4175a3a6944e25b98c957e81db4  # tags/3.42.1^0
+source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pygobject
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pygobject
+}
+
+build() {
+  arch-meson pygobject build
+  meson compile -C build
+}
+
+check() {
+  xvfb-run -s '-nolisten local' meson test -C build --print-errorlogs
+}
+
+package_python-gobject() {
+  meson install -C build --destdir "$pkgdir"
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}
+
+# vim:set sw=2 et:



[arch-commits] Commit in adwaita-icon-theme/repos/extra-any (PKGBUILD PKGBUILD)

2022-04-17 Thread Jan Steffens via arch-commits
Date: Sunday, April 17, 2022 @ 13:01:42
  Author: heftig
Revision: 442869

archrelease: copy trunk to extra-any

Added:
  adwaita-icon-theme/repos/extra-any/PKGBUILD
(from rev 442868, adwaita-icon-theme/trunk/PKGBUILD)
Deleted:
  adwaita-icon-theme/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-17 13:01:26 UTC (rev 442868)
+++ PKGBUILD2022-04-17 13:01:42 UTC (rev 442869)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Lukas Fleischer 
-# Contributor: Jan de Groot 
-
-pkgname=adwaita-icon-theme
-pkgver=42.0
-pkgrel=1
-pkgdesc="GNOME standard icons"
-url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme;
-arch=(any)
-license=(LGPL3 CCPL:by-sa)
-depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
-makedepends=(git gtk3)
-_commit=1095485b06702dd0d2b232c5896e3e0d7340ad51  # tags/42.0^0
-source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fvi
-}
-  
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: adwaita-icon-theme/repos/extra-any/PKGBUILD (from rev 442868, 
adwaita-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-17 13:01:42 UTC (rev 442869)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Lukas Fleischer 
+# Contributor: Jan de Groot 
+
+pkgname=adwaita-icon-theme
+pkgver=42.0+r1+gc144c3d75
+pkgrel=1
+pkgdesc="GNOME standard icons"
+url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme;
+arch=(any)
+license=(LGPL3 CCPL:by-sa)
+depends=(hicolor-icon-theme gtk-update-icon-cache librsvg)
+makedepends=(git gtk3)
+_commit=c144c3d75711e62c7e885ec483159ed9421f5c10  # gnome-42
+source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+  
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



  1   2   >