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

2021-09-22 Thread Antonio Rojas via arch-commits
Date: Thursday, September 23, 2021 @ 06:37:50
  Author: arojas
Revision: 1021733

archrelease: copy trunk to community-staging-x86_64

Added:
  qgis/repos/community-staging-x86_64/PKGBUILD
(from rev 1021732, qgis/trunk/PKGBUILD)
Deleted:
  qgis/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-23 06:37:36 UTC (rev 1021732)
+++ PKGBUILD2021-09-23 06:37:50 UTC (rev 1021733)
@@ -1,52 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Doug Newgard 
-# Contributor: XavierCLL 
-# Contributor: SaultDon 
-# Contributor: Lantald < lantald at gmx.com >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: Gerardo Exequiel Pozzi 
-# Contributor: Eric Forgeot < http://esclinux.tk >
-
-pkgname=qgis
-pkgver=3.20.2
-pkgrel=2
-pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
-url='https://qgis.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('exiv2' 'gdal' 'gsl' 'hicolor-icon-theme' 'libzip' 'ocl-icd' 'pdal' 
'protobuf'
- 'python-gdal' 'python-jinja' 'python-owslib' 'python-psycopg2' 
'python-pygments'
- 'python-qscintilla-qt5' 'python-sip4' 'python-yaml' 'qca' 'qt5-3d' 
'qt5-imageformats'
- 'qt5-serialport' 'qt5-webkit' 'qtkeychain-qt5' 'qwtpolar' 
'spatialindex')
-makedepends=('cmake' 'fcgi' 'ninja' 'opencl-clhpp' 'python-setuptools' 
'python-six' 'qt5-tools'
- 'txt2tags' 'sip4')
-optdepends=('fcgi: Map server'
-'gpsbabel: GPS Tools plugin')
-source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2";
- 
qgstyle-infinite-loop.patch::https://github.com/qgis/QGIS/commit/19823b76.patch)
-sha256sums=('cbc55a05d88e27251c36319ca99882541f3e6892c9f557117bb6f9ca7a279e6d'
-'c5bc388da987c7c21451b3f0f74220c8bd82cfba04657ff599d1896e6ae4b304')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < qgstyle-infinite-loop.patch # Fix infinite 
loop
-}
-
-build() {
-  cmake -S $pkgname-$pkgver -B build -G Ninja \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DWITH_3D=TRUE \
--DWITH_SERVER=TRUE \
--DWITH_CUSTOM_WIDGETS=TRUE \
--DBINDINGS_GLOBAL_INSTALL=TRUE \
--DQGIS_MANUAL_SUBDIR=share/man \
--DWITH_QWTPOLAR=TRUE \
--DWITH_INTERNAL_QWTPOLAR=FALSE \
--DWITH_PDAL=TRUE
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 $pkgname-$pkgver/rpm/sources/qgis-mime.xml 
"$pkgdir/usr/share/mime/packages/qgis.xml"
-}

Copied: qgis/repos/community-staging-x86_64/PKGBUILD (from rev 1021732, 
qgis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-23 06:37:50 UTC (rev 1021733)
@@ -0,0 +1,52 @@
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+# Contributor: XavierCLL 
+# Contributor: SaultDon 
+# Contributor: Lantald < lantald at gmx.com >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Eric Forgeot < http://esclinux.tk >
+
+pkgname=qgis
+pkgver=3.20.3
+pkgrel=2
+pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
+url='https://qgis.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('exiv2' 'gdal' 'gsl' 'hicolor-icon-theme' 'libzip' 'ocl-icd' 'pdal' 
'protobuf'
+ 'python-gdal' 'python-jinja' 'python-owslib' 'python-psycopg2' 
'python-pygments'
+ 'python-qscintilla-qt5' 'python-sip4' 'python-yaml' 'qca' 'qt5-3d' 
'qt5-imageformats'
+ 'qt5-serialport' 'qt5-webkit' 'qtkeychain-qt5' 'qwtpolar' 
'spatialindex')
+makedepends=('cmake' 'fcgi' 'ninja' 'opencl-clhpp' 'python-setuptools' 
'python-six' 'qt5-tools'
+ 'txt2tags' 'sip4')
+optdepends=('fcgi: Map server'
+'gpsbabel: GPS Tools plugin')
+source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2";
+ 
qgstyle-infinite-loop.patch::https://github.com/qgis/QGIS/commit/19823b76.patch)
+sha256sums=('93ac52138f4f7832078e6e79ed5249dcd8c3dd34c8801c4039f87b690657294e'
+'c5bc388da987c7c21451b3f0f74220c8bd82cfba04657ff599d1896e6ae4b304')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < qgstyle-infinite-loop.patch # Fix infinite 
loop
+}
+
+build() {
+  cmake -S $pkgname-$pkgver -B build -G Ninja \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DWITH_3D=TRUE \
+-DWITH_SERVER=TRUE \
+-DWITH_CUSTOM_WIDGETS=TRUE \
+-DBINDINGS_GLOBAL_INSTALL=TRUE \
+-DQGIS_MANUAL_SUBDIR=share/man \
+-DWITH_QWTPOLAR=TRUE \
+-DWITH_INTERNAL_QWTPOLAR=FALSE \
+-DWITH_PDAL=TRUE
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install b

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

2021-09-22 Thread Antonio Rojas via arch-commits
Date: Thursday, September 23, 2021 @ 06:37:36
  Author: arojas
Revision: 1021732

hdf5 1.12.1 rebuild

Modified:
  qgis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-23 05:55:31 UTC (rev 1021731)
+++ PKGBUILD2021-09-23 06:37:36 UTC (rev 1021732)
@@ -10,7 +10,7 @@
 
 pkgname=qgis
 pkgver=3.20.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
 url='https://qgis.org/'
 license=('GPL')



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

2021-09-22 Thread Antonio Rojas via arch-commits
Date: Thursday, September 23, 2021 @ 05:55:31
  Author: arojas
Revision: 1021731

archrelease: copy trunk to community-x86_64

Added:
  qgis/repos/community-x86_64/PKGBUILD
(from rev 1021730, qgis/trunk/PKGBUILD)
Deleted:
  qgis/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-23 05:55:11 UTC (rev 1021730)
+++ PKGBUILD2021-09-23 05:55:31 UTC (rev 1021731)
@@ -1,52 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Doug Newgard 
-# Contributor: XavierCLL 
-# Contributor: SaultDon 
-# Contributor: Lantald < lantald at gmx.com >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: Gerardo Exequiel Pozzi 
-# Contributor: Eric Forgeot < http://esclinux.tk >
-
-pkgname=qgis
-pkgver=3.20.2
-pkgrel=1
-pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
-url='https://qgis.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('exiv2' 'gdal' 'gsl' 'hicolor-icon-theme' 'libzip' 'ocl-icd' 'pdal' 
'protobuf'
- 'python-gdal' 'python-jinja' 'python-owslib' 'python-psycopg2' 
'python-pygments'
- 'python-qscintilla-qt5' 'python-sip4' 'python-yaml' 'qca' 'qt5-3d' 
'qt5-imageformats'
- 'qt5-serialport' 'qt5-webkit' 'qtkeychain-qt5' 'qwtpolar' 
'spatialindex')
-makedepends=('cmake' 'fcgi' 'ninja' 'opencl-clhpp' 'python-setuptools' 
'python-six' 'qt5-tools'
- 'txt2tags' 'sip4')
-optdepends=('fcgi: Map server'
-'gpsbabel: GPS Tools plugin')
-source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2";
- 
qgstyle-infinite-loop.patch::https://github.com/qgis/QGIS/commit/19823b76.patch)
-sha256sums=('cbc55a05d88e27251c36319ca99882541f3e6892c9f557117bb6f9ca7a279e6d'
-'c5bc388da987c7c21451b3f0f74220c8bd82cfba04657ff599d1896e6ae4b304')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < qgstyle-infinite-loop.patch # Fix infinite 
loop
-}
-
-build() {
-  cmake -S $pkgname-$pkgver -B build -G Ninja \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DWITH_3D=TRUE \
--DWITH_SERVER=TRUE \
--DWITH_CUSTOM_WIDGETS=TRUE \
--DBINDINGS_GLOBAL_INSTALL=TRUE \
--DQGIS_MANUAL_SUBDIR=share/man \
--DWITH_QWTPOLAR=TRUE \
--DWITH_INTERNAL_QWTPOLAR=FALSE \
--DWITH_PDAL=TRUE
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 $pkgname-$pkgver/rpm/sources/qgis-mime.xml 
"$pkgdir/usr/share/mime/packages/qgis.xml"
-}

Copied: qgis/repos/community-x86_64/PKGBUILD (from rev 1021730, 
qgis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-23 05:55:31 UTC (rev 1021731)
@@ -0,0 +1,52 @@
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+# Contributor: XavierCLL 
+# Contributor: SaultDon 
+# Contributor: Lantald < lantald at gmx.com >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Eric Forgeot < http://esclinux.tk >
+
+pkgname=qgis
+pkgver=3.20.3
+pkgrel=1
+pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
+url='https://qgis.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('exiv2' 'gdal' 'gsl' 'hicolor-icon-theme' 'libzip' 'ocl-icd' 'pdal' 
'protobuf'
+ 'python-gdal' 'python-jinja' 'python-owslib' 'python-psycopg2' 
'python-pygments'
+ 'python-qscintilla-qt5' 'python-sip4' 'python-yaml' 'qca' 'qt5-3d' 
'qt5-imageformats'
+ 'qt5-serialport' 'qt5-webkit' 'qtkeychain-qt5' 'qwtpolar' 
'spatialindex')
+makedepends=('cmake' 'fcgi' 'ninja' 'opencl-clhpp' 'python-setuptools' 
'python-six' 'qt5-tools'
+ 'txt2tags' 'sip4')
+optdepends=('fcgi: Map server'
+'gpsbabel: GPS Tools plugin')
+source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2";
+ 
qgstyle-infinite-loop.patch::https://github.com/qgis/QGIS/commit/19823b76.patch)
+sha256sums=('93ac52138f4f7832078e6e79ed5249dcd8c3dd34c8801c4039f87b690657294e'
+'c5bc388da987c7c21451b3f0f74220c8bd82cfba04657ff599d1896e6ae4b304')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < qgstyle-infinite-loop.patch # Fix infinite 
loop
+}
+
+build() {
+  cmake -S $pkgname-$pkgver -B build -G Ninja \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DWITH_3D=TRUE \
+-DWITH_SERVER=TRUE \
+-DWITH_CUSTOM_WIDGETS=TRUE \
+-DBINDINGS_GLOBAL_INSTALL=TRUE \
+-DQGIS_MANUAL_SUBDIR=share/man \
+-DWITH_QWTPOLAR=TRUE \
+-DWITH_INTERNAL_QWTPOLAR=FALSE \
+-DWITH_PDAL=TRUE
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname-

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

2021-09-22 Thread Antonio Rojas via arch-commits
Date: Thursday, September 23, 2021 @ 05:55:11
  Author: arojas
Revision: 1021730

Update to 3.20.3

Modified:
  qgis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-23 05:11:43 UTC (rev 1021729)
+++ PKGBUILD2021-09-23 05:55:11 UTC (rev 1021730)
@@ -9,8 +9,8 @@
 # Contributor: Eric Forgeot < http://esclinux.tk >
 
 pkgname=qgis
-pkgver=3.20.2
-pkgrel=2
+pkgver=3.20.3
+pkgrel=1
 pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
 url='https://qgis.org/'
 license=('GPL')
@@ -25,7 +25,7 @@
 'gpsbabel: GPS Tools plugin')
 source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2";
  
