[arch-commits] Commit in deepin-icon-theme/repos/community-testing-any (2 files)

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 03:48:53
  Author: felixonmars
Revision: 1003731

archrelease: copy trunk to community-testing-any

Added:
  deepin-icon-theme/repos/community-testing-any/PKGBUILD
(from rev 1003730, deepin-icon-theme/trunk/PKGBUILD)
Deleted:
  deepin-icon-theme/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-19 03:48:45 UTC (rev 1003730)
+++ PKGBUILD2021-08-19 03:48:53 UTC (rev 1003731)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-icon-theme
-pkgver=2021.06.09
-pkgrel=1
-pkgdesc="Deepin Icons"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-icon-theme;
-license=('GPL3')
-depends=('papirus-icon-theme')
-replaces=('deepin-cursor-theme')
-conflicts=('deepin-cursor-theme')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;
-
$pkgname-fix-installation-2021.06.09.patch::https://github.com/linuxdeepin/deepin-icon-theme/pull/23.patch)
-sha512sums=('0aa7b9c76ee7d9b3dbbfca0961d66c47324bbeec5c30f7658c1c99dc1d7898eb3a7dd68339dbc27a857aedf36a5dc2d3178a0dfdc0f429a3ae576eea23eece11'
-
'b45426d9eb2ccc95fb2e06c13db28c28ae8d38b671decbebaaa8195a47cd5c3f83ff69a4b0a2b6378b30b431c5aeaedeac9ab3bc5fd70b8c42da809d25c41664')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < $pkgname-fix-installation-2021.06.09.patch
-  sed -i 's/deepin/bloom/g' $pkgname-$pkgver/tools/hicolor.links
-
-  # Broken filenames are not dealt since reported in June 2020. Let's clean 
them up ourselves.
-  find $pkgname-$pkgver -name "* 2.svg" -delete
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make hicolor-links
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cp -a ./Sea ./usr/share/icons/hicolor "$pkgdir"/usr/share/icons/
-}

Copied: deepin-icon-theme/repos/community-testing-any/PKGBUILD (from rev 
1003730, deepin-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-19 03:48:53 UTC (rev 1003731)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-icon-theme
+pkgver=2021.08.19
+pkgrel=1
+pkgdesc="Deepin Icons"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-icon-theme;
+license=('GPL3')
+depends=('papirus-icon-theme')
+replaces=('deepin-cursor-theme')
+conflicts=('deepin-cursor-theme')
+groups=('deepin')
+source=("https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b6fd9d243e0bdd22ee6335ab487f95b3e21be3d047516dacfc174cd1f2bedef677b8dcdfaddf1b365887cfd896f84024d44a153e535b441882497cbc8d05eedd')
+
+build() {
+  cd $pkgname-$pkgver
+  make hicolor-links
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cp -a ./Sea ./usr/share/icons/hicolor "$pkgdir"/usr/share/icons/
+}



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

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 03:48:45
  Author: felixonmars
Revision: 1003730

upgpkg: deepin-icon-theme 2021.08.19-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-19 03:01:56 UTC (rev 1003729)
+++ PKGBUILD2021-08-19 03:48:45 UTC (rev 1003730)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-icon-theme
-pkgver=2021.06.09
+pkgver=2021.08.19
 pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')
@@ -13,19 +13,9 @@
 replaces=('deepin-cursor-theme')
 conflicts=('deepin-cursor-theme')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz;
-
$pkgname-fix-installation-2021.06.09.patch::https://github.com/linuxdeepin/deepin-icon-theme/pull/23.patch)
-sha512sums=('0aa7b9c76ee7d9b3dbbfca0961d66c47324bbeec5c30f7658c1c99dc1d7898eb3a7dd68339dbc27a857aedf36a5dc2d3178a0dfdc0f429a3ae576eea23eece11'
-
'b45426d9eb2ccc95fb2e06c13db28c28ae8d38b671decbebaaa8195a47cd5c3f83ff69a4b0a2b6378b30b431c5aeaedeac9ab3bc5fd70b8c42da809d25c41664')
+source=("https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b6fd9d243e0bdd22ee6335ab487f95b3e21be3d047516dacfc174cd1f2bedef677b8dcdfaddf1b365887cfd896f84024d44a153e535b441882497cbc8d05eedd')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < $pkgname-fix-installation-2021.06.09.patch
-  sed -i 's/deepin/bloom/g' $pkgname-$pkgver/tools/hicolor.links
-
-  # Broken filenames are not dealt since reported in June 2020. Let's clean 
them up ourselves.
-  find $pkgname-$pkgver -name "* 2.svg" -delete
-}
-
 build() {
   cd $pkgname-$pkgver
   make hicolor-links



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

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 03:01:56
  Author: felixonmars
Revision: 1003729

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-19 03:01:48 UTC (rev 1003728)
+++ PKGBUILD2021-08-19 03:01:56 UTC (rev 1003729)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesmith
-pkgver=0.1.8
-pkgrel=1
-pkgdesc="Hypothesis strategies for generating Python programs, something like 
CSmith"
-url="https://github.com/Zac-HD/hypothesmith;
-license=('MPL')
-arch=('any')
-depends=('python-hypothesis' 'python-lark-parser' 'python-libcst')
-makedepends=('python-setuptools')
-checkdepends=('python-black' 'python-parso' 'python-pytest-cov')
-source=("https://pypi.io/packages/source/h/hypothesmith/hypothesmith-$pkgver.tar.gz;)
-sha512sums=('5cae94e56f8ba2c404eade44d3dbf1baf9f15ed6f75e00e2b7cf3569dabb0b904b88c4d70109b149919e658d6661d618680c286b202e0d03fa6eaa04970995a4')
-
-build() {
-  cd hypothesmith-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd hypothesmith-$pkgver
-  PYTHONPATH="$PWD/build/lib" pytest
-}
-
-package() {
-  cd hypothesmith-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesmith/repos/community-any/PKGBUILD (from rev 1003728, 
python-hypothesmith/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-19 03:01:56 UTC (rev 1003729)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesmith
+pkgver=0.1.9
+pkgrel=1
+pkgdesc="Hypothesis strategies for generating Python programs, something like 
CSmith"
+url="https://github.com/Zac-HD/hypothesmith;
+license=('MPL')
+arch=('any')
+depends=('python-hypothesis' 'python-lark-parser' 'python-libcst')
+makedepends=('python-setuptools')
+checkdepends=('python-black' 'python-parso' 'python-pytest-cov')
+source=("https://pypi.io/packages/source/h/hypothesmith/hypothesmith-$pkgver.tar.gz;)
+sha512sums=('ed2838fdb25dbb0ae51665c8796a559d03d8da2a4ae6f85d3e1b0eb9cbe775a6b3b21b1b963741c778532daeccdeabd74cbea209713d9ab846ebab2ba3dfe3d4')
+
+build() {
+  cd hypothesmith-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd hypothesmith-$pkgver
+  PYTHONPATH="$PWD/build/lib" pytest
+}
+
+package() {
+  cd hypothesmith-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 03:01:48
  Author: felixonmars
Revision: 1003728

upgpkg: python-hypothesmith 0.1.9-1

Modified:
  python-hypothesmith/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-19 02:58:34 UTC (rev 1003727)
+++ PKGBUILD2021-08-19 03:01:48 UTC (rev 1003728)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesmith
-pkgver=0.1.8
+pkgver=0.1.9
 pkgrel=1
 pkgdesc="Hypothesis strategies for generating Python programs, something like 
CSmith"
 url="https://github.com/Zac-HD/hypothesmith;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-black' 'python-parso' 'python-pytest-cov')
 
source=("https://pypi.io/packages/source/h/hypothesmith/hypothesmith-$pkgver.tar.gz;)
-sha512sums=('5cae94e56f8ba2c404eade44d3dbf1baf9f15ed6f75e00e2b7cf3569dabb0b904b88c4d70109b149919e658d6661d618680c286b202e0d03fa6eaa04970995a4')
+sha512sums=('ed2838fdb25dbb0ae51665c8796a559d03d8da2a4ae6f85d3e1b0eb9cbe775a6b3b21b1b963741c778532daeccdeabd74cbea209713d9ab846ebab2ba3dfe3d4')
 
 build() {
   cd hypothesmith-$pkgver



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

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 02:58:34
  Author: felixonmars
Revision: 1003727

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-19 02:58:25 UTC (rev 1003726)
+++ PKGBUILD2021-08-19 02:58:34 UTC (rev 1003727)
@@ -1,75 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Weißschuh 
-# Contributor: George Brooke 
-# Contributor: Sebastian Wiesner 
-
-pkgbase=python-tox
-pkgname=(python-tox python2-tox)
-pkgver=3.24.1
-pkgrel=1
-pkgdesc='Python virtualenv management and testing tool'
-arch=('any')
-url='https://tox.readthedocs.io'
-license=('GPL2')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-virtualenv'
- 'python2-virtualenv' 'python-pluggy' 'python2-pluggy' 
'python-toml' 'python2-toml'
- 'python-filelock' 'python2-filelock' 'python-freezegun' 
'python2-freezegun')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
-  'python2-pytest-mock' 'python-flaky' 'python2-flaky' 
'python2-pathlib2')
-source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz;)
-sha512sums=('36699e31879dec04c416268514e6e2d4f470e3651d1596b3e2a1aad9c59451449a621a9c733b246ec98a80f011403c8981849aec1bb72bdea26ccef51196b76f')
-
-prepare() {
-  find tox-$pkgver -name "*.pyc" -delete
-
-  cp -a tox-$pkgver{,-py2}
-}
-
-build() {
-  export LC_CTYPE=en_US.UTF-8
-
-  cd "$srcdir"/tox-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tox-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points
-
-  (
-cd "$srcdir"/tox-$pkgver
-virtualenv "$srcdir/pyvenv" --system-site-packages
-. "$srcdir/pyvenv/bin/activate"
-python setup.py install
-python setup.py pytest
-  )
-
-  (
-cd "$srcdir"/tox-$pkgver-py2
-virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
-. "$srcdir/pyvenv-py2/bin/activate"
-python setup.py install
-python setup.py pytest
-  )
-}
-
-package_python-tox() {
-  depends=('python-py' 'python-virtualenv' 'python-packaging' 'python-pluggy' 
'python-toml'
-   'python-filelock' 'python-six')
-
-  cd "$srcdir"/tox-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  ln -s tox "$pkgdir"/usr/bin/tox3
-}
-
-package_python2-tox() {
-  depends=('python2-py' 'python2-virtualenv' 'python2-packaging' 
'python2-pluggy' 'python2-toml'
-   'python2-filelock' 'python2-six' 'python2-importlib-metadata')
-
-  cd "$srcdir"/tox-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/tox{,2}
-  mv "$pkgdir"/usr/bin/{tox-quickstart,tox2-quickstart}
-}

Copied: python-tox/repos/community-any/PKGBUILD (from rev 1003726, 
python-tox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-19 02:58:34 UTC (rev 1003727)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Weißschuh 
+# Contributor: George Brooke 
+# Contributor: Sebastian Wiesner 
+
+pkgbase=python-tox
+pkgname=(python-tox python2-tox)
+pkgver=3.24.2
+pkgrel=1
+pkgdesc='Python virtualenv management and testing tool'
+arch=('any')
+url='https://tox.readthedocs.io'
+license=('GPL2')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-py' 
'python2-py' 'python-virtualenv'
+ 'python2-virtualenv' 'python-pluggy' 'python2-pluggy' 
'python-toml' 'python2-toml'
+ 'python-filelock' 'python2-filelock' 'python-freezegun' 
'python2-freezegun')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
+  'python2-pytest-mock' 'python-flaky' 'python2-flaky' 
'python2-pathlib2')
+source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz;)
+sha512sums=('2a90fde37875e699629c3b1299884496dcc3d04697d5d95830edb2d57ee66beb8d6f48ced6fb847d1b535c4f5aeead120868e4a8ee5cd943a0e777ac02170867')
+
+prepare() {
+  find tox-$pkgver -name "*.pyc" -delete
+
+  cp -a tox-$pkgver{,-py2}
+}
+
+build() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/tox-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tox-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points
+
+  (
+cd "$srcdir"/tox-$pkgver
+virtualenv "$srcdir/pyvenv" --system-site-packages
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+python setup.py pytest
+  )
+
+  (
+cd "$srcdir"/tox-$pkgver-py2
+virtualenv2 "$srcdir/pyvenv-py2" --system-site-packages
+. "$srcdir/pyvenv-py2/bin/activate"
+python setup.py install
+python setup.py pytest
+  )

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

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 02:58:25
  Author: felixonmars
Revision: 1003726

upgpkg: python-tox 3.24.2-1

Modified:
  python-tox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-19 02:40:12 UTC (rev 1003725)
+++ PKGBUILD2021-08-19 02:58:25 UTC (rev 1003726)
@@ -5,7 +5,7 @@
 
 pkgbase=python-tox
 pkgname=(python-tox python2-tox)
-pkgver=3.24.1
+pkgver=3.24.2
 pkgrel=1
 pkgdesc='Python virtualenv management and testing tool'
 arch=('any')
@@ -17,7 +17,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
   'python2-pytest-mock' 'python-flaky' 'python2-flaky' 
'python2-pathlib2')
 source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz;)
-sha512sums=('36699e31879dec04c416268514e6e2d4f470e3651d1596b3e2a1aad9c59451449a621a9c733b246ec98a80f011403c8981849aec1bb72bdea26ccef51196b76f')
+sha512sums=('2a90fde37875e699629c3b1299884496dcc3d04697d5d95830edb2d57ee66beb8d6f48ced6fb847d1b535c4f5aeead120868e4a8ee5cd943a0e777ac02170867')
 
 prepare() {
   find tox-$pkgver -name "*.pyc" -delete



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

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 02:40:00
  Author: felixonmars
Revision: 1003722

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-cracknum/repos/community-staging-x86_64/PKGBUILD (from rev 
1003721, haskell-cracknum/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-19 02:40:00 UTC (rev 1003722)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=crackNum
+pkgname=haskell-cracknum
+pkgver=3.2
+pkgrel=8
+pkgdesc="Crack various integer and floating-point data formats"
+url="https://github.com/LeventErkok/crackNum;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-libbf' 'haskell-sbv' 'haskell-tasty' 
'haskell-tasty-golden')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1721a70cbebb89cf795882d1e3635e4d4aac5971bb41a2817c188257e459d558809059efc1de0840830f2aa753fa3b54d74ad8da6cbbd3766f6a089f592912d0')
+
+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
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+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-cracknum/trunk (PKGBUILD)

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 02:39:53
  Author: felixonmars
Revision: 1003721

upgpkg: haskell-cracknum 3.2-8: rebuild with sbv 8.16

Modified:
  haskell-cracknum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-19 02:39:30 UTC (rev 1003720)
+++ PKGBUILD2021-08-19 02:39:53 UTC (rev 1003721)
@@ -4,7 +4,7 @@
 _hkgname=crackNum
 pkgname=haskell-cracknum
 pkgver=3.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Crack various integer and floating-point data formats"
 url="https://github.com/LeventErkok/crackNum;
 license=("BSD")



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

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 02:39:30
  Author: felixonmars
Revision: 1003720

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 1003719, cryptol/trunk/PKGBUILD)
  cryptol/repos/community-staging-x86_64/ghc9.patch
(from rev 1003719, cryptol/trunk/ghc9.patch)

+
 PKGBUILD   |   51 +++
 ghc9.patch |  841 +++
 2 files changed, 892 insertions(+)

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 1003719, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-19 02:39:30 UTC (rev 1003720)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.11.0
+pkgrel=58
+pkgdesc="The Language of Cryptography"
+url="https://www.cryptol.net;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-arithmoi' 'haskell-async' 
'haskell-base-compat' 'haskell-bv-sized'
+ 'haskell-cryptohash-sha1' 'haskell-exceptions' 'haskell-extra' 
'haskell-gitrev'
+ 'haskell-graphscc' 'haskell-heredoc' 'haskell-libbf' 
'haskell-memotrie'
+ 'haskell-monad-control' 'haskell-monadlib' 
'haskell-optparse-applicative'
+ 'haskell-parameterized-utils' 'haskell-panic' 'haskell-random' 
'haskell-sbv'
+ 'haskell-simple-smt' 'haskell-strict' 'haskell-temporary' 
'haskell-tf-random'
+ 'haskell-transformers-base' 'haskell-what4' 'haskell-ansi-terminal' 
'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy' 'uusi')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;
+ghc9.patch)
+sha512sums=('4e8e9dec727c02e76043ee390b91d0a740df747a8f49b2551686ac7db3cc0c94c36e20316b59e7e50e28b838f3f9bf7202095cf6ce683d83fd47826702381649'
+
'cf201d5d633101343399bb43e264e482e9f7e4615512ff658455772add3055d14571954f20ddf2cb2e35704c5638e7d2a3dab494bbb981229c519dcf88867e17')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../ghc9.patch
+uusi -u sbv -u what4 $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable --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
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${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
+}

Copied: cryptol/repos/community-staging-x86_64/ghc9.patch (from rev 1003719, 
cryptol/trunk/ghc9.patch)
===
--- community-staging-x86_64/ghc9.patch (rev 0)
+++ community-staging-x86_64/ghc9.patch 2021-08-19 02:39:30 UTC (rev 1003720)
@@ -0,0 +1,841 @@
+From 889bfd65116b8817bd97b18e8a1e66db57c135cf Mon Sep 17 00:00:00 2001
+From: Rob Dockins 
+Date: Wed, 14 Jul 2021 22:44:53 -0700
+Subject: [PATCH 1/2] First take at GHC 9.* compatibility.
+
+There's a lot here that can be cleaned up, and we need
+some backward compatiblity layer, but this is just a first
+try.
+
+Something in the PrimeEC module is causing hard crashes
+during the test suite, so I'll have to figure out what's
+going on there.
+---
+ cryptol-remote-api/cryptol-remote-api.cabal |   7 +-
+ cryptol.cabal   |   5 +-
+ cryptol/OptParser.hs|   1 -
+ src/Cryptol/Backend/Concrete.hs |  13 +-
+ src/Cryptol/Backend/SBV.hs  |   9 +-
+ src/Cryptol/Backend/What4.hs|   9 +-
+ src/Cryptol/Eval/Concrete.hs|   4 +-
+ src/Cryptol/Eval/Reference.lhs  |  10 +-
+ src/Cryptol/ModuleSystem/Name.hs|   4 +-
+ src/Cryptol/PrimeEC.hs  | 259 
+ src/Cryptol/TypeCheck/Solver/Numeric.hs |   8 +-
+ 11 files changed, 138 insertions(+), 191 deletions(-)
+
+diff --git a/cryptol-remote-api/cryptol-remote-api.cabal 
b/cryptol-remote-api/cryptol-remote-api.cabal
+index f0f75d18e..4cd02c5e6 100644
+--- 

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

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 02:39:21
  Author: felixonmars
Revision: 1003719

upgpkg: cryptol 2.11.0-58: rebuild with sbv 8.16

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-19 02:36:42 UTC (rev 1003718)
+++ PKGBUILD2021-08-19 02:39:21 UTC (rev 1003719)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.11.0
-pkgrel=57
+pkgrel=58
 pkgdesc="The Language of Cryptography"
 url="https://www.cryptol.net;
 license=("BSD")



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

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 02:36:42
  Author: felixonmars
Revision: 1003718

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 1003717, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-19 02:36:42 UTC (rev 1003718)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=8.16
+pkgrel=1
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="https://leventerkok.github.io/sbv;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-async' 'haskell-libbf' 
'haskell-random'
+ 'haskell-syb' 'haskell-uniplate')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+checkdepends=('abc' 'cvc4' 'yices' 'z3')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('56f3e1a528353478cfe17d079b3537eebeeac5d59af91a85656ce34b5b8e22be411810f52b719d586fc97173f518b7161b920a3c0b310fb4f730bf0a459cc01b')
+
+prepare() {
+cd $_hkgname-$pkgver
+# Remove SMT solvers not in the repos
+sed -i 's/, boolector//;s/, mathSAT//;s/, dReal//' 
SBVTestSuite/SBVConnectionTest.hs
+}
+
+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-sbv/trunk (PKGBUILD)

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 02:36:34
  Author: felixonmars
