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

2019-03-23 Thread Kyle Keen via arch-commits
Date: Sunday, March 24, 2019 @ 02:13:04
  Author: kkeen
Revision: 443292

archrelease: copy trunk to community-any

Added:
  kicad-library/repos/community-any/PKGBUILD
(from rev 443291, kicad-library/trunk/PKGBUILD)
Deleted:
  kicad-library/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 02:12:28 UTC (rev 443291)
+++ PKGBUILD2019-03-24 02:13:04 UTC (rev 443292)
@@ -1,47 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgbase=kicad-library
-pkgname=('kicad-library' 'kicad-library-3d')
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="Kicad component and footprint libraries"
-arch=('any')
-url="https://kicad.github.io/;
-license=('GPL')
-makedepends=('cmake')
-options=('!strip')
-source=("kicad-sym.$pkgver.tgz::https://github.com/KiCad/kicad-symbols/archive/$pkgver.tar.gz;
-
"kicad-foot.$pkgver.tgz::https://github.com/KiCad/kicad-footprints/archive/$pkgver.tar.gz;
-
"kicad-3d.$pkgver.tgz::https://github.com/KiCad/kicad-packages3D/archive/$pkgver.tar.gz;)
-md5sums=('76a2a87bd420090dff4928907fb94ece'
- 'a3a06afd7518d627ef675d3027f00acb'
- 'b1444fde8313b68b59f77e80dba94d0b')
-
-build() {
-  cd "$srcdir/kicad-symbols-$pkgver/"
-  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd "$srcdir/kicad-footprints-$pkgver/"
-  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd "$srcdir/kicad-packages3D-$pkgver/"
-  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kicad-library() {
-  pkgdesc="Kicad component and footprint libraries"
-  cd "$srcdir/kicad-symbols-$pkgver/"
-  make DESTDIR="$pkgdir" install
-
-  cd "$srcdir/kicad-footprints-$pkgver/"
-  make DESTDIR="$pkgdir" install
-}
-
-package_kicad-library-3d() {
-  pkgdesc="Kicad 3D render model libraries"
-  cd "$srcdir/kicad-packages3D-$pkgver/"
-  make DESTDIR="$pkgdir" install
-}

Copied: kicad-library/repos/community-any/PKGBUILD (from rev 443291, 
kicad-library/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 02:13:04 UTC (rev 443292)
@@ -0,0 +1,47 @@
+# Maintainer: Kyle Keen 
+
+pkgbase=kicad-library
+pkgname=('kicad-library' 'kicad-library-3d')
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Kicad component and footprint libraries"
+arch=('any')
+url="https://kicad.github.io/;
+license=('GPL')
+makedepends=('cmake')
+options=('!strip')
+source=("kicad-sym.$pkgver.tgz::https://github.com/KiCad/kicad-symbols/archive/$pkgver.tar.gz;
+
"kicad-foot.$pkgver.tgz::https://github.com/KiCad/kicad-footprints/archive/$pkgver.tar.gz;
+
"kicad-3d.$pkgver.tgz::https://github.com/KiCad/kicad-packages3D/archive/$pkgver.tar.gz;)
+md5sums=('f78847a49329c9d8bfd4f5aac7dc36b1'
+ 'cbdc858a0657878df24cec5eb0ab64a0'
+ 'dde395e19f69881930a8820a922f239a')
+
+build() {
+  cd "$srcdir/kicad-symbols-$pkgver/"
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd "$srcdir/kicad-footprints-$pkgver/"
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd "$srcdir/kicad-packages3D-$pkgver/"
+  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kicad-library() {
+  pkgdesc="Kicad component and footprint libraries"
+  cd "$srcdir/kicad-symbols-$pkgver/"
+  make DESTDIR="$pkgdir" install
+
+  cd "$srcdir/kicad-footprints-$pkgver/"
+  make DESTDIR="$pkgdir" install
+}
+
+package_kicad-library-3d() {
+  pkgdesc="Kicad 3D render model libraries"
+  cd "$srcdir/kicad-packages3D-$pkgver/"
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-23 Thread Kyle Keen via arch-commits
Date: Sunday, March 24, 2019 @ 02:12:28
  Author: kkeen
Revision: 443291

upgpkg: kicad-library 5.1.0-1

Modified:
  kicad-library/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 00:42:26 UTC (rev 443290)
+++ PKGBUILD2019-03-24 02:12:28 UTC (rev 443291)
@@ -2,7 +2,7 @@
 
 pkgbase=kicad-library
 pkgname=('kicad-library' 'kicad-library-3d')
-pkgver=5.0.1
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="Kicad component and footprint libraries"
 arch=('any')
@@ -13,9 +13,9 @@
 
source=("kicad-sym.$pkgver.tgz::https://github.com/KiCad/kicad-symbols/archive/$pkgver.tar.gz;
 
"kicad-foot.$pkgver.tgz::https://github.com/KiCad/kicad-footprints/archive/$pkgver.tar.gz;
 
"kicad-3d.$pkgver.tgz::https://github.com/KiCad/kicad-packages3D/archive/$pkgver.tar.gz;)
-md5sums=('76a2a87bd420090dff4928907fb94ece'
- 'a3a06afd7518d627ef675d3027f00acb'
- 'b1444fde8313b68b59f77e80dba94d0b')
+md5sums=('f78847a49329c9d8bfd4f5aac7dc36b1'
+ 'cbdc858a0657878df24cec5eb0ab64a0'
+ 'dde395e19f69881930a8820a922f239a')
 
 build() {
   cd "$srcdir/kicad-symbols-$pkgver/"


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

2019-03-23 Thread Kyle Keen via arch-commits
Date: Sunday, March 24, 2019 @ 00:42:26
  Author: kkeen
Revision: 443290

archrelease: copy trunk to community-x86_64

Added:
  kicad/repos/community-x86_64/PKGBUILD
(from rev 443289, kicad/trunk/PKGBUILD)
Deleted:
  kicad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 00:41:45 UTC (rev 443289)
+++ PKGBUILD2019-03-24 00:42:26 UTC (rev 443290)
@@ -1,64 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Marq Schneider 
-
-pkgname=kicad
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
-arch=('x86_64')
-#url="http://iut-tice.ujf-grenoble.fr/kicad/;
-url="http://kicad-pcb.org/;
-license=('GPL')
-#wxgtk3 is still not supported yet (FS#54839)
-depends=('wxgtk2' 'python2' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 
'opencascade')
-# the AUR git package uses python3 but this release does not support it
-# can ngspice/opencascade be an optdep?
-# opencascade vs community edition?
-makedepends=('cmake' 'zlib' 'mesa' 'boost' 'swig')
-optdepends=('kicad-library: for footprints and symbols'
-'kicad-library-3d: for 3d models of components')
-source=("https://launchpad.net/kicad/5.0/$pkgver/+download/kicad-$pkgver.tar.xz;
-
"kicad-i18n.$pkgver.tgz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz;)
-sha512sums=('36f591fe82c2c2da21581ec9425cf3c179839b20ea9db9e2d406220406e9daef6052d29202b4f0fe4fdab73434009626f66ce803e81e7a7dae4df9ea93ed896d'
-
'5254f6f945fa63e56bc3e9440cf506da3a4ccd76a58fd7e052a04ff60ecaa0daf6ad0599376a5175a4628d40cb1e317973e470a1593714186adb393c20761e24')
-
-prepare() {
-  cd "$srcdir/kicad-$pkgver"
-  find -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-  cd "$srcdir/kicad-$pkgver"
-
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DCMAKE_BUILD_TYPE=Release\
-  -DCMAKE_INSTALL_PREFIX=/usr   \
-  -DCMAKE_INSTALL_LIBDIR=lib\
-  -DKICAD_USE_OCE=OFF   \
-  -DKICAD_USE_OCC=ON\
-  -DKICAD_SCRIPTING=ON  \
-  -DKICAD_SCRIPTING_MODULES=ON  \
-  -DKICAD_SCRIPTING_WXPYTHON=OFF \
-  -DKICAD_SCRIPTING_ACTION_MENU=ON \
-  -DBUILD_GITHUB_PLUGIN=ON
-  make
-
-  cd "$srcdir/kicad-i18n-$pkgver"
-  mkdir -p build/Release
-  cd build/Release
-  cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/kicad-$pkgver/build/Release"
-
-  make DESTDIR="$pkgdir" install
-
-  # copy updated linux icons
-  #cp -r -n "$srcdir/$pkgname-icons/resources/linux/mime/icons" 
"$pkgdir/usr/share/"
-
-  cd "$srcdir/kicad-i18n-$pkgver/build/Release"
-  make DESTDIR="$pkgdir" install
-}

Copied: kicad/repos/community-x86_64/PKGBUILD (from rev 443289, 
kicad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 00:42:26 UTC (rev 443290)
@@ -0,0 +1,64 @@
+# Maintainer: Kyle Keen 
+# Contributor: Marq Schneider 
+
+pkgname=kicad
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
+arch=('x86_64')
+#url="http://iut-tice.ujf-grenoble.fr/kicad/;
+url="http://kicad-pcb.org/;
+license=('GPL')
+#wxgtk3 is still not supported yet (FS#54839)
+depends=('wxgtk2' 'python2' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 
'opencascade')
+# the AUR git package uses python3 but this release does not support it
+# can ngspice/opencascade be an optdep?
+# opencascade vs community edition?
+makedepends=('cmake' 'zlib' 'mesa' 'boost' 'swig')
+optdepends=('kicad-library: for footprints and symbols'
+'kicad-library-3d: for 3d models of components')
+source=("https://launchpad.net/kicad/5.0/$pkgver/+download/kicad-$pkgver.tar.xz;
+
"kicad-i18n.$pkgver.tgz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz;)
+sha512sums=('644865932d7e18e446c222cd85e969bb3462bca7fbf6c411e955cd460f5df45ed5221c0948ecd34262a2f5355e586c8fe04c1cb28fa51e4fd09d6f3f78c54761'
+
'c1d971958376d68fc7ea95551b8407344494b6babf807063efc0e392713a4807a3dbda42dc0d3c85035c7cfe19b2d5a139efb0a6323db642fe29852d0bdfccea')
+
+prepare() {
+  cd "$srcdir/kicad-$pkgver"
+  find -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+  cd "$srcdir/kicad-$pkgver"
+
+  mkdir -p build/Release
+  cd build/Release
+  cmake ../.. -DCMAKE_BUILD_TYPE=Release\
+  -DCMAKE_INSTALL_PREFIX=/usr   \
+  -DCMAKE_INSTALL_LIBDIR=lib\
+  -DKICAD_USE_OCE=OFF   \
+  -DKICAD_USE_OCC=ON\
+  -DKICAD_SCRIPTING=ON  \
+  -DKICAD_SCRIPTING_MODULES=ON  \
+  -DKICAD_SCRIPTING_WXPYTHON=OFF \
+ 

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

2019-03-23 Thread Kyle Keen via arch-commits
Date: Sunday, March 24, 2019 @ 00:41:45
  Author: kkeen
Revision: 443289

upgpkg: kicad 5.1.0-1

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 00:04:57 UTC (rev 443288)
+++ PKGBUILD2019-03-24 00:41:45 UTC (rev 443289)
@@ -2,7 +2,7 @@
 # Contributor: Marq Schneider 
 
 pkgname=kicad
-pkgver=5.0.1
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
 arch=('x86_64')
@@ -19,8 +19,8 @@
 'kicad-library-3d: for 3d models of components')
 
source=("https://launchpad.net/kicad/5.0/$pkgver/+download/kicad-$pkgver.tar.xz;
 
"kicad-i18n.$pkgver.tgz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz;)
-sha512sums=('36f591fe82c2c2da21581ec9425cf3c179839b20ea9db9e2d406220406e9daef6052d29202b4f0fe4fdab73434009626f66ce803e81e7a7dae4df9ea93ed896d'
-
'5254f6f945fa63e56bc3e9440cf506da3a4ccd76a58fd7e052a04ff60ecaa0daf6ad0599376a5175a4628d40cb1e317973e470a1593714186adb393c20761e24')
+sha512sums=('644865932d7e18e446c222cd85e969bb3462bca7fbf6c411e955cd460f5df45ed5221c0948ecd34262a2f5355e586c8fe04c1cb28fa51e4fd09d6f3f78c54761'
+
'c1d971958376d68fc7ea95551b8407344494b6babf807063efc0e392713a4807a3dbda42dc0d3c85035c7cfe19b2d5a139efb0a6323db642fe29852d0bdfccea')
 
 prepare() {
   cd "$srcdir/kicad-$pkgver"


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

2019-03-23 Thread Baptiste Jonglez via arch-commits
Date: Sunday, March 24, 2019 @ 00:04:57
  Author: zorun
Revision: 443288

archrelease: copy trunk to community-any

Added:
  catch2/repos/community-any/PKGBUILD
(from rev 443287, catch2/trunk/PKGBUILD)
Deleted:
  catch2/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-24 00:04:42 UTC (rev 443287)
+++ PKGBUILD2019-03-24 00:04:57 UTC (rev 443288)
@@ -1,42 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-# Maintainer: Levente Polyak 
-# Contributor: Bart Verhagen 
-
-pkgname=catch2
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
-arch=('any')
-url="https://github.com/catchorg/catch2;
-license=('Boost')
-makedepends=('cmake' 'python') # python seems to be necessary for building 
tests (FS#60273)
-source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('4c94a685557328eb1b0ed1017ca37c3a378742dc03b558cf02267b6ba8579577')
-
-build() {
-  cd Catch2-$pkgver
-
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCATCH_USE_VALGRIND=OFF \
--DCATCH_BUILD_EXAMPLES=OFF \
--DCATCH_ENABLE_COVERAGE=OFF \
--DCATCH_ENABLE_WERROR=OFF \
--DBUILD_TESTING=ON
-  make
-}
-
-check() {
-  cd Catch2-$pkgver/build
-  make test
-}
-
-package() {
-  cd Catch2-$pkgver/build
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: catch2/repos/community-any/PKGBUILD (from rev 443287, 
catch2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-24 00:04:57 UTC (rev 443288)
@@ -0,0 +1,42 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Levente Polyak 
+# Contributor: Bart Verhagen 
+
+pkgname=catch2
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
+arch=('any')
+url="https://github.com/catchorg/catch2;
+license=('Boost')
+makedepends=('cmake' 'python') # python seems to be necessary for building 
tests (FS#60273)
+source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('d4655e87c0ccda5a2e78bf4256fce8036feb969399503dcc8272f4c90347d9c0')
+
+build() {
+  cd Catch2-$pkgver
+
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCATCH_USE_VALGRIND=OFF \
+-DCATCH_BUILD_EXAMPLES=OFF \
+-DCATCH_ENABLE_COVERAGE=OFF \
+-DCATCH_ENABLE_WERROR=OFF \
+-DBUILD_TESTING=ON
+  make
+}
+
+check() {
+  cd Catch2-$pkgver/build
+  make test
+}
+
+package() {
+  cd Catch2-$pkgver/build
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-23 Thread Baptiste Jonglez via arch-commits
Date: Sunday, March 24, 2019 @ 00:04:42
  Author: zorun
Revision: 443287

upgpkg: catch2 2.7.0-1

Modified:
  catch2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:46:31 UTC (rev 443286)
+++ PKGBUILD2019-03-24 00:04:42 UTC (rev 443287)
@@ -3,7 +3,7 @@
 # Contributor: Bart Verhagen 
 
 pkgname=catch2
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('Boost')
 makedepends=('cmake' 'python') # python seems to be necessary for building 
tests (FS#60273)
 
source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('4c94a685557328eb1b0ed1017ca37c3a378742dc03b558cf02267b6ba8579577')
+sha256sums=('d4655e87c0ccda5a2e78bf4256fce8036feb969399503dcc8272f4c90347d9c0')
 
 build() {
   cd Catch2-$pkgver


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:45:33
  Author: heftig
Revision: 349127

archrelease: copy trunk to staging-x86_64

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

---+
 PKGBUILD  |   74 
 kernel-4.11.patch |   38 ++
 kernel-5.0.patch  |   52 
 3 files changed, 164 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 349124, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-23 22:45:33 UTC (rev 349127)
@@ -0,0 +1,74 @@
+# 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=70
+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')
+sha512sums=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2'
+
'ad60f9d09b6e8d5038375f9ddaab93341958f9400f40f5175857e44c7f7002d481121dc5d677703551c3cdf24069939ac6a1861920a455acf40e637f24234a56')
+
+_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"
+
+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 349124, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2019-03-23 22:45:33 UTC (rev 349127)
@@ -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)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, , vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, , vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 

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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:45:31
  Author: heftig
Revision: 349125

archrelease: copy trunk to staging-x86_64

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

---+
 PKGBUILD  |   87 
 kernel-4.16.patch |   33 +++
 2 files changed, 120 insertions(+)

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

Copied: nvidia-390xx/repos/staging-x86_64/kernel-4.16.patch (from rev 349124, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2019-03-23 22:45:31 UTC (rev 349125)
@@ -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 defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 

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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:45:30
  Author: heftig
Revision: 443276

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 443274, wireguard-arch/trunk/PKGBUILD)

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

Copied: wireguard-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
443274, wireguard-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-23 22:45:30 UTC (rev 443276)
@@ -0,0 +1,27 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-arch
+pkgver=0.0.20190227
+pkgrel=7
+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 nvidia/repos (3 files)

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:45:32
  Author: heftig
Revision: 349126

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 349124, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/kernel-4.16.patch
(from rev 349124, nvidia/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   86 
 kernel-4.16.patch |   33 +++
 2 files changed, 119 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 349124, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-03-23 22:45:32 UTC (rev 349126)
@@ -0,0 +1,86 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=418.56
+_extramodules=extramodules-ARCH
+pkgrel=2
+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;
+kernel-4.16.patch)
+sha512sums=('859b9a27b75416f269037f4ae2af16b4807c704edc63d70be4b2ea96661ef29efde8e4793c015a25ce56a55ee55a707273e9ec55c9d6e3a0caaf8442ccb43910'
+
'ad1185d998adbf89abf7aea300e5b3bbabe2296016f42592fbc232a6c3983f233df1103d37f35a041f12cc1c722d3edce813a4a1b215784a49c7f0e3e652b5af')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+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/kernel-4.16.patch (from rev 349124, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2019-03-23 22:45:32 UTC (rev 349126)
@@ -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 defined(NV_VM_INSERT_PAGE_PRESENT)
+ #include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # Determine if the 

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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:45:19
  Author: heftig
Revision: 443268

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

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 443266, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-23 22:45:19 UTC (rev 443268)
@@ -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=95
+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 acpi_call/repos (3 files)

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:45:26
  Author: heftig
Revision: 443275

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 443271, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 443272, 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 443271, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-23 22:45:26 UTC (rev 443275)
@@ -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=201
+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 443272, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-03-23 22:45:26 UTC (rev 443275)
@@ -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 r8168/repos (2 files)

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:45:23
  Author: heftig
Revision: 443271

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 443266, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-23 22:45:23 UTC (rev 443271)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.046.00
+pkgrel=53
+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=('b2e66b03b696ba55c9fb7c896db8ac5377233d14120520735d31c33147d0d4c3')
+
+build() {
+   KERNEL_VERSION=$(=5.0" "linux<5.1")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-ARCH" -m644 src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:45:25
  Author: heftig
Revision: 443274

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

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 443266, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-23 22:45:25 UTC (rev 443274)
@@ -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.4
+pkgrel=16
+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" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+install -Dm644 /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" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+}
+
+# vim:set sw=2 et:


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:45:22
  Author: heftig
Revision: 443270

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

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

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
443266, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2019-03-23 22:45:22 UTC (rev 
443270)
@@ -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 443266, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-23 22:45:22 UTC (rev 443270)
@@ -0,0 +1,51 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20190302
+pkgrel=6
+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=('c50656214a0c70301e81fe7f7df4b2a297022b6c00be90d4ff0c456200eb7d73'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+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 443266, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2019-03-23 22:45:22 UTC (rev 443270)
@@ -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 bbswitch/repos (2 files)

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:45:24
  Author: heftig
Revision: 443273

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:45:22
  Author: heftig
Revision: 443269

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 443266, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch
(from rev 443266, ndiswrapper-arch/trunk/linux-4.11.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.13.patch
(from rev 443266, ndiswrapper-arch/trunk/linux-4.13.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-4.15.patch
(from rev 443266, ndiswrapper-arch/trunk/linux-4.15.patch)
  ndiswrapper-arch/repos/community-staging-x86_64/linux-5.0.patch
(from rev 443266, 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 
443266, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-23 22:45:22 UTC (rev 443269)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.61
+_extramodules=extramodules-ARCH
+pkgrel=18
+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/driver
+  install -Dm644 ndiswrapper.ko 
"$pkgdir"/usr/lib/modules/$_extramodules/ndiswrapper.ko
+  gzip "$pkgdir"/usr/lib/modules/$_extramodules/ndiswrapper.ko
+}

Copied: ndiswrapper-arch/repos/community-staging-x86_64/linux-4.11.patch (from 
rev 443266, 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-03-23 22:45:22 UTC (rev 
443269)
@@ -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
+ 
+   

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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:45:14
  Author: heftig
Revision: 443267

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

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 443266, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-23 22:45:14 UTC (rev 443267)
@@ -0,0 +1,39 @@
+# 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=88
+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/*.ko
+find "${pkgdir}" -name '*.ko' -exec xz -T1 {} +
+
+_license="/usr/share/licenses/${_module}-dkms"
+if [[ -d ${_license} ]]; then
+install -Dm644 -t "${pkgdir}"/${_license/-dkms/${_kernelname}} 
${_license}/*
+fi
+_modprobe="/usr/lib/modprobe.d/${_module}-dkms.conf"
+if [[ -r ${_modprobe} ]]; then
+install -Dm644 ${_modprobe} 
"${pkgdir}"/${_modprobe/-dkms/${_kernelname}}
+fi
+}


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:45:24
  Author: heftig
Revision: 443272

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 443266, deepin-anything-arch/trunk/PKGBUILD)
  deepin-anything-arch/repos/community-staging-x86_64/linux-4.20.patch
(from rev 443266, deepin-anything-arch/trunk/linux-4.20.patch)
  deepin-anything-arch/repos/community-staging-x86_64/linux-5.0.patch
(from rev 443266, deepin-anything-arch/trunk/linux-5.0.patch)

--+
 PKGBUILD |   38 +++
 linux-4.20.patch |   16 +
 linux-5.0.patch  |   64 +
 3 files changed, 118 insertions(+)

Copied: deepin-anything-arch/repos/community-staging-x86_64/PKGBUILD (from rev 
443266, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-23 22:45:24 UTC (rev 443272)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=0.0.4
+_extramodules=extramodules-ARCH
+pkgrel=11
+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;
+linux-4.20.patch
+linux-5.0.patch)
+sha512sums=('fcb7683ce3bef818ac06dd62f14b5624669f9c09b53c5f08e319b724f5408bc221154428a6436d9e2a68aa6444e966c494c8a7611dfed0c93b6b9e71a3da0f55'
+
'dc3c85e9535cc589fdf56d265c4330519c92b5bcc406153e3162ba6ef5e799b702c394e1961132770f4f3ddd288dbbfe74a9d8056329e4585eb5a2094ffe0155'
+
'6179fae5263d651279e073b4e116cf5fd1986614a0f3129927c39f462cc2ff12bb7c118b64ddbd31399a752d6b177df517133ae634d38146465fe97f49dc31d4')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  patch -p1 -i ../linux-4.20.patch
+  patch -p1 -i ../linux-5.0.patch
+}
+
+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/kernelmod
+  install -Dm644 vfs_monitor.ko 
"$pkgdir"/usr/lib/modules/$_extramodules/vfs_monitor.ko
+  gzip "$pkgdir"/usr/lib/modules/$_extramodules/vfs_monitor.ko
+}

Copied: deepin-anything-arch/repos/community-staging-x86_64/linux-4.20.patch 
(from rev 443266, deepin-anything-arch/trunk/linux-4.20.patch)
===
--- community-staging-x86_64/linux-4.20.patch   (rev 0)
+++ community-staging-x86_64/linux-4.20.patch   2019-03-23 22:45:24 UTC (rev 
443272)
@@ -0,0 +1,16 @@
+diff --git a/kernelmod/vfs_change.c b/kernelmod/vfs_change.c
+index 0d6d360..d09e439 100644
+--- a/kernelmod/vfs_change.c
 b/kernelmod/vfs_change.c
+@@ -115,7 +115,11 @@ static ssize_t copy_vfs_changes(struct timeval *last, 
char* buf, size_t size)
+ 
+   time_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
+   struct tm ts;
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 20, 0)
+   time_to_tm(shifted_secs, 0, );
++#else
++  time64_to_tm(shifted_secs, 0, );
++#endif
+   char temp[MIN_LINE_SIZE];
+   snprintf(temp, sizeof(temp), "%04ld-%02d-%02d 
%02d:%02d:%02d.%03ld %s ",
+   1900+ts.tm_year, 1+ts.tm_mon, ts.tm_mday, ts.tm_hour, 
ts.tm_min, ts.tm_sec, vc->ts.tv_usec/1000, 

Copied: deepin-anything-arch/repos/community-staging-x86_64/linux-5.0.patch 
(from rev 443266, deepin-anything-arch/trunk/linux-5.0.patch)
===
--- community-staging-x86_64/linux-5.0.patch(rev 0)
+++ community-staging-x86_64/linux-5.0.patch2019-03-23 22:45:24 UTC (rev 
443272)
@@ -0,0 +1,64 @@
+diff -u -r deepin-anything-0.0.4/kernelmod/vfs_change.c 
deepin-anything-0.0.4-5.0/kernelmod/vfs_change.c
+--- deepin-anything-0.0.4/kernelmod/vfs_change.c   2019-03-04 
19:59:13.782355964 +
 deepin-anything-0.0.4-5.0/kernelmod/vfs_change.c   2019-03-04 
20:17:05.425142691 +
+@@ -15,7 +15,7 @@
+ #endif
+ 
+ typedef struct __vfs_change__ {
+-  struct timeval ts;
++  struct timespec64 ts;
+   char *src, *dst;
+   unsigned char action;
+   unsigned short size;
+@@ -77,7 +77,7 @@
+   return -EBUSY;
+   }
+ 
+-  struct timeval* tv = kzalloc(sizeof(struct timeval), GFP_KERNEL);
++  struct timespec64* tv = kzalloc(sizeof(struct timespec64), GFP_KERNEL);
+   if (unlikely(tv == 0)) {
+ 

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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:34:46
  Author: heftig
Revision: 349123

418.56-2: kernel 5.0.4.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:34:44 UTC (rev 349122)
+++ PKGBUILD2019-03-23 22:34:46 UTC (rev 349123)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=418.56
 _extramodules=extramodules-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:34:55
  Author: heftig
Revision: 443265

0.0.20190227-7: kernel 5.0.4.arch1-1

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:34:48 UTC (rev 443264)
+++ PKGBUILD2019-03-23 22:34:55 UTC (rev 443265)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-arch
 pkgver=0.0.20190227
-pkgrel=6
+pkgrel=7
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:34:44
  Author: heftig
Revision: 349122

390.116-8: kernel 5.0.4.arch1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:08:01 UTC (rev 349121)
+++ PKGBUILD2019-03-23 22:34:44 UTC (rev 349122)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.116
 _extramodules=extramodules-ARCH
-pkgrel=7
+pkgrel=8
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:34:48
  Author: heftig
Revision: 443264

1.61-18: kernel 5.0.4.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:34:41 UTC (rev 443263)
+++ PKGBUILD2019-03-23 22:34:48 UTC (rev 443264)
@@ -4,7 +4,7 @@
 pkgname=ndiswrapper-arch
 pkgver=1.61
 _extramodules=extramodules-ARCH
-pkgrel=17
+pkgrel=18
 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 broadcom-wl/trunk (PKGBUILD)

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:34:28
  Author: heftig
Revision: 443258

6.30.223.271-88: kernel 5.0.4.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:34:26 UTC (rev 443257)
+++ PKGBUILD2019-03-23 22:34:28 UTC (rev 443258)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=87
+pkgrel=88
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:34:59
  Author: heftig
Revision: 349124

340.107-70: kernel 5.0.4.arch1-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:34:46 UTC (rev 349123)
+++ PKGBUILD2019-03-23 22:34:59 UTC (rev 349124)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-ARCH
-pkgrel=69
+pkgrel=70
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:35:01
  Author: heftig
Revision: 443266

0.0.4-11: kernel 5.0.4.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:34:55 UTC (rev 443265)
+++ PKGBUILD2019-03-23 22:35:01 UTC (rev 443266)
@@ -3,7 +3,7 @@
 pkgname=deepin-anything-arch
 pkgver=0.0.4
 _extramodules=extramodules-ARCH
-pkgrel=10
+pkgrel=11
 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 r8168/trunk (PKGBUILD)

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:34:34
  Author: heftig
Revision: 443261

8.046.00-53: kernel 5.0.4.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:34:32 UTC (rev 443260)
+++ PKGBUILD2019-03-23 22:34:34 UTC (rev 443261)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.046.00
-pkgrel=52
+pkgrel=53
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:34:41
  Author: heftig
Revision: 443263

1.1.0-201: kernel 5.0.4.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:34:37 UTC (rev 443262)
+++ PKGBUILD2019-03-23 22:34:41 UTC (rev 443263)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=200
+pkgrel=201
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:34:37
  Author: heftig
Revision: 443262

20190302-6: kernel 5.0.4.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:34:34 UTC (rev 443261)
+++ PKGBUILD2019-03-23 22:34:37 UTC (rev 443262)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20190302
-pkgrel=5
+pkgrel=6
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:34:26
  Author: heftig
Revision: 443257

0.43-95: kernel 5.0.4.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 21:51:13 UTC (rev 443256)
+++ PKGBUILD2019-03-23 22:34:26 UTC (rev 443257)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=94
+pkgrel=95
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:34:32
  Author: heftig
Revision: 443260

0.8-207: kernel 5.0.4.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:34:30 UTC (rev 443259)
+++ PKGBUILD2019-03-23 22:34:32 UTC (rev 443260)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=206
+pkgrel=207
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:34:30
  Author: heftig
Revision: 443259

6.0.4-16: kernel 5.0.4.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:34:28 UTC (rev 443258)
+++ PKGBUILD2019-03-23 22:34:30 UTC (rev 443259)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.0.4
-pkgrel=15
+pkgrel=16
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:08:01
  Author: heftig
Revision: 349121

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 349119, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/staging-x86_64/90-linux.hook
(from rev 349119, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/staging-x86_64/PKGBUILD
(from rev 349119, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/staging-x86_64/config
(from rev 349119, linux-zen/trunk/config)
  linux-zen/repos/staging-x86_64/linux.install
(from rev 349119, linux-zen/trunk/linux.install)
  linux-zen/repos/staging-x86_64/linux.preset
(from rev 349119, linux-zen/trunk/linux.preset)

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  243 +
 config| 9955 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10247 insertions(+)

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


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:07:55
  Author: heftig
Revision: 349120

archrelease: copy trunk to staging-x86_64

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

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  243 +
 config| 9922 
 linux.install |   12 
 linux.preset  |   14 
 6 files changed, 10214 insertions(+)

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


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:07:02
  Author: heftig
Revision: 349118

5.0.4.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 21:41:00 UTC (rev 349117)
+++ PKGBUILD2019-03-23 22:07:02 UTC (rev 349118)
@@ -4,9 +4,9 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.0.3-zen1
+_srcver=5.0.4-zen1
 pkgver=${_srcver//-/.}
-pkgrel=2
+pkgrel=1
 arch=(x86_64)
 url="https://github.com/zen-kernel/zen-kernel/commits/v$_srcver;
 license=(GPL2)


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

2019-03-23 Thread Jan Steffens via arch-commits
Date: Saturday, March 23, 2019 @ 22:07:06
  Author: heftig
Revision: 349119

5.0.4.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 22:07:02 UTC (rev 349118)
+++ PKGBUILD2019-03-23 22:07:06 UTC (rev 349119)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=5.0.3-arch1
+_srcver=5.0.4-arch1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)


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

2019-03-23 Thread Filipe Laíns via arch-commits
Date: Saturday, March 23, 2019 @ 21:51:13
  Author: ffy00
Revision: 443256

archrelease: copy trunk to community-any

Added:
  lutris/repos/community-any/PKGBUILD
(from rev 443255, lutris/trunk/PKGBUILD)
Deleted:
  lutris/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 21:50:59 UTC (rev 443255)
+++ PKGBUILD2019-03-23 21:51:13 UTC (rev 443256)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Maxime Gauduin 
-
-pkgname=lutris
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='Open Gaming Platform'
-arch=('any')
-url='https://lutris.net'
-license=('GPL3')
-depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
- 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk')
-makedepends=('python-setuptools')
-checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
-optdepends=('wine: Run windows games'
-'wine-staging: Run windows games - Staging patches')
-makedepends=('python-setuptools')
-source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
-sha512sums=('eb79d0ae7aae65f5d2419f0d103a5805dae4a95817ce3bb41aae28bfdea890d66df453137110c14ab81e19683a4a70409e25f87ee2b1fae61da26051ebc4b97f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: lutris/repos/community-any/PKGBUILD (from rev 443255, 
lutris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 21:51:13 UTC (rev 443256)
@@ -0,0 +1,39 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Maxime Gauduin 
+
+pkgname=lutris
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Open Gaming Platform'
+arch=('any')
+url='https://lutris.net'
+license=('GPL3')
+depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
+ 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs')
+makedepends=('python-setuptools')
+checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
+optdepends=('wine: Run windows games'
+'wine-staging: Run windows games - Staging patches')
+makedepends=('python-setuptools')
+source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
+sha512sums=('eb79d0ae7aae65f5d2419f0d103a5805dae4a95817ce3bb41aae28bfdea890d66df453137110c14ab81e19683a4a70409e25f87ee2b1fae61da26051ebc4b97f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


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

2019-03-23 Thread Filipe Laíns via arch-commits
Date: Saturday, March 23, 2019 @ 21:50:59
  Author: ffy00
Revision: 443255

upgpkg: lutris 0.5.1-1

Modified:
  lutris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 18:55:14 UTC (rev 443254)
+++ PKGBUILD2019-03-23 21:50:59 UTC (rev 443255)
@@ -10,7 +10,7 @@
 url='https://lutris.net'
 license=('GPL3')
 depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
- 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk')
+ 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs')
 makedepends=('python-setuptools')
 checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
 optdepends=('wine: Run windows games'


[arch-commits] Commit in python2-configparser/repos/extra-any (4 files)

2019-03-23 Thread Felix Yan via arch-commits
Date: Saturday, March 23, 2019 @ 21:41:00
  Author: felixonmars
Revision: 349117

archrelease: copy trunk to extra-any

Added:
  python2-configparser/repos/extra-any/PKGBUILD
(from rev 349116, python2-configparser/trunk/PKGBUILD)
  python2-configparser/repos/extra-any/license
(from rev 349116, python2-configparser/trunk/license)
Deleted:
  python2-configparser/repos/extra-any/PKGBUILD
  python2-configparser/repos/extra-any/license

--+
 PKGBUILD |   68 ++---
 license  |   38 +-
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 21:40:28 UTC (rev 349116)
+++ PKGBUILD2019-03-23 21:41:00 UTC (rev 349117)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrzej Giniewicz 
-
-pkgname=python2-configparser
-pkgver=3.7.3
-pkgrel=1
-pkgdesc="This library brings the updated configparser from Python 3.5 to 
Python 2.6-3.5."
-arch=('any')
-url="https://bitbucket.org/ambv/configparser;
-license=('MIT')
-depends=('python2-backports')
-makedepends=('python2-setuptools')
-source=("https://pypi.io/packages/source/c/configparser/configparser-${pkgver}.tar.gz;
 license)
-md5sums=('59e346d4f5f4bf5f630bf5fa818d3399'
- 'f8e5b03556ed846d7681bacd4126f484')
-
-prepare() {
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-$(find "$srcdir"/configparser-${pkgver} -name '*.py')
-}
-
-build() {
-  cd configparser-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd configparser-$pkgver
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  rm "$pkgdir"/usr/lib/python2.7/site-packages/backports/__init__.py{,c,o}
-
-  install -D "$srcdir"/license "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-configparser/repos/extra-any/PKGBUILD (from rev 349116, 
python2-configparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 21:41:00 UTC (rev 349117)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrzej Giniewicz 
+
+pkgname=python2-configparser
+pkgver=3.7.4
+pkgrel=1
+pkgdesc="This library brings the updated configparser from Python 3.5 to 
Python 2.6-3.5."
+arch=('any')
+url="https://bitbucket.org/ambv/configparser;
+license=('MIT')
+depends=('python2-backports')
+makedepends=('python2-setuptools')
+source=("https://pypi.io/packages/source/c/configparser/configparser-${pkgver}.tar.gz;
 license)
+md5sums=('aaa80b58b6b0810e54f66486860b3ed1'
+ 'f8e5b03556ed846d7681bacd4126f484')
+
+prepare() {
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find "$srcdir"/configparser-${pkgver} -name '*.py')
+}
+
+build() {
+  cd configparser-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd configparser-$pkgver
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  rm "$pkgdir"/usr/lib/python2.7/site-packages/backports/__init__.py{,c,o}
+
+  install -D "$srcdir"/license "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

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

Copied: python2-configparser/repos/extra-any/license (from rev 349116, 
python2-configparser/trunk/license)
===
--- license (rev 0)
+++ license 2019-03-23 21:41:00 UTC (rev 349117)
@@ -0,0 +1,19 @@
+Copyright (c) 2011 Łukasz Langa
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the 

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

2019-03-23 Thread Felix Yan via arch-commits
Date: Saturday, March 23, 2019 @ 21:40:28
  Author: felixonmars
Revision: 349116

upgpkg: python2-configparser 3.7.4-1

Modified:
  python2-configparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 10:08:11 UTC (rev 349115)
+++ PKGBUILD2019-03-23 21:40:28 UTC (rev 349116)
@@ -2,7 +2,7 @@
 # Contributor: Andrzej Giniewicz 
 
 pkgname=python2-configparser
-pkgver=3.7.3
+pkgver=3.7.4
 pkgrel=1
 pkgdesc="This library brings the updated configparser from Python 3.5 to 
Python 2.6-3.5."
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python2-backports')
 makedepends=('python2-setuptools')
 
source=("https://pypi.io/packages/source/c/configparser/configparser-${pkgver}.tar.gz;
 license)
-md5sums=('59e346d4f5f4bf5f630bf5fa818d3399'
+md5sums=('aaa80b58b6b0810e54f66486860b3ed1'
  'f8e5b03556ed846d7681bacd4126f484')
 
 prepare() {


[arch-commits] Commit in compton/trunk (PKGBUILD compton.conf)

2019-03-23 Thread Alexander Rødseth via arch-commits
Date: Saturday, March 23, 2019 @ 18:55:06
  Author: arodseth
Revision: 443253

upgpkg: compton 6.0-1

Modified:
  compton/trunk/PKGBUILD
  compton/trunk/compton.conf

--+
 PKGBUILD |4 ++--
 compton.conf |   13 +++--
 2 files changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 18:02:43 UTC (rev 443252)
+++ PKGBUILD2019-03-23 18:55:06 UTC (rev 443253)
@@ -4,7 +4,7 @@
 # Contributor: Valère Monseur 
 
 pkgname=compton
-pkgver=5.1
+pkgver=6.0
 pkgrel=1
 pkgdesc='X compositor that may fix tearing issues'
 arch=(x86_64)
@@ -19,7 +19,7 @@
 'xorg-xprop:For compton-trans')
 source=(compton.conf
 "git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
-sha256sums=('1857c880bfbc6c60e68bc996448a6e071501370de57ed5b9cbc0927bc7bd48bf'
+sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
 'SKIP')
 
 prepare() {

Modified: compton.conf
===
--- compton.conf2019-03-23 18:02:43 UTC (rev 443252)
+++ compton.conf2019-03-23 18:55:06 UTC (rev 443253)
@@ -23,7 +23,6 @@
 # My tests with nvidia-drivers show a 10% decrease in performance when the 
whole screen is modified,
 # but a 20% increase when only 1/4 is.
 # My tests on nouveau show terrible slowdown.
-# Useful with --glx-swap-method, as well.
 glx-copy-from-front = false;
 
 # GLX backend: Use MESA_copy_sub_buffer to do partial screen update.
@@ -47,7 +46,7 @@
 # Useless with --glx-use-copysubbuffermesa.
 # Partially breaks --resize-damage.
 # Defaults to undefined.
-glx-swap-method = "undefined";
+#glx-swap-method = "undefined";
 
 #
 #
@@ -170,14 +169,8 @@
 # If not specified or 0, compton will try detecting this with X RandR 
extension.
 refresh-rate = 0;
 
-# Set VSync method. VSync methods currently available:
-# none: No VSync
-# drm: VSync with DRM_IOCTL_WAIT_VBLANK. May only work on some drivers.
-# opengl: Try to VSync with SGI_video_sync OpenGL extension. Only work on some 
drivers.
-# opengl-oml: Try to VSync with OML_sync_control OpenGL extension. Only work 
on some drivers.
-# opengl-swc: Try to VSync with SGI_swap_control OpenGL extension. Only work 
on some drivers. Works only with GLX backend. Known to be most effective on 
many drivers. Does not actually control paint timing, only buffer swap is 
affected, so it doesn’t have the effect of --sw-opti unlike other methods. 
Experimental.
-# (Note some VSync methods may not be enabled at compile time.)
-vsync = "opengl";
+# Vertical synchronization: match the refresh rate of the monitor
+vsync = true;
 
 # Enable DBE painting mode, intended to use with VSync to (hopefully) 
eliminate tearing.
 # Reported to have no effect, though.


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

2019-03-23 Thread Alexander Rødseth via arch-commits
Date: Saturday, March 23, 2019 @ 18:55:14
  Author: arodseth
Revision: 443254

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 443253, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 443253, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  102 ++--
 compton.conf |  459 -
 2 files changed, 277 insertions(+), 284 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 18:55:06 UTC (rev 443253)
+++ PKGBUILD2019-03-23 18:55:14 UTC (rev 443254)
@@ -1,51 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=5.1
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/compton'
-license=(MIT)
-makedepends=(asciidoc git mesa meson ninja setconf)
-depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre
- pixman xcb-util-image xcb-util-renderutil)
-backup=(etc/xdg/compton.conf)
-optdepends=('dbus:  For controlling compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-source=(compton.conf
-"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
-sha256sums=('1857c880bfbc6c60e68bc996448a6e071501370de57ed5b9cbc0927bc7bd48bf'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec compton
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/compton
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
-  cd $pkgname
-  install -Dm644 compton.sample.conf "$pkgdir/etc/xdg/compton.conf.example"
-  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 443253, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 18:55:14 UTC (rev 443254)
@@ -0,0 +1,51 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=6.0
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/compton'
+license=(MIT)
+makedepends=(asciidoc git mesa meson ninja setconf)
+depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre
+ pixman xcb-util-image xcb-util-renderutil)
+backup=(etc/xdg/compton.conf)
+optdepends=('dbus:  For controlling compton via D-Bus'
+'xorg-xwininfo: For compton-trans'
+'xorg-xprop:For compton-trans')
+source=(compton.conf
+"git+https://github.com/yshui/compton#tag=v${pkgver%.0};)
+sha256sums=('c25e5b741a3a76928d1866f0097c482844e272b41823c24486a91cb39a97341d'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec compton
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/compton
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
+  cd $pkgname
+  install -Dm644 compton.sample.conf "$pkgdir/etc/xdg/compton.conf.example"
+  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2019-03-23 18:55:06 UTC (rev 443253)
+++ compton.conf2019-03-23 18:55:14 UTC (rev 443254)
@@ -1,233 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from front buffer instead of 

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

2019-03-23 Thread Anatol Pomozov via arch-commits
Date: Saturday, March 23, 2019 @ 18:02:43
  Author: anatolik
Revision: 443252

archrelease: copy trunk to community-x86_64

Added:
  vegeta/repos/community-x86_64/PKGBUILD
(from rev 443251, vegeta/trunk/PKGBUILD)
Deleted:
  vegeta/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 18:02:13 UTC (rev 443251)
+++ PKGBUILD2019-03-23 18:02:43 UTC (rev 443252)
@@ -1,37 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=vegeta
-pkgver=12.2.0
-pkgrel=2
-pkgdesc="HTTP load testing tool"
-arch=(x86_64)
-url="https://github.com/tsenart/vegeta;
-license=(MIT)
-depends=(glibc)
-makedepends=(go-pie dep git)
-source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/cli/v$pkgver.zip)
-sha256sums=('b56ff5bf8b020e1a36d3784f91562af7930ab96166166441914da4303c08124f')
-
-prepare() {
-  export GOPATH="$srcdir/gopath"
-  mkdir -p gopath/src/github.com/tsenart
-  cp -r vegeta-cli-v$pkgver/ gopath/src/github.com/tsenart/vegeta
-
-  cd gopath/src/github.com/tsenart/vegeta
-  dep ensure -v
-}
-
-build() {
-  cd gopath/src/github.com/tsenart/vegeta
-  #go build -v -X main.Version=$pkgver ./...
-  CGO_ENABLED=0 go install -v -ldflags "-X main.Version=$pkgver -X 
main.Date=`date +'%FT%TZ%z'`" ./...
-}
-
-check() {
-  cd gopath/src/github.com/tsenart/vegeta
-  go test ./...
-}
-
-package() {
-  install -Dm755 "gopath/bin/vegeta" "$pkgdir/usr/bin/vegeta"
-}

Copied: vegeta/repos/community-x86_64/PKGBUILD (from rev 443251, 
vegeta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 18:02:43 UTC (rev 443252)
@@ -0,0 +1,37 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=vegeta
+pkgver=12.2.1
+pkgrel=1
+pkgdesc="HTTP load testing tool"
+arch=(x86_64)
+url="https://github.com/tsenart/vegeta;
+license=(MIT)
+depends=(glibc)
+makedepends=(go-pie dep git)
+source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/cli/v$pkgver.zip)
+sha256sums=('f0741af829e09054ad3e6270a1aa2e33a2a160742658883d6fbd84cc500751ff')
+
+prepare() {
+  export GOPATH="$srcdir/gopath"
+  mkdir -p gopath/src/github.com/tsenart
+  cp -r vegeta-cli-v$pkgver/ gopath/src/github.com/tsenart/vegeta
+
+  cd gopath/src/github.com/tsenart/vegeta
+  dep ensure -v
+}
+
+build() {
+  cd gopath/src/github.com/tsenart/vegeta
+  #go build -v -X main.Version=$pkgver ./...
+  CGO_ENABLED=0 go install -v -ldflags "-X main.Version=$pkgver -X 
main.Date=`date +'%FT%TZ%z'`" ./...
+}
+
+check() {
+  cd gopath/src/github.com/tsenart/vegeta
+  go test ./...
+}
+
+package() {
+  install -Dm755 "gopath/bin/vegeta" "$pkgdir/usr/bin/vegeta"
+}


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

2019-03-23 Thread Anatol Pomozov via arch-commits
Date: Saturday, March 23, 2019 @ 18:02:13
  Author: anatolik
Revision: 443251

upgpkg: vegeta 12.2.1-1

Modified:
  vegeta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 16:31:59 UTC (rev 443250)
+++ PKGBUILD2019-03-23 18:02:13 UTC (rev 443251)
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=vegeta
-pkgver=12.2.0
-pkgrel=2
+pkgver=12.2.1
+pkgrel=1
 pkgdesc="HTTP load testing tool"
 arch=(x86_64)
 url="https://github.com/tsenart/vegeta;
@@ -10,7 +10,7 @@
 depends=(glibc)
 makedepends=(go-pie dep git)
 
source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/cli/v$pkgver.zip)
-sha256sums=('b56ff5bf8b020e1a36d3784f91562af7930ab96166166441914da4303c08124f')
+sha256sums=('f0741af829e09054ad3e6270a1aa2e33a2a160742658883d6fbd84cc500751ff')
 
 prepare() {
   export GOPATH="$srcdir/gopath"


[arch-commits] Commit in bash-language-server/repos/community-x86_64 (2 files)

2019-03-23 Thread Felix Yan via arch-commits
Date: Saturday, March 23, 2019 @ 16:31:59
  Author: felixonmars
Revision: 443250

archrelease: copy trunk to community-x86_64

Added:
  bash-language-server/repos/community-x86_64/PKGBUILD
(from rev 443249, bash-language-server/trunk/PKGBUILD)
Deleted:
  bash-language-server/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 16:31:39 UTC (rev 443249)
+++ PKGBUILD2019-03-23 16:31:59 UTC (rev 443250)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=bash-language-server
-pkgver=1.5.5
-pkgrel=1
-pkgdesc="Bash language server implementation based on Tree Sitter and its 
grammar for Bash"
-arch=("x86_64")
-url="https://github.com/mads-hartmann/bash-language-server;
-license=("MIT")
-depends=("nodejs" "acorn")
-makedepends=("yarn" "typescript" "python2")
-source=("https://github.com/mads-hartmann/$pkgname/archive/server-$pkgver.tar.gz;)
-sha512sums=('c9a0d4db3c68ab78cb05e22bba75b51586cccf6d44cf7102ac6e24ffb3cd02f8b20fa4d5ec60d0610aeda6e9479332e9b5eae498810662a7511a4e4ec8bcbcd6')
-
-build() {
-cd "$srcdir/$pkgname-server-$pkgver"
-yarn
-cd server
-yarn run compile
-}
-
-package() {
-install -d "$pkgdir/usr/lib/$pkgname"
-cd "$pkgdir/usr/lib/$pkgname"
-cp -a "$srcdir/$pkgname-server-$pkgver/server/"* .
-
-rm -r node_modules/acorn
-
-install -d "$pkgdir/usr/bin"
-ln -s "/usr/lib/$pkgname/bin/main.js" "$pkgdir/usr/bin/$pkgname"
-}

Copied: bash-language-server/repos/community-x86_64/PKGBUILD (from rev 443249, 
bash-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 16:31:59 UTC (rev 443250)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=bash-language-server
+pkgver=1.5.6
+pkgrel=1
+pkgdesc="Bash language server implementation based on Tree Sitter and its 
grammar for Bash"
+arch=("x86_64")
+url="https://github.com/mads-hartmann/bash-language-server;
+license=("MIT")
+depends=("nodejs" "acorn")
+makedepends=("yarn" "typescript" "python2")
+source=("https://github.com/mads-hartmann/$pkgname/archive/server-$pkgver.tar.gz;)
+sha512sums=('d102374fab5b849321ee09bddcc22807b0b81347b2495ccd280bbb9c835f8c6e21199f7827f0ebddaecbabc4b9dec5af1ad69cd491304a9f8013ad3fb6c2b1d5')
+
+build() {
+cd "$srcdir/$pkgname-server-$pkgver"
+yarn
+cd server
+yarn run compile
+}
+
+package() {
+install -d "$pkgdir/usr/lib/$pkgname"
+cd "$pkgdir/usr/lib/$pkgname"
+cp -a "$srcdir/$pkgname-server-$pkgver/server/"* .
+
+rm -r node_modules/acorn
+
+install -d "$pkgdir/usr/bin"
+ln -s "/usr/lib/$pkgname/bin/main.js" "$pkgdir/usr/bin/$pkgname"
+}


[arch-commits] Commit in bash-language-server/trunk (PKGBUILD)

2019-03-23 Thread Felix Yan via arch-commits
Date: Saturday, March 23, 2019 @ 16:31:39
  Author: felixonmars
Revision: 443249

upgpkg: bash-language-server 1.5.6-1

Modified:
  bash-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 16:28:49 UTC (rev 443248)
+++ PKGBUILD2019-03-23 16:31:39 UTC (rev 443249)
@@ -2,7 +2,7 @@
 # Contributor: Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=bash-language-server
-pkgver=1.5.5
+pkgver=1.5.6
 pkgrel=1
 pkgdesc="Bash language server implementation based on Tree Sitter and its 
grammar for Bash"
 arch=("x86_64")
@@ -11,7 +11,7 @@
 depends=("nodejs" "acorn")
 makedepends=("yarn" "typescript" "python2")
 
source=("https://github.com/mads-hartmann/$pkgname/archive/server-$pkgver.tar.gz;)
-sha512sums=('c9a0d4db3c68ab78cb05e22bba75b51586cccf6d44cf7102ac6e24ffb3cd02f8b20fa4d5ec60d0610aeda6e9479332e9b5eae498810662a7511a4e4ec8bcbcd6')
+sha512sums=('d102374fab5b849321ee09bddcc22807b0b81347b2495ccd280bbb9c835f8c6e21199f7827f0ebddaecbabc4b9dec5af1ad69cd491304a9f8013ad3fb6c2b1d5')
 
 build() {
 cd "$srcdir/$pkgname-server-$pkgver"


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

2019-03-23 Thread Felix Yan via arch-commits
Date: Saturday, March 23, 2019 @ 16:28:49
  Author: felixonmars
Revision: 443248

archrelease: copy trunk to community-x86_64

Added:
  ponyc/repos/community-x86_64/PKGBUILD
(from rev 443247, ponyc/trunk/PKGBUILD)
Deleted:
  ponyc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 16:28:28 UTC (rev 443247)
+++ PKGBUILD2019-03-23 16:28:49 UTC (rev 443248)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ponyc
-pkgver=0.27.0
-pkgrel=1
-pkgdesc='An actor model, capabilities, high performance programming language'
-url='http://ponylang.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('llvm-libs')
-makedepends=('llvm')
-checkdepends=('pcre2')
-options=('!strip')
-optdepends=('pcre2: Needed for the regex package')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
-sha512sums=('26584d50496ba8ace82b34757813fbc51ec4227b63eaf70b4ec9b9547aed8b65ed22b05b64da93e3866eca6ac238f8d7c07fc15ae93049541d8bf82e207b54c0')
-
-prepare() {
-  cd ponyc-$pkgver
-  sed -i 's/-Werror //' Makefile
-}
-
-build() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0
-
-  mkdir docs
-  build/release/ponyc packages/stdlib -rexpr -g -o docs
-}
-
-check() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 test
-}
-
-package() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 ponydir=/usr/lib/pony/"$pkgver" DESTDIR="$pkgdir" 
install
-
-  # Ponyc is designed to read its standard packages from the same directory.
-  install -dm755 "$pkgdir"/usr/bin
-  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
-
-  # Let's include the examples as documentation is scarce.
-  install -dm755 "$pkgdir"/usr/share/doc/pony
-  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
-
-  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: ponyc/repos/community-x86_64/PKGBUILD (from rev 443247, 
ponyc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 16:28:49 UTC (rev 443248)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgname=ponyc
+pkgver=0.28.0
+pkgrel=1
+pkgdesc='An actor model, capabilities, high performance programming language'
+url='http://ponylang.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('llvm-libs')
+makedepends=('llvm')
+checkdepends=('pcre2')
+options=('!strip')
+optdepends=('pcre2: Needed for the regex package')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
+sha512sums=('084ee4947bc0b3eb935ae53de8cd41e021a31f009f5280352378929543828fb6ed6be1f7010423821593e0d6d6f00b1f3c4b7a995157199a35caef6f5cd1b5ea')
+
+prepare() {
+  cd ponyc-$pkgver
+  sed -i 's/-Werror //' Makefile
+}
+
+build() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0
+
+  mkdir docs
+  build/release/ponyc packages/stdlib -rexpr -g -o docs
+}
+
+check() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 test
+}
+
+package() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 ponydir=/usr/lib/pony/"$pkgver" DESTDIR="$pkgdir" 
install
+
+  # Ponyc is designed to read its standard packages from the same directory.
+  install -dm755 "$pkgdir"/usr/bin
+  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
+
+  # Let's include the examples as documentation is scarce.
+  install -dm755 "$pkgdir"/usr/share/doc/pony
+  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
+
+  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


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

2019-03-23 Thread Felix Yan via arch-commits
Date: Saturday, March 23, 2019 @ 16:28:28
  Author: felixonmars
Revision: 443247

upgpkg: ponyc 0.28.0-1

Modified:
  ponyc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 16:27:48 UTC (rev 443246)
+++ PKGBUILD2019-03-23 16:28:28 UTC (rev 443247)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ponyc
-pkgver=0.27.0
+pkgver=0.28.0
 pkgrel=1
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='http://ponylang.org/'
@@ -13,7 +13,7 @@
 options=('!strip')
 optdepends=('pcre2: Needed for the regex package')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
-sha512sums=('26584d50496ba8ace82b34757813fbc51ec4227b63eaf70b4ec9b9547aed8b65ed22b05b64da93e3866eca6ac238f8d7c07fc15ae93049541d8bf82e207b54c0')
+sha512sums=('084ee4947bc0b3eb935ae53de8cd41e021a31f009f5280352378929543828fb6ed6be1f7010423821593e0d6d6f00b1f3c4b7a995157199a35caef6f5cd1b5ea')
 
 prepare() {
   cd ponyc-$pkgver


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

2019-03-23 Thread Felix Yan via arch-commits
Date: Saturday, March 23, 2019 @ 16:27:48
  Author: felixonmars
Revision: 443246

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 16:27:28 UTC (rev 443245)
+++ PKGBUILD2019-03-23 16:27:48 UTC (rev 443246)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgbase=python-peewee
-pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.9.2
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('x86_64')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
-checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
-  'python-psycopg2' 'python2-psycopg2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('eba667adbe2e33b893a375b71c024633cecc68c317931575b44ac9bfa5a62e7d155b7815807af9fcc6b5d93d9b6d62ab2f26ed0b996fd70e2512d231108d1677')
-
-prepare() {
-  cp -a peewee-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/peewee-$pkgver
-  python runtests.py
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 runtests.py
-}
-
-package_python-peewee() {
-  depends=('python' 'sqlite')
-  optdepends=('python-psycopg2: for PostgreSQL database support'
-  'mysql-python: for MySQL database support')
-
-  cd "$srcdir"/peewee-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-peewee() {
-  depends=('python2')
-  optdepends=('python2-psycopg2: for PostgreSQL database support')
-
-  cd "$srcdir"/peewee-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/pwiz{,2}.py
-}

Copied: python-peewee/repos/community-x86_64/PKGBUILD (from rev 443245, 
python-peewee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 16:27:48 UTC (rev 443246)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgbase=python-peewee
+pkgname=('python-peewee' 'python2-peewee')
+pkgver=3.9.3
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/;
+arch=('x86_64')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'sqlite')
+checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
+  'python-psycopg2' 'python2-psycopg2')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
+sha512sums=('de7080104bad7c55cd8a0ee50bf86a1c5617870a1425f57122729b3810078f0adb70261e3c870e117bccc5f558576418d163677d174b53a7a4f079a0033df27a')
+
+prepare() {
+  cp -a peewee-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/peewee-$pkgver
+  python runtests.py
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 runtests.py
+}
+
+package_python-peewee() {
+  depends=('python' 'sqlite')
+  optdepends=('python-psycopg2: for PostgreSQL database support'
+  'mysql-python: for MySQL database support')
+
+  cd "$srcdir"/peewee-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-peewee() {
+  depends=('python2')
+  optdepends=('python2-psycopg2: for PostgreSQL database support')
+
+  cd "$srcdir"/peewee-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/pwiz{,2}.py
+}


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

2019-03-23 Thread Felix Yan via arch-commits
Date: Saturday, March 23, 2019 @ 16:27:28
  Author: felixonmars
Revision: 443245

upgpkg: python-peewee 3.9.3-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 16:26:15 UTC (rev 443244)
+++ PKGBUILD2019-03-23 16:27:28 UTC (rev 443245)
@@ -5,7 +5,7 @@
 
 pkgbase=python-peewee
 pkgname=('python-peewee' 'python2-peewee')
-pkgver=3.9.2
+pkgver=3.9.3
 pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/;
@@ -15,7 +15,7 @@
 checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
   'python-psycopg2' 'python2-psycopg2')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('eba667adbe2e33b893a375b71c024633cecc68c317931575b44ac9bfa5a62e7d155b7815807af9fcc6b5d93d9b6d62ab2f26ed0b996fd70e2512d231108d1677')
+sha512sums=('de7080104bad7c55cd8a0ee50bf86a1c5617870a1425f57122729b3810078f0adb70261e3c870e117bccc5f558576418d163677d174b53a7a4f079a0033df27a')
 
 prepare() {
   cp -a peewee-$pkgver{,-py2}


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

2019-03-23 Thread Felix Yan via arch-commits
Date: Saturday, March 23, 2019 @ 16:26:15
  Author: felixonmars
Revision: 443244

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 443243, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 443243, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   54 ++--
 uglify-js.install |   16 +++
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 16:25:37 UTC (rev 443243)
+++ PKGBUILD2019-03-23 16:26:15 UTC (rev 443244)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.5.1
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('908fb773e2a984e00a222910b19a13da80ec5581f9aaf8694ed14e6df3027613c06278d2be65b8a1358c86f0c3e23b40187270ced9415d0828cc672add7c3da1')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 443243, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 16:26:15 UTC (rev 443244)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.5.2
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('8a6a20d5622c8bd61be7ac91b794df615c469a75acdd648653bde27923a5315170849080f56f1fa8514c323e24803aa24bff342c676c62758becef5472310196')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2019-03-23 16:25:37 UTC (rev 443243)
+++ uglify-js.install   2019-03-23 16:26:15 UTC (rev 443244)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 443243, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2019-03-23 16:26:15 UTC (rev 443244)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2019-03-23 Thread Felix Yan via arch-commits
Date: Saturday, March 23, 2019 @ 16:25:37
  Author: felixonmars
Revision: 443243

upgpkg: uglify-js 3.5.2-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 14:28:07 UTC (rev 443242)
+++ PKGBUILD2019-03-23 16:25:37 UTC (rev 443243)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.5.1
+pkgver=3.5.2
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('908fb773e2a984e00a222910b19a13da80ec5581f9aaf8694ed14e6df3027613c06278d2be65b8a1358c86f0c3e23b40187270ced9415d0828cc672add7c3da1')
+sha512sums=('8a6a20d5622c8bd61be7ac91b794df615c469a75acdd648653bde27923a5315170849080f56f1fa8514c323e24803aa24bff342c676c62758becef5472310196')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-03-23 Thread Konstantin Gizdov via arch-commits
Date: Saturday, March 23, 2019 @ 14:28:07
  Author: kgizdov
Revision: 443242

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 14:27:45 UTC (rev 443241)
+++ PKGBUILD2019-03-23 14:28:07 UTC (rev 443242)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Co-Maintainer: Konstantin Gizdov 
-# Contributor: Frederik Schwan 
-# Contributor: Simon Legner 
-
-pkgname=bazel
-pkgver=0.23.0
-pkgrel=3
-pkgdesc='Correct, reproducible, and fast builds for everyone'
-arch=('x86_64')
-license=('Apache')
-url='https://bazel.io/'
-depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
-makedepends=('git' 'protobuf' 'python')
-options=('!distcc' '!strip')
-source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
-
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
-sha512sums=('e53cd008552d61eab00f94a73458b6ada5c0bcb659f6fc748d4178b6b7371f625def17f983b09b9e920710153e6fd1e15b53ca71d424e2b0a79cdd4c815af3bf'
-'SKIP')
-validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
-
-build() {
-  ./compile.sh
-  ./output/bazel build scripts:bazel-complete.bash
-  cd output
-  ./bazel shutdown
-}
-
-package() {
-  install -Dm755 "${srcdir}/scripts/packages/bazel.sh" 
"${pkgdir}/usr/bin/bazel"
-  install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real"
-  install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" 
"${pkgdir}/usr/share/bash-completion/completions/bazel"
-  install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" 
"${pkgdir}/usr/share/zsh/site-functions/_bazel"
-  mkdir -p "${pkgdir}/opt/bazel"
-  for d in examples third_party tools; do
-cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/"
-  done
-}
-# vim:set ts=2 sw=2 et:

Copied: bazel/repos/community-testing-x86_64/PKGBUILD (from rev 443241, 
bazel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 14:28:07 UTC (rev 443242)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Co-Maintainer: Konstantin Gizdov 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.23.2
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
+
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
+sha512sums=('7f18927e82fb960df4ce1369540fd41e565df1c7255f08390abed3763c0cb70f0bc130da38cb48ff9799cc591e8607ffc25791b842e9c7d51a17a0eae2978415'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  ./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 "${srcdir}/scripts/packages/bazel.sh" 
"${pkgdir}/usr/bin/bazel"
+  install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real"
+  install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" 
"${pkgdir}/usr/share/bash-completion/completions/bazel"
+  install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" 
"${pkgdir}/usr/share/zsh/site-functions/_bazel"
+  mkdir -p "${pkgdir}/opt/bazel"
+  for d in examples third_party tools; do
+cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/"
+  done
+}
+# vim:set ts=2 sw=2 et:


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

2019-03-23 Thread Konstantin Gizdov via arch-commits
Date: Saturday, March 23, 2019 @ 14:27:45
  Author: kgizdov
Revision: 443241

archrelease: copy trunk to testing-x86_64

Added:
  bazel/repos/testing-x86_64/
  bazel/repos/testing-x86_64/PKGBUILD
(from rev 443240, bazel/trunk/PKGBUILD)

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

Copied: bazel/repos/testing-x86_64/PKGBUILD (from rev 443240, 
bazel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-23 14:27:45 UTC (rev 443241)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Co-Maintainer: Konstantin Gizdov 
+# Contributor: Frederik Schwan 
+# Contributor: Simon Legner 
+
+pkgname=bazel
+pkgver=0.23.2
+pkgrel=1
+pkgdesc='Correct, reproducible, and fast builds for everyone'
+arch=('x86_64')
+license=('Apache')
+url='https://bazel.io/'
+depends=('java-environment=10' 'libarchive' 'zip' 'unzip')
+makedepends=('git' 'protobuf' 'python')
+options=('!distcc' '!strip')
+source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
+
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
+sha512sums=('7f18927e82fb960df4ce1369540fd41e565df1c7255f08390abed3763c0cb70f0bc130da38cb48ff9799cc591e8607ffc25791b842e9c7d51a17a0eae2978415'
+'SKIP')
+validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
+
+build() {
+  ./compile.sh
+  ./output/bazel build scripts:bazel-complete.bash
+  cd output
+  ./bazel shutdown
+}
+
+package() {
+  install -Dm755 "${srcdir}/scripts/packages/bazel.sh" 
"${pkgdir}/usr/bin/bazel"
+  install -Dm755 "${srcdir}/output/bazel" "${pkgdir}/usr/bin/bazel-real"
+  install -Dm644 "${srcdir}/bazel-bin/scripts/bazel-complete.bash" 
"${pkgdir}/usr/share/bash-completion/completions/bazel"
+  install -Dm644 "${srcdir}/scripts/zsh_completion/_bazel" 
"${pkgdir}/usr/share/zsh/site-functions/_bazel"
+  mkdir -p "${pkgdir}/opt/bazel"
+  for d in examples third_party tools; do
+cp -r "${srcdir}/${d}" "${pkgdir}/opt/bazel/"
+  done
+}
+# vim:set ts=2 sw=2 et:


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

2019-03-23 Thread Konstantin Gizdov via arch-commits
Date: Saturday, March 23, 2019 @ 14:27:32
  Author: kgizdov
Revision: 443240

update to v0.23.2

Modified:
  bazel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 13:57:25 UTC (rev 443239)
+++ PKGBUILD2019-03-23 14:27:32 UTC (rev 443240)
@@ -4,8 +4,8 @@
 # Contributor: Simon Legner 
 
 pkgname=bazel
-pkgver=0.23.0
-pkgrel=3
+pkgver=0.23.2
+pkgrel=1
 pkgdesc='Correct, reproducible, and fast builds for everyone'
 arch=('x86_64')
 license=('Apache')
@@ -15,7 +15,7 @@
 options=('!distcc' '!strip')
 
source=("https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip;
 
"https://github.com/bazelbuild/bazel/releases/download/${pkgver}/bazel-${pkgver}-dist.zip.sig;)
-sha512sums=('e53cd008552d61eab00f94a73458b6ada5c0bcb659f6fc748d4178b6b7371f625def17f983b09b9e920710153e6fd1e15b53ca71d424e2b0a79cdd4c815af3bf'
+sha512sums=('7f18927e82fb960df4ce1369540fd41e565df1c7255f08390abed3763c0cb70f0bc130da38cb48ff9799cc591e8607ffc25791b842e9c7d51a17a0eae2978415'
 'SKIP')
 validpgpkeys=('71A1D0EFCFEB6281FD0437C93D5919B448457EE0')
 


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

2019-03-23 Thread Filipe Laíns via arch-commits
Date: Saturday, March 23, 2019 @ 13:57:20
  Author: ffy00
Revision: 443238

upgpkg: deepin-anything 0.0.4-2

Modified:
  deepin-anything/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 13:55:31 UTC (rev 443237)
+++ PKGBUILD2019-03-23 13:57:20 UTC (rev 443238)
@@ -4,7 +4,7 @@
 pkgname=(deepin-anything deepin-anything-dkms)
 pkgver=0.0.4
 _extramodules=extramodules-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="Deepin Anything file search tool"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2019-03-23 Thread Filipe Laíns via arch-commits
Date: Saturday, March 23, 2019 @ 13:57:25
  Author: ffy00
Revision: 443239

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-anything/repos/community-staging-x86_64/PKGBUILD
(from rev 443238, deepin-anything/trunk/PKGBUILD)
  deepin-anything/repos/community-staging-x86_64/deepin-anything-server.sysusers
(from rev 443238, deepin-anything/trunk/deepin-anything-server.sysusers)
  deepin-anything/repos/community-staging-x86_64/linux-4.20.patch
(from rev 443238, deepin-anything/trunk/linux-4.20.patch)
Deleted:
  deepin-anything/repos/community-staging-x86_64/PKGBUILD
  deepin-anything/repos/community-staging-x86_64/deepin-anything-server.sysusers
  deepin-anything/repos/community-staging-x86_64/linux-4.20.patch

-+
 PKGBUILD|  108 +++---
 deepin-anything-server.sysusers |4 -
 linux-4.20.patch|   32 +--
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 13:57:20 UTC (rev 443238)
+++ PKGBUILD2019-03-23 13:57:25 UTC (rev 443239)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=deepin-anything
-pkgname=(deepin-anything deepin-anything-dkms)
-pkgver=0.0.4
-_extramodules=extramodules-ARCH
-pkgrel=1
-pkgdesc="Deepin Anything file search tool"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-anything;
-license=('GPL3')
-makedepends=('qt5-base')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;
-deepin-anything-server.sysusers
-linux-4.20.patch
-
"linux-5.patch::$url/commit/d3c353f11989a6221f9378b4ce7bf0608c0cd8e9.patch")
-sha512sums=('fcb7683ce3bef818ac06dd62f14b5624669f9c09b53c5f08e319b724f5408bc221154428a6436d9e2a68aa6444e966c494c8a7611dfed0c93b6b9e71a3da0f55'
-
'0ff6a6de1fbfb0c33eaac511b989da321a9e43ece92708af88aee34ad1a05e55572713b1290bc2705d70b91dc7bec4fb4abd3dc664a0abe01de27d88bd9e9c85'
-
'dc3c85e9535cc589fdf56d265c4330519c92b5bcc406153e3162ba6ef5e799b702c394e1961132770f4f3ddd288dbbfe74a9d8056329e4585eb5a2094ffe0155'
-
'dc4becdd7d4db6b8ffa7f5eb1eb68ea370e25ba0713b7203e18f5611cc127b0a5f101f49f9f71960439be7af783e0fede3599273772dda8135c47fc884f8b7e9')
-
-prepare() {
-  cd deepin-anything-$pkgver
-  patch -p1 -i ../linux-5.patch
-  patch -p1 -i ../linux-4.20.patch
-  sed -i 's|^systemd_service.path.*|systemd_service.path = 
/usr/lib/systemd/system|' server/src/src.pro
-}
-
-build() {
-  cd deepin-anything-$pkgver
-  make VERSION=$pkgver
-}
-
-package_deepin-anything-dkms() {
-  depends=('dkms')
-  provides=('DEEPIN-ANYTHING-MODULE')
-  conflicts=('DEEPIN-ANYTHING-MODULE')
-
-  cd deepin-anything-$pkgver
-  install -dm 755 "$pkgdir"/usr/src
-  cp -r kernelmod "$pkgdir"/usr/src/deepin-anything-$pkgver
-  install -m644 debian/deepin-anything-dkms.dkms 
"$pkgdir"/usr/src/deepin-anything-$pkgver/dkms.conf
-}
-
-package_deepin-anything() {
-  depends=('DEEPIN-ANYTHING-MODULE' 'qt5-base')
-  groups=('deepin')
-
-  cd deepin-anything-$pkgver
-  make VERSION=$pkgver DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/src
-
-  install -Dm644 ../deepin-anything-server.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-anything-server.conf"
-}

Copied: deepin-anything/repos/community-staging-x86_64/PKGBUILD (from rev 
443238, deepin-anything/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 13:57:25 UTC (rev 443239)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+pkgbase=deepin-anything
+pkgname=(deepin-anything deepin-anything-dkms)
+pkgver=0.0.4
+_extramodules=extramodules-ARCH
+pkgrel=2
+pkgdesc="Deepin Anything file search tool"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+makedepends=('qt5-base')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;
+deepin-anything-server.sysusers
+linux-4.20.patch
+
"linux-5.patch::$url/commit/d3c353f11989a6221f9378b4ce7bf0608c0cd8e9.patch")
+sha512sums=('fcb7683ce3bef818ac06dd62f14b5624669f9c09b53c5f08e319b724f5408bc221154428a6436d9e2a68aa6444e966c494c8a7611dfed0c93b6b9e71a3da0f55'
+
'0ff6a6de1fbfb0c33eaac511b989da321a9e43ece92708af88aee34ad1a05e55572713b1290bc2705d70b91dc7bec4fb4abd3dc664a0abe01de27d88bd9e9c85'
+
'dc3c85e9535cc589fdf56d265c4330519c92b5bcc406153e3162ba6ef5e799b702c394e1961132770f4f3ddd288dbbfe74a9d8056329e4585eb5a2094ffe0155'
+
'dc4becdd7d4db6b8ffa7f5eb1eb68ea370e25ba0713b7203e18f5611cc127b0a5f101f49f9f71960439be7af783e0fede3599273772dda8135c47fc884f8b7e9')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  patch -p1 -i ../linux-5.patch
+  patch -p1 -i ../linux-4.20.patch
+  sed -i 

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

2019-03-23 Thread Filipe Laíns via arch-commits
Date: Saturday, March 23, 2019 @ 13:55:31
  Author: ffy00
Revision: 443237

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-anything/repos/community-staging-x86_64/
  deepin-anything/repos/community-staging-x86_64/PKGBUILD
(from rev 443236, deepin-anything/trunk/PKGBUILD)
  deepin-anything/repos/community-staging-x86_64/deepin-anything-server.sysusers
(from rev 443236, deepin-anything/trunk/deepin-anything-server.sysusers)
  deepin-anything/repos/community-staging-x86_64/linux-4.20.patch
(from rev 443236, deepin-anything/trunk/linux-4.20.patch)

-+
 PKGBUILD|   54 ++
 deepin-anything-server.sysusers |2 +
 linux-4.20.patch|   16 +++
 3 files changed, 72 insertions(+)

Copied: deepin-anything/repos/community-staging-x86_64/PKGBUILD (from rev 
443236, deepin-anything/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-23 13:55:31 UTC (rev 443237)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+pkgbase=deepin-anything
+pkgname=(deepin-anything deepin-anything-dkms)
+pkgver=0.0.4
+_extramodules=extramodules-ARCH
+pkgrel=1
+pkgdesc="Deepin Anything file search tool"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+makedepends=('qt5-base')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;
+deepin-anything-server.sysusers
+linux-4.20.patch
+
"linux-5.patch::$url/commit/d3c353f11989a6221f9378b4ce7bf0608c0cd8e9.patch")
+sha512sums=('fcb7683ce3bef818ac06dd62f14b5624669f9c09b53c5f08e319b724f5408bc221154428a6436d9e2a68aa6444e966c494c8a7611dfed0c93b6b9e71a3da0f55'
+
'0ff6a6de1fbfb0c33eaac511b989da321a9e43ece92708af88aee34ad1a05e55572713b1290bc2705d70b91dc7bec4fb4abd3dc664a0abe01de27d88bd9e9c85'
+
'dc3c85e9535cc589fdf56d265c4330519c92b5bcc406153e3162ba6ef5e799b702c394e1961132770f4f3ddd288dbbfe74a9d8056329e4585eb5a2094ffe0155'
+
'dc4becdd7d4db6b8ffa7f5eb1eb68ea370e25ba0713b7203e18f5611cc127b0a5f101f49f9f71960439be7af783e0fede3599273772dda8135c47fc884f8b7e9')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  patch -p1 -i ../linux-5.patch
+  patch -p1 -i ../linux-4.20.patch
+  sed -i 's|^systemd_service.path.*|systemd_service.path = 
/usr/lib/systemd/system|' server/src/src.pro
+}
+
+build() {
+  cd deepin-anything-$pkgver
+  make VERSION=$pkgver
+}
+
+package_deepin-anything-dkms() {
+  depends=('dkms')
+  provides=('DEEPIN-ANYTHING-MODULE')
+  conflicts=('DEEPIN-ANYTHING-MODULE')
+
+  cd deepin-anything-$pkgver
+  install -dm 755 "$pkgdir"/usr/src
+  cp -r kernelmod "$pkgdir"/usr/src/deepin-anything-$pkgver
+  install -m644 debian/deepin-anything-dkms.dkms 
"$pkgdir"/usr/src/deepin-anything-$pkgver/dkms.conf
+}
+
+package_deepin-anything() {
+  depends=('DEEPIN-ANYTHING-MODULE' 'qt5-base')
+  groups=('deepin')
+
+  cd deepin-anything-$pkgver
+  make VERSION=$pkgver DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/src
+
+  install -Dm644 ../deepin-anything-server.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-anything-server.conf"
+}

Copied: 
deepin-anything/repos/community-staging-x86_64/deepin-anything-server.sysusers 
(from rev 443236, deepin-anything/trunk/deepin-anything-server.sysusers)
===
--- community-staging-x86_64/deepin-anything-server.sysusers
(rev 0)
+++ community-staging-x86_64/deepin-anything-server.sysusers2019-03-23 
13:55:31 UTC (rev 443237)
@@ -0,0 +1,2 @@
+u deepin_anything_server - "Deepin Anything Server"
+g deepin_anything_server -

Copied: deepin-anything/repos/community-staging-x86_64/linux-4.20.patch (from 
rev 443236, deepin-anything/trunk/linux-4.20.patch)
===
--- community-staging-x86_64/linux-4.20.patch   (rev 0)
+++ community-staging-x86_64/linux-4.20.patch   2019-03-23 13:55:31 UTC (rev 
443237)
@@ -0,0 +1,16 @@
+diff --git a/kernelmod/vfs_change.c b/kernelmod/vfs_change.c
+index 0d6d360..d09e439 100644
+--- a/kernelmod/vfs_change.c
 b/kernelmod/vfs_change.c
+@@ -115,7 +115,11 @@ static ssize_t copy_vfs_changes(struct timeval *last, 
char* buf, size_t size)
+ 
+   time_t shifted_secs = vc->ts.tv_sec + hour_shift*3600;
+   struct tm ts;
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 20, 0)
+   time_to_tm(shifted_secs, 0, );
++#else
++  time64_to_tm(shifted_secs, 0, );
++#endif
+   char temp[MIN_LINE_SIZE];
+   snprintf(temp, sizeof(temp), "%04ld-%02d-%02d 
%02d:%02d:%02d.%03ld %s ",
+   1900+ts.tm_year, 1+ts.tm_mon, ts.tm_mday, ts.tm_hour, 
ts.tm_min, ts.tm_sec, 

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

2019-03-23 Thread Filipe Laíns via arch-commits
Date: Saturday, March 23, 2019 @ 13:55:19
  Author: ffy00
Revision: 443236

fix for linux 5.0+

Modified:
  deepin-anything/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 13:36:46 UTC (rev 443235)
+++ PKGBUILD2019-03-23 13:55:19 UTC (rev 443236)
@@ -12,13 +12,16 @@
 makedepends=('qt5-base')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;
 deepin-anything-server.sysusers
-linux-4.20.patch)
+linux-4.20.patch
+
"linux-5.patch::$url/commit/d3c353f11989a6221f9378b4ce7bf0608c0cd8e9.patch")
 
sha512sums=('fcb7683ce3bef818ac06dd62f14b5624669f9c09b53c5f08e319b724f5408bc221154428a6436d9e2a68aa6444e966c494c8a7611dfed0c93b6b9e71a3da0f55'
 
'0ff6a6de1fbfb0c33eaac511b989da321a9e43ece92708af88aee34ad1a05e55572713b1290bc2705d70b91dc7bec4fb4abd3dc664a0abe01de27d88bd9e9c85'
-
'dc3c85e9535cc589fdf56d265c4330519c92b5bcc406153e3162ba6ef5e799b702c394e1961132770f4f3ddd288dbbfe74a9d8056329e4585eb5a2094ffe0155')
+
'dc3c85e9535cc589fdf56d265c4330519c92b5bcc406153e3162ba6ef5e799b702c394e1961132770f4f3ddd288dbbfe74a9d8056329e4585eb5a2094ffe0155'
+
'dc4becdd7d4db6b8ffa7f5eb1eb68ea370e25ba0713b7203e18f5611cc127b0a5f101f49f9f71960439be7af783e0fede3599273772dda8135c47fc884f8b7e9')
 
 prepare() {
   cd deepin-anything-$pkgver
+  patch -p1 -i ../linux-5.patch
   patch -p1 -i ../linux-4.20.patch
   sed -i 's|^systemd_service.path.*|systemd_service.path = 
/usr/lib/systemd/system|' server/src/src.pro
 }


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

2019-03-23 Thread Filipe Laíns via arch-commits
Date: Saturday, March 23, 2019 @ 13:36:46
  Author: ffy00
Revision: 443235

archrelease: copy trunk to community-any

Added:
  lutris/repos/community-any/PKGBUILD
(from rev 443234, lutris/trunk/PKGBUILD)
Deleted:
  lutris/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 13:36:33 UTC (rev 443234)
+++ PKGBUILD2019-03-23 13:36:46 UTC (rev 443235)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Maxime Gauduin 
-
-pkgname=lutris
-pkgver=0.5.0.1
-pkgrel=1
-pkgdesc='Open Gaming Platform'
-arch=('any')
-url='https://lutris.net'
-license=('GPL3')
-depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
- 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk')
-makedepends=('python-setuptools')
-checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
-optdepends=('wine: Run windows games'
-'wine-staging: Run windows games - Staging patches')
-makedepends=('python-setuptools')
-source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
-sha512sums=('bacb6b481db2b84b0fa51d7ff530d25b7ef56601f819db85c5012bbee58e93ecb840d0af60c50ec696f1c059e90b5b0e2f9ecefc1ad54d9986faff34ac714d04')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: lutris/repos/community-any/PKGBUILD (from rev 443234, 
lutris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 13:36:46 UTC (rev 443235)
@@ -0,0 +1,39 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Maxime Gauduin 
+
+pkgname=lutris
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Open Gaming Platform'
+arch=('any')
+url='https://lutris.net'
+license=('GPL3')
+depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
+ 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk')
+makedepends=('python-setuptools')
+checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
+optdepends=('wine: Run windows games'
+'wine-staging: Run windows games - Staging patches')
+makedepends=('python-setuptools')
+source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
+sha512sums=('eb79d0ae7aae65f5d2419f0d103a5805dae4a95817ce3bb41aae28bfdea890d66df453137110c14ab81e19683a4a70409e25f87ee2b1fae61da26051ebc4b97f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


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

2019-03-23 Thread Filipe Laíns via arch-commits
Date: Saturday, March 23, 2019 @ 13:36:33
  Author: ffy00
Revision: 443234

upgpkg: lutris 0.5.1-1

Modified:
  lutris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 13:22:19 UTC (rev 443233)
+++ PKGBUILD2019-03-23 13:36:33 UTC (rev 443234)
@@ -3,7 +3,7 @@
 # Contributor: Maxime Gauduin 
 
 pkgname=lutris
-pkgver=0.5.0.1
+pkgver=0.5.1
 pkgrel=1
 pkgdesc='Open Gaming Platform'
 arch=('any')
@@ -17,7 +17,7 @@
 'wine-staging: Run windows games - Staging patches')
 makedepends=('python-setuptools')
 source=("https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
-sha512sums=('bacb6b481db2b84b0fa51d7ff530d25b7ef56601f819db85c5012bbee58e93ecb840d0af60c50ec696f1c059e90b5b0e2f9ecefc1ad54d9986faff34ac714d04')
+sha512sums=('eb79d0ae7aae65f5d2419f0d103a5805dae4a95817ce3bb41aae28bfdea890d66df453137110c14ab81e19683a4a70409e25f87ee2b1fae61da26051ebc4b97f')
 
 build() {
   cd $pkgname-$pkgver


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

2019-03-23 Thread Florian Pritz via arch-commits
Date: Saturday, March 23, 2019 @ 13:22:19
  Author: bluewind
Revision: 443233

archrelease: copy trunk to community-any

Added:
  openshot/repos/community-any/PKGBUILD
(from rev 443232, openshot/trunk/PKGBUILD)
Deleted:
  openshot/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 13:22:15 UTC (rev 443232)
+++ PKGBUILD2019-03-23 13:22:19 UTC (rev 443233)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Florian Pritz 
-# Contributor: Asa Marco 
-
-pkgname=openshot
-pkgver=2.4.3
-pkgrel=1
-pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
-arch=('any')
-url="https://www.openshot.org/;
-license=('GPL')
-depends=('mlt-python-bindings' 'sdl' 'librsvg' 'mplayer'
-'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
-'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image'
-'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools'
-'python-requests')
-optdepends=('frei0r-plugins: effects'
-   'libquicktime' 'libavc1394' 'faac' 'jack')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz;)
-sha256sums=('901b485c28cfcbb4d1baf3cd6a30b165090c49c96f252236f1bbd8c8ab709721')
-
-package() {
-  cd "$srcdir"/openshot-qt-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: openshot/repos/community-any/PKGBUILD (from rev 443232, 
openshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 13:22:19 UTC (rev 443233)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Florian Pritz 
+# Contributor: Asa Marco 
+
+pkgname=openshot
+pkgver=2.4.4
+pkgrel=1
+pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
+arch=('any')
+url="https://www.openshot.org/;
+license=('GPL')
+depends=('mlt-python-bindings' 'sdl' 'librsvg' 'mplayer'
+'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
+'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image'
+'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools'
+'python-requests')
+optdepends=('frei0r-plugins: effects'
+   'libquicktime' 'libavc1394' 'faac' 'jack')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz;)
+sha256sums=('8197923b3fff2010ee69c75469818543674a12fcb8fcb08944471e4ead3426be')
+
+package() {
+  cd "$srcdir"/openshot-qt-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2019-03-23 Thread Florian Pritz via arch-commits
Date: Saturday, March 23, 2019 @ 13:22:15
  Author: bluewind
Revision: 443232

upgpkg: openshot 2.4.4-1

upstream update

Modified:
  openshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 13:19:08 UTC (rev 443231)
+++ PKGBUILD2019-03-23 13:22:15 UTC (rev 443232)
@@ -3,7 +3,7 @@
 # Contributor: Asa Marco 
 
 pkgname=openshot
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
 arch=('any')
@@ -18,7 +18,7 @@
'libquicktime' 'libavc1394' 'faac' 'jack')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz;)
-sha256sums=('901b485c28cfcbb4d1baf3cd6a30b165090c49c96f252236f1bbd8c8ab709721')
+sha256sums=('8197923b3fff2010ee69c75469818543674a12fcb8fcb08944471e4ead3426be')
 
 package() {
   cd "$srcdir"/openshot-qt-$pkgver


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

2019-03-23 Thread Florian Pritz via arch-commits
Date: Saturday, March 23, 2019 @ 13:19:05
  Author: bluewind
Revision: 443230

upgpkg: libopenshot 0.2.3-1

upstream update

Modified:
  libopenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 13:17:18 UTC (rev 443229)
+++ PKGBUILD2019-03-23 13:19:05 UTC (rev 443230)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Thomas 
 
 pkgname=libopenshot
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('libmagick6' 'ffmpeg' 'x264' 'libopenshot-audio' 'python' 'jsoncpp' 
'qt5-multimedia' 'zeromq')
 makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz;)
-sha256sums=('3f92d42b9fdb66e62429a076678b1feae7de06751efc4217347a78282e86f0cc')
+sha256sums=('8536b0a790b0d98ed4c3b10e11d1b34ae68ccbc710887e3703a5143d95598746')
 
 build() {
cd ${pkgname}-${pkgver}


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

2019-03-23 Thread Florian Pritz via arch-commits
Date: Saturday, March 23, 2019 @ 13:19:08
  Author: bluewind
Revision: 443231

archrelease: copy trunk to community-x86_64

Added:
  libopenshot/repos/community-x86_64/PKGBUILD
(from rev 443230, libopenshot/trunk/PKGBUILD)
  libopenshot/repos/community-x86_64/ffmpeg-4.0.patch
(from rev 443230, libopenshot/trunk/ffmpeg-4.0.patch)
Deleted:
  libopenshot/repos/community-x86_64/PKGBUILD
  libopenshot/repos/community-x86_64/ffmpeg-4.0.patch

--+
 PKGBUILD |   60 -
 ffmpeg-4.0.patch | 1606 ++---
 2 files changed, 833 insertions(+), 833 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 13:19:05 UTC (rev 443230)
+++ PKGBUILD2019-03-23 13:19:08 UTC (rev 443231)
@@ -1,30 +0,0 @@
-# Maintainer : Martin Wimpress 
-# Contributor: Foster McLane 
-# Contributor: Jonathan Thomas 
-
-pkgname=libopenshot
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
-arch=('x86_64')
-url="https://openshot.org/;
-license=('LGPL3')
-depends=('libmagick6' 'ffmpeg' 'x264' 'libopenshot-audio' 'python' 'jsoncpp' 
'qt5-multimedia' 'zeromq')
-makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz;)
-sha256sums=('3f92d42b9fdb66e62429a076678b1feae7de06751efc4217347a78282e86f0cc')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   mkdir build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 \
- -DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: libopenshot/repos/community-x86_64/PKGBUILD (from rev 443230, 
libopenshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 13:19:08 UTC (rev 443231)
@@ -0,0 +1,30 @@
+# Maintainer : Martin Wimpress 
+# Contributor: Foster McLane 
+# Contributor: Jonathan Thomas 
+
+pkgname=libopenshot
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="A high quality, open-source video editing, animation, and playback 
library for C++, Python, and Ruby."
+arch=('x86_64')
+url="https://openshot.org/;
+license=('LGPL3')
+depends=('libmagick6' 'ffmpeg' 'x264' 'libopenshot-audio' 'python' 'jsoncpp' 
'qt5-multimedia' 'zeromq')
+makedepends=('cmake' 'doxygen' 'swig' 'unittestpp')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot/archive/v$pkgver.tar.gz;)
+sha256sums=('8536b0a790b0d98ed4c3b10e11d1b34ae68ccbc710887e3703a5143d95598746')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DMAGICKCORE_HDRI_ENABLE=1 
-DMAGICKCORE_QUANTUM_DEPTH=16 \
+ -DUSE_SYSTEM_JSONCPP=ON -DENABLE_RUBY=OFF ../
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Deleted: ffmpeg-4.0.patch
===
--- ffmpeg-4.0.patch2019-03-23 13:19:05 UTC (rev 443230)
+++ ffmpeg-4.0.patch2019-03-23 13:19:08 UTC (rev 443231)
@@ -1,803 +0,0 @@
-diff --git a/cmake/Modules/FindFFmpeg.cmake b/cmake/Modules/FindFFmpeg.cmake
-index 4af6cc9..63d543d 100644
 a/cmake/Modules/FindFFmpeg.cmake
-+++ b/cmake/Modules/FindFFmpeg.cmake
-@@ -77,14 +77,14 @@ FIND_LIBRARY( SWSCALE_LIBRARY swscale swscale-2 swscale-4
-$ENV{FFMPEGDIR}/lib/ffmpeg/
-$ENV{FFMPEGDIR}/bin/ )
- 
--#FindAvresample
--FIND_PATH( AVRESAMPLE_INCLUDE_DIR libavresample/avresample.h
-+#FindSwresample
-+FIND_PATH( SWRESAMPLE_INCLUDE_DIR libswresample/swresample.h
-  PATHS /usr/include/
-/usr/include/ffmpeg/
-$ENV{FFMPEGDIR}/include/
-$ENV{FFMPEGDIR}/include/ffmpeg/ )
- 
--FIND_LIBRARY( AVRESAMPLE_LIBRARY avresample avresample-2 avresample-3
-+FIND_LIBRARY( SWRESAMPLE_LIBRARY swresample
-  PATHS /usr/lib/
-/usr/lib/ffmpeg/
-$ENV{FFMPEGDIR}/lib/
-@@ -113,31 +113,31 @@ IF ( SWSCALE_INCLUDE_DIR AND SWSCALE_LIBRARY )
- SET ( SWSCALE_FOUND TRUE )
- ENDIF ( SWSCALE_INCLUDE_DIR AND SWSCALE_LIBRARY )
- 
--IF ( AVRESAMPLE_INCLUDE_DIR AND AVRESAMPLE_LIBRARY )
--SET ( AVRESAMPLE_FOUND TRUE )
--ENDIF ( AVRESAMPLE_INCLUDE_DIR AND AVRESAMPLE_LIBRARY )
-+IF ( SWRESAMPLE_INCLUDE_DIR AND SWRESAMPLE_LIBRARY )
-+SET ( SWRESAMPLE_FOUND TRUE )
-+ENDIF ( SWRESAMPLE_INCLUDE_DIR AND SWRESAMPLE_LIBRARY )
- 
--IF ( AVFORMAT_INCLUDE_DIR OR AVCODEC_INCLUDE_DIR OR AVUTIL_INCLUDE_DIR OR 
AVDEVICE_FOUND OR SWSCALE_FOUND OR AVRESAMPLE_FOUND )

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

2019-03-23 Thread Florian Pritz via arch-commits
Date: Saturday, March 23, 2019 @ 13:17:18
  Author: bluewind
Revision: 443229

archrelease: copy trunk to community-x86_64

Added:
  libopenshot-audio/repos/community-x86_64/PKGBUILD
(from rev 443228, libopenshot-audio/trunk/PKGBUILD)
Deleted:
  libopenshot-audio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 13:17:13 UTC (rev 443228)
+++ PKGBUILD2019-03-23 13:17:18 UTC (rev 443229)
@@ -1,29 +0,0 @@
-# Maintainer : Martin Wimpress 
-# Contributor: Foster McLane 
-# Contributor: Jonathan Thomas 
-
-pkgname=libopenshot-audio
-pkgver=0.1.7
-pkgrel=1
-pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
-arch=('x86_64')
-url="http://openshot.org/;
-license=('GPL3')
-depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
-makedepends=('cmake' 'doxygen')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot-audio/archive/v$pkgver.tar.gz;)
-sha256sums=('3aa6dcfc5caaa409cfa63db206d3f6f7e25854642e796915e9ac8fdf9dbc9a3f')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   mkdir build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: libopenshot-audio/repos/community-x86_64/PKGBUILD (from rev 443228, 
libopenshot-audio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 13:17:18 UTC (rev 443229)
@@ -0,0 +1,29 @@
+# Maintainer : Martin Wimpress 
+# Contributor: Foster McLane 
+# Contributor: Jonathan Thomas 
+
+pkgname=libopenshot-audio
+pkgver=0.1.8
+pkgrel=1
+pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
+arch=('x86_64')
+url="https://openshot.org/;
+license=('GPL3')
+depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
+makedepends=('cmake' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot-audio/archive/v$pkgver.tar.gz;)
+sha256sums=('384d0ef39c78f16d77048de3c96152321724084f978dc622675dd6bb16e15e19')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


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

2019-03-23 Thread Florian Pritz via arch-commits
Date: Saturday, March 23, 2019 @ 13:17:13
  Author: bluewind
Revision: 443228

upgpkg: libopenshot-audio 0.1.8-1

upstream update

Modified:
  libopenshot-audio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 13:11:30 UTC (rev 443227)
+++ PKGBUILD2019-03-23 13:17:13 UTC (rev 443228)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Thomas 
 
 pkgname=libopenshot-audio
-pkgver=0.1.7
+pkgver=0.1.8
 pkgrel=1
 pkgdesc="A high-quality audio editing and playback library used by 
libopenshot."
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('alsa-lib' 'freetype2' 'libxcursor' 'libxinerama' 'libxrandr')
 makedepends=('cmake' 'doxygen')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/libopenshot-audio/archive/v$pkgver.tar.gz;)
-sha256sums=('3aa6dcfc5caaa409cfa63db206d3f6f7e25854642e796915e9ac8fdf9dbc9a3f')
+sha256sums=('384d0ef39c78f16d77048de3c96152321724084f978dc622675dd6bb16e15e19')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2019-03-23 Thread Bruno Pagani via arch-commits
Date: Saturday, March 23, 2019 @ 13:11:17
  Author: archange
Revision: 443226

upgpkg: ospray 1.8.3-1

Modified:
  ospray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 12:24:10 UTC (rev 443225)
+++ PKGBUILD2019-03-23 13:11:17 UTC (rev 443226)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=ospray
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc="A Ray Tracing Based Rendering Engine for High-Fidelity Visualization"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('intel-tbb' 'embree' 'ispc' 'libgl' 'glfw-x11' 'glu' 'openmpi')
 makedepends=('cmake')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/ospray/OSPRay/archive/v${pkgver}.tar.gz;)
-sha256sums=('3686b4561e808a251bef4667a9bc47198b7a8e6453f67f89897d3b925a08472e')
+sha256sums=('0d43b9a1fe803a16faa8d92a7f59c9ecfbd7322ba40cb40c59f873d8735ed16b')
 
 prepare() {
 mkdir -p build


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

2019-03-23 Thread Bruno Pagani via arch-commits
Date: Saturday, March 23, 2019 @ 13:11:30
  Author: archange
Revision: 443227

archrelease: copy trunk to community-x86_64

Added:
  ospray/repos/community-x86_64/PKGBUILD
(from rev 443226, ospray/trunk/PKGBUILD)
Deleted:
  ospray/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 13:11:17 UTC (rev 443226)
+++ PKGBUILD2019-03-23 13:11:30 UTC (rev 443227)
@@ -1,41 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=ospray
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="A Ray Tracing Based Rendering Engine for High-Fidelity Visualization"
-arch=('x86_64')
-url="https://www.ospray.org/;
-license=('Apache')
-depends=('intel-tbb' 'embree' 'ispc' 'libgl' 'glfw-x11' 'glu' 'openmpi')
-makedepends=('cmake')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/ospray/OSPRay/archive/v${pkgver}.tar.gz;)
-sha256sums=('3686b4561e808a251bef4667a9bc47198b7a8e6453f67f89897d3b925a08472e')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DOSPRAY_BUILD_ISA=ALL \
--DOSPRAY_ENABLE_TESTING=ON \
--DOSPRAY_MODULE_MPI=ON
-make
-}
-
-check() {
-cd build
-make test
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-# Remove tests
-rm "${pkgdir}"/usr/bin/test_*
-rm -r "${pkgdir}"/usr/scripts
-}

Copied: ospray/repos/community-x86_64/PKGBUILD (from rev 443226, 
ospray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 13:11:30 UTC (rev 443227)
@@ -0,0 +1,41 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=ospray
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="A Ray Tracing Based Rendering Engine for High-Fidelity Visualization"
+arch=('x86_64')
+url="https://www.ospray.org/;
+license=('Apache')
+depends=('intel-tbb' 'embree' 'ispc' 'libgl' 'glfw-x11' 'glu' 'openmpi')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/ospray/OSPRay/archive/v${pkgver}.tar.gz;)
+sha256sums=('0d43b9a1fe803a16faa8d92a7f59c9ecfbd7322ba40cb40c59f873d8735ed16b')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DOSPRAY_BUILD_ISA=ALL \
+-DOSPRAY_ENABLE_TESTING=ON \
+-DOSPRAY_MODULE_MPI=ON
+make
+}
+
+check() {
+cd build
+make test
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+# Remove tests
+rm "${pkgdir}"/usr/bin/test_*
+rm -r "${pkgdir}"/usr/scripts
+}


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

2019-03-23 Thread Bruno Pagani via arch-commits
Date: Saturday, March 23, 2019 @ 12:24:10
  Author: archange
Revision: 443225

archrelease: copy trunk to community-x86_64

Added:
  matterbridge/repos/community-x86_64/PKGBUILD
(from rev 443224, matterbridge/trunk/PKGBUILD)
  matterbridge/repos/community-x86_64/matterbridge.service
(from rev 443224, matterbridge/trunk/matterbridge.service)
Deleted:
  matterbridge/repos/community-x86_64/PKGBUILD
  matterbridge/repos/community-x86_64/matterbridge.service

--+
 PKGBUILD |   70 -
 matterbridge.service |   54 ++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 12:23:55 UTC (rev 443224)
+++ PKGBUILD2019-03-23 12:24:10 UTC (rev 443225)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=matterbridge
-pkgver=1.14.0
-pkgrel=1
-pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
-arch=('x86_64')
-url="https://github.com/42wim/matterbridge;
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-backup=('etc/matterbridge.toml')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
-
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
-'matterbridge.service')
-sha256sums=('91ee0360873ccd22260a00e3b0826c121eef3e972055893d1436f9996ff03d20'
-'SKIP'
-'89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
-validpgpkeys=('CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4') # wim 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build -v \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
--o ${pkgname} .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
-  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-}

Copied: matterbridge/repos/community-x86_64/PKGBUILD (from rev 443224, 
matterbridge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 12:24:10 UTC (rev 443225)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=matterbridge
+pkgver=1.14.1
+pkgrel=1
+pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
+arch=('x86_64')
+url="https://github.com/42wim/matterbridge;
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+backup=('etc/matterbridge.toml')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
+
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
+'matterbridge.service')
+sha256sums=('58951e306136388a89ae2506b97a7b078790e9238e09b6499f559ebf56d75362'
+'SKIP'
+'89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
+validpgpkeys=('CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4') # wim 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build -v \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+-o ${pkgname} .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
+  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
+  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+}

Deleted: matterbridge.service
===
--- matterbridge.service2019-03-23 12:23:55 UTC (rev 443224)
+++ matterbridge.service2019-03-23 12:24:10 UTC (rev 443225)
@@ -1,27 +0,0 @@
-[Unit]
-Description=Multi-protocols bridge for online communications
-After=network.target
-
-[Service]
-User=matterbridge
-DynamicUser=yes
-ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml
-Type=simple
-CapabilityBoundingSet=
-NoNewPrivileges=True
-PrivateUsers=true
-PrivateDevices=true
-PrivateTmp=true
-ProtectHome=true
-ProtectSystem=strict
-ProtectControlGroups=yes
-ProtectKernelTunables=true
-ProtectKernelModules=yes
-LockPersonality=true
-MemoryDenyWriteExecute=true
-RestrictRealtime=true
-SystemCallArchitectures=native
-SystemCallFilter=@system-service
-
-[Install]
-WantedBy=multi-user.target

Copied: matterbridge/repos/community-x86_64/matterbridge.service (from rev 
443224, matterbridge/trunk/matterbridge.service)
===
--- matterbridge.service(rev 0)
+++ matterbridge.service2019-03-23 12:24:10 UTC (rev 443225)
@@ -0,0 +1,27 @@
+[Unit]
+Description=Multi-protocols bridge for online communications
+After=network.target
+
+[Service]
+User=matterbridge

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

2019-03-23 Thread Bruno Pagani via arch-commits
Date: Saturday, March 23, 2019 @ 12:23:55
  Author: archange
Revision: 443224

upgpkg: matterbridge 1.14.1-1

Modified:
  matterbridge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 09:10:51 UTC (rev 443223)
+++ PKGBUILD2019-03-23 12:23:55 UTC (rev 443224)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=matterbridge
-pkgver=1.14.0
+pkgver=1.14.1
 pkgrel=1
 pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
 
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
 'matterbridge.service')
-sha256sums=('91ee0360873ccd22260a00e3b0826c121eef3e972055893d1436f9996ff03d20'
+sha256sums=('58951e306136388a89ae2506b97a7b078790e9238e09b6499f559ebf56d75362'
 'SKIP'
 '89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
 validpgpkeys=('CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4') # wim 


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

2019-03-23 Thread Antonio Rojas via arch-commits
Date: Saturday, March 23, 2019 @ 10:08:11
  Author: arojas
Revision: 349115

archrelease: copy trunk to extra-x86_64

Added:
  plasma-framework/repos/extra-x86_64/PKGBUILD
(from rev 349114, plasma-framework/trunk/PKGBUILD)
  plasma-framework/repos/extra-x86_64/kdebug-405548.patch
(from rev 349114, plasma-framework/trunk/kdebug-405548.patch)
Deleted:
  plasma-framework/repos/extra-x86_64/PKGBUILD
  plasma-framework/repos/extra-x86_64/kdebug-405548.patch

-+
 PKGBUILD|   84 +-
 kdebug-405548.patch | 1593 --
 2 files changed, 939 insertions(+), 738 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 10:06:07 UTC (rev 349114)
+++ PKGBUILD2019-03-23 10:08:11 UTC (rev 349115)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-framework
-pkgver=5.56.1
-pkgrel=3
-pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(kactivities kdeclarative kwayland kirigami2)
-makedepends=(extra-cmake-modules qt5-tools kdoctools doxygen git)
-groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
-kdebug-405548.patch)
-sha256sums=('dc3c756cd0a91fa8a343c994606cceb5024615232d48fc7ebeecbfec98c0c772'
-'SKIP'
-'b136d75fa78699ad9fc4f15a710a7da00f71d35536af49de6710461e382c4174')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  git apply ../kdebug-405548.patch # Fix Breeze background with Qt 5.12.2
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DBUILD_QCH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-framework/repos/extra-x86_64/PKGBUILD (from rev 349114, 
plasma-framework/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 10:08:11 UTC (rev 349115)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.56.1
+pkgrel=4
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kactivities kdeclarative kwayland kirigami2)
+makedepends=(extra-cmake-modules qt5-tools kdoctools doxygen git)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+kdebug-405548.patch)
+sha256sums=('dc3c756cd0a91fa8a343c994606cceb5024615232d48fc7ebeecbfec98c0c772'
+'SKIP'
+'5a2d844020cc47daf3369e8992b2e551da9aa19ab4c4c8c6bbd0bfcae2ca1a5b')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  git apply ../kdebug-405548.patch # Fix Breeze background with Qt 5.12.2
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kdebug-405548.patch
===
--- kdebug-405548.patch 2019-03-23 10:06:07 UTC (rev 349114)
+++ kdebug-405548.patch 2019-03-23 10:08:11 UTC (rev 349115)
@@ -1,696 +0,0 @@
-diff --git a/src/desktoptheme/breeze/dialogs/background.svgz 
b/src/desktoptheme/breeze/dialogs/background.svgz
-index 
32f82faeee17be8b4440f28231921d0aa34ec8a1..78308d067b2bdd3c4dcc1fb7cf44e1bf48b7558b
-GIT binary patch
-literal 6873
-zc$@**8Ybl*iwFp~tBza%17cxgYiDwAb#7!WZf|sSa$#KhFd^r}ij^O!*Jv63{ZSHk!r}MABp1t}X
-zQ4|hc)9}rqaAWxs;l%#w4UD-d{5kRcdB4}Yxw(<7s8Mp+k#{MSWw}TD(vi(Z^;c8Mips?Vz1h1{
-z_Rs0xr5%SAa6mMHz@7oG~V}KXe9c<$IlLWAJnAItzO!(Ocbh{-VQP
-zdH(Ix6#QF8xNolf-oW!Z!Ey!**QHt|4xFjuir!#Cl`Oc1eMyI`^*m@4ztHQ1|3p24
-z5M0pzgDy%z*DsT1)h`x9|UWlO80iEl+KZM)C;or_T3rr+!NXG-X2KEP7~|re3k=
-zTpxGlODg4i;Rc(yjw7Q1`{qxd@2i~ttwXh|JhP4ll^n_URnC0u3>IG7tUg%yzGL5y
-z>IGBZqXLFExF3dxbGOCvSG@or0;m|8BQI=b@W4Ld2oGLSNHz`kjcW`o3K{YIY*@Yr
-zLsjl1-7%`s6->0fOBNeqByFLSz)srij7FYGFP1ZH!J@;_F?|8p
-z$}fW^hoZRU-}Yrmp~%yPKnW=jXi4)eYepm;2H7xKDGr0-
-zu!IqhK{DKeWI%GH0wB?tMAvfk>Nzr#AqlPQX2$ehY0ck)(uy~vH6HcFHEfTDP_w_|Fp8*Yt
-zAPidN)RqRfl#2jKx}u|`al{=u;th58I?Chfma>g*={em}1JJC>6snc6jiIuF0w8ecCmzIRl^XNqS_UagjFJ|1hY@k
-zAf$8=X$givFYk)$ew;JnolBxzI{ST9%|po1X55PF1lP3OMC)yKq@2CX`#*r?lbr4LABS0Fkl`1?2Ds2kEHNima|5XY_Kq4B_
-zDdw1>(v3f8?1LDi7wT#>=*9q1V4^Gw)TR&(sI(ty3PO2YA~GEeG%bfq<*_5~*hj}D
-zyiIsrh&6FZ&_6QSZ2^TN(<@M0K;hrc^l*D|IFx`wy}ArDj-N{rgXz0

[arch-commits] Commit in plasma-framework/trunk (PKGBUILD kdebug-405548.patch)

2019-03-23 Thread Antonio Rojas via arch-commits
Date: Saturday, March 23, 2019 @ 10:06:07
  Author: arojas
Revision: 349114

Use final version of Qt 5.12.2 Breeze dark fix (FS#62118)

Modified:
  plasma-framework/trunk/PKGBUILD
  plasma-framework/trunk/kdebug-405548.patch

-+
 PKGBUILD|4 
 kdebug-405548.patch |  221 +++---
 2 files changed, 213 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 08:30:34 UTC (rev 349113)
+++ PKGBUILD2019-03-23 10:06:07 UTC (rev 349114)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-framework
 pkgver=5.56.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -16,7 +16,7 @@
 kdebug-405548.patch)
 sha256sums=('dc3c756cd0a91fa8a343c994606cceb5024615232d48fc7ebeecbfec98c0c772'
 'SKIP'
-'b136d75fa78699ad9fc4f15a710a7da00f71d35536af49de6710461e382c4174')
+'5a2d844020cc47daf3369e8992b2e551da9aa19ab4c4c8c6bbd0bfcae2ca1a5b')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 
 prepare() {

Modified: kdebug-405548.patch
===
--- kdebug-405548.patch 2019-03-23 08:30:34 UTC (rev 349113)
+++ kdebug-405548.patch 2019-03-23 10:06:07 UTC (rev 349114)
@@ -1,8 +1,34 @@
+commit 3aba8a7e10e509d4a321adb0b7540a73be023c10
+Author: Fabian Vogt 
+Date:   Sun Mar 17 12:17:54 2019 +0100
+
+Fix breeze dialog background with Qt 5.12.2
+
+Summary:
+style elements without type="text/css" were ignored before, but now they 
act as
+if type was set. Set id and style properly to restore the working 
behaviour.
+
+BUG: 405548
+
+Test Plan:
+Installed new files on a system with Qt 5.12.2, wiped the SVG cache
+and it looks fine again.
+
+Reviewers: #plasma, rooty
+
+Reviewed By: rooty
+
+Subscribers: acooligan, filipf, heikobecker, falqueto, rooty, Zren, 
arojas, rikmills, asturmlechner, kde-frameworks-devel, plasma-devel
+
+Tags: #frameworks
+
+Differential Revision: https://phabricator.kde.org/D19821
+
 diff --git a/src/desktoptheme/breeze/dialogs/background.svgz 
b/src/desktoptheme/breeze/dialogs/background.svgz
-index 
32f82faeee17be8b4440f28231921d0aa34ec8a1..78308d067b2bdd3c4dcc1fb7cf44e1bf48b7558b
+index 
32f82faeee17be8b4440f28231921d0aa34ec8a1..78308d067b2bdd3c4dcc1fb7cf44e1bf48b7558b
 100644
 GIT binary patch
 literal 6873
-zc$@**8Ybl*iwFp~tBza%17cxgYiDwAb#7!WZf|sSa$#KhFd^r}ij^O!*Jv63{ZSHk!r}MABp1t}X
 zQ4|hc)9}rqaAWxs;l%#w4UD-d{5kRcdB4}Yxw(<7s8Mp`{xt;_SC=s_^
 zU;gWMK9g3K=i9Ec*8x4HBU#SS9of!guXFMFSk^m|ADGU_oVkv**Kyp=zyAE~<^RaC
 zbm&=TV2z|3JD5r*%H+1{r=6(P0x-Sd#*R>Ka*tn&)8~cgNs>hG
@@ -409,7 +435,7 @@
 TzIoMCe|-4^=klv8MZo|7#F}2n
 
 literal 6827
-zc$@*N8dT*UiwFP!00PS6AbJ|F^{yx7#m#JGdDI-vCTAX;^!g!BkCtl-x6Cjot
+zcmV;c8dT*UiwFP!00PS6AbJ|F^{yx7#m#JGdDI-vCTAX;^!g!BkCtl-x6Cjot
 zBq9ln{nq{Ow_6fuYY74Jk{RQ~26d~|=kz(xS#;EV`p;}M6sCsl3@me}0%}r4FwC~q
 z8JNAD%JtQOs8$5W)yyEeU^@oRt+8{Vsv+Q2|gCL53|MABsXWIKi5CnQ%)7kE{cPhaND8{jB)j{I>x%A>!igZ8g*p7pP+#j?~1^B*Xtf?mBZ4)2rb
+z);6~N+cfBp!Q%JpIJ(;{n?r}I6e{E|W{x1=*QgdXVE?N<(wzZD@Ia=K9$AwlLzRs!28H
+zDhy_@2^XLrgUv(mv@ev*g`8h8*;FCI5g3F_%EQrWwGZKBlbZqw2+fM#t3wf}?31hl
+zBOo(4zllRI+dp&_};l+D-K!QXc41nl$OK8$~nHtv(}0xkjv#FHNb9yt7^?d4<}
+zB=P$3t?fJ5<1TSS+na*VH5;q-
+zQni`XCTh@;9`T2R-nM!Nd?#h@b&+)md85rq3Fn`}c;J5SAPgofHE{uIUq7mW{
+zaJ4xVD(E08y)WGIqaf3)i*$;_)aT#}VIO%@LOjRy5aaI#vX;TibGdjy#2I#I6LFy;
+zCGJ)cZ}eRl`*tAC9hm@9=_i1hrEVzkWnN0fg;-3}E&@>%77|xDj0k^9eBy8y5i$ni
+z+U<)@#DD1!#LZ%Snt--L$)*T?@znMOS1@83tPF>yF8-RgGafUxLqmuRKm@O*Oax2W
+zfmCoJjMe*MQ{PVYO(eHrsXJgKF$!Wm73OPXrcSeVJS18!bV!aM@gp-f5Z}#Yw!n}6^PG8678XWyBrKBR&8
+zr9PKWJlj13k>9;84fFafDDski?ziZ5`GncuBg*ETs(Xyb*e@C5e3SZ(^_I5p
+z8g48N$DS{)G>Dm8$V1ipu9m^-{mcNNL=eCJ%m9ZlnsQ3YGXBP8j~L4^IR_Yo36Auc
+zmwyEHdT7BzriT`gLtPIey->qAXUwsS8*|1W!x+2nF#3^)d=%8jLd-=H12g@M3+(!p
+z=Poq*y*~6)Y#f;rXz{VvO+RAr%Nuh>)R)yW1L-$E3DTS#HdCwJUL5k!$k!G*i{}e^
+zOqztYYLea}O?($BY%sm?(2Xc2Y7+Q)|n3BW3x^mg-nk<#zcGq1JwQIj6tjjN!^{)#ZxlTyh|4%OlkW-cVb3RK@QY
+zVKu;_A5h~hY77>{gJ};WpUB_lSQuvEw$KlLrRO5oOg~4@sYdw;YV^M#%f`=+@aPE)pNB2|DO1Q?^pFV#^pL-UbF<9`ml&!8Jzs
+z{89cMTL#y2^5z;a{K+SuKObEN*JsUYWpKx=TxS(r5Bj^R;OYoe>)*D){&$`G<#$=P
+zszsslkXcv@#dlrRR@d?!8(0}7LNN>qc2H=FqnEA{hUeks%<1}zy!zlZZ(
+zv!lIxu!iD`47S4mG#Wb
+zT*rE9Mss$ZTQtdN>RJ7nd^|th;G@7J*oI5F=g6CasH>o`7q`K6sMsB>!4+Cw1vvy)
+zQM?S}ylJtJ^Qtsu(T-)5`z{sC+sDS~nHk#zPa)8*-f|lEH_^jt
+zyRd$yY}Kh+1)Bos6trwi?c~;JJgj#xh@EdKQ$DF*?~(5^1A)EY(tqW#WbJy>lYC;Y
+zrEMELuD9zi;jE{UDaA{pVzo}7cYM9x+2C)LSJRGf!c}5yh|}pCTCO5c}(
+zF?umUxdv6g;_*oyt9U{30HvBw6K-$iu03jtrc$0Gn814Xs7rr(=t=E#kUj}m4syTV
+zudk%UYUIPvy8sR@Ykx=gyWlqKFDE12t$noHJZ0TdS-zMxWmO{D_+a
+z5-(TtzyI{PPzj60{Qsl4uuGODI|NtJ9RREwmE~eCz0M%{u-*d0%3YWK_i?)c{ZTYj
+zI!laor6q@r!*o|A<3?1=#da-En*EZ1F8iyzNL7E!LD$J9)PMC^Hv3$wX~cnw%Scz>

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

2019-03-23 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, March 23, 2019 @ 09:10:51
  Author: yan12125
Revision: 443223

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 443222, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 443222, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   80 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 09:10:35 UTC (rev 443222)
+++ PKGBUILD2019-03-23 09:10:51 UTC (rev 443223)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('50909f990ed57e17c4ec38dd0c99aae1453a41c9159f166a7f200ed8c8d81618'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 443222, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 09:10:51 UTC (rev 443223)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.17.0
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('b25f47ff25ca12a0e1fddb9a50778d3e1837b2dfd08c9632b993a0c19f7c3415'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-03-23 09:10:35 UTC (rev 443222)
+++ fix-tests.patch 2019-03-23 09:10:51 UTC (rev 443223)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 443222, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-03-23 09:10:51 UTC (rev 443223)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return sorted(all_filenames)
+ 
+ def _ignore_templates(self):
+ """ 

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

2019-03-23 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, March 23, 2019 @ 09:10:35
  Author: yan12125
Revision: 443222

upgpkg: python-cfn-lint 0.17.0-1

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 09:06:59 UTC (rev 443221)
+++ PKGBUILD2019-03-23 09:10:35 UTC (rev 443222)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-cfn-lint
-pkgver=0.16.0
+pkgver=0.17.0
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -13,7 +13,7 @@
 checkdepends=(python-pytest python-mock)
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
 fix-tests.patch)
-sha256sums=('50909f990ed57e17c4ec38dd0c99aae1453a41c9159f166a7f200ed8c8d81618'
+sha256sums=('b25f47ff25ca12a0e1fddb9a50778d3e1837b2dfd08c9632b993a0c19f7c3415'
 'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
 
 prepare() {


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

2019-03-23 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, March 23, 2019 @ 09:06:44
  Author: yan12125
Revision: 443220

upgpkg: nvchecker 1.4.2-1

Modified:
  nvchecker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 08:42:55 UTC (rev 443219)
+++ PKGBUILD2019-03-23 09:06:44 UTC (rev 443220)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=nvchecker
-pkgver=1.4
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="New version checker for software releases"
 arch=('any')
@@ -14,7 +14,7 @@
   'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
-sha512sums=('ec8be6a122ef16ce4c0c6126195ae9956b07923da6a511adabc679149763e5cb5ef70cf6eae85b4430e796ca0ea24dd4116a87012a06d71eba0586759a122a1d')
+sha512sums=('f189cac6a2553bcee6da1628c7af27c9e19ca2ec97c8ac6311fe05caefdab5644d5ab847f84e7d0f1acedf871cd49191b9c5b4feaed5e0d2ec249fcfa444731e')
 
 build() {
   cd nvchecker-$pkgver


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

2019-03-23 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, March 23, 2019 @ 09:06:59
  Author: yan12125
Revision: 443221

archrelease: copy trunk to community-any

Added:
  nvchecker/repos/community-any/PKGBUILD
(from rev 443220, nvchecker/trunk/PKGBUILD)
Deleted:
  nvchecker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 09:06:44 UTC (rev 443220)
+++ PKGBUILD2019-03-23 09:06:59 UTC (rev 443221)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=nvchecker
-pkgver=1.4
-pkgrel=1
-pkgdesc="New version checker for software releases"
-arch=('any')
-url="https://github.com/lilydjwg/nvchecker;
-license=('MIT')
-depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
-checkdepends=('python-pytest' 'python-pytest-xdist' 'python-pytest-asyncio' 
'python-flaky')
-optdepends=(
-  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
-sha512sums=('ec8be6a122ef16ce4c0c6126195ae9956b07923da6a511adabc679149763e5cb5ef70cf6eae85b4430e796ca0ea24dd4116a87012a06d71eba0586759a122a1d')
-
-build() {
-  cd nvchecker-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd nvchecker-$pkgver
-  pytest
-}
-
-package() {
-  cd nvchecker-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nvchecker/repos/community-any/PKGBUILD (from rev 443220, 
nvchecker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 09:06:59 UTC (rev 443221)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=nvchecker
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="New version checker for software releases"
+arch=('any')
+url="https://github.com/lilydjwg/nvchecker;
+license=('MIT')
+depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
+checkdepends=('python-pytest' 'python-pytest-xdist' 'python-pytest-asyncio' 
'python-flaky')
+optdepends=(
+  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz;)
+sha512sums=('f189cac6a2553bcee6da1628c7af27c9e19ca2ec97c8ac6311fe05caefdab5644d5ab847f84e7d0f1acedf871cd49191b9c5b4feaed5e0d2ec249fcfa444731e')
+
+build() {
+  cd nvchecker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nvchecker-$pkgver
+  pytest
+}
+
+package() {
+  cd nvchecker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-23 Thread Gaëtan Bisson via arch-commits
Date: Saturday, March 23, 2019 @ 08:30:34
  Author: bisson
Revision: 349113

db-move: moved gnupg from [testing] to [core] (x86_64)

Added:
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 349112, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 349112, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|   67 +
 /install |   41 +
 core-x86_64/PKGBUILD |   67 -
 core-x86_64/install  |   41 -
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2019-03-23 00:58:52 UTC (rev 349112)
+++ core-x86_64/PKGBUILD2019-03-23 08:30:34 UTC (rev 349113)
@@ -1,67 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.2.13
-pkgrel=1
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='https://www.gnupg.org/'
-license=('GPL')
-arch=('x86_64')
-checkdepends=('openssh')
-makedepends=('libldap' 'libusb-compat' 'pcsclite')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon'
-'pcsclite: scdaemon')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('76c787a955f9e6e0ead47c9be700bfb9d454f955a7b7c7e697aa719bac7b11d8'
-'SKIP')
-
-install=install
-
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'gnupg2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg "${pkgdir}"/usr/bin/gpg2
-   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
-
-   cd doc/examples/systemd-user
-   for i in *.*; do
-   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
-   done
-}

Copied: gnupg/repos/core-x86_64/PKGBUILD (from rev 349112, 
gnupg/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2019-03-23 08:30:34 UTC (rev 349113)
@@ -0,0 +1,67 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.14
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='https://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+checkdepends=('openssh')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('1bf9ed46dc1ec5d8cfa13ba1ad47f94981f3b6a7ec16ad9123cc2549c4cbf87b'
+'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   

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

2019-03-23 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, March 23, 2019 @ 08:26:52
  Author: svenstaro
Revision: 443217

upgpkg: gitlab 11.8.3-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 08:22:38 UTC (rev 443216)
+++ PKGBUILD2019-03-23 08:26:52 UTC (rev 443217)
@@ -10,7 +10,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=11.8.2
+pkgver=11.8.3
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -38,7 +38,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('6fb342b3e145fbfbbf751c3f61599d0b986838a09e91cadd91c3451271071449939b6a1b3c3ac4b8a125440ecc0ec466144d8711979d3827619fdaa704797b30'
+sha512sums=('6374a15b5ad8b29431520b4cf712d2cb554dae9178101d4518ddff25e5a30d3232a168890d729cd25bdca0f4f05d20318a8de1141c37ca3e336be5c8a6e577ec'
 
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
 
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
 
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'


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

2019-03-23 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, March 23, 2019 @ 08:27:08
  Author: svenstaro
Revision: 443218

archrelease: copy trunk to community-x86_64

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

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

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

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

2019-03-23 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, March 23, 2019 @ 08:22:20
  Author: svenstaro
Revision: 443214

archrelease: copy trunk to community-x86_64

Added:
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 443213, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 443213, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 443213, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

+
 PKGBUILD   |  182 +--
 emscripten.install |   22 +++---
 emscripten.sh  |   14 +--
 3 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 08:22:01 UTC (rev 443213)
+++ PKGBUILD2019-03-23 08:22:20 UTC (rev 443214)
@@ -1,91 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.38.28
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon'
-'cmake: for emcc --show-ports')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha512sums=('73a0aa1fee861727f30d023f453742a0b1c7b5901c58f8614dcdb4b953ad8be1a15141c4d2dc00af17f38e5ab7a8751370118711a0d08e7ecbd92cfaf6cdfcc3'
-
'8a804af38df1905545bb78465d0b4290bb8925a391fb1b392e53063ddb2233d202d9fc94f0ed20774d188a234f9e9bf5e33716f9683edc4300e60250b6fe18dd'
-
'dca12340bcc3285c1aa83c3694c2a1030026ec017092f2bae7cd03df7f9fb0f2c55a58b4270ac2112ca0d5eb6a4bb7dcfc7223007d46a0a8633cb6b686d1bebf'
-
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  cmake .. \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  # docs
-  install -d "$pkgdir"/usr/share/doc
-  ln -s /usr/lib/emscripten/site/source/docs "$pkgdir"/usr/share/doc/$pkgname
-
-  # license
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Get rid of some duplicated binaries (see FS#61487).
-  for link in ++ -6.0 -cl -cpp; do
-  ln -sf clang "$pkgdir"/usr/lib/emscripten-fastcomp/clang$link
-  done
-}

Copied: emscripten/repos/community-x86_64/PKGBUILD (from rev 443213, 
emscripten/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 08:22:20 UTC (rev 443214)
@@ -0,0 +1,91 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: 

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

2019-03-23 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, March 23, 2019 @ 08:22:38
  Author: svenstaro
Revision: 443216

archrelease: copy trunk to community-x86_64

Added:
  forge/repos/community-x86_64/PKGBUILD
(from rev 443215, forge/trunk/PKGBUILD)
Deleted:
  forge/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 08:22:31 UTC (rev 443215)
+++ PKGBUILD2019-03-23 08:22:38 UTC (rev 443216)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=forge
-pkgdesc="High Performance Visualizations"
-url='https://github.com/arrayfire/forge'
-pkgver=1.0.3
-arch=('x86_64')
-pkgrel=1
-epoch=2
-license=('BSD')
-makedepends=('cmake' 'doxygen' 'graphviz' 'git' 'python' 'glm' 'boost')
-depends=('glfw' 'freetype2' 'fontconfig' 'freeimage' 'glbinding')
-source=(https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz)
-sha512sums=('43f3797e09f1758f2ab79e57f460e7bbdefa2bf408ebd439fa68543054fc1cd636bd66fbbbc9c44370a13b1e3c89262362de8b413f3f2260f86a6b163db17c93')
-options=('!buildflags')
-
-build() {
-  cd forge-${pkgver}
-
-  rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_EXAMPLES=ON \
-  -DBUILD_DOCUMENTATION=ON
-
-  make
-}
-
-package() {
-  cd forge-${pkgver}
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: forge/repos/community-x86_64/PKGBUILD (from rev 443215, 
forge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 08:22:38 UTC (rev 443216)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=forge
+pkgdesc="High Performance Visualizations"
+url='https://github.com/arrayfire/forge'
+pkgver=1.0.4
+arch=('x86_64')
+pkgrel=1
+epoch=2
+license=('BSD')
+makedepends=('cmake' 'doxygen' 'graphviz' 'git' 'python' 'glm' 'boost')
+depends=('glfw' 'freetype2' 'fontconfig' 'freeimage' 'glbinding')
+source=(https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz)
+sha512sums=('fd48375713c8c6646a8d4fa140e8a4b631e697c5f011656a0ca4c15c8288b47bfe1826c6cfa65c8f146a7b9dcd146058502a099e9477f92481cbc62556660ccd')
+options=('!buildflags')
+
+build() {
+  cd forge-${pkgver}
+
+  rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_EXAMPLES=ON \
+  -DBUILD_DOCUMENTATION=ON
+
+  make
+}
+
+package() {
+  cd forge-${pkgver}
+
+  install -Dm644 .github/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}


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

2019-03-23 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, March 23, 2019 @ 08:22:31
  Author: svenstaro
Revision: 443215

upgpkg: forge 2:1.0.4-1

Modified:
  forge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 08:22:20 UTC (rev 443214)
+++ PKGBUILD2019-03-23 08:22:31 UTC (rev 443215)
@@ -2,7 +2,7 @@
 pkgname=forge
 pkgdesc="High Performance Visualizations"
 url='https://github.com/arrayfire/forge'
-pkgver=1.0.3
+pkgver=1.0.4
 arch=('x86_64')
 pkgrel=1
 epoch=2
@@ -10,7 +10,7 @@
 makedepends=('cmake' 'doxygen' 'graphviz' 'git' 'python' 'glm' 'boost')
 depends=('glfw' 'freetype2' 'fontconfig' 'freeimage' 'glbinding')
 source=(https://github.com/arrayfire/forge/archive/v${pkgver}.tar.gz)
-sha512sums=('43f3797e09f1758f2ab79e57f460e7bbdefa2bf408ebd439fa68543054fc1cd636bd66fbbbc9c44370a13b1e3c89262362de8b413f3f2260f86a6b163db17c93')
+sha512sums=('fd48375713c8c6646a8d4fa140e8a4b631e697c5f011656a0ca4c15c8288b47bfe1826c6cfa65c8f146a7b9dcd146058502a099e9477f92481cbc62556660ccd')
 options=('!buildflags')
 
 build() {
@@ -30,7 +30,7 @@
 package() {
   cd forge-${pkgver}
 
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 .github/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 
   cd build
 


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

2019-03-23 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, March 23, 2019 @ 08:22:01
  Author: svenstaro
Revision: 443213

upgpkg: emscripten 1.38.30-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 08:15:27 UTC (rev 443212)
+++ PKGBUILD2019-03-23 08:22:01 UTC (rev 443213)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.38.28
+pkgver=1.38.30
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('x86_64')
@@ -20,9 +20,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha512sums=('73a0aa1fee861727f30d023f453742a0b1c7b5901c58f8614dcdb4b953ad8be1a15141c4d2dc00af17f38e5ab7a8751370118711a0d08e7ecbd92cfaf6cdfcc3'
-
'8a804af38df1905545bb78465d0b4290bb8925a391fb1b392e53063ddb2233d202d9fc94f0ed20774d188a234f9e9bf5e33716f9683edc4300e60250b6fe18dd'
-
'dca12340bcc3285c1aa83c3694c2a1030026ec017092f2bae7cd03df7f9fb0f2c55a58b4270ac2112ca0d5eb6a4bb7dcfc7223007d46a0a8633cb6b686d1bebf'
+sha512sums=('f6402532145f4674ab86ee6c592bfeab4541d62a7dc261e727110223fb77f2ee1a823910849682600d6d89dfd00094ab1af40c63f7a52fd784de94dbfb09dd3f'
+
'8be85091c03f510e6116e28e675402ecc8420eaba1728aa5fab92e736be9025c4cc35e7c71b5748facbce42fd2ca7dde28b9f14f9bfc168893b2529cc94fadbd'
+
'5a3c5203892b62a371b25788df385f65c65f0ca5c5410a7beea5a63214308008be45d024c2905b1a1e2f0415bfa182bc47ef096cf12130998f9ff6eb7d24408a'
 
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
 
 prepare() {


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

2019-03-23 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, March 23, 2019 @ 08:15:27
  Author: svenstaro
Revision: 443212

Fix upstream

Modified:
  csfml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 06:04:06 UTC (rev 443211)
+++ PKGBUILD2019-03-23 08:15:27 UTC (rev 443212)
@@ -2,7 +2,6 @@
 
 pkgname=csfml
 pkgver=2.5
-_commit=61f17e3
 pkgrel=2
 pkgdesc='C bindings for sfml'
 arch=('x86_64')
@@ -10,8 +9,8 @@
 license=('zlib')
 depends=("sfml")
 makedepends=('cmake' 'doxygen')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LaurentGomila/CSFML/archive/${_commit}.tar.gz;)
-sha512sums=('5eca2052e901d52eb3a0f3c796f949f63263ef6d55be441c6bd7e153427c997a0f5bb28c0096979515d327d313637dd9537bcb407204b0a583f25515115362bf')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/SFML/CSFML/archive/${pkgver}.tar.gz;)
+sha512sums=('186ed87d8b925cfd51cc4aa0ba440407d18adc875da760576b5fafdf3e8c7e01ca0f594d9950495eb3e607c65bff12341a81df24af81043dce89d25d7cc24626')
 
 build() {
   cd CSFML-*


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

2019-03-23 Thread Nicola Squartini via arch-commits
Date: Saturday, March 23, 2019 @ 06:04:06
  Author: tensor5
Revision: 443211

archrelease: copy trunk to community-x86_64

Added:
  parity-ethereum/repos/community-x86_64/PKGBUILD
(from rev 443210, parity-ethereum/trunk/PKGBUILD)
  parity-ethereum/repos/community-x86_64/parity.service
(from rev 443210, parity-ethereum/trunk/parity.service)
Deleted:
  parity-ethereum/repos/community-x86_64/PKGBUILD
  parity-ethereum/repos/community-x86_64/parity.service

+
 PKGBUILD   |   76 +++
 parity.service |   18 ++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-23 06:03:17 UTC (rev 443210)
+++ PKGBUILD2019-03-23 06:04:06 UTC (rev 443211)
@@ -1,38 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=parity-ethereum
-pkgver=2.3.7
-_commit=7d1415a253dcc678bac2c5cd3427c69de52bec45
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('x86_64')
-url='https://parity.io/'
-license=('GPL3')
-depends=('systemd-libs')
-makedepends=('cmake' 'git' 'rust' 'systemd')
-provides=('parity')
-conflicts=('parity')
-replaces=('parity')
-source=("git+https://github.com/paritytech/parity-ethereum.git#commit=${_commit};
-'parity.service')
-sha256sums=('SKIP'
-'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
-
-build() {
-cd ${pkgname}
-
-cargo build --release --features final
-cargo build --release -p evmbin
-cargo build --release -p ethstore-cli
-cargo build --release -p ethkey-cli
-cargo build --release -p whisper-cli
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin \
-target/release/{ethstore,parity,parity-evm,whisper}
-install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
-}

Copied: parity-ethereum/repos/community-x86_64/PKGBUILD (from rev 443210, 
parity-ethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-23 06:04:06 UTC (rev 443211)
@@ -0,0 +1,38 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=parity-ethereum
+pkgver=2.3.8
+_commit=a39aaacb8a657e8880c37fe2dc10e1e457b22ef8
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('systemd-libs')
+makedepends=('cmake' 'git' 'rust' 'systemd')
+provides=('parity')
+conflicts=('parity')
+replaces=('parity')
+source=("git+https://github.com/paritytech/parity-ethereum.git#commit=${_commit};
+'parity.service')
+sha256sums=('SKIP'
+'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
+
+build() {
+cd ${pkgname}
+
+cargo build --release --features final
+cargo build --release -p evmbin
+cargo build --release -p ethstore-cli
+cargo build --release -p ethkey-cli
+cargo build --release -p whisper-cli
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin \
+target/release/{ethstore,parity,parity-evm,whisper}
+install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
+install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
+}

Deleted: parity.service
===
--- parity.service  2019-03-23 06:03:17 UTC (rev 443210)
+++ parity.service  2019-03-23 06:04:06 UTC (rev 443211)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Parity Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/parity
-
-[Install]
-WantedBy=default.target

Copied: parity-ethereum/repos/community-x86_64/parity.service (from rev 443210, 
parity-ethereum/trunk/parity.service)
===
--- parity.service  (rev 0)
+++ parity.service  2019-03-23 06:04:06 UTC (rev 443211)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Parity Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/parity
+
+[Install]
+WantedBy=default.target


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

2019-03-23 Thread Nicola Squartini via arch-commits
Date: Saturday, March 23, 2019 @ 06:03:17
  Author: tensor5
Revision: 443210

upgpkg: parity-ethereum 2.3.8-1

Modified:
  parity-ethereum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-23 00:21:16 UTC (rev 443209)
+++ PKGBUILD2019-03-23 06:03:17 UTC (rev 443210)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.3.7
-_commit=7d1415a253dcc678bac2c5cd3427c69de52bec45
+pkgver=2.3.8
+_commit=a39aaacb8a657e8880c37fe2dc10e1e457b22ef8
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')