[arch-commits] Commit in python-dogpile.cache/repos/community-any (PKGBUILD PKGBUILD)

2020-07-22 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 04:39:03
  Author: felixonmars
Revision: 664975

archrelease: copy trunk to community-any

Added:
  python-dogpile.cache/repos/community-any/PKGBUILD
(from rev 664974, python-dogpile.cache/trunk/PKGBUILD)
Deleted:
  python-dogpile.cache/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 04:38:24 UTC (rev 664974)
+++ PKGBUILD2020-07-23 04:39:03 UTC (rev 664975)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-dogpile.cache
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="A caching front-end based on the Dogpile lock"
-arch=('any')
-url="https://pypi.python.org/pypi/dogpile.cache;
-license=('BSD')
-depends=('python-decorator')
-makedepends=('python-setuptools')
-checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 
'python-pytest' 'python-mock'
-  'python-pytest-cov' 'python-pylibmc')
-source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('7d84325dd7ec2d85027472f07cddd51f495b75dc9dbbcbf26bad7aaabfee8c2da99e0c247851282b228528a87e54d98e04d8451a3ca3a571e84a4a2bb33e72f2')
-
-build() {
-  cd dogpile.cache-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd dogpile.cache-$pkgver
-  python -m pytest -k 'not test_memcached_backend and not test_redis_backend'
-  pifpaf --env-prefix DOGPILE run memcached --port 11234 -- python -m pytest 
tests/cache/test_memcached_backend.py
-  pifpaf --env-prefix DOGPILE run redis --port 11234 -- python -m pytest 
tests/cache/test_redis_backend.py
-}
-
-package() {
-  cd dogpile.cache-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-dogpile.cache/repos/community-any/PKGBUILD (from rev 664974, 
python-dogpile.cache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 04:39:03 UTC (rev 664975)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-dogpile.cache
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="A caching front-end based on the Dogpile lock"
+arch=('any')
+url="https://pypi.python.org/pypi/dogpile.cache;
+license=('BSD')
+depends=('python-decorator')
+makedepends=('python-setuptools')
+checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 
'python-pytest' 'python-mock'
+  'python-pytest-cov' 'python-pylibmc')
+source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
+sha512sums=('e54b29b5f868ddb7d2cddae37033fd568e5d5b8305c76837a53a4252a4e45c5179ed9e5e3694f5b826ad57d87cb3b04a20f872952758dbf9139859dc4bde53f4')
+
+build() {
+  cd dogpile.cache-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd dogpile.cache-$pkgver
+  python -m pytest -k 'not test_memcached_backend and not test_redis_backend'
+  pifpaf --env-prefix DOGPILE run memcached --port 11234 -- python -m pytest 
tests/cache/test_memcached_backend.py
+  pifpaf --env-prefix DOGPILE run redis --port 11234 -- python -m pytest 
tests/cache/test_redis_backend.py
+}
+
+package() {
+  cd dogpile.cache-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-dogpile.cache/trunk (PKGBUILD)

2020-07-22 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 04:38:24
  Author: felixonmars
Revision: 664974

upgpkg: python-dogpile.cache 0.9.2-1

Modified:
  python-dogpile.cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 04:30:40 UTC (rev 664973)
+++ PKGBUILD2020-07-23 04:38:24 UTC (rev 664974)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-dogpile.cache
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="A caching front-end based on the Dogpile lock"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('memcached' 'pifpaf' 'redis' 'python-mako' 'python-redis' 
'python-pytest' 'python-mock'
   'python-pytest-cov' 'python-pylibmc')
 
source=("https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-$pkgver.tar.gz;)
-sha512sums=('7d84325dd7ec2d85027472f07cddd51f495b75dc9dbbcbf26bad7aaabfee8c2da99e0c247851282b228528a87e54d98e04d8451a3ca3a571e84a4a2bb33e72f2')
+sha512sums=('e54b29b5f868ddb7d2cddae37033fd568e5d5b8305c76837a53a4252a4e45c5179ed9e5e3694f5b826ad57d87cb3b04a20f872952758dbf9139859dc4bde53f4')
 
 build() {
   cd dogpile.cache-$pkgver


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

2020-07-22 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 04:30:40
  Author: felixonmars
Revision: 664973

archrelease: copy trunk to community-x86_64

Added:
  deepin-reader/repos/community-x86_64/PKGBUILD
(from rev 664972, deepin-reader/trunk/PKGBUILD)
Deleted:
  deepin-reader/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 04:30:23 UTC (rev 664972)
+++ PKGBUILD2020-07-23 04:30:40 UTC (rev 664973)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-reader
-pkgver=5.7.0.2
-pkgrel=1
-pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-reader;
-license=('GPL3')
-depends=('deepin-qt5integration' 'djvulibre' 'karchive' 'libspectre' 
'poppler-qt5')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz;)
-sha512sums=('5676ae8530e7263c7ea6287bca19b7d9aec42451e88b79c9c2b3221d95c14d51e8ea29c2f607dc16c9b547b28130b03dbb43e0e80ae52c2556933ca0a0062e22')
-
-prepare() {
-  cd deepin-reader-$pkgver/src
-  sed -i '/include /a #include ' 
pdfControl/docview/commonstruct.h
-  sed -i '/include /a #include ' 
CustomControl/RoundColorWidget.cpp 
lpreviewControl/bookmark/bookmarkdelegate.cpp \
- utils/utils.cpp 
lpreviewControl/thumbnail/ThumbnailDelegate.cpp 
lpreviewControl/note/notesdelegate.cpp \
- 
lpreviewControl/search/searchresdelegate.cpp
-  sed -i '/include /a #include ' document/model.h
-  sed -i '/include /a #include ' uiframe/DocSheet.h
-  sed -i '/include /a #include ' 
djvuControl/SheetBrowserDJVU.cpp
-  sed -i '/include /a #include ' 
widgets/SlideWidget.cpp
-}
-
-build() {
-  cd deepin-reader-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-reader-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-reader/repos/community-x86_64/PKGBUILD (from rev 664972, 
deepin-reader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 04:30:40 UTC (rev 664973)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-reader
+pkgver=5.7.0.3
+pkgrel=1
+pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-reader;
+license=('GPL3')
+depends=('deepin-qt5integration' 'djvulibre' 'karchive' 'libspectre' 
'poppler-qt5')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz;)
+sha512sums=('97502c85f2f14f10f4c74f291c530d460bae24ef7f664d6ecda36ddb90becf9fe818a19aaa1696ad84a186de444bfa1e1dd39b0e11d075378276a0890f24741f')
+
+prepare() {
+  cd deepin-reader-$pkgver/src
+  sed -i '/include /a #include ' 
pdfControl/docview/commonstruct.h
+  sed -i '/include /a #include ' 
CustomControl/RoundColorWidget.cpp 
lpreviewControl/bookmark/bookmarkdelegate.cpp \
+ utils/utils.cpp 
lpreviewControl/thumbnail/ThumbnailDelegate.cpp 
lpreviewControl/note/notesdelegate.cpp \
+ 
lpreviewControl/search/searchresdelegate.cpp
+  sed -i '/include /a #include ' document/model.h
+  sed -i '/include /a #include ' uiframe/DocSheet.h
+  sed -i '/include /a #include ' 
djvuControl/SheetBrowserDJVU.cpp
+  sed -i '/include /a #include ' 
widgets/SlideWidget.cpp
+}
+
+build() {
+  cd deepin-reader-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-reader-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-07-22 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 04:30:23
  Author: felixonmars
Revision: 664972

upgpkg: deepin-reader 5.7.0.3-1

Modified:
  deepin-reader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 04:28:59 UTC (rev 664971)
+++ PKGBUILD2020-07-23 04:30:23 UTC (rev 664972)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-reader
-pkgver=5.7.0.2
+pkgver=5.7.0.3
 pkgrel=1
 pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz;)
-sha512sums=('5676ae8530e7263c7ea6287bca19b7d9aec42451e88b79c9c2b3221d95c14d51e8ea29c2f607dc16c9b547b28130b03dbb43e0e80ae52c2556933ca0a0062e22')
+sha512sums=('97502c85f2f14f10f4c74f291c530d460bae24ef7f664d6ecda36ddb90becf9fe818a19aaa1696ad84a186de444bfa1e1dd39b0e11d075378276a0890f24741f')
 
 prepare() {
   cd deepin-reader-$pkgver/src


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

2020-07-22 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 04:28:41
  Author: felixonmars
Revision: 664970

upgpkg: fcitx5-qt 0.0.0.20200723-1

Modified:
  fcitx5-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 04:27:30 UTC (rev 664969)
+++ PKGBUILD2020-07-23 04:28:41 UTC (rev 664970)
@@ -3,9 +3,9 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-qt
-pkgver=0.0.0.20200616
-_commit=b6f2ef3c4d3babc38c1262a5df7ac81fb016857d
-pkgrel=2
+pkgver=0.0.0.20200723
+_commit=22e84ba7d0ae5edf9034b13349e4f299fd186345
+pkgrel=1
 pkgdesc="Fcitx5 Qt Library"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx5-qt;
@@ -14,7 +14,7 @@
 depends=('fcitx5' 'qt5-x11extras')
 makedepends=('extra-cmake-modules' 'ninja')
 
source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz;)
-sha512sums=('75640152251de4c6cd5d80f7f002f775a411b657ef074dced966c73407ea48ca7935c583daf7fd5e0d09660da25442a3eb87405dc0625eded6e1bb63e9f0e709')
+sha512sums=('d39d8155e2cdc9bece304c5dfc259fabf8602646b0f61154afc09155928226650675136002b934bf1d29cbfc4a7dad7bc558d541dbc417e54540f9c57aef43cd')
 
 build(){
   cd $pkgname-$_commit


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

2020-07-22 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 04:28:59
  Author: felixonmars
Revision: 664971

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-qt/repos/community-x86_64/PKGBUILD
(from rev 664970, fcitx5-qt/trunk/PKGBUILD)
Deleted:
  fcitx5-qt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 04:28:41 UTC (rev 664970)
+++ PKGBUILD2020-07-23 04:28:59 UTC (rev 664971)
@@ -1,29 +0,0 @@
-  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-qt
-pkgver=0.0.0.20200616
-_commit=b6f2ef3c4d3babc38c1262a5df7ac81fb016857d
-pkgrel=2
-pkgdesc="Fcitx5 Qt Library"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-qt;
-license=('GPL')
-groups=('fcitx5-im')
-depends=('fcitx5' 'qt5-x11extras')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz;)
-sha512sums=('75640152251de4c6cd5d80f7f002f775a411b657ef074dced966c73407ea48ca7935c583daf7fd5e0d09660da25442a3eb87405dc0625eded6e1bb63e9f0e709')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DENABLE_QT4=0 .
-  ninja
-}
-
-package() {
-  cd $pkgname-$_commit
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-qt/repos/community-x86_64/PKGBUILD (from rev 664970, 
fcitx5-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 04:28:59 UTC (rev 664971)
@@ -0,0 +1,29 @@
+  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-qt
+pkgver=0.0.0.20200723
+_commit=22e84ba7d0ae5edf9034b13349e4f299fd186345
+pkgrel=1
+pkgdesc="Fcitx5 Qt Library"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-qt;
+license=('GPL')
+groups=('fcitx5-im')
+depends=('fcitx5' 'qt5-x11extras')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz;)
+sha512sums=('d39d8155e2cdc9bece304c5dfc259fabf8602646b0f61154afc09155928226650675136002b934bf1d29cbfc4a7dad7bc558d541dbc417e54540f9c57aef43cd')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DENABLE_QT4=0 .
+  ninja
+}
+
+package() {
+  cd $pkgname-$_commit
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-07-22 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 04:27:30
  Author: felixonmars
Revision: 664969

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 04:26:50 UTC (rev 664968)
+++ PKGBUILD2020-07-23 04:27:30 UTC (rev 664969)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-novaclient
-pkgver=17.1.0
-pkgrel=1
-pkgdesc="Client library for OpenStack Compute API"
-arch=('any')
-url="https://docs.openstack.org/python-novaclient/latest/;
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneauth1'
- 'python-requests' 'python-iso8601' 'python-oslo-utils' 
'python-oslo-i18n'
- 'python-oslo-serialization')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz;)
-sha512sums=('23a38edffad77cad6c24c6ad7e95c6ce62e9b5072c8d6d911ad6ad24ca7c32ba6b98e22fc35c9085ac6fc4316f786026daed9a86603735e7d2d7ef370126ac52')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  sed -i '/simplejson/d' python-novaclient-$pkgver/requirements.txt
-}
-
-build() {
-  cd python-novaclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-novaclient-$pkgver
-  stestr run || warning "Tests failed"
-}
-
-package() {
-  cd "$srcdir"/python-novaclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-novaclient/repos/community-any/PKGBUILD (from rev 664968, 
python-novaclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 04:27:30 UTC (rev 664969)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-novaclient
+pkgver=17.2.0
+pkgrel=1
+pkgdesc="Client library for OpenStack Compute API"
+arch=('any')
+url="https://docs.openstack.org/python-novaclient/latest/;
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneauth1'
+ 'python-requests' 'python-iso8601' 'python-oslo-utils' 
'python-oslo-i18n'
+ 'python-oslo-serialization')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock' 
'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz;)
+sha512sums=('9de833b70347ddff6085e466ac28ede5ce107ff0d788f11f745faabb1ee7c8dd65f32cb14e1011740e1674006e2708041626abcbdd9996f3841e7a3f7cbc822f')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i '/simplejson/d' python-novaclient-$pkgver/requirements.txt
+}
+
+build() {
+  cd python-novaclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-novaclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd "$srcdir"/python-novaclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-07-22 Thread Felix Yan via arch-commits
Date: Thursday, July 23, 2020 @ 04:26:50
  Author: felixonmars
Revision: 664968

upgpkg: python-novaclient 17.2.0-1

Modified:
  python-novaclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 02:33:02 UTC (rev 664967)
+++ PKGBUILD2020-07-23 04:26:50 UTC (rev 664968)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace 
 
 pkgname=python-novaclient
-pkgver=17.1.0
+pkgver=17.2.0
 pkgrel=1
 pkgdesc="Client library for OpenStack Compute API"
 arch=('any')
@@ -12,9 +12,9 @@
  'python-requests' 'python-iso8601' 'python-oslo-utils' 
'python-oslo-i18n'
  'python-oslo-serialization')
 makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
+checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock' 
'python-ddt')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz;)
-sha512sums=('23a38edffad77cad6c24c6ad7e95c6ce62e9b5072c8d6d911ad6ad24ca7c32ba6b98e22fc35c9085ac6fc4316f786026daed9a86603735e7d2d7ef370126ac52')
+sha512sums=('9de833b70347ddff6085e466ac28ede5ce107ff0d788f11f745faabb1ee7c8dd65f32cb14e1011740e1674006e2708041626abcbdd9996f3841e7a3f7cbc822f')
 
 export PBR_VERSION=$pkgver
 
@@ -29,7 +29,7 @@
 
 check() {
   cd python-novaclient-$pkgver
-  stestr run || warning "Tests failed"
+  stestr run
 }
 
 package() {


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

2020-07-22 Thread Nicola Squartini via arch-commits
Date: Thursday, July 23, 2020 @ 02:33:02
  Author: tensor5
Revision: 664967

archrelease: copy trunk to community-x86_64

Added:
  solidity/repos/community-x86_64/PKGBUILD
(from rev 664966, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 02:32:35 UTC (rev 664966)
+++ PKGBUILD2020-07-23 02:33:02 UTC (rev 664967)
@@ -1,41 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.6.11
-_commit=5ef660b17abaa6f9e3b0dd8a949268806ececcd4
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('cvc4' 'z3')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
-sha512sums=('SKIP')
-
-prepare() {
-cd ${pkgname}
-
-commithash=$(git rev-parse --short=8 HEAD)
-echo -n ${commithash} > commit_hash.txt
-echo -n > prerelease.txt
-}
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 664966, 
solidity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 02:33:02 UTC (rev 664967)
@@ -0,0 +1,41 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.6.12
+_commit=27d51765c0623c9f6aef7c00214e9fe705c331b1
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('cvc4' 'z3')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
+sha512sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+commithash=$(git rev-parse --short=8 HEAD)
+echo -n ${commithash} > commit_hash.txt
+echo -n > prerelease.txt
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTESTS=OFF \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}


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

2020-07-22 Thread Nicola Squartini via arch-commits
Date: Thursday, July 23, 2020 @ 02:32:35
  Author: tensor5
Revision: 664966

upgpkg: solidity 0.6.12-1

Modified:
  solidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 01:44:00 UTC (rev 664965)
+++ PKGBUILD2020-07-23 02:32:35 UTC (rev 664966)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.6.11
-_commit=5ef660b17abaa6f9e3b0dd8a949268806ececcd4
+pkgver=0.6.12
+_commit=27d51765c0623c9f6aef7c00214e9fe705c331b1
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('x86_64')


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

2020-07-22 Thread Filipe Laíns via arch-commits
Date: Thursday, July 23, 2020 @ 01:43:45
  Author: ffy00
Revision: 664964

upgpkg: python-libcst 0.3.8-1

Modified:
  python-libcst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 01:22:23 UTC (rev 664963)
+++ PKGBUILD2020-07-23 01:43:45 UTC (rev 664964)
@@ -2,7 +2,7 @@
 
 _pkgname=LibCST
 pkgname=python-libcst
-pkgver=0.3.7
+pkgver=0.3.8
 pkgrel=1
 pkgdesc="A concrete syntax tree parser and serializer library for Python that 
preserves many aspects of Python's abstract syntax tree"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-isort' 
'python-black')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('528a26a1c1ffc43b3836b283ae3d6f7b09648692c5fbce1bc845972e2ef8060a34da14f781dcd35bc8ff02164795b51197bf9234fdecf8166a4f7bdd70219899')
+sha512sums=('f67ba966e998a251930f5b14de95e7edc592d35a02d8b644878ae905c10858172510f61941519e294c55349ffaa4e11652cf9993be22caf9bc6221779071952e')
 
 build() {
   cd $_pkgname-$pkgver


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

2020-07-22 Thread Filipe Laíns via arch-commits
Date: Thursday, July 23, 2020 @ 01:44:00
  Author: ffy00
Revision: 664965

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 01:43:45 UTC (rev 664964)
+++ PKGBUILD2020-07-23 01:44:00 UTC (rev 664965)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=LibCST
-pkgname=python-libcst
-pkgver=0.3.7
-pkgrel=1
-pkgdesc="A concrete syntax tree parser and serializer library for Python that 
preserves many aspects of Python's abstract syntax tree"
-arch=('any')
-url='https://github.com/Instagram/LibCST'
-license=('MIT')
-depends=('python-typing_extensions' 'python-typing_inspect' 'python-yaml')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-isort' 
'python-black')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('528a26a1c1ffc43b3836b283ae3d6f7b09648692c5fbce1bc845972e2ef8060a34da14f781dcd35bc8ff02164795b51197bf9234fdecf8166a4f7bdd70219899')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest --addopts '--ignore libcst/tests/test_fuzz.py'
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-libcst/repos/community-any/PKGBUILD (from rev 664964, 
python-libcst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 01:44:00 UTC (rev 664965)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=LibCST
+pkgname=python-libcst
+pkgver=0.3.8
+pkgrel=1
+pkgdesc="A concrete syntax tree parser and serializer library for Python that 
preserves many aspects of Python's abstract syntax tree"
+arch=('any')
+url='https://github.com/Instagram/LibCST'
+license=('MIT')
+depends=('python-typing_extensions' 'python-typing_inspect' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-hypothesis' 'python-isort' 
'python-black')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('f67ba966e998a251930f5b14de95e7edc592d35a02d8b644878ae905c10858172510f61941519e294c55349ffaa4e11652cf9993be22caf9bc6221779071952e')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest --addopts '--ignore libcst/tests/test_fuzz.py'
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-22 Thread Eli Schwartz via arch-commits
Date: Thursday, July 23, 2020 @ 01:22:06
  Author: eschwartz
Revision: 664962

upgpkg: firefox-adblock-plus 3.9.3-1: upstream release

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 01:08:49 UTC (rev 664961)
+++ PKGBUILD2020-07-23 01:22:06 UTC (rev 664962)
@@ -2,9 +2,9 @@
 # Maintainer: Eli Schwartz 
 
 pkgname=firefox-adblock-plus
-pkgver=3.9.1
+pkgver=3.9.3
 pkgrel=1
-_file=3608375
+_file=3612966
 pkgdesc="Extension for firefox which block ads and banners"
 arch=('any')
 url="https://adblockplus.org/;
@@ -13,7 +13,7 @@
 # https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
 
source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi;)
 noextract=("adblock-plus-$pkgver.xpi")
