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

2022-06-16 Thread Antonio Rojas via arch-commits
Date: Friday, June 17, 2022 @ 06:58:46
  Author: arojas
Revision: 448933

archrelease: copy trunk to extra-x86_64

Added:
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 448932, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 448932, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

---+
 PKGBUILD  |  150 ++--
 mercurial.profile |2 
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-17 06:58:31 UTC (rev 448932)
+++ PKGBUILD2022-06-17 06:58:46 UTC (rev 448933)
@@ -1,75 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=6.1.3
-pkgrel=1
-pkgdesc='A scalable distributed SCM tool'
-arch=(x86_64)
-url="https://www.mercurial-scm.org/";
-license=(GPL)
-depends=(python)
-makedepends=(python-docutils)
-optdepends=('tk: for the hgk GUI')
-#checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python-docutils' 'subversion' 
'unzip')
-
-# ToDo:
-# check included contrib/packaging/mercurial.spec and how 
BLFS/Gentoo/Debian/Fedora do it
-# the following should be either makedepends or checkdepends when running tests
-# 'python-gnupg' 'python-pygments'  'python-pyflakes' 'python-pyopenssl'
-# 'openssh'  'rust' 'subversion' 'breezy' 'cvs' 'git') 
-
-backup=(etc/mercurial/hgrc)
-validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
-  3A8155163D0E20A530FCB78647A67FFAA346AACE
-  EB851395B4223EE2F7BA0B28DA54740BF08732BA
-  818D87CD1AC180C394C86E633A33DE460D9EC39F  # Pulkit Goyal 
<7895pul...@gmail.com>
-  1F66F8CDF654E905C11DA061A11E01CD0E05D956) # Raphaël Gomès 

-source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
-mercurial.profile)
-sha512sums=('dfa4754bc561a0c037d1682c30b0555ebde5a008ffa0622c5b13130df233811c80b094c558d522911b29cf5e4a735ef95a5527d6f676d6e99aa86dd36b2b6f12'
-'SKIP'
-
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-  make -C contrib/chg
-}
-
-check() {
-  cd $pkgname-$pkgver/tests
-  # TODO - disabled for now - to many tests fail
-  #python run-tests.py # -j48 || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  install -m644 -D contrib/zsh_completion 
"$pkgdir/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"$pkgdir/usr/share/bash-completion/completions/hg"
-
-  make -C contrib/chg DESTDIR="$pkgdir" PREFIX=/usr install
-  install -m755 contrib/hg-ssh "$pkgdir/usr/bin"
-  install -m755 contrib/hgk "$pkgdir/usr/bin"
-
-  install -d "$pkgdir/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"$pkgdir/usr/share/emacs/site-lisp"
-
-  install -Dm644 contrib/vim/HGAnnotate.vim \
-"$pkgdir/usr/share/vim/vimfiles/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d "$pkgdir/etc/profile.d"
-  install -m644 "$srcdir/mercurial.profile" 
"$pkgdir/etc/profile.d/mercurial.sh"
-
-  # FS#38825 - Add certs config to package
-  install -m755 -d "$pkgdir/etc/mercurial"
-  cat <<-EOF > "$pkgdir/etc/mercurial/hgrc"
-   [web]
-   cacerts = /etc/ssl/certs/ca-certificates.crt
-   EOF
-}

Copied: mercurial/repos/extra-x86_64/PKGBUILD (from rev 448932, 
mercurial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-17 06:58:46 UTC (rev 448933)
@@ -0,0 +1,75 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=6.1.4
+pkgrel=1
+pkgdesc='A scalable distributed SCM tool'
+arch=(x86_64)
+url="https://www.mercurial-scm.org/";
+license=(GPL)
+depends=(python)
+makedepends=(python-docutils)
+optdepends=('tk: for the hgk GUI')
+#checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python-docutils' 'subversion' 
'unzip')
+
+# ToDo:
+# check included contrib/packaging/mercurial.spec and how 
BLFS/Gentoo/Debian/Fedora do it
+# the following should be either makedepends or checkdepends when running tests
+# 'python-gnupg' 'python-pygments'  'python-pyflakes' 'python-pyopenssl'
+# 'openssh'  'rust' 'subversion' 'breezy' 'cvs' 'git') 
+
+backup=(etc/mercurial/hgrc)
+validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
+  3A8155163D0E20A530FCB78647A67FFAA346AACE
+  EB851395B4223EE2F7BA0B28DA54740BF08732BA
+  818D87CD1AC180C394C86E633A33DE460D9EC3

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

2022-06-16 Thread Antonio Rojas via arch-commits
Date: Friday, June 17, 2022 @ 06:58:31
  Author: arojas
Revision: 448932

Update to 6.1.4

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-17 05:31:45 UTC (rev 448931)
+++ PKGBUILD2022-06-17 06:58:31 UTC (rev 448932)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=6.1.3
+pkgver=6.1.4
 pkgrel=1
 pkgdesc='A scalable distributed SCM tool'
 arch=(x86_64)
@@ -28,7 +28,7 @@
   1F66F8CDF654E905C11DA061A11E01CD0E05D956) # Raphaël Gomès 

 
source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
 mercurial.profile)
