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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Thursday, November 25, 2021 @ 07:57:04
  Author: arojas
Revision: 1054755

archrelease: copy trunk to community-x86_64

Added:
  openvdb/repos/community-x86_64/PKGBUILD
(from rev 1054754, openvdb/trunk/PKGBUILD)
Deleted:
  openvdb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-25 07:56:50 UTC (rev 1054754)
+++ PKGBUILD2021-11-25 07:57:04 UTC (rev 1054755)
@@ -1,42 +0,0 @@
-# Maintainer : Sven-Hendrik Haase 
-pkgname=openvdb
-pkgver=9.0.0
-pkgrel=2
-pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
-url='https://github.com/dreamworksanimation/openvdb'
-arch=('x86_64')
-license=('MPL')
-depends=('boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc' 'log4cplus')
-makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 
'python' 'python-numpy' 'ninja')
-optdepends=('glfw: for tools'
-'glu: for tools'
-'python-numpy: python module')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
-sha512sums=('1410b7b04b03fb09d6775ebe7b95e7c0a484d5f29c84203530ed30ccb7c061470be1abb93189010617342e57f3fecdd66a115c6d222024e68e2384a7fb196194')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake \
--Bbuild \
--GNinja \
--DUSE_NUMPY=ON \
--DUSE_LOG4CPLUS=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOPENVDB_BUILD_PYTHON_MODULE=ON \
--DOPENVDB_BUILD_DOCS=ON \
--DOPENVDB_BUILD_UNITTESTS=OFF
-
-  ninja -C build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
-
-  DESTDIR="${pkgdir}" ninja install
-  # Try to workaround FS#72653 for now
-  mkdir -p "${pkgdir}"/usr/share/cmake-3.22/Modules/
-  ln -s "${pkgdir}"/usr/lib/cmake/OpenVDB/FindOpenVDB.cmake 
"${pkgdir}"/usr/share/cmake-3.22/Modules/FindOpenVDB.cmake
-}
-
-# vim:set sw=2 sts=2 et:

Copied: openvdb/repos/community-x86_64/PKGBUILD (from rev 1054754, 
openvdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-25 07:57:04 UTC (rev 1054755)
@@ -0,0 +1,42 @@
+# Maintainer : Sven-Hendrik Haase 
+pkgname=openvdb
+pkgver=9.0.0
+pkgrel=4
+pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
+url='https://github.com/dreamworksanimation/openvdb'
+arch=('x86_64')
+license=('MPL')
+depends=('boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc' 'log4cplus')
+makedepends=('doxygen' 'boost' 'cmake' 'mesa' 'cppunit' 'glfw-x11' 'glu' 
'python' 'python-numpy' 'ninja')
+optdepends=('glfw: for tools'
+'glu: for tools'
+'python-numpy: python module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
+sha512sums=('1410b7b04b03fb09d6775ebe7b95e7c0a484d5f29c84203530ed30ccb7c061470be1abb93189010617342e57f3fecdd66a115c6d222024e68e2384a7fb196194')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake \
+-Bbuild \
+-GNinja \
+-DUSE_NUMPY=ON \
+-DUSE_LOG4CPLUS=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOPENVDB_BUILD_PYTHON_MODULE=ON \
+-DOPENVDB_BUILD_DOCS=ON \
+-DOPENVDB_BUILD_UNITTESTS=OFF
+
+  ninja -C build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+
+  DESTDIR="${pkgdir}" ninja install
+  # Try to workaround FS#72653 for now
+  mkdir -p "${pkgdir}"/usr/share/cmake-3.22/Modules/
+  ln -s /usr/lib/cmake/OpenVDB/{OpenVDBUtils,FindOpenVDB,FindBlosc}.cmake 
"${pkgdir}"/usr/share/cmake-3.22/Modules/
+}
+
+# vim:set sw=2 sts=2 et:



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Thursday, November 25, 2021 @ 07:56:50
  Author: arojas
Revision: 1054754

Fix symlinks, add other needed modules

Modified:
  openvdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-25 07:32:34 UTC (rev 1054753)
+++ PKGBUILD2021-11-25 07:56:50 UTC (rev 1054754)
@@ -1,7 +1,7 @@
 # Maintainer : Sven-Hendrik Haase 
 pkgname=openvdb
 pkgver=9.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A large suite of tools for the efficient storage and manipulation of 
sparse volumetric data discretized on three-dimensional grids'
 url='https://github.com/dreamworksanimation/openvdb'
 arch=('x86_64')
@@ -36,7 +36,7 @@
   DESTDIR="${pkgdir}" ninja install
   # Try to workaround FS#72653 for now
   mkdir -p "${pkgdir}"/usr/share/cmake-3.22/Modules/
-  ln -s "${pkgdir}"/usr/lib/cmake/OpenVDB/FindOpenVDB.cmake 
"${pkgdir}"/usr/share/cmake-3.22/Modules/FindOpenVDB.cmake
+  ln -s /usr/lib/cmake/OpenVDB/{OpenVDBUtils,FindOpenVDB,FindBlosc}.cmake 
"${pkgdir}"/usr/share/cmake-3.22/Modules/
 }
 
 # vim:set sw=2 sts=2 et:



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Thursday, November 25, 2021 @ 07:42:31
  Author: arojas
Revision: 429093

archrelease: copy trunk to extra-x86_64

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

+
 PKGBUILD   |  222 +++
 qt5-base-cflags.patch  |   92 +--
 qt5-base-nostrip.patch |   26 ++---
 3 files changed, 170 insertions(+), 170 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-25 07:42:19 UTC (rev 429092)