-sha256sums=('f8c8710ce07685da66e144fabf8578ec437e890d37068936393da753c661a063')
+sha256sums=('474ca379a907814f633929f1b66a4520b5e594e9abad6026c8616de47c6cef1b')
 
 package() {
   depends=("firefox")


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

2020-07-22 Thread Eli Schwartz via arch-commits
Date: Thursday, July 23, 2020 @ 01:22:23
  Author: eschwartz
Revision: 664963

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 664962, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 01:22:06 UTC (rev 664962)
+++ PKGBUILD2020-07-23 01:22:23 UTC (rev 664963)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eli Schwartz 
-
-pkgname=firefox-adblock-plus
-pkgver=3.9.1
-pkgrel=1
-_file=3608375
-pkgdesc="Extension for firefox which block ads and banners"
-arch=('any')
-url="https://adblockplus.org/;
-license=('GPL3')
-groups=('firefox-addons')
-# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
-source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi;)
-noextract=("adblock-plus-$pkgver.xpi")
-sha256sums=('f8c8710ce07685da66e144fabf8578ec437e890d37068936393da753c661a063')
-
-package() {
-  depends=("firefox")
-
-  _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  install -Dm644 "${srcdir}"/adblock-plus-${pkgver}.xpi 
"${_extension_dest}.xpi"
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 664962, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 01:22:23 UTC (rev 664963)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eli Schwartz 
+
+pkgname=firefox-adblock-plus
+pkgver=3.9.3
+pkgrel=1
+_file=3612966
+pkgdesc="Extension for firefox which block ads and banners"
+arch=('any')
+url="https://adblockplus.org/;
+license=('GPL3')
+groups=('firefox-addons')
+# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/
+source=("https://addons.mozilla.org/firefox/downloads/file/${_file}/adblock-plus-${pkgver}.xpi;)
+noextract=("adblock-plus-$pkgver.xpi")
+sha256sums=('474ca379a907814f633929f1b66a4520b5e594e9abad6026c8616de47c6cef1b')
+
+package() {
+  depends=("firefox")
+
+  _extension_id="{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  install -Dm644 "${srcdir}"/adblock-plus-${pkgver}.xpi 
"${_extension_dest}.xpi"
+}


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

2020-07-22 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 23, 2020 @ 00:44:13
  Author: anatolik
Revision: 392420

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 392419, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 392419, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu-ga.service
(from rev 392419, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 392419, qemu/trunk/qemu.install)

-+
 65-kvm.rules|1 
 PKGBUILD|  229 ++
 qemu-ga.service |9 ++
 qemu.install|8 +
 4 files changed, 247 insertions(+)

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 392419, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2020-07-23 00:44:13 UTC (rev 392420)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/PKGBUILD (from rev 392419, 
qemu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-23 00:44:13 UTC (rev 392420)
@@ -0,0 +1,229 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=5.0.0
+pkgrel=8
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="https://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
+   libssh zstd liburing)
+depends=(virglrenderer sdl2 vte3 libpulse brltty "${_headlessdeps[@]}")
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx 
xfsprogs)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+
iouring-1.patch::https://github.com/qemu/qemu/commit/de137e44f75d9868f5b548638081850f6ac771f2.patch
+
iouring-2.patch::https://github.com/qemu/qemu/commit/ba607ca8bff4d2c2062902f8355657c865ac7c29.patch
+
hostmem.patch::https://github.com/qemu/qemu/commit/70b6d525dfb51d5e523d568d1139fc051bc223c5.patch
+qemu-ga.service
+65-kvm.rules)
+sha512sums=('21ef0cbe107c468a40f0fa2635db2a40048c8790b629dfffca5cd62bb1b502ea8eb133bfc40df5ecf1489e2bffe87f6829aee041cb8a380ff04a8afa23b39fcf'
+'SKIP'
+
'533010ba4adb2678e232febaa0ae476556a2d319d431ab14c83985510e3a0f8159fca20a926df0f8b30e02c7859e1b33ffd8f7fcd6144dc87f09ea62a177b82b'
+
'ffea3356fcc5c42a5e3d811f47ff1a0add6f3e3c96de7ee11a6a17c9667b4e5b2f1f0e9eabb59b448e421824d02a3038d1149d02398986e1ec7a752c7e71e9b1'
+
'ddbd9e141ae918c52a97c1e28da372e939848223951f00dc84e1d0980ce87b90e4b9b2289c2100976c94042f04eaa234f201ab605e430e970da98e98879e4b2c'
+
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
+
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+
+  cd ${pkgname}-${pkgver}
+
+  # FS#66578 FS#66710
+  patch -p1 < ../iouring-1.patch
+  patch -p1 < ../iouring-2.patch
+
+  # FS#66646
+  patch -p1 < ../hostmem.patch
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl"
+
+  _build headless \
+--audio-drv-list= \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-brlapi \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--extra-ldflags="$LDFLAGS" \
+--smbd=/usr/bin/smbd \
+--enable-modules \
+--enable-sdl \
+--enable-slirp=system \
+--enable-xfsctl \
+"${@:2}"
+
+  make
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+   

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

2020-07-22 Thread Anatol Pomozov via arch-commits
Date: Thursday, July 23, 2020 @ 00:43:45
  Author: anatolik
Revision: 392419

upgpkg: qemu 5.0.0-8: liburing 0.7 rebuild

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:51:36 UTC (rev 392418)
+++ PKGBUILD2020-07-23 00:43:45 UTC (rev 392419)
@@ -6,7 +6,7 @@
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
 pkgver=5.0.0
-pkgrel=7
+pkgrel=8
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="https://wiki.qemu.org/;


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

2020-07-22 Thread Balló György via arch-commits
Date: Thursday, July 23, 2020 @ 00:42:06
  Author: bgyorgy
Revision: 664960

archrelease: copy trunk to community-x86_64

Added:
  marker/repos/community-x86_64/PKGBUILD
(from rev 664959, marker/trunk/PKGBUILD)
  marker/repos/community-x86_64/elf_files_in_lib.patch
(from rev 664959, marker/trunk/elf_files_in_lib.patch)
  marker/repos/community-x86_64/mathjax.patch
(from rev 664959, marker/trunk/mathjax.patch)
  marker/repos/community-x86_64/optional-pandoc.patch
(from rev 664959, marker/trunk/optional-pandoc.patch)
  marker/repos/community-x86_64/pdf-export.patch
(from rev 664959, marker/trunk/pdf-export.patch)
Deleted:
  marker/repos/community-x86_64/PKGBUILD
  marker/repos/community-x86_64/elf_files_in_lib.patch
  marker/repos/community-x86_64/mathjax.patch

+
 PKGBUILD   |  142 +--
 elf_files_in_lib.patch |   38 ++--
 mathjax.patch  |   26 
 optional-pandoc.patch  |   42 +
 pdf-export.patch   |   21 ++
 5 files changed, 171 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 00:42:02 UTC (rev 664959)
+++ PKGBUILD2020-07-23 00:42:06 UTC (rev 664960)
@@ -1,66 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Josip Ponjavic 
-
-pkgname=marker
-pkgver=2020.04.04.2
-pkgrel=2
-pkgdesc='Simple yet robust Markdown editor made with GTK'
-arch=(x86_64)
-url='https://fabiocolacio.github.io/Marker/'
-license=(GPL3)
-depends=(gtksourceview3 gtkspell3 webkit2gtk)
-makedepends=(git meson)
-optdepends=('mathjax2: alternative backend for rendering formulas'
-'pandoc: export to RTF, ODT, DOCX')
-_commit=90f2667611a5017840dced736fd1ea801930a45f  # tags/2020.04.04.2^0
-source=(git+https://github.com/fabiocolacio/Marker.git#commit=$_commit
-git+https://github.com/Mandarancio/scidown.git
-git+https://github.com/Mandarancio/charter.git
-git+https://github.com/codeplea/tinyexpr.git
-mathjax.patch
-elf_files_in_lib.patch)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'00bed5a7b888a2872933b25c0d12c46c38b47f641308e7b87f876ffa34542be2'
-'09c3394f7cdcd21aa184c42ad837c2b1cacc5326772e10f92f3b3585d5b443c2')
-
-pkgver() {
-  cd Marker
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd Marker
-
-  # ELF file must be in lib
-  patch -Np1 -i ../elf_files_in_lib.patch
-
-  # Unbundle mathjax
-  rm -r data/scripts/mathjax
-  patch -Np1 -i ../mathjax.patch
-
-  git submodule init
-  git submodule set-url src/scidown "$srcdir/scidown"
-  git submodule update
-
-  cd src/scidown
-  git submodule init
-  git submodule set-url src/charter "$srcdir/charter"
-  git submodule update
-
-  cd src/charter
-  git submodule init
-  git submodule set-url src/tinyexpr "$srcdir/tinyexpr"
-  git submodule update
-}
-
-build() {
-  arch-meson Marker build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: marker/repos/community-x86_64/PKGBUILD (from rev 664959, 
marker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 00:42:06 UTC (rev 664960)
@@ -0,0 +1,76 @@
+# Maintainer: Balló György 
+# Contributor: Josip Ponjavic 
+
+pkgname=marker
+pkgver=2020.04.04.2
+pkgrel=3
+pkgdesc='Simple yet robust Markdown editor made with GTK'
+arch=(x86_64)
+url='https://fabiocolacio.github.io/Marker/'
+license=(GPL3)
+depends=(gtksourceview3 gtkspell3 webkit2gtk)
+makedepends=(git meson)
+optdepends=('mathjax2: alternative backend for rendering formulas'
+'pandoc: export to RTF, ODT, DOCX')
+_commit=90f2667611a5017840dced736fd1ea801930a45f  # tags/2020.04.04.2^0
+source=(git+https://github.com/fabiocolacio/Marker.git#commit=$_commit
+git+https://github.com/Mandarancio/scidown.git
+git+https://github.com/Mandarancio/charter.git
+git+https://github.com/codeplea/tinyexpr.git
+mathjax.patch
+elf_files_in_lib.patch
+pdf-export.patch
+optional-pandoc.patch)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'00bed5a7b888a2872933b25c0d12c46c38b47f641308e7b87f876ffa34542be2'
+'09c3394f7cdcd21aa184c42ad837c2b1cacc5326772e10f92f3b3585d5b443c2'
+'9d80931b473a7c36d8ac116999484315f3f332d39b26199e87e62cb62edc3f81'
+'ac8ecbdd9d49e14045c7508184aeaf267a5ec24aeb05a186486c1ebac20173fb')
+
+pkgver() {
+  cd Marker
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd Marker
+
+  # ELF file must be in lib
+  patch -Np1 -i ../elf_files_in_lib.patch
+
+  # Unbundle mathjax
+  rm -r data/scripts/mathjax
+  patch -Np1 -i ../mathjax.patch
+
+  # Fix PDF export
+  patch -Np1 -i ../pdf-export.patch
+
+  # Make pandoc 

[arch-commits] Commit in marker/trunk (3 files)

2020-07-22 Thread Balló György via arch-commits
Date: Thursday, July 23, 2020 @ 00:42:02
  Author: bgyorgy
Revision: 664959

upgpkg: marker 2020.04.04.2-3: Further fixes

Added:
  marker/trunk/optional-pandoc.patch
  marker/trunk/pdf-export.patch
Modified:
  marker/trunk/PKGBUILD

---+
 PKGBUILD  |   16 +---
 optional-pandoc.patch |   42 ++
 pdf-export.patch  |   21 +
 3 files changed, 76 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 00:34:31 UTC (rev 664958)
+++ PKGBUILD2020-07-23 00:42:02 UTC (rev 664959)
@@ -3,7 +3,7 @@
 
 pkgname=marker
 pkgver=2020.04.04.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Simple yet robust Markdown editor made with GTK'
 arch=(x86_64)
 url='https://fabiocolacio.github.io/Marker/'
@@ -18,13 +18,17 @@
 git+https://github.com/Mandarancio/charter.git
 git+https://github.com/codeplea/tinyexpr.git
 mathjax.patch
-elf_files_in_lib.patch)
+elf_files_in_lib.patch
+pdf-export.patch
+optional-pandoc.patch)
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
 'SKIP'
 '00bed5a7b888a2872933b25c0d12c46c38b47f641308e7b87f876ffa34542be2'