Revision: 1003717

upgpkg: haskell-sbv 8.16-1: rebuild with sbv 8.16

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-19 02:30:51 UTC (rev 1003716)
+++ PKGBUILD2021-08-19 02:36:34 UTC (rev 1003717)
@@ -3,8 +3,8 @@
 
 _hkgname=sbv
 pkgname=haskell-sbv
-pkgver=8.15
-pkgrel=19
+pkgver=8.16
+pkgrel=1
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="https://leventerkok.github.io/sbv;
 license=("BSD")
@@ -15,7 +15,7 @@
  'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 checkdepends=('abc' 'cvc4' 'yices' 'z3')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('08bde9c3f754de98cfc2fafcbf90a0b9342e88304dc418b569b8d8ebce9f8f42a2862033234ab86d67f3546416d001dccc02b8c7f6135835ea82a7b1f60d4fb3')
+sha512sums=('56f3e1a528353478cfe17d079b3537eebeeac5d59af91a85656ce34b5b8e22be411810f52b719d586fc97173f518b7161b920a3c0b310fb4f730bf0a459cc01b')
 
 prepare() {
 cd $_hkgname-$pkgver



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

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 02:30:51
  Author: felixonmars
Revision: 1003716

archrelease: copy trunk to community-any

Added:
  v2ray-geoip/repos/community-any/PKGBUILD
(from rev 1003715, v2ray-geoip/trunk/PKGBUILD)
Deleted:
  v2ray-geoip/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-19 02:30:43 UTC (rev 1003715)
+++ PKGBUILD2021-08-19 02:30:51 UTC (rev 1003716)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202108120026
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2fly/geoip;
-license=('CCPL:by-sa')
-source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('71e7665c9f6ddeefef147fa3cf0e9a85aabe2eba45239b9a9f0ed84cbb82ad32c626c682c0070427a36908972fee4fa7cc08f696b4c582af8825963ad8b89954')
-
-package() {
-  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 1003715, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-19 02:30:51 UTC (rev 1003716)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202108190022
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2fly/geoip;
+license=('CCPL:by-sa')
+source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
+sha512sums=('5f50d4d74875dc076cb8b9ca9a029de8280f270febe7c8d82589b4a35ecf24e77d6de25126e400b542d9c9b30b4a5ed5e293b9d9319ff514e1577fcd12f1c2cb')
+
+package() {
+  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
+}



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

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 02:30:43
  Author: felixonmars
Revision: 1003715

upgpkg: v2ray-geoip 202108190022-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-19 02:15:57 UTC (rev 1003714)
+++ PKGBUILD2021-08-19 02:30:43 UTC (rev 1003715)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202108120026
+pkgver=202108190022
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2fly/geoip;
 license=('CCPL:by-sa')
 
source=("geoip-$pkgver.dat::https://github.com/v2fly/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('71e7665c9f6ddeefef147fa3cf0e9a85aabe2eba45239b9a9f0ed84cbb82ad32c626c682c0070427a36908972fee4fa7cc08f696b4c582af8825963ad8b89954')
+sha512sums=('5f50d4d74875dc076cb8b9ca9a029de8280f270febe7c8d82589b4a35ecf24e77d6de25126e400b542d9c9b30b4a5ed5e293b9d9319ff514e1577fcd12f1c2cb')
 
 package() {
   install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat



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

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 02:15:57
  Author: felixonmars
Revision: 1003714

archrelease: copy trunk to community-any

Added:
  ts-node/repos/community-any/PKGBUILD
(from rev 1003713, ts-node/trunk/PKGBUILD)
Deleted:
  ts-node/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-19 02:15:49 UTC (rev 1003713)
+++ PKGBUILD2021-08-19 02:15:57 UTC (rev 1003714)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=ts-node
-pkgver=10.2.0
-pkgrel=1
-pkgdesc="TypeScript execution and REPL for node.js, with source map support"
-arch=('any')
-url="https://github.com/TypeStrong/ts-node;
-license=('MIT')
-depends=('nodejs' 'typescript')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('16cb581ed433ea2b23f2b06d60c3786d97675cdd6fab81c26ea9fdbdd3507089d1aad07ce8f78f25023113a7acd0f871296863d8f1eec1b1b8d07f9bc6464f9a')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  # Dedup typescript
-  rm -r "$pkgdir"/usr/bin/{tsc,tsserver} 
"$pkgdir"/usr/lib/node_modules/typescript
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ts-node/repos/community-any/PKGBUILD (from rev 1003713, 
ts-node/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-19 02:15:57 UTC (rev 1003714)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=ts-node
+pkgver=10.2.1
+pkgrel=1
+pkgdesc="TypeScript execution and REPL for node.js, with source map support"
+arch=('any')
+url="https://github.com/TypeStrong/ts-node;
+license=('MIT')
+depends=('nodejs' 'typescript')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('8429f23b2b86983e701e578e417e8d22326d61520ef1b3cff05d9a716901e16d3ac1d964832bc9b6e6cefc8f4d908f3c84214409bb048282dcd153646267127f')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  # Dedup typescript
+  rm -r "$pkgdir"/usr/bin/{tsc,tsserver} 
"$pkgdir"/usr/lib/node_modules/typescript
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-18 Thread Felix Yan via arch-commits
Date: Thursday, August 19, 2021 @ 02:15:49
  Author: felixonmars
Revision: 1003713

upgpkg: ts-node 10.2.1-1

Modified:
  ts-node/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-19 01:51:33 UTC (rev 1003712)
+++ PKGBUILD2021-08-19 02:15:49 UTC (rev 1003713)
@@ -2,7 +2,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=ts-node
-pkgver=10.2.0
+pkgver=10.2.1
 pkgrel=1
 pkgdesc="TypeScript execution and REPL for node.js, with source map support"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('16cb581ed433ea2b23f2b06d60c3786d97675cdd6fab81c26ea9fdbdd3507089d1aad07ce8f78f25023113a7acd0f871296863d8f1eec1b1b8d07f9bc6464f9a')
+sha512sums=('8429f23b2b86983e701e578e417e8d22326d61520ef1b3cff05d9a716901e16d3ac1d964832bc9b6e6cefc8f4d908f3c84214409bb048282dcd153646267127f')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



[arch-commits] Commit in electron11/repos/community-x86_64 (26 files)

2021-08-18 Thread Nicola Squartini via arch-commits
Date: Thursday, August 19, 2021 @ 01:51:33
  Author: tensor5
Revision: 1003712

archrelease: copy trunk to community-x86_64

Added:
  electron11/repos/community-x86_64/PKGBUILD
(from rev 1003711, electron11/trunk/PKGBUILD)
  electron11/repos/community-x86_64/chromium-glibc-2.33.patch
(from rev 1003711, electron11/trunk/chromium-glibc-2.33.patch)
  electron11/repos/community-x86_64/chromium-include-limits.patch
(from rev 1003711, electron11/trunk/chromium-include-limits.patch)
  electron11/repos/community-x86_64/chromium-include-stddef.patch
(from rev 1003711, electron11/trunk/chromium-include-stddef.patch)
  electron11/repos/community-x86_64/chromium-skia-harmony.patch
(from rev 1003711, electron11/trunk/chromium-skia-harmony.patch)
  
electron11/repos/community-x86_64/d62de64e2fd20a4811593cb2248bb476aebfadf5.patch
(from rev 1003711, 
electron11/trunk/d62de64e2fd20a4811593cb2248bb476aebfadf5.patch)
  electron11/repos/community-x86_64/default_app-icon.patch
(from rev 1003711, electron11/trunk/default_app-icon.patch)
  electron11/repos/community-x86_64/electron11.desktop
(from rev 1003711, electron11/trunk/electron11.desktop)
  electron11/repos/community-x86_64/icu68.patch
(from rev 1003711, electron11/trunk/icu68.patch)
  
electron11/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
(from rev 1003711, 
electron11/trunk/sql-make-VirtualCursor-standard-layout-type.patch)
  electron11/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 1003711, electron11/trunk/use-system-libraries-in-node.patch)
  
electron11/repos/community-x86_64/v8-call-new-ListFormatter-createInstance.patch
(from rev 1003711, 
electron11/trunk/v8-call-new-ListFormatter-createInstance.patch)
  electron11/repos/community-x86_64/v8-icu68.patch
(from rev 1003711, electron11/trunk/v8-icu68.patch)
Deleted:
  electron11/repos/community-x86_64/PKGBUILD
  electron11/repos/community-x86_64/chromium-glibc-2.33.patch
  electron11/repos/community-x86_64/chromium-include-limits.patch
  electron11/repos/community-x86_64/chromium-include-stddef.patch
  electron11/repos/community-x86_64/chromium-skia-harmony.patch
  
electron11/repos/community-x86_64/d62de64e2fd20a4811593cb2248bb476aebfadf5.patch
  electron11/repos/community-x86_64/default_app-icon.patch
  electron11/repos/community-x86_64/electron11.desktop
  electron11/repos/community-x86_64/icu68.patch
  
electron11/repos/community-x86_64/sql-make-VirtualCursor-standard-layout-type.patch
  electron11/repos/community-x86_64/use-system-libraries-in-node.patch
  
electron11/repos/community-x86_64/v8-call-new-ListFormatter-createInstance.patch
  electron11/repos/community-x86_64/v8-icu68.patch

---+
 PKGBUILD  |  450 +-
 chromium-glibc-2.33.patch |  288 +++---
 chromium-include-limits.patch |   42 
 chromium-include-stddef.patch |   20 
 chromium-skia-harmony.patch   |   28 
 d62de64e2fd20a4811593cb2248bb476aebfadf5.patch|   70 -
 default_app-icon.patch|   42 
 electron11.desktop|   14 
 icu68.patch   |  842 ++--
 sql-make-VirtualCursor-standard-layout-type.patch |  476 +--
 use-system-libraries-in-node.patch|  106 +-
 v8-call-new-ListFormatter-createInstance.patch|  190 ++--
 v8-icu68.patch|  384 -
 13 files changed, 1476 insertions(+), 1476 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-19 01:50:04 UTC (rev 1003711)
+++ PKGBUILD2021-08-19 01:51:33 UTC (rev 1003712)
@@ -1,225 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron11
-pkgver=11.4.11
-_commit=e3f540201ed7ad3e3bdf5efe88caf4af5b20208f
-_chromiumver=87.0.4280.141
-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' 'http-parser' 'libevent' 'libnghttp2'
- 'libxslt' 'minizip' 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn-m87' 'gperf' 'harfbuzz-icu' 
'java-runtime-headless'
- 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'yarn'
- 'python2' 'wget')
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'libappindicator-gtk3: StatusNotifierItem support'
-'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'
-"${pkgname}.desktop"
-'default_app-icon.patch'
-

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

2021-08-18 Thread Nicola Squartini via arch-commits
Date: Thursday, August 19, 2021 @ 01:50:04
  Author: tensor5
Revision: 1003711

upgpkg: electron11 11.4.12-1

Modified:
  electron11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-19 00:20:03 UTC (rev 1003710)
+++ PKGBUILD2021-08-19 01:50:04 UTC (rev 1003711)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron11
-pkgver=11.4.11
-_commit=e3f540201ed7ad3e3bdf5efe88caf4af5b20208f
+pkgver=11.4.12
+_commit=2502e2823df8c76a5a30a9348e07967aabca
 _chromiumver=87.0.4280.141
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'



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

2021-08-18 Thread Caleb Maclennan via arch-commits
Date: Thursday, August 19, 2021 @ 00:20:03
  Author: alerque
Revision: 1003710

archrelease: copy trunk to community-testing-x86_64

Added:
  python-fonttools/repos/community-testing-x86_64/
  python-fonttools/repos/community-testing-x86_64/PKGBUILD
(from rev 1003709, python-fonttools/trunk/PKGBUILD)

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

Copied: python-fonttools/repos/community-testing-x86_64/PKGBUILD (from rev 
1003709, python-fonttools/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-19 00:20:03 UTC (rev 1003710)
@@ -0,0 +1,41 @@
+# Maintainer: Andrzej Giniewicz 
+# Maintainer: Caleb Maclennan 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.26.2
+pkgrel=2
+pkgdesc='A library to manipulate font files from Python'
+url='https://github.com/fonttools/fonttools'
+license=('MIT')
+arch=('x86_64')
+depends=('python')
+makedepends=('cython'
+ 'python-setuptools')
+optdepends=('python-brotli: to compress/decompress WOFF 2.0 web fonts'
+'python-fs: to read/write UFO source files'
+'python-lxml: faster backend for XML files reading/writing'
+'python-lz4: for graphite type tables in ttLib/tables'
+'python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel'
+'python-pyqt5: for drawing glyphs with Qt’s QPainterPath'
+'python-reportlab: to drawing glyphs as PNG images'
+'python-scipy: for finding wrong contour/component order between 
different masters'
+'python-sympy: for symbolic font statistics analysis'
+'python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx'
+'python-zopfli: faster backend fom WOFF 1.0 web fonts compression')
+source=("https://github.com/fonttools/fonttools/archive/$pkgver/fonttools-$pkgver.zip;)
+sha256sums=('343de533d4780d34ac8d7138dc933550064c9d54a4afded01180e57000381040')
+
+build() {
+   cd "fonttools-$pkgver"
+   python setup.py build_ext --inplace
+   python setup.py build
+}
+
+package() {
+   cd "fonttools-$pkgver"
+   local PYTHONHASHSEED=0
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -Dm0755 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}



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

2021-08-18 Thread Christian Hesse via arch-commits
Date: Wednesday, August 18, 2021 @ 22:01:10
  Author: eworm
Revision: 422342

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 422341, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 422341, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   26 ++
 archlinux-keyring.install |   20 
 2 files changed, 46 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 422341, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-08-18 22:01:10 UTC (rev 422342)
@@ -0,0 +1,26 @@
+# Maintainer: Pierre Schmitz 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=archlinux-keyring
+pkgver=20210818
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=(any)
+url='https://gitlab.archlinux.org/archlinux/archlinux-keyring/'
+license=(GPL)
+install=$pkgname.install
+source=(https://sources.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('863979cc8c70d21668ed0f9d87e0d4b0fd67aa255c7b006f4e76b51b425aa47c'
+'SKIP')
+validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

+  'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 

+  '86CFFCA918CF3AF47147588051E8B148AC34'  # Evangelos Foutras 

+  'F3691687D867B81B51CE07D9BBE43771487328A9'  # Bartlomiej 
Piotrowski 
+  'BD84DE71F493DF6814B0167254EDC91609BC9183'  # Christian Hesse 

+  'CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E'  # Florian Pritz 

+  'E499C79F53C96A54E572FEE1C06086337C50773E')  # Jelle van der Waa 

+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
422341, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2021-08-18 22:01:10 UTC (rev 
422342)
@@ -0,0 +1,20 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+
+   # Re-enable key of alad
+   # See https://bugs.archlinux.org/task/35478
+   printf 'enable\nquit\n' | LANG=C \
+   gpg --homedir /etc/pacman.d/gnupg \
+   --no-permission-warning --command-fd 0 \
+   --quiet --batch --edit-key \
+   DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A \
+   2>/dev/null
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}



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

2021-08-18 Thread Christian Hesse via arch-commits
Date: Wednesday, August 18, 2021 @ 22:01:07
  Author: eworm
Revision: 422341

upgpkg: archlinux-keyring 20210818-1: new keyring release

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:49:49 UTC (rev 422340)
+++ PKGBUILD2021-08-18 22:01:07 UTC (rev 422341)
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=archlinux-keyring
-pkgver=20210802
+pkgver=20210818
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=(any)
@@ -10,7 +10,7 @@
 license=(GPL)
 install=$pkgname.install
 
source=(https://sources.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('f7ccef437c285c6f6cc799e1083011dfc86d7dd52b5bfa1f9cebc74e1baee6d5'
+sha256sums=('863979cc8c70d21668ed0f9d87e0d4b0fd67aa255c7b006f4e76b51b425aa47c'
 'SKIP')
 validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

   'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 




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

2021-08-18 Thread Daniel M. Capella via arch-commits
Date: Wednesday, August 18, 2021 @ 21:52:44
  Author: polyzen
Revision: 1003709

archrelease: copy trunk to community-x86_64

Added:
  pcaudiolib/repos/community-x86_64/PKGBUILD
(from rev 1003708, pcaudiolib/trunk/PKGBUILD)
Deleted:
  pcaudiolib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 21:52:22 UTC (rev 1003708)
+++ PKGBUILD2021-08-18 21:52:44 UTC (rev 1003709)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=pcaudiolib
-pkgver=1.2
-pkgrel=1
-pkgdesc='Portable C Audio Library'
-url=https://github.com/espeak-ng/pcaudiolib
-arch=('x86_64')
-license=('GPL3')
-depends=('alsa-lib' 'libpulse')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('9fadca7da28fa590821375cb96aa8ef6614eeeb57ef2a42d83eef75f198b453afa02ff6da46eec4089c768ef12ab1ddd9a063d4c29d6e6f96ef6be2971d83f94')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pcaudiolib/repos/community-x86_64/PKGBUILD (from rev 1003708, 
pcaudiolib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 21:52:44 UTC (rev 1003709)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=pcaudiolib
+pkgver=1.2
+pkgrel=2
+pkgdesc='Portable C Audio Library'
+url=https://github.com/espeak-ng/pcaudiolib
+arch=('x86_64')
+license=('GPL3')
+depends=('alsa-lib' 'libpulse')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('a16e50fd789a88f10a56323afd2637c13e2383392cc287aad4cd8ef3f1f475c2754dca53e0fd5453b5fc9ee45392a0b9b6d8d7a2d0e88214e6194bbc2ce1e1ff')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-08-18 Thread Daniel M. Capella via arch-commits
Date: Wednesday, August 18, 2021 @ 21:52:22
  Author: polyzen
Revision: 1003708

upgpkg: pcaudiolib 1.2-2

Modified:
  pcaudiolib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:49:48 UTC (rev 1003707)
+++ PKGBUILD2021-08-18 21:52:22 UTC (rev 1003708)
@@ -2,7 +2,7 @@
 
 pkgname=pcaudiolib
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Portable C Audio Library'
 url=https://github.com/espeak-ng/pcaudiolib
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('GPL3')
 depends=('alsa-lib' 'libpulse')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('9fadca7da28fa590821375cb96aa8ef6614eeeb57ef2a42d83eef75f198b453afa02ff6da46eec4089c768ef12ab1ddd9a063d4c29d6e6f96ef6be2971d83f94')
+b2sums=('a16e50fd789a88f10a56323afd2637c13e2383392cc287aad4cd8ef3f1f475c2754dca53e0fd5453b5fc9ee45392a0b9b6d8d7a2d0e88214e6194bbc2ce1e1ff')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:49:48
  Author: heftig
Revision: 1003707

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 1003704, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 1003704, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 1003705, 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 1003704, 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-08-18 21:49:48 UTC 
(rev 1003707)
@@ -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 
1003704, 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-08-18 21:49:48 UTC 
(rev 1003707)
@@ -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 1003705, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-18 21:49:48 UTC (rev 1003707)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=440
+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 nvidia/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:49:47
  Author: heftig
Revision: 422338

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 422337, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-08-18 21:49:47 UTC (rev 422338)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=470.63.01
+pkgrel=3
+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-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:49:47
  Author: heftig
Revision: 1003706

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 1003704, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-18 21:49:47 UTC (rev 1003706)
@@ -0,0 +1,46 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.049.02
+pkgrel=12
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc)
+sha256sums=('2b12d932e976f8f74b8d9545744c04beb4676dd7bc1d032dde51347ed1d8be24'
+'SKIP')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF') # Massimiliano 
Torromeo 
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   ENABLE_USE_FIRMWARE_FILE=y \
+   CONFIG_R8168_NAPI=y \
+   CONFIG_R8168_VLAN=y \
+   CONFIG_ASPM=y \
+   ENABLE_S5WOL=y \
+   ENABLE_EEE=y \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:49:45
  Author: heftig
Revision: 1003705

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 1003704, deepin-anything-arch/trunk/PKGBUILD)

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

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

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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:49:49
  Author: heftig
Revision: 422340

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  202 +
 config   |10621 +
 2 files changed, 10823 insertions(+)

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


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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:49:48
  Author: heftig
Revision: 422339

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  202 +
 config   |10561 +
 2 files changed, 10763 insertions(+)

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


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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:49:40
  Author: heftig
Revision: 1003703

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 1003698, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 1003698, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-18 21:49:40 UTC (rev 1003703)
@@ -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=327
+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 netfilter-fullconenat/repos (2 files)

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:49:40
  Author: heftig
Revision: 1003704

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 1003698, netfilter-fullconenat/trunk/PKGBUILD)

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

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
1003698, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-18 21:49:40 UTC (rev 1003704)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=139
+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 vhba-module/repos (4 files)

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:49:40
  Author: heftig
Revision: 1003702

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 1003698, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 1003698, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 1003698, 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 
1003698, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2021-08-18 21:49:40 UTC (rev 
1003702)
@@ -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 1003698, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-18 21:49:40 UTC (rev 1003702)
@@ -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=33
+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 broadcom-wl/repos (2 files)

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:49:39
  Author: heftig
Revision: 1003701

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 1003698, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 1003698, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-18 21:49:39 UTC (rev 1003701)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=319
+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-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:49:38
  Author: heftig
Revision: 1003699

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 1003698, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 1003698, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-18 21:49:38 UTC (rev 1003699)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.1
+pkgrel=81
+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 virtualbox-host-modules-arch/repos (2 files)

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:49:39
  Author: heftig
Revision: 1003700

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 1003698, virtualbox-host-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 1003698, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-18 21:49:39 UTC (rev 1003700)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.26
+pkgrel=7
+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 firefox-i18n/repos (testing-any testing-any/PKGBUILD)

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:32:17
  Author: heftig
Revision: 422337

archrelease: copy trunk to testing-any

Added:
  firefox-i18n/repos/testing-any/
  firefox-i18n/repos/testing-any/PKGBUILD
(from rev 422336, firefox-i18n/trunk/PKGBUILD)

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

Copied: firefox-i18n/repos/testing-any/PKGBUILD (from rev 422336, 
firefox-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2021-08-18 21:32:17 UTC (rev 422337)
@@ -0,0 +1,234 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thomas Baechler 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Michal Hybner 
+# Contributor: Andrea Scarpino 
+
+pkgbase=firefox-i18n
+pkgver=91.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=('eb3b2ffd75464d89a153cc3bbf63d31db7c5188c1fc66b2e2038453b6b9975f8'
+'f6ff4417f5ca1e5d365d90b084052f280095c222da6685c58e3687083c86631f'
+'450f592913f0ba9bd125f333986bd5e17060b30e3a333bdbaff7fe7d9c9c2938'
+'c24371f016dd2812c386618ed62332d033b7e83a7e6d95dd1f46fdd0060bbe23'
+'1b9127de59087432b6a3e47fb7de4204a6a886bd58bfecebef4bba6a85edb84e'
+'7f95abb67a2b745659b554acbde83e2ec8e1eb435614f1db0bdbb7375af0dd86'
+'725af8e4cb00b15207d89903db4e14dd6f6f50ea3723e8767e63d2fa143422c6'
+'03e30ee16ac136bf1b51cba4d27d6d71900f4573c6ce07cf75e256318622531c'
+'969777bbedfe7e7ad0d896aed8784daffd0652600bf88d72897b041a9e0d16a7'
+'c0844985ab45413e1605a882c346451c0623c1a7761eba430ee8add0d4b14505'
+'f7f118ed7969820e83db358464d83b1c4d7b86473accf33e5c641a4885202124'
+

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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:32:05
  Author: heftig
Revision: 1003698

5.0.9-19: linux 5.13.12.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:32:02 UTC (rev 1003697)
+++ PKGBUILD2021-08-18 21:32:05 UTC (rev 1003698)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=18
+pkgrel=19
 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 nvidia/trunk (PKGBUILD)

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:32:04
  Author: heftig
Revision: 422336

470.63.01-3: linux 5.13.12.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:32:03 UTC (rev 422335)
+++ PKGBUILD2021-08-18 21:32:04 UTC (rev 422336)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=470.63.01
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:32:03
  Author: heftig
Revision: 422335

archrelease: copy trunk to testing-x86_64

Added:
  firefox/repos/testing-x86_64/
  
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 422334, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 422334, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 422334, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/identity-icons-brand.svg
(from rev 422334, firefox/trunk/identity-icons-brand.svg)
  firefox/repos/testing-x86_64/upload-symbol-archive
(from rev 422334, firefox/trunk/upload-symbol-archive)

+
 0001-Use-remoting-name-for-GDK-application-names.patch |   57 ++
 PKGBUILD   |  215 +
 firefox.desktop|  340 +++
 identity-icons-brand.svg   |3 
 upload-symbol-archive  |   25 +
 5 files changed, 640 insertions(+)

Copied: 
firefox/repos/testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 422334, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch   
(rev 0)
+++ testing-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch   
2021-08-18 21:32:03 UTC (rev 422335)
@@ -0,0 +1,57 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp |  6 +-
+ widget/gtk/nsAppShell.cpp   | 12 +---
+ 2 files changed, 6 insertions(+), 12 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index d3bb8096ad02e..95ccce28fa786 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -4262,11 +4262,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+index 60de473de07ab..004c066575c17 100644
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,8 @@
+ #  include "WakeLockListener.h"
+ #endif
+ #include "gfxPlatform.h"
++#include "nsAppRunner.h"
++#include "mozilla/XREAppData.h"
+ #include "ScreenHelperGTK.h"
+ #include "HeadlessScreenHelper.h"
+ #include "mozilla/widget/ScreenManager.h"
+@@ -152,13 +154,9 @@ nsresult nsAppShell::Init() {
+   // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
+   //
+   // Only bother doing this for the parent process, since it's the one
+-  // creating top-level windows. (At this point, a child process hasn't
+-  // received the list of registered chrome packages, so the
+-  // GetBrandShortName call would fail anyway.)
+-  nsAutoString brandName;
+-  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
+-  if (!brandName.IsEmpty()) {
+-gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
++  // creating top-level windows.
++  if (gAppData) {
++gdk_set_program_class(gAppData->remotingName);
+   }
+ }
+   }

Copied: firefox/repos/testing-x86_64/PKGBUILD (from rev 422334, 
firefox/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-08-18 21:32:03 UTC (rev 422335)
@@ -0,0 +1,215 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Jakub Schmidtke 
+
+pkgname=firefox
+pkgver=91.0.1
+pkgrel=1
+pkgdesc="Standalone web browser from mozilla.org"
+arch=(x86_64)
+license=(MPL GPL LGPL)
+url="https://www.mozilla.org/firefox/;
+depends=(gtk3 libxt mime-types dbus-glib ffmpeg nss ttf-font libpulse)
+makedepends=(unzip zip diffutils yasm mesa imake inetutils xorg-server-xvfb
+ autoconf2.13 rust clang llvm jack nodejs cbindgen nasm
+ python-setuptools python-psutil python-zstandard lld dump_syms)
+optdepends=('networkmanager: Location detection via available WiFi networks'
+'libnotify: Notification integration'
+'pulseaudio: Audio support'
+'speech-dispatcher: Text-to-Speech'
+'hunspell-en_US: Spell checking, American English'
+  

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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:32:02
  Author: heftig
Revision: 1003697

1.2.1-81: linux 5.13.12.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:32:01 UTC (rev 1003696)
+++ PKGBUILD2021-08-18 21:32:02 UTC (rev 1003697)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.1
-pkgrel=80
+pkgrel=81
 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-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:32:01
  Author: heftig
Revision: 1003696

20210418-33: linux 5.13.12.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:32:00 UTC (rev 1003695)
+++ PKGBUILD2021-08-18 21:32:01 UTC (rev 1003696)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20210418
-pkgrel=32
+pkgrel=33
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:31:57
  Author: heftig
Revision: 1003693

6.30.223.271-319: linux 5.13.12.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:31:56 UTC (rev 1003692)
+++ PKGBUILD2021-08-18 21:31:57 UTC (rev 1003693)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=318
+pkgrel=319
 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 r8168/trunk (PKGBUILD)

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:32:00
  Author: heftig
Revision: 1003695

8.049.02-12: linux 5.13.12.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:31:59 UTC (rev 1003694)
+++ PKGBUILD2021-08-18 21:32:00 UTC (rev 1003695)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.049.02
-pkgrel=11
+pkgrel=12
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:31:59
  Author: heftig
Revision: 1003694

0.8-440: linux 5.13.12.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:31:57 UTC (rev 1003693)
+++ PKGBUILD2021-08-18 21:31:59 UTC (rev 1003694)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=439
+pkgrel=440
 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 virtualbox-host-modules-arch/trunk (PKGBUILD)

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:31:55
  Author: heftig
Revision: 1003691

6.1.26-7: linux 5.13.12.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:31:53 UTC (rev 1003690)
+++ PKGBUILD2021-08-18 21:31:55 UTC (rev 1003691)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.26
-pkgrel=6
+pkgrel=7
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:31:56
  Author: heftig
Revision: 1003692

0.43-327: linux 5.13.12.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:31:55 UTC (rev 1003691)
+++ PKGBUILD2021-08-18 21:31:56 UTC (rev 1003692)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=326
+pkgrel=327
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:31:53
  Author: heftig
Revision: 1003690

r73.0cf3b48-139: linux 5.13.12.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:07:27 UTC (rev 1003689)
+++ PKGBUILD2021-08-18 21:31:53 UTC (rev 1003690)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=138
+pkgrel=139
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:30:23
  Author: heftig
Revision: 422333

5.13.12.zen1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:30:22 UTC (rev 422332)
+++ PKGBUILD2021-08-18 21:30:23 UTC (rev 422333)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.13.10.zen1
+pkgver=5.13.12.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -26,7 +26,7 @@
   'C5ADB4F3FEBBCE27A3E54D7D9AE4078033F8024D'  # Steven Barrett 

 )
 sha256sums=('SKIP'
-'556a5f3347e5e81cda0d93fbd0a6e2640bb0237a88c918d74c91aa77ea81b71f')
+'4a1b95c736069f1a1d8397ba2fdf573cab3fa164fb5146982ee7aa24511e')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-08-18 21:30:22 UTC (rev 422332)
+++ config  2021-08-18 21:30:23 UTC (rev 422333)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.13.9-zen1 Kernel Configuration
+# Linux/x86 5.13.12-zen1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
 CONFIG_CC_IS_GCC=y
@@ -912,7 +912,7 @@
 CONFIG_HAVE_ARCH_VMAP_STACK=y
 CONFIG_VMAP_STACK=y
 CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y
-# CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT is not set
+CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y
 CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
 CONFIG_STRICT_KERNEL_RWX=y
 CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
@@ -10364,7 +10364,7 @@
 CONFIG_HAVE_ARCH_KFENCE=y
 CONFIG_KFENCE=y
 CONFIG_KFENCE_STATIC_KEYS=y
-CONFIG_KFENCE_SAMPLE_INTERVAL=0
+CONFIG_KFENCE_SAMPLE_INTERVAL=100
 CONFIG_KFENCE_NUM_OBJECTS=255
 CONFIG_KFENCE_STRESS_TEST_FAULTS=0
 # end of Memory Debugging



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:30:34
  Author: heftig
Revision: 422334

91.0.1-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:30:23 UTC (rev 422333)
+++ PKGBUILD2021-08-18 21:30:34 UTC (rev 422334)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=91.0
+pkgver=91.0.1
 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 identity-icons-brand.svg)
-sha256sums=('2a4d1f788ab77f68380d4e6ab0b36bd1efd1a4ac9e9c6d10e39377894c077901'
+sha256sums=('b95854ec9cb3e4409e5a1cf203c2b228146c6e3f9f3240d304cecec6b256f962'
 'SKIP'
 '138b972a40a74104791783167770c4a01e62cce00bb9cc75119e152f9ea9f14d'
 '298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf'



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:30:22
  Author: heftig
Revision: 422332

5.13.12.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:30:21 UTC (rev 422331)
+++ PKGBUILD2021-08-18 21:30:22 UTC (rev 422332)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.13.10.arch1
+pkgver=5.13.12.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -26,7 +26,7 @@
   'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

 )
 sha256sums=('SKIP'
-'e1de0b7075a75352f09c31315de349cd5da056236603205e7de3967a744b5e4a')
+'06ad99b810943f7ce4650fe656156f4b40d11fabd9b89e2b1beff06c46836efc')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-08-18 21:30:21 UTC (rev 422331)
+++ config  2021-08-18 21:30:22 UTC (rev 422332)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.13.10-arch1 Kernel Configuration
+# Linux/x86 5.13.12-arch1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
 CONFIG_CC_IS_GCC=y



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:30:21
  Author: heftig
Revision: 422331

Set KFENCE_SAMPLE_INTERVAL back to 100

As requested by Levente. The power issues should be solved by now.

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:30:17 UTC (rev 422330)
+++ PKGBUILD2021-08-18 21:30:21 UTC (rev 422331)
@@ -26,7 +26,7 @@
   'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

 )
 sha256sums=('SKIP'
-'9c03905822c3c094207de7d4dbb7906d4fd59578b89ff8dc9e96d430c3870a81')
+'e1de0b7075a75352f09c31315de349cd5da056236603205e7de3967a744b5e4a')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-08-18 21:30:17 UTC (rev 422330)
+++ config  2021-08-18 21:30:21 UTC (rev 422331)
@@ -10304,7 +10304,7 @@
 CONFIG_HAVE_ARCH_KFENCE=y
 CONFIG_KFENCE=y
 CONFIG_KFENCE_STATIC_KEYS=y
-CONFIG_KFENCE_SAMPLE_INTERVAL=0
+CONFIG_KFENCE_SAMPLE_INTERVAL=100
 CONFIG_KFENCE_NUM_OBJECTS=255
 CONFIG_KFENCE_STRESS_TEST_FAULTS=0
 # end of Memory Debugging



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:30:17
  Author: heftig
Revision: 422330

Enable RANDOMIZE_KSTACK_OFFSET_DEFAULT

Additional hardening at a minimal cost, as requested by Levente.

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:07:28 UTC (rev 422329)
+++ PKGBUILD2021-08-18 21:30:17 UTC (rev 422330)
@@ -26,7 +26,7 @@
   'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

 )
 sha256sums=('SKIP'
-'6b3672ffafb1b29bde3eb76dc27d1a41cc2f8349068a6532717c3d4764a2d238')
+'9c03905822c3c094207de7d4dbb7906d4fd59578b89ff8dc9e96d430c3870a81')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-08-18 21:07:28 UTC (rev 422329)
+++ config  2021-08-18 21:30:17 UTC (rev 422330)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.13.9-arch1 Kernel Configuration
+# Linux/x86 5.13.10-arch1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
 CONFIG_CC_IS_GCC=y
