[arch-commits] Commit in gitlab/repos/community-x86_64 (26 files)

2022-04-22 Thread Anatol Pomozov via arch-commits
Date: Saturday, April 23, 2022 @ 00:00:57
  Author: anatolik
Revision: 1187486

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 1187485, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/configs.patch
(from rev 1187485, gitlab/trunk/configs.patch)
  gitlab/repos/community-x86_64/environment
(from rev 1187485, gitlab/trunk/environment)
  gitlab/repos/community-x86_64/fixes.patch
(from rev 1187485, gitlab/trunk/fixes.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 1187485, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 1187485, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 1187485, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-puma.service
(from rev 1187485, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 1187485, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 1187485, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 1187485, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 1187485, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 1187485, gitlab/trunk/gitlab.tmpfiles.d)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/configs.patch
  gitlab/repos/community-x86_64/environment
  gitlab/repos/community-x86_64/fixes.patch
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-puma.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d

-+
 PKGBUILD|  370 ++--
 configs.patch   |  593 +++---
 environment |6 
 fixes.patch |   40 +--
 gitlab-backup.service   |   38 +-
 gitlab-backup.timer |   20 -
 gitlab-mailroom.service |   42 +--
 gitlab-puma.service |   68 ++---
 gitlab-sidekiq.service  |   60 ++--
 gitlab.install  |   68 ++---
 gitlab.logrotate|   12 
 gitlab.target   |   14 -
 gitlab.tmpfiles.d   |2 
 13 files changed, 672 insertions(+), 661 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:59:52 UTC (rev 1187485)
+++ PKGBUILD2022-04-23 00:00:57 UTC (rev 1187486)
@@ -1,185 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=14.9.3
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-foss;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.7' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 'openssh' 'redis' 
'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
-makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'python-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/gitlab/database.yml"
-"etc/webapps/gitlab/gitlab.yml"
-"etc/webapps/gitlab/resque.yml"
-"etc/webapps/gitlab/puma.rb"
-"etc/webapps/gitlab/smtp_settings.rb"
-"etc/logrotate.d/gitlab")
-source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
-configs.patch
-fixes.patch
-environment
-gitlab-puma.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('SKIP'
-
'0b688a96583bd7e230765d2c32406c2bd082665818564e927cc9eef4e3fc08e0674a3830d1d0c3e6744ae51f2b07ceaa76bd43770f1655fe7a498f9086c596c0'
-
'4f3ba368c2330db4d58277fe927a9707e5a80ec5479b4e15b5b7086132aa3f7ca5d139c29b6443e24ee804b07b3346c69a6b87244e5f774440c62dc2d9240ffe'
-
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
-

[arch-commits] Commit in gitlab/trunk (PKGBUILD configs.patch fixes.patch)

2022-04-22 Thread Anatol Pomozov via arch-commits
Date: Friday, April 22, 2022 @ 23:59:52
  Author: anatolik
Revision: 1187485

upgpkg: gitlab 14.10.0-1

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/configs.patch
  gitlab/trunk/fixes.patch

---+
 PKGBUILD  |6 ++---
 configs.patch |   59 +---
 fixes.patch   |6 ++---
 3 files changed, 41 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 23:51:25 UTC (rev 1187484)
+++ PKGBUILD2022-04-22 23:59:52 UTC (rev 1187485)
@@ -8,7 +8,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=14.9.3
+pkgver=14.10.0
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -40,8 +40,8 @@
 gitlab.logrotate)
 install='gitlab.install'
 sha512sums=('SKIP'
-
'0b688a96583bd7e230765d2c32406c2bd082665818564e927cc9eef4e3fc08e0674a3830d1d0c3e6744ae51f2b07ceaa76bd43770f1655fe7a498f9086c596c0'
-
'4f3ba368c2330db4d58277fe927a9707e5a80ec5479b4e15b5b7086132aa3f7ca5d139c29b6443e24ee804b07b3346c69a6b87244e5f774440c62dc2d9240ffe'
+
'8de5f5a11a8b772d13e6c056e9150f253b6bb0ab21c7d3913c848571cfea2a5fb64f65511b4da1773c7a225efac66ea4010dedbbaec117bd6f43864a0960018a'
+
'3eb5058d6edc2d16f5558a3ee485ba796aa64fb4b9eb7595390322344b809fcb47a45be9d7fe36c822ac2724aeecb2905a0ea9a868a56349ac2bc5c8c9f070e3'
 
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
 
'451a030940f124bccd6d29c1924861b361d52db32cff6e745c144286c2afc7065e117f825721145ed2dd4406f5bcfa97e228a80b968aaa9a675613b71b776eba'
 
'419848c668928276620b5229e457a39e0ed7e111f1da68a30c3e0ae1a644af1c869b004b35435ccec4ddcdf6cf7418b1ab71e6e2ee8a2c861c6625c8bfd908f6'

Modified: configs.patch
===
--- configs.patch   2022-04-22 23:51:25 UTC (rev 1187484)
+++ configs.patch   2022-04-22 23:59:52 UTC (rev 1187485)
@@ -1,4 +1,4 @@
-commit 3fd52ebca8236d56e9bca879d3ea5ca83de4f544
+commit 55bf276ffc622fd5788b73df5bfff574c31ee68a
 Author: Anatol Pomozov 
 Date:   Tue May 26 00:01:38 2020 -0700
 
@@ -15,7 +15,7 @@
 will cause a conflict that needs to be reviewed manually.
 
 diff --git a/config/database.yml.postgresql b/config/database.yml.postgresql
-index a4daab1fd0c..19c33fdd1f5 100644
+index a4daab1fd0c7..19c33fdd1f56 100644
 --- a/config/database.yml.postgresql
 +++ b/config/database.yml.postgresql
 @@ -6,7 +6,7 @@ production:
@@ -37,10 +37,10 @@
  host: localhost
  
 diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
-index 4e5e15d261b..992b36f1107 100644
+index 57106120fb2a..30145c6ace6c 100644
 --- a/config/gitlab.yml.example
 +++ b/config/gitlab.yml.example
-@@ -89,7 +89,7 @@ production: 
+@@ -91,7 +91,7 @@ production: 
#- 2001:0db8::/32
  
  # Uncomment and customize if you can't use the default user to run GitLab 
(default: 'git')
@@ -49,7 +49,7 @@
  
  ## Date & Time settings
  # Uncomment and customize if you want to change the default time zone of 
GitLab application.
-@@ -109,15 +109,15 @@ production: 
+@@ -111,15 +111,15 @@ production: 
# enabled: false
# S/MIME private key file in PEM format, unencrypted
# Default is '.gitlab_smime_key' relative to Rails.root (i.e. root of 
the GitLab app).
@@ -69,7 +69,7 @@
  # File location to read encrypted SMTP secrets from
  # email_smtp_secret_file: /mnt/gitlab/smtp.yaml.enc # Default: 
shared/encrypted_settings/smtp.yaml.enc
  
-@@ -165,7 +165,7 @@ production: 
+@@ -167,7 +167,7 @@ production: 
  ## Repository downloads directory
  # When a user clicks e.g. 'Download zip' on a project, a temporary zip 
file is created in the following directory.
  # The default is 'shared/cache/archive/' relative to the root of the 
Rails app.
@@ -78,7 +78,7 @@
  
  ## Impersonation settings
  impersonation_enabled: true
-@@ -216,7 +216,7 @@ production: 
+@@ -218,7 +218,7 @@ production: 
  # Since `mail_room` is run independently of Rails, an absolute path is 
preferred.
  # The default is 'log/mail_room_json.log' relative to the root of the 
Rails app.
  #
@@ -87,7 +87,16 @@
  
  # Whether to expunge (permanently remove) messages from the mailbox when 
they are deleted after delivery
  expunge_deleted: false
-@@ -262,7 +262,7 @@ production: 
+@@ -248,7 +248,7 @@ production: 
+ # contains the shared secret key for verifying access for mailroom's
+ # incoming_email.
+ # Default is '.gitlab_mailroom_secret' relative to Rails.root (i.e. root 
of the GitLab app).
+-# secret_file: /home/git/gitlab/.gitlab_mailroom_secret
++# secret_file: /var/lib/gitlab/.gitlab_mailroom_secret
+ 
+   ## Consolidated object store config
+   ## This will only take effect if the object_store sections are 

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

2022-04-22 Thread Felix Yan via arch-commits
Date: Friday, April 22, 2022 @ 23:51:25
  Author: felixonmars
Revision: 1187484

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 1187483, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 1187483, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine-binfmt.conf
(from rev 1187483, wine/trunk/wine-binfmt.conf)
  wine/repos/multilib-x86_64/wine.install
(from rev 1187483, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine-binfmt.conf
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  360 
 wine-binfmt.conf  |4 
 wine.install  |   14 -
 4 files changed, 209 insertions(+), 209 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2022-04-22 23:51:05 UTC (rev 1187483)
+++ 30-win32-aliases.conf   2022-04-22 23:51:25 UTC (rev 1187484)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 1187483, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2022-04-22 23:51:25 UTC (rev 1187484)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:51:05 UTC (rev 1187483)
+++ PKGBUILD2022-04-22 23:51:25 UTC (rev 1187484)
@@ -1,180 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=7.6
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/7.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('7eabae6e40df187da977ff412adda23697f8cd5f6c4e565d3fff74770f13f7c93ca3d81e77a72a1b929d7af675499e72925e4ab2225b5ca13ef0d88baf1f9646'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(x86_64)
-options=(staticlibs !lto)
-license=(LGPL)
-depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  faudio  lib32-faudio
-  desktop-file-utils
-)
-makedepends=(autoconf bison perl fontforge flex mingw-w64-gcc
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  vkd3d lib32-vkd3d
-  sdl2  lib32-sdl2
-  libcups   lib32-libcups
-  libgphoto2
-  sane
-  gsm
-  vulkan-headers
-  samba
-  opencl-headers
-)
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123 

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

2022-04-22 Thread Felix Yan via arch-commits
Date: Friday, April 22, 2022 @ 23:51:05
  Author: felixonmars
Revision: 1187483

upgpkg: wine 7.7-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 23:35:27 UTC (rev 1187482)
+++ PKGBUILD2022-04-22 23:51:05 UTC (rev 1187483)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=7.6
+pkgver=7.7
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
source=(https://dl.winehq.org/wine/source/7.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('7eabae6e40df187da977ff412adda23697f8cd5f6c4e565d3fff74770f13f7c93ca3d81e77a72a1b929d7af675499e72925e4ab2225b5ca13ef0d88baf1f9646'
+sha512sums=('b0185176a1074ff7331a937a2a5a1f0b865f3e38abbe2fdca841b9f14540497bf941a2aa3bf8dc52d19eb848c68974f3ab47b6d0031cbf4eebc8a76b0b1484be'
 'SKIP'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')



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

2022-04-22 Thread Jiachen Yang via arch-commits
Date: Friday, April 22, 2022 @ 23:35:27
  Author: farseerfc
Revision: 1187482

archrelease: copy trunk to community-x86_64

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

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

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

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

[arch-commits] Commit in vault/repos/community-x86_64 (12 files)

2022-04-22 Thread Justin Kromlinger via arch-commits
Date: Friday, April 22, 2022 @ 23:35:24
  Author: hashworks
Revision: 1187481

archrelease: copy trunk to community-x86_64

Added:
  vault/repos/community-x86_64/PKGBUILD
(from rev 1187480, vault/trunk/PKGBUILD)
  vault/repos/community-x86_64/vault.hcl
(from rev 1187480, vault/trunk/vault.hcl)
  vault/repos/community-x86_64/vault.install
(from rev 1187480, vault/trunk/vault.install)
  vault/repos/community-x86_64/vault.service
(from rev 1187480, vault/trunk/vault.service)
  vault/repos/community-x86_64/vault.sysusers
(from rev 1187480, vault/trunk/vault.sysusers)
  vault/repos/community-x86_64/vault.tmpfiles
(from rev 1187480, vault/trunk/vault.tmpfiles)
Deleted:
  vault/repos/community-x86_64/PKGBUILD
  vault/repos/community-x86_64/vault.hcl
  vault/repos/community-x86_64/vault.install
  vault/repos/community-x86_64/vault.service
  vault/repos/community-x86_64/vault.sysusers
  vault/repos/community-x86_64/vault.tmpfiles

+
 PKGBUILD   |  140 +++
 vault.hcl  |   38 +++---
 vault.install  |   18 +++
 vault.service  |   44 -
 vault.sysusers |2 
 vault.tmpfiles |2 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:35:16 UTC (rev 1187480)
+++ PKGBUILD2022-04-22 23:35:24 UTC (rev 1187481)
@@ -1,70 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Tim Meusel 
-# Contributor: Sebastian Rakel 
-# Contributor: Justin Kromlinger 
-# Contributor: Andrew Tyler 
-
-pkgname='vault'
-pkgdesc='A tool for managing secrets'
-pkgver=1.10.0
-pkgrel=1
-url="https://vaultproject.io/;
-license=('MPL')
-arch=('x86_64')
-makedepends=('go' 'git' 'yarn' 'bower' 'nodejs-lts-fermium' 'npm' 'zip' 'gox' 
'go-tools')
-depends=('glibc')
-install='vault.install'
-backup=('etc/vault.hcl')
-_vault_commit='7738ec5d0d6f5bf94a809ee0f6ff0142cfa525a6'
-source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit};
-  'vault.service'
-  'vault.sysusers'
-  'vault.tmpfiles'
-  'vault.hcl')
-sha512sums=('SKIP'
-
'6619cf57668e995cddb29fb6c388c18c21b251052a53832415e415bb4fe538361ef77b74536f5b082b9cda6cd71b598fc50d8b7f51092c4d60262052c5725af2'
-
'92616ccf83fa5ca9f8b0d022cf8ceb1f3549e12b66bf21d9f77f3eb26bd75ec1dc36c155948ec987c642067b85fbfc30a9217d6c503d952a402aa5ef63e50928'
-
'073f0f400cba78521cd2709ce86d88fbb14125117f9f3beca657f625d04eab8e00f7a01b5d9a1cfc03e9038844f5732bdbb1a85dd65a803d3f0b90f8bf87880e'
-
'46106cc76151eef2dd5e4b2caa6a96aae4d6ce1ecbf977dcc8667a3f6c829cbea95133622adafcb15cdfaa066ecc94c73c983e7613ee2f6573694981569729fe')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/hashicorp/ "$GOPATH/bin"
-  mv "${pkgname}" "src/github.com/hashicorp/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/hashicorp/${pkgname}"
-  cd $PACKAGE_ROOT
-
-  sed -i 's/gofumpt/gofmt/g' Makefile
-}
-
-pkgver() {
-  cd $PACKAGE_ROOT
-  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  cd $PACKAGE_ROOT
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export XC_OSARCH='linux/amd64'
-  grep "^[a-z].*plugin[:]" Makefile | cut -f1 -d: | while IFS= read -r plugin; 
do
-make "$plugin"
-  done
-  make static-dist bin
-}
-
-package() {
-  cd ${PACKAGE_ROOT}
-  install -Dm755 bin/vault "${pkgdir}/usr/bin/vault"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/vault.hcl" "${pkgdir}/etc/vault.hcl"
-  install -Dm644 "${srcdir}/vault.service" 
"${pkgdir}/usr/lib/systemd/system/vault.service"
-  install -Dm644 "${srcdir}/vault.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/vault.conf"
-  install -Dm644 "${srcdir}/vault.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/vault.conf"
-  for file in README.md CHANGELOG.md CONTRIBUTING.md; do
-install -Dm644 "${file}" "${pkgdir}/usr/share/doc/${pkgname}/${file}"
-  done
-}

Copied: vault/repos/community-x86_64/PKGBUILD (from rev 1187480, 
vault/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 23:35:24 UTC (rev 1187481)
@@ -0,0 +1,70 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Tim Meusel 
+# Contributor: Sebastian Rakel 
+# Contributor: Justin Kromlinger 
+# Contributor: Andrew Tyler 
+
+pkgname='vault'
+pkgdesc='A tool for managing secrets'
+pkgver=1.10.1
+pkgrel=1
+url="https://vaultproject.io/;
+license=('MPL')
+arch=('x86_64')
+makedepends=('go' 'git' 'yarn' 'bower' 'nodejs-lts-fermium' 'npm' 'zip' 'gox' 
'go-tools')
+depends=('glibc')
+install='vault.install'
+backup=('etc/vault.hcl')

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

2022-04-22 Thread Justin Kromlinger via arch-commits
Date: Friday, April 22, 2022 @ 23:35:16
  Author: hashworks
Revision: 1187480

upgpkg: vault 1.10.1-1

Modified:
  vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 23:34:54 UTC (rev 1187479)
+++ PKGBUILD2022-04-22 23:35:16 UTC (rev 1187480)
@@ -6,7 +6,7 @@
 
 pkgname='vault'
 pkgdesc='A tool for managing secrets'
-pkgver=1.10.0
+pkgver=1.10.1
 pkgrel=1
 url="https://vaultproject.io/;
 license=('MPL')
@@ -15,7 +15,7 @@
 depends=('glibc')
 install='vault.install'
 backup=('etc/vault.hcl')
-_vault_commit='7738ec5d0d6f5bf94a809ee0f6ff0142cfa525a6'
+_vault_commit='e452e9b30a9c2c8adfa1611c26eb472090adc767'
 source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit};
   'vault.service'
   'vault.sysusers'



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

2022-04-22 Thread Jiachen Yang via arch-commits
Date: Friday, April 22, 2022 @ 23:34:54
  Author: farseerfc
Revision: 1187479

upgpkg: telegram-desktop 3.7.1-2 bump libtg_owt

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 23:34:32 UTC (rev 1187478)
+++ PKGBUILD2022-04-22 23:34:54 UTC (rev 1187479)
@@ -2,7 +2,7 @@
 # Contributor: hexchain 
 pkgname=telegram-desktop
 pkgver=3.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;



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

2022-04-22 Thread Jiachen Yang via arch-commits
Date: Friday, April 22, 2022 @ 23:34:32
  Author: farseerfc
Revision: 1187478

archrelease: copy trunk to community-x86_64

Added:
  libtg_owt/repos/community-x86_64/PKGBUILD
(from rev 1187477, libtg_owt/trunk/PKGBUILD)
Deleted:
  libtg_owt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:34:00 UTC (rev 1187477)