qgstyle-infinite-loop.patch::https://github.com/qgis/QGIS/commit/19823b76.patch)
-sha256sums=('cbc55a05d88e27251c36319ca99882541f3e6892c9f557117bb6f9ca7a279e6d'
+sha256sums=('93ac52138f4f7832078e6e79ed5249dcd8c3dd34c8801c4039f87b690657294e'
 'c5bc388da987c7c21451b3f0f74220c8bd82cfba04657ff599d1896e6ae4b304')
 
 prepare() {



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

2021-09-22 Thread Andreas Radke via arch-commits
Date: Thursday, September 23, 2021 @ 05:22:53
  Author: andyrtr
Revision: 424585

archrelease: copy trunk to extra-x86_64

Added:
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 424584, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-23 05:22:39 UTC (rev 424584)
+++ PKGBUILD2021-09-23 05:22:53 UTC (rev 424585)
@@ -1,65 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xterm
-pkgver=368
-pkgrel=1
-pkgdesc="X Terminal Emulator"
-arch=('x86_64')
-url="https://invisible-island.net/xterm/";
-license=('custom')
-depends=('libxft' 'libxaw' 'ncurses' 'luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
-source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('2ff5169930b6b49ef0bafb5e1331c94f1a98c310442bba7798add821c76ae712'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --libdir=/etc \
-  --mandir=/usr/share/man \
-  --with-app-defaults=/usr/share/X11/app-defaults/ \
-  --with-x \
-  --disable-full-tgetent \
-  --disable-imake \
-  --enable-ansi-color \
-  --enable-88-color \
-  --enable-256-color \
-  --enable-broken-osc \
-  --enable-broken-st \
-  --enable-load-vt-fonts \
-  --enable-i18n \
-  --enable-wide-chars \
-  --enable-doublechars \
-  --enable-warnings \
-  --enable-tcap-query \
-  --enable-logging \
-  --enable-dabbrev \
-  --enable-freetype \
-  --enable-luit \
-  --enable-mini-luit \
-  --enable-narrowproto \
-  --enable-exec-xterm \
-  --enable-sixel-graphics \
-  --enable-regis-graphics \
-  --with-tty-group=tty \
-  --with-utempter
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  chmod 0755 "${pkgdir}/usr/bin/xterm"
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -m755 -d "${pkgdir}"/usr/share/applications
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/{xterm,uxterm}.desktop 
"${pkgdir}"/usr/share/applications/
-}

Copied: xterm/repos/extra-x86_64/PKGBUILD (from rev 424584, 
xterm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-23 05:22:53 UTC (rev 424585)
@@ -0,0 +1,66 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=369
+pkgrel=1
+pkgdesc="X Terminal Emulator"
+arch=('x86_64')
+url="https://invisible-island.net/xterm/";
+license=('custom')
+depends=('libxft' 'libxaw' 'ncurses' 'luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
+source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha256sums=('71ed6a48d064893d2149741a002781a973496fd24d52dadd364f63439a764e26'
+'SKIP')
+#validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
+validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # "Thomas E. Dickey 
(self-signed w/o SHA1) "
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --libdir=/etc \
+  --mandir=/usr/share/man \
+  --with-app-defaults=/usr/share/X11/app-defaults/ \
+  --with-x \
+  --disable-full-tgetent \
+  --disable-imake \
+  --enable-ansi-color \
+  --enable-88-color \
+  --enable-256-color \
+  --enable-broken-osc \
+  --enable-broken-st \
+  --enable-load-vt-fonts \
+  --enable-i18n \
+  --enable-wide-chars \
+  --enable-doublechars \
+  --enable-warnings \
+  --enable-tcap-query \
+  --enable-logging \
+  --enable-dabbrev \
+  --enable-freetype \
+  --enable-luit \
+  --enable-mini-luit \
+  --enable-narrowproto \
+  --enable-exec-xterm \
+  --enable-sixel-graphics \
+  --enable-regis-graphics \
+  --with-tty-group=tty \
+  --with-utempter
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  chmod 0755 "${pkgdir}/usr/bin/xterm"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m755 -d "${pkgdir}"/usr/share/applications
+  install -m644 "${srcdir}"/${pkgname}-${pkgver}/{xterm,uxterm}.desktop 
"${pkgdir}"/usr/share/applications/
+}



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

2021-09-22 Thread Andreas Radke via arch-commits
Date: Thursday, September 23, 2021 @ 05:22:39
  Author: andyrtr
Revision: 424584

upgpkg: xterm 369-1: upstream update 369

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-23 05:11:37 UTC (rev 424583)
+++ PKGBUILD2021-09-23 05:22:39 UTC (rev 424584)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=368
+pkgver=369
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -10,9 +10,10 @@
 license=('custom')
 depends=('libxft' 'libxaw' 'ncurses' 'luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('2ff5169930b6b49ef0bafb5e1331c94f1a98c310442bba7798add821c76ae712'
+sha256sums=('71ed6a48d064893d2149741a002781a973496fd24d52dadd364f63439a764e26'
 'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
+#validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
+validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # "Thomas E. Dickey 
(self-signed w/o SHA1) "
 
 build() {
   cd ${pkgname}-${pkgver}



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Thursday, September 23, 2021 @ 00:14:15
  Author: heftig
Revision: 424581

1.4.0-1

Modified:
  gupnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-23 00:13:08 UTC (rev 424580)
+++ PKGBUILD2021-09-23 00:14:15 UTC (rev 424581)
@@ -2,7 +2,7 @@
 # Contributor: György Balló 
 
 pkgname=gupnp
-pkgver=1.2.7
+pkgver=1.4.0
 pkgrel=1
 epoch=1
 pkgdesc="An object-oriented UPNP framework"
@@ -12,7 +12,7 @@
 depends=(glib2 gssdp util-linux libxml2)
 makedepends=(gobject-introspection gtk-doc vala meson git)
 optdepends=('python: gupnp-binding-tool')
-_commit=91f5c741ac9ff026df16111833719ce2e07ef11a  # tags/gupnp-1.2.7^0
+_commit=0175039d71cd72ee8c9b718e752d3fa81851359c  # tags/gupnp-1.4.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit";)
 sha256sums=('SKIP')
 



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Thursday, September 23, 2021 @ 00:13:08
  Author: heftig
Revision: 424580

archrelease: copy trunk to extra-x86_64

Added:
  gupnp/repos/extra-x86_64/PKGBUILD
(from rev 424579, gupnp/trunk/PKGBUILD)
Deleted:
  gupnp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-23 00:13:00 UTC (rev 424579)
+++ PKGBUILD2021-09-23 00:13:08 UTC (rev 424580)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gupnp
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="An object-oriented UPNP framework"
-url="https://wiki.gnome.org/Projects/GUPnP";
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gssdp util-linux libxml2)
-makedepends=(gobject-introspection gtk-doc vala meson git)
-optdepends=('python: gupnp-binding-tool')
-_commit=0175039d71cd72ee8c9b718e752d3fa81851359c  # tags/gupnp-1.4.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^gupnp-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io,module}-2.0.so libgssdp-1.2.so libsoup-2.4.so
-libuuid.so)
-  provides+=(libgupnp-1.2.so)
-
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gupnp/repos/extra-x86_64/PKGBUILD (from rev 424579, 
gupnp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-23 00:13:08 UTC (rev 424580)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gupnp
+pkgver=1.2.7
+pkgrel=1
+epoch=1
+pkgdesc="An object-oriented UPNP framework"
+url="https://wiki.gnome.org/Projects/GUPnP";
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gssdp util-linux libxml2)
+makedepends=(gobject-introspection gtk-doc vala meson git)
+optdepends=('python: gupnp-binding-tool')
+_commit=91f5c741ac9ff026df16111833719ce2e07ef11a  # tags/gupnp-1.2.7^0
+source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gupnp-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io,module}-2.0.so libgssdp-1.2.so libsoup-2.4.so
+libuuid.so)
+  provides+=(libgupnp-1.2.so)
+
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Thursday, September 23, 2021 @ 00:13:00
  Author: heftig
Revision: 424579

1.2.7-1

Modified:
  gupnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-23 00:10:23 UTC (rev 424578)
+++ PKGBUILD2021-09-23 00:13:00 UTC (rev 424579)
@@ -2,8 +2,9 @@
 # Contributor: György Balló 
 
 pkgname=gupnp
-pkgver=1.4.0
+pkgver=1.2.7
 pkgrel=1
+epoch=1
 pkgdesc="An object-oriented UPNP framework"
 url="https://wiki.gnome.org/Projects/GUPnP";
 arch=(x86_64)
@@ -11,7 +12,7 @@
 depends=(glib2 gssdp util-linux libxml2)
 makedepends=(gobject-introspection gtk-doc vala meson git)
 optdepends=('python: gupnp-binding-tool')
-_commit=0175039d71cd72ee8c9b718e752d3fa81851359c  # tags/gupnp-1.4.0^0
+_commit=91f5c741ac9ff026df16111833719ce2e07ef11a  # tags/gupnp-1.2.7^0
 source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit";)
 sha256sums=('SKIP')
 



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Thursday, September 23, 2021 @ 00:10:23
  Author: heftig
Revision: 1021726

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  212 ++---
 1 file changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-23 00:10:11 UTC (rev 1021725)
+++ PKGBUILD2021-09-23 00:10:23 UTC (rev 1021726)
@@ -1,106 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-# Contributor: Ryszard Knop 
-
-pkgname=lib32-libnm
-pkgver=1.32.10
-pkgrel=1
-pkgdesc="NetworkManager client library (32-bit)"
-arch=(x86_64)
-url=https://wiki.gnome.org/Projects/NetworkManager
-license=(LGPL)
-depends=(
-  lib32-gcc-libs
-  lib32-glib2
-  lib32-nspr
-  lib32-nss
-  lib32-systemd
-  lib32-util-linux
-)
-makedepends=(
-  git
-  intltool
-  lib32-dbus
-  lib32-jansson
-  lib32-libndp
-  lib32-libpsl
-  lib32-polkit
-  libxslt
-  meson
-)
-provides=(libnm.so)
-_tag=2736e80ed2f2145df66d3ad7d085e482c32ea835
-source=(git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=${_tag})
-b2sums=(SKIP)
-
-prepare() {
-  cd NetworkManager
-}
-
-pkgver() {
-  cd NetworkManager
-  git describe --tags
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-  local meson_args=(
-# system paths
---libdir=/usr/lib32
--D dbus_conf_dir=/usr/share/dbus-1/system.d
-
-# platform
--D dist_version="${pkgver}-${pkgrel}"
--D libaudit=no
--D session_tracking_consolekit=false
--D suspend_resume=systemd
--D modify_system=true
--D selinux=false
-
-# features
--D bluez5_dun=false
--D concheck=false
--D ebpf=false
--D iwd=false
--D modem_manager=false
--D nm_cloud_setup=false
--D nmcli=false
--D nmtui=false
--D ovs=false
--D ppp=false
--D teamdctl=false
-
-# configuration plugins
--D config_plugins_default=keyfile
-
-# handlers for resolv.conf
--D netconfig=no
--D config_dns_rc_manager_default=symlink
-
-# miscellaneous
--D vapi=false
--D docs=false
--D introspection=false
--D tests=no
--D more_asserts=no
--D more_logging=false
--D qt=false
-  )
-
-  arch-meson NetworkManager build "${meson_args[@]}"
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "${pkgdir}"
-  rm -rf "${pkgdir}"/{etc,usr/{bin,include,lib,lib32/NetworkManager,share},var}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libnm/repos/multilib-x86_64/PKGBUILD (from rev 1021725, 
lib32-libnm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-23 00:10:23 UTC (rev 1021726)
@@ -0,0 +1,106 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Wael Nasreddine 
+# Contributor: Tor Krill 
+# Contributor: Will Rea 
+# Contributor: Valentine Sinitsyn 
+# Contributor: Ryszard Knop 
+
+pkgname=lib32-libnm
+pkgver=1.32.12
+pkgrel=1
+pkgdesc="NetworkManager client library (32-bit)"
+arch=(x86_64)
+url=https://wiki.gnome.org/Projects/NetworkManager
+license=(LGPL)
+depends=(
+  lib32-gcc-libs
+  lib32-glib2
+  lib32-nspr
+  lib32-nss
+  lib32-systemd
+  lib32-util-linux
+)
+makedepends=(
+  git
+  intltool
+  lib32-dbus
+  lib32-jansson
+  lib32-libndp
+  lib32-libpsl
+  lib32-polkit
+  libxslt
+  meson
+)
+provides=(libnm.so)
+_tag=fa245cb7ae14b3317c0f876cb3701fd0e461b066
+source=(git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=${_tag})
+b2sums=(SKIP)
+
+prepare() {
+  cd NetworkManager
+}
+
+pkgver() {
+  cd NetworkManager
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+  local meson_args=(
+# system paths
+--libdir=/usr/lib32
+-D dbus_conf_dir=/usr/share/dbus-1/system.d
+
+# platform
+-D dist_version="${pkgver}-${pkgrel}"
+-D libaudit=no
+-D session_tracking_consolekit=false
+-D suspend_resume=systemd
+-D modify_system=true
+-D selinux=false
+
+# features
+-D bluez5_dun=false
+-D concheck=false
+-D ebpf=false
+-D iwd=false
+-D modem_manager=false
+-D nm_cloud_setup=false
+-D nmcli=false
+-D nmtui=false
+-D ovs=false
+-D ppp=false
+-D teamdctl=false
+
+# configuration plugins
+-D config_plugins_default=keyfile
+
+# handlers for resolv.conf
+-D netconfig=no
+-D config_dns_rc_man

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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Thursday, September 23, 2021 @ 00:10:23
  Author: heftig
Revision: 424578

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  314 ++---
 1 file changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-23 00:08:03 UTC (rev 424577)
+++ PKGBUILD2021-09-23 00:10:23 UTC (rev 424578)
@@ -1,157 +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.32.10
-pkgrel=1
-pkgdesc="Network connection manager and user applications"
-url="https://wiki.gnome.org/Projects/NetworkManager";
-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)
-_commit=39302c7441a0fddef21d95aff530069db27a6712  # tags/1.32.10^0
-source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-  git describe --abbrev=10 | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-}
-
-build() {
-  local meson_args=(
-# 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 polkit_agent=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_args[@]}"
-  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 polkit wpa_supplicant libmm-glib libnewt libndp 
libteam curl
-   bluez-libs libpsl audit mobile-broadband-provider-info)
-  optdepends=('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 lib32-libnm/trunk (PKGBUILD)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Thursday, September 23, 2021 @ 00:10:11
  Author: heftig
Revision: 1021725

1.32.12-1

Modified:
  lib32-libnm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:47:03 UTC (rev 1021724)
+++ PKGBUILD2021-09-23 00:10:11 UTC (rev 1021725)
@@ -8,7 +8,7 @@
 # Contributor: Ryszard Knop 
 
 pkgname=lib32-libnm
-pkgver=1.32.10
+pkgver=1.32.12
 pkgrel=1
 pkgdesc="NetworkManager client library (32-bit)"
 arch=(x86_64)
@@ -34,7 +34,7 @@
   meson
 )
 provides=(libnm.so)
-_tag=2736e80ed2f2145df66d3ad7d085e482c32ea835
+_tag=fa245cb7ae14b3317c0f876cb3701fd0e461b066
 
source=(git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=${_tag})
 b2sums=(SKIP)
 



[arch-commits] Commit in brasero/repos/extra-x86_64 (PKGBUILD PKGBUILD build.diff)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Thursday, September 23, 2021 @ 00:08:03
  Author: heftig
Revision: 424577

archrelease: copy trunk to extra-x86_64

Added:
  brasero/repos/extra-x86_64/PKGBUILD
(from rev 424576, brasero/trunk/PKGBUILD)
Deleted:
  brasero/repos/extra-x86_64/PKGBUILD
  brasero/repos/extra-x86_64/build.diff

+
 PKGBUILD   |  112 ---
 build.diff |   30 ---
 2 files changed, 55 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-23 00:07:55 UTC (rev 424576)
+++ PKGBUILD2021-09-23 00:08:03 UTC (rev 424577)
@@ -1,57 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Jan de Groot 
-# Contributor: William Rea 
-
-pkgname=brasero
-pkgver=3.12.2+106+g46b9d116
-pkgrel=1
-pkgdesc="CD/DVD mastering tool"
-url="https://wiki.gnome.org/Apps/Brasero";
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 gst-plugins-good totem-plparser cdrtools cdrdao shared-mime-info 
libcanberra
- dvd+rw-tools dconf libsm libnotify gvfs)
-makedepends=(gtk-doc yelp-tools gnome-common intltool libburn libisofs 
libnautilus-extension
- gobject-introspection itstool docbook-xsl git)
-optdepends=('libburn: alternative back-end'
-'libisofs: libburn back-end'
-'dvdauthor: video project'
-'vcdimager: video project')
-_commit=46b9d11686aa51dd1427b33ce724190c4857fcc3  # master
-source=("git+https://gitlab.gnome.org/GNOME/brasero.git#commit=$_commit";
-build.diff)
-sha256sums=('SKIP'
-'86cad1761fd420925435b9a542c0893b8336fb6f3430a5863a8f83f6a134471d')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git apply -3 ../build.diff
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-caches \
---disable-search \
---disable-schemas-compile \
---enable-compile-warnings=minimum \
---enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-

Copied: brasero/repos/extra-x86_64/PKGBUILD (from rev 424576, 
brasero/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-23 00:08:03 UTC (rev 424577)
@@ -0,0 +1,55 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Jan de Groot 
+# Contributor: William Rea 
+
+pkgname=brasero
+pkgver=3.12.3
+pkgrel=1
+pkgdesc="CD/DVD mastering tool"
+url="https://wiki.gnome.org/Apps/Brasero";
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gst-plugins-good totem-plparser cdrtools cdrdao shared-mime-info
+ libcanberra dvd+rw-tools dconf libsm libnotify gvfs tracker3)
+makedepends=(gtk-doc yelp-tools gnome-common intltool libburn libisofs
+ libnautilus-extension gobject-introspection itstool docbook-xsl
+ git)
+optdepends=('libburn: alternative back-end'
+'libisofs: libburn back-end'
+'dvdauthor: video project'
+'vcdimager: video project')
+_commit=2e516545e548d203496ec7f37ad2d7142f5ff4fb  # tags/3.12.3^0
+source=("git+https://gitlab.gnome.org/GNOME/brasero.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-caches \
+--disable-search \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum \
+--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: build.diff
===
--- build.diff  2021-09-23 00:07:55 UTC (rev 424576)
+++ build.diff  2021-09-23 00:08:03 UTC (rev 424577)
@@ -1,30 +0,0 @@
-diff --git i/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml 
w/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml
-index 612491f1..873a5497 100644
 i/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml
-+++ w/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml
-@@ -39,10 +39,6 @@
- 
- 
- 
--  
--  
--Object Hierarchy
-- 
-   
-   
- API Index
-diff --git i/docs/reference/libbrasero-media/libbrasero-media-docs.sgml 
w/docs/reference/libbrasero-media/libbrasero-media-docs.sgml
-index c7ec48c0..a89de72b 100644
 i/docs/reference/libbrasero-media/libbrasero-media-docs.sgml
-+++ w/docs/reference/libbrasero-media/libbrasero-media-docs.sgml
-@@ -24,10 +24,6 @@
- 
- 
-   
--  
--Object Hie

[arch-commits] Commit in brasero/trunk (PKGBUILD build.diff)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Thursday, September 23, 2021 @ 00:07:55
  Author: heftig
Revision: 424576

3.12.3-1

Modified:
  brasero/trunk/PKGBUILD
Deleted:
  brasero/trunk/build.diff

+
 PKGBUILD   |   20 +---
 build.diff |   30 --
 2 files changed, 9 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-09-23 00:07:02 UTC (rev 424575)
+++ PKGBUILD2021-09-23 00:07:55 UTC (rev 424576)
@@ -4,25 +4,24 @@
 # Contributor: William Rea 
 
 pkgname=brasero
-pkgver=3.12.2+106+g46b9d116
+pkgver=3.12.3
 pkgrel=1
 pkgdesc="CD/DVD mastering tool"
 url="https://wiki.gnome.org/Apps/Brasero";
 arch=(x86_64)
 license=(GPL)
-depends=(gtk3 gst-plugins-good totem-plparser cdrtools cdrdao shared-mime-info 
libcanberra
- dvd+rw-tools dconf libsm libnotify gvfs)
-makedepends=(gtk-doc yelp-tools gnome-common intltool libburn libisofs 
libnautilus-extension
- gobject-introspection itstool docbook-xsl git)
+depends=(gtk3 gst-plugins-good totem-plparser cdrtools cdrdao shared-mime-info
+ libcanberra dvd+rw-tools dconf libsm libnotify gvfs tracker3)
+makedepends=(gtk-doc yelp-tools gnome-common intltool libburn libisofs
+ libnautilus-extension gobject-introspection itstool docbook-xsl
+ git)
 optdepends=('libburn: alternative back-end'
 'libisofs: libburn back-end'
 'dvdauthor: video project'
 'vcdimager: video project')
-_commit=46b9d11686aa51dd1427b33ce724190c4857fcc3  # master
-source=("git+https://gitlab.gnome.org/GNOME/brasero.git#commit=$_commit";
-build.diff)
-sha256sums=('SKIP'
-'86cad1761fd420925435b9a542c0893b8336fb6f3430a5863a8f83f6a134471d')
+_commit=2e516545e548d203496ec7f37ad2d7142f5ff4fb  # tags/3.12.3^0
+source=("git+https://gitlab.gnome.org/GNOME/brasero.git#commit=$_commit";)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -31,7 +30,6 @@
 
 prepare() {
   cd $pkgname
-  git apply -3 ../build.diff
   NOCONFIGURE=1 ./autogen.sh
 }
 

Deleted: build.diff
===
--- build.diff  2021-09-23 00:07:02 UTC (rev 424575)
+++ build.diff  2021-09-23 00:07:55 UTC (rev 424576)
@@ -1,30 +0,0 @@
-diff --git i/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml 
w/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml
-index 612491f1..873a5497 100644
 i/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml
-+++ w/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml
-@@ -39,10 +39,6 @@
- 
- 
- 
--  
--  
--Object Hierarchy
-- 
-   
-   
- API Index
-diff --git i/docs/reference/libbrasero-media/libbrasero-media-docs.sgml 
w/docs/reference/libbrasero-media/libbrasero-media-docs.sgml
-index c7ec48c0..a89de72b 100644
 i/docs/reference/libbrasero-media/libbrasero-media-docs.sgml
-+++ w/docs/reference/libbrasero-media/libbrasero-media-docs.sgml
-@@ -24,10 +24,6 @@
- 
- 
-   
--  
--Object Hierarchy
-- 
--  
-   
- API Index
- 



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Thursday, September 23, 2021 @ 00:07:02
  Author: heftig
Revision: 424575

1.32.12-1

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-23 00:02:00 UTC (rev 424574)
+++ PKGBUILD2021-09-23 00:07:02 UTC (rev 424575)
@@ -7,7 +7,7 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm nm-cloud-setup)
-pkgver=1.32.10
+pkgver=1.32.12
 pkgrel=1
 pkgdesc="Network connection manager and user applications"
 url="https://networkmanager.dev/";
@@ -20,7 +20,7 @@
  python-gobject git vala jansson bluez-libs glib2-docs iwd dnsmasq
  openresolv libpsl audit meson)
 checkdepends=(libx11 python-dbus)
-_commit=39302c7441a0fddef21d95aff530069db27a6712  # tags/1.32.10^0
+_commit=d90c03b1b8f3e6f5ff8fbc1cbc176f0a0dec6362  # tags/1.32.12^0
 
source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit";)
 sha256sums=('SKIP')
 



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Thursday, September 23, 2021 @ 00:02:00
  Author: heftig
Revision: 424574

archrelease: copy trunk to testing-x86_64

Added:
  tracker3/repos/testing-x86_64/
  tracker3/repos/testing-x86_64/PKGBUILD
(from rev 424573, tracker3/trunk/PKGBUILD)

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

Copied: tracker3/repos/testing-x86_64/PKGBUILD (from rev 424573, 
tracker3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-09-23 00:02:00 UTC (rev 424574)
@@ -0,0 +1,66 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgbase=tracker3
+pkgname=(tracker3 tracker3-docs)
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="Desktop-neutral user information store, search tool and indexer"
+url="https://wiki.gnome.org/Projects/Tracker";
+arch=(x86_64)
+license=(GPL)
+depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp json-glib
+ libsoup3)
+makedepends=(gobject-introspection vala git hotdoc bash-completion meson
+ asciidoc systemd libsoup)
+checkdepends=(python-gobject python-dbus python-tappy)
+_commit=14bad8081141ca58237ea3894ed3bb3a5ce31de9  # tags/3.2.0^0
+source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tracker
+  git describe --tags | sed 's/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd tracker
+}
+
+build() {
+  arch-meson tracker build -D tests_tap_protocol=true
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session meson test -C build --print-errorlogs -t 3
+}
+
+_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_tracker3() {
+  optdepends=('libsoup: Alternative remoting backend')
+  provides=(libtracker-sparql-3.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  cd "$pkgdir"
+  _pick docs usr/share/{devhelp,doc}
+}
+
+package_tracker3-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  mv docs/* "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Thursday, September 23, 2021 @ 00:01:46
  Author: heftig
Revision: 424573

3.2.0-2: add soup3

Modified:
  tracker3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-23 00:01:19 UTC (rev 424572)
+++ PKGBUILD2021-09-23 00:01:46 UTC (rev 424573)
@@ -5,15 +5,15 @@
 pkgbase=tracker3
 pkgname=(tracker3 tracker3-docs)
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop-neutral user information store, search tool and indexer"
 url="https://wiki.gnome.org/Projects/Tracker";
 arch=(x86_64)
 license=(GPL)
-depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup
- json-glib)
+depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp json-glib
+ libsoup3)
 makedepends=(gobject-introspection vala git hotdoc bash-completion meson
- asciidoc systemd)
+ asciidoc systemd libsoup)
 checkdepends=(python-gobject python-dbus python-tappy)
 _commit=14bad8081141ca58237ea3894ed3bb3a5ce31de9  # tags/3.2.0^0
 source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit";)
@@ -48,6 +48,7 @@
 }
 
 package_tracker3() {
+  optdepends=('libsoup: Alternative remoting backend')
   provides=(libtracker-sparql-3.0.so)
 
   meson install -C build --destdir "$pkgdir"



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Thursday, September 23, 2021 @ 00:01:19
  Author: heftig
Revision: 424572

0.12.0-1

Modified:
  gupnp-dlna/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:59:37 UTC (rev 424571)
+++ PKGBUILD2021-09-23 00:01:19 UTC (rev 424572)
@@ -1,16 +1,16 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Balló György 
 
 pkgname=gupnp-dlna
-pkgver=0.10.5+4+gc947eed
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
+url="https://wiki.gnome.org/Projects/GUPnP";
 arch=(x86_64)
-url="https://wiki.gnome.org/Projects/GUPnP";
 license=(LGPL)
 depends=(gst-plugins-base-libs)
-makedepends=(gobject-introspection gtk-doc vala git autoconf-archive)
-_commit=c947eed68559152ac95bdab207b206794ee9a5c2  # master
+makedepends=(gobject-introspection gtk-doc vala meson git)
+_commit=cc09daae47ef0e030895edbeba58636c76f53b3d  # tags/gupnp-dlna-0.12.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gupnp-dlna.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -21,23 +21,20 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-Werror --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
 }
 
 check() {
-  cd $pkgname
-  make check
+  meson test -C build
 }
 
 package() {
-  cd $pkgname
-  make -j1 DESTDIR="$pkgdir" install
+  depends+=(libg{lib,object}-2.0.so)
+  provides+=(libgupnp-dlna{,-gst}-2.0.so)
+
+  meson install -C build --destdir "$pkgdir"
 }



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:59:37
  Author: heftig
Revision: 424571

0.14.0-1

Modified:
  gupnp-av/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:57:15 UTC (rev 424570)
+++ PKGBUILD2021-09-22 23:59:37 UTC (rev 424571)
@@ -3,7 +3,7 @@
 # Contributor: Denis Zawada 
 
 pkgname=gupnp-av
-pkgver=0.12.11+3+g2123c81
+pkgver=0.14.0
 pkgrel=1
 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles"
 url="https://wiki.gnome.org/Projects/GUPnP";
@@ -11,7 +11,7 @@
 license=(LGPL)
 depends=(glib2 libxml2)
 makedepends=(gobject-introspection gtk-doc vala meson git)
-_commit=2123c810fa2129f77f907e9cc9107982e29e8ee6  # master
+_commit=c0a8a77e1182fb428ab13021c9ebe278eb2750d1  # tags/gupnp-av-0.14.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gupnp-av.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -37,5 +37,5 @@
   depends+=(libg{lib,object}-2.0.so)
   provides+=(libgupnp-av-1.0.so)
 
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:57:15
  Author: heftig
Revision: 424570

archrelease: copy trunk to extra-x86_64

Added:
  gupnp/repos/extra-x86_64/PKGBUILD
(from rev 424569, gupnp/trunk/PKGBUILD)
Deleted:
  gupnp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 23:57:06 UTC (rev 424569)
+++ PKGBUILD2021-09-22 23:57:15 UTC (rev 424570)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gupnp
-pkgver=1.2.7
-pkgrel=1
-pkgdesc="An object-oriented UPNP framework"
-url="https://wiki.gnome.org/Projects/GUPnP";
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gssdp util-linux libxml2)
-makedepends=(gobject-introspection gtk-doc vala meson git)
-optdepends=('python: gupnp-binding-tool')
-_commit=91f5c741ac9ff026df16111833719ce2e07ef11a  # tags/gupnp-1.2.7^0
-source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^gupnp-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io,module}-2.0.so libgssdp-1.2.so libsoup-2.4.so
-   libuuid.so)
-  provides+=(libgupnp-1.2.so)
-
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gupnp/repos/extra-x86_64/PKGBUILD (from rev 424569, 
gupnp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 23:57:15 UTC (rev 424570)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgname=gupnp
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="An object-oriented UPNP framework"
+url="https://wiki.gnome.org/Projects/GUPnP";
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gssdp util-linux libxml2)
+makedepends=(gobject-introspection gtk-doc vala meson git)
+optdepends=('python: gupnp-binding-tool')
+_commit=0175039d71cd72ee8c9b718e752d3fa81851359c  # tags/gupnp-1.4.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gupnp-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io,module}-2.0.so libgssdp-1.2.so libsoup-2.4.so
+libuuid.so)
+  provides+=(libgupnp-1.2.so)
+
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:57:06
  Author: heftig
Revision: 424569

1.4.0-1

Modified:
  gupnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:51:50 UTC (rev 424568)
+++ PKGBUILD2021-09-22 23:57:06 UTC (rev 424569)
@@ -2,7 +2,7 @@
 # Contributor: György Balló 
 
 pkgname=gupnp
-pkgver=1.2.7
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="An object-oriented UPNP framework"
 url="https://wiki.gnome.org/Projects/GUPnP";
@@ -11,7 +11,7 @@
 depends=(glib2 gssdp util-linux libxml2)
 makedepends=(gobject-introspection gtk-doc vala meson git)
 optdepends=('python: gupnp-binding-tool')
-_commit=91f5c741ac9ff026df16111833719ce2e07ef11a  # tags/gupnp-1.2.7^0
+_commit=0175039d71cd72ee8c9b718e752d3fa81851359c  # tags/gupnp-1.4.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -35,7 +35,7 @@
 
 package() {
   depends+=(libg{lib,object,io,module}-2.0.so libgssdp-1.2.so libsoup-2.4.so
-   libuuid.so)
+libuuid.so)
   provides+=(libgupnp-1.2.so)
 
   meson install -C build --destdir "$pkgdir"



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:51:50
  Author: heftig
Revision: 424568

archrelease: copy trunk to testing-x86_64

Added:
  libsoup3/repos/testing-x86_64/PKGBUILD
(from rev 424567, libsoup3/trunk/PKGBUILD)
Deleted:
  libsoup3/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 23:51:45 UTC (rev 424567)
+++ PKGBUILD2021-09-22 23:51:50 UTC (rev 424568)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=libsoup3
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup";
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 glib-networking sqlite krb5 libpsl brotli)
-makedepends=(gobject-introspection python vala git gtk-doc meson samba
- python-quart)
-checkdepends=(apache php-apache)
-optdepends=('samba: Windows Domain SSO')
-_commit=63f778a9f0df634b627b7683e737b89cb73f943d  # tags/3.0.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libsoup
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd libsoup
-}
-
-build() {
-  arch-meson libsoup build \
--D gtk_doc=true \
--D autobahn=disabled \
--D sysprof=disabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io}-2.0.so libgssapi_krb5.so libpsl.so
-libbrotlidec.so)
-  provides+=(libsoup{,-gnome}-3.0.so)
-
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: libsoup3/repos/testing-x86_64/PKGBUILD (from rev 424567, 
libsoup3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 23:51:50 UTC (rev 424568)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=libsoup3
+pkgver=3.0.0
+pkgrel=2
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup";
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 glib-networking sqlite krb5 libpsl brotli)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba
+ python-quart)
+checkdepends=(apache php-apache)
+optdepends=('samba: Windows Domain SSO')
+_commit=63f778a9f0df634b627b7683e737b89cb73f943d  # tags/3.0.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libsoup
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd libsoup
+}
+
+build() {
+  arch-meson libsoup build \
+-D gtk_doc=true \
+-D autobahn=disabled \
+-D sysprof=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so libgssapi_krb5.so libpsl.so
+libbrotlidec.so)
+  provides+=(libsoup-3.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:51:45
  Author: heftig
Revision: 424567

3.0.0-2: drop bad provides

Modified:
  libsoup3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:51:28 UTC (rev 424566)
+++ PKGBUILD2021-09-22 23:51:45 UTC (rev 424567)
@@ -3,7 +3,7 @@
 
 pkgname=libsoup3
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP client/server library for GNOME"
 url="https://wiki.gnome.org/Projects/libsoup";
 arch=(x86_64)
@@ -41,7 +41,7 @@
 package() {
   depends+=(libg{lib,object,io}-2.0.so libgssapi_krb5.so libpsl.so
 libbrotlidec.so)
-  provides+=(libsoup{,-gnome}-3.0.so)
+  provides+=(libsoup-3.0.so)
 
   meson install -C build --destdir "$pkgdir"
 }



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:51:28
  Author: heftig
Revision: 424566

archrelease: copy trunk to extra-x86_64

Added:
  gssdp/repos/extra-x86_64/PKGBUILD
(from rev 424565, gssdp/trunk/PKGBUILD)
Deleted:
  gssdp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 23:50:28 UTC (rev 424565)
+++ PKGBUILD2021-09-22 23:51:28 UTC (rev 424566)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: György Balló 
-
-pkgname=gssdp
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
-url="https://wiki.gnome.org/Projects/GUPnP";
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libsoup)
-makedepends=(gobject-introspection gtk-doc vala meson git gtk3)
-optdepends=('gtk3: gssdp-device-sniffer')
-_commit=a4eb74313a3df17c3ac5b99f3131522e6e8bccf4  # tags/gssdp-1.2.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gssdp.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^gssdp-//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libg{lib,object,io}-2.0.so libsoup-2.4.so)
-  provides+=(libgssdp-1.2.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gssdp/repos/extra-x86_64/PKGBUILD (from rev 424565, 
gssdp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 23:51:28 UTC (rev 424566)
@@ -0,0 +1,61 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: György Balló 
+
+pkgbase=gssdp
+pkgname=(gssdp gssdp-docs)
+pkgver=1.4.0.1
+pkgrel=1
+pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
+url="https://wiki.gnome.org/Projects/GUPnP";
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libsoup)
+makedepends=(gobject-introspection gi-docgen vala meson git gtk4)
+_commit=4e742a15cde4c330828d17c14185080cd7a6e9a0  # tags/gssdp-1.4.0.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gssdp.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gssdp-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_gssdp() {
+  depends+=(libg{lib,object,io}-2.0.so libsoup-2.4.so)
+  optdepends=('gtk4: gssdp-device-sniffer')
+  provides=(libgssdp-1.2.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  cd "$pkgdir"
+  _pick docs usr/share/doc
+}
+
+package_gssdp-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  mv docs/* "$pkgdir"
+}



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:50:28
  Author: heftig
Revision: 424565

1.4.0.1-1

Modified:
  gssdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:48:19 UTC (rev 424564)
+++ PKGBUILD2021-09-22 23:50:28 UTC (rev 424565)
@@ -1,8 +1,9 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: György Balló 
 
-pkgname=gssdp
-pkgver=1.2.3
+pkgbase=gssdp
+pkgname=(gssdp gssdp-docs)
+pkgver=1.4.0.1
 pkgrel=1
 pkgdesc="A GObject-based API for handling resource discovery and announcement 
over SSDP"
 url="https://wiki.gnome.org/Projects/GUPnP";
@@ -9,9 +10,8 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(glib2 libsoup)
-makedepends=(gobject-introspection gtk-doc vala meson git gtk3)
-optdepends=('gtk3: gssdp-device-sniffer')
-_commit=a4eb74313a3df17c3ac5b99f3131522e6e8bccf4  # tags/gssdp-1.2.3^0
+makedepends=(gobject-introspection gi-docgen vala meson git gtk4)
+_commit=4e742a15cde4c330828d17c14185080cd7a6e9a0  # tags/gssdp-1.4.0.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gssdp.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -33,9 +33,29 @@
   meson test -C build --print-errorlogs
 }
 
-package() {
+_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_gssdp() {
   depends+=(libg{lib,object,io}-2.0.so libsoup-2.4.so)
-  provides+=(libgssdp-1.2.so)
+  optdepends=('gtk4: gssdp-device-sniffer')
+  provides=(libgssdp-1.2.so)
 
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
+
+  cd "$pkgdir"
+  _pick docs usr/share/doc
 }
+
+package_gssdp-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  mv docs/* "$pkgdir"
+}



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:48:19
  Author: heftig
Revision: 424564

archrelease: copy trunk to testing-x86_64

Added:
  libsoup3/repos/testing-x86_64/
  libsoup3/repos/testing-x86_64/PKGBUILD
(from rev 424563, libsoup3/trunk/PKGBUILD)

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

Copied: libsoup3/repos/testing-x86_64/PKGBUILD (from rev 424563, 
libsoup3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-09-22 23:48:19 UTC (rev 424564)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=libsoup3
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup";
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 glib-networking sqlite krb5 libpsl brotli)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba
+ python-quart)
+checkdepends=(apache php-apache)
+optdepends=('samba: Windows Domain SSO')
+_commit=63f778a9f0df634b627b7683e737b89cb73f943d  # tags/3.0.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libsoup
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd libsoup
+}
+
+build() {
+  arch-meson libsoup build \
+-D gtk_doc=true \
+-D autobahn=disabled \
+-D sysprof=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so libgssapi_krb5.so libpsl.so
+libbrotlidec.so)
+  provides+=(libsoup{,-gnome}-3.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:47:57
  Author: heftig
Revision: 424563

3.0.0-1

Added:
  libsoup3/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 23:47:57 UTC (rev 424563)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=libsoup3
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup";
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 glib-networking sqlite krb5 libpsl brotli)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba
+ python-quart)
+checkdepends=(apache php-apache)
+optdepends=('samba: Windows Domain SSO')
+_commit=63f778a9f0df634b627b7683e737b89cb73f943d  # tags/3.0.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libsoup
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd libsoup
+}
+
+build() {
+  arch-meson libsoup build \
+-D gtk_doc=true \
+-D autobahn=disabled \
+-D sysprof=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so libgssapi_krb5.so libpsl.so
+libbrotlidec.so)
+  provides+=(libsoup{,-gnome}-3.0.so)
+
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:47:04
  Author: heftig
Revision: 424562

archrelease: copy trunk to extra-x86_64

Added:
  libsoup/repos/extra-x86_64/PKGBUILD
(from rev 424561, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 23:46:51 UTC (rev 424561)
+++ PKGBUILD2021-09-22 23:47:04 UTC (rev 424562)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.74.0
-pkgrel=1
-pkgdesc="HTTP client/server library for GNOME"
-url="https://wiki.gnome.org/Projects/libsoup";
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
-makedepends=(gobject-introspection python vala git gtk-doc meson samba)
-checkdepends=(apache php-apache)
-optdepends=('samba: Windows Domain SSO')
-_commit=63b1d319c6a0d4fde69f074c2fe04ff9767e7684  # tags/2.74.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D gtk_doc=true \
--D sysprof=disabled
-  meson compile -C build
-}
-
-check() {
-  # SSL test flaky
-  # https://gitlab.gnome.org/GNOME/libsoup/-/issues/188
-  meson test -C build --print-errorlogs || :
-}
-
-package() {
-  depends+=(libg{lib,object,io}-2.0.so libgssapi_krb5.so libpsl.so
-libbrotlidec.so)
-  provides+=(libsoup{,-gnome}-2.4.so)
-
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 424561, 
libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 23:47:04 UTC (rev 424562)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.74.0
+pkgrel=2
+pkgdesc="HTTP client/server library for GNOME"
+url="https://wiki.gnome.org/Projects/libsoup";
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxml2 glib-networking sqlite krb5 libpsl brotli)
+makedepends=(gobject-introspection python vala git gtk-doc meson samba)
+checkdepends=(apache php-apache)
+optdepends=('samba: Windows Domain SSO')
+_commit=63b1d319c6a0d4fde69f074c2fe04ff9767e7684  # tags/2.74.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D gtk_doc=true \
+-D sysprof=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so libgssapi_krb5.so libpsl.so
+libbrotlidec.so)
+  provides+=(libsoup{,-gnome}-2.4.so)
+
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:47:03
  Author: heftig
Revision: 1021724

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 23:46:50 UTC (rev 1021723)
+++ PKGBUILD2021-09-22 23:47:03 UTC (rev 1021724)
@@ -1,73 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Maximilian Stein 
-# Contributor: josephgbr 
-
-pkgname=lib32-libsoup
-pkgver=2.74.0
-pkgrel=1
-pkgdesc='HTTP client/server library for GNOME'
-arch=(x86_64)
-url=https://wiki.gnome.org/Projects/libsoup
-license=(LGPL)
-depends=(
-  lib32-brotli
-  lib32-glib-networking
-  lib32-krb5
-  lib32-libxml2
-  lib32-sqlite
-  lib32-libpsl
-  libsoup
-)
-makedepends=(
-  clang
-  git
-  meson
-  samba
-)
-checkdepends=(
-  apache
-  php-apache
-)
-optdepends=('samba: Windows Domain SSO')
-_tag=590611dac35a02ff16a556f97de9eea249e75d06
-source=(git+https://gitlab.gnome.org/GNOME/libsoup.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libsoup
-
-  git describe --tags
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG='i686-pc-linux-gnu-pkg-config'
-
-  arch-meson libsoup build \
---libdir=/usr/lib32 \
--D introspection=disabled \
--D sysprof=disabled \
--D vapi=disabled
-  meson compile -C build
-}
-
-check() {
-  # SSL test flaky
-  # https://gitlab.gnome.org/GNOME/libsoup/-/issues/188
-  meson test -C build --print-errorlogs || :
-}
-
-package() {
-  depends+=(
-libgssapi_krb5.so
-libg{lib,object,io}-2.0.so
-libpsl.so
-  )
-  provides+=(libsoup{,-gnome}-2.4.so)
-
-  meson install -C build --destdir "${pkgdir}"
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libsoup/repos/multilib-x86_64/PKGBUILD (from rev 1021723, 
lib32-libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 23:47:03 UTC (rev 1021724)
@@ -0,0 +1,70 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Maximilian Stein 
+# Contributor: josephgbr 
+
+pkgname=lib32-libsoup
+pkgver=2.74.0
+pkgrel=2
+pkgdesc='HTTP client/server library for GNOME'
+arch=(x86_64)
+url=https://wiki.gnome.org/Projects/libsoup
+license=(LGPL)
+depends=(
+  lib32-brotli
+  lib32-glib-networking
+  lib32-krb5
+  lib32-libxml2
+  lib32-sqlite
+  lib32-libpsl
+  libsoup
+)
+makedepends=(
+  git
+  meson
+  samba
+)
+checkdepends=(
+  apache
+  php-apache
+)
+optdepends=('samba: Windows Domain SSO')
+_tag=590611dac35a02ff16a556f97de9eea249e75d06
+source=(git+https://gitlab.gnome.org/GNOME/libsoup.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libsoup
+
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG='i686-pc-linux-gnu-pkg-config'
+
+  arch-meson libsoup build \
+--libdir=/usr/lib32 \
+-D introspection=disabled \
+-D sysprof=disabled \
+-D vapi=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(
+libgssapi_krb5.so
+libg{lib,object,io}-2.0.so
+libpsl.so
+  )
+  provides+=(libsoup{,-gnome}-2.4.so)
+
+  meson install -C build --destdir "${pkgdir}"
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:46:50
  Author: heftig
Revision: 1021723

2.74.0-2: enable tests

Modified:
  lib32-libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:39:15 UTC (rev 1021722)
+++ PKGBUILD2021-09-22 23:46:50 UTC (rev 1021723)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-libsoup
 pkgver=2.74.0
-pkgrel=1
+pkgrel=2
 pkgdesc='HTTP client/server library for GNOME'
 arch=(x86_64)
 url=https://wiki.gnome.org/Projects/libsoup
@@ -52,9 +52,7 @@
 }
 
 check() {
-  # SSL test flaky
-  # https://gitlab.gnome.org/GNOME/libsoup/-/issues/188
-  meson test -C build --print-errorlogs || :
+  meson test -C build --print-errorlogs
 }
 
 package() {



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:46:51
  Author: heftig
Revision: 424561

2.74.0-2: enable tests

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:39:15 UTC (rev 424560)
+++ PKGBUILD2021-09-22 23:46:51 UTC (rev 424561)
@@ -3,7 +3,7 @@
 
 pkgname=libsoup
 pkgver=2.74.0
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP client/server library for GNOME"
 url="https://wiki.gnome.org/Projects/libsoup";
 arch=(x86_64)
@@ -33,9 +33,7 @@
 }
 
 check() {
-  # SSL test flaky
-  # https://gitlab.gnome.org/GNOME/libsoup/-/issues/188
-  meson test -C build --print-errorlogs || :
+  meson test -C build --print-errorlogs
 }
 
 package() {



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:39:15
  Author: heftig
Revision: 424560

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 23:38:06 UTC (rev 424559)
+++ PKGBUILD2021-09-22 23:39:15 UTC (rev 424560)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=glib-networking
-pkgver=2.68.2
-pkgrel=1
-epoch=1
-pkgdesc="Network extensions for GLib"
-url="https://gitlab.gnome.org/GNOME/glib-networking";
-arch=(x86_64)
-license=(GPL2)
-depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
-makedepends=(meson git)
-checkdepends=(ca-certificates)
-_commit=b6cb0f3c1bb5a5c6033a2ca6362e6561b0f9b2ed  # tags/2.68.2^0
-source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: glib-networking/repos/extra-x86_64/PKGBUILD (from rev 424559, 
glib-networking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 23:39:15 UTC (rev 424560)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=glib-networking
+pkgver=2.70.0
+pkgrel=1
+epoch=1
+pkgdesc="Network extensions for GLib"
+url="https://gitlab.gnome.org/GNOME/glib-networking";
+arch=(x86_64)
+license=(GPL2)
+depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
+makedepends=(meson git)
+checkdepends=(ca-certificates)
+_commit=b889a3e23bcc0b754334f16c1b60469d1a5a0933  # tags/2.70.0^0
+source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



[arch-commits] Commit in lib32-glib-networking/repos/multilib-x86_64 (2 files)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:39:15
  Author: heftig
Revision: 1021722

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD
(from rev 1021721, lib32-glib-networking/trunk/PKGBUILD)
Deleted:
  lib32-glib-networking/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 23:39:09 UTC (rev 1021721)
+++ PKGBUILD2021-09-22 23:39:15 UTC (rev 1021722)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-
-pkgname=lib32-glib-networking
-pkgver=2.68.2
-pkgrel=1
-pkgdesc='Network-related giomodules for glib'
-arch=(x86_64)
-url=https://git.gnome.org/browse/glib-networking/
-license=(GPL2)
-depends=(
-  glib-networking
-  lib32-glib2
-  lib32-gnutls
-  lib32-libproxy
-)
-makedepends=(
-  git
-  meson
-)
-checkdepends=(
-  ca-certificates
-)
-_tag=5d8eeb8a5bd7af4fdac0ce1a6f411a70563a17db
-source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd glib-networking
-
-  git describe --tags
-}
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-  arch-meson glib-networking build --libdir=/usr/lib32
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "${pkgdir}"
-  rm -rf "${pkgdir}"/usr/{lib,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-glib-networking/repos/multilib-x86_64/PKGBUILD (from rev 1021721, 
lib32-glib-networking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 23:39:15 UTC (rev 1021722)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+
+pkgname=lib32-glib-networking
+pkgver=2.70.0
+pkgrel=1
+pkgdesc='Network-related giomodules for glib'
+arch=(x86_64)
+url=https://git.gnome.org/browse/glib-networking/
+license=(GPL2)
+depends=(
+  glib-networking
+  lib32-glib2
+  lib32-gnutls
+  lib32-libproxy
+)
+makedepends=(
+  git
+  meson
+)
+checkdepends=(
+  ca-certificates
+)
+_tag=00ecb55ab1a3178d55c3e503e7c06cea072b504c
+source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd glib-networking
+
+  git describe --tags
+}
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+  arch-meson glib-networking build --libdir=/usr/lib32
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "${pkgdir}"
+  rm -rf "${pkgdir}"/usr/{lib,share}
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:39:09
  Author: heftig
Revision: 1021721

2.70.0-1

Modified:
  lib32-glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:20:55 UTC (rev 1021720)
+++ PKGBUILD2021-09-22 23:39:09 UTC (rev 1021721)
@@ -2,7 +2,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-glib-networking
-pkgver=2.68.2
+pkgver=2.70.0
 pkgrel=1
 pkgdesc='Network-related giomodules for glib'
 arch=(x86_64)
@@ -21,7 +21,7 @@
 checkdepends=(
   ca-certificates
 )
-_tag=5d8eeb8a5bd7af4fdac0ce1a6f411a70563a17db
+_tag=00ecb55ab1a3178d55c3e503e7c06cea072b504c
 source=(git+https://gitlab.gnome.org/GNOME/glib-networking.git#tag=${_tag})
 sha256sums=(SKIP)
 



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:38:06
  Author: heftig
Revision: 424559

2.70.0-1

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:36:59 UTC (rev 424558)
+++ PKGBUILD2021-09-22 23:38:06 UTC (rev 424559)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=glib-networking
-pkgver=2.68.2
+pkgver=2.70.0
 pkgrel=1
 epoch=1
 pkgdesc="Network extensions for GLib"
@@ -11,7 +11,7 @@
 depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
 makedepends=(meson git)
 checkdepends=(ca-certificates)
-_commit=b6cb0f3c1bb5a5c6033a2ca6362e6561b0f9b2ed  # tags/2.68.2^0
+_commit=b889a3e23bcc0b754334f16c1b60469d1a5a0933  # tags/2.70.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit";)
 sha256sums=('SKIP')
 



[arch-commits] Commit in gsettings-desktop-schemas/repos/extra-any (PKGBUILD PKGBUILD)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:36:59
  Author: heftig
Revision: 424558

archrelease: copy trunk to extra-any

Added:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD
(from rev 424557, gsettings-desktop-schemas/trunk/PKGBUILD)
Deleted:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 23:36:46 UTC (rev 424557)
+++ PKGBUILD2021-09-22 23:36:59 UTC (rev 424558)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Adam Hani Schakaki (krzd) 
-
-pkgname=gsettings-desktop-schemas
-pkgver=40.0
-pkgrel=3
-pkgdesc="Shared GSettings schemas for the desktop"
-arch=(any)
-url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas";
-license=(GPL)
-depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
-makedepends=(gobject-introspection git meson)
-_commit=330c148978aa865851b0be3dd72f0817cbd94f31  # tags/40.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gsettings-desktop-schemas/repos/extra-any/PKGBUILD (from rev 424557, 
gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 23:36:59 UTC (rev 424558)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Adam Hani Schakaki (krzd) 
+
+pkgname=gsettings-desktop-schemas
+pkgver=41.0
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=(any)
+url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas";
+license=(GPL)
+depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
+makedepends=(gobject-introspection git meson)
+_commit=a5c0c7d363bcca5b0f3b6283b0a3e05ddc1c83ac  # tags/41.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:36:46
  Author: heftig
Revision: 424557

41.0-1

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:25:09 UTC (rev 424556)
+++ PKGBUILD2021-09-22 23:36:46 UTC (rev 424557)
@@ -4,8 +4,8 @@
 # Contributor: Adam Hani Schakaki (krzd) 
 
 pkgname=gsettings-desktop-schemas
-pkgver=40.0
-pkgrel=3
+pkgver=41.0
+pkgrel=1
 pkgdesc="Shared GSettings schemas for the desktop"
 arch=(any)
 url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas";
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
 makedepends=(gobject-introspection git meson)
-_commit=330c148978aa865851b0be3dd72f0817cbd94f31  # tags/40.0^0
+_commit=a5c0c7d363bcca5b0f3b6283b0a3e05ddc1c83ac  # tags/41.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -35,5 +35,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:25:09
  Author: heftig
Revision: 424556

archrelease: copy trunk to testing-x86_64

Added:
  gnome-builder/repos/testing-x86_64/PKGBUILD
(from rev 424555, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/testing-x86_64/screenshots.diff
(from rev 424555, gnome-builder/trunk/screenshots.diff)
Deleted:
  gnome-builder/repos/testing-x86_64/PKGBUILD
  gnome-builder/repos/testing-x86_64/screenshots.diff

--+
 PKGBUILD |  148 ++---
 screenshots.diff |   84 +++---
 2 files changed, 116 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 23:24:41 UTC (rev 424555)
+++ PKGBUILD2021-09-22 23:25:09 UTC (rev 424556)
@@ -1,74 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gnome-builder
-pkgname=(gnome-builder gnome-builder-libide-docs)
-pkgver=41.0+49+gf6139231f
-pkgrel=1
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder";
-arch=(x86_64)
-license=(GPL3)
-depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject sysprof
- desktop-file-utils ctags libpeas vte3 vala autoconf-archive
- gspell libdazzle template-glib jsonrpc-glib python-sphinx webkit2gtk
- glade python-lxml meson libportal cmark)
-makedepends=(llvm gobject-introspection gi-docgen yelp-tools appstream-glib git
- mm-common python-sphinx_rtd_theme clang jedi-language-server
- flatpak-builder)
-checkdepends=(xorg-server-xvfb)
-_commit=f6139231f663be821244b57d370ae7931539a44e  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build \
--D docs=true \
--D help=true
-  meson compile -C build
-}
-
-check() {
-  dbus-run-session xvfb-run -s '-nolisten local' \
-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_gnome-builder() {
-  depends+=(libgladeui-2.so)
-  optdepends=('gnome-code-assistance: Legacy assistance services'
-  'clang: C/C++ code assistance'
-  'jedi-language-server: Python code assistance'
-  'flatpak-builder: Build Flatpaks')
-  groups=(gnome-extra)
-
-  meson install -C build --destdir "$pkgdir"
-
-  cd "$pkgdir"
-  _pick libide-docs usr/share/doc/libide
-}
-
-package_gnome-builder-libide-docs() {
-  pkgdesc+=" (libide API documentation)"
-  depends=()
-  mv libide-docs/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: gnome-builder/repos/testing-x86_64/PKGBUILD (from rev 424555, 
gnome-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 23:25:09 UTC (rev 424556)
@@ -0,0 +1,74 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=gnome-builder
+pkgname=(gnome-builder gnome-builder-libide-docs)
+pkgver=41.1
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder";
+arch=(x86_64)
+license=(GPL3)
+depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject sysprof
+ desktop-file-utils ctags libpeas vte3 vala autoconf-archive
+ gspell libdazzle template-glib jsonrpc-glib python-sphinx webkit2gtk
+ glade python-lxml meson libportal cmark)
+makedepends=(llvm gobject-introspection gi-docgen yelp-tools appstream-glib git
+ mm-common python-sphinx_rtd_theme clang jedi-language-server
+ flatpak-builder)
+checkdepends=(xorg-server-xvfb)
+_commit=09f585be79f65d8e0a993a8496559afa63d7c0e4  # tags/41.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+-D docs=true \
+-D help=true
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run -s '-nolisten local' \
+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_gnome-builder() {
+  depends+=(libgladeui-2.so)
+  optdepends=('gnome-code-assistance: Legacy assistance services'
+  'clang: C/C++ code assistance'
+  'jedi-language-server: Python code assistance'
+  'flatpak-builde

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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:24:41
  Author: heftig
Revision: 424555

41.1-1

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:23:01 UTC (rev 424554)
+++ PKGBUILD2021-09-22 23:24:41 UTC (rev 424555)
@@ -2,7 +2,7 @@
 
 pkgbase=gnome-builder
 pkgname=(gnome-builder gnome-builder-libide-docs)
-pkgver=41.0+49+gf6139231f
+pkgver=41.1
 pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder";
@@ -16,7 +16,7 @@
  mm-common python-sphinx_rtd_theme clang jedi-language-server
  flatpak-builder)
 checkdepends=(xorg-server-xvfb)
-_commit=f6139231f663be821244b57d370ae7931539a44e  # master
+_commit=09f585be79f65d8e0a993a8496559afa63d7c0e4  # tags/41.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit";)
 sha256sums=('SKIP')
 



[arch-commits] Commit in (libsoup3 libsoup3/repos libsoup3/trunk)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:23:01
  Author: heftig
Revision: 424554

Add libsoup3

Added:
  libsoup3/
  libsoup3/repos/
  libsoup3/trunk/



[arch-commits] Commit in fcitx5-pinyin-zhwiki/repos/community-any (PKGBUILD PKGBUILD)

2021-09-22 Thread Felix Yan via arch-commits
Date: Wednesday, September 22, 2021 @ 23:20:55
  Author: felixonmars
Revision: 1021720

archrelease: copy trunk to community-any

Added:
  fcitx5-pinyin-zhwiki/repos/community-any/PKGBUILD
(from rev 1021719, fcitx5-pinyin-zhwiki/trunk/PKGBUILD)
Deleted:
  fcitx5-pinyin-zhwiki/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 23:20:39 UTC (rev 1021719)
+++ PKGBUILD2021-09-22 23:20:55 UTC (rev 1021720)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=fcitx5-pinyin-zhwiki
-pkgname=(fcitx5-pinyin-zhwiki rime-pinyin-zhwiki)
-_converterver=0.2.3
-_zhwikiver=20210901
-_webslangver=20210911
-pkgver=$_converterver.$_webslangver
-pkgrel=1
-epoch=1
-pkgdesc="Fcitx 5 Pinyin Dictionary from zh.wikipedia.org"
-arch=('any')
-url="https://github.com/felixonmars/fcitx5-pinyin-zhwiki";
-license=('CCPL:by-sa' 'custom:GFDL')
-makedepends=('libime' 'opencc' 'pypinyin')
-source=(https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/$_converterver/$pkgbase-$_converterver.tar.gz
-
https://github.com/felixonmars/fcitx5-pinyin-zhwiki/releases/download/$_converterver/web-slang-$_webslangver.source
-
https://dumps.wikimedia.org/zhwiki/$_zhwikiver/zhwiki-$_zhwikiver-all-titles-in-ns0.gz
-https://www.gnu.org/licenses/fdl-1.3.txt)
-sha512sums=('b09e4e29e4c3e5e9007f28d56e2ac07663ad56eb1e4004dad647de7f4b41522054a65c40f952bb3752ea6015b3b1adc30f95922749cd5653ea60b9d151dd4013'
-
'5063c8aef7f01da5aff217d5d70c74fd0d5ac743f506cc5ca4a48c5a7d8481e0e2c8f39acfd9a33bacf1bd00223dd420d9f0f093b5841092529f03d73e992656'
-
'7d208120d8946fee2631da481fc8b8d508b09de0c069e760c4e1fb1f1d8a7d3dfed2b0e035f0c57482b1e329a0b35c98c4b080adfa1a56116989e94768d2028c'
-
'bea1788b2bdc84f470e459114b871cf4ee991718964a63e18adde65116806d7676484cb30857cf74dece5eef5f96a015ee4a21900e019623e5d3484868b28b7f')
-
-_make="make -L VERSION=$_zhwikiver WEB_SLANG_VERSION=$_webslangver"
-
-prepare() {
-  cd $pkgbase-$_converterver
-  # Workaround pacman decompression
-  touch zhwiki-$_zhwikiver-all-titles-in-ns0.gz
-  ln -s ../zhwiki-$_zhwikiver-all-titles-in-ns0
-  ln -s ../web-slang-$_webslangver.source
-}
-
-build() {
-  cd $pkgbase-$_converterver
-  $_make zhwiki.dict zhwiki.dict.yaml
-}
-
-package_fcitx5-pinyin-zhwiki() {
-  cd $pkgbase-$_converterver
-  $_make DESTDIR="$pkgdir" install
-  install -Dm644 ../fdl-1.3.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-package_rime-pinyin-zhwiki() {
-  cd $pkgbase-$_converterver
-  $_make DESTDIR="$pkgdir" install_rime_dict
-  install -Dm644 ../fdl-1.3.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: fcitx5-pinyin-zhwiki/repos/community-any/PKGBUILD (from rev 1021719, 
fcitx5-pinyin-zhwiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 23:20:55 UTC (rev 1021720)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgbase=fcitx5-pinyin-zhwiki
+pkgname=(fcitx5-pinyin-zhwiki rime-pinyin-zhwiki)
+_converterver=0.2.3
+_zhwikiver=20210920
+_webslangver=20210923
+pkgver=$_converterver.$_webslangver
+pkgrel=1
+epoch=1
+pkgdesc="Fcitx 5 Pinyin Dictionary from zh.wikipedia.org"
+arch=('any')
+url="https://github.com/felixonmars/fcitx5-pinyin-zhwiki";
+license=('CCPL:by-sa' 'custom:GFDL')
+makedepends=('libime' 'opencc' 'pypinyin')
+source=(https://github.com/felixonmars/fcitx5-pinyin-zhwiki/archive/$_converterver/$pkgbase-$_converterver.tar.gz
+
https://github.com/felixonmars/fcitx5-pinyin-zhwiki/releases/download/$_converterver/web-slang-$_webslangver.source
+
https://dumps.wikimedia.org/zhwiki/$_zhwikiver/zhwiki-$_zhwikiver-all-titles-in-ns0.gz
+https://www.gnu.org/licenses/fdl-1.3.txt)
+sha512sums=('b09e4e29e4c3e5e9007f28d56e2ac07663ad56eb1e4004dad647de7f4b41522054a65c40f952bb3752ea6015b3b1adc30f95922749cd5653ea60b9d151dd4013'
+
'ebfe575464eed3d8e47c2fac7c74d0ce81261ee624aa96504a92a5355ba5c36094f772bac35dfc04a4e15fdce8ed1377a507bcf1d69b99687748e5b4a58a9763'
+
'f22bdad715d33b17a98e326236ee6759d092b6109d3d2dbee99d214956672eb348bf8774d77beb2b00f3f7ae4ac2103c08d3465fec3f6ce3a1441e38784a9f38'
+
'bea1788b2bdc84f470e459114b871cf4ee991718964a63e18adde65116806d7676484cb30857cf74dece5eef5f96a015ee4a21900e019623e5d3484868b28b7f')
+
+_make="make -L VERSION=$_zhwikiver WEB_SLANG_VERSION=$_webslangver"
+
+prepare() {
+  cd $pkgbase-$_converterver
+  # Workaround pacman decompression
+  touch zhwiki-$_zhwikiver-all-titles-in-ns0.gz
+  ln -s ../zhwiki-$_zhwikiver-all-titles-in-ns0
+  ln -s ../web-slang-$_webslangver.source
+}
+
+build() {
+  cd $pkgbase-$_converterver
+  $_make zhwiki.dict zhwiki.dict.yaml
+}
+
+package_fcitx5-pinyin-zhwiki() {
+  cd $pkgbase-$_converterver
+

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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:20:41
  Author: heftig
Revision: 424553

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 23:20:35 UTC (rev 424552)
+++ PKGBUILD2021-09-22 23:20:41 UTC (rev 424553)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=jsonrpc-glib
-pkgver=3.38.0
-pkgrel=1
-pkgdesc="A JSON-RPC library for GLib"
-url="https://gitlab.gnome.org/GNOME/jsonrpc-glib";
-arch=(x86_64)
-license=(LGPL)
-depends=(json-glib)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-provides=(libjsonrpc-glib-1.0.so)
-_commit=1ef4e954414ee7886ed608bbe0b934c716cde142  # tags/3.38.0^0
-source=("git+https://gitlab.gnome.org/GNOME/jsonrpc-glib.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D enable_gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: jsonrpc-glib/repos/extra-x86_64/PKGBUILD (from rev 424552, 
jsonrpc-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 23:20:41 UTC (rev 424553)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=jsonrpc-glib
+pkgver=3.40.0
+pkgrel=1
+pkgdesc="A JSON-RPC library for GLib"
+url="https://gitlab.gnome.org/GNOME/jsonrpc-glib";
+arch=(x86_64)
+license=(LGPL)
+depends=(json-glib)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+provides=(libjsonrpc-glib-1.0.so)
+_commit=87a30dded41a43f8bff247c6347113f71530de7a  # tags/3.40.0^0
+source=("git+https://gitlab.gnome.org/GNOME/jsonrpc-glib.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D enable_gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



[arch-commits] Commit in fcitx5-pinyin-zhwiki/trunk (PKGBUILD)

2021-09-22 Thread Felix Yan via arch-commits
Date: Wednesday, September 22, 2021 @ 23:20:39
  Author: felixonmars
Revision: 1021719

upgpkg: fcitx5-pinyin-zhwiki 1:0.2.3.20210923-1

Modified:
  fcitx5-pinyin-zhwiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:18:40 UTC (rev 1021718)
+++ PKGBUILD2021-09-22 23:20:39 UTC (rev 1021719)
@@ -3,8 +3,8 @@
 pkgbase=fcitx5-pinyin-zhwiki
 pkgname=(fcitx5-pinyin-zhwiki rime-pinyin-zhwiki)
 _converterver=0.2.3
-_zhwikiver=20210901
-_webslangver=20210911
+_zhwikiver=20210920
+_webslangver=20210923
 pkgver=$_converterver.$_webslangver
 pkgrel=1
 epoch=1
@@ -18,8 +18,8 @@
 
https://dumps.wikimedia.org/zhwiki/$_zhwikiver/zhwiki-$_zhwikiver-all-titles-in-ns0.gz
 https://www.gnu.org/licenses/fdl-1.3.txt)
 
sha512sums=('b09e4e29e4c3e5e9007f28d56e2ac07663ad56eb1e4004dad647de7f4b41522054a65c40f952bb3752ea6015b3b1adc30f95922749cd5653ea60b9d151dd4013'
-
'5063c8aef7f01da5aff217d5d70c74fd0d5ac743f506cc5ca4a48c5a7d8481e0e2c8f39acfd9a33bacf1bd00223dd420d9f0f093b5841092529f03d73e992656'
-
'7d208120d8946fee2631da481fc8b8d508b09de0c069e760c4e1fb1f1d8a7d3dfed2b0e035f0c57482b1e329a0b35c98c4b080adfa1a56116989e94768d2028c'
+
'ebfe575464eed3d8e47c2fac7c74d0ce81261ee624aa96504a92a5355ba5c36094f772bac35dfc04a4e15fdce8ed1377a507bcf1d69b99687748e5b4a58a9763'
+
'f22bdad715d33b17a98e326236ee6759d092b6109d3d2dbee99d214956672eb348bf8774d77beb2b00f3f7ae4ac2103c08d3465fec3f6ce3a1441e38784a9f38'
 
'bea1788b2bdc84f470e459114b871cf4ee991718964a63e18adde65116806d7676484cb30857cf74dece5eef5f96a015ee4a21900e019623e5d3484868b28b7f')
 
 _make="make -L VERSION=$_zhwikiver WEB_SLANG_VERSION=$_webslangver"



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:20:35
  Author: heftig
Revision: 424552

3.40.0-1

Modified:
  jsonrpc-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:06:00 UTC (rev 424551)
+++ PKGBUILD2021-09-22 23:20:35 UTC (rev 424552)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=jsonrpc-glib
-pkgver=3.38.0
+pkgver=3.40.0
 pkgrel=1
 pkgdesc="A JSON-RPC library for GLib"
 url="https://gitlab.gnome.org/GNOME/jsonrpc-glib";
@@ -10,7 +10,7 @@
 depends=(json-glib)
 makedepends=(git meson vala gobject-introspection gtk-doc)
 provides=(libjsonrpc-glib-1.0.so)
-_commit=1ef4e954414ee7886ed608bbe0b934c716cde142  # tags/3.38.0^0
+_commit=87a30dded41a43f8bff247c6347113f71530de7a  # tags/3.40.0^0
 source=("git+https://gitlab.gnome.org/GNOME/jsonrpc-glib.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -33,5 +33,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:18:40
  Author: heftig
Revision: 1021718

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 1021717, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 23:18:08 UTC (rev 1021717)
+++ PKGBUILD2021-09-22 23:18:40 UTC (rev 1021718)
@@ -1,31 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: FaziBear 
-
-pkgname=jruby
-pkgver=9.2.19.0
-pkgrel=1
-pkgdesc="100% pure-Java implementation of the Ruby programming language"
-url="https://www.jruby.org/";
-arch=(any)
-license=(EPL GPL2 LGPL2.1 custom)
-options=(!strip)
-source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/jruby-dist-$pkgver-bin.tar.gz)
-md5sums=('0961867a77838853f32ee72dbde7c00e')
-sha1sums=('e61ac187d5e312a198a0b1767eb8c4f36c750749')
-sha256sums=('1f74885a2d3fa589fcbeb292a39facf7f86be3eac1ab015e32c65d32acf3f3bf')
-
-prepare() {
-  cd jruby-$pkgver
-  rm -rv bin/*.{bat,dll,exe} lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
-  chmod -cR g-w .
-}
-
-package() {
-  depends=(java-runtime-headless bash)
-
-  mkdir -p "$pkgdir"/{opt,usr/bin,usr/share/licenses/$pkgname}
-  cp -a jruby-$pkgver "$pkgdir/opt/jruby"
-  ln -srt "$pkgdir/usr/bin" \
-"$pkgdir"/opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 jruby-$pkgver/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 1021717, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 23:18:40 UTC (rev 1021718)
@@ -0,0 +1,31 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=9.3.0.0
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+url="https://www.jruby.org/";
+arch=(any)
+license=(EPL GPL2 LGPL2.1 custom)
+options=(!strip)
+source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/jruby-dist-$pkgver-bin.tar.gz)
+md5sums=('501a3c975b3c9478b72d4b0cd37170b9')
+sha1sums=('51406703018e47b849f3796d7712bfcc7e6fec51')
+sha256sums=('2dc1f85936d3ff3adc20d90e5f4894499c585a7ea5fedec67154e2f9ecb1bc9b')
+
+prepare() {
+  cd jruby-$pkgver
+  rm -rv bin/*.{bat,dll,exe} lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
+  chmod -cR g-w .
+}
+
+package() {
+  depends=(java-runtime-headless bash)
+
+  mkdir -p "$pkgdir"/{opt,usr/bin,usr/share/licenses/$pkgname}
+  cp -a jruby-$pkgver "$pkgdir/opt/jruby"
+  ln -srt "$pkgdir/usr/bin" \
+"$pkgdir"/opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 jruby-$pkgver/COPYING
+}



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:18:08
  Author: heftig
Revision: 1021717

9.3.0.0-1

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 23:02:32 UTC (rev 1021716)
+++ PKGBUILD2021-09-22 23:18:08 UTC (rev 1021717)
@@ -2,7 +2,7 @@
 # Contributor: FaziBear 
 
 pkgname=jruby
-pkgver=9.2.19.0
+pkgver=9.3.0.0
 pkgrel=1
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 url="https://www.jruby.org/";
@@ -10,9 +10,9 @@
 license=(EPL GPL2 LGPL2.1 custom)
 options=(!strip)
 
source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/jruby-dist-$pkgver-bin.tar.gz)
-md5sums=('0961867a77838853f32ee72dbde7c00e')
-sha1sums=('e61ac187d5e312a198a0b1767eb8c4f36c750749')
-sha256sums=('1f74885a2d3fa589fcbeb292a39facf7f86be3eac1ab015e32c65d32acf3f3bf')
+md5sums=('501a3c975b3c9478b72d4b0cd37170b9')
+sha1sums=('51406703018e47b849f3796d7712bfcc7e6fec51')
+sha256sums=('2dc1f85936d3ff3adc20d90e5f4894499c585a7ea5fedec67154e2f9ecb1bc9b')
 
 prepare() {
   cd jruby-$pkgver



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:06:00
  Author: heftig
Revision: 424551

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  202 +
 config   |10682 +
 2 files changed, 10884 insertions(+)

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


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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:05:59
  Author: heftig
Revision: 424550

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  202 +
 config   |10623 +
 2 files changed, 10825 insertions(+)

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


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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:02:32
  Author: heftig
Revision: 1021716

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 1021711, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-22 23:02:32 UTC (rev 1021716)
@@ -0,0 +1,42 @@
+# 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=329
+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/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:03:05
  Author: heftig
Revision: 424549

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 424548, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-09-22 23:03:05 UTC (rev 424549)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=470.74
+pkgrel=2
+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 bbswitch/repos (4 files)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:02:32
  Author: heftig
Revision: 1021715

archrelease: copy trunk to community-testing-x86_64

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

+
 0001-proc_ops-struct.patch |   36 ++
 0002-kernel-5.7.patch  |   11 +
 PKGBUILD   |   50 +++
 3 files changed, 97 insertions(+)

Copied: bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch 
(from rev 1021711, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-testing-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-testing-x86_64/0001-proc_ops-struct.patch 2021-09-22 23:02:32 UTC 
(rev 1021715)
@@ -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

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
1021711, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2021-09-22 23:02:32 UTC 
(rev 1021715)
@@ -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 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 1021711, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-22 23:02:32 UTC (rev 1021715)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=450
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch";
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";
+0001-proc_ops-struct.patch 0002-kernel-5.7.patch)
+sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'
+
'993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1'
+
'2eeae463b2f83e7744ff1a769cb6186389e026fc78668e836525dfd16a56abfae01cfb150c9bb46af74ec42e87ebea91636118fe0c773e7eaa7ea671b25d2e04')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -Np1 < ../0001-proc_ops-struct.patch
+  patch -Np1 < ../0002-kernel-5.7.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:02:31
  Author: heftig
Revision: 1021714

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 1021711, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-22 23:02:31 UTC (rev 1021714)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.26
+pkgrel=17
+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 vhba-module/repos (4 files)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:02:31
  Author: heftig
Revision: 1021712

archrelease: copy trunk to community-testing-x86_64

Added:
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 1021711, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 1021711, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 1021711, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   56 
 dkms.conf |9 +
 3 files changed, 66 insertions(+)

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
1021711, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2021-09-22 23:02:31 UTC (rev 
1021712)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu", 
TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 1021711, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-22 23:02:31 UTC (rev 1021712)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20210418
+pkgrel=44
+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";
+60-vhba.rules dkms.conf)
+sha256sums=('18bd82ae27721ad1612b3c31accd81898ae326370964385ca52a2a66b67a3f85'
+'5265eba8042d0483088c233c74640069caf2cbd290bc689cfcc4373ae3e18e83'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:02:31
  Author: heftig
Revision: 1021713

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 1021711, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 1021711, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-22 23:02:31 UTC (rev 1021713)
@@ -0,0 +1,46 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.049.02
+pkgrel=22
+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)
+sha256sums=('2b12d932e976f8f74b8d9545744c04beb4676dd7bc1d032dde51347ed1d8be24'
+'SKIP')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF') # Massimiliano 
Torromeo 
+
+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/$(

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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:02:29
  Author: heftig
Revision: 1021709

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 1021707, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-22 23:02:29 UTC (rev 1021709)
@@ -0,0 +1,48 @@
+# 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=337
+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 deepin-anything-arch/repos (2 files)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:02:29
  Author: heftig
Revision: 1021711

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
1021708, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-22 23:02:29 UTC (rev 1021711)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.9
+pkgrel=29
+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 acpi_call/repos (2 files)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:02:28
  Author: heftig
Revision: 1021708

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 1021707, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-22 23:02:28 UTC (rev 1021708)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.1
+pkgrel=91
+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 netfilter-fullconenat/repos (2 files)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 23:02:29
  Author: heftig
Revision: 1021710

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 1021707, netfilter-fullconenat/trunk/PKGBUILD)

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

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
1021707, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-09-22 23:02:29 UTC (rev 1021710)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=149
+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}";)
+sha256sums=('SKIP')
+
+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
+}
+
+build() {
+  cd ${pkgname}
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  local extradir=/usr/lib/modules/$(

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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 22:33:23
  Author: heftig
Revision: 1021707

5.0.9-29: linux 5.14.7.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 22:33:17 UTC (rev 1021706)
+++ PKGBUILD2021-09-22 22:33:23 UTC (rev 1021707)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=28
+pkgrel=29
 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 vhba-module/trunk (PKGBUILD)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 22:33:14
  Author: heftig
Revision: 1021705

20210418-44: linux 5.14.7.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 22:33:12 UTC (rev 1021704)
+++ PKGBUILD2021-09-22 22:33:14 UTC (rev 1021705)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20210418
-pkgrel=43
+pkgrel=44
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/";
 arch=(x86_64)



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 22:33:17
  Author: heftig
Revision: 1021706

1.2.1-91: linux 5.14.7.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 22:33:14 UTC (rev 1021705)
+++ PKGBUILD2021-09-22 22:33:17 UTC (rev 1021706)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.1
-pkgrel=90
+pkgrel=91
 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 nvidia/trunk (PKGBUILD)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 22:33:20
  Author: heftig
Revision: 424548

470.74-2: linux 5.14.7.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 22:31:59 UTC (rev 424547)
+++ PKGBUILD2021-09-22 22:33:20 UTC (rev 424548)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=470.74
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/";



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 22:33:10
  Author: heftig
Revision: 1021703

0.8-450: linux 5.14.7.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 22:33:07 UTC (rev 1021702)
+++ PKGBUILD2021-09-22 22:33:10 UTC (rev 1021703)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=449
+pkgrel=450
 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 r8168/trunk (PKGBUILD)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 22:33:12
  Author: heftig
Revision: 1021704

8.049.02-22: linux 5.14.7.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 22:33:10 UTC (rev 1021703)
+++ PKGBUILD2021-09-22 22:33:12 UTC (rev 1021704)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.049.02
-pkgrel=21
+pkgrel=22
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 22:33:07
  Author: heftig
Revision: 1021702

6.30.223.271-329: linux 5.14.7.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 22:33:05 UTC (rev 1021701)
+++ PKGBUILD2021-09-22 22:33:07 UTC (rev 1021702)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=328
+pkgrel=329
 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 tp_smapi/trunk (PKGBUILD)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 22:33:05
  Author: heftig
Revision: 1021701

0.43-337: linux 5.14.7.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 22:33:03 UTC (rev 1021700)
+++ PKGBUILD2021-09-22 22:33:05 UTC (rev 1021701)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=336
+pkgrel=337
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 22:33:03
  Author: heftig
Revision: 1021700

6.1.26-17: linux 5.14.7.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 22:33:00 UTC (rev 1021699)
+++ PKGBUILD2021-09-22 22:33:03 UTC (rev 1021700)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.26
-pkgrel=16
+pkgrel=17
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 22:33:00
  Author: heftig
Revision: 1021699

r73.0cf3b48-149: linux 5.14.7.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 22:32:09 UTC (rev 1021698)
+++ PKGBUILD2021-09-22 22:33:00 UTC (rev 1021699)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=148
+pkgrel=149
 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-zen/trunk (PKGBUILD)

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 22:31:59
  Author: heftig
Revision: 424547

5.14.7.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 22:31:58 UTC (rev 424546)
+++ PKGBUILD2021-09-22 22:31:59 UTC (rev 424547)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.14.6.zen1
+pkgver=5.14.7.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}



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

2021-09-22 Thread Jan Steffens via arch-commits
Date: Wednesday, September 22, 2021 @ 22:31:58
  Author: heftig
Revision: 424546

5.14.7.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 22:00:32 UTC (rev 424545)
+++ PKGBUILD2021-09-22 22:31:58 UTC (rev 424546)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.14.6.arch1
+pkgver=5.14.7.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}



[arch-commits] Commit in ssh-key-confirmer/repos (2 files)

2021-09-22 Thread Kpcyrd via arch-commits
Date: Wednesday, September 22, 2021 @ 22:32:09
  Author: kpcyrd
Revision: 1021698

archrelease: copy trunk to community-x86_64

Added:
  ssh-key-confirmer/repos/community-x86_64/
  ssh-key-confirmer/repos/community-x86_64/PKGBUILD
(from rev 1021697, ssh-key-confirmer/trunk/PKGBUILD)

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

Copied: ssh-key-confirmer/repos/community-x86_64/PKGBUILD (from rev 1021697, 
ssh-key-confirmer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-09-22 22:32:09 UTC (rev 1021698)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd 
+
+pkgname=ssh-key-confirmer
+pkgver=0.1
+pkgrel=1
+pkgdesc='Test ssh login key acceptance without having the private key'
+url='https://github.com/benjojo/ssh-key-confirmer'
+arch=('x86_64')
+license=('MIT')
+makedepends=('go')
+source=(https://github.com/benjojo/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('40d339e77a476f137eafc8b3b41880c05646cb58ef184d8ecde1f194148e23827ebec94555cc371769573823829f8a9333df7f79edcb3c7d91b4bc28a4068aee')
+
+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 ssh-key-confirmer .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 ssh-key-confirmer -t "${pkgdir}/usr/bin"
+  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2021-09-22 Thread Kpcyrd via arch-commits
Date: Wednesday, September 22, 2021 @ 22:31:56
  Author: kpcyrd
Revision: 1021697

addpkg: ssh-key-confirmer 0.1-1

Added:
  ssh-key-confirmer/
  ssh-key-confirmer/repos/
  ssh-key-confirmer/trunk/
  ssh-key-confirmer/trunk/PKGBUILD

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

Added: ssh-key-confirmer/trunk/PKGBUILD
===
--- ssh-key-confirmer/trunk/PKGBUILD(rev 0)
+++ ssh-key-confirmer/trunk/PKGBUILD2021-09-22 22:31:56 UTC (rev 1021697)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd 
+
+pkgname=ssh-key-confirmer
+pkgver=0.1
+pkgrel=1
+pkgdesc='Test ssh login key acceptance without having the private key'
+url='https://github.com/benjojo/ssh-key-confirmer'
+arch=('x86_64')
+license=('MIT')
+makedepends=('go')
+source=(https://github.com/benjojo/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('40d339e77a476f137eafc8b3b41880c05646cb58ef184d8ecde1f194148e23827ebec94555cc371769573823829f8a9333df7f79edcb3c7d91b4bc28a4068aee')
+
+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 ssh-key-confirmer .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 ssh-key-confirmer -t "${pkgdir}/usr/bin"
+  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-22 Thread Felix Yan via arch-commits
Date: Wednesday, September 22, 2021 @ 22:27:40
  Author: felixonmars
Revision: 1021696

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 1021695, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/rebuild.list
(from rev 1021695, nodejs/trunk/rebuild.list)
  nodejs/repos/community-x86_64/system-c-ares.patch
(from rev 1021695, nodejs/trunk/system-c-ares.patch)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD
  nodejs/repos/community-x86_64/rebuild.list
  nodejs/repos/community-x86_64/system-c-ares.patch

-+
 PKGBUILD|  124 +--
 rebuild.list|4 -
 system-c-ares.patch |  142 +-
 3 files changed, 135 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 22:27:18 UTC (rev 1021695)
+++ PKGBUILD2021-09-22 22:27:40 UTC (rev 1021696)
@@ -1,62 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=16.9.1
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'libnghttp2' 'c-ares') # 'http-parser' 
'v8')
-makedepends=('python' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz";
-system-c-ares.patch)
-sha512sums=('b9de1b564f64d9b129dde14b996d4566bbcb4bf351ccd8b8635e90a0705c555c8c246e062022e5f1de42e4b7b48d4a32020ce5c9d25eb38d7ac11648a049bf7b'
-
'bca85b5a4622b38f20f3787bdb2784db76cd4b213fadf8a5813a375080e7481c4aff7556712d59df3e19849a7eb6b2f048a69b4e2162cb717ab1b3a791d2558e')
-
-prepare() {
-  patch -d node-$pkgver -Rp1 < system-c-ares.patch
-}
-
-build() {
-  cd node-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-nghttp2 \
---shared-cares
-# --shared-v8
-# --shared-http-parser
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  make test || :
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

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

Deleted: rebuild.list
===
--- rebuild.list2021-09-22 22:27:18 UTC (rev 1021695)
+++ rebuild.list2021-09-22 22:27:40 UTC (rev 1021696)
@@ -1,2 +0,0 @@
-apm
-bash-language-server

Copied: nodejs/repos/community-x86_64/rebuild.list (from rev 1021695, 
nodejs/trunk/rebuild.list)
==

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

2021-09-22 Thread Felix Yan via arch-commits
Date: Wednesday, September 22, 2021 @ 22:27:18
  Author: felixonmars
Revision: 1021695

upgpkg: nodejs 16.10.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 22:26:35 UTC (rev 1021694)
+++ PKGBUILD2021-09-22 22:27:18 UTC (rev 1021695)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=16.9.1
+pkgver=16.10.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 optdepends=('npm: nodejs package manager')
 source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz";
 system-c-ares.patch)
-sha512sums=('b9de1b564f64d9b129dde14b996d4566bbcb4bf351ccd8b8635e90a0705c555c8c246e062022e5f1de42e4b7b48d4a32020ce5c9d25eb38d7ac11648a049bf7b'
+sha512sums=('9d8945e3881a35612cc2bd63b1516dfa09a7d901439a62314ff0f594b9a4c0fa3b866d1d614a1f0ed769085fa306d2b4fe3154c5cda20d2def7f775b7565b520'
 
'bca85b5a4622b38f20f3787bdb2784db76cd4b213fadf8a5813a375080e7481c4aff7556712d59df3e19849a7eb6b2f048a69b4e2162cb717ab1b3a791d2558e')
 
 prepare() {



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

2021-09-22 Thread Kpcyrd via arch-commits
Date: Wednesday, September 22, 2021 @ 22:26:35
  Author: kpcyrd
Revision: 1021694

archrelease: copy trunk to community-x86_64

Added:
  kube-linter/repos/community-x86_64/PKGBUILD
(from rev 1021693, kube-linter/trunk/PKGBUILD)
Deleted:
  kube-linter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 22:26:21 UTC (rev 1021693)
+++ PKGBUILD2021-09-22 22:26:35 UTC (rev 1021694)
@@ -1,31 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=kube-linter
-pkgver=0.2.3
-pkgrel=1
-pkgdesc='Static analysis tool that checks Kubernetes YAML files and Helm 
charts'
-url='https://github.com/stackrox/kube-linter'
-arch=('x86_64')
-license=('Apache')
-makedepends=('go')
-source=(https://github.com/stackrox/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('d9c9dfc3eeb409faf5a7f8b27d87fd95ea2f6921740ee1b6fab71bace6c808688a5162f99b6339c1b767a1bea274f10db9658a00901b90c1d08d711e49e32e23')
-b2sums=('46e1f5168da525763ebc94803a15631b70a36f2fbc1d0edd8e58881d1c80d22d34239cc024c3594e6f4d7f6a79e5e38be30d71d45e3abbd4d1de243e7fe93db2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-./cmd/kube-linter
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 kube-linter -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: kube-linter/repos/community-x86_64/PKGBUILD (from rev 1021693, 
kube-linter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 22:26:35 UTC (rev 1021694)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd 
+
+pkgname=kube-linter
+pkgver=0.2.4
+pkgrel=1
+pkgdesc='Static analysis tool that checks Kubernetes YAML files and Helm 
charts'
+url='https://github.com/stackrox/kube-linter'
+arch=('x86_64')
+license=('Apache')
+makedepends=('go')
+source=(https://github.com/stackrox/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('5160a29bd401bce0e5bf3678a4d74b4e8d4af6e2918126e18078cc01da8e8fd8b749ffdb9128df06bef47b5fab68743889183ceb7917397d12877417a8ec6bee')
+b2sums=('6d97fcaa045f49121dda5d2b3cb9b8b7f1e7a343ebc8c558bf261829a4f6cd0a45ff7fa245ebeeba62da00e5ff5bdf78f02d9a17ae46f930c239b4a3b2685be0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+./cmd/kube-linter
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 kube-linter -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-09-22 Thread Kpcyrd via arch-commits
Date: Wednesday, September 22, 2021 @ 22:26:21
  Author: kpcyrd
Revision: 1021693

upgpkg: kube-linter 0.2.4-1

Modified:
  kube-linter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 21:27:20 UTC (rev 1021692)
+++ PKGBUILD2021-09-22 22:26:21 UTC (rev 1021693)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=kube-linter
-pkgver=0.2.3
+pkgver=0.2.4
 pkgrel=1
 pkgdesc='Static analysis tool that checks Kubernetes YAML files and Helm 
charts'
 url='https://github.com/stackrox/kube-linter'
@@ -9,8 +9,8 @@
 license=('Apache')
 makedepends=('go')
 
source=(https://github.com/stackrox/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('d9c9dfc3eeb409faf5a7f8b27d87fd95ea2f6921740ee1b6fab71bace6c808688a5162f99b6339c1b767a1bea274f10db9658a00901b90c1d08d711e49e32e23')
-b2sums=('46e1f5168da525763ebc94803a15631b70a36f2fbc1d0edd8e58881d1c80d22d34239cc024c3594e6f4d7f6a79e5e38be30d71d45e3abbd4d1de243e7fe93db2')
+sha512sums=('5160a29bd401bce0e5bf3678a4d74b4e8d4af6e2918126e18078cc01da8e8fd8b749ffdb9128df06bef47b5fab68743889183ceb7917397d12877417a8ec6bee')
+b2sums=('6d97fcaa045f49121dda5d2b3cb9b8b7f1e7a343ebc8c558bf261829a4f6cd0a45ff7fa245ebeeba62da00e5ff5bdf78f02d9a17ae46f930c239b4a3b2685be0')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2021-09-22 Thread Christian Rebischke via arch-commits
Date: Wednesday, September 22, 2021 @ 21:27:20
  Author: shibumi
Revision: 1021692

archrelease: copy trunk to community-x86_64

Added:
  pulumi/repos/community-x86_64/PKGBUILD
(from rev 1021691, pulumi/trunk/PKGBUILD)
Deleted:
  pulumi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 21:27:14 UTC (rev 1021691)
+++ PKGBUILD2021-09-22 21:27:20 UTC (rev 1021692)
@@ -1,75 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Christoph Gysin 
-
-pkgname=pulumi
-pkgver=3.12.0
-pkgrel=1
-pkgdesc='Modern Infrastructure as Code'
-arch=('x86_64')
-url="https://github.com/$pkgname/$pkgname";
-license=('GPL')
-depends=('glibc')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('bbd7d5730946f370c413915b14389ca03b0b180222078400f5bb7cae1a85ea9f')
-b2sums=('11d3018b4c5b819048b6445199766909344da8bc80c2d6dbf93e77fcad6c305ab6a33ac4046700514a0541a8bb30924b6c8a1c3a7a12ec30cd9dc859c127de9c')
-
-_plugins=(
-  "nodejs/cmd/pulumi-language-nodejs"
-  "python/cmd/pulumi-language-python"
-  "dotnet/cmd/pulumi-language-dotnet"
-  "go/pulumi-language-go"
-)
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  # Build the `pulumi` executable
-  cd "${srcdir}/${pkgname}-${pkgver}/pkg"
-  go build \
--ldflags "-X 
github.com/pulumi/pulumi/pkg/v${pkgver%%.*}/version.Version=${pkgver} 
-extldflags ${LDFLAGS}" \
--o "${srcdir}/${pkgname}-${pkgver}/bin/${pkgname}" \
-"./cmd/${pkgname}" \
-
-  # Build the plugins
-  cd "${srcdir}/${pkgname}-${pkgver}/sdk"
-  for plugin in "${_plugins[@]}"; do
-plugin_name=${plugin##*/}
-go build \
-  -ldflags "-X 
github.com/pulumi/pulumi/pkg/v${pkgver%%.*}/version.Version=${pkgver} 
-extldflags ${LDFLAGS}" \
-  -o "${srcdir}/${pkgname}-${pkgver}/bin/${plugin_name}" \
-  "./${plugin}"
-
-# Add possible executor
-if [ -f "${plugin}-exec" ]; then
-  cp "${plugin}-exec" "${srcdir}/${pkgname}-${pkgver}/bin/"
-fi
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Install all executables
-  for f in ./bin/*; do
-install -D -m 755 "$f" "${pkgdir}/usr/bin/$(basename $f)"
-  done
-
-  # Generate Bash completion
-  install -D -m 644 \
-<("${pkgdir}/usr/bin/${pkgname}" gen-completion bash) \
-"${pkgdir}/etc/bash_completion.d/${pkgname}"
-
-  # Generate ZSH completion
-  install -D -m 644 \
-<("${pkgdir}/usr/bin/${pkgname}" gen-completion zsh) \
-"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pulumi/repos/community-x86_64/PKGBUILD (from rev 1021691, 
pulumi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 21:27:20 UTC (rev 1021692)
@@ -0,0 +1,75 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Christoph Gysin 
+
+pkgname=pulumi
+pkgver=3.13.0
+pkgrel=1
+pkgdesc='Modern Infrastructure as Code'
+arch=('x86_64')
+url="https://github.com/$pkgname/$pkgname";
+license=('GPL')
+depends=('glibc')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('d5bff2d8d613725ff97feef108412f313acd967d9244cd38f39c1bd273652292')
+b2sums=('ace46d0ebf2c82c045fc7fe975cfccffb658c3f9ad8f0f9dd9e90292c90c6753ac45024d629fb8ca3829b16d6980a3cbc732259c94bca6af2933a9bde541befe')
+
+_plugins=(
+  "nodejs/cmd/pulumi-language-nodejs"
+  "python/cmd/pulumi-language-python"
+  "dotnet/cmd/pulumi-language-dotnet"
+  "go/pulumi-language-go"
+)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  # Build the `pulumi` executable
+  cd "${srcdir}/${pkgname}-${pkgver}/pkg"
+  go build \
+-ldflags "-X 
github.com/pulumi/pulumi/pkg/v${pkgver%%.*}/version.Version=${pkgver} 
-extldflags ${LDFLAGS}" \
+-o "${srcdir}/${pkgname}-${pkgver}/bin/${pkgname}" \
+"./cmd/${pkgname}" \
+
+  # Build the plugins
+  cd "${srcdir}/${pkgname}-${pkgver}/sdk"
+  for plugin in "${_plugins[@]}"; do
+plugin_name=${plugin##*/}
+go build \
+  -ldflags "-X 
github.com/pulumi/pulumi/pkg/v${pkgver%%.*}/version.Version=${pkgver} 
-extldflags ${LDFLAGS}" \
+  -o "${srcdir}/${pkgname}-${pkgver}/bin/${plugin_name}" \
+  "./${plugin}"
+
+# Add possible executor
+if [ -f "${plugin}-exec" ]; then
+  cp "${plugin}-exec" "${srcdir}/${pkgna

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

2021-09-22 Thread Christian Rebischke via arch-commits
Date: Wednesday, September 22, 2021 @ 21:27:14
  Author: shibumi
Revision: 1021691

upgpkg: pulumi 3.13.0-1

Modified:
  pulumi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 21:11:30 UTC (rev 1021690)
+++ PKGBUILD2021-09-22 21:27:14 UTC (rev 1021691)
@@ -2,7 +2,7 @@
 # Contributor: Christoph Gysin 
 
 pkgname=pulumi
-pkgver=3.12.0
+pkgver=3.13.0
 pkgrel=1
 pkgdesc='Modern Infrastructure as Code'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('glibc')
 makedepends=('go')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('bbd7d5730946f370c413915b14389ca03b0b180222078400f5bb7cae1a85ea9f')
-b2sums=('11d3018b4c5b819048b6445199766909344da8bc80c2d6dbf93e77fcad6c305ab6a33ac4046700514a0541a8bb30924b6c8a1c3a7a12ec30cd9dc859c127de9c')
+sha256sums=('d5bff2d8d613725ff97feef108412f313acd967d9244cd38f39c1bd273652292')
+b2sums=('ace46d0ebf2c82c045fc7fe975cfccffb658c3f9ad8f0f9dd9e90292c90c6753ac45024d629fb8ca3829b16d6980a3cbc732259c94bca6af2933a9bde541befe')
 
 _plugins=(
   "nodejs/cmd/pulumi-language-nodejs"



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

2021-09-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 22, 2021 @ 21:19:34
  Author: arojas
Revision: 424538

archrelease: copy trunk to extra-x86_64

Added:
  neon/repos/extra-x86_64/PKGBUILD
(from rev 424537, neon/trunk/PKGBUILD)
Deleted:
  neon/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 21:19:25 UTC (rev 424537)
+++ PKGBUILD2021-09-22 21:19:34 UTC (rev 424538)
@@ -1,33 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-# Contributor: Juergen Hoetzel 
-
-pkgname=neon
-pkgver=0.31.2
-pkgrel=1
-pkgdesc="HTTP and WebDAV client library with a C interface"
-arch=('x86_64')
-url="https://notroj.github.io/neon/";
-license=('GPL' 'LGPL')
-depends=('krb5' 'expat' 'ca-certificates' 'zlib')
-options=('libtool') # FS#16067
-source=(https://notroj.github.io/neon/$pkgname-$pkgver.tar.gz)
-sha512sums=('1e402b40a0445f68ed24d2697ee60d21636f61ebc98edcde37ff9e26c54430acabf3969ac22a942d1dd51bddee0f312c04073b423b0af3a3e7c9bf60cd53e48c')
-validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-expat \
---enable-shared \
---disable-static \
---with-ssl=openssl \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: neon/repos/extra-x86_64/PKGBUILD (from rev 424537, neon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 21:19:34 UTC (rev 424538)
@@ -0,0 +1,34 @@
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+# Contributor: Juergen Hoetzel 
+
+pkgname=neon
+pkgver=0.32.1
+pkgrel=1
+pkgdesc="HTTP and WebDAV client library with a C interface"
+arch=('x86_64')
+url="https://notroj.github.io/neon/";
+license=('GPL' 'LGPL')
+depends=('krb5' 'expat' 'ca-certificates' 'zlib')
+makedepends=('xmlto' 'docbook-xsl')
+options=('libtool') # FS#16067
+source=(https://notroj.github.io/neon/$pkgname-$pkgver.tar.gz)
+sha512sums=('a231865c3aad3668f6effded97a58eb981655f64c71b0954fcb2e667bdec50895d11bf296f4f454bd63e6ce9b02c2fd13cbb17cb82631e16f10ecd7e1977')
+validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-expat \
+--enable-shared \
+--disable-static \
+--with-ssl=openssl \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2021-09-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 22, 2021 @ 21:19:25
  Author: arojas
Revision: 424537

Update to 0.32.1

Modified:
  neon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 21:06:11 UTC (rev 424536)
+++ PKGBUILD2021-09-22 21:19:25 UTC (rev 424537)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=neon
-pkgver=0.31.2
+pkgver=0.32.1
 pkgrel=1
 pkgdesc="HTTP and WebDAV client library with a C interface"
 arch=('x86_64')
@@ -10,9 +10,10 @@
 url="https://notroj.github.io/neon/";
 license=('GPL' 'LGPL')
 depends=('krb5' 'expat' 'ca-certificates' 'zlib')
+makedepends=('xmlto' 'docbook-xsl')
 options=('libtool') # FS#16067
 source=(https://notroj.github.io/neon/$pkgname-$pkgver.tar.gz)
-sha512sums=('1e402b40a0445f68ed24d2697ee60d21636f61ebc98edcde37ff9e26c54430acabf3969ac22a942d1dd51bddee0f312c04073b423b0af3a3e7c9bf60cd53e48c')
+sha512sums=('a231865c3aad3668f6effded97a58eb981655f64c71b0954fcb2e667bdec50895d11bf296f4f454bd63e6ce9b02c2fd13cbb17cb82631e16f10ecd7e1977')
 validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
 
 build() {



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

2021-09-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 22, 2021 @ 21:11:30
  Author: arojas
Revision: 1021690

archrelease: copy trunk to community-any

Added:
  firefox-stylus/repos/community-any/PKGBUILD
(from rev 1021689, firefox-stylus/trunk/PKGBUILD)
Deleted:
  firefox-stylus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 21:11:21 UTC (rev 1021689)
+++ PKGBUILD2021-09-22 21:11:30 UTC (rev 1021690)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-stylus
-pkgver=1.5.19
-pkgrel=1
-pkgdesc='Easily install themes and skins for many popular sites'
-url=https://add0n.com/stylus.html
-arch=('any')
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=('git' 'npm' 'strip-nondeterminism')
-source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-$pkgver.tar.gz";)
-b2sums=('662aef404f78bf28cb84df427c6ec117e7135bb0aa29dd5d5e71f724b0f07d3f1774b5a4f1b235af57b225d509b5f6531336468e1bad9a35179d3544f2607524')
-
-prepare() {
-  cd stylus-$pkgver
-  git config --global url."https://github.com".insteadOf ssh://g...@github.com
-  npm ci
-}
-
-build() {
-  cd stylus-$pkgver
-  npm run zip
-  strip-nondeterminism -t zip stylus.zip
-}
-
-package() {
-  cd stylus-$pkgver
-  install -Dm644 stylus.zip \
-
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-stylus/repos/community-any/PKGBUILD (from rev 1021689, 
firefox-stylus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 21:11:30 UTC (rev 1021690)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-stylus
+pkgver=1.5.22
+pkgrel=1
+pkgdesc='Easily install themes and skins for many popular sites'
+url=https://add0n.com/stylus.html
+arch=('any')
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=('git' 'npm' 'strip-nondeterminism')
+source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-$pkgver.tar.gz";)
+b2sums=('eb2d2167e0781192d135691e78bc88e8080beb470640627716aa1f2cc3a80638563680d90a83f246c9e562a0112c53855335b84ec3c829dc2c3e16b951f84106')
+
+prepare() {
+  cd stylus-$pkgver
+  git config --global url."https://github.com".insteadOf ssh://g...@github.com
+  npm ci
+}
+
+build() {
+  cd stylus-$pkgver
+  npm run zip
+  strip-nondeterminism -t zip stylus.zip
+}
+
+package() {
+  cd stylus-$pkgver
+  install -Dm644 stylus.zip \
+
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-09-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 22, 2021 @ 21:11:21
  Author: arojas
Revision: 1021689

Update to 1.5.22

Modified:
  firefox-stylus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 21:09:15 UTC (rev 1021688)
+++ PKGBUILD2021-09-22 21:11:21 UTC (rev 1021689)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-stylus
-pkgver=1.5.19
+pkgver=1.5.22
 pkgrel=1
 pkgdesc='Easily install themes and skins for many popular sites'
 url=https://add0n.com/stylus.html
@@ -10,7 +10,7 @@
 groups=('firefox-addons')
 makedepends=('git' 'npm' 'strip-nondeterminism')
 
source=("https://github.com/openstyles/stylus/archive/v$pkgver/stylus-$pkgver.tar.gz";)
-b2sums=('662aef404f78bf28cb84df427c6ec117e7135bb0aa29dd5d5e71f724b0f07d3f1774b5a4f1b235af57b225d509b5f6531336468e1bad9a35179d3544f2607524')
+b2sums=('eb2d2167e0781192d135691e78bc88e8080beb470640627716aa1f2cc3a80638563680d90a83f246c9e562a0112c53855335b84ec3c829dc2c3e16b951f84106')
 
 prepare() {
   cd stylus-$pkgver



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

2021-09-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 22, 2021 @ 21:09:15
  Author: arojas
Revision: 1021688

archrelease: copy trunk to community-x86_64

Added:
  efm-langserver/repos/community-x86_64/PKGBUILD
(from rev 1021687, efm-langserver/trunk/PKGBUILD)
Deleted:
  efm-langserver/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 21:09:06 UTC (rev 1021687)
+++ PKGBUILD2021-09-22 21:09:15 UTC (rev 1021688)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: dianlujitao 
-
-pkgname=efm-langserver
-pkgver=0.0.36
-pkgrel=1
-pkgdesc='General purpose Language Server'
-arch=('x86_64')
-url=https://github.com/mattn/efm-langserver
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-optdepends=('ctags: for "go to definition" requests')
-source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-b2sums=('2e3b0a3274d8dd85a03a2dbbaef446488ea452b8e341b463a3bab1e00afc18c6f6ad754eba3a35ec3451441c9db049fe6248c477decf7dd30492a741a062c9f9')
-
-build() {
-  cd $pkgname-$pkgver
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-  go build .
-}
-
-check() {
-  cd $pkgname-$pkgver
-  go test -v ./...
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin efm-langserver
-}
-
-# vim:set sw=2 et:

Copied: efm-langserver/repos/community-x86_64/PKGBUILD (from rev 1021687, 
efm-langserver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 21:09:15 UTC (rev 1021688)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: dianlujitao 
+
+pkgname=efm-langserver
+pkgver=0.0.37
+pkgrel=1
+pkgdesc='General purpose Language Server'
+arch=('x86_64')
+url=https://github.com/mattn/efm-langserver
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+optdepends=('ctags: for "go to definition" requests')
+source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+b2sums=('42271173bfc618c43efba9bc48884a878007ce39e448503ccb2dd3352a00149b47ee0236772a02e9eea26a9beae5dd18f81773591c3abcb99286f6b75e74a2f8')
+
+build() {
+  cd $pkgname-$pkgver
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build .
+}
+
+check() {
+  cd $pkgname-$pkgver
+  go test -v ./...
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin efm-langserver
+}
+
+# vim:set sw=2 et:



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

2021-09-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 22, 2021 @ 21:09:06
  Author: arojas
Revision: 1021687

Update to 0.0.37

Modified:
  efm-langserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 21:08:22 UTC (rev 1021686)
+++ PKGBUILD2021-09-22 21:09:06 UTC (rev 1021687)
@@ -2,7 +2,7 @@
 # Contributor: dianlujitao 
 
 pkgname=efm-langserver
-pkgver=0.0.36
+pkgver=0.0.37
 pkgrel=1
 pkgdesc='General purpose Language Server'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go')
 optdepends=('ctags: for "go to definition" requests')
 source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-b2sums=('2e3b0a3274d8dd85a03a2dbbaef446488ea452b8e341b463a3bab1e00afc18c6f6ad754eba3a35ec3451441c9db049fe6248c477decf7dd30492a741a062c9f9')
+b2sums=('42271173bfc618c43efba9bc48884a878007ce39e448503ccb2dd3352a00149b47ee0236772a02e9eea26a9beae5dd18f81773591c3abcb99286f6b75e74a2f8')
 
 build() {
   cd $pkgname-$pkgver



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

2021-09-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 22, 2021 @ 21:06:11
  Author: arojas
Revision: 424536

archrelease: copy trunk to extra-x86_64

Added:
  libsidplayfp/repos/extra-x86_64/PKGBUILD
(from rev 424535, libsidplayfp/trunk/PKGBUILD)
Deleted:
  libsidplayfp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 21:06:02 UTC (rev 424535)
+++ PKGBUILD2021-09-22 21:06:11 UTC (rev 424536)
@@ -1,29 +0,0 @@
-# Maintainer:
-# Contributor: Alexander F. Rødseth 
-# Contributor: Gaetan Bisson 
-# Contributor: Simon Perry 
-# Contributor: Jonas Nyrén 
-
-pkgname=libsidplayfp
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
-url='https://github.com/libsidplayfp/libsidplayfp'
-arch=(x86_64)
-license=(GPL)
-makedepends=(vice xa)
-optdepends=('vice: better SID support')
-source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('b822cd2af3dc47480b7abe3a14d4daadbff65a9b7f046b3b8e633bff487a117a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
-  install -d "$pkgdir/usr/share/sidplayfp"
-  ln -t "$pkgdir/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
-}

Copied: libsidplayfp/repos/extra-x86_64/PKGBUILD (from rev 424535, 
libsidplayfp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 21:06:11 UTC (rev 424536)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Alexander F. Rødseth 
+# Contributor: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
+url='https://github.com/libsidplayfp/libsidplayfp'
+arch=(x86_64)
+license=(GPL)
+makedepends=(vice xa)
+optdepends=('vice: better SID support')
+source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('30b91b2b9a3a644533c8e4e926724efb8b4cf06aded1fcec4c68aa21159b8673')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
+  install -d "$pkgdir/usr/share/sidplayfp"
+  ln -t "$pkgdir/usr/share/sidplayfp" -s 
/usr/share/vice/C64/{kernal,basic,chargen}
+}



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

2021-09-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, September 22, 2021 @ 21:06:09
  Author: svenstaro
Revision: 1021684

archrelease: copy trunk to community-staging-x86_64

Added:
  pdal/repos/community-staging-x86_64/
  pdal/repos/community-staging-x86_64/PKGBUILD
(from rev 1021683, pdal/trunk/PKGBUILD)
  
pdal/repos/community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch
(from rev 1021683, 
pdal/trunk/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch)

+
 PKGBUILD   |   40 ++
 ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch |   49 +++
 2 files changed, 89 insertions(+)

Copied: pdal/repos/community-staging-x86_64/PKGBUILD (from rev 1021683, 
pdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-09-22 21:06:09 UTC (rev 1021684)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: SaultDon 
+pkgname=pdal
+pkgver=2.3.0
+pkgrel=3
+pkgdesc="A C++ library for translating and manipulating point cloud data"
+arch=('x86_64')
+url="http://www.pdal.io";
+license=('BSD')
+depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp' 'hexer-hobu' 'libunwind' 
'laz-perf')
+makedepends=('cmake' 'python' 'python-numpy' 'ninja')
+optdepends=('python-numpy: for the Python plugin'
+'sqlite: for the sqlite plugin'
+'postgresql-libs: for the postgresql plugin')
+provides=('pdal')
+source=("https://github.com/PDAL/PDAL/releases/download/${pkgver}/PDAL-${pkgver}-src.tar.gz";)
+sha512sums=('9de87de7370175e76b95d3ec08667eb28b90a63eed8133f144427ff931e575d1f37aa13496f12054577539ee552458475dd054bcbdedfabe52eb0e32c4483d05')
+
+build() {
+cd "PDAL-$pkgver-src/"
+
+cmake \
+-B build \
+-GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_PLUGIN_PGPOINTCLOUD=ON \
+-DWITH_LAZPERF=ON \
+-DWITH_LASZIP=ON \
+-DWITH_COMPLETION=ON
+
+ninja -C build
+}
+
+package() {
+cd "PDAL-$pkgver-src"
+
+DESTDIR="$pkgdir/" ninja -C build install
+
+install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: 
pdal/repos/community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch
 (from rev 1021683, pdal/trunk/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch)
===
--- community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch 
(rev 0)
+++ community-staging-x86_64/ff6875f6e45ca2fca7a21feaa537eb3fa715ea37.patch 
2021-09-22 21:06:09 UTC (rev 1021684)
@@ -0,0 +1,49 @@
+From ff6875f6e45ca2fca7a21feaa537eb3fa715ea37 Mon Sep 17 00:00:00 2001
+From: Andrew Bell 
+Date: Tue, 24 Jul 2018 08:49:40 -0400
+Subject: [PATCH] Constify python strings. Close #2099
+
+---
+ plugins/python/plang/Environment.cpp | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/plugins/python/plang/Environment.cpp 
b/plugins/python/plang/Environment.cpp
+index 19f5c1ae7..0bbcf2d70 100644
+--- a/plugins/python/plang/Environment.cpp
 b/plugins/python/plang/Environment.cpp
+@@ -190,9 +190,9 @@ std::string getTraceback()
+ throw pdal::pdal_error("unable to get repr in getTraceback");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, &size);
++const char *d = PyUnicode_AsUTF8AndSize(r, &size);
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsString(r);
+ #endif
+ mssg << d;
+ }
+@@ -208,9 +208,9 @@ std::string getTraceback()
+ throw pdal::pdal_error("couldn't make string representation of 
traceback value");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, &size);
++const char *d = PyUnicode_AsUTF8AndSize(r, &size);
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsString(r);
+ #endif
+ mssg << d;
+ }
+@@ -266,9 +266,9 @@ std::string readPythonString(PyObject* dict, const 
std::string& key)
+ throw pdal::pdal_error("unable to get repr in readPythonString");
+ #if PY_MAJOR_VERSION >= 3
+ Py_ssize_t size;
+-char *d = PyUnicode_AsUTF8AndSize(r, &size);
++const char *d = PyUnicode_AsUTF8AndSize(r, &size);
+ #else
+-char *d = PyString_AsString(r);
++const char *d = PyString_AsString(r);
+ #endif
+ ss << d;
+ 



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

2021-09-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 22, 2021 @ 21:06:02
  Author: arojas
Revision: 424535

Update to 2.3.0, fix FS#72208

Modified:
  libsidplayfp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 17:25:59 UTC (rev 424534)
+++ PKGBUILD2021-09-22 21:06:02 UTC (rev 424535)
@@ -5,7 +5,7 @@
 # Contributor: Jonas Nyrén 
 
 pkgname=libsidplayfp
-pkgver=2.2.2
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
 url='https://github.com/libsidplayfp/libsidplayfp'
@@ -14,7 +14,7 @@
 makedepends=(vice xa)
 optdepends=('vice: better SID support')
 
source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('b822cd2af3dc47480b7abe3a14d4daadbff65a9b7f046b3b8e633bff487a117a')
+sha256sums=('30b91b2b9a3a644533c8e4e926724efb8b4cf06aded1fcec4c68aa21159b8673')
 
 build() {
   cd $pkgname-$pkgver
@@ -25,5 +25,5 @@
 package() {
   DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
   install -d "$pkgdir/usr/share/sidplayfp"
-  ln -t "$pkgdir/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+  ln -t "$pkgdir/usr/share/sidplayfp" -s 
/usr/share/vice/C64/{kernal,basic,chargen}
 }



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

2021-09-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, September 22, 2021 @ 21:05:59
  Author: svenstaro
Revision: 1021683

upgpkg: pdal 2.3.0-3: laz-perf 2.1.0 rebuild

Modified:
  pdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 20:57:05 UTC (rev 1021682)
+++ PKGBUILD2021-09-22 21:05:59 UTC (rev 1021683)
@@ -2,13 +2,13 @@
 # Contributor: SaultDon 
 pkgname=pdal
 pkgver=2.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A C++ library for translating and manipulating point cloud data"
 arch=('x86_64')
 url="http://www.pdal.io";
 license=('BSD')
-depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp' 'hexer-hobu' 'libunwind')
-makedepends=('cmake' 'python' 'python-numpy' 'laz-perf' 'ninja')
+depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp' 'hexer-hobu' 'libunwind' 
'laz-perf')
+makedepends=('cmake' 'python' 'python-numpy' 'ninja')
 optdepends=('python-numpy: for the Python plugin'
 'sqlite: for the sqlite plugin'
 'postgresql-libs: for the postgresql plugin')



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

2021-09-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, September 22, 2021 @ 20:57:05
  Author: svenstaro
Revision: 1021682

archrelease: copy trunk to community-staging-any

Added:
  laz-perf/repos/community-staging-any/
  laz-perf/repos/community-staging-any/PKGBUILD
(from rev 1021681, laz-perf/trunk/PKGBUILD)

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

Copied: laz-perf/repos/community-staging-any/PKGBUILD (from rev 1021681, 
laz-perf/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2021-09-22 20:57:05 UTC (rev 1021682)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=laz-perf
+pkgver=2.1.0
+epoch=2
+pkgrel=1
+pkgdesc="Alternative LAZ implementation for C++ and JavaScript"
+arch=(any)
+url="https://github.com/hobu/laz-perf";
+license=('LGPL')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hobu/laz-perf/archive/${pkgver}.tar.gz";)
+sha512sums=('1544f1270104ba2bddc1cfcbbaf56c5bdb8778f4d5e8b03b62ac33cb3e726f118c2ec3ebb3ef778ad907e037c150cdaf939ca05fe1880ef85d021fe35a4ed213')
+
+build() {
+  cd laz-perf-$pkgver
+
+  cmake \
+-Bbuild \
+-GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr
+  ninja -C build
+}
+
+check() {
+  cd laz-perf-$pkgver
+
+  ninja -C build test
+}
+
+package() {
+  cd laz-perf-$pkgver
+
+  DESTDIR="$pkgdir/" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-09-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, September 22, 2021 @ 20:56:56
  Author: svenstaro
Revision: 1021681

upgpkg: laz-perf 2:2.1.0-1

Modified:
  laz-perf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 20:50:30 UTC (rev 1021680)
+++ PKGBUILD2021-09-22 20:56:56 UTC (rev 1021681)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=laz-perf
-pkgver=1.3.0
+pkgver=2.1.0
 epoch=2
 pkgrel=1
 pkgdesc="Alternative LAZ implementation for C++ and JavaScript"
@@ -9,7 +9,7 @@
 license=('LGPL')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hobu/laz-perf/archive/${pkgver}.tar.gz";)
-sha512sums=('4e6e5197a90bf98fe6784a56e940070ad640ee2791443b9232960fd0f7639cc8d48d5c13df0cfc228e6be5fccd600afb1c171cb5e127bd874688e0ab231c25a8')
+sha512sums=('1544f1270104ba2bddc1cfcbbaf56c5bdb8778f4d5e8b03b62ac33cb3e726f118c2ec3ebb3ef778ad907e037c150cdaf939ca05fe1880ef85d021fe35a4ed213')
 
 build() {
   cd laz-perf-$pkgver



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

2021-09-22 Thread Christian Rebischke via arch-commits
Date: Wednesday, September 22, 2021 @ 20:50:30
  Author: shibumi
Revision: 1021680

archrelease: copy trunk to community-x86_64

Added:
  ko/repos/community-x86_64/PKGBUILD
(from rev 1021679, ko/trunk/PKGBUILD)
Deleted:
  ko/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 20:50:24 UTC (rev 1021679)
+++ PKGBUILD2021-09-22 20:50:30 UTC (rev 1021680)
@@ -1,40 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=ko
-pkgver=0.8.3
-pkgrel=1
-pkgdesc="Build and deploy Go applications on Kubernetes"
-arch=('x86_64')
-url="https://github.com/google/ko";
-license=('Apache')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/google/ko/archive/refs/tags/v${pkgver}.tar.gz";)
-sha512sums=('31bb2657d1dd78686be24748cf884f9c1ff0259df9e2e0683a95fce3426aa24c075380d1fc0505ff6e7f67ad949cc4f82df3b6649a1b411ca0dea6023b26d5f9')
-b2sums=('ca4fd205bd790412fe3b4647ad7aeea445d23e0131986c1e3a272f4265b9743dc07133d9b741113c4cdf0794e6bc5c4f4afc3be9fde1320229386ac1bce32f50')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -ldflags="-w -s -linkmode=external" .
-  chmod +x ./ko
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # currently disabled
-  #go test -v -x ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dsm755 ./ko "${pkgdir}/usr/bin/ko"
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions/"
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions/"
-  ./ko completion > "${pkgdir}/usr/share/bash-completion/completions/ko"
-  ./ko completion --zsh > "${pkgdir}/usr/share/zsh/site-functions/_ko"
-}

Copied: ko/repos/community-x86_64/PKGBUILD (from rev 1021679, ko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 20:50:30 UTC (rev 1021680)
@@ -0,0 +1,40 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=ko
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Build and deploy Go applications on Kubernetes"
+arch=('x86_64')
+url="https://github.com/google/ko";
+license=('Apache')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/google/ko/archive/refs/tags/v${pkgver}.tar.gz";)
+sha512sums=('29fe489e68f625ad640796694b5dc05dcd92712c9d8effced221abbed17af4a8206a4740f26ea0abf3cf37586a0dbd18c3bd84c4c88ff81720dfc4f1911a8eab')
+b2sums=('ef2ada59476202a5212bcf7bdc350129d0c205d9179f2c5818764abb44ae485de35ec51964dd4832146658667809943001e8d1c0621010bdb540e5c1f99c1e60')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -ldflags="-w -s -linkmode=external" .
+  chmod +x ./ko
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  # currently disabled
+  #go test -v -x ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dsm755 ./ko "${pkgdir}/usr/bin/ko"
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions/"
+  mkdir -p "${pkgdir}/usr/share/zsh/site-functions/"
+  ./ko completion > "${pkgdir}/usr/share/bash-completion/completions/ko"
+  ./ko completion --zsh > "${pkgdir}/usr/share/zsh/site-functions/_ko"
+}



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

2021-09-22 Thread Christian Rebischke via arch-commits
Date: Wednesday, September 22, 2021 @ 20:50:24
  Author: shibumi
Revision: 1021679

upgpkg: ko 0.9.1-1

Modified:
  ko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 20:44:21 UTC (rev 1021678)
+++ PKGBUILD2021-09-22 20:50:24 UTC (rev 1021679)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=ko
-pkgver=0.8.3
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="Build and deploy Go applications on Kubernetes"
 arch=('x86_64')
@@ -10,8 +10,8 @@
 makedepends=('go' 'git')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/google/ko/archive/refs/tags/v${pkgver}.tar.gz";)
-sha512sums=('31bb2657d1dd78686be24748cf884f9c1ff0259df9e2e0683a95fce3426aa24c075380d1fc0505ff6e7f67ad949cc4f82df3b6649a1b411ca0dea6023b26d5f9')
-b2sums=('ca4fd205bd790412fe3b4647ad7aeea445d23e0131986c1e3a272f4265b9743dc07133d9b741113c4cdf0794e6bc5c4f4afc3be9fde1320229386ac1bce32f50')
+sha512sums=('29fe489e68f625ad640796694b5dc05dcd92712c9d8effced221abbed17af4a8206a4740f26ea0abf3cf37586a0dbd18c3bd84c4c88ff81720dfc4f1911a8eab')
+b2sums=('ef2ada59476202a5212bcf7bdc350129d0c205d9179f2c5818764abb44ae485de35ec51964dd4832146658667809943001e8d1c0621010bdb540e5c1f99c1e60')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2021-09-22 Thread Christian Rebischke via arch-commits
Date: Wednesday, September 22, 2021 @ 20:44:21
  Author: shibumi
Revision: 1021678

archrelease: copy trunk to community-x86_64

Added:
  vals/repos/community-x86_64/PKGBUILD
(from rev 1021677, vals/trunk/PKGBUILD)
Deleted:
  vals/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 20:44:16 UTC (rev 1021677)
+++ PKGBUILD2021-09-22 20:44:21 UTC (rev 1021678)
@@ -1,44 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=vals
-pkgver=0.10.3
-pkgrel=2
-pkgdesc="Helm-like configuration values loader with support for various 
sources"
-arch=('x86_64')
-url="https://github.com/variantdev/vals";
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/variantdev/vals/archive/v${pkgver}.tar.gz";)
-sha512sums=('eed8e0eb70a78b78fd14802857d46cdb7ccc35e645f613c0af8702c76b4659adc47878ce45dfba0d051fcf3a3eacbb54769ea4dc06d0d83c7cf3f9a0b9d3fc73')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/variantdev "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/variantdev/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/variantdev/${pkgname}"
-}
-
-build() {
-  cd "${PACKAGE_ROOT}"
-  export CGO_ENABLED=1
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export GOLDFLAGS="-linkmode=external"
-  go build -v ./cmd/vals
-  chmod +x ./vals
-}
-
-# Failing tests due to Google Cloud dependency
-#check() {
-#  cd "${PACKAGE_ROOT}"
-#  go test -v ./...
-#}
-
-package() {
-  cd "${PACKAGE_ROOT}"
-  install -Dsm755 ./vals "${pkgdir}/usr/bin/vals"
-}

Copied: vals/repos/community-x86_64/PKGBUILD (from rev 1021677, 
vals/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 20:44:21 UTC (rev 1021678)
@@ -0,0 +1,44 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=vals
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="Helm-like configuration values loader with support for various 
sources"
+arch=('x86_64')
+url="https://github.com/variantdev/vals";
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/variantdev/vals/archive/v${pkgver}.tar.gz";)
+sha512sums=('85c6d102b5a0f772f5b24479e79e03d152f764241392098a2cbd731643e814d8ccfa64ea3edaff415488153b46c2ef8eabebf48e24bc709bcaa098d40dc1453b')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/variantdev "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/variantdev/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/variantdev/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}"
+  export CGO_ENABLED=1
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GOLDFLAGS="-linkmode=external"
+  go build -v ./cmd/vals
+  chmod +x ./vals
+}
+
+# Failing tests due to Google Cloud dependency
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test -v ./...
+#}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./vals "${pkgdir}/usr/bin/vals"
+}



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

2021-09-22 Thread Christian Rebischke via arch-commits
Date: Wednesday, September 22, 2021 @ 20:44:16
  Author: shibumi
Revision: 1021677

upgpkg: vals 0.14.0-1

Modified:
  vals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 20:42:12 UTC (rev 1021676)
+++ PKGBUILD2021-09-22 20:44:16 UTC (rev 1021677)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=vals
-pkgver=0.10.3
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 pkgdesc="Helm-like configuration values loader with support for various 
sources"
 arch=('x86_64')
 url="https://github.com/variantdev/vals";
@@ -10,7 +10,7 @@
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/variantdev/vals/archive/v${pkgver}.tar.gz";)
-sha512sums=('eed8e0eb70a78b78fd14802857d46cdb7ccc35e645f613c0af8702c76b4659adc47878ce45dfba0d051fcf3a3eacbb54769ea4dc06d0d83c7cf3f9a0b9d3fc73')
+sha512sums=('85c6d102b5a0f772f5b24479e79e03d152f764241392098a2cbd731643e814d8ccfa64ea3edaff415488153b46c2ef8eabebf48e24bc709bcaa098d40dc1453b')
 
 prepare() {
   export GOPATH="${srcdir}"



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

2021-09-22 Thread Christian Rebischke via arch-commits
Date: Wednesday, September 22, 2021 @ 20:42:12
  Author: shibumi
Revision: 1021676

archrelease: copy trunk to community-x86_64

Added:
  minikube/repos/community-x86_64/CHANGELOG.md
(from rev 1021675, minikube/trunk/CHANGELOG.md)
  minikube/repos/community-x86_64/PKGBUILD
(from rev 1021675, minikube/trunk/PKGBUILD)
Deleted:
  minikube/repos/community-x86_64/CHANGELOG.md
  minikube/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md | 5082 -
 PKGBUILD |   92 -
 2 files changed, 2587 insertions(+), 2587 deletions(-)

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


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

2021-09-22 Thread Christian Rebischke via arch-commits
Date: Wednesday, September 22, 2021 @ 20:42:03
  Author: shibumi
Revision: 1021675

upgpkg: minikube 1.23.1-1

Modified:
  minikube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 20:39:11 UTC (rev 1021674)
+++ PKGBUILD2021-09-22 20:42:03 UTC (rev 1021675)
@@ -2,8 +2,8 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=minikube
-pkgver=1.23.0
-_minikube_commit=5931455374810b1bbeb222a9713ae2c756daee10
+pkgver=1.23.1
+_minikube_commit=0a0ad764652082477c00d51d2475284b5d39ceed
 pkgrel=1
 pkgdesc="A tool that makes it easy to run Kubernetes locally"
 url="https://github.com/kubernetes/minikube";



[arch-commits] Commit in python-poetry/repos/community-any (8 files)

2021-09-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, September 22, 2021 @ 20:39:11
  Author: svenstaro
Revision: 1021674

archrelease: copy trunk to community-any

Added:
  
python-poetry/repos/community-any/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
(from rev 1021673, 
python-poetry/trunk/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch)
  
python-poetry/repos/community-any/0001-tests-cleanup-cache-and-http-usage.patch
(from rev 1021673, 
python-poetry/trunk/0001-tests-cleanup-cache-and-http-usage.patch)
  python-poetry/repos/community-any/PKGBUILD
(from rev 1021673, python-poetry/trunk/PKGBUILD)
  python-poetry/repos/community-any/poetry-completions-generator
(from rev 1021673, python-poetry/trunk/poetry-completions-generator)
Deleted:
  
python-poetry/repos/community-any/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
  
python-poetry/repos/community-any/0001-tests-cleanup-cache-and-http-usage.patch
  python-poetry/repos/community-any/PKGBUILD
  python-poetry/repos/community-any/poetry-completions-generator

-+
 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch |  106 
 0001-tests-cleanup-cache-and-http-usage.patch   | 1116 
+-
 PKGBUILD|  158 -
 poetry-completions-generator|   30 
 4 files changed, 705 insertions(+), 705 deletions(-)

Deleted: 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
===
--- 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch 
2021-09-22 20:38:57 UTC (rev 1021673)
+++ 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch 
2021-09-22 20:39:11 UTC (rev 1021674)
@@ -1,53 +0,0 @@
-From cc5b938f7f9e3c536f4a60c35cdd2085b3933618 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Mon, 27 Apr 2020 21:51:57 -0400
-Subject: [PATCH] Fix completely broken dependencies.
-
-poetry habitually engages in:
-- dependency versions which are known to be too pessimistic
-- multiple editions of dependencies per python version
-
-The former all work just fine in reported use and should not be pinned; we
-package versions in Arch which are "too new". This is what unittests are
-for, anyway.
-
-The latter tries to enforce minimum versions of dependencies, but pins
-it twice, once with more relaxed pinning for older versions of python.
-If an old version works, it works irrespective of the python version,
-and you don't need to use minimum requirements as your mallet to force
-people to upgrade to the latest version anyway.
-https://github.com/dephell/dephell/issues/330

- pyproject.toml | 11 ++-
- 1 file changed, 2 insertions(+), 9 deletions(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index 8c1f137..81ebc89 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -51,20 +51,13 @@ futures = { version = "^3.3.0", python = "~2.7" }
- glob2 = { version = "^0.6", python = "~2.7" }
- # functools32 is needed for Python 2.7
- functools32 = { version = "^3.2.3", python = "~2.7" }
--keyring = [
--{ version = "^18.0.1", python = "~2.7" },
--{ version = "^20.0.1", python = "~3.5" },
--{ version = "^21.2.0", python = "^3.6" }
--]
-+keyring = "*"
- # Use subprocess32 for Python 2.7
- subprocess32 = { version = "^3.5", python = "~2.7" }
- importlib-metadata = {version = "^1.6.0", python = "<3.8"}
- 
- [tool.poetry.dev-dependencies]
--pytest = [
--{version = "^4.1", python = "<3.5"},
--{version = "^5.4.3", python = ">=3.5"}
--]
-+pytest = { version = ">=4.1" }
- pytest-cov = "^2.5"
- pytest-mock = "^1.9"
- pre-commit = { version = "^2.6", python = "^3.6.1" }
--- 
-2.28.0
-

Copied: 
python-poetry/repos/community-any/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
 (from rev 1021673, 
python-poetry/trunk/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch)
===
--- 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch 
(rev 0)
+++ 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch 
2021-09-22 20:39:11 UTC (rev 1021674)
@@ -0,0 +1,53 @@
+From cc5b938f7f9e3c536f4a60c35cdd2085b3933618 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Mon, 27 Apr 2020 21:51:57 -0400
+Subject: [PATCH] Fix completely broken dependencies.
+
+poetry habitually engages in:
+- dependency versions which are known to be too pessimistic
+- multiple editions of dependencies per python version
+
+The former all work just fine in reported use and should not be pinned; we
+package versions in Arch which are "too new". This is what unittests are
+for, anyway.
+
+The latter tries to enforce minimum versions of dependencies, but pins
+it twice, once with more relaxed pinning for older versions of python.
+If an old version works, it works

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

2021-09-22 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, September 22, 2021 @ 20:38:57
  Author: svenstaro
Revision: 1021673

upgpkg: python-poetry 1.1.10-1

Modified:
  python-poetry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 20:38:11 UTC (rev 1021672)
+++ PKGBUILD2021-09-22 20:38:57 UTC (rev 1021673)
@@ -3,7 +3,7 @@
 
 _pkgname=poetry
 pkgname=python-poetry
-pkgver=1.1.9
+pkgver=1.1.10
 pkgrel=1
 pkgdesc="Python dependency management and packaging made easy"
 arch=('any')
@@ -22,11 +22,11 @@
 "0001-Suppress-dependency-versions-which-are-known-to-be-t.patch"
 "0001-tests-cleanup-cache-and-http-usage.patch"
 "poetry-completions-generator")
-sha256sums=('bd93601065bbed98d2845802d5fa62a76d1cac75047f0a3d6a142dbbd4729d9f'
+sha256sums=('fbe606581dcf2200d63d15c3fc8d2b24895f459d805c9c8b62e8061b9409f31b'
 '8bb321ae9ad06d4829c71727af7979bc68d7f325ccdaec919dda4fe8ac92f1a7'
 '4658321c04f36fb3aced9acc44b61f2cf22c5f9d8b8c715111881b24c3e0c99b'
 '970225289188ea8dc49fbec8a2bfe0c891aee80ff56ba6e69bdd8afef8bccab6')
-b2sums=('ca16ccd1c9fb32023b6d61c94c53f58c8c425c59e215d698bf01cfea4c59ca6eb4e2617c63ac38708cde3b21f108bd4d3dbf406354f6f2afb1c33de315285eb0'
+b2sums=('b65dd506eaefea49db20aafd21fcf7a48178625686f6f412cb97e76e8e8366a79843a2ee13550e4822828694c2bf8f17b7fb31be94a2e1197344b2d363cfef7a'
 
'c1c65fdfa1153d3e4c872adc00f02aea055268d28cd385918a5a3d60fb355c39b15eab895cf4aebd1b74f126cc225f870d60aa971a6593855ce094b448786a02'
 
'8750de6ee2748a7dac079af1ff35b43dbce3f2c48249322f3322290d03f46ea95513dfd223adc232f7f73cf0ac19554de96a3b8793a0dc13b38041e87569ca19'
 
'3fd62e7936d7547dcd06a1a7519f176a1597553ecc959144a4be799bb7e2d688e187f14604d3e359ed10c128c722ebd588c07ca318e0be0a31d276dcb388e2e1')



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

2021-09-22 Thread Christian Rebischke via arch-commits
Date: Wednesday, September 22, 2021 @ 20:38:11
  Author: shibumi
Revision: 1021672

archrelease: copy trunk to community-x86_64

Added:
  kompose/repos/community-x86_64/PKGBUILD
(from rev 1021671, kompose/trunk/PKGBUILD)
Deleted:
  kompose/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-22 20:38:05 UTC (rev 1021671)
+++ PKGBUILD2021-09-22 20:38:11 UTC (rev 1021672)
@@ -1,43 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=kompose
-pkgver=1.23.0
-pkgrel=1
-pkgdesc="Docker compose to Kubernetes transformation tool"
-arch=('x86_64')
-url="https://github.com/kubernetes/kompose";
-license=('Apache')
-makedepends=('go' 'git' 'jq') # git binary is needed for test scripts
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/kompose/archive/v${pkgver}.tar.gz";)
-sha512sums=('e59bf2f6d0c5137b024a0cb719db93f61b42a04d9f8154757e0332b53d3d3a446a2497df91f82b55bca5f5bc4873b96823ea4cb1f686f51cbf14157c28ba7d02')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/kubernetes "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/kubernetes/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/kubernetes/${pkgname}"
-}
-
-build() {
-  cd "${PACKAGE_ROOT}"
-  export CGO_ENABLED=1
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -v .
-  chmod +x ./kompose
-}
-
-# tests are failing right now due to a bug in script/cmd/cmd_test.go:28
-#check() {
-#  cd "${PACKAGE_ROOT}"
-#  go test -v ./...
-#}
-
-package() {
-  cd "${PACKAGE_ROOT}"
-  install -Dsm755 ./kompose "${pkgdir}/usr/bin/kompose"
-}

Copied: kompose/repos/community-x86_64/PKGBUILD (from rev 1021671, 
kompose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-22 20:38:11 UTC (rev 1021672)
@@ -0,0 +1,43 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=kompose
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="Docker compose to Kubernetes transformation tool"
+arch=('x86_64')
+url="https://github.com/kubernetes/kompose";
+license=('Apache')
+makedepends=('go' 'git' 'jq') # git binary is needed for test scripts
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/kompose/archive/v${pkgver}.tar.gz";)
+sha512sums=('829730cdaa2699d49ea6a22b75486de4180fe055e5e12174e287826c9689a0ff05051c087baa09633b0ce8cd0323f9bdd60eaed0e82f07982d5ad5f5bc9e7883')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/kubernetes "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/kubernetes/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/kubernetes/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}"
+  export CGO_ENABLED=1
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -v .
+  chmod +x ./kompose
+}
+
+# tests are failing right now due to a bug in script/cmd/cmd_test.go:28
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test -v ./...
+#}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./kompose "${pkgdir}/usr/bin/kompose"
+}



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

2021-09-22 Thread Christian Rebischke via arch-commits
Date: Wednesday, September 22, 2021 @ 20:38:05
  Author: shibumi
Revision: 1021671

upgpkg: kompose 1.24.0-1

Modified:
  kompose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-22 20:35:48 UTC (rev 1021670)
+++ PKGBUILD2021-09-22 20:38:05 UTC (rev 1021671)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=kompose
-pkgver=1.23.0
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="Docker compose to Kubernetes transformation tool"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('go' 'git' 'jq') # git binary is needed for test scripts
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/kompose/archive/v${pkgver}.tar.gz";)
-sha512sums=('e59bf2f6d0c5137b024a0cb719db93f61b42a04d9f8154757e0332b53d3d3a446a2497df91f82b55bca5f5bc4873b96823ea4cb1f686f51cbf14157c28ba7d02')
+sha512sums=('829730cdaa2699d49ea6a22b75486de4180fe055e5e12174e287826c9689a0ff05051c087baa09633b0ce8cd0323f9bdd60eaed0e82f07982d5ad5f5bc9e7883')
 
 prepare() {
   export GOPATH="${srcdir}"



  1   2   3   4   5   >