[arch-commits] Commit in gitlab/repos/community-x86_64 (20 files)

2019-10-03 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, October 4, 2019 @ 04:42:03
  Author: svenstaro
Revision: 512662

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 512661, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 512661, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 512661, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 512661, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 512661, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 512661, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 512661, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 512661, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 512661, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 512661, gitlab/trunk/gitlab.tmpfiles.d)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d

-+
 PKGBUILD|  434 +++---
 gitlab-backup.service   |   40 ++--
 gitlab-backup.timer |   20 +-
 gitlab-mailroom.service |   44 ++--
 gitlab-sidekiq.service  |   62 +++---
 gitlab-unicorn.service  |   68 +++
 gitlab.install  |   40 ++--
 gitlab.logrotate|   22 +-
 gitlab.target   |   14 -
 gitlab.tmpfiles.d   |2 
 10 files changed, 373 insertions(+), 373 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 04:41:45 UTC (rev 512661)
+++ PKGBUILD2019-10-04 04:42:03 UTC (rev 512662)
@@ -1,217 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
-pkgname=gitlab
-pkgver=12.3.3
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.5' 'ruby2.5-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-foss/repository/archive?sha=v${pkgver};
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('312b57323a58278d5b77038c0def1cef486b322cd6c7127833955910f684c26356101181c0d7e0932fa529723536852bf99c7aff735b92fbcdeb947403b3264a'
-
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
-
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
-
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'
-
'fdb698c86057574aecaa1f1503f3d3319e06d5e872c676d58590b48bb7b3483b837bc991136eb2cc4b2cea68b52d294b8c1b382c9659f14027a923ac3c17d6d5'
-
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'
-

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

2019-10-03 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, October 4, 2019 @ 04:41:45
  Author: svenstaro
Revision: 512661

upgpkg: gitlab 12.3.4-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 03:51:57 UTC (rev 512660)
+++ PKGBUILD2019-10-04 04:41:45 UTC (rev 512661)
@@ -10,7 +10,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=12.3.3
+pkgver=12.3.4
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -37,7 +37,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('312b57323a58278d5b77038c0def1cef486b322cd6c7127833955910f684c26356101181c0d7e0932fa529723536852bf99c7aff735b92fbcdeb947403b3264a'
+sha512sums=('0179fe42129862c5ccb9d0605bff88f268595fd677aabb08ddb6ff6cc596cf003a833c6b62c55ecd0ed81daccc0d8a19aa3eda8b4b32ad6a53b752aa9ab95889'
 
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
 
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
 
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'


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

2019-10-03 Thread Eli Schwartz via arch-commits
Date: Friday, October 4, 2019 @ 03:51:38
  Author: eschwartz
Revision: 512659

upgpkg: calibre 4.0.0-1

upstream release -- the great webengine migration
drop outdated hunspell patch
remove outdated file cleanup in prepare

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 01:36:21 UTC (rev 512658)
+++ PKGBUILD2019-10-04 03:51:38 UTC (rev 512659)
@@ -7,30 +7,27 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=3.48.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/;
 license=('GPL3')
-_py_deps=('apsw' 'beautifulsoup4' 'cssselect' 'css-parser' 'dateutil' 'dbus' 
'dnspython' 'dukpy'
+_py_deps=('apsw' 'beautifulsoup4' 'cssselect' 'css-parser' 'dateutil' 'dbus' 
'dnspython'
   'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 
'mechanize' 'msgpack'
-  'netifaces' 'unrardll' 'pillow' 'psutil' 'pygments' 'pyqt5' 'regex')
+  'netifaces' 'unrardll' 'pillow' 'psutil' 'pygments' 'pyqt5' 
'pyqtwebengine' 'regex')
 depends=('chmlib' 'hunspell' 'icu' 'jxrlib' 'libmtp' 'libusbx' 'libwmf' 
'mathjax2' 'mtdev' 'optipng'
- 'podofo' "${_py_deps[@]/#/python2-}" 'qt5-svg' 'qt5-webkit' 'udisks2')
+ 'podofo' "${_py_deps[@]/#/python2-}" 'qt5-svg' 'udisks2')
 makedepends=('qt5-x11extras' 'rapydscript-ng' 'sip' 'xdg-utils')
 checkdepends=('xorg-server-xvfb')
 optdepends=('ipython2: to use calibre-debug'
 'poppler: required for converting pdf to html')
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;
-
"https://github.com/kovidgoyal/calibre/commit/420e9e121b67db197e0c5d0bf23b92c174f2678f.patch;)
-sha256sums=('024528f0f913c78e121fb34beb3dae8dba3686f2334422c6450808796042950c'
-'SKIP'
-'ff9be7c1773c18ccf4acaff5598ad29cf1477a1d33ddde85184d97f9a44ace1a')
-b2sums=('9a7fae20487ae93120cfdc06a312a42d54d68935fdd2bc18dc41be5f8d359c79eae24e0409ba8e7f4df85e2f073f80ce6bab56cba0638cead6693600fa93cb41'
-'SKIP'
-
'29a3597676fd8a26d286363ba5002d2c439faba6c8cd3d6c98fd10f8aa3cd41021dbda501f445ed94759dc17561c945488822ba4f9e17334481d3261a973787c')
+"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
+sha256sums=('9c012ac318aae8efc7a26ba1f5beef2e0e924407c8830e30167b229d8f6e1a9b'
+'SKIP')
+b2sums=('c047402da770c1f5048c40d362b4fa6dba0eed7da029167671a9e8d38b2e714da7b3ff377fb4827a56970b3718a5eb245736625b9c2e68d02a9d8352c04f'
+'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 
 prepare(){
@@ -37,6 +34,7 @@
   cd "${pkgname}-${pkgver}"
 
   # Desktop integration (e.g. enforce arch defaults)
+  # Use uppercase naming scheme, don't delete config files under fakeroot.
   sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \
   -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
   -e "s/^Name=calibre/Name=Calibre/g" \
@@ -46,8 +44,6 @@
   # needed for frozen builds + beautifulsoup4
   # see 
https://github.com/kovidgoyal/calibre/commit/b177f0a1096b4fdabd8772dd9edc2a69e683#commitcomment-33169700
   rm -r src/backports
-  # de-vendor hunspell now instead of waiting for 4.x
-  patch -p1 -i ../420e9e121b67db197e0c5d0bf23b92c174f2678f.patch
 
   cd resources
 
@@ -54,9 +50,6 @@
   # Remove unneeded files
   rm ${pkgname}-portable.* mozilla-ca-certs.pem
 
-  # tarball cache from calibre 4.x
-  rm editor.js viewer.{js,html}
-
   # use system mathjax
   rm -r mathjax
 }


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

2019-10-03 Thread Eli Schwartz via arch-commits
Date: Friday, October 4, 2019 @ 03:51:57
  Author: eschwartz
Revision: 512660

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 512659, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 03:51:38 UTC (rev 512659)
+++ PKGBUILD2019-10-04 03:51:57 UTC (rev 512660)
@@ -1,104 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=3.48.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-_py_deps=('apsw' 'beautifulsoup4' 'cssselect' 'css-parser' 'dateutil' 'dbus' 
'dnspython' 'dukpy'
-  'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 
'mechanize' 'msgpack'
-  'netifaces' 'unrardll' 'pillow' 'psutil' 'pygments' 'pyqt5' 'regex')
-depends=('chmlib' 'hunspell' 'icu' 'jxrlib' 'libmtp' 'libusbx' 'libwmf' 
'mathjax2' 'mtdev' 'optipng'
- 'podofo' "${_py_deps[@]/#/python2-}" 'qt5-svg' 'qt5-webkit' 'udisks2')
-makedepends=('qt5-x11extras' 'rapydscript-ng' 'sip' 'xdg-utils')
-checkdepends=('xorg-server-xvfb')
-optdepends=('ipython2: to use calibre-debug'
-'poppler: required for converting pdf to html')
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;
-
"https://github.com/kovidgoyal/calibre/commit/420e9e121b67db197e0c5d0bf23b92c174f2678f.patch;)
-sha256sums=('024528f0f913c78e121fb34beb3dae8dba3686f2334422c6450808796042950c'
-'SKIP'
-'ff9be7c1773c18ccf4acaff5598ad29cf1477a1d33ddde85184d97f9a44ace1a')
-b2sums=('9a7fae20487ae93120cfdc06a312a42d54d68935fdd2bc18dc41be5f8d359c79eae24e0409ba8e7f4df85e2f073f80ce6bab56cba0638cead6693600fa93cb41'
-'SKIP'
-
'29a3597676fd8a26d286363ba5002d2c439faba6c8cd3d6c98fd10f8aa3cd41021dbda501f445ed94759dc17561c945488822ba4f9e17334481d3261a973787c')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-
-  # cherry-picked bits of python2-backports.functools_lru_cache
-  # needed for frozen builds + beautifulsoup4
-  # see 
https://github.com/kovidgoyal/calibre/commit/b177f0a1096b4fdabd8772dd9edc2a69e683#commitcomment-33169700
-  rm -r src/backports
-  # de-vendor hunspell now instead of waiting for 4.x
-  patch -p1 -i ../420e9e121b67db197e0c5d0bf23b92c174f2678f.patch
-
-  cd resources
-
-  # Remove unneeded files
-  rm ${pkgname}-portable.* mozilla-ca-certs.pem
-
-  # tarball cache from calibre 4.x
-  rm editor.js viewer.{js,html}
-
-  # use system mathjax
-  rm -r mathjax
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-  LANG='en_US.UTF-8' python2 setup.py mathjax --path-to-mathjax 
/usr/share/mathjax2 --system-mathjax
-  LANG='en_US.UTF-8' python2 setup.py rapydscript
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  # without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
-  # ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
-
-  LANG='en_US.UTF-8' xvfb-run python2 setup.py test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  # If this directory doesn't exist, zsh completion won't install.
-  install -d "${pkgdir}/usr/share/zsh/site-functions"
-
-  LANG='en_US.UTF-8' python2 setup.py install \
---staging-root="${pkgdir}/usr" \
---prefix=/usr
-
-  cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-  # not needed at runtime
-  rm -r "${pkgdir}"/usr/share/calibre/rapydscript/
-
-  # Compiling bytecode FS#33392
-  # This is kind of ugly but removes traces of the build root.
-  while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python2 -m compileall -d "${_destdir}" "${_file}"
-python2 -O -m compileall -d "${_destdir}" "${_file}"
-  done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
-}

Copied: calibre/repos/community-x86_64/PKGBUILD (from rev 512659, 
calibre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 03:51:57 UTC (rev 512660)
@@ -0,0 +1,97 

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

2019-10-03 Thread Daniel M. Capella via arch-commits
Date: Friday, October 4, 2019 @ 01:36:21
  Author: polyzen
Revision: 512658

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 01:36:03 UTC (rev 512657)
+++ PKGBUILD2019-10-04 01:36:21 UTC (rev 512658)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor:  Chris Severance aur.severach aATt spamgourmet dott com
-
-_name=pathspec
-pkgname=python-pathspec
-pkgver=0.5.9
-pkgrel=2
-pkgdesc='Utility library for gitignore style pattern matching of file paths'
-arch=('any')
-url=https://github.com/cpburnz/python-path-specification
-license=('custom:MPLv2')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('54a5eab895d89f342b52ba2bffe70930ef9f8d96e398cccf530d21fa0516a873')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  python -m unittest discover pathspec/tests
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir"
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pathspec/repos/community-any/PKGBUILD (from rev 512657, 
python-pathspec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 01:36:21 UTC (rev 512658)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+# Contributor:  Chris Severance aur.severach aATt spamgourmet dott com
+
+_name=pathspec
+pkgname=python-pathspec
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Utility library for gitignore style pattern matching of file paths'
+arch=('any')
+url=https://github.com/cpburnz/python-path-specification
+license=('MPL2')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('e285ccc8b0785beadd4c18e5708b12bb8fcf529a1e61215b3feff1d1e559ea5c')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  python -m unittest discover pathspec/tests
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-10-03 Thread Daniel M. Capella via arch-commits
Date: Friday, October 4, 2019 @ 01:36:03
  Author: polyzen
Revision: 512657

upgpkg: python-pathspec 0.6.0-1

Modified:
  python-pathspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:52:02 UTC (rev 512656)
+++ PKGBUILD2019-10-04 01:36:03 UTC (rev 512657)
@@ -3,16 +3,16 @@
 
 _name=pathspec
 pkgname=python-pathspec
-pkgver=0.5.9
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc='Utility library for gitignore style pattern matching of file paths'
 arch=('any')
 url=https://github.com/cpburnz/python-path-specification
-license=('custom:MPLv2')
+license=('MPL2')
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('54a5eab895d89f342b52ba2bffe70930ef9f8d96e398cccf530d21fa0516a873')
+sha256sums=('e285ccc8b0785beadd4c18e5708b12bb8fcf529a1e61215b3feff1d1e559ea5c')
 
 build() {
   cd $_name-$pkgver
@@ -26,8 +26,7 @@
 
 package() {
   cd $_name-$pkgver
-  python setup.py install --root="$pkgdir"
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }
 
 # vim:set ts=2 sw=2 et:


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

2019-10-03 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, October 4, 2019 @ 00:52:02
  Author: yan12125
Revision: 512656

archrelease: copy trunk to community-any

Added:
  python-aws-sam-translator/repos/community-any/PKGBUILD
(from rev 512655, python-aws-sam-translator/trunk/PKGBUILD)
Deleted:
  python-aws-sam-translator/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 00:51:46 UTC (rev 512655)
+++ PKGBUILD2019-10-04 00:52:02 UTC (rev 512656)
@@ -1,29 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-aws-sam-translator
-pkgver=1.14.0
-pkgrel=1
-pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
-arch=(any)
-url='https://github.com/awslabs/serverless-application-model'
-license=(Apache)
-depends=(python python-boto3 python-jsonschema python-six)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-cov python-yaml python-mock 
python-parameterized)
-source=("https://github.com/awslabs/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('37da47396f313598bbb159dc578f97a862b054cce9e9a82b9cd33ff74dea90e2')
-
-build() {
-  cd serverless-application-model-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd serverless-application-model-$pkgver
-  pytest -v tests
-}
-
-package() {
-  cd serverless-application-model-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aws-sam-translator/repos/community-any/PKGBUILD (from rev 
512655, python-aws-sam-translator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 00:52:02 UTC (rev 512656)
@@ -0,0 +1,29 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-aws-sam-translator
+pkgver=1.15.0
+pkgrel=1
+pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
+arch=(any)
+url='https://github.com/awslabs/serverless-application-model'
+license=(Apache)
+depends=(python python-boto3 python-jsonschema python-six)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pytest-cov python-yaml python-mock 
python-parameterized)
+source=("https://github.com/awslabs/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('0414b9f1b5f841370c7cfc404c95d6203d44041eefec98595daeef93277160c9')
+
+build() {
+  cd serverless-application-model-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd serverless-application-model-$pkgver
+  pytest -v tests
+}
+
+package() {
+  cd serverless-application-model-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in python-aws-sam-translator/trunk (PKGBUILD)

2019-10-03 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, October 4, 2019 @ 00:51:46
  Author: yan12125
Revision: 512655

upgpkg: python-aws-sam-translator 1.15.0-1

Modified:
  python-aws-sam-translator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:39:33 UTC (rev 512654)
+++ PKGBUILD2019-10-04 00:51:46 UTC (rev 512655)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-aws-sam-translator
-pkgver=1.14.0
+pkgver=1.15.0
 pkgrel=1
 pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
 arch=(any)
@@ -11,7 +11,7 @@
 makedepends=(python-setuptools)
 checkdepends=(python-pytest python-pytest-cov python-yaml python-mock 
python-parameterized)
 
source=("https://github.com/awslabs/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('37da47396f313598bbb159dc578f97a862b054cce9e9a82b9cd33ff74dea90e2')
+sha256sums=('0414b9f1b5f841370c7cfc404c95d6203d44041eefec98595daeef93277160c9')
 
 build() {
   cd serverless-application-model-$pkgver


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:42:18
  Author: heftig
Revision: 363747

archrelease: copy trunk to testing-x86_64

Added:
  polkit/repos/testing-x86_64/
  polkit/repos/testing-x86_64/PKGBUILD
(from rev 363746, polkit/trunk/PKGBUILD)

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

Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 363746, 
polkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-04 00:42:18 UTC (rev 363747)
@@ -0,0 +1,58 @@
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.116
+pkgrel=3
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(x86_64)
+license=(LGPL)
+url="https://www.freedesktop.org/wiki/Software/polkit/;
+depends=(glib2 pam expat systemd js60)
+makedepends=(intltool gtk-doc gobject-introspection git autoconf-archive)
+_commit=941e9329f8d3d43ace8335d206365b212824e686  # tags/0.116
+source=("git+https://gitlab.freedesktop.org/polkit/polkit.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc --with-os-type=redhat
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install \
+  dbusconfdir=/usr/share/dbus-1/system.d \
+  rulesdir=/usr/share/polkit-1/rules.d
+
+  install -d -o root -g 102 -m 750 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
+
+  install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf" <

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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:42:04
  Author: heftig
Revision: 363746

0.116-3: move config

Modified:
  polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:39:41 UTC (rev 363745)
+++ PKGBUILD2019-10-04 00:42:04 UTC (rev 363746)
@@ -2,7 +2,7 @@
 
 pkgname=polkit
 pkgver=0.116
-pkgrel=2
+pkgrel=3
 pkgdesc="Application development toolkit for controlling system-wide 
privileges"
 arch=(x86_64)
 license=(LGPL)
@@ -43,7 +43,9 @@
 
 package() {
   cd $pkgname
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install \
+  dbusconfdir=/usr/share/dbus-1/system.d \
+  rulesdir=/usr/share/polkit-1/rules.d
 
   install -d -o root -g 102 -m 750 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
 


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:38:20
  Author: heftig
Revision: 512636

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 512634, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 512634, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 00:38:20 UTC (rev 512636)
@@ -0,0 +1,49 @@
+# 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=143
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers' 'git')
+_extradir=/usr/lib/modules/extramodules-ARCH
+_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="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:38:23
  Author: heftig
Revision: 512641

archrelease: copy trunk to community-staging-x86_64

Added:
  wireguard-arch/repos/community-staging-x86_64/
  wireguard-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 512635, wireguard-arch/trunk/PKGBUILD)

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

Copied: wireguard-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
512635, wireguard-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 00:38:23 UTC (rev 512641)
@@ -0,0 +1,27 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-arch
+pkgver=0.0.20190913
+pkgrel=6
+pkgdesc='Wireguard module for Arch Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers' "wireguard-dkms>=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+_extramodules='extramodules-ARCH'
+
+package() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd "/var/lib/dkms/wireguard/${pkgver}/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set sw=2 et:


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:38:24
  Author: heftig
Revision: 512642

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 512635, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 512635, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 00:38:24 UTC (rev 512642)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=255
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:38:26
  Author: heftig
Revision: 512644

archrelease: copy trunk to community-staging-x86_64

Added:
  ndiswrapper-arch/repos/community-staging-x86_64/
  ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 512637, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch
(from rev 512637, ndiswrapper-arch/trunk/linux-4.11.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.13.patch
(from rev 512638, ndiswrapper-arch/trunk/linux-4.13.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.15.patch
(from rev 512640, ndiswrapper-arch/trunk/linux-4.15.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-5.0.patch
(from rev 512640, ndiswrapper-arch/trunk/linux-5.0.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-5.3.patch
(from rev 512642, ndiswrapper-arch/trunk/linux-5.3.patch)

--+
 PKGBUILD |   45 +++
 linux-4.11.patch |   55 ++
 linux-4.13.patch |   27 +++
 linux-4.15.patch |  199 +
 linux-5.0.patch  |   25 ++
 linux-5.3.patch  |   69 ++
 6 files changed, 420 insertions(+)

Copied: ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
512637, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 00:38:26 UTC (rev 512644)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.61
+_extramodules=extramodules-ARCH
+pkgrel=67
+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')
+depends=('linux')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("ndiswrapper-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
+'linux-4.11.patch' 'linux-4.13.patch' 'linux-4.15.patch' 
'linux-5.0.patch' 'linux-5.3.patch')
+sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
+
'5350308406457658fb31c378d6f3dd2a34c7331aebe5bdc80744bf955f1144e88181441704ccc7532f55d6fbe8d410440fb8838c2955d688dde4b55f74fc6ba5'
+
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482'
+
'4296e7488d8c0cd971d70a81c01f24ab8e01c8611934024e2438181f0fb7c39a2c8201d48ab04659af2a8897ae93fb0810332e89c2a09a8140e216aed56db34b'
+
'4918dcebd62ae577401469719f1a8866edd3dc97667aa3de287af1530aa68f50dc2508c883ecd2c9d1fe20f226ecd342b04b08f7a2cace0e531e5f49bbc12f2c'
+
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.11.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.13.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.15.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-5.0.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-5.3.patch
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd ndiswrapper-$pkgver/ndiswrapper
+  make -C driver KVERS_UNAME="$_kernver"
+}
+
+package() {
+  cd ndiswrapper-$pkgver/ndiswrapper
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 driver/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}

Copied: ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch (from 
rev 512637, ndiswrapper-arch/trunk/linux-4.11.patch)
===
--- community-staging-x86_64/linux-4.11.patch   (rev 0)
+++ community-staging-x86_64/linux-4.11.patch   2019-10-04 00:38:26 UTC (rev 
512644)
@@ -0,0 +1,55 @@
+commit fa2aeeccd5366378ca2eb83c6daee64b511fe792
+Author: Felix Yan 
+Date:   Tue May 16 01:32:56 2017 +0800
+
+Add support for Linux 4.11+
+
+diff --git a/ndiswrapper/driver/ndis.c b/ndiswrapper/driver/ndis.c
+index c1913a05..2ab4dd21 100644
+--- a/ndiswrapper/driver/ndis.c
 b/ndiswrapper/driver/ndis.c
+@@ -2258,7 +2258,9 @@ wstdcall void NdisMIndicateReceivePacket(struct 
ndis_mp_block *nmb,
+   WARNING("empty packet ignored");
+   continue;
+   }
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+   wnd->net_dev->last_rx = jiffies;
++#endif
+   /* get total number of bytes in packet */
+   NdisGetFirstBufferFromPacketSafe(packet, , ,
+  

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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:38:22
  Author: heftig
Revision: 512638

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 512635, r8168/trunk/PKGBUILD)

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 512635, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 00:38:22 UTC (rev 512638)
@@ -0,0 +1,37 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.047.04
+pkgrel=3
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4a201c7691b66e47f19172367c70a14b8b38d600f0739719c57dba9c0cf3f17a')
+
+build() {
+   KERNEL_VERSION=$(

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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:38:23
  Author: heftig
Revision: 512640

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 512635, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 512635, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 512636, vhba-module/trunk/dkms.conf)

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

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
512635, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2019-10-04 00:38:23 UTC (rev 
512640)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 512635, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 00:38:23 UTC (rev 512640)
@@ -0,0 +1,52 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20190831
+pkgrel=10
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('9a83772cf8bec15723f7a8105a0aae3faa057edbd5595e6c081e5803a8996bf9'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 512636, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-10-04 00:38:23 UTC (rev 512640)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:38:25
  Author: heftig
Revision: 512643

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 512640, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 512640, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 00:38:25 UTC (rev 512643)
@@ -0,0 +1,52 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.0.12
+pkgrel=10
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+ 'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -D -m0644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxsf/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m0644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in nvidia-390xx/repos (5 files)

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:38:29
  Author: heftig
Revision: 363741

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-390xx/repos/staging-x86_64/
  nvidia-390xx/repos/staging-x86_64/PKGBUILD
(from rev 363739, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch
(from rev 363739, nvidia-390xx/trunk/kernel-4.16.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-5.1.patch
(from rev 363739, nvidia-390xx/trunk/kernel-5.1.patch)
  nvidia-390xx/repos/staging-x86_64/kernel-5.2.patch
(from rev 363739, nvidia-390xx/trunk/kernel-5.2.patch)

---+
 PKGBUILD  |   87 ++
 kernel-4.16.patch |   33 +
 kernel-5.1.patch  |  130 
 kernel-5.2.patch  |   18 +++
 4 files changed, 268 insertions(+)

Copied: nvidia-390xx/repos/staging-x86_64/PKGBUILD (from rev 363739, 
nvidia-390xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-04 00:38:29 UTC (rev 363741)
@@ -0,0 +1,87 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.129
+_extramodules=extramodules-ARCH
+pkgrel=9
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+'kernel-4.16.patch')
+sha256sums=('a7925a327cab828d1eb9e74f8943623c5dbc9a5e376a4c0184065d4a319696c1'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-390xx() {
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+depends=('linux' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-390xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 390xx legacy branch"
+depends=('dkms' "nvidia-390xx-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-390xx=$pkgver")
+conflicts+=('nvidia-390xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 363739, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2019-10-04 00:38:29 UTC (rev 363741)
@@ -0,0 +1,33 @@
+diff --git a/kernel/common/inc/nv-linux.h b/kernel/common/inc/nv-linux.h
+index 10fc418..22ef968 100644
+--- a/kernel/common/inc/nv-linux.h
 b/kernel/common/inc/nv-linux.h
+@@ -175,7 +175,11 @@ static inline uid_t __kuid_val(kuid_t uid)
+ 
+ #if 

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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:38:23
  Author: heftig
Revision: 512639

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 512635, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 512635, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   61 
 dkms.conf |9 
 2 files changed, 70 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 512635, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 00:38:23 UTC (rev 512639)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=250
+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')
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 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
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 512635, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-10-04 00:38:23 UTC (rev 512639)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:38:21
  Author: heftig
Revision: 512637

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 512635, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 00:38:21 UTC (rev 512637)
@@ -0,0 +1,38 @@
+# 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=136
+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')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+_extramodules="/usr/lib/modules/extramodules${_kernelname:--ARCH}"
+
+build() {
+_kernver="$(<${_extramodules}/version)"
+
+dkms build --dkmstree "${srcdir}" -m ${_module}/${pkgver} -k ${_kernver}
+}
+
+package() {
+_kernver="$(<${_extramodules}/version)"
+
+install -Dm644 -t "${pkgdir}${_extramodules}" \
+${_module}/${pkgver}/${_kernver}/${CARCH}/module/*
+
+_license="/usr/share/licenses/${_module}-dkms"
+if [[ -d ${_license} ]]; then
+install -Dm644 -t "${pkgdir}"/${_license/-dkms/${_kernelname}} 
${_license}/*
+fi
+_modprobe="/usr/lib/modprobe.d/${_module}-dkms.conf"
+if [[ -r ${_modprobe} ]]; then
+install -Dm644 ${_modprobe} 
"${pkgdir}"/${_modprobe/-dkms/${_kernelname}}
+fi
+}


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:38:19
  Author: heftig
Revision: 512635

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
512634, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 00:38:19 UTC (rev 512635)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.1
+_extramodules=extramodules-ARCH
+pkgrel=16
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+depends=('linux')
+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;)
+sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14')
+
+build() {
+  cd deepin-anything-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make -C kernelmod kdir=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd deepin-anything-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 kernelmod/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:38:28
  Author: heftig
Revision: 363740

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 363739, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/fs62142.patch
(from rev 363739, nvidia/trunk/fs62142.patch)

---+
 PKGBUILD  |   85 
 fs62142.patch |   13 
 2 files changed, 98 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 363739, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-04 00:38:28 UTC (rev 363740)
@@ -0,0 +1,85 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=435.21
+_extramodules=extramodules-ARCH
+pkgrel=9
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+fs62142.patch)
+sha512sums=('e83b6dff80434971c0b254815945d485a45c978b8a19994244f50a463658863948b2eac8bc62d667bb10c23f41cf1c3521c409d23ac2ab6a0c0cd094a6e20270'
+
'df949debf9fed92b3c58322c02685fb344bbfff2920557e7d55ed3f70559f48cd6199bc85e2af170b7e56797f3e9881a53eab8c411f21e75f5abec26eaa47752')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Fix https://bugs.archlinux.org/task/62142
+patch -Np1 -i ../fs62142.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia=$pkgver")
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/fs62142.patch (from rev 363739, 
nvidia/trunk/fs62142.patch)
===
--- staging-x86_64/fs62142.patch(rev 0)
+++ staging-x86_64/fs62142.patch2019-10-04 00:38:28 UTC (rev 363740)
@@ -0,0 +1,13 @@
+diff --git a/kernel/nvidia/nv-dma.c b/kernel/nvidia/nv-dma.c
+index 73cdeed..e691014 100644
+--- a/kernel/nvidia/nv-dma.c
 b/kernel/nvidia/nv-dma.c
+@@ -606,7 +606,7 @@ static NvBool nv_dma_is_map_resource_implemented
+ #if defined(NV_DMA_MAP_RESOURCE_PRESENT)
+ const struct dma_map_ops *ops = get_dma_ops(>dev->dev);
+ 
+-return (ops->map_resource != NULL);
++return (ops && ops->map_resource);
+ #else
+ return NV_FALSE;
+ #endif


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:36:55
  Author: heftig
Revision: 512629

8.047.04-3: kernel 5.3.2.arch2-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:36:54 UTC (rev 512628)
+++ PKGBUILD2019-10-04 00:36:55 UTC (rev 512629)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.047.04
-pkgrel=2
+pkgrel=3
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:37:06
  Author: heftig
Revision: 512634

5.0.1-16: kernel 5.3.2.arch2-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:37:04 UTC (rev 512633)
+++ PKGBUILD2019-10-04 00:37:06 UTC (rev 512634)
@@ -3,7 +3,7 @@
 pkgname=deepin-anything-arch
 pkgver=5.0.1
 _extramodules=extramodules-ARCH
-pkgrel=15
+pkgrel=16
 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 bbswitch/trunk (PKGBUILD)

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:36:54
  Author: heftig
Revision: 512628

0.8-255: kernel 5.3.2.arch2-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:36:52 UTC (rev 512627)
+++ PKGBUILD2019-10-04 00:36:54 UTC (rev 512628)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=254
+pkgrel=255
 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 ndiswrapper-arch/trunk (PKGBUILD)

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:37:02
  Author: heftig
Revision: 512632

1.61-67: kernel 5.3.2.arch2-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:36:57 UTC (rev 512631)
+++ PKGBUILD2019-10-04 00:37:02 UTC (rev 512632)
@@ -4,7 +4,7 @@
 pkgname=ndiswrapper-arch
 pkgver=1.61
 _extramodules=extramodules-ARCH
-pkgrel=66
+pkgrel=67
 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 broadcom-wl/trunk (PKGBUILD)

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:36:51
  Author: heftig
Revision: 512626

6.30.223.271-136: kernel 5.3.2.arch2-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:36:50 UTC (rev 512625)
+++ PKGBUILD2019-10-04 00:36:51 UTC (rev 512626)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=135
+pkgrel=136
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:37:00
  Author: heftig
Revision: 363739

435.21-9: kernel 5.3.2.arch2-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:36:59 UTC (rev 363738)
+++ PKGBUILD2019-10-04 00:37:00 UTC (rev 363739)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=435.21
 _extramodules=extramodules-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:36:52
  Author: heftig
Revision: 512627

6.0.12-10: kernel 5.3.2.arch2-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:36:51 UTC (rev 512626)
+++ PKGBUILD2019-10-04 00:36:52 UTC (rev 512627)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.0.12
-pkgrel=9
+pkgrel=10
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:37:04
  Author: heftig
Revision: 512633

0.0.20190913-6: kernel 5.3.2.arch2-1

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:37:02 UTC (rev 512632)
+++ PKGBUILD2019-10-04 00:37:04 UTC (rev 512633)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-arch
 pkgver=0.0.20190913
-pkgrel=5
+pkgrel=6
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:36:50
  Author: heftig
Revision: 512625

0.43-143: kernel 5.3.2.arch2-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 23:20:50 UTC (rev 512624)
+++ PKGBUILD2019-10-04 00:36:50 UTC (rev 512625)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=142
+pkgrel=143
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:36:56
  Author: heftig
Revision: 512630

20190831-10: kernel 5.3.2.arch2-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:36:55 UTC (rev 512629)
+++ PKGBUILD2019-10-04 00:36:56 UTC (rev 512630)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20190831
-pkgrel=9
+pkgrel=10
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:36:59
  Author: heftig
Revision: 363738

390.129-9: kernel 5.3.2.arch2-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:18:33 UTC (rev 363737)
+++ PKGBUILD2019-10-04 00:36:59 UTC (rev 363738)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.129
 _extramodules=extramodules-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:36:57
  Author: heftig
Revision: 512631

1.1.0-250: kernel 5.3.2.arch2-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:36:56 UTC (rev 512630)
+++ PKGBUILD2019-10-04 00:36:57 UTC (rev 512631)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=249
+pkgrel=250
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:18:33
  Author: heftig
Revision: 363736

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  linux/repos/staging-x86_64/60-linux.hook
(from rev 363735, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 363735, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 363735, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 363735, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 363735, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 363735, linux/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  250 +
 config|10531 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10830 insertions(+)

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


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:18:33
  Author: heftig
Revision: 363737

archrelease: copy trunk to staging-x86_64

Added:
  linux-zen/repos/staging-x86_64/
  linux-zen/repos/staging-x86_64/60-linux.hook
(from rev 363735, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/staging-x86_64/90-linux.hook
(from rev 363735, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 363735, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 363735, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/linux.install
(from rev 363735, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-x86_64/linux.preset
(from rev 363735, linux-zen/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  250 +
 config|10563 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10862 insertions(+)

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


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:17:02
  Author: heftig
Revision: 363735

5.3.2.zen1-2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 00:16:59 UTC (rev 363734)
+++ PKGBUILD2019-10-04 00:17:02 UTC (rev 363735)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcver=5.3.2-zen1
 pkgver=${_srcver//-/.}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://github.com/zen-kernel/zen-kernel/commits/v$_srcver;
 license=(GPL2)
@@ -29,7 +29,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'449a35eb7b1c9536266c04aff143797caf83035df26bed187267043bcc77fdc4'
+'76c675d70259538e0a09bdf6ff9eab51eeced1569c8c38afb39fb4c959be2dd8'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
@@ -70,8 +70,9 @@
 _package() {
   pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
   [[ $pkgbase = linux ]] && groups=(base)
-  depends=(coreutils linux-firmware kmod mkinitcpio)
-  optdepends=('crda: to set the correct wireless channels of your country')
+  depends=(coreutils kmod initramfs)
+  optdepends=('crda: to set the correct wireless channels of your country'
+  'linux-firmware: firmware images needed for some devices')
   backup=("etc/mkinitcpio.d/$pkgbase.preset")
   install=linux.install
 
@@ -86,6 +87,9 @@
   install -Dm644 "$(make -s image_name)" "$modulesdir/vmlinuz"
   install -Dm644 "$modulesdir/vmlinuz" "$pkgdir/boot/vmlinuz-$pkgbase"
 
+  # Used by mkinitcpio to name the kernel
+  echo "$pkgbase" | install -Dm644 /dev/stdin "$modulesdir/pkgbase"
+
   msg2 "Installing modules..."
   make INSTALL_MOD_PATH="$pkgdir/usr" modules_install
 

Modified: config
===
--- config  2019-10-04 00:16:59 UTC (rev 363734)
+++ config  2019-10-04 00:17:02 UTC (rev 363735)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.3.0-zen1 Kernel Configuration
+# Linux/x86 5.3.2-zen1 Kernel Configuration
 #
 
 #
@@ -9735,7 +9735,7 @@
 CONFIG_SUNRPC_BACKCHANNEL=y
 CONFIG_SUNRPC_SWAP=y
 CONFIG_RPCSEC_GSS_KRB5=m
-# CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES is not set
+CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES=y
 CONFIG_SUNRPC_DEBUG=y
 CONFIG_SUNRPC_XPRT_RDMA=m
 CONFIG_CEPH_FS=m


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 00:16:59
  Author: heftig
Revision: 363734

5.3.2.arch2-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 23:17:10 UTC (rev 363733)
+++ PKGBUILD2019-10-04 00:16:59 UTC (rev 363734)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.3.2-arch1
+_srcver=5.3.2-arch2
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
@@ -29,7 +29,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'89c1d6cf6c935ccda0d43236eb716a313f7989a9251bd61796ca12286a08ca5b'
+'7d09d1d79a4ecb82502b4483cf989ede3f643e05613de45e12563dfe85d80423'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
@@ -70,8 +70,9 @@
 _package() {
   pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
   [[ $pkgbase = linux ]] && groups=(base)
-  depends=(coreutils linux-firmware kmod mkinitcpio)
-  optdepends=('crda: to set the correct wireless channels of your country')
+  depends=(coreutils kmod initramfs)
+  optdepends=('crda: to set the correct wireless channels of your country'
+  'linux-firmware: firmware images needed for some devices')
   backup=("etc/mkinitcpio.d/$pkgbase.preset")
   install=linux.install
 
@@ -86,6 +87,9 @@
   install -Dm644 "$(make -s image_name)" "$modulesdir/vmlinuz"
   install -Dm644 "$modulesdir/vmlinuz" "$pkgdir/boot/vmlinuz-$pkgbase"
 
+  # Used by mkinitcpio to name the kernel
+  echo "$pkgbase" | install -Dm644 /dev/stdin "$modulesdir/pkgbase"
+
   msg2 "Installing modules..."
   make INSTALL_MOD_PATH="$pkgdir/usr" modules_install
 

Modified: config
===
--- config  2019-10-03 23:17:10 UTC (rev 363733)
+++ config  2019-10-04 00:16:59 UTC (rev 363734)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.3.3-arch1 Kernel Configuration
+# Linux/x86 5.3.2-arch2 Kernel Configuration
 #
 
 #


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:20:45
  Author: demize
Revision: 512623

upgpkg: hub 2.12.8-1

Modified:
  hub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 23:19:21 UTC (rev 512622)
+++ PKGBUILD2019-10-03 23:20:45 UTC (rev 512623)
@@ -4,7 +4,7 @@
 # Contributor: Alfredo Palhares 
 
 pkgname=hub
-pkgver=2.12.7
+pkgver=2.12.8
 pkgrel=1
 
 pkgdesc="cli interface for Github"
@@ -16,8 +16,8 @@
 makedepends=('go-pie')
 
 
source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz;)
-sha256sums=('53d812b09aed87c49cc62d09a8827c2dfe7b776732b71287b800320bd23ea028')
-b2sums=('440a48818ef52527ef2e5f12ce31d024efb1902a69da062e9009769fd5a10a5736fba4a2217c70d7d94e79fce5e63710b6c37e0eab1bb2d257e12846c902882c')
+sha256sums=('72d09397967c85b118fc1be25dc0fc54353f4dea09f804687a287949c7de7ebe')
+b2sums=('25a0548a1ef18d941b1cfc8930e4c45d994b0705f723fd6b66495ae6d1d56cf85832e2d4e2721926afb6704322fdfc17683bed3a875332be5cea8e21147c02e2')
 
 build() {
   cd "$srcdir"/hub-$pkgver


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:20:50
  Author: demize
Revision: 512624

archrelease: copy trunk to community-x86_64

Added:
  hub/repos/community-x86_64/PKGBUILD
(from rev 512623, hub/trunk/PKGBUILD)
Deleted:
  hub/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 23:20:45 UTC (rev 512623)
+++ PKGBUILD2019-10-03 23:20:50 UTC (rev 512624)
@@ -1,44 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-pkgver=2.12.7
-pkgrel=1
-
-pkgdesc="cli interface for Github"
-url="https://hub.github.com;
-arch=('x86_64')
-license=('MIT')
-
-depends=('git')
-makedepends=('go-pie')
-
-source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz;)
-sha256sums=('53d812b09aed87c49cc62d09a8827c2dfe7b776732b71287b800320bd23ea028')
-b2sums=('440a48818ef52527ef2e5f12ce31d024efb1902a69da062e9009769fd5a10a5736fba4a2217c70d7d94e79fce5e63710b6c37e0eab1bb2d257e12846c902882c')
-
-build() {
-  cd "$srcdir"/hub-$pkgver
-
-  make
-  make man-pages
-}
-
-check() {
-  cd "$srcdir"/hub-$pkgver
-
-  make test
-}
-
-package() {
-  cd "$srcdir"/hub-$pkgver
-
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 etc/hub.bash_completion.sh 
"$pkgdir"/usr/share/bash-completion/completions/hub
-  install -Dm644 etc/hub.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_hub
-  install -Dm644 etc/hub.fish_completion 
"$pkgdir"/usr/share/fish/vendor_completions.d/hub.fish
-}

Copied: hub/repos/community-x86_64/PKGBUILD (from rev 512623, 
hub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 23:20:50 UTC (rev 512624)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Alfredo Palhares 
+
+pkgname=hub
+pkgver=2.12.8
+pkgrel=1
+
+pkgdesc="cli interface for Github"
+url="https://hub.github.com;
+arch=('x86_64')
+license=('MIT')
+
+depends=('git')
+makedepends=('go-pie')
+
+source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz;)
+sha256sums=('72d09397967c85b118fc1be25dc0fc54353f4dea09f804687a287949c7de7ebe')
+b2sums=('25a0548a1ef18d941b1cfc8930e4c45d994b0705f723fd6b66495ae6d1d56cf85832e2d4e2721926afb6704322fdfc17683bed3a875332be5cea8e21147c02e2')
+
+build() {
+  cd "$srcdir"/hub-$pkgver
+
+  make
+  make man-pages
+}
+
+check() {
+  cd "$srcdir"/hub-$pkgver
+
+  make test
+}
+
+package() {
+  cd "$srcdir"/hub-$pkgver
+
+  make PREFIX="$pkgdir"/usr install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 etc/hub.bash_completion.sh 
"$pkgdir"/usr/share/bash-completion/completions/hub
+  install -Dm644 etc/hub.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_hub
+  install -Dm644 etc/hub.fish_completion 
"$pkgdir"/usr/share/fish/vendor_completions.d/hub.fish
+}


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:17:28
  Author: demize
Revision: 512608

archrelease: copy trunk to community-x86_64

Added:
  
zathura/repos/community-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
(from rev 512607, 
zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 512607, zathura/trunk/PKGBUILD)
Deleted:
  
zathura/repos/community-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
  zathura/repos/community-x86_64/PKGBUILD

--+
 0001-meson.build-Don-t-do-broken-synctex-version-check.patch |   60 +++---
 PKGBUILD |   93 --
 2 files changed, 76 insertions(+), 77 deletions(-)

Deleted: 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
===
--- 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
2019-10-03 23:17:22 UTC (rev 512607)
+++ 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
2019-10-03 23:17:28 UTC (rev 512608)
@@ -1,30 +0,0 @@
-From 024f228c45a1df3f01dada4e72e99dd7a76ecf26 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Sun, 27 May 2018 02:11:24 +0200
-Subject: [PATCH] meson.build: Don't do broken synctex version check
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- meson.build | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 1862fa0..63246e8 100644
 a/meson.build
-+++ b/meson.build
-@@ -82,9 +82,6 @@ endif
- if get_option('enable-synctex') and synctex.found()
-   build_dependencies += synctex
-   defines += '-DWITH_SYNCTEX'
--  if synctex.version() < '2.0.0'
--defines += '-DWITH_SYNCTEX1'
--  endif
- endif
- 
- if get_option('enable-magic') and magic.found()
--- 
-2.17.0
-

Copied: 
zathura/repos/community-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
 (from rev 512607, 
zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
===
--- 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
(rev 0)
+++ 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
2019-10-03 23:17:28 UTC (rev 512608)
@@ -0,0 +1,30 @@
+From 024f228c45a1df3f01dada4e72e99dd7a76ecf26 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Sun, 27 May 2018 02:11:24 +0200
+Subject: [PATCH] meson.build: Don't do broken synctex version check
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ meson.build | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 1862fa0..63246e8 100644
+--- a/meson.build
 b/meson.build
+@@ -82,9 +82,6 @@ endif
+ if get_option('enable-synctex') and synctex.found()
+   build_dependencies += synctex
+   defines += '-DWITH_SYNCTEX'
+-  if synctex.version() < '2.0.0'
+-defines += '-DWITH_SYNCTEX1'
+-  endif
+ endif
+ 
+ if get_option('enable-magic') and magic.found()
+-- 
+2.17.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 23:17:22 UTC (rev 512607)
+++ PKGBUILD2019-10-03 23:17:28 UTC (rev 512608)
@@ -1,47 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.4.3
-pkgrel=3
-
-pkgdesc="Minimalistic document viewer"
-url="https://git.pwmt.org/pwmt/zathura;
-arch=('x86_64')
-license=('custom')
-
-makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja' 'appstream-glib' 
'check')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support'
-'zathura-cb: Comic book support')
-
-source=(zathura-$pkgver.tar.gz::https://github.com/pwmt/zathura/archive/$pkgver.tar.gz)
-
-sha1sums=('0135d90d1561ee40f02111785d8afb9fec311b7c')
-
-build() {
-  cd zathura-$pkgver
-  arch-meson build
-
-  cd build
-  ninja
-}
-
-check() {
-  cd zathura-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd zathura-$pkgver/build
-  DESTDIR="$pkgdir" ninja install
-
-  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  mv "$pkgdir"/usr/share/zsh/vendor-completions 
"$pkgdir"/usr/share/zsh/site-functions
-}

Copied: zathura/repos/community-x86_64/PKGBUILD (from rev 512607, 
zathura/trunk/PKGBUILD)
===
--- PKGBUILD  

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

2019-10-03 Thread Levente Polyak via arch-commits
Date: Thursday, October 3, 2019 @ 23:16:55
  Author: anthraxx
Revision: 512605

upgpkg: ropper 1.12.5-1

Modified:
  ropper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 23:12:51 UTC (rev 512604)
+++ PKGBUILD2019-10-03 23:16:55 UTC (rev 512605)
@@ -3,7 +3,7 @@
 pkgbase=ropper
 pkgname=('ropper' 'python-ropper' 'python2-ropper')
 _pkgname=Ropper
-pkgver=1.11.11
+pkgver=1.12.5
 pkgrel=1
 pkgdesc='Show information about binary files and find gadgets to build rop 
chains for different architectures'
 url='https://github.com/sashs/Ropper'
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python-capstone' 'python-filebytes'
  'python2-setuptools' 'python2-capstone' 'python2-filebytes')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('eb02c46e9f6f59d92e3515605fb425656d0e276be7a9bf795fb644a845a75f3504d2712f7995d7a91e10b39bcebc3649d3e7d37d2133b00fad3f9bfe70a31326')
+sha512sums=('d5afe158e16569a8bd7ec634f0666a8af2f057a72d0a0d0b974b72b3e44a7f826ebaa46b83a0c2c7bcc2a52b660f2f7cc94ecc54562be08d06079cb57e16ca41')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:17:22
  Author: demize
Revision: 512607

upgpkg: zathura 0.4.4-1

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 23:17:00 UTC (rev 512606)
+++ PKGBUILD2019-10-03 23:17:22 UTC (rev 512607)
@@ -4,8 +4,8 @@
 # Contributor: ML 
 
 pkgname=zathura
-pkgver=0.4.3
-pkgrel=3
+pkgver=0.4.4
+pkgrel=1
 
 pkgdesc="Minimalistic document viewer"
 url="https://git.pwmt.org/pwmt/zathura;
@@ -22,7 +22,7 @@
 
 
source=(zathura-$pkgver.tar.gz::https://github.com/pwmt/zathura/archive/$pkgver.tar.gz)
 
-sha1sums=('0135d90d1561ee40f02111785d8afb9fec311b7c')
+sha1sums=('fb65aae562182d0a5b0f487e9b8b3b3209b1ae5e')
 
 build() {
   cd zathura-$pkgver
@@ -43,5 +43,4 @@
   DESTDIR="$pkgdir" ninja install
 
   install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  mv "$pkgdir"/usr/share/zsh/vendor-completions 
"$pkgdir"/usr/share/zsh/site-functions
 }


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

2019-10-03 Thread Levente Polyak via arch-commits
Date: Thursday, October 3, 2019 @ 23:17:00
  Author: anthraxx
Revision: 512606

archrelease: copy trunk to community-any

Added:
  ropper/repos/community-any/PKGBUILD
(from rev 512605, ropper/trunk/PKGBUILD)
Deleted:
  ropper/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 23:16:55 UTC (rev 512605)
+++ PKGBUILD2019-10-03 23:17:00 UTC (rev 512606)
@@ -1,67 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=ropper
-pkgname=('ropper' 'python-ropper' 'python2-ropper')
-_pkgname=Ropper
-pkgver=1.11.11
-pkgrel=1
-pkgdesc='Show information about binary files and find gadgets to build rop 
chains for different architectures'
-url='https://github.com/sashs/Ropper'
-arch=('any')
-license=('GPL2')
-makedepends=('python-setuptools' 'python-capstone' 'python-filebytes'
- 'python2-setuptools' 'python2-capstone' 'python2-filebytes')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('eb02c46e9f6f59d92e3515605fb425656d0e276be7a9bf795fb644a845a75f3504d2712f7995d7a91e10b39bcebc3649d3e7d37d2133b00fad3f9bfe70a31326')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-  sed -r 's|(env python)|\12|' -i ${_pkgname}-${pkgver}-py2/sample.py
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-python test.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 test.py
-  )
-}
-
-package_ropper() {
-  depends=('python' "python-ropper>=${pkgver}")
-  optdepends=('python-keystone: assemble command support')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  rm -r "${pkgdir}/usr/lib"
-}
-
-package_python-ropper() {
-  depends=('python-capstone' 'python-filebytes')
-  optdepends=('python-keystone: assemble command support')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.md sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
-  rm -r "${pkgdir}/usr/bin"
-}
-
-package_python2-ropper() {
-  depends=('python2-capstone' 'python2-filebytes')
-  optdepends=('python2-keystone: assemble command support')
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.md sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
-  rm -r "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ropper/repos/community-any/PKGBUILD (from rev 512605, 
ropper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 23:17:00 UTC (rev 512606)
@@ -0,0 +1,67 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=ropper
+pkgname=('ropper' 'python-ropper' 'python2-ropper')
+_pkgname=Ropper
+pkgver=1.12.5
+pkgrel=1
+pkgdesc='Show information about binary files and find gadgets to build rop 
chains for different architectures'
+url='https://github.com/sashs/Ropper'
+arch=('any')
+license=('GPL2')
+makedepends=('python-setuptools' 'python-capstone' 'python-filebytes'
+ 'python2-setuptools' 'python2-capstone' 'python2-filebytes')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('d5afe158e16569a8bd7ec634f0666a8af2f057a72d0a0d0b974b72b3e44a7f826ebaa46b83a0c2c7bcc2a52b660f2f7cc94ecc54562be08d06079cb57e16ca41')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+  sed -r 's|(env python)|\12|' -i ${_pkgname}-${pkgver}-py2/sample.py
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+python test.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 test.py
+  )
+}
+
+package_ropper() {
+  depends=('python' "python-ropper>=${pkgver}")
+  optdepends=('python-keystone: assemble command support')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm -r "${pkgdir}/usr/lib"
+}
+
+package_python-ropper() {
+  depends=('python-capstone' 'python-filebytes')
+  optdepends=('python-keystone: assemble command support')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.md sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm -r "${pkgdir}/usr/bin"
+}
+
+package_python2-ropper() {
+  depends=('python2-capstone' 'python2-filebytes')
+  optdepends=('python2-keystone: assemble command support')
+  cd 

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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:12:48
  Author: demize
Revision: 512603

upgpkg: girara 0.3.3-1

Modified:
  girara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 23:09:45 UTC (rev 512602)
+++ PKGBUILD2019-10-03 23:12:48 UTC (rev 512603)
@@ -4,7 +4,7 @@
 # Contributor: mlq 
 
 pkgname=girara
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 
 pkgdesc="User interface library focused on simplicity and minimalism"
@@ -22,7 +22,7 @@
 source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.xz)
 
source=(girara-$pkgver.tar.gz::https://github.com/pwmt/girara/archive/$pkgver.tar.gz)
 
-sha512sums=('18ecb1a7cba9997c85389faaa33f43120b2b88bfc358bacc032dc14c5fc37fedb0332b986951216031e18e8440874dc29e5aef41d519dcd28202951e448b573e')
+sha512sums=('2764f339c4b5744330c60fa5c8c902a06952d6c5a38589d236fe290f9934b9128527658d8aa99d42806255403b90f55ea1a85e5bd09da4b3a8f7c48be4d94f51')
 
 build() {
   cd girara-$pkgver


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:12:51
  Author: demize
Revision: 512604

archrelease: copy trunk to community-x86_64

Added:
  girara/repos/community-x86_64/PKGBUILD
(from rev 512603, girara/trunk/PKGBUILD)
Deleted:
  girara/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 23:12:48 UTC (rev 512603)
+++ PKGBUILD2019-10-03 23:12:51 UTC (rev 512604)
@@ -1,45 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: mlq 
-
-pkgname=girara
-pkgver=0.3.2
-pkgrel=1
-
-pkgdesc="User interface library focused on simplicity and minimalism"
-url="http://pwmt.org/projects/girara;
-arch=('x86_64')
-license=('custom')
-
-provides=('girara-gtk3' 'girara-common')
-replaces=('girara-gtk3' 'girara-common')
-conflicts=('girara-gtk3' 'girara-common')
-
-depends=('gtk3' 'glib2' 'json-c' 'pango')
-makedepends=('meson' 'ninja' 'doxygen' 'check')
-
-source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.xz)
-
-sha512sums=('ce8b1498c2c5e278a4689f945e6773cbf19b3357711636bbe785d96c8d381cf8ba457268ca154f7bd48b06d79cc03296d2e4350784299a13c4972030bcb0dbed')
-
-build() {
-  cd girara-$pkgver
-  arch-meson build
-
-  cd build
-  ninja
-}
-
-check() {
-  cd girara-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd girara-$pkgver/build
-  DESTDIR="$pkgdir/" ninja install
-
-  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-x86_64/PKGBUILD (from rev 512603, 
girara/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 23:12:51 UTC (rev 512604)
@@ -0,0 +1,46 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: mlq 
+
+pkgname=girara
+pkgver=0.3.3
+pkgrel=1
+
+pkgdesc="User interface library focused on simplicity and minimalism"
+url="https://pwmt.org/projects/girara;
+arch=('x86_64')
+license=('custom')
+
+provides=('girara-gtk3' 'girara-common')
+replaces=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+
+depends=('gtk3' 'glib2' 'json-c' 'pango')
+makedepends=('meson' 'ninja' 'doxygen' 'check')
+
+source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.xz)
+source=(girara-$pkgver.tar.gz::https://github.com/pwmt/girara/archive/$pkgver.tar.gz)
+
+sha512sums=('2764f339c4b5744330c60fa5c8c902a06952d6c5a38589d236fe290f9934b9128527658d8aa99d42806255403b90f55ea1a85e5bd09da4b3a8f7c48be4d94f51')
+
+build() {
+  cd girara-$pkgver
+  arch-meson build
+
+  cd build
+  ninja
+}
+
+check() {
+  cd girara-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd girara-$pkgver/build
+  DESTDIR="$pkgdir/" ninja install
+
+  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:09:41
  Author: demize
Revision: 512601

upgpkg: python-parse 1.12.1-1

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 23:08:35 UTC (rev 512600)
+++ PKGBUILD2019-10-03 23:09:41 UTC (rev 512601)
@@ -3,7 +3,7 @@
 
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
@@ -16,7 +16,7 @@
 source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;
 
https://raw.githubusercontent.com/r1chardj0n3s/parse/b48b0494d27f64a9088cd92c1f8d58928af07317/LICENSE)
 # license from the bottom of parse.py
 
-md5sums=('649533e892bc0043b69840b85f52b457'
+md5sums=('8fc634769f1d841f14a52dd731ca447a'
  '68c10fa20482cc4328a1052695fb7e53')
 
 prepare() {


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:09:45
  Author: demize
Revision: 512602

archrelease: copy trunk to community-any

Added:
  python-parse/repos/community-any/LICENSE
(from rev 512601, python-parse/trunk/LICENSE)
  python-parse/repos/community-any/PKGBUILD
(from rev 512601, python-parse/trunk/PKGBUILD)
Deleted:
  python-parse/repos/community-any/LICENSE
  python-parse/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 +--
 PKGBUILD |  120 ++---
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-10-03 23:09:41 UTC (rev 512601)
+++ LICENSE 2019-10-03 23:09:45 UTC (rev 512602)
@@ -1,19 +0,0 @@
-Copyright (c) 2012-2013 Richard Jones 
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

Copied: python-parse/repos/community-any/LICENSE (from rev 512601, 
python-parse/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-10-03 23:09:45 UTC (rev 512602)
@@ -0,0 +1,19 @@
+Copyright (c) 2012-2013 Richard Jones 
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 23:09:41 UTC (rev 512601)
+++ PKGBUILD2019-10-03 23:09:45 UTC (rev 512602)
@@ -1,60 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-parse
-pkgname=(python-parse python2-parse)
-pkgver=1.12.0
-pkgrel=1
-
-pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
-url='http://pypi.python.org/pypi/parse'
-arch=('any')
-license=('BSD')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz;
-
https://raw.githubusercontent.com/r1chardj0n3s/parse/b48b0494d27f64a9088cd92c1f8d58928af07317/LICENSE)
 # license from the bottom of parse.py
-
-md5sums=('649533e892bc0043b69840b85f52b457'
- '68c10fa20482cc4328a1052695fb7e53')
-
-prepare() {
-  cp -r parse-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/parse-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/parse-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/parse-$pkgver
-  python test_parse.py
-
-  cd "$srcdir"/parse-$pkgver-py2
-  python2 test_parse.py
-}
-
-
-package_python-parse() {
-  depends=('python')
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  cd "$srcdir"/parse-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-
-package_python2-parse() {
-  depends=('python2')
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  cd "$srcdir"/parse-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-parse/repos/community-any/PKGBUILD (from rev 512601, 

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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:08:26
  Author: demize
Revision: 512597

upgpkg: python-msgpack 0.6.2-1

Modified:
  python-msgpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 23:03:57 UTC (rev 512596)
+++ PKGBUILD2019-10-03 23:08:26 UTC (rev 512597)
@@ -3,7 +3,7 @@
 
 pkgbase=python-msgpack
 pkgname=('python-msgpack' 'python2-msgpack')
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 
 url='https://github.com/msgpack/msgpack-python'
@@ -15,7 +15,7 @@
 
 
source=(msgpack-python-$pkgver.tar.gz::https://github.com/msgpack/msgpack-python/archive/v$pkgver.tar.gz)
 
-md5sums=('2e898cf2c97a5cee08b773ae0dff521f')
+md5sums=('e751675f8e18625bf1d2ec391dd9e8fd')
 
 build() {
   cd msgpack-python-$pkgver


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:08:31
  Author: demize
Revision: 512599

upgpkg: python-pylibmc 1.6.1-1

Modified:
  python-pylibmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 23:08:30 UTC (rev 512598)
+++ PKGBUILD2019-10-03 23:08:31 UTC (rev 512599)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pylibmc
 pkgname=(python-pylibmc python2-pylibmc)
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 
 pkgdesc='Quick and small memcached client for Python'
@@ -15,7 +15,7 @@
 
 source=("https://pypi.org/packages/source/p/pylibmc/pylibmc-$pkgver.tar.gz;)
 
-md5sums=('f9479adf2536927011d58ae475b2ffc0')
+md5sums=('ac047c889e3a00cd200a819852a54a69')
 
 package_python-pylibmc() {
depends+=('python')


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:08:30
  Author: demize
Revision: 512598

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: python-msgpack/repos/community-testing-x86_64/PKGBUILD (from rev 
512597, python-msgpack/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-03 23:08:30 UTC (rev 512598)
@@ -0,0 +1,52 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien "Seblu" Luttringer
+
+pkgbase=python-msgpack
+pkgname=('python-msgpack' 'python2-msgpack')
+pkgver=0.6.2
+pkgrel=1
+
+url='https://github.com/msgpack/msgpack-python'
+arch=('x86_64')
+license=('Apache')
+
+makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
+
+source=(msgpack-python-$pkgver.tar.gz::https://github.com/msgpack/msgpack-python/archive/v$pkgver.tar.gz)
+
+md5sums=('e751675f8e18625bf1d2ec391dd9e8fd')
+
+build() {
+  cd msgpack-python-$pkgver
+  python setup.py build --build-lib=build/python
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd msgpack-python-$pkgver
+  PYTHONPATH=$PWD/build/python py.test test
+  PYTHONPATH=$PWD/build/python2 py.test2 test
+}
+
+package_python-msgpack() {
+  pkgdesc='MessagePack serializer implementation for Python'
+  depends=('python')
+
+  cd msgpack-python-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+}
+
+package_python2-msgpack() {
+  pkgdesc='MessagePack serializer implementation for Python2'
+  depends=('python2')
+
+  cd msgpack-python-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:08:35
  Author: demize
Revision: 512600

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 23:08:31 UTC (rev 512599)
+++ PKGBUILD2019-10-03 23:08:35 UTC (rev 512600)
@@ -1,32 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgbase=python-pylibmc
-pkgname=(python-pylibmc python2-pylibmc)
-pkgver=1.6.0
-pkgrel=1
-
-pkgdesc='Quick and small memcached client for Python'
-url='http://pypi.python.org/pypi/pylibmc'
-arch=('x86_64')
-license=('GPL')
-
-depends=('libmemcached')
-makedepends=('python' 'python2' 'gcc' 'zlib')
-
-source=("https://pypi.org/packages/source/p/pylibmc/pylibmc-$pkgver.tar.gz;)
-
-md5sums=('f9479adf2536927011d58ae475b2ffc0')
-
-package_python-pylibmc() {
-   depends+=('python')
-
-   cd pylibmc-"$pkgver"
-   python setup.py install --root="$pkgdir"
-}
-
-package_python2-pylibmc() {
-   depends+=('python2')
-
-   cd pylibmc-"$pkgver"
-   python2 setup.py install --root="$pkgdir"
-}

Copied: python-pylibmc/repos/community-x86_64/PKGBUILD (from rev 512599, 
python-pylibmc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 23:08:35 UTC (rev 512600)
@@ -0,0 +1,32 @@
+# Maintainer: Johannes Löthberg 
+
+pkgbase=python-pylibmc
+pkgname=(python-pylibmc python2-pylibmc)
+pkgver=1.6.1
+pkgrel=1
+
+pkgdesc='Quick and small memcached client for Python'
+url='https://pypi.python.org/pypi/pylibmc'
+arch=('x86_64')
+license=('GPL')
+
+depends=('libmemcached')
+makedepends=('python' 'python2' 'gcc' 'zlib')
+
+source=("https://pypi.org/packages/source/p/pylibmc/pylibmc-$pkgver.tar.gz;)
+
+md5sums=('ac047c889e3a00cd200a819852a54a69')
+
+package_python-pylibmc() {
+   depends+=('python')
+
+   cd pylibmc-"$pkgver"
+   python setup.py install --root="$pkgdir"
+}
+
+package_python2-pylibmc() {
+   depends+=('python2')
+
+   cd pylibmc-"$pkgver"
+   python2 setup.py install --root="$pkgdir"
+}


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:03:53
  Author: demize
Revision: 512595

upgpkg: mediainfo 19.09-1

Modified:
  mediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 23:01:55 UTC (rev 512594)
+++ PKGBUILD2019-10-03 23:03:53 UTC (rev 512595)
@@ -4,7 +4,7 @@
 
 pkgbase=mediainfo
 pkgname=(mediainfo mediainfo-gui)
-pkgver=19.07
+pkgver=19.09
 pkgrel=1
 
 pkgdesc="Supplies technical and tag information about a video or audio file"
@@ -16,7 +16,7 @@
 
 
source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
 
-sha256sums=('84a8991cec4f11e580fb40e922ce3f422d95f1ab489889df2366177969bb5e2c')
+sha256sums=('02f5b0ae42825776b51500f023ff883fd632dc4cbe229f00d7528bf0e8d45aa8')
 
 build() {
   cd MediaInfo/Project/GNU/CLI


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:03:57
  Author: demize
Revision: 512596

archrelease: copy trunk to community-x86_64

Added:
  mediainfo/repos/community-x86_64/PKGBUILD
(from rev 512595, mediainfo/trunk/PKGBUILD)
Deleted:
  mediainfo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 23:03:53 UTC (rev 512595)
+++ PKGBUILD2019-10-03 23:03:57 UTC (rev 512596)
@@ -1,51 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: hydro 
-
-pkgbase=mediainfo
-pkgname=(mediainfo mediainfo-gui)
-pkgver=19.07
-pkgrel=1
-
-pkgdesc="Supplies technical and tag information about a video or audio file"
-url="https://mediaarea.net/;
-arch=('x86_64')
-license=('BSD')
-
-depends=('libmediainfo' 'wxgtk3')
-
-source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
-
-sha256sums=('84a8991cec4f11e580fb40e922ce3f422d95f1ab489889df2366177969bb5e2c')
-
-build() {
-  cd MediaInfo/Project/GNU/CLI
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-
-  cd "$srcdir/MediaInfo/Project/GNU/GUI"
-  ./autogen.sh
-  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
-  make
-}
-
-package_mediainfo() {
-  pkgdesc+=" (CLI interface)"
-  depends=('libmediainfo')
-
-  cd MediaInfo/Project/GNU/CLI
-  make DESTDIR="$pkgdir" install
-
-  install -D -m 644 "$srcdir"/MediaInfo/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mediainfo-gui() {
-  pkgdesc+=" (GUI interface)"
-  depends=('libmediainfo' 'wxgtk3')
-
-  cd MediaInfo/Project/GNU/GUI
-  make DESTDIR="$pkgdir" install
-
-  install -D -m 644 "$srcdir"/MediaInfo/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 512595, 
mediainfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 23:03:57 UTC (rev 512596)
@@ -0,0 +1,51 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: hydro 
+
+pkgbase=mediainfo
+pkgname=(mediainfo mediainfo-gui)
+pkgver=19.09
+pkgrel=1
+
+pkgdesc="Supplies technical and tag information about a video or audio file"
+url="https://mediaarea.net/;
+arch=('x86_64')
+license=('BSD')
+
+depends=('libmediainfo' 'wxgtk3')
+
+source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
+
+sha256sums=('02f5b0ae42825776b51500f023ff883fd632dc4cbe229f00d7528bf0e8d45aa8')
+
+build() {
+  cd MediaInfo/Project/GNU/CLI
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+
+  cd "$srcdir/MediaInfo/Project/GNU/GUI"
+  ./autogen.sh
+  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
+  make
+}
+
+package_mediainfo() {
+  pkgdesc+=" (CLI interface)"
+  depends=('libmediainfo')
+
+  cd MediaInfo/Project/GNU/CLI
+  make DESTDIR="$pkgdir" install
+
+  install -D -m 644 "$srcdir"/MediaInfo/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mediainfo-gui() {
+  pkgdesc+=" (GUI interface)"
+  depends=('libmediainfo' 'wxgtk3')
+
+  cd MediaInfo/Project/GNU/GUI
+  make DESTDIR="$pkgdir" install
+
+  install -D -m 644 "$srcdir"/MediaInfo/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:01:55
  Author: demize
Revision: 512594

archrelease: copy trunk to community-x86_64

Added:
  libmediainfo/repos/community-x86_64/PKGBUILD
(from rev 512593, libmediainfo/trunk/PKGBUILD)
Deleted:
  libmediainfo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 23:01:48 UTC (rev 512593)
+++ PKGBUILD2019-10-03 23:01:55 UTC (rev 512594)
@@ -1,39 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor:  hydro 
-
-pkgname=libmediainfo
-pkgver=19.07
-pkgrel=1
-
-pkgdesc="shared library for mediainfo"
-url="https://mediaarea.net;
-arch=('x86_64')
-license=('BSD')
-
-depends=('curl' 'glib2' 'libmms' 'libzen')
-
-source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz)
-
-sha256sums=('5acbe3f0a48e10cacb588381454f30149c947ffa89659680165ed1a0603d6d4c')
-
-build() {
-  cd MediaInfoLib/Project/GNU/Library
-
-  ./autogen.sh
-  ./configure --prefix=/usr \
-  --enable-shared \
-  --disable-static \
-  --with-libcurl \
-  --with-libmms
-
-  make
-}
-
-package() {
-  cd MediaInfoLib/Project/GNU/Library
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m 644 "$srcdir"/MediaInfoLib/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libmediainfo/repos/community-x86_64/PKGBUILD (from rev 512593, 
libmediainfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 23:01:55 UTC (rev 512594)
@@ -0,0 +1,39 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor:  hydro 
+
+pkgname=libmediainfo
+pkgver=19.09
+pkgrel=1
+
+pkgdesc="shared library for mediainfo"
+url="https://mediaarea.net;
+arch=('x86_64')
+license=('BSD')
+
+depends=('curl' 'glib2' 'libmms' 'libzen')
+
+source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz)
+
+sha256sums=('ff06e1a449dfbe6f2c51f27ae1187d3e72386cb54476fbb189ffaacf845f478e')
+
+build() {
+  cd MediaInfoLib/Project/GNU/Library
+
+  ./autogen.sh
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --disable-static \
+  --with-libcurl \
+  --with-libmms
+
+  make
+}
+
+package() {
+  cd MediaInfoLib/Project/GNU/Library
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m 644 "$srcdir"/MediaInfoLib/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-10-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, October 3, 2019 @ 23:01:48
  Author: demize
Revision: 512593

upgpkg: libmediainfo 19.09-1

Modified:
  libmediainfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 22:55:14 UTC (rev 512592)
+++ PKGBUILD2019-10-03 23:01:48 UTC (rev 512593)
@@ -3,7 +3,7 @@
 # Contributor:  hydro 
 
 pkgname=libmediainfo
-pkgver=19.07
+pkgver=19.09
 pkgrel=1
 
 pkgdesc="shared library for mediainfo"
@@ -15,7 +15,7 @@
 
 
source=(https://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.xz)
 
-sha256sums=('5acbe3f0a48e10cacb588381454f30149c947ffa89659680165ed1a0603d6d4c')
+sha256sums=('ff06e1a449dfbe6f2c51f27ae1187d3e72386cb54476fbb189ffaacf845f478e')
 
 build() {
   cd MediaInfoLib/Project/GNU/Library


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

2019-10-03 Thread Levente Polyak via arch-commits
Date: Thursday, October 3, 2019 @ 22:55:10
  Author: anthraxx
Revision: 512591

upgpkg: sqlmap 1.3.10-1

Modified:
  sqlmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 22:06:33 UTC (rev 512590)
+++ PKGBUILD2019-10-03 22:55:10 UTC (rev 512591)
@@ -3,8 +3,8 @@
 # Contributor: fxbru 
 
 pkgname=sqlmap
-pkgver=1.3.8
-pkgrel=2
+pkgver=1.3.10
+pkgrel=1
 pkgdesc='Automatic SQL injection and database takeover tool'
 url='http://sqlmap.org'
 arch=('any')
@@ -12,13 +12,13 @@
 depends=('python' 'sh')
 backup=('etc/sqlmap.conf')
 
source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('3b3fb0f213139efb76e7a95ebcd6e3790c70a23fca8f3c753ef14f72ea7fdf01')
-sha512sums=('9b117aced75070b23a92c8c349692dbf6112c23da1e50b2b5f3f48e95b3eaee2d24abf3c928e6248c58b74ae6725b2e588c2a2cb00153aea59111f5b3777b7d4')
+sha256sums=('0cd67558e07da31d51ef743093e46f4ac7c9ef36b659799caea8638fa0c6035b')
+sha512sums=('02c4bf249fad8c01493298a80eb6536ea387ad627c5cb4ecbbdb14d4f5cc0aaa5f872b33aa55060bfee5de289d501034980d643f5d6507fa072c780e74ff9023')
 
 build() {
   cd ${pkgname}-${pkgver}
-  python3 -m compileall .
-  python3 -O -m compileall .
+  python -m compileall .
+  python -O -m compileall .
 }
 
 package() {
@@ -37,12 +37,12 @@
   cat > "${pkgdir}/usr/bin/sqlmap" << EOF
 #!/bin/sh
 cd /opt/${pkgname}
-python3 sqlmap.py "\$@"
+python sqlmap.py "\$@"
 EOF
   cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
 #!/bin/sh
 cd /opt/${pkgname}
-python3 sqlmapapi.py "\$@"
+python sqlmapapi.py "\$@"
 EOF
 
   chmod 755 "${pkgdir}/usr/bin/sqlmap"


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

2019-10-03 Thread Levente Polyak via arch-commits
Date: Thursday, October 3, 2019 @ 22:55:14
  Author: anthraxx
Revision: 512592

archrelease: copy trunk to community-any

Added:
  sqlmap/repos/community-any/PKGBUILD
(from rev 512591, sqlmap/trunk/PKGBUILD)
Deleted:
  sqlmap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 22:55:10 UTC (rev 512591)
+++ PKGBUILD2019-10-03 22:55:14 UTC (rev 512592)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Evan Teitelman 
-# Contributor: fxbru 
-
-pkgname=sqlmap
-pkgver=1.3.8
-pkgrel=2
-pkgdesc='Automatic SQL injection and database takeover tool'
-url='http://sqlmap.org'
-arch=('any')
-license=('GPL2')
-depends=('python' 'sh')
-backup=('etc/sqlmap.conf')
-source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('3b3fb0f213139efb76e7a95ebcd6e3790c70a23fca8f3c753ef14f72ea7fdf01')
-sha512sums=('9b117aced75070b23a92c8c349692dbf6112c23da1e50b2b5f3f48e95b3eaee2d24abf3c928e6248c58b74ae6725b2e588c2a2cb00153aea59111f5b3777b7d4')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python3 -m compileall .
-  python3 -O -m compileall .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/etc"
-  install -d "${pkgdir}/usr/bin"
-  install -d "${pkgdir}/opt/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-
-  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
-  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
-  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
-  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
-
-  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python3 sqlmap.py "\$@"
-EOF
-  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python3 sqlmapapi.py "\$@"
-EOF
-
-  chmod 755 "${pkgdir}/usr/bin/sqlmap"
-  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sqlmap/repos/community-any/PKGBUILD (from rev 512591, 
sqlmap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 22:55:14 UTC (rev 512592)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Evan Teitelman 
+# Contributor: fxbru 
+
+pkgname=sqlmap
+pkgver=1.3.10
+pkgrel=1
+pkgdesc='Automatic SQL injection and database takeover tool'
+url='http://sqlmap.org'
+arch=('any')
+license=('GPL2')
+depends=('python' 'sh')
+backup=('etc/sqlmap.conf')
+source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('0cd67558e07da31d51ef743093e46f4ac7c9ef36b659799caea8638fa0c6035b')
+sha512sums=('02c4bf249fad8c01493298a80eb6536ea387ad627c5cb4ecbbdb14d4f5cc0aaa5f872b33aa55060bfee5de289d501034980d643f5d6507fa072c780e74ff9023')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python -m compileall .
+  python -O -m compileall .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/etc"
+  install -d "${pkgdir}/usr/bin"
+  install -d "${pkgdir}/opt/${pkgname}"
+  install -d "${pkgdir}/usr/share/doc"
+
+  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
+  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
+  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
+  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
+
+  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python sqlmap.py "\$@"
+EOF
+  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python sqlmapapi.py "\$@"
+EOF
+
+  chmod 755 "${pkgdir}/usr/bin/sqlmap"
+  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Thursday, October 3, 2019 @ 22:29:23
  Author: heftig
Revision: 363719

Use a proper patch for the relinking issue

Added:
  firefox/trunk/no-relinking.patch
Modified:
  firefox/trunk/PKGBUILD
Deleted:
  firefox/trunk/hack-buildsymbols.patch

-+
 PKGBUILD|8 +++
 hack-buildsymbols.patch |   47 --
 no-relinking.patch  |   41 
 3 files changed, 45 insertions(+), 51 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 21:46:19 UTC (rev 363718)
+++ PKGBUILD2019-10-03 22:29:23 UTC (rev 363719)
@@ -21,12 +21,12 @@
 'hunspell-en_US: Spell checking, American English')
 options=(!emptydirs !makeflags !strip)
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
-hack-buildsymbols.patch
+no-relinking.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 $pkgname.desktop firefox-symbolic.svg)
 sha256sums=('2904ef954626d2a7f320670ccb7cb5d9060610f091c94190a6cbee14aa2cd82e'
 'SKIP'
-'f16c614ab7268176021eba63050bf6018c9ebeebc419c5db62480f867c7c7535'
+'2dc9d1aa5eb7798c89f46478f254ae61e4122b4d1956d6044426288627d8a014'
 'ab07ab26617ff76fce68e07c66b8aa9b96c2d3e5b5517e51a3c3eac2edd88894'
 'a9e5264257041c0b968425b5c97436ba48e8d294e1a0f02c59c35461ea245c33'
 '9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797')
@@ -48,8 +48,8 @@
   mkdir mozbuild
   cd firefox-$pkgver
 
-  # Do symbol dumping during compile
-  patch -Np1 -i ../hack-buildsymbols.patch
+  # Avoid relinking during buildsymbols
+  patch -Np1 -i ../no-relinking.patch
 
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
   patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch

Deleted: hack-buildsymbols.patch
===
--- hack-buildsymbols.patch 2019-10-03 21:46:19 UTC (rev 363718)
+++ hack-buildsymbols.patch 2019-10-03 22:29:23 UTC (rev 363719)
@@ -1,47 +0,0 @@
-diff --git i/Makefile.in w/Makefile.in
-index 626edae551d3..781e41269723 100644
 i/Makefile.in
-+++ w/Makefile.in
-@@ -239,7 +239,7 @@ prepsymbolsarchive:
-   echo packing symbols
-   $(NSINSTALL) -D $(DIST)/$(PKG_PATH)
- 
--ifndef MOZ_AUTOMATION
-+ifndef MOZ_PROFILE_USE
- prepsymbolsarchive: recurse_syms
- endif
- 
-diff --git i/config/recurse.mk w/config/recurse.mk
-index ed2e187061aa..379b9042a8e4 100644
 i/config/recurse.mk
-+++ w/config/recurse.mk
-@@ -76,11 +76,9 @@ $(compile_targets) $(syms_targets):
- $(syms_targets): %/syms: %/target
- 
- # Only hook symbols targets into the main compile graph in automation.
--ifdef MOZ_AUTOMATION
--ifeq (1,$(MOZ_AUTOMATION_BUILD_SYMBOLS))
-+ifdef MOZ_PROFILE_USE
- recurse_compile: $(syms_targets)
- endif
--endif
- 
- # Create a separate rule that depends on every 'syms' target so that
- # symbols can be dumped on demand locally.
-diff --git i/config/rules.mk w/config/rules.mk
-index fefe2805fb92..b5641eae15ba 100644
 i/config/rules.mk
-+++ w/config/rules.mk
-@@ -750,11 +750,9 @@ DUMP_SYMS_TARGETS := $(SHARED_LIBRARY) $(PROGRAM) 
$(SIMPLE_PROGRAMS)
- endif
- endif
- 
--ifdef MOZ_AUTOMATION
--ifeq (,$(filter 1,$(MOZ_AUTOMATION_BUILD_SYMBOLS)))
-+ifdef MOZ_PROFILE_GENERATE
- DUMP_SYMS_TARGETS :=
- endif
--endif
- 
- ifdef MOZ_COPY_PDBS
- MAIN_PDB_FILES = $(addsuffix .pdb,$(basename $(DUMP_SYMS_TARGETS)))

Added: no-relinking.patch
===
--- no-relinking.patch  (rev 0)
+++ no-relinking.patch  2019-10-03 22:29:23 UTC (rev 363719)
@@ -0,0 +1,41 @@
+
+# HG changeset patch
+# User Mike Shal 
+# Date 1570127498 25200
+# Node ID b8bc2504f108d8a2216ee11405cbbe4cf7a0eaec
+# Parent  9a4d6aacc48080f019024c02ac7da1fd576b39fe
+Bug XYZ - Only force re-linking on 1-tier PGO builds; 
r?#firefox-build-system-reviewers
+
+
+diff --git a/config/rules.mk b/config/rules.mk
+--- a/config/rules.mk
 b/config/rules.mk
+@@ -465,25 +465,27 @@ ifeq ($(OS_ARCH)_$(GNU_CC), WINNT_)
+   $(foreach pgd,$(wildcard *.pgd),pgomgr -clear $(pgd);)
+ else
+ ifdef GNU_CC
+   -$(RM) *.gcda
+ endif
+ endif
+ endif
+ 
++ifdef MOZ_1TIER_PGO
+ ifneq (,$(MOZ_PROFILE_GENERATE)$(MOZ_PROFILE_USE))
+ ifneq (,$(filter target,$(MAKECMDGOALS)))
+ ifdef GNU_CC
+ # Force rebuilding libraries and programs in both passes because each
+ # pass uses different object files.
+ $(PROGRAM) $(SHARED_LIBRARY) $(LIBRARY): FORCE
+ endif
+ endif
+ endif
++endif
+ 
+ endif # NO_PROFILE_GUIDED_OPTIMIZE
+ 
+ ##
+ 
+ clean clobber realclean clobber_all::
+   -$(RM) $(ALL_TRASH)
+   -$(RM) -r $(ALL_TRASH_DIRS)
+


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

2019-10-03 Thread Felix Yan via arch-commits
Date: Thursday, October 3, 2019 @ 22:06:19
  Author: felixonmars
Revision: 512586

upgpkg: debootstrap 1.0.116-1

Modified:
  debootstrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 22:05:32 UTC (rev 512585)
+++ PKGBUILD2019-10-03 22:06:19 UTC (rev 512586)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=debootstrap
-pkgver=1.0.115
+pkgver=1.0.116
 pkgrel=1
 pkgdesc="Bootstrap a basic Debian system"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('gnupg: check release signatures'
 'debian-archive-keyring: check release signatures for Debian'
 'ubuntu-keyring: check release signatures for Ubuntu')
-sha512sums=('36310ae320abce915fa39204a92a90bcbf8ebee864a550097fef2266df64c510304cc220d56bd4a092fa3b3f43864931170f8b25ca7ae585e0018d7a44f3c1df'
+sha512sums=('4b81bc56c6ac6e210aaceb06013882ba3cfe777d4173fd89d38a279fe57425302b86b2fb00ea2e19df2abfb7058909e1eb628f74f241612d865044b32e3481a4'
 
'd70a9d096d1692f71970cc818515bd783a6031bfe2d2857134eabf6fd36e4137152ebafa8e2d4ae7c8cb442c8532cd4192715b286e38b4d947b0b467e9ed54a5')
 
 prepare() {


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

2019-10-03 Thread Felix Yan via arch-commits
Date: Thursday, October 3, 2019 @ 22:06:22
  Author: felixonmars
Revision: 512587

archrelease: copy trunk to community-any

Added:
  debootstrap/repos/community-any/PKGBUILD
(from rev 512586, debootstrap/trunk/PKGBUILD)
  debootstrap/repos/community-any/arch-detect.patch
(from rev 512586, debootstrap/trunk/arch-detect.patch)
Deleted:
  debootstrap/repos/community-any/PKGBUILD
  debootstrap/repos/community-any/arch-detect.patch

---+
 PKGBUILD  |   72 ++--
 arch-detect.patch |   53 +++---
 2 files changed, 68 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 22:06:19 UTC (rev 512586)
+++ PKGBUILD2019-10-03 22:06:22 UTC (rev 512587)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=debootstrap
-pkgver=1.0.115
-pkgrel=1
-pkgdesc="Bootstrap a basic Debian system"
-arch=('any')
-license=('GPL')
-url="https://tracker.debian.org/pkg/debootstrap;
-depends=('wget' 'binutils')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/debootstrap/archive/$pkgver.tar.gz;
-arch-detect.patch)
-optdepends=('gnupg: check release signatures'
-'debian-archive-keyring: check release signatures for Debian'
-'ubuntu-keyring: check release signatures for Ubuntu')
-sha512sums=('36310ae320abce915fa39204a92a90bcbf8ebee864a550097fef2266df64c510304cc220d56bd4a092fa3b3f43864931170f8b25ca7ae585e0018d7a44f3c1df'
-
'56e25f48027f99f7e720859a9e14fe769b1cbd6227c7a7e27e14c2fea88520109342d6e5b127dc34ce8cc40f46941a0c5157ad35cf8ef9b3e4323877a4b32d97')
-
-prepare() {
-  cd debootstrap-$pkgver
-
-  sed -i 's/sbin/bin/g' Makefile
-
-  # Debian defaults
-  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
-
-  # Detect Architecture
-  patch -p1 -i ../arch-detect.patch
-}
-
-package() {
-  cd debootstrap-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
-}

Copied: debootstrap/repos/community-any/PKGBUILD (from rev 512586, 
debootstrap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 22:06:22 UTC (rev 512587)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=debootstrap
+pkgver=1.0.116
+pkgrel=1
+pkgdesc="Bootstrap a basic Debian system"
+arch=('any')
+license=('GPL')
+url="https://tracker.debian.org/pkg/debootstrap;
+depends=('wget' 'binutils')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/debootstrap/archive/$pkgver.tar.gz;
+arch-detect.patch)
+optdepends=('gnupg: check release signatures'
+'debian-archive-keyring: check release signatures for Debian'
+'ubuntu-keyring: check release signatures for Ubuntu')
+sha512sums=('4b81bc56c6ac6e210aaceb06013882ba3cfe777d4173fd89d38a279fe57425302b86b2fb00ea2e19df2abfb7058909e1eb628f74f241612d865044b32e3481a4'
+
'd70a9d096d1692f71970cc818515bd783a6031bfe2d2857134eabf6fd36e4137152ebafa8e2d4ae7c8cb442c8532cd4192715b286e38b4d947b0b467e9ed54a5')
+
+prepare() {
+  cd debootstrap-$pkgver
+
+  sed -i 's/sbin/bin/g' Makefile
+
+  # Debian defaults
+  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
+
+  # Detect Architecture
+  patch -p1 -i ../arch-detect.patch
+}
+
+package() {
+  cd debootstrap-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
+}

Deleted: arch-detect.patch
===
--- arch-detect.patch   2019-10-03 22:06:19 UTC (rev 512586)
+++ arch-detect.patch   2019-10-03 22:06:22 UTC (rev 512587)
@@ -1,21 +0,0 @@
-diff --git a/debootstrap b/debootstrap
-index fcdb20f..184900d 100755
 a/debootstrap
-+++ b/debootstrap
-@@ -427,6 +427,16 @@ elif in_path udpkg && \
-   HOST_ARCH=$(/usr/bin/udpkg --print-architecture)
- elif [ -e "$DEBOOTSTRAP_DIR/arch" ]; then
-   HOST_ARCH=$(cat "$DEBOOTSTRAP_DIR/arch")
-+elif in_path pacman; then
-+  # pacman 5.1 will have `pacman-conf Architecture`
-+  CARCH="$(bash -c '. /etc/makepkg.conf && echo $CARCH')"
-+  case "$CARCH" in
-+  "i686")   HOST_ARCH="i386" ;;
-+  "x86_64") HOST_ARCH="amd64" ;;
-+  "armv7h") HOST_ARCH="armhf" ;;
-+  "aarch64") HOST_ARCH="arm64" ;;
-+  *) echo "Unknown architecture: $CARCH" && exit 1
-+  esac
- fi
- HOST_OS="$HOST_ARCH"
- # basic host OS guessing for non-Debian systems

Copied: debootstrap/repos/community-any/arch-detect.patch (from rev 512586, 
debootstrap/trunk/arch-detect.patch)
===
--- arch-detect.patch   

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

2019-10-03 Thread Felix Yan via arch-commits
Date: Thursday, October 3, 2019 @ 22:05:29
  Author: felixonmars
Revision: 512584

upgpkg: python-pytest 5.2.0-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 22:02:30 UTC (rev 512583)
+++ PKGBUILD2019-10-03 22:05:29 UTC (rev 512584)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.1.3
+pkgver=5.2.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('be56bae0680ee1c96a5159002c9ecab1aa5a13cd25bd9f5e13b30a9266bad5b326473f588417528083cfab6a9538629f42f06f2eaa29a1bfce6abe011f191983')
+sha512sums=('37cfd18cea0c92bb4202b03b6afde9896a2517b97a3a20c9d7fc47c3b1ae304de188feb695f805ee5480e887408b419c29659523d73f44dd42aab623505237fc')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2019-10-03 Thread Felix Yan via arch-commits
Date: Thursday, October 3, 2019 @ 22:05:32
  Author: felixonmars
Revision: 512585

archrelease: copy trunk to community-testing-any

Added:
  python-pytest/repos/community-testing-any/
  python-pytest/repos/community-testing-any/PKGBUILD
(from rev 512584, python-pytest/trunk/PKGBUILD)

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

Copied: python-pytest/repos/community-testing-any/PKGBUILD (from rev 512584, 
python-pytest/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-10-03 22:05:32 UTC (rev 512585)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgname=python-pytest
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="https://pytest.org/;
+depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
+ 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata')
+makedepends=('python-setuptools-scm')
+checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 
'python-hypothesis'
+  'python-argcomplete' 'python-xmlschema'
+  # Unlisted, but actually used. Check again after a while:
+  'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
+  'python-jinja' 'python-pexpect')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
+sha512sums=('37cfd18cea0c92bb4202b03b6afde9896a2517b97a3a20c9d7fc47c3b1ae304de188feb695f805ee5480e887408b419c29659523d73f44dd42aab623505237fc')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pytest-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
+
+  cd pytest-$pkgver
+  python setup.py egg_info
+  PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not 
test_collect_pyargs_with_testpaths'
+}
+
+package() {
+  cd pytest-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-10-03 Thread Felix Yan via arch-commits
Date: Thursday, October 3, 2019 @ 22:02:30
  Author: felixonmars
Revision: 512583

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 22:02:26 UTC (rev 512582)
+++ PKGBUILD2019-10-03 22:02:30 UTC (rev 512583)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-elasticsearch
-pkgname=('python-elasticsearch' 'python2-elasticsearch')
-pkgver=7.0.4
-pkgrel=1
-arch=('any')
-pkgdesc='Python client for Elasticsearch'
-url='https://github.com/elastic/elasticsearch-py'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-urllib3' 
'python2-urllib3')
-checkdepends=('python-nose' 'python2-nose' 'python-requests' 
'python2-requests' 'python-coverage'
-  'python2-coverage' 'python-mock' 'python2-mock' 'python-pyaml' 
'python2-pyaml'
-  'python-nosexcover' 'python2-nosexcover')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/elastic/elasticsearch-py/archive/$pkgver.tar.gz;)
-sha512sums=('f59c095c4adf9e5896143ee195bb31a8dcb33e511c9679e115f6fcf162281d1c4b6b5ed69e16c31f2e082f86df703714d1fe3699f2102400476f97ada10dd918')
-
-prepare() {
-  sed -i 's/urllib3<.*,>/urllib3>/' elasticsearch-py-$pkgver/setup.py
-  cp -a elasticsearch-py-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/elasticsearch-py-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/elasticsearch-py-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/elasticsearch-py-$pkgver
-  # https://github.com/elastic/elasticsearch-py/issues/816
-  # python setup.py test
-
-  cd "$srcdir"/elasticsearch-py-$pkgver-py2
-  # python2 setup.py test
-}
-
-package_python-elasticsearch() {
-  depends=('python-urllib3')
-
-  cd elasticsearch-py-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-}
-
-package_python2-elasticsearch() {
-  depends=('python2-urllib3')
-
-  cd elasticsearch-py-$pkgver-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-elasticsearch/repos/community-any/PKGBUILD (from rev 512582, 
python-elasticsearch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 22:02:30 UTC (rev 512583)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-elasticsearch
+pkgname=('python-elasticsearch' 'python2-elasticsearch')
+pkgver=7.0.5
+pkgrel=1
+arch=('any')
+pkgdesc='Python client for Elasticsearch'
+url='https://github.com/elastic/elasticsearch-py'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-urllib3' 
'python2-urllib3')
+checkdepends=('python-nose' 'python2-nose' 'python-requests' 
'python2-requests' 'python-coverage'
+  'python2-coverage' 'python-mock' 'python2-mock' 'python-pyaml' 
'python2-pyaml'
+  'python-nosexcover' 'python2-nosexcover')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/elastic/elasticsearch-py/archive/$pkgver.tar.gz;)
+sha512sums=('c4224cee6f7739ad932036f2afc6ed20ead16829d42f40b79e08d6714b4a247f019175739fb5a93bcea5bba391bd9f54cadcd31d42ff9411da414d08c140049b')
+
+prepare() {
+  sed -i 's/urllib3<.*,>/urllib3>/' elasticsearch-py-$pkgver/setup.py
+  cp -a elasticsearch-py-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/elasticsearch-py-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/elasticsearch-py-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/elasticsearch-py-$pkgver
+  # https://github.com/elastic/elasticsearch-py/issues/816
+  # python setup.py test
+
+  cd "$srcdir"/elasticsearch-py-$pkgver-py2
+  # python2 setup.py test
+}
+
+package_python-elasticsearch() {
+  depends=('python-urllib3')
+
+  cd elasticsearch-py-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+}
+
+package_python2-elasticsearch() {
+  depends=('python2-urllib3')
+
+  cd elasticsearch-py-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}


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

2019-10-03 Thread Konstantin Gizdov via arch-commits
Date: Thursday, October 3, 2019 @ 22:01:45
  Author: kgizdov
Revision: 512581

archrelease: copy trunk to community-testing-x86_64

Added:
  tensorflow/repos/community-testing-x86_64/
  tensorflow/repos/community-testing-x86_64/PKGBUILD
(from rev 512580, tensorflow/trunk/PKGBUILD)

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

Copied: tensorflow/repos/community-testing-x86_64/PKGBUILD (from rev 512580, 
tensorflow/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-10-03 22:01:45 UTC (rev 512581)
@@ -0,0 +1,247 @@
+# Maintainer: Sven-Hendrik Haase 
+# Co-Maintainer: Konstantin Gizdov (kgizdov) 
+# Contributor: Adria Arrufat (archdria) 
+# Contributor: Thibault Lorrain (fredszaq) 
+
+pkgbase=tensorflow
+pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
+pkgver=2.0.0
+_pkgver=2.0.0
+pkgrel=2
+pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
+url="https://www.tensorflow.org/;
+license=('APACHE')
+arch=('x86_64')
+depends=('c-ares')
+makedepends=('bazel' 'python-numpy' 'cuda' 'nvidia-utils' 'nccl' 'git' 'gcc'
+ 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools' 
'python-h5py'
+ 'python-keras-applications' 'python-keras-preprocessing')
+optdepends=('tensorboard: Tensorflow visualization toolkit')
+source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;)
+sha512sums=('c3a2cb9673d2ade8e83961f7d944165123d0e4d94e6ca4d8fdee4f02f536893b879bbbf78d3ad5e557467b58f97f7194f2d9cfc64d7d05540969be732070eecc')
+
+get_pyver () {
+python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
+}
+
+prepare() {
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-cuda
+
+  # These environment variables influence the behavior of the configure call 
below.
+  export PYTHON_BIN_PATH=/usr/bin/python
+  export USE_DEFAULT_PYTHON_LIB_PATH=1
+  export TF_NEED_JEMALLOC=1
+  export TF_NEED_KAFKA=0
+  export TF_NEED_OPENCL_SYCL=0
+  export TF_NEED_AWS=0
+  export TF_NEED_GCP=0
+  export TF_NEED_HDFS=0
+  export TF_NEED_S3=0
+  export TF_ENABLE_XLA=1
+  export TF_NEED_GDR=0
+  export TF_NEED_VERBS=0
+  export TF_NEED_OPENCL=0
+  export TF_NEED_MPI=0
+  export TF_NEED_TENSORRT=0
+  export TF_NEED_NGRAPH=0
+  export TF_NEED_IGNITE=0
+  export TF_NEED_ROCM=0
+  export TF_SET_ANDROID_WORKSPACE=0
+  export TF_DOWNLOAD_CLANG=0
+  export TF_NCCL_VERSION=2.4
+  export TF_IGNORE_MAX_BAZEL_VERSION=1
+  export NCCL_INSTALL_PATH=/usr
+  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-8
+  export HOST_CXX_COMPILER_PATH=/usr/bin/gcc-8
+  export TF_CUDA_CLANG=0  # Clang currently disabled because it's not 
compatible at the moment.
+  export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
+  export TF_CUDA_PATHS=/opt/cuda,/usr/lib,/usr
+  export TF_CUDA_VERSION=$(/opt/cuda/bin/nvcc --version | sed -n 's/^.*release 
\(.*\),.*/\1/p')
+  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
/usr/include/cudnn.h)
+  export 
TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.0,5.2,5.3,6.0,6.1,6.2,7.0,7.2,7.5
+}
+
+build() {
+  echo "Building without cuda and without non-x86-64 optimizations"
+  cd "${srcdir}"/tensorflow-${_pkgver}
+  export CC_OPT_FLAGS="-march=x86-64"
+  export TF_NEED_CUDA=0
+  ./configure
+  bazel \
+build --config=opt --incompatible_no_support_tools_in_action_inputs=false \
+  //tensorflow:libtensorflow.so \
+  //tensorflow:libtensorflow_cc.so \
+  //tensorflow:install_headers \
+  //tensorflow/tools/pip_package:build_pip_package
+  bazel-bin/tensorflow/tools/pip_package/build_pip_package "${srcdir}"/tmp
+
+
+  echo "Building without cuda and with non-x86-64 optimizations"
+  cd "${srcdir}"/tensorflow-${_pkgver}-opt
+  export CC_OPT_FLAGS="-march=haswell"
+  export TF_NEED_CUDA=0
+  ./configure
+  bazel \
+build --config=opt --incompatible_no_support_tools_in_action_inputs=false \
+  //tensorflow:libtensorflow.so \
+  //tensorflow:libtensorflow_cc.so \
+  //tensorflow:install_headers \
+  //tensorflow/tools/pip_package:build_pip_package
+  bazel-bin/tensorflow/tools/pip_package/build_pip_package "${srcdir}"/tmpopt
+
+
+  echo "Building with cuda and without non-x86-64 optimizations"
+  cd "${srcdir}"/tensorflow-${_pkgver}-cuda
+  export CC_OPT_FLAGS="-march=x86-64"
+  export TF_NEED_CUDA=1
+  ./configure
+  bazel \
+build --config=opt --incompatible_no_support_tools_in_action_inputs=false \
+  //tensorflow:libtensorflow.so \
+  //tensorflow:libtensorflow_cc.so \
+  //tensorflow:install_headers \
+  

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

2019-10-03 Thread Felix Yan via arch-commits
Date: Thursday, October 3, 2019 @ 22:02:26
  Author: felixonmars
Revision: 512582

upgpkg: python-elasticsearch 7.0.5-1

Modified:
  python-elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 22:01:45 UTC (rev 512581)
+++ PKGBUILD2019-10-03 22:02:26 UTC (rev 512582)
@@ -2,7 +2,7 @@
 
 pkgbase=python-elasticsearch
 pkgname=('python-elasticsearch' 'python2-elasticsearch')
-pkgver=7.0.4
+pkgver=7.0.5
 pkgrel=1
 arch=('any')
 pkgdesc='Python client for Elasticsearch'
@@ -13,7 +13,7 @@
   'python2-coverage' 'python-mock' 'python2-mock' 'python-pyaml' 
'python2-pyaml'
   'python-nosexcover' 'python2-nosexcover')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/elastic/elasticsearch-py/archive/$pkgver.tar.gz;)
-sha512sums=('f59c095c4adf9e5896143ee195bb31a8dcb33e511c9679e115f6fcf162281d1c4b6b5ed69e16c31f2e082f86df703714d1fe3699f2102400476f97ada10dd918')
+sha512sums=('c4224cee6f7739ad932036f2afc6ed20ead16829d42f40b79e08d6714b4a247f019175739fb5a93bcea5bba391bd9f54cadcd31d42ff9411da414d08c140049b')
 
 prepare() {
   sed -i 's/urllib3<.*,>/urllib3>/' elasticsearch-py-$pkgver/setup.py


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

2019-10-03 Thread Felix Yan via arch-commits
Date: Thursday, October 3, 2019 @ 22:00:31
  Author: felixonmars
Revision: 512579

upgpkg: eslint 6.5.1-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 22:00:12 UTC (rev 512578)
+++ PKGBUILD2019-10-03 22:00:31 UTC (rev 512579)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=6.5.0
+pkgver=6.5.1
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -11,14 +11,19 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('2086d25bebca3aa31ab4f992f5acb292ee2dbd6c476368ab89c491b4ecfaf9903920f465817cc42f4bbf8fa76be1e85ad2e82684cc034eac6d98dbb7923f4ee3')
+sha512sums=('df687df41a0b612b53d62ab5bf63fdbb0a72ce74383368d188507a69c8ad2b3e761aa9febcf68c0d44c1d5b622d5637836aba3db0fadf9b8a66141bcdc30b9e4')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
 
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
 
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
   install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
   ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 


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

2019-10-03 Thread Felix Yan via arch-commits
Date: Thursday, October 3, 2019 @ 22:00:35
  Author: felixonmars
Revision: 512580

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 512579, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 22:00:31 UTC (rev 512579)
+++ PKGBUILD2019-10-03 22:00:35 UTC (rev 512580)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=6.5.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='https://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('2086d25bebca3aa31ab4f992f5acb292ee2dbd6c476368ab89c491b4ecfaf9903920f465817cc42f4bbf8fa76be1e85ad2e82684cc034eac6d98dbb7923f4ee3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 512579, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 22:00:35 UTC (rev 512580)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=6.5.1
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='https://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('df687df41a0b612b53d62ab5bf63fdbb0a72ce74383368d188507a69c8ad2b3e761aa9febcf68c0d44c1d5b622d5637836aba3db0fadf9b8a66141bcdc30b9e4')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


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

2019-10-03 Thread Konstantin Gizdov via arch-commits
Date: Thursday, October 3, 2019 @ 22:00:12
  Author: kgizdov
Revision: 512578

cudnn recompile

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 21:51:45 UTC (rev 512577)
+++ PKGBUILD2019-10-03 22:00:12 UTC (rev 512578)
@@ -7,7 +7,7 @@
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
 pkgver=2.0.0
 _pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')


[arch-commits] Commit in spice-vdagent/repos/community-x86_64 (3 files)

2019-10-03 Thread Balló György via arch-commits
Date: Thursday, October 3, 2019 @ 21:51:45
  Author: bgyorgy
Revision: 512577

archrelease: copy trunk to community-x86_64

Added:
  spice-vdagent/repos/community-x86_64/PKGBUILD
(from rev 512576, spice-vdagent/trunk/PKGBUILD)
  spice-vdagent/repos/community-x86_64/gnome-3.34.patch
(from rev 512576, spice-vdagent/trunk/gnome-3.34.patch)
Deleted:
  spice-vdagent/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 +++-
 gnome-3.34.patch |   95 +
 2 files changed, 138 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 21:51:41 UTC (rev 512576)
+++ PKGBUILD2019-10-03 21:51:45 UTC (rev 512577)
@@ -1,37 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: mutantmonkey 
-
-pkgname=spice-vdagent
-pkgver=0.19.0
-pkgrel=1
-pkgdesc="Spice agent for Linux guests"
-arch=('x86_64')
-url="https://www.spice-space.org/;
-license=('GPL')
-depends=('alsa-lib' 'dbus' 'glib2' 'gtk3' 'libdrm' 'libpciaccess' 'libxfixes' 
'libxinerama' 'libxrandr' 'systemd')
-makedepends=('spice-protocol')
-backup=('etc/conf.d/spice-vdagentd')
-source=("https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('63a77c611c84f8120519a78a30256e43e159085831ac82de71643db643972f65')
-
-prepare() {
-   cd $pkgname-$pkgver
-   sed -i 's|/etc/sysconfig/spice-vdagentd|/etc/conf.d/spice-vdagentd|
-   s|/usr/sbin/spice-vdagentd|/usr/bin/spice-vdagentd|' 
data/spice-vdagentd.service
-   sed -i 's|/etc/sysconfig/spice-vdagentd|/etc/conf.d/spice-vdagentd|' 
data/spice-vdagentd.1.in
-}
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
-   --with-session-info=systemd --with-init-script=systemd
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   rm -r "$pkgdir/var"
-   install -dm755 "$pkgdir/etc/conf.d/"
-   echo 'SPICE_VDAGENTD_EXTRA_ARGS=""' > 
"$pkgdir/etc/conf.d/spice-vdagentd"
-}

Copied: spice-vdagent/repos/community-x86_64/PKGBUILD (from rev 512576, 
spice-vdagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 21:51:45 UTC (rev 512577)
@@ -0,0 +1,43 @@
+# Maintainer: Balló György 
+# Contributor: mutantmonkey 
+
+pkgname=spice-vdagent
+pkgver=0.19.0
+pkgrel=2
+pkgdesc="Spice agent for Linux guests"
+arch=('x86_64')
+url="https://www.spice-space.org/;
+license=('GPL')
+depends=('alsa-lib' 'dbus' 'glib2' 'gtk3' 'libdrm' 'libpciaccess' 'libxfixes' 
'libxinerama' 'libxrandr' 'systemd')
+makedepends=('spice-protocol')
+backup=('etc/conf.d/spice-vdagentd')
+source=("https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2;
+"gnome-3.34.patch")
+sha256sums=('63a77c611c84f8120519a78a30256e43e159085831ac82de71643db643972f65'
+'cde285aba68b2949bc2ae4b5351691a3fd0b6d5a618623ea6d1a420c7ec56c7d')
+
+prepare() {
+   cd $pkgname-$pkgver
+
+   # Fix session lookup for new GNOME versions
+   patch -Np1 -i ../gnome-3.34.patch
+
+   sed -i 's|/etc/sysconfig/spice-vdagentd|/etc/conf.d/spice-vdagentd|
+   s|/usr/sbin/spice-vdagentd|/usr/bin/spice-vdagentd|' 
data/spice-vdagentd.service
+   sed -i 's|/etc/sysconfig/spice-vdagentd|/etc/conf.d/spice-vdagentd|' 
data/spice-vdagentd.1.in
+}
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
+   --with-session-info=systemd --with-init-script=systemd
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+   rm -r "$pkgdir/var"
+   install -dm755 "$pkgdir/etc/conf.d/"
+   echo 'SPICE_VDAGENTD_EXTRA_ARGS=""' > 
"$pkgdir/etc/conf.d/spice-vdagentd"
+}

Copied: spice-vdagent/repos/community-x86_64/gnome-3.34.patch (from rev 512576, 
spice-vdagent/trunk/gnome-3.34.patch)
===
--- gnome-3.34.patch(rev 0)
+++ gnome-3.34.patch2019-10-03 21:51:45 UTC (rev 512577)
@@ -0,0 +1,95 @@
+From a494b8e799715ddf934ff4bd92a358a66204eb83 Mon Sep 17 00:00:00 2001
+From: Benjamin Berg 
+Date: Fri, 13 Sep 2019 17:00:27 +0200
+Subject: [PATCH] vdagentd: Fix session lookup for new GNOME versions
+
+New GNOME versions have started to manage the session using the systemd
+user instance. The effect of this is that the spice-vdagent running in
+the user session is forked off (indirectly) from the systemd user
+instance and does technically not belong to any session.
+
+The correct way of handling this situation is to simply assume that the
+process belongs to the users graphical session. Add a heuristic to 

[arch-commits] Commit in spice-vdagent/trunk (PKGBUILD gnome-3.34.patch)

2019-10-03 Thread Balló György via arch-commits
Date: Thursday, October 3, 2019 @ 21:51:41
  Author: bgyorgy
Revision: 512576

upgpkg: spice-vdagent 0.19.0-2

Fix session lookup for new GNOME versions

Added:
  spice-vdagent/trunk/gnome-3.34.patch
Modified:
  spice-vdagent/trunk/PKGBUILD

--+
 PKGBUILD |   12 +-
 gnome-3.34.patch |   95 +
 2 files changed, 104 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 21:51:10 UTC (rev 512575)
+++ PKGBUILD2019-10-03 21:51:41 UTC (rev 512576)
@@ -3,7 +3,7 @@
 
 pkgname=spice-vdagent
 pkgver=0.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Spice agent for Linux guests"
 arch=('x86_64')
 url="https://www.spice-space.org/;
@@ -11,11 +11,17 @@
 depends=('alsa-lib' 'dbus' 'glib2' 'gtk3' 'libdrm' 'libpciaccess' 'libxfixes' 
'libxinerama' 'libxrandr' 'systemd')
 makedepends=('spice-protocol')
 backup=('etc/conf.d/spice-vdagentd')
-source=("https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('63a77c611c84f8120519a78a30256e43e159085831ac82de71643db643972f65')
+source=("https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2;
+"gnome-3.34.patch")
+sha256sums=('63a77c611c84f8120519a78a30256e43e159085831ac82de71643db643972f65'
+'cde285aba68b2949bc2ae4b5351691a3fd0b6d5a618623ea6d1a420c7ec56c7d')
 
 prepare() {
cd $pkgname-$pkgver
+
+   # Fix session lookup for new GNOME versions
+   patch -Np1 -i ../gnome-3.34.patch
+
sed -i 's|/etc/sysconfig/spice-vdagentd|/etc/conf.d/spice-vdagentd|
s|/usr/sbin/spice-vdagentd|/usr/bin/spice-vdagentd|' 
data/spice-vdagentd.service
sed -i 's|/etc/sysconfig/spice-vdagentd|/etc/conf.d/spice-vdagentd|' 
data/spice-vdagentd.1.in

Added: gnome-3.34.patch
===
--- gnome-3.34.patch(rev 0)
+++ gnome-3.34.patch2019-10-03 21:51:41 UTC (rev 512576)
@@ -0,0 +1,95 @@
+From a494b8e799715ddf934ff4bd92a358a66204eb83 Mon Sep 17 00:00:00 2001
+From: Benjamin Berg 
+Date: Fri, 13 Sep 2019 17:00:27 +0200
+Subject: [PATCH] vdagentd: Fix session lookup for new GNOME versions
+
+New GNOME versions have started to manage the session using the systemd
+user instance. The effect of this is that the spice-vdagent running in
+the user session is forked off (indirectly) from the systemd user
+instance and does technically not belong to any session.
+
+The correct way of handling this situation is to simply assume that the
+process belongs to the users graphical session. Add a heuristic to find
+the graphical session based on the UID, fixing spice-vdagent running on
+GNOME 3.34 with systemd integration.
+---
+ src/vdagentd/systemd-login.c | 58 +---
+ 1 file changed, 54 insertions(+), 4 deletions(-)
+
+diff --git a/src/vdagentd/systemd-login.c b/src/vdagentd/systemd-login.c
+index a11b66d..2e237ae 100644
+--- a/src/vdagentd/systemd-login.c
 b/src/vdagentd/systemd-login.c
+@@ -286,15 +286,65 @@ const char *session_info_get_active_session(struct 
session_info *si)
+ 
+ char *session_info_session_for_pid(struct session_info *si, uint32_t pid)
+ {
++int i;
+ int r;
++GStrv sessions = NULL;
+ char *session = NULL;
++uid_t uid;
+ 
+ r = sd_pid_get_session(pid, );
+-if (r < 0)
+-syslog(LOG_ERR, "Error getting session for pid %u: %s",
+-pid, strerror(-r));
+-else if (si->verbose)
++if (r >= 0)
++goto out;
++
++/* If we could not get a session for the pid then the agent is probably
++ * running in a systemd managed session. In that case we simply assume
++ * it is actually part of the newest graphical session we can find. */
++r = sd_pid_get_owner_uid(pid, );
++if (r < 0) {
++syslog(LOG_ERR, "Error getting owner UID for pid %u: %s",
++   pid, strerror(-r));
++goto out;
++}
++
++r = sd_uid_get_sessions(uid, 0, );
++if (r < 0) {
++syslog(LOG_ERR, "Error getting sessions for UID %d: %s",
++   (int) uid, strerror(-r));
++goto out;
++}
++
++for (i = 0; sessions[i] != NULL; i++) {
++char *session_type = NULL;
++
++r = sd_session_get_type(sessions[i], _type);
++
++if (r < 0) {
++syslog(LOG_ERR, "Error getting session type for session %s: %s",
++   sessions[i], strerror(-r));
++continue;
++}
++
++if (g_strcmp0(session_type, "wayland") == 0 ||
++g_strcmp0(session_type, "x11") == 0 ||
++g_strcmp0(session_type, "mir") == 0) {
++
++/* We prefer the newest session (i.e. last entry) from the
++ * user, assuming that any old session that still exist has
++ * just not yet died properly. */
++if (session != NULL)
++

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

2019-10-03 Thread Felix Yan via arch-commits
Date: Thursday, October 3, 2019 @ 21:51:10
  Author: felixonmars
Revision: 512575

archrelease: copy trunk to community-any

Added:
  python-lark-parser/repos/community-any/PKGBUILD
(from rev 512574, python-lark-parser/trunk/PKGBUILD)
Deleted:
  python-lark-parser/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 21:51:07 UTC (rev 512574)
+++ PKGBUILD2019-10-03 21:51:10 UTC (rev 512575)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-lark-parser
-pkgname=(python-lark-parser python2-lark-parser)
-pkgver=0.7.5
-_nearley_commit=a46b37471db486db0f6e1ce6a2934fb238346b44
-pkgrel=1
-pkgdesc="A modern parsing library"
-url="https://github.com/lark-parser/lark;
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-js2py' 'python2-js2py')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/lark-parser/lark/archive/$pkgver.tar.gz;
-
"nearley-$_nearley_commit.tar.gz::https://github.com/kach/nearley/archive/$_nearley_commit.tar.gz;)
-sha512sums=('fcca7b6910af51154b7539da609cde11966ea5103b4bd5089b3614dff8c41cc1366fcbf23074aaa27817a91d589fcac5aca77f0aefe983669fef8fc6635d6b0f'
-
'fe14909f8a1d1626f8a632e8d48bf83602923f468b7bbb819557b85ab5e384cb042241ba15525e9850f2bbd65cad12497ed0b7ff6bc86c04d78b63d0c1bb66b4')
-
-prepare() { 
-  rmdir lark-$pkgver/tests/test_nearley/nearley
-  ln -s "$srcdir"/nearley-$_nearley_commit 
lark-$pkgver/tests/test_nearley/nearley
-}
-
-build() {
-  cd lark-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd lark-$pkgver
-  python -m tests
-  python2 -m tests
-}
-
-package_python-lark-parser() {
-  depends=('python')
-
-  cd lark-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-lark-parser() {
-  depends=('python2')
-
-  cd lark-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-lark-parser/repos/community-any/PKGBUILD (from rev 512574, 
python-lark-parser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 21:51:10 UTC (rev 512575)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-lark-parser
+pkgname=(python-lark-parser python2-lark-parser)
+pkgver=0.7.7
+_nearley_commit=a46b37471db486db0f6e1ce6a2934fb238346b44
+pkgrel=1
+pkgdesc="A modern parsing library"
+url="https://github.com/lark-parser/lark;
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-js2py' 'python2-js2py')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/lark-parser/lark/archive/$pkgver.tar.gz;
+
"nearley-$_nearley_commit.tar.gz::https://github.com/kach/nearley/archive/$_nearley_commit.tar.gz;)
+sha512sums=('380dc98daf9bec94d3fcfe9451e4537ec2a88682472b35c924631cadfc4e497fb9a520dab16ab6bf97d350fed57e95d2dbc2a1001a52dd01d897aef8d7dc2dfe'
+
'fe14909f8a1d1626f8a632e8d48bf83602923f468b7bbb819557b85ab5e384cb042241ba15525e9850f2bbd65cad12497ed0b7ff6bc86c04d78b63d0c1bb66b4')
+
+prepare() { 
+  rmdir lark-$pkgver/tests/test_nearley/nearley
+  ln -s "$srcdir"/nearley-$_nearley_commit 
lark-$pkgver/tests/test_nearley/nearley
+}
+
+build() {
+  cd lark-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd lark-$pkgver
+  python -m tests
+  python2 -m tests
+}
+
+package_python-lark-parser() {
+  depends=('python')
+
+  cd lark-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-lark-parser() {
+  depends=('python2')
+
+  cd lark-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-10-03 Thread Felix Yan via arch-commits
Date: Thursday, October 3, 2019 @ 21:51:07
  Author: felixonmars
Revision: 512574

upgpkg: python-lark-parser 0.7.7-1

Modified:
  python-lark-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 21:43:58 UTC (rev 512573)
+++ PKGBUILD2019-10-03 21:51:07 UTC (rev 512574)
@@ -2,7 +2,7 @@
 
 pkgbase=python-lark-parser
 pkgname=(python-lark-parser python2-lark-parser)
-pkgver=0.7.5
+pkgver=0.7.7
 _nearley_commit=a46b37471db486db0f6e1ce6a2934fb238346b44
 pkgrel=1
 pkgdesc="A modern parsing library"
@@ -13,7 +13,7 @@
 checkdepends=('python-js2py' 'python2-js2py')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/lark-parser/lark/archive/$pkgver.tar.gz;
 
"nearley-$_nearley_commit.tar.gz::https://github.com/kach/nearley/archive/$_nearley_commit.tar.gz;)
-sha512sums=('fcca7b6910af51154b7539da609cde11966ea5103b4bd5089b3614dff8c41cc1366fcbf23074aaa27817a91d589fcac5aca77f0aefe983669fef8fc6635d6b0f'
+sha512sums=('380dc98daf9bec94d3fcfe9451e4537ec2a88682472b35c924631cadfc4e497fb9a520dab16ab6bf97d350fed57e95d2dbc2a1001a52dd01d897aef8d7dc2dfe'
 
'fe14909f8a1d1626f8a632e8d48bf83602923f468b7bbb819557b85ab5e384cb042241ba15525e9850f2bbd65cad12497ed0b7ff6bc86c04d78b63d0c1bb66b4')
 
 prepare() { 


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

2019-10-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, October 3, 2019 @ 21:46:19
  Author: anatolik
Revision: 363718

archrelease: copy trunk to testing-x86_64

Added:
  virglrenderer/repos/testing-x86_64/
  virglrenderer/repos/testing-x86_64/PKGBUILD
(from rev 363717, virglrenderer/trunk/PKGBUILD)

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

Copied: virglrenderer/repos/testing-x86_64/PKGBUILD (from rev 363717, 
virglrenderer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-03 21:46:19 UTC (rev 363718)
@@ -0,0 +1,26 @@
+# Maintainer:  Anatol Pomozov 
+
+pkgname=virglrenderer
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='A virtual 3D GPU library, that allows the guest operating system to 
use the host GPU to accelerate 3D rendering'
+arch=(x86_64)
+url='https://virgil3d.github.io/'
+license=(MIT)
+depends=(libepoxy mesa)
+makedepends=(python)
+source=(https://github.com/freedesktop/virglrenderer/archive/virglrenderer-$pkgver.zip)
+sha1sums=('44f673cabc2e4d3eea6c22f70fb6814bd0c1d732')
+
+build() {
+  cd virglrenderer-virglrenderer-$pkgver 
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd virglrenderer-virglrenderer-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2019-10-03 Thread Felix Yan via arch-commits
Date: Thursday, October 3, 2019 @ 21:43:35
  Author: felixonmars
Revision: 512572

upgpkg: nodejs 12.11.1-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 20:49:43 UTC (rev 512571)
+++ PKGBUILD2019-10-03 21:43:35 UTC (rev 512572)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=12.11.0
+pkgver=12.11.1
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('cb6c909f20bd1e7cfa12243b3e3852fcf48377ecfc5a669b9865291b6152c071dd92e7f62e1f241bc0720078cef51a9c5b476cc1272d01c5c741658634c814fc')
+sha512sums=('1088a51beed27ffb8a8e779610ad7eb198252e048d91d8dad7ef9bbafee9607e22c5e85b9bb525a34c2e655a7dee2cf815ad196fb951d01b403e9ae594f7250b')
 
 prepare() {
   cd node-$pkgver


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

2019-10-03 Thread Felix Yan via arch-commits
Date: Thursday, October 3, 2019 @ 21:43:58
  Author: felixonmars
Revision: 512573

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 21:43:35 UTC (rev 512572)
+++ PKGBUILD2019-10-03 21:43:58 UTC (rev 512573)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=12.11.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('cb6c909f20bd1e7cfa12243b3e3852fcf48377ecfc5a669b9865291b6152c071dd92e7f62e1f241bc0720078cef51a9c5b476cc1272d01c5c741658634c814fc')
-
-prepare() {
-  cd node-$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-cares \
---shared-nghttp2
-# --shared-v8
-# --shared-http-parser
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  # Expected failure: https://github.com/nodejs/node/issues/11627
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 512572, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 21:43:58 UTC (rev 512573)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=12.11.1
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
+sha512sums=('1088a51beed27ffb8a8e779610ad7eb198252e048d91d8dad7ef9bbafee9607e22c5e85b9bb525a34c2e655a7dee2cf815ad196fb951d01b403e9ae594f7250b')
+
+prepare() {
+  cd node-$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-cares \
+--shared-nghttp2
+# --shared-v8
+# --shared-http-parser
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set 

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

2019-10-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, October 3, 2019 @ 21:26:15
  Author: anatolik
Revision: 363716

archrelease: copy trunk to testing-x86_64

Added:
  virglrenderer/repos/testing-x86_64/
  virglrenderer/repos/testing-x86_64/PKGBUILD
(from rev 363715, virglrenderer/trunk/PKGBUILD)

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

Copied: virglrenderer/repos/testing-x86_64/PKGBUILD (from rev 363715, 
virglrenderer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-03 21:26:15 UTC (rev 363716)
@@ -0,0 +1,26 @@
+# Maintainer:  Anatol Pomozov 
+
+pkgname=virglrenderer
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='A virtual 3D GPU library, that allows the guest operating system to 
use the host GPU to accelerate 3D rendering'
+arch=(x86_64)
+url='https://virgil3d.github.io/'
+license=(MIT)
+depends=(libepoxy mesa)
+makedepends=(python)
+source=(https://github.com/freedesktop/virglrenderer/archive/virglrenderer-$pkgver.zip)
+sha1sums=('44f673cabc2e4d3eea6c22f70fb6814bd0c1d732')
+
+build() {
+  cd virglrenderer-virglrenderer-$pkgver 
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd virglrenderer-virglrenderer-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2019-10-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, October 3, 2019 @ 21:24:03
  Author: anatolik
Revision: 363714

archrelease: copy trunk to testing-x86_64

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

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

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 363713, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2019-10-03 21:24:03 UTC (rev 363714)
@@ -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 363713, 
qemu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-03 21:24:03 UTC (rev 363714)
@@ -0,0 +1,217 @@
+# 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=4.1.0
+pkgrel=2
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="https://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir)
+depends=(virglrenderer sdl2 vte3 libpulse "${_headlessdeps[@]}")
+makedepends=(spice-protocol python2 ceph libiscsi glusterfs python-sphinx)
+source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
+qemu-ga.service
+65-kvm.rules)
+sha512sums=('82fd51702a7b9b1b00b2f1bd3b4a832b80249018dbba1add0b0a73e7d4bee452afd45574b4d8df7ce4477d8711f3bda4ca072a1a6de25895c93eb21cf78fc4b2'
+'SKIP'
+
'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}
+  #sed -i 's/vte-2\.90/vte-2.91/g' configure
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl"
+
+  _build headless \
+--audio-drv-list= \
+--disable-bluez \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  # qemu vs. make 4 == bad
+  export ARFLAGS=rv
+
+  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
+  export CFLAGS+=" -fPIC"
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--python=/usr/bin/python2 \
+--smbd=/usr/bin/smbd \
+--enable-modules \
+--enable-sdl \
+--enable-jemalloc \
+"${@: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'
+   'qemu-block-iscsi: iSCSI block support'
+   'qemu-block-rbd: RBD block support'
+   'qemu-block-gluster: glusterfs block support')
+  install=qemu.install
+  options=(!strip)
+
+  make -C build-$1 DESTDIR="$pkgdir" install "${@:2}"
+
+  # systemd stuff
+  install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
+
+  # remove conflicting /var/run directory
+  cd "$pkgdir"
+  rm -r var
+
+  cd usr/lib
+  tidy_strip
+
+  # bridge_helper needs suid
+  # https://bugs.archlinux.org/task/32565
+  chmod u+s qemu/qemu-bridge-helper
+
+  # remove split block modules
+  rm qemu/block-{iscsi,rbd,gluster}.so
+
+  cd ../bin
+  tidy_strip
+
+  # remove extra arch
+  for _bin in qemu-*; do
+[[ -f $_bin ]] || continue
+
+case ${_bin#qemu-} in
+  # guest 

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

2019-10-03 Thread Anatol Pomozov via arch-commits
Date: Thursday, October 3, 2019 @ 21:23:28
  Author: anatolik
Revision: 363713

upgpkg: qemu 4.1.0-2

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 20:46:31 UTC (rev 363712)
+++ PKGBUILD2019-10-03 21:23:28 UTC (rev 363713)
@@ -6,7 +6,7 @@
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="https://wiki.qemu.org/;


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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 20:49:40
  Author: aginiewicz
Revision: 512570

upgpkg: python-traitsui 6.1.3-1

python-traitsui: new upstream release

Modified:
  python-traitsui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 20:45:41 UTC (rev 512569)
+++ PKGBUILD2019-10-03 20:49:40 UTC (rev 512570)
@@ -1,7 +1,7 @@
 # Maintainer: Andrzej Giniewicz 
 
 pkgname='python-traitsui'
-pkgver=6.1.2
+pkgver=6.1.3
 pkgrel=1
 pkgdesc="Traits-capable user interfaces"
 arch=('any')
@@ -10,18 +10,15 @@
 depends=('python-pyface')
 makedepends=('python-setuptools')
 
source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz;)
-sha256sums=('53a6f176bfab9d94035ef77dceb467539b712f147f4d8ae4cf6cd22244f219d3')
+sha256sums=('476159eafbeac48dc4741b2a3a371dd21ba68665cfd4b17fd88f6df9db2e1a47')
 
 build() {
   cd "$srcdir"/traitsui-$pkgver
-
   python setup.py build
 }
 
 package() {
   cd "$srcdir"/traitsui-$pkgver
-
   python setup.py install --root="$pkgdir"/ --optimize=1
-
   install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 20:49:43
  Author: aginiewicz
Revision: 512571

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 20:49:40 UTC (rev 512570)
+++ PKGBUILD2019-10-03 20:49:43 UTC (rev 512571)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname='python-traitsui'
-pkgver=6.1.2
-pkgrel=1
-pkgdesc="Traits-capable user interfaces"
-arch=('any')
-url="https://github.com/enthought/traitsui;
-license=('BSD')
-depends=('python-pyface')
-makedepends=('python-setuptools')
-source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz;)
-sha256sums=('53a6f176bfab9d94035ef77dceb467539b712f147f4d8ae4cf6cd22244f219d3')
-
-build() {
-  cd "$srcdir"/traitsui-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/traitsui-$pkgver
-
-  python setup.py install --root="$pkgdir"/ --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-traitsui/repos/community-any/PKGBUILD (from rev 512570, 
python-traitsui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 20:49:43 UTC (rev 512571)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname='python-traitsui'
+pkgver=6.1.3
+pkgrel=1
+pkgdesc="Traits-capable user interfaces"
+arch=('any')
+url="https://github.com/enthought/traitsui;
+license=('BSD')
+depends=('python-pyface')
+makedepends=('python-setuptools')
+source=("traitsui-${pkgver}.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz;)
+sha256sums=('476159eafbeac48dc4741b2a3a371dd21ba68665cfd4b17fd88f6df9db2e1a47')
+
+build() {
+  cd "$srcdir"/traitsui-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/traitsui-$pkgver
+  python setup.py install --root="$pkgdir"/ --optimize=1
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Thursday, October 3, 2019 @ 20:46:31
  Author: heftig
Revision: 363712

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  456 ++---
 1 file changed, 228 insertions(+), 228 deletions(-)

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

[arch-commits] Commit in firefox/repos/extra-x86_64 (11 files)

2019-10-03 Thread Jan Steffens via arch-commits
Date: Thursday, October 3, 2019 @ 20:46:20
  Author: heftig
Revision: 363711

archrelease: copy trunk to extra-x86_64

Added:
  
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 363710, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 363710, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-symbolic.svg
(from rev 363710, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 363710, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/hack-buildsymbols.patch
(from rev 363710, firefox/trunk/hack-buildsymbols.patch)
  firefox/repos/extra-x86_64/upload-symbol-archive
(from rev 363710, firefox/trunk/upload-symbol-archive)
Deleted:
  
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-symbolic.svg
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/upload-symbol-archive

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  112 +-
 PKGBUILD   |  402 
 firefox-symbolic.svg   |  128 +-
 firefox.desktop|  680 +++
 hack-buildsymbols.patch|   47 +
 upload-symbol-archive  |   50 -
 6 files changed, 757 insertions(+), 662 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2019-10-03 
20:45:56 UTC (rev 363710)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-10-03 
20:46:20 UTC (rev 363711)
@@ -1,56 +0,0 @@
-From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
-Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp | 6 +-
- widget/gtk/nsAppShell.cpp   | 7 +++
- 2 files changed, 4 insertions(+), 9 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 0b808ef215f06..28911c0ffeaec 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 0686ff814916b..ae4a4ea55f420 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -171,10 +172,8 @@ nsresult nsAppShell::Init() {
- // option when program uses gdk_set_program_class().
- //
- // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
--nsAutoString brandName;
--mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--if (!brandName.IsEmpty()) {
--  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+if (gAppData) {
-+  gdk_set_program_class(gAppData->remotingName);
- }
-   }
- 
--- 
-2.21.0
-

Copied: 
firefox/repos/extra-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 363710, 
firefox/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-10-03 
20:46:20 UTC (rev 363711)
@@ -0,0 +1,56 @@
+From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
+Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 +++
+ 2 files changed, 4 insertions(+), 9 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index 0b808ef215f06..28911c0ffeaec 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ 

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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 20:45:38
  Author: aginiewicz
Revision: 512568

upgpkg: python-xlwt 1.3.0-3

python-xlwt: drop python2 support

Modified:
  python-xlwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 20:43:17 UTC (rev 512567)
+++ PKGBUILD2019-10-03 20:45:38 UTC (rev 512568)
@@ -2,48 +2,25 @@
 # Contributor: Aaron DeVore 
 # Contributor: David Moore 
 
-pkgbase=python-xlwt
-pkgname=('python2-xlwt' 'python-xlwt')
+pkgname='python-xlwt'
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library to create spreadsheet files compatible with MS Excel 
97/2000/XP/2003 XLS files"
 arch=('any')
 url="http://www.python-excel.org/;
 license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 source=("https://github.com/python-excel/xlwt/archive/${pkgver}.tar.gz;)
-md5sums=('fb4226ac8f1eb306ed6b74eac075d28f')
+sha256sums=('1961682c6a3cedb44e6a96ff6ed099d80af8da9a669dbbbc1d1959e8398122d6')
 
 build() {
-  cd "$srcdir"
-  cp -a xlwt-${pkgver} xlwt-py2-${pkgver}
-
-  msg "Building Python2"
-  cd "$srcdir"/xlwt-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
   cd "$srcdir"/xlwt-${pkgver}
   python setup.py build
 }
 
-package_python2-xlwt() {
-  depends=('python2')
-
-  cd "$srcdir"/xlwt-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 docs/licenses.rst 
"$pkgdir/usr/share/licenses/$pkgname/licences.rst"
-}
-
-package_python-xlwt() {
-  depends=('python')
-
+package() {
   cd "$srcdir"/xlwt-${pkgver}
-
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
   install -Dm644 docs/licenses.rst 
"$pkgdir/usr/share/licenses/$pkgname/licences.rst"
 }
-


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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 20:45:41
  Author: aginiewicz
Revision: 512569

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 20:45:38 UTC (rev 512568)
+++ PKGBUILD2019-10-03 20:45:41 UTC (rev 512569)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Aaron DeVore 
-# Contributor: David Moore 
-
-pkgbase=python-xlwt
-pkgname=('python2-xlwt' 'python-xlwt')
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="Library to create spreadsheet files compatible with MS Excel 
97/2000/XP/2003 XLS files"
-arch=('any')
-url="http://www.python-excel.org/;
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://github.com/python-excel/xlwt/archive/${pkgver}.tar.gz;)
-md5sums=('fb4226ac8f1eb306ed6b74eac075d28f')
-
-build() {
-  cd "$srcdir"
-  cp -a xlwt-${pkgver} xlwt-py2-${pkgver}
-
-  msg "Building Python2"
-  cd "$srcdir"/xlwt-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/xlwt-${pkgver}
-  python setup.py build
-}
-
-package_python2-xlwt() {
-  depends=('python2')
-
-  cd "$srcdir"/xlwt-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 docs/licenses.rst 
"$pkgdir/usr/share/licenses/$pkgname/licences.rst"
-}
-
-package_python-xlwt() {
-  depends=('python')
-
-  cd "$srcdir"/xlwt-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 docs/licenses.rst 
"$pkgdir/usr/share/licenses/$pkgname/licences.rst"
-}
-

Copied: python-xlwt/repos/community-any/PKGBUILD (from rev 512568, 
python-xlwt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 20:45:41 UTC (rev 512569)
@@ -0,0 +1,26 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Aaron DeVore 
+# Contributor: David Moore 
+
+pkgname='python-xlwt'
+pkgver=1.3.0
+pkgrel=3
+pkgdesc="Library to create spreadsheet files compatible with MS Excel 
97/2000/XP/2003 XLS files"
+arch=('any')
+url="http://www.python-excel.org/;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/python-excel/xlwt/archive/${pkgver}.tar.gz;)
+sha256sums=('1961682c6a3cedb44e6a96ff6ed099d80af8da9a669dbbbc1d1959e8398122d6')
+
+build() {
+  cd "$srcdir"/xlwt-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/xlwt-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 docs/licenses.rst 
"$pkgdir/usr/share/licenses/$pkgname/licences.rst"
+}


[arch-commits] Commit in firefox/trunk (PKGBUILD hack-buildsymbols.patch)

2019-10-03 Thread Jan Steffens via arch-commits
Date: Thursday, October 3, 2019 @ 20:45:56
  Author: heftig
Revision: 363710

69.0.2-1

Added:
  firefox/trunk/hack-buildsymbols.patch
Modified:
  firefox/trunk/PKGBUILD

-+
 PKGBUILD|   66 +++---
 hack-buildsymbols.patch |   47 
 2 files changed, 104 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 19:45:44 UTC (rev 363709)
+++ PKGBUILD2019-10-03 20:45:56 UTC (rev 363710)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=69.0.1
+pkgver=69.0.2
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -21,10 +21,12 @@
 'hunspell-en_US: Spell checking, American English')
 options=(!emptydirs !makeflags !strip)
 
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
+hack-buildsymbols.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 $pkgname.desktop firefox-symbolic.svg)
-sha256sums=('f5f2f592b8296812d43244d6a50c0c57ad11a5324db8e4e79749545482b79033'
+sha256sums=('2904ef954626d2a7f320670ccb7cb5d9060610f091c94190a6cbee14aa2cd82e'
 'SKIP'
+'f16c614ab7268176021eba63050bf6018c9ebeebc419c5db62480f867c7c7535'
 'ab07ab26617ff76fce68e07c66b8aa9b96c2d3e5b5517e51a3c3eac2edd88894'
 'a9e5264257041c0b968425b5c97436ba48e8d294e1a0f02c59c35461ea245c33'
 '9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797')
@@ -46,6 +48,9 @@
   mkdir mozbuild
   cd firefox-$pkgver
 
+  # Do symbol dumping during compile
+  patch -Np1 -i ../hack-buildsymbols.patch
+
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
   patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch
 
@@ -52,7 +57,7 @@
   echo -n "$_google_api_key" >google-api-key
   echo -n "$_mozilla_api_key" >mozilla-api-key
 
-  cat >.mozconfig <../mozconfig <.mozconfig ../mozconfig - <&2; then
+error "No profile data produced."
+return 1
+  fi
+
+  if [[ ! -s jarlog ]]; then
+error "No jar log produced."
+return 1
+  fi
+
+  msg2 "Removing instrumented browser..."
+  ./mach clobber
+
   msg2 "Building optimized browser..."
-  xvfb-run -a -n 97 -s "-screen 0 1600x1200x24" ./mach build
+  cat >.mozconfig ../mozconfig - 

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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 20:43:17
  Author: aginiewicz
Revision: 512567

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 20:43:14 UTC (rev 512566)
+++ PKGBUILD2019-10-03 20:43:17 UTC (rev 512567)
@@ -1,51 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgbase=python-xlsxwriter
-pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="A Python module for creating Excel XLSX files"
-arch=('any')
-url="https://github.com/jmcnamara/XlsxWriter;
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
-sha256sums=('e23140f787c40786281efb9feb2033636014befa7df2bf80cb4af535460c4484')
-
-prepare() {
-  cd "$srcdir"
-  cp -a XlsxWriter-RELEASE_${pkgver} XlsxWriter-py2-RELEASE_${pkgver}
-}
-
-build() {
-  # "Building Python2"
-  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
-  python2 setup.py build
-
-  # "Building Python3"
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-  python setup.py build
-}
-
-package_python2-xlsxwriter() {
-  depends=('python2')
-
-  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/bin/vba_extract{,2}.py
-}
-
-package_python-xlsxwriter() {
-  depends=('python')
-
-  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-xlsxwriter/repos/community-any/PKGBUILD (from rev 512566, 
python-xlsxwriter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 20:43:17 UTC (rev 512567)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname='python-xlsxwriter'
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="A Python module for creating Excel XLSX files"
+arch=('any')
+url="https://github.com/jmcnamara/XlsxWriter;
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
+sha256sums=('e23140f787c40786281efb9feb2033636014befa7df2bf80cb4af535460c4484')
+
+build() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 20:43:14
  Author: aginiewicz
Revision: 512566

upgpkg: python-xlsxwriter 1.2.1-2

python-xlsxwriter: drop python2 support

Modified:
  python-xlsxwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 20:41:22 UTC (rev 512565)
+++ PKGBUILD2019-10-03 20:43:14 UTC (rev 512566)
@@ -1,51 +1,24 @@
 # Maintainer: Andrzej Giniewicz 
 
-pkgbase=python-xlsxwriter
-pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
+pkgname='python-xlsxwriter'
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
 url="https://github.com/jmcnamara/XlsxWriter;
 license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
 
source=("https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz;)
 sha256sums=('e23140f787c40786281efb9feb2033636014befa7df2bf80cb4af535460c4484')
 
-prepare() {
-  cd "$srcdir"
-  cp -a XlsxWriter-RELEASE_${pkgver} XlsxWriter-py2-RELEASE_${pkgver}
-}
-
 build() {
-  # "Building Python2"
-  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
-  python2 setup.py build
-
-  # "Building Python3"
   cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
   python setup.py build
 }
 
-package_python2-xlsxwriter() {
-  depends=('python2')
-
-  cd "$srcdir"/XlsxWriter-py2-RELEASE_${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/bin/vba_extract{,2}.py
-}
-
-package_python-xlsxwriter() {
-  depends=('python')
-
+package() {
   cd "$srcdir"/XlsxWriter-RELEASE_${pkgver}
-
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
   install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-


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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 20:41:22
  Author: aginiewicz
Revision: 512565

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 20:41:15 UTC (rev 512564)
+++ PKGBUILD2019-10-03 20:41:22 UTC (rev 512565)
@@ -1,24 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Sebastien Binet 
-
-pkgname=python-numexpr
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas"
-url="https://github.com/pydata/numexpr;
-arch=('x86_64')
-license=('MIT')
-depends=('python-numpy')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
-sha256sums=('1923f038b90cc69635871968ed742be7775c879451c612f173c2547c823c9561')
-
-build() {
-  cd "$srcdir"/numexpr-$pkgver
-  python setup.py build
-}
-package_python-numexpr() {
-  cd "$srcdir"/numexpr-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-numexpr/repos/community-x86_64/PKGBUILD (from rev 512564, 
python-numexpr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 20:41:22 UTC (rev 512565)
@@ -0,0 +1,24 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Sebastien Binet 
+
+pkgname=python-numexpr
+pkgver=2.7.0
+pkgrel=2
+pkgdesc="Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas"
+url="https://github.com/pydata/numexpr;
+arch=('x86_64')
+license=('MIT')
+depends=('python-numpy')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
+sha256sums=('1923f038b90cc69635871968ed742be7775c879451c612f173c2547c823c9561')
+
+build() {
+  cd "$srcdir"/numexpr-$pkgver
+  python setup.py build
+}
+package() {
+  cd "$srcdir"/numexpr-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 20:41:15
  Author: aginiewicz
Revision: 512564

upgpkg: python-numexpr 2.7.0-2

python-numexpr: fix

Modified:
  python-numexpr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 20:35:56 UTC (rev 512563)
+++ PKGBUILD2019-10-03 20:41:15 UTC (rev 512564)
@@ -3,7 +3,7 @@
 
 pkgname=python-numexpr
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas"
 url="https://github.com/pydata/numexpr;
 arch=('x86_64')
@@ -17,7 +17,7 @@
   cd "$srcdir"/numexpr-$pkgver
   python setup.py build
 }
-package_python-numexpr() {
+package() {
   cd "$srcdir"/numexpr-$pkgver
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE


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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 20:35:54
  Author: aginiewicz
Revision: 512562

upgpkg: python-envisage 4.8.0-2

python-envisage: fix

Modified:
  python-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 20:34:42 UTC (rev 512561)
+++ PKGBUILD2019-10-03 20:35:54 UTC (rev 512562)
@@ -2,7 +2,7 @@
 
 pkgname='python-envisage'
 pkgver=4.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible Application Framework"
 arch=('any')
 url="https://github.com/enthought/envisage;
@@ -20,16 +20,9 @@
   python setup.py build
 }
 
-check() {
+package() {
   cd "$srcdir"/envisage-$pkgver
 
-  # eggs tests are harmless (see 
https://github.com/enthought/envisage/issues/135)
-  nosetests envisage || warning "tests failed"
-}
-
-package_python-envisage() {
-  cd "$srcdir"/envisage-$pkgver
-
   python setup.py install --root="$pkgdir"/  --optimize=1
 
   install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE


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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 20:35:56
  Author: aginiewicz
Revision: 512563

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 20:35:54 UTC (rev 512562)
+++ PKGBUILD2019-10-03 20:35:56 UTC (rev 512563)
@@ -1,36 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-
-pkgname='python-envisage'
-pkgver=4.8.0
-pkgrel=1
-pkgdesc="Extensible Application Framework"
-arch=('any')
-url="https://github.com/enthought/envisage;
-license=('BSD')
-depends=('python-apptools')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-configobj')
-optdepends=('ipython: for IPython shell plugin')
-source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
-sha256sums=('43b49eff50c352392c9228aa4eae6dc466ddf51cbf26f8f7765bf7bb00726add')
-
-build() {
-  cd "$srcdir"/envisage-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/envisage-$pkgver
-
-  # eggs tests are harmless (see 
https://github.com/enthought/envisage/issues/135)
-  nosetests envisage || warning "tests failed"
-}
-
-package_python-envisage() {
-  cd "$srcdir"/envisage-$pkgver
-
-  python setup.py install --root="$pkgdir"/  --optimize=1
-
-  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-envisage/repos/community-any/PKGBUILD (from rev 512562, 
python-envisage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 20:35:56 UTC (rev 512563)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz 
+
+pkgname='python-envisage'
+pkgver=4.8.0
+pkgrel=2
+pkgdesc="Extensible Application Framework"
+arch=('any')
+url="https://github.com/enthought/envisage;
+license=('BSD')
+depends=('python-apptools')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-configobj')
+optdepends=('ipython: for IPython shell plugin')
+source=("envisage-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
+sha256sums=('43b49eff50c352392c9228aa4eae6dc466ddf51cbf26f8f7765bf7bb00726add')
+
+build() {
+  cd "$srcdir"/envisage-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/envisage-$pkgver
+
+  python setup.py install --root="$pkgdir"/  --optimize=1
+
+  install -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 20:34:42
  Author: aginiewicz
Revision: 512561

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 20:34:34 UTC (rev 512560)
+++ PKGBUILD2019-10-03 20:34:42 UTC (rev 512561)
@@ -1,28 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Michael Schubert 
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgname='python-bottleneck'
-pkgver=1.2.1
-pkgrel=4
-pkgdesc="Fast NumPy array functions written in Cython"
-arch=('x86_64')
-url="https://github.com/kwgoodman/bottleneck;
-license=('BSD')
-makedepends=('python-setuptools')
-depends=('python-numpy')
-optdepends=('python-nose: needed for integrated test suite'
-'python-scipy: needed for integrated benchmarks')
-source=("https://github.com/kwgoodman/bottleneck/archive/v${pkgver}.tar.gz;)
-sha256sums=('268a21f451f1fe3749619c64d36e9feda84fefdcb82a4701a3e63a9430874b22')
-
-build() {
-  cd "$srcdir"/bottleneck-${pkgver}
-  python setup.py build
-}
-
-package_python-bottleneck() {
-  cd "$srcdir"/bottleneck-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-bottleneck/repos/community-x86_64/PKGBUILD (from rev 512560, 
python-bottleneck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 20:34:42 UTC (rev 512561)
@@ -0,0 +1,28 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Michael Schubert 
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname='python-bottleneck'
+pkgver=1.2.1
+pkgrel=5
+pkgdesc="Fast NumPy array functions written in Cython"
+arch=('x86_64')
+url="https://github.com/kwgoodman/bottleneck;
+license=('BSD')
+makedepends=('python-setuptools')
+depends=('python-numpy')
+optdepends=('python-nose: needed for integrated test suite'
+'python-scipy: needed for integrated benchmarks')
+source=("https://github.com/kwgoodman/bottleneck/archive/v${pkgver}.tar.gz;)
+sha256sums=('268a21f451f1fe3749619c64d36e9feda84fefdcb82a4701a3e63a9430874b22')
+
+build() {
+  cd "$srcdir"/bottleneck-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/bottleneck-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 20:34:34
  Author: aginiewicz
Revision: 512560

upgpkg: python-bottleneck 1.2.1-5

python-bottleneck: fix

Modified:
  python-bottleneck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 20:23:12 UTC (rev 512559)
+++ PKGBUILD2019-10-03 20:34:34 UTC (rev 512560)
@@ -4,7 +4,7 @@
 
 pkgname='python-bottleneck'
 pkgver=1.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Fast NumPy array functions written in Cython"
 arch=('x86_64')
 url="https://github.com/kwgoodman/bottleneck;
@@ -21,7 +21,7 @@
   python setup.py build
 }
 
-package_python-bottleneck() {
+package() {
   cd "$srcdir"/bottleneck-${pkgver}
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE


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

2019-10-03 Thread Christian Hesse via arch-commits
Date: Thursday, October 3, 2019 @ 20:23:12
  Author: eworm
Revision: 512559

archrelease: copy trunk to community-x86_64

Added:
  
mpv/repos/community-x86_64/0001-libarchive-add-fallback-for-systems-without-C-UTF-8.patch
(from rev 512558, 
mpv/trunk/0001-libarchive-add-fallback-for-systems-without-C-UTF-8.patch)
  mpv/repos/community-x86_64/PKGBUILD
(from rev 512558, mpv/trunk/PKGBUILD)
Deleted:
  
mpv/repos/community-x86_64/0001-libarchive-add-fallback-for-systems-without-C-UTF-8.patch
  mpv/repos/community-x86_64/PKGBUILD

+
 0001-libarchive-add-fallback-for-systems-without-C-UTF-8.patch |   80 +++---
 PKGBUILD   |  128 
+-
 2 files changed, 104 insertions(+), 104 deletions(-)

Deleted: 0001-libarchive-add-fallback-for-systems-without-C-UTF-8.patch
===
--- 0001-libarchive-add-fallback-for-systems-without-C-UTF-8.patch  
2019-10-03 20:22:53 UTC (rev 512558)
+++ 0001-libarchive-add-fallback-for-systems-without-C-UTF-8.patch  
2019-10-03 20:23:12 UTC (rev 512559)
@@ -1,40 +0,0 @@
-From 037cbacb8c5081313ea65024d4305d29a47165e0 Mon Sep 17 00:00:00 2001
-From: dudemanguy 
-Date: Fri, 3 May 2019 11:54:31 -0500
-Subject: [PATCH] libarchive: add fallback for systems without C.UTF-8
-

- osdep/io.h | 1 +
- stream/stream_libarchive.c | 7 +--
- 2 files changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/osdep/io.h b/osdep/io.h
-index 7e8a267541..2f04337288 100644
 a/osdep/io.h
-+++ b/osdep/io.h
-@@ -196,6 +196,7 @@ int msync(void *addr, size_t length, int flags);
- // These are stubs since there is not anything that helps with this on 
Windows.
- #define locale_t int
- #define LC_ALL_MASK 0
-+#define LC_CTYPE_MASK 0
- locale_t newlocale(int, const char *, locale_t);
- locale_t uselocale(locale_t);
- void freelocale(locale_t);
-diff --git a/stream/stream_libarchive.c b/stream/stream_libarchive.c
-index e5acad016b..ae06efb890 100644
 a/stream/stream_libarchive.c
-+++ b/stream/stream_libarchive.c
-@@ -244,8 +244,11 @@ struct mp_archive *mp_archive_new(struct mp_log *log, 
struct stream *src,
- struct mp_archive *mpa = talloc_zero(NULL, struct mp_archive);
- mpa->log = log;
- mpa->locale = newlocale(LC_ALL_MASK, "C.UTF-8", (locale_t)0);
--if (!mpa->locale)
--goto err;
-+if (!mpa->locale) {
-+mpa->locale = newlocale(LC_CTYPE_MASK, "", (locale_t)0);
-+if (!mpa->locale)
-+goto err;
-+}
- mpa->arch = archive_read_new();
- mpa->primary_src = src;
- if (!mpa->arch)

Copied: 
mpv/repos/community-x86_64/0001-libarchive-add-fallback-for-systems-without-C-UTF-8.patch
 (from rev 512558, 
mpv/trunk/0001-libarchive-add-fallback-for-systems-without-C-UTF-8.patch)
===
--- 0001-libarchive-add-fallback-for-systems-without-C-UTF-8.patch  
(rev 0)
+++ 0001-libarchive-add-fallback-for-systems-without-C-UTF-8.patch  
2019-10-03 20:23:12 UTC (rev 512559)
@@ -0,0 +1,40 @@
+From 037cbacb8c5081313ea65024d4305d29a47165e0 Mon Sep 17 00:00:00 2001
+From: dudemanguy 
+Date: Fri, 3 May 2019 11:54:31 -0500
+Subject: [PATCH] libarchive: add fallback for systems without C.UTF-8
+
+---
+ osdep/io.h | 1 +
+ stream/stream_libarchive.c | 7 +--
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/osdep/io.h b/osdep/io.h
+index 7e8a267541..2f04337288 100644
+--- a/osdep/io.h
 b/osdep/io.h
+@@ -196,6 +196,7 @@ int msync(void *addr, size_t length, int flags);
+ // These are stubs since there is not anything that helps with this on 
Windows.
+ #define locale_t int
+ #define LC_ALL_MASK 0
++#define LC_CTYPE_MASK 0
+ locale_t newlocale(int, const char *, locale_t);
+ locale_t uselocale(locale_t);
+ void freelocale(locale_t);
+diff --git a/stream/stream_libarchive.c b/stream/stream_libarchive.c
+index e5acad016b..ae06efb890 100644
+--- a/stream/stream_libarchive.c
 b/stream/stream_libarchive.c
+@@ -244,8 +244,11 @@ struct mp_archive *mp_archive_new(struct mp_log *log, 
struct stream *src,
+ struct mp_archive *mpa = talloc_zero(NULL, struct mp_archive);
+ mpa->log = log;
+ mpa->locale = newlocale(LC_ALL_MASK, "C.UTF-8", (locale_t)0);
+-if (!mpa->locale)
+-goto err;
++if (!mpa->locale) {
++mpa->locale = newlocale(LC_CTYPE_MASK, "", (locale_t)0);
++if (!mpa->locale)
++goto err;
++}
+ mpa->arch = archive_read_new();
+ mpa->primary_src = src;
+ if (!mpa->arch)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 20:22:53 UTC (rev 512558)
+++ PKGBUILD2019-10-03 20:23:12 UTC (rev 512559)
@@ -1,64 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# 

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

2019-10-03 Thread Christian Hesse via arch-commits
Date: Thursday, October 3, 2019 @ 20:22:53
  Author: eworm
Revision: 512558

upgpkg: mpv 1:0.29.1-9

depend on mujs

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 19:45:38 UTC (rev 512557)
+++ PKGBUILD2019-10-03 20:22:53 UTC (rev 512558)
@@ -5,7 +5,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.29.1
-pkgrel=8
+pkgrel=9
 _waf_version=2.0.9
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('x86_64')
@@ -17,7 +17,7 @@
  'libarchive' 'libcaca' 'libcdio-paranoia' 'libdvdnav' 'libgl' 'libva'
  'libxinerama' 'libxkbcommon' 'libxrandr' 'libxss' 'libxv' 'lua52'
  'rubberband' 'smbclient' 'uchardet' 'vulkan-icd-loader' 'wayland'
- 'xdg-utils' 'shaderc')
+ 'xdg-utils' 'shaderc' 'mujs')
 makedepends=('mesa' 'python-docutils' 'ladspa' 'wayland-protocols'
  'ffnvcodec-headers' 'vulkan-headers')
 optdepends=('youtube-dl: for video-sharing websites playback')


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

2019-10-03 Thread Jan Steffens via arch-commits
Date: Thursday, October 3, 2019 @ 19:45:44
  Author: heftig
Revision: 363709

69.0.2-1

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 19:45:35 UTC (rev 363708)
+++ PKGBUILD2019-10-03 19:45:44 UTC (rev 363709)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=69.0.1
+pkgver=69.0.2
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -133,96 +133,96 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('d39a89ea3041502f5e66d6f67de25ed529b6469fb4b12a6a6cbb9664f961d2f0'
-'ac99244700abbe0a845fb0345785ab33f11d66d64ea5b379ca8cd50f5c544c9f'
-'c33545d1dbddd7b72e8752c536246ee95efe70ad4da9b9985c85a6895d1349a1'
-'312b964b2b68963e3d23fdc2a305510436c490d03f4e8355455879eba6ee2429'
-'60cf310e3a09f10f046005b88a3bbb3ebf0fb301707fe333fcbce94abc55b25c'
-'e0961052b9acc4fed12a96168cc7545a7196786b0ee37abbc65e5f3390518b21'
-'4e00691cfaa7ce2fd8bd1789c126cdff5c59d1f74e212c0277d51a83e69e'
-'9a7aba19b9e3fb7b72770d97074d21234ff6abff3ae85b824a4a8a56e5ab3e1f'
-'241f0d5dd50f0d23212f2f77a2185981c6f1298e0c9acbc5b0df50bba809f944'
-'b8a324fa7d3816597c69138d8e25af0d740272852cea7fa05135834daff3dfb6'
-'8c1593c3a77f9bbd8c02af601f415399e6438521d52287ad91068c357bf9118b'
-'06ab853d1f360f56bb39bdeaa98082175bce378e4019183a79d881e8a18fab34'
-'851818454a0ff468c2469632b6849c6f6a715945c0a4ae2b2913f82010383786'
-'d281cf6760640a15f008d1332d7fbd67f58637cc39cf7c7d9f6ca47b007e20ae'
-'4730c076d5701f849296d3884e0fec7b0cfa504d6d72f6d634e001b97b3fb403'
-'0907c4b8fc72e6905394813316d83a80514a917b208ff709b9ffb8a8f9900f8e'
-'41a74b27a1ecda725d39f8127016317514f35691a24187172a83495fa5ff741d'
-'e62070cef743f88c1f6982a9955321ceb68548d35cbf2f54f22849719895c90d'
-'bdc4a1992e0cd1f50973b82346c1a677de45c6ed2d389a4bfcb386951467bb95'
-'b450763439bdd30e1ef5d06dc9b73d93a2e988980320077e5faa9aa4b95db925'
-'02f0c4b684d8be4b1eb6085f2c1fd18522967ceccfd5c70f22f3e7a799de78db'
-'0e5a0e4a65a1e8dbc30249f443edc6d76eb9b01e7cb067a1b03de1611b51f6ef'
-'3ca5d64b4be6ee820e87e54d0a7336d9eb974a1c39ae3b942b26cfa0118ef9a1'
-'e33e0179d9bf17e6e5e17e50f1c455f1042a77224b2cc756d1959d00278bc71e'
-'4993bfd89d5818299a4bc1f3e3c07f3c7f6eaa7da788a41cb12da0fb4c17d919'
-'b5d5e5731ef9781f93a844ad7ff4dfccc9793b7f1a63284763a25db0c275f9f0'
-'60f1e95946dd2e2284b8093911e5e1908b610c5533363dab19556fb162877b71'
-'1e8e212b01a1b681b19888643b50f9717cc23d10b09ef469721782e35b1fc6f3'
-'c489a3038d98e0aad7cb542aa64e55310bbe596bedb6f2678fbf80c5f91d8fda'
-'112ed3b53e4b57481789e2181c5562b7b2ee9ed02972ca7dd62aff9d8dc438bb'
-'316ed3ec8986b64a7921ab016f637ba0e3d5e647d6d429a49c37e7090d4b179c'
-'125d14723a428c8aea9cfba15b6eb43d1e2b0a966f170e69a166eb66bcbdf9f0'
-'561755d5b25fcd3c47991502afc8c207685b72fbedecf890a329298c12fa9f4b'
-'d752c66b653362817e5271cee767090c7f130e102cfcf49b409355859a38dc8a'
-'e78bedacb7369823e3d686dc6479af367494ca533dfa38afd6d9eb95c17ec841'
-'dd416fbbe80e26225cc4745fc8c068483151803f72bea93cd6ee77fabf722b85'
-'aa784c3b470ff8997c8c3eecce68dd24ca96253622c2feb43bd72baf79df05f3'
-'83cd54eaf4e06025c2f19bb8abfce31b800e1bce15499e1ef8727de62859c9ee'
-'c9ac403369c4cb92e67873762f0c55fe3d96026944781611e4899f911ec82173'
-'c84d6cbbc85b1a6fa6554eb1c1f77fe0a3eb8392b78eac3635322d6756f545cd'
-'4a177ddcd49fcb5a362a552c8d43604f37e853b1521c0e7305b6558bc3778b7f'
-'5075e33cb93195ab50240b06c4708551a39f0badc77fce91eea3fee95af26858'
-'b3bd2b0d8c1fac12594c5e72776aff60997636fb7c2ce8ae01e23fe3fb84c75d'
-'4c984f712a3e26f1ffec5ffe38fbd01f5e7021f610edeeb0a2f6d83802801db3'
-'d66403bb2b718153c2a2aaf994b4c4e8a5d5690610f74d673544a33e42930a83'
-'773d7e49329070b873f3edf030c7e4316c10d0a4c5b1b1ff77151975cf345026'
-'a67c1e3844a78c71206b6ddfb478b63a33c59829db11f8e75c48e4bbf564658f'
-'40008b732c160b2d3f04edee4fb159b0121d451cb814d1275bf40f96fb32ab01'
-'2358783231bdb26b910290639cf27be23c3ba8076f3326794d56414b9096cf67'
-'b2ab2cf2c476badcb8c503e0a6a01594a30de0b456d545eccf9171624a0fdcf3'
-'85bcdc4ed745c8a6ad533889e6aac63b5e827b3b5324f9288d7320bdcd8f4223'
-'9ec241c2a3d3fb0026ab60cadc56542fb01ee98dcbc6469ed915a5f15beff93b'
-'f0c5a80bef50e8c0a781b4961433ab3fa955c486f2bc0a9b89b092f2df8e856d'
-  

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

2019-10-03 Thread Balló György via arch-commits
Date: Thursday, October 3, 2019 @ 19:41:14
  Author: bgyorgy
Revision: 512556

archrelease: copy trunk to community-x86_64

Added:
  budgie-desktop/repos/community-x86_64/PKGBUILD
(from rev 512555, budgie-desktop/trunk/PKGBUILD)
  budgie-desktop/repos/community-x86_64/desktop-override.patch
(from rev 512555, budgie-desktop/trunk/desktop-override.patch)
Deleted:
  budgie-desktop/repos/community-x86_64/PKGBUILD
  budgie-desktop/repos/community-x86_64/desktop-override.patch

+
 PKGBUILD   |  102 +++
 desktop-override.patch |   34 +++
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 19:41:10 UTC (rev 512555)
+++ PKGBUILD2019-10-03 19:41:14 UTC (rev 512556)
@@ -1,51 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=budgie-desktop
-pkgver=10.5+35+ga023c778
-pkgrel=1
-pkgdesc="Modern desktop environment from the Solus Project"
-arch=('x86_64')
-url="https://budgie-desktop.org/;
-license=('GPL' 'LGPL')
-depends=('accountsservice' 'gnome-bluetooth' 'gnome-menus' 'gnome-session' 
'gnome-themes-standard' 'libibus' 'libpeas' 'libwnck3' 'mutter')
-makedepends=('autoconf-archive' 'git' 'gobject-introspection' 'intltool' 
'meson' 'sassc' 'vala')
-optdepends=('gnome-backgrounds: Default background'
-'gnome-control-center: System settings'
-'gnome-screensaver: Lock screen'
-'network-manager-applet: Network management')
-_commit=a023c7781435d71e463184124a5cc8b26985d961  # master
-source=("git+https://github.com/budgie-desktop/budgie-desktop.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
-"desktop-override.patch")
-validpgpkeys=('8876CC8EDAEC52CEAB7742E778E2387015C1205F') # Ikey Doherty 
(Solus Project Founder)
-sha256sums=('SKIP'
-'SKIP'
-'baffb1d64715c20c1ae444a5b8ea0f8e9bf69cccf30e5e2c6729fe6d0c7491d2')
-
-pkgver() {
-   cd $pkgname
-   git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-   cd $pkgname
-
-   # Override settings only for Budgie
-   patch -Np1 -i ../desktop-override.patch
-
-   # Don't use systemd session management, it's not supported by Budgie
-   sed -i 's/exec gnome-session/exec gnome-session --builtin/' 
src/session/budgie-desktop.in
-
-   git submodule init
-   git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
-   git submodule update
-}
-
-build() {
-   arch-meson $pkgname build -D with-desktop-icons=none
-   ninja -C build
-}
-
-package() {
-   DESTDIR="$pkgdir" meson install -C build
-}

Copied: budgie-desktop/repos/community-x86_64/PKGBUILD (from rev 512555, 
budgie-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 19:41:14 UTC (rev 512556)
@@ -0,0 +1,51 @@
+# Maintainer: Balló György 
+
+pkgname=budgie-desktop
+pkgver=10.5.1
+pkgrel=1
+pkgdesc="Modern desktop environment from the Solus Project"
+arch=('x86_64')
+url="https://github.com/solus-project/budgie-desktop;
+license=('GPL' 'LGPL')
+depends=('accountsservice' 'gnome-bluetooth' 'gnome-menus' 'gnome-session' 
'gnome-themes-standard' 'libibus' 'libpeas' 'libwnck3' 'mutter')
+makedepends=('autoconf-archive' 'git' 'gobject-introspection' 'intltool' 
'meson' 'sassc' 'vala')
+optdepends=('gnome-backgrounds: Default background'
+'gnome-control-center: System settings'
+'gnome-screensaver: Lock screen'
+'network-manager-applet: Network management')
+_commit=e6433d87974e735296e72cf5b9d2a25466d5fe7a  # tags/v10.5.1
+source=("git+https://github.com/budgie-desktop/budgie-desktop.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
+"desktop-override.patch")
+validpgpkeys=('8876CC8EDAEC52CEAB7742E778E2387015C1205F') # Ikey Doherty 
(Solus Project Founder)
+sha256sums=('SKIP'
+'SKIP'
+'baffb1d64715c20c1ae444a5b8ea0f8e9bf69cccf30e5e2c6729fe6d0c7491d2')
+
+pkgver() {
+   cd $pkgname
+   git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+   cd $pkgname
+
+   # Override settings only for Budgie
+   patch -Np1 -i ../desktop-override.patch
+
+   # Don't use systemd session management, it's not supported by Budgie
+   sed -i 's/exec gnome-session/exec gnome-session --builtin/' 
src/session/budgie-desktop.in
+
+   git submodule init
+   git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
+   git submodule update
+}
+
+build() {
+   arch-meson $pkgname build -D with-desktop-icons=none
+   ninja -C build
+}
+
+package() {
+   DESTDIR="$pkgdir" meson install -C build
+}

Deleted: desktop-override.patch

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

2019-10-03 Thread Balló György via arch-commits
Date: Thursday, October 3, 2019 @ 19:41:10
  Author: bgyorgy
Revision: 512555

upgpkg: budgie-desktop 10.5.1-1

Update to new version

Modified:
  budgie-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 19:20:13 UTC (rev 512554)
+++ PKGBUILD2019-10-03 19:41:10 UTC (rev 512555)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=budgie-desktop
-pkgver=10.5+35+ga023c778
+pkgver=10.5.1
 pkgrel=1
 pkgdesc="Modern desktop environment from the Solus Project"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 'gnome-control-center: System settings'
 'gnome-screensaver: Lock screen'
 'network-manager-applet: Network management')
-_commit=a023c7781435d71e463184124a5cc8b26985d961  # master
+_commit=e6433d87974e735296e72cf5b9d2a25466d5fe7a  # tags/v10.5.1
 
source=("git+https://github.com/budgie-desktop/budgie-desktop.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
 "desktop-override.patch")


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

2019-10-03 Thread Brett Cornwall via arch-commits
Date: Thursday, October 3, 2019 @ 19:20:01
  Author: ainola
Revision: 512553

upgpkg: wl-clipboard 1:2.0.0-1

Bump epoch, and return to stable releases

Modified:
  wl-clipboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 18:49:50 UTC (rev 512552)
+++ PKGBUILD2019-10-03 19:20:01 UTC (rev 512553)
@@ -2,8 +2,9 @@
 # Contributor: Adam Brunnmeier
 
 pkgname=wl-clipboard
-pkgver=2.0.0_beta2
+pkgver=2.0.0
 pkgrel=1
+epoch=1
 pkgdesc="Command-line copy/paste utilities for Wayland"
 arch=('x86_64')
 url="https://github.com/bugaevc/wl-clipboard;
@@ -14,8 +15,8 @@
 'mailcap: for type inference in wl-paste'
 )
 makedepends=('meson' 'wayland-protocols')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/$pkgver.tar.gz;)
-sha256sums=('903c2df89a4f925e467f5c3793fc0297f0917319be7df5789a3c8cdd862799ab')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bugaevc/wl-clipboard/archive/v$pkgver.tar.gz;)
+sha256sums=('2c42f182432adabe56da0f1144d5fcc40b7aae3d8e14d2bc4dc4c3f91b51808d')
 
 build() {
 arch-meson "$pkgname-$pkgver" build


  1   2   3   >