[arch-commits] Commit in chromium/repos/extra-x86_64 (10 files)

2022-05-02 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 3, 2022 @ 05:46:38
  Author: foutrelis
Revision: 32

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 31, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-libxml-unbundle.patch
(from rev 31, chromium/trunk/chromium-libxml-unbundle.patch)
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
(from rev 31, 
chromium/trunk/enable-GlobalMediaControlsCastStartStop.patch)
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 31, 
chromium/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 31, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-libxml-unbundle.patch
  chromium/repos/extra-x86_64/enable-GlobalMediaControlsCastStartStop.patch
  chromium/repos/extra-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

---+
 PKGBUILD  |  534 ++--
 chromium-libxml-unbundle.patch|   20 
 enable-GlobalMediaControlsCastStartStop.patch |   64 +-
 sql-make-VirtualCursor-standard-layout-type.patch |  476 -
 use-oauth2-client-switches-as-default.patch   |   34 -
 5 files changed, 564 insertions(+), 564 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 05:46:09 UTC (rev 31)
+++ PKGBUILD2022-05-03 05:46:38 UTC (rev 32)
@@ -1,267 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=101.0.4951.41
-pkgrel=1
-_launcher_ver=8
-_gcc_patchset=4
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: support for native dialogs in Plasma'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: support for storing passwords in KWallet on Plasma')
-options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-enable-GlobalMediaControlsCastStartStop.patch
-chromium-libxml-unbundle.patch
-sql-make-VirtualCursor-standard-layout-type.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('099863882e88b9a035fcb6b63dd5288554f6b27558e0ebce93e0d804465efa37'
-'213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
-'8ed519d21ccd8b382ddd384e9c15306a60d2e3495f48a62dea07c9be9bbffebd'
-'779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
-'fd3bf124aacc45f2d0a4f1dd86303fa7f2a3d4f4eeaf33854631d6cb39e12485'
-'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-#
-# Starting with Chromium 89 (2021-03-02) the OAuth2 credentials have been left
-# out: 

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

2022-05-02 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 3, 2022 @ 05:46:09
  Author: foutrelis
Revision: 31

upgpkg: chromium 101.0.4951.54-1: new upstream release

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 22:37:26 UTC (rev 30)
+++ PKGBUILD2022-05-03 05:46:09 UTC (rev 31)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=101.0.4951.41
+pkgver=101.0.4951.54
 pkgrel=1
 _launcher_ver=8
 _gcc_patchset=4
@@ -29,7 +29,7 @@
 chromium-libxml-unbundle.patch
 sql-make-VirtualCursor-standard-layout-type.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('099863882e88b9a035fcb6b63dd5288554f6b27558e0ebce93e0d804465efa37'
+sha256sums=('c26cc6fd453d9a42a6b5e46fa4f3ee62ed368bb78101512b6816bc5d8f4200b5'
 '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
 '8ed519d21ccd8b382ddd384e9c15306a60d2e3495f48a62dea07c9be9bbffebd'
 '779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'



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

2022-05-02 Thread Daniel M. Capella via arch-commits
Date: Tuesday, May 3, 2022 @ 05:05:30
  Author: polyzen
Revision: 1192377

archrelease: copy trunk to community-x86_64

Added:
  
pacman-contrib/repos/community-x86_64/0001-pactree-fix-compilation-with-pacman-6.patch
(from rev 1192376, 
pacman-contrib/trunk/0001-pactree-fix-compilation-with-pacman-6.patch)
  pacman-contrib/repos/community-x86_64/PKGBUILD
(from rev 1192376, pacman-contrib/trunk/PKGBUILD)
Deleted:
  
pacman-contrib/repos/community-x86_64/0001-pactree-fix-compilation-with-pacman-6.patch
  pacman-contrib/repos/community-x86_64/PKGBUILD

--+
 0001-pactree-fix-compilation-with-pacman-6.patch |   88 +-
 PKGBUILD |  102 +
 2 files changed, 91 insertions(+), 99 deletions(-)

Deleted: 0001-pactree-fix-compilation-with-pacman-6.patch
===
--- 0001-pactree-fix-compilation-with-pacman-6.patch2022-05-03 05:05:03 UTC 
(rev 1192376)
+++ 0001-pactree-fix-compilation-with-pacman-6.patch2022-05-03 05:05:30 UTC 
(rev 1192377)
@@ -1,44 +0,0 @@
-From fd21ee241c85856be941e41942d6c179ca713c41 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz via pacman-contrib 
-Date: Fri, 21 May 2021 00:30:07 -0400
-Subject: [PATCH] pactree: fix compilation with pacman 6
-
-In "add front-end provided context to callbacks", libalpm gained a new
-argument to callbacks which we don't use and is only needed by some
-frontends wishing to do stuff with the callback state. NULL it and move
-on with life, just like pacman itself did.
-
-Signed-off-by: Eli Schwartz 
-Signed-off-by: Daniel M. Capella 

- src/pactree.c | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/src/pactree.c b/src/pactree.c
-index e8f5086..9e6ac1b 100644
 a/src/pactree.c
-+++ b/src/pactree.c
-@@ -135,8 +135,10 @@ static const char *dbpath = DBPATH;
- static const char *configfile = CONFFILE;
- static const char *gpgdir = GPGDIR;
- 
--void cb_log(alpm_loglevel_t level, const char *fmt, va_list args)
-+void cb_log(void *ctx, alpm_loglevel_t level, const char *fmt, va_list args)
- {
-+  (void)ctx;
-+
-   switch(level) {
-   case ALPM_LOG_ERROR:
-   fprintf(stderr, "%s%s%s", color->error, "error: ",
-@@ -621,7 +623,7 @@ int main(int argc, char *argv[])
-   }
- 
-   if(debug) {
--  alpm_option_set_logcb(handle, cb_log);
-+  alpm_option_set_logcb(handle, cb_log, NULL);
-   }
- 
-   /* no need to fail on error here */
--- 
-2.31.1
-

Copied: 
pacman-contrib/repos/community-x86_64/0001-pactree-fix-compilation-with-pacman-6.patch
 (from rev 1192376, 
pacman-contrib/trunk/0001-pactree-fix-compilation-with-pacman-6.patch)
===
--- 0001-pactree-fix-compilation-with-pacman-6.patch
(rev 0)
+++ 0001-pactree-fix-compilation-with-pacman-6.patch2022-05-03 05:05:30 UTC 
(rev 1192377)
@@ -0,0 +1,44 @@
+From fd21ee241c85856be941e41942d6c179ca713c41 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz via pacman-contrib 
+Date: Fri, 21 May 2021 00:30:07 -0400
+Subject: [PATCH] pactree: fix compilation with pacman 6
+
+In "add front-end provided context to callbacks", libalpm gained a new
+argument to callbacks which we don't use and is only needed by some
+frontends wishing to do stuff with the callback state. NULL it and move
+on with life, just like pacman itself did.
+
+Signed-off-by: Eli Schwartz 
+Signed-off-by: Daniel M. Capella 
+---
+ src/pactree.c | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/pactree.c b/src/pactree.c
+index e8f5086..9e6ac1b 100644
+--- a/src/pactree.c
 b/src/pactree.c
+@@ -135,8 +135,10 @@ static const char *dbpath = DBPATH;
+ static const char *configfile = CONFFILE;
+ static const char *gpgdir = GPGDIR;
+ 
+-void cb_log(alpm_loglevel_t level, const char *fmt, va_list args)
++void cb_log(void *ctx, alpm_loglevel_t level, const char *fmt, va_list args)
+ {
++  (void)ctx;
++
+   switch(level) {
+   case ALPM_LOG_ERROR:
+   fprintf(stderr, "%s%s%s", color->error, "error: ",
+@@ -621,7 +623,7 @@ int main(int argc, char *argv[])
+   }
+ 
+   if(debug) {
+-  alpm_option_set_logcb(handle, cb_log);
++  alpm_option_set_logcb(handle, cb_log, NULL);
+   }
+ 
+   /* no need to fail on error here */
+-- 
+2.31.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 05:05:03 UTC (rev 1192376)
+++ PKGBUILD2022-05-03 05:05:30 UTC (rev 1192377)
@@ -1,55 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Daniel M. Capella 
-
-pkgname=pacman-contrib
-pkgver=1.4.0
-pkgrel=4
-
-pkgdesc="Contributed scripts and tools for pacman systems"
-url="https://gitlab.archlinux.org/pacman/pacman-contrib;

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

2022-05-02 Thread Daniel M. Capella via arch-commits
Date: Tuesday, May 3, 2022 @ 05:05:03
  Author: polyzen
Revision: 1192376

upgpkg: pacman-contrib 1.5.0-1

Modified:
  pacman-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 02:59:11 UTC (rev 1192375)
+++ PKGBUILD2022-05-03 05:05:03 UTC (rev 1192376)
@@ -2,14 +2,12 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=pacman-contrib
-pkgver=1.4.0
-pkgrel=4
-
-pkgdesc="Contributed scripts and tools for pacman systems"
-url="https://gitlab.archlinux.org/pacman/pacman-contrib;
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Contributed scripts and tools for pacman systems'
 arch=('x86_64')
+url=https://gitlab.archlinux.org/pacman/pacman-contrib
 license=('GPL')
-
 depends=('fakeroot' 'pacman' 'perl')
 makedepends=('asciidoc')
 optdepends=('diffutils: for pacdiff'
@@ -17,24 +15,18 @@
 'mlocate: for pacdiff --locate'
 'sudo: privilege elevation for several scripts'
 'vim: default merge program for pacdiff')
-
-source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz"
-'0001-pactree-fix-compilation-with-pacman-6.patch')
-sha256sums=('c97b2889ab012feaa1882865af9cfeb2406c9045757d2e73b5903277472ce6a2'
-'774d27532a91e2fe490ccc8d21c2d1d4d2a2dbfc8678a8406abb8bb8f9e6626c')
+source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+b2sums=('1cfe87ad9b520d8851f3d7ec9e1f1f788210951ed167ad09486c64fa6b4321b1d473009d3f911b8066a65a88818254fabbbe4dcd34de63505e40a8b739d3ba7a')
 #validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5'  # Johannes Löthberg 

 #  '04DC3FB1445FECA813C27EFAEA4F7B321A906AD9') # Daniel M. Capella 

 
 prepare() {
-  cd pacman-contrib-v$pkgver
-
-  patch --forward --strip=1 
--input=../0001-pactree-fix-compilation-with-pacman-6.patch
+  cd $pkgname-v$pkgver
   ./autogen.sh
 }
 
 build() {
-  cd pacman-contrib-v$pkgver
-
+  cd $pkgname-v$pkgver
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -43,12 +35,12 @@
 }
 
 check() {
-  make -C pacman-contrib-v$pkgver check
+  cd $pkgname-v$pkgver
+  make check
 }
 
 package() {
-  cd pacman-contrib-v$pkgver
-
+  cd $pkgname-v$pkgver
   make DESTDIR="$pkgdir" install
 }
 



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

2022-05-02 Thread George Rawlinson via arch-commits
Date: Tuesday, May 3, 2022 @ 02:59:11
  Author: grawlinson
Revision: 1192375

archrelease: copy trunk to community-any

Added:
  kicad-library/repos/community-any/PKGBUILD
(from rev 1192374, kicad-library/trunk/PKGBUILD)
Deleted:
  kicad-library/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 02:56:05 UTC (rev 1192374)
+++ PKGBUILD2022-05-03 02:59:11 UTC (rev 1192375)
@@ -1,51 +0,0 @@
-# Maintainer: Filipe Laíns 
-# Maintainer: George Rawlinson 
-# Maintainer: Kyle Keen 
-# Contributor: Rachel Mant 
-
-pkgbase=kicad-library
-pkgname=($pkgbase{,-3d})
-pkgver=6.0.4
-pkgrel=1
-pkgdesc="Assorted libraries for KiCad"
-arch=('any')
-url='http://kicad.org/'
-license=('GPL')
-makedepends=('git' 'cmake')
-source=(
-  "git+https://gitlab.com/kicad/libraries/kicad-packages3D.git#tag=$pkgver;
-  "git+https://gitlab.com/kicad/libraries/kicad-symbols.git#tag=$pkgver;
-  "git+https://gitlab.com/kicad/libraries/kicad-templates.git#tag=$pkgver;
-  "git+https://gitlab.com/kicad/libraries/kicad-footprints.git#tag=$pkgver;
-)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-build() {
-  for package in symbols footprints packages3D templates; do
- cmake \
-   -B "build-$package" \
-   -S "kicad-$package" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-
- cmake --build "build-$package"
-   done
-}
-
-package_kicad-library() {
-  pkgdesc="KiCad symbol, footprint and template libraries"
-
-  for package in symbols footprints templates; do
-DESTDIR="$pkgdir" cmake --install "build-$package"
-  done
-}
-
-package_kicad-library-3d() {
-  pkgdesc="KiCad 3D model libraries"
-
-  DESTDIR="$pkgdir" cmake --install build-packages3D
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kicad-library/repos/community-any/PKGBUILD (from rev 1192374, 
kicad-library/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 02:59:11 UTC (rev 1192375)
@@ -0,0 +1,51 @@
+# Maintainer: Filipe Laíns 
+# Maintainer: George Rawlinson 
+# Maintainer: Kyle Keen 
+# Contributor: Rachel Mant 
+
+pkgbase=kicad-library
+pkgname=($pkgbase{,-3d})
+pkgver=6.0.5
+pkgrel=1
+pkgdesc="Assorted libraries for KiCad"
+arch=('any')
+url='http://kicad.org/'
+license=('GPL')
+makedepends=('git' 'cmake')
+source=(
+  "git+https://gitlab.com/kicad/libraries/kicad-packages3D.git#tag=$pkgver;
+  "git+https://gitlab.com/kicad/libraries/kicad-symbols.git#tag=$pkgver;
+  "git+https://gitlab.com/kicad/libraries/kicad-templates.git#tag=$pkgver;
+  "git+https://gitlab.com/kicad/libraries/kicad-footprints.git#tag=$pkgver;
+)
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+build() {
+  for package in symbols footprints packages3D templates; do
+ cmake \
+   -B "build-$package" \
+   -S "kicad-$package" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+
+ cmake --build "build-$package"
+   done
+}
+
+package_kicad-library() {
+  pkgdesc="KiCad symbol, footprint and template libraries"
+
+  for package in symbols footprints templates; do
+DESTDIR="$pkgdir" cmake --install "build-$package"
+  done
+}
+
+package_kicad-library-3d() {
+  pkgdesc="KiCad 3D model libraries"
+
+  DESTDIR="$pkgdir" cmake --install build-packages3D
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-05-02 Thread George Rawlinson via arch-commits
Date: Tuesday, May 3, 2022 @ 02:56:05
  Author: grawlinson
Revision: 1192374

upgpkg: kicad-library 6.0.5-1

New upstream release.

Modified:
  kicad-library/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 02:51:53 UTC (rev 1192373)
+++ PKGBUILD2022-05-03 02:56:05 UTC (rev 1192374)
@@ -5,7 +5,7 @@
 
 pkgbase=kicad-library
 pkgname=($pkgbase{,-3d})
-pkgver=6.0.4
+pkgver=6.0.5
 pkgrel=1
 pkgdesc="Assorted libraries for KiCad"
 arch=('any')



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

2022-05-02 Thread George Rawlinson via arch-commits
Date: Tuesday, May 3, 2022 @ 02:51:53
  Author: grawlinson
Revision: 1192373

archrelease: copy trunk to community-x86_64

Added:
  kicad/repos/community-x86_64/PKGBUILD
(from rev 1192372, kicad/trunk/PKGBUILD)
  kicad/repos/community-x86_64/fix-archive-permissions.patch
(from rev 1192372, kicad/trunk/fix-archive-permissions.patch)
  kicad/repos/community-x86_64/fix-version-string.patch
(from rev 1192372, kicad/trunk/fix-version-string.patch)
Deleted:
  kicad/repos/community-x86_64/PKGBUILD
  kicad/repos/community-x86_64/fix-archive-permissions.patch
  kicad/repos/community-x86_64/fix-version-string.patch

---+
 PKGBUILD  |  166 
 fix-archive-permissions.patch |   22 ++---
 fix-version-string.patch  |   30 +++
 3 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 02:49:49 UTC (rev 1192372)
+++ PKGBUILD2022-05-03 02:51:53 UTC (rev 1192373)
@@ -1,83 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: George Rawlinson 
-# Maintainer: Filipe Laíns 
-# Contributor: Marq Schneider 
-# Contributor: Nick Østergaard
-# Contributor: Rachel Mant 
-
-pkgname=kicad
-pkgver=6.0.4
-pkgrel=1
-pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
-arch=('x86_64')
-url='http://kicad.org/'
-license=('GPL')
-depends=(
-  'boost-libs'
-  'curl'
-  'glew'
-  'glm'
-  'ngspice'
-  'opencascade'
-  'python'
-  'python-wxpython'
-  'wxgtk3'
-)
-makedepends=(
-  'git'
-  'cmake'
-  'mesa'
-  'boost'
-  'swig'
-)
-optdepends=(
-  'kicad-library: for footprints, symbols and templates'
-  'kicad-library-3d: for 3D models of components'
-)
-_commit='2c061ed67a7dabde2230241455e04070aefb3601'
-source=(
-  "$pkgname::git+https://gitlab.com/kicad/code/kicad.git#commit=$_commit;
-  'fix-archive-permissions.patch'
-  'fix-version-string.patch'
-)
-sha512sums=('SKIP'
-
'e655d37f743e131e60ea8143b78c195ea5233b1336a0cd73c3388bf27848240622843e31c895467fcb8af5d74e351676b353c524c835b9dde49e1e6bc85e0dce'
-
'229559222b96f7ff4334e69142934b1ac74cfdb01b76dd16f1d56fcf70dfe06fa928de4bb9ffb46e023f4a3918bceb04fa39758e2673f51354304ebd2ef6d8b0')
-b2sums=('SKIP'
-
'fd1312d6adc0a9d00734a95a76fd0ed82824cfae0e626bfa2e0a24a710dd7a9f30d8d9d8b80a278d94aab8dd6d06bfe5edb41f03bb3bb8d4c3b5e9f066d49a84'
-
'bad6ad3b0278e24717cf8b1c5a30989cb9a329aa7e0fd36c9b2197c2031783c4873b1e0fb5ad9827c15cf93271fb910afddac2c853153e9f7f98bd703725732b')
-
-pkgver() {
-  cd "$pkgname"
-  git describe --tags | sed "s/^v//"
-}
-
-prepare() {
-  cd "$pkgname"
-  patch -p1 -i ../fix-archive-permissions.patch
-  patch -p1 -i ../fix-version-string.patch
-}
-
-build() {
-  cmake \
--S "$pkgname" \
--B build \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKICAD_USE_OCC=ON \
--DKICAD_SCRIPTING_WXPYTHON=ON \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
--DKICAD_BUILD_I18N=ON \
--DKICAD_I18N_UNIX_STRICT_PATH=ON \
--DKICAD_BUILD_QA_TESTS=OFF \
--Wno-dev
-
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kicad/repos/community-x86_64/PKGBUILD (from rev 1192372, 
kicad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 02:51:53 UTC (rev 1192373)
@@ -0,0 +1,83 @@
+# Maintainer: Kyle Keen 
+# Maintainer: George Rawlinson 
+# Maintainer: Filipe Laíns 
+# Contributor: Marq Schneider 
+# Contributor: Nick Østergaard
+# Contributor: Rachel Mant 
+
+pkgname=kicad
+pkgver=6.0.5
+pkgrel=1
+pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
+arch=('x86_64')
+url='http://kicad.org/'
+license=('GPL')
+depends=(
+  'boost-libs'
+  'curl'
+  'glew'
+  'glm'
+  'ngspice'
+  'opencascade'
+  'python'
+  'python-wxpython'
+  'wxgtk3'
+)
+makedepends=(
+  'git'
+  'cmake'
+  'mesa'
+  'boost'
+  'swig'
+)
+optdepends=(
+  'kicad-library: for footprints, symbols and templates'
+  'kicad-library-3d: for 3D models of components'
+)
+_commit='3d87537dd289a6d04bbee7d5df68c179e7016f91'
+source=(
+  "$pkgname::git+https://gitlab.com/kicad/code/kicad.git#commit=$_commit;
+  'fix-archive-permissions.patch'
+  'fix-version-string.patch'
+)
+sha512sums=('SKIP'
+
'e655d37f743e131e60ea8143b78c195ea5233b1336a0cd73c3388bf27848240622843e31c895467fcb8af5d74e351676b353c524c835b9dde49e1e6bc85e0dce'
+
'229559222b96f7ff4334e69142934b1ac74cfdb01b76dd16f1d56fcf70dfe06fa928de4bb9ffb46e023f4a3918bceb04fa39758e2673f51354304ebd2ef6d8b0')
+b2sums=('SKIP'
+
'fd1312d6adc0a9d00734a95a76fd0ed82824cfae0e626bfa2e0a24a710dd7a9f30d8d9d8b80a278d94aab8dd6d06bfe5edb41f03bb3bb8d4c3b5e9f066d49a84'
+

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

2022-05-02 Thread George Rawlinson via arch-commits
Date: Tuesday, May 3, 2022 @ 02:49:49
  Author: grawlinson
Revision: 1192372

upgpkg: kicad 6.0.5-1

New upstream release.

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 23:46:49 UTC (rev 1192371)
+++ PKGBUILD2022-05-03 02:49:49 UTC (rev 1192372)
@@ -6,7 +6,7 @@
 # Contributor: Rachel Mant 
 
 pkgname=kicad
-pkgver=6.0.4
+pkgver=6.0.5
 pkgrel=1
 pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
 arch=('x86_64')
@@ -34,7 +34,7 @@
   'kicad-library: for footprints, symbols and templates'
   'kicad-library-3d: for 3D models of components'
 )
-_commit='2c061ed67a7dabde2230241455e04070aefb3601'
+_commit='3d87537dd289a6d04bbee7d5df68c179e7016f91'
 source=(
   "$pkgname::git+https://gitlab.com/kicad/code/kicad.git#commit=$_commit;
   'fix-archive-permissions.patch'



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

2022-05-02 Thread Caleb Maclennan via arch-commits
Date: Monday, May 2, 2022 @ 23:18:40
  Author: alerque
Revision: 1192361

archrelease: copy trunk to community-x86_64

Added:
  fx/repos/community-x86_64/PKGBUILD
(from rev 1192360, fx/trunk/PKGBUILD)
Deleted:
  fx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 23:18:32 UTC (rev 1192360)
+++ PKGBUILD2022-05-02 23:18:40 UTC (rev 1192361)
@@ -1,37 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Caltlgin Stsodaat 
-
-pkgname=fx
-pkgver=22.0.10
-pkgrel=2
-pkgdesc='Command-line tool and terminal JSON viewer'
-arch=(x86_64)
-url="https://github.com/antonmedv/$pkgname;
-license=(MIT)
-depends=(glibc)
-makedepends=(go)
-_archive="$pkgname-$pkgver"
-source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('00cbd5a45739522e0e54593703cf864af9bb49118b8a827643ef012a1f2e2922')
-
-prepare() {
-   cd "$_archive"
-   go mod vendor
-}
-
-build() {
-   cd "$_archive"
-   export CGO_CPPFLAGS="$CPPFLAGS"
-   export CGO_CFLAGS="$CFLAGS"
-   export CGO_CXXFLAGS="$CXXFLAGS"
-   export CGO_LDFLAGS="$LDFLAGS"
-   export GOFLAGS="-buildmode=pie -trimpath -modcacherw 
-ldflags=-linkmode=external"
-   go build .
-}
-
-package() {
-   cd "$_archive"
-   install -Dm0755 -t "$pkgdir/usr/bin/" "$pkgname"
-   install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
-   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: fx/repos/community-x86_64/PKGBUILD (from rev 1192360, fx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 23:18:40 UTC (rev 1192361)
@@ -0,0 +1,37 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Caltlgin Stsodaat 
+
+pkgname=fx
+pkgver=23.0.1
+pkgrel=1
+pkgdesc='Command-line tool and terminal JSON viewer'
+arch=(x86_64)
+url="https://github.com/antonmedv/$pkgname;
+license=(MIT)
+depends=(glibc)
+makedepends=(go)
+_archive="$pkgname-$pkgver"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('2a889077829befe39660baf76923652ef37159e7b6ef6a25dd2f4e0a9435f6aa')
+
+prepare() {
+   cd "$_archive"
+   go mod vendor
+}
+
+build() {
+   cd "$_archive"
+   export CGO_CPPFLAGS="$CPPFLAGS"
+   export CGO_CFLAGS="$CFLAGS"
+   export CGO_CXXFLAGS="$CXXFLAGS"
+   export CGO_LDFLAGS="$LDFLAGS"
+   export GOFLAGS="-buildmode=pie -trimpath -modcacherw 
-ldflags=-linkmode=external"
+   go build .
+}
+
+package() {
+   cd "$_archive"
+   install -Dm0755 -t "$pkgdir/usr/bin/" "$pkgname"
+   install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}



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

2022-05-02 Thread Caleb Maclennan via arch-commits
Date: Monday, May 2, 2022 @ 23:18:32
  Author: alerque
Revision: 1192360

upgpkg: fx 23.0.1-1

Modified:
  fx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 23:05:28 UTC (rev 1192359)
+++ PKGBUILD2022-05-02 23:18:32 UTC (rev 1192360)
@@ -2,8 +2,8 @@
 # Contributor: Caltlgin Stsodaat 
 
 pkgname=fx
-pkgver=22.0.10
-pkgrel=2
+pkgver=23.0.1
+pkgrel=1
 pkgdesc='Command-line tool and terminal JSON viewer'
 arch=(x86_64)
 url="https://github.com/antonmedv/$pkgname;
@@ -12,7 +12,7 @@
 makedepends=(go)
 _archive="$pkgname-$pkgver"
 source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('00cbd5a45739522e0e54593703cf864af9bb49118b8a827643ef012a1f2e2922')
+sha256sums=('2a889077829befe39660baf76923652ef37159e7b6ef6a25dd2f4e0a9435f6aa')
 
 prepare() {
cd "$_archive"



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

2022-05-02 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 2, 2022 @ 23:05:28
  Author: svenstaro
Revision: 1192359

Fix typo

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 22:54:09 UTC (rev 1192358)
+++ PKGBUILD2022-05-02 23:05:28 UTC (rev 1192359)
@@ -113,7 +113,7 @@
 }
 
 build() {
-  echo "Building without cuda and without non-x87-64 optimizations"
+  echo "Building without cuda and without non-x86-64 optimizations"
   cd "${srcdir}"/tensorflow-${_pkgver}
   export CC_OPT_FLAGS="-march=x86-64"
   export TF_NEED_CUDA=0



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

2022-05-02 Thread George Rawlinson via arch-commits
Date: Monday, May 2, 2022 @ 22:54:09
  Author: grawlinson
Revision: 1192358

archrelease: copy trunk to community-testing-x86_64

Added:
  lxd/repos/community-testing-x86_64/PKGBUILD
(from rev 1192357, lxd/trunk/PKGBUILD)
  lxd/repos/community-testing-x86_64/lxd.service
(from rev 1192357, lxd/trunk/lxd.service)
  lxd/repos/community-testing-x86_64/lxd.socket
(from rev 1192357, lxd/trunk/lxd.socket)
  lxd/repos/community-testing-x86_64/lxd.sysusers
(from rev 1192357, lxd/trunk/lxd.sysusers)
Deleted:
  lxd/repos/community-testing-x86_64/PKGBUILD
  lxd/repos/community-testing-x86_64/lxd.service
  lxd/repos/community-testing-x86_64/lxd.socket
  lxd/repos/community-testing-x86_64/lxd.sysusers

--+
 PKGBUILD |  170 -
 lxd.service  |   46 +++
 lxd.socket   |   24 
 lxd.sysusers |2 
 4 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 22:53:06 UTC (rev 1192357)
+++ PKGBUILD2022-05-02 22:54:09 UTC (rev 1192358)
@@ -1,85 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: George Rawlinson 
-# Contributor: Maikel Wever 
-# Contributor: Asterios Dimitriou 
-# Contributor: Benjamin Asbach 
-# Contributer: nightuser 
-
-pkgname=lxd
-pkgver=5.0.0
-pkgrel=3
-pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
-arch=('x86_64')
-url="https://linuxcontainers.org/lxd;
-license=('APACHE')
-depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 'ebtables')
-makedepends=('go' 'git' 'tcl' 'apparmor' 'libseccomp' 'systemd')
-optdepends=(
-'lvm2: for lvm2 support'
-'thin-provisioning-tools: for thin provisioning support'
-'btrfs-progs: for btrfs storage driver support'
-'ceph: for ceph storage driver support'
-'cdrtools: VM support'
-'qemu-headless: VM support'
-'ovmf: VM support'
-'systemd-libs: unix device hotplug support'
-'apparmor: apparmor support'
-)
-source=("https://linuxcontainers.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"lxd.socket"
-"lxd.service"
-"lxd.sysusers")
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-sha256sums=('a99b7edfb52c8195b2de4988844d32d73be6426f6cff28408250517b238fdef9'
-'SKIP'
-'b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e'
-'102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'
-'d0184d9c4bb485e3aad0d4ac25ea7e85ac0f7ed6ddc96333e74fcd393a5b5ec4')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  mkdir bin
-  go mod verify
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS_ALLOW="-Wl,-z,now"
-
-  go build -v -tags "netgo" -o bin/ ./lxd-migrate/...
-  CGO_LDFLAGS="$CGO_LDFLAGS -static" go build -v -tags "agent" -o bin/ 
./lxd-agent/...
-  for tool in fuidshift lxc lxc-to-lxd lxd lxd-benchmark lxd-user; do
-go build -v -tags "libsqlite3" -o bin/ ./$tool/...
-  done
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  for tool in fuidshift lxc lxc-to-lxd lxd lxd-agent lxd-benchmark lxd-migrate 
lxd-user; do
-install -v -p -Dm755 "bin/$tool" "${pkgdir}/usr/bin/$tool"
-  done
-
-  # Package license
-  install -v -Dm644 "COPYING"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-
-  # systemd files
-  install -v -Dm644 "${srcdir}/"lxd.{service,socket} -t 
"${pkgdir}/usr/lib/systemd/system"
-  install -v -Dm644 "${srcdir}/$pkgname.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgname.conf"
-
-  # logs
-  install -v -dm700 "${pkgdir}/var/log/lxd"
-
-  # documentation
-  install -d "${pkgdir}/usr/share/doc/lxd/html"
-  rm -rf doc/html
-  install -p -Dm644 "doc/"* "${pkgdir}/usr/share/doc/lxd/"
-
-  # Bash completions
-  install -v -p -Dm644 "scripts/bash/lxd-client" 
"${pkgdir}/usr/share/bash-completion/completions/lxd"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lxd/repos/community-testing-x86_64/PKGBUILD (from rev 1192357, 
lxd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 22:54:09 UTC (rev 1192358)
@@ -0,0 +1,85 @@
+# Maintainer: Morten Linderud 
+# Maintainer: George Rawlinson 
+# Contributor: Maikel Wever 
+# Contributor: Asterios Dimitriou 
+# Contributor: Benjamin Asbach 
+# Contributer: nightuser 
+
+pkgname=lxd
+pkgver=5.1
+pkgrel=1
+pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
+arch=('x86_64')
+url="https://linuxcontainers.org/lxd;
+license=('APACHE')
+depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 'ebtables')
+makedepends=('go' 'git' 'tcl' 'apparmor' 'libseccomp' 'systemd')
+optdepends=(
+'lvm2: for lvm2 support'
+'thin-provisioning-tools: for thin provisioning support'
+'btrfs-progs: for btrfs storage driver support'
+'ceph: for ceph 

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

2022-05-02 Thread George Rawlinson via arch-commits
Date: Monday, May 2, 2022 @ 22:53:06
  Author: grawlinson
Revision: 1192357

upgpkg: lxd 5.1-1

* New upstream release.
* Fix issue with documentation in package().

Modified:
  lxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 22:44:18 UTC (rev 1192356)
+++ PKGBUILD2022-05-02 22:53:06 UTC (rev 1192357)
@@ -6,8 +6,8 @@
 # Contributer: nightuser 
 
 pkgname=lxd
-pkgver=5.0.0
-pkgrel=3
+pkgver=5.1
+pkgrel=1
 pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
 arch=('x86_64')
 url="https://linuxcontainers.org/lxd;
@@ -30,7 +30,7 @@
 "lxd.service"
 "lxd.sysusers")
 validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-sha256sums=('a99b7edfb52c8195b2de4988844d32d73be6426f6cff28408250517b238fdef9'
+sha256sums=('319f4e93506e2144edaa280b0185fb37c4374cf7d7468a5e5c8c1b678189250a'
 'SKIP'
 'b89a725223ef72b25eab25184084d069af312f8c23612c57fdb75427a510232e'
 '102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'
@@ -74,9 +74,9 @@
   install -v -dm700 "${pkgdir}/var/log/lxd"
 
   # documentation
-  install -d "${pkgdir}/usr/share/doc/lxd/html"
+  install -d "${pkgdir}/usr/share/doc/lxd/"
   rm -rf doc/html
-  install -p -Dm644 "doc/"* "${pkgdir}/usr/share/doc/lxd/"
+  cp -vr doc/* "${pkgdir}/usr/share/doc/lxd/"
 
   # Bash completions
   install -v -p -Dm644 "scripts/bash/lxd-client" 
"${pkgdir}/usr/share/bash-completion/completions/lxd"



[arch-commits] Commit in dbeaver/repos/community-x86_64 (14 files)

2022-05-02 Thread Fabio Castelli via arch-commits
Date: Monday, May 2, 2022 @ 22:44:18
  Author: muflone
Revision: 1192356

archrelease: copy trunk to community-x86_64

Added:
  dbeaver/repos/community-x86_64/PKGBUILD
(from rev 1192353, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-x86_64/dbeaver.hook
(from rev 1192353, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-x86_64/dbeaver.install
(from rev 1192353, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
(from rev 1192353, dbeaver/trunk/dbeaver.profile.gz)
  dbeaver/repos/community-x86_64/dbeaver.sh
(from rev 1192353, dbeaver/trunk/dbeaver.sh)
  dbeaver/repos/community-x86_64/io.dbeaver.DBeaver.desktop
(from rev 1192354, dbeaver/trunk/io.dbeaver.DBeaver.desktop)
  dbeaver/repos/community-x86_64/tycho_source_11.patch
(from rev 1192354, dbeaver/trunk/tycho_source_11.patch)
Deleted:
  dbeaver/repos/community-x86_64/PKGBUILD
  dbeaver/repos/community-x86_64/dbeaver.hook
  dbeaver/repos/community-x86_64/dbeaver.install
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
  dbeaver/repos/community-x86_64/dbeaver.sh
  dbeaver/repos/community-x86_64/io.dbeaver.DBeaver.desktop
  dbeaver/repos/community-x86_64/tycho_source_11.patch

+
 PKGBUILD   |  238 +--
 dbeaver.hook   |   24 ++--
 dbeaver.install|   10 -
 dbeaver.sh |   12 +-
 io.dbeaver.DBeaver.desktop |   32 ++---
 tycho_source_11.patch  |   30 ++---
 6 files changed, 173 insertions(+), 173 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 22:44:15 UTC (rev 1192355)
+++ PKGBUILD2022-05-02 22:44:18 UTC (rev 1192356)
@@ -1,119 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Arne Hoch 
-
-pkgname=dbeaver
-pkgver=22.0.3
-pkgrel=1
-pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
-arch=('x86_64')
-url="https://dbeaver.io/;
-license=("Apache")
-depends=('java-runtime>=11' 'gtk3' 'gtk-update-icon-cache' 'libsecret')
-makedepends=('maven' 'java-runtime<15')
-optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
-'dbeaver-plugin-svg-format: save diagrams in SVG format')
-conflicts=('dbeaver-plugin-sshj-lib')
-replaces=('dbeaver-plugin-sshj-lib')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/dbeaver/dbeaver/archive/${pkgver}.tar.gz;
-"io.${pkgname}.DBeaver.desktop"
-"${pkgname}.sh"
-"${pkgname}.profile.gz"
-"${pkgname}.hook"
-"${pkgname}.install"
-"tycho_source_11.patch")
-sha256sums=('5af628ec7cd4c0e63fd074dd92d5668788136321cc273f778f20ff8c7907323a'
-'9480a7d08f680e10c399db070c5a04cbabf282442602a2ef83d1159fe7c3e88b'
-'406a2980806c394670e88b1ae70134900be376c2ea4a4216610591cc8b557526'
-'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
-'f8b763ca210bfa4d9a4e407b656ba4f5d1bf2f3f54c67044f7a4dd0c3625fc22'
-'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab'
-'2b5259a22ecd17c7fe501fe161aa866652c6c87f0435d94bf16d3447fc0cfd1c')
-install="${pkgname}.install"
-
-prepare() {
-  # Fix version number in profile file
-  gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
-sed "s/DBEAVER_VERSION/${pkgver}/g" |
-gzip -9 > "${pkgname}.profile-${pkgver}.gz"
-
-  # Avoid the use of any Java 15/16/17/18, actually incompatible with the build
-  export JAVA_HOME="/usr/lib/jvm/$(archlinux-java status | tail -n +2 | sort | 
cut -d ' ' -f 3 | sort -nr -k 2 -t '-' | grep -vE '15-|16-|17-|18-' -m 1)"
-  cd "${pkgname}-${pkgver}"
-
-  # Fix for Java >= 11
-  patch -Np1 -i "${srcdir}/tycho_source_11.patch"
-
-  # Download dependencies during prepare FS#55873
-  # https://bugs.archlinux.org/task/55873
-  export MAVEN_OPTS="-Xmx2048m"
-  mvn --batch-mode validate
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  mvn --batch-mode package
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/product/community"
-  # Install icons into /usr/share/icons/hicolor
-  for _size in 16 32 48 64 128 256 512
-  do
-install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
-  done
-
-  # Move into the target directory
-  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${CARCH}"
-
-  # Initially install everything into /usr/lib/dbeaver
-  install -m 755 -d "${pkgdir}/usr/lib"
-  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
-
-  # Move shared data to /usr/share/dbeaver
-  cd "${pkgdir}/usr/lib/${pkgname}"
-  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
-  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
-  do
-mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
-ln -s 

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

2022-05-02 Thread Morten Linderud via arch-commits
Date: Monday, May 2, 2022 @ 22:44:15
  Author: foxboron
Revision: 1192355

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 22:44:10 UTC (rev 1192354)
+++ PKGBUILD2022-05-02 22:44:15 UTC (rev 1192355)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Jost 
-# Contributor: Andrey Mikhaylenko 
-
-pkgname=python-slugify
-pkgver=v6.1.2
-pkgrel=1
-pkgdesc='A Python slugify application that handles unicode'
-arch=(any)
-url=https://github.com/un33k/python-slugify
-license=(MIT)
-depends=(python-text-unidecode)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=('python-unidecode: Unidecode support')
-_tag=3f1a0fe7c5775a72141163ccdd593272e512898c
-source=(git+https://github.com/un33k/python-slugify.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd python-slugify
-
-  git describe --tags
-}
-
-build() {
-  cd python-slugify
-
-  python setup.py build
-}
-
-package() {
-  cd python-slugify
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-slugify/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-slugify/repos/community-any/PKGBUILD (from rev 1192354, 
python-slugify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 22:44:15 UTC (rev 1192355)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Jost 
+# Contributor: Andrey Mikhaylenko 
+
+pkgname=python-slugify
+pkgver=6.1.2
+pkgrel=1
+pkgdesc='A Python slugify application that handles unicode'
+arch=(any)
+url=https://github.com/un33k/python-slugify
+license=(MIT)
+depends=(python-text-unidecode)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=('python-unidecode: Unidecode support')
+_tag=3f1a0fe7c5775a72141163ccdd593272e512898c
+source=(git+https://github.com/un33k/python-slugify.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd python-slugify
+
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd python-slugify
+
+  python setup.py build
+}
+
+package() {
+  cd python-slugify
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-slugify/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-02 Thread Morten Linderud via arch-commits
Date: Monday, May 2, 2022 @ 22:44:10
  Author: foxboron
Revision: 1192354

upgpkg: python-slugify 6.1.2-1 - FS#74604: correct pkgver

Modified:
  python-slugify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 22:43:42 UTC (rev 1192353)
+++ PKGBUILD2022-05-02 22:44:10 UTC (rev 1192354)
@@ -3,7 +3,7 @@
 # Contributor: Andrey Mikhaylenko 
 
 pkgname=python-slugify
-pkgver=v6.1.2
+pkgver=6.1.2
 pkgrel=1
 pkgdesc='A Python slugify application that handles unicode'
 arch=(any)
@@ -22,7 +22,7 @@
 pkgver() {
   cd python-slugify
 
-  git describe --tags
+  git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
 build() {



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

2022-05-02 Thread Fabio Castelli via arch-commits
Date: Monday, May 2, 2022 @ 22:43:42
  Author: muflone
Revision: 1192353

upgpkg: dbeaver 22.0.4-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 22:37:34 UTC (rev 1192352)
+++ PKGBUILD2022-05-02 22:43:42 UTC (rev 1192353)
@@ -2,7 +2,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=22.0.3
+pkgver=22.0.4
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -21,7 +21,7 @@
 "${pkgname}.hook"
 "${pkgname}.install"
 "tycho_source_11.patch")
-sha256sums=('5af628ec7cd4c0e63fd074dd92d5668788136321cc273f778f20ff8c7907323a'
+sha256sums=('ebb6c99d5875a7d68e7a6adb3dc99f2868096208f97137560ba6dbbfb3a06f37'
 '9480a7d08f680e10c399db070c5a04cbabf282442602a2ef83d1159fe7c3e88b'
 '406a2980806c394670e88b1ae70134900be376c2ea4a4216610591cc8b557526'
 '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'



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

2022-05-02 Thread George Rawlinson via arch-commits
Date: Monday, May 2, 2022 @ 22:12:41
  Author: grawlinson
Revision: 1192347

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 22:10:30 UTC (rev 1192346)
+++ PKGBUILD2022-05-02 22:12:41 UTC (rev 1192347)
@@ -1,63 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: graysky 
-# Contributor: Stéphane Graber 
-
-pkgname=distrobuilder
-pkgver=2.0
-pkgrel=3
-pkgdesc='System container image builder for LXC and LXD'
-arch=('x86_64')
-url='https://github.com/lxc/distrobuilder'
-license=('Apache')
-depends=(
-  'rsync'
-  'squashfs-tools'
-  'gnupg'
-  'debootstrap'
-  'dosfstools'
-  'gptfdisk'
-  'qemu-img'
-  'e2fsprogs'
-  'btrfs-progs'
-)
-makedepends=('go' 'git')
-source=("$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('9007200845ca0b2b3964eb492abe9fb5e8fecfcba0f829c8e0f22a4e0d73ffed5c8e620694193822e2bc6d07ef9ba48b873a21203998d3b149e06ee6fbf24c23'
-'SKIP')
-b2sums=('8ad432a65ed1416c22eb674684fc3b93c7f6cba4045ba79706d7c810670187e50424b725f3d189b8e2019ee992901ace3ed4035827aa5a67dfbfb008e3dc4771'
-'SKIP')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67') # Stéphane Graber 

-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # create folder for build output
-  mkdir build
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # set Go flags
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw"
-
-  # verify modules
-  go mod verify
-
-  # build binary
-  go build -v -o build ./...
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  go test -v ./...
-  go vet -v ./...
-}
-
-package() {
-  install -vDm755 -t "$pkgdir/usr/bin" "$pkgname-$pkgver/build/$pkgname"
-}

Copied: distrobuilder/repos/community-testing-x86_64/PKGBUILD (from rev 
1192346, distrobuilder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 22:12:41 UTC (rev 1192347)
@@ -0,0 +1,63 @@
+# Maintainer: George Rawlinson 
+# Contributor: graysky 
+# Contributor: Stéphane Graber 
+
+pkgname=distrobuilder
+pkgver=2.1
+pkgrel=1
+pkgdesc='System container image builder for LXC and LXD'
+arch=('x86_64')
+url='https://github.com/lxc/distrobuilder'
+license=('Apache')
+depends=(
+  'rsync'
+  'squashfs-tools'
+  'gnupg'
+  'debootstrap'
+  'dosfstools'
+  'gptfdisk'
+  'qemu-img'
+  'e2fsprogs'
+  'btrfs-progs'
+)
+makedepends=('go' 'git')
+source=("$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('80184d27305f5659f1367563161220b966b1957810da61e8f3b9f32cf408795319b43dd650bc9f867b3ac73ef2b3251972bb11999d92feb34bfd9cdae7ff7b7b'
+'SKIP')
+b2sums=('90e82a20a3ef61d13148951956bb1f74cc3494ca86e339c188a1c9009dcb27c0cb9a298c639c6de891df67915b48d107557f6b698a45cbe35c54d41a45bac1ab'
+'SKIP')
+validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67') # Stéphane Graber 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # create folder for build output
+  mkdir build
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # set Go flags
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw"
+
+  # verify modules
+  go mod verify
+
+  # build binary
+  go build -v -o build ./...
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  go test -v ./...
+  go vet -v ./...
+}
+
+package() {
+  install -vDm755 -t "$pkgdir/usr/bin" "$pkgname-$pkgver/build/$pkgname"
+}



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

2022-05-02 Thread George Rawlinson via arch-commits
Date: Monday, May 2, 2022 @ 22:10:30
  Author: grawlinson
Revision: 1192346

upgpkg: distrobuilder 2.1-1

New upstream release.

Modified:
  distrobuilder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 21:54:25 UTC (rev 1192345)
+++ PKGBUILD2022-05-02 22:10:30 UTC (rev 1192346)
@@ -3,8 +3,8 @@
 # Contributor: Stéphane Graber 
 
 pkgname=distrobuilder
-pkgver=2.0
-pkgrel=3
+pkgver=2.1
+pkgrel=1
 pkgdesc='System container image builder for LXC and LXD'
 arch=('x86_64')
 url='https://github.com/lxc/distrobuilder'
@@ -22,9 +22,9 @@
 )
 makedepends=('go' 'git')
 
source=("$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('9007200845ca0b2b3964eb492abe9fb5e8fecfcba0f829c8e0f22a4e0d73ffed5c8e620694193822e2bc6d07ef9ba48b873a21203998d3b149e06ee6fbf24c23'
+sha512sums=('80184d27305f5659f1367563161220b966b1957810da61e8f3b9f32cf408795319b43dd650bc9f867b3ac73ef2b3251972bb11999d92feb34bfd9cdae7ff7b7b'
 'SKIP')
-b2sums=('8ad432a65ed1416c22eb674684fc3b93c7f6cba4045ba79706d7c810670187e50424b725f3d189b8e2019ee992901ace3ed4035827aa5a67dfbfb008e3dc4771'
+b2sums=('90e82a20a3ef61d13148951956bb1f74cc3494ca86e339c188a1c9009dcb27c0cb9a298c639c6de891df67915b48d107557f6b698a45cbe35c54d41a45bac1ab'
 'SKIP')
 validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67') # Stéphane Graber 

 



[arch-commits] Commit in cmucl/repos/multilib-x86_64 (8 files)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 21:54:25
  Author: arojas
Revision: 1192345

archrelease: copy trunk to multilib-x86_64

Added:
  
cmucl/repos/multilib-x86_64/0001-Fix-68-Use-O1-when-compiling-with-gcc-now.patch
(from rev 1192344, 
cmucl/trunk/0001-Fix-68-Use-O1-when-compiling-with-gcc-now.patch)
  cmucl/repos/multilib-x86_64/82bf2c727ba1d3c461fa360aaae176608eb9349b.patch
(from rev 1192344, 
cmucl/trunk/82bf2c727ba1d3c461fa360aaae176608eb9349b.patch)
  cmucl/repos/multilib-x86_64/PKGBUILD
(from rev 1192344, cmucl/trunk/PKGBUILD)
  cmucl/repos/multilib-x86_64/glibc-2.34.patch
(from rev 1192344, cmucl/trunk/glibc-2.34.patch)
Deleted:
  
cmucl/repos/multilib-x86_64/0001-Fix-68-Use-O1-when-compiling-with-gcc-now.patch
  cmucl/repos/multilib-x86_64/82bf2c727ba1d3c461fa360aaae176608eb9349b.patch
  cmucl/repos/multilib-x86_64/PKGBUILD
  cmucl/repos/multilib-x86_64/glibc-2.34.patch

--+
 0001-Fix-68-Use-O1-when-compiling-with-gcc-now.patch |   66 -
 82bf2c727ba1d3c461fa360aaae176608eb9349b.patch   |  112 
 PKGBUILD |  117 -
 glibc-2.34.patch |   24 +--
 4 files changed, 160 insertions(+), 159 deletions(-)

Deleted: 0001-Fix-68-Use-O1-when-compiling-with-gcc-now.patch
===
--- 0001-Fix-68-Use-O1-when-compiling-with-gcc-now.patch2022-05-02 
21:54:03 UTC (rev 1192344)
+++ 0001-Fix-68-Use-O1-when-compiling-with-gcc-now.patch2022-05-02 
21:54:25 UTC (rev 1192345)
@@ -1,33 +0,0 @@
-From 9bd292bd1fca41d438d6eaeedec04c23cc442d4f Mon Sep 17 00:00:00 2001
-From: Raymond Toy 
-Date: Tue, 16 Apr 2019 19:17:32 -0700
-Subject: [PATCH] Fix #68: Use -O1 when compiling with gcc now
-
-As reported gcc 8.1.1 can't produce a working lisp.  gcc 8.3.1 also
-fails.  But as reported on cmucl-imp, 2019-04-08, by Juan Pablo Hierro
-Alverez, -O1 works.
-
-Use -O1.

- src/lisp/Config.x86_common | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/src/lisp/Config.x86_common b/src/lisp/Config.x86_common
-index 31aebfc1e..d5537657b 100644
 a/src/lisp/Config.x86_common
-+++ b/src/lisp/Config.x86_common
-@@ -44,7 +44,10 @@ endif
- 
- CPPFLAGS := $(CPP_DEFINE_OPTIONS) $(CPP_INCLUDE_OPTIONS) 
- CFLAGS += -Wstrict-prototypes -Wall -g -fno-omit-frame-pointer
--CFLAGS += -O2
-+
-+# gcc 8.1.1 and 8.3.1 (and probably anything after 8.1.1?) won't
-+# produce a working lisp with -O2.  Just use -O1.
-+CFLAGS += -O1
- ASFLAGS = -g 
- 
- ASSEM_SRC = x86-assem.S
--- 
-2.21.0
-

Copied: 
cmucl/repos/multilib-x86_64/0001-Fix-68-Use-O1-when-compiling-with-gcc-now.patch
 (from rev 1192344, 
cmucl/trunk/0001-Fix-68-Use-O1-when-compiling-with-gcc-now.patch)
===
--- 0001-Fix-68-Use-O1-when-compiling-with-gcc-now.patch
(rev 0)
+++ 0001-Fix-68-Use-O1-when-compiling-with-gcc-now.patch2022-05-02 
21:54:25 UTC (rev 1192345)
@@ -0,0 +1,33 @@
+From 9bd292bd1fca41d438d6eaeedec04c23cc442d4f Mon Sep 17 00:00:00 2001
+From: Raymond Toy 
+Date: Tue, 16 Apr 2019 19:17:32 -0700
+Subject: [PATCH] Fix #68: Use -O1 when compiling with gcc now
+
+As reported gcc 8.1.1 can't produce a working lisp.  gcc 8.3.1 also
+fails.  But as reported on cmucl-imp, 2019-04-08, by Juan Pablo Hierro
+Alverez, -O1 works.
+
+Use -O1.
+---
+ src/lisp/Config.x86_common | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/lisp/Config.x86_common b/src/lisp/Config.x86_common
+index 31aebfc1e..d5537657b 100644
+--- a/src/lisp/Config.x86_common
 b/src/lisp/Config.x86_common
+@@ -44,7 +44,10 @@ endif
+ 
+ CPPFLAGS := $(CPP_DEFINE_OPTIONS) $(CPP_INCLUDE_OPTIONS) 
+ CFLAGS += -Wstrict-prototypes -Wall -g -fno-omit-frame-pointer
+-CFLAGS += -O2
++
++# gcc 8.1.1 and 8.3.1 (and probably anything after 8.1.1?) won't
++# produce a working lisp with -O2.  Just use -O1.
++CFLAGS += -O1
+ ASFLAGS = -g 
+ 
+ ASSEM_SRC = x86-assem.S
+-- 
+2.21.0
+

Deleted: 82bf2c727ba1d3c461fa360aaae176608eb9349b.patch
===
--- 82bf2c727ba1d3c461fa360aaae176608eb9349b.patch  2022-05-02 21:54:03 UTC 
(rev 1192344)
+++ 82bf2c727ba1d3c461fa360aaae176608eb9349b.patch  2022-05-02 21:54:25 UTC 
(rev 1192345)
@@ -1,56 +0,0 @@
-From 82bf2c727ba1d3c461fa360aaae176608eb9349b Mon Sep 17 00:00:00 2001
-From: Raymond Toy 
-Date: Sat, 25 Aug 2018 16:51:35 -0700
-Subject: [PATCH] Add support for compiling with clang on x86/linux
-
-Add `Config.x86_linux_clang` to use clang instead of gcc to build
-cmucl.  update `create-target.sh` so that it sets the motif variant
-correctly when using `Config.x86_linux_clang`
-
-See issue #68.
-
-With this config, Fedora 28 successfully builds cmucl and passes all
-the tests.

- bin/create-target.sh|  2 

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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 21:54:03
  Author: arojas
Revision: 1192344

-ffat-lto-objects

Modified:
  cmucl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 21:50:19 UTC (rev 1192343)
+++ PKGBUILD2022-05-02 21:54:03 UTC (rev 1192344)
@@ -4,7 +4,7 @@
 
 pkgname=cmucl
 pkgver=21d
-pkgrel=2
+pkgrel=3
 pkgdesc="CMU Common Lisp"
 depends_i686=('glibc' 'openmotif')
 depends_x86_64=('lib32-glibc' 'openmotif')
@@ -38,6 +38,7 @@
 
 build() {
   cd "${srcdir}"
+  export CFLAGS+=' -ffat-lto-objects'
   export CMUCLLIB="${srcdir}"/lib/cmucl/lib
   # Build using binary-dist lisp
   ./bin/build-all.sh -o "${srcdir}"/bin/lisp -C x86_linux



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

2022-05-02 Thread Andreas Schleifer via arch-commits
Date: Monday, May 2, 2022 @ 21:50:19
  Author: segaja
Revision: 1192343

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 21:50:08 UTC (rev 1192342)
+++ PKGBUILD2022-05-02 21:50:19 UTC (rev 1192343)
@@ -1,37 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname='nokogiri'
-pkgname="ruby-${_gemname}"
-pkgver=1.13.3
-pkgrel=2
-pkgdesc='Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser'
-arch=('x86_64')
-url='https://nokogiri.org'
-license=('MIT')
-depends=('ruby' 'ruby-mini_portile2' 'libxslt')
-options=(!emptydirs)
-source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem;)
-noextract=("${_gemname}-${pkgver}.gem")
-sha512sums=('d704ed5ea6af3e066e3ddefd74cb15d0feed359b90c3b75b83a8f1ff85d8d4ca5b22a47c6848a2043a84f217e9d6b5ca861125d60ed0f88cb53690eb3726b3e7')
-
-package() {
-  CFLAGS+=' -ffat-lto-objects'
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  local _platform="$(gem env platform | cut -d':' -f2)"
-  local _extension_api_version="$(ruby -e'puts Gem.extension_api_version')"
-
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" "${_gemname}-${pkgver}.gem" -- 
--use-system-libraries
-
-  sed -r 's|~>|>=|g' -i 
"${pkgdir}/${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec"
-
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" \
-  
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/nokogiri"/{*.o,*.c,*.h} \
-  "${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/nokogiri/Makefile" \
-  
"${pkgdir}/${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/gem_make.out"
-
-  install -D -m644 
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE-DEPENDENCIES.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-DEPENDENCIES.md"
-  install -D -m644 
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}

Copied: ruby-nokogiri/repos/community-x86_64/PKGBUILD (from rev 1192342, 
ruby-nokogiri/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 21:50:19 UTC (rev 1192343)
@@ -0,0 +1,37 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname='nokogiri'
+pkgname="ruby-${_gemname}"
+pkgver=1.13.4
+pkgrel=1
+pkgdesc='Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser'
+arch=('x86_64')
+url='https://nokogiri.org'
+license=('MIT')
+depends=('ruby' 'ruby-mini_portile2' 'libxslt')
+options=(!emptydirs)
+source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem;)
+noextract=("${_gemname}-${pkgver}.gem")
+sha512sums=('f2982819aa6d2bce87fc6e9d67e5b06a7f75c85d926eca306b2a13f00ec18c05650e510b1897610171901c891db8231e6ad850cad33d66e7f7a530b3869528af')
+
+package() {
+  CFLAGS+=' -ffat-lto-objects'
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  local _platform="$(gem env platform | cut -d':' -f2)"
+  local _extension_api_version="$(ruby -e'puts Gem.extension_api_version')"
+
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" "${_gemname}-${pkgver}.gem" -- 
--use-system-libraries
+
+  sed -r 's|~>|>=|g' -i 
"${pkgdir}/${_gemdir}/specifications/${_gemname}-${pkgver}.gemspec"
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem" \
+  
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/nokogiri"/{*.o,*.c,*.h} \
+  "${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/ext/nokogiri/Makefile" \
+  
"${pkgdir}/${_gemdir}/extensions/${_platform}/${_extension_api_version}/${_gemname}-${pkgver}/gem_make.out"
+
+  install -D -m644 
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE-DEPENDENCIES.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-DEPENDENCIES.md"
+  install -D -m644 
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+}



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

2022-05-02 Thread Andreas Schleifer via arch-commits
Date: Monday, May 2, 2022 @ 21:50:08
  Author: segaja
Revision: 1192342

upgpkg: ruby-nokogiri 1.13.4-1; update to 1.13.4

Modified:
  ruby-nokogiri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 21:44:58 UTC (rev 1192341)
+++ PKGBUILD2022-05-02 21:50:08 UTC (rev 1192342)
@@ -4,8 +4,8 @@
 
 _gemname='nokogiri'
 pkgname="ruby-${_gemname}"
-pkgver=1.13.3
-pkgrel=2
+pkgver=1.13.4
+pkgrel=1
 pkgdesc='Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser'
 arch=('x86_64')
 url='https://nokogiri.org'
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem;)
 noextract=("${_gemname}-${pkgver}.gem")
-sha512sums=('d704ed5ea6af3e066e3ddefd74cb15d0feed359b90c3b75b83a8f1ff85d8d4ca5b22a47c6848a2043a84f217e9d6b5ca861125d60ed0f88cb53690eb3726b3e7')
+sha512sums=('f2982819aa6d2bce87fc6e9d67e5b06a7f75c85d926eca306b2a13f00ec18c05650e510b1897610171901c891db8231e6ad850cad33d66e7f7a530b3869528af')
 
 package() {
   CFLAGS+=' -ffat-lto-objects'



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

2022-05-02 Thread George Rawlinson via arch-commits
Date: Monday, May 2, 2022 @ 21:44:58
  Author: grawlinson
Revision: 1192341

archrelease: copy trunk to community-x86_64

Added:
  rootlesskit/repos/community-x86_64/PKGBUILD
(from rev 1192340, rootlesskit/trunk/PKGBUILD)
Deleted:
  rootlesskit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 21:44:08 UTC (rev 1192340)
+++ PKGBUILD2022-05-02 21:44:58 UTC (rev 1192341)
@@ -1,69 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Steven Allen 
-# Contributor: Hugo Osvaldo Barrera 
-
-pkgname=rootlesskit
-pkgver=1.0.0
-pkgrel=2
-pkgdesc='Native "fake root" for implementing rootless containers'
-arch=('x86_64')
-url='https://github.com/rootless-containers/rootlesskit'
-license=('Apache')
-depends=('glibc' 'shadow')
-makedepends=('git' 'go')
-checkdepends=('openbsd-netcat')
-options=('!lto')
-_commit='1920341cd41e047834a21007424162a2dc946315'
-source=("$pkgname::git+https://github.com/rootless-containers/rootlesskit.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare(){
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
--o build \
-./cmd/...
-}
-
-# tests fail :(
-#check() {
-#  cd "$pkgname"
-#  go test -v ./...
-#}
-
-package() {
-  cd "$pkgname"
-
-  # binaries
-  install -vDm755 -t "$pkgdir/usr/bin" build/*
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-  cp -vr docs "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: rootlesskit/repos/community-x86_64/PKGBUILD (from rev 1192340, 
rootlesskit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 21:44:58 UTC (rev 1192341)
@@ -0,0 +1,69 @@
+# Maintainer: George Rawlinson 
+# Contributor: Steven Allen 
+# Contributor: Hugo Osvaldo Barrera 
+
+pkgname=rootlesskit
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Native "fake root" for implementing rootless containers'
+arch=('x86_64')
+url='https://github.com/rootless-containers/rootlesskit'
+license=('Apache')
+depends=('glibc' 'shadow')
+makedepends=('git' 'go')
+checkdepends=('openbsd-netcat')
+options=('!lto')
+_commit='5d5f4c0c26e26a6b51d1838c23e793e5836442d0'
+source=("$pkgname::git+https://github.com/rootless-containers/rootlesskit.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare(){
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+-o build \
+./cmd/...
+}
+
+# tests fail :(
+#check() {
+#  cd "$pkgname"
+#  go test -v ./...
+#}
+
+package() {
+  cd "$pkgname"
+
+  # binaries
+  install -vDm755 -t "$pkgdir/usr/bin" build/*
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+  cp -vr docs "$pkgdir/usr/share/doc/$pkgname"
+}



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

2022-05-02 Thread George Rawlinson via arch-commits
Date: Monday, May 2, 2022 @ 21:44:08
  Author: grawlinson
Revision: 1192340

upgpkg: rootlesskit 1.0.1-1

New upstream release.

Modified:
  rootlesskit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 21:41:22 UTC (rev 1192339)
+++ PKGBUILD2022-05-02 21:44:08 UTC (rev 1192340)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Osvaldo Barrera 
 
 pkgname=rootlesskit
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc='Native "fake root" for implementing rootless containers'
 arch=('x86_64')
 url='https://github.com/rootless-containers/rootlesskit'
@@ -13,7 +13,7 @@
 makedepends=('git' 'go')
 checkdepends=('openbsd-netcat')
 options=('!lto')
-_commit='1920341cd41e047834a21007424162a2dc946315'
+_commit='5d5f4c0c26e26a6b51d1838c23e793e5836442d0'
 
source=("$pkgname::git+https://github.com/rootless-containers/rootlesskit.git#commit=$_commit;)
 b2sums=('SKIP')
 



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 21:41:22
  Author: arojas
Revision: 1192339

archrelease: copy trunk to community-x86_64

Added:
  boinc/repos/community-x86_64/PKGBUILD
(from rev 1192338, boinc/trunk/PKGBUILD)
  boinc/repos/community-x86_64/boinc.bash
(from rev 1192338, boinc/trunk/boinc.bash)
  boinc/repos/community-x86_64/boinc.desktop
(from rev 1192338, boinc/trunk/boinc.desktop)
  boinc/repos/community-x86_64/boinc.install
(from rev 1192338, boinc/trunk/boinc.install)
  boinc/repos/community-x86_64/boinc.sysusers
(from rev 1192338, boinc/trunk/boinc.sysusers)
Deleted:
  boinc/repos/community-x86_64/PKGBUILD
  boinc/repos/community-x86_64/boinc.bash
  boinc/repos/community-x86_64/boinc.desktop
  boinc/repos/community-x86_64/boinc.install
  boinc/repos/community-x86_64/boinc.sysusers

+
 PKGBUILD   |  241 +++
 boinc.bash |  198 ++---
 boinc.desktop  |   32 +++
 boinc.install  |   30 +++---
 boinc.sysusers |4 
 5 files changed, 253 insertions(+), 252 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 21:41:06 UTC (rev 1192338)
+++ PKGBUILD2022-05-02 21:41:22 UTC (rev 1192339)
@@ -1,120 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Michal Krenek 
-
-pkgbase=boinc
-pkgname=(boinc boinc-nox)
-pkgver=7.16.20
-_tag="client_release/7.16/$pkgver"
-pkgrel=1
-arch=('x86_64')
-url="https://boinc.berkeley.edu/;
-license=('LGPL')
-makedepends=('curl' 'freeglut' 'glu' 'inetutils' 'libnotify' 'libnsl' 'libxmu' 
'libxslt' 'libxss'
- 'mesa' 'perl-xml-sax' 'sqlite3' 'webkit2gtk' 'wxgtk3')
-install=$pkgbase.install
-options=('!staticlibs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/BOINC/boinc/archive/$_tag.tar.gz;
-boinc.bash
-boinc.desktop
-boinc.sysusers)
-sha512sums=('ed4040e682cbbd6b954f2fc451adc7baa9ff67606587c7009d8aa79dc5bc9a311a8c660a889b84f9d640d81c1ef55cd39cdb58c5374067112ba41655ad4120d3'
-
'dec4bb6e571c2d99e1f57295149399eee03a8ec41b07ec3f7f197b910d246dcd6a5eb880301c9cd3a039d8c5aa6b07babf6ab4cae5f242c419c8cd71f56b90f5'
-
'b3fcd703a6f683d246242543c2f7b5fcfe403cb95b7786f1418b24c3dfb7c54c6b8c4816c0e9ae56b5ee4e4cae63f153ec522b04bf02f4f835dd90ac0e0ae204'
-
'85804d7e6b7e07f06e93e8c42507f5cd0b9415257d6ac7421603a2b6084699d847ae9720c1cf9e9793b750dfb768375116843b988b287ee7c66c1374e18f7934')
-
-prepare() {
-  mv boinc-client_release-*-$pkgver $pkgbase-$pkgver
-  cp -a "$srcdir"/$pkgbase-$pkgver{,-nox}
-
-  cd $pkgbase-$pkgver
-  ./_autosetup
-
-  # Prepare boinc-nox
-  cd "$srcdir"/$pkgbase-$pkgver-nox
-  # Don't force xss
-  sed -i 's/^  enable_xss="yes"$/  enable_xss="no"/' configure.ac
-  ./_autosetup
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  LDFLAGS='-lX11' ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-libraries \
---enable-unicode \
---enable-shared \
---enable-dynamic-client-linkage \
---enable-client \
---enable-manager \
---disable-static \
---disable-server \
---with-ssl \
---with-x \
---with-wxdir=/usr/lib \
---with-wx-config=$(which wx-config-gtk3)
-  make
-
-  # Build boinc-nox
-  cd "$srcdir"/$pkgbase-$pkgver-nox
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-libraries \
---enable-unicode \
---enable-shared \
---enable-dynamic-client-linkage \
---enable-client \
---disable-server \
---disable-static \
---disable-manager \
---with-ssl \
---without-wxdir \
---without-x
-  make
-}
-
-package_boinc() {
-  pkgdesc="Berkeley Open Infrastructure for Network Computing for desktop"
-  depends=('curl' 'libnotify' 'libnsl' 'libxss' 'sqlite3' 'webkit2gtk' 
'wxgtk3')
-
-  cd $pkgbase-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  #install sysusers conf
-  install -Dm644 "${srcdir}/$pkgbase.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgbase.conf"
-
-  #install bash-completion
-  install -Dm644 "${srcdir}/$pkgbase.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgbase"
-
-  #install .desktop File
-  install -Dm644 "${srcdir}/$pkgbase.desktop" 
"${pkgdir}/usr/share/applications/$pkgbase.desktop"
-
-  #install icons
-  install -Dm644 
"${srcdir}/$pkgbase-$pkgver/packages/generic/sea/boincmgr.48x48.png" 
"${pkgdir}/usr/share/pixmaps/$pkgbase.png"
-
-  #remove initscripts stuff
-  rm -rf "$pkgdir/etc"
-}
-
-package_boinc-nox() {
-  pkgdesc="Berkeley Open Infrastructure for Network Computing for desktop 
without Xorg dependencies"
-  depends=('curl' 'libjpeg-turbo')
-  provides=('boinc')
-  conflicts=('boinc')
-
-  cd $pkgbase-$pkgver-nox
-
-  make DESTDIR="$pkgdir" install
-
-  #install sysusers conf
-  install -Dm644 "${srcdir}/$pkgbase.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgbase.conf"
-
-  

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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 21:41:06
  Author: arojas
Revision: 1192338

-ffat-lto-objects, honor LDFLAGS

Modified:
  boinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 21:17:12 UTC (rev 1192337)
+++ PKGBUILD2022-05-02 21:41:06 UTC (rev 1192338)
@@ -6,7 +6,7 @@
 pkgname=(boinc boinc-nox)
 pkgver=7.16.20
 _tag="client_release/7.16/$pkgver"
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://boinc.berkeley.edu/;
 license=('LGPL')
@@ -39,7 +39,8 @@
 
 build() {
   cd "$srcdir"/$pkgbase-$pkgver
-  LDFLAGS='-lX11' ./configure \
+  export CXXFLAGS+=' --fat-lto-objects'
+  LDFLAGS+=' -lX11' ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
 --enable-libraries \



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

2022-05-02 Thread Orhun Parmaksiz via arch-commits
Date: Monday, May 2, 2022 @ 21:17:12
  Author: orhun
Revision: 1192337

archrelease: copy trunk to community-x86_64

Added:
  zellij/repos/community-x86_64/PKGBUILD
(from rev 1192336, zellij/trunk/PKGBUILD)
Deleted:
  zellij/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 21:16:47 UTC (rev 1192336)
+++ PKGBUILD2022-05-02 21:17:12 UTC (rev 1192337)
@@ -1,43 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Julien Nicoulaud 
-
-pkgname=zellij
-pkgver=0.29.0
-pkgrel=1
-pkgdesc="A terminal multiplexer"
-arch=('x86_64')
-url="https://zellij.dev;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo' 'mandown')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zellij-org/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('013eff2293610ce70fdbb85d3b19d4b56ac15b9902bd50c7bd6ed55ad9c9b123d7ed672c0704e7693f6e01f3358470b39de879ba343b1ba5487bed0494fb336d')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  RUSTUP_TOOLCHAIN=stable cargo build --release --frozen
-  ./target/release/zellij setup --generate-completion bash > target/zellij.bash
-  ./target/release/zellij setup --generate-completion fish > target/zellij.fish
-  ./target/release/zellij setup --generate-completion zsh > target/zellij.zsh
-  mandown docs/MANPAGE.md > assets/zellij.1
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm755 target/release/zellij -t "${pkgdir}/usr/bin"
-  install -Dm644 GOVERNANCE.md README.md -t "${pkgdir}/usr/share/doc/zellij"
-  install -Dm644 LICENSE.md -t "${pkgdir}/usr/share/licenses/zellij"
-  install -Dm644 target/zellij.bash 
"${pkgdir}/usr/share/bash-completion/completions/zellij"
-  install -Dm644 target/zellij.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/zellij.fish"
-  install -Dm644 target/zellij.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_zellij"
-  install -Dm644 assets/zellij.1 "${pkgdir}/usr/share/man/man1/zellij.1"
-  install -Dm644 assets/zellij.desktop 
"${pkgdir}/usr/share/applications/zellij.desktop"
-}
-
-# vim: ts=2 sw=2 et:

Copied: zellij/repos/community-x86_64/PKGBUILD (from rev 1192336, 
zellij/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 21:17:12 UTC (rev 1192337)
@@ -0,0 +1,43 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Julien Nicoulaud 
+
+pkgname=zellij
+pkgver=0.29.1
+pkgrel=1
+pkgdesc="A terminal multiplexer"
+arch=('x86_64')
+url="https://zellij.dev;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo' 'mandown')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zellij-org/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('7e668fef48a479dfeac12991fd13c17f7e28c839f19038aec904d9122eb114c6f2b7b1ee23546be78fb05e1e30c7531e5062347241a9b7370bacfc6b243c3bf5')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  RUSTUP_TOOLCHAIN=stable cargo build --release --frozen
+  ./target/release/zellij setup --generate-completion bash > target/zellij.bash
+  ./target/release/zellij setup --generate-completion fish > target/zellij.fish
+  ./target/release/zellij setup --generate-completion zsh > target/zellij.zsh
+  mandown docs/MANPAGE.md > assets/zellij.1
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 target/release/zellij -t "${pkgdir}/usr/bin"
+  install -Dm644 GOVERNANCE.md README.md -t "${pkgdir}/usr/share/doc/zellij"
+  install -Dm644 LICENSE.md -t "${pkgdir}/usr/share/licenses/zellij"
+  install -Dm644 target/zellij.bash 
"${pkgdir}/usr/share/bash-completion/completions/zellij"
+  install -Dm644 target/zellij.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/zellij.fish"
+  install -Dm644 target/zellij.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_zellij"
+  install -Dm644 assets/zellij.1 "${pkgdir}/usr/share/man/man1/zellij.1"
+  install -Dm644 assets/zellij.desktop 
"${pkgdir}/usr/share/applications/zellij.desktop"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-02 Thread Orhun Parmaksiz via arch-commits
Date: Monday, May 2, 2022 @ 21:16:47
  Author: orhun
Revision: 1192336

upgpkg: zellij 0.29.1-1: upstream release

Modified:
  zellij/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 21:00:52 UTC (rev 1192335)
+++ PKGBUILD2022-05-02 21:16:47 UTC (rev 1192336)
@@ -2,7 +2,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=zellij
-pkgver=0.29.0
+pkgver=0.29.1
 pkgrel=1
 pkgdesc="A terminal multiplexer"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('gcc-libs')
 makedepends=('cargo' 'mandown')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zellij-org/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('013eff2293610ce70fdbb85d3b19d4b56ac15b9902bd50c7bd6ed55ad9c9b123d7ed672c0704e7693f6e01f3358470b39de879ba343b1ba5487bed0494fb336d')
+sha512sums=('7e668fef48a479dfeac12991fd13c17f7e28c839f19038aec904d9122eb114c6f2b7b1ee23546be78fb05e1e30c7531e5062347241a9b7370bacfc6b243c3bf5')
 options=('!lto')
 
 prepare() {



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

2022-05-02 Thread Andreas Schleifer via arch-commits
Date: Monday, May 2, 2022 @ 21:00:52
  Author: segaja
Revision: 1192335

archrelease: copy trunk to community-x86_64

Added:
  ncdu/repos/community-x86_64/PKGBUILD
(from rev 1192334, ncdu/trunk/PKGBUILD)
Deleted:
  ncdu/repos/community-x86_64/PKGBUILD
  ncdu/repos/community-x86_64/hardening.patch

-+
 PKGBUILD|  115 +++---
 hardening.patch |   11 -
 2 files changed, 58 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 21:00:38 UTC (rev 1192334)
+++ PKGBUILD2022-05-02 21:00:52 UTC (rev 1192335)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Andreas 'Segaja' Schleifer 
-# Contributor: Eli Schwartz 
-# Contributor: lp76 
-# Contributor: Daenyth 
-# Contributor: Gaetan Bisson 
-
-pkgname='ncdu'
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Disk usage analyzer with an ncurses interface'
-url='https://dev.yorhel.nl/ncdu'
-license=('MIT')
-depends=('ncurses')
-makedepends=('zig')
-arch=('x86_64')
-source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"hardening.patch")
-sha256sums=('d6c2374ca50d40b6211346972a2e89c9601172fd0704d885eda5b1e09a2a48ed'
-'SKIP'
-'4b90e881d1dd5fb36b269e52952be40e050926dd6d4ce08ac7a7f0e5940e790d')
-b2sums=('27857c110b80d2b90313d628dd0412dd281948ccae924c9b2b3e870232786f02006658899668e1a342b7f845ef992358cfc0cc06899f3008cb34baddca34951e'
-'SKIP'
-
'54b47c408e4144bee629d1d80410e4c97baf375d10399da3644a7a929b21732b8323723b2218890fe7d7d5b9b7b42427a8af74bc64c4002ef23e722c3ed969bf')
-validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') # Yoran Heling 

-
-prepare() {
-cd "${pkgname}-${pkgver}"
-
-patch --verbose --strip=1 --input=../hardening.patch
-}
-
-build() {
-cd "${pkgname}-${pkgver}"
-
-# since RELRO is not doable in the zig.build file 
(https://github.com/ziglang/zig/issues/6977)
-# we are running zig build-exe directly
-#zig build -Drelease-safe -Dcpu=baseline
-
-zig build-exe ./src/main.zig ./src/ncurses_refs.c -lc -lncursesw 
-OReleaseSafe --name ncdu -target native-native -mcpu x86_64 -D _DEFAULT_SOURCE 
-D _XOPEN_SOURCE=600 -fPIE -z relro -z now -fno-each-lib-rpath
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-
-zig build test
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-
-install --verbose -D --mode=755 "./${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
-
-make install-doc PREFIX="${pkgdir}/usr"
-
-install --verbose -D --mode=644 LICENSES/MIT.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ncdu/repos/community-x86_64/PKGBUILD (from rev 1192334, 
ncdu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 21:00:52 UTC (rev 1192335)
@@ -0,0 +1,58 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Andreas 'Segaja' Schleifer 
+# Contributor: Daurnimator 
+# Contributor: Eli Schwartz 
+# Contributor: lp76 
+# Contributor: Daenyth 
+# Contributor: Gaetan Bisson 
+
+pkgname='ncdu'
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Disk usage analyzer with an ncurses interface'
+url='https://dev.yorhel.nl/ncdu'
+license=('MIT')
+depends=('ncurses')
+makedepends=('zig')
+arch=('x86_64')
+source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('9e0d6ef03618a3c316726bf49217b7efe45cec758b2c917ce892ded74332c6dc'
+'SKIP')
+b2sums=('fb64058bec2e8f286fa82e16986cddd9126e5c94d513740d48ff1c971e7ee95270fe6c1cfbbe240bb8e99fba4e3fd6d2624f99870422835da7a2507f0b8b'
+'SKIP')
+validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') # Yoran Heling 

+
+build() {
+cd "${pkgname}-${pkgver}"
+
+# since RELRO is not doable in the zig.build file 
(https://github.com/ziglang/zig/issues/6977)
+# we are running zig build-exe directly
+zig build-exe \
+-target x86_64-linux.5.10-gnu.2.34 -mcpu baseline \
+-L /usr/local/lib -L /usr/lib \
+-isystem /usr/local/include -isystem /usr/include \
+./src/main.zig ./src/ncurses_refs.c \
+-lc -lncursesw \
+-OReleaseSafe \
+--name ncdu \
+-D _DEFAULT_SOURCE -D _XOPEN_SOURCE=600 \
+-fPIE \
+-z relro -z now \
+-fno-each-lib-rpath
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+
+zig build test
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+
+install --verbose -D --mode=755 "./${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
+
+make install-doc PREFIX="${pkgdir}/usr"
+
+install --verbose -D --mode=644 LICENSES/MIT.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: hardening.patch
===
--- hardening.patch 2022-05-02 21:00:38 UTC (rev 1192334)
+++ hardening.patch 2022-05-02 21:00:52 UTC (rev 1192335)
@@ -1,11 +0,0 @@

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

2022-05-02 Thread Andreas Schleifer via arch-commits
Date: Monday, May 2, 2022 @ 21:00:38
  Author: segaja
Revision: 1192334

upgpkg: ncdu 2.1.2-1; update to 2.1.2

Modified:
  ncdu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 20:58:52 UTC (rev 1192333)
+++ PKGBUILD2022-05-02 21:00:38 UTC (rev 1192334)
@@ -7,7 +7,7 @@
 # Contributor: Gaetan Bisson 
 
 pkgname='ncdu'
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='Disk usage analyzer with an ncurses interface'
 url='https://dev.yorhel.nl/ncdu'
@@ -16,9 +16,9 @@
 makedepends=('zig')
 arch=('x86_64')
 source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('d6c2374ca50d40b6211346972a2e89c9601172fd0704d885eda5b1e09a2a48ed'
+sha256sums=('9e0d6ef03618a3c316726bf49217b7efe45cec758b2c917ce892ded74332c6dc'
 'SKIP')
-b2sums=('27857c110b80d2b90313d628dd0412dd281948ccae924c9b2b3e870232786f02006658899668e1a342b7f845ef992358cfc0cc06899f3008cb34baddca34951e'
+b2sums=('fb64058bec2e8f286fa82e16986cddd9126e5c94d513740d48ff1c971e7ee95270fe6c1cfbbe240bb8e99fba4e3fd6d2624f99870422835da7a2507f0b8b'
 'SKIP')
 validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') # Yoran Heling 

 



[arch-commits] Commit in android-file-transfer/repos/community-x86_64 (2 files)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 20:58:52
  Author: arojas
Revision: 1192333

archrelease: copy trunk to community-x86_64

Added:
  android-file-transfer/repos/community-x86_64/PKGBUILD
(from rev 1192332, android-file-transfer/trunk/PKGBUILD)
Deleted:
  android-file-transfer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 20:58:41 UTC (rev 1192332)
+++ PKGBUILD2022-05-02 20:58:52 UTC (rev 1192333)
@@ -1,25 +0,0 @@
-# Contributor: yaroslav 
-# Contributor: Askhat Bakarov 
-
-pkgname=android-file-transfer
-pkgver=4.2
-pkgrel=1
-pkgdesc='Android MTP client with minimalistic UI'
-arch=(x86_64)
-url='https://github.com/whoozle/android-file-transfer-linux'
-license=(GPL3)
-depends=(qt5-base fuse2 libxkbcommon-x11 hicolor-icon-theme file)
-makedepends=(cmake qt5-tools)
-source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
-sha256sums=('cc607d68e8a18273c9b56975a70a0e68fbdf9d5b903b2727a345a605ff48a19f')
-
-build() {
-  cd android-file-transfer-linux-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd android-file-transfer-linux-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: android-file-transfer/repos/community-x86_64/PKGBUILD (from rev 
1192332, android-file-transfer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 20:58:52 UTC (rev 1192333)
@@ -0,0 +1,25 @@
+# Contributor: yaroslav 
+# Contributor: Askhat Bakarov 
+
+pkgname=android-file-transfer
+pkgver=4.2
+pkgrel=2
+pkgdesc='Android MTP client with minimalistic UI'
+arch=(x86_64)
+url='https://whoozle.github.io/android-file-transfer-linux'
+license=(GPL3)
+depends=(qt5-base fuse2 libxkbcommon-x11 hicolor-icon-theme file)
+makedepends=(cmake qt5-tools)
+source=(android-file-transfer-$pkgver.tar.gz::https://github.com/whoozle/android-file-transfer-linux/archive/v$pkgver.tar.gz)
+sha256sums=('cc607d68e8a18273c9b56975a70a0e68fbdf9d5b903b2727a345a605ff48a19f')
+
+build() {
+  cd android-file-transfer-linux-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr . -DCMAKE_CXX_FLAGS="$CXXFLAGS 
-ffat-lto-objects"
+  make
+}
+
+package() {
+  cd android-file-transfer-linux-$pkgver
+  make DESTDIR="$pkgdir/" install
+}



[arch-commits] Commit in android-file-transfer/trunk (PKGBUILD)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 20:58:41
  Author: arojas
Revision: 1192332

-ffat-lto-objects

Modified:
  android-file-transfer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 20:53:15 UTC (rev 1192331)
+++ PKGBUILD2022-05-02 20:58:41 UTC (rev 1192332)
@@ -3,7 +3,7 @@
 
 pkgname=android-file-transfer
 pkgver=4.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Android MTP client with minimalistic UI'
 arch=(x86_64)
 url='https://whoozle.github.io/android-file-transfer-linux'
@@ -15,7 +15,7 @@
 
 build() {
   cd android-file-transfer-linux-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  cmake -DCMAKE_INSTALL_PREFIX=/usr . -DCMAKE_CXX_FLAGS="$CXXFLAGS 
-ffat-lto-objects"
   make
 }
 



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 20:53:15
  Author: arojas
Revision: 1192331

archrelease: copy trunk to community-x86_64

Added:
  alure/repos/community-x86_64/PKGBUILD
(from rev 1192330, alure/trunk/PKGBUILD)
  alure/repos/community-x86_64/build.patch
(from rev 1192330, alure/trunk/build.patch)
  alure/repos/community-x86_64/dumb-2.patch
(from rev 1192330, alure/trunk/dumb-2.patch)
Deleted:
  alure/repos/community-x86_64/PKGBUILD
  alure/repos/community-x86_64/build.patch

--+
 PKGBUILD |   92 +
 build.patch  |   24 +++---
 dumb-2.patch |   30 ++
 3 files changed, 89 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 20:53:01 UTC (rev 1192330)
+++ PKGBUILD2022-05-02 20:53:15 UTC (rev 1192331)
@@ -1,45 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Markus Martin 
-
-pkgname=alure
-pkgver=1.2
-pkgrel=7
-pkgdesc='Utility library to help manage common tasks with OpenAL applications.'
-arch=('x86_64')
-url='https://kcat.strangesoft.net/alure.html'
-license=('MIT')
-depends=('openal')
-makedepends=('cmake' 'libsndfile' 'libvorbis' 'flac' 'mpg123' 'dumb' 
'fluidsynth')
-optdepends=('libsndfile: for uncompressed audio support'
-'libvorbis: for OGG Vorbis support'
-'flac: for FLAC support'
-'mpg123: for MPEG support'
-'dumb: for IT, XM, S3M and MOD support'
-'fluidsynth: for SoundFont 2 support')
-source=("https://kcat.strangesoft.net/alure-releases/${pkgname}-${pkgver}.tar.bz2;
-build.patch)
-md5sums=('3088aba074ad02d95ea51e705053b9f5'
- '6a8dfd62ccae920d393b4202736aba46')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../build.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # workaround for recent gcc build issue
-  CXXFLAGS="$CXXFLAGS -fpermissive"
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: alure/repos/community-x86_64/PKGBUILD (from rev 1192330, 
alure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 20:53:15 UTC (rev 1192331)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Markus Martin 
+
+pkgname=alure
+pkgver=1.2
+pkgrel=8
+pkgdesc='Utility library to help manage common tasks with OpenAL applications.'
+arch=('x86_64')
+url='https://kcat.tomasu.net/alure.html'
+license=('MIT')
+depends=('openal')
+makedepends=('cmake' 'libsndfile' 'libvorbis' 'flac' 'mpg123' 'dumb' 
'fluidsynth')
+optdepends=('libsndfile: for uncompressed audio support'
+'libvorbis: for OGG Vorbis support'
+'flac: for FLAC support'
+'mpg123: for MPEG support'
+'dumb: for IT, XM, S3M and MOD support'
+'fluidsynth: for SoundFont 2 support')
+source=("https://kcat.tomasu.net/alure-releases/${pkgname}-${pkgver}.tar.bz2;
+build.patch
+dumb-2.patch)
+md5sums=('3088aba074ad02d95ea51e705053b9f5'
+ '6a8dfd62ccae920d393b4202736aba46'
+ 'f6569e1fee4015a9e0a68df37798c8aa')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../build.patch
+  patch -p1 -i ../dumb-2.patch # Fix build with dumb 2 (Gentoo)
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_FLAGS="$CXXFLAGS 
-ffat-lto-objects"
+# Fix build with fluidsynth 2.4
+  find -name build.make | xargs sed -e 's|\;| |g' -i
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: build.patch
===
--- build.patch 2022-05-02 20:53:01 UTC (rev 1192330)
+++ build.patch 2022-05-02 20:53:15 UTC (rev 1192331)
@@ -1,12 +0,0 @@
-diff -rupN a/src/codec_fluidsynth.cpp b/src/codec_fluidsynth.cpp
 a/src/codec_fluidsynth.cpp 2011-07-29 08:37:48.0 +
-+++ b/src/codec_fluidsynth.cpp 2014-01-03 10:42:13.280792235 +
-@@ -32,7 +32,7 @@
- #endif
- 
- #include 
--
-+#include 
- #include 
- 
- 

Copied: alure/repos/community-x86_64/build.patch (from rev 1192330, 
alure/trunk/build.patch)
===
--- build.patch (rev 0)
+++ build.patch 2022-05-02 20:53:15 UTC (rev 1192331)
@@ -0,0 +1,12 @@
+diff -rupN a/src/codec_fluidsynth.cpp b/src/codec_fluidsynth.cpp
+--- a/src/codec_fluidsynth.cpp 2011-07-29 08:37:48.0 +
 b/src/codec_fluidsynth.cpp 2014-01-03 10:42:13.280792235 +
+@@ -32,7 +32,7 @@
+ #endif
+ 
+ #include 
+-
++#include 
+ #include 
+ 
+ 

Copied: 

[arch-commits] Commit in alure/trunk (PKGBUILD dumb-2.patch)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 20:53:01
  Author: arojas
Revision: 1192330

-ffat-lto-objects

Added:
  alure/trunk/dumb-2.patch
Modified:
  alure/trunk/PKGBUILD

--+
 PKGBUILD |   24 +---
 dumb-2.patch |   30 ++
 2 files changed, 43 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 20:25:02 UTC (rev 1192329)
+++ PKGBUILD2022-05-02 20:53:01 UTC (rev 1192330)
@@ -3,10 +3,10 @@
 
 pkgname=alure
 pkgver=1.2
-pkgrel=7
+pkgrel=8
 pkgdesc='Utility library to help manage common tasks with OpenAL applications.'
 arch=('x86_64')
-url='https://kcat.strangesoft.net/alure.html'
+url='https://kcat.tomasu.net/alure.html'
 license=('MIT')
 depends=('openal')
 makedepends=('cmake' 'libsndfile' 'libvorbis' 'flac' 'mpg123' 'dumb' 
'fluidsynth')
@@ -16,28 +16,30 @@
 'mpg123: for MPEG support'
 'dumb: for IT, XM, S3M and MOD support'
 'fluidsynth: for SoundFont 2 support')
-source=("https://kcat.strangesoft.net/alure-releases/${pkgname}-${pkgver}.tar.bz2;
-build.patch)
+source=("https://kcat.tomasu.net/alure-releases/${pkgname}-${pkgver}.tar.bz2;
+build.patch
+dumb-2.patch)
 md5sums=('3088aba074ad02d95ea51e705053b9f5'
- '6a8dfd62ccae920d393b4202736aba46')
+ '6a8dfd62ccae920d393b4202736aba46'
+ 'f6569e1fee4015a9e0a68df37798c8aa')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -p1 -i ../build.patch
+  patch -p1 -i ../dumb-2.patch # Fix build with dumb 2 (Gentoo)
 }
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
-  # workaround for recent gcc build issue
-  CXXFLAGS="$CXXFLAGS -fpermissive"
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_FLAGS="$CXXFLAGS 
-ffat-lto-objects"
+# Fix build with fluidsynth 2.4
+  find -name build.make | xargs sed -e 's|\;| |g' -i
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 

Added: dumb-2.patch
===
--- dumb-2.patch(rev 0)
+++ dumb-2.patch2022-05-02 20:53:01 UTC (rev 1192330)
@@ -0,0 +1,30 @@
+# Already fixed upstream:
+# 
https://repo.or.cz/alure.git/commitdiff/9939cdfbf9c6c7a2690db7fb8dd2892389adcd5f
+
+diff -Naur a/src/codec_dumb.cpp b/src/codec_dumb.cpp
+--- a/src/codec_dumb.cpp   2011-07-29 09:37:48.0 +0100
 b/src/codec_dumb.cpp   2020-05-10 15:59:48.502632496 +0100
+@@ -272,7 +272,11 @@
+ 
+ private:
+ // DUMBFILE iostream callbacks
++#if DUMB_VERSION >= 2*1
++static int skip(void *user_data, dumb_off_t offset)
++#else
+ static int skip(void *user_data, long offset)
++#endif
+ {
+ std::istream *stream = static_cast(user_data)->fstream;
+ stream->clear();
+@@ -282,7 +286,11 @@
+ return -1;
+ }
+ 
++#if DUMB_VERSION >= 2*1
++static dumb_ssize_t read(char *ptr, size_t size, void *user_data)
++#else
+ static long read(char *ptr, long size, void *user_data)
++#endif
+ {
+ std::istream *stream = static_cast(user_data)->fstream;
+ stream->clear();



[arch-commits] Commit in lib32-sdl12-compat/repos/multilib-testing-x86_64 (2 files)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 20:25:02
  Author: arojas
Revision: 1192329

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-sdl12-compat/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1192328, lib32-sdl12-compat/trunk/PKGBUILD)
Deleted:
  lib32-sdl12-compat/repos/multilib-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 20:24:49 UTC (rev 1192328)
+++ PKGBUILD2022-05-02 20:25:02 UTC (rev 1192329)
@@ -1,31 +0,0 @@
-# Maintainer:
-
-pkgname=lib32-sdl12-compat
-pkgver=1.2.52
-pkgrel=2
-pkgdesc='SDL 1.2 runtime compatibility library using SDL 2.0'
-arch=(x86_64)
-url=https://www.libsdl.org
-license=(MIT)
-depends=(lib32-glu lib32-sdl2 sdl12-compat)
-makedepends=(cmake)
-conflicts=(lib32-sdl)
-provides=(lib32-sdl=1.2.15)
-replaces=('lib32-sdl<=1.2.15-8')
-source=($pkgname-$pkgver.tar.gz::https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-$pkgver.tar.gz)
-sha256sums=('5bd7942703575554670a8767ae030f7921a0ac3c5e2fd173a537b7c7a8599014')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  cmake -B build -S sdl12-compat-release-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib32
-  cmake --build build
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --install build
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-  install -Dm644 "${srcdir}/sdl12-compat-release-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: lib32-sdl12-compat/repos/multilib-testing-x86_64/PKGBUILD (from rev 
1192328, lib32-sdl12-compat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 20:25:02 UTC (rev 1192329)
@@ -0,0 +1,32 @@
+# Maintainer:
+
+pkgname=lib32-sdl12-compat
+pkgver=1.2.52
+pkgrel=3
+pkgdesc='SDL 1.2 runtime compatibility library using SDL 2.0'
+arch=(x86_64)
+url=https://www.libsdl.org
+license=(MIT)
+depends=(lib32-glu lib32-sdl2 sdl12-compat)
+makedepends=(cmake)
+conflicts=(lib32-sdl)
+provides=(lib32-sdl=1.2.15)
+replaces=('lib32-sdl<=1.2.15-8')
+source=($pkgname-$pkgver.tar.gz::https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-$pkgver.tar.gz)
+sha256sums=('5bd7942703575554670a8767ae030f7921a0ac3c5e2fd173a537b7c7a8599014')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  cmake -B build -S sdl12-compat-release-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects"
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+  install -Dm644 "${srcdir}/sdl12-compat-release-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 20:24:49
  Author: arojas
Revision: 1192328

-ffat-lto-objects

Modified:
  lib32-sdl12-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 20:10:15 UTC (rev 1192327)
+++ PKGBUILD2022-05-02 20:24:49 UTC (rev 1192328)
@@ -2,7 +2,7 @@
 
 pkgname=lib32-sdl12-compat
 pkgver=1.2.52
-pkgrel=2
+pkgrel=3
 pkgdesc='SDL 1.2 runtime compatibility library using SDL 2.0'
 arch=(x86_64)
 url=https://www.libsdl.org
@@ -20,7 +20,8 @@
   export CXX='g++ -m32'
   cmake -B build -S sdl12-compat-release-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib32
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects"
   cmake --build build
 }
 



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

2022-05-02 Thread David Runge via arch-commits
Date: Monday, May 2, 2022 @ 20:10:15
  Author: dvzrv
Revision: 1192327

archrelease: copy trunk to community-x86_64

Added:
  guitarix/repos/community-x86_64/PKGBUILD
(from rev 1192326, guitarix/trunk/PKGBUILD)
  guitarix/repos/community-x86_64/guitarix-0.43.1-glib2.patch
(from rev 1192326, guitarix/trunk/guitarix-0.43.1-glib2.patch)
Deleted:
  guitarix/repos/community-x86_64/PKGBUILD
  guitarix/repos/community-x86_64/guitarix-0.43.1-glib2.patch

-+
 PKGBUILD|  100 +-
 guitarix-0.43.1-glib2.patch |   30 ++--
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 20:10:02 UTC (rev 1192326)
+++ PKGBUILD2022-05-02 20:10:15 UTC (rev 1192327)
@@ -1,50 +0,0 @@
-# Maintainer: David Runge https://guitarix.org;
-license=(GPL3)
-groups=(ladspa-plugins lv2-plugins pro-audio)
-depends=(atkmm bluez-libs cairo cairomm gcc-libs glibc glibmm gtkmm3 libsigc++
-libx11 pangomm ttf-roboto)
-makedepends=(avahi boost curl gdk-pixbuf2 eigen faust fftw glib2 gperf gtk3
-intltool jack ladspa liblo liblrdf lilv lv2 pango sassc waf zita-convolver
-zita-resampler)
-optdepends=('new-session-manager: for session management')
-provides=(guitarix2 libgxw.so libgxwmm.so ladspa-host lv2-host)
-conflicts=(guitarix2)
-replaces=(guitarix2)
-options=(debug)
-source=($pkgname-$pkgver.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-$pkgver.tar.xz)
-sha512sums=('30520600ef60379770f40901a19219a044d442c77d0808df72957eb5f7fba7e6aef7ec2217735683033697144c3c9850963e89941d31ebb6b7490507a3e35f75')
-b2sums=('1abc470ec7adc3286ee3edefc7652e95ec20d73c104cd20d9521c85d68ff4e91b70465ff05b7acc2c10b1902c976c6c93f171325494126f75707d5e3ea9affb8')
-
-build() {
-  cd $pkgname-$pkgver
-  export LINKFLAGS="$LDFLAGS"
-  waf configure --prefix=/usr \
---enable-nls \
---ladspa \
---new-ladspa \
---shared-lib \
---lib-dev \
---cxxflags='-flto' \
---ldflags="$LDFLAGS"
-  waf build -vv -j1
-}
-
-package() {
-  depends+=(libavahi-common.so libavahi-gobject.so libboost_iostreams.so
-  libcurl.so libfftw3f.so libgdk-3.so libgdk_pixbuf-2.0.so libgio-2.0.so
-  libglib-2.0.so libgobject-2.0.so libjack.so liblilv-0.so liblo.so liblrdf.so
-  libpangocairo-1.0.so libpango-1.0.so libsndfile.so libzita-convolver.so
-  libzita-resampler.so)
-
-  cd $pkgname-$pkgver
-  waf install --destdir="$pkgdir"
-  # docs
-  install -vDm 644 {changelog,README} -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: guitarix/repos/community-x86_64/PKGBUILD (from rev 1192326, 
guitarix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 20:10:15 UTC (rev 1192327)
@@ -0,0 +1,50 @@
+# Maintainer: David Runge https://guitarix.org;
+license=(GPL3)
+groups=(ladspa-plugins lv2-plugins pro-audio)
+depends=(atkmm bluez-libs cairo cairomm gcc-libs glibc glibmm gtkmm3 libsigc++
+libx11 pangomm ttf-roboto)
+makedepends=(avahi boost curl gdk-pixbuf2 eigen faust fftw glib2 gperf gtk3
+intltool jack ladspa liblo liblrdf lilv lv2 pango sassc waf zita-convolver
+zita-resampler)
+optdepends=('new-session-manager: for session management')
+provides=(guitarix2 libgxw.so libgxwmm.so ladspa-host lv2-host)
+conflicts=(guitarix2)
+replaces=(guitarix2)
+options=(debug)
+source=($pkgname-$pkgver.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-$pkgver.tar.xz)
+sha512sums=('d2c0e40762d97ed7ce61c3115fc3800cc569a2bb4f66e09147507a9eaa815fb9d1363444353a5854035755bd1b1e247ccb341aed60ca0ecf6a77019da73064c1')
+b2sums=('57a1ad0be133fe2851ff7539d5c467a649774a1de90569e83feeb3ba2b05324ce0ee6d4388122cdb3fdcb36afac4cb7cfd2d6ab0216ff2f56d8e7c2886d14152')
+
+build() {
+  cd $pkgname-$pkgver
+  export LINKFLAGS="$LDFLAGS"
+  waf configure --prefix=/usr \
+--enable-nls \
+--ladspa \
+--new-ladspa \
+--shared-lib \
+--lib-dev \
+--cxxflags='-flto' \
+--ldflags="$LDFLAGS"
+  waf build -vv
+}
+
+package() {
+  depends+=(libavahi-common.so libavahi-gobject.so libboost_iostreams.so
+  libcurl.so libfftw3f.so libgdk-3.so libgdk_pixbuf-2.0.so libgio-2.0.so
+  libglib-2.0.so libgobject-2.0.so libjack.so liblilv-0.so liblo.so liblrdf.so
+  libpangocairo-1.0.so libpango-1.0.so libsndfile.so libzita-convolver.so
+  libzita-resampler.so)
+
+  cd $pkgname-$pkgver
+  waf install --destdir="$pkgdir"
+  # docs
+  install -vDm 644 {changelog,README} -t "$pkgdir/usr/share/doc/$pkgname/"
+}

Deleted: guitarix-0.43.1-glib2.patch
===
--- guitarix-0.43.1-glib2.patch 2022-05-02 20:10:02 UTC (rev 1192326)

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

2022-05-02 Thread David Runge via arch-commits
Date: Monday, May 2, 2022 @ 20:10:02
  Author: dvzrv
Revision: 1192326

upgpkg: guitarix 0.44.1-1: Upgrade to 0.44.1.

Build with all available jobs again (concurrency issues fixed upstream).

Modified:
  guitarix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 18:51:34 UTC (rev 1192325)
+++ PKGBUILD2022-05-02 20:10:02 UTC (rev 1192326)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-$pkgver.tar.xz)
-sha512sums=('30520600ef60379770f40901a19219a044d442c77d0808df72957eb5f7fba7e6aef7ec2217735683033697144c3c9850963e89941d31ebb6b7490507a3e35f75')
-b2sums=('1abc470ec7adc3286ee3edefc7652e95ec20d73c104cd20d9521c85d68ff4e91b70465ff05b7acc2c10b1902c976c6c93f171325494126f75707d5e3ea9affb8')
+sha512sums=('d2c0e40762d97ed7ce61c3115fc3800cc569a2bb4f66e09147507a9eaa815fb9d1363444353a5854035755bd1b1e247ccb341aed60ca0ecf6a77019da73064c1')
+b2sums=('57a1ad0be133fe2851ff7539d5c467a649774a1de90569e83feeb3ba2b05324ce0ee6d4388122cdb3fdcb36afac4cb7cfd2d6ab0216ff2f56d8e7c2886d14152')
 
 build() {
   cd $pkgname-$pkgver
@@ -33,7 +33,7 @@
 --lib-dev \
 --cxxflags='-flto' \
 --ldflags="$LDFLAGS"
-  waf build -vv -j1
+  waf build -vv
 }
 
 package() {



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

2022-05-02 Thread Daniel M. Capella via arch-commits
Date: Monday, May 2, 2022 @ 18:51:34
  Author: polyzen
Revision: 1192325

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 18:51:14 UTC (rev 1192324)
+++ PKGBUILD2022-05-02 18:51:34 UTC (rev 1192325)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Sergey A. 
-
-pkgname=rust-analyzer
-_pkgver=2022-04-25
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc='Rust compiler front-end for IDEs'
-arch=('x86_64')
-url=https://rust-analyzer.github.io/
-license=('Apache' 'MIT')
-depends=('gcc-libs' 'rust-src')
-makedepends=('git')
-source=("git+https://github.com/rust-lang/$pkgname.git#tag=$_pkgver;)
-b2sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd $pkgname
-  RUST_ANALYZER_REV=$_pkgver cargo build --release --locked --offline
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 1192324, 
rust-analyzer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 18:51:34 UTC (rev 1192325)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Sergey A. 
+
+pkgname=rust-analyzer
+_pkgver=2022-05-02
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc='Rust compiler front-end for IDEs'
+arch=('x86_64')
+url=https://rust-analyzer.github.io/
+license=('Apache' 'MIT')
+depends=('gcc-libs' 'rust-src')
+makedepends=('git')
+source=("git+https://github.com/rust-lang/$pkgname.git#tag=$_pkgver;)
+b2sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $pkgname
+  RUST_ANALYZER_REV=$_pkgver cargo build --release --locked --offline
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-05-02 Thread Daniel M. Capella via arch-commits
Date: Monday, May 2, 2022 @ 18:51:14
  Author: polyzen
Revision: 1192324

upgpkg: rust-analyzer 20220502-1

Modified:
  rust-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 18:41:40 UTC (rev 1192323)
+++ PKGBUILD2022-05-02 18:51:14 UTC (rev 1192324)
@@ -2,7 +2,7 @@
 # Contributor: Sergey A. 
 
 pkgname=rust-analyzer
-_pkgver=2022-04-25
+_pkgver=2022-05-02
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc='Rust compiler front-end for IDEs'



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:41:40
  Author: arojas
Revision: 1192323

archrelease: copy trunk to community-x86_64

Added:
  labplot/repos/community-x86_64/PKGBUILD
(from rev 1192322, labplot/trunk/PKGBUILD)
Deleted:
  labplot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 18:41:30 UTC (rev 1192322)
+++ PKGBUILD2022-05-02 18:41:40 UTC (rev 1192323)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=labplot
-pkgver=2.8.2
-pkgrel=5
-arch=(x86_64)
-pkgdesc='KDE Application for interactive graphing and analysis of scientific 
data'
-url='https://labplot.kde.org/'
-license=(GPL2)
-depends=(cantor netcdf cfitsio fftw gsl qt5-serialport libcerf qt5-mqtt 
kuserfeedback)
-makedepends=(extra-cmake-modules kdoctools)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('8ec581da971735bfab20c28b1a7507196bf102a991d895bb1ec892c521b31dfa')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package(){
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: labplot/repos/community-x86_64/PKGBUILD (from rev 1192322, 
labplot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 18:41:40 UTC (rev 1192323)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=labplot
+pkgver=2.9.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='KDE Application for interactive graphing and analysis of scientific 
data'
+url='https://labplot.kde.org/'
+license=(GPL2)
+depends=(cantor netcdf cfitsio fftw gsl qt5-serialport libcerf qt5-mqtt 
kuserfeedback
+ discount libmatio liborigin readstat)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('e5a31489f0b72a70cc632e1078506d7e7bc1ec7dbc89c5428d197a14e44b21f2')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DENABLE_TESTS=OFF
+  cmake --build build
+}
+
+package(){
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:41:30
  Author: arojas
Revision: 1192322

Update to 2.9.0

Modified:
  labplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 18:36:20 UTC (rev 1192321)
+++ PKGBUILD2022-05-02 18:41:30 UTC (rev 1192322)
@@ -1,19 +1,21 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=labplot
-pkgver=2.8.2
-pkgrel=5
+pkgver=2.9.0
+pkgrel=1
 arch=(x86_64)
 pkgdesc='KDE Application for interactive graphing and analysis of scientific 
data'
 url='https://labplot.kde.org/'
 license=(GPL2)
-depends=(cantor netcdf cfitsio fftw gsl qt5-serialport libcerf qt5-mqtt 
kuserfeedback)
+depends=(cantor netcdf cfitsio fftw gsl qt5-serialport libcerf qt5-mqtt 
kuserfeedback
+ discount libmatio liborigin readstat)
 makedepends=(extra-cmake-modules kdoctools)
 
source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('8ec581da971735bfab20c28b1a7507196bf102a991d895bb1ec892c521b31dfa')
+sha256sums=('e5a31489f0b72a70cc632e1078506d7e7bc1ec7dbc89c5428d197a14e44b21f2')
 
 build() {
-  cmake -B build -S $pkgname-$pkgver
+  cmake -B build -S $pkgname-$pkgver \
+-DENABLE_TESTS=OFF
   cmake --build build
 }
 



[arch-commits] Commit in readstat (3 files)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:36:20
  Author: arojas
Revision: 1192321

archrelease: copy trunk to community-x86_64

Added:
  readstat/repos/
  readstat/repos/community-x86_64/
  readstat/repos/community-x86_64/PKGBUILD
(from rev 1192320, readstat/trunk/PKGBUILD)

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

Copied: readstat/repos/community-x86_64/PKGBUILD (from rev 1192320, 
readstat/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2022-05-02 18:36:20 UTC (rev 1192321)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=readstat
+pkgver=1.1.7
+pkgrel=1
+pkgdesc='Command-line tool (+ C library) for converting SAS, Stata, and SPSS 
files'
+arch=(x86_64)
+license=(MIT)
+url='https://github.com/WizardMac/ReadStat'
+depends=(zlib)
+source=(https://github.com/WizardMac/ReadStat/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
+https://raw.githubusercontent.com/WizardMac/ReadStat/v$pkgver/LICENSE)
+sha256sums=('400b8e6a5f0f6458227b454785d68beadd8a88870a7745d49def49740e3971a8'
+'1d41e10031ab125302780a05ec4c91d218e47db0c7e37cf315cce5e608cdc25c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:36:09
  Author: arojas
Revision: 1192320

New labplot dependency

Added:
  readstat/
  readstat/trunk/
  readstat/trunk/PKGBUILD

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

Added: readstat/trunk/PKGBUILD
===
--- readstat/trunk/PKGBUILD (rev 0)
+++ readstat/trunk/PKGBUILD 2022-05-02 18:36:09 UTC (rev 1192320)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=readstat
+pkgver=1.1.7
+pkgrel=1
+pkgdesc='Command-line tool (+ C library) for converting SAS, Stata, and SPSS 
files'
+arch=(x86_64)
+license=(MIT)
+url='https://github.com/WizardMac/ReadStat'
+depends=(zlib)
+source=(https://github.com/WizardMac/ReadStat/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
+https://raw.githubusercontent.com/WizardMac/ReadStat/v$pkgver/LICENSE)
+sha256sums=('400b8e6a5f0f6458227b454785d68beadd8a88870a7745d49def49740e3971a8'
+'1d41e10031ab125302780a05ec4c91d218e47db0c7e37cf315cce5e608cdc25c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in liborigin (3 files)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:29:28
  Author: arojas
Revision: 1192319

archrelease: copy trunk to community-x86_64

Added:
  liborigin/repos/
  liborigin/repos/community-x86_64/
  liborigin/repos/community-x86_64/PKGBUILD
(from rev 1192318, liborigin/trunk/PKGBUILD)

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

Copied: liborigin/repos/community-x86_64/PKGBUILD (from rev 1192318, 
liborigin/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2022-05-02 18:29:28 UTC (rev 1192319)
@@ -0,0 +1,23 @@
+# Maintaier: Antonio Rojas 
+
+pkgname=liborigin
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='A library for reading OriginLab OPJ project files'
+arch=(x86_64)
+license=(GPL2)
+url='https://sourceforge.net/projects/liborigin/'
+depends=(gcc-libs)
+makedepends=(cmake)
+source=(https://downloads.sourceforge.net/project/liborigin/liborigin/${pkgver%.*}/liborigin-$pkgver.tar.gz)
+sha256sums=('7f5f1ef21f45b6b28a51e354ff44302efb22b0a1adf8e651f526d95dbbf68938')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:29:18
  Author: arojas
Revision: 1192318

New labplot dependency

Added:
  liborigin/
  liborigin/trunk/
  liborigin/trunk/PKGBUILD

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

Added: liborigin/trunk/PKGBUILD
===
--- liborigin/trunk/PKGBUILD(rev 0)
+++ liborigin/trunk/PKGBUILD2022-05-02 18:29:18 UTC (rev 1192318)
@@ -0,0 +1,23 @@
+# Maintaier: Antonio Rojas 
+
+pkgname=liborigin
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='A library for reading OriginLab OPJ project files'
+arch=(x86_64)
+license=(GPL2)
+url='https://sourceforge.net/projects/liborigin/'
+depends=(gcc-libs)
+makedepends=(cmake)
+source=(https://downloads.sourceforge.net/project/liborigin/liborigin/${pkgver%.*}/liborigin-$pkgver.tar.gz)
+sha256sums=('7f5f1ef21f45b6b28a51e354ff44302efb22b0a1adf8e651f526d95dbbf68938')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-05-02 Thread Orhun Parmaksiz via arch-commits
Date: Monday, May 2, 2022 @ 18:25:11
  Author: orhun
Revision: 1192317

archrelease: copy trunk to community-x86_64

Added:
  zellij/repos/community-x86_64/PKGBUILD
(from rev 1192316, zellij/trunk/PKGBUILD)
Deleted:
  zellij/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 18:25:00 UTC (rev 1192316)
+++ PKGBUILD2022-05-02 18:25:11 UTC (rev 1192317)
@@ -1,43 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Julien Nicoulaud 
-
-pkgname=zellij
-pkgver=0.28.1
-pkgrel=1
-pkgdesc="A terminal multiplexer"
-arch=('x86_64')
-url="https://zellij.dev;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo' 'mandown')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zellij-org/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('735eff7aaf50a374d636d706769ded69fd608b3f95b4902f2b1c6eed9a90a093892951a259accab534379662c7f97f1a1207fbb33154a033d2a42338f399a2eb')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  RUSTUP_TOOLCHAIN=stable cargo build --release --frozen
-  ./target/release/zellij setup --generate-completion bash > target/zellij.bash
-  ./target/release/zellij setup --generate-completion fish > target/zellij.fish
-  ./target/release/zellij setup --generate-completion zsh > target/zellij.zsh
-  mandown docs/MANPAGE.md > assets/zellij.1
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm755 target/release/zellij -t "${pkgdir}/usr/bin"
-  install -Dm644 GOVERNANCE.md README.md -t "${pkgdir}/usr/share/doc/zellij"
-  install -Dm644 LICENSE.md -t "${pkgdir}/usr/share/licenses/zellij"
-  install -Dm644 target/zellij.bash 
"${pkgdir}/usr/share/bash-completion/completions/zellij"
-  install -Dm644 target/zellij.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/zellij.fish"
-  install -Dm644 target/zellij.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_zellij"
-  install -Dm644 assets/zellij.1 "${pkgdir}/usr/share/man/man1/zellij.1"
-  install -Dm644 assets/zellij.desktop 
"${pkgdir}/usr/share/applications/zellij.desktop"
-}
-
-# vim: ts=2 sw=2 et:

Copied: zellij/repos/community-x86_64/PKGBUILD (from rev 1192316, 
zellij/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 18:25:11 UTC (rev 1192317)
@@ -0,0 +1,43 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Julien Nicoulaud 
+
+pkgname=zellij
+pkgver=0.29.0
+pkgrel=1
+pkgdesc="A terminal multiplexer"
+arch=('x86_64')
+url="https://zellij.dev;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo' 'mandown')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zellij-org/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('013eff2293610ce70fdbb85d3b19d4b56ac15b9902bd50c7bd6ed55ad9c9b123d7ed672c0704e7693f6e01f3358470b39de879ba343b1ba5487bed0494fb336d')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  RUSTUP_TOOLCHAIN=stable cargo build --release --frozen
+  ./target/release/zellij setup --generate-completion bash > target/zellij.bash
+  ./target/release/zellij setup --generate-completion fish > target/zellij.fish
+  ./target/release/zellij setup --generate-completion zsh > target/zellij.zsh
+  mandown docs/MANPAGE.md > assets/zellij.1
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 target/release/zellij -t "${pkgdir}/usr/bin"
+  install -Dm644 GOVERNANCE.md README.md -t "${pkgdir}/usr/share/doc/zellij"
+  install -Dm644 LICENSE.md -t "${pkgdir}/usr/share/licenses/zellij"
+  install -Dm644 target/zellij.bash 
"${pkgdir}/usr/share/bash-completion/completions/zellij"
+  install -Dm644 target/zellij.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/zellij.fish"
+  install -Dm644 target/zellij.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_zellij"
+  install -Dm644 assets/zellij.1 "${pkgdir}/usr/share/man/man1/zellij.1"
+  install -Dm644 assets/zellij.desktop 
"${pkgdir}/usr/share/applications/zellij.desktop"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-02 Thread Orhun Parmaksiz via arch-commits
Date: Monday, May 2, 2022 @ 18:25:00
  Author: orhun
Revision: 1192316

upgpkg: zellij 0.29.0-1: upstream release

Modified:
  zellij/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 18:24:49 UTC (rev 1192315)
+++ PKGBUILD2022-05-02 18:25:00 UTC (rev 1192316)
@@ -2,7 +2,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=zellij
-pkgver=0.28.1
+pkgver=0.29.0
 pkgrel=1
 pkgdesc="A terminal multiplexer"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('gcc-libs')
 makedepends=('cargo' 'mandown')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zellij-org/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('735eff7aaf50a374d636d706769ded69fd608b3f95b4902f2b1c6eed9a90a093892951a259accab534379662c7f97f1a1207fbb33154a033d2a42338f399a2eb')
+sha512sums=('013eff2293610ce70fdbb85d3b19d4b56ac15b9902bd50c7bd6ed55ad9c9b123d7ed672c0704e7693f6e01f3358470b39de879ba343b1ba5487bed0494fb336d')
 options=('!lto')
 
 prepare() {



[arch-commits] Commit in lib32-sdl12-compat/repos/multilib-testing-x86_64 (2 files)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:24:49
  Author: arojas
Revision: 1192315

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-sdl12-compat/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1192314, lib32-sdl12-compat/trunk/PKGBUILD)
Deleted:
  lib32-sdl12-compat/repos/multilib-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 18:24:32 UTC (rev 1192314)
+++ PKGBUILD2022-05-02 18:24:49 UTC (rev 1192315)
@@ -1,31 +0,0 @@
-# Maintainer:
-
-pkgname=lib32-sdl12-compat
-pkgver=1.2.52
-pkgrel=1
-pkgdesc='SDL 1.2 runtime compatibility library using SDL 2.0'
-arch=(x86_64)
-url=https://www.libsdl.org
-license=(MIT)
-depends=(lib32-glu lib32-sdl2 sdl12-compat)
-makedepends=(cmake)
-conflicts=(lib32-sdl)
-provides=(lib32-sdl)
-replaces=('lib32-sdl<=1.2.15-8')
-source=($pkgname-$pkgver.tar.gz::https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-$pkgver.tar.gz)
-sha256sums=('5bd7942703575554670a8767ae030f7921a0ac3c5e2fd173a537b7c7a8599014')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  cmake -B build -S sdl12-compat-release-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib32
-  cmake --build build
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --install build
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-  install -Dm644 "${srcdir}/sdl12-compat-release-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: lib32-sdl12-compat/repos/multilib-testing-x86_64/PKGBUILD (from rev 
1192314, lib32-sdl12-compat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 18:24:49 UTC (rev 1192315)
@@ -0,0 +1,31 @@
+# Maintainer:
+
+pkgname=lib32-sdl12-compat
+pkgver=1.2.52
+pkgrel=2
+pkgdesc='SDL 1.2 runtime compatibility library using SDL 2.0'
+arch=(x86_64)
+url=https://www.libsdl.org
+license=(MIT)
+depends=(lib32-glu lib32-sdl2 sdl12-compat)
+makedepends=(cmake)
+conflicts=(lib32-sdl)
+provides=(lib32-sdl=1.2.15)
+replaces=('lib32-sdl<=1.2.15-8')
+source=($pkgname-$pkgver.tar.gz::https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-$pkgver.tar.gz)
+sha256sums=('5bd7942703575554670a8767ae030f7921a0ac3c5e2fd173a537b7c7a8599014')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  cmake -B build -S sdl12-compat-release-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib32
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+  install -Dm644 "${srcdir}/sdl12-compat-release-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:24:32
  Author: arojas
Revision: 1192314

Version provides

Modified:
  lib32-sdl12-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 18:23:15 UTC (rev 1192313)
+++ PKGBUILD2022-05-02 18:24:32 UTC (rev 1192314)
@@ -2,7 +2,7 @@
 
 pkgname=lib32-sdl12-compat
 pkgver=1.2.52
-pkgrel=1
+pkgrel=2
 pkgdesc='SDL 1.2 runtime compatibility library using SDL 2.0'
 arch=(x86_64)
 url=https://www.libsdl.org
@@ -10,7 +10,7 @@
 depends=(lib32-glu lib32-sdl2 sdl12-compat)
 makedepends=(cmake)
 conflicts=(lib32-sdl)
-provides=(lib32-sdl)
+provides=(lib32-sdl=1.2.15)
 replaces=('lib32-sdl<=1.2.15-8')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-$pkgver.tar.gz)
 sha256sums=('5bd7942703575554670a8767ae030f7921a0ac3c5e2fd173a537b7c7a8599014')



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

2022-05-02 Thread David Runge via arch-commits
Date: Monday, May 2, 2022 @ 18:23:15
  Author: dvzrv
Revision: 1192313

archrelease: copy trunk to community-x86_64

Added:
  guitarix/repos/community-x86_64/PKGBUILD
(from rev 1192312, guitarix/trunk/PKGBUILD)
  guitarix/repos/community-x86_64/guitarix-0.43.1-glib2.patch
(from rev 1192312, guitarix/trunk/guitarix-0.43.1-glib2.patch)
Deleted:
  guitarix/repos/community-x86_64/PKGBUILD
  guitarix/repos/community-x86_64/guitarix-0.43.1-glib2.patch

-+
 PKGBUILD|  110 +++---
 guitarix-0.43.1-glib2.patch |   30 +--
 2 files changed, 65 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 18:23:04 UTC (rev 1192312)
+++ PKGBUILD2022-05-02 18:23:15 UTC (rev 1192313)
@@ -1,60 +0,0 @@
-# Maintainer: David Runge https://guitarix.org;
-license=(GPL3)
-groups=(ladspa-plugins lv2-plugins pro-audio)
-depends=(atkmm bluez-libs cairo cairomm gcc-libs glibc glibmm gtkmm3 libsigc++
-libx11 pangomm ttf-roboto)
-makedepends=(avahi boost curl gdk-pixbuf2 eigen faust fftw glib2 gperf gtk3
-intltool jack ladspa liblo liblrdf lilv lv2 pango sassc waf zita-convolver
-zita-resampler)
-optdepends=('new-session-manager: for session management')
-provides=(guitarix2 libgxw.so libgxwmm.so ladspa-host lv2-host)
-conflicts=(guitarix2)
-replaces=(guitarix2)
-# LTO builds currently broken: https://sourceforge.net/p/guitarix/bugs/133/
-options=(debug !lto)
-source=(
-  
$pkgname-$pkgver.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-$pkgver.tar.xz
-  $pkgname-0.43.1-glib2.patch
-)
-sha512sums=('30e56d863308cea18bb4af6f71d3e8d852662b4252c998507a1c3de9a2d97fe1c4ecb525bd35ef8e176b5cb5138806553cba157c1aa6cb14e48fe0bbea8a7def'
-
'268e23d53441147a6e7959af2b1a45fd3f0f453f1fd3c40af7b3c002e801a42880ecb9ab7042c324c3099740f0151c24eafc6afb0b990de3b9fcb6ee8f1b3950')
-b2sums=('bfa72a20f5fe1bdd08162e283f7074f6bcd6b4d6ccb1771f0351e60802ebf030f8f6627d2480ccd2e5972215847edd62bff38c338723fd0bf2504b9b2cee5101'
-
'c0963ac7ec531707f30038744c1159bebb1544ebb02771f37cebfba5df7ab0e77c2c6230b46fc6ac8f34512b73840f8cbf1b82726c09a35cc097380242f65aa8')
-
-prepare() {
-  # fix issue with recent glib2, backport of 
https://github.com/brummer10/guitarix/commit/89b944c7c47b565cebfb1ac368fcb5ede82fd5d3
-  patch -Np1 -d $pkgname-$pkgver -i ../$pkgname-0.43.1-glib2.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export LINKFLAGS="$LDFLAGS"
-  waf configure --prefix=/usr \
---enable-nls \
---ladspa \
---new-ladspa \
---shared-lib \
---lib-dev \
---ldflags="$LDFLAGS"
-  waf build -vv
-}
-
-package() {
-  depends+=(libavahi-common.so libavahi-gobject.so libboost_iostreams.so
-  libcurl.so libfftw3f.so libgdk-3.so libgdk_pixbuf-2.0.so libgio-2.0.so
-  libglib-2.0.so libgobject-2.0.so libjack.so liblilv-0.so liblo.so liblrdf.so
-  libpangocairo-1.0.so libpango-1.0.so libsndfile.so libzita-convolver.so
-  libzita-resampler.so)
-
-  cd $pkgname-$pkgver
-  waf install --destdir="$pkgdir"
-  # docs
-  install -vDm 644 {changelog,README} -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: guitarix/repos/community-x86_64/PKGBUILD (from rev 1192312, 
guitarix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 18:23:15 UTC (rev 1192313)
@@ -0,0 +1,50 @@
+# Maintainer: David Runge https://guitarix.org;
+license=(GPL3)
+groups=(ladspa-plugins lv2-plugins pro-audio)
+depends=(atkmm bluez-libs cairo cairomm gcc-libs glibc glibmm gtkmm3 libsigc++
+libx11 pangomm ttf-roboto)
+makedepends=(avahi boost curl gdk-pixbuf2 eigen faust fftw glib2 gperf gtk3
+intltool jack ladspa liblo liblrdf lilv lv2 pango sassc waf zita-convolver
+zita-resampler)
+optdepends=('new-session-manager: for session management')
+provides=(guitarix2 libgxw.so libgxwmm.so ladspa-host lv2-host)
+conflicts=(guitarix2)
+replaces=(guitarix2)
+options=(debug)
+source=($pkgname-$pkgver.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-$pkgver.tar.xz)
+sha512sums=('30520600ef60379770f40901a19219a044d442c77d0808df72957eb5f7fba7e6aef7ec2217735683033697144c3c9850963e89941d31ebb6b7490507a3e35f75')
+b2sums=('1abc470ec7adc3286ee3edefc7652e95ec20d73c104cd20d9521c85d68ff4e91b70465ff05b7acc2c10b1902c976c6c93f171325494126f75707d5e3ea9affb8')
+
+build() {
+  cd $pkgname-$pkgver
+  export LINKFLAGS="$LDFLAGS"
+  waf configure --prefix=/usr \
+--enable-nls \
+--ladspa \
+--new-ladspa \
+--shared-lib \
+--lib-dev \
+--cxxflags='-flto' \
+--ldflags="$LDFLAGS"
+  waf build -vv -j1
+}
+
+package() {
+  depends+=(libavahi-common.so libavahi-gobject.so 

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

2022-05-02 Thread David Runge via arch-commits
Date: Monday, May 2, 2022 @ 18:23:04
  Author: dvzrv
Revision: 1192312

upgpkg: guitarix 0.44.0-1: Upgrade to 0.44.0.

Build with -flto by providing additional cxxflags.
Build using one job, because otherwise faust explodes.

Modified:
  guitarix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 18:18:15 UTC (rev 1192311)
+++ PKGBUILD2022-05-02 18:23:04 UTC (rev 1192312)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge https://guitarix.org;
@@ -17,22 +17,11 @@
 provides=(guitarix2 libgxw.so libgxwmm.so ladspa-host lv2-host)
 conflicts=(guitarix2)
 replaces=(guitarix2)
-# LTO builds currently broken: https://sourceforge.net/p/guitarix/bugs/133/
-options=(debug !lto)
-source=(
-  
$pkgname-$pkgver.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-$pkgver.tar.xz
-  $pkgname-0.43.1-glib2.patch
-)
-sha512sums=('30e56d863308cea18bb4af6f71d3e8d852662b4252c998507a1c3de9a2d97fe1c4ecb525bd35ef8e176b5cb5138806553cba157c1aa6cb14e48fe0bbea8a7def'
-
'268e23d53441147a6e7959af2b1a45fd3f0f453f1fd3c40af7b3c002e801a42880ecb9ab7042c324c3099740f0151c24eafc6afb0b990de3b9fcb6ee8f1b3950')
-b2sums=('bfa72a20f5fe1bdd08162e283f7074f6bcd6b4d6ccb1771f0351e60802ebf030f8f6627d2480ccd2e5972215847edd62bff38c338723fd0bf2504b9b2cee5101'
-
'c0963ac7ec531707f30038744c1159bebb1544ebb02771f37cebfba5df7ab0e77c2c6230b46fc6ac8f34512b73840f8cbf1b82726c09a35cc097380242f65aa8')
+options=(debug)
+source=($pkgname-$pkgver.tar.xz::https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}2-$pkgver.tar.xz)
+sha512sums=('30520600ef60379770f40901a19219a044d442c77d0808df72957eb5f7fba7e6aef7ec2217735683033697144c3c9850963e89941d31ebb6b7490507a3e35f75')
+b2sums=('1abc470ec7adc3286ee3edefc7652e95ec20d73c104cd20d9521c85d68ff4e91b70465ff05b7acc2c10b1902c976c6c93f171325494126f75707d5e3ea9affb8')
 
-prepare() {
-  # fix issue with recent glib2, backport of 
https://github.com/brummer10/guitarix/commit/89b944c7c47b565cebfb1ac368fcb5ede82fd5d3
-  patch -Np1 -d $pkgname-$pkgver -i ../$pkgname-0.43.1-glib2.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   export LINKFLAGS="$LDFLAGS"
@@ -42,8 +31,9 @@
 --new-ladspa \
 --shared-lib \
 --lib-dev \
+--cxxflags='-flto' \
 --ldflags="$LDFLAGS"
-  waf build -vv
+  waf build -vv -j1
 }
 
 package() {



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:18:15
  Author: arojas
Revision: 1192311

archrelease: copy trunk to community-x86_64

Added:
  libmatio/repos/community-x86_64/PKGBUILD
(from rev 1192310, libmatio/trunk/PKGBUILD)
Deleted:
  libmatio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 18:17:59 UTC (rev 1192310)
+++ PKGBUILD2022-05-02 18:18:15 UTC (rev 1192311)
@@ -1,32 +0,0 @@
-# Maintaier: Antonio Rojas 
-# Contributor: Camille Monière 
-# Contributor: Evgeniy Alekseev 
-# Contributor: Stefan Husmann 
-# Contributor: Alexander Rødseth 
-# Contributor: William Rea 
-
-pkgname=libmatio
-pkgver=1.5.21
-pkgrel=2
-pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
-arch=(x86_64)
-license=('custom:BSD')
-url='https://sourceforge.net/projects/matio'
-depends=(hdf5)
-source=(https://github.com/tbeu/matio/releases/download/v$pkgver/matio-$pkgver.tar.gz)
-sha256sums=('21809177e55839e7c94dada744ee55c1dea7d757ddaab89605776d50122fb065')
-
-build() {
-  cd matio-$pkgver
-  ./configure \
---prefix=/usr \
---enable-shared \
---with-hdf5
-  make
-}
-
-package() {
-  cd matio-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: libmatio/repos/community-x86_64/PKGBUILD (from rev 1192310, 
libmatio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 18:18:15 UTC (rev 1192311)
@@ -0,0 +1,32 @@
+# Maintaier: Antonio Rojas 
+# Contributor: Camille Monière 
+# Contributor: Evgeniy Alekseev 
+# Contributor: Stefan Husmann 
+# Contributor: Alexander Rødseth 
+# Contributor: William Rea 
+
+pkgname=libmatio
+pkgver=1.5.23
+pkgrel=1
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
+arch=(x86_64)
+license=('custom:BSD')
+url='https://sourceforge.net/projects/matio'
+depends=(hdf5)
+source=(https://github.com/tbeu/matio/releases/download/v$pkgver/matio-$pkgver.tar.gz)
+sha256sums=('9f91eae661df46ea53c311a1b2dcff72051095b023c612d7cbfc09406c9f4d6e')
+
+build() {
+  cd matio-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-shared \
+--with-hdf5
+  make
+}
+
+package() {
+  cd matio-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:17:59
  Author: arojas
Revision: 1192310

Update to 1.5.23

Modified:
  libmatio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 18:16:15 UTC (rev 1192309)
+++ PKGBUILD2022-05-02 18:17:59 UTC (rev 1192310)
@@ -6,8 +6,8 @@
 # Contributor: William Rea 
 
 pkgname=libmatio
-pkgver=1.5.21
-pkgrel=2
+pkgver=1.5.23
+pkgrel=1
 pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
 arch=(x86_64)
 license=('custom:BSD')
@@ -14,7 +14,7 @@
 url='https://sourceforge.net/projects/matio'
 depends=(hdf5)
 
source=(https://github.com/tbeu/matio/releases/download/v$pkgver/matio-$pkgver.tar.gz)
-sha256sums=('21809177e55839e7c94dada744ee55c1dea7d757ddaab89605776d50122fb065')
+sha256sums=('9f91eae661df46ea53c311a1b2dcff72051095b023c612d7cbfc09406c9f4d6e')
 
 build() {
   cd matio-$pkgver



[arch-commits] Commit in libmatio (3 files)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:16:15
  Author: arojas
Revision: 1192309

archrelease: copy trunk to community-x86_64

Added:
  libmatio/repos/
  libmatio/repos/community-x86_64/
  libmatio/repos/community-x86_64/PKGBUILD
(from rev 1192308, libmatio/trunk/PKGBUILD)

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

Copied: libmatio/repos/community-x86_64/PKGBUILD (from rev 1192308, 
libmatio/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2022-05-02 18:16:15 UTC (rev 1192309)
@@ -0,0 +1,32 @@
+# Maintaier: Antonio Rojas 
+# Contributor: Camille Monière 
+# Contributor: Evgeniy Alekseev 
+# Contributor: Stefan Husmann 
+# Contributor: Alexander Rødseth 
+# Contributor: William Rea 
+
+pkgname=libmatio
+pkgver=1.5.21
+pkgrel=2
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
+arch=(x86_64)
+license=('custom:BSD')
+url='https://sourceforge.net/projects/matio'
+depends=(hdf5)
+source=(https://github.com/tbeu/matio/releases/download/v$pkgver/matio-$pkgver.tar.gz)
+sha256sums=('21809177e55839e7c94dada744ee55c1dea7d757ddaab89605776d50122fb065')
+
+build() {
+  cd matio-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-shared \
+--with-hdf5
+  make
+}
+
+package() {
+  cd matio-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:16:04
  Author: arojas
Revision: 1192308

New labplot dependency

Added:
  libmatio/
  libmatio/trunk/
  libmatio/trunk/PKGBUILD

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

Added: libmatio/trunk/PKGBUILD
===
--- libmatio/trunk/PKGBUILD (rev 0)
+++ libmatio/trunk/PKGBUILD 2022-05-02 18:16:04 UTC (rev 1192308)
@@ -0,0 +1,32 @@
+# Maintaier: Antonio Rojas 
+# Contributor: Camille Monière 
+# Contributor: Evgeniy Alekseev 
+# Contributor: Stefan Husmann 
+# Contributor: Alexander Rødseth 
+# Contributor: William Rea 
+
+pkgname=libmatio
+pkgver=1.5.21
+pkgrel=2
+pkgdesc='C library with a fortran 90/95 module interface for reading/writing 
MATLAB MAT-files'
+arch=(x86_64)
+license=('custom:BSD')
+url='https://sourceforge.net/projects/matio'
+depends=(hdf5)
+source=(https://github.com/tbeu/matio/releases/download/v$pkgver/matio-$pkgver.tar.gz)
+sha256sums=('21809177e55839e7c94dada744ee55c1dea7d757ddaab89605776d50122fb065')
+
+build() {
+  cd matio-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-shared \
+--with-hdf5
+  make
+}
+
+package() {
+  cd matio-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in power-profiles-daemon/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:02:03
  Author: arojas
Revision: 24

archrelease: copy trunk to extra-x86_64

Added:
  power-profiles-daemon/repos/extra-x86_64/PKGBUILD
(from rev 23, power-profiles-daemon/trunk/PKGBUILD)
Deleted:
  power-profiles-daemon/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 18:01:54 UTC (rev 23)
+++ PKGBUILD2022-05-02 18:02:03 UTC (rev 24)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: tinywrkb 
-
-pkgname=power-profiles-daemon
-pkgver=0.11
-pkgrel=1
-pkgdesc='Makes power profiles handling available over D-Bus'
-url='https://gitlab.freedesktop.org/hadess/power-profiles-daemon'
-license=(GPL3)
-arch=(x86_64)
-depends=(upower polkit)
-optdepends=('python-gobject: for powerprofilesctl')
-makedepends=(meson)
-checkdepends=(python-dbusmock python-isort python-mccabe umockdev)
-source=(https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-b2sums=('12a7b31739355f707af4d694c5a9d44250d0b4ef2d994a4b95cdbf99e377ea95ed488310ae8f7a0a14a67caeba442fb98990af112234f27bbb63d4ec91a74417')
-
-build() {
-  meson $pkgname-$pkgver build \
---prefix /usr \
---libexec lib \
---sysconfdir /usr/share
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: power-profiles-daemon/repos/extra-x86_64/PKGBUILD (from rev 23, 
power-profiles-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 18:02:03 UTC (rev 24)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Contributor: tinywrkb 
+
+pkgname=power-profiles-daemon
+pkgver=0.11.1
+pkgrel=1
+pkgdesc='Makes power profiles handling available over D-Bus'
+url='https://gitlab.freedesktop.org/hadess/power-profiles-daemon'
+license=(GPL3)
+arch=(x86_64)
+depends=(upower polkit)
+optdepends=('python-gobject: for powerprofilesctl')
+makedepends=(meson)
+checkdepends=(python-dbusmock python-isort python-mccabe umockdev)
+source=(https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+b2sums=('53514a3de851da349b39e0261a1ce4cdd7e3e62ed08d1ed7374518132e1f5ce2230ae869c34c7461bcdaf4eb89b9d78360526ac7e21c525c09de31bd19503ab4')
+
+build() {
+  meson $pkgname-$pkgver build \
+--prefix /usr \
+--libexec lib \
+--sysconfdir /usr/share
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



[arch-commits] Commit in power-profiles-daemon/trunk (PKGBUILD)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:01:54
  Author: arojas
Revision: 23

Update to 0.11.1

Modified:
  power-profiles-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 17:42:17 UTC (rev 22)
+++ PKGBUILD2022-05-02 18:01:54 UTC (rev 23)
@@ -2,7 +2,7 @@
 # Contributor: tinywrkb 
 
 pkgname=power-profiles-daemon
-pkgver=0.11
+pkgver=0.11.1
 pkgrel=1
 pkgdesc='Makes power profiles handling available over D-Bus'
 url='https://gitlab.freedesktop.org/hadess/power-profiles-daemon'
@@ -13,7 +13,7 @@
 makedepends=(meson)
 checkdepends=(python-dbusmock python-isort python-mccabe umockdev)
 
source=(https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-b2sums=('12a7b31739355f707af4d694c5a9d44250d0b4ef2d994a4b95cdbf99e377ea95ed488310ae8f7a0a14a67caeba442fb98990af112234f27bbb63d4ec91a74417')
+b2sums=('53514a3de851da349b39e0261a1ce4cdd7e3e62ed08d1ed7374518132e1f5ce2230ae869c34c7461bcdaf4eb89b9d78360526ac7e21c525c09de31bd19503ab4')
 
 build() {
   meson $pkgname-$pkgver build \



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:00:38
  Author: arojas
Revision: 1192307

archrelease: copy trunk to community-x86_64

Added:
  geogebra/repos/community-x86_64/PKGBUILD
(from rev 1192306, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-x86_64/geogebra
(from rev 1192306, geogebra/trunk/geogebra)
  geogebra/repos/community-x86_64/geogebra-mime.xml
(from rev 1192306, geogebra/trunk/geogebra-mime.xml)
  geogebra/repos/community-x86_64/geogebra.desktop
(from rev 1192306, geogebra/trunk/geogebra.desktop)
Deleted:
  geogebra/repos/community-x86_64/PKGBUILD
  geogebra/repos/community-x86_64/geogebra
  geogebra/repos/community-x86_64/geogebra-mime.xml
  geogebra/repos/community-x86_64/geogebra.desktop

---+
 PKGBUILD  |   72 ++--
 geogebra  |6 ++--
 geogebra-mime.xml |   54 +++
 geogebra.desktop  |   22 +++
 4 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 18:00:25 UTC (rev 1192306)
+++ PKGBUILD2022-05-02 18:00:38 UTC (rev 1192307)
@@ -1,36 +0,0 @@
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=6.0.702.0
-pkgrel=1
-pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
-arch=(x86_64)
-url='https://www.geogebra.org/'
-license=(GPL3 'CCPL:by-sa' 'CCPL:by-nc')
-depends=(electron17)
-source=(https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${pkgver//./-}.zip
-https://static.geogebra.org/images/geogebra-logo.svg
-geogebra
-geogebra.desktop
-geogebra-mime.xml)
-sha256sums=('cf7c37e2b01cb3378e0d0c384b433590b65a1ad29055e0d87d2d3a8d19e07220'
-'55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07'
-'a7ede76c24127988a0d6f9835ed11e190c4891ceda6afa297b423c404fd812f1'
-'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'
-'100dd83e61057b9a104630ea39a84d967475d459ab38e29783a7587b3acfb6a4')
-
-package() {
-  cd GeoGebra-linux-x64
-
-  install -Dm755 "$srcdir"/geogebra "$pkgdir"/usr/bin/geogebra
-  install -dm755 "$pkgdir"/usr/lib/geogebra
-  cp -dpr --no-preserve=ownership resources "$pkgdir"/usr/lib/geogebra
-  cp -dpr --no-preserve=ownership locales "$pkgdir"/usr/lib/geogebra
-
-  install -Dm644 "$srcdir"/geogebra.desktop -t 
"$pkgdir"/usr/share/applications/
-  install -Dm644 "$srcdir"/geogebra-logo.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/geogebra.svg
-  install -Dm644 "$srcdir"/geogebra-mime.xml 
"$pkgdir"/usr/share/mime/packages/geogebra.xml
-}

Copied: geogebra/repos/community-x86_64/PKGBUILD (from rev 1192306, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 18:00:38 UTC (rev 1192307)
@@ -0,0 +1,36 @@
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Felipe Hommen 
+# Contributor: moostik 
+
+pkgname=geogebra
+pkgver=6.0.703.0
+pkgrel=1
+pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
+arch=(x86_64)
+url='https://www.geogebra.org/'
+license=(GPL3 'CCPL:by-sa' 'CCPL:by-nc')
+depends=(electron)
+source=(https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${pkgver//./-}.zip
+https://static.geogebra.org/images/geogebra-logo.svg
+geogebra
+geogebra.desktop
+geogebra-mime.xml)
+sha256sums=('e2da9df8be3277a3c5b91ec091347542d2b7e5eef64b0f8cb2095e44273b0b7a'
+'55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07'
+'62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57'
+'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'
+'100dd83e61057b9a104630ea39a84d967475d459ab38e29783a7587b3acfb6a4')
+
+package() {
+  cd GeoGebra-linux-x64
+
+  install -Dm755 "$srcdir"/geogebra "$pkgdir"/usr/bin/geogebra
+  install -dm755 "$pkgdir"/usr/lib/geogebra
+  cp -dpr --no-preserve=ownership resources "$pkgdir"/usr/lib/geogebra
+  cp -dpr --no-preserve=ownership locales "$pkgdir"/usr/lib/geogebra
+
+  install -Dm644 "$srcdir"/geogebra.desktop -t 
"$pkgdir"/usr/share/applications/
+  install -Dm644 "$srcdir"/geogebra-logo.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/geogebra.svg
+  install -Dm644 "$srcdir"/geogebra-mime.xml 
"$pkgdir"/usr/share/mime/packages/geogebra.xml
+}

Deleted: geogebra
===
--- geogebra2022-05-02 18:00:25 UTC (rev 1192306)
+++ geogebra2022-05-02 18:00:38 UTC (rev 1192307)
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-electron17 "/usr/lib/geogebra/resources/app" $@

Copied: 

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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 18:00:25
  Author: arojas
Revision: 1192306

Update to 6.0.703.0

Modified:
  geogebra/trunk/PKGBUILD
  geogebra/trunk/geogebra

--+
 PKGBUILD |8 
 geogebra |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 17:51:28 UTC (rev 1192305)
+++ PKGBUILD2022-05-02 18:00:25 UTC (rev 1192306)
@@ -4,21 +4,21 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=6.0.702.0
+pkgver=6.0.703.0
 pkgrel=1
 pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
 arch=(x86_64)
 url='https://www.geogebra.org/'
 license=(GPL3 'CCPL:by-sa' 'CCPL:by-nc')
-depends=(electron17)
+depends=(electron)
 
source=(https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${pkgver//./-}.zip
 https://static.geogebra.org/images/geogebra-logo.svg
 geogebra
 geogebra.desktop
 geogebra-mime.xml)
-sha256sums=('cf7c37e2b01cb3378e0d0c384b433590b65a1ad29055e0d87d2d3a8d19e07220'
+sha256sums=('e2da9df8be3277a3c5b91ec091347542d2b7e5eef64b0f8cb2095e44273b0b7a'
 '55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07'
-'a7ede76c24127988a0d6f9835ed11e190c4891ceda6afa297b423c404fd812f1'
+'62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57'
 'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'
 '100dd83e61057b9a104630ea39a84d967475d459ab38e29783a7587b3acfb6a4')
 

Modified: geogebra
===
--- geogebra2022-05-02 17:51:28 UTC (rev 1192305)
+++ geogebra2022-05-02 18:00:25 UTC (rev 1192306)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-electron17 "/usr/lib/geogebra/resources/app" $@
+electron "/usr/lib/geogebra/resources/app" $@



[arch-commits] Commit in lib32-sdl2/repos/multilib-x86_64 (6 files)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 17:51:28
  Author: arojas
Revision: 1192305

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD
(from rev 1192304, lib32-sdl2/trunk/PKGBUILD)
  lib32-sdl2/repos/multilib-x86_64/cmake-include-paths.patch
(from rev 1192304, lib32-sdl2/trunk/cmake-include-paths.patch)
  lib32-sdl2/repos/multilib-x86_64/dynapi.patch
(from rev 1192304, lib32-sdl2/trunk/dynapi.patch)
Deleted:
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD
  lib32-sdl2/repos/multilib-x86_64/cmake-include-paths.patch
  lib32-sdl2/repos/multilib-x86_64/dynapi.patch

---+
 PKGBUILD  |  148 +++---
 cmake-include-paths.patch |   90 +++
 dynapi.patch  |  168 ++--
 3 files changed, 203 insertions(+), 203 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 17:51:14 UTC (rev 1192304)
+++ PKGBUILD2022-05-02 17:51:28 UTC (rev 1192305)
@@ -1,74 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jameson Pugh 
-# Contributor: J0k3r 
-
-pkgname=lib32-sdl2
-pkgver=2.0.20
-pkgrel=2
-pkgdesc='A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard'
-arch=(x86_64)
-url=https://www.libsdl.org
-license=(MIT)
-depends=(
-  lib32-glibc
-  lib32-libxext
-  lib32-libxrender
-  lib32-libx11
-  lib32-libgl
-  lib32-libxcursor
-  sdl2
-)
-makedepends=(
-  cmake
-  git
-  jack
-  lib32-alsa-lib
-  lib32-libpulse
-  lib32-libxinerama
-  lib32-libxkbcommon
-  lib32-libxrandr
-  lib32-libxss
-  lib32-mesa
-  lib32-pipewire
-  lib32-wayland
-  ninja
-  wayland-protocols
-)
-optdepends=(
-  'lib32-alsa-lib: ALSA audio driver'
-  'lib32-jack: JACK audio driver'
-  'lib32-libpulse: PulseAudio audio driver'
-  'lib32-pipewire: PipeWire audio driver'
-)
-_tag=b424665e0899769b200231ba943353a5fee1b6b6
-source=(git+https://github.com/libsdl-org/SDL.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd SDL
-  git describe --tags | sed 's/^release-//'
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export CFLAGS+=" -ffat-lto-objects"
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-  cmake -S SDL -B build -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DSDL_DLOPEN=ON \
--DSDL_RPATH=OFF \
--DSDL_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --install build
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib32/cmake/SDL2/SDL2Targets-noconfig.cmake
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s sdl2 "${pkgdir}"/usr/share/licenses/lib32-sdl2
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-sdl2/repos/multilib-x86_64/PKGBUILD (from rev 1192304, 
lib32-sdl2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 17:51:28 UTC (rev 1192305)
@@ -0,0 +1,74 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jameson Pugh 
+# Contributor: J0k3r 
+
+pkgname=lib32-sdl2
+pkgver=2.0.22
+pkgrel=1
+pkgdesc='A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard'
+arch=(x86_64)
+url=https://www.libsdl.org
+license=(MIT)
+depends=(
+  lib32-glibc
+  lib32-libxext
+  lib32-libxrender
+  lib32-libx11
+  lib32-libgl
+  lib32-libxcursor
+  sdl2
+)
+makedepends=(
+  cmake
+  git
+  jack
+  lib32-alsa-lib
+  lib32-libpulse
+  lib32-libxinerama
+  lib32-libxkbcommon
+  lib32-libxrandr
+  lib32-libxss
+  lib32-mesa
+  lib32-pipewire
+  lib32-wayland
+  ninja
+  wayland-protocols
+)
+optdepends=(
+  'lib32-alsa-lib: ALSA audio driver'
+  'lib32-jack: JACK audio driver'
+  'lib32-libpulse: PulseAudio audio driver'
+  'lib32-pipewire: PipeWire audio driver'
+)
+_tag=53dea9830964eee8b5c2a7ee0a65d6e268dc78a1
+source=(git+https://github.com/libsdl-org/SDL.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd SDL
+  git describe --tags | sed 's/^release-//'
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export CFLAGS+=" -ffat-lto-objects"
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+  cmake -S SDL -B build -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DSDL_DLOPEN=ON \
+-DSDL_RPATH=OFF \
+-DSDL_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib32/cmake/SDL2/SDL2Targets-noconfig.cmake
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s sdl2 "${pkgdir}"/usr/share/licenses/lib32-sdl2
+}
+
+# vim: ts=2 sw=2 et:

Deleted: cmake-include-paths.patch
===
--- cmake-include-paths.patch   

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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 17:51:14
  Author: arojas
Revision: 1192304

Update to 2.0.22

Modified:
  lib32-sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 17:50:52 UTC (rev 1192303)
+++ PKGBUILD2022-05-02 17:51:14 UTC (rev 1192304)
@@ -3,8 +3,8 @@
 # Contributor: J0k3r 
 
 pkgname=lib32-sdl2
-pkgver=2.0.20
-pkgrel=2
+pkgver=2.0.22
+pkgrel=1
 pkgdesc='A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard'
 arch=(x86_64)
 url=https://www.libsdl.org
@@ -40,7 +40,7 @@
   'lib32-libpulse: PulseAudio audio driver'
   'lib32-pipewire: PipeWire audio driver'
 )
-_tag=b424665e0899769b200231ba943353a5fee1b6b6
+_tag=53dea9830964eee8b5c2a7ee0a65d6e268dc78a1
 source=(git+https://github.com/libsdl-org/SDL.git#tag=${_tag})
 b2sums=(SKIP)
 



[arch-commits] Commit in (sdl)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 17:50:52
  Author: arojas
Revision: 1192303

Replaced with sdl12-compat

Deleted:
  sdl/



[arch-commits] Commit in lib32-sdl12-compat (3 files)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 17:45:35
  Author: arojas
Revision: 1192301

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-sdl12-compat/repos/
  lib32-sdl12-compat/repos/multilib-testing-x86_64/
  lib32-sdl12-compat/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1192300, lib32-sdl12-compat/trunk/PKGBUILD)

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

Copied: lib32-sdl12-compat/repos/multilib-testing-x86_64/PKGBUILD (from rev 
1192300, lib32-sdl12-compat/trunk/PKGBUILD)
===
--- repos/multilib-testing-x86_64/PKGBUILD  (rev 0)
+++ repos/multilib-testing-x86_64/PKGBUILD  2022-05-02 17:45:35 UTC (rev 
1192301)
@@ -0,0 +1,31 @@
+# Maintainer:
+
+pkgname=lib32-sdl12-compat
+pkgver=1.2.52
+pkgrel=1
+pkgdesc='SDL 1.2 runtime compatibility library using SDL 2.0'
+arch=(x86_64)
+url=https://www.libsdl.org
+license=(MIT)
+depends=(lib32-glu lib32-sdl2 sdl12-compat)
+makedepends=(cmake)
+conflicts=(lib32-sdl)
+provides=(lib32-sdl)
+replaces=('lib32-sdl<=1.2.15-8')
+source=($pkgname-$pkgver.tar.gz::https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-$pkgver.tar.gz)
+sha256sums=('5bd7942703575554670a8767ae030f7921a0ac3c5e2fd173a537b7c7a8599014')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  cmake -B build -S sdl12-compat-release-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib32
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+  install -Dm644 "${srcdir}/sdl12-compat-release-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in (3 files)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 17:45:19
  Author: arojas
Revision: 1192300

Sync with 64 bits

Added:
  lib32-sdl12-compat/
  lib32-sdl12-compat/trunk/
  lib32-sdl12-compat/trunk/PKGBUILD

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

Added: lib32-sdl12-compat/trunk/PKGBUILD
===
--- lib32-sdl12-compat/trunk/PKGBUILD   (rev 0)
+++ lib32-sdl12-compat/trunk/PKGBUILD   2022-05-02 17:45:19 UTC (rev 1192300)
@@ -0,0 +1,31 @@
+# Maintainer:
+
+pkgname=lib32-sdl12-compat
+pkgver=1.2.52
+pkgrel=1
+pkgdesc='SDL 1.2 runtime compatibility library using SDL 2.0'
+arch=(x86_64)
+url=https://www.libsdl.org
+license=(MIT)
+depends=(lib32-glu lib32-sdl2 sdl12-compat)
+makedepends=(cmake)
+conflicts=(lib32-sdl)
+provides=(lib32-sdl)
+replaces=('lib32-sdl<=1.2.15-8')
+source=($pkgname-$pkgver.tar.gz::https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-$pkgver.tar.gz)
+sha256sums=('5bd7942703575554670a8767ae030f7921a0ac3c5e2fd173a537b7c7a8599014')
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  cmake -B build -S sdl12-compat-release-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib32
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+  install -Dm644 "${srcdir}/sdl12-compat-release-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-05-02 Thread Jan Steffens via arch-commits
Date: Monday, May 2, 2022 @ 17:42:17
  Author: heftig
Revision: 21

archrelease: copy trunk to extra-x86_64

Added:
  gtkmm3/repos/extra-x86_64/PKGBUILD
(from rev 20, gtkmm3/trunk/PKGBUILD)
Deleted:
  gtkmm3/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 17:42:05 UTC (rev 20)
+++ PKGBUILD2022-05-02 17:42:17 UTC (rev 21)
@@ -1,57 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtkmm3
-pkgname=(gtkmm3 gtkmm3-docs)
-pkgver=3.24.5
-pkgrel=2
-pkgdesc="C++ bindings for GTK+ 3"
-url="https://www.gtkmm.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 pangomm atkmm)
-makedepends=(git meson mm-common glibmm-docs cairomm-docs pangomm-docs
- atkmm-docs)
-checkdepends=(xorg-server-xvfb)
-options=(!emptydirs)
-_commit=46ba619fae503e361d088991f5eb8cf0b2c343fc  # tags/3.24.5^0
-source=("git+https://gitlab.gnome.org/GNOME/gtkmm.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gtkmm
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtkmm
-}
-
-build() {
-  arch-meson gtkmm build -D maintainer-mode=true
-  meson compile -C build
-}
-
-check() {
-  xvfb-run -s '-nolisten local' meson test -C build --print-errorlogs
-}
-
-package_gtkmm3() {
-  depends+=(libsigc-2.0.so libglibmm-2.4.so libcairomm-1.0.so libpangomm-1.4.so
-libatkmm-1.6.so)
-  provides=(libgtkmm-3.0.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  # Split -docs
-  mkdir -p docs/usr/share
-  mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
-}
-
-package_gtkmm3-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  options=(!strip)
-
-  mv -t "$pkgdir" docs/*
-}

Copied: gtkmm3/repos/extra-x86_64/PKGBUILD (from rev 20, 
gtkmm3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 17:42:17 UTC (rev 21)
@@ -0,0 +1,57 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=gtkmm3
+pkgname=(gtkmm3 gtkmm3-docs)
+pkgver=3.24.6
+pkgrel=1
+pkgdesc="C++ bindings for GTK+ 3"
+url="https://www.gtkmm.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 pangomm atkmm)
+makedepends=(git meson mm-common glibmm-docs cairomm-docs pangomm-docs
+ atkmm-docs)
+checkdepends=(xorg-server-xvfb)
+options=(!emptydirs debug)
+_commit=dfb6429af77c8dbc89e88a98268e719e78316a9a  # tags/3.24.6^0
+source=("git+https://gitlab.gnome.org/GNOME/gtkmm.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gtkmm
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gtkmm
+}
+
+build() {
+  arch-meson gtkmm build -D maintainer-mode=true
+  meson compile -C build
+}
+
+check() {
+  xvfb-run -s '-nolisten local' meson test -C build --print-errorlogs
+}
+
+package_gtkmm3() {
+  depends+=(libsigc-2.0.so libglibmm-2.4.so libcairomm-1.0.so libpangomm-1.4.so
+libatkmm-1.6.so)
+  provides=(libgtkmm-3.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  # Split -docs
+  mkdir -p docs/usr/share
+  mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
+}
+
+package_gtkmm3-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  options=(!strip)
+
+  mv -t "$pkgdir" docs/*
+}



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

2022-05-02 Thread Jan Steffens via arch-commits
Date: Monday, May 2, 2022 @ 17:42:17
  Author: heftig
Revision: 22

archrelease: copy trunk to extra-x86_64

Added:
  glibmm/repos/extra-x86_64/PKGBUILD
(from rev 20, glibmm/trunk/PKGBUILD)
Deleted:
  glibmm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 17:42:17 UTC (rev 21)
+++ PKGBUILD2022-05-02 17:42:17 UTC (rev 22)
@@ -1,56 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgbase=glibmm
-pkgname=(glibmm glibmm-docs)
-pkgver=2.66.2
-pkgrel=1
-pkgdesc="C++ bindings for GLib"
-url="https://www.gtkmm.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libsigc++)
-makedepends=(git meson mm-common perl-xml-parser clang)
-checkdepends=(glib-networking)
-options=(!emptydirs)
-_commit=7d6cb3ed9dd1366c6595ea56d4d4481887749aa6  # tags/2.66.2^0
-source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd glibmm
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd glibmm
-}
-
-build() {
-  arch-meson glibmm build -D maintainer-mode=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_glibmm() {
-  depends+=(libsigc-2.0.so)
-  provides=(libglibmm-2.4.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  # Split -docs
-  mkdir -p docs/usr/share
-  mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
-}
-
-package_glibmm-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  options=(!strip)
-
-  mv -t "$pkgdir" docs/*
-}

Copied: glibmm/repos/extra-x86_64/PKGBUILD (from rev 20, 
glibmm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 17:42:17 UTC (rev 22)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=glibmm
+pkgname=(glibmm glibmm-docs)
+pkgver=2.66.3
+pkgrel=1
+pkgdesc="C++ bindings for GLib"
+url="https://www.gtkmm.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libsigc++)
+makedepends=(git meson mm-common perl-xml-parser clang)
+checkdepends=(glib-networking)
+options=(!emptydirs debug)
+_commit=ccf78e04ac9d72d7f5c6b09a17204b2dfcbfd0df  # tags/2.66.3^0
+source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd glibmm
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd glibmm
+}
+
+build() {
+  arch-meson glibmm build -D maintainer-mode=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_glibmm() {
+  depends+=(libsigc-2.0.so)
+  provides=(libglibmm-2.4.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  # Split -docs
+  mkdir -p docs/usr/share
+  mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
+}
+
+package_glibmm-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  options=(!strip)
+
+  mv -t "$pkgdir" docs/*
+}



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

2022-05-02 Thread Jan Steffens via arch-commits
Date: Monday, May 2, 2022 @ 17:42:16
  Author: heftig
Revision: 1192299

archrelease: copy trunk to community-x86_64

Added:
  tepl/repos/community-x86_64/PKGBUILD
(from rev 1192298, tepl/trunk/PKGBUILD)
Deleted:
  tepl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 17:41:27 UTC (rev 1192298)
+++ PKGBUILD2022-05-02 17:42:16 UTC (rev 1192299)
@@ -1,54 +0,0 @@
-# Maintainer:
-# Contributor: Caleb Maclennan 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-# Contributor: Tobias Bohrmann (PlainTextField) 
-
-pkgname=tepl
-pkgver=6.00.0
-pkgrel=5
-_commit=51b15258e130d2b5134f6cd5ff7f91c75e0a482a  # tags/6.0.0.0^0
-pkgdesc="Library that eases the development of GtkSourceView-based text 
editors and IDEs"
-url="https://gitlab.gnome.org/Archive/tepl;
-arch=(x86_64)
-license=(LGPL3)
-depends=(amtk
- gtksourceview4
- uchardet)
-makedepends=(gobject-introspection
- git
- gtk-doc
- meson
- vala)
-checkdepends=(xorg-server-xvfb)
-source=("git+https://gitlab.gnome.org/Archive/tepl.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-   cd $pkgname
-   git tag -f 6.00.0 '6.0.0.0^0'; git tag -d 6.0.0.0  # Fixup tag
-}
-
-pkgver() {
-   cd $pkgname
-   git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-   arch-meson $pkgname build -D gtk_doc=true
-   meson compile -C build
-}
-
-check() {
-   xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
-   meson test -C build --print-errorlogs
-}
-
-package() {
-   depends+=(libamtk-5.so
- libgtksourceview-4.so
- libg{d,t}k-3.so
- libg{lib,object,io}-2.0.so)
-   provides+=("libtepl-${pkgver%%.*}.so")
-   DESTDIR="$pkgdir" meson install -C build
-}

Copied: tepl/repos/community-x86_64/PKGBUILD (from rev 1192298, 
tepl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 17:42:16 UTC (rev 1192299)
@@ -0,0 +1,54 @@
+# Maintainer:
+# Contributor: Caleb Maclennan 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+# Contributor: Tobias Bohrmann (PlainTextField) 
+
+pkgname=tepl
+pkgver=6.0.1
+pkgrel=1
+_commit=2db87c240f86ec05b6707c069dd132f835be653a  # tags/6.0.1^0
+pkgdesc="Library that eases the development of GtkSourceView-based text 
editors and IDEs"
+url="https://gitlab.gnome.org/swilmet/tepl;
+arch=(x86_64)
+license=(LGPL3)
+depends=(amtk
+ gtksourceview4
+ uchardet)
+makedepends=(gobject-introspection
+ git
+ gtk-doc
+ meson
+ vala)
+checkdepends=(xorg-server-xvfb)
+options=(debug)
+source=("git+https://gitlab.gnome.org/swilmet/tepl.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+   cd $pkgname
+}
+
+pkgver() {
+   cd $pkgname
+   git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+   arch-meson $pkgname build -D gtk_doc=true
+   meson compile -C build
+}
+
+check() {
+   xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
+   meson test -C build --print-errorlogs
+}
+
+package() {
+   depends+=(libamtk-5.so
+ libgtksourceview-4.so
+ libg{d,t}k-3.so
+ libg{lib,object,io}-2.0.so)
+   provides+=("libtepl-${pkgver%%.*}.so")
+   meson install -C build --destdir "$pkgdir"
+}



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

2022-05-02 Thread Jan Steffens via arch-commits
Date: Monday, May 2, 2022 @ 17:42:05
  Author: heftig
Revision: 20

3.24.6-1

Modified:
  gtkmm3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 17:35:06 UTC (rev 19)
+++ PKGBUILD2022-05-02 17:42:05 UTC (rev 20)
@@ -3,8 +3,8 @@
 
 pkgbase=gtkmm3
 pkgname=(gtkmm3 gtkmm3-docs)
-pkgver=3.24.5
-pkgrel=2
+pkgver=3.24.6
+pkgrel=1
 pkgdesc="C++ bindings for GTK+ 3"
 url="https://www.gtkmm.org/;
 arch=(x86_64)
@@ -13,14 +13,14 @@
 makedepends=(git meson mm-common glibmm-docs cairomm-docs pangomm-docs
  atkmm-docs)
 checkdepends=(xorg-server-xvfb)
-options=(!emptydirs)
-_commit=46ba619fae503e361d088991f5eb8cf0b2c343fc  # tags/3.24.5^0
+options=(!emptydirs debug)
+_commit=dfb6429af77c8dbc89e88a98268e719e78316a9a  # tags/3.24.6^0
 source=("git+https://gitlab.gnome.org/GNOME/gtkmm.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd gtkmm
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2022-05-02 Thread Caleb Maclennan via arch-commits
Date: Monday, May 2, 2022 @ 17:41:27
  Author: alerque
Revision: 1192298

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 17:41:19 UTC (rev 1192297)
+++ PKGBUILD2022-05-02 17:41:27 UTC (rev 1192298)
@@ -1,63 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Angel Velasquez 
-# Contributor: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-_pyname=pylint
-pkgname=python-$_pyname
-pkgver=2.13.7
-pkgrel=1
-pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
-arch=(any)
-url=https://pylint.org
-license=(GPL)
-_pydeps=(astroid
- dill
- isort
- mccabe
- platformdirs
- toml
- typing_extensions) # for python<3.10
-depends=(python
- "${_pydeps[@]/#/python-}")
-makedepends=(python-{build,installer}
- python-setuptools
- python-sphinx
- python-wheel)
-checkdepends=(mpdecimal
-  python-gitpython
-  python-pytest{,-timeout})
-optdepends=('graphviz: Enable output formats other than dot or vcg'
-'tk: Pylint GUI')
-_archive="$_pyname-$pkgver"
-source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz;)
-sha256sums=('c497a2b29e9c78322324e88b2303b388c28ed57a81601e365393ba68d976bc50')
-
-prepare() {
-   cd "$_archive"
-   # Remove overly restrictive dependency pinning that ends up in runtime 
checks
-   sed -i -e '/>=/{s/>.*//;p}' -e '/python_requires/d' setup.cfg
-   # Give ourselves a way to granularly disable test dependent on 
installed path
-   sed -i -e '/^markers =/a\pathdependent: Does not play nice' 
setup.cfg
-   sed -i -e 
'/test_do_not_import_files_from_local_directory_with_pythonpath/i\
@pytest.mark.pathdependent' tests/test_self.py
-}
-
-build() {
-   cd "$_archive"
-   python -m build -wn
-   make PYTHONPATH="$PWD/build/lib" -C doc man
-}
-
-check() {
-   cd "$_archive"
-   PYTHONPATH="$PWD:$PWD/build/lib" pytest \
-   -m 'not pathdependent' \
-   --deselect tests/benchmark/test_baseline_benchmarks.py
-}
-
-package() {
-   cd "$_archive"
-   python -m installer -d "$pkgdir" dist/*.whl
-   install -Dm0644 -t "$pkgdir/usr/share/man/man1/" doc/_build/man/*
-}

Copied: python-pylint/repos/community-any/PKGBUILD (from rev 1192297, 
python-pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 17:41:27 UTC (rev 1192298)
@@ -0,0 +1,63 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Angel Velasquez 
+# Contributor: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+_pyname=pylint
+pkgname=python-$_pyname
+pkgver=2.13.8
+pkgrel=1
+pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
+arch=(any)
+url=https://pylint.org
+license=(GPL)
+_pydeps=(astroid
+ dill
+ isort
+ mccabe
+ platformdirs
+ toml
+ typing_extensions) # for python<3.10
+depends=(python
+ "${_pydeps[@]/#/python-}")
+makedepends=(python-{build,installer}
+ python-setuptools
+ python-sphinx
+ python-wheel)
+checkdepends=(mpdecimal
+  python-gitpython
+  python-pytest{,-timeout})
+optdepends=('graphviz: Enable output formats other than dot or vcg'
+'tk: Pylint GUI')
+_archive="$_pyname-$pkgver"
+source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz;)
+sha256sums=('7bd4cfc0e3e4332f0f3d8f8fc9e967d2e2946912ca7a336f36d3f2ac99c5cd42')
+
+prepare() {
+   cd "$_archive"
+   # Remove overly restrictive dependency pinning that ends up in runtime 
checks
+   sed -i -e '/>=/{s/>.*//;p}' -e '/python_requires/d' setup.cfg
+   # Give ourselves a way to granularly disable test dependent on 
installed path
+   sed -i -e '/^markers =/a\pathdependent: Does not play nice' 
setup.cfg
+   sed -i -e 
'/test_do_not_import_files_from_local_directory_with_pythonpath/i\
@pytest.mark.pathdependent' tests/test_self.py
+}
+
+build() {
+   cd "$_archive"
+   python -m build -wn
+   make PYTHONPATH="$PWD/build/lib" -C doc man
+}
+
+check() {
+   cd "$_archive"
+   PYTHONPATH="$PWD:$PWD/build/lib" pytest \
+   -m 'not pathdependent' \
+   --deselect tests/benchmark/test_baseline_benchmarks.py
+}
+
+package() {
+   cd "$_archive"
+   python -m installer -d "$pkgdir" dist/*.whl
+   install 

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

2022-05-02 Thread Caleb Maclennan via arch-commits
Date: Monday, May 2, 2022 @ 17:41:19
  Author: alerque
Revision: 1192297

upgpkg: python-pylint 2.13.8-1

Modified:
  python-pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 17:39:22 UTC (rev 1192296)
+++ PKGBUILD2022-05-02 17:41:19 UTC (rev 1192297)
@@ -6,7 +6,7 @@
 
 _pyname=pylint
 pkgname=python-$_pyname
-pkgver=2.13.7
+pkgver=2.13.8
 pkgrel=1
 pkgdesc='Analyzes Python code looking for bugs and signs of poor quality'
 arch=(any)
@@ -32,7 +32,7 @@
 'tk: Pylint GUI')
 _archive="$_pyname-$pkgver"
 source=("https://github.com/PyCQA/pylint/archive/v$pkgver/$_archive.tar.gz;)
-sha256sums=('c497a2b29e9c78322324e88b2303b388c28ed57a81601e365393ba68d976bc50')
+sha256sums=('7bd4cfc0e3e4332f0f3d8f8fc9e967d2e2946912ca7a336f36d3f2ac99c5cd42')
 
 prepare() {
cd "$_archive"



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

2022-05-02 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 17:39:22
  Author: felixonmars
Revision: 1192296

archrelease: copy trunk to community-any

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

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

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

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



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

2022-05-02 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 17:39:08
  Author: felixonmars
Revision: 1192295

upgpkg: npm-check-updates 12.5.10-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 17:34:49 UTC (rev 1192294)
+++ PKGBUILD2022-05-02 17:39:08 UTC (rev 1192295)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=12.5.9
+pkgver=12.5.10
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('nodejs-nopt' 'npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('97d88ebc3ec4b106fdea01492f8e55d35606e9b3fcf9d9a86d89d282ebde84fb8dc2075634cac4f110bc6d27d4457e625265f86e4a1b3784fc5cc1d737d18c1c')
+sha512sums=('18a066802e990d9c2c86c392bac7be2580c555071a2a3f4d58d5975bda165f44ddaca271dbafe247a778b7a2c6fa2366e635febe806819c10868617c091cd6a7')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



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

2022-05-02 Thread Jan Steffens via arch-commits
Date: Monday, May 2, 2022 @ 17:35:06
  Author: heftig
Revision: 19

2.66.3-1

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 17:24:34 UTC (rev 18)
+++ PKGBUILD2022-05-02 17:35:06 UTC (rev 19)
@@ -4,7 +4,7 @@
 
 pkgbase=glibmm
 pkgname=(glibmm glibmm-docs)
-pkgver=2.66.2
+pkgver=2.66.3
 pkgrel=1
 pkgdesc="C++ bindings for GLib"
 url="https://www.gtkmm.org/;
@@ -13,14 +13,14 @@
 depends=(glib2 libsigc++)
 makedepends=(git meson mm-common perl-xml-parser clang)
 checkdepends=(glib-networking)
-options=(!emptydirs)
-_commit=7d6cb3ed9dd1366c6595ea56d4d4481887749aa6  # tags/2.66.2^0
+options=(!emptydirs debug)
+_commit=ccf78e04ac9d72d7f5c6b09a17204b2dfcbfd0df  # tags/2.66.3^0
 source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd glibmm
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2022-05-02 Thread Jan Steffens via arch-commits
Date: Monday, May 2, 2022 @ 17:34:49
  Author: heftig
Revision: 1192294

6.0.1-1

Modified:
  tepl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 17:32:31 UTC (rev 1192293)
+++ PKGBUILD2022-05-02 17:34:49 UTC (rev 1192294)
@@ -5,11 +5,11 @@
 # Contributor: Tobias Bohrmann (PlainTextField) 
 
 pkgname=tepl
-pkgver=6.00.0
-pkgrel=5
-_commit=51b15258e130d2b5134f6cd5ff7f91c75e0a482a  # tags/6.0.0.0^0
+pkgver=6.0.1
+pkgrel=1
+_commit=2db87c240f86ec05b6707c069dd132f835be653a  # tags/6.0.1^0
 pkgdesc="Library that eases the development of GtkSourceView-based text 
editors and IDEs"
-url="https://gitlab.gnome.org/Archive/tepl;
+url="https://gitlab.gnome.org/swilmet/tepl;
 arch=(x86_64)
 license=(LGPL3)
 depends=(amtk
@@ -21,17 +21,17 @@
  meson
  vala)
 checkdepends=(xorg-server-xvfb)
-source=("git+https://gitlab.gnome.org/Archive/tepl.git#commit=$_commit;)
+options=(debug)
+source=("git+https://gitlab.gnome.org/swilmet/tepl.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 prepare() {
cd $pkgname
-   git tag -f 6.00.0 '6.0.0.0^0'; git tag -d 6.0.0.0  # Fixup tag
 }
 
 pkgver() {
cd $pkgname
-   git describe --tags | sed 's/-/+/g'
+   git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {
@@ -50,5 +50,5 @@
  libg{d,t}k-3.so
  libg{lib,object,io}-2.0.so)
provides+=("libtepl-${pkgver%%.*}.so")
-   DESTDIR="$pkgdir" meson install -C build
+   meson install -C build --destdir "$pkgdir"
 }



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 17:32:31
  Author: arojas
Revision: 1192293

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 17:32:13 UTC (rev 1192292)
+++ PKGBUILD2022-05-02 17:32:31 UTC (rev 1192293)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan de Groot 
-
-pkgname=lib32-libvdpau
-pkgver=1.4
-pkgrel=2
-pkgdesc='Nvidia VDPAU library'
-arch=(x86_64)
-url=https://gitlab.freedesktop.org/vdpau/libvdpau
-license=(custom)
-depends=(
-  lib32-libxext
-  libvdpau
-)
-makedepends=(
-  xorgproto
-  git
-  meson
-)
-source=(git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=c3d1a9dbafdfe6144ff474d0d523dc01b068750f)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libvdpau
-
-  git describe --tags
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  arch-meson libvdpau build \
---libdir=/usr/lib32
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -rf "${pkgdir}"/{etc,usr/include}
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libvdpau "${pkgdir}"/usr/share/licenses/lib32-libvdpau
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libvdpau/repos/multilib-x86_64/PKGBUILD (from rev 1192292, 
lib32-libvdpau/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 17:32:31 UTC (rev 1192293)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan de Groot 
+
+pkgname=lib32-libvdpau
+pkgver=1.5
+pkgrel=1
+pkgdesc='Nvidia VDPAU library'
+arch=(x86_64)
+url=https://gitlab.freedesktop.org/vdpau/libvdpau
+license=(custom)
+depends=(
+  lib32-libxext
+  libvdpau
+)
+makedepends=(
+  xorgproto
+  git
+  meson
+)
+source=(git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=79f1506a3307d3275b0fdfb2e110c173f68e6f78)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libvdpau
+
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  arch-meson libvdpau build \
+--libdir=/usr/lib32
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/{etc,usr/include}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libvdpau "${pkgdir}"/usr/share/licenses/lib32-libvdpau
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 17:32:13
  Author: arojas
Revision: 1192292

Update to 1.5

Modified:
  lib32-libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 17:25:30 UTC (rev 1192291)
+++ PKGBUILD2022-05-02 17:32:13 UTC (rev 1192292)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=lib32-libvdpau
-pkgver=1.4
-pkgrel=2
+pkgver=1.5
+pkgrel=1
 pkgdesc='Nvidia VDPAU library'
 arch=(x86_64)
 url=https://gitlab.freedesktop.org/vdpau/libvdpau
@@ -17,7 +17,7 @@
   git
   meson
 )
-source=(git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=c3d1a9dbafdfe6144ff474d0d523dc01b068750f)
+source=(git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=79f1506a3307d3275b0fdfb2e110c173f68e6f78)
 sha256sums=(SKIP)
 
 pkgver() {



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 17:25:30
  Author: arojas
Revision: 1192291

archrelease: copy trunk to community-x86_64

Added:
  r/repos/community-x86_64/PKGBUILD
(from rev 1192290, r/trunk/PKGBUILD)
  r/repos/community-x86_64/R.conf
(from rev 1192290, r/trunk/R.conf)
  r/repos/community-x86_64/r.desktop
(from rev 1192290, r/trunk/r.desktop)
  r/repos/community-x86_64/r.png
(from rev 1192290, r/trunk/r.png)
Deleted:
  r/repos/community-x86_64/PKGBUILD
  r/repos/community-x86_64/R.conf
  r/repos/community-x86_64/r.desktop
  r/repos/community-x86_64/r.png

---+
 PKGBUILD  |  173 ++--
 R.conf|4 -
 r.desktop |   22 +++
 3 files changed, 100 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 17:25:12 UTC (rev 1192290)
+++ PKGBUILD2022-05-02 17:25:30 UTC (rev 1192291)
@@ -1,86 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Ronald van Haren 
-# Contributor: Damir Perisa 
-# Contributor: K. Piche 
-
-pkgname=r
-pkgver=4.2.0
-pkgrel=1
-pkgdesc='Language and environment for statistical computing and graphics'
-arch=(x86_64)
-license=(GPL)
-url='https://www.r-project.org/'
-depends=(lapack libtiff pcre2 perl libxmu pango zip unzip curl icu which)
-makedepends=(jdk-openjdk gcc-fortran tk texlive-core)
-optdepends=('tk: tcl/tk interface'
-'texlive-bin: latex sty files'
-'gcc-fortran: needed to compile some CRAN packages'
-'openblas: faster linear algebra')
-backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
-options=(!emptydirs)
-source=(https://cran.r-project.org/src/base/R-${pkgver%%.*}/R-$pkgver.tar.gz
-   r.desktop
-   r.png
-   R.conf)
-sha256sums=('38eab7719b7ad095388f06aa090c5a2b202791945de60d3e2bb0eab1f5097488'
-'25b01ea93fa704884b65ba002d44d4e99725bd826997e8c73b6467df9f23c798'
-'1580d06a737951f4f3c903cbd514247d9071fc6868eb9c2de94bb999cc195cb1'
-'b7833166041b06f716b6a79095d27d4abd83549816dc53193213827139eae6ef')
-
-prepare() {
-  cd R-$pkgver
-  # set texmf dir correctly in makefile
-  sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
-}
-
-build() {
-  cd R-$pkgver
-  ./configure  --prefix=/usr \
-   --libdir=/usr/lib \
-   --sysconfdir=/etc/R \
-   --datarootdir=/usr/share \
-   rsharedir=/usr/share/R/ \
-   rincludedir=/usr/include/R/ \
-   rdocdir=/usr/share/doc/R/ \
-   --with-x \
-   --enable-R-shlib \
-   --with-lapack \
-   --with-blas \
-   F77=gfortran \
-   LIBnn=lib
-  make
-  make pdf info
-
-  cd src/nmath/standalone
-  make shared
-}
-
-package() {
-  cd R-$pkgver
-  make DESTDIR="$pkgdir" install install-pdf install-info
-
-# install libRmath.so
-  cd src/nmath/standalone
-  make DESTDIR="$pkgdir" install
-
-# Fixup R wrapper scripts.
-  sed -i "s|$pkgdir ||" "${pkgdir}/usr/bin/R"
-  rm "$pkgdir"/usr/lib/R/bin/R
-  cd "$pkgdir"/usr/lib/R/bin
-  ln -s ../../../bin/R
-
-# install some freedesktop.org compatibility
-  install -Dm644 "$srcdir"/r.desktop -t "$pkgdir"/usr/share/applications
-  install -Dm644 "$srcdir"/r.png -t "$pkgdir"/usr/share/pixmaps
-
-# move the config directory to /etc and create symlinks
-  install -d "$pkgdir"/etc/R
-  cd "$pkgdir"/usr/lib/R/etc
-  for _i in *; do
-mv -f $_i "$pkgdir"/etc/R
-ln -s /etc/R/$_i $_i
-  done
-
-# Install ld.so.conf.d file to ensure other applications access the shared lib
-  install -Dm644 "$srcdir"/R.conf -t "$pkgdir"/etc/ld.so.conf.d
-}

Copied: r/repos/community-x86_64/PKGBUILD (from rev 1192290, r/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 17:25:30 UTC (rev 1192291)
@@ -0,0 +1,87 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Contributor: K. Piche 
+
+pkgname=r
+pkgver=4.2.0
+pkgrel=2
+pkgdesc='Language and environment for statistical computing and graphics'
+arch=(x86_64)
+license=(GPL)
+url='https://www.r-project.org/'
+depends=(lapack libtiff pcre2 perl libxmu pango zip unzip curl icu which)
+makedepends=(jdk-openjdk gcc-fortran tk texlive-core)
+optdepends=('tk: tcl/tk interface'
+'texlive-bin: latex sty files'
+'gcc-fortran: needed to compile some CRAN packages'
+'openblas: faster linear algebra')
+backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
+options=(!emptydirs)
+source=(https://cran.r-project.org/src/base/R-${pkgver%%.*}/R-$pkgver.tar.gz
+   r.desktop
+   r.png
+   R.conf)
+sha256sums=('38eab7719b7ad095388f06aa090c5a2b202791945de60d3e2bb0eab1f5097488'
+

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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 17:25:12
  Author: arojas
Revision: 1192290

Add -ffat-lto-objects to CFLAGS. Not strictly needed for r itself, but it is 
inherited by third-party packages (FS#74609)

Modified:
  r/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 17:24:36 UTC (rev 1192289)
+++ PKGBUILD2022-05-02 17:25:12 UTC (rev 1192290)
@@ -5,7 +5,7 @@
 
 pkgname=r
 pkgver=4.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Language and environment for statistical computing and graphics'
 arch=(x86_64)
 license=(GPL)
@@ -35,6 +35,7 @@
 
 build() {
   cd R-$pkgver
+  CFLAGS+=" -ffat-lto-objects" \
   ./configure  --prefix=/usr \
--libdir=/usr/lib \
--sysconfdir=/etc/R \



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

2022-05-02 Thread Jan Steffens via arch-commits
Date: Monday, May 2, 2022 @ 17:24:34
  Author: heftig
Revision: 17

archrelease: copy trunk to testing-x86_64

Added:
  libxml2/repos/testing-x86_64/
  libxml2/repos/testing-x86_64/PKGBUILD
(from rev 16, libxml2/trunk/PKGBUILD)
  libxml2/repos/testing-x86_64/libxml2-2.9.8-python3-unicode-errors.patch
(from rev 16, libxml2/trunk/libxml2-2.9.8-python3-unicode-errors.patch)
  libxml2/repos/testing-x86_64/no-fuzz.diff
(from rev 16, libxml2/trunk/no-fuzz.diff)

+
 PKGBUILD   |   79 +++
 libxml2-2.9.8-python3-unicode-errors.patch |   43 ++
 no-fuzz.diff   |   24 
 3 files changed, 146 insertions(+)

Copied: libxml2/repos/testing-x86_64/PKGBUILD (from rev 16, 
libxml2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-05-02 17:24:34 UTC (rev 17)
@@ -0,0 +1,79 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Levente Polyak 
+# Contributor: Jan de Groot 
+# Contributor: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.14
+pkgrel=1
+pkgdesc='XML parsing library, version 2'
+url='http://www.xmlsoft.org/'
+arch=(x86_64)
+license=(MIT)
+depends=(zlib readline ncurses xz icu)
+makedepends=(python git)
+optdepends=('python: Python bindings')
+provides=(libxml2.so)
+options=(debug)
+_commit=7846b0a677f8d3ce72486125fa281e92ac9970e8  # tags/v2.9.14^0
+source=("git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit;
+libxml2-2.9.8-python3-unicode-errors.patch
+no-fuzz.diff
+https://www.w3.org/XML/Test/xmlts20130923.tar.gz)
+sha256sums=('SKIP'
+'d331748e504e69603dac9c57f7b110a98a4bd4cb87e63d0c1bbcd71ec3635383'
+'3fc010d8c42b93e6d6f1fca6b598a561e9d2c8780ff3ca0c76a31efabaea404f'
+'9b61db9f5dbffa545f4b8d78422167083a8568c59bd1129f94138f936cf6fc1f')
+
+pkgver() {
+  cd libxml2
+  git describe --tags | sed 's/-rc/rc/;s/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  mkdir build
+
+  # Use xmlconf from conformance test suite
+  ln -s xmlconf build/xmlconf
+
+  cd libxml2
+
+  # https://src.fedoraproject.org/rpms/libxml2/tree/rawhide
+  git apply -3 ../libxml2-2.9.8-python3-unicode-errors.patch
+
+  # Do not run fuzzing tests
+  git apply -3 ../no-fuzz.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build
+
+  ../libxml2/configure \
+--prefix=/usr \
+--with-threads \
+--with-history \
+--with-python=/usr/bin/python \
+--with-icu
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  find doc -type f -exec chmod -c 0644 {} +
+}
+
+check() {
+  make -C build check
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+
+  install -Dm 644 build/COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set sw=2 et:

Copied: libxml2/repos/testing-x86_64/libxml2-2.9.8-python3-unicode-errors.patch 
(from rev 16, libxml2/trunk/libxml2-2.9.8-python3-unicode-errors.patch)
===
--- testing-x86_64/libxml2-2.9.8-python3-unicode-errors.patch   
(rev 0)
+++ testing-x86_64/libxml2-2.9.8-python3-unicode-errors.patch   2022-05-02 
17:24:34 UTC (rev 17)
@@ -0,0 +1,43 @@
+diff --git i/python/libxml.c w/python/libxml.c
+index ef630254..65a51af0 100644
+--- i/python/libxml.c
 w/python/libxml.c
+@@ -1621,28 +1621,37 @@ libxml_xmlErrorFuncHandler(ATTRIBUTE_UNUSED void *ctx, 
const char *msg,
+ PyObject *message;
+ PyObject *result;
+ char str[1000];
++unsigned char *ptr = (unsigned char *)str;
+ 
+ #ifdef DEBUG_ERROR
+ printf("libxml_xmlErrorFuncHandler(%p, %s, ...) called\n", ctx, msg);
+ #endif
+ 
+ 
+ if (libxml_xmlPythonErrorFuncHandler == NULL) {
+ va_start(ap, msg);
+ vfprintf(stderr, msg, ap);
+ va_end(ap);
+ } else {
+ va_start(ap, msg);
+ if (vsnprintf(str, 999, msg, ap) >= 998)
+   str[999] = 0;
+ va_end(ap);
+ 
++#if PY_MAJOR_VERSION >= 3
++/* Ensure the error string doesn't start at UTF8 continuation. */
++while (*ptr && (*ptr & 0xc0) == 0x80)
++ptr++;
++#endif
++
+ list = PyTuple_New(2);
+ PyTuple_SetItem(list, 0, libxml_xmlPythonErrorFuncCtxt);
+ Py_XINCREF(libxml_xmlPythonErrorFuncCtxt);
+-message = libxml_charPtrConstWrap(str);
++message = libxml_charPtrConstWrap(ptr);
+ PyTuple_SetItem(list, 1, message);
+ result = PyEval_CallObject(libxml_xmlPythonErrorFuncHandler, list);
++/* Forget any errors caused in the error handler. */
++PyErr_Clear();
+ 

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

2022-05-02 Thread Jan Steffens via arch-commits
Date: Monday, May 2, 2022 @ 17:24:34
  Author: heftig
Revision: 1192288

archrelease: copy trunk to community-x86_64

Added:
  amtk/repos/community-x86_64/PKGBUILD
(from rev 1192287, amtk/trunk/PKGBUILD)
Deleted:
  amtk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 17:23:48 UTC (rev 1192287)
+++ PKGBUILD2022-05-02 17:24:34 UTC (rev 1192288)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=amtk
-pkgver=5.3.2
-pkgrel=1
-pkgdesc="Actions, Menus and Toolbars Kit for GTK applications"
-url="https://gitlab.gnome.org/swilmet/amtk;
-arch=(x86_64)
-license=(LGPL3)
-depends=(gtk3)
-makedepends=(meson git gobject-introspection gtk-doc)
-options=(debug)
-_commit=b7117ffd65fe0fb8e294f18607caecf350c20027  # tags/5.3.2^0
-source=("git+https://gitlab.gnome.org/swilmet/amtk.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd amtk
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd amtk
-}
-
-build() {
-  arch-meson amtk build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io}-2.0.so libgtk-3.so)
-  provides+=("libamtk-${pkgver%%.*}.so")
-
-  meson install -C build --destdir "$pkgdir"
-}

Copied: amtk/repos/community-x86_64/PKGBUILD (from rev 1192287, 
amtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 17:24:34 UTC (rev 1192288)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=amtk
+pkgver=5.4.0
+pkgrel=1
+pkgdesc="Actions, Menus and Toolbars Kit for GTK applications"
+url="https://gitlab.gnome.org/swilmet/amtk;
+arch=(x86_64)
+license=(LGPL3)
+depends=(gtk3)
+makedepends=(meson git gobject-introspection gtk-doc)
+options=(debug)
+_commit=9feb1a70cf06a6fe837c27f4ddcdd492dcb4fe9b  # tags/5.4.0^0
+source=("git+https://gitlab.gnome.org/swilmet/amtk.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd amtk
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd amtk
+}
+
+build() {
+  arch-meson amtk build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so libgtk-3.so)
+  provides+=("libamtk-${pkgver%%.*}.so")
+
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-05-02 Thread Jan Steffens via arch-commits
Date: Monday, May 2, 2022 @ 17:24:34
  Author: heftig
Revision: 18

archrelease: copy trunk to extra-x86_64

Added:
  rhythmbox/repos/extra-x86_64/PKGBUILD
(from rev 16, rhythmbox/trunk/PKGBUILD)
Deleted:
  rhythmbox/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 17:24:34 UTC (rev 17)
+++ PKGBUILD2022-05-02 17:24:34 UTC (rev 18)
@@ -1,78 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Giovanni Scafora 
-
-pkgname=rhythmbox
-pkgver=3.4.4
-pkgrel=5
-pkgdesc="Music playback and management application"
-arch=(x86_64)
-license=(GPL)
-url="https://wiki.gnome.org/Apps/Rhythmbox;
-depends=(dconf gst-plugins-base gst-plugins-good libsoup json-glib libnotify
- libpeas media-player-info totem-plparser tdb python-gobject libgudev
- grilo)
-makedepends=(itstool intltool brasero gobject-introspection vala libdmapsharing
- lirc libgpod libmtp zeitgeist gtk-doc yelp-tools git)
-checkdepends=(check xorg-server-xvfb)
-optdepends=('gst-plugins-ugly: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-libav: Extra media codecs'
-'brasero: Audio CD Recorder plugin'
-'libdmapsharing: DAAP Music Sharing plugin'
-'grilo-plugins: Grilo media browser plugin'
-'lirc: LIRC plugin'
-'libgpod: Portable Players - iPod plugin'
-'libmtp: Portable Players - MTP plugin'
-'gvfs-mtp: Portable Players - Android plugin'
-'zeitgeist: Zeitgeist logging plugin')
-_commit=473a28752bfd6260d74f41e3b0d737f71495f4a8  # tags/v3.4.4^0
-source=("git+https://gitlab.gnome.org/GNOME/rhythmbox.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/68537
-  git cherry-pick -n 3360f18d15cd6fabcadac56bc07d4ca133fa661f
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/rhythmbox \
---disable-browser-plugin \
---disable-static \
---disable-more-warnings \
---enable-daap \
---enable-gtk-doc \
---enable-python \
---enable-vala \
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() (
-  cd $pkgname
-  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/data}"
-  export GSETTINGS_SCHEMA_DIR GSETTINGS_BACKEND=memory CK_TIMEOUT_MULTIPLIER=3
-  xvfb-run -s '-nolisten local' make check
-)
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir/usr/lib/rhythmbox/sample-plugins"
-}

Copied: rhythmbox/repos/extra-x86_64/PKGBUILD (from rev 16, 
rhythmbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 17:24:34 UTC (rev 18)
@@ -0,0 +1,66 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Giovanni Scafora 
+
+pkgname=rhythmbox
+pkgver=3.4.5
+pkgrel=1
+pkgdesc="Music playback and management application"
+arch=(x86_64)
+license=(GPL)
+url="https://wiki.gnome.org/Apps/Rhythmbox;
+depends=(dconf gst-plugins-base gst-plugins-good libsoup json-glib libnotify
+ libpeas media-player-info totem-plparser tdb python-gobject libgudev
+ grilo)
+makedepends=(brasero gobject-introspection vala libdmapsharing lirc libgpod
+ libmtp zeitgeist gtk-doc yelp-tools git meson)
+checkdepends=(check xorg-server-xvfb)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs'
+'brasero: Audio CD Recorder plugin'
+'libdmapsharing: DAAP Music Sharing plugin'
+'grilo-plugins: Grilo media browser plugin'
+'lirc: LIRC plugin'
+'libgpod: Portable Players - iPod plugin'
+'libmtp: Portable Players - MTP plugin'
+'gvfs-mtp: Portable Players - Android plugin'
+'zeitgeist: Zeitgeist logging plugin')
+options=(debug)
+_commit=015ce7418d2bc6486f51f8fc0c21a4514fcbc50a  # tags/v3.4.5^0
+source=("git+https://gitlab.gnome.org/GNOME/rhythmbox.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Allow building with a newer version of meson
+  sed -i '/unsupported version of meson/d' meson.build
+}
+
+build() {
+  arch-meson $pkgname build \
+-D gtk_doc=true \
+-D tests=true
+  meson compile -C build
+}
+

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

2022-05-02 Thread Jan Steffens via arch-commits
Date: Monday, May 2, 2022 @ 17:24:36
  Author: heftig
Revision: 1192289

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libxml2/repos/multilib-testing-x86_64/
  lib32-libxml2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1192287, lib32-libxml2/trunk/PKGBUILD)

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

Copied: lib32-libxml2/repos/multilib-testing-x86_64/PKGBUILD (from rev 1192287, 
lib32-libxml2/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2022-05-02 17:24:36 UTC (rev 1192289)
@@ -0,0 +1,66 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Levente Polyak 
+# Contributor: Jan de Groot 
+# Contributor: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=lib32-libxml2
+pkgver=2.9.14
+pkgrel=1
+pkgdesc='XML parsing library, version 2 (32-bit)'
+url='http://www.xmlsoft.org/'
+arch=(x86_64)
+license=(MIT)
+depends=(lib32-zlib lib32-readline lib32-ncurses lib32-xz lib32-icu libxml2)
+makedepends=(git)
+provides=(libxml2.so)
+options=(debug)
+_commit=7846b0a677f8d3ce72486125fa281e92ac9970e8  # tags/v2.9.14^0
+source=("git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libxml2
+  git describe --tags | sed 's/-rc/rc/;s/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  mkdir build
+
+  cd libxml2
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+  cd build
+
+  ../libxml2/configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--with-threads \
+--with-history \
+--without-python \
+--with-icu
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  make -C build check
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{include,share,bin}
+  rm "$pkgdir/usr/lib32/xml2Conf.sh"
+
+  install -Dm 644 build/COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set sw=2 et:



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

2022-05-02 Thread Jan Steffens via arch-commits
Date: Monday, May 2, 2022 @ 17:23:45
  Author: heftig
Revision: 16

2.9.14-1

Modified:
  libxml2/trunk/PKGBUILD
  libxml2/trunk/libxml2-2.9.8-python3-unicode-errors.patch

+
 PKGBUILD   |   22 --
 libxml2-2.9.8-python3-unicode-errors.patch |   21 +++--
 2 files changed, 27 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 16:58:14 UTC (rev 15)
+++ PKGBUILD2022-05-02 17:23:45 UTC (rev 16)
@@ -1,11 +1,12 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Maintainer: Levente Polyak 
-# Maintainer: Jan de Groot 
+# Contributor: Jan de Groot 
 # Contributor: Tom Gundersen 
 # Contributor: John Proctor 
 
 pkgname=libxml2
-pkgver=2.9.13
-pkgrel=2
+pkgver=2.9.14
+pkgrel=1
 pkgdesc='XML parsing library, version 2'
 url='http://www.xmlsoft.org/'
 arch=(x86_64)
@@ -14,13 +15,14 @@
 makedepends=(python git)
 optdepends=('python: Python bindings')
 provides=(libxml2.so)
-_commit=a075d256fd9ff15590b86d981b75a50ead124fca  # tags/v2.9.13^0
+options=(debug)
+_commit=7846b0a677f8d3ce72486125fa281e92ac9970e8  # tags/v2.9.14^0
 source=("git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit;
 libxml2-2.9.8-python3-unicode-errors.patch
 no-fuzz.diff
 https://www.w3.org/XML/Test/xmlts20130923.tar.gz)
 sha256sums=('SKIP'
-'37eb81a8ec6929eed1514e891bff2dd05b450bcf0c712153880c485b7366c17c'
+'d331748e504e69603dac9c57f7b110a98a4bd4cb87e63d0c1bbcd71ec3635383'
 '3fc010d8c42b93e6d6f1fca6b598a561e9d2c8780ff3ca0c76a31efabaea404f'
 '9b61db9f5dbffa545f4b8d78422167083a8568c59bd1129f94138f936cf6fc1f')
 
@@ -43,10 +45,10 @@
   # Do not run fuzzing tests
   git apply -3 ../no-fuzz.diff
 
-  autoreconf -fiv
+  NOCONFIGURE=1 ./autogen.sh
 }
 
-build() (
+build() {
   cd build
 
   ../libxml2/configure \
@@ -59,7 +61,7 @@
   make
 
   find doc -type f -exec chmod -c 0644 {} +
-)
+}
 
 check() {
   make -C build check
@@ -67,9 +69,9 @@
 
 package() {
   make -C build DESTDIR="$pkgdir" install
-  
+
   python -m compileall -d /usr/lib "$pkgdir/usr/lib"
-  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib" 
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
 
   install -Dm 644 build/COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
 }

Modified: libxml2-2.9.8-python3-unicode-errors.patch
===
--- libxml2-2.9.8-python3-unicode-errors.patch  2022-05-02 16:58:14 UTC (rev 
15)
+++ libxml2-2.9.8-python3-unicode-errors.patch  2022-05-02 17:23:45 UTC (rev 
16)
@@ -1,8 +1,8 @@
-Index: libxml2-2.9.5/python/libxml.c
-===
 libxml2-2.9.5.orig/python/libxml.c
-+++ libxml2-2.9.5/python/libxml.c
-@@ -1620,6 +1620,7 @@ libxml_xmlErrorFuncHandler(ATTRIBUTE_UNU
+diff --git i/python/libxml.c w/python/libxml.c
+index ef630254..65a51af0 100644
+--- i/python/libxml.c
 w/python/libxml.c
+@@ -1621,28 +1621,37 @@ libxml_xmlErrorFuncHandler(ATTRIBUTE_UNUSED void *ctx, 
const char *msg,
  PyObject *message;
  PyObject *result;
  char str[1000];
@@ -10,7 +10,16 @@
  
  #ifdef DEBUG_ERROR
  printf("libxml_xmlErrorFuncHandler(%p, %s, ...) called\n", ctx, msg);
-@@ -1636,12 +1637,20 @@ libxml_xmlErrorFuncHandler(ATTRIBUTE_UNU
+ #endif
+ 
+ 
+ if (libxml_xmlPythonErrorFuncHandler == NULL) {
+ va_start(ap, msg);
+ vfprintf(stderr, msg, ap);
+ va_end(ap);
+ } else {
+ va_start(ap, msg);
+ if (vsnprintf(str, 999, msg, ap) >= 998)
str[999] = 0;
  va_end(ap);
  



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

2022-05-02 Thread Jan Steffens via arch-commits
Date: Monday, May 2, 2022 @ 17:23:48
  Author: heftig
Revision: 1192287

2.9.14-1

Modified:
  lib32-libxml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 17:23:11 UTC (rev 1192286)
+++ PKGBUILD2022-05-02 17:23:48 UTC (rev 1192287)
@@ -1,12 +1,12 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Maintainer: Levente Polyak 
-# Maintainer: Jan de Groot 
+# Contributor: Jan de Groot 
 # Contributor: Tom Gundersen 
 # Contributor: John Proctor 
 
-_pkgbasename=libxml2
-pkgname=lib32-$_pkgbasename
-pkgver=2.9.13
-pkgrel=2
+pkgname=lib32-libxml2
+pkgver=2.9.14
+pkgrel=1
 pkgdesc='XML parsing library, version 2 (32-bit)'
 url='http://www.xmlsoft.org/'
 arch=(x86_64)
@@ -13,18 +13,22 @@
 license=(MIT)
 depends=(lib32-zlib lib32-readline lib32-ncurses lib32-xz lib32-icu libxml2)
 makedepends=(git)
-_commit=a075d256fd9ff15590b86d981b75a50ead124fca  # tags/v2.9.13^0
+provides=(libxml2.so)
+options=(debug)
+_commit=7846b0a677f8d3ce72486125fa281e92ac9970e8  # tags/v2.9.14^0
 source=("git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd ${_pkgbasename}
-  git describe --always --tags | sed 
's/-rc/rc/;s/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+  cd libxml2
+  git describe --tags | sed 's/-rc/rc/;s/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 prepare() {
-  cd ${_pkgbasename}
+  mkdir build
 
+  cd libxml2
+
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -31,27 +35,32 @@
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
 
-  cd ${_pkgbasename}
+  cd build
 
-  ./configure \
+  ../libxml2/configure \
 --prefix=/usr \
+--libdir=/usr/lib32 \
 --with-threads \
 --with-history \
---with-icu \
---libdir=/usr/lib32
+--without-python \
+--with-icu
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
   make
 }
 
+check() {
+  make -C build check
+}
+
 package() {
-  cd ${_pkgbasename}
-  make DESTDIR="${pkgdir}" install
+  make -C build DESTDIR="$pkgdir" install
 
-  rm -rf "${pkgdir}"/usr/{include,share,bin} "$pkgdir/usr/lib32/xml2Conf.sh"
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+  rm -r "$pkgdir"/usr/{include,share,bin}
+  rm "$pkgdir/usr/lib32/xml2Conf.sh"
+
+  install -Dm 644 build/COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
 }
 
-# vim: ts=2 sw=2 et:
+# vim:set sw=2 et:



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

2022-05-02 Thread Jan Steffens via arch-commits
Date: Monday, May 2, 2022 @ 17:23:11
  Author: heftig
Revision: 1192286

5.4.0-1

Modified:
  amtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 16:59:00 UTC (rev 1192285)
+++ PKGBUILD2022-05-02 17:23:11 UTC (rev 1192286)
@@ -2,7 +2,7 @@
 # Contributor: Balló György 
 
 pkgname=amtk
-pkgver=5.3.2
+pkgver=5.4.0
 pkgrel=1
 pkgdesc="Actions, Menus and Toolbars Kit for GTK applications"
 url="https://gitlab.gnome.org/swilmet/amtk;
@@ -11,7 +11,7 @@
 depends=(gtk3)
 makedepends=(meson git gobject-introspection gtk-doc)
 options=(debug)
-_commit=b7117ffd65fe0fb8e294f18607caecf350c20027  # tags/5.3.2^0
+_commit=9feb1a70cf06a6fe837c27f4ddcdd492dcb4fe9b  # tags/5.4.0^0
 source=("git+https://gitlab.gnome.org/swilmet/amtk.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-05-02 Thread Jan Steffens via arch-commits
Date: Monday, May 2, 2022 @ 16:54:11
  Author: heftig
Revision: 12

3.4.5-1

Modified:
  rhythmbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 16:28:35 UTC (rev 11)
+++ PKGBUILD2022-05-02 16:54:11 UTC (rev 12)
@@ -1,9 +1,10 @@
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 # Contributor: Giovanni Scafora 
 
 pkgname=rhythmbox
-pkgver=3.4.4
-pkgrel=5
+pkgver=3.4.5
+pkgrel=1
 pkgdesc="Music playback and management application"
 arch=(x86_64)
 license=(GPL)
@@ -11,8 +12,8 @@
 depends=(dconf gst-plugins-base gst-plugins-good libsoup json-glib libnotify
  libpeas media-player-info totem-plparser tdb python-gobject libgudev
  grilo)
-makedepends=(itstool intltool brasero gobject-introspection vala libdmapsharing
- lirc libgpod libmtp zeitgeist gtk-doc yelp-tools git)
+makedepends=(brasero gobject-introspection vala libdmapsharing lirc libgpod
+ libmtp zeitgeist gtk-doc yelp-tools git meson)
 checkdepends=(check xorg-server-xvfb)
 optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-plugins-bad: Extra media codecs'
@@ -25,54 +26,41 @@
 'libmtp: Portable Players - MTP plugin'
 'gvfs-mtp: Portable Players - Android plugin'
 'zeitgeist: Zeitgeist logging plugin')
-_commit=473a28752bfd6260d74f41e3b0d737f71495f4a8  # tags/v3.4.4^0
+options=(debug)
+_commit=015ce7418d2bc6486f51f8fc0c21a4514fcbc50a  # tags/v3.4.5^0
 source=("git+https://gitlab.gnome.org/GNOME/rhythmbox.git#commit=$_commit;)
 sha512sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
   cd $pkgname
 
-  # https://bugs.archlinux.org/task/68537
-  git cherry-pick -n 3360f18d15cd6fabcadac56bc07d4ca133fa661f
-
-  NOCONFIGURE=1 ./autogen.sh
+  # Allow building with a newer version of meson
+  sed -i '/unsupported version of meson/d' meson.build
 }
 
 build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/rhythmbox \
---disable-browser-plugin \
---disable-static \
---disable-more-warnings \
---enable-daap \
---enable-gtk-doc \
---enable-python \
---enable-vala \
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
+  arch-meson $pkgname build \
+-D gtk_doc=true \
+-D tests=true
+  meson compile -C build
 }
 
 check() (
-  cd $pkgname
-  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/data}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/$pkgname/data}"
   export GSETTINGS_SCHEMA_DIR GSETTINGS_BACKEND=memory CK_TIMEOUT_MULTIPLIER=3
-  xvfb-run -s '-nolisten local' make check
+
+  xvfb-run -s '-nolisten local' \
+meson test -C build --print-errorlogs
 )
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir/usr/lib/rhythmbox/sample-plugins"
+  meson install -C build --destdir "$pkgdir"
+
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
 }



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 16:40:01
  Author: arojas
Revision: 1192267

archrelease: copy trunk to community-x86_64

Added:
  polymake/repos/community-x86_64/PKGBUILD
(from rev 1192266, polymake/trunk/PKGBUILD)
Deleted:
  polymake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 16:39:45 UTC (rev 1192266)
+++ PKGBUILD2022-05-02 16:40:01 UTC (rev 1192267)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=polymake
-pkgver=4.6
-pkgrel=2
-_perlver=`perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]).".".($v->[2]);'`
-pkgdesc='Open source software for research in polyhedral geometry'
-arch=(x86_64)
-url='https://polymake.org/'
-license=(GPL)
-depends=(normaliz singular ppl lrs perl-xml-writer perl-xml-libxml 
perl-xml-libxslt
- perl-term-readline-gnu perl-term-readkey perl-json sympol 
perl=$_perlver)
-makedepends=(ninja cddlib ant boost bliss libnsl jdk8-openjdk permlib nauty)
-optdepends=('java-runtime: java module')
-source=(https://polymake.org/lib/exe/fetch.php/download/polymake-${pkgver/.r/r}-minimal.tar.bz2)
-sha256sums=('423a44ddef11eaea8457ab15dd5d86ddb7a8bcc6c9bb11776f9e2958d7dcf9d0')
-
-build() {
-  cd polymake-$pkgver
-  ./configure \
---prefix=/usr \
---with-cdd=/usr \
---with-lrs=/usr \
---with-permlib=/usr \
---with-sympol=/usr
-  make
-}
-
-package() {
-  cd polymake-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: polymake/repos/community-x86_64/PKGBUILD (from rev 1192266, 
polymake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 16:40:01 UTC (rev 1192267)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=polymake
+pkgver=4.6
+pkgrel=3
+_perlver=`perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]).".".($v->[2]);'`
+pkgdesc='Open source software for research in polyhedral geometry'
+arch=(x86_64)
+url='https://polymake.org/'
+license=(GPL)
+depends=(normaliz singular ppl lrs perl-xml-writer perl-xml-libxml 
perl-xml-libxslt
+ perl-term-readline-gnu perl-term-readkey perl-json sympol 
perl=$_perlver)
+makedepends=(ninja cddlib ant boost bliss libnsl jdk8-openjdk permlib nauty)
+optdepends=('java-runtime: java module')
+source=(https://polymake.org/lib/exe/fetch.php/download/polymake-${pkgver/.r/r}-minimal.tar.bz2)
+sha256sums=('423a44ddef11eaea8457ab15dd5d86ddb7a8bcc6c9bb11776f9e2958d7dcf9d0')
+
+build() {
+  cd polymake-$pkgver
+  ./configure \
+--prefix=/usr \
+--with-cdd=/usr \
+--with-lrs=/usr \
+--with-permlib=/usr \
+--with-sympol=/usr
+  make
+}
+
+package() {
+  cd polymake-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 16:39:45
  Author: arojas
Revision: 1192266

Rebuild with normaliz 3.8.3 (FS#74618)

Modified:
  polymake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 16:36:52 UTC (rev 1192265)
+++ PKGBUILD2022-05-02 16:39:45 UTC (rev 1192266)
@@ -2,7 +2,7 @@
 
 pkgname=polymake
 pkgver=4.6
-pkgrel=2
+pkgrel=3
 _perlver=`perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]).".".($v->[2]);'`
 pkgdesc='Open source software for research in polyhedral geometry'
 arch=(x86_64)



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

2022-05-02 Thread David Runge via arch-commits
Date: Monday, May 2, 2022 @ 16:36:52
  Author: dvzrv
Revision: 1192265

archrelease: copy trunk to community-x86_64

Added:
  zsa-wally-cli/repos/community-x86_64/PKGBUILD
(from rev 1192264, zsa-wally-cli/trunk/PKGBUILD)
Deleted:
  zsa-wally-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 16:36:44 UTC (rev 1192264)
+++ PKGBUILD2022-05-02 16:36:52 UTC (rev 1192265)
@@ -1,39 +0,0 @@
-# Maintainer: David Runge 
-
-_name=wally-cli
-pkgname=zsa-wally-cli
-pkgver=2.0.1
-pkgrel=3
-pkgdesc="Flash your ZSA Keyboard the EZ way"
-arch=('x86_64')
-url="https://github.com/zsa/wally-cli;
-license=(MIT)
-depends=(glibc zsa-udev)
-makedepends=(go libusb)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zsa/${_name}/archive/$pkgver-linux.tar.gz;)
-sha512sums=('998035e5d932892245cd6db13682501dc5e65a79b724e9ed66733c955bf6646c46c5cb59214160cd5bc5710949dcd43f054ae72b5adb757aa12e3cece92df4bc')
-b2sums=('876a1e237d08c43b90c89ef596ad9015a6f641d3282296b9e3c846a7bf7fa27988605902deaae9e2c95b9c8bf10a2e2304c3ad5b1812001a45b6ca93eb0210bd')
-
-prepare() {
-  mv -v "$_name-$pkgver-linux" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  mkdir -vp build
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-  go build -o build
-}
-
-package() {
-  depends+=('libusb-1.0.so')
-
-  cd "$pkgname-$pkgver"
-  install -vDm 755 "build/${_name}" -t "${pkgdir}/usr/bin/"
-  install -vDm 644 license.md -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: zsa-wally-cli/repos/community-x86_64/PKGBUILD (from rev 1192264, 
zsa-wally-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 16:36:52 UTC (rev 1192265)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+
+_name=wally-cli
+pkgname=zsa-wally-cli
+pkgver=2.0.1
+pkgrel=4
+pkgdesc="Flash your ZSA Keyboard the EZ way"
+arch=('x86_64')
+url="https://github.com/zsa/wally-cli;
+license=(MIT)
+depends=(glibc zsa-udev)
+makedepends=(go libusb)
+source=($pkgname-$pkgver.tar.gz::https://github.com/zsa/$_name/archive/$pkgver-linux.tar.gz)
+sha512sums=('998035e5d932892245cd6db13682501dc5e65a79b724e9ed66733c955bf6646c46c5cb59214160cd5bc5710949dcd43f054ae72b5adb757aa12e3cece92df4bc')
+b2sums=('876a1e237d08c43b90c89ef596ad9015a6f641d3282296b9e3c846a7bf7fa27988605902deaae9e2c95b9c8bf10a2e2304c3ad5b1812001a45b6ca93eb0210bd')
+
+prepare() {
+  mkdir -vp $_name-$pkgver-linux/build
+}
+
+build() {
+  cd $_name-$pkgver-linux
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build -o build
+}
+
+package() {
+  depends+=(libusb-1.0.so)
+
+  install -vDm 755 $_name-$pkgver-linux/build/$_name -t "$pkgdir/usr/bin/"
+  install -vDm 644 $_name-$pkgver-linux/license.md -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-05-02 Thread David Runge via arch-commits
Date: Monday, May 2, 2022 @ 16:36:44
  Author: dvzrv
Revision: 1192264

upgpkg: zsa-wally-cli 2.0.1-4: Rebuild against go 1.18.

Remove unneeded quotes and curly braces.

Modified:
  zsa-wally-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 16:33:40 UTC (rev 1192263)
+++ PKGBUILD2022-05-02 16:36:44 UTC (rev 1192264)
@@ -3,7 +3,7 @@
 _name=wally-cli
 pkgname=zsa-wally-cli
 pkgver=2.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Flash your ZSA Keyboard the EZ way"
 arch=('x86_64')
 url="https://github.com/zsa/wally-cli;
@@ -10,18 +10,16 @@
 license=(MIT)
 depends=(glibc zsa-udev)
 makedepends=(go libusb)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zsa/${_name}/archive/$pkgver-linux.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::https://github.com/zsa/$_name/archive/$pkgver-linux.tar.gz)
 
sha512sums=('998035e5d932892245cd6db13682501dc5e65a79b724e9ed66733c955bf6646c46c5cb59214160cd5bc5710949dcd43f054ae72b5adb757aa12e3cece92df4bc')
 
b2sums=('876a1e237d08c43b90c89ef596ad9015a6f641d3282296b9e3c846a7bf7fa27988605902deaae9e2c95b9c8bf10a2e2304c3ad5b1812001a45b6ca93eb0210bd')
 
 prepare() {
-  mv -v "$_name-$pkgver-linux" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  mkdir -vp build
+  mkdir -vp $_name-$pkgver-linux/build
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $_name-$pkgver-linux
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
@@ -31,9 +29,8 @@
 }
 
 package() {
-  depends+=('libusb-1.0.so')
+  depends+=(libusb-1.0.so)
 
-  cd "$pkgname-$pkgver"
-  install -vDm 755 "build/${_name}" -t "${pkgdir}/usr/bin/"
-  install -vDm 644 license.md -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -vDm 755 $_name-$pkgver-linux/build/$_name -t "$pkgdir/usr/bin/"
+  install -vDm 644 $_name-$pkgver-linux/license.md -t 
"$pkgdir/usr/share/licenses/$pkgname/"
 }



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

2022-05-02 Thread David Runge via arch-commits
Date: Monday, May 2, 2022 @ 16:33:40
  Author: dvzrv
Revision: 1192263

archrelease: copy trunk to community-x86_64

Added:
  zsa-wally/repos/community-x86_64/PKGBUILD
(from rev 1192262, zsa-wally/trunk/PKGBUILD)
Deleted:
  zsa-wally/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 16:33:29 UTC (rev 1192262)
+++ PKGBUILD2022-05-02 16:33:40 UTC (rev 1192263)
@@ -1,52 +0,0 @@
-# Maintainer: David Runge 
-
-_name=wally
-pkgbase=zsa-wally
-pkgname=(zsa-wally zsa-udev)
-pkgver=2.1.3
-pkgrel=2
-pkgdesc="Flash your ZSA Keyboard the EZ way"
-arch=('x86_64')
-url="https://github.com/zsa/wally;
-license=(MIT)
-makedepends=(glib2 go gtk3 libusb npm ripgrep wails webkit2gtk)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zsa/${_name}/archive/refs/tags/$pkgver-linux.tar.gz;)
-sha512sums=('f8afbef55e108986aeb5b97e924c1b98492b4ab3bca08fe56b32a21c047a085de663b0ac86724c2104ab63bb19bfdc023f4cff29a0a5284515f0d77ec9354201')
-b2sums=('6ee3e77c900c8feadb540dffd45c5de9005af2793f14edceb5d8328b7472b0fa40433b72bedaed5d060a59c9c5e2f10bd0393de32f585dd480e3cee92d14cdac')
-
-prepare() {
-  mv -v "wally-$pkgver-linux" "${pkgbase}-${pkgver}"
-  cd "${pkgbase}-${pkgver}"
-  # update the go.mod file to match the system wails version
-  go mod edit -require github.com/wailsapp/wails@"$(wails version | rg 
'(v)[\d.]+' | awk '{print $(NF)}')"
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-
-  cd "${pkgbase}-${pkgver}"
-  wails build -verbose
-}
-
-package_zsa-wally() {
-  depends+=(glibc libgdk-3.so libglib-2.0.so libgobject-2.0.so libgtk-3.so
-  libjavascriptcoregtk-4.0.so libusb-1.0.so libwebkit2gtk-4.0.so zsa-udev)
-
-  cd "${pkgbase}-${pkgver}"
-  install -vDm 755 build/${_name} -t "${pkgdir}/usr/bin/"
-  install -vDm 644 dist/linux64/${_name}.desktop -t 
"${pkgdir}/usr/share/applications/"
-  install -vDm 644 appicon.png "$pkgdir/usr/share/pixmaps/${_name}.png"
-  install -vDm 644 license.md "$pkgdir/usr/share/licenses/$pkgname/license.md"
-}
-
-package_zsa-udev() {
-  pkgdesc="Udev rules for ZSA Keyboards"
-
-  cd "${pkgbase}-${pkgver}"
-  install -vDm 644 dist/linux64/*.rules -t "${pkgdir}/usr/lib/udev/rules.d/"
-  install -vDm 644 license.md "$pkgdir/usr/share/licenses/$pkgname/license.md"
-}

Copied: zsa-wally/repos/community-x86_64/PKGBUILD (from rev 1192262, 
zsa-wally/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 16:33:40 UTC (rev 1192263)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+
+_name=wally
+pkgbase=zsa-wally
+pkgname=(zsa-wally zsa-udev)
+pkgver=2.1.3
+pkgrel=4
+pkgdesc="Flash your ZSA Keyboard the EZ way"
+arch=(x86_64)
+url="https://github.com/zsa/wally;
+license=(MIT)
+makedepends=(glib2 go gtk3 libusb npm ripgrep wails webkit2gtk)
+source=($pkgname-$pkgver.tar.gz::https://github.com/zsa/$_name/archive/refs/tags/$pkgver-linux.tar.gz)
+sha512sums=('f8afbef55e108986aeb5b97e924c1b98492b4ab3bca08fe56b32a21c047a085de663b0ac86724c2104ab63bb19bfdc023f4cff29a0a5284515f0d77ec9354201')
+b2sums=('6ee3e77c900c8feadb540dffd45c5de9005af2793f14edceb5d8328b7472b0fa40433b72bedaed5d060a59c9c5e2f10bd0393de32f585dd480e3cee92d14cdac')
+
+prepare() {
+  cd $_name-$pkgver-linux
+  # update the go.mod file to match the system wails version
+  go mod edit -require github.com/wailsapp/wails@"$(wails version | rg 
'(v)[\d.]+' | awk '{print $(NF)}')"
+
+  cd frontend
+  npm update
+  npm audit fix || printf "Unfixable problems detected\n"
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+
+  cd $_name-$pkgver-linux
+  wails build -verbose
+}
+
+package_zsa-wally() {
+  depends+=(glibc libgdk-3.so libglib-2.0.so libgobject-2.0.so libgtk-3.so
+  libjavascriptcoregtk-4.0.so libusb-1.0.so libwebkit2gtk-4.0.so zsa-udev)
+
+  cd $_name-$pkgver-linux
+  install -vDm 755 build/$_name -t "$pkgdir/usr/bin/"
+  install -vDm 644 dist/linux64/$_name.desktop -t 
"$pkgdir/usr/share/applications/"
+  install -vDm 644 appicon.png "$pkgdir/usr/share/pixmaps/$_name.png"
+  install -vDm 644 license.md "$pkgdir/usr/share/licenses/$pkgname/license.md"
+}
+
+package_zsa-udev() {
+  pkgdesc="Udev rules for ZSA Keyboards"
+
+  cd $_name-$pkgver-linux
+  install -vDm 644 dist/linux64/*.rules -t "$pkgdir/usr/lib/udev/rules.d/"
+  install -vDm 644 license.md 

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

2022-05-02 Thread David Runge via arch-commits
Date: Monday, May 2, 2022 @ 16:33:29
  Author: dvzrv
Revision: 1192262

upgpkg: zsa-wally 2.1.3-4: Rebuild against go 1.18.

Remove unneeded quotes and curly braces.

Modified:
  zsa-wally/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 16:29:42 UTC (rev 1192261)
+++ PKGBUILD2022-05-02 16:33:29 UTC (rev 1192262)
@@ -4,21 +4,24 @@
 pkgbase=zsa-wally
 pkgname=(zsa-wally zsa-udev)
 pkgver=2.1.3
-pkgrel=2
+pkgrel=4
 pkgdesc="Flash your ZSA Keyboard the EZ way"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/zsa/wally;
 license=(MIT)
 makedepends=(glib2 go gtk3 libusb npm ripgrep wails webkit2gtk)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zsa/${_name}/archive/refs/tags/$pkgver-linux.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::https://github.com/zsa/$_name/archive/refs/tags/$pkgver-linux.tar.gz)
 
sha512sums=('f8afbef55e108986aeb5b97e924c1b98492b4ab3bca08fe56b32a21c047a085de663b0ac86724c2104ab63bb19bfdc023f4cff29a0a5284515f0d77ec9354201')
 
b2sums=('6ee3e77c900c8feadb540dffd45c5de9005af2793f14edceb5d8328b7472b0fa40433b72bedaed5d060a59c9c5e2f10bd0393de32f585dd480e3cee92d14cdac')
 
 prepare() {
-  mv -v "wally-$pkgver-linux" "${pkgbase}-${pkgver}"
-  cd "${pkgbase}-${pkgver}"
+  cd $_name-$pkgver-linux
   # update the go.mod file to match the system wails version
   go mod edit -require github.com/wailsapp/wails@"$(wails version | rg 
'(v)[\d.]+' | awk '{print $(NF)}')"
+
+  cd frontend
+  npm update
+  npm audit fix || printf "Unfixable problems detected\n"
 }
 
 build() {
@@ -28,7 +31,7 @@
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
 
-  cd "${pkgbase}-${pkgver}"
+  cd $_name-$pkgver-linux
   wails build -verbose
 }
 
@@ -36,10 +39,10 @@
   depends+=(glibc libgdk-3.so libglib-2.0.so libgobject-2.0.so libgtk-3.so
   libjavascriptcoregtk-4.0.so libusb-1.0.so libwebkit2gtk-4.0.so zsa-udev)
 
-  cd "${pkgbase}-${pkgver}"
-  install -vDm 755 build/${_name} -t "${pkgdir}/usr/bin/"
-  install -vDm 644 dist/linux64/${_name}.desktop -t 
"${pkgdir}/usr/share/applications/"
-  install -vDm 644 appicon.png "$pkgdir/usr/share/pixmaps/${_name}.png"
+  cd $_name-$pkgver-linux
+  install -vDm 755 build/$_name -t "$pkgdir/usr/bin/"
+  install -vDm 644 dist/linux64/$_name.desktop -t 
"$pkgdir/usr/share/applications/"
+  install -vDm 644 appicon.png "$pkgdir/usr/share/pixmaps/$_name.png"
   install -vDm 644 license.md "$pkgdir/usr/share/licenses/$pkgname/license.md"
 }
 
@@ -46,7 +49,7 @@
 package_zsa-udev() {
   pkgdesc="Udev rules for ZSA Keyboards"
 
-  cd "${pkgbase}-${pkgver}"
-  install -vDm 644 dist/linux64/*.rules -t "${pkgdir}/usr/lib/udev/rules.d/"
+  cd $_name-$pkgver-linux
+  install -vDm 644 dist/linux64/*.rules -t "$pkgdir/usr/lib/udev/rules.d/"
   install -vDm 644 license.md "$pkgdir/usr/share/licenses/$pkgname/license.md"
 }



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

2022-05-02 Thread David Runge via arch-commits
Date: Monday, May 2, 2022 @ 16:29:42
  Author: dvzrv
Revision: 1192261

archrelease: copy trunk to community-x86_64

Added:
  wails/repos/community-x86_64/PKGBUILD
(from rev 1192260, wails/trunk/PKGBUILD)
Deleted:
  wails/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 16:29:35 UTC (rev 1192260)
+++ PKGBUILD2022-05-02 16:29:42 UTC (rev 1192261)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=wails
-pkgver=1.16.9
-pkgrel=1
-pkgdesc="Create desktop apps using Go and Web Technologies"
-arch=(x86_64)
-url="https://github.com/wailsapp/wails;
-license=(MIT)
-depends=(glibc)
-makedepends=(go webkit2gtk gtk3)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wailsapp/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('66a29a8a1c45004dd5f950c8a2d00ad18280051f4e65a433d44fdf35edce332973da3572f1208d1cc82fc0d893e9f1a16546f6a405aad5fb581ef090cc33c1ea')
-b2sums=('0c2d3df2f760811b3a43e14a4a4de068856d8f9d734f4e66242ae7fe629e745aaeef00778bd6e8c4feb13a37184563fcebec46d6ff406b147f510c4e184cd435')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  mkdir -vp build
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-
-  go build -o build/ ./cmd/wails
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  go test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 755 "build/${pkgname}" -t "${pkgdir}/usr/bin/"
-  install -vDm 644 {CHANGELOG,CONTRIBUTORS,README}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: wails/repos/community-x86_64/PKGBUILD (from rev 1192260, 
wails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 16:29:42 UTC (rev 1192261)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+pkgname=wails
+pkgver=1.16.9
+pkgrel=2
+pkgdesc="Create desktop apps using Go and Web Technologies"
+arch=(x86_64)
+url="https://github.com/wailsapp/wails;
+license=(MIT)
+depends=(glibc)
+makedepends=(go webkit2gtk gtk3)
+source=($pkgname-$pkgver.tar.gz::https://github.com/wailsapp/$pkgname/archive/refs/tags/v$pkgver.tar.gz)
+sha512sums=('66a29a8a1c45004dd5f950c8a2d00ad18280051f4e65a433d44fdf35edce332973da3572f1208d1cc82fc0d893e9f1a16546f6a405aad5fb581ef090cc33c1ea')
+b2sums=('0c2d3df2f760811b3a43e14a4a4de068856d8f9d734f4e66242ae7fe629e745aaeef00778bd6e8c4feb13a37184563fcebec46d6ff406b147f510c4e184cd435')
+
+prepare() {
+  mkdir -vp $pkgname-$pkgver/build
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+
+  go build -o build/ ./cmd/wails
+}
+
+check() {
+  cd $pkgname-$pkgver
+  go test
+}
+
+package() {
+  install -vDm 755 $pkgname-$pkgver/build/$pkgname -t "$pkgdir/usr/bin/"
+  install -vDm 644 $pkgname-$pkgver/{CHANGELOG,CONTRIBUTORS,README}.md -t 
"$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 $pkgname-$pkgver/LICENSE -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-05-02 Thread David Runge via arch-commits
Date: Monday, May 2, 2022 @ 16:29:35
  Author: dvzrv
Revision: 1192260

upgpkg: wails 1.16.9-2: Rebuild against go 1.18.

Remove unneeded quotes and curly braces.

Modified:
  wails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 16:25:16 UTC (rev 1192259)
+++ PKGBUILD2022-05-02 16:29:35 UTC (rev 1192260)
@@ -2,7 +2,7 @@
 
 pkgname=wails
 pkgver=1.16.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Create desktop apps using Go and Web Technologies"
 arch=(x86_64)
 url="https://github.com/wailsapp/wails;
@@ -9,17 +9,16 @@
 license=(MIT)
 depends=(glibc)
 makedepends=(go webkit2gtk gtk3)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wailsapp/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz;)
+source=($pkgname-$pkgver.tar.gz::https://github.com/wailsapp/$pkgname/archive/refs/tags/v$pkgver.tar.gz)
 
sha512sums=('66a29a8a1c45004dd5f950c8a2d00ad18280051f4e65a433d44fdf35edce332973da3572f1208d1cc82fc0d893e9f1a16546f6a405aad5fb581ef090cc33c1ea')
 
b2sums=('0c2d3df2f760811b3a43e14a4a4de068856d8f9d734f4e66242ae7fe629e745aaeef00778bd6e8c4feb13a37184563fcebec46d6ff406b147f510c4e184cd435')
 
 prepare() {
-  cd "$pkgname-$pkgver"
-  mkdir -vp build
+  mkdir -vp $pkgname-$pkgver/build
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
@@ -30,13 +29,12 @@
 }
 
 check() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   go test
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 755 "build/${pkgname}" -t "${pkgdir}/usr/bin/"
-  install -vDm 644 {CHANGELOG,CONTRIBUTORS,README}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -vDm 755 $pkgname-$pkgver/build/$pkgname -t "$pkgdir/usr/bin/"
+  install -vDm 644 $pkgname-$pkgver/{CHANGELOG,CONTRIBUTORS,README}.md -t 
"$pkgdir/usr/share/doc/$pkgname/"
+  install -vDm 644 $pkgname-$pkgver/LICENSE -t 
"$pkgdir/usr/share/licenses/$pkgname/"
 }



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

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 16:28:35
  Author: arojas
Revision: 11

Add some optdepends for previews (FS#74606)

Modified:
  kate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 16:26:20 UTC (rev 10)
+++ PKGBUILD2022-05-02 16:28:35 UTC (rev 11)
@@ -49,7 +49,9 @@
   'python-lsp-server: Python LSP support'
   'texlab: LaTeX LSP support'
   'rust: Rust LSP support'
-  'git: git-blame plugin')
+  'git: git-blame plugin'
+  'markdownpart: Markdown preview'
+  'svgpart: SVG preview')
   DESTDIR="$pkgdir" cmake --install build
 
   find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;



[arch-commits] Commit in krfb/repos/extra-x86_64 (PKGBUILD PKGBUILD fix-desktop.patch)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 16:26:20
  Author: arojas
Revision: 10

archrelease: copy trunk to extra-x86_64

Added:
  krfb/repos/extra-x86_64/PKGBUILD
(from rev 09, krfb/trunk/PKGBUILD)
  krfb/repos/extra-x86_64/fix-desktop.patch
(from rev 09, krfb/trunk/fix-desktop.patch)
Deleted:
  krfb/repos/extra-x86_64/PKGBUILD

---+
 PKGBUILD  |   66 
 fix-desktop.patch |   13 ++
 2 files changed, 49 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 16:26:09 UTC (rev 09)
+++ PKGBUILD2022-05-02 16:26:20 UTC (rev 10)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=krfb
-pkgver=22.04.0
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='https://apps.kde.org/krfb/'
-arch=(x86_64)
-license=(LGPL)
-depends=(libepoxy kdnssd kxmlgui kwallet libvncserver pipewire kcompletion 
kwayland hicolor-icon-theme xdg-desktop-portal)
-makedepends=(extra-cmake-modules kdoctools plasma-wayland-protocols)
-groups=(kde-applications kde-network)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('2ad6c76bd17b1bd6c1c0f6d85d474aed0077dae75222700b616840258a88bc90'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

-  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: krfb/repos/extra-x86_64/PKGBUILD (from rev 09, krfb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 16:26:20 UTC (rev 10)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=krfb
+pkgver=22.04.0
+pkgrel=2
+pkgdesc='Desktop Sharing'
+url='https://apps.kde.org/krfb/'
+arch=(x86_64)
+license=(LGPL)
+depends=(libepoxy kdnssd kxmlgui kwallet libvncserver pipewire kcompletion 
kwayland hicolor-icon-theme xdg-desktop-portal)
+makedepends=(extra-cmake-modules kdoctools plasma-wayland-protocols)
+groups=(kde-applications kde-network)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+fix-desktop.patch)
+sha256sums=('2ad6c76bd17b1bd6c1c0f6d85d474aed0077dae75222700b616840258a88bc90'
+'SKIP'
+'349fdc27fd3bb493aa93dee97d680da754c70a3a1bf367295cfe880d25da973e')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+options=(debug)
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < fix-desktop.patch # Fix Exec line in desktop 
file
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Copied: krfb/repos/extra-x86_64/fix-desktop.patch (from rev 09, 
krfb/trunk/fix-desktop.patch)
===
--- fix-desktop.patch   (rev 0)
+++ fix-desktop.patch   2022-05-02 16:26:20 UTC (rev 10)
@@ -0,0 +1,13 @@
+diff --git a/krfb/org.kde.krfb.desktop b/krfb/org.kde.krfb.desktop
+index 9da1b8e..e0c5e3b 100755
+--- a/krfb/org.kde.krfb.desktop
 b/krfb/org.kde.krfb.desktop
+@@ -1,7 +1,7 @@
+ # KDE Config File
+ [Desktop Entry]
+ Type=Application
+-Exec=krfb -qwindowtitle %c %i
++Exec=krfb -qwindowtitle %c
+ Icon=krfb
+ X-DBUS-StartupType=Unique
+ X-DocPath=krfb/index.html



[arch-commits] Commit in krfb/trunk (PKGBUILD fix-desktop.patch)

2022-05-02 Thread Antonio Rojas via arch-commits
Date: Monday, May 2, 2022 @ 16:26:09
  Author: arojas
Revision: 09

Fix desktop file

Added:
  krfb/trunk/fix-desktop.patch
Modified:
  krfb/trunk/PKGBUILD

---+
 PKGBUILD  |   12 +---
 fix-desktop.patch |   13 +
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 16:18:28 UTC (rev 08)
+++ PKGBUILD2022-05-02 16:26:09 UTC (rev 09)
@@ -3,7 +3,7 @@
 
 pkgname=krfb
 pkgver=22.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Desktop Sharing'
 url='https://apps.kde.org/krfb/'
 arch=(x86_64)
@@ -11,14 +11,20 @@
 depends=(libepoxy kdnssd kxmlgui kwallet libvncserver pipewire kcompletion 
kwayland hicolor-icon-theme xdg-desktop-portal)
 makedepends=(extra-cmake-modules kdoctools plasma-wayland-protocols)
 groups=(kde-applications kde-network)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+fix-desktop.patch)
 sha256sums=('2ad6c76bd17b1bd6c1c0f6d85d474aed0077dae75222700b616840258a88bc90'
-'SKIP')
+'SKIP'
+'349fdc27fd3bb493aa93dee97d680da754c70a3a1bf367295cfe880d25da973e')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

   D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

 options=(debug)
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < fix-desktop.patch # Fix Exec line in desktop 
file
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF

Added: fix-desktop.patch
===
--- fix-desktop.patch   (rev 0)
+++ fix-desktop.patch   2022-05-02 16:26:09 UTC (rev 09)
@@ -0,0 +1,13 @@
+diff --git a/krfb/org.kde.krfb.desktop b/krfb/org.kde.krfb.desktop
+index 9da1b8e..e0c5e3b 100755
+--- a/krfb/org.kde.krfb.desktop
 b/krfb/org.kde.krfb.desktop
+@@ -1,7 +1,7 @@
+ # KDE Config File
+ [Desktop Entry]
+ Type=Application
+-Exec=krfb -qwindowtitle %c %i
++Exec=krfb -qwindowtitle %c
+ Icon=krfb
+ X-DBUS-StartupType=Unique
+ X-DocPath=krfb/index.html



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

2022-05-02 Thread David Runge via arch-commits
Date: Monday, May 2, 2022 @ 16:25:16
  Author: dvzrv
Revision: 1192259

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 16:25:08 UTC (rev 1192258)
+++ PKGBUILD2022-05-02 16:25:16 UTC (rev 1192259)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=release-cli
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="Gitlab Release CLI"
-arch=(x86_64)
-url="https://gitlab.com/gitlab-org/release-cli;
-license=(MIT)
-depends=(glibc)
-makedepends=(go)
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/gitlab-org/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz;)
-sha512sums=('145a8c54c4c41d9430aecfba753b7b300830db23b1024eaa3753bd80d07ade47d785a448fce253060f650b7567419d37fb6d1076fad09a56e816c8ed3f73b9fc')
-b2sums=('f9b7a0d330c3e477ce87ace12b45312beb61d4d41fad25ae272bf5e3c553c1430066428d9af48281f891d9a9c0eeffdaffb62b494f1517db82c265494ba9df71')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  mkdir -vp build
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-
-  go build -o "build/${pkgname}" "./cmd/${pkgname}"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 755 "build/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 {CHANGELOG,README}.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  cd docs
-  find . -type f -iname "*.md" -exec install -vDm 644 {} 
"${pkgdir}/usr/share/doc/${pkgname}/"{} \;
-}

Copied: release-cli/repos/community-x86_64/PKGBUILD (from rev 1192258, 
release-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 16:25:16 UTC (rev 1192259)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+
+pkgname=release-cli
+pkgver=0.11.0
+pkgrel=2
+pkgdesc="Gitlab Release CLI"
+arch=(x86_64)
+url="https://gitlab.com/gitlab-org/release-cli;
+license=(MIT)
+depends=(glibc)
+makedepends=(go)
+source=($pkgname-$pkgver.tar.gz::https://gitlab.com/gitlab-org/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha512sums=('145a8c54c4c41d9430aecfba753b7b300830db23b1024eaa3753bd80d07ade47d785a448fce253060f650b7567419d37fb6d1076fad09a56e816c8ed3f73b9fc')
+b2sums=('f9b7a0d330c3e477ce87ace12b45312beb61d4d41fad25ae272bf5e3c553c1430066428d9af48281f891d9a9c0eeffdaffb62b494f1517db82c265494ba9df71')
+
+prepare() {
+  mkdir -vp $pkgname-v$pkgver/build
+}
+
+build() {
+  cd $pkgname-v$pkgver
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+
+  go build -o build/$pkgname ./cmd/$pkgname
+}
+
+package() {
+  install -vDm 755 $pkgname-v$pkgver/build/$pkgname -t "$pkgdir/usr/bin/"
+  install -vDm 644 $pkgname-v$pkgver/LICENSE -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 $pkgname-v$pkgver/{CHANGELOG,README}.md -t 
"$pkgdir/usr/share/doc/$pkgname/"
+  cd $pkgname-v$pkgver/docs
+  find . -type f -iname "*.md" -exec install -vDm 644 {} 
"$pkgdir/usr/share/doc/$pkgname/"{} \;
+}



  1   2   3   >