+++ PKGBUILD2021-11-25 07:42:31 UTC (rev 429093)
@@ -1,111 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-pkgver=5.15.2+kde+r259
-pkgrel=1
-_commit=4882866353e01048383937487fcf9000c2312fcc
-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-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion' 'md4c')
-makedepends=('libfbclient' 'mariadb-libs' 'unixodbc' 'postgresql-libs' 
'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers' 'git')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-wayland: to run Qt applications in a Wayland session'
-'qt5-translations: for some native UI translations'
-'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 fixqt4headers and syncqt')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn=qtbase
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
-qt5-base-cflags.patch
-qt5-base-nostrip.patch)
-sha256sums=('SKIP'
-'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
-'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
-
-pkgver() {
-  cd $_pkgfqn
-  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
-}
-
-prepare() {
-  cd ${_pkgfqn}
-
-  git revert -n 6344955d17e17e2398720fe60c34cfc2a4a95208 # Revert version bump
-
-  patch -p1 < ../qt5-base-cflags.patch # Use system CFLAGS in qmake
-  patch -p1 < ../qt5-base-nostrip.patch # Don't strip binaries with qmake
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-mimetype-database \
--no-use-gold-linker \
--reduce-relocations \
--no-strip
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # 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' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/extra-x86_64/PKGBUILD (from rev 429092, 
qt5-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-25 07:42:31 UTC (rev 429093)
@@ 

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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Thursday, November 25, 2021 @ 07:42:19
  Author: arojas
Revision: 429092

Bump revision

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 23:33:31 UTC (rev 429091)
+++ PKGBUILD2021-11-25 07:42:19 UTC (rev 429092)
@@ -3,9 +3,9 @@
 
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
-pkgver=5.15.2+kde+r259
+pkgver=5.15.2+kde+r260
 pkgrel=1
-_commit=4882866353e01048383937487fcf9000c2312fcc
+_commit=00e0ffa0297957871ad1f22626524b6bd8e87260
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Thursday, November 25, 2021 @ 07:32:34
  Author: arojas
Revision: 1054753

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 1054752, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-25 07:32:22 UTC (rev 1054752)
+++ PKGBUILD2021-11-25 07:32:34 UTC (rev 1054753)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.31.61
-pkgrel=1
-arch=(any)
-url='https://jmol.sourceforge.net'
-license=(LGPL)
-makedepends=(unzip)
-source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('c7c6dc63b7123f50b0418564b26bf10fb67a9128260f1cd8e195e8e2e4b59dec')
-
-package_jmol() {
-  pkgdesc='A Java 3D viewer for chemical structures'
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc='A JavaScript 3D viewer for chemical structures'
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 1054752, 
jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-25 07:32:34 UTC (rev 1054753)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.31.62
+pkgrel=1
+arch=(any)
+url='https://jmol.sourceforge.net'
+license=(LGPL)
+makedepends=(unzip)
+source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
+sha256sums=('c5422584d5bbe63a247adc0445d03ea38ce681b66ab639b0f7a7dd7c9f303fd6')
+
+package_jmol() {
+  pkgdesc='A Java 3D viewer for chemical structures'
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc='A JavaScript 3D viewer for chemical structures'
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Thursday, November 25, 2021 @ 07:32:22
  Author: arojas
Revision: 1054752

Update to 14.31.62

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-25 01:10:50 UTC (rev 1054751)
+++ PKGBUILD2021-11-25 07:32:22 UTC (rev 1054752)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.31.61
+pkgver=14.31.62
 pkgrel=1
 arch=(any)
 url='https://jmol.sourceforge.net'
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz)
-sha256sums=('c7c6dc63b7123f50b0418564b26bf10fb67a9128260f1cd8e195e8e2e4b59dec')
+sha256sums=('c5422584d5bbe63a247adc0445d03ea38ce681b66ab639b0f7a7dd7c9f303fd6')
 
 package_jmol() {
   pkgdesc='A Java 3D viewer for chemical structures'



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

2021-11-24 Thread George Rawlinson via arch-commits
Date: Thursday, November 25, 2021 @ 01:10:50
  Author: grawlinson
Revision: 1054751

archrelease: copy trunk to community-x86_64

Added:
  nomad/repos/community-x86_64/PKGBUILD
(from rev 1054750, nomad/trunk/PKGBUILD)
  nomad/repos/community-x86_64/defaults.hcl
(from rev 1054750, nomad/trunk/defaults.hcl)
  nomad/repos/community-x86_64/systemd.service
(from rev 1054750, nomad/trunk/systemd.service)
  nomad/repos/community-x86_64/tmpfiles.conf
(from rev 1054750, nomad/trunk/tmpfiles.conf)
Deleted:
  nomad/repos/community-x86_64/PKGBUILD
  nomad/repos/community-x86_64/defaults.hcl
  nomad/repos/community-x86_64/systemd.service
  nomad/repos/community-x86_64/tmpfiles.conf

-+
 PKGBUILD|  146 +++---
 defaults.hcl|   14 ++---
 systemd.service |   40 +++---
 tmpfiles.conf   |4 -
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-25 01:09:41 UTC (rev 1054750)
+++ PKGBUILD2021-11-25 01:10:50 UTC (rev 1054751)
@@ -1,73 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=nomad
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="A simple and flexible workload orchestrator"
-arch=('x86_64')
-url="https://www.nomadproject.io;
-license=('MPL2')
-depends=('iptables')
-makedepends=('go' 'git')
-optdepends=(
-  'docker: for docker driver'
-  'java-runtime: for java driver'
-  'java-runtime-headless: for java driver - headless'
-  'qemu: for qemu driver'
-  'nomad-driver-nspawn: for systemd-nspawn driver'
-  'nomad-driver-podman: for podman driver'
-  'nomad-driver-lxc: for lxc driver'
-  'nomad-driver-containerd: for containerd driver'
-)
-backup=(etc/nomad.d/defaults.hcl)
-source=(
-  
"$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/nomad/archive/v$pkgver.tar.gz;
-  'systemd.service'
-  'tmpfiles.conf'
-  'defaults.hcl'
-)
-sha512sums=('506eb3493b5906a1b4d3aa79fe0cbc2f80bd29371c92194f3eebc0d67b29aecb1fd49cfb5513118fbf4bde239fb0292e9010beef057bfe45305817e2c21b26b7'
-
'4fe233272e6872cb9ec0c594944a3c701d93ee59952688a4bc45b126442ecf973d23e50b3c4c9c5c62778d0c555ace2e2781955448239249d39fe21d184c8f1b'
-
'398724820ee6f1ffa7860b8dd0013b671ba97ffb001331a10e7795148e3e6ff711a06f2156187c23b71bfccb13dac70828df5a29d59441706753cc17afd1e3d7'
-
'9bc9dc93b2683c848e94d5d7a59102ceebd6c4b64f14c85591b9502bc44e3c74589425f1f278ef21407d10c4a9a82abd95e2c748d347d76836bdb741bbff7f7c')
-b2sums=('a4e142241595b4fb0e8b5150f546f9b5727fbdf75eff7cee2ac9c8f23c9f4274ab20481ba9538e89f25dcc38cc6e0327e88b2e88f666c58abbdd5f6c3a15e532'
-
'0f931868e9d7465f3be176ab789b7c7b5a4c35713a82e4d3bb94460254011779d814d4708f4f8cc76ba0dd1928ac7eeda42e01ed43be675a5d26d0b75ba986b9'
-
'4142a758057382846b48e9bfc443c1218c8fde866544d56c6e773933d67a0824e365280d39864249f355aee6080e0b4b969fd8cc4c5826583821ad1843b07e35'
-
'abbf4c69d70e03b318f73ef84ccf258e39b25ac956ec68c82bebe277662ddd1677719c3b693c04a8cc38554c562a127aa2ba4061e20e594440d432d729bab3b3')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-
-  local GO_TAGS="ui release"
-
-  go build -v \
--buildmode=pie \
--trimpath \
--mod=readonly \
--modcacherw \
--ldflags "-extldflags ${LDFLAGS} -X "main.GitCommit=${pkgver}"" \
--tags "$GO_TAGS" \
--o build .
-}
-
-package() {
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" "$pkgname-$pkgver/build/$pkgname"
-
-  # configuration
-  install -vDm644 -t "$pkgdir/etc/nomad.d" defaults.hcl
-
-  # systemd integration
-  install -vDm644 systemd.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -vDm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: nomad/repos/community-x86_64/PKGBUILD (from rev 1054750, 
nomad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-25 01:10:50 UTC (rev 1054751)
@@ -0,0 +1,73 @@
+# Maintainer: George Rawlinson 
+
+pkgname=nomad
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A simple and flexible workload orchestrator"
+arch=('x86_64')
+url="https://www.nomadproject.io;
+license=('MPL2')
+depends=('iptables')
+makedepends=('go' 'git')
+optdepends=(
+  'docker: for docker driver'
+  'java-runtime: for java driver'
+  'java-runtime-headless: for java driver - headless'
+  'qemu: for qemu driver'
+  'nomad-driver-nspawn: for systemd-nspawn driver'
+  'nomad-driver-podman: for podman driver'
+  'nomad-driver-lxc: for lxc driver'
+  'nomad-driver-containerd: for containerd driver'
+)
+backup=(etc/nomad.d/defaults.hcl)
+source=(
+  
"$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/nomad/archive/v$pkgver.tar.gz;
+  'systemd.service'
+  'tmpfiles.conf'
+  'defaults.hcl'
+)

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

2021-11-24 Thread George Rawlinson via arch-commits
Date: Thursday, November 25, 2021 @ 01:09:41
  Author: grawlinson
Revision: 1054750

upgpkg: nomad 1.2.2-1

New upstream release.

Modified:
  nomad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-25 01:06:47 UTC (rev 1054749)
+++ PKGBUILD2021-11-25 01:09:41 UTC (rev 1054750)
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=nomad
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="A simple and flexible workload orchestrator"
 arch=('x86_64')
@@ -26,11 +26,11 @@
   'tmpfiles.conf'
   'defaults.hcl'
 )
-sha512sums=('506eb3493b5906a1b4d3aa79fe0cbc2f80bd29371c92194f3eebc0d67b29aecb1fd49cfb5513118fbf4bde239fb0292e9010beef057bfe45305817e2c21b26b7'
+sha512sums=('4fde02dc6878e9b42a54eac81d7a88e8f6d56f15b6f584e50528ca0605f93a0dd3175e87535981d98902c74020de6b45dc1ab72451c2695fdd9359ffec2c40ed'
 
'4fe233272e6872cb9ec0c594944a3c701d93ee59952688a4bc45b126442ecf973d23e50b3c4c9c5c62778d0c555ace2e2781955448239249d39fe21d184c8f1b'
 
'398724820ee6f1ffa7860b8dd0013b671ba97ffb001331a10e7795148e3e6ff711a06f2156187c23b71bfccb13dac70828df5a29d59441706753cc17afd1e3d7'
 
'9bc9dc93b2683c848e94d5d7a59102ceebd6c4b64f14c85591b9502bc44e3c74589425f1f278ef21407d10c4a9a82abd95e2c748d347d76836bdb741bbff7f7c')
-b2sums=('a4e142241595b4fb0e8b5150f546f9b5727fbdf75eff7cee2ac9c8f23c9f4274ab20481ba9538e89f25dcc38cc6e0327e88b2e88f666c58abbdd5f6c3a15e532'
+b2sums=('5c40fb4f14793bb7ab2492fe7beff7e7a4156763b7ff2ba6405a607433f50eceae472e5cfd71b3165ec22dc827c322630e2b51ccc80b54d67fb80bc5724deef5'
 
'0f931868e9d7465f3be176ab789b7c7b5a4c35713a82e4d3bb94460254011779d814d4708f4f8cc76ba0dd1928ac7eeda42e01ed43be675a5d26d0b75ba986b9'
 
'4142a758057382846b48e9bfc443c1218c8fde866544d56c6e773933d67a0824e365280d39864249f355aee6080e0b4b969fd8cc4c5826583821ad1843b07e35'
 
'abbf4c69d70e03b318f73ef84ccf258e39b25ac956ec68c82bebe277662ddd1677719c3b693c04a8cc38554c562a127aa2ba4061e20e594440d432d729bab3b3')



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

2021-11-24 Thread George Rawlinson via arch-commits
Date: Thursday, November 25, 2021 @ 01:06:47
  Author: grawlinson
Revision: 1054749

archrelease: copy trunk to community-x86_64

Added:
  sqlc/repos/community-x86_64/
  sqlc/repos/community-x86_64/PKGBUILD
(from rev 1054748, sqlc/trunk/PKGBUILD)

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

Copied: sqlc/repos/community-x86_64/PKGBUILD (from rev 1054748, 
sqlc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-11-25 01:06:47 UTC (rev 1054749)
@@ -0,0 +1,68 @@
+# Maintainer: George Rawlinson 
+# Contributor: Alkindi42
+
+pkgname=sqlc
+pkgver=1.11.0
+pkgrel=1
+pkgdesc="Compile SQL to type-safe Go"
+arch=('x86_64')
+url="https://sqlc.dev;
+license=('MIT')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kyleconroy/sqlc/archive/v$pkgver.tar.gz;)
+sha512sums=('1ae7476b456675613277efbc22ce0215bd3933f32f112501e737a8cba559a7c8058f8cd9cde47c08bab99b896fcc49908a2a9648c12660de72ee3269eb975164')
+b2sums=('02a094731b55608824d31df3533b8b4c287407650d1c2d90eb6df848d50389d0c520970b31d9181e0955b0e398f64350fcb9fbd415d4f117d61bf64c92bd171d')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # create folder for build output
+  mkdir -p build
+
+  # download dependencies
+  go mod download
+}
+build() {
+  cd "$pkgname-$pkgver"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  # build binary
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags ${LDFLAGS}" \
+-o build \
+./cmd/...
+
+  # generate shell completions
+  for sh in bash fish zsh; do
+./build/sqlc completion "$sh" > "build/$sh"
+  done
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" build/sqlc
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  # shell completions
+  install -vDm644 build/bash 
"$pkgdir/usr/share/bash-completion/completions/sqlc"
+  install -vDm644 build/fish 
"$pkgdir/usr/share/fish/vendor_completions.d/sqlc.fish"
+  install -vDm644 build/zsh "$pkgdir/usr/share/zsh/site-functions/_sqlc"
+}



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

2021-11-24 Thread George Rawlinson via arch-commits
Date: Thursday, November 25, 2021 @ 01:05:57
  Author: grawlinson
Revision: 1054748

addpkg: sqlc 1.11.0-1

Added:
  sqlc/
  sqlc/repos/
  sqlc/trunk/
  sqlc/trunk/PKGBUILD

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

Added: sqlc/trunk/PKGBUILD
===
--- sqlc/trunk/PKGBUILD (rev 0)
+++ sqlc/trunk/PKGBUILD 2021-11-25 01:05:57 UTC (rev 1054748)
@@ -0,0 +1,68 @@
+# Maintainer: George Rawlinson 
+# Contributor: Alkindi42
+
+pkgname=sqlc
+pkgver=1.11.0
+pkgrel=1
+pkgdesc="Compile SQL to type-safe Go"
+arch=('x86_64')
+url="https://sqlc.dev;
+license=('MIT')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kyleconroy/sqlc/archive/v$pkgver.tar.gz;)
+sha512sums=('1ae7476b456675613277efbc22ce0215bd3933f32f112501e737a8cba559a7c8058f8cd9cde47c08bab99b896fcc49908a2a9648c12660de72ee3269eb975164')
+b2sums=('02a094731b55608824d31df3533b8b4c287407650d1c2d90eb6df848d50389d0c520970b31d9181e0955b0e398f64350fcb9fbd415d4f117d61bf64c92bd171d')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # create folder for build output
+  mkdir -p build
+
+  # download dependencies
+  go mod download
+}
+build() {
+  cd "$pkgname-$pkgver"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  # build binary
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags ${LDFLAGS}" \
+-o build \
+./cmd/...
+
+  # generate shell completions
+  for sh in bash fish zsh; do
+./build/sqlc completion "$sh" > "build/$sh"
+  done
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" build/sqlc
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  # shell completions
+  install -vDm644 build/bash 
"$pkgdir/usr/share/bash-completion/completions/sqlc"
+  install -vDm644 build/fish 
"$pkgdir/usr/share/fish/vendor_completions.d/sqlc.fish"
+  install -vDm644 build/zsh "$pkgdir/usr/share/zsh/site-functions/_sqlc"
+}



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

2021-11-24 Thread Caleb Maclennan via arch-commits
Date: Wednesday, November 24, 2021 @ 23:34:51
  Author: alerque
Revision: 1054747

archrelease: copy trunk to community-x86_64

Added:
  git-delta/repos/community-x86_64/PKGBUILD
(from rev 1054746, git-delta/trunk/PKGBUILD)
Deleted:
  git-delta/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 23:34:27 UTC (rev 1054746)
+++ PKGBUILD2021-11-24 23:34:51 UTC (rev 1054747)
@@ -1,55 +0,0 @@
-# Maintainer: George Rawlinson 
-# Maintainer: Caleb Maclennan 
-# Contributor:  Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor : ccorn
-
-pkgname=git-delta
-_pkgname=delta
-pkgver=0.9.2
-pkgrel=2
-pkgdesc='Syntax-highlighting pager for git and diff output'
-arch=('x86_64')
-url="https://github.com/dandavison/delta;
-license=('MIT')
-depends=('libgit2')
-makedepends=('rust')
-checkdepends=('git')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-b2sums=('46ed5598965553f6c9df28863efd0304deecedc41970701fe46d8698494cdfd371bc463845586b9e3a1150034a36abde403d6eb5185c79bf65d918418690beea')
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$_pkgname-$pkgver"
-  cargo build --frozen --release --all-features
-}
-
-check() {
-  cd "$_pkgname-$pkgver"
-  # some tests hang for 60+ seconds, find out why
-  # took my machine ~ 470 seconds
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" target/release/delta
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
-  # shell auto-completions
-  install -vDm644 etc/completion/completion.bash \
-"$pkgdir/usr/share/bash-completion/completions/$_pkgname"
-  install -vDm644 etc/completion/completion.zsh \
-"$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: git-delta/repos/community-x86_64/PKGBUILD (from rev 1054746, 
git-delta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 23:34:51 UTC (rev 1054747)
@@ -0,0 +1,55 @@
+# Maintainer: George Rawlinson 
+# Maintainer: Caleb Maclennan 
+# Contributor:  Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor : ccorn
+
+pkgname=git-delta
+_pkgname=delta
+pkgver=0.10.0
+pkgrel=1
+pkgdesc='Syntax-highlighting pager for git and diff output'
+arch=('x86_64')
+url="https://github.com/dandavison/delta;
+license=('MIT')
+depends=('libgit2')
+makedepends=('rust')
+checkdepends=('git')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+b2sums=('8aaef22778edf1b1d3118d6a743a26f03bfb25cedbed11b4b4a783b98160cb6efbea0d0c67a7ffd37a89a46690e2bdb76096803277cede77aad905afe00cafb9')
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$_pkgname-$pkgver"
+  cargo build --frozen --release --all-features
+}
+
+check() {
+  cd "$_pkgname-$pkgver"
+  # some tests hang for 60+ seconds, find out why
+  # took my machine ~ 470 seconds
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  # binary
+  install -vDm755 -t "$pkgdir/usr/bin" target/release/delta
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+  # shell auto-completions
+  install -vDm644 etc/completion/completion.bash \
+"$pkgdir/usr/share/bash-completion/completions/$_pkgname"
+  install -vDm644 etc/completion/completion.zsh \
+"$pkgdir/usr/share/zsh/site-functions/_$_pkgname"
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}



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

2021-11-24 Thread Caleb Maclennan via arch-commits
Date: Wednesday, November 24, 2021 @ 23:34:27
  Author: alerque
Revision: 1054746

upgpkg: git-delta 0.10.0-1

Modified:
  git-delta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 22:37:47 UTC (rev 1054745)
+++ PKGBUILD2021-11-24 23:34:27 UTC (rev 1054746)
@@ -5,8 +5,8 @@
 
 pkgname=git-delta
 _pkgname=delta
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc='Syntax-highlighting pager for git and diff output'
 arch=('x86_64')
 url="https://github.com/dandavison/delta;
@@ -16,7 +16,7 @@
 checkdepends=('git')
 options=('!lto')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-b2sums=('46ed5598965553f6c9df28863efd0304deecedc41970701fe46d8698494cdfd371bc463845586b9e3a1150034a36abde403d6eb5185c79bf65d918418690beea')
+b2sums=('8aaef22778edf1b1d3118d6a743a26f03bfb25cedbed11b4b4a783b98160cb6efbea0d0c67a7ffd37a89a46690e2bdb76096803277cede77aad905afe00cafb9')
 
 prepare() {
   cd "$_pkgname-$pkgver"



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

2021-11-24 Thread David Runge via arch-commits
Date: Wednesday, November 24, 2021 @ 23:33:31
  Author: dvzrv
Revision: 429091

archrelease: copy trunk to extra-x86_64

Added:
  ostree/repos/extra-x86_64/PKGBUILD
(from rev 429090, ostree/trunk/PKGBUILD)
Deleted:
  ostree/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 23:33:04 UTC (rev 429090)
+++ PKGBUILD2021-11-24 23:33:31 UTC (rev 429091)
@@ -1,80 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Mirco Tischler 
-
-_name=libostree
-pkgname=ostree
-pkgver=2021.5
-_commit='63bf5e606b24c7343bfe622bf6af2110ee6beabc' # 2021.5
-pkgrel=1
-pkgdesc="Operating system and container binary deployment and upgrades"
-url="https://ostree.readthedocs.org/en/latest/;
-arch=('x86_64')
-license=('GPL2')
-depends=('fuse2' 'glibc' 'libgpg-error' 'libsodium' 'util-linux' 'openssl' 'xz'
-'zlib')
-makedepends=('avahi' 'e2fsprogs' 'git' 'glib2' 'gobject-introspection' 'gpgme'
-'gtk-doc' 'libarchive' 'libsoup' libxslt 'mkinitcpio' 'python' 'systemd')
-checkdepends=('cpio' 'elfutils' 'gjs' 'parallel' 'python-yaml' 'syslinux')
-provides=('libostree-1.so')
-source=("git+https://github.com/ostreedev/ostree#commit=${_commit};
-"git+https://github.com/mendsley/bsdiff;
-"git+https://gitlab.gnome.org/GNOME/libglnx.git;)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP')
-b2sums=('SKIP'
-'SKIP'
-'SKIP')
-# upstream ticket about chain of trust:
-# https://github.com/ostreedev/ostree/issues/2349
-validpgpkeys=('1CEC7A9DF7DA85ABEF843DC0A866D7CCAE087291') # Colin Walters 

-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---with-builtin-grub2-mkconfig \
---with-ed25519-libsodium \
---with-dracut \
---with-mkinitcpio \
---with-openssl \
---enable-experimental-api \
---disable-static \
---enable-gtk-doc
-
-  # circumvent overlinking
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd "$pkgname"
-  make check -k || echo "Known to fail: 
https://github.com/ostreedev/ostree/issues/2313;
-}
-
-package() {
-  depends+=('libarchive.so' 'libavahi-client.so' 'libavahi-common.so'
-  'libavahi-glib.so' 'libgio-2.0.so' 'libglib-2.0.so' 'libgobject-2.0.so'
-  'libgpgme.so' 'libsoup-2.4.so' 'libsystemd.so')
-
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: ostree/repos/extra-x86_64/PKGBUILD (from rev 429090, 
ostree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 23:33:31 UTC (rev 429091)
@@ -0,0 +1,79 @@
+# Maintainer: David Runge 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Mirco Tischler 
+
+_name=libostree
+pkgname=ostree
+pkgver=2021.6
+_commit='f1155c8d283c3c85d74d5e1050b0dcf8198f750a'  # 2021.6^{}
+pkgrel=1
+pkgdesc="Operating system and container binary deployment and upgrades"
+arch=(x86_64)
+url="https://ostree.readthedocs.org/en/latest/;
+license=(GPL2)
+depends=(fuse2 glibc libgpg-error libsodium util-linux openssl xz zlib)
+makedepends=(avahi e2fsprogs git glib2 gobject-introspection gpgme gtk-doc
+libarchive libsoup libxslt mkinitcpio python systemd)
+checkdepends=(cpio elfutils gjs parallel python-yaml syslinux)
+provides=(libostree-1.so)
+source=("git+https://github.com/ostreedev/ostree#commit=${_commit};
+"git+https://github.com/mendsley/bsdiff;
+"git+https://gitlab.gnome.org/GNOME/libglnx.git;)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP')
+b2sums=('SKIP'
+'SKIP'
+'SKIP')
+# upstream ticket about chain of trust:
+# https://github.com/ostreedev/ostree/issues/2349
+validpgpkeys=('1CEC7A9DF7DA85ABEF843DC0A866D7CCAE087291') # Colin Walters 

+
+prepare() {
+  cd "$pkgname"
+
+  git submodule init
+  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-builtin-grub2-mkconfig \
+--with-ed25519-libsodium \
+--with-dracut \
+--with-mkinitcpio \
+--with-openssl \
+--enable-experimental-api \
+--disable-static \
+--enable-gtk-doc
+
+  # circumvent 

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

2021-11-24 Thread David Runge via arch-commits
Date: Wednesday, November 24, 2021 @ 23:33:04
  Author: dvzrv
Revision: 429090

upgpkg: ostree 2021.6-1: Upgrade to 2021.6.

Simplify quoting in file.

Modified:
  ostree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 23:07:15 UTC (rev 429089)
+++ PKGBUILD2021-11-24 23:33:04 UTC (rev 429090)
@@ -4,19 +4,18 @@
 
 _name=libostree
 pkgname=ostree
-pkgver=2021.5
-_commit='63bf5e606b24c7343bfe622bf6af2110ee6beabc' # 2021.5
+pkgver=2021.6
+_commit='f1155c8d283c3c85d74d5e1050b0dcf8198f750a'  # 2021.6^{}
 pkgrel=1
 pkgdesc="Operating system and container binary deployment and upgrades"
+arch=(x86_64)
 url="https://ostree.readthedocs.org/en/latest/;
-arch=('x86_64')
-license=('GPL2')
-depends=('fuse2' 'glibc' 'libgpg-error' 'libsodium' 'util-linux' 'openssl' 'xz'
-'zlib')
-makedepends=('avahi' 'e2fsprogs' 'git' 'glib2' 'gobject-introspection' 'gpgme'
-'gtk-doc' 'libarchive' 'libsoup' libxslt 'mkinitcpio' 'python' 'systemd')
-checkdepends=('cpio' 'elfutils' 'gjs' 'parallel' 'python-yaml' 'syslinux')
-provides=('libostree-1.so')
+license=(GPL2)
+depends=(fuse2 glibc libgpg-error libsodium util-linux openssl xz zlib)
+makedepends=(avahi e2fsprogs git glib2 gobject-introspection gpgme gtk-doc
+libarchive libsoup libxslt mkinitcpio python systemd)
+checkdepends=(cpio elfutils gjs parallel python-yaml syslinux)
+provides=(libostree-1.so)
 source=("git+https://github.com/ostreedev/ostree#commit=${_commit};
 "git+https://github.com/mendsley/bsdiff;
 "git+https://gitlab.gnome.org/GNOME/libglnx.git;)
@@ -71,9 +70,9 @@
 }
 
 package() {
-  depends+=('libarchive.so' 'libavahi-client.so' 'libavahi-common.so'
-  'libavahi-glib.so' 'libgio-2.0.so' 'libglib-2.0.so' 'libgobject-2.0.so'
-  'libgpgme.so' 'libsoup-2.4.so' 'libsystemd.so')
+  depends+=(libarchive.so libavahi-client.so libavahi-common.so
+  libavahi-glib.so libgio-2.0.so libglib-2.0.so libgobject-2.0.so libgpgme.so
+  libsoup-2.4.so libsystemd.so)
 
   cd "$pkgname"
   make DESTDIR="$pkgdir" install



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

2021-11-24 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 24, 2021 @ 23:07:15
  Author: foutrelis
Revision: 429089

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 429088, geoip-database/trunk/PKGBUILD)
  geoip-database/repos/extra-any/update.sh
(from rev 429088, geoip-database/trunk/update.sh)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD
  geoip-database/repos/extra-any/update.sh

---+
 PKGBUILD  |  164 ++--
 update.sh |   56 ++--
 2 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 23:07:10 UTC (rev 429088)
+++ PKGBUILD2021-11-24 23:07:15 UTC (rev 429089)
@@ -1,82 +0,0 @@
-# Maintainer: Evangelos Foutras 
-
-pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20211026
-pkgrel=1
-arch=('any')
-url="https://mailfud.org/geoip-legacy/;
-license=('CCPL:by-sa')
-makedepends=('util-linux')
-checkdepends=('geoip')
-_source_base=https://sources.archlinux.org/other/packages/$pkgname/$pkgver
-source=(GeoIP-$pkgver.dat.gz::$_source_base/GeoIP.dat.gz
-GeoIPv6-$pkgver.dat.gz::$_source_base/GeoIPv6.dat.gz
-GeoIPCity-$pkgver.dat.gz::$_source_base/GeoIPCity.dat.gz
-GeoIPCityv6-$pkgver.dat.gz::$_source_base/GeoIPCityv6.dat.gz
-GeoIPASNum-$pkgver.dat.gz::$_source_base/GeoIPASNum.dat.gz
-GeoIPASNumv6-$pkgver.dat.gz::$_source_base/GeoIPASNumv6.dat.gz)
-sha256sums=('8b561328de2080ea28716a74ec32217a5d60616202fb21654de1a780f404c4d7'
-'b50eb2e3472427206af845ab795d0f4478341c9289ba3912a4a5e0f5d8d8e168'
-'161c240a50226dc94c9a4b7e159b90dab09da2fb4da8a3d2f3214dcd07bdada9'
-'9834491a590bd504817ea2defc6525f476f3ed79f311a928f319943dfefb8714'
-'3c14d19d7fa877af57976d7211cb52f07a71acf256c8bb4381884431dfed2d3e'
-'c9fe342b112bf0507e63a6227faa889545f8ee8fd032e3ee1aea6117a3de55c5')
-
-prepare() {
-  cd "$srcdir"
-  rename -v -- "-$pkgver" '' *.dat
-}
-
-check() {
-  cd "$srcdir"
-
-  if [[ $(geoiplookup -f GeoIP.dat 8.8.8.8) != *'US, United States' ]]; then
-echo >&2 'Unable to resolve IPv4 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPv6.dat 2001:4860:4860::) != *'US, United 
States' ]]; then
-echo >&2 'Unable to resolve IPv6 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPCity.dat 8.8.8.8) != *'US, 00, N/A, N/A'* ]]; 
then
-echo >&2 'Unable to resolve IPv4 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPCityv6.dat 2001:4860:4860::) != *'US, 00, 
N/A, N/A'* ]]; then
-echo >&2 'Unable to resolve IPv6 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPASNum.dat 8.8.8.8) != *'AS15169 GOOGLE' ]]; then
-echo >&2 'Unable to resolve IPv4 address to ASN.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPASNumv6.dat 2001:4860:4860::) != *'AS15169 
GOOGLE' ]]; then
-echo >&2 'Unable to resolve IPv6 address to ASN.'
-return 1
-  fi
-}
-
-package_geoip-database() {
-  pkgdesc="GeoIP legacy country database (based on GeoLite2 data created by 
MaxMind)"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP{,v6}.dat
-}
-
-package_geoip-database-extra() {
-  pkgdesc="GeoIP legacy city/ASN databases (based on GeoLite2 data created by 
MaxMind)"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIPCity{,v6}.dat 
GeoIPASNum{,v6}.dat
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 429088, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 23:07:15 UTC (rev 429089)
@@ -0,0 +1,82 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=('geoip-database' 'geoip-database-extra')
+pkgver=20211123
+pkgrel=1
+arch=('any')
+url="https://mailfud.org/geoip-legacy/;
+license=('CCPL:by-sa')
+makedepends=('util-linux')
+checkdepends=('geoip')
+_source_base=https://sources.archlinux.org/other/packages/$pkgname/$pkgver
+source=(GeoIP-$pkgver.dat.gz::$_source_base/GeoIP.dat.gz
+GeoIPv6-$pkgver.dat.gz::$_source_base/GeoIPv6.dat.gz
+GeoIPCity-$pkgver.dat.gz::$_source_base/GeoIPCity.dat.gz
+GeoIPCityv6-$pkgver.dat.gz::$_source_base/GeoIPCityv6.dat.gz
+GeoIPASNum-$pkgver.dat.gz::$_source_base/GeoIPASNum.dat.gz
+GeoIPASNumv6-$pkgver.dat.gz::$_source_base/GeoIPASNumv6.dat.gz)
+sha256sums=('17cc005ce719b846a46d2248005136ff105d0a36bbde9c03f58a1ba4de0b274b'
+'5777bb21f864e485cce44aed3a540b36757564adf6c53cb41bbad46d178e0528'
+'a77f82e60506279bd1af23beca838fee8dcedc1754929cd776382cf8df3606d4'
+'78e99bf1dcd75e625250c7baa71dfb07cff0705f6ca3d68c06a0c5d212bd9499'
+   

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

2021-11-24 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 24, 2021 @ 23:07:10
  Author: foutrelis
Revision: 429088

upgpkg: geoip-database 20211123-1: update

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 22:05:59 UTC (rev 429087)
+++ PKGBUILD2021-11-24 23:07:10 UTC (rev 429088)
@@ -1,7 +1,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20211026
+pkgver=20211123
 pkgrel=1
 arch=('any')
 url="https://mailfud.org/geoip-legacy/;
@@ -15,12 +15,12 @@
 GeoIPCityv6-$pkgver.dat.gz::$_source_base/GeoIPCityv6.dat.gz
 GeoIPASNum-$pkgver.dat.gz::$_source_base/GeoIPASNum.dat.gz
 GeoIPASNumv6-$pkgver.dat.gz::$_source_base/GeoIPASNumv6.dat.gz)
-sha256sums=('8b561328de2080ea28716a74ec32217a5d60616202fb21654de1a780f404c4d7'
-'b50eb2e3472427206af845ab795d0f4478341c9289ba3912a4a5e0f5d8d8e168'
-'161c240a50226dc94c9a4b7e159b90dab09da2fb4da8a3d2f3214dcd07bdada9'
-'9834491a590bd504817ea2defc6525f476f3ed79f311a928f319943dfefb8714'
-'3c14d19d7fa877af57976d7211cb52f07a71acf256c8bb4381884431dfed2d3e'
-'c9fe342b112bf0507e63a6227faa889545f8ee8fd032e3ee1aea6117a3de55c5')
+sha256sums=('17cc005ce719b846a46d2248005136ff105d0a36bbde9c03f58a1ba4de0b274b'
+'5777bb21f864e485cce44aed3a540b36757564adf6c53cb41bbad46d178e0528'
+'a77f82e60506279bd1af23beca838fee8dcedc1754929cd776382cf8df3606d4'
+'78e99bf1dcd75e625250c7baa71dfb07cff0705f6ca3d68c06a0c5d212bd9499'
+'fb7869cb8a24d8bbbf60d156ee69c2c9d14681020f2c5b61f6fc1ae39aed9dde'
+'a5fb4d75c6ea693d6defff598aa268c78b8c7765075bcaa60c7052458729e35d')
 
 prepare() {
   cd "$srcdir"



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 22:32:08
  Author: arojas
Revision: 1054743

archrelease: copy trunk to community-staging-x86_64

Added:
  opensubdiv/repos/community-staging-x86_64/
  opensubdiv/repos/community-staging-x86_64/PKGBUILD
(from rev 1054742, opensubdiv/trunk/PKGBUILD)
  opensubdiv/repos/community-staging-x86_64/cuda11.patch
(from rev 1054742, opensubdiv/trunk/cuda11.patch)
  opensubdiv/repos/community-staging-x86_64/python3.patch
(from rev 1054742, opensubdiv/trunk/python3.patch)

---+
 PKGBUILD  |   50 
 cuda11.patch  |   17 ++
 python3.patch |  139 
 3 files changed, 206 insertions(+)

Copied: opensubdiv/repos/community-staging-x86_64/PKGBUILD (from rev 1054742, 
opensubdiv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-24 22:32:08 UTC (rev 1054743)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=opensubdiv
+pkgver=3.4.4
+pkgrel=8
+pkgdesc="An Open-Source subdivision surface library"
+arch=(x86_64)
+url="http://graphics.pixar.com/opensubdiv;
+license=('APACHE')
+depends=('ptex' 'intel-tbb' 'libxcursor' 'xorg-xrandr' 'libxinerama')
+makedepends=('cmake' 'doxygen' 'glfw' 'glew' 'python' 'python-pygments' 
'python-docutils' 'opencl-headers' 'cuda')
+source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz;
+python3.patch
+cuda11.patch
+
opensubdiv-tbb2021.patch::https://github.com/PixarAnimationStudios/OpenSubdiv/commit/9079a517.patch)
+sha512sums=('fc8f28b79347015c8991150535c1339e695d96947c72fadd4fa27b546a0813c1125cd175ee03bed5aacdb3609f74c4e526ef70103d1195ba9f7df041e73ea9fb'
+
'10f1f63e07d59deb4d91ba04448bb360efff0e41202bb6737caffbce09ba244efb349fe25b24880420b80fdadb268aed84923464af0d66ee1a36e4ba8f96cfd5'
+
'9006762976c15a57d30607189d52d0e620b5024da478dcd41a79a88b350740144a88c1a4f455bfb1b79a9f605e0587c1c828a9b0813301acec8bbb516c2bb292'
+
'c65770d3e65a63c88aa1061e10c5dd6be8616a2479bd5f6d3928c97a5895cfa7d0aac455121db7ee610b9731bfbf07c3f8a26e9cd47623cd1baa046d9aa68cdf')
+
+prepare() {
+  cd "OpenSubdiv-${pkgver//./_}"
+
+  patch -Np1 -i "${srcdir}"/python3.patch
+  patch -Np1 -i "${srcdir}"/cuda11.patch
+  patch -Np1 -i "${srcdir}"/opensubdiv-tbb2021.patch # Support TBB 2021
+  mkdir build
+}
+
+build() {
+  cd "OpenSubdiv-${pkgver//./_}"/build
+
+  # wtf
+  mkdir -p CMakeFiles/osd_static_gpu.dir/osd
+
+  cmake .. \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DOSD_CUDA_NVCC_FLAGS='--gpu-architecture=compute_53' \
+  -DCUDA_HOST_COMPILER=/usr/bin/g++ \
+  -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd "OpenSubdiv-${pkgver//./_}"/build
+
+  DESTDIR="$pkgdir/" make install
+
+  rm -rf "${pkgdir}"/usr/bin
+}

Copied: opensubdiv/repos/community-staging-x86_64/cuda11.patch (from rev 
1054742, opensubdiv/trunk/cuda11.patch)
===
--- community-staging-x86_64/cuda11.patch   (rev 0)
+++ community-staging-x86_64/cuda11.patch   2021-11-24 22:32:08 UTC (rev 
1054743)
@@ -0,0 +1,17 @@
+diff --color -aur OpenSubdiv-3_4_4-old/CMakeLists.txt 
OpenSubdiv-3_4_4-new/CMakeLists.txt
+--- OpenSubdiv-3_4_4-old/CMakeLists.txt2021-06-14 16:59:54.699746298 
+0300
 OpenSubdiv-3_4_4-new/CMakeLists.txt2021-06-14 17:01:32.976412136 
+0300
+@@ -586,8 +586,12 @@
+ if (NOT DEFINED OSD_CUDA_NVCC_FLAGS)
+ if (CUDA_VERSION_MAJOR LESS 6)
+ set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_11 )
+-else()
++elseif (CUDA_VERSION_MAJOR LESS 9)
+ set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_20 )
++elseif (CUDA_VERSION_MAJOR LESS 11)
++set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_35 )
++else()
++set( OSD_CUDA_NVCC_FLAGS --gpu-architecture compute_53 )
+ endif()
+ endif()
+ endif()

Copied: opensubdiv/repos/community-staging-x86_64/python3.patch (from rev 
1054742, opensubdiv/trunk/python3.patch)
===
--- community-staging-x86_64/python3.patch  (rev 0)
+++ community-staging-x86_64/python3.patch  2021-11-24 22:32:08 UTC (rev 
1054743)
@@ -0,0 +1,139 @@
+diff --git a/documentation/CMakeLists.txt b/documentation/CMakeLists.txt
+index 32b12a3d..581159ca 100644
+--- a/documentation/CMakeLists.txt
 b/documentation/CMakeLists.txt
+@@ -54,7 +54,7 @@ else()
+ 
+ endif()
+ 
+-find_package(PythonInterp 2.6)
++find_package(PythonInterp 3.8)
+ 
+ # ReST - HTML documentation
+ if (DOCUTILS_FOUND AND PYTHONINTERP_FOUND)
+diff --git a/documentation/processHtml.py 

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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 22:31:55
  Author: arojas
Revision: 1054742

tbb 2021.4 rebuild

Modified:
  opensubdiv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 22:28:48 UTC (rev 1054741)
+++ PKGBUILD2021-11-24 22:31:55 UTC (rev 1054742)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=opensubdiv
 pkgver=3.4.4
-pkgrel=7
+pkgrel=8
 pkgdesc="An Open-Source subdivision surface library"
 arch=(x86_64)
 url="http://graphics.pixar.com/opensubdiv;



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 22:28:48
  Author: arojas
Revision: 1054741

archrelease: copy trunk to community-staging-x86_64

Added:
  rocksdb/repos/community-staging-x86_64/
  rocksdb/repos/community-staging-x86_64/PKGBUILD
(from rev 1054740, rocksdb/trunk/PKGBUILD)

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

Copied: rocksdb/repos/community-staging-x86_64/PKGBUILD (from rev 1054740, 
rocksdb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-24 22:28:48 UTC (rev 1054741)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov
+# Contributor: László Várady 
+
+pkgname=rocksdb
+pkgver=6.26.0
+pkgrel=2
+pkgdesc='Embedded key-value store for fast storage'
+arch=(x86_64)
+url="https://rocksdb.org/;
+license=(GPL2 Apache)
+depends=(bzip2 jemalloc lz4 snappy zlib zstd tbb liburing)
+makedepends=(python)
+source=(rocksdb-$pkgver.tar.gz::https://github.com/facebook/rocksdb/archive/v$pkgver.tar.gz)
+sha256sums=('b793066463da71d31a46f31946e4fca435a7c3e73435e2bb1d062d95e0a20116')
+
+build() {
+  cd rocksdb-$pkgver
+  PORTABLE=1 USE_RTTI=1 make shared_lib
+}
+
+check() {
+  cd rocksdb-$pkgver
+  # make check # fails due to https://github.com/facebook/rocksdb/issues/8974
+}
+
+package() {
+  cd rocksdb-$pkgver
+  make install-shared DESTDIR="$pkgdir" PREFIX=/usr
+}



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 22:28:36
  Author: arojas
Revision: 1054740

tbb 2021.4 rebuild

Modified:
  rocksdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 22:02:32 UTC (rev 1054739)
+++ PKGBUILD2021-11-24 22:28:36 UTC (rev 1054740)
@@ -3,7 +3,7 @@
 
 pkgname=rocksdb
 pkgver=6.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Embedded key-value store for fast storage'
 arch=(x86_64)
 url="https://rocksdb.org/;



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

2021-11-24 Thread Felix Yan via arch-commits
Date: Wednesday, November 24, 2021 @ 22:05:59
  Author: felixonmars
Revision: 429087

archrelease: copy trunk to testing-x86_64

Added:
  s-nail/repos/testing-x86_64/
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 429086, s-nail/trunk/PKGBUILD)

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

Copied: s-nail/repos/testing-x86_64/PKGBUILD (from rev 429086, 
s-nail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-11-24 22:05:59 UTC (rev 429087)
@@ -0,0 +1,51 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.9.23
+pkgrel=1
+pkgdesc='Environment for sending and receiving mail'
+url='https://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('openssl' 'krb5' 'libidn2')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('EE19E1C1F2F7054F8D3954D8308964B51883A0DD')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('6977554b116c9cf92ab0a5923c0e05eadbb3c0c435a8dee7f848c6999b6c6e02d775b5510531a6737cd64f76de8ff335ea3fac76e8fcdd8655a2a03c320ed7e8'
+'SKIP')
+
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export CFLAGS+=" $CPPFLAGS"
+   make \
+   VAL_PREFIX=/usr \
+   VAL_SYSCONFDIR=/etc \
+   VAL_LIBEXECDIR=/usr/lib \
+   VAL_MAIL=/var/spool/mail \
+   VAL_SID= VAL_MAILX=mail \
+   OPT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2021-11-24 Thread Felix Yan via arch-commits
Date: Wednesday, November 24, 2021 @ 22:05:52
  Author: felixonmars
Revision: 429086

upgpkg: s-nail 14.9.23-1

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 21:43:40 UTC (rev 429085)
+++ PKGBUILD2021-11-24 22:05:52 UTC (rev 429086)
@@ -4,7 +4,7 @@
 # Contributor: Andreas Wagner 
 
 pkgname=s-nail
-pkgver=14.9.22
+pkgver=14.9.23
 pkgrel=1
 pkgdesc='Environment for sending and receiving mail'
 url='https://www.sdaoden.eu/code.html#s-nail'
@@ -14,7 +14,7 @@
 optdepends=('smtp-forwarder: for sending mail')
 validpgpkeys=('EE19E1C1F2F7054F8D3954D8308964B51883A0DD')
 source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('016e3403fbb3d9954c160690184545fdb4fc384ffb13b146ac8b60b40e43ad1b1a8967f4660904d40a99071eb1addf2b1dd98b06c6033a1a886379c05fc0c9be'
+sha512sums=('6977554b116c9cf92ab0a5923c0e05eadbb3c0c435a8dee7f848c6999b6c6e02d775b5510531a6737cd64f76de8ff335ea3fac76e8fcdd8655a2a03c320ed7e8'
 'SKIP')
 
 backup=('etc/mail.rc')



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 22:02:32
  Author: arojas
Revision: 1054739

archrelease: copy trunk to community-staging-x86_64

Added:
  prusa-slicer/repos/community-staging-x86_64/
  prusa-slicer/repos/community-staging-x86_64/PKGBUILD
(from rev 1054738, prusa-slicer/trunk/PKGBUILD)
  prusa-slicer/repos/community-staging-x86_64/prusa-slicer-openexr3.patch
(from rev 1054738, prusa-slicer/trunk/prusa-slicer-openexr3.patch)
  prusa-slicer/repos/community-staging-x86_64/prusa-slicer-tbb-2021.patch
(from rev 1054738, prusa-slicer/trunk/prusa-slicer-tbb-2021.patch)

-+
 PKGBUILD|   55 +
 prusa-slicer-openexr3.patch |   77 ++
 prusa-slicer-tbb-2021.patch | 1557 ++
 3 files changed, 1689 insertions(+)

Copied: prusa-slicer/repos/community-staging-x86_64/PKGBUILD (from rev 1054738, 
prusa-slicer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-24 22:02:32 UTC (rev 1054739)
@@ -0,0 +1,55 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=prusa-slicer
+pkgver=2.3.3
+pkgrel=3
+pkgdesc="G-code generator for 3D printers (Prusa fork of Slic3r)"
+arch=(x86_64)
+url="https://github.com/prusa3d/PrusaSlicer;
+license=(AGPL3)
+depends=(boost-libs curl glew tbb nlopt wxgtk3 qhull openvdb cgal imath)
+makedepends=(cmake boost cereal eigen expat gtest libpng systemd)
+replaces=(slic3r-prusa3d)
+source=(${url}/archive/version_${pkgver}/${pkgname}-${pkgver}.tar.gz
+prusa-slicer-openexr3.patch
+prusa-slicer-tbb-2021.patch)
+sha256sums=('deda209505f740ac3d6f59cb2a960f4df908269ee09bd30cd4edb9fc472d29ac'
+'1ef7c22f641b7c18de212202c21f14f6533834a36d7fe0c2b322bc9a13804c6b'
+'468340ea2cdfc12a9706a49095111e6a8cdd9f5e00b43abd11c682599463bccc')
+
+prepare() {
+  cd PrusaSlicer-version_${pkgver}
+  patch -p1 < ../prusa-slicer-openexr3.patch # Fix build with openEXR 3
+  patch -p1 < ../prusa-slicer-tbb-2021.patch # Fix build with TBB 2021
+}
+
+build() {
+  cmake -B build -S PrusaSlicer-version_${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSLIC3R_FHS=ON \
+-DSLIC3R_PCH=OFF \
+-DSLIC3R_WX_STABLE=ON \
+-DSLIC3R_GTK=3 \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make -C build
+}
+
+check() {
+  cd build
+  ctest -v
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+
+  # Desktop files
+  mv "${pkgdir}"/usr/share/{PrusaSlicer/,}applications
+
+  # Desktop icons
+  for i in 32 128 192 ; do
+mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/
+ln -s /usr/share/PrusaSlicer/icons/PrusaSlicer_${i}px.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/PrusaSlicer.png
+ln -s /usr/share/PrusaSlicer/icons/PrusaSlicer-gcodeviewer_${i}px.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/PrusaSlicer-gcodeviewer.png
+  done
+}

Copied: prusa-slicer/repos/community-staging-x86_64/prusa-slicer-openexr3.patch 
(from rev 1054738, prusa-slicer/trunk/prusa-slicer-openexr3.patch)
===
--- community-staging-x86_64/prusa-slicer-openexr3.patch
(rev 0)
+++ community-staging-x86_64/prusa-slicer-openexr3.patch2021-11-24 
22:02:32 UTC (rev 1054739)
@@ -0,0 +1,77 @@
+diff --git a/cmake/modules/FindOpenVDB.cmake b/cmake/modules/FindOpenVDB.cmake
+index 02420fed8..4b93111ab 100644
+--- a/cmake/modules/FindOpenVDB.cmake
 b/cmake/modules/FindOpenVDB.cmake
+@@ -326,28 +326,10 @@ macro(just_fail msg)
+   return()
+ endmacro()
+ 
+-find_package(IlmBase QUIET COMPONENTS Half)
+-if(NOT IlmBase_FOUND)
+-  pkg_check_modules(IlmBase QUIET IlmBase)
+-endif()
+-if (IlmBase_FOUND AND NOT TARGET IlmBase::Half)
+-  message(STATUS "Falling back to IlmBase found by pkg-config...")
+-
+-  find_library(IlmHalf_LIBRARY NAMES Half)
+-  if(IlmHalf_LIBRARY-NOTFOUND OR NOT IlmBase_INCLUDE_DIRS)
+-just_fail("IlmBase::Half can not be found!")
+-  endif()
+-  
+-  add_library(IlmBase::Half UNKNOWN IMPORTED)
+-  set_target_properties(IlmBase::Half PROPERTIES
+-IMPORTED_LOCATION "${IlmHalf_LIBRARY}"
+-INTERFACE_INCLUDE_DIRECTORIES "${IlmBase_INCLUDE_DIRS}")
+-elseif(NOT IlmBase_FOUND)
+-  just_fail("IlmBase::Half can not be found!")
+-endif()
+ find_package(TBB ${_quiet} ${_required} COMPONENTS tbb)
+ find_package(ZLIB ${_quiet} ${_required})
+ find_package(Boost ${_quiet} ${_required} COMPONENTS iostreams system )
++find_package(Imath CONFIG)
+ 
+ # Use GetPrerequisites to see which libraries this OpenVDB lib has linked to
+ # which we can query for optional deps. This basically runs ldd/otoll/objdump
+@@ -398,7 +380,7 @@ foreach(PREREQUISITE ${_OPENVDB_PREREQUISITE_LIST})
+ set(OpenVDB_USES_LOG4CPLUS ON)
+   endif()
+ 
+-  string(FIND ${PREREQUISITE} "IlmImf" _HAS_DEP)
++  

[arch-commits] Commit in prusa-slicer/trunk (PKGBUILD prusa-slicer-tbb-2021.patch)

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 22:02:17
  Author: arojas
Revision: 1054738

tbb 2021.4 rebuild

Added:
  prusa-slicer/trunk/prusa-slicer-tbb-2021.patch
Modified:
  prusa-slicer/trunk/PKGBUILD

-+
 PKGBUILD|   11 
 prusa-slicer-tbb-2021.patch | 1557 ++
 2 files changed, 1564 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 20:58:40 UTC (rev 1054737)
+++ PKGBUILD2021-11-24 22:02:17 UTC (rev 1054738)
@@ -2,22 +2,25 @@
 
 pkgname=prusa-slicer
 pkgver=2.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc="G-code generator for 3D printers (Prusa fork of Slic3r)"
 arch=(x86_64)
 url="https://github.com/prusa3d/PrusaSlicer;
 license=(AGPL3)
-depends=(boost-libs curl glew intel-tbb nlopt wxgtk3 qhull openvdb cgal imath)
+depends=(boost-libs curl glew tbb nlopt wxgtk3 qhull openvdb cgal imath)
 makedepends=(cmake boost cereal eigen expat gtest libpng systemd)
 replaces=(slic3r-prusa3d)
 source=(${url}/archive/version_${pkgver}/${pkgname}-${pkgver}.tar.gz
-prusa-slicer-openexr3.patch)
+prusa-slicer-openexr3.patch
+prusa-slicer-tbb-2021.patch)
 sha256sums=('deda209505f740ac3d6f59cb2a960f4df908269ee09bd30cd4edb9fc472d29ac'
-'1ef7c22f641b7c18de212202c21f14f6533834a36d7fe0c2b322bc9a13804c6b')
+'1ef7c22f641b7c18de212202c21f14f6533834a36d7fe0c2b322bc9a13804c6b'
+'468340ea2cdfc12a9706a49095111e6a8cdd9f5e00b43abd11c682599463bccc')
 
 prepare() {
   cd PrusaSlicer-version_${pkgver}
   patch -p1 < ../prusa-slicer-openexr3.patch # Fix build with openEXR 3
+  patch -p1 < ../prusa-slicer-tbb-2021.patch # Fix build with TBB 2021
 }
 
 build() {

Added: prusa-slicer-tbb-2021.patch
===
--- prusa-slicer-tbb-2021.patch (rev 0)
+++ prusa-slicer-tbb-2021.patch 2021-11-24 22:02:17 UTC (rev 1054738)
@@ -0,0 +1,1557 @@
+diff --git a/cmake/modules/FindTBB.cmake b/cmake/modules/FindTBB.cmake
+index c6bdec985..14667b928 100644
+--- a/cmake/modules/FindTBB.cmake
 b/cmake/modules/FindTBB.cmake
+@@ -1,332 +1,495 @@
+-# The MIT License (MIT)
++# - Find ThreadingBuildingBlocks include dirs and libraries
++# Use this module by invoking find_package with the form:
++#  find_package(TBB
++#[REQUIRED] # Fail with error if TBB is not found
++#)  #
++# Once done, this will define
+ #
+-# Copyright (c) 2015 Justus Calvin
+-# 
+-# Permission is hereby granted, free of charge, to any person obtaining a copy
+-# of this software and associated documentation files (the "Software"), to 
deal
+-# in the Software without restriction, including without limitation the rights
+-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+-# copies of the Software, and to permit persons to whom the Software is
+-# furnished to do so, subject to the following conditions:
+-# 
+-# The above copyright notice and this permission notice shall be included in 
all
+-# copies or substantial portions of the Software.
+-# 
+-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
+-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
THE
+-# SOFTWARE.
+-
++#  TBB_FOUND - system has TBB
++#  TBB_INCLUDE_DIRS - the TBB include directories
++#  TBB_LIBRARIES - TBB libraries to be lined, doesn't include malloc or
++#  malloc proxy
++#  TBB::tbb - imported target for the TBB library
+ #
+-# FindTBB
+-# ---
++#  TBB_VERSION_MAJOR - Major Product Version Number
++#  TBB_VERSION_MINOR - Minor Product Version Number
++#  TBB_INTERFACE_VERSION - Engineering Focused Version Number
++#  TBB_COMPATIBLE_INTERFACE_VERSION - The oldest major interface version
++# still supported. This uses the 
engineering
++# focused interface version numbers.
+ #
+-# Find TBB include directories and libraries.
++#  TBB_MALLOC_FOUND - system has TBB malloc library
++#  TBB_MALLOC_INCLUDE_DIRS - the TBB malloc include directories
++#  TBB_MALLOC_LIBRARIES - The TBB malloc libraries to be lined
++#  TBB::malloc - imported target for the TBB malloc library
+ #
+-# Usage:
++#  TBB_MALLOC_PROXY_FOUND - system has TBB malloc proxy library
++#  TBB_MALLOC_PROXY_INCLUDE_DIRS = the TBB malloc proxy include directories
++#  TBB_MALLOC_PROXY_LIBRARIES - The TBB malloc proxy libraries to be lined
++#  TBB::malloc_proxy - imported target for the TBB malloc proxy library
+ #
+-#  find_package(TBB 

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

2021-11-24 Thread David Runge via arch-commits
Date: Wednesday, November 24, 2021 @ 21:43:40
  Author: dvzrv
Revision: 429085

archrelease: copy trunk to extra-x86_64

Added:
  libmpdclient/repos/extra-x86_64/PKGBUILD
(from rev 429084, libmpdclient/trunk/PKGBUILD)
Deleted:
  libmpdclient/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 21:43:33 UTC (rev 429084)
+++ PKGBUILD2021-11-24 21:43:40 UTC (rev 429085)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-
-pkgname=libmpdclient
-pkgver=2.19
-pkgrel=3
-pkgdesc="C library to implement a MPD client"
-url="https://www.musicpd.org/libs/libmpdclient/;
-license=('BSD')
-arch=('x86_64')
-depends=('glibc')
-makedepends=('meson')
-provides=('libmpdclient.so')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('5d67b95d4b615bc750641f6d5a0240122e8f59c66108838a96bd4bc5cdda8b15288ad03d0e35d92d6e562e67c600f68aad643ca541092121074952a1bc5b3590'
-'SKIP')
-b2sums=('c045c4847d43f166a3e1549654784bd994fa4156e3ecebf7c02a412b34ca150940f3c43cdc385839cd7c281bd4ed4fd1935b757d8505133d146ea955ec2d0832'
-'SKIP')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

-
-build() {
-  cd "${pkgname}-${pkgver}"
-  meson --prefix /usr \
---libexecdir lib \
---sbindir bin \
---buildtype plain \
---auto-features enabled \
---wrap-mode nodownload \
--D b_lto=true \
--D b_pie=true \
-build
-  ninja -C build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -vdm 755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -sv "/usr/share/doc/${pkgname}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libmpdclient/repos/extra-x86_64/PKGBUILD (from rev 429084, 
libmpdclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 21:43:40 UTC (rev 429085)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+# Contributor: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+
+pkgname=libmpdclient
+pkgver=2.20
+pkgrel=1
+pkgdesc="C library to implement a MPD client"
+arch=(x86_64)
+url="https://www.musicpd.org/libs/libmpdclient/;
+license=(BSD)
+depends=(glibc)
+makedepends=(meson)
+provides=(libmpdclient.so)
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha512sums=('3271c8eae017402976dbfabc51c7cb8d39912c8a3fd6cd075adc978d490f2eb850d86ccec9f7bccbda48c9d6ca1cda89918ac7c76b21f7f63ca1a276b67e94b6'
+'SKIP')
+b2sums=('d80c343d7655ccddb253275694d40665d286bf9c59729d0c836c927ab479b1ab4819f36a69c62a29c3ad220fcbfa712da5418cf8c3cc9f9e24af4e3c39ce1e11'
+'SKIP')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

+
+build() {
+  cd "${pkgname}-${pkgver}"
+  arch-meson build
+  ninja -C build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -vdm 755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -sv "/usr/share/doc/${pkgname}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2021-11-24 Thread David Runge via arch-commits
Date: Wednesday, November 24, 2021 @ 21:43:33
  Author: dvzrv
Revision: 429084

upgpkg: libmpdclient 2.20-1: Upgrade to 2.20.

Simplify quoting in file.
Use arch-meson to simplify building with meson.

Modified:
  libmpdclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 20:58:06 UTC (rev 429083)
+++ PKGBUILD2021-11-24 21:43:33 UTC (rev 429084)
@@ -3,33 +3,25 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=libmpdclient
-pkgver=2.19
-pkgrel=3
+pkgver=2.20
+pkgrel=1
 pkgdesc="C library to implement a MPD client"
+arch=(x86_64)
 url="https://www.musicpd.org/libs/libmpdclient/;
-license=('BSD')
-arch=('x86_64')
-depends=('glibc')
-makedepends=('meson')
-provides=('libmpdclient.so')
+license=(BSD)
+depends=(glibc)
+makedepends=(meson)
+provides=(libmpdclient.so)
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('5d67b95d4b615bc750641f6d5a0240122e8f59c66108838a96bd4bc5cdda8b15288ad03d0e35d92d6e562e67c600f68aad643ca541092121074952a1bc5b3590'
+sha512sums=('3271c8eae017402976dbfabc51c7cb8d39912c8a3fd6cd075adc978d490f2eb850d86ccec9f7bccbda48c9d6ca1cda89918ac7c76b21f7f63ca1a276b67e94b6'
 'SKIP')
-b2sums=('c045c4847d43f166a3e1549654784bd994fa4156e3ecebf7c02a412b34ca150940f3c43cdc385839cd7c281bd4ed4fd1935b757d8505133d146ea955ec2d0832'
+b2sums=('d80c343d7655ccddb253275694d40665d286bf9c59729d0c836c927ab479b1ab4819f36a69c62a29c3ad220fcbfa712da5418cf8c3cc9f9e24af4e3c39ce1e11'
 'SKIP')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

 
 build() {
   cd "${pkgname}-${pkgver}"
-  meson --prefix /usr \
---libexecdir lib \
---sbindir bin \
---buildtype plain \
---auto-features enabled \
---wrap-mode nodownload \
--D b_lto=true \
--D b_pie=true \
-build
+  arch-meson build
   ninja -C build
 }
 



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 20:58:40
  Author: arojas
Revision: 1054737

archrelease: copy trunk to community-staging-x86_64

Added:
  ospray/repos/community-staging-x86_64/
  ospray/repos/community-staging-x86_64/PKGBUILD
(from rev 1054736, ospray/trunk/PKGBUILD)

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

Copied: ospray/repos/community-staging-x86_64/PKGBUILD (from rev 1054736, 
ospray/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-24 20:58:40 UTC (rev 1054737)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=ospray
+pkgver=2.8.0
+pkgrel=2
+pkgdesc="Ray Tracing Based Rendering Engine for High-Fidelity Visualization"
+arch=(x86_64)
+url="https://www.ospray.org/;
+license=(Apache)
+depends=(tbb embree ispc libgl glfw glu openmpi openimagedenoise openvkl 
rkcommon snappy)
+optdepends=('benchmark: benchmarks'
+'gtest: tests suite')
+makedepends=(cmake benchmark gtest)
+source=(https://github.com/ospray/OSPRay/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('2dabc75446a0e2e970952d325f930853a51a9b4d1868c8135f05552a4ae04d39')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DOSPRAY_BUILD_ISA=ALL \
+-DOSPRAY_MODULE_DENOISER=ON \
+-DOSPRAY_MODULE_MPI=ON
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 20:58:06
  Author: heftig
Revision: 429083

archrelease: copy trunk to extra-x86_64

Added:
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 429082, gpaste/trunk/PKGBUILD)
Deleted:
  gpaste/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 20:58:00 UTC (rev 429082)
+++ PKGBUILD2021-11-24 20:58:06 UTC (rev 429083)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.42.1
-pkgrel=1
-pkgdesc="Clipboard management system"
-url="https://www.imagination-land.org/tags/GPaste.html;
-license=(BSD)
-arch=(x86_64)
-depends=(gtk3)
-makedepends=(vala appstream-glib gobject-introspection gnome-shell
- gnome-control-center git meson)
-optdepends=("wgetpaste: Upload clipboard contents")
-_commit=fb36d3292099524a2b533ba5b392cf8d10fe27f2  # tags/v3.42.1^0
-source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}

Copied: gpaste/repos/extra-x86_64/PKGBUILD (from rev 429082, 
gpaste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 20:58:06 UTC (rev 429083)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.42.2
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="https://www.imagination-land.org/tags/GPaste.html;
+license=(BSD)
+arch=(x86_64)
+depends=(gtk3)
+makedepends=(vala appstream-glib gobject-introspection gnome-shell
+ gnome-control-center git meson)
+optdepends=("wgetpaste: Upload clipboard contents")
+_commit=84592d5c53d7c578b5f6af72fa890f321f1c  # tags/v3.42.2^0
+source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 20:58:27
  Author: arojas
Revision: 1054736

tbb 2021.4 rebuild

Modified:
  ospray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 20:52:04 UTC (rev 1054735)
+++ PKGBUILD2021-11-24 20:58:27 UTC (rev 1054736)
@@ -2,12 +2,12 @@
 
 pkgname=ospray
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ray Tracing Based Rendering Engine for High-Fidelity Visualization"
 arch=(x86_64)
 url="https://www.ospray.org/;
 license=(Apache)
-depends=(intel-tbb embree ispc libgl glfw glu openmpi openimagedenoise openvkl 
rkcommon snappy)
+depends=(tbb embree ispc libgl glfw glu openmpi openimagedenoise openvkl 
rkcommon snappy)
 optdepends=('benchmark: benchmarks'
 'gtest: tests suite')
 makedepends=(cmake benchmark gtest)



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 20:58:00
  Author: heftig
Revision: 429082

3.42.2-1

Modified:
  gpaste/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 20:46:25 UTC (rev 429081)
+++ PKGBUILD2021-11-24 20:58:00 UTC (rev 429082)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gpaste
-pkgver=3.42.1
+pkgver=3.42.2
 pkgrel=1
 pkgdesc="Clipboard management system"
 url="https://www.imagination-land.org/tags/GPaste.html;
@@ -11,7 +11,7 @@
 makedepends=(vala appstream-glib gobject-introspection gnome-shell
  gnome-control-center git meson)
 optdepends=("wgetpaste: Upload clipboard contents")
-_commit=fb36d3292099524a2b533ba5b392cf8d10fe27f2  # tags/v3.42.1^0
+_commit=84592d5c53d7c578b5f6af72fa890f321f1c  # tags/v3.42.2^0
 source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 20:52:04
  Author: arojas
Revision: 1054735

archrelease: copy trunk to community-staging-x86_64

Added:
  openvkl/repos/community-staging-x86_64/
  openvkl/repos/community-staging-x86_64/PKGBUILD
(from rev 1054734, openvkl/trunk/PKGBUILD)

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

Copied: openvkl/repos/community-staging-x86_64/PKGBUILD (from rev 1054734, 
openvkl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-24 20:52:04 UTC (rev 1054735)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=openvkl
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="Intel® Open Volume Kernel Library"
+arch=(x86_64)
+url="https://www.openvkl.org/;
+license=(Apache)
+depends=(embree ispc glfw libglvnd imath openvdb rkcommon tbb zlib)
+makedepends=(boost cmake)
+source=(https://github.com/openvkl/openvkl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('d193c75a2c57acd764649215b244c432694a0169da374a9d769a81b02a9132e9')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOpenVDB_ROOT=/usr \
+-Wno-dev
+  make -C build
+}
+
+check() {
+  make -C build test
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 20:51:53
  Author: arojas
Revision: 1054734

tbb 2021.4 rebuild

Modified:
  openvkl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 20:46:25 UTC (rev 1054733)
+++ PKGBUILD2021-11-24 20:51:53 UTC (rev 1054734)
@@ -2,7 +2,7 @@
 
 pkgname=openvkl
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Intel® Open Volume Kernel Library"
 arch=(x86_64)
 url="https://www.openvkl.org/;



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 20:46:25
  Author: heftig
Revision: 429081

archrelease: copy trunk to extra-x86_64

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

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

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

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



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 20:46:25
  Author: heftig
Revision: 1054733

archrelease: copy trunk to multilib-x86_64

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

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

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

Copied: lib32-libsoup/repos/multilib-x86_64/PKGBUILD (from rev 1054731, 
lib32-libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 20:46:25 UTC (rev 1054733)
@@ -0,0 +1,70 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Maximilian Stein 
+# Contributor: josephgbr 
+
+pkgname=lib32-libsoup
+pkgver=2.74.2
+pkgrel=1
+pkgdesc='HTTP client/server library for GNOME'
+url=https://wiki.gnome.org/Projects/libsoup
+arch=(x86_64)
+license=(LGPL)
+depends=(
+  lib32-brotli
+  lib32-glib-networking
+  lib32-krb5
+  lib32-libxml2
+  lib32-sqlite
+  lib32-libpsl
+  libsoup
+)
+makedepends=(
+  git
+  meson
+  samba
+)
+checkdepends=(
+  apache
+  php-apache
+)
+optdepends=('samba: Windows Domain SSO')
+_commit=2add3502a7de754f4aed61571f6cb45094e8f443  # tags/2.74.2^0
+source=(git+https://gitlab.gnome.org/GNOME/libsoup.git#tag=${_commit})
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libsoup
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG='i686-pc-linux-gnu-pkg-config'
+
+  arch-meson libsoup build \
+--libdir=/usr/lib32 \
+-D introspection=disabled \
+-D sysprof=disabled \
+-D vapi=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(
+libbrotlidec.so
+libgssapi_krb5.so
+libg{lib,object,io}-2.0.so
+libpsl.so
+  )
+  provides+=(libsoup{,-gnome}-2.4.so)
+
+  meson install -C build --destdir "${pkgdir}"
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim:set sw=2 et:



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 20:46:25
  Author: heftig
Revision: 1054732

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 20:46:04 UTC (rev 1054731)
+++ PKGBUILD2021-11-24 20:46:25 UTC (rev 1054732)
@@ -1,66 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Felix Yan 
-# Contributor: Lex Black 
-# Contributor: TingPing 
-# Contributor: Guillaume Horel 
-
-pkgname=lib32-brotli
-pkgver=1.0.9
-pkgrel=1
-pkgdesc='Brotli compression library'
-arch=(x86_64)
-license=(MIT)
-url=https://github.com/google/brotli
-depends=(
-  brotli
-  lib32-gcc-libs
-)
-makedepends=(
-  cmake
-  git
-)
-_tag=e61745a6b7add50d380cfd7d3883dd6c62fc2c71
-source=(git+https://github.com/google/brotli.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd brotli
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cmake ../brotli \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib32
-  make
-}
-
-check() {
-  cd build
-
-  make test
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-  rm -rf "${pkgdir}"/usr/{bin,include}
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s brotli "${pkgdir}"/usr/share/licenses/lib32-brotli
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-brotli/repos/multilib-x86_64/PKGBUILD (from rev 1054731, 
lib32-brotli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 20:46:25 UTC (rev 1054732)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Felix Yan 
+# Contributor: Lex Black 
+# Contributor: TingPing 
+# Contributor: Guillaume Horel 
+
+pkgname=lib32-brotli
+pkgver=1.0.9
+pkgrel=2
+pkgdesc='Brotli compression library'
+arch=(x86_64)
+license=(MIT)
+url=https://github.com/google/brotli
+depends=(
+  brotli
+  lib32-gcc-libs
+)
+makedepends=(
+  cmake
+  git
+)
+provides=(
+  libbrotli{common,dec,enc}.so
+)
+_tag=e61745a6b7add50d380cfd7d3883dd6c62fc2c71
+source=(git+https://github.com/google/brotli#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd brotli
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cmake -S brotli -B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib32
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target test
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  rm -rf "${pkgdir}"/usr/{bin,include}
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s brotli "${pkgdir}"/usr/share/licenses/lib32-brotli
+}
+
+# vim: ts=2 sw=2 et:



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 20:46:04
  Author: heftig
Revision: 1054731

2.74.2-1

Modified:
  lib32-libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 20:45:49 UTC (rev 1054730)
+++ PKGBUILD2021-11-24 20:46:04 UTC (rev 1054731)
@@ -3,11 +3,11 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libsoup
-pkgver=2.74.1
+pkgver=2.74.2
 pkgrel=1
 pkgdesc='HTTP client/server library for GNOME'
+url=https://wiki.gnome.org/Projects/libsoup
 arch=(x86_64)
-url=https://wiki.gnome.org/Projects/libsoup
 license=(LGPL)
 depends=(
   lib32-brotli
@@ -28,14 +28,13 @@
   php-apache
 )
 optdepends=('samba: Windows Domain SSO')
-_commit=0e1d3eee74cc568aa077b3472e7fcd3f13d42007  # tags/2.74.1^0
+_commit=2add3502a7de754f4aed61571f6cb45094e8f443  # tags/2.74.2^0
 source=(git+https://gitlab.gnome.org/GNOME/libsoup.git#tag=${_commit})
 sha256sums=('SKIP')
 
 pkgver() {
   cd libsoup
-
-  git describe --tags
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {
@@ -57,6 +56,7 @@
 
 package() {
   depends+=(
+libbrotlidec.so
 libgssapi_krb5.so
 libg{lib,object,io}-2.0.so
 libpsl.so
@@ -67,4 +67,4 @@
   rm -rf "${pkgdir}"/usr/{include,share}
 }
 
-# vim: ts=2 sw=2 et:
+# vim:set sw=2 et:



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 20:45:49
  Author: heftig
Revision: 1054730

1.0.9-2: libprovides

Modified:
  lib32-brotli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 20:37:36 UTC (rev 1054729)
+++ PKGBUILD2021-11-24 20:45:49 UTC (rev 1054730)
@@ -6,7 +6,7 @@
 
 pkgname=lib32-brotli
 pkgver=1.0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Brotli compression library'
 arch=(x86_64)
 license=(MIT)
@@ -19,8 +19,11 @@
   cmake
   git
 )
+provides=(
+  libbrotli{common,dec,enc}.so
+)
 _tag=e61745a6b7add50d380cfd7d3883dd6c62fc2c71
-source=(git+https://github.com/google/brotli.git#tag=${_tag})
+source=(git+https://github.com/google/brotli#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {
@@ -29,35 +32,22 @@
   git describe --tags | sed 's/^v//'
 }
 
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
 build() {
-  cd build
-
   export CC='gcc -m32'
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
-  cmake ../brotli \
+  cmake -S brotli -B build \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=/usr/lib32
-  make
+  cmake --build build
 }
 
 check() {
-  cd build
-
-  make test
+  cmake --build build --target test
 }
 
 package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
   rm -rf "${pkgdir}"/usr/{bin,include}
   install -dm 755 "${pkgdir}"/usr/share/licenses
   ln -s brotli "${pkgdir}"/usr/share/licenses/lib32-brotli



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 20:42:24
  Author: heftig
Revision: 429080

2.74.2-1

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 20:06:42 UTC (rev 429079)
+++ PKGBUILD2021-11-24 20:42:24 UTC (rev 429080)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=libsoup
-pkgver=2.74.1
+pkgver=2.74.2
 pkgrel=1
 pkgdesc="HTTP client/server library for GNOME"
 url="https://wiki.gnome.org/Projects/libsoup;
@@ -12,21 +12,21 @@
 makedepends=(gobject-introspection python vala git gtk-doc meson samba)
 checkdepends=(apache php-apache)
 optdepends=('samba: Windows Domain SSO')
-_commit=0e1d3eee74cc568aa077b3472e7fcd3f13d42007  # tags/2.74.1^0
+_commit=2add3502a7de754f4aed61571f6cb45094e8f443  # tags/2.74.2^0
 source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  cd libsoup
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd libsoup
 }
 
 build() {
-  arch-meson $pkgname build \
+  arch-meson libsoup build \
 -D gtk_doc=true \
 -D sysprof=disabled
   meson compile -C build



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 20:37:36
  Author: arojas
Revision: 1054729

archrelease: copy trunk to community-staging-x86_64

Added:
  openimagedenoise/repos/community-staging-x86_64/
  openimagedenoise/repos/community-staging-x86_64/PKGBUILD
(from rev 1054728, openimagedenoise/trunk/PKGBUILD)

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

Copied: openimagedenoise/repos/community-staging-x86_64/PKGBUILD (from rev 
1054728, openimagedenoise/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-24 20:37:36 UTC (rev 1054729)
@@ -0,0 +1,30 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=openimagedenoise
+pkgver=1.4.1
+pkgrel=2
+pkgdesc='Intel(R) Open Image Denoise library'
+arch=('x86_64')
+url='https://openimagedenoise.github.io'
+license=('Apache')
+depends=('intel-tbb')
+makedepends=('cmake' 'ninja' 'ispc' 'python')
+source=("https://github.com/OpenImageDenoise/oidn/releases/download/v${pkgver}/oidn-${pkgver}.src.tar.gz;)
+sha512sums=('6551bb038692a1c00a0a408f1682d8609a8c74470a2c4f439af80c1332d4237e723a655a9b7ef95f93c6cbe52fdb3a46a84539f5cdc90073d716afd7b48c3615')
+
+build() {
+cd oidn-$pkgver
+
+cmake \
+-B build \
+-G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+ninja -C build
+}
+
+package() {
+cd oidn-$pkgver
+DESTDIR="$pkgdir" ninja -C build install
+}



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 20:37:25
  Author: arojas
Revision: 1054728

tbb 2021.4 rebuild

Modified:
  openimagedenoise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 19:48:59 UTC (rev 1054727)
+++ PKGBUILD2021-11-24 20:37:25 UTC (rev 1054728)
@@ -3,7 +3,7 @@
 
 pkgname=openimagedenoise
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Intel(R) Open Image Denoise library'
 arch=('x86_64')
 url='https://openimagedenoise.github.io'



[arch-commits] Commit in git/repos (6 files)

2021-11-24 Thread Christian Hesse via arch-commits
Date: Wednesday, November 24, 2021 @ 20:06:42
  Author: eworm
Revision: 429079

archrelease: copy trunk to testing-x86_64

Added:
  git/repos/testing-x86_64/
  git/repos/testing-x86_64/PKGBUILD
(from rev 429078, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 429078, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 429078, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git-sysusers.conf
(from rev 429078, git/trunk/git-sysusers.conf)
  git/repos/testing-x86_64/git.install
(from rev 429078, git/trunk/git.install)

-+
 PKGBUILD|  127 ++
 git-daemon.socket   |9 +++
 git-daemon@.service |   14 +
 git-sysusers.conf   |1 
 git.install |   14 +
 5 files changed, 165 insertions(+)

Copied: git/repos/testing-x86_64/PKGBUILD (from rev 429078, git/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-11-24 20:06:42 UTC (rev 429079)
@@ -0,0 +1,127 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=2.34.1
+pkgrel=1
+pkgdesc='the fast distributed version control system'
+arch=('x86_64')
+url='https://git-scm.com/'
+license=('GPL2')
+depends=('curl' 'expat' 'perl' 'perl-error' 'perl-mailtools'
+ 'openssl' 'pcre2' 'grep' 'shadow' 'zlib')
+makedepends=('python' 'libgnome-keyring' 'xmlto' 'asciidoc')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn and interactive.singlekey setting'
+'perl-io-socket-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'perl-mediawiki-api: git mediawiki support'
+'perl-datetime-format-iso8601: git mediawiki support'
+'perl-lwp-protocol-https: git mediawiki https support'
+'perl-cgi: gitweb (web interface) support'
+'python: git svn & git p4'
+'subversion: git svn'
+'org.freedesktop.secrets: keyring credential helper'
+'libsecret: libsecret credential helper')
+install=git.install
+validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
+source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign}
+'git-daemon@.service'
+'git-daemon.socket'
+'git-sysusers.conf')
+sha256sums=('3a0755dd1cfab71a24dd96df3498c29cd0acd13b04f3d08bf933e81286db802c'
+'SKIP'
+'14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
+'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'
+'7630e8245526ad80f703fac9900a1328588c503ce32b37b9f8811674fcda4a45')
+
+_make_paths=(
+  prefix='/usr'
+  gitexecdir='/usr/lib/git-core'
+  perllibdir="$(/usr/bin/perl -MConfig -wle 'print $Config{installvendorlib}')"
+)
+
+_make_options=(
+  CFLAGS="$CFLAGS"
+  LDFLAGS="$LDFLAGS"
+  INSTALL_SYMLINKS=1
+  MAN_BOLD_LITERAL=1
+  NO_PERL_CPAN_FALLBACKS=1
+  USE_LIBPCRE2=1
+)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+all man
+
+  make -C contrib/credential/gnome-keyring
+  make -C contrib/credential/libsecret
+  make -C contrib/subtree "${_make_paths[@]}" all man
+  make -C contrib/mw-to-git "${_make_paths[@]}" all
+  make -C contrib/diff-highlight "${_make_paths[@]}"
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  local jobs
+  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
+  mkdir -p /dev/shm/git-test
+  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
+  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
+  # build chroot (i.e.: /usr/bin/nologin)
+  SHELL=/bin/sh \
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+NO_SVN_TESTS=y \
+DEFAULT_TEST_TARGET=prove \
+GIT_PROVE_OPTS="$jobs -Q" \
+GIT_TEST_OPTS="--root=/dev/shm/git-test" \
+test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+DESTDIR="$pkgdir" \
+install install-man
+
+  # bash completion
+  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
+  install -m 0644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
+  # fancy git prompt
+  mkdir -p "$pkgdir"/usr/share/git/
+  install -m 0644 ./contrib/completion/git-prompt.sh 
"$pkgdir"/usr/share/git/git-prompt.sh
+  # gnome credentials helper (deprecated, but we will keep it as long there is 
no extra cost)
+  # https://gitlab.gnome.org/GNOME/libgnome-keyring/commit/6a5adea4aec93
+  install -m 0755 
contrib/credential/gnome-keyring/git-credential-gnome-keyring \
+  

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

2021-11-24 Thread Christian Hesse via arch-commits
Date: Wednesday, November 24, 2021 @ 20:06:33
  Author: eworm
Revision: 429078

upgpkg: git 2.34.1-1: new upstream release

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 19:56:58 UTC (rev 429077)
+++ PKGBUILD2021-11-24 20:06:33 UTC (rev 429078)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.34.0
+pkgver=2.34.1
 pkgrel=1
 pkgdesc='the fast distributed version control system'
 arch=('x86_64')
@@ -30,7 +30,7 @@
 'git-daemon@.service'
 'git-daemon.socket'
 'git-sysusers.conf')
-sha256sums=('fd6cb9b26665794c61f9ca917dcf00e7c19b0c02be575ad6ba9354fa6962411f'
+sha256sums=('3a0755dd1cfab71a24dd96df3498c29cd0acd13b04f3d08bf933e81286db802c'
 'SKIP'
 '14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
 'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:56:57
  Author: heftig
Revision: 429075

archrelease: copy trunk to extra-x86_64

Added:
  libsoup3/repos/extra-x86_64/PKGBUILD
(from rev 429068, libsoup3/trunk/PKGBUILD)
Deleted:
  libsoup3/repos/extra-x86_64/PKGBUILD

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

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

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



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:56:55
  Author: heftig
Revision: 429069

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk/repos/extra-x86_64/PKGBUILD
(from rev 429068, webkit2gtk/trunk/PKGBUILD)
Deleted:
  webkit2gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 19:56:33 UTC (rev 429068)
+++ PKGBUILD2021-11-24 19:56:55 UTC (rev 429069)
@@ -1,65 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.34.1
-pkgrel=3
-pkgdesc="Web content engine for GTK"
-url="https://webkitgtk.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
- icu libjpeg libsoup libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
- libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
- enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
- woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
- gst-plugins-base-libs libmanette)
-makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
- wayland-protocols systemd gst-plugins-bad gperf)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('443c1316705de024741748e85fe32324d299d9ee68e6feb340b89e4a04073dee'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd webkitgtk-$pkgver
-}
-
-build() {
-  cmake -S webkitgtk-$pkgver -B build -G Ninja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DUSE_SOUP2=ON \
--DENABLE_GTKDOC=OFF \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libjavascriptcoregtk-4.0.so libwebkit2gtk-4.0.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  rm -r "$pkgdir/usr/bin"
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk/repos/extra-x86_64/PKGBUILD (from rev 429068, 
webkit2gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 19:56:55 UTC (rev 429069)
@@ -0,0 +1,65 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.34.2
+pkgrel=1
+pkgdesc="Web content engine for GTK"
+url="https://webkitgtk.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
+ icu libjpeg libsoup libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
+ libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
+ enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
+ woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
+ gst-plugins-base-libs libmanette)
+makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
+ wayland-protocols systemd gst-plugins-bad gperf)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('584677d6e7cae12e27cdcc8e05b4cf73b54849a24afc3d7a40cec91016deff00'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  cmake -S webkitgtk-$pkgver -B build -G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DUSE_SOUP2=ON \
+-DENABLE_GTKDOC=OFF \
+-DENABLE_MINIBROWSER=ON
+  cmake --build build
+}
+
+package() {
+  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
+  provides+=(libjavascriptcoregtk-4.0.so libwebkit2gtk-4.0.so)
+
+  DESTDIR="$pkgdir" 

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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:56:57
  Author: heftig
Revision: 429076

archrelease: copy trunk to extra-x86_64

Added:
  wpewebkit/repos/extra-x86_64/PKGBUILD
(from rev 429068, wpewebkit/trunk/PKGBUILD)
  wpewebkit/repos/extra-x86_64/fix-doc.diff
(from rev 429068, wpewebkit/trunk/fix-doc.diff)
Deleted:
  wpewebkit/repos/extra-x86_64/PKGBUILD
  wpewebkit/repos/extra-x86_64/fix-doc.diff

--+
 PKGBUILD |  124 -
 fix-doc.diff |   34 +++
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 19:56:57 UTC (rev 429075)
+++ PKGBUILD2021-11-24 19:56:57 UTC (rev 429076)
@@ -1,62 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=wpewebkit
-pkgver=2.34.1
-pkgrel=3
-pkgdesc="Web content engine for embedded devices"
-url="https://wpewebkit.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 glib2 harfbuzz harfbuzz-icu icu libjpeg
- libepoxy libgcrypt libsoup3 libxml2 zlib libpng sqlite libwebp libwpe
- atk at-spi2-atk openjpeg2 woff2 libtasn1 libxslt libsystemd bubblewrap
- libseccomp xdg-dbus-proxy gstreamer gst-plugins-base-libs libxkbcommon
- wayland wpebackend-fdo)
-makedepends=(cmake ninja gtk-doc python ruby systemd gst-plugins-bad gperf
- wayland-protocols)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc} fix-doc.diff)
-sha256sums=('cb336986341be9c3a9b1ca2c18de0d29d90ae4e77b9967a6f6879597e7a969f7'
-'SKIP'
-'d8406f972334b22c7bcad4b105f4fe3e1c9f3dda5b396dbf912afa01fc121d8f')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../fix-doc.diff
-}
-
-build() {
-  cmake -S $pkgname-$pkgver -B build -G Ninja \
--DPORT=WPE \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_GTKDOC=ON \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libWPEWebKit-1.1.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  cd $pkgname-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: wpewebkit/repos/extra-x86_64/PKGBUILD (from rev 429068, 
wpewebkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 19:56:57 UTC (rev 429076)
@@ -0,0 +1,62 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=wpewebkit
+pkgver=2.34.2
+pkgrel=1
+pkgdesc="Web content engine for embedded devices"
+url="https://wpewebkit.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 glib2 harfbuzz harfbuzz-icu icu libjpeg
+ libepoxy libgcrypt libsoup3 libxml2 zlib libpng sqlite libwebp libwpe
+ atk at-spi2-atk openjpeg2 woff2 libtasn1 libxslt libsystemd bubblewrap
+ libseccomp xdg-dbus-proxy gstreamer gst-plugins-base-libs libxkbcommon
+ wayland wpebackend-fdo)
+makedepends=(cmake ninja gtk-doc python ruby systemd gst-plugins-bad gperf
+ wayland-protocols)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc} fix-doc.diff)
+sha256sums=('b1a3733c2d486c4da27f9636ccc39947da7d84258cd7a24a6fb0b842c9595c0b'
+'SKIP'
+'d8406f972334b22c7bcad4b105f4fe3e1c9f3dda5b396dbf912afa01fc121d8f')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../fix-doc.diff
+}
+
+build() {
+  cmake -S $pkgname-$pkgver -B build -G Ninja \
+-DPORT=WPE \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_GTKDOC=ON \
+-DENABLE_MINIBROWSER=ON
+  cmake --build build
+}
+
+package() {
+  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
+  

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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:56:58
  Author: heftig
Revision: 429077

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk-4.1/repos/extra-x86_64/PKGBUILD
(from rev 429076, webkit2gtk-4.1/trunk/PKGBUILD)
Deleted:
  webkit2gtk-4.1/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 19:56:57 UTC (rev 429076)
+++ PKGBUILD2021-11-24 19:56:58 UTC (rev 429077)
@@ -1,64 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk-4.1
-pkgver=2.34.1
-pkgrel=3
-pkgdesc="Web content engine for GTK"
-url="https://webkitgtk.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
- icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
- libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
- enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
- woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
- gst-plugins-base-libs libmanette)
-makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
- wayland-protocols systemd gst-plugins-bad gperf)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('443c1316705de024741748e85fe32324d299d9ee68e6feb340b89e4a04073dee'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd webkitgtk-$pkgver
-}
-
-build() {
-  cmake -S webkitgtk-$pkgver -B build -G Ninja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_GTKDOC=ON \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libjavascriptcoregtk-4.1.so libwebkit2gtk-4.1.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  rm -r "$pkgdir/usr/bin"
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk-4.1/repos/extra-x86_64/PKGBUILD (from rev 429076, 
webkit2gtk-4.1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 19:56:58 UTC (rev 429077)
@@ -0,0 +1,64 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk-4.1
+pkgver=2.34.2
+pkgrel=1
+pkgdesc="Web content engine for GTK"
+url="https://webkitgtk.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk3 harfbuzz harfbuzz-icu
+ icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
+ libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
+ enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
+ woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
+ gst-plugins-base-libs libmanette)
+makedepends=(cmake ninja gtk-doc python ruby gobject-introspection
+ wayland-protocols systemd gst-plugins-bad gperf)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('584677d6e7cae12e27cdcc8e05b4cf73b54849a24afc3d7a40cec91016deff00'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  cmake -S webkitgtk-$pkgver -B build -G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_GTKDOC=ON \
+-DENABLE_MINIBROWSER=ON
+  cmake --build build
+}
+
+package() {
+  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
+  provides+=(libjavascriptcoregtk-4.1.so libwebkit2gtk-4.1.so)
+
+  DESTDIR="$pkgdir" cmake --install 

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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:56:56
  Author: heftig
Revision: 429074

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk-5.0/repos/extra-x86_64/PKGBUILD
(from rev 429069, webkit2gtk-5.0/trunk/PKGBUILD)
Deleted:
  webkit2gtk-5.0/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 19:56:56 UTC (rev 429073)
+++ PKGBUILD2021-11-24 19:56:56 UTC (rev 429074)
@@ -1,63 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk-5.0
-pkgver=2.34.1
-pkgrel=3
-pkgdesc="Web content engine for GTK"
-url="https://webkitgtk.org;
-arch=(x86_64)
-license=(custom)
-depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk4 harfbuzz harfbuzz-icu
- icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
- libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
- enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
- woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
- gst-plugins-base-libs libmanette libxcomposite)
-makedepends=(cmake ninja python ruby gobject-introspection
- wayland-protocols systemd gst-plugins-bad gperf)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('443c1316705de024741748e85fe32324d299d9ee68e6feb340b89e4a04073dee'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
-
-prepare() {
-  cd webkitgtk-$pkgver
-}
-
-build() {
-  cmake -S webkitgtk-$pkgver -B build -G Ninja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DCMAKE_SKIP_RPATH=ON \
--DUSE_GTK4=ON \
--DENABLE_GTKDOC=OFF \
--DENABLE_MINIBROWSER=ON
-  cmake --build build
-}
-
-package() {
-  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
-  provides+=(libjavascriptcoregtk-5.0.so libwebkit2gtk-5.0.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk-5.0/repos/extra-x86_64/PKGBUILD (from rev 429069, 
webkit2gtk-5.0/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 19:56:56 UTC (rev 429074)
@@ -0,0 +1,63 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk-5.0
+pkgver=2.34.2
+pkgrel=1
+pkgdesc="Web content engine for GTK"
+url="https://webkitgtk.org;
+arch=(x86_64)
+license=(custom)
+depends=(cairo fontconfig freetype2 libgcrypt glib2 gtk4 harfbuzz harfbuzz-icu
+ icu libjpeg libsoup3 libxml2 zlib libpng sqlite atk libwebp 
at-spi2-core
+ libegl libgl libgles libwpe wpebackend-fdo libxslt libsecret libtasn1
+ enchant libx11 libxext libice libxt wayland libnotify hyphen openjpeg2
+ woff2 libsystemd bubblewrap libseccomp xdg-dbus-proxy gstreamer
+ gst-plugins-base-libs libmanette libxcomposite)
+makedepends=(cmake ninja python ruby gobject-introspection
+ wayland-protocols systemd gst-plugins-bad gperf)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
+sha256sums=('584677d6e7cae12e27cdcc8e05b4cf73b54849a24afc3d7a40cec91016deff00'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  cmake -S webkitgtk-$pkgver -B build -G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DCMAKE_SKIP_RPATH=ON \
+-DUSE_GTK4=ON \
+-DENABLE_GTKDOC=OFF \
+-DENABLE_MINIBROWSER=ON
+  cmake --build build
+}
+
+package() {
+  depends+=(libwpe-1.0.so libWPEBackend-fdo-1.0.so)
+  provides+=(libjavascriptcoregtk-5.0.so libwebkit2gtk-5.0.so)
+
+  

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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:56:56
  Author: heftig
Revision: 429072

archrelease: copy trunk to extra-x86_64

Added:
  sof-bin/repos/extra-x86_64/PKGBUILD
(from rev 429068, sof-bin/trunk/PKGBUILD)
Deleted:
  sof-bin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 19:56:56 UTC (rev 429071)
+++ PKGBUILD2021-11-24 19:56:56 UTC (rev 429072)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=sof-bin
-pkgname=(sof-firmware sof-tools)
-pkgver=1.9
-pkgrel=1
-pkgdesc="Sound Open Firmware"
-url="https://www.sofproject.org/;
-arch=(x86_64)
-license=(custom:BSD custom:ISC)
-makedepends=(rsync)
-source=(https://github.com/thesofproject/sof-bin/releases/download/v$pkgver/sof-bin-v$pkgver.tar.gz)
-sha256sums=('1d3a21a18ffc4bf384af7a0594a0d41bb526411f6daabf52606687836d9e2f45')
-
-package_sof-firmware() {
-  options=(!strip)
-
-  cd sof-bin-v$pkgver
-
-  (
-export FW_DEST="$pkgdir/usr/lib/firmware/intel"
-export TOOLS_DEST="$srcdir/tools/usr/bin"
-
-mkdir -p "$FW_DEST" "$TOOLS_DEST"
-./install.sh v$pkgver
-  )
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENCE* Notice*
-}
-
-package_sof-tools() {
-  pkgdesc+=" - tools"
-  depends=(glibc)
-
-  cd sof-bin-v$pkgver
-
-  mv "$srcdir"/tools/* "$pkgdir"
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENCE* Notice*
-}
-
-# vim:set sw=2 et:

Copied: sof-bin/repos/extra-x86_64/PKGBUILD (from rev 429068, 
sof-bin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 19:56:56 UTC (rev 429072)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=sof-bin
+pkgname=(sof-firmware sof-tools)
+pkgver=1.9.2
+pkgrel=1
+pkgdesc="Sound Open Firmware"
+url="https://www.sofproject.org/;
+arch=(x86_64)
+license=(custom:BSD custom:ISC)
+makedepends=(rsync)
+source=(https://github.com/thesofproject/sof-bin/releases/download/v$pkgver/sof-bin-v$pkgver.tar.gz)
+sha256sums=('07f2935dbde50fadd8631b74facf429ae1394323f02c3f00a365b9e201bbad92')
+
+package_sof-firmware() {
+  options=(!strip)
+
+  cd sof-bin-v$pkgver
+
+  (
+export FW_DEST="$pkgdir/usr/lib/firmware/intel"
+export TOOLS_DEST="$srcdir/tools/usr/bin"
+
+mkdir -p "$FW_DEST" "$TOOLS_DEST"
+./install.sh v$pkgver
+  )
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENCE* Notice*
+}
+
+package_sof-tools() {
+  pkgdesc+=" - tools"
+  depends=(alsa-lib)
+
+  cd sof-bin-v$pkgver
+
+  mv "$srcdir"/tools/* "$pkgdir"
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENCE* Notice*
+}
+
+# vim:set sw=2 et:



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:56:56
  Author: heftig
Revision: 429073

archrelease: copy trunk to extra-x86_64

Added:
  egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json
(from rev 429068, egl-wayland/trunk/10_nvidia_wayland.json)
  egl-wayland/repos/extra-x86_64/PKGBUILD
(from rev 429068, egl-wayland/trunk/PKGBUILD)
Deleted:
  egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json
  egl-wayland/repos/extra-x86_64/PKGBUILD

+
 10_nvidia_wayland.json |   12 +++---
 PKGBUILD   |   88 +++
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: 10_nvidia_wayland.json
===
--- 10_nvidia_wayland.json  2021-11-24 19:56:56 UTC (rev 429072)
+++ 10_nvidia_wayland.json  2021-11-24 19:56:56 UTC (rev 429073)
@@ -1,6 +0,0 @@
-{
-"file_format_version" : "1.0.0",
-"ICD" : {
-"library_path" : "libnvidia-egl-wayland.so.1"
-}
-}

Copied: egl-wayland/repos/extra-x86_64/10_nvidia_wayland.json (from rev 429068, 
egl-wayland/trunk/10_nvidia_wayland.json)
===
--- 10_nvidia_wayland.json  (rev 0)
+++ 10_nvidia_wayland.json  2021-11-24 19:56:56 UTC (rev 429073)
@@ -0,0 +1,6 @@
+{
+"file_format_version" : "1.0.0",
+"ICD" : {
+"library_path" : "libnvidia-egl-wayland.so.1"
+}
+}

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 19:56:56 UTC (rev 429072)
+++ PKGBUILD2021-11-24 19:56:56 UTC (rev 429073)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=egl-wayland
-pkgver=1.1.9+2+gdaab854
-pkgrel=1
-epoch=1
-pkgdesc="EGLStream-based Wayland external platform"
-arch=(x86_64)
-url=https://github.com/NVIDIA/egl-wayland
-license=(MIT)
-depends=(wayland eglexternalplatform)
-makedepends=(meson git wayland-protocols 'libglvnd>=1.3.4')
-provides=(libnvidia-egl-wayland.so)
-_commit=daab8546eca8428543a4d958a2c53fc747f70672  # master
-source=("git+$url#commit=$_commit"
-10_nvidia_wayland.json)
-sha256sums=('SKIP'
-'5cccf1905a266e8e34d5ad4aad4be85390e60b1a0850a29dd9d64adc641de412')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-  install -Dt "$pkgdir/usr/share/egl/egl_external_platform.d" -m644 
10_nvidia_wayland.json
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}
-
-# vim:set sw=2 et:

Copied: egl-wayland/repos/extra-x86_64/PKGBUILD (from rev 429068, 
egl-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 19:56:56 UTC (rev 429073)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=egl-wayland
+pkgver=1.1.9+r3+g582b2d3
+pkgrel=1
+epoch=2
+pkgdesc="EGLStream-based Wayland external platform"
+arch=(x86_64)
+url=https://github.com/NVIDIA/egl-wayland
+license=(MIT)
+depends=(wayland eglexternalplatform)
+makedepends=(meson git wayland-protocols 'libglvnd>=1.3.4')
+provides=(libnvidia-egl-wayland.so)
+_commit=582b2d345abaa0e313cf16c902e602084ea59551  # master
+source=("git+$url#commit=$_commit"
+10_nvidia_wayland.json)
+sha256sums=('SKIP'
+'5cccf1905a266e8e34d5ad4aad4be85390e60b1a0850a29dd9d64adc641de412')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  install -Dt "$pkgdir/usr/share/egl/egl_external_platform.d" -m644 
10_nvidia_wayland.json
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}
+
+# vim:set sw=2 et:



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:56:55
  Author: heftig
Revision: 429070

archrelease: copy trunk to extra-x86_64

Added:
  libphonenumber/repos/extra-x86_64/PKGBUILD
(from rev 429068, libphonenumber/trunk/PKGBUILD)
Deleted:
  libphonenumber/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 19:56:55 UTC (rev 429069)
+++ PKGBUILD2021-11-24 19:56:55 UTC (rev 429070)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libphonenumber
-pkgver=8.12.36
-pkgrel=2
-pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
-url="https://github.com/googlei18n/libphonenumber;
-arch=(x86_64)
-license=(Apache)
-depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest git 'java-environment>=9')
-_commit=9593e18e44cd67faaba33a1dcd0ef1f163fd25d5  # tags/v8.12.36^0
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
-  cmake -S $pkgname/cpp -B build \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  cmake --build build
-}
-
-check() {
-  cmake --build build --target tests
-}
-
-package() {
-  depends+=(libicu{uc,i18n}.so libprotobuf.so libboost_thread.so)
-  provides+=(libgeocoding.so libphonenumber.so)
-
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: libphonenumber/repos/extra-x86_64/PKGBUILD (from rev 429068, 
libphonenumber/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 19:56:55 UTC (rev 429070)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=8.12.37
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+url="https://github.com/googlei18n/libphonenumber;
+arch=(x86_64)
+license=(Apache)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git 'java-environment>=9')
+_commit=e47f7d2bdae1d3fa3eda39f7ed2ba2158c30adde  # tags/v8.12.37^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
+  cmake -S $pkgname/cpp -B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target tests
+}
+
+package() {
+  depends+=(libicu{uc,i18n}.so libprotobuf.so libboost_thread.so)
+  provides+=(libgeocoding.so libphonenumber.so)
+
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:56:56
  Author: heftig
Revision: 429071

archrelease: copy trunk to testing-x86_64

Added:
  mutter/repos/testing-x86_64/
  mutter/repos/testing-x86_64/PKGBUILD
(from rev 429068, mutter/trunk/PKGBUILD)

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

Copied: mutter/repos/testing-x86_64/PKGBUILD (from rev 429068, 
mutter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-11-24 19:56:56 UTC (rev 429071)
@@ -0,0 +1,68 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=41.1+r20+ge3931f7b8
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://gitlab.gnome.org/GNOME/mutter;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire
+ xorg-xwayland graphene libxkbfile)
+makedepends=(gobject-introspection git egl-wayland meson xorg-server
+ wayland-protocols)
+checkdepends=(xorg-server-xvfb pipewire-media-session python-dbusmock)
+provides=(libmutter-9.so)
+groups=(gnome)
+_commit=e3931f7b8cbd44072137c5dc9de9041486daeade  # gnome-41
+source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
+  LDFLAGS+=" -Wl,-Bsymbolic-functions"
+  arch-meson $pkgname build \
+-D egl_device=true \
+-D wayland_eglstream=true \
+-D installed_tests=false \
+-D profiler=false
+  meson compile -C build
+}
+
+_check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
+  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
+
+  pipewire &
+  _p1=$!
+
+  pipewire-media-session &
+  _p2=$!
+
+  trap "kill $_p1 $_p2; wait" EXIT
+
+  meson test -C build --print-errorlogs
+)
+
+check() {
+  dbus-run-session xvfb-run -s '-nolisten local' \
+bash -c "$(declare -f _check); _check"
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:56:33
  Author: heftig
Revision: 429068

41.1+r20+ge3931f7b8-1: nvidia/gbm

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 19:44:24 UTC (rev 429067)
+++ PKGBUILD2021-11-24 19:56:33 UTC (rev 429068)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=41.1
+pkgver=41.1+r20+ge3931f7b8
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter;
@@ -18,13 +18,13 @@
 checkdepends=(xorg-server-xvfb pipewire-media-session python-dbusmock)
 provides=(libmutter-9.so)
 groups=(gnome)
-_commit=8de96d3d7c40e6b5289fd707fdd5e6d604f33e8f  # tags/41.1^0
+_commit=e3931f7b8cbd44072137c5dc9de9041486daeade  # gnome-41
 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 19:48:59
  Author: arojas
Revision: 1054727

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 19:48:47 UTC (rev 1054726)
+++ PKGBUILD2021-11-24 19:48:59 UTC (rev 1054727)
@@ -1,45 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Bodor Dávid Gábor 
-# Contributor: Andrzej Giniewicz 
-
-_name=scipy
-pkgname=python-scipy
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Open-source software for mathematics, science, and engineering'
-arch=(x86_64)
-url='https://www.scipy.org/'
-license=(BSD)
-depends=(python-numpy)
-provides=(scipy)
-makedepends=(gcc-fortran python-setuptools cython python-pythran pybind11)
-checkdepends=(python-pytest)
-optdepends=('python-pillow: for image saving module')
-source=(https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('fa2dbabaaecdb502641b0b3c00dec05fb475ae48655c66da16c9ed24eda1e711')
-
-build() {
-  cd scipy-${pkgver}
-  python setup.py config_fc build
-}
-
-check() {
-  cd scipy-${pkgver}
-  python setup.py config_fc install \
---prefix=/usr --root="$srcdir"/test --optimize=1
-  export PYTHONPATH="$srcdir"/test/usr/lib/python3.9/site-packages
-  cd ..
-  python -c "from scipy import test; test('full')"
-}
-
-package() {
-  cd scipy-$pkgver
-  python3 setup.py config_fc install \
---prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-scipy/repos/community-x86_64/PKGBUILD (from rev 1054726, 
python-scipy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 19:48:59 UTC (rev 1054727)
@@ -0,0 +1,45 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Bodor Dávid Gábor 
+# Contributor: Andrzej Giniewicz 
+
+_name=scipy
+pkgname=python-scipy
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Open-source software for mathematics, science, and engineering'
+arch=(x86_64)
+url='https://www.scipy.org/'
+license=(BSD)
+depends=(python-numpy)
+provides=(scipy)
+makedepends=(gcc-fortran python-setuptools cython python-pythran pybind11)
+checkdepends=(python-pytest)
+optdepends=('python-pillow: for image saving module')
+source=(https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('ab5875facfdef77e0a47d5fd39ea178b58e60e454a4c85aa1e52fcb80db7babf')
+
+build() {
+  cd scipy-${pkgver}
+  python setup.py config_fc build
+}
+
+check() {
+  cd scipy-${pkgver}
+  python setup.py config_fc install \
+--prefix=/usr --root="$srcdir"/test --optimize=1
+  export PYTHONPATH="$srcdir"/test/usr/lib/python3.9/site-packages
+  cd ..
+  python -c "from scipy import test; test('full')"
+}
+
+package() {
+  cd scipy-$pkgver
+  python3 setup.py config_fc install \
+--prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 19:48:47
  Author: arojas
Revision: 1054726

Update to 1.7.3

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 18:56:34 UTC (rev 1054725)
+++ PKGBUILD2021-11-24 19:48:47 UTC (rev 1054726)
@@ -8,7 +8,7 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc='Open-source software for mathematics, science, and engineering'
 arch=(x86_64)
@@ -20,7 +20,7 @@
 checkdepends=(python-pytest)
 optdepends=('python-pillow: for image saving module')
 
source=(https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('fa2dbabaaecdb502641b0b3c00dec05fb475ae48655c66da16c9ed24eda1e711')
+sha256sums=('ab5875facfdef77e0a47d5fd39ea178b58e60e454a4c85aa1e52fcb80db7babf')
 
 build() {
   cd scipy-${pkgver}



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:44:24
  Author: heftig
Revision: 429067

FS#70526: Drop intltool dep

Modified:
  flatpak-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 19:42:04 UTC (rev 429066)
+++ PKGBUILD2021-11-24 19:44:24 UTC (rev 429067)
@@ -7,8 +7,9 @@
 url="https://flatpak.org;
 arch=(x86_64)
 license=(LGPL)
-depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio 
appstream-glib)
-makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf)
+depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio
+ appstream-glib)
+makedepends=(gobject-introspection git docbook-xsl xmlto libdwarf)
 checkdepends=(valgrind)
 replaces=('flatpak<0.9.10')
 _commit=ade6de21f7379886460b683810628a0a441be924  # tags/1.2.0^0



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:42:04
  Author: heftig
Revision: 429066

3.0.3-1

Modified:
  libsoup3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 19:40:45 UTC (rev 429065)
+++ PKGBUILD2021-11-24 19:42:04 UTC (rev 429066)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=libsoup3
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="HTTP client/server library for GNOME"
 url="https://wiki.gnome.org/Projects/libsoup;
@@ -13,13 +13,13 @@
  python-quart)
 checkdepends=(apache php-apache)
 optdepends=('samba: Windows Domain SSO')
-_commit=ead1754ddf7a8935cdaf0372afccf7970856b575  # tags/3.0.2^0
+_commit=fbf69d004d1ef75bd93a10819378030b4c479bb9  # tags/3.0.3^0
 source=("git+https://gitlab.gnome.org/GNOME/libsoup.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
   cd libsoup
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:40:11
  Author: heftig
Revision: 429064

2.34.2-1

Modified:
  wpewebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 19:40:04 UTC (rev 429063)
+++ PKGBUILD2021-11-24 19:40:11 UTC (rev 429064)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=wpewebkit
-pkgver=2.34.1
-pkgrel=3
+pkgver=2.34.2
+pkgrel=1
 pkgdesc="Web content engine for embedded devices"
 url="https://wpewebkit.org;
 arch=(x86_64)
@@ -19,7 +19,7 @@
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
 source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc} fix-doc.diff)
-sha256sums=('cb336986341be9c3a9b1ca2c18de0d29d90ae4e77b9967a6f6879597e7a969f7'
+sha256sums=('b1a3733c2d486c4da27f9636ccc39947da7d84258cd7a24a6fb0b842c9595c0b'
 'SKIP'
 'd8406f972334b22c7bcad4b105f4fe3e1c9f3dda5b396dbf912afa01fc121d8f')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:40:45
  Author: heftig
Revision: 429065

2.34.2-1

Modified:
  webkit2gtk-4.1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 19:40:11 UTC (rev 429064)
+++ PKGBUILD2021-11-24 19:40:45 UTC (rev 429065)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk-4.1
-pkgver=2.34.1
-pkgrel=3
+pkgver=2.34.2
+pkgrel=1
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
 arch=(x86_64)
@@ -21,7 +21,7 @@
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
 source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('443c1316705de024741748e85fe32324d299d9ee68e6feb340b89e4a04073dee'
+sha256sums=('584677d6e7cae12e27cdcc8e05b4cf73b54849a24afc3d7a40cec91016deff00'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:40:04
  Author: heftig
Revision: 429062

2.34.2-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 19:18:45 UTC (rev 429061)
+++ PKGBUILD2021-11-24 19:40:04 UTC (rev 429062)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.34.1
-pkgrel=3
+pkgver=2.34.2
+pkgrel=1
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
 arch=(x86_64)
@@ -21,7 +21,7 @@
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
 source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('443c1316705de024741748e85fe32324d299d9ee68e6feb340b89e4a04073dee'
+sha256sums=('584677d6e7cae12e27cdcc8e05b4cf73b54849a24afc3d7a40cec91016deff00'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:40:04
  Author: heftig
Revision: 429063

2.34.2-1

Modified:
  webkit2gtk-5.0/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 19:40:04 UTC (rev 429062)
+++ PKGBUILD2021-11-24 19:40:04 UTC (rev 429063)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk-5.0
-pkgver=2.34.1
-pkgrel=3
+pkgver=2.34.2
+pkgrel=1
 pkgdesc="Web content engine for GTK"
 url="https://webkitgtk.org;
 arch=(x86_64)
@@ -21,7 +21,7 @@
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
 source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc})
-sha256sums=('443c1316705de024741748e85fe32324d299d9ee68e6feb340b89e4a04073dee'
+sha256sums=('584677d6e7cae12e27cdcc8e05b4cf73b54849a24afc3d7a40cec91016deff00'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'  # Carlos Garcia 
Campos 
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B') # Adrián Pérez de 
Castro 



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:18:45
  Author: heftig
Revision: 429061

1.1.9+r3+g582b2d3-1

Modified:
  egl-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 19:09:13 UTC (rev 429060)
+++ PKGBUILD2021-11-24 19:18:45 UTC (rev 429061)
@@ -1,9 +1,9 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=egl-wayland
-pkgver=1.1.9+2+gdaab854
+pkgver=1.1.9+r3+g582b2d3
 pkgrel=1
-epoch=1
+epoch=2
 pkgdesc="EGLStream-based Wayland external platform"
 arch=(x86_64)
 url=https://github.com/NVIDIA/egl-wayland
@@ -11,7 +11,7 @@
 depends=(wayland eglexternalplatform)
 makedepends=(meson git wayland-protocols 'libglvnd>=1.3.4')
 provides=(libnvidia-egl-wayland.so)
-_commit=daab8546eca8428543a4d958a2c53fc747f70672  # master
+_commit=582b2d345abaa0e313cf16c902e602084ea59551  # master
 source=("git+$url#commit=$_commit"
 10_nvidia_wayland.json)
 sha256sums=('SKIP'
@@ -19,7 +19,7 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:09:13
  Author: heftig
Revision: 429060

8.12.37-1

Modified:
  libphonenumber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 19:09:11 UTC (rev 429059)
+++ PKGBUILD2021-11-24 19:09:13 UTC (rev 429060)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libphonenumber
-pkgver=8.12.36
-pkgrel=2
+pkgver=8.12.37
+pkgrel=1
 pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
 url="https://github.com/googlei18n/libphonenumber;
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(Apache)
 depends=(icu protobuf boost-libs)
 makedepends=(boost cmake gtest git 'java-environment>=9')
-_commit=9593e18e44cd67faaba33a1dcd0ef1f163fd25d5  # tags/v8.12.36^0
+_commit=e47f7d2bdae1d3fa3eda39f7ed2ba2158c30adde  # tags/v8.12.37^0
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 



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

2021-11-24 Thread Jan Steffens via arch-commits
Date: Wednesday, November 24, 2021 @ 19:09:11
  Author: heftig
Revision: 429059

1.9.2-1

Modified:
  sof-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 12:59:00 UTC (rev 429058)
+++ PKGBUILD2021-11-24 19:09:11 UTC (rev 429059)
@@ -2,7 +2,7 @@
 
 pkgbase=sof-bin
 pkgname=(sof-firmware sof-tools)
-pkgver=1.9
+pkgver=1.9.2
 pkgrel=1
 pkgdesc="Sound Open Firmware"
 url="https://www.sofproject.org/;
@@ -10,7 +10,7 @@
 license=(custom:BSD custom:ISC)
 makedepends=(rsync)
 
source=(https://github.com/thesofproject/sof-bin/releases/download/v$pkgver/sof-bin-v$pkgver.tar.gz)
-sha256sums=('1d3a21a18ffc4bf384af7a0594a0d41bb526411f6daabf52606687836d9e2f45')
+sha256sums=('07f2935dbde50fadd8631b74facf429ae1394323f02c3f00a365b9e201bbad92')
 
 package_sof-firmware() {
   options=(!strip)
@@ -30,7 +30,7 @@
 
 package_sof-tools() {
   pkgdesc+=" - tools"
-  depends=(glibc)
+  depends=(alsa-lib)
 
   cd sof-bin-v$pkgver
 



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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 18:56:34
  Author: arojas
Revision: 1054725

archrelease: copy trunk to community-x86_64

Added:
  icewm/repos/community-x86_64/PKGBUILD
(from rev 1054724, icewm/trunk/PKGBUILD)
Deleted:
  icewm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 18:27:24 UTC (rev 1054724)
+++ PKGBUILD2021-11-24 18:56:34 UTC (rev 1054725)
@@ -1,26 +0,0 @@
-# Maintainer:
-# Contributor: Alexander F. Rødseth 
-# Contributor: Eric Bélanger 
-
-pkgname=icewm
-pkgver=2.8.0
-pkgrel=1
-pkgdesc='Window Manager designed for speed, usability, and consistency'
-arch=(x86_64)
-url='https://ice-wm.org/'
-license=(LGPL)
-depends=(alsa-lib imlib2 librsvg libsndfile libxcomposite libxdamage 
libxinerama libxpm libxrandr)
-makedepends=(asciidoctor xorg-mkfontdir)
-optdepends=('perl: for icewm-menu-xrandr')
-source=("https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz;)
-sha256sums=('12b7cce67b95b09f34873f46948e7f1cef9edd88682139e054b79ba165c53e49')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: icewm/repos/community-x86_64/PKGBUILD (from rev 1054724, 
icewm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 18:56:34 UTC (rev 1054725)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Alexander F. Rødseth 
+# Contributor: Eric Bélanger 
+
+pkgname=icewm
+pkgver=2.9.0
+pkgrel=1
+pkgdesc='Window Manager designed for speed, usability, and consistency'
+arch=(x86_64)
+url='https://ice-wm.org/'
+license=(LGPL)
+depends=(alsa-lib imlib2 librsvg libsndfile libxcomposite libxdamage 
libxinerama libxpm libxrandr)
+makedepends=(asciidoctor xorg-mkfontdir)
+optdepends=('perl: for icewm-menu-xrandr')
+source=("https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz;)
+sha256sums=('c76a8c9965a1edde4f2446b47ee17c8564e0e20f3d8474465f6d4c54d1125ac4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in electron/repos (12 files)

2021-11-24 Thread Nicola Squartini via arch-commits
Date: Wednesday, November 24, 2021 @ 18:18:33
  Author: tensor5
Revision: 1054722

archrelease: copy trunk to community-staging-x86_64

Added:
  electron/repos/community-staging-x86_64/
  electron/repos/community-staging-x86_64/PKGBUILD
(from rev 1054721, electron/trunk/PKGBUILD)
  electron/repos/community-staging-x86_64/chromium-93-ffmpeg-4.4.patch
(from rev 1054721, electron/trunk/chromium-93-ffmpeg-4.4.patch)
  electron/repos/community-staging-x86_64/chromium-94-ffmpeg-roll.patch
(from rev 1054721, electron/trunk/chromium-94-ffmpeg-roll.patch)
  electron/repos/community-staging-x86_64/default_app-icon.patch
(from rev 1054721, electron/trunk/default_app-icon.patch)
  electron/repos/community-staging-x86_64/electron-launcher.sh
(from rev 1054721, electron/trunk/electron-launcher.sh)
  electron/repos/community-staging-x86_64/electron.desktop
(from rev 1054721, electron/trunk/electron.desktop)
  
electron/repos/community-staging-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1054721, 
electron/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron/repos/community-staging-x86_64/std-vector-non-const.patch
(from rev 1054721, electron/trunk/std-vector-non-const.patch)
  
electron/repos/community-staging-x86_64/unbundle-fix-visibility-of-build-config-freetype.patch
(from rev 1054721, 
electron/trunk/unbundle-fix-visibility-of-build-config-freetype.patch)
  
electron/repos/community-staging-x86_64/unexpire-accelerated-video-decode-flag.patch
(from rev 1054721, 
electron/trunk/unexpire-accelerated-video-decode-flag.patch)
  electron/repos/community-staging-x86_64/use-system-libraries-in-node.patch
(from rev 1054721, electron/trunk/use-system-libraries-in-node.patch)

+
 PKGBUILD   |  262 +++
 chromium-93-ffmpeg-4.4.patch   |   36 ++
 chromium-94-ffmpeg-roll.patch  |   49 ++
 default_app-icon.patch |   21 +
 electron-launcher.sh   |   20 +
 electron.desktop   |7 
 sql-make-VirtualCursor-standard-layout-type.patch  |  238 +
 std-vector-non-const.patch |  115 ++
 unbundle-fix-visibility-of-build-config-freetype.patch |   31 +
 unexpire-accelerated-video-decode-flag.patch   |   11 
 use-system-libraries-in-node.patch |   53 +++
 11 files changed, 843 insertions(+)

Copied: electron/repos/community-staging-x86_64/PKGBUILD (from rev 1054721, 
electron/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-24 18:18:33 UTC (rev 1054722)
@@ -0,0 +1,262 @@
+# Maintainer: Nicola Squartini 
+
+_use_suffix=0
+pkgver=16.0.1
+_commit=beac90fba4bb74f07b03e12399f25e5e33e6cd94
+_chromiumver=96.0.4664.45
+_gcc_patchset=4
+# shellcheck disable=SC2034
+pkgrel=1
+
+_major_ver=${pkgver%%.*}
+if [[ ${_use_suffix} != 0 ]]; then
+  pkgname="electron${_major_ver}"
+else
+  pkgname=electron
+fi
+# shellcheck disable=SC2034
+pkgdesc='Build cross platform desktop apps with web technologies'
+# shellcheck disable=SC2034
+arch=('x86_64')
+# shellcheck disable=SC2034
+url='https://electronjs.org/'
+# shellcheck disable=SC2034
+license=('MIT' 'custom')
+# shellcheck disable=SC2034
+depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2'
+ 'snappy')
+# shellcheck disable=SC2034
+makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'http-parser'
+ 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
+ 'npm' 'pciutils' 'pipewire' 'python' 'wget' 'yarn')
+# shellcheck disable=SC2034
+optdepends=('kde-cli-tools: file deletion support (kioclient5)'
+'libappindicator-gtk3: StatusNotifierItem support'
+'pipewire: WebRTC desktop sharing under Wayland'
+'trash-cli: file deletion support (trash-put)'
+"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
+if [[ ${_use_suffix} == 0 ]]; then
+  # shellcheck disable=SC2034
+  conflicts=("electron${_major_ver}")
+  # shellcheck disable=SC2034
+  provides=("electron${_major_ver}")
+fi
+# shellcheck disable=SC2034
+source=('git+https://github.com/electron/electron.git'
+
'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#branch=main'
+
"https://github.com/stha09/chromium-patches/releases/download/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}/chromium-${_chromiumver%%.*}-patchset-${_gcc_patchset}.tar.xz;
+"electron-launcher.sh"
+"electron.desktop"
+'default_app-icon.patch'
+'std-vector-non-const.patch'
+'use-system-libraries-in-node.patch'
+ 

[arch-commits] Commit in electron/trunk (9 files)

2021-11-24 Thread Nicola Squartini via arch-commits
Date: Wednesday, November 24, 2021 @ 18:18:00
  Author: tensor5
Revision: 1054721

upgpkg: electron 16.0.1-1

Added:
  electron/trunk/std-vector-non-const.patch
Modified:
  electron/trunk/PKGBUILD
  electron/trunk/use-system-libraries-in-node.patch
Deleted:
  electron/trunk/add-a-TODO-about-a-missing-pnacl-flag.patch
  electron/trunk/gn-visibility-gmock.patch
  electron/trunk/gn-visibility-mojo.patch
  electron/trunk/gn-visibility-webrtc.patch
  electron/trunk/replace-blacklist-with-ignorelist.patch
  electron/trunk/use-ffile-compilation-dir.patch

-+
 PKGBUILD|   45 ++---
 add-a-TODO-about-a-missing-pnacl-flag.patch |   28 ---
 gn-visibility-gmock.patch   |   43 -
 gn-visibility-mojo.patch|   36 
 gn-visibility-webrtc.patch  |   45 -
 replace-blacklist-with-ignorelist.patch |  196 --
 std-vector-non-const.patch  |  115 +++
 use-ffile-compilation-dir.patch |   65 
 use-system-libraries-in-node.patch  |5 
 9 files changed, 136 insertions(+), 442 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 18:15:48 UTC (rev 1054720)
+++ PKGBUILD2021-11-24 18:18:00 UTC (rev 1054721)
@@ -1,12 +1,12 @@
 # Maintainer: Nicola Squartini 
 
 _use_suffix=0
-pkgver=15.3.1
-_commit=e298bf46e420d3bcec1b936dd6cdccbcbc701fcb
-_chromiumver=94.0.4606.81
-_gcc_patchset=3
+pkgver=16.0.1
+_commit=beac90fba4bb74f07b03e12399f25e5e33e6cd94
+_chromiumver=96.0.4664.45
+_gcc_patchset=4
 # shellcheck disable=SC2034
-pkgrel=2
+pkgrel=1
 
 _major_ver=${pkgver%%.*}
 if [[ ${_use_suffix} != 0 ]]; then
@@ -48,38 +48,28 @@
 "electron-launcher.sh"
 "electron.desktop"
 'default_app-icon.patch'
+'std-vector-non-const.patch'
 'use-system-libraries-in-node.patch'
-'replace-blacklist-with-ignorelist.patch'
 'sql-make-VirtualCursor-standard-layout-type.patch'
 'unbundle-fix-visibility-of-build-config-freetype.patch'
-'gn-visibility-gmock.patch'
-'gn-visibility-mojo.patch'
-'gn-visibility-webrtc.patch'
-'add-a-TODO-about-a-missing-pnacl-flag.patch'
 'chromium-93-ffmpeg-4.4.patch'
 'chromium-94-ffmpeg-roll.patch'
 'unexpire-accelerated-video-decode-flag.patch'
-'use-ffile-compilation-dir.patch'
)
 # shellcheck disable=SC2034
 sha256sums=('SKIP'
 'SKIP'
-'22692bddaf2761c6ddf9ff0bc4722972bca4d4c5b2fd3e5dbdac7eb60d914320'
+'090af7eab39aade15a1786273f2497d6b4abfaef24279fbf97ce0dd1c38c69aa'
 '3953f532a3ea5fce19ee33600c6ead89dcd066df6a01d3c3ab4c24f96e46fca2'
 '4484200d90b76830b69eea3a471c103999a3ce86bb2c29e6c14c945bf4102bae'
 '75bac9c4ad32ff9329399b8587f9772e208c009fd822cdfce61b2bd1ee9ac828'
-'7cb11fb44aaf4d15f36caca3c0d1b082a723c30d43cd44db147248db5683a2a9'
-'d3344ba39b8c6ed202334ba7f441c70d81ddf8cdb15af1aa8c16e9a3a75fbb35'
+'05598c7ccac38772503f00335916fe038db0d9aa240cf13a3b0f0ee69a382d98'
+'c70652a8b24c237bcfd27469de32797a2cb46d9f0d63d897bb6418314a25644c'
 'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
 'd0b17162211dd49e3a58c16d1697e7d8c322dcfd3b7890f0c2f920b711f52293'
-'b9934e01d8f39beafc8b63784fb86e6befe25ca83e9c43224c8374e5a025d8ef'
-'cca2d224cf2e9d7cfb4f5729ca76b5b8a7100b1ca39892b41fb296adaced1bf7'
-'574785a21168c3e9b7aa82630713ceb6ced12f699133db66b10fc84b7bb2c631'
-'d53da216538f2e741a6e048ed103964a91a98e9a3c10c27fdfa34d4692fdc455'
 '1a9e074f417f8ffd78bcd6874d8e2e74a239905bf662f76a7755fa40dc476b57'
 '56acb6e743d2ab1ed9f3eb01700ade02521769978d03ac43226dec94659b3ace'
 '2a97b26c3d6821b15ef4ef1369905c6fa3e9c8da4877eb9af4361452a425290b'
-'921010cd8fab5f30be76c68b68c9b39fac9e21f4c4133bb709879592bbdf606e'
)
 
 _system_libs=('ffmpeg'
@@ -136,6 +126,11 @@
   --with_tags \
   --nohooks
 
+  (
+cd src/electron || exit
+patch -Np1 -i ../../std-vector-non-const.patch
+  )
+
   echo "Running hooks..."
   # python "${srcdir}/depot_tools/gclient.py" runhooks
   src/build/landmines.py
@@ -169,20 +164,16 @@
 
   echo "Applying local patches..."
   # Fixes for building with libstdc++ instead of libc++
-  patch -Np1 -i ../patches/chromium-90-ruy-include.patch
-  patch -Np1 -i ../patches/chromium-94-CustomSpaces-include.patch
+  patch -Np1 -i ../patches/chromium-96-CommandLine-include.patch
+  patch -Np1 -i ../patches/chromium-96-RestrictedCookieManager-tuple.patch
+  patch -Np1 -i ../patches/chromium-96-DrmRenderNodePathFinder-include.patch
+  patch -Np1 -i ../patches/chromium-96-CouponDB-include.patch
 
   patch -Np1 -i 

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

2021-11-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 24, 2021 @ 18:15:48
  Author: arojas
Revision: 1054720

Update to 2.9.0

Modified:
  icewm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 17:24:50 UTC (rev 1054719)
+++ PKGBUILD2021-11-24 18:15:48 UTC (rev 1054720)
@@ -3,7 +3,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=icewm
-pkgver=2.8.0
+pkgver=2.9.0
 pkgrel=1
 pkgdesc='Window Manager designed for speed, usability, and consistency'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(asciidoctor xorg-mkfontdir)
 optdepends=('perl: for icewm-menu-xrandr')
 
source=("https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz;)
-sha256sums=('12b7cce67b95b09f34873f46948e7f1cef9edd88682139e054b79ba165c53e49')
+sha256sums=('c76a8c9965a1edde4f2446b47ee17c8564e0e20f3d8474465f6d4c54d1125ac4')
 
 build() {
   cd $pkgname-$pkgver



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

2021-11-24 Thread David Runge via arch-commits
Date: Wednesday, November 24, 2021 @ 17:24:50
  Author: dvzrv
Revision: 1054719

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 17:24:43 UTC (rev 1054718)
+++ PKGBUILD2021-11-24 17:24:50 UTC (rev 1054719)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: NicoHood 
-# Contributor: Sven Klomp 
-
-pkgname=python-gnupg
-pkgdesc="A wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
-pkgver=0.4.7
-pkgrel=1
-url="https://pythonhosted.org/python-gnupg/;
-license=('BSD')
-arch=('any')
-depends=('gnupg' 'python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('e590778affd3f864bac2221e1ce7c4a37ba257e7112e023d70617f3f3c7597dbeb2974db0ed611b2fc75a071678ae8856be4a3b3f48428a12b42c2f1125fdce5'
-'SKIP')
-validpgpkeys=('CA749061914EAC138E66EADB9147B477339A9B86') # Vinay Sajip (CODE 
SIGNING KEY) 
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export NO_EXTERNAL_TESTS='true'
-  pytest -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}"
-  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-gnupg/repos/community-any/PKGBUILD (from rev 1054718, 
python-gnupg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 17:24:50 UTC (rev 1054719)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge 
+# Contributor: NicoHood 
+# Contributor: Sven Klomp 
+
+pkgname=python-gnupg
+pkgdesc="A wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
+pkgver=0.4.8
+pkgrel=1
+arch=(any)
+url="https://docs.red-dove.com/python-gnupg/;
+license=(BSD)
+depends=(gnupg python)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('fcaa121a356595328a26e8184280f859dfc2771b9692dcf28db2d9b0fdddc77d4c1238665a8e419758ec17320616e7741aacd3638e37d449b86febeef1f6'
+'SKIP')
+b2sums=('d9ab2fe3ea933a22e731fd70e153e60cc3b158f15e3f8537440c355037092ff7545d29e8d2eab88efb38dcc6e3776c31f537a9c06467b473e93cbc9f0e2ef189'
+'SKIP')
+validpgpkeys=('CA749061914EAC138E66EADB9147B477339A9B86') # Vinay Sajip (CODE 
SIGNING KEY) 
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export NO_EXTERNAL_TESTS='true'
+  pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



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

2021-11-24 Thread David Runge via arch-commits
Date: Wednesday, November 24, 2021 @ 17:24:43
  Author: dvzrv
Revision: 1054718

upgpkg: python-gnupg 0.4.8-1: Upgrade to 0.4.8.

Simplify quoting in file.
Simplify installation in package() to adhere to Python package guidelines.

Modified:
  python-gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 17:16:28 UTC (rev 1054717)
+++ PKGBUILD2021-11-24 17:24:43 UTC (rev 1054718)
@@ -4,17 +4,19 @@
 
 pkgname=python-gnupg
 pkgdesc="A wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
-pkgver=0.4.7
+pkgver=0.4.8
 pkgrel=1
-url="https://pythonhosted.org/python-gnupg/;
-license=('BSD')
-arch=('any')
-depends=('gnupg' 'python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
+arch=(any)
+url="https://docs.red-dove.com/python-gnupg/;
+license=(BSD)
+depends=(gnupg python)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('e590778affd3f864bac2221e1ce7c4a37ba257e7112e023d70617f3f3c7597dbeb2974db0ed611b2fc75a071678ae8856be4a3b3f48428a12b42c2f1125fdce5'
+sha512sums=('fcaa121a356595328a26e8184280f859dfc2771b9692dcf28db2d9b0fdddc77d4c1238665a8e419758ec17320616e7741aacd3638e37d449b86febeef1f6'
 'SKIP')
+b2sums=('d9ab2fe3ea933a22e731fd70e153e60cc3b158f15e3f8537440c355037092ff7545d29e8d2eab88efb38dcc6e3776c31f537a9c06467b473e93cbc9f0e2ef189'
+'SKIP')
 validpgpkeys=('CA749061914EAC138E66EADB9147B477339A9B86') # Vinay Sajip (CODE 
SIGNING KEY) 
 
 build() {
@@ -30,9 +32,7 @@
 
 package() {
   cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}"
+  python setup.py install --optimize=1 --root="${pkgdir}"
   install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
 }



[arch-commits] Commit in containers-common/repos/community-any (4 files)

2021-11-24 Thread David Runge via arch-commits
Date: Wednesday, November 24, 2021 @ 17:16:28
  Author: dvzrv
Revision: 1054717

archrelease: copy trunk to community-any

Added:
  containers-common/repos/community-any/PKGBUILD
(from rev 1054716, containers-common/trunk/PKGBUILD)
  containers-common/repos/community-any/mounts.conf
(from rev 1054716, containers-common/trunk/mounts.conf)
Deleted:
  containers-common/repos/community-any/PKGBUILD
  containers-common/repos/community-any/mounts.conf

-+
 PKGBUILD|  256 +-
 mounts.conf |6 -
 2 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 17:16:20 UTC (rev 1054716)
+++ PKGBUILD2021-11-24 17:16:28 UTC (rev 1054717)
@@ -1,128 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=containers-common
-pkgver=0.46.0
-pkgrel=5
-_image_pkgver=5.16.1
-_podman_pkgver=3.4.2
-_skopeo_pkgver=1.5.1
-_storage_pkgver=1.37.0
-pkgdesc="Configuration files and manpages for containers"
-arch=('any')
-url="https://github.com/containers;
-license=('Apache')
-makedepends=('go-md2man')
-backup=(
-  'etc/containers/containers.conf'
-  'etc/containers/mounts.conf'
-  'etc/containers/policy.json'
-  'etc/containers/registries.conf'
-  'etc/containers/seccomp.json'
-  'etc/containers/storage.conf'
-)
-# configuration override directories need to exist
-options=('emptydirs')
-source=("common-${pkgver}.tar.gz::https://github.com/containers/common/archive/v${pkgver}.tar.gz;
-
"image-${_image_pkgver}.tar.gz::https://github.com/containers/image/archive/v${_image_pkgver}.tar.gz;
-
"podman-${_podman_pkgver}.tar.gz::https://github.com/containers/podman/archive/v${_podman_pkgver}.tar.gz;
-
"skopeo-${_skopeo_pkgver}.tar.gz::https://github.com/containers/skopeo/archive/v${_skopeo_pkgver}.tar.gz;
-
"storage-${_storage_pkgver}.tar.gz::https://github.com/containers/storage/archive/v${_storage_pkgver}.tar.gz;
-'mounts.conf'
-)
-sha512sums=('e4406b8996e0ae374c463433ce00a392c1ca8259b512a324845e0332bf925284f71d92071eb1d511c00070b3ab41318fbe08bf47d98a6404e7c6d4231143be48'
-
'2f943c888da97cbcb99b97fc28deb66f8d5ac4f1e00f5ec679977a3db23d14e6d610fac78a9820554ac6ed8e5c9bc2cc943ea46fe26a5e9db2c9842933a2ad8f'
-
'849a4d5897de7dae5d6ac71fab11449f7a814e6414a0f463846ddd3817cd91c5f12e288bd44e64cc5bdf5f6073d52dfbf77aba5cbc1fec6ac12a7b222d2a21a2'
-
'3f8c730eaa739bf2a29b82d3b04aa4eee1c09f957b61964fc8c48e59d1537bcb87b5bdf9c18fa48f9d36cf2b7ede3a1448918a20b5a3167f6ce09881a6cd3dde'
-
'3a65a50946e1eed1c79ea77b65feb1c6c8cf58a0b7b81932acb8891b6daa25e007582eb7f70ef7e7f2a6d8262be5db7757ead2fe079e47c99114b47917d81084'
-
'11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
-b2sums=('9a6c5ad52a91d3186aceba301f36dbc9e98088a71a0c2babe119837b25381461bb92b52f16f1b4c6696e9449c502ef87e5026cac6d295d8398a8a68eda3a3ec0'
-
'64f9cb4bfd9ff59bc0ce42900fe5076237a2f1ac29047e3ca525352e0e86eae892d19fd3ddd4668911cf8d74e8bc89c83eab2c095a86a09936f1558915eef9df'
-
'6c5ead8f4dc6e79edeb16e72fb906c6aa77f84b53bdd2435f100f923f7cb708c68898d3a1837db2c154700730adcedfb9769b996b5f602954f8388fda09c3650'
-
'7f0e86cdee5c3250ec1280d7e71554ac2f8ad96ababe0e81dfabc00e8c128a13fc0c9c561b7a9be389d7386e9f664b95118bd2122612b9c2e8844db49769c03c'
-
'ebe5c8e562149a9d007ac87d7fc615d29ad7decbfd6b1b8d919b14684a6341575d8f65080a808ba52674664d187a18bb47e88f10e1a02a2975898862873dadf9'
-
'2f4b0af3271103362a898e7fcc3ec05f06755902ad664ac3107bb8debb8b2ac0d50de311d5fc651279a817a56e3ff05864a7e77c0d8fc628ff7411bfb98c9b69')
-
-prepare() {
-  (
-cd "storage-${_storage_pkgver}"
-sed -r 's/(GOMD2MAN = ).*/\1 go-md2man/' -i docs/Makefile
-  )
-}
-
-build() {
-  (
-cd "common-${pkgver}/docs"
-for _man_page in *.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}"
-done
-  )
-  (
-cd "image-${_image_pkgver}/docs"
-mkdir -vp man5
-mv -v *.5.md man5/
-for _man_page in *.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}.1"
-done
-for _man_page in man5/*.md; do
-  go-md2man -in "$_man_page" -out "${_man_page//.md}"
-done
-  )
-  (
-cd "podman-${_podman_pkgver}"
-go-md2man -in pkg/hooks/docs/oci-hooks.5.md \
-  -out oci-hooks.5
-  )
-  (
-cd "storage-${_storage_pkgver}"
-make -C docs
-  )
-}
-
-package() {
-  # directories
-  install -vdm 755 "${pkgdir}/etc/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/etc/containers/registries.conf.d/"
-  install -vdm 755 "${pkgdir}/usr/share/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/var/lib/containers/"
-
-  # configs
-  install -vDm 644 mounts.conf -t "${pkgdir}/etc/containers/"
-
-  (
-cd "common-${pkgver}"
-# configs
-install -vDm 644 pkg/config/containers.conf -t 

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

2021-11-24 Thread David Runge via arch-commits
Date: Wednesday, November 24, 2021 @ 17:16:20
  Author: dvzrv
Revision: 1054716

upgpkg: containers-common 0.46.0-6: Rebuild to upgrade components.

Upgrade image to 5.17.0.

Modified:
  containers-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 17:13:09 UTC (rev 1054715)
+++ PKGBUILD2021-11-24 17:16:20 UTC (rev 1054716)
@@ -2,8 +2,8 @@
 
 pkgname=containers-common
 pkgver=0.46.0
-pkgrel=5
-_image_pkgver=5.16.1
+pkgrel=6
+_image_pkgver=5.17.0
 _podman_pkgver=3.4.2
 _skopeo_pkgver=1.5.1
 _storage_pkgver=1.37.0
@@ -30,13 +30,13 @@
 'mounts.conf'
 )
 
sha512sums=('e4406b8996e0ae374c463433ce00a392c1ca8259b512a324845e0332bf925284f71d92071eb1d511c00070b3ab41318fbe08bf47d98a6404e7c6d4231143be48'
-
'2f943c888da97cbcb99b97fc28deb66f8d5ac4f1e00f5ec679977a3db23d14e6d610fac78a9820554ac6ed8e5c9bc2cc943ea46fe26a5e9db2c9842933a2ad8f'
+
'20dabc2a8931c97f94bf53c845e5fe4a6ddc13d255d266e4b6181f9ee6970fae50075ddfedeb0d023344310e68cea91b3d6cecc50c59757c0702e05b9442c294'
 
'849a4d5897de7dae5d6ac71fab11449f7a814e6414a0f463846ddd3817cd91c5f12e288bd44e64cc5bdf5f6073d52dfbf77aba5cbc1fec6ac12a7b222d2a21a2'
 
'3f8c730eaa739bf2a29b82d3b04aa4eee1c09f957b61964fc8c48e59d1537bcb87b5bdf9c18fa48f9d36cf2b7ede3a1448918a20b5a3167f6ce09881a6cd3dde'
 
'3a65a50946e1eed1c79ea77b65feb1c6c8cf58a0b7b81932acb8891b6daa25e007582eb7f70ef7e7f2a6d8262be5db7757ead2fe079e47c99114b47917d81084'
 
'11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
 
b2sums=('9a6c5ad52a91d3186aceba301f36dbc9e98088a71a0c2babe119837b25381461bb92b52f16f1b4c6696e9449c502ef87e5026cac6d295d8398a8a68eda3a3ec0'
-
'64f9cb4bfd9ff59bc0ce42900fe5076237a2f1ac29047e3ca525352e0e86eae892d19fd3ddd4668911cf8d74e8bc89c83eab2c095a86a09936f1558915eef9df'
+
'13a1268f2b7229245b3ecebb6d4b3a410a551ae9dc926e66d224ce8ae537dc74aac14be831797de662dc244eb0a72e476e0ce0c7b79f15a7fe1684ebaf149c5a'
 
'6c5ead8f4dc6e79edeb16e72fb906c6aa77f84b53bdd2435f100f923f7cb708c68898d3a1837db2c154700730adcedfb9769b996b5f602954f8388fda09c3650'
 
'7f0e86cdee5c3250ec1280d7e71554ac2f8ad96ababe0e81dfabc00e8c128a13fc0c9c561b7a9be389d7386e9f664b95118bd2122612b9c2e8844db49769c03c'
 
'ebe5c8e562149a9d007ac87d7fc615d29ad7decbfd6b1b8d919b14684a6341575d8f65080a808ba52674664d187a18bb47e88f10e1a02a2975898862873dadf9'



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

2021-11-24 Thread David Runge via arch-commits
Date: Wednesday, November 24, 2021 @ 17:13:09
  Author: dvzrv
Revision: 1054715

archrelease: copy trunk to community-x86_64

Added:
  radeontop/repos/community-x86_64/PKGBUILD
(from rev 1054714, radeontop/trunk/PKGBUILD)
Deleted:
  radeontop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 17:12:50 UTC (rev 1054714)
+++ PKGBUILD2021-11-24 17:13:09 UTC (rev 1054715)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=radeontop
-pkgver=1.3
-pkgrel=2
-pkgdesc="View GPU utilization for total activity percent and individual blocks"
-arch=('x86_64')
-url="https://github.com/clbr/radeontop;
-license=('GPL3')
-depends=('glibc' 'libdrm' 'libpciaccess' 'libxcb')
-makedepends=('ncurses')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/clbr/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('cc54e0726b2a934d14ad591c7a199474b49885e6122399b282e9289610d26f3c55b3d68a7d655d88a0ff8de1a0ac0994e868fa06ae1198416aaf857a099181f1')
-b2sums=('41bc36c571a99a136f2d1c1d5ff1a06b1e99bccb6e01f7432b9867e2700afa9d2b5cab7f743d3560b2120642c98253313e0356af977805ada173cd3c2168acbc')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # Makefile hardcodes the binary location
-  sed -e 's/sbin/bin/g' -i Makefile
-  # set version
-  sed -e "s/unknown/${pkgver}/" -i getver.sh
-  ./getver.sh
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  depends+=('libncursesw.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: radeontop/repos/community-x86_64/PKGBUILD (from rev 1054714, 
radeontop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 17:13:09 UTC (rev 1054715)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+
+pkgname=radeontop
+pkgver=1.4
+pkgrel=1
+pkgdesc="View GPU utilization for total activity percent and individual blocks"
+arch=(x86_64)
+url="https://github.com/clbr/radeontop;
+license=(GPL3)
+depends=(glibc libdrm libpciaccess libxcb)
+makedepends=(ncurses xorgproto)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/clbr/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('078087929bdbcf9b131d78f5ab0adc3d086be168d376d9f8e27a886668764263b072e0b08cb4dde593284fcdd16faa44711125c2ea5a14aaad70c8fa0f57f2b9')
+b2sums=('ad8893f491442c06f91c2a7bcf9cf884f066bb4fb01be019afbaa8e604ca12355647c624efa0742b15cb99e00fddbf71fa5b75f34086139acf0779c72668b354')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # set version
+  sed -e "s/unknown/${pkgver}/" -i getver.sh
+  ./getver.sh
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  depends+=(libncursesw.so)
+
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



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

2021-11-24 Thread David Runge via arch-commits
Date: Wednesday, November 24, 2021 @ 17:12:50
  Author: dvzrv
Revision: 1054714

upgpkg: radeontop 1.4-1: Upgrade to 1.4.

Add xorgproto as additional makedepends.
Simplify quoting in file.
Remove now unnecessary modification of Makefile.

Modified:
  radeontop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 17:01:17 UTC (rev 1054713)
+++ PKGBUILD2021-11-24 17:12:50 UTC (rev 1054714)
@@ -1,22 +1,20 @@
 # Maintainer: David Runge 
 
 pkgname=radeontop
-pkgver=1.3
-pkgrel=2
+pkgver=1.4
+pkgrel=1
 pkgdesc="View GPU utilization for total activity percent and individual blocks"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/clbr/radeontop;
-license=('GPL3')
-depends=('glibc' 'libdrm' 'libpciaccess' 'libxcb')
-makedepends=('ncurses')
+license=(GPL3)
+depends=(glibc libdrm libpciaccess libxcb)
+makedepends=(ncurses xorgproto)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/clbr/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('cc54e0726b2a934d14ad591c7a199474b49885e6122399b282e9289610d26f3c55b3d68a7d655d88a0ff8de1a0ac0994e868fa06ae1198416aaf857a099181f1')
-b2sums=('41bc36c571a99a136f2d1c1d5ff1a06b1e99bccb6e01f7432b9867e2700afa9d2b5cab7f743d3560b2120642c98253313e0356af977805ada173cd3c2168acbc')
+sha512sums=('078087929bdbcf9b131d78f5ab0adc3d086be168d376d9f8e27a886668764263b072e0b08cb4dde593284fcdd16faa44711125c2ea5a14aaad70c8fa0f57f2b9')
+b2sums=('ad8893f491442c06f91c2a7bcf9cf884f066bb4fb01be019afbaa8e604ca12355647c624efa0742b15cb99e00fddbf71fa5b75f34086139acf0779c72668b354')
 
 prepare() {
   cd "$pkgname-$pkgver"
-  # Makefile hardcodes the binary location
-  sed -e 's/sbin/bin/g' -i Makefile
   # set version
   sed -e "s/unknown/${pkgver}/" -i getver.sh
   ./getver.sh
@@ -28,7 +26,8 @@
 }
 
 package() {
-  depends+=('libncursesw.so')
+  depends+=(libncursesw.so)
+
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
   install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"



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

2021-11-24 Thread Kpcyrd via arch-commits
Date: Wednesday, November 24, 2021 @ 17:01:17
  Author: kpcyrd
Revision: 1054713

archrelease: copy trunk to community-x86_64

Added:
  diesel-cli/repos/community-x86_64/Cargo.lock
(from rev 1054712, diesel-cli/trunk/Cargo.lock)
  diesel-cli/repos/community-x86_64/PKGBUILD
(from rev 1054712, diesel-cli/trunk/PKGBUILD)
Deleted:
  diesel-cli/repos/community-x86_64/PKGBUILD

+
 Cargo.lock | 1404 +++
 PKGBUILD   |   94 ++-
 2 files changed, 1455 insertions(+), 43 deletions(-)

Copied: diesel-cli/repos/community-x86_64/Cargo.lock (from rev 1054712, 
diesel-cli/trunk/Cargo.lock)
===
--- Cargo.lock  (rev 0)
+++ Cargo.lock  2021-11-24 17:01:17 UTC (rev 1054713)
@@ -0,0 +1,1404 @@
+[[package]]
+name = "addr2line"
+version = "0.17.0"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+dependencies = [
+ "gimli 0.26.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "adler"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+
+[[package]]
+name = "advanced-blog-cli"
+version = "0.1.0"
+dependencies = [
+ "assert_matches 1.5.0 
(registry+https://github.com/rust-lang/crates.io-index)",
+ "bcrypt 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "diesel 1.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "diesel_migrations 1.4.0 
(registry+https://github.com/rust-lang/crates.io-index)",
+ "dotenv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "structopt 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "structopt-derive 0.1.6 
(registry+https://github.com/rust-lang/crates.io-index)",
+ "tempfile 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "aho-corasick"
+version = "0.5.3"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+dependencies = [
+ "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "aho-corasick"
+version = "0.6.10"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+dependencies = [
+ "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "all_about_inserts"
+version = "0.1.0"
+dependencies = [
+ "diesel 1.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.130 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.130 
(registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "all_about_inserts_mysql"
+version = "0.1.0"
+dependencies = [
+ "chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "diesel 1.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.130 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.130 
(registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "all_about_inserts_sqlite"
+version = "0.1.0"
+dependencies = [
+ "chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "diesel 1.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.130 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.130 
(registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "all_about_updates"
+version = "0.1.0"
+dependencies = [
+ "diesel 1.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "ansi_term"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+dependencies = [
+ "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "assert_matches"
+version = "1.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+
+[[package]]
+name = "atty"
+version = "0.2.14"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+dependencies = [
+ "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.108 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "autocfg"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+
+[[package]]
+name = "backtrace"
+version = "0.3.63"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+dependencies = [
+ "addr2line 0.17.0 

[arch-commits] Commit in diesel-cli/trunk (Cargo.lock PKGBUILD)

2021-11-24 Thread Kpcyrd via arch-commits
Date: Wednesday, November 24, 2021 @ 17:01:00
  Author: kpcyrd
Revision: 1054712

upgpkg: diesel-cli 1.4.8-1

Added:
  diesel-cli/trunk/Cargo.lock
Modified:
  diesel-cli/trunk/PKGBUILD

+
 Cargo.lock | 1404 +++
 PKGBUILD   |   20 
 2 files changed, 1418 insertions(+), 6 deletions(-)

Added: Cargo.lock
===
--- Cargo.lock  (rev 0)
+++ Cargo.lock  2021-11-24 17:01:00 UTC (rev 1054712)
@@ -0,0 +1,1404 @@
+[[package]]
+name = "addr2line"
+version = "0.17.0"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+dependencies = [
+ "gimli 0.26.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "adler"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+
+[[package]]
+name = "advanced-blog-cli"
+version = "0.1.0"
+dependencies = [
+ "assert_matches 1.5.0 
(registry+https://github.com/rust-lang/crates.io-index)",
+ "bcrypt 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "diesel 1.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "diesel_migrations 1.4.0 
(registry+https://github.com/rust-lang/crates.io-index)",
+ "dotenv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "structopt 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "structopt-derive 0.1.6 
(registry+https://github.com/rust-lang/crates.io-index)",
+ "tempfile 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "aho-corasick"
+version = "0.5.3"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+dependencies = [
+ "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "aho-corasick"
+version = "0.6.10"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+dependencies = [
+ "memchr 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "all_about_inserts"
+version = "0.1.0"
+dependencies = [
+ "diesel 1.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.130 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.130 
(registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "all_about_inserts_mysql"
+version = "0.1.0"
+dependencies = [
+ "chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "diesel 1.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.130 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.130 
(registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "all_about_inserts_sqlite"
+version = "0.1.0"
+dependencies = [
+ "chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "diesel 1.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.130 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.130 
(registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "all_about_updates"
+version = "0.1.0"
+dependencies = [
+ "diesel 1.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "ansi_term"
+version = "0.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+dependencies = [
+ "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "assert_matches"
+version = "1.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+
+[[package]]
+name = "atty"
+version = "0.2.14"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+dependencies = [
+ "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.108 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "autocfg"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+
+[[package]]
+name = "backtrace"
+version = "0.3.63"
+source = "registry+https://github.com/rust-lang/crates.io-index;
+dependencies = [
+ "addr2line 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cc 1.0.72 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.108 (registry+https://github.com/rust-lang/crates.io-index)",
+ "miniz_oxide 0.4.4 

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

2021-11-24 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 24, 2021 @ 16:59:47
  Author: jelle
Revision: 1054711

archrelease: copy trunk to community-x86_64

Added:
  cockpit-machines/repos/community-x86_64/PKGBUILD
(from rev 1054710, cockpit-machines/trunk/PKGBUILD)
Deleted:
  cockpit-machines/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 16:59:38 UTC (rev 1054710)
+++ PKGBUILD2021-11-24 16:59:47 UTC (rev 1054711)
@@ -1,18 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=cockpit-machines
-pkgver=256
-pkgrel=1
-pkgdesc='Cockpit UI for virtual machines'
-arch=('x86_64')
-url='https://github.com/cockpit-project/cockpit-machines'
-license=(LGPL)
-depends=(cockpit libvirt-dbus)
-optdepends=("virt-install: create new virtual machines")
-source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('756529544b63ed4ac63a947821ff559d193ee57281bb5c9214e6f9f09986fb2a')
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: cockpit-machines/repos/community-x86_64/PKGBUILD (from rev 1054710, 
cockpit-machines/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 16:59:47 UTC (rev 1054711)
@@ -0,0 +1,18 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=cockpit-machines
+pkgver=257
+pkgrel=1
+pkgdesc='Cockpit UI for virtual machines'
+arch=('x86_64')
+url='https://github.com/cockpit-project/cockpit-machines'
+license=(LGPL)
+depends=(cockpit libvirt-dbus)
+optdepends=("virt-install: create new virtual machines")
+source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('b6aea7320c3e6d7bf8ed7f492d25e7053022d2904a4cf0ed03379e0f7e5ca50d')
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



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

2021-11-24 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 24, 2021 @ 16:59:38
  Author: jelle
Revision: 1054710

upgpkg: cockpit-machines 257-1

Modified:
  cockpit-machines/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 16:15:58 UTC (rev 1054709)
+++ PKGBUILD2021-11-24 16:59:38 UTC (rev 1054710)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-machines
-pkgver=256
+pkgver=257
 pkgrel=1
 pkgdesc='Cockpit UI for virtual machines'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=(cockpit libvirt-dbus)
 optdepends=("virt-install: create new virtual machines")
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('756529544b63ed4ac63a947821ff559d193ee57281bb5c9214e6f9f09986fb2a')
+sha256sums=('b6aea7320c3e6d7bf8ed7f492d25e7053022d2904a4cf0ed03379e0f7e5ca50d')
 
 package() {
   cd $pkgname



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

2021-11-24 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 24, 2021 @ 16:15:58
  Author: jelle
Revision: 1054709

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 1054708, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 16:15:47 UTC (rev 1054708)
+++ PKGBUILD2021-11-24 16:15:58 UTC (rev 1054709)
@@ -1,104 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=192
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-distro' 
'python-defusedxml'
- 'python-tlsh')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'binwalk: binwalk support'
-  'bzip2: bzip2 utilities support'
-  'cdrtools: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'docx2txt: docx comparing support'
-  'dtc: device tree comparing support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'hdf5: Hierarchical Data Format support'
-  'imagemagick: ImageMagick identify support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'lz4: lz4 compression support'
-  'odt2txt: odt comparing support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'giflib: gifbuild utilities support'
-  'gnupg: GNU privacy guard support'
-  'gnumeric: GNOME Spreadsheet support'
-  'mono: mono support'
-  'openssh: OpenSSH key comparing support'
-  'openssl: .p7c and .p7b certificates. support'
-  'pgpdump: PGP files support'
-  'poppler: PDF utilities support'
-  'r: R language support'
-  'radare2: decompiler for executables'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  'python-guestfs: guestfs filesystem support'
-  'python-argcomplete: completion support'
-  'python-jsbeautifier: javascript beautifier support'
-  'python-progressbar: show progressbar support'
-  'tcpdump: pcap matching support'
-  'uboot-tools: FIT image support'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-# 'wabt: webassembly support' unittest fails
-  'xxd: xxd utilities support'
-  'xz: XZ and LZMA utilities support'
-  'zstd: zst compression'
-)
-makedepends=('help2man' 'python-docutils' 'git')
-checkdepends=(
-  'python-pytest' 'python-jsbeautifier' 'python-h5py' 'acl' 'binutils' 'bzip2' 
'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify'
-  'hdf5' 'imagemagick' 'java-environment=11' 'fontforge' 'gettext' 'ghc' 
'gnupg' 'mono' 'pgpdump' 'poppler' 'sqlite' 'squashfs-tools'
-  'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
-  'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd' 
'uboot-tools')
-source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('0e6c4de5f68d2d75213b9a566280683a8b0baf333f86790b4e634811581de8e2feef097ccf8dd6c5a18445fde1a3261d09290820a566b59ec0e7b83a4045841f'
-'SKIP')
-b2sums=('29ddea8de97035e406d02cf99ca597cfd5ef18e1486a18fd188cd27d852190a019116fa7f072345853ab0f5e8ec77b249a8cfb9a0fcb00833e95a7f9abf8b98a'
-'SKIP')
-validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
-
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  make -C doc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" PYTHONDONTWRITEBYTECODE=1 py.test \
--k 'not test_ppu and not test_superblock and not test_wasm and not 
test_text_proper_indentation and not test_different and not test_equal'
-# file upstream bug, see 2cd654b450ce82fb86f55223cc01ba1abdac58a8 in 
diffoscope.git
-# bug introduced by revert in https://bugs.archlinux.org/task/70261
-# unsquashfs output differs from fixture.
-# ppu bug https://salsa.debian.org/reproducible-builds/diffoscope/issues/9
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/diffoscope.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 1054708, 
diffoscope/trunk/PKGBUILD)

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

2021-11-24 Thread Jelle van der Waa via arch-commits
Date: Wednesday, November 24, 2021 @ 16:15:47
  Author: jelle
Revision: 1054708

upgpkg: diffoscope 193-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 16:15:16 UTC (rev 1054707)
+++ PKGBUILD2021-11-24 16:15:47 UTC (rev 1054708)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=192
+pkgver=193
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -66,9 +66,9 @@
   'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd' 
'uboot-tools')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('0e6c4de5f68d2d75213b9a566280683a8b0baf333f86790b4e634811581de8e2feef097ccf8dd6c5a18445fde1a3261d09290820a566b59ec0e7b83a4045841f'
+sha512sums=('083ac0815607181cf00eeaab0c92ed6e4beb3902c38917365ce4d90be8343953a7c609e99a82213830dd5e66c128abc12e25b5ea449078907633307e95c5f891'
 'SKIP')
-b2sums=('29ddea8de97035e406d02cf99ca597cfd5ef18e1486a18fd188cd27d852190a019116fa7f072345853ab0f5e8ec77b249a8cfb9a0fcb00833e95a7f9abf8b98a'
+b2sums=('67f5c17e0fd8048b09bcddf873af714d0ba723793f78e7163e99f118f0367b52ca0646a9a397f11932838f30f489bfa2b13f8ce297354c84966dc0513ecc6b79'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
 



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

2021-11-24 Thread Jonas Witschel via arch-commits
Date: Wednesday, November 24, 2021 @ 16:15:16
  Author: diabonas
Revision: 1054707

archrelease: copy trunk to community-x86_64

Added:
  libtpms/repos/community-x86_64/PKGBUILD
(from rev 1054706, libtpms/trunk/PKGBUILD)
Deleted:
  libtpms/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 16:15:05 UTC (rev 1054706)
+++ PKGBUILD2021-11-24 16:15:16 UTC (rev 1054707)
@@ -1,41 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=libtpms
-pkgver=0.9.0
-_tag=30a8dc68770d308ae55ed738423e93a0d9f56431 # git rev-parse "v$pkgver"
-pkgrel=1
-pkgdesc='Library providing a software emulation of a Trusted Platform Module 
(TPM 1.2 and TPM 2.0)'
-arch=('x86_64')
-url='https://github.com/stefanberger/libtpms'
-license=('BSD')
-depends=('openssl')
-makedepends=('git')
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('B818B9CADF9089C2D5CEC66B75AD65802A0B4211') # Stefan Berger 

-
-pkgver() {
-   cd "$pkgname"
-   git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-prepare() {
-   cd "$pkgname"
-   autoreconf --install --force
-}
-
-build() {
-   cd "$pkgname"
-   ./configure --prefix=/usr --with-openssl --with-tpm2
-   make
-}
-
-check() {
-   cd "$pkgname"
-   make check
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir" install
-   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: libtpms/repos/community-x86_64/PKGBUILD (from rev 1054706, 
libtpms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 16:15:16 UTC (rev 1054707)
@@ -0,0 +1,41 @@
+# Maintainer: Jonas Witschel 
+pkgname=libtpms
+pkgver=0.9.1
+_tag=be155deee556054a168aee476feb423184193fd4 # git rev-parse "v$pkgver"
+pkgrel=1
+pkgdesc='Library providing a software emulation of a Trusted Platform Module 
(TPM 1.2 and TPM 2.0)'
+arch=('x86_64')
+url='https://github.com/stefanberger/libtpms'
+license=('BSD')
+depends=('openssl')
+makedepends=('git')
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('B818B9CADF9089C2D5CEC66B75AD65802A0B4211') # Stefan Berger 

+
+pkgver() {
+   cd "$pkgname"
+   git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+prepare() {
+   cd "$pkgname"
+   autoreconf --install --force
+}
+
+build() {
+   cd "$pkgname"
+   ./configure --prefix=/usr --with-openssl --with-tpm2
+   make
+}
+
+check() {
+   cd "$pkgname"
+   make check
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2021-11-24 Thread Jonas Witschel via arch-commits
Date: Wednesday, November 24, 2021 @ 16:15:05
  Author: diabonas
Revision: 1054706

upgpkg: libtpms 0.9.1-1: upstream release

Modified:
  libtpms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 15:41:02 UTC (rev 1054705)
+++ PKGBUILD2021-11-24 16:15:05 UTC (rev 1054706)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=libtpms
-pkgver=0.9.0
-_tag=30a8dc68770d308ae55ed738423e93a0d9f56431 # git rev-parse "v$pkgver"
+pkgver=0.9.1
+_tag=be155deee556054a168aee476feb423184193fd4 # git rev-parse "v$pkgver"
 pkgrel=1
 pkgdesc='Library providing a software emulation of a Trusted Platform Module 
(TPM 1.2 and TPM 2.0)'
 arch=('x86_64')



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

2021-11-24 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, November 24, 2021 @ 15:41:02
  Author: svenstaro
Revision: 1054705

archrelease: copy trunk to community-x86_64

Added:
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 1054704, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten-config
(from rev 1054704, emscripten/trunk/emscripten-config)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 1054704, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 1054704, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/get-compatible-versions.sh
(from rev 1054704, emscripten/trunk/get-compatible-versions.sh)
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch
(from rev 1054704, emscripten/trunk/libcxxabi-include-libunwind.patch)
Deleted:
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten-config
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh
  emscripten/repos/community-x86_64/get-compatible-versions.sh
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch

---+
 PKGBUILD  |  218 ++--
 emscripten-config |8 -
 emscripten.install|   26 ++--
 emscripten.sh |4 
 get-compatible-versions.sh|   30 ++--
 libcxxabi-include-libunwind.patch |   28 ++--
 6 files changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 15:40:50 UTC (rev 1054704)
+++ PKGBUILD2021-11-24 15:41:02 UTC (rev 1054705)
@@ -1,109 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-# NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
-_binaryen_revision=96d2c946329f26bb742684a70cb48e98aa55083d
-_llvm_project_revision=78e87970af888bbbd5652c31f3a8454e8e9dd5b8
-# Sadly, upstream currently suggests bundling a binaryen version for the time 
being:
-# https://github.com/emscripten-core/emscripten/issues/12252
-# I'm obviously unhappy about that but it appears to be the only practical 
solution for the time being.
-pkgver=2.0.27
-pkgrel=1
-pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
-arch=('x86_64')
-url="https://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python' 'which' 'acorn')
-makedepends=('cmake' 'libxml2' 'git' 'ninja' 'npm')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon'
-'cmake: for emcc --show-ports')
-install=emscripten.install
-conflicts=('binaryen')
-provides=('binaryen')
-source=("git+https://github.com/kripken/emscripten#tag=$pkgver;
-
git+https://github.com/llvm/llvm-project.git#commit=$_llvm_project_revision
-
git+https://github.com/WebAssembly/binaryen.git#commit=$_binaryen_revision
-"emscripten.sh"
-emscripten-config)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d'
-
'8b5951493f69631045f44736917144b7679beb2bf087fca8a8ba887224cfc598fe8c76c5a4e7aa4a09fbb8f1b7b42556b68f4aa9e5b93fb130fd8bdab79053d9')
-
-build() {
-  cd binaryen
-  cmake . \
-  -Bbuild \
-  -GNinja \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  ninja -C build
-
-  # Inspired from 
https://github.com/WebAssembly/waterfall/blob/db2ea5eeb11b74cce9b9459be0cc88807744b1b5/src/build.py#L868
-  cd "$srcdir"/llvm-project/llvm
-  cmake . \
--Bbuild \
--GNinja \
--DCMAKE_CXX_FLAGS=-Wno-nonportable-include-path \
--DLLVM_ENABLE_LIBXML2=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DCOMPILER_RT_BUILD_XRAY=OFF \
--DCOMPILER_RT_INCLUDE_TESTS=OFF \
--DCOMPILER_RT_ENABLE_IOS=OFF \
--DCMAKE_INSTALL_PREFIX=/opt/emscripten-llvm \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_TOOL_LTO_BUILD=ON \
--DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
--DLLVM_ENABLE_PROJECTS="lld;clang" \
--DCLANG_INCLUDE_TESTS=OFF
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C binaryen/build install
-
-  # Install LLVM stuff according to
-  # https://github.com/emscripten-core/emscripten/blob/master/docs/packaging.md
-  # and
-  # 
https://github.com/WebAssembly/waterfall/blob/d4a504ffee488a68d09b336897c00d404544601d/src/build.py#L915
-  DESTDIR="$pkgdir" ninja -C llvm-project/llvm/build install
-  cd "$pkgdir"/opt/emscripten-llvm/bin
-
-  # Clean up some unnecessary 

[arch-commits] Commit in emscripten/trunk (PKGBUILD get-compatible-versions.sh)

2021-11-24 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, November 24, 2021 @ 15:40:50
  Author: svenstaro
Revision: 1054704

upgpkg: emscripten 3.0.0-1

Modified:
  emscripten/trunk/PKGBUILD
  emscripten/trunk/get-compatible-versions.sh

+
 PKGBUILD   |8 
 get-compatible-versions.sh |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 14:37:02 UTC (rev 1054703)
+++ PKGBUILD2021-11-24 15:40:50 UTC (rev 1054704)
@@ -1,4 +1,4 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: carstene1ns  - http://git.io/ctPKG
 # Contributor: Stefan Husmann 
 # Contributor: Vlad Kolotvin 
@@ -5,12 +5,12 @@
 
 pkgname=emscripten
 # NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
-_binaryen_revision=96d2c946329f26bb742684a70cb48e98aa55083d
-_llvm_project_revision=78e87970af888bbbd5652c31f3a8454e8e9dd5b8
+_binaryen_revision=76327e47119c2b4c24a3382d31000cdcc67c7a13
+_llvm_project_revision=4348cd42c385e71b63e5da7e492172cff6a79d7b
 # Sadly, upstream currently suggests bundling a binaryen version for the time 
being:
 # https://github.com/emscripten-core/emscripten/issues/12252
 # I'm obviously unhappy about that but it appears to be the only practical 
solution for the time being.
-pkgver=2.0.27
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
 arch=('x86_64')

Modified: get-compatible-versions.sh
===
--- get-compatible-versions.sh  2021-11-24 14:37:02 UTC (rev 1054703)
+++ get-compatible-versions.sh  2021-11-24 15:40:50 UTC (rev 1054704)
@@ -7,7 +7,7 @@
 # This will fetch, print and substitute into the PKGBUILD the compatible 
binaryen and llvm versions.
 
 pkgver=$(makepkg --printsrcinfo | sed -rn 's/.*pkgver = (.*)/\1/gp')
-tag_hash=$(curl -Ls 
https://github.com/emscripten-core/emsdk/raw/main/emscripten-releases-tags.txt 
| jq ".releases[\"$pkgver\"]" | sed s/\"//g)
+tag_hash=$(curl -Ls 
https://github.com/emscripten-core/emsdk/raw/main/emscripten-releases-tags.json 
| jq ".releases[\"$pkgver\"]" | sed s/\"//g)
 deps_file=$(curl -Ls 
"https://chromium.googlesource.com/emscripten-releases/+/$tag_hash/DEPS?format=TEXT;
 | base64 -d)
 binaryen_revision=$(echo "$deps_file" | sed -rn "s/.*'binaryen_revision': 
'(.*)',/\\1/gp")
 llvm_project_revision=$(echo "$deps_file" | sed -rn 
"s/.*'llvm_project_revision': '(.*)',/\\1/gp")



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

2021-11-24 Thread Kpcyrd via arch-commits
Date: Wednesday, November 24, 2021 @ 14:37:02
  Author: kpcyrd
Revision: 1054703

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 14:36:45 UTC (rev 1054702)
+++ PKGBUILD2021-11-24 14:37:02 UTC (rev 1054703)
@@ -1,33 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=python-plumbum
-_name=plumbum
-pkgver=1.7.0
-pkgrel=4
-pkgdesc='A small yet feature-rich Python library for shell script-like 
programs, and more'
-url='https://github.com/tomerfiliba/plumbum'
-arch=('any')
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools' 'python-setuptools-scm')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('0a12891278c12bb98b8bbb825448375240ee347eb3ca166b9cbb4da3e083979d947a7bf0a843fd9a0b7c9a13d09f24e988ee877f29420a3f29f40e387eec8826')
-b2sums=('19ae8a37dff38ac3d263d9400e44ac174c46ff8cef92cf45b9ea31d6d344543fba66de3fd0fcd15acc205af5939f11be6c56e6cd9ca39a666f92f18dcd29b9f7')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  PYTHONPATH=. python -c 'import plumbum'
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-plumbum/repos/community-any/PKGBUILD (from rev 1054702, 
python-plumbum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 14:37:02 UTC (rev 1054703)
@@ -0,0 +1,33 @@
+# Maintainer: kpcyrd 
+
+pkgname=python-plumbum
+_name=plumbum
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='A small yet feature-rich Python library for shell script-like 
programs, and more'
+url='https://github.com/tomerfiliba/plumbum'
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools' 'python-setuptools-scm')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('d6648acce8e84045cd8c2fc4a90c427fd5ab5a39e49e7a1f10b20ffbca20cc42636183325501e5b577631e4f1c5a1b3e7cae12ec6b89ff853e5a50946c15f3c7')
+b2sums=('28d9616c3bcb13f1e9cf9c47b4533c62caf630d7eab998e86023256b568f8f038444f8741bb902ed999f04f480bc09159aab075d184f497b00a452bfac57c996')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  PYTHONPATH=. python -c 'import plumbum'
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-11-24 Thread Kpcyrd via arch-commits
Date: Wednesday, November 24, 2021 @ 14:36:45
  Author: kpcyrd
Revision: 1054702

upgpkg: python-plumbum 1.7.1-1

Modified:
  python-plumbum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 13:36:58 UTC (rev 1054701)
+++ PKGBUILD2021-11-24 14:36:45 UTC (rev 1054702)
@@ -2,8 +2,8 @@
 
 pkgname=python-plumbum
 _name=plumbum
-pkgver=1.7.0
-pkgrel=4
+pkgver=1.7.1
+pkgrel=1
 pkgdesc='A small yet feature-rich Python library for shell script-like 
programs, and more'
 url='https://github.com/tomerfiliba/plumbum'
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('python')
 makedepends=('python-setuptools' 'python-setuptools-scm')
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('0a12891278c12bb98b8bbb825448375240ee347eb3ca166b9cbb4da3e083979d947a7bf0a843fd9a0b7c9a13d09f24e988ee877f29420a3f29f40e387eec8826')
-b2sums=('19ae8a37dff38ac3d263d9400e44ac174c46ff8cef92cf45b9ea31d6d344543fba66de3fd0fcd15acc205af5939f11be6c56e6cd9ca39a666f92f18dcd29b9f7')
+sha512sums=('d6648acce8e84045cd8c2fc4a90c427fd5ab5a39e49e7a1f10b20ffbca20cc42636183325501e5b577631e4f1c5a1b3e7cae12ec6b89ff853e5a50946c15f3c7')
+b2sums=('28d9616c3bcb13f1e9cf9c47b4533c62caf630d7eab998e86023256b568f8f038444f8741bb902ed999f04f480bc09159aab075d184f497b00a452bfac57c996')
 
 build() {
   cd "${_name}-${pkgver}"



[arch-commits] Commit in libretro-shaders-slang/trunk (PKGBUILD)

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:36:53
  Author: alucryd
Revision: 1054700

upgpkg: libretro-shaders-slang 854-1

Modified:
  libretro-shaders-slang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 13:36:48 UTC (rev 1054699)
+++ PKGBUILD2021-11-24 13:36:53 UTC (rev 1054700)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-shaders-slang
-pkgver=847
+pkgver=854
 pkgrel=1
 pkgdesc='Collection of shaders for libretro'
 arch=(any)
@@ -10,7 +10,7 @@
 groups=(libretro)
 provides=(libretro-shaders)
 makedepends=(git)
-_commit=72eb5c1547758a225faca365d5aa467a33d4ab46
+_commit=df234f756cebc1fd416e3de4ff3521ef96d684ce
 
source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=${_commit})
 sha256sums=(SKIP)
 



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

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:36:39
  Author: alucryd
Revision: 1054697

archrelease: copy trunk to community-x86_64

Added:
  libretro-play/repos/community-x86_64/PKGBUILD
(from rev 1054696, libretro-play/trunk/PKGBUILD)
Deleted:
  libretro-play/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  190 ++---
 1 file changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 13:36:34 UTC (rev 1054696)
+++ PKGBUILD2021-11-24 13:36:39 UTC (rev 1054697)
@@ -1,95 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-play
-pkgver=6833
-pkgrel=1
-pkgdesc='Sony PlayStation 2 core'
-arch=(x86_64)
-url=https://github.com/jpd002/Play-
-license=(MIT)
-groups=(libretro)
-depends=(
-  bzip2
-  glew
-  glibc
-  icu
-  libgl
-  libretro-core-info
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  libglvnd
-)
-_commit=2c5a745f49159497ecf9585c6892bc80dca917b5
-source=(
-  libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit}
-  play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
-  play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
-  play-Framework::git+https://github.com/jpd002/Play--Framework.git
-  play-libchdr::git+https://github.com/jpd002/libchdr.git
-  play-Nuanceur::git+https://github.com/jpd002/Nuanceur.git
-  git+https://github.com/SDWebImage/SDWebImage.git
-  play-boost-cmake::git+https://github.com/jpd002/boost-cmake.git
-  git+https://github.com/gulrak/filesystem.git
-)
-sha256sums=(
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-)
-
-pkgver() {
-  cd libretro-play
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-play
-
-  for submodule in deps/{CodeGen,Dependencies,Framework,Nuanceur,libchdr}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../play-${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  cd deps/Dependencies
-
-  git submodule init SDWebImage
-  git config submodule.SDWebImage.url ../../../SDWebImage
-  git submodule update SDWebImage
-
-  git submodule init boost-cmake
-  git config submodule.boost-cmake.url ../../../play-boost-cmake
-  git submodule update boost-cmake
-
-  git submodule init ghc_filesystem
-  git config submodule.ghc_filesystem.url ../../../filesystem
-  git submodule update ghc_filesystem
-}
-
-build() {
-  cmake -S libretro-play -B build \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_LIBRETRO_CORE=ON \
--DBUILD_PLAY=OFF \
--DBUILD_TESTS=OFF \
--DENABLE_AMAZON_S3=OFF \
--Wno-dev
-  make -C build
-}
-
-package() {
-  install -Dm 644 build/Source/ui_libretro/play_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 libretro-play/License.txt -t 
"${pkgdir}"/usr/share/licenses/libretro-play/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-play/repos/community-x86_64/PKGBUILD (from rev 1054696, 
libretro-play/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 13:36:39 UTC (rev 1054697)
@@ -0,0 +1,95 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-play
+pkgver=6863
+pkgrel=1
+pkgdesc='Sony PlayStation 2 core'
+arch=(x86_64)
+url=https://github.com/jpd002/Play-
+license=(MIT)
+groups=(libretro)
+depends=(
+  bzip2
+  glew
+  glibc
+  icu
+  libgl
+  libretro-core-info
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  libglvnd
+)
+_commit=6b9cc418004c01a195c78387752cc99245ba54d5
+source=(
+  libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit}
+  play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
+  play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
+  play-Framework::git+https://github.com/jpd002/Play--Framework.git
+  play-libchdr::git+https://github.com/jpd002/libchdr.git
+  play-Nuanceur::git+https://github.com/jpd002/Nuanceur.git
+  git+https://github.com/SDWebImage/SDWebImage.git
+  play-boost-cmake::git+https://github.com/jpd002/boost-cmake.git
+  git+https://github.com/gulrak/filesystem.git
+)
+sha256sums=(
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+)
+
+pkgver() {
+  cd libretro-play
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-play
+
+  for submodule in deps/{CodeGen,Dependencies,Framework,Nuanceur,libchdr}; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../play-${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  cd deps/Dependencies
+
+  git submodule init SDWebImage
+  git config submodule.SDWebImage.url ../../../SDWebImage
+  git submodule update SDWebImage
+
+  git submodule init boost-cmake
+  git config submodule.boost-cmake.url ../../../play-boost-cmake
+  git submodule update boost-cmake
+
+  git submodule init ghc_filesystem
+  git config submodule.ghc_filesystem.url 

[arch-commits] Commit in libretro-shaders-slang/repos/community-any (2 files)

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:36:58
  Author: alucryd
Revision: 1054701

archrelease: copy trunk to community-any

Added:
  libretro-shaders-slang/repos/community-any/PKGBUILD
(from rev 1054700, libretro-shaders-slang/trunk/PKGBUILD)
Deleted:
  libretro-shaders-slang/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 13:36:53 UTC (rev 1054700)
+++ PKGBUILD2021-11-24 13:36:58 UTC (rev 1054701)
@@ -1,27 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-shaders-slang
-pkgver=847
-pkgrel=1
-pkgdesc='Collection of shaders for libretro'
-arch=(any)
-url=https://www.libretro.com/
-license=(GPL3)
-groups=(libretro)
-provides=(libretro-shaders)
-makedepends=(git)
-_commit=72eb5c1547758a225faca365d5aa467a33d4ab46
-source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-shaders-slang
-
-  git rev-list --count HEAD
-}
-
-package() {
- make DESTDIR="${pkgdir}" -C libretro-shaders-slang install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-shaders-slang/repos/community-any/PKGBUILD (from rev 1054700, 
libretro-shaders-slang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 13:36:58 UTC (rev 1054701)
@@ -0,0 +1,27 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-shaders-slang
+pkgver=854
+pkgrel=1
+pkgdesc='Collection of shaders for libretro'
+arch=(any)
+url=https://www.libretro.com/
+license=(GPL3)
+groups=(libretro)
+provides=(libretro-shaders)
+makedepends=(git)
+_commit=df234f756cebc1fd416e3de4ff3521ef96d684ce
+source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-shaders-slang
+
+  git rev-list --count HEAD
+}
+
+package() {
+ make DESTDIR="${pkgdir}" -C libretro-shaders-slang install
+}
+
+# vim: ts=2 sw=2 et:



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

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:36:17
  Author: alucryd
Revision: 1054692

upgpkg: libretro-gambatte 947-1

Modified:
  libretro-gambatte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 13:36:13 UTC (rev 1054691)
+++ PKGBUILD2021-11-24 13:36:17 UTC (rev 1054692)
@@ -2,7 +2,7 @@
 # Contributor: Lauri Niskanen 
 
 pkgname=libretro-gambatte
-pkgver=942
+pkgver=947
 pkgrel=1
 pkgdesc='Nintendo Game Boy/Game Boy Color core'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 groups=(libretro)
 depends=(libretro-core-info)
 makedepends=(git)
-_commit=4b822bcf561856689e101dd5505d365de5ffcffe
+_commit=28025be64db7d3702ba1ccd158c12b2ebb5b8ddf
 
source=(libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 



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

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:36:34
  Author: alucryd
Revision: 1054696

upgpkg: libretro-play 6863-1

Modified:
  libretro-play/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 13:36:30 UTC (rev 1054695)
+++ PKGBUILD2021-11-24 13:36:34 UTC (rev 1054696)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-play
-pkgver=6833
+pkgver=6863
 pkgrel=1
 pkgdesc='Sony PlayStation 2 core'
 arch=(x86_64)
@@ -22,7 +22,7 @@
   git
   libglvnd
 )
-_commit=2c5a745f49159497ecf9585c6892bc80dca917b5
+_commit=6b9cc418004c01a195c78387752cc99245ba54d5
 source=(
   libretro-play::git+https://github.com/jpd002/Play-.git#commit=${_commit}
   play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git



[arch-commits] Commit in libretro-genesis-plus-gx/trunk (PKGBUILD)

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:36:25
  Author: alucryd
Revision: 1054694

upgpkg: libretro-genesis-plus-gx 1868-1

Modified:
  libretro-genesis-plus-gx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 13:36:22 UTC (rev 1054693)
+++ PKGBUILD2021-11-24 13:36:25 UTC (rev 1054694)
@@ -4,7 +4,7 @@
 # Contributor: almostalive 
 
 pkgname=libretro-genesis-plus-gx
-pkgver=1867
+pkgver=1868
 pkgrel=1
 pkgdesc='Sega MS/GG/MD/CD core'
 arch=(x86_64)
@@ -20,7 +20,7 @@
   clang
   git
 )
-_commit=309a4aacfd582c312dcad61b7abfdffba4a0c66e
+_commit=c1c605e862c4a277e880b510c68ebde630487948
 
source=(libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=${_commit})
 b2sums=(SKIP)
 



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

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:36:22
  Author: alucryd
Revision: 1054693

archrelease: copy trunk to community-x86_64

Added:
  libretro-gambatte/repos/community-x86_64/PKGBUILD
(from rev 1054692, libretro-gambatte/trunk/PKGBUILD)
Deleted:
  libretro-gambatte/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 13:36:17 UTC (rev 1054692)
+++ PKGBUILD2021-11-24 13:36:22 UTC (rev 1054693)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Lauri Niskanen 
-
-pkgname=libretro-gambatte
-pkgver=942
-pkgrel=1
-pkgdesc='Nintendo Game Boy/Game Boy Color core'
-arch=(x86_64)
-url=https://github.com/libretro/gambatte-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(libretro-core-info)
-makedepends=(git)
-_commit=4b822bcf561856689e101dd5505d365de5ffcffe
-source=(libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-gambatte
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-gambatte -f Makefile.libretro
-}
-
-package() {
-  install -Dm 644 libretro-gambatte/gambatte_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-gambatte/repos/community-x86_64/PKGBUILD (from rev 1054692, 
libretro-gambatte/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 13:36:22 UTC (rev 1054693)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Lauri Niskanen 
+
+pkgname=libretro-gambatte
+pkgver=947
+pkgrel=1
+pkgdesc='Nintendo Game Boy/Game Boy Color core'
+arch=(x86_64)
+url=https://github.com/libretro/gambatte-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(libretro-core-info)
+makedepends=(git)
+_commit=28025be64db7d3702ba1ccd158c12b2ebb5b8ddf
+source=(libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-gambatte
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-gambatte -f Makefile.libretro
+}
+
+package() {
+  install -Dm 644 libretro-gambatte/gambatte_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in libretro-genesis-plus-gx/repos/community-x86_64 (2 files)

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:36:30
  Author: alucryd
Revision: 1054695

archrelease: copy trunk to community-x86_64

Added:
  libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD
(from rev 1054694, libretro-genesis-plus-gx/trunk/PKGBUILD)
Deleted:
  libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 13:36:25 UTC (rev 1054694)
+++ PKGBUILD2021-11-24 13:36:30 UTC (rev 1054695)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Johnathan Jenkins 
-# Contributor: prettyvanilla 
-# Contributor: almostalive 
-
-pkgname=libretro-genesis-plus-gx
-pkgver=1867
-pkgrel=1
-pkgdesc='Sega MS/GG/MD/CD core'
-arch=(x86_64)
-url=https://github.com/libretro/Genesis-Plus-GX
-license=(BSD LGPL2.1)
-groups=(libretro)
-depends=(
-  libretro-core-info
-  libvorbis
-  zlib
-)
-makedepends=(
-  clang
-  git
-)
-_commit=309a4aacfd582c312dcad61b7abfdffba4a0c66e
-source=(libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=${_commit})
-b2sums=(SKIP)
-
-pkgver() {
-  cd libretro-genesis-plus-gx
-  git rev-list --count HEAD
-}
-
-build() {
-  export CC=clang # FS#71188 - [libretro-genesis-plus-gx] segfaults when 
compiled with -O2
-  make \
-SHARED_LIBVORBIS=1 \
-SYSTEM_ZLIB=1 \
--C libretro-genesis-plus-gx \
--f Makefile.libretro
-}
-
-package() {
-  install -Dm 644 libretro-genesis-plus-gx/genesis_plus_gx_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 libretro-genesis-plus-gx/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD (from rev 
1054694, libretro-genesis-plus-gx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 13:36:30 UTC (rev 1054695)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Johnathan Jenkins 
+# Contributor: prettyvanilla 
+# Contributor: almostalive 
+
+pkgname=libretro-genesis-plus-gx
+pkgver=1868
+pkgrel=1
+pkgdesc='Sega MS/GG/MD/CD core'
+arch=(x86_64)
+url=https://github.com/libretro/Genesis-Plus-GX
+license=(BSD LGPL2.1)
+groups=(libretro)
+depends=(
+  libretro-core-info
+  libvorbis
+  zlib
+)
+makedepends=(
+  clang
+  git
+)
+_commit=c1c605e862c4a277e880b510c68ebde630487948
+source=(libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+  cd libretro-genesis-plus-gx
+  git rev-list --count HEAD
+}
+
+build() {
+  export CC=clang # FS#71188 - [libretro-genesis-plus-gx] segfaults when 
compiled with -O2
+  make \
+SHARED_LIBVORBIS=1 \
+SYSTEM_ZLIB=1 \
+-C libretro-genesis-plus-gx \
+-f Makefile.libretro
+}
+
+package() {
+  install -Dm 644 libretro-genesis-plus-gx/genesis_plus_gx_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+  install -Dm 644 libretro-genesis-plus-gx/LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx/
+}
+
+# vim: ts=2 sw=2 et:



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

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:36:13
  Author: alucryd
Revision: 1054691

archrelease: copy trunk to community-x86_64

Added:
  libretro-flycast/repos/community-x86_64/PKGBUILD
(from rev 1054690, libretro-flycast/trunk/PKGBUILD)
  libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch
(from rev 1054690, libretro-flycast/trunk/libretro-flycast-flags.patch)
Deleted:
  libretro-flycast/repos/community-x86_64/PKGBUILD
  libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch

--+
 PKGBUILD |  116 -
 libretro-flycast-flags.patch |   38 ++---
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 13:36:07 UTC (rev 1054690)
+++ PKGBUILD2021-11-24 13:36:13 UTC (rev 1054691)
@@ -1,58 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-flycast
-pkgver=4466
-pkgrel=1
-pkgdesc='Sega Dreamcast core'
-arch=(x86_64)
-url=https://github.com/libretro/flycast
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libgl
-  libretro-core-info
-  libzip
-  xxhash
-  zlib
-)
-makedepends=(
-  git
-  mesa
-)
-_commit=6e65f80534cdfe16ccbf835645220a38c4123347
-source=(
-  
libretro-flycast::git+https://github.com/libretro/flycast.git#commit=${_commit}
-  libretro-flycast-flags.patch
-)
-sha256sums=('SKIP'
-'051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709')
-
-pkgver() {
-  cd libretro-flycast
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-flycast
-
-  patch -Np1 -i ../libretro-flycast-flags.patch
-}
-
-build() {
-  make \
-HAVE_OIT=1 \
-SYSTEM_GLSLANG=0 \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_LIBZIP=1 \
-SYSTEM_PICOTCP=0 \
-SYSTEM_XXHASH=1 \
-SYSTEM_ZLIB=1 \
--C libretro-flycast
-}
-
-package() {
-  install -Dm 644 libretro-flycast/flycast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-flycast/repos/community-x86_64/PKGBUILD (from rev 1054690, 
libretro-flycast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 13:36:13 UTC (rev 1054691)
@@ -0,0 +1,58 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-flycast
+pkgver=4469
+pkgrel=1
+pkgdesc='Sega Dreamcast core'
+arch=(x86_64)
+url=https://github.com/libretro/flycast
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+  libzip
+  xxhash
+  zlib
+)
+makedepends=(
+  git
+  mesa
+)
+_commit=254b66a017a087f083360b879abfe7f9d5cd
+source=(
+  
libretro-flycast::git+https://github.com/libretro/flycast.git#commit=${_commit}
+  libretro-flycast-flags.patch
+)
+sha256sums=('SKIP'
+'051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709')
+
+pkgver() {
+  cd libretro-flycast
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-flycast
+
+  patch -Np1 -i ../libretro-flycast-flags.patch
+}
+
+build() {
+  make \
+HAVE_OIT=1 \
+SYSTEM_GLSLANG=0 \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_LIBZIP=1 \
+SYSTEM_PICOTCP=0 \
+SYSTEM_XXHASH=1 \
+SYSTEM_ZLIB=1 \
+-C libretro-flycast
+}
+
+package() {
+  install -Dm 644 libretro-flycast/flycast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: libretro-flycast-flags.patch
===
--- libretro-flycast-flags.patch2021-11-24 13:36:07 UTC (rev 1054690)
+++ libretro-flycast-flags.patch2021-11-24 13:36:13 UTC (rev 1054691)
@@ -1,19 +0,0 @@
-diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile
 libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200
-+++ libretro-reicast/Makefile  2018-10-08 09:48:19.840450287 +0200
-@@ -26,12 +26,12 @@ CC_AS= ${CC_PREFIX}as
- 
- MFLAGS   := 
- ASFLAGS  := 
--LDFLAGS  :=
-+LDFLAGS  := ${LDFLAGS}
- LDFLAGS_END :=
- INCFLAGS :=
- LIBS :=
--CFLAGS   := 
--CXXFLAGS :=
-+CFLAGS   := ${CFLAGS}
-+CXXFLAGS := ${CXXFLAGS}
- 
- GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)"
- ifneq ($(GIT_VERSION)," unknown")

Copied: libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch 
(from rev 1054690, libretro-flycast/trunk/libretro-flycast-flags.patch)
===
--- libretro-flycast-flags.patch(rev 0)
+++ libretro-flycast-flags.patch2021-11-24 13:36:13 UTC (rev 1054691)
@@ -0,0 +1,19 @@
+diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile
+--- libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200
 libretro-reicast/Makefile  2018-10-08 09:48:19.840450287 +0200
+@@ -26,12 +26,12 @@ CC_AS= ${CC_PREFIX}as
+ 
+ MFLAGS   := 
+ ASFLAGS  := 
+-LDFLAGS  :=
++LDFLAGS  := 

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

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:36:03
  Author: alucryd
Revision: 1054689

archrelease: copy trunk to community-x86_64

Added:
  libretro-dolphin/repos/community-x86_64/PKGBUILD
(from rev 1054688, libretro-dolphin/trunk/PKGBUILD)
  libretro-dolphin/repos/community-x86_64/libretro-dolphin-missing-headers.patch
(from rev 1054688, 
libretro-dolphin/trunk/libretro-dolphin-missing-headers.patch)
Deleted:
  libretro-dolphin/repos/community-x86_64/PKGBUILD
  libretro-dolphin/repos/community-x86_64/libretro-dolphin-missing-headers.patch

+
 PKGBUILD   |  170 +++
 libretro-dolphin-missing-headers.patch |   44 
 2 files changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 13:35:58 UTC (rev 1054688)
+++ PKGBUILD2021-11-24 13:36:03 UTC (rev 1054689)
@@ -1,85 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-dolphin
-pkgver=33001
-pkgrel=1
-pkgdesc='Nintendo GC/Wii core'
-arch=(x86_64)
-url=https://github.com/libretro/dolphin
-license=(GPL2)
-groups=(libretro)
-depends=(
-  bluez-libs
-  bzip2
-  enet
-  gcc-libs
-  glibc
-  libevdev
-  libfmt.so
-  libgl
-  libglvnd
-  libhidapi-hidraw.so
-  libmbedcrypto.so
-  libmbedtls.so
-  libmbedx509.so
-  libpng
-  libretro-core-info
-  libudev.so
-  libusb-1.0.so
-  libx11
-  libxi
-  libxrandr
-  lzo
-  sfml
-  xz
-  zlib
-  zstd
-)
-makedepends=(
-  clang
-  cmake
-  git
-  mesa
-  ninja
-  python
-)
-_commit=3370f7693be95c23ac779e5172ff52b7eb2861a7
-source=(
-  
libretro-dolphin::git+https://github.com/libretro/dolphin.git#commit=${_commit}
-  libretro-dolphin-missing-headers.patch
-)
-b2sums=('SKIP'
-
'5b4ca6d1dc6af7a3afd014700305616d9e3e0f139f128cfa2af6cff3194a36ef9a591faaefbb8491d71f646187ee79e6fb5f29e9f57eeaf4e82768e814516f1a')
-
-prepare() {
-  cd libretro-dolphin
-  patch -Np1 -i ../libretro-dolphin-missing-headers.patch
-}
-
-pkgver() {
-  cd libretro-dolphin
-
-  git rev-list --count HEAD
-}
-
-build() {
-  export CC=clang
-  export CXX=clang++
-  cmake -S libretro-dolphin -B build -G Ninja \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_LTO=ON \
--DENABLE_NOGUI=OFF \
--DENABLE_QT=OFF \
--DENABLE_TESTS=OFF \
--DLIBRETRO=ON \
--DUSE_SHARED_ENET=ON \
--Wno-dev
-  cmake --build build
-}
-
-package() {
-  install -Dm 644 build/dolphin_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-dolphin/repos/community-x86_64/PKGBUILD (from rev 1054688, 
libretro-dolphin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 13:36:03 UTC (rev 1054689)
@@ -0,0 +1,85 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-dolphin
+pkgver=33003
+pkgrel=1
+pkgdesc='Nintendo GC/Wii core'
+arch=(x86_64)
+url=https://github.com/libretro/dolphin
+license=(GPL2)
+groups=(libretro)
+depends=(
+  bluez-libs
+  bzip2
+  enet
+  gcc-libs
+  glibc
+  libevdev
+  libfmt.so
+  libgl
+  libglvnd
+  libhidapi-hidraw.so
+  libmbedcrypto.so
+  libmbedtls.so
+  libmbedx509.so
+  libpng
+  libretro-core-info
+  libudev.so
+  libusb-1.0.so
+  libx11
+  libxi
+  libxrandr
+  lzo
+  sfml
+  xz
+  zlib
+  zstd
+)
+makedepends=(
+  clang
+  cmake
+  git
+  mesa
+  ninja
+  python
+)
+_commit=d5193c4391addbd257b2aafe943a138ba89e20fb
+source=(
+  
libretro-dolphin::git+https://github.com/libretro/dolphin.git#commit=${_commit}
+  libretro-dolphin-missing-headers.patch
+)
+b2sums=('SKIP'
+
'5b4ca6d1dc6af7a3afd014700305616d9e3e0f139f128cfa2af6cff3194a36ef9a591faaefbb8491d71f646187ee79e6fb5f29e9f57eeaf4e82768e814516f1a')
+
+prepare() {
+  cd libretro-dolphin
+  patch -Np1 -i ../libretro-dolphin-missing-headers.patch
+}
+
+pkgver() {
+  cd libretro-dolphin
+
+  git rev-list --count HEAD
+}
+
+build() {
+  export CC=clang
+  export CXX=clang++
+  cmake -S libretro-dolphin -B build -G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_LTO=ON \
+-DENABLE_NOGUI=OFF \
+-DENABLE_QT=OFF \
+-DENABLE_TESTS=OFF \
+-DLIBRETRO=ON \
+-DUSE_SHARED_ENET=ON \
+-Wno-dev
+  cmake --build build
+}
+
+package() {
+  install -Dm 644 build/dolphin_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: libretro-dolphin-missing-headers.patch
===
--- libretro-dolphin-missing-headers.patch  2021-11-24 13:35:58 UTC (rev 
1054688)
+++ libretro-dolphin-missing-headers.patch  2021-11-24 13:36:03 UTC (rev 
1054689)
@@ -1,22 +0,0 @@
-diff '--color=auto' -rupN 
libretro-dolphin.orig/Source/Core/Common/Config/Config.h 
libretro-dolphin/Source/Core/Common/Config/Config.h
 libretro-dolphin.orig/Source/Core/Common/Config/Config.h   

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

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:35:58
  Author: alucryd
Revision: 1054688

upgpkg: libretro-dolphin 33003-1

Modified:
  libretro-dolphin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 13:35:54 UTC (rev 1054687)
+++ PKGBUILD2021-11-24 13:35:58 UTC (rev 1054688)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-dolphin
-pkgver=33001
+pkgver=33003
 pkgrel=1
 pkgdesc='Nintendo GC/Wii core'
 arch=(x86_64)
@@ -43,7 +43,7 @@
   ninja
   python
 )
-_commit=3370f7693be95c23ac779e5172ff52b7eb2861a7
+_commit=d5193c4391addbd257b2aafe943a138ba89e20fb
 source=(
   
libretro-dolphin::git+https://github.com/libretro/dolphin.git#commit=${_commit}
   libretro-dolphin-missing-headers.patch



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

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:36:07
  Author: alucryd
Revision: 1054690

upgpkg: libretro-flycast 4469-1

Modified:
  libretro-flycast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 13:36:03 UTC (rev 1054689)
+++ PKGBUILD2021-11-24 13:36:07 UTC (rev 1054690)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-flycast
-pkgver=4466
+pkgver=4469
 pkgrel=1
 pkgdesc='Sega Dreamcast core'
 arch=(x86_64)
@@ -19,7 +19,7 @@
   git
   mesa
 )
-_commit=6e65f80534cdfe16ccbf835645220a38c4123347
+_commit=254b66a017a087f083360b879abfe7f9d5cd
 source=(
   
libretro-flycast::git+https://github.com/libretro/flycast.git#commit=${_commit}
   libretro-flycast-flags.patch



[arch-commits] Commit in libretro-beetle-psx/repos/community-x86_64 (2 files)

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:35:46
  Author: alucryd
Revision: 1054685

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD
(from rev 1054684, libretro-beetle-psx/trunk/PKGBUILD)
Deleted:
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 13:35:41 UTC (rev 1054684)
+++ PKGBUILD2021-11-24 13:35:46 UTC (rev 1054685)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgbase=libretro-beetle-psx
-pkgname=(
-  libretro-beetle-psx
-  libretro-beetle-psx-hw
-)
-pkgver=2576
-pkgrel=1
-pkgdesc='Sony PlayStation core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-psx-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libretro-core-info
-  zlib
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  vulkan-icd-loader
-)
-_commit=04ff92b27244d2a1d967eb5d46f7f46dc7109649
-source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-psx
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cp -r libretro-beetle-psx{,-hw}
-}
-
-build() {
-  make \
-HAVE_LIGHTREC=1 \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-psx
-  make \
-HAVE_HW=1 \
-HAVE_LIGHTREC=1 \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-psx-hw
-}
-
-package_libretro-beetle-psx() {
-  install -Dm 644 libretro-beetle-psx/mednafen_psx_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-package_libretro-beetle-psx-hw() {
-  depends+=(libgl)
-
-  install -Dm 644 libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-psx/repos/community-x86_64/PKGBUILD (from rev 1054684, 
libretro-beetle-psx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 13:35:46 UTC (rev 1054685)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgbase=libretro-beetle-psx
+pkgname=(
+  libretro-beetle-psx
+  libretro-beetle-psx-hw
+)
+pkgver=2582
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-psx-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libretro-core-info
+  zlib
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  vulkan-icd-loader
+)
+_commit=bc1b6af8d7b8dd0b4133040fef82725520bbd560
+source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-psx
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cp -r libretro-beetle-psx{,-hw}
+}
+
+build() {
+  make \
+HAVE_LIGHTREC=1 \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-psx
+  make \
+HAVE_HW=1 \
+HAVE_LIGHTREC=1 \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-psx-hw
+}
+
+package_libretro-beetle-psx() {
+  install -Dm 644 libretro-beetle-psx/mednafen_psx_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+package_libretro-beetle-psx-hw() {
+  depends+=(libgl)
+
+  install -Dm 644 libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in libretro-beetle-psx/trunk (PKGBUILD)

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:35:41
  Author: alucryd
Revision: 1054684

upgpkg: libretro-beetle-psx 2582-1

Modified:
  libretro-beetle-psx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-24 13:35:37 UTC (rev 1054683)
+++ PKGBUILD2021-11-24 13:35:41 UTC (rev 1054684)
@@ -5,7 +5,7 @@
   libretro-beetle-psx
   libretro-beetle-psx-hw
 )
-pkgver=2576
+pkgver=2582
 pkgrel=1
 pkgdesc='Sony PlayStation core'
 arch=(x86_64)
@@ -22,7 +22,7 @@
   mesa
   vulkan-icd-loader
 )
-_commit=04ff92b27244d2a1d967eb5d46f7f46dc7109649
+_commit=bc1b6af8d7b8dd0b4133040fef82725520bbd560
 
source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 



[arch-commits] Commit in libretro-beetle-pce-fast/repos/community-x86_64 (2 files)

2021-11-24 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 24, 2021 @ 13:35:37
  Author: alucryd
Revision: 1054683

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD
(from rev 1054682, libretro-beetle-pce-fast/trunk/PKGBUILD)
Deleted:
  libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-24 13:35:32 UTC (rev 1054682)
+++ PKGBUILD2021-11-24 13:35:37 UTC (rev 1054683)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-beetle-pce-fast
-pkgver=1150
-pkgrel=1
-pkgdesc='NEC PC Engine/CD core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-pce-fast-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glibc
-  libretro-core-info
-  zlib
-)
-makedepends=(git)
-_commit=81d4c9d07a76c89c32ad0e7450b69bde6403836f
-source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-pce-fast
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-pce-fast
-}
-
-package() {
-  install -Dm 644 libretro-beetle-pce-fast/mednafen_pce_fast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD (from rev 
1054682, libretro-beetle-pce-fast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-24 13:35:37 UTC (rev 1054683)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-beetle-pce-fast
+pkgver=1152
+pkgrel=1
+pkgdesc='NEC PC Engine/CD core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-pce-fast-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glibc
+  libretro-core-info
+  zlib
+)
+makedepends=(git)
+_commit=a7608100d1cdd8eb65aea82fede7da61dcc3c5f1
+source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-pce-fast
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-pce-fast
+}
+
+package() {
+  install -Dm 644 libretro-beetle-pce-fast/mednafen_pce_fast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



  1   2   >