[arch-commits] Commit in cool-retro-term/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-02-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, February 23, 2022 @ 07:59:22
  Author: svenstaro
Revision: 1136246

archrelease: copy trunk to community-x86_64

Added:
  cool-retro-term/repos/community-x86_64/PKGBUILD
(from rev 1136245, cool-retro-term/trunk/PKGBUILD)
Deleted:
  cool-retro-term/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 07:59:16 UTC (rev 1136245)
+++ PKGBUILD2022-02-23 07:59:22 UTC (rev 1136246)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Doug Newgard 
-# Contributor: Andrey Mivrenik 
-# Contributor: Glen Oakley 
-
-pkgname=cool-retro-term
-pkgver=1.1.1
-pkgrel=2
-pkgdesc='A good looking terminal emulator which mimics the old cathode display'
-arch=('x86_64')
-url='https://github.com/Swordfish90/cool-retro-term'
-license=('GPL3')
-depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
-source=("https://github.com/Swordfish90/cool-retro-term/archive/$pkgver.tar.gz;)
-sha256sums=('1252bafa33c8befbb86528ed75db98677cdc1298704db728e326ffd258d5ed13')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i '/qmltermwidget/d' cool-retro-term.pro
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  qmake
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: cool-retro-term/repos/community-x86_64/PKGBUILD (from rev 1136245, 
cool-retro-term/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 07:59:22 UTC (rev 1136246)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Doug Newgard 
+# Contributor: Andrey Mivrenik 
+# Contributor: Glen Oakley 
+
+pkgname=cool-retro-term
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='A good looking terminal emulator which mimics the old cathode display'
+arch=('x86_64')
+url='https://github.com/Swordfish90/cool-retro-term'
+license=('GPL3')
+depends=('qmltermwidget' 'qt5-quickcontrols2' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Swordfish90/cool-retro-term/archive/$pkgver.tar.gz;)
+sha256sums=('68bd3137439941e6253a97c7dcd27b553ce4d76c8c38e7f8db63db4d6cc7000b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Don't build vendored qmltermwidget as we package it separately.
+  sed -i '/qmltermwidget/d' cool-retro-term.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  qmake
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+}



[arch-commits] Commit in cool-retro-term/trunk (PKGBUILD)

2022-02-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, February 23, 2022 @ 07:59:16
  Author: svenstaro
Revision: 1136245

upgpkg: cool-retro-term 1.2.0-1

Modified:
  cool-retro-term/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 07:59:09 UTC (rev 1136244)
+++ PKGBUILD2022-02-23 07:59:16 UTC (rev 1136245)
@@ -1,22 +1,23 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Doug Newgard 
 # Contributor: Andrey Mivrenik 
 # Contributor: Glen Oakley 
 
 pkgname=cool-retro-term
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc='A good looking terminal emulator which mimics the old cathode display'
 arch=('x86_64')
 url='https://github.com/Swordfish90/cool-retro-term'
 license=('GPL3')
-depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
-source=("https://github.com/Swordfish90/cool-retro-term/archive/$pkgver.tar.gz;)
-sha256sums=('1252bafa33c8befbb86528ed75db98677cdc1298704db728e326ffd258d5ed13')
+depends=('qmltermwidget' 'qt5-quickcontrols2' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Swordfish90/cool-retro-term/archive/$pkgver.tar.gz;)
+sha256sums=('68bd3137439941e6253a97c7dcd27b553ce4d76c8c38e7f8db63db4d6cc7000b')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  # Don't build vendored qmltermwidget as we package it separately.
   sed -i '/qmltermwidget/d' cool-retro-term.pro
 }
 



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

2022-02-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, February 23, 2022 @ 07:59:09
  Author: svenstaro
Revision: 1136244

archrelease: copy trunk to community-x86_64

Added:
  toml-bombadil/repos/community-x86_64/
  toml-bombadil/repos/community-x86_64/PKGBUILD
(from rev 1136243, toml-bombadil/trunk/PKGBUILD)

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

Copied: toml-bombadil/repos/community-x86_64/PKGBUILD (from rev 1136243, 
toml-bombadil/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-02-23 07:59:09 UTC (rev 1136244)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=toml-bombadil
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Adotfile manager with templating"
+arch=('x86_64')
+url="https://github.com/oknozor/toml-bombadil;
+license=('MIT')
+depends=('gcc-libs' 'zlib')
+makedepends=('rust')
+options=(!lto)
+source=($pkgname-$pkgver.tar.gz::https://github.com/oknozor/toml-bombadil/archive/${pkgver}.tar.gz)
+sha512sums=('5f70eab633dc747ff1545ca4150d10898276e527a3f32639e10f25148c045a170e11409da782cc9a1e0a997d2da39672703a7c2d90ba53d4c7a5e4c139f69c40')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cargo build --release --locked
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 target/release/bombadil "$pkgdir"/usr/bin/bombadil
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-02-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, February 23, 2022 @ 07:59:04
  Author: svenstaro
Revision: 1136243

upgpkg: toml-bombadil 3.0.0-1

Modified:
  toml-bombadil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 07:57:55 UTC (rev 1136242)
+++ PKGBUILD2022-02-23 07:59:04 UTC (rev 1136243)
@@ -7,11 +7,11 @@
 arch=('x86_64')
 url="https://github.com/oknozor/toml-bombadil;
 license=('MIT')
-depends=('gcc-libs')
+depends=('gcc-libs' 'zlib')
 makedepends=('rust')
 options=(!lto)
-source=($pkgname-$pkgver.tar.gz::https://github.com/oknozor/toml-bombadil/archive/v${pkgver}.tar.gz)
-sha512sums=('7afc9d60a9931e571a0b83fba168b87546a6eedc924465eceb9004e3416286165f9ad1ad658bc44dc419e4b83a4fd6193eeba60732b48f89b1a801ca0d132ebf')
+source=($pkgname-$pkgver.tar.gz::https://github.com/oknozor/toml-bombadil/archive/${pkgver}.tar.gz)
+sha512sums=('5f70eab633dc747ff1545ca4150d10898276e527a3f32639e10f25148c045a170e11409da782cc9a1e0a997d2da39672703a7c2d90ba53d4c7a5e4c139f69c40')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -19,16 +19,10 @@
   cargo build --release --locked
 }
 
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cargo test --locked
-}
-
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  install -Dm755 target/release/toml-bombadil "$pkgdir"/usr/bin/toml-bombadil
+  install -Dm755 target/release/bombadil "$pkgdir"/usr/bin/bombadil
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 



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

2022-02-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, February 23, 2022 @ 07:57:55
  Author: svenstaro
Revision: 1136242

archrelease: copy trunk to community-x86_64

Added:
  qmltermwidget/repos/community-x86_64/PKGBUILD
(from rev 1136241, qmltermwidget/trunk/PKGBUILD)
Deleted:
  qmltermwidget/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 07:57:49 UTC (rev 1136241)
+++ PKGBUILD2022-02-23 07:57:55 UTC (rev 1136242)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Doug Newgard 
-
-pkgname=qmltermwidget
-pkgrel=3
-pkgver=0.2.0
-pkgdesc='QML port of qtermwidget'
-arch=('x86_64')
-url='https://github.com/Swordfish90/qmltermwidget'
-license=('GPL')
-depends=('qt5-declarative')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Swordfish90/qmltermwidget/archive/$pkgver.tar.gz;
-https://github.com/Swordfish90/qmltermwidget/pull/27.patch
-https://github.com/Swordfish90/qmltermwidget/pull/31.patch)
-sha512sums=('544d57296de6999b86bf2b921d1d93ac5d7eddd02eea436df4ecea0966c82389e716310fd7e4d13dd918bc1b3fd2d02f953c713dc5b4abcfc56d3f3f617adf43'
-
'09e98e63eac1aa23585d05a7f0cdb8836126327c17272ad9246b82b41b95c47824c75553b71ee354b17c5c211e9ce47de4fe2d061c89573c67edc8983488a6bc'
-
'3663f0d030d07d09a5dd397f2a26a50300c49411de87a8e32da1803e859c1db463ebefc9032bd4a9f04f3f0cc84ac912f9fbe053458ac8b613b0bbfac46d930c')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i "$srcdir"/27.patch
-  patch -Np1 -i "$srcdir"/31.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  qmake
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qmltermwidget/repos/community-x86_64/PKGBUILD (from rev 1136241, 
qmltermwidget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 07:57:55 UTC (rev 1136242)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Doug Newgard 
+
+pkgname=qmltermwidget
+pkgrel=1
+pkgver=0.2.0.git1
+pkgdesc='QML port of qtermwidget'
+arch=('x86_64')
+url='https://github.com/Swordfish90/qmltermwidget'
+license=('GPL')
+depends=('qt5-declarative')
+makedepends=('git')
+source=("git+https://github.com/Swordfish90/qmltermwidget.git#commit=6322802;
+
$pkgname-pr31.patch::https://github.com/Swordfish90/qmltermwidget/pull/31.patch)
+sha512sums=('SKIP'
+
'319971c928e8d2cf4582fc985e81579981d0aeca7b8dc9286e6b2da3df5a004d13aa3b458e99af515b6f44a89660801a9d2b77ca482c697faac0ac91c1ce5594')
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i "$srcdir"/$pkgname-pr31.patch
+}
+
+build() {
+  cd $pkgname
+
+  qmake
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make INSTALL_ROOT="$pkgdir" install -j1
+}



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

2022-02-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, February 23, 2022 @ 07:57:49
  Author: svenstaro
Revision: 1136241

upgpkg: qmltermwidget 0.2.0.git1-1

Modified:
  qmltermwidget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 07:57:09 UTC (rev 1136240)
+++ PKGBUILD2022-02-23 07:57:49 UTC (rev 1136241)
@@ -2,28 +2,26 @@
 # Contributor: Doug Newgard 
 
 pkgname=qmltermwidget
-pkgrel=3
-pkgver=0.2.0
+pkgrel=1
+pkgver=0.2.0.git1
 pkgdesc='QML port of qtermwidget'
 arch=('x86_64')
 url='https://github.com/Swordfish90/qmltermwidget'
 license=('GPL')
 depends=('qt5-declarative')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Swordfish90/qmltermwidget/archive/$pkgver.tar.gz;
-https://github.com/Swordfish90/qmltermwidget/pull/27.patch
-https://github.com/Swordfish90/qmltermwidget/pull/31.patch)
-sha512sums=('544d57296de6999b86bf2b921d1d93ac5d7eddd02eea436df4ecea0966c82389e716310fd7e4d13dd918bc1b3fd2d02f953c713dc5b4abcfc56d3f3f617adf43'
-
'09e98e63eac1aa23585d05a7f0cdb8836126327c17272ad9246b82b41b95c47824c75553b71ee354b17c5c211e9ce47de4fe2d061c89573c67edc8983488a6bc'
-
'3663f0d030d07d09a5dd397f2a26a50300c49411de87a8e32da1803e859c1db463ebefc9032bd4a9f04f3f0cc84ac912f9fbe053458ac8b613b0bbfac46d930c')
+makedepends=('git')
+source=("git+https://github.com/Swordfish90/qmltermwidget.git#commit=6322802;
+
$pkgname-pr31.patch::https://github.com/Swordfish90/qmltermwidget/pull/31.patch)
+sha512sums=('SKIP'
+
'319971c928e8d2cf4582fc985e81579981d0aeca7b8dc9286e6b2da3df5a004d13aa3b458e99af515b6f44a89660801a9d2b77ca482c697faac0ac91c1ce5594')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i "$srcdir"/27.patch
-  patch -Np1 -i "$srcdir"/31.patch
+  cd $pkgname
+  patch -Np1 -i "$srcdir"/$pkgname-pr31.patch
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname
 
   qmake
   make
@@ -30,7 +28,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname
 
-  make INSTALL_ROOT="$pkgdir" install
+  make INSTALL_ROOT="$pkgdir" install -j1
 }



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

2022-02-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 07:57:09
  Author: arojas
Revision: 1136240

archrelease: copy trunk to community-staging-x86_64

Added:
  darktable/repos/community-staging-x86_64/
  darktable/repos/community-staging-x86_64/PKGBUILD
(from rev 1136239, darktable/trunk/PKGBUILD)

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

Copied: darktable/repos/community-staging-x86_64/PKGBUILD (from rev 1136239, 
darktable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-23 07:57:09 UTC (rev 1136240)
@@ -0,0 +1,53 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Morten Linderud 
+# Maintainer: Caleb Maclennan 
+# Contributor: Sergej Pupykin 
+# Contributor: Christian Himpel 
+# Contributor: Johannes Hanika 
+
+pkgname=darktable
+epoch=2
+pkgver=3.8.1
+pkgrel=2
+pkgdesc="Utility to organize and develop raw images"
+arch=(x86_64)
+url="https://darktable.org;
+license=(GPL3)
+depends=(pugixml libjpeg-turbo colord-gtk libgphoto2 openexr lensfun iso-codes 
zlib
+ exiv2 flickcurl openjpeg2 graphicsmagick lua osm-gps-map libsecret 
openmp
+ gmic libavif)
+optdepends=('dcraw: base curve script'
+'perl-image-exiftool: base curve script'
+'imagemagick: base curve and noise profile scripts'
+'ghostscript: noise profile script'
+'portmidi: game and midi controller input devices'
+'gnuplot: noise profile script')
+makedepends=(cmake intltool desktop-file-utils llvm clang portmidi 
python-jsonschema libwebp)
+source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver}.tar.xz"{,.asc})
+sha256sums=('81ee069054dbde580749b2d3a81cda01b7d169a82ba48731823f3ea560b2bef6'
+'SKIP')
+validpgpkeys=(C4CBC150699956E2A3268EF5BB5CC8295B1779C9  # darktable releases 

+  F10F9686652B0E949FCD94C318DCA123F949BD3B) # Pascal Obry 

+
+build() {
+cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DBINARY_PACKAGE_BUILD=1 \
+-DBUILD_USERMANUAL=False \
+-DUSE_LIBSECRET=ON \
+-DUSE_LUA=ON \
+-DUSE_COLORD=ON \
+-DBUILD_CURVE_TOOLS=ON \
+-DBUILD_NOISE_TOOLS=ON \
+-DRAWSPEED_ENABLE_LTO=ON \
+-DPROJECT_VERSION=${pkgver}
+make -C build
+}
+
+package() {
+make -C build DESTDIR="${pkgdir}" install
+ln -s darktable/libdarktable.so "${pkgdir}"/usr/lib/libdarktable.so
+}



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

2022-02-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 07:56:56
  Author: arojas
Revision: 1136239

lensfun 0.3.3 rebuild

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 07:55:57 UTC (rev 1136238)
+++ PKGBUILD2022-02-23 07:56:56 UTC (rev 1136239)
@@ -8,7 +8,7 @@
 pkgname=darktable
 epoch=2
 pkgver=3.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Utility to organize and develop raw images"
 arch=(x86_64)
 url="https://darktable.org;



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

2022-02-22 Thread Daniel M. Capella via arch-commits
Date: Wednesday, February 23, 2022 @ 07:55:57
  Author: polyzen
Revision: 1136238

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 07:55:39 UTC (rev 1136237)
+++ PKGBUILD2022-02-23 07:55:57 UTC (rev 1136238)
@@ -1,40 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.223
-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=('017e94c08a66a15fc1fd9d3b9254fa6f2dd18a45c82d4aa44ef45cb9ee60bd42881bfd07b45ecc50ab698c79461cfd313816503d47bab85cbf784ad7e564ae0b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  npm ci
-}
-
-build() {
-  cd $pkgname-$pkgver/packages/$pkgname
-  npm run build
-}
-
-package() {
-  install -d "$pkgdir"/usr/{bin,lib/node_modules/$pkgname,share/doc/$pkgname}
-  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s ../lib/node_modules/$pkgname/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"/usr/lib/node_modules/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyright/repos/community-any/PKGBUILD (from rev 1136237, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 07:55:57 UTC (rev 1136238)
@@ -0,0 +1,40 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.224
+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=('ae77b5e3412373367c2c6a15b72c49917c56a9a6ceb6964f99f328be3f99142e4954f11c8680819caeaec0944bdeb14bac3467a4d1a40970fa1a24e7517d4bce')
+
+prepare() {
+  cd $pkgname-$pkgver
+  npm ci
+}
+
+build() {
+  cd $pkgname-$pkgver/packages/$pkgname
+  npm run build
+}
+
+package() {
+  install -d "$pkgdir"/usr/{bin,lib/node_modules/$pkgname,share/doc/$pkgname}
+  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
+  ln -s ../lib/node_modules/$pkgname/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"/usr/lib/node_modules/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-02-22 Thread Daniel M. Capella via arch-commits
Date: Wednesday, February 23, 2022 @ 07:55:39
  Author: polyzen
Revision: 1136237

upgpkg: pyright 1.1.224-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 07:42:13 UTC (rev 1136236)
+++ PKGBUILD2022-02-23 07:55:39 UTC (rev 1136237)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.223
+pkgver=1.1.224
 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=('017e94c08a66a15fc1fd9d3b9254fa6f2dd18a45c82d4aa44ef45cb9ee60bd42881bfd07b45ecc50ab698c79461cfd313816503d47bab85cbf784ad7e564ae0b')
+b2sums=('ae77b5e3412373367c2c6a15b72c49917c56a9a6ceb6964f99f328be3f99142e4954f11c8680819caeaec0944bdeb14bac3467a4d1a40970fa1a24e7517d4bce')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-02-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 07:53:38
  Author: arojas
Revision: 437993

archrelease: copy trunk to staging-x86_64

Added:
  digikam/repos/staging-x86_64/
  digikam/repos/staging-x86_64/PKGBUILD
(from rev 437992, digikam/trunk/PKGBUILD)
  digikam/repos/staging-x86_64/ffmpeg5.patch
(from rev 437992, digikam/trunk/ffmpeg5.patch)

---+
 PKGBUILD  |   47 +++
 ffmpeg5.patch |   13 +
 2 files changed, 60 insertions(+)

Copied: digikam/repos/staging-x86_64/PKGBUILD (from rev 437992, 
digikam/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-02-23 07:53:38 UTC (rev 437993)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 320127 2018-03-24 09:48:28Z arojas $
+# Maintainer: Ronald van Haren 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=digikam
+_pkgver=7.5.0
+pkgver=${_pkgver//-/_} # for beta versions
+pkgrel=5
+pkgdesc='An advanced digital photo management application'
+arch=(x86_64)
+license=(GPL)
+url='https://www.digikam.org/'
+depends=(lensfun opencv akonadi-contacts knotifyconfig libksane kfilemetadata 
qtav marble-common threadweaver kcalendarcore
+ qt5-xmlpatterns imagemagick jasper glu perl-image-exiftool)
+makedepends=(extra-cmake-modules doxygen eigen boost kdoctools)
+optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)'
+'rawtherapee: RAW import' 'darktable: RAW import'
+'perl: for digitaglinktree')
+source=(https://download.kde.org/stable/$pkgname/$pkgver/digiKam-$_pkgver.tar.xz{,.sig}
+ffmpeg5.patch)
+sha256sums=('cc143dcdba0ab138036d78cd80b29d5cfd32bceb2c3e74e46b363a661dfca780'
+'SKIP'
+'ef2601f9b2e668116a3643b4bd7ddcfc233ccfc747d813955423ca17b6a23dee')
+validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
+options=(debug)
+
+prepare() {
+  patch -d $pkgname-$_pkgver -p1 < ffmpeg5.patch
+}
+
+build() {
+  cmake -B build -S $pkgname-$_pkgver \
+-DBUILD_TESTING=OFF \
+-DENABLE_KFILEMETADATASUPPORT=ON \
+-DENABLE_MEDIAPLAYER=ON \
+-DENABLE_AKONADICONTACTSUPPORT=ON \
+-DENABLE_MYSQLSUPPORT=ON \
+-DENABLE_APPSTYLES=ON \
+-DENABLE_QWEBENGINE=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Copied: digikam/repos/staging-x86_64/ffmpeg5.patch (from rev 437992, 
digikam/trunk/ffmpeg5.patch)
===
--- staging-x86_64/ffmpeg5.patch(rev 0)
+++ staging-x86_64/ffmpeg5.patch2022-02-23 07:53:38 UTC (rev 437993)
@@ -0,0 +1,13 @@
+diff --git a/core/libs/threadimageio/video/videodecoder_p.h 
b/core/libs/threadimageio/video/videodecoder_p.h
+index 251e092809..d82926b77e 100644
+--- a/core/libs/threadimageio/video/videodecoder_p.h
 b/core/libs/threadimageio/video/videodecoder_p.h
+@@ -56,7 +56,7 @@ public:
+ AVFormatContext*   pFormatContext;
+ AVCodecContext*pVideoCodecContext;
+ AVCodecParameters* pVideoCodecParameters;
+-AVCodec*   pVideoCodec;
++const AVCodec* pVideoCodec;
+ AVStream*  pVideoStream;
+ AVFrame*   pFrame;
+ quint8*pFrameBuffer;



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

2022-02-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 07:53:28
  Author: arojas
Revision: 437992

lensfun 0.3.3 rebuild

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 07:42:23 UTC (rev 437991)
+++ PKGBUILD2022-02-23 07:53:28 UTC (rev 437992)
@@ -7,7 +7,7 @@
 pkgname=digikam
 _pkgver=7.5.0
 pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=4
+pkgrel=5
 pkgdesc='An advanced digital photo management application'
 arch=(x86_64)
 license=(GPL)



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

2022-02-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 07:42:23
  Author: arojas
Revision: 437991

archrelease: copy trunk to staging-x86_64

Added:
  gegl/repos/staging-x86_64/
  gegl/repos/staging-x86_64/PKGBUILD
(from rev 437990, gegl/trunk/PKGBUILD)

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

Copied: gegl/repos/staging-x86_64/PKGBUILD (from rev 437990, 
gegl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-02-23 07:42:23 UTC (rev 437991)
@@ -0,0 +1,41 @@
+# Maintainer: Daniel Isenmann 
+
+pkgname=gegl
+_tag='0dcdbe3e1244110e8284219250bf2345672de6a0'
+pkgver=0.4.34
+pkgrel=3
+pkgdesc="Graph based image processing framework"
+arch=('x86_64')
+url="https://www.gegl.org/;
+license=('GPL3' 'LGPL3')
+depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 
'librsvg' 'libtiff' 'luajit' 'jasper' 'lensfun' 'suitesparse' 'poppler-glib')
+makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg4.4' 'exiv2' 'vala' 
'gobject-introspection' 'git' 'meson' 'python-gobject')
+optdepends=('ffmpeg4.4: ffmpeg plugin' 'graphviz: for gegl-introspect')
+source=("git+https://gitlab.gnome.org/GNOME/gegl.git#tag=$_tag;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GEGL_//;s/_$//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  mkdir -p build
+  cd build
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
+  arch-meson ../$pkgname \
+-Dworkshop=true \
+-Dmrg=disabled \
+-Dmaxflow=disabled
+  ninja
+}
+
+check() {
+  cd build
+  ninja test || :
+}
+
+package() {
+  cd build
+  DESTDIR="${pkgdir}" ninja install
+}



[arch-commits] Commit in (4 files)

2022-02-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, February 23, 2022 @ 07:42:13
  Author: svenstaro
Revision: 1136236

Add toml-bombadil

Added:
  toml-bombadil/
  toml-bombadil/repos/
  toml-bombadil/trunk/
  toml-bombadil/trunk/PKGBUILD

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

Added: toml-bombadil/trunk/PKGBUILD
===
--- toml-bombadil/trunk/PKGBUILD(rev 0)
+++ toml-bombadil/trunk/PKGBUILD2022-02-23 07:42:13 UTC (rev 1136236)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=toml-bombadil
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Adotfile manager with templating"
+arch=('x86_64')
+url="https://github.com/oknozor/toml-bombadil;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+options=(!lto)
+source=($pkgname-$pkgver.tar.gz::https://github.com/oknozor/toml-bombadil/archive/v${pkgver}.tar.gz)
+sha512sums=('7afc9d60a9931e571a0b83fba168b87546a6eedc924465eceb9004e3416286165f9ad1ad658bc44dc419e4b83a4fd6193eeba60732b48f89b1a801ca0d132ebf')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cargo build --release --locked
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cargo test --locked
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 target/release/toml-bombadil "$pkgdir"/usr/bin/toml-bombadil
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-02-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 07:42:12
  Author: arojas
Revision: 437990

lensfun 0.3.3 rebuild

Modified:
  gegl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 07:37:25 UTC (rev 437989)
+++ PKGBUILD2022-02-23 07:42:12 UTC (rev 437990)
@@ -3,7 +3,7 @@
 pkgname=gegl
 _tag='0dcdbe3e1244110e8284219250bf2345672de6a0'
 pkgver=0.4.34
-pkgrel=2
+pkgrel=3
 pkgdesc="Graph based image processing framework"
 arch=('x86_64')
 url="https://www.gegl.org/;



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

2022-02-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 07:37:25
  Author: arojas
Revision: 437989

archrelease: copy trunk to staging-x86_64

Added:
  lensfun/repos/staging-x86_64/
  lensfun/repos/staging-x86_64/PKGBUILD
(from rev 437988, lensfun/trunk/PKGBUILD)
  lensfun/repos/staging-x86_64/lensfun-segfault.patch
(from rev 437988, lensfun/trunk/lensfun-segfault.patch)

+
 PKGBUILD   |   26 +++
 lensfun-segfault.patch |   63 +++
 2 files changed, 89 insertions(+)

Copied: lensfun/repos/staging-x86_64/PKGBUILD (from rev 437988, 
lensfun/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-02-23 07:37:25 UTC (rev 437989)
@@ -0,0 +1,26 @@
+# Maintainer: Tobias Powalowski 
+
+pkgname=lensfun
+pkgver=0.3.3
+pkgrel=1
+epoch=1
+pkgdesc='Database of photographic lenses and a library that allows advanced 
access to the database'
+arch=(x86_64)
+url='https://lensfun.github.io/'
+license=(LGPL3)
+depends=(glib2)
+makedepends=(python libpng doxygen cmake)
+optdepends=('python: for lensfun-update-data and lensfun-add-adapter')
+source=(https://github.com/lensfun/lensfun/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('57ba5a0377f24948972339e18be946af12eda22b7c707eb0ddd26586370f6765')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -fno-delete-null-pointer-checks"
+  cmake --build build  
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Copied: lensfun/repos/staging-x86_64/lensfun-segfault.patch (from rev 437988, 
lensfun/trunk/lensfun-segfault.patch)
===
--- staging-x86_64/lensfun-segfault.patch   (rev 0)
+++ staging-x86_64/lensfun-segfault.patch   2022-02-23 07:37:25 UTC (rev 
437989)
@@ -0,0 +1,63 @@
+diff --git a/libs/lensfun/lens.cpp b/libs/lensfun/lens.cpp
+index 52b76658..b8430609 100644
+--- a/libs/lensfun/lens.cpp
 b/libs/lensfun/lens.cpp
+@@ -66,9 +66,10 @@ lfLens::lfLens (const lfLens )
+ Mounts = NULL;
+ MountNames.clear();
+ const char* const* otherMounts = other.GetMountNames();
+-for (int i = 0; otherMounts[i]; i++)
+-AddMount(otherMounts[i]);
+-
++if (otherMounts) {
++for (int i = 0; otherMounts[i]; i++)
++AddMount(otherMounts[i]);
++}
+ for (auto *calibset : other.Calibrations)
+ Calibrations.push_back(new lfLensCalibrationSet(*calibset));
+ 
+@@ -96,9 +97,10 @@ lfLens ::operator = (const lfLens )
+ Mounts = NULL;
+ MountNames.clear();
+ const char* const* otherMounts = other.GetMountNames();
+-for (int i = 0; otherMounts[i]; i++)
+-AddMount(otherMounts[i]);
+-
++if (otherMounts) {
++for (int i = 0; otherMounts[i]; i++)
++AddMount(otherMounts[i]);
++}
+ for (auto *calibset : Calibrations)
+ delete calibset;
+ Calibrations.clear();
+diff --git a/libs/lensfun/mount.cpp b/libs/lensfun/mount.cpp
+index bd875baa..86f667cb 100644
+--- a/libs/lensfun/mount.cpp
 b/libs/lensfun/mount.cpp
+@@ -28,8 +28,10 @@ lfMount::lfMount (const lfMount )
+ 
+ MountCompat.clear();
+ const char* const* otherMounts = other.GetCompats();
+-for (int i = 0; otherMounts[i]; i++)
+-AddCompat(otherMounts[i]);
++if (otherMounts) {
++for (int i = 0; otherMounts[i]; i++)
++AddCompat(otherMounts[i]);
++}
+ }
+ 
+ lfMount ::operator = (const lfMount )
+@@ -40,9 +42,10 @@ lfMount ::operator = (const lfMount )
+ 
+ MountCompat.clear();
+ const char* const* otherMounts = other.GetCompats();
+-for (int i = 0; otherMounts[i]; i++)
+-AddCompat(otherMounts[i]);
+-
++if (otherMounts) {
++for (int i = 0; otherMounts[i]; i++)
++AddCompat(otherMounts[i]);
++}
+ return *this;
+ }
+ 



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

2022-02-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 23, 2022 @ 07:37:13
  Author: arojas
Revision: 437988

Downgrade to 0.3.3

Modified:
  lensfun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 06:10:35 UTC (rev 437987)
+++ PKGBUILD2022-02-23 07:37:13 UTC (rev 437988)
@@ -1,34 +1,26 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=lensfun
-pkgver=0.3.95
-pkgrel=6
-pkgdesc="Database of photographic lenses and a library that allows advanced 
access to the database"
+pkgver=0.3.3
+pkgrel=1
+epoch=1
+pkgdesc='Database of photographic lenses and a library that allows advanced 
access to the database'
 arch=(x86_64)
-url="https://lensfun.github.io/;
-license=('LGPL3')
-depends=('glib2')
-makedepends=('python' 'libpng' 'doxygen' 'cmake')
+url='https://lensfun.github.io/'
+license=(LGPL3)
+depends=(glib2)
+makedepends=(python libpng doxygen cmake)
 optdepends=('python: for lensfun-update-data and lensfun-add-adapter')
-source=("https://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz;
- lensfun-segfault.patch)
-sha256sums=('82c29c833c1604c48ca3ab8a35e86b7189b8effac1b1476095c0529afb702808'
-'090804382c134b813693770383d21289a74f2b7e221127f2634abf3d24b003da')
+source=(https://github.com/lensfun/lensfun/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('57ba5a0377f24948972339e18be946af12eda22b7c707eb0ddd26586370f6765')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../lensfun-segfault.patch # Fix null pointer dereference # 
https://github.com/lensfun/lensfun/issues/1132
-}
-
 build() {
-cd $pkgname-$pkgver
-cmake . \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_CXX_FLAGS="${CXXFLAGS} -fno-delete-null-pointer-checks"
-make all
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -fno-delete-null-pointer-checks"
+  cmake --build build  
 }
 
 package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }



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

2022-02-22 Thread George Rawlinson via arch-commits
Date: Wednesday, February 23, 2022 @ 07:30:51
  Author: grawlinson
Revision: 1136235

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 07:29:11 UTC (rev 1136234)
+++ PKGBUILD2022-02-23 07:30:51 UTC (rev 1136235)
@@ -1,48 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=cargo-pgx
-pkgver=0.3.1
-pkgrel=1
-pkgdesc="Build PostgreSQL extensions with Rust"
-arch=('x86_64')
-url="https://github.com/zombodb/pgx;
-license=('MIT')
-depends=('gcc-libs' 'openssl' 'clang' 'llvm' 'bzip2')
-optdepends=(
-  'postgresql: to compile with system postgresql'
-)
-makedepends=('rust')
-options=('!lto')
-source=(
-  
"$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate;
-  "https://raw.githubusercontent.com/zombodb/pgx/v$pkgver/LICENSE;
-)
-sha512sums=('1ccce9e9697e9193275ff1c1433b11cfbc05b89998f876a791016c9e4257562ec1acbac4757360a31fe2286e170b3db7836b9b140238198fe7315bd7ca18e2d0'
-
'1567db39266597101bec59f782c50ba28fad860e29626eed187980e671f1ade38a9b3a33ea56fbcf6bdc27c0960db0ddf7e6064e3c12c6fef1e1eb2f1721c535')
-b2sums=('657b64ee9ecd5d8b7483f8081c05ca5966c43d98ff7e2b50584b5a60e7040232b3f85940f18f8714bee5b73ea0c7328b04fb5f17f90bc9c06893840328f3'
-
'2cab3447814cebb834e21e3db43ac2dd42bd0ca064d304120ecf5d4f831b90dcd7fe5f9ddc10983e5f362689258d5af0ee4abedfcbf87f52ff31fe697511f165')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # download dependencies
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" "target/release/$pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$srcdir/LICENSE"
-}

Copied: cargo-pgx/repos/community-x86_64/PKGBUILD (from rev 1136234, 
cargo-pgx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 07:30:51 UTC (rev 1136235)
@@ -0,0 +1,49 @@
+# Maintainer: George Rawlinson 
+
+pkgname=cargo-pgx
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Build PostgreSQL extensions with Rust"
+arch=('x86_64')
+url="https://github.com/zombodb/pgx;
+license=('MIT')
+depends=('gcc-libs' 'openssl' 'clang' 'llvm' 'bzip2')
+optdepends=(
+  'postgresql: to compile with system postgresql'
+)
+makedepends=('git' 'rust')
+options=('!lto')
+_commit='51f604668a3a8723bfe7e2587212a10c1491e955'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # download dependencies
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname"
+  cargo build --release --frozen --package cargo-pgx
+}
+
+package() {
+  cd "$pkgname"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" "target/release/$pkgname"
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



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

2022-02-22 Thread George Rawlinson via arch-commits
Date: Wednesday, February 23, 2022 @ 07:29:11
  Author: grawlinson
Revision: 1136234

upgpkg: cargo-pgx 0.3.3-1

* New upstream release.
* Switch source to git commit from github tarball.

Modified:
  cargo-pgx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 07:29:04 UTC (rev 1136233)
+++ PKGBUILD2022-02-23 07:29:11 UTC (rev 1136234)
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=cargo-pgx
-pkgver=0.3.1
+pkgver=0.3.3
 pkgrel=1
 pkgdesc="Build PostgreSQL extensions with Rust"
 arch=('x86_64')
@@ -11,19 +11,20 @@
 optdepends=(
   'postgresql: to compile with system postgresql'
 )
-makedepends=('rust')
+makedepends=('git' 'rust')
 options=('!lto')
-source=(
-  
"$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate;
-  "https://raw.githubusercontent.com/zombodb/pgx/v$pkgver/LICENSE;
-)
-sha512sums=('1ccce9e9697e9193275ff1c1433b11cfbc05b89998f876a791016c9e4257562ec1acbac4757360a31fe2286e170b3db7836b9b140238198fe7315bd7ca18e2d0'
-
'1567db39266597101bec59f782c50ba28fad860e29626eed187980e671f1ade38a9b3a33ea56fbcf6bdc27c0960db0ddf7e6064e3c12c6fef1e1eb2f1721c535')
-b2sums=('657b64ee9ecd5d8b7483f8081c05ca5966c43d98ff7e2b50584b5a60e7040232b3f85940f18f8714bee5b73ea0c7328b04fb5f17f90bc9c06893840328f3'
-
'2cab3447814cebb834e21e3db43ac2dd42bd0ca064d304120ecf5d4f831b90dcd7fe5f9ddc10983e5f362689258d5af0ee4abedfcbf87f52ff31fe697511f165')
+_commit='51f604668a3a8723bfe7e2587212a10c1491e955'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
 
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   # download dependencies
   cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
@@ -30,12 +31,12 @@
 }
 
 build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
+  cd "$pkgname"
+  cargo build --release --frozen --package cargo-pgx
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   # binary
   install -vDm755 -t "$pkgdir/usr/bin" "target/release/$pkgname"
@@ -44,5 +45,5 @@
   install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
 
   # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$srcdir/LICENSE"
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
 }



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

2022-02-22 Thread Felix Yan via arch-commits
Date: Wednesday, February 23, 2022 @ 07:29:04
  Author: felixonmars
Revision: 1136233

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 1136232, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/rebuild.list
(from rev 1136232, nodejs/trunk/rebuild.list)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD
  nodejs/repos/community-x86_64/rebuild.list

--+
 PKGBUILD |  116 -
 rebuild.list |4 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 07:28:54 UTC (rev 1136232)
+++ PKGBUILD2022-02-23 07:29:04 UTC (rev 1136233)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=17.5.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-options=(!lto)
-depends=('brotli' 'openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 
'http-parser' 'v8')
-makedepends=('python' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz;)
-sha512sums=('c4fcc489d688aee0375d8b31309d7a14d0cf7670ae220999eef03218424715f854ce1cd2f2628ab0fad9e95973b53faa68195c4730410e386878a0d4edaa533e')
-
-build() {
-  cd node-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-nghttp2 \
---shared-cares \
---shared-brotli
-# --shared-v8
-# --shared-http-parser
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  make test || :
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 1136232, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 07:29:04 UTC (rev 1136233)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=17.6.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+options=(!lto)
+depends=('brotli' 'openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 
'http-parser' 'v8')
+makedepends=('python' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz;)
+sha512sums=('1b98996a9cadc8a6a7373497cffae2497a26dc4c08bd2d616ba714da66510ff035aa83a57969cd89032620d3af08581816671e37b8cef6d730fab7149030b55b')
+
+build() {
+  cd node-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-nghttp2 \
+--shared-cares \
+--shared-brotli
+# --shared-v8
+# --shared-http-parser
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  make test || :
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: rebuild.list
===
--- rebuild.list2022-02-23 07:28:54 UTC (rev 1136232)
+++ rebuild.list2022-02-23 07:29:04 UTC (rev 1136233)
@@ -1,2 +0,0 @@
-apm
-bash-language-server

Copied: nodejs/repos/community-x86_64/rebuild.list (from rev 1136232, 
nodejs/trunk/rebuild.list)
===
--- rebuild.list(rev 0)
+++ rebuild.list2022-02-23 07:29:04 UTC (rev 1136233)
@@ -0,0 +1,2 @@
+apm
+bash-language-server



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

2022-02-22 Thread Felix Yan via arch-commits
Date: Wednesday, February 23, 2022 @ 07:28:54
  Author: felixonmars
Revision: 1136232

upgpkg: nodejs 17.6.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 07:10:18 UTC (rev 1136231)
+++ PKGBUILD2022-02-23 07:28:54 UTC (rev 1136232)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=17.5.0
+pkgver=17.6.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 makedepends=('python' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz;)
-sha512sums=('c4fcc489d688aee0375d8b31309d7a14d0cf7670ae220999eef03218424715f854ce1cd2f2628ab0fad9e95973b53faa68195c4730410e386878a0d4edaa533e')
+sha512sums=('1b98996a9cadc8a6a7373497cffae2497a26dc4c08bd2d616ba714da66510ff035aa83a57969cd89032620d3af08581816671e37b8cef6d730fab7149030b55b')
 
 build() {
   cd node-$pkgver



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

2022-02-22 Thread George Rawlinson via arch-commits
Date: Wednesday, February 23, 2022 @ 07:10:18
  Author: grawlinson
Revision: 1136231

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  166 ++---
 1 file changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 07:09:29 UTC (rev 1136230)
+++ PKGBUILD2022-02-23 07:10:18 UTC (rev 1136231)
@@ -1,83 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Niels Abspoel 
-
-_gemname=pg
-pkgname=ruby-$_gemname
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='Ruby interface to the PostgreSQL RDBMS'
-url='https://github.com/ged/ruby-pg'
-arch=('x86_64')
-license=('custom:BSDL')
-depends=('glibc' 'ruby' 'ruby-rspec-core' 'postgresql-libs')
-makedepends=('git' 'ruby-rdoc')
-options=('!emptydirs')
-_commit='aae9eb2f8d93cc05ef99336c0c4f8642336de490' # v1.3.2
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  sed 's|"ChangeLog".freeze, ||' -i ${_gemname}.gemspec
-  sed 's|"lib/pg/deprecated_constants.rb".freeze, ||' -i ${_gemname}.gemspec
-  sed "s|^  s.version = .*$|  s.version = '${pkgver}'|" -i ${_gemname}.gemspec
-}
-
-build() {
-  cd "$pkgname"
-
-  gem build "$_gemname.gemspec"
-}
-
-package() {
-  cd "$pkgname"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install \
---verbose \
---ignore-dependencies \
---no-document \
---no-user-install \
---install-dir "$pkgdir/$_gemdir" \
---bindir "$pkgdir/usr/bin" \
-"$_gemname-$pkgver.gem"
-
-  # delete unnecessary files & folders
-  cd "$pkgdir/$_gemdir"
-  find . -type f \
--name "page-Makefile.ri" -delete \
--o -name 'gem_make.out' -delete \
--o -name 'mkmf.log' -delete
-  rm -rf cache
-  cd "gems/$_gemname-$pkgver"
-  find . -type f -name ".*" -delete
-  rm -vrf .github certs sample misc spec ext POSTGRES Manifest.txt Rakefile* 
Gemfile "$_gemname.gemspec"
-
-  # generate reproducible documentation
-  install -vd "$pkgdir/$_gemdir/doc/$_gemname-$pkgver"
-  cd "$pkgdir/$_gemdir/gems/$_gemname-$pkgver"
-  rdoc \
---format ri \
---output "$pkgdir$_gemdir/doc/$_gemname-$pkgver/ri" \
-./lib
-  # delete unnecessary rdoc metadata file
-  rm -f "$pkgdir$_gemdir/doc/$_gemname-$pkgver/ri/created.rid"
-
-  # move documentation
-  install -vd "$pkgdir/usr/share/doc/$pkgname"
-  mv *.rdoc "$pkgdir/usr/share/doc/$pkgname"
-
-  # move license
-  install -vd "$pkgdir/usr/share/licenses/$pkgname"
-  mv LICENSE BSDL "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-pg/repos/community-x86_64/PKGBUILD (from rev 1136230, 
ruby-pg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 07:10:18 UTC (rev 1136231)
@@ -0,0 +1,83 @@
+# Maintainer: Levente Polyak 
+# Contributor: Niels Abspoel 
+
+_gemname=pg
+pkgname=ruby-$_gemname
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='Ruby interface to the PostgreSQL RDBMS'
+url='https://github.com/ged/ruby-pg'
+arch=('x86_64')
+license=('custom:BSDL')
+depends=('glibc' 'ruby' 'ruby-rspec-core' 'postgresql-libs')
+makedepends=('git' 'ruby-rdoc')
+options=('!emptydirs')
+_commit='0d88a890f8ec7ce8aef10b51acb66c49d21602ff' # v1.3.3
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  sed 's|"ChangeLog".freeze, ||' -i ${_gemname}.gemspec
+  sed 's|"lib/pg/deprecated_constants.rb".freeze, ||' -i ${_gemname}.gemspec
+  sed "s|^  s.version = .*$|  s.version = '${pkgver}'|" -i ${_gemname}.gemspec
+}
+
+build() {
+  cd "$pkgname"
+
+  gem build "$_gemname.gemspec"
+}
+
+package() {
+  cd "$pkgname"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install \
+--verbose \
+--ignore-dependencies \
+--no-document \
+--no-user-install \
+--install-dir "$pkgdir/$_gemdir" \
+--bindir "$pkgdir/usr/bin" \
+"$_gemname-$pkgver.gem"
+
+  # delete unnecessary files & folders
+  cd "$pkgdir/$_gemdir"
+  find . -type f \
+-name "page-Makefile.ri" -delete \
+-o -name 'gem_make.out' -delete \
+-o -name 'mkmf.log' -delete
+  rm -rf cache
+  cd "gems/$_gemname-$pkgver"
+  find . -type f -name ".*" -delete
+  rm -vrf .github certs sample misc spec ext POSTGRES Manifest.txt Rakefile* 
Gemfile "$_gemname.gemspec"
+
+  # generate reproducible documentation
+  install -vd "$pkgdir/$_gemdir/doc/$_gemname-$pkgver"
+  cd "$pkgdir/$_gemdir/gems/$_gemname-$pkgver"
+  rdoc \
+--format ri \
+--output "$pkgdir$_gemdir/doc/$_gemname-$pkgver/ri" \
+./lib
+  # delete unnecessary rdoc 

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

2022-02-22 Thread George Rawlinson via arch-commits
Date: Wednesday, February 23, 2022 @ 07:09:29
  Author: grawlinson
Revision: 1136230

upgpkg: ruby-pg 1.3.3-1

New upstream release.

Modified:
  ruby-pg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 06:42:23 UTC (rev 1136229)
+++ PKGBUILD2022-02-23 07:09:29 UTC (rev 1136230)
@@ -3,7 +3,7 @@
 
 _gemname=pg
 pkgname=ruby-$_gemname
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc='Ruby interface to the PostgreSQL RDBMS'
 url='https://github.com/ged/ruby-pg'
@@ -12,7 +12,7 @@
 depends=('glibc' 'ruby' 'ruby-rspec-core' 'postgresql-libs')
 makedepends=('git' 'ruby-rdoc')
 options=('!emptydirs')
-_commit='aae9eb2f8d93cc05ef99336c0c4f8642336de490' # v1.3.2
+_commit='0d88a890f8ec7ce8aef10b51acb66c49d21602ff' # v1.3.3
 source=("$pkgname::git+$url.git#commit=$_commit")
 b2sums=('SKIP')
 



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

2022-02-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, February 23, 2022 @ 06:42:23
  Author: foutrelis
Revision: 1136229

archrelease: copy trunk to community-testing-x86_64

Added:
  borg/repos/community-testing-x86_64/PKGBUILD
(from rev 1136228, borg/trunk/PKGBUILD)
Deleted:
  borg/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 06:42:19 UTC (rev 1136228)
+++ PKGBUILD2022-02-23 06:42:23 UTC (rev 1136229)
@@ -1,54 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Morten Linderud 
-# Contributor: Vlad M. 
-
-pkgname=borg
-_pkgname=borgbackup
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
-url='https://borgbackup.github.io/'
-license=('BSD')
-arch=('x86_64')
-depends=('acl' 'lz4' 'openssl' 'xz' 'zstd' 'python' 'python-packaging')
-optdepends=('openssh: repositories on remote hosts'
-'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx' 'python-setuptools' 
'python-guzzle-sphinx-theme' 'python-setuptools-scm')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark'
-  'python-mock' 'python-msgpack' 'python-dateutil')
-provides=('borgbackup')
-replaces=('borgbackup')
-source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('e39a5547902ef456101aa4c779fa66b345bda70d16788e8bd18e458f93af7f67'
-'SKIP')
-validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393') # Thomas Waldmann 

-
-build() {
-  cd "$_pkgname-$pkgver"
-  export BORG_OPENSSL_PREFIX="/usr/include/openssl/" 
-  python setup.py build
-}
-
-check() {
-  cd "$_pkgname-$pkgver/build/lib.linux-$CARCH-3".*/
-  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
---benchmark-skip --pyargs borg.testsuite -v \
--k 'not test_non_ascii_acl'
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # remove junk files
-  rm -rf "$pkgdir"/usr/lib/python*/site-packages/{.benchmarks,.coverage}
-
-  install -Dm644 scripts/shell_completions/bash/borg \
-"$pkgdir/usr/share/bash-completion/completions/borg"
-  install -Dm644 scripts/shell_completions/fish/borg.fish \
-"$pkgdir/usr/share/fish/vendor_completions.d/borg.fish"
-  install -Dm644 scripts/shell_completions/zsh/_borg 
"$pkgdir/usr/share/zsh/site-functions/_borg"
-
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/" "docs/man/"*.1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: borg/repos/community-testing-x86_64/PKGBUILD (from rev 1136228, 
borg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 06:42:23 UTC (rev 1136229)
@@ -0,0 +1,55 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Morten Linderud 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/'
+license=('BSD')
+arch=('x86_64')
+depends=('acl' 'lz4' 'openssl' 'xz' 'zstd' 'python' 'python-packaging'
+ 'python-msgpack')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('python-setuptools' 'python-setuptools-scm' 'python-pkgconfig'
+ 'python-sphinx' 'python-guzzle-sphinx-theme')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark'
+  'python-mock' 'python-dateutil')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('e39a5547902ef456101aa4c779fa66b345bda70d16788e8bd18e458f93af7f67'
+'SKIP')
+validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393') # Thomas Waldmann 

+
+build() {
+  cd "$_pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$_pkgname-$pkgver/build/lib.linux-$CARCH-3".*/
+  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
+--benchmark-skip --pyargs borg.testsuite -v \
+-k 'not test_non_ascii_acl'
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  # remove junk files
+  rm -rf "$pkgdir"/usr/lib/python*/site-packages/{.benchmarks,.coverage}
+
+  install -Dm644 scripts/shell_completions/bash/borg \
+"$pkgdir/usr/share/bash-completion/completions/borg"
+  install -Dm644 scripts/shell_completions/fish/borg.fish \
+"$pkgdir/usr/share/fish/vendor_completions.d/borg.fish"
+  install -Dm644 scripts/shell_completions/zsh/_borg 

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

2022-02-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, February 23, 2022 @ 06:42:19
  Author: foutrelis
Revision: 1136228

upgpkg: borg 1.2.0-2: move python-msgpack to deps (FS#73929)

Also:

- add python-pkgconfig to build deps to avoid having to specify
  BORG_OPENSSL_PREFIX
- remove cython build dep; unneeded when using release tarballs

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 06:28:02 UTC (rev 1136227)
+++ PKGBUILD2022-02-23 06:42:19 UTC (rev 1136228)
@@ -5,17 +5,19 @@
 pkgname=borg
 _pkgname=borgbackup
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
 license=('BSD')
 arch=('x86_64')
-depends=('acl' 'lz4' 'openssl' 'xz' 'zstd' 'python' 'python-packaging')
+depends=('acl' 'lz4' 'openssl' 'xz' 'zstd' 'python' 'python-packaging'
+ 'python-msgpack')
 optdepends=('openssh: repositories on remote hosts'
 'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx' 'python-setuptools' 
'python-guzzle-sphinx-theme' 'python-setuptools-scm')
+makedepends=('python-setuptools' 'python-setuptools-scm' 'python-pkgconfig'
+ 'python-sphinx' 'python-guzzle-sphinx-theme')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark'
-  'python-mock' 'python-msgpack' 'python-dateutil')
+  'python-mock' 'python-dateutil')
 provides=('borgbackup')
 replaces=('borgbackup')
 
source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"{,.asc})
@@ -25,7 +27,6 @@
 
 build() {
   cd "$_pkgname-$pkgver"
-  export BORG_OPENSSL_PREFIX="/usr/include/openssl/" 
   python setup.py build
 }
 



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

2022-02-22 Thread Felix Yan via arch-commits
Date: Wednesday, February 23, 2022 @ 06:28:02
  Author: felixonmars
Revision: 1136227

archrelease: copy trunk to community-x86_64

Added:
  clash-ghc/repos/community-x86_64/PKGBUILD
(from rev 1136226, clash-ghc/trunk/PKGBUILD)
Deleted:
  clash-ghc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 06:27:54 UTC (rev 1136226)
+++ PKGBUILD2022-02-23 06:28:02 UTC (rev 1136227)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=clash-ghc
-pkgver=1.4.3
-pkgrel=74
-pkgdesc="CAES Language for Synchronous Hardware"
-url="https://clash-lang.org/;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-bifunctors' 'haskell-clash-lib' 
'haskell-clash-prelude'
- 'haskell-concurrent-supply' 'haskell-extra' 'haskell-ghc' 
'haskell-ghc-typelits-extra'
- 'haskell-ghc-typelits-knownnat' 'haskell-ghc-typelits-natnormalise' 
'haskell-hashable'
- 'haskell-lens' 'haskell-primitive' 'haskell-reflection' 
'haskell-split' 'haskell-uniplate'
- 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector')
-makedepends=('ghc' 'uusi')
-conflicts=('clash')
-source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('1805df7a57ec2b9f291f0561a35e55d776dab67717afb10293e0c29aa7607433b7f1fee30172450f93d3d6fc795b6245648b1241f6c46c79242cd0c6e2d14d4f')
-
-prepare() {
-  cd $pkgname-$pkgver
-  uusi -u ghc-bignum $pkgname.cabal
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
---ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
---ghc-option='-pie'
-
-  runhaskell Setup build $MAKEFLAGS
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-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"
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: clash-ghc/repos/community-x86_64/PKGBUILD (from rev 1136226, 
clash-ghc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 06:28:02 UTC (rev 1136227)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=clash-ghc
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="CAES Language for Synchronous Hardware"
+url="https://clash-lang.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-clash-lib' 
'haskell-clash-prelude'
+ 'haskell-concurrent-supply' 'haskell-extra' 'haskell-ghc' 
'haskell-ghc-typelits-extra'
+ 'haskell-ghc-typelits-knownnat' 'haskell-ghc-typelits-natnormalise' 
'haskell-hashable'
+ 'haskell-lens' 'haskell-primitive' 'haskell-reflection' 
'haskell-split' 'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector')
+makedepends=('ghc' 'uusi')
+conflicts=('clash')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('5889fee82e26c61ba09400a95b9be1aeac90227856ceefc72da90f4c233a3ea6aa1a1f7c9e8bbbe3803aeb0dc25646fa5ab459b292c7150ad1fc54b8b044f3a0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  uusi -u ghc-bignum $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f 

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

2022-02-22 Thread Felix Yan via arch-commits
Date: Wednesday, February 23, 2022 @ 06:27:54
  Author: felixonmars
Revision: 1136226

upgpkg: clash-ghc 1.4.4-1

Modified:
  clash-ghc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 06:26:03 UTC (rev 1136225)
+++ PKGBUILD2022-02-23 06:27:54 UTC (rev 1136226)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=clash-ghc
-pkgver=1.4.3
-pkgrel=74
+pkgver=1.4.4
+pkgrel=1
 pkgdesc="CAES Language for Synchronous Hardware"
 url="https://clash-lang.org/;
 license=("BSD")
@@ -15,7 +15,7 @@
 makedepends=('ghc' 'uusi')
 conflicts=('clash')
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('1805df7a57ec2b9f291f0561a35e55d776dab67717afb10293e0c29aa7607433b7f1fee30172450f93d3d6fc795b6245648b1241f6c46c79242cd0c6e2d14d4f')
+sha512sums=('5889fee82e26c61ba09400a95b9be1aeac90227856ceefc72da90f4c233a3ea6aa1a1f7c9e8bbbe3803aeb0dc25646fa5ab459b292c7150ad1fc54b8b044f3a0')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-02-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, February 23, 2022 @ 06:26:03
  Author: svenstaro
Revision: 1136225

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 1136224, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 06:25:57 UTC (rev 1136224)
+++ PKGBUILD2022-02-23 06:26:03 UTC (rev 1136225)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=ansible
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='Official assortment of Ansible collections'
-arch=('any')
-url='https://pypi.org/project/ansible/'
-license=('GPL3')
-depends=('python' 'ansible-core')
-provides=('python-ansible_collections')
-optdepends=('python-argcomplete: shell completions'
-'python-pyopenssl: openssl modules'
-'python-dnspython: for dig lookup'
-'python-ovirt-engine-sdk: ovirt support'
-'python-boto3: aws_s3 module'
-'python-ldap: ldap support'
-'python-proxmoxer: proxmos modules'
-'python-openstacksdk: OpenStack module'
-'python-pynetbox: NetBox module'
-'python-ldap: LDAP modules'
-'python-keyring: Keyring module'
-'acme-tiny: openssl_certificate module')
-makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('15f814f23305ceae3426464bccd6fc5cfb9b7b86b6634ce9b867d20c3d512e669387cbd12cb2ea03a66c352272aa72b53f255dfdd03c3198b70fc286e527f43a')
-
-build() {
-  cd ansible-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ansible-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/${pkgname}/COPYING
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 1136224, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 06:26:03 UTC (rev 1136225)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=ansible
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Official assortment of Ansible collections'
+arch=('any')
+url='https://pypi.org/project/ansible/'
+license=('GPL3')
+depends=('python' 'ansible-core')
+provides=('python-ansible_collections')
+optdepends=('python-argcomplete: shell completions'
+'python-pyopenssl: openssl modules'
+'python-dnspython: for dig lookup'
+'python-ovirt-engine-sdk: ovirt support'
+'python-boto3: aws_s3 module'
+'python-ldap: ldap support'
+'python-proxmoxer: proxmos modules'
+'python-openstacksdk: OpenStack module'
+'python-pynetbox: NetBox module'
+'python-ldap: LDAP modules'
+'python-keyring: Keyring module'
+'acme-tiny: openssl_certificate module')
+makedepends=('python-setuptools')
+source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz;)
+sha512sums=('7065c7d16a3bb13db27a3ec99c33c48e9d4abb4bec8267751e3d8df89da7d0948a8415b50b8fabd05f6a97fba661714f08f8473ae145fcb323dd83f6c7349a6d')
+
+build() {
+  cd ansible-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ansible-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/${pkgname}/COPYING
+}



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

2022-02-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, February 23, 2022 @ 06:25:57
  Author: svenstaro
Revision: 1136224

upgpkg: ansible 5.4.0-1

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 05:49:19 UTC (rev 1136223)
+++ PKGBUILD2022-02-23 06:25:57 UTC (rev 1136224)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=ansible
-pkgver=5.3.0
+pkgver=5.4.0
 pkgrel=1
 pkgdesc='Official assortment of Ansible collections'
 arch=('any')
@@ -22,7 +22,7 @@
 'acme-tiny: openssl_certificate module')
 makedepends=('python-setuptools')
 
source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz;)
-sha512sums=('15f814f23305ceae3426464bccd6fc5cfb9b7b86b6634ce9b867d20c3d512e669387cbd12cb2ea03a66c352272aa72b53f255dfdd03c3198b70fc286e527f43a')
+sha512sums=('7065c7d16a3bb13db27a3ec99c33c48e9d4abb4bec8267751e3d8df89da7d0948a8415b50b8fabd05f6a97fba661714f08f8473ae145fcb323dd83f6c7349a6d')
 
 build() {
   cd ansible-${pkgver}



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

2022-02-22 Thread Andreas Radke via arch-commits
Date: Wednesday, February 23, 2022 @ 06:10:35
  Author: andyrtr
Revision: 437987

archrelease: copy trunk to testing-x86_64

Added:
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 437986, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 437986, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/sqlite-lemon-system-template.patch
(from rev 437986, sqlite/trunk/sqlite-lemon-system-template.patch)

+
 PKGBUILD   |  149 +++
 license.txt|   33 +++
 sqlite-lemon-system-template.patch |   13 +++
 3 files changed, 195 insertions(+)

Copied: sqlite/repos/testing-x86_64/PKGBUILD (from rev 437986, 
sqlite/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-02-23 06:10:35 UTC (rev 437987)
@@ -0,0 +1,149 @@
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-analyzer' 'lemon' 'sqlite-doc')
+_srcver=338
+_docver=${_srcver}
+#_docver=333
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('x86_64')
+license=('custom:Public Domain')
+url="https://www.sqlite.org/;
+makedepends=('tcl' 'readline' 'zlib')
+source=(https://www.sqlite.org/2022/sqlite-src-${_srcver}.zip
+https://www.sqlite.org/2022/sqlite-doc-${_docver}.zip
+sqlite-lemon-system-template.patch
+license.txt)
+options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
+# upstream now switched to sha3sums - currently not suppoerted by makepkg
+sha256sums=('77c53d4812cad7856f5f1a1e07d2a2c2a3444d26a965274279f8dd9faa6ff480'
+'c5ca5362a38b0c5fa4da8fc3d033ec981c3f531f4a6530ae8846e4be1d3f295f'
+'55746d93b0df4b349c4aa4f09535746dac3530f9fd6de241c9f38e2c92e8ee97'
+'4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
+
+prepare() {
+  cd sqlite-src-$_srcver
+
+  # patch taken from Fedora
+  # https://src.fedoraproject.org/rpms/sqlite/blob/master/f/sqlite.spec
+  patch -Np1 -i ../sqlite-lemon-system-template.patch
+
+  #autoreconf -vfi
+}
+
+build() {
+  export CPPFLAGS="$CPPFLAGS \
+   -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+   -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+   -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+   -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+   -DSQLITE_SECURE_DELETE \
+   -DSQLITE_ENABLE_STMTVTAB \
+   -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+   -DSQLITE_MAX_EXPR_DEPTH=1 \
+   -DSQLITE_ENABLE_MATH_FUNCTIONS"
+
+  # build sqlite
+  cd sqlite-src-$_srcver
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-amalgamation \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   --enable-json1 \
+   TCLLIBDIR=/usr/lib/sqlite$pkgver
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+  # build additional tools
+  make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
+}
+
+package_sqlite() {
+
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline' 'zlib')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3")
+
+  cd sqlite-src-$_srcver
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 showdb showjournal showstat4 showwal sqldiff 
"${pkgdir}"/usr/bin/
+
+  # install manpage
+  install -m755 -d "${pkgdir}"/usr/share/man/man1
+  install -m644 sqlite3.1 "${pkgdir}"/usr/share/man/man1/
+
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 "${srcdir}"/license.txt 
"${pkgdir}"/usr/share/licenses/${pkgbase}/license.txt
+
+  # split out tcl extension
+  mkdir "$srcdir"/tcl
+  mv "$pkgdir"/usr/lib/sqlite* "$srcdir"/tcl
+}
+
+package_sqlite-tcl() {
+
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
+ depends=('sqlite')
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl")
+
+  install -m755 -d "${pkgdir}"/usr/lib
+  mv "$srcdir"/tcl/* "${pkgdir}"/usr/lib
+
+  # install manpage
+  install -m755 -d "${pkgdir}"/usr/share/man/mann
+  install -m644 "${srcdir}"/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
"${pkgdir}"/usr/share/man/mann/
+
+  # link license
+  install -m755 -d "${pkgdir}"/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_sqlite-analyzer() {
+
+ pkgdesc="An analysis program for sqlite3 database files"
+ depends=('sqlite' 'tcl')
+
+  cd sqlite-src-$_srcver
+  install -m755 -d "${pkgdir}"/usr/bin
+  install -m755 sqlite3_analyzer "${pkgdir}"/usr/bin/
+}
+
+package_lemon() {
+
+ # https://www.sqlite.org/lemon.html
+ pkgdesc="A parser generator"
+ depends=('glibc')
+
+  cd sqlite-src-$_srcver
+  # ELF file ('usr/bin/lemon') lacks FULL RELRO, check LDFLAGS. - no fix found 
so far
+  

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

2022-02-22 Thread Andreas Radke via arch-commits
Date: Wednesday, February 23, 2022 @ 06:10:21
  Author: andyrtr
Revision: 437986

upgpkg: sqlite 3.38.0-1: upstream update 3.38.0

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 03:38:10 UTC (rev 437985)
+++ PKGBUILD2022-02-23 06:10:21 UTC (rev 437986)
@@ -3,10 +3,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-analyzer' 'lemon' 'sqlite-doc')
-_srcver=3370200
+_srcver=338
 _docver=${_srcver}
 #_docver=333
-pkgver=3.37.2
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('x86_64')
@@ -19,8 +19,8 @@
 license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
 # upstream now switched to sha3sums - currently not suppoerted by makepkg
-sha256sums=('486770b4d5f88b5bb0dba540dd6ee1763067d7539dfee18a7c66fe9bb03d16d9'
-'0538aa78a5ba82ee3d2033329e4056be2eaf7b320d2fa0535714edd794f55eaf'
+sha256sums=('77c53d4812cad7856f5f1a1e07d2a2c2a3444d26a965274279f8dd9faa6ff480'
+'c5ca5362a38b0c5fa4da8fc3d033ec981c3f531f4a6530ae8846e4be1d3f295f'
 '55746d93b0df4b349c4aa4f09535746dac3530f9fd6de241c9f38e2c92e8ee97'
 '4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
 



[arch-commits] Commit in haskell-clash-lib/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-02-22 Thread Felix Yan via arch-commits
Date: Wednesday, February 23, 2022 @ 05:49:19
  Author: felixonmars
Revision: 1136223

archrelease: copy trunk to community-x86_64

Added:
  haskell-clash-lib/repos/community-x86_64/PKGBUILD
(from rev 1136222, haskell-clash-lib/trunk/PKGBUILD)
Deleted:
  haskell-clash-lib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 05:49:08 UTC (rev 1136222)
+++ PKGBUILD2022-02-23 05:49:19 UTC (rev 1136223)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=clash-lib
-pkgname=haskell-clash-lib
-pkgver=1.4.3
-pkgrel=71
-pkgdesc="Clash: a functional hardware description language - As a library"
-url="https://clash-lang.org/;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-ansi-terminal'
- 'haskell-attoparsec' 'haskell-base16-bytestring' 
'haskell-clash-prelude'
- 'haskell-concurrent-supply' 'haskell-cryptohash-sha256' 
'haskell-data-binary-ieee754'
- 'haskell-data-default' 'haskell-dlist' 'haskell-errors' 
'haskell-extra' 'haskell-ghc'
- 'haskell-hashable' 'haskell-src-meta' 'haskell-hint' 
'haskell-interpolate' 'haskell-lens'
- 'haskell-ordered-containers' 'haskell-parsers' 'haskell-pretty-show'
- 'haskell-prettyprinter' 'haskell-primitive' 'haskell-reducers' 
'haskell-temporary'
- 'haskell-terminal-size' 'haskell-text-show' 'haskell-trifecta'
- 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector'
- 'haskell-vector-binary-instances')
-makedepends=('ghc' 'uusi' 'haskell-ghc-typelits-knownnat' 
'haskell-quickcheck-text' 'haskell-src-exts'
- 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('2e344cfbb8f02db3498f8db9c921c42e3101b188edbc30e2a23231eb2f81473b89a69f7c779b63f0d715ae046cae43103d650883a39e99b31e70a6d7d56bceca')
-
-prepare() {
-  cd $_hkgname-$pkgver
-  uusi -u ghc-bignum $_hkgname.cabal
-}
-
-build() {
-  cd $_hkgname-$pkgver
-
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
---ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
---ghc-option='-pie'
-
-  runhaskell Setup build $MAKEFLAGS
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-  cd $_hkgname-$pkgver
-  runhaskell Setup test --show-details=direct
-}
-
-package() {
-  cd $_hkgname-$pkgver
-
-  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
-  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-  runhaskell Setup copy --destdir="$pkgdir"
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-clash-lib/repos/community-x86_64/PKGBUILD (from rev 1136222, 
haskell-clash-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 05:49:19 UTC (rev 1136223)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+_hkgname=clash-lib
+pkgname=haskell-clash-lib
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Clash: a functional hardware description language - As a library"
+url="https://clash-lang.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-ansi-terminal'
+ 'haskell-attoparsec' 'haskell-base16-bytestring' 
'haskell-clash-prelude'
+ 'haskell-concurrent-supply' 'haskell-cryptohash-sha256' 
'haskell-data-binary-ieee754'
+ 'haskell-data-default' 'haskell-dlist' 'haskell-errors' 
'haskell-extra' 'haskell-ghc'
+ 'haskell-hashable' 'haskell-src-meta' 'haskell-hint' 
'haskell-interpolate' 'haskell-lens'
+ 'haskell-ordered-containers' 'haskell-parsers' 'haskell-pretty-show'
+ 'haskell-prettyprinter' 'haskell-primitive' 'haskell-reducers' 
'haskell-temporary'
+ 'haskell-terminal-size' 'haskell-text-show' 'haskell-trifecta'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector'
+ 'haskell-vector-binary-instances')
+makedepends=('ghc' 'uusi' 'haskell-ghc-typelits-knownnat' 
'haskell-quickcheck-text' 'haskell-src-exts'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')

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

2022-02-22 Thread Felix Yan via arch-commits
Date: Wednesday, February 23, 2022 @ 05:49:08
  Author: felixonmars
Revision: 1136222

upgpkg: haskell-clash-lib 1.4.4-1

Modified:
  haskell-clash-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 05:41:08 UTC (rev 1136221)
+++ PKGBUILD2022-02-23 05:49:08 UTC (rev 1136222)
@@ -2,8 +2,8 @@
 
 _hkgname=clash-lib
 pkgname=haskell-clash-lib
-pkgver=1.4.3
-pkgrel=71
+pkgver=1.4.4
+pkgrel=1
 pkgdesc="Clash: a functional hardware description language - As a library"
 url="https://clash-lang.org/;
 license=("BSD")
@@ -21,11 +21,11 @@
 makedepends=('ghc' 'uusi' 'haskell-ghc-typelits-knownnat' 
'haskell-quickcheck-text' 'haskell-src-exts'
  'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('2e344cfbb8f02db3498f8db9c921c42e3101b188edbc30e2a23231eb2f81473b89a69f7c779b63f0d715ae046cae43103d650883a39e99b31e70a6d7d56bceca')
+sha512sums=('3b6be87124b5b1e3412d94549fe8c335c1b816a40145097642254d25a87d120628ea01c6794d499c4381f7184f8fbbf044a2b52a104a41ac4b4d710cd75d4d69')
 
 prepare() {
   cd $_hkgname-$pkgver
-  uusi -u ghc-bignum $_hkgname.cabal
+  uusi -u ghc-bignum -u prettyprinter $_hkgname.cabal
 }
 
 build() {



[arch-commits] Commit in haskell-clash-prelude/repos/community-x86_64 (3 files)

2022-02-22 Thread Felix Yan via arch-commits
Date: Wednesday, February 23, 2022 @ 05:30:58
  Author: felixonmars
Revision: 1136220

archrelease: copy trunk to community-x86_64

Added:
  haskell-clash-prelude/repos/community-x86_64/PKGBUILD
(from rev 1136219, haskell-clash-prelude/trunk/PKGBUILD)
  haskell-clash-prelude/repos/community-x86_64/hashable-1.4.patch
(from rev 1136219, haskell-clash-prelude/trunk/hashable-1.4.patch)
Deleted:
  haskell-clash-prelude/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |  115 ++-
 hashable-1.4.patch |   46 
 2 files changed, 105 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 05:30:43 UTC (rev 1136219)
+++ PKGBUILD2022-02-23 05:30:58 UTC (rev 1136220)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=clash-prelude
-pkgname=haskell-clash-prelude
-pkgver=1.4.3
-pkgrel=57
-pkgdesc="Clash: a functional hardware description language - Prelude library"
-url="https://github.com/clash-lang/clash-prelude;
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-arrows' 'haskell-bifunctors' 'haskell-constraints'
- 'haskell-data-binary-ieee754' 'haskell-data-default-class' 
'haskell-ghc-typelits-extra'
- 'haskell-ghc-typelits-knownnat' 'haskell-ghc-typelits-natnormalise' 
'haskell-half'
- 'haskell-hashable' 'haskell-interpolate' 'haskell-lens' 
'haskell-quickcheck'
- 'haskell-recursion-schemes' 'haskell-reflection' 'haskell-singletons'
- 'haskell-th-abstraction' 'haskell-th-lift' 'haskell-text-show' 
'haskell-th-orphans'
- 'haskell-type-errors' 'haskell-uniplate' 'haskell-vector')
-makedepends=('ghc' 'uusi' 'haskell-cabal-doctest' 'haskell-doctest' 
'haskell-hedgehog'
- 'haskell-hint' 'haskell-quickcheck-classes-base' 'haskell-tasty'
- 'haskell-tasty-hedgehog' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
- 'haskell-tasty-th')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('fdfed70e2ce3d756f60af9820acb6affaa4ee6c2aa063ab39b5133106d78bca9ee51b65a4b9b8b3fdbe273e4a6d9926c4b910b26d6d1ec6e14dd219a90d7f3c1')
-
-prepare() {
-cd $_hkgname-$pkgver
-uusi -u ghc-bignum $_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-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
-}

Copied: haskell-clash-prelude/repos/community-x86_64/PKGBUILD (from rev 
1136219, haskell-clash-prelude/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 05:30:58 UTC (rev 1136220)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+
+_hkgname=clash-prelude
+pkgname=haskell-clash-prelude
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Clash: a functional hardware description language - Prelude library"
+url="https://github.com/clash-lang/clash-prelude;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-arrows' 'haskell-bifunctors' 'haskell-constraints'
+ 'haskell-data-binary-ieee754' 'haskell-data-default-class' 
'haskell-ghc-typelits-extra'
+ 'haskell-ghc-typelits-knownnat' 'haskell-ghc-typelits-natnormalise' 
'haskell-half'
+ 'haskell-hashable' 'haskell-interpolate' 'haskell-lens' 
'haskell-quickcheck'
+ 'haskell-recursion-schemes' 'haskell-reflection' 'haskell-singletons'
+ 'haskell-th-abstraction' 'haskell-th-lift' 'haskell-text-show' 
'haskell-th-orphans'
+ 'haskell-type-errors' 'haskell-uniplate' 'haskell-vector')
+makedepends=('ghc' 'uusi' 'haskell-cabal-doctest' 'haskell-doctest' 
'haskell-hedgehog'
+ 'haskell-hint' 'haskell-quickcheck-classes-base' 'haskell-tasty'
+ 'haskell-tasty-hedgehog' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-th')

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

2022-02-22 Thread Felix Yan via arch-commits
Date: Wednesday, February 23, 2022 @ 05:30:43
  Author: felixonmars
Revision: 1136219

upgpkg: haskell-clash-prelude 1.4.4-1

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 03:12:22 UTC (rev 1136218)
+++ PKGBUILD2022-02-23 05:30:43 UTC (rev 1136219)
@@ -2,8 +2,8 @@
 
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
-pkgver=1.4.3
-pkgrel=58
+pkgver=1.4.4
+pkgrel=1
 pkgdesc="Clash: a functional hardware description language - Prelude library"
 url="https://github.com/clash-lang/clash-prelude;
 license=('BSD')
@@ -21,7 +21,7 @@
  'haskell-tasty-th')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
 hashable-1.4.patch)
-sha512sums=('fdfed70e2ce3d756f60af9820acb6affaa4ee6c2aa063ab39b5133106d78bca9ee51b65a4b9b8b3fdbe273e4a6d9926c4b910b26d6d1ec6e14dd219a90d7f3c1'
+sha512sums=('749ef4940ee03018cc12eaef3ea2267ffe90c4cdc00c7a5e3710f50355313b3d481246d94bfe46f643f46c7df2edf4d131fe3c6a013f94a2724700f11e9e24df'
 
'84971d5f70f21e8962436e5c14d627a3fddb9805b505fa7ade82c22b59d94912d52d28bb509906e2e6acfcf6432c54b8d7837fc1eae5149a2ce42d51c562934a')
 
 prepare() {



[arch-commits] Commit in wpa_supplicant/repos (8 files)

2022-02-22 Thread Jan Steffens via arch-commits
Date: Wednesday, February 23, 2022 @ 03:38:10
  Author: heftig
Revision: 437985

archrelease: copy trunk to testing-x86_64

Added:
  wpa_supplicant/repos/testing-x86_64/
  wpa_supplicant/repos/testing-x86_64/PKGBUILD
(from rev 437984, wpa_supplicant/trunk/PKGBUILD)
  
wpa_supplicant/repos/testing-x86_64/add_extra-ies_only_if_allowed_by_driver.patch
(from rev 437984, 
wpa_supplicant/trunk/add_extra-ies_only_if_allowed_by_driver.patch)
  wpa_supplicant/repos/testing-x86_64/wpa_supplicant.install
(from rev 437984, wpa_supplicant/trunk/wpa_supplicant.install)
  wpa_supplicant/repos/testing-x86_64/wpa_supplicant_config
(from rev 437984, wpa_supplicant/trunk/wpa_supplicant_config)
  wpa_supplicant/repos/testing-x86_64/wpa_supplicant_dbus_service_syslog.patch
(from rev 437984, 
wpa_supplicant/trunk/wpa_supplicant_dbus_service_syslog.patch)
  
wpa_supplicant/repos/testing-x86_64/wpa_supplicant_service_ignore-on-isolate.patch
(from rev 437984, 
wpa_supplicant/trunk/wpa_supplicant_service_ignore-on-isolate.patch)
  wpa_supplicant/repos/testing-x86_64/wpa_supplicant_tls.patch
(from rev 437984, wpa_supplicant/trunk/wpa_supplicant_tls.patch)

+
 PKGBUILD   |   69 ++
 add_extra-ies_only_if_allowed_by_driver.patch  |   62 ++
 wpa_supplicant.install |7 
 wpa_supplicant_config  |  637 +++
 wpa_supplicant_dbus_service_syslog.patch   |   36 +
 wpa_supplicant_service_ignore-on-isolate.patch |   36 +
 wpa_supplicant_tls.patch   |   28 +
 7 files changed, 875 insertions(+)

Copied: wpa_supplicant/repos/testing-x86_64/PKGBUILD (from rev 437984, 
wpa_supplicant/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-02-23 03:38:10 UTC (rev 437985)
@@ -0,0 +1,69 @@
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Bächler 
+# Contributor: loqs
+
+pkgname=wpa_supplicant
+pkgver=2.10
+pkgrel=3
+epoch=2
+pkgdesc='A utility providing key negotiation for WPA wireless networks'
+url='https://w1.fi/wpa_supplicant/'
+arch=(x86_64)
+license=(GPL)
+depends=(openssl libdbus readline libnl)
+install=wpa_supplicant.install
+source=(
+  https://w1.fi/releases/${pkgname}-${pkgver}.tar.gz{,.asc}
+  wpa_supplicant_tls.patch# More permissive TLS 
fallback
+  wpa_supplicant_dbus_service_syslog.patch# Unit improvements from 
Ubuntu
+  wpa_supplicant_service_ignore-on-isolate.patch  # More unit improvements 
from Ubuntu
+  wpa_supplicant_config
+  add_extra-ies_only_if_allowed_by_driver.patch
+)
+validpgpkeys=('EC4AA0A991A5F2464582D52D2B6EF432EFC895FA') # Jouni Malinen
+sha256sums=('20df7ae5154b3830355f8ab4269123a87affdea59fe74fe9292a91d0d7e17b2f'
+'SKIP'
+'08915b040d03a3e07cdc8ea6c76b497e00059e01ce85b67413dfe41d4fc68992'
+'60f6a1cf2e124813dfce1da78ee1818e2ff5236aafa4113c7ae3b3f2a0b84006'
+'d42bdbf3d4980b9f0a819612df0c39843c7e96c8afcb103aa656c824f93790b0'
+'d99c48843bb413d7eb63e87e0bab255736712f901b515b9a625f40c8eb8e99db'
+'aaedf87f1530d4e6cb00bf7981d1f868409ed892cc41b83c5613019e7b51f380')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../add_extra-ies_only_if_allowed_by_driver.patch # 
http://lists.infradead.org/pipermail/hostap/2022-January/040178.html
+
+  cd $pkgname
+  cp "$srcdir/wpa_supplicant_config" ./.config
+}
+
+build() {
+  cd $pkgname-$pkgver/$pkgname
+
+  make LIBDIR=/usr/lib BINDIR=/usr/bin
+  make LIBDIR=/usr/lib BINDIR=/usr/bin eapol_test
+}
+
+package() {
+  cd $pkgname-$pkgver/$pkgname
+
+  make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$pkgdir" install
+
+  install -Dm755 eapol_test "$pkgdir/usr/bin/eapol_test"
+
+  install -dm755 "$pkgdir/etc/wpa_supplicant"
+  install -Dm644 wpa_supplicant.conf -t "$pkgdir/usr/share/doc/wpa_supplicant"
+
+  install -Dm644 dbus/fi.w1.wpa_supplicant1.service \
+-t "$pkgdir/usr/share/dbus-1/system-services"
+
+  install -Dm644 dbus/dbus-wpa_supplicant.conf \
+"$pkgdir/usr/share/dbus-1/system.d/wpa_supplicant.conf"
+
+  install -Dm644 doc/docbook/*.5 -t "$pkgdir/usr/share/man/man5"
+  install -Dm644 doc/docbook/*.8 -t "$pkgdir/usr/share/man/man8"
+  rm "$pkgdir"/usr/share/man/man8/wpa_{priv,gui}.8
+
+  install -Dm644 systemd/*.service -t "$pkgdir/usr/lib/systemd/system"
+}

Copied: 
wpa_supplicant/repos/testing-x86_64/add_extra-ies_only_if_allowed_by_driver.patch
 (from rev 437984, 
wpa_supplicant/trunk/add_extra-ies_only_if_allowed_by_driver.patch)
===
--- testing-x86_64/add_extra-ies_only_if_allowed_by_driver.patch
(rev 0)
+++ testing-x86_64/add_extra-ies_only_if_allowed_by_driver.patch
2022-02-23 03:38:10 UTC (rev 

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

2022-02-22 Thread Jan Steffens via arch-commits
Date: Wednesday, February 23, 2022 @ 03:37:16
  Author: heftig
Revision: 437984

2.10-3: FS#65470 enable WNM again

Modified:
  wpa_supplicant/trunk/PKGBUILD
  wpa_supplicant/trunk/wpa_supplicant_config

---+
 PKGBUILD  |   34 +++---
 wpa_supplicant_config |2 +-
 2 files changed, 16 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 03:34:53 UTC (rev 437983)
+++ PKGBUILD2022-02-23 03:37:16 UTC (rev 437984)
@@ -1,11 +1,11 @@
 # Maintainer:
-# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Bartłomiej Piotrowski 
 # Contributor: Thomas Bächler 
 # Contributor: loqs
 
 pkgname=wpa_supplicant
 pkgver=2.10
-pkgrel=2
+pkgrel=3
 epoch=2
 pkgdesc='A utility providing key negotiation for WPA wireless networks'
 url='https://w1.fi/wpa_supplicant/'
@@ -27,7 +27,7 @@
 '08915b040d03a3e07cdc8ea6c76b497e00059e01ce85b67413dfe41d4fc68992'
 '60f6a1cf2e124813dfce1da78ee1818e2ff5236aafa4113c7ae3b3f2a0b84006'
 'd42bdbf3d4980b9f0a819612df0c39843c7e96c8afcb103aa656c824f93790b0'
-'385c956607d9a4966b13458db60a29b7556ff0c9928d7fef59381678ce79f13b'
+'d99c48843bb413d7eb63e87e0bab255736712f901b515b9a625f40c8eb8e99db'
 'aaedf87f1530d4e6cb00bf7981d1f868409ed892cc41b83c5613019e7b51f380')
 
 prepare() {
@@ -47,27 +47,23 @@
 
 package() {
   cd $pkgname-$pkgver/$pkgname
+
   make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$pkgdir" install
+
   install -Dm755 eapol_test "$pkgdir/usr/bin/eapol_test"
 
-  install -d -m755 "$pkgdir/etc/wpa_supplicant"
-  install -Dm644 wpa_supplicant.conf \
-"$pkgdir/usr/share/doc/wpa_supplicant/wpa_supplicant.conf"
+  install -dm755 "$pkgdir/etc/wpa_supplicant"
+  install -Dm644 wpa_supplicant.conf -t "$pkgdir/usr/share/doc/wpa_supplicant"
 
+  install -Dm644 dbus/fi.w1.wpa_supplicant1.service \
+-t "$pkgdir/usr/share/dbus-1/system-services"
 
-install -d -m755 "$pkgdir"/usr/share/dbus-1/{system.d,system-services}
-install -m644 \
-dbus/fi.w1.wpa_supplicant1.service \
-"$pkgdir/usr/share/dbus-1/system-services/"
+  install -Dm644 dbus/dbus-wpa_supplicant.conf \
+"$pkgdir/usr/share/dbus-1/system.d/wpa_supplicant.conf"
 
- install -Dm644 dbus/dbus-wpa_supplicant.conf \
-"$pkgdir/usr/share/dbus-1/system.d/wpa_supplicant.conf"
+  install -Dm644 doc/docbook/*.5 -t "$pkgdir/usr/share/man/man5"
+  install -Dm644 doc/docbook/*.8 -t "$pkgdir/usr/share/man/man8"
+  rm "$pkgdir"/usr/share/man/man8/wpa_{priv,gui}.8
 
-  install -d -m755 "$pkgdir/usr/share/man/man"{5,8}
-  install -m644 doc/docbook/*.5 "$pkgdir/usr/share/man/man5/"
-  install -m644 doc/docbook/*.8 "$pkgdir/usr/share/man/man8/"
-  rm -f "$pkgdir/usr/share/man/man8/wpa_"{priv,gui}.8
-
-  install -d -m755 "$pkgdir/usr/lib/systemd/system"
-  install -m644 systemd/*.service "$pkgdir/usr/lib/systemd/system/"
+  install -Dm644 systemd/*.service -t "$pkgdir/usr/lib/systemd/system"
 }

Modified: wpa_supplicant_config
===
--- wpa_supplicant_config   2022-02-23 03:34:53 UTC (rev 437983)
+++ wpa_supplicant_config   2022-02-23 03:37:16 UTC (rev 437984)
@@ -477,7 +477,7 @@
 
 # Wireless Network Management (IEEE Std 802.11v-2011)
 # Note: This is experimental and not complete implementation.
-#CONFIG_WNM=y
+CONFIG_WNM=y
 
 # Interworking (IEEE 802.11u)
 # This can be used to enable functionality to improve interworking with



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

2022-02-22 Thread Jan Steffens via arch-commits
Date: Wednesday, February 23, 2022 @ 03:34:52
  Author: heftig
Revision: 437982

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 437981, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 437981, flatpak/trunk/flatpak-bindir.sh)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak-bindir.sh

---+
 PKGBUILD  |  178 ++--
 flatpak-bindir.sh |   18 ++---
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 03:29:39 UTC (rev 437981)
+++ PKGBUILD2022-02-23 03:34:52 UTC (rev 437982)
@@ -1,89 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=1.12.5
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="https://flatpak.org;
-arch=(x86_64)
-license=(LGPL)
-depends=(dbus glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib xdg-dbus-proxy systemd)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind socat)
-provides=(libflatpak.so)
-_commit=42b9bb578fb73b94ab601ddf35b8028a6f7496f3  # tags/1.12.5^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
-git+https://gitlab.gnome.org/GNOME/libglnx.git
-git+https://github.com/projectatomic/bubblewrap
-git+https://github.com/flatpak/xdg-dbus-proxy
-git+https://gitlab.gnome.org/alexl/variant-schema-compiler.git
-https://dl.flathub.org/repo/flathub.flatpakrepo
-flatpak-bindir.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
-'1824cb4eb1cc88702cb2b9f1c55b6dfdf20fca5eab83f6e8e532099281328745')
-
-pkgver() {
-  cd flatpak
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd flatpak
-
-  git submodule init
-  git submodule set-url bubblewrap "$srcdir/bubblewrap"
-  git submodule set-url libglnx "$srcdir/libglnx"
-  git submodule set-url dbus-proxy "$srcdir/xdg-dbus-proxy"
-  git submodule set-url variant-schema-compiler 
"$srcdir/variant-schema-compiler"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd flatpak
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-system-dbus-proxy \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd flatpak
-  make -k check
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  make -C flatpak DESTDIR="$pkgdir" install
-
-  install -Dt "$pkgdir/etc/profile.d" -m644 flatpak-bindir.sh
-  install -Dt "$pkgdir/etc/flatpak/remotes.d" flathub.flatpakrepo
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 437981, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 03:34:52 UTC (rev 437982)
@@ -0,0 +1,89 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=1.12.6
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="https://flatpak.org;
+arch=(x86_64)
+license=(LGPL)
+depends=(dbus glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib xdg-dbus-proxy systemd)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+checkdepends=(valgrind socat)
+provides=(libflatpak.so)
+_commit=e49f5289bcff0bdfabb668a27f9a1ed5e775d71c  # tags/1.12.6^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
+git+https://gitlab.gnome.org/GNOME/libglnx.git
+git+https://github.com/projectatomic/bubblewrap
+git+https://github.com/flatpak/xdg-dbus-proxy
+git+https://gitlab.gnome.org/alexl/variant-schema-compiler.git
+https://dl.flathub.org/repo/flathub.flatpakrepo
+flatpak-bindir.sh)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+

[arch-commits] Commit in pulseaudio/repos/testing-x86_64 (4 files)

2022-02-22 Thread Jan Steffens via arch-commits
Date: Wednesday, February 23, 2022 @ 03:34:53
  Author: heftig
Revision: 437983

archrelease: copy trunk to testing-x86_64

Added:
  pulseaudio/repos/testing-x86_64/PKGBUILD
(from rev 437981, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/testing-x86_64/pulseaudio.install
(from rev 437982, pulseaudio/trunk/pulseaudio.install)
Deleted:
  pulseaudio/repos/testing-x86_64/PKGBUILD
  pulseaudio/repos/testing-x86_64/pulseaudio.install

+
 PKGBUILD   |  383 +--
 pulseaudio.install |   28 +--
 2 files changed, 207 insertions(+), 204 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 03:34:52 UTC (rev 437982)
+++ PKGBUILD2022-02-23 03:34:53 UTC (rev 437983)
@@ -1,190 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse 
pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer,rtp})
-pkgdesc="A featureful, general-purpose sound server"
-pkgver=15.0
-pkgrel=3
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/PulseAudio/;
-license=(GPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsndfile rtkit libsoxr
- speexdsp tdb systemd dbus avahi bluez bluez-libs jack2 sbc
- lirc openssl fftw orc gtk3 webrtc-audio-processing check git meson
- xmltoman valgrind doxygen gst-plugins-bad)
-_commit=6329a2498eb038f8a9537888280a62b00a93f68e  # tags/v15.0^0
-source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pulseaudio
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd pulseaudio
-
-  # Freeze version before patching
-  ./git-version-gen doesnt-exist >.tarball-version
-}
-
-build() {
-  local meson_options=(
--D stream-restore-clear-old-devices=true
--D pulsedsp-location='/usr/\$LIB/pulseaudio'
--D udevrulesdir=/usr/lib/udev/rules.d
--D elogind=disabled
--D tcpwrap=disabled
-  )
-
-  arch-meson pulseaudio build "${meson_options[@]}"
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-  ninja -C build test-daemon
-}
-
-_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_pulseaudio() {
-  depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speexdsp tdb orc libsoxr
-   webrtc-audio-processing libxtst)
-  optdepends=('pulseaudio-alsa: ALSA configuration (recommended)'
-  'pulseaudio-zeroconf: Zeroconf support'
-  'pulseaudio-lirc: IR (lirc) support'
-  'pulseaudio-jack: Jack support'
-  'pulseaudio-bluetooth: Bluetooth support'
-  'pulseaudio-equalizer: Graphical equalizer'
-  'pulseaudio-rtp: RTP and RAOP support')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-  replaces=('pulseaudio-xen<=9.0' 'pulseaudio-gconf<=11.1')
-
-  local pulsever=$(cd pulseaudio; ./git-version-gen .tarball-version)
-  while [[ $pulsever = *.*.* ]]; do
-pulsever=${pulsever%.*}
-  done
-  pulsever=${pulsever%%-*}
-
-  meson install -C build --destdir "$pkgdir"
-
-  cd "$pkgdir"
-
-  # Superseded by socket activation
-  sed -e '/autospawn/iautospawn = no' \
-  -i etc/pulse/client.conf
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
-  -i usr/bin/start-pulseaudio-x11
-
-  # Required by qpaeq
-  sed -e '/Load several protocols/aload-module module-dbus-protocol' \
-  -i etc/pulse/default.pa
-
-  rm -r etc/dbus-1
-
-  # Split packages
-  _pick libpulse etc/pulse/client.conf
-  _pick libpulse usr/bin/pa{cat,ctl,dsp,mon,play,rec,record}
-  _pick libpulse usr/lib/libpulse{,-simple,-mainloop-glib}.so*
-  _pick libpulse usr/lib/{cmake,pkgconfig}
-  _pick libpulse usr/lib/pulseaudio/libpulse{dsp,common-*}.so
-  _pick libpulse usr/include
-  _pick libpulse usr/share/man/man1/pa{cat,ctl,dsp,mon,play,rec,record}.1
-  _pick libpulse usr/share/man/man5/pulse-client.conf.5
-  _pick libpulse 
usr/share/bash-completion/completions/pa{cat,ctl,dsp,play,rec,record}
-  _pick libpulse usr/share/bash-completion/completions/pulseaudio
-  _pick libpulse usr/share/vala
-  _pick libpulse usr/share/zsh
-
-  local moddir=usr/lib/pulse-$pulsever/modules
-
-  _pick zeroconf $moddir/libavahi-wrap.so
-  _pick zeroconf $moddir/module-zeroconf-{publish,discover}.so
-  _pick zeroconf $moddir/module-raop-discover.so
-
-  _pick lirc $moddir/module-lirc.so
-
-  _pick jack $moddir/module-jack-{sink,source}.so
-  _pick jack $moddir/module-jackdbus-detect.so
-
-  _pick bluetooth $moddir/libbluez5-util.so
-  _pick bluetooth 

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

2022-02-22 Thread Jan Steffens via arch-commits
Date: Wednesday, February 23, 2022 @ 03:29:39
  Author: heftig
Revision: 437981

1.12.6-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 03:25:05 UTC (rev 437980)
+++ PKGBUILD2022-02-23 03:29:39 UTC (rev 437981)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=1.12.5
+pkgver=1.12.6
 pkgrel=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
 url="https://flatpak.org;
@@ -14,7 +14,7 @@
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
 checkdepends=(valgrind socat)
 provides=(libflatpak.so)
-_commit=42b9bb578fb73b94ab601ddf35b8028a6f7496f3  # tags/1.12.5^0
+_commit=e49f5289bcff0bdfabb668a27f9a1ed5e775d71c  # tags/1.12.6^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
 git+https://gitlab.gnome.org/GNOME/libglnx.git
 git+https://github.com/projectatomic/bubblewrap



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

2022-02-22 Thread Jan Steffens via arch-commits
Date: Wednesday, February 23, 2022 @ 03:25:05
  Author: heftig
Revision: 437980

15.0-4: FS#73888 fix ldac

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 03:15:58 UTC (rev 437979)
+++ PKGBUILD2022-02-23 03:25:05 UTC (rev 437980)
@@ -4,7 +4,7 @@
 pkgname=(pulseaudio libpulse 
pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer,rtp})
 pkgdesc="A featureful, general-purpose sound server"
 pkgver=15.0
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/PulseAudio/;
 license=(GPL)
@@ -11,7 +11,7 @@
 makedepends=(libasyncns libcap attr libxtst libsm libsndfile rtkit libsoxr
  speexdsp tdb systemd dbus avahi bluez bluez-libs jack2 sbc
  lirc openssl fftw orc gtk3 webrtc-audio-processing check git meson
- xmltoman valgrind doxygen gst-plugins-bad)
+ xmltoman valgrind doxygen gst-plugins-base-libs)
 _commit=6329a2498eb038f8a9537888280a62b00a93f68e  # tags/v15.0^0
 
source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit;)
 sha256sums=('SKIP')
@@ -26,6 +26,9 @@
 
   # Freeze version before patching
   ./git-version-gen doesnt-exist >.tarball-version
+
+  # https://bugs.archlinux.org/task/73888
+  git cherry-pick -n 9f0a18b290de3e93812fbb7666f6377acf1e96e7
 }
 
 build() {



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

2022-02-22 Thread Jan Steffens via arch-commits
Date: Wednesday, February 23, 2022 @ 03:15:58
  Author: heftig
Revision: 437979

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 03:15:55 UTC (rev 437978)
+++ PKGBUILD2022-02-23 03:15:58 UTC (rev 437979)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=40.0+14+g884b1fd1
-pkgrel=1
-pkgdesc="Access, organize, and share your photos on GNOME"
-arch=(x86_64)
-url="https://wiki.gnome.org/Apps/Photos;
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas
- grilo-plugins lcms2 tracker3-miners geocode-glib grilo gfbgraph 
libgdata
- libgexiv2 libraw gnome-online-accounts dleyna-server dleyna-renderer
- libdazzle libhandy)
-makedepends=(python yelp-tools git meson docbook-xsl)
-groups=(gnome)
-_commit=884b1fd16e6ee505e216f38566c777131321a7ed  # gnome-40
-source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url subprojects/libgd "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D manuals=true
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 437977, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 03:15:58 UTC (rev 437979)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=40.0+r14+g884b1fd1
+pkgrel=1
+epoch=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Photos;
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas
+ grilo-plugins lcms2 tracker3-miners geocode-glib grilo gfbgraph 
libgdata
+ libgexiv2 libraw gnome-online-accounts dleyna-server dleyna-renderer
+ libdazzle libhandy)
+makedepends=(python yelp-tools git meson docbook-xsl)
+groups=(gnome)
+_commit=884b1fd16e6ee505e216f38566c777131321a7ed  # gnome-40
+source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Fix build with Meson 0.61
+  git cherry-pick -n a0ac868a19d55dc52100e54fe4b2d29041bc6752
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D manuals=true
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-02-22 Thread Jan Steffens via arch-commits
Date: Wednesday, February 23, 2022 @ 03:15:55
  Author: heftig
Revision: 437978

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 03:15:41 UTC (rev 437977)
+++ PKGBUILD2022-02-23 03:15:55 UTC (rev 437978)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libqrtr-glib
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Qualcomm IPC Router protocol helper library"
-arch=(x86_64)
-url="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib;
-license=(GPL2)
-depends=(glib2)
-makedepends=(gtk-doc meson git gobject-introspection)
-provides=(libqrtr-glib.so)
-_commit=7586514fbe1580e042039519bcc6dec537ded40a  # tags/1.2.0^0
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: libqrtr-glib/repos/extra-x86_64/PKGBUILD (from rev 437977, 
libqrtr-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 03:15:55 UTC (rev 437978)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libqrtr-glib
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Qualcomm IPC Router protocol helper library"
+url="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib;
+arch=(x86_64)
+license=(GPL2)
+depends=(glib2)
+makedepends=(gtk-doc meson git gobject-introspection)
+provides=(libqrtr-glib.so)
+_commit=8991f0e93713ebf4da48ae4f23940ead42f64c8c  # tags/1.2.2^0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-02-22 Thread Jan Steffens via arch-commits
Date: Wednesday, February 23, 2022 @ 03:15:41
  Author: heftig
Revision: 437977

1.2.2-1

Modified:
  libqrtr-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 03:15:25 UTC (rev 437976)
+++ PKGBUILD2022-02-23 03:15:41 UTC (rev 437977)
@@ -1,16 +1,16 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libqrtr-glib
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="Qualcomm IPC Router protocol helper library"
+url="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib;
 arch=(x86_64)
-url="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib;
 license=(GPL2)
 depends=(glib2)
 makedepends=(gtk-doc meson git gobject-introspection)
 provides=(libqrtr-glib.so)
-_commit=7586514fbe1580e042039519bcc6dec537ded40a  # tags/1.2.0^0
+_commit=8991f0e93713ebf4da48ae4f23940ead42f64c8c  # tags/1.2.2^0
 
source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-02-22 Thread Jan Steffens via arch-commits
Date: Wednesday, February 23, 2022 @ 03:15:25
  Author: heftig
Revision: 437976

40.0+r14+g884b1fd1-1: FS#73920

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 01:05:14 UTC (rev 437975)
+++ PKGBUILD2022-02-23 03:15:25 UTC (rev 437976)
@@ -1,8 +1,9 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=40.0+14+g884b1fd1
+pkgver=40.0+r14+g884b1fd1
 pkgrel=1
+epoch=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
 url="https://wiki.gnome.org/Apps/Photos;
@@ -21,12 +22,15 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
   cd $pkgname
 
+  # Fix build with Meson 0.61
+  git cherry-pick -n a0ac868a19d55dc52100e54fe4b2d29041bc6752
+
   git submodule init
   git submodule set-url subprojects/libgd "$srcdir/libgd"
   git submodule update



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

2022-02-22 Thread Jan Steffens via arch-commits
Date: Wednesday, February 23, 2022 @ 03:12:22
  Author: heftig
Revision: 1136218

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 03:12:14 UTC (rev 1136217)
+++ PKGBUILD2022-02-23 03:12:22 UTC (rev 1136218)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Levente Polyak 
-# Contributor: Eric Bélanger 
-
-pkgname=lib32-flac
-pkgver=1.3.4
-pkgrel=1
-pkgdesc='Free Lossless Audio Codec (32-bit)'
-url='https://xiph.org/flac/'
-arch=('x86_64')
-license=('BSD' 'GPL')
-depends=('lib32-gcc-libs' 'lib32-libogg' 'flac')
-makedepends=('nasm' 'cmake' 'ninja')
-source=(https://downloads.xiph.org/releases/flac/flac-${pkgver}.tar.xz)
-sha512sums=('4a626e8a1bd126e234c0e5061e3b46f3a27c2065fdfa228fd8cf00d3c7fa2c05fafb5cec36acce7bfce4914bfd7db0b2a27ee15decf2d8c4caad630f62d44ec9')
-
-prepare() {
-  cd flac-${pkgver}
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cmake -S flac-${pkgver} -B build -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib32 \
--DBUILD_SHARED_LIBS=ON \
--DWITH_STACK_PROTECTOR=OFF
-  cmake --build build
-}
-
-check() {
-  FLAC__TEST_LEVEL=0 cmake --build build --target test
-}
-
-package() {
-  provides=('libFLAC.so' 'libFLAC++.so')
-
-  DESTDIR="${pkgdir}" cmake --install build
-
-  rm -r "${pkgdir}"/usr/{bin,include,share}
-
-  install -Dm 644 flac-${pkgver}/COPYING.Xiph -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set sw=2 et:

Copied: lib32-flac/repos/multilib-x86_64/PKGBUILD (from rev 1136217, 
lib32-flac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 03:12:22 UTC (rev 1136218)
@@ -0,0 +1,50 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Levente Polyak 
+# Contributor: Eric Bélanger 
+
+pkgname=lib32-flac
+pkgver=1.3.4
+pkgrel=2
+pkgdesc='Free Lossless Audio Codec (32-bit)'
+url='https://xiph.org/flac/'
+arch=('x86_64')
+license=('BSD' 'GPL')
+depends=('lib32-gcc-libs' 'lib32-libogg' 'flac')
+makedepends=('nasm' 'cmake' 'ninja')
+source=(https://downloads.xiph.org/releases/flac/flac-${pkgver}.tar.xz)
+sha512sums=('4a626e8a1bd126e234c0e5061e3b46f3a27c2065fdfa228fd8cf00d3c7fa2c05fafb5cec36acce7bfce4914bfd7db0b2a27ee15decf2d8c4caad630f62d44ec9')
+
+prepare() {
+  cd flac-${pkgver}
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cmake -S flac-${pkgver} -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib32 \
+-DBUILD_SHARED_LIBS=ON \
+-DWITH_STACK_PROTECTOR=OFF \
+-DNDEBUG=ON
+  cmake --build build
+}
+
+check() {
+  FLAC__TEST_LEVEL=0 cmake --build build --target test
+}
+
+package() {
+  provides=('libFLAC.so' 'libFLAC++.so')
+
+  DESTDIR="${pkgdir}" cmake --install build
+
+  rm -r "${pkgdir}"/usr/{bin,include,share}
+
+  install -Dm 644 flac-${pkgver}/COPYING.Xiph -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set sw=2 et:



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

2022-02-22 Thread Jan Steffens via arch-commits
Date: Wednesday, February 23, 2022 @ 03:12:14
  Author: heftig
Revision: 1136217

1.3.4-2

Modified:
  lib32-flac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 02:56:00 UTC (rev 1136216)
+++ PKGBUILD2022-02-23 03:12:14 UTC (rev 1136217)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-flac
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Free Lossless Audio Codec (32-bit)'
 url='https://xiph.org/flac/'
 arch=('x86_64')
@@ -28,7 +28,8 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=/usr/lib32 \
 -DBUILD_SHARED_LIBS=ON \
--DWITH_STACK_PROTECTOR=OFF
+-DWITH_STACK_PROTECTOR=OFF \
+-DNDEBUG=ON
   cmake --build build
 }
 



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

2022-02-22 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, February 23, 2022 @ 02:56:00
  Author: yan12125
Revision: 1136216

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 02:55:46 UTC (rev 1136215)
+++ PKGBUILD2022-02-23 02:56:00 UTC (rev 1136216)
@@ -1,42 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Guillaume Horel 
-
-pkgname=python-snappy
-pkgver=0.6.0
-pkgrel=3
-pkgdesc='Python bindings for the snappy compression library.'
-url='https://github.com/andrix/python-snappy'
-depends=(python snappy)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest)
-license=(BSD)
-arch=(x86_64)
-source=(https://files.pythonhosted.org/packages/source/p/python-snappy/python-snappy-$pkgver.tar.gz)
-sha256sums=('168a98d3f597b633cfeeae7fe1c78a8dfd81f018b866cf7ce9e4c56086af891a')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Move test scripts around, so that they can use the correct sys.path 
(build/lib.linux...)
-  mkdir tests
-  mv test_*.py tests
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
-  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-$pyver"
-  # Avoid writing .pyc files in check(), or packaging with --nocheck cannot 
reproduce
-  # packages built with check() as .pyc files created in check() embed $srcdir
-  PYTHONDONTWRITEBYTECODE=1 pytest tests --ignore=tests/test_snappy_cffi.py
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-snappy/repos/community-x86_64/PKGBUILD (from rev 1136215, 
python-snappy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 02:56:00 UTC (rev 1136216)
@@ -0,0 +1,42 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Guillaume Horel 
+
+pkgname=python-snappy
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='Python bindings for the snappy compression library.'
+url='https://github.com/andrix/python-snappy'
+depends=(python snappy)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+license=(BSD)
+arch=(x86_64)
+source=(https://files.pythonhosted.org/packages/source/p/python-snappy/python-snappy-$pkgver.tar.gz)
+sha256sums=('b6a107ab06206acc5359d4c5632bd9b22d448702a79b3169b0c62e0fb808bb2a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Move test scripts around, so that they can use the correct sys.path 
(build/lib.linux...)
+  mkdir tests
+  mv test_*.py tests
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
+  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-$pyver"
+  # Avoid writing .pyc files in check(), or packaging with --nocheck cannot 
reproduce
+  # packages built with check() as .pyc files created in check() embed $srcdir
+  PYTHONDONTWRITEBYTECODE=1 pytest tests --ignore=tests/test_snappy_cffi.py
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-02-22 Thread Chih-Hsuan Yen via arch-commits
Date: Wednesday, February 23, 2022 @ 02:55:46
  Author: yan12125
Revision: 1136215

upgpkg: python-snappy 0.6.1-1

Modified:
  python-snappy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 02:35:37 UTC (rev 1136214)
+++ PKGBUILD2022-02-23 02:55:46 UTC (rev 1136215)
@@ -2,8 +2,8 @@
 # Contributor: Guillaume Horel 
 
 pkgname=python-snappy
-pkgver=0.6.0
-pkgrel=3
+pkgver=0.6.1
+pkgrel=1
 pkgdesc='Python bindings for the snappy compression library.'
 url='https://github.com/andrix/python-snappy'
 depends=(python snappy)
@@ -12,7 +12,7 @@
 license=(BSD)
 arch=(x86_64)
 
source=(https://files.pythonhosted.org/packages/source/p/python-snappy/python-snappy-$pkgver.tar.gz)
-sha256sums=('168a98d3f597b633cfeeae7fe1c78a8dfd81f018b866cf7ce9e4c56086af891a')
+sha256sums=('b6a107ab06206acc5359d4c5632bd9b22d448702a79b3169b0c62e0fb808bb2a')
 
 prepare() {
   cd $pkgname-$pkgver



[arch-commits] Commit in parallel/trunk (0001-Remove-citation-things.patch PKGBUILD)

2022-02-22 Thread George Rawlinson via arch-commits
Date: Wednesday, February 23, 2022 @ 02:34:50
  Author: grawlinson
Revision: 1136213

upgpkg: parallel 20220222-1

New upstream release.

Modified:
  parallel/trunk/0001-Remove-citation-things.patch
  parallel/trunk/PKGBUILD

---+
 0001-Remove-citation-things.patch |   35 ++-
 PKGBUILD  |   10 +-
 2 files changed, 23 insertions(+), 22 deletions(-)

Modified: 0001-Remove-citation-things.patch
===
--- 0001-Remove-citation-things.patch   2022-02-23 02:17:43 UTC (rev 1136212)
+++ 0001-Remove-citation-things.patch   2022-02-23 02:34:50 UTC (rev 1136213)
@@ -1,6 +1,6 @@
 --- a/src/parallel
 +++ b/src/parallel
-@@ -1654,11 +1654,6 @@ sub options_hash() {
+@@ -1668,11 +1668,6 @@ sub options_hash() {
 "gnu" => \$opt::gnu,
 "link|xapply" => \$opt::link,
 "linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
@@ -10,9 +10,9 @@
 -   # You accept to be put in a public hall of shame by removing
 - # these lines.
 "bibtex|citation" => \$opt::citation,
-"wc|willcite|will-cite|nn|nonotice|no-notice" => \$opt::willcite,
+"will-cite|willcite|nn|nonotice|no-notice" => \$opt::willcite,
 # Termination and retries
-@@ -1815,15 +1810,6 @@ sub parse_options(@) {
+@@ -1832,15 +1827,6 @@ sub parse_options(@) {
  my @argv_before = @ARGV;
  @ARGV = read_options();
  
@@ -28,7 +28,7 @@
  # no-* overrides *
  if($opt::nokeeporder) { $opt::keeporder = undef; }
  
-@@ -2104,81 +2090,6 @@ sub parse_options(@) {
+@@ -2120,81 +2106,6 @@ sub parse_options(@) {
  if(defined $opt::eta) { $opt::progress = $opt::eta; }
  if(defined $opt::bar) { $opt::progress = $opt::bar; }
  
@@ -110,7 +110,7 @@
  parse_halt();
  
  if($ENV{'PARALLEL_ENV'}) {
-@@ -5110,83 +5021,9 @@ sub usage() {
+@@ -5138,83 +5049,9 @@ sub usage() {
 "",
 "GNU Parallel can do much more. See 'man $Global::progname' for 
details",
 "",
@@ -118,8 +118,8 @@
 -   "If you use programs that use GNU Parallel to process data for an 
article in a",
 -   "scientific publication, please cite:",
 -   "",
-- "  Tange, O. (2022, January 22). GNU Parallel 20220122 ('20 
years').",
--   "  Zenodo. https://doi.org/10.5281/zenodo.5893336;,
+- "  Tange, O. (2022, February 22). GNU Parallel 20220222 ('Donetsk 
Luhansk').",
+-   "  Zenodo. https://doi.org/10.5281/zenodo.6213471;,
 -   "",
 -   # Before changing these lines,  please read
 - # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
@@ -151,8 +151,8 @@
 -   "If you use programs that use GNU Parallel to process data for an 
article in a",
 -   "scientific publication, please cite:",
 -   "",
--   "  Tange, O. (2022, January 22). GNU Parallel 20220122 ('20 
years').",
--   "  Zenodo. https://doi.org/10.5281/zenodo.5893336;,
+-   "  Tange, O. (2022, February 22). GNU Parallel 20220222 ('Donetsk 
Luhansk').",
+-   "  Zenodo. https://doi.org/10.5281/zenodo.6213471;,
 -   "",
 -   # Before changing these line,  please read
 -   # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice and
@@ -194,10 +194,11 @@
  sub status(@) {
  my @w = @_;
  my $fh = $Global::status_fd || *STDERR;
-@@ -5251,97 +5088,7 @@ sub version() {
+@@ -5278,98 +5115,7 @@ sub version() {
+"License GPLv3+: GNU GPL version 3 or later 
<https://gnu.org/licenses/gpl.html>",
 "This is free software: you are free to change and redistribute it.",
 "GNU $Global::progname comes with no warranty.",
-"",
+-   "",
 -   "Web site: https://www.gnu.org/software/${Global::progname}\n;,
 -   "When using programs that use GNU Parallel to process data for 
publication",
 -   "please cite as described in 'parallel --citation'.\n",
@@ -220,20 +221,20 @@
 -  "If you use programs that use GNU Parallel to process data for an 
article in a",
 -  "scientific publication, please cite:",
 -  "",
--  "\@software{tange_2022_5893336,",
+-  "\@software{tange_2022_6213471,",
 -  "  author   = {Tange, Ole},",
--  "  title= {GNU Parallel 20220122 ('20 years')},",
--  "  month= Jan,",
+-  "  title= {GNU Parallel 20220222 ('Donetsk Luhansk')},",
+-  "  month= Feb,",
 -   

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

2022-02-22 Thread George Rawlinson via arch-commits
itized.
+-#
+-# Please note that GPL version 3 gives you the right to fork GNU
+-# Parallel under a new name, but it does not give you the right to
+-# distribute modified copies with the citation notice disabled in
+-# a way where the software can be confused with GNU Parallel. To
+-# do that you need to be the owner of the GNU Parallel
+-# trademark. The xt:Commerce case shows this.
+-#
+-# Description of the xt:Commerce case in OLG Duesseldorf
+-# 
http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
+-# 
https://web.archive.org/web/20180715073746/http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
+-#
+-# The verdict in German
+-# 
https://www.admody.com/urteilsdatenbank/cafe6fdaeed3/OLG-Duesseldorf_Urteil_vom_28-September-2010_Az_I-20-U-41-09
+-# 
https://web.archive.org/web/20180715073717/https://www.admody.com/urteilsdatenbank/cafe6fdaeed3/OLG-Duesseldorf_Urteil_vom_28-September-2010_Az_I-20-U-41-09
+-#
+-# Other free software limiting derivates by the same name:
+-# 
https://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux_derivatives#Legal_aspects
+-# https://tm.joomla.org/trademark-faq.html
+-# https://www.mozilla.org/en-US/foundation/trademarks/faq/
+-#
+-# Running 'parallel --citation' one single time takes less than 10
+-# seconds, and will silence the citation notice for future
+-# runs. If that is too much trouble for you, why not use one of
+-# the alternatives instead?
+-# See a list in: 'man parallel_alternatives'
+-#
+-# If you want GNU Parallel to be maintained in the future you
+-# should keep this line.
+-citation_notice();
+-# _YOU_ will be harming free software by removing the notice. You
+-# accept to be added to a public hall of shame by removing the
+-# line.  This is because _YOU_ actively make it harder to justify
+-# spending time developing GNU Parallel.
+-
+ parse_halt();
+ 
+ if($ENV{'PARALLEL_ENV'}) {
+@@ -5138,83 +5049,9 @@ sub usage() {
+"",
+"GNU Parallel can do much more. See 'man $Global::progname' for 
details",
+"",
+-   "Academic tradition requires you to cite works you base your article 
on.",
+-   "If you use programs that use GNU Parallel to process data for an 
article in a",
+-   "scientific publication, please cite:",
+-   "",
+- "  Tange, O. (2022, February 22). GNU Parallel 20220222 ('Donetsk 
Luhansk').",
+-   "  Zenodo. https://doi.org/10.5281/zenodo.6213471;,
+-   "",
+-   # Before changing these lines,  please read
+-     # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
+-   # 
https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt 
  
+-   # You accept to be put in a public hall of shame by removing
+- # these lines.
+-   "This helps funding further development; AND IT WON'T COST YOU A 
CENT.",
+-   "If you pay 1 EUR you should feel free to use GNU Parallel without 
citing.",
+-   "",
+"",);
+ }
+ 
+-sub citation_notice() {
+-# if --will-cite or --plain: do nothing
+-# if stderr redirected: do nothing
+-# if $PARALLEL_HOME/will-cite: do nothing
+-# else: print citation notice to stderr
+-if($opt::willcite
+-   or
+-   $opt::plain
+-   or
+-   not -t $Global::original_stderr
+-   or
+-   grep { -e "$_/will-cite" } @Global::config_dirs) {
+-  # skip
+-} else {
+-  ::status
+-  ("Academic tradition requires you to cite works you base your 
article on.",
+-   "If you use programs that use GNU Parallel to process data for an 
article in a",
+-   "scientific publication, please cite:",
+-   "",
+-   "  Tange, O. (2022, February 22). GNU Parallel 20220222 ('Donetsk 
Luhansk').",
+-   "  Zenodo. https://doi.org/10.5281/zenodo.6213471;,
+-   "",
+-   # Before changing these line,  please read
+-   # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice and
+-   # 
https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt
+-   # You accept to be put in a public hall of shame by
+-   # removing these lines.
+-   "This helps funding further development; AND IT WON'T COST YOU A 
CENT.",
+-   "If you pay 1 EUR you should feel free to use GNU Parallel 
without citing.",
+-   "",
+-   "More abou

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

2022-02-22 Thread George Rawlinson via arch-commits
Date: Wednesday, February 23, 2022 @ 02:17:43
  Author: grawlinson
Revision: 1136212

archrelease: copy trunk to community-x86_64

Added:
  mold/repos/community-x86_64/PKGBUILD
(from rev 1136211, mold/trunk/PKGBUILD)
Deleted:
  mold/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-23 02:16:49 UTC (rev 1136211)
+++ PKGBUILD2022-02-23 02:17:43 UTC (rev 1136212)
@@ -1,67 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Adrian Perez de Castro 
-
-pkgname=mold
-pkgver=1.1
-pkgrel=1
-pkgdesc='A Modern Linker'
-arch=('x86_64')
-url="https://github.com/rui314/mold;
-license=('AGPL3')
-depends=('gcc-libs' 'mimalloc' 'openssl' 'zlib' 'tbb' 'xxhash')
-makedepends=('git')
-checkdepends=('clang')
-_commit='89612b709638b90c8a044e2f96f47d28054ba789'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  sed -i "s/libexec/lib/" Makefile
-}
-
-build() {
-  make \
--C "$pkgname" \
-PREFIX=/usr \
-LTO=1 \
-SYSTEM_MIMALLOC=1 \
-SYSTEM_TBB=1 \
-SYSTEM_XXHASH=1
-}
-
-check() {
-  cd "$pkgname"
-
-  # temporarily remove failing tests
-  for failing_test in exception; do
-rm -vf "test/elf/$failing_test.sh"
-  done
-
-  make \
-PREFIX=/usr \
-LTO=1 \
-SYSTEM_MIMALLOC=1 \
-SYSTEM_TBB=1 \
-SYSTEM_XXHASH=1 \
-check
-}
-
-package() {
-  make \
--C "$pkgname" \
-PREFIX=/usr \
-LTO=1 \
-SYSTEM_MIMALLOC=1 \
-SYSTEM_TBB=1 \
-SYSTEM_XXHASH=1 \
-DESTDIR="$pkgdir" \
-install
-}

Copied: mold/repos/community-x86_64/PKGBUILD (from rev 1136211, 
mold/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-23 02:17:43 UTC (rev 1136212)
@@ -0,0 +1,66 @@
+# Maintainer: George Rawlinson 
+# Contributor: Adrian Perez de Castro 
+
+pkgname=mold
+pkgver=1.1
+pkgrel=2
+pkgdesc='A Modern Linker'
+arch=('x86_64')
+url="https://github.com/rui314/mold;
+license=('AGPL3')
+depends=('gcc-libs' 'mimalloc' 'openssl' 'zlib' 'tbb') # xxhash is bundled
+makedepends=('git')
+checkdepends=('clang')
+options=('debug')
+_commit='89612b709638b90c8a044e2f96f47d28054ba789'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # use /usr/lib instead of /usr/libexec
+  sed -i "s/libexec/lib/" Makefile
+}
+
+build() {
+  make \
+-C "$pkgname" \
+PREFIX=/usr \
+LTO=1 \
+SYSTEM_MIMALLOC=1 \
+SYSTEM_TBB=1
+}
+
+check() {
+  cd "$pkgname"
+
+  # temporarily remove failing tests
+  for failing_test in exception; do
+rm -vf "test/elf/$failing_test.sh"
+  done
+
+  make \
+PREFIX=/usr \
+LTO=1 \
+SYSTEM_MIMALLOC=1 \
+SYSTEM_TBB=1 \
+check
+}
+
+package() {
+  make \
+-C "$pkgname" \
+PREFIX=/usr \
+LTO=1 \
+SYSTEM_MIMALLOC=1 \
+SYSTEM_TBB=1 \
+DESTDIR="$pkgdir" \
+install
+}



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

2022-02-22 Thread George Rawlinson via arch-commits
Date: Wednesday, February 23, 2022 @ 02:16:49
  Author: grawlinson
Revision: 1136211

upgpkg: mold 1.1-2

* Remove dependency: xxhash. It is bundled now.
* Enable debug package.

Modified:
  mold/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 02:04:32 UTC (rev 1136210)
+++ PKGBUILD2022-02-23 02:16:49 UTC (rev 1136211)
@@ -3,14 +3,15 @@
 
 pkgname=mold
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A Modern Linker'
 arch=('x86_64')
 url="https://github.com/rui314/mold;
 license=('AGPL3')
-depends=('gcc-libs' 'mimalloc' 'openssl' 'zlib' 'tbb' 'xxhash')
+depends=('gcc-libs' 'mimalloc' 'openssl' 'zlib' 'tbb') # xxhash is bundled
 makedepends=('git')
 checkdepends=('clang')
+options=('debug')
 _commit='89612b709638b90c8a044e2f96f47d28054ba789'
 source=("$pkgname::git+$url.git#commit=$_commit")
 b2sums=('SKIP')
@@ -24,6 +25,7 @@
 prepare() {
   cd "$pkgname"
 
+  # use /usr/lib instead of /usr/libexec
   sed -i "s/libexec/lib/" Makefile
 }
 
@@ -33,8 +35,7 @@
 PREFIX=/usr \
 LTO=1 \
 SYSTEM_MIMALLOC=1 \
-SYSTEM_TBB=1 \
-SYSTEM_XXHASH=1
+SYSTEM_TBB=1
 }
 
 check() {
@@ -50,7 +51,6 @@
 LTO=1 \
 SYSTEM_MIMALLOC=1 \
 SYSTEM_TBB=1 \
-SYSTEM_XXHASH=1 \
 check
 }
 
@@ -61,7 +61,6 @@
 LTO=1 \
 SYSTEM_MIMALLOC=1 \
 SYSTEM_TBB=1 \
-SYSTEM_XXHASH=1 \
 DESTDIR="$pkgdir" \
 install
 }



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

2022-02-22 Thread Andrew Crerar via arch-commits
Date: Wednesday, February 23, 2022 @ 02:04:32
  Author: andrewsc
Revision: 1136210

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 1136209, 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-02-23 02:04:14 UTC (rev 1136209)
+++ PKGBUILD2022-02-23 02:04:32 UTC (rev 1136210)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=98.0b7
-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=('d643c8741ccbcfb44c322b63b63d2634233696ea23940de4956e2a8ae5474220cd6bcb83324ae65978a24b9c0e6d4c1b05cb662df5017b26d0e41d611ae01209'
-
'a6a91d03ce39aef7647e9e6e97df95c12b8842c41cce4f18dbbfbd595e7cbb5e5558d6868f153ed0eaf920cae96222a2bf85911aefd6325bf409871d22184315'
-
'a0c7c262db3daa7e8eef7ac57622acb5397991cd5d3365fefad702841e2cb29a8cdc4a743ee244092388a328e6be6f4c9b07d4a5e56420704ae8c69a655cc18e'
-

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

2022-02-22 Thread Andrew Crerar via arch-commits
Date: Wednesday, February 23, 2022 @ 02:04:14
  Author: andrewsc
Revision: 1136209

upgpkg: firefox-developer-edition-i18n 98.0b8-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 01:59:10 UTC (rev 1136208)
+++ PKGBUILD2022-02-23 02:04:14 UTC (rev 1136209)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=98.0b7
+pkgver=98.0b8
 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=('d643c8741ccbcfb44c322b63b63d2634233696ea23940de4956e2a8ae5474220cd6bcb83324ae65978a24b9c0e6d4c1b05cb662df5017b26d0e41d611ae01209'
-
'a6a91d03ce39aef7647e9e6e97df95c12b8842c41cce4f18dbbfbd595e7cbb5e5558d6868f153ed0eaf920cae96222a2bf85911aefd6325bf409871d22184315'
-
'a0c7c262db3daa7e8eef7ac57622acb5397991cd5d3365fefad702841e2cb29a8cdc4a743ee244092388a328e6be6f4c9b07d4a5e56420704ae8c69a655cc18e'
-
'68d1b28dd117e7b0ab876c40d1b9e597a3f83614791309c5545f816f8a2d5b6f92a42651bc32c4fdfea4123d90db0f7a57025d42ac7baf2f0037e14a840caade'
-
'60452f3b6ccc5e01f0bca4652bcc982eef2dece83bdacb60d569ab4ae1eb492c691ff36122dfd05ef07c132e1fd1d733adba8a422397735a6842d3f70f5f8406'
-
'1cb5f6522b623ca14a42c19b5b4578dbfb7615797f57c2159e8348363922010bd1d90ed83a51bf7da6f108355613e6ec7f488d0433cc3549c77b27162391b303'
-
'7238b7e11c6a497b6b2e5880e51687f67be08762d461b094ee3eb2541e0dc99ec7c1a9a0b2641b5d81adc66c703f3bfb9480c546881672bf18e29e7039f690cb'
-
'2eb9673a8f8c27166c9e687a9cb49ffb2b722bfcf13cfe7ab3c49fe2d7535f6a353a8a5e46db552472ca2442d395e316c0cda6505999e18d753c9c785f437e94'
-
'4f5901f9b4a17971e13bbc9a0db1c68ad909393888576dffd6f4cec1cd25b4f272e1b8a1aa3b4e256d3649c9642d0547fe1028a191632b7e31c66945f60073c2'
-
'4e3f2e7881e9d7949266651951c9e090917a8bfb6e6bb63c7ce1ad985171a11c38938b4f46a5a54c10db90b7914313ec5b6bad04b63b2c8ed0c8ab1ecf68fc73'
-
'690dd09114c379f0713a01ccd5a9a6d6da79f5dad6ab6a39f93e845ba3af9f781fd90b1eb20f255674badbf2702e35b4012f702c2ccf31f71141a7e1a041c9d5'
-
'28f2a60eddfa3820280819ac861b3cba4f61b67315b689a8eb6f90a7ec8ebc409974e9b6fde975da7aabab0cbafe7f344ac66ae2ee3ba98c0b4f30bd9d6584ac'
-
'2bd53f589b0d9ff38507d6d1dbdc147e5f6337493ed59a2c3c922bea58b4b5e699dfdc5e5c342112edc1bcb80762c4d305e598f402a89b1197918d5b89634ff5'
-
'3afa649e27fdadd4d7b65d8ba483d892468f78043a909ff0c400d0ec6d722cf9a7f5838961429bf3859992694a651336ac37414a385bdc9127c86534dcce41bd'
-
'2b39d51597f3d391eaff91cade5349ecf02ba34e65400b943b61342d27c8d04324fd88a07e965aaa92f879494318636390e9dad74acc27b69a54016409943ebb'
-
'e561f4521cb5adbc46c5c7f9b2c391895143d18932323a147e34fc089f02e7053f5dca4b4e9baead8533bce966e4eef935c336d80b85168679557b15f93dd22f'
-
'c425aa5e41addd5383e45112dfdc3e9d6da24f25f132be4df878182bae74963ebad3c7d689595706e4f2f64e4a7afb75c251246caae1ce88d3f5a37c64770a86'
-
'5a464f46e750608544dd03ad821091f438dcfa04a04c4cc2063fb6291e17a8d6d9e853f364af80aa43ca68ca4db4b4c3da624f1af22c7799e8c5dc04c9e1ebb2'
-
'752bebbddf92f44ac06fa2156e992a494d63b506e939a6f650b2db947ea3b9987f641c1f19305e38a9aab9495938912f9cb729cd86449fd82744a0ffd3303493'
-
'20bd5ad120ba8f306ca12e6408c1736fdd9a7a5b9b8cfcf2d0d9a451b160126d2e6ec9a9f91e95ab86674d930864a547256da8de98ec08d6702258a004da6c02'
-
'6958b6da8f6ad3544e9208163a85efa3e052b12f948efafed03d40676994a6c5447ed34761d1f8992d29b88aa424dd0efd800c61daae49615dcfef3978b4648c'
-
'ffd0dc764b15d3dca20913ed7affaf7c65143bb8521129da8835aba3d2aee5282397c217c70259a46f2716668d78c8f164eda184d30604428500254295032911'
-
'2fde345c29ffc3cb59592344a8a3154b39801d11661febc92f72b5fb6d748ee51c9b5c004ac021b523a0a5fffc2fd250fee20b4d18741de5f69afbe7e9074405'
-
'6f4854d14caeb7f2f4dc18f2e87fd4336c039b8f58afeb5a158748ef864bc621534d90b9c13affc48f5d157d2566a8be483f5b2b4675f17534eb71bbf3295ec3'
-
'51b153929af166523a6d5fd771ba5835e55d2c3888e5c4e3533c5a0d20eb603964aece87b9ff85de106f36097a16ce92c8a8bdf00aa53b028b2da0f7f02ac1d9'
-
'29ad8731ff6bfc11fe11586267b1ac1ed9f5d317fdc509a16b3356c70a2e2c1b8ad9b3e800ad1b49aa599dcdb7e0198467c9696f64f795b6ac263cb7eae850da'
-
'78f697f1e4ccc7173a3fd90078dc51f4a0507cf83c0ee4b9cad7bd502ea28e57606b930b2634f6c062c4c75d429a66bce0ef6350ff2084a6a133ed597ddf4f7f'
-
'b6f71c8d14f50b5126e00aa9ce53662c53711b217fd234aa1bbc0568034db033d3b1960a211cdf01351d706779ae16a2c93c0a80b0ceb021d91927ecbdc7e9ec'
-

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

2022-02-22 Thread Andrew Crerar via arch-commits
Date: Wednesday, February 23, 2022 @ 01:58:48
  Author: andrewsc
Revision: 1136207

upgpkg: firefox-developer-edition 98.0b8-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-23 00:58:02 UTC (rev 1136206)
+++ PKGBUILD2022-02-23 01:58:48 UTC (rev 1136207)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=98.0b7
+pkgver=98.0b8
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -25,7 +25,7 @@
 firefox-install-dir.patch
 "$pkgname".desktop
 identity-icons-brand.svg)
-sha512sums=('14bbeb784032adb8f38b0ec76695b9c9d81ad5001de718a52d5a76a9d90999ad4216b4bd19a44165c835acbe2fdab46172bc7468dd8a713bb8ce5eef9545d2dc'
+sha512sums=('7247e4906ebe0e9cf6da12eae75415ae12d9fee1e70f709086cb1b62549f6813b123957a22a0ffdcf0c32a9a105cfab63a40e9f59cab9ea8ca64274a7c960a06'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'2ff0cb8e2eb94cee306b488adf6d7f4debbaff6155be3ed3814cdb356e2e60fe38cc29d6c8d10079937fd2c930cfddf283977cf645395d31eaf76c7f0ac2'



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

2022-02-22 Thread Frederik Schwan via arch-commits
Date: Wednesday, February 23, 2022 @ 01:05:14
  Author: freswa
Revision: 437975

install pic version of libiberty again after accidental remove when moving 
libiberty from gcc to binutils

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 23:00:08 UTC (rev 437974)
+++ PKGBUILD2022-02-23 01:05:14 UTC (rev 437975)
@@ -107,6 +107,9 @@
   cd binutils-build
   make prefix="$pkgdir/usr" tooldir="$pkgdir/usr" install
 
+  # install PIC version of libiberty
+  install -m644 libiberty/pic/libiberty.a "$pkgdir/usr/lib"
+
   # Remove unwanted files
   rm -f "$pkgdir"/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
 



[arch-commits] Commit in gerbera/repos (5 files)

2022-02-22 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 23, 2022 @ 00:58:02
  Author: spupykin
Revision: 1136206

archrelease: copy trunk to community-testing-x86_64

Added:
  gerbera/repos/community-testing-x86_64/
  gerbera/repos/community-testing-x86_64/PKGBUILD
(from rev 1136205, gerbera/trunk/PKGBUILD)
  gerbera/repos/community-testing-x86_64/gerbera.install
(from rev 1136205, gerbera/trunk/gerbera.install)
  gerbera/repos/community-testing-x86_64/gerbera.sysusers
(from rev 1136205, gerbera/trunk/gerbera.sysusers)
  gerbera/repos/community-testing-x86_64/gerbera.tmpfiles
(from rev 1136205, gerbera/trunk/gerbera.tmpfiles)

--+
 PKGBUILD |   50 ++
 gerbera.install  |   12 
 gerbera.sysusers |2 ++
 gerbera.tmpfiles |4 
 4 files changed, 68 insertions(+)

Copied: gerbera/repos/community-testing-x86_64/PKGBUILD (from rev 1136205, 
gerbera/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-23 00:58:02 UTC (rev 1136206)
@@ -0,0 +1,50 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: sulaweyo 
+# Contributor: Francois Menning 
+
+pkgname=gerbera
+pkgver=1.9.2
+pkgrel=3
+pkgdesc="UPnP Media Server (Based on MediaTomb)"
+arch=(x86_64)
+url="https://github.com/gerbera/gerbera;
+license=('GPL2')
+depends=('taglib' 'curl' 'sqlite' 'file' 'gcc-libs' 'libupnp' 'duktape' 
'libexif' 'fmt'
+   'pugixml' 'spdlog' 'ffmpeg' 'ffmpegthumbnailer' 'libmatroska')
+optdepends=('libmariadbclient')
+makedepends=('cmake')
+install=gerbera.install
+options=('emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gerbera/gerbera/archive/v$pkgver.tar.gz;
+   
https://github.com/gerbera/gerbera/commit/82d84ac5e62c23e717198fc7b2ef190ff95e70d1.patch
 # fmt 8 support
+   gerbera.sysusers
+   gerbera.tmpfiles)
+sha256sums=('dee562cc5d22e8442e2fe1620b073bda612c80f9c4a811c647db06c1c4cd'
+'a0bc6664e9c2bab50d1628b2c6560e0c8d33fdd18eb7f6763dd765fe80a6e909'
+'0b55a4e1886f7aad0528446658433327815fd3f4d06e260518423f86dbe32dcc'
+'452f5d4b5661e0262cb4a48d62a54f5f26d53c6d3aebf502cde072214a8b30d8')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -Np1 -i ../82d84ac5e62c23e717198fc7b2ef190ff95e70d1.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   # Gerbera build options can be found here: 
https://github.com/gerbera/gerbera/blob/master/CMakeLists.txt
+   # use sqlite backend
+   cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_AVCODEC=1 
-DWITH_FFMPEGTHUMBNAILER=1 .
+   # use mysql backend - requires libmariadbclient
+   #cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_AVCODEC=1 
-DWITH_FFMPEGTHUMBNAILER=1 -DWITH_MYSQL=1 .
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}/" install
+
+   install -dm0755 "${pkgdir}"/var/lib/gerbera
+   install -dm0755 "${pkgdir}"/etc/gerbera
+   install -Dm0644 "${srcdir}/${pkgname}".tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+   install -Dm0644 "${srcdir}/${pkgname}".sysusers 
"${pkgdir}"/usr/lib/sysusers.d/gerbera.conf
+}

Copied: gerbera/repos/community-testing-x86_64/gerbera.install (from rev 
1136205, gerbera/trunk/gerbera.install)
===
--- community-testing-x86_64/gerbera.install(rev 0)
+++ community-testing-x86_64/gerbera.install2022-02-23 00:58:02 UTC (rev 
1136206)
@@ -0,0 +1,12 @@
+post_install() {
+  echo ":: You need to generate a configuration file before running gerbera, 
e.g.:"
+  echo "   gerbera --create-config | sudo tee /etc/gerbera/config.xml"
+  echo "   chown -R gerbera:gerbera /etc/gerbera"
+  echo ":: Make sure  points to /etc/gerbera in /etc/gerbera/config.xml:"
+  echo " /etc/gerbera"
+}
+
+post_upgrade() {
+  echo ":: Version 1.2.0-3 of gerbera switched to the packages systemd unit."
+  echo "   Please check your config before you start gerbera."
+}

Copied: gerbera/repos/community-testing-x86_64/gerbera.sysusers (from rev 
1136205, gerbera/trunk/gerbera.sysusers)
===
--- community-testing-x86_64/gerbera.sysusers   (rev 0)
+++ community-testing-x86_64/gerbera.sysusers   2022-02-23 00:58:02 UTC (rev 
1136206)
@@ -0,0 +1,2 @@
+u gerbera   -  "Gerbera daemon user" /var/lib/gerbera
+m gerbera video

Copied: gerbera/repos/community-testing-x86_64/gerbera.tmpfiles (from rev 
1136205, gerbera/trunk/gerbera.tmpfiles)
===
--- community-testing-x86_64/gerbera.tmpfiles   (rev 0)
+++ community-testing-x86_64/gerbera.tmpfiles   2022-02-23 00:58:02 UTC (rev 
1136206)
@@ -0,0 +1,4 @@
+d /var/lib/gerbera 

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

2022-02-22 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 23, 2022 @ 00:57:35
  Author: spupykin
Revision: 1136205

upgpkg: gerbera 1.9.2-3
duktape rebuild

Modified:
  gerbera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 22:53:21 UTC (rev 1136204)
+++ PKGBUILD2022-02-23 00:57:35 UTC (rev 1136205)
@@ -4,7 +4,7 @@
 
 pkgname=gerbera
 pkgver=1.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc="UPnP Media Server (Based on MediaTomb)"
 arch=(x86_64)
 url="https://github.com/gerbera/gerbera;



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

2022-02-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 22, 2022 @ 22:59:53
  Author: arojas
Revision: 437973

Bump revision

Modified:
  qt5-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 20:39:32 UTC (rev 437972)
+++ PKGBUILD2022-02-22 22:59:53 UTC (rev 437973)
@@ -2,9 +2,9 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-wayland
-pkgver=5.15.2+kde+r53
+pkgver=5.15.2+kde+r54
 pkgrel=1
-_commit=fc50f63b39c11c8323746bf7b6164cfd6d7e6b01
+_commit=8f0c9169310344c8f179311bae446239cdb61f68
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



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

2022-02-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 22, 2022 @ 23:00:08
  Author: arojas
Revision: 437974

archrelease: copy trunk to extra-x86_64

Added:
  qt5-wayland/repos/extra-x86_64/PKGBUILD
(from rev 437973, qt5-wayland/trunk/PKGBUILD)
Deleted:
  qt5-wayland/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-22 22:59:53 UTC (rev 437973)
+++ PKGBUILD2022-02-22 23:00:08 UTC (rev 437974)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-wayland
-pkgver=5.15.2+kde+r53
-pkgrel=1
-_commit=fc50f63b39c11c8323746bf7b6164cfd6d7e6b01
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides APIs for Wayland'
-depends=('qt5-declarative' 'libxcomposite')
-makedepends=('vulkan-headers' 'git')
-groups=('qt' 'qt5')
-_pkgfqn=qtwayland
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('SKIP')
-options=(debug)
-
-pkgver() {
-  cd $_pkgfqn
-  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
-}
-
-prepare() {
-  mkdir -p build
-
-  cd $_pkgfqn
-  git revert -n 30cb2a87fcc6265232cb5a3ffce9836da6e531d6 # Revert version bump
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-wayland/repos/extra-x86_64/PKGBUILD (from rev 437973, 
qt5-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-22 23:00:08 UTC (rev 437974)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+pkgver=5.15.2+kde+r54
+pkgrel=1
+_commit=8f0c9169310344c8f179311bae446239cdb61f68
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite')
+makedepends=('vulkan-headers' 'git')
+groups=('qt' 'qt5')
+_pkgfqn=qtwayland
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
+options=(debug)
+
+pkgver() {
+  cd $_pkgfqn
+  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
+}
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  git revert -n 30cb2a87fcc6265232cb5a3ffce9836da6e531d6 # Revert version bump
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



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

2022-02-22 Thread Anatol Pomozov via arch-commits
Date: Tuesday, February 22, 2022 @ 22:53:21
  Author: anatolik
Revision: 1136204

archrelease: copy trunk to community-x86_64

Added:
  rocksdb/repos/community-x86_64/PKGBUILD
(from rev 1136203, rocksdb/trunk/PKGBUILD)
Deleted:
  rocksdb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-22 22:53:03 UTC (rev 1136203)
+++ PKGBUILD2022-02-22 22:53:21 UTC (rev 1136204)
@@ -1,29 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: László Várady 
-
-pkgname=rocksdb
-pkgver=6.28.2
-pkgrel=1
-pkgdesc='Embedded key-value store for fast storage'
-arch=(x86_64)
-url="https://rocksdb.org/;
-license=(GPL2 Apache)
-depends=(bzip2 jemalloc lz4 snappy zlib zstd tbb liburing)
-makedepends=(python)
-source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
-sha256sums=('186a833fa36e85bd9b0b7f0577c01da42d8de82115cc4df775befb03aff98485')
-
-build() {
-  cd rocksdb-$pkgver
-  PORTABLE=1 USE_RTTI=1 make shared_lib
-}
-
-check() {
-  cd rocksdb-$pkgver
-  # make check # fails due to https://github.com/facebook/rocksdb/issues/8974
-}
-
-package() {
-  cd rocksdb-$pkgver
-  make install-shared DESTDIR="$pkgdir" PREFIX=/usr
-}

Copied: rocksdb/repos/community-x86_64/PKGBUILD (from rev 1136203, 
rocksdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-22 22:53:21 UTC (rev 1136204)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov
+# Contributor: László Várady 
+
+pkgname=rocksdb
+pkgver=6.29.3
+pkgrel=1
+pkgdesc='Embedded key-value store for fast storage'
+arch=(x86_64)
+url="https://rocksdb.org/;
+license=(GPL2 Apache)
+depends=(bzip2 jemalloc lz4 snappy zlib zstd tbb liburing)
+makedepends=(python)
+source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
+sha256sums=('724e4cba2db6668ff6a21ecabcce0782cd0c8e386796e7e9a14a8260e0600abd')
+
+build() {
+  cd rocksdb-$pkgver
+  PORTABLE=1 USE_RTTI=1 make shared_lib
+}
+
+check() {
+  cd rocksdb-$pkgver
+  # make check # fails due to https://github.com/facebook/rocksdb/issues/8974
+}
+
+package() {
+  cd rocksdb-$pkgver
+  make install-shared DESTDIR="$pkgdir" PREFIX=/usr
+}



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

2022-02-22 Thread Anatol Pomozov via arch-commits
Date: Tuesday, February 22, 2022 @ 22:53:03
  Author: anatolik
Revision: 1136203

upgpkg: rocksdb 6.29.3-1

Modified:
  rocksdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 22:43:02 UTC (rev 1136202)
+++ PKGBUILD2022-02-22 22:53:03 UTC (rev 1136203)
@@ -2,7 +2,7 @@
 # Contributor: László Várady 
 
 pkgname=rocksdb
-pkgver=6.28.2
+pkgver=6.29.3
 pkgrel=1
 pkgdesc='Embedded key-value store for fast storage'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(bzip2 jemalloc lz4 snappy zlib zstd tbb liburing)
 makedepends=(python)
 
source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
-sha256sums=('186a833fa36e85bd9b0b7f0577c01da42d8de82115cc4df775befb03aff98485')
+sha256sums=('724e4cba2db6668ff6a21ecabcce0782cd0c8e386796e7e9a14a8260e0600abd')
 
 build() {
   cd rocksdb-$pkgver



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

2022-02-22 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 22, 2022 @ 22:43:02
  Author: svenstaro
Revision: 1136202

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   94 -
 ogre.install |6 +--
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-22 22:42:55 UTC (rev 1136201)
+++ PKGBUILD2022-02-22 22:43:02 UTC (rev 1136202)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=ogre
-pkgver=13.2.4
-pkgrel=1
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'sdl2' 'glu' 'pugixml' 
'zlib')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'ninja' 
'cppunit')
-install=ogre.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz;)
-optdepends=('python: python bindings')
-sha512sums=('6a07f919fb050d6863fcb2b6ab7aea54b279a1cc98377a5b8c9d773c74d7126a78ce0c23c1c4f62ef6a64bad5b2f039a15aa06ec4bcf06c232d0e9e466d82407')
-
-build() {
-  cd ogre-${pkgver}
-
-  cmake \
--Bbuild \
--GNinja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_BUILD_TESTS=ON \
--DOGRE_BUILD_DEPENDENCIES=OFF
-
-  ninja -C build
-  ninja -C build OgreDoc
-}
-
-check() {
-  cd ogre-${pkgver}
-
-  ninja -C build test
-}
-
-package() {
-  cd ogre-${pkgver}
-
-  DESTDIR="${pkgdir}" ninja -C build install
-
-  mkdir -p "${pkgdir}"/opt/ogre/samples
-  mv "${pkgdir}"/usr/bin/SampleBrowser "${pkgdir}"/opt/ogre/samples
-  mv "${pkgdir}"/usr/bin/Test_* "${pkgdir}"/opt/ogre/samples
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-x86_64/PKGBUILD (from rev 1136201, 
ogre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-22 22:43:02 UTC (rev 1136202)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=ogre
+pkgver=13.3.1
+pkgrel=1
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'sdl2' 'glu' 'pugixml' 
'zlib')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'ninja' 
'cppunit')
+install=ogre.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz;)
+optdepends=('python: python bindings')
+sha512sums=('903994fafe0aaa41fbfcb34093a04253ee1c3df2419268035a32136bdc3ca1bb60c4e650437b96764b6466a234ac75499ec109c7a77903d027b62c86529453e5')
+
+build() {
+  cd ogre-${pkgver}
+
+  cmake \
+-Bbuild \
+-GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_BUILD_TESTS=ON \
+-DOGRE_BUILD_DEPENDENCIES=OFF
+
+  ninja -C build
+  ninja -C build OgreDoc
+}
+
+check() {
+  cd ogre-${pkgver}
+
+  ninja -C build test
+}
+
+package() {
+  cd ogre-${pkgver}
+
+  DESTDIR="${pkgdir}" ninja -C build install
+
+  mkdir -p "${pkgdir}"/opt/ogre/samples
+  mv "${pkgdir}"/usr/bin/SampleBrowser "${pkgdir}"/opt/ogre/samples
+  mv "${pkgdir}"/usr/bin/Test_* "${pkgdir}"/opt/ogre/samples
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ogre.install
===
--- ogre.install2022-02-22 22:42:55 UTC (rev 1136201)
+++ ogre.install2022-02-22 22:43:02 UTC (rev 1136202)
@@ -1,3 +0,0 @@
-post_install() {
-echo "Ogre samples are in /opt/ogre/samples"
-}

Copied: ogre/repos/community-x86_64/ogre.install (from rev 1136201, 
ogre/trunk/ogre.install)
===
--- ogre.install(rev 0)
+++ ogre.install2022-02-22 22:43:02 UTC (rev 1136202)
@@ -0,0 +1,3 @@
+post_install() {
+echo "Ogre samples are in /opt/ogre/samples"
+}



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

2022-02-22 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 22, 2022 @ 22:42:55
  Author: svenstaro
Revision: 1136201

upgpkg: ogre 13.3.1-1

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 21:56:29 UTC (rev 1136200)
+++ PKGBUILD2022-02-22 22:42:55 UTC (rev 1136201)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=ogre
-pkgver=13.2.4
+pkgver=13.3.1
 pkgrel=1
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 install=ogre.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz;)
 optdepends=('python: python bindings')
-sha512sums=('6a07f919fb050d6863fcb2b6ab7aea54b279a1cc98377a5b8c9d773c74d7126a78ce0c23c1c4f62ef6a64bad5b2f039a15aa06ec4bcf06c232d0e9e466d82407')
+sha512sums=('903994fafe0aaa41fbfcb34093a04253ee1c3df2419268035a32136bdc3ca1bb60c4e650437b96764b6466a234ac75499ec109c7a77903d027b62c86529453e5')
 
 build() {
   cd ogre-${pkgver}



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

2022-02-22 Thread Daniel Bermond via arch-commits
Date: Tuesday, February 22, 2022 @ 21:56:29
  Author: dbermond
Revision: 1136200

archrelease: copy trunk to community-x86_64

Added:
  xine-ui/repos/community-x86_64/PKGBUILD
(from rev 1136199, xine-ui/trunk/PKGBUILD)
Deleted:
  xine-ui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-22 21:56:05 UTC (rev 1136199)
+++ PKGBUILD2022-02-22 21:56:29 UTC (rev 1136200)
@@ -1,25 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Contributor: Eric Bélanger 
-
-pkgname=xine-ui
-pkgver=0.99.13
-pkgrel=1
-pkgdesc='A free multimedia player'
-arch=('x86_64')
-license=('GPL')
-url='https://www.xine-project.org'
-depends=('xine-lib' 'aalib' 'curl' 'hicolor-icon-theme' 'libjpeg-turbo' 
'libpng'
- 'libx11' 'libxext' 'libxft' 'libxinerama' 'libxv' 'libxxf86vm' 'lirc'
- 'readline')
-source=("https://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('b2382d075c72b1b10039e0e90310cc86c8d910358c53559ed82d3d584201f5c5')
-
-build() {
-cd "${pkgname}-${pkgver}"
-./configure --prefix='/usr' --with-x --without-caca
-make
-}
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
-}

Copied: xine-ui/repos/community-x86_64/PKGBUILD (from rev 1136199, 
xine-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-22 21:56:29 UTC (rev 1136200)
@@ -0,0 +1,25 @@
+# Maintainer : Daniel Bermond 
+# Contributor: Eric Bélanger
+
+pkgname=xine-ui
+pkgver=0.99.13
+pkgrel=2
+pkgdesc='A free multimedia player'
+arch=('x86_64')
+license=('GPL')
+url='https://www.xine-project.org'
+depends=('xine-lib' 'aalib' 'curl' 'hicolor-icon-theme' 'libjpeg-turbo' 
'libpng'
+ 'libx11' 'libxext' 'libxft' 'libxinerama' 'libxv' 'libxxf86vm' 'lirc'
+ 'readline')
+source=("https://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('b2382d075c72b1b10039e0e90310cc86c8d910358c53559ed82d3d584201f5c5')
+
+build() {
+cd "${pkgname}-${pkgver}"
+./configure --prefix='/usr' --with-x --without-caca
+make
+}
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
+}



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

2022-02-22 Thread Daniel Bermond via arch-commits
Date: Tuesday, February 22, 2022 @ 21:56:05
  Author: dbermond
Revision: 1136199

upgpkg: xine-ui 0.99.13-2: rebuild for new packager key

Modified:
  xine-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 21:50:14 UTC (rev 1136198)
+++ PKGBUILD2022-02-22 21:56:05 UTC (rev 1136199)
@@ -1,9 +1,9 @@
 # Maintainer : Daniel Bermond 
-# Contributor: Eric Bélanger 
+# Contributor: Eric Bélanger
 
 pkgname=xine-ui
 pkgver=0.99.13
-pkgrel=1
+pkgrel=2
 pkgdesc='A free multimedia player'
 arch=('x86_64')
 license=('GPL')



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

2022-02-22 Thread Morten Linderud via arch-commits
Date: Tuesday, February 22, 2022 @ 21:50:14
  Author: foxboron
Revision: 1136198

archrelease: copy trunk to community-testing-x86_64

Added:
  borg/repos/community-testing-x86_64/
  borg/repos/community-testing-x86_64/PKGBUILD
(from rev 1136197, borg/trunk/PKGBUILD)

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

Copied: borg/repos/community-testing-x86_64/PKGBUILD (from rev 1136197, 
borg/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-02-22 21:50:14 UTC (rev 1136198)
@@ -0,0 +1,54 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Morten Linderud 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/'
+license=('BSD')
+arch=('x86_64')
+depends=('acl' 'lz4' 'openssl' 'xz' 'zstd' 'python' 'python-packaging')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('cython' 'python-sphinx' 'python-setuptools' 
'python-guzzle-sphinx-theme' 'python-setuptools-scm')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark'
+  'python-mock' 'python-msgpack' 'python-dateutil')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('e39a5547902ef456101aa4c779fa66b345bda70d16788e8bd18e458f93af7f67'
+'SKIP')
+validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393') # Thomas Waldmann 

+
+build() {
+  cd "$_pkgname-$pkgver"
+  export BORG_OPENSSL_PREFIX="/usr/include/openssl/" 
+  python setup.py build
+}
+
+check() {
+  cd "$_pkgname-$pkgver/build/lib.linux-$CARCH-3".*/
+  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
+--benchmark-skip --pyargs borg.testsuite -v \
+-k 'not test_non_ascii_acl'
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  # remove junk files
+  rm -rf "$pkgdir"/usr/lib/python*/site-packages/{.benchmarks,.coverage}
+
+  install -Dm644 scripts/shell_completions/bash/borg \
+"$pkgdir/usr/share/bash-completion/completions/borg"
+  install -Dm644 scripts/shell_completions/fish/borg.fish \
+"$pkgdir/usr/share/fish/vendor_completions.d/borg.fish"
+  install -Dm644 scripts/shell_completions/zsh/_borg 
"$pkgdir/usr/share/zsh/site-functions/_borg"
+
+  install -Dm644 -t "$pkgdir/usr/share/man/man1/" "docs/man/"*.1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-02-22 Thread Morten Linderud via arch-commits
Date: Tuesday, February 22, 2022 @ 21:50:08
  Author: foxboron
Revision: 1136197

upgpkg: borg 1.2.0-1: upgpkg: borg 1.2.0-1

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 21:48:53 UTC (rev 1136196)
+++ PKGBUILD2022-02-22 21:50:08 UTC (rev 1136197)
@@ -4,8 +4,8 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.1.17
-pkgrel=4
+pkgver=1.2.0
+pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
 license=('BSD')
@@ -14,16 +14,18 @@
 optdepends=('openssh: repositories on remote hosts'
 'python-llfuse: mounting backups as a FUSE file system')
 makedepends=('cython' 'python-sphinx' 'python-setuptools' 
'python-guzzle-sphinx-theme' 'python-setuptools-scm')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark'
+  'python-mock' 'python-msgpack' 'python-dateutil')
 provides=('borgbackup')
 replaces=('borgbackup')
 
source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('7ab924fc017b24929bedceba0dcce16d56f9868bf9b5050d2aae2eb080671674'
+sha256sums=('e39a5547902ef456101aa4c779fa66b345bda70d16788e8bd18e458f93af7f67'
 'SKIP')
 validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393') # Thomas Waldmann 

 
 build() {
   cd "$_pkgname-$pkgver"
+  export BORG_OPENSSL_PREFIX="/usr/include/openssl/" 
   python setup.py build
 }
 



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

2022-02-22 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 22, 2022 @ 21:48:53
  Author: svenstaro
Revision: 1136196

archrelease: copy trunk to community-x86_64

Added:
  onednn/repos/community-x86_64/PKGBUILD
(from rev 1136195, onednn/trunk/PKGBUILD)
Deleted:
  onednn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-22 21:48:44 UTC (rev 1136195)
+++ PKGBUILD2022-02-22 21:48:53 UTC (rev 1136196)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Baris Demirdelen 
-# Contributor: Andrew Anderson 
-# Contributor: Jonathon Fernyhough 
-pkgname=onednn
-pkgver=2.5
-pkgrel=1
-pkgdesc="oneAPI Deep Neural Network Library (oneDNN)"
-arch=(x86_64)
-replaces=('intel-dnnl' 'mkl-dnn')
-provides=('intel-dnnl' 'mkl-dnn')
-url=https://github.com/oneapi-src/oneDNN
-license=('APACHE')
-depends=('gcc-libs')
-makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/oneapi-src/oneDNN/archive/v${pkgver}.tar.gz;)
-sha256sums=('d7a47caeb28d2c67dc8fa0d0f338b11fbf25b473a608f04cfed913aea88815a9')
-
-build() {
-  cd "oneDNN-$pkgver"
-  cmake \
-  -Bbuild \
-  -GNinja \
-  -DCMAKE_INSTALL_PREFIX="/usr"
-  ninja -C build
-}
-
-check() {
-  cd "oneDNN-$pkgver/build"
-  ctest
-}
-
-package() {
-  cd "oneDNN-$pkgver"
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: onednn/repos/community-x86_64/PKGBUILD (from rev 1136195, 
onednn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-22 21:48:53 UTC (rev 1136196)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Baris Demirdelen 
+# Contributor: Andrew Anderson 
+# Contributor: Jonathon Fernyhough 
+pkgname=onednn
+pkgver=2.5.2
+pkgrel=1
+pkgdesc="oneAPI Deep Neural Network Library (oneDNN)"
+arch=(x86_64)
+replaces=('intel-dnnl' 'mkl-dnn')
+provides=('intel-dnnl' 'mkl-dnn')
+url=https://github.com/oneapi-src/oneDNN
+license=('APACHE')
+depends=('gcc-libs')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/oneapi-src/oneDNN/archive/v${pkgver}.tar.gz;)
+sha256sums=('11d50235afa03571dc70bb6d96a98bfb5d9b53e8c00cc2bfbde78588bd01f6a3')
+
+build() {
+  cd "oneDNN-$pkgver"
+  cmake \
+  -Bbuild \
+  -GNinja \
+  -DCMAKE_INSTALL_PREFIX="/usr"
+  ninja -C build
+}
+
+check() {
+  cd "oneDNN-$pkgver/build"
+  ctest
+}
+
+package() {
+  cd "oneDNN-$pkgver"
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-02-22 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, February 22, 2022 @ 21:48:44
  Author: svenstaro
Revision: 1136195

upgpkg: onednn 2.5.2-1

Modified:
  onednn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 21:45:01 UTC (rev 1136194)
+++ PKGBUILD2022-02-22 21:48:44 UTC (rev 1136195)
@@ -3,7 +3,7 @@
 # Contributor: Andrew Anderson 
 # Contributor: Jonathon Fernyhough 
 pkgname=onednn
-pkgver=2.5
+pkgver=2.5.2
 pkgrel=1
 pkgdesc="oneAPI Deep Neural Network Library (oneDNN)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 depends=('gcc-libs')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/oneapi-src/oneDNN/archive/v${pkgver}.tar.gz;)
-sha256sums=('d7a47caeb28d2c67dc8fa0d0f338b11fbf25b473a608f04cfed913aea88815a9')
+sha256sums=('11d50235afa03571dc70bb6d96a98bfb5d9b53e8c00cc2bfbde78588bd01f6a3')
 
 build() {
   cd "oneDNN-$pkgver"



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

2022-02-22 Thread Daniel Bermond via arch-commits
Date: Tuesday, February 22, 2022 @ 21:45:01
  Author: dbermond
Revision: 1136194

archrelease: copy trunk to community-x86_64

Added:
  i2pd/repos/community-x86_64/010-i2pd-config.patch
(from rev 1136193, i2pd/trunk/010-i2pd-config.patch)
  i2pd/repos/community-x86_64/020-i2pd-do-not-override-config.patch
(from rev 1136193, i2pd/trunk/020-i2pd-do-not-override-config.patch)
  i2pd/repos/community-x86_64/030-i2pd-systemd-service-hardening.patch
(from rev 1136193, i2pd/trunk/030-i2pd-systemd-service-hardening.patch)
  i2pd/repos/community-x86_64/040-i2pd-tunnels-d-readme.patch
(from rev 1136193, i2pd/trunk/040-i2pd-tunnels-d-readme.patch)
  i2pd/repos/community-x86_64/PKGBUILD
(from rev 1136193, i2pd/trunk/PKGBUILD)
  i2pd/repos/community-x86_64/i2pd.sysusers
(from rev 1136193, i2pd/trunk/i2pd.sysusers)
  i2pd/repos/community-x86_64/i2pd.tmpfiles
(from rev 1136193, i2pd/trunk/i2pd.tmpfiles)
Deleted:
  i2pd/repos/community-x86_64/010-i2pd-use-arch-flags-on-tests.patch
  i2pd/repos/community-x86_64/020-i2pd-config.patch
  i2pd/repos/community-x86_64/030-i2pd-do-not-override-config.patch
  i2pd/repos/community-x86_64/040-i2pd-systemd-service-hardening.patch
  i2pd/repos/community-x86_64/050-i2pd-tunnels-d-readme.patch
  i2pd/repos/community-x86_64/PKGBUILD
  i2pd/repos/community-x86_64/i2pd.sysusers
  i2pd/repos/community-x86_64/i2pd.tmpfiles

--+
 010-i2pd-config.patch|   35 +
 010-i2pd-use-arch-flags-on-tests.patch   |   45 ---
 020-i2pd-config.patch|   35 -
 020-i2pd-do-not-override-config.patch|   11 +
 030-i2pd-do-not-override-config.patch|   11 -
 030-i2pd-systemd-service-hardening.patch |   34 +
 040-i2pd-systemd-service-hardening.patch |   34 -
 040-i2pd-tunnels-d-readme.patch  |8 +
 050-i2pd-tunnels-d-readme.patch  |8 -
 PKGBUILD |  181 ++---
 i2pd.sysusers|2 
 i2pd.tmpfiles|   12 -
 12 files changed, 184 insertions(+), 232 deletions(-)

Copied: i2pd/repos/community-x86_64/010-i2pd-config.patch (from rev 1136193, 
i2pd/trunk/010-i2pd-config.patch)
===
--- 010-i2pd-config.patch   (rev 0)
+++ 010-i2pd-config.patch   2022-02-22 21:45:01 UTC (rev 1136194)
@@ -0,0 +1,35 @@
+--- a/contrib/i2pd.conf
 b/contrib/i2pd.conf
+@@ -8,19 +8,22 @@
+ 
+ ## Tunnels config file
+ ## Default: ~/.i2pd/tunnels.conf or /var/lib/i2pd/tunnels.conf
++## Note: /var/lib/i2pd/tunnels.conf is a symlink to /etc/i2pd/tunnels.conf 
(use the latter)
+ # tunconf = /var/lib/i2pd/tunnels.conf
+ 
+ ## Tunnels config files path
+ ## Use that path to store separated tunnels in different config files.
+ ## Default: ~/.i2pd/tunnels.d or /var/lib/i2pd/tunnels.d
++## Note: /var/lib/i2pd/tunnels.d is a symlink to /etc/i2pd/tunnels.d (use the 
latter)
+ # tunnelsdir = /var/lib/i2pd/tunnels.d
+ 
+ ## Path to certificates used for verifying .su3, families
+ ## Default: ~/.i2pd/certificates or /var/lib/i2pd/certificates
++## Note: /var/lib/i2pd/certificates is a symlink to 
/usr/share/i2pd/certificates (use the latter)
+ # certsdir = /var/lib/i2pd/certificates
+ 
+ ## Where to write pidfile (default: i2pd.pid, not used in Windows)
+-# pidfile = /run/i2pd.pid
++# pidfile = /run/i2pd/i2pd.pid
+ 
+ ## Logging configuration section
+ ## By default logs go to stdout with level 'info' and higher
+@@ -32,7 +35,7 @@
+ ##  * syslog - use syslog, see man 3 syslog
+ # log = file
+ ## Path to logfile (default - autodetect)
+-# logfile = /var/log/i2pd/i2pd.log
++logfile = /var/log/i2pd/i2pd.log
+ ## Log messages above this level (debug, info, *warn, error, none)
+ ## If you set it to none, logging will be disabled
+ # loglevel = warn

Deleted: 010-i2pd-use-arch-flags-on-tests.patch
===
--- 010-i2pd-use-arch-flags-on-tests.patch  2022-02-22 21:44:09 UTC (rev 
1136193)
+++ 010-i2pd-use-arch-flags-on-tests.patch  2022-02-22 21:45:01 UTC (rev 
1136194)
@@ -1,45 +0,0 @@
 a/tests/Makefile
-+++ b/tests/Makefile
-@@ -1,4 +1,4 @@
--CXXFLAGS += -Wall -Wno-unused-parameter -Wextra -pedantic -O0 -g -std=c++11 
-D_GLIBCXX_USE_NANOSLEEP=1 -pthread 
-Wl,--unresolved-symbols=ignore-in-object-files
-+CXXFLAGS += -Wall -Wno-unused-parameter -Wextra -pedantic -g -std=c++11 
-D_GLIBCXX_USE_NANOSLEEP=1 -pthread 
-Wl,--unresolved-symbols=ignore-in-object-files
- INCFLAGS += -I../libi2pd
- 
- TESTS = test-gost test-gost-sig test-base-64 test-x25519 
test-aeadchacha20poly1305 test-blinding test-elligator
-@@ -6,28 +6,28 @@ TESTS = test-gost test-gost-sig test-base-64 test-x25519 
test-aeadchacha20poly13
- all: $(TESTS) run
- 
- test-http-%: ../libi2pd/HTTP.cpp test-http-%.cpp
--  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ 

[arch-commits] Commit in i2pd/trunk (2 files)

2022-02-22 Thread Daniel Bermond via arch-commits
Date: Tuesday, February 22, 2022 @ 21:44:09
  Author: dbermond
Revision: 1136193

upgpkg: i2pd 2.41.0-1

Deleted:
  i2pd/trunk/010-i2pd-use-arch-flags-on-tests.patch
  i2pd/trunk/020-i2pd-config.patch

+
 010-i2pd-use-arch-flags-on-tests.patch |   45 ---
 020-i2pd-config.patch  |   35 
 2 files changed, 80 deletions(-)

Deleted: 010-i2pd-use-arch-flags-on-tests.patch
===
--- 010-i2pd-use-arch-flags-on-tests.patch  2022-02-22 21:37:27 UTC (rev 
1136192)
+++ 010-i2pd-use-arch-flags-on-tests.patch  2022-02-22 21:44:09 UTC (rev 
1136193)
@@ -1,45 +0,0 @@
 a/tests/Makefile
-+++ b/tests/Makefile
-@@ -1,4 +1,4 @@
--CXXFLAGS += -Wall -Wno-unused-parameter -Wextra -pedantic -O0 -g -std=c++11 
-D_GLIBCXX_USE_NANOSLEEP=1 -pthread 
-Wl,--unresolved-symbols=ignore-in-object-files
-+CXXFLAGS += -Wall -Wno-unused-parameter -Wextra -pedantic -g -std=c++11 
-D_GLIBCXX_USE_NANOSLEEP=1 -pthread 
-Wl,--unresolved-symbols=ignore-in-object-files
- INCFLAGS += -I../libi2pd
- 
- TESTS = test-gost test-gost-sig test-base-64 test-x25519 
test-aeadchacha20poly1305 test-blinding test-elligator
-@@ -6,28 +6,28 @@ TESTS = test-gost test-gost-sig test-base-64 test-x25519 
test-aeadchacha20poly13
- all: $(TESTS) run
- 
- test-http-%: ../libi2pd/HTTP.cpp test-http-%.cpp
--  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^
-+  $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^
- 
- test-base-%: ../libi2pd/Base.cpp test-base-%.cpp
--  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^
-+  $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^
- 
- test-gost: ../libi2pd/Gost.cpp ../libi2pd/I2PEndian.cpp test-gost.cpp
--  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ -lcrypto
-+  $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ 
-lcrypto
- 
- test-gost-sig: ../libi2pd/Gost.cpp ../libi2pd/I2PEndian.cpp 
../libi2pd/Crypto.cpp ../libi2pd/Log.cpp test-gost-sig.cpp
--  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ -lcrypto 
-lssl -lboost_system
-+  $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ 
-lcrypto -lssl -lboost_system
- 
- test-x25519: ../libi2pd/Ed25519.cpp ../libi2pd/I2PEndian.cpp 
../libi2pd/Log.cpp ../libi2pd/Crypto.cpp  test-x25519.cpp
--  $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ -lcrypto 
-lssl -lboost_system
-+  $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ 
-lcrypto -lssl -lboost_system
- 
- test-aeadchacha20poly1305: ../libi2pd/Crypto.cpp ../libi2pd/ChaCha20.cpp 
../libi2pd/Poly1305.cpp test-aeadchacha20poly1305.cpp
--   $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ -lcrypto 
-lssl -lboost_system
-+   $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ 
-lcrypto -lssl -lboost_system
- 
- test-blinding: ../libi2pd/Crypto.cpp ../libi2pd/Blinding.cpp 
../libi2pd/Ed25519.cpp ../libi2pd/I2PEndian.cpp ../libi2pd/Log.cpp 
../libi2pd/util.cpp ../libi2pd/Identity.cpp ../libi2pd/Signature.cpp 
../libi2pd/Timestamp.cpp test-blinding.cpp
--   $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ -lcrypto 
-lssl -lboost_system
-+   $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ 
-lcrypto -lssl -lboost_system
- 
- test-elligator: ../libi2pd/Elligator.cpp ../libi2pd/Crypto.cpp 
test-elligator.cpp
--   $(CXX) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ -lcrypto 
-lssl -lboost_system
-+   $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(NEEDED_CXXFLAGS) $(INCFLAGS) -o $@ $^ 
-lcrypto -lssl -lboost_system
- 
- run: $(TESTS)
-   @for TEST in $(TESTS); do ./$$TEST ; done

Deleted: 020-i2pd-config.patch
===
--- 020-i2pd-config.patch   2022-02-22 21:37:27 UTC (rev 1136192)
+++ 020-i2pd-config.patch   2022-02-22 21:44:09 UTC (rev 1136193)
@@ -1,35 +0,0 @@
 a/contrib/i2pd.conf
-+++ b/contrib/i2pd.conf
-@@ -8,19 +8,22 @@
- 
- ## Tunnels config file
- ## Default: ~/.i2pd/tunnels.conf or /var/lib/i2pd/tunnels.conf
-+## Note: /var/lib/i2pd/tunnels.conf is a symlink to /etc/i2pd/tunnels.conf 
(use the latter)
- # tunconf = /var/lib/i2pd/tunnels.conf
- 
- ## Tunnels config files path
- ## Use that path to store separated tunnels in different config files.
- ## Default: ~/.i2pd/tunnels.d or /var/lib/i2pd/tunnels.d
-+## Note: /var/lib/i2pd/tunnels.d is a symlink to /etc/i2pd/tunnels.d (use the 
latter)
- # tunnelsdir = /var/lib/i2pd/tunnels.d
- 
- ## Path to certificates used for verifying .su3, families
- ## Default: ~/.i2pd/certificates or /var/lib/i2pd/certificates
-+## Note: /var/lib/i2pd/certificates is a symlink to 
/usr/share/i2pd/certificates (use the latter)
- # certsdir = /var/lib/i2pd/certificates
- 
- ## 

[arch-commits] Commit in i2pd/trunk (8 files)

2022-02-22 Thread Daniel Bermond via arch-commits
Date: Tuesday, February 22, 2022 @ 21:37:27
  Author: dbermond
Revision: 1136192

upgpkg: i2pd 2.41.0-1

Added:
  i2pd/trunk/010-i2pd-config.patch
  i2pd/trunk/020-i2pd-do-not-override-config.patch
(from rev 1136191, i2pd/trunk/030-i2pd-do-not-override-config.patch)
  i2pd/trunk/030-i2pd-systemd-service-hardening.patch
(from rev 1136191, i2pd/trunk/040-i2pd-systemd-service-hardening.patch)
  i2pd/trunk/040-i2pd-tunnels-d-readme.patch
(from rev 1136191, i2pd/trunk/050-i2pd-tunnels-d-readme.patch)
Modified:
  i2pd/trunk/PKGBUILD
Deleted:
  i2pd/trunk/030-i2pd-do-not-override-config.patch
  i2pd/trunk/040-i2pd-systemd-service-hardening.patch
  i2pd/trunk/050-i2pd-tunnels-d-readme.patch

--+
 010-i2pd-config.patch|   35 +
 020-i2pd-do-not-override-config.patch|   11 +
 030-i2pd-do-not-override-config.patch|   11 -
 030-i2pd-systemd-service-hardening.patch |   34 
 040-i2pd-systemd-service-hardening.patch |   34 
 040-i2pd-tunnels-d-readme.patch  |8 ++
 050-i2pd-tunnels-d-readme.patch  |8 --
 PKGBUILD |   25 +---
 8 files changed, 99 insertions(+), 67 deletions(-)

Added: 010-i2pd-config.patch
===
--- 010-i2pd-config.patch   (rev 0)
+++ 010-i2pd-config.patch   2022-02-22 21:37:27 UTC (rev 1136192)
@@ -0,0 +1,35 @@
+--- a/contrib/i2pd.conf
 b/contrib/i2pd.conf
+@@ -8,19 +8,22 @@
+ 
+ ## Tunnels config file
+ ## Default: ~/.i2pd/tunnels.conf or /var/lib/i2pd/tunnels.conf
++## Note: /var/lib/i2pd/tunnels.conf is a symlink to /etc/i2pd/tunnels.conf 
(use the latter)
+ # tunconf = /var/lib/i2pd/tunnels.conf
+ 
+ ## Tunnels config files path
+ ## Use that path to store separated tunnels in different config files.
+ ## Default: ~/.i2pd/tunnels.d or /var/lib/i2pd/tunnels.d
++## Note: /var/lib/i2pd/tunnels.d is a symlink to /etc/i2pd/tunnels.d (use the 
latter)
+ # tunnelsdir = /var/lib/i2pd/tunnels.d
+ 
+ ## Path to certificates used for verifying .su3, families
+ ## Default: ~/.i2pd/certificates or /var/lib/i2pd/certificates
++## Note: /var/lib/i2pd/certificates is a symlink to 
/usr/share/i2pd/certificates (use the latter)
+ # certsdir = /var/lib/i2pd/certificates
+ 
+ ## Where to write pidfile (default: i2pd.pid, not used in Windows)
+-# pidfile = /run/i2pd.pid
++# pidfile = /run/i2pd/i2pd.pid
+ 
+ ## Logging configuration section
+ ## By default logs go to stdout with level 'info' and higher
+@@ -32,7 +35,7 @@
+ ##  * syslog - use syslog, see man 3 syslog
+ # log = file
+ ## Path to logfile (default - autodetect)
+-# logfile = /var/log/i2pd/i2pd.log
++logfile = /var/log/i2pd/i2pd.log
+ ## Log messages above this level (debug, info, *warn, error, none)
+ ## If you set it to none, logging will be disabled
+ # loglevel = warn

Copied: i2pd/trunk/020-i2pd-do-not-override-config.patch (from rev 1136191, 
i2pd/trunk/030-i2pd-do-not-override-config.patch)
===
--- 020-i2pd-do-not-override-config.patch   (rev 0)
+++ 020-i2pd-do-not-override-config.patch   2022-02-22 21:37:27 UTC (rev 
1136192)
@@ -0,0 +1,11 @@
+--- a/contrib/i2pd.service
 b/contrib/i2pd.service
+@@ -11,7 +11,7 @@ RuntimeDirectoryMode=0700
+ LogsDirectory=i2pd
+ LogsDirectoryMode=0700
+ Type=forking
+-ExecStart=/usr/sbin/i2pd --conf=/etc/i2pd/i2pd.conf 
--tunconf=/etc/i2pd/tunnels.conf --tunnelsdir=/etc/i2pd/tunnels.conf.d 
--pidfile=/run/i2pd/i2pd.pid --logfile=/var/log/i2pd/i2pd.log --daemon --service
++ExecStart=/usr/bin/i2pd --conf=/var/lib/i2pd/i2pd.conf 
--pidfile=/run/i2pd/i2pd.pid --daemon --service
+ ExecReload=/bin/sh -c "kill -HUP $MAINPID"
+ PIDFile=/run/i2pd/i2pd.pid
+ ### Uncomment, if auto restart needed

Deleted: 030-i2pd-do-not-override-config.patch
===
--- 030-i2pd-do-not-override-config.patch   2022-02-22 20:56:17 UTC (rev 
1136191)
+++ 030-i2pd-do-not-override-config.patch   2022-02-22 21:37:27 UTC (rev 
1136192)
@@ -1,11 +0,0 @@
 a/contrib/i2pd.service
-+++ b/contrib/i2pd.service
-@@ -11,7 +11,7 @@ RuntimeDirectoryMode=0700
- LogsDirectory=i2pd
- LogsDirectoryMode=0700
- Type=forking
--ExecStart=/usr/sbin/i2pd --conf=/etc/i2pd/i2pd.conf 
--tunconf=/etc/i2pd/tunnels.conf --tunnelsdir=/etc/i2pd/tunnels.conf.d 
--pidfile=/run/i2pd/i2pd.pid --logfile=/var/log/i2pd/i2pd.log --daemon --service
-+ExecStart=/usr/bin/i2pd --conf=/var/lib/i2pd/i2pd.conf 
--pidfile=/run/i2pd/i2pd.pid --daemon --service
- ExecReload=/bin/sh -c "kill -HUP $MAINPID"
- PIDFile=/run/i2pd/i2pd.pid
- ### Uncomment, if auto restart needed

Copied: i2pd/trunk/030-i2pd-systemd-service-hardening.patch (from rev 1136191, 

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

2022-02-22 Thread Caleb Maclennan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:56:17
  Author: alerque
Revision: 1136191

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-22 20:56:09 UTC (rev 1136190)
+++ PKGBUILD2022-02-22 20:56:17 UTC (rev 1136191)
@@ -1,92 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Felix Yan 
-# Contributor: Yaron de Leeuw 
-
-_pyname=isort
-pkgname=python-$_pyname
-pkgver=5.10.1
-pkgrel=4
-pkgdesc='A Python utility / library to sort Python imports'
-arch=(any)
-url="https://github.com/PyCQA/$_pyname;
-license=(MIT)
-_pydeps=(toml
- tomli)
-depends=(python
- "${_pydeps[@]/#/python-}")
-makedepends=(python-dephell
- python-setuptools)
-_pycheckdeps=(black
-  hypothesis-auto
-  hypothesmith
-  libcst
-  natsort
-  ## deps that make it harder not easier to tell if things work
-  # pip
-  # pip-api
-  # pipreqs
-  pytest
-  pytest-mock
-  requirementslib)
-checkdepends=(git
-  pylama
-  "${_pycheckdeps[@]/#/python-}")
-_archive="$_pyname-$pkgver"
-source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('7f3a99bb1e93e58ae10737b8a31d45aa03a096b1c4cbbbd55f05226e40089cf7')
-
-prepare() {
-   cd "$_archive"
-
-   # Devendor toml
-   rm -r isort/_vendored
-   sed -i 's/from ._vendored //' isort/settings.py
-
-   # Upstream is poetry only
-   dephell deps convert --from pyproject.toml --to setup.py
-
-   ## Skipping example integration tests
-   # for _plugin in example_*; do
-   # pushd $_plugin
-   # dephell deps convert --from pyproject.toml --to setup.py
-   # popd
-   # done
-}
-
-build() {
-   cd "$_archive"
-   python setup.py build
-}
-
-check() {
-   cd "$_archive"
-   ## Skipping example integration tests
-   # python setup.py install --root="$PWD/tmp_install" --optimize=1
-   # for _plugin in example_*; do
-   # pushd $_plugin
-   # python setup.py install 
--root="$srcdir/isort-$pkgver/tmp_install" --optimize=1
-   # popd
-   # done
-   # 
PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.10/site-packages"
 PATH="$PWD/tmp_install/usr/bin:$PATH" \
-   pytest -p no:warnings \
-   --deselect 
tests/unit/test_deprecated_finders.py::TestRequirementsFinder::test_requirements_dir
 $(: having pip in ruins other tests ) \
-   --deselect 
tests/unit/test_deprecated_finders.py::test_requirements_finder $(: having pip 
in ruins other tests ) \
-   --deselect 
tests/unit/test_deprecated_finders.py::test_pipfile_finder $(: having pip in 
ruins other tests ) \
-   --deselect 
tests/unit/test_isort.py::test_settings_path_skip_issue_909 $(: example 
integrations ) \
-   --deselect tests/unit/test_isort.py::test_skip_paths_issue_938 
$(: example integrations ) \
-   --deselect 
tests/unit/test_ticketed_features.py::test_isort_supports_shared_profiles_issue_970
 $(: example integrations ) \
-   --deselect 
tests/unit/test_literal.py::test_value_assignment_list $(: unknown) \
-   --deselect 
tests/unit/test_ticketed_features.py::test_isort_supports_formatting_plugins_issue_1353
 $(: unknown) \
-   --deselect 
tests/unit/test_ticketed_features.py::test_isort_literals_issue_1358 $(: 
unknown ) \
-   --deselect 
tests/unit/test_ticketed_features.py::test_sort_configurable_sort_issue_1732 
$(: unknown ) \
-   --deselect tests/integration/test_setting_combinations.py $(: 
unknown ) \
-   --deselect 
tests/integration/test_projects_using_isort.py::test_typeshed $(: requires 
network ) \
-   --deselect tests/test_importable.py::test_importable $(: just 
weird ) \
-   --deselect tests/benchmark/test_api.py $(: no benchmarks thanks 
)
-}
-
-package() {
-   cd "$_archive"
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: python-isort/repos/community-any/PKGBUILD (from rev 1136190, 
python-isort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-22 20:56:17 UTC (rev 1136191)
@@ -0,0 +1,94 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Felix Yan 
+# Contributor: Yaron de Leeuw 
+

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

2022-02-22 Thread Caleb Maclennan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:56:09
  Author: alerque
Revision: 1136190

upgpkg: python-isort 5.10.1-5; switch from dephell to pep517

Modified:
  python-isort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 20:40:06 UTC (rev 1136189)
+++ PKGBUILD2022-02-22 20:56:09 UTC (rev 1136190)
@@ -5,7 +5,7 @@
 _pyname=isort
 pkgname=python-$_pyname
 pkgver=5.10.1
-pkgrel=4
+pkgrel=5
 pkgdesc='A Python utility / library to sort Python imports'
 arch=(any)
 url="https://github.com/PyCQA/$_pyname;
@@ -14,9 +14,10 @@
  tomli)
 depends=(python
  "${_pydeps[@]/#/python-}")
-makedepends=(python-dephell
- python-setuptools)
+makedepends=(python-{build,installer}
+ python-poetry)
 _pycheckdeps=(black
+  hypothesis
   hypothesis-auto
   hypothesmith
   libcst
@@ -28,9 +29,13 @@
   pytest
   pytest-mock
   requirementslib)
-checkdepends=(git
-  pylama
-  "${_pycheckdeps[@]/#/python-}")
+# Besides the overflowing plethora of specific test problems as noted in the
+# check() function --dselects, the switch from dephell to poetry broke a whole
+# batch more tests related to output formatting. There are a bunch of lines 
where
+# the expected output has whitespace and the actual output does not any more.
+# checkdepends=(git
+#   pylama
+#   "${_pycheckdeps[@]/#/python-}")
 _archive="$_pyname-$pkgver"
 source=("$url/archive/$pkgver/$_archive.tar.gz")
 sha256sums=('7f3a99bb1e93e58ae10737b8a31d45aa03a096b1c4cbbbd55f05226e40089cf7')
@@ -42,9 +47,6 @@
rm -r isort/_vendored
sed -i 's/from ._vendored //' isort/settings.py
 
-   # Upstream is poetry only
-   dephell deps convert --from pyproject.toml --to setup.py
-
## Skipping example integration tests
# for _plugin in example_*; do
# pushd $_plugin
@@ -55,38 +57,38 @@
 
 build() {
cd "$_archive"
-   python setup.py build
+   python -m build -wn
 }
 
-check() {
-   cd "$_archive"
-   ## Skipping example integration tests
-   # python setup.py install --root="$PWD/tmp_install" --optimize=1
-   # for _plugin in example_*; do
-   # pushd $_plugin
-   # python setup.py install 
--root="$srcdir/isort-$pkgver/tmp_install" --optimize=1
-   # popd
-   # done
-   # 
PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.10/site-packages"
 PATH="$PWD/tmp_install/usr/bin:$PATH" \
-   pytest -p no:warnings \
-   --deselect 
tests/unit/test_deprecated_finders.py::TestRequirementsFinder::test_requirements_dir
 $(: having pip in ruins other tests ) \
-   --deselect 
tests/unit/test_deprecated_finders.py::test_requirements_finder $(: having pip 
in ruins other tests ) \
-   --deselect 
tests/unit/test_deprecated_finders.py::test_pipfile_finder $(: having pip in 
ruins other tests ) \
-   --deselect 
tests/unit/test_isort.py::test_settings_path_skip_issue_909 $(: example 
integrations ) \
-   --deselect tests/unit/test_isort.py::test_skip_paths_issue_938 
$(: example integrations ) \
-   --deselect 
tests/unit/test_ticketed_features.py::test_isort_supports_shared_profiles_issue_970
 $(: example integrations ) \
-   --deselect 
tests/unit/test_literal.py::test_value_assignment_list $(: unknown) \
-   --deselect 
tests/unit/test_ticketed_features.py::test_isort_supports_formatting_plugins_issue_1353
 $(: unknown) \
-   --deselect 
tests/unit/test_ticketed_features.py::test_isort_literals_issue_1358 $(: 
unknown ) \
-   --deselect 
tests/unit/test_ticketed_features.py::test_sort_configurable_sort_issue_1732 
$(: unknown ) \
-   --deselect tests/integration/test_setting_combinations.py $(: 
unknown ) \
-   --deselect 
tests/integration/test_projects_using_isort.py::test_typeshed $(: requires 
network ) \
-   --deselect tests/test_importable.py::test_importable $(: just 
weird ) \
-   --deselect tests/benchmark/test_api.py $(: no benchmarks thanks 
)
-}
+# check() {
+# cd "$_archive"
+# ## Skipping example integration tests
+# # python setup.py install --root="$PWD/tmp_install" --optimize=1
+# # for _plugin in example_*; do
+# # pushd $_plugin
+# # python setup.py install --root="$srcdir/isort-$pkgver/tmp_install" 
--optimize=1
+# # popd
+# # done
+# # 
PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.10/site-packages"
 

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

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:39:58
  Author: felixonmars
Revision: 1136188

upgpkg: haskell-language-server 1.3.0.0-102: rebuild with hashable 1.4.0.0, 
quickcheck-instances 0.3.26.1

Modified:
  haskell-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 20:36:09 UTC (rev 1136187)
+++ PKGBUILD2022-02-22 20:39:58 UTC (rev 1136188)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.3.0.0
-pkgrel=101
+pkgrel=102
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



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

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:40:06
  Author: felixonmars
Revision: 1136189

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-language-server/repos/community-staging-x86_64/
  haskell-language-server/repos/community-staging-x86_64/PKGBUILD
(from rev 1136188, haskell-language-server/trunk/PKGBUILD)

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

Copied: haskell-language-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 1136188, haskell-language-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-22 20:40:06 UTC (rev 1136189)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+
+pkgname=haskell-language-server
+pkgver=1.3.0.0
+pkgrel=102
+pkgdesc="LSP server for GHC"
+url="https://github.com/haskell/haskell-language-server#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-async'
+ 'haskell-base16-bytestring' 'haskell-cryptohash-sha1' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-gitrev'
+ 'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb'
+ 'haskell-hls-call-hierarchy-plugin' 'haskell-hls-eval-plugin'
+ 'haskell-hls-explicit-imports-plugin' 'haskell-hls-floskell-plugin'
+ 'haskell-hls-fourmolu-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-graph'
+ 'haskell-hls-haddock-comments-plugin' 'haskell-hls-hlint-plugin'
+ 'haskell-hls-module-name-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-plugin-api'
+ 'haskell-hls-pragmas-plugin'
+ 'haskell-hls-retrie-plugin' 'haskell-hls-stylish-haskell-plugin'
+ 'haskell-hslogger' 'haskell-lens' 'haskell-lsp' 
'haskell-optparse-applicative'
+ 'haskell-optparse-simple' 'haskell-regex-tdfa' 
'haskell-safe-exceptions'
+ 'haskell-sqlite-simple' 'haskell-temporary' 
'haskell-unordered-containers')
+# Disabled due to not compatible with GHC 9:
+# 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 
'haskell-hls-splice-plugin' 'haskell-hls-tactics-plugin' 
'haskell-hls-refine-imports-plugin'
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 
'haskell-hspec-expectations' 'haskell-lsp-test'
+ 'haskell-lsp-types')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('2938c4eaf8e2fef72ddf0e116e021b109ab69c4cdd48dc678cb93cd08e03e7f2abf3aaf1dea17a51dd8cb70f69db7ceba9823291d847ffe8bd0c990028fd6da4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  find test/testdata -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+  uusi -u ghc-api-compat $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -f-brittany -f-class -f-refineImports -f-tactic 
-f-splice
+
+  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
+  
PATH="$PWD/dist/build/haskell-language-server:$PWD/dist/build/haskell-language-server-wrapper:$PATH"
 LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed"
+}
+
+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"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-02-22 Thread Tobias Powalowski via arch-commits
Date: Tuesday, February 22, 2022 @ 20:39:32
  Author: tpowa
Revision: 437972

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-22 20:39:27 UTC (rev 437971)
+++ PKGBUILD2022-02-22 20:39:32 UTC (rev 437972)
@@ -1,49 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.02
-pkgrel=61
-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' 'reiserfsprogs' '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'
- 'ntfs-3g' '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' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 'crda'
-'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' 'progsreiserfs'
-'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' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'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/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-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 437971, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-22 20:39:32 UTC (rev 437972)
@@ -0,0 +1,49 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.02
+pkgrel=62
+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' 'reiserfsprogs' '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'
+ 'ntfs-3g' 'pciutils' 'usbutils' 

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

2022-02-22 Thread Tobias Powalowski via arch-commits
Date: Tuesday, February 22, 2022 @ 20:39:27
  Author: tpowa
Revision: 437971

upgpkg: archboot-arm 2022.02-62: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 20:39:04 UTC (rev 437970)
+++ PKGBUILD2022-02-22 20:39:27 UTC (rev 437971)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.02
-pkgrel=61
+pkgrel=62
 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-02-22 Thread Tobias Powalowski via arch-commits
Date: Tuesday, February 22, 2022 @ 20:39:04
  Author: tpowa
Revision: 437970

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-22 20:39:00 UTC (rev 437969)
+++ PKGBUILD2022-02-22 20:39:04 UTC (rev 437970)
@@ -1,50 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.02
-pkgrel=61
-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' 'reiserfsprogs' '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'
- 'ntfs-3g' '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' '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' 'crda'
-'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' 'progsreiserfs'
-'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' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'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/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-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 437969, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-22 20:39:04 UTC (rev 437970)
@@ -0,0 +1,50 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.02
+pkgrel=62
+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' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  

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

2022-02-22 Thread Tobias Powalowski via arch-commits
Date: Tuesday, February 22, 2022 @ 20:39:00
  Author: tpowa
Revision: 437969

upgpkg: archboot 2022.02-62: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 18:07:42 UTC (rev 437968)
+++ PKGBUILD2022-02-22 20:39:00 UTC (rev 437969)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.02
-pkgrel=61
+pkgrel=62
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



[arch-commits] Commit in haskell-hls-floskell-plugin/repos (2 files)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:29:52
  Author: felixonmars
Revision: 1136171

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-floskell-plugin/repos/community-staging-x86_64/
  haskell-hls-floskell-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1136170, haskell-hls-floskell-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-floskell-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1136170, haskell-hls-floskell-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-22 20:29:52 UTC (rev 1136171)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-floskell-plugin
+pkgname=haskell-hls-floskell-plugin
+pkgver=1.0.0.1
+pkgrel=87
+pkgdesc="Integration with the Floskell code formatter"
+url="https://hackage.haskell.org/package/hls-floskell-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-floskell' 'haskell-ghcide' 
'haskell-hls-plugin-api' 'haskell-lsp-types')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0f420355b67447426e77f149a5cf735f613b2c863b08f625e0a0d91a33bcf565684d702f67743ef9d50eaa235551c30c76743fedd78ead9fbed429e838acf113')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-floskell-plugin/trunk (PKGBUILD)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:29:44
  Author: felixonmars
Revision: 1136170

upgpkg: haskell-hls-floskell-plugin 1.0.0.1-87: rebuild with hashable 1.4.0.0, 
quickcheck-instances 0.3.26.1

Modified:
  haskell-hls-floskell-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 20:29:14 UTC (rev 1136169)
+++ PKGBUILD2022-02-22 20:29:44 UTC (rev 1136170)
@@ -3,7 +3,7 @@
 _hkgname=hls-floskell-plugin
 pkgname=haskell-hls-floskell-plugin
 pkgver=1.0.0.1
-pkgrel=86
+pkgrel=87
 pkgdesc="Integration with the Floskell code formatter"
 url="https://hackage.haskell.org/package/hls-floskell-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-eval-plugin/repos (2 files)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:35:59
  Author: felixonmars
Revision: 1136185

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-eval-plugin/repos/community-staging-x86_64/
  haskell-hls-eval-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1136184, haskell-hls-eval-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-eval-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1136184, haskell-hls-eval-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-22 20:35:59 UTC (rev 1136185)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-eval-plugin
+pkgname=haskell-hls-eval-plugin
+pkgver=1.1.2.0
+pkgrel=88
+pkgdesc="Eval plugin for Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-quickcheck' 'haskell-aeson' 
'haskell-dlist'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-ghcide'
+ 'haskell-hashable' 'haskell-hls-plugin-api' 'haskell-lens' 
'haskell-lsp'
+ 'haskell-lsp-types' 'haskell-megaparsec' 'haskell-parser-combinators'
+ 'haskell-pretty-simple' 'haskell-safe-exceptions' 'haskell-temporary' 
'haskell-unliftio'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('8597144404060b56aa84d2a6549306924de6aa99ff8fa121f0a3e6fbf2facc979e36dc9304fd041833201044f59e1745574eb1a1e3459b22baf0fae3f40d96e1')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  # https://github.com/haskell/haskell-language-server/issues/1809
+  runhaskell Setup test --show-details=direct || echo "Tests failed"
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-02-22 Thread Caleb Maclennan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:36:02
  Author: alerque
Revision: 1136186

upgpkg: python-poetry-core 1.0.7-5; (Re)remove bogus file conflict with poetry

Modified:
  python-poetry-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 20:35:59 UTC (rev 1136185)
+++ PKGBUILD2022-02-22 20:36:02 UTC (rev 1136186)
@@ -5,7 +5,7 @@
 _pkgname=poetry-core
 pkgname=python-poetry-core
 pkgver=1.0.7
-pkgrel=4
+pkgrel=5
 pkgdesc="Poetry PEP 517 Build Backend & Core Utilities"
 arch=('any')
 url="https://github.com/python-poetry/${_pkgname};
@@ -25,6 +25,8 @@
# remove vendored dependencies
sed -i '/^__version__/!d' poetry/core/__init__.py
rm -r poetry/core/_vendor
+   # be a proper namespace, python3-only ;)
+   rm poetry/__init__.py
 }
 
 build() {



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

2022-02-22 Thread Caleb Maclennan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:36:09
  Author: alerque
Revision: 1136187

archrelease: copy trunk to community-any

Added:
  python-poetry-core/repos/community-any/PKGBUILD
(from rev 1136186, python-poetry-core/trunk/PKGBUILD)
Deleted:
  python-poetry-core/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-02-22 20:36:02 UTC (rev 1136186)
+++ PKGBUILD2022-02-22 20:36:09 UTC (rev 1136187)
@@ -1,46 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Eli Schwartz 
-# Contributor: George Rawlinson 
-
-_pkgname=poetry-core
-pkgname=python-poetry-core
-pkgver=1.0.7
-pkgrel=4
-pkgdesc="Poetry PEP 517 Build Backend & Core Utilities"
-arch=('any')
-url="https://github.com/python-poetry/${_pkgname};
-license=('MIT')
-_deps=('jsonschema' 'lark-parser' 'packaging' 'tomlkit')
-depends=("${_deps[@]/#/python-}")
-makedepends=(python-{build,installer})
-checkdepends=(git python-pytest python-pytest-mock python-virtualenv)
-conflicts=('python-poetry<1.1.0')
-_archive="$_pkgname-$pkgver"
-source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('a4a99d2d0adb54d69acaa6d852bc9d41818b5a2d751aa23a9543e32bc4e6660d')
-b2sums=('570f13e3c7298fd822a38b75c49c623bde4fa780b3787c3c9cfa3939bb68fee3eeaf6190013117a6e751cb6f87a15b343ba183529fcc07d30e37988097954d4a')
-
-prepare() {
-   cd "$_archive"
-   # remove vendored dependencies
-   sed -i '/^__version__/!d' poetry/core/__init__.py
-   rm -r poetry/core/_vendor
-}
-
-build() {
-   cd "$_archive"
-   python -m build -wn
-}
-
-check() {
-   cd "$_archive"
-   # only works inside git repositories
-   pytest \
-   -k 'not test_default_with_excluded_data and not 
test_default_src_with_excluded_data'
-}
-
-package() {
-   cd "$_archive"
-   python -m installer -d "$pkgdir" dist/*.whl
-   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: python-poetry-core/repos/community-any/PKGBUILD (from rev 1136186, 
python-poetry-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-02-22 20:36:09 UTC (rev 1136187)
@@ -0,0 +1,48 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Eli Schwartz 
+# Contributor: George Rawlinson 
+
+_pkgname=poetry-core
+pkgname=python-poetry-core
+pkgver=1.0.7
+pkgrel=5
+pkgdesc="Poetry PEP 517 Build Backend & Core Utilities"
+arch=('any')
+url="https://github.com/python-poetry/${_pkgname};
+license=('MIT')
+_deps=('jsonschema' 'lark-parser' 'packaging' 'tomlkit')
+depends=("${_deps[@]/#/python-}")
+makedepends=(python-{build,installer})
+checkdepends=(git python-pytest python-pytest-mock python-virtualenv)
+conflicts=('python-poetry<1.1.0')
+_archive="$_pkgname-$pkgver"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('a4a99d2d0adb54d69acaa6d852bc9d41818b5a2d751aa23a9543e32bc4e6660d')
+b2sums=('570f13e3c7298fd822a38b75c49c623bde4fa780b3787c3c9cfa3939bb68fee3eeaf6190013117a6e751cb6f87a15b343ba183529fcc07d30e37988097954d4a')
+
+prepare() {
+   cd "$_archive"
+   # remove vendored dependencies
+   sed -i '/^__version__/!d' poetry/core/__init__.py
+   rm -r poetry/core/_vendor
+   # be a proper namespace, python3-only ;)
+   rm poetry/__init__.py
+}
+
+build() {
+   cd "$_archive"
+   python -m build -wn
+}
+
+check() {
+   cd "$_archive"
+   # only works inside git repositories
+   pytest \
+   -k 'not test_default_with_excluded_data and not 
test_default_src_with_excluded_data'
+}
+
+package() {
+   cd "$_archive"
+   python -m installer -d "$pkgdir" dist/*.whl
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}



[arch-commits] Commit in haskell-hls-eval-plugin/trunk (PKGBUILD)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:35:52
  Author: felixonmars
Revision: 1136184

upgpkg: haskell-hls-eval-plugin 1.1.2.0-88: rebuild with hashable 1.4.0.0, 
quickcheck-instances 0.3.26.1

Modified:
  haskell-hls-eval-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 20:34:52 UTC (rev 1136183)
+++ PKGBUILD2022-02-22 20:35:52 UTC (rev 1136184)
@@ -3,7 +3,7 @@
 _hkgname=hls-eval-plugin
 pkgname=haskell-hls-eval-plugin
 pkgver=1.1.2.0
-pkgrel=87
+pkgrel=88
 pkgdesc="Eval plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



[arch-commits] Commit in haskell-hls-haddock-comments-plugin/repos (2 files)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:34:52
  Author: felixonmars
Revision: 1136183

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/
  haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1136182, haskell-hls-haddock-comments-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-haddock-comments-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1136182, haskell-hls-haddock-comments-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-22 20:34:52 UTC (rev 1136183)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-haddock-comments-plugin
+pkgname=haskell-hls-haddock-comments-plugin
+pkgver=1.0.0.3
+pkgrel=87
+pkgdesc="Haddock comments plugin for Haskell Language Server"
+url="https://github.com/haskell/haskell-language-server;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lsp-types' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0bc705b51d86d400c2f843330be5ffa9064726da64644cbc1a4c2fead1caaec5812c35ef499877aa9d07417c3854c933187dd227cd8c90f54042ead07f38bcc7')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-haddock-comments-plugin/trunk (PKGBUILD)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:34:44
  Author: felixonmars
Revision: 1136182

upgpkg: haskell-hls-haddock-comments-plugin 1.0.0.3-87: rebuild with hashable 
1.4.0.0, quickcheck-instances 0.3.26.1

Modified:
  haskell-hls-haddock-comments-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 20:34:12 UTC (rev 1136181)
+++ PKGBUILD2022-02-22 20:34:44 UTC (rev 1136182)
@@ -3,7 +3,7 @@
 _hkgname=hls-haddock-comments-plugin
 pkgname=haskell-hls-haddock-comments-plugin
 pkgver=1.0.0.3
-pkgrel=86
+pkgrel=87
 pkgdesc="Haddock comments plugin for Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server;
 license=("Apache")



[arch-commits] Commit in haskell-hls-call-hierarchy-plugin/repos (2 files)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:34:12
  Author: felixonmars
Revision: 1136181

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/
  haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1136180, haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD)

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

Copied: 
haskell-hls-call-hierarchy-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1136180, haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-22 20:34:12 UTC (rev 1136181)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-call-hierarchy-plugin
+pkgname=haskell-hls-call-hierarchy-plugin
+pkgver=1.0.0.0
+pkgrel=87
+pkgdesc="Call hierarchy plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-call-hierarchy-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-extra' 'haskell-ghc' 
'haskell-ghc-api-compat'
+ 'haskell-ghcide' 'haskell-hiedb' 'haskell-hls-plugin-api' 
'haskell-lens' 'haskell-lsp'
+ 'haskell-sqlite-simple' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('4b3103a98ec57c9f050ffd1c534a0e23b1bfcbe78dda441c351b874939ce34a8')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-call-hierarchy-plugin/trunk (PKGBUILD)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:34:05
  Author: felixonmars
Revision: 1136180

upgpkg: haskell-hls-call-hierarchy-plugin 1.0.0.0-87: rebuild with hashable 
1.4.0.0, quickcheck-instances 0.3.26.1

Modified:
  haskell-hls-call-hierarchy-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 20:33:17 UTC (rev 1136179)
+++ PKGBUILD2022-02-22 20:34:05 UTC (rev 1136180)
@@ -3,7 +3,7 @@
 _hkgname=hls-call-hierarchy-plugin
 pkgname=haskell-hls-call-hierarchy-plugin
 pkgver=1.0.0.0
-pkgrel=86
+pkgrel=87
 pkgdesc="Call hierarchy plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-call-hierarchy-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-module-name-plugin/repos (2 files)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:33:17
  Author: felixonmars
Revision: 1136179

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-module-name-plugin/repos/community-staging-x86_64/
  haskell-hls-module-name-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1136178, haskell-hls-module-name-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-module-name-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1136178, haskell-hls-module-name-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-22 20:33:17 UTC (rev 1136179)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-module-name-plugin
+pkgname=haskell-hls-module-name-plugin
+pkgver=1.0.0.1
+pkgrel=87
+pkgdesc="Module name plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-module-name-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ghcide' 'haskell-hls-plugin-api' 
'haskell-lsp'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('0a4d0171df49d2d417dac00853a9f0c58618efb7a5805ab3b95441f0d8c60872947935ca94b33ca75518e311a136a893f0e3744fc49cdb94fba6f55367f3c0be')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-module-name-plugin/trunk (PKGBUILD)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:33:10
  Author: felixonmars
Revision: 1136178

upgpkg: haskell-hls-module-name-plugin 1.0.0.1-87: rebuild with hashable 
1.4.0.0, quickcheck-instances 0.3.26.1

Modified:
  haskell-hls-module-name-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 20:32:38 UTC (rev 1136177)
+++ PKGBUILD2022-02-22 20:33:10 UTC (rev 1136178)
@@ -3,7 +3,7 @@
 _hkgname=hls-module-name-plugin
 pkgname=haskell-hls-module-name-plugin
 pkgver=1.0.0.1
-pkgrel=86
+pkgrel=87
 pkgdesc="Module name plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-module-name-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-ormolu-plugin/repos (2 files)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:32:38
  Author: felixonmars
Revision: 1136177

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-ormolu-plugin/repos/community-staging-x86_64/
  haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1136176, haskell-hls-ormolu-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1136176, haskell-hls-ormolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-22 20:32:38 UTC (rev 1136177)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-ormolu-plugin
+pkgname=haskell-hls-ormolu-plugin
+pkgver=1.0.1.0
+pkgrel=90
+pkgdesc="Integration with the Ormolu code formatter"
+url="https://hackage.haskell.org/package/hls-ormolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghcide'
+ 'haskell-hls-plugin-api' 'haskell-lens' 'haskell-lsp' 
'haskell-ormolu')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('330242298e6c4608d31bb0eac3ef926cfd7d5ff2bd07ab57cd46a1904c133322181e2e35da3beb01f1f97efd466d653d12a3563939fe86e70d820301aca52661')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-ormolu-plugin/trunk (PKGBUILD)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:32:31
  Author: felixonmars
Revision: 1136176

upgpkg: haskell-hls-ormolu-plugin 1.0.1.0-90: rebuild with hashable 1.4.0.0, 
quickcheck-instances 0.3.26.1

Modified:
  haskell-hls-ormolu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 20:32:00 UTC (rev 1136175)
+++ PKGBUILD2022-02-22 20:32:31 UTC (rev 1136176)
@@ -3,7 +3,7 @@
 _hkgname=hls-ormolu-plugin
 pkgname=haskell-hls-ormolu-plugin
 pkgver=1.0.1.0
-pkgrel=89
+pkgrel=90
 pkgdesc="Integration with the Ormolu code formatter"
 url="https://hackage.haskell.org/package/hls-ormolu-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-fourmolu-plugin/repos (2 files)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:32:00
  Author: felixonmars
Revision: 1136175

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/
  haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1136174, haskell-hls-fourmolu-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1136174, haskell-hls-fourmolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-22 20:32:00 UTC (rev 1136175)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-fourmolu-plugin
+pkgname=haskell-hls-fourmolu-plugin
+pkgver=1.0.0.2
+pkgrel=91
+pkgdesc="Integration with the Fourmolu code formatter"
+url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-fourmolu' 'haskell-ghc' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-ghc-api-compat')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('88a92c70c34d14699bcc19e7d1ff061955c4e9a6819f32c5b46d8b31d1d1f06b12be65bb84ede6046601a6d8daafcb8fc65725ceb3fc67e7afeef4097094ed46')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-fourmolu-plugin/trunk (PKGBUILD)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:31:53
  Author: felixonmars
Revision: 1136174

upgpkg: haskell-hls-fourmolu-plugin 1.0.0.2-91: rebuild with hashable 1.4.0.0, 
quickcheck-instances 0.3.26.1

Modified:
  haskell-hls-fourmolu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 20:31:20 UTC (rev 1136173)
+++ PKGBUILD2022-02-22 20:31:53 UTC (rev 1136174)
@@ -3,7 +3,7 @@
 _hkgname=hls-fourmolu-plugin
 pkgname=haskell-hls-fourmolu-plugin
 pkgver=1.0.0.2
-pkgrel=90
+pkgrel=91
 pkgdesc="Integration with the Fourmolu code formatter"
 url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-pragmas-plugin/repos (2 files)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:31:20
  Author: felixonmars
Revision: 1136173

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-pragmas-plugin/repos/community-staging-x86_64/
  haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1136172, haskell-hls-pragmas-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-pragmas-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1136172, haskell-hls-pragmas-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-22 20:31:20 UTC (rev 1136173)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-pragmas-plugin
+pkgname=haskell-hls-pragmas-plugin
+pkgver=1.0.1.0
+pkgrel=87
+pkgdesc="Pragmas plugin for Haskell Language Server"
+url="https://hackage.haskell.org/package/hls-pragmas-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-fuzzy' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('bf284033b7d2c3491b655ca32a7a791a4e62c838a4caafea36e28844052b2a192cf39d97ae1415a698ea22d7ffcc5f0290c37a91bba841b93c1ceabe089d7e07')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-pragmas-plugin/trunk (PKGBUILD)

2022-02-22 Thread Felix Yan via arch-commits
Date: Tuesday, February 22, 2022 @ 20:31:13
  Author: felixonmars
Revision: 1136172

upgpkg: haskell-hls-pragmas-plugin 1.0.1.0-87: rebuild with hashable 1.4.0.0, 
quickcheck-instances 0.3.26.1

Modified:
  haskell-hls-pragmas-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-22 20:29:52 UTC (rev 1136171)
+++ PKGBUILD2022-02-22 20:31:13 UTC (rev 1136172)
@@ -3,7 +3,7 @@
 _hkgname=hls-pragmas-plugin
 pkgname=haskell-hls-pragmas-plugin
 pkgver=1.0.1.0
-pkgrel=86
+pkgrel=87
 pkgdesc="Pragmas plugin for Haskell Language Server"
 url="https://hackage.haskell.org/package/hls-pragmas-plugin;
 license=("Apache")



  1   2   3   4   5   6   >