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

2019-06-04 Thread Andreas Radke via arch-commits
Date: Wednesday, June 5, 2019 @ 04:53:10
  Author: andyrtr
Revision: 354863

upgpkg: libevdev 1.7.0-1

upstream update 1.7.0

Modified:
  libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 22:15:07 UTC (rev 354862)
+++ PKGBUILD2019-06-05 04:53:10 UTC (rev 354863)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libevdev
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="Wrapper library for evdev devices"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 makedepends=('python2' 'check' 'valgrind' 'doxygen')
 #checkdepends=('kmod')
 
source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('73046da447773716c9f0c9f511f3a0a6ababcf92a146eba363014afcbdb465f4c3cd8be0917f2f01561a72f24f20fe8ecd333467437d9d85c03afcb433d05060'
+sha512sums=('bc43723fd1ca251a77ee549022609f73c15a33ae470fc843ac687542fb1938fba4d046d3ee1dc814bc38a4292a7f2ad9e71fcce45525b518a4f4a5bef099aa6f'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2019-06-04 Thread Andreas Radke via arch-commits
Date: Wednesday, June 5, 2019 @ 04:53:19
  Author: andyrtr
Revision: 354864

archrelease: copy trunk to testing-x86_64

Added:
  libevdev/repos/testing-x86_64/
  libevdev/repos/testing-x86_64/PKGBUILD
(from rev 354863, libevdev/trunk/PKGBUILD)

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

Copied: libevdev/repos/testing-x86_64/PKGBUILD (from rev 354863, 
libevdev/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-06-05 04:53:19 UTC (rev 354864)
@@ -0,0 +1,36 @@
+# Maintainer: Andreas Radke 
+
+pkgname=libevdev
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Wrapper library for evdev devices"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libevdev/;
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('bc43723fd1ca251a77ee549022609f73c15a33ae470fc843ac687542fb1938fba4d046d3ee1dc814bc38a4292a7f2ad9e71fcce45525b518a4f4a5bef099aa6f'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+check() {
+  cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
+  make check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2019-06-04 Thread Kyle Keen via arch-commits
Date: Wednesday, June 5, 2019 @ 02:38:46
  Author: kkeen
Revision: 476927

archrelease: copy trunk to community-x86_64

Added:
  units/repos/community-x86_64/PKGBUILD
(from rev 476926, units/trunk/PKGBUILD)
Deleted:
  units/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-05 02:38:32 UTC (rev 476926)
+++ PKGBUILD2019-06-05 02:38:46 UTC (rev 476927)
@@ -1,32 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Steve Sansom 
-
-pkgname=units
-pkgver=2.18
-pkgrel=3
-pkgdesc="converts between different units"
-arch=('x86_64')
-url="http://www.gnu.org/software/units/units.html;
-depends=('readline')
-optdepends=('python-unidecode: for live currency rates'
-'python-requests: for live currency rates')
-makedepends=('python-unidecode' 'python-requests')
-license=("GPL")
-options=('!makeflags')
-validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
-source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('64959c231c280ceb4f3e6ae6a19b918247b6174833f7f1894704c444869c4678'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share --sharedstatedir=/var/lib
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: units/repos/community-x86_64/PKGBUILD (from rev 476926, 
units/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-05 02:38:46 UTC (rev 476927)
@@ -0,0 +1,32 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Steve Sansom 
+
+pkgname=units
+pkgver=2.19
+pkgrel=1
+pkgdesc="converts between different units"
+arch=('x86_64')
+url="http://www.gnu.org/software/units/units.html;
+depends=('readline')
+optdepends=('python-unidecode: for live currency rates'
+'python-requests: for live currency rates')
+makedepends=('python-unidecode' 'python-requests')
+license=("GPL")
+options=('!makeflags')
+validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
+source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('4262136bdfc152b63ff5a9b93a7d80ce18b5e8bebdcffddc932dda769e306556'
+'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --datadir=/usr/share --sharedstatedir=/var/lib
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-04 Thread Kyle Keen via arch-commits
Date: Wednesday, June 5, 2019 @ 02:38:32
  Author: kkeen
Revision: 476926

upgpkg: units 2.19-1

Modified:
  units/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-05 01:46:52 UTC (rev 476925)
+++ PKGBUILD2019-06-05 02:38:32 UTC (rev 476926)
@@ -4,8 +4,8 @@
 # Contributor: Steve Sansom 
 
 pkgname=units
-pkgver=2.18
-pkgrel=3
+pkgver=2.19
+pkgrel=1
 pkgdesc="converts between different units"
 arch=('x86_64')
 url="http://www.gnu.org/software/units/units.html;
@@ -17,16 +17,16 @@
 options=('!makeflags')
 validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
 source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('64959c231c280ceb4f3e6ae6a19b918247b6174833f7f1894704c444869c4678'
+sha256sums=('4262136bdfc152b63ff5a9b93a7d80ce18b5e8bebdcffddc932dda769e306556'
 'SKIP')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --datadir=/usr/share --sharedstatedir=/var/lib
   make
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }


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

2019-06-04 Thread Kyle Keen via arch-commits
Date: Wednesday, June 5, 2019 @ 01:46:52
  Author: kkeen
Revision: 476925

archrelease: copy trunk to community-any

Added:
  jupyter-nbconvert/repos/community-any/PKGBUILD
(from rev 476924, jupyter-nbconvert/trunk/PKGBUILD)
Deleted:
  jupyter-nbconvert/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-05 01:46:05 UTC (rev 476924)
+++ PKGBUILD2019-06-05 01:46:52 UTC (rev 476925)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-nbconvert
-_name=nbconvert
-pkgver=5.4
-pkgrel=1
-pkgdesc="A language-agnostic web-based interactive shell/notebook server."
-arch=('any')
-url="https://pypi.python.org/pypi/nbconvert;
-license=('BSD')
-depends=('jupyter' 'jupyter-nbformat' 'python-pygments' 'python-mistune'
- 'python-jinja' 'python-entrypoints' 'python-traitlets'
- 'python-pandocfilters' 'python-bleach' 'python-testpath'
- 'python-defusedxml')
-# really depends on jupyter-client, not jupyter
-makedepends=('python-setuptools')
-optdepends=('pandoc: non-html conversion output')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbconvert/archive/$pkgver.tar.gz;)
-md5sums=('f07cdd9e4df732dc218aa0c134fa4600')
-
-package() {
-  cd "$srcdir/nbconvert-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jupyter-nbconvert/repos/community-any/PKGBUILD (from rev 476924, 
jupyter-nbconvert/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-05 01:46:52 UTC (rev 476925)
@@ -0,0 +1,26 @@
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-nbconvert
+_name=nbconvert
+pkgver=5.5.0
+pkgrel=1
+pkgdesc="A language-agnostic web-based interactive shell/notebook server."
+arch=('any')
+url="https://pypi.python.org/pypi/nbconvert;
+license=('BSD')
+depends=('jupyter' 'jupyter-nbformat' 'python-pygments' 'python-mistune'
+ 'python-jinja' 'python-entrypoints' 'python-traitlets'
+ 'python-pandocfilters' 'python-bleach' 'python-testpath'
+ 'python-defusedxml')
+# really depends on jupyter-client, not jupyter
+makedepends=('python-setuptools')
+optdepends=('pandoc: non-html conversion output')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbconvert/archive/$pkgver.tar.gz;)
+md5sums=('9ca7b333ef2ee2693045cb67e085289b')
+
+package() {
+  cd "$srcdir/nbconvert-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-06-04 Thread Kyle Keen via arch-commits
Date: Wednesday, June 5, 2019 @ 01:46:05
  Author: kkeen
Revision: 476924

upgpkg: jupyter-nbconvert 5.5.0-1

Modified:
  jupyter-nbconvert/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-05 00:43:39 UTC (rev 476923)
+++ PKGBUILD2019-06-05 01:46:05 UTC (rev 476924)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-nbconvert
 _name=nbconvert
-pkgver=5.4
+pkgver=5.5.0
 pkgrel=1
 pkgdesc="A language-agnostic web-based interactive shell/notebook server."
 arch=('any')
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools')
 optdepends=('pandoc: non-html conversion output')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbconvert/archive/$pkgver.tar.gz;)
-md5sums=('f07cdd9e4df732dc218aa0c134fa4600')
+md5sums=('9ca7b333ef2ee2693045cb67e085289b')
 
 package() {
   cd "$srcdir/nbconvert-$pkgver"


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

2019-06-04 Thread Andrew Crerar via arch-commits
Date: Wednesday, June 5, 2019 @ 00:43:39
  Author: andrewsc
Revision: 476923

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  448 ++---
 1 file changed, 224 insertions(+), 224 deletions(-)

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

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

2019-06-04 Thread Andrew Crerar via arch-commits
Date: Wednesday, June 5, 2019 @ 00:43:16
  Author: andrewsc
Revision: 476922

upgpkg: firefox-developer-edition-i18n 68.0b7-1

firefox-developer-edition-i18n: Updating to 68.0b7

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-05 00:36:42 UTC (rev 476921)
+++ PKGBUILD2019-06-05 00:43:16 UTC (rev 476922)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=68.0b6
+pkgver=68.0b7
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -129,96 +129,96 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('1611238de4f4c040690d1303f43b831d802e548bda4ea67e4ca5719ca377a91b239fbe8b403f6c49ad52546e3d9fb2a8f0d36707789de4fc9024959ff69e625d'
-
'2158bfb2230f2f296470a38efbe65f59a725400d6adff6b5f97f15fa0b1b4a44a475002ec75177d471eff444397a67a18149648dc9cdcda693e638fb368ee48a'
-
'04913686b5f4d150092aa85f8052da4e5ad07b3f7cb3b25b30e9e26b5e997223db7f20d6052d46f5098768e5a2016463dd5dcb787386b78b3cb07adc73eba243'
-
'799d9cf3475d479e2538aba9c5914a7368aa008e1a6d60bf178502688441aedc633478c31943f56fe1cd7da35bf0d42b2b40ca24579b1092388712bc7743116d'
-
'f1f7c946a9f709ccca3138568c64495aede5dd23f89a1b769d8d75e841c63b610422db0950ac061f145b081a93c9663b53a5c68b509cdda5ae9a3dd050586508'
-
'f5291eca44dd5782749d27aa11884415e970708a89380971d227743c38da40d73ceae8ed21b7f159e55ddc43d7f4a872ecf39eaa91a86ea929f8be0d00ac4b79'
-
'06d07cc0077017af606e87513232c6f65ce3dd6f1d3c06df5490d5ac347131de270fb7c471022d4adec56148281af6f7724d5d96e0d46e691532b2f02a46097b'
-
'286117d1d33adfce18687f8739e8957dea629328e21896653080c3bd79bcc5883f9e43e22c7c506ee2c6c246c56dc8d4d348520b5f5f1a48b78159b16b098ea8'
-
'8e93b3acbd86ec7fa922a53f97ca4e816779836840f64862a94e0caaf4b4f1df16aae3c2af9f5a539437e048cb5c75205a5dec477ce37cce21b67459223cbfa7'
-
'f74ec5f7d9038fdff460e5fc7a4451395b2d0fc130ae8fc2ac2bf9056914d55e56b02f2fd132a5b370be91cc74000d94e2e7b520cfbe8621a25227631f2aaf9f'
-
'b3bec41141b6418da9ecf09b21b230e61002b4f4e359a15af316b6d5def71ab04f84b55f85c3f66fd3a5a07727db62e9077156a8b518a139a7724ad6ac663cd8'
-
'aa602f620fd82b6b0fc41400cda38d93492eac737d1cf2a87cd287954cfbed3581ad26311d1b018ab080e500df79632aa3f28446f195bb8349f8fa8e84074f50'
-
'298673f88d1beb4b56aafcc953a73178570985fc677475c73d314dc3b4bdf45704cb18f06d205d8450ef192aaf3e726f737c3b295cb3d06b1bd1f56abfe17cc9'
-
'1063b8e5d8ded3234acb31555e77403fe4b64b2e59abe4978edf9cf7758e1c7be8d6b5c4ec5cead895eb58cd83a515cfce7a53d385b4d0b298af4a1976d125bd'
-
'8b9ab3465e5034cb71962b63e2f9d2279a146389e81aa8143204c8eb66acb592611fd6c3aa942f9db7856c2c0137a80620c273485f33a256ff2cf45dfde1827e'
-
'b6a502a0db60f4f3cee4385b72f998ff8cbb444d4533c0921a1c7672e968c695b7d0ad86a6abc43041b5810fbb02bd28e99dfacd9f4f9ff2eba7a1dc386959fc'
-
'908c1828a60ae7898b44f9a7298f7e04e2359d41d118e30e2d25a1aca14820c852d9d4fc1daa4baa74d8a9852d7e453630717068e7fe7a899d239ba9fdbc44e4'
-
'3e3f6ea7175f02225090df0c59b2c3efc9c581cd2f1d800185186b60a2e184cbdb85facd9e2825a36ccef5bb6e95ab25ef2a93347c511e7b8fe3555d14ba5c54'
-
'9bb89196a83c48ee1d21ada79f343d7536296e46cb653a0fae8a75b713cfa59265897745239f33ff60529317d861b34d00dc5f92f0ab7954a3b6f5c4ee5f0836'
-
'ab0b97c9299bcde6fc37b8bb1c7d9e4da2184e9cfb2903521a4fbebb1eb1dc0bd91d7986b8d318b3e949a6cbf3572a8a7ce9d52fa28ad12f12e80bc029769a3f'
-
'dc1f85b600a69e942697c6fb08854f93795a8ebf84d206b43cafc5cee9d207abd3c2651df0a52c9f78eb39d291d946837a943552ed076f1899e1b99321f02412'
-
'6581977863dc5e759037811ee8ca2821ac8e7583fae95b181ea78202207e72c6cae45353547f287c1c25bda1e77ed0db3a1c773df6cc2bc6814f1099febf0d9e'
-
'2102fc37ac2e8d9386ced0d8168d54938b6066af6d2193148267ef7445abaebe5ac2c7d986a392c82bdef57db47b65c271e60449bdc074e71294f488f1ffc298'
-
'1eb541f08b989e27fd426fc4fef2a0a7e1e4ef95bbd8d4419fe6488c2f62f4431504025663b2ab0bef7dd48650583e95adf5df3eeb4b725d997245c2e0550b43'
-
'3ae5c940a8b7127a83a49d7e2e64f0d1e551b2c14f01a6eebf54d28095473fba013fc777e33fd6cd47dda83c3416a0befef29bcb6483643797629c24f48cf3f0'
-
'68e6380732d550c2acf0b614a70d255476f12bad9b24afd23fed213799308ccece6978ae26c95a01800f69287093668f21dba75a415a1a26e8a0952fb8225dcf'
-
'033d46ef8e0973f8831659ac8948c2dd4d807555efe9bc9bb8491641c8b3efcdc31cc611d210f1199e400d4e706cf77099efcf1cf17b4ef7bad7646beafa1595'
-
'01e1fea0a811bcdee3a5657d89e5597c024e984628df53c64bbbaa4a5c408bf03f91eea3e3d96e13a5608bf589ab3f72500cc528a34e648ab2ddf14cc50876ac'
-

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2019-06-04 Thread Andrew Crerar via arch-commits
Date: Wednesday, June 5, 2019 @ 00:36:42
  Author: andrewsc
Revision: 476921

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 476920, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 476920, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 476920, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 476920, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  354 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 594 insertions(+), 594 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-05 00:36:14 UTC (rev 476920)
+++ PKGBUILD2019-06-05 00:36:42 UTC (rev 476921)
@@ -1,177 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=68.0b6
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack'
- 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech'
-'hunspell-en_US: Spell Checking, American English')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-hardening
-ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
-ac_add_options --enable-lto
-export MOZ_PGO=1
-export CC=clang
-export CXX=clang++
-export AR=llvm-ar
-export NM=llvm-nm
-export RANLIB=llvm-ranlib
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-export MOZILLA_OFFICIAL=1
-export MOZ_APP_REMOTINGNAME=${pkgname//-/}
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_REQUIRE_SIGNING=0
-
-# Keys
-ac_add_options 
--with-google-location-service-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options 

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

2019-06-04 Thread Andrew Crerar via arch-commits
Date: Wednesday, June 5, 2019 @ 00:36:14
  Author: andrewsc
Revision: 476920

upgpkg: firefox-developer-edition 68.0b7-1

firefox-developer-edition: Updating to 68.0b7

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 23:05:10 UTC (rev 476919)
+++ PKGBUILD2019-06-05 00:36:14 UTC (rev 476920)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=68.0b6
+pkgver=68.0b7
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2019-06-04 Thread Kyle Keen via arch-commits
Date: Tuesday, June 4, 2019 @ 23:04:54
  Author: kkeen
Revision: 476918

upgpkg: bladerf 2.2.0-1

Modified:
  bladerf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 22:12:29 UTC (rev 476917)
+++ PKGBUILD2019-06-04 23:04:54 UTC (rev 476918)
@@ -5,10 +5,11 @@
 # keeping it more modular for now though
 
 pkgname=bladerf
-_libver=2.0.2
-_CLIver=1.5.1
+_libver=2.2.0
+_CLIver=1.7.1
 _FPGAver=0.10.2
 _firmver=2.3.2
+_noOScommit=0bba46e  # upstream has pinned a submodule to this
 pkgver=$_libver
 pkgrel=1
 pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
@@ -22,11 +23,13 @@
 
 source=(
 "https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz;
+
"noOS-$_noOScommit.tgz::https://github.com/analogdevicesinc/no-OS/archive/$_noOScommit.tar.gz;
 "https://nuand.com/fpga/v$_FPGAver/hostedx40.rbf;
 "https://nuand.com/fpga/v$_FPGAver/hostedx115.rbf;
 "https://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img;)
 
-md5sums=('ac1ace151d1039c5a88d59b155e17e02'
+md5sums=('19e62a3eeca1aaad5b6a67c70ceb9ce8'
+ '2c06ff9297d8beb0482a1b0b5e4d3128'
  '4aabf1617901423569f425db93598884'
  '33641f8a126bef1c0b7e6ba8bedda93f'
  'c823ea5aa2c25c26bbaf4ab395ac559d')
@@ -37,7 +40,7 @@
 prepare() {
   cd "$srcdir/bladeRF-libbladeRF_v$_libver"
   # FS#47168
-  sed -i 's|MODE.*$|TAG+="uaccess"|' host/misc/udev/88-nuand.rules.in
+  sed -i 's|MODE.*$|TAG+="uaccess"|' host/misc/udev/*.rules.in
 
   # todo, report warning
   sed -i '94i add_definitions(-Wno-error=format-truncation)' 
host/CMakeLists.txt
@@ -44,6 +47,11 @@
 
   # FS#55326
   sed -i '44s/^else/#&/' host/misc/udev/CMakeLists.txt
+
+  # manually replace the submodules
+  # because "git submodule init/update" doesn't work with a release tarball
+  rmdir --ignore-fail-on-non-empty thirdparty/analogdevicesinc/no-OS
+  ln -s "$srcdir/no-OS-$_noOSver"* thirdparty/analogdevicesinc/no-OS
 }
 
 build() {
@@ -72,5 +80,7 @@
 
   # FS#54105
   cd "$pkgdir/etc/udev/rules.d/"
-  mv 88-nuand.rules 70-nuand.rules
+  mv 88-nuand-bladerf1.rules   70-nuand-bladerf1.rules
+  mv 88-nuand-bladerf2.rules   70-nuand-bladerf2.rules
+  mv 88-nuand-bootloader.rules 70-nuand-bootloader.rules
 }


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

2019-06-04 Thread Kyle Keen via arch-commits
Date: Tuesday, June 4, 2019 @ 23:05:10
  Author: kkeen
Revision: 476919

archrelease: copy trunk to community-x86_64

Added:
  bladerf/repos/community-x86_64/PKGBUILD
(from rev 476918, bladerf/trunk/PKGBUILD)
Deleted:
  bladerf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-04 23:04:54 UTC (rev 476918)
+++ PKGBUILD2019-06-04 23:05:10 UTC (rev 476919)
@@ -1,76 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-
-# it looks like the release model has gotten better
-# keeping it more modular for now though
-
-pkgname=bladerf
-_libver=2.0.2
-_CLIver=1.5.1
-_FPGAver=0.10.2
-_firmver=2.3.2
-pkgver=$_libver
-pkgrel=1
-pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
-url="https://github.com/Nuand/bladeRF;
-# https://github.com/Nuand/bladeRF/tags
-arch=('x86_64')
-license=('GPL2')
-depends=('libusb')
-makedepends=('cmake' 'help2man' 'doxygen')
-#backup=("etc/bladerf.cfg")
-
-source=(
-"https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz;
-"https://nuand.com/fpga/v$_FPGAver/hostedx40.rbf;
-"https://nuand.com/fpga/v$_FPGAver/hostedx115.rbf;
-"https://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img;)
-
-md5sums=('ac1ace151d1039c5a88d59b155e17e02'
- '4aabf1617901423569f425db93598884'
- '33641f8a126bef1c0b7e6ba8bedda93f'
- 'c823ea5aa2c25c26bbaf4ab395ac559d')
-
-# bladeRF-cli is bundled with libbladeRF
-# bladeRF-cli can use libtecla (aur)?
-
-prepare() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
-  # FS#47168
-  sed -i 's|MODE.*$|TAG+="uaccess"|' host/misc/udev/88-nuand.rules.in
-
-  # todo, report warning
-  sed -i '94i add_definitions(-Wno-error=format-truncation)' 
host/CMakeLists.txt
-
-  # FS#55326
-  sed -i '44s/^else/#&/' host/misc/udev/CMakeLists.txt
-}
-
-build() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
-  mkdir -p build
-  cd build
-  CFLAGS+=" -Wno-error=stringop-truncation" cmake \
--DCMAKE_BUILD_TYPE=Release \
--DINSTALL_UDEV_RULES=ON \
--DBUILD_DOCUMENTATION=ON \
--DCMAKE_INSTALL_LIBDIR:PATH=lib \
--Dusb_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-  # ENABLE_FX3_BUILD needs cypress toolchain
-  # really really wants to put files in /usr/lib64
-}
-
-package() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver/build"
-  make DESTDIR="${pkgdir}" install
-  cd "$srcdir"
-  install -Dm644 "bladeRF_fw_v$_firmver.img" 
"$pkgdir/usr/share/bladerf/firmware/bladeRF_fw_v$_firmver.img"
-  install -Dm644 hostedx40.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx40.rbf"
-  install -Dm644 hostedx115.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx115.rbf"
-
-  # FS#54105
-  cd "$pkgdir/etc/udev/rules.d/"
-  mv 88-nuand.rules 70-nuand.rules
-}

Copied: bladerf/repos/community-x86_64/PKGBUILD (from rev 476918, 
bladerf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-04 23:05:10 UTC (rev 476919)
@@ -0,0 +1,86 @@
+# Maintainer: Kyle Keen 
+# Contributor: Dominik Heidler 
+
+# it looks like the release model has gotten better
+# keeping it more modular for now though
+
+pkgname=bladerf
+_libver=2.2.0
+_CLIver=1.7.1
+_FPGAver=0.10.2
+_firmver=2.3.2
+_noOScommit=0bba46e  # upstream has pinned a submodule to this
+pkgver=$_libver
+pkgrel=1
+pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
+url="https://github.com/Nuand/bladeRF;
+# https://github.com/Nuand/bladeRF/tags
+arch=('x86_64')
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake' 'help2man' 'doxygen')
+#backup=("etc/bladerf.cfg")
+
+source=(
+"https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz;
+
"noOS-$_noOScommit.tgz::https://github.com/analogdevicesinc/no-OS/archive/$_noOScommit.tar.gz;
+"https://nuand.com/fpga/v$_FPGAver/hostedx40.rbf;
+"https://nuand.com/fpga/v$_FPGAver/hostedx115.rbf;
+"https://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img;)
+
+md5sums=('19e62a3eeca1aaad5b6a67c70ceb9ce8'
+ '2c06ff9297d8beb0482a1b0b5e4d3128'
+ '4aabf1617901423569f425db93598884'
+ '33641f8a126bef1c0b7e6ba8bedda93f'
+ 'c823ea5aa2c25c26bbaf4ab395ac559d')
+
+# bladeRF-cli is bundled with libbladeRF
+# bladeRF-cli can use libtecla (aur)?
+
+prepare() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
+  # FS#47168
+  sed -i 's|MODE.*$|TAG+="uaccess"|' host/misc/udev/*.rules.in
+
+  # todo, report warning
+  sed -i '94i add_definitions(-Wno-error=format-truncation)' 
host/CMakeLists.txt
+
+  # FS#55326
+  sed -i '44s/^else/#&/' host/misc/udev/CMakeLists.txt
+
+  # manually replace the submodules
+  # because "git submodule init/update" doesn't work with a release tarball
+  rmdir --ignore-fail-on-non-empty 

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

2019-06-04 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, June 4, 2019 @ 22:15:07
  Author: seblu
Revision: 354862

archrelease: copy trunk to testing-x86_64

Added:
  less/repos/testing-x86_64/
  less/repos/testing-x86_64/PKGBUILD
(from rev 354861, less/trunk/PKGBUILD)

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

Copied: less/repos/testing-x86_64/PKGBUILD (from rev 354861, 
less/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-06-04 22:15:07 UTC (rev 354862)
@@ -0,0 +1,31 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=less
+pkgver=550
+pkgrel=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('x86_64')
+url='http://www.greenwoodsoftware.com/less'
+groups=('base')
+depends=('glibc' 'ncurses' 'pcre')
+validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
+source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz;
+
"$pkgname-$pkgver.tar.gz::http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.sig;)
+md5sums=('8caff88e34afff512b663d7c690bd2cf'
+ '8caff88e34afff512b663d7c690bd2cf')
+
+build() {
+  cd $pkgname-$pkgver
+  sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-06-04 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, June 4, 2019 @ 22:15:02
  Author: seblu
Revision: 354861

upgpkg: less 550-1

Modified:
  less/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:49:26 UTC (rev 354860)
+++ PKGBUILD2019-06-04 22:15:02 UTC (rev 354861)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=less
-pkgver=530
+pkgver=550
 pkgrel=1
 pkgdesc='A terminal based program for viewing text files'
 license=('GPL3')
@@ -14,8 +14,8 @@
 validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
 source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz;
 
"$pkgname-$pkgver.tar.gz::http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.sig;)
-md5sums=('6a39bccf420c946b0fd7ffc64961315b'
- 'SKIP')
+md5sums=('8caff88e34afff512b663d7c690bd2cf'
+ '8caff88e34afff512b663d7c690bd2cf')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in intel-graphics-compiler/repos/community-x86_64 (3 files)

2019-06-04 Thread Daniel Bermond via arch-commits
Date: Tuesday, June 4, 2019 @ 22:12:29
  Author: dbermond
Revision: 476917

archrelease: copy trunk to community-x86_64

Added:
  intel-graphics-compiler/repos/community-x86_64/PKGBUILD
(from rev 476916, intel-graphics-compiler/trunk/PKGBUILD)
  
intel-graphics-compiler/repos/community-x86_64/igc-fix-build-with-system-opencl-clang.patch
(from rev 476916, 
intel-graphics-compiler/trunk/igc-fix-build-with-system-opencl-clang.patch)
Deleted:
  intel-graphics-compiler/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   96 +
 igc-fix-build-with-system-opencl-clang.patch |   69 +
 2 files changed, 120 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-04 22:12:00 UTC (rev 476916)
+++ PKGBUILD2019-06-04 22:12:29 UTC (rev 476917)
@@ -1,45 +0,0 @@
-# Maintainer: Daniel Bermond < gmail-com: danielbermond >
-# Maintainer: Bruno Pagani 
-
-pkgname=intel-graphics-compiler
-epoch=1
-pkgver=1.0.6
-pkgrel=1
-pkgdesc="Intel Graphics Compiler for OpenCL"
-arch=(x86_64)
-url="https://github.com/intel/intel-graphics-compiler;
-license=(MIT)
-depends=(llvm-libs intel-opencl-clang)
-makedepends=(cmake clang llvm zlib python2)
-options=('!emptydirs')
-source=("${url}/archive/igc-${pkgver}.tar.gz")
-noextract=("igc-${pkgver}.tar.gz")
-sha256sums=('f73bee8286aa56c2a7b2c7a7bc9068440a8a77fecfac571b95f2119f162185ef')
-
-prepare() {
-mkdir -p build ${pkgname}-${pkgver}
-bsdtar xf igc-${pkgver}.tar.gz -C ${pkgname}-${pkgver} 
--strip-components='1'
-}
-
-build() {
-cd build
-cmake ../"${pkgname}-${pkgver}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
--DIGC_OPTION__OUTPUT_DIR='../igc-install/Release' \
--DIGC_PREFERRED_LLVM_VERSION='8.0.0' \
--Wno-dev
-make
-
-# License
-sed -n '2,20p' IGC/AdaptorOCL/igc.opencl.h > LICENSE # create file
-sed -i '1,22s/^.\{,3\}//' LICENSE # erase C comments
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: intel-graphics-compiler/repos/community-x86_64/PKGBUILD (from rev 
476916, intel-graphics-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-04 22:12:29 UTC (rev 476917)
@@ -0,0 +1,51 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-graphics-compiler
+epoch=1
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="Intel Graphics Compiler for OpenCL"
+arch=(x86_64)
+url="https://github.com/intel/intel-graphics-compiler;
+license=(MIT)
+depends=(llvm-libs intel-opencl-clang)
+makedepends=(cmake clang llvm zlib python2)
+options=('!emptydirs')
+source=("${url}/archive/igc-${pkgver}.tar.gz"
+'igc-fix-build-with-system-opencl-clang.patch')
+noextract=("igc-${pkgver}.tar.gz")
+sha256sums=('b95afb8f983f38a8aedfa9d77ecb619706f58baae31dd7da0c4e31962b9205c1'
+'e4221ca82774d8afda7b581d5b80cffa6c47d8326aaee068546d8e63f5bef63d')
+
+prepare() {
+mkdir -p build ${pkgname}-${pkgver}
+bsdtar xf igc-${pkgver}.tar.gz -C ${pkgname}-${pkgver} 
--strip-components='1'
+
+# fix build with system opencl-clang
+# https://github.com/intel/intel-graphics-compiler/issues/95
+cd "${pkgname}-${pkgver}"
+patch -Np1 -i "${srcdir}/igc-fix-build-with-system-opencl-clang.patch"
+}
+
+build() {
+cd build
+cmake ../"${pkgname}-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
+-DIGC_PREFERRED_LLVM_VERSION='8.0.0' \
+-Wno-dev
+make
+
+# License
+sed -n '2,20p' IGC/AdaptorOCL/igc.opencl.h > LICENSE # create file
+sed -i '1,22s/^.\{,3\}//' LICENSE # erase C comments
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Copied: 
intel-graphics-compiler/repos/community-x86_64/igc-fix-build-with-system-opencl-clang.patch
 (from rev 476916, 
intel-graphics-compiler/trunk/igc-fix-build-with-system-opencl-clang.patch)
===
--- igc-fix-build-with-system-opencl-clang.patch
(rev 0)
+++ igc-fix-build-with-system-opencl-clang.patch2019-06-04 22:12:29 UTC 
(rev 476917)
@@ -0,0 +1,69 @@
+intel-graphics-compiler 1.0.7
+Fix build with system opencl-clang
+https://github.com/intel/intel-graphics-compiler/issues/95
+
+Backport of:

[arch-commits] Commit in intel-graphics-compiler/trunk (2 files)

2019-06-04 Thread Daniel Bermond via arch-commits
Date: Tuesday, June 4, 2019 @ 22:12:00
  Author: dbermond
Revision: 476916

upgpkg: intel-graphics-compiler 1:1.0.7-1

Updated to version 1.0.7

Added:
  intel-graphics-compiler/trunk/igc-fix-build-with-system-opencl-clang.patch
Modified:
  intel-graphics-compiler/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++--
 igc-fix-build-with-system-opencl-clang.patch |   69 +
 2 files changed, 80 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:38:36 UTC (rev 476915)
+++ PKGBUILD2019-06-04 22:12:00 UTC (rev 476916)
@@ -1,9 +1,9 @@
-# Maintainer: Daniel Bermond < gmail-com: danielbermond >
+# Maintainer: Daniel Bermond 
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
@@ -12,13 +12,20 @@
 depends=(llvm-libs intel-opencl-clang)
 makedepends=(cmake clang llvm zlib python2)
 options=('!emptydirs')
-source=("${url}/archive/igc-${pkgver}.tar.gz")
+source=("${url}/archive/igc-${pkgver}.tar.gz"
+'igc-fix-build-with-system-opencl-clang.patch')
 noextract=("igc-${pkgver}.tar.gz")
-sha256sums=('f73bee8286aa56c2a7b2c7a7bc9068440a8a77fecfac571b95f2119f162185ef')
+sha256sums=('b95afb8f983f38a8aedfa9d77ecb619706f58baae31dd7da0c4e31962b9205c1'
+'e4221ca82774d8afda7b581d5b80cffa6c47d8326aaee068546d8e63f5bef63d')
 
 prepare() {
 mkdir -p build ${pkgname}-${pkgver}
 bsdtar xf igc-${pkgver}.tar.gz -C ${pkgname}-${pkgver} 
--strip-components='1'
+
+# fix build with system opencl-clang
+# https://github.com/intel/intel-graphics-compiler/issues/95
+cd "${pkgname}-${pkgver}"
+patch -Np1 -i "${srcdir}/igc-fix-build-with-system-opencl-clang.patch"
 }
 
 build() {
@@ -28,7 +35,6 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
--DIGC_OPTION__OUTPUT_DIR='../igc-install/Release' \
 -DIGC_PREFERRED_LLVM_VERSION='8.0.0' \
 -Wno-dev
 make

Added: igc-fix-build-with-system-opencl-clang.patch
===
--- igc-fix-build-with-system-opencl-clang.patch
(rev 0)
+++ igc-fix-build-with-system-opencl-clang.patch2019-06-04 22:12:00 UTC 
(rev 476916)
@@ -0,0 +1,69 @@
+intel-graphics-compiler 1.0.7
+Fix build with system opencl-clang
+https://github.com/intel/intel-graphics-compiler/issues/95
+
+Backport of:
+https://github.com/intel/intel-graphics-compiler/commit/5d2ab178abeee5a71ba6409a1e7208d4f1f0041a
+
+diff -Naurp a/IGC/BiFModule/CMakeLists.txt b/IGC/BiFModule/CMakeLists.txt
+--- a/IGC/BiFModule/CMakeLists.txt 2019-06-03 17:27:09.604195718 +
 b/IGC/BiFModule/CMakeLists.txt 2019-06-04 01:11:06.739758208 +
+@@ -60,7 +60,7 @@ endif()
+ ###
+ 
+ ### Check by order first available way to link with opencl-clang
+-if(${CCLANG_FROM_SYSTEM})
++if(CCLANG_FROM_SYSTEM)
+   message(STATUS "[IGC\\BiFModule] : opencl-clang will be taken from system")
+ else()
+   if(NOT DEFINED CCLANG_BUILD_PREBUILDS_DIR)
+@@ -103,7 +103,7 @@ endif()
+ ###
+ 
+ #1. CCLANG_FROM_SYSTEM - use installed on system opencl-clang toolchain
+-if(${CCLANG_FROM_SYSTEM})
++if(CCLANG_FROM_SYSTEM)
+   find_library(SYSTEM_COMMON_CLANG ${COMMON_CLANG_LIBRARY_NAME})
+   
+   add_library(opencl-clang-lib SHARED IMPORTED GLOBAL)
+@@ -127,12 +127,6 @@ elseif(${CCLANG_BUILD_PREBUILDS})
+   add_library(opencl-clang-lib SHARED IMPORTED GLOBAL)
+   set_property(TARGET opencl-clang-lib PROPERTY "IMPORTED_LOCATION" 
"${CCLANG_BUILD_PREBUILDS_DIR}/${COMMON_CLANG_LIB_FULL_NAME}")
+   
+-  if(${LLVM_VERSION_MINOR} EQUAL 0 AND ${LLVM_VERSION_PATCH} EQUAL 0)
+-set_property(TARGET opencl-clang-lib PROPERTY "IMPORTED_SONAME" 
"${COMMON_CLANG_LIB_FULL_NAME}.${LLVM_VERSION_MAJOR}")
+-  else()
+-set_property(TARGET opencl-clang-lib PROPERTY "IMPORTED_SONAME" 
"${COMMON_CLANG_LIB_FULL_NAME}.${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}")
+-  endif()
+-
+   add_executable(clang-tool IMPORTED GLOBAL)
+   set_property(TARGET clang-tool PROPERTY "IMPORTED_LOCATION" 
"${CCLANG_BUILD_PREBUILDS_DIR}/clang${CMAKE_EXECUTABLE_SUFFIX}")
+ 
+@@ -146,13 +140,20 @@ elseif(${CCLANG_BUILD_INTREE_LLVM})
+ endif()
+ ###
+ 
+-if(UNIX AND NOT ${CCLANG_FROM_SYSTEM})
+-  install(FILES $ DESTINATION 
${CMAKE_INSTALL_FULL_LIBDIR} COMPONENT igc-opencl)
+-  install(FILES $ DESTINATION 
${CMAKE_INSTALL_FULL_LIBDIR} COMPONENT igc-opencl)
+-  
+-  install(FILES $ DESTINATION 
${CMAKE_INSTALL_FULL_BINDIR} COMPONENT igc-opencl-devel)
+-  install(FILES $-${LLVM_VERSION_MAJOR} DESTINATION 
${CMAKE_INSTALL_FULL_BINDIR} COMPONENT igc-opencl-devel)
+-  install(FILES ${opencl-header} DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR} 

[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2019-06-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, June 4, 2019 @ 21:49:26
  Author: foutrelis
Revision: 354860

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 354859, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
(from rev 354859, 
chromium/trunk/chromium-fix-window-flash-for-some-WMs.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 354859, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 354859, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 354859, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 354859, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
(from rev 354859, 
chromium/trunk/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-window-flash-for-some-WMs.patch
  chromium/repos/extra-x86_64/chromium-glibc-2.29.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

-+
 PKGBUILD|  454 +-
 chromium-fix-window-flash-for-some-WMs.patch|  196 ++--
 chromium-glibc-2.29.patch   |  105 --
 chromium-skia-harmony.patch |   26 
 chromium-system-icu.patch   |   38 
 chromium-widevine.patch |   44 
 chromium.install|   32 
 libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch |   36 
 8 files changed, 431 insertions(+), 500 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-04 21:49:17 UTC (rev 354859)
+++ PKGBUILD2019-06-04 21:49:26 UTC (rev 354860)
@@ -1,227 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=74.0.3729.169
-pkgrel=2
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'clang' 'lld' 'gn' 'java-runtime-headless')
-optdepends=('pepper-flash: support for Flash content'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-chromium-system-icu.patch
-chromium-glibc-2.29.patch
-chromium-fix-window-flash-for-some-WMs.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('070f0210017f54b65264f88726431da7582e36a04caa673fe50662e8b41a0cb4'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'dd791f154b48e69cd47fd94753c45448655b529590995fd71ac1591c53a3d60c'
-'183d8cc712f0bcf1afcb01ce90c4c104a4c8d8070a06f94974a28b007d9e2ce4'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see 

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

2019-06-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, June 4, 2019 @ 21:49:17
  Author: foutrelis
Revision: 354859

upgpkg: chromium 75.0.3770.80-1

New upstream release.

Added:
  chromium/trunk/libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/chromium-glibc-2.29.patch

-+
 PKGBUILD|   14 -
 chromium-glibc-2.29.patch   |  105 --
 libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch |   36 +++
 3 files changed, 43 insertions(+), 112 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 19:01:15 UTC (rev 354858)
+++ PKGBUILD2019-06-04 21:49:17 UTC (rev 354859)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=74.0.3729.169
-pkgrel=2
+pkgver=75.0.3770.80
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -24,14 +24,14 @@
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium-system-icu.patch
-chromium-glibc-2.29.patch
+libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
 chromium-fix-window-flash-for-some-WMs.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('070f0210017f54b65264f88726431da7582e36a04caa673fe50662e8b41a0cb4'
+sha256sums=('da828bc8d887821380b461abfbbd0e17538c211d56f240f03711b918c77a66d6'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
 'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
-'dd791f154b48e69cd47fd94753c45448655b529590995fd71ac1591c53a3d60c'
+'e309dfd9d790f32cb1d23103726ac25e405b6ae6757a1c957a8395667d753908'
 '183d8cc712f0bcf1afcb01ce90c4c104a4c8d8070a06f94974a28b007d9e2ce4'
 'd081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
 '5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
@@ -84,8 +84,8 @@
 third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
 third_party/libxml/chromium/libxml_utils.cc
 
-  # https://crbug.com/949312
-  patch -Np1 -i ../chromium-glibc-2.29.patch
+  # https://chromium-review.googlesource.com/1584292
+  patch -Np1 -i ../libstdc-do-not-assume-unique_ptr-has-ostream-operator.patch
 
   # https://crbug.com/956061
   patch -Np1 -i ../chromium-fix-window-flash-for-some-WMs.patch

Deleted: chromium-glibc-2.29.patch
===
--- chromium-glibc-2.29.patch   2019-06-04 19:01:15 UTC (rev 354858)
+++ chromium-glibc-2.29.patch   2019-06-04 21:49:17 UTC (rev 354859)
@@ -1,105 +0,0 @@
-From 65046b8f90d0336cbe5f2f15cc7da5cb798360ad Mon Sep 17 00:00:00 2001
-From: Matthew Denton 
-Date: Wed, 24 Apr 2019 15:44:40 +
-Subject: [PATCH] Update Linux Seccomp syscall restrictions to EPERM
- posix_spawn/vfork
-
-Glibc's system() function switched to using posix_spawn, which uses
-CLONE_VFORK. Pepperflash includes a sandbox debugging check which
-relies on us EPERM-ing process creation like this, rather than crashing
-the process with SIGSYS.
-
-So whitelist clone() calls, like posix_spawn, that include the flags
-CLONE_VFORK and CLONE_VM.
-
-Bug: 949312
-Change-Id: I3f4b90114b2fc1d9929e3c0a85bbe8f10def3c20
-Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1568086
-Commit-Queue: Robert Sesek 
-Reviewed-by: Robert Sesek 
-Cr-Commit-Position: refs/heads/master@{#653590}

- .../baseline_policy_unittest.cc   | 29 +++
- .../syscall_parameters_restrictions.cc| 13 +++--
- 2 files changed, 40 insertions(+), 2 deletions(-)
-
-diff --git a/sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc 
b/sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc
-index cdeb210ccb..40fcebf933 100644
 a/sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc
-+++ b/sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc
-@@ -10,7 +10,9 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-@@ -130,6 +132,33 @@ BPF_TEST_C(BaselinePolicy, ForkArmEperm, BaselinePolicy) {
-   BPF_ASSERT_EQ(EPERM, fork_errno);
- }
- 
-+BPF_TEST_C(BaselinePolicy, SystemEperm, BaselinePolicy) {
-+  errno = 0;
-+  int ret_val = system("echo SHOULD NEVER RUN");
-+  BPF_ASSERT_EQ(-1, ret_val);
-+  BPF_ASSERT_EQ(EPERM, errno);
-+}
-+
-+BPF_TEST_C(BaselinePolicy, CloneVforkEperm, BaselinePolicy) {
-+  errno = 0;
-+  // Allocate a couple pages for the child's stack even though the child 
should
-+  // never start.
-+  constexpr 

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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:38:36
  Author: arojas
Revision: 476915

https

Modified:
  lib32-libao/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:33:36 UTC (rev 476914)
+++ PKGBUILD2019-06-04 21:38:36 UTC (rev 476915)
@@ -8,12 +8,12 @@
 pkgver=1.2.2
 pkgrel=2
 pkgdesc="A cross-platform audio output library and plugins (32-bit)"
-url="http://www.xiph.org/ao/;
+url="https://www.xiph.org/ao/;
 arch=('x86_64')
 license=('GPL')
 depends=($_pkgbasename 'lib32-glibc' 'lib32-alsa-lib' 'lib32-libpulse')
 makedepends=('gcc-multilib' 'git')
-#source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
+#source=("https://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
 
source=("git+https://git.xiph.org/libao.git#commit=3f4b02f046550aca54d7f11a5d9c56ac421f0b66;)
 sha256sums=('SKIP')
 


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:33:36
  Author: arojas
Revision: 476914

https

Modified:
  lib32-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:33:12 UTC (rev 476913)
+++ PKGBUILD2019-06-04 21:33:36 UTC (rev 476914)
@@ -9,7 +9,7 @@
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit (legacy) (32-bit)"
 arch=('x86_64')
-url="http://www.gtk.org/;
+url="https://www.gtk.org/;
 install=gtk2.install
 
depends=(lib32-{'atk>=1.30.0','pango>=1.28.0','cairo>=1.10.0','gdk-pixbuf2>=2.22.1'}
  
lib32-lib{'cups>=1.4.4',xcursor,'xrandr>=1.3','xi>=1.3',xinerama,xcomposite,xdamage}


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:33:12
  Author: arojas
Revision: 476913

https

Modified:
  lib32-gpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:32:44 UTC (rev 476912)
+++ PKGBUILD2019-06-04 21:33:12 UTC (rev 476913)
@@ -7,11 +7,11 @@
 pkgrel=2
 pkgdesc="A mouse server for the console and xterm (32 bit)"
 arch=('x86_64')
-url="http://www.nico.schottelius.org/software/gpm/;
+url="https://www.nico.schottelius.org/software/gpm/;
 license=('GPL')
 depends=('lib32-ncurses' "$_pkgname")
 options=('!makeflags')
-source=(http://www.nico.schottelius.org/software/gpm/archives/${_pkgname}-${pkgver}.tar.lzma
+source=(https://www.nico.schottelius.org/software/gpm/archives/${_pkgname}-${pkgver}.tar.lzma
 gpm-glibc-2.26.patch)
 sha1sums=('8d9f3655c80ce7667d31ede2a100b44986480369'
   '57d98a5ed864ead76290d32a6899caaed0b55959')


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:32:44
  Author: arojas
Revision: 476912

https

Modified:
  lib32-gmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:32:24 UTC (rev 476911)
+++ PKGBUILD2019-06-04 21:32:44 UTC (rev 476912)
@@ -8,7 +8,7 @@
 pkgrel=2
 pkgdesc="A free library for arbitrary precision arithmetic (32-bit)"
 arch=('x86_64')
-url="http://gmplib.org/;
+url="https://gmplib.org/;
 depends=('lib32-gcc-libs' $_pkgbasename)
 makedepends=(gcc-multilib)
 license=('LGPL3' 'GPL')


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:32:24
  Author: arojas
Revision: 476911

https

Modified:
  lib32-glu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:31:57 UTC (rev 476910)
+++ PKGBUILD2019-06-04 21:32:24 UTC (rev 476911)
@@ -5,7 +5,7 @@
 pkgrel=4
 pkgdesc="Mesa OpenGL utility library (32 bits)"
 arch=('x86_64')
-url="http://mesa.freedesktop.org/;
+url="https://mesa.freedesktop.org/;
 license=('LGPL')
 depends=('lib32-libgl' 'glu')
 makedepends=('gcc-multilib' 'lib32-mesa')


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:31:57
  Author: arojas
Revision: 476910

https

Modified:
  lib32-gettext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:31:03 UTC (rev 476909)
+++ PKGBUILD2019-06-04 21:31:57 UTC (rev 476910)
@@ -6,12 +6,12 @@
 pkgrel=2
 pkgdesc="GNU internationalization library (32-bit)"
 arch=('x86_64')
-url="http://www.gnu.org/software/gettext/;
+url="https://www.gnu.org/software/gettext/;
 license=('GPL')
 depends=('lib32-acl' lib32-gcc-libs $_pkgbasename)
 makedepends=(gcc-multilib)
 options=(!docs)
-source=(ftp://ftp.gnu.org/pub/gnu/gettext/${_pkgbasename}-${pkgver}.tar.gz{,.sig})
+source=(https://ftp.gnu.org/pub/gnu/gettext/${_pkgbasename}-${pkgver}.tar.gz{,.sig})
 md5sums=('97e034cf8ce5ba73a28ff6c3c0638092'
  'SKIP')
 validpgpkeys=(462225C3B46F34879FC8496CD605848ED7E69871)


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:31:03
  Author: arojas
Revision: 476909

https

Modified:
  lib32-acl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:28:19 UTC (rev 476908)
+++ PKGBUILD2019-06-04 21:31:03 UTC (rev 476909)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc='Access control list libraries (32-bit)'
 arch=('x86_64')
-url='http://savannah.nongnu.org/projects/acl'
+url='https://savannah.nongnu.org/projects/acl'
 license=('LGPL')
 depends=('lib32-attr>=2.4.46' 'acl')
 makedepends=('gcc-multilib')


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:28:19
  Author: arojas
Revision: 476908

https

Modified:
  lesspipe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:27:43 UTC (rev 476907)
+++ PKGBUILD2019-06-04 21:28:19 UTC (rev 476908)
@@ -20,8 +20,8 @@
'antiword: support for word file'
'unrtf: support for rtf file'
'imagemagick: support for some image file')
-url="http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html;
-source=("http://downloads.sourceforge.net/project/lesspipe/lesspipe/$pkgver/lesspipe-$pkgver.tar.gz;
+url="https://www-zeuthen.desy.de/~friebel/unix/lesspipe.html;
+source=("https://downloads.sourceforge.net/project/lesspipe/lesspipe/$pkgver/lesspipe-$pkgver.tar.gz;
lesspipe.sh)
 sha256sums=('d616f0d51852e60fb0d0801eec9c31b10e0acc6fdfdc62ec46ef7bfd60ce675e'
 '522a4893b640ed95e39fd4ca83a5d5ec79207542fec03710fa5e73fe201ed057')


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:27:43
  Author: arojas
Revision: 476907

https

Modified:
  ledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:27:20 UTC (rev 476906)
+++ PKGBUILD2019-06-04 21:27:43 UTC (rev 476907)
@@ -10,7 +10,7 @@
 pkgrel=1
 pkgdesc='Double-entry accounting system with a command-line reporting 
interface'
 arch=('i686' 'x86_64')
-url='http://ledger-cli.org'
+url='https://ledger-cli.org'
 license=('BSD')
 depends=('python2' 'boost' 'libedit')
 makedepends=('cmake')


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:27:20
  Author: arojas
Revision: 476906

https

Modified:
  ldoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:26:59 UTC (rev 476905)
+++ PKGBUILD2019-06-04 21:27:20 UTC (rev 476906)
@@ -7,7 +7,7 @@
 pkgver=1.4.6
 pkgrel=2
 pkgdesc='LuaDoc-compatible documentation generation system'
-url='http://stevedonovan.github.com/ldoc/'
+url='https://stevedonovan.github.com/ldoc/'
 arch=('any')
 license=('custom')
 depends=('lua' 'lua-penlight')


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:26:59
  Author: arojas
Revision: 476905

https

Modified:
  ld-lsb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:26:21 UTC (rev 476904)
+++ PKGBUILD2019-06-04 21:26:59 UTC (rev 476905)
@@ -8,7 +8,7 @@
 pkgdesc='Faking a Linux Standard Base runtime'
 arch=('x86_64')
 license=('GPL')
-url="http://www.linuxfoundation.org/;
+url="https://www.linuxfoundation.org/;
 depends=('glibc')
 optdepends=('lib32-glibc: for 32-bit support')
 
@@ -21,4 +21,4 @@
   ln -s ld-linux.so.2 "$pkgdir"/usr/lib/ld-lsb.so.3
 }
 
-# vim:set ts=2 sw=2 et:
\ No newline at end of file
+# vim:set ts=2 sw=2 et:


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:26:21
  Author: arojas
Revision: 476904

https

Modified:
  launchy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:25:52 UTC (rev 476903)
+++ PKGBUILD2019-06-04 21:26:21 UTC (rev 476904)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="Indexes the programs in your start menu and can launch your 
documents, project files, folders, and bookmarks with just a few keystrokes!"
 arch=('x86_64')
-url="http://www.launchy.net/;
+url="https://www.launchy.net/;
 license=('GPL')
 depends=('qt5-x11extras' 'qt5-declarative' 'qt5-svg')
 makedepends=('qt5-tools' 'boost' 'cmake')


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:25:52
  Author: arojas
Revision: 476903

https

Modified:
  kyotocabinet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:24:58 UTC (rev 476902)
+++ PKGBUILD2019-06-04 21:25:52 UTC (rev 476903)
@@ -7,10 +7,10 @@
 pkgrel=1
 pkgdesc="a modern implementation of DBM in C++"
 arch=('x86_64')
-url="http://fallabs.com/kyotocabinet;
+url="https://fallabs.com/kyotocabinet;
 license=('LGPL3')
 depends=('zlib' 'gcc-libs')
-source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz;)
+source=("https://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz;)
 
sha512sums=('f38794c11faa3f4b64097a2e314307e1a6b75ddc495103647ebe52786a689336754496e7083697417ea90436e7fad681f16440975abec9ae917874aa25153e0f')
 
 build() {


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:24:58
  Author: arojas
Revision: 476902

https

Modified:
  kuickshow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:24:16 UTC (rev 476901)
+++ PKGBUILD2019-06-04 21:24:58 UTC (rev 476902)
@@ -6,7 +6,7 @@
 pkgver=0.10.0
 pkgrel=2
 pkgdesc="A very fast and convenient image viewer"
-url="http://userbase.kde.org/KuickShow;
+url="https://userbase.kde.org/KuickShow;
 arch=('x86_64')
 license=('GPL')
 depends=('hicolor-icon-theme' 'imlib' 'qt5-base' 'qt5-x11extras'


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:24:16
  Author: arojas
Revision: 476901

https

Modified:
  kmscon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:23:36 UTC (rev 476900)
+++ PKGBUILD2019-06-04 21:24:16 UTC (rev 476901)
@@ -7,12 +7,12 @@
 pkgrel=5
 pkgdesc='Terminal emulator based on Kernel Mode Setting (KMS)'
 arch=('x86_64')
-url='http://www.freedesktop.org/wiki/Software/kmscon/'
+url='https://www.freedesktop.org/wiki/Software/kmscon/'
 license=('MIT')
 depends=('systemd' 'libdrm' 'mesa' 'libgl' 'pango' 'libxkbcommon'
  'xkeyboard-config' 'libtsm')
 makedepends=('libxslt' 'docbook-xsl' 'linux-api-headers')
-source=("http://www.freedesktop.org/software/kmscon/releases/kmscon-${pkgver}.tar.xz;)
+source=("https://www.freedesktop.org/software/kmscon/releases/kmscon-${pkgver}.tar.xz;)
 md5sums=('90d39c4ef53a11c53f27be4a7e9acee4')
 
 prepare() {


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:23:36
  Author: arojas
Revision: 476900

https

Modified:
  kim4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:22:39 UTC (rev 476899)
+++ PKGBUILD2019-06-04 21:23:36 UTC (rev 476900)
@@ -7,7 +7,7 @@
 pkgrel=7
 pkgdesc="Kde Image Menu to compress, resize, convert, rename and much more"
 arch=('any')
-url="http://www.kde-apps.org/content/show.php?content=11505;
+url="https://www.kde-apps.org/content/show.php?content=11505;
 license=('GPL')
 depends=('bash' 'imagemagick' 'dolphin' 'kdialog')
 source=(http://bouveyron.free.fr/kim/release/$pkgname-$pkgver.tar.gz)


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:22:14
  Author: arojas
Revision: 476898

https

Modified:
  keynav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:21:34 UTC (rev 476897)
+++ PKGBUILD2019-06-04 21:22:14 UTC (rev 476898)
@@ -4,7 +4,7 @@
 pkgver=0.20110708.0
 pkgrel=3
 pkgdesc="Ingenious and fast way to move the mouse pointer on the screen with 
keystrokes."
-url="http://www.semicomplete.com/projects/keynav/;
+url="https://www.semicomplete.com/projects/keynav/;
 license=('BSD')
 arch=('x86_64')
 depends=('cairo' 'xdotool')


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:22:39
  Author: arojas
Revision: 476899

https

Modified:
  keystone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:22:14 UTC (rev 476898)
+++ PKGBUILD2019-06-04 21:22:39 UTC (rev 476899)
@@ -5,7 +5,7 @@
 pkgver=0.9.1
 pkgrel=4
 pkgdesc='Lightweight multi-platform, multi-architecture assembler framework'
-url='http://www.keystone-engine.org/'
+url='https://www.keystone-engine.org/'
 arch=('x86_64')
 license=('GPL2')
 makedepends=('cmake' 'gcc-libs' 'python' 'python2')


[arch-commits] Commit in kea-devel-docs/trunk (PKGBUILD)

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:21:34
  Author: arojas
Revision: 476897

https

Modified:
  kea-devel-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:21:02 UTC (rev 476896)
+++ PKGBUILD2019-06-04 21:21:34 UTC (rev 476897)
@@ -4,7 +4,7 @@
 pkgrel=1
 pkgdesc='Developer documentation for Kea, a high-performance, extensible DHCP 
server engine'
 arch=('any')
-url='http://kea.isc.org'
+url='https://kea.isc.org'
 license=('MPL2')
 depends=()
 makedepends=('botan' 'boost' 'log4cplus' # Only here to make ./configure 
happy, not actually used.


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:21:02
  Author: arojas
Revision: 476896

https

Modified:
  kdesvn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:20:40 UTC (rev 476895)
+++ PKGBUILD2019-06-04 21:21:02 UTC (rev 476896)
@@ -5,12 +5,12 @@
 pkgrel=3
 pkgdesc="A pure C++ SVN-client for KDE"
 arch=('x86_64')
-url="http://projects.kde.org/kdesvn;
+url="https://projects.kde.org/kdesvn;
 license=('GPL')
 depends=('subversion' 'kcoreaddons' 'kdoctools' 'kio' 'knotifications' 
'kparts' 'ktexteditor')
 makedepends=('extra-cmake-modules' 'patch')
 changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
 
kdesvn-desktop.patch::https://cgit.kde.org/kdesvn.git/patch/?id=5ea40285741a885198a351bd9afe58ff746a1192
 
kdesvn-qt-5.11.patch::"https://cgit.kde.org/kdesvn.git/patch/?id=605484fd;)
 sha256sums=('d58d3a895461633718dad580d1590fe99c9d6e44ca64544784a0e9421eb8f8db'


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:20:40
  Author: arojas
Revision: 476895

https

Modified:
  josm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:20:07 UTC (rev 476894)
+++ PKGBUILD2019-06-04 21:20:40 UTC (rev 476895)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
-url="http://josm.openstreetmap.de/;
+url="https://josm.openstreetmap.de/;
 license=('GPL')
 depends=('java-runtime>=8' 'libxtst' 'ttf-font')
 changelog=$pkgname.changelog


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:20:07
  Author: arojas
Revision: 476894

https

Modified:
  jgmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:19:41 UTC (rev 476893)
+++ PKGBUILD2019-06-04 21:20:07 UTC (rev 476894)
@@ -6,10 +6,10 @@
 pkgrel=1
 pkgdesc="Small X11 menu intended to be used with openbox and tint2"
 arch=('i686' 'x86_64')
-url="http://www.github.com/johanmalm/jgmenu;
+url="https://www.github.com/johanmalm/jgmenu;
 license=('GPL')
 depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
-source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
 sha256sums=('a5778b11028c9550cddfff5e4ad0b2b3158e99bd3e8d36ab44fde1c7f567dd85')
 
 build() {


[arch-commits] Commit in java-commons-logging/trunk (PKGBUILD)

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:19:41
  Author: arojas
Revision: 476893

https

Modified:
  java-commons-logging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:18:34 UTC (rev 476892)
+++ PKGBUILD2019-06-04 21:19:41 UTC (rev 476893)
@@ -7,7 +7,7 @@
 pkgrel=2
 pkgdesc="Wrapper interface for logging APIs in Java"
 arch=('any')
-url="http://commons.apache.org/logging/;
+url="https://commons.apache.org/logging/;
 license=(APACHE)
 depends=('java-runtime')
 
source=("http://apache.crihan.fr/dist/commons/logging/binaries/commons-logging-$pkgver-bin.tar.gz;


[arch-commits] Commit in java-avalon-framework/trunk (PKGBUILD)

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:18:34
  Author: arojas
Revision: 476892

https

Modified:
  java-avalon-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 20:48:48 UTC (rev 476891)
+++ PKGBUILD2019-06-04 21:18:34 UTC (rev 476892)
@@ -7,7 +7,7 @@
 pkgrel=8
 pkgdesc='Reusable components for J2SE applications.'
 arch=('any')
-url='http://excalibur.apache.org/'
+url='https://excalibur.apache.org/'
 license=(APACHE)
 depends=('java-runtime')
 
source=("https://archive.apache.org/dist/excalibur/avalon-framework/binaries/avalon-framework-$pkgver.tar.gz;)


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 20:48:48
  Author: arojas
Revision: 476891

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-04 20:48:28 UTC (rev 476890)
+++ PKGBUILD2019-06-04 20:48:48 UTC (rev 476891)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pyname=pysol_cards
-pkgname=python-$_pyname
-pkgver=0.4.3
-pkgrel=1
-pkgdesc='Deal PySol FC Cards'
-arch=(any)
-url='https://pypi.org/project/pysol-cards/'
-license=(MIT)
-depends=(python-pbr)
-makedepends=(python-setuptools)
-source=("https://pypi.io/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz;)
-sha256sums=('19d6a0f58fff8c8e50f7d94090f67ced5d78bba0e13885d464c865fb48d3c470')
-
-package() {
-  cd $_pyname-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pysol_cards/repos/community-any/PKGBUILD (from rev 476890, 
python-pysol_cards/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-04 20:48:48 UTC (rev 476891)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas 
+
+_pyname=pysol_cards
+pkgname=python-$_pyname
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='Deal PySol FC Cards'
+arch=(any)
+url='https://pypi.org/project/pysol-cards/'
+license=(MIT)
+depends=(python-pbr)
+makedepends=(python-setuptools)
+source=("https://pypi.io/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz;)
+sha256sums=('9bc9295be3ca0740a0b804e9a2b9f1ca9adb1ffb625fd810903226013b55be6c')
+
+package() {
+  cd $_pyname-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 20:48:28
  Author: arojas
Revision: 476890

Update to 0.6.1

Modified:
  python-pysol_cards/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 19:31:45 UTC (rev 476889)
+++ PKGBUILD2019-06-04 20:48:28 UTC (rev 476890)
@@ -2,7 +2,7 @@
 
 _pyname=pysol_cards
 pkgname=python-$_pyname
-pkgver=0.4.3
+pkgver=0.6.1
 pkgrel=1
 pkgdesc='Deal PySol FC Cards'
 arch=(any)
@@ -11,7 +11,7 @@
 depends=(python-pbr)
 makedepends=(python-setuptools)
 source=("https://pypi.io/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz;)
-sha256sums=('19d6a0f58fff8c8e50f7d94090f67ced5d78bba0e13885d464c865fb48d3c470')
+sha256sums=('9bc9295be3ca0740a0b804e9a2b9f1ca9adb1ffb625fd810903226013b55be6c')
 
 package() {
   cd $_pyname-$pkgver


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

2019-06-04 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, June 4, 2019 @ 19:31:45
  Author: jlichtblau
Revision: 476889

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 476888, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 476888, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 476888, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 476888, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 476888, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

-+
 PKGBUILD|  186 +-
 syncthing-relaysrv.service  |   34 +++
 syncthing-relaysrv.sysusers |4 
 syncthing-relaysrv.tmpfiles |2 
 syncthing.install   |   18 ++--
 5 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-04 19:31:25 UTC (rev 476888)
+++ PKGBUILD2019-06-04 19:31:45 UTC (rev 476889)
@@ -1,93 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=1.1.3
-pkgrel=1
-arch=('x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-# options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('d8d6b256e21a9db4be0453522206f044d4e54da15bd1d96a2624085948252a3d'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" \
-"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-  # license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  # ufw preset
-  install -Dm644 etc/firewall-ufw/syncthing \
-"$pkgdir/etc/ufw/applications.d/ufw-syncthing"
-
-  # man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
-  done
-}
-
-package_syncthing-relaysrv() {
-  pkgdesc='Relay server for Syncthing'
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 strelaysrv "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 "${srcdir}"/${pkgname}.service \
-"${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 "${srcdir}/${pkgname}.tmpfiles" \
-"$pkgdir/usr/lib/tmpfiles.d/${pkgname}.conf"
-  install -Dm644 "${srcdir}/${pkgname}.sysusers" \
-

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

2019-06-04 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, June 4, 2019 @ 19:31:25
  Author: jlichtblau
Revision: 476888

upgpkg: syncthing 1.1.4-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 19:03:01 UTC (rev 476887)
+++ PKGBUILD2019-06-04 19:31:25 UTC (rev 476888)
@@ -5,7 +5,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 arch=('x86_64')
 url="http://syncthing.net/;
@@ -18,7 +18,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('d8d6b256e21a9db4be0453522206f044d4e54da15bd1d96a2624085948252a3d'
+sha256sums=('d464884bfd92eac2f2dbc835c740ea7d5bd9e6ebd0bca7cda49682b0da4e6b5e'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


[arch-commits] Commit in (lib32-nvidia-340xx-utils)

2019-06-04 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, June 4, 2019 @ 19:03:01
  Author: grazzolini
Revision: 476887

Removing 340xx because of lack of hardware for testing it

Deleted:
  lib32-nvidia-340xx-utils/


[arch-commits] Commit in (nvidia-340xx-utils)

2019-06-04 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, June 4, 2019 @ 19:01:15
  Author: grazzolini
Revision: 354858

Removing 340xx because of lack of hardware for testing it

Deleted:
  nvidia-340xx-utils/


[arch-commits] Commit in (nvidia-340xx-settings)

2019-06-04 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, June 4, 2019 @ 19:00:48
  Author: grazzolini
Revision: 354857

Removing 340xx because of lack of hardware for testing it

Deleted:
  nvidia-340xx-settings/


[arch-commits] Commit in (nvidia-340xx-lts)

2019-06-04 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, June 4, 2019 @ 19:00:14
  Author: grazzolini
Revision: 354856

Removing 340xx because of lack of hardware for testing it

Deleted:
  nvidia-340xx-lts/


[arch-commits] Commit in (nvidia-340xx)

2019-06-04 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, June 4, 2019 @ 18:59:17
  Author: grazzolini
Revision: 354855

Removing 340xx because of lack of hardware for testing it

Deleted:
  nvidia-340xx/


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 18:53:27
  Author: arojas
Revision: 354854

archrelease: copy trunk to extra-x86_64

Added:
  krita/repos/extra-x86_64/PKGBUILD
(from rev 354853, krita/trunk/PKGBUILD)
Deleted:
  krita/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-04 18:53:04 UTC (rev 354853)
+++ PKGBUILD2019-06-04 18:53:27 UTC (rev 354854)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(x86_64)
-url="https://krita.org;
-license=(GPL3)
-depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia quazip
- gsl libraw exiv2 openexr fftw curl boost-libs giflib 
hicolor-icon-theme desktop-file-utils)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif sip python-sip)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
-"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d5eb5cce8bdb68bc669e8f8f6a41d09821bcc4ef5a4c99de6f7838b1c884abd0')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 354853, 
krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-04 18:53:27 UTC (rev 354854)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(x86_64)
+url="https://krita.org;
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia quazip
+ gsl libraw exiv2 openexr fftw curl boost-libs giflib 
hicolor-icon-theme desktop-file-utils)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif sip python-sip)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
+"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('35367adde808c9460a9d6e08f80255a64d08470acbef391e56d00acc929ca9ca')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 18:53:04
  Author: arojas
Revision: 354853

Update to 4.2.1

Modified:
  krita/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:51:30 UTC (rev 354852)
+++ PKGBUILD2019-06-04 18:53:04 UTC (rev 354853)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=krita
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc="Edit and paint images"
 arch=(x86_64)
@@ -15,7 +15,7 @@
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
 
source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d5eb5cce8bdb68bc669e8f8f6a41d09821bcc4ef5a4c99de6f7838b1c884abd0')
+sha256sums=('35367adde808c9460a9d6e08f80255a64d08470acbef391e56d00acc929ca9ca')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

 
 prepare() {


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:49:04
  Author: heftig
Revision: 354850

archrelease: copy trunk to testing-x86_64

Added:
  gnome-shell/repos/testing-x86_64/
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 354849, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/testing-x86_64/gnome-shell.install
(from rev 354849, gnome-shell/trunk/gnome-shell.install)

-+
 PKGBUILD|   51 ++
 gnome-shell.install |7 ++
 2 files changed, 58 insertions(+)

Copied: gnome-shell/repos/testing-x86_64/PKGBUILD (from rev 354849, 
gnome-shell/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-06-04 18:49:04 UTC (rev 354850)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
+arch=(x86_64)
+license=(GPL2)
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
+ gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret
+ mutter nm-connection-editor unzip gstreamer libibus)
+makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
+ sassc)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+install=gnome-shell.install
+_commit=24cb1c1aabe36b905ce009c2c786f4d70d6184d7  # gnome-3-32
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+}
+  
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  # https://bugs.archlinux.org/task/37412
+  mkdir "$pkgdir/usr/share/gnome-shell/modes"
+}

Copied: gnome-shell/repos/testing-x86_64/gnome-shell.install (from rev 354849, 
gnome-shell/trunk/gnome-shell.install)
===
--- testing-x86_64/gnome-shell.install  (rev 0)
+++ testing-x86_64/gnome-shell.install  2019-06-04 18:49:04 UTC (rev 354850)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_sys_nice+ep usr/bin/gnome-shell
+}
+
+post_upgrade() {
+  post_install
+}


[arch-commits] Commit in mutter/repos/testing-x86_64 (3 files)

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:49:06
  Author: heftig
Revision: 354851

archrelease: copy trunk to testing-x86_64

Added:
  mutter/repos/testing-x86_64/PKGBUILD
(from rev 354849, mutter/trunk/PKGBUILD)
  mutter/repos/testing-x86_64/mutter.install
(from rev 354850, mutter/trunk/mutter.install)
Deleted:
  mutter/repos/testing-x86_64/PKGBUILD

+
 PKGBUILD   |  102 ---
 mutter.install |7 +++
 2 files changed, 60 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-04 18:49:04 UTC (rev 354850)
+++ PKGBUILD2019-06-04 18:49:06 UTC (rev 354851)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.32.2+5+g13a1624c1
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-url="https://gitlab.gnome.org/GNOME/mutter;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas 
libcanberra
- startup-notification zenity libsm gnome-desktop upower 
libxkbcommon-x11
- gnome-settings-daemon libgudev libinput pipewire xorg-server-xwayland)
-makedepends=(gobject-introspection git egl-wayland meson xorg-server)
-checkdepends=(xorg-server-xvfb)
-groups=(gnome)
-_commit=13a1624c1050c91cd4d8a298f7a10fafe56fe9e5  # gnome-3-32
-source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D egl_device=true \
--D wayland_eglstream=true \
--D installed_tests=false
-  ninja -C build
-}
-
-check() (
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
-  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
-
-  dbus-run-session xvfb-run -s '+iglx -noreset' meson test -C build 
--print-errorlogs
-)
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: mutter/repos/testing-x86_64/PKGBUILD (from rev 354849, 
mutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-04 18:49:06 UTC (rev 354851)
@@ -0,0 +1,53 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.32.2+5+g13a1624c1
+pkgrel=2
+pkgdesc="A window manager for GNOME"
+url="https://gitlab.gnome.org/GNOME/mutter;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas 
libcanberra
+ startup-notification zenity libsm gnome-desktop upower 
libxkbcommon-x11
+ gnome-settings-daemon libgudev libinput pipewire xorg-server-xwayland)
+makedepends=(gobject-introspection git egl-wayland meson xorg-server)
+checkdepends=(xorg-server-xvfb)
+groups=(gnome)
+install=mutter.install
+_commit=13a1624c1050c91cd4d8a298f7a10fafe56fe9e5  # gnome-3-32
+source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # rt-scheduler experimental feature
+  git cherry-pick -n dae2c1d420ed272710ac55b7a00f6787e5c0e762
+}
+
+build() {
+  arch-meson $pkgname build \
+-D egl_device=true \
+-D wayland_eglstream=true \
+-D installed_tests=false
+  ninja -C build
+}
+
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
+  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
+
+  dbus-run-session xvfb-run -s '+iglx -noreset' meson test -C build 
--print-errorlogs
+)
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Copied: mutter/repos/testing-x86_64/mutter.install (from rev 354850, 
mutter/trunk/mutter.install)
===
--- mutter.install  (rev 0)
+++ mutter.install  2019-06-04 18:49:06 UTC (rev 354851)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_sys_nice+ep usr/bin/mutter
+}
+
+post_upgrade() {
+  post_install
+}


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:36:49
  Author: heftig
Revision: 354844

archrelease: copy trunk to extra-x86_64

Added:
  firefox/repos/extra-x86_64/0001-bz-1521249.patch
(from rev 354843, firefox/trunk/0001-bz-1521249.patch)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 354843, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-symbolic.svg
(from rev 354843, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 354843, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/upload-symbol-archive
(from rev 354843, firefox/trunk/upload-symbol-archive)
Deleted:
  firefox/repos/extra-x86_64/0001-bz-1521249.patch
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-symbolic.svg
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/upload-symbol-archive

---+
 0001-bz-1521249.patch |54012 
 PKGBUILD  |  344 
 firefox-symbolic.svg  |  128 
 firefox.desktop   |  680 
 upload-symbol-archive |   50 
 5 files changed, 27607 insertions(+), 27607 deletions(-)

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


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:37:01
  Author: heftig
Revision: 354845

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  480 ++---
 1 file changed, 240 insertions(+), 240 deletions(-)

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

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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:34:57
  Author: heftig
Revision: 354843

67.0.1-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:29:57 UTC (rev 354842)
+++ PKGBUILD2019-06-04 18:34:57 UTC (rev 354843)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=67.0
+pkgver=67.0.1
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)


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

2019-06-04 Thread Alexander Rødseth via arch-commits
Date: Tuesday, June 4, 2019 @ 18:30:35
  Author: arodseth
Revision: 476885

archrelease: copy trunk to community-x86_64

Added:
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 476884, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 476884, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 476884, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 476884, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  154 -
 epmd.conf|6 +-
 epmd.service |   22 
 epmd.socket  |   18 +++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-04 18:30:24 UTC (rev 476884)
+++ PKGBUILD2019-06-04 18:30:35 UTC (rev 476885)
@@ -1,77 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=22.0.1
-_docver=22.0
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
-arch=(x86_64)
-url='https://www.erlang.org/'
-license=(Apache)
-depends=(ncurses openssl)
-makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
-conflicts=(erlang)
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
-epmd.conf
-epmd.service
-epmd.socket)
-sha256sums=('SKIP'
-'c3acdb3c7c69eaceb8bcd5a69f8a19ba8320d403c176a3b560f9240b943ab370'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp
-  ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -rf "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et

Copied: erlang-nox/repos/community-x86_64/PKGBUILD (from rev 476884, 
erlang-nox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-04 18:30:35 UTC (rev 476885)
@@ -0,0 +1,77 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-nox
+pkgver=22.0.2
+_docver=22.0
+pkgrel=1
+pkgdesc='General-purpose concurrent functional programming language (headless 
version)'
+arch=(x86_64)
+url='https://www.erlang.org/'
+license=(Apache)
+depends=(ncurses openssl)
+makedepends=(fop git java-environment libxslt lksctp-tools unixodbc)
+conflicts=(erlang)
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"http://www.erlang.org/download/otp_doc_man_$_docver.tar.gz;
+epmd.conf
+epmd.service
+epmd.socket)
+sha256sums=('SKIP'
+'c3acdb3c7c69eaceb8bcd5a69f8a19ba8320d403c176a3b560f9240b943ab370'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+

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

2019-06-04 Thread Alexander Rødseth via arch-commits
Date: Tuesday, June 4, 2019 @ 18:30:24
  Author: arodseth
Revision: 476884

upgpkg: erlang-nox 22.0.2-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:26:24 UTC (rev 476883)
+++ PKGBUILD2019-06-04 18:30:24 UTC (rev 476884)
@@ -6,7 +6,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=22.0.1
+pkgver=22.0.2
 _docver=22.0
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language (headless 
version)'


[arch-commits] Commit in mutter/trunk (PKGBUILD mutter.install)

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:29:57
  Author: heftig
Revision: 354842

3.32.2+5+g13a1624c1-2: rt-scheduler

Added:
  mutter/trunk/mutter.install
Modified:
  mutter/trunk/PKGBUILD

+
 PKGBUILD   |6 +-
 mutter.install |7 +++
 2 files changed, 12 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:26:32 UTC (rev 354841)
+++ PKGBUILD2019-06-04 18:29:57 UTC (rev 354842)
@@ -4,7 +4,7 @@
 
 pkgname=mutter
 pkgver=3.32.2+5+g13a1624c1
-pkgrel=1
+pkgrel=2
 pkgdesc="A window manager for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter;
 arch=(x86_64)
@@ -15,6 +15,7 @@
 makedepends=(gobject-introspection git egl-wayland meson xorg-server)
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
+install=mutter.install
 _commit=13a1624c1050c91cd4d8a298f7a10fafe56fe9e5  # gnome-3-32
 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
 sha256sums=('SKIP')
@@ -26,6 +27,9 @@
 
 prepare() {
   cd $pkgname
+
+  # rt-scheduler experimental feature
+  git cherry-pick -n dae2c1d420ed272710ac55b7a00f6787e5c0e762
 }
 
 build() {

Added: mutter.install
===
--- mutter.install  (rev 0)
+++ mutter.install  2019-06-04 18:29:57 UTC (rev 354842)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_sys_nice+ep usr/bin/mutter
+}
+
+post_upgrade() {
+  post_install
+}


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:51
  Author: heftig
Revision: 476866

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 476863, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-04 18:23:51 UTC (rev 476866)
@@ -0,0 +1,38 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=108
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+depends=("linux${_kernelname}")
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+_extramodules="/usr/lib/modules/extramodules${_kernelname:--ARCH}"
+
+build() {
+_kernver="$(<${_extramodules}/version)"
+
+dkms build --dkmstree "${srcdir}" -m ${_module}/${pkgver} -k ${_kernver}
+}
+
+package() {
+_kernver="$(<${_extramodules}/version)"
+
+install -Dm644 -t "${pkgdir}${_extramodules}" \
+${_module}/${pkgver}/${_kernver}/${CARCH}/module/*
+
+_license="/usr/share/licenses/${_module}-dkms"
+if [[ -d ${_license} ]]; then
+install -Dm644 -t "${pkgdir}"/${_license/-dkms/${_kernelname}} 
${_license}/*
+fi
+_modprobe="/usr/lib/modprobe.d/${_module}-dkms.conf"
+if [[ -r ${_modprobe} ]]; then
+install -Dm644 ${_modprobe} 
"${pkgdir}"/${_modprobe/-dkms/${_kernelname}}
+fi
+}


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:54
  Author: heftig
Revision: 476869

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:52
  Author: heftig
Revision: 476867

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 476863, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-04 18:23:52 UTC (rev 476867)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=115
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers' 'git')
+_extradir=/usr/lib/modules/extramodules-ARCH
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:24:01
  Author: heftig
Revision: 354836

archrelease: copy trunk to staging-x86_64

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

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

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

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


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:59
  Author: heftig
Revision: 354835

archrelease: copy trunk to staging-x86_64

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

---+
 PKGBUILD  |   90 
 kernel-4.16.patch |   33 +
 kernel-5.1.patch  |  130 
 3 files changed, 253 insertions(+)

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

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

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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:24:05
  Author: heftig
Revision: 476873

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 476867, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-04 18:24:05 UTC (rev 476873)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=221
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+_extramodules=extramodules-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

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


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:57
  Author: heftig
Revision: 354834

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 354833, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch
(from rev 354833, nvidia-340xx/trunk/kernel-4.11.patch)
  nvidia-340xx/repos/staging-x86_64/kernel-5.0.patch
(from rev 354833, nvidia-340xx/trunk/kernel-5.0.patch)
  nvidia-340xx/repos/staging-x86_64/kernel-5.1.patch
(from rev 354833, nvidia-340xx/trunk/kernel-5.1.patch)

---+
 PKGBUILD  |   76 
 kernel-4.11.patch |   38 ++
 kernel-5.0.patch  |   52 +++
 kernel-5.1.patch  |   43 +
 4 files changed, 209 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 354833, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-06-04 18:23:57 UTC (rev 354834)
@@ -0,0 +1,76 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.107
+_extramodules=extramodules-ARCH
+pkgrel=90
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'kernel-4.11.patch' 'kernel-5.0.patch' 'kernel-5.1.patch')
+sha512sums=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2'
+
'ad60f9d09b6e8d5038375f9ddaab93341958f9400f40f5175857e44c7f7002d481121dc5d677703551c3cdf24069939ac6a1861920a455acf40e637f24234a56'
+
'4bde7d15d68d21a8254e82cb41b07e55b3fd04054251919159dc440bf3253de76d7066e69b21c33d00d5ba61f88589b5444c2b5765c54cd1c0bcd7300971d499')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+patch -Np0 < "${srcdir}/kernel-5.0.patch"
+patch -Np0 < "${srcdir}/kernel-5.1.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux' "nvidia-340xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+provides=("nvidia-340xx=$pkgver")
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+}

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 354833, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2019-06-04 18:23:57 UTC (rev 354834)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  

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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:55
  Author: heftig
Revision: 476871

archrelease: copy trunk to community-staging-x86_64

Added:
  ndiswrapper-arch/repos/community-staging-x86_64/
  ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 476863, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch
(from rev 476864, ndiswrapper-arch/trunk/linux-4.11.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.13.patch
(from rev 476864, ndiswrapper-arch/trunk/linux-4.13.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.15.patch
(from rev 476864, ndiswrapper-arch/trunk/linux-4.15.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-5.0.patch
(from rev 476864, ndiswrapper-arch/trunk/linux-5.0.patch)

--+
 PKGBUILD |   43 +++
 linux-4.11.patch |   55 ++
 linux-4.13.patch |   27 +++
 linux-4.15.patch |  199 +
 linux-5.0.patch  |   25 ++
 5 files changed, 349 insertions(+)

Copied: ndiswrapper-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
476863, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-04 18:23:55 UTC (rev 476871)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.61
+_extramodules=extramodules-ARCH
+pkgrel=38
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="http://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("ndiswrapper-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
+'linux-4.11.patch' 'linux-4.13.patch' 'linux-4.15.patch' 
'linux-5.0.patch')
+sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
+
'5350308406457658fb31c378d6f3dd2a34c7331aebe5bdc80744bf955f1144e88181441704ccc7532f55d6fbe8d410440fb8838c2955d688dde4b55f74fc6ba5'
+
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482'
+
'52bd3d2025ffb8a3f6a4a1a1fee1b87d3811f30a210a54aaa7b37838eb256cd766bc1aeda24e4b4f4829992584931ecd97a042794c9b854bd1ebbf452dce2abf'
+
'4918dcebd62ae577401469719f1a8866edd3dc97667aa3de287af1530aa68f50dc2508c883ecd2c9d1fe20f226ecd342b04b08f7a2cace0e531e5f49bbc12f2c')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.11.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.13.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.15.patch -d 
ndiswrapper
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-5.0.patch
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  cd ndiswrapper-$pkgver/ndiswrapper
+  make -C driver KVERS_UNAME="$_kernver"
+}
+
+package() {
+  cd ndiswrapper-$pkgver/ndiswrapper
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 driver/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}

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

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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:55
  Author: heftig
Revision: 476872

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

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


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:53
  Author: heftig
Revision: 476868

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:49
  Author: heftig
Revision: 476865

archrelease: copy trunk to community-staging-x86_64

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

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

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

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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:48
  Author: heftig
Revision: 476864

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:54
  Author: heftig
Revision: 476870

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
476863, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-04 18:23:54 UTC (rev 476870)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=0.1.0
+_extramodules=extramodules-ARCH
+pkgrel=5
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+depends=('linux')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;)
+sha512sums=('892828f7c52bb267993507890329e3f3b03550dd5a575a61a70995ce5d9f8cd27f1f1e5b21d4a1ec213ffc430d5236102a9e49b98a0fc0bf2f9042e719d9bfde')
+
+build() {
+  cd deepin-anything-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make -C kernelmod kdir=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd deepin-anything-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 kernelmod/*.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:08
  Author: heftig
Revision: 354833

340.107-90: kernel 5.1.7.arch1-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:23:04 UTC (rev 354832)
+++ PKGBUILD2019-06-04 18:23:08 UTC (rev 354833)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-ARCH
-pkgrel=89
+pkgrel=90
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:07
  Author: heftig
Revision: 476862

0.0.20190601-2: kernel 5.1.7.arch1-1

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:23:05 UTC (rev 476861)
+++ PKGBUILD2019-06-04 18:23:07 UTC (rev 476862)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-arch
 pkgver=0.0.20190601
-pkgrel=1
+pkgrel=2
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:22:58
  Author: heftig
Revision: 476860

1.1.0-221: kernel 5.1.7.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:22:57 UTC (rev 476859)
+++ PKGBUILD2019-06-04 18:22:58 UTC (rev 476860)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=220
+pkgrel=221
 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 ndiswrapper-arch/trunk (PKGBUILD)

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:05
  Author: heftig
Revision: 476861

1.61-38: kernel 5.1.7.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:22:58 UTC (rev 476860)
+++ PKGBUILD2019-06-04 18:23:05 UTC (rev 476861)
@@ -4,7 +4,7 @@
 pkgname=ndiswrapper-arch
 pkgver=1.61
 _extramodules=extramodules-ARCH
-pkgrel=37
+pkgrel=38
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="http://sourceforge.net/projects/ndiswrapper/;


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:04
  Author: heftig
Revision: 354832

430.14-8: kernel 5.1.7.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:23:01 UTC (rev 354831)
+++ PKGBUILD2019-06-04 18:23:04 UTC (rev 354832)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=430.14
 _extramodules=extramodules-ARCH
-pkgrel=7
+pkgrel=8
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:10
  Author: heftig
Revision: 476863

0.1.0-5: kernel 5.1.7.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:23:07 UTC (rev 476862)
+++ PKGBUILD2019-06-04 18:23:10 UTC (rev 476863)
@@ -3,7 +3,7 @@
 pkgname=deepin-anything-arch
 pkgver=0.1.0
 _extramodules=extramodules-ARCH
-pkgrel=4
+pkgrel=5
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:23:01
  Author: heftig
Revision: 354831

390.116-27: kernel 5.1.7.arch1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 16:54:50 UTC (rev 354830)
+++ PKGBUILD2019-06-04 18:23:01 UTC (rev 354831)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.116
 _extramodules=extramodules-ARCH
-pkgrel=26
+pkgrel=27
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:22:52
  Author: heftig
Revision: 476856

6.0.8-9: kernel 5.1.7.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:22:51 UTC (rev 476855)
+++ PKGBUILD2019-06-04 18:22:52 UTC (rev 476856)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.0.8
-pkgrel=8
+pkgrel=9
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:22:54
  Author: heftig
Revision: 476857

0.8-227: kernel 5.1.7.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:22:52 UTC (rev 476856)
+++ PKGBUILD2019-06-04 18:22:54 UTC (rev 476857)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=226
+pkgrel=227
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:22:49
  Author: heftig
Revision: 476854

0.43-115: kernel 5.1.7.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 17:52:05 UTC (rev 476853)
+++ PKGBUILD2019-06-04 18:22:49 UTC (rev 476854)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=114
+pkgrel=115
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:22:55
  Author: heftig
Revision: 476858

8.047.01-17: kernel 5.1.7.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:22:54 UTC (rev 476857)
+++ PKGBUILD2019-06-04 18:22:55 UTC (rev 476858)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.047.01
-pkgrel=16
+pkgrel=17
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:22:57
  Author: heftig
Revision: 476859

20190410-18: kernel 5.1.7.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:22:55 UTC (rev 476858)
+++ PKGBUILD2019-06-04 18:22:57 UTC (rev 476859)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20190410
-pkgrel=17
+pkgrel=18
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 18:22:51
  Author: heftig
Revision: 476855

6.30.223.271-108: kernel 5.1.7.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 18:22:49 UTC (rev 476854)
+++ PKGBUILD2019-06-04 18:22:51 UTC (rev 476855)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=107
+pkgrel=108
 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 python-hypothesis/repos/community-any (PKGBUILD PKGBUILD)

2019-06-04 Thread Felix Yan via arch-commits
Date: Tuesday, June 4, 2019 @ 17:52:05
  Author: felixonmars
Revision: 476853

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-04 17:51:53 UTC (rev 476852)
+++ PKGBUILD2019-06-04 17:52:05 UTC (rev 476853)
@@ -1,70 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.24.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('0ff0a211f12de99ad74d0bdb5f351483b4c637b7f873e7f49735e5ceae04b5cdd1df228665b4efd71579d212380c7130972de3cadbee17423a82213c0ad3c5cf')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 476852, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-04 17:52:05 UTC (rev 476853)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.24.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('f7e477a8fe1fe3d995156f50d0af0f512857ef6ba0c3067c4337afc53f7571ab9f50234575de6aca6312915b3c89651d68beb77fb5388ab38ac2e3be403516ab')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+
+  cp -a hypothesis-$pkgver{,-py2}
+
+  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
+  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+
+  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
+  python2 setup.py build

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

2019-06-04 Thread Felix Yan via arch-commits
Date: Tuesday, June 4, 2019 @ 17:51:53
  Author: felixonmars
Revision: 476852

upgpkg: python-hypothesis 4.24.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 14:06:08 UTC (rev 476851)
+++ PKGBUILD2019-06-04 17:51:53 UTC (rev 476852)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.24.0
+pkgver=4.24.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('0ff0a211f12de99ad74d0bdb5f351483b4c637b7f873e7f49735e5ceae04b5cdd1df228665b4efd71579d212380c7130972de3cadbee17423a82213c0ad3c5cf')
+sha512sums=('f7e477a8fe1fe3d995156f50d0af0f512857ef6ba0c3067c4337afc53f7571ab9f50234575de6aca6312915b3c89651d68beb77fb5388ab38ac2e3be403516ab')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


[arch-commits] Commit in gnome-shell/trunk (PKGBUILD gnome-shell.install)

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 16:54:50
  Author: heftig
Revision: 354830

3.32.2+1+g24cb1c1aa-1: rt-scheduler

Added:
  gnome-shell/trunk/gnome-shell.install
Modified:
  gnome-shell/trunk/PKGBUILD

-+
 PKGBUILD|7 ---
 gnome-shell.install |7 +++
 2 files changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 16:53:03 UTC (rev 354829)
+++ PKGBUILD2019-06-04 16:54:50 UTC (rev 354830)
@@ -3,8 +3,8 @@
 # Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
@@ -18,7 +18,8 @@
 optdepends=('gnome-control-center: System settings'
 'evolution-data-server: Evolution calendar integration')
 groups=(gnome)
-_commit=3a060d755dc2bee48883d39d3bf7ce79c4889e5d  # tags/3.32.2^0
+install=gnome-shell.install
+_commit=24cb1c1aabe36b905ce009c2c786f4d70d6184d7  # gnome-3-32
 source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
 sha256sums=('SKIP'

Added: gnome-shell.install
===
--- gnome-shell.install (rev 0)
+++ gnome-shell.install 2019-06-04 16:54:50 UTC (rev 354830)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_sys_nice+ep usr/bin/gnome-shell
+}
+
+post_upgrade() {
+  post_install
+}


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 16:53:03
  Author: heftig
Revision: 354829

archrelease: copy trunk to staging-x86_64

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

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  231 +
 config|10005 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10285 insertions(+)

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


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 16:53:02
  Author: heftig
Revision: 354828

archrelease: copy trunk to staging-x86_64

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

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  231 +
 config| 9975 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10255 insertions(+)

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


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 16:51:55
  Author: heftig
Revision: 354826

5.1.7.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 15:37:21 UTC (rev 354825)
+++ PKGBUILD2019-06-04 16:51:55 UTC (rev 354826)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.1.6-arch1
+_srcver=5.1.7-arch1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


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

2019-06-04 Thread Jan Steffens via arch-commits
Date: Tuesday, June 4, 2019 @ 16:51:56
  Author: heftig
Revision: 354827

5.1.7.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 16:51:55 UTC (rev 354826)
+++ PKGBUILD2019-06-04 16:51:56 UTC (rev 354827)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.1.6-zen1
+_srcver=5.1.7-zen1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


[arch-commits] Commit in qt5-doc/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 15:37:21
  Author: arojas
Revision: 354825

archrelease: copy kde-unstable to kde-unstable-any

Added:
  qt5-doc/repos/kde-unstable-any/PKGBUILD
(from rev 354824, qt5-doc/kde-unstable/PKGBUILD)
Deleted:
  qt5-doc/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-04 15:34:21 UTC (rev 354824)
+++ PKGBUILD2019-06-04 15:37:21 UTC (rev 354825)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Michael Hansen 
-
-pkgname=qt5-doc
-_qtver=5.13.0-rc
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('any')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Documentation)'
-depends=('qt5-base')
-makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 
'libxrandr' 'libxss' 'libxcomposite'
- 'gperf' 'nss' 'clang')
-groups=('qt' 'qt5')
-_pkgfqn="qt-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz;)
-sha256sums=('5febada464e27908e03d3d177389060d89821ecc3a4ac684a28e389d570a8b4b')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  ln -s /usr/bin qttools/
-  ln -s /usr/bin/{rcc,uic,moc} qtbase/bin/
-
-  # Hack to force using python2
-  cd "$srcdir"
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  export PATH="$srcdir/bin:$PATH"
-  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--nomake examples
-  make docs
-}
-
-package() {
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="$pkgdir" install_docs
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-doc/repos/kde-unstable-any/PKGBUILD (from rev 354824, 
qt5-doc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-04 15:37:21 UTC (rev 354825)
@@ -0,0 +1,81 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Michael Hansen 
+
+pkgbase=qt5-doc
+pkgname=(qt5-doc qt5-examples)
+_qtver=5.13.0-rc
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('any')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 
'libxrandr' 'libxss' 'libxcomposite'
+ 'gperf' 'nss' 'clang')
+groups=('qt' 'qt5')
+_pkgfqn="qt-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz;)
+sha256sums=('5febada464e27908e03d3d177389060d89821ecc3a4ac684a28e389d570a8b4b')
+
+prepare() {
+  cd ${_pkgfqn}
+
+  ln -s /usr/bin qttools/
+  ln -s /usr/bin/{rcc,uic,moc} qtbase/bin/
+
+  # Hack to force using python2
+  cd "$srcdir"
+  mkdir -p bin
+  ln -s /usr/bin/python2 bin/python
+}
+
+build() {
+  cd ${_pkgfqn}
+
+  export PATH="$srcdir/bin:$PATH"
+  PYTHON=/usr/bin/python2 ./configure -confirm-license -opensource \
+-prefix /usr \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-nomake examples
+  make docs
+}
+
+package_qt5-doc() {
+  pkgdesc='A cross-platform application and UI framework (Documentation)'
+  depends=('qt5-base')
+
+  cd ${_pkgfqn}
+  make INSTALL_ROOT="$pkgdir" install_docs
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}
+
+package_qt5-examples() {
+  pkgdesc='Examples and demos from qt5 documentation'
+  depends=('qt5-doc')
+
+  _base="$pkgdir"/usr/share/doc/qt/examples
+
+  # The various example dirs have conflicting .pro files, but
+  # QtCreator requires them to be in the same top-level directory.
+  # Matching the Qt5 installer, only the qtbase project is kept.
+  mkdir -p $_base
+  cp ${_pkgfqn}/qtbase/examples/examples.pro $_base
+
+  _fdirs=$(find "${_pkgfqn}" -maxdepth 2 -type d -name examples)
+  for _dir in $_fdirs; do
+  _mod=$(basename ${_dir%/examples})
+
+  if [ -e "$_dir/README" ]; then
+cp $_dir/README $_dir/README.$_mod
+  fi
+
+# mkdir $_base/$_mod
+  cp -rn $_dir/* $_base
+  done
+}


[arch-commits] Commit in (3 files)

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 15:34:21
  Author: arojas
Revision: 354824

Merge qt5-examples in the qt5-doc PKGBUILD

Modified:
  qt5-doc/kde-unstable/PKGBUILD
Deleted:
  qt5-examples/kde-unstable/
  qt5-examples/repos/kde-unstable-any/

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

Modified: qt5-doc/kde-unstable/PKGBUILD
===
--- qt5-doc/kde-unstable/PKGBUILD   2019-06-04 14:06:05 UTC (rev 354823)
+++ qt5-doc/kde-unstable/PKGBUILD   2019-06-04 15:34:21 UTC (rev 354824)
@@ -2,15 +2,14 @@
 # Contributor: Andrea Scarpino 
 # Contributor: Michael Hansen 
 
-pkgname=qt5-doc
+pkgbase=qt5-doc
+pkgname=(qt5-doc qt5-examples)
 _qtver=5.13.0-rc
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Documentation)'
-depends=('qt5-base')
 makedepends=('qt5-tools' 'python2' 'pciutils' 'libxtst' 'libxcursor' 
'libxrandr' 'libxss' 'libxcomposite'
  'gperf' 'nss' 'clang')
 groups=('qt' 'qt5')
@@ -45,7 +44,10 @@
   make docs
 }
 
-package() {
+package_qt5-doc() {
+  pkgdesc='A cross-platform application and UI framework (Documentation)'
+  depends=('qt5-base')
+
   cd ${_pkgfqn}
   make INSTALL_ROOT="$pkgdir" install_docs
 
@@ -52,3 +54,28 @@
   install -d "$pkgdir"/usr/share/licenses
   ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
 }
+
+package_qt5-examples() {
+  pkgdesc='Examples and demos from qt5 documentation'
+  depends=('qt5-doc')
+
+  _base="$pkgdir"/usr/share/doc/qt/examples
+
+  # The various example dirs have conflicting .pro files, but
+  # QtCreator requires them to be in the same top-level directory.
+  # Matching the Qt5 installer, only the qtbase project is kept.
+  mkdir -p $_base
+  cp ${_pkgfqn}/qtbase/examples/examples.pro $_base
+
+  _fdirs=$(find "${_pkgfqn}" -maxdepth 2 -type d -name examples)
+  for _dir in $_fdirs; do
+  _mod=$(basename ${_dir%/examples})
+
+  if [ -e "$_dir/README" ]; then
+cp $_dir/README $_dir/README.$_mod
+  fi
+
+# mkdir $_base/$_mod
+  cp -rn $_dir/* $_base
+  done
+}


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

2019-06-04 Thread Brett Cornwall via arch-commits
Date: Tuesday, June 4, 2019 @ 13:37:58
  Author: ainola
Revision: 476850

archrelease: copy trunk to community-x86_64

Added:
  slurp/repos/community-x86_64/PKGBUILD
(from rev 476849, slurp/trunk/PKGBUILD)
Deleted:
  slurp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-04 13:37:46 UTC (rev 476849)
+++ PKGBUILD2019-06-04 13:37:58 UTC (rev 476850)
@@ -1,25 +0,0 @@
-# Maintainer: Ainola 
-
-pkgname=slurp
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Select a region in a Wayland compositor'
-arch=('x86_64')
-url="https://github.com/emersion/slurp;
-license=('MIT')
-depends=('cairo' 'wayland')
-makedepends=('meson' 'scdoc' 'wayland-protocols')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/emersion/slurp/archive/v$pkgver.tar.gz;)
-sha256sums=('a2f3eefc3b4cfe8cc069542643be52ab7a6175ed8600d57b62f1309fde158082')
-
-build() {
-meson --prefix=/usr --buildtype=plain "$pkgname-$pkgver" build
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir" ninja -C build install
-cd "$pkgname-$pkgver"
-install -Dm 0644 LICENSE -t "$pkgdir/usr/share/licenses/slurp/"
-install -Dm 0644 README.md -t "$pkgdir/usr/share/doc/slurp/"
-}

Copied: slurp/repos/community-x86_64/PKGBUILD (from rev 476849, 
slurp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-04 13:37:58 UTC (rev 476850)
@@ -0,0 +1,30 @@
+# Maintainer: Ainola 
+
+pkgname=slurp
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Select a region in a Wayland compositor'
+arch=('x86_64')
+url="https://github.com/emersion/slurp;
+license=('MIT')
+depends=('cairo' 'wayland')
+makedepends=('meson' 'scdoc' 'wayland-protocols')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz;
+
"$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz.sig;
+)
+validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48") # emersion
+sha256sums=('050aada0dd7925a7fc5811f3c1b1c88236fdbcdc75587e8a9393373951c2c145'
+'SKIP')
+
+build() {
+meson --prefix=/usr --buildtype=plain "$pkgname-$pkgver" build
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+cd "$pkgname-$pkgver"
+install -Dm 0644 LICENSE -t "$pkgdir/usr/share/licenses/slurp/"
+install -Dm 0644 README.md -t "$pkgdir/usr/share/doc/slurp/"
+}


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

2019-06-04 Thread Brett Cornwall via arch-commits
Date: Tuesday, June 4, 2019 @ 13:37:46
  Author: ainola
Revision: 476849

upgpkg: slurp 1.2.0-1

Modified:
  slurp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 13:19:52 UTC (rev 476848)
+++ PKGBUILD2019-06-04 13:37:46 UTC (rev 476849)
@@ -1,7 +1,7 @@
 # Maintainer: Ainola 
 
 pkgname=slurp
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='Select a region in a Wayland compositor'
 arch=('x86_64')
@@ -9,8 +9,13 @@
 license=('MIT')
 depends=('cairo' 'wayland')
 makedepends=('meson' 'scdoc' 'wayland-protocols')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/emersion/slurp/archive/v$pkgver.tar.gz;)
-sha256sums=('a2f3eefc3b4cfe8cc069542643be52ab7a6175ed8600d57b62f1309fde158082')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz;
+
"$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz.sig;
+)
+validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48") # emersion
+sha256sums=('050aada0dd7925a7fc5811f3c1b1c88236fdbcdc75587e8a9393373951c2c145'
+'SKIP')
 
 build() {
 meson --prefix=/usr --buildtype=plain "$pkgname-$pkgver" build


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

2019-06-04 Thread Alexander Rødseth via arch-commits
Date: Tuesday, June 4, 2019 @ 13:19:52
  Author: arodseth
Revision: 476848

archrelease: copy trunk to community-x86_64

Added:
  erlang/repos/community-x86_64/PKGBUILD
(from rev 476847, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 476847, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 476847, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 476847, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

--+
 PKGBUILD |  164 -
 epmd.conf|6 +-
 epmd.service |   22 +++
 epmd.socket  |   18 +++---
 4 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-04 13:19:45 UTC (rev 476847)
+++ PKGBUILD2019-06-04 13:19:52 UTC (rev 476848)
@@ -1,82 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=(erlang erlang-unixodbc)
-pkgver=22.0.1
-pkgrel=1
-_docver=22.0
-arch=(x86_64)
-url='https://www.erlang.org'
-license=(Apache)
-makedepends=(fop git glu java-environment libxslt lksctp-tools
- mesa perl unixodbc wxgtk)
-options=(staticlibs)
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
-"$url/download/otp_doc_man_$_docver.tar.gz"
-epmd.conf epmd.service epmd.socket)
-sha256sums=('SKIP'
-'c3acdb3c7c69eaceb8bcd5a69f8a19ba8320d403c176a3b560f9240b943ab370'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
-
-prepare() {
-  cd otp && ./otp_build autoconf
-}
-
-build() {
-  cd otp
-  ./configure \
---prefix=/usr \
---enable-builtin-zlib \
---enable-smp-support \
---with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=(ncurses glu wxgtk openssl)
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=(erlang-nox)
-  conflicts=(erlang-nox)
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # move files that belong to the erlang-unixodbc package
-  mkdir -p unixodbc
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-
-  # services and configuration
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-
-  # readme and licenses
-  install -Dm644 otp/README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  install -Dm644 otp/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # man pages
-  cp -r man "$pkgdir/usr/lib/erlang/"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=(unixodbc erlang-nox)
-
-  install -d "$pkgdir/usr/lib/erlang/lib"
-  mv unixodbc/* "$pkgdir/usr/lib/erlang/lib/"
-  install -Dm644 otp/LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENCE.txt"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim: ts=2 sw=2 et:

Copied: erlang/repos/community-x86_64/PKGBUILD (from rev 476847, 
erlang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-04 13:19:52 UTC (rev 476848)
@@ -0,0 +1,82 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Sarah Hay 
+# Contributor: Tom Burdick 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgbase=erlang
+pkgname=(erlang erlang-unixodbc)
+pkgver=22.0.2
+pkgrel=1
+_docver=22.0
+arch=(x86_64)
+url='https://www.erlang.org'
+license=(Apache)
+makedepends=(fop git glu java-environment libxslt lksctp-tools
+ mesa perl unixodbc wxgtk)
+options=(staticlibs)
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver;
+"$url/download/otp_doc_man_$_docver.tar.gz"
+epmd.conf epmd.service epmd.socket)
+sha256sums=('SKIP'
+'c3acdb3c7c69eaceb8bcd5a69f8a19ba8320d403c176a3b560f9240b943ab370'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
+'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
+

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

2019-06-04 Thread Alexander Rødseth via arch-commits
Date: Tuesday, June 4, 2019 @ 13:19:45
  Author: arodseth
Revision: 476847

upgpkg: erlang 22.0.2-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 13:14:15 UTC (rev 476846)
+++ PKGBUILD2019-06-04 13:19:45 UTC (rev 476847)
@@ -7,7 +7,7 @@
 
 pkgbase=erlang
 pkgname=(erlang erlang-unixodbc)
-pkgver=22.0.1
+pkgver=22.0.2
 pkgrel=1
 _docver=22.0
 arch=(x86_64)


  1   2   >