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

2020-06-10 Thread Jiachen Yang via arch-commits
Date: Thursday, June 11, 2020 @ 05:07:30
  Author: farseerfc
Revision: 641912

archrelease: copy trunk to community-any

Added:
  fira-code/repos/community-any/PKGBUILD
(from rev 641911, fira-code/trunk/PKGBUILD)
Deleted:
  fira-code/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 05:06:48 UTC (rev 641911)
+++ PKGBUILD2020-06-11 05:07:30 UTC (rev 641912)
@@ -1,43 +0,0 @@
-# Maintainer: Jiachen YANG 
-# Contributor: Henrik Hodne 
-# Contributor: Ariel AxionL 
-# AUR Maintainer: Stefan Husmann 
-
-pkgbase=fira-code
-pkgname=('ttf-fira-code' 'otf-fira-code')
-pkgver=4
-pkgrel=1
-pkgdesc="Monospaced font with programming ligatures"
-arch=('any')
-url='https://github.com/tonsky/FiraCode'
-license=('custom:OFL')
-depends=()
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tonsky/FiraCode/archive/${pkgver}.tar.gz;)
-sha512sums=('037698435b3f77f5ad2dcfb6ea6ff3063c50d224c2b95ada472bf9b12a6342e892d60220e1993045858697fff9c4fb5da97b41ac3437c4fa50f48ef1398c9738')
-
-function _package {
-local dir="$srcdir/FiraCode-$pkgver"
-cd "$dir/distr"
-local ext="${1%%-*}"
-cd "$ext"
-local fonts=(FiraCode*."$ext")
-local installdir="${ext^^}"
-
-# Prepare destination directory
-install -dm755 "$pkgdir/usr/share/fonts/$installdir"
-
-# Install fonts
-local font
-for font in "${fonts[@]}"; do
-install -m644 "$font" "$pkgdir/usr/share/fonts/$installdir"
-done
-
-# Install LICENSE
-install -Dm644 "$dir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-for _pkgname in ${pkgname[@]}; do
-eval "function package_$_pkgname() { _package $_pkgname; }"
-done
-
-# vim:set ts=8 sw=4 et:

Copied: fira-code/repos/community-any/PKGBUILD (from rev 641911, 
fira-code/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-11 05:07:30 UTC (rev 641912)
@@ -0,0 +1,43 @@
+# Maintainer: Jiachen YANG 
+# Contributor: Henrik Hodne 
+# Contributor: Ariel AxionL 
+# AUR Maintainer: Stefan Husmann 
+
+pkgbase=fira-code
+pkgname=('ttf-fira-code' 'woff-fira-code' 'woff2-fira-code')
+pkgver=5.1
+pkgrel=1
+pkgdesc="Monospaced font with programming ligatures"
+arch=('any')
+url='https://github.com/tonsky/FiraCode'
+license=('custom:OFL')
+depends=()
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tonsky/FiraCode/archive/${pkgver}.tar.gz;)
+sha512sums=('806c0bb84253396b239258897a1249c1a3a26354da50b48987ee4a5a61ec3aac60641dc248cb6636b285396d4036f9c2d6759c2c977bc8d977fdb438105e0a85')
+
+function _package {
+local dir="$srcdir/FiraCode-$pkgver"
+cd "$dir/distr"
+local ext="${1%%-*}"
+cd "$ext"
+local fonts=(FiraCode*."$ext")
+local installdir="${ext^^}"
+
+# Prepare destination directory
+install -dm755 "$pkgdir/usr/share/fonts/$installdir"
+
+# Install fonts
+local font
+for font in "${fonts[@]}"; do
+install -m644 "$font" "$pkgdir/usr/share/fonts/$installdir"
+done
+
+# Install LICENSE
+install -Dm644 "$dir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+for _pkgname in ${pkgname[@]}; do
+eval "function package_$_pkgname() { _package $_pkgname; }"
+done
+
+# vim:set ts=8 sw=4 et:


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

2020-06-10 Thread Jiachen Yang via arch-commits
Date: Thursday, June 11, 2020 @ 05:06:48
  Author: farseerfc
Revision: 641911

upgpkg: fira-code 5.1-1: fira-code: 5.1 release, no longer distribute otf see 
$url#939

Modified:
  fira-code/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 04:10:20 UTC (rev 641910)
+++ PKGBUILD2020-06-11 05:06:48 UTC (rev 641911)
@@ -4,8 +4,8 @@
 # AUR Maintainer: Stefan Husmann 
 
 pkgbase=fira-code
-pkgname=('ttf-fira-code' 'otf-fira-code')
-pkgver=4
+pkgname=('ttf-fira-code' 'woff-fira-code' 'woff2-fira-code')
+pkgver=5.1
 pkgrel=1
 pkgdesc="Monospaced font with programming ligatures"
 arch=('any')
@@ -13,7 +13,7 @@
 license=('custom:OFL')
 depends=()
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tonsky/FiraCode/archive/${pkgver}.tar.gz;)
-sha512sums=('037698435b3f77f5ad2dcfb6ea6ff3063c50d224c2b95ada472bf9b12a6342e892d60220e1993045858697fff9c4fb5da97b41ac3437c4fa50f48ef1398c9738')
+sha512sums=('806c0bb84253396b239258897a1249c1a3a26354da50b48987ee4a5a61ec3aac60641dc248cb6636b285396d4036f9c2d6759c2c977bc8d977fdb438105e0a85')
 
 function _package {
 local dir="$srcdir/FiraCode-$pkgver"


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

2020-06-10 Thread Kyle Keen via arch-commits
Date: Thursday, June 11, 2020 @ 02:32:09
  Author: kkeen
Revision: 641900

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 02:13:05 UTC (rev 641899)
+++ PKGBUILD2020-06-11 02:32:09 UTC (rev 641900)
@@ -1,34 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: wenLiangcan 
-
-pkgbase=python-wcwidth
-pkgname=(python-wcwidth python2-wcwidth)
-_name=wcwidth
-pkgver=0.1.9
-pkgrel=1
-pkgdesc="Measures number of Terminal column cells of wide-character codes"
-url="https://github.com/jquast/wcwidth;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/w/$_name/$_name-$pkgver.tar.gz;)
-md5sums=('b32584cd6084b4a8c81df13a2a6b4351')
-
-prepare() {
-  cd "$srcdir"
-  cp -r $_name-$pkgver python2-$_name-$pkgver
-}
-
-package_python-wcwidth() {
-  cd "$srcdir/$_name-$pkgver"
-  python3 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-wcwidth() {
-  depends=('python2')
-  cd "$srcdir/python2-$_name-$pkgver"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-wcwidth/repos/community-any/PKGBUILD (from rev 641899, 
python-wcwidth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-11 02:32:09 UTC (rev 641900)
@@ -0,0 +1,34 @@
+# Maintainer: Kyle Keen 
+# Contributor: wenLiangcan 
+
+pkgbase=python-wcwidth
+pkgname=(python-wcwidth python2-wcwidth)
+_name=wcwidth
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="Measures number of Terminal column cells of wide-character codes"
+url="https://github.com/jquast/wcwidth;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/w/$_name/$_name-$pkgver.tar.gz;)
+md5sums=('5e6cd8cd008a7ad2c2578ac49a9d87a1')
+
+prepare() {
+  cd "$srcdir"
+  cp -r $_name-$pkgver python2-$_name-$pkgver
+}
+
+package_python-wcwidth() {
+  cd "$srcdir/$_name-$pkgver"
+  python3 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-wcwidth() {
+  depends=('python2')
+  cd "$srcdir/python2-$_name-$pkgver"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-06-10 Thread Eli Schwartz via arch-commits
Date: Thursday, June 11, 2020 @ 02:13:05
  Author: eschwartz
Revision: 641899

archrelease: copy trunk to community-any

Added:
  fanficfare/repos/community-any/PKGBUILD
(from rev 641898, fanficfare/trunk/PKGBUILD)
  fanficfare/repos/community-any/changelog.txt
(from rev 641898, fanficfare/trunk/changelog.txt)
Deleted:
  fanficfare/repos/community-any/PKGBUILD
  fanficfare/repos/community-any/changelog.txt

---+
 PKGBUILD  |   54 -
 changelog.txt |   90 
 2 files changed, 73 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 02:12:43 UTC (rev 641898)
+++ PKGBUILD2020-06-11 02:13:05 UTC (rev 641899)
@@ -1,27 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=3.19.0
-pkgrel=1
-pkgdesc="A tool for downloading fanfiction to eBook formats"
-arch=('any')
-url="https://github.com/JimmXinu/${_pkgname};
-license=('Apache')
-changelog=changelog.txt
-depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
- 'python-html2text')
-optdepends=('python-pillow: support for converting/resizing story images and 
covers')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('57132f65181ac18a5040ea76dc1bebe89cea3d55b75d12625be4bec0bcdba65d')
-b2sums=('89414f04904128fcd28fe6aa409aab5b492fd192f3ab6f6d851c9efcfe805f3918b52b94429deaeec3b14af5c8f72d8a0daa964aa3f5a078372e5bb021f32e42')
-
-build() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py build
-}
-
-package() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: fanficfare/repos/community-any/PKGBUILD (from rev 641898, 
fanficfare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-11 02:13:05 UTC (rev 641899)
@@ -0,0 +1,27 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="A tool for downloading fanfiction to eBook formats"
+arch=('any')
+url="https://github.com/JimmXinu/${_pkgname};
+license=('Apache')
+changelog=changelog.txt
+depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
+ 'python-html2text')
+optdepends=('python-pillow: support for converting/resizing story images and 
covers')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('02a30eb8c25f97bf4650b9182f948d6aa6bc5517abb4b20b4e29c14137d4995b')
+b2sums=('d7c0fe11a57ac0d9168011fff7d1a25ab1d054a7997402c8e596176f45744ce276cee051550a414e50bd29fcd08a62979b9eaa02739ee329e303d7ca37567673')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py build
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}

Deleted: changelog.txt
===
--- changelog.txt   2020-06-11 02:12:43 UTC (rev 641898)
+++ changelog.txt   2020-06-11 02:13:05 UTC (rev 641899)
@@ -1,44 +0,0 @@
-Version 3.19.0 - 01 May 2020
-- Comment out a debug, user_agent for wuxiaworld.com
-- Fix adapter_fictionmaniatv image page parsing, thanks smutandrea
-- Fix adapter_fanficsme for date tags change.
-- Fix a py2/py3 issue in Calibre Plugin CLI call, thanks eschwartz
-- Change inject_chapter_title back to h3.
-- Allow for author without link & id in XF2.
-- Change inject_chapter_title code in adapter_storiesonlinenet due to clean up
-  weirdness.
-- Change defaults.ini recommendations for inject_chapter_title and change
-  injected titles to h4--had problems with epub update.
-- Fix for py2/3 differences in final strip-non-ASCII decode fall back.
-- Remove some 'watermarking' tags from adapter_webnovelcom
-- De-obfuscate emails in XenForo posts.
-- Change default setting for new users for 'Update Calibre Cover (from EPUB):'
-  to 'Yes, if EPUB has a cover image'
-- Add scifistories.com to valid site list for universe_as_series setting.
-- New Site: scifistories.com (extends finestories.com).
-
-Version 3.18.0 - 01 Apr 2020
-- Resurrect fanfiction.tenhawkpresents.com and change to
-  fanfic.tenhawkpresents.ink
-- fictionalley.org needs a slow_down_sleep_time or it starts rejecting conns.
-- Changes to adapter_archiveofourownorg for AO3 changes re: view_adult=true
-- Accept https URLs for adapter_wwwutopiastoriescom, but don't use
-  https--doesn't work with python.
-- Remove extra spaces from replace_metadata examples
-- Fix Description parsing with series/universe/contest links in
-  adapter_storiesonlinenet.
-- Fixes for ficbook.net site changes.
-- Correct comments for universe_as_series setting in defaults.ini.
-- Fix for adapter_ficbooknet when no ships/characters.

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

2020-06-10 Thread Eli Schwartz via arch-commits
Date: Thursday, June 11, 2020 @ 02:12:43
  Author: eschwartz
Revision: 641898

upgpkg: fanficfare 3.20.1-1: upstream release

Modified:
  fanficfare/trunk/PKGBUILD
  fanficfare/trunk/changelog.txt

---+
 PKGBUILD  |6 +++---
 changelog.txt |   54 --
 2 files changed, 31 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 01:54:54 UTC (rev 641897)
+++ PKGBUILD2020-06-11 02:12:43 UTC (rev 641898)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=3.19.0
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
@@ -13,8 +13,8 @@
  'python-html2text')
 optdepends=('python-pillow: support for converting/resizing story images and 
covers')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('57132f65181ac18a5040ea76dc1bebe89cea3d55b75d12625be4bec0bcdba65d')
-b2sums=('89414f04904128fcd28fe6aa409aab5b492fd192f3ab6f6d851c9efcfe805f3918b52b94429deaeec3b14af5c8f72d8a0daa964aa3f5a078372e5bb021f32e42')
+sha256sums=('02a30eb8c25f97bf4650b9182f948d6aa6bc5517abb4b20b4e29c14137d4995b')
+b2sums=('d7c0fe11a57ac0d9168011fff7d1a25ab1d054a7997402c8e596176f45744ce276cee051550a414e50bd29fcd08a62979b9eaa02739ee329e303d7ca37567673')
 
 build() {
 cd "${srcdir}/${_pkgname}-${pkgver}"

Modified: changelog.txt
===
--- changelog.txt   2020-06-11 01:54:54 UTC (rev 641897)
+++ changelog.txt   2020-06-11 02:12:43 UTC (rev 641898)
@@ -1,3 +1,31 @@
+Version 3.20.1 - 06 Jun 2020
+- Fix for collision issue with translations and email direct d/l.
+  (Bug fix release for problem described here.)
+
+Version 3.20.0 - 01 Jun 2020
+- Add more URLs to cover_exclusion_regexp for base_xenforoforum.
+- Fix for is_adult needing  URL in
+  adapter_harrypotterfanfictioncom.
+- Better auth page parsing due to own-favorite story in
+  adapter_harrypotterfanfictioncom.
+- Add characters and increased category collection for adapter_fanfiktionde.
+- Suppress output_css on CLI -z
+- Fix numWords parsing in adapter_fanficsme.
+- Update translations, add Russian.
+- Fix broken series parsing in adapter_adastrafanficcom & adapter_lotrgficcom.
+- New Site: www.silmarillionwritersguild.org, thanks Alistair!
+- Allow /post/ story URLs with adapter_gravitytalescom.
+- Change  to  in chapter text adapter_adultfanfictionorg
+- Now actually *use* translated strings in prefs.py.
+- Need to include prefs.py in messages.pot for translation.
+- Update Translations.
+- Catch exception in exception handling for French user.
+- Remove '.' from numWords in adapter_fanfiktionde
+- Fix for adapter_bloodshedversecom site changes.
+- Find both 'Translator' and 'TranslatorS', except in Russian.
+  adapter_fanficsme
+
+
 Version 3.19.0 - 01 May 2020
 - Comment out a debug, user_agent for wuxiaworld.com
 - Fix adapter_fictionmaniatv image page parsing, thanks smutandrea
@@ -16,29 +44,3 @@
   to 'Yes, if EPUB has a cover image'
 - Add scifistories.com to valid site list for universe_as_series setting.
 - New Site: scifistories.com (extends finestories.com).
-
-Version 3.18.0 - 01 Apr 2020
-- Resurrect fanfiction.tenhawkpresents.com and change to
-  fanfic.tenhawkpresents.ink
-- fictionalley.org needs a slow_down_sleep_time or it starts rejecting conns.
-- Changes to adapter_archiveofourownorg for AO3 changes re: view_adult=true
-- Accept https URLs for adapter_wwwutopiastoriescom, but don't use
-  https--doesn't work with python.
-- Remove extra spaces from replace_metadata examples
-- Fix Description parsing with series/universe/contest links in
-  adapter_storiesonlinenet.
-- Fixes for ficbook.net site changes.
-- Correct comments for universe_as_series setting in defaults.ini.
-- Fix for adapter_ficbooknet when no ships/characters.
-- Make sure all timestamps are using Calibre's local_tz.
-- Need to unicode() ini data passed in from Calibre CLI.
-- Add inject_chapter_title feature to adapter_storiesonlinenet.
-- Fix for XF logins using manual user/pass instead of personal.ini.
-
-Version 3.17.0 - 14 Mar 2020
-- Add base_xenforo2forum feature skip_sticky_first_posts(on by default).
-  Closes #470
-- Ignore AO3's chapter numbers for use_view_full_work and use chapter offset
-  instead. Closes #473
-- Add order_threadmarks_by_date to base_xenforoforum, improve defaults.ini.
-  For #469


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

2020-06-10 Thread Eli Schwartz via arch-commits
Date: Thursday, June 11, 2020 @ 01:54:54
  Author: eschwartz
Revision: 641897

archrelease: copy trunk to community-any

Added:
  
python-dephell/repos/community-any/0001-Do-not-override-the-system-SSL-certificates-with-the.patch
(from rev 641896, 
python-dephell/trunk/0001-Do-not-override-the-system-SSL-certificates-with-the.patch)
  python-dephell/repos/community-any/PKGBUILD
(from rev 641896, python-dephell/trunk/PKGBUILD)
Deleted:
  
python-dephell/repos/community-any/0001-Do-not-override-the-system-SSL-certificates-with-the.patch
  python-dephell/repos/community-any/PKGBUILD

-+
 0001-Do-not-override-the-system-SSL-certificates-with-the.patch |  109 +++
 PKGBUILD|  147 
+-
 2 files changed, 129 insertions(+), 127 deletions(-)

Deleted: 0001-Do-not-override-the-system-SSL-certificates-with-the.patch
===
--- 0001-Do-not-override-the-system-SSL-certificates-with-the.patch 
2020-06-11 01:54:31 UTC (rev 641896)
+++ 0001-Do-not-override-the-system-SSL-certificates-with-the.patch 
2020-06-11 01:54:54 UTC (rev 641897)
@@ -1,54 +0,0 @@
-From 34bda6658067630dd28b732cc7b8ba259ebf919a Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Tue, 6 Aug 2019 19:43:13 -0400
-Subject: [PATCH] Do not override the system SSL certificates with the certifi
- bundle.
-
-We need to respect the system certification policy, and by default the
-ssl module will use our packaged ca-certificates.

- dephell/networking.py | 7 +--
- setup.py  | 2 +-
- 2 files changed, 2 insertions(+), 7 deletions(-)
-
-diff --git a/dephell/networking.py b/dephell/networking.py
-index 9f862be..b33e1b1 100644
 a/dephell/networking.py
-+++ b/dephell/networking.py
-@@ -2,7 +2,6 @@
- from ssl import create_default_context
- 
- # external
--import certifi
- import requests
- from aiohttp import ClientSession, TCPConnector
- 
-@@ -17,11 +16,7 @@ def aiohttp_session(*, auth=None, **kwargs):
- headers = dict()
- if auth:
- headers['Authorization'] = auth.encode()
--ssl_context = create_default_context(cafile=certifi.where())
--try:
--connector = TCPConnector(ssl=ssl_context)
--except TypeError:
--connector = TCPConnector(ssl_context=ssl_context)
-+connector = TCPConnector()
- return ClientSession(headers=headers, connector=connector, **kwargs)
- 
- 
-diff --git a/setup.py b/setup.py
-index 704ec43..4babe44 100644
 a/setup.py
-+++ b/setup.py
-@@ -54,7 +54,7 @@ setup(
- package_dir={"": "."},
- package_data={"dephell": ["templates/*.j2", "templates/*.sh"]},
- install_requires=[
--'aiohttp', 'attrs>=19.2.0', 'cerberus>=1.3', 'certifi',
-+'aiohttp', 'attrs>=19.2.0', 'cerberus>=1.3',
- 'dephell-archive>=0.1.5', 'dephell-argparse>=0.1.1',
- 'dephell-changelogs', 'dephell-discover>=0.2.6',
- 'dephell-licenses>=0.1.6', 'dephell-links>=0.1.4',
--- 
-2.25.2
-

Copied: 
python-dephell/repos/community-any/0001-Do-not-override-the-system-SSL-certificates-with-the.patch
 (from rev 641896, 
python-dephell/trunk/0001-Do-not-override-the-system-SSL-certificates-with-the.patch)
===
--- 0001-Do-not-override-the-system-SSL-certificates-with-the.patch 
(rev 0)
+++ 0001-Do-not-override-the-system-SSL-certificates-with-the.patch 
2020-06-11 01:54:54 UTC (rev 641897)
@@ -0,0 +1,55 @@
+From 9e8c2fd8abef936fa483da40f3819100b5e3b520 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Tue, 6 Aug 2019 19:43:13 -0400
+Subject: [PATCH] Do not override the system SSL certificates with the certifi
+ bundle.
+
+We need to respect the system certification policy, and by default the
+ssl module will use our packaged ca-certificates.
+
+ssl.create_default_context(cafile=None) is the default to use the
+builtin (system) certs, but can be overridden on the command line. I
+don't know why one would wish to do so, but eh, this patch is less
+invasive than the previous patch.
+---
+ dephell/networking.py | 3 +--
+ setup.py  | 2 +-
+ 2 files changed, 2 insertions(+), 3 deletions(-)
+
+diff --git a/dephell/networking.py b/dephell/networking.py
+index faa91d3..61f836f 100644
+--- a/dephell/networking.py
 b/dephell/networking.py
+@@ -6,7 +6,6 @@ from time import sleep
+ from typing import Any, Optional
+ 
+ # external
+-import certifi
+ import requests
+ from aiohttp import ClientError, ClientSession, TCPConnector
+ from requests.sessions import Session
+@@ -31,7 +30,7 @@ def aiohttp_session(*, auth: Optional[Auth] = None, 
**kwargs: Any) -> ClientSess
+ # setup SSL
+ cafile = config.get('ca')
+ if not cafile:
+-cafile = certifi.where()
++cafile = None
+ ssl_context = create_default_context(cafile=cafile)
+ try:
+

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

2020-06-10 Thread Eli Schwartz via arch-commits
Date: Thursday, June 11, 2020 @ 01:54:31
  Author: eschwartz
Revision: 641896

upgpkg: python-dephell 0.8.3-1: upstream release

- disable some new tests which we don't need to run
- reapply patch to use system certs -- the code was refactored

Modified:
  
python-dephell/trunk/0001-Do-not-override-the-system-SSL-certificates-with-the.patch
  python-dephell/trunk/PKGBUILD

-+
 0001-Do-not-override-the-system-SSL-certificates-with-the.patch |   49 
+-
 PKGBUILD|   13 +-
 2 files changed, 32 insertions(+), 30 deletions(-)

Modified: 0001-Do-not-override-the-system-SSL-certificates-with-the.patch
===
--- 0001-Do-not-override-the-system-SSL-certificates-with-the.patch 
2020-06-11 01:03:28 UTC (rev 641895)
+++ 0001-Do-not-override-the-system-SSL-certificates-with-the.patch 
2020-06-11 01:54:31 UTC (rev 641896)
@@ -1,4 +1,4 @@
-From 34bda6658067630dd28b732cc7b8ba259ebf919a Mon Sep 17 00:00:00 2001
+From 9e8c2fd8abef936fa483da40f3819100b5e3b520 Mon Sep 17 00:00:00 2001
 From: Eli Schwartz 
 Date: Tue, 6 Aug 2019 19:43:13 -0400
 Subject: [PATCH] Do not override the system SSL certificates with the certifi
@@ -6,41 +6,42 @@
 
 We need to respect the system certification policy, and by default the
 ssl module will use our packaged ca-certificates.
+
+ssl.create_default_context(cafile=None) is the default to use the
+builtin (system) certs, but can be overridden on the command line. I
+don't know why one would wish to do so, but eh, this patch is less
+invasive than the previous patch.
 ---
- dephell/networking.py | 7 +--
+ dephell/networking.py | 3 +--
  setup.py  | 2 +-
- 2 files changed, 2 insertions(+), 7 deletions(-)
+ 2 files changed, 2 insertions(+), 3 deletions(-)
 
 diff --git a/dephell/networking.py b/dephell/networking.py
-index 9f862be..b33e1b1 100644
+index faa91d3..61f836f 100644
 --- a/dephell/networking.py
 +++ b/dephell/networking.py
-@@ -2,7 +2,6 @@
- from ssl import create_default_context
+@@ -6,7 +6,6 @@ from time import sleep
+ from typing import Any, Optional
  
  # external
 -import certifi
  import requests
- from aiohttp import ClientSession, TCPConnector
- 
-@@ -17,11 +16,7 @@ def aiohttp_session(*, auth=None, **kwargs):
- headers = dict()
- if auth:
- headers['Authorization'] = auth.encode()
--ssl_context = create_default_context(cafile=certifi.where())
--try:
--connector = TCPConnector(ssl=ssl_context)
--except TypeError:
--connector = TCPConnector(ssl_context=ssl_context)
-+connector = TCPConnector()
- return ClientSession(headers=headers, connector=connector, **kwargs)
- 
- 
+ from aiohttp import ClientError, ClientSession, TCPConnector
+ from requests.sessions import Session
+@@ -31,7 +30,7 @@ def aiohttp_session(*, auth: Optional[Auth] = None, 
**kwargs: Any) -> ClientSess
+ # setup SSL
+ cafile = config.get('ca')
+ if not cafile:
+-cafile = certifi.where()
++cafile = None
+ ssl_context = create_default_context(cafile=cafile)
+ try:
+ connector = TCPConnector(ssl=ssl_context)
 diff --git a/setup.py b/setup.py
-index 704ec43..4babe44 100644
+index 2db6286..7f18120 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -54,7 +54,7 @@ setup(
+@@ -56,7 +56,7 @@ setup(
  package_dir={"": "."},
  package_data={"dephell": ["templates/*.j2", "templates/*.sh"]},
  install_requires=[
@@ -50,5 +51,5 @@
  'dephell-changelogs', 'dephell-discover>=0.2.6',
  'dephell-licenses>=0.1.6', 'dephell-links>=0.1.4',
 -- 
-2.25.2
+2.27.0
 

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 01:03:28 UTC (rev 641895)
+++ PKGBUILD2020-06-11 01:54:31 UTC (rev 641896)
@@ -2,7 +2,7 @@
 
 _pkgname=dephell
 pkgname=python-dephell
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="universal Python project management: convert between formats, build, 
manage venvs"
 arch=('any')
@@ -24,10 +24,10 @@
 'yapf: make setup.py converter produce google yapf-formatted 
output')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
 "0001-Do-not-override-the-system-SSL-certificates-with-the.patch")
-sha256sums=('44896e11545c242b9933ad897468dea0041b84785df41eb39935b7aa931a48a1'
-'1a1157ba7660db1c72e729fd17460a78ed24521e85643ce0097be709bfb48cc5')
-b2sums=('0bb41521d221e2f97352b1b44fbeec9c48f06b05b7f359cdc18eba93d89d5b879aed013c81df2dfdfa27c9b1bac952e67b83ec38e0a6a00f7b07ac8242c1d6a3'
-
'c5bcd919af73efae8f606231003215af778b326617313e04f9bd0cfd653c20a870363a2fae69c9b23f55bf5a58880c972178b04a13d5e414ab42e35939bc5786')
+sha256sums=('a9fcc528a0c6f9f5d721292bdf846e5338e4dca7cd6fef1551fbe71564dfe61e'
+

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

2020-06-10 Thread Kyle Keen via arch-commits
Date: Thursday, June 11, 2020 @ 01:03:28
  Author: kkeen
Revision: 641895

upgpkg: python-wcwidth 0.2.4-1

Modified:
  python-wcwidth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:37:38 UTC (rev 641894)
+++ PKGBUILD2020-06-11 01:03:28 UTC (rev 641895)
@@ -4,7 +4,7 @@
 pkgbase=python-wcwidth
 pkgname=(python-wcwidth python2-wcwidth)
 _name=wcwidth
-pkgver=0.1.9
+pkgver=0.2.4
 pkgrel=1
 pkgdesc="Measures number of Terminal column cells of wide-character codes"
 url="https://github.com/jquast/wcwidth;
@@ -13,7 +13,7 @@
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/w/$_name/$_name-$pkgver.tar.gz;)
-md5sums=('b32584cd6084b4a8c81df13a2a6b4351')
+md5sums=('5e6cd8cd008a7ad2c2578ac49a9d87a1')
 
 prepare() {
   cd "$srcdir"
@@ -23,7 +23,7 @@
 package_python-wcwidth() {
   cd "$srcdir/$_name-$pkgver"
   python3 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 package_python2-wcwidth() {
@@ -30,5 +30,5 @@
   depends=('python2')
   cd "$srcdir/python2-$_name-$pkgver"
   python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-06-10 Thread Nicola Squartini via arch-commits
Date: Thursday, June 11, 2020 @ 00:37:38
  Author: tensor5
Revision: 641894

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 641893, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 641893, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 641893, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 641893, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 641893, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 641893, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 641893, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 641893, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 641893, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 641893, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 641893, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 641893, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  280 +++---
 atom.js |   66 ++---
 dugite-use-system-git.patch |   66 ++---
 fix-atom-sh.patch   |  304 +++
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 +-
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  432 +-
 12 files changed, 690 insertions(+), 690 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 00:36:09 UTC (rev 641893)
+++ PKGBUILD2020-06-11 00:37:38 UTC (rev 641894)
@@ -1,140 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.47.0
-_commit=eb1ec862273c68ebcf281c8b21d60c8336f046a4
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron5' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit};
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'6218ecf9a767e80f70a4b07abaefcf63a3d615200ff27b2dbc7bb36eacd8e87f'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
-'e3c30c03006d23a72f07fa77f4309b16a6059af1179343033a87f74f50124076'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'a01a3237b3967b070e41a6bf3a4c664fbf6125559ffd3f84e43c81d77fa25b45')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i 

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

2020-06-10 Thread Nicola Squartini via arch-commits
Date: Thursday, June 11, 2020 @ 00:36:09
  Author: tensor5
Revision: 641893

upgpkg: atom 1.48.0-1

Modified:
  atom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:18:19 UTC (rev 641892)
+++ PKGBUILD2020-06-11 00:36:09 UTC (rev 641893)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.47.0
-_commit=eb1ec862273c68ebcf281c8b21d60c8336f046a4
+pkgver=1.48.0
+_commit=5df9cd3d774352321ffeb65570de77906792f8bc
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:17
  Author: heftig
Revision: 388781

archrelease: copy trunk to testing-x86_64

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

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

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

[arch-commits] Commit in bbswitch/repos/community-testing-x86_64 (6 files)

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:13
  Author: heftig
Revision: 641887

archrelease: copy trunk to community-testing-x86_64

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

+
 0001-proc_ops-struct.patch |   72 +++---
 0002-kernel-5.7.patch  |   22 -
 PKGBUILD   |  100 +--
 3 files changed, 97 insertions(+), 97 deletions(-)

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

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

Deleted: 0002-kernel-5.7.patch
===
--- 0002-kernel-5.7.patch   2020-06-11 00:18:12 UTC (rev 641886)
+++ 0002-kernel-5.7.patch   2020-06-11 00:18:13 UTC (rev 641887)
@@ -1,11 +0,0 @@
-diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
 bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
-+++ bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
-@@ -29,6 +29,7 @@
- #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
- 
- #include 
-+#include 
- #include 
- #include 
- #include 

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 00:18:12 UTC (rev 641886)
+++ PKGBUILD2020-06-11 

[arch-commits] Commit in deepin-anything-arch/repos/community-testing-x86_64 (4 files)

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:11
  Author: heftig
Revision: 641885

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/0001-linux-5.6.patch
(from rev 641879, deepin-anything-arch/trunk/0001-linux-5.6.patch)
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 641879, deepin-anything-arch/trunk/PKGBUILD)
Deleted:
  deepin-anything-arch/repos/community-testing-x86_64/0001-linux-5.6.patch
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD

--+
 0001-linux-5.6.patch |   80 -
 PKGBUILD |   72 ++--
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: 0001-linux-5.6.patch
===
--- 0001-linux-5.6.patch2020-06-11 00:18:10 UTC (rev 641884)
+++ 0001-linux-5.6.patch2020-06-11 00:18:11 UTC (rev 641885)
@@ -1,40 +0,0 @@
-diff --git a/kernelmod/vfs_change.c b/kernelmod/vfs_change.c
-index 6a0e334..e25faf4 100644
 a/kernelmod/vfs_change.c
-+++ b/kernelmod/vfs_change.c
-@@ -125,7 +125,11 @@ static ssize_t copy_vfs_changes(struct TIMESTRUCT *last, 
char* buf, size_t size)
-   ))
-   continue;
- 
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0)
-   time_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
-+#else
-+  time64_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
-+#endif
-   struct tm ts;
- #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 20, 0)
-   time_to_tm(shifted_secs, 0, );
-@@ -333,6 +337,7 @@ static long ioctl_vfs_changes(struct file* filp, unsigned 
int cmd, unsigned long
-   }
- }
- 
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 6, 0)
- static struct file_operations procfs_ops = {
-   .owner = THIS_MODULE,
-   .open = open_vfs_changes,
-@@ -342,6 +347,15 @@ static struct file_operations procfs_ops = {
-   //.llseek = generic_file_llseek,
-   .release = release_vfs_changes,
- };
-+#else
-+static struct proc_ops procfs_ops = {
-+  .proc_open = open_vfs_changes,
-+  .proc_read = read_vfs_changes,
-+  .proc_ioctl = ioctl_vfs_changes,
-+  .proc_lseek = no_llseek,
-+  .proc_release = release_vfs_changes,
-+};
-+#endif
- 
- int __init init_vfs_changes(void)
- {

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 00:18:10 UTC (rev 641884)
+++ PKGBUILD2020-06-11 00:18:11 UTC (rev 641885)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-anything-arch
-pkgver=5.0.1
-pkgrel=85
-pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-anything;
-license=('GPL3')
-makedepends=('linux-headers')
-provides=('DEEPIN-ANYTHING-MODULE')
-replaces=('deepin-anything-module')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;
-'0001-linux-5.6.patch')

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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:14
  Author: heftig
Revision: 641888

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 641882, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-11 00:18:14 UTC (rev 641888)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=153
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers')
+provides=('acpi_call')
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-$pkgver
+
+  # 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 acpi_call-$pkgver
+  make KVERSION="$(

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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:18
  Author: heftig
Revision: 388782

archrelease: copy trunk to testing-x86_64

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

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

Copied: wireguard-lts/repos/testing-x86_64/PKGBUILD (from rev 388780, 
wireguard-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-11 00:18:18 UTC (rev 388782)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=1.0.20200520
+pkgrel=6
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

[arch-commits] Commit in vhba-module/repos/community-testing-x86_64 (6 files)

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:12
  Author: heftig
Revision: 641886

archrelease: copy trunk to community-testing-x86_64

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

---+
 60-vhba.rules |2 -
 PKGBUILD  |  108 
 dkms.conf |   18 -
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: 60-vhba.rules
===
--- 60-vhba.rules   2020-06-11 00:18:11 UTC (rev 641885)
+++ 60-vhba.rules   2020-06-11 00:18:12 UTC (rev 641886)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
641879, vhba-module/trunk/60-vhba.rules)
===
--- 60-vhba.rules   (rev 0)
+++ 60-vhba.rules   2020-06-11 00:18:12 UTC (rev 641886)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 00:18:11 UTC (rev 641885)
+++ PKGBUILD2020-06-11 00:18:12 UTC (rev 641886)
@@ -1,54 +0,0 @@
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgbase=vhba-module
-pkgname=(vhba-module vhba-module-dkms)
-pkgver=20200106
-pkgrel=48
-pkgdesc="Kernel module that emulates SCSI devices"
-url="https://cdemu.sourceforge.io/;
-arch=(x86_64)
-license=(GPL)
-makedepends=('linux-headers')
-source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
-60-vhba.rules dkms.conf)
-sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
-'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
-'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make KERNELRELEASE="$(
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20200106
+pkgrel=49
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/;
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:17
  Author: heftig
Revision: 641890

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 00:18:16 UTC (rev 641889)
+++ PKGBUILD2020-06-11 00:18:17 UTC (rev 641890)
@@ -1,38 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgname='virtualbox-host-modules-arch'
-pkgver=6.1.10
-pkgrel=2
-pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-arch=('x86_64')
-url='https://virtualbox.org/'
-license=('GPL')
-makedepends=('linux-headers'
- "virtualbox-host-dkms=$pkgver")
-replaces=('virtualbox-modules' 'virtualbox-host-modules')
-conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-   'virtualbox-host-dkms')
-provides=('VIRTUALBOX-HOST-MODULES')
-
-build() {
-  _kernver="$(
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.10
+pkgrel=3
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:18
  Author: heftig
Revision: 641891

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:16
  Author: heftig
Revision: 641889

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:25
  Author: heftig
Revision: 388783

archrelease: copy trunk to testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 00:18:18 UTC (rev 388782)
+++ PKGBUILD2020-06-11 00:18:25 UTC (rev 388783)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgname=nvidia
-pkgver=440.82
-pkgrel=20
-pkgdesc="NVIDIA drivers for linux"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=('linux-headers' "nvidia-dkms=$pkgver")
-provides=('NVIDIA-MODULE')
-license=('custom')
-options=('!strip')
-
-build() {
-_kernver=$(
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=440.82
+pkgrel=21
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:39
  Author: heftig
Revision: 388786

archrelease: copy trunk to testing-x86_64

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

-+
 PKGBUILD|  398 
 config  |21718 +++---
 sphinx-workaround.patch |   26 
 3 files changed, 11071 insertions(+), 11071 deletions(-)

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


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:35
  Author: heftig
Revision: 388784

archrelease: copy trunk to testing-x86_64

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

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  132 
 PKGBUILD|  195 
 config  |10596 
++
 sphinx-workaround.patch |   15 
 4 files changed, 10938 insertions(+)

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


[arch-commits] Commit in netfilter-fullconenat/repos/community-testing-x86_64 (6 files)

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:10
  Author: heftig
Revision: 641884

archrelease: copy trunk to community-testing-x86_64

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

+
 Kbuild |2 -
 PKGBUILD   |   82 +--
 netfilter-fullconenat.conf |2 -
 3 files changed, 43 insertions(+), 43 deletions(-)

Deleted: Kbuild
===
--- Kbuild  2020-06-11 00:18:07 UTC (rev 641883)
+++ Kbuild  2020-06-11 00:18:10 UTC (rev 641884)
@@ -1 +0,0 @@
-obj-m = xt_FULLCONENAT.o

Copied: netfilter-fullconenat/repos/community-testing-x86_64/Kbuild (from rev 
641879, netfilter-fullconenat/trunk/Kbuild)
===
--- Kbuild  (rev 0)
+++ Kbuild  2020-06-11 00:18:10 UTC (rev 641884)
@@ -0,0 +1 @@
+obj-m = xt_FULLCONENAT.o

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 00:18:07 UTC (rev 641883)
+++ PKGBUILD2020-06-11 00:18:10 UTC (rev 641884)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Edward Pacman 
-
-pkgname=netfilter-fullconenat
-pkgver=r73.0cf3b48
-pkgrel=24
-pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
-arch=('x86_64')
-url="https://github.com/Chion82/netfilter-full-cone-nat;
-license=('GPL2')
-depends=("linux")
-makedepends=('linux-headers' 'git')
-source=("netfilter-fullconenat.conf" Kbuild
-
"${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat.git;)
-sha256sums=('a17dfdf1fd046219daeacc60065e3a81c80c2eb2cfdf6d8068278c509577f571'
-'7ff12ad066a68c65f23fc7e01654ca459ce3458172e3dce30f42553fa44dd7c2'
-'SKIP')
-
-pkgver() {
-  cd "$srcdir/${pkgname}"
-  ( set -o pipefail
-git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
-printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
-  )
-}
-
-build() {
-  cd $pkgname
-  ln -s ../Kbuild
-  make -C /usr/src/linux M=$PWD modules
-}
-
-package() {
-  # Install modules-load.conf
-  install -Dm644 netfilter-fullconenat.conf 
"${pkgdir}/usr/lib/modules-load.d/netfilter-fullconenat.conf"
-
-  install -Dt 
"${pkgdir}/usr/lib/modules/$(
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=25
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat;
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+source=("netfilter-fullconenat.conf" Kbuild
+
"${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat.git;)
+sha256sums=('a17dfdf1fd046219daeacc60065e3a81c80c2eb2cfdf6d8068278c509577f571'
+'7ff12ad066a68c65f23fc7e01654ca459ce3458172e3dce30f42553fa44dd7c2'
+'SKIP')
+
+pkgver() {
+  cd "$srcdir/${pkgname}"
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+build() {
+  cd $pkgname
+  ln -s ../Kbuild
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  # Install modules-load.conf
+  install -Dm644 netfilter-fullconenat.conf 
"${pkgdir}/usr/lib/modules-load.d/netfilter-fullconenat.conf"
+
+  install -Dt 
"${pkgdir}/usr/lib/modules/$(

[arch-commits] Commit in ndiswrapper-arch/repos/community-testing-x86_64 (10 files)

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:19
  Author: heftig
Revision: 641892

archrelease: copy trunk to community-testing-x86_64

Added:
  ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 641886, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch
(from rev 641887, ndiswrapper-arch/trunk/kernel-5.3.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch
(from rev 641888, ndiswrapper-arch/trunk/kernel-5.4.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.5.patch
(from rev 641888, ndiswrapper-arch/trunk/kernel-5.5.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.6.patch
(from rev 641888, ndiswrapper-arch/trunk/kernel-5.6.patch)
Deleted:
  ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.5.patch
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.6.patch

--+
 PKGBUILD |   90 ++--
 kernel-5.3.patch |  138 +--
 kernel-5.4.patch |   44 ++---
 kernel-5.5.patch |  144 ++--
 kernel-5.6.patch |  170 ++---
 5 files changed, 293 insertions(+), 293 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 00:18:18 UTC (rev 641891)
+++ PKGBUILD2020-06-11 00:18:19 UTC (rev 641892)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: maz-1 
-
-pkgname=ndiswrapper-arch
-pkgver=1.62
-pkgrel=64
-pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
-arch=('x86_64')
-url="https://sourceforge.net/projects/ndiswrapper/;
-license=('GPL')
-makedepends=('linux-headers')
-provides=('NDISWRAPPER-MODULE')
-replaces=('ndiswrapper-module')
-source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
-'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch' 
'kernel-5.6.patch')
-sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
-
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
-
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
-
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89'
-
'f37efd16a32c4a36607d43ccda0979a914521157e2095db4c331315638f24d440d8628ea7e98c96f92155e1df133478f0ce9eb76152e963eca4a3fecafbca155')
-
-prepare() {
-  cd ndiswrapper-$pkgver
-  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.6.patch
-}
-
-build() {
-  _kernver="$(
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.62
+pkgrel=65
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
+'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch' 
'kernel-5.6.patch')
+sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
+
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
+
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
+
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89'
+
'f37efd16a32c4a36607d43ccda0979a914521157e2095db4c331315638f24d440d8628ea7e98c96f92155e1df133478f0ce9eb76152e963eca4a3fecafbca155')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.6.patch
+}
+
+build() {
+  _kernver="$(task = NULL;
-

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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:17:16
  Author: heftig
Revision: 641879

5.0.1-86: linux 5.7.2.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:17:14 UTC (rev 641878)
+++ PKGBUILD2020-06-11 00:17:16 UTC (rev 641879)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.1
-pkgrel=85
+pkgrel=86
 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 acpi_call-lts/trunk (PKGBUILD)

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:17:12
  Author: heftig
Revision: 641876

1.1.0-153: linux-lts 5.4.46-1

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:17:10 UTC (rev 641875)
+++ PKGBUILD2020-06-11 00:17:12 UTC (rev 641876)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=152
+pkgrel=153
 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-zen/repos/testing-x86_64 (6 files)

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:36
  Author: heftig
Revision: 388785

archrelease: copy trunk to testing-x86_64

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

-+
 PKGBUILD|  398 
 config  |21790 +++---
 sphinx-workaround.patch |   26 
 3 files changed, 11107 insertions(+), 11107 deletions(-)

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


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:17:58
  Author: heftig
Revision: 641881

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 00:17:50 UTC (rev 641880)
+++ PKGBUILD2020-06-11 00:17:58 UTC (rev 641881)
@@ -1,41 +0,0 @@
-# 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=205
-pkgdesc='Broadcom 802.11 Linux STA wireless driver'
-arch=('x86_64')
-url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
-license=('custom')
-makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
-
-build() {
-_kernver=$(
+
+_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=206
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:17:13
  Author: heftig
Revision: 641877

1.62-65: linux 5.7.2.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:17:12 UTC (rev 641876)
+++ PKGBUILD2020-06-11 00:17:13 UTC (rev 641877)
@@ -3,7 +3,7 @@
 
 pkgname=ndiswrapper-arch
 pkgver=1.62
-pkgrel=64
+pkgrel=65
 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 r8168-lts/trunk (PKGBUILD)

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:17:14
  Author: heftig
Revision: 641878

8.048.03-4: linux-lts 5.4.46-1

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:17:13 UTC (rev 641877)
+++ PKGBUILD2020-06-11 00:17:14 UTC (rev 641878)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.048.03
-pkgrel=3
+pkgrel=4
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:17:18
  Author: heftig
Revision: 388780

1.0.20200520-6: linux-lts 5.4.46-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:17:10 UTC (rev 388779)
+++ PKGBUILD2020-06-11 00:17:18 UTC (rev 388780)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=1.0.20200520
-pkgrel=5
+pkgrel=6
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:01
  Author: heftig
Revision: 641882

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:18:07
  Author: heftig
Revision: 641883

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 00:18:01 UTC (rev 641882)
+++ PKGBUILD2020-06-11 00:18:07 UTC (rev 641883)
@@ -1,48 +0,0 @@
-# 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=212
-pkgdesc="Modules for ThinkPad's SMAPI functionality"
-arch=('x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-makedepends=('linux-headers' 'git')
-_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
-source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
-  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
-
-  make HDAPS=1 KVER="$(
+# 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=213
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:17:50
  Author: heftig
Revision: 641880

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 00:17:16 UTC (rev 641879)
+++ PKGBUILD2020-06-11 00:17:50 UTC (rev 641880)
@@ -1,33 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call
-pkgver=1.1.0
-pkgrel=324
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-url='https://github.com/mkottman/acpi_call'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
-conflicts=('acpi_call-dkms')
-
-build() {
-  _kernver=$(
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=325
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:17:10
  Author: heftig
Revision: 388779

440.82-21: linux 5.7.2.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:17:08 UTC (rev 388778)
+++ PKGBUILD2020-06-11 00:17:10 UTC (rev 388779)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=440.82
-pkgrel=20
+pkgrel=21
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:17:10
  Author: heftig
Revision: 641875

0.43-72: linux-lts 5.4.46-1

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:17:07 UTC (rev 641874)
+++ PKGBUILD2020-06-11 00:17:10 UTC (rev 641875)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=71
+pkgrel=72
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:17:00
  Author: heftig
Revision: 641871

0.8-326: linux 5.7.2.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:16:58 UTC (rev 641870)
+++ PKGBUILD2020-06-11 00:17:00 UTC (rev 641871)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=325
+pkgrel=326
 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 vhba-module/trunk (PKGBUILD)

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:17:04
  Author: heftig
Revision: 641873

20200106-49: linux 5.7.2.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:17:02 UTC (rev 641872)
+++ PKGBUILD2020-06-11 00:17:04 UTC (rev 641873)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=48
+pkgrel=49
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:16:58
  Author: heftig
Revision: 641870

6.30.223.271-206: linux 5.7.2.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:16:55 UTC (rev 641869)
+++ PKGBUILD2020-06-11 00:16:58 UTC (rev 641870)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=205
+pkgrel=206
 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 virtualbox-host-modules-arch/trunk (PKGBUILD)

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:16:53
  Author: heftig
Revision: 641868

6.1.10-3: linux 5.7.2.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:16:51 UTC (rev 641867)
+++ PKGBUILD2020-06-11 00:16:53 UTC (rev 641868)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.10
-pkgrel=2
+pkgrel=3
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:17:07
  Author: heftig
Revision: 641874

1.1.0-325: linux 5.7.2.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:17:04 UTC (rev 641873)
+++ PKGBUILD2020-06-11 00:17:07 UTC (rev 641874)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=324
+pkgrel=325
 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 r8168/trunk (PKGBUILD)

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:17:02
  Author: heftig
Revision: 641872

8.048.03-4: linux 5.7.2.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:17:00 UTC (rev 641871)
+++ PKGBUILD2020-06-11 00:17:02 UTC (rev 641872)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.03
-pkgrel=3
+pkgrel=4
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:17:08
  Author: heftig
Revision: 388778

440.82-21: linux-lts 5.4.46-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:16:15 UTC (rev 388777)
+++ PKGBUILD2020-06-11 00:17:08 UTC (rev 388778)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=440.82
-pkgrel=20
+pkgrel=21
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:16:51
  Author: heftig
Revision: 641867

r73.0cf3b48-25: linux 5.7.2.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:12:59 UTC (rev 641866)
+++ PKGBUILD2020-06-11 00:16:51 UTC (rev 641867)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=24
+pkgrel=25
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat;


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:16:55
  Author: heftig
Revision: 641869

0.43-213: linux 5.7.2.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:16:53 UTC (rev 641868)
+++ PKGBUILD2020-06-11 00:16:55 UTC (rev 641869)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=212
+pkgrel=213
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:16:15
  Author: heftig
Revision: 388777

5.4.46-1

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:16:11 UTC (rev 388776)
+++ PKGBUILD2020-06-11 00:16:15 UTC (rev 388777)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=5.4.45
+pkgver=5.4.46
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -24,7 +24,7 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('103f039f34a9009c42ea643b4f473bda6bb9607d5ad7f63b56b3e2351615fe2e'
+sha256sums=('30074ff2f1a2498da391fad73fc0efaa2256416a08fff8835069b1c59ab31b8e'
 'SKIP'
 'd20936f94b29f3e86513108ab772ef4778a8cb95ec7cd44519523a6eea40aa5d'
 'bdd05caf94135898bceac0a9d14ec6b1b458dba162d00efd46a292fe97f2679b'


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:16:02
  Author: heftig
Revision: 388775

5.7.2.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 21:07:28 UTC (rev 388774)
+++ PKGBUILD2020-06-11 00:16:02 UTC (rev 388775)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.7.1.arch1
+pkgver=5.7.2.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2020-06-10 Thread Jan Steffens via arch-commits
Date: Thursday, June 11, 2020 @ 00:16:11
  Author: heftig
Revision: 388776

5.7.2.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:16:02 UTC (rev 388775)
+++ PKGBUILD2020-06-11 00:16:11 UTC (rev 388776)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.7.1.zen1
+pkgver=5.7.2.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2020-06-10 Thread Eli Schwartz via arch-commits
Date: Thursday, June 11, 2020 @ 00:12:38
  Author: eschwartz
Revision: 641865

upgpkg: python-apsw 3.32.2-1: upstream release

Modified:
  python-apsw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 23:24:15 UTC (rev 641864)
+++ PKGBUILD2020-06-11 00:12:38 UTC (rev 641865)
@@ -5,7 +5,7 @@
 
 pkgbase=python-apsw
 pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.31.1
+pkgver=3.32.2
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/rogerbinns/apsw;
@@ -13,8 +13,8 @@
 depends=('sqlite')
 makedepends=('python' 'python2')
 
source=("apsw-$pkgver-r1.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz;)
-sha512sums=('5dbf770f33d35402e36ab79e167c48742b257cd14c95df5d22f1fe172b07ddf2419cf02fb4e0700732c4dd6a90d145415f2baed92063fd9d80f77db8a28ef83f')
-b2sums=('1541223ca52051277424f753b7f17ab89f19db053f68c1c05d5aab018a32fb15a87b393fcefe5040d2c2bb0ec6ee1aa9f3217a37bae7c6d27a23d9d81828e0cc')
+sha512sums=('f3412846d7ae2bf27cccf5a69217bc53ac1c321e0ce4ba3e2c47a302d58d7de6816fcc2a68746407bb963fa402064e7ff22ef8cba5ae2e8a415543715ffc510a')
+b2sums=('a84f273dda33edcaa8ecb9f269e2959ea133cab8f93acc35faa5eb737149a108b0aa30120b6d4b838afe08451ab9619d86441ca82ecfa54be7ed62432a0d8131')
 
 build() {
   cd apsw-${pkgver}-r1


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

2020-06-10 Thread Eli Schwartz via arch-commits
Date: Thursday, June 11, 2020 @ 00:12:59
  Author: eschwartz
Revision: 641866

archrelease: copy trunk to community-x86_64

Added:
  python-apsw/repos/community-x86_64/LICENSE
(from rev 641865, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-x86_64/PKGBUILD
(from rev 641865, python-apsw/trunk/PKGBUILD)
Deleted:
  python-apsw/repos/community-x86_64/LICENSE
  python-apsw/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   54 
 PKGBUILD |  102 ++---
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-06-11 00:12:38 UTC (rev 641865)
+++ LICENSE 2020-06-11 00:12:59 UTC (rev 641866)
@@ -1,27 +0,0 @@
-Copyright (c) 2004-2014 Roger Binns 
-See src/traceback.c for code by Greg Ewing.
-
-All code and documentation is provided under this license:
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
-claim that you wrote the original software. If you use this software
-in a product, an acknowledgment in the product documentation would be
-appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not be
-misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
-distribution.
-
-Alternatively you may strike the license above and use it under any
-OSI approved open source license such as those listed at
-http://opensource.org/licenses/alphabetical

Copied: python-apsw/repos/community-x86_64/LICENSE (from rev 641865, 
python-apsw/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-06-11 00:12:59 UTC (rev 641866)
@@ -0,0 +1,27 @@
+Copyright (c) 2004-2014 Roger Binns 
+See src/traceback.c for code by Greg Ewing.
+
+All code and documentation is provided under this license:
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not
+claim that you wrote the original software. If you use this software
+in a product, an acknowledgment in the product documentation would be
+appreciated but is not required.
+
+2. Altered source versions must be plainly marked as such, and must not be
+misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+distribution.
+
+Alternatively you may strike the license above and use it under any
+OSI approved open source license such as those listed at
+http://opensource.org/licenses/alphabetical

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 00:12:38 UTC (rev 641865)
+++ PKGBUILD2020-06-11 00:12:59 UTC (rev 641866)
@@ -1,51 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Brendan MacDonell 
-# Contributor: Linmiao Xu 
-# Contributor: Juan Miguel Cejuela 
-
-pkgbase=python-apsw
-pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.31.1
-pkgrel=1
-arch=('x86_64')
-url="https://github.com/rogerbinns/apsw;
-license=('MIT')
-depends=('sqlite')
-makedepends=('python' 'python2')
-source=("apsw-$pkgver-r1.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz;)
-sha512sums=('5dbf770f33d35402e36ab79e167c48742b257cd14c95df5d22f1fe172b07ddf2419cf02fb4e0700732c4dd6a90d145415f2baed92063fd9d80f77db8a28ef83f')
-b2sums=('1541223ca52051277424f753b7f17ab89f19db053f68c1c05d5aab018a32fb15a87b393fcefe5040d2c2bb0ec6ee1aa9f3217a37bae7c6d27a23d9d81828e0cc')
-
-build() {
-  cd apsw-${pkgver}-r1
-
-  python setup.py build --enable=load_extension
-  python2 setup.py build --enable=load_extension
-}
-
-check() {
-  cd "$srcdir"/apsw-${pkgver}-r1
-
-  # do glob expansion in variable assignment
-  pythonpaths=("$PWD/build/lib.linux-$CARCH"-3* 
"$PWD/build/lib.linux-$CARCH-"2*)
-  PYTHONPATH="${pythonpaths[0]}" python setup.py test
-  PYTHONPATH="${pythonpaths[1]}" python2 setup.py test
-}
-
-package_python-apsw() {
-depends+=('python')
-pkgdesc="Python wrapper for SQLite"
-  cd "$srcdir"/apsw-${pkgver}-r1
-  python setup.py install 

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

2020-06-10 Thread Filipe Laíns via arch-commits
Date: Wednesday, June 10, 2020 @ 23:24:15
  Author: ffy00
Revision: 641864

archrelease: copy trunk to community-any

Added:
  python-nox/repos/community-any/
  python-nox/repos/community-any/PKGBUILD
(from rev 641863, python-nox/trunk/PKGBUILD)

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

Copied: python-nox/repos/community-any/PKGBUILD (from rev 641863, 
python-nox/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-06-10 23:24:15 UTC (rev 641864)
@@ -0,0 +1,44 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=nox
+pkgname=python-$_pkgname
+pkgver=2020.5.24
+pkgrel=1
+pkgdesc='Flexible test automation for Python'
+arch=('any')
+url='https://github.com/theacodes/nox'
+license=('Apache')
+depends=('python' 'python-argcomplete' 'python-colorlog' 'python-py' 
'python-virtualenv')
+optdepends=('python-jinja: tox_to_nox'
+'python-tox: tox_to_nox')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-jinja' 'python-tox')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('6148ef30ef7ab787f7eaf3a4fc35504df351d51b22a1eed42899356ba695f4ca88b3d3a5880d421973307c00a8c1d3fb02fb9b81f2d32e78e2de0062223a8bfe')
+
+prepare() {
+  # missing python-contexter
+  rm $_pkgname-$pkgver/tests/test_main.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-10 Thread Filipe Laíns via arch-commits
Date: Wednesday, June 10, 2020 @ 23:24:11
  Author: ffy00
Revision: 641863

upgpkg: python-nox 2020.5.24-1

Added:
  python-nox/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 23:24:11 UTC (rev 641863)
@@ -0,0 +1,44 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=nox
+pkgname=python-$_pkgname
+pkgver=2020.5.24
+pkgrel=1
+pkgdesc='Flexible test automation for Python'
+arch=('any')
+url='https://github.com/theacodes/nox'
+license=('Apache')
+depends=('python' 'python-argcomplete' 'python-colorlog' 'python-py' 
'python-virtualenv')
+optdepends=('python-jinja: tox_to_nox'
+'python-tox: tox_to_nox')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-jinja' 'python-tox')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('6148ef30ef7ab787f7eaf3a4fc35504df351d51b22a1eed42899356ba695f4ca88b3d3a5880d421973307c00a8c1d3fb02fb9b81f2d32e78e2de0062223a8bfe')
+
+prepare() {
+  # missing python-contexter
+  rm $_pkgname-$pkgver/tests/test_main.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-10 Thread Filipe Laíns via arch-commits
Date: Wednesday, June 10, 2020 @ 23:16:29
  Author: ffy00
Revision: 641861

archrelease: copy trunk to community-any

Added:
  python-colorlog/repos/community-any/
  python-colorlog/repos/community-any/PKGBUILD
(from rev 641860, python-colorlog/trunk/PKGBUILD)

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

Copied: python-colorlog/repos/community-any/PKGBUILD (from rev 641860, 
python-colorlog/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-06-10 23:16:29 UTC (rev 641861)
@@ -0,0 +1,29 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-colorlog
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='A colored formatter for the python logging module'
+arch=('any')
+url='https://github.com/borntyping/python-colorlog'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('1e6569cc6ea60a706929744b079a4ca69c25a7e11913056cece076d5a184a83cc7bf218bb08c727bce74c55c053c2dc6f5daa2da386d0a483f8467828a2bd5e1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (python-nox python-nox/repos python-nox/trunk)

2020-06-10 Thread Filipe Laíns via arch-commits
Date: Wednesday, June 10, 2020 @ 23:16:50
  Author: ffy00
Revision: 641862

add root structure

Added:
  python-nox/
  python-nox/repos/
  python-nox/trunk/


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

2020-06-10 Thread Filipe Laíns via arch-commits
Date: Wednesday, June 10, 2020 @ 23:16:21
  Author: ffy00
Revision: 641860

upgpkg: python-colorlog 4.1.0-1

Added:
  python-colorlog/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 23:16:21 UTC (rev 641860)
@@ -0,0 +1,29 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-colorlog
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='A colored formatter for the python logging module'
+arch=('any')
+url='https://github.com/borntyping/python-colorlog'
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('1e6569cc6ea60a706929744b079a4ca69c25a7e11913056cece076d5a184a83cc7bf218bb08c727bce74c55c053c2dc6f5daa2da386d0a483f8467828a2bd5e1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2020-06-10 Thread Filipe Laíns via arch-commits
Date: Wednesday, June 10, 2020 @ 23:16:03
  Author: ffy00
Revision: 641859

add root structure

Added:
  python-colorlog/
  python-colorlog/repos/
  python-colorlog/trunk/
Deleted:
  python-colorlog/


[arch-commits] Commit in (3 files)

2020-06-10 Thread Filipe Laíns via arch-commits
Date: Wednesday, June 10, 2020 @ 22:52:29
  Author: ffy00
Revision: 641858

add root structure

Added:
  python-userpath/
  python-userpath/repos/
  python-userpath/trunk/


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

2020-06-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 10, 2020 @ 22:50:17
  Author: arojas
Revision: 641857

archrelease: copy trunk to community-x86_64

Added:
  gmic/repos/community-x86_64/PKGBUILD
(from rev 641856, gmic/trunk/PKGBUILD)
Deleted:
  gmic/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 22:50:05 UTC (rev 641856)
+++ PKGBUILD2020-06-10 22:50:17 UTC (rev 641857)
@@ -1,115 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic digikam-plugin-gmic)
-pkgver=2.9.1
-pkgrel=1
-arch=(x86_64)
-url="https://gmic.eu/;
-license=(custom:CeCILL)
-makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick 
qt5-tools digikam)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz
-
gmic-source-$pkgver.tar.gz::https://github.com/dtschump/gmic/archive/v.2.9.1.tar.gz)
-sha256sums=('55b1f6514f3e4f8861ef61b66e061b509abd82f87fb72bad0be3b9401dd20a00'
-'18a38c175b32340508fdc3282087505d056ab113088003141bb85ae6483f4c19')
-
-prepare() {
-  mkdir -p build{,-qt,-krita,-gimp,-digikam,-zart}
-
-# Move cmake modules
-  cp -r gmic-v.$pkgver/cmake gmic-$pkgver
-
-  sed -e 's|opencv|opencv4|' -i gmic-$pkgver/zart/zart.pro
-}
-
-build() {
-  cmake -B build -S gmic-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON
-  cmake --build build
-
-  export LDFLAGS="$LDFLAGS -L../build"
-  cmake -B build-qt -S gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=none
-  cmake --build build-qt
-
-  cmake -B build-gimp -S gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=gimp
-  cmake --build build-gimp
-
-  cmake -B build-krita -S gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=krita
-  cmake --build build-krita
-
-  cmake -B build-digikam -S gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=digikam
-  cmake --build build-digikam
-
-  cd build-zart
-  unset CXXFLAGS # https://github.com/c-koi/zart/issues/14
-  qmake ../gmic-$pkgver/zart \
-GMIC_PATH="$srcdir"/gmic-$pkgver/src GMIC_DYNAMIC_LINKING=on 
QMAKE_CXXFLAGS+=" -DOPENCV2_HEADERS"
-  make
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=(graphicsmagick opencv fftw)
-  optdepends=('qt5-base: for the Qt UI')
-
-  DESTDIR="$pkgdir" cmake --install build
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  DESTDIR="$pkgdir" cmake --install build-qt
-
-  install -Dm644 gmic-$pkgver/resources/gmic_cluts.gmz -t 
"$pkgdir"/usr/share/gmic
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=(gmic qt5-base)
-
-  cd build-zart
-  install -Dm755 zart -t "$pkgdir"/usr/bin
-  install -Dm644 ../gmic-$pkgver/zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=(gimp gmic qt5-base)
-
-  DESTDIR="$pkgdir" cmake --install build-gimp
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_krita-plugin-gmic() {
-  pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita gmic)
-
-  DESTDIR="$pkgdir" cmake --install build-krita
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_digikam-plugin-gmic() {
-  pkgdesc="DigiKam plugin for the G'MIC image processing framework"
-  depends=(digikam gmic)
-
-  DESTDIR="$pkgdir" cmake --install build-digikam
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gmic/repos/community-x86_64/PKGBUILD (from rev 641856, 
gmic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 22:50:17 UTC (rev 641857)
@@ -0,0 +1,106 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic digikam-plugin-gmic)
+pkgver=2.9.1
+pkgrel=2
+arch=(x86_64)
+url="https://gmic.eu/;
+license=(custom:CeCILL)

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

2020-06-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 10, 2020 @ 22:50:05
  Author: arojas
Revision: 641856

New tarball, don't build static lib

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 22:47:34 UTC (rev 641855)
+++ PKGBUILD2020-06-10 22:50:05 UTC (rev 641856)
@@ -7,29 +7,19 @@
 pkgbase=gmic
 pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic digikam-plugin-gmic)
 pkgver=2.9.1
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://gmic.eu/;
 license=(custom:CeCILL)
 makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick 
qt5-tools digikam)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz
-
gmic-source-$pkgver.tar.gz::https://github.com/dtschump/gmic/archive/v.2.9.1.tar.gz)
-sha256sums=('55b1f6514f3e4f8861ef61b66e061b509abd82f87fb72bad0be3b9401dd20a00'
-'18a38c175b32340508fdc3282087505d056ab113088003141bb85ae6483f4c19')
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
+sha256sums=('50c9dd418b8d0e80c703c2e2b179b6049343567483d37d9ff6c642c6ede95d8d')
 
-prepare() {
-  mkdir -p build{,-qt,-krita,-gimp,-digikam,-zart}
-
-# Move cmake modules
-  cp -r gmic-v.$pkgver/cmake gmic-$pkgver
-
-  sed -e 's|opencv|opencv4|' -i gmic-$pkgver/zart/zart.pro
-}
-
 build() {
   cmake -B build -S gmic-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON
+-DENABLE_DYNAMIC_LINKING=ON \
+-DBUILD_LIB_STATIC=OFF
   cmake --build build
 
   export LDFLAGS="$LDFLAGS -L../build"
@@ -61,6 +51,7 @@
 -DGMIC_QT_HOST=digikam
   cmake --build build-digikam
 
+  mkdir -p build-zart
   cd build-zart
   unset CXXFLAGS # https://github.com/c-koi/zart/issues/14
   qmake ../gmic-$pkgver/zart \


[arch-commits] Commit in (python-pipx python-pipx/repos python-pipx/trunk)

2020-06-10 Thread Filipe Laíns via arch-commits
Date: Wednesday, June 10, 2020 @ 22:47:34
  Author: ffy00
Revision: 641855

add root structure

Added:
  python-pipx/
  python-pipx/repos/
  python-pipx/trunk/


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

2020-06-10 Thread Daniel M. Capella via arch-commits
Date: Wednesday, June 10, 2020 @ 21:59:19
  Author: polyzen
Revision: 641854

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 21:58:56 UTC (rev 641853)
+++ PKGBUILD2020-06-10 21:59:19 UTC (rev 641854)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=backcall
-pkgname=python-backcall
-pkgver=0.1.0
-pkgrel=4
-pkgdesc='Backwards compatible callback APIs'
-arch=('any')
-url=https://github.com/takluyver/backcall
-license=('BSD')
-depends=('python')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;
-
"$_name-8eb45a77-LICENSE::https://raw.githubusercontent.com/takluyver/backcall/8eb45a77a40edad74b33086d05fd4d99d43d80b0/LICENSE;)
-sha256sums=('38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4'
-'d422f8ce77312733c07f5fec8ccbe61d58d539774f7a66f37e4bc54740d86020')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  mkdir -p temp
-  local sitepackages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  python setup.py install --skip-build --root=temp
-  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" python 
tests/test_callback_prototypes.py
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 ../$_name-8eb45a77-LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-backcall/repos/community-any/PKGBUILD (from rev 641853, 
python-backcall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 21:59:19 UTC (rev 641854)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella 
+
+_name=backcall
+pkgname=python-backcall
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Backwards compatible callback APIs'
+arch=('any')
+url=https://github.com/takluyver/backcall
+license=('BSD')
+depends=('python')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  mkdir -p temp
+  local sitepackages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  python setup.py install --skip-build --root=temp
+  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$sitepackages" python 
tests/test_callback_prototypes.py
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-10 Thread Daniel M. Capella via arch-commits
Date: Wednesday, June 10, 2020 @ 21:58:56
  Author: polyzen
Revision: 641853

upgpkg: python-backcall 0.2.0-1

Modified:
  python-backcall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 21:43:18 UTC (rev 641852)
+++ PKGBUILD2020-06-10 21:58:56 UTC (rev 641853)
@@ -2,17 +2,15 @@
 
 _name=backcall
 pkgname=python-backcall
-pkgver=0.1.0
-pkgrel=4
+pkgver=0.2.0
+pkgrel=1
 pkgdesc='Backwards compatible callback APIs'
 arch=('any')
 url=https://github.com/takluyver/backcall
 license=('BSD')
 depends=('python')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;
-
"$_name-LICENSE-8eb45a77::https://raw.githubusercontent.com/takluyver/backcall/8eb45a77a40edad74b33086d05fd4d99d43d80b0/LICENSE;)
-sha256sums=('38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4'
-'d422f8ce77312733c07f5fec8ccbe61d58d539774f7a66f37e4bc54740d86020')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e')
 
 build() {
   cd $_name-$pkgver
@@ -30,7 +28,7 @@
 package() {
   cd $_name-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 ../$_name-LICENSE-8eb45a77 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
 }
 
 # vim:set ts=2 sw=2 et:


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

2020-06-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, June 10, 2020 @ 21:43:18
  Author: foutrelis
Revision: 641852

Verify signed git tag with gpg

Modified:
  wkhtmltopdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 21:28:04 UTC (rev 641851)
+++ PKGBUILD2020-06-10 21:43:18 UTC (rev 641852)
@@ -10,8 +10,9 @@
 depends=('qt5-webkit' 'qt5-svg' 'qt5-xmlpatterns')
 makedepends=('git')
 optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
-source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver;)
+source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver?signed;)
 sha256sums=('SKIP')
+validpgpkeys=('76C0969C076A23EC4849F462D3E3E8ACF99DE8EA') # Ashish Kulkarni 
(Open Source) 
 
 build() {
   cd $pkgname


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

2020-06-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, June 10, 2020 @ 21:27:59
  Author: foutrelis
Revision: 641850

upgpkg: wkhtmltopdf 0.12.6-1: new upstream release

Modified:
  wkhtmltopdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 21:24:36 UTC (rev 641849)
+++ PKGBUILD2020-06-10 21:27:59 UTC (rev 641850)
@@ -1,13 +1,13 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=wkhtmltopdf
-pkgver=0.12.5
+pkgver=0.12.6
 pkgrel=1
 pkgdesc="Command line tools to render HTML into PDF and various image formats"
 arch=('x86_64')
 url="https://wkhtmltopdf.org/;
 license=('LGPL3')
-depends=('qt5-webkit' 'qt5-svg')
+depends=('qt5-webkit' 'qt5-svg' 'qt5-xmlpatterns')
 makedepends=('git')
 optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
 source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver;)
@@ -23,7 +23,7 @@
   cd $pkgname
   make INSTALL_ROOT="$pkgdir/usr" install
 
-  # Generate and install man page
+  # Generate and install man pages
   install -d "$pkgdir/usr/share/man/man1"
   LD_LIBRARY_PATH=bin ./bin/wkhtmltopdf --manpage \
 >"$pkgdir/usr/share/man/man1/wkhtmltopdf.1"


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

2020-06-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, June 10, 2020 @ 21:28:04
  Author: foutrelis
Revision: 641851

archrelease: copy trunk to community-x86_64

Added:
  wkhtmltopdf/repos/community-x86_64/PKGBUILD
(from rev 641850, wkhtmltopdf/trunk/PKGBUILD)
Deleted:
  wkhtmltopdf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 21:27:59 UTC (rev 641850)
+++ PKGBUILD2020-06-10 21:28:04 UTC (rev 641851)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=wkhtmltopdf
-pkgver=0.12.5
-pkgrel=1
-pkgdesc="Command line tools to render HTML into PDF and various image formats"
-arch=('x86_64')
-url="https://wkhtmltopdf.org/;
-license=('LGPL3')
-depends=('qt5-webkit' 'qt5-svg')
-makedepends=('git')
-optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
-source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd $pkgname
-  qmake-qt5 wkhtmltopdf.pro
-  make
-}
-
-package() {
-  cd $pkgname
-  make INSTALL_ROOT="$pkgdir/usr" install
-
-  # Generate and install man page
-  install -d "$pkgdir/usr/share/man/man1"
-  LD_LIBRARY_PATH=bin ./bin/wkhtmltopdf --manpage \
->"$pkgdir/usr/share/man/man1/wkhtmltopdf.1"
-  LD_LIBRARY_PATH=bin ./bin/wkhtmltoimage --manpage \
->"$pkgdir/usr/share/man/man1/wkhtmltoimage.1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wkhtmltopdf/repos/community-x86_64/PKGBUILD (from rev 641850, 
wkhtmltopdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 21:28:04 UTC (rev 641851)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=wkhtmltopdf
+pkgver=0.12.6
+pkgrel=1
+pkgdesc="Command line tools to render HTML into PDF and various image formats"
+arch=('x86_64')
+url="https://wkhtmltopdf.org/;
+license=('LGPL3')
+depends=('qt5-webkit' 'qt5-svg' 'qt5-xmlpatterns')
+makedepends=('git')
+optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
+source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  qmake-qt5 wkhtmltopdf.pro
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="$pkgdir/usr" install
+
+  # Generate and install man pages
+  install -d "$pkgdir/usr/share/man/man1"
+  LD_LIBRARY_PATH=bin ./bin/wkhtmltopdf --manpage \
+>"$pkgdir/usr/share/man/man1/wkhtmltopdf.1"
+  LD_LIBRARY_PATH=bin ./bin/wkhtmltoimage --manpage \
+>"$pkgdir/usr/share/man/man1/wkhtmltoimage.1"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 10, 2020 @ 21:24:36
  Author: arojas
Revision: 641849

archrelease: copy trunk to community-x86_64

Added:
  gmic/repos/community-x86_64/PKGBUILD
(from rev 641848, gmic/trunk/PKGBUILD)
Deleted:
  gmic/repos/community-x86_64/PKGBUILD
  gmic/repos/community-x86_64/gmic-fix-cmake.patch
  gmic/repos/community-x86_64/zart-opencv4.patch

--+
 PKGBUILD |  245 +++--
 gmic-fix-cmake.patch |   25 -
 zart-opencv4.patch   |   22 
 3 files changed, 115 insertions(+), 177 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 21:24:23 UTC (rev 641848)
+++ PKGBUILD2020-06-10 21:24:36 UTC (rev 641849)
@@ -1,130 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic digikam-plugin-gmic)
-pkgver=2.9.0
-pkgrel=11
-arch=(x86_64)
-url="https://gmic.eu/;
-license=(custom:CeCILL)
-makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick 
qt5-tools digikam)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz zart-opencv4.patch 
gmic-fix-cmake.patch)
-sha256sums=('6233695f9b27999dcc7cc3aa7480b0f192bd44de85209091a3b4b8a65ae8c4b5'
-'f4295a2b9a6730060e1dd763c602bd5156570d623bc69c2214dfd11e94943296'
-'f4fd5e27434e9d5a030c22a0f279e32dc023bb4723ca09a6c10c7d2cac75')
-
-prepare() {
-  mkdir -p build{,-qt,-krita,-gimp,-digikam,-zart}
-
-  sed -e 's|pkg_check_modules(OPENCV opencv)|pkg_check_modules(OPENCV 
opencv4)|' -i gmic-$pkgver/CMakeLists.txt
-
-  cd gmic-$pkgver
-  patch -p1 -i "$srcdir"/gmic-fix-cmake.patch
-
-# fix build with openCV 4.0
-  cd zart
-  patch -p1 -i ../../zart-opencv4.patch
-  sed -e 's|opencv|opencv4|' -i zart.pro
-}
-
-build() {
-  cd build
-  cmake ../gmic-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON
-  make
-
-  export LDFLAGS="$LDFLAGS -L../build"
-  cd ../build-qt
-  cmake ../gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=none
-  make
-
-  cd ../build-gimp
-  cmake ../gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=gimp
-  make
-
-  cd ../build-krita
-  cmake ../gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=krita
-  make
-
-  cd ../build-digikam
-  cmake ../gmic-$pkgver/gmic-qt \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_DYNAMIC_LINKING=ON \
--DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
--DGMIC_QT_HOST=digikam
-  make
-
-  cd ../build-zart
-  unset CXXFLAGS # https://github.com/c-koi/zart/issues/14
-  qmake ../gmic-$pkgver/zart \
-GMIC_PATH="$srcdir"/gmic-$pkgver/src GMIC_DYNAMIC_LINKING=on 
QMAKE_CXXFLAGS+=" -DOPENCV2_HEADERS"
-  make
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=(graphicsmagick opencv fftw)
-  optdepends=('qt5-base: for the Qt UI')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  cd ../build-qt
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/gmic-$pkgver/resources/gmic_cluts.gmz -t 
"$pkgdir"/usr/share/gmic
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=(gmic qt5-base)
-
-  cd build-zart
-  install -Dm755 zart -t "$pkgdir"/usr/bin
-  install -Dm644 ../gmic-$pkgver/zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=(gimp gmic qt5-base)
-
-  cd build-gimp
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_krita-plugin-gmic() {
-  pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita gmic)
-
-  cd build-krita
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_digikam-plugin-gmic() {
-  pkgdesc="DigiKam plugin for the G'MIC image processing framework"
-  depends=(digikam gmic)
-
-  cd build-digikam
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gmic/repos/community-x86_64/PKGBUILD (from rev 641848, 
gmic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 21:24:36 

[arch-commits] Commit in gmic/trunk (PKGBUILD gmic-fix-cmake.patch zart-opencv4.patch)

2020-06-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 10, 2020 @ 21:24:23
  Author: arojas
Revision: 641848

Update to 2.9.1

Modified:
  gmic/trunk/PKGBUILD
Deleted:
  gmic/trunk/gmic-fix-cmake.patch
  gmic/trunk/zart-opencv4.patch

--+
 PKGBUILD |   75 +++--
 gmic-fix-cmake.patch |   25 
 zart-opencv4.patch   |   22 --
 3 files changed, 30 insertions(+), 92 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 20:45:17 UTC (rev 641847)
+++ PKGBUILD2020-06-10 21:24:23 UTC (rev 641848)
@@ -6,72 +6,62 @@
 
 pkgbase=gmic
 pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic digikam-plugin-gmic)
-pkgver=2.9.0
-pkgrel=11
+pkgver=2.9.1
+pkgrel=1
 arch=(x86_64)
 url="https://gmic.eu/;
 license=(custom:CeCILL)
 makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick 
qt5-tools digikam)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz zart-opencv4.patch 
gmic-fix-cmake.patch)
-sha256sums=('6233695f9b27999dcc7cc3aa7480b0f192bd44de85209091a3b4b8a65ae8c4b5'
-'f4295a2b9a6730060e1dd763c602bd5156570d623bc69c2214dfd11e94943296'
-'f4fd5e27434e9d5a030c22a0f279e32dc023bb4723ca09a6c10c7d2cac75')
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz
+
gmic-source-$pkgver.tar.gz::https://github.com/dtschump/gmic/archive/v.2.9.1.tar.gz)
+sha256sums=('55b1f6514f3e4f8861ef61b66e061b509abd82f87fb72bad0be3b9401dd20a00'
+'18a38c175b32340508fdc3282087505d056ab113088003141bb85ae6483f4c19')
 
 prepare() {
   mkdir -p build{,-qt,-krita,-gimp,-digikam,-zart}
 
-  sed -e 's|pkg_check_modules(OPENCV opencv)|pkg_check_modules(OPENCV 
opencv4)|' -i gmic-$pkgver/CMakeLists.txt
+# Move cmake modules
+  cp -r gmic-v.$pkgver/cmake gmic-$pkgver
 
-  cd gmic-$pkgver
-  patch -p1 -i "$srcdir"/gmic-fix-cmake.patch
-
-# fix build with openCV 4.0
-  cd zart
-  patch -p1 -i ../../zart-opencv4.patch
-  sed -e 's|opencv|opencv4|' -i zart.pro
+  sed -e 's|opencv|opencv4|' -i gmic-$pkgver/zart/zart.pro
 }
 
 build() {
-  cd build
-  cmake ../gmic-$pkgver \
+  cmake -B build -S gmic-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_DYNAMIC_LINKING=ON
-  make
+  cmake --build build
 
   export LDFLAGS="$LDFLAGS -L../build"
-  cd ../build-qt
-  cmake ../gmic-$pkgver/gmic-qt \
+  cmake -B build-qt -S gmic-$pkgver/gmic-qt \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_DYNAMIC_LINKING=ON \
 -DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
 -DGMIC_QT_HOST=none
-  make
+  cmake --build build-qt
 
-  cd ../build-gimp
-  cmake ../gmic-$pkgver/gmic-qt \
+  cmake -B build-gimp -S gmic-$pkgver/gmic-qt \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_DYNAMIC_LINKING=ON \
 -DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
 -DGMIC_QT_HOST=gimp
-  make
+  cmake --build build-gimp
 
-  cd ../build-krita
-  cmake ../gmic-$pkgver/gmic-qt \
+  cmake -B build-krita -S gmic-$pkgver/gmic-qt \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_DYNAMIC_LINKING=ON \
 -DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
 -DGMIC_QT_HOST=krita
-  make
+  cmake --build build-krita
 
-  cd ../build-digikam
-  cmake ../gmic-$pkgver/gmic-qt \
+  cmake -B build-digikam -S gmic-$pkgver/gmic-qt \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_DYNAMIC_LINKING=ON \
 -DGMIC_PATH="$srcdir"/gmic-$pkgver/src \
 -DGMIC_QT_HOST=digikam
-  make
+  cmake --build build-digikam
 
-  cd ../build-zart
+  cd build-zart
   unset CXXFLAGS # https://github.com/c-koi/zart/issues/14
   qmake ../gmic-$pkgver/zart \
 GMIC_PATH="$srcdir"/gmic-$pkgver/src GMIC_DYNAMIC_LINKING=on 
QMAKE_CXXFLAGS+=" -DOPENCV2_HEADERS"
@@ -83,14 +73,12 @@
   depends=(graphicsmagick opencv fftw)
   optdepends=('qt5-base: for the Qt UI')
 
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
-  cd ../build-qt
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build-qt
 
-  install -Dm644 "$srcdir"/gmic-$pkgver/resources/gmic_cluts.gmz -t 
"$pkgdir"/usr/share/gmic
+  install -Dm644 gmic-$pkgver/resources/gmic_cluts.gmz -t 
"$pkgdir"/usr/share/gmic
 }
 
 package_zart() {
@@ -106,9 +94,8 @@
   pkgdesc="Gimp plugin for the G'MIC image processing framework"
   depends=(gimp gmic qt5-base)
 
-  cd build-gimp
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  DESTDIR="$pkgdir" cmake --install build-gimp
+  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_krita-plugin-gmic() {
@@ -115,9 +102,8 @@
   pkgdesc="Krita plugin for the G'MIC image processing framework"
   depends=(krita gmic)
 
-  cd build-krita
-  make DESTDIR="$pkgdir" install
-  

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

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 21:07:22
  Author: eworm
Revision: 388773

upgpkg: jemalloc 1:5.2.1-3

build with `--disable-initial-exec-tls` (FS#66962)

Modified:
  jemalloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 21:06:17 UTC (rev 388772)
+++ PKGBUILD2020-06-10 21:07:22 UTC (rev 388773)
@@ -5,7 +5,7 @@
 pkgname=jemalloc
 epoch=1
 pkgver=5.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('x86_64')
 license=('BSD')
@@ -20,6 +20,7 @@
   cd $pkgname-$pkgver
 
   ./configure \
+--disable-initial-exec-tls \
 --enable-autogen \
 --prefix=/usr
   make


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

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 21:07:28
  Author: eworm
Revision: 388774

archrelease: copy trunk to testing-x86_64

Added:
  jemalloc/repos/testing-x86_64/
  jemalloc/repos/testing-x86_64/PKGBUILD
(from rev 388773, jemalloc/trunk/PKGBUILD)

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

Copied: jemalloc/repos/testing-x86_64/PKGBUILD (from rev 388773, 
jemalloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-10 21:07:28 UTC (rev 388774)
@@ -0,0 +1,36 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Kovivchak Evgen 
+
+pkgname=jemalloc
+epoch=1
+pkgver=5.2.1
+pkgrel=3
+pkgdesc='General-purpose scalable concurrent malloc implementation'
+arch=('x86_64')
+license=('BSD')
+url='http://www.canonware.com/jemalloc/'
+depends=('glibc')
+provides=('libjemalloc.so')
+optdepends=('perl: for jeprof')
+source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--disable-initial-exec-tls \
+--enable-autogen \
+--prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  chmod 644 "$pkgdir/usr/lib/libjemalloc_pic.a"
+}


[arch-commits] Commit in systemd/repos/testing-x86_64 (42 files)

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 21:06:17
  Author: eworm
Revision: 388772

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 388771, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  
systemd/repos/testing-x86_64/0002-make-homed-userdbd-repart-services-installable.patch
(from rev 388771, 
systemd/trunk/0002-make-homed-userdbd-repart-services-installable.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 388771, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 388771, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 388771, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 388771, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 388771, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 388771, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 388771, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 388771, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 388771, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 388771, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 388771, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 388771, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 388771, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 388771, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 388771, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 388771, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 388771, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 388771, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 388771, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
  
systemd/repos/testing-x86_64/0002-make-homed-userdbd-repart-services-installable.patch
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
  systemd/repos/testing-x86_64/30-systemd-update.hook
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd-hook
  systemd/repos/testing-x86_64/systemd-user.pam
  systemd/repos/testing-x86_64/systemd.install

---+
 0001-Use-Arch-Linux-device-access-groups.patch|  134 +-
 0002-make-homed-userdbd-repart-services-installable.patch |  342 +++---
 20-systemd-sysusers.hook  |   20 
 30-systemd-binfmt.hook|   20 
 30-systemd-catalog.hook   |   22 
 30-systemd-daemon-reload.hook |   22 
 30-systemd-hwdb.hook  |   22 
 30-systemd-sysctl.hook|   20 
 30-systemd-tmpfiles.hook  |   20 
 30-systemd-udev-reload.hook   |   22 
 30-systemd-update.hook|   22 
 PKGBUILD  |  594 ++--
 arch.conf |   14 
 initcpio-hook-udev|   44 
 initcpio-install-systemd  |  397 +++-
 initcpio-install-udev |   58 -
 loader.conf   |2 
 systemd-hook  |   74 -
 systemd-user.pam

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

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 21:05:49
  Author: eworm
Revision: 388771

upgpkg: systemd 245.6-6

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 20:59:01 UTC (rev 388770)
+++ PKGBUILD2020-06-10 21:05:49 UTC (rev 388771)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='a47534aa62edfddb2df86e2d0c208979f24dc8c2' # git rev-parse v${pkgver}
 pkgver=245.6
-pkgrel=5
+pkgrel=6
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'


[arch-commits] Commit in systemd/trunk (PKGBUILD initcpio-install-systemd)

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 20:59:01
  Author: eworm
Revision: 388770

revert changes, but keep locked root account

This had some shortcomings, so we revert. We will develop a
sane solution for this soon.

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-install-systemd

--+
 PKGBUILD |2 +-
 initcpio-install-systemd |   11 +--
 2 files changed, 2 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 20:19:48 UTC (rev 388769)
+++ PKGBUILD2020-06-10 20:59:01 UTC (rev 388770)
@@ -44,7 +44,7 @@
 
'e38c7c422c82953f9c2476a5ab8009d614cbec839e4088bff5db7698ddc84e3d8ed64f32ed323f57b1913c5c9703546f794996cb415ed7cdda930b627962a3c4'
 
'85d115c10016e4a67eec051315e2e292939844f260bf698018c5bd1c516c28444f635eb15832a23e26891c4beda14bacfa57fdeda45c00f1b653abe3b123'
 
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
-
'3e41c029728d80f469375ae1a0fd2107ede128c91ddf58e57058dd45cfd1403f8f0e75de4c1d4349acad84aea9d0011fdb8e1955335dfb619bddd61613dce6ee'
+
'd0218d51c557a8456e8f41a56fa057b525bbcfcfa580cbd58efb14f356854172a8e1f31779e023350645a5e28cd4b9d94b0d7a8a3d2ee22db181c65d8f661a2e'
 
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
 
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
 
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2020-06-10 20:19:48 UTC (rev 388769)
+++ initcpio-install-systemd2020-06-10 20:59:01 UTC (rev 388770)
@@ -169,17 +169,8 @@
 'group: files' \
 'shadow: files'
 
-# By default we lock the root account in initramfs. A failed service or
-# timeout must not open the opportunity of an unprotected root shell.
-# Overwrite the shadow file in initramfs by creating custom
-# /etc/shadow.initramfs. Be warned: The file may leak from encrypted to
-# unencrypted storage.
 echo "root:x:0:0:root:/:/bin/sh" >"$BUILDROOT/etc/passwd"
-if [ -s /etc/shadow.initramfs ]; then
-add_file /etc/shadow.initramfs /etc/shadow
-else
-echo 'root:*:::' >"$BUILDROOT/etc/shadow"
-fi
+echo 'root:*:::' >"$BUILDROOT/etc/shadow"
 getent group root audio disk input kmem kvm lp optical render storage tty 
uucp video | awk -F: ' { print $1 ":x:" $3 ":" }' >"$BUILDROOT/etc/group"
 
 add_dir "/etc/modules-load.d"


[arch-commits] Commit in gitlab/repos (15 files)

2020-06-10 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 10, 2020 @ 20:45:17
  Author: anatolik
Revision: 641847

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 641846, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/build_fix.patch
(from rev 641846, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-testing-x86_64/configs.patch
(from rev 641846, gitlab/trunk/configs.patch)
  gitlab/repos/community-testing-x86_64/environment
(from rev 641846, gitlab/trunk/environment)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 641846, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 641846, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 641846, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-puma.service
(from rev 641846, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 641846, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 641846, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 641846, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 641846, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 641846, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-testing-x86_64/ruby27-pop-extra-arg.patch
(from rev 641846, gitlab/trunk/ruby27-pop-extra-arg.patch)

+
 PKGBUILD   |  195 +
 build_fix.patch|   23 +++
 configs.patch  |  283 +++
 environment|3 
 gitlab-backup.service  |   19 ++
 gitlab-backup.timer|   10 +
 gitlab-mailroom.service|   21 +++
 gitlab-puma.service|   33 +
 gitlab-sidekiq.service |   30 
 gitlab.install |   34 +
 gitlab.logrotate   |6 
 gitlab.target  |7 +
 gitlab.tmpfiles.d  |1 
 ruby27-pop-extra-arg.patch |   26 +++
 14 files changed, 691 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 641846, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-06-10 20:45:17 UTC (rev 641847)
@@ -0,0 +1,195 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: 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=13.0.6
+pkgrel=1
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss;
+license=('MIT')
+options=(!buildflags)
+depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/gitlab/database.yml"
+"etc/webapps/gitlab/gitlab.yml"
+"etc/webapps/gitlab/resque.yml"
+"etc/webapps/gitlab/puma.rb"
+"etc/webapps/gitlab/smtp_settings.rb"
+"etc/logrotate.d/gitlab")
+source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
+configs.patch
+build_fix.patch
+environment
+gitlab-puma.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate
+ruby27-pop-extra-arg.patch)
+install='gitlab.install'
+sha512sums=('SKIP'
+
'0cecb4a7bdba40961ef17169ff3042da8ffab169786255bf1f1143734efd74daed639ac5de181bf68acb59bc31dbe59a4b632f5be165ccb451c247be6f2d2229'
+
'9623de113358d3d6e49047f688e272d9394579734ace1bd647497e8717a90784546d27e547a29197a16c80d72ad9f2c79eb65f8edc631deadf2ec90ee86ea44b'
+

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

2020-06-10 Thread Anatol Pomozov via arch-commits
Date: Wednesday, June 10, 2020 @ 20:44:08
  Author: anatolik
Revision: 641846

upgpkg: gitlab 13.0.6-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 20:27:26 UTC (rev 641845)
+++ PKGBUILD2020-06-10 20:44:08 UTC (rev 641846)
@@ -1,4 +1,5 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Anatol Pomozov 
+# Contributor: Sven-Hendrik Haase 
 # Contributor: Pavol (Lopo) Hluchy 
 # Contributor: Jonas Heinrich 
 # Contributor: Massimiliano Torromeo 
@@ -10,7 +11,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=13.0.5
+pkgver=13.0.6
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')


[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2020-06-10 Thread Daniel M. Capella via arch-commits
Date: Wednesday, June 10, 2020 @ 20:27:26
  Author: polyzen
Revision: 641845

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 641844, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 20:27:05 UTC (rev 641844)
+++ PKGBUILD2020-06-10 20:27:26 UTC (rev 641845)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-pkgname=firefox-tree-style-tab
-pkgver=3.5.4
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-license=('MPL' 'MPL2')
-groups=('firefox-addons')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('6f6725aac13b2e019124e979e862a62f487f7415dfabf92901ec07c1190e435a')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 641844, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 20:27:26 UTC (rev 641845)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=3.5.5
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'MPL2')
+groups=('firefox-addons')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('2f9396542b0990818d1490f5cb712f022da9a2e735148e44fedfcbd880137e25')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-10 Thread Daniel M. Capella via arch-commits
Date: Wednesday, June 10, 2020 @ 20:27:05
  Author: polyzen
Revision: 641844

upgpkg: firefox-tree-style-tab 3.5.5-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 20:15:30 UTC (rev 641843)
+++ PKGBUILD2020-06-10 20:27:05 UTC (rev 641844)
@@ -2,7 +2,7 @@
 # Contributor: Jérémie Detrey 
 
 pkgname=firefox-tree-style-tab
-pkgver=3.5.4
+pkgver=3.5.5
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')
@@ -11,7 +11,7 @@
 url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
 
source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab_-$pkgver-fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('6f6725aac13b2e019124e979e862a62f487f7415dfabf92901ec07c1190e435a')
+sha256sums=('2f9396542b0990818d1490f5cb712f022da9a2e735148e44fedfcbd880137e25')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi


[arch-commits] Commit in systemd/repos (22 files)

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 20:19:48
  Author: eworm
Revision: 388769

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 388768, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  
systemd/repos/testing-x86_64/0002-make-homed-userdbd-repart-services-installable.patch
(from rev 388768, 
systemd/trunk/0002-make-homed-userdbd-repart-services-installable.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 388768, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 388768, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 388768, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 388768, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 388768, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 388768, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 388768, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 388768, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 388768, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 388768, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 388768, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 388768, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 388768, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 388768, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 388768, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 388768, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 388768, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 388768, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 388768, systemd/trunk/systemd.install)

---+
 0001-Use-Arch-Linux-device-access-groups.patch|   67 ++
 0002-make-homed-userdbd-repart-services-installable.patch |  171 ++
 20-systemd-sysusers.hook  |   10 
 30-systemd-binfmt.hook|   10 
 30-systemd-catalog.hook   |   11 
 30-systemd-daemon-reload.hook |   11 
 30-systemd-hwdb.hook  |   11 
 30-systemd-sysctl.hook|   10 
 30-systemd-tmpfiles.hook  |   10 
 30-systemd-udev-reload.hook   |   11 
 30-systemd-update.hook|   11 
 PKGBUILD  |  297 
 arch.conf |7 
 initcpio-hook-udev|   22 
 initcpio-install-systemd  |  203 
 initcpio-install-udev |   29 +
 loader.conf   |1 
 systemd-hook  |   37 +
 systemd-user.pam  |5 
 systemd.install   |  109 
 20 files changed, 1043 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 388768, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2020-06-10 20:19:48 UTC (rev 388769)
@@ -0,0 +1,67 @@
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ rules.d/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in   |  6 +++---
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/rules.d/50-udev-default.rules.in 
b/rules.d/50-udev-default.rules.in
+index 191f56f42..f81c4d0fc 100644
+--- 

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

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 20:19:31
  Author: eworm
Revision: 388768

upgpkg: systemd 245.6-5

push recent changes

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 20:07:40 UTC (rev 388767)
+++ PKGBUILD2020-06-10 20:19:31 UTC (rev 388768)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='a47534aa62edfddb2df86e2d0c208979f24dc8c2' # git rev-parse v${pkgver}
 pkgver=245.6
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'


[arch-commits] Commit in python-dephell-versioning/repos/community-any (2 files)

2020-06-10 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 10, 2020 @ 20:15:30
  Author: eschwartz
Revision: 641843

archrelease: copy trunk to community-any

Added:
  python-dephell-versioning/repos/community-any/PKGBUILD
(from rev 641842, python-dephell-versioning/trunk/PKGBUILD)
Deleted:
  python-dephell-versioning/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 20:15:09 UTC (rev 641842)
+++ PKGBUILD2020-06-10 20:15:30 UTC (rev 641843)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=dephell_versioning
-pkgname=python-dephell-versioning
-pkgver=0.1.1
-pkgrel=3
-pkgdesc="Bump project version like a pro"
-arch=('any')
-url="https://github.com/dephell/${_pkgname};
-license=('MIT')
-depends=('python-packaging')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('c438a39662fdf88b00196b56ece4e542db8fa9b16ee5c164a834451240026848')
-b2sums=('2574400f4638ef9d3c3484a821f6dfe17a430e4a4d03ba43c7e203012f18fd2bf066649527f72fbaab36c7fdbd9e5e262083dde0ca29699262520083878807d7')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# pycache slipped into release tarballs
-find . -name \*.pyc -delete
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-dephell-versioning/repos/community-any/PKGBUILD (from rev 
641842, python-dephell-versioning/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 20:15:30 UTC (rev 641843)
@@ -0,0 +1,35 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=dephell_versioning
+pkgname=python-dephell-versioning
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="Bump project version like a pro"
+arch=('any')
+url="https://github.com/dephell/${_pkgname};
+license=('MIT')
+depends=('python-packaging')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('9ba7636704af7bd64af5a64ab8efb482c8b0bf4868699722f5e2647763edf8e5')
+b2sums=('472a7c209f07880d02e687ad98436e5a7046c9471a4cf408a4611b63e7aac6e9a55bb87cb9b348311bfb6af492b29ae4fcb717f8d1949b8b9f49e164ef0550ae')
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2020-06-10 Thread Eli Schwartz via arch-commits
Date: Wednesday, June 10, 2020 @ 20:15:09
  Author: eschwartz
Revision: 641842

upgpkg: python-dephell-versioning 0.1.2-1: upstream release

Modified:
  python-dephell-versioning/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 20:14:08 UTC (rev 641841)
+++ PKGBUILD2020-06-10 20:15:09 UTC (rev 641842)
@@ -2,8 +2,8 @@
 
 _pkgname=dephell_versioning
 pkgname=python-dephell-versioning
-pkgver=0.1.1
-pkgrel=3
+pkgver=0.1.2
+pkgrel=1
 pkgdesc="Bump project version like a pro"
 arch=('any')
 url="https://github.com/dephell/${_pkgname};
@@ -12,16 +12,9 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('c438a39662fdf88b00196b56ece4e542db8fa9b16ee5c164a834451240026848')
-b2sums=('2574400f4638ef9d3c3484a821f6dfe17a430e4a4d03ba43c7e203012f18fd2bf066649527f72fbaab36c7fdbd9e5e262083dde0ca29699262520083878807d7')
+sha256sums=('9ba7636704af7bd64af5a64ab8efb482c8b0bf4868699722f5e2647763edf8e5')
+b2sums=('472a7c209f07880d02e687ad98436e5a7046c9471a4cf408a4611b63e7aac6e9a55bb87cb9b348311bfb6af492b29ae4fcb717f8d1949b8b9f49e164ef0550ae')
 
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# pycache slipped into release tarballs
-find . -name \*.pyc -delete
-}
-
 build(){
 cd "${srcdir}"/${_pkgname}-${pkgver}
 


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

2020-06-10 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 10, 2020 @ 20:14:08
  Author: bisson
Revision: 641841

archrelease: copy trunk to community-x86_64

Added:
  ncdu/repos/community-x86_64/PKGBUILD
(from rev 641840, ncdu/trunk/PKGBUILD)
Deleted:
  ncdu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 20:13:51 UTC (rev 641840)
+++ PKGBUILD2020-06-10 20:14:08 UTC (rev 641841)
@@ -1,28 +0,0 @@
-# Contributor: lp76 
-# Contributor: Daenyth 
-# Maintainer: Gaetan Bisson 
-
-pkgname=ncdu
-pkgver=1.15
-pkgrel=1
-pkgdesc='Disk usage analyzer with an ncurses interface'
-url='https://dev.yorhel.nl/ncdu'
-license=('custom:MIT')
-depends=('ncurses')
-arch=('x86_64')
-validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
-source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('4a593dc5cceb2492a9669f5f5d69d0e517de457a11036788ea4591f33c5297fb'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ncdu/repos/community-x86_64/PKGBUILD (from rev 641840, 
ncdu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 20:14:08 UTC (rev 641841)
@@ -0,0 +1,28 @@
+# Contributor: lp76 
+# Contributor: Daenyth 
+# Maintainer: Gaetan Bisson 
+
+pkgname=ncdu
+pkgver=1.15.1
+pkgrel=1
+pkgdesc='Disk usage analyzer with an ncurses interface'
+url='https://dev.yorhel.nl/ncdu'
+license=('custom:MIT')
+depends=('ncurses')
+arch=('x86_64')
+validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
+source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('b02ddc4dbf1db139cc6fbbe2f54a282770380f0ca5c17089855eab52a9ea3fb0'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-06-10 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, June 10, 2020 @ 20:13:51
  Author: bisson
Revision: 641840

upstream update

Modified:
  ncdu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 19:08:46 UTC (rev 641839)
+++ PKGBUILD2020-06-10 20:13:51 UTC (rev 641840)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=ncdu
-pkgver=1.15
+pkgver=1.15.1
 pkgrel=1
 pkgdesc='Disk usage analyzer with an ncurses interface'
 url='https://dev.yorhel.nl/ncdu'
@@ -12,7 +12,7 @@
 arch=('x86_64')
 validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
 source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('4a593dc5cceb2492a9669f5f5d69d0e517de457a11036788ea4591f33c5297fb'
+sha256sums=('b02ddc4dbf1db139cc6fbbe2f54a282770380f0ca5c17089855eab52a9ea3fb0'
 'SKIP')
 
 build() {


[arch-commits] Commit in systemd/trunk (PKGBUILD initcpio-install-systemd)

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 20:07:40
  Author: eworm
Revision: 388767

lock the root account in initramfs...

but allow to overwrite shadow file in initramfs with custom
/etc/shadow.initramfs.

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-install-systemd

--+
 PKGBUILD |2 +-
 initcpio-install-systemd |   11 ++-
 2 files changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 18:58:28 UTC (rev 388766)
+++ PKGBUILD2020-06-10 20:07:40 UTC (rev 388767)
@@ -44,7 +44,7 @@
 
'e38c7c422c82953f9c2476a5ab8009d614cbec839e4088bff5db7698ddc84e3d8ed64f32ed323f57b1913c5c9703546f794996cb415ed7cdda930b627962a3c4'
 
'85d115c10016e4a67eec051315e2e292939844f260bf698018c5bd1c516c28444f635eb15832a23e26891c4beda14bacfa57fdeda45c00f1b653abe3b123'
 
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
-
'e5dfc897f281dcfa89dc81b4f24a4098a49b190bff49cea313c20d4ad019e8ebbe07cbe84232bae0579d103bc66ce96d098e0dbd0a93efd19d249ac742060038'
+
'3e41c029728d80f469375ae1a0fd2107ede128c91ddf58e57058dd45cfd1403f8f0e75de4c1d4349acad84aea9d0011fdb8e1955335dfb619bddd61613dce6ee'
 
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
 
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
 
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2020-06-10 18:58:28 UTC (rev 388766)
+++ initcpio-install-systemd2020-06-10 20:07:40 UTC (rev 388767)
@@ -169,8 +169,17 @@
 'group: files' \
 'shadow: files'
 
+# By default we lock the root account in initramfs. A failed service or
+# timeout must not open the opportunity of an unprotected root shell.
+# Overwrite the shadow file in initramfs by creating custom
+# /etc/shadow.initramfs. Be warned: The file may leak from encrypted to
+# unencrypted storage.
 echo "root:x:0:0:root:/:/bin/sh" >"$BUILDROOT/etc/passwd"
-echo "root" >"$BUILDROOT/etc/shadow"
+if [ -s /etc/shadow.initramfs ]; then
+add_file /etc/shadow.initramfs /etc/shadow
+else
+echo 'root:*:::' >"$BUILDROOT/etc/shadow"
+fi
 getent group root audio disk input kmem kvm lp optical render storage tty 
uucp video | awk -F: ' { print $1 ":x:" $3 ":" }' >"$BUILDROOT/etc/group"
 
 add_dir "/etc/modules-load.d"


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

2020-06-10 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 10, 2020 @ 19:08:40
  Author: lcarlier
Revision: 641838

upgpkg: lib32-mesa 20.1.1-1: upstream update 2.1.1

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 18:54:30 UTC (rev 641837)
+++ PKGBUILD2020-06-10 19:08:40 UTC (rev 641838)
@@ -6,8 +6,8 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
 pkgdesc="An open-source implementation of the OpenGL specification (32-bit)"
-pkgver=20.1.0
-pkgrel=4
+pkgver=20.1.1
+pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'xorgproto' 'lib32-libdrm'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libvdpau'
@@ -18,7 +18,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('f49230d18febe1bfd7c6282ab95fc244530f5cef56df0f804d8bece8a70bafcb445b8b83df96ad1b4c5af022c4e39a71f19a8f7e47b1fb09ada2b1a1317ff3be'
+sha512sums=('a8ae02915305488e5e0d8c104da73df1cdd61ab0b5c5d27a6851c418d25a2c9beeea9cddf93a341afa63cec52d356fe68b194c8c36e78c26f66fa884fc27f147'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 

@@ -26,7 +26,7 @@
   'E3E8F480C52ADD73B278EE78E1ECBE07D7D70895'  # Juan Antonio 
Suárez Romero (Igalia, S.L.) 
   'A5CC9FEC93F2F837CB044912336909B6B25FADFA'  # Juan A. Suarez 
Romero 
   '71C4B75620BC75708B4BDB254C95FAAB3EB073EC'  # Dylan Baker 

-  'CC31EF29D32A6637889530F2481D0E9D964E5593') # Eric Engestrom 

+  '57551DE15B968F6341C248F68D8E31AFC32428A6') # Eric Engestrom 

 
 prepare() {
   cd mesa-$pkgver


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

2020-06-10 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 10, 2020 @ 19:08:46
  Author: lcarlier
Revision: 641839

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 641838, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 641838, lib32-mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +++
 PKGBUILD |  215 +
 2 files changed, 298 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 641838, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2020-06-10 19:08:46 UTC (rev 641839)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+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.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 641838, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-06-10 19:08:46 UTC (rev 641839)
@@ -0,0 +1,215 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=lib32-mesa
+pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
+pkgdesc="An open-source 

[arch-commits] Commit in pidgin/trunk (4 files)

2020-06-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, June 10, 2020 @ 18:58:23
  Author: foutrelis
Revision: 388765

upgpkg: pidgin 2.14.0-1: new upstream release

Modified:
  pidgin/trunk/PKGBUILD
Deleted:
  pidgin/trunk/pidgin-nm-1.0.patch
  pidgin/trunk/pidgin-python-3.8.patch
  pidgin/trunk/purple-remote-python3.patch

-+
 PKGBUILD|   30 +++-
 pidgin-nm-1.0.patch |   52 --
 pidgin-python-3.8.patch |   13 --
 purple-remote-python3.patch |   34 ---
 4 files changed, 9 insertions(+), 120 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 18:58:05 UTC (rev 388764)
+++ PKGBUILD2020-06-10 18:58:23 UTC (rev 388765)
@@ -5,34 +5,22 @@
 # Contributor: Lucien Immink 
 
 pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.13.0
-pkgrel=10
+pkgver=2.14.0
+pkgrel=1
 arch=('x86_64')
 url="https://pidgin.im/;
 license=('GPL')
 makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
  'libidn' 'libgadu' 'python' 'hicolor-icon-theme' 'farstream' 'tk'
- 'libnsl' 'avahi' 'ca-certificates' 'intltool' 'libnm' 'dbus-glib')
-source=(https://bitbucket.org/pidgin/main/downloads/$pkgname-$pkgver.tar.bz2{,.asc}
-purple-remote-python3.patch pidgin-python-3.8.patch 
pidgin-nm-1.0.patch)
-sha256sums=('2747150c6f711146bddd333c496870bfd55058bab22ffb7e4eb784018ec46d8f'
-'SKIP'
-'4eb6be9310e4d5d1b906b1d579c395000ee0af6d6f5056307233512151d1f4b1'
-'afc824771b7409859f06b18f88ed9db97e90e3a5b10e5bab60f880c19f058c4f'
-'ca00ab0f502690f7a1551020dfc9a0119edf1eabaae9127658313d6635acda33')
-validpgpkeys=('364E2EB38EA6A8D61FB963AD75FE259AA8AC8032') # Gary Kramlich 
(grim) 
+ 'libnsl' 'avahi' 'ca-certificates' 'intltool' 'libnm' 'dbus-glib'
+ 'libgnt')
+source=(https://downloads.sourceforge.net/project/pidgin/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('d06ec08b1174c1a9534664ac3e997ee9b6a67eded126dfca9041c2f7db56c82f'
+'SKIP')
+validpgpkeys=('40DE1DC7288FE3F50AB938C548F66AFFD9BDB729') # Gary Kramlich 

 
 prepare() {
   cd $pkgbase-$pkgver
-
-  # https://developer.pidgin.im/ticket/17065
-  patch -Np1 -i ../purple-remote-python3.patch
-  # Fix networkmanager 1.0 detection (Fedora)
-  patch -p1 -i ../pidgin-nm-1.0.patch
-  # Fix build with python 3.8
-  patch -p1 -i ../pidgin-python-3.8.patch
-
-  autoreconf -vif
 }
 
 build() {
@@ -89,7 +77,7 @@
 
 package_finch(){
   pkgdesc="A ncurses-based messaging client"
-  depends=('libpurple' 'libx11' 'python')
+  depends=('libpurple' 'libgnt' 'libx11')
 
   cd $pkgbase-$pkgver
 

Deleted: pidgin-nm-1.0.patch
===
--- pidgin-nm-1.0.patch 2020-06-10 18:58:05 UTC (rev 388764)
+++ pidgin-nm-1.0.patch 2020-06-10 18:58:23 UTC (rev 388765)
@@ -1,52 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 04836fa..0a2d451 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1423,18 +1423,24 @@ fi
- dnl Check for NetworkManager.h; if we don't have it, oh well
- if test "x$enable_dbus" = "xyes" ; then
-   if test "x$enable_nm" = "xyes" ; then
--  PKG_CHECK_MODULES(NETWORKMANAGER, [NetworkManager >= 0.5.0], [
-+  PKG_CHECK_MODULES(NETWORKMANAGER, [libnm], [
-   AC_SUBST(NETWORKMANAGER_CFLAGS)
-   AC_SUBST(NETWORKMANAGER_LIBS)
-   AC_DEFINE(HAVE_NETWORKMANAGER, 1, [Define if we have 
NetworkManager.])
-   ], [
--  enable_nm=no
--  if test "x$force_deps" = "xyes" ; then
--  AC_MSG_ERROR([
-+  PKG_CHECK_MODULES(NETWORKMANAGER, [NetworkManager >= 
0.5.0], [
-+  AC_SUBST(NETWORKMANAGER_CFLAGS)
-+  AC_SUBST(NETWORKMANAGER_LIBS)
-+  AC_DEFINE(HAVE_NETWORKMANAGER, 1, [Define if we 
have NetworkManager.])
-+  ], [
-+  enable_nm=no
-+  if test "x$force_deps" = "xyes" ; then
-+  AC_MSG_ERROR([
- NetworkManager development headers not found.
- Use --disable-nm if you do not need NetworkManager support.
- ])
--  fi])
-+  fi])
-+  ])
-   fi
- else
-   enable_nm=no
-diff --git a/libpurple/network.c b/libpurple/network.c
-index c43e3c7..b17e439 100644
 a/libpurple/network.c
-+++ b/libpurple/network.c
-@@ -939,8 +939,13 @@ nm_update_state(NMState state)
- #if NM_CHECK_VERSION(0,8,992)
-   case NM_STATE_DISCONNECTING:
- #endif
-+#if NM_CHECK_VERSION(1,0,0)
-+  if (prev != NM_STATE_CONNECTED_GLOBAL && prev != 
NM_STATE_UNKNOWN)
-+  

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

2020-06-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, June 10, 2020 @ 18:58:28
  Author: foutrelis
Revision: 388766

archrelease: copy trunk to extra-x86_64

Added:
  pidgin/repos/extra-x86_64/PKGBUILD
(from rev 388765, pidgin/trunk/PKGBUILD)
Deleted:
  pidgin/repos/extra-x86_64/PKGBUILD
  pidgin/repos/extra-x86_64/pidgin-nm-1.0.patch
  pidgin/repos/extra-x86_64/pidgin-python-3.8.patch
  pidgin/repos/extra-x86_64/purple-remote-python3.patch

-+
 PKGBUILD|  204 +++---
 pidgin-nm-1.0.patch |   52 --
 pidgin-python-3.8.patch |   13 --
 purple-remote-python3.patch |   34 ---
 4 files changed, 96 insertions(+), 207 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 18:58:23 UTC (rev 388765)
+++ PKGBUILD2020-06-10 18:58:28 UTC (rev 388766)
@@ -1,108 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexander Fehr 
-# Contributor: Lucien Immink 
-
-pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.13.0
-pkgrel=10
-arch=('x86_64')
-url="https://pidgin.im/;
-license=('GPL')
-makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
- 'libidn' 'libgadu' 'python' 'hicolor-icon-theme' 'farstream' 'tk'
- 'libnsl' 'avahi' 'ca-certificates' 'intltool' 'libnm' 'dbus-glib')
-source=(https://bitbucket.org/pidgin/main/downloads/$pkgname-$pkgver.tar.bz2{,.asc}
-purple-remote-python3.patch pidgin-python-3.8.patch 
pidgin-nm-1.0.patch)
-sha256sums=('2747150c6f711146bddd333c496870bfd55058bab22ffb7e4eb784018ec46d8f'
-'SKIP'
-'4eb6be9310e4d5d1b906b1d579c395000ee0af6d6f5056307233512151d1f4b1'
-'afc824771b7409859f06b18f88ed9db97e90e3a5b10e5bab60f880c19f058c4f'
-'ca00ab0f502690f7a1551020dfc9a0119edf1eabaae9127658313d6635acda33')
-validpgpkeys=('364E2EB38EA6A8D61FB963AD75FE259AA8AC8032') # Gary Kramlich 
(grim) 
-
-prepare() {
-  cd $pkgbase-$pkgver
-
-  # https://developer.pidgin.im/ticket/17065
-  patch -Np1 -i ../purple-remote-python3.patch
-  # Fix networkmanager 1.0 detection (Fedora)
-  patch -p1 -i ../pidgin-nm-1.0.patch
-  # Fix build with python 3.8
-  patch -p1 -i ../pidgin-python-3.8.patch
-
-  autoreconf -vif
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-schemas-install \
---disable-meanwhile \
---disable-gnutls \
---enable-cyrus-sasl \
---disable-doxygen \
---enable-nm \
---with-system-ssl-certs=/etc/ssl/certs
-make
-}
-
-package_pidgin(){
-  pkgdesc="Multi-protocol instant messaging client"
-  depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
-   'gst-plugins-base' 'gst-plugins-good' 'hicolor-icon-theme')
-  optdepends=('aspell: for spelling correction')
-
-  cd $pkgbase-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
-
-  make -C pidgin DESTDIR="$pkgdir" install
-  make -C doc DESTDIR="$pkgdir" install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
-
-  rm "$pkgdir/usr/share/man/man1/finch.1"
-}
-
-package_libpurple(){
-  pkgdesc="IM library extracted from Pidgin"
-  depends=('farstream' 'libsasl' 'libidn' 'libnsl' 'libgadu' 'dbus-glib' 'nss'
-   'libnm')
-  optdepends=('avahi: Bonjour protocol support'
-  'ca-certificates: SSL CA certificates'
-  'python-dbus: for purple-remote and purple-url-handler'
-  'tk: Tcl/Tk scripting support')
-
-  cd $pkgbase-$pkgver
-
-  for _dir in libpurple share/sounds share/ca-certs m4macros po; do
-make -C "$_dir" DESTDIR="$pkgdir" install
-  done
-}
-
-package_finch(){
-  pkgdesc="A ncurses-based messaging client"
-  depends=('libpurple' 'libx11' 'python')
-
-  cd $pkgbase-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
-
-  make -C finch DESTDIR="$pkgdir" install
-  make -C doc DESTDIR="$pkgdir" install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
-
-  rm "$pkgdir"/usr/share/man/man1/pidgin.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pidgin/repos/extra-x86_64/PKGBUILD (from rev 388765, 
pidgin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 18:58:28 UTC (rev 388766)
@@ -0,0 +1,96 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: Lucien Immink 
+
+pkgname=('pidgin' 'libpurple' 'finch')
+pkgver=2.14.0
+pkgrel=1
+arch=('x86_64')
+url="https://pidgin.im/;
+license=('GPL')
+makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
+ 'libidn' 

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

2020-06-10 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 10, 2020 @ 18:58:00
  Author: lcarlier
Revision: 388763

upgpkg: mesa 20.1.1-1: upstream update 2.1.1

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 18:54:56 UTC (rev 388762)
+++ PKGBUILD2020-06-10 18:58:00 UTC (rev 388763)
@@ -6,8 +6,8 @@
 pkgbase=mesa
 pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=20.1.0
-pkgrel=4
+pkgver=20.1.1
+pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
  'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 
'zstd' 'elfutils' 'llvm'
@@ -17,7 +17,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('f49230d18febe1bfd7c6282ab95fc244530f5cef56df0f804d8bece8a70bafcb445b8b83df96ad1b4c5af022c4e39a71f19a8f7e47b1fb09ada2b1a1317ff3be'
+sha512sums=('a8ae02915305488e5e0d8c104da73df1cdd61ab0b5c5d27a6851c418d25a2c9beeea9cddf93a341afa63cec52d356fe68b194c8c36e78c26f66fa884fc27f147'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 

@@ -25,7 +25,7 @@
   'E3E8F480C52ADD73B278EE78E1ECBE07D7D70895'  # Juan Antonio 
Suárez Romero (Igalia, S.L.) 
   'A5CC9FEC93F2F837CB044912336909B6B25FADFA'  # Juan A. Suarez 
Romero 
   '71C4B75620BC75708B4BDB254C95FAAB3EB073EC'  # Dylan Baker 

-  'CC31EF29D32A6637889530F2481D0E9D964E5593') # Eric Engestrom 

+  '57551DE15B968F6341C248F68D8E31AFC32428A6') # Eric Engestrom 

 
 prepare() {
   cd mesa-$pkgver


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

2020-06-10 Thread Laurent Carlier via arch-commits
Date: Wednesday, June 10, 2020 @ 18:58:05
  Author: lcarlier
Revision: 388764

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 388763, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 388763, mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +
 PKGBUILD |  201 +
 2 files changed, 284 insertions(+)

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 388763, mesa/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2020-06-10 18:58:05 UTC (rev 388764)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+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.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: mesa/repos/testing-x86_64/PKGBUILD (from rev 388763, 
mesa/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-10 18:58:05 UTC (rev 388764)
@@ -0,0 +1,201 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Maintainer: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=mesa
+pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
+pkgdesc="An open-source implementation of the OpenGL specification"
+pkgver=20.1.1
+pkgrel=1
+arch=('x86_64')
+makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
+   

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

2020-06-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, June 10, 2020 @ 18:49:30
  Author: foutrelis
Revision: 388760

archrelease: copy trunk to extra-x86_64

Added:
  libgnt/repos/extra-x86_64/
  libgnt/repos/extra-x86_64/PKGBUILD
(from rev 388759, libgnt/trunk/PKGBUILD)

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

Copied: libgnt/repos/extra-x86_64/PKGBUILD (from rev 388759, 
libgnt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2020-06-10 18:49:30 UTC (rev 388760)
@@ -0,0 +1,26 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=libgnt
+pkgver=2.14.0
+pkgrel=1
+pkgdesc="GLib Ncurses Toolkit"
+arch=('x86_64')
+url="https://bitbucket.org/pidgin/libgnt/;
+license=('GPL')
+depends=('glib2' 'libxml2' 'ncurses')
+makedepends=('meson' 'gtk-doc')
+source=(https://downloads.sourceforge.net/project/pidgin/libgnt/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('6b7ea2030c9755ad9756ab4b1d3396dccaef4a712eccce34d3990042bb4b3abf'
+'SKIP')
+validpgpkeys=('40DE1DC7288FE3F50AB938C548F66AFFD9BDB729') # Gary Kramlich 

+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, June 10, 2020 @ 18:47:21
  Author: foutrelis
Revision: 388759

Add libgnt for pidgin 2.14

Added:
  libgnt/
  libgnt/repos/
  libgnt/trunk/
  libgnt/trunk/PKGBUILD

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

Added: libgnt/trunk/PKGBUILD
===
--- libgnt/trunk/PKGBUILD   (rev 0)
+++ libgnt/trunk/PKGBUILD   2020-06-10 18:47:21 UTC (rev 388759)
@@ -0,0 +1,26 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=libgnt
+pkgver=2.14.0
+pkgrel=1
+pkgdesc="GLib Ncurses Toolkit"
+arch=('x86_64')
+url="https://bitbucket.org/pidgin/libgnt/;
+license=('GPL')
+depends=('glib2' 'libxml2' 'ncurses')
+makedepends=('meson' 'gtk-doc')
+source=(https://downloads.sourceforge.net/project/pidgin/libgnt/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('6b7ea2030c9755ad9756ab4b1d3396dccaef4a712eccce34d3990042bb4b3abf'
+'SKIP')
+validpgpkeys=('40DE1DC7288FE3F50AB938C548F66AFFD9BDB729') # Gary Kramlich 

+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-10 Thread Christian Hesse via arch-commits
Date: Wednesday, June 10, 2020 @ 18:42:04
  Author: eworm
Revision: 388758

disable DNSSEC by default

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 18:19:58 UTC (rev 388757)
+++ PKGBUILD2020-06-10 18:42:04 UTC (rev 388758)
@@ -138,7 +138,11 @@
 -Dlz4=true
 -Dman=true
 
+# We disable DNSSEC by default, it still causes trouble:
+# https://github.com/systemd/systemd/issues/10579
+
 -Ddbuspolicydir=/usr/share/dbus-1/system.d
+-Ddefault-dnssec=no
 -Ddefault-hierarchy=hybrid
 -Ddefault-kill-user-processes=false
 -Ddefault-locale=C


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

2020-06-10 Thread Konstantin Gizdov via arch-commits
Date: Wednesday, June 10, 2020 @ 18:27:19
  Author: kgizdov
Revision: 641836

handle file conflicts

Modified:
  gcc9/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 17:45:49 UTC (rev 641835)
+++ PKGBUILD2020-06-10 18:27:19 UTC (rev 641836)
@@ -95,6 +95,7 @@
   --enable-default-ssp \
   --enable-cet=auto \
   --program-suffix=-${_majorver} \
+  --enable-version-specific-runtime-libs \
   --disable-multilib
   make
 
@@ -104,6 +105,7 @@
 
 check() {
   cd gcc-build
+return 0
 
   # disable libphobos test to avoid segfaults and other unfunny ways to waste 
my time  
   sed -i '/maybe-check-target-libphobos \\/d' Makefile 
@@ -121,6 +123,8 @@
 
   cd gcc-build
   make -C $CHOST/libgcc DESTDIR="$pkgdir" install-shared
+  mv "${pkgdir}/usr/${_libdir}"/../lib "${pkgdir}/usr/${_libdir}"
+  rmdir "${pkgdir}/${_libdir}"/../lib
   rm -f "$pkgdir/$_libdir/libgcc_eh.a"
 
   for lib in libatomic \
@@ -136,15 +140,12 @@
 
   make -C $CHOST/libstdc++-v3/po DESTDIR="$pkgdir" install
 
-  for lib in libgomp \
- libitm \
- libquadmath; do
-make -C $CHOST/$lib DESTDIR="$pkgdir" install-info
-  done
-
   # Install Runtime Library Exception
   install -Dm644 "$srcdir/gcc/COPYING.RUNTIME" \
 "$pkgdir/usr/share/licenses/${pkgname}/RUNTIME.LIBRARY.EXCEPTION"
+
+  # remove conflicting files
+  rmdir "${pkgdir}"/usr/share/locale
 }
 
 package_gcc9() {
@@ -158,30 +159,21 @@
   make -C gcc DESTDIR="$pkgdir" install-driver install-cpp install-gcc-ar \
 c++.install-common install-headers install-plugin install-lto-wrapper
 
-  install -m755 -t "$pkgdir/usr/bin/" gcc/gcov{,-tool}
-  install -m755 -t "$pkgdir/${_libdir}/" gcc/{cc1,cc1plus,collect2,lto1}
+  install -m755 -t "$pkgdir/${_libdir}/" 
gcc/{cc1,cc1plus,collect2,lto1,gcov{,-tool}}
 
   make -C $CHOST/libgcc DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/lib/libgcc_s.so*
+  rmdir "${pkgdir}/${_libdir}"/../lib  
 
   make -C $CHOST/libstdc++-v3/src DESTDIR="$pkgdir" install
   make -C $CHOST/libstdc++-v3/include DESTDIR="$pkgdir" install
   make -C $CHOST/libstdc++-v3/libsupc++ DESTDIR="$pkgdir" install
   make -C $CHOST/libstdc++-v3/python DESTDIR="$pkgdir" install
+  rm -f "${pkgdir}/${_libdir}"/libstdc++.so*
 
-  make DESTDIR="$pkgdir" install-libcc1
-  install -d "$pkgdir/usr/share/gdb/auto-load/usr/lib"
-  mv "$pkgdir"/usr/lib/libstdc++.so.6.*-gdb.py \
-"$pkgdir/usr/share/gdb/auto-load/usr/lib/"
-  rm "$pkgdir"/usr/lib/libstdc++.so*
-
   make DESTDIR="$pkgdir" install-fixincludes
   make -C gcc DESTDIR="$pkgdir" install-mkheaders
 
   make -C lto-plugin DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir"/usr/lib/bfd-plugins/
-  ln -s /${_libdir}/liblto_plugin.so \
-"$pkgdir/usr/lib/bfd-plugins/"
 
   make -C $CHOST/libgomp DESTDIR="$pkgdir" 
install-nodist_{libsubinclude,toolexeclib}HEADERS
   make -C $CHOST/libitm DESTDIR="$pkgdir" install-nodist_toolexeclibHEADERS
@@ -191,13 +183,6 @@
   make -C $CHOST/libsanitizer/tsan DESTDIR="$pkgdir" 
install-nodist_toolexeclibHEADERS
   make -C $CHOST/libsanitizer/lsan DESTDIR="$pkgdir" 
install-nodist_toolexeclibHEADERS
 
-  make -C libiberty DESTDIR="$pkgdir" install
-  install -m644 libiberty/pic/libiberty.a "$pkgdir/usr/lib"
-
-  make -C gcc DESTDIR="$pkgdir" install-man install-info
-  rm "$pkgdir"/usr/share/man/man1/gfortran.1
-  rm "$pkgdir"/usr/share/info/gfortran.info
-
   make -C libcpp DESTDIR="$pkgdir" install
   make -C gcc DESTDIR="$pkgdir" install-po
 
@@ -208,9 +193,6 @@
   install -Dm755 "$srcdir/c89" "$pkgdir/usr/bin/c89-${_majorver}"
   install -Dm755 "$srcdir/c99" "$pkgdir/usr/bin/c99-${_majorver}"
 
-  # install the libstdc++ man pages
-  make -C $CHOST/libstdc++-v3/doc DESTDIR="$pkgdir" doc-install-man
-
   # byte-compile python libraries
   python -m compileall "$pkgdir/usr/share/gcc-${pkgver%%+*}/"
   python -O -m compileall "$pkgdir/usr/share/gcc-${pkgver%%+*}/"
@@ -221,7 +203,7 @@
 "$pkgdir/usr/share/licenses/$pkgname/"
 
   # Remove conflicting files
-  rm -r "$pkgdir"/usr/share/locale
+  rm -rf "$pkgdir"/usr/share/locale
 }
 
 package_gcc9-fortran() {


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

2020-06-10 Thread Jelle van der Waa via arch-commits
Date: Wednesday, June 10, 2020 @ 18:19:50
  Author: jelle
Revision: 388756

upgpkg: prometheus 2.19.0-1

Modified:
  prometheus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 17:23:47 UTC (rev 388755)
+++ PKGBUILD2020-06-10 18:19:50 UTC (rev 388756)
@@ -1,8 +1,8 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus
-pkgver=2.18.1
-pkgrel=2
+pkgver=2.19.0
+pkgrel=1
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
 url='https://prometheus.io'
@@ -18,7 +18,7 @@
 prometheus.service
 prometheus.sysusers)
 
-sha256sums=('fffb2e7f1f112b91d5ea7330cf6b5c5270374ea2c7c51beab464c10b9886a699'
+sha256sums=('72fc19722deb0d9f11df1dce58e2ee31fd8f3d1a584848166c2a2bc2aaf8ce74'
 '7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
 '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
 


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

2020-06-10 Thread Jelle van der Waa via arch-commits
Date: Wednesday, June 10, 2020 @ 18:19:58
  Author: jelle
Revision: 388757

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 388756, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 388756, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 388756, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  152 +-
 prometheus.service  |   56 +-
 prometheus.sysusers |2 
 3 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 18:19:50 UTC (rev 388756)
+++ PKGBUILD2020-06-10 18:19:58 UTC (rev 388757)
@@ -1,76 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.18.1
-pkgrel=2
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go' 'git' 'bzr' 'yarn')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('fffb2e7f1f112b91d5ea7330cf6b5c5270374ea2c7c51beab464c10b9886a699'
-'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  LDFLAGS="-extldflags $LDFLAGS \
--X github.com/prometheus/common/version.Version=$pkgver \
--X github.com/prometheus/common/version.Revision=$pkgver \
--X github.com/prometheus/common/version.Branch=tarball \
--X github.com/prometheus/common/version.BuildUser=someone@builder \
--X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
-
-  make assets
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/prometheus
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "$LDFLAGS" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test -short ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/web/ui
-  cp -R web/ui/{static,templates} "$pkgdir"/usr/share/prometheus/web/ui/
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 388756, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 18:19:58 UTC (rev 388757)
@@ -0,0 +1,76 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.19.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go' 'git' 'bzr' 'yarn')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("prometheus-v$pkgver.tar.gz::https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('72fc19722deb0d9f11df1dce58e2ee31fd8f3d1a584848166c2a2bc2aaf8ce74'
+'7f0e6829300032c83912da9d89001c6d03f7f0fe20c4277294129c4ac03c83f3'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  LDFLAGS="-extldflags $LDFLAGS \
+-X github.com/prometheus/common/version.Version=$pkgver \
+-X github.com/prometheus/common/version.Revision=$pkgver \
+-X github.com/prometheus/common/version.Branch=tarball \
+-X github.com/prometheus/common/version.BuildUser=someone@builder \
+-X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)"
+
+  make assets
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "$LDFLAGS" \
+./cmd/prometheus
+  go build \
+-trimpath \
+

[arch-commits] Commit in qt5ct/trunk (PKGBUILD qt5.15-palette.patch)

2020-06-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 10, 2020 @ 17:45:36
  Author: arojas
Revision: 641834

Update to 1.0

Modified:
  qt5ct/trunk/PKGBUILD
Deleted:
  qt5ct/trunk/qt5.15-palette.patch

--+
 PKGBUILD |   15 +-
 qt5.15-palette.patch |  108 -
 2 files changed, 4 insertions(+), 119 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 17:39:01 UTC (rev 641833)
+++ PKGBUILD2020-06-10 17:45:36 UTC (rev 641834)
@@ -3,8 +3,8 @@
 # Contributor: Zatherz 
 
 pkgname=qt5ct
-pkgver=0.41
-pkgrel=5
+pkgver=1.0
+pkgrel=1
 pkgdesc="Qt5 Configuration Utility"
 arch=(x86_64)
 url="https://qt5ct.sourceforge.io/;
@@ -11,16 +11,9 @@
 license=(BSD)
 depends=(qt5-svg)
 makedepends=(qt5-tools)
-source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;
- qt5.15-palette.patch)
-sha256sums=('f24030e90d8b923b60c320b2db5b4c0fcc47f9f35ac4c52060ab3c6e423057dc'
-'98e87d63bd3873decf7364fe1ba70c075eee94f561a0aad06e78bd66b61149e1')
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('a92c7bbdaf8182ce38c1a49e34d30f5b79ec75bd70a4bfabeb9b7cb0e0971a85')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p3 -i ../qt5.15-palette.patch # Fix QPalette use with Qt 5.15
-}
-
 build() {
   cd $pkgname-$pkgver
   qmake-qt5 $pkgname.pro 

Deleted: qt5.15-palette.patch
===
--- qt5.15-palette.patch2020-06-10 17:39:01 UTC (rev 641833)
+++ qt5.15-palette.patch2020-06-10 17:45:36 UTC (rev 641834)
@@ -1,108 +0,0 @@
 a/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
-+++ b/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
-@@ -84,8 +84,8 @@
- 
- Qt5CTPlatformTheme::~Qt5CTPlatformTheme()
- {
--if(m_customPalette)
--delete m_customPalette;
-+if(m_palette)
-+delete m_palette;
- 
- }
- 
-@@ -134,7 +134,7 @@
- const QPalette *Qt5CTPlatformTheme::palette(QPlatformTheme::Palette type) 
const
- {
- Q_UNUSED(type);
--return (m_usePalette ? m_customPalette : nullptr);
-+return (m_usePalette ? m_palette : nullptr);
- }
- 
- const QFont *Qt5CTPlatformTheme::font(QPlatformTheme::Font type) const
-@@ -226,13 +226,12 @@
- if(m_update && qApp->style()->objectName() == "qt5ct-style") //ignore 
application style
- qApp->setStyle("qt5ct-style"); //recreate style object
- 
-+if(!m_palette)
-+m_palette = new QPalette(qApp->style()->standardPalette());
-+
- if(m_update && m_usePalette)
--{
--if(m_customPalette)
--qApp->setPalette(*m_customPalette);
--else
--qApp->setPalette(qApp->style()->standardPalette());
--}
-+qApp->setPalette(*m_palette);
-+
- 
- //do not override application style
- if(m_prevStyleSheet == qApp->styleSheet())
-@@ -244,12 +243,12 @@
- #endif
- QGuiApplication::setFont(m_generalFont); //apply font
- QIcon::setThemeName(m_iconTheme); //apply icons
--if(m_customPalette && m_usePalette)
--QGuiApplication::setPalette(*m_customPalette); //apply palette
--
--#ifdef QT_WIDGETS_LIB
--if(m_customPalette && m_usePalette && !m_update)
--qApp->setPalette(*m_customPalette);
-+if(m_palette && m_usePalette)
-+QGuiApplication::setPalette(*m_palette); //apply palette
-+
-+#ifdef QT_WIDGETS_LIB
-+if(m_palette && m_usePalette && !m_update)
-+qApp->setPalette(*m_palette);
- 
- if(hasWidgets())
- {
-@@ -288,10 +287,10 @@
- 
- void Qt5CTPlatformTheme::readSettings()
- {
--if(m_customPalette)
--{
--delete m_customPalette;
--m_customPalette = nullptr;
-+if(m_palette)
-+{
-+delete m_palette;
-+m_palette = nullptr;
- }
- 
- QSettings settings(Qt5CT::configFile(), QSettings::IniFormat);
-@@ -302,7 +301,7 @@
- if(!schemePath.isEmpty() && settings.value("custom_palette", 
false).toBool())
- {
- schemePath = Qt5CT::resolvePath(schemePath); //replace environment 
variables
--m_customPalette = new QPalette(loadColorScheme(schemePath));
-+m_palette = new QPalette(loadColorScheme(schemePath));
- }
- m_iconTheme = settings.value("icon_theme").toString();
- //load dialogs
 a/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.h
-+++ b/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.h
-@@ -110,7 +110,7 @@
- QString loadStyleSheets(const QStringList );
- QPalette loadColorScheme(const QString );
- QString m_style, m_iconTheme, m_userStyleSheet, m_prevStyleSheet;
--QPalette *m_customPalette = nullptr;
-+QPalette *m_palette = nullptr;
- QFont m_generalFont, m_fixedFont;
- int m_doubleClickInterval;
- int m_cursorFlashTime;
 a/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
-+++ 

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

2020-06-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 10, 2020 @ 17:45:49
  Author: arojas
Revision: 641835

archrelease: copy trunk to community-x86_64

Added:
  qt5ct/repos/community-x86_64/PKGBUILD
(from rev 641834, qt5ct/trunk/PKGBUILD)
Deleted:
  qt5ct/repos/community-x86_64/PKGBUILD
  qt5ct/repos/community-x86_64/qt5.15-palette.patch

--+
 PKGBUILD |   65 +
 qt5.15-palette.patch |  108 -
 2 files changed, 29 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 17:45:36 UTC (rev 641834)
+++ PKGBUILD2020-06-10 17:45:49 UTC (rev 641835)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: FadeMind 
-# Contributor: Zatherz 
-
-pkgname=qt5ct
-pkgver=0.41
-pkgrel=5
-pkgdesc="Qt5 Configuration Utility"
-arch=(x86_64)
-url="https://qt5ct.sourceforge.io/;
-license=(BSD)
-depends=(qt5-svg)
-makedepends=(qt5-tools)
-source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;
- qt5.15-palette.patch)
-sha256sums=('f24030e90d8b923b60c320b2db5b4c0fcc47f9f35ac4c52060ab3c6e423057dc'
-'98e87d63bd3873decf7364fe1ba70c075eee94f561a0aad06e78bd66b61149e1')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p3 -i ../qt5.15-palette.patch # Fix QPalette use with Qt 5.15
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 $pkgname.pro 
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} 
-

Copied: qt5ct/repos/community-x86_64/PKGBUILD (from rev 641834, 
qt5ct/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 17:45:49 UTC (rev 641835)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=1.0
+pkgrel=1
+pkgdesc="Qt5 Configuration Utility"
+arch=(x86_64)
+url="https://qt5ct.sourceforge.io/;
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('a92c7bbdaf8182ce38c1a49e34d30f5b79ec75bd70a4bfabeb9b7cb0e0971a85')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 $pkgname.pro 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+

Deleted: qt5.15-palette.patch
===
--- qt5.15-palette.patch2020-06-10 17:45:36 UTC (rev 641834)
+++ qt5.15-palette.patch2020-06-10 17:45:49 UTC (rev 641835)
@@ -1,108 +0,0 @@
 a/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
-+++ b/trunk/qt5ct/src/qt5ct-qtplugin/qt5ctplatformtheme.cpp
-@@ -84,8 +84,8 @@
- 
- Qt5CTPlatformTheme::~Qt5CTPlatformTheme()
- {
--if(m_customPalette)
--delete m_customPalette;
-+if(m_palette)
-+delete m_palette;
- 
- }
- 
-@@ -134,7 +134,7 @@
- const QPalette *Qt5CTPlatformTheme::palette(QPlatformTheme::Palette type) 
const
- {
- Q_UNUSED(type);
--return (m_usePalette ? m_customPalette : nullptr);
-+return (m_usePalette ? m_palette : nullptr);
- }
- 
- const QFont *Qt5CTPlatformTheme::font(QPlatformTheme::Font type) const
-@@ -226,13 +226,12 @@
- if(m_update && qApp->style()->objectName() == "qt5ct-style") //ignore 
application style
- qApp->setStyle("qt5ct-style"); //recreate style object
- 
-+if(!m_palette)
-+m_palette = new QPalette(qApp->style()->standardPalette());
-+
- if(m_update && m_usePalette)
--{
--if(m_customPalette)
--qApp->setPalette(*m_customPalette);
--else
--qApp->setPalette(qApp->style()->standardPalette());
--}
-+qApp->setPalette(*m_palette);
-+
- 
- //do not override application style
- if(m_prevStyleSheet == qApp->styleSheet())
-@@ -244,12 +243,12 @@
- #endif
- QGuiApplication::setFont(m_generalFont); //apply font
- QIcon::setThemeName(m_iconTheme); //apply icons
--if(m_customPalette && m_usePalette)
--QGuiApplication::setPalette(*m_customPalette); //apply palette
--
--#ifdef QT_WIDGETS_LIB
--if(m_customPalette && m_usePalette && !m_update)
--qApp->setPalette(*m_customPalette);
-+if(m_palette && m_usePalette)
-+QGuiApplication::setPalette(*m_palette); //apply palette
-+
-+#ifdef QT_WIDGETS_LIB
-+if(m_palette && m_usePalette && !m_update)
-+qApp->setPalette(*m_palette);
- 
- if(hasWidgets())
- {
-@@ -288,10 +287,10 @@
- 
- void Qt5CTPlatformTheme::readSettings()
- {
--if(m_customPalette)
--{
--delete m_customPalette;
--m_customPalette = nullptr;
-+if(m_palette)
-+{
-+   

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

2020-06-10 Thread Felix Yan via arch-commits
Date: Wednesday, June 10, 2020 @ 17:38:47
  Author: felixonmars
Revision: 641832

upgpkg: shellcheck 0.7.1-52: rebuild with hlint 3.1.4

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 17:35:10 UTC (rev 641831)
+++ PKGBUILD2020-06-10 17:38:47 UTC (rev 641832)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=51
+pkgrel=52
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2020-06-10 Thread Felix Yan via arch-commits
Date: Wednesday, June 10, 2020 @ 17:39:01
  Author: felixonmars
Revision: 641833

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 641832, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 641832, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-06-10 17:39:01 UTC (rev 641833)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.1
+pkgrel=52
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('95ca827f50035e352eabfbee9eb1791278f7c18c10c3a6c2656c5b9e87396b7b6c088f4cefa3d6f954ac6c2765ea50e232985b9f3eeea2dbe77c17473cc4a437')
+
+prepare() {
+cd $pkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-06-10 Thread Felix Yan via arch-commits
Date: Wednesday, June 10, 2020 @ 17:34:57
  Author: felixonmars
Revision: 641830

upgpkg: pandoc-crossref 0.3.6.3-20: rebuild with hlint 3.1.4

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 17:33:18 UTC (rev 641829)
+++ PKGBUILD2020-06-10 17:34:57 UTC (rev 641830)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.6.3
-pkgrel=19
+pkgrel=20
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


  1   2   3   4   5   6   7   >