[arch-commits] Commit in xf86-input-libinput/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2021-06-23 Thread Andreas Radke via arch-commits
Date: Thursday, June 24, 2021 @ 05:36:06
  Author: andyrtr
Revision: 418676

archrelease: copy trunk to extra-x86_64

Added:
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD
(from rev 418675, xf86-input-libinput/trunk/PKGBUILD)
Deleted:
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-24 05:35:56 UTC (rev 418675)
+++ PKGBUILD2021-06-24 05:36:06 UTC (rev 418676)
@@ -1,32 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=xf86-input-libinput
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Generic input driver for the X.Org server based on libinput"
-arch=('x86_64')
-license=('custom:MIT')
-url="http://xorg.freedesktop.org/;
-depends=('libinput>=1.2.0')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'xorgproto')
-conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
-groups=('xorg-drivers')
-source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('bb3cc4e9507d5ff6e430aabb5c87e412e8bbc5fd18b85fa4826123cb6be2f8f41078863fda09304f9dbd1264bbf1c3c7d6c11700ede0a5db733fbd1a03ec915b'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-libinput/repos/extra-x86_64/PKGBUILD (from rev 418675, 
xf86-input-libinput/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-24 05:36:06 UTC (rev 418676)
@@ -0,0 +1,32 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=xf86-input-libinput
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Generic input driver for the X.Org server based on libinput"
+arch=('x86_64')
+license=('custom:MIT')
+url="http://xorg.freedesktop.org/;
+depends=('libinput>=1.2.0')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'xorgproto')
+conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('7def9a4834a9203d1672613b1a4b384a0eb3d664818865b375969bf9ca96c512b752859acc8916de9224f7e488f8d59953308e53b983dfa8031ca01fd707fa2b'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



[arch-commits] Commit in xf86-input-libinput/trunk (PKGBUILD)

2021-06-23 Thread Andreas Radke via arch-commits
Date: Thursday, June 24, 2021 @ 05:35:56
  Author: andyrtr
Revision: 418675

upgpkg: xf86-input-libinput 1.1.0-1: upstream update 1.1.0

Modified:
  xf86-input-libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-24 05:10:47 UTC (rev 418674)
+++ PKGBUILD2021-06-24 05:35:56 UTC (rev 418675)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=xf86-input-libinput
-pkgver=1.0.1
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Generic input driver for the X.Org server based on libinput"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
 groups=('xorg-drivers')
 
source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('bb3cc4e9507d5ff6e430aabb5c87e412e8bbc5fd18b85fa4826123cb6be2f8f41078863fda09304f9dbd1264bbf1c3c7d6c11700ede0a5db733fbd1a03ec915b'
+sha512sums=('7def9a4834a9203d1672613b1a4b384a0eb3d664818865b375969bf9ca96c512b752859acc8916de9224f7e488f8d59953308e53b983dfa8031ca01fd707fa2b'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 



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

2021-06-23 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, June 24, 2021 @ 05:11:59
  Author: yan12125
Revision: 967162

archrelease: copy trunk to community-any

Added:
  web-ext/repos/community-any/PKGBUILD
(from rev 967161, web-ext/trunk/PKGBUILD)
Deleted:
  web-ext/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-24 05:10:11 UTC (rev 967161)
+++ PKGBUILD2021-06-24 05:11:59 UTC (rev 967162)
@@ -1,61 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=web-ext
-pkgver=6.1.0
-pkgrel=1
-pkgdesc='A command line tool to help build, run, and test web extensions'
-arch=(any)
-url='https://developer.mozilla.org/en-US/Add-ons/WebExtensions'
-license=('MPL2')
-# See upstream package.json
-depends=('nodejs>=12.0.0')
-makedepends=('npm' 'node-gyp')
-replaces=('nodejs-web-ext')
-provides=('nodejs-web-ext')
-conflicts=('nodejs-web-ext')
-# to speed up the build
-options=('!strip')
-# tarball on npmjs lacks scripts for building from sources
-source=("https://github.com/mozilla/web-ext/archive/$pkgver/web-ext-$pkgver.tar.gz;)
-sha256sums=('cb7f55b1b3ab4ecc9c76cb10f52a1e3ff7c31101e6e73a48a8bc55ea104a5ec3')
-
-prepare() {
-  cd "$srcdir"
-
-  # -build for running webpack and tests, and the original for actual packaging
-  cp -r $pkgname-$pkgver{,-build}
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver-build"
-
-  npm install
-  NODE_ENV=production npm run build
-  cp -r dist "$srcdir/$pkgname-$pkgver"
-
-  cd "$srcdir/$pkgname-$pkgver"
-  npm install --production
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver-build"
-
-  npm test
-}
-
-package() {
-  local _npmdir="$pkgdir/usr/lib/node_modules/"
-
-  install -Ddm755 "$_npmdir"
-  cp -r --no-preserve=ownership $pkgname-$pkgver "$_npmdir/$pkgname"
-
-  # dtrace-provider (brought in by bunyan) is not used on Linux, and its build 
artifacts makes this package unreproducible
-  rm -r "$_npmdir"/web-ext/node_modules/dtrace-provider/build/
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/cli/issues/1103 for details.
-  find "${pkgdir}/usr" -type d -exec chmod 755 {} +
-
-  install -Ddm755 "$pkgdir/usr/bin"
-  ln -s "/usr/lib/node_modules/$pkgname/bin/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
-}

Copied: web-ext/repos/community-any/PKGBUILD (from rev 967161, 
web-ext/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-24 05:11:59 UTC (rev 967162)
@@ -0,0 +1,61 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=web-ext
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='A command line tool to help build, run, and test web extensions'
+arch=(any)
+url='https://developer.mozilla.org/en-US/Add-ons/WebExtensions'
+license=('MPL2')
+# See upstream package.json
+depends=('nodejs>=12.0.0')
+makedepends=('npm' 'node-gyp')
+replaces=('nodejs-web-ext')
+provides=('nodejs-web-ext')
+conflicts=('nodejs-web-ext')
+# to speed up the build
+options=('!strip')
+# tarball on npmjs lacks scripts for building from sources
+source=("https://github.com/mozilla/web-ext/archive/$pkgver/web-ext-$pkgver.tar.gz;)
+sha256sums=('0fea52d9ab1c2e4b886983deb57559a75a5979e8e30d09c0939e0970fcb30626')
+
+prepare() {
+  cd "$srcdir"
+
+  # -build for running webpack and tests, and the original for actual packaging
+  cp -r $pkgname-$pkgver{,-build}
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver-build"
+
+  npm install
+  NODE_ENV=production npm run build
+  cp -r dist "$srcdir/$pkgname-$pkgver"
+
+  cd "$srcdir/$pkgname-$pkgver"
+  npm install --production
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver-build"
+
+  npm test
+}
+
+package() {
+  local _npmdir="$pkgdir/usr/lib/node_modules/"
+
+  install -Ddm755 "$_npmdir"
+  cp -r --no-preserve=ownership $pkgname-$pkgver "$_npmdir/$pkgname"
+
+  # dtrace-provider (brought in by bunyan) is not used on Linux, and its build 
artifacts makes this package unreproducible
+  rm -r "$_npmdir"/web-ext/node_modules/dtrace-provider/build/
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/cli/issues/1103 for details.
+  find "${pkgdir}/usr" -type d -exec chmod 755 {} +
+
+  install -Ddm755 "$pkgdir/usr/bin"
+  ln -s "/usr/lib/node_modules/$pkgname/bin/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
+}



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

2021-06-23 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, June 24, 2021 @ 05:09:23
  Author: yan12125
Revision: 967158

upgpkg: web-ext 6.2.0-1

Modified:
  web-ext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-24 05:04:41 UTC (rev 967157)
+++ PKGBUILD2021-06-24 05:09:23 UTC (rev 967158)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=web-ext
-pkgver=6.1.0
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='A command line tool to help build, run, and test web extensions'
 arch=(any)
@@ -17,7 +17,7 @@
 options=('!strip')
 # tarball on npmjs lacks scripts for building from sources
 
source=("https://github.com/mozilla/web-ext/archive/$pkgver/web-ext-$pkgver.tar.gz;)
-sha256sums=('cb7f55b1b3ab4ecc9c76cb10f52a1e3ff7c31101e6e73a48a8bc55ea104a5ec3')
+sha256sums=('0fea52d9ab1c2e4b886983deb57559a75a5979e8e30d09c0939e0970fcb30626')
 
 prepare() {
   cd "$srcdir"



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

2021-06-23 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, June 24, 2021 @ 05:04:41
  Author: yan12125
Revision: 967157

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-24 05:03:57 UTC (rev 967156)
+++ PKGBUILD2021-06-24 05:04:41 UTC (rev 967157)
@@ -1,50 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-anyio
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='High level compatibility layer for multiple asynchronous event loop 
implementations'
-arch=(any)
-url='https://github.com/agronholm/anyio'
-license=(MIT)
-depends=(python python-idna python-sniffio)
-makedepends=(python-setuptools python-setuptools-scm)
-checkdepends=(python-pytest python-trustme python-hypothesis python-uvloop
-  python-curio python-trio python-pytest-mock)
-optdepends=(
-  'python-curio: curio backend'
-  'python-trio: trio backend'
-)
-source=(https://github.com/agronholm/anyio/archive/$pkgver/anyio-$pkgver.tar.gz)
-sha256sums=('679f0289220a176440e5b6baeb5caed89d5d5f0582471fd59dc7e628b40d5ffa')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  cd anyio-$pkgver
-  # pytest-mock 3.3 comes with an API change [1], and anyio uses the new API,
-  # while python-pytest-mock in Arch is out-dated. Patch the sources to use
-  # the old API.
-  # [1] https://github.com/pytest-dev/pytest-mock/issues/202
-  sed -i 's#MockerFixture#MockFixture#' tests/test_eventloop.py
-}
-
-build() {
-  cd anyio-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd anyio-$pkgver
-  # Install to a temporary root as the test suite requires the entry point for
-  # its pytest plugin
-  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
-  python setup.py install --root="$PWD/tmp_install" --skip-build
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python$pyver/site-packages" pytest
-}
-
-package() {
-  cd anyio-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-anyio/repos/community-any/PKGBUILD (from rev 967156, 
python-anyio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-24 05:04:41 UTC (rev 967157)
@@ -0,0 +1,50 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-anyio
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='High level compatibility layer for multiple asynchronous event loop 
implementations'
+arch=(any)
+url='https://github.com/agronholm/anyio'
+license=(MIT)
+depends=(python python-idna python-sniffio)
+makedepends=(python-setuptools python-setuptools-scm)
+checkdepends=(python-pytest python-trustme python-hypothesis python-uvloop
+  python-curio python-trio python-pytest-mock)
+optdepends=(
+  'python-curio: curio backend'
+  'python-trio: trio backend'
+)
+source=(https://github.com/agronholm/anyio/archive/$pkgver/anyio-$pkgver.tar.gz)
+sha256sums=('176ff54241e8116fc5064b66b099eda7afbfc8451538c4ab43d76e126c49772d')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cd anyio-$pkgver
+  # pytest-mock 3.3 comes with an API change [1], and anyio uses the new API,
+  # while python-pytest-mock in Arch is out-dated. Patch the sources to use
+  # the old API.
+  # [1] https://github.com/pytest-dev/pytest-mock/issues/202
+  sed -i 's#MockerFixture#MockFixture#' tests/test_eventloop.py
+}
+
+build() {
+  cd anyio-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd anyio-$pkgver
+  # Install to a temporary root as the test suite requires the entry point for
+  # its pytest plugin
+  pyver=$(python -c "import sys; print('{}.{}'.format(*sys.version_info[:2]))")
+  python setup.py install --root="$PWD/tmp_install" --skip-build
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python$pyver/site-packages" pytest
+}
+
+package() {
+  cd anyio-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2021-06-23 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, June 24, 2021 @ 05:03:57
  Author: yan12125
Revision: 967156

upgpkg: python-anyio 3.2.1-1

Modified:
  python-anyio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-24 02:59:00 UTC (rev 967155)
+++ PKGBUILD2021-06-24 05:03:57 UTC (rev 967156)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-anyio
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='High level compatibility layer for multiple asynchronous event loop 
implementations'
 arch=(any)
@@ -16,7 +16,7 @@
   'python-trio: trio backend'
 )
 
source=(https://github.com/agronholm/anyio/archive/$pkgver/anyio-$pkgver.tar.gz)
-sha256sums=('679f0289220a176440e5b6baeb5caed89d5d5f0582471fd59dc7e628b40d5ffa')
+sha256sums=('176ff54241e8116fc5064b66b099eda7afbfc8451538c4ab43d76e126c49772d')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



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

2021-06-23 Thread Daniel M. Capella via arch-commits
Date: Thursday, June 24, 2021 @ 02:59:00
  Author: polyzen
Revision: 967155

archrelease: copy trunk to community-any

Added:
  pyright/repos/community-any/PKGBUILD
(from rev 967154, pyright/trunk/PKGBUILD)
Deleted:
  pyright/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-24 02:58:42 UTC (rev 967154)
+++ PKGBUILD2021-06-24 02:59:00 UTC (rev 967155)
@@ -1,39 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.151
-pkgrel=1
-pkgdesc='Type checker for the Python language'
-arch=('any')
-url=https://github.com/microsoft/pyright
-license=('MIT')
-depends=('nodejs>=12')
-makedepends=('npm')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('b34d1f4f1b2f6dfbeaee1d77c5b3e7b4d00663cbad55a6fbb657ff23676c336a03220ea6e89803acac4df92d50d3d28d363d8b98c3a10be87d840e59c46d3613')
-
-build() {
-  cd $pkgname-$pkgver
-  npm ci
-  cd packages/$pkgname
-  npm run build
-}
-
-package() {
-  install -d "$pkgdir"/usr/bin
-  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
-"$pkgdir"/usr/bin/$pkgname-langserver
-
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
-
-  cd packages/$pkgname
-  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyright/repos/community-any/PKGBUILD (from rev 967154, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-24 02:59:00 UTC (rev 967155)
@@ -0,0 +1,39 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.152
+pkgrel=1
+pkgdesc='Type checker for the Python language'
+arch=('any')
+url=https://github.com/microsoft/pyright
+license=('MIT')
+depends=('nodejs>=12')
+makedepends=('npm')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('f2bf17ef5c089edab203952e6cf289e665a3863e3bec65e5d734e54143c9163b5bd24b06b0b8a54bdfe8e473909b0294a6404732f08798ade61586bfa98ad786')
+
+build() {
+  cd $pkgname-$pkgver
+  npm ci
+  cd packages/$pkgname
+  npm run build
+}
+
+package() {
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
+  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
+"$pkgdir"/usr/bin/$pkgname-langserver
+
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
+
+  cd packages/$pkgname
+  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-06-23 Thread Daniel M. Capella via arch-commits
Date: Thursday, June 24, 2021 @ 02:58:42
  Author: polyzen
Revision: 967154

upgpkg: pyright 1.1.152-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-24 02:17:35 UTC (rev 967153)
+++ PKGBUILD2021-06-24 02:58:42 UTC (rev 967154)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.151
+pkgver=1.1.152
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('b34d1f4f1b2f6dfbeaee1d77c5b3e7b4d00663cbad55a6fbb657ff23676c336a03220ea6e89803acac4df92d50d3d28d363d8b98c3a10be87d840e59c46d3613')
+b2sums=('f2bf17ef5c089edab203952e6cf289e665a3863e3bec65e5d734e54143c9163b5bd24b06b0b8a54bdfe8e473909b0294a6404732f08798ade61586bfa98ad786')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in python-pytorch/repos (9 files)

2021-06-23 Thread Konstantin Gizdov via arch-commits
Date: Thursday, June 24, 2021 @ 02:17:35
  Author: kgizdov
Revision: 967153

archrelease: copy trunk to community-testing-x86_64

Added:
  python-pytorch/repos/community-testing-x86_64/
  python-pytorch/repos/community-testing-x86_64/PKGBUILD
(from rev 967152, python-pytorch/trunk/PKGBUILD)
  python-pytorch/repos/community-testing-x86_64/benchmark-gcc11.patch
(from rev 967152, python-pytorch/trunk/benchmark-gcc11.patch)
  python-pytorch/repos/community-testing-x86_64/disable_non_x86_64.patch
(from rev 967152, python-pytorch/trunk/disable_non_x86_64.patch)
  
python-pytorch/repos/community-testing-x86_64/fix-building-for-torchvision.patch
(from rev 967152, python-pytorch/trunk/fix-building-for-torchvision.patch)
  python-pytorch/repos/community-testing-x86_64/fix_include_system.patch
(from rev 967152, python-pytorch/trunk/fix_include_system.patch)
  python-pytorch/repos/community-testing-x86_64/test.py
(from rev 967152, python-pytorch/trunk/test.py)
  python-pytorch/repos/community-testing-x86_64/use-system-libuv.patch
(from rev 967152, python-pytorch/trunk/use-system-libuv.patch)
  python-pytorch/repos/community-testing-x86_64/xnnpack-gcc11.patch
(from rev 967152, python-pytorch/trunk/xnnpack-gcc11.patch)

+
 PKGBUILD   |  304 +++
 benchmark-gcc11.patch  |   30 +++
 disable_non_x86_64.patch   |   15 +
 fix-building-for-torchvision.patch |   25 ++
 fix_include_system.patch   |   13 +
 test.py|7 
 use-system-libuv.patch |   13 +
 xnnpack-gcc11.patch|   33 +++
 8 files changed, 440 insertions(+)

Copied: python-pytorch/repos/community-testing-x86_64/PKGBUILD (from rev 
967152, python-pytorch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-24 02:17:35 UTC (rev 967153)
@@ -0,0 +1,304 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Stephen Zhang 
+
+pkgbase=python-pytorch
+pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
+_pkgname="pytorch"
+pkgver=1.9.0
+_pkgver=1.9.0
+pkgrel=1
+pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
+arch=('x86_64')
+url="https://pytorch.org;
+license=('BSD')
+depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 
'python-yaml' 'libuv'
+ 'python-numpy' 'protobuf' 'ffmpeg' 'python-future' 'qt5-base' 
'onednn' 'intel-mkl'
+ 'python-typing_extensions')
+makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 
'cuda'
+ 'cudnn' 'git' 'magma' 'ninja' 'pkgconfig' 'doxygen')
+source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$_pkgver;
+# generated using parse-submodules
+"${pkgname}-ios-cmake::git+https://github.com/Yangqing/ios-cmake.git;
+
"${pkgname}-pthreadpool::git+https://github.com/Maratyszcza/pthreadpool.git;
+"${pkgname}-FP16::git+https://github.com/Maratyszcza/FP16.git;
+"${pkgname}-NNPACK::git+https://github.com/Maratyszcza/NNPACK.git;
+"${pkgname}-FXdiv::git+https://github.com/Maratyszcza/FXdiv.git;
+"${pkgname}-PeachPy::git+https://github.com/Maratyszcza/PeachPy.git;
+"${pkgname}-cub::git+https://github.com/NVlabs/cub.git;
+"${pkgname}-psimd::git+https://github.com/Maratyszcza/psimd.git;
+"${pkgname}-cpuinfo::git+https://github.com/pytorch/cpuinfo.git;
+"${pkgname}-enum34::git+https://github.com/PeachPy/enum34.git;
+"${pkgname}-ideep::git+https://github.com/intel/ideep;
+"${pkgname}-QNNPACK::git+https://github.com/pytorch/QNNPACK;
+"${pkgname}-foxi::git+https://github.com/houseroad/foxi.git;
+
"${pkgname}-ARM_NEON_2_x86_SSE::git+https://github.com/intel/ARM_NEON_2_x86_SSE.git;
+"${pkgname}-six::git+https://github.com/benjaminp/six.git;
+
"${pkgname}-eigen-git-mirror::git+https://github.com/eigenteam/eigen-git-mirror.git;
+"${pkgname}-gloo::git+https://github.com/facebookincubator/gloo;
+"${pkgname}-nccl::git+https://github.com/NVIDIA/nccl;
+"${pkgname}-gemmlowp::git+https://github.com/google/gemmlowp.git;
+"${pkgname}-kineto::git+https://github.com/pytorch/kineto;
+"${pkgname}-sleef::git+https://github.com/shibatch/sleef;
+"${pkgname}-onnx-tensorrt::git+https://github.com/onnx/onnx-tensorrt;
+"${pkgname}-benchmark::git+https://github.com/google/benchmark.git;
+"${pkgname}-tbb::git+https://github.com/01org/tbb;
+"${pkgname}-XNNPACK::git+https://github.com/malfet/XNNPACK.git;
+"${pkgname}-fbjni::git+https://github.com/facebookincubator/fbjni.git;
+

[arch-commits] Commit in python-pytorch/trunk (2 files)

2021-06-23 Thread Konstantin Gizdov via arch-commits
Date: Thursday, June 24, 2021 @ 02:17:19
  Author: kgizdov
Revision: 967152

upgpkg: python-pytorch 1.9.0-1: upgpkg: python-pytorch 1.9.0-1 and CUDA 11.3.1 
update

Modified:
  python-pytorch/trunk/PKGBUILD
  python-pytorch/trunk/fix-building-for-torchvision.patch

+
 PKGBUILD   |   24 
 fix-building-for-torchvision.patch |   12 ++--
 2 files changed, 22 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-24 01:59:22 UTC (rev 967151)
+++ PKGBUILD2021-06-24 02:17:19 UTC (rev 967152)
@@ -4,9 +4,9 @@
 pkgbase=python-pytorch
 pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
 _pkgname="pytorch"
-pkgver=1.8.1
-_pkgver=1.8.1
-pkgrel=7
+pkgver=1.9.0
+_pkgver=1.9.0
+pkgrel=1
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="https://pytorch.org;
@@ -95,7 +95,7 @@
 'SKIP'
 '557761502bbd994d9795bef46779e4b8c60ba0b45e7d60841f477d3b7f28a00a'
 'cd9ac4aaa9f946ac5eafc57cf66c5c16b3ea7ac8af32c2558fad0705411bb669'
-'f4959cde995382c55ba28c8496321b0bb0a5c0f3f46abcce2e88521004993846'
+'689c76e89bcf403df1b4cf7ca784381967b6a6527ed6eb6d0ad6681cf789b738'
 '278fecdb45df065343f51688cc7a1665153b5189f3341a741d546b0b518eac40'
 '64833e96e47a22f88336381f25fcd73127208dc79e2074398295d88c4596c06a'
 'd3ef8491718ed7e814fe63e81df2f49862fffbea891d2babbcb464796a1bd680')
@@ -158,6 +158,8 @@
 
   # remove local nccl
   rm -rf third_party/nccl/nccl
+  # also remove path from nccl module, so it's not checked
+  sed -e '/path = third_party\/nccl\/nccl/d' -i ./.gitmodules
 
   # fix build with google-glog 0.5 
https://github.com/pytorch/pytorch/issues/58054
   sed -e '/namespace glog_internal_namespace_/d' -e 
's|::glog_internal_namespace_||' -i c10/util/Logging.cpp
@@ -173,6 +175,7 @@
   export PYTORCH_BUILD_NUMBER=1
 
   # Check tools/setup_helpers/cmake.py, setup.py and CMakeLists.txt for a list 
of flags that can be set via env vars.
+  export ATEN_NO_TEST=ON  # do not build ATen tests
   export USE_MKLDNN=ON
   export BUILD_CUSTOM_PROTOBUF=OFF
   # export BUILD_SHARED_LIBS=OFF
@@ -181,16 +184,21 @@
   export USE_GLOG=ON
   export BUILD_BINARY=ON
   export USE_OPENCV=ON
+  # export USE_SYSTEM_LIBS=ON  # experimental, not all libs present in repos
   export USE_SYSTEM_NCCL=ON
-  # export USE_SYSTEM_LIBS=ON
   export NCCL_VERSION=$(pkg-config nccl --modversion)
   export NCCL_VER_CODE=$(sed -n 's/^#define NCCL_VERSION_CODE\s*\(.*\).*/\1/p' 
/usr/include/nccl.h)
-  export CUDAHOSTCXX=g++
+  # export BUILD_SPLIT_CUDA=ON  # modern preferred build, but splits libs and 
symbols, ABI break
+  # export USE_FAST_NVCC=ON  # parallel build with nvcc, spawns too many 
processes
+  export USE_CUPTI_SO=ON  # make sure cupti.so is used as shared lib
+  export CUDAHOSTCXX=/usr/bin/g++-10
+  export CUDA_HOST_COMPILER="${CUDAHOSTCXX}"
   export CUDA_HOME=/opt/cuda
   export CUDNN_LIB_DIR=/usr/lib
   export CUDNN_INCLUDE_DIR=/usr/include
-  # export TORCH_NVCC_FLAGS="-Xfatbin -compress-all"
-  export 
TORCH_CUDA_ARCH_LIST="5.2;5.3;6.0;6.1;6.2;7.0;7.0+PTX;7.2;7.2+PTX;7.5;7.5+PTX;8.0;8.0+PTX;8.6;8.6+PTX"
+  export TORCH_NVCC_FLAGS="-Xfatbin -compress-all"
+  export TORCH_CUDA_ARCH_LIST="5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5;8.0;8.6"
+  export OVERRIDE_TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST}"
 }
 
 build() {

Modified: fix-building-for-torchvision.patch
===
--- fix-building-for-torchvision.patch  2021-06-24 01:59:22 UTC (rev 967151)
+++ fix-building-for-torchvision.patch  2021-06-24 02:17:19 UTC (rev 967152)
@@ -4,17 +4,17 @@
 Subject: [PATCH] fix building torchvision
 
 ---
- aten/src/ATen/core/op_registration/op_whitelist.h | 2 +-
+ aten/src/ATen/core/op_registration/op_allowlist.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/aten/src/ATen/core/op_registration/op_whitelist.h 
b/aten/src/ATen/core/op_registration/op_whitelist.h
+diff --git a/aten/src/ATen/core/op_registration/op_allowlist.h 
b/aten/src/ATen/core/op_registration/op_allowlist.h
 index f93462bb2cf..12903d1cc09 100644
 a/aten/src/ATen/core/op_registration/op_whitelist.h
-+++ b/aten/src/ATen/core/op_registration/op_whitelist.h
-@@ -59,7 +59,7 @@ constexpr bool op_whitelist_contains(string_view allowlist, 
string_view item) {
+--- a/aten/src/ATen/core/op_registration/op_allowlist.h
 b/aten/src/ATen/core/op_registration/op_allowlist.h
+@@ -59,7 +59,7 @@ constexpr bool op_allowlist_contains(string_view allowlist, 
string_view item) {
  // Returns true iff the given op name is on the allowlist
  // and should be registered
- constexpr bool op_whitelist_check(string_view op_name) {
+ constexpr bool op_allowlist_check(string_view 

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

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:59:22
  Author: felixonmars
Revision: 967151

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 967150, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/rebuild.list
(from rev 967150, nodejs/trunk/rebuild.list)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD
  nodejs/repos/community-x86_64/rebuild.list

--+
 PKGBUILD |  112 -
 rebuild.list |4 +-
 2 files changed, 58 insertions(+), 58 deletions(-)

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

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

Deleted: rebuild.list
===
--- rebuild.list2021-06-24 01:59:04 UTC (rev 967150)
+++ rebuild.list2021-06-24 01:59:22 UTC (rev 967151)
@@ -1,2 +0,0 @@
-apm
-bash-language-server

Copied: nodejs/repos/community-x86_64/rebuild.list (from rev 967150, 
nodejs/trunk/rebuild.list)
===
--- rebuild.list(rev 0)
+++ rebuild.list2021-06-24 01:59:22 UTC (rev 967151)
@@ -0,0 +1,2 @@
+apm
+bash-language-server



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

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:59:04
  Author: felixonmars
Revision: 967150

upgpkg: nodejs 16.4.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-24 01:58:03 UTC (rev 967149)
+++ PKGBUILD2021-06-24 01:59:04 UTC (rev 967150)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=16.3.0
+pkgver=16.4.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('python' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("https://github.com/nodejs/node/archive/v$pkgver/nodejs-$pkgver.tar.gz;)
-sha512sums=('6ff9ece714016776f332f33b59f2c26eb485df3f29521a3222a139d377e286c9f2fc5c8730770cb88c2016388271b2c1d819875397feab4c60349ec598f7c710')
+sha512sums=('ec184862202ce6b26f2a35a58dc4cb8e8824b950e97a02de239d77886626a78d2efb663746a19c22521f225b81b23f9004955f8786fec570a6ac3d4254971851')
 
 build() {
   cd node-$pkgver



[arch-commits] Commit in haskell-haddock-library/repos (2 files)

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:58:03
  Author: felixonmars
Revision: 967149

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-haddock-library/repos/community-staging-x86_64/
  haskell-haddock-library/repos/community-staging-x86_64/PKGBUILD
(from rev 967148, haskell-haddock-library/trunk/PKGBUILD)

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

Copied: haskell-haddock-library/repos/community-staging-x86_64/PKGBUILD (from 
rev 967148, haskell-haddock-library/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-24 01:58:03 UTC (rev 967149)
@@ -0,0 +1,48 @@
+# Maintainer: Sergej Pupykin 
+
+_hkgname=haddock-library
+pkgname=haskell-haddock-library
+pkgver=1.10.0
+pkgrel=29
+pkgdesc="A documentation-generation tool for Haskell libraries"
+url="https://www.haskell.org/haddock/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'uusi' 'haskell-base-compat' 'haskell-hspec' 
'haskell-hspec-discover'
+ 'haskell-quickcheck' 'haskell-optparse-applicative' 
'haskell-tree-diff')
+source=("https://hackage.haskell.org/packages/archive/haddock-library/${pkgver}/haddock-library-${pkgver}.tar.gz;)
+sha512sums=('dac536a2b8e2764de1a1b1a16fc328e15455656c2992fb3b3bccdeae2bb6ac81fe94e164aa2a70cff7cea3b97347b8510aadb5fa1c0564bb2429947f0aace0d1')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -u tree-diff -u QuickCheck -u hspec -u optparse-applicative 
$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-haddock-library/trunk (PKGBUILD)

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:57:50
  Author: felixonmars
Revision: 967148

upgpkg: haskell-haddock-library 1.10.0-29: rebuild with cabal-install 3.4.0.0, 
cabal-install-parsers 0.4.1, ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, 
one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  haskell-haddock-library/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-24 01:56:22 UTC (rev 967147)
+++ PKGBUILD2021-06-24 01:57:50 UTC (rev 967148)
@@ -3,7 +3,7 @@
 _hkgname=haddock-library
 pkgname=haskell-haddock-library
 pkgver=1.10.0
-pkgrel=28
+pkgrel=29
 pkgdesc="A documentation-generation tool for Haskell libraries"
 url="https://www.haskell.org/haddock/;
 license=("BSD")



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

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:56:22
  Author: felixonmars
Revision: 967147

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-summoner/repos/community-staging-x86_64/
  haskell-summoner/repos/community-staging-x86_64/PKGBUILD
(from rev 967146, haskell-summoner/trunk/PKGBUILD)

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

Copied: haskell-summoner/repos/community-staging-x86_64/PKGBUILD (from rev 
967146, haskell-summoner/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-24 01:56:22 UTC (rev 967147)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+_hkgname=summoner
+pkgname=haskell-summoner
+pkgver=2.0.1.1
+pkgrel=176
+pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects."
+url="https://github.com/kowainik/summoner;
+license=('MPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-colourista' 
'haskell-generic-data' 'haskell-gitrev'
+ 'haskell-neat-interpolation' 'haskell-optparse-applicative' 
'haskell-relude'
+ 'haskell-shellmet' 'haskell-tomland' 'haskell-validation-selective')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 
'haskell-hspec-hedgehog' 'haskell-tree-diff')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('5b6eee2848e2fb0b65d34f4a980ecd6e7766629a42394348dc2166e2216fc496')
+
+prepare(){
+  cd $_hkgname-$pkgver
+  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+  uusi $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test || :
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:56:09
  Author: felixonmars
Revision: 967146

upgpkg: haskell-summoner 2.0.1.1-176: rebuild with cabal-install 3.4.0.0, 
cabal-install-parsers 0.4.1, ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, 
one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  haskell-summoner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-24 01:54:27 UTC (rev 967145)
+++ PKGBUILD2021-06-24 01:56:09 UTC (rev 967146)
@@ -4,7 +4,7 @@
 _hkgname=summoner
 pkgname=haskell-summoner
 pkgver=2.0.1.1
-pkgrel=175
+pkgrel=176
 pkgdesc="Tool for scaffolding fully configured batteries-included 
production-level Haskell projects."
 url="https://github.com/kowainik/summoner;
 license=('MPL2')



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

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:54:27
  Author: felixonmars
Revision: 967145

archrelease: copy trunk to community-staging-x86_64

Added:
  cabal-plan/repos/community-staging-x86_64/
  cabal-plan/repos/community-staging-x86_64/PKGBUILD
(from rev 967144, cabal-plan/trunk/PKGBUILD)

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

Copied: cabal-plan/repos/community-staging-x86_64/PKGBUILD (from rev 967144, 
cabal-plan/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-24 01:54:27 UTC (rev 967145)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=cabal-plan
+pkgname=cabal-plan
+pkgver=0.7.2.0
+pkgrel=26
+pkgdesc="Library and utility for processing cabal's plan.json file"
+url="https://github.com/hvr/cabal-plan;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-async' 
'haskell-base-compat'
+ 'haskell-base16-bytestring' 'haskell-cabal-install-parsers' 
'haskell-optics-core'
+ 'haskell-optparse-applicative' 'haskell-semialign' 
'haskell-singleton-bool' 'haskell-tar'
+ 'haskell-these' 'haskell-topograph' 'haskell-vector' 'haskell-zlib')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('233a3d1460732fe3486169023758e431d37c5c9156fb28d829decaf7b9170f85')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u base -u Cabal -u optics-core -u semialign $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' \
+-fexe -flicense-report
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.GPLv2
+}



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

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:54:14
  Author: felixonmars
Revision: 967144

upgpkg: cabal-plan 0.7.2.0-26: rebuild with cabal-install 3.4.0.0, 
cabal-install-parsers 0.4.1, ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, 
one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  cabal-plan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-24 01:49:45 UTC (rev 967143)
+++ PKGBUILD2021-06-24 01:54:14 UTC (rev 967144)
@@ -3,7 +3,7 @@
 _hkgname=cabal-plan
 pkgname=cabal-plan
 pkgver=0.7.2.0
-pkgrel=25
+pkgrel=26
 pkgdesc="Library and utility for processing cabal's plan.json file"
 url="https://github.com/hvr/cabal-plan;
 license=("GPL")
@@ -18,7 +18,7 @@
 
 prepare() {
   cd $_hkgname-$pkgver
-  uusi -u optics-core -u semialign $_hkgname.cabal
+  uusi -u base -u Cabal -u optics-core -u semialign $_hkgname.cabal
 }
 
 build() {



[arch-commits] Commit in haskell-cabal-install-parsers/repos (2 files)

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:49:45
  Author: felixonmars
Revision: 967143

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cabal-install-parsers/repos/community-staging-x86_64/
  haskell-cabal-install-parsers/repos/community-staging-x86_64/PKGBUILD
(from rev 967142, haskell-cabal-install-parsers/trunk/PKGBUILD)

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

Copied: haskell-cabal-install-parsers/repos/community-staging-x86_64/PKGBUILD 
(from rev 967142, haskell-cabal-install-parsers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-24 01:49:45 UTC (rev 967143)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+_hkgname=cabal-install-parsers
+pkgname=haskell-cabal-install-parsers
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Utilities to work with cabal-install files"
+url="https://haskell-ci.rtfd.org/;
+license=("GPL" "BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base16-bytestring' 
'haskell-binary-instances'
+ 'haskell-cryptohash-sha256' 'haskell-lukko' 'haskell-network-uri' 
'haskell-tar')
+makedepends=('ghc' 'uusi' 'haskell-ansi-terminal' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tree-diff')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;
+
$_hkgname-tree-diff-0.2.patch::https://github.com/haskell-CI/haskell-ci/pull/500.patch)
+sha512sums=('4a2bdd8ab34767b32af3a8178151494a2f922d761945fa03bfe514b3cae03c0fd4c17b809ad0bae2adc3f35afb8bfad47881dfbc125182b63bbcd497512c46ef'
+
'57809a0e379595b84534c56eaf08d0a1c34e52e3bfbc6aa631785746cb0c67eb00fcea241ceef26c0dc0801fa26cfb429a4a04b4515c3f2433035b63f9201420')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  patch -p2 -i ../$_hkgname-tree-diff-0.2.patch
+  uusi -u base -u tasty $_hkgname.cabal
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  cabal update  # Generate cabal config for tests
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-cabal-install-parsers/trunk (PKGBUILD)

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:49:31
  Author: felixonmars
Revision: 967142

upgpkg: haskell-cabal-install-parsers 0.4.1-1: rebuild with cabal-install 
3.4.0.0, cabal-install-parsers 0.4.1, ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, 
hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  haskell-cabal-install-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-24 01:44:00 UTC (rev 967141)
+++ PKGBUILD2021-06-24 01:49:31 UTC (rev 967142)
@@ -2,8 +2,8 @@
 
 _hkgname=cabal-install-parsers
 pkgname=haskell-cabal-install-parsers
-pkgver=0.4
-pkgrel=110
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="Utilities to work with cabal-install files"
 url="https://haskell-ci.rtfd.org/;
 license=("GPL" "BSD")
@@ -15,13 +15,13 @@
 checkdepends=('cabal-install')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;
 
$_hkgname-tree-diff-0.2.patch::https://github.com/haskell-CI/haskell-ci/pull/500.patch)
-sha512sums=('ed521221e822b471ed297d8291fb1360d785197b0d36de7a4e1dd2bf44b5c2840281fc423e2618dd70dc38354b156984e05f7469f3915321a181a349e94a1a27'
+sha512sums=('4a2bdd8ab34767b32af3a8178151494a2f922d761945fa03bfe514b3cae03c0fd4c17b809ad0bae2adc3f35afb8bfad47881dfbc125182b63bbcd497512c46ef'
 
'57809a0e379595b84534c56eaf08d0a1c34e52e3bfbc6aa631785746cb0c67eb00fcea241ceef26c0dc0801fa26cfb429a4a04b4515c3f2433035b63f9201420')
 
 prepare() {
   cd $_hkgname-$pkgver
   patch -p2 -i ../$_hkgname-tree-diff-0.2.patch
-  uusi -u tasty $_hkgname.cabal
+  uusi -u base -u tasty $_hkgname.cabal
   gen-setup
 }
 



[arch-commits] Commit in perl-alien-build/repos/extra-any (PKGBUILD PKGBUILD)

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:47:12
  Author: felixonmars
Revision: 418669

archrelease: copy trunk to extra-any

Added:
  perl-alien-build/repos/extra-any/PKGBUILD
(from rev 418668, perl-alien-build/trunk/PKGBUILD)
Deleted:
  perl-alien-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-24 01:46:57 UTC (rev 418668)
+++ PKGBUILD2021-06-24 01:47:12 UTC (rev 418669)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-alien-build
-pkgver=2.40
-pkgrel=3
-pkgdesc="Build external dependencies for use in CPAN"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Alien-Build;
-depends=('perl-capture-tiny' 'perl-ffi-checklib' 'perl-file-chdir' 
'perl-file-which'
- 'perl-path-tiny')
-makedepends=('perl-test2-suite')
-checkdepends=('perl-alien-base-modulebuild' 'perl-alien-cmake3' 
'perl-env-shellwords'
-  'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
-sha512sums=('56854b06d65d690414ed31ebb2c8858d2cc05df12cd854c8328fcaf3c8c1f32f5ad2200898312306bd24c6574c21009c374dc4a9eebf942f05c12631a308eb2f')
-
-build() {
-  cd Alien-Build-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Alien-Build-$pkgver
-  make test
-}
-
-package() {
-  cd Alien-Build-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-alien-build/repos/extra-any/PKGBUILD (from rev 418668, 
perl-alien-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-24 01:47:12 UTC (rev 418669)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-alien-build
+pkgver=2.41
+pkgrel=1
+pkgdesc="Build external dependencies for use in CPAN"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Alien-Build;
+depends=('perl-capture-tiny' 'perl-ffi-checklib' 'perl-file-chdir' 
'perl-file-which'
+ 'perl-path-tiny')
+makedepends=('perl-test2-suite')
+checkdepends=('perl-alien-base-modulebuild' 'perl-alien-cmake3' 
'perl-env-shellwords'
+  'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
+sha512sums=('868d2ee11dc3e797fa47bb9779e0da27d5ca74deebf30680e5c6d27b04f87455a29a9bd32f349a5be5e28939c4087fe8f6c620ca0a9508040aa4a67a18e94b6d')
+
+build() {
+  cd Alien-Build-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Alien-Build-$pkgver
+  make test
+}
+
+package() {
+  cd Alien-Build-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in perl-alien-build/trunk (PKGBUILD)

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:46:57
  Author: felixonmars
Revision: 418668

upgpkg: perl-alien-build 2.41-1

Modified:
  perl-alien-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 19:49:16 UTC (rev 418667)
+++ PKGBUILD2021-06-24 01:46:57 UTC (rev 418668)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-alien-build
-pkgver=2.40
-pkgrel=3
+pkgver=2.41
+pkgrel=1
 pkgdesc="Build external dependencies for use in CPAN"
 arch=('any')
 license=('PerlArtistic')
@@ -14,7 +14,7 @@
   'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
-sha512sums=('56854b06d65d690414ed31ebb2c8858d2cc05df12cd854c8328fcaf3c8c1f32f5ad2200898312306bd24c6574c21009c374dc4a9eebf942f05c12631a308eb2f')
+sha512sums=('868d2ee11dc3e797fa47bb9779e0da27d5ca74deebf30680e5c6d27b04f87455a29a9bd32f349a5be5e28939c4087fe8f6c620ca0a9508040aa4a67a18e94b6d')
 
 build() {
   cd Alien-Build-$pkgver



[arch-commits] Commit in haskell-tree-diff/repos (2 files)

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:44:00
  Author: felixonmars
Revision: 967141

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tree-diff/repos/community-staging-x86_64/
  haskell-tree-diff/repos/community-staging-x86_64/PKGBUILD
(from rev 967140, haskell-tree-diff/trunk/PKGBUILD)

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

Copied: haskell-tree-diff/repos/community-staging-x86_64/PKGBUILD (from rev 
967140, haskell-tree-diff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-24 01:44:00 UTC (rev 967141)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tree-diff
+pkgname=haskell-tree-diff
+pkgver=0.2
+pkgrel=29
+pkgdesc="Diffing of (expression) trees"
+url="https://github.com/phadej/tree-diff;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-base-compat' 'haskell-hashable' 'haskell-parsers' 
'haskell-primitive'
+ 'haskell-quickcheck' 'haskell-scientific' 'haskell-semialign' 
'haskell-strict'
+ 'haskell-tagged' 'haskell-these' 'haskell-unordered-containers' 
'haskell-uuid-types'
+ 'haskell-vector')
+makedepends=('ghc' 'uusi' 'haskell-trifecta' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('e5e745e9c1481033579fd8bffc5f35a92dbb2d973a329d635b6c2b9d6a3e66f3dc11c6ea3b8ca21f2d41ac6b91255af825c287d59f1c40e44e9fe3e1dddf06e1')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+uusi -d bytestring-builder -u tasty $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-tree-diff/trunk (PKGBUILD)

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:43:46
  Author: felixonmars
Revision: 967140

upgpkg: haskell-tree-diff 0.2-29: rebuild with cabal-install 3.4.0.0, ghc 
9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, 
retrie 1.0.0.0

Modified:
  haskell-tree-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-24 01:42:29 UTC (rev 967139)
+++ PKGBUILD2021-06-24 01:43:46 UTC (rev 967140)
@@ -3,7 +3,7 @@
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
 pkgver=0.2
-pkgrel=28
+pkgrel=29
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff;
 license=('BSD')



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

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:42:29
  Author: felixonmars
Revision: 967139

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-trifecta/repos/community-staging-x86_64/
  haskell-trifecta/repos/community-staging-x86_64/PKGBUILD
(from rev 967138, haskell-trifecta/trunk/PKGBUILD)

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

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
967138, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-24 01:42:29 UTC (rev 967139)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=2.1.1
+pkgrel=40
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="https://github.com/ekmett/trifecta;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-charset" "haskell-comonad" 
"haskell-fingertree"
+ "haskell-hashable" 'haskell-indexed-traversable' "haskell-lens" 
"haskell-parsers"
+ 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 
"haskell-profunctors"
+ "haskell-reducers" "haskell-unordered-containers" 
"haskell-utf8-string")
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7284c56a616f82e5d498a823eb316b1000f0da7a296a2d3af1c300fa12c573e09b12b1c71e312fe7036b492b14d46abcc2b29d50b792c3cc407ed85552c2ab48')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:42:16
  Author: felixonmars
Revision: 967138

upgpkg: haskell-trifecta 2.1.1-40: rebuild with cabal-install 3.4.0.0, ghc 
9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, 
retrie 1.0.0.0

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-24 01:41:04 UTC (rev 967137)
+++ PKGBUILD2021-06-24 01:42:16 UTC (rev 967138)
@@ -4,7 +4,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=2.1.1
-pkgrel=39
+pkgrel=40
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="https://github.com/ekmett/trifecta;
 license=("BSD")



[arch-commits] Commit in haskell-blaze-html/repos (2 files)

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:41:04
  Author: felixonmars
Revision: 967137

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-blaze-html/repos/community-staging-x86_64/
  haskell-blaze-html/repos/community-staging-x86_64/PKGBUILD
(from rev 967136, haskell-blaze-html/trunk/PKGBUILD)

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

Copied: haskell-blaze-html/repos/community-staging-x86_64/PKGBUILD (from rev 
967136, haskell-blaze-html/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-24 01:41:04 UTC (rev 967137)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-html
+pkgname=haskell-blaze-html
+pkgver=0.9.1.2
+pkgrel=117
+pkgdesc="A blazingly fast HTML combinator library for Haskell"
+url="https://jaspervdj.be/blaze;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-blaze-markup')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('26e5294285033fa453ab9914a5bdb37c42f5b7c3a10400be1ff6dd125a70499d556c106cc8128154dc0c455c8b80b489a883265fcb626e2d4afcd8e4d94374bc')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.14/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runghc -isrc src/Util/GenerateHtmlCombinators.hs
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-blaze-html/trunk (PKGBUILD)

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:40:51
  Author: felixonmars
Revision: 967136

upgpkg: haskell-blaze-html 0.9.1.2-117: rebuild with cabal-install 3.4.0.0, ghc 
9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, 
retrie 1.0.0.0

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-24 01:39:49 UTC (rev 967135)
+++ PKGBUILD2021-06-24 01:40:51 UTC (rev 967136)
@@ -4,7 +4,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.1.2
-pkgrel=116
+pkgrel=117
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="https://jaspervdj.be/blaze;
 license=("BSD")



[arch-commits] Commit in haskell-blaze-markup/repos (2 files)

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:39:49
  Author: felixonmars
Revision: 967135

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-blaze-markup/repos/community-staging-x86_64/
  haskell-blaze-markup/repos/community-staging-x86_64/PKGBUILD
(from rev 967134, haskell-blaze-markup/trunk/PKGBUILD)

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

Copied: haskell-blaze-markup/repos/community-staging-x86_64/PKGBUILD (from rev 
967134, haskell-blaze-markup/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-06-24 01:39:49 UTC (rev 967135)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-markup
+pkgname=haskell-blaze-markup
+pkgver=0.8.2.8
+pkgrel=23
+pkgdesc="A blazingly fast markup combinator library for Haskell"
+url="https://jaspervdj.be/blaze;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-builder')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d677b611c751c2dfd4bd12c1b1aa612b08356c90b9962b60d4972a9626ddd0337bcaf40b4595b64c1d3bf506d017f058771d00fa55979b94283095061be18944')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-blaze-markup/trunk (PKGBUILD)

2021-06-23 Thread Felix Yan via arch-commits
Date: Thursday, June 24, 2021 @ 01:39:36
  Author: felixonmars
Revision: 967134

upgpkg: haskell-blaze-markup 0.8.2.8-23: rebuild with cabal-install 3.4.0.0, 
ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, 
retrie 1.0.0.0

Modified:
  haskell-blaze-markup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 21:30:56 UTC (rev 967133)
+++ PKGBUILD2021-06-24 01:39:36 UTC (rev 967134)
@@ -4,7 +4,7 @@
 _hkgname=blaze-markup
 pkgname=haskell-blaze-markup
 pkgver=0.8.2.8
-pkgrel=22
+pkgrel=23
 pkgdesc="A blazingly fast markup combinator library for Haskell"
 url="https://jaspervdj.be/blaze;
 license=("BSD")



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

2021-06-23 Thread Kpcyrd via arch-commits
Date: Wednesday, June 23, 2021 @ 21:30:56
  Author: kpcyrd
Revision: 967133

archrelease: copy trunk to community-x86_64

Added:
  sn0int/repos/community-x86_64/PKGBUILD
(from rev 967132, sn0int/trunk/PKGBUILD)
  sn0int/repos/community-x86_64/sn0int.install
(from rev 967132, sn0int/trunk/sn0int.install)
Deleted:
  sn0int/repos/community-x86_64/PKGBUILD
  sn0int/repos/community-x86_64/sn0int.install

+
 PKGBUILD   |  104 +++
 sn0int.install |   18 -
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 21:30:40 UTC (rev 967132)
+++ PKGBUILD2021-06-23 21:30:56 UTC (rev 967133)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: kpcyrd 
-
-pkgname=sn0int
-pkgver=0.21.1
-pkgrel=1
-pkgdesc='Semi-automatic OSINT framework and package manager'
-url='https://github.com/kpcyrd/sn0int'
-arch=('x86_64')
-license=('GPL3')
-depends=('libcap' 'lua52' 'sqlite' 'libseccomp.so' 'libsodium' 
'geoip2-database' 'publicsuffix-list')
-makedepends=('cargo' 'python-sphinx')
-install=sn0int.install
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('73242c84bdc95211ca5919c5d1e0ed7133558bc8de6dba243976fef8bb14f7a27cadae5cacc04f2a2386b18756c25d2c7f0ba88fb340c45d524606a1bf380bc8'
-'SKIP')
-b2sums=('b9846e21972c0443d8990ec97cfa43bedc7c01abc1f6dd740d3a55d0df7466d891acbfeaba9be84766c220d23ea5a50fdb255a8b4ddc515b493f1ba75da9f16c'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-  make -C docs man
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
-
-  install -Dm 644 docs/_build/man/sn0int.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sn0int/repos/community-x86_64/PKGBUILD (from rev 967132, 
sn0int/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-23 21:30:56 UTC (rev 967133)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: kpcyrd 
+
+pkgname=sn0int
+pkgver=0.21.2
+pkgrel=1
+pkgdesc='Semi-automatic OSINT framework and package manager'
+url='https://github.com/kpcyrd/sn0int'
+arch=('x86_64')
+license=('GPL3')
+depends=('libcap' 'lua52' 'sqlite' 'libseccomp.so' 'libsodium' 
'geoip2-database' 'publicsuffix-list')
+makedepends=('cargo' 'python-sphinx')
+install=sn0int.install
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('b8fcd1d21624e2eb311d8bbcfb48f60fd751c82f0329cc62cb6b54bd079e7dfccf2608e39378ffec07a82a7363fafa0863cda6bbd66505e0772560fd06a0a4d6'
+'SKIP')
+b2sums=('5b87a9703c9703f6517955f6c523d3e0a8f127c985863661fcf3e7551c2d0d469fe8ed880b74f29985d87a7ed8b30bb16784e6b06cf1a624da71926ac205'
+'SKIP')
+
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+  make -C docs man
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
+  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
+  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
+
+  install -Dm 644 

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

2021-06-23 Thread Kpcyrd via arch-commits
Date: Wednesday, June 23, 2021 @ 21:30:40
  Author: kpcyrd
Revision: 967132

upgpkg: sn0int 0.21.2-1

Modified:
  sn0int/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 19:50:35 UTC (rev 967131)
+++ PKGBUILD2021-06-23 21:30:40 UTC (rev 967132)
@@ -3,7 +3,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=sn0int
-pkgver=0.21.1
+pkgver=0.21.2
 pkgrel=1
 pkgdesc='Semi-automatic OSINT framework and package manager'
 url='https://github.com/kpcyrd/sn0int'
@@ -14,9 +14,9 @@
 install=sn0int.install
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('73242c84bdc95211ca5919c5d1e0ed7133558bc8de6dba243976fef8bb14f7a27cadae5cacc04f2a2386b18756c25d2c7f0ba88fb340c45d524606a1bf380bc8'
+sha512sums=('b8fcd1d21624e2eb311d8bbcfb48f60fd751c82f0329cc62cb6b54bd079e7dfccf2608e39378ffec07a82a7363fafa0863cda6bbd66505e0772560fd06a0a4d6'
 'SKIP')
-b2sums=('b9846e21972c0443d8990ec97cfa43bedc7c01abc1f6dd740d3a55d0df7466d891acbfeaba9be84766c220d23ea5a50fdb255a8b4ddc515b493f1ba75da9f16c'
+b2sums=('5b87a9703c9703f6517955f6c523d3e0a8f127c985863661fcf3e7551c2d0d469fe8ed880b74f29985d87a7ed8b30bb16784e6b06cf1a624da71926ac205'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")



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

2021-06-23 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, June 23, 2021 @ 19:50:35
  Author: orhun
Revision: 967131

archrelease: copy trunk to community-x86_64

Added:
  lfs/repos/community-x86_64/
  lfs/repos/community-x86_64/PKGBUILD
(from rev 967130, lfs/trunk/PKGBUILD)

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

Copied: lfs/repos/community-x86_64/PKGBUILD (from rev 967130, 
lfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-06-23 19:50:35 UTC (rev 967131)
@@ -0,0 +1,27 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=lfs
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Get information on your mounted disks"
+arch=('x86_64')
+url="https://github.com/Canop/lfs;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('82cfccc813a243f042a7b128edab3ff826ba8ae7716527e61386a8e4f56c4204c50481d720c736cfde698d4e4c8b97e99c9df1f6bde2a9321fa617582339ad3e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-06-23 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, June 23, 2021 @ 19:50:22
  Author: orhun
Revision: 967130

addpkg: lfs 0.7.0-1

Added:
  lfs/
  lfs/repos/
  lfs/trunk/
  lfs/trunk/PKGBUILD

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

Added: lfs/trunk/PKGBUILD
===
--- lfs/trunk/PKGBUILD  (rev 0)
+++ lfs/trunk/PKGBUILD  2021-06-23 19:50:22 UTC (rev 967130)
@@ -0,0 +1,27 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=lfs
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Get information on your mounted disks"
+arch=('x86_64')
+url="https://github.com/Canop/lfs;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('82cfccc813a243f042a7b128edab3ff826ba8ae7716527e61386a8e4f56c4204c50481d720c736cfde698d4e4c8b97e99c9df1f6bde2a9321fa617582339ad3e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in libcanberra/repos/extra-x86_64 (5 files)

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 19:49:16
  Author: heftig
Revision: 418667

archrelease: copy trunk to extra-x86_64

Added:
  libcanberra/repos/extra-x86_64/40-libcanberra-gtk-module.sh
(from rev 418666, libcanberra/trunk/40-libcanberra-gtk-module.sh)
  libcanberra/repos/extra-x86_64/PKGBUILD
(from rev 418666, libcanberra/trunk/PKGBUILD)
  libcanberra/repos/extra-x86_64/libcanberra-multi-backend.patch
(from rev 418666, libcanberra/trunk/libcanberra-multi-backend.patch)
Deleted:
  libcanberra/repos/extra-x86_64/40-libcanberra-gtk-module.sh
  libcanberra/repos/extra-x86_64/PKGBUILD

-+
 40-libcanberra-gtk-module.sh|   26 
 PKGBUILD|  119 --
 libcanberra-multi-backend.patch |   26 
 3 files changed, 102 insertions(+), 69 deletions(-)

Deleted: 40-libcanberra-gtk-module.sh
===
--- 40-libcanberra-gtk-module.sh2021-06-23 19:48:39 UTC (rev 418666)
+++ 40-libcanberra-gtk-module.sh2021-06-23 19:49:16 UTC (rev 418667)
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-case "${DESKTOP_SESSION-}" in
-  gnome*) # Done by gnome-settings-daemon
-  ;;
-  *)
-# Extra check in case DESKTOP_SESSION is not set correctly
-if [ -z "${GNOME_DESKTOP_SESSION_ID-}" ]; then
-  GTK_MODULES="${GTK_MODULES:+$GTK_MODULES:}canberra-gtk-module"
-  export GTK_MODULES
-fi
-  ;;
-esac

Copied: libcanberra/repos/extra-x86_64/40-libcanberra-gtk-module.sh (from rev 
418666, libcanberra/trunk/40-libcanberra-gtk-module.sh)
===
--- 40-libcanberra-gtk-module.sh(rev 0)
+++ 40-libcanberra-gtk-module.sh2021-06-23 19:49:16 UTC (rev 418667)
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+case "${DESKTOP_SESSION-}" in
+  gnome*) # Done by gnome-settings-daemon
+  ;;
+  *)
+# Extra check in case DESKTOP_SESSION is not set correctly
+if [ -z "${GNOME_DESKTOP_SESSION_ID-}" ]; then
+  GTK_MODULES="${GTK_MODULES:+$GTK_MODULES:}canberra-gtk-module"
+  export GTK_MODULES
+fi
+  ;;
+esac

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 19:48:39 UTC (rev 418666)
+++ PKGBUILD2021-06-23 19:49:16 UTC (rev 418667)
@@ -1,56 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=libcanberra
-pkgver=0.30+2+gc0620e4
-pkgrel=4
-pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification"
-url="http://0pointer.de/lennart/projects/libcanberra;
-arch=(x86_64)
-license=(LGPL)
-depends=(libvorbis libltdl alsa-lib libpulse tdb sound-theme-freedesktop)
-makedepends=(gtk-doc gtk2 gtk3 git)
-provides=("libcanberra-pulse=$pkgver-$pkgrel" libcanberra{,-gtk,-gtk3}.so)
-replaces=("libcanberra-pulse<0.30+2+gc0620e4-4")
-options=(libtool)
-_commit=c0620e432650e81062c1967cc669829dbd29b310  # master
-source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit;
-40-libcanberra-gtk-module.sh)
-sha256sums=('SKIP'
-'a0d0b135d3fea5c703a5f84208b79d66f671b082ae85f67b629ee2568a7ddc30')
-
-pkgver() {
-  cd libcanberra
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd libcanberra
-  ./autogen.sh
-}
-
-build() {
-  cd libcanberra
-  ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
-  --disable-static --with-builtin=dso --enable-null --disable-oss \
-  --enable-alsa --enable-pulse \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_libcanberra() {
-  cd libcanberra
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/lib/*.la
-  rm "$pkgdir"/usr/lib/gtk-{2,3}.0/modules/*.la
-
-  # FS#52370: Remove login, logout and system-ready sounds.
-  # We have no sound themes that include these so do not play them.
-  rm -r "$pkgdir"/usr/share/{gnome,gdm}
-
-  install -Dt "$pkgdir/etc/X11/xinit/xinitrc.d" ../40-libcanberra-gtk-module.sh
-}
-
-# vim:set sw=2 et:

Copied: libcanberra/repos/extra-x86_64/PKGBUILD (from rev 418666, 
libcanberra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-23 19:49:16 UTC (rev 418667)
@@ -0,0 +1,63 @@
+# Maintainer: Jan de Groot 
+
+pkgname=libcanberra
+pkgver=0.30+2+gc0620e4
+pkgrel=5
+pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification"
+url="http://0pointer.de/lennart/projects/libcanberra;
+arch=(x86_64)
+license=(LGPL)
+depends=(libvorbis libltdl alsa-lib libpulse tdb sound-theme-freedesktop)
+makedepends=(gtk-doc gtk2 gtk3 git)
+provides=("libcanberra-pulse=$pkgver-$pkgrel" libcanberra{,-gtk,-gtk3}.so)
+replaces=("libcanberra-pulse<0.30+2+gc0620e4-4")
+options=(libtool)
+_commit=c0620e432650e81062c1967cc669829dbd29b310  # master

[arch-commits] Commit in lib32-libcanberra/repos/multilib-x86_64 (3 files)

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 19:49:16
  Author: heftig
Revision: 967129

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libcanberra/repos/multilib-x86_64/PKGBUILD
(from rev 967128, lib32-libcanberra/trunk/PKGBUILD)
  lib32-libcanberra/repos/multilib-x86_64/libcanberra-multi-backend.patch
(from rev 967128, lib32-libcanberra/trunk/libcanberra-multi-backend.patch)
Deleted:
  lib32-libcanberra/repos/multilib-x86_64/PKGBUILD

-+
 PKGBUILD|  123 --
 libcanberra-multi-backend.patch |   26 
 2 files changed, 91 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 19:48:37 UTC (rev 967128)
+++ PKGBUILD2021-06-23 19:49:16 UTC (rev 967129)
@@ -1,58 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Jan de Groot 
-
-pkgname=lib32-libcanberra
-pkgver=0.30+2+gc0620e4
-pkgrel=4
-pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification (32-bit)"
-url="http://0pointer.de/lennart/projects/libcanberra;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-libvorbis lib32-libltdl lib32-alsa-lib lib32-libpulse lib32-tdb
- libcanberra)
-makedepends=(gtk-doc lib32-gtk2 lib32-gtk3 git)
-provides=("lib32-libcanberra-pulse=$pkgver-$pkgrel" 
libcanberra{,-gtk,-gtk3}.so)
-replaces=("lib32-libcanberra-pulse<0.30+2+gc0620e4-4")
-options=(libtool)
-_commit=c0620e432650e81062c1967cc669829dbd29b310  # master
-source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libcanberra
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd libcanberra
-  ./autogen.sh
-}
-
-build() {
-  cd libcanberra
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-
-  ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
-  --libdir=/usr/lib32 \
-  --disable-static --with-builtin=dso --enable-null --disable-oss \
-  --enable-alsa --enable-pulse \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_lib32-libcanberra() {
-  cd libcanberra
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/lib32/*.la
-  rm "$pkgdir"/usr/lib32/gtk-{2,3}.0/modules/*.la
-
-  rm -r "$pkgdir"/usr/{include,share,bin,lib,lib32/gnome-settings-daemon-3.0}
-}
-
-# vim:set sw=2 et:

Copied: lib32-libcanberra/repos/multilib-x86_64/PKGBUILD (from rev 967128, 
lib32-libcanberra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-23 19:49:16 UTC (rev 967129)
@@ -0,0 +1,65 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jan de Groot 
+
+pkgname=lib32-libcanberra
+pkgver=0.30+2+gc0620e4
+pkgrel=5
+pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification (32-bit)"
+url="http://0pointer.de/lennart/projects/libcanberra;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-libvorbis lib32-libltdl lib32-alsa-lib lib32-libpulse lib32-tdb
+ libcanberra)
+makedepends=(gtk-doc lib32-gtk2 lib32-gtk3 git)
+provides=("lib32-libcanberra-pulse=$pkgver-$pkgrel" 
libcanberra{,-gtk,-gtk3}.so)
+replaces=("lib32-libcanberra-pulse<0.30+2+gc0620e4-4")
+options=(libtool)
+_commit=c0620e432650e81062c1967cc669829dbd29b310  # master
+source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit;
+libcanberra-multi-backend.patch)
+sha256sums=('SKIP'
+'de146cae3e40a16b38c8edb4f1a3a423c64eb9c5000e36c316b677e9909c9b06')
+
+pkgver() {
+  cd libcanberra
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd libcanberra
+
+  # https://bugs.archlinux.org/task/71341
+  # https://bugs.freedesktop.org/show_bug.cgi?id=51662
+  patch -Np1 -i ../libcanberra-multi-backend.patch
+
+  ./autogen.sh
+}
+
+build() {
+  cd libcanberra
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+  ./configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var \
+  --libdir=/usr/lib32 \
+  --disable-static --with-builtin=dso --enable-null --disable-oss \
+  --enable-alsa --enable-pulse \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_lib32-libcanberra() {
+  cd libcanberra
+
+  make -j1 DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/usr/lib32/*.la
+  rm "$pkgdir"/usr/lib32/gtk-{2,3}.0/modules/*.la
+
+  rm -r "$pkgdir"/usr/{include,share,bin,lib,lib32/gnome-settings-daemon-3.0}
+}
+
+# vim:set sw=2 et:

Copied: lib32-libcanberra/repos/multilib-x86_64/libcanberra-multi-backend.patch 
(from rev 967128, lib32-libcanberra/trunk/libcanberra-multi-backend.patch)

[arch-commits] Commit in libcanberra/trunk (PKGBUILD libcanberra-multi-backend.patch)

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 19:48:39
  Author: heftig
Revision: 418666

0.30+2+gc0620e4-5: FS#71341

Added:
  libcanberra/trunk/libcanberra-multi-backend.patch
Modified:
  libcanberra/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 libcanberra-multi-backend.patch |   26 ++
 2 files changed, 36 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 18:30:33 UTC (rev 418665)
+++ PKGBUILD2021-06-23 19:48:39 UTC (rev 418666)
@@ -2,7 +2,7 @@
 
 pkgname=libcanberra
 pkgver=0.30+2+gc0620e4
-pkgrel=4
+pkgrel=5
 pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification"
 url="http://0pointer.de/lennart/projects/libcanberra;
 arch=(x86_64)
@@ -14,9 +14,11 @@
 options=(libtool)
 _commit=c0620e432650e81062c1967cc669829dbd29b310  # master
 source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit;
-40-libcanberra-gtk-module.sh)
+40-libcanberra-gtk-module.sh
+libcanberra-multi-backend.patch)
 sha256sums=('SKIP'
-'a0d0b135d3fea5c703a5f84208b79d66f671b082ae85f67b629ee2568a7ddc30')
+'a0d0b135d3fea5c703a5f84208b79d66f671b082ae85f67b629ee2568a7ddc30'
+'de146cae3e40a16b38c8edb4f1a3a423c64eb9c5000e36c316b677e9909c9b06')
 
 pkgver() {
   cd libcanberra
@@ -25,6 +27,11 @@
 
 prepare() {
   cd libcanberra
+
+  # https://bugs.archlinux.org/task/71341
+  # https://bugs.freedesktop.org/show_bug.cgi?id=51662
+  patch -Np1 -i ../libcanberra-multi-backend.patch
+
   ./autogen.sh
 }
 

Added: libcanberra-multi-backend.patch
===
--- libcanberra-multi-backend.patch (rev 0)
+++ libcanberra-multi-backend.patch 2021-06-23 19:48:39 UTC (rev 418666)
@@ -0,0 +1,26 @@
+Index: libcanberra-0.29/src/driver-order.c
+===
+--- libcanberra-0.29.orig/src/driver-order.c
 libcanberra-0.29/src/driver-order.c
+@@ -30,6 +30,7 @@
+ #include "driver-order.h"
+ 
+ const char* const ca_driver_order[] = {
++  "multi",
+ #ifdef HAVE_PULSE
+ "pulse",
+ #endif
+Index: libcanberra-0.29/src/multi.c
+===
+--- libcanberra-0.29.orig/src/multi.c
 libcanberra-0.29/src/multi.c
+@@ -107,8 +107,7 @@ int driver_open(ca_context *c) {
+ int ret = CA_SUCCESS;
+ 
+ ca_return_val_if_fail(c, CA_ERROR_INVALID);
+-ca_return_val_if_fail(c->driver, CA_ERROR_NODRIVER);
+-ca_return_val_if_fail(!strncmp(c->driver, "multi", 5), 
CA_ERROR_NODRIVER);
++ca_return_val_if_fail(!c->driver || strncmp(c->driver, "multi", 5) == 
0, CA_ERROR_NODRIVER);
+ ca_return_val_if_fail(!PRIVATE(c), CA_ERROR_STATE);
+ 
+ if (!(c->private = p = ca_new0(struct private, 1)))



[arch-commits] Commit in lib32-libcanberra/trunk (2 files)

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 19:48:37
  Author: heftig
Revision: 967128

0.30+2+gc0620e4-5: FS#71341

Added:
  lib32-libcanberra/trunk/libcanberra-multi-backend.patch
Modified:
  lib32-libcanberra/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 libcanberra-multi-backend.patch |   26 ++
 2 files changed, 36 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 19:40:29 UTC (rev 967127)
+++ PKGBUILD2021-06-23 19:48:37 UTC (rev 967128)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-libcanberra
 pkgver=0.30+2+gc0620e4
-pkgrel=4
+pkgrel=5
 pkgdesc="A small and lightweight implementation of the XDG Sound Theme 
Specification (32-bit)"
 url="http://0pointer.de/lennart/projects/libcanberra;
 arch=(x86_64)
@@ -15,8 +15,10 @@
 replaces=("lib32-libcanberra-pulse<0.30+2+gc0620e4-4")
 options=(libtool)
 _commit=c0620e432650e81062c1967cc669829dbd29b310  # master
-source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit;)
-sha256sums=('SKIP')
+source=("git+http://git.0pointer.net/clone/libcanberra.git#commit=$_commit;
+libcanberra-multi-backend.patch)
+sha256sums=('SKIP'
+'de146cae3e40a16b38c8edb4f1a3a423c64eb9c5000e36c316b677e9909c9b06')
 
 pkgver() {
   cd libcanberra
@@ -25,6 +27,11 @@
 
 prepare() {
   cd libcanberra
+
+  # https://bugs.archlinux.org/task/71341
+  # https://bugs.freedesktop.org/show_bug.cgi?id=51662
+  patch -Np1 -i ../libcanberra-multi-backend.patch
+
   ./autogen.sh
 }
 

Added: libcanberra-multi-backend.patch
===
--- libcanberra-multi-backend.patch (rev 0)
+++ libcanberra-multi-backend.patch 2021-06-23 19:48:37 UTC (rev 967128)
@@ -0,0 +1,26 @@
+Index: libcanberra-0.29/src/driver-order.c
+===
+--- libcanberra-0.29.orig/src/driver-order.c
 libcanberra-0.29/src/driver-order.c
+@@ -30,6 +30,7 @@
+ #include "driver-order.h"
+ 
+ const char* const ca_driver_order[] = {
++  "multi",
+ #ifdef HAVE_PULSE
+ "pulse",
+ #endif
+Index: libcanberra-0.29/src/multi.c
+===
+--- libcanberra-0.29.orig/src/multi.c
 libcanberra-0.29/src/multi.c
+@@ -107,8 +107,7 @@ int driver_open(ca_context *c) {
+ int ret = CA_SUCCESS;
+ 
+ ca_return_val_if_fail(c, CA_ERROR_INVALID);
+-ca_return_val_if_fail(c->driver, CA_ERROR_NODRIVER);
+-ca_return_val_if_fail(!strncmp(c->driver, "multi", 5), 
CA_ERROR_NODRIVER);
++ca_return_val_if_fail(!c->driver || strncmp(c->driver, "multi", 5) == 
0, CA_ERROR_NODRIVER);
+ ca_return_val_if_fail(!PRIVATE(c), CA_ERROR_STATE);
+ 
+ if (!(c->private = p = ca_new0(struct private, 1)))



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

2021-06-23 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, June 23, 2021 @ 19:40:29
  Author: orhun
Revision: 967127

archrelease: copy trunk to community-x86_64

Added:
  procs/repos/community-x86_64/PKGBUILD
(from rev 967126, procs/trunk/PKGBUILD)
Deleted:
  procs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 19:40:21 UTC (rev 967126)
+++ PKGBUILD2021-06-23 19:40:29 UTC (rev 967127)
@@ -1,40 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Filipe Nascimento 
-# Contributor: Attenuation 
-
-pkgname=procs
-pkgver=0.11.8
-pkgrel=1
-pkgdesc="A modern replacement for ps written in Rust"
-arch=('x86_64')
-url="https://github.com/dalance/procs;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('50ef6175c08a5ce7f65c81924e8f295bab9622b453b51178a8b8c37c3ef2beef')
-
-build() {
-cd "$pkgname-$pkgver"
-cargo build --release --locked
-
-"target/release/$pkgname" --completion zsh
-"target/release/$pkgname" --completion bash
-"target/release/$pkgname" --completion fish
-}
-
-check() {
-cd "$pkgname-$pkgver"
-cargo test --release --locked
-}
-
-package() {
-cd "$pkgname-$pkgver"
-install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-install -Dm 644 "_$pkgname" -t "$pkgdir/usr/share/zsh/site-functions"
-install -Dm 644 "$pkgname.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-install -Dm 644 "$pkgname.fish" -t 
"$pkgdir/usr/share/fish/vendor_completions.d"
-}
-
-# vim: ts=2 sw=2 et:

Copied: procs/repos/community-x86_64/PKGBUILD (from rev 967126, 
procs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-23 19:40:29 UTC (rev 967127)
@@ -0,0 +1,40 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Filipe Nascimento 
+# Contributor: Attenuation 
+
+pkgname=procs
+pkgver=0.11.9
+pkgrel=1
+pkgdesc="A modern replacement for ps written in Rust"
+arch=('x86_64')
+url="https://github.com/dalance/procs;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('9d17be4c9d733723da6bfd13417a5f73d0f6ea32802db6d94da8f377a4872b6d')
+
+build() {
+cd "$pkgname-$pkgver"
+cargo build --release --locked
+
+"target/release/$pkgname" --completion zsh
+"target/release/$pkgname" --completion bash
+"target/release/$pkgname" --completion fish
+}
+
+check() {
+cd "$pkgname-$pkgver"
+cargo test --release --locked
+}
+
+package() {
+cd "$pkgname-$pkgver"
+install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+install -Dm 644 "_$pkgname" -t "$pkgdir/usr/share/zsh/site-functions"
+install -Dm 644 "$pkgname.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+install -Dm 644 "$pkgname.fish" -t 
"$pkgdir/usr/share/fish/vendor_completions.d"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-06-23 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, June 23, 2021 @ 19:40:21
  Author: orhun
Revision: 967126

upgpkg: procs 0.11.9-1: upstream release

Modified:
  procs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 19:23:06 UTC (rev 967125)
+++ PKGBUILD2021-06-23 19:40:21 UTC (rev 967126)
@@ -3,7 +3,7 @@
 # Contributor: Attenuation 
 
 pkgname=procs
-pkgver=0.11.8
+pkgver=0.11.9
 pkgrel=1
 pkgdesc="A modern replacement for ps written in Rust"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 makedepends=('rust')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('50ef6175c08a5ce7f65c81924e8f295bab9622b453b51178a8b8c37c3ef2beef')
+sha256sums=('9d17be4c9d733723da6bfd13417a5f73d0f6ea32802db6d94da8f377a4872b6d')
 
 build() {
 cd "$pkgname-$pkgver"



[arch-commits] Commit in electron12/repos/community-x86_64 (18 files)

2021-06-23 Thread Nicola Squartini via arch-commits
Date: Wednesday, June 23, 2021 @ 19:23:06
  Author: tensor5
Revision: 967125

archrelease: copy trunk to community-x86_64

Added:
  electron12/repos/community-x86_64/PKGBUILD
(from rev 967124, electron12/trunk/PKGBUILD)
  electron12/repos/community-x86_64/add-dependency-on-opus-in-webcodecs.patch
(from rev 967124, 
electron12/trunk/add-dependency-on-opus-in-webcodecs.patch)
  electron12/repos/community-x86_64/chromium-fix-libva-redef.patch
(from rev 967124, electron12/trunk/chromium-fix-libva-redef.patch)
  electron12/repos/community-x86_64/chromium-glibc-2.33.patch
(from rev 967124, electron12/trunk/chromium-glibc-2.33.patch)
  electron12/repos/community-x86_64/default_app-icon.patch
(from rev 967124, electron12/trunk/default_app-icon.patch)
  electron12/repos/community-x86_64/electron-launcher.sh
(from rev 967124, electron12/trunk/electron-launcher.sh)
  electron12/repos/community-x86_64/electron.desktop
(from rev 967124, electron12/trunk/electron.desktop)
  
electron12/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 967124, 
electron12/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron12/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 967124, electron12/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron12/repos/community-x86_64/PKGBUILD
  electron12/repos/community-x86_64/add-dependency-on-opus-in-webcodecs.patch
  electron12/repos/community-x86_64/chromium-fix-libva-redef.patch
  electron12/repos/community-x86_64/chromium-glibc-2.33.patch
  electron12/repos/community-x86_64/default_app-icon.patch
  electron12/repos/community-x86_64/electron-launcher.sh
  electron12/repos/community-x86_64/electron.desktop
  
electron12/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron12/repos/community-x86_64/use-system-libraries-in-node.patch

---+
 PKGBUILD  |  446 +-
 add-dependency-on-opus-in-webcodecs.patch |   86 +--
 chromium-fix-libva-redef.patch|  172 +++
 chromium-glibc-2.33.patch |  288 ++--
 default_app-icon.patch|   42 -
 electron-launcher.sh  |   40 -
 electron.desktop  |   14 
 sql-make-VirtualCursor-standard-layout-type.patch |  476 ++--
 use-system-libraries-in-node.patch|  104 ++--
 9 files changed, 834 insertions(+), 834 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 19:22:49 UTC (rev 967124)
+++ PKGBUILD2021-06-23 19:23:06 UTC (rev 967125)
@@ -1,223 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron12
-pkgver=12.0.11
-_commit=78ce1d975836f8a4cd5ad4692d0e44f97e228d90
-_chromiumver=89.0.4389.128
-_gcc_patchset=7
-pkgrel=1
-pkgdesc='Build cross platform desktop apps with web technologies'
-arch=('x86_64')
-url='https://electronjs.org/'
-license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libnghttp2' 'libxslt' 'minizip'
- 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn-m87' 'gperf' 'harfbuzz-icu' 'http-parser'
- 'java-runtime-headless' 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja'
- 'npm' 'pciutils' 'pipewire' 'python2' 'wget' 'yarn')
-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)")
-source=('git+https://github.com/electron/electron.git'
-'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git'
-
"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'
-'use-system-libraries-in-node.patch'
-'add-dependency-on-opus-in-webcodecs.patch'
-'chromium-fix-libva-redef.patch'
-'chromium-glibc-2.33.patch'
-'sql-make-VirtualCursor-standard-layout-type.patch'
-   )
-sha256sums=('SKIP'
-'SKIP'
-'f8b1558f6c87b33423da854d42f0f69d47885a96d6bf6ce7f26373e93d47442f'
-'929e058a3cbcdea24f42716a43f6ab29727d99b0cddd807099b791662f1a100e'
-'0805ec335447914d8895afa13f07de0496a687f7f6a088c1fe10d72d08d2f42c'
-'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
-'f16103daf05713dea632b5f01e45db20ff12d1770a6539b4e8d3957a0242dd54'
-

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

2021-06-23 Thread Nicola Squartini via arch-commits
Date: Wednesday, June 23, 2021 @ 19:22:49
  Author: tensor5
Revision: 967124

upgpkg: electron12 12.0.12-1

Modified:
  electron12/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 19:02:24 UTC (rev 967123)
+++ PKGBUILD2021-06-23 19:22:49 UTC (rev 967124)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron12
-pkgver=12.0.11
-_commit=78ce1d975836f8a4cd5ad4692d0e44f97e228d90
+pkgver=12.0.12
+_commit=088bc334f0e469c330bc15078de8c250a4f195fc
 _chromiumver=89.0.4389.128
 _gcc_patchset=7
 pkgrel=1



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

2021-06-23 Thread Morten Linderud via arch-commits
Date: Wednesday, June 23, 2021 @ 19:02:24
  Author: foxboron
Revision: 967123

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 19:02:13 UTC (rev 967122)
+++ PKGBUILD2021-06-23 19:02:24 UTC (rev 967123)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: icasdri 
-# Contributor: hexchain 
-
-pkgname=mypy
-pkgver=0.902
-pkgrel=1
-pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
-url="http://www.mypy-lang.org/;
-arch=('any')
-license=('MIT')
-depends=('python-psutil' 'python-typed-ast' 'python-mypy_extensions' 
'python-typing_extensions')
-makedepends=('git' 'python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('9236c21194fde5df1b4d8ebc2ef2c1f2a5dc7f18bcbea54274937cae2e20a01c')
-
-build() {
-cd "$pkgname-$pkgver"
-export PYTHONHASHSEED=0
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

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



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

2021-06-23 Thread Morten Linderud via arch-commits
Date: Wednesday, June 23, 2021 @ 19:02:13
  Author: foxboron
Revision: 967122

upgpkg: mypy 0.910-1

Modified:
  mypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 18:57:57 UTC (rev 967121)
+++ PKGBUILD2021-06-23 19:02:13 UTC (rev 967122)
@@ -3,7 +3,7 @@
 # Contributor: hexchain 
 
 pkgname=mypy
-pkgver=0.902
+pkgver=0.910
 pkgrel=1
 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
 url="http://www.mypy-lang.org/;
@@ -12,7 +12,7 @@
 depends=('python-psutil' 'python-typed-ast' 'python-mypy_extensions' 
'python-typing_extensions')
 makedepends=('git' 'python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('9236c21194fde5df1b4d8ebc2ef2c1f2a5dc7f18bcbea54274937cae2e20a01c')
+sha256sums=('704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150')
 
 build() {
 cd "$pkgname-$pkgver"



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

2021-06-23 Thread Morten Linderud via arch-commits
Date: Wednesday, June 23, 2021 @ 18:57:57
  Author: foxboron
Revision: 967121

archrelease: copy trunk to community-x86_64

Added:
  tailscale/repos/community-x86_64/PKGBUILD
(from rev 967120, tailscale/trunk/PKGBUILD)
  tailscale/repos/community-x86_64/tailscale.install
(from rev 967120, tailscale/trunk/tailscale.install)
Deleted:
  tailscale/repos/community-x86_64/PKGBUILD
  tailscale/repos/community-x86_64/tailscale.install

---+
 PKGBUILD  |  118 ++--
 tailscale.install |   24 +-
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 18:57:46 UTC (rev 967120)
+++ PKGBUILD2021-06-23 18:57:57 UTC (rev 967121)
@@ -1,59 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: David Anderson 
-
-pkgname=tailscale
-pkgver=1.8.7
-pkgrel=1
-pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
-arch=("x86_64")
-url="https://tailscale.com;
-license=("MIT")
-makedepends=("git" "go")
-depends=("glibc")
-backup=("etc/default/tailscaled")
-_commit=e1571ed7e0e84aed16f267be24fe408150109af6   #refs/tags/v1.8.7^{}
-source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
-sha256sums=('SKIP')
-install="tailscale.install"
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-prepare() {
-cd "${pkgname}"
-go mod vendor
-}
-
-build() {
-cd "${pkgname}"
-eval "$(./version/version.sh)"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-GO_LDFLAGS="\
--linkmode=external \
--X tailscale.com/version.Long=${VERSION_LONG} \
--X tailscale.com/version.Short=${VERSION_SHORT} \
--X tailscale.com/version.GitCommit=${VERSION_GIT_HASH}"
-for cmd in ./cmd/tailscale ./cmd/tailscaled; do
-go build -v -tags xversion -ldflags "$GO_LDFLAGS" "$cmd"
-done
-}
-
-#TODO: Figure out why tests are failing
-# check() {
-# cd "${pkgname}"
-# go test $(go list ./... | grep -v tsdns_test)
-# }
-
-package() {
-cd "${pkgname}"
-install -Dm755 tailscale tailscaled -t "$pkgdir/usr/bin"
-install -Dm644 cmd/tailscaled/tailscaled.defaults 
"$pkgdir/etc/default/tailscaled"
-install -Dm644 cmd/tailscaled/tailscaled.service -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: tailscale/repos/community-x86_64/PKGBUILD (from rev 967120, 
tailscale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-23 18:57:57 UTC (rev 967121)
@@ -0,0 +1,59 @@
+# Maintainer: Morten Linderud 
+# Contributor: David Anderson 
+
+pkgname=tailscale
+pkgver=1.8.8
+pkgrel=1
+pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
+arch=("x86_64")
+url="https://tailscale.com;
+license=("MIT")
+makedepends=("git" "go")
+depends=("glibc")
+backup=("etc/default/tailscaled")
+_commit=dfff728b1ed3f5f5bb34802540b43cac9702e9d2   #refs/tags/v1.8.8^{}
+source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
+sha256sums=('SKIP')
+install="tailscale.install"
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+prepare() {
+cd "${pkgname}"
+go mod vendor
+}
+
+build() {
+cd "${pkgname}"
+eval "$(./version/version.sh)"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+GO_LDFLAGS="\
+-linkmode=external \
+-X tailscale.com/version.Long=${VERSION_LONG} \
+-X tailscale.com/version.Short=${VERSION_SHORT} \
+-X tailscale.com/version.GitCommit=${VERSION_GIT_HASH}"
+for cmd in ./cmd/tailscale ./cmd/tailscaled; do
+go build -v -tags xversion -ldflags "$GO_LDFLAGS" "$cmd"
+done
+}
+
+#TODO: Figure out why tests are failing
+# check() {
+# cd "${pkgname}"
+# go test $(go list ./... | grep -v tsdns_test)
+# }
+
+package() {
+cd "${pkgname}"
+install -Dm755 tailscale tailscaled -t "$pkgdir/usr/bin"
+install -Dm644 cmd/tailscaled/tailscaled.defaults 
"$pkgdir/etc/default/tailscaled"
+install -Dm644 cmd/tailscaled/tailscaled.service -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: tailscale.install
===
--- tailscale.install   2021-06-23 18:57:46 UTC (rev 967120)
+++ tailscale.install   2021-06-23 18:57:57 UTC (rev 967121)

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

2021-06-23 Thread Morten Linderud via arch-commits
Date: Wednesday, June 23, 2021 @ 18:57:46
  Author: foxboron
Revision: 967120

upgpkg: tailscale 1.8.8-1

Modified:
  tailscale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 18:54:35 UTC (rev 967119)
+++ PKGBUILD2021-06-23 18:57:46 UTC (rev 967120)
@@ -2,7 +2,7 @@
 # Contributor: David Anderson 
 
 pkgname=tailscale
-pkgver=1.8.7
+pkgver=1.8.8
 pkgrel=1
 pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
 arch=("x86_64")
@@ -11,7 +11,7 @@
 makedepends=("git" "go")
 depends=("glibc")
 backup=("etc/default/tailscaled")
-_commit=e1571ed7e0e84aed16f267be24fe408150109af6   #refs/tags/v1.8.7^{}
+_commit=dfff728b1ed3f5f5bb34802540b43cac9702e9d2   #refs/tags/v1.8.8^{}
 source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
 sha256sums=('SKIP')
 install="tailscale.install"



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

2021-06-23 Thread Morten Linderud via arch-commits
Date: Wednesday, June 23, 2021 @ 18:54:35
  Author: foxboron
Revision: 967119

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 18:54:25 UTC (rev 967118)
+++ PKGBUILD2021-06-23 18:54:35 UTC (rev 967119)
@@ -1,40 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Adrian Perez de Castro 
-
-pkgdesc='FUSE implementation of overlayfs'
-pkgname=fuse-overlayfs
-pkgver=1.5.0
-pkgrel=1
-arch=(x86_64)
-url=https://github.com/containers/fuse-overlayfs
-license=(GPL3)
-depends=(fuse3)
-makedepends=(git)
-_commit=e90bcb77f35e93003c7ac878a4670a1dc80208d1   #refs/tags/v1.5.0^{}
-source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed;)
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha512sums=('SKIP')
-
-pkgver() {
-   cd "${pkgname}"
-   git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build () {
-   cd "${pkgname}"
-   autoreconf -fis
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin
-   make
-}
-
-check(){
-   cd "${pkgname}"
-   make check
-}
-
-package (){
-   cd "${pkgname}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: fuse-overlayfs/repos/community-x86_64/PKGBUILD (from rev 967118, 
fuse-overlayfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-23 18:54:35 UTC (rev 967119)
@@ -0,0 +1,40 @@
+# Maintainer: Morten Linderud 
+# Contributor: Adrian Perez de Castro 
+
+pkgdesc='FUSE implementation of overlayfs'
+pkgname=fuse-overlayfs
+pkgver=1.6
+pkgrel=1
+arch=(x86_64)
+url=https://github.com/containers/fuse-overlayfs
+license=(GPL3)
+depends=(fuse3)
+makedepends=(git)
+_commit=c0e6cca6c7e86fda365fac20c74b3f828a57   #refs/tags/v1.6^{}
+source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed;)
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha512sums=('SKIP')
+
+pkgver() {
+   cd "${pkgname}"
+   git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build () {
+   cd "${pkgname}"
+   autoreconf -fis
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin
+   make
+}
+
+check(){
+   cd "${pkgname}"
+   make check
+}
+
+package (){
+   cd "${pkgname}"
+   make DESTDIR="${pkgdir}" install
+}



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

2021-06-23 Thread Morten Linderud via arch-commits
Date: Wednesday, June 23, 2021 @ 18:54:25
  Author: foxboron
Revision: 967118

upgpkg: fuse-overlayfs 1.6-1

Modified:
  fuse-overlayfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 18:51:33 UTC (rev 967117)
+++ PKGBUILD2021-06-23 18:54:25 UTC (rev 967118)
@@ -3,7 +3,7 @@
 
 pkgdesc='FUSE implementation of overlayfs'
 pkgname=fuse-overlayfs
-pkgver=1.5.0
+pkgver=1.6
 pkgrel=1
 arch=(x86_64)
 url=https://github.com/containers/fuse-overlayfs
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(fuse3)
 makedepends=(git)
-_commit=e90bcb77f35e93003c7ac878a4670a1dc80208d1   #refs/tags/v1.5.0^{}
+_commit=c0e6cca6c7e86fda365fac20c74b3f828a57   #refs/tags/v1.6^{}
 
source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed;)
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
 sha512sums=('SKIP')



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

2021-06-23 Thread Morten Linderud via arch-commits
Date: Wednesday, June 23, 2021 @ 18:51:33
  Author: foxboron
Revision: 967117

archrelease: copy trunk to community-x86_64

Added:
  go-tools/repos/community-x86_64/PKGBUILD
(from rev 967116, go-tools/trunk/PKGBUILD)
Deleted:
  go-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 18:51:24 UTC (rev 967116)
+++ PKGBUILD2021-06-23 18:51:33 UTC (rev 967117)
@@ -1,51 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=go-tools
-epoch=4
-pkgver=0.1.3
-pkgrel=1
-pkgdesc='Developer tools for the Go programming language'
-arch=(x86_64)
-url='https://golang.org/'
-license=(BSD)
-depends=(glibc)
-makedepends=(git go)
-_commit=cd1d0887dc8cfcfb844340a5fce628c61da00a20
-source=(go-tools::git+https://go.googlesource.com/tools#commit=$_commit)
-md5sums=('SKIP')
-
-_tools=(benchcmp callgraph compilebench cover digraph eg fiximports
-go-contrib-init godex godoc goimports gomvpkg gorename gotype 
-goyacc guru html2article present ssadump stringer toolstash)
-
-prepare() {
-cd go-tools
-mkdir -p bin/
-}
-
-build() {
-  cd go-tools
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-  go build -o bin/ ./cmd/...
-}
-
-check() {
-  cd go-tools
-  # Needs to be updated and godoc is failing the test suite
-  # See https://github.com/golang/go/issues/35690
-  go test ./cmd/...  || true
-}
-
-package() {
-  cd go-tools
-  for tool in ${_tools[@]}; do
-install -Dm755 bin/$tool "$pkgdir/usr/bin/$tool"
-  done
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: go-tools/repos/community-x86_64/PKGBUILD (from rev 967116, 
go-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-23 18:51:33 UTC (rev 967117)
@@ -0,0 +1,51 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=go-tools
+epoch=4
+pkgver=0.1.4
+pkgrel=1
+pkgdesc='Developer tools for the Go programming language'
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+depends=(glibc)
+makedepends=(git go)
+_commit=cd1d0887dc8cfcfb844340a5fce628c61da00a20
+source=(go-tools::git+https://go.googlesource.com/tools#commit=$_commit)
+md5sums=('SKIP')
+
+_tools=(benchcmp callgraph compilebench cover digraph eg fiximports
+go-contrib-init godex godoc goimports gomvpkg gorename gotype 
+goyacc guru html2article present ssadump stringer toolstash)
+
+prepare() {
+cd go-tools
+mkdir -p bin/
+}
+
+build() {
+  cd go-tools
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build -o bin/ ./cmd/...
+}
+
+check() {
+  cd go-tools
+  # Needs to be updated and godoc is failing the test suite
+  # See https://github.com/golang/go/issues/35690
+  go test ./cmd/...  || true
+}
+
+package() {
+  cd go-tools
+  for tool in ${_tools[@]}; do
+install -Dm755 bin/$tool "$pkgdir/usr/bin/$tool"
+  done
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-06-23 Thread Morten Linderud via arch-commits
Date: Wednesday, June 23, 2021 @ 18:51:24
  Author: foxboron
Revision: 967116

upgpkg: go-tools 4:0.1.4-1

Modified:
  go-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 18:46:50 UTC (rev 967115)
+++ PKGBUILD2021-06-23 18:51:24 UTC (rev 967116)
@@ -3,7 +3,7 @@
 
 pkgname=go-tools
 epoch=4
-pkgver=0.1.3
+pkgver=0.1.4
 pkgrel=1
 pkgdesc='Developer tools for the Go programming language'
 arch=(x86_64)



[arch-commits] Commit in salt/repos/community-any (6 files)

2021-06-23 Thread Morten Linderud via arch-commits
Date: Wednesday, June 23, 2021 @ 18:46:50
  Author: foxboron
Revision: 967115

archrelease: copy trunk to community-any

Added:
  salt/repos/community-any/PKGBUILD
(from rev 967114, salt/trunk/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 967114, salt/trunk/salt.install)
  salt/repos/community-any/salt.logrotate
(from rev 967114, salt/trunk/salt.logrotate)
Deleted:
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install
  salt/repos/community-any/salt.logrotate

+
 PKGBUILD   |  154 +++
 salt.install   |   44 +++
 salt.logrotate |   24 
 3 files changed, 111 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 18:46:37 UTC (rev 967114)
+++ PKGBUILD2021-06-23 18:46:50 UTC (rev 967115)
@@ -1,77 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Morten Linderud 
-# Contributor: Sébastien Luttringer
-# Contributor: Daniel Wallace 
-# Contributor: Christer Edwards 
-# Contributor: zer0def 
-
-pkgname=salt
-pkgver=3003
-pkgrel=2
-
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-
-replaces=('salt-zmq' 'salt-raet')
-conflicts=('salt-zmq' 'salt-raet')
-
-depends=('python-jinja'
- 'python-msgpack'
- 'python-yaml'
- 'python-markupsafe'
- 'python-requests'
- 'python-pyzmq'
- 'python-m2crypto'
- 'python-systemd'
- 'python-distro'
- 'python-pycryptodomex')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python-pygit2: gitfs support')
-#checkdepends=('python-pytest' 'python-psutil')
-
-backup=('etc/logrotate.d/salt'
-'etc/salt/master'
-'etc/salt/minion')
-
-install=salt.install
-source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;
-salt.logrotate)
-
-sha256sums=('c4689733dfe738cf287e31cb3fdd3cb8d1606295202b18d8e66d48d372d5ca77'
-'abecc3c1be124c4afffaaeb3ba32b60dfee8ba6dc32189edfa2ad154ecb7a215')
-
-build() {
-  cd salt-$pkgver
-  python setup.py build
-}
-
-# TODO: Missing salt-factories, pytest-tempdir
-# check() {
-#   cd salt-$pkgver
-#   python setup.py install --root="$PWD/tmp_install" --optimize=1
-#   PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" 
py.test
-# }
-
-package() {
-  install -Dm644 salt.logrotate "$pkgdir"/etc/logrotate.d/salt
-
-  cd salt-$pkgver
-
-  export PYTHONHASHSEED=0
-  python setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1 --skip-build
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 967114, salt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-23 18:46:50 UTC (rev 967115)
@@ -0,0 +1,77 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien Luttringer
+# Contributor: Daniel Wallace 
+# Contributor: Christer Edwards 
+# Contributor: zer0def 
+
+pkgname=salt
+pkgver=3003.1
+pkgrel=1
+
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+
+replaces=('salt-zmq' 'salt-raet')
+conflicts=('salt-zmq' 'salt-raet')
+
+depends=('python-jinja'
+ 'python-msgpack'
+ 'python-yaml'
+ 'python-markupsafe'
+ 'python-requests'
+ 'python-pyzmq'
+ 'python-m2crypto'
+ 'python-systemd'
+ 'python-distro'
+ 'python-pycryptodomex')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python-pygit2: gitfs support')
+#checkdepends=('python-pytest' 'python-psutil')
+
+backup=('etc/logrotate.d/salt'
+'etc/salt/master'
+'etc/salt/minion')
+
+install=salt.install
+source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;
+salt.logrotate)
+
+sha256sums=('8a7184d3de4d1727618f0d3fbba79e54389aeff85b72f4ceb8200bcc167f6ebe'
+'abecc3c1be124c4afffaaeb3ba32b60dfee8ba6dc32189edfa2ad154ecb7a215')
+
+build() {
+  cd salt-$pkgver
+  python setup.py build
+}
+
+# TODO: Missing salt-factories, pytest-tempdir
+# check() {
+#   cd salt-$pkgver
+#   python setup.py install --root="$PWD/tmp_install" --optimize=1
+#   

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

2021-06-23 Thread Morten Linderud via arch-commits
Date: Wednesday, June 23, 2021 @ 18:46:37
  Author: foxboron
Revision: 967114

upgpkg: salt 3003.1-1

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 18:41:23 UTC (rev 967113)
+++ PKGBUILD2021-06-23 18:46:37 UTC (rev 967114)
@@ -6,8 +6,8 @@
 # Contributor: zer0def 
 
 pkgname=salt
-pkgver=3003
-pkgrel=2
+pkgver=3003.1
+pkgrel=1
 
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -39,7 +39,7 @@
 source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;
 salt.logrotate)
 
-sha256sums=('c4689733dfe738cf287e31cb3fdd3cb8d1606295202b18d8e66d48d372d5ca77'
+sha256sums=('8a7184d3de4d1727618f0d3fbba79e54389aeff85b72f4ceb8200bcc167f6ebe'
 'abecc3c1be124c4afffaaeb3ba32b60dfee8ba6dc32189edfa2ad154ecb7a215')
 
 build() {



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

2021-06-23 Thread Morten Linderud via arch-commits
Date: Wednesday, June 23, 2021 @ 18:41:23
  Author: foxboron
Revision: 967113

archrelease: copy trunk to community-x86_64

Added:
  runc/repos/community-x86_64/PKGBUILD
(from rev 967112, runc/trunk/PKGBUILD)
Deleted:
  runc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 18:41:13 UTC (rev 967112)
+++ PKGBUILD2021-06-23 18:41:23 UTC (rev 967113)
@@ -1,51 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sébastien "Seblu" Luttringer
-
-pkgname=runc
-pkgver=1.0.0rc95
-pkgrel=1
-pkgdesc='CLI tool for managing OCI compliant containers'
-arch=(x86_64)
-url='https://runc.io/'
-license=(Apache)
-depends=(libseccomp)
-makedepends=(git go go-md2man)
-_commit=b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7#refs/tags/v1.0.0-rc95^{}
-source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed;)
-# 
source=("git+https://github.com/opencontainers/runc.git#tag=v1.0.0-rc92?signed;)
-validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
- "C9C370B246B09F6DBCFC744C34401015D1D2D386")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd runc
-  git describe | sed 's/^v//;s/-//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p src/github.com/opencontainers
-  cp -r runc src/github.com/opencontainers/
-}
-
-build() {
-  cd src/github.com/opencontainers/runc
-  export GOPATH="$srcdir"
-  export BUILDTAGS='seccomp apparmor'
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
-  make runc man
-}
-
-package() {
-  cd src/github.com/opencontainers/runc
-
-  install -Dm755 runc "$pkgdir/usr/bin/runc"
-  install -Dm644 contrib/completions/bash/runc \
-"$pkgdir/usr/share/bash-completion/completions/runc"
-  
-  install -d "$pkgdir/usr/share/man/man8"
-  install -m644 man/man8/*.8 "$pkgdir/usr/share/man/man8"
-}

Copied: runc/repos/community-x86_64/PKGBUILD (from rev 967112, 
runc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-23 18:41:23 UTC (rev 967113)
@@ -0,0 +1,51 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien "Seblu" Luttringer
+
+pkgname=runc
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='CLI tool for managing OCI compliant containers'
+arch=(x86_64)
+url='https://runc.io/'
+license=(Apache)
+depends=(libseccomp)
+makedepends=(git go go-md2man)
+_commit=84113eef6fc27af1b01b3181f31bbaf708715301   #refs/tags/v1.0.0^{}
+source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed;)
+# 
source=("git+https://github.com/opencontainers/runc.git#tag=v1.0.0-rc92?signed;)
+validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
+ "C9C370B246B09F6DBCFC744C34401015D1D2D386")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd runc
+  git describe | sed 's/^v//;s/-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p src/github.com/opencontainers
+  cp -r runc src/github.com/opencontainers/
+}
+
+build() {
+  cd src/github.com/opencontainers/runc
+  export GOPATH="$srcdir"
+  export BUILDTAGS='seccomp apparmor'
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
+  make runc man
+}
+
+package() {
+  cd src/github.com/opencontainers/runc
+
+  install -Dm755 runc "$pkgdir/usr/bin/runc"
+  install -Dm644 contrib/completions/bash/runc \
+"$pkgdir/usr/share/bash-completion/completions/runc"
+  
+  install -d "$pkgdir/usr/share/man/man8"
+  install -m644 man/man8/*.8 "$pkgdir/usr/share/man/man8"
+}



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

2021-06-23 Thread Morten Linderud via arch-commits
Date: Wednesday, June 23, 2021 @ 18:41:13
  Author: foxboron
Revision: 967112

upgpkg: runc 1.0.0-1

Modified:
  runc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 18:05:26 UTC (rev 967111)
+++ PKGBUILD2021-06-23 18:41:13 UTC (rev 967112)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien "Seblu" Luttringer
 
 pkgname=runc
-pkgver=1.0.0rc95
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='CLI tool for managing OCI compliant containers'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(libseccomp)
 makedepends=(git go go-md2man)
-_commit=b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7#refs/tags/v1.0.0-rc95^{}
+_commit=84113eef6fc27af1b01b3181f31bbaf708715301   #refs/tags/v1.0.0^{}
 
source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed;)
 # 
source=("git+https://github.com/opencontainers/runc.git#tag=v1.0.0-rc92?signed;)
 validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:21:18
  Author: heftig
Revision: 418662

89.0.2-1

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:16:25 UTC (rev 418661)
+++ PKGBUILD2021-06-23 17:21:18 UTC (rev 418662)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=89.0.1
+pkgver=89.0.2
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -136,99 +136,99 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('b35fd624b0e4251bca86091b509d5cc417a7b2c9d709cd1c23be86e0850778c9'
-'bc59132f95338f352285b48c298f97c10f900e3d982556152c11353c5e170e52'
-'6425aa70ae6b298018c481e7cb6cebbfbe0dc9791c68b09419a5fbd03c0119d7'
-'8e3428ce839997175bfe58536d3d28a49ed041cea93b798f4350366f903158e5'
-'bdc4c913785576da93e43c02adffa4a299b91b4e7d6fb06294e32d4b62c42a2c'
-'fdaac8f29440f83c51ceab22a117a28e7a147ffa7e419e28016aca5bca2ca2df'
-'1012b69bfffa09a3e22fe74402254950d41d95cfd7e6845e009696fbed5df393'
-'689741bdf05087cba3636ac4fcbe3125a773b940d66d7ce830249539dbe09a5d'
-'db2b4d3c720c7b469bc5dbe28ac17acc929198de8a930d37a3c7e0bee60b5ea3'
-'42e33b5b8bbc7c34590c22fe19b727beb13c1a62512e816597c6ad043bee03f0'
-'a62b48830ae0022201850a4f3dc66173eeb5459830938ae6b4db5480df04723d'
-'4a97a982e2b87a1c65267b6d1bae25030323372dbc86b6849d0460234a830e35'
-'2f38b28d8fc063c7ba261b2bc74fd2e0fd9bf0fa5aa16931fc5d154827573d7b'
-'260e3e65ce614126feae5be0ff42a1ba750be8b8fd285fa05c305f325ab62503'
-'01f5d247b81e76827a08d0473582903d894f132df5d617c21e84755e0082e76a'
-'16a207a4e95636a886cca065b2b410fd52e9c4eecc9a4b402d9749812ddcec4e'
-'13aa4ba7fc2a95bd325706fc2b27ef650602165b07ef0fcb92a43b79016cb717'
-'516becb405d90280c7a9a320411e8a01ae8fa5a52f39b7deb34f18194a986137'
-'972ecc921cab5ce48264d177870105c55959b8caf9631892aa202275fd4d613e'
-'38bb4095ac00493e6d41c250ae3f22ed5761b95e8a0fd85fdcd8c6b71159045c'
-'9b3daa42b8b3a55b858ae5d52e82fe303de7964286b19fa6ab9234af8f300947'
-'3636aca32ded51fef3c483b37723616ed6d2fcd1a6329f56c31d5fed24662087'
-'3974c53a77347b69dbc9e54466b13fc5b3d283beb5039f8a27f863ee8894e958'
-'1ed9c25b698357f258cd91322a0049f1834a57fc375e81d617e06322b51a627c'
-'401a915749b0713ec69fae3066c754d1b43d0bf1596f218a5e40230e151f387a'
-'c555a588338c30fc54566a039a445871f01accb5dd71ff7d3b7bdc139cba3008'
-'95847a70b97503455b8f545ae007070a82ce4582774c678658f08ae00e093a9a'
-'117de8e6b2506759444a4dc4ad1ad9593c25231352b7bf31fa98b2db3f6a199f'
-'fc3bb2862d2d393930c3a93d29d416c3503968d32c9832d1ad939c34e642acbc'
-'6309aa1cf2af39a1d253824e4695c2c57b604d1332ec69b59632e17d219b9add'
-'0b389c3f928ace3b8f3f8030fa7d2e4a8bfe66d4d4322369563a26085b8177a4'
-'31459e5f5c09ccbe977e43c3d15ddf774281b62c4d48f94a2faaf83106ab58cc'
-'296349d1763c3cc76deb38028d298b91b86acc7f5751ff69ae350b9b774efb38'
-'6525cc1e5add1d928bea66066e524112a54b0de23feed5610489bc49952fe65b'
-'b92d83be24f04a15f1914c056bbc3b649fd039c54f93a93ebb46ff82b1bada23'
-'a3ce7d515a873c4255ebe19a13bdb81eb937abeb54a598121e12b68c283e9971'
-'9b4a997d9dda5c0540471ac1fef1338ed4498fe7eea59fb49c3ce3610a13bf61'
-'fef5a3a2f0e332c8250bb33a57858862ba3fe76c7eda8afbf1c36dba33609b77'
-'c8750dfa642bbc766a1b24d76cd82fe1094bf3424a42f8247148fce51daf28eb'
-'b280c3437fe9a0f277e6cab7089faba07b933f9446e2ca9a62530e7da7fbd7c5'
-'ea19e6801fd08c91d7ddb235914af9f0d1d0b5854d0a8c66281074ea349c3009'
-'b0bfaaa4fb2986330571ec589c3b295bc71b5b20d2cbdcd7d9fd29b3642e5393'
-'945dabef11fcd1d8e846310eb80a2e48d4cbaea99662f62e23f5057af67994f5'
-'8ef3ea301d6c204e4183df0d6d133c8757bb39636c26ed760b1b14f0f26926d2'
-'8426a6f24ddf276083971f1addecace8438103e98678c37ee6f5d1626394843b'
-'253a2037ebf2c9936bc284f34e2e0adfd6dd244c7733e5528d91f3c75bfe3086'
-'6a1468754ff34b471d024ec50276eaf3f26ebcda5a4505f136c246ed768cea28'
-'7e09e9738ace500892b816673aff107e62426353d44efa8abfa87f47fc0f69ae'
-'db160979285d48a7a3cb79e6336653c347de33688e61cafc73f100a407f3cd5a'
-'f71c3581fb76fb526c696948dad9470166abaf2d6a8a884266814c8c7ee247e3'
-'8ee121b639f7f670adb09faed5e1ace41fc390d22733671f580a2197445ca56c'
-'ab79e104d14d04bd0695b0da069185e9cf23bb4e466e79f1b6e4511613e17992'
-'a494d799a80a0ca1e6dc6eb5f1ed31c3ca5dff5383515e73e4cf7f5c000c259d'
-   

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:21
  Author: heftig
Revision: 967104

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
967102, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-23 17:16:21 UTC (rev 967104)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=126
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat;
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+_commit=0cf3b48fd7d2fa81d0297d1fff12bbd0580fc435  # master
+source=("${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+prepare() {
+  cd ${pkgname}
+  echo "obj-m = xt_FULLCONENAT.o" > Kbuild
+}
+
+build() {
+  cd ${pkgname}
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  local extradir=/usr/lib/modules/$(

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:17
  Author: heftig
Revision: 967099

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 967097, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-23 17:16:17 UTC (rev 967099)
@@ -0,0 +1,39 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.22
+pkgrel=19
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:18
  Author: heftig
Revision: 967100

archrelease: copy trunk to community-testing-x86_64

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

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

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

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
967097, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2021-06-23 17:16:18 UTC 
(rev 967100)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

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

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:13:57
  Author: heftig
Revision: 418652

5.10.46-1

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 16:30:40 UTC (rev 418651)
+++ PKGBUILD2021-06-23 17:13:57 UTC (rev 418652)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=5.10.45
+pkgver=5.10.46
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('f2b7249b99049c84338da09e6c857d319c97ab7a396d0035cacbfb6e73e13507'
+sha256sums=('569122a39c6b325befb9ac1c07da0c53e6363b3baacd82081d131b06c1dc1415'
 'SKIP'
 '4b266a27d9805aa389422312588e1f4d19df6b4ee0232872817a20cb5f440036'
 '96a72e1652314215da7140956c3abcf495cafd00811eda3cf4ce03ec5f791f1e')



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:23
  Author: heftig
Revision: 418658

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 418656, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-06-23 17:16:23 UTC (rev 418658)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=465.31
+pkgrel=10
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:21
  Author: heftig
Revision: 967106

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:05
  Author: heftig
Revision: 418654

5.12.13.zen1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:14:01 UTC (rev 418653)
+++ PKGBUILD2021-06-23 17:14:05 UTC (rev 418654)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.12.12.zen1
+pkgver=5.12.13.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -25,7 +25,7 @@
   'A2FF3A36AAA56654109064AB19802F8B0D70FC30'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'ea3a4cba5e8b930331245bb065beac34d368a9931ad798e204175be4366226cf')
+'6e2a44afb80cc580536d1dba6d014aed9a387866433777268c036a2df535cf55')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-06-23 17:14:01 UTC (rev 418653)
+++ config  2021-06-23 17:14:05 UTC (rev 418654)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.12.11-zen1 Kernel Configuration
+# Linux/x86 5.12.13-zen1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
 CONFIG_CC_IS_GCC=y
@@ -10346,7 +10346,7 @@
 #
 # Debug kernel data structures
 #
-# CONFIG_DEBUG_LIST is not set
+CONFIG_DEBUG_LIST=y
 # CONFIG_DEBUG_PLIST is not set
 # CONFIG_DEBUG_SG is not set
 # CONFIG_DEBUG_NOTIFIERS is not set



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:31
  Author: heftig
Revision: 967090

6.1.22-19: linux 5.12.13.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:14:30 UTC (rev 967089)
+++ PKGBUILD2021-06-23 17:14:31 UTC (rev 967090)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.22
-pkgrel=18
+pkgrel=19
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:23
  Author: heftig
Revision: 967109

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 967102, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-23 17:16:23 UTC (rev 967109)
@@ -0,0 +1,35 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.048.03
+pkgrel=94
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:18
  Author: heftig
Revision: 418655

465.31-10: linux-lts 5.10.46-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:14:05 UTC (rev 418654)
+++ PKGBUILD2021-06-23 17:14:18 UTC (rev 418655)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=465.31
-pkgrel=9
+pkgrel=10
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:32
  Author: heftig
Revision: 967091

0.43-314: linux 5.12.13.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:14:31 UTC (rev 967090)
+++ PKGBUILD2021-06-23 17:14:32 UTC (rev 967091)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=313
+pkgrel=314
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:01
  Author: heftig
Revision: 418653

5.12.13.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:13:57 UTC (rev 418652)
+++ PKGBUILD2021-06-23 17:14:01 UTC (rev 418653)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.12.12.arch1
+pkgver=5.12.13.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -25,7 +25,7 @@
   'A2FF3A36AAA56654109064AB19802F8B0D70FC30'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'ffe1c14930227a0a8e7b19ccf1243a8f119df75f51849edce470b6b96167e2d7')
+'5e772eb39e4365d33374922e70253c96b88532ab5837776ada704ccde674c7a8')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-06-23 17:13:57 UTC (rev 418652)
+++ config  2021-06-23 17:14:01 UTC (rev 418653)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.12.12-arch1 Kernel Configuration
+# Linux/x86 5.12.13-arch1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
 CONFIG_CC_IS_GCC=y



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:33
  Author: heftig
Revision: 967092

6.30.223.271-306: linux 5.12.13.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:14:32 UTC (rev 967091)
+++ PKGBUILD2021-06-23 17:14:33 UTC (rev 967092)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=305
+pkgrel=306
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:22
  Author: heftig
Revision: 967108

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
967104, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2021-06-23 17:16:22 UTC (rev 
967108)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 967105, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-23 17:16:22 UTC (rev 967108)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20210418
+pkgrel=20
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz;
+60-vhba.rules dkms.conf)
+sha256sums=('18bd82ae27721ad1612b3c31accd81898ae326370964385ca52a2a66b67a3f85'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:22
  Author: heftig
Revision: 418657

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 418656, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-06-23 17:16:22 UTC (rev 418657)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=465.31
+pkgrel=11
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:20
  Author: heftig
Revision: 967103

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 967102, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-23 17:16:20 UTC (rev 967103)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.03
+pkgrel=106
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:24
  Author: heftig
Revision: 418659

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  198 +
 config   |10473 +
 2 files changed, 10671 insertions(+)

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


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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:30
  Author: heftig
Revision: 967089

r73.0cf3b48-126: linux 5.12.13.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:14:22 UTC (rev 967088)
+++ PKGBUILD2021-06-23 17:14:30 UTC (rev 967089)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=125
+pkgrel=126
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:38
  Author: heftig
Revision: 418656

465.31-11: linux 5.12.13.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:14:18 UTC (rev 418655)
+++ PKGBUILD2021-06-23 17:14:38 UTC (rev 418656)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=465.31
-pkgrel=10
+pkgrel=11
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:17
  Author: heftig
Revision: 967098

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:44
  Author: heftig
Revision: 967097

5.0.9-6: linux 5.12.13.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:14:37 UTC (rev 967096)
+++ PKGBUILD2021-06-23 17:14:44 UTC (rev 967097)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=5
+pkgrel=6
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:25
  Author: heftig
Revision: 418661

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  198 +
 config   |10532 +
 2 files changed, 10730 insertions(+)

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


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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:18
  Author: heftig
Revision: 967102

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 967099, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-23 17:16:18 UTC (rev 967102)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.2.1
+pkgrel=60
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+provides=('acpi_call')
+
+build() {
+  _kernver=$(

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:22
  Author: heftig
Revision: 967088

8.048.03-94: linux-lts 5.10.46-1

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:14:21 UTC (rev 967087)
+++ PKGBUILD2021-06-23 17:14:22 UTC (rev 967088)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.048.03
-pkgrel=93
+pkgrel=94
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:35
  Author: heftig
Revision: 967094

8.048.03-106: linux 5.12.13.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:14:34 UTC (rev 967093)
+++ PKGBUILD2021-06-23 17:14:35 UTC (rev 967094)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.03
-pkgrel=105
+pkgrel=106
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:20
  Author: heftig
Revision: 967086

0.43-161: linux-lts 5.10.46-1

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 16:31:47 UTC (rev 967085)
+++ PKGBUILD2021-06-23 17:14:20 UTC (rev 967086)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=160
+pkgrel=161
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:25
  Author: heftig
Revision: 418660

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 418658, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 418658, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 418658, linux-lts/trunk/config)

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  151 
 PKGBUILD|  198 
 config  |10323 
++
 3 files changed, 10672 insertions(+)

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


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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:21
  Author: heftig
Revision: 967105

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 967102, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-23 17:16:21 UTC (rev 967105)
@@ -0,0 +1,41 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=306
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:18
  Author: heftig
Revision: 967101

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 967099, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-06-23 17:16:18 UTC (rev 967101)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.1
+pkgrel=67
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:37
  Author: heftig
Revision: 967096

1.2.1-67: linux 5.12.13.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:14:36 UTC (rev 967095)
+++ PKGBUILD2021-06-23 17:14:37 UTC (rev 967096)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.1
-pkgrel=66
+pkgrel=67
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:36
  Author: heftig
Revision: 967095

20210418-20: linux 5.12.13.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:14:35 UTC (rev 967094)
+++ PKGBUILD2021-06-23 17:14:36 UTC (rev 967095)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20210418
-pkgrel=19
+pkgrel=20
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:34
  Author: heftig
Revision: 967093

0.8-427: linux 5.12.13.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:14:33 UTC (rev 967092)
+++ PKGBUILD2021-06-23 17:14:34 UTC (rev 967093)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=426
+pkgrel=427
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;



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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:16:22
  Author: heftig
Revision: 967107

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 17:14:21
  Author: heftig
Revision: 967087

1.2.1-60: linux-lts 5.10.46-1

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:14:20 UTC (rev 967086)
+++ PKGBUILD2021-06-23 17:14:21 UTC (rev 967087)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.1
-pkgrel=59
+pkgrel=60
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



[arch-commits] Commit in firefox-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 18:30:33
  Author: heftig
Revision: 418665

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 418664, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  468 ++---
 1 file changed, 234 insertions(+), 234 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 18:30:19 UTC (rev 418664)
+++ PKGBUILD2021-06-23 18:30:33 UTC (rev 418665)
@@ -1,234 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thomas Baechler 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Michal Hybner 
-# Contributor: Andrea Scarpino 
-
-pkgbase=firefox-i18n
-pkgver=89.0.1
-pkgrel=1
-pkgdesc="Language pack for Firefox"
-arch=(any)
-license=(MPL GPL LGPL)
-url="https://www.mozilla.org/firefox/;
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn "Bengali"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca-valencia "Catalan (Valencian)"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-CA  "English (Canadian)"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mk "Macedonian"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'oc "Occitan"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tl "Tagalog"'
-  'tr "Turkish"'
-  'trs"Chicahuaxtla Triqui"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox"
-  depends=("firefox>=$pkgver")
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha256sums=('b35fd624b0e4251bca86091b509d5cc417a7b2c9d709cd1c23be86e0850778c9'
-'bc59132f95338f352285b48c298f97c10f900e3d982556152c11353c5e170e52'
-'6425aa70ae6b298018c481e7cb6cebbfbe0dc9791c68b09419a5fbd03c0119d7'
-'8e3428ce839997175bfe58536d3d28a49ed041cea93b798f4350366f903158e5'
-'bdc4c913785576da93e43c02adffa4a299b91b4e7d6fb06294e32d4b62c42a2c'
-'fdaac8f29440f83c51ceab22a117a28e7a147ffa7e419e28016aca5bca2ca2df'
-'1012b69bfffa09a3e22fe74402254950d41d95cfd7e6845e009696fbed5df393'
-'689741bdf05087cba3636ac4fcbe3125a773b940d66d7ce830249539dbe09a5d'
-'db2b4d3c720c7b469bc5dbe28ac17acc929198de8a930d37a3c7e0bee60b5ea3'
-'42e33b5b8bbc7c34590c22fe19b727beb13c1a62512e816597c6ad043bee03f0'
-'a62b48830ae0022201850a4f3dc66173eeb5459830938ae6b4db5480df04723d'
-'4a97a982e2b87a1c65267b6d1bae25030323372dbc86b6849d0460234a830e35'
-

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

2021-06-23 Thread Jan Steffens via arch-commits
Date: Wednesday, June 23, 2021 @ 18:29:56
  Author: heftig
Revision: 418663

89.0.2-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:21:18 UTC (rev 418662)
+++ PKGBUILD2021-06-23 18:29:56 UTC (rev 418663)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=89.0.1
+pkgver=89.0.2
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -23,7 +23,7 @@
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
 0001-Use-remoting-name-for-GDK-application-names.patch
 $pkgname.desktop)
-sha256sums=('3110f0b70fad1af3a306f752d561c4074238c1816698919fe8530c258290401c'
+sha256sums=('3225f583c5e36bdf52ad16f71a2c359deb0c765c38205acdeb6b7b6520ac5494'
 'SKIP'
 '98b6b30973bb1e12e17e8a78baf7d1db0d5085f35252f4611870bb23e8faeff1'
 '298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf')



[arch-commits] Commit in lib32-libldap/repos/multilib-x86_64 (3 files)

2021-06-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 23, 2021 @ 18:05:26
  Author: arojas
Revision: 967111

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libldap/repos/multilib-x86_64/PKGBUILD
(from rev 967110, lib32-libldap/trunk/PKGBUILD)
Deleted:
  lib32-libldap/repos/multilib-x86_64/PKGBUILD
  lib32-libldap/repos/multilib-x86_64/ntlm.patch

+
 PKGBUILD   |  117 ++
 ntlm.patch |  230 ---
 2 files changed, 55 insertions(+), 292 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 18:05:03 UTC (rev 967110)
+++ PKGBUILD2021-06-23 18:05:26 UTC (rev 967111)
@@ -1,62 +0,0 @@
-# Maintainer:
-# Contributor: Judd Vinet 
-
-_pkgbasename=libldap
-pkgname=lib32-$_pkgbasename
-pkgver=2.4.58
-pkgrel=1
-pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)"
-arch=('x86_64')
-license=('custom')
-url="https://www.openldap.org/;
-depends=('lib32-openssl' 'lib32-libxcrypt' $_pkgbasename)
-makedepends=(gcc-multilib)
-source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz;
-'ntlm.patch')
-sha512sums=('2fa2aa36117692eca44e9f162c8c796f78469e6c2aee91b06d46f2b755d416979c913a3d89bbf9db14cc84881ecffee69af75b48e1d16b7aa9d2e3873baa'
-
'46e1d119231176b043947669e2043dfcf550a23ad370d03ce0ebd0a46483f9d55d692a88020cf89840a1e6bf896a06a8f77a30877994473925b3cf4d74df0c4d')
-
-prepare() {
-  cd openldap-${pkgver}
-  patch -Np1 -i ../ntlm.patch
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd openldap-${pkgver}
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/sbin \
-  --sysconfdir=/etc \
- --mandir=/usr/share/man \
-  --localstatedir=/var/lib/openldap \
-  --enable-crypt --enable-dynamic \
-  --with-threads --disable-wrappers \
- --disable-spasswd --without-cyrus-sasl \
- --disable-bdb --disable-hdb --libdir=/usr/lib32
-
-  cd include
-  make
-
-  cd ../libraries
-  make depend
-  make
-
-}
-
-package() {
-  cd openldap-${pkgver}
-
-  cd include
-  make DESTDIR="${pkgdir}" install
-
-  cd ../libraries
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin} "$pkgdir/etc"
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libldap/repos/multilib-x86_64/PKGBUILD (from rev 967110, 
lib32-libldap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-23 18:05:26 UTC (rev 967111)
@@ -0,0 +1,55 @@
+# Maintainer:
+# Contributor: Judd Vinet 
+
+_pkgbasename=libldap
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.59
+pkgrel=1
+pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)"
+arch=('x86_64')
+license=('custom')
+url="https://www.openldap.org/;
+depends=('lib32-openssl' 'lib32-libxcrypt' $_pkgbasename)
+makedepends=(gcc-multilib)
+source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz;)
+sha512sums=('233459ab446da6e107a7fc4ecd5668d6b08c11a11359ee76449550393e8f586a29b59d7ae09a050a1fca4fcf388ea61438ef60831b3ae802d92c048365ae3968')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd openldap-${pkgver}
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/sbin \
+  --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+  --localstatedir=/var/lib/openldap \
+  --enable-crypt --enable-dynamic \
+  --with-threads --disable-wrappers \
+ --disable-spasswd --without-cyrus-sasl \
+ --disable-bdb --disable-hdb --libdir=/usr/lib32
+
+  cd include
+  make
+
+  cd ../libraries
+  make depend
+  make
+
+}
+
+package() {
+  cd openldap-${pkgver}
+
+  cd include
+  make DESTDIR="${pkgdir}" install
+
+  cd ../libraries
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin} "$pkgdir/etc"
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: ntlm.patch
===
--- ntlm.patch  2021-06-23 18:05:03 UTC (rev 967110)
+++ ntlm.patch  2021-06-23 18:05:26 UTC (rev 967111)
@@ -1,230 +0,0 @@
-Patch from evolution-exchange (2.10.3).  The ldap_ntlm_bind function is
-actually called by evolution-data-server, checked at version 1.12.2.
-Without this patch, the Exchange addressbook integration uses simple binds
-with cleartext passwords.
-
-Russ checked with openldap-software for upstream's opinion on this patch
-on 2007-12-21.  Upstream had never received it as a patch submission and
-given that it's apparently only for older 

[arch-commits] Commit in lib32-libldap/trunk (PKGBUILD ntlm.patch)

2021-06-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 23, 2021 @ 18:05:03
  Author: arojas
Revision: 967110

Update to 2.4.59, drop obsolete patch

Modified:
  lib32-libldap/trunk/PKGBUILD
Deleted:
  lib32-libldap/trunk/ntlm.patch

+
 PKGBUILD   |   13 ---
 ntlm.patch |  230 ---
 2 files changed, 3 insertions(+), 240 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 17:16:23 UTC (rev 967109)
+++ PKGBUILD2021-06-23 18:05:03 UTC (rev 967110)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libldap
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.58
+pkgver=2.4.59
 pkgrel=1
 pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)"
 arch=('x86_64')
@@ -11,16 +11,9 @@
 url="https://www.openldap.org/;
 depends=('lib32-openssl' 'lib32-libxcrypt' $_pkgbasename)
 makedepends=(gcc-multilib)
-source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz;
-'ntlm.patch')
-sha512sums=('2fa2aa36117692eca44e9f162c8c796f78469e6c2aee91b06d46f2b755d416979c913a3d89bbf9db14cc84881ecffee69af75b48e1d16b7aa9d2e3873baa'
-
'46e1d119231176b043947669e2043dfcf550a23ad370d03ce0ebd0a46483f9d55d692a88020cf89840a1e6bf896a06a8f77a30877994473925b3cf4d74df0c4d')
+source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz;)
+sha512sums=('233459ab446da6e107a7fc4ecd5668d6b08c11a11359ee76449550393e8f586a29b59d7ae09a050a1fca4fcf388ea61438ef60831b3ae802d92c048365ae3968')
 
-prepare() {
-  cd openldap-${pkgver}
-  patch -Np1 -i ../ntlm.patch
-}
-
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"

Deleted: ntlm.patch
===
--- ntlm.patch  2021-06-23 17:16:23 UTC (rev 967109)
+++ ntlm.patch  2021-06-23 18:05:03 UTC (rev 967110)
@@ -1,230 +0,0 @@
-Patch from evolution-exchange (2.10.3).  The ldap_ntlm_bind function is
-actually called by evolution-data-server, checked at version 1.12.2.
-Without this patch, the Exchange addressbook integration uses simple binds
-with cleartext passwords.
-
-Russ checked with openldap-software for upstream's opinion on this patch
-on 2007-12-21.  Upstream had never received it as a patch submission and
-given that it's apparently only for older Exchange servers that can't do
-SASL and DIGEST-MD5, it's not very appealing.
-
-Bug#457374 filed against evolution-data-server asking if this support is
-still required on 2007-12-21.
-
-Index: trunk/include/ldap.h
-===
 trunk.orig/include/ldap.h
-+++ trunk/include/ldap.h
-@@ -2461,5 +2461,25 @@
-   LDAPControl **ctrls,
-   LDAPDerefRes**drp ));
- 
-+/*
-+ * hacks for NTLM
-+ */
-+#define LDAP_AUTH_NTLM_REQUEST ((ber_tag_t) 0x8aU)
-+#define LDAP_AUTH_NTLM_RESPONSE  ((ber_tag_t) 0x8bU)
-+LDAP_F( int )
-+ldap_ntlm_bind LDAP_P((
-+  LDAP*ld,
-+  LDAP_CONST char *dn,
-+  ber_tag_t tag,
-+  struct berval *cred,
-+  LDAPControl **sctrls,
-+  LDAPControl **cctrls,
-+  int   *msgidp ));
-+LDAP_F( int )
-+ldap_parse_ntlm_bind_result LDAP_P((
-+  LDAP*ld,
-+  LDAPMessage *res,
-+  struct berval *challenge));
-+
- LDAP_END_DECL
- #endif /* _LDAP_H */
-Index: trunk/libraries/libldap/ntlm.c
-===
 /dev/null
-+++ trunk/libraries/libldap/ntlm.c
-@@ -0,0 +1,138 @@
-+/* $OpenLDAP: pkg/ldap/libraries/libldap/ntlm.c,v 1.1.4.10 2002/01/04 
20:38:21 kurt Exp $ */
-+/*
-+ * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
-+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
-+ */
-+
-+/* Mostly copied from sasl.c */
-+
-+#include "portable.h"
-+
-+#include 
-+#include 
-+
-+#include 
-+#include 
-+#include 
-+#include 
-+
-+#include "ldap-int.h"
-+
-+int
-+ldap_ntlm_bind(
-+ LDAP*ld,
-+ LDAP_CONST char *dn,
-+ ber_tag_t tag,
-+ struct berval *cred,
-+ LDAPControl **sctrls,
-+ LDAPControl **cctrls,
-+ int   *msgidp )
-+{
-+ BerElement  *ber;
-+ int rc;
-+ ber_int_t id;
-+
-+ Debug( LDAP_DEBUG_TRACE, "ldap_ntlm_bind\n", 0, 0, 0 );
-+
-+ assert( ld != NULL );
-+ assert( LDAP_VALID( ld ) );
-+ assert( msgidp != NULL );
-+
-+ if( msgidp == NULL ) {
-+   ld->ld_errno = LDAP_PARAM_ERROR;
-+   return ld->ld_errno;
-+ }
-+
-+ /* create a message to send */
-+ if ( (ber = ldap_alloc_ber_with_options( ld )) == NULL ) {
-+   ld->ld_errno = LDAP_NO_MEMORY;
-+   return ld->ld_errno;
-+ }
-+
-+ assert( LBER_VALID( ber ) );
-+
-+ LDAP_NEXT_MSGID( ld, id );
-+ rc = ber_printf( ber, "{it{istON}" /*}*/,
-+  id, LDAP_REQ_BIND,
-+  ld->ld_version, dn, tag,
-+  cred );
-+
-+ /* Put Server Controls */
-+ if( ldap_int_put_controls( ld, sctrls, ber ) != LDAP_SUCCESS ) {
-+   ber_free( ber, 1 );
-+   return ld->ld_errno;
-+ }
-+
-+ if ( ber_printf( ber, /*{*/ "N}" ) == -1 ) {
-+   ld->ld_errno = LDAP_ENCODING_ERROR;
-+   ber_free( ber, 

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

2021-06-23 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 23, 2021 @ 16:31:47
  Author: anatolik
Revision: 967085

archrelease: copy trunk to community-any

Added:
  ruby-irb/repos/community-any/PKGBUILD
(from rev 967084, ruby-irb/trunk/PKGBUILD)
Deleted:
  ruby-irb/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 16:31:27 UTC (rev 967084)
+++ PKGBUILD2021-06-23 16:31:47 UTC (rev 967085)
@@ -1,28 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-_gemname=irb
-pkgname=ruby-$_gemname
-pkgver=1.3.5
-pkgrel=1
-pkgdesc="Interactive Ruby command-line tool for REPL (Read Eval Print Loop)."
-arch=('any')
-url='https://github.com/ruby/irb'
-license=('BSD-2')
-depends=('ruby' 'ruby-reline')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=("$_gemname-$pkgver.gem")
-sha512sums=('c138df0816b65a148d80b86c7531c9e8d587aa2331017e1cfe37f8532c44ac141a974b9424320ffb4a3c64de7550cff39bdd3505ee723b14eb18a670e5027fa4')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install -N 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/man/irb.1" 
"$pkgdir/usr/share/man/man1/irb.1"
-}

Copied: ruby-irb/repos/community-any/PKGBUILD (from rev 967084, 
ruby-irb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-23 16:31:47 UTC (rev 967085)
@@ -0,0 +1,28 @@
+# Maintainer: Anatol Pomozov
+
+_gemname=irb
+pkgname=ruby-$_gemname
+pkgver=1.3.6
+pkgrel=1
+pkgdesc="Interactive Ruby command-line tool for REPL (Read Eval Print Loop)."
+arch=('any')
+url='https://github.com/ruby/irb'
+license=('BSD-2')
+depends=('ruby' 'ruby-reline')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=("$_gemname-$pkgver.gem")
+sha512sums=('53d8a6b0c1d0135281849deb647cc5382559b414204d53590afa8f478d33dce1f969e218707bdb8b84ba000dd2da4102f419ae68d615203bf1adf0988a0e7e7f')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install -N 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/man/irb.1" 
"$pkgdir/usr/share/man/man1/irb.1"
+}


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

2021-06-23 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 23, 2021 @ 16:31:27
  Author: anatolik
Revision: 967084

upgpkg: ruby-irb 1.3.6-1

Modified:
  ruby-irb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 16:28:53 UTC (rev 967083)
+++ PKGBUILD2021-06-23 16:31:27 UTC (rev 967084)
@@ -2,7 +2,7 @@
 
 _gemname=irb
 pkgname=ruby-$_gemname
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc="Interactive Ruby command-line tool for REPL (Read Eval Print Loop)."
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=("$_gemname-$pkgver.gem")
-sha512sums=('c138df0816b65a148d80b86c7531c9e8d587aa2331017e1cfe37f8532c44ac141a974b9424320ffb4a3c64de7550cff39bdd3505ee723b14eb18a670e5027fa4')
+sha512sums=('53d8a6b0c1d0135281849deb647cc5382559b414204d53590afa8f478d33dce1f969e218707bdb8b84ba000dd2da4102f419ae68d615203bf1adf0988a0e7e7f')
 
 package() {
   cd "$srcdir"


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

2021-06-23 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 23, 2021 @ 16:30:40
  Author: anatolik
Revision: 418651

archrelease: copy trunk to testing-any

Added:
  rubygems/repos/testing-any/
  rubygems/repos/testing-any/PKGBUILD
(from rev 418650, rubygems/trunk/PKGBUILD)
  rubygems/repos/testing-any/gemrc
(from rev 418650, rubygems/trunk/gemrc)
  rubygems/repos/testing-any/stop_so_duplication.patch
(from rev 418650, rubygems/trunk/stop_so_duplication.patch)

---+
 PKGBUILD  |   45 
 gemrc |5 
 stop_so_duplication.patch |   26 +
 3 files changed, 76 insertions(+)

Copied: rubygems/repos/testing-any/PKGBUILD (from rev 418650, 
rubygems/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-06-23 16:30:40 UTC (rev 418651)
@@ -0,0 +1,45 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=rubygems
+pkgdesc='Package management framework for Ruby'
+pkgver=3.2.21
+pkgrel=1
+arch=(any)
+url='https://rubygems.org/'
+license=(MIT)
+# To avoid circular dependency with ruby, move it to makedepends
+makedepends=(ruby)
+backup=(etc/gemrc)
+checkdepends=(rake)
+source=(rubygems-$pkgver.zip::https://github.com/rubygems/rubygems/archive/v${pkgver}.zip
+stop_so_duplication.patch
+   gemrc)
+sha512sums=('3375514dfd4fda17ed1ea1ac61ea90c94bbce2022c62462e27893e11af18e0bfaeef0566b55cdc2e2f6daa8bf905219f42312acdbade2d78ec2dd4449e171661'
+
'9919490bbf7dba979a1df7543e62eb3fca48e8a516e6b6ab0a73080952e1b58599b7f233259d122dc66bf93f032b434d70e0dd448a1cb86513f01acb51b2120e'
+
'8cafd14d414ee3c16aa94f79072bc6c100262f925dc1300e785846c3faffc1356b8e2223af5684e3340c55032d41231179ffa948bb12e01dbae0f4131911')
+
+prepare() {
+  cd rubygems-${pkgver}
+  patch -p1 < ../stop_so_duplication.patch
+}
+
+check() {
+  cd rubygems-${pkgver}
+
+  # disable as it requires a lot of ruby-* dependencies
+  #rake test
+}
+
+package() {
+  depends+=(ruby)
+  cd rubygems-${pkgver}
+
+  install -D -m644 "${srcdir}"/gemrc "${pkgdir}/etc/gemrc"
+
+  local rubyver=$(ruby --version | sed -r 's|^ruby 
([[:digit:]]+\.[[:digit:]]+\.).*$|\1|')0
+
+  install -d "${pkgdir}/usr/lib/ruby/${rubyver}/"
+  install -D -m755 bin/gem "${pkgdir}/usr/bin/gem"
+  cp -r lib/* "${pkgdir}/usr/lib/ruby/${rubyver}/"
+  install -D -m644 MIT.txt "${pkgdir}/usr/share/licenses/rubygems/MIT.txt"
+}

Copied: rubygems/repos/testing-any/gemrc (from rev 418650, rubygems/trunk/gemrc)
===
--- testing-any/gemrc   (rev 0)
+++ testing-any/gemrc   2021-06-23 16:30:40 UTC (rev 418651)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at 
http://guides.rubygems.org/command-reference/#gem-environment
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install

Copied: rubygems/repos/testing-any/stop_so_duplication.patch (from rev 418650, 
rubygems/trunk/stop_so_duplication.patch)
===
--- testing-any/stop_so_duplication.patch   (rev 0)
+++ testing-any/stop_so_duplication.patch   2021-06-23 16:30:40 UTC (rev 
418651)
@@ -0,0 +1,26 @@
+commit ac83e58d1b9af68042433ae7ca8c9ff55b379770
+Author: Anatol Pomozov 
+Date:   Fri Dec 27 15:43:14 2019 -0800
+
+Do not put generated *.so file to 'lib/'
+
+Keep the *.so files under extension directory only. 'lib/' is for ruby
+sources only.
+
+References:
+  
https://src.fedoraproject.org/rpms/rubygems/blob/master/f/operating_system.rb
+  https://github.com/rubygems/rubygems/issues/749
+
+diff --git a/lib/rubygems/defaults.rb b/lib/rubygems/defaults.rb
+index d4ff4a26..4926f322 100644
+--- a/lib/rubygems/defaults.rb
 b/lib/rubygems/defaults.rb
+@@ -144,7 +144,7 @@ module Gem
+   # Install extensions into lib as well as into the extension directory.
+ 
+   def self.install_extension_in_lib # :nodoc:
+-true
++false
+   end
+ 
+   ##


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

2021-06-23 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 23, 2021 @ 16:30:11
  Author: anatolik
Revision: 418650

upgpkg: rubygems 3.2.21-1

Modified:
  rubygems/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 14:03:59 UTC (rev 418649)
+++ PKGBUILD2021-06-23 16:30:11 UTC (rev 418650)
@@ -2,7 +2,7 @@
 
 pkgname=rubygems
 pkgdesc='Package management framework for Ruby'
-pkgver=3.2.19
+pkgver=3.2.21
 pkgrel=1
 arch=(any)
 url='https://rubygems.org/'
@@ -14,7 +14,7 @@
 
source=(rubygems-$pkgver.zip::https://github.com/rubygems/rubygems/archive/v${pkgver}.zip
 stop_so_duplication.patch
gemrc)
-sha512sums=('23839713fad6b447153c713bd1feea55c87c40a1d75cd7f37d29a15d4880fd8ee646e6d219b1710f2771e15bd01ff0bcc16a49083b72f9cc6334f0cee816e722'
+sha512sums=('3375514dfd4fda17ed1ea1ac61ea90c94bbce2022c62462e27893e11af18e0bfaeef0566b55cdc2e2f6daa8bf905219f42312acdbade2d78ec2dd4449e171661'
 
'9919490bbf7dba979a1df7543e62eb3fca48e8a516e6b6ab0a73080952e1b58599b7f233259d122dc66bf93f032b434d70e0dd448a1cb86513f01acb51b2120e'
 
'8cafd14d414ee3c16aa94f79072bc6c100262f925dc1300e785846c3faffc1356b8e2223af5684e3340c55032d41231179ffa948bb12e01dbae0f4131911')
 


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2021-06-23 Thread Andrew Crerar via arch-commits
Date: Wednesday, June 23, 2021 @ 16:28:53
  Author: andrewsc
Revision: 967083

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 967082, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 16:28:20 UTC (rev 967082)
+++ PKGBUILD2021-06-23 16:28:53 UTC (rev 967083)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=90.0b10
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  'eo  "Esperanto"'
-  'es-AR   "Spanish (Argentina)"'
-  'es-CL   "Spanish (Chile)"'
-  'es-ES   "Spanish (Spain)"'
-  'es-MX   "Spanish (Mexico)"'
-  'et  "Estonian"'
-  'eu  "Basque"'
-  'fa  "Persian"'
-  'ff  "Fulah"'
-  'fi  "Finnish"'
-  'fr  "French"'
-  'fy-NL   "Frisian"'
-  'ga-IE   "Irish"'
-  'gd  "Gaelic (Scotland)"'
-  'gl  "Galician"'
-  'gn  "Guarani"'
-  'gu-IN   "Gujarati (India)"'
-  'he  "Hebrew"'
-  'hi-IN   "Hindi (India)"'
-  'hr  "Croatian"'
-  'hsb "Upper Sorbian"'
-  'hu  "Hungarian"'
-  'hy-AM   "Armenian"'
-  'ia  "Interlingua"'
-  'id  "Indonesian"'
-  'is  "Icelandic"'
-  'it  "Italian"'
-  'ja  "Japanese"'
-  'ka  "Georgian"'
-  'kab "Kabyle"'
-  'kk  "Kazakh"'
-  'km  "Khmer"'
-  'kn  "Kannada"'
-  'ko  "Korean"'
-  'lij "Ligurian"'
-  'lt  "Lithuanian"'
-  'lv  "Latvian"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  'pa-IN   "Punjabi (India)"'
-  'pl  "Polish"'
-  'pt-BR   "Portuguese (Brazilian)"'
-  'pt-PT   "Portuguese (Portugal)"'
-  'rm  "Romansh"'
-  'ro  "Romanian"'
-  'ru  "Russian"'
-  'si  "Sinhala"'
-  'sk  "Slovak"'
-  'sl  "Slovenian"'
-  'son "Songhai"'
-  'sq  "Albanian"'
-  'sr  "Serbian"'
-  'sv-SE   "Swedish"'
-  'ta  "Tamil"'
-  'te  "Telugu"'
-  'th  "Thai"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('d4ad5cf7c028685ac5a76249ab711a4c46198757eb6d462a7a2e392dbde50a7eb0f97762375f1463e8ea342f60d64d7ec8765de5f5dc652bcf726ba3def7b9fa'
-
'164c777be5c3bda63c3e92f9130213048c3befdd7d99415a1aad171c5c722de4d0d22cc3b6d49af5541b4fa629544a5228e5a43e9d770aa481de91973b07b885'
-
'f93a6161aebaf5f3d108d6d39e73378e874423dd4ee6302aeb508d46d7c1b0ff3f6bb9fdb4c4cc104eb5cd35dfbecad88599d753cb34ebee07a16b15c1170036'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2021-06-23 Thread Andrew Crerar via arch-commits
Date: Wednesday, June 23, 2021 @ 16:28:20
  Author: andrewsc
Revision: 967082

upgpkg: firefox-developer-edition-i18n 90.0b11-1

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-23 16:26:27 UTC (rev 967081)
+++ PKGBUILD2021-06-23 16:28:20 UTC (rev 967082)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=90.0b10
+pkgver=90.0b11
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('d4ad5cf7c028685ac5a76249ab711a4c46198757eb6d462a7a2e392dbde50a7eb0f97762375f1463e8ea342f60d64d7ec8765de5f5dc652bcf726ba3def7b9fa'
-
'164c777be5c3bda63c3e92f9130213048c3befdd7d99415a1aad171c5c722de4d0d22cc3b6d49af5541b4fa629544a5228e5a43e9d770aa481de91973b07b885'
-
'f93a6161aebaf5f3d108d6d39e73378e874423dd4ee6302aeb508d46d7c1b0ff3f6bb9fdb4c4cc104eb5cd35dfbecad88599d753cb34ebee07a16b15c1170036'
-
'c20d80d816c2ad8e1378971f336abdc2a844056ed6abbfa8a03c3c5d4fc9cecf3031cdf78e167af8d1482c2076e87cab780094114172da90fa5bb8c5fbee4cf8'
-
'bcb9433350c4d83e2e3a4c6c94da8b551561e91b73664f9add64d0070182205e00ab23aff3e2de2485655fc55fabeb0364ab0efd0c85667bc994137328a2c2ee'
-
'837c12c136a9bd5a72e96d887404b54df009264437a8d429a00a17b5057eb8f0b6d7ecfa80f0cb7d31f6c1a906a5ff2fd583757b83f46bc1e7f97d35ee754fe5'
-
'9edb6800dad3c6692f70735f3852f8e4f009fefc8926460ba46b9bfcbacd9ff54685b036434106e0132d8984091f7cfafe19ff86492f8caac8f0b012b83c6a6d'
-
'2cdfee81c221fb0145594664424ff253222c9140de274dab74a5436c45542c1a757c4a025fcfc03504894d63c1f8702fc0da9275d650456c732a0f91349239ca'
-
'5c35647ae92a3dee3bca3ee3b225745405a603cf29a3211228d3380c59796fe8e11320bee0cc323d8cbda52283b22c659a86a816314eecdeb14e11fd0104'
-
'a9af96f1d1db74ad87801d4411cf00ad9737c8dbb6633977440f456a6591f35af0e1b487e4d3100490f3e21733e16db09df7964b14f928418660f8f8aa2b3f8b'
-
'f335289948c05821c5a6bf3d9d4f98e01d2e274e75e03ec34c756f822e83a7f5f79f87215c7fd39785b20f5463aed3ea74f0206f87113f84cbe44858e9fb8d12'
-
'79fa54c109d576fb647c10a4c86d7bb02695492ca2cc5502127d685fe249f3033ab3bb3e1a902b4bbf71da7640ae08cabbaf3be2ac74ab92e13ecbf16393'
-
'31682aee04dcb7e7c309d4cc8fc6d28263b35d488c59beeabafef473b4c5eafe56b9bc3efc99e916d5b2e3f47535dbb95ff92cab4117bc32040334c93fe79c4b'
-
'29a030dad9276eafe06ac80af2b61b2ff9983e40cf3ccbb44fa2b1ab6b4e44767194dd6b49c4bcac4cd05606356fd3308995992406ff0fa108accea66fdb3b7f'
-
'a4987ff9230be63d8b5eb1866fd822ee01a7278e8b4010cec1c3e91e71809c7980f1f291f0113082edc472479e12634b60b13ab0ec92470e6920a69f09817d1f'
-
'7420431cb1c8032b10402fe28d2390ef9f39d3ecf503c84588118cd472ef0af46733f6fc425560482d9c3e77bd47bfa906d557b20e8b054c827465ea453eaab1'
-
'71a742472248bbb1d7b3b9c5f3aeeaa4a8d6dea1a4717de17a3ad7248ec593c1980234f30d4035bcba1503459b78f6ab607cff8f3a325243a8b6ca75a17b832d'
-
'8ed3c76b0cfe857a748daa4314e9d7c637f9286fdd2c06b66b969f925453d1a8dacc86ab99be5912d2e1b068ade69f127560cb7708d904b7e66a7523eeeaaaf5'
-
'8a83948ed3584abf39687fe71a2418bb1746dfb41790576a35186cb3651fed89d943c02892fc0880232a6af576a5217b8eb4e7f5a6801f78fac407fbb38319d3'
-
'3b4ee16c46f269bf499c0f080ec35cff71c10d3f6f9eb8c1ec3c0e2c8936916530be6c8d0d72e995d3df2319b6ebcab5ecde3e5fc4b2e7a7fb077b1075873e1a'
-
'62029552449e54454e156e4bc6b90746af318bff4d129eefe1d631f6468ede3dac4f348d97c28c319924582f790876788c6f11bcb15c1b90c828e61cbb3d3103'
-
'1e29c6251c3043db979d83c2f0d5af4aaa6640906ce67140b7b735bd61adce4299d601894f9cdd02004b8ada62ed8459c7feb82baea62da3b029fb9efdb0ee6e'
-
'0c63d8bf5f7c4640c6f44e1538018e66a934025dafd7e65f1345107d770bf39abb65457c6707bf18acdc9a4d3df67cf0b46d49bc883a8d576fc73cb20c6c7aa8'
-
'db78baaf80c419d7404075eb4abc8f681c85b7a90f548b0e7c3de2c1812498d6f00873cc01ee783e13b294db49c4428b168d8fbd818a47c9e0fc984ba5d42a13'
-
'7931d28bf9867ee42cd8f82cf2da9452e52cc935ab5272f1b588dfd5bac6fc0fd953b0a9fa7cd81133f45c11192b9ee8d860798465df32251176b88922880c1a'
-
'afef317e3007c1fb775e7e1f9e836140c3d55bb7995d3a39f03cb75d53df02e8f15fc89edf6849ef173a7b1d96bc0cf92cfa405c30a329518161a560239fe94c'
-
'03fc602cf918d05c8f4dbfe6e0e16b7658b0c101c2edc9479866009654ee9efba4c35ff9f3c3f43d284e4a4f5557c40f2d5d11dd0713d2bfd1821bf7ae9fabb9'
-
'9ab6a5c2f175fd0bb6503bd2aa21aa441ddfa2fa69f0f6b97e109a319668859fffec1c2f0d01d09574e3182ac06241365fad8b0ae0431d2f7c6c718e410caa7c'
-

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

2021-06-23 Thread Brett Cornwall via arch-commits
Date: Wednesday, June 23, 2021 @ 16:26:27
  Author: ainola
Revision: 967081

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-23 16:26:07 UTC (rev 967080)
+++ PKGBUILD2021-06-23 16:26:27 UTC (rev 967081)
@@ -1,41 +0,0 @@
-# Maintainer: Brett Cornwall 
-
-pkgname=libseat
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A minimal seat management daemon, and a universal seat management 
library"
-arch=(x86_64)
-url="https://sr.ht/~kennylevinsen/seatd/;
-license=('GPL')
-makedepends=(
-'meson'
-'ninja'
-'scdoc'
-'systemd'
-)
-depends=(
-'systemd-libs'
-)
-source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/seatd/archive/$pkgver.tar.gz;)
-sha256sums=('274b56324fc81ca6002bc1cdd387668dee34a6e1063e5f3896805c3770948988')
-
-build() {
-mkdir build
-meson --prefix=/usr \
-  --buildtype=plain \
-  -Dexamples="disabled" \
-  -Dlogind="enabled" \
-  -Dman-pages="enabled" \
-  "seatd-$pkgver" \
-  build
-ninja -C build
-}
-
-check() {
-ninja -C build test
-}
-
-package() {
-DESTDIR="$pkgdir/" ninja -C build install
-install -Dm644 "seatd-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: libseat/repos/community-testing-x86_64/PKGBUILD (from rev 967080, 
libseat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-23 16:26:27 UTC (rev 967081)
@@ -0,0 +1,41 @@
+# Maintainer: Brett Cornwall 
+
+pkgname=libseat
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="A minimal seat management daemon, and a universal seat management 
library"
+arch=(x86_64)
+url="https://sr.ht/~kennylevinsen/seatd/;
+license=('MIT')
+makedepends=(
+'meson'
+'ninja'
+'scdoc'
+'systemd'
+)
+depends=(
+'systemd-libs'
+)
+source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~kennylevinsen/seatd/archive/$pkgver.tar.gz;)
+sha256sums=('274b56324fc81ca6002bc1cdd387668dee34a6e1063e5f3896805c3770948988')
+
+build() {
+mkdir build
+meson --prefix=/usr \
+  --buildtype=plain \
+  -Dexamples="disabled" \
+  -Dlogind="enabled" \
+  -Dman-pages="enabled" \
+  "seatd-$pkgver" \
+  build
+ninja -C build
+}
+
+check() {
+ninja -C build test
+}
+
+package() {
+DESTDIR="$pkgdir/" ninja -C build install
+install -Dm644 "seatd-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


  1   2   >