+++ PKGBUILD2022-04-22 23:34:32 UTC (rev 1187478)
@@ -1,65 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=libtg_owt
-# It seems the currently desired version can be gotten from
-# 
https://github.com/telegramdesktop/tdesktop/blob/dev/Telegram/build/docker/centos_env/Dockerfile
-_commit=a264028
-pkgver=0.git12.${_commit}
-pkgrel=2
-pkgdesc='WebRTC library'
-arch=('x86_64')
-url='https://github.com/desktop-app/tg_owt'
-license=('BSD')
-# libdrm is dynamically loaded via dlopen
-depends=('libdrm')
-makedepends=('git' 'ninja' 'unzip' 'cmake' 'protobuf' 'libxrandr' 
'libxcomposite' 'openssl' 'glibc'
- 'ffmpeg4.4' 'libva' 'opus' 'yasm' 'libjpeg-turbo' 'pipewire' 
'libxtst' 'abseil-cpp' 'libepoxy')
-options=('staticlibs')
-source=("tg_owt::git+${url}.git#commit=${_commit}"
-"libvpx::git+https://chromium.googlesource.com/webm/libvpx.git;
-"libyuv::git+https://chromium.googlesource.com/libyuv/libyuv.git;
-"pipewire::git+https://github.com/PipeWire/pipewire.git;)
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd tg_owt
-  git submodule init
-  git config submodule.src/third_party/libvpx/source/libvpx.url 
"$srcdir"/libvpx
-  git config submodule.src/third_party/libyuv.url "$srcdir"/libyuv
-  git config submodule.src/third_party/pipewire.url "$srcdir"/pipewire
-  git submodule update
-}
-
-build() {
-  cd tg_owt
-
-  export CFLAGS+=" -ffat-lto-objects"
-  export CXXFLAGS+=" -ffat-lto-objects -I/usr/include/libdrm"
-  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
-  # Upstream stated that only static builds are really supported so that's 
what we'll do.
-  # https://github.com/desktop-app/tg_owt/issues/75#issuecomment-992061171
-  cmake \
--B build \
--G Ninja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=OFF
-  sed -i "s|/usr/lib/libav|/usr/lib/ffmpeg4.4/libav|g" build/build.ninja
-  sed -i "s|/usr/lib/libsw|/usr/lib/ffmpeg4.4/libsw|g" build/build.ninja
-  sed -i "s|-lavcodec|/usr/lib/ffmpeg4.4/libavcodec.so|g" build/build.ninja
-  sed -i "s|-lavformat|/usr/lib/ffmpeg4.4/libavformat.so|g" build/build.ninja
-  sed -i "s|-lavutil|/usr/lib/ffmpeg4.4/libavutil.so|g" build/build.ninja
-  sed -i "s|-lswscale|/usr/lib/ffmpeg4.4/libswscale.so|g" build/build.ninja
-  sed -i "s|-lswresample|/usr/lib/ffmpeg4.4/libswresample.so|g" 
build/build.ninja
-  ninja -C build
-}
-
-package() {
-  cd tg_owt
-  DESTDIR="${pkgdir}/" ninja -C build install
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtg_owt/repos/community-x86_64/PKGBUILD (from rev 1187477, 
libtg_owt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 23:34:32 UTC (rev 1187478)
@@ -0,0 +1,65 @@
+# Maintainer: Jiachen YANG 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=libtg_owt
+# It seems the currently desired version can be gotten from
+# 
https://github.com/telegramdesktop/tdesktop/blob/dev/Telegram/build/docker/centos_env/Dockerfile
+_commit=63a934d
+pkgver=0.git13.${_commit}
+pkgrel=1
+pkgdesc='WebRTC library'
+arch=('x86_64')
+url='https://github.com/desktop-app/tg_owt'
+license=('BSD')
+# libdrm is dynamically loaded via dlopen
+depends=('libdrm')
+makedepends=('git' 'ninja' 'unzip' 'cmake' 'protobuf' 'libxrandr' 
'libxcomposite' 'openssl' 'glibc'
+ 'ffmpeg4.4' 'libva' 'opus' 'yasm' 'libjpeg-turbo' 'pipewire' 
'libxtst' 'abseil-cpp' 'libepoxy')
+options=('staticlibs')
+source=("tg_owt::git+${url}.git#commit=${_commit}"
+"libvpx::git+https://chromium.googlesource.com/webm/libvpx.git;
+"libyuv::git+https://chromium.googlesource.com/libyuv/libyuv.git;
+"pipewire::git+https://github.com/PipeWire/pipewire.git;)
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd tg_owt
+  git submodule init
+  git config submodule.src/third_party/libvpx/source/libvpx.url 
"$srcdir"/libvpx
+  git config submodule.src/third_party/libyuv.url "$srcdir"/libyuv
+  git config submodule.src/third_party/pipewire.url "$srcdir"/pipewire
+  git submodule update
+}
+
+build() {
+  cd tg_owt
+
+  export CFLAGS+=" -ffat-lto-objects"
+  export CXXFLAGS+=" -ffat-lto-objects -I/usr/include/libdrm"
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
+  # 

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

2022-04-22 Thread Jiachen Yang via arch-commits
Date: Friday, April 22, 2022 @ 23:34:00
  Author: farseerfc
Revision: 1187477

upgpkg: libtg_owt 0.git13.63a934d-1

Modified:
  libtg_owt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:56:37 UTC (rev 1187476)
+++ PKGBUILD2022-04-22 23:34:00 UTC (rev 1187477)
@@ -4,9 +4,9 @@
 pkgname=libtg_owt
 # It seems the currently desired version can be gotten from
 # 
https://github.com/telegramdesktop/tdesktop/blob/dev/Telegram/build/docker/centos_env/Dockerfile
-_commit=a264028
-pkgver=0.git12.${_commit}
-pkgrel=2
+_commit=63a934d
+pkgver=0.git13.${_commit}
+pkgrel=1
 pkgdesc='WebRTC library'
 arch=('x86_64')
 url='https://github.com/desktop-app/tg_owt'



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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:19:55
  Author: heftig
Revision: 443795

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 443794, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:19:40 UTC (rev 443794)
+++ PKGBUILD2022-04-22 23:19:55 UTC (rev 443795)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.44.0
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-url="https://wiki.gnome.org/Apps/Evolution/EWS;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(libmspack evolution)
-makedepends=(git intltool python cmake ninja systemd)
-options=(debug)
-_commit=559320e0ebb5bc1fc48b07f8539b0d7fa41167d4  # tags/3.44.0^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cmake -S $pkgname -B build -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 443794, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 23:19:55 UTC (rev 443795)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.44.1
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(git intltool python cmake ninja systemd)
+options=(debug)
+_commit=74eef559859906e6e832596eefca7731962a5545  # tags/3.44.1^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cmake -S $pkgname -B build -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:19:40
  Author: heftig
Revision: 443794

3.44.1-1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 23:19:27 UTC (rev 443793)
+++ PKGBUILD2022-04-22 23:19:40 UTC (rev 443794)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.44.0
+pkgver=3.44.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(git intltool python cmake ninja systemd)
 options=(debug)
-_commit=559320e0ebb5bc1fc48b07f8539b0d7fa41167d4  # tags/3.44.0^0
+_commit=74eef559859906e6e832596eefca7731962a5545  # tags/3.44.1^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:19:27
  Author: heftig
Revision: 443793

archrelease: copy trunk to extra-x86_64

Added:
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 443792, evolution/trunk/PKGBUILD)
Deleted:
  evolution/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:19:00 UTC (rev 443792)
+++ PKGBUILD2022-04-22 23:19:27 UTC (rev 443793)
@@ -1,84 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Fabian Bornschein 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.44.0
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef gspell
- libcryptui gnome-autoar libgweather-4 enchant cmark)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
- spamassassin highlight gtk-doc yelp-tools git cmake ninja)
-options=(!emptydirs debug)
-_commit=0839b6f5b459b2fdd79e1fcf385b8d5c7759135f  # tags/3.44.0^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  # https://gitlab.gnome.org/GNOME/evolution/-/issues/1835
-  # Mail: Preview uses wrong colors for HTML mail with dark theme
-  git cherry-pick -n dea447327f92ea1617f1f852658326dc8852e721
-}
-
-build() {
-  cmake -S $pkgbase -B build -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_SMIME=ON \
--DENABLE_GTK_DOC=ON \
--DWITH_GWEATHER4=ON
-  cmake --build build
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_evolution() {
-  depends+=(libcamel-1.2.so libebook-1.2.so libebook-contacts-1.2.so
-libecal-2.0.so libedataserver-1.2.so libedataserverui-1.2.so)
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=(gnome-extra)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  cd "$pkgdir"
-  for x in bogofilter spamassassin; do
-_pick $x usr/lib/evolution/modules/module-$x.so
-_pick $x usr/share/metainfo/org.gnome.Evolution-$x.metainfo.xml
-  done
-}
-
-
-package_evolution-bogofilter() {
-  pkgdesc="Spam filtering for Evolution, using Bogofilter"
-  depends=("evolution=$pkgver" bogofilter)
-  mv bogofilter/* "$pkgdir"
-}
-
-package_evolution-spamassassin() {
-  pkgdesc="Spam filtering for Evolution, using SpamAssassin"
-  depends=("evolution=$pkgver" spamassassin)
-  mv spamassassin/* "$pkgdir"
-}

Copied: evolution/repos/extra-x86_64/PKGBUILD (from rev 443792, 
evolution/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 23:19:27 UTC (rev 443793)
@@ -0,0 +1,80 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Fabian Bornschein 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=(evolution evolution-bogofilter evolution-spamassassin)
+pkgver=3.44.1
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef gspell
+ libcryptui gnome-autoar libgweather-4 enchant cmark)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
+ spamassassin highlight gtk-doc yelp-tools git cmake ninja)
+options=(!emptydirs debug)
+_commit=38912dc06f22d414877ba6e3d43f280554b9670f  # tags/3.44.1^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  cmake -S $pkgbase -B build -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_SMIME=ON \
+-DENABLE_GTK_DOC=ON \
+-DWITH_GWEATHER4=ON
+  cmake --build build
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_evolution() {
+  depends+=(libcamel-1.2.so libebook-1.2.so libebook-contacts-1.2.so
+   

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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:19:00
  Author: heftig
Revision: 443792

3.44.1-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 23:09:40 UTC (rev 443791)
+++ PKGBUILD2022-04-22 23:19:00 UTC (rev 443792)
@@ -4,7 +4,7 @@
 
 pkgbase=evolution
 pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.44.0
+pkgver=3.44.1
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -15,7 +15,7 @@
 makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
  spamassassin highlight gtk-doc yelp-tools git cmake ninja)
 options=(!emptydirs debug)
-_commit=0839b6f5b459b2fdd79e1fcf385b8d5c7759135f  # tags/3.44.0^0
+_commit=38912dc06f22d414877ba6e3d43f280554b9670f  # tags/3.44.1^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -26,10 +26,6 @@
 
 prepare() {
   cd $pkgbase
-
-  # https://gitlab.gnome.org/GNOME/evolution/-/issues/1835
-  # Mail: Preview uses wrong colors for HTML mail with dark theme
-  git cherry-pick -n dea447327f92ea1617f1f852658326dc8852e721
 }
 
 build() {



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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:09:39
  Author: heftig
Revision: 443789

archrelease: copy trunk to extra-x86_64

Added:
  libadwaita/repos/extra-x86_64/PKGBUILD
(from rev 443785, libadwaita/trunk/PKGBUILD)
Deleted:
  libadwaita/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:09:39 UTC (rev 443788)
+++ PKGBUILD2022-04-22 23:09:39 UTC (rev 443789)
@@ -1,84 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=libadwaita
-pkgname=(libadwaita libadwaita-docs libadwaita-demos)
-pkgver=1.1.0
-pkgrel=1
-epoch=1
-pkgdesc="Building blocks for modern adaptive GNOME applications"
-url="https://gnome.pages.gitlab.gnome.org/libadwaita/;
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk4)
-makedepends=(git meson gi-docgen sassc gobject-introspection vala)
-checkdepends=(weston)
-options=(debug)
-_commit=0e57660217829b3f905f20e1c53aaf42c2302882  # tags/1.1.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libadwaita.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -r 's/\.([a-z])/\1/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() (
-  export XDG_RUNTIME_DIR="$PWD/runtime-dir" WAYLAND_DISPLAY=wayland-5
-
-  mkdir -p -m 700 "$XDG_RUNTIME_DIR"
-  weston --backend=headless-backend.so --socket=$WAYLAND_DISPLAY --idle-time=0 
&
-  _w=$!
-
-  trap "kill $_w; wait" EXIT
-
-  meson test -C build --print-errorlogs
-)
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_libadwaita() {
-  depends+=(libgtk-4.so)
-  provides+=(libadwaita-1.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  cd "$pkgdir"
-
-  _pick docs usr/share/doc
-
-  _pick demo usr/bin/adwaita-1-demo
-  _pick demo usr/share/applications/org.gnome.Adwaita1.Demo.desktop
-  _pick demo usr/share/icons/hicolor/*/apps/org.gnome.Adwaita1.Demo[-.]*
-  _pick demo usr/share/metainfo/org.gnome.Adwaita1.Demo.metainfo.xml
-}
-
-package_libadwaita-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  mv docs/* "$pkgdir"
-}
-
-package_libadwaita-demos() {
-  pkgdesc+=" (demo applications)"
-  depends=(libadwaita)
-  mv demo/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: libadwaita/repos/extra-x86_64/PKGBUILD (from rev 443785, 
libadwaita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 23:09:39 UTC (rev 443789)
@@ -0,0 +1,84 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=libadwaita
+pkgname=(libadwaita libadwaita-docs libadwaita-demos)
+pkgver=1.1.1
+pkgrel=1
+epoch=1
+pkgdesc="Building blocks for modern adaptive GNOME applications"
+url="https://gnome.pages.gitlab.gnome.org/libadwaita/;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk4)
+makedepends=(git meson gi-docgen sassc gobject-introspection vala)
+checkdepends=(weston)
+options=(debug)
+_commit=5ec9f624b23bf78b29dd708e77ccdfcee0a9867a  # tags/1.1.1^0
+source=("git+https://gitlab.gnome.org/GNOME/libadwaita.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -r 's/\.([a-z])/\1/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() (
+  export XDG_RUNTIME_DIR="$PWD/runtime-dir" WAYLAND_DISPLAY=wayland-5
+
+  mkdir -p -m 700 "$XDG_RUNTIME_DIR"
+  weston --backend=headless-backend.so --socket=$WAYLAND_DISPLAY --idle-time=0 
&
+  _w=$!
+
+  trap "kill $_w; wait" EXIT
+
+  meson test -C build --print-errorlogs
+)
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_libadwaita() {
+  depends+=(libgtk-4.so)
+  provides+=(libadwaita-1.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  cd "$pkgdir"
+
+  _pick docs usr/share/doc
+
+  _pick demo usr/bin/adwaita-1-demo
+  _pick demo usr/share/applications/org.gnome.Adwaita1.Demo.desktop
+  _pick demo usr/share/icons/hicolor/*/apps/org.gnome.Adwaita1.Demo[-.]*
+  _pick demo usr/share/metainfo/org.gnome.Adwaita1.Demo.metainfo.xml
+}
+
+package_libadwaita-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  mv docs/* "$pkgdir"
+}
+
+package_libadwaita-demos() {
+  pkgdesc+=" (demo applications)"
+  depends=(libadwaita)
+  mv demo/* "$pkgdir"
+}
+
+# vim:set sw=2 et:



[arch-commits] Commit in gvfs/repos/extra-x86_64 (6 files)

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:09:40
  Author: heftig
Revision: 443791

archrelease: copy trunk to extra-x86_64

Added:
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 443787, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-nfs.install
(from rev 443789, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/extra-x86_64/gvfsd.hook
(from rev 443790, gvfs/trunk/gvfsd.hook)
Deleted:
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-nfs.install
  gvfs/repos/extra-x86_64/gvfsd.hook

--+
 PKGBUILD |  330 ++---
 gvfs-nfs.install |   14 +-
 gvfsd.hook   |   22 +--
 3 files changed, 183 insertions(+), 183 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:09:39 UTC (rev 443790)
+++ PKGBUILD2022-04-22 23:09:40 UTC (rev 443791)
@@ -1,165 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.50.0+r5+g747c7f6e
-pkgrel=1
-pkgdesc="Virtual filesystem implementation for GIO"
-url="https://wiki.gnome.org/Projects/gvfs;
-arch=(x86_64)
-license=(LGPL)
-depends=(avahi dconf fuse3 libarchive libcdio-paranoia libsoup3 udisks2
- libsecret libbluray libgudev gcr psmisc gsettings-desktop-schemas)
-makedepends=(dbus libgphoto2 libimobiledevice smbclient docbook-xsl gtk3 libmtp
- gnome-online-accounts libnfs libgdata git gtk-doc python meson
- openssh)
-groups=(gnome)
-options=(debug)
-_commit=747c7f6ea6c8b6a7ccd008bb47996ba7eb169bcc  # master
-source=("git+https://gitlab.gnome.org/GNOME/gvfs.git#commit=$_commit;
-gvfsd.hook)
-sha256sums=('SKIP'
-'d3b714db35b2ce75d7f6d528044554decbb9149a98425aff119a071ca0a25282')
-
-pkgver() {
-  cd gvfs
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd gvfs
-}
-
-build() {
-  arch-meson gvfs build -D man=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_gvfs() {
-  replaces=(gvfs-{obexftp,afp})
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-mtp: MTP device support'
-  'gvfs-goa: gnome-online-accounts (e.g. OwnCloud) support'
-  'gvfs-nfs: NFS support'
-  'gvfs-google: Google Drive support'
-  'gtk3: Recent files support')
-
-  meson install -C build --destdir "$pkgdir"
-
-  ( cd "$pkgdir"
-
-_pick smb \
-  usr/lib/gvfsd-smb{,-browse} \
-  usr/share/GConf/gsettings/gvfs-smb.convert \
-  usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml \
-  usr/share/gvfs/mounts/smb{,-browse}.mount
-
-_pick afc \
-  usr/lib/gvfs{-afc-volume-monitor,d-afc} \
-  usr/lib/systemd/user/gvfs-afc-volume-monitor.service \
-  usr/share/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service \
-  usr/share/gvfs/mounts/afc.mount \
-  usr/share/gvfs/remote-volume-monitors/afc.monitor
-
-_pick gphoto2 \
-  usr/lib/gvfs{-gphoto2-volume-monitor,d-gphoto2} \
-  usr/lib/systemd/user/gvfs-gphoto2-volume-monitor.service \
-  usr/share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service \
-  usr/share/gvfs/mounts/gphoto2.mount \
-  usr/share/gvfs/remote-volume-monitors/gphoto2.monitor
-
-_pick mtp \
-  usr/lib/gvfs{-mtp-volume-monitor,d-mtp} \
-  usr/lib/systemd/user/gvfs-mtp-volume-monitor.service \
-  usr/share/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service \
-  usr/share/gvfs/mounts/mtp.mount \
-  usr/share/gvfs/remote-volume-monitors/mtp.monitor
-
-_pick goa \
-  usr/lib/gvfs-goa-volume-monitor \
-  usr/lib/systemd/user/gvfs-goa-volume-monitor.service \
-  usr/share/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service \
-  usr/share/gvfs/remote-volume-monitors/goa.monitor
-
-_pick nfs \
-  usr/lib/gvfsd-nfs \
-  usr/share/gvfs/mounts/nfs.mount
-
-_pick google \
-  usr/lib/gvfsd-google \
-  usr/share/gvfs/mounts/google.mount
-
-install -d -o root -g 102 -m 750 usr/share/polkit-1/rules.d
-  )
-
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-}
-
-package_gvfs-smb() {
-  pkgdesc+=" (SMB/CIFS backend; Windows client)"
-  depends=("gvfs=$pkgver" 'smbclient>=4.12.0')
-
-  mv smb/* "$pkgdir"
-}
-
-package_gvfs-afc() {
-  pkgdesc+=" (AFC backend; Apple mobile devices)"
-  depends=("gvfs=$pkgver" libimobiledevice usbmuxd)
-
-  mv afc/* "$pkgdir"
-}
-
-package_gvfs-gphoto2() {
-  pkgdesc+=" (gphoto2 backend; PTP camera, MTP media 

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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:09:39
  Author: heftig
Revision: 443790

archrelease: copy trunk to extra-x86_64

Added:
  nautilus/repos/extra-x86_64/PKGBUILD
(from rev 443784, nautilus/trunk/PKGBUILD)
Deleted:
  nautilus/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:09:39 UTC (rev 443789)
+++ PKGBUILD2022-04-22 23:09:39 UTC (rev 443790)
@@ -1,78 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=42.0+r7+gca3702e9b
-pkgrel=1
-pkgdesc="Default file manager for GNOME"
-url="https://wiki.gnome.org/Apps/Files;
-arch=(x86_64)
-license=(GPL)
-depends=(libgexiv2 gnome-desktop gvfs dconf tracker3 tracker3-miners
- gnome-autoar gst-plugins-base-libs libhandy libportal-gtk3)
-makedepends=(gobject-introspection git gtk-doc meson appstream-glib)
-checkdepends=(python-gobject)
-options=(debug)
-_commit=ca3702e9be91ce7e7c7f571ce5c757b0c737976b  # gnome-42
-source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git submodule set-url subprojects/libgd "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D packagekit=false
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension.so)
-  optdepends=('nautilus-sendto: Send files via mail extension')
-  groups=(gnome)
-
-  meson install -C build --destdir "$pkgdir"
-
-  cd "$pkgdir"
-
-  _pick libne usr/include
-  _pick libne usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig}
-  _pick libne usr/share/{gir-1.0,gtk-doc}
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-  provides=(libnautilus-extension.so)
-  mv libne/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: nautilus/repos/extra-x86_64/PKGBUILD (from rev 443784, 
nautilus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 23:09:39 UTC (rev 443790)
@@ -0,0 +1,78 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=42.1.1
+pkgrel=1
+pkgdesc="Default file manager for GNOME"
+url="https://wiki.gnome.org/Apps/Files;
+arch=(x86_64)
+license=(GPL)
+depends=(libgexiv2 gnome-desktop gvfs dconf tracker3 tracker3-miners
+ gnome-autoar gst-plugins-base-libs libhandy libportal-gtk3)
+makedepends=(gobject-introspection git gtk-doc meson appstream-glib)
+checkdepends=(python-gobject)
+options=(debug)
+_commit=8dca802ee401677f8d9740ea0622b97666031f3e  # tags/42.1.1^0
+source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D packagekit=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension.so)
+  optdepends=('nautilus-sendto: Send files via mail extension')
+  groups=(gnome)
+
+  meson install -C build --destdir "$pkgdir"
+
+  cd "$pkgdir"
+
+  _pick libne usr/include
+  _pick libne usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig}
+  _pick libne usr/share/{gir-1.0,gtk-doc}
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+  provides=(libnautilus-extension.so)
+  mv libne/* "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:09:39
  Author: heftig
Revision: 443788

archrelease: copy trunk to extra-x86_64

Added:
  vala/repos/extra-x86_64/PKGBUILD
(from rev 443784, vala/trunk/PKGBUILD)
Deleted:
  vala/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:09:38 UTC (rev 443787)
+++ PKGBUILD2022-04-22 23:09:39 UTC (rev 443788)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.56.0
-pkgrel=2
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
-makedepends=(libxslt vala git help2man autoconf-archive)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
-conflicts=(valadoc)
-replaces=(valadoc)
-options=(debug)
-_commit=e6f675dc4916334e46b0e1af19d072bec48f39ca  # tags/0.56.0^0
-source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vala
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd vala
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd vala
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd vala
-  make check
-}
-
-package() {
-  cd vala
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set sw=2 et:

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 443784, vala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 23:09:39 UTC (rev 443788)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.56.1
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
+makedepends=(libxslt vala git help2man autoconf-archive)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
+conflicts=(valadoc)
+replaces=(valadoc)
+options=(debug)
+_commit=ef23c1bd93e5c4f3e52f87ef98e3cf7a833a18d9  # tags/0.56.1^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vala
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd vala
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd vala
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd vala
+  make check
+}
+
+package() {
+  cd vala
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set sw=2 et:



[arch-commits] Commit in evolution-data-server/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:09:38
  Author: heftig
Revision: 443787

archrelease: copy trunk to extra-x86_64

Added:
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 443784, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:09:38 UTC (rev 443786)
+++ PKGBUILD2022-04-22 23:09:38 UTC (rev 443787)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.44.0
-pkgrel=2
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather-4 libical db libgdata 
libphonenumber
- libcanberra)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
-provides=(libcamel-1.2.so libebackend-1.2.so libebook-1.2.so 
libebook-contacts-1.2.so
-  libecal-2.0.so libedata-book-1.2.so libedata-cal-2.0.so 
libedataserver-1.2.so
-  libedataserverui-1.2.so)
-license=(GPL)
-options=(debug)
-_commit=1c7202b0a17d97426a5dc1391ccf8da37b5eb0ec  # tags/3.44.0^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cmake -S $pkgname -B build -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_INTROSPECTION=ON \
--DENABLE_VALA_BINDINGS=ON \
--DENABLE_GTK_DOC=ON \
--DWITH_PHONENUMBER=ON \
--DWITH_GWEATHER4=ON
-  cmake --build build
-}
-
-check() {
-  cd build
-  ctest --output-on-failure --stop-on-failure
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: evolution-data-server/repos/extra-x86_64/PKGBUILD (from rev 443784, 
evolution-data-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 23:09:38 UTC (rev 443787)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.44.1
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather-4 libical db libgdata 
libphonenumber
+ libcanberra)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
+provides=(libcamel-1.2.so libebackend-1.2.so libebook-1.2.so 
libebook-contacts-1.2.so
+  libecal-2.0.so libedata-book-1.2.so libedata-cal-2.0.so 
libedataserver-1.2.so
+  libedataserverui-1.2.so)
+license=(GPL)
+options=(debug)
+_commit=3f9d74ba18bb752877887579243eb3b7af98f211  # tags/3.44.1^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cmake -S $pkgname -B build -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON \
+-DWITH_GWEATHER4=ON
+  cmake --build build
+}
+
+check() {
+  cd build
+  ctest --output-on-failure --stop-on-failure
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:09:38
  Author: heftig
Revision: 443786

archrelease: copy trunk to extra-x86_64

Added:
  libhandy/repos/extra-x86_64/PKGBUILD
(from rev 443784, libhandy/trunk/PKGBUILD)
Deleted:
  libhandy/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:09:37 UTC (rev 443785)
+++ PKGBUILD2022-04-22 23:09:38 UTC (rev 443786)
@@ -1,56 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgbase=libhandy
-pkgname=(libhandy libhandy-docs)
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Library full of GTK+ widgets for mobile phones"
-url="https://gitlab.gnome.org/GNOME/libhandy;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk3)
-makedepends=(git gobject-introspection meson vala glade gi-docgen)
-checkdepends=(xorg-server-xvfb)
-options=(debug)
-_commit=4186dae5570cf8e73cf8a145236240eec3a237b5  # tags/1.6.1^0
-source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libhandy
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd libhandy
-}
-
-build() {
-  arch-meson libhandy build \
--D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  dbus-run-session xvfb-run -s '-nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package_libhandy() {
-  provides=(libhandy-1.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-}
-
-package_libhandy-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: libhandy/repos/extra-x86_64/PKGBUILD (from rev 443784, 
libhandy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 23:09:38 UTC (rev 443786)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgbase=libhandy
+pkgname=(libhandy libhandy-docs)
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Library full of GTK+ widgets for mobile phones"
+url="https://gitlab.gnome.org/GNOME/libhandy;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk3)
+makedepends=(git gobject-introspection meson vala glade gi-docgen)
+checkdepends=(xorg-server-xvfb)
+options=(debug)
+_commit=f050453109db05621b9a47b9931fe1b571905e67  # tags/1.6.2^0
+source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libhandy
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libhandy
+}
+
+build() {
+  arch-meson libhandy build \
+-D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run -s '-nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package_libhandy() {
+  provides=(libhandy-1.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_libhandy-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:09:37
  Author: heftig
Revision: 443785

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:09:18 UTC (rev 443784)
+++ PKGBUILD2022-04-22 23:09:37 UTC (rev 443785)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=42.0
-pkgrel=2
-pkgdesc="A simple GNOME 3 maps application"
-url="https://wiki.gnome.org/Apps/Maps;
-arch=(x86_64)
-license=(GPL)
-depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph libhandy
- libgweather)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-options=(debug)
-_commit=938c8b3681995b2bc5bd1cb5b0d11446e6151e9b  # tags/v42.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 443784, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 23:09:37 UTC (rev 443785)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=42.1
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps;
+arch=(x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph libhandy
+ libgweather-4)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+options=(debug)
+_commit=c71d614bef06d875841d21e82c1a547e8f154a91  # tags/v42.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:09:18
  Author: heftig
Revision: 443784

42.1.1-1

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 23:08:30 UTC (rev 443783)
+++ PKGBUILD2022-04-22 23:09:18 UTC (rev 443784)
@@ -3,7 +3,7 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=42.0+r7+gca3702e9b
+pkgver=42.1.1
 pkgrel=1
 pkgdesc="Default file manager for GNOME"
 url="https://wiki.gnome.org/Apps/Files;
@@ -14,7 +14,7 @@
 makedepends=(gobject-introspection git gtk-doc meson appstream-glib)
 checkdepends=(python-gobject)
 options=(debug)
-_commit=ca3702e9be91ce7e7c7f571ce5c757b0c737976b  # gnome-42
+_commit=8dca802ee401677f8d9740ea0622b97666031f3e  # tags/42.1.1^0
 source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'



[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:08:30
  Author: heftig
Revision: 443783

3.44.1-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 23:08:25 UTC (rev 443782)
+++ PKGBUILD2022-04-22 23:08:30 UTC (rev 443783)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.44.0
-pkgrel=2
+pkgver=3.44.1
+pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
 arch=(x86_64)
@@ -15,7 +15,7 @@
   libedataserverui-1.2.so)
 license=(GPL)
 options=(debug)
-_commit=1c7202b0a17d97426a5dc1391ccf8da37b5eb0ec  # tags/3.44.0^0
+_commit=3f9d74ba18bb752877887579243eb3b7af98f211  # tags/3.44.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:08:25
  Author: heftig
Revision: 443782

42.1-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 23:06:29 UTC (rev 443781)
+++ PKGBUILD2022-04-22 23:08:25 UTC (rev 443782)
@@ -2,18 +2,18 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=42.0
-pkgrel=2
+pkgver=42.1
+pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps;
 arch=(x86_64)
 license=(GPL)
 depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph libhandy
- libgweather)
+ libgweather-4)
 makedepends=(gobject-introspection git meson yelp-tools)
 groups=(gnome)
 options=(debug)
-_commit=938c8b3681995b2bc5bd1cb5b0d11446e6151e9b  # tags/v42.0^0
+_commit=c71d614bef06d875841d21e82c1a547e8f154a91  # tags/v42.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:06:29
  Author: heftig
Revision: 443781

1.1.1-1

Modified:
  libadwaita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 23:06:20 UTC (rev 443780)
+++ PKGBUILD2022-04-22 23:06:29 UTC (rev 443781)
@@ -2,7 +2,7 @@
 
 pkgbase=libadwaita
 pkgname=(libadwaita libadwaita-docs libadwaita-demos)
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 epoch=1
 pkgdesc="Building blocks for modern adaptive GNOME applications"
@@ -13,7 +13,7 @@
 makedepends=(git meson gi-docgen sassc gobject-introspection vala)
 checkdepends=(weston)
 options=(debug)
-_commit=0e57660217829b3f905f20e1c53aaf42c2302882  # tags/1.1.0^0
+_commit=5ec9f624b23bf78b29dd708e77ccdfcee0a9867a  # tags/1.1.1^0
 source=("git+https://gitlab.gnome.org/GNOME/libadwaita.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:06:20
  Author: heftig
Revision: 443780

0.56.1-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 23:05:42 UTC (rev 443779)
+++ PKGBUILD2022-04-22 23:06:20 UTC (rev 443780)
@@ -4,8 +4,8 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.56.0
-pkgrel=2
+pkgver=0.56.1
+pkgrel=1
 pkgdesc='Compiler for the GObject type system'
 url='https://wiki.gnome.org/Projects/Vala'
 arch=(x86_64)
@@ -17,7 +17,7 @@
 conflicts=(valadoc)
 replaces=(valadoc)
 options=(debug)
-_commit=e6f675dc4916334e46b0e1af19d072bec48f39ca  # tags/0.56.0^0
+_commit=ef23c1bd93e5c4f3e52f87ef98e3cf7a833a18d9  # tags/0.56.1^0
 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-04-22 Thread Frederik Schwan via arch-commits
Date: Friday, April 22, 2022 @ 23:05:42
  Author: freswa
Revision: 443779

archrelease: copy trunk to extra-x86_64

Added:
  java8-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 443777, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-x86_64/gcc11.patch
(from rev 443777, java8-openjdk/trunk/gcc11.patch)
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
(from rev 443777, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
(from rev 443777, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh
(from rev 443777, java8-openjdk/trunk/install_jre8-openjdk.sh)
Deleted:
  java8-openjdk/repos/extra-x86_64/PKGBUILD
  java8-openjdk/repos/extra-x86_64/gcc11.patch
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh

--+
 PKGBUILD |  534 ++---
 gcc11.patch  |  148 +-
 install_jdk8-openjdk.sh  |  100 +++---
 install_jre8-openjdk-headless.sh |   96 +++---
 install_jre8-openjdk.sh  |   84 ++---
 5 files changed, 481 insertions(+), 481 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 23:05:42 UTC (rev 443778)
+++ PKGBUILD2022-04-22 23:05:42 UTC (rev 443779)
@@ -1,267 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Frederik Schwan 
-# Maintainer: Guillaume ALAUX 
-# Contributor: Boyan Ding 
-
-pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src' 
'openjdk8-doc')
-pkgbase=java8-openjdk
-
-_majorver=8
-_minorver=332
-_updatever=04
-pkgver=${_majorver}.${_minorver}.u${_updatever}
-pkgrel=1
-_git_tag=jdk${_majorver}u${_minorver}-b${_updatever}
-arch=('x86_64')
-url='https://openjdk.java.net/'
-license=('custom')
-makedepends=('java-environment=8' 'ccache' 'cpio' 'unzip' 'zip' 'git' 'bash'
- 'libxrender' 'libxtst' 'fontconfig' 'libcups' 'alsa-lib')
-options=(!lto)
-source=(git+https://github.com/openjdk/jdk${_majorver}u.git#tag=${_git_tag}
-gcc11.patch)
-sha256sums=('SKIP'
-'e1e9452b2078c3e9b45aa73491f3f187e7a9abbc40b6a7fc9239d4e5e525569e')
-
-case "${CARCH}" in
-  'x86_64') _JARCH=amd64 ; _DOC_ARCH=x86_64 ;;
-  'i686'  ) _JARCH=i386  ; _DOC_ARCH=x86;;
-esac
-
-_jdkname=openjdk8
-_jvmdir=/usr/lib/jvm/java-8-openjdk
-_prefix="jdk8u/image"
-_imgdir="${_prefix}/jvm/openjdk-1.8.0_$(printf '%.2d' ${_minorver})"
-_nonheadless=(bin/policytool
-  lib/${_JARCH}/libjsound.so
-  lib/${_JARCH}/libjsoundalsa.so
-  lib/${_JARCH}/libsplashscreen.so)
-
-prepare() {
-  cd jdk8u
-
-  # Fix build with C++17 (Fedora)
-  patch -Np1 -i "${srcdir}"/gcc11.patch
-}
-
-build() {
-  cd jdk8u
-
-  unset JAVA_HOME
-  # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1346
-  export MAKEFLAGS=${MAKEFLAGS/-j*}
-
-  # Avoid optimization of HotSpot being lowered from O3 to O2
-  # -fno-exceptions for FS#73134
-  export CFLAGS="${CFLAGS//-O2/-O3} -Wno-error=nonnull 
-Wno-error=deprecated-declarations -Wno-error=stringop-overflow= 
-Wno-error=return-type -Wno-error=cpp -fno-lifetime-dse 
-fno-delete-null-pointer-checks -fcommon -fno-exceptions 
-Wno-error=format-overflow="
-  export CXXFLAGS="${CXXFLAGS} -fcommon -fno-exceptions"
-
-  install -d -m 755 "${srcdir}/${_prefix}/"
-  bash configure \
---prefix="${srcdir}/${_prefix}" \
---with-update-version="${_minorver}" \
---with-build-number="b${_updatever}" \
---with-milestone="fcs" \
---enable-unlimited-crypto \
---with-zlib=system \
---with-extra-cflags="${CFLAGS}" \
---with-extra-cxxflags="${CXXFLAGS}" \
---with-extra-ldflags="${LDFLAGS}"
-
-  # TODO OpenJDK does not want last version of giflib (add 'giflib' as 
dependency once fixed)
-  #--with-giflib=system \
-
-  # These help to debug builds: LOG=trace HOTSPOT_BUILD_JOBS=1
-  # Without 'DEBUG_BINARIES', i686 won't build: 
http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-July/019203.html
-  make
-  make docs
-
-  # FIXME sadly 'DESTDIR' is not used here!
-  make install
-
-  cd ../${_imgdir}
-
-  # A lot of build stuff were directly taken from
-  # 
http://pkgs.fedoraproject.org/cgit/java-1.8.0-openjdk.git/tree/java-1.8.0-openjdk.spec
-
-  # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1437
-  find . -iname '*.jar' -exec chmod ugo+r {} \;
-  chmod ugo+r lib/ct.sym
-
-  # remove redundant *diz and *debuginfo files
-  find . -iname '*.diz' -exec rm {} \;
-  find . -iname '*.debuginfo' -exec rm {} \;
-}
-
-check() {
-  cd jdk8u
-  #make -k test
-}
-
-package_jre8-openjdk-headless() {
-  pkgdesc='OpenJDK Java 8 headless runtime environment'
-  depends=('java-runtime-common' 'ca-certificates-utils' 'nss')

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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:05:42
  Author: heftig
Revision: 443778

1.6.2-1

Modified:
  libhandy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 23:05:39 UTC (rev 443777)
+++ PKGBUILD2022-04-22 23:05:42 UTC (rev 443778)
@@ -3,7 +3,7 @@
 
 pkgbase=libhandy
 pkgname=(libhandy libhandy-docs)
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="Library full of GTK+ widgets for mobile phones"
 url="https://gitlab.gnome.org/GNOME/libhandy;
@@ -13,7 +13,7 @@
 makedepends=(git gobject-introspection meson vala glade gi-docgen)
 checkdepends=(xorg-server-xvfb)
 options=(debug)
-_commit=4186dae5570cf8e73cf8a145236240eec3a237b5  # tags/1.6.1^0
+_commit=f050453109db05621b9a47b9931fe1b571905e67  # tags/1.6.2^0
 source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2022-04-22 Thread Frederik Schwan via arch-commits
Date: Friday, April 22, 2022 @ 23:05:39
  Author: freswa
Revision: 443777

upgpkg: java8-openjdk 8.332.u09-1

Modified:
  java8-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 23:04:39 UTC (rev 443776)
+++ PKGBUILD2022-04-22 23:05:39 UTC (rev 443777)
@@ -8,7 +8,7 @@
 
 _majorver=8
 _minorver=332
-_updatever=04
+_updatever=09
 pkgver=${_majorver}.${_minorver}.u${_updatever}
 pkgrel=1
 _git_tag=jdk${_majorver}u${_minorver}-b${_updatever}



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

2022-04-22 Thread Jan Steffens via arch-commits
Date: Friday, April 22, 2022 @ 23:04:39
  Author: heftig
Revision: 443776

1.50.1-1

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:52:31 UTC (rev 443775)
+++ PKGBUILD2022-04-22 23:04:39 UTC (rev 443776)
@@ -3,7 +3,7 @@
 
 pkgbase=gvfs
 pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.50.0+r5+g747c7f6e
+pkgver=1.50.1
 pkgrel=1
 pkgdesc="Virtual filesystem implementation for GIO"
 url="https://wiki.gnome.org/Projects/gvfs;
@@ -16,7 +16,7 @@
  openssh)
 groups=(gnome)
 options=(debug)
-_commit=747c7f6ea6c8b6a7ccd008bb47996ba7eb169bcc  # master
+_commit=228df6c3a25f0b826829235b43ce308ce0d46335  # tags/1.50.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gvfs.git#commit=$_commit;
 gvfsd.hook)
 sha256sums=('SKIP'



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

2022-04-22 Thread Frederik Schwan via arch-commits
Date: Friday, April 22, 2022 @ 22:56:37
  Author: freswa
Revision: 1187476

remove accidentaly commited staging files

Deleted:
  libvirt/repos/staging-x86_64/



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

2022-04-22 Thread Frederik Schwan via arch-commits
Date: Friday, April 22, 2022 @ 22:53:57
  Author: freswa
Revision: 1187475

archrelease: copy trunk to community-staging-x86_64

Added:
  libvirt/repos/community-staging-x86_64/
  libvirt/repos/community-staging-x86_64/PKGBUILD
(from rev 1187474, libvirt/trunk/PKGBUILD)

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

Copied: libvirt/repos/community-staging-x86_64/PKGBUILD (from rev 1187474, 
libvirt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-22 22:53:57 UTC (rev 1187475)
@@ -0,0 +1,197 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Robin Broda 
+# Contributor: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct 
libvirt-storage-rbd)
+epoch=1
+pkgver=8.2.0
+pkgrel=5
+pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
+arch=('x86_64')
+url="https://libvirt.org/;
+license=('LGPL' 'GPL3') #libvirt_parthelper links to libparted which is GPL3 
only
+depends=('libpciaccess' 'yajl' 'fuse3' 'gnutls' 'parted' 'libssh' 'libxml2' 
'numactl' 'polkit')
+makedepends=('meson' 'libxslt' 'python-docutils' 'lvm2' 'open-iscsi' 
'libiscsi' 'ceph-libs' 'glusterfs'
+ 'bash-completion' 'rpcsvc-proto' 'dnsmasq' 'iproute2' 'qemu-base')
+optdepends=('libvirt-storage-gluster: Gluster storage backend'
+'libvirt-storage-iscsi-direct: iSCSI-direct storage backend'
+'libvirt-storage-rbd: RBD storage backend'
+'gettext: required for libvirt-guests.service'
+'openbsd-netcat: for remote management over ssh'
+'dmidecode: DMI system info support'
+'dnsmasq: required for default NAT/DHCP for guests'
+'radvd: IPv6 RAD support'
+'ebtables: required for default NAT networking'
+'qemu-desktop: QEMU/KVM support'
+'qemu-emulators-full: Support of additional QEMU architectures'
+'lvm2: Logical Volume Manager support'
+'open-iscsi: iSCSI support via iscsiadm'
+'swtpm: TPM emulator support')
+
+backup=(
+  'etc/libvirt/libvirt-admin.conf'
+  'etc/libvirt/libvirt.conf'
+  'etc/libvirt/libvirtd.conf'
+  'etc/libvirt/lxc.conf'
+  'etc/libvirt/nwfilter/allow-arp.xml'
+  'etc/libvirt/nwfilter/allow-dhcp-server.xml'
+  'etc/libvirt/nwfilter/allow-dhcpv6-server.xml'
+  'etc/libvirt/nwfilter/allow-dhcp.xml'
+  'etc/libvirt/nwfilter/allow-dhcpv6.xml'
+  'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
+  'etc/libvirt/nwfilter/allow-incoming-ipv6.xml'
+  'etc/libvirt/nwfilter/allow-ipv6.xml'
+  'etc/libvirt/nwfilter/allow-ipv4.xml'
+  'etc/libvirt/nwfilter/clean-traffic-gateway.xml'
+  'etc/libvirt/nwfilter/clean-traffic.xml'
+  'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
+  'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
+  'etc/libvirt/nwfilter/no-arp-spoofing.xml'
+  'etc/libvirt/nwfilter/no-ip-multicast.xml'
+  'etc/libvirt/nwfilter/no-ipv6-multicast.xml'
+  'etc/libvirt/nwfilter/no-ip-spoofing.xml'
+  'etc/libvirt/nwfilter/no-ipv6-spoofing.xml'
+  'etc/libvirt/nwfilter/no-mac-spoofing.xml'
+  'etc/libvirt/nwfilter/no-mac-broadcast.xml'
+  'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
+  'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
+  'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
+  'etc/libvirt/nwfilter/qemu-announce-self.xml'
+  'etc/libvirt/qemu.conf'
+  'etc/libvirt/qemu-lockd.conf'
+  'etc/libvirt/qemu/networks/default.xml'
+  'etc/libvirt/virtchd.conf'
+  'etc/libvirt/virtinterfaced.conf'
+  'etc/libvirt/virtlockd.conf'
+  'etc/libvirt/virtlogd.conf'
+  'etc/libvirt/virt-login-shell.conf'
+  'etc/libvirt/virtlxcd.conf'
+  'etc/libvirt/virtnetworkd.conf'
+  'etc/libvirt/virtnodedevd.conf'
+  'etc/libvirt/virtnwfilterd.conf'
+  'etc/libvirt/virtproxyd.conf'
+  'etc/libvirt/virtqemud.conf'
+  'etc/libvirt/virtsecretd.conf'
+  'etc/libvirt/virtstoraged.conf'
+  'etc/libvirt/virtvboxd.conf'
+  'etc/logrotate.d/libvirtd'
+  'etc/logrotate.d/libvirtd.lxc'
+  'etc/logrotate.d/libvirtd.qemu'
+  'etc/sasl2/libvirt.conf'
+)
+options=(debug)
+source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('0ecd9c7dd52db7a2d124155ffa5e11de2fbd05014eceffbd1972b022d21becba'
+'SKIP')
+validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed -i 's|/sysconfig/|/conf.d/|g' \
+src/remote/libvirtd.service.in \
+tools/{libvirt-guests.service,libvirt-guests.sh,virt-pki-validate}.in \
+src/locking/virtlockd.service.in \
+src/logging/virtlogd.service.in
+  sed -i 
's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \
+src/qemu/qemu.conf \
+

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

2022-04-22 Thread Frederik Schwan via arch-commits
Date: Friday, April 22, 2022 @ 22:53:18
  Author: freswa
Revision: 1187474

archrelease: copy trunk to staging-x86_64

Added:
  libvirt/repos/staging-x86_64/
  libvirt/repos/staging-x86_64/PKGBUILD
(from rev 1187473, libvirt/trunk/PKGBUILD)

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

Copied: libvirt/repos/staging-x86_64/PKGBUILD (from rev 1187473, 
libvirt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-04-22 22:53:18 UTC (rev 1187474)
@@ -0,0 +1,197 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Robin Broda 
+# Contributor: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct 
libvirt-storage-rbd)
+epoch=1
+pkgver=8.2.0
+pkgrel=5
+pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
+arch=('x86_64')
+url="https://libvirt.org/;
+license=('LGPL' 'GPL3') #libvirt_parthelper links to libparted which is GPL3 
only
+depends=('libpciaccess' 'yajl' 'fuse3' 'gnutls' 'parted' 'libssh' 'libxml2' 
'numactl' 'polkit')
+makedepends=('meson' 'libxslt' 'python-docutils' 'lvm2' 'open-iscsi' 
'libiscsi' 'ceph-libs' 'glusterfs'
+ 'bash-completion' 'rpcsvc-proto' 'dnsmasq' 'iproute2' 'qemu-base')
+optdepends=('libvirt-storage-gluster: Gluster storage backend'
+'libvirt-storage-iscsi-direct: iSCSI-direct storage backend'
+'libvirt-storage-rbd: RBD storage backend'
+'gettext: required for libvirt-guests.service'
+'openbsd-netcat: for remote management over ssh'
+'dmidecode: DMI system info support'
+'dnsmasq: required for default NAT/DHCP for guests'
+'radvd: IPv6 RAD support'
+'ebtables: required for default NAT networking'
+'qemu-desktop: QEMU/KVM support'
+'qemu-emulators-full: Support of additional QEMU architectures'
+'lvm2: Logical Volume Manager support'
+'open-iscsi: iSCSI support via iscsiadm'
+'swtpm: TPM emulator support')
+
+backup=(
+  'etc/libvirt/libvirt-admin.conf'
+  'etc/libvirt/libvirt.conf'
+  'etc/libvirt/libvirtd.conf'
+  'etc/libvirt/lxc.conf'
+  'etc/libvirt/nwfilter/allow-arp.xml'
+  'etc/libvirt/nwfilter/allow-dhcp-server.xml'
+  'etc/libvirt/nwfilter/allow-dhcpv6-server.xml'
+  'etc/libvirt/nwfilter/allow-dhcp.xml'
+  'etc/libvirt/nwfilter/allow-dhcpv6.xml'
+  'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
+  'etc/libvirt/nwfilter/allow-incoming-ipv6.xml'
+  'etc/libvirt/nwfilter/allow-ipv6.xml'
+  'etc/libvirt/nwfilter/allow-ipv4.xml'
+  'etc/libvirt/nwfilter/clean-traffic-gateway.xml'
+  'etc/libvirt/nwfilter/clean-traffic.xml'
+  'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
+  'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
+  'etc/libvirt/nwfilter/no-arp-spoofing.xml'
+  'etc/libvirt/nwfilter/no-ip-multicast.xml'
+  'etc/libvirt/nwfilter/no-ipv6-multicast.xml'
+  'etc/libvirt/nwfilter/no-ip-spoofing.xml'
+  'etc/libvirt/nwfilter/no-ipv6-spoofing.xml'
+  'etc/libvirt/nwfilter/no-mac-spoofing.xml'
+  'etc/libvirt/nwfilter/no-mac-broadcast.xml'
+  'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
+  'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
+  'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
+  'etc/libvirt/nwfilter/qemu-announce-self.xml'
+  'etc/libvirt/qemu.conf'
+  'etc/libvirt/qemu-lockd.conf'
+  'etc/libvirt/qemu/networks/default.xml'
+  'etc/libvirt/virtchd.conf'
+  'etc/libvirt/virtinterfaced.conf'
+  'etc/libvirt/virtlockd.conf'
+  'etc/libvirt/virtlogd.conf'
+  'etc/libvirt/virt-login-shell.conf'
+  'etc/libvirt/virtlxcd.conf'
+  'etc/libvirt/virtnetworkd.conf'
+  'etc/libvirt/virtnodedevd.conf'
+  'etc/libvirt/virtnwfilterd.conf'
+  'etc/libvirt/virtproxyd.conf'
+  'etc/libvirt/virtqemud.conf'
+  'etc/libvirt/virtsecretd.conf'
+  'etc/libvirt/virtstoraged.conf'
+  'etc/libvirt/virtvboxd.conf'
+  'etc/logrotate.d/libvirtd'
+  'etc/logrotate.d/libvirtd.lxc'
+  'etc/logrotate.d/libvirtd.qemu'
+  'etc/sasl2/libvirt.conf'
+)
+options=(debug)
+source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('0ecd9c7dd52db7a2d124155ffa5e11de2fbd05014eceffbd1972b022d21becba'
+'SKIP')
+validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed -i 's|/sysconfig/|/conf.d/|g' \
+src/remote/libvirtd.service.in \
+tools/{libvirt-guests.service,libvirt-guests.sh,virt-pki-validate}.in \
+src/locking/virtlockd.service.in \
+src/logging/virtlogd.service.in
+  sed -i 
's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \
+src/qemu/qemu.conf \
+src/qemu/test_libvirtd_qemu.aug.in
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  

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

2022-04-22 Thread Frederik Schwan via arch-commits
Date: Friday, April 22, 2022 @ 22:53:15
  Author: freswa
Revision: 1187473

align with latest qemu pkg changes

See https://archlinux.org/todo/qemu-700-packaging-changes/

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:52:07 UTC (rev 1187472)
+++ PKGBUILD2022-04-22 22:53:15 UTC (rev 1187473)
@@ -7,7 +7,7 @@
 pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct 
libvirt-storage-rbd)
 epoch=1
 pkgver=8.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="https://libvirt.org/;
@@ -14,7 +14,7 @@
 license=('LGPL' 'GPL3') #libvirt_parthelper links to libparted which is GPL3 
only
 depends=('libpciaccess' 'yajl' 'fuse3' 'gnutls' 'parted' 'libssh' 'libxml2' 
'numactl' 'polkit')
 makedepends=('meson' 'libxslt' 'python-docutils' 'lvm2' 'open-iscsi' 
'libiscsi' 'ceph-libs' 'glusterfs'
- 'bash-completion' 'rpcsvc-proto' 'dnsmasq' 'iproute2' 
'qemu-headless')
+ 'bash-completion' 'rpcsvc-proto' 'dnsmasq' 'iproute2' 'qemu-base')
 optdepends=('libvirt-storage-gluster: Gluster storage backend'
 'libvirt-storage-iscsi-direct: iSCSI-direct storage backend'
 'libvirt-storage-rbd: RBD storage backend'
@@ -24,7 +24,8 @@
 'dnsmasq: required for default NAT/DHCP for guests'
 'radvd: IPv6 RAD support'
 'ebtables: required for default NAT networking'
-'qemu: QEMU/KVM support'
+'qemu-desktop: QEMU/KVM support'
+'qemu-emulators-full: Support of additional QEMU architectures'
 'lvm2: Logical Volume Manager support'
 'open-iscsi: iSCSI support via iscsiadm'
 'swtpm: TPM emulator support')



[arch-commits] Commit in sh4-elf-binutils/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:40:46
  Author: dvzrv
Revision: 1187471

archrelease: copy trunk to community-x86_64

Added:
  sh4-elf-binutils/repos/community-x86_64/PKGBUILD
(from rev 1187470, sh4-elf-binutils/trunk/PKGBUILD)
Deleted:
  sh4-elf-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:39:55 UTC (rev 1187470)
+++ PKGBUILD2022-04-22 22:40:46 UTC (rev 1187471)
@@ -1,64 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-
-_target=sh4-elf
-pkgname=$_target-binutils
-pkgver=2.36.1
-pkgrel=2
-pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the SuperH SH 4 (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/binutils/'
-license=(GPL)
-depends=(zlib)
-source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
-sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
-'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
-
-prepare() {
-  cd binutils-$pkgver
-
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  ./configure --target=$_target \
-  --with-sysroot=/usr/$_target \
-  --prefix=/usr \
-  --enable-multilib \
-  --enable-interwork \
-  --with-gnu-as \
-  --with-gnu-ld \
-  --disable-nls \
-  --enable-ld=default \
-  --enable-gold \
-  --enable-plugins \
-  --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check || true
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
-  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}
-

Copied: sh4-elf-binutils/repos/community-x86_64/PKGBUILD (from rev 1187470, 
sh4-elf-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:40:46 UTC (rev 1187471)
@@ -0,0 +1,64 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=sh4-elf
+pkgname=$_target-binutils
+pkgver=2.36.1
+pkgrel=3
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the SuperH SH 4 (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
+sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
+'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:39:55
  Author: dvzrv
Revision: 1187470

upgpkg: sh4-elf-binutils 2.36.1-3: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  sh4-elf-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:39:04 UTC (rev 1187469)
+++ PKGBUILD2022-04-22 22:39:55 UTC (rev 1187470)
@@ -4,7 +4,7 @@
 _target=sh4-elf
 pkgname=$_target-binutils
 pkgver=2.36.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the SuperH SH 4 (bare-metal) target'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'



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

2022-04-22 Thread George Rawlinson via arch-commits
Date: Friday, April 22, 2022 @ 22:39:04
  Author: grawlinson
Revision: 1187469

archrelease: copy trunk to community-any

Added:
  sqlfluff/repos/community-any/PKGBUILD
(from rev 1187468, sqlfluff/trunk/PKGBUILD)
Deleted:
  sqlfluff/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:38:37 UTC (rev 1187468)
+++ PKGBUILD2022-04-22 22:39:04 UTC (rev 1187469)
@@ -1,79 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Morteza NourelahiAlamdari 
-
-pkgname=sqlfluff
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="A dialect-flexible and configurable SQL linter"
-arch=('any')
-url="https://www.sqlfluff.com;
-license=('MIT')
-depends=(
-  'python'
-  'python-appdirs'
-  'python-cached-property'
-  'python-chardet'
-  'python-click'
-  'python-colorama'
-  'python-diff-cover'
-  'python-jinja'
-  'python-oyaml'
-  'python-pathspec'
-  'python-pytest'
-  'python-regex'
-  'python-tblib'
-  'python-toml'
-  'python-tqdm'
-  'python-typing_extensions'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-hypothesis')
-_commit='f057b9f1c4604dc0658cdb0031b11d52507687bb'
-source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python \
--m build \
---wheel \
---no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  # skip failing tests for now
-  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
---ignore test/core/plugin_test.py \
---ignore plugins/sqlfluff-templater-dbt \
---ignore plugins/sqlfluff-plugin-example \
---deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
-}
-
-package() {
-  cd "$pkgname"
-
-  python \
--m installer \
---destdir "$pkgdir" \
-dist/*.whl
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}

Copied: sqlfluff/repos/community-any/PKGBUILD (from rev 1187468, 
sqlfluff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:39:04 UTC (rev 1187469)
@@ -0,0 +1,79 @@
+# Maintainer: George Rawlinson 
+# Contributor: Morteza NourelahiAlamdari 
+
+pkgname=sqlfluff
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="A dialect-flexible and configurable SQL linter"
+arch=('any')
+url="https://www.sqlfluff.com;
+license=('MIT')
+depends=(
+  'python'
+  'python-appdirs'
+  'python-cached-property'
+  'python-chardet'
+  'python-click'
+  'python-colorama'
+  'python-diff-cover'
+  'python-jinja'
+  'python-oyaml'
+  'python-pathspec'
+  'python-pytest'
+  'python-regex'
+  'python-tblib'
+  'python-toml'
+  'python-tqdm'
+  'python-typing_extensions'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-hypothesis')
+_commit='6807ac8172eda5828c86c06641e3b45460cd6664'
+source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python \
+-m build \
+--wheel \
+--no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  # skip failing tests for now
+  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
+--ignore test/core/plugin_test.py \
+--ignore plugins/sqlfluff-templater-dbt \
+--ignore plugins/sqlfluff-plugin-example \
+--deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
+}
+
+package() {
+  cd "$pkgname"
+
+  python \
+-m installer \
+--destdir "$pkgdir" \
+dist/*.whl
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



[arch-commits] Commit in sh2-elf-binutils/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:38:37
  Author: dvzrv
Revision: 1187468

archrelease: copy trunk to community-x86_64

Added:
  sh2-elf-binutils/repos/community-x86_64/PKGBUILD
(from rev 1187467, sh2-elf-binutils/trunk/PKGBUILD)
Deleted:
  sh2-elf-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:38:27 UTC (rev 1187467)
+++ PKGBUILD2022-04-22 22:38:37 UTC (rev 1187468)
@@ -1,64 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-
-_target=sh2-elf
-pkgname=$_target-binutils
-pkgver=2.36.1
-pkgrel=2
-pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the SuperH SH 2 (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/binutils/'
-license=(GPL)
-depends=(zlib)
-source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
-sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
-'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
-
-prepare() {
-  cd binutils-$pkgver
-
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  ./configure --target=$_target \
-  --with-sysroot=/usr/$_target \
-  --prefix=/usr \
-  --enable-multilib \
-  --enable-interwork \
-  --with-gnu-as \
-  --with-gnu-ld \
-  --disable-nls \
-  --enable-ld=default \
-  --enable-gold \
-  --enable-plugins \
-  --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check || true
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
-  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}
-

Copied: sh2-elf-binutils/repos/community-x86_64/PKGBUILD (from rev 1187467, 
sh2-elf-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:38:37 UTC (rev 1187468)
@@ -0,0 +1,64 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=sh2-elf
+pkgname=$_target-binutils
+pkgver=2.36.1
+pkgrel=3
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the SuperH SH 2 (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
+sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
+'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:38:27
  Author: dvzrv
Revision: 1187467

upgpkg: sh2-elf-binutils 2.36.1-3: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  sh2-elf-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:38:25 UTC (rev 1187466)
+++ PKGBUILD2022-04-22 22:38:27 UTC (rev 1187467)
@@ -4,7 +4,7 @@
 _target=sh2-elf
 pkgname=$_target-binutils
 pkgver=2.36.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the SuperH SH 2 (bare-metal) target'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'



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

2022-04-22 Thread George Rawlinson via arch-commits
Date: Friday, April 22, 2022 @ 22:38:25
  Author: grawlinson
Revision: 1187466

upgpkg: sqlfluff 0.13.0-1

New upstream release.

Modified:
  sqlfluff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:37:10 UTC (rev 1187465)
+++ PKGBUILD2022-04-22 22:38:25 UTC (rev 1187466)
@@ -2,7 +2,7 @@
 # Contributor: Morteza NourelahiAlamdari 
 
 pkgname=sqlfluff
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="A dialect-flexible and configurable SQL linter"
 arch=('any')
@@ -33,7 +33,7 @@
   'python-installer'
 )
 checkdepends=('python-hypothesis')
-_commit='f057b9f1c4604dc0658cdb0031b11d52507687bb'
+_commit='6807ac8172eda5828c86c06641e3b45460cd6664'
 
source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
 b2sums=('SKIP')
 



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:37:10
  Author: dvzrv
Revision: 1187465

archrelease: copy trunk to community-x86_64

Added:
  serialdv/repos/community-x86_64/PKGBUILD
(from rev 1187464, serialdv/trunk/PKGBUILD)
Deleted:
  serialdv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:35:08 UTC (rev 1187464)
+++ PKGBUILD2022-04-22 22:37:10 UTC (rev 1187465)
@@ -1,30 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michal Krenek (Mikos) 
-
-pkgname=serialdv
-pkgver=1.1.4
-pkgrel=1
-pkgdesc='C++ interface to encode/decode audio with AMBE3000 based devices in 
packet mode'
-arch=('x86_64')
-url='https://github.com/f4exb/serialDV'
-license=('GPL3')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('879b2ae84a18ca4f4e0eda72208b596a9988e32eba0b3be4b5818b15b600d71c3ee53e6215126ff013d993237d29077ffedfb6be0477c852d4215e5e036bebc9')
-
-build() {
-  mkdir -p "$srcdir"/serialDV-$pkgver/build
-  cd "$srcdir"/serialDV-$pkgver/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd "$srcdir"/serialDV-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: serialdv/repos/community-x86_64/PKGBUILD (from rev 1187464, 
serialdv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:37:10 UTC (rev 1187465)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michal Krenek (Mikos) 
+
+pkgname=serialdv
+pkgver=1.1.4
+pkgrel=2
+pkgdesc='C++ interface to encode/decode audio with AMBE3000 based devices in 
packet mode'
+arch=('x86_64')
+url='https://github.com/f4exb/serialDV'
+license=('GPL3')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('879b2ae84a18ca4f4e0eda72208b596a9988e32eba0b3be4b5818b15b600d71c3ee53e6215126ff013d993237d29077ffedfb6be0477c852d4215e5e036bebc9')
+
+build() {
+  mkdir -p "$srcdir"/serialDV-$pkgver/build
+  cd "$srcdir"/serialDV-$pkgver/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir"/serialDV-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:35:08
  Author: dvzrv
Revision: 1187464

upgpkg: serialdv 1.1.4-2: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  serialdv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:32:48 UTC (rev 1187463)
+++ PKGBUILD2022-04-22 22:35:08 UTC (rev 1187464)
@@ -3,7 +3,7 @@
 
 pkgname=serialdv
 pkgver=1.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ interface to encode/decode audio with AMBE3000 based devices in 
packet mode'
 arch=('x86_64')
 url='https://github.com/f4exb/serialDV'



[arch-commits] Commit in riscv64-elf-binutils/repos/community-x86_64 (2 files)

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:31:43
  Author: dvzrv
Revision: 1187461

archrelease: copy trunk to community-x86_64

Added:
  riscv64-elf-binutils/repos/community-x86_64/PKGBUILD
(from rev 1187460, riscv64-elf-binutils/trunk/PKGBUILD)
Deleted:
  riscv64-elf-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:31:19 UTC (rev 1187460)
+++ PKGBUILD2022-04-22 22:31:43 UTC (rev 1187461)
@@ -1,64 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-
-_target=riscv64-elf
-pkgname=$_target-binutils
-pkgver=2.36.1
-pkgrel=2
-pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the RISCV64 (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/binutils/'
-license=(GPL)
-depends=(zlib)
-source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
-sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
-'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
-
-prepare() {
-  cd binutils-$pkgver
-
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  ./configure --target=$_target \
-  --with-sysroot=/usr/$_target \
-  --prefix=/usr \
-  --enable-multilib \
-  --enable-interwork \
-  --with-gnu-as \
-  --with-gnu-ld \
-  --disable-nls \
-  --enable-ld=default \
-  --enable-gold \
-  --enable-plugins \
-  --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check || true
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
-  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}
-

Copied: riscv64-elf-binutils/repos/community-x86_64/PKGBUILD (from rev 1187460, 
riscv64-elf-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:31:43 UTC (rev 1187461)
@@ -0,0 +1,64 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=riscv64-elf
+pkgname=$_target-binutils
+pkgver=2.36.1
+pkgrel=3
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the RISCV64 (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
+sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
+'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:31:19
  Author: dvzrv
Revision: 1187460

upgpkg: riscv64-elf-binutils 2.36.1-3: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  riscv64-elf-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:30:59 UTC (rev 1187459)
+++ PKGBUILD2022-04-22 22:31:19 UTC (rev 1187460)
@@ -4,7 +4,7 @@
 _target=riscv64-elf
 pkgname=$_target-binutils
 pkgver=2.36.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the RISCV64 (bare-metal) target'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'



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

2022-04-22 Thread Bruno Pagani via arch-commits
Date: Friday, April 22, 2022 @ 22:30:59
  Author: archange
Revision: 1187459

archrelease: copy trunk to community-testing-x86_64

Added:
  intel-compute-runtime/repos/community-testing-x86_64/
  intel-compute-runtime/repos/community-testing-x86_64/PKGBUILD
(from rev 1187458, intel-compute-runtime/trunk/PKGBUILD)

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

Copied: intel-compute-runtime/repos/community-testing-x86_64/PKGBUILD (from rev 
1187458, intel-compute-runtime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-04-22 22:30:59 UTC (rev 1187459)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-compute-runtime
+pkgver=22.16.22992
+pkgrel=1
+pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
+arch=(x86_64)
+url="https://01.org/compute-runtime;
+license=(MIT)
+depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
+makedepends=(cmake libva level-zero-headers igsc)
+optdepends=('libva: for cl_intel_va_api_media_sharing'
+'libdrm: for cl_intel_va_api_media_sharing')
+provides=(opencl-driver level-zero-driver)
+# https://github.com/intel/compute-runtime/issues/528
+options=(!lto)
+source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('953983b8bcadafe6c1a14501a8602ab2fa0ee921f4d6449bc0bc62029b579968')
+
+build() {
+  # ${${pkgver#*.}%.*} not supported by bash?
+  cmake -B build -S compute-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DNEO_OCL_VERSION_MAJOR=${pkgver%%.*} \
+-DNEO_OCL_VERSION_MINOR=$(echo ${pkgver} | cut -d . -f2) \
+-DNEO_VERSION_BUILD=${pkgver##*.} \
+-DSUPPORT_DG1=ON \
+-DSKIP_UNIT_TESTS=1 \
+-Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
+  install -Dm644 compute-runtime-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+  
+  ln -s $(find "${pkgdir}"/usr/lib -regex '.*libze_intel_gpu.so.[0-9]*' -exec 
basename {} \;) "${pkgdir}"/usr/lib/libze_intel_gpu.so
+}



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

2022-04-22 Thread Bruno Pagani via arch-commits
Date: Friday, April 22, 2022 @ 22:30:37
  Author: archange
Revision: 1187458

upgpkg: intel-compute-runtime 22.16.22992-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:29:40 UTC (rev 1187457)
+++ PKGBUILD2022-04-22 22:30:37 UTC (rev 1187458)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=22.15.22905
+pkgver=22.16.22992
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 # https://github.com/intel/compute-runtime/issues/528
 options=(!lto)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a42ad82d6097a2c4c927cc9682bd0b7157b0995be0929048152cfcf66a30b5ea')
+sha256sums=('953983b8bcadafe6c1a14501a8602ab2fa0ee921f4d6449bc0bc62029b579968')
 
 build() {
   # ${${pkgver#*.}%.*} not supported by bash?



[arch-commits] Commit in riscv32-elf-binutils/repos/community-x86_64 (2 files)

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:29:40
  Author: dvzrv
Revision: 1187457

archrelease: copy trunk to community-x86_64

Added:
  riscv32-elf-binutils/repos/community-x86_64/PKGBUILD
(from rev 1187456, riscv32-elf-binutils/trunk/PKGBUILD)
Deleted:
  riscv32-elf-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:28:46 UTC (rev 1187456)
+++ PKGBUILD2022-04-22 22:29:40 UTC (rev 1187457)
@@ -1,64 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-
-_target=riscv32-elf
-pkgname=$_target-binutils
-pkgver=2.36.1
-pkgrel=2
-pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the RISCV32 (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/binutils/'
-license=(GPL)
-depends=(zlib)
-source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
-sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
-'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
-
-prepare() {
-  cd binutils-$pkgver
-
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  ./configure --target=$_target \
-  --with-sysroot=/usr/$_target \
-  --prefix=/usr \
-  --enable-multilib \
-  --enable-interwork \
-  --with-gnu-as \
-  --with-gnu-ld \
-  --disable-nls \
-  --enable-ld=default \
-  --enable-gold \
-  --enable-plugins \
-  --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check || true
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
-  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}
-

Copied: riscv32-elf-binutils/repos/community-x86_64/PKGBUILD (from rev 1187456, 
riscv32-elf-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:29:40 UTC (rev 1187457)
@@ -0,0 +1,64 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=riscv32-elf
+pkgname=$_target-binutils
+pkgver=2.36.1
+pkgrel=3
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the RISCV32 (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
+sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
+'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:28:46
  Author: dvzrv
Revision: 1187456

upgpkg: riscv32-elf-binutils 2.36.1-3: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  riscv32-elf-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:27:39 UTC (rev 1187455)
+++ PKGBUILD2022-04-22 22:28:46 UTC (rev 1187456)
@@ -4,7 +4,7 @@
 _target=riscv32-elf
 pkgname=$_target-binutils
 pkgver=2.36.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the RISCV32 (bare-metal) target'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:27:39
  Author: dvzrv
Revision: 1187455

archrelease: copy trunk to community-x86_64

Added:
  proxmark3/repos/community-x86_64/PKGBUILD
(from rev 1187454, proxmark3/trunk/PKGBUILD)
Deleted:
  proxmark3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:27:19 UTC (rev 1187454)
+++ PKGBUILD2022-04-22 22:27:39 UTC (rev 1187455)
@@ -1,45 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=proxmark3
-pkgver=4.9237
-pkgrel=1
-pkgdesc='Software for the the Proxmark3, an RFID swiss-army tool'
-arch=('x86_64')
-url='https://github.com/RfidResearchGroup/proxmark3'
-license=('GPL2')
-depends=('qt5-base' 'bluez-libs')
-makedepends=('arm-none-eabi-gcc' 'arm-none-eabi-newlib')
-optdepends=('lua: lua scripts'
-'python: some scripts')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('c3ba93c3d456a1daf5001a37bc8030aa973eb1626ef4b31fc14df791375088763926637478df1bbb45f489743ec03490efe36accc22ef7301d7a032a445e551d')
-
-prepare() {
-  cp -r $pkgname-$pkgver{,-rdv4}
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make PLATFORM=PM3OTHER all
-
-  cd "$srcdir"/$pkgname-$pkgver-rdv4
-
-  make PLATFORM=PM3RDV4 FWTAG=rdv4 common bootrom recovery fullimage
-}
-
-package() {
-  export PREFIX=/usr
-  export DESTDIR="$pkgdir"
-  export UDEV_PREFIX=/usr/lib/udev/rules.d
-  export INSTALLTOOLSRELPATH=bin
-
-  cd "$srcdir"/$pkgname-$pkgver-rdv4
-
-  make PLATFORM=PM3RDV4 FWTAG=rdv4 {bootrom,recovery,fullimage}/install
-
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make PLATFORM=PM3OTHER install
-}
-

Copied: proxmark3/repos/community-x86_64/PKGBUILD (from rev 1187454, 
proxmark3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:27:39 UTC (rev 1187455)
@@ -0,0 +1,45 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=proxmark3
+pkgver=4.9237
+pkgrel=2
+pkgdesc='Software for the the Proxmark3, an RFID swiss-army tool'
+arch=('x86_64')
+url='https://github.com/RfidResearchGroup/proxmark3'
+license=('GPL2')
+depends=('qt5-base' 'bluez-libs')
+makedepends=('arm-none-eabi-gcc' 'arm-none-eabi-newlib')
+optdepends=('lua: lua scripts'
+'python: some scripts')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('c3ba93c3d456a1daf5001a37bc8030aa973eb1626ef4b31fc14df791375088763926637478df1bbb45f489743ec03490efe36accc22ef7301d7a032a445e551d')
+
+prepare() {
+  cp -r $pkgname-$pkgver{,-rdv4}
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make PLATFORM=PM3OTHER all
+
+  cd "$srcdir"/$pkgname-$pkgver-rdv4
+
+  make PLATFORM=PM3RDV4 FWTAG=rdv4 common bootrom recovery fullimage
+}
+
+package() {
+  export PREFIX=/usr
+  export DESTDIR="$pkgdir"
+  export UDEV_PREFIX=/usr/lib/udev/rules.d
+  export INSTALLTOOLSRELPATH=bin
+
+  cd "$srcdir"/$pkgname-$pkgver-rdv4
+
+  make PLATFORM=PM3RDV4 FWTAG=rdv4 {bootrom,recovery,fullimage}/install
+
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make PLATFORM=PM3OTHER install
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:27:19
  Author: dvzrv
Revision: 1187454

upgpkg: proxmark3 4.9237-2: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  proxmark3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:26:30 UTC (rev 1187453)
+++ PKGBUILD2022-04-22 22:27:19 UTC (rev 1187454)
@@ -2,7 +2,7 @@
 
 pkgname=proxmark3
 pkgver=4.9237
-pkgrel=1
+pkgrel=2
 pkgdesc='Software for the the Proxmark3, an RFID swiss-army tool'
 arch=('x86_64')
 url='https://github.com/RfidResearchGroup/proxmark3'



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:26:30
  Author: dvzrv
Revision: 1187453

archrelease: copy trunk to community-x86_64

Added:
  prjxray-db/repos/community-x86_64/PKGBUILD
(from rev 1187452, prjxray-db/trunk/PKGBUILD)
Deleted:
  prjxray-db/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:25:58 UTC (rev 1187452)
+++ PKGBUILD2022-04-22 22:26:30 UTC (rev 1187453)
@@ -1,31 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_prj=xray
-_targets='artix7 kintex7 zynq7'
-_commit=1a4ee7cb0d93eda01db7e2b2b6950407d58ed2fd
-pkgname=prj$_prj-db
-pkgver=r225.1a4ee7c
-pkgrel=1
-pkgdesc='Project X-Ray (Xilinx 7-series bit-stream format) database'
-arch=('x86_64')
-url="https://github.com/SymbiFlow/$pkgname;
-license=('custom:CC0')
-makedepends=('git')
-source=("git+$url.git#commit=$_commit")
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-
-  printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
-}
-
-package() {
-  cd $pkgname
-
-  install -dm 755 "$pkgdir"/usr/share/$_prj/database
-  cp -r --no-preserve=ownership $_targets "$pkgdir"/usr/share/$_prj/database/
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: prjxray-db/repos/community-x86_64/PKGBUILD (from rev 1187452, 
prjxray-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:26:30 UTC (rev 1187453)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_prj=xray
+_targets='artix7 kintex7 zynq7'
+_commit=1a4ee7cb0d93eda01db7e2b2b6950407d58ed2fd
+pkgname=prj$_prj-db
+pkgver=r225.1a4ee7c
+pkgrel=2
+pkgdesc='Project X-Ray (Xilinx 7-series bit-stream format) database'
+arch=('x86_64')
+url="https://github.com/SymbiFlow/$pkgname;
+license=('custom:CC0')
+makedepends=('git')
+source=("git+$url.git#commit=$_commit")
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+package() {
+  cd $pkgname
+
+  install -dm 755 "$pkgdir"/usr/share/$_prj/database
+  cp -r --no-preserve=ownership $_targets "$pkgdir"/usr/share/$_prj/database/
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:25:58
  Author: dvzrv
Revision: 1187452

upgpkg: prjxray-db r225.1a4ee7c-2: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  prjxray-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:24:03 UTC (rev 1187451)
+++ PKGBUILD2022-04-22 22:25:58 UTC (rev 1187452)
@@ -5,7 +5,7 @@
 _commit=1a4ee7cb0d93eda01db7e2b2b6950407d58ed2fd
 pkgname=prj$_prj-db
 pkgver=r225.1a4ee7c
-pkgrel=1
+pkgrel=2
 pkgdesc='Project X-Ray (Xilinx 7-series bit-stream format) database'
 arch=('x86_64')
 url="https://github.com/SymbiFlow/$pkgname;



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:24:03
  Author: dvzrv
Revision: 1187451

archrelease: copy trunk to community-x86_64

Added:
  prjtrellis-db/repos/community-x86_64/PKGBUILD
(from rev 1187450, prjtrellis-db/trunk/PKGBUILD)
Deleted:
  prjtrellis-db/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:23:55 UTC (rev 1187450)
+++ PKGBUILD2022-04-22 22:24:03 UTC (rev 1187451)
@@ -1,31 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_prj=trellis
-_targets=ECP5
-_commit=f7f8375101dfa7f7d5ccb654ff8fcae73356ce48
-pkgname=prj$_prj-db
-pkgver=r262.f7f8375
-pkgrel=1
-pkgdesc='Project Trellis (Lattice ECP5 bit-stream format) database'
-arch=('x86_64')
-url="https://github.com/YosysHQ/$pkgname;
-license=('custom:CC0')
-makedepends=('git')
-source=("git+$url.git#commit=$_commit")
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-
-  printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
-}
-
-package() {
-  cd $pkgname
-
-  install -dm 755 "$pkgdir"/usr/share/$_prj/database
-  cp -r --no-preserve=ownership devices.json $_targets 
"$pkgdir"/usr/share/$_prj/database/
-
-  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-

Copied: prjtrellis-db/repos/community-x86_64/PKGBUILD (from rev 1187450, 
prjtrellis-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:24:03 UTC (rev 1187451)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_prj=trellis
+_targets=ECP5
+_commit=f7f8375101dfa7f7d5ccb654ff8fcae73356ce48
+pkgname=prj$_prj-db
+pkgver=r262.f7f8375
+pkgrel=2
+pkgdesc='Project Trellis (Lattice ECP5 bit-stream format) database'
+arch=('x86_64')
+url="https://github.com/YosysHQ/$pkgname;
+license=('custom:CC0')
+makedepends=('git')
+source=("git+$url.git#commit=$_commit")
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+package() {
+  cd $pkgname
+
+  install -dm 755 "$pkgdir"/usr/share/$_prj/database
+  cp -r --no-preserve=ownership devices.json $_targets 
"$pkgdir"/usr/share/$_prj/database/
+
+  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:23:55
  Author: dvzrv
Revision: 1187450

upgpkg: prjtrellis-db r262.f7f8375-2: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  prjtrellis-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:23:20 UTC (rev 1187449)
+++ PKGBUILD2022-04-22 22:23:55 UTC (rev 1187450)
@@ -5,7 +5,7 @@
 _commit=f7f8375101dfa7f7d5ccb654ff8fcae73356ce48
 pkgname=prj$_prj-db
 pkgver=r262.f7f8375
-pkgrel=1
+pkgrel=2
 pkgdesc='Project Trellis (Lattice ECP5 bit-stream format) database'
 arch=('x86_64')
 url="https://github.com/YosysHQ/$pkgname;



[arch-commits] Commit in ppc64le-elf-binutils/repos/community-x86_64 (2 files)

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:23:20
  Author: dvzrv
Revision: 1187449

archrelease: copy trunk to community-x86_64

Added:
  ppc64le-elf-binutils/repos/community-x86_64/PKGBUILD
(from rev 1187448, ppc64le-elf-binutils/trunk/PKGBUILD)
Deleted:
  ppc64le-elf-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:23:07 UTC (rev 1187448)
+++ PKGBUILD2022-04-22 22:23:20 UTC (rev 1187449)
@@ -1,64 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-
-_target=ppc64le-elf
-pkgname=$_target-binutils
-pkgver=2.36.1
-pkgrel=2
-pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the PowerPC 64 LE (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/binutils/'
-license=(GPL)
-depends=(zlib)
-source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
-sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
-'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
-
-prepare() {
-  cd binutils-$pkgver
-
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  ./configure --target=$_target \
-  --with-sysroot=/usr/$_target \
-  --prefix=/usr \
-  --enable-multilib \
-  --enable-interwork \
-  --with-gnu-as \
-  --with-gnu-ld \
-  --disable-nls \
-  --enable-ld=default \
-  --enable-gold \
-  --enable-plugins \
-  --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check || true
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
-  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}
-

Copied: ppc64le-elf-binutils/repos/community-x86_64/PKGBUILD (from rev 1187448, 
ppc64le-elf-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:23:20 UTC (rev 1187449)
@@ -0,0 +1,64 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=ppc64le-elf
+pkgname=$_target-binutils
+pkgver=2.36.1
+pkgrel=3
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the PowerPC 64 LE (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
+sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
+'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+



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

2022-04-22 Thread Bruno Pagani via arch-commits
Date: Friday, April 22, 2022 @ 22:23:07
  Author: archange
Revision: 1187448

archrelease: copy trunk to community-x86_64

Added:
  vc-intrinsics/repos/community-x86_64/PKGBUILD
(from rev 1187446, vc-intrinsics/trunk/PKGBUILD)
Deleted:
  vc-intrinsics/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:23:00 UTC (rev 1187447)
+++ PKGBUILD2022-04-22 22:23:07 UTC (rev 1187448)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Daniel Bermond 
-
-pkgname=vc-intrinsics
-pkgver=0.1.0.r5+g99ac111
-pkgrel=1
-pkgdesc="Set of new intrinsics on top of core LLVM IR instructions that 
represent SIMD semantics of a program targeting GPU"
-arch=(x86_64)
-url="https://github.com/intel/vc-intrinsics;
-license=(MIT)
-makedepends=(cmake python llvm git)
-# From IGC release notes
-_commit=99ac111c2604a47d865bd4d7996be8cfaf2af146
-source=(git+${url}.git#commit=$_commit)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
-}
-
-build() {
-  export CXXFLAGS+=" -ffat-lto-objects"
-  cmake -B build -S ${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLLVM_DIR=/usr/lib/cmake/llvm \
--Wno-dev
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}

Copied: vc-intrinsics/repos/community-x86_64/PKGBUILD (from rev 1187446, 
vc-intrinsics/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:23:07 UTC (rev 1187448)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Daniel Bermond 
+
+pkgname=vc-intrinsics
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="Set of new intrinsics on top of core LLVM IR instructions that 
represent SIMD semantics of a program targeting GPU"
+arch=(x86_64)
+url="https://github.com/intel/vc-intrinsics;
+license=(MIT)
+makedepends=(cmake python llvm git)
+# From IGC release notes
+_commit=99ac111c2604a47d865bd4d7996be8cfaf2af146
+source=(git+${url}.git#commit=$_commit)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
+}
+
+build() {
+  export CXXFLAGS+=" -ffat-lto-objects"
+  cmake -B build -S ${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_DIR=/usr/lib/cmake/llvm \
+-Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:23:00
  Author: dvzrv
Revision: 1187447

upgpkg: ppc64le-elf-binutils 2.36.1-3: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  ppc64le-elf-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:22:41 UTC (rev 1187446)
+++ PKGBUILD2022-04-22 22:23:00 UTC (rev 1187447)
@@ -4,7 +4,7 @@
 _target=ppc64le-elf
 pkgname=$_target-binutils
 pkgver=2.36.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the PowerPC 64 LE (bare-metal) target'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'



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

2022-04-22 Thread Bruno Pagani via arch-commits
Date: Friday, April 22, 2022 @ 22:22:41
  Author: archange
Revision: 1187446

upgpkg: vc-intrinsics 0.2.0-1

Now tagged by upstream

Modified:
  vc-intrinsics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:21:18 UTC (rev 1187445)
+++ PKGBUILD2022-04-22 22:22:41 UTC (rev 1187446)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=vc-intrinsics
-pkgver=0.1.0.r5+g99ac111
+pkgver=0.2.0
 pkgrel=1
 pkgdesc="Set of new intrinsics on top of core LLVM IR instructions that 
represent SIMD semantics of a program targeting GPU"
 arch=(x86_64)



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:21:18
  Author: dvzrv
Revision: 1187445

archrelease: copy trunk to community-x86_64

Added:
  pasystray/repos/community-x86_64/PKGBUILD
(from rev 1187444, pasystray/trunk/PKGBUILD)
Deleted:
  pasystray/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:21:12 UTC (rev 1187444)
+++ PKGBUILD2022-04-22 22:21:18 UTC (rev 1187445)
@@ -1,34 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributo: Christoph Gysin 
-
-pkgname=pasystray
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='PulseAudio system tray (a replacement for padevchooser)'
-arch=('x86_64')
-url="https://github.com/christophgysin/pasystray;
-license=('LGPL')
-depends=('libpulse' 'libnotify' 'avahi' 'libx11' 'gtk3')
-optdepends=('pulseaudio: To control a local pulseaudio instance'
-'pavucontrol: Launch PulseAudio mixer from tray icon'
-'paprefs: Launch PulseAudio preferences from tray icon')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('104c68e41659306ca1e750d0d580d6ffcf4411da2da51a4f2780f551e12da9e104eb66ea841234292769f05a15f8f14ceaefc55893cf551a47124d086b1fb291')
-
-build() {
-  cd $pkgname-$pkgver
-
-  autoreconf -vif
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: pasystray/repos/community-x86_64/PKGBUILD (from rev 1187444, 
pasystray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:21:18 UTC (rev 1187445)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributo: Christoph Gysin 
+
+pkgname=pasystray
+pkgver=0.8.0
+pkgrel=2
+pkgdesc='PulseAudio system tray (a replacement for padevchooser)'
+arch=('x86_64')
+url="https://github.com/christophgysin/pasystray;
+license=('LGPL')
+depends=('libpulse' 'libnotify' 'avahi' 'libx11' 'gtk3')
+optdepends=('pulseaudio: To control a local pulseaudio instance'
+'pavucontrol: Launch PulseAudio mixer from tray icon'
+'paprefs: Launch PulseAudio preferences from tray icon')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('104c68e41659306ca1e750d0d580d6ffcf4411da2da51a4f2780f551e12da9e104eb66ea841234292769f05a15f8f14ceaefc55893cf551a47124d086b1fb291')
+
+build() {
+  cd $pkgname-$pkgver
+
+  autoreconf -vif
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+



[arch-commits] Commit in couchdb/repos/community-x86_64 (9 files)

2022-04-22 Thread Bruno Pagani via arch-commits
Date: Friday, April 22, 2022 @ 22:21:12
  Author: archange
Revision: 1187444

archrelease: copy trunk to community-x86_64

Added:
  couchdb/repos/community-x86_64/PKGBUILD
(from rev 1187442, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-x86_64/couchdb.service
(from rev 1187442, couchdb/trunk/couchdb.service)
  couchdb/repos/community-x86_64/couchdb.sysusers
(from rev 1187442, couchdb/trunk/couchdb.sysusers)
  couchdb/repos/community-x86_64/couchdb.tmpfiles
(from rev 1187442, couchdb/trunk/couchdb.tmpfiles)
Deleted:
  couchdb/repos/community-x86_64/PKGBUILD
  couchdb/repos/community-x86_64/couchdb.service
  couchdb/repos/community-x86_64/couchdb.sysusers
  couchdb/repos/community-x86_64/couchdb.tmpfiles
  couchdb/repos/community-x86_64/datadirs.ini

--+
 PKGBUILD |  116 ++---
 couchdb.service  |   84 +++---
 couchdb.sysusers |2 
 couchdb.tmpfiles |6 +-
 datadirs.ini |3 -
 5 files changed, 104 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:21:08 UTC (rev 1187443)
+++ PKGBUILD2022-04-22 22:21:12 UTC (rev 1187444)
@@ -1,58 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sergej Pupykin 
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-# Contributor: Michael Fellinger 
-
-pkgname=couchdb
-pkgver=3.2.1
-pkgrel=2
-pkgdesc="Document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
-arch=(x86_64)
-url="https://couchdb.apache.org;
-license=(Apache)
-depends=(icu js78 zlib)
-optdepends=('erlang-nox: for weatherreport')
-makedepends=(erlang-nox)
-backup=('etc/couchdb/local.ini'
-'etc/couchdb/vm.args')
-source=("https://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
-couchdb.service
-couchdb.sysusers
-couchdb.tmpfiles
-datadirs.ini)
-sha256sums=('11de2d1c3a5b317017a7459ec3f76230d5c43aba427a1e71ca3437845874acf8'
-'SKIP'
-'38f3e489c031b8c6eacd8b9da3ca91362d7929e8f5e3c8b0e4cf5401c67bf7bb'
-'3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
-'0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
-'937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac')
-validpgpkeys=(2EC788AE3F239FA13E82D215CDE711289384AE37  # Joan Touzet (CODE 
SIGNING KEY) 
-  D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4  # Jan Lehnardt 

-  0BD7A98499C4AB41C910EE65FC04DFBC9657A78E) # Nick Vatamaniuc 

-
-prepare() {
-  cd apache-couchdb-${pkgver}
-  sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/files/couchdb.in
-}
-
-build() {
-  cd apache-couchdb-${pkgver}
-  ./configure --spidermonkey-version 78
-  make release
-}
-
-package() {
-  cd apache-couchdb-${pkgver}
-  install -dm755 "${pkgdir}"/usr/lib/
-  install -dm755 "${pkgdir}"/etc/couchdb/
-
-  cp -r rel/couchdb "${pkgdir}"/usr/lib/couchdb
-  mv "${pkgdir}"/usr/lib/couchdb/etc/local.ini 
"${pkgdir}"/etc/couchdb/local.ini
-  mv "${pkgdir}"/usr/lib/couchdb/etc/vm.args "${pkgdir}"/etc/couchdb/vm.args
-
-  cd "${srcdir}"
-  install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-  install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-  install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-  install -Dm644 datadirs.ini -t "${pkgdir}"/usr/lib/couchdb/etc/
-}

Copied: couchdb/repos/community-x86_64/PKGBUILD (from rev 1187442, 
couchdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:21:12 UTC (rev 1187444)
@@ -0,0 +1,58 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sergej Pupykin 
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+# Contributor: Michael Fellinger 
+
+pkgname=couchdb
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="Document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
+arch=(x86_64)
+url="https://couchdb.apache.org;
+license=(Apache)
+depends=(icu js91 zlib)
+optdepends=('erlang-nox: for weatherreport')
+makedepends=(erlang-nox)
+backup=(etc/couchdb/local.ini
+etc/couchdb/vm.args)
+source=("https://archive.apache.org/dist/${pkgname}/source/${pkgver}/apache-${pkgname}-${pkgver}.tar.gz"{,.asc}
+couchdb.service
+couchdb.sysusers
+couchdb.tmpfiles)
+sha256sums=(69c9fd6f80133557f68a02e92dda72a4fd646d646f429f45bb8329a30f82f20e 
SKIP
+745754da596c2451352a21ed6e9ade92b2fbd111f9957ddba1209a20bd9eff1d
+3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8
+7331b9675e3668c5f0d632bee5d154c061cc3e60d451bef3dc0d0ab2dadfa006)
+validpgpkeys=(2EC788AE3F239FA13E82D215CDE711289384AE37  # Joan Touzet (CODE 
SIGNING KEY) 

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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:21:08
  Author: dvzrv
Revision: 1187443

upgpkg: pasystray 0.8.0-2: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  pasystray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:20:25 UTC (rev 1187442)
+++ PKGBUILD2022-04-22 22:21:08 UTC (rev 1187443)
@@ -3,7 +3,7 @@
 
 pkgname=pasystray
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='PulseAudio system tray (a replacement for padevchooser)'
 arch=('x86_64')
 url="https://github.com/christophgysin/pasystray;



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

2022-04-22 Thread Bruno Pagani via arch-commits
Date: Friday, April 22, 2022 @ 22:20:25
  Author: archange
Revision: 1187442

upgpkg: couchdb 3.2.2-1

Use upstream provided means of configuration as much as possible.

Modified:
  couchdb/trunk/PKGBUILD
  couchdb/trunk/couchdb.service
  couchdb/trunk/couchdb.tmpfiles
Deleted:
  couchdb/trunk/datadirs.ini

--+
 PKGBUILD |   38 +++---
 couchdb.service  |2 +-
 couchdb.tmpfiles |2 +-
 datadirs.ini |3 ---
 4 files changed, 21 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:19:21 UTC (rev 1187441)
+++ PKGBUILD2022-04-22 22:20:25 UTC (rev 1187442)
@@ -4,28 +4,25 @@
 # Contributor: Michael Fellinger 
 
 pkgname=couchdb
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.2.2
+pkgrel=1
 pkgdesc="Document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON"
 arch=(x86_64)
 url="https://couchdb.apache.org;
 license=(Apache)
-depends=(icu js78 zlib)
+depends=(icu js91 zlib)
 optdepends=('erlang-nox: for weatherreport')
 makedepends=(erlang-nox)
-backup=('etc/couchdb/local.ini'
-'etc/couchdb/vm.args')
-source=("https://www-eu.apache.org/dist/couchdb/source/${pkgver}/apache-couchdb-${pkgver}.tar.gz"{,.asc}
+backup=(etc/couchdb/local.ini
+etc/couchdb/vm.args)
+source=("https://archive.apache.org/dist/${pkgname}/source/${pkgver}/apache-${pkgname}-${pkgver}.tar.gz"{,.asc}
 couchdb.service
 couchdb.sysusers
-couchdb.tmpfiles
-datadirs.ini)
-sha256sums=('11de2d1c3a5b317017a7459ec3f76230d5c43aba427a1e71ca3437845874acf8'
-'SKIP'
-'38f3e489c031b8c6eacd8b9da3ca91362d7929e8f5e3c8b0e4cf5401c67bf7bb'
-'3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8'
-'0ce806cbc5e18e60b17be9fd2cdbd4c7f12cc84ca95b079efdede16ddb5f3efd'
-'937ca3498aab47b3f2226d027fa8a1a95de55cbb463373099e28cb9a6c7046ac')
+couchdb.tmpfiles)
+sha256sums=(69c9fd6f80133557f68a02e92dda72a4fd646d646f429f45bb8329a30f82f20e 
SKIP
+745754da596c2451352a21ed6e9ade92b2fbd111f9957ddba1209a20bd9eff1d
+3ed1ad2a37a068ce194b03fb72eb35285d60fa7faf2d2c2bb710703d229108a8
+7331b9675e3668c5f0d632bee5d154c061cc3e60d451bef3dc0d0ab2dadfa006)
 validpgpkeys=(2EC788AE3F239FA13E82D215CDE711289384AE37  # Joan Touzet (CODE 
SIGNING KEY) 
   D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4  # Jan Lehnardt 

   0BD7A98499C4AB41C910EE65FC04DFBC9657A78E) # Nick Vatamaniuc 

@@ -32,12 +29,12 @@
 
 prepare() {
   cd apache-couchdb-${pkgver}
-  sed -i 's|$ROOTDIR/etc/vm.args|/etc/couchdb/vm.args|' rel/files/couchdb.in
+  sed -i 's|./data|/var/lib/couchdb|' configure
 }
 
 build() {
   cd apache-couchdb-${pkgver}
-  ./configure --spidermonkey-version 78
+  ./configure --spidermonkey-version 91
   make release
 }
 
@@ -47,12 +44,15 @@
   install -dm755 "${pkgdir}"/etc/couchdb/
 
   cp -r rel/couchdb "${pkgdir}"/usr/lib/couchdb
-  mv "${pkgdir}"/usr/lib/couchdb/etc/local.ini 
"${pkgdir}"/etc/couchdb/local.ini
-  mv "${pkgdir}"/usr/lib/couchdb/etc/vm.args "${pkgdir}"/etc/couchdb/vm.args
+  mv "${pkgdir}"/usr/lib/couchdb/etc/{default.ini,local.ini,vm.args} 
"${pkgdir}"/etc/couchdb/
 
   cd "${srcdir}"
   install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
   install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
   install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-  install -Dm644 datadirs.ini -t "${pkgdir}"/usr/lib/couchdb/etc/
+
+  # Remove some cruft
+  rm -r "${pkgdir}"/usr/lib/couchdb/erts-12.3/{doc,include,lib,man,src}
+  rm -rv "${pkgdir}"/usr/lib/couchdb/etc/
+  rm -rv 
"${pkgdir}"/usr/lib/couchdb/lib/couch-${pkgver}/priv/couch_{ejson_compare,js}
 }

Modified: couchdb.service
===
--- couchdb.service 2022-04-22 22:19:21 UTC (rev 1187441)
+++ couchdb.service 2022-04-22 22:20:25 UTC (rev 1187442)
@@ -7,7 +7,7 @@
 Type=simple
 WorkingDirectory=~
 StateDirectory=couchdb
-Environment="ERL_FLAGS=-couch_ini /usr/lib/couchdb/etc/default.ini 
/usr/lib/couchdb/etc/datadirs.ini /etc/couchdb/local.ini"
+Environment=COUCHDB_ARGS_FILE=/etc/couchdb/vm.args 
"COUCHDB_INI_FILES=/etc/couchdb/default.ini /etc/couchdb/local.ini"
 ExecStart=/usr/lib/couchdb/bin/couchdb
 ReadWritePaths=/etc/couchdb/local.ini
 Restart=always

Modified: couchdb.tmpfiles
===
--- couchdb.tmpfiles2022-04-22 22:19:21 UTC (rev 1187441)
+++ couchdb.tmpfiles2022-04-22 22:20:25 UTC (rev 1187442)
@@ -1,3 +1,3 @@
+z /etc/couchdb/local.ini - couchdb couchdb
 d /var/lib/couchdb 0755 couchdb couchdb
 x /var/lib/couchdb
-z /etc/couchdb/local.ini - couchdb couchdb

Deleted: datadirs.ini
===
--- 

[arch-commits] Commit in or1k-elf-binutils/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:19:21
  Author: dvzrv
Revision: 1187441

archrelease: copy trunk to community-x86_64

Added:
  or1k-elf-binutils/repos/community-x86_64/PKGBUILD
(from rev 1187440, or1k-elf-binutils/trunk/PKGBUILD)
Deleted:
  or1k-elf-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:19:08 UTC (rev 1187440)
+++ PKGBUILD2022-04-22 22:19:21 UTC (rev 1187441)
@@ -1,64 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-
-_target=or1k-elf
-pkgname=$_target-binutils
-pkgver=2.36.1
-pkgrel=2
-pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the OpenRISC 1000 (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/binutils/'
-license=(GPL)
-depends=(zlib)
-source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
-sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
-'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
-
-prepare() {
-  cd binutils-$pkgver
-
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  ./configure --target=$_target \
-  --with-sysroot=/usr/$_target \
-  --prefix=/usr \
-  --enable-multilib \
-  --enable-interwork \
-  --with-gnu-as \
-  --with-gnu-ld \
-  --disable-nls \
-  --enable-ld=default \
-  --enable-gold \
-  --enable-plugins \
-  --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check || true
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
-  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}
-

Copied: or1k-elf-binutils/repos/community-x86_64/PKGBUILD (from rev 1187440, 
or1k-elf-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:19:21 UTC (rev 1187441)
@@ -0,0 +1,64 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=or1k-elf
+pkgname=$_target-binutils
+pkgver=2.36.1
+pkgrel=3
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the OpenRISC 1000 (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
+sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
+'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:19:08
  Author: dvzrv
Revision: 1187440

upgpkg: or1k-elf-binutils 2.36.1-3: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  or1k-elf-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:18:03 UTC (rev 1187439)
+++ PKGBUILD2022-04-22 22:19:08 UTC (rev 1187440)
@@ -4,7 +4,7 @@
 _target=or1k-elf
 pkgname=$_target-binutils
 pkgver=2.36.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the OpenRISC 1000 (bare-metal) target'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:18:03
  Author: dvzrv
Revision: 1187439

archrelease: copy trunk to community-x86_64

Added:
  openocd/repos/community-x86_64/PKGBUILD
(from rev 1187438, openocd/trunk/PKGBUILD)
Deleted:
  openocd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:17:04 UTC (rev 1187438)
+++ PKGBUILD2022-04-22 22:18:03 UTC (rev 1187439)
@@ -1,49 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Sergej Pupykin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Matthias Bauch 
-# Contributor: Laszlo Papp 
-# Contributor: Samuel Tardieu 
-
-_features=(amtjtagaccel armjtagew buspirate ftdi gw16012 jlink oocd_trace 
opendous osbdm
-   parport presto_libftdi remote-bitbang rlink stlink ti-icdi ulink 
usbprog vsllink
-   aice cmsis-dap dummy jtag_vpi openjtag_ftdi usb-blaster-2 
usb_blaster_libftdi)
-
-pkgname=openocd
-pkgver=0.11.0
-pkgrel=1
-epoch=1
-pkgdesc='Debugging, in-system programming and boundary-scan testing for 
embedded target devices'
-arch=('x86_64')
-url='http://openocd.org'
-license=('GPL')
-depends=('libftdi-compat' 'libusb-compat' 'hidapi' 'libudev.so')
-source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha512sums=('4c8d880945083a05a3781b3fe2a39e4055df635faab1cacd78ca51ced75c9a478f4e16e6c6fa35ac117e2e4d6453cdd19818f1d27aae6edf1bda8c0e846d0de8')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's|GROUP="plugdev", ||g' contrib/60-openocd.rules
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  #libtoolize -vif
-  #autoreconf -vif
-  ./configure \
-   --prefix=/usr \
-   --disable-werror \
-   ${_features[@]/#/--enable-}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm 644 contrib/60-openocd.rules 
"$pkgdir"/usr/lib/udev/rules.d/60-openocd.rules
-}

Copied: openocd/repos/community-x86_64/PKGBUILD (from rev 1187438, 
openocd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:18:03 UTC (rev 1187439)
@@ -0,0 +1,49 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Sergej Pupykin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Matthias Bauch 
+# Contributor: Laszlo Papp 
+# Contributor: Samuel Tardieu 
+
+_features=(amtjtagaccel armjtagew buspirate ftdi gw16012 jlink oocd_trace 
opendous osbdm
+   parport presto_libftdi remote-bitbang rlink stlink ti-icdi ulink 
usbprog vsllink
+   aice cmsis-dap dummy jtag_vpi openjtag_ftdi usb-blaster-2 
usb_blaster_libftdi)
+
+pkgname=openocd
+pkgver=0.11.0
+pkgrel=2
+epoch=1
+pkgdesc='Debugging, in-system programming and boundary-scan testing for 
embedded target devices'
+arch=('x86_64')
+url='http://openocd.org'
+license=('GPL')
+depends=('libftdi-compat' 'libusb-compat' 'hidapi' 'libudev.so')
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha512sums=('4c8d880945083a05a3781b3fe2a39e4055df635faab1cacd78ca51ced75c9a478f4e16e6c6fa35ac117e2e4d6453cdd19818f1d27aae6edf1bda8c0e846d0de8')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's|GROUP="plugdev", ||g' contrib/60-openocd.rules
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  #libtoolize -vif
+  #autoreconf -vif
+  ./configure \
+   --prefix=/usr \
+   --disable-werror \
+   ${_features[@]/#/--enable-}
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 contrib/60-openocd.rules 
"$pkgdir"/usr/lib/udev/rules.d/60-openocd.rules
+}



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:17:04
  Author: dvzrv
Revision: 1187438

upgpkg: openocd 1:0.11.0-2: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  openocd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:16:05 UTC (rev 1187437)
+++ PKGBUILD2022-04-22 22:17:04 UTC (rev 1187438)
@@ -11,7 +11,7 @@
 
 pkgname=openocd
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Debugging, in-system programming and boundary-scan testing for 
embedded target devices'
 arch=('x86_64')



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:16:05
  Author: dvzrv
Revision: 1187437

archrelease: copy trunk to community-x86_64

Added:
  openfpgaloader/repos/community-x86_64/PKGBUILD
(from rev 1187436, openfpgaloader/trunk/PKGBUILD)
Deleted:
  openfpgaloader/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:15:30 UTC (rev 1187436)
+++ PKGBUILD2022-04-22 22:16:05 UTC (rev 1187437)
@@ -1,43 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=openFPGALoader
-pkgname=openfpgaloader
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Universal utility for programming FPGA'
-arch=('x86_64')
-url='https://github.com/trabucayre/openFPGALoader'
-license=('Apache2')
-depends=('libftdi' 'libftdi-compat' 'libhidapi-libusb.so' 'libudev.so')
-makedepends=('cmake' 'libusb' 'systemd')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('067405358ea06d21da7952db8b797c4067e6a41a531b5b946bd04eedac3d176ac61595f13e151b4f51915a602c8f74ee17f8089004ab00ccaee563766487db17')
-
-prepare() {
-  sed -i 's|MODE="664", GROUP="plugdev"|MODE="666"|g' 
$_pkgname-$pkgver/99-openfpgaloader.rules
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export CFLAGS+=" ${CPPFLAGS}"
-  export CXXFLAGS+=" ${CPPFLAGS}"
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DENABLE_UDEV=True \
--DENABLE_CMSISDAP=True
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm 644 ../99-openfpgaloader.rules 
"$pkgdir"/usr/lib/udev/rules.d/99-openfpgaloader.rules
-}
-

Copied: openfpgaloader/repos/community-x86_64/PKGBUILD (from rev 1187436, 
openfpgaloader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:16:05 UTC (rev 1187437)
@@ -0,0 +1,43 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=openFPGALoader
+pkgname=openfpgaloader
+pkgver=0.5.0
+pkgrel=2
+pkgdesc='Universal utility for programming FPGA'
+arch=('x86_64')
+url='https://github.com/trabucayre/openFPGALoader'
+license=('Apache2')
+depends=('libftdi' 'libftdi-compat' 'libhidapi-libusb.so' 'libudev.so')
+makedepends=('cmake' 'libusb' 'systemd')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('067405358ea06d21da7952db8b797c4067e6a41a531b5b946bd04eedac3d176ac61595f13e151b4f51915a602c8f74ee17f8089004ab00ccaee563766487db17')
+
+prepare() {
+  sed -i 's|MODE="664", GROUP="plugdev"|MODE="666"|g' 
$_pkgname-$pkgver/99-openfpgaloader.rules
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DENABLE_UDEV=True \
+-DENABLE_CMSISDAP=True
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 ../99-openfpgaloader.rules 
"$pkgdir"/usr/lib/udev/rules.d/99-openfpgaloader.rules
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:15:30
  Author: dvzrv
Revision: 1187436

upgpkg: openfpgaloader 0.5.0-2: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  openfpgaloader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:10:12 UTC (rev 1187435)
+++ PKGBUILD2022-04-22 22:15:30 UTC (rev 1187436)
@@ -3,7 +3,7 @@
 _pkgname=openFPGALoader
 pkgname=openfpgaloader
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Universal utility for programming FPGA'
 arch=('x86_64')
 url='https://github.com/trabucayre/openFPGALoader'



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

2022-04-22 Thread Christian Hesse via arch-commits
Date: Friday, April 22, 2022 @ 22:11:43
  Author: eworm
Revision: 443773

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 443772, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 443772, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   41 +
 archlinux-keyring.install |   12 
 2 files changed, 53 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 443772, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-04-22 22:11:43 UTC (rev 443773)
@@ -0,0 +1,41 @@
+# Maintainer: Pierre Schmitz 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=archlinux-keyring
+_tag='b46634eb71ac12dc11fea45beb5aae96d76c4fa1' # git rev-parse ${pkgver}
+pkgver=20220423
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://gitlab.archlinux.org/archlinux/archlinux-keyring/'
+license=('GPL3')
+install=$pkgname.install
+makedepends=('git' 'python' 'sequoia-sq')
+checkdepends=('python-coverage' 'python-pytest')
+source=("archlinux-keyring::git+https://gitlab.archlinux.org/archlinux/archlinux-keyring.git#tag=${_tag}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

+  'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 

+  '86CFFCA918CF3AF47147588051E8B148AC34'  # Evangelos Foutras 

+  'F3691687D867B81B51CE07D9BBE43771487328A9'  # Bartlomiej 
Piotrowski 
+  'BD84DE71F493DF6814B0167254EDC91609BC9183'  # Christian Hesse 

+  'CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E'  # Florian Pritz 

+  'E499C79F53C96A54E572FEE1C06086337C50773E') # Jelle van der Waa 

+
+build() {
+  cd archlinux-keyring/
+
+  make build
+}
+
+check() {
+  cd archlinux-keyring/
+
+  make check
+}
+
+package() {
+  cd archlinux-keyring/
+
+  make PREFIX='/usr' DESTDIR="${pkgdir}" install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
443772, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2022-04-22 22:11:43 UTC (rev 
443773)
@@ -0,0 +1,12 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+   usr/bin/pacman-key --updatedb
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}



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

2022-04-22 Thread Christian Hesse via arch-commits
Date: Friday, April 22, 2022 @ 22:11:40
  Author: eworm
Revision: 443772

upgpkg: archlinux-keyring 20220423-1: new upstream release

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 20:22:49 UTC (rev 443771)
+++ PKGBUILD2022-04-22 22:11:40 UTC (rev 443772)
@@ -2,8 +2,8 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=archlinux-keyring
-_tag='615872eadc0a4e073a1917a5b63c374aabe8c3f9' # git rev-parse ${pkgver}
-pkgver=20220224
+_tag='b46634eb71ac12dc11fea45beb5aae96d76c4fa1' # git rev-parse ${pkgver}
+pkgver=20220423
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')



[arch-commits] Commit in nds32le-elf-binutils/repos/community-x86_64 (2 files)

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:10:12
  Author: dvzrv
Revision: 1187435

archrelease: copy trunk to community-x86_64

Added:
  nds32le-elf-binutils/repos/community-x86_64/PKGBUILD
(from rev 1187434, nds32le-elf-binutils/trunk/PKGBUILD)
Deleted:
  nds32le-elf-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:10:04 UTC (rev 1187434)
+++ PKGBUILD2022-04-22 22:10:12 UTC (rev 1187435)
@@ -1,64 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-
-_target=nds32le-elf
-pkgname=$_target-binutils
-pkgver=2.36.1
-pkgrel=2
-pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the Andes 32 little-endian (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/binutils/'
-license=(GPL)
-depends=(zlib)
-source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
-sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
-'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
-
-prepare() {
-  cd binutils-$pkgver
-
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  ./configure --target=$_target \
-  --with-sysroot=/usr/$_target \
-  --prefix=/usr \
-  --enable-multilib \
-  --enable-interwork \
-  --with-gnu-as \
-  --with-gnu-ld \
-  --disable-nls \
-  --enable-ld=default \
-  --enable-gold \
-  --enable-plugins \
-  --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check || true
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
-  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}
-

Copied: nds32le-elf-binutils/repos/community-x86_64/PKGBUILD (from rev 1187434, 
nds32le-elf-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:10:12 UTC (rev 1187435)
@@ -0,0 +1,64 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=nds32le-elf
+pkgname=$_target-binutils
+pkgver=2.36.1
+pkgrel=3
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the Andes 32 little-endian (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
+sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
+'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:10:04
  Author: dvzrv
Revision: 1187434

upgpkg: nds32le-elf-binutils 2.36.1-3: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  nds32le-elf-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:08:58 UTC (rev 1187433)
+++ PKGBUILD2022-04-22 22:10:04 UTC (rev 1187434)
@@ -4,7 +4,7 @@
 _target=nds32le-elf
 pkgname=$_target-binutils
 pkgver=2.36.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the Andes 32 little-endian (bare-metal) target'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:08:58
  Author: dvzrv
Revision: 1187433

archrelease: copy trunk to community-x86_64

Added:
  multimon-ng/repos/community-x86_64/PKGBUILD
(from rev 1187432, multimon-ng/trunk/PKGBUILD)
Deleted:
  multimon-ng/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:08:29 UTC (rev 1187432)
+++ PKGBUILD2022-04-22 22:08:58 UTC (rev 1187433)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Kyle Keen 
-
-pkgname=multimon-ng
-pkgver=1.1.9
-pkgrel=1
-pkgdesc="An sdr decoder, supports pocsag, ufsk, clipfsk, afsk, hapn, fsk, 
dtmf, zvei."
-url="https://github.com/EliasOenal/multimon-ng;
-arch=('x86_64')
-license=("GPL2")
-depends=('ncurses' 'libpulse')
-makedepends=('cmake')
-optdepends=('sox: wav conversion')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('a30d8933b6cd0150a24a70544c03fa418bb5bdb00ab5531692f7153b59593455a915078a7417fb08c815b140f4c25786a9c412503dc50bead54f9dda304c053e')
-
-build() {
-  mkdir "$srcdir"/$pkgname-$pkgver/build
-  cd "$srcdir"/$pkgname-$pkgver/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: multimon-ng/repos/community-x86_64/PKGBUILD (from rev 1187432, 
multimon-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:08:58 UTC (rev 1187433)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Kyle Keen 
+
+pkgname=multimon-ng
+pkgver=1.1.9
+pkgrel=2
+pkgdesc="An sdr decoder, supports pocsag, ufsk, clipfsk, afsk, hapn, fsk, 
dtmf, zvei."
+url="https://github.com/EliasOenal/multimon-ng;
+arch=('x86_64')
+license=("GPL2")
+depends=('ncurses' 'libpulse')
+makedepends=('cmake')
+optdepends=('sox: wav conversion')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('a30d8933b6cd0150a24a70544c03fa418bb5bdb00ab5531692f7153b59593455a915078a7417fb08c815b140f4c25786a9c412503dc50bead54f9dda304c053e')
+
+build() {
+  mkdir "$srcdir"/$pkgname-$pkgver/build
+  cd "$srcdir"/$pkgname-$pkgver/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:08:29
  Author: dvzrv
Revision: 1187432

upgpkg: multimon-ng 1.1.9-2: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  multimon-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 22:08:06 UTC (rev 1187431)
+++ PKGBUILD2022-04-22 22:08:29 UTC (rev 1187432)
@@ -3,7 +3,7 @@
 
 pkgname=multimon-ng
 pkgver=1.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="An sdr decoder, supports pocsag, ufsk, clipfsk, afsk, hapn, fsk, 
dtmf, zvei."
 url="https://github.com/EliasOenal/multimon-ng;
 arch=('x86_64')



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:08:06
  Author: dvzrv
Revision: 1187431

archrelease: copy trunk to community-x86_64

Added:
  lrzip/repos/community-x86_64/PKGBUILD
(from rev 1187430, lrzip/trunk/PKGBUILD)
Deleted:
  lrzip/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:07:35 UTC (rev 1187430)
+++ PKGBUILD2022-04-22 22:08:06 UTC (rev 1187431)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Contributor: graysky 
-# Contributor: 
-
-pkgname=lrzip
-pkgver=0.641
-pkgrel=1
-pkgdesc='Multi-threaded compression with rzip/lzma, lzo, and zpaq'
-url='https://github.com/ckolivas/lrzip'
-license=('GPL')
-arch=('x86_64')
-depends=('lzo')
-makedepends=('git')
-source=("git+https://github.com/ckolivas/lrzip#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  CFLAGS="$CFLAGS -fomit-frame-pointer"
-  CXXFLAGS="$CXXFLAGS -fomit-frame-pointer"
-
-  ./autogen.sh --prefix=/usr "$flags"
-  make
-}
-
-check() {
-  make -C "$pkgname" -k check
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install-strip
-}
-
-# vim: ts=2 sw=2 et:
-# getver: -u 3 github.com/ckolivas/lrzip/blob/master/ChangeLog

Copied: lrzip/repos/community-x86_64/PKGBUILD (from rev 1187430, 
lrzip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:08:06 UTC (rev 1187431)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: graysky 
+# Contributor: 
+
+pkgname=lrzip
+pkgver=0.641
+pkgrel=2
+pkgdesc='Multi-threaded compression with rzip/lzma, lzo, and zpaq'
+url='https://github.com/ckolivas/lrzip'
+license=('GPL')
+arch=('x86_64')
+depends=('lzo')
+makedepends=('git')
+source=("git+https://github.com/ckolivas/lrzip#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  CFLAGS="$CFLAGS -fomit-frame-pointer"
+  CXXFLAGS="$CXXFLAGS -fomit-frame-pointer"
+
+  ./autogen.sh --prefix=/usr "$flags"
+  make
+}
+
+check() {
+  make -C "$pkgname" -k check
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install-strip
+}
+
+# vim: ts=2 sw=2 et:
+# getver: -u 3 github.com/ckolivas/lrzip/blob/master/ChangeLog



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 22:07:35
  Author: dvzrv
Revision: 1187430

upgpkg: lrzip 0.641-2: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  lrzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 21:57:13 UTC (rev 1187429)
+++ PKGBUILD2022-04-22 22:07:35 UTC (rev 1187430)
@@ -4,7 +4,7 @@
 
 pkgname=lrzip
 pkgver=0.641
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-threaded compression with rzip/lzma, lzo, and zpaq'
 url='https://github.com/ckolivas/lrzip'
 license=('GPL')



[arch-commits] Commit in lm32-elf-binutils/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:57:13
  Author: dvzrv
Revision: 1187429

archrelease: copy trunk to community-x86_64

Added:
  lm32-elf-binutils/repos/community-x86_64/PKGBUILD
(from rev 1187428, lm32-elf-binutils/trunk/PKGBUILD)
Deleted:
  lm32-elf-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 21:56:42 UTC (rev 1187428)
+++ PKGBUILD2022-04-22 21:57:13 UTC (rev 1187429)
@@ -1,64 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Anatol Pomozov 
-
-_target=lm32-elf
-pkgname=$_target-binutils
-pkgver=2.36.1
-pkgrel=2
-pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the LatticeMico32 (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/binutils/'
-license=(GPL)
-depends=(zlib)
-source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
-sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
-'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
-
-prepare() {
-  cd binutils-$pkgver
-
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  ./configure --target=$_target \
-  --with-sysroot=/usr/$_target \
-  --prefix=/usr \
-  --enable-multilib \
-  --enable-interwork \
-  --with-gnu-as \
-  --with-gnu-ld \
-  --disable-nls \
-  --enable-ld=default \
-  --enable-gold \
-  --enable-plugins \
-  --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check || true
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
-  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}
-

Copied: lm32-elf-binutils/repos/community-x86_64/PKGBUILD (from rev 1187428, 
lm32-elf-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 21:57:13 UTC (rev 1187429)
@@ -0,0 +1,64 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Anatol Pomozov 
+
+_target=lm32-elf
+pkgname=$_target-binutils
+pkgver=2.36.1
+pkgrel=3
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the LatticeMico32 (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig})
+sha512sums=('5c40cfe05b922492627db71990dd2ba6030fd2de4bdba3f53a3f274543ff161fb56e2f6bdac107e0ffdcfd095e499c54e1157ee1865723baefa67b5b4d3da201'
+'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+  rm "$pkgdir"/usr/lib/bfd-plugins/libdep.so
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:56:42
  Author: dvzrv
Revision: 1187428

upgpkg: lm32-elf-binutils 2.36.1-3: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  lm32-elf-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 21:55:33 UTC (rev 1187427)
+++ PKGBUILD2022-04-22 21:56:42 UTC (rev 1187428)
@@ -4,7 +4,7 @@
 _target=lm32-elf
 pkgname=$_target-binutils
 pkgver=2.36.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the LatticeMico32 (bare-metal) target'
 arch=(x86_64)
 url='https://www.gnu.org/software/binutils/'



[arch-commits] Commit in lightdm-webkit2-greeter/repos/community-x86_64 (4 files)

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:55:33
  Author: dvzrv
Revision: 1187427

archrelease: copy trunk to community-x86_64

Added:
  lightdm-webkit2-greeter/repos/community-x86_64/PKGBUILD
(from rev 1187426, lightdm-webkit2-greeter/trunk/PKGBUILD)
  lightdm-webkit2-greeter/repos/community-x86_64/archlinux-user.svg
(from rev 1187426, lightdm-webkit2-greeter/trunk/archlinux-user.svg)
Deleted:
  lightdm-webkit2-greeter/repos/community-x86_64/PKGBUILD
  lightdm-webkit2-greeter/repos/community-x86_64/archlinux-user.svg

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 21:55:15 UTC (rev 1187426)
+++ PKGBUILD2022-04-22 21:55:33 UTC (rev 1187427)
@@ -1,45 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Dustin Falgout 
-
-pkgname=lightdm-webkit2-greeter
-_pkgname=web-greeter
-pkgver=2.2.5
-pkgrel=4
-pkgdesc='LightDM greeter that uses WebKit2 for theming via HTML/JavaScript.'
-arch=('x86_64')
-url='https://github.com/antergos/web-greeter'
-license=('GPL3')
-depends=('lightdm' 'webkit2gtk' 'accountsservice' 'gnome-backgrounds')
-makedepends=('gobject-introspection' 'meson' 'gettext' 'dbus-glib')
-backup=("etc/lightdm/$pkgname.conf")
-source=("$_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
-
'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-light-scalable.svg'
-'archlinux-user.svg')
-sha512sums=('173fe64dc3ff9bde0bc3d72319ab014001364eae8336a72b052333e0c6687167164277fd87de7051c689f12f64aeb441f95a9f0d38cc780ccb77751ab62204da'
-
'a553510431d3771a0ef5c7aaec198f89302f11ea8fe6db83bdac496d087ded6d5a99e442d3d20fd7b9231a76ec0df0f1ffb3da2511f79d196c8516345241d1da'
-
'4cf515e5eefa0a16d1ebda6e4cbef2103e405325e265472c3cdc4928f05749597913406494fc4384b268288efbc0bbb86fefb648d1dd6e62c1dbc6569c8253b6')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Replace antergos logos
-  sed -i \
-   -e 's|/usr.*antergos.png|/usr/share/pixmaps/archlinux-logo.svg|g;' \
-   -e 's|/usr.*logo-user.png|/usr/share/pixmaps/archlinux-user.svg|g' \
-   "data/$pkgname.conf"
-}
-
-build() {
-  cd $_pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: lightdm-webkit2-greeter/repos/community-x86_64/PKGBUILD (from rev 
1187426, lightdm-webkit2-greeter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 21:55:33 UTC (rev 1187427)
@@ -0,0 +1,45 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Dustin Falgout 
+
+pkgname=lightdm-webkit2-greeter
+_pkgname=web-greeter
+pkgver=2.2.5
+pkgrel=6
+pkgdesc='LightDM greeter that uses WebKit2 for theming via HTML/JavaScript.'
+arch=('x86_64')
+url='https://github.com/antergos/web-greeter'
+license=('GPL3')
+depends=('lightdm' 'webkit2gtk' 'accountsservice' 'gnome-backgrounds')
+makedepends=('gobject-introspection' 'meson' 'gettext' 'dbus-glib')
+backup=("etc/lightdm/$pkgname.conf")
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+
'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-light-scalable.svg'
+'archlinux-user.svg')
+sha512sums=('173fe64dc3ff9bde0bc3d72319ab014001364eae8336a72b052333e0c6687167164277fd87de7051c689f12f64aeb441f95a9f0d38cc780ccb77751ab62204da'
+
'a553510431d3771a0ef5c7aaec198f89302f11ea8fe6db83bdac496d087ded6d5a99e442d3d20fd7b9231a76ec0df0f1ffb3da2511f79d196c8516345241d1da'
+
'4cf515e5eefa0a16d1ebda6e4cbef2103e405325e265472c3cdc4928f05749597913406494fc4384b268288efbc0bbb86fefb648d1dd6e62c1dbc6569c8253b6')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Replace antergos logos
+  sed -i \
+   -e 's|/usr.*antergos.png|/usr/share/pixmaps/archlinux-logo.svg|g;' \
+   -e 's|/usr.*logo-user.png|/usr/share/pixmaps/archlinux-user.svg|g' \
+   "data/$pkgname.conf"
+}
+
+build() {
+  cd $_pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+

Deleted: archlinux-user.svg
===
(Binary files differ)

Copied: lightdm-webkit2-greeter/repos/community-x86_64/archlinux-user.svg (from 
rev 1187426, lightdm-webkit2-greeter/trunk/archlinux-user.svg)
===
(Binary files differ)



[arch-commits] Commit in lightdm-webkit2-greeter/trunk (PKGBUILD)

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:55:15
  Author: dvzrv
Revision: 1187426

upgpkg: lightdm-webkit2-greeter 2.2.5-6: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  lightdm-webkit2-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 21:50:52 UTC (rev 1187425)
+++ PKGBUILD2022-04-22 21:55:15 UTC (rev 1187426)
@@ -4,7 +4,7 @@
 pkgname=lightdm-webkit2-greeter
 _pkgname=web-greeter
 pkgver=2.2.5
-pkgrel=5
+pkgrel=6
 pkgdesc='LightDM greeter that uses WebKit2 for theming via HTML/JavaScript.'
 arch=('x86_64')
 url='https://github.com/antergos/web-greeter'



[arch-commits] Commit in lightdm-webkit2-greeter/trunk (PKGBUILD)

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:50:52
  Author: dvzrv
Revision: 1187425

upgpkg: lightdm-webkit2-greeter 2.2.5-5: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  lightdm-webkit2-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 21:49:58 UTC (rev 1187424)
+++ PKGBUILD2022-04-22 21:50:52 UTC (rev 1187425)
@@ -4,7 +4,7 @@
 pkgname=lightdm-webkit2-greeter
 _pkgname=web-greeter
 pkgver=2.2.5
-pkgrel=4
+pkgrel=5
 pkgdesc='LightDM greeter that uses WebKit2 for theming via HTML/JavaScript.'
 arch=('x86_64')
 url='https://github.com/antergos/web-greeter'



[arch-commits] Commit in arm-none-eabi-newlib/repos/community-any (PKGBUILD PKGBUILD)

2022-04-22 Thread Anatol Pomozov via arch-commits
Date: Friday, April 22, 2022 @ 21:49:58
  Author: anatolik
Revision: 1187424

archrelease: copy trunk to community-any

Added:
  arm-none-eabi-newlib/repos/community-any/PKGBUILD
(from rev 1187423, arm-none-eabi-newlib/trunk/PKGBUILD)
Deleted:
  arm-none-eabi-newlib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 21:49:49 UTC (rev 1187423)
+++ PKGBUILD2022-04-22 21:49:58 UTC (rev 1187424)
@@ -1,68 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_target=arm-none-eabi
-pkgname=$_target-newlib
-pkgver=4.1.0
-pkgrel=2
-_upstream_ver=$pkgver
-pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
-arch=(any)
-url='https://www.sourceware.org/newlib/'
-license=(BSD)
-makedepends=($_target-gcc)
-options=(!emptydirs !strip)
-source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha256sums=('f296e372f51324224d387cc116dc37a6bd397198756746f93a2b02e9a5d40154')
-
-build() {
-  rm -rf build-{newlib,nano}
-  mkdir build-{newlib,nano}
-
-  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
-  cd "$srcdir"/build-newlib
-  ../newlib-$_upstream_ver/configure \
---target=$_target \
---prefix=/usr \
---enable-newlib-io-long-long \
---enable-newlib-io-c99-formats \
---enable-newlib-register-fini \
---enable-newlib-retargetable-locking \
---disable-newlib-supplied-syscalls \
---disable-nls
-  make
-
-  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
-  cd "$srcdir"/build-nano
-  ../newlib-$_upstream_ver/configure \
---target=$_target \
---prefix=/usr \
---disable-newlib-supplied-syscalls \
---enable-newlib-reent-small \
---enable-newlib-retargetable-locking \
---disable-newlib-fvwrite-in-streamio \
---disable-newlib-fseek-optimization \
---disable-newlib-wide-orient \
---enable-newlib-nano-malloc \
---disable-newlib-unbuf-stream-opt \
---enable-lite-exit \
---enable-newlib-global-atexit \
---enable-newlib-nano-formatted-io \
---disable-nls
-  make
-}
-
-package() {
-  cd "$srcdir"/build-nano
-  make DESTDIR="$pkgdir" install -j1
-  find "$pkgdir" -regex ".*/lib\(c\|g\|rdimon\)\.a" -exec rename .a _nano.a 
'{}' \;
-  install -d "$pkgdir"/usr/$_target/include/newlib-nano
-  install -m644 -t "$pkgdir"/usr/$_target/include/newlib-nano 
"$pkgdir"/usr/$_target/include/newlib.h
-
-  cd "$srcdir"/build-newlib
-  make DESTDIR="$pkgdir" install -j1
-
-  find "$pkgdir"/usr/$_target/lib \( -name "*.a" -or -name "*.o" \) -exec 
$_target-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R 
.debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line -R 
.debug_str -R .debug_ranges -R .debug_loc '{}' \;
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname/
-  install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ 
"$srcdir"/newlib-$_upstream_ver/COPYING*
-}