@@ -868,7 +868,7 @@
 CONFIG_HAVE_ARCH_VMAP_STACK=y
 CONFIG_VMAP_STACK=y
 CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y
-# CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT is not set
+CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y
 CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
 CONFIG_STRICT_KERNEL_RWX=y
 CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y



[arch-commits] Commit in meson/repos/extra-any (7 files)

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:07:28
  Author: heftig
Revision: 422329

archrelease: copy trunk to extra-any

Added:
  meson/repos/extra-any/PKGBUILD
(from rev 422325, meson/trunk/PKGBUILD)
  meson/repos/extra-any/arch-meson
(from rev 422325, meson/trunk/arch-meson)
  meson/repos/extra-any/skip-test.diff
(from rev 422325, meson/trunk/skip-test.diff)
Deleted:
  
meson/repos/extra-any/0001-gnome-Always-pass-absolute-L-paths-to-g-ir-scanner.patch
  meson/repos/extra-any/PKGBUILD
  meson/repos/extra-any/arch-meson
  meson/repos/extra-any/skip-test.diff

---+
 0001-gnome-Always-pass-absolute-L-paths-to-g-ir-scanner.patch |   42 ---
 PKGBUILD  |  127 --
 arch-meson|   26 +-
 skip-test.diff|   30 +-
 4 files changed, 89 insertions(+), 136 deletions(-)

Deleted: 0001-gnome-Always-pass-absolute-L-paths-to-g-ir-scanner.patch
===
--- 0001-gnome-Always-pass-absolute-L-paths-to-g-ir-scanner.patch   
2021-08-18 21:07:28 UTC (rev 422328)
+++ 0001-gnome-Always-pass-absolute-L-paths-to-g-ir-scanner.patch   
2021-08-18 21:07:28 UTC (rev 422329)
@@ -1,42 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: Nirbheek Chauhan 
-Date: Wed, 14 Jul 2021 17:37:39 +0530
-Subject: [PATCH] gnome: Always pass absolute -L paths to g-ir-scanner
-
-g-ir-scanner does not convert relative -L paths to runtime paths which
-are added to -Wl,-rpath and LD_LIBRARY_PATH / DYLD_LIBRARY_PATH
-/ PATH. This means that the local library will either not be found at
-runtime (while building introspection data), or the system-wide
-library will be picked instead.
-
-See: giscanner/ccompiler.py:get_internal_link_flags() in
-gobject-introspection for more details.

- mesonbuild/modules/gnome.py | 8 ++--
- 1 file changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py
-index 1b68f6ccd..3cc8ebdc8 100644
 a/mesonbuild/modules/gnome.py