-'09c3394f7cdcd21aa184c42ad837c2b1cacc5326772e10f92f3b3585d5b443c2')
+'09c3394f7cdcd21aa184c42ad837c2b1cacc5326772e10f92f3b3585d5b443c2'
+'9d80931b473a7c36d8ac116999484315f3f332d39b26199e87e62cb62edc3f81'
+'ac8ecbdd9d49e14045c7508184aeaf267a5ec24aeb05a186486c1ebac20173fb')
 
 pkgver() {
   cd Marker
@@ -41,6 +45,12 @@
   rm -r data/scripts/mathjax
   patch -Np1 -i ../mathjax.patch
 
+  # Fix PDF export
+  patch -Np1 -i ../pdf-export.patch
+
+  # Make pandoc optional
+  patch -Np1 -i ../optional-pandoc.patch
+
   git submodule init
   git submodule set-url src/scidown "$srcdir/scidown"
   git submodule update

Added: optional-pandoc.patch
===
--- optional-pandoc.patch   (rev 0)
+++ optional-pandoc.patch   2020-07-23 00:42:02 UTC (rev 664959)
@@ -0,0 +1,42 @@
+diff --git a/src/marker-exporter.c b/src/marker-exporter.c
+index a038ab8a..d07a5f7e 100644
+--- a/src/marker-exporter.c
 b/src/marker-exporter.c
+@@ -127,20 +127,23 @@ marker_exporter_show_export_dialog(MarkerWindow* window)
+   gtk_file_filter_add_pattern (filter, "*.pdf");
+   gtk_file_chooser_add_filter (chooser, filter);
+ 
+-  filter = gtk_file_filter_new ();
+-  gtk_file_filter_set_name (filter, "RTF");
+-  gtk_file_filter_add_pattern (filter, "*.rtf");
+-  gtk_file_chooser_add_filter (chooser, filter);
+-
+-  filter = gtk_file_filter_new ();
+-  gtk_file_filter_set_name (filter, "DOCX");
+-  gtk_file_filter_add_pattern (filter, "*.docx");
+-  gtk_file_chooser_add_filter (chooser, filter);
+-
+-  filter = gtk_file_filter_new ();
+-  gtk_file_filter_set_name (filter, "ODT");
+-  gtk_file_filter_add_pattern (filter, "*.odt");
+-  gtk_file_chooser_add_filter (chooser, filter);
++  if (g_find_program_in_path ("pandoc"))
++  {
++filter = gtk_file_filter_new ();
++gtk_file_filter_set_name (filter, "RTF");
++gtk_file_filter_add_pattern (filter, "*.rtf");
++gtk_file_chooser_add_filter (chooser, filter);
++
++filter = gtk_file_filter_new ();
++gtk_file_filter_set_name (filter, "DOCX");
++gtk_file_filter_add_pattern (filter, "*.docx");
++gtk_file_chooser_add_filter (chooser, filter);
++
++filter = gtk_file_filter_new ();
++gtk_file_filter_set_name (filter, "ODT");
++gtk_file_filter_add_pattern (filter, "*.odt");
++gtk_file_chooser_add_filter (chooser, filter);
++  }
+ 
+   filter = gtk_file_filter_new ();
+   gtk_file_filter_set_name (filter, "LATEX");

Added: pdf-export.patch
===
--- pdf-export.patch(rev 0)
+++ pdf-export.patch2020-07-23 00:42:02 UTC (rev 664959)
@@ -0,0 +1,21 @@
+diff --git a/src/marker-preview.c b/src/marker-preview.c
+index a7c2e2b4..2cfd153e 100644
+--- a/src/marker-preview.c
 b/src/marker-preview.c
+@@ -21,6 +21,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #include 
+ #include 
+@@ -451,7 +452,7 @@ marker_preview_print_pdf(MarkerPreview* preview,
+ 
+ gtk_print_settings_set(print_s, GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT, 
"pdf");
+ gtk_print_settings_set(print_s, GTK_PRINT_SETTINGS_OUTPUT_URI, uri);
+-gtk_print_settings_set(print_s, GTK_PRINT_SETTINGS_PRINTER, "Print to 
File");
++gtk_print_settings_set(print_s, GTK_PRINT_SETTINGS_PRINTER, dgettext 
("gtk30", "Print to File"));
+ 
+ if (orientation == GTK_PAGE_ORIENTATION_PORTRAIT) {
+   gtk_page_setup_set_paper_size(gtk_page_setup, gtk_paper_size);


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

2020-07-22 Thread Filipe Laíns via arch-commits
Date: Thursday, July 23, 2020 @ 00:34:31
  Author: ffy00
Revision: 664958

archrelease: copy trunk to community-x86_64

Added:
  tree-sitter/repos/community-x86_64/
  tree-sitter/repos/community-x86_64/PKGBUILD
(from rev 664957, tree-sitter/trunk/PKGBUILD)

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

Copied: tree-sitter/repos/community-x86_64/PKGBUILD (from rev 664957, 
tree-sitter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-07-23 00:34:31 UTC (rev 664958)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tree-sitter
+pkgver=0.16.9
+pkgrel=1
+pkgdesc='An incremental parsing system for programming tools'
+arch=('x86_64')
+url='https://github.com/tree-sitter/tree-sitter'
+license=('MIT')
+provides=('libtree-sitter.so')
+makedepends=('git' 'cargo' 'npm' 'emscripten')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+
+  ./script/build-wasm
+
+  cd cli
+
+  cargo build --release --locked --all-features
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+
+  install -Dm 755 target/release/$pkgname -t "$pkgdir"/usr/bin
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2020-07-22 Thread Filipe Laíns via arch-commits
Date: Thursday, July 23, 2020 @ 00:34:23
  Author: ffy00
Revision: 664957

upgpkg: tree-sitter 0.16.9-1

Added:
  tree-sitter/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 00:34:23 UTC (rev 664957)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tree-sitter
+pkgver=0.16.9
+pkgrel=1
+pkgdesc='An incremental parsing system for programming tools'
+arch=('x86_64')
+url='https://github.com/tree-sitter/tree-sitter'
+license=('MIT')
+provides=('libtree-sitter.so')
+makedepends=('git' 'cargo' 'npm' 'emscripten')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+
+  ./script/build-wasm
+
+  cd cli
+
+  cargo build --release --locked --all-features
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+
+  install -Dm 755 target/release/$pkgname -t "$pkgdir"/usr/bin
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2020-07-22 Thread Eli Schwartz via arch-commits
Date: Thursday, July 23, 2020 @ 00:31:14
  Author: eschwartz
Revision: 664955

upgpkg: firefox-extension-privacybadger 2020.7.21-1: upstream release

Modified:
  firefox-extension-privacybadger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 00:19:35 UTC (rev 664954)
+++ PKGBUILD2020-07-23 00:31:14 UTC (rev 664955)
@@ -3,7 +3,7 @@
 
 _pkgname=privacybadger
 pkgname=firefox-extension-${_pkgname}
-pkgver=2020.6.29
+pkgver=2020.7.21
 pkgrel=1
 pkgdesc="Block third party tracking in your browser"
 arch=('any')
@@ -14,9 +14,9 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('4b9373d033aa21516827c857ad36a07e5dfddebf3863b96af89ddcb77c906483'
+sha256sums=('39f5477f92a98924d5fa6e846ac8c29e225a3f3971246b4393ce4e4ac7efbe36'
 'SKIP')
-b2sums=('fc9433c3dd0e4cc62861102bcfadcfd66b34e4f3e0c2551969ad3c2192ae0c9c43360d6c8faec902d1c30f06f16bd2410fd5d12fb2072a8f57d32111bd6d5a16'
+b2sums=('2af5f3e0536f67ae069dcab4d30e4f9adb353399902d1941d8fadc518f8a78b72fcfe4c8a9c3b84d5d3664ea17ada96c7cbe12c68ccbfaa7fb34ed7932ab3a51'
 'SKIP')
 validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

 


[arch-commits] Commit in firefox-extension-privacybadger/repos/community-any (2 files)

2020-07-22 Thread Eli Schwartz via arch-commits
Date: Thursday, July 23, 2020 @ 00:31:32
  Author: eschwartz
Revision: 664956

archrelease: copy trunk to community-any

Added:
  firefox-extension-privacybadger/repos/community-any/PKGBUILD
(from rev 664955, firefox-extension-privacybadger/trunk/PKGBUILD)
Deleted:
  firefox-extension-privacybadger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 00:31:14 UTC (rev 664955)
+++ PKGBUILD2020-07-23 00:31:32 UTC (rev 664956)
@@ -1,47 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=privacybadger
-pkgname=firefox-extension-${_pkgname}
-pkgver=2020.6.29
-pkgrel=1
-pkgdesc="Block third party tracking in your browser"
-arch=('any')
-url="https://www.eff.org/privacybadger;
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('4b9373d033aa21516827c857ad36a07e5dfddebf3863b96af89ddcb77c906483'
-'SKIP')
-b2sums=('fc9433c3dd0e4cc62861102bcfadcfd66b34e4f3e0c2551969ad3c2192ae0c9c43360d6c8faec902d1c30f06f16bd2410fd5d12fb2072a8f57d32111bd6d5a16'
-'SKIP')
-validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

-
-prepare() {
-  cd "$srcdir"
-
-  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
-}
-
-package() {
-  depends=("firefox")
-  cd "${srcdir}"
-
-  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
-_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
-  else
-_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
-  fi
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  # Should this extension be unpacked or not?
-  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-extension-privacybadger/repos/community-any/PKGBUILD (from rev 
664955, firefox-extension-privacybadger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 00:31:32 UTC (rev 664956)
@@ -0,0 +1,47 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=privacybadger
+pkgname=firefox-extension-${_pkgname}
+pkgver=2020.7.21
+pkgrel=1
+pkgdesc="Block third party tracking in your browser"
+arch=('any')
+url="https://www.eff.org/privacybadger;
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('39f5477f92a98924d5fa6e846ac8c29e225a3f3971246b4393ce4e4ac7efbe36'
+'SKIP')
+b2sums=('2af5f3e0536f67ae069dcab4d30e4f9adb353399902d1941d8fadc518f8a78b72fcfe4c8a9c3b84d5d3664ea17ada96c7cbe12c68ccbfaa7fb34ed7932ab3a51'
+'SKIP')
+validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

+
+prepare() {
+  cd "$srcdir"
+
+  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
+}
+
+package() {
+  depends=("firefox")
+  cd "${srcdir}"
+
+  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
+_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
+  else
+_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
+  fi
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  # Should this extension be unpacked or not?
+  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


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

2020-07-22 Thread Filipe Laíns via arch-commits
Date: Thursday, July 23, 2020 @ 00:19:35
  Author: ffy00
Revision: 664954

add root structure

Added:
  tree-sitter/
  tree-sitter/repos/
  tree-sitter/trunk/


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

2020-07-22 Thread Daniel M. Capella via arch-commits
Date: Wednesday, July 22, 2020 @ 23:50:46
  Author: polyzen
Revision: 664952

upgpkg: firefox-ublock-origin 1.28.4-1

Modified:
  firefox-ublock-origin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 22:22:44 UTC (rev 664951)
+++ PKGBUILD2020-07-22 23:50:46 UTC (rev 664952)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-ublock-origin
-pkgver=1.28.2
+pkgver=1.28.4
 pkgrel=1
 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
 arch=('any')
@@ -10,7 +10,7 @@
 groups=('firefox-addons')
 
source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('09fc8886b1d91b5e006ff2482a0568ec457cd51183aa444bed2455d03f8ef5bd')
+sha256sums=('5ec27092cff9dee0bef53834ae3681800c428b9de5adf623f47f5077337f74a6')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi


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

2020-07-22 Thread Daniel M. Capella via arch-commits
Date: Wednesday, July 22, 2020 @ 23:51:08
  Author: polyzen
Revision: 664953

archrelease: copy trunk to community-any

Added:
  firefox-ublock-origin/repos/community-any/PKGBUILD
(from rev 664952, firefox-ublock-origin/trunk/PKGBUILD)
Deleted:
  firefox-ublock-origin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 23:50:46 UTC (rev 664952)
+++ PKGBUILD2020-07-22 23:51:08 UTC (rev 664953)
@@ -1,19 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-ublock-origin
-pkgver=1.28.2
-pkgrel=1
-pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
-arch=('any')
-url=https://github.com/gorhill/uBlock
-license=('GPL3')
-groups=('firefox-addons')
-source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('09fc8886b1d91b5e006ff2482a0568ec457cd51183aa444bed2455d03f8ef5bd')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-ublock-origin/repos/community-any/PKGBUILD (from rev 664952, 
firefox-ublock-origin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 23:51:08 UTC (rev 664953)
@@ -0,0 +1,19 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-ublock-origin
+pkgver=1.28.4
+pkgrel=1
+pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
+arch=('any')
+url=https://github.com/gorhill/uBlock
+license=('GPL3')
+groups=('firefox-addons')
+source=("https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-$pkgver-an+fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('5ec27092cff9dee0bef53834ae3681800c428b9de5adf623f47f5077337f74a6')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-22 Thread Daniel Bermond via arch-commits
Date: Wednesday, July 22, 2020 @ 22:22:44
  Author: dbermond
Revision: 664951

archrelease: copy trunk to community-x86_64

Added:
  svt-vp9/repos/community-x86_64/PKGBUILD
(from rev 664950, svt-vp9/trunk/PKGBUILD)
Deleted:
  svt-vp9/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 22:22:21 UTC (rev 664950)
+++ PKGBUILD2020-07-22 22:22:44 UTC (rev 664951)
@@ -1,54 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=svt-vp9
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='Scalable Video Technology VP9 encoder'
-arch=(x86_64)
-url=https://github.com/OpenVisualCloud/SVT-VP9
-license=(BSD)
-depends=(glibc)
-makedepends=(
-  cmake
-  git
-  nasm
-)
-source=(git+https://github.com/OpenVisualCloud/SVT-VP9.git#tag=11d000baab0f7f02085cab9fbd369e6c14d3926c)
-md5sums=(SKIP)
-
-pkgver() {
-  cd SVT-VP9
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-
-  sed '/CMAKE_BUILD_TYPE Release/d' -i SVT-VP9/CMakeLists.txt
-}
-
-build() {
-  cd build
-
-  export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
-
-  cmake ../SVT-VP9 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--DNATIVE=OFF
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 ../SVT-VP9/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/svt-vp9/
-}
-
-# vim: ts=2 sw=2 et:

Copied: svt-vp9/repos/community-x86_64/PKGBUILD (from rev 664950, 
svt-vp9/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 22:22:44 UTC (rev 664951)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=svt-vp9
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='Scalable Video Technology VP9 encoder'
+arch=(x86_64)
+url=https://github.com/OpenVisualCloud/SVT-VP9
+license=(BSD)
+depends=(glibc)
+makedepends=(
+  cmake
+  git
+  nasm
+)
+source=(git+https://github.com/OpenVisualCloud/SVT-VP9.git#tag=df7b86da067904ec18c08f5f869c7275f10ae873)
+md5sums=(SKIP)
+
+pkgver() {
+  cd SVT-VP9
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+
+  sed '/CMAKE_BUILD_TYPE Release/d' -i SVT-VP9/CMakeLists.txt
+}
+
+build() {
+  cd build
+
+  export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
+
+  cmake ../SVT-VP9 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DNATIVE=OFF
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 ../SVT-VP9/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/svt-vp9/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-22 Thread Daniel Bermond via arch-commits
Date: Wednesday, July 22, 2020 @ 22:22:21
  Author: dbermond
Revision: 664950

upgpkg: svt-vp9 0.2.2-1

Modified:
  svt-vp9/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 22:07:46 UTC (rev 664949)
+++ PKGBUILD2020-07-22 22:22:21 UTC (rev 664950)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Schneider 
 
 pkgname=svt-vp9
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc='Scalable Video Technology VP9 encoder'
 arch=(x86_64)
@@ -14,7 +14,7 @@
   git
   nasm
 )
-source=(git+https://github.com/OpenVisualCloud/SVT-VP9.git#tag=11d000baab0f7f02085cab9fbd369e6c14d3926c)
+source=(git+https://github.com/OpenVisualCloud/SVT-VP9.git#tag=df7b86da067904ec18c08f5f869c7275f10ae873)
 md5sums=(SKIP)
 
 pkgver() {


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

2020-07-22 Thread Levente Polyak via arch-commits
Date: Wednesday, July 22, 2020 @ 22:07:41
  Author: anthraxx
Revision: 664948

upgpkg: scrot 1.4-1

Modified:
  scrot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:57:21 UTC (rev 664947)
+++ PKGBUILD2020-07-22 22:07:41 UTC (rev 664948)
@@ -3,17 +3,17 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=scrot
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc='Simple command-line screenshot utility for X'
 url='https://github.com/resurrecting-open-source-projects/scrot'
 arch=('x86_64')
 license=('MIT')
-depends=('giblib' 'libxfixes' 'libxcursor')
+depends=('giblib' 'libxfixes' 'libxcomposite')
 makedepends=('autoconf-archive')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('45828824701c7574676d0746d01f3dc8313ea91a272fa169b616765442e8842b67d8aa73f47009a66d34dd6b89a230fd9fb42bc598e88baae70fc45345c13a4c')
-b2sums=('1972edfa3b61c95fd786d0b4db13633778293b2c671c395939ea0b77d49714e644abd60cfae5656f03fd1c701185d2c8961c45d62989e882f2cd8f4a824dee57')
+sha512sums=('8423e7b2658f3e0ccf30f61e122016469226328adf8b1e511aeb031dd2655ae66582651e2d046c7c35d23efb98656369a02b59e711980481ddc4db24c299ee11')
+b2sums=('ba844f8bc500c468d028ce62ae57bd6a9fa0e403df6f05dd217722a9115456b70a38aabd7ccb0da53d855b9971d0f5948f82545ca0c8cceb75ede0d4546e27c1')
 
 prepare(){
   cd ${pkgname}-${pkgver}


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

2020-07-22 Thread Levente Polyak via arch-commits
Date: Wednesday, July 22, 2020 @ 22:07:46
  Author: anthraxx
Revision: 664949

archrelease: copy trunk to community-x86_64

Added:
  scrot/repos/community-x86_64/PKGBUILD
(from rev 664948, scrot/trunk/PKGBUILD)
Deleted:
  scrot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 22:07:41 UTC (rev 664948)
+++ PKGBUILD2020-07-22 22:07:46 UTC (rev 664949)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgname=scrot
-pkgver=1.3
-pkgrel=1
-pkgdesc='Simple command-line screenshot utility for X'
-url='https://github.com/resurrecting-open-source-projects/scrot'
-arch=('x86_64')
-license=('MIT')
-depends=('giblib' 'libxfixes' 'libxcursor')
-makedepends=('autoconf-archive')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('45828824701c7574676d0746d01f3dc8313ea91a272fa169b616765442e8842b67d8aa73f47009a66d34dd6b89a230fd9fb42bc598e88baae70fc45345c13a4c')
-b2sums=('1972edfa3b61c95fd786d0b4db13633778293b2c671c395939ea0b77d49714e644abd60cfae5656f03fd1c701185d2c8961c45d62989e882f2cd8f4a824dee57')
-
-prepare(){
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: scrot/repos/community-x86_64/PKGBUILD (from rev 664948, 
scrot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 22:07:46 UTC (rev 664949)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgname=scrot
+pkgver=1.4
+pkgrel=1
+pkgdesc='Simple command-line screenshot utility for X'
+url='https://github.com/resurrecting-open-source-projects/scrot'
+arch=('x86_64')
+license=('MIT')
+depends=('giblib' 'libxfixes' 'libxcomposite')
+makedepends=('autoconf-archive')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('8423e7b2658f3e0ccf30f61e122016469226328adf8b1e511aeb031dd2655ae66582651e2d046c7c35d23efb98656369a02b59e711980481ddc4db24c299ee11')
+b2sums=('ba844f8bc500c468d028ce62ae57bd6a9fa0e403df6f05dd217722a9115456b70a38aabd7ccb0da53d855b9971d0f5948f82545ca0c8cceb75ede0d4546e27c1')
+
+prepare(){
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-22 Thread Levente Polyak via arch-commits
Date: Wednesday, July 22, 2020 @ 21:57:15
  Author: anthraxx
Revision: 664946

upgpkg: wpscan 1:3.8.3-1

Modified:
  wpscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:51:36 UTC (rev 664945)
+++ PKGBUILD2020-07-22 21:57:15 UTC (rev 664946)
@@ -2,7 +2,7 @@
 # Contributor: alexiobash < me (at) alexiobash (dot) com >
 
 pkgname=wpscan
-pkgver=3.8.2
+pkgver=3.8.3
 pkgrel=1
 epoch=1
 pkgdesc='Black box WordPress vulnerability scanner'
@@ -13,8 +13,8 @@
 options=('!strip' '!emptydirs')
 install=wpscan.install
 
source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('5c928d9fe9d0bd06f55bf52cd04e607fbed7501659bdaaec535e6e1a98d52ea3cd87264843fd24a340d2bc5f1205d984fa8b7e82eb1028d854328750598f24a9')
-b2sums=('5d47fed4ff4492abd353c09fd040d95dd0d2cea03bc520667560b6a67d55a7111847e0cf3272bb05a868fe1fecdaad4823e516f4fd9e5f2492264a8c8f8c067c')
+sha512sums=('d0721fbbbcee63393da02666bb715b16ebff2f164467a778a3f63e3533a81860332038cca7ba03023d3d9881685558a6971183307ad19a3a4c775d12454f5cea')
+b2sums=('a4fb930d5150f8159a9844110544bdc38600ca723305cd1e492315a3c5eef8b630096897cd2a1391b6be0f599063d5028067f56d803c27630d61446955ab967f')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2020-07-22 Thread Levente Polyak via arch-commits
Date: Wednesday, July 22, 2020 @ 21:57:21
  Author: anthraxx
Revision: 664947

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  108 +++
 wpscan.install |   18 -
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 21:57:15 UTC (rev 664946)
+++ PKGBUILD2020-07-22 21:57:21 UTC (rev 664947)
@@ -1,54 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: alexiobash < me (at) alexiobash (dot) com >
-
-pkgname=wpscan
-pkgver=3.8.2
-pkgrel=1
-epoch=1
-pkgdesc='Black box WordPress vulnerability scanner'
-url='https://wpscan.org'
-arch=('x86_64')
-license=('custom:WPScan')
-depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl' 'libxml2')
-options=('!strip' '!emptydirs')
-install=wpscan.install
-source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('5c928d9fe9d0bd06f55bf52cd04e607fbed7501659bdaaec535e6e1a98d52ea3cd87264843fd24a340d2bc5f1205d984fa8b7e82eb1028d854328750598f24a9')
-b2sums=('5d47fed4ff4492abd353c09fd040d95dd0d2cea03bc520667560b6a67d55a7111847e0cf3272bb05a868fe1fecdaad4823e516f4fd9e5f2492264a8c8f8c067c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i '/bundler/ s|~>|>=|g' $pkgname.gemspec
-  bundle config build.nokogiri --use-system-libraries
-  bundle config set --local path vendor/bundle
-  bundle config set --local without development test
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS+=" -I/usr/include/libxml2"
-  bundle install -j"$(nproc)"
-  # reproducible builds: don't leak jobs count
-  sed '/BUNDLE_JOBS/d' -i .bundle/config
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}"
-  cp -ra --no-preserve=owner . "${pkgdir}/opt/${pkgname}"
-
-  install -d "${pkgdir}/usr/bin"
-  cat > "${pkgdir}/usr/bin/${pkgname}" << EOF
-#!/bin/sh
-BUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/wpscan/bin/wpscan 
"\$@"
-EOF
-  chmod 755 "${pkgdir}/usr/bin/${pkgname}"
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  find "${pkgdir}" \( -name gem_make.out -or -name mkmf.log \) -delete
-  rm -r "${pkgdir}"/opt/wpscan/vendor/bundle/ruby/*/cache
-}
-
-# vim: ts=2 sw=2 et:

Copied: wpscan/repos/community-x86_64/PKGBUILD (from rev 664946, 
wpscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 21:57:21 UTC (rev 664947)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Contributor: alexiobash < me (at) alexiobash (dot) com >
+
+pkgname=wpscan
+pkgver=3.8.3
+pkgrel=1
+epoch=1
+pkgdesc='Black box WordPress vulnerability scanner'
+url='https://wpscan.org'
+arch=('x86_64')
+license=('custom:WPScan')
+depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl' 'libxml2')
+options=('!strip' '!emptydirs')
+install=wpscan.install
+source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('d0721fbbbcee63393da02666bb715b16ebff2f164467a778a3f63e3533a81860332038cca7ba03023d3d9881685558a6971183307ad19a3a4c775d12454f5cea')
+b2sums=('a4fb930d5150f8159a9844110544bdc38600ca723305cd1e492315a3c5eef8b630096897cd2a1391b6be0f599063d5028067f56d803c27630d61446955ab967f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i '/bundler/ s|~>|>=|g' $pkgname.gemspec
+  bundle config build.nokogiri --use-system-libraries
+  bundle config set --local path vendor/bundle
+  bundle config set --local without development test
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)"
+  # reproducible builds: don't leak jobs count
+  sed '/BUNDLE_JOBS/d' -i .bundle/config
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}"
+  cp -ra --no-preserve=owner . "${pkgdir}/opt/${pkgname}"
+
+  install -d "${pkgdir}/usr/bin"
+  cat > "${pkgdir}/usr/bin/${pkgname}" << EOF
+#!/bin/sh
+BUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/wpscan/bin/wpscan 
"\$@"
+EOF
+  chmod 755 "${pkgdir}/usr/bin/${pkgname}"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  find "${pkgdir}" \( -name gem_make.out -or -name mkmf.log \) -delete
+  rm -r "${pkgdir}"/opt/wpscan/vendor/bundle/ruby/*/cache
+}
+
+# vim: ts=2 sw=2 et:

Deleted: wpscan.install
===
--- wpscan.install  2020-07-22 

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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 21:37:57
  Author: foutrelis
Revision: 664943

upgpkg: ldc 2:1.22.0-2: clang 10.0.1 rebuild

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:30:43 UTC (rev 664942)
+++ PKGBUILD2020-07-22 21:37:57 UTC (rev 664943)
@@ -7,9 +7,9 @@
 pkgver=1.22.0
 _pkgcommit=74893d99477f00235b51ee72374660f9c178a939
 _dversion=2.092.1
-_clangversion=10.0.0 # related to where ldc2 looks for compiler-rt sanitizers
+_clangversion=10.0.1 # related to where ldc2 looks for compiler-rt sanitizers
 epoch=2
-pkgrel=1
+pkgrel=2
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc;


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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 21:38:01
  Author: foutrelis
Revision: 664944

archrelease: copy trunk to community-staging-x86_64

Added:
  ldc/repos/community-staging-x86_64/
  ldc/repos/community-staging-x86_64/PKGBUILD
(from rev 664943, ldc/trunk/PKGBUILD)
  ldc/repos/community-staging-x86_64/fix-llvm_prefetch-for-LLVM-10.patch
(from rev 664943, ldc/trunk/fix-llvm_prefetch-for-LLVM-10.patch)

-+
 PKGBUILD|  108 ++
 fix-llvm_prefetch-for-LLVM-10.patch |   55 +
 2 files changed, 163 insertions(+)

Copied: ldc/repos/community-staging-x86_64/PKGBUILD (from rev 664943, 
ldc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-22 21:38:01 UTC (rev 664944)
@@ -0,0 +1,108 @@
+# Maintainer: Dan Printzell 
+# Contributor: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.22.0
+_pkgcommit=74893d99477f00235b51ee72374660f9c178a939
+_dversion=2.092.1
+_clangversion=10.0.1 # related to where ldc2 looks for compiler-rt sanitizers
+epoch=2
+pkgrel=2
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('x86_64')
+url="https://github.com/ldc-developers/ldc;
+license=('BSD')
+makedepends=('git' 'cmake' 'llvm' 'ldc')
+
+source=(
+"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
+"ldc-druntime::git+https://github.com/ldc-developers/druntime.git;
+"ldc-phobos::git+https://github.com/ldc-developers/phobos.git;
+"ldc-testsuite::git+https://github.com/ldc-developers/dmd-testsuite.git;
+)
+
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+cd "$srcdir/ldc"
+
+git submodule init
+git config submodule.druntime.url "$srcdir/ldc-druntime"
+git config submodule.phobos.url "$srcdir/ldc-phobos"
+git config submodule.tests/d2/dmd-testsuite.url "$srcdir/ldc-testsuite"
+git submodule update
+
+# Set version used for path construction in getFullClangCompilerRTLibPath()
+sed -i "s/ldc::llvm_version_base/\"$_clangversion\"/" driver/linker-gcc.cpp
+}
+
+build() {
+cd "$srcdir/ldc"
+
+mkdir -p build && cd build
+
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
+-DBUILD_SHARED_LIBS=BOTH \
+-DBUILD_LTO_LIBS=ON \
+-DLDC_WITH_LLD=OFF \
+-DD_COMPILER_FLAGS="-link-defaultlib-shared=false -linker=gold -flto=full" 
\
+-DADDITIONAL_DEFAULT_LDC_SWITCHES="\"-link-defaultlib-shared\"" \
+..
+make
+}
+
+check() {
+cd "$srcdir/ldc/build"
+make all-test-runners
+}
+
+package_ldc() {
+depends=('liblphobos' 'llvm-libs' 'gcc' 'compiler-rt')
+backup=('etc/ldc2.conf')
+provides=("d-compiler=$_dversion")
+
+cd "$srcdir/ldc/build"
+make install DESTDIR="$pkgdir"
+
+# move bash-completion
+mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
+mv "$pkgdir/etc/bash_completion.d/ldc2" 
"$pkgdir/usr/share/bash-completion/completions/"
+rm -rf "$pkgdir/etc/bash_completion.d"
+
+# remove liblphobos files
+rm -rf "$pkgdir/usr/include"
+rm -rf "$pkgdir/usr/lib"
+
+# symlinks
+ln -s /usr/share/bash-completion/completions/ldc2 
"$pkgdir/usr/share/bash-completion/completions/ldc"
+ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
+ln -s /usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
+
+# licenses
+install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_liblphobos() {
+provides=('d-runtime' 'd-stdlib')
+depends=('curl')
+options=('staticlibs')
+
+cd "$srcdir/ldc/build"
+make install DESTDIR="$pkgdir"
+
+# remove ldc files
+rm -rf "$pkgdir/usr/bin/"
+rm -rf "$pkgdir/etc/"
+
+# licenses
+install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: ldc/repos/community-staging-x86_64/fix-llvm_prefetch-for-LLVM-10.patch 
(from rev 664943, ldc/trunk/fix-llvm_prefetch-for-LLVM-10.patch)
===
--- community-staging-x86_64/fix-llvm_prefetch-for-LLVM-10.patch
(rev 0)
+++ community-staging-x86_64/fix-llvm_prefetch-for-LLVM-10.patch
2020-07-22 21:38:01 UTC (rev 664944)
@@ -0,0 +1,55 @@
+diff --git a/src/core/simd.d b/src/core/simd.d
+index c27dc4c1..7641c8a9 100644
+--- a/src/core/simd.d
 b/src/core/simd.d
+@@ -84,6 +84,20 @@ version (LDC)
+ enum dataCache = 1;
+ llvm_prefetch(address, writeFetch, locality, dataCache);
+ }
++
++unittest
++{
++float[4] data = [ 0.5, 1, 1.5, 2 ];
++auto ptr = [0];
++
++ 

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:48
  Author: heftig
Revision: 392408

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 392405, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/testing-x86_64/0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
(from rev 392405, 
linux-lts/trunk/0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 392405, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 392406, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/sphinx-workaround.patch
(from rev 392407, linux-lts/trunk/sphinx-workaround.patch)

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  132 
 0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch |  692 
 PKGBUILD|  197 
 config  |10596 
++
 sphinx-workaround.patch |   15 
 5 files changed, 11632 insertions(+)

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


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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:46
  Author: heftig
Revision: 392407

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 392405, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 392405, linux/trunk/config)
  linux/repos/testing-x86_64/sphinx-workaround.patch
(from rev 392405, linux/trunk/sphinx-workaround.patch)

-+
 PKGBUILD|  199 
 config  |10861 ++
 sphinx-workaround.patch |   13 
 3 files changed, 11073 insertions(+)

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


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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:43
  Author: heftig
Revision: 664942

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:45
  Author: heftig
Revision: 392406

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 392405, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 392405, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/sphinx-workaround.patch
(from rev 392405, linux-zen/trunk/sphinx-workaround.patch)

-+
 PKGBUILD|  199 
 config  |10900 ++
 sphinx-workaround.patch |   13 
 3 files changed, 2 insertions(+)

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


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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:42
  Author: heftig
Revision: 392405

archrelease: copy trunk to testing-x86_64

Added:
  wireguard-lts/repos/testing-x86_64/
  wireguard-lts/repos/testing-x86_64/PKGBUILD
(from rev 392403, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/testing-x86_64/PKGBUILD (from rev 392403, 
wireguard-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-22 21:30:42 UTC (rev 392405)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=1.0.20200712
+pkgrel=3
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:42
  Author: heftig
Revision: 664941

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:40
  Author: heftig
Revision: 664940

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/Kbuild
(from rev 664937, netfilter-fullconenat/trunk/Kbuild)
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 664937, netfilter-fullconenat/trunk/PKGBUILD)
  
netfilter-fullconenat/repos/community-testing-x86_64/netfilter-fullconenat.conf
(from rev 664939, netfilter-fullconenat/trunk/netfilter-fullconenat.conf)

+
 Kbuild |1 +
 PKGBUILD   |   41 +
 netfilter-fullconenat.conf |1 +
 3 files changed, 43 insertions(+)

Copied: netfilter-fullconenat/repos/community-testing-x86_64/Kbuild (from rev 
664937, netfilter-fullconenat/trunk/Kbuild)
===
--- community-testing-x86_64/Kbuild (rev 0)
+++ community-testing-x86_64/Kbuild 2020-07-22 21:30:40 UTC (rev 664940)
@@ -0,0 +1 @@
+obj-m = xt_FULLCONENAT.o

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
664937, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-22 21:30:40 UTC (rev 664940)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=33
+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')
+source=("netfilter-fullconenat.conf" Kbuild
+
"${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat.git;)
+sha256sums=('a17dfdf1fd046219daeacc60065e3a81c80c2eb2cfdf6d8068278c509577f571'
+'7ff12ad066a68c65f23fc7e01654ca459ce3458172e3dce30f42553fa44dd7c2'
+'SKIP')
+
+pkgver() {
+  cd "$srcdir/${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)"
+  )
+}
+
+build() {
+  cd $pkgname
+  ln -s ../Kbuild
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  # Install modules-load.conf
+  install -Dm644 netfilter-fullconenat.conf 
"${pkgdir}/usr/lib/modules-load.d/netfilter-fullconenat.conf"
+
+  install -Dt 
"${pkgdir}/usr/lib/modules/$(

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:37
  Author: heftig
Revision: 664939

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 664936, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-22 21:30:37 UTC (rev 664939)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=160
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+provides=('acpi_call')
+
+build() {
+  _kernver=$(

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:40
  Author: heftig
Revision: 392404

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 392403, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-22 21:30:40 UTC (rev 392404)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=450.57
+pkgrel=4
+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)

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:36
  Author: heftig
Revision: 664938

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:38
  Author: heftig
Revision: 392403

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 392402, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-22 21:30:38 UTC (rev 392403)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=450.57
+pkgrel=4
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:35
  Author: heftig
Revision: 664937

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/0001-linux-5.6.patch
(from rev 664932, deepin-anything-arch/trunk/0001-linux-5.6.patch)
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 664933, deepin-anything-arch/trunk/PKGBUILD)

--+
 0001-linux-5.6.patch |   40 
 PKGBUILD |   36 
 2 files changed, 76 insertions(+)

Copied: 
deepin-anything-arch/repos/community-testing-x86_64/0001-linux-5.6.patch (from 
rev 664932, deepin-anything-arch/trunk/0001-linux-5.6.patch)
===
--- community-testing-x86_64/0001-linux-5.6.patch   
(rev 0)
+++ community-testing-x86_64/0001-linux-5.6.patch   2020-07-22 21:30:35 UTC 
(rev 664937)
@@ -0,0 +1,40 @@
+diff --git a/kernelmod/vfs_change.c b/kernelmod/vfs_change.c
+index 6a0e334..e25faf4 100644
+--- a/kernelmod/vfs_change.c
 b/kernelmod/vfs_change.c
+@@ -125,7 +125,11 @@ static ssize_t copy_vfs_changes(struct TIMESTRUCT *last, 
char* buf, size_t size)
+   ))
+   continue;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0)
+   time_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
++#else
++  time64_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
++#endif
+   struct tm ts;
+ #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 20, 0)
+   time_to_tm(shifted_secs, 0, );
+@@ -333,6 +337,7 @@ static long ioctl_vfs_changes(struct file* filp, unsigned 
int cmd, unsigned long
+   }
+ }
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0)
+ static struct file_operations procfs_ops = {
+   .owner = THIS_MODULE,
+   .open = open_vfs_changes,
+@@ -342,6 +347,15 @@ static struct file_operations procfs_ops = {
+   //.llseek = generic_file_llseek,
+   .release = release_vfs_changes,
+ };
++#else
++static struct proc_ops procfs_ops = {
++  .proc_open = open_vfs_changes,
++  .proc_read = read_vfs_changes,
++  .proc_ioctl = ioctl_vfs_changes,
++  .proc_lseek = no_llseek,
++  .proc_release = release_vfs_changes,
++};
++#endif
+ 
+ int __init init_vfs_changes(void)
+ {

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
664933, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-22 21:30:35 UTC (rev 664937)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.1
+pkgrel=94
+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=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;
+'0001-linux-5.6.patch')
+sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14'
+
'5ddbd2d968bc5b01dbc99648cec81ea072675d7fe7198835649d5b581997945d32bd842dd7ebf60185aa84722b94575ac7aeb5e4616945e22fae53272907305b')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  patch -Np1 < ../0001-linux-5.6.patch
+}
+
+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 broadcom-wl/repos (2 files)

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:29
  Author: heftig
Revision: 664930

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

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 664929, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-22 21:30:29 UTC (rev 664930)
@@ -0,0 +1,41 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=214
+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 tp_smapi/repos (2 files)

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:33
  Author: heftig
Revision: 664934

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

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 664931, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-22 21:30:33 UTC (rev 664934)
@@ -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=221
+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 broadcom-wl/trunk (PKGBUILD)

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:56
  Author: heftig
Revision: 664923

6.30.223.271-214: linux 5.7.10.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:29:55 UTC (rev 664922)
+++ PKGBUILD2020-07-22 21:29:56 UTC (rev 664923)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=213
+pkgrel=214
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
@@ -15,7 +15,7 @@
 build() {
 _kernver=$(

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:05
  Author: heftig
Revision: 664929

5.0.1-94: linux 5.7.10.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:30:04 UTC (rev 664928)
+++ PKGBUILD2020-07-22 21:30:05 UTC (rev 664929)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.1
-pkgrel=93
+pkgrel=94
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:00
  Author: heftig
Revision: 664926

20200106-57: linux 5.7.10.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:29:59 UTC (rev 664925)
+++ PKGBUILD2020-07-22 21:30:00 UTC (rev 664926)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=56
+pkgrel=57
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:34
  Author: heftig
Revision: 664935

archrelease: copy trunk to community-testing-x86_64

Added:
  ndiswrapper-arch/repos/community-testing-x86_64/
  ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 664929, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch
(from rev 664929, ndiswrapper-arch/trunk/kernel-5.3.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch
(from rev 664930, ndiswrapper-arch/trunk/kernel-5.4.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.5.patch
(from rev 664931, ndiswrapper-arch/trunk/kernel-5.5.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.6.patch
(from rev 664932, ndiswrapper-arch/trunk/kernel-5.6.patch)

--+
 PKGBUILD |   45 
 kernel-5.3.patch |   69 +++
 kernel-5.4.patch |   22 +
 kernel-5.5.patch |   72 
 kernel-5.6.patch |   85 +
 5 files changed, 293 insertions(+)

Copied: ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
664929, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-22 21:30:34 UTC (rev 664935)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.62
+pkgrel=73
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
+'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch' 
'kernel-5.6.patch')
+sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
+
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
+
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
+
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89'
+
'f37efd16a32c4a36607d43ccda0979a914521157e2095db4c331315638f24d440d8628ea7e98c96f92155e1df133478f0ce9eb76152e963eca4a3fecafbca155')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.6.patch
+}
+
+build() {
+  _kernver="$(task = NULL;
+   info->count = 0;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_setall(>cpus_allowed);
++#else
++  cpumask_setall(>cpus_mask);
++#endif
+ #endif
+   }
+   } while (0);
+diff --git a/ndiswrapper/driver/ntoskernel.h b/ndiswrapper/driver/ntoskernel.h
+index 3c4c6ff..8a71ae3 100644
+--- a/ndiswrapper/driver/ntoskernel.h
 b/ndiswrapper/driver/ntoskernel.h
+@@ -107,7 +107,11 @@ static cpumask_t cpumasks[NR_CPUS];
+ #endif /* CONFIG_SMP */
+ 
+ #ifndef tsk_cpus_allowed
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+ #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed)
++#else
++#define tsk_cpus_allowed(tsk) (&(tsk)->cpus_mask)
++#endif
+ #endif
+ 
+ #ifndef __packed
+@@ -631,7 +635,12 @@ struct irql_info {
+   int count;
+   struct mutex lock;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_t cpus_allowed;
++#else
++  const cpumask_t *cpus_ptr;
++  cpumask_t   cpus_mask;
++#endif
+ #endif
+   struct task_struct *task;
+ };
+@@ -658,7 +667,11 @@ static inline KIRQL raise_irql(KIRQL newirql)
+   /* TODO: is this enough to pin down to current cpu? */
+ #ifdef CONFIG_SMP
+   assert(task_cpu(current) == smp_processor_id());
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_copy(>cpus_allowed, tsk_cpus_allowed(current));
++#else
++  cpumask_copy(>cpus_mask, tsk_cpus_allowed(current));
++#endif
+   set_cpus_allowed_ptr(current, cpumask_of(smp_processor_id()));
+ #endif
+   put_cpu_var(irql_info);
+@@ -682,7 +695,11 @@ static inline void lower_irql(KIRQL oldirql)
+   if (--info->count == 0) {
+   info->task = NULL;
+ #ifdef CONFIG_SMP
++#if 

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:04
  Author: heftig
Revision: 664928

1.62-73: linux 5.7.10.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:30:01 UTC (rev 664927)
+++ PKGBUILD2020-07-22 21:30:04 UTC (rev 664928)
@@ -3,7 +3,7 @@
 
 pkgname=ndiswrapper-arch
 pkgver=1.62
-pkgrel=72
+pkgrel=73
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/;


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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:35
  Author: heftig
Revision: 664936

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 664930, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 664932, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 664933, 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 664930, 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 2020-07-22 21:30:35 UTC 
(rev 664936)
@@ -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 
664932, 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  2020-07-22 21:30:35 UTC 
(rev 664936)
@@ -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 664933, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-22 21:30:35 UTC (rev 664936)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=334
+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 r8168/trunk (PKGBUILD)

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:59
  Author: heftig
Revision: 664925

8.048.03-13: linux 5.7.10.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:29:58 UTC (rev 664924)
+++ PKGBUILD2020-07-22 21:29:59 UTC (rev 664925)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.03
-pkgrel=12
+pkgrel=13
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:01
  Author: heftig
Revision: 664927

1.1.0-333: linux 5.7.10.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:30:00 UTC (rev 664926)
+++ PKGBUILD2020-07-22 21:30:01 UTC (rev 664927)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=332
+pkgrel=333
 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')
@@ -15,11 +15,11 @@
 build() {
   _kernver=$(

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:32
  Author: heftig
Revision: 664933

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 664929, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 664929, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 664930, vhba-module/trunk/dkms.conf)

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

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
664929, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2020-07-22 21:30:32 UTC (rev 
664933)
@@ -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 664929, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-22 21:30:32 UTC (rev 664933)
@@ -0,0 +1,54 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20200106
+pkgrel=57
+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.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+'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 virtualbox-host-modules-arch/repos (2 files)

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:30
  Author: heftig
Revision: 664932

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

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 664929, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-22 21:30:30 UTC (rev 664932)
@@ -0,0 +1,38 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.12
+pkgrel=3
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:58
  Author: heftig
Revision: 664924

0.8-334: linux 5.7.10.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:29:56 UTC (rev 664923)
+++ PKGBUILD2020-07-22 21:29:58 UTC (rev 664924)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=333
+pkgrel=334
 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 acpi_call/repos (2 files)

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:30
  Author: heftig
Revision: 664931

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

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 664929, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-07-22 21:30:30 UTC (rev 664931)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=333
+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 nvidia/trunk (PKGBUILD)

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:30:02
  Author: heftig
Revision: 392402

450.57-4: linux 5.7.10.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:29:34 UTC (rev 392401)
+++ PKGBUILD2020-07-22 21:30:02 UTC (rev 392402)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=450.57
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;
@@ -16,7 +16,7 @@
 build() {
 _kernver=$(

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:53
  Author: heftig
Revision: 664921

6.1.12-3: linux 5.7.10.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:29:52 UTC (rev 664920)
+++ PKGBUILD2020-07-22 21:29:53 UTC (rev 664921)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.12
-pkgrel=2
+pkgrel=3
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'
@@ -18,7 +18,7 @@
 build() {
   _kernver="$(

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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:16
  Author: foutrelis
Revision: 392395

archrelease: copy trunk to staging-x86_64

Added:
  kdevelop/repos/staging-x86_64/
  kdevelop/repos/staging-x86_64/PKGBUILD
(from rev 392394, kdevelop/trunk/PKGBUILD)

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

Copied: kdevelop/repos/staging-x86_64/PKGBUILD (from rev 392394, 
kdevelop/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-22 21:29:16 UTC (rev 392395)
@@ -0,0 +1,47 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.5.2
+_clangver=10.0.1
+pkgrel=3
+pkgdesc='C++ IDE using KDE technologies'
+arch=(x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2
+ kcmutils threadweaver knewstuff)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
+optdepends=('konsole: embedded terminal'
+'git: Git support' 'subversion: SVN support'
+'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration'
+'meson: meson integration'
+'qt5-tools: qthelp plugin'
+'okteta: GNU debugger support'
+'plasma-framework: for the plasma addons'
+'purpose: patch review plugin'
+'astyle: astyle plugin'
+'cppcheck: code analyzer' 'heaptrack: memory profiler'
+'clazy: clazy analyzer plugin')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('228e981a268704fef0f8fa437e37e3e2e0d261d3a2afbabff0f4d060c31f74da'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474'  # Friedrich W. H. 
Kossebau 
+  '0A48BC961075B4BA8523E3790A345FB086E797D9') # 
https://share.kde.org/s/8dKaJTw8pR8iiwJ
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:23
  Author: foutrelis
Revision: 392397

archrelease: copy trunk to staging-x86_64

Added:
  qt5-tools/repos/staging-x86_64/
  qt5-tools/repos/staging-x86_64/PKGBUILD
(from rev 392396, qt5-tools/trunk/PKGBUILD)
  qt5-tools/repos/staging-x86_64/assistant.desktop
(from rev 392396, qt5-tools/trunk/assistant.desktop)
  qt5-tools/repos/staging-x86_64/designer.desktop
(from rev 392396, qt5-tools/trunk/designer.desktop)
  qt5-tools/repos/staging-x86_64/linguist.desktop
(from rev 392396, qt5-tools/trunk/linguist.desktop)
  qt5-tools/repos/staging-x86_64/qdbusviewer.desktop
(from rev 392396, qt5-tools/trunk/qdbusviewer.desktop)

-+
 PKGBUILD|   79 ++
 assistant.desktop   |8 +
 designer.desktop|   10 ++
 linguist.desktop|9 +
 qdbusviewer.desktop |9 +
 5 files changed, 115 insertions(+)

Copied: qt5-tools/repos/staging-x86_64/PKGBUILD (from rev 392396, 
qt5-tools/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-22 21:29:23 UTC (rev 392397)
@@ -0,0 +1,79 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.15.0
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
+depends=('qt5-base' 'hicolor-icon-theme')
+makedepends=('qt5-declarative' 'vulkan-headers' 'clang' 'qt5-webkit')
+optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
+groups=('qt' 'qt5')
+conflicts=('qtchooser')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+{assistant,designer,linguist,qdbusviewer}.desktop
+
qt5-tools-qtwebkit.patch::"https://code.qt.io/cgit/qt/qttools.git/patch/?id=3c30956e;)
+sha256sums=('ddbcb49aab3a2e3672582c6e2e7bec0058feff790f67472343c79e2895e0e437'
+'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
+'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
+'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
+'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db'
+'bf0622d469781be2e059ae4e7fee7cbb7cc6f3b042b8fa2081e639f52d5a6696')
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  patch -p1 -i ../qt5-tools-qtwebkit.patch # Fix build with QtWebkit
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="${pkgdir}" install
+
+  cd ../${_pkgfqn}
+  # install missing icons and desktop files
+  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
+size=$(echo $(basename ${icon}) | cut -d- -f2)
+install -p -D -m644 ${icon} \
+  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
+  done
+
+  install -D -m644 src/assistant/assistant/images/assistant.png \
+"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
+  install -D -m644 src/assistant/assistant/images/assistant-128.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
+  install -D -m644 src/designer/src/designer/images/designer.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
+  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
+"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
+  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
+  install -d "${pkgdir}/usr/share/applications"
+  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
+"${pkgdir}/usr/share/applications/"
+
+  # Symlinks for backwards compatibility
+  for b in "${pkgdir}"/usr/bin/*; do
+ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-tools/repos/staging-x86_64/assistant.desktop (from rev 392396, 
qt5-tools/trunk/assistant.desktop)
===
--- staging-x86_64/assistant.desktop(rev 0)
+++ staging-x86_64/assistant.desktop2020-07-22 21:29:23 UTC (rev 392397)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Qt Assistant
+Comment=Shows Qt documentation and examples
+Exec=assistant
+Icon=assistant
+Terminal=false
+Type=Application

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:02
  Author: heftig
Revision: 664919

8.048.03-13: linux-lts 5.4.53-1

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:29:01 UTC (rev 664918)
+++ PKGBUILD2020-07-22 21:29:02 UTC (rev 664919)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.048.03
-pkgrel=11
+pkgrel=13
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:17
  Author: foutrelis
Revision: 392396

upgpkg: qt5-tools 5.15.0-3: clang 10.0.1 rebuild

Modified:
  qt5-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:29:16 UTC (rev 392395)
+++ PKGBUILD2020-07-22 21:29:17 UTC (rev 392396)
@@ -4,7 +4,7 @@
 pkgname=qt5-tools
 _qtver=5.15.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:25
  Author: foutrelis
Revision: 392398

upgpkg: qtcreator 4.12.4-2: clang 10.0.1 rebuild

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:29:23 UTC (rev 392397)
+++ PKGBUILD2020-07-22 21:29:25 UTC (rev 392398)
@@ -8,8 +8,8 @@
 
 pkgname=qtcreator
 pkgver=4.12.4
-_clangver=10.0.0
-pkgrel=1
+_clangver=10.0.1
+pkgrel=2
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=(x86_64)
 url='https://www.qt.io'


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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:31
  Author: foutrelis
Revision: 392400

upgpkg: shiboken2 5.15.0-2: clang 10.0.1 rebuild

Modified:
  shiboken2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:29:30 UTC (rev 392399)
+++ PKGBUILD2020-07-22 21:29:31 UTC (rev 392400)
@@ -4,9 +4,9 @@
 pkgbase=shiboken2
 pkgname=(shiboken2 python-shiboken2)
 _qtver=5.15.0
-_clangver=10.0.0
+_clangver=10.0.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL2 LGPL)


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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:55
  Author: heftig
Revision: 664922

0.43-221: linux 5.7.10.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:29:53 UTC (rev 664921)
+++ PKGBUILD2020-07-22 21:29:55 UTC (rev 664922)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=220
+pkgrel=221
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:34
  Author: foutrelis
Revision: 392401

archrelease: copy trunk to staging-x86_64

Added:
  shiboken2/repos/staging-x86_64/
  shiboken2/repos/staging-x86_64/PKGBUILD
(from rev 392400, shiboken2/trunk/PKGBUILD)

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

Copied: shiboken2/repos/staging-x86_64/PKGBUILD (from rev 392400, 
shiboken2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-22 21:29:34 UTC (rev 392401)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=shiboken2
+pkgname=(shiboken2 python-shiboken2)
+_qtver=5.15.0
+_clangver=10.0.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL2 LGPL)
+pkgdesc='Generates bindings for C++ libraries using CPython source code'
+makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
+_pkgfqn=pyside-setup-opensource-src-$_qtver
+source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
+sha256sums=('f1cdee53de3b76e22c1117a014a91ed95ac16e4760776f4f12dc38cd5a7b6b68')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgfqn}/sources/shiboken2 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DUSE_PYTHON_VERSION=3
+  make
+}
+
+package_shiboken2() {
+  depends=(clang=$_clangver llvm libxslt qt5-xmlpatterns)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+# Provided in python-shiboken2
+  rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
+}
+
+package_python-shiboken2() {
+  depends=(python)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+# Provided in shiboken2
+  rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig}}
+}


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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:30
  Author: foutrelis
Revision: 392399

archrelease: copy trunk to staging-x86_64

Added:
  qtcreator/repos/staging-x86_64/
  qtcreator/repos/staging-x86_64/PKGBUILD
(from rev 392398, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/staging-x86_64/qtcreator-clang-libs.patch
(from rev 392398, qtcreator/trunk/qtcreator-clang-libs.patch)
  qtcreator/repos/staging-x86_64/qtcreator-preload-plugins.patch
(from rev 392398, qtcreator/trunk/qtcreator-preload-plugins.patch)

-+
 PKGBUILD|   78 ++
 qtcreator-clang-libs.patch  |   24 +++
 qtcreator-preload-plugins.patch |   13 ++
 3 files changed, 115 insertions(+)

Copied: qtcreator/repos/staging-x86_64/PKGBUILD (from rev 392398, 
qtcreator/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-22 21:29:30 UTC (rev 392399)
@@ -0,0 +1,78 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Antonio Rojas 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=4.12.4
+_clangver=10.0.1
+pkgrel=2
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=(x86_64)
+url='https://www.qt.io'
+license=(LGPL)
+depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine 
clang=$_clangver qbs clazy syntax-highlighting yaml-cpp desktop-file-utils)
+makedepends=(llvm python patchelf)
+options=(docs !strip) # https://bugs.archlinux.org/task/66078
+optdepends=('qt5-doc: integrated Qt documentation'
+'qt5-examples: welcome page examples'
+'qt5-translations: for other languages'
+'gdb: debugger'
+'cmake: cmake project support'
+'x11-ssh-askpass: ssh support'
+'git: git support'
+'mercurial: mercurial support'
+'bzr: bazaar support'
+'valgrind: analyze support'
+'perf: performer analyzer')
+source=("https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz;
+qtcreator-preload-plugins.patch
+qtcreator-clang-libs.patch)
+sha256sums=('3f47d83344476b172f0c51a2351f5a9d8ce8dd8dd2eea827a52276763471b97a'
+'b40e222b30c355d1230160a4e933dbd161b8748125662e3bde312ea52296457a'
+'0f6d0dc41a87aae9ef371b1950f5b9d823db8b5685c6ac04a7a7ac133eb19a3f')
+
+prepare() {
+  mkdir -p build
+
+  cd qt-creator-opensource-src-$pkgver
+  # fix hardcoded libexec path
+  sed -e 's|libexec\/qtcreator|lib\/qtcreator|g' -i qtcreator.pri
+  sed -e 's|libexec|lib|g' -i src/tools/tools.pro
+  # use system qbs
+  rm -r src/shared/qbs
+  # Preload analyzer plugins, since upstream clang doesn't link to all plugins
+  # see 
http://code.qt.io/cgit/clang/clang.git/commit/?id=7f349701d3ea0c47be3a43e2656993fd55cf
+  # and https://bugs.archlinux.org/task/59492
+  patch -p1 -i ../qtcreator-preload-plugins.patch
+
+  # Fix build with clang 10
+  patch -p1 -i ../qtcreator-clang-libs.patch
+}
+
+build() {
+  cd build
+
+  qmake LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr \
+KSYNTAXHIGHLIGHTING_LIB_DIR=/usr/lib 
KSYNTAXHIGHLIGHTING_INCLUDE_DIR=/usr/include/KF5/KSyntaxHighlighting \
+CONFIG+=journald QMAKE_CFLAGS_ISYSTEM=-I \
+DEFINES+=QBS_ENABLE_PROJECT_FILE_UPDATES \
+"$srcdir"/qt-creator-opensource-src-$pkgver/qtcreator.pro
+  make
+  make docs
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir/usr/" install
+  make INSTALL_ROOT="$pkgdir/usr/" install_docs
+
+  install -Dm644 
"$srcdir"/qt-creator-opensource-src-$pkgver/LICENSE.GPL3-EXCEPT 
"$pkgdir"/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
+
+# Link clazy plugin explicitely
+  patchelf --add-needed ClazyPlugin.so "$pkgdir"/usr/lib/qtcreator/clangbackend
+}

Copied: qtcreator/repos/staging-x86_64/qtcreator-clang-libs.patch (from rev 
392398, qtcreator/trunk/qtcreator-clang-libs.patch)
===
--- staging-x86_64/qtcreator-clang-libs.patch   (rev 0)
+++ staging-x86_64/qtcreator-clang-libs.patch   2020-07-22 21:29:30 UTC (rev 
392399)
@@ -0,0 +1,24 @@
+diff --git a/src/shared/clang/clang_installation.pri 
b/src/shared/clang/clang_installation.pri
+index 08838838bc..bee3779484 100644
+--- a/src/shared/clang/clang_installation.pri
 b/src/shared/clang/clang_installation.pri
+@@ -131,9 +131,7 @@ defineReplace(extractWarnings) {
+ return($$result)
+ }
+ 
+-CLANGTOOLING_LIBS=-lclangTooling -lclangIndex -lclangFrontend -lclangParse 
-lclangSerialization \
+-  -lclangSema -lclangEdit -lclangAnalysis -lclangDriver 
-lclangDynamicASTMatchers \
+-  -lclangASTMatchers -lclangToolingCore -lclangAST 

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:52
  Author: heftig
Revision: 664920

r73.0cf3b48-33: linux 5.7.10.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:29:02 UTC (rev 664919)
+++ PKGBUILD2020-07-22 21:29:52 UTC (rev 664920)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=32
+pkgrel=33
 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 kdevelop/trunk (PKGBUILD)

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:12
  Author: foutrelis
Revision: 392394

upgpkg: kdevelop 5.5.2-3: clang 10.0.1 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:29:03 UTC (rev 392393)
+++ PKGBUILD2020-07-22 21:29:12 UTC (rev 392394)
@@ -4,8 +4,8 @@
 
 pkgname=kdevelop
 pkgver=5.5.2
-_clangver=10.0.0
-pkgrel=2
+_clangver=10.0.1
+pkgrel=3
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:03
  Author: heftig
Revision: 392393

1.0.20200712-3: linux-lts 5.4.53-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:28:58 UTC (rev 392392)
+++ PKGBUILD2020-07-22 21:29:03 UTC (rev 392393)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=1.0.20200712
-pkgrel=2
+pkgrel=3
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 build() {
 _kernver="$(

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:29:01
  Author: heftig
Revision: 664918

1.1.0-160: linux-lts 5.4.53-1

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:28:59 UTC (rev 664917)
+++ PKGBUILD2020-07-22 21:29:01 UTC (rev 664918)
@@ -4,43 +4,36 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=159
+pkgrel=160
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')
 license=('GPL')
-makedepends=('linux-lts-headers')
+makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
 provides=('acpi_call')
-source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
 
-prepare() {
-  cd acpi_call-$pkgver
+build() {
+  _kernver=$(= 3.17
-  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
-
-  # Fix build with Linux >= 4.12
-  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+  fakeroot dkms build --dkmstree "$srcdir" -m acpi_call/$pkgver -k $_kernver
 }
 
-build() {
-  cd acpi_call-$pkgver
-  make KVERSION="$(

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:28:59
  Author: heftig
Revision: 664917

0.43-80: linux-lts 5.4.53-1

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:05:40 UTC (rev 664916)
+++ PKGBUILD2020-07-22 21:28:59 UTC (rev 664917)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=78
+pkgrel=80
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:28:58
  Author: heftig
Revision: 392392

450.57-4: linux-lts 5.4.53-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 20:52:28 UTC (rev 392391)
+++ PKGBUILD2020-07-22 21:28:58 UTC (rev 392392)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=450.57
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 build() {
 _kernver=$(

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

2020-07-22 Thread Levente Polyak via arch-commits
Date: Wednesday, July 22, 2020 @ 21:05:40
  Author: anthraxx
Revision: 664916

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 21:05:35 UTC (rev 664915)
+++ PKGBUILD2020-07-22 21:05:40 UTC (rev 664916)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-eventlet
-_pyname=eventlet
-pkgver=0.25.1
-pkgrel=4
-pkgdesc='Highly concurrent networking library'
-url='https://eventlet.net'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-greenlet' 'python-monotonic' 'python-dnspython')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq')
-optdepends=(
-  'python-psycopg2: non-blocking PostgreSQL support'
-  'python-pyopenssl: non-blocking SSL support'
-  'python-httplib2: non-blocking HTTP support'
-  'python-pyzmq: non-blocking ZeroMQ support'
-  'python-dnspython: non-blocking DNS support'
-)
-options=('!makeflags')
-source=(https://github.com/eventlet/eventlet/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha512sums=('ed3c1bfc17039c17730d4a8bb8ae3a3604b0210f3e6c326764fce748d7466a090b270c5dbc713aaf023681f33a80967adbe83f6280b61f5661a309a0bd43249a')
-b2sums=('55d776fff0bcf7bc82914b8e096b39c3ca5c34915ed20ec4fa1e6450c69184137a4cc09c62e1406f23e640c862f2cc3177b3ba7ef37f3ae8a5ebd3caa2a7')
-
-prepare() {
-  sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i 
${_pyname}-${pkgver}/tests/*_test.py
-}
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-  make -C doc text
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-  nosetests -sv tests
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-eventlet/repos/community-any/PKGBUILD (from rev 664915, 
python-eventlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 21:05:40 UTC (rev 664916)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-eventlet
+_pyname=eventlet
+pkgver=0.25.2
+pkgrel=1
+pkgdesc='Highly concurrent networking library'
+url='https://eventlet.net'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-greenlet' 'python-monotonic' 'python-dnspython')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq')
+optdepends=(
+  'python-psycopg2: non-blocking PostgreSQL support'
+  'python-pyopenssl: non-blocking SSL support'
+  'python-httplib2: non-blocking HTTP support'
+  'python-pyzmq: non-blocking ZeroMQ support'
+  'python-dnspython: non-blocking DNS support'
+)
+options=('!makeflags')
+source=(https://github.com/eventlet/eventlet/archive/v${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('f59ccfef34411b38e497d99f960a7c696a80becb942fbfccc14a41ba1c70c73a17dbabf36f5dc03b4f250625992605002dd2753dd39e76b10d971a30fbf6bd31')
+b2sums=('52b931597c9528e3d2061eef062a08b011320e39565119e2e0e8b01500844065b9f818ebbc35da1ef7ab75766644bdf46b06f952b421e33a68aa55f6dd30e856')
+
+prepare() {
+  sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i 
${_pyname}-${pkgver}/tests/*_test.py
+}
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+  make -C doc text
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  nosetests -sv tests
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-22 Thread Levente Polyak via arch-commits
Date: Wednesday, July 22, 2020 @ 21:05:35
  Author: anthraxx
Revision: 664915

upgpkg: python-eventlet 0.25.2-1

Modified:
  python-eventlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 21:00:41 UTC (rev 664914)
+++ PKGBUILD2020-07-22 21:05:35 UTC (rev 664915)
@@ -2,8 +2,8 @@
 
 pkgname=python-eventlet
 _pyname=eventlet
-pkgver=0.25.1
-pkgrel=4
+pkgver=0.25.2
+pkgrel=1
 pkgdesc='Highly concurrent networking library'
 url='https://eventlet.net'
 arch=('any')
@@ -19,9 +19,9 @@
   'python-dnspython: non-blocking DNS support'
 )
 options=('!makeflags')
-source=(https://github.com/eventlet/eventlet/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha512sums=('ed3c1bfc17039c17730d4a8bb8ae3a3604b0210f3e6c326764fce748d7466a090b270c5dbc713aaf023681f33a80967adbe83f6280b61f5661a309a0bd43249a')
-b2sums=('55d776fff0bcf7bc82914b8e096b39c3ca5c34915ed20ec4fa1e6450c69184137a4cc09c62e1406f23e640c862f2cc3177b3ba7ef37f3ae8a5ebd3caa2a7')
+source=(https://github.com/eventlet/eventlet/archive/v${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('f59ccfef34411b38e497d99f960a7c696a80becb942fbfccc14a41ba1c70c73a17dbabf36f5dc03b4f250625992605002dd2753dd39e76b10d971a30fbf6bd31')
+b2sums=('52b931597c9528e3d2061eef062a08b011320e39565119e2e0e8b01500844065b9f818ebbc35da1ef7ab75766644bdf46b06f952b421e33a68aa55f6dd30e856')
 
 prepare() {
   sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i 
${_pyname}-${pkgver}/tests/*_test.py


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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 21:00:41
  Author: heftig
Revision: 664914

remove blank lines from updpkgsums

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 20:39:41 UTC (rev 664913)
+++ PKGBUILD2020-07-22 21:00:41 UTC (rev 664914)
@@ -31,6 +31,3 @@
 }
 
 # vim:set ts=2 sw=2 et:
-
-
-


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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 20:52:28
  Author: heftig
Revision: 392391

5.4.53-1

Modified:
  
linux-lts/trunk/0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
  linux-lts/trunk/PKGBUILD

-+
 0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch |  116 
+-
 PKGBUILD|6 
 2 files changed, 15 insertions(+), 107 deletions(-)

Modified: 0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
===
--- 0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch 
2020-07-22 20:52:26 UTC (rev 392390)
+++ 0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch 
2020-07-22 20:52:28 UTC (rev 392391)
@@ -135,18 +135,16 @@
 Reviewed-by: Arnd Bergmann 
 Signed-off-by: Hans de Goede 
 ---
- drivers/virt/vboxguest/vboxguest_core.c  | 272 +++
- drivers/virt/vboxguest/vboxguest_core.h  |  38 +++-
- drivers/virt/vboxguest/vboxguest_linux.c |   3 +-
+ drivers/virt/vboxguest/vboxguest_core.c  | 266 +++
+ drivers/virt/vboxguest/vboxguest_core.h  |  23 +-
  drivers/virt/vboxguest/vboxguest_utils.c |   1 +
- drivers/virt/vboxguest/vmmdev.h  |   2 +
  include/linux/vbox_utils.h   |   1 +
  include/uapi/linux/vbox_vmmdev_types.h   |   3 +
- include/uapi/linux/vboxguest.h   |  28 ++-
- 8 files changed, 294 insertions(+), 54 deletions(-)
+ include/uapi/linux/vboxguest.h   |  24 ++
+ 6 files changed, 269 insertions(+), 49 deletions(-)
 
 diff --git a/drivers/virt/vboxguest/vboxguest_core.c 
b/drivers/virt/vboxguest/vboxguest_core.c
-index 2307b0329aec..f449fc366cf3 100644
+index 95bfdb8ac8a2..f449fc366cf3 100644
 --- a/drivers/virt/vboxguest/vboxguest_core.c
 +++ b/drivers/virt/vboxguest/vboxguest_core.c
 @@ -558,7 +558,7 @@ static int vbg_reset_host_event_filter(struct vbg_dev 
*gdev,
@@ -516,8 +514,7 @@
or_mask = caps->u.in.or_mask;
not_mask = caps->u.in.not_mask;
  
--  if ((or_mask | not_mask) & ~VMMDEV_EVENT_VALID_EVENT_MASK)
-+  if ((or_mask | not_mask) & ~VMMDEV_GUEST_CAPABILITIES_MASK)
+   if ((or_mask | not_mask) & ~VMMDEV_GUEST_CAPABILITIES_MASK)
return -EINVAL;
  
ret = vbg_set_session_capabilities(gdev, session, or_mask, not_mask,
@@ -530,29 +527,7 @@
caps->u.out.global_caps = gdev->guest_caps_host;
  
return 0;
-@@ -1519,48 +1693,52 @@ int vbg_core_ioctl(struct vbg_session *session, 
unsigned int req, void *data)
- 
-   /* For VMMDEV_REQUEST hdr->type != VBG_IOCTL_HDR_TYPE_DEFAULT */
-   if (req_no_size == VBG_IOCTL_VMMDEV_REQUEST(0) ||
--  req == VBG_IOCTL_VMMDEV_REQUEST_BIG)
-+  req == VBG_IOCTL_VMMDEV_REQUEST_BIG ||
-+  req == VBG_IOCTL_VMMDEV_REQUEST_BIG_ALT)
-   return vbg_ioctl_vmmrequest(gdev, session, data);
- 
-   if (hdr->type != VBG_IOCTL_HDR_TYPE_DEFAULT)
-   return -EINVAL;
- 
-   /* Fixed size requests. */
-   switch (req) {
-   case VBG_IOCTL_DRIVER_VERSION_INFO:
-   return vbg_ioctl_driver_version_info(data);
-   case VBG_IOCTL_HGCM_CONNECT:
-   return vbg_ioctl_hgcm_connect(gdev, session, data);
-   case VBG_IOCTL_HGCM_DISCONNECT:
-   return vbg_ioctl_hgcm_disconnect(gdev, session, data);
-   case VBG_IOCTL_WAIT_FOR_EVENTS:
-   return vbg_ioctl_wait_for_events(gdev, session, data);
-   case VBG_IOCTL_INTERRUPT_ALL_WAIT_FOR_EVENTS:
+@@ -1540,29 +1714,31 @@ int vbg_core_ioctl(struct vbg_session *session, 
unsigned int req, void *data)
return vbg_ioctl_interrupt_all_wait_events(gdev, session, data);
case VBG_IOCTL_CHANGE_FILTER_MASK:
return vbg_ioctl_change_filter_mask(gdev, session, data);
@@ -576,7 +551,7 @@
case VBG_IOCTL_HGCM_CALL(0):
return vbg_ioctl_hgcm_call(gdev, session, f32bit, data);
case VBG_IOCTL_LOG(0):
-+  case VBG_IOCTL_LOG_ALT(0):
+   case VBG_IOCTL_LOG_ALT(0):
return vbg_ioctl_log(data);
}
  
@@ -586,32 +561,10 @@
  }
  
 diff --git a/drivers/virt/vboxguest/vboxguest_core.h 
b/drivers/virt/vboxguest/vboxguest_core.h
-index 4188c12b839f..ab4bf64e2cec 100644
+index 77c3a9c8255d..ab4bf64e2cec 100644
 --- a/drivers/virt/vboxguest/vboxguest_core.h
 +++ b/drivers/virt/vboxguest/vboxguest_core.h
-@@ -15,6 +15,21 @@
- #include 
- #include "vmmdev.h"
- 
-+/*
-+ * The mainline kernel version (this version) of the vboxguest module
-+ * contained a bug where it defined VBGL_IOCTL_VMMDEV_REQUEST_BIG and
-+ * VBGL_IOCTL_LOG using _IOC(_IOC_READ | _IOC_WRITE, 'V', ...) instead
-+ * of _IO(V, ...) as the out of tree VirtualBox upstream version does.
-+ *
-+ * These _ALT definitions keep compatibility with the wrong defines the
-+ * mainline kernel version used for a 

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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 20:52:26
  Author: heftig
Revision: 392390

5.7.10.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 20:50:22 UTC (rev 392389)
+++ PKGBUILD2020-07-22 20:52:26 UTC (rev 392390)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.7.9.arch1
+pkgver=5.7.10.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2020-07-22 Thread Jan Steffens via arch-commits
Date: Wednesday, July 22, 2020 @ 20:50:22
  Author: heftig
Revision: 392389

5.7.10.zen1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 20:24:14 UTC (rev 392388)
+++ PKGBUILD2020-07-22 20:50:22 UTC (rev 392389)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.7.9.zen1
+pkgver=5.7.10.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}
@@ -26,7 +26,7 @@
   'A2FF3A36AAA56654109064AB19802F8B0D70FC30'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'445f3ef4aa2cb973a2156861ecaa5452c7c22fa4d0c910c0d4f5ba75e5d279c3'
+'4c278bafc2e5a04fd584ca45ddfe8bdacf52d8f5a2aac9df17d7a20479e893bf'
 '8cb21e0b3411327b627a9dd15b8eb773295a0d2782b1a41b2a8839d1b2f5778c')
 
 export KBUILD_BUILD_HOST=archlinux

Modified: config
===
--- config  2020-07-22 20:24:14 UTC (rev 392388)
+++ config  2020-07-22 20:50:22 UTC (rev 392389)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.7.6-zen1 Kernel Configuration
+# Linux/x86 5.7.10-zen1 Kernel Configuration
 #
 
 #
@@ -1722,6 +1722,7 @@
 # CONFIG_DEFAULT_FQ is not set
 # CONFIG_DEFAULT_CODEL is not set
 CONFIG_DEFAULT_FQ_CODEL=y
+# CONFIG_DEFAULT_FQ_PIE is not set
 # CONFIG_DEFAULT_SFQ is not set
 # CONFIG_DEFAULT_PFIFO_FAST is not set
 CONFIG_DEFAULT_NET_SCH="fq_codel"
@@ -6898,6 +6899,7 @@
 CONFIG_SND_HDA_CODEC_SI3054=m
 CONFIG_SND_HDA_GENERIC=m
 CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
+CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM=y
 # end of HD-Audio
 
 CONFIG_SND_HDA_CORE=m


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

2020-07-22 Thread Christian Hesse via arch-commits
Date: Wednesday, July 22, 2020 @ 20:39:41
  Author: eworm
Revision: 664913

archrelease: copy trunk to community-x86_64

Added:
  xalan-c/repos/community-x86_64/PKGBUILD
(from rev 664912, xalan-c/trunk/PKGBUILD)
Deleted:
  xalan-c/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 20:39:37 UTC (rev 664912)
+++ PKGBUILD2020-07-22 20:39:41 UTC (rev 664913)
@@ -1,30 +0,0 @@
-# Maintainer: Roman Kyrylych 
-# Contributor: William Rea 
-
-pkgname=xalan-c
-pkgver=1.11
-pkgrel=3
-epoch=1
-pkgdesc="A XSLT processor for transforming XML documents"
-arch=('x86_64')
-url="http://xalan.apache.org/;
-license=('APACHE')
-depends=('xerces-c')
-validpgpkeys=('78C476CF17BB57E17475C80B828B1A23586A109E') # David N. Bertoni 

-source=("http://www.eu.apache.org/dist/xalan/xalan-c/sources/xalan_c-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('4f5e7f75733d72e30a2165f9fdb9371831cf6ff0d1997b1fb64cdd5dc2126a28'
-'SKIP')
-
-build() {
-  export XALANCROOT=${srcdir}/$pkgname-$pkgver/c
-  cd $pkgname-$pkgver/c
-
-  ./runConfigure -p linux -c gcc -x g++ -P/usr
-#  ./configure --prefix=/usr
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver/c
-  make DESTDIR="$pkgdir" install
-}

Copied: xalan-c/repos/community-x86_64/PKGBUILD (from rev 664912, 
xalan-c/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 20:39:41 UTC (rev 664913)
@@ -0,0 +1,35 @@
+# Maintainer: Roman Kyrylych 
+# Contributor: William Rea 
+
+pkgname=xalan-c
+pkgver=1.12
+pkgrel=1
+epoch=1
+pkgdesc="A XSLT processor for transforming XML documents"
+arch=('x86_64')
+url="https://xalan.apache.org/;
+license=('APACHE')
+makedepends=('cmake')
+depends=('xerces-c')
+provides=('libxalan-c.so' 'libxalanMsg.so')
+validpgpkeys=('F33D281D470AB4436756147C07B3C8BC4083E800') # Roger Leigh 

+source=("https://downloads.apache.org/xalan/xalan-c/sources/xalan_c-$pkgver.tar.gz"{,.asc})
+sha256sums=('ee7d4b0b08c5676f5e586c7154d94a5b32b299ac3cbb946e24c4375a25552da7'
+'SKIP')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake \
+"../xalan_c-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-22 Thread Christian Hesse via arch-commits
Date: Wednesday, July 22, 2020 @ 20:39:37
  Author: eworm
Revision: 664912

upgpkg: xalan-c 1:1.12-1: new upstream release, build with cmake

Modified:
  xalan-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 20:22:21 UTC (rev 664911)
+++ PKGBUILD2020-07-22 20:39:37 UTC (rev 664912)
@@ -2,28 +2,34 @@
 # Contributor: William Rea 
 
 pkgname=xalan-c
-pkgver=1.11
-pkgrel=3
+pkgver=1.12
+pkgrel=1
 epoch=1
 pkgdesc="A XSLT processor for transforming XML documents"
 arch=('x86_64')
 url="https://xalan.apache.org/;
 license=('APACHE')
+makedepends=('cmake')
 depends=('xerces-c')
-validpgpkeys=('78C476CF17BB57E17475C80B828B1A23586A109E') # David N. Bertoni 

-source=("https://www.apache.org/dist/xalan/xalan-c/sources/xalan_c-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('4f5e7f75733d72e30a2165f9fdb9371831cf6ff0d1997b1fb64cdd5dc2126a28'
+provides=('libxalan-c.so' 'libxalanMsg.so')
+validpgpkeys=('F33D281D470AB4436756147C07B3C8BC4083E800') # Roger Leigh 

+source=("https://downloads.apache.org/xalan/xalan-c/sources/xalan_c-$pkgver.tar.gz"{,.asc})
+sha256sums=('ee7d4b0b08c5676f5e586c7154d94a5b32b299ac3cbb946e24c4375a25552da7'
 'SKIP')
 
 build() {
-  export XALANCROOT="${srcdir}/$pkgname-$pkgver/c"
-  cd "$pkgname-$pkgver/c"
+  mkdir build
+  cd build
 
-  ./runConfigure -p linux -c gcc -x g++ -P/usr
-  make -j1
+  cmake \
+"../xalan_c-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
 }
 
 package() {
-  cd "$pkgname-$pkgver/c"
+  cd build
+
   make DESTDIR="$pkgdir" install
 }


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

2020-07-22 Thread Levente Polyak via arch-commits
Date: Wednesday, July 22, 2020 @ 20:24:08
  Author: anthraxx
Revision: 392387

upgpkg: jasper 2.0.17-1

Modified:
  jasper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 20:24:01 UTC (rev 392386)
+++ PKGBUILD2020-07-22 20:24:08 UTC (rev 392387)
@@ -3,8 +3,8 @@
 
 pkgbase=jasper
 pkgname=('jasper' 'jasper-doc')
-pkgver=2.0.16
-pkgrel=2
+pkgver=2.0.17
+pkgrel=1
 pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
 url='https://www.ece.uvic.ca/~mdadams/jasper/'
 arch=('x86_64')
@@ -13,18 +13,20 @@
 options=('staticlibs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
 jasper-1.900.1-fix-filename-buffer-overflow.patch)
-sha512sums=('b3bca227f833567c9061c4a29c0599784ed6a131b5cceddfd1696542d19add821eda445ce6d83782b454b266723b24d0f028cbc644a25c0e3a75304e615b34ee'
+sha512sums=('9b682cfef7e951e6a78b57869fb7ddeb696aaa1b90f08c3142d2f26246ea06ed5f2cd867dae0b49ac41a792e4672db7cd96d32a46a6e99c066b7118b025a65fe'
 
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
+b2sums=('99ff72e826be620f7209752bf94cf6324b2d5410132d5de64055d3cc40e9f008dbcfcabf725c28067954ad9947b5b2bb9c9fd982e590b25ea617229e45b4a420'
+
'9b1927a437ed9b32491f07a210600b5a7d10711ec954dadc030a8238b67e9c6d1a8e67956fd7a5515e7060f0a1651fa86763e21d6d20592f8f00e9d3260722a1')
 
 prepare() {
   cd ${pkgbase}-version-${pkgver}
   patch -p1 < "${srcdir}/jasper-1.900.1-fix-filename-buffer-overflow.patch"
   sed -r 's|(CMAKE_SKIP_BUILD_RPATH) FALSE|\1 TRUE|g' -i CMakeLists.txt
-  mkdir -p build-shared build-static
 }
 
 build() {
   cd ${pkgbase}-version-${pkgver}
+
   local options=(
 -DCMAKE_INSTALL_PREFIX=/usr
 -DCMAKE_INSTALL_LIBDIR=lib
@@ -34,16 +36,20 @@
 -DJAS_ENABLE_AUTOMATIC_DEPENDENCIES=OFF
 -DCMAKE_SKIP_RPATH=ON
   )
-  msg2 "Building static lib..."
-  (cd build-static
-cmake ${options[@]} -DJAS_ENABLE_SHARED=OFF ..
-make
-  )
-  msg2 "Building shared lib..."
-  (cd build-shared
-cmake ${options[@]} -DJAS_ENABLE_SHARED=ON ..
-make
-  )
+
+  echo "Building static lib..."
+  cmake \
+-B build-static \
+"${options[@]}" \
+-DJAS_ENABLE_SHARED=OFF
+  make -C build-static
+
+  echo "Building shared lib..."
+  cmake \
+-B build-shared \
+"${options[@]}" \
+-DJAS_ENABLE_SHARED=ON
+  make -C build-shared
 }
 
 check() {


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

2020-07-22 Thread Levente Polyak via arch-commits
Date: Wednesday, July 22, 2020 @ 20:24:14
  Author: anthraxx
Revision: 392388

archrelease: copy trunk to extra-x86_64

Added:
  jasper/repos/extra-x86_64/PKGBUILD
(from rev 392387, jasper/trunk/PKGBUILD)
  jasper/repos/extra-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch
(from rev 392387, 
jasper/trunk/jasper-1.900.1-fix-filename-buffer-overflow.patch)
Deleted:
  jasper/repos/extra-x86_64/PKGBUILD
  jasper/repos/extra-x86_64/jasper-1.900.1-fix-filename-buffer-overflow.patch

---+
 PKGBUILD  |  156 ++--
 jasper-1.900.1-fix-filename-buffer-overflow.patch |   74 -
 2 files changed, 118 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 20:24:08 UTC (rev 392387)
+++ PKGBUILD2020-07-22 20:24:14 UTC (rev 392388)
@@ -1,75 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eric Bélanger 
-
-pkgbase=jasper
-pkgname=('jasper' 'jasper-doc')
-pkgver=2.0.16
-pkgrel=2
-pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
-url='https://www.ece.uvic.ca/~mdadams/jasper/'
-arch=('x86_64')
-license=('custom:JasPer2.0')
-makedepends=('libjpeg' 'freeglut' 'libxmu' 'glu' 'cmake' 'doxygen')
-options=('staticlibs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
-jasper-1.900.1-fix-filename-buffer-overflow.patch)
-sha512sums=('b3bca227f833567c9061c4a29c0599784ed6a131b5cceddfd1696542d19add821eda445ce6d83782b454b266723b24d0f028cbc644a25c0e3a75304e615b34ee'
-
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
-
-prepare() {
-  cd ${pkgbase}-version-${pkgver}
-  patch -p1 < "${srcdir}/jasper-1.900.1-fix-filename-buffer-overflow.patch"
-  sed -r 's|(CMAKE_SKIP_BUILD_RPATH) FALSE|\1 TRUE|g' -i CMakeLists.txt
-  mkdir -p build-shared build-static
-}
-
-build() {
-  cd ${pkgbase}-version-${pkgver}
-  local options=(
--DCMAKE_INSTALL_PREFIX=/usr
--DCMAKE_INSTALL_LIBDIR=lib
--DCMAKE_BUILD_TYPE=Release
--DJAS_ENABLE_OPENGL=ON
--DJAS_ENABLE_LIBJPEG=ON
--DJAS_ENABLE_AUTOMATIC_DEPENDENCIES=OFF
--DCMAKE_SKIP_RPATH=ON
-  )
-  msg2 "Building static lib..."
-  (cd build-static
-cmake ${options[@]} -DJAS_ENABLE_SHARED=OFF ..
-make
-  )
-  msg2 "Building shared lib..."
-  (cd build-shared
-cmake ${options[@]} -DJAS_ENABLE_SHARED=ON ..
-make
-  )
-}
-
-check() {
-  cd ${pkgbase}-version-${pkgver}/build-static
-  make -j1 test
-}
-
-package_jasper() {
-  depends=('libjpeg')
-  optdepends=('jasper-doc: documentation'
-  'freeglut: jiv support'
-  'glu: jiv support')
-  cd ${pkgbase}-version-${pkgver}
-  make -C build-static DESTDIR="${pkgdir}" install
-  make -C build-shared DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -r "${pkgdir}/usr/share/doc"
-}
-
-package_jasper-doc() {
-  pkgdesc+=' (documentation)'
-  optdepends=('jasper')
-  cd ${pkgbase}-version-${pkgver}
-  make -C build-shared DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -rf "${pkgdir}/usr/"{bin,include,lib,share/man}
-}
-
-# vim: ts=2 sw=2 et:

Copied: jasper/repos/extra-x86_64/PKGBUILD (from rev 392387, 
jasper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 20:24:14 UTC (rev 392388)
@@ -0,0 +1,81 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgbase=jasper
+pkgname=('jasper' 'jasper-doc')
+pkgver=2.0.17
+pkgrel=1
+pkgdesc='Software-based implementation of the codec specified in the emerging 
JPEG-2000 Part-1 standard'
+url='https://www.ece.uvic.ca/~mdadams/jasper/'
+arch=('x86_64')
+license=('custom:JasPer2.0')
+makedepends=('libjpeg' 'freeglut' 'libxmu' 'glu' 'cmake' 'doxygen')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mdadams/jasper/archive/version-${pkgver}.tar.gz
+jasper-1.900.1-fix-filename-buffer-overflow.patch)
+sha512sums=('9b682cfef7e951e6a78b57869fb7ddeb696aaa1b90f08c3142d2f26246ea06ed5f2cd867dae0b49ac41a792e4672db7cd96d32a46a6e99c066b7118b025a65fe'
+
'b8d798bf75523c5db263783e42c653dd0cb03deee90be32eddf878bb6893cca02abadd94de6a8c737a5b7fe76f7fb245979f010765e6a95fc520b215e3a2a7f0')
+b2sums=('99ff72e826be620f7209752bf94cf6324b2d5410132d5de64055d3cc40e9f008dbcfcabf725c28067954ad9947b5b2bb9c9fd982e590b25ea617229e45b4a420'
+
'9b1927a437ed9b32491f07a210600b5a7d10711ec954dadc030a8238b67e9c6d1a8e67956fd7a5515e7060f0a1651fa86763e21d6d20592f8f00e9d3260722a1')
+
+prepare() {
+  cd ${pkgbase}-version-${pkgver}
+  patch -p1 < 

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

2020-07-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 22, 2020 @ 20:23:34
  Author: arojas
Revision: 392384

Update to 6.0.0

Modified:
  freecell-solver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 20:23:26 UTC (rev 392383)
+++ PKGBUILD2020-07-22 20:23:34 UTC (rev 392384)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=freecell-solver
-pkgver=5.24.0
+pkgver=6.0.0
 pkgrel=1
 pkgdesc="A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire"
 arch=(x86_64)
@@ -8,28 +8,28 @@
 url="https://fc-solve.shlomifish.org;
 license=(MIT)
 depends=(bash)
-makedepends=(cmake gperf perl-path-tiny perl-template-toolkit python-random2 
python-six python-pysol_cards rinutils)
+makedepends=(cmake gperf perl-moo perl-path-tiny perl-template-toolkit 
python-random2 python-six python-pysol_cards rinutils)
 optdepends=('python-random2: for the Python interface' 'python-six: for the 
Python interface'
 'python-pysol_cards: for the Python interface')
-source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
-sha256sums=('34b924e2774ef167d673055c32a829edb1fc9b44112544e99834272a8119af76')
+source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz
+freecell-solver-fix-build.patch)
+sha256sums=('fcbf7d2bed6840cb340b035fe9ac8cdcdb30ab84fea72c864bec5ac748af3199'
+'6d5975823b55c8eb63fb96a6e06ff0346d86c9c1d3ec2989bc1947bd5f092134')
 
 prepare() {
-  mkdir -p build
+  patch -d $pkgname-$pkgver -p1 -i ../freecell-solver-fix-build.patch # Fix 
out of tree build
 }
 
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DFCS_WITH_TEST_SUITE=OFF \
 -DBUILD_STATIC_LIBRARY=OFF
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname-$pkgver/COPYING.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
 }
 


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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 20:23:26
  Author: foutrelis
Revision: 392383

archrelease: copy trunk to staging-x86_64

Added:
  lld/repos/staging-x86_64/
  lld/repos/staging-x86_64/PKGBUILD
(from rev 392382, lld/trunk/PKGBUILD)
  lld/repos/staging-x86_64/respect-versioned-undefined-symbols.patch
(from rev 392382, lld/trunk/respect-versioned-undefined-symbols.patch)
  lld/repos/staging-x86_64/sphinx2.patch
(from rev 392382, lld/trunk/sphinx2.patch)

---+
 PKGBUILD  |   70 +
 respect-versioned-undefined-symbols.patch |  348 
 sphinx2.patch |   13 +
 3 files changed, 431 insertions(+)

Copied: lld/repos/staging-x86_64/PKGBUILD (from rev 392382, lld/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-22 20:23:26 UTC (rev 392383)
@@ -0,0 +1,70 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+
+pkgname=lld
+pkgver=10.0.1
+pkgrel=1
+pkgdesc="Linker from the LLVM project"
+arch=('x86_64')
+url="https://lld.llvm.org/;
+license=('custom:Apache 2.0 with LLVM Exception')
+depends=('llvm-libs')
+makedepends=('llvm' 'cmake' 'ninja' 'python-sphinx')
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
+source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig}
+$_source_base/llvm-$pkgver.src.tar.xz{,.sig}
+respect-versioned-undefined-symbols.patch
+sphinx2.patch)
+sha256sums=('591449e0aa623a6318d5ce2371860401653c48bb540982ccdd933992cb88df7a'
+'SKIP'
+'c5d8e30b57cbded7128d78e5e8dad811bff97a8d471896812f57fa99ee82cdf3'
+'SKIP'
+'d5e6f2e60a35d9cc4a791b0ae35ac9634217bbe7f1bea316062c2af226ba786b'
+'7f7cca66a16c5a4aca132bfa1d86a7a2ff33612ec47d3422dc91ad4cc1810646')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

+validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver.src"
+  mkdir build
+
+  # https://bugs.llvm.org/show_bug.cgi?id=44842
+  patch -Np2 -i ../respect-versioned-undefined-symbols.patch
+
+  # https://bugs.llvm.org/show_bug.cgi?id=41789
+  patch -Np1 -i ../sphinx2.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver.src/build"
+
+  cmake .. -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python \
+-DLLVM_LINK_LLVM_DYLIB=ON \
+-DLLVM_INCLUDE_TESTS=ON \
+-DLLVM_BUILD_TESTS=ON \
+-DLLVM_BUILD_DOCS=ON \
+-DLLVM_ENABLE_SPHINX=ON \
+-DLLVM_EXTERNAL_LIT=/usr/bin/lit \
+-DLLVM_MAIN_SRC_DIR="$srcdir/llvm-$pkgver.src"
+  ninja
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver.src/build"
+  ninja check-lld
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver.src/build"
+
+  DESTDIR="$pkgdir" ninja install
+  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove documentation sources
+  rm -r "$pkgdir"/usr/share/doc/$pkgname/html/{_sources,.buildinfo}
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lld/repos/staging-x86_64/respect-versioned-undefined-symbols.patch 
(from rev 392382, lld/trunk/respect-versioned-undefined-symbols.patch)
===
--- staging-x86_64/respect-versioned-undefined-symbols.patch
(rev 0)
+++ staging-x86_64/respect-versioned-undefined-symbols.patch2020-07-22 
20:23:26 UTC (rev 392383)
@@ -0,0 +1,348 @@
+From 0156f360b82c55ebcb92c44a9380e3e30af2fffa Mon Sep 17 00:00:00 2001
+From: Fangrui Song 
+Date: Mon, 18 May 2020 10:15:59 -0700
+Subject: [PATCH 1/2] [ELF] Make --trace-symbol track preempted shared
+ definitions
+
+Note, we still name a preempted SharedSymbol "shared definition",
+instead of "reference" as printed by GNU ld. This difference should not matter.
+
+```
+// GNU ld
+ld.bfd: t: definition of f@v1
+ld.bfd: t.so: reference to f@v1
+```
+
+Reviewed By: psmith
+
+Differential Revision: https://reviews.llvm.org/D80143
+
+(cherry picked from commit 64676499741cb985146ab982a67da859ff8f4f4d)
+---
+ lld/ELF/Symbols.cpp  | 3 ++-
+ lld/test/ELF/trace-symbols.s | 5 +
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/lld/ELF/Symbols.cpp b/lld/ELF/Symbols.cpp
+index 0dcf34722d3..4c7bc0f28c0 100644
+--- a/lld/ELF/Symbols.cpp
 b/lld/ELF/Symbols.cpp
+@@ -688,7 +688,8 @@ void Symbol::resolveShared(const SharedSymbol ) {
+ replace(other);
+ binding = bind;
+ referenced = true;
+-  }
++  } else if (traced)
++printTraceSymbol();
+ }
+ 
+ } // namespace elf
+diff --git a/lld/test/ELF/trace-symbols.s b/lld/test/ELF/trace-symbols.s
+index b6f8bea79d1..f5211b367eb 100644
+--- a/lld/test/ELF/trace-symbols.s
 b/lld/test/ELF/trace-symbols.s
+@@ 

[arch-commits] Commit in freecell-solver/repos/extra-x86_64 (3 files)

2020-07-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 22, 2020 @ 20:24:01
  Author: arojas
Revision: 392386

archrelease: copy trunk to extra-x86_64

Added:
  freecell-solver/repos/extra-x86_64/PKGBUILD
(from rev 392385, freecell-solver/trunk/PKGBUILD)
  freecell-solver/repos/extra-x86_64/freecell-solver-fix-build.patch
(from rev 392385, freecell-solver/trunk/freecell-solver-fix-build.patch)
Deleted:
  freecell-solver/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|   70 +++---
 freecell-solver-fix-build.patch |   41 ++
 2 files changed, 76 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 20:23:47 UTC (rev 392385)
+++ PKGBUILD2020-07-22 20:24:01 UTC (rev 392386)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=freecell-solver
-pkgver=5.24.0
-pkgrel=1
-pkgdesc="A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire"
-arch=(x86_64)
-url="https://fc-solve.shlomifish.org;
-license=(MIT)
-depends=(bash)
-makedepends=(cmake gperf perl-path-tiny perl-template-toolkit python-random2 
python-six python-pysol_cards rinutils)
-optdepends=('python-random2: for the Python interface' 'python-six: for the 
Python interface'
-'python-pysol_cards: for the Python interface')
-source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
-sha256sums=('34b924e2774ef167d673055c32a829edb1fc9b44112544e99834272a8119af76')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFCS_WITH_TEST_SUITE=OFF \
--DBUILD_STATIC_LIBRARY=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
-}
-

Copied: freecell-solver/repos/extra-x86_64/PKGBUILD (from rev 392385, 
freecell-solver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 20:24:01 UTC (rev 392386)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=freecell-solver
+pkgver=6.0.0
+pkgrel=1
+pkgdesc="A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire"
+arch=(x86_64)
+url="https://fc-solve.shlomifish.org;
+license=(MIT)
+depends=(bash)
+makedepends=(cmake gperf perl-moo perl-path-tiny perl-template-toolkit 
python-random2 python-six python-pysol_cards rinutils)
+optdepends=('python-random2: for the Python interface' 'python-six: for the 
Python interface'
+'python-pysol_cards: for the Python interface')
+source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz
+freecell-solver-fix-build.patch)
+sha256sums=('fcbf7d2bed6840cb340b035fe9ac8cdcdb30ab84fea72c864bec5ac748af3199'
+'6d5975823b55c8eb63fb96a6e06ff0346d86c9c1d3ec2989bc1947bd5f092134')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../freecell-solver-fix-build.patch # Fix 
out of tree build
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFCS_WITH_TEST_SUITE=OFF \
+-DBUILD_STATIC_LIBRARY=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname-$pkgver/COPYING.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
+}
+

Copied: freecell-solver/repos/extra-x86_64/freecell-solver-fix-build.patch 
(from rev 392385, freecell-solver/trunk/freecell-solver-fix-build.patch)
===
--- freecell-solver-fix-build.patch (rev 0)
+++ freecell-solver-fix-build.patch 2020-07-22 20:24:01 UTC (rev 392386)
@@ -0,0 +1,41 @@
+diff --git a/fc-solve/source/CMakeLists.txt b/fc-solve/source/CMakeLists.txt
+index 94a3f3fc0..fb37caecd 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -273,7 +273,7 @@ ADD_CUSTOM_COMMAND(
+ DEPENDS "${is_parent_gen}"
+ )
+ # Execute it right away to avoid missing files/includes
+-EXECUTE_PROCESS(COMMAND "${PERL_EXECUTABLE}" ${is_parent_args} 
RESULT_VARIABLE _retcode)
++EXECUTE_PROCESS(COMMAND "${PERL_EXECUTABLE}" ${is_parent_args} 
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" RESULT_VARIABLE _retcode)
+ 
+ IF (NOT ("${_retcode}" STREQUAL "0"))
+ MESSAGE(FATAL_ERROR "${PERL_EXECUTABLE} ${is_parent_args} failed!")
+@@ -308,6 +308,7 @@ ADD_CUSTOM_COMMAND(
+ "${cl_enum_h}"
+ COMMAND ${_cmd}
+ DEPENDS "${CL_INC_SCRIPT}"
++WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
+ )
+ 
+ # Execute it right away to avoid missing files/includes
+@@ -329,6 +330,7 @@ ADD_CUSTOM_COMMAND(
+ "${CMAKE_CURRENT_BINARY_DIR}/${MOVE_FUNCS_H}"
+ COMMAND "${PERL_EXECUTABLE}" "${MOVE_FUNCS_GEN}"
+ DEPENDS 

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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 20:23:22
  Author: foutrelis
Revision: 392382

upgpkg: lld 10.0.1-1: new upstream release

Modified:
  lld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 20:21:25 UTC (rev 392381)
+++ PKGBUILD2020-07-22 20:23:22 UTC (rev 392382)
@@ -2,8 +2,8 @@
 # Contributor: Jan "heftig" Steffens 
 
 pkgname=lld
-pkgver=10.0.0
-pkgrel=3
+pkgver=10.0.1
+pkgrel=1
 pkgdesc="Linker from the LLVM project"
 arch=('x86_64')
 url="https://lld.llvm.org/;
@@ -15,9 +15,9 @@
 $_source_base/llvm-$pkgver.src.tar.xz{,.sig}
 respect-versioned-undefined-symbols.patch
 sphinx2.patch)
-sha256sums=('b9a0d7c576eeef05bc06d6e954938a01c5396cee1d1e985891e0b1cf16e3d708'
+sha256sums=('591449e0aa623a6318d5ce2371860401653c48bb540982ccdd933992cb88df7a'
 'SKIP'
-'df83a44b3a9a71029049ec101fb0077ecbbdf5fe41e395215025779099a98fdf'
+'c5d8e30b57cbded7128d78e5e8dad811bff97a8d471896812f57fa99ee82cdf3'
 'SKIP'
 'd5e6f2e60a35d9cc4a791b0ae35ac9634217bbe7f1bea316062c2af226ba786b'
 '7f7cca66a16c5a4aca132bfa1d86a7a2ff33612ec47d3422dc91ad4cc1810646')


[arch-commits] Commit in freecell-solver/trunk (freecell-solver-fix-build.patch)

2020-07-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 22, 2020 @ 20:23:47
  Author: arojas
Revision: 392385

Add patch

Added:
  freecell-solver/trunk/freecell-solver-fix-build.patch

-+
 freecell-solver-fix-build.patch |   41 ++
 1 file changed, 41 insertions(+)

Added: freecell-solver-fix-build.patch
===
--- freecell-solver-fix-build.patch (rev 0)
+++ freecell-solver-fix-build.patch 2020-07-22 20:23:47 UTC (rev 392385)
@@ -0,0 +1,41 @@
+diff --git a/fc-solve/source/CMakeLists.txt b/fc-solve/source/CMakeLists.txt
+index 94a3f3fc0..fb37caecd 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -273,7 +273,7 @@ ADD_CUSTOM_COMMAND(
+ DEPENDS "${is_parent_gen}"
+ )
+ # Execute it right away to avoid missing files/includes
+-EXECUTE_PROCESS(COMMAND "${PERL_EXECUTABLE}" ${is_parent_args} 
RESULT_VARIABLE _retcode)
++EXECUTE_PROCESS(COMMAND "${PERL_EXECUTABLE}" ${is_parent_args} 
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" RESULT_VARIABLE _retcode)
+ 
+ IF (NOT ("${_retcode}" STREQUAL "0"))
+ MESSAGE(FATAL_ERROR "${PERL_EXECUTABLE} ${is_parent_args} failed!")
+@@ -308,6 +308,7 @@ ADD_CUSTOM_COMMAND(
+ "${cl_enum_h}"
+ COMMAND ${_cmd}
+ DEPENDS "${CL_INC_SCRIPT}"
++WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
+ )
+ 
+ # Execute it right away to avoid missing files/includes
+@@ -329,6 +330,7 @@ ADD_CUSTOM_COMMAND(
+ "${CMAKE_CURRENT_BINARY_DIR}/${MOVE_FUNCS_H}"
+ COMMAND "${PERL_EXECUTABLE}" "${MOVE_FUNCS_GEN}"
+ DEPENDS "${MOVE_FUNCS_GEN}" "${MOVE_FUNCS_GEN_MOD}"
++WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
+ )
+ 
+ ADD_CUSTOM_TARGET(
+@@ -374,7 +376,10 @@ ENDIF ()
+ IF (NOT "${FCS_DISABLE_PATSOLVE}")
+ SET (pp_dir "${CMAKE_CURRENT_SOURCE_DIR}/${p_dir}")
+ SET (cmd "python3" "${pp_dir}/param.py" "${pp_dir}/param.dat")
+-EXECUTE_PROCESS(COMMAND ${cmd} RESULT_VARIABLE _retcode)
++EXECUTE_PROCESS(
++COMMAND ${cmd} RESULT_VARIABLE _retcode
++WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
++)
+ IF (NOT ("${_retcode}" STREQUAL "0"))
+ MESSAGE(FATAL_ERROR "${cmd} failed!")
+ ENDIF ()


[arch-commits] Commit in virtualbox/repos/community-x86_64 (57 files)

2020-07-22 Thread Christian Hesse via arch-commits
Date: Wednesday, July 22, 2020 @ 20:22:21
  Author: eworm
Revision: 664911

archrelease: copy trunk to community-x86_64

Added:
  virtualbox/repos/community-x86_64/001-disable-update.patch
(from rev 664910, virtualbox/trunk/001-disable-update.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 664910, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 664910, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
(from rev 664910, virtualbox/trunk/008-no-vboxvideo.patch)
  
virtualbox/repos/community-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
(from rev 664910, 
virtualbox/trunk/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch)
  virtualbox/repos/community-x86_64/013-Makefile.patch
(from rev 664910, virtualbox/trunk/013-Makefile.patch)
  
virtualbox/repos/community-x86_64/016-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch
(from rev 664910, 
virtualbox/trunk/016-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch)
  virtualbox/repos/community-x86_64/017-fix-narrowing-conversion.patch
(from rev 664910, virtualbox/trunk/017-fix-narrowing-conversion.patch)
  virtualbox/repos/community-x86_64/018-xclient.patch
(from rev 664910, virtualbox/trunk/018-xclient.patch)
  virtualbox/repos/community-x86_64/020-gsoap.patch
(from rev 664910, virtualbox/trunk/020-gsoap.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 664910, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 664910, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 664910, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 664910, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 664910, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxdrmclient.path
(from rev 664910, virtualbox/trunk/vboxdrmclient.path)
  virtualbox/repos/community-x86_64/vboxdrmclient.service
(from rev 664910, virtualbox/trunk/vboxdrmclient.service)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 664910, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 664910, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 664910, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 664910, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 664910, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 664910, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
(from rev 664910, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.conf
(from rev 664910, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
(from rev 664910, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-vboxsf-dkms.conf
(from rev 664910, virtualbox/trunk/virtualbox-vboxsf-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox.install
(from rev 664910, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-x86_64/virtualbox.sysusers
(from rev 664910, virtualbox/trunk/virtualbox.sysusers)
Deleted:
  virtualbox/repos/community-x86_64/001-disable-update.patch
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
  
virtualbox/repos/community-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
  virtualbox/repos/community-x86_64/013-Makefile.patch
  
virtualbox/repos/community-x86_64/016-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch
  virtualbox/repos/community-x86_64/017-fix-narrowing-conversion.patch
  virtualbox/repos/community-x86_64/018-xclient.patch
  virtualbox/repos/community-x86_64/020-gsoap.patch
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
  virtualbox/repos/community-x86_64/60-vboxguest.rules
  virtualbox/repos/community-x86_64/LocalConfig.kmk
  virtualbox/repos/community-x86_64/PKGBUILD
  virtualbox/repos/community-x86_64/build.sh
  virtualbox/repos/community-x86_64/vboxdrmclient.service
  virtualbox/repos/community-x86_64/vboxreload
  virtualbox/repos/community-x86_64/vboxservice-nox.service
  virtualbox/repos/community-x86_64/vboxservice.service
  virtualbox/repos/community-x86_64/vboxweb.service
  

[arch-commits] Commit in virtualbox/trunk (3 files)

2020-07-22 Thread Christian Hesse via arch-commits
Date: Wednesday, July 22, 2020 @ 20:21:46
  Author: eworm
Revision: 664910

upgpkg: virtualbox 6.1.12-3: fix VBoxDRMClient race condition

Added:
  virtualbox/trunk/vboxdrmclient.path
Modified:
  virtualbox/trunk/PKGBUILD
  virtualbox/trunk/vboxservice.service

-+
 PKGBUILD|7 +--
 vboxdrmclient.path  |6 ++
 vboxservice.service |2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 19:54:40 UTC (rev 664909)
+++ PKGBUILD2020-07-22 20:21:46 UTC (rev 664910)
@@ -10,7 +10,7 @@
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
 pkgver=6.1.12
-pkgrel=2
+pkgrel=3
 _vboxsf_commit='5aba938bcabd978e4615186ad7d8617d633e6f30'
 arch=('x86_64')
 url='https://virtualbox.org/'
@@ -65,6 +65,7 @@
 'LocalConfig.kmk'
 'vboxservice.service'
 'vboxservice-nox.service'
+'vboxdrmclient.path'
 'vboxdrmclient.service'
 'vboxweb.service'
 'vboxreload'
@@ -87,8 +88,9 @@
 '9c5238183019f9ebc7d92a8582cad232f471eab9d3278786225abc1a1c7bf66e'
 '033c597e0f5285d2ddb0490868e5b6f945f45c7b1b1152a02a9e6fea438b2c95'
 '240ddf9c532b34380dd9bdd56c6302f323ded9ca95ccf5c50b6e44a5cb533cc9'
-'4ffd5b84449b07acf280126cf7e56737c6430ebb3a98d203957bcf37ecde5450'
+'c41a801fe344a4471a7b61a4764d1d857c403e4fb96e2ba6bc89c77a35f2be7a'
 '01dbb921bd57a852919cc78be5b73580a564f28ebab2fe8d6c9b8301265cbfce'
+'83d8f24bff25bb925083cf39b3195236c6136105e62417712cc3f25b92e14b47'
 '2beab8de525220fa418c9873f9e0d657ddbad4ff9e4a46d7053e6cd9bc4ce95e'
 'e6e875ef186578b53106d7f6af48e426cdaf1b4e86834f01696b8ef1c685787f'
 '4001b5927348fe669a541e80526d4f9ea91b883805f102f7d571edbb482a9b9d'
@@ -352,6 +354,7 @@
 popd
 # systemd stuff
 install -Dm0644 60-vboxguest.rules 
"$pkgdir/usr/lib/udev/rules.d/60-vboxguest.rules"
+install -Dm0644 vboxdrmclient.path 
"$pkgdir/usr/lib/systemd/system/vboxdrmclient.path"
 install -Dm0644 vboxdrmclient.service 
"$pkgdir/usr/lib/systemd/system/vboxdrmclient.service"
 install -Dm0644 vboxservice.service 
"$pkgdir/usr/lib/systemd/system/vboxservice.service"
 install -Dm0644 virtualbox-guest-utils.sysusers 
"$pkgdir/usr/lib/sysusers.d/virtualbox-guest-utils.conf"

Added: vboxdrmclient.path
===
--- vboxdrmclient.path  (rev 0)
+++ vboxdrmclient.path  2020-07-22 20:21:46 UTC (rev 664910)
@@ -0,0 +1,6 @@
+[Unit]
+Description=VirtualBox Guest VMSVGA resize client
+ConditionVirtualization=oracle
+
+[Path]
+PathExistsGlob=/dev/dri/renderD*

Modified: vboxservice.service
===
--- vboxservice.service 2020-07-22 19:54:40 UTC (rev 664909)
+++ vboxservice.service 2020-07-22 20:21:46 UTC (rev 664910)
@@ -1,7 +1,7 @@
 [Unit]
 Description=VirtualBox Guest Service
 ConditionVirtualization=oracle
-Wants=vboxdrmclient.service
+Wants=vboxdrmclient.path
 
 [Service]
 ExecStartPre=-/usr/bin/modprobe vboxguest


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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 20:21:25
  Author: foutrelis
Revision: 392381

archrelease: copy trunk to staging-x86_64

Added:
  lldb/repos/staging-x86_64/
  lldb/repos/staging-x86_64/PKGBUILD
(from rev 392380, lldb/trunk/PKGBUILD)

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

Copied: lldb/repos/staging-x86_64/PKGBUILD (from rev 392380, 
lldb/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-22 20:21:25 UTC (rev 392381)
@@ -0,0 +1,52 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+
+pkgname=lldb
+pkgver=10.0.1
+pkgrel=1
+pkgdesc="Next generation, high-performance debugger"
+arch=('x86_64')
+url="https://lldb.llvm.org/;
+license=('custom:Apache 2.0 with LLVM Exception')
+depends=('llvm-libs' 'clang' 'python' 'python-six')
+makedepends=('llvm' 'cmake' 'ninja' 'swig' 'python-sphinx')
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
+source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
+sha256sums=('07abe87c25876aa306e73127330f5f37d270b6b082d50cc679e31b4fc02a3714'
+'SKIP')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

+validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver.src"
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver.src/build"
+
+  cmake .. -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_LINK_LLVM_DYLIB=ON \
+-DCLANG_LINK_CLANG_DYLIB=ON \
+-DLLVM_ENABLE_SPHINX=ON \
+-DLLDB_USE_SYSTEM_SIX=1
+  ninja all docs-lldb-man
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver.src/build"
+
+  DESTDIR="$pkgdir" ninja install
+  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -Dm644 docs/man/lldb.1 "$pkgdir/usr/share/man/man1/lldb.1"
+
+  # Compile Python scripts
+  python3 -m compileall "$pkgdir"
+  python3 -O -m compileall "$pkgdir"
+  python3 -OO -m compileall "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 20:21:21
  Author: foutrelis
Revision: 392380

upgpkg: lldb 10.0.1-1: new upstream release

Modified:
  lldb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 20:19:47 UTC (rev 392379)
+++ PKGBUILD2020-07-22 20:21:21 UTC (rev 392380)
@@ -2,8 +2,8 @@
 # Contributor: Jan "heftig" Steffens 
 
 pkgname=lldb
-pkgver=10.0.0
-pkgrel=2
+pkgver=10.0.1
+pkgrel=1
 pkgdesc="Next generation, high-performance debugger"
 arch=('x86_64')
 url="https://lldb.llvm.org/;
@@ -12,7 +12,7 @@
 makedepends=('llvm' 'cmake' 'ninja' 'swig' 'python-sphinx')
 
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
-sha256sums=('dd1ffcb42ed033f5167089ec4c6ebe84fbca1db4a9eaebf5c614af09d89eb135'
+sha256sums=('07abe87c25876aa306e73127330f5f37d270b6b082d50cc679e31b4fc02a3714'
 'SKIP')
 validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

 validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 



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

2020-07-22 Thread Levente Polyak via arch-commits
Date: Wednesday, July 22, 2020 @ 20:19:41
  Author: anthraxx
Revision: 392378

upgpkg: valgrind 3.16.1-1

Modified:
  valgrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 20:10:16 UTC (rev 392377)
+++ PKGBUILD2020-07-22 20:19:41 UTC (rev 392378)
@@ -3,8 +3,7 @@
 # Contributor: Allan McRae 
 
 pkgname=valgrind
-_commit=d772e25995c3400eecf2b6070e0bf3411447c3d1
-pkgver=3.15.0+269+gd772e2599
+pkgver=3.16.1
 pkgrel=1
 pkgdesc='Tool to help find memory-management problems in programs'
 arch=('x86_64')
@@ -11,7 +10,7 @@
 license=('GPL')
 url='http://valgrind.org/'
 depends=('glibc' 'perl')
-makedepends=('gdb' 'lib32-glibc' 'lib32-gcc-libs' 'git' 'docbook-xml'
+makedepends=('gdb' 'lib32-glibc' 'lib32-gcc-libs' 'docbook-xml'
  'docbook-xsl' 'docbook-sgml')
 checkdepends=('procps-ng')
 optdepends=('lib32-glibc: 32-bit ABI support')
@@ -18,20 +17,20 @@
 provides=('valgrind-multilib')
 replaces=('valgrind-multilib')
 options=('!emptydirs' '!strip')
-source=("git+https://repo.or.cz/valgrind.git#commit=$_commit;
+source=(https://sourceware.org/pub/valgrind/valgrind-${pkgver}.tar.bz2{,.asc}
 valgrind-3.7.0-respect-flags.patch)
-md5sums=('SKIP'
- '470d9881870aacc210b7a6efb64cc9a9')
-sha512sums=('SKIP'
+validpgpkeys=(
+  0E9FFD0C16A1856CF9C7C690BA0166E698FA6035 # Julian Seward 
+)
+sha512sums=('2a4173efe1b6facdd2f5c5ee8ed006704168eba1813736fccc8191d60363afd96197512cf42037e65f18d4ddd49adc74a54c47210df216fba3c46bf68ef0f950'
+'SKIP'
 
'e0cec39381cefeca09ae4794cca309dfac7c8693e6315e137e64f5c33684598726d41cfbb4edf764fe985503b13ff596184ca5fc32b159d500ec092e4cf8838c')
+b2sums=('1c333c26827f7a8356869e8758da9dd6a7444642ac4f6377c84fdab8349b9cee1e9bf2cf2eb86043c4feffab342dd97da20e76d7566d0296189e6ea8483a8c65'
+'SKIP'
+
'af556fdf3c02e37892bfe9afebc954cf2f1b2fa9b75c1caacfa9f3b456ebc02bf078475f9ee30079b3af5d150d41415a947c3d04235c1ea8412cf92b959c484a')
 
-pkgver() {
-  cd valgrind
-  git describe --tags --always|sed -e 's|-|+|g' -e 's|VALGRIND_||g' -e 
's|_|.|g'
-}
-
 prepare() {
-  cd valgrind
+  cd valgrind-${pkgver}
   patch -Np1 < ../valgrind-3.7.0-respect-flags.patch
   sed -i 's|sgml/docbook/xsl-stylesheets|xml/docbook/xsl-stylesheets-1.79.2|' 
docs/Makefile.am
 
@@ -44,7 +43,7 @@
   CFLAGS=${CFLAGS/-fno-plt/}
   CXXFLAGS=${CXXFLAGS/-fno-plt/}
 
-  cd valgrind
+  cd valgrind-${pkgver}
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -56,7 +55,7 @@
 }
 
 check() {
-  cd valgrind
+  cd valgrind-${pkgver}
 
   # Make sure a basic binary runs. There should be no errors.
   ./vg-in-place --error-exitcode=1 /bin/true
@@ -65,36 +64,36 @@
   # sets all flags necessary. See also configure above.
   make check CPPFLAGS= CFLAGS= CXXFLAGS= LDFLAGS=
 
-  # # XXX: run full regtest but only report issues some tests fail duo
-  # # current toolchain and expectations, take a manual look if its fine
-  # echo "===TESTING==="
-  # make regtest || :
+  # XXX: run full regtest but only report issues some tests fail duo
+  # current toolchain and expectations, take a manual look if its fine
+  #echo "===TESTING==="
+  #make regtest || true
 
-  # # Make sure test failures show up in build.log
-  # # Gather up the diffs (at most the first 20 lines for each one)
-  # local f max_lines=20 diff_files=()
-  # mapfile -d '' diff_files < <(find . -name '*.diff' -print0 | sort -z)
-  # if (( ${#diff_files[@]} == 0 )); then
-  #   echo "Congratulations, all tests passed!"
-  # else
-  #   warning "Some tests failed!"
-  #   for f in "${diff_files[@]}"; do
-  #   echo "="
-  #   echo "${f}"
-  #   echo "="
-  #   if (( $(wc -l < "${f}") < ${max_lines} )); then
-  # cat "${f}"
-  #   else
-  # head -n ${max_lines} "${f}"
-  # echo ""
-  #   fi
-  #   done | tee diffs
-  # fi
-  # echo "===END TESTING==="
+  # Make sure test failures show up in build.log
+  # Gather up the diffs (at most the first 20 lines for each one)
+  #local f max_lines=20 diff_files=()
+  #mapfile -d '' diff_files < <(find . -name '*.diff' -print0 | sort -z)
+  #if (( ${#diff_files[@]} == 0 )); then
+#echo "Congratulations, all tests passed!"
+  #else
+#warning "Some tests failed!"
+#for f in "${diff_files[@]}"; do
+#echo "="
+#echo "${f}"
+#echo "="
+#if (( $(wc -l < "${f}") < ${max_lines} )); then
+  #cat "${f}"
+#else
+  #head -n ${max_lines} "${f}"
+  #echo ""
+#fi
+#done 

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

2020-07-22 Thread Levente Polyak via arch-commits
Date: Wednesday, July 22, 2020 @ 20:19:47
  Author: anthraxx
Revision: 392379

archrelease: copy trunk to extra-x86_64

Added:
  valgrind/repos/extra-x86_64/PKGBUILD
(from rev 392378, valgrind/trunk/PKGBUILD)
  valgrind/repos/extra-x86_64/valgrind-3.7.0-respect-flags.patch
(from rev 392378, valgrind/trunk/valgrind-3.7.0-respect-flags.patch)
Deleted:
  valgrind/repos/extra-x86_64/PKGBUILD
  valgrind/repos/extra-x86_64/valgrind-3.7.0-respect-flags.patch

+
 PKGBUILD   |  213 +--
 valgrind-3.7.0-respect-flags.patch |   26 ++--
 2 files changed, 119 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 20:19:41 UTC (rev 392378)
+++ PKGBUILD2020-07-22 20:19:47 UTC (rev 392379)
@@ -1,107 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dan McGee 
-# Contributor: Allan McRae 
-
-pkgname=valgrind
-_commit=d772e25995c3400eecf2b6070e0bf3411447c3d1
-pkgver=3.15.0+269+gd772e2599
-pkgrel=1
-pkgdesc='Tool to help find memory-management problems in programs'
-arch=('x86_64')
-license=('GPL')
-url='http://valgrind.org/'
-depends=('glibc' 'perl')
-makedepends=('gdb' 'lib32-glibc' 'lib32-gcc-libs' 'git' 'docbook-xml'
- 'docbook-xsl' 'docbook-sgml')
-checkdepends=('procps-ng')
-optdepends=('lib32-glibc: 32-bit ABI support')
-provides=('valgrind-multilib')
-replaces=('valgrind-multilib')
-options=('!emptydirs' '!strip')
-source=("git+https://repo.or.cz/valgrind.git#commit=$_commit;
-valgrind-3.7.0-respect-flags.patch)
-md5sums=('SKIP'
- '470d9881870aacc210b7a6efb64cc9a9')
-sha512sums=('SKIP'
-
'e0cec39381cefeca09ae4794cca309dfac7c8693e6315e137e64f5c33684598726d41cfbb4edf764fe985503b13ff596184ca5fc32b159d500ec092e4cf8838c')
-
-pkgver() {
-  cd valgrind
-  git describe --tags --always|sed -e 's|-|+|g' -e 's|VALGRIND_||g' -e 
's|_|.|g'
-}
-
-prepare() {
-  cd valgrind
-  patch -Np1 < ../valgrind-3.7.0-respect-flags.patch
-  sed -i 's|sgml/docbook/xsl-stylesheets|xml/docbook/xsl-stylesheets-1.79.2|' 
docs/Makefile.am
-
-  autoreconf -ifv
-}
-
-build() {
-  # valgrind does not like some of our flags
-  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
-  CFLAGS=${CFLAGS/-fno-plt/}
-  CXXFLAGS=${CXXFLAGS/-fno-plt/}
-
-  cd valgrind
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---mandir=/usr/share/man
-  make
-  make -C docs man-pages
-}
-
-check() {
-  cd valgrind
-
-  # Make sure a basic binary runs. There should be no errors.
-  ./vg-in-place --error-exitcode=1 /bin/true
-
-  # Make sure no extra FLAGS leak through, the testsuite
-  # sets all flags necessary. See also configure above.
-  make check CPPFLAGS= CFLAGS= CXXFLAGS= LDFLAGS=
-
-  # # XXX: run full regtest but only report issues some tests fail duo
-  # # current toolchain and expectations, take a manual look if its fine
-  # echo "===TESTING==="
-  # make regtest || :
-
-  # # Make sure test failures show up in build.log
-  # # Gather up the diffs (at most the first 20 lines for each one)
-  # local f max_lines=20 diff_files=()
-  # mapfile -d '' diff_files < <(find . -name '*.diff' -print0 | sort -z)
-  # if (( ${#diff_files[@]} == 0 )); then
-  #   echo "Congratulations, all tests passed!"
-  # else
-  #   warning "Some tests failed!"
-  #   for f in "${diff_files[@]}"; do
-  #   echo "="
-  #   echo "${f}"
-  #   echo "="
-  #   if (( $(wc -l < "${f}") < ${max_lines} )); then
-  # cat "${f}"
-  #   else
-  # head -n ${max_lines} "${f}"
-  # echo ""
-  #   fi
-  #   done | tee diffs
-  # fi
-  # echo "===END TESTING==="
-}
-
-package() {
-  cd valgrind
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 docs/*.1 -t "$pkgdir/usr/share/man/man1"
-
-  if check_option 'debug' n; then
-find "${pkgdir}/usr/bin" -type f -executable -exec strip $STRIP_BINARIES 
{} + || :
-  fi
-}
-
-# vim: ts=2 sw=2 et:

Copied: valgrind/repos/extra-x86_64/PKGBUILD (from rev 392378, 
valgrind/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 20:19:47 UTC (rev 392379)
@@ -0,0 +1,106 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dan McGee 
+# Contributor: Allan McRae 
+
+pkgname=valgrind
+pkgver=3.16.1
+pkgrel=1
+pkgdesc='Tool to help find memory-management problems in programs'
+arch=('x86_64')
+license=('GPL')
+url='http://valgrind.org/'
+depends=('glibc' 'perl')
+makedepends=('gdb' 'lib32-glibc' 'lib32-gcc-libs' 'docbook-xml'
+ 'docbook-xsl' 'docbook-sgml')
+checkdepends=('procps-ng')
+optdepends=('lib32-glibc: 32-bit ABI support')

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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 20:10:13
  Author: foutrelis
Revision: 392376

upgpkg: openmp 10.0.1-1: new upstream release

Modified:
  openmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 19:46:07 UTC (rev 392375)
+++ PKGBUILD2020-07-22 20:10:13 UTC (rev 392376)
@@ -1,7 +1,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=openmp
-pkgver=10.0.0
+pkgver=10.0.1
 pkgrel=1
 pkgdesc="LLVM OpenMP Runtime Library"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('cmake' 'ninja')
 
_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
 source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
-sha256sums=('3b9ff29a45d0509a1e9667a0feb43538ef402ea8cfc7df3758a01f20df08adfa'
+sha256sums=('d19f728c8e04fb1e94566c8d76aef50ec926cd2f95ef3bf1e0a5de4909b28b44'
 'SKIP')
 validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

 validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 



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

2020-07-22 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 22, 2020 @ 20:10:16
  Author: foutrelis
Revision: 392377

archrelease: copy trunk to staging-x86_64

Added:
  openmp/repos/staging-x86_64/
  openmp/repos/staging-x86_64/PKGBUILD
(from rev 392376, openmp/trunk/PKGBUILD)

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

Copied: openmp/repos/staging-x86_64/PKGBUILD (from rev 392376, 
openmp/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-22 20:10:16 UTC (rev 392377)
@@ -0,0 +1,43 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=openmp
+pkgver=10.0.1
+pkgrel=1
+pkgdesc="LLVM OpenMP Runtime Library"
+arch=('x86_64')
+url="https://openmp.llvm.org/;
+license=('custom:Apache 2.0 with LLVM Exception')
+depends=('glibc' 'libelf' 'libffi')
+makedepends=('cmake' 'ninja')
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
+source=($_source_base/$pkgname-$pkgver.src.tar.xz{,.sig})
+sha256sums=('d19f728c8e04fb1e94566c8d76aef50ec926cd2f95ef3bf1e0a5de4909b28b44'
+'SKIP')
+validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

+validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

+
+prepare() {
+   cd "$pkgname-$pkgver.src"
+   mkdir build
+}
+
+build() {
+   cd "$pkgname-$pkgver.src/build"
+
+  cmake .. -G Ninja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBOMP_INSTALL_ALIASES=OFF
+  ninja
+}
+
+package() {
+  cd "$pkgname-$pkgver.src/build"
+
+  DESTDIR="$pkgdir" ninja install
+  install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  rm "$pkgdir/usr/lib/libarcher_static.a"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-22 Thread Levente Polyak via arch-commits
Date: Wednesday, July 22, 2020 @ 19:54:40
  Author: anthraxx
Revision: 664909

archrelease: copy trunk to community-any

Added:
  vim-ale/repos/community-any/PKGBUILD
(from rev 664908, vim-ale/trunk/PKGBUILD)
Deleted:
  vim-ale/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 19:54:36 UTC (rev 664908)
+++ PKGBUILD2020-07-22 19:54:40 UTC (rev 664909)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Thurstenson 
-
-pkgname=vim-ale
-_gitcommit=b24fd13423656e14fa266405e1f238f0ec65cfb3
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
-arch=('any')
-license=('BSD')
-depends=('vim')
-optdepends=('shellcheck: for sh/bash support'
-'flake8: for python support')
-makedepends=('git')
-groups=('vim-plugins')
-source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
-
-pkgver() {
-  cd ${pkgname}
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-package() {
-  cd ${pkgname}
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
-  cp -dr --no-preserve=ownership 
{ale_linters,autoload,doc,ftplugin,plugin,syntax} \
-"${pkgdir}/usr/share/vim/vimfiles"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-ale/repos/community-any/PKGBUILD (from rev 664908, 
vim-ale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 19:54:40 UTC (rev 664909)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Thurstenson 
+
+pkgname=vim-ale
+_gitcommit=1428c7b29e50af56f53ee1d587679d97a027dd72
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='Asynchronous Lint Engine'
+url='https://github.com/w0rp/ale'
+arch=('any')
+license=('BSD')
+depends=('vim')
+optdepends=('shellcheck: for sh/bash support'
+'flake8: for python support')
+makedepends=('git')
+groups=('vim-plugins')
+source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
+  cp -dr --no-preserve=ownership 
{ale_linters,autoload,doc,ftplugin,plugin,syntax} \
+"${pkgdir}/usr/share/vim/vimfiles"
+}
+
+# vim: ts=2 sw=2 et:


  1   2   3   >