Copied: arm-none-eabi-newlib/repos/community-any/PKGBUILD (from rev 1187423, 
arm-none-eabi-newlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 21:49:58 UTC (rev 1187424)
@@ -0,0 +1,68 @@
+# Maintainer: Anatol Pomozov 
+
+_target=arm-none-eabi
+pkgname=$_target-newlib
+pkgver=4.2.0.20211231
+pkgrel=1
+_upstream_ver=$pkgver
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
+arch=(any)
+url='https://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc)
+options=(!emptydirs !strip)
+source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
+sha256sums=('c3a0e8b63bc3bef1aeee4ca3906b53b3b86c8d139867607369cb2915ffc54435')
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  cd "$srcdir"/build-newlib
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--enable-newlib-io-long-long \
+--enable-newlib-io-c99-formats \
+--enable-newlib-register-fini \
+--enable-newlib-retargetable-locking \
+--disable-newlib-supplied-syscalls \
+--disable-nls
+  make
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  cd "$srcdir"/build-nano
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--enable-newlib-reent-small \
+--enable-newlib-retargetable-locking \
+--disable-newlib-fvwrite-in-streamio \
+--disable-newlib-fseek-optimization \
+--disable-newlib-wide-orient \
+--enable-newlib-nano-malloc \
+--disable-newlib-unbuf-stream-opt \
+--enable-lite-exit \
+

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

2022-04-22 Thread Levente Polyak via arch-commits
Date: Friday, April 22, 2022 @ 21:49:49
  Author: anthraxx
Revision: 1187423

archrelease: copy trunk to community-x86_64

Added:
  postgis/repos/community-x86_64/PKGBUILD
(from rev 1187422, postgis/trunk/PKGBUILD)
  postgis/repos/community-x86_64/postgis.changelog
(from rev 1187422, postgis/trunk/postgis.changelog)
Deleted:
  postgis/repos/community-x86_64/PKGBUILD
  postgis/repos/community-x86_64/postgis.changelog

---+
 PKGBUILD  |   73 ++--
 postgis.changelog |  294 ++--
 2 files changed, 184 insertions(+), 183 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 21:49:39 UTC (rev 1187422)
+++ PKGBUILD2022-04-22 21:49:49 UTC (rev 1187423)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=postgis
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Adds support for geographic objects to PostgreSQL"
-arch=('x86_64')
-url="https://postgis.net/;
-license=('GPL')
-depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c' 'libtiff4')
-optdepends=('perl: for contrib script postgis_restore.pl')
-makedepends=('clang' 'llvm')
-changelog=$pkgname.changelog
-source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7ab9e154c6947c0cffb8fa12d70806add9aa060e62b6c86a2e206f9d4b507cfd')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-#   sed -i 's/pj_get_release/proj_info/' configure # fix for proj8
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: postgis/repos/community-x86_64/PKGBUILD (from rev 1187422, 
postgis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 21:49:49 UTC (rev 1187423)
@@ -0,0 +1,37 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('x86_64')
+url="https://postgis.net/;
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c' 'libtiff4' 'pcre2')
+optdepends=('perl: for contrib script postgis_restore.pl')
+makedepends=('clang' 'llvm')
+changelog=$pkgname.changelog
+source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('fbab68dde6ca3934b24ba08c8ab0cff2594f57f93deab41a15c82ae1bb69893e')
+b2sums=('9c49ad518fb968dc4787bedf6480af29c3e70f986df8233ef034f117b8a8920ff6e39dab57813390b813a3d856476634b18e6ce324795839d019a11559155ff5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+#   sed -i 's/pj_get_release/proj_info/' configure # fix for proj8
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: postgis.changelog
===
--- postgis.changelog   2022-04-22 21:49:39 UTC (rev 1187422)
+++ postgis.changelog   2022-04-22 21:49:49 UTC (rev 1187423)
@@ -1,147 +0,0 @@
-2021-06-05 Jaroslav Lichtblau 
-* postgis-3.1.2-1
-
-2021-04-20 Jaroslav Lichtblau 
-* postgis-3.1.0-1
-
-2020-12-25 Jaroslav Lichtblau 
-* postgis-3.0.3-1
-* FS#68921 rebuild
-
-2020-02-23 Jaroslav Lichtblau 
-* postgis-3.0.1-1
-
-2019-11-27 Jaroslav Lichtblau 
-* postgis-3.0.0-1
-
-2019-10-16 Jaroslav Lichtblau 
-* postgis-2.5.3-2 protobuf 3.10 rebuild
-
-2019-09-18 Jaroslav Lichtblau 
-* postgis-2.5.3-1
-
-2019-06-16 Jaroslav Lichtblau 
-* postgis-2.5.2-1
-
-2019-03-04 Jaroslav Lichtblau 
-* postgis-2.5.1-2 - protobuf 3.7.0 rebuild
-
-2018-11-21 Jaroslav Lichtblau 
-* postgis-2.5.1-1
-
-2018-11-17 Jaroslav Lichtblau 
-* postgis-2.5.0-2 - postgresql rebuild
-
-2018-09-30 Jaroslav Lichtblau 
-* postgis-2.5.0-1
-
-2018-09-02 Jaroslav Lichtblau 
-* postgis-2.4.4-5 protobuf 3.6.1 rebuild
-
-2018-07-29 Jaroslav Lichtblau 
-* postgis-2.4.4-4 protobuf 3.6.0 rebuild
-
-2018-05-16 Jaroslav Lichtblau 
-* postgis-2.4.4-2 proj soname rebuild
-
-2018-05-12 Jaroslav Lichtblau 
-* postgis-2.4.4-1
-
-2018-01-16 Jaroslav Lichtblau 
-* postgis-2.4.3-1
-
-2017-11-16 Jaroslav Lichtblau 
-* postgis-2.4.2-1
-
-2017-11-12 Jaroslav Lichtblau 
-* postgis-2.4.1-2 postgresql 10.1 rebuild, FS#56296 + FS#56266 fix
-
-2017-10-21 Jaroslav Lichtblau 
-* postgis-2.4.1-1
-
-2017-10-21 Jaroslav Lichtblau 
-* postgis-2.4.0-1
-
-2017-07-03 Jaroslav Lichtblau 
-* postgis-2.3.3-1
-
-2017-03-02 Jaroslav Lichtblau 
-* postgis-2.3.2-1
-
-2016-12-12 Jaroslav Lichtblau 
-* postgis-2.3.1-1
-
-2016-11-21 Jaroslav Lichtblau 
-* postgis-2.3.0-2 

[arch-commits] Commit in arm-none-eabi-newlib/trunk (PKGBUILD)

2022-04-22 Thread Anatol Pomozov via arch-commits
Date: Friday, April 22, 2022 @ 21:49:39
  Author: anatolik
Revision: 1187422

upgpkg: arm-none-eabi-newlib 4.2.0.20211231-1

Modified:
  arm-none-eabi-newlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 21:49:38 UTC (rev 1187421)
+++ PKGBUILD2022-04-22 21:49:39 UTC (rev 1187422)
@@ -2,8 +2,8 @@
 
 _target=arm-none-eabi
 pkgname=$_target-newlib
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.2.0.20211231
+pkgrel=1
 _upstream_ver=$pkgver
 pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=($_target-gcc)
 options=(!emptydirs !strip)
 source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha256sums=('f296e372f51324224d387cc116dc37a6bd397198756746f93a2b02e9a5d40154')
+sha256sums=('c3a0e8b63bc3bef1aeee4ca3906b53b3b86c8d139867607369cb2915ffc54435')
 
 build() {
   rm -rf build-{newlib,nano}



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

2022-04-22 Thread Levente Polyak via arch-commits
Date: Friday, April 22, 2022 @ 21:49:38
  Author: anthraxx
Revision: 1187421

upgpkg: postgis 3.2.1-1

Modified:
  postgis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 21:49:25 UTC (rev 1187420)
+++ PKGBUILD2022-04-22 21:49:38 UTC (rev 1187421)
@@ -3,18 +3,19 @@
 # Contributor: William Rea 
 
 pkgname=postgis
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Adds support for geographic objects to PostgreSQL"
 arch=('x86_64')
 url="https://postgis.net/;
 license=('GPL')
-depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c' 'libtiff4')
+depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c' 'libtiff4' 'pcre2')
 optdepends=('perl: for contrib script postgis_restore.pl')
 makedepends=('clang' 'llvm')
 changelog=$pkgname.changelog
 source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7ab9e154c6947c0cffb8fa12d70806add9aa060e62b6c86a2e206f9d4b507cfd')
+sha256sums=('fbab68dde6ca3934b24ba08c8ab0cff2594f57f93deab41a15c82ae1bb69893e')
+b2sums=('9c49ad518fb968dc4787bedf6480af29c3e70f986df8233ef034f117b8a8920ff6e39dab57813390b813a3d856476634b18e6ce324795839d019a11559155ff5')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:49:25
  Author: dvzrv
Revision: 1187420

archrelease: copy trunk to community-x86_64

Added:
  inspectrum/repos/community-x86_64/PKGBUILD
(from rev 1187419, inspectrum/trunk/PKGBUILD)
Deleted:
  inspectrum/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 21:49:07 UTC (rev 1187419)
+++ PKGBUILD2022-04-22 21:49:25 UTC (rev 1187420)
@@ -1,29 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=inspectrum
-pkgver=0.2.3
-pkgrel=1
-pkgdesc='Tool for analysing captured signals, primarily from software-defined 
radio receivers'
-arch=('x86_64')
-url='https://github.com/miek/inspectrum'
-license=('GPL')
-depends=('qt5-base' 'fftw' 'liquid-dsp')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('517e6fc8048a41377dcb3cf72dfb308b7ae5fafadc6056abe37ac3ef7deb5bc1931b02a5d6bdac45c81dddb4d943550830f55d076e591c19053339ed836389c6')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: inspectrum/repos/community-x86_64/PKGBUILD (from rev 1187419, 
inspectrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 21:49:25 UTC (rev 1187420)
@@ -0,0 +1,29 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=inspectrum
+pkgver=0.2.3
+pkgrel=2
+pkgdesc='Tool for analysing captured signals, primarily from software-defined 
radio receivers'
+arch=('x86_64')
+url='https://github.com/miek/inspectrum'
+license=('GPL')
+depends=('qt5-base' 'fftw' 'liquid-dsp')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('517e6fc8048a41377dcb3cf72dfb308b7ae5fafadc6056abe37ac3ef7deb5bc1931b02a5d6bdac45c81dddb4d943550830f55d076e591c19053339ed836389c6')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:49:07
  Author: dvzrv
Revision: 1187419

upgpkg: inspectrum 0.2.3-2: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  inspectrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 21:48:38 UTC (rev 1187418)
+++ PKGBUILD2022-04-22 21:49:07 UTC (rev 1187419)
@@ -2,7 +2,7 @@
 
 pkgname=inspectrum
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool for analysing captured signals, primarily from software-defined 
radio receivers'
 arch=('x86_64')
 url='https://github.com/miek/inspectrum'



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:48:38
  Author: dvzrv
Revision: 1187418

archrelease: copy trunk to community-x86_64

Added:
  fontobene-qt5/repos/community-x86_64/PKGBUILD
(from rev 1187417, fontobene-qt5/trunk/PKGBUILD)
Deleted:
  fontobene-qt5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 21:48:26 UTC (rev 1187417)
+++ PKGBUILD2022-04-22 21:48:38 UTC (rev 1187418)
@@ -1,43 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=fontobene-qt5
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='A header-only library to parse FontoBene stroke fonts with C++/Qt5'
-arch=('x86_64')
-url='https://github.com/fontobene/fontobene-qt5'
-license=('MIT' 'Apache')
-depends=('qt5-base')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('7885f78a118d08a0675687cbd24a899d579b6a8758e7249f52bba81fd9e46b6ad3f1cc2e37ff5913b47f177cfb582e4ca388ba8239d4b480e745f652ff59a24a')
-
-build() {
-  mkdir $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  qmake -r ../$pkgname.pro \
-  PREFIX=/usr \
-  QMAKE_CFLAGS_RELEASE="$CFLAGS" \
-  QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver/build
-
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -Dm 644 ../$pkgname.pc.example 
"$pkgdir"/usr/lib/pkgconfig/$pkgname.pc
-
-  install -Dm 644 ../LICENSE-MIT 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-MIT
-  install -Dm 644 ../LICENSE-APACHE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-APACHE
-}
-

Copied: fontobene-qt5/repos/community-x86_64/PKGBUILD (from rev 1187417, 
fontobene-qt5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 21:48:38 UTC (rev 1187418)
@@ -0,0 +1,43 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=fontobene-qt5
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='A header-only library to parse FontoBene stroke fonts with C++/Qt5'
+arch=('x86_64')
+url='https://github.com/fontobene/fontobene-qt5'
+license=('MIT' 'Apache')
+depends=('qt5-base')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('7885f78a118d08a0675687cbd24a899d579b6a8758e7249f52bba81fd9e46b6ad3f1cc2e37ff5913b47f177cfb582e4ca388ba8239d4b480e745f652ff59a24a')
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  qmake -r ../$pkgname.pro \
+  PREFIX=/usr \
+  QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+  QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/build
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm 644 ../$pkgname.pc.example 
"$pkgdir"/usr/lib/pkgconfig/$pkgname.pc
+
+  install -Dm 644 ../LICENSE-MIT 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-MIT
+  install -Dm 644 ../LICENSE-APACHE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-APACHE
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:48:26
  Author: dvzrv
Revision: 1187417

upgpkg: fontobene-qt5 0.2.0-2: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  fontobene-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 21:47:58 UTC (rev 1187416)
+++ PKGBUILD2022-04-22 21:48:26 UTC (rev 1187417)
@@ -2,7 +2,7 @@
 
 pkgname=fontobene-qt5
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A header-only library to parse FontoBene stroke fonts with C++/Qt5'
 arch=('x86_64')
 url='https://github.com/fontobene/fontobene-qt5'



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:47:58
  Author: dvzrv
Revision: 1187416

archrelease: copy trunk to community-x86_64

Added:
  flterm/repos/community-x86_64/PKGBUILD
(from rev 1187415, flterm/trunk/PKGBUILD)
Deleted:
  flterm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 21:47:37 UTC (rev 1187415)
+++ PKGBUILD2022-04-22 21:47:58 UTC (rev 1187416)
@@ -1,29 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=flterm
-pkgver=2.4
-pkgrel=1
-pkgdesc='Tool for loading data over serial'
-arch=('x86_64')
-url='https://github.com/timvideos/flterm'
-license=('GPL3')
-makedepends=('git')
-source=("git+$url.git?tag=v$pkgver")
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  export PREFIX='/usr'
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: flterm/repos/community-x86_64/PKGBUILD (from rev 1187415, 
flterm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 21:47:58 UTC (rev 1187416)
@@ -0,0 +1,29 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=flterm
+pkgver=2.4
+pkgrel=2
+pkgdesc='Tool for loading data over serial'
+arch=('x86_64')
+url='https://github.com/timvideos/flterm'
+license=('GPL3')
+makedepends=('git')
+source=("git+$url.git?tag=v$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  export PREFIX='/usr'
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:47:37
  Author: dvzrv
Revision: 1187415

upgpkg: flterm 2.4-2: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  flterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 21:47:20 UTC (rev 1187414)
+++ PKGBUILD2022-04-22 21:47:37 UTC (rev 1187415)
@@ -2,7 +2,7 @@
 
 pkgname=flterm
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool for loading data over serial'
 arch=('x86_64')
 url='https://github.com/timvideos/flterm'



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:47:20
  Author: dvzrv
Revision: 1187414

archrelease: copy trunk to community-x86_64

Added:
  entr/repos/community-x86_64/PKGBUILD
(from rev 1187413, entr/trunk/PKGBUILD)
Deleted:
  entr/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 21:46:47 UTC (rev 1187413)
+++ PKGBUILD2022-04-22 21:47:20 UTC (rev 1187414)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=entr
-pkgver=5.0
-pkgrel=1
-pkgdesc='Run arbitrary commands when files change'
-arch=('x86_64')
-url='http://eradman.com/entrproject'
-license=('MIT')
-validpgpkeys=('519151D83E83D40A232B4D615C418B8631BC7C26' '5C418B8631BC7C26') # 
Eric Radman 
-source=("$url/code/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('f485efb7d05f1d099c85d8af2f313e3ed2f36720483afc3004479b5b8754c60c52a108b827efd017c674f01d6ced2878a317addef3960c8cdf9e6b142f2ad5fd'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  export PREFIX='/usr'
-
-  ./configure
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: entr/repos/community-x86_64/PKGBUILD (from rev 1187413, 
entr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 21:47:20 UTC (rev 1187414)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=entr
+pkgver=5.0
+pkgrel=2
+pkgdesc='Run arbitrary commands when files change'
+arch=('x86_64')
+url='http://eradman.com/entrproject'
+license=('MIT')
+validpgpkeys=('519151D83E83D40A232B4D615C418B8631BC7C26' '5C418B8631BC7C26') # 
Eric Radman 
+source=("$url/code/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('f485efb7d05f1d099c85d8af2f313e3ed2f36720483afc3004479b5b8754c60c52a108b827efd017c674f01d6ced2878a317addef3960c8cdf9e6b142f2ad5fd'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export PREFIX='/usr'
+
+  ./configure
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:46:47
  Author: dvzrv
Revision: 1187413

upgpkg: entr 5.0-2: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  entr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 21:46:04 UTC (rev 1187412)
+++ PKGBUILD2022-04-22 21:46:47 UTC (rev 1187413)
@@ -2,7 +2,7 @@
 
 pkgname=entr
 pkgver=5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Run arbitrary commands when files change'
 arch=('x86_64')
 url='http://eradman.com/entrproject'



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:46:04
  Author: dvzrv
Revision: 1187412

archrelease: copy trunk to community-x86_64

Added:
  easy-pdk/repos/community-x86_64/PKGBUILD
(from rev 1187411, easy-pdk/trunk/PKGBUILD)
Deleted:
  easy-pdk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 21:45:53 UTC (rev 1187411)
+++ PKGBUILD2022-04-22 21:46:04 UTC (rev 1187412)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=easy-pdk-programmer-software
-pkgname=easy-pdk
-pkgver=1.3
-pkgrel=1
-pkgdesc='Easy PDK programmer for PADAUK microcontroller'
-arch=('x86_64')
-url='https://github.com/free-pdk/easy-pdk-programmer-software'
-license=('GPL')
-makedepends=('arm-none-eabi-gcc' 'arm-none-eabi-newlib' 'dfu-util')
-optdepends=('dfu-util: flash the programmer')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('d9c21ddc258018a45da2864b03b8f507a71b4086251867cad1cf157fa651ae211dded6717ee4920d8d417712c72e5dc47445271c4000e43f2dfcffa2e93fc1ab')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  make
-
-  cd Firmware/source
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  install -Dm 755 easypdkprog "$pkgdir"/usr/bin/easypdkprog
-
-  install -Dm 644 Linux_udevrules/70-stm32vcp.rules 
"$pkgdir"/usr/lib/udev/rules.d/70-stm32vcp.rules
-
-  install -Dm 644 Firmware/source/build/EASYPDKPROG.bin 
"$pkgdir"/usr/share/$pkgname/EASYPDKPROG.bin
-  install -Dm 644 Firmware/source/build/EASYPDKPROG.dfu 
"$pkgdir"/usr/share/$pkgname/EASYPDKPROG.dfu
-}
-

Copied: easy-pdk/repos/community-x86_64/PKGBUILD (from rev 1187411, 
easy-pdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 21:46:04 UTC (rev 1187412)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=easy-pdk-programmer-software
+pkgname=easy-pdk
+pkgver=1.3
+pkgrel=2
+pkgdesc='Easy PDK programmer for PADAUK microcontroller'
+arch=('x86_64')
+url='https://github.com/free-pdk/easy-pdk-programmer-software'
+license=('GPL')
+makedepends=('arm-none-eabi-gcc' 'arm-none-eabi-newlib' 'dfu-util')
+optdepends=('dfu-util: flash the programmer')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('d9c21ddc258018a45da2864b03b8f507a71b4086251867cad1cf157fa651ae211dded6717ee4920d8d417712c72e5dc47445271c4000e43f2dfcffa2e93fc1ab')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  make
+
+  cd Firmware/source
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  install -Dm 755 easypdkprog "$pkgdir"/usr/bin/easypdkprog
+
+  install -Dm 644 Linux_udevrules/70-stm32vcp.rules 
"$pkgdir"/usr/lib/udev/rules.d/70-stm32vcp.rules
+
+  install -Dm 644 Firmware/source/build/EASYPDKPROG.bin 
"$pkgdir"/usr/share/$pkgname/EASYPDKPROG.bin
+  install -Dm 644 Firmware/source/build/EASYPDKPROG.dfu 
"$pkgdir"/usr/share/$pkgname/EASYPDKPROG.dfu
+}
+



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:45:53
  Author: dvzrv
Revision: 1187411

upgpkg: easy-pdk 1.3-2: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  easy-pdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 21:45:02 UTC (rev 1187410)
+++ PKGBUILD2022-04-22 21:45:53 UTC (rev 1187411)
@@ -3,7 +3,7 @@
 _pkgname=easy-pdk-programmer-software
 pkgname=easy-pdk
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Easy PDK programmer for PADAUK microcontroller'
 arch=('x86_64')
 url='https://github.com/free-pdk/easy-pdk-programmer-software'



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:45:02
  Author: dvzrv
Revision: 1187410

archrelease: copy trunk to community-any

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

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

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

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



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:44:45
  Author: dvzrv
Revision: 1187409

upgpkg: deepin-gettext-tools 1.0.8-3: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  deepin-gettext-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 21:44:06 UTC (rev 1187408)
+++ PKGBUILD2022-04-22 21:44:45 UTC (rev 1187409)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-gettext-tools
 pkgver=1.0.8
-pkgrel=2
+pkgrel=3
 pkgdesc='Deepin Gettext Tools'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-gettext-tools;



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:44:06
  Author: dvzrv
Revision: 1187408

archrelease: copy trunk to community-x86_64

Added:
  cycfx2prog/repos/community-x86_64/PKGBUILD
(from rev 1187407, cycfx2prog/trunk/PKGBUILD)
Deleted:
  cycfx2prog/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 21:43:55 UTC (rev 1187407)
+++ PKGBUILD2022-04-22 21:44:06 UTC (rev 1187408)
@@ -1,24 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=cycfx2prog
-pkgver=0.47
-pkgrel=2
-pkgdesc='CycFX2Prog is a small and useful tool to program the FX2 and do basic 
enpoint communication for testing purposes'
-arch=('x86_64')
-url='https://www.triplespark.net/elec/periph/USB-FX2/software/'
-license=('GPL2')
-depends=('libusb-compat')
-source=("$url/$pkgname-$pkgver.tar.gz")
-sha512sums=('089895f0c4b45012f9f9fc607a30c2e2897f360d270973354fa739cc456d2728080733461f6a3681422049599947461c05e5d9e7e598fc3c9fd6d5a7d89e346c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm 755 $pkgname "$pkgdir"/usr/bin/$pkgname
-}

Copied: cycfx2prog/repos/community-x86_64/PKGBUILD (from rev 1187407, 
cycfx2prog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 21:44:06 UTC (rev 1187408)
@@ -0,0 +1,24 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=cycfx2prog
+pkgver=0.47
+pkgrel=3
+pkgdesc='CycFX2Prog is a small and useful tool to program the FX2 and do basic 
enpoint communication for testing purposes'
+arch=('x86_64')
+url='https://www.triplespark.net/elec/periph/USB-FX2/software/'
+license=('GPL2')
+depends=('libusb-compat')
+source=("$url/$pkgname-$pkgver.tar.gz")
+sha512sums=('089895f0c4b45012f9f9fc607a30c2e2897f360d270973354fa739cc456d2728080733461f6a3681422049599947461c05e5d9e7e598fc3c9fd6d5a7d89e346c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm 755 $pkgname "$pkgdir"/usr/bin/$pkgname
+}



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:43:55
  Author: dvzrv
Revision: 1187407

upgpkg: cycfx2prog 0.47-3: Rebuild packages signed by subkeys of 
3DCE51D60930EBA47858BA4146F633CBB0EB4BF2

Modified:
  cycfx2prog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-22 21:43:38 UTC (rev 1187406)
+++ PKGBUILD2022-04-22 21:43:55 UTC (rev 1187407)
@@ -2,7 +2,7 @@
 
 pkgname=cycfx2prog
 pkgver=0.47
-pkgrel=2
+pkgrel=3
 pkgdesc='CycFX2Prog is a small and useful tool to program the FX2 and do basic 
enpoint communication for testing purposes'
 arch=('x86_64')
 url='https://www.triplespark.net/elec/periph/USB-FX2/software/'



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

2022-04-22 Thread David Runge via arch-commits
Date: Friday, April 22, 2022 @ 21:43:38
  Author: dvzrv
Revision: 1187406

archrelease: copy trunk to community-x86_64

Added:
  cm256cc/repos/community-x86_64/PKGBUILD
(from rev 1187405, cm256cc/trunk/PKGBUILD)
Deleted:
  cm256cc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 21:43:18 UTC (rev 1187405)
+++ PKGBUILD2022-04-22 21:43:38 UTC (rev 1187406)
@@ -1,34 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=cm256cc
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Fast GF(256) Cauchy MDS Block Erasure Codec in C++'
-arch=('x86_64')
-url='https://github.com/f4exb/cm256cc'
-license=('GPL3')
-makedepends=('cmake' 'boost')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('2bd02675bb2c1c2b422c626c92bd36a0c0fc7a46a0512475424b1bc781d816137eadc52f33f11e100cdc69a7a595f3153fbed0020d6038916e305a2923700959')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-check() {
-  $pkgname-$pkgver/build/cm256_test
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: cm256cc/repos/community-x86_64/PKGBUILD (from rev 1187405, 
cm256cc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 21:43:38 UTC (rev 1187406)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=cm256cc
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='Fast GF(256) Cauchy MDS Block Erasure Codec in C++'
+arch=('x86_64')
+url='https://github.com/f4exb/cm256cc'
+license=('GPL3')
+makedepends=('cmake' 'boost')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('2bd02675bb2c1c2b422c626c92bd36a0c0fc7a46a0512475424b1bc781d816137eadc52f33f11e100cdc69a7a595f3153fbed0020d6038916e305a2923700959')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  $pkgname-$pkgver/build/cm256_test
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir" install
+}



  1   2   3   >