-+++ b/mesonbuild/modules/gnome.py
-@@ -640,14 +640,18 @@ class GnomeModule(ExtensionModule):
- # Because of 
https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/72
- # we can't use the full path until this is merged.
- libpath = os.path.join(girtarget.get_subdir(), 
girtarget.get_filename())
-+# Must use absolute paths here because g-ir-scanner will not
-+# add them to the runtime path list if they're relative. This
-+# means we cannot use @BUILD_ROOT@
-+build_root = state.environment.get_build_dir()
- if isinstance(girtarget, build.SharedLibrary):
- # need to put our output directory first as we need to 
use the
- # generated libraries instead of any possibly installed 
system/prefix
- # ones.
--ret += 
["-L@BUILD_ROOT@/{}".format(os.path.dirname(libpath))]
-+ret += ["-L{}/{}".format(build_root, 
os.path.dirname(libpath))]
- libname = girtarget.get_basename()
- else:
--libname = os.path.join(f"@BUILD_ROOT@/{libpath}")
-+libname = os.path.join(f"{build_root}/{libpath}")
- ret += ['--library', libname]
- # Needed for the following binutils bug:
- # https://github.com/mesonbuild/meson/issues/1911

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 21:07:28 UTC (rev 422328)
+++ PKGBUILD2021-08-18 21:07:28 UTC (rev 422329)
@@ -1,66 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-
-pkgname=meson
-pkgver=0.59.0
-pkgrel=2
-pkgdesc='High productivity build system'
-url='https://mesonbuild.com/'
-arch=('any')
-license=('Apache')
-depends=('python-setuptools' 'ninja')
-checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt5-base' 
'git' 'cython'
-  'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk3' 'python-gobject' 
'gobject-introspection'
-  'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2' 'graphviz'
-  'doxygen' 'vulkan-validation-layers' 'openssh' 'mercurial' 
'gtk-sharp-2' 'qt5-tools'
-  'libwmf' 'valgrind' 'cmake' 'netcdf-fortran' 'openmpi' 'nasm' 
'gnustep-base' 'libelf'
-  'python-pytest-xdist' 'python2-setuptools' 'ldc' 'rust-bindgen' 
'cuda' 'hotdoc')
-source=(https://github.com/mesonbuild/meson/releases/download/${pkgver/rc/.rc}/meson-${pkgver}.tar.gz{,.asc}
-0001-gnome-Always-pass-absolute-L-paths-to-g-ir-scanner.patch

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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:07:27
  Author: heftig
Revision: 422326

archrelease: copy trunk to extra-x86_64

Added:
  gsound/repos/extra-x86_64/PKGBUILD
(from rev 422325, gsound/trunk/PKGBUILD)
Deleted:
  gsound/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 21:06:04 UTC (rev 422325)
+++ PKGBUILD2021-08-18 21:07:27 UTC (rev 422326)
@@ -1,41 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=gsound
-pkgver=1.0.2
-pkgrel=5
-pkgdesc="Small library for playing system sounds"
-url="https://wiki.gnome.org/Projects/GSound;
-license=('LGPL')
-arch=('x86_64')
-depends=(glib2 libcanberra)
-makedepends=(gobject-introspection vala git gtk-doc autoconf-archive)
-_commit=a86946b494aa32782b3f6334344d07b5c11d5219  # tags/1.0.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gsound.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc \
---enable-compile-warnings=yes
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  make -C $pkgname check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gsound/repos/extra-x86_64/PKGBUILD (from rev 422325, 
gsound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 21:07:27 UTC (rev 422326)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot 
+
+pkgname=gsound
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Small library for playing system sounds"
+url="https://wiki.gnome.org/Projects/GSound;
+license=(LGPL)
+arch=(x86_64)
+depends=(glib2 libcanberra)
+makedepends=(gobject-introspection vala git gtk-doc meson)
+_commit=95d36d60cf53e0e7c5d5325e0f1f4fc765a611ae  # tags/1.0.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gsound.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libg{lib,object,io}-2.0.so libcanberra.so)
+  provides+=(libgsound.so)
+
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:07:27
  Author: heftig
Revision: 1003689

archrelease: copy trunk to multilib-x86_64

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

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

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

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

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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:07:28
  Author: heftig
Revision: 422328

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 21:07:27 UTC (rev 422327)
+++ PKGBUILD2021-08-18 21:07:28 UTC (rev 422328)
@@ -1,157 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm nm-cloud-setup)
-pkgver=1.32.8
-pkgrel=1
-pkgdesc="Network connection manager and user applications"
-url="https://wiki.gnome.org/Projects/NetworkManager;
-arch=(x86_64)
-license=(GPL)
-_pppver=2.4.9
-makedepends=(intltool dhclient dhcpcd iptables-nft gobject-introspection 
gtk-doc
- "ppp=$_pppver" modemmanager iproute2 nss polkit wpa_supplicant 
curl
- systemd libmm-glib libnewt libndp libteam nftables vala perl-yaml
- python-gobject git vala jansson bluez-libs glib2-docs iwd dnsmasq
- openresolv libpsl audit meson)
-checkdepends=(libx11 python-dbus)
-_commit=921cfd8ef166abda219db718ae435d33cd83dfeb  # tags/1.32.8^0
-source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-  git describe --abbrev=10 | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-}
-
-build() {
-  local meson_args=(
-# system paths
--D dbus_conf_dir=/usr/share/dbus-1/system.d
-
-# platform
--D dist_version="$pkgver-$pkgrel"
--D session_tracking_consolekit=false
--D suspend_resume=systemd
--D modify_system=true
--D polkit_agent=true
--D selinux=false
-
-# features
--D iwd=true
--D pppd_plugin_dir=/usr/lib/pppd/$_pppver
--D teamdctl=true
--D nm_cloud_setup=true
--D bluez5_dun=true
--D ebpf=true
-
-# configuration plugins
--D config_plugins_default=keyfile
-
-# handlers for resolv.conf
--D netconfig=no
--D config_dns_rc_manager_default=symlink
-
-# miscellaneous
--D vapi=true
--D docs=true
--D more_asserts=no
--D more_logging=false
--D qt=false
-  )
-
-  arch-meson NetworkManager build "${meson_args[@]}"
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_networkmanager() {
-  depends=(libnm iproute2 polkit wpa_supplicant libmm-glib libnewt libndp 
libteam curl
-   bluez-libs libpsl audit mobile-broadband-provider-info)
-  optdepends=('dnsmasq: connection sharing'
-  'nftables: connection sharing'
-  'iptables: connection sharing'
-  'bluez: Bluetooth support'
-  'ppp: dialup connection support'
-  'modemmanager: cellular network support'
-  'iwd: wpa_supplicant alternative'
-  'dhclient: alternative DHCP client'
-  'dhcpcd: alternative DHCP client'
-  'openresolv: alternative resolv.conf manager'
-  'firewalld: firewall support')
-  backup=(etc/NetworkManager/NetworkManager.conf)
-
-  meson install -C build --destdir "$pkgdir"
-
-  cd "$pkgdir"
-
-  # /etc/NetworkManager
-  install -d etc/NetworkManager/{conf,dnsmasq}.d
-  install -dm700 etc/NetworkManager/system-connections
-  install -m644 /dev/stdin etc/NetworkManager/NetworkManager.conf 

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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:07:27
  Author: heftig
Revision: 422327

archrelease: copy trunk to extra-x86_64

Added:
  harfbuzz/repos/extra-x86_64/PKGBUILD
(from rev 422325, harfbuzz/trunk/PKGBUILD)
Deleted:
  harfbuzz/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 21:07:27 UTC (rev 422326)
+++ PKGBUILD2021-08-18 21:07:27 UTC (rev 422327)
@@ -1,66 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=harfbuzz
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=2.8.2
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
-arch=(x86_64)
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc
- ragel git python meson chafa)
-checkdepends=(python-fonttools python-setuptools)
-_commit=63e15eac4f443fa53565d1e4fb9611cdd7814f28  # tags/2.8.2^0
-source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd harfbuzz
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd harfbuzz
-}
-
-build() {
-  arch-meson harfbuzz build \
--D graphite=enabled
-  meson compile -C build
-}
-
-check() {
-  mkdir -p tmp
-  TMPDIR="$PWD/tmp" meson test -C build --print-errorlogs
-  rm -r tmp
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite libglib-2.0.so libfreetype.so
-   libgobject-2.0.so)
-  provides=(libharfbuzz.so libharfbuzz-subset.so libharfbuzz-gobject.so)
-  optdepends=('cairo: hb-view program'
-  'chafa: hb-view program')
-
-  meson install -C build --destdir "$pkgdir"
-
-  # Split harfbuzz-icu
-  mkdir -p hb-icu/usr/{include/harfbuzz,lib/pkgconfig}
-  mv -t hb-icu/usr/lib "$pkgdir"/usr/lib/libharfbuzz-icu*
-  mv -t hb-icu/usr/lib/pkgconfig "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc
-  mv -t hb-icu/usr/include/harfbuzz "$pkgdir"/usr/include/harfbuzz/hb-icu.h
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
-}
-
-package_harfbuzz-icu() {
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=("harfbuzz=$pkgver-$pkgrel" icu libharfbuzz.so)
-  provides=(libharfbuzz-icu.so)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
-}

Copied: harfbuzz/repos/extra-x86_64/PKGBUILD (from rev 422325, 
harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 21:07:27 UTC (rev 422327)
@@ -0,0 +1,66 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=harfbuzz
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=2.9.0
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
+arch=(x86_64)
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc
+ ragel git python meson chafa)
+checkdepends=(python-fonttools python-setuptools)
+_commit=9aa6f8a93f035dd0a1e3978da495d830049480c8  # tags/2.9.0^0
+source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd harfbuzz
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd harfbuzz
+}
+
+build() {
+  arch-meson harfbuzz build \
+-D graphite=enabled
+  meson compile -C build
+}
+
+check() {
+  mkdir -p tmp
+  TMPDIR="$PWD/tmp" meson test -C build --print-errorlogs
+  rm -r tmp
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite libglib-2.0.so libfreetype.so
+   libgobject-2.0.so)
+  provides=(libharfbuzz.so libharfbuzz-subset.so libharfbuzz-gobject.so)
+  optdepends=('cairo: hb-view program'
+  'chafa: hb-view program')
+
+  meson install -C build --destdir "$pkgdir"
+
+  # Split harfbuzz-icu
+  mkdir -p hb-icu/usr/{include/harfbuzz,lib/pkgconfig}
+  mv -t hb-icu/usr/lib "$pkgdir"/usr/lib/libharfbuzz-icu*
+  mv -t hb-icu/usr/lib/pkgconfig "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc
+  mv -t hb-icu/usr/include/harfbuzz "$pkgdir"/usr/include/harfbuzz/hb-icu.h
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
+}
+
+package_harfbuzz-icu() {
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=("harfbuzz=$pkgver-$pkgrel" icu libharfbuzz.so)
+  provides=(libharfbuzz-icu.so)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
+}



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:07:27
  Author: heftig
Revision: 1003688

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 21:03:23 UTC (rev 1003687)
+++ PKGBUILD2021-08-18 21:07:27 UTC (rev 1003688)
@@ -1,72 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Florian Pritz 
-
-pkgbase=lib32-harfbuzz
-pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=2.8.2
-pkgrel=1
-pkgdesc="OpenType text shaping engine (32-bit)"
-url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
-arch=(x86_64)
-license=(MIT)
-makedepends=(lib32-glib2 lib32-freetype2 lib32-icu ragel git python meson
- harfbuzz)
-checkdepends=(python-fonttools python-setuptools)
-_commit=63e15eac4f443fa53565d1e4fb9611cdd7814f28  # tags/2.8.2^0
-source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd harfbuzz
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd harfbuzz
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
-
-  arch-meson harfbuzz build \
---libdir=/usr/lib32 \
--D cairo=disabled \
--D chafa=disabled \
--D introspection=disabled \
--D docs=disabled
-  meson compile -C build
-}
-
-check() {
-  mkdir -p tmp
-  TMPDIR="$PWD/tmp" meson test -C build --print-errorlogs
-  rm -r tmp
-}
-
-package_lib32-harfbuzz() {
-  depends=(lib32-glib2 lib32-freetype2 libglib-2.0.so libfreetype.so
-   libgobject-2.0.so harfbuzz)
-  provides=(libharfbuzz.so libharfbuzz-subset.so libharfbuzz-gobject.so)
-
-  meson install -C build --destdir "$pkgdir"
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-
-  # Split harfbuzz-icu
-  mkdir -p hb-icu/usr/lib32/pkgconfig
-  mv -t hb-icu/usr/lib32 "$pkgdir"/usr/lib32/libharfbuzz-icu*
-  mv -t hb-icu/usr/lib32/pkgconfig 
"$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
-}
-
-package_lib32-harfbuzz-icu() {
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=("lib32-harfbuzz=$pkgver-$pkgrel" lib32-icu libharfbuzz.so 
harfbuzz-icu)
-  provides=(libharfbuzz-icu.so)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 1003687, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 21:07:27 UTC (rev 1003688)
@@ -0,0 +1,72 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Florian Pritz 
+
+pkgbase=lib32-harfbuzz
+pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
+pkgver=2.9.0
+pkgrel=1
+pkgdesc="OpenType text shaping engine (32-bit)"
+url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
+arch=(x86_64)
+license=(MIT)
+makedepends=(lib32-glib2 lib32-freetype2 lib32-icu ragel git python meson
+ harfbuzz)
+checkdepends=(python-fonttools python-setuptools)
+_commit=9aa6f8a93f035dd0a1e3978da495d830049480c8  # tags/2.9.0^0
+source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd harfbuzz
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd harfbuzz
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+  arch-meson harfbuzz build \
+--libdir=/usr/lib32 \
+-D cairo=disabled \
+-D chafa=disabled \
+-D introspection=disabled \
+-D docs=disabled
+  meson compile -C build
+}
+
+check() {
+  mkdir -p tmp
+  TMPDIR="$PWD/tmp" meson test -C build --print-errorlogs
+  rm -r tmp
+}
+
+package_lib32-harfbuzz() {
+  depends=(lib32-glib2 lib32-freetype2 libglib-2.0.so libfreetype.so
+   libgobject-2.0.so harfbuzz)
+  provides=(libharfbuzz.so libharfbuzz-subset.so libharfbuzz-gobject.so)
+
+  meson install -C build --destdir "$pkgdir"
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+
+  # Split harfbuzz-icu
+  mkdir -p hb-icu/usr/lib32/pkgconfig
+  mv -t hb-icu/usr/lib32 "$pkgdir"/usr/lib32/libharfbuzz-icu*
+  mv -t hb-icu/usr/lib32/pkgconfig 
"$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
+}
+
+package_lib32-harfbuzz-icu() {
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=("lib32-harfbuzz=$pkgver-$pkgrel" lib32-icu libharfbuzz.so 
harfbuzz-icu)
+  provides=(libharfbuzz-icu.so)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 

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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:06:04
  Author: heftig
Revision: 422325

0.59.1-1

Modified:
  meson/trunk/PKGBUILD
Deleted:
  meson/trunk/0001-gnome-Always-pass-absolute-L-paths-to-g-ir-scanner.patch

---+
 0001-gnome-Always-pass-absolute-L-paths-to-g-ir-scanner.patch |   42 --
 PKGBUILD  |   11 --
 2 files changed, 3 insertions(+), 50 deletions(-)

Deleted: 0001-gnome-Always-pass-absolute-L-paths-to-g-ir-scanner.patch
===
--- 0001-gnome-Always-pass-absolute-L-paths-to-g-ir-scanner.patch   
2021-08-18 21:05:35 UTC (rev 422324)
+++ 0001-gnome-Always-pass-absolute-L-paths-to-g-ir-scanner.patch   
2021-08-18 21:06:04 UTC (rev 422325)
@@ -1,42 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: Nirbheek Chauhan 
-Date: Wed, 14 Jul 2021 17:37:39 +0530
-Subject: [PATCH] gnome: Always pass absolute -L paths to g-ir-scanner
-
-g-ir-scanner does not convert relative -L paths to runtime paths which
-are added to -Wl,-rpath and LD_LIBRARY_PATH / DYLD_LIBRARY_PATH
-/ PATH. This means that the local library will either not be found at
-runtime (while building introspection data), or the system-wide
-library will be picked instead.
-
-See: giscanner/ccompiler.py:get_internal_link_flags() in
-gobject-introspection for more details.

- mesonbuild/modules/gnome.py | 8 ++--
- 1 file changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/mesonbuild/modules/gnome.py b/mesonbuild/modules/gnome.py
-index 1b68f6ccd..3cc8ebdc8 100644
 a/mesonbuild/modules/gnome.py
-+++ b/mesonbuild/modules/gnome.py
-@@ -640,14 +640,18 @@ class GnomeModule(ExtensionModule):
- # Because of 
https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/72
- # we can't use the full path until this is merged.
- libpath = os.path.join(girtarget.get_subdir(), 
girtarget.get_filename())
-+# Must use absolute paths here because g-ir-scanner will not
-+# add them to the runtime path list if they're relative. This
-+# means we cannot use @BUILD_ROOT@
-+build_root = state.environment.get_build_dir()
- if isinstance(girtarget, build.SharedLibrary):
- # need to put our output directory first as we need to 
use the
- # generated libraries instead of any possibly installed 
system/prefix
- # ones.
--ret += 
["-L@BUILD_ROOT@/{}".format(os.path.dirname(libpath))]
-+ret += ["-L{}/{}".format(build_root, 
os.path.dirname(libpath))]
- libname = girtarget.get_basename()
- else:
--libname = os.path.join(f"@BUILD_ROOT@/{libpath}")
-+libname = os.path.join(f"{build_root}/{libpath}")
- ret += ['--library', libname]
- # Needed for the following binutils bug:
- # https://github.com/mesonbuild/meson/issues/1911

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:05:35 UTC (rev 422324)
+++ PKGBUILD2021-08-18 21:06:04 UTC (rev 422325)
@@ -3,8 +3,8 @@
 # Contributor: Anatol Pomozov 
 
 pkgname=meson
-pkgver=0.59.0
-pkgrel=2
+pkgver=0.59.1
+pkgrel=1
 pkgdesc='High productivity build system'
 url='https://mesonbuild.com/'
 arch=('any')
@@ -17,12 +17,10 @@
   'libwmf' 'valgrind' 'cmake' 'netcdf-fortran' 'openmpi' 'nasm' 
'gnustep-base' 'libelf'
   'python-pytest-xdist' 'python2-setuptools' 'ldc' 'rust-bindgen' 
'cuda' 'hotdoc')
 
source=(https://github.com/mesonbuild/meson/releases/download/${pkgver/rc/.rc}/meson-${pkgver}.tar.gz{,.asc}
-0001-gnome-Always-pass-absolute-L-paths-to-g-ir-scanner.patch
 skip-test.diff
 arch-meson)
-sha512sums=('a620f4dd192bd31da867d3deb162592425c0bdb4a6169d43f81ba8d3c10296d746e739c294a7908a350c383a90beedef03f3c75b549bddc67c0ee7093fa27d92'
+sha512sums=('c45e29869dc681675b2643c37c892e7fff365c051edce4f2ec278fc6cee25bac6818add819e4db69d2fe3c1ba9572fc55bb8f67fe791cdc9c187627c71b01963'
 'SKIP'
-
'82b7d3866d327ec05efea2e16097b04a3fd99e0f7de522e4911df3d44f0e6f36c8293d2366fcab2b7a0107eed58ec61c808a87688d2b7d28902f2a355f5c5a91'
 
'a40e3be7a4ea7048cbbab59d28fb355debdfcdc5e45244aad65ab57fa222f4a2cf3165f28cc7e1dba893a162de9c7563ef0e155fa6a77960c4d02ef622313ace'
 
'f451f8a7ef9cf1dd724c2ce20bb85a3f1611b87b2e7a17ef0fdbe8ab82a67389f818ea30a5adfe8413143e4eac77ea2e0b8234b5b2466b41a892e2bd0435376c')
 validpgpkeys=('19E2D6D9B46D8DAA6288F877C24E631BABB1FE70') # Jussi Pakkanen 

@@ -30,9 +28,6 @@
 prepare() {
   cd ${pkgname}-${pkgver}
 
-  # Fix introspecting libraries that are also installed
-  patch -Np1 -i 

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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:05:35
  Author: heftig
Revision: 422324

1.32.10-1

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:05:24 UTC (rev 422323)
+++ PKGBUILD2021-08-18 21:05:35 UTC (rev 422324)
@@ -7,7 +7,7 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm nm-cloud-setup)
-pkgver=1.32.8
+pkgver=1.32.10
 pkgrel=1
 pkgdesc="Network connection manager and user applications"
 url="https://wiki.gnome.org/Projects/NetworkManager;
@@ -20,7 +20,7 @@
  python-gobject git vala jansson bluez-libs glib2-docs iwd dnsmasq
  openresolv libpsl audit meson)
 checkdepends=(libx11 python-dbus)
-_commit=921cfd8ef166abda219db718ae435d33cd83dfeb  # tags/1.32.8^0
+_commit=39302c7441a0fddef21d95aff530069db27a6712  # tags/1.32.10^0
 
source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:05:24
  Author: heftig
Revision: 422323

1.0.3-1

Modified:
  gsound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:03:20 UTC (rev 422322)
+++ PKGBUILD2021-08-18 21:05:24 UTC (rev 422323)
@@ -1,15 +1,15 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gsound
-pkgver=1.0.2
-pkgrel=5
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="Small library for playing system sounds"
 url="https://wiki.gnome.org/Projects/GSound;
-license=('LGPL')
-arch=('x86_64')
+license=(LGPL)
+arch=(x86_64)
 depends=(glib2 libcanberra)
-makedepends=(gobject-introspection vala git gtk-doc autoconf-archive)
-_commit=a86946b494aa32782b3f6334344d07b5c11d5219  # tags/1.0.2^0
+makedepends=(gobject-introspection vala git gtk-doc meson)
+_commit=95d36d60cf53e0e7c5d5325e0f1f4fc765a611ae  # tags/1.0.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gsound.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -20,22 +20,20 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc \
---enable-compile-warnings=yes
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
 }
 
 check() {
-  make -C $pkgname check
+  meson test -C build --print-errorlogs
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  depends+=(libg{lib,object,io}-2.0.so libcanberra.so)
+  provides+=(libgsound.so)
+
+  meson install -C build --destdir "$pkgdir"
 }



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:03:23
  Author: heftig
