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

2022-01-31 Thread Leonidas Spyropoulos via arch-commits
Date: Monday, January 31, 2022 @ 08:44:08
  Author: artafinde
Revision: 1121209

shotcut: 22.01.30 upstream release

Modified:
  shotcut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 07:39:26 UTC (rev 1121208)
+++ PKGBUILD2022-01-31 08:44:08 UTC (rev 1121209)
@@ -3,7 +3,7 @@
 
 pkgname=shotcut
 pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=21.12.24
+pkgver=22.01.30
 pkgrel=1
 arch=('x86_64')
 url='https://www.shotcut.org'
@@ -14,7 +14,7 @@
 optdepends=('swh-plugins: Several audio filters')
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz";)
-sha512sums=('4173a2772cc5dcb62f113301aca7c3e0d1c32985b235e38f6c0bc17e0fdad88443123efb71d9fd4d97366d95500ce41776d4d8b1e214fc4c421219185fe112f4')
+sha512sums=('0fbacada0d9081ede2b71d950fa7b4307aaa38869bdeb653f2287dc3fc0b10cb007e47cd4c21fb0f3b12c87bd970dcdb972d8e6ccb5ac4eaa312dc6c621cf3d4')
 
 build() {
   mkdir $pkgname-$pkgver/build



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:47:02
  Author: arojas
Revision: 435598

Add debug

Modified:
  pyqt6-charts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:43:11 UTC (rev 435597)
+++ PKGBUILD2022-01-31 08:47:02 UTC (rev 435598)
@@ -3,7 +3,7 @@
 pkgbase=pyqt6-charts
 pkgname=(python-pyqt6-charts)
 pkgver=6.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings for QtChart'
 arch=(x86_64)
 url='https://www.riverbankcomputing.com/software/pyqtchart/intro'
@@ -13,6 +13,7 @@
 makedepends=(sip pyqt-builder)
 
source=(https://pypi.python.org/packages/source/P/PyQt6-Charts/PyQt6_Charts-$pkgver.tar.gz)
 sha256sums=('4ea4b6b2a6c2ae7643a33534acda9bee0b5308748a34529c9f09523167b3379c')
+options=(debug)
 
 build() {
   cd PyQt6_Charts-$pkgver



[arch-commits] Commit in pyqt6-3d/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:43:11
  Author: arojas
Revision: 435597

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6-3d/repos/extra-x86_64/PKGBUILD
(from rev 435596, pyqt6-3d/trunk/PKGBUILD)
Deleted:
  pyqt6-3d/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:43:02 UTC (rev 435596)
+++ PKGBUILD2022-01-31 08:43:11 UTC (rev 435597)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pyqt6-3d
-pkgname=(python-pyqt6-3d)
-pkgver=6.2.0
-pkgrel=2
-pkgdesc='Python bindings for Qt3D'
-arch=(x86_64)
-url='https://www.riverbankcomputing.com/software/pyqt3d/intro'
-license=(GPL3)
-groups=(pyqt6)
-depends=(qt6-3d python-pyqt6)
-makedepends=(sip pyqt-builder)
-source=(https://pypi.python.org/packages/source/P/PyQt6-3D/PyQt6_3D-$pkgver.tar.gz)
-sha256sums=('12b5c843a94fe1521d71a0c6a7ebd0a9f1f32c6fbaed896e5cda378b1831121c')
-
-build() {
-  cd PyQt6_3D-$pkgver
-  sip-build \
---no-make \
---qmake=/usr/bin/qmake6
-  cd build
-  make
-}
-
-package_python-pyqt6-3d(){
-  cd PyQt6_3D-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt6-3d/repos/extra-x86_64/PKGBUILD (from rev 435596, 
pyqt6-3d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:43:11 UTC (rev 435597)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6-3d
+pkgname=(python-pyqt6-3d)
+pkgver=6.2.0
+pkgrel=3
+pkgdesc='Python bindings for Qt3D'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqt3d/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-3d python-pyqt6)
+makedepends=(sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-3D/PyQt6_3D-$pkgver.tar.gz)
+sha256sums=('12b5c843a94fe1521d71a0c6a7ebd0a9f1f32c6fbaed896e5cda378b1831121c')
+options=(debug)
+
+build() {
+  cd PyQt6_3D-$pkgver
+  sip-build \
+--no-make \
+--qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6-3d(){
+  cd PyQt6_3D-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:47:10
  Author: arojas
Revision: 435599

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6-charts/repos/extra-x86_64/PKGBUILD
(from rev 435598, pyqt6-charts/trunk/PKGBUILD)
Deleted:
  pyqt6-charts/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:47:02 UTC (rev 435598)
+++ PKGBUILD2022-01-31 08:47:10 UTC (rev 435599)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pyqt6-charts
-pkgname=(python-pyqt6-charts)
-pkgver=6.2.0
-pkgrel=2
-pkgdesc='Python bindings for QtChart'
-arch=(x86_64)
-url='https://www.riverbankcomputing.com/software/pyqtchart/intro'
-license=(GPL3)
-groups=(pyqt6)
-depends=(qt6-charts python-pyqt6)
-makedepends=(sip pyqt-builder)
-source=(https://pypi.python.org/packages/source/P/PyQt6-Charts/PyQt6_Charts-$pkgver.tar.gz)
-sha256sums=('4ea4b6b2a6c2ae7643a33534acda9bee0b5308748a34529c9f09523167b3379c')
-
-build() {
-  cd PyQt6_Charts-$pkgver
-  sip-build \
---no-make \
---qmake=/usr/bin/qmake6
-  cd build
-  make
-}
-
-package_python-pyqt6-charts(){
-  cd PyQt6_Charts-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt6-charts/repos/extra-x86_64/PKGBUILD (from rev 435598, 
pyqt6-charts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:47:10 UTC (rev 435599)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6-charts
+pkgname=(python-pyqt6-charts)
+pkgver=6.2.0
+pkgrel=3
+pkgdesc='Python bindings for QtChart'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtchart/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-charts python-pyqt6)
+makedepends=(sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-Charts/PyQt6_Charts-$pkgver.tar.gz)
+sha256sums=('4ea4b6b2a6c2ae7643a33534acda9bee0b5308748a34529c9f09523167b3379c')
+options=(debug)
+
+build() {
+  cd PyQt6_Charts-$pkgver
+  sip-build \
+--no-make \
+--qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6-charts(){
+  cd PyQt6_Charts-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-01-31 Thread Leonidas Spyropoulos via arch-commits
Date: Monday, January 31, 2022 @ 08:45:19
  Author: artafinde
Revision: 1121210

archrelease: copy trunk to community-x86_64

Added:
  shotcut/repos/community-x86_64/PKGBUILD
(from rev 1121209, shotcut/trunk/PKGBUILD)
  shotcut/repos/community-x86_64/melt.patch
(from rev 1121209, shotcut/trunk/melt.patch)
Deleted:
  shotcut/repos/community-x86_64/PKGBUILD
  shotcut/repos/community-x86_64/melt.patch

+
 PKGBUILD   |   80 +--
 melt.patch |   26 +--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:44:08 UTC (rev 1121209)
+++ PKGBUILD2022-01-31 08:45:19 UTC (rev 1121210)
@@ -1,40 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: nfnty 
-
-pkgname=shotcut
-pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=21.12.24
-pkgrel=1
-arch=('x86_64')
-url='https://www.shotcut.org'
-license=('GPL3')
-depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
- 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-websockets' 
'qt5-x11extras'
- 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
-optdepends=('swh-plugins: Several audio filters')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz";)
-sha512sums=('4173a2772cc5dcb62f113301aca7c3e0d1c32985b235e38f6c0bc17e0fdad88443123efb71d9fd4d97366d95500ce41776d4d8b1e214fc4c421219185fe112f4')
-
-build() {
-  mkdir $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  qmake .. \
-PREFIX='/usr' \
-QMAKE_CFLAGS_RELEASE="$CFLAGS" \
-QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
-SHOTCUT_VERSION=ARCH-$pkgver \
-DEFINES+=SHOTCUT_NOUPGRADE
-
-  make
-
-  lrelease ../translations/*.ts
-}
-
-package() {
-cd $pkgname-$pkgver/build
-
-make INSTALL_ROOT="$pkgdir" install
-}
-

Copied: shotcut/repos/community-x86_64/PKGBUILD (from rev 1121209, 
shotcut/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:45:19 UTC (rev 1121210)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: nfnty 
+
+pkgname=shotcut
+pkgdesc='Cross-platform Qt based Video Editor'
+pkgver=22.01.30
+pkgrel=1
+arch=('x86_64')
+url='https://www.shotcut.org'
+license=('GPL3')
+depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
+ 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-websockets' 
'qt5-x11extras'
+ 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 
'ladspa')
+optdepends=('swh-plugins: Several audio filters')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz";)
+sha512sums=('0fbacada0d9081ede2b71d950fa7b4307aaa38869bdeb653f2287dc3fc0b10cb007e47cd4c21fb0f3b12c87bd970dcdb972d8e6ccb5ac4eaa312dc6c621cf3d4')
+
+build() {
+  mkdir $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  qmake .. \
+PREFIX='/usr' \
+QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
+SHOTCUT_VERSION=ARCH-$pkgver \
+DEFINES+=SHOTCUT_NOUPGRADE
+
+  make
+
+  lrelease ../translations/*.ts
+}
+
+package() {
+cd $pkgname-$pkgver/build
+
+make INSTALL_ROOT="$pkgdir" install
+}
+

Deleted: melt.patch
===
--- melt.patch  2022-01-31 08:44:08 UTC (rev 1121209)
+++ melt.patch  2022-01-31 08:45:19 UTC (rev 1121210)
@@ -1,13 +0,0 @@
-diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
-index f5390e4..693a089 100644
 a/src/jobs/meltjob.cpp
-+++ b/src/jobs/meltjob.cpp
-@@ -50,7 +50,7 @@ void MeltJob::start()
- #ifdef Q_OS_WIN
- QFileInfo meltPath(shotcutPath, "qmelt.exe");
- #else
--QFileInfo meltPath(shotcutPath, "qmelt");
-+QFileInfo meltPath(shotcutPath, "melt");
- #endif
- setReadChannel(QProcess::StandardError);
- QStringList args;

Copied: shotcut/repos/community-x86_64/melt.patch (from rev 1121209, 
shotcut/trunk/melt.patch)
===
--- melt.patch  (rev 0)
+++ melt.patch  2022-01-31 08:45:19 UTC (rev 1121210)
@@ -0,0 +1,13 @@
+diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
+index f5390e4..693a089 100644
+--- a/src/jobs/meltjob.cpp
 b/src/jobs/meltjob.cpp
+@@ -50,7 +50,7 @@ void MeltJob::start()
+ #ifdef Q_OS_WIN
+ QFileInfo meltPath(shotcutPath, "qmelt.exe");
+ #else
+-QFileInfo meltPath(shotcutPath, "qmelt");
++QFileInfo meltPath(shotcutPath, "melt");
+ #endif
+ setReadChannel(QProcess::StandardError);
+ QStringList args;



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

2022-01-31 Thread Andreas Radke via arch-commits
Date: Monday, January 31, 2022 @ 07:54:56
  Author: andyrtr
Revision: 435573

upgpkg: xterm 370-2: disable sixel graphics support for now - CVE-2022-24130

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 04:32:31 UTC (rev 435572)
+++ PKGBUILD2022-01-31 07:54:56 UTC (rev 435573)
@@ -3,7 +3,7 @@
 
 pkgname=xterm
 pkgver=370
-pkgrel=1
+pkgrel=2
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
 url="https://invisible-island.net/xterm/";
@@ -42,7 +42,7 @@
   --enable-mini-luit \
   --enable-narrowproto \
   --enable-exec-xterm \
-  --enable-sixel-graphics \
+  --disable-sixel-graphics \
   --enable-regis-graphics \
   --with-tty-group=tty \
   --with-utempter



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:02:45
  Author: arojas
Revision: 435576

archrelease: copy trunk to extra-x86_64

Added:
  pyqt5/repos/extra-x86_64/PKGBUILD
(from rev 435575, pyqt5/trunk/PKGBUILD)
Deleted:
  pyqt5/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:02:30 UTC (rev 435575)
+++ PKGBUILD2022-01-31 08:02:45 UTC (rev 435576)
@@ -1,61 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Yichao Yu 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt5
-pkgname=('python-pyqt5')
-pkgdesc="A set of Python bindings for the Qt5 toolkit"
-pkgver=5.15.6
-pkgrel=6
-arch=('x86_64')
-url="https://riverbankcomputing.com/software/pyqt/intro";
-license=('GPL')
-groups=(pyqt5)
-depends=('python-pyqt5-sip' 'qt5-base')
-optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-'python-dbus: for python-dbus mainloop support'
-'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-'qt5-tools: QtHelp, QtDesigner'
-'qt5-svg: QtSvg'
-'qt5-webkit: QtWebKit, QtWebKitWidgets'
-'qt5-xmlpatterns: QtXmlPatterns'
-'qt5-declarative: QtQml, qmlplugin'
-'qt5-serialport: QtSerialPort'
-'qt5-websockets: QtWebSockets'
-'qt5-connectivity: QtNfc, QtBluetooth'
-'qt5-x11extras: QtX11Extras'
-'qt5-remoteobjects: QtRemoteObjects'
-'qt5-speech: QtTextToSpeech'
-'qt5-quick3d: QtQuick3D')
-provides=(qt5-python-bindings)
-makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
- 'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 
'qt5-speech' 'qt5-svg'
- 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
-conflicts=('pyqt5-common')
-source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz";)
-sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452')
-
-build() {
-  cd PyQt5-$pkgver
-  sip-build \
---confirm-license \
---no-make \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-}
-
-package_python-pyqt5(){
-  cd PyQt5-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install -j1
-
-  # Remove unused py2 version of uic modules:
-  rm -r "$pkgdir"/usr/lib/python*/site-packages/PyQt5/uic/port_v2
-
-  # compile Python bytecode
-  python -m compileall -d / "$pkgdir"/usr/lib
-  python -O -m compileall -d / "$pkgdir"/usr/lib
-}

Copied: pyqt5/repos/extra-x86_64/PKGBUILD (from rev 435575, 
pyqt5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:02:45 UTC (rev 435576)
@@ -0,0 +1,62 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Yichao Yu 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai  Ben 
+
+pkgbase=pyqt5
+pkgname=('python-pyqt5')
+pkgdesc="A set of Python bindings for the Qt5 toolkit"
+pkgver=5.15.6
+pkgrel=7
+arch=('x86_64')
+url="https://riverbankcomputing.com/software/pyqt/intro";
+license=('GPL')
+groups=(pyqt5)
+depends=('python-pyqt5-sip' 'qt5-base')
+optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
+'python-dbus: for python-dbus mainloop support'
+'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
+'qt5-tools: QtHelp, QtDesigner'
+'qt5-svg: QtSvg'
+'qt5-webkit: QtWebKit, QtWebKitWidgets'
+'qt5-xmlpatterns: QtXmlPatterns'
+'qt5-declarative: QtQml, qmlplugin'
+'qt5-serialport: QtSerialPort'
+'qt5-websockets: QtWebSockets'
+'qt5-connectivity: QtNfc, QtBluetooth'
+'qt5-x11extras: QtX11Extras'
+'qt5-remoteobjects: QtRemoteObjects'
+'qt5-speech: QtTextToSpeech'
+'qt5-quick3d: QtQuick3D')
+provides=(qt5-python-bindings)
+makedepends=('sip' 'pyqt-builder' 'python-opengl' 'python-dbus'
+ 'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 
'qt5-speech' 'qt5-svg'
+ 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-xmlpatterns' 
'qt5-remoteobjects' 'qt5-quick3d')
+conflicts=('pyqt5-common')
+source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz";)
+sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452')
+options=(debug)
+
+build() {
+  cd PyQt5-$pkgver
+  sip-build \
+--confirm-license \
+--no-make \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqt5(){
+  cd PyQt5

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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:06:36
  Author: arojas
Revision: 435579

archrelease: copy trunk to extra-x86_64

Added:
  pyqt5-webengine/repos/extra-x86_64/PKGBUILD
(from rev 435578, pyqt5-webengine/trunk/PKGBUILD)
Deleted:
  pyqt5-webengine/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:06:27 UTC (rev 435578)
+++ PKGBUILD2022-01-31 08:06:36 UTC (rev 435579)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgbase=pyqt5-webengine
-pkgname=(python-pyqt5-webengine)
-pkgdesc="Python bindings for QtWebEngine"
-pkgver=5.15.5
-pkgrel=3
-arch=(x86_64)
-url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro";
-license=(GPL)
-groups=(pyqt5)
-depends=(python-pyqt5 qt5-webengine)
-makedepends=(sip pyqt-builder)
-conflicts=(pyqtwebengine-common python-pyqtwebwengine)
-provides=(python-pyqtwebengine)
-replaces=(python-pyqtwebengine)
-source=("https://pypi.python.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-$pkgver.tar.gz";)
-sha256sums=('ab47608dccf2b5e4b950d5a3cc704b17711af035024d07a9b71ad29fc103b941')
-
-build() {
-  cd PyQtWebEngine-$pkgver
-  sip-build \
---no-make \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-}
-
-package_python-pyqt5-webengine() {
-  cd PyQtWebEngine-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt5-webengine/repos/extra-x86_64/PKGBUILD (from rev 435578, 
pyqt5-webengine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:06:36 UTC (rev 435579)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=pyqt5-webengine
+pkgname=(python-pyqt5-webengine)
+pkgdesc="Python bindings for QtWebEngine"
+pkgver=5.15.5
+pkgrel=4
+arch=(x86_64)
+url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro";
+license=(GPL)
+groups=(pyqt5)
+depends=(python-pyqt5 qt5-webengine)
+makedepends=(sip pyqt-builder)
+conflicts=(pyqtwebengine-common python-pyqtwebwengine)
+provides=(python-pyqtwebengine)
+replaces=(python-pyqtwebengine)
+source=("https://pypi.python.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-$pkgver.tar.gz";)
+sha256sums=('ab47608dccf2b5e4b950d5a3cc704b17711af035024d07a9b71ad29fc103b941')
+options=(debug)
+
+build() {
+  cd PyQtWebEngine-$pkgver
+  sip-build \
+--no-make \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqt5-webengine() {
+  cd PyQtWebEngine-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:14:04
  Author: arojas
Revision: 435583

archrelease: copy trunk to extra-x86_64

Added:
  pyqt5-chart/repos/extra-x86_64/PKGBUILD
(from rev 435582, pyqt5-chart/trunk/PKGBUILD)
Deleted:
  pyqt5-chart/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:13:55 UTC (rev 435582)
+++ PKGBUILD2022-01-31 08:14:04 UTC (rev 435583)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgbase=pyqt5-chart
-pkgname=(python-pyqt5-chart)
-pkgver=5.15.5
-pkgrel=2
-pkgdesc='Python bindings for QtCharts'
-arch=(x86_64)
-url='https://www.riverbankcomputing.com/software/pyqtchart/intro'
-license=(GPL3)
-groups=(pyqt5)
-depends=(qt5-charts python-pyqt5)
-makedepends=(sip pyqt-builder)
-conflicts=(python-pyqtchart)
-provides=(python-pyqtchart)
-replaces=(python-pyqtchart)
-source=(https://pypi.python.org/packages/source/P/PyQtChart/PyQtChart-$pkgver.tar.gz)
-sha256sums=('e2cd55a8a72cef99bc0126f3b1daa914eb5f21e20a70127b6985299f1dc50107')
-
-build() {
-  cd PyQtChart-$pkgver
-  sip-build \
---no-make \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-}
-
-package_python-pyqt5-chart(){
-  cd PyQtChart-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt5-chart/repos/extra-x86_64/PKGBUILD (from rev 435582, 
pyqt5-chart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:14:04 UTC (rev 435583)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=pyqt5-chart
+pkgname=(python-pyqt5-chart)
+pkgver=5.15.5
+pkgrel=3
+pkgdesc='Python bindings for QtCharts'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtchart/intro'
+license=(GPL3)
+groups=(pyqt5)
+depends=(qt5-charts python-pyqt5)
+makedepends=(sip pyqt-builder)
+conflicts=(python-pyqtchart)
+provides=(python-pyqtchart)
+replaces=(python-pyqtchart)
+source=(https://pypi.python.org/packages/source/P/PyQtChart/PyQtChart-$pkgver.tar.gz)
+sha256sums=('e2cd55a8a72cef99bc0126f3b1daa914eb5f21e20a70127b6985299f1dc50107')
+
+build() {
+  cd PyQtChart-$pkgver
+  sip-build \
+--no-make \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqt5-chart(){
+  cd PyQtChart-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



[arch-commits] Commit in pyqt5-3d/trunk (PKGBUILD)

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:09:43
  Author: arojas
Revision: 435580

Add debug

Modified:
  pyqt5-3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:06:36 UTC (rev 435579)
+++ PKGBUILD2022-01-31 08:09:43 UTC (rev 435580)
@@ -4,7 +4,7 @@
 pkgbase=pyqt5-3d
 pkgname=(python-pyqt5-3d)
 pkgver=5.15.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings for Qt3D'
 arch=(x86_64)
 url='https://www.riverbankcomputing.com/software/pyqt3d/intro'
@@ -17,6 +17,7 @@
 replaces=(python-pyqt3d)
 source=(https://pypi.python.org/packages/source/P/PyQt3D/PyQt3D-$pkgver.tar.gz)
 sha256sums=('c025e8a2de12a27e3bd34671d01cac39f78305128cc6cea3f0ba99e4ca3ec41b')
+options=(debug)
 
 build() {
   cd PyQt3D-$pkgver



[arch-commits] Commit in pyqt5-3d/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:09:58
  Author: arojas
Revision: 435581

archrelease: copy trunk to extra-x86_64

Added:
  pyqt5-3d/repos/extra-x86_64/PKGBUILD
(from rev 435580, pyqt5-3d/trunk/PKGBUILD)
Deleted:
  pyqt5-3d/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:09:43 UTC (rev 435580)
+++ PKGBUILD2022-01-31 08:09:58 UTC (rev 435581)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgbase=pyqt5-3d
-pkgname=(python-pyqt5-3d)
-pkgver=5.15.5
-pkgrel=2
-pkgdesc='Python bindings for Qt3D'
-arch=(x86_64)
-url='https://www.riverbankcomputing.com/software/pyqt3d/intro'
-license=(GPL3)
-groups=(pyqt5)
-depends=(qt5-3d python-pyqt5)
-makedepends=(sip pyqt-builder)
-conflicts=(python-pyqt3d)
-provides=(python-pyqt3d)
-replaces=(python-pyqt3d)
-source=(https://pypi.python.org/packages/source/P/PyQt3D/PyQt3D-$pkgver.tar.gz)
-sha256sums=('c025e8a2de12a27e3bd34671d01cac39f78305128cc6cea3f0ba99e4ca3ec41b')
-
-build() {
-  cd PyQt3D-$pkgver
-  sip-build \
---no-make \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-}
-
-package_python-pyqt5-3d(){
-  cd PyQt3D-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt5-3d/repos/extra-x86_64/PKGBUILD (from rev 435580, 
pyqt5-3d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:09:58 UTC (rev 435581)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=pyqt5-3d
+pkgname=(python-pyqt5-3d)
+pkgver=5.15.5
+pkgrel=3
+pkgdesc='Python bindings for Qt3D'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqt3d/intro'
+license=(GPL3)
+groups=(pyqt5)
+depends=(qt5-3d python-pyqt5)
+makedepends=(sip pyqt-builder)
+conflicts=(python-pyqt3d)
+provides=(python-pyqt3d)
+replaces=(python-pyqt3d)
+source=(https://pypi.python.org/packages/source/P/PyQt3D/PyQt3D-$pkgver.tar.gz)
+sha256sums=('c025e8a2de12a27e3bd34671d01cac39f78305128cc6cea3f0ba99e4ca3ec41b')
+options=(debug)
+
+build() {
+  cd PyQt3D-$pkgver
+  sip-build \
+--no-make \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqt5-3d(){
+  cd PyQt3D-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-01-31 Thread Andreas Radke via arch-commits
Date: Monday, January 31, 2022 @ 07:55:05
  Author: andyrtr
Revision: 435574

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 07:54:56 UTC (rev 435573)
+++ PKGBUILD2022-01-31 07:55:05 UTC (rev 435574)
@@ -1,66 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xterm
-pkgver=370
-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=('963c5d840a0f0f4c077ff284586e8b1f83f3f983dca6f74f4b361975b5388c82'
-'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/
-}

Copied: xterm/repos/extra-x86_64/PKGBUILD (from rev 435573, 
xterm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 07:55:05 UTC (rev 435574)
@@ -0,0 +1,66 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=370
+pkgrel=2
+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=('963c5d840a0f0f4c077ff284586e8b1f83f3f983dca6f74f4b361975b5388c82'
+'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 \
+  --disable-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 prometheus/repos/extra-x86_64 (8 files)

2022-01-31 Thread Jelle van der Waa via arch-commits
Date: Monday, January 31, 2022 @ 08:15:33
  Author: jelle
Revision: 435585

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 435584, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.conf
(from rev 435584, prometheus/trunk/prometheus.conf)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 435584, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 435584, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.conf
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  185 +-
 prometheus.conf |2 
 prometheus.service  |   60 
 prometheus.sysusers |2 
 4 files changed, 125 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:15:25 UTC (rev 435584)
+++ PKGBUILD2022-01-31 08:15:33 UTC (rev 435585)
@@ -1,92 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.32.1
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go' 'git' 'npm' 'nodejs' 'yamllint')
-
-backup=('etc/prometheus/prometheus.yml' 'etc/conf.d/prometheus')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
-prometheus.service
-prometheus.sysusers
-prometheus.conf)
-
-sha256sums=('36665c49bd122f76560b89500c44aae5126edd53c8b57ae126af5e1dfd262ee0'
-'f358986865bd3d06dc47a265aeb3b5ef64aa644e831f07731c2fc7af64d9e98f'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f'
-'6d32deb125381cbebac11b6953a7d9a65eb7e50f209dc1e22c63facf678a3070')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date -u 
'+%Y%m%d-%H:%M:%S' --date=@${SOURCE_DATE_EPOCH})"
-
-  # The makefile seems to not be able to execute npm properly, so run the make 
assets target manually
-  cd web/ui/module/codemirror-promql
-  npm install
-  npm run build
-
-  cd $srcdir/prometheus-$pkgver/web/ui
-  GOOS= GOARCH= go generate -x -v
-
-  cd $srcdir/prometheus-$pkgver
-  # Build the react app, normally a part of the assets target
-#make web/ui/static/react
-  make ui-install
-  make ui-build
-
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external $LDFLAGS" \
-./cmd/prometheus
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external $LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-  install -Dm644 prometheus.conf "${pkgdir}"/etc/conf.d/prometheus
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm750 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 435584, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:15:33 UTC (rev 435585)
@@ -0,0 +1,93 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.33.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git' 'npm' 'nodejs' 'yamllint')
+
+options=(!lto)
+backup=('etc/prometheus/prometheus.yml' 'etc/conf.d/prometheus')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
+prometheus.service
+prometheus.sysuser

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

2022-01-31 Thread Jelle van der Waa via arch-commits
Date: Monday, January 31, 2022 @ 08:15:25
  Author: jelle
Revision: 435584

upgpkg: prometheus 2.33.0-1

Modified:
  prometheus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:14:04 UTC (rev 435583)
+++ PKGBUILD2022-01-31 08:15:25 UTC (rev 435584)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus
-pkgver=2.32.1
+pkgver=2.33.0
 pkgrel=1
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
@@ -12,6 +12,7 @@
 depends=('glibc')
 makedepends=('go' 'git' 'npm' 'nodejs' 'yamllint')
 
+options=(!lto)
 backup=('etc/prometheus/prometheus.yml' 'etc/conf.d/prometheus')
 
 
source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz";
@@ -19,7 +20,7 @@
 prometheus.sysusers
 prometheus.conf)
 
-sha256sums=('36665c49bd122f76560b89500c44aae5126edd53c8b57ae126af5e1dfd262ee0'
+sha256sums=('94f16f724f032589072d8165710aa5027ae1bdb665614b4660e49bb802b3d27b'
 'f358986865bd3d06dc47a265aeb3b5ef64aa644e831f07731c2fc7af64d9e98f'
 '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f'
 '6d32deb125381cbebac11b6953a7d9a65eb7e50f209dc1e22c63facf678a3070')



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:13:55
  Author: arojas
Revision: 435582

Add debug

Modified:
  pyqt5-chart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:09:58 UTC (rev 435581)
+++ PKGBUILD2022-01-31 08:13:55 UTC (rev 435582)
@@ -4,7 +4,7 @@
 pkgbase=pyqt5-chart
 pkgname=(python-pyqt5-chart)
 pkgver=5.15.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings for QtCharts'
 arch=(x86_64)
 url='https://www.riverbankcomputing.com/software/pyqtchart/intro'



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:02:30
  Author: arojas
Revision: 435575

Add debug

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 07:55:05 UTC (rev 435574)
+++ PKGBUILD2022-01-31 08:02:30 UTC (rev 435575)
@@ -9,7 +9,7 @@
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.6
-pkgrel=6
+pkgrel=7
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro";
 license=('GPL')
@@ -37,6 +37,7 @@
 conflicts=('pyqt5-common')
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz";)
 sha256sums=('80343bcab95ffba619f2ed2467fd828ffeb0a251ad7225be5fc06dcc333af452')
+options=(debug)
 
 build() {
   cd PyQt5-$pkgver



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:24:19
  Author: arojas
Revision: 435590

Add debug

Modified:
  pyqt5-purchasing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:22:04 UTC (rev 435589)
+++ PKGBUILD2022-01-31 08:24:19 UTC (rev 435590)
@@ -4,7 +4,7 @@
 pkgbase=pyqt5-purchasing
 pkgname=(python-pyqt5-purchasing)
 pkgver=5.15.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings for QtPurchasing'
 arch=(x86_64)
 url='https://www.riverbankcomputing.com/software/pyqtpurchasing/intro'
@@ -17,6 +17,7 @@
 replaces=(python-pyqtpurchasing)
 
source=(https://pypi.python.org/packages/source/P/PyQtPurchasing/PyQtPurchasing-$pkgver.tar.gz)
 sha256sums=('8bb1df553ba6a615f8ec3d9b9c5270db3e15e831a6161773dabfdc1a7afe4834')
+options=(debug)
 
 build() {
   cd PyQtPurchasing-$pkgver



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:22:04
  Author: arojas
Revision: 435589

archrelease: copy trunk to extra-x86_64

Added:
  pyqt5-networkauth/repos/extra-x86_64/PKGBUILD
(from rev 435588, pyqt5-networkauth/trunk/PKGBUILD)
Deleted:
  pyqt5-networkauth/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:21:55 UTC (rev 435588)
+++ PKGBUILD2022-01-31 08:22:04 UTC (rev 435589)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgbase=pyqt5-networkauth
-pkgname=(python-pyqt5-networkauth)
-pkgver=5.15.5
-pkgrel=2
-pkgdesc="Python bindings for QtNetworkAuth"
-arch=(x86_64)
-url="https://www.riverbankcomputing.com/software/pyqtnetworkauth/intro";
-license=(GPL3)
-groups=(pyqt5)
-depends=(qt5-networkauth python-pyqt5)
-makedepends=(sip pyqt-builder)
-source=("https://pypi.python.org/packages/source/P/PyQtNetworkAuth/PyQtNetworkAuth-$pkgver.tar.gz";)
-sha256sums=('2230b6f56f4c9ad2e88bf5ac648e2f3bee9cd757550de0fb98fe0bcb31217b16')
-
-build() {
-  cd PyQtNetworkAuth-$pkgver
-  sip-build \
---no-make \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-}
-
-package_python-pyqt5-networkauth(){
-  cd PyQtNetworkAuth-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt5-networkauth/repos/extra-x86_64/PKGBUILD (from rev 435588, 
pyqt5-networkauth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:22:04 UTC (rev 435589)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=pyqt5-networkauth
+pkgname=(python-pyqt5-networkauth)
+pkgver=5.15.5
+pkgrel=3
+pkgdesc="Python bindings for QtNetworkAuth"
+arch=(x86_64)
+url="https://www.riverbankcomputing.com/software/pyqtnetworkauth/intro";
+license=(GPL3)
+groups=(pyqt5)
+depends=(qt5-networkauth python-pyqt5)
+makedepends=(sip pyqt-builder)
+source=("https://pypi.python.org/packages/source/P/PyQtNetworkAuth/PyQtNetworkAuth-$pkgver.tar.gz";)
+sha256sums=('2230b6f56f4c9ad2e88bf5ac648e2f3bee9cd757550de0fb98fe0bcb31217b16')
+options=(debug)
+
+build() {
+  cd PyQtNetworkAuth-$pkgver
+  sip-build \
+--no-make \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqt5-networkauth(){
+  cd PyQtNetworkAuth-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:19:18
  Author: arojas
Revision: 435586

Add debug

Modified:
  pyqt5-datavisualization/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:15:33 UTC (rev 435585)
+++ PKGBUILD2022-01-31 08:19:18 UTC (rev 435586)
@@ -4,7 +4,7 @@
 pkgbase=pyqt5-datavisualization
 pkgname=(python-pyqt5-datavisualization)
 pkgver=5.15.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings for QtDataVisualization'
 arch=(x86_64)
 url='https://www.riverbankcomputing.com/software/pyqtdatavisualization/intro'
@@ -17,6 +17,7 @@
 replaces=(python-pyqtdatavisualization)
 
source=(https://pypi.python.org/packages/source/P/PyQtDataVisualization/PyQtDataVisualization-$pkgver.tar.gz)
 sha256sums=('8927f8f7aa70857ef00c51e3dfbf6f83dd9f3855f416e0d531592761cbb9dc7f')
+options=(debug)
 
 build() {
   cd PyQtDataVisualization-$pkgver



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:06:27
  Author: arojas
Revision: 435578

Add debug

Modified:
  pyqt5-webengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:04:11 UTC (rev 435577)
+++ PKGBUILD2022-01-31 08:06:27 UTC (rev 435578)
@@ -5,7 +5,7 @@
 pkgname=(python-pyqt5-webengine)
 pkgdesc="Python bindings for QtWebEngine"
 pkgver=5.15.5
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url="https://www.riverbankcomputing.com/software/pyqtwebengine/intro";
 license=(GPL)
@@ -17,6 +17,7 @@
 replaces=(python-pyqtwebengine)
 
source=("https://pypi.python.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-$pkgver.tar.gz";)
 sha256sums=('ab47608dccf2b5e4b950d5a3cc704b17711af035024d07a9b71ad29fc103b941')
+options=(debug)
 
 build() {
   cd PyQtWebEngine-$pkgver



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:54:06
  Author: arojas
Revision: 435600

Add debug

Modified:
  pyqt6-datavisualization/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:47:10 UTC (rev 435599)
+++ PKGBUILD2022-01-31 08:54:06 UTC (rev 435600)
@@ -3,7 +3,7 @@
 pkgbase=pyqt6-datavisualization
 pkgname=(python-pyqt6-datavisualization)
 pkgver=6.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings for QtDataVisualization'
 arch=(x86_64)
 url='https://www.riverbankcomputing.com/software/pyqtdatavisualization/intro'
@@ -13,6 +13,7 @@
 makedepends=(qt6-declarative sip pyqt-builder)
 
source=(https://pypi.python.org/packages/source/P/PyQt6-DataVisualization/PyQt6_DataVisualization-$pkgver.tar.gz)
 sha256sums=('7526bfd9433acb8eabdb354ba9e027d1bb34b8fa9d14f299d4b3b4c81a21e37a')
+options=(debug)
 
 build() {
   cd PyQt6_DataVisualization-$pkgver



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 09:07:28
  Author: arojas
Revision: 1121211

Update to 6.0.686

Modified:
  geogebra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:45:19 UTC (rev 1121210)
+++ PKGBUILD2022-01-31 09:07:28 UTC (rev 1121211)
@@ -4,7 +4,7 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=6.0.683.0
+pkgver=6.0.686.0
 pkgrel=1
 pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 geogebra
 geogebra.desktop
 geogebra-mime.xml)
-sha256sums=('3659870fe5b2867bb41e6efd23faa862eab827f3279cd61968473fbf75ec0a5c'
+sha256sums=('02e9267828dc3e2c822ec1b4007971f1eb0d0eb7922ae958ddca218d074fef44'
 '55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07'
 '62d6d48511ec9a3d08440d0bba7e6da35e61f84348729872941f66f2f8f15e57'
 'e8f3ac2c91daf1bb38ef4dddf705d341c3d8028aa4afb9b74a2d1a78a9953b98'



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:21:55
  Author: arojas
Revision: 435588

Add debug

Modified:
  pyqt5-networkauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:19:26 UTC (rev 435587)
+++ PKGBUILD2022-01-31 08:21:55 UTC (rev 435588)
@@ -4,7 +4,7 @@
 pkgbase=pyqt5-networkauth
 pkgname=(python-pyqt5-networkauth)
 pkgver=5.15.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Python bindings for QtNetworkAuth"
 arch=(x86_64)
 url="https://www.riverbankcomputing.com/software/pyqtnetworkauth/intro";
@@ -14,6 +14,7 @@
 makedepends=(sip pyqt-builder)
 
source=("https://pypi.python.org/packages/source/P/PyQtNetworkAuth/PyQtNetworkAuth-$pkgver.tar.gz";)
 sha256sums=('2230b6f56f4c9ad2e88bf5ac648e2f3bee9cd757550de0fb98fe0bcb31217b16')
+options=(debug)
 
 build() {
   cd PyQtNetworkAuth-$pkgver



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 09:07:45
  Author: arojas
Revision: 1121212

archrelease: copy trunk to community-x86_64

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

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

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

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

Deleted: geogebra
===
--- geogebra2022-01-31 09:07:28 UTC (rev 1121211)
+++ geogebra2022-01-31 09:07:45 UTC (rev 1121212)
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-electron "/usr/lib/geogebra/resources/app" $@

Copied: geogebra/repo

[arch-commits] Commit in pyqt6-datavisualization/repos/extra-x86_64 (2 files)

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:54:14
  Author: arojas
Revision: 435601

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6-datavisualization/repos/extra-x86_64/PKGBUILD
(from rev 435600, pyqt6-datavisualization/trunk/PKGBUILD)
Deleted:
  pyqt6-datavisualization/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:54:06 UTC (rev 435600)
+++ PKGBUILD2022-01-31 08:54:14 UTC (rev 435601)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pyqt6-datavisualization
-pkgname=(python-pyqt6-datavisualization)
-pkgver=6.2.0
-pkgrel=2
-pkgdesc='Python bindings for QtDataVisualization'
-arch=(x86_64)
-url='https://www.riverbankcomputing.com/software/pyqtdatavisualization/intro'
-license=(GPL3)
-groups=(pyqt6)
-depends=(qt6-datavis3d python-pyqt6)
-makedepends=(qt6-declarative sip pyqt-builder)
-source=(https://pypi.python.org/packages/source/P/PyQt6-DataVisualization/PyQt6_DataVisualization-$pkgver.tar.gz)
-sha256sums=('7526bfd9433acb8eabdb354ba9e027d1bb34b8fa9d14f299d4b3b4c81a21e37a')
-
-build() {
-  cd PyQt6_DataVisualization-$pkgver
-  sip-build \
---no-make \
---qmake=/usr/bin/qmake6
-  cd build
-  make
-}
-
-package_python-pyqt6-datavisualization(){
-  cd PyQt6_DataVisualization-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt6-datavisualization/repos/extra-x86_64/PKGBUILD (from rev 435600, 
pyqt6-datavisualization/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:54:14 UTC (rev 435601)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6-datavisualization
+pkgname=(python-pyqt6-datavisualization)
+pkgver=6.2.0
+pkgrel=3
+pkgdesc='Python bindings for QtDataVisualization'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtdatavisualization/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-datavis3d python-pyqt6)
+makedepends=(qt6-declarative sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-DataVisualization/PyQt6_DataVisualization-$pkgver.tar.gz)
+sha256sums=('7526bfd9433acb8eabdb354ba9e027d1bb34b8fa9d14f299d4b3b4c81a21e37a')
+options=(debug)
+
+build() {
+  cd PyQt6_DataVisualization-$pkgver
+  sip-build \
+--no-make \
+--qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6-datavisualization(){
+  cd PyQt6_DataVisualization-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



[arch-commits] Commit in pyqt5-datavisualization/repos/extra-x86_64 (2 files)

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:19:26
  Author: arojas
Revision: 435587

archrelease: copy trunk to extra-x86_64

Added:
  pyqt5-datavisualization/repos/extra-x86_64/PKGBUILD
(from rev 435586, pyqt5-datavisualization/trunk/PKGBUILD)
Deleted:
  pyqt5-datavisualization/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:19:18 UTC (rev 435586)
+++ PKGBUILD2022-01-31 08:19:26 UTC (rev 435587)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgbase=pyqt5-datavisualization
-pkgname=(python-pyqt5-datavisualization)
-pkgver=5.15.5
-pkgrel=2
-pkgdesc='Python bindings for QtDataVisualization'
-arch=(x86_64)
-url='https://www.riverbankcomputing.com/software/pyqtdatavisualization/intro'
-license=(GPL3)
-groups=(pyqt5)
-depends=(qt5-datavis3d python-pyqt5)
-makedepends=(sip pyqt-builder)
-conflicts=(python-pyqtdatavisualization)
-provides=(python-pyqtdatavisualization)
-replaces=(python-pyqtdatavisualization)
-source=(https://pypi.python.org/packages/source/P/PyQtDataVisualization/PyQtDataVisualization-$pkgver.tar.gz)
-sha256sums=('8927f8f7aa70857ef00c51e3dfbf6f83dd9f3855f416e0d531592761cbb9dc7f')
-
-build() {
-  cd PyQtDataVisualization-$pkgver
-  sip-build \
---no-make \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-}
-
-package_python-pyqt5-datavisualization(){
-  cd PyQtDataVisualization-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt5-datavisualization/repos/extra-x86_64/PKGBUILD (from rev 435586, 
pyqt5-datavisualization/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:19:26 UTC (rev 435587)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=pyqt5-datavisualization
+pkgname=(python-pyqt5-datavisualization)
+pkgver=5.15.5
+pkgrel=3
+pkgdesc='Python bindings for QtDataVisualization'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtdatavisualization/intro'
+license=(GPL3)
+groups=(pyqt5)
+depends=(qt5-datavis3d python-pyqt5)
+makedepends=(sip pyqt-builder)
+conflicts=(python-pyqtdatavisualization)
+provides=(python-pyqtdatavisualization)
+replaces=(python-pyqtdatavisualization)
+source=(https://pypi.python.org/packages/source/P/PyQtDataVisualization/PyQtDataVisualization-$pkgver.tar.gz)
+sha256sums=('8927f8f7aa70857ef00c51e3dfbf6f83dd9f3855f416e0d531592761cbb9dc7f')
+options=(debug)
+
+build() {
+  cd PyQtDataVisualization-$pkgver
+  sip-build \
+--no-make \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqt5-datavisualization(){
+  cd PyQtDataVisualization-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:57:18
  Author: arojas
Revision: 435602

Add debug

Modified:
  pyqt6-networkauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:54:14 UTC (rev 435601)
+++ PKGBUILD2022-01-31 08:57:18 UTC (rev 435602)
@@ -3,7 +3,7 @@
 pkgbase=pyqt6-networkauth
 pkgname=(python-pyqt6-networkauth)
 pkgver=6.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings for QtNetworkAuth'
 arch=(x86_64)
 url='https://www.riverbankcomputing.com/software/pyqtnetworkauth/intro'
@@ -13,6 +13,7 @@
 makedepends=(sip pyqt-builder)
 
source=(https://pypi.python.org/packages/source/P/PyQt6-NetworkAuth/PyQt6_NetworkAuth-$pkgver.tar.gz)
 sha256sums=('23e730cc0d6b828bec2f92d9fac3607871e6033a8af4620e5d4e3afc13bd6c3c')
+options=(debug)
 
 build() {
   cd PyQt6_NetworkAuth-$pkgver



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:24:29
  Author: arojas
Revision: 435591

archrelease: copy trunk to extra-x86_64

Added:
  pyqt5-purchasing/repos/extra-x86_64/PKGBUILD
(from rev 435590, pyqt5-purchasing/trunk/PKGBUILD)
Deleted:
  pyqt5-purchasing/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:24:19 UTC (rev 435590)
+++ PKGBUILD2022-01-31 08:24:29 UTC (rev 435591)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgbase=pyqt5-purchasing
-pkgname=(python-pyqt5-purchasing)
-pkgver=5.15.5
-pkgrel=2
-pkgdesc='Python bindings for QtPurchasing'
-arch=(x86_64)
-url='https://www.riverbankcomputing.com/software/pyqtpurchasing/intro'
-license=(GPL3)
-groups=(pyqt5)
-depends=(qt5-purchasing python-pyqt5)
-makedepends=(sip pyqt-builder)
-conflicts=(python-pyqtpurchasing)
-provides=(python-pyqtpurchasing)
-replaces=(python-pyqtpurchasing)
-source=(https://pypi.python.org/packages/source/P/PyQtPurchasing/PyQtPurchasing-$pkgver.tar.gz)
-sha256sums=('8bb1df553ba6a615f8ec3d9b9c5270db3e15e831a6161773dabfdc1a7afe4834')
-
-build() {
-  cd PyQtPurchasing-$pkgver
-  sip-build \
---no-make \
---api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-}
-
-package_python-pyqt5-purchasing() {
-  cd PyQtPurchasing-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt5-purchasing/repos/extra-x86_64/PKGBUILD (from rev 435590, 
pyqt5-purchasing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:24:29 UTC (rev 435591)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=pyqt5-purchasing
+pkgname=(python-pyqt5-purchasing)
+pkgver=5.15.5
+pkgrel=3
+pkgdesc='Python bindings for QtPurchasing'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtpurchasing/intro'
+license=(GPL3)
+groups=(pyqt5)
+depends=(qt5-purchasing python-pyqt5)
+makedepends=(sip pyqt-builder)
+conflicts=(python-pyqtpurchasing)
+provides=(python-pyqtpurchasing)
+replaces=(python-pyqtpurchasing)
+source=(https://pypi.python.org/packages/source/P/PyQtPurchasing/PyQtPurchasing-$pkgver.tar.gz)
+sha256sums=('8bb1df553ba6a615f8ec3d9b9c5270db3e15e831a6161773dabfdc1a7afe4834')
+options=(debug)
+
+build() {
+  cd PyQtPurchasing-$pkgver
+  sip-build \
+--no-make \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqt5-purchasing() {
+  cd PyQtPurchasing-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:40:12
  Author: arojas
Revision: 435595

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6-webengine/repos/extra-x86_64/PKGBUILD
(from rev 435594, pyqt6-webengine/trunk/PKGBUILD)
Deleted:
  pyqt6-webengine/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:40:03 UTC (rev 435594)
+++ PKGBUILD2022-01-31 08:40:12 UTC (rev 435595)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pyqt6-webengine
-pkgname=(python-pyqt6-webengine)
-pkgver=6.2.1
-pkgrel=2
-pkgdesc='Python bindings for QtWebEngine'
-arch=(x86_64)
-url='https://www.riverbankcomputing.com/software/pyqtwebengine/intro'
-license=(GPL3)
-groups=(pyqt6)
-depends=(qt6-webengine python-pyqt6)
-makedepends=(sip pyqt-builder)
-source=(https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-$pkgver.tar.gz)
-sha256sums=('6f6d7cb612f20d1f1f8ea1bbe7ebb8bbaa3f7fcd56f0e9c41582851998be20c3')
-
-build() {
-  cd PyQt6_WebEngine-$pkgver
-  sip-build \
---no-make \
---qmake=/usr/bin/qmake6
-  cd build
-  make
-}
-
-package_python-pyqt6-webengine() {
-  cd PyQt6_WebEngine-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt6-webengine/repos/extra-x86_64/PKGBUILD (from rev 435594, 
pyqt6-webengine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:40:12 UTC (rev 435595)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6-webengine
+pkgname=(python-pyqt6-webengine)
+pkgver=6.2.1
+pkgrel=3
+pkgdesc='Python bindings for QtWebEngine'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtwebengine/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-webengine python-pyqt6)
+makedepends=(sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-$pkgver.tar.gz)
+sha256sums=('6f6d7cb612f20d1f1f8ea1bbe7ebb8bbaa3f7fcd56f0e9c41582851998be20c3')
+options=(debug)
+
+build() {
+  cd PyQt6_WebEngine-$pkgver
+  sip-build \
+--no-make \
+--qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6-webengine() {
+  cd PyQt6_WebEngine-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:40:03
  Author: arojas
Revision: 435594

Add debug

Modified:
  pyqt6-webengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:36:57 UTC (rev 435593)
+++ PKGBUILD2022-01-31 08:40:03 UTC (rev 435594)
@@ -3,7 +3,7 @@
 pkgbase=pyqt6-webengine
 pkgname=(python-pyqt6-webengine)
 pkgver=6.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings for QtWebEngine'
 arch=(x86_64)
 url='https://www.riverbankcomputing.com/software/pyqtwebengine/intro'
@@ -13,6 +13,7 @@
 makedepends=(sip pyqt-builder)
 
source=(https://pypi.python.org/packages/source/P/PyQt6-WebEngine/PyQt6_WebEngine-$pkgver.tar.gz)
 sha256sums=('6f6d7cb612f20d1f1f8ea1bbe7ebb8bbaa3f7fcd56f0e9c41582851998be20c3')
+options=(debug)
 
 build() {
   cd PyQt6_WebEngine-$pkgver



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:57:26
  Author: arojas
Revision: 435603

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6-networkauth/repos/extra-x86_64/PKGBUILD
(from rev 435602, pyqt6-networkauth/trunk/PKGBUILD)
Deleted:
  pyqt6-networkauth/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:57:18 UTC (rev 435602)
+++ PKGBUILD2022-01-31 08:57:26 UTC (rev 435603)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pyqt6-networkauth
-pkgname=(python-pyqt6-networkauth)
-pkgver=6.2.0
-pkgrel=2
-pkgdesc='Python bindings for QtNetworkAuth'
-arch=(x86_64)
-url='https://www.riverbankcomputing.com/software/pyqtnetworkauth/intro'
-license=(GPL3)
-groups=(pyqt6)
-depends=(qt6-networkauth python-pyqt6)
-makedepends=(sip pyqt-builder)
-source=(https://pypi.python.org/packages/source/P/PyQt6-NetworkAuth/PyQt6_NetworkAuth-$pkgver.tar.gz)
-sha256sums=('23e730cc0d6b828bec2f92d9fac3607871e6033a8af4620e5d4e3afc13bd6c3c')
-
-build() {
-  cd PyQt6_NetworkAuth-$pkgver
-  sip-build \
---no-make \
---qmake=/usr/bin/qmake6
-  cd build
-  make
-}
-
-package_python-pyqt6-networkauth(){
-  cd PyQt6_NetworkAuth-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: pyqt6-networkauth/repos/extra-x86_64/PKGBUILD (from rev 435602, 
pyqt6-networkauth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:57:26 UTC (rev 435603)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6-networkauth
+pkgname=(python-pyqt6-networkauth)
+pkgver=6.2.0
+pkgrel=3
+pkgdesc='Python bindings for QtNetworkAuth'
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/pyqtnetworkauth/intro'
+license=(GPL3)
+groups=(pyqt6)
+depends=(qt6-networkauth python-pyqt6)
+makedepends=(sip pyqt-builder)
+source=(https://pypi.python.org/packages/source/P/PyQt6-NetworkAuth/PyQt6_NetworkAuth-$pkgver.tar.gz)
+sha256sums=('23e730cc0d6b828bec2f92d9fac3607871e6033a8af4620e5d4e3afc13bd6c3c')
+options=(debug)
+
+build() {
+  cd PyQt6_NetworkAuth-$pkgver
+  sip-build \
+--no-make \
+--qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6-networkauth(){
+  cd PyQt6_NetworkAuth-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}



[arch-commits] Commit in pyqt6-3d/trunk (PKGBUILD)

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:43:02
  Author: arojas
Revision: 435596

Add debug

Modified:
  pyqt6-3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:40:12 UTC (rev 435595)
+++ PKGBUILD2022-01-31 08:43:02 UTC (rev 435596)
@@ -3,7 +3,7 @@
 pkgbase=pyqt6-3d
 pkgname=(python-pyqt6-3d)
 pkgver=6.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings for Qt3D'
 arch=(x86_64)
 url='https://www.riverbankcomputing.com/software/pyqt3d/intro'
@@ -13,6 +13,7 @@
 makedepends=(sip pyqt-builder)
 
source=(https://pypi.python.org/packages/source/P/PyQt6-3D/PyQt6_3D-$pkgver.tar.gz)
 sha256sums=('12b5c843a94fe1521d71a0c6a7ebd0a9f1f32c6fbaed896e5cda378b1831121c')
+options=(debug)
 
 build() {
   cd PyQt6_3D-$pkgver



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:36:47
  Author: arojas
Revision: 435592

Add debug

Modified:
  pyqt6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:24:29 UTC (rev 435591)
+++ PKGBUILD2022-01-31 08:36:47 UTC (rev 435592)
@@ -4,7 +4,7 @@
 pkgname=python-pyqt6
 pkgdesc='A set of Python bindings for the Qt6 toolkit'
 pkgver=6.2.2
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url='https://riverbankcomputing.com/software/pyqt/intro'
 license=(GPL)
@@ -28,6 +28,7 @@
  qt6-positioning qt6-sensors qt6-serialport qt6-webchannel 
qt6-websockets qt6-connectivity)
 source=(https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz)
 sha256sums=('9325a0f51c08e37340d916d2723daf9a25c844dac99d71d6c5aacb4f6ee00171')
+options=(debug)
 
 build() {
   cd PyQt6-$pkgver



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 08:36:57
  Author: arojas
Revision: 435593

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6/repos/extra-x86_64/PKGBUILD
(from rev 435592, pyqt6/trunk/PKGBUILD)
Deleted:
  pyqt6/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 08:36:47 UTC (rev 435592)
+++ PKGBUILD2022-01-31 08:36:57 UTC (rev 435593)
@@ -1,49 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgbase=pyqt6
-pkgname=python-pyqt6
-pkgdesc='A set of Python bindings for the Qt6 toolkit'
-pkgver=6.2.2
-pkgrel=3
-arch=(x86_64)
-url='https://riverbankcomputing.com/software/pyqt/intro'
-license=(GPL)
-groups=(pyqt6)
-depends=(qt6-base python-pyqt6-sip)
-optdepends=('qt6-tools: QtHelp, QtDesigner bindings'
-'qt6-svg: QtSvg bindings'
-'qt6-declarative: QtQml bindings, qmlplugin'
-'qt6-quick3d: QtQuick3D bindings'
-'qt6-connectivity: QtBluetooth, QtNfc bindings'
-'qt6-multimedia: QtMultimedia bindings'
-'qt6-positioning: QtPositioning bindings'
-'qt6-remoteobjects: QtRemoteObjects bindings'
-'qt6-sensors: QtSensors bindings'
-'qt6-serialport: QtSerialPort bindings'
-'qt6-webchannel: QtWebChannel bindings'
-'qt6-websockets: QtWebSockets bindings'
-'dbus-python: for python-dbus mainloop support')
-makedepends=(sip pyqt-builder python-opengl dbus-python
- qt6-tools qt6-svg qt6-declarative qt6-quick3d qt6-shadertools 
qt6-multimedia qt6-remoteobjects
- qt6-positioning qt6-sensors qt6-serialport qt6-webchannel 
qt6-websockets qt6-connectivity)
-source=(https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz)
-sha256sums=('9325a0f51c08e37340d916d2723daf9a25c844dac99d71d6c5aacb4f6ee00171')
-
-build() {
-  cd PyQt6-$pkgver
-  sip-build \
---confirm-license \
---no-make \
---qmake=/usr/bin/qmake6
-  cd build
-  make
-}
-
-package_python-pyqt6(){
-  cd PyQt6-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # compile Python bytecode
-  python -m compileall -d / "$pkgdir"/usr/lib
-  python -O -m compileall -d / "$pkgdir"/usr/lib
-}

Copied: pyqt6/repos/extra-x86_64/PKGBUILD (from rev 435592, 
pyqt6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 08:36:57 UTC (rev 435593)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=pyqt6
+pkgname=python-pyqt6
+pkgdesc='A set of Python bindings for the Qt6 toolkit'
+pkgver=6.2.2
+pkgrel=4
+arch=(x86_64)
+url='https://riverbankcomputing.com/software/pyqt/intro'
+license=(GPL)
+groups=(pyqt6)
+depends=(qt6-base python-pyqt6-sip)
+optdepends=('qt6-tools: QtHelp, QtDesigner bindings'
+'qt6-svg: QtSvg bindings'
+'qt6-declarative: QtQml bindings, qmlplugin'
+'qt6-quick3d: QtQuick3D bindings'
+'qt6-connectivity: QtBluetooth, QtNfc bindings'
+'qt6-multimedia: QtMultimedia bindings'
+'qt6-positioning: QtPositioning bindings'
+'qt6-remoteobjects: QtRemoteObjects bindings'
+'qt6-sensors: QtSensors bindings'
+'qt6-serialport: QtSerialPort bindings'
+'qt6-webchannel: QtWebChannel bindings'
+'qt6-websockets: QtWebSockets bindings'
+'dbus-python: for python-dbus mainloop support')
+makedepends=(sip pyqt-builder python-opengl dbus-python
+ qt6-tools qt6-svg qt6-declarative qt6-quick3d qt6-shadertools 
qt6-multimedia qt6-remoteobjects
+ qt6-positioning qt6-sensors qt6-serialport qt6-webchannel 
qt6-websockets qt6-connectivity)
+source=(https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz)
+sha256sums=('9325a0f51c08e37340d916d2723daf9a25c844dac99d71d6c5aacb4f6ee00171')
+options=(debug)
+
+build() {
+  cd PyQt6-$pkgver
+  sip-build \
+--confirm-license \
+--no-make \
+--qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6(){
+  cd PyQt6-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # compile Python bytecode
+  python -m compileall -d / "$pkgdir"/usr/lib
+  python -O -m compileall -d / "$pkgdir"/usr/lib
+}



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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 10:42:28
  Author: alucryd
Revision: 1121213

ffmpeg4.4 rebuild: deepin-movie 1:5.7.15-2

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 09:07:45 UTC (rev 1121212)
+++ PKGBUILD2022-01-31 10:42:28 UTC (rev 1121213)
@@ -3,7 +3,7 @@
 pkgname=deepin-movie
 epoch=1
 pkgver=5.7.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Movie player based on mpv'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-movie-reborn";
@@ -11,6 +11,7 @@
 depends=('deepin-qt5integration'  'ffmpegthumbnailer' 'libxtst' 'mpv' 
'qtdbusextended' 'qtmpris')
 makedepends=('cmake' 'gtest' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
+options=('!lto')
 
source=("https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
 
sha512sums=('1d0c714a8ec16be3a89e28656920c787778e13bdbb4b63e6767c30436bce7f90a2b7d9759ff30f0bed004a11e268bd57ed8f197b22709921898a4d49b9d707fb')
 
@@ -22,6 +23,7 @@
 
 build() {
   cd deepin-movie-reborn-$pkgver
+  export CXXFLAGS+=' -fpermissive'
   cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
   ninja
 }



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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 10:42:36
  Author: alucryd
Revision: 1121214

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-movie/repos/community-staging-x86_64/
  deepin-movie/repos/community-staging-x86_64/PKGBUILD
(from rev 1121213, deepin-movie/trunk/PKGBUILD)

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

Copied: deepin-movie/repos/community-staging-x86_64/PKGBUILD (from rev 1121213, 
deepin-movie/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-31 10:42:36 UTC (rev 1121214)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=5.7.15
+pkgrel=2
+pkgdesc='Movie player based on mpv'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn";
+license=('GPL3')
+depends=('deepin-qt5integration'  'ffmpegthumbnailer' 'libxtst' 'mpv' 
'qtdbusextended' 'qtmpris')
+makedepends=('cmake' 'gtest' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+options=('!lto')
+source=("https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('1d0c714a8ec16be3a89e28656920c787778e13bdbb4b63e6767c30436bce7f90a2b7d9759ff30f0bed004a11e268bd57ed8f197b22709921898a4d49b9d707fb')
+
+prepare() {
+  cd deepin-movie-reborn-$pkgver
+  # https://github.com/linuxdeepin/deepin-movie-reborn/issues/76
+  sed -i '/setCanShowInUI/d' src/vendor/presenter.cpp
+}
+
+build() {
+  cd deepin-movie-reborn-$pkgver
+  export CXXFLAGS+=' -fpermissive'
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
+  ninja
+}
+
+package() {
+  cd deepin-movie-reborn-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



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

2022-01-31 Thread Tobias Powalowski via arch-commits
Date: Monday, January 31, 2022 @ 10:47:27
  Author: tpowa
Revision: 435604

upgpkg: archboot 2022.01-91: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 08:57:26 UTC (rev 435603)
+++ PKGBUILD2022-01-31 10:47:27 UTC (rev 435604)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.01
-pkgrel=90
+pkgrel=91
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-01-31 Thread Tobias Powalowski via arch-commits
Date: Monday, January 31, 2022 @ 10:47:32
  Author: tpowa
Revision: 435605

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 10:47:27 UTC (rev 435604)
+++ PKGBUILD2022-01-31 10:47:32 UTC (rev 435605)
@@ -1,49 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.01
-pkgrel=90
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 435604, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 10:47:32 UTC (rev 435605)
@@ -0,0 +1,49 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.01
+pkgrel=91
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' '

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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 10:51:06
  Author: alucryd
Revision: 435606

upgpkg: gegl 0.4.34-2

Modified:
  gegl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 10:47:32 UTC (rev 435605)
+++ PKGBUILD2022-01-31 10:51:06 UTC (rev 435606)
@@ -3,14 +3,14 @@
 pkgname=gegl
 _tag='0dcdbe3e1244110e8284219250bf2345672de6a0'
 pkgver=0.4.34
-pkgrel=1
+pkgrel=2
 pkgdesc="Graph based image processing framework"
 arch=('x86_64')
 url="https://www.gegl.org/";
 license=('GPL3' 'LGPL3')
 depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 
'librsvg' 'libtiff' 'luajit' 'jasper' 'lensfun' 'suitesparse' 'poppler-glib')
-makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg' 'exiv2' 'vala' 
'gobject-introspection' 'git' 'meson' 'python-gobject')
-optdepends=('ffmpeg: ffmpeg plugin' 'graphviz: for gegl-introspect')
+makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg4.4' 'exiv2' 'vala' 
'gobject-introspection' 'git' 'meson' 'python-gobject')
+optdepends=('ffmpeg4.4: ffmpeg plugin' 'graphviz: for gegl-introspect')
 source=("git+https://gitlab.gnome.org/GNOME/gegl.git#tag=$_tag";)
 sha256sums=('SKIP')
 
@@ -22,6 +22,7 @@
 build() {
   mkdir -p build
   cd build
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
   arch-meson ../$pkgname \
 -Dworkshop=true \
 -Dmrg=disabled \



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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 10:51:16
  Author: alucryd
Revision: 435607

archrelease: copy trunk to staging-x86_64

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

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

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



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

2022-01-31 Thread Laurent Carlier via arch-commits
Date: Monday, January 31, 2022 @ 11:04:23
  Author: lcarlier
Revision: 1121217

upgpkg: minetest 5.5.0-1: upstream update 5.5.0

Modified:
  minetest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 10:54:46 UTC (rev 1121216)
+++ PKGBUILD2022-01-31 11:04:23 UTC (rev 1121217)
@@ -2,20 +2,21 @@
 # Contributor: Konsta Kokkinen 
 
 pkgname=('minetest' 'minetest-server' 'minetest-common')
-pkgver=5.4.1
+pkgver=5.5.0
 pkgrel=1
 arch=('x86_64')
 url='https://www.minetest.net/'
 license=('LGPL')
 makedepends=('sqlite' 'freetype2' 'leveldb' 'postgresql' 'spatialindex' 
'openal' 'libvorbis' 'curl'
- 'irrlicht' 'hicolor-icon-theme' 'cmake' 'ninja' 'hiredis' 
'luajit')
+ 'hicolor-icon-theme' 'cmake' 'ninja' 'hiredis' 'luajit')
+makedepends+=('libjpeg' 'libgl' 'git') # irrlichtmt
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/minetest/minetest/archive/${pkgver}.tar.gz
 
${pkgname}-data-${pkgver}.tar.gz::https://github.com/minetest/minetest_game/archive/${pkgver}.tar.gz
 minetest.service
 sysusers.d
 tmpfiles.d)
-sha256sums=('de9e4410583c845c104b4be25f9d0b8743d8573c120149b8910ae2519f9ab14e'
-'b4bfa0755b88230cf4bdb6af6a0951dd1248f6cdf87fecc340e43ac12c80b0b2'
+sha256sums=('8b9bef6054c8895cc3329ae6d05cb355eef9c7830600d82dc9eaa4664f87c8f9'
+'1e87252e26d6b1d3efe7720e3e097d489339dea4dd25980a828d5da212b01aaa'
 '2d80b4ff925770bdf3d857debb2ad11227cc9b022eb01a358b18f8d5f2641a5c'
 'e4166d639b35efda2cd72269208184ab1e72c54541344cd202ff2005c90b9433'
 'd9405cf7cd0a657ef06082570783383a1f527fbc0bd122ea506d4fbe26950d4a')
@@ -22,6 +23,10 @@
 
 prepare() {
   install -d build-{client,server}
+
+  git clone https://github.com/minetest/irrlicht.git 
${pkgname}-${pkgver}/lib/irrlichtmt
+  cd ${pkgname}-${pkgver}/lib/irrlichtmt
+  git checkout tags/1.9.0mt4
 }
 
 build() {
@@ -51,9 +56,10 @@
 
 package_minetest() {
   pkgdesc='Multiplayer infinite-world block sandbox game'
-  depends=('minetest-common' 'irrlicht' 'curl' 'libvorbis' 'sqlite'
+  depends=('minetest-common' 'curl' 'libvorbis' 'sqlite'
'openal' 'hicolor-icon-theme' 'desktop-file-utils' 'xdg-utils'
-   'freetype2' 'luajit' 'postgresql-libs' 'spatialindex')
+   'freetype2' 'luajit' 'postgresql-libs' 'spatialindex' 'jsoncpp'
+   'libgl' 'libjpeg') # irrlichtmt
 
   cd build-client
   DESTDIR="${pkgdir}" ninja install
@@ -65,7 +71,7 @@
 package_minetest-server() {
   pkgdesc='Server of infinite-world block sandbox game'
   depends=('minetest-common' 'leveldb' 'curl' 'sqlite' 'hiredis' 'luajit'
-   'postgresql-libs' 'spatialindex')
+   'postgresql-libs' 'spatialindex' 'jsoncpp')
 
   cd build-server
   DESTDIR="${pkgdir}" ninja install



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

2022-01-31 Thread Laurent Carlier via arch-commits
Date: Monday, January 31, 2022 @ 11:04:29
  Author: lcarlier
Revision: 1121218

archrelease: copy trunk to community-x86_64

Added:
  minetest/repos/community-x86_64/PKGBUILD
(from rev 1121217, minetest/trunk/PKGBUILD)
  minetest/repos/community-x86_64/minetest.service
(from rev 1121217, minetest/trunk/minetest.service)
  minetest/repos/community-x86_64/sysusers.d
(from rev 1121217, minetest/trunk/sysusers.d)
  minetest/repos/community-x86_64/tmpfiles.d
(from rev 1121217, minetest/trunk/tmpfiles.d)
Deleted:
  minetest/repos/community-x86_64/PKGBUILD
  minetest/repos/community-x86_64/minetest.service
  minetest/repos/community-x86_64/sysusers.d
  minetest/repos/community-x86_64/tmpfiles.d

--+
 PKGBUILD |  206 +++--
 minetest.service |   20 ++---
 sysusers.d   |4 -
 tmpfiles.d   |2 
 4 files changed, 119 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 11:04:23 UTC (rev 1121217)
+++ PKGBUILD2022-01-31 11:04:29 UTC (rev 1121218)
@@ -1,100 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: Konsta Kokkinen 
-
-pkgname=('minetest' 'minetest-server' 'minetest-common')
-pkgver=5.4.1
-pkgrel=1
-arch=('x86_64')
-url='https://www.minetest.net/'
-license=('LGPL')
-makedepends=('sqlite' 'freetype2' 'leveldb' 'postgresql' 'spatialindex' 
'openal' 'libvorbis' 'curl'
- 'irrlicht' 'hicolor-icon-theme' 'cmake' 'ninja' 'hiredis' 
'luajit')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/minetest/minetest/archive/${pkgver}.tar.gz
-
${pkgname}-data-${pkgver}.tar.gz::https://github.com/minetest/minetest_game/archive/${pkgver}.tar.gz
-minetest.service
-sysusers.d
-tmpfiles.d)
-sha256sums=('de9e4410583c845c104b4be25f9d0b8743d8573c120149b8910ae2519f9ab14e'
-'b4bfa0755b88230cf4bdb6af6a0951dd1248f6cdf87fecc340e43ac12c80b0b2'
-'2d80b4ff925770bdf3d857debb2ad11227cc9b022eb01a358b18f8d5f2641a5c'
-'e4166d639b35efda2cd72269208184ab1e72c54541344cd202ff2005c90b9433'
-'d9405cf7cd0a657ef06082570783383a1f527fbc0bd122ea506d4fbe26950d4a')
-
-prepare() {
-  install -d build-{client,server}
-}
-
-build() {
-  cd build-client
-  cmake -G Ninja ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_CLIENT=1 \
--DENABLE_GETTEXT=1 \
--DENABLE_FREETYPE=1 \
--DENABLE_LEVELDB=0 \
--DENABLE_POSTGRESQL=1 \
--DENABLE_SPATIAL=1 \
--DENABLE_REDIS=0
-  ninja
-
-  cd ../build-server
-  cmake -G Ninja ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_CLIENT=0 \
--DBUILD_SERVER=1 \
--DENABLE_LEVELDB=1 \
--DENABLE_POSTGRESQL=1 \
--DENABLE_SPATIAL=1 \
--DENABLE_REDIS=1
-  ninja
-}
-
-package_minetest() {
-  pkgdesc='Multiplayer infinite-world block sandbox game'
-  depends=('minetest-common' 'irrlicht' 'curl' 'libvorbis' 'sqlite'
-   'openal' 'hicolor-icon-theme' 'desktop-file-utils' 'xdg-utils'
-   'freetype2' 'luajit' 'postgresql-libs' 'spatialindex')
-
-  cd build-client
-  DESTDIR="${pkgdir}" ninja install
-
-  rm -rf "${pkgdir}"/usr/share/{minetest,doc}
-  rm "${pkgdir}"/usr/share/man/man6/minetestserver.6
-}
-
-package_minetest-server() {
-  pkgdesc='Server of infinite-world block sandbox game'
-  depends=('minetest-common' 'leveldb' 'curl' 'sqlite' 'hiredis' 'luajit'
-   'postgresql-libs' 'spatialindex')
-
-  cd build-server
-  DESTDIR="${pkgdir}" ninja install
-  install -d  "${pkgdir}"/etc/minetest
-  install -Dm644 ../minetest.service \
-"${pkgdir}"/usr/lib/systemd/system/minetest@.service
-
-  rm -rf 
"${pkgdir}"/usr/share/{minetest,metainfo,appdata,applications,icons,doc}
-  mv "${pkgdir}"/usr/share/man/man6/minetest.6 
"${pkgdir}"/usr/share/man/man6/minetestserver.6
-
-  install -Dm644 "${srcdir}"/tmpfiles.d 
"${pkgdir}"/usr/lib/tmpfiles.d/minetest-server.conf
-  install -Dm644 "${srcdir}"/sysusers.d 
"${pkgdir}"/usr/lib/sysusers.d/minetest-server.conf
-}
-
-package_minetest-common() {
-  pkgdesc='Common data files for minetest and minetest-server'
-  license=('custom')
-
-  cd $pkgbase-${pkgver}
-  install -d "${pkgdir}"/usr/share/minetest
-
-  cp -r games builtin client fonts textures "${pkgdir}"/usr/share/minetest/
-  cp -r "${srcdir}"/build-client/locale "${pkgdir}"/usr/share/minetest/
-  cp -r "${srcdir}"/minetest_game-${pkgver} 
"${pkgdir}"/usr/share/minetest/games/minetest
-  rm "${pkgdir}"/usr/share/minetest/games/minetest/.gitignore
-
-  for file in doc/{fst_api,lua_api,menu_lua_api,protocol,world_format}.txt; do
-install -Dm644 $file "${pkgdir}"/usr/share/minetest/doc/$(basename $file)
-  done
-
-  install -Dm644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: minetest/repos/community-x86_64/PKGBUILD (from rev 1121217, 
minetest/trunk/PKGBUILD)
=

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

2022-01-31 Thread Caleb Maclennan via arch-commits
Date: Monday, January 31, 2022 @ 11:36:31
  Author: alerque
Revision: 1121219

upgpkg: mvt 1.4.5-2; drop global tests folder, FS#73574

Modified:
  mvt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 11:04:29 UTC (rev 1121218)
+++ PKGBUILD2022-01-31 11:36:31 UTC (rev 1121219)
@@ -1,10 +1,11 @@
 # Maintainer: kpcyrd 
+# Maintainer: Caleb Maclennan 
 # Contributor: Joaquim Monteiro 
 
 pkgname=mvt
 pkgver=1.4.5
-pkgrel=1
-pkgdesc="Mobile Verification Toolkit helps conducting forensics of mobile 
devices in order to find signs of a potential compromise"
+pkgrel=2
+pkgdesc="Mobile Verification Toolkit, a forensics tool looking for signs of 
device compromise"
 arch=(any)
 url="https://github.com/mvt-project/mvt";
 license=(custom:MVT)
@@ -29,6 +30,8 @@
   python setup.py install -O1 --root="$pkgdir" --skip-build
   install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  local _py3_ver=$(python --version | cut -d " " -f2)
+  rm -rf "$pkgdir/usr/lib/python${_py3_ver%"."*}/site-packages/tests"
 }
 
 # vim: ts=2 sw=2 et:



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

2022-01-31 Thread Caleb Maclennan via arch-commits
Date: Monday, January 31, 2022 @ 11:37:15
  Author: alerque
Revision: 1121220

archrelease: copy trunk to community-any

Added:
  mvt/repos/community-any/PKGBUILD
(from rev 1121219, mvt/trunk/PKGBUILD)
Deleted:
  mvt/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 11:36:31 UTC (rev 1121219)
+++ PKGBUILD2022-01-31 11:37:15 UTC (rev 1121220)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Joaquim Monteiro 
-
-pkgname=mvt
-pkgver=1.4.5
-pkgrel=1
-pkgdesc="Mobile Verification Toolkit helps conducting forensics of mobile 
devices in order to find signs of a potential compromise"
-arch=(any)
-url="https://github.com/mvt-project/mvt";
-license=(custom:MVT)
-depends=('libusb' 'python' 'python-adb-shell' 'python-click' 
'python-iosbackup' 'python-libusb1' 'python-packaging' 'python-rich' 
'python-tld' 'python-tqdm' 'python-requests' 'python-simplejson')
-makedepends=('python-setuptools')
-source=("mvt-${pkgver}.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v${pkgver}.tar.gz";)
-sha512sums=('b84b633abf45ec89f639fda388053508ef5bd4284001cf716d68cb428862b970fa018349db86705a0e8f691e89ee7b1e2ca5f065055fde3e09a03220f1204c58')
-b2sums=('4e1102ef4c7440c501f9049b1a2ea6a8828459f543c7f0422782de32d5227afc37191e2d03bd186c799a81b951eb46494ab0677e197000bb5e8b370855a83d3f')
-
-prepare() {
-  cd "mvt-${pkgver}"
-  sed -i 's/packaging>=21.0/packaging>=20.9/' setup.py
-}
-
-build() {
-  cd "mvt-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "mvt-${pkgver}"
-  python setup.py install -O1 --root="$pkgdir" --skip-build
-  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:

Copied: mvt/repos/community-any/PKGBUILD (from rev 1121219, mvt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 11:37:15 UTC (rev 1121220)
@@ -0,0 +1,37 @@
+# Maintainer: kpcyrd 
+# Maintainer: Caleb Maclennan 
+# Contributor: Joaquim Monteiro 
+
+pkgname=mvt
+pkgver=1.4.5
+pkgrel=2
+pkgdesc="Mobile Verification Toolkit, a forensics tool looking for signs of 
device compromise"
+arch=(any)
+url="https://github.com/mvt-project/mvt";
+license=(custom:MVT)
+depends=('libusb' 'python' 'python-adb-shell' 'python-click' 
'python-iosbackup' 'python-libusb1' 'python-packaging' 'python-rich' 
'python-tld' 'python-tqdm' 'python-requests' 'python-simplejson')
+makedepends=('python-setuptools')
+source=("mvt-${pkgver}.tar.gz::https://github.com/mvt-project/mvt/archive/refs/tags/v${pkgver}.tar.gz";)
+sha512sums=('b84b633abf45ec89f639fda388053508ef5bd4284001cf716d68cb428862b970fa018349db86705a0e8f691e89ee7b1e2ca5f065055fde3e09a03220f1204c58')
+b2sums=('4e1102ef4c7440c501f9049b1a2ea6a8828459f543c7f0422782de32d5227afc37191e2d03bd186c799a81b951eb46494ab0677e197000bb5e8b370855a83d3f')
+
+prepare() {
+  cd "mvt-${pkgver}"
+  sed -i 's/packaging>=21.0/packaging>=20.9/' setup.py
+}
+
+build() {
+  cd "mvt-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "mvt-${pkgver}"
+  python setup.py install -O1 --root="$pkgdir" --skip-build
+  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  local _py3_ver=$(python --version | cut -d " " -f2)
+  rm -rf "$pkgdir/usr/lib/python${_py3_ver%"."*}/site-packages/tests"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-01-31 Thread Caleb Maclennan via arch-commits
Date: Monday, January 31, 2022 @ 11:41:42
  Author: alerque
Revision: 1121221

upgpkg: python-wiktionaryparser 0.0.97.20210613-3; drop global tests folder, 
FS#73574

Modified:
  python-wiktionaryparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 11:37:15 UTC (rev 1121220)
+++ PKGBUILD2022-01-31 11:41:42 UTC (rev 1121221)
@@ -1,9 +1,10 @@
 # Maintainer: Felix Yan 
+# Contributor: Caleb Maclennan 
 
 pkgname=python-wiktionaryparser
 pkgver=0.0.97.20210613
 _commit=71f396ef6e915b3d1461a41e8a7aec35063d30bf
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool to parse word data from wiktionary.com into a JSON object"
 url="https://github.com/Suyash458/WiktionaryParser";
 license=('MIT')
@@ -31,9 +32,12 @@
 
 package() {
   cd WiktionaryParser-$_commit
-  python setup.py install --root="$pkgdir" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 
   install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
 
   rm -r "$pkgdir"/usr/{readme,requirements,testOutput}
+
+  local _py3_ver=$(python --version | cut -d " " -f2)
+  rm -rf "$pkgdir/usr/lib/python${_py3_ver%.*}/site-packages/tests"
 }



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

2022-01-31 Thread Caleb Maclennan via arch-commits
Date: Monday, January 31, 2022 @ 11:41:50
  Author: alerque
Revision: 1121222

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 11:41:42 UTC (rev 1121221)
+++ PKGBUILD2022-01-31 11:41:50 UTC (rev 1121222)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-wiktionaryparser
-pkgver=0.0.97.20210613
-_commit=71f396ef6e915b3d1461a41e8a7aec35063d30bf
-pkgrel=2
-pkgdesc="A tool to parse word data from wiktionary.com into a JSON object"
-url="https://github.com/Suyash458/WiktionaryParser";
-license=('MIT')
-arch=('any')
-depends=('python-beautifulsoup4' 'python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-deepdiff' 'python-parameterized' 'python-pytest')
-source=("https://github.com/Suyash458/WiktionaryParser/archive/$_commit/$pkgname-$_commit.tar.gz";)
-sha512sums=('533219d357c10e893cfc5504bd96dfbc34c1597afe98c4d20f7d49c1b66a8975636200f7c161ac116464df3a02ca9524aa63763c5dd804b516bf89274d4e94bb')
-
-prepare() {
-  cd WiktionaryParser-$_commit
-  sed -i 's/import mock/from unittest import mock/' tests/test_core.py
-}
-
-build() {
-  cd WiktionaryParser-$_commit
-  python setup.py build
-}
-
-check() {
-  cd WiktionaryParser-$_commit
-  pytest
-}
-
-package() {
-  cd WiktionaryParser-$_commit
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-
-  rm -r "$pkgdir"/usr/{readme,requirements,testOutput}
-}

Copied: python-wiktionaryparser/repos/community-any/PKGBUILD (from rev 1121221, 
python-wiktionaryparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 11:41:50 UTC (rev 1121222)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Caleb Maclennan 
+
+pkgname=python-wiktionaryparser
+pkgver=0.0.97.20210613
+_commit=71f396ef6e915b3d1461a41e8a7aec35063d30bf
+pkgrel=3
+pkgdesc="A tool to parse word data from wiktionary.com into a JSON object"
+url="https://github.com/Suyash458/WiktionaryParser";
+license=('MIT')
+arch=('any')
+depends=('python-beautifulsoup4' 'python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-deepdiff' 'python-parameterized' 'python-pytest')
+source=("https://github.com/Suyash458/WiktionaryParser/archive/$_commit/$pkgname-$_commit.tar.gz";)
+sha512sums=('533219d357c10e893cfc5504bd96dfbc34c1597afe98c4d20f7d49c1b66a8975636200f7c161ac116464df3a02ca9524aa63763c5dd804b516bf89274d4e94bb')
+
+prepare() {
+  cd WiktionaryParser-$_commit
+  sed -i 's/import mock/from unittest import mock/' tests/test_core.py
+}
+
+build() {
+  cd WiktionaryParser-$_commit
+  python setup.py build
+}
+
+check() {
+  cd WiktionaryParser-$_commit
+  pytest
+}
+
+package() {
+  cd WiktionaryParser-$_commit
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+
+  rm -r "$pkgdir"/usr/{readme,requirements,testOutput}
+
+  local _py3_ver=$(python --version | cut -d " " -f2)
+  rm -rf "$pkgdir/usr/lib/python${_py3_ver%.*}/site-packages/tests"
+}



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

2022-01-31 Thread David Runge via arch-commits
Date: Monday, January 31, 2022 @ 11:51:49
  Author: dvzrv
Revision: 1121223

upgpkg: mumble 1.4.230-3: Rebuild to fix multiple issues.

Simplify cmake setup for mumble/murmur by sharing common options.
Set the BUILD_NUMBER cmake definition, which actually sets the patch level 
version...
https://bugs.archlinux.org/task/73550
Remove lsb-release from list of dependencies:
https://bugs.archlinux.org/task/73459
Add back grpc support to murmur, which upstream does not set by default anymore:
https://bugs.archlinux.org/task/73548

Modified:
  mumble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 11:41:50 UTC (rev 1121222)
+++ PKGBUILD2022-01-31 11:51:49 UTC (rev 1121223)
@@ -7,13 +7,13 @@
 pkgbase=mumble
 pkgname=('mumble' 'murmur')
 pkgver=1.4.230
-pkgrel=2
+pkgrel=3
 pkgdesc="An Open Source, low-latency, high quality voice chat software"
 arch=('x86_64')
 url="https://www.mumble.info/";
 license=('BSD')
 # shared depends
-depends=('gcc-libs' 'glibc' 'lsb-release' 'openssl' 'qt5-base')
+depends=('gcc-libs' 'glibc' 'openssl' 'qt5-base')
 # shared makedepends
 makedepends=('avahi' 'boost' 'cmake' 'poco' 'protobuf' 'python' 'qt5-tools' 
'speech-dispatcher')
 # mumble makedepends
@@ -54,28 +54,30 @@
 }
 
 build() {
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--Dwarnings-as-errors=OFF \
+  # upstream requires adding arbitrary build number specifically, as otherwise 
the version string is wrong:
+  # https://github.com/mumble-voip/mumble/issues/5538
+  local _build_number="$(cut -d '.' -f 3 <<< "$pkgver")"
+  local _default_options=(
+-D CMAKE_INSTALL_PREFIX=/usr
+-D CMAKE_BUILD_TYPE=None
+-D BUILD_NUMBER="$_build_number"
+-D warnings-as-errors=OFF
+-W no-dev
+-S "${pkgbase}-${pkgver}.src"
+  )
+
+  cmake "${_default_options[@]}" \
 -Dbundled-opus=OFF \
 -Dbundled-speex=OFF \
 -Dupdate=OFF \
 -Dserver=OFF \
--Wno-dev \
--B build-client \
--S "${pkgbase}-${pkgver}.src"
+-B build-client
   make VERBOSE=1 -C build-client
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--Dwarnings-as-errors=OFF \
--Dbundled-opus=OFF \
--Dbundled-speex=OFF \
--Dupdate=OFF \
+  cmake "${_default_options[@]}" \
+-Dgrpc=ON \
 -Dclient=OFF \
--Wno-dev \
--B build-server \
--S "${pkgbase}-${pkgver}.src"
+-B build-server
   make VERBOSE=1 -C build-server
 }
 
@@ -98,7 +100,7 @@
 package_murmur() {
   pkgdesc+=" (server)"
   # NOTE: avahi is dlopen'ed
-  depends+=('avahi' 'grpc' 'libcap.so' 'libdns_sd.so' 'libprotobuf.so' 
'zeroc-ice')
+  depends+=('avahi' 'libcap.so' 'libdns_sd.so' 'libgrpc++.so' 'libprotobuf.so' 
'zeroc-ice')
   backup=('etc/murmur.ini')
   install=murmur.install
 



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

2022-01-31 Thread David Runge via arch-commits
Date: Monday, January 31, 2022 @ 11:52:06
  Author: dvzrv
Revision: 1121224

archrelease: copy trunk to community-x86_64

Added:
  mumble/repos/community-x86_64/PKGBUILD
(from rev 1121223, mumble/trunk/PKGBUILD)
  mumble/repos/community-x86_64/mumble-1.4.230-configuration.patch
(from rev 1121223, mumble/trunk/mumble-1.4.230-configuration.patch)
  mumble/repos/community-x86_64/murmur.dbus.conf
(from rev 1121223, mumble/trunk/murmur.dbus.conf)
  mumble/repos/community-x86_64/murmur.install
(from rev 1121223, mumble/trunk/murmur.install)
  mumble/repos/community-x86_64/murmur.service
(from rev 1121223, mumble/trunk/murmur.service)
  mumble/repos/community-x86_64/murmur.sysusers
(from rev 1121223, mumble/trunk/murmur.sysusers)
  mumble/repos/community-x86_64/murmur.tmpfiles
(from rev 1121223, mumble/trunk/murmur.tmpfiles)
Deleted:
  mumble/repos/community-x86_64/PKGBUILD
  mumble/repos/community-x86_64/mumble-1.4.230-configuration.patch
  mumble/repos/community-x86_64/murmur.dbus.conf
  mumble/repos/community-x86_64/murmur.install
  mumble/repos/community-x86_64/murmur.service
  mumble/repos/community-x86_64/murmur.sysusers
  mumble/repos/community-x86_64/murmur.tmpfiles

+
 PKGBUILD   |  248 +--
 mumble-1.4.230-configuration.patch |   42 ++---
 murmur.dbus.conf   |   44 +++---
 murmur.install |   12 -
 murmur.service |   72 +-
 murmur.sysusers|2 
 murmur.tmpfiles|4 
 7 files changed, 213 insertions(+), 211 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 11:51:49 UTC (rev 1121223)
+++ PKGBUILD2022-01-31 11:52:06 UTC (rev 1121224)
@@ -1,123 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: David Runge 
-# Contributor: Lauri Niskanen 
-# Contributor: sebastian.sal...@gmx.de
-# Contributor: Doc Angelo
-
-pkgbase=mumble
-pkgname=('mumble' 'murmur')
-pkgver=1.4.230
-pkgrel=2
-pkgdesc="An Open Source, low-latency, high quality voice chat software"
-arch=('x86_64')
-url="https://www.mumble.info/";
-license=('BSD')
-# shared depends
-depends=('gcc-libs' 'glibc' 'lsb-release' 'openssl' 'qt5-base')
-# shared makedepends
-makedepends=('avahi' 'boost' 'cmake' 'poco' 'protobuf' 'python' 'qt5-tools' 
'speech-dispatcher')
-# mumble makedepends
-makedepends+=('alsa-lib' 'hicolor-icon-theme' 'jack' 'libpulse' 'libsndfile'
-'libspeechd' 'libx11' 'libxi' 'mesa' 'opus' 'qt5-svg' 'speex' 'xdg-utils')
-# murmur makedepends
-makedepends+=('grpc' 'libcap' 'zeroc-ice')
-source=(
-  
"https://github.com/mumble-voip/mumble/releases/download/v${pkgver}/mumble-${pkgver}.tar.gz"{,.sig}
-  "murmur.dbus.conf"
-  "murmur.service"
-  "murmur.sysusers"
-  "murmur.tmpfiles"
-  "${pkgname}-1.4.230-configuration.patch"
-)
-sha512sums=('6cffc7a95d88b33876f4093b99266468210f5c14f190fbd2fbe4991bef91a567e55296e7c8c6cc99e19c054853211085cc3cc08109e367e6776afb70766b3a53'
-'SKIP'
-
'97c7effdddec324e40195c36ef4927950a5de26d2ee2d268d89df6fb547207bbbe30292773316cae6f57ec9923244f205fb0edc377b798771ba7385e3c11d86a'
-
'a4d82a28e0e4277ca2f198285d164ae55e052a5f6b582ac1b4aa98409fea425c93e8f86f61878bd0b176ed33d307d16b877f34941f32e2147a38778a8554e25d'
-
'5af28d0c2b2b072cfbd500b5f63549e88a86cf3fc15e4d2df89e787c4d2bafdecbe078a518e0d1b25d82f9873cb06838ec1c9ebed625ffb7e8c80fcd942ebf74'
-
'411784e8e0dcf6c163780ae895ae1a6bdad0bb2dd2b128911c484ac3eff073d95c5791b625493a2b8296d24bd7e6ac72d3c42180817e48b29f0c6a8fd841807c'
-
'e35dee4ce1cca15747330ba21892064adec85feb9937a89aea95ccf2c668746075fbe1c343e26ba2ac26a9e36144fb0b3eb0f44d85e6d258040bcd3500818a31')
-b2sums=('da433f3c15d7e45dfac0c8a78c9dbe86ba8d5cd078d2d87fd4d90718968fc9e5928c3c5c5ba2e40a8a54d02a646c5fc6a7ee2fff4b71dfa411d74f395b097c26'
-'SKIP'
-
'a416d071d9658fc3f3ea267d6ff24237317f5c05b59fe1578e5a4cb4911840896bf5e524a143f5c70a797da9f343312468720f03343b4b66bea20e94aa316cc2'
-
'4d8f84bccb7064e401f9d0ca2723b4a072a30e0eda0b458e22324f2c672c2684253776c441abdcccf29ab7d27887ffe8dc6394c08eb43ae9cf4498d5b00ca888'
-
'9909371a0d1c06d2aa00f161aebb19266aad0253b407dd01da5325f4f307678bba28a89596bd2ec97df5844068856c10bb4b10acad7bf170dd2853b3e11c48cd'
-
'999b2848c718f25a2d8257595194521e08d36d101906d76b137218f0a19f2451b7e1adc0c013e1f1c3448145b89a1e88f46cb1c9da2737379227d3574d10'
-
'd77b81c5ac39561e3df087ad325e88909b083dad95a25c7106a941645354c87d07ea5d41eec5aa4a77a402cadbe8230a4a1c641d8414d11174e4b3254fc18647')
-# See https://github.com/mumble-voip/mumble-gpg-signatures
-validpgpkeys=(
-'1EDEBE2A93CB97FA9903D52E25F63C66245DFC60'  # Mumble Automatic Build 
Infrastructure 2022 
-)
-
-prepare() {
-  cd "${pkgbase}-${pkgver}.src"
-  patch -Np1 -i ../"${pkgname}-1.4.230-configuration.patch"
-}
-
-build

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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 12:21:42
  Author: alucryd
Revision: 1121225

ffmpeg rebuild: gerbera 1.9.2-2

Modified:
  gerbera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 11:52:06 UTC (rev 1121224)
+++ PKGBUILD2022-01-31 12:21:42 UTC (rev 1121225)
@@ -4,24 +4,31 @@
 
 pkgname=gerbera
 pkgver=1.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="UPnP Media Server (Based on MediaTomb)"
 arch=(x86_64)
 url="https://github.com/gerbera/gerbera";
 license=('GPL2')
 depends=('taglib' 'curl' 'sqlite' 'file' 'gcc-libs' 'libupnp' 'duktape' 
'libexif' 'fmt'
-'pugixml' 'spdlog' 'ffmpeg' 'ffmpegthumbnailer' 'libmatroska')
+   'pugixml' 'spdlog' 'ffmpeg' 'ffmpegthumbnailer' 'libmatroska')
 optdepends=('libmariadbclient')
 makedepends=('cmake')
 install=gerbera.install
 options=('emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/gerbera/gerbera/archive/v$pkgver.tar.gz";
+   
https://github.com/gerbera/gerbera/commit/82d84ac5e62c23e717198fc7b2ef190ff95e70d1.patch
 # fmt 8 support
gerbera.sysusers
gerbera.tmpfiles)
 sha256sums=('dee562cc5d22e8442e2fe1620b073bda612c80f9c4a811c647db06c1c4cd'
+'a0bc6664e9c2bab50d1628b2c6560e0c8d33fdd18eb7f6763dd765fe80a6e909'
 '0b55a4e1886f7aad0528446658433327815fd3f4d06e260518423f86dbe32dcc'
 '452f5d4b5661e0262cb4a48d62a54f5f26d53c6d3aebf502cde072214a8b30d8')
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -Np1 -i ../82d84ac5e62c23e717198fc7b2ef190ff95e70d1.patch
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
# Gerbera build options can be found here: 
https://github.com/gerbera/gerbera/blob/master/CMakeLists.txt



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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 12:21:53
  Author: alucryd
Revision: 1121226

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

Copied: gerbera/repos/community-staging-x86_64/gerbera.sysusers (from rev 
1121225, gerbera/trunk/gerbera.sysusers)
===
--- community-staging-x86_64/gerbera.sysusers   (rev 0)
+++ community-staging-x86_64/gerbera.sysusers   2022-01-31 12:21:53 UTC (rev 
1121226)
@@ -0,0 +1,2 @@
+u gerbera   -  "Gerbera daemon user" /var/lib/gerbera
+m gerbera video

Copied: gerbera/repos/community-staging-x86_64/gerbera.tmpfiles (from rev 
1121225, gerbera/trunk/gerbera.tmpfiles)
===
--- community-staging-x86_64/gerbera.tmpfiles   (rev 0)
+++ community-staging-x86_64/gerbera.tmpfiles   2022-01-31 12:21:53 UTC (rev 
1121226)
@@ -0,0 +1,4 @@
+d /var/lib/gerbera 075

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

2022-01-31 Thread Tobias Powalowski via arch-commits
Date: Monday, January 31, 2022 @ 12:46:56
  Author: tpowa
Revision: 435608

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 10:51:16 UTC (rev 435607)
+++ PKGBUILD2022-01-31 12:46:56 UTC (rev 435608)
@@ -1,49 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.01
-pkgrel=91
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 435607, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 12:46:56 UTC (rev 435608)
@@ -0,0 +1,49 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.01
+pkgrel=91
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' '

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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 13:44:57
  Author: alucryd
Revision: 1121227

ffmpeg4.4 rebuild: hedgewars 1.0.0-250

Modified:
  hedgewars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 12:21:53 UTC (rev 1121226)
+++ PKGBUILD2022-01-31 13:44:57 UTC (rev 1121227)
@@ -4,12 +4,12 @@
 
 pkgname=hedgewars
 pkgver=1.0.0
-pkgrel=249
+pkgrel=250
 pkgdesc="Turn-based strategy artillery game similiar to Worms"
 arch=('x86_64')
 url="https://hedgewars.org";
 license=('GPL' 'custom')
-depends=('qt5-base' 'sdl2' 'sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 
'lua51' 'ffmpeg' 'glut'
+depends=('qt5-base' 'sdl2' 'sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 
'lua51' 'ffmpeg4.4' 'glut'
  'physfs' 'ghc-libs' 'haskell-entropy' 'haskell-sha' 'haskell-random' 
'haskell-regex-tdfa'
  'haskell-sandi' 'haskell-hslogger' 'haskell-network' 
'haskell-network-bsd'
  'haskell-utf8-string' 'haskell-vector')
@@ -32,6 +32,7 @@
 
 build() {
   cd hedgewars-src-$pkgver
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
   cmake \
 -DCMAKE_BUILD_TYPE="Release" \
 -DCMAKE_INSTALL_PREFIX=/usr \



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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 13:45:07
  Author: alucryd
Revision: 1121228

archrelease: copy trunk to community-staging-x86_64

Added:
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 1121227, hedgewars/trunk/PKGBUILD)

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

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 1121227, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-31 13:45:07 UTC (rev 1121228)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Contributor: Sergej Pupykin 
+# Contributor: Tinxy 
+
+pkgname=hedgewars
+pkgver=1.0.0
+pkgrel=250
+pkgdesc="Turn-based strategy artillery game similiar to Worms"
+arch=('x86_64')
+url="https://hedgewars.org";
+license=('GPL' 'custom')
+depends=('qt5-base' 'sdl2' 'sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 
'lua51' 'ffmpeg4.4' 'glut'
+ 'physfs' 'ghc-libs' 'haskell-entropy' 'haskell-sha' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-sandi' 'haskell-hslogger' 'haskell-network' 
'haskell-network-bsd'
+ 'haskell-utf8-string' 'haskell-vector')
+makedepends=('fpc' 'cmake' 'qt5-tools' 'ghc' 'haskell-bytestring-show' 
'haskell-zlib'
+ 'haskell-base-prelude' 'imagemagick' 'mesa')
+source=("https://www.hedgewars.org/download/releases/hedgewars-src-$pkgver.tar.bz2";
+
hedgewars-network-3.patch::https://github.com/hedgewars/hw/commit/f813f3d5b63bb5be1b5e0b44930e77656c547aad.patch)
+sha512sums=('9aeb904550239040a878a0e7ae5006aa4d824124b61d813b9e6f6dfe1bd1c8f5fe395e0fd6e58d685ef1259abd4669e03b985be129c620be15f6e5ad82519ec2'
+
'1b36e26986897f613a6ce98479114035be1d76fe256e50d4743506f8d5651ff09a1d694f501a286ca6444d21ca24d52f878cf42be098943fb798c44dca227abf')
+
+prepare() {
+  cd hedgewars-src-$pkgver
+  patch -p1 -i ../hedgewars-network-3.patch 
+  sed -i 's|set(ghc_flags|set(ghc_flags -dynamic|' gameServer/CMakeLists.txt
+  sed -i '/#include /a #include ' 
QTfrontend/ui/page/pagegamestats.cpp
+
+  # https://bugs.freepascal.org/view.php?id=37286
+  sed -i 's/procedure ShiftWorld(Dir: LongInt); inline;/procedure 
ShiftWorld(Dir: LongInt);/' hedgewars/uWorld.pas
+}
+
+build() {
+  cd hedgewars-src-$pkgver
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
+  cmake \
+-DCMAKE_BUILD_TYPE="Release" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDATA_INSTALL_DIR=/usr/share/hedgewars \
+-DNOSERVER=0 \
+.
+  make
+
+  # resize icon
+  for _size in 16 32 48 64 128 256; do
+convert +set date:create +set date:modify misc/hedgewars.png -resize 
${_size}x${_size} hedgewars_${_size}.png
+  done
+}
+
+package() {
+  cd hedgewars-src-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 Fonts_LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/Fonts_LICENSE.txt
+
+  # install icons
+  install -D -m644 misc/hedgewars.png 
"$pkgdir"/usr/share/icons/hicolor/512x512/apps/hedgewars.png
+  for _size in 16 32 48 64 128 256; do
+install -D -m644 hedgewars_${_size}.png 
"$pkgdir"/usr/share/icons/hicolor/${_size}x${_size}/apps/hedgewars.png
+  done
+  rm -rf "$pkgdir"/usr/share/pixmaps
+
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
"$pkgdir"/usr/share/applications/hedgewars.desktop
+}



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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 13:50:37
  Author: alucryd
Revision: 1121229

ffmpeg4.4 rebuild: aubio 0.4.9-12

Modified:
  aubio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 13:45:07 UTC (rev 1121228)
+++ PKGBUILD2022-01-31 13:50:37 UTC (rev 1121229)
@@ -5,12 +5,12 @@
 pkgbase=aubio
 pkgname=('aubio' 'python-aubio')
 pkgver=0.4.9
-pkgrel=11
+pkgrel=12
 pkgdesc="A tool for extracting annotations from audio signals"
 arch=('x86_64')
 url="https://aubio.org/";
 license=('GPL3')
-makedepends=('doxygen' 'ffmpeg' 'fftw' 'jack' 'libsamplerate' 'libsndfile'
+makedepends=('doxygen' 'ffmpeg4.4' 'fftw' 'jack' 'libsamplerate' 'libsndfile'
 'python-numpy' 'python-setuptools' 'python-sphinx' 'txt2man' 'waf')
 checkdepends=('python-pytest')
 source=("https://${pkgbase}.org/pub/${pkgbase}-${pkgver}.tar.bz2";)
@@ -25,6 +25,7 @@
 build() {
   cd "${pkgbase}-${pkgver}"
   export LINKFLAGS="$LDFLAGS"
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
   waf configure --prefix=/usr \
 --alltests \
 --enable-fftw3 \



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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 13:50:51
  Author: alucryd
Revision: 1121230

archrelease: copy trunk to community-staging-x86_64

Added:
  aubio/repos/community-staging-x86_64/
  aubio/repos/community-staging-x86_64/PKGBUILD
(from rev 1121229, aubio/trunk/PKGBUILD)

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

Copied: aubio/repos/community-staging-x86_64/PKGBUILD (from rev 1121229, 
aubio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-31 13:50:51 UTC (rev 1121230)
@@ -0,0 +1,72 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Tobias Kieslich tobias [funnychar] archlinux org
+
+pkgbase=aubio
+pkgname=('aubio' 'python-aubio')
+pkgver=0.4.9
+pkgrel=12
+pkgdesc="A tool for extracting annotations from audio signals"
+arch=('x86_64')
+url="https://aubio.org/";
+license=('GPL3')
+makedepends=('doxygen' 'ffmpeg4.4' 'fftw' 'jack' 'libsamplerate' 'libsndfile'
+'python-numpy' 'python-setuptools' 'python-sphinx' 'txt2man' 'waf')
+checkdepends=('python-pytest')
+source=("https://${pkgbase}.org/pub/${pkgbase}-${pkgver}.tar.bz2";)
+sha512sums=('0cb81bb4b15051db3f3f4d160d500af56fdfb237e0a74e3f366f53c2870030aa0a7cee8469a611a9694c36b8866d3d42ffb48241c999de08f3fee43e6d903130')
+b2sums=('b849d92678ea8fb20e17921b1a61fdc85a84d4a528acfefa3278169ab5f7fe935217ec37dd9f931202f0f0a1fd3a9518372afbce34cc2dd3ca30c6b4e5d9a301')
+
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+  rm -rv waflib
+}
+
+build() {
+  cd "${pkgbase}-${pkgver}"
+  export LINKFLAGS="$LDFLAGS"
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
+  waf configure --prefix=/usr \
+--alltests \
+--enable-fftw3 \
+--libdir=/usr/lib
+  waf build
+  python setup.py build
+}
+
+check() {
+  local _py3_ver=$(python3 -c "import sys; 
print(str(sys.version_info.major)+'.'+str(sys.version_info.minor))")
+  cd "${pkgbase}-${pkgver}"
+  PYTHONPATH="build/lib.linux-$CARCH-${_py3_ver}:${PYTHONPATH}" \
+  LD_LIBRARY_PATH="${PWD}/build/src" \
+  PYTHONDONTWRITEBYTECODE=1 \
+  pytest -v python/tests
+}
+
+package_aubio() {
+  pkgdesc="A tool for extracting annotations from audio signals"
+  depends=('fftw' 'glibc' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+  'libjack.so' 'libsamplerate.so' 'libsndfile.so' 'libswresample.so')
+  optdepends=('python-aubio: Python bindings')
+  provides=('libaubio.so')
+  groups=('pro-audio')
+
+  cd "${pkgname}-${pkgver}"
+  waf --destdir="${pkgdir}" install
+  # move doc, as waf configure doesn't honor the htmldir and docdir settings
+  mv -v "${pkgdir}/usr/share/doc/lib${pkgname}-doc" \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 {AUTHORS,ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+
+package_python-aubio() {
+  pkgdesc="Python bindings for aubio"
+  depends=('glibc' 'libaubio.so' 'python-numpy')
+
+  cd "${pkgbase}-${pkgver}"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 {AUTHORS,ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+# vim:set ts=2 sw=2 et:



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

2022-01-31 Thread Remi Rgacogne via arch-commits
Date: Monday, January 31, 2022 @ 14:05:24
  Author: rgacogne
Revision: 1121231

upgpkg: powerdns-recursor 4.6.0-3: OpenSSL 3.0.x compatibility

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 13:50:51 UTC (rev 1121230)
+++ PKGBUILD2022-01-31 14:05:24 UTC (rev 1121231)
@@ -6,7 +6,7 @@
 
 pkgname=powerdns-recursor
 pkgver=4.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')
@@ -18,17 +18,19 @@
 conflicts=('pdns-recursor')
 backup=('etc/powerdns/recursor.conf')
 
source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}
+
openssl-3.0.patch::https://github.com/PowerDNS/pdns/commit/fd91586b4f6d21c65ff47b7c82348a6885b81e83.diff
 sysusers.conf)
 
sha512sums=('ca7e7a4aed904a68f4dcb25e62393d44cbe5a1b64b76882b086e3dcfc08face8d399d2652aeb3c03d8a68b2c9531e78223b815256d7d9e82777621aba8ad068b'
 'SKIP'
+
'f180ae8111244f3a0faf884f6f5997b1fcef0eefa30c154d7d44bd2948acdfd742cb4e2410f0855579f36c02e39a3afab691d4201400ebc191c5b669d86e'
 
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

+validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

   '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

 
 prepare() {
   cd pdns-recursor-${pkgver}
   autoreconf -i
+  patch -p2 < ../openssl-3.0.patch
 }
 
 build() {



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

2022-01-31 Thread Remi Rgacogne via arch-commits
Date: Monday, January 31, 2022 @ 14:05:47
  Author: rgacogne
Revision: 1121232

archrelease: copy trunk to community-x86_64

Added:
  powerdns-recursor/repos/community-x86_64/PKGBUILD
(from rev 1121231, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-x86_64/sysusers.conf
(from rev 1121231, powerdns-recursor/trunk/sysusers.conf)
Deleted:
  powerdns-recursor/repos/community-x86_64/PKGBUILD
  powerdns-recursor/repos/community-x86_64/sysusers.conf

---+
 PKGBUILD  |  118 
 sysusers.conf |2 
 2 files changed, 61 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 14:05:24 UTC (rev 1121231)
+++ PKGBUILD2022-01-31 14:05:47 UTC (rev 1121232)
@@ -1,58 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Remi Gacogne 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Jan Steffens 
-
-pkgname=powerdns-recursor
-pkgver=4.6.0
-pkgrel=2
-pkgdesc='Resolving DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('gcc-libs' 'boost-libs' 'libcurl.so' 'libsodium' 'systemd-libs' 
'luajit' 'openssl'
- 'libboost_context.so' 'fstrm' 'net-snmp')
-makedepends=('boost' 'pandoc' 'ragel' 'systemd')
-provides=('pdns-recursor')
-conflicts=('pdns-recursor')
-backup=('etc/powerdns/recursor.conf')
-source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}
-sysusers.conf)
-sha512sums=('ca7e7a4aed904a68f4dcb25e62393d44cbe5a1b64b76882b086e3dcfc08face8d399d2652aeb3c03d8a68b2c9531e78223b815256d7d9e82777621aba8ad068b'
-'SKIP'
-
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

-  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

-
-prepare() {
-  cd pdns-recursor-${pkgver}
-  autoreconf -i
-}
-
-build() {
-  cd pdns-recursor-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc/powerdns \
---disable-silent-rules \
---enable-reproducible \
---enable-systemd \
---enable-dns-over-tls \
---with-libsodium \
---with-lua=luajit \
---with-service-user=pdns-recursor \
---with-service-group=pdns-recursor
-  make
-}
-
-package() {
-  cd pdns-recursor-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
-  install -Dm 644 "${srcdir}/sysusers.conf" 
"${pkgdir}/usr/lib/sysusers.d/powerdns-recursor.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: powerdns-recursor/repos/community-x86_64/PKGBUILD (from rev 1121231, 
powerdns-recursor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 14:05:47 UTC (rev 1121232)
@@ -0,0 +1,60 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Remi Gacogne 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+
+pkgname=powerdns-recursor
+pkgver=4.6.0
+pkgrel=3
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('gcc-libs' 'boost-libs' 'libcurl.so' 'libsodium' 'systemd-libs' 
'luajit' 'openssl'
+ 'libboost_context.so' 'fstrm' 'net-snmp')
+makedepends=('boost' 'pandoc' 'ragel' 'systemd')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}
+
openssl-3.0.patch::https://github.com/PowerDNS/pdns/commit/fd91586b4f6d21c65ff47b7c82348a6885b81e83.diff
+sysusers.conf)
+sha512sums=('ca7e7a4aed904a68f4dcb25e62393d44cbe5a1b64b76882b086e3dcfc08face8d399d2652aeb3c03d8a68b2c9531e78223b815256d7d9e82777621aba8ad068b'
+'SKIP'
+
'f180ae8111244f3a0faf884f6f5997b1fcef0eefa30c154d7d44bd2948acdfd742cb4e2410f0855579f36c02e39a3afab691d4201400ebc191c5b669d86e'
+
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
+validpgpkeys=('FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

+  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

+
+prepare() {
+  cd pdns-recursor-${pkgver}
+  autoreconf -i
+  patch -p2 < ../openssl-3.0.patch
+}
+
+build() {
+  cd pdns-recursor-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/powerdns \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-systemd \
+--enable-dns-over-tls \
+--with-libsodium \
+--with-lua=luajit \
+--with-service-

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

2022-01-31 Thread Tobias Powalowski via arch-commits
Date: Monday, January 31, 2022 @ 14:06:27
  Author: tpowa
Revision: 435609

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 12:46:56 UTC (rev 435608)
+++ PKGBUILD2022-01-31 14:06:27 UTC (rev 435609)
@@ -1,49 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.01
-pkgrel=91
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 435608, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 14:06:27 UTC (rev 435609)
@@ -0,0 +1,49 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.01
+pkgrel=91
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' '

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

2022-01-31 Thread Tobias Powalowski via arch-commits
Date: Monday, January 31, 2022 @ 14:09:25
  Author: tpowa
Revision: 435610

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 14:06:27 UTC (rev 435609)
+++ PKGBUILD2022-01-31 14:09:25 UTC (rev 435610)
@@ -1,49 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.01
-pkgrel=91
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 435609, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 14:09:25 UTC (rev 435610)
@@ -0,0 +1,49 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.01
+pkgrel=91
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' '

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

2022-01-31 Thread Tobias Powalowski via arch-commits
Date: Monday, January 31, 2022 @ 14:12:27
  Author: tpowa
Revision: 435611

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 14:09:25 UTC (rev 435610)
+++ PKGBUILD2022-01-31 14:12:27 UTC (rev 435611)
@@ -1,49 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.01
-pkgrel=91
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 435610, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 14:12:27 UTC (rev 435611)
@@ -0,0 +1,49 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.01
+pkgrel=91
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' '

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

2022-01-31 Thread Daurnimator via arch-commits
Date: Monday, January 31, 2022 @ 14:20:47
  Author: daurnimator
Revision: 1121233

upgpkg: luajit 2.1.0.beta3.r384.g1d7b5029-1

  - Swap over to LuaJIT git HEAD. See 
https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
  - Create debug package

Modified:
  luajit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 14:05:47 UTC (rev 1121232)
+++ PKGBUILD2022-01-31 14:20:47 UTC (rev 1121233)
@@ -5,26 +5,33 @@
 # Contributor: Anders Bergh 
 
 pkgname=luajit
-pkgver=2.0.5
-pkgrel=3
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=1d7b5029c5ba36870d25c67524034d452b761d27
+pkgver="2.1.0.beta3.r384.g${_commit::8}"
+pkgrel=1
 pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
 arch=('x86_64')
 url='https://luajit.org/'
 license=('MIT')
 depends=('gcc-libs')
-source=("https://luajit.org/download/LuaJIT-$pkgver.tar.gz";)
-md5sums=('48353202cbcacab84ee41a5a70ea0a2c')
-sha256sums=('874b1f8297c697821f561f9b73b57ffd419ed8f4278c82e05b48806d30c1e979')
-b2sums=('961c8622e19b0e66a76a875cb46ad149cb2559b5af41f360dc41dd0d6bb924583e6477dd1329f67c2ac6ea4b8dc42c5e2f4d63ea49400aba4d9e7c7e85e4b085')
+options=(debug)
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz";)
+md5sums=('c9231846c3a5006826aef8f668a182dd')
+sha256sums=('cbcb73645d48aae0285883c1132a4e7b882b4c9f8d2ecf0ccdcfd795443e186d')
+b2sums=('eb4510c745dd2cb3b6444b434fc70d24088dad2d3a82e4e08d97bafdda07a564084c850d695958889d39635bfaea1e012737f0cc31c257a62330eda2fdc5')
 
 build() {
-  cd "LuaJIT-$pkgver"
-  make amalg PREFIX=/usr
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
 }
 
 package() {
-  cd "LuaJIT-$pkgver"
+  cd "luajit-2.0-${_commit::7}"
 
   make install DESTDIR="$pkgdir" PREFIX=/usr
   install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
 }



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

2022-01-31 Thread Daurnimator via arch-commits
Date: Monday, January 31, 2022 @ 14:21:08
  Author: daurnimator
Revision: 1121234

archrelease: copy trunk to community-testing-x86_64

Added:
  luajit/repos/community-testing-x86_64/
  luajit/repos/community-testing-x86_64/PKGBUILD
(from rev 1121233, luajit/trunk/PKGBUILD)

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

Copied: luajit/repos/community-testing-x86_64/PKGBUILD (from rev 1121233, 
luajit/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-01-31 14:21:08 UTC (rev 1121234)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Chris Brannon 
+# Contributor: Paulo Matias 
+# Contributor: Anders Bergh 
+
+pkgname=luajit
+# LuaJIT has abandoned versioned releases and now advises using git HEAD
+# https://github.com/LuaJIT/LuaJIT/issues/665#issuecomment-784452583
+_commit=1d7b5029c5ba36870d25c67524034d452b761d27
+pkgver="2.1.0.beta3.r384.g${_commit::8}"
+pkgrel=1
+pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1'
+arch=('x86_64')
+url='https://luajit.org/'
+license=('MIT')
+depends=('gcc-libs')
+options=(debug)
+source=("LuaJIT-${_commit}.tar.gz::https://repo.or.cz/luajit-2.0.git/snapshot/${_commit}.tar.gz";)
+md5sums=('c9231846c3a5006826aef8f668a182dd')
+sha256sums=('cbcb73645d48aae0285883c1132a4e7b882b4c9f8d2ecf0ccdcfd795443e186d')
+b2sums=('eb4510c745dd2cb3b6444b434fc70d24088dad2d3a82e4e08d97bafdda07a564084c850d695958889d39635bfaea1e012737f0cc31c257a62330eda2fdc5')
+
+build() {
+  cd "luajit-2.0-${_commit::7}"
+  # Avoid early stripping
+  make amalg PREFIX=/usr BUILDMODE=dynamic TARGET_STRIP=" @:"
+}
+
+package() {
+  cd "luajit-2.0-${_commit::7}"
+
+  make install DESTDIR="$pkgdir" PREFIX=/usr
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+
+  ln -sf luajit-2.1.0-beta3 "$pkgdir/usr/bin/luajit"
+}



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 14:22:58
  Author: arojas
Revision: 435612

Update to 3.2.0, add debug symbols

Modified:
  falkon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 14:12:27 UTC (rev 435611)
+++ PKGBUILD2022-01-31 14:22:58 UTC (rev 435612)
@@ -1,38 +1,25 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=falkon
-pkgver=3.1.0
-pkgrel=16
-pkgdesc="Cross-platform QtWebEngine browser"
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Cross-platform QtWebEngine browser'
 arch=(x86_64)
-url="https://www.falkon.org/";
+url='https://www.falkon.org/'
 license=(GPL3)
 depends=(qt5-webengine qt5-x11extras qt5-svg)
 makedepends=(extra-cmake-modules qt5-tools kio purpose libgnome-keyring 
pyside2 shiboken2)
-optdepends=('kio: KDE integration' 'purpose: KDE integration' 
'libgnome-keyring: gnome keyring integration'
+optdepends=('kio: KDE integration'
+'purpose: KDE integration'
+'libgnome-keyring: gnome keyring integration'
 'pyside2: Python plugins')
-replaces=(qupzilla)
-source=(https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
-
falkon-pyside-5.12.2.patch::"https://invent.kde.org/network/falkon/-/commit/479933e0.patch";
-
falkon-qt-5.14.patch::"https://invent.kde.org/network/falkon/-/commit/bbde5c69.patch";
-
falkon-qt-5.15.patch::"https://invent.kde.org/network/falkon/-/commit/2ca83509.patch";
-
falkon-shiboken-5.15.2.patch::"https://invent.kde.org/network/falkon/merge_requests/11.patch";)
-sha256sums=('ce743cd80c0e2d525a784e29c9b487f73480119b0567f9ce8ef1f44cca527587'
-'SKIP'
-'6ca8fe7339229eb36fe8124e0071237f6dff06de38043a23a325a0fd0361e4e0'
-'ab7a8a1952e7efb5c3e9a3983d049132a7b56b29bd0007c7a0a8506189d86ec8'
-'24c2ca89295367a7e64c2c62ebd6400110472f51f2bc7937ae0e5a80b2bd5ad4'
-'db4e20d66a6dd6e63b7edb632bad1be8123beded078a4e8a1b9f4a19f460a419')
-validpgpkeys=(3CB7B8416EF6778B409FDC43EBC3FC294452C6D8) # David Rosca 

+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('f4ff925b7572b6e035424face86d05ca2df66723061bc57f2b1615c2c09012aa'
+'SKIP')
+validpgpkeys=(3CB7B8416EF6778B409FDC43EBC3FC294452C6D8  # David Rosca 

+  E0A3EB202F8E57528E13E72FD7574483BB57B18D) # Jonathan Esk-Riddell 

+options=(debug)
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../falkon-pyside-5.12.2.patch # Fix build with PySide 5.12.2
-  patch -p1 -i ../falkon-qt-5.14.patch # Fix build with Qt 5.14
-  patch -p1 -i ../falkon-qt-5.15.patch # Fix build with Qt 5.15
-  patch -p1 -i ../falkon-shiboken-5.15.2.patch # Fix build with shiboken 5.15.2
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 14:23:12
  Author: arojas
Revision: 435613

archrelease: copy trunk to extra-x86_64

Added:
  falkon/repos/extra-x86_64/PKGBUILD
(from rev 435612, falkon/trunk/PKGBUILD)
Deleted:
  falkon/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 14:22:58 UTC (rev 435612)
+++ PKGBUILD2022-01-31 14:23:12 UTC (rev 435613)
@@ -1,44 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=falkon
-pkgver=3.1.0
-pkgrel=16
-pkgdesc="Cross-platform QtWebEngine browser"
-arch=(x86_64)
-url="https://www.falkon.org/";
-license=(GPL3)
-depends=(qt5-webengine qt5-x11extras qt5-svg)
-makedepends=(extra-cmake-modules qt5-tools kio purpose libgnome-keyring 
pyside2 shiboken2)
-optdepends=('kio: KDE integration' 'purpose: KDE integration' 
'libgnome-keyring: gnome keyring integration'
-'pyside2: Python plugins')
-replaces=(qupzilla)
-source=(https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
-
falkon-pyside-5.12.2.patch::"https://invent.kde.org/network/falkon/-/commit/479933e0.patch";
-
falkon-qt-5.14.patch::"https://invent.kde.org/network/falkon/-/commit/bbde5c69.patch";
-
falkon-qt-5.15.patch::"https://invent.kde.org/network/falkon/-/commit/2ca83509.patch";
-
falkon-shiboken-5.15.2.patch::"https://invent.kde.org/network/falkon/merge_requests/11.patch";)
-sha256sums=('ce743cd80c0e2d525a784e29c9b487f73480119b0567f9ce8ef1f44cca527587'
-'SKIP'
-'6ca8fe7339229eb36fe8124e0071237f6dff06de38043a23a325a0fd0361e4e0'
-'ab7a8a1952e7efb5c3e9a3983d049132a7b56b29bd0007c7a0a8506189d86ec8'
-'24c2ca89295367a7e64c2c62ebd6400110472f51f2bc7937ae0e5a80b2bd5ad4'
-'db4e20d66a6dd6e63b7edb632bad1be8123beded078a4e8a1b9f4a19f460a419')
-validpgpkeys=(3CB7B8416EF6778B409FDC43EBC3FC294452C6D8) # David Rosca 

-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../falkon-pyside-5.12.2.patch # Fix build with PySide 5.12.2
-  patch -p1 -i ../falkon-qt-5.14.patch # Fix build with Qt 5.14
-  patch -p1 -i ../falkon-qt-5.15.patch # Fix build with Qt 5.15
-  patch -p1 -i ../falkon-shiboken-5.15.2.patch # Fix build with shiboken 5.15.2
-}
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: falkon/repos/extra-x86_64/PKGBUILD (from rev 435612, 
falkon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 14:23:12 UTC (rev 435613)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=falkon
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Cross-platform QtWebEngine browser'
+arch=(x86_64)
+url='https://www.falkon.org/'
+license=(GPL3)
+depends=(qt5-webengine qt5-x11extras qt5-svg)
+makedepends=(extra-cmake-modules qt5-tools kio purpose libgnome-keyring 
pyside2 shiboken2)
+optdepends=('kio: KDE integration'
+'purpose: KDE integration'
+'libgnome-keyring: gnome keyring integration'
+'pyside2: Python plugins')
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('f4ff925b7572b6e035424face86d05ca2df66723061bc57f2b1615c2c09012aa'
+'SKIP')
+validpgpkeys=(3CB7B8416EF6778B409FDC43EBC3FC294452C6D8  # David Rosca 

+  E0A3EB202F8E57528E13E72FD7574483BB57B18D) # Jonathan Esk-Riddell 

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



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

2022-01-31 Thread Christian Hesse via arch-commits
Date: Monday, January 31, 2022 @ 14:24:02
  Author: eworm
Revision: 435614

upgpkg: util-linux 2.37.3-2: rebuild for debug support

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 14:23:12 UTC (rev 435613)
+++ PKGBUILD2022-01-31 14:24:02 UTC (rev 435614)
@@ -7,13 +7,13 @@
 _pkgmajor=2.37
 _realver=${_pkgmajor}.3
 pkgver=${_realver/-/}
-pkgrel=1
+pkgrel=2
 pkgdesc='Miscellaneous system utilities for Linux'
 url='https://github.com/karelzak/util-linux'
 arch=('x86_64')
 makedepends=('asciidoctor' 'libcap-ng' 'libxcrypt' 'python' 'systemd')
 license=('GPL2')
-options=('strip')
+options=('debug' 'strip')
 validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
 
source=("https://www.kernel.org/pub/linux/utils/util-linux/v${_pkgmajor}/${pkgbase}-${_realver}.tar."{xz,sign}
 '0001-agetty-resolve-tty-name-even-if-stdin-is-specified.patch'



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

2022-01-31 Thread Christian Hesse via arch-commits
Date: Monday, January 31, 2022 @ 14:24:07
  Author: eworm
Revision: 435615

archrelease: copy trunk to testing-x86_64

Added:
  util-linux/repos/testing-x86_64/
  
util-linux/repos/testing-x86_64/0001-agetty-resolve-tty-name-even-if-stdin-is-specified.patch
(from rev 435614, 
util-linux/trunk/0001-agetty-resolve-tty-name-even-if-stdin-is-specified.patch)
  util-linux/repos/testing-x86_64/60-rfkill.rules
(from rev 435614, util-linux/trunk/60-rfkill.rules)
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 435614, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 435614, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 435614, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-runuser
(from rev 435614, util-linux/trunk/pam-runuser)
  util-linux/repos/testing-x86_64/pam-su
(from rev 435614, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/rfkill-block_.service
(from rev 435614, util-linux/trunk/rfkill-block_.service)
  util-linux/repos/testing-x86_64/rfkill-unblock_.service
(from rev 435614, util-linux/trunk/rfkill-unblock_.service)
  util-linux/repos/testing-x86_64/util-linux.sysusers
(from rev 435614, util-linux/trunk/util-linux.sysusers)

---+
 0001-agetty-resolve-tty-name-even-if-stdin-is-specified.patch |  104 
 60-rfkill.rules   |1 
 PKGBUILD  |  130 ++
 pam-common|6 
 pam-login |8 
 pam-runuser   |4 
 pam-su|   10 
 rfkill-block_.service |   10 
 rfkill-unblock_.service   |   10 
 util-linux.sysusers   |2 
 10 files changed, 285 insertions(+)

Copied: 
util-linux/repos/testing-x86_64/0001-agetty-resolve-tty-name-even-if-stdin-is-specified.patch
 (from rev 435614, 
util-linux/trunk/0001-agetty-resolve-tty-name-even-if-stdin-is-specified.patch)
===
--- 
testing-x86_64/0001-agetty-resolve-tty-name-even-if-stdin-is-specified.patch
(rev 0)
+++ 
testing-x86_64/0001-agetty-resolve-tty-name-even-if-stdin-is-specified.patch
2022-01-31 14:24:07 UTC (rev 435615)
@@ -0,0 +1,104 @@
+From 47831cc02ac0d71c335caecef1753f4c8861277c Mon Sep 17 00:00:00 2001
+From: tamz 
+Date: Thu, 6 Jan 2022 11:56:58 +0100
+Subject: [PATCH 1/1] agetty: resolve tty name even if stdin is specified
+
+[k...@redhat.com: - use "const" for options->tty (and friends)
+as expected by get_terminal_name()]
+
+Addresses: https://github.com/util-linux/util-linux/issues/1546
+Signed-off-by: tamz 
+Signed-off-by: Karel Zak 
+---
+ term-utils/agetty.c | 26 ++
+ 1 file changed, 18 insertions(+), 8 deletions(-)
+
+diff --git a/term-utils/agetty.c b/term-utils/agetty.c
+index 55d373461..22850786d 100644
+--- a/term-utils/agetty.c
 b/term-utils/agetty.c
+@@ -190,8 +190,8 @@ struct options {
+   char *chroot;   /* Chroot before the login */
+   char *login;/* login program */
+   char *logopt;   /* options for login program */
+-  char *tty;  /* name of tty */
+-  char *vcline;   /* line of virtual console */
++  const char *tty;/* name of tty */
++  const char *vcline; /* line of virtual console */
+   char *term; /* terminal type */
+   char *initstring;   /* modem init string */
+   char *issue;/* alternative issue file or directory 
*/
+@@ -203,6 +203,7 @@ struct options {
+   int numspeed;   /* number of baud rates to try */
+   int clocal; /* CLOCAL_MODE_* */
+   int kbmode; /* Keyboard mode if virtual console */
++  int tty_is_stdin;   /* is the tty the standard input stream 
*/
+   speed_t speeds[MAX_SPEED];  /* baud rates to be tried */
+ };
+ 
+@@ -319,7 +320,7 @@ static void init_special_char(char* arg, struct options 
*op);
+ static void parse_args(int argc, char **argv, struct options *op);
+ static void parse_speeds(struct options *op, char *arg);
+ static void update_utmp(struct options *op);
+-static void open_tty(char *tty, struct termios *tp, struct options *op);
++static void open_tty(const char *tty, struct termios *tp, struct options *op);
+ static void termio_init(struct options *op, struct termios *tp);
+ static void reset_vc(const struct options *o

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

2022-01-31 Thread David Runge via arch-commits
Date: Monday, January 31, 2022 @ 14:38:09
  Author: dvzrv
Revision: 1121236

upgpkg: mixxx 2.3.1-4: Rebuild against ffmpeg 5.0. 

Simplify quoting in file.
Add upstream patch for ffmpeg >= 5.0 support.
Simplify calls to make/cmake.

Modified:
  mixxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 14:37:11 UTC (rev 1121235)
+++ PKGBUILD2022-01-31 14:38:09 UTC (rev 1121236)
@@ -1,5 +1,5 @@
+# Maintainer: David Runge 
 # Maintainer: Lukas Fleischer 
-# Contributor: David Runge 
 # Contributor: Ali H. Caliskan 
 # Contributor: Ryan Coyner 
 # Contributor: Stefan Husmann 
@@ -6,55 +6,61 @@
 
 pkgname=mixxx
 pkgver=2.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Free, open source software for digital DJ'ing."
-arch=('x86_64')
+arch=(x86_64)
 url="https://www.mixxx.org";
-license=('GPL2')
-groups=('pro-audio')
+license=(GPL2)
+groups=(pro-audio)
 # TODO: package libshout-idjc
-depends=('gcc-libs' 'glibc' 'hidapi' 'lame' 'libglvnd' 'libmad' 'libmodplug'
-'libx11' 'openssl' 'opusfile' 'qt5-base' 'qt5-script' 'qt5-svg' 'qt5-x11extras'
-'qtkeychain' 'soundtouch' 'speex' 'sqlite' 'taglib' 'upower' 'wavpack')
-makedepends=('chromaprint' 'cmake' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib2' 'glu'
-'gperftools' 'libid3tag' 'libogg' 'libsndfile' 'libusb' 'libvorbis' 'lilv'
-'lv2' 'qt5-tools' 'portaudio' 'portmidi' 'protobuf' 'rubberband'
-'vamp-plugin-sdk')
-checkdepends=('xorg-server-xvfb')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}dj/${pkgname}/archive/${pkgver}.tar.gz";
-add-missing-include.patch)
+depends=(gcc-libs glibc hidapi lame libglvnd libmad libmodplug libx11 openssl
+opusfile qt5-base qt5-script qt5-svg qt5-x11extras qtkeychain soundtouch speex
+sqlite taglib upower wavpack)
+makedepends=(chromaprint cmake faad2 ffmpeg fftw flac glib2 glu gperftools
+libid3tag libogg libsndfile libusb libvorbis lilv lv2 qt5-tools portaudio
+portmidi protobuf rubberband vamp-plugin-sdk)
+checkdepends=(xorg-server-xvfb)
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}dj/${pkgname}/archive/${pkgver}.tar.gz";
+  
"${pkgname}-2.3.1-ffmpeg5.patch::https://github.com/mixxxdj/mixxx/pull/4638.patch";
+  add-missing-include.patch
+)
 
sha512sums=('17cf8dee2aaca2ed85067474d40b0955abd22268767a9c68dbc8126554e6b216ddab9a42b6c888606aca61fdcda3062f5b4f1f550722c5033c516e046816'
+
'e70ebc20251c34450c8cd8c75ce68fe42319b451f56f3c6ce60d118ff3d0b4eeb6ef3fe68f4a4b921345e36ab7afb5181defa7b88f455b5e7346bf21f3dda712'
 
'3a3de0ca03652cb203c5627f37f7cf1fa661f8f0adb542f2569feff61d39232f9eb92e4ba86bae044dfd10c915d65fac6bd9330c93893643633dce0ccc45321c')
 
b2sums=('08edfe19f5d0f16072762c3800e34ff37dcad478bde04356b0aae6a02ab99b115a5d1e8a33846f7f142228860bb5b19ded16b52dd464e4738462f6634b9fd6be'
+
'94e61a8278f3224b932789e37fff93ce49f2264daf62366eaf3afdcab9dcb95de7c7872f8b1ad77988f704b4be8f3ccb8c43b061003383dec14f04f1bbfe6f08'
 
'ff844bb91a284883e54daf3912962cc256bbabc530c2dff9693081165ecf4e7b85f70fb6a49691b5dedb91347b038fc69ea3e78a81f51bd1869c502eaaf22848')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
+  # 
https://github.com/mixxxdj/mixxx/commit/e590711ca2a0882e331162d14405e25c49f7b774
   patch -Np1 -i ../add-missing-include.patch
+
+  # fix for ffmpeg >= 5.0
+  patch -Np1 -i ../"${pkgname}-2.3.1-ffmpeg5.patch"
 }
 
 build() {
-  cd "${pkgname}-${pkgver}"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_BUILD_TYPE=Release \
 -Wno-dev \
 -B build \
--S .
+-S "${pkgname}-${pkgver}"
   make VERBOSE=1 -C build
 }
 
 check() {
   cd "${pkgname}-${pkgver}"
-  xvfb-run build/${pkgname}-test
+  xvfb-run ../build/${pkgname}-test
 }
 
 package() {
-  depends+=('libFLAC.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
-  'libchromaprint.so' 'libfftw3.so' 'libglib-2.0.so' 'libid3tag.so'
-  'libgobject-2.0.so' 'liblilv-0.so' 'libogg.so' 'libportaudio.so'
-  'libportmidi.so' 'libprotobuf-lite.so' 'librubberband.so' 'libsndfile.so'
-  'libusb-1.0.so' 'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
+  depends+=(libFLAC.so libavcodec.so libavformat.so libavutil.so
+  libchromaprint.so libfftw3.so libglib-2.0.so libid3tag.so libgobject-2.0.so
+  liblilv-0.so libogg.so libportaudio.so libportmidi.so libprotobuf-lite.so
+  librubberband.so libsndfile.so libusb-1.0.so libvorbis.so libvorbisenc.so
+  libvorbisfile.so)
 
-  cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install -C build
 }



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

2022-01-31 Thread David Runge via arch-commits
Date: Monday, January 31, 2022 @ 14:38:23
  Author: dvzrv
Revision: 1121237

archrelease: copy trunk to community-staging-x86_64

Added:
  mixxx/repos/community-staging-x86_64/
  mixxx/repos/community-staging-x86_64/PKGBUILD
(from rev 1121236, mixxx/trunk/PKGBUILD)
  mixxx/repos/community-staging-x86_64/add-missing-include.patch
(from rev 1121236, mixxx/trunk/add-missing-include.patch)

---+
 PKGBUILD  |   66 
 add-missing-include.patch |   11 +++
 2 files changed, 77 insertions(+)

Copied: mixxx/repos/community-staging-x86_64/PKGBUILD (from rev 1121236, 
mixxx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-31 14:38:23 UTC (rev 1121237)
@@ -0,0 +1,66 @@
+# Maintainer: David Runge 
+# Maintainer: Lukas Fleischer 
+# Contributor: Ali H. Caliskan 
+# Contributor: Ryan Coyner 
+# Contributor: Stefan Husmann 
+
+pkgname=mixxx
+pkgver=2.3.1
+pkgrel=4
+pkgdesc="Free, open source software for digital DJ'ing."
+arch=(x86_64)
+url="https://www.mixxx.org";
+license=(GPL2)
+groups=(pro-audio)
+# TODO: package libshout-idjc
+depends=(gcc-libs glibc hidapi lame libglvnd libmad libmodplug libx11 openssl
+opusfile qt5-base qt5-script qt5-svg qt5-x11extras qtkeychain soundtouch speex
+sqlite taglib upower wavpack)
+makedepends=(chromaprint cmake faad2 ffmpeg fftw flac glib2 glu gperftools
+libid3tag libogg libsndfile libusb libvorbis lilv lv2 qt5-tools portaudio
+portmidi protobuf rubberband vamp-plugin-sdk)
+checkdepends=(xorg-server-xvfb)
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}dj/${pkgname}/archive/${pkgver}.tar.gz";
+  
"${pkgname}-2.3.1-ffmpeg5.patch::https://github.com/mixxxdj/mixxx/pull/4638.patch";
+  add-missing-include.patch
+)
+sha512sums=('17cf8dee2aaca2ed85067474d40b0955abd22268767a9c68dbc8126554e6b216ddab9a42b6c888606aca61fdcda3062f5b4f1f550722c5033c516e046816'
+
'e70ebc20251c34450c8cd8c75ce68fe42319b451f56f3c6ce60d118ff3d0b4eeb6ef3fe68f4a4b921345e36ab7afb5181defa7b88f455b5e7346bf21f3dda712'
+
'3a3de0ca03652cb203c5627f37f7cf1fa661f8f0adb542f2569feff61d39232f9eb92e4ba86bae044dfd10c915d65fac6bd9330c93893643633dce0ccc45321c')
+b2sums=('08edfe19f5d0f16072762c3800e34ff37dcad478bde04356b0aae6a02ab99b115a5d1e8a33846f7f142228860bb5b19ded16b52dd464e4738462f6634b9fd6be'
+
'94e61a8278f3224b932789e37fff93ce49f2264daf62366eaf3afdcab9dcb95de7c7872f8b1ad77988f704b4be8f3ccb8c43b061003383dec14f04f1bbfe6f08'
+
'ff844bb91a284883e54daf3912962cc256bbabc530c2dff9693081165ecf4e7b85f70fb6a49691b5dedb91347b038fc69ea3e78a81f51bd1869c502eaaf22848')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # 
https://github.com/mixxxdj/mixxx/commit/e590711ca2a0882e331162d14405e25c49f7b774
+  patch -Np1 -i ../add-missing-include.patch
+
+  # fix for ffmpeg >= 5.0
+  patch -Np1 -i ../"${pkgname}-2.3.1-ffmpeg5.patch"
+}
+
+build() {
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-Wno-dev \
+-B build \
+-S "${pkgname}-${pkgver}"
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  xvfb-run ../build/${pkgname}-test
+}
+
+package() {
+  depends+=(libFLAC.so libavcodec.so libavformat.so libavutil.so
+  libchromaprint.so libfftw3.so libglib-2.0.so libid3tag.so libgobject-2.0.so
+  liblilv-0.so libogg.so libportaudio.so libportmidi.so libprotobuf-lite.so
+  librubberband.so libsndfile.so libusb-1.0.so libvorbis.so libvorbisenc.so
+  libvorbisfile.so)
+
+  make DESTDIR="${pkgdir}" install -C build
+}

Copied: mixxx/repos/community-staging-x86_64/add-missing-include.patch (from 
rev 1121236, mixxx/trunk/add-missing-include.patch)
===
--- community-staging-x86_64/add-missing-include.patch  
(rev 0)
+++ community-staging-x86_64/add-missing-include.patch  2022-01-31 14:38:23 UTC 
(rev 1121237)
@@ -0,0 +1,11 @@
+diff -upr mixxx-2.3.1.orig/lib/benchmark/src/benchmark_register.h 
mixxx-2.3.1/lib/benchmark/src/benchmark_register.h
+--- mixxx-2.3.1.orig/lib/benchmark/src/benchmark_register.h2021-09-29 
16:23:02.0 +0300
 mixxx-2.3.1/lib/benchmark/src/benchmark_register.h 2021-12-22 
23:15:18.935803347 +0200
+@@ -1,6 +1,7 @@
+ #ifndef BENCHMARK_REGISTER_H
+ #define BENCHMARK_REGISTER_H
+ 
++#include 
+ #include 
+ 
+ #include "check.h"



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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 14:40:44
  Author: alucryd
Revision: 1121238

ffmpeg 5.0 rebuild: jami-daemon 20211104-4

Modified:
  jami-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 14:38:23 UTC (rev 1121237)
+++ PKGBUILD2022-01-31 14:40:44 UTC (rev 1121238)
@@ -3,7 +3,7 @@
 
 pkgname=jami-daemon
 pkgver=20211104
-pkgrel=3
+pkgrel=4
 pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (daemon component)"
 arch=(x86_64)
 url="https://jami.net";
@@ -32,6 +32,7 @@
 
 build() {
   cd ${pkgname}/contrib/native
+  export CXXFLAGS+=' -fpermissive'
   ../bootstrap \
   --disable-downloads \
   --disable-all \



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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 14:40:55
  Author: alucryd
Revision: 1121239

archrelease: copy trunk to community-staging-x86_64

Added:
  jami-daemon/repos/community-staging-x86_64/
  jami-daemon/repos/community-staging-x86_64/PKGBUILD
(from rev 1121238, jami-daemon/trunk/PKGBUILD)

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

Copied: jami-daemon/repos/community-staging-x86_64/PKGBUILD (from rev 1121238, 
jami-daemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-31 14:40:55 UTC (rev 1121239)
@@ -0,0 +1,71 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Baptiste Jonglez 
+
+pkgname=jami-daemon
+pkgver=20211104
+pkgrel=4
+pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (daemon component)"
+arch=(x86_64)
+url="https://jami.net";
+license=(GPL3)
+groups=(jami)
+depends=(glibc opendht asio gnutls nettle libgit2 libsecp256k1 ffmpeg speexdsp
+ fmt yaml-cpp jsoncpp zlib dbus-c++ alsa-lib libpulse jack
+ libupnp libnatpmp openssl webrtc-audio-processing systemd-libs
+ libarchive)
+# portaudio needs a not-yet-upstream patch 
https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/650
+makedepends=(git cmake perl msgpack-c msgpack-cxx restinio systemd 
autoconf-archive) # meson
+checkdepends=(cppunit)
+_commit=c28f0af5bce653864c494a4e8c1ad9f74d934945
+_pjprojectver=e1f389d0b905011e0cb62cbdf7a8b37fc1bcde1a
+source=(git+https://git.jami.net/savoirfairelinux/${pkgname}.git#commit=${_commit}
+
https://github.com/savoirfairelinux/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz)
+noextract=(pjproject-${_pjprojectver}.tar.gz)
+sha512sums=(SKIP 
a1ed0519ddf8dc91f47042497530cbcb1c8736506d0c2b677751a3368c0a202952ff563946664705dbf5806bed8ade784885db62f8278a204f516a4e60917b1e)
+
+prepare() {
+  cd ${pkgname}
+  cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd ${pkgname}/contrib/native
+  export CXXFLAGS+=' -fpermissive'
+  ../bootstrap \
+  --disable-downloads \
+  --disable-all \
+  --enable-pjproject
+  make DEPS_pjproject=
+
+  cd ../..
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+
+# https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/651
+  #cd "${srcdir}"
+  #export PATH="$PATH:${PWD}/${pgname}/contrib/$(cc -dumpmachine)/bin"
+  #arch-meson ${pkgname} build -D interfaces=library,dbus -D opensl=disabled 
-D portaudio=disabled -D tests=false \
+  #-D 
pkg_config_path="${PWD}/${pkgname}/contrib/$(cc -dumpmachine)/lib/pkgconfig"
+  #meson compile -C build
+}
+
+#check() {
+# https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/651
+#  cd ${pkgname}
+#  make -k check
+# https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/649
+#  meson test -C build --print-errorlogs
+#}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+  #meson install -C build --destdir "${pkgdir}"
+}



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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 14:49:40
  Author: alucryd
Revision: 435617

ffmpeg4.4 rebuild: moc 1:2.5.2-4

Modified:
  moc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 14:37:09 UTC (rev 435616)
+++ PKGBUILD2022-01-31 14:49:40 UTC (rev 435617)
@@ -2,7 +2,7 @@
 
 pkgname=moc
 pkgver=2.5.2
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="An ncurses console audio player designed to be powerful and easy to 
use"
 arch=('x86_64')
@@ -9,9 +9,9 @@
 url="https://moc.daper.net/";
 license=('GPL')
 depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
-makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
+makedepends=('speex' 'ffmpeg4.4' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
 optdepends=('speex: for using the speex plugin'
-   'ffmpeg: for using the ffmpeg plugin'
+   'ffmpeg4.4: for using the ffmpeg plugin'
'taglib: for using the musepack plugin'
'libmpcdec: for using the musepack plugin'
 'wavpack: for using the wavpack plugin'
@@ -34,6 +34,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
   ./configure --prefix=/usr --without-rcc \
 --with-oss --with-alsa --with-jack --with-aac --with-mp3 \
 --with-musepack --with-vorbis --with-flac --with-wavpack \



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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 14:49:50
  Author: alucryd
Revision: 435618

archrelease: copy trunk to staging-x86_64

Added:
  moc/repos/staging-x86_64/
  moc/repos/staging-x86_64/PKGBUILD
(from rev 435617, moc/trunk/PKGBUILD)
  moc/repos/staging-x86_64/moc-ffmpeg4.patch
(from rev 435617, moc/trunk/moc-ffmpeg4.patch)
  moc/repos/staging-x86_64/moc-https.patch
(from rev 435617, moc/trunk/moc-https.patch)

---+
 PKGBUILD  |   49 +
 moc-ffmpeg4.patch |   33 +
 moc-https.patch   |   10 ++
 3 files changed, 92 insertions(+)

Copied: moc/repos/staging-x86_64/PKGBUILD (from rev 435617, moc/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-01-31 14:49:50 UTC (rev 435618)
@@ -0,0 +1,49 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=moc
+pkgver=2.5.2
+pkgrel=4
+epoch=1
+pkgdesc="An ncurses console audio player designed to be powerful and easy to 
use"
+arch=('x86_64')
+url="https://moc.daper.net/";
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+makedepends=('speex' 'ffmpeg4.4' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
+optdepends=('speex: for using the speex plugin'
+   'ffmpeg4.4: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin'
+   'libmpcdec: for using the musepack plugin'
+'wavpack: for using the wavpack plugin'
+'faad2: for using the aac plugin'
+   'libmodplug: for using the modplug plugin')
+source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig}
+moc-ffmpeg4.patch
+moc-https.patch)
+sha1sums=('9d27a929b63099416263471c16367997c0ae6dba'
+  'SKIP'
+  '007a0580ac754e1c318a0d0b6f0d403883797eaf'
+  'e3362ddd41126e2be874cd372a053fdaccf0f616')
+validpgpkeys=('59359B80406D9E73E80599BEF3121E4F2885A7AA')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i ../moc-ffmpeg4.patch # Fix build with ffmpeg 4
+  patch -p0 -i ../moc-https.patch   # Allow https for urls 
https://moc.daper.net/node/1872
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
+  ./configure --prefix=/usr --without-rcc \
+--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile --with-modplug --with-ffmpeg --with-speex \
+--with-samplerate --with-curl  --disable-cache --disable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: moc/repos/staging-x86_64/moc-ffmpeg4.patch (from rev 435617, 
moc/trunk/moc-ffmpeg4.patch)
===
--- staging-x86_64/moc-ffmpeg4.patch(rev 0)
+++ staging-x86_64/moc-ffmpeg4.patch2022-01-31 14:49:50 UTC (rev 435618)
@@ -0,0 +1,33 @@
+Index: decoder_plugins/ffmpeg/ffmpeg.c
+===
+--- decoder_plugins/ffmpeg/ffmpeg.c(revisión: 2963)
 decoder_plugins/ffmpeg/ffmpeg.c(copia de trabajo)
+@@ -697,7 +697,7 @@
+* FFmpeg/LibAV in use.  For some versions this will be caught in
+* *_find_stream_info() above and misreported as an unfound codec
+* parameters error. */
+-  if (data->codec->capabilities & CODEC_CAP_EXPERIMENTAL) {
++  if (data->codec->capabilities & AV_CODEC_CAP_EXPERIMENTAL) {
+   decoder_error (&data->error, ERROR_FATAL, 0,
+   "The codec is experimental and may damage MOC: 
%s",
+   data->codec->name);
+@@ -705,8 +705,8 @@
+   }
+ 
+   set_downmixing (data);
+-  if (data->codec->capabilities & CODEC_CAP_TRUNCATED)
+-  data->enc->flags |= CODEC_FLAG_TRUNCATED;
++  if (data->codec->capabilities & AV_CODEC_CAP_TRUNCATED)
++  data->enc->flags |= AV_CODEC_FLAG_TRUNCATED;
+ 
+   if (avcodec_open2 (data->enc, data->codec, NULL) < 0)
+   {
+@@ -725,7 +725,7 @@
+ 
+   data->sample_width = sfmt_Bps (data->fmt);
+ 
+-  if (data->codec->capabilities & CODEC_CAP_DELAY)
++  if (data->codec->capabilities & AV_CODEC_CAP_DELAY)
+   data->delay = true;
+   data->seek_broken = is_seek_broken (data);
+   data->timing_broken = is_timing_broken (data->ic);

Copied: moc/repos/staging-x86_64/moc-https.patch (from rev 435617, 
moc/trunk/moc-https.patch)
===
--- staging-x86_64/moc-https.patch  (rev 0)
+++ staging-x86_64/moc-https.patch  2022-01-31 14:49:50 UTC (rev 435618)
@@ -0,0 +1,10 @@
+--- files.c.orig
 files.c
+@@ -93,6 +93,7 @@
+ inline int is_url (const char *

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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 15:01:32
  Author: alucryd
Revision: 1121240

ffmpeg4.4 rebuild: libopenshot 0.2.7-8

Modified:
  libopenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 14:40:55 UTC (rev 1121239)
+++ PKGBUILD2022-01-31 15:01:32 UTC (rev 1121240)
@@ -5,7 +5,7 @@
 
 pkgname=libopenshot
 pkgver=0.2.7
-pkgrel=7
+pkgrel=8
 pkgdesc="A video editing, animation, and playback library for C++, Python, and 
Ruby"
 arch=(x86_64)
 url="https://github.com/openshot/libopenshot";
@@ -13,7 +13,7 @@
 # TODO: package cppzmq and resvg
 depends=(gcc-libs glibc libmagick opencv protobuf python qt5-base
 qt5-multimedia zeromq)
-makedepends=(catch2 cmake doxygen ffmpeg jsoncpp libopenshot-audio swig
+makedepends=(catch2 cmake doxygen ffmpeg4.4 jsoncpp libopenshot-audio swig
 unittestpp x264)
 provides=(libopenshot.so)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz";)
@@ -25,6 +25,7 @@
   local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
   export PYTHON_LIBRARIES="/usr/lib/libpython3.so"
   export PYTHON_INCLUDE_DIRS="/usr/include/python${python_version}"
+  export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"
   cmake -DCMAKE_INSTALL_PREFIX='/usr' \
 -DCMAKE_BUILD_TYPE='None' \
 -DENABLE_RUBY=OFF \



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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 15:01:53
  Author: alucryd
Revision: 1121241

archrelease: copy trunk to community-staging-x86_64

Added:
  libopenshot/repos/community-staging-x86_64/
  libopenshot/repos/community-staging-x86_64/PKGBUILD
(from rev 1121240, libopenshot/trunk/PKGBUILD)
  libopenshot/repos/community-staging-x86_64/ffmpeg-4.0.patch
(from rev 1121240, libopenshot/trunk/ffmpeg-4.0.patch)

--+
 PKGBUILD |   55 +++
 ffmpeg-4.0.patch |  803 +
 2 files changed, 858 insertions(+)

Copied: libopenshot/repos/community-staging-x86_64/PKGBUILD (from rev 1121240, 
libopenshot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-31 15:01:53 UTC (rev 1121241)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+# Contributor: Martin Wimpress 
+# Contributor: Foster McLane 
+# Contributor: Jonathan Thomas 
+
+pkgname=libopenshot
+pkgver=0.2.7
+pkgrel=8
+pkgdesc="A video editing, animation, and playback library for C++, Python, and 
Ruby"
+arch=(x86_64)
+url="https://github.com/openshot/libopenshot";
+license=(LGPL3)
+# TODO: package cppzmq and resvg
+depends=(gcc-libs glibc libmagick opencv protobuf python qt5-base
+qt5-multimedia zeromq)
+makedepends=(catch2 cmake doxygen ffmpeg4.4 jsoncpp libopenshot-audio swig
+unittestpp x264)
+provides=(libopenshot.so)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz";)
+sha512sums=('71cb0e4010d8f3ff453486c3da3c7019c6569066845dcc58f438049a08b1c8663f31c29a728ce5461e9d3a1ca550038b757d4528e62a26eeb45ecbe600353988')
+b2sums=('511ed214f0ecc43294a787e1c0119f036e274a1e8d051cb6e926bf7a9b5cea416325a2e051fca758d1f80ec2b9d746a4dd268e5ac5322fe8539fa2041a8c4d9d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  export PYTHON_LIBRARIES="/usr/lib/libpython3.so"
+  export PYTHON_INCLUDE_DIRS="/usr/include/python${python_version}"
+  export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-DENABLE_RUBY=OFF \
+-DMAGICKCORE_HDRI_ENABLE=1 \
+-DMAGICKCORE_QUANTUM_DEPTH=16 \
+-DPYTHON_LIBRARIES="/usr/lib/libpython3.so" \
+-DPYTHON_INCLUDE_DIRS="/usr/include/python${python_version}" \
+-DUSE_SYSTEM_JSONCPP=ON \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 -C build test || printf "Issues with SVG and protobuf\n"
+}
+
+package() {
+  depends+=(libavcodec.so libavformat.so libavutil.so libjsoncpp.so
+  libopenshot-audio.so libswscale.so libswresample.so libx264.so)
+
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="${pkgdir}" install -C build
+  install -vDm 644 {AUTHORS,README.md} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}

Copied: libopenshot/repos/community-staging-x86_64/ffmpeg-4.0.patch (from rev 
1121240, libopenshot/trunk/ffmpeg-4.0.patch)
===
--- community-staging-x86_64/ffmpeg-4.0.patch   (rev 0)
+++ community-staging-x86_64/ffmpeg-4.0.patch   2022-01-31 15:01:53 UTC (rev 
1121241)
@@ -0,0 +1,803 @@
+diff --git a/cmake/Modules/FindFFmpeg.cmake b/cmake/Modules/FindFFmpeg.cmake
+index 4af6cc9..63d543d 100644
+--- a/cmake/Modules/FindFFmpeg.cmake
 b/cmake/Modules/FindFFmpeg.cmake
+@@ -77,14 +77,14 @@ FIND_LIBRARY( SWSCALE_LIBRARY swscale swscale-2 swscale-4
+$ENV{FFMPEGDIR}/lib/ffmpeg/
+$ENV{FFMPEGDIR}/bin/ )
+ 
+-#FindAvresample
+-FIND_PATH( AVRESAMPLE_INCLUDE_DIR libavresample/avresample.h
++#FindSwresample
++FIND_PATH( SWRESAMPLE_INCLUDE_DIR libswresample/swresample.h
+  PATHS /usr/include/
+/usr/include/ffmpeg/
+$ENV{FFMPEGDIR}/include/
+$ENV{FFMPEGDIR}/include/ffmpeg/ )
+ 
+-FIND_LIBRARY( AVRESAMPLE_LIBRARY avresample avresample-2 avresample-3
++FIND_LIBRARY( SWRESAMPLE_LIBRARY swresample
+  PATHS /usr/lib/
+/usr/lib/ffmpeg/
+$ENV{FFMPEGDIR}/lib/
+@@ -113,31 +113,31 @@ IF ( SWSCALE_INCLUDE_DIR AND SWSCALE_LIBRARY )
+ SET ( SWSCALE_FOUND TRUE )
+ ENDIF ( SWSCALE_INCLUDE_DIR AND SWSCALE_LIBRARY )
+ 
+-IF ( AVRESAMPLE_INCLUDE_DIR AND AVRESAMPLE_LIBRARY )
+-SET ( AVRESAMPLE_FOUND TRUE )
+-ENDIF ( AVRESAMPLE_INCLUDE_DIR AND AVRESAMPLE_LIBRARY )
++IF ( SWRESAMPLE_INCLUDE_DIR AND SWRESAMPLE_LIBRARY )
++SET ( SWRESAMPLE_FOUND TRUE )
++ENDIF ( SWRESAMPLE_INCLUDE_DIR AND SWRESAMPLE_LIBRARY )
+ 
+-IF ( AVFORMAT_INCLUDE_DIR OR AVCODEC_INCLUDE_DIR OR AVUTIL_INCLUDE_DIR OR 
AVDEVICE_FOUND OR SWSCALE_FO

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

2022-01-31 Thread Leonidas Spyropoulos via arch-commits
Date: Monday, January 31, 2022 @ 15:12:00
  Author: artafinde
Revision: 1121242

bonnie++: enable debug symbols

Modified:
  bonnie++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 15:01:53 UTC (rev 1121241)
+++ PKGBUILD2022-01-31 15:12:00 UTC (rev 1121242)
@@ -4,12 +4,13 @@
 
 pkgname=bonnie++
 pkgver=2.00a
-pkgrel=1
+pkgrel=2
 pkgdesc="Based on the Bonnie hard drive benchmark by Tim Bray"
 arch=('x86_64')
 url="https://www.coker.com.au/bonnie++/";
 license=('GPL')
 depends=('perl')
+options=(debug)
 source=(https://www.coker.com.au/$pkgname/$pkgname-$pkgver.tgz)
 sha256sums=('a8d33bbd81bc7eb559ce5bf6e584b9b53faea39ccfb4ae92e58f27257e468f0e')
 build() {



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

2022-01-31 Thread Leonidas Spyropoulos via arch-commits
Date: Monday, January 31, 2022 @ 15:12:45
  Author: artafinde
Revision: 1121243

archrelease: copy trunk to community-testing-x86_64

Added:
  bonnie++/repos/community-testing-x86_64/
  bonnie++/repos/community-testing-x86_64/PKGBUILD
(from rev 1121242, bonnie++/trunk/PKGBUILD)

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

Copied: bonnie++/repos/community-testing-x86_64/PKGBUILD (from rev 1121242, 
bonnie++/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-01-31 15:12:45 UTC (rev 1121243)
@@ -0,0 +1,37 @@
+# Maintainer: jelle van der Waa 
+# Contributor: eric 
+# Contributor: Tom Newsom 
+
+pkgname=bonnie++
+pkgver=2.00a
+pkgrel=2
+pkgdesc="Based on the Bonnie hard drive benchmark by Tim Bray"
+arch=('x86_64')
+url="https://www.coker.com.au/bonnie++/";
+license=('GPL')
+depends=('perl')
+options=(debug)
+source=(https://www.coker.com.au/$pkgname/$pkgname-$pkgver.tgz)
+sha256sums=('a8d33bbd81bc7eb559ce5bf6e584b9b53faea39ccfb4ae92e58f27257e468f0e')
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  sed \
+-e "s:CFLAGS=-O2  -DNDEBUG \$(WFLAGS) \$(MORECFLAGS):CFLAGS=-std=c++14 
${CFLAGS}:" \
+-e "s:LINK=g++:LINK=g++ ${LDFLAGS}:" \
+-i Makefile
+  make V=1
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  # https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/
+  sed -i 's/sbin/bin/' Makefile
+  make prefix="$pkgdir"/usr install
+
+  install -d "$pkgdir"/usr/share/doc/bonnie++
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/readme.html 
"$pkgdir"/usr/share/doc/bonnie++/readme.html
+}
+



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 15:19:50
  Author: arojas
Revision: 435619

Fix CVE-2022-23853

Modified:
  ktexteditor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 14:49:50 UTC (rev 435618)
+++ PKGBUILD2022-01-31 15:19:50 UTC (rev 435619)
@@ -4,7 +4,7 @@
 
 pkgname=ktexteditor
 pkgver=5.90.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced embeddable text editor'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -13,11 +13,21 @@
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 optdepends=('git: git integration')
 groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
+https://invent.kde.org/frameworks/ktexteditor/-/commit/804e4944.patch
+https://invent.kde.org/frameworks/ktexteditor/-/commit/c80f935c.patch)
 sha256sums=('56088115827ae406dcd383e3c3fdf408950f351887259e41965fe4b7929f2dbc'
-'SKIP')
+'SKIP'
+'b8f6794535b63747bf2e73a9afece4c570ee9b560d3152dbcb1f748025f15fb9'
+'19baa3c5b1c694edefbc518e07255a9c0acde62b6d6316ee2a2805c2d429ad1c')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 
+prepare() {
+# CVE-2022-23853
+  patch -d $pkgname-$pkgver -p1 < 804e4944.patch
+  patch -d $pkgname-$pkgver -p1 < c80f935c.patch
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF \



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 15:20:00
  Author: arojas
Revision: 435620

archrelease: copy trunk to extra-x86_64

Added:
  ktexteditor/repos/extra-x86_64/PKGBUILD
(from rev 435619, ktexteditor/trunk/PKGBUILD)
Deleted:
  ktexteditor/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 15:19:50 UTC (rev 435619)
+++ PKGBUILD2022-01-31 15:20:00 UTC (rev 435620)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktexteditor
-pkgver=5.90.0
-pkgrel=1
-pkgdesc='Advanced embeddable text editor'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(kparts syntax-highlighting editorconfig-core-c)
-makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
-optdepends=('git: git integration')
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('56088115827ae406dcd383e3c3fdf408950f351887259e41965fe4b7929f2dbc'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: ktexteditor/repos/extra-x86_64/PKGBUILD (from rev 435619, 
ktexteditor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 15:20:00 UTC (rev 435620)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.90.0
+pkgrel=2
+pkgdesc='Advanced embeddable text editor'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kparts syntax-highlighting editorconfig-core-c)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+optdepends=('git: git integration')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
+https://invent.kde.org/frameworks/ktexteditor/-/commit/804e4944.patch
+https://invent.kde.org/frameworks/ktexteditor/-/commit/c80f935c.patch)
+sha256sums=('56088115827ae406dcd383e3c3fdf408950f351887259e41965fe4b7929f2dbc'
+'SKIP'
+'b8f6794535b63747bf2e73a9afece4c570ee9b560d3152dbcb1f748025f15fb9'
+'19baa3c5b1c694edefbc518e07255a9c0acde62b6d6316ee2a2805c2d429ad1c')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+# CVE-2022-23853
+  patch -d $pkgname-$pkgver -p1 < 804e4944.patch
+  patch -d $pkgname-$pkgver -p1 < c80f935c.patch
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 15:24:29
  Author: alucryd
Revision: 1121244

ffmpeg4.4 rebuild: obs-studio 27.1.3-4

Modified:
  obs-studio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 15:12:45 UTC (rev 1121243)
+++ PKGBUILD2022-01-31 15:24:29 UTC (rev 1121244)
@@ -3,12 +3,12 @@
 
 pkgname=obs-studio
 pkgver=27.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Free, open source software for live streaming and recording"
 arch=('x86_64')
 url="https://obsproject.com";
 license=('GPL2')
-depends=('ffmpeg' 'jansson' 'libxinerama' 'libxkbcommon-x11' 'mbedtls'
+depends=('ffmpeg4.4' 'jansson' 'libxinerama' 'libxkbcommon-x11' 'mbedtls'
  'qt5-svg' 'curl' 'jack' 'gtk-update-icon-cache' 'pipewire' 
'libxcomposite')
 makedepends=('cmake' 'libfdk-aac' 'x264' 'swig' 'python' 'luajit' 'sndio')
 optdepends=('libfdk-aac: FDK AAC codec support'
@@ -33,6 +33,8 @@
 
   mkdir -p build; cd build
 
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
+
   cmake -DCMAKE_INSTALL_PREFIX="/usr" \
 -DBUILD_BROWSER=OFF \
 -DBUILD_VST=OFF \



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

2022-01-31 Thread Maxime Gauduin via arch-commits
Date: Monday, January 31, 2022 @ 15:24:39
  Author: alucryd
Revision: 1121245

archrelease: copy trunk to community-staging-x86_64

Added:
  obs-studio/repos/community-staging-x86_64/
  obs-studio/repos/community-staging-x86_64/PKGBUILD
(from rev 1121244, obs-studio/trunk/PKGBUILD)
  obs-studio/repos/community-staging-x86_64/fix_python_binary_loading.patch
(from rev 1121244, obs-studio/trunk/fix_python_binary_loading.patch)

-+
 PKGBUILD|   51 ++
 fix_python_binary_loading.patch |   24 +
 2 files changed, 75 insertions(+)

Copied: obs-studio/repos/community-staging-x86_64/PKGBUILD (from rev 1121244, 
obs-studio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-01-31 15:24:39 UTC (rev 1121245)
@@ -0,0 +1,51 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Benjamin Klettbach 
+
+pkgname=obs-studio
+pkgver=27.1.3
+pkgrel=4
+pkgdesc="Free, open source software for live streaming and recording"
+arch=('x86_64')
+url="https://obsproject.com";
+license=('GPL2')
+depends=('ffmpeg4.4' 'jansson' 'libxinerama' 'libxkbcommon-x11' 'mbedtls'
+ 'qt5-svg' 'curl' 'jack' 'gtk-update-icon-cache' 'pipewire' 
'libxcomposite')
+makedepends=('cmake' 'libfdk-aac' 'x264' 'swig' 'python' 'luajit' 'sndio')
+optdepends=('libfdk-aac: FDK AAC codec support'
+'libva-intel-driver: hardware encoding'
+'libva-mesa-driver: hardware encoding'
+'luajit: scripting support'
+'python: scripting support'
+'sndio: Sndio input client'
+'v4l2loopback-dkms: virtual camera support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jp9000/obs-studio/archive/$pkgver.tar.gz
+   fix_python_binary_loading.patch)
+md5sums=('fc9df69561e3f1b140f7234b440a02bf'
+ '051b90f05e26bff99236b8fb1ad377d1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 < "$srcdir"/fix_python_binary_loading.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build; cd build
+
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" \
+-DBUILD_BROWSER=OFF \
+-DBUILD_VST=OFF \
+-DDISABLE_VLC=ON \
+-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" ..
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  make install DESTDIR="$pkgdir"
+}

Copied: 
obs-studio/repos/community-staging-x86_64/fix_python_binary_loading.patch (from 
rev 1121244, obs-studio/trunk/fix_python_binary_loading.patch)
===
--- community-staging-x86_64/fix_python_binary_loading.patch
(rev 0)
+++ community-staging-x86_64/fix_python_binary_loading.patch2022-01-31 
15:24:39 UTC (rev 1121245)
@@ -0,0 +1,24 @@
+From c482159ce93deafc7f1fc5755ba15135709ae726 Mon Sep 17 00:00:00 2001
+From: Matt Gajownik 
+Date: Tue, 25 Aug 2020 19:28:26 +1000
+Subject: [PATCH] libobs/util: Fix loading Python binary modules on *nix
+
+Fixes #
+---
+ libobs/util/platform-nix.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/libobs/util/platform-nix.c b/libobs/util/platform-nix.c
+index 26800d52f7..997b62db1a 100644
+--- a/libobs/util/platform-nix.c
 b/libobs/util/platform-nix.c
+@@ -71,7 +71,8 @@ void *os_dlopen(const char *path)
+ #ifdef __APPLE__
+   void *res = dlopen(dylib_name.array, RTLD_LAZY | RTLD_FIRST);
+ #else
+-  void *res = dlopen(dylib_name.array, RTLD_LAZY);
++  void *res = dlopen(dylib_name.array,
++ RTLD_LAZY | RTLD_DEEPBIND | RTLD_GLOBAL);
+ #endif
+   if (!res)
+   blog(LOG_ERROR, "os_dlopen(%s->%s): %s\n", path,



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

2022-01-31 Thread Konstantin Gizdov via arch-commits
Date: Monday, January 31, 2022 @ 15:44:27
  Author: kgizdov
Revision: 1121246

upgpkg: ttc-iosevka 11.2.7-1: upgpkg: ttc-iosevka 11.2.7-1

Modified:
  ttc-iosevka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 15:24:39 UTC (rev 1121245)
+++ PKGBUILD2022-01-31 15:44:27 UTC (rev 1121246)
@@ -9,7 +9,7 @@
 "${pkgbase}-ss07" "${pkgbase}-ss08" "${pkgbase}-ss09" "${pkgbase}-ss10" 
"${pkgbase}-ss11" "${pkgbase}-ss12"
 "${pkgbase}-ss13" "${pkgbase}-ss14" "${pkgbase}-ss15" "${pkgbase}-ss16" 
"${pkgbase}-ss17" "${pkgbase}-ss18"
 )
-pkgver='11.2.6'
+pkgver='11.2.7'
 pkgrel=1
 pkgdesc='Typeface family designed for coding, terminal use and technical 
documents.'
 arch=('any')
@@ -40,30 +40,30 @@
 
"${pkgbase}-ss17-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss17-${pkgver}.zip";
 
"${pkgbase}-ss18-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss18-${pkgver}.zip";
 
"${pkgbase}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md";)
-sha256sums=('f054243d86e05a7dba73ecc55edc56ef6f9d892fc7ca75dc9a2c94126f0009e9'
-'11235a9762b4c61b7698988639903416b272ed1640c87f7c75cfbed898af3336'
-'78fdd26f3ff85d3b69aaf0b293f4950ab083ffe8f0d07c0f1dfd195c8a467201'
-'2b5090ee4a52438159a21ebf2d8e31a842998418bfd3d2336f2ecf0f52d58d09'
-'aaeb6913137e264b3638ea47fe43e488863d2dda7dda90c7456963b1c5fe'
-'40c72097fbca977371170428cc62b8a8929037edc51b062b8de518f98d8cdb07'
-'2b6d64ad57445f60a8e8567400536ed743c2c1aca2bdce6a2b19490f32b716c6'
-'5a12737a90c5cae66ed5382b86ab92e63ccea3b913b221498d62f48933de121c'
-'a6befa5202370d3f12026c14648c406f5a4422fbd5b8230c9451fa5aec4e4525'
-'e38b70a9cdb333c47223ae8fc0b003820041c76c55d22675be5f691a811486e9'
-'6ee958313168f236068172a028eff36b033a2ddd1146b9b647a044fe7e59658d'
-'b0f5cffc5059d976df2c94aa88c35ab6cf5f1a60859768dfea394dbb1120d994'
-'accdcd100dd78434f765fe741721f44ac8df96e1f5f9801c71d70d790b84b87a'
-'80f50d7d4d0214d92c7181b4c89821e70faadccb43d48b92f000e6d9cc18d58e'
-'027aa2bf002a062a790db182bf9eec664ba4f4f9d1604ae19bdd013c19c4c904'
-'f79b6c3b0decde4d59192601e996412088b80a2e62d1bc8f1a6d9c15ba5bdfb3'
-'72f7b21196f653fa2a83ddb709f6014347f3b786e26ce75d7e9b5525aaa10c6b'
-'b281321ec938a991552a023496f3a56e2abe3d18de2c535aff3f3d6c736e927a'
-'342c1fcfd985bd03e058083d3e8152a4c1c6761b0639b02a3cb71c63457ca6c5'
-'f3415470588d2338838fdb2ec7213a901ce280cbe39d0f406fce267d8001a6ef'
-'10818ee66c184d8e2197cc3d3bfce85c1f431359c2ffa6bc57adc96fcc60f9aa'
-'3b5137df5ba167a3a6398db2401d1389d69ea4d2e46abb1cde07f3f07b485596'
-'5589b249cea4021edb42bede564d3df5ef3a194c589b875dfa4338e89647dcec'
-'af944ed18a937aafb748f59379a3c226937e1b3b28dac1c8c3ac5448c4edeb5f'
+sha256sums=('bc6e1af8240087d594588de69eb2f96a8bd43f79138e89dad8a80d33e70efaaa'
+'5cab2848aa7f01a5b44e7dc436a9e7bd86488642e13f5687e47ad5f6f2c9501e'
+'30da1870f0c443e8b6e1af6259947b38f568685e33b142ccfece56726d266379'
+'a3c9001b60808376dbf4fa20f08328ef1e6e1abf94d21b8db67c55eb47ff1f83'
+'4c78c29b9e19580f3deeeaca69901352c6a6396237f817ac5376e5052ef27ce0'
+'d662770cdcb6a72f30caa8f8fc39211c779571d73bf33819d483f36f65f03a9c'
+'aa79e63634cab655b02c4475b0dd5165c640fc97959804edcf38e92f06308e60'
+'38ab38f7796625d5117be2528a305411bede1efc9c06699d7ae3fe887a5ab2bb'
+'47dc61020f45baa63f6d7cf9ab0b41514d85e3d1262cd5d5e1d10a11150eb52d'
+'15726db27407d14fa1b3d60bc19a7fb5bc14235c4019d1a75b15bd2ac633e1ff'
+'22804c8c81cf8a293ae30ad4af63cbf0cdab2a87b027b78f9e992f57880b182f'
+'36d30b326a857c9cbc0edf636ee39849c8fb9a12ba4fc9adc3a81aa31c25edba'
+'f8aa790600ff46ab5f79a9a51a59977af9425711d44d82bd1aaf6271846536ce'
+'1bdbdbb32cbb5fdcbf38e0d15f8337c93c6de9d971d8f4a4d6cf28cb8f76f620'
+'9e1edbd46d52d132589c20b6719f6ca314726cad69ce167331a62aff93f7973d'
+'6db283e83076b205dd9f07cdd7bb409d9b4b8ba8042437d284fad1cde24105e7'
+'cefd5ee82fd758bc34baf7f59da05566e4e0af4b4e6162f5524fba0cd42ed3f6'
+'e9ab68a0c6604fc970a24e6dcd8e816a23fd6f99e456d72a7c76fb1e4fe59a3f'
+'6c93f1d689de18c1bf986e29ff374642f580c453f375a657dd6f793eb2f100fc'
+'3beab6f894a500988909a59391a9a1d6a48ad8dbdded42b4b5701e3018cd2420'
+'5200ae9acb70b5eeb46605afd79273b260063e8b8c6206fc7f2cbd64025a5f76'
+'72b336033957fc0ca95524bbd2f70b84b3ca5e0cff76db72f45

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

2022-01-31 Thread Konstantin Gizdov via arch-commits
Date: Monday, January 31, 2022 @ 15:44:36
  Author: kgizdov
Revision: 1121247

archrelease: copy trunk to community-any

Added:
  ttc-iosevka/repos/community-any/PKGBUILD
(from rev 1121246, ttc-iosevka/trunk/PKGBUILD)
Deleted:
  ttc-iosevka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 15:44:27 UTC (rev 1121246)
+++ PKGBUILD2022-01-31 15:44:36 UTC (rev 1121247)
@@ -1,97 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-# Contributor: Markus Weimar 
-_pkgbase='iosevka'
-_type='ttc'
-pkgbase="${_type}-${_pkgbase}"
-pkgname=(
-"${pkgbase}" "${pkgbase}-aile" "${pkgbase}-curly" "${pkgbase}-curly-slab" 
"${pkgbase}-etoile" "${pkgbase}-slab"
-"${pkgbase}-ss01" "${pkgbase}-ss02" "${pkgbase}-ss03" "${pkgbase}-ss04" 
"${pkgbase}-ss05" "${pkgbase}-ss06"
-"${pkgbase}-ss07" "${pkgbase}-ss08" "${pkgbase}-ss09" "${pkgbase}-ss10" 
"${pkgbase}-ss11" "${pkgbase}-ss12"
-"${pkgbase}-ss13" "${pkgbase}-ss14" "${pkgbase}-ss15" "${pkgbase}-ss16" 
"${pkgbase}-ss17" "${pkgbase}-ss18"
-)
-pkgver='11.2.6'
-pkgrel=1
-pkgdesc='Typeface family designed for coding, terminal use and technical 
documents.'
-arch=('any')
-url='https://typeof.net/Iosevka/'
-license=('custom:OFL')
-source=("${pkgbase}-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-${pkgver}.zip";
-
"${pkgbase}-aile-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-aile-${pkgver}.zip";
-
"${pkgbase}-curly-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-curly-${pkgver}.zip";
-
"${pkgbase}-curly-slab-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-curly-slab-${pkgver}.zip";
-
"${pkgbase}-etoile-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-etoile-${pkgver}.zip";
-
"${pkgbase}-slab-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-slab-${pkgver}.zip";
-
"${pkgbase}-ss01-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss01-${pkgver}.zip";
-
"${pkgbase}-ss02-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss02-${pkgver}.zip";
-
"${pkgbase}-ss03-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss03-${pkgver}.zip";
-
"${pkgbase}-ss04-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss04-${pkgver}.zip";
-
"${pkgbase}-ss05-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss05-${pkgver}.zip";
-
"${pkgbase}-ss06-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss06-${pkgver}.zip";
-
"${pkgbase}-ss07-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss07-${pkgver}.zip";
-
"${pkgbase}-ss08-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss08-${pkgver}.zip";
-
"${pkgbase}-ss09-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss09-${pkgver}.zip";
-
"${pkgbase}-ss10-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss10-${pkgver}.zip";
-
"${pkgbase}-ss11-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss11-${pkgver}.zip";
-
"${pkgbase}-ss12-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss12-${pkgver}.zip";
-
"${pkgbase}-ss13-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss13-${pkgver}.zip";
-
"${pkgbase}-ss14-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss14-${pkgver}.zip";
-
"${pkgbase}-ss15-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss15-${pkgver}.zip";
-
"${pkgbase}-ss16-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss16-${pkgver}.zip";
-
"${pkgbase}-ss17-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss17-${pkgver}.zip";
-
"${pkgbase}-ss18-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss18-${pkgver}.zip";
-
"${pkgbase}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md";)
-sha256sums=('f054243d86e05a7dba73ecc55edc56ef6f9d892fc7ca75dc9a2c94126f0009e9'
-'1123

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

2022-01-31 Thread Orhun Parmaksiz via arch-commits
Date: Monday, January 31, 2022 @ 16:02:25
  Author: orhun
Revision: 1121248

upgpkg: rnote 0.3.1-1: upstream release

Modified:
  rnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 15:44:36 UTC (rev 1121247)
+++ PKGBUILD2022-01-31 16:02:25 UTC (rev 1121248)
@@ -2,7 +2,7 @@
 # Contributor: Igor Dyatlov 
 
 pkgname=rnote
-pkgver=0.3.0
+pkgver=0.3.1
 pkgrel=1
 pkgdesc="A simple drawing application to create handwritten notes"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('meson' 'rust')
 #checkdepends=('appstream-glib')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('177326e13cc4a3990f7d551c1e53a5b39221fb86c923d2fefdebdd9cc933a8dc342f6b8601f5cce5a6a64123bd26eba9dbf3146385660a1b0f008fb9f14c49b4')
+b2sums=('d7f297e3e9d4e5801606ff424d63d2ab73b8b075f557012fa45a86c69237114b8db0eefdb100d6875f8d0c9b2d0e0c63e282fe064f91a3d7dad4dc7d585299c9')
 
 build() {
   arch-meson "$pkgname-$pkgver" build



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

2022-01-31 Thread Orhun Parmaksiz via arch-commits
Date: Monday, January 31, 2022 @ 16:02:38
  Author: orhun
Revision: 1121249

archrelease: copy trunk to community-x86_64

Added:
  rnote/repos/community-x86_64/PKGBUILD
(from rev 1121248, rnote/trunk/PKGBUILD)
Deleted:
  rnote/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 16:02:25 UTC (rev 1121248)
+++ PKGBUILD2022-01-31 16:02:38 UTC (rev 1121249)
@@ -1,30 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Igor Dyatlov 
-
-pkgname=rnote
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="A simple drawing application to create handwritten notes"
-arch=('x86_64')
-url="https://github.com/flxzt/rnote";
-license=('GPL3')
-depends=('gtk4' 'glib2' 'libadwaita' 'poppler-glib' 'gstreamer')
-makedepends=('meson' 'rust')
-#checkdepends=('appstream-glib')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('177326e13cc4a3990f7d551c1e53a5b39221fb86c923d2fefdebdd9cc933a8dc342f6b8601f5cce5a6a64123bd26eba9dbf3146385660a1b0f008fb9f14c49b4')
-
-build() {
-  arch-meson "$pkgname-$pkgver" build
-  meson compile -C build
-}
-
-#check() {
-#  meson test -C build
-#}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rnote/repos/community-x86_64/PKGBUILD (from rev 1121248, 
rnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 16:02:38 UTC (rev 1121249)
@@ -0,0 +1,30 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Igor Dyatlov 
+
+pkgname=rnote
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="A simple drawing application to create handwritten notes"
+arch=('x86_64')
+url="https://github.com/flxzt/rnote";
+license=('GPL3')
+depends=('gtk4' 'glib2' 'libadwaita' 'poppler-glib' 'gstreamer')
+makedepends=('meson' 'rust')
+#checkdepends=('appstream-glib')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+b2sums=('d7f297e3e9d4e5801606ff424d63d2ab73b8b075f557012fa45a86c69237114b8db0eefdb100d6875f8d0c9b2d0e0c63e282fe064f91a3d7dad4dc7d585299c9')
+
+build() {
+  arch-meson "$pkgname-$pkgver" build
+  meson compile -C build
+}
+
+#check() {
+#  meson test -C build
+#}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2022-01-31 Thread Orhun Parmaksiz via arch-commits
Date: Monday, January 31, 2022 @ 16:11:23
  Author: orhun
Revision: 1121250

addpkg: cargo-msrv 0.14.0-1

Added:
  cargo-msrv/
  cargo-msrv/repos/
  cargo-msrv/trunk/
  cargo-msrv/trunk/PKGBUILD

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

Added: cargo-msrv/trunk/PKGBUILD
===
--- cargo-msrv/trunk/PKGBUILD   (rev 0)
+++ cargo-msrv/trunk/PKGBUILD   2022-01-31 16:11:23 UTC (rev 1121250)
@@ -0,0 +1,38 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=cargo-msrv
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="Find the minimum supported Rust version (MSRV) for your project"
+arch=('x86_64')
+url="https://github.com/foresterre/cargo-msrv";
+license=('MIT' 'Apache')
+depends=('gcc-libs' 'openssl')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('97ca8350ad703df1745aa51209e9c9dfced65c00db2f8a3ef9edbbcf89dd6f80')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+}
+
+# tests are using rustup
+#check() {
+#  cd "$pkgname-$pkgver"
+#  cargo test --release --locked --all -- --test-threads=1
+#}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-01-31 Thread Orhun Parmaksiz via arch-commits
Date: Monday, January 31, 2022 @ 16:11:34
  Author: orhun
Revision: 1121251

archrelease: copy trunk to community-x86_64

Added:
  cargo-msrv/repos/community-x86_64/
  cargo-msrv/repos/community-x86_64/PKGBUILD
(from rev 1121250, cargo-msrv/trunk/PKGBUILD)

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

Copied: cargo-msrv/repos/community-x86_64/PKGBUILD (from rev 1121250, 
cargo-msrv/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-01-31 16:11:34 UTC (rev 1121251)
@@ -0,0 +1,38 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=cargo-msrv
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="Find the minimum supported Rust version (MSRV) for your project"
+arch=('x86_64')
+url="https://github.com/foresterre/cargo-msrv";
+license=('MIT' 'Apache')
+depends=('gcc-libs' 'openssl')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('97ca8350ad703df1745aa51209e9c9dfced65c00db2f8a3ef9edbbcf89dd6f80')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+}
+
+# tests are using rustup
+#check() {
+#  cd "$pkgname-$pkgver"
+#  cargo test --release --locked --all -- --test-threads=1
+#}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-01-31 Thread Tobias Powalowski via arch-commits
Date: Monday, January 31, 2022 @ 16:15:19
  Author: tpowa
Revision: 435621

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 15:20:00 UTC (rev 435620)
+++ PKGBUILD2022-01-31 16:15:19 UTC (rev 435621)
@@ -1,49 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.01
-pkgrel=91
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 435620, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 16:15:19 UTC (rev 435621)
@@ -0,0 +1,49 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.01
+pkgrel=91
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' '

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

2022-01-31 Thread Tobias Powalowski via arch-commits
Date: Monday, January 31, 2022 @ 16:16:03
  Author: tpowa
Revision: 435622

upgpkg: archboot-arm 2022.01-91: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 16:15:19 UTC (rev 435621)
+++ PKGBUILD2022-01-31 16:16:03 UTC (rev 435622)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.01
-pkgrel=90
+pkgrel=91
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



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

2022-01-31 Thread Tobias Powalowski via arch-commits
Date: Monday, January 31, 2022 @ 16:16:13
  Author: tpowa
Revision: 435623

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 16:16:03 UTC (rev 435622)
+++ PKGBUILD2022-01-31 16:16:13 UTC (rev 435623)
@@ -1,48 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.01
-pkgrel=90
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot";
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 
-'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'haveged' 'pambase' 
'traceroute' 'grub' 
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'mktorrent' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed";)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 435622, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 16:16:13 UTC (rev 435623)
@@ -0,0 +1,48 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.01
+pkgrel=91
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot";
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_suppl

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

2022-01-31 Thread Jelle van der Waa via arch-commits
Date: Monday, January 31, 2022 @ 16:30:53
  Author: jelle
Revision: 1121252

upgpkg: mosquitto 2.0.14-3

Modified:
  mosquitto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 16:11:34 UTC (rev 1121251)
+++ PKGBUILD2022-01-31 16:30:53 UTC (rev 1121252)
@@ -5,7 +5,7 @@
 
 pkgname=mosquitto
 pkgver=2.0.14
-pkgrel=2
+pkgrel=3
 pkgdesc="An Open Source MQTT Broker"
 arch=(x86_64)
 url="https://mosquitto.org/";
@@ -12,6 +12,7 @@
 license=(BSD)
 depends=(cjson openssl util-linux-libs)
 makedepends=(c-ares cmake docbook-xsl libwebsockets systemd uthash)
+options=(debug)
 source=(
   https://mosquitto.org/files/source/mosquitto-$pkgver.tar.gz{,.asc}
   "$pkgname.service"



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

2022-01-31 Thread Jelle van der Waa via arch-commits
Date: Monday, January 31, 2022 @ 16:31:00
  Author: jelle
Revision: 1121253

archrelease: copy trunk to community-x86_64

Added:
  mosquitto/repos/community-x86_64/PKGBUILD
(from rev 1121252, mosquitto/trunk/PKGBUILD)
  mosquitto/repos/community-x86_64/mosquitto.service
(from rev 1121252, mosquitto/trunk/mosquitto.service)
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf
(from rev 1121252, mosquitto/trunk/sysusers_mosquitto.conf)
Deleted:
  mosquitto/repos/community-x86_64/PKGBUILD
  mosquitto/repos/community-x86_64/mosquitto.service
  mosquitto/repos/community-x86_64/sysusers_mosquitto.conf

-+
 PKGBUILD|  103 +++---
 mosquitto.service   |   40 -
 sysusers_mosquitto.conf |2 
 3 files changed, 73 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 16:30:53 UTC (rev 1121252)
+++ PKGBUILD2022-01-31 16:31:00 UTC (rev 1121253)
@@ -1,51 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: David Runge 
-# Contributor: Radek Podgorny 
-# Contributor: Dan Anderson 
-
-pkgname=mosquitto
-pkgver=2.0.14
-pkgrel=2
-pkgdesc="An Open Source MQTT Broker"
-arch=(x86_64)
-url="https://mosquitto.org/";
-license=(BSD)
-depends=(cjson openssl util-linux-libs)
-makedepends=(c-ares cmake docbook-xsl libwebsockets systemd uthash)
-source=(
-  https://mosquitto.org/files/source/mosquitto-$pkgver.tar.gz{,.asc}
-  "$pkgname.service"
-  "sysusers_mosquitto.conf"
-)
-backup=("etc/$pkgname/$pkgname.conf")
-sha512sums=('a9e4f41b9af679b30318570e86a465546024651373df10e3b132f4593b89d22d0dbac01bb7371a57132ba030a2e73971c612acb5c9ac12f5ccd06aa38d9444c2'
-'SKIP'
-
'4789e8ee42f4a8e3ca8e7fd21cb551b5e34991e6ca1750533bbfa555260e20e8ea167bd69b99b407237bcc8969157eee792fdcf3844b839d73310a6c59e5f045'
-
'21848b890c2db258138795ec21a009e022b6a8369217eb31939f976ad434229dd9f61d33e8109ade7bc001e8668e9d42b59c1ab079753860417961e102356f0e')
-validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
-
-build() {
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SBINDIR=bin \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_BUILD_TYPE=None \
--DWITH_BUNDLED_DEPS=OFF \
--DWITH_SRV=ON \
--DWITH_SYSTEMD=ON \
--DWITH_WEBSOCKETS=ON \
--Wno-dev \
--B build \
--S "$pkgname-$pkgver"
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=(libcares.so libsystemd.so libwebsockets.so)
-
-  make DESTDIR="$pkgdir/" install -C build
-
-  # TODO: upstream a better systemd service file
-  install -vDm 644 "$pkgname.service" -t "$pkgdir/usr/lib/systemd/system/"
-  install -vDm 644 "$pkgname-$pkgver/LICENSE.txt" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-  install -vDm 644 sysusers_mosquitto.conf 
"${pkgdir}"/usr/lib/sysusers.d/mosquitto.conf
-}

Copied: mosquitto/repos/community-x86_64/PKGBUILD (from rev 1121252, 
mosquitto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 16:31:00 UTC (rev 1121253)
@@ -0,0 +1,52 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: David Runge 
+# Contributor: Radek Podgorny 
+# Contributor: Dan Anderson 
+
+pkgname=mosquitto
+pkgver=2.0.14
+pkgrel=3
+pkgdesc="An Open Source MQTT Broker"
+arch=(x86_64)
+url="https://mosquitto.org/";
+license=(BSD)
+depends=(cjson openssl util-linux-libs)
+makedepends=(c-ares cmake docbook-xsl libwebsockets systemd uthash)
+options=(debug)
+source=(
+  https://mosquitto.org/files/source/mosquitto-$pkgver.tar.gz{,.asc}
+  "$pkgname.service"
+  "sysusers_mosquitto.conf"
+)
+backup=("etc/$pkgname/$pkgname.conf")
+sha512sums=('a9e4f41b9af679b30318570e86a465546024651373df10e3b132f4593b89d22d0dbac01bb7371a57132ba030a2e73971c612acb5c9ac12f5ccd06aa38d9444c2'
+'SKIP'
+
'4789e8ee42f4a8e3ca8e7fd21cb551b5e34991e6ca1750533bbfa555260e20e8ea167bd69b99b407237bcc8969157eee792fdcf3844b839d73310a6c59e5f045'
+
'21848b890c2db258138795ec21a009e022b6a8369217eb31939f976ad434229dd9f61d33e8109ade7bc001e8668e9d42b59c1ab079753860417961e102356f0e')
+validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
+
+build() {
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SBINDIR=bin \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_BUILD_TYPE=None \
+-DWITH_BUNDLED_DEPS=OFF \
+-DWITH_SRV=ON \
+-DWITH_SYSTEMD=ON \
+-DWITH_WEBSOCKETS=ON \
+-Wno-dev \
+-B build \
+-S "$pkgname-$pkgver"
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=(libcares.so libsystemd.so libwebsockets.so)
+
+  make DESTDIR="$pkgdir/" install -C build
+
+  # TODO: upstream a better systemd service file
+  install -vDm 644 "$pkgname.service" -t "$pkgdir/usr/lib/systemd/system/"
+  install -vDm 644 "$p

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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 16:47:49
  Author: arojas
Revision: 435624

Bump revision

Modified:
  qt5-declarative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 16:16:13 UTC (rev 435623)
+++ PKGBUILD2022-01-31 16:47:49 UTC (rev 435624)
@@ -2,9 +2,9 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-declarative
-pkgver=5.15.2+kde+r43
-pkgrel=3
-_commit=c691908c54ed7815f513f8511005dbf1f13ad40d
+pkgver=5.15.2+kde+r44
+pkgrel=1
+_commit=9349f3975d26632befc036fc9f2ea6e03aee2182
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 16:48:01
  Author: arojas
Revision: 435625

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 16:47:49 UTC (rev 435624)
+++ PKGBUILD2022-01-31 16:48:01 UTC (rev 435625)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-declarative
-pkgver=5.15.2+kde+r43
-pkgrel=3
-_commit=c691908c54ed7815f513f8511005dbf1f13ad40d
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for QML and JavaScript languages'
-depends=('qt5-base')
-makedepends=('python' 'vulkan-headers' 'git')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn=qtdeclarative
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('SKIP')
-options=(debug)
-
-pkgver() {
-  cd $_pkgfqn
-  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
-}
-
-prepare() {
-  mkdir -p build
-
-  cd $_pkgfqn
-  git revert -n 568763928a78b52373932b01be17e040f7c3fa50 # Revert version bump
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn} CONFIG+=fat-static-lto
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Symlinks for backwards compatibility
-  for b in "$pkgdir"/usr/bin/*; do
-ln -s $(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-declarative/repos/extra-x86_64/PKGBUILD (from rev 435624, 
qt5-declarative/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 16:48:01 UTC (rev 435625)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-declarative
+pkgver=5.15.2+kde+r44
+pkgrel=1
+_commit=9349f3975d26632befc036fc9f2ea6e03aee2182
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for QML and JavaScript languages'
+depends=('qt5-base')
+makedepends=('python' 'vulkan-headers' 'git')
+groups=('qt' 'qt5')
+conflicts=('qtchooser')
+_pkgfqn=qtdeclarative
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
+options=(debug)
+
+pkgver() {
+  cd $_pkgfqn
+  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
+}
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  git revert -n 568763928a78b52373932b01be17e040f7c3fa50 # Revert version bump
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn} CONFIG+=fat-static-lto
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Symlinks for backwards compatibility
+  for b in "$pkgdir"/usr/bin/*; do
+ln -s $(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



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

2022-01-31 Thread Tobias Powalowski via arch-commits
Date: Monday, January 31, 2022 @ 16:56:53
  Author: tpowa
Revision: 435626

upgpkg: samba 4.15.5-1: bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 16:48:01 UTC (rev 435625)
+++ PKGBUILD2022-01-31 16:56:53 UTC (rev 435626)
@@ -10,8 +10,8 @@
 
 pkgbase=samba
 pkgname=('smbclient' 'samba')
-pkgver=4.15.4
-pkgrel=2
+pkgver=4.15.5
+pkgrel=1
 arch=(x86_64)
 url="https://www.samba.org";
 license=('GPL3')
@@ -28,7 +28,7 @@
 samba.pam
 samba.conf)
 validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('e55473dd4971816a01880870309ca44f022625cd529511bcf386c865a2e7e79118577ee4866559f607952de47dc0d310d6426bd08dd4293db95ddbbe3982383d'
+sha512sums=('808e0f15931bab18a1e36298528a01a1250efaef9f99508dd620d6936dd4a2fc3ccc64ab9dcc94bd73460697d16d6ca0652ccbcdbe1644ffedce0137d796d3ca'
 'SKIP'
 
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'



[arch-commits] Commit in samba/repos/extra-x86_64 (24 files)

2022-01-31 Thread Tobias Powalowski via arch-commits
Date: Monday, January 31, 2022 @ 16:57:48
  Author: tpowa
Revision: 435627

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 435626, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 435626, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba.conf
(from rev 435626, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 435626, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 435626, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 435626, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 435626, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 435626, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 435626, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 435626, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 435626, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 435626, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

--+
 PKGBUILD |  406 ++---
 nmbd.service |   24 +--
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +--
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +--
 12 files changed, 307 insertions(+), 307 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 16:56:53 UTC (rev 435626)
+++ PKGBUILD2022-01-31 16:57:48 UTC (rev 435627)
@@ -1,203 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=4.15.4
-pkgrel=2
-arch=(x86_64)
-url="https://www.samba.org";
-license=('GPL3')
-makedepends=('python' 'python-markdown' 'python-dnspython' 'docbook-xsl' 
'pkg-config' 'libbsd' 'db' 'popt' 'libcups'
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
- 'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
- 'ceph-libs' 'liburing')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf)
-validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('e55473dd4971816a01880870309ca44f022625cd529511bcf386c865a2e7e79118577ee4866559f607952de47dc0d310d6426bd08dd4293db95ddbbe3982383d'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  

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

2022-01-31 Thread Christian Hesse via arch-commits
Date: Monday, January 31, 2022 @ 17:02:46
  Author: eworm
Revision: 1121254

upgpkg: at 3.2.4-1: new upstream release

Modified:
  at/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 16:31:00 UTC (rev 1121253)
+++ PKGBUILD2022-01-31 17:02:46 UTC (rev 1121254)
@@ -4,7 +4,7 @@
 # Contributor: Todd Musall 
 
 pkgname=at
-pkgver=3.2.2
+pkgver=3.2.4
 pkgrel=1
 pkgdesc='AT and batch delayed command scheduling utility and daemon'
 arch=('x86_64')
@@ -20,7 +20,7 @@
 
source=("http://software.calhariz.com/$pkgname/${pkgname}_${pkgver}.orig.tar.gz"{,.asc}
 '80-atd.hook'
 'pam.conf')
-sha256sums=('2211da14914fde1f9cc83592838fb6385a32fb11fcecb7816c77700df6559088'
+sha256sums=('76990cbb6f4b9bfedb926637904fdcc0d4fa20b6596b9c932117a49a0624c684'
 'SKIP'
 'a7048d6dbd8aa4d881979716829d16053b5007c2d83eb2167edd5221f9e48a33'
 'e51630c26765e88bc9c3046c62bf12c56d9863f22bcf04eb00ccd5eb421c7e18')



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

2022-01-31 Thread Christian Hesse via arch-commits
Date: Monday, January 31, 2022 @ 17:02:55
  Author: eworm
Revision: 1121255

archrelease: copy trunk to community-testing-x86_64

Added:
  at/repos/community-testing-x86_64/
  at/repos/community-testing-x86_64/80-atd.hook
(from rev 1121254, at/trunk/80-atd.hook)
  at/repos/community-testing-x86_64/PKGBUILD
(from rev 1121254, at/trunk/PKGBUILD)
  at/repos/community-testing-x86_64/pam.conf
(from rev 1121254, at/trunk/pam.conf)

-+
 80-atd.hook |9 +
 PKGBUILD|   48 
 pam.conf|   12 
 3 files changed, 69 insertions(+)

Copied: at/repos/community-testing-x86_64/80-atd.hook (from rev 1121254, 
at/trunk/80-atd.hook)
===
--- community-testing-x86_64/80-atd.hook(rev 0)
+++ community-testing-x86_64/80-atd.hook2022-01-31 17:02:55 UTC (rev 
1121255)
@@ -0,0 +1,9 @@
+[Trigger]
+Operation = Upgrade
+Type = Package
+Target = glibc
+
+[Action]
+Description = Restarting atd for libc upgrade...
+When = PostTransaction
+Exec = /usr/bin/systemctl try-restart atd.service

Copied: at/repos/community-testing-x86_64/PKGBUILD (from rev 1121254, 
at/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-01-31 17:02:55 UTC (rev 1121255)
@@ -0,0 +1,48 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Nathan Baum 
+# Contributor: Judd Vinet 
+# Contributor: Todd Musall 
+
+pkgname=at
+pkgver=3.2.4
+pkgrel=1
+pkgdesc='AT and batch delayed command scheduling utility and daemon'
+arch=('x86_64')
+url='https://salsa.debian.org/debian/at'
+license=('GPL')
+depends=('pam' 'flex')
+makedepends=('smtp-forwarder' 'git' 'systemd')
+backup=('etc/at.deny'
+'etc/pam.d/atd'
+'var/spool/atd/.SEQ')
+options=('!makeflags')
+validpgpkeys=('464BC7CD439FEE5E8B4098A0348A778D6885EF8F') # Jose M Calhariz 
(Técnico) 
+source=("http://software.calhariz.com/$pkgname/${pkgname}_${pkgver}.orig.tar.gz"{,.asc}
+'80-atd.hook'
+'pam.conf')
+sha256sums=('76990cbb6f4b9bfedb926637904fdcc0d4fa20b6596b9c932117a49a0624c684'
+'SKIP'
+'a7048d6dbd8aa4d881979716829d16053b5007c2d83eb2167edd5221f9e48a33'
+'e51630c26765e88bc9c3046c62bf12c56d9863f22bcf04eb00ccd5eb421c7e18')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-jobdir=/var/spool/atd \
+--with-atspool=/var/spool/atd \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  CFLAGS="$CFLAGS -w" make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" IROOT="$pkgdir" docdir=/usr/share/doc install
+
+  install -D -m0644 pam.conf "$pkgdir"/etc/pam.d/atd
+  install -D -m0644 80-atd.hook "$pkgdir"/usr/share/libalpm/hooks/80-atd.hook
+}
+
+# vim:set ts=2 sw=2 et:

Copied: at/repos/community-testing-x86_64/pam.conf (from rev 1121254, 
at/trunk/pam.conf)
===
--- community-testing-x86_64/pam.conf   (rev 0)
+++ community-testing-x86_64/pam.conf   2022-01-31 17:02:55 UTC (rev 1121255)
@@ -0,0 +1,12 @@
+#%PAM-1.0
+
+auth   requiredpam_unix.so
+auth   requiredpam_env.so user_readenv=1
+
+accountrequiredpam_access.so
+accountrequiredpam_unix.so
+accountrequiredpam_time.so
+
+sessionrequiredpam_loginuid.so
+sessionrequiredpam_limits.so
+sessionrequiredpam_unix.so



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 17:34:10
  Author: arojas
Revision: 435628

Build in RelWithDebInfo mode so WebEngine gets blink debug symbols

Modified:
  qt6-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 16:57:48 UTC (rev 435627)
+++ PKGBUILD2022-01-31 17:34:10 UTC (rev 435628)
@@ -5,7 +5,7 @@
 pkgname=qt6-base
 _qtver=6.2.3
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -41,6 +41,7 @@
 build() {
   cmake -B build -S $_pkgfn -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
 -DINSTALL_BINDIR=lib/qt6/bin \
 -DINSTALL_PUBLICBINDIR=usr/bin \
 -DINSTALL_LIBEXECDIR=lib/qt6 \



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

2022-01-31 Thread Antonio Rojas via arch-commits
Date: Monday, January 31, 2022 @ 17:34:27
  Author: arojas
Revision: 435629

archrelease: copy trunk to extra-x86_64

Added:
  qt6-base/repos/extra-x86_64/PKGBUILD
(from rev 435628, qt6-base/trunk/PKGBUILD)
  qt6-base/repos/extra-x86_64/qt6-base-cflags.patch
(from rev 435628, qt6-base/trunk/qt6-base-cflags.patch)
  qt6-base/repos/extra-x86_64/qt6-base-nostrip.patch
(from rev 435628, qt6-base/trunk/qt6-base-nostrip.patch)
Deleted:
  qt6-base/repos/extra-x86_64/PKGBUILD
  qt6-base/repos/extra-x86_64/qt6-base-cflags.patch
  qt6-base/repos/extra-x86_64/qt6-base-nostrip.patch

+
 PKGBUILD   |  145 +++
 qt6-base-cflags.patch  |   92 ++---
 qt6-base-nostrip.patch |   26 
 3 files changed, 132 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-31 17:34:10 UTC (rev 435628)
+++ PKGBUILD2022-01-31 17:34:27 UTC (rev 435629)
@@ -1,72 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt6-base
-_qtver=6.2.3
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=(x86_64)
-url='https://www.qt.io'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='A cross-platform application and UI framework'
-depends=(libjpeg-turbo xcb-util-keysyms xcb-util-cursor libgl fontconfig 
xdg-utils
- shared-mime-info xcb-util-wm libxrender libxi sqlite mesa 
vulkan-headers
- tslib libinput libxkbcommon-x11 libproxy libcups double-conversion 
brotli libb2 md4c)
-makedepends=(cmake ninja libfbclient mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
- gtk3 libpulse cups freetds xmlstarlet)
-optdepends=('qt6-wayland: to run Qt6 applications in a Wayland session'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin'
-'perl: for syncqt')
-groups=(qt6)
-options=(debug)
-_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
-qt6-base-cflags.patch
-qt6-base-nostrip.patch)
-sha256sums=('34d6d0072e197241463c417ad72610c3d44e2efd6062868e9a95283103d75df4'
-'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
-'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
-
-prepare() {
-  patch -d $_pkgfn -p1 < qt6-base-cflags.patch # Use system CFLAGS
-  patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with 
qmake
-}
-
-build() {
-  cmake -B build -S $_pkgfn -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_BINDIR=lib/qt6/bin \
--DINSTALL_PUBLICBINDIR=usr/bin \
--DINSTALL_LIBEXECDIR=lib/qt6 \
--DINSTALL_DOCDIR=share/doc/qt6 \
--DINSTALL_ARCHDATADIR=lib/qt6 \
--DINSTALL_DATADIR=share/qt6 \
--DINSTALL_INCLUDEDIR=include/qt6 \
--DINSTALL_MKSPECSDIR=lib/qt6/mkspecs \
--DINSTALL_EXAMPLESDIR=share/doc/qt6/examples \
--DQT_FEATURE_journald=ON \
--DQT_FEATURE_openssl_linked=ON \
--DQT_FEATURE_system_sqlite=ON \
--DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(qt6-translations)
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -Dm644 $_pkgfn/LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-# Install symlinks for user-facing tools
-  cd "$pkgdir"
-  mkdir usr/bin
-  while read _line; do
-ln -s $_line
-  done < "$srcdir"/build/user_facing_tool_links.txt
-}

Copied: qt6-base/repos/extra-x86_64/PKGBUILD (from rev 435628, 
qt6-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-31 17:34:27 UTC (rev 435629)
@@ -0,0 +1,73 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt6-base
+_qtver=6.2.3
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='A cross-platform application and UI framework'
+depends=(libjpeg-turbo xcb-util-keysyms xcb-util-cursor libgl fontconfig 
xdg-utils
+ shared-mime-info xcb-util-wm libxrender libxi sqlite mesa 
vulkan-headers
+ tslib libinput libxkbcommon-x11 libproxy libcups double-conversion 
brotli libb2 md4c)
+makedepends=(cmake ninja libfbclient mariadb-libs unixodbc postgresql alsa-lib 
gst-plugins-base-libs
+ gtk3 libpulse cups freetds xmlstarlet)
+optdepends=('qt6-wayland: to run Qt6 applications in a Wayland session'
+'postgresql-libs: PostgreSQL driver'
+'mariadb-libs: MariaDB driver'
+'unixodbc: ODBC driver'
+'libfbclient: Firebird/iBase driver'
+   

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

2022-01-31 Thread David Runge via arch-commits
Date: Monday, January 31, 2022 @ 17:36:38
  Author: dvzrv
Revision: 435630

upgpkg: archiso 61-1: Upgrade to 61.

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-31 17:34:27 UTC (rev 435629)
+++ PKGBUILD2022-01-31 17:36:38 UTC (rev 435630)
@@ -3,7 +3,7 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=archiso
-pkgver=60
+pkgver=61
 pkgrel=1
 pkgdesc="Tools for creating Arch Linux live and install iso images"
 arch=(any)



  1   2   3   4   5   6   >