-sha512sums=('dfa4754bc561a0c037d1682c30b0555ebde5a008ffa0622c5b13130df233811c80b094c558d522911b29cf5e4a735ef95a5527d6f676d6e99aa86dd36b2b6f12'
+sha512sums=('b43221c078efd4978fd47414d9442f423a97660e1f4c10d704a8d3403051778d2a25a0b4be6315d0a2126d01c14910ccbe9a5be6242b561a2bea0c522f54b731'
 'SKIP'
 
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')
 



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

2022-06-16 Thread Caleb Maclennan via arch-commits
Date: Friday, June 17, 2022 @ 06:30:04
  Author: alerque
Revision: 1238287

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 1238286, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-17 06:29:55 UTC (rev 1238286)
+++ PKGBUILD2022-06-17 06:30:04 UTC (rev 1238287)
@@ -1,144 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Jelle van der Waa 
-# Contributor: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=5.43.0
-pkgrel=1
-pkgdesc='Ebook management application'
-arch=(x86_64)
-url=https://calibre-ebook.com
-license=(GPL3)
-_pydeps=(apsw
- beautifulsoup4
- cchardet
- css-parser
- cssselect
- dateutil
- dnspython
- feedparser
- html2text
- html5-parser
- jeepney
- lxml
- markdown
- mechanize
- msgpack
- netifaces
- pillow
- psutil
- py7zr
- pychm
- pygments
- pyqt5
- pyqtwebengine
- regex
- unrardll
- zeroconf)
-depends=(hunspell
- hyphen
- icu
- jxrlib
- libmtp
- libstemmer
- libusb
- libwmf
- mathjax
- mtdev
- optipng
- podofo
- "${_pydeps[@]/#/python-}"
- qt5-imageformats
- qt5-svg
- ttf-liberation
- udisks2)
-makedepends=(pyqt-builder
- qt5-x11extras
- rapydscript-ng
- sip
- xdg-utils)
-optdepends=('poppler: required for converting pdf to html'
-'speech-dispatcher: TTS support in the viewer')
-conflicts=(calibre-common
-   calibre-python3)
-replaces=("${replaces[@]}")
-_archive="$pkgname-$pkgver"
-source=("https://download.calibre-ebook.com/$pkgver/$_archive.tar.xz";
-"$url/signatures/$_archive.tar.xz.sig")
-sha256sums=('834bfae52c26f9293c00cb4d4f51260defe198ef076619194016c51f87df12e0'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-prepare(){
-   cd "$_archive"
-
-   # Desktop integration (e.g. enforce arch defaults)
-   # Use uppercase naming scheme, don't delete config files under fakeroot.
-   sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \
-   -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 
'xhtml'/" \
-   -e "s/^Name=calibre/Name=Calibre/g" \
-   -i  src/calibre/linux.py
-
-   cd resources
-
-   # Remove unneeded files
-   rm $pkgname-portable.* mozilla-ca-certs.pem
-
-   # use system mathjax
-   rm -r mathjax
-}
-
-build() {
-   cd "$_archive"
-
-   LANG='en_US.UTF-8' python setup.py build
-   LANG='en_US.UTF-8' python setup.py gui
-   python setup.py liberation_fonts --path-to-liberation_fonts 
/usr/share/fonts/liberation --system-liberation_fonts
-   LANG='en_US.UTF-8' python setup.py mathjax --path-to-mathjax 
/usr/share/mathjax --system-mathjax
-   LANG='en_US.UTF-8' python setup.py rapydscript
-}
-
-check() {
-   cd "$_archive"
-
-   _test_excludes=(
-   # merely testing if a runtime-optional feature optdepend is 
importable
-   'speech_dispatcher'
-   # tests if a completely unused module is bundled
-   'pycryptodome'
-   # only fails on local builds, and that intermittently
-   'test_searching'
-   )
-
-   LANG='en_US.UTF-8' python setup.py test 
"${_test_excludes[@]/#/--exclude-test-name=}"
-}
-
-package() {
-   cd "$_archive"
-
-   # If this directory doesn't exist, zsh completion won't install.
-   install -d "${pkgdir}/usr/share/zsh/site-functions"
-
-   LANG='en_US.UTF-8' python setup.py install \
-   --staging-root="${pkgdir}/usr" \
-   --prefix=/usr \
-   --system-plugins-location=/usr/share/calibre/system-plugins
-
-   cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-   # not needed at runtime
-   rm -r "${pkgdir}"/usr/share/calibre/rapydscript/
-
-   # Compiling bytecode FS#33392
-   # This is kind of ugly but removes traces of the build root.
-   while read -rd '' _file; do
-   _destdir="$(dirname "${_file#${pkgdir}}")"
-   python -m compileall -d "${_destdir}" "${_file}"
-   python -O -m compileall -d "${_destdir}" "${_file}"
-   done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
-}

Copied: calibre/repos/co

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

2022-06-16 Thread Caleb Maclennan via arch-commits
Date: Friday, June 17, 2022 @ 06:29:55
  Author: alerque
Revision: 1238286

upgpkg: calibre 5.44.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-17 03:42:50 UTC (rev 1238285)
+++ PKGBUILD2022-06-17 06:29:55 UTC (rev 1238286)
@@ -8,7 +8,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=5.43.0
+pkgver=5.44.0
 pkgrel=1
 pkgdesc='Ebook management application'
 arch=(x86_64)
@@ -70,7 +70,7 @@
 _archive="$pkgname-$pkgver"
 source=("https://download.calibre-ebook.com/$pkgver/$_archive.tar.xz";
 "$url/signatures/$_archive.tar.xz.sig")
-sha256sums=('834bfae52c26f9293c00cb4d4f51260defe198ef076619194016c51f87df12e0'
+sha256sums=('6ffaa3eafd36a24355e5957f0f838db6db6d3456cfa17cb4d139fd94ebaf88ec'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 



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

2022-06-16 Thread Tobias Powalowski via arch-commits
Date: Friday, June 17, 2022 @ 05:31:45
  Author: tpowa
Revision: 448931

archrelease: copy trunk to testing-x86_64

Added:
  kbd/repos/testing-x86_64/
  kbd/repos/testing-x86_64/PKGBUILD
(from rev 448930, kbd/trunk/PKGBUILD)
  kbd/repos/testing-x86_64/fix-euro2.patch
(from rev 448930, kbd/trunk/fix-euro2.patch)
  kbd/repos/testing-x86_64/kbd-fix-loadkmap-compat.patch
(from rev 448930, kbd/trunk/kbd-fix-loadkmap-compat.patch)
  kbd/repos/testing-x86_64/vlock.pam
(from rev 448930, kbd/trunk/vlock.pam)

---+
 PKGBUILD  |   63 
 fix-euro2.patch   |9 +
 kbd-fix-loadkmap-compat.patch |   22 +
 vlock.pam |5 +++
 4 files changed, 99 insertions(+)

Copied: kbd/repos/testing-x86_64/PKGBUILD (from rev 448930, kbd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-17 05:31:45 UTC (rev 448931)
@@ -0,0 +1,63 @@
+# Maintainer: Tobias Powalowski 
+
+pkgname=kbd
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="Keytable files and keyboard utilities"
+arch=('x86_64')
+url="http://www.kbd-project.org";
+license=('GPL')
+depends=('glibc' 'pam')
+makedepends=('check' 'git')
+#source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgname}-${pkgver}.tar.gz
+#
https://www.kernel.org/pub/linux/utils/kbd/${pkgname}-${pkgver}.tar.sign
+source=(git+https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git#tag=v$pkgver?signed
+'fix-euro2.patch'
+   'vlock.pam')
+backup=('etc/pam.d/vlock')
+provides=('vlock')
+conflicts=('vlock')
+replaces=('vlock')
+sha256sums=('SKIP'
+'a5e0167b6a82a9eb4d581d56baab930c2d80f5541dc34630460b73e1115384b8'
+'5c2d377a87121e7c399534fb91e2ffc0cc1e75d44a8f07ee6f55c9c089bc81e4')
+validpgpkeys=(
+  '7F2A3D07298149A0793C9A4EA45ABA544CFFD434' #Alexey Gladkov 
+ )
+
+prepare() {
+  cd ${pkgname}
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+  # fix euro2 #28213
+  patch -Np1 -i ../fix-euro2.patch
+  autoreconf -if
+}
+
+build() {
+  cd ${pkgname}
+  ./configure --prefix=/usr --sysconfdir=/etc --datadir=/usr/share/kbd 
--mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+check() {
+  cd ${pkgname}
+
+# This test is expected to fail since kbd-fix-loadkmap-compat.patch modifies 
the binary format
+  sed -e 's|dumpkeys-bkeymap ||' -i tests/Makefile
+
+  make check
+}
+
+package() {
+  cd ${pkgname}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR="${pkgdir}" install
+  install -Dm644 ../vlock.pam "${pkgdir}"/etc/pam.d/vlock
+}

Copied: kbd/repos/testing-x86_64/fix-euro2.patch (from rev 448930, 
kbd/trunk/fix-euro2.patch)
===
--- testing-x86_64/fix-euro2.patch  (rev 0)
+++ testing-x86_64/fix-euro2.patch  2022-06-17 05:31:45 UTC (rev 448931)
@@ -0,0 +1,9 @@
+--- kbd-1.15.5/data/keymaps/i386/include/euro2.map.old 2013-05-08 
15:00:25.917752313 +0200
 kbd-1.15.5/data/keymaps/i386/include/euro2.map 2013-05-08 
15:00:54.943957367 +0200
+@@ -2,5 +2,5 @@
+ # [Say: "loadkeys euro2" to get Euro and cent with AltGr (right alt)
+ #  on the positions where many keyboards have E and C.
+ #  To get it displayed, use a latin0 (i.e., latin9) font.]
+-altgr keycode  18 = currency
++altgr keycode  18 = euro
+ altgr keycode  46 = cent

Copied: kbd/repos/testing-x86_64/kbd-fix-loadkmap-compat.patch (from rev 
448930, kbd/trunk/kbd-fix-loadkmap-compat.patch)
===
--- testing-x86_64/kbd-fix-loadkmap-compat.patch
(rev 0)
+++ testing-x86_64/kbd-fix-loadkmap-compat.patch2022-06-17 05:31:45 UTC 
(rev 448931)
@@ -0,0 +1,22 @@
+diff --git a/src/libkeymap/dump.c b/src/libkeymap/dump.c
+index 83ac351..8531b5a 100644
+--- a/src/libkeymap/dump.c
 b/src/libkeymap/dump.c
+@@ -72,9 +72,14 @@ int lk_dump_bkeymap(struct lk_ctx *ctx, FILE *fd)
+   continue;
+ 
+   for (j = 0; j < NR_KEYS / 2; j++) {
+-  int v = lk_get_key(ctx, i, j);
++  int value = lk_get_key(ctx, i, j);
+ 
+-  if (fwrite(&v, sizeof(v), 1, fd) != 1)
++  if (value < 0 || value > USHRT_MAX) {
++  ERR(ctx, _("can not bind k

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

2022-06-16 Thread Tobias Powalowski via arch-commits
Date: Friday, June 17, 2022 @ 05:31:34
  Author: tpowa
Revision: 448930

upgpkg: kbd 2.5.1-1: bump to lastest version

Modified:
  kbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:31:35 UTC (rev 448929)
+++ PKGBUILD2022-06-17 05:31:34 UTC (rev 448930)
@@ -1,8 +1,8 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=kbd
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
 pkgdesc="Keytable files and keyboard utilities"
 arch=('x86_64')
 url="http://www.kbd-project.org";
@@ -13,8 +13,7 @@
 #
https://www.kernel.org/pub/linux/utils/kbd/${pkgname}-${pkgver}.tar.sign
 
source=(git+https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git#tag=v$pkgver?signed
 'fix-euro2.patch'
-   'vlock.pam'
-   
https://github.com/legionus/kbd/commit/48b7f7d657da8a31476435f1c83bf6b46fbe8aed.patch)
+   'vlock.pam')
 backup=('etc/pam.d/vlock')
 provides=('vlock')
 conflicts=('vlock')
@@ -21,8 +20,7 @@
 replaces=('vlock')
 sha256sums=('SKIP'
 'a5e0167b6a82a9eb4d581d56baab930c2d80f5541dc34630460b73e1115384b8'
-'5c2d377a87121e7c399534fb91e2ffc0cc1e75d44a8f07ee6f55c9c089bc81e4'
-'091a040e2af694a07eacc8cd92937019fd7c687faf60462d9cceaf40d6e517a9')
+'5c2d377a87121e7c399534fb91e2ffc0cc1e75d44a8f07ee6f55c9c089bc81e4')
 validpgpkeys=(
   '7F2A3D07298149A0793C9A4EA45ABA544CFFD434' #Alexey Gladkov 
  )
@@ -40,9 +38,6 @@
   mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
   # fix euro2 #28213
   patch -Np1 -i ../fix-euro2.patch
-  # fix https://github.com/legionus/kbd/issues/78 
-  # fix https://bugs.archlinux.org/task/74969
-  patch -Np1 -i ../48b7f7d657da8a31476435f1c83bf6b46fbe8aed.patch
   autoreconf -if
 }
 



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

2022-06-16 Thread Daniel M. Capella via arch-commits
Date: Friday, June 17, 2022 @ 03:42:50
  Author: polyzen
Revision: 1238285

archrelease: copy trunk to community-any

Added:
  prettier/repos/community-any/PKGBUILD
(from rev 1238284, prettier/trunk/PKGBUILD)
Deleted:
  prettier/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-17 03:42:21 UTC (rev 1238284)
+++ PKGBUILD2022-06-17 03:42:50 UTC (rev 1238285)
@@ -1,39 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Maintainer: Daniel M. Capella 
-
-pkgname=prettier
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
-arch=("any")
-url="https://prettier.io/";
-license=("MIT")
-depends=("nodejs")
-makedepends=("yarn")
-checkdepends=("npm")
-source=("https://github.com/$pkgname/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('378e7f0d4b92dbd1f963b99fd32e1c26b009a6676a84ab4ac5735cb6e0d5c8f0')
-
-prepare() {
-cd "$pkgname-$pkgver"
-yarn --frozen-lockfile
-}
-
-build() {
-cd "$pkgname-$pkgver"
-yarn build
-}
-
-check() {
-cd "$pkgname-$pkgver"
-yarn test:dist
-}
-
-package() {
-cd "$pkgname-$pkgver"
-install -d "$pkgdir/usr/"{bin,"lib/$pkgname","share/licenses/$pkgname"}
-cp -a dist/* "$pkgdir/usr/lib/$pkgname"
-ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
-ln -s "/usr/lib/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: prettier/repos/community-any/PKGBUILD (from rev 1238284, 
prettier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-17 03:42:50 UTC (rev 1238285)
@@ -0,0 +1,39 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Daniel M. Capella 
+
+pkgname=prettier
+pkgver=2.7.1
+pkgrel=1
+pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
+arch=("any")
+url="https://prettier.io/";
+license=("MIT")
+depends=("nodejs")
+makedepends=("yarn")
+checkdepends=("npm")
+source=("https://github.com/$pkgname/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('2bd4695de359d7488d51329ddb24e6db776c232e1b0b35c5f180094b92e091de')
+
+prepare() {
+cd "$pkgname-$pkgver"
+yarn --frozen-lockfile
+}
+
+build() {
+cd "$pkgname-$pkgver"
+yarn build
+}
+
+check() {
+cd "$pkgname-$pkgver"
+yarn test:dist
+}
+
+package() {
+cd "$pkgname-$pkgver"
+install -d "$pkgdir/usr/"{bin,"lib/$pkgname","share/licenses/$pkgname"}
+cp -a dist/* "$pkgdir/usr/lib/$pkgname"
+ln -s "/usr/lib/$pkgname/bin-$pkgname.js" "$pkgdir/usr/bin/$pkgname"
+ln -s "/usr/lib/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-06-16 Thread Daniel M. Capella via arch-commits
Date: Friday, June 17, 2022 @ 03:42:21
  Author: polyzen
Revision: 1238284

upgpkg: prettier 2.7.1-1

Modified:
  prettier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-17 03:03:00 UTC (rev 1238283)
+++ PKGBUILD2022-06-17 03:42:21 UTC (rev 1238284)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=prettier
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc="An opinionated code formatter for JS, JSON, CSS, YAML and much more"
 arch=("any")
@@ -13,7 +13,7 @@
 makedepends=("yarn")
 checkdepends=("npm")
 
source=("https://github.com/$pkgname/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('378e7f0d4b92dbd1f963b99fd32e1c26b009a6676a84ab4ac5735cb6e0d5c8f0')
+sha256sums=('2bd4695de359d7488d51329ddb24e6db776c232e1b0b35c5f180094b92e091de')
 
 prepare() {
 cd "$pkgname-$pkgver"



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

2022-06-16 Thread Daniel M. Capella via arch-commits
Date: Friday, June 17, 2022 @ 03:03:00
  Author: polyzen
Revision: 1238283

archrelease: copy trunk to community-x86_64

Added:
  taplo-cli/repos/community-x86_64/
  taplo-cli/repos/community-x86_64/PKGBUILD
(from rev 1238282, taplo-cli/trunk/PKGBUILD)

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

Copied: taplo-cli/repos/community-x86_64/PKGBUILD (from rev 1238282, 
taplo-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-06-17 03:03:00 UTC (rev 1238283)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Firegem 
+
+pkgname=taplo-cli
+pkgver=0.6.7
+pkgrel=1
+pkgdesc='TOML toolkit written in Rust'
+arch=('x86_64')
+url=https://taplo.tamasfe.dev/cli/introduction.html
+license=('MIT')
+depends=('gcc-libs' 'openssl')
+makedepends=('cargo')
+provides=("${pkgname%-cli}")
+source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate";
+
"$pkgname-$pkgver-LICENSE.md::https://raw.githubusercontent.com/tamasfe/taplo/release-$pkgname-$pkgver/LICENSE.md";)
+b2sums=('764a56e50473d50f72c9141838b20771e1c4e07d85edf9fc997ca2786eb6c5982afee13b3c79f5c92fcac71b84657691f458b08aff2c4ec062a60deb83c3fae0'
+
'2b1282c2e1b54a67fd56894ae96a1447d954b52fecdf0730d8c3fe7a95ccf79245e738588a9bda7262eb0ef2507cdeded228346358894d4bbfc540ec90069964')
+
+prepare() {
+  cd $pkgname-$pkgver
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked --offline
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/${pkgname%-cli}
+  install -Dm644  ../$pkgname-$pkgver-LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}



[arch-commits] Commit in (4 files)

2022-06-16 Thread Daniel M. Capella via arch-commits
Date: Friday, June 17, 2022 @ 03:02:30
  Author: polyzen
Revision: 1238282

Pull taplo-cli into the repos

Added:
  taplo-cli/
  taplo-cli/repos/
  taplo-cli/trunk/
  taplo-cli/trunk/PKGBUILD

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

Added: taplo-cli/trunk/PKGBUILD
===
--- taplo-cli/trunk/PKGBUILD(rev 0)
+++ taplo-cli/trunk/PKGBUILD2022-06-17 03:02:30 UTC (rev 1238282)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Firegem 
+
+pkgname=taplo-cli
+pkgver=0.6.7
+pkgrel=1
+pkgdesc='TOML toolkit written in Rust'
+arch=('x86_64')
+url=https://taplo.tamasfe.dev/cli/introduction.html
+license=('MIT')
+depends=('gcc-libs' 'openssl')
+makedepends=('cargo')
+provides=("${pkgname%-cli}")
+source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate";
+
"$pkgname-$pkgver-LICENSE.md::https://raw.githubusercontent.com/tamasfe/taplo/release-$pkgname-$pkgver/LICENSE.md";)
+b2sums=('764a56e50473d50f72c9141838b20771e1c4e07d85edf9fc997ca2786eb6c5982afee13b3c79f5c92fcac71b84657691f458b08aff2c4ec062a60deb83c3fae0'
+
'2b1282c2e1b54a67fd56894ae96a1447d954b52fecdf0730d8c3fe7a95ccf79245e738588a9bda7262eb0ef2507cdeded228346358894d4bbfc540ec90069964')
+
+prepare() {
+  cd $pkgname-$pkgver
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked --offline
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/${pkgname%-cli}
+  install -Dm644  ../$pkgname-$pkgver-LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 01:28:13
  Author: kpcyrd
Revision: 1238281

archrelease: copy trunk to community-x86_64

Added:
  spotify-launcher/repos/community-x86_64/PKGBUILD
(from rev 1238280, spotify-launcher/trunk/PKGBUILD)
Deleted:
  spotify-launcher/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-17 01:28:01 UTC (rev 1238280)
+++ PKGBUILD2022-06-17 01:28:13 UTC (rev 1238281)
@@ -1,51 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=spotify-launcher
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="Client for spotify's apt repository in Rust for Arch Linux"
-url='https://github.com/kpcyrd/spotify-launcher'
-arch=('x86_64')
-license=('MIT' 'Apache')
-depends=('sequoia-sqv' 'zenity' 'alsa-lib>=1.0.14' 'gtk3' 'libxss' 
'desktop-file-utils' 'openssl' 'nss' 'at-spi2-atk' 'libcurl-gnutls' 'libsm')
-makedepends=('cargo')
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-b2sums=('2139a0c08a6d5edd8eaee3b806b7ae786e8754d49715f22f6f5962f7b8b6308938d294c807297165c4ee2295d2380612e9f094cc871eabcf9f3f9e06ff14f703'
-'SKIP')
-options=('!lto')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --frozen --release
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --frozen
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 -t "${pkgdir}/usr/bin" \
-target/release/spotify-launcher
-  install -Dm 644 data/pubkey_5E3C45D7B312C643.gpg \
-"${pkgdir}/usr/share/spotify-launcher/keyring.pgp"
-
-  install -Dm644 contrib/spotify-launcher.desktop -t 
"${pkgdir}/usr/share/applications"
-  install -Dm644 contrib/icons/spotify-linux-512.png 
"${pkgdir}/usr/share/pixmaps/spotify-launcher.png"
-
-  for size in 22 24 32 48 64 128 256 512; do
-install -Dm644 "contrib/icons/spotify-linux-${size}.png" \
-  
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/spotify-launcher.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: spotify-launcher/repos/community-x86_64/PKGBUILD (from rev 1238280, 
spotify-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-17 01:28:13 UTC (rev 1238281)
@@ -0,0 +1,51 @@
+# Maintainer: kpcyrd 
+
+pkgname=spotify-launcher
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Client for spotify's apt repository in Rust for Arch Linux"
+url='https://github.com/kpcyrd/spotify-launcher'
+arch=('x86_64')
+license=('MIT' 'Apache')
+depends=('sequoia-sqv' 'zenity' 'alsa-lib>=1.0.14' 'gtk3' 'libxss' 
'desktop-file-utils' 'openssl' 'nss' 'at-spi2-atk' 'libcurl-gnutls' 'libsm')
+makedepends=('cargo')
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+b2sums=('ebb41b6b45f2b79afab14e56ef3f5d140eb4659e2fe87c0cb43dca75fea8d26f4455432f9af95e5b5d14c34bae806612e20ed7b5f67a76b1ade3c0ee61ff1c8d'
+'SKIP')
+options=('!lto')
+
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --frozen --release
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --frozen
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 -t "${pkgdir}/usr/bin" \
+target/release/spotify-launcher
+  install -Dm 644 data/pubkey_5E3C45D7B312C643.gpg \
+"${pkgdir}/usr/share/spotify-launcher/keyring.pgp"
+
+  install -Dm644 contrib/spotify-launcher.desktop -t 
"${pkgdir}/usr/share/applications"
+  install -Dm644 contrib/icons/spotify-linux-512.png 
"${pkgdir}/usr/share/pixmaps/spotify-launcher.png"
+
+  for size in 22 24 32 48 64 128 256 512; do
+install -Dm644 "contrib/icons/spotify-linux-${size}.png" \
+  
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/spotify-launcher.png"
+  done
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 01:28:01
  Author: kpcyrd
Revision: 1238280

upgpkg: spotify-launcher 0.2.1-1

Modified:
  spotify-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-17 00:33:14 UTC (rev 1238279)
+++ PKGBUILD2022-06-17 01:28:01 UTC (rev 1238280)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=spotify-launcher
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc="Client for spotify's apt repository in Rust for Arch Linux"
 url='https://github.com/kpcyrd/spotify-launcher'
@@ -11,7 +11,7 @@
 makedepends=('cargo')
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-b2sums=('2139a0c08a6d5edd8eaee3b806b7ae786e8754d49715f22f6f5962f7b8b6308938d294c807297165c4ee2295d2380612e9f094cc871eabcf9f3f9e06ff14f703'
+b2sums=('ebb41b6b45f2b79afab14e56ef3f5d140eb4659e2fe87c0cb43dca75fea8d26f4455432f9af95e5b5d14c34bae806612e20ed7b5f67a76b1ade3c0ee61ff1c8d'
 'SKIP')
 options=('!lto')
 



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:33:14
  Author: kpcyrd
Revision: 1238279

archrelease: copy trunk to community-x86_64

Added:
  rekor/repos/community-x86_64/PKGBUILD
(from rev 1238278, rekor/trunk/PKGBUILD)
Deleted:
  rekor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-17 00:33:04 UTC (rev 1238278)
+++ PKGBUILD2022-06-17 00:33:14 UTC (rev 1238279)
@@ -1,48 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: Christian Rebischke 
-
-pkgname=rekor
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Signature Transparency Log -- Sigstore client and server tools"
-arch=('x86_64')
-url="https://github.com/sigstore/rekor";
-license=('Apache')
-makedepends=('go' 'git')
-checkdepends=('openssh')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/rekor/archive/v${pkgver}.tar.gz";)
-sha256sums=('a62f6eb3f8d14367155a1fdd138134324da796c1e50f7e59289908e3424bf96f')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
-  go build -o cmd/rekor-cli/rekor-cli cmd/rekor-cli/main.go
-  go build -o cmd/rekor-server/rekor-server cmd/rekor-server/main.go
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test -v ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dsm755 cmd/rekor-cli/rekor-cli "${pkgdir}/usr/bin/rekor-cli"
-  install -Dsm755 cmd/rekor-server/rekor-server 
"${pkgdir}/usr/bin/rekor-server"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-
-  "${pkgdir}/usr/bin/rekor-cli" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/rekor-cli"
-  "${pkgdir}/usr/bin/rekor-cli" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rekor-cli"
-  "${pkgdir}/usr/bin/rekor-cli" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/rekor-cli.fish"
-
-  "${pkgdir}/usr/bin/rekor-server" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/rekor-server"
-  "${pkgdir}/usr/bin/rekor-server" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rekor-server"
-  "${pkgdir}/usr/bin/rekor-server" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/rekor-server.fish"
-}

Copied: rekor/repos/community-x86_64/PKGBUILD (from rev 1238278, 
rekor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-17 00:33:14 UTC (rev 1238279)
@@ -0,0 +1,48 @@
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: Christian Rebischke 
+
+pkgname=rekor
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Signature Transparency Log -- Sigstore client and server tools"
+arch=('x86_64')
+url="https://github.com/sigstore/rekor";
+license=('Apache')
+makedepends=('go' 'git')
+checkdepends=('openssh')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/rekor/archive/v${pkgver}.tar.gz";)
+sha256sums=('61d329c65344f8222e35c6f421a0931bc8c8be3d1abb0516f2998c3e2dab7f52')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
+  go build -o cmd/rekor-cli/rekor-cli cmd/rekor-cli/main.go
+  go build -o cmd/rekor-server/rekor-server cmd/rekor-server/main.go
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test -v ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dsm755 cmd/rekor-cli/rekor-cli "${pkgdir}/usr/bin/rekor-cli"
+  install -Dsm755 cmd/rekor-server/rekor-server 
"${pkgdir}/usr/bin/rekor-server"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+
+  "${pkgdir}/usr/bin/rekor-cli" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/rekor-cli"
+  "${pkgdir}/usr/bin/rekor-cli" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rekor-cli"
+  "${pkgdir}/usr/bin/rekor-cli" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/rekor-cli.fish"
+
+  "${pkgdir}/usr/bin/rekor-server" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/rekor-server"
+  "${pkgdir}/usr/bin/rekor-server" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rekor-server"
+  "${pkgdir}/usr/bin/rekor-server" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/rekor-ser

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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:33:04
  Author: kpcyrd
Revision: 1238278

upgpkg: rekor 0.8.0-1

Modified:
  rekor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-17 00:28:20 UTC (rev 1238277)
+++ PKGBUILD2022-06-17 00:33:04 UTC (rev 1238278)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=rekor
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Signature Transparency Log -- Sigstore client and server tools"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('go' 'git')
 checkdepends=('openssh')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/rekor/archive/v${pkgver}.tar.gz";)
-sha256sums=('a62f6eb3f8d14367155a1fdd138134324da796c1e50f7e59289908e3424bf96f')
+sha256sums=('61d329c65344f8222e35c6f421a0931bc8c8be3d1abb0516f2998c3e2dab7f52')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:28:20
  Author: kpcyrd
Revision: 1238277

archrelease: copy trunk to community-x86_64

Added:
  apko/repos/community-x86_64/PKGBUILD
(from rev 1238276, apko/trunk/PKGBUILD)
Deleted:
  apko/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-17 00:28:12 UTC (rev 1238276)
+++ PKGBUILD2022-06-17 00:28:20 UTC (rev 1238277)
@@ -1,40 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=apko
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="declarative APK-based container building tool with support for 
Sigstore signatures"
-url="https://github.com/chainguard-dev/apko";
-arch=('x86_64')
-license=('Apache')
-depends=('apk-tools' 'alpine-keyring')
-makedepends=('go')
-source=("https://github.com/chainguard-dev/apko/archive/v${pkgver}/apko-${pkgver}.tar.gz";)
-b2sums=('16db20302fca6a6cbdbfbbd2b996385ab9e4b996f84bcdd82e9d5f28cfb5337ca8e647be7eaff5f08f3be038e1cd346c31b7ad533c36ad50991261059ae83f87')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  mkdir build
-  CGO_LDFLAGS="${LDFLAGS}" \
-GOFLAGS="-trimpath -buildmode=pie -mod=readonly" \
-go build -o build/ -tags -tags=pivkey,pkcs11key ./...
-
-  for i in bash fish zsh; do
-build/apko completion ${i} > ./apko.${i}
-  done
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 build/apko "${pkgdir}"/usr/bin/apko
-  install -Dm644 apko.bash 
"${pkgdir}"/usr/share/bash-completion/completions/apko
-  install -Dm644 apko.fish "${pkgdir}"/usr/share/fish/completions/apko.fish
-  install -Dm644 apko.zsh "${pkgdir}"/usr/share/zsh/site-functions/_apko
-}
-
-# vim: ts=2 sw=2 et:

Copied: apko/repos/community-x86_64/PKGBUILD (from rev 1238276, 
apko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-17 00:28:20 UTC (rev 1238277)
@@ -0,0 +1,40 @@
+# Maintainer: kpcyrd 
+
+pkgname=apko
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Declarative APK-based container building tool with support for 
sigstore signatures"
+url="https://github.com/chainguard-dev/apko";
+arch=('x86_64')
+license=('Apache')
+depends=('apk-tools' 'alpine-keyring')
+makedepends=('go')
+source=("https://github.com/chainguard-dev/apko/archive/v${pkgver}/apko-${pkgver}.tar.gz";)
+b2sums=('d4cca56cac6c5b1dfc3a78a1e9aad568383fb8ed21e2ee1f2e67637e39fc4c1a023fac6f957c8361d6793f89b067f10542a3e93b3a161bc650ef92dcbaeb98cb')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  mkdir build
+  CGO_LDFLAGS="${LDFLAGS}" \
+GOFLAGS="-trimpath -buildmode=pie -mod=readonly" \
+go build -o build/ -tags -tags=pivkey,pkcs11key ./...
+
+  for i in bash fish zsh; do
+build/apko completion ${i} > ./apko.${i}
+  done
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 build/apko "${pkgdir}"/usr/bin/apko
+  install -Dm644 apko.bash 
"${pkgdir}"/usr/share/bash-completion/completions/apko
+  install -Dm644 apko.fish "${pkgdir}"/usr/share/fish/completions/apko.fish
+  install -Dm644 apko.zsh "${pkgdir}"/usr/share/zsh/site-functions/_apko
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:28:06
  Author: kpcyrd
Revision: 1238275

archrelease: copy trunk to community-x86_64

Added:
  progpick/repos/community-x86_64/
  progpick/repos/community-x86_64/PKGBUILD
(from rev 1238274, progpick/trunk/PKGBUILD)

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

Copied: progpick/repos/community-x86_64/PKGBUILD (from rev 1238274, 
progpick/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-06-17 00:28:06 UTC (rev 1238275)
@@ -0,0 +1,39 @@
+# Maintainer: kpcyrd 
+
+pkgname=progpick
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Bruteforce with a stream of permutations of a specific pattern'
+url='https://github.com/kpcyrd/progpick'
+arch=('x86_64')
+license=('GPL3')
+makedepends=('cargo' 'scdoc')
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+b2sums=('7b45f66a8ef297ce2f20e561bd8689cda0c38bfdfcb909c0fd2e0643dfac5933fca59b33327d7135d7eb255bd66f7e49bacfd30ed1d2a7aa1ab79aa37e95fb89'
+'SKIP')
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --frozen --release
+  make docs
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --frozen --release
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 contrib/${pkgname}.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:28:12
  Author: kpcyrd
Revision: 1238276

upgpkg: apko 0.4.0-1

Modified:
  apko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-17 00:28:06 UTC (rev 1238275)
+++ PKGBUILD2022-06-17 00:28:12 UTC (rev 1238276)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=apko
-pkgver=0.3.3
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="Declarative APK-based container building tool with support for 
sigstore signatures"
 url="https://github.com/chainguard-dev/apko";
@@ -10,7 +10,7 @@
 depends=('apk-tools' 'alpine-keyring')
 makedepends=('go')
 
source=("https://github.com/chainguard-dev/apko/archive/v${pkgver}/apko-${pkgver}.tar.gz";)
-b2sums=('16db20302fca6a6cbdbfbbd2b996385ab9e4b996f84bcdd82e9d5f28cfb5337ca8e647be7eaff5f08f3be038e1cd346c31b7ad533c36ad50991261059ae83f87')
+b2sums=('d4cca56cac6c5b1dfc3a78a1e9aad568383fb8ed21e2ee1f2e67637e39fc4c1a023fac6f957c8361d6793f89b067f10542a3e93b3a161bc650ef92dcbaeb98cb')
 
 build() {
   cd "${pkgname}-${pkgver}"



[arch-commits] Commit in (4 files)

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:27:54
  Author: kpcyrd
Revision: 1238274

addpkg: progpick 0.2.0-1

Added:
  progpick/
  progpick/repos/
  progpick/trunk/
  progpick/trunk/PKGBUILD

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

Added: progpick/trunk/PKGBUILD
===
--- progpick/trunk/PKGBUILD (rev 0)
+++ progpick/trunk/PKGBUILD 2022-06-17 00:27:54 UTC (rev 1238274)
@@ -0,0 +1,39 @@
+# Maintainer: kpcyrd 
+
+pkgname=progpick
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Bruteforce with a stream of permutations of a specific pattern'
+url='https://github.com/kpcyrd/progpick'
+arch=('x86_64')
+license=('GPL3')
+makedepends=('cargo' 'scdoc')
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+b2sums=('7b45f66a8ef297ce2f20e561bd8689cda0c38bfdfcb909c0fd2e0643dfac5933fca59b33327d7135d7eb255bd66f7e49bacfd30ed1d2a7aa1ab79aa37e95fb89'
+'SKIP')
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --frozen --release
+  make docs
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --frozen --release
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 contrib/${pkgname}.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:25:51
  Author: kpcyrd
Revision: 1238273

archrelease: copy trunk to community-any

Added:
  serverless/repos/community-any/PKGBUILD
(from rev 1238272, serverless/trunk/PKGBUILD)
Deleted:
  serverless/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-17 00:24:04 UTC (rev 1238272)
+++ PKGBUILD2022-06-17 00:25:51 UTC (rev 1238273)
@@ -1,25 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=serverless
-pkgver=3.19.0
-pkgrel=1
-pkgdesc='Serverless Framework - Build web, mobile and IoT applications with 
serverless architectures'
-url='https://github.com/serverless/serverless'
-arch=('any')
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
-noextract=(${pkgname}-${pkgver}.tgz)
-sha512sums=('5ea6d9f948712e39f09f338432479c25debc0b73fd83d7d01b084792e41e9678b78488e62e5ce4541c7ac25c6b20146001713d440965c19bc2b22da367d8765b')
-b2sums=('886566e67661c432e8c3de2949838dd5678ae12961b1a9a44d016431d905faaf2b6c45ec2e1595bfecef9e20732a4760c95f2ce557949d24964586c4447122bf')
-
-package() {
-  npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "${pkgdir}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: serverless/repos/community-any/PKGBUILD (from rev 1238272, 
serverless/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-17 00:25:51 UTC (rev 1238273)
@@ -0,0 +1,25 @@
+# Maintainer: kpcyrd 
+
+pkgname=serverless
+pkgver=3.19.0
+pkgrel=1
+pkgdesc='Serverless Framework - Build web, mobile and IoT applications with 
serverless architectures'
+url='https://github.com/serverless/serverless'
+arch=('any')
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
+noextract=(${pkgname}-${pkgver}.tgz)
+sha512sums=('5ea6d9f948712e39f09f338432479c25debc0b73fd83d7d01b084792e41e9678b78488e62e5ce4541c7ac25c6b20146001713d440965c19bc2b22da367d8765b')
+b2sums=('886566e67661c432e8c3de2949838dd5678ae12961b1a9a44d016431d905faaf2b6c45ec2e1595bfecef9e20732a4760c95f2ce557949d24964586c4447122bf')
+
+package() {
+  npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:24:04
  Author: kpcyrd
Revision: 1238272

archrelease: copy trunk to community-any

Added:
  serverless/repos/community-any/PKGBUILD
(from rev 1238271, serverless/trunk/PKGBUILD)
Deleted:
  serverless/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-17 00:23:55 UTC (rev 1238271)
+++ PKGBUILD2022-06-17 00:24:04 UTC (rev 1238272)
@@ -1,25 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=serverless
-pkgver=3.18.2
-pkgrel=1
-pkgdesc='Serverless Framework - Build web, mobile and IoT applications with 
serverless architectures'
-url='https://github.com/serverless/serverless'
-arch=('any')
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
-noextract=(${pkgname}-${pkgver}.tgz)
-sha512sums=('69a7665cf4ec50ac8e8c7618be3009f40dd4d29c810868a74ca3047dfcd1c20d5c409ac1094ab152abd6127f35e12f619078632d1eb8b760fc34eddc319ab6d3')
-b2sums=('71a24ee16b0ee3fe4eb55b38034baecf96d85e3503e9f9258448a11186e8690a1b3a3fcb30c311a3417bf9149ab6f5f004faf584c0c82a42a2eb6080c9d7aa0e')
-
-package() {
-  npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "${pkgdir}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: serverless/repos/community-any/PKGBUILD (from rev 1238271, 
serverless/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-17 00:24:04 UTC (rev 1238272)
@@ -0,0 +1,25 @@
+# Maintainer: kpcyrd 
+
+pkgname=serverless
+pkgver=3.19.0
+pkgrel=1
+pkgdesc='Serverless Framework - Build web, mobile and IoT applications with 
serverless architectures'
+url='https://github.com/serverless/serverless'
+arch=('any')
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
+noextract=(${pkgname}-${pkgver}.tgz)
+sha512sums=('5ea6d9f948712e39f09f338432479c25debc0b73fd83d7d01b084792e41e9678b78488e62e5ce4541c7ac25c6b20146001713d440965c19bc2b22da367d8765b')
+b2sums=('886566e67661c432e8c3de2949838dd5678ae12961b1a9a44d016431d905faaf2b6c45ec2e1595bfecef9e20732a4760c95f2ce557949d24964586c4447122bf')
+
+package() {
+  npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:23:55
  Author: kpcyrd
Revision: 1238271

upgpkg: serverless 3.19.0-1

Modified:
  serverless/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-17 00:22:32 UTC (rev 1238270)
+++ PKGBUILD2022-06-17 00:23:55 UTC (rev 1238271)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=serverless
-pkgver=3.18.2
+pkgver=3.19.0
 pkgrel=1
 pkgdesc='Serverless Framework - Build web, mobile and IoT applications with 
serverless architectures'
 url='https://github.com/serverless/serverless'
@@ -11,8 +11,8 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
 noextract=(${pkgname}-${pkgver}.tgz)
-sha512sums=('69a7665cf4ec50ac8e8c7618be3009f40dd4d29c810868a74ca3047dfcd1c20d5c409ac1094ab152abd6127f35e12f619078632d1eb8b760fc34eddc319ab6d3')
-b2sums=('71a24ee16b0ee3fe4eb55b38034baecf96d85e3503e9f9258448a11186e8690a1b3a3fcb30c311a3417bf9149ab6f5f004faf584c0c82a42a2eb6080c9d7aa0e')
+sha512sums=('5ea6d9f948712e39f09f338432479c25debc0b73fd83d7d01b084792e41e9678b78488e62e5ce4541c7ac25c6b20146001713d440965c19bc2b22da367d8765b')
+b2sums=('886566e67661c432e8c3de2949838dd5678ae12961b1a9a44d016431d905faaf2b6c45ec2e1595bfecef9e20732a4760c95f2ce557949d24964586c4447122bf')
 
 package() {
   npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:22:32
  Author: kpcyrd
Revision: 1238270

archrelease: copy trunk to community-any

Added:
  mitmproxy2swagger/repos/community-any/PKGBUILD
(from rev 1238269, mitmproxy2swagger/trunk/PKGBUILD)
Deleted:
  mitmproxy2swagger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-17 00:22:23 UTC (rev 1238269)
+++ PKGBUILD2022-06-17 00:22:32 UTC (rev 1238270)
@@ -1,25 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=mitmproxy2swagger
-pkgver=0.5.3
-pkgrel=1
-pkgdesc='Automagically reverse-engineer REST APIs via capturing traffic'
-url='https://github.com/alufers/mitmproxy2swagger'
-arch=('any')
-license=('MIT')
-depends=(python mitmproxy python-ruamel-yaml python-json-stream)
-makedepends=(python-installer python-poetry)
-source=(https://github.com/alufers/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('86ff02cb129a2270fb9ea0d664a953dbb3d92adb4569025500f728362aa87d9aee8f1889f1ff4363c7b26674044d1db5e8560de88684306f62fa8f9d59bf2705')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  poetry build --format wheel
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-}
-
-# vim: ts=2 sw=2 et:

Copied: mitmproxy2swagger/repos/community-any/PKGBUILD (from rev 1238269, 
mitmproxy2swagger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-17 00:22:32 UTC (rev 1238270)
@@ -0,0 +1,25 @@
+# Maintainer: kpcyrd 
+
+pkgname=mitmproxy2swagger
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='Automagically reverse-engineer REST APIs via capturing traffic'
+url='https://github.com/alufers/mitmproxy2swagger'
+arch=('any')
+license=('MIT')
+depends=(python mitmproxy python-ruamel-yaml python-json-stream)
+makedepends=(python-installer python-poetry)
+source=(https://github.com/alufers/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('9cf3cc2b86eecd1bd28739142dd810ace53b1c8145b99dc615fe03645049e52259c46ad5ae8194c5d4b7b82c89312ae6bac30407538c48a83c965060d625b487')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  poetry build --format wheel
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:22:23
  Author: kpcyrd
Revision: 1238269

upgpkg: mitmproxy2swagger 0.6.1-1

Modified:
  mitmproxy2swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-17 00:21:45 UTC (rev 1238268)
+++ PKGBUILD2022-06-17 00:22:23 UTC (rev 1238269)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=mitmproxy2swagger
-pkgver=0.5.3
+pkgver=0.6.1
 pkgrel=1
 pkgdesc='Automagically reverse-engineer REST APIs via capturing traffic'
 url='https://github.com/alufers/mitmproxy2swagger'
@@ -10,7 +10,7 @@
 depends=(python mitmproxy python-ruamel-yaml python-json-stream)
 makedepends=(python-installer python-poetry)
 
source=(https://github.com/alufers/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-b2sums=('86ff02cb129a2270fb9ea0d664a953dbb3d92adb4569025500f728362aa87d9aee8f1889f1ff4363c7b26674044d1db5e8560de88684306f62fa8f9d59bf2705')
+b2sums=('9cf3cc2b86eecd1bd28739142dd810ace53b1c8145b99dc615fe03645049e52259c46ad5ae8194c5d4b7b82c89312ae6bac30407538c48a83c965060d625b487')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:21:34
  Author: kpcyrd
Revision: 1238267

upgpkg: vultr-cli 2.14.2-1

Modified:
  vultr-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-17 00:21:16 UTC (rev 1238266)
+++ PKGBUILD2022-06-17 00:21:34 UTC (rev 1238267)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=vultr-cli
-pkgver=2.14.0
+pkgver=2.14.2
 pkgrel=1
 pkgdesc='Official command line tool for Vultr services'
 url='https://github.com/vultr/vultr-cli'
@@ -9,8 +9,8 @@
 license=('Apache')
 makedepends=('go')
 
source=(https://github.com/vultr/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('13d5102978160b50f248183612a1e3c94e9bf8410cc0e0a4e7d5dd3676e58d6b4920834c7fe7bff51ec486ea8511929a455abbe652dc5d0e275ce4f9846f4b66')
-b2sums=('290901b7f416acf00b7d98a38c006d3703f5b71c8aa57a5713a1ff7d77d1329201b9f16b36c65f8820952bd421b4b6c603cd78f395908aebd4cf2506152b491d')
+sha512sums=('b9838b36def875dd664351d4c47efa37da2747ac2600d98a7cadec447a4779d684f8984ec7bc8633d30296989cfc98596c0aad183e6fba1b5d763b16b5174d9d')
+b2sums=('2b9c38e2fd4fa9222de47cbfba37f21fe9e730bb1103a53be1c4151e41e161e20de7ca117aba883c593a131f75f1e91ba33a2de6eb9a8d7e6e2fa2a955bda182')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:21:45
  Author: kpcyrd
Revision: 1238268

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-17 00:21:34 UTC (rev 1238267)
+++ PKGBUILD2022-06-17 00:21:45 UTC (rev 1238268)
@@ -1,41 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=vultr-cli
-pkgver=2.14.0
-pkgrel=1
-pkgdesc='Official command line tool for Vultr services'
-url='https://github.com/vultr/vultr-cli'
-arch=('x86_64')
-license=('Apache')
-makedepends=('go')
-source=(https://github.com/vultr/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('13d5102978160b50f248183612a1e3c94e9bf8410cc0e0a4e7d5dd3676e58d6b4920834c7fe7bff51ec486ea8511929a455abbe652dc5d0e275ce4f9846f4b66')
-b2sums=('290901b7f416acf00b7d98a38c006d3703f5b71c8aa57a5713a1ff7d77d1329201b9f16b36c65f8820952bd421b4b6c603cd78f395908aebd4cf2506152b491d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-.
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 vultr-cli -t "${pkgdir}/usr/bin"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-
-  # workaround, see 
https://github.com/vultr/vultr-cli/issues/92#issuecomment-877722219
-  export VULTR_API_KEY=x
-  ./vultr-cli completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/vultr-cli"
-  ./vultr-cli completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_vultr-cli"
-  ./vultr-cli completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/vultr-cli.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vultr-cli/repos/community-x86_64/PKGBUILD (from rev 1238267, 
vultr-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-17 00:21:45 UTC (rev 1238268)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+
+pkgname=vultr-cli
+pkgver=2.14.2
+pkgrel=1
+pkgdesc='Official command line tool for Vultr services'
+url='https://github.com/vultr/vultr-cli'
+arch=('x86_64')
+license=('Apache')
+makedepends=('go')
+source=(https://github.com/vultr/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('b9838b36def875dd664351d4c47efa37da2747ac2600d98a7cadec447a4779d684f8984ec7bc8633d30296989cfc98596c0aad183e6fba1b5d763b16b5174d9d')
+b2sums=('2b9c38e2fd4fa9222de47cbfba37f21fe9e730bb1103a53be1c4151e41e161e20de7ca117aba883c593a131f75f1e91ba33a2de6eb9a8d7e6e2fa2a955bda182')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+.
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 vultr-cli -t "${pkgdir}/usr/bin"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+
+  # workaround, see 
https://github.com/vultr/vultr-cli/issues/92#issuecomment-877722219
+  export VULTR_API_KEY=x
+  ./vultr-cli completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/vultr-cli"
+  ./vultr-cli completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_vultr-cli"
+  ./vultr-cli completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/vultr-cli.fish"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:21:16
  Author: kpcyrd
Revision: 1238266

archrelease: copy trunk to community-x86_64

Added:
  doctl/repos/community-x86_64/PKGBUILD
(from rev 1238265, doctl/trunk/PKGBUILD)
Deleted:
  doctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-17 00:21:00 UTC (rev 1238265)
+++ PKGBUILD2022-06-17 00:21:16 UTC (rev 1238266)
@@ -1,41 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: NOGISAKA Sadata 
-# Contributor: Bennett Piater 
-
-pkgname=doctl
-pkgver=1.76.2
-pkgrel=1
-pkgdesc='The official command line interface for the DigitalOcean API'
-url='https://github.com/digitalocean/doctl'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('d7efc587843cd87f3ac17b974858ea688377ca6f0cd3d4b7430c47a1e8b825cc05f4d9107d7062f5e52fe3c267ec6bbd19a8b1d773a15f1d7ab653087ce13bba')
-b2sums=('1ec89adb5ad187ccc6b66d077dda57ca4065bc1a5981a0f2549913532f6bcc6d1f48c3cc56c100c1b6c55f698ffcf3f2c639888ccaab30948384ce800181b332')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-./cmd/...
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
-
-  # setup completions
-  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
-  "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: doctl/repos/community-x86_64/PKGBUILD (from rev 1238265, 
doctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-17 00:21:16 UTC (rev 1238266)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+# Contributor: NOGISAKA Sadata 
+# Contributor: Bennett Piater 
+
+pkgname=doctl
+pkgver=1.77.0
+pkgrel=1
+pkgdesc='The official command line interface for the DigitalOcean API'
+url='https://github.com/digitalocean/doctl'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('a53e8e3179ec467cd0617a25ab985fe36e41135a824688a947b15c0565fb2d8364c59a295573043039b79b701bb4d5a9ec5461450fa0e7c5a24f10ece53c6f71')
+b2sums=('809189c9fdfa1e81e75847e57fe5967f0d3ca476fdb7a2e72ffba1b4bb81ecdc2ce07b4b05f4f1f898104cd9e919d6bdba664d4ae0cc97adea6863379789aa08')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+./cmd/...
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
+
+  # setup completions
+  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
+  "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:21:00
  Author: kpcyrd
Revision: 1238265

upgpkg: doctl 1.77.0-1

Modified:
  doctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-17 00:20:50 UTC (rev 1238264)
+++ PKGBUILD2022-06-17 00:21:00 UTC (rev 1238265)
@@ -3,7 +3,7 @@
 # Contributor: Bennett Piater 
 
 pkgname=doctl
-pkgver=1.76.2
+pkgver=1.77.0
 pkgrel=1
 pkgdesc='The official command line interface for the DigitalOcean API'
 url='https://github.com/digitalocean/doctl'
@@ -12,8 +12,8 @@
 depends=('glibc')
 makedepends=('go')
 
source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('d7efc587843cd87f3ac17b974858ea688377ca6f0cd3d4b7430c47a1e8b825cc05f4d9107d7062f5e52fe3c267ec6bbd19a8b1d773a15f1d7ab653087ce13bba')
-b2sums=('1ec89adb5ad187ccc6b66d077dda57ca4065bc1a5981a0f2549913532f6bcc6d1f48c3cc56c100c1b6c55f698ffcf3f2c639888ccaab30948384ce800181b332')
+sha512sums=('a53e8e3179ec467cd0617a25ab985fe36e41135a824688a947b15c0565fb2d8364c59a295573043039b79b701bb4d5a9ec5461450fa0e7c5a24f10ece53c6f71')
+b2sums=('809189c9fdfa1e81e75847e57fe5967f0d3ca476fdb7a2e72ffba1b4bb81ecdc2ce07b4b05f4f1f898104cd9e919d6bdba664d4ae0cc97adea6863379789aa08')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:20:50
  Author: kpcyrd
Revision: 1238264

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 1238263, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 1238263, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 1238263, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 1238263, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  126 +-
 expire-from-source-date-epoch.patch |   22 ++---
 signal-desktop.desktop  |   26 +++
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-17 00:20:31 UTC (rev 1238263)
+++ PKGBUILD2022-06-17 00:20:50 UTC (rev 1238264)
@@ -1,63 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=5.45.1
-pkgrel=2
-pkgdesc="Signal Private Messenger for Linux"
-license=('AGPL3')
-arch=('x86_64')
-url="https://signal.org";
-depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme' 'alsa-lib')
-makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python' 
'libxcrypt-compat')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz";
-  "${pkgname}.desktop"
-  "expire-from-source-date-epoch.patch"
-)
-sha512sums=('919b6dcc2d29a1b93f27f4fdef0f01d08bb40fb1c10bc8f393c6baf91702dbf49248f62451ff59dc83aa2bf2e8813d981049f08f9ac96a765953d422a50cb313'
-
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
-
'1154859e87d8a2d649bc23210f2dd8aa473f268166559a51a2a64fe6ae094c101121535623b05b711bd87aab1f219627e9274fa542fdb0e5fe6f34b46fd7b7df')
-b2sums=('4678c7b6faa43a3580765e6b1f64717434e6522d54a473462af1920e9fe98048a120bb6977421a8c2c28383be705414af1fdcec7e26e85a70402ff1b0e49899f'
-
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
-
'5a6dba4bfa799403ace721b143c5b54d3bff97ab0c3d30e94d312cf58ede2498886720247b0efcbbeffc0c95611a493625cef1f8bc06d3647b53ef2e44de96be')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # git-lfs hook needs to be installed for one of the dependencies
-  git lfs install
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  yarn install --ignore-engines
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-  yarn generate
-  yarn build
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/"{lib,bin}
-  cp -a release/linux-unpacked "${pkgdir}/usr/lib/${pkgname}"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/"
-
-  chmod u+s "${pkgdir}/usr/lib/signal-desktop/chrome-sandbox"
-
-  install -Dm 644 "../${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
-  for i in 16 24 32 48 64 128 256 512 1024; do
-install -Dm 644 "build/icons/png/${i}x${i}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: signal-desktop/repos/community-x86_64/PKGBUILD (from rev 1238263, 
signal-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-17 00:20:50 UTC (rev 1238264)
@@ -0,0 +1,63 @@
+# Maintainer: kpcyrd 
+# Contributor: Jean Lucas 
+
+pkgname=signal-desktop
+_pkgname=Signal-Desktop
+pkgver=5.46.0
+pkgrel=1
+pkgdesc="Signal Private Messenger for Linux"
+license=('AGPL3')
+arch=('x86_64')
+url="https://signal.org";
+depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme' 'alsa-lib')
+makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-gallium' 'npm' 'python' 
'libxcrypt-compat')
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz";
+  "${pkgname}.desktop"
+  "expire-from-source-date-epoch.patch"
+)
+sha512sums=('db23d5f096cde70a32e493927775bf0e1d8b3a870dc808c806b24559d98b6289a4fe5822a9dcf5ceef0e840b786955d6c6d8f211e446db486d56eb417ff38cfa'
+
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b0

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

2022-06-16 Thread Kpcyrd via arch-commits
Date: Friday, June 17, 2022 @ 00:20:31
  Author: kpcyrd
Revision: 1238263

upgpkg: signal-desktop 5.46.0-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-17 00:07:57 UTC (rev 1238262)
+++ PKGBUILD2022-06-17 00:20:31 UTC (rev 1238263)
@@ -3,8 +3,8 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=5.45.1
-pkgrel=2
+pkgver=5.46.0
+pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL3')
 arch=('x86_64')
@@ -16,10 +16,10 @@
   "${pkgname}.desktop"
   "expire-from-source-date-epoch.patch"
 )
-sha512sums=('919b6dcc2d29a1b93f27f4fdef0f01d08bb40fb1c10bc8f393c6baf91702dbf49248f62451ff59dc83aa2bf2e8813d981049f08f9ac96a765953d422a50cb313'
+sha512sums=('db23d5f096cde70a32e493927775bf0e1d8b3a870dc808c806b24559d98b6289a4fe5822a9dcf5ceef0e840b786955d6c6d8f211e446db486d56eb417ff38cfa'
 
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
 
'1154859e87d8a2d649bc23210f2dd8aa473f268166559a51a2a64fe6ae094c101121535623b05b711bd87aab1f219627e9274fa542fdb0e5fe6f34b46fd7b7df')
-b2sums=('4678c7b6faa43a3580765e6b1f64717434e6522d54a473462af1920e9fe98048a120bb6977421a8c2c28383be705414af1fdcec7e26e85a70402ff1b0e49899f'
+b2sums=('034070005249cbe5913ffd5e1113d2d33c08a7aa77d50b747d85e1627b190b83d6c7da3863ae571b302938810ac5c13017200aec2da40476f5a35ebd6071574d'
 
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
 
'5a6dba4bfa799403ace721b143c5b54d3bff97ab0c3d30e94d312cf58ede2498886720247b0efcbbeffc0c95611a493625cef1f8bc06d3647b53ef2e44de96be')
 



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

2022-06-16 Thread Orhun Parmaksiz via arch-commits
Date: Friday, June 17, 2022 @ 00:07:57
  Author: orhun
Revision: 1238262

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-17 00:07:47 UTC (rev 1238261)
+++ PKGBUILD2022-06-17 00:07:57 UTC (rev 1238262)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Andreas 'Segaja' Schleifer 
-
-pkgname=aliyun-cli
-_gitcommit=8b3a542cca921d27c961dfde6cba7935bfe9e745
-pkgver=3.0.119
-pkgrel=1
-pkgdesc='Alibaba Cloud CLI'
-arch=('x86_64')
-url='https://github.com/aliyun/aliyun-cli'
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("git+${url}#commit=${_gitcommit}"
-git+https://github.com/aliyun/aliyun-openapi-meta)
-sha512sums=('SKIP'
-'SKIP')
-b2sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cd ${pkgname}
-  git submodule init
-  git config submodule."aliyun-openapi-meta".url 
"${srcdir}/aliyun-openapi-meta"
-  git submodule update --init --recursive
-}
-
-build() {
-  cd ${pkgname}
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-
-  go build \
--ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
'github.com/aliyun/aliyun-cli/cli.Version=${pkgver}'" \
--o ./out/aliyun ./main/main.go
-}
-
-check() {
-  cd ${pkgname}
-
-  # Horrible but needed for the ./cli/ tests
-  touch "${HOME}/.bashrc"
-
-  # for now can't test the `./oss/...` folder, because it needs an env file 
that is not so easy to have in dev
-  go test \
-./cli/... ./config/... ./i18n/... ./main/... ./openapi/... ./resource/...
-}
-
-package() {
-  cd ${pkgname}
-  install -Dm 755 out/aliyun "${pkgdir}/usr/bin/aliyun"
-  install -Dm 644 README*.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 bin/README.md -t "${pkgdir}/usr/share/doc/${pkgname}/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: aliyun-cli/repos/community-x86_64/PKGBUILD (from rev 1238261, 
aliyun-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-17 00:07:57 UTC (rev 1238262)
@@ -0,0 +1,68 @@
+# Maintainer: Levente Polyak 
+# Contributor: Andreas 'Segaja' Schleifer 
+
+pkgname=aliyun-cli
+_gitcommit=624846497c415f00e0a652e0a386c916068f21c6
+pkgver=3.0.121
+pkgrel=1
+pkgdesc='Alibaba Cloud CLI'
+arch=('x86_64')
+url='https://github.com/aliyun/aliyun-cli'
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("git+${url}#commit=${_gitcommit}"
+git+https://github.com/aliyun/aliyun-openapi-meta
+
"fix-unit-tests.patch::$url/commit/2a825289bb45e07bea30f67d8d4031dae0fff6a3.patch")
+sha512sums=('SKIP'
+'SKIP'
+
'75a953dbbe351b53ee9276c8309fa71a590c06eaf004f4b18ac198628dd5b928873be6d40d52f547ee23259ad1ff2bf370117545818df7872414ec6d46663729')
+b2sums=('SKIP'
+'SKIP'
+
'e1684239f8c0450189668fe56d17de8428933d52fca0ac1455628a8a09d310d6622ffee90430c4f66e99f3ac46ea6a40d01468b61a11364bf73c7b76a607d4e1')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  patch -Np1 -i ../fix-unit-tests.patch
+  git submodule init
+  git config submodule."aliyun-openapi-meta".url 
"${srcdir}/aliyun-openapi-meta"
+  git submodule update --init --recursive
+}
+
+build() {
+  cd ${pkgname}
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+
+  go build \
+-ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
'github.com/aliyun/aliyun-cli/cli.Version=${pkgver}'" \
+-o ./out/aliyun ./main/main.go
+}
+
+check() {
+  cd ${pkgname}
+
+  # Horrible but needed for the ./cli/ tests
+  touch "${HOME}/.bashrc"
+
+  # for now can't test the `./oss/...` folder, because it needs an env file 
that is not so easy to have in dev
+  go test \
+./cli/... ./config/... ./i18n/... ./main/... ./openapi/... ./resource/...
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 755 out/aliyun "${pkgdir}/usr/bin/aliyun"
+  install -Dm 644 README*.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 bin/README.md -t "${pkgdir}/usr/share/doc/${pkgname}/bin"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-16 Thread Orhun Parmaksiz via arch-commits
Date: Friday, June 17, 2022 @ 00:07:47
  Author: orhun
Revision: 1238261

upgpkg: aliyun-cli 3.0.121-1: upstream release

Modified:
  aliyun-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-17 00:00:12 UTC (rev 1238260)
+++ PKGBUILD2022-06-17 00:07:47 UTC (rev 1238261)
@@ -2,8 +2,8 @@
 # Contributor: Andreas 'Segaja' Schleifer 
 
 pkgname=aliyun-cli
-_gitcommit=8b3a542cca921d27c961dfde6cba7935bfe9e745
-pkgver=3.0.119
+_gitcommit=624846497c415f00e0a652e0a386c916068f21c6
+pkgver=3.0.121
 pkgrel=1
 pkgdesc='Alibaba Cloud CLI'
 arch=('x86_64')
@@ -12,11 +12,14 @@
 depends=('glibc')
 makedepends=('git' 'go')
 source=("git+${url}#commit=${_gitcommit}"
-git+https://github.com/aliyun/aliyun-openapi-meta)
+git+https://github.com/aliyun/aliyun-openapi-meta
+
"fix-unit-tests.patch::$url/commit/2a825289bb45e07bea30f67d8d4031dae0fff6a3.patch")
 sha512sums=('SKIP'
-'SKIP')
+'SKIP'
+
'75a953dbbe351b53ee9276c8309fa71a590c06eaf004f4b18ac198628dd5b928873be6d40d52f547ee23259ad1ff2bf370117545818df7872414ec6d46663729')
 b2sums=('SKIP'
-'SKIP')
+'SKIP'
+
'e1684239f8c0450189668fe56d17de8428933d52fca0ac1455628a8a09d310d6622ffee90430c4f66e99f3ac46ea6a40d01468b61a11364bf73c7b76a607d4e1')
 
 pkgver() {
   cd ${pkgname}
@@ -25,6 +28,7 @@
 
 prepare() {
   cd ${pkgname}
+  patch -Np1 -i ../fix-unit-tests.patch
   git submodule init
   git config submodule."aliyun-openapi-meta".url 
"${srcdir}/aliyun-openapi-meta"
   git submodule update --init --recursive



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

2022-06-16 Thread Orhun Parmaksiz via arch-commits
Date: Friday, June 17, 2022 @ 00:00:12
  Author: orhun
Revision: 1238260

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-17 00:00:00 UTC (rev 1238259)
+++ PKGBUILD2022-06-17 00:00:12 UTC (rev 1238260)
@@ -1,41 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Philipp A. 
-# Contributor: Jian Zeng 
-
-pkgname=cargo-expand
-pkgver=1.0.24
-pkgrel=1
-pkgdesc="Subcommand to show result of macro expansion"
-arch=('x86_64')
-url='https://github.com/dtolnay/cargo-expand'
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('b2925adf88b0dbede3595b30e22e09ca4762dce55583ed8f4fc7ea272f40c2b2')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-}
-
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo-expand/repos/community-x86_64/PKGBUILD (from rev 1238259, 
cargo-expand/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-17 00:00:12 UTC (rev 1238260)
@@ -0,0 +1,41 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Philipp A. 
+# Contributor: Jian Zeng 
+
+pkgname=cargo-expand
+pkgver=1.0.25
+pkgrel=1
+pkgdesc="Subcommand to show result of macro expansion"
+arch=('x86_64')
+url='https://github.com/dtolnay/cargo-expand'
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('249976887be208d0ddd85911d012a984746938338f7a66baae6ab3a73672151e')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+}
+
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-06-16 Thread Orhun Parmaksiz via arch-commits
Date: Friday, June 17, 2022 @ 00:00:00
  Author: orhun
Revision: 1238259

upgpkg: cargo-expand 1.0.25-1: upstream release

Modified:
  cargo-expand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 23:35:46 UTC (rev 1238258)
+++ PKGBUILD2022-06-17 00:00:00 UTC (rev 1238259)
@@ -3,7 +3,7 @@
 # Contributor: Jian Zeng 
 
 pkgname=cargo-expand
-pkgver=1.0.24
+pkgver=1.0.25
 pkgrel=1
 pkgdesc="Subcommand to show result of macro expansion"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('b2925adf88b0dbede3595b30e22e09ca4762dce55583ed8f4fc7ea272f40c2b2')
+sha256sums=('249976887be208d0ddd85911d012a984746938338f7a66baae6ab3a73672151e')
 options=('!lto')
 
 prepare() {



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 23:35:46
  Author: heftig
Revision: 1238258

archrelease: copy trunk to community-any

Added:
  wasi-libc/repos/community-any/PKGBUILD
(from rev 1238257, wasi-libc/trunk/PKGBUILD)
Deleted:
  wasi-libc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 23:34:00 UTC (rev 1238257)
+++ PKGBUILD2022-06-16 23:35:46 UTC (rev 1238258)
@@ -1,34 +0,0 @@
-# Maintainer: Frederik Schwan 
-
-pkgname=wasi-libc
-pkgver=0+247+9886d3d
-_commit=9886d3d6200fcc3726329966860fc058707406cd  # main
-pkgrel=1
-epoch=1
-pkgdesc='WASI libc implementation for WebAssembly'
-arch=('any')
-url='https://github.com/WebAssembly/wasi-libc'
-license=('Apache' 'MIT')
-makedepends=('git' 'llvm' 'clang')
-source=("git+https://github.com/WebAssembly/wasi-libc.git#commit=${_commit}";)
-b2sums=('SKIP')
-options=('staticlibs')
-
-pkgver() {
-  cd ${pkgname}
-  printf "0+%s+%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
-}
-
-build() {
-  cd ${pkgname}
-  make \
-WASM_CC=/usr/bin/clang \
-WASM_AR=/usr/bin/llvm-ar \
-WASM_NM=/usr/bin/llvm-nm
-}
-
-package() {
-  cd ${pkgname}
-  install -dm755 "${pkgdir}"/usr/share
-  cp -dr --preserve=mode,timestamp sysroot "${pkgdir}"/usr/share/wasi-sysroot
-}

Copied: wasi-libc/repos/community-any/PKGBUILD (from rev 1238257, 
wasi-libc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 23:35:46 UTC (rev 1238258)
@@ -0,0 +1,41 @@
+# Maintainer: Frederik Schwan 
+
+pkgname=wasi-libc
+pkgver=0+258+30094b6
+_commit=30094b6ed05f19cee102115215863d185f2db4f0  # main
+pkgrel=1
+epoch=1
+pkgdesc='WASI libc implementation for WebAssembly'
+arch=('any')
+url='https://github.com/WebAssembly/wasi-libc'
+license=('Apache' 'MIT')
+makedepends=('git' 'llvm' 'clang')
+source=("git+https://github.com/WebAssembly/wasi-libc.git#commit=${_commit}";)
+b2sums=('SKIP')
+options=('staticlibs')
+
+pkgver() {
+  cd ${pkgname}
+  printf "0+%s+%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+}
+
+build() {
+  local make_options=(
+WASM_CC=/usr/bin/clang
+WASM_AR=/usr/bin/llvm-ar
+WASM_NM=/usr/bin/llvm-nm
+
+# Remove bulk memory support
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1773200#c4
+BULK_MEMORY_SOURCES=
+  )
+
+  cd ${pkgname}
+  make "${make_options[@]}"
+}
+
+package() {
+  cd ${pkgname}
+  install -dm755 "${pkgdir}"/usr/share
+  cp -dr --preserve=mode,timestamp sysroot "${pkgdir}"/usr/share/wasi-sysroot
+}



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 23:34:00
  Author: heftig
Revision: 1238257

0+258+30094b6-1: Upgrade again, with workaround

Modified:
  wasi-libc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 22:57:57 UTC (rev 1238256)
+++ PKGBUILD2022-06-16 23:34:00 UTC (rev 1238257)
@@ -1,8 +1,8 @@
 # Maintainer: Frederik Schwan 
 
 pkgname=wasi-libc
-pkgver=0+247+9886d3d
-_commit=9886d3d6200fcc3726329966860fc058707406cd  # main
+pkgver=0+258+30094b6
+_commit=30094b6ed05f19cee102115215863d185f2db4f0  # main
 pkgrel=1
 epoch=1
 pkgdesc='WASI libc implementation for WebAssembly'
@@ -20,11 +20,18 @@
 }
 
 build() {
+  local make_options=(
+WASM_CC=/usr/bin/clang
+WASM_AR=/usr/bin/llvm-ar
+WASM_NM=/usr/bin/llvm-nm
+
+# Remove bulk memory support
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1773200#c4
+BULK_MEMORY_SOURCES=
+  )
+
   cd ${pkgname}
-  make \
-WASM_CC=/usr/bin/clang \
-WASM_AR=/usr/bin/llvm-ar \
-WASM_NM=/usr/bin/llvm-nm
+  make "${make_options[@]}"
 }
 
 package() {



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

2022-06-16 Thread Antonio Rojas via arch-commits
Date: Thursday, June 16, 2022 @ 22:57:57
  Author: arojas
Revision: 1238256

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  488 ++---
 1 file changed, 244 insertions(+), 244 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 22:57:40 UTC (rev 1238255)
+++ PKGBUILD2022-06-16 22:57:57 UTC (rev 1238256)
@@ -1,244 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Chris Kitching 
-
-pkgbase=lib32-gstreamer
-pkgname=(lib32-gstreamer lib32-gst-plugins-base-libs lib32-gst-plugins-base 
lib32-gst-plugins-good)
-pkgver=1.20.2
-pkgrel=1
-pkgdesc="GStreamer open-source multimedia framework core library (32-bit)"
-url="https://gstreamer.freedesktop.org/";
-arch=(x86_64)
-license=(LGPL)
-makedepends=(meson git wayland-protocols lib32-glib2 lib32-libunwind 
lib32-gtk3 lib32-libelf
- lib32-alsa-lib lib32-cdparanoia lib32-libtheora lib32-libvisual 
lib32-libxv lib32-opus lib32-orc lib32-pango lib32-sdl2
- lib32-aalib lib32-cairo lib32-flac lib32-gdk-pixbuf2 lib32-jack 
lib32-libavc1394 lib32-libcaca lib32-libdv lib32-libgudev lib32-libiec61883
- lib32-libpulse lib32-libraw1394 lib32-libshout lib32-libsoup3 
lib32-libvpx lib32-libxdamage lib32-mpg123 lib32-speex lib32-taglib 
lib32-twolame lib32-v4l-utils lib32-wavpack)
-checkdepends=(xorg-server-xvfb)
-source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git?signed#tag=$pkgver";)
-sha512sums=('SKIP')
-validpgpkeys=(D637032E45B8C6585B9456565D2EEE6F6F349D7C) # Tim Müller 

-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  arch-meson gstreamer build \
---libdir=lib32 \
---libexecdir=lib32 \
--D devtools=disabled \
--D doc=disabled \
--D examples=disabled \
--D gpl=enabled \
--D gst-examples=disabled \
--D introspection=disabled \
--D gstreamer:dbghelp=disabled \
--D gstreamer:bash-completion=disabled \
--D gst-plugins-base:gobject-cast-checks=disabled \
--D gst-plugins-base:package-name="Arch Linux gst-plugins-base 
$pkgver-$pkgrel" \
--D gst-plugins-base:package-origin="https://www.archlinux.org/"; \
--D gst-plugins-base:tremor=disabled \
--D gst-plugins-base:gl-graphene=disabled \
--D gst-plugins-good:gobject-cast-checks=disabled \
--D gst-plugins-good:package-name="Arch Linux gst-plugins-good 
$pkgver-$pkgrel" \
--D gst-plugins-good:package-origin="https://www.archlinux.org/"; \
--D gst-plugins-good:rpicamsrc=disabled \
--D gst-plugins-good:lame=disabled \
--D qt5=disabled \
--D libnice=disabled \
--D bad=disabled \
--D ugly=disabled \
--D libav=disabled \
--D rtsp_server=disabled \
--D ges=disabled \
--D vaapi=disabled \
--D omx=disabled \
--D sharp=disabled \
--D python=disabled \
--D rs=disabled \
--D orc=disabled
-
-  meson compile -C build
-}
-
-check() (
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  export XDG_RUNTIME_DIR
-
-  # Flaky due to timeouts
-  xvfb-run -s '-nolisten local' \
-meson test -C build --print-errorlogs || :
-)
-
-_install() {
-  local src dir
-  for src in "${files[@]}"; do
-dir="$pkgdir/$(dirname "$src")"
-mkdir -p "$dir"
-mv -v "$src" "$dir"
-  done
-}
-
-package_lib32-gstreamer() {
-  pkgdesc+=" - core"
-  depends=(lib32-libxml2 lib32-glib2 lib32-libunwind lib32-gtk3 lib32-libelf 
gstreamer)
-
-  DESTDIR="$srcdir/root" meson install -C build
-
-  rm -R "$srcdir"/root/usr/{share,include}
-
-  for _i in "$srcdir"/root/usr/bin/*; do
-mv "${_i}" "${_i}-32"
-  done
-
-  cd root; local files=(
-usr/lib32/libgst{reamer,base,check,controller,net}-1.0.so*
-usr/lib32/pkgconfig/gstreamer{,-base,-check,-controller,-net}-1.0.pc
-
-usr/lib32/gstreamer-1.0/gst-ptp-helper
-usr/lib32/gstreamer-1.0/gst-{hotdoc-plugins,plugin}-scanner
-usr/lib32/gstreamer-1.0/gst-plugins-doc-cache-generator
-usr/lib32/gstreamer-1.0/libgstcoreelements.so
-usr/lib32/gstreamer-1.0/libgstcoretracers.so
-
-usr/bin/gst-{inspect,launch,stats,tester,typefind}-1.0-32
-  ); _install
-}
-
-package_lib32-gst-plugins-base-libs() {
-  pkgdesc+=" - base"
-  depends=(lib32-gstreamer lib32-orc lib32-libxv)
-
-  cd root; local files=(
-
usr/lib32/libgst{allocators,app,audio,fft,gl,pbutils,riff,rtp,rtsp,sdp,tag,video}-1.0.so*
-
usr/lib32/pkgconfig/gstreamer-{allocators,app,audio,fft,gl{,-egl,-prototypes,-wayland,-x11},pbutils,riff,rtp,rtsp,sdp,tag,video}-1.0.pc
-
-usr/lib32/pkgconfig/gstreamer-plugins-base-1.0.pc
-usr/lib32/gstreamer-1.0/include/gst/gl/gstglconfig.h
-usr/lib32/gstreamer-1.0/libgstadder.so
-usr/lib32/gstreamer-1.0/libgstapp.so

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

2022-06-16 Thread Antonio Rojas via arch-commits
Date: Thursday, June 16, 2022 @ 22:57:40
  Author: arojas
Revision: 1238255

Update to 1.20.3

Modified:
  lib32-gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:54:05 UTC (rev 1238254)
+++ PKGBUILD2022-06-16 22:57:40 UTC (rev 1238255)
@@ -3,7 +3,7 @@
 
 pkgbase=lib32-gstreamer
 pkgname=(lib32-gstreamer lib32-gst-plugins-base-libs lib32-gst-plugins-base 
lib32-gst-plugins-good)
-pkgver=1.20.2
+pkgver=1.20.3
 pkgrel=1
 pkgdesc="GStreamer open-source multimedia framework core library (32-bit)"
 url="https://gstreamer.freedesktop.org/";



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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:54:05
  Author: foxboron
Revision: 1238254

archrelease: copy trunk to community-x86_64

Added:
  podman/repos/community-x86_64/PKGBUILD
(from rev 1238253, podman/trunk/PKGBUILD)
Deleted:
  podman/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:54:00 UTC (rev 1238253)
+++ PKGBUILD2022-06-16 21:54:05 UTC (rev 1238254)
@@ -1,63 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: David Runge 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=4.1.0
-pkgrel=1
-pkgdesc='Tool and library for running OCI-based containers in pods'
-arch=(x86_64)
-url='https://github.com/containers/podman'
-license=(Apache)
-makedepends=(apparmor btrfs-progs catatonit device-mapper go go-md2man git 
gpgme libseccomp systemd)
-# https://github.com/containers/podman/issues/13297
-options=(!lto)
-source=(git+$url#tag=v$pkgver?signed)
-validpgpkeys=(
-  'B7DBDCA456F7335E91F1C25CD3624C551D0515C4'  # Matthew Heon 
-)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  # NOTE: the BUILDTAGS may change over time
-  export BUILDTAGS='apparmor seccomp systemd'
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-
-  make EXTRA_LDFLAGS='-s -w -linkmode=external' -C $pkgbase
-  make docker-docs -C $pkgbase
-}
-
-package_podman() {
-  depends=(conmon containers-common crun iptables libdevmapper.so libgpgme.so
-  libseccomp.so slirp4netns)
-  optdepends=(
-'apparmor: for AppArmor support'
-'btrfs-progs: support btrfs backend devices'
-'netavark: for a new container-network-stack implementation'
-'podman-compose: for docker-compose compatibility'
-'podman-docker: for Docker-compatible CLI'
-  )
-
-  make install install.completions DESTDIR="$pkgdir" PREFIX=/usr 
LIBEXECDIR=/usr/lib -C $pkgbase
-  # remove man pages provided by containers-common
-  rm -rvf "$pkgdir/usr/share/man/man5"
-}
-
-package_podman-docker() {
-  pkgdesc='Emulate Docker CLI using podman'
-  depends=(podman)
-  conflicts=(docker)
-  provides=(docker)
-
-  make -j1 install.docker-full DESTDIR="$pkgdir" PREFIX=/usr -C $pkgbase
-}

Copied: podman/repos/community-x86_64/PKGBUILD (from rev 1238253, 
podman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 21:54:05 UTC (rev 1238254)
@@ -0,0 +1,63 @@
+# Maintainer: Morten Linderud 
+# Maintainer: David Runge 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Tool and library for running OCI-based containers in pods'
+arch=(x86_64)
+url='https://github.com/containers/podman'
+license=(Apache)
+makedepends=(apparmor btrfs-progs catatonit device-mapper go go-md2man git 
gpgme libseccomp systemd)
+# https://github.com/containers/podman/issues/13297
+options=(!lto)
+source=(git+$url#tag=v$pkgver?signed)
+validpgpkeys=(
+  'B7DBDCA456F7335E91F1C25CD3624C551D0515C4'  # Matthew Heon 
+)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  # NOTE: the BUILDTAGS may change over time
+  export BUILDTAGS='apparmor seccomp systemd'
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath"
+
+  make EXTRA_LDFLAGS='-s -w -linkmode=external' -C $pkgbase
+  make docker-docs -C $pkgbase
+}
+
+package_podman() {
+  depends=(conmon containers-common crun iptables libdevmapper.so libgpgme.so
+  libseccomp.so slirp4netns)
+  optdepends=(
+'apparmor: for AppArmor support'
+'btrfs-progs: support btrfs backend devices'
+'netavark: for a new container-network-stack implementation'
+'podman-compose: for docker-compose compatibility'
+'podman-docker: for Docker-compatible CLI'
+  )
+
+  make install install.completions DESTDIR="$pkgdir" PREFIX=/usr 
LIBEXECDIR=/usr/lib -C $pkgbase
+  # remove man pages provided by containers-common
+  rm -rvf "$pkgdir/usr/share/man/man5"
+}
+
+package_podman-docker() {
+  pkgdesc='Emulate Docker CLI using podman'
+  depends=(podman)
+  conflicts=(docker)
+  provides=(docker)
+
+  make -j1 install.docker-full DESTDIR="$pkgdir" PREFIX=/usr -C $pkgbase
+}



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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:54:00
  Author: foxboron
Revision: 1238253

upgpkg: podman 4.1.1-1

Modified:
  podman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:49:13 UTC (rev 1238252)
+++ PKGBUILD2022-06-16 21:54:00 UTC (rev 1238253)
@@ -4,7 +4,7 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=4.1.0
+pkgver=4.1.1
 pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)



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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:49:13
  Author: foxboron
Revision: 1238252

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:49:07 UTC (rev 1238251)
+++ PKGBUILD2022-06-16 21:49:13 UTC (rev 1238252)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.6.9
-pkgrel=1
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://www.reportlab.com/";
-depends=('freetype2')
-depends=('python' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('5d0cc3682456ad213150f6dbffe7d47eab737d809e517c316103376be548fb84')
-
-build() {
-cd ${_origname}-${pkgver}
-python setup.py build
-}
-
-check() {
-cd ${_origname}-${pkgver}
-python setup.py tests || true
-rm tests/_i_am_actually_a_*
-}
-
-package() {
-cd ${_origname}-${pkgver}
-python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-reportlab/repos/community-x86_64/PKGBUILD (from rev 1238251, 
python-reportlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 21:49:13 UTC (rev 1238252)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.6.10
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://www.reportlab.com/";
+depends=('freetype2')
+depends=('python' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('bf8cba95a2d5cf731e8b74c92b4f07d79ef286a2a78b617300e37e51cf955cb2')
+
+build() {
+cd ${_origname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests || true
+rm tests/_i_am_actually_a_*
+}
+
+package() {
+cd ${_origname}-${pkgver}
+python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}



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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:49:07
  Author: foxboron
Revision: 1238251

upgpkg: python-reportlab 3.6.10-1

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:46:44 UTC (rev 1238250)
+++ PKGBUILD2022-06-16 21:49:07 UTC (rev 1238251)
@@ -4,7 +4,7 @@
 
 _origname=reportlab
 pkgname=python-reportlab
-pkgver=3.6.9
+pkgver=3.6.10
 pkgrel=1
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('freetype2' 'python-pillow' 'mercurial')
 license=('BSD')
 
source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('5d0cc3682456ad213150f6dbffe7d47eab737d809e517c316103376be548fb84')
+sha256sums=('bf8cba95a2d5cf731e8b74c92b4f07d79ef286a2a78b617300e37e51cf955cb2')
 
 build() {
 cd ${_origname}-${pkgver}



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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:46:44
  Author: foxboron
Revision: 1238250

archrelease: copy trunk to community-any

Added:
  python-google-api-core/repos/community-any/PKGBUILD
(from rev 1238249, python-google-api-core/trunk/PKGBUILD)
Deleted:
  python-google-api-core/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:46:39 UTC (rev 1238249)
+++ PKGBUILD2022-06-16 21:46:44 UTC (rev 1238250)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Maintainer: Morten Linderud 
-# Contributor: Kaizhao Zhang 
-
-pkgname=python-google-api-core
-pkgver=2.8.1
-pkgrel=1
-pkgdesc="Google API client core library"
-arch=('any')
-url="https://github.com/googleapis/googleapis";
-license=('Apache')
-depends=('python-pytz' 'python-requests' 'python-googleapis-common-protos' 
'python-google-auth')
-makedepends=('python-setuptools')
-optdepends=('python-grpcio: for grpc support')
-source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz";)
-sha256sums=('958024c6aa3460b08f35741231076a4dd9a4c819a6a39d44da9627febe8b28f0')
-
-build() {
-  cd "google-api-core-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "google-api-core-${pkgver}"
-  python setup.py install --root="$pkgdir" --optimize=1
-  chmod -R a+r 
"$pkgdir"/usr/lib/python*/site-packages/google_api_core*.egg-info/
-}

Copied: python-google-api-core/repos/community-any/PKGBUILD (from rev 1238249, 
python-google-api-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 21:46:44 UTC (rev 1238250)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz 
+# Maintainer: Morten Linderud 
+# Contributor: Kaizhao Zhang 
+
+pkgname=python-google-api-core
+pkgver=2.8.2
+pkgrel=1
+pkgdesc="Google API client core library"
+arch=('any')
+url="https://github.com/googleapis/googleapis";
+license=('Apache')
+depends=('python-pytz' 'python-requests' 'python-googleapis-common-protos' 
'python-google-auth')
+makedepends=('python-setuptools')
+optdepends=('python-grpcio: for grpc support')
+source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz";)
+sha256sums=('06f7244c640322b508b125903bb5701bebabce8832f85aba9335ec00b3d02edc')
+
+build() {
+  cd "google-api-core-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "google-api-core-${pkgver}"
+  python setup.py install --root="$pkgdir" --optimize=1
+  chmod -R a+r 
"$pkgdir"/usr/lib/python*/site-packages/google_api_core*.egg-info/
+}



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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:46:39
  Author: foxboron
Revision: 1238249

upgpkg: python-google-api-core 2.8.2-1

Modified:
  python-google-api-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:45:15 UTC (rev 1238248)
+++ PKGBUILD2022-06-16 21:46:39 UTC (rev 1238249)
@@ -3,7 +3,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=python-google-api-core
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="Google API client core library"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 optdepends=('python-grpcio: for grpc support')
 
source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz";)
-sha256sums=('958024c6aa3460b08f35741231076a4dd9a4c819a6a39d44da9627febe8b28f0')
+sha256sums=('06f7244c640322b508b125903bb5701bebabce8832f85aba9335ec00b3d02edc')
 
 build() {
   cd "google-api-core-${pkgver}"



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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:45:15
  Author: foxboron
Revision: 1238248

archrelease: copy trunk to community-x86_64

Added:
  fuse-overlayfs/repos/community-x86_64/PKGBUILD
(from rev 1238247, fuse-overlayfs/trunk/PKGBUILD)
Deleted:
  fuse-overlayfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:45:08 UTC (rev 1238247)
+++ PKGBUILD2022-06-16 21:45:15 UTC (rev 1238248)
@@ -1,41 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Adrian Perez de Castro 
-
-pkgdesc='FUSE implementation of overlayfs'
-pkgname=fuse-overlayfs
-pkgver=1.8.2
-pkgrel=1
-arch=(x86_64)
-url=https://github.com/containers/fuse-overlayfs
-license=(GPL3)
-depends=(fuse3)
-makedepends=(git)
-options=(debug)
-_commit=d01bdd73b6bd1ffccaa163ef3e2660e1838305cb   #refs/tags/v1.8.2^{}
-source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed";)
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha512sums=('SKIP')
-
-pkgver() {
-   cd "${pkgname}"
-   git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build () {
-   cd "${pkgname}"
-   autoreconf -fis
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin
-   make
-}
-
-check(){
-   cd "${pkgname}"
-   make check
-}
-
-package (){
-   cd "${pkgname}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: fuse-overlayfs/repos/community-x86_64/PKGBUILD (from rev 1238247, 
fuse-overlayfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 21:45:15 UTC (rev 1238248)
@@ -0,0 +1,41 @@
+# Maintainer: Morten Linderud 
+# Contributor: Adrian Perez de Castro 
+
+pkgdesc='FUSE implementation of overlayfs'
+pkgname=fuse-overlayfs
+pkgver=1.9
+pkgrel=1
+arch=(x86_64)
+url=https://github.com/containers/fuse-overlayfs
+license=(GPL3)
+depends=(fuse3)
+makedepends=(git)
+options=(debug)
+_commit=51592ea406f48faeccab288f65dcba6c4a67cd90   #refs/tags/v1.9^{}
+source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed";)
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha512sums=('SKIP')
+
+pkgver() {
+   cd "${pkgname}"
+   git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build () {
+   cd "${pkgname}"
+   autoreconf -fis
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin
+   make
+}
+
+check(){
+   cd "${pkgname}"
+   make check
+}
+
+package (){
+   cd "${pkgname}"
+   make DESTDIR="${pkgdir}" install
+}



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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:45:08
  Author: foxboron
Revision: 1238247

upgpkg: fuse-overlayfs 1.9-1

Modified:
  fuse-overlayfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:42:04 UTC (rev 1238246)
+++ PKGBUILD2022-06-16 21:45:08 UTC (rev 1238247)
@@ -3,7 +3,7 @@
 
 pkgdesc='FUSE implementation of overlayfs'
 pkgname=fuse-overlayfs
-pkgver=1.8.2
+pkgver=1.9
 pkgrel=1
 arch=(x86_64)
 url=https://github.com/containers/fuse-overlayfs
@@ -11,7 +11,7 @@
 depends=(fuse3)
 makedepends=(git)
 options=(debug)
-_commit=d01bdd73b6bd1ffccaa163ef3e2660e1838305cb   #refs/tags/v1.8.2^{}
+_commit=51592ea406f48faeccab288f65dcba6c4a67cd90   #refs/tags/v1.9^{}
 
source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed";)
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
 sha512sums=('SKIP')



[arch-commits] Commit in perl-type-tiny/repos/community-any (PKGBUILD PKGBUILD)

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:42:04
  Author: foxboron
Revision: 1238246

archrelease: copy trunk to community-any

Added:
  perl-type-tiny/repos/community-any/PKGBUILD
(from rev 1238245, perl-type-tiny/trunk/PKGBUILD)
Deleted:
  perl-type-tiny/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:41:58 UTC (rev 1238245)
+++ PKGBUILD2022-06-16 21:42:04 UTC (rev 1238246)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bruno Pagani 
-
-_pkg=Type-Tiny
-pkgname=perl-${_pkg,,}
-pkgver=1.012004
-pkgrel=2
-pkgdesc="Tiny, yet Moo(se)-compatible type constraint"
-arch=(any)
-url="https://metacpan.org/release/${_pkg}";
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl perl-exporter-tiny)
-checkdepends=(perl-test-simple)
-source=(https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz)
-sha512sums=('26b861f1e9caad5717f14eb0a6c71010f0306b614292fdc5ee95041ebdd2035ac6cfd4a6a186943479de630f3ff14391467f5cec86bc4c08842cec30d2af')
-
-build() {
-cd ${_pkg}-${pkgver}
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd ${_pkg}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkg}-${pkgver}
-make INSTALLDIRS=vendor DESTDIR="${pkgdir}" install
-}

Copied: perl-type-tiny/repos/community-any/PKGBUILD (from rev 1238245, 
perl-type-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 21:42:04 UTC (rev 1238246)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bruno Pagani 
+
+_pkg=Type-Tiny
+pkgname=perl-${_pkg,,}
+pkgver=1.012005
+pkgrel=1
+pkgdesc="Tiny, yet Moo(se)-compatible type constraint"
+arch=(any)
+url="https://metacpan.org/release/${_pkg}";
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl perl-exporter-tiny)
+checkdepends=(perl-test-simple)
+source=(https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz)
+sha512sums=('2babd94db03ac6f48b1617082a3eac0552db30ecc189dc6b02710e63b2d255a92b08e6f6be4b27d7d95ce7c01767ff3be9421bddefa0e13e8d0114a122a0bbac')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-type-tiny/trunk (PKGBUILD)

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:41:58
  Author: foxboron
Revision: 1238245

upgpkg: perl-type-tiny 1.012005-1

Modified:
  perl-type-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:41:28 UTC (rev 1238244)
+++ PKGBUILD2022-06-16 21:41:58 UTC (rev 1238245)
@@ -3,8 +3,8 @@
 
 _pkg=Type-Tiny
 pkgname=perl-${_pkg,,}
-pkgver=1.012004
-pkgrel=2
+pkgver=1.012005
+pkgrel=1
 pkgdesc="Tiny, yet Moo(se)-compatible type constraint"
 arch=(any)
 url="https://metacpan.org/release/${_pkg}";
@@ -13,7 +13,7 @@
 depends=(perl perl-exporter-tiny)
 checkdepends=(perl-test-simple)
 
source=(https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz)
-sha512sums=('26b861f1e9caad5717f14eb0a6c71010f0306b614292fdc5ee95041ebdd2035ac6cfd4a6a186943479de630f3ff14391467f5cec86bc4c08842cec30d2af')
+sha512sums=('2babd94db03ac6f48b1617082a3eac0552db30ecc189dc6b02710e63b2d255a92b08e6f6be4b27d7d95ce7c01767ff3be9421bddefa0e13e8d0114a122a0bbac')
 
 build() {
 cd ${_pkg}-${pkgver}



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

2022-06-16 Thread Orhun Parmaksiz via arch-commits
Date: Thursday, June 16, 2022 @ 21:41:28
  Author: orhun
Revision: 1238244

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:41:19 UTC (rev 1238243)
+++ PKGBUILD2022-06-16 21:41:28 UTC (rev 1238244)
@@ -1,41 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Philipp A. 
-# Contributor: Jian Zeng 
-
-pkgname=cargo-expand
-pkgver=1.0.23
-pkgrel=1
-pkgdesc="Subcommand to show result of macro expansion"
-arch=('x86_64')
-url='https://github.com/dtolnay/cargo-expand'
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('e4798c3a81102ae1460d5b9ab1f8692eb7306a3ad4d6cb55f541699c90b10ff6')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-}
-
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo-expand/repos/community-x86_64/PKGBUILD (from rev 1238243, 
cargo-expand/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 21:41:28 UTC (rev 1238244)
@@ -0,0 +1,41 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Philipp A. 
+# Contributor: Jian Zeng 
+
+pkgname=cargo-expand
+pkgver=1.0.24
+pkgrel=1
+pkgdesc="Subcommand to show result of macro expansion"
+arch=('x86_64')
+url='https://github.com/dtolnay/cargo-expand'
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('b2925adf88b0dbede3595b30e22e09ca4762dce55583ed8f4fc7ea272f40c2b2')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+}
+
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-06-16 Thread Orhun Parmaksiz via arch-commits
Date: Thursday, June 16, 2022 @ 21:41:19
  Author: orhun
Revision: 1238243

upgpkg: cargo-expand 1.0.24-1: upstream release

Modified:
  cargo-expand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:40:41 UTC (rev 1238242)
+++ PKGBUILD2022-06-16 21:41:19 UTC (rev 1238243)
@@ -3,7 +3,7 @@
 # Contributor: Jian Zeng 
 
 pkgname=cargo-expand
-pkgver=1.0.23
+pkgver=1.0.24
 pkgrel=1
 pkgdesc="Subcommand to show result of macro expansion"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('e4798c3a81102ae1460d5b9ab1f8692eb7306a3ad4d6cb55f541699c90b10ff6')
+sha256sums=('b2925adf88b0dbede3595b30e22e09ca4762dce55583ed8f4fc7ea272f40c2b2')
 options=('!lto')
 
 prepare() {



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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:40:41
  Author: foxboron
Revision: 1238242

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:40:34 UTC (rev 1238241)
+++ PKGBUILD2022-06-16 21:40:41 UTC (rev 1238242)
@@ -1,45 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Kevin Azzam 
-
-pkgname=python-hidapi
-_pipname=hidapi
-pkgver=0.11.2
-#_pkgver=${pkgver%.*}.post${pkgver##*.}
-_pkgver="$pkgver"
-pkgrel=3
-arch=('x86_64')
-pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
-url="https://github.com/trezor/cython-hidapi";
-depends=('python' 'hidapi')
-makedepends=('cython' 'python-setuptools' 'udev')
-license=('custom')
-source=("https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz";)
-sha512sums=('f1bf1bc9174a4069b10ba33c18b8b5c02bd046ca2bdb1fc90377bad2c53fa1457e15cea1e8c70cb7f06f7a0b54cc9d9841b122024640404d21d1b3b1e091a9f4')
-
-build() {
-  cd "$_pipname-$_pkgver"
-
-  python setup.py build \
---without-libusb --with-system-hidapi
-}
-
-check() {
-  cd "$_pipname-$_pkgver"
-
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" python tests.py
-}
-
-package_python-hidapi() {
-  cd "$_pipname-$_pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build \
---without-libusb --with-system-hidapi
-
-  install -Dm 755 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  install -Dm 755 LICENSE-bsd.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-bsd.txt
-  install -Dm 755 LICENSE-gpl3.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-gpl3.txt
-  install -Dm 755 LICENSE-orig.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-orig.txt
-}

Copied: python-hidapi/repos/community-x86_64/PKGBUILD (from rev 1238241, 
python-hidapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 21:40:41 UTC (rev 1238242)
@@ -0,0 +1,45 @@
+# Maintainer: Morten Linderud 
+# Contributor: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Kevin Azzam 
+
+pkgname=python-hidapi
+_pipname=hidapi
+pkgver=0.12.0.2
+_pkgver=${pkgver%.*}.post${pkgver##*.}
+# _pkgver="$pkgver"
+pkgrel=1
+arch=('x86_64')
+pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
+url="https://github.com/trezor/cython-hidapi";
+depends=('python' 'hidapi')
+makedepends=('cython' 'python-setuptools' 'udev')
+license=('custom')
+source=("https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz";)
+sha512sums=('dee9f1f07e4f297b935c8e3fbe798471f449f6a101d68131db23d24ccfb5ce445cc3b0e7305606d3630443a817aa75a27093109078735168a59d21614606f0a0')
+
+build() {
+  cd "$_pipname-$_pkgver"
+
+  python setup.py build \
+--without-libusb --with-system-hidapi
+}
+
+check() {
+  cd "$_pipname-$_pkgver"
+
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" python tests.py
+}
+
+package_python-hidapi() {
+  cd "$_pipname-$_pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build \
+--without-libusb --with-system-hidapi
+
+  install -Dm 755 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm 755 LICENSE-bsd.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-bsd.txt
+  install -Dm 755 LICENSE-gpl3.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-gpl3.txt
+  install -Dm 755 LICENSE-orig.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-orig.txt
+}



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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:40:34
  Author: foxboron
Revision: 1238241

upgpkg: python-hidapi 0.12.0.2-1

Modified:
  python-hidapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:38:34 UTC (rev 1238240)
+++ PKGBUILD2022-06-16 21:40:34 UTC (rev 1238241)
@@ -5,10 +5,10 @@
 
 pkgname=python-hidapi
 _pipname=hidapi
-pkgver=0.11.2
-#_pkgver=${pkgver%.*}.post${pkgver##*.}
-_pkgver="$pkgver"
-pkgrel=3
+pkgver=0.12.0.2
+_pkgver=${pkgver%.*}.post${pkgver##*.}
+# _pkgver="$pkgver"
+pkgrel=1
 arch=('x86_64')
 pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
 url="https://github.com/trezor/cython-hidapi";
@@ -16,7 +16,7 @@
 makedepends=('cython' 'python-setuptools' 'udev')
 license=('custom')
 
source=("https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz";)
-sha512sums=('f1bf1bc9174a4069b10ba33c18b8b5c02bd046ca2bdb1fc90377bad2c53fa1457e15cea1e8c70cb7f06f7a0b54cc9d9841b122024640404d21d1b3b1e091a9f4')
+sha512sums=('dee9f1f07e4f297b935c8e3fbe798471f449f6a101d68131db23d24ccfb5ce445cc3b0e7305606d3630443a817aa75a27093109078735168a59d21614606f0a0')
 
 build() {
   cd "$_pipname-$_pkgver"



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:32
  Author: heftig
Revision: 448927

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 448925, nvidia/trunk/PKGBUILD)
Deleted:
  nvidia/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:31:31 UTC (rev 448926)
+++ PKGBUILD2022-06-16 21:31:32 UTC (rev 448927)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgname=nvidia
-pkgver=515.48.07
-pkgrel=10
-pkgdesc="NVIDIA drivers for linux"
-arch=('x86_64')
-url="https://www.nvidia.com/";
-makedepends=('linux-headers' "nvidia-dkms=$pkgver")
-provides=('NVIDIA-MODULE')
-license=('custom')
-options=('!strip')
-
-build() {
-_kernver=$(
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=515.48.07
+pkgrel=11
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/";
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

[arch-commits] Commit in netfilter-fullconenat/repos/community-testing-x86_64 (4 files)

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:31
  Author: heftig
Revision: 1238228

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 1238227, netfilter-fullconenat/trunk/PKGBUILD)
  netfilter-fullconenat/repos/community-testing-x86_64/linux-5.15.patch
(from rev 1238227, netfilter-fullconenat/trunk/linux-5.15.patch)
Deleted:
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
  netfilter-fullconenat/repos/community-testing-x86_64/linux-5.15.patch

--+
 PKGBUILD |   92 +--
 linux-5.15.patch |  136 ++---
 2 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:31:29 UTC (rev 1238227)
+++ PKGBUILD2022-06-16 21:31:31 UTC (rev 1238228)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Edward Pacman 
-
-pkgname=netfilter-fullconenat
-pkgver=r73.0cf3b48
-pkgrel=210
-pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
-arch=('x86_64')
-url="https://github.com/Chion82/netfilter-full-cone-nat";
-license=('GPL2')
-depends=("linux")
-makedepends=('linux-headers' 'git')
-_commit=0cf3b48fd7d2fa81d0297d1fff12bbd0580fc435  # master
-source=("${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat#commit=${_commit}";
-linux-5.15.patch)
-sha256sums=('SKIP'
-'d785622e80ed3348be133270ac974dd372e0d6d770f0da554edbcbf20e94d6a6')
-
-pkgver() {
-  cd ${pkgname}
-  ( set -o pipefail
-git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
-printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
-  )
-}
-
-prepare() {
-  cd ${pkgname}
-  echo "obj-m = xt_FULLCONENAT.o" > Kbuild
-  patch -p1 -i ../linux-5.15.patch
-}
-
-build() {
-  cd ${pkgname}
-  make -C /usr/src/linux M=$PWD modules
-}
-
-package() {
-  local extradir=/usr/lib/modules/$(
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=211
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat";
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+_commit=0cf3b48fd7d2fa81d0297d1fff12bbd0580fc435  # master
+source=("${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat#commit=${_commit}";
+linux-5.15.patch)
+sha256sums=('SKIP'
+'d785622e80ed3348be133270ac974dd372e0d6d770f0da554edbcbf20e94d6a6')
+
+pkgver() {
+  cd ${pkgname}
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+prepare() {
+  cd ${pkgname}
+  echo "obj-m = xt_FULLCONENAT.o" > Kbuild
+  patch -p1 -i ../linux-5.15.patch
+}
+
+build() {
+  cd ${pkgname}
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  local extradir=/usr/lib/modules/$(net, &ct_event_notifier) == 0) {
-   ct_event_notifier_registered = 1;
-@@ -1252,6 +1255,11 @@ static int fullconenat_tg_check(const struct 
xt_tgchk_param *par)
- } else {
-   printk("xt_FULLCONENAT: warning: failed to register a conntrack 
notifier. Disable active GC for mappings.\n");
- }
-+#else
-+ct_event_notifier.ct_event = ct_event_cb;
-+nf_conntrack_register_notifier(par->net, &ct_event_notifier);
-+pr_debug("xt_FULLCONENAT: fullconenat_tg_check(): ct_event_notifier 
registered\n");
-+#endif
- 
-   }
- 
-@@ -1269,6 +1277,7 @@ static void fullconenat_tg_destroy(const struct 
xt_tgdtor_param *par)
-   pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): tg_refer_count is now 
%d\n", tg_refer_count);
- 
-   if (tg_refer_count == 0) {
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,15,0)
- if (ct_event_notifier_registered) {
-   nf_conntrack_unregister_notifier(par->net, &ct_event_notifier);
-   ct_event_notifier_registered = 0;
-@@ -1276,6 +1285,10 @@ static void fullconenat_tg_destroy(const struct 
xt_tgdtor_param *par)
-   pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): ct_event_notifier 
unregistered\n");
- 
- }
-+#else
-+nf_conntrack_unregister_notifier(par->net);
-+pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): ct_event_notifier 
unregistered\n");
-+#endif
- nf_ct_netns_put(par->net, par->family);
-   }
- 

Copied: netfilter-fullconenat/repos/community-testing-x86_64/linux-5.15.patch 
(from rev 1238227, netfilter-fullconenat/trunk/linux-5.15.patch)
===
--- linux-5.15.patch(rev 0)
+++ linux-5.15.patch2022-06-16 21:31:31 UTC (rev 1238228)
@@ -0,0 +1,68 @@
+diff --git a/xt_FULLCONENAT.c b/xt_FULLCONENAT.c
+index 9bb8660..c061b98 100644
+--- a/xt_FULLCONENAT.c
 b/xt_FULLCO

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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:29
  Author: heftig
Revision: 1238227

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 1238224, deepin-anything-arch/trunk/PKGBUILD)
Deleted:
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:31:29 UTC (rev 1238226)
+++ PKGBUILD2022-06-16 21:31:29 UTC (rev 1238227)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-anything-arch
-pkgver=5.0.9
-pkgrel=91
-pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-anything";
-license=('GPL3')
-makedepends=('linux-headers')
-provides=('DEEPIN-ANYTHING-MODULE')
-replaces=('deepin-anything-module')
-source=("https://github.com/linuxdeepin/deepin-anything/archive/$pkgver/deepin-anything-$pkgver.tar.gz";)
-sha512sums=('d7038f900c7f6cf2af156ced0fab6bcd46bff347011acc34b5d355ae8f09efe3f323724b728fbfe9c8b961e238ceb7c81aaf45f2e446b5d9ce908e8c0a658c5b')
-
-build() {
-  cd deepin-anything-$pkgver
-  make -C kernelmod kdir=/usr/src/linux
-}
-
-package() {
-  depends=('linux')
-
-  cd deepin-anything-$pkgver
-  local extradir=/usr/lib/modules/$(
+
+pkgname=deepin-anything-arch
+pkgver=5.0.9
+pkgrel=92
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything";
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("https://github.com/linuxdeepin/deepin-anything/archive/$pkgver/deepin-anything-$pkgver.tar.gz";)
+sha512sums=('d7038f900c7f6cf2af156ced0fab6bcd46bff347011acc34b5d355ae8f09efe3f323724b728fbfe9c8b961e238ceb7c81aaf45f2e446b5d9ce908e8c0a658c5b')
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:35
  Author: heftig
Revision: 448929

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 448927, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 448927, linux-zen/trunk/config)
Deleted:
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/config

--+
 PKGBUILD |  408 -
 config   |22200 ++---
 2 files changed, 11302 insertions(+), 11306 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 448928:448929 to see the changes.


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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:31
  Author: heftig
Revision: 448926

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-open/repos/testing-x86_64/PKGBUILD
(from rev 448925, nvidia-open/trunk/PKGBUILD)
  nvidia-open/repos/testing-x86_64/nvidia-open-gcc-ibt-sls.patch
(from rev 448925, nvidia-open/trunk/nvidia-open-gcc-ibt-sls.patch)
Deleted:
  nvidia-open/repos/testing-x86_64/PKGBUILD
  nvidia-open/repos/testing-x86_64/nvidia-open-gcc-ibt-sls.patch

---+
 PKGBUILD  |  188 
 nvidia-open-gcc-ibt-sls.patch |   56 +--
 2 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:19:01 UTC (rev 448925)
+++ PKGBUILD2022-06-16 21:31:31 UTC (rev 448926)
@@ -1,94 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=nvidia-open
-pkgname=(nvidia-open nvidia-open-dkms)
-pkgver=515.48.07
-pkgrel=5
-pkgdesc="NVIDIA open kernel modules"
-arch=('x86_64')
-url="https://github.com/NVIDIA/open-gpu-kernel-modules";
-depends=("nvidia-utils=${pkgver}" 'libglvnd')
-makedepends=('linux-headers')
-license=('GPL')
-options=('!lto' '!buildflags')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz";
-nvidia-open-gcc-ibt-sls.patch)
-sha512sums=('b5f8b608343c93e0755d0c847d472a68f773c9d9ffb268462489d3d4aad3ab0abe8fb11860ec637abea135bda4eef55c4ffd00d4f817fa48161b5908a09bdf34'
-
'a8821f36c7515bfe4f50d7e3d15a6a8464ec833ca19818d674e300199f3867971f6fba35e1a357fa8ced08cc91d36c2f7fb37cb247bcbf18fa706f97916639b5')
-
-prepare() {
-  cd open-gpu-kernel-modules-${pkgver}
-
-  # Fix for https://bugs.archlinux.org/task/74886
-  patch -Np1 --no-backup-if-mismatch -i "$srcdir"/nvidia-open-gcc-ibt-sls.patch
-
-  # Attempt to make this reproducible
-  sed -i "s/^HOSTNAME.*/HOSTNAME = echo archlinux"/ utils.mk
-  sed -i "s/^WHOAMI.*/WHOAMI = echo archlinux-builder"/ utils.mk
-  sed -i "s/^DATE.*/DATE = date -r version.mk"/ utils.mk
-
-  sed -i "s/__VERSION_STRING/${pkgver}/" kernel-open/dkms.conf
-  sed -i 's/__JOBS/`nproc`/' kernel-open/dkms.conf
-  sed -i 's/__EXCLUDE_MODULES//' kernel-open/dkms.conf
-  sed -i 's/__DKMS_MODULES//' kernel-open/dkms.conf
-  sed -i '$i\
-BUILT_MODULE_NAME[0]="nvidia"\
-BUILT_MODULE_LOCATION[0]="kernel-open"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-BUILT_MODULE_LOCATION[1]="kernel-open"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-BUILT_MODULE_LOCATION[2]="kernel-open"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[3]="nvidia-drm"\
-BUILT_MODULE_LOCATION[3]="kernel-open"\
-DEST_MODULE_LOCATION[3]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[4]="nvidia-peermem"\
-BUILT_MODULE_LOCATION[4]="kernel-open"\
-DEST_MODULE_LOCATION[4]="/kernel/drivers/video"' kernel-open/dkms.conf
-
-  # Clean version for later copying for DKMS
-  cp -r ../open-gpu-kernel-modules-${pkgver} 
"$srcdir"/open-gpu-kernel-modules-dkms
-}
-
-build() {
-  cd open-gpu-kernel-modules-${pkgver}
-  make SYSSRC="/usr/src/linux"
-}
-
-package_nvidia-open() {
-  depends+=('linux')
-  conflicts=('NVIDIA-MODULE')
-  provides=('NVIDIA-MODULE')
-
-  cd open-gpu-kernel-modules-${pkgver}
-  _extradir="/usr/lib/modules/$( 
"$pkgdir"/usr/lib/modprobe.d/nvidia-open.conf
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_nvidia-open-dkms() {
-  depends+=('dkms')
-  conflicts=('nvidia-open' 'NVIDIA-MODULE')
-  provides=('nvidia-open' 'NVIDIA-MODULE')
-
-  install -dm 755 "${pkgdir}"/usr/src
-  # cp -dr --no-preserve='ownership' kernel-open 
"${pkgdir}/usr/src/nvidia-$pkgver"
-  cp -dr --no-preserve='ownership' open-gpu-kernel-modules-dkms 
"${pkgdir}/usr/src/nvidia-$pkgver"
-  mv "${pkgdir}/usr/src/nvidia-$pkgver/kernel-open/dkms.conf" 
"${pkgdir}/usr/src/nvidia-$pkgver/dkms.conf"
-
-  # Force module to load even on unsupported GPUs
-  mkdir -p "$pkgdir"/usr/lib/modprobe.d
-  echo "options nvidia NVreg_OpenRmEnableUnsupportedGpus=1" > 
"$pkgdir"/usr/lib/modprobe.d/nvidia-open.conf
-
-  install -Dm644 open-gpu-kernel-modules-${pkgver}/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-
-# vim:set sw=2 et:

Copied: nvidia-open/repos/testing-x86_64/PKGBUILD (from rev 448925, 
nvidia-open/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 21:31:31 UTC (rev 448926)
@@ -0,0 +1,94 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=nvidia-open
+pkgname=(nvidia-open nvidia-open-dkms)
+pkgver=515.48.07
+pkgrel=6
+pkgdesc="NVIDIA open kernel modules"
+arch=('x86_64')
+url="https://github.com/NVIDIA/open-gpu-kernel-modules";
+depends=("nvidia-utils=${pkgver}" 'libglvnd')
+makedepends=('linux-headers')
+license=('GPL')
+option

[arch-commits] Commit in jami-qt/trunk (PKGBUILD drop-qt-version-check.patch)

2022-06-16 Thread Antonio Rojas via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:33
  Author: arojas
Revision: 1238231

Drop useless Qt version check (FS#75093)

Added:
  jami-qt/trunk/drop-qt-version-check.patch
Modified:
  jami-qt/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++---
 drop-qt-version-check.patch |   17 +
 2 files changed, 28 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:31:32 UTC (rev 1238230)
+++ PKGBUILD2022-06-16 21:31:33 UTC (rev 1238231)
@@ -2,7 +2,7 @@
 
 pkgname=jami-qt
 pkgver=20220511
-pkgrel=2
+pkgrel=3
 pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (Qt client)"
 arch=(x86_64)
 url="https://jami.net";
@@ -15,8 +15,10 @@
 replaces=(jami-gnome)
 conflicts=(jami-gnome)
 _commit=820ef3092c65076900f2acb08204a712816f8ad5
-source=(git+https://git.jami.net/savoirfairelinux/jami-client-qt.git#commit=${_commit})
-md5sums=(SKIP)
+source=(git+https://git.jami.net/savoirfairelinux/jami-client-qt.git#commit=${_commit}
+drop-qt-version-check.patch)
+md5sums=('SKIP'
+ 'dca36b057d34c8b965d2d06dfb09afd9')
 
 pkgver() {
   cd jami-client-qt
@@ -23,6 +25,12 @@
   TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD
 }
 
+prepare() {
+  cd jami-client-qt
+# Drop strict Qt version check. Qt is ABI stable and jami is not using any 
private API
+  patch -p1 -i ../drop-qt-version-check.patch
+}
+
 build() {
   cmake -B build -S jami-client-qt \
 -DCMAKE_INSTALL_PREFIX=/usr \

Added: drop-qt-version-check.patch
===
--- drop-qt-version-check.patch (rev 0)
+++ drop-qt-version-check.patch 2022-06-16 21:31:33 UTC (rev 1238231)
@@ -0,0 +1,17 @@
+diff --git a/src/app/mainapplication.cpp b/src/app/mainapplication.cpp
+index fdf96462..d6ee4634 100644
+--- a/src/mainapplication.cpp
 b/src/mainapplication.cpp
+@@ -100,12 +100,6 @@ ScreenInfo::setCurrentFocusWindow(QWindow* window)
+ MainApplication::MainApplication(int& argc, char** argv)
+ : QApplication(argc, argv)
+ {
+-const char* qtVersion = qVersion();
+-qInfo() << "Using Qt runtime version:" << qtVersion;
+-if (strncmp(qtVersion, QT_VERSION_STR, strnlen(qtVersion, sizeof 
qtVersion)) != 0) {
+-qFatal("Qt build version mismatch! %s", QT_VERSION_STR);
+-}
+-
+ parseArguments();
+ QObject::connect(this, &QApplication::aboutToQuit, [this] { cleanup(); });
+ }



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:32
  Author: heftig
Revision: 1238230

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 1238227, virtualbox-host-modules-arch/trunk/PKGBUILD)
Deleted:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:31:31 UTC (rev 1238229)
+++ PKGBUILD2022-06-16 21:31:32 UTC (rev 1238230)
@@ -1,40 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgname='virtualbox-host-modules-arch'
-pkgver=6.1.34
-pkgrel=15
-pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-arch=('x86_64')
-url='https://virtualbox.org/'
-license=('GPL')
-makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
-replaces=('virtualbox-modules' 'virtualbox-host-modules')
-conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-   'virtualbox-host-dkms')
-provides=('VIRTUALBOX-HOST-MODULES')
-
-build() {
-  _kernver="$(
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.34
+pkgrel=16
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:31
  Author: heftig
Revision: 1238229

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 1238227, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux518.patch
(from rev 1238227, r8168/trunk/linux518.patch)
Deleted:
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux518.patch

+
 PKGBUILD   |  106 +++
 linux518.patch |  104 ++---
 2 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:31:31 UTC (rev 1238228)
+++ PKGBUILD2022-06-16 21:31:31 UTC (rev 1238229)
@@ -1,53 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.050.02
-pkgrel=6
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('x86_64')
-makedepends=('linux-headers')
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
-
https://github.com/mtorromeo/r8168/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc
-linux518.patch)
-sha256sums=('87b8f98bc6f519f28b641384a59be4a020eb8b73a8853c32e940cba7801a93be'
-'SKIP'
-'d8d542770e504775600f686d03412a37cc32489872be7aeb388b5b08d9806096')
-validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF') # Massimiliano 
Torromeo 
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -Np1 -i ../linux518.patch
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/src/linux M="$PWD/src" \
-   ENABLE_USE_FIRMWARE_FILE=y \
-   CONFIG_R8168_NAPI=y \
-   CONFIG_R8168_VLAN=y \
-   CONFIG_ASPM=y \
-   ENABLE_S5WOL=y \
-   ENABLE_EEE=y \
-   modules
-}
-
-package() {
-   depends=('glibc' 'linux')
-
-   local extradir=/usr/lib/modules/$(
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.050.02
+pkgrel=7
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc
+linux518.patch)
+sha256sums=('87b8f98bc6f519f28b641384a59be4a020eb8b73a8853c32e940cba7801a93be'
+'SKIP'
+'d8d542770e504775600f686d03412a37cc32489872be7aeb388b5b08d9806096')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF') # Massimiliano 
Torromeo 
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux518.patch
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   ENABLE_USE_FIRMWARE_FILE=y \
+   CONFIG_R8168_NAPI=y \
+   CONFIG_R8168_VLAN=y \
+   CONFIG_ASPM=y \
+   ENABLE_S5WOL=y \
+   ENABLE_EEE=y \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(opts2 = 0;
- while (1) {
- memset(tmpAddr, pattern++, len - 14);
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,18,0)
- pci_dma_sync_single_for_device(tp->pci_dev,
-le64_to_cpu(mapping),
-len, DMA_TO_DEVICE);
-+#else
-+dma_sync_single_for_device(tp_to_dev(tp),
-+   le64_to_cpu(mapping),
-+   len, DMA_TO_DEVICE);
-+#endif
- txd->opts1 = cpu_to_le32(DescOwn | FirstFrag | LastFrag | 
len);
- 
- RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig)  | AcceptMyPhys);
-@@ -3726,7 +3732,11 @@
- if (rx_len == len) {
- dma_sync_single_for_cpu(tp_to_dev(tp), 
le64_to_cpu(rxd->addr), tp->rx_buf_sz, DMA_FROM_DEVICE);
- i = memcmp(skb->data, rx_skb->data, rx_len);
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5,18,0)
- pci_dma_sync_single_for_device(tp->pci_dev, 
le64_to_cpu(rxd->addr), tp->rx_buf_sz, DMA_FROM_DEVICE);
-+#else
-+dma_sync_single_for_device(tp_to_dev(tp), 
le64_to_cpu(rxd->addr), tp->rx_buf_sz, DMA_

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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:35
  Author: heftig
Revision: 448928

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/PKGBUILD
(from rev 448927, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 448927, linux/trunk/config)
Deleted:
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/config

--+
 PKGBUILD |  408 -
 config   |22088 ++---
 2 files changed, 11246 insertions(+), 11250 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 448927:448928 to see the changes.


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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:38:34
  Author: foxboron
Revision: 1238240

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:38:28 UTC (rev 1238239)
+++ PKGBUILD2022-06-16 21:38:34 UTC (rev 1238240)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Sergej Pupykin 
-# Contributor : Giedrius Slavinskas 
-
-pkgname=python-babel
-pkgver=2.10.1
-_core=41
-pkgrel=1
-pkgdesc="A collection of tools for internationalizing Python applications"
-url="http://babel.pocoo.org/";
-license=("BSD")
-arch=('any')
-depends=('python' 'python-pytz')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-freezegun')
-noextract=("cldr-core-$_core.zip")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz";
-"cldr-core-$_core.zip::http://unicode.org/Public/cldr/$_core/core.zip";)
-sha256sums=('7a61207b1d269a09462313ef3065d7bc1b54c9a14ae00f5006e169639674b230'
-'823c6170c41e2de2c229574e8a436332d25f1c9723409867fe721e00bc92d853')
-
-prepare() {
-  cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver/cldr/cldr-core-$_core.zip
-}
-
-build(){
-  cd "babel-$pkgver"
-  python setup.py import_cldr
-  python setup.py build
-}
-
-check(){
-  cd "babel-$pkgver"
-  # the tests fail if running in the wrong timezone:
-  # https://github.com/python-babel/babel/issues/757
-  TZ=UTC python setup.py pytest
-}
-
-package_python-babel() {
-  cd "babel-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-babel/repos/community-any/PKGBUILD (from rev 1238239, 
python-babel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 21:38:34 UTC (rev 1238240)
@@ -0,0 +1,46 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Sergej Pupykin 
+# Contributor : Giedrius Slavinskas 
+
+pkgname=python-babel
+pkgver=2.10.3
+_core=41
+pkgrel=1
+pkgdesc="A collection of tools for internationalizing Python applications"
+url="http://babel.pocoo.org/";
+license=("BSD")
+arch=('any')
+depends=('python' 'python-pytz')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-freezegun')
+noextract=("cldr-core-$_core.zip")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz";
+"cldr-core-$_core.zip::http://unicode.org/Public/cldr/$_core/core.zip";
+
"cldr-common-$_core.0.zip::http://unicode.org/Public/cldr/$_core/cldr-common-$_core.0.zip";)
+sha256sums=('960d7a36861836081929735afe5a98aa2fb0d3720e3abc44e2d0950092e0a573'
+'823c6170c41e2de2c229574e8a436332d25f1c9723409867fe721e00bc92d853'
+'823c6170c41e2de2c229574e8a436332d25f1c9723409867fe721e00bc92d853')
+
+prepare() {
+  cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver/cldr/cldr-core-$_core.zip
+  cp "$srcdir"/cldr-common-$_core.0.zip 
babel-$pkgver/cldr/cldr-common-$_core.0.zip
+}
+
+build(){
+  cd "babel-$pkgver"
+  python setup.py import_cldr
+  python setup.py build
+}
+
+check(){
+  cd "babel-$pkgver"
+  # the tests fail if running in the wrong timezone:
+  # https://github.com/python-babel/babel/issues/757
+  TZ=UTC python setup.py pytest
+}
+
+package_python-babel() {
+  cd "babel-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:38:28
  Author: foxboron
Revision: 1238239

upgpkg: python-babel 2.10.3-1

Modified:
  python-babel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:37:40 UTC (rev 1238238)
+++ PKGBUILD2022-06-16 21:38:28 UTC (rev 1238239)
@@ -3,7 +3,7 @@
 # Contributor : Giedrius Slavinskas 
 
 pkgname=python-babel
-pkgver=2.10.1
+pkgver=2.10.3
 _core=41
 pkgrel=1
 pkgdesc="A collection of tools for internationalizing Python applications"
@@ -15,12 +15,15 @@
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-freezegun')
 noextract=("cldr-core-$_core.zip")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz";
-"cldr-core-$_core.zip::http://unicode.org/Public/cldr/$_core/core.zip";)
-sha256sums=('7a61207b1d269a09462313ef3065d7bc1b54c9a14ae00f5006e169639674b230'
+"cldr-core-$_core.zip::http://unicode.org/Public/cldr/$_core/core.zip";
+
"cldr-common-$_core.0.zip::http://unicode.org/Public/cldr/$_core/cldr-common-$_core.0.zip";)
+sha256sums=('960d7a36861836081929735afe5a98aa2fb0d3720e3abc44e2d0950092e0a573'
+'823c6170c41e2de2c229574e8a436332d25f1c9723409867fe721e00bc92d853'
 '823c6170c41e2de2c229574e8a436332d25f1c9723409867fe721e00bc92d853')
 
 prepare() {
   cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver/cldr/cldr-core-$_core.zip
+  cp "$srcdir"/cldr-common-$_core.0.zip 
babel-$pkgver/cldr/cldr-common-$_core.0.zip
 }
 
 build(){



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

2022-06-16 Thread Orhun Parmaksiz via arch-commits
Date: Thursday, June 16, 2022 @ 21:37:40
  Author: orhun
Revision: 1238238

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:37:28 UTC (rev 1238237)
+++ PKGBUILD2022-06-16 21:37:40 UTC (rev 1238238)
@@ -1,41 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Philipp A. 
-
-pkgname=cargo-generate
-pkgver=0.15.0
-pkgrel=1
-pkgdesc="Use pre-existing git repositories as templates"
-arch=('x86_64')
-url="https://github.com/cargo-generate/cargo-generate";
-license=('MIT' 'Apache')
-depends=('curl' 'libgit2')
-makedepends=('cargo' 'libssh2')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1d830aa3ac8fe07351eeb3e92726d10d10e7fdc29f88fd6614f1c929c0f97721')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  export RUSTUP_TOOLCHAIN=stable
-  export LIBSSH2_SYS_USE_PKG_CONFIG=1
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-}
-
-check() {
-  export RUSTUP_TOOLCHAIN=stable
-  cd "$pkgname-$pkgver"
-  cargo test --frozen --lib
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-generate/repos/community-x86_64/PKGBUILD (from rev 1238237, 
cargo-generate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 21:37:40 UTC (rev 1238238)
@@ -0,0 +1,39 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Philipp A. 
+
+pkgname=cargo-generate
+pkgver=0.15.2
+pkgrel=1
+pkgdesc="Use pre-existing git repositories as templates"
+arch=('x86_64')
+url="https://github.com/cargo-generate/cargo-generate";
+license=('MIT' 'Apache')
+depends=('curl' 'libgit2')
+makedepends=('cargo' 'libssh2' 'openssl')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('ee990756830fc7547dc8fa2a7e97cc09cc0b600fc55d482ce690abb501be5e41')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  CFLAGS+=" -ffat-lto-objects"
+  cargo build --release --frozen
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen --lib
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-16 Thread Orhun Parmaksiz via arch-commits
Date: Thursday, June 16, 2022 @ 21:37:28
  Author: orhun
Revision: 1238237

upgpkg: cargo-generate 0.15.2-1: upstream release

Modified:
  cargo-generate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:33:52 UTC (rev 1238236)
+++ PKGBUILD2022-06-16 21:37:28 UTC (rev 1238237)
@@ -2,7 +2,7 @@
 # Contributor: Philipp A. 
 
 pkgname=cargo-generate
-pkgver=0.15.0
+pkgver=0.15.2
 pkgrel=1
 pkgdesc="Use pre-existing git repositories as templates"
 arch=('x86_64')
@@ -9,9 +9,9 @@
 url="https://github.com/cargo-generate/cargo-generate";
 license=('MIT' 'Apache')
 depends=('curl' 'libgit2')
-makedepends=('cargo' 'libssh2')
+makedepends=('cargo' 'libssh2' 'openssl')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1d830aa3ac8fe07351eeb3e92726d10d10e7fdc29f88fd6614f1c929c0f97721')
+sha256sums=('ee990756830fc7547dc8fa2a7e97cc09cc0b600fc55d482ce690abb501be5e41')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -19,14 +19,12 @@
 }
 
 build() {
-  export RUSTUP_TOOLCHAIN=stable
-  export LIBSSH2_SYS_USE_PKG_CONFIG=1
   cd "$pkgname-$pkgver"
+  CFLAGS+=" -ffat-lto-objects"
   cargo build --release --frozen
 }
 
 check() {
-  export RUSTUP_TOOLCHAIN=stable
   cd "$pkgname-$pkgver"
   cargo test --frozen --lib
 }



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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:33:52
  Author: foxboron
Revision: 1238236

archrelease: copy trunk to community-any

Added:
  python-google-api-python-client/repos/community-any/PKGBUILD
(from rev 1238235, python-google-api-python-client/trunk/PKGBUILD)
Deleted:
  python-google-api-python-client/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:33:46 UTC (rev 1238235)
+++ PKGBUILD2022-06-16 21:33:52 UTC (rev 1238236)
@@ -1,30 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Maintainer: Morten Linderud 
-# Contributor: shadyabhi 
-
-pkgname=python-google-api-python-client
-pkgver=2.49.0
-pkgrel=1
-pkgdesc="Google API Client Library for Python"
-arch=('any')
-url="https://github.com/google/google-api-python-client";
-license=('Apache')
-depends=('python-google-auth-httplib2' 'python-uritemplate' 
'python-google-api-core')
-optdepends=('python-oauth2client: optional backend')
-makedepends=('python-setuptools')
-source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz";)
-sha256sums=('32e45a49874d0c4ee71b92ce985d8b6c3fbb69a3e8e3cecfa04627a3b978240e')
-
-build() {
-  cd "google-api-python-client-${pkgver}"
-  python setup.py build
-}
- 
-package() {
-  cd "google-api-python-client-$pkgver"
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  # Workaround for FS#47243
-  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
-  chmod -R a+r "$pkgdir$_site_packages"
-}

Copied: python-google-api-python-client/repos/community-any/PKGBUILD (from rev 
1238235, python-google-api-python-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 21:33:52 UTC (rev 1238236)
@@ -0,0 +1,30 @@
+# Maintainer: Andrzej Giniewicz 
+# Maintainer: Morten Linderud 
+# Contributor: shadyabhi 
+
+pkgname=python-google-api-python-client
+pkgver=2.51.0
+pkgrel=1
+pkgdesc="Google API Client Library for Python"
+arch=('any')
+url="https://github.com/google/google-api-python-client";
+license=('Apache')
+depends=('python-google-auth-httplib2' 'python-uritemplate' 
'python-google-api-core')
+optdepends=('python-oauth2client: optional backend')
+makedepends=('python-setuptools')
+source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz";)
+sha256sums=('fd2e203c35d35da5552aa3f7fffa4125637cc25c94f96331660288db1ab8a12e')
+
+build() {
+  cd "google-api-python-client-${pkgver}"
+  python setup.py build
+}
+ 
+package() {
+  cd "google-api-python-client-$pkgver"
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  # Workaround for FS#47243
+  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
+  chmod -R a+r "$pkgdir$_site_packages"
+}



[arch-commits] Commit in python-google-api-python-client/trunk (PKGBUILD)

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:33:46
  Author: foxboron
Revision: 1238235

upgpkg: python-google-api-python-client 2.51.0-1

Modified:
  python-google-api-python-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:32:12 UTC (rev 1238234)
+++ PKGBUILD2022-06-16 21:33:46 UTC (rev 1238235)
@@ -3,7 +3,7 @@
 # Contributor: shadyabhi 
 
 pkgname=python-google-api-python-client
-pkgver=2.49.0
+pkgver=2.51.0
 pkgrel=1
 pkgdesc="Google API Client Library for Python"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('python-oauth2client: optional backend')
 makedepends=('python-setuptools')
 
source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz";)
-sha256sums=('32e45a49874d0c4ee71b92ce985d8b6c3fbb69a3e8e3cecfa04627a3b978240e')
+sha256sums=('fd2e203c35d35da5552aa3f7fffa4125637cc25c94f96331660288db1ab8a12e')
 
 build() {
   cd "google-api-python-client-${pkgver}"



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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:32:12
  Author: foxboron
Revision: 1238234

archrelease: copy trunk to community-any

Added:
  mypy/repos/community-any/PKGBUILD
(from rev 1238233, mypy/trunk/PKGBUILD)
Deleted:
  mypy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:32:06 UTC (rev 1238233)
+++ PKGBUILD2022-06-16 21:32:12 UTC (rev 1238234)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: icasdri 
-# Contributor: hexchain 
-
-pkgname=mypy
-pkgver=0.960
-pkgrel=1
-pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
-url="http://www.mypy-lang.org/";
-arch=('any')
-license=('MIT')
-depends=('python-psutil' 'python-typed-ast' 'python-mypy_extensions'
- 'python-typing_extensions' 'python-tomli')
-makedepends=('git' 'python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('d4fccf04c1acf750babd74252e0f2db6bd2ac3aa8fe960797d9f3ef41cf2bfd4')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: mypy/repos/community-any/PKGBUILD (from rev 1238233, 
mypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 21:32:12 UTC (rev 1238234)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud 
+# Contributor: icasdri 
+# Contributor: hexchain 
+
+pkgname=mypy
+pkgver=0.961
+pkgrel=1
+pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
+url="http://www.mypy-lang.org/";
+arch=('any')
+license=('MIT')
+depends=('python-psutil' 'python-typed-ast' 'python-mypy_extensions'
+ 'python-typing_extensions' 'python-tomli')
+makedepends=('git' 'python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-06-16 Thread Morten Linderud via arch-commits
Date: Thursday, June 16, 2022 @ 21:32:06
  Author: foxboron
Revision: 1238233

upgpkg: mypy 0.961-1

Modified:
  mypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:31:47 UTC (rev 1238232)
+++ PKGBUILD2022-06-16 21:32:06 UTC (rev 1238233)
@@ -3,7 +3,7 @@
 # Contributor: hexchain 
 
 pkgname=mypy
-pkgver=0.960
+pkgver=0.961
 pkgrel=1
 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
 url="http://www.mypy-lang.org/";
@@ -13,7 +13,7 @@
  'python-typing_extensions' 'python-tomli')
 makedepends=('git' 'python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('d4fccf04c1acf750babd74252e0f2db6bd2ac3aa8fe960797d9f3ef41cf2bfd4')
+sha256sums=('f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492')
 
 build() {
 cd "$pkgname-$pkgver"



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

2022-06-16 Thread Antonio Rojas via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:47
  Author: arojas
Revision: 1238232

archrelease: copy trunk to community-x86_64

Added:
  jami-qt/repos/community-x86_64/PKGBUILD
(from rev 1238231, jami-qt/trunk/PKGBUILD)
  jami-qt/repos/community-x86_64/drop-qt-version-check.patch
(from rev 1238231, jami-qt/trunk/drop-qt-version-check.patch)
Deleted:
  jami-qt/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   80 +++---
 drop-qt-version-check.patch |   17 
 2 files changed, 61 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:31:33 UTC (rev 1238231)
+++ PKGBUILD2022-06-16 21:31:47 UTC (rev 1238232)
@@ -1,36 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=jami-qt
-pkgver=20220511
-pkgrel=2
-pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (Qt client)"
-arch=(x86_64)
-url="https://jami.net";
-license=(GPL3)
-groups=(jami)
-depends=(jami-libclient glib2 gdk-pixbuf2 libnm libnotify qrencode
- qt6-declarative qt6-multimedia qt6-svg qt6-5compat qt6-webengine
- qt6-webchannel)
-makedepends=(git cmake python qt6-networkauth qt6-tools)
-replaces=(jami-gnome)
-conflicts=(jami-gnome)
-_commit=820ef3092c65076900f2acb08204a712816f8ad5
-source=(git+https://git.jami.net/savoirfairelinux/jami-client-qt.git#commit=${_commit})
-md5sums=(SKIP)
-
-pkgver() {
-  cd jami-client-qt
-  TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD
-}
-
-build() {
-  cmake -B build -S jami-client-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--Wno-dev
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}

Copied: jami-qt/repos/community-x86_64/PKGBUILD (from rev 1238231, 
jami-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 21:31:47 UTC (rev 1238232)
@@ -0,0 +1,44 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=jami-qt
+pkgver=20220511
+pkgrel=3
+pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (Qt client)"
+arch=(x86_64)
+url="https://jami.net";
+license=(GPL3)
+groups=(jami)
+depends=(jami-libclient glib2 gdk-pixbuf2 libnm libnotify qrencode
+ qt6-declarative qt6-multimedia qt6-svg qt6-5compat qt6-webengine
+ qt6-webchannel)
+makedepends=(git cmake python qt6-networkauth qt6-tools)
+replaces=(jami-gnome)
+conflicts=(jami-gnome)
+_commit=820ef3092c65076900f2acb08204a712816f8ad5
+source=(git+https://git.jami.net/savoirfairelinux/jami-client-qt.git#commit=${_commit}
+drop-qt-version-check.patch)
+md5sums=('SKIP'
+ 'dca36b057d34c8b965d2d06dfb09afd9')
+
+pkgver() {
+  cd jami-client-qt
+  TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD
+}
+
+prepare() {
+  cd jami-client-qt
+# Drop strict Qt version check. Qt is ABI stable and jami is not using any 
private API
+  patch -p1 -i ../drop-qt-version-check.patch
+}
+
+build() {
+  cmake -B build -S jami-client-qt \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}

Copied: jami-qt/repos/community-x86_64/drop-qt-version-check.patch (from rev 
1238231, jami-qt/trunk/drop-qt-version-check.patch)
===
--- drop-qt-version-check.patch (rev 0)
+++ drop-qt-version-check.patch 2022-06-16 21:31:47 UTC (rev 1238232)
@@ -0,0 +1,17 @@
+diff --git a/src/app/mainapplication.cpp b/src/app/mainapplication.cpp
+index fdf96462..d6ee4634 100644
+--- a/src/mainapplication.cpp
 b/src/mainapplication.cpp
+@@ -100,12 +100,6 @@ ScreenInfo::setCurrentFocusWindow(QWindow* window)
+ MainApplication::MainApplication(int& argc, char** argv)
+ : QApplication(argc, argv)
+ {
+-const char* qtVersion = qVersion();
+-qInfo() << "Using Qt runtime version:" << qtVersion;
+-if (strncmp(qtVersion, QT_VERSION_STR, strnlen(qtVersion, sizeof 
qtVersion)) != 0) {
+-qFatal("Qt build version mismatch! %s", QT_VERSION_STR);
+-}
+-
+ parseArguments();
+ QObject::connect(this, &QApplication::aboutToQuit, [this] { cleanup(); });
+ }



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:28
  Author: heftig
Revision: 1238224

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:31:28 UTC (rev 1238223)
+++ PKGBUILD2022-06-16 21:31:28 UTC (rev 1238224)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.2.2
-pkgrel=46
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-url='https://github.com/mkottman/acpi_call'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
-conflicts=('acpi_call-dkms')
-
-build() {
-  _kernver=$(
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.2
+pkgrel=47
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

[arch-commits] Commit in vhba-module/repos/community-testing-x86_64 (4 files)

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:29
  Author: heftig
Revision: 1238225

archrelease: copy trunk to community-testing-x86_64

Added:
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 1238221, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 1238222, vhba-module/trunk/dkms.conf)
Deleted:
  vhba-module/repos/community-testing-x86_64/PKGBUILD
  vhba-module/repos/community-testing-x86_64/dkms.conf

---+
 PKGBUILD  |   98 ++--
 dkms.conf |   18 +--
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:31:28 UTC (rev 1238224)
+++ PKGBUILD2022-06-16 21:31:29 UTC (rev 1238225)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgbase=vhba-module
-pkgname=(vhba-module vhba-module-dkms)
-pkgver=20211218
-pkgrel=41
-pkgdesc="Kernel module that emulates SCSI devices"
-url="https://cdemu.sourceforge.io/";
-arch=(x86_64)
-license=(GPL)
-makedepends=('linux-headers')
-source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz";
-dkms.conf)
-sha256sums=('72c5a8c1c452805e4cef8cafefcecc2d25ce197ae4c67383082802e5adcd77b6'
-'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make KERNELRELEASE="$(
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20211218
+pkgrel=42
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/";
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz";
+dkms.conf)
+sha256sums=('72c5a8c1c452805e4cef8cafefcecc2d25ce197ae4c67383082802e5adcd77b6'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:29
  Author: heftig
Revision: 1238226

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
(from rev 1238221, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 1238221, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/0003-kernel-5.18.patch
(from rev 1238222, bbswitch/trunk/0003-kernel-5.18.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 1238222, bbswitch/trunk/PKGBUILD)
Deleted:
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
  bbswitch/repos/community-testing-x86_64/0003-kernel-5.18.patch
  bbswitch/repos/community-testing-x86_64/PKGBUILD

+
 0001-proc_ops-struct.patch |   72 ++---
 0002-kernel-5.7.patch  |   22 -
 0003-kernel-5.18.patch |   38 +++
 PKGBUILD   |  104 +--
 4 files changed, 118 insertions(+), 118 deletions(-)

Deleted: 0001-proc_ops-struct.patch
===
--- 0001-proc_ops-struct.patch  2022-06-16 21:31:29 UTC (rev 1238225)
+++ 0001-proc_ops-struct.patch  2022-06-16 21:31:29 UTC (rev 1238226)
@@ -1,36 +0,0 @@
-diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
 bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
-+++ bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
-@@ -35,6 +35,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #define BBSWITCH_VERSION "0.8"
- 
-@@ -375,13 +376,23 @@
- return 0;
- }
- 
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
-+static struct proc_ops bbswitch_fops = {
-+.proc_open   = bbswitch_proc_open,
-+.proc_read   = seq_read,
-+.proc_write  = bbswitch_proc_write,
-+.proc_lseek = seq_lseek,
-+.proc_release= single_release
-+};
-+#else
- static struct file_operations bbswitch_fops = {
- .open   = bbswitch_proc_open,
- .read   = seq_read,
- .write  = bbswitch_proc_write,
- .llseek = seq_lseek,
- .release= single_release
--};
-+ };
-+#endif
- 
- static struct notifier_block nb = {
- .notifier_call = &bbswitch_pm_handler

Copied: bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch 
(from rev 1238221, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- 0001-proc_ops-struct.patch  (rev 0)
+++ 0001-proc_ops-struct.patch  2022-06-16 21:31:29 UTC (rev 1238226)
@@ -0,0 +1,36 @@
+diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
+--- bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
 bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define BBSWITCH_VERSION "0.8"
+ 
+@@ -375,13 +376,23 @@
+ return 0;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops bbswitch_fops = {
++.proc_open   = bbswitch_proc_open,
++.proc_read   = seq_read,
++.proc_write  = bbswitch_proc_write,
++.proc_lseek = seq_lseek,
++.proc_release= single_release
++};
++#else
+ static struct file_operations bbswitch_fops = {
+ .open   = bbswitch_proc_open,
+ .read   = seq_read,
+ .write  = bbswitch_proc_write,
+ .llseek = seq_lseek,
+ .release= single_release
+-};
++ };
++#endif
+ 
+ static struct notifier_block nb = {
+ .notifier_call = &bbswitch_pm_handler

Deleted: 0002-kernel-5.7.patch
===
--- 0002-kernel-5.7.patch   2022-06-16 21:31:29 UTC (rev 1238225)
+++ 0002-kernel-5.7.patch   2022-06-16 21:31:29 UTC (rev 1238226)
@@ -1,11 +0,0 @@
-diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
 bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
-+++ bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
-@@ -29,6 +29,7 @@
- #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
- 
- #include 
-+#include 
- #include 
- #include 
- #include 

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
1238221, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- 0002-kernel-5.7.patch   (rev 0)
+++ 0002-kernel-5.7.patch   2022-06-16 21:31:29 UTC (rev 1238226)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #de

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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:28
  Author: heftig
Revision: 1238222

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:19:02 UTC (rev 1238221)
+++ PKGBUILD2022-06-16 21:31:28 UTC (rev 1238222)
@@ -1,48 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz 
-# Contributor: Nick B 
-# Contributor: Christof Musik 
-# Contributor: Stefan Rupp 
-# Contributor: Ignas Anikevicius 
-
-pkgname=tp_smapi
-pkgver=0.43
-pkgrel=399
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-makedepends=('linux-headers' 'git')
-_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
-source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
-  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
-
-  make HDAPS=1 KVER="$(
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=400
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:31:28
  Author: heftig
Revision: 1238223

archrelease: copy trunk to community-testing-x86_64

Added:
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD
(from rev 1238221, broadcom-wl/trunk/PKGBUILD)
Deleted:
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:31:28 UTC (rev 1238222)
+++ PKGBUILD2022-06-16 21:31:28 UTC (rev 1238223)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_module=broadcom-wl
-_kernelname=  # Build against stock -ARCH kernel
-#_kernelname=-custom  # Build against kernel with a different name
-pkgname=${_module}${_kernelname}
-pkgver=6.30.223.271
-pkgrel=391
-pkgdesc='Broadcom 802.11 Linux STA wireless driver'
-arch=('x86_64')
-url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
-license=('custom')
-makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
-
-build() {
-_kernver=$(
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=392
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:19:01
  Author: heftig
Revision: 448925

515.48.07-11: linux 5.18.5.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:18:53 UTC (rev 448924)
+++ PKGBUILD2022-06-16 21:19:01 UTC (rev 448925)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=515.48.07
-pkgrel=10
+pkgrel=11
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/";



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:19:02
  Author: heftig
Revision: 1238221

5.0.9-92: linux 5.18.5.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:18:59 UTC (rev 1238220)
+++ PKGBUILD2022-06-16 21:19:02 UTC (rev 1238221)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=91
+pkgrel=92
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything";



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:18:59
  Author: heftig
Revision: 1238220

1.2.2-47: linux 5.18.5.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:18:58 UTC (rev 1238219)
+++ PKGBUILD2022-06-16 21:18:59 UTC (rev 1238220)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.2
-pkgrel=46
+pkgrel=47
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:18:58
  Author: heftig
Revision: 1238219

20211218-42: linux 5.18.5.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:18:57 UTC (rev 1238218)
+++ PKGBUILD2022-06-16 21:18:58 UTC (rev 1238219)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20211218
-pkgrel=41
+pkgrel=42
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/";
 arch=(x86_64)



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:18:56
  Author: heftig
Revision: 1238217

0.8-513: linux 5.18.5.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:18:55 UTC (rev 1238216)
+++ PKGBUILD2022-06-16 21:18:56 UTC (rev 1238217)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=512
+pkgrel=513
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:18:53
  Author: heftig
Revision: 448924

515.48.07-6: linux 5.18.5.arch1-1

Modified:
  nvidia-open/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:18:19 UTC (rev 448923)
+++ PKGBUILD2022-06-16 21:18:53 UTC (rev 448924)
@@ -2,7 +2,7 @@
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
 pkgver=515.48.07
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules";



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:18:57
  Author: heftig
Revision: 1238218

8.050.02-7: linux 5.18.5.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:18:56 UTC (rev 1238217)
+++ PKGBUILD2022-06-16 21:18:57 UTC (rev 1238218)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.050.02
-pkgrel=6
+pkgrel=7
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")



[arch-commits] Commit in virtualbox-host-modules-arch/trunk (PKGBUILD)

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:18:52
  Author: heftig
Revision: 1238214

6.1.34-16: linux 5.18.5.arch1-1

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:18:51 UTC (rev 1238213)
+++ PKGBUILD2022-06-16 21:18:52 UTC (rev 1238214)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.34
-pkgrel=15
+pkgrel=16
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:18:54
  Author: heftig
Revision: 1238215

0.43-400: linux 5.18.5.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:18:52 UTC (rev 1238214)
+++ PKGBUILD2022-06-16 21:18:54 UTC (rev 1238215)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=399
+pkgrel=400
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:18:55
  Author: heftig
Revision: 1238216

6.30.223.271-392: linux 5.18.5.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:18:54 UTC (rev 1238215)
+++ PKGBUILD2022-06-16 21:18:55 UTC (rev 1238216)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=391
+pkgrel=392
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:18:51
  Author: heftig
Revision: 1238213

r73.0cf3b48-211: linux 5.18.5.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 20:59:12 UTC (rev 1238212)
+++ PKGBUILD2022-06-16 21:18:51 UTC (rev 1238213)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=210
+pkgrel=211
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat";



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:18:19
  Author: heftig
Revision: 448923

5.18.5.arch1-1

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |4 ++--
 config   |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:18:17 UTC (rev 448922)
+++ PKGBUILD2022-06-16 21:18:19 UTC (rev 448923)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.18.4.arch1
+pkgver=5.18.5.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -26,7 +26,7 @@
   'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

 )
 sha256sums=('SKIP'
-'07e1b2182fe5b93e61ed67bd98a7889ccdf667eec093d2f077c265b27793a524')
+'ee1f138da9c39bc2510f25cd7bfc00edaa6e418b35e52ce7f8392135e51068b9')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-06-16 21:18:17 UTC (rev 448922)
+++ config  2022-06-16 21:18:19 UTC (rev 448923)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.18.4-arch1 Kernel Configuration
+# Linux/x86 5.18.5-arch1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
 CONFIG_CC_IS_GCC=y



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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:18:17
  Author: heftig
Revision: 448922

Disable PECI

As requested by Levente. Only useful for kernels running on baseboard
management controllers.

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |2 +-
 config   |6 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:11:36 UTC (rev 448921)
+++ PKGBUILD2022-06-16 21:18:17 UTC (rev 448922)
@@ -26,7 +26,7 @@
   'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

 )
 sha256sums=('SKIP'
-'4dfb25ec17a6ba9f78fa9c0c4e4202f016d6aa92adb83f9e16a3835a0d067bfa')
+'07e1b2182fe5b93e61ed67bd98a7889ccdf667eec093d2f077c265b27793a524')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-06-16 21:11:36 UTC (rev 448921)
+++ config  2022-06-16 21:18:17 UTC (rev 448922)
@@ -5088,9 +5088,6 @@
 CONFIG_SENSORS_NZXT_KRAKEN2=m
 CONFIG_SENSORS_NZXT_SMART2=m
 CONFIG_SENSORS_PCF8591=m
-CONFIG_SENSORS_PECI_CPUTEMP=m
-CONFIG_SENSORS_PECI_DIMMTEMP=m
-CONFIG_SENSORS_PECI=m
 CONFIG_PMBUS=m
 CONFIG_SENSORS_PMBUS=m
 CONFIG_SENSORS_ADM1266=m
@@ -9739,8 +9736,7 @@
 CONFIG_MOST_USB_HDM=m
 CONFIG_MOST_CDEV=m
 CONFIG_MOST_SND=m
-CONFIG_PECI=m
-CONFIG_PECI_CPU=m
+# CONFIG_PECI is not set
 # end of Device Drivers
 
 #



[arch-commits] Commit in linux-zen/trunk (PKGBUILD config)

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:11:36
  Author: heftig
Revision: 448921

5.18.5.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config

--+
 PKGBUILD |4 ++--
 config   |8 ++--
 2 files changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:11:23 UTC (rev 448920)
+++ PKGBUILD2022-06-16 21:11:36 UTC (rev 448921)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.18.4.zen1
+pkgver=5.18.5.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -26,7 +26,7 @@
   'C5ADB4F3FEBBCE27A3E54D7D9AE4078033F8024D'  # Steven Barrett 

 )
 sha256sums=('SKIP'
-'52bc858f07dd2bd54bae6c930375ee5c7e9b2fd223c0cab64f6455fa5cd0c4ed')
+'400b217838ea52f9b1fc8e522ccfac43a29039fee15f8f7c54d623b7bc373293')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-06-16 21:11:23 UTC (rev 448920)
+++ config  2022-06-16 21:11:36 UTC (rev 448921)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.18.4-zen1 Kernel Configuration
+# Linux/x86 5.18.5-zen1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
 CONFIG_CC_IS_GCC=y
@@ -5140,9 +5140,6 @@
 CONFIG_SENSORS_NZXT_KRAKEN2=m
 CONFIG_SENSORS_NZXT_SMART2=m
 CONFIG_SENSORS_PCF8591=m
-CONFIG_SENSORS_PECI_CPUTEMP=m
-CONFIG_SENSORS_PECI_DIMMTEMP=m
-CONFIG_SENSORS_PECI=m
 CONFIG_PMBUS=m
 CONFIG_SENSORS_PMBUS=m
 CONFIG_SENSORS_ADM1266=m
@@ -9795,8 +9792,7 @@
 CONFIG_MOST_USB_HDM=m
 CONFIG_MOST_CDEV=m
 CONFIG_MOST_SND=m
-CONFIG_PECI=m
-CONFIG_PECI_CPU=m
+# CONFIG_PECI is not set
 # end of Device Drivers
 
 #



[arch-commits] Commit in gstreamer/repos/extra-x86_64 (11 files)

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:11:23
  Author: heftig
Revision: 448920

archrelease: copy trunk to extra-x86_64

Added:
  gstreamer/repos/extra-x86_64/0001-meson-Allow-building-with-system-orc.patch
(from rev 448919, 
gstreamer/trunk/0001-meson-Allow-building-with-system-orc.patch)
  gstreamer/repos/extra-x86_64/0002-HACK-meson-Disable-broken-tests.patch
(from rev 448919, 
gstreamer/trunk/0002-HACK-meson-Disable-broken-tests.patch)
  
gstreamer/repos/extra-x86_64/0003-HACK-meson-Work-around-broken-detection-of-underscor.patch
(from rev 448919, 
gstreamer/trunk/0003-HACK-meson-Work-around-broken-detection-of-underscor.patch)
  gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 448919, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/extra-x86_64/gstreamer.install
(from rev 448919, gstreamer/trunk/gstreamer.install)
Deleted:
  gstreamer/repos/extra-x86_64/0001-meson-Allow-building-with-system-orc.patch
  gstreamer/repos/extra-x86_64/0002-HACK-meson-Disable-broken-tests.patch
  
gstreamer/repos/extra-x86_64/0003-HACK-meson-Work-around-broken-detection-of-underscor.patch
  gstreamer/repos/extra-x86_64/0004-opencv-Allow-building-against-4.6.x.patch
  gstreamer/repos/extra-x86_64/PKGBUILD
  gstreamer/repos/extra-x86_64/gstreamer.install

-+
 0001-meson-Allow-building-with-system-orc.patch |   50 
 0002-HACK-meson-Disable-broken-tests.patch  |  116 
 0003-HACK-meson-Work-around-broken-detection-of-underscor.patch |   48 
 0004-opencv-Allow-building-against-4.6.x.patch  |  135 
 PKGBUILD| 1479 
--
 gstreamer.install   |   14 
 6 files changed, 854 insertions(+), 988 deletions(-)

Deleted: 0001-meson-Allow-building-with-system-orc.patch
===
--- 0001-meson-Allow-building-with-system-orc.patch 2022-06-16 21:11:17 UTC 
(rev 448919)
+++ 0001-meson-Allow-building-with-system-orc.patch 2022-06-16 21:11:23 UTC 
(rev 448920)
@@ -1,22 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 6 Jun 2022 00:30:08 +0200
-Subject: [PATCH] meson: Allow building with system orc
-

- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 9ea00429bcb5..0481dbcbe512 100644
 a/meson.build
-+++ b/meson.build
-@@ -112,7 +112,7 @@ elif build_system == 'darwin'
-   subproject('macos-bison-binary')
- endif
- 
--orc_subproject = subproject('orc', required: get_option('orc'))
-+orc_subproject = subproject('orc', required: false)
- 
- foreach custom_subproj: get_option('custom_subprojects').split(',')
- if custom_subproj != ''

Copied: 
gstreamer/repos/extra-x86_64/0001-meson-Allow-building-with-system-orc.patch 
(from rev 448919, 
gstreamer/trunk/0001-meson-Allow-building-with-system-orc.patch)
===
--- 0001-meson-Allow-building-with-system-orc.patch 
(rev 0)
+++ 0001-meson-Allow-building-with-system-orc.patch 2022-06-16 21:11:23 UTC 
(rev 448920)
@@ -0,0 +1,28 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 6 Jun 2022 00:29:08 +0200
+Subject: [PATCH] meson: Allow building with system orc
+
+---
+ meson.build | 8 +++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 617ba8a41461..509565e90891 100644
+--- a/meson.build
 b/meson.build
+@@ -112,7 +112,13 @@ elif build_system == 'darwin'
+   subproject('macos-bison-binary')
+ endif
+ 
+-orc_subproject = subproject('orc', required: get_option('orc'))
++orc_subproject_required = get_option('orc')
++if orc_subproject_required.allowed()
++  # Download if possible, otherwise use system orc
++  orc_subproject_required = false
++endif
++
++orc_subproject = subproject('orc', required: orc_subproject_required)
+ 
+ foreach custom_subproj: get_option('custom_subprojects').split(',')
+ if custom_subproj != ''

Deleted: 0002-HACK-meson-Disable-broken-tests.patch
===
--- 0002-HACK-meson-Disable-broken-tests.patch  2022-06-16 21:11:17 UTC (rev 
448919)
+++ 0002-HACK-meson-Disable-broken-tests.patch  2022-06-16 21:11:23 UTC (rev 
448920)
@@ -1,58 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 6 Jun 2022 00:30:08 +0200
-Subject: [PATCH] HACK: meson: Disable broken tests
-

- subprojects/gst-editing-services/meson.build| 1 -
- subprojects/gst-python/meson.build  | 1 -
- subprojects/gst-rtsp-server/tests/check/meson.build | 1 -
- subprojects/gstrea

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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:11:17
  Author: heftig
Revision: 448919

archrelease: copy trunk to extra-x86_64

Added:
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 448918, networkmanager/trunk/PKGBUILD)
Deleted:
  networkmanager/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  320 ++---
 1 file changed, 160 insertions(+), 160 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 21:10:50 UTC (rev 448918)
+++ PKGBUILD2022-06-16 21:11:17 UTC (rev 448919)
@@ -1,160 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm nm-cloud-setup)
-pkgver=1.38.0
-pkgrel=1
-pkgdesc="Network connection manager and user applications"
-url="https://networkmanager.dev/";
-arch=(x86_64)
-license=(GPL)
-_pppver=2.4.9
-makedepends=(intltool dhclient dhcpcd iptables-nft gobject-introspection 
gtk-doc
- "ppp=$_pppver" modemmanager iproute2 nss polkit wpa_supplicant 
curl
- systemd libmm-glib libnewt libndp libteam nftables vala perl-yaml
- python-gobject git vala jansson bluez-libs glib2-docs iwd dnsmasq
- openresolv libpsl audit meson)
-checkdepends=(libx11 python-dbus)
-options=(debug)
-_commit=5704730a6c4e6851d4ba5471ea439502f7b72949  # tags/1.38.0^0
-source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-  git describe --tags | sed 's/-dev/dev/;s/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-}
-
-build() {
-  local meson_options=(
-# system paths
--D dbus_conf_dir=/usr/share/dbus-1/system.d
-
-# platform
--D dist_version="$pkgver-$pkgrel"
--D session_tracking_consolekit=false
--D suspend_resume=systemd
--D modify_system=true
--D selinux=false
-
-# features
--D iwd=true
--D pppd_plugin_dir=/usr/lib/pppd/$_pppver
--D teamdctl=true
--D nm_cloud_setup=true
--D bluez5_dun=true
--D ebpf=true
-
-# configuration plugins
--D config_plugins_default=keyfile
-
-# handlers for resolv.conf
--D netconfig=no
--D config_dns_rc_manager_default=symlink
-
-# miscellaneous
--D vapi=true
--D docs=true
--D more_asserts=no
--D more_logging=false
--D qt=false
-  )
-
-  arch-meson NetworkManager build "${meson_options[@]}"
-  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_networkmanager() {
-  depends=(libnm iproute2 wpa_supplicant libmm-glib libnewt libndp libteam curl
-   bluez-libs libpsl audit mobile-broadband-provider-info)
-  optdepends=(
-'polkit: let non-root users control networking'
-'dnsmasq: connection sharing'
-'nftables: connection sharing'
-'iptables: connection sharing'
-'bluez: Bluetooth support'
-'ppp: dialup connection support'
-'modemmanager: cellular network support'
-'iwd: wpa_supplicant alternative'
-'dhclient: alternative DHCP client'
-'dhcpcd: alternative DHCP client'
-'openresolv: alternative resolv.conf manager'
-'firewalld: firewall support'
-  )
-  backup=(etc/NetworkManager/NetworkManager.conf)
-
-  meson install -C build --destdir "$pkgdir"
-
-  cd "$pkgdir"
-
-  # /etc/NetworkManager
-  install -d etc/NetworkManager/{conf,dnsmasq}.d
-  install -dm700 etc/NetworkManager/system-connections
-  install -m644 /dev/stdin etc/NetworkManager/NetworkManager.conf 

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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:10:50
  Author: heftig
Revision: 448918

1.20.3-1

Modified:
  gstreamer/trunk/0001-meson-Allow-building-with-system-orc.patch
  gstreamer/trunk/0002-HACK-meson-Disable-broken-tests.patch
  gstreamer/trunk/PKGBUILD
Deleted:
  gstreamer/trunk/0004-opencv-Allow-building-against-4.6.x.patch

-+
 0001-meson-Allow-building-with-system-orc.patch |   18 +-
 0002-HACK-meson-Disable-broken-tests.patch  |6 
 0004-opencv-Allow-building-against-4.6.x.patch  |  135 --
 PKGBUILD|   21 +--
 4 files changed, 23 insertions(+), 157 deletions(-)

Modified: 0001-meson-Allow-building-with-system-orc.patch
===
--- 0001-meson-Allow-building-with-system-orc.patch 2022-06-16 21:10:19 UTC 
(rev 448917)
+++ 0001-meson-Allow-building-with-system-orc.patch 2022-06-16 21:10:50 UTC 
(rev 448918)
@@ -1,22 +1,28 @@
 From  Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 6 Jun 2022 00:30:08 +0200
+Date: Mon, 6 Jun 2022 00:29:08 +0200
 Subject: [PATCH] meson: Allow building with system orc
 
 ---
- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ meson.build | 8 +++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
 
 diff --git a/meson.build b/meson.build
-index 9ea00429bcb5..0481dbcbe512 100644
+index 617ba8a41461..509565e90891 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -112,7 +112,7 @@ elif build_system == 'darwin'
+@@ -112,7 +112,13 @@ elif build_system == 'darwin'
subproject('macos-bison-binary')
  endif
  
 -orc_subproject = subproject('orc', required: get_option('orc'))
-+orc_subproject = subproject('orc', required: false)
++orc_subproject_required = get_option('orc')
++if orc_subproject_required.allowed()
++  # Download if possible, otherwise use system orc
++  orc_subproject_required = false
++endif
++
++orc_subproject = subproject('orc', required: orc_subproject_required)
  
  foreach custom_subproj: get_option('custom_subprojects').split(',')
  if custom_subproj != ''

Modified: 0002-HACK-meson-Disable-broken-tests.patch
===
--- 0002-HACK-meson-Disable-broken-tests.patch  2022-06-16 21:10:19 UTC (rev 
448917)
+++ 0002-HACK-meson-Disable-broken-tests.patch  2022-06-16 21:10:50 UTC (rev 
448918)
@@ -11,7 +11,7 @@
  4 files changed, 4 deletions(-)
 
 diff --git a/subprojects/gst-editing-services/meson.build 
b/subprojects/gst-editing-services/meson.build
-index 04373faa0df3..c4ef81439052 100644
+index 1a4a29b3657f..857290baf35f 100644
 --- a/subprojects/gst-editing-services/meson.build
 +++ b/subprojects/gst-editing-services/meson.build
 @@ -274,7 +274,6 @@ subdir('plugins')
@@ -23,7 +23,7 @@
subdir('examples')
  endif
 diff --git a/subprojects/gst-python/meson.build 
b/subprojects/gst-python/meson.build
-index 707bde7d96ea..e1fd643e5cd6 100644
+index dce5982e59d7..ed51d7e88f36 100644
 --- a/subprojects/gst-python/meson.build
 +++ b/subprojects/gst-python/meson.build
 @@ -104,5 +104,4 @@ if not get_option('plugin').disabled()
@@ -45,7 +45,7 @@
'gst/sessionpool',
'gst/stream',
 diff --git a/subprojects/gstreamer-vaapi/meson.build 
b/subprojects/gstreamer-vaapi/meson.build
-index 61ddc86f5dbe..8732d714abe8 100644
+index 702441cb7b5c..9fff27ce91b9 100644
 --- a/subprojects/gstreamer-vaapi/meson.build
 +++ b/subprojects/gstreamer-vaapi/meson.build
 @@ -202,7 +202,6 @@ plugins = []

Deleted: 0004-opencv-Allow-building-against-4.6.x.patch
===
--- 0004-opencv-Allow-building-against-4.6.x.patch  2022-06-16 21:10:19 UTC 
(rev 448917)
+++ 0004-opencv-Allow-building-against-4.6.x.patch  2022-06-16 21:10:50 UTC 
(rev 448918)
@@ -1,135 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 6 Jun 2022 00:30:08 +0200
-Subject: [PATCH] opencv: Allow building against 4.6.x
-
-Replace the broken version checks with one modeled after
-`GLIB_CHECK_VERSION`.

- .../gst-plugins-bad/ext/opencv/gstcvtracker.cpp| 14 +++---
- .../gst-plugins-bad/ext/opencv/gstcvtracker.h  | 11 +--
- subprojects/gst-plugins-bad/ext/opencv/meson.build |  2 +-
- 3 files changed, 17 insertions(+), 10 deletions(-)
-
-diff --git a/subprojects/gst-plugins-bad/ext/opencv/gstcvtracker.cpp 
b/subprojects/gst-plugins-bad/ext/opencv/gstcvtracker.cpp
-index 492c9cf9b877..0c5dfda35f0a 100644
 a/subprojects/gst-plugins-bad/ext/opencv/gstcvtracker.cpp
-+++ b/subprojects/gst-plugins-bad/ext/opencv/gstcvtracker.cpp
-@@ -233,7 +233,7 @@ gst_cvtracker_init (GstCVTracker * filter)
-   filter->y = DEFAULT_PROP_INITIAL_Y;
-   filter->width = DEFAULT_PROP_INITIAL_WIDTH;
-   filter->height = DEFAULT_PROP_INITIAL_HEIG

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

2022-06-16 Thread Jan Steffens via arch-commits
Date: Thursday, June 16, 2022 @ 21:10:19
  Author: heftig
Revision: 448917

1.38.2-1

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 20:36:04 UTC (rev 448916)
+++ PKGBUILD2022-06-16 21:10:19 UTC (rev 448917)
@@ -7,7 +7,7 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm nm-cloud-setup)
-pkgver=1.38.0
+pkgver=1.38.2
 pkgrel=1
 pkgdesc="Network connection manager and user applications"
 url="https://networkmanager.dev/";
@@ -21,7 +21,7 @@
  openresolv libpsl audit meson)
 checkdepends=(libx11 python-dbus)
 options=(debug)
-_commit=5704730a6c4e6851d4ba5471ea439502f7b72949  # tags/1.38.0^0
+_commit=abfd2d6ea729926bff0ddafa1367a54f6d6f4230  # tags/1.38.2^0
 
source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit";)
 b2sums=('SKIP')
 



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

2022-06-16 Thread Orhun Parmaksiz via arch-commits
Date: Thursday, June 16, 2022 @ 20:59:12
  Author: orhun
Revision: 1238212

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 20:58:58 UTC (rev 1238211)
+++ PKGBUILD2022-06-16 20:59:12 UTC (rev 1238212)
@@ -1,41 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Philipp A. 
-# Contributor: Jian Zeng 
-
-pkgname=cargo-expand
-pkgver=1.0.21
-pkgrel=1
-pkgdesc="Subcommand to show result of macro expansion"
-arch=('x86_64')
-url='https://github.com/dtolnay/cargo-expand'
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('d1078f1e230a44a26f6e9344f318db25778ff5f50615742f7ccb5833f1a9d645')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-}
-
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo-expand/repos/community-x86_64/PKGBUILD (from rev 1238211, 
cargo-expand/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 20:59:12 UTC (rev 1238212)
@@ -0,0 +1,41 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Philipp A. 
+# Contributor: Jian Zeng 
+
+pkgname=cargo-expand
+pkgver=1.0.23
+pkgrel=1
+pkgdesc="Subcommand to show result of macro expansion"
+arch=('x86_64')
+url='https://github.com/dtolnay/cargo-expand'
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('e4798c3a81102ae1460d5b9ab1f8692eb7306a3ad4d6cb55f541699c90b10ff6')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+}
+
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-06-16 Thread Orhun Parmaksiz via arch-commits
Date: Thursday, June 16, 2022 @ 20:58:58
  Author: orhun
Revision: 1238211

upgpkg: cargo-expand 1.0.23-1: upstream release

Modified:
  cargo-expand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 20:36:00 UTC (rev 1238210)
+++ PKGBUILD2022-06-16 20:58:58 UTC (rev 1238211)
@@ -3,7 +3,7 @@
 # Contributor: Jian Zeng 
 
 pkgname=cargo-expand
-pkgver=1.0.21
+pkgver=1.0.23
 pkgrel=1
 pkgdesc="Subcommand to show result of macro expansion"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('d1078f1e230a44a26f6e9344f318db25778ff5f50615742f7ccb5833f1a9d645')
+sha256sums=('e4798c3a81102ae1460d5b9ab1f8692eb7306a3ad4d6cb55f541699c90b10ff6')
 options=('!lto')
 
 prepare() {



[arch-commits] Commit in wasm-bindgen/trunk (Cargo.lock PKGBUILD)

2022-06-16 Thread Orhun Parmaksiz via arch-commits
Date: Thursday, June 16, 2022 @ 20:30:33
  Author: orhun
Revision: 1238208

upgpkg: wasm-bindgen 0.2.81-1: upstream release

Modified:
  wasm-bindgen/trunk/Cargo.lock
  wasm-bindgen/trunk/PKGBUILD

+
 Cargo.lock |  323 +++
 PKGBUILD   |   17 +--
 2 files changed, 204 insertions(+), 136 deletions(-)

Modified: Cargo.lock
===
--- Cargo.lock  2022-06-16 19:35:06 UTC (rev 1238207)
+++ Cargo.lock  2022-06-16 20:30:33 UTC (rev 1238208)
@@ -35,9 +35,9 @@
 
 [[package]]
 name = "anyhow"
-version = "1.0.56"
+version = "1.0.57"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
+checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
 
 [[package]]
 name = "arrayvec"
@@ -88,7 +88,7 @@
  "askama_escape",
  "humansize",
  "nom 6.2.1",
- "num-traits 0.2.14",
+ "num-traits 0.2.15",
  "percent-encoding",
  "proc-macro2",
  "quote",
@@ -191,9 +191,9 @@
 
 [[package]]
 name = "bumpalo"
-version = "3.9.1"
+version = "3.10.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
+checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
 
 [[package]]
 name = "byteorder"
@@ -255,7 +255,7 @@
 dependencies = [
  "libc",
  "num-integer",
- "num-traits 0.2.14",
+ "num-traits 0.2.15",
  "time 0.1.44",
  "winapi 0.3.9",
 ]
@@ -392,9 +392,9 @@
 
 [[package]]
 name = "curl-sys"
-version = "0.4.53+curl-7.82.0"
+version = "0.4.55+curl-7.83.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "8092905a5a9502c312f223b2775f57ec5c5b715f9a15ee9d2a8591d1364a0352"
+checksum = "23734ec77368ec583c2e61dd3f0b0e5c98b93abe6d2a004ca06b91dd7e3e2762"
 dependencies = [
  "cc",
  "libc",
@@ -526,9 +526,9 @@
 
 [[package]]
 name = "filetime"
-version = "0.2.15"
+version = "0.2.16"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
+checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
 dependencies = [
  "cfg-if 1.0.0",
  "libc",
@@ -542,7 +542,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4"
 dependencies = [
- "num-traits 0.2.14",
+ "num-traits 0.2.15",
 ]
 
 [[package]]
@@ -668,7 +668,7 @@
 checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
 dependencies = [
  "futures-core",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
 ]
 
 [[package]]
@@ -707,7 +707,7 @@
  "futures-sink",
  "futures-task",
  "memchr",
- "pin-project-lite 0.2.8",
+ "pin-project-lite 0.2.9",
  "pin-utils",
  "slab",
 ]
@@ -714,13 +714,13 @@
 
 [[package]]
 name = "getrandom"
-version = "0.2.6"
+version = "0.2.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
+checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
 dependencies = [
  "cfg-if 1.0.0",
  "libc",
- "wasi",
+ "wasi 0.11.0+wasi-snapshot-preview1",
 ]
 
 [[package]]
@@ -762,9 +762,9 @@
 
 [[package]]
 name = "gloo-events"
-version = "0.1.1"
+version = "0.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "088514ec8ef284891c762c88a66b639b3a730134714692ee31829765c5bc814f"
+checksum = "68b107f8abed8105e4182de63845afcc7b69c098b7852a813ea7462a320992fc"
 dependencies = [
  "wasm-bindgen",
  "web-sys",
@@ -784,9 +784,9 @@
 
 [[package]]
 name = "gloo-timers"
-version = "0.2.3"
+version = "0.2.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"
+checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
 dependencies = [
  "js-sys",
  "wasm-bindgen",
@@ -853,13 +853,13 @@
 
 [[package]]
 name = "http"
-version = "0.2.6"
+version = "0.2.8"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
+checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
 dependencies = [
  "bytes 1.1.0",
  "fnv",
- "itoa 1.0.1",
+ "itoa 1.0.2",
 ]
 
 [[package]]
@@ -874,9 +874,9 @@
 
 [[package]]
 name = "httparse"
-version = "1.6.0"
+version = "1.7.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"
+checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
 
 [[package]]
 name = "httpdate"
@@ -979,9 +979,9 @@
 
 [[package]]
 name = "indexmap"
-version = "1.8.1"
+version = "1.8.2"
 source = "registry+https://github.com/r

[arch-commits] Commit in xcb-proto/repos/extra-any (PKGBUILD PKGBUILD)

2022-06-16 Thread Andreas Radke via arch-commits
Date: Thursday, June 16, 2022 @ 20:09:30
  Author: andyrtr
Revision: 448911

archrelease: copy trunk to extra-any

Added:
  xcb-proto/repos/extra-any/PKGBUILD
(from rev 448910, xcb-proto/trunk/PKGBUILD)
Deleted:
  xcb-proto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 20:09:23 UTC (rev 448910)
+++ PKGBUILD2022-06-16 20:09:30 UTC (rev 448911)
@@ -1,35 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Jan de Groot 
-
-pkgname=xcb-proto
-pkgver=1.15
-pkgrel=1
-pkgdesc="XML-XCB protocol descriptions"
-arch=(any)
-url="https://xcb.freedesktop.org/";
-license=('custom')
-makedepends=('python' 'libxml2')
-source=(https://xorg.freedesktop.org/archive/individual/proto/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('a333ac7c39f17ff2567419d09a9a77210c943a4e88d79eb152d416ae26bf6fb14e2446f9817abc806edd7aa3733bd4de5852b5ae90a25cbcc9d40e59c211aa36'
-'SKIP')
-#validpgpkeys=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # "Daniel Stone 
"
-validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
-#validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver 
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -m755 -d "$pkgdir/usr/share/licenses/$pkgname"
-  install -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: xcb-proto/repos/extra-any/PKGBUILD (from rev 448910, 
xcb-proto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 20:09:30 UTC (rev 448911)
@@ -0,0 +1,35 @@
+# Maintainer: Andreas Radke 
+# Contributor: Jan de Groot 
+
+pkgname=xcb-proto
+pkgver=1.15.1
+pkgrel=1
+pkgdesc="XML-XCB protocol descriptions"
+arch=(any)
+url="https://xcb.freedesktop.org/";
+license=('custom')
+makedepends=('python' 'libxml2')
+source=(https://xorg.freedesktop.org/archive/individual/proto/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('56fd505e567e1d39b4d46d0e5f79aeb90144c9b1a4429b2f51cd326ec0dea2a5fda5e2ebfe48af0da2781a4b1e29d9a91a4e0da662db5e35a701eac2e5ec1684'
+'SKIP')
+#validpgpkeys=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # "Daniel Stone 
"
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
+#validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver 
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -m755 -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2022-06-16 Thread Andreas Radke via arch-commits
Date: Thursday, June 16, 2022 @ 20:09:23
  Author: andyrtr
Revision: 448910

upgpkg: xcb-proto 1.15.1-1: upstream update 1.15.1

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 19:36:24 UTC (rev 448909)
+++ PKGBUILD2022-06-16 20:09:23 UTC (rev 448910)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=xcb-proto
-pkgver=1.15
+pkgver=1.15.1
 pkgrel=1
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
@@ -10,7 +10,7 @@
 license=('custom')
 makedepends=('python' 'libxml2')
 
source=(https://xorg.freedesktop.org/archive/individual/proto/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('a333ac7c39f17ff2567419d09a9a77210c943a4e88d79eb152d416ae26bf6fb14e2446f9817abc806edd7aa3733bd4de5852b5ae90a25cbcc9d40e59c211aa36'
+sha512sums=('56fd505e567e1d39b4d46d0e5f79aeb90144c9b1a4429b2f51cd326ec0dea2a5fda5e2ebfe48af0da2781a4b1e29d9a91a4e0da662db5e35a701eac2e5ec1684'
 'SKIP')
 #validpgpkeys=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # "Daniel Stone 
"
 validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"



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

2022-06-16 Thread Levente Polyak via arch-commits
Date: Thursday, June 16, 2022 @ 19:36:24
  Author: anthraxx
Revision: 448909

archrelease: copy trunk to testing-x86_64

Added:
  linux-hardened/repos/testing-x86_64/
  linux-hardened/repos/testing-x86_64/PKGBUILD
(from rev 448908, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/testing-x86_64/config
(from rev 448908, linux-hardened/trunk/config)

--+
 PKGBUILD |  210 +
 config   |10815 +
 2 files changed, 11025 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 448908:448909 to see the changes.


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config)

2022-06-16 Thread Levente Polyak via arch-commits
Date: Thursday, June 16, 2022 @ 19:36:18
  Author: anthraxx
Revision: 448908

upgpkg: linux-hardened 5.18.5.hardened1-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config

--+
 PKGBUILD |8 
 config   |  786 +
 2 files changed, 484 insertions(+), 310 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 19:32:22 UTC (rev 448907)
+++ PKGBUILD2022-06-16 19:36:18 UTC (rev 448908)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.17.15.hardened1
+pkgver=5.18.5.hardened1
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -28,11 +28,11 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('4a1c922a490eeabf5b44d4fde36de9ba5b71711b7352c6258716da41160db628'
+sha256sums=('9c3731d405994f9cd3a1bb72e83140735831b19c7cec18e0d7a8f3046fa034e7'
 'SKIP'
-'21ff5ed6756fcab348194e9924f407b25ee5dcc2fd4f289262686562c87b7f14'
+'9ae27643645ebd14a27ed9990ba0accf0251432394ce584c673fa77bb4dffb78'
 'SKIP'
-'2790f029a877e592881a9d1ded2ed9cee5689429cb78ce4a8c26d4c409827bd7')
+'095dd8157c9597ec8c3d1f7c4b62225404280af33a8f48ae41c80627632203d7')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2022-06-16 19:32:22 UTC (rev 448907)
+++ config  2022-06-16 19:36:18 UTC (rev 448908)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.17.15-hardened1 Kernel Configuration
+# Linux/x86 5.18.5-hardened1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
 CONFIG_CC_IS_GCC=y
@@ -18,6 +18,7 @@
 CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
 CONFIG_CC_HAS_ASM_INLINE=y
 CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
+CONFIG_PAHOLE_VERSION=123
 CONFIG_IRQ_WORK=y
 CONFIG_BUILDTIME_TABLE_SORT=y
 CONFIG_THREAD_INFO_IN_TASK=y
@@ -103,6 +104,7 @@
 # CONFIG_NO_HZ_FULL is not set
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
+CONFIG_CLOCKSOURCE_WATCHDOG_MAX_SKEW_US=100
 # end of Timers subsystem
 
 CONFIG_BPF=y
@@ -325,11 +327,9 @@
 CONFIG_ARCH_MAY_HAVE_PC_FDC=y
 CONFIG_GENERIC_CALIBRATE_DELAY=y
 CONFIG_ARCH_HAS_CPU_RELAX=y
-CONFIG_ARCH_HAS_FILTER_PGPROT=y
 CONFIG_ARCH_HIBERNATION_POSSIBLE=y
 CONFIG_ARCH_NR_GPIO=1024
 CONFIG_ARCH_SUSPEND_POSSIBLE=y
-CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
 CONFIG_AUDIT_ARCH=y
 CONFIG_HAVE_INTEL_TXT=y
 CONFIG_X86_64_SMP=y
@@ -437,7 +437,6 @@
 
 CONFIG_X86_VSYSCALL_EMULATION=y
 CONFIG_X86_IOPL_IOPERM=y
-CONFIG_I8K=m
 CONFIG_MICROCODE=y
 CONFIG_MICROCODE_INTEL=y
 CONFIG_MICROCODE_AMD=y
@@ -457,7 +456,6 @@
 CONFIG_NODES_SHIFT=5
 CONFIG_ARCH_SPARSEMEM_ENABLE=y
 CONFIG_ARCH_SPARSEMEM_DEFAULT=y
-CONFIG_ARCH_SELECT_MEMORY_MODEL=y
 # CONFIG_ARCH_MEMORY_PROBE is not set
 CONFIG_ILLEGAL_POINTER_VALUE=0xdead
 CONFIG_X86_PMEM_LEGACY_DEVICE=y
@@ -473,6 +471,8 @@
 CONFIG_ARCH_RANDOM=y
 CONFIG_X86_SMAP=y
 CONFIG_X86_UMIP=y
+CONFIG_CC_HAS_IBT=y
+CONFIG_X86_KERNEL_IBT=y
 CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
 # CONFIG_X86_INTEL_TSX_MODE_OFF is not set
 # CONFIG_X86_INTEL_TSX_MODE_ON is not set
@@ -680,7 +680,7 @@
 # Binary Emulations
 #
 CONFIG_IA32_EMULATION=y
-# CONFIG_X86_X32 is not set
+# CONFIG_X86_X32_ABI is not set
 CONFIG_COMPAT_32=y
 CONFIG_COMPAT=y
 CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
@@ -712,7 +712,6 @@
 CONFIG_KVM_AMD=m
 CONFIG_KVM_AMD_SEV=y
 CONFIG_KVM_XEN=y
-CONFIG_KVM_MMU_AUDIT=y
 CONFIG_KVM_EXTERNAL_WRITE_TRACKING=y
 CONFIG_AS_AVX512=y
 CONFIG_AS_SHA1_NI=y
@@ -734,6 +733,7 @@
 CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
 CONFIG_ARCH_USE_BUILTIN_BSWAP=y
 CONFIG_KRETPROBES=y
+CONFIG_KRETPROBE_ON_RETHOOK=y
 CONFIG_USER_RETURN_NOTIFIER=y
 CONFIG_HAVE_IOREMAP_PROT=y
 CONFIG_HAVE_KPROBES=y
@@ -796,6 +796,7 @@
 CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
 CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y
 CONFIG_HAVE_ARCH_HUGE_VMAP=y
+CONFIG_HAVE_ARCH_HUGE_VMALLOC=y
 CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
 CONFIG_HAVE_ARCH_SOFT_DIRTY=y
 CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
@@ -820,6 +821,7 @@
 CONFIG_HAVE_ARCH_VMAP_STACK=y
 CONFIG_VMAP_STACK=y
 CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y
+CONFIG_RANDOMIZE_KSTACK_OFFSET=y
 CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y
 CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
 CONFIG_STRICT_KERNEL_RWX=y
@@ -833,6 +835,7 @@
 CONFIG_HAVE_STATIC_CALL=y
 CONFIG_HAVE_STATIC_CALL_INLINE=y
 CONFIG_HAVE_PREEMPT_DYNAMIC=y
+CONFIG_HAVE_PREEMPT_DYNAMIC_CALL=y
 CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y
 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
 CONFIG_ARCH_SUPPORTS_PAGE_TABLE_CHECK=y
@@ -880,6 +883,7 @@
 CONFIG_MODPROBE_PATH="/sbin/modprobe"
 CONFIG_MODULES_TREE_LOOKUP=y
 CONFIG_BLOCK=y
+CONFIG_BLOCK_LEGACY_AUTOLOAD=y
 CONFIG_BLK_RQ_ALLOC_TIME=y
 CONFIG_BLK_CGROUP_RWSTAT=y
 CONFIG_BLK_DE

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

2022-06-16 Thread Antonio Rojas via arch-commits
Date: Thursday, June 16, 2022 @ 19:35:06
  Author: arojas
Revision: 1238207

archrelease: copy trunk to community-x86_64

Added:
  libblastrampoline/repos/community-x86_64/PKGBUILD
(from rev 1238206, libblastrampoline/trunk/PKGBUILD)
Deleted:
  libblastrampoline/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-16 19:34:56 UTC (rev 1238206)
+++ PKGBUILD2022-06-16 19:35:06 UTC (rev 1238207)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libblastrampoline
-pkgver=5.1.0
-pkgrel=1
-pkgdesc='Using PLT trampolines to provide a BLAS and LAPACK demuxing library'
-arch=(x86_64)
-url='https://github.com/JuliaLinearAlgebra/libblastrampoline'
-license=(MIT)
-depends=(glibc)
-source=(https://github.com/JuliaLinearAlgebra/libblastrampoline/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('55ac0c8f9cb91b2ed2db014be8394c9dadf3b5f26bd8af6dca9d6f20ca72b8fd')
-options=(!lto)
-
-build() {
-  cd $pkgname-$pkgver/src
-  make\
-COMPLEX_RETSTYLE_AUTODETECTION=0 \
-F2C_AUTODETECTION=0 \
-LBT_CFLAGS="$CFLAGS -fPIC -D_GNU_SOURCE" \
-LBT_LDFLAGS="-shared $LDFLAGS"
-}
-
-package() {
-  cd $pkgname-$pkgver/src
-  make F2C_AUTODETECTION=0 COMPLEX_RETSTYLE_AUTODETECTION=0 
prefix="$pkgdir"/usr install
-  install -Dm644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: libblastrampoline/repos/community-x86_64/PKGBUILD (from rev 1238206, 
libblastrampoline/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-16 19:35:06 UTC (rev 1238207)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libblastrampoline
+pkgver=5.1.1
+pkgrel=1
+pkgdesc='Using PLT trampolines to provide a BLAS and LAPACK demuxing library'
+arch=(x86_64)
+url='https://github.com/JuliaLinearAlgebra/libblastrampoline'
+license=(MIT)
+depends=(glibc)
+source=(https://github.com/JuliaLinearAlgebra/libblastrampoline/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('cb5515512f6653538ce74653e46ccfba58c87b7dcb79b9655f7c3655e65498f0')
+options=(!lto)
+
+build() {
+  cd $pkgname-$pkgver/src
+  make\
+COMPLEX_RETSTYLE_AUTODETECTION=0 \
+F2C_AUTODETECTION=0 \
+LBT_CFLAGS="$CFLAGS -fPIC -D_GNU_SOURCE" \
+LBT_LDFLAGS="-shared $LDFLAGS"
+}
+
+package() {
+  cd $pkgname-$pkgver/src
+  make F2C_AUTODETECTION=0 COMPLEX_RETSTYLE_AUTODETECTION=0 
prefix="$pkgdir"/usr install
+  install -Dm644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



  1   2   3   >