Revision: 1003687

2.9.0-1

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 21:03:10 UTC (rev 1003686)
+++ PKGBUILD2021-08-18 21:03:23 UTC (rev 1003687)
@@ -3,7 +3,7 @@
 
 pkgbase=lib32-harfbuzz
 pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=2.8.2
+pkgver=2.9.0
 pkgrel=1
 pkgdesc="OpenType text shaping engine (32-bit)"
 url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
@@ -12,7 +12,7 @@
 makedepends=(lib32-glib2 lib32-freetype2 lib32-icu ragel git python meson
  harfbuzz)
 checkdepends=(python-fonttools python-setuptools)
-_commit=63e15eac4f443fa53565d1e4fb9611cdd7814f28  # tags/2.8.2^0
+_commit=9aa6f8a93f035dd0a1e3978da495d830049480c8  # tags/2.9.0^0
 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:03:20
  Author: heftig
Revision: 422322

2.9.0-1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 20:56:56 UTC (rev 422321)
+++ PKGBUILD2021-08-18 21:03:20 UTC (rev 422322)
@@ -3,7 +3,7 @@
 
 pkgbase=harfbuzz
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=2.8.2
+pkgver=2.9.0
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 url="https://www.freedesktop.org/wiki/Software/HarfBuzz;
@@ -12,7 +12,7 @@
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc
  ragel git python meson chafa)
 checkdepends=(python-fonttools python-setuptools)
-_commit=63e15eac4f443fa53565d1e4fb9611cdd7814f28  # tags/2.8.2^0
+_commit=9aa6f8a93f035dd0a1e3978da495d830049480c8  # tags/2.9.0^0
 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit;)
 sha256sums=('SKIP')
 



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 21:03:10
  Author: heftig
Revision: 1003686

1.32.10-1

Modified:
  lib32-libnm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 20:43:27 UTC (rev 1003685)
+++ PKGBUILD2021-08-18 21:03:10 UTC (rev 1003686)
@@ -8,7 +8,7 @@
 # Contributor: Ryszard Knop 
 
 pkgname=lib32-libnm
-pkgver=1.32.8
+pkgver=1.32.10
 pkgrel=1
 pkgdesc="NetworkManager client library (32-bit)"
 arch=(x86_64)
@@ -34,7 +34,7 @@
   meson
 )
 provides=(libnm.so)
-_tag=31c29109d87204467c71bd3e8fc1520b3fd46063
+_tag=2736e80ed2f2145df66d3ad7d085e482c32ea835
 
source=(git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=${_tag})
 b2sums=(SKIP)
 



[arch-commits] Commit in gnome-weather/repos/extra-any (PKGBUILD PKGBUILD)

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 20:56:56
  Author: heftig
Revision: 422321

archrelease: copy trunk to extra-any

Added:
  gnome-weather/repos/extra-any/PKGBUILD
(from rev 422320, gnome-weather/trunk/PKGBUILD)
Deleted:
  gnome-weather/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 20:56:48 UTC (rev 422320)
+++ PKGBUILD2021-08-18 20:56:56 UTC (rev 422321)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-weather
-pkgver=40.0
-pkgrel=1
-pkgdesc="Access current weather conditions and forecasts"
-url="https://wiki.gnome.org/Apps/Weather;
-arch=(any)
-license=(GPL)
-depends=(gtk3 gjs libgweather geoclue2 gnome-desktop libhandy)
-makedepends=(gobject-introspection appstream-glib git meson)
-groups=(gnome)
-_commit=65c5801297a3119b24f3c17dd7e846eb22f578e6  # tags/40.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-weather/repos/extra-any/PKGBUILD (from rev 422320, 
gnome-weather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 20:56:56 UTC (rev 422321)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-weather
+pkgver=40.1
+pkgrel=1
+pkgdesc="Access current weather conditions and forecasts"
+url="https://wiki.gnome.org/Apps/Weather;
+arch=(any)
+license=(GPL)
+depends=(gtk3 gjs libgweather geoclue2 gnome-desktop libhandy)
+makedepends=(gobject-introspection appstream-glib git meson)
+groups=(gnome)
+_commit=41dd28a4a6b256c40dd294a9fae772792521de15  # tags/40.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 20:56:48
  Author: heftig
Revision: 422320

40.1-1

Modified:
  gnome-weather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 20:53:50 UTC (rev 422319)
+++ PKGBUILD2021-08-18 20:56:48 UTC (rev 422320)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-weather
-pkgver=40.0
+pkgver=40.1
 pkgrel=1
 pkgdesc="Access current weather conditions and forecasts"
 url="https://wiki.gnome.org/Apps/Weather;
@@ -10,7 +10,7 @@
 depends=(gtk3 gjs libgweather geoclue2 gnome-desktop libhandy)
 makedepends=(gobject-introspection appstream-glib git meson)
 groups=(gnome)
-_commit=65c5801297a3119b24f3c17dd7e846eb22f578e6  # tags/40.0^0
+_commit=41dd28a4a6b256c40dd294a9fae772792521de15  # tags/40.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -33,5 +33,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



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

2021-08-18 Thread Jan Steffens via arch-commits
Date: Wednesday, August 18, 2021 @ 20:53:50
  Author: heftig
Revision: 422319

91.0.1-1

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 20:03:41 UTC (rev 422318)
+++ PKGBUILD2021-08-18 20:53:50 UTC (rev 422319)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=91.0
+pkgver=91.0.1
 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=('353dd29fece91f4f455314d5c53586214df0ff644618239e8ca97f9d5769c1e6'
-'17c31a493019c0472183df215a197c001e76a085f696a29d644040d4bb4615af'
-'42a76176cff1d262948e86704ce162880acecb0d5cc7b6391424a6049ad90ac6'
-'ef975199eba7257696368dfdfbadd8dd5f57fa47ffbf647fca3562283d91590e'
-'7e556855822a6a8b7124c1258f420abe65def9219c9a56504c661462df2e97ac'
-'4cb21bc10cad54bca9c5d384268c601f79c23e5f71addfdf1244b8f9b1e09354'
-'4ecf37a49a71498d56e464198783e22a59bd97a8442ee101fa5b68544167e932'
-'3d407df39ead090f6f074a93bf6b11451a891af2e8b44554392dd5f879fe8e98'
-'9b2947e2f4cdf806a5d80b6d10625817fc079225509065ebc5ae0115f5307eed'
-'15088ced6ef218412fed8b88803b4f06eb64ed2eb14c5f885c0654e8f770f0c1'
-'ed870ed230cae2f1549f593b90ae6afcda0ab6cd0ed8ac47e442392f48dba95d'
-'cb34895b84569683cc91b2f1b7f57eb4930d7de506df85fecae60029f41dd14c'
-'ff036496fc99f4d4fb4c904736ae681bd73eb34a9f8eff06bdffbe74209494b4'
-'185562f67c05a890bd244d57d55e49d809aac3a63a8ca285fcda9f6df7d46624'
-'0e79aca97c2dd8dd1606ba21aa3d72a6484adb1bdb40bc7e334352d59fbe'
-'5ab0c9a4342ddb431b25ccfaea3173b44ed42dbd1fc08d450c5eda626fbe9a99'
-'26a4c9bca70916fee5a98116026e229817acb5b0c931f87a8a021199afa36757'
-'adc6557eed370f88b52d181e044ec92544dce9332e219c5f49031526cdb31165'
-'e760a9bbc874094d531ac831a224e19bfac28caa40188e690547bf931904f3d5'
-'0f297974eaf9e1517b9dea0e4408c4f477c3d5b6afa4ee1a27b5829df085b9df'
-'d64d04e2205ed1c249a4ab01a0563d06abb4eca1fda53ec6ac3307770e80f9a7'
-'534d8b63f05351892ff37fec15e7bfad02f85def032255d5eebe9b084e53a2f0'
-'22ec607d4283e658d51262d898dcbc73ecaedc4edad0224f79072111ddd27b4a'
-'0c168b6627d8845f6ba706849eeaa62d82cb82d0c69512e4dd3b439e7185087c'
-'88bcc1d57fa04645355c628119448c2d93e3654fe0dcedd5f5c6129c4af7364d'
-'299fcdfcff3dc733538e501b0f2be9a1788060137f9aa70ac6659c0df6ea0c2c'
-'92b78450685b1b5c73a9b93eb1587793896ad3d031bf4af42e73110184c2fb69'
-'89b5943cdd988fd062f6d5957541abf994d3b218fbf87ed266d9f2c9c437503e'
-'127fe410aa02ceb639dfe8011741313df3ae82a5d455d22bc515eec604b81159'
-'be46a7b341653a2f59554262bb71d87bfb5d5f7b84f6da30587715087a90'
-'c2c76ea7579db6ba9d2884754deb118298956362182401724d277956e6be11bc'
-'d5461153c1be0db6516b9f34baa91b69f22756bac650a271861d0a1c646bc3d8'
-'5cb0c69a5c6c54d80639c7588061f9710e17bbec1ce4fca1b5dc05def67b0e7b'
-'635fd90bd15a765f6cbc38808b1ad130e0bb54693b07cd97adf14e3c1636ad72'
-'76d6b25d9dda629be3194124e52f5a2ae0619538c008a740c4c5037dcc8ad349'
-'9f48953593519fc429ee3d151d734b20e3e0146ca070b245991cd888d6721565'
-'0dfc1334b47fd26b36f6b7680cd08941ff6cefbefe115e6eeab0ae640e554416'
-'8b33655d2957d801c41ccfaeb2267b2b03bf53b3acf8fe7d17fa8aeb9d638fb9'
-'f47dde0da2e89009c3720fc4cd613ba972cdb176cf1c4c51a69ac91560a219ff'
-'2ce6fe1a2ab03ebc505457c58194024dd030769ac3911e84d706dcd5c6cc9e91'
-'c3d3b0f9203698fe687c48dde5adf265e3fae7d6933090cb931a6b4c91cf386b'
-'0a9b0e6ece0c0269a297ade146254c4234f6da1f35fad5b526c0e21f0182e0a1'
-'02f7d9f2b6903a0086c94c61d7607a7b2ee2f24e5a862eb39da647322ff986d5'
-'c22d4a74423ee45e45023c62e7f841036fc90b825978b664a306222f4ed52435'
-'9423604d2e11262e6130f7cb49959147ae5f1bf80d4e5c8ab488a3a2583d159b'
-'363f34190368a76188dbafcfd1bf01357eab8d7be69818a858d721e6551e96dd'
-'bf87d8ae012cd4c548c9ac7ef0ea42a6ad34f9a6116417f3bd2c871c00b72b18'
-'4fbf9161315864e1fb429d6bccb6355245e5e88d1ae9ba993a907ed81300e8de'
-'b0eac9bd7858dd656fb409c238037e171aae74d1fec5f191d32aa29079633b61'
-'9ae744fb4abf0bb3f61947c7c2295499715e71792bf7d1c4be5f4dcf04f7e534'
-'f54aec41d6995206ebde480d76b5132c06cf9d351cc55301af7632d9a84aecef'
-'c09ccc3aa33517d40e75d7a3438c136b882f27a95aa9511950fd68549872d16a'
-'51ceb7379bc0866388009af25d5fc4e30802940fdc698a16d1198dc05ef68a7c'
-   

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

2021-08-18 Thread Maxim Baz via arch-commits
Date: Wednesday, August 18, 2021 @ 20:43:27
  Author: maximbaz
Revision: 1003685

archrelease: copy trunk to community-x86_64

Added:
  gocryptfs/repos/community-x86_64/PKGBUILD
(from rev 1003684, gocryptfs/trunk/PKGBUILD)
Deleted:
  gocryptfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 20:43:24 UTC (rev 1003684)
+++ PKGBUILD2021-08-18 20:43:27 UTC (rev 1003685)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Peter Reschenhofer 
-
-_pkgauthor=rfjakob
-pkgname=gocryptfs
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Encrypted overlay filesystem written in Go.'
-arch=('x86_64')
-url="https://github.com/${_pkgauthor}/${pkgname};
-license=('MIT')
-depends=('gcc-libs' 'openssl' 'fuse')
-makedepends=('go' 'pandoc' 'man-db')
-source=(
-
"${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz;
-
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz.asc;
-)
-sha256sums=('31be3f3a9400bd5eb8a4d5f86f7aee52a488207e12d312f2601ae08e7e26dd02'
-'SKIP')
-validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740')
-
-build() {
-cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
-
-export CGO_LDFLAGS="$LDFLAGS"
-export GOFLAGS="-buildmode=pie -trimpath -mod=vendor"
-make build
-}
-
-package() {
-cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
-make DESTDIR="${pkgdir}" install
-}

Copied: gocryptfs/repos/community-x86_64/PKGBUILD (from rev 1003684, 
gocryptfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 20:43:27 UTC (rev 1003685)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Peter Reschenhofer 
+
+_pkgauthor=rfjakob
+pkgname=gocryptfs
+pkgver=2.1
+pkgrel=1
+pkgdesc='Encrypted overlay filesystem written in Go.'
+arch=('x86_64')
+url="https://github.com/${_pkgauthor}/${pkgname};
+license=('MIT')
+depends=('gcc-libs' 'openssl' 'fuse')
+makedepends=('go' 'pandoc' 'man-db')
+source=(
+
"${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz;
+
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz.asc;
+)
+sha256sums=('cf277ce6527cc0c04d19515e745fd598244a64b9b3afb3d30d5939da65242668'
+'SKIP')
+validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740')
+
+build() {
+cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
+
+export CGO_LDFLAGS="$LDFLAGS"
+export GOFLAGS="-buildmode=pie -trimpath -mod=vendor"
+make build
+}
+
+package() {
+cd "${srcdir}/${pkgname}_v${pkgver}_src-deps"
+make DESTDIR="${pkgdir}" install
+}



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

2021-08-18 Thread Maxim Baz via arch-commits
Date: Wednesday, August 18, 2021 @ 20:43:24
  Author: maximbaz
Revision: 1003684

upgpkg: gocryptfs 2.1-1

Modified:
  gocryptfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 19:51:21 UTC (rev 1003683)
+++ PKGBUILD2021-08-18 20:43:24 UTC (rev 1003684)
@@ -3,7 +3,7 @@
 
 _pkgauthor=rfjakob
 pkgname=gocryptfs
-pkgver=2.0.1
+pkgver=2.1
 pkgrel=1
 pkgdesc='Encrypted overlay filesystem written in Go.'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 
"${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz;
 
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgauthor}/${pkgname}/releases/download/v${pkgver}/${pkgname}_v${pkgver}_src-deps.tar.gz.asc;
 )
-sha256sums=('31be3f3a9400bd5eb8a4d5f86f7aee52a488207e12d312f2601ae08e7e26dd02'
+sha256sums=('cf277ce6527cc0c04d19515e745fd598244a64b9b3afb3d30d5939da65242668'
 'SKIP')
 validpgpkeys=('FFF3E01444FED7C316A3545A895F5BC123A02740')
 



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

2021-08-18 Thread Christian Hesse via arch-commits
Date: Wednesday, August 18, 2021 @ 20:03:41
  Author: eworm
Revision: 422318

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 422317, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/hooks-encrypt
(from rev 422317, cryptsetup/trunk/hooks-encrypt)
  cryptsetup/repos/testing-x86_64/install-encrypt
(from rev 422317, cryptsetup/trunk/install-encrypt)
  cryptsetup/repos/testing-x86_64/install-sd-encrypt
(from rev 422317, cryptsetup/trunk/install-sd-encrypt)

+
 PKGBUILD   |   52 +
 hooks-encrypt  |  155 +++
 install-encrypt|   48 +++
 install-sd-encrypt |   61 
 4 files changed, 316 insertions(+)

Copied: cryptsetup/repos/testing-x86_64/PKGBUILD (from rev 422317, 
cryptsetup/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-08-18 20:03:41 UTC (rev 422318)
@@ -0,0 +1,52 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Bächler 
+
+pkgname=cryptsetup
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
+arch=(x86_64)
+license=('GPL')
+url='https://gitlab.com/cryptsetup/cryptsetup/'
+depends=('device-mapper' 'libdevmapper.so' 'openssl' 'popt' 'util-linux-libs'
+ 'libuuid.so' 'json-c' 'libjson-c.so' 'argon2' 'libargon2.so')
+makedepends=('util-linux')
+provides=('libcryptsetup.so')
+options=('!emptydirs')
+validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

+source=("https://www.kernel.org/pub/linux/utils/cryptsetup/v${pkgver%.*}/${pkgname}-${pkgver}.tar."{xz,sign}
+'hooks-encrypt'
+'install-encrypt'
+'install-sd-encrypt')
+sha256sums=('c5c8bda31159a9c010ea72e708053cc4252cf5eebdca520e150abc0609287ff8'
+'SKIP'
+'10461d20fe3bc357864ace3b408a2e93b4b03b5cff023def3ab126ae9857720d'
+'d325dc239ecc9a5324407b0782da6df2573e8491251836d6c4e65fa61339ce57'
+'46af2f1353db1909fc483f20e3fa1e13f1e7c0d14f44c0d6163ce0862916c613')
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-libargon2 \
+--disable-ssh-token \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # install docs
+  install -D -m0644 -t "${pkgdir}"/usr/share/doc/cryptsetup/ FAQ 
docs/{Keyring,LUKS2-locking}.txt
+
+  # install hook
+  install -D -m0644 "${srcdir}"/hooks-encrypt 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
+  install -D -m0644 "${srcdir}"/install-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
+  install -D -m0644 "${srcdir}"/install-sd-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/sd-encrypt
+}

Copied: cryptsetup/repos/testing-x86_64/hooks-encrypt (from rev 422317, 
cryptsetup/trunk/hooks-encrypt)
===
--- testing-x86_64/hooks-encrypt(rev 0)
+++ testing-x86_64/hooks-encrypt2021-08-18 20:03:41 UTC (rev 422318)
@@ -0,0 +1,155 @@
+#!/usr/bin/ash
+
+run_hook() {
+modprobe -a -q dm-crypt >/dev/null 2>&1
+[ "${quiet}" = "y" ] && CSQUIET=">/dev/null"
+
+# Get keyfile if specified
+ckeyfile="/crypto_keyfile.bin"
+if [ -n "$cryptkey" ]; then
+IFS=: read ckdev ckarg1 ckarg2 &1
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if="$resolved" of="$ckeyfile" bs=1 skip="$ckarg1" 
count="$ckarg2" >/dev/null 2>&1
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ] && echo "Keyfile could not be opened. Reverting 
to passphrase."
+fi
+
+if [ -n "${cryptdevice}" ]; then
+DEPRECATED_CRYPT=0
+IFS=: read cryptdev cryptname cryptoptions <&2
+;;
+esac
+done
+set +f
+IFS="$OLDIFS"
+unset OLDIFS
+
+if resolved=$(resolve_device "${cryptdev}" ${rootdelay}); then
+if cryptsetup isLuks ${resolved} >/dev/null 2>&1; then
+[ ${DEPRECATED_CRYPT} -eq 1 ] && warn_deprecated
+dopassphrase=1
+# If keyfile exists, try to use that
+if [ -f ${ckeyfile} ]; then
+if eval cryptsetup --key-file ${ckeyfile} open --type luks 
${resolved} ${cryptname} ${cryptargs} ${CSQUIET}; then
+dopassphrase=0
+else
+echo "Invalid keyfile. Reverting to passphrase."
+fi
+  

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

2021-08-18 Thread Christian Hesse via arch-commits
Date: Wednesday, August 18, 2021 @ 20:03:34
  Author: eworm
Revision: 422317

upgpkg: cryptsetup 2.4.0-1: new upstream release

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 11:44:31 UTC (rev 422316)
+++ PKGBUILD2021-08-18 20:03:34 UTC (rev 422317)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Bächler 
 
 pkgname=cryptsetup
-pkgver=2.3.6
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
 arch=(x86_64)
@@ -18,7 +18,7 @@
 'hooks-encrypt'
 'install-encrypt'
 'install-sd-encrypt')
-sha256sums=('b296b7a21ea576c2b180611ccb19d06aec8dddaedf7c704b0c6a81210c25635f'
+sha256sums=('c5c8bda31159a9c010ea72e708053cc4252cf5eebdca520e150abc0609287ff8'
 'SKIP'
 '10461d20fe3bc357864ace3b408a2e93b4b03b5cff023def3ab126ae9857720d'
 'd325dc239ecc9a5324407b0782da6df2573e8491251836d6c4e65fa61339ce57'
@@ -31,6 +31,7 @@
 --prefix=/usr \
 --sbindir=/usr/bin \
 --enable-libargon2 \
+--disable-ssh-token \
 --disable-static
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make



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

2021-08-18 Thread Alexander Rødseth via arch-commits
Date: Wednesday, August 18, 2021 @ 19:51:21
  Author: arodseth
Revision: 1003683

archrelease: copy trunk to community-x86_64

Added:
  allegro/repos/community-x86_64/PKGBUILD
(from rev 1003682, allegro/trunk/PKGBUILD)
Deleted:
  allegro/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 19:51:16 UTC (rev 1003682)
+++ PKGBUILD2021-08-18 19:51:21 UTC (rev 1003683)
@@ -1,34 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: arjan 
-
-pkgname=allegro
-pkgver=5.2.7.0
-pkgrel=1
-pkgdesc='Portable library mainly aimed at video game and multimedia 
programming'
-arch=(x86_64)
-url='https://liballeg.org/'
-license=(custom)
-makedepends=(cmake glu libtheora mesa-libgl opusfile pandoc xorgproto)
-depends=(dumb gtk2 jack libgl libpulse libtheora libwebp libxcursor libxpm 
opusfile physfs)
-source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz;)
-sha256sums=('c1e3b319d99cb453b39d393572ba2b9f3de42a96de424aee7d4a1abceaaa970c')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWANT_DOCS_HTML=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE.txt" \
--t "$pkgdir/usr/share/licenses/$pkgname"
-  # Fix man path
-  mv -v -f "$pkgdir/usr/man" "$pkgdir/usr/share/man"
-}

Copied: allegro/repos/community-x86_64/PKGBUILD (from rev 1003682, 
allegro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 19:51:21 UTC (rev 1003683)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro
+pkgver=5.2.7.0
+pkgrel=2
+pkgdesc='Portable library mainly aimed at video game and multimedia 
programming'
+arch=(x86_64)
+url='https://liballeg.org/'
+license=(custom)
+makedepends=(cmake glu libtheora mesa-libgl ninja opusfile pandoc xorgproto)
+depends=(dumb gtk3 jack libgl libpulse libtheora libwebp libxpm opusfile 
physfs)
+source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz;)
+b2sums=('9cc588a42d461ce06db94c1dd57642a2e9445c4930fcc164f2da57edfb463552a279a5e50f46740561a88c974c96605bb09fcc596e7bc6afb5e30b18ff7b74d5')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-D CMAKE_INSTALL_PREFIX=/usr \
+-D WANT_DOCS_HTML=OFF \
+-G Ninja
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 "$pkgname-$pkgver/LICENSE.txt" \
+-t "$pkgdir/usr/share/licenses/$pkgname"
+  # Fix man path
+  mv -v -f "$pkgdir/usr/man" "$pkgdir/usr/share/man"
+}



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

2021-08-18 Thread Alexander Rødseth via arch-commits
Date: Wednesday, August 18, 2021 @ 19:51:16
  Author: arodseth
Revision: 1003682

Use gtk3, ref FS#71827

Modified:
  allegro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 19:36:55 UTC (rev 1003681)
+++ PKGBUILD2021-08-18 19:51:16 UTC (rev 1003682)
@@ -5,29 +5,27 @@
 
 pkgname=allegro
 pkgver=5.2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Portable library mainly aimed at video game and multimedia 
programming'
 arch=(x86_64)
 url='https://liballeg.org/'
 license=(custom)
-makedepends=(cmake glu libtheora mesa-libgl opusfile pandoc xorgproto)
-depends=(dumb gtk2 jack libgl libpulse libtheora libwebp libxcursor libxpm 
opusfile physfs)
+makedepends=(cmake glu libtheora mesa-libgl ninja opusfile pandoc xorgproto)
+depends=(dumb gtk3 jack libgl libpulse libtheora libwebp libxpm opusfile 
physfs)
 
source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz;)
-sha256sums=('c1e3b319d99cb453b39d393572ba2b9f3de42a96de424aee7d4a1abceaaa970c')
+b2sums=('9cc588a42d461ce06db94c1dd57642a2e9445c4930fcc164f2da57edfb463552a279a5e50f46740561a88c974c96605bb09fcc596e7bc6afb5e30b18ff7b74d5')
 
 build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWANT_DOCS_HTML=OFF
-  make
+  cmake -B build -S $pkgname-$pkgver \
+-D CMAKE_INSTALL_PREFIX=/usr \
+-D WANT_DOCS_HTML=OFF \
+-G Ninja
+  ninja -C build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE.txt" \
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 "$pkgname-$pkgver/LICENSE.txt" \
 -t "$pkgdir/usr/share/licenses/$pkgname"
   # Fix man path
   mv -v -f "$pkgdir/usr/man" "$pkgdir/usr/share/man"



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

2021-08-18 Thread Alexander Rødseth via arch-commits
Date: Wednesday, August 18, 2021 @ 19:36:55
  Author: arodseth
Revision: 1003681

archrelease: copy trunk to multilib-x86_64

Added:
  zsnes/repos/multilib-x86_64/PKGBUILD
(from rev 1003680, zsnes/trunk/PKGBUILD)
Deleted:
  zsnes/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 19:36:49 UTC (rev 1003680)
+++ PKGBUILD2021-08-18 19:36:55 UTC (rev 1003681)
@@ -1,34 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Levente Polyak 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Frank Tetzel 
-# Contributor: Hugo Doria 
-# Contributor: Aurelien Foret 
-
-pkgname=zsnes
-pkgver=2.0.8
-pkgrel=1
-pkgdesc='Super Nintendo emulator'
-url='https://github.com/xyproto/zsnes'
-arch=(x86_64)
-license=(GPL2)
-makedepends=(gendesk git mesa nasm)
-depends=(lib32-libpng lib32-opengl-driver lib32-sdl)
-optdepends=('lib32-alsa-lib: sound support for ALSA'
-'lib32-libpulse: sound support for Pulse Audio')
-source=("git+$url#commit=e129482217a991352cb4bb9891e010943ad41c3c") # tag: 
2.0.8
-b2sums=('SKIP')
-
-prepare() {
-  gendesk -f -n --pkgname $pkgname --pkgdesc "$pkgdesc"
-}
-
-build() {
-  make -C $pkgname
-}
-
-package() {
-  install -Dm644 zsnes.desktop "$pkgdir/usr/share/applications/zsnes.desktop"
-  install -Dm644 zsnes/icons/64x64x32.png "$pkgdir/usr/share/pixmaps/zsnes.png"
-  DESTDIR="$pkgdir" make -C $pkgname install
-}

Copied: zsnes/repos/multilib-x86_64/PKGBUILD (from rev 1003680, 
zsnes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 19:36:55 UTC (rev 1003681)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Levente Polyak 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Frank Tetzel 
+# Contributor: Hugo Doria 
+# Contributor: Aurelien Foret 
+
+pkgname=zsnes
+pkgver=2.0.9
+pkgrel=1
+pkgdesc='Super Nintendo emulator'
+url='https://github.com/xyproto/zsnes'
+arch=(x86_64)
+license=(GPL2)
+makedepends=(gendesk git mesa nasm)
+depends=(lib32-libpng lib32-opengl-driver lib32-sdl)
+optdepends=('lib32-alsa-lib: sound support for ALSA'
+'lib32-libpulse: sound support for Pulse Audio')
+source=("git+$url#commit=09bc1b15e0b6ab8320e86a9399afc2984a9336f3") # tag: 
2.0.9
+b2sums=('SKIP')
+
+prepare() {
+  gendesk -f -n --pkgname $pkgname --pkgdesc "$pkgdesc"
+}
+
+build() {
+  make -C $pkgname
+}
+
+package() {
+  install -Dm644 zsnes.desktop "$pkgdir/usr/share/applications/zsnes.desktop"
+  install -Dm644 zsnes/icons/64x64x32.png "$pkgdir/usr/share/pixmaps/zsnes.png"
+  DESTDIR="$pkgdir" make -C $pkgname install
+}



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

2021-08-18 Thread Alexander Rødseth via arch-commits
Date: Wednesday, August 18, 2021 @ 19:36:49
  Author: arodseth
Revision: 1003680

New patch release

Modified:
  zsnes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 18:58:56 UTC (rev 1003679)
+++ PKGBUILD2021-08-18 19:36:49 UTC (rev 1003680)
@@ -6,7 +6,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=zsnes
-pkgver=2.0.8
+pkgver=2.0.9
 pkgrel=1
 pkgdesc='Super Nintendo emulator'
 url='https://github.com/xyproto/zsnes'
@@ -16,7 +16,7 @@
 depends=(lib32-libpng lib32-opengl-driver lib32-sdl)
 optdepends=('lib32-alsa-lib: sound support for ALSA'
 'lib32-libpulse: sound support for Pulse Audio')
-source=("git+$url#commit=e129482217a991352cb4bb9891e010943ad41c3c") # tag: 
2.0.8
+source=("git+$url#commit=09bc1b15e0b6ab8320e86a9399afc2984a9336f3") # tag: 
2.0.9
 b2sums=('SKIP')
 
 prepare() {



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

2021-08-18 Thread Caleb Maclennan via arch-commits
Date: Wednesday, August 18, 2021 @ 18:58:56
  Author: alerque
Revision: 1003679

upgpkg: mattermost 5.38.1

Modified:
  mattermost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 18:46:34 UTC (rev 1003678)
+++ PKGBUILD2021-08-18 18:58:56 UTC (rev 1003679)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=mattermost
-pkgver=5.38.0
+pkgver=5.38.1
 pkgrel=1
 pkgdesc="Open source Slack-alternative in Golang and React"
 arch=(x86_64)
@@ -21,8 +21,8 @@
 ${pkgname}.service
 ${pkgname}.sysusers
 ${pkgname}.tmpfiles)
-sha256sums=('b769d10e259dfabad5426c0bda48a3848b5a8e4a86730282df70626907a9e6b5'
-'f0294b0a27eb4897a7aa3a81981c969dba2f3b1137ab14ea3c1c553571051e78'
+sha256sums=('2ee33b2efb320b4e5716673dccad5fbf55ff38bb51151f486162445ca82aa117'
+'3bd8dbd7f51d359a7ebc4205025fa7cdef5e7c839df83f6fa392c2c964f5a192'
 'e5ba4a4f9c5f32816b997d5c02f6ddf3ef1e8259ae8dff5ef18865d076b70316'
 'f7bd36f6d7874f1345d205c6dcb79af1804362fc977a658db88951a172d1dfa0'
 '8dfeee28655b91dc75aca2317846284013ac3d5a837d360eba9641e9fbcf3aa2')



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 18:46:34
  Author: jlichtblau
Revision: 1003678

archrelease: copy trunk to community-x86_64

Added:
  pystatgrab/repos/community-x86_64/PKGBUILD
(from rev 1003677, pystatgrab/trunk/PKGBUILD)
  pystatgrab/repos/community-x86_64/pystatgrab.changelog
(from rev 1003677, pystatgrab/trunk/pystatgrab.changelog)
Deleted:
  pystatgrab/repos/community-x86_64/PKGBUILD
  pystatgrab/repos/community-x86_64/pystatgrab.changelog

--+
 PKGBUILD |   62 -
 pystatgrab.changelog |   31 +---
 2 files changed, 48 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 18:46:30 UTC (rev 1003677)
+++ PKGBUILD2021-08-18 18:46:34 UTC (rev 1003678)
@@ -1,31 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Hugo Ideler 
-
-pkgname=pystatgrab
-pkgver=0.7
-pkgrel=4
-pkgdesc="Python bindings for libstatgrab"
-arch=('x86_64')
-url="https://www.i-scream.org/pystatgrab;
-license=('GPL')
-depends=('python' 'libstatgrab')
-makedepends=('cython')
-validpgpkeys=('4BD95F908A5040E8D26CD6816C226B37FDF38D55') # Tim Bishop 

-source=(https://ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('9e79919efdbeb45e28f26cb45d4f1a2861caa2937c5bf86be351c5c096b6550f'
-'SKIP')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  # Remove shipped copy of statgrab.c so it is regenerated with
-  # newer Cython (>= 0.27.3) that is compatible with Python 3.7
-  rm statgrab.c
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  python setup.py build
-  python setup.py install --prefix="${pkgdir}"/usr
-}

Copied: pystatgrab/repos/community-x86_64/PKGBUILD (from rev 1003677, 
pystatgrab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 18:46:34 UTC (rev 1003678)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Hugo Ideler 
+
+pkgname=pystatgrab
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Python bindings for libstatgrab"
+arch=('x86_64')
+url="https://www.i-scream.org/pystatgrab;
+license=('GPL')
+depends=('python' 'libstatgrab')
+makedepends=('cython')
+validpgpkeys=('4BD95F908A5040E8D26CD6816C226B37FDF38D55') # Tim Bishop 

+source=(https://ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('40a71a0e915df1cc8874bdcd52d2a34c8fa234915f2021c137934321ac886e9f'
+'SKIP')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  # Remove shipped copy of statgrab.c so it is regenerated with
+  # newer Cython (>= 0.27.3) that is compatible with Python 3.7
+  rm statgrab.c
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python setup.py build
+  python setup.py install --prefix="${pkgdir}"/usr
+}

Deleted: pystatgrab.changelog
===
--- pystatgrab.changelog2021-08-18 18:46:30 UTC (rev 1003677)
+++ pystatgrab.changelog2021-08-18 18:46:34 UTC (rev 1003678)
@@ -1,14 +0,0 @@
-2018-02-19 Jaroslav Lichtblau 
-   * pystatgrab 0.7-1
-
-2014-11-06 Jaroslav Lichtblau 
-   * pystatgrab 0.6-1
-
-2013-02-02 Jaroslav Lichtblau 
-   * pystatgrab 0.5-6 clean-up $pkgdir usage
-
-2010-07-21 Jaroslav Lichtblau 
-   * Rebuild for correct package naming
-
-2008-11-30 Jaroslav Lichtblau 
-   * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update

Copied: pystatgrab/repos/community-x86_64/pystatgrab.changelog (from rev 
1003677, pystatgrab/trunk/pystatgrab.changelog)
===
--- pystatgrab.changelog(rev 0)
+++ pystatgrab.changelog2021-08-18 18:46:34 UTC (rev 1003678)
@@ -0,0 +1,17 @@
+2021-08-18 Jaroslav Lichtblau 
+   * pystatgrab 0.7.1-1
+
+2018-02-19 Jaroslav Lichtblau 
+   * pystatgrab 0.7-1
+
+2014-11-06 Jaroslav Lichtblau 
+   * pystatgrab 0.6-1
+
+2013-02-02 Jaroslav Lichtblau 
+   * pystatgrab 0.5-6 clean-up $pkgdir usage
+
+2010-07-21 Jaroslav Lichtblau 
+   * Rebuild for correct package naming
+
+2008-11-30 Jaroslav Lichtblau 
+   * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update



[arch-commits] Commit in pystatgrab/trunk (PKGBUILD pystatgrab.changelog)

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 18:46:30
  Author: jlichtblau
Revision: 1003677

upgpkg: pystatgrab 0.7.1-1 - new upstream release

Modified:
  pystatgrab/trunk/PKGBUILD
  pystatgrab/trunk/pystatgrab.changelog

--+
 PKGBUILD |6 +++---
 pystatgrab.changelog |   13 -
 2 files changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 18:46:06 UTC (rev 1003676)
+++ PKGBUILD2021-08-18 18:46:30 UTC (rev 1003677)
@@ -2,8 +2,8 @@
 # Contributor: Hugo Ideler 
 
 pkgname=pystatgrab
-pkgver=0.7
-pkgrel=4
+pkgver=0.7.1
+pkgrel=1
 pkgdesc="Python bindings for libstatgrab"
 arch=('x86_64')
 url="https://www.i-scream.org/pystatgrab;
@@ -12,7 +12,7 @@
 makedepends=('cython')
 validpgpkeys=('4BD95F908A5040E8D26CD6816C226B37FDF38D55') # Tim Bishop 

 
source=(https://ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('9e79919efdbeb45e28f26cb45d4f1a2861caa2937c5bf86be351c5c096b6550f'
+sha256sums=('40a71a0e915df1cc8874bdcd52d2a34c8fa234915f2021c137934321ac886e9f'
 'SKIP')
 
 prepare() {

Modified: pystatgrab.changelog
===
--- pystatgrab.changelog2021-08-18 18:46:06 UTC (rev 1003676)
+++ pystatgrab.changelog2021-08-18 18:46:30 UTC (rev 1003677)
@@ -1,14 +1,17 @@
-2018-02-19 Jaroslav Lichtblau 
+2021-08-18 Jaroslav Lichtblau 
+   * pystatgrab 0.7.1-1
+
+2018-02-19 Jaroslav Lichtblau 
* pystatgrab 0.7-1
 
-2014-11-06 Jaroslav Lichtblau 
+2014-11-06 Jaroslav Lichtblau 
* pystatgrab 0.6-1
 
-2013-02-02 Jaroslav Lichtblau 
+2013-02-02 Jaroslav Lichtblau 
* pystatgrab 0.5-6 clean-up $pkgdir usage
 
-2010-07-21 Jaroslav Lichtblau 
+2010-07-21 Jaroslav Lichtblau 
* Rebuild for correct package naming
 
-2008-11-30 Jaroslav Lichtblau 
+2008-11-30 Jaroslav Lichtblau 
* Minor version bump (0.5-2) due the python 2.5 -> 2.6 update



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 18:46:06
  Author: jlichtblau
Revision: 1003676

archrelease: copy trunk to community-testing-x86_64

Added:
  qmmp/repos/community-testing-x86_64/
  qmmp/repos/community-testing-x86_64/PKGBUILD
(from rev 1003675, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-testing-x86_64/qmmp.changelog
(from rev 1003675, qmmp/trunk/qmmp.changelog)

+
 PKGBUILD   |   49 
 qmmp.changelog |  311 +++
 2 files changed, 360 insertions(+)

Copied: qmmp/repos/community-testing-x86_64/PKGBUILD (from rev 1003675, 
qmmp/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-08-18 18:46:06 UTC (rev 1003676)
@@ -0,0 +1,49 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Qt5 based audio-player"
+arch=('x86_64')
+url="http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad' 
'libvorbis'
+ 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 'qt6-base') 
#'qt6-multimedia'
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pipewire' 'pulseaudio' 
'ffmpeg' 'libcdio-paranoia'
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'mpg123' 'mesa'
+ 'projectm' 'faad2' 'libgme' 'libsidplayfp' 'opusfile>=0.12' 
'wildmidi' 'qt6-tools')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'pipewire: pipewire support'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'faad2: ADTS AAC support'
+'libgme: support for chiptunes from various platforms'
+'libsidplayfp: C64 music support'
+'opusfile: Opus support'
+'wildmidi: MIDI support'
+'ffmpeg' 'libsamplerate' 'wavpack' 'mpg123')
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname/2.0/$pkgname-$pkgver.tar.bz2)
+sha512sums=('65592540e35827eec26bccd50acdca1f97a6731e78e14021d36fff3c46e3dab02cf38968c35b8185ef56b1dbfcb01aaf6fdd58ae13e8e788f3cf9010d3162f15')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DUSE_HAL:BOOL=FALSE
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: qmmp/repos/community-testing-x86_64/qmmp.changelog (from rev 1003675, 
qmmp/trunk/qmmp.changelog)
===
--- community-testing-x86_64/qmmp.changelog (rev 0)
+++ community-testing-x86_64/qmmp.changelog 2021-08-18 18:46:06 UTC (rev 
1003676)
@@ -0,0 +1,311 @@
+2021-08-18 Jaroslav Lichtblau 
+   * qmmp 2.0.0-1
+
+2021-07-31 Jaroslav Lichtblau 
+   * qmmp 1.5.1-1
+
+2021-06-13 Jaroslav Lichtblau 
+   * qmmp 1.5.0-2
+   * FS#71035 - adding pipewire
+
+2021-05-24 Jaroslav Lichtblau 
+   * qmmp 1.5.0-1
+
+2021-05-09 Jaroslav Lichtblau 
+   * qmmp 1.4.6-1
+
+2021-05-02 Jaroslav Lichtblau 
+   * qmmp 1.4.5-1
+
+2021-02-14 Jaroslav Lichtblau 
+   * qmmp 1.4.4-1
+
+2020-12-21 Jaroslav Lichtblau 
+   * qmmp 1.4.3-1
+
+2020-09-20 Jaroslav Lichtblau 
+   * qmmp 1.4.2-1
+
+2020-05-09 Jaroslav Lichtblau 
+   * qmmp 1.4.0-1
+
+2020-03-29 Jaroslav Lichtblau 
+   * qmmp 1.3.7-1
+
+2020-01-19 Jaroslav Lichtblau 
+   * qmmp 1.3.6-1
+
+2020-01-09 Jaroslav Lichtblau 
+   * qmmp 1.3.5-1
+
+2019-09-08 Jaroslav Lichtblau 
+   * qmmp 1.3.4-1
+
+2019-06-22 Jaroslav Lichtblau 
+   * qmmp 1.3.3-1
+
+2019-05-08 Jaroslav Lichtblau 
+   * qmmp 1.3.2-1
+
+2019-02-25 Ike Devolder 
+   * qmmp 1.3.1-1 triggered by rebuild for projectm 3.x
+
+2019-02-12 Jaroslav Lichtblau 
+   * qmmp 1.3.0-1
+
+2019-01-10 Jaroslav Lichtblau 
+   * qmmp 1.2.6-1
+
+2018-12-25 Jaroslav Lichtblau 
+   * qmmp 1.2.5-1
+
+2018-09-29 Jaroslav Lichtblau 
+   * qmmp 1.2.4-1
+
+2018-07-29 Jaroslav Lichtblau 
+   * qmmp 1.2.3-1
+
+2018-06-14 Jaroslav Lichtblau 
+   * qmmp 1.2.2-1
+
+2017-11-26 Jaroslav Lichtblau 
+   * qmmp 1.2.0-1
+
+2017-11-05 Jaroslav Lichtblau 
+   * qmmp 1.1.12-1
+
+2017-08-16 Jaroslav Lichtblau 
+   * qmmp 1.1.10-1
+
+2017-06-04 Jaroslav Lichtblau 
+   * qmmp 1.1.9-1
+
+2017-03-24 Jaroslav Lichtblau 
+   * qmmp 1.1.8-1
+
+2017-02-06 Jaroslav Lichtblau 
+   * qmmp 1.1.7-1
+
+2017-01-12 Jaroslav Lichtblau 
+   * qmmp 1.1.6-1

[arch-commits] Commit in qmmp/trunk (PKGBUILD qmmp.changelog)

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 18:46:01
  Author: jlichtblau
Revision: 1003675

upgpkg: qmmp 2.0.0-1 - new upstream release

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |   12 ++--
 qmmp.changelog |3 +++
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 17:38:22 UTC (rev 1003674)
+++ PKGBUILD2021-08-18 18:46:01 UTC (rev 1003675)
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=1.5.1
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Qt5 based audio-player"
 arch=('x86_64')
@@ -8,10 +8,10 @@
 url="http://qmmp.ylsoftware.com/;
 license=('GPL')
 depends=('alsa-lib' 'curl' 'desktop-file-utils' 'hicolor-icon-theme' 'libmad' 
'libvorbis'
- 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 'qt5-x11extras' 
'qt5-multimedia')
+ 'libogg' 'libxkbcommon-x11' 'taglib' 'xdg-utils' 'qt6-base') 
#'qt6-multimedia'
 makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pipewire' 'pulseaudio' 
'ffmpeg' 'libcdio-paranoia'
- 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'mpg123'
- 'projectm' 'mesa' 'faad2' 'libgme' 'libsidplayfp' 
'opusfile>=0.12' 'wildmidi' 'qt5-tools')
+ 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'mpg123' 'mesa'
+ 'projectm' 'faad2' 'libgme' 'libsidplayfp' 'opusfile>=0.12' 
'wildmidi' 'qt6-tools')
 optdepends=('flac: native FLAC support'
 'jack: JACK sound output'
 'libmpcdec: Musepack support'
@@ -30,8 +30,8 @@
 'wildmidi: MIDI support'
 'ffmpeg' 'libsamplerate' 'wavpack' 'mpg123')
 changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname/1.5/$pkgname-$pkgver.tar.bz2)
-sha512sums=('4b866e7b53ea1757a94e028730dd99bab3b56917e6835b46284cce148e779e00a5fe0a396667283aa13c980a9ee33d0fe76df0198320f1897ec3b73bcd1f275e')
+source=(http://qmmp.ylsoftware.com/files/$pkgname/2.0/$pkgname-$pkgver.tar.bz2)
+sha512sums=('65592540e35827eec26bccd50acdca1f97a6731e78e14021d36fff3c46e3dab02cf38968c35b8185ef56b1dbfcb01aaf6fdd58ae13e8e788f3cf9010d3162f15')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2021-08-18 17:38:22 UTC (rev 1003674)
+++ qmmp.changelog  2021-08-18 18:46:01 UTC (rev 1003675)
@@ -1,3 +1,6 @@
+2021-08-18 Jaroslav Lichtblau 
+   * qmmp 2.0.0-1
+
 2021-07-31 Jaroslav Lichtblau 
* qmmp 1.5.1-1
 



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 17:38:22
  Author: jlichtblau
Revision: 1003674

archrelease: copy trunk to community-any

Added:
  offlineimap/repos/community-any/PKGBUILD
(from rev 1003673, offlineimap/trunk/PKGBUILD)
  offlineimap/repos/community-any/offlineimap.changelog
(from rev 1003673, offlineimap/trunk/offlineimap.changelog)
Deleted:
  offlineimap/repos/community-any/PKGBUILD
  offlineimap/repos/community-any/offlineimap.changelog

---+
 PKGBUILD  |   98 ++---
 offlineimap.changelog |  341 
 2 files changed, 221 insertions(+), 218 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 17:38:15 UTC (rev 1003673)
+++ PKGBUILD2021-08-18 17:38:22 UTC (rev 1003674)
@@ -1,49 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Callan Barrett 
-# Contributor: mucknert 
-
-pkgname=offlineimap
-pkgver=7.3.3
-pkgrel=1
-pkgdesc='Synchronizes emails between two repositories'
-arch=('any')
-url='http://offlineimap.org/'
-license=('GPL')
-depends=('python2-six' 'python2-uritemplate' 'python2-rfc6555')
-makedepends=('asciidoc')
-optdepends=('python2-pysocks: for SOCKS5 proxy functionality')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('bf1a777e63d2174eef0fe864ea577d843515b64d4f3a8630ad2d1b34a4afcaa6')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-${pkgver}/docs
-  make man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
-  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
-  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
-  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
-
-#systemd files
-  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
-  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.timer
-  install -Dm644 contrib/systemd/$pkgname-oneshot@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot@.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot@.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot@.timer
-}

Copied: offlineimap/repos/community-any/PKGBUILD (from rev 1003673, 
offlineimap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 17:38:22 UTC (rev 1003674)
@@ -0,0 +1,49 @@
+# Maintainer: Gaetan Bisson 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Callan Barrett 
+# Contributor: mucknert 
+
+pkgname=offlineimap
+pkgver=7.3.4
+pkgrel=1
+pkgdesc='Synchronizes emails between two repositories'
+arch=('any')
+url='http://offlineimap.org/'
+license=('GPL')
+depends=('python2-six' 'python2-uritemplate' 'python2-rfc6555')
+makedepends=('asciidoc')
+optdepends=('python2-pysocks: for SOCKS5 proxy functionality')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
+sha256sums=('87bc19f8ced25e31c583fa667376a0933de4410f33105884e971a0101a81a03e')
+
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
+}
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  python2 setup.py build
+
+  cd "${srcdir}"/${pkgname}-${pkgver}/docs
+  make man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
+  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
+  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
+  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
+
+#systemd files
+  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
+  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
+  install -Dm644 contrib/systemd/$pkgname-oneshot.service 

[arch-commits] Commit in offlineimap/trunk (PKGBUILD offlineimap.changelog)

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 17:38:15
  Author: jlichtblau
Revision: 1003673

upgpkg: offlineimap 7.3.4-1 - new upstream release

Modified:
  offlineimap/trunk/PKGBUILD
  offlineimap/trunk/offlineimap.changelog

---+
 PKGBUILD  |4 ++--
 offlineimap.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 17:34:28 UTC (rev 1003672)
+++ PKGBUILD2021-08-18 17:38:15 UTC (rev 1003673)
@@ -4,7 +4,7 @@
 # Contributor: mucknert 
 
 pkgname=offlineimap
-pkgver=7.3.3
+pkgver=7.3.4
 pkgrel=1
 pkgdesc='Synchronizes emails between two repositories'
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('python2-pysocks: for SOCKS5 proxy functionality')
 changelog=$pkgname.changelog
 
source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('bf1a777e63d2174eef0fe864ea577d843515b64d4f3a8630ad2d1b34a4afcaa6')
+sha256sums=('87bc19f8ced25e31c583fa667376a0933de4410f33105884e971a0101a81a03e')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}

Modified: offlineimap.changelog
===
--- offlineimap.changelog   2021-08-18 17:34:28 UTC (rev 1003672)
+++ offlineimap.changelog   2021-08-18 17:38:15 UTC (rev 1003673)
@@ -1,3 +1,6 @@
+2021-08-18 Jaroslav Lichtblau 
+   * offlineimap 7.3.4-1
+
 2019-07-06 Jaroslav Lichtblau 
* offlineimap 7.3.3-1
 



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 17:34:28
  Author: jlichtblau
Revision: 1003672

archrelease: copy trunk to community-x86_64

Added:
  sleuthkit/repos/community-x86_64/PKGBUILD
(from rev 1003671, sleuthkit/trunk/PKGBUILD)
  sleuthkit/repos/community-x86_64/sleuthkit.changelog
(from rev 1003671, sleuthkit/trunk/sleuthkit.changelog)
Deleted:
  sleuthkit/repos/community-x86_64/PKGBUILD
  sleuthkit/repos/community-x86_64/sleuthkit.changelog

-+
 PKGBUILD|   70 +++---
 sleuthkit.changelog |  157 +-
 2 files changed, 115 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 17:34:23 UTC (rev 1003671)
+++ PKGBUILD2021-08-18 17:34:28 UTC (rev 1003672)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-
-pkgname=sleuthkit
-pkgver=4.10.2
-pkgrel=1
-pkgdesc='File system and media management forensic analysis tools'
-arch=('x86_64')
-url="https://www.sleuthkit.org/sleuthkit;
-license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
-depends=('perl' 'libewf' 'sqlite')
-changelog=$pkgname.changelog
-source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier 

-sha256sums=('c4836b7fd57b0a7a4543218c41833027c8980fab3e4961c733b4e6867686'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  aclocal
-  automake
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-#licenses
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: sleuthkit/repos/community-x86_64/PKGBUILD (from rev 1003671, 
sleuthkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 17:34:28 UTC (rev 1003672)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+
+pkgname=sleuthkit
+pkgver=4.11.0
+pkgrel=1
+pkgdesc='File system and media management forensic analysis tools'
+arch=('x86_64')
+url="https://www.sleuthkit.org/sleuthkit;
+license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
+depends=('perl' 'libewf' 'sqlite')
+changelog=$pkgname.changelog
+source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier 

+sha256sums=('8d6b0ed7f6f0612e7ba10b3a9713bc9e4ec85b5fb77af06a9fbe16d1c1d433ee'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  aclocal
+  automake
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+#licenses
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: sleuthkit.changelog
===
--- sleuthkit.changelog 2021-08-18 17:34:23 UTC (rev 1003671)
+++ sleuthkit.changelog 2021-08-18 17:34:28 UTC (rev 1003672)
@@ -1,77 +0,0 @@
-2021-04-05 Jaroslav Lichtblau 
-   * sleuthkit 4.10.2-1
-
-2020-11-23 Jaroslav Lichtblau 
-   * sleuthkit 4.10.1-1
-
-2020-05-08 Jaroslav Lichtblau 
-   * sleuthkit 4.9.0-1
-
-2020-01-24 Jaroslav Lichtblau 
-   * sleuthkit 4.8.0-1
-
-2019-10-16 Jaroslav Lichtblau 
-   * sleuthkit 4.7.0-1
-
-2019-08-15 Jaroslav Lichtblau 
-   * sleuthkit 4.6.7-1
-
-2019-05-08 Jaroslav Lichtblau 
-   * sleuthkit 4.6.6-1
-
-2019-01-21 Jaroslav Lichtblau 
-   * sleuthkit 4.6.5-1
-
-2018-11-11 Jaroslav Lichtblau 
-   * sleuthkit 4.6.4-1
-
-2018-10-16 Jaroslav Lichtblau 
-   * sleuthkit 4.6.3-1
-
-2018-09-02 Jaroslav Lichtblau 
-   * sleuthkit 4.6.2-1
-
-2018-05-12 Jaroslav Lichtblau 
-   * sleuthkit 4.6.1-1
-
-2018-02-21 Jaroslav Lichtblau 
-   * sleuthkit 4.6.0-1
-
-2018-02-19 Jaroslav Lichtblau 
-   * sleuthkit 4.5.0-1
-
-2017-08-09 Jaroslav Lichtblau 
-   * sleuthkit 4.4.2-1
-
-2017-06-01 Jaroslav Lichtblau 
-   * sleuthkit 4.4.1-1
-
-2017-01-18 Jaroslav Lichtblau 
-   * sleuthkit 4.4.0-1
-
-2016-09-02 Jaroslav Lichtblau 
-   * sleuthkit 4.3.0-1
-
-2015-10-05 Jaroslav Lichtblau 
-   * sleuthkit 4.2.0-1
-
-2015-03-08 Jaroslav Lichtblau 
-   * sleuthkit 4.1.3-3 libewf as dependency
-
-2014-02-06 Jaroslav Lichtblau 
-   * sleuthkit 4.1.3-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * sleuthkit 4.1.2-2 static library removed
-
-2013-10-13 Jaroslav Lichtblau 
-   * sleuthkit 4.1.2-1
-
-2013-03-12 Jaroslav Lichtblau 
-   * sleuthkit 4.0.2-1
-
-2013-01-05 Jaroslav Lichtblau 
-   * sleuthkit 4.0.1-1
-
-2011-10-09 Jaroslav Lichtblau 
-   

[arch-commits] Commit in sleuthkit/trunk (PKGBUILD sleuthkit.changelog)

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 17:34:23
  Author: jlichtblau
Revision: 1003671

upgpkg: sleuthkit 4.11.0-1 - new upstream release

Modified:
  sleuthkit/trunk/PKGBUILD
  sleuthkit/trunk/sleuthkit.changelog

-+
 PKGBUILD|4 ++--
 sleuthkit.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 17:30:15 UTC (rev 1003670)
+++ PKGBUILD2021-08-18 17:34:23 UTC (rev 1003671)
@@ -2,7 +2,7 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=sleuthkit
-pkgver=4.10.2
+pkgver=4.11.0
 pkgrel=1
 pkgdesc='File system and media management forensic analysis tools'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 changelog=$pkgname.changelog
 
source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
 validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier 

-sha256sums=('c4836b7fd57b0a7a4543218c41833027c8980fab3e4961c733b4e6867686'
+sha256sums=('8d6b0ed7f6f0612e7ba10b3a9713bc9e4ec85b5fb77af06a9fbe16d1c1d433ee'
 'SKIP')
 
 build() {

Modified: sleuthkit.changelog
===
--- sleuthkit.changelog 2021-08-18 17:30:15 UTC (rev 1003670)
+++ sleuthkit.changelog 2021-08-18 17:34:23 UTC (rev 1003671)
@@ -1,3 +1,6 @@
+2021-08-18 Jaroslav Lichtblau 
+   * sleuthkit 4.11.0-1
+
 2021-04-05 Jaroslav Lichtblau 
* sleuthkit 4.10.2-1
 



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

2021-08-18 Thread Kpcyrd via arch-commits
Date: Wednesday, August 18, 2021 @ 17:30:15
  Author: kpcyrd
Revision: 1003670

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  154 +-
 expire-from-source-date-epoch.patch |   26 ++---
 signal-desktop-wrapper.sh   |8 -
 signal-desktop.desktop  |   26 ++---
 4 files changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 17:29:53 UTC (rev 1003669)
+++ PKGBUILD2021-08-18 17:30:15 UTC (rev 1003670)
@@ -1,77 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=5.13.0
-pkgrel=3
-pkgdesc="Signal Private Messenger for Linux"
-license=('AGPL3')
-arch=('x86_64')
-url="https://signal.org;
-depends=('gtk3' 'libvips' 'libxss' 'hicolor-icon-theme')
-makedepends=('yarn' 'git' 'git-lfs' 'nodejs-lts-fermium' 'npm6' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
-  "${pkgname}.desktop"
-  "expire-from-source-date-epoch.patch"
-  "signal-desktop-wrapper.sh"
-)
-sha512sums=('8b24bf8d3e38dd50556e436ed73be22b685932f5e76d9a76bab86421719609e16cd9b043a53a0eaeb28ef7dec9b15dc06da2734343f792adc446a18792650e03'
-
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
-
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
-
'14af85b52b0cdcb1e8b533d08b7ab06c86ec769f371405bd78c103690dcda7772d84eca5a719b55f959b4f7b27b4e42d3d78a55cb3ae79ae993f25dc9bda0ae5')
-b2sums=('5b54dd105545de73594ca8e0cd536726b239afdd8a26c264890f7ba6e4d7f319adee7222beaad52cb6bf0c643f6f83934314dca2441df0ffe30c6469c7311d24'
-
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
-
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'
-
'7d3b39c055e22ef2d85f2650574ef1d5b66b4a400a19f01335d4321e9fb220872cd44d3e621a50aee2c7a0cca3cd7aad016a97eb96e767803345996d3c163de7')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # git-lfs hook needs to be installed for one of the dependencies
-  git lfs install
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  # Select node-gyp versions with python3 support
-  sed 's#"node-gyp": "5.0.3"#"node-gyp": "6.1.0"#' -i package.json
-  # https://github.com/sass/node-sass/pull/2841
-  # https://github.com/sass/node-sass/issues/2716
-  sed -r 's#("resolutions": \{)#"resolutions": {"node-sass/node-gyp": 
"^6.0.0",#' -i package.json
-
-  yarn install --ignore-engines
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-  yarn generate
-  yarn build
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/"{lib,bin}
-  cp -a release/linux-unpacked "${pkgdir}/usr/lib/${pkgname}"
-
-  ## temporarily use a wrapper script
-  ## https://bugs.archlinux.org/task/69980
-  ## https://github.com/NixOS/nixpkgs/pull/122926
-  #ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/"
-  install -Dm 755 ../signal-desktop-wrapper.sh 
"${pkgdir}/usr/bin/signal-desktop"
-
-  chmod u+s "${pkgdir}/usr/lib/signal-desktop/chrome-sandbox"
-
-  install -Dm 644 "../${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
-  for i in 16 24 32 48 64 128 256 512 1024; do
-install -Dm 644 "build/icons/png/${i}x${i}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: 

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

2021-08-18 Thread Kpcyrd via arch-commits
Date: Wednesday, August 18, 2021 @ 17:29:53
  Author: kpcyrd
Revision: 1003669

upgpkg: signal-desktop 5.14.0-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 17:27:15 UTC (rev 1003668)
+++ PKGBUILD2021-08-18 17:29:53 UTC (rev 1003669)
@@ -3,8 +3,8 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=5.13.0
-pkgrel=3
+pkgver=5.14.0
+pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL3')
 arch=('x86_64')
@@ -17,11 +17,11 @@
   "expire-from-source-date-epoch.patch"
   "signal-desktop-wrapper.sh"
 )
-sha512sums=('8b24bf8d3e38dd50556e436ed73be22b685932f5e76d9a76bab86421719609e16cd9b043a53a0eaeb28ef7dec9b15dc06da2734343f792adc446a18792650e03'
+sha512sums=('9e6717591882c0720c9b05f34379a3fc6198b1426129e8cc256b6bfd102f9559c38f92fc6469db9dfa5b7902a3abb139475919f3d82412505d7dfb296660f7dc'
 
'90cfee563a985bc73c4e7984715d190ae0b5c7aa887a7dc15c665980ca5cc8420b02f6c7a54e032c29e18876d5d51cfbe5027a9f0a59de3903f50fd469d73ce0'
 
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
 
'14af85b52b0cdcb1e8b533d08b7ab06c86ec769f371405bd78c103690dcda7772d84eca5a719b55f959b4f7b27b4e42d3d78a55cb3ae79ae993f25dc9bda0ae5')
-b2sums=('5b54dd105545de73594ca8e0cd536726b239afdd8a26c264890f7ba6e4d7f319adee7222beaad52cb6bf0c643f6f83934314dca2441df0ffe30c6469c7311d24'
+b2sums=('a36fff4879a2ad507e02b19f37bbf3473ea6220d4e284e337694e6fa2f9ef1da775ba2f059ee347aca71d478759bee72a32d7abd3ef8f249aca0b3493973bad6'
 
'b0974f1409bf77e917a3ecce68a9d066eaf24a6cd35e0d52b0d61fcf2fb014f19962bb445b6eaf668081d370c69c01b08420c056902907574a29a71a4f0f2457'
 
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'
 
'7d3b39c055e22ef2d85f2650574ef1d5b66b4a400a19f01335d4321e9fb220872cd44d3e621a50aee2c7a0cca3cd7aad016a97eb96e767803345996d3c163de7')



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 16:48:04
  Author: jlichtblau
Revision: 1003667

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 16:47:58 UTC (rev 1003666)
+++ PKGBUILD2021-08-18 16:48:04 UTC (rev 1003667)
@@ -1,31 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Felix Yan 
-
-pkgname=python-gammu
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="Python bindings for Gammu library"
-arch=('x86_64')
-url="https://wammu.eu/python-gammu/;
-license=('GPL')
-depends=('python' 'gammu')
-makedepends=('python-setuptools')
-checkdepends=('libdbi-drivers')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('c2748832e5c12b093e878476701fc8cd0062845a5824c69d4cf8967c78ef9f16f37c7849e686bf4e07381ec617a937cf8195b9d25a3e6610fefc8b94e211b9de')
-
-build() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py build
-}
-
-check() {
-  # tests can be flaky on slower hardware due to timing
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py test 
-}
-
-package() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-gammu/repos/community-x86_64/PKGBUILD (from rev 1003666, 
python-gammu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 16:48:04 UTC (rev 1003667)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Felix Yan 
+
+pkgname=python-gammu
+pkgver=3.2.3
+pkgrel=1
+pkgdesc="Python bindings for Gammu library"
+arch=('x86_64')
+url="https://wammu.eu/python-gammu/;
+license=('GPL')
+depends=('python' 'gammu')
+makedepends=('python-setuptools')
+checkdepends=('libdbi-drivers')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('a452c05e53b12150e095ca5477a78f15523179c926061fa792caf43a829f77de0e1efe74c5061ef43da6d84857ca9c351cbd0902be4ac0b81e69478c089dfb6e')
+
+build() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py build
+}
+
+check() {
+  # tests can be flaky on slower hardware due to timing
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py test 
+}
+
+package() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 16:47:58
  Author: jlichtblau
Revision: 1003666

upgpkg: python-gammu 3.2.3-1 - new upstream release

Modified:
  python-gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 16:42:38 UTC (rev 1003665)
+++ PKGBUILD2021-08-18 16:47:58 UTC (rev 1003666)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=python-gammu
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc="Python bindings for Gammu library"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('libdbi-drivers')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('c2748832e5c12b093e878476701fc8cd0062845a5824c69d4cf8967c78ef9f16f37c7849e686bf4e07381ec617a937cf8195b9d25a3e6610fefc8b94e211b9de')
+sha512sums=('a452c05e53b12150e095ca5477a78f15523179c926061fa792caf43a829f77de0e1efe74c5061ef43da6d84857ca9c351cbd0902be4ac0b81e69478c089dfb6e')
 
 build() {
   cd "${srcdir}"/python-gammu-$pkgver



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 16:42:38
  Author: jlichtblau
Revision: 1003665

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 16:42:33 UTC (rev 1003664)
+++ PKGBUILD2021-08-18 16:42:38 UTC (rev 1003665)
@@ -1,31 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Felix Yan 
-
-pkgname=python-gammu
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Python bindings for Gammu library"
-arch=('x86_64')
-url="https://wammu.eu/python-gammu/;
-license=('GPL')
-depends=('python' 'gammu')
-makedepends=('python-setuptools')
-checkdepends=('libdbi-drivers')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('83af2e1e6b2da3d86d16fbfc1a97ac67e474417dc0fc0074465a2e10b40ef05bddd6ce9e8abf956d1ee2db3ae7012dba45779cc1cb3ad63a2be4b3f883c17aa1')
-
-build() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py build
-}
-
-check() {
-  # tests can be flaky on slower hardware due to timing
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py test 
-}
-
-package() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-gammu/repos/community-x86_64/PKGBUILD (from rev 1003664, 
python-gammu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 16:42:38 UTC (rev 1003665)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Felix Yan 
+
+pkgname=python-gammu
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="Python bindings for Gammu library"
+arch=('x86_64')
+url="https://wammu.eu/python-gammu/;
+license=('GPL')
+depends=('python' 'gammu')
+makedepends=('python-setuptools')
+checkdepends=('libdbi-drivers')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('c2748832e5c12b093e878476701fc8cd0062845a5824c69d4cf8967c78ef9f16f37c7849e686bf4e07381ec617a937cf8195b9d25a3e6610fefc8b94e211b9de')
+
+build() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py build
+}
+
+check() {
+  # tests can be flaky on slower hardware due to timing
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py test 
+}
+
+package() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 16:42:33
  Author: jlichtblau
Revision: 1003664

upgpkg: python-gammu 3.2.2-1 - new upstream release

Modified:
  python-gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 16:40:34 UTC (rev 1003663)
+++ PKGBUILD2021-08-18 16:42:33 UTC (rev 1003664)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=python-gammu
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="Python bindings for Gammu library"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('libdbi-drivers')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('83af2e1e6b2da3d86d16fbfc1a97ac67e474417dc0fc0074465a2e10b40ef05bddd6ce9e8abf956d1ee2db3ae7012dba45779cc1cb3ad63a2be4b3f883c17aa1')
+sha512sums=('c2748832e5c12b093e878476701fc8cd0062845a5824c69d4cf8967c78ef9f16f37c7849e686bf4e07381ec617a937cf8195b9d25a3e6610fefc8b94e211b9de')
 
 build() {
   cd "${srcdir}"/python-gammu-$pkgver



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 16:40:34
  Author: jlichtblau
Revision: 1003663

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 16:40:28 UTC (rev 1003662)
+++ PKGBUILD2021-08-18 16:40:34 UTC (rev 1003663)
@@ -1,31 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Felix Yan 
-
-pkgname=python-gammu
-pkgver=3.2
-pkgrel=1
-pkgdesc="Python bindings for Gammu library"
-arch=('x86_64')
-url="https://wammu.eu/python-gammu/;
-license=('GPL')
-depends=('python' 'gammu')
-makedepends=('python-setuptools')
-checkdepends=('libdbi-drivers')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('37221c1c0aa2128273c510bd5daeca4d354cf2ab8160d3501d7589159284d3ec3ba17d62461ac257b80cb6fe65c1c20efe3aa1a586c20617209b339592671528')
-
-build() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py build
-}
-
-check() {
-  # tests can be flaky on slower hardware due to timing
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py test 
-}
-
-package() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-gammu/repos/community-x86_64/PKGBUILD (from rev 1003662, 
python-gammu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 16:40:34 UTC (rev 1003663)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Felix Yan 
+
+pkgname=python-gammu
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Python bindings for Gammu library"
+arch=('x86_64')
+url="https://wammu.eu/python-gammu/;
+license=('GPL')
+depends=('python' 'gammu')
+makedepends=('python-setuptools')
+checkdepends=('libdbi-drivers')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('83af2e1e6b2da3d86d16fbfc1a97ac67e474417dc0fc0074465a2e10b40ef05bddd6ce9e8abf956d1ee2db3ae7012dba45779cc1cb3ad63a2be4b3f883c17aa1')
+
+build() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py build
+}
+
+check() {
+  # tests can be flaky on slower hardware due to timing
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py test 
+}
+
+package() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 16:40:28
  Author: jlichtblau
Revision: 1003662

upgpkg: python-gammu 3.2.1-1 - new upstream release

Modified:
  python-gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 16:38:10 UTC (rev 1003661)
+++ PKGBUILD2021-08-18 16:40:28 UTC (rev 1003662)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=python-gammu
-pkgver=3.2
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Python bindings for Gammu library"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('libdbi-drivers')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('37221c1c0aa2128273c510bd5daeca4d354cf2ab8160d3501d7589159284d3ec3ba17d62461ac257b80cb6fe65c1c20efe3aa1a586c20617209b339592671528')
+sha512sums=('83af2e1e6b2da3d86d16fbfc1a97ac67e474417dc0fc0074465a2e10b40ef05bddd6ce9e8abf956d1ee2db3ae7012dba45779cc1cb3ad63a2be4b3f883c17aa1')
 
 build() {
   cd "${srcdir}"/python-gammu-$pkgver



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 16:38:10
  Author: jlichtblau
Revision: 1003661

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 16:38:04 UTC (rev 1003660)
+++ PKGBUILD2021-08-18 16:38:10 UTC (rev 1003661)
@@ -1,31 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Felix Yan 
-
-pkgname=python-gammu
-pkgver=3.1
-pkgrel=2
-pkgdesc="Python bindings for Gammu library"
-arch=('x86_64')
-url="https://wammu.eu/python-gammu/;
-license=('GPL')
-depends=('python' 'gammu')
-makedepends=('python-setuptools')
-checkdepends=('libdbi-drivers')
-source=(https://dl.cihar.com/python-gammu/python-gammu-$pkgver.tar.bz2)
-sha512sums=('98da80c1dee3cbffc819332f7936f88c5f95eaf65341e83d038bef7678563e40d724d663d4e83da162117ff2a74d0f46d06d67018903099c561f64bb0e9d3da4')
-
-build() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py build
-}
-
-check() {
-  # tests can be flaky on slower hardware due to timing
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py test 
-}
-
-package() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-gammu/repos/community-x86_64/PKGBUILD (from rev 1003660, 
python-gammu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 16:38:10 UTC (rev 1003661)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Felix Yan 
+
+pkgname=python-gammu
+pkgver=3.2
+pkgrel=1
+pkgdesc="Python bindings for Gammu library"
+arch=('x86_64')
+url="https://wammu.eu/python-gammu/;
+license=('GPL')
+depends=('python' 'gammu')
+makedepends=('python-setuptools')
+checkdepends=('libdbi-drivers')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('37221c1c0aa2128273c510bd5daeca4d354cf2ab8160d3501d7589159284d3ec3ba17d62461ac257b80cb6fe65c1c20efe3aa1a586c20617209b339592671528')
+
+build() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py build
+}
+
+check() {
+  # tests can be flaky on slower hardware due to timing
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py test 
+}
+
+package() {
+  cd "${srcdir}"/python-gammu-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 16:38:04
  Author: jlichtblau
Revision: 1003660

upgpkg: python-gammu 3.2-1 - new upstream release

Modified:
  python-gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 16:27:10 UTC (rev 1003659)
+++ PKGBUILD2021-08-18 16:38:04 UTC (rev 1003660)
@@ -2,8 +2,8 @@
 # Contributor: Felix Yan 
 
 pkgname=python-gammu
-pkgver=3.1
-pkgrel=2
+pkgver=3.2
+pkgrel=1
 pkgdesc="Python bindings for Gammu library"
 arch=('x86_64')
 url="https://wammu.eu/python-gammu/;
@@ -11,8 +11,8 @@
 depends=('python' 'gammu')
 makedepends=('python-setuptools')
 checkdepends=('libdbi-drivers')
-source=(https://dl.cihar.com/python-gammu/python-gammu-$pkgver.tar.bz2)
-sha512sums=('98da80c1dee3cbffc819332f7936f88c5f95eaf65341e83d038bef7678563e40d724d663d4e83da162117ff2a74d0f46d06d67018903099c561f64bb0e9d3da4')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz)
+sha512sums=('37221c1c0aa2128273c510bd5daeca4d354cf2ab8160d3501d7589159284d3ec3ba17d62461ac257b80cb6fe65c1c20efe3aa1a586c20617209b339592671528')
 
 build() {
   cd "${srcdir}"/python-gammu-$pkgver



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 16:27:10
  Author: jlichtblau
Revision: 1003659

archrelease: copy trunk to community-x86_64

Added:
  detox/repos/community-x86_64/PKGBUILD
(from rev 1003658, detox/trunk/PKGBUILD)
Deleted:
  detox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 16:27:05 UTC (rev 1003658)
+++ PKGBUILD2021-08-18 16:27:10 UTC (rev 1003659)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=detox
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="An utility designed to clean up filenames by replacing characters 
with standard equivalents"
-arch=('x86_64')
-url="https://github.com/dharple/detox;
-license=('BSD')
-makedepends=('flex')
-backup=('etc/detox/detoxrc')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('83381789ccf43acc81eb0867d081475b0facb76a4dfa7fe566173d5e7b5d77c6')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  autoreconf --install
-  ./configure --prefix=/usr --sysconfdir=/etc/detox
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license file
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: detox/repos/community-x86_64/PKGBUILD (from rev 1003658, 
detox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 16:27:10 UTC (rev 1003659)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=detox
+pkgver=1.4.5
+pkgrel=1
+pkgdesc="An utility designed to clean up filenames by replacing characters 
with standard equivalents"
+arch=('x86_64')
+url="https://github.com/dharple/detox;
+license=('BSD')
+makedepends=('flex')
+backup=('etc/detox/detoxrc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('5d8b1eb53035589882f48316a88f50341bf98c284e8cd29dea74f680559e27cc')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  autoreconf --install
+  ./configure --prefix=/usr --sysconfdir=/etc/detox
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license file
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 16:27:05
  Author: jlichtblau
Revision: 1003658

upgpkg: detox 1.4.5-1 - new upstream release

Modified:
  detox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 16:26:15 UTC (rev 1003657)
+++ PKGBUILD2021-08-18 16:27:05 UTC (rev 1003658)
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=detox
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 pkgdesc="An utility designed to clean up filenames by replacing characters 
with standard equivalents"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('flex')
 backup=('etc/detox/detoxrc')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('83381789ccf43acc81eb0867d081475b0facb76a4dfa7fe566173d5e7b5d77c6')
+sha256sums=('5d8b1eb53035589882f48316a88f50341bf98c284e8cd29dea74f680559e27cc')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 16:26:15
  Author: jlichtblau
Revision: 1003657

archrelease: copy trunk to community-x86_64

Added:
  detox/repos/community-x86_64/PKGBUILD
(from rev 1003656, detox/trunk/PKGBUILD)
Deleted:
  detox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 16:26:10 UTC (rev 1003656)
+++ PKGBUILD2021-08-18 16:26:15 UTC (rev 1003657)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=detox
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="An utility designed to clean up filenames by replacing characters 
with standard equivalents"
-arch=('x86_64')
-url="https://github.com/dharple/detox;
-license=('BSD')
-makedepends=('flex')
-backup=('etc/detox/detoxrc')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('a9046976a302cb047c49439e065481d4f84811732182f40f3504fd51151edb68')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  autoreconf --install
-  ./configure --prefix=/usr --sysconfdir=/etc/detox
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license file
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: detox/repos/community-x86_64/PKGBUILD (from rev 1003656, 
detox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 16:26:15 UTC (rev 1003657)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=detox
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="An utility designed to clean up filenames by replacing characters 
with standard equivalents"
+arch=('x86_64')
+url="https://github.com/dharple/detox;
+license=('BSD')
+makedepends=('flex')
+backup=('etc/detox/detoxrc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('83381789ccf43acc81eb0867d081475b0facb76a4dfa7fe566173d5e7b5d77c6')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  autoreconf --install
+  ./configure --prefix=/usr --sysconfdir=/etc/detox
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license file
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 16:26:10
  Author: jlichtblau
Revision: 1003656

upgpkg: detox 1.4.4-1 - new upstream release

Modified:
  detox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 16:25:04 UTC (rev 1003655)
+++ PKGBUILD2021-08-18 16:26:10 UTC (rev 1003656)
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=detox
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc="An utility designed to clean up filenames by replacing characters 
with standard equivalents"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('flex')
 backup=('etc/detox/detoxrc')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('a9046976a302cb047c49439e065481d4f84811732182f40f3504fd51151edb68')
+sha256sums=('83381789ccf43acc81eb0867d081475b0facb76a4dfa7fe566173d5e7b5d77c6')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 16:25:04
  Author: jlichtblau
Revision: 1003655

archrelease: copy trunk to community-x86_64

Added:
  detox/repos/community-x86_64/PKGBUILD
(from rev 1003654, detox/trunk/PKGBUILD)
Deleted:
  detox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-18 16:24:59 UTC (rev 1003654)
+++ PKGBUILD2021-08-18 16:25:04 UTC (rev 1003655)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=detox
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="An utility designed to clean up filenames by replacing characters 
with standard equivalents"
-arch=('x86_64')
-url="https://github.com/dharple/detox;
-license=('BSD')
-makedepends=('flex')
-backup=('etc/detox/detoxrc')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('40af25c00a55227cdddaa54d8a1b18fb47112f4fd72efabc325dd8e540b804df')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  autoreconf --install
-  ./configure --prefix=/usr --sysconfdir=/etc/detox
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license file
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: detox/repos/community-x86_64/PKGBUILD (from rev 1003654, 
detox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-18 16:25:04 UTC (rev 1003655)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=detox
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="An utility designed to clean up filenames by replacing characters 
with standard equivalents"
+arch=('x86_64')
+url="https://github.com/dharple/detox;
+license=('BSD')
+makedepends=('flex')
+backup=('etc/detox/detoxrc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('a9046976a302cb047c49439e065481d4f84811732182f40f3504fd51151edb68')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  autoreconf --install
+  ./configure --prefix=/usr --sysconfdir=/etc/detox
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license file
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-08-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, August 18, 2021 @ 16:24:59
  Author: jlichtblau
Revision: 1003654

upgpkg: detox 1.4.3-1 - new upstream release

Modified:
  detox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-18 16:24:19 UTC (rev 1003653)
+++ PKGBUILD2021-08-18 16:24:59 UTC (rev 1003654)
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=detox
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="An utility designed to clean up filenames by replacing characters 
with standard equivalents"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('flex')
 backup=('etc/detox/detoxrc')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/dharple/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('40af25c00a55227cdddaa54d8a1b18fb47112f4fd72efabc325dd8e540b804df')
+sha256sums=('a9046976a302cb047c49439e065481d4f84811732182f40f3504fd51151edb68')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



  1   2   >