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

2018-12-05 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 07:59:05
  Author: felixonmars
Revision: 411626

archrelease: copy trunk to community-any

Added:
  dns-lexicon/repos/community-any/PKGBUILD
(from rev 411625, dns-lexicon/trunk/PKGBUILD)
Deleted:
  dns-lexicon/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 07:58:45 UTC (rev 411625)
+++ PKGBUILD2018-12-06 07:59:05 UTC (rev 411626)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=dns-lexicon
-pkgver=3.0.5
-pkgrel=1
-pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
-arch=('any')
-url="https://github.com/AnalogJ/lexicon;
-license=('MIT')
-depends=('python-future' 'python-tldextract' 'python-cryptography' 
'python-yaml' 'python-setuptools'
- # requests[security] Expanded:
- 'python-requests' 'python-pyopenssl' 'python-idna')
-optdepends=('python-softlayer: for SoftLayer support'
-'python-boto3: for Route53 support'
-'python-pynamecheap: for Namecheap support'
-'python-zeep: for Subreg support'
-'python-xmltodict: for Plesk support'
-'python-beautifulsoup4: for Henet support'
-'python-localzone: for localzone support')
-checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3' 'python-mock'
-  'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
-  'python-localzone' 'bind-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('25a1adc10499846198e241fd139445c1966160b8d5c3fd44e31f3db52e851efd769fb797616f41fed24431101f288e1b1d6d98c9a5a0a0acbae3cd9b22ff3421')
-
-build() {
-  cd lexicon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd lexicon-$pkgver
-  python setup.py pytest --addopts '--ignore tests/providers/test_transip.py'
-}
-
-package() {
-  cd lexicon-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dns-lexicon/repos/community-any/PKGBUILD (from rev 411625, 
dns-lexicon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 07:59:05 UTC (rev 411626)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+pkgname=dns-lexicon
+pkgver=3.0.6
+pkgrel=1
+pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
+arch=('any')
+url="https://github.com/AnalogJ/lexicon;
+license=('MIT')
+depends=('python-future' 'python-tldextract' 'python-cryptography' 
'python-yaml' 'python-setuptools'
+ # requests[security] Expanded:
+ 'python-requests' 'python-pyopenssl' 'python-idna')
+optdepends=('python-softlayer: for SoftLayer support'
+'python-boto3: for Route53 support'
+'python-pynamecheap: for Namecheap support'
+'python-zeep: for Subreg support'
+'python-xmltodict: for Plesk support'
+'python-beautifulsoup4: for Henet support'
+'python-localzone: for localzone support')
+checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3' 'python-mock'
+  'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
+  'python-localzone' 'bind-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
+sha512sums=('df8478e86522581dedd1b64d733aa043f6d876acfccf44683cad7296ed1971aa8c412755752ab0b6799449b1edf8e91122691c84747e395aa493900b4e6caf88')
+
+build() {
+  cd lexicon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lexicon-$pkgver
+  python setup.py pytest --addopts '--ignore tests/providers/test_transip.py'
+}
+
+package() {
+  cd lexicon-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-05 Thread Sergej Pupykin via arch-commits
Date: Thursday, December 6, 2018 @ 07:59:39
  Author: spupykin
Revision: 411628

archrelease: copy trunk to community-any

Added:
  drupal/repos/community-any/PKGBUILD
(from rev 411627, drupal/trunk/PKGBUILD)
  drupal/repos/community-any/drupal.install
(from rev 411627, drupal/trunk/drupal.install)
Deleted:
  drupal/repos/community-any/PKGBUILD
  drupal/repos/community-any/drupal.install

+
 PKGBUILD   |   94 +++
 drupal.install |   14 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 07:59:27 UTC (rev 411627)
+++ PKGBUILD2018-12-06 07:59:39 UTC (rev 411628)
@@ -1,47 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.6.3
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="http://www.drupal.org/;
-license=('GPL')
-depends=()
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('0b6d9e5a154441f04337d2217efa56c6d2666d3b9ec9713ed4f159093cdf4e5a')
-
-package() {
-  depends=('php' 'php-gd')
-
-  _instdir="$pkgdir"/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p "$pkgdir"/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p "$pkgdir"/var/lib/drupal/
-  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 411627, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 07:59:39 UTC (rev 411628)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.6.4
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="http://www.drupal.org/;
+license=('GPL')
+depends=()
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('77b438560fb4c5fe7d673897ea335dffc9a5e563f084511b0c73c099933a6ed0')
+
+package() {
+  depends=('php' 'php-gd')
+
+  _instdir="$pkgdir"/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p "$pkgdir"/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p "$pkgdir"/var/lib/drupal/
+  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2018-12-06 07:59:27 UTC (rev 411627)
+++ drupal.install  2018-12-06 07:59:39 UTC (rev 411628)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 411627, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2018-12-06 07:59:39 UTC (rev 411628)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2018-12-05 Thread Sergej Pupykin via arch-commits
Date: Thursday, December 6, 2018 @ 07:59:27
  Author: spupykin
Revision: 411627

upgpkg: drupal 8.6.4-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 07:59:05 UTC (rev 411626)
+++ PKGBUILD2018-12-06 07:59:27 UTC (rev 411627)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.6.3
+pkgver=8.6.4
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('0b6d9e5a154441f04337d2217efa56c6d2666d3b9ec9713ed4f159093cdf4e5a')
+sha256sums=('77b438560fb4c5fe7d673897ea335dffc9a5e563f084511b0c73c099933a6ed0')
 
 package() {
   depends=('php' 'php-gd')


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

2018-12-05 Thread Andreas Radke via arch-commits
Date: Thursday, December 6, 2018 @ 07:58:58
  Author: andyrtr
Revision: 341107

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 341106, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux-lts/repos/testing-x86_64/0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
(from rev 341106, 
linux-lts/trunk/0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 341106, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 341106, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 341106, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 341106, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 341106, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 341106, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch |  230 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  240 
 config  | 8506 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 8 files changed, 9126 insertions(+)

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


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

2018-12-05 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 07:58:34
  Author: felixonmars
Revision: 411624

archrelease: copy trunk to community-x86_64

Added:
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 411623, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/remove-vendor.patch
(from rev 411623, deepin-terminal/trunk/remove-vendor.patch)
Deleted:
  deepin-terminal/repos/community-x86_64/PKGBUILD
  deepin-terminal/repos/community-x86_64/remove-vendor.patch

-+
 PKGBUILD|   78 
 remove-vendor.patch |  158 +-
 2 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 07:58:15 UTC (rev 411623)
+++ PKGBUILD2018-12-06 07:58:34 UTC (rev 411624)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=3.0.11.1
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal;
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu')
-makedepends=('vala' 'cmake')
-optdepends=('deepin-manual: view the help manual'
-'zssh: for Remote Management support')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('9e2d7a87821978808cb99f3e7aff6263a0cb1a24acc8079203221e482824a45129778622e3a47f171de5a945baebf2ef82aa43fa37ada1501ef58535e14699f9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DTEST_BUILD=OFF \
--DUSE_VENDOR_LIB=OFF \
--DVERSION=$pkgver \
-../deepin-terminal-$pkgver
-  make
-}
-
-package() {
-  make -C build DESTDIR="$pkgdir" install
-  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
-}

Copied: deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 411623, 
deepin-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 07:58:34 UTC (rev 411624)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-terminal
+pkgver=3.0.12
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal;
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu')
+makedepends=('vala' 'cmake')
+optdepends=('deepin-manual: view the help manual'
+'zssh: for Remote Management support')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
+sha512sums=('013dd865a5277a85bcbf2bcae978fb08f61760791621fec594008836b90515ed235ba15e756569dd97860902df855a20cd0fbaba036c7e7546ca361e3a07a7b7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DTEST_BUILD=OFF \
+-DUSE_VENDOR_LIB=OFF \
+-DVERSION=$pkgver \
+../deepin-terminal-$pkgver
+  make
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
+}

Deleted: remove-vendor.patch
===
--- remove-vendor.patch 2018-12-06 07:58:15 UTC (rev 411623)
+++ remove-vendor.patch 2018-12-06 07:58:34 UTC (rev 411624)
@@ -1,79 +0,0 @@
-From: Yanhao Mo 
-Date: Wed, 16 May 2018 13:16:20 +0800
-Subject: use system libs
-

- CMakeLists.txt | 25 +
- 1 file changed, 5 insertions(+), 20 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9d57aca..47f83d7 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -24,6 +24,7 @@ pkg_check_modules(RSVG REQUIRED librsvg-2.0)
- pkg_check_modules(WNCK REQUIRED libwnck-3.0)
- pkg_check_modules(FONTCONFIG REQUIRED fontconfig)
- pkg_check_modules(GLIB REQUIRED glib-2.0)
-+pkg_check_modules(VTE REQUIRED vte-2.91)
- 
- OPTION(TEST_BUILD "Build with native testing" ON)
- 
-@@ -44,22 +45,6 @@ execute_process(
- )
- endif()
- 
--ExternalProject_Add(Vte-0.29
--  SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/vte-0.50.1
--  CONFIGURE_COMMAND ./configure --enable-static
--  BUILD_COMMAND make
--  INSTALL_COMMAND ""
--  BUILD_IN_SOURCE 1
--  )
--
--ExternalProject_Add(zssh-1.5c
--  SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/zssh-1.5c
--  CONFIGURE_COMMAND ./configure
--  BUILD_COMMAND make
--  INSTALL_COMMAND ""
--  BUILD_IN_SOURCE 1
--  )
--
- set(CFLAGS
-   ${GIO_CFLAGS}
-   ${GTK3_CFLAGS} ${GTK3_CFLAGS_OTHER}
-@@ -79,7 +64,7 @@ 

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

2018-12-05 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 07:58:15
  Author: felixonmars
Revision: 411623

upgpkg: deepin-terminal 3.0.12-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 07:54:57 UTC (rev 411622)
+++ PKGBUILD2018-12-06 07:58:15 UTC (rev 411623)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-terminal
-pkgver=3.0.11.1
+pkgver=3.0.12
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'zssh: for Remote Management support')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('9e2d7a87821978808cb99f3e7aff6263a0cb1a24acc8079203221e482824a45129778622e3a47f171de5a945baebf2ef82aa43fa37ada1501ef58535e14699f9')
+sha512sums=('013dd865a5277a85bcbf2bcae978fb08f61760791621fec594008836b90515ed235ba15e756569dd97860902df855a20cd0fbaba036c7e7546ca361e3a07a7b7')
 
 prepare() {
   mkdir -p build


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

2018-12-05 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 07:58:45
  Author: felixonmars
Revision: 411625

upgpkg: dns-lexicon 3.0.6-1

Modified:
  dns-lexicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 07:58:34 UTC (rev 411624)
+++ PKGBUILD2018-12-06 07:58:45 UTC (rev 411625)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=dns-lexicon
-pkgver=3.0.5
+pkgver=3.0.6
 pkgrel=1
 pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
 arch=('any')
@@ -21,7 +21,7 @@
   'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
   'python-localzone' 'bind-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('25a1adc10499846198e241fd139445c1966160b8d5c3fd44e31f3db52e851efd769fb797616f41fed24431101f288e1b1d6d98c9a5a0a0acbae3cd9b22ff3421')
+sha512sums=('df8478e86522581dedd1b64d733aa043f6d876acfccf44683cad7296ed1971aa8c412755752ab0b6799449b1edf8e91122691c84747e395aa493900b4e6caf88')
 
 build() {
   cd lexicon-$pkgver


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

2018-12-05 Thread Andreas Radke via arch-commits
Date: Thursday, December 6, 2018 @ 07:58:35
  Author: andyrtr
Revision: 341106

upgpkg: linux-lts 4.14.86-1

upstream update 4.14.86

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 07:36:20 UTC (rev 341105)
+++ PKGBUILD2018-12-06 07:58:35 UTC (rev 341106)
@@ -3,7 +3,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.14
-pkgver=4.14.85
+pkgver=4.14.86
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/;
@@ -24,7 +24,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
 'SKIP'
-'e36a15ef2bc7e500fecfd889a222f03092c3ef013672286534eb3ba377eecd03'
+'40346f336b20029019628ddcee3d2fe22de9f0658370349a7880705124ad5cb1'
 'c645053c4525a1a70d5c10b52257ac136da7e9059b6a4a566a857a3d42046426'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'


[arch-commits] Commit in deepin-image-viewer/repos/community-x86_64 (2 files)

2018-12-05 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 07:54:57
  Author: felixonmars
Revision: 411622

archrelease: copy trunk to community-x86_64

Added:
  deepin-image-viewer/repos/community-x86_64/PKGBUILD
(from rev 411621, deepin-image-viewer/trunk/PKGBUILD)
Deleted:
  deepin-image-viewer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 07:54:39 UTC (rev 411621)
+++ PKGBUILD2018-12-06 07:54:57 UTC (rev 411622)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-viewer
-pkgver=1.3.3
-pkgrel=1
-pkgdesc='Deepin Image Viewer'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer;
-license=('GPL3')
-depends=('deepin-qt5integration' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer')
-makedepends=('qt5-tools')
-optdepends=('deepin-manual: view the help manual')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
-sha512sums=('787c19e713172303acbf2c5ba299edfe27d4c4701adf594bdceed4a91ce3249c23be4889271843d1919ee1b7d316ae396d3dccffc00015e708349313709340b2')
-
-build() {
-  cd deepin-image-viewer-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd deepin-image-viewer-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-image-viewer/repos/community-x86_64/PKGBUILD (from rev 411621, 
deepin-image-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 07:54:57 UTC (rev 411622)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-image-viewer
+pkgver=1.3.5
+pkgrel=1
+pkgdesc='Deepin Image Viewer'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-image-viewer;
+license=('GPL3')
+depends=('deepin-qt5integration' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer')
+makedepends=('qt5-tools')
+optdepends=('deepin-manual: view the help manual')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
+sha512sums=('c281b5de856ba460bfd385533e95e257e53efc3834dc95a22812a4276539d6a6d7ef9f79ca3824dc3e1ef036f10f626f873c89c8f80f213712fa740066485469')
+
+build() {
+  cd deepin-image-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd deepin-image-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-12-05 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 07:54:39
  Author: felixonmars
Revision: 411621

upgpkg: deepin-image-viewer 1.3.5-1

Modified:
  deepin-image-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 07:54:09 UTC (rev 411620)
+++ PKGBUILD2018-12-06 07:54:39 UTC (rev 411621)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-image-viewer
-pkgver=1.3.3
+pkgver=1.3.5
 pkgrel=1
 pkgdesc='Deepin Image Viewer'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 optdepends=('deepin-manual: view the help manual')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
-sha512sums=('787c19e713172303acbf2c5ba299edfe27d4c4701adf594bdceed4a91ce3249c23be4889271843d1919ee1b7d316ae396d3dccffc00015e708349313709340b2')
+sha512sums=('c281b5de856ba460bfd385533e95e257e53efc3834dc95a22812a4276539d6a6d7ef9f79ca3824dc3e1ef036f10f626f873c89c8f80f213712fa740066485469')
 
 build() {
   cd deepin-image-viewer-$pkgver


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

2018-12-05 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 07:54:09
  Author: felixonmars
Revision: 411620

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 07:53:51 UTC (rev 411619)
+++ PKGBUILD2018-12-06 07:54:09 UTC (rev 411620)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgbase=python-acme
-pkgname=('python-acme' 'python2-acme')
-pkgver=0.28.0
-pkgrel=1
-pkgdesc="ACME protocol implementation in Python"
-arch=('any')
-license=('Apache')
-url="https://github.com/certbot/certbot;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyopenssl' 
'python2-pyopenssl'
- 'python-pyrfc3339' 'python2-pyrfc3339' 'python-pytz' 
'python2-pytz' 'python-requests'
- 'python2-requests' 'python-six' 'python2-six' 'python-josepy' 
'python2-josepy'
- 'python-mock' 'python2-mock' 'python-requests-toolbelt' 
'python2-requests-toolbelt')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('13374bbad0a421e94ba0c2abf810498c4624bdd32639c44f686aec430da9e90d9af15e82b0b496cd68e5e77992598a0c7c242d8f9e83b57110d99a2b761b9012')
-
-prepare() {
-  cp -a acme-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/acme-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/acme-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/acme-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/acme-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-acme() {
-  depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 
'python-pytz' 'python-requests'
-   'python-six' 'python-josepy' 'python-mock' 
'python-requests-toolbelt')
-
-  cd acme-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-acme() {
-  depends=('python2-setuptools' 'python2-pyopenssl' 'python2-pyrfc3339' 
'python2-pytz'
-   'python2-requests' 'python2-six' 'python2-josepy' 'python2-mock'
-   'python2-requests-toolbelt')
-
-  cd acme-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-acme/repos/community-any/PKGBUILD (from rev 411619, 
python-acme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 07:54:09 UTC (rev 411620)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.29.0
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/certbot/certbot;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-pyrfc3339' 'python2-pyrfc3339' 'python-pytz' 
'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-josepy' 
'python2-josepy'
+ 'python-mock' 'python2-mock' 'python-requests-toolbelt' 
'python2-requests-toolbelt')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
+sha512sums=('fbc8549e5a332094e08b72d18501c056fd8f770166003cc708a2eba0de4f23d38d3d4bc1fdcb46376bad6ad407718c839387d099a666700a72f181ce9c5974f9')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 
'python-pytz' 'python-requests'
+   'python-six' 'python-josepy' 'python-mock' 
'python-requests-toolbelt')
+
+  cd acme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyopenssl' 'python2-pyrfc3339' 
'python2-pytz'
+   'python2-requests' 'python2-six' 'python2-josepy' 'python2-mock'
+   'python2-requests-toolbelt')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-12-05 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 07:53:51
  Author: felixonmars
Revision: 411619

upgpkg: python-acme 0.29.0-1

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 07:52:42 UTC (rev 411618)
+++ PKGBUILD2018-12-06 07:53:51 UTC (rev 411619)
@@ -3,7 +3,7 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.28.0
+pkgver=0.29.0
 pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
@@ -15,7 +15,7 @@
  'python-mock' 'python2-mock' 'python-requests-toolbelt' 
'python2-requests-toolbelt')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('13374bbad0a421e94ba0c2abf810498c4624bdd32639c44f686aec430da9e90d9af15e82b0b496cd68e5e77992598a0c7c242d8f9e83b57110d99a2b761b9012')
+sha512sums=('fbc8549e5a332094e08b72d18501c056fd8f770166003cc708a2eba0de4f23d38d3d4bc1fdcb46376bad6ad407718c839387d099a666700a72f181ce9c5974f9')
 
 prepare() {
   cp -a acme-$pkgver{,-py2}


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

2018-12-05 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 07:52:24
  Author: felixonmars
Revision: 411617

upgpkg: git-annex 7.20181205-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 05:24:18 UTC (rev 411616)
+++ PKGBUILD2018-12-06 07:52:24 UTC (rev 411617)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=7.20181121
-pkgrel=8
+pkgver=7.20181205
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-12-05 Thread Felix Yan via arch-commits
Date: Thursday, December 6, 2018 @ 07:52:42
  Author: felixonmars
Revision: 411618

archrelease: copy trunk to community-x86_64

Added:
  git-annex/repos/community-x86_64/PKGBUILD
(from rev 411617, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-x86_64/ghc-8.4.patch
(from rev 411617, git-annex/trunk/ghc-8.4.patch)
Deleted:
  git-annex/repos/community-x86_64/PKGBUILD
  git-annex/repos/community-x86_64/ghc-8.4.patch

---+
 PKGBUILD  |  112 -
 ghc-8.4.patch |  242 
 2 files changed, 177 insertions(+), 177 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 07:52:24 UTC (rev 411617)
+++ PKGBUILD2018-12-06 07:52:42 UTC (rev 411618)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=7.20181121
-pkgrel=8
-pkgdesc="Manage files with git, without checking their contents into git"
-url="http://git-annex.branchable.com/;
-license=("AGPL3")
-arch=('x86_64')
-depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
- 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
- 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
- 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
- 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
- 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-hinotify'
- 'haskell-hslogger' 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-http-conduit'
- 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
- 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
- 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
- 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
- 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
- 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
- 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
- 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 
'haskell-tasty'
- 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
- 'haskell-unix-compat' 'haskell-unordered-containers' 
'haskell-utf8-string' 'haskell-uuid'
- 'haskell-vector' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 
'haskell-warp-tls'
- 'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 
'haskell-yesod-static')
-makedepends=('chrpath' 'ghc')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cd git-annex
-  sed -i '1i{-# language NoMonadFailDesugaring #-}' Remote/Glacier.hs 
Remote/Ddar.hs Remote/Helper/Ssh.hs Remote/Bup.hs Annex/YoutubeDl.hs 
Remote/Git.hs Assistant/TransferQueue.hs Assistant/Threads/RemoteControl.hs 
Test.hs
-}
-
-build() {
-  cd git-annex
-
-  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
---docdir="/usr/share/doc/$pkgname" \
--ftorrentparser -fproduction -fpairing -fwebapp \
--fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
-  runhaskell Setup build
-}
-
-package() {
-  cd git-annex
-  runhaskell Setup copy --destdir="$pkgdir"
-  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
-
-  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-x86_64/PKGBUILD (from rev 411617, 
git-annex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 07:52:42 UTC (rev 411618)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20181205
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-hinotify'
+ 

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

2018-12-05 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 6, 2018 @ 05:24:18
  Author: svenstaro
Revision: 411616

archrelease: copy trunk to community-x86_64

Added:
  python-pytorch/repos/community-x86_64/12116.patch
(from rev 411615, python-pytorch/trunk/12116.patch)
  python-pytorch/repos/community-x86_64/PKGBUILD
(from rev 411615, python-pytorch/trunk/PKGBUILD)
  python-pytorch/repos/community-x86_64/opencv4.patch
(from rev 411615, python-pytorch/trunk/opencv4.patch)
Deleted:
  python-pytorch/repos/community-x86_64/12116.patch
  python-pytorch/repos/community-x86_64/PKGBUILD
  python-pytorch/repos/community-x86_64/opencv4.patch

---+
 12116.patch   |  140 
 PKGBUILD  |  315 +++-
 opencv4.patch |  144 -
 3 files changed, 299 insertions(+), 300 deletions(-)

Deleted: 12116.patch
===
--- 12116.patch 2018-12-06 05:23:46 UTC (rev 411615)
+++ 12116.patch 2018-12-06 05:24:18 UTC (rev 411616)
@@ -1,70 +0,0 @@
-From cea0d3269daf34fa32b55237d393de7c47928f65 Mon Sep 17 00:00:00 2001
-From: Xiaodong Wang 
-Date: Wed, 26 Sep 2018 13:44:53 -0700
-Subject: [PATCH] Caffe 2 adoption
-
-Summary:
-Adapt Caffe 2 to platform007 (gcc 8):
-* gcc 8 + nvcc template symbol lookup (D9319742):
-context_.template CopySameDevice ==> this->context_.template 
CopySameDevice
-* New gcc 8 warning (error):
-  * -Werror=sizeof-pointer-div
-  * Unnecessary parenthesis
-
-Differential Revision: D10045844
-
-fbshipit-source-id: 0b0569401fac69f83b8c2be758eea7c8fa18a019

- aten/src/THC/generic/THCTensor.cpp | 2 +-
- caffe2/operators/rnn/recurrent_op_cudnn.cc | 8 
- 2 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/aten/src/THC/generic/THCTensor.cpp 
b/aten/src/THC/generic/THCTensor.cpp
-index a7779047863..673870288e8 100644
 a/aten/src/THC/generic/THCTensor.cpp
-+++ b/aten/src/THC/generic/THCTensor.cpp
-@@ -596,7 +596,7 @@ int THCTensor_(checkGPU)(THCState *state, unsigned int 
nTensors, ...)
- {
-   int curDev = -1;
-   THCudaCheck(cudaGetDevice());
--  va_list(args);
-+  va_list args;
-   va_start(args, nTensors);
-   int valid = 1;
-   for (unsigned int i = 0; i < nTensors; i++) {
-diff --git a/caffe2/operators/rnn/recurrent_op_cudnn.cc 
b/caffe2/operators/rnn/recurrent_op_cudnn.cc
-index 4b349655843..fa37874bd3e 100644
 a/caffe2/operators/rnn/recurrent_op_cudnn.cc
-+++ b/caffe2/operators/rnn/recurrent_op_cudnn.cc
-@@ -458,13 +458,13 @@ bool RecurrentParamAccessOp::RunOnDevice() {
- if (mode == SET_PARAM) {
-   CAFFE_ENFORCE_EQ(
-   biasDims[0] * biasDims[1] * biasDims[2], Input(2).size());
--  context_.template CopySameDevice(
-+  this->context_.template CopySameDevice(
-   biasDims[0] * biasDims[1] * biasDims[2],
-   Input(2).template data(),
-   static_cast(bias));
- } else {
-   Output(0)->Resize(biasDims);
--  context_.template CopySameDevice(
-+  this->context_.template CopySameDevice(
-   biasDims[0] * biasDims[1] * biasDims[2],
-   static_cast(bias),
-   Output(0)->template mutable_data());
-@@ -495,13 +495,13 @@ bool RecurrentParamAccessOp::RunOnDevice() {
- CAFFE_ENFORCE_EQ(numDims, 3);
- if (mode == SET_PARAM) {
-   CAFFE_ENFORCE_EQ(matDims[0] * matDims[1] * matDims[2], Input(2).size());
--  context_.template CopySameDevice(
-+  this->context_.template CopySameDevice(
-   matDims[0] * matDims[1] * matDims[2],
-   Input(2).template data(),
-   static_cast(pmatrix));
- } else {
-   Output(0)->Resize(matDims);
--  context_.template CopySameDevice(
-+  this->context_.template CopySameDevice(
-   matDims[0] * matDims[1] * matDims[2],
-   static_cast(pmatrix),
-   Output(0)->template mutable_data());

Copied: python-pytorch/repos/community-x86_64/12116.patch (from rev 411615, 
python-pytorch/trunk/12116.patch)
===
--- 12116.patch (rev 0)
+++ 12116.patch 2018-12-06 05:24:18 UTC (rev 411616)
@@ -0,0 +1,70 @@
+From cea0d3269daf34fa32b55237d393de7c47928f65 Mon Sep 17 00:00:00 2001
+From: Xiaodong Wang 
+Date: Wed, 26 Sep 2018 13:44:53 -0700
+Subject: [PATCH] Caffe 2 adoption
+
+Summary:
+Adapt Caffe 2 to platform007 (gcc 8):
+* gcc 8 + nvcc template symbol lookup (D9319742):
+context_.template CopySameDevice ==> this->context_.template 
CopySameDevice
+* New gcc 8 warning (error):
+  * -Werror=sizeof-pointer-div
+  * Unnecessary parenthesis
+
+Differential Revision: D10045844
+
+fbshipit-source-id: 0b0569401fac69f83b8c2be758eea7c8fa18a019
+---
+ aten/src/THC/generic/THCTensor.cpp | 2 +-
+ caffe2/operators/rnn/recurrent_op_cudnn.cc | 8 
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/aten/src/THC/generic/THCTensor.cpp 

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

2018-12-05 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 6, 2018 @ 05:23:46
  Author: svenstaro
Revision: 411615

upgpkg: python-pytorch 1.0rc1-6

Rebuild for new cudnn

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 03:32:34 UTC (rev 411614)
+++ PKGBUILD2018-12-06 05:23:46 UTC (rev 411615)
@@ -5,7 +5,7 @@
 pkgname=("python-pytorch" "python-pytorch-cuda")
 _pkgname="pytorch"
 pkgver=1.0rc1
-pkgrel=5
+pkgrel=6
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="https://pytorch.org;
@@ -40,8 +40,7 @@
 "git+https://github.com/shibatch/sleef;
 "git+https://github.com/intel/ideep;
 12116.patch
-opencv4.patch
-)
+opencv4.patch)
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'


[arch-commits] Commit in filesystem/repos (24 files)

2018-12-05 Thread Sébastien Luttringer via arch-commits
Date: Thursday, December 6, 2018 @ 03:51:05
  Author: seblu
Revision: 341104

archrelease: copy trunk to testing-x86_64

Added:
  filesystem/repos/testing-x86_64/
  filesystem/repos/testing-x86_64/PKGBUILD
(from rev 341103, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-x86_64/crypttab
(from rev 341103, filesystem/trunk/crypttab)
  filesystem/repos/testing-x86_64/env-generator
(from rev 341103, filesystem/trunk/env-generator)
  filesystem/repos/testing-x86_64/fstab
(from rev 341103, filesystem/trunk/fstab)
  filesystem/repos/testing-x86_64/group
(from rev 341103, filesystem/trunk/group)
  filesystem/repos/testing-x86_64/gshadow
(from rev 341103, filesystem/trunk/gshadow)
  filesystem/repos/testing-x86_64/host.conf
(from rev 341103, filesystem/trunk/host.conf)
  filesystem/repos/testing-x86_64/hosts
(from rev 341103, filesystem/trunk/hosts)
  filesystem/repos/testing-x86_64/issue
(from rev 341103, filesystem/trunk/issue)
  filesystem/repos/testing-x86_64/ld.so.conf
(from rev 341103, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-x86_64/locale.sh
(from rev 341103, filesystem/trunk/locale.sh)
  filesystem/repos/testing-x86_64/motd
(from rev 341103, filesystem/trunk/motd)
  filesystem/repos/testing-x86_64/nsswitch.conf
(from rev 341103, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-x86_64/os-release
(from rev 341103, filesystem/trunk/os-release)
  filesystem/repos/testing-x86_64/passwd
(from rev 341103, filesystem/trunk/passwd)
  filesystem/repos/testing-x86_64/profile
(from rev 341103, filesystem/trunk/profile)
  filesystem/repos/testing-x86_64/resolv.conf
(from rev 341103, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-x86_64/securetty
(from rev 341103, filesystem/trunk/securetty)
  filesystem/repos/testing-x86_64/shadow
(from rev 341103, filesystem/trunk/shadow)
  filesystem/repos/testing-x86_64/shells
(from rev 341103, filesystem/trunk/shells)
  filesystem/repos/testing-x86_64/sysctl
(from rev 341103, filesystem/trunk/sysctl)
  filesystem/repos/testing-x86_64/sysusers
(from rev 341103, filesystem/trunk/sysusers)
  filesystem/repos/testing-x86_64/tmpfiles
(from rev 341103, filesystem/trunk/tmpfiles)

---+
 PKGBUILD  |  126 
 crypttab  |   12 +
 env-generator |3 +
 fstab |4 +
 group |1 
 gshadow   |1 
 host.conf |4 +
 hosts |2 
 issue |2 
 ld.so.conf|4 +
 locale.sh |   22 +
 nsswitch.conf |   18 
 os-release|7 +++
 passwd|1 
 profile   |   40 +
 resolv.conf   |2 
 securetty |   12 +
 shadow|1 
 shells|5 ++
 sysctl|3 +
 sysusers  |   28 
 tmpfiles  |   17 +++
 22 files changed, 315 insertions(+)

Copied: filesystem/repos/testing-x86_64/PKGBUILD (from rev 341103, 
filesystem/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-06 03:51:05 UTC (rev 341104)
@@ -0,0 +1,126 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Tom Gundersen 
+
+pkgname=filesystem
+pkgver=2018.12
+pkgrel=1
+pkgdesc='Base Arch Linux files'
+arch=('x86_64')
+license=('GPL')
+url='https://www.archlinux.org'
+groups=('base')
+depends=('iana-etc')
+backup=('etc/crypttab' 'etc/fstab' 'etc/group' 'etc/gshadow' 'etc/host.conf'
+'etc/hosts' 'etc/issue' 'etc/ld.so.conf' 'etc/motd' 'etc/nsswitch.conf'
+'etc/passwd' 'etc/profile' 'etc/resolv.conf' 'etc/securetty'
+'etc/shadow' 'etc/shells')
+source=('crypttab' 'env-generator' 'fstab' 'group' 'gshadow' 'host.conf' 
'hosts'
+'issue' 'ld.so.conf' 'locale.sh' 'motd' 'nsswitch.conf' 'os-release'
+'passwd' 'profile' 'resolv.conf' 'securetty' 'shadow' 'shells' 'sysctl'
+'sysusers' 'tmpfiles')
+md5sums=('5fa6674df7645d7f5895f2d12b4ef4e9'
+ '2b0344e9639f35f3c0d5637a23556089'
+ 'e33f6dfdd61978fcb3ddf1431286e05a'
+ '7fed1e1fb855e41a6d64d41f8521d69a'
+ '1c1e3b08acfa286f4b417c49de3e4366'
+ '7d119a9cce152aa182fb3392ddeecea7'
+ 'a1315ea3e2b64d197b6efaf9c14ff778'
+ '7813c481156f6b280a3ba91fc6236368'
+ '5deb9f890a4d08a245e9752ede77271e'
+ '580cf8b59eebfaac4fad373ffadc9912'
+ 'd41d8cd98f00b204e9800998ecf8427e'
+ '981ee4d7e506a9d6d9ed2d872e16004b'
+ '7a757558b8040f25eff32ec3b01e7b1f'
+ '5182ac38a0de85da8ade93ef71975ca4'
+ '2c79e1762978235e7b4a9ef595f6c029'
+ '0ee015fad07732676d9488ae498eed41'
+ 'f04bcb2803afc4dcb95670fe87343b4d'
+ 'f64466dd77c7bec37a8b47681468211a'
+ 'a78cd8d7f8240a8448edee82f503c34e'
+ 'a51847c012555c843dbdf8df0da171d3'
+ 

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

2018-12-05 Thread Sébastien Luttringer via arch-commits
Date: Thursday, December 6, 2018 @ 03:50:40
  Author: seblu
Revision: 341103

no staging

Deleted:
  filesystem/repos/staging-x86_64/


[arch-commits] Commit in filesystem/repos (24 files)

2018-12-05 Thread Sébastien Luttringer via arch-commits
Date: Thursday, December 6, 2018 @ 03:49:50
  Author: seblu
Revision: 341102

archrelease: copy trunk to staging-x86_64

Added:
  filesystem/repos/staging-x86_64/
  filesystem/repos/staging-x86_64/PKGBUILD
(from rev 341101, filesystem/trunk/PKGBUILD)
  filesystem/repos/staging-x86_64/crypttab
(from rev 341101, filesystem/trunk/crypttab)
  filesystem/repos/staging-x86_64/env-generator
(from rev 341101, filesystem/trunk/env-generator)
  filesystem/repos/staging-x86_64/fstab
(from rev 341101, filesystem/trunk/fstab)
  filesystem/repos/staging-x86_64/group
(from rev 341101, filesystem/trunk/group)
  filesystem/repos/staging-x86_64/gshadow
(from rev 341101, filesystem/trunk/gshadow)
  filesystem/repos/staging-x86_64/host.conf
(from rev 341101, filesystem/trunk/host.conf)
  filesystem/repos/staging-x86_64/hosts
(from rev 341101, filesystem/trunk/hosts)
  filesystem/repos/staging-x86_64/issue
(from rev 341101, filesystem/trunk/issue)
  filesystem/repos/staging-x86_64/ld.so.conf
(from rev 341101, filesystem/trunk/ld.so.conf)
  filesystem/repos/staging-x86_64/locale.sh
(from rev 341101, filesystem/trunk/locale.sh)
  filesystem/repos/staging-x86_64/motd
(from rev 341101, filesystem/trunk/motd)
  filesystem/repos/staging-x86_64/nsswitch.conf
(from rev 341101, filesystem/trunk/nsswitch.conf)
  filesystem/repos/staging-x86_64/os-release
(from rev 341101, filesystem/trunk/os-release)
  filesystem/repos/staging-x86_64/passwd
(from rev 341101, filesystem/trunk/passwd)
  filesystem/repos/staging-x86_64/profile
(from rev 341101, filesystem/trunk/profile)
  filesystem/repos/staging-x86_64/resolv.conf
(from rev 341101, filesystem/trunk/resolv.conf)
  filesystem/repos/staging-x86_64/securetty
(from rev 341101, filesystem/trunk/securetty)
  filesystem/repos/staging-x86_64/shadow
(from rev 341101, filesystem/trunk/shadow)
  filesystem/repos/staging-x86_64/shells
(from rev 341101, filesystem/trunk/shells)
  filesystem/repos/staging-x86_64/sysctl
(from rev 341101, filesystem/trunk/sysctl)
  filesystem/repos/staging-x86_64/sysusers
(from rev 341101, filesystem/trunk/sysusers)
  filesystem/repos/staging-x86_64/tmpfiles
(from rev 341101, filesystem/trunk/tmpfiles)

---+
 PKGBUILD  |  126 
 crypttab  |   12 +
 env-generator |3 +
 fstab |4 +
 group |1 
 gshadow   |1 
 host.conf |4 +
 hosts |2 
 issue |2 
 ld.so.conf|4 +
 locale.sh |   22 +
 nsswitch.conf |   18 
 os-release|7 +++
 passwd|1 
 profile   |   40 +
 resolv.conf   |2 
 securetty |   12 +
 shadow|1 
 shells|5 ++
 sysctl|3 +
 sysusers  |   28 
 tmpfiles  |   17 +++
 22 files changed, 315 insertions(+)

Copied: filesystem/repos/staging-x86_64/PKGBUILD (from rev 341101, 
filesystem/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-06 03:49:50 UTC (rev 341102)
@@ -0,0 +1,126 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Tom Gundersen 
+
+pkgname=filesystem
+pkgver=2018.12
+pkgrel=1
+pkgdesc='Base Arch Linux files'
+arch=('x86_64')
+license=('GPL')
+url='https://www.archlinux.org'
+groups=('base')
+depends=('iana-etc')
+backup=('etc/crypttab' 'etc/fstab' 'etc/group' 'etc/gshadow' 'etc/host.conf'
+'etc/hosts' 'etc/issue' 'etc/ld.so.conf' 'etc/motd' 'etc/nsswitch.conf'
+'etc/passwd' 'etc/profile' 'etc/resolv.conf' 'etc/securetty'
+'etc/shadow' 'etc/shells')
+source=('crypttab' 'env-generator' 'fstab' 'group' 'gshadow' 'host.conf' 
'hosts'
+'issue' 'ld.so.conf' 'locale.sh' 'motd' 'nsswitch.conf' 'os-release'
+'passwd' 'profile' 'resolv.conf' 'securetty' 'shadow' 'shells' 'sysctl'
+'sysusers' 'tmpfiles')
+md5sums=('5fa6674df7645d7f5895f2d12b4ef4e9'
+ '2b0344e9639f35f3c0d5637a23556089'
+ 'e33f6dfdd61978fcb3ddf1431286e05a'
+ '7fed1e1fb855e41a6d64d41f8521d69a'
+ '1c1e3b08acfa286f4b417c49de3e4366'
+ '7d119a9cce152aa182fb3392ddeecea7'
+ 'a1315ea3e2b64d197b6efaf9c14ff778'
+ '7813c481156f6b280a3ba91fc6236368'
+ '5deb9f890a4d08a245e9752ede77271e'
+ '580cf8b59eebfaac4fad373ffadc9912'
+ 'd41d8cd98f00b204e9800998ecf8427e'
+ '981ee4d7e506a9d6d9ed2d872e16004b'
+ '7a757558b8040f25eff32ec3b01e7b1f'
+ '5182ac38a0de85da8ade93ef71975ca4'
+ '2c79e1762978235e7b4a9ef595f6c029'
+ '0ee015fad07732676d9488ae498eed41'
+ 'f04bcb2803afc4dcb95670fe87343b4d'
+ 'f64466dd77c7bec37a8b47681468211a'
+ 'a78cd8d7f8240a8448edee82f503c34e'
+ 'a51847c012555c843dbdf8df0da171d3'
+ 

[arch-commits] Commit in filesystem/trunk (PKGBUILD os-release)

2018-12-05 Thread Sébastien Luttringer via arch-commits
Date: Thursday, December 6, 2018 @ 03:49:29
  Author: seblu
Revision: 341101

upgpkg: filesystem 2018.12-1

- fix FS#60917
- fid FS#58499

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/os-release

+
 PKGBUILD   |6 +++---
 os-release |3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 03:30:57 UTC (rev 341100)
+++ PKGBUILD2018-12-06 03:49:29 UTC (rev 341101)
@@ -2,7 +2,7 @@
 # Contributor: Tom Gundersen 
 
 pkgname=filesystem
-pkgver=2018.8
+pkgver=2018.12
 pkgrel=1
 pkgdesc='Base Arch Linux files'
 arch=('x86_64')
@@ -30,7 +30,7 @@
  '580cf8b59eebfaac4fad373ffadc9912'
  'd41d8cd98f00b204e9800998ecf8427e'
  '981ee4d7e506a9d6d9ed2d872e16004b'
- '0a0fbb8e64faabb40023bd180d7190a1'
+ '7a757558b8040f25eff32ec3b01e7b1f'
  '5182ac38a0de85da8ade93ef71975ca4'
  '2c79e1762978235e7b4a9ef595f6c029'
  '0ee015fad07732676d9488ae498eed41'
@@ -69,7 +69,7 @@
 install -m600 "$srcdir"/$f usr/share/factory/etc/
   done
   touch etc/arch-release
-  install -m755 "$srcdir"/locale.sh etc/profile.d/locale.sh
+  install -m644 "$srcdir"/locale.sh etc/profile.d/locale.sh
   install -Dm644 "$srcdir"/os-release usr/lib/os-release
 
   # setup /var

Modified: os-release
===
--- os-release  2018-12-06 03:30:57 UTC (rev 341100)
+++ os-release  2018-12-06 03:49:29 UTC (rev 341101)
@@ -1,7 +1,6 @@
 NAME="Arch Linux"
 PRETTY_NAME="Arch Linux"
-ID=arch
-ID_LIKE=archlinux
+ID=archlinux
 ANSI_COLOR="0;36"
 HOME_URL="https://www.archlinux.org/;
 SUPPORT_URL="https://bbs.archlinux.org/;


[arch-commits] Commit in sslh/repos/community-x86_64 (14 files)

2018-12-05 Thread Sébastien Luttringer via arch-commits
Date: Thursday, December 6, 2018 @ 03:32:34
  Author: seblu
Revision: 411614

archrelease: copy trunk to community-x86_64

Added:
  sslh/repos/community-x86_64/PKGBUILD
(from rev 411613, sslh/trunk/PKGBUILD)
  sslh/repos/community-x86_64/sslh-fork.service
(from rev 411613, sslh/trunk/sslh-fork.service)
  sslh/repos/community-x86_64/sslh-select.service
(from rev 411613, sslh/trunk/sslh-select.service)
  sslh/repos/community-x86_64/sslh.cfg
(from rev 411613, sslh/trunk/sslh.cfg)
  sslh/repos/community-x86_64/sslh.install
(from rev 411613, sslh/trunk/sslh.install)
  sslh/repos/community-x86_64/sslh.service
(from rev 411613, sslh/trunk/sslh.service)
  sslh/repos/community-x86_64/sslh.sysusers
(from rev 411613, sslh/trunk/sslh.sysusers)
Deleted:
  sslh/repos/community-x86_64/PKGBUILD
  sslh/repos/community-x86_64/sslh-fork.service
  sslh/repos/community-x86_64/sslh-select.service
  sslh/repos/community-x86_64/sslh.cfg
  sslh/repos/community-x86_64/sslh.install
  sslh/repos/community-x86_64/sslh.service
  sslh/repos/community-x86_64/sslh.sysusers

-+
 PKGBUILD|  113 --
 sslh-fork.service   |   54 +++
 sslh-select.service |   54 +++
 sslh.cfg|   42 +-
 sslh.install|   54 +++
 sslh.service|   50 +++---
 sslh.sysusers   |2 
 7 files changed, 184 insertions(+), 185 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 03:32:23 UTC (rev 411613)
+++ PKGBUILD2018-12-06 03:32:34 UTC (rev 411614)
@@ -1,57 +0,0 @@
-# $Id: PKGBUILD 171217 2016-04-16 22:11:23Z seblu $
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Le_suisse 
-# Contributor: Jason Rodriguez 
-
-pkgname=sslh
-pkgver=1.19c
-pkgrel=1
-pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
-arch=('x86_64')
-url='https://www.rutschle.net/tech/sslh/README.html'
-license=('GPL2')
-makedepends=('systemd')
-depends=('glibc' 'libcap' 'libconfig' 'pcre' 'libsystemd')
-backup=('etc/sslh.cfg')
-install=$pkgname.install
-source=("https://www.rutschle.net/tech/sslh/$pkgname-v$pkgver.tar.gz"{,.asc}
-'sslh.cfg'
-'sslh.service'
-'sslh-select.service'
-'sslh-fork.service')
-validpgpkeys=('CDDDBADBEA4B72748E007D326C056F7AC7934136') # Yves Rutschle 

-md5sums=('a9bfd58cd3a51b8e1fa5277404c7041a'
- 'SKIP'
- '67a119213538aabf5d70a756ae7a99d0'
- 'ecbb46c46874d7b620202926d36b8478'
- '2b98633ee61bc5a809a4f75479628b2f'
- 'ca5ec0adf9149f1db4e09af659391659')
-
-build() {
-  cd $pkgname-v$pkgver
-  make VERSION=\"v$pkgver\" USELIBCAP=1 USESYSTEMD=1 all systemd-sslh-generator
-}
-
-package() {
-  # default arch config
-  install -Dm 644 sslh.cfg "$pkgdir/etc/sslh.cfg"
-  # manually install to have both ssl-fork and ssl-select
-  cd $pkgname-v$pkgver
-  install -Dm 755 sslh-fork "$pkgdir/usr/bin/sslh-fork"
-  install -Dm 755 sslh-select "$pkgdir/usr/bin/sslh-select"
-  ln -s sslh-fork "$pkgdir/usr/bin/sslh"
-  # install manpage
-  install -Dm 644 sslh.8.gz "$pkgdir/usr/share/man/man8/sslh.8.gz"
-  ln -s sslh.8.gz "$pkgdir/usr/share/man/man8/sslh-fork.8.gz"
-  ln -s sslh.8.gz "$pkgdir/usr/share/man/man8/sslh-select.8.gz"
-  # install examples files
-  install -Dm 644 basic.cfg "$pkgdir/usr/share/doc/$pkgname/basic.cfg"
-  install -Dm 644 example.cfg "$pkgdir/usr/share/doc/$pkgname/example.cfg"
-  # systemd
-  install -dm 755 "$pkgdir"/usr/lib/systemd/{system,system-generators}
-  install -Dm 755 systemd-sslh-generator 
"$pkgdir/usr/lib/systemd/system-generators/systemd-sslh-generator"
-  cd "$pkgdir"
-  install -Dm 644 "$srcdir"/sslh{,-fork,-select}.service usr/lib/systemd/system
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sslh/repos/community-x86_64/PKGBUILD (from rev 411613, 
sslh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 03:32:34 UTC (rev 411614)
@@ -0,0 +1,56 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Le_suisse 
+# Contributor: Jason Rodriguez 
+
+pkgname=sslh
+pkgver=1.20
+pkgrel=1
+pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
+arch=('x86_64')
+url='https://www.rutschle.net/tech/sslh/README.html'
+license=('GPL2')
+makedepends=('systemd')
+depends=('glibc' 'libcap' 'libconfig' 'pcre' 'libsystemd')
+backup=('etc/sslh.cfg')
+install=$pkgname.install
+source=("https://www.rutschle.net/tech/sslh/$pkgname-v$pkgver.tar.gz"{,.asc}
+'sslh.cfg'
+'sslh.service'
+'sslh-select.service'
+'sslh-fork.service')
+validpgpkeys=('CDDDBADBEA4B72748E007D326C056F7AC7934136') # Yves Rutschle 

+md5sums=('6a69c6128d0349e5fb22167675d18aee'
+ 'SKIP'
+ '67a119213538aabf5d70a756ae7a99d0'
+ 'ecbb46c46874d7b620202926d36b8478'
+  

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

2018-12-05 Thread Sébastien Luttringer via arch-commits
Date: Thursday, December 6, 2018 @ 03:32:23
  Author: seblu
Revision: 411613

upgpkg: sslh 1.20-1

Modified:
  sslh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 03:22:06 UTC (rev 411612)
+++ PKGBUILD2018-12-06 03:32:23 UTC (rev 411613)
@@ -3,7 +3,7 @@
 # Contributor: Jason Rodriguez 
 
 pkgname=sslh
-pkgver=1.19c
+pkgver=1.20
 pkgrel=1
 pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 'sslh-select.service'
 'sslh-fork.service')
 validpgpkeys=('CDDDBADBEA4B72748E007D326C056F7AC7934136') # Yves Rutschle 

-md5sums=('a9bfd58cd3a51b8e1fa5277404c7041a'
+md5sums=('6a69c6128d0349e5fb22167675d18aee'
  'SKIP'
  '67a119213538aabf5d70a756ae7a99d0'
  'ecbb46c46874d7b620202926d36b8478'


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

2018-12-05 Thread Sébastien Luttringer via arch-commits
Date: Thursday, December 6, 2018 @ 03:30:50
  Author: seblu
Revision: 341099

upgpkg: nftables 1:0.9.0-2

- implement FS#60694

Modified:
  nftables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 03:13:50 UTC (rev 341098)
+++ PKGBUILD2018-12-06 03:30:50 UTC (rev 341099)
@@ -3,12 +3,12 @@
 pkgname=nftables
 epoch=1
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Netfilter tables userspace tools'
 arch=('x86_64')
 url='https://netfilter.org/projects/nftables/'
 license=('GPL2')
-depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses' 'jansson')
 makedepends=('docbook2x')
 backup=('etc/nftables.conf')
 validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
@@ -39,6 +39,7 @@
 --prefix=/usr \
 --sbindir=/usr/bin \
 --sysconfdir=/usr/share \
+--with-json \
 CONFIG_MAN=y DB2MAN=docbook2man
   make
 }


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

2018-12-05 Thread Sébastien Luttringer via arch-commits
Date: Thursday, December 6, 2018 @ 03:30:57
  Author: seblu
Revision: 341100

archrelease: copy trunk to extra-x86_64

Added:
  nftables/repos/extra-x86_64/PKGBUILD
(from rev 341099, nftables/trunk/PKGBUILD)
  nftables/repos/extra-x86_64/nftables.conf
(from rev 341099, nftables/trunk/nftables.conf)
  nftables/repos/extra-x86_64/nftables.service
(from rev 341099, nftables/trunk/nftables.service)
Deleted:
  nftables/repos/extra-x86_64/PKGBUILD
  nftables/repos/extra-x86_64/nftables.conf
  nftables/repos/extra-x86_64/nftables.service

--+
 PKGBUILD |  114 ++---
 nftables.conf|   76 +--
 nftables.service |   30 ++---
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 03:30:50 UTC (rev 341099)
+++ PKGBUILD2018-12-06 03:30:57 UTC (rev 341100)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-
-pkgname=nftables
-epoch=1
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Netfilter tables userspace tools'
-arch=('x86_64')
-url='https://netfilter.org/projects/nftables/'
-license=('GPL2')
-depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
-makedepends=('docbook2x')
-backup=('etc/nftables.conf')
-validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
-source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
-'nftables.conf'
-'nftables.service')
-sha1sums=('a3463fc6589c08631ec3f306f6db7f0905249542'
-  'SKIP'
-  '7869aa31ac802922073310ffd4cbbc16450171e5'
-  '59185e947ebfd599954800ad2c774171b3f4cd58')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/usr/share \
-CONFIG_MAN=y DB2MAN=docbook2man
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-  # basic safe firewall config
-  install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
-  # systemd
-  install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nftables/repos/extra-x86_64/PKGBUILD (from rev 341099, 
nftables/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 03:30:57 UTC (rev 341100)
@@ -0,0 +1,57 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+
+pkgname=nftables
+epoch=1
+pkgver=0.9.0
+pkgrel=2
+pkgdesc='Netfilter tables userspace tools'
+arch=('x86_64')
+url='https://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses' 'jansson')
+makedepends=('docbook2x')
+backup=('etc/nftables.conf')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+source=("https://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
+'nftables.conf'
+'nftables.service')
+sha1sums=('a3463fc6589c08631ec3f306f6db7f0905249542'
+  'SKIP'
+  '7869aa31ac802922073310ffd4cbbc16450171e5'
+  '59185e947ebfd599954800ad2c774171b3f4cd58')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/usr/share \
+--with-json \
+CONFIG_MAN=y DB2MAN=docbook2man
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  popd
+  # basic safe firewall config
+  install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
+  # systemd
+  install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: nftables.conf
===
--- nftables.conf   2018-12-06 03:30:50 UTC (rev 341099)
+++ nftables.conf   2018-12-06 03:30:57 UTC (rev 341100)
@@ -1,38 +0,0 @@
-#!/usr/bin/nft -f
-# ipv4/ipv6 Simple & Safe Firewall
-# you can find examples in /usr/share/nftables/
-
-table inet filter {
-  chain input {
-type filter hook input priority 0;
-
-# allow established/related connections
-ct state {established, related} accept
-
-# early drop of invalid connections
-ct state 

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

2018-12-05 Thread Sébastien Luttringer via arch-commits
Date: Thursday, December 6, 2018 @ 03:22:06
  Author: seblu
Revision: 411612

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  150 ++---
 grafana.install  |   44 +++
 grafana.service  |   30 +-
 grafana.sysusers |2 
 grafana.tmpfiles |6 +-
 5 files changed, 116 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 03:21:56 UTC (rev 411611)
+++ PKGBUILD2018-12-06 03:22:06 UTC (rev 411612)
@@ -1,75 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Carsten Feuls 
-# Contributor: Gilles Hamel 
-
-pkgname=grafana
-pkgver=5.3.4
-pkgrel=1
-pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
-url='http://grafana.org'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
-makedepends=('git' 'go' 'npm' 'grunt-cli' 'python2')
-backup=("etc/grafana.ini")
-source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
-"grafana.service"
-"grafana.sysusers"
-"grafana.tmpfiles"
-   )
-install=$pkgname.install
-md5sums=('SKIP'
- '2f1d73689923ecee92a102a65b91003a'
- 'e991d8cdf91c1e25652cdbc51fc726c5'
- 'b9b576d1959fc063b3399892e201488c')
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'GOPATH setup'
-  export GOPATH="$srcdir/gopath"
-  export PATH+=":$GOPATH/bin"
-  mkdir -p "$GOPATH/src/github.com/grafana/"
-  ln -fsrT "$srcdir/grafana/" "$GOPATH/src/github.com/grafana/grafana"
-  cd "$GOPATH/src/github.com/grafana/grafana"
-
-  msg2 'building the backend'
-  go run build.go setup
-  go run build.go build
-
-  msg2 'building the frontend'
-  export NPM_CONFIG_PREFIX="$srcdir/npm"
-  export PATH+=":$NPM_CONFIG_PREFIX/bin"
-  npm install -g yarn
-  yarn install --pure-lockfile --no-progress
-  npm run build release
-}
-
-package() {
-  install -Dm644 grafana.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/grafana.conf"
-  install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
-  install -Dm644 grafana.service 
"$pkgdir/usr/lib/systemd/system/grafana.service"
-  cd $pkgname
-  install -Dsm755 bin/linux-amd64/grafana-server 
"$pkgdir/usr/bin/grafana-server"
-  install -Dsm755 bin/linux-amd64/grafana-cli "$pkgdir/usr/bin/grafana-cli"
-  install -Dm640 -o207 -g207 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
-  install -Dm644 conf/defaults.ini 
"$pkgdir/usr/share/$pkgname/conf/defaults.ini"
-  install -dm755 "$pkgdir/usr/share/grafana/"
-  for i in vendor public tools; do
-cp -r "$i" "$pkgdir/usr/share/grafana/$i"
-  done
-  ln -s ../../../var/lib/grafana "$pkgdir/usr/share/grafana/data"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grafana/repos/community-x86_64/PKGBUILD (from rev 411611, 
grafana/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 03:22:06 UTC (rev 411612)
@@ -0,0 +1,75 @@
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Carsten Feuls 
+# Contributor: Gilles Hamel 
+
+pkgname=grafana
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
+url='http://grafana.org'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'freetype2' 'fontconfig' 'gsfonts')
+makedepends=('git' 'go' 'npm' 'grunt-cli' 'python2')
+backup=("etc/grafana.ini")
+source=("git+https://github.com/grafana/grafana.git#tag=v$pkgver;
+"grafana.service"
+"grafana.sysusers"
+"grafana.tmpfiles"
+   )
+install=$pkgname.install
+md5sums=('SKIP'
+ '2f1d73689923ecee92a102a65b91003a'
+ 'e991d8cdf91c1e25652cdbc51fc726c5'
+ 'b9b576d1959fc063b3399892e201488c')
+
+prepare() {
+  cd $pkgname
+  # apply patch from the source array (should be a pacman 

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

2018-12-05 Thread Sébastien Luttringer via arch-commits
Date: Thursday, December 6, 2018 @ 03:21:56
  Author: seblu
Revision: 411611

upgpkg: grafana 5.4.0-1

Modified:
  grafana/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 01:00:11 UTC (rev 411610)
+++ PKGBUILD2018-12-06 03:21:56 UTC (rev 411611)
@@ -3,7 +3,7 @@
 # Contributor: Gilles Hamel 
 
 pkgname=grafana
-pkgver=5.3.4
+pkgver=5.4.0
 pkgrel=1
 pkgdesc='Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & 
OpenTSDB'
 url='http://grafana.org'


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (12 files)

2018-12-05 Thread Levente Polyak via arch-commits
Date: Thursday, December 6, 2018 @ 03:13:50
  Author: anthraxx
Revision: 341098

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 341097, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 341097, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 341097, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 341097, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 341097, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 341097, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  504 -
 config.x86_64 |19568 
 linux.install |   26 
 linux.preset  |   28 
 6 files changed, 10086 insertions(+), 10086 deletions(-)

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


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

2018-12-05 Thread Levente Polyak via arch-commits
Date: Thursday, December 6, 2018 @ 03:13:41
  Author: anthraxx
Revision: 341097

upgpkg: linux-hardened 4.19.7.a-1

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 01:00:20 UTC (rev 341096)
+++ PKGBUILD2018-12-06 03:13:41 UTC (rev 341097)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_pkgver=4.19.6
+_pkgver=4.19.7
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -23,9 +23,9 @@
 linux.preset   # standard config files for mkinitcpio ramdisk
 )
 replaces=('linux-grsec')
-sha256sums=('644e61beb66211c0c5c13f91d96de1725055e6eea4cda7bb37ce9929ba8f09c3'
+sha256sums=('84d7aa436e10690b53165b9d59ec20548e6a4ce3324b135c5019fb0f7dd2a2d2'
 'SKIP'
-'5596b5f020f6681a69964c60db9373a7a1dd459e279f3caf041a4545039f6166'
+'5ffa3df9c78dacde20fc72b730837358b6fe2e0a698f67e2767caa50f873ab43'
 'SKIP'
 '163d11db62abba4d3cdf918fd516f638535bc9077cc04d404b277259b297c5da'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 23:52:44
  Author: heftig
Revision: 411603

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 411596, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 411596, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 411596, 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 
411596, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-12-05 23:52:44 UTC (rev 
411603)
@@ -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 411596, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 23:52:44 UTC (rev 411603)
@@ -0,0 +1,51 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=118
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
+_extramodules=extramodules-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'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 411596, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-12-05 23:52:44 UTC (rev 411603)
@@ -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 acpi_call/repos (3 files)

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 23:52:31
  Author: heftig
Revision: 411598

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 411596, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 411596, 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 411596, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 23:52:31 UTC (rev 411598)
@@ -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=177
+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>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
+_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 411596, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-12-05 23:52:31 UTC (rev 411598)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 23:52:34
  Author: heftig
Revision: 341089

archrelease: copy trunk to staging-x86_64

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

---+
 PKGBUILD  |   91 
 kernel-4.16.patch |   33 ++
 kernel-4.19.patch |   63 
 3 files changed, 187 insertions(+)

Copied: nvidia-390xx/repos/staging-x86_64/PKGBUILD (from rev 341088, 
nvidia-390xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-05 23:52:34 UTC (rev 341089)
@@ -0,0 +1,91 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.87
+_extramodules=extramodules-ARCH
+pkgrel=18
+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>=4.19' 'linux-headers<4.20')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+kernel-4.16.patch kernel-4.19.patch)
+sha256sums=('c7c07151e17f610af11f7870560d96c3a3ee9bb91ba1bb82fcc7b5d473d40b66'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385'
+'e425320bd3712cc789035d5936412724b0b410f50463980c0a48715fd3f8c431')
+
+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
+
+# Ad-hoc patch
+patch -Np1 -i ../kernel-4.19.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>=4.19' 'linux<4.20' "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 341088, 
nvidia-390xx/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-12-05 23:52:34 UTC (rev 341089)
@@ -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 @@ 

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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 23:52:35
  Author: heftig
Revision: 411600

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

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

Copied: broadcom-wl/repos/community-staging-x86_64/PKGBUILD (from rev 411596, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 23:52:35 UTC (rev 411600)
@@ -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=64
+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 nvidia-340xx/repos (3 files)

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 23:52:41
  Author: heftig
Revision: 341090

archrelease: copy trunk to staging-x86_64

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

---+
 PKGBUILD  |   72 
 kernel-4.11.patch |   38 +++
 2 files changed, 110 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 341088, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-05 23:52:41 UTC (rev 341090)
@@ -0,0 +1,72 @@
+# 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=46
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.19' 
'linux-headers<4.20')
+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')
+sha512sums=('0de6f182d67bd322df7ae04e74c0cde6973c55bfea47a8f2503a29f8a899cd1b801ae4b52d066628df4a4f9c84e5e7547465bdc37d1b87df47af43fdab23466f'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+_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"
+
+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>=4.19' 'linux<4.20' "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 341088, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2018-12-05 23:52:41 UTC (rev 341090)
@@ -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;
+ 
+@@ -866,7 +874,11 @@
+ // it's dealing with anonymous mapping (see handle_pte_fault).
+ //
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _sigbus_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else
++int _sigbus_fault(struct vm_fault *vmf)
++#endif
+ {
+ 

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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 23:52:32
  Author: heftig
Revision: 411599

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 411596, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 23:52:32 UTC (rev 411599)
@@ -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=28
+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=$(=4.19" "linux<4.20")
+
+   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 tp_smapi/repos (2 files)

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 23:52:44
  Author: heftig
Revision: 411602

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

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 411596, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 23:52:44 UTC (rev 411602)
@@ -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=71
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20' '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 virtualbox-modules-arch/repos (2 files)

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 23:52:40
  Author: heftig
Revision: 411601

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

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 411596, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 23:52:40 UTC (rev 411601)
@@ -0,0 +1,59 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.22
+pkgrel=9
+_linux_major=4
+_linux_minor=19
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+_linux_cur=${_linux_major}.${_linux_minor}
+_linux_next=${_linux_major}.$((_linux_minor + 1))
+makedepends=("linux>=$_linux_cur" "linux<$_linux_next"
+ "linux-headers>=$_linux_cur" "linux-headers<$_linux_next"
+ "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'
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  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'
+  license=('GPL')
+  depends=("linux>=$_linux_cur" "linux<$_linux_next")
+  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 ts=2 sw=2 et:


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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 23:52:43
  Author: heftig
Revision: 341091

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 341089, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/kernel-4.16.patch
(from rev 341089, 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 341089, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-05 23:52:43 UTC (rev 341091)
@@ -0,0 +1,86 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=415.18
+_extramodules=extramodules-ARCH
+pkgrel=7
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux' 'linux-headers>=4.19' 
'linux-headers<4.20')
+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=('8e56b5a62f47b4bbe2b0c59e05e2b1a4beb204252aa2000e6dfc257a16f06d00862232d2a3f404192e47b73c3af9f6d6c92e3d530b977a6ecbe3f2d944a12f7e'
+
'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>=4.19' 'linux<4.20' "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 341089, 
nvidia/trunk/kernel-4.16.patch)
===
--- staging-x86_64/kernel-4.16.patch(rev 0)
+++ staging-x86_64/kernel-4.16.patch2018-12-05 23:52:43 UTC (rev 341091)
@@ -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 @@ 

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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 23:52:30
  Author: heftig
Revision: 411597

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 411596, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 23:52:30 UTC (rev 411597)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=183
+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>=4.19' 'linux<4.20')
+makedepends=('linux-headers>=4.19' 'linux-headers<4.20')
+_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 (tcping)

2018-12-05 Thread Maxim Baz via arch-commits
Date: Wednesday, December 5, 2018 @ 23:39:24
  Author: maximbaz
Revision: 411596

tcping: remove, dead upstream

Deleted:
  tcping/


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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 22:56:55
  Author: heftig
Revision: 411589

6.30.223.271-64: kernel 4.19.7.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 22:56:54 UTC (rev 411588)
+++ PKGBUILD2018-12-05 22:56:55 UTC (rev 411589)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=63
+pkgrel=64
 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 vhba-module/trunk (PKGBUILD)

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 22:57:02
  Author: heftig
Revision: 411593

20170610-118: kernel 4.19.7.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 22:57:00 UTC (rev 411592)
+++ PKGBUILD2018-12-05 22:57:02 UTC (rev 411593)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=117
+pkgrel=118
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 22:56:57
  Author: heftig
Revision: 411590

5.2.22-9: kernel 4.19.7.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 22:56:55 UTC (rev 411589)
+++ PKGBUILD2018-12-05 22:56:57 UTC (rev 411590)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.22
-pkgrel=8
+pkgrel=9
 _linux_major=4
 _linux_minor=19
 arch=('x86_64')


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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 22:57:00
  Author: heftig
Revision: 411592

8.046.00-28: kernel 4.19.7.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 22:56:58 UTC (rev 411591)
+++ PKGBUILD2018-12-05 22:57:00 UTC (rev 411592)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.046.00
-pkgrel=27
+pkgrel=28
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 22:57:09
  Author: heftig
Revision: 341087

415.18-7: kernel 4.19.7.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 22:57:07 UTC (rev 341086)
+++ PKGBUILD2018-12-05 22:57:09 UTC (rev 341087)
@@ -6,7 +6,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=415.18
 _extramodules=extramodules-ARCH
-pkgrel=6
+pkgrel=7
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 22:57:04
  Author: heftig
Revision: 411594

1.1.0-177: kernel 4.19.7.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 22:57:02 UTC (rev 411593)
+++ PKGBUILD2018-12-05 22:57:04 UTC (rev 411594)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=176
+pkgrel=177
 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 bbswitch/trunk (PKGBUILD)

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 22:56:58
  Author: heftig
Revision: 411591

0.8-183: kernel 4.19.7.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 22:56:57 UTC (rev 411590)
+++ PKGBUILD2018-12-05 22:56:58 UTC (rev 411591)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=182
+pkgrel=183
 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 nvidia-340xx/trunk (PKGBUILD)

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 22:57:13
  Author: heftig
Revision: 341088

340.107-46: kernel 4.19.7.arch1-1

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 22:57:09 UTC (rev 341087)
+++ PKGBUILD2018-12-05 22:57:13 UTC (rev 341088)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.107
 _extramodules=extramodules-ARCH
-pkgrel=45
+pkgrel=46
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 22:56:54
  Author: heftig
Revision: 411588

0.43-71: kernel 4.19.7.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 22:02:09 UTC (rev 411587)
+++ PKGBUILD2018-12-05 22:56:54 UTC (rev 411588)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=70
+pkgrel=71
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 22:57:07
  Author: heftig
Revision: 341086

390.87-18: kernel 4.19.7.arch1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 21:56:20 UTC (rev 341085)
+++ PKGBUILD2018-12-05 22:57:07 UTC (rev 341086)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.87
 _extramodules=extramodules-ARCH
-pkgrel=17
+pkgrel=18
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-12-05 Thread Eli Schwartz via arch-commits
Date: Wednesday, December 5, 2018 @ 22:02:09
  Author: eschwartz
Revision: 411587

archrelease: copy trunk to community-staging-x86_64

Added:
  calibre/repos/community-staging-x86_64/
  calibre/repos/community-staging-x86_64/PKGBUILD
(from rev 411586, calibre/trunk/PKGBUILD)

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

Copied: calibre/repos/community-staging-x86_64/PKGBUILD (from rev 411586, 
calibre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 22:02:09 UTC (rev 411587)
@@ -0,0 +1,86 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+
+pkgname=calibre
+pkgver=3.34.0
+pkgrel=2
+pkgdesc="Ebook management application"
+arch=('x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
+ 'python2-mechanize' 'podofo' 'libwmf' 'jxrlib'
+ 'chmlib' 'python2-lxml' 'libusbx' 'python2-html5-parser'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
'python2-msgpack'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+ 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev' 
'python2-unrardll'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
+makedepends=('qt5-x11extras' 'sip' 'xdg-utils')
+checkdepends=('xorg-server-xvfb')
+optdepends=('ipython2: to use calibre-debug'
+'poppler: required for converting pdf to html')
+source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
+"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
+sha256sums=('bff0e0fa616a5385c5fcf5f3fe4f200866ffd249a6281f0def027315278d1b1a'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
+
+prepare(){
+  cd "${pkgname}-${pkgver}"
+
+  # Remove unneeded files
+  rm -rf resources/${pkgname}-portable.*
+
+  # Desktop integration (e.g. enforce arch defaults)
+  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
+  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
+  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
+  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
+  -e "s/^Name=calibre/Name=Calibre/g" \
+  -i  src/calibre/linux.py
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  LANG='en_US.UTF-8' python2 setup.py build
+  LANG='en_US.UTF-8' python2 setup.py gui
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  # without xvfb-run this fails with much "Control socket failed to recv(), 
resetting"
+  # ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest)
+
+  LANG='en_US.UTF-8' xvfb-run python2 setup.py test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -d "${pkgdir}/usr/share/zsh/site-functions" \
+ 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
+
+  install -Dm644 resources/calibre-mimetypes.xml \
+"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
+
+  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
+python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
+
+  cp -a man-pages/ "${pkgdir}/usr/share/man"
+
+  # Compiling bytecode FS#33392
+  # This is kind of ugly but removes traces of the build root.
+  while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python2 -m compileall -d "${_destdir}" "${_file}"
+python2 -O -m compileall -d "${_destdir}" "${_file}"
+  done < <(find "${pkgdir}"/usr/lib/ -name '*.py' -print0)
+}


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

2018-12-05 Thread Eli Schwartz via arch-commits
Date: Wednesday, December 5, 2018 @ 22:01:55
  Author: eschwartz
Revision: 411586

upgpkg: calibre 3.34.0-2

qt5 5.12 rebuild

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 20:30:54 UTC (rev 411585)
+++ PKGBUILD2018-12-05 22:01:55 UTC (rev 411586)
@@ -8,7 +8,7 @@
 
 pkgname=calibre
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/;


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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 21:56:20
  Author: heftig
Revision: 341085

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

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

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


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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 21:56:19
  Author: heftig
Revision: 341084

archrelease: copy trunk to staging-x86_64

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

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

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


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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 21:55:33
  Author: heftig
Revision: 341083

4.19.7.zen1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 21:55:32 UTC (rev 341082)
+++ PKGBUILD2018-12-05 21:55:33 UTC (rev 341083)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.19.6-zen1
+_srcver=4.19.7-zen1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'56fb8806bf2675506bd61908049918a0f2acaf81af49f08b610cca07781183f9'
+'17fe21a4c8507064675bd30c9266c22415fe4118d57161239e27e04ae96e2378'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-12-05 21:55:32 UTC (rev 341082)
+++ config  2018-12-05 21:55:33 UTC (rev 341083)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.6-zen1 Kernel Configuration
+# Linux/x86 4.19.7-zen1 Kernel Configuration
 #
 
 #


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

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 21:55:32
  Author: heftig
Revision: 341082

4.19.7.arch1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 18:43:41 UTC (rev 341081)
+++ PKGBUILD2018-12-05 21:55:32 UTC (rev 341082)
@@ -4,7 +4,7 @@
 
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcver=4.19.6-arch1
+_srcver=4.19.7-arch1
 pkgver=${_srcver//-/.}
 pkgrel=1
 arch=(x86_64)
@@ -26,7 +26,7 @@
   '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 )
 sha256sums=('SKIP'
-'e7fa30bb2de12d1a2488423e27c00f26d55668e310e69aaf93673c1afd89dbaf'
+'beb5d9b4280490bec595ef43acb6a9084d579e10fe8329f9a779f6358d887ed1'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-12-05 18:43:41 UTC (rev 341081)
+++ config  2018-12-05 21:55:32 UTC (rev 341082)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.19.3-arch1 Kernel Configuration
+# Linux/x86 4.19.7-arch1 Kernel Configuration
 #
 
 #


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

2018-12-05 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, December 5, 2018 @ 20:29:19
  Author: svenstaro
Revision: 411582

upgpkg: blender 17:2.79.b.git3.32432d91-12

Rebuild for opencollada 1.6.68

Added:
  blender/trunk/opencollada1.patch
  blender/trunk/opencollada2.patch
Modified:
  blender/trunk/PKGBUILD

+
 PKGBUILD   |   10 +-
 opencollada1.patch |   78 +++
 opencollada2.patch |   32 
 3 files changed, 118 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 19:19:25 UTC (rev 411581)
+++ PKGBUILD2018-12-05 20:29:19 UTC (rev 411582)
@@ -16,7 +16,7 @@
 pkgname=blender
 pkgver=2.79.b
 [[ -n $_gitcommit ]] && pkgver=${pkgver}.git3.${_gitcommit:0:8}
-pkgrel=11
+pkgrel=12
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -41,7 +41,9 @@
 util_sseb.patch
 openvdb3-abi.patch
 stl_export_iter.patch
-gcc8.patch)
+gcc8.patch
+opencollada1.patch
+opencollada2.patch)
 if [[ -n $_gittag ]]; then
 
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
 elif [[ -n $_gitcommit ]]; then
@@ -59,6 +61,8 @@
 
'2bd8c59ab8f163b6c7f89b6dfe8aacee3307dae6ecdc0d4878e1376ba29584c891171edd0a57f12241a98e0dd43efff0675a16708d34122bc22faebe3fd8e181'
 
'51f30acc407179f003d1dbec25fb47b0bf1fe8d2eb16e069a6ca83ab8b21f6032d636a42e0b140537ad1ad25ad38c52a87a2a33e51822729ab196fcef4682818'
 
'86f8d6c766644090bb59715b219db74f7acbe31dcd92dc1ecc32beedc1c894a98d2875e9078efa9994511b79e094277a943746dd602be6bc33ba37b7a8a41269'
+
'aea74c8d88e01703b46c5ee4e5a118aaeacfa0ace23e1fffd1b01d0395bafffa9012df22eca43050756f6dd8fb46c663eef1de3e061ca1911eaf1c2a0e01e58d'
+
'31d0f2045f88cbdb1d5720775aa49eff4672f06def1bbbd9f85da363e93143375cda84259a3e8c9000f3fe70c58ee7e1de791b5dc95d4982e559b43700bd0a2a'
 'SKIP')
 
 prepare() {
@@ -79,6 +83,8 @@
   patch -Np1 -i "$srcdir"/openvdb3-abi.patch
   patch -Np1 -i "$srcdir"/stl_export_iter.patch
   patch -Np1 -i "$srcdir"/gcc8.patch
+  patch -Np1 -i "$srcdir"/opencollada1.patch
+  patch -Np1 -i "$srcdir"/opencollada2.patch
 }
 
 build() {

Added: opencollada1.patch
===
--- opencollada1.patch  (rev 0)
+++ opencollada1.patch  2018-12-05 20:29:19 UTC (rev 411582)
@@ -0,0 +1,78 @@
+commit 10c50d7dbf7578b35b3bf19a1948f556f9eb203b
+Author: Gaia Clary 
+Date:   Tue Dec 4 19:11:33 2018 +0100
+
+fix T58568 build errors when using collada 1.6.68 or newer
+
+diff --git a/source/blender/collada/CMakeLists.txt 
b/source/blender/collada/CMakeLists.txt
+index 293049a1a05..c250384b989 100644
+--- a/source/blender/collada/CMakeLists.txt
 b/source/blender/collada/CMakeLists.txt
+@@ -25,6 +25,18 @@
+ 
+ remove_strict_flags()
+ 
++FIND_FILE(_opencollada_with_animation_clip
++  NAMES
++COLLADAFWAnimationClip.h
++  PATHS
++${OPENCOLLADA_INCLUDE_DIRS}
++  NO_DEFAULT_PATH
++)
++
++IF(_opencollada_with_animation_clip)
++   add_compile_definitions(OPENCOLLADA_WITH_ANIMATION_CLIP)
++ENDIF()
++
+ set(INC
+   .
+   ../blenkernel
+diff --git a/source/blender/collada/DocumentImporter.cpp 
b/source/blender/collada/DocumentImporter.cpp
+index 67fd9d648c7..24b7fc4317d 100644
+--- a/source/blender/collada/DocumentImporter.cpp
 b/source/blender/collada/DocumentImporter.cpp
+@@ -1349,6 +1349,19 @@ bool DocumentImporter::writeAnimationList(const 
COLLADAFW::AnimationList *animat
+   return anim_importer.write_animation_list(animationList);
+ }
+ 
++#if OPENCOLLADA_WITH_ANIMATION_CLIP
++// Since opencollada 1.6.68
++// called on post-process stage after writeVisualScenes
++bool DocumentImporter::writeAnimationClip(const COLLADAFW::AnimationClip 
*AnimationClip)
++{
++  if (mImportStage != General)
++  return true;
++
++  return true;
++  //return animation_clip_importer.write_animation_clip(animationClip); 
// TODO: implement import of AnimationClips
++}
++#endif
++
+ /** When this method is called, the writer must write the skin controller 
data.
+  * \return The writer should return true, if writing succeeded, false 
otherwise.*/
+ bool DocumentImporter::writeSkinControllerData(const 
COLLADAFW::SkinControllerData *skin)
+diff --git a/source/blender/collada/DocumentImporter.h 
b/source/blender/collada/DocumentImporter.h
+index 17e61326032..5e9f899d42c 100644
+--- a/source/blender/collada/DocumentImporter.h
 b/source/blender/collada/DocumentImporter.h
+@@ -49,8 +49,6 @@
+ #include "MeshImporter.h"
+ #include "ImportSettings.h"
+ 
+-
+-
+ struct bContext;
+ 
+ /** Importer class. */
+@@ -108,6 +106,11 @@ public:
+ 
+   bool writeAnimationList(const COLLADAFW::AnimationList*);
+ 
++#if OPENCOLLADA_WITH_ANIMATION_CLIP
++  // Please 

[arch-commits] Commit in blender/repos (11 files)

2018-12-05 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, December 5, 2018 @ 20:29:25
  Author: svenstaro
Revision: 411583

archrelease: copy trunk to community-staging-x86_64

Added:
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 411582, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/ffmpeg4.0.patch
(from rev 411582, blender/trunk/ffmpeg4.0.patch)
  blender/repos/community-staging-x86_64/gcc8.patch
(from rev 411582, blender/trunk/gcc8.patch)
  blender/repos/community-staging-x86_64/opencollada1.patch
(from rev 411582, blender/trunk/opencollada1.patch)
  blender/repos/community-staging-x86_64/opencollada2.patch
(from rev 411582, blender/trunk/opencollada2.patch)
  blender/repos/community-staging-x86_64/openvdb3-abi.patch
(from rev 411582, blender/trunk/openvdb3-abi.patch)
  blender/repos/community-staging-x86_64/python37.patch
(from rev 411582, blender/trunk/python37.patch)
  blender/repos/community-staging-x86_64/stl_export_iter.patch
(from rev 411582, blender/trunk/stl_export_iter.patch)
  blender/repos/community-staging-x86_64/tree_hpp.patch
(from rev 411582, blender/trunk/tree_hpp.patch)
  blender/repos/community-staging-x86_64/util_sseb.patch
(from rev 411582, blender/trunk/util_sseb.patch)

---+
 PKGBUILD  |  125 
 ffmpeg4.0.patch   |  113 +
 gcc8.patch|   24 ++
 opencollada1.patch|   78 
 opencollada2.patch|   32 
 openvdb3-abi.patch|   28 +++
 python37.patch|   40 ++
 stl_export_iter.patch |   13 +++
 tree_hpp.patch|  183 
 util_sseb.patch   |   13 +++
 10 files changed, 649 insertions(+)

Copied: blender/repos/community-staging-x86_64/PKGBUILD (from rev 411582, 
blender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 20:29:25 UTC (rev 411583)
@@ -0,0 +1,125 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+# _gittag=v2.79b
+_gitcommit=32432d91bbec558cbd88e54aece61b0d641c1761
+
+pkgname=blender
+pkgver=2.79.b
+[[ -n $_gitcommit ]] && pkgver=${pkgver}.git3.${_gitcommit:0:8}
+pkgrel=12
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('x86_64')
+license=('GPL')
+url="http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+source=("git://git.blender.org/blender-addons.git"
+"git://git.blender.org/blender-addons-contrib.git"
+"git://git.blender.org/blender-translations.git"
+"git://git.blender.org/blender-dev-tools.git"
+"git://git.blender.org/scons.git"
+python37.patch
+ffmpeg4.0.patch
+tree_hpp.patch
+util_sseb.patch
+openvdb3-abi.patch
+stl_export_iter.patch
+gcc8.patch
+opencollada1.patch
+opencollada2.patch)
+if [[ -n $_gittag ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
+elif [[ -n $_gitcommit ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
+fi
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'e6b83d61cf1b48ce78aca11e04196c638f5510f84efc4fb1bd4554f54e0e6ab92911bcd8606845116f4257d0898fa52c026f402f934e1eb7f01bbe96d0afae2c'
+
'446dd46557c7c976a68010c62e04693c61171980abea1cd0a900b00bcc3d525b83bb6ee200739623110e592e37e8f4783a18f234b40e9f85483830ea9785640d'
+
'6c0a619fe8fbc215a9a7c9d4b9c6fc5ec355c37212ec41b05b50787465354bbc7200e76eaafba46a2253196391838190d3de3b2be132095d2162142940e87924'
+

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

2018-12-05 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, December 5, 2018 @ 19:19:25
  Author: svenstaro
Revision: 411581

archrelease: copy trunk to community-staging-x86_64

Added:
  opencollada/repos/community-staging-x86_64/
  opencollada/repos/community-staging-x86_64/PKGBUILD
(from rev 411580, opencollada/trunk/PKGBUILD)
  opencollada/repos/community-staging-x86_64/opencollada.conf
(from rev 411580, opencollada/trunk/opencollada.conf)
  opencollada/repos/community-staging-x86_64/pcre.patch
(from rev 411580, opencollada/trunk/pcre.patch)

--+
 PKGBUILD |   46 ++
 opencollada.conf |1 +
 pcre.patch   |   14 ++
 3 files changed, 61 insertions(+)

Copied: opencollada/repos/community-staging-x86_64/PKGBUILD (from rev 411580, 
opencollada/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 19:19:25 UTC (rev 411581)
@@ -0,0 +1,46 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=opencollada
+pkgver=1.6.68
+pkgrel=1
+epoch=1
+pkgdesc="Stream based reader and writer library for COLLADA files"
+arch=(x86_64)
+url="https://github.com/KhronosGroup/OpenCOLLADA;
+license=('GPL')
+depends=('libxml2' 'pcre')
+makedepends=('git' 'cmake')
+source=('opencollada.conf'
+'pcre.patch'
+"git://github.com/KhronosGroup/OpenCOLLADA.git#tag=v${pkgver}")
+sha256sums=('2fc9656a2b881ca4528416daa91fc525adaa97d73e96a18b41aa7856270eba1f'
+'f37a7cbadcaa06b70133f76c509c61bdcf13715bc13aed11b5db83ef594813b3'
+'SKIP')
+
+prepare() {
+  cd "$srcdir"/OpenCOLLADA
+
+  patch -Np1 -i "$srcdir"/pcre.patch
+}
+
+build() {
+  cd "$srcdir"/OpenCOLLADA
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SHARED=ON \
+-DUSE_STATIC=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/OpenCOLLADA/build
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/opencollada.conf 
$pkgdir/etc/ld.so.conf.d/opencollada.conf
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opencollada/repos/community-staging-x86_64/opencollada.conf (from rev 
411580, opencollada/trunk/opencollada.conf)
===
--- community-staging-x86_64/opencollada.conf   (rev 0)
+++ community-staging-x86_64/opencollada.conf   2018-12-05 19:19:25 UTC (rev 
411581)
@@ -0,0 +1 @@
+/usr/lib/opencollada

Copied: opencollada/repos/community-staging-x86_64/pcre.patch (from rev 411580, 
opencollada/trunk/pcre.patch)
===
--- community-staging-x86_64/pcre.patch (rev 0)
+++ community-staging-x86_64/pcre.patch 2018-12-05 19:19:25 UTC (rev 411581)
@@ -0,0 +1,14 @@
+diff --git a/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h 
b/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
+index 22f2598b..269c50ca 100644
+--- a/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
 b/COLLADABaseUtils/include/COLLADABUPcreCompiledPattern.h
+@@ -13,8 +13,7 @@
+ 
+ #include "COLLADABUPrerequisites.h"
+ 
+-struct real_pcre;
+-typedef struct real_pcre pcre;
++#include "pcre.h"
+ 
+ 
+ namespace COLLADABU


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

2018-12-05 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, December 5, 2018 @ 19:19:22
  Author: svenstaro
Revision: 411580

upgpkg: opencollada 1:1.6.68-1

Modified:
  opencollada/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 19:16:15 UTC (rev 411579)
+++ PKGBUILD2018-12-05 19:19:22 UTC (rev 411580)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=opencollada
-pkgver=1.6.63
+pkgver=1.6.68
 pkgrel=1
 epoch=1
 pkgdesc="Stream based reader and writer library for COLLADA files"


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

2018-12-05 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, December 5, 2018 @ 19:16:15
  Author: svenstaro
Revision: 411579

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 411578, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
(from rev 411578, 
gitlab/trunk/a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 411578, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 411578, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 411578, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 411578, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 411578, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 411578, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 411578, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 411578, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 411578, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 411578, gitlab/trunk/lighttpd.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
  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
  gitlab/repos/community-x86_64/lighttpd.conf.example

+
 PKGBUILD   |  430 +++
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch |   56 +-
 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 
 lighttpd.conf.example  |   70 +--
 12 files changed, 434 insertions(+), 434 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-05 19:16:04 UTC (rev 411578)
+++ PKGBUILD2018-12-05 19:16:15 UTC (rev 411579)
@@ -1,215 +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 
-
-pkgname=gitlab
-pkgver=11.5.1
-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.3' 'git' 'ruby2.3-bundler' '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=('306d000bd9675bafdff8955b361e1fe24e67e82682c508368250157ef4599004ae775852fac06d37f566cf50de4d23671cbda18b0c2149eaf598cd616dbbd9d0'
-
'b1bc7c1f3d47758e4745ae3689e61989c6d1fd8490fa60d75de60d3960025f2888da5c50c4a70e1656d75e4d53bcece518e87f743855eed150a61cb11d40b7d2'
-

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

2018-12-05 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, December 5, 2018 @ 19:16:04
  Author: svenstaro
Revision: 411578

upgpkg: gitlab 11.5.2-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 18:53:59 UTC (rev 411577)
+++ PKGBUILD2018-12-05 19:16:04 UTC (rev 411578)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=11.5.1
+pkgver=11.5.2
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -35,7 +35,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('306d000bd9675bafdff8955b361e1fe24e67e82682c508368250157ef4599004ae775852fac06d37f566cf50de4d23671cbda18b0c2149eaf598cd616dbbd9d0'
+sha512sums=('ca7f9346aa1d119904509b16f9d66ec315b7946982cb3217b84eed5645f8aacd669d1da8a12146b4bb4c370af8516805b03b35672c3710f1cce515aa686d'
 
'b1bc7c1f3d47758e4745ae3689e61989c6d1fd8490fa60d75de60d3960025f2888da5c50c4a70e1656d75e4d53bcece518e87f743855eed150a61cb11d40b7d2'
 
'ea5ae64214a82b522a09c20be2967ae2ff6fbfd7683587909b748dab4647f99b3128c0e16aba375ecb191e47e1b9045587a84322e216e5cda940904c4fa6271c'
 
'69e6f43008389fb54bba6cea61adb0dbf5b75c5796f5cca327326f20f329365c003847bbd6d53b113a0afb1a0d3a0b101a92476739daf85f65c670a1d4466f9c'


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

2018-12-05 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, December 5, 2018 @ 18:53:05
  Author: svenstaro
Revision: 411574

archrelease: copy trunk to community-staging-x86_64

Added:
  arrayfire/repos/community-staging-x86_64/
  arrayfire/repos/community-staging-x86_64/2365.patch
(from rev 411573, arrayfire/trunk/2365.patch)
  arrayfire/repos/community-staging-x86_64/PKGBUILD
(from rev 411573, arrayfire/trunk/PKGBUILD)

+
 2365.patch |  148 +++
 PKGBUILD   |   64 +
 2 files changed, 212 insertions(+)

Copied: arrayfire/repos/community-staging-x86_64/2365.patch (from rev 411573, 
arrayfire/trunk/2365.patch)
===
--- community-staging-x86_64/2365.patch (rev 0)
+++ community-staging-x86_64/2365.patch 2018-12-05 18:53:05 UTC (rev 411574)
@@ -0,0 +1,148 @@
+From b25b998ea3637948914095b57c3246f8b26c6506 Mon Sep 17 00:00:00 2001
+From: pradeep 
+Date: Mon, 3 Dec 2018 20:21:35 +0530
+Subject: [PATCH] Changes to use glbinding 3.0.2 and Forge 1.0.3
+
+- Forge 1.0.3 uses glbinding 3.0.2
+- ArrayFire's glbinding has also been bumped up to 3.0.2
+---
+ CMakeModules/build_forge.cmake |  2 +-
+ src/backend/common/CMakeLists.txt  |  3 +-
+ src/backend/common/graphics_common.cpp | 43 +-
+ src/backend/common/graphics_common.hpp |  4 ---
+ src/backend/opencl/platform.cpp|  1 -
+ 5 files changed, 17 insertions(+), 36 deletions(-)
+
+diff --git a/CMakeModules/build_forge.cmake b/CMakeModules/build_forge.cmake
+index 7ae5a165f..97ffcec5f 100644
+--- a/CMakeModules/build_forge.cmake
 b/CMakeModules/build_forge.cmake
+@@ -7,7 +7,7 @@
+ 
+ include(ExternalProject)
+ 
+-set(FORGE_VERSION af3.6.0)
++set(FORGE_VERSION v1.0.3)
+ set(prefix "${ArrayFire_BINARY_DIR}/third_party/forge")
+ set(PX ${CMAKE_SHARED_LIBRARY_PREFIX})
+ set(SX ${CMAKE_SHARED_LIBRARY_SUFFIX})
+diff --git a/src/backend/common/CMakeLists.txt 
b/src/backend/common/CMakeLists.txt
+index 4aa0b4949..6f608d05f 100644
+--- a/src/backend/common/CMakeLists.txt
 b/src/backend/common/CMakeLists.txt
+@@ -105,7 +105,8 @@ if(AF_WITH_GRAPHICS)
+ # glbindings cmake file
+ target_link_libraries(afcommon_interface
+   INTERFACE
+-$)
++$
++)
+   else()
+ target_link_libraries(afcommon_interface INTERFACE glbinding::glbinding)
+   endif()
+diff --git a/src/backend/common/graphics_common.cpp 
b/src/backend/common/graphics_common.cpp
+index 3cbc83b7a..a574bc962 100644
+--- a/src/backend/common/graphics_common.cpp
 b/src/backend/common/graphics_common.cpp
+@@ -10,7 +10,6 @@
+ #if defined(WITH_GRAPHICS)
+ 
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
+@@ -51,30 +50,28 @@ INSTANTIATE_GET_FG_TYPE(unsigned char   , forge::u8);
+ INSTANTIATE_GET_FG_TYPE(unsigned short  , forge::u16);
+ INSTANTIATE_GET_FG_TYPE(short   , forge::s16);
+ 
+-gl::GLenum glErrorSkip(const char *msg, const char* file, int line)
+-{
+-#ifndef NDEBUG
+-gl::GLenum x = gl::glGetError();
+-if (x != GL_NO_ERROR) {
+-char buf[1024];
+-sprintf(buf, "GL Error Skipped at: %s:%d Message: %s Error Code: %d 
\"%s\"\n", file, line, msg, (int)x, glbinding::Meta::getString(x).c_str());
+-AF_ERROR(buf, AF_ERR_INTERNAL);
+-}
+-return x;
+-#else
+-return (gl::GLenum)0;
+-#endif
+-}
+-
+ gl::GLenum glErrorCheck(const char *msg, const char* file, int line)
+ {
++auto getErrorString = [](gl::GLenum value) {
++switch(value) {
++case GLenum::GL_INVALID_ENUM: return "GL_INVALID_ENUM";
++case GLenum::GL_INVALID_VALUE: return "GL_INVALID_VALUE";
++case GLenum::GL_INVALID_OPERATION: return "GL_INVALID_OPERATION";
++case GLenum::GL_INVALID_FRAMEBUFFER_OPERATION: return 
"GL_INVALID_FRAMEBUFFER_OPERATION";
++case GLenum::GL_OUT_OF_MEMORY: return "GL_OUT_OF_MEMORY";
++case GLenum::GL_STACK_UNDERFLOW: return "GL_STACK_UNDERFLOW";
++case GLenum::GL_STACK_OVERFLOW: return "GL_STACK_OVERFLOW";
++default: return "GL_NO_ERROR";
++}
++};
+ // Skipped in release mode
+ #ifndef NDEBUG
+ gl::GLenum x = gl::glGetError();
+ 
+ if (x != GL_NO_ERROR) {
+ char buf[1024];
+-sprintf(buf, "GL Error at: %s:%d Message: %s Error Code: %d 
\"%s\"\n", file, line, msg, (int)x, glbinding::Meta::getString(x).c_str());
++sprintf(buf, "GL Error at: %s:%d Message: %s Error Code: %d \"%s\"\n",
++file, line, msg, (int)x, getErrorString(x).c_str());
+ AF_ERROR(buf, AF_ERR_INTERNAL);
+ }
+ return x;
+@@ -83,18 +80,6 @@ gl::GLenum glErrorCheck(const char *msg, const char* file, 
int line)
+ #endif
+ }
+ 
+-gl::GLenum glForceErrorCheck(const char *msg, const char* file, int line)
+-{
+-gl::GLenum x = gl::glGetError();
+-
+-if (x != GL_NO_ERROR) {
+-char buf[1024];
+-sprintf(buf, "GL Error at: %s:%d 

[arch-commits] Commit in arrayfire/trunk (2365.patch PKGBUILD)

2018-12-05 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, December 5, 2018 @ 18:52:54
  Author: svenstaro
Revision: 411573

upgpkg: arrayfire 3.6.1-6

Added:
  arrayfire/trunk/2365.patch
Modified:
  arrayfire/trunk/PKGBUILD

+
 2365.patch |  148 +++
 PKGBUILD   |   10 ++-
 2 files changed, 155 insertions(+), 3 deletions(-)

Added: 2365.patch
===
--- 2365.patch  (rev 0)
+++ 2365.patch  2018-12-05 18:52:54 UTC (rev 411573)
@@ -0,0 +1,148 @@
+From b25b998ea3637948914095b57c3246f8b26c6506 Mon Sep 17 00:00:00 2001
+From: pradeep 
+Date: Mon, 3 Dec 2018 20:21:35 +0530
+Subject: [PATCH] Changes to use glbinding 3.0.2 and Forge 1.0.3
+
+- Forge 1.0.3 uses glbinding 3.0.2
+- ArrayFire's glbinding has also been bumped up to 3.0.2
+---
+ CMakeModules/build_forge.cmake |  2 +-
+ src/backend/common/CMakeLists.txt  |  3 +-
+ src/backend/common/graphics_common.cpp | 43 +-
+ src/backend/common/graphics_common.hpp |  4 ---
+ src/backend/opencl/platform.cpp|  1 -
+ 5 files changed, 17 insertions(+), 36 deletions(-)
+
+diff --git a/CMakeModules/build_forge.cmake b/CMakeModules/build_forge.cmake
+index 7ae5a165f..97ffcec5f 100644
+--- a/CMakeModules/build_forge.cmake
 b/CMakeModules/build_forge.cmake
+@@ -7,7 +7,7 @@
+ 
+ include(ExternalProject)
+ 
+-set(FORGE_VERSION af3.6.0)
++set(FORGE_VERSION v1.0.3)
+ set(prefix "${ArrayFire_BINARY_DIR}/third_party/forge")
+ set(PX ${CMAKE_SHARED_LIBRARY_PREFIX})
+ set(SX ${CMAKE_SHARED_LIBRARY_SUFFIX})
+diff --git a/src/backend/common/CMakeLists.txt 
b/src/backend/common/CMakeLists.txt
+index 4aa0b4949..6f608d05f 100644
+--- a/src/backend/common/CMakeLists.txt
 b/src/backend/common/CMakeLists.txt
+@@ -105,7 +105,8 @@ if(AF_WITH_GRAPHICS)
+ # glbindings cmake file
+ target_link_libraries(afcommon_interface
+   INTERFACE
+-$)
++$
++)
+   else()
+ target_link_libraries(afcommon_interface INTERFACE glbinding::glbinding)
+   endif()
+diff --git a/src/backend/common/graphics_common.cpp 
b/src/backend/common/graphics_common.cpp
+index 3cbc83b7a..a574bc962 100644
+--- a/src/backend/common/graphics_common.cpp
 b/src/backend/common/graphics_common.cpp
+@@ -10,7 +10,6 @@
+ #if defined(WITH_GRAPHICS)
+ 
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
+@@ -51,30 +50,28 @@ INSTANTIATE_GET_FG_TYPE(unsigned char   , forge::u8);
+ INSTANTIATE_GET_FG_TYPE(unsigned short  , forge::u16);
+ INSTANTIATE_GET_FG_TYPE(short   , forge::s16);
+ 
+-gl::GLenum glErrorSkip(const char *msg, const char* file, int line)
+-{
+-#ifndef NDEBUG
+-gl::GLenum x = gl::glGetError();
+-if (x != GL_NO_ERROR) {
+-char buf[1024];
+-sprintf(buf, "GL Error Skipped at: %s:%d Message: %s Error Code: %d 
\"%s\"\n", file, line, msg, (int)x, glbinding::Meta::getString(x).c_str());
+-AF_ERROR(buf, AF_ERR_INTERNAL);
+-}
+-return x;
+-#else
+-return (gl::GLenum)0;
+-#endif
+-}
+-
+ gl::GLenum glErrorCheck(const char *msg, const char* file, int line)
+ {
++auto getErrorString = [](gl::GLenum value) {
++switch(value) {
++case GLenum::GL_INVALID_ENUM: return "GL_INVALID_ENUM";
++case GLenum::GL_INVALID_VALUE: return "GL_INVALID_VALUE";
++case GLenum::GL_INVALID_OPERATION: return "GL_INVALID_OPERATION";
++case GLenum::GL_INVALID_FRAMEBUFFER_OPERATION: return 
"GL_INVALID_FRAMEBUFFER_OPERATION";
++case GLenum::GL_OUT_OF_MEMORY: return "GL_OUT_OF_MEMORY";
++case GLenum::GL_STACK_UNDERFLOW: return "GL_STACK_UNDERFLOW";
++case GLenum::GL_STACK_OVERFLOW: return "GL_STACK_OVERFLOW";
++default: return "GL_NO_ERROR";
++}
++};
+ // Skipped in release mode
+ #ifndef NDEBUG
+ gl::GLenum x = gl::glGetError();
+ 
+ if (x != GL_NO_ERROR) {
+ char buf[1024];
+-sprintf(buf, "GL Error at: %s:%d Message: %s Error Code: %d 
\"%s\"\n", file, line, msg, (int)x, glbinding::Meta::getString(x).c_str());
++sprintf(buf, "GL Error at: %s:%d Message: %s Error Code: %d \"%s\"\n",
++file, line, msg, (int)x, getErrorString(x).c_str());
+ AF_ERROR(buf, AF_ERR_INTERNAL);
+ }
+ return x;
+@@ -83,18 +80,6 @@ gl::GLenum glErrorCheck(const char *msg, const char* file, 
int line)
+ #endif
+ }
+ 
+-gl::GLenum glForceErrorCheck(const char *msg, const char* file, int line)
+-{
+-gl::GLenum x = gl::glGetError();
+-
+-if (x != GL_NO_ERROR) {
+-char buf[1024];
+-sprintf(buf, "GL Error at: %s:%d Message: %s Error Code: %d 
\"%s\"\n", file, line, msg, (int)x, glbinding::Meta::getString(x).c_str());
+-AF_ERROR(buf, AF_ERR_INTERNAL);
+-}
+-return x;
+-}
+-
+ size_t getTypeSize(gl::GLenum type)
+ {
+ switch(type) {
+diff --git a/src/backend/common/graphics_common.hpp 
b/src/backend/common/graphics_common.hpp
+index 

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

2018-12-05 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 5, 2018 @ 18:45:14
  Author: foutrelis
Revision: 411571

upgpkg: shorewall 5.2.1.2-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 18:20:02 UTC (rev 411570)
+++ PKGBUILD2018-12-05 18:45:14 UTC (rev 411571)
@@ -4,7 +4,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.2.1.1
+pkgver=5.2.1.2
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -14,11 +14,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('6ce8c126155ab2615ffe97d0164cd12db7b523f8a83c182ee50c7b0494f161de'
+sha256sums=('07a914270d169261deff6cc835a031ec187de2575c5476e3bd55224a4855fc64'
 'SKIP'
-'019bcb0f2fe2c10cb7b35e0e165abd61dd7214ea07d0d49a29f7b998a4fa99d8'
+'4f6fc8e9a3494ee6b67ee47e327fccfb8e56b392ea9f7f65344d1b8adaa38018'
 'SKIP'
-'7c3c3bbed2adacfda91c9eb1b226be8fb9cd32dc8231153ef1ea944528338a36'
+'f84852b86c82487f270172f2d00d13b83255dc05eee9be1e8b76fe7b600021b5'
 'SKIP')
 validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 


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

2018-12-05 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 5, 2018 @ 18:45:20
  Author: foutrelis
Revision: 411572

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 411571, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-05 18:45:14 UTC (rev 411571)
+++ PKGBUILD2018-12-05 18:45:20 UTC (rev 411572)
@@ -1,78 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.2.1.1
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('6ce8c126155ab2615ffe97d0164cd12db7b523f8a83c182ee50c7b0494f161de'
-'SKIP'
-'019bcb0f2fe2c10cb7b35e0e165abd61dd7214ea07d0d49a29f7b998a4fa99d8'
-'SKIP'
-'7c3c3bbed2adacfda91c9eb1b226be8fb9cd32dc8231153ef1ea944528338a36'
-'SKIP')
-validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,arprules,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,lib.private,maclist,mangle,nat,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,rtrules,rules,scfilter,secmarks,shorewall6.conf,snat,start,started,stop,stopped,stoppedrules,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 411571, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-05 18:45:20 UTC (rev 411572)
@@ -0,0 +1,78 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.2.1.2
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('07a914270d169261deff6cc835a031ec187de2575c5476e3bd55224a4855fc64'
+'SKIP'
+'4f6fc8e9a3494ee6b67ee47e327fccfb8e56b392ea9f7f65344d1b8adaa38018'
+'SKIP'
+'f84852b86c82487f270172f2d00d13b83255dc05eee9be1e8b76fe7b600021b5'
+'SKIP')
+validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
+
+build() {
+  for product in 

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

2018-12-05 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 5, 2018 @ 18:43:35
  Author: foutrelis
Revision: 341080

upgpkg: flashplugin 32.0.0.101-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 18:20:48 UTC (rev 341079)
+++ PKGBUILD2018-12-05 18:43:35 UTC (rev 341080)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=(flashplugin pepper-flash)
-pkgver=31.0.0.153
+pkgver=32.0.0.101
 pkgrel=1
 pkgdesc="Adobe Flash Player"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 
source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
 
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
 noextract=(${source[@]%::*})
-sha256sums=('2cbf80213dc0035b4064c37bb9d8e8207c974497717dc30d17b63adff61c9684'
-'1771505f6a96d4a56af9918ed7896874a826de4666beb55aea8d3f8b4356e586')
+sha256sums=('d1f70d23cde535e794e41a6f5b8f90d0d251832a9155fa877c0abc896bca7500'
+'0a2a490848704b1ac5c06190978dfc083fce3db1b73a303aa1bd80cee247532f')
 
 prepare() {
   local _dir


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

2018-12-05 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 5, 2018 @ 18:43:41
  Author: foutrelis
Revision: 341081

archrelease: copy trunk to extra-x86_64

Added:
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 341080, flashplugin/trunk/PKGBUILD)
Deleted:
  flashplugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-05 18:43:35 UTC (rev 341080)
+++ PKGBUILD2018-12-05 18:43:41 UTC (rev 341081)
@@ -1,52 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=(flashplugin pepper-flash)
-pkgver=31.0.0.153
-pkgrel=1
-pkgdesc="Adobe Flash Player"
-arch=('x86_64')
-url="https://get.adobe.com/flashplayer/;
-license=('custom' 'LGPL')
-options=('!strip')
-source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
-
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
-noextract=(${source[@]%::*})
-sha256sums=('2cbf80213dc0035b4064c37bb9d8e8207c974497717dc30d17b63adff61c9684'
-'1771505f6a96d4a56af9918ed7896874a826de4666beb55aea8d3f8b4356e586')
-
-prepare() {
-  local _dir
-  for f in *.tar.gz; do
-_dir=$(grep -Eo '([np]papi)' <<< $f)
-mkdir -p $_dir
-tar xfC $f $_dir
-  done
-}
-
-package_flashplugin() {
-  pkgdesc+=" NPAPI"
-  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
-  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
-
-  cd npapi
-  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-
-  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
-  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
-
-}
-
-package_pepper-flash() {
-  pkgdesc+=" PPAPI"
-  depends=('gcc-libs')
-  optdepends=('flashplugin: settings utility')
-
-  cd ppapi
-  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flashplugin/repos/extra-x86_64/PKGBUILD (from rev 341080, 
flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-05 18:43:41 UTC (rev 341081)
@@ -0,0 +1,52 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=(flashplugin pepper-flash)
+pkgver=32.0.0.101
+pkgrel=1
+pkgdesc="Adobe Flash Player"
+arch=('x86_64')
+url="https://get.adobe.com/flashplayer/;
+license=('custom' 'LGPL')
+options=('!strip')
+source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
+
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
+noextract=(${source[@]%::*})
+sha256sums=('d1f70d23cde535e794e41a6f5b8f90d0d251832a9155fa877c0abc896bca7500'
+'0a2a490848704b1ac5c06190978dfc083fce3db1b73a303aa1bd80cee247532f')
+
+prepare() {
+  local _dir
+  for f in *.tar.gz; do
+_dir=$(grep -Eo '([np]papi)' <<< $f)
+mkdir -p $_dir
+tar xfC $f $_dir
+  done
+}
+
+package_flashplugin() {
+  pkgdesc+=" NPAPI"
+  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
+  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
+
+  cd npapi
+  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+
+  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
+  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
+
+}
+
+package_pepper-flash() {
+  pkgdesc+=" PPAPI"
+  depends=('gcc-libs')
+  optdepends=('flashplugin: settings utility')
+
+  cd ppapi
+  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-05 Thread Andreas Radke via arch-commits
Date: Wednesday, December 5, 2018 @ 18:20:48
  Author: andyrtr
Revision: 341079

archrelease: copy trunk to testing-x86_64

Added:
  gnutls/repos/testing-x86_64/
  gnutls/repos/testing-x86_64/PKGBUILD
(from rev 341078, gnutls/trunk/PKGBUILD)

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

Copied: gnutls/repos/testing-x86_64/PKGBUILD (from rev 341078, 
gnutls/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-05 18:20:48 UTC (rev 341079)
@@ -0,0 +1,47 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=gnutls
+pkgver=3.6.5
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="https://www.gnutls.org/;
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn2' 
'libunistring')
+checkdepends=('net-tools')
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('073eced3acef49a3883e69ffd5f0f0b5f46e2760ad86eddc6c0866df4e7abb35'
+'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # "Simon Josefsson "
+   # "Nikos Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --with-idn \
+   --disable-guile \
+   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
+}


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

2018-12-05 Thread Andreas Radke via arch-commits
Date: Wednesday, December 5, 2018 @ 18:20:38
  Author: andyrtr
Revision: 341078

upgpkg: gnutls 3.6.5-1

upstream update 3.6.5 - move to new stable branch, drop guile bindings as they 
don't build currently with recent guile 2.2.x branch

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 18:20:24 UTC (rev 341077)
+++ PKGBUILD2018-12-05 18:20:38 UTC (rev 341078)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=gnutls
-pkgver=3.5.19
-pkgrel=2
+pkgver=3.6.5
+pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -11,9 +11,8 @@
 options=('!zipman')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn2' 
'libunistring')
 checkdepends=('net-tools')
-optdepends=('guile: for use with Guile bindings')
-source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha256sums=('1936eb64f03aaefd6eb16cef056745618573826b94d03376bb6a4afadc44'
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('073eced3acef49a3883e69ffd5f0f0b5f46e2760ad86eddc6c0866df4e7abb35'
 'SKIP')
 validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
   '1F42418905D8206AA754CCDC29EE58B996865171')
@@ -20,12 +19,6 @@
# "Simon Josefsson "
# "Nikos Mavrogiannopoulos 
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix a broken test
-#  sed 's/global_init/gnutls_global_init/g' -i tests/trust-store.c
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
@@ -32,7 +25,7 @@
--with-zlib \
--disable-static \
--with-idn \
-   --enable-guile --with-guile-site-dir=no \
+   --disable-guile \

--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make


[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD missing-includes.diff)

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 18:20:08
  Author: heftig
Revision: 341076

1.14.4-5

Modified:
  gst-plugins-bad/trunk/PKGBUILD
Deleted:
  gst-plugins-bad/trunk/missing-includes.diff

---+
 PKGBUILD  |   14 ++---
 missing-includes.diff |   51 
 2 files changed, 7 insertions(+), 58 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 17:46:03 UTC (rev 341075)
+++ PKGBUILD2018-12-05 18:20:08 UTC (rev 341076)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.14.4
-pkgrel=4
+pkgrel=5
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 url="https://gstreamer.freedesktop.org/;
 arch=(x86_64)
@@ -14,14 +14,14 @@
  libfdk-aac faac soundtouch spandsp neon webrtc-audio-processing 
libdc1394 libmpcdec zvbi
  openexr libbs2b libnice lcms2 bluez-libs glu srt aom)
 makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 
vulkan-headers
- vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv) # 
opencv - needs porting to 4.0
+ vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv)
 _commit=566e4ecc223b18fce8bd932f5e4885f41f746dd4  # tags/1.14.4^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;
-missing-includes.diff)
+'gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common'
+
'gst-fdkaac2.patch::https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/merge_requests/77.patch')
 sha256sums=('SKIP'
 'SKIP'
-'acf625d58611372532bc76e7276dacd69d2a9f7dee88ed9e2e8ecae0881476a3')
+'2325b2283a324a938bd5f1e600f344f2c71d99a2ac974564737dc75ab4c8d052')
 
 pkgver() {
   cd $pkgname
@@ -31,8 +31,8 @@
 prepare() {
   cd $pkgname
 
-  # error: ‘CV_RGB’ was not declared in this scope
-  patch -Np1 -i ../missing-includes.diff
+  # libfdk-aac 2.0.0
+  patch -Np1 -i ../gst-fdkaac2.patch
 
   git submodule init
   git config --local submodule.common.url "$srcdir/gst-common"

Deleted: missing-includes.diff
===
--- missing-includes.diff   2018-12-05 17:46:03 UTC (rev 341075)
+++ missing-includes.diff   2018-12-05 18:20:08 UTC (rev 341076)
@@ -1,51 +0,0 @@
-Submodule common f0c2dc9aa..ed78bee43:
-  > valgrind suppressions: ignore any error triggered by */ld*.so
-  > gtk-doc-plugins.mak: sort xml inspect files
-diff --git i/ext/opencv/MotionCells.cpp w/ext/opencv/MotionCells.cpp
-index f85989e11..e75191308 100644
 i/ext/opencv/MotionCells.cpp
-+++ w/ext/opencv/MotionCells.cpp
-@@ -52,6 +52,7 @@
- #include 
- #include "MotionCells.h"
- #include 
-+#include 
- 
- MotionCells::MotionCells ()
- {
-diff --git i/ext/opencv/gsthanddetect.cpp w/ext/opencv/gsthanddetect.cpp
-index 60fd5be72..aadbc03de 100644
 i/ext/opencv/gsthanddetect.cpp
-+++ w/ext/opencv/gsthanddetect.cpp
-@@ -63,6 +63,7 @@
- /* element header */
- #include "gsthanddetect.h"
- #include 
-+#include 
- 
- GST_DEBUG_CATEGORY_STATIC (gst_handdetect_debug);
- #define GST_CAT_DEFAULT gst_handdetect_debug
-diff --git i/ext/opencv/gstsegmentation.cpp w/ext/opencv/gstsegmentation.cpp
-index d52476e7d..fd3abb507 100644
 i/ext/opencv/gstsegmentation.cpp
-+++ w/ext/opencv/gstsegmentation.cpp
-@@ -92,6 +92,7 @@
- 
- #include "gstsegmentation.h"
- #include 
-+#include 
- 
- GST_DEBUG_CATEGORY_STATIC (gst_segmentation_debug);
- #define GST_CAT_DEFAULT gst_segmentation_debug
-diff --git i/ext/opencv/gsttemplatematch.cpp w/ext/opencv/gsttemplatematch.cpp
-index f39208dc2..50197f23d 100644
 i/ext/opencv/gsttemplatematch.cpp
-+++ w/ext/opencv/gsttemplatematch.cpp
-@@ -64,6 +64,7 @@
- #include "../../gst-libs/gst/gst-i18n-plugin.h"
- #include "gsttemplatematch.h"
- #include 
-+#include 
- 
- GST_DEBUG_CATEGORY_STATIC (gst_template_match_debug);
- #define GST_CAT_DEFAULT gst_template_match_debug


[arch-commits] Commit in gst-plugins-bad/repos (2 files)

2018-12-05 Thread Jan Steffens via arch-commits
Date: Wednesday, December 5, 2018 @ 18:20:24
  Author: heftig
Revision: 341077

archrelease: copy trunk to staging-x86_64

Added:
  gst-plugins-bad/repos/staging-x86_64/
  gst-plugins-bad/repos/staging-x86_64/PKGBUILD
(from rev 341076, gst-plugins-bad/trunk/PKGBUILD)

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

Copied: gst-plugins-bad/repos/staging-x86_64/PKGBUILD (from rev 341076, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-05 18:20:24 UTC (rev 341077)
@@ -0,0 +1,70 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.14.4
+pkgrel=5
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt 
libdca libdvdnav
+ libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls sbc 
rtmpdump libgudev
+ libexif libdvdread libvdpau libmpeg2 wildmidi ladspa openal libusb 
vulkan-icd-loader
+ libfdk-aac faac soundtouch spandsp neon webrtc-audio-processing 
libdc1394 libmpcdec zvbi
+ openexr libbs2b libnice lcms2 bluez-libs glu srt aom)
+makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 
vulkan-headers
+ vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv)
+_commit=566e4ecc223b18fce8bd932f5e4885f41f746dd4  # tags/1.14.4^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit;
+'gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common'
+
'gst-fdkaac2.patch::https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/merge_requests/77.patch')
+sha256sums=('SKIP'
+'SKIP'
+'2325b2283a324a938bd5f1e600f344f2c71d99a2ac974564737dc75ab4c8d052')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # libfdk-aac 2.0.0
+  patch -Np1 -i ../gst-fdkaac2.patch
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--with-gtk=3.0 \
+--enable-experimental \
+--enable-gtk-doc \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # bad tests are bad
+  #make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-12-05 Thread David Runge via arch-commits
Date: Wednesday, December 5, 2018 @ 18:19:55
  Author: dvzrv
Revision: 411569

upgpkg: qsynth 0.5.4-1

Upgrading to 0.5.4.

Modified:
  qsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 17:41:10 UTC (rev 411568)
+++ PKGBUILD2018-12-05 18:19:55 UTC (rev 411569)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=qsynth
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc="Qt GUI for FluidSynth"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('15632274e5822f5e1a49bd332c5d8b7e59a54800ad32510f425f06b4557e474d5479bd531b45fc43af20535017a656fbd9469d318940931912a56ea1856dc117')
+sha512sums=('711b18efea3b4050c567f2c549ab4f44525f53de42c6cfea379260e62966215e6d59432bed946733c7e772d691edb739a882de753cf3f46b932833de7b120b7d')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2018-12-05 Thread David Runge via arch-commits
Date: Wednesday, December 5, 2018 @ 18:20:02
  Author: dvzrv
Revision: 411570

archrelease: copy trunk to community-x86_64

Added:
  qsynth/repos/community-x86_64/PKGBUILD
(from rev 411569, qsynth/trunk/PKGBUILD)
Deleted:
  qsynth/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-05 18:19:55 UTC (rev 411569)
+++ PKGBUILD2018-12-05 18:20:02 UTC (rev 411570)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=qsynth
-pkgver=0.5.3
-pkgrel=1
-pkgdesc="Qt GUI for FluidSynth"
-arch=('x86_64')
-url="https://qsynth.sourceforge.net/;
-license=('GPL')
-groups=('pro-audio')
-depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('15632274e5822f5e1a49bd332c5d8b7e59a54800ad32510f425f06b4557e474d5479bd531b45fc43af20535017a656fbd9469d318940931912a56ea1856dc117')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qsynth/repos/community-x86_64/PKGBUILD (from rev 411569, 
qsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-05 18:20:02 UTC (rev 411570)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=qsynth
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="Qt GUI for FluidSynth"
+arch=('x86_64')
+url="https://qsynth.sourceforge.net/;
+license=('GPL')
+groups=('pro-audio')
+depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('711b18efea3b4050c567f2c549ab4f44525f53de42c6cfea379260e62966215e6d59432bed946733c7e772d691edb739a882de753cf3f46b932833de7b120b7d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 17:46:03
  Author: arojas
Revision: 341075

archrelease: copy trunk to staging-x86_64

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

---+
 PKGBUILD  |   65 
 qtcreator-clang-plugins.patch |   40 
 2 files changed, 105 insertions(+)

Copied: qtcreator/repos/staging-x86_64/PKGBUILD (from rev 341074, 
qtcreator/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-12-05 17:46:03 UTC (rev 341075)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Antonio Rojas 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=4.8.0
+_clangver=7.0.0
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=(x86_64)
+url='http://qt-project.org'
+license=(LGPL)
+depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine 
clang=$_clangver qbs clazy)
+makedepends=(git mesa llvm python)
+options=(docs)
+optdepends=('qt5-doc: integrated Qt documentation'
+'qt5-examples: welcome page examples'
+'qt5-translations: for other languages'
+'gdb: debugger'
+'cmake: cmake project support'
+'x11-ssh-askpass: ssh support'
+'git: git support'
+'mercurial: mercurial support'
+'bzr: bazaar support'
+'valgrind: analyze support')
+source=("http://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz;
+qtcreator-clang-plugins.patch)
+sha256sums=('aec7b4595e17f5536eb2eef4331057f2d0fa4ba0a46f4968cc06959a1d589b43'
+'6f19fc9d83964a5460d224b3d44ce580553847960181fe0364e2ce26e1efd2e6')
+
+prepare() {
+  mkdir -p build
+
+  cd qt-creator-opensource-src-$pkgver
+  # fix hardcoded libexec path
+  sed -e 's|libexec\/qtcreator|lib\/qtcreator|g' -i qtcreator.pri
+  # use system qbs
+  rm -r src/shared/qbs
+  # Load analyzer plugins on demand, since upstream clang doesn't link to all 
plugins
+  # see 
http://code.qt.io/cgit/clang/clang.git/commit/?id=7f349701d3ea0c47be3a43e2656993fd55cf
+  # and https://bugs.archlinux.org/task/59492
+  patch -p1 -i ../qtcreator-clang-plugins.patch
+}
+
+build() {
+  cd build
+
+  qmake LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr CONFIG+=journald 
QMAKE_CFLAGS_ISYSTEM=-I \
+DEFINES+=QBS_ENABLE_PROJECT_FILE_UPDATES 
"$srcdir"/qt-creator-opensource-src-$pkgver/qtcreator.pro
+  make
+  make docs
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir/usr/" install
+  make INSTALL_ROOT="$pkgdir/usr/" install_docs
+
+  install -Dm644 
"$srcdir"/qt-creator-opensource-src-$pkgver/LICENSE.GPL3-EXCEPT 
"$pkgdir"/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
+}

Copied: qtcreator/repos/staging-x86_64/qtcreator-clang-plugins.patch (from rev 
341074, qtcreator/trunk/qtcreator-clang-plugins.patch)
===
--- staging-x86_64/qtcreator-clang-plugins.patch
(rev 0)
+++ staging-x86_64/qtcreator-clang-plugins.patch2018-12-05 17:46:03 UTC 
(rev 341075)
@@ -0,0 +1,40 @@
+diff --git a/src/plugins/clangcodemodel/clangeditordocumentprocessor.cpp 
b/src/plugins/clangcodemodel/clangeditordocumentprocessor.cpp
+index 25054f14ec..b0e17c3260 100644
+--- a/src/plugins/clangcodemodel/clangeditordocumentprocessor.cpp
 b/src/plugins/clangcodemodel/clangeditordocumentprocessor.cpp
+@@ -524,6 +524,7 @@ private:
+ if (tidyMode == Mode::Disabled)
+ return;
+ 
++addXclangArg("-load", "libclangTidyPlugin.so");
+ addXclangArg("-add-plugin", "clang-tidy");
+ 
+ if (tidyMode == Mode::File)
+@@ -539,6 +540,7 @@ private:
+ if (checks.isEmpty())
+ return;
+ 
++addXclangArg("-load", "ClangLazy.so");
+ addXclangArg("-add-plugin", "clang-lazy");
+ addXclangArg("-plugin-arg-clang-lazy", "enable-all-fixits");
+ addXclangArg("-plugin-arg-clang-lazy", "no-autowrite-fixits");
+diff --git a/src/plugins/clangtools/clangtidyclazyrunner.cpp 
b/src/plugins/clangtools/clangtidyclazyrunner.cpp
+index d91724392e..75e1692f49 100644
+--- a/src/plugins/clangtools/clangtidyclazyrunner.cpp
 b/src/plugins/clangtools/clangtidyclazyrunner.cpp
+@@ -83,6 +83,7 @@ QStringList 
ClangTidyClazyRunner::constructCommandLineArguments(const QStringLis
+ 
+ const ClangDiagnosticConfig::TidyMode tidyMode = 
m_diagnosticConfig.clangTidyMode();
+ 

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

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 17:45:42
  Author: arojas
Revision: 341074

Update to 4.8.0

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 17:24:08 UTC (rev 341073)
+++ PKGBUILD2018-12-05 17:45:42 UTC (rev 341074)
@@ -7,7 +7,7 @@
 # Contributor: delor 
 
 pkgname=qtcreator
-pkgver=4.7.2
+pkgver=4.8.0
 _clangver=7.0.0
 pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
@@ -29,7 +29,7 @@
 'valgrind: analyze support')
 
source=("http://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz;
 qtcreator-clang-plugins.patch)
-sha256sums=('f58217e9314702160957c49b8729a662445e901e5f158c64c57550579d65ccc7'
+sha256sums=('aec7b4595e17f5536eb2eef4331057f2d0fa4ba0a46f4968cc06959a1d589b43'
 '6f19fc9d83964a5460d224b3d44ce580553847960181fe0364e2ce26e1efd2e6')
 
 prepare() {


[arch-commits] Commit in intellij-idea-community-edition/trunk (2 files)

2018-12-05 Thread Levente Polyak via arch-commits
Date: Wednesday, December 5, 2018 @ 17:41:10
  Author: anthraxx
Revision: 411568

intellij-community-edition: prepare upgrade to 2018.3

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD
  intellij-idea-community-edition/trunk/idea-build.patch

--+
 PKGBUILD |9 -
 idea-build.patch |   21 +++--
 2 files changed, 11 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 17:21:35 UTC (rev 411567)
+++ PKGBUILD2018-12-05 17:41:10 UTC (rev 411568)
@@ -3,9 +3,9 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=intellij-idea-community-edition
-pkgver=2018.2.6
-_build=182.5107.16
-_adt_tools_base_commit=70a9f8b3756d917717a04140b858a23eef5e60ca
+pkgver=2018.3
+_build=183.4284.148
+_adt_tools_base_commit=e841aa025aa62a4250040ca2a538daabbff54cf5
 pkgrel=1
 epoch=2
 pkgdesc='IDE for Java, Groovy and other programming languages with advanced 
refactoring features'
@@ -15,7 +15,7 @@
 backup=('usr/share/idea/bin/idea.vmoptions'
 'usr/share/idea/bin/idea64.vmoptions')
 depends=('giflib' 'java-environment=8' 'python' 'sh' 'ttf-font')
-makedepends=('apache-ant' 'git' 'java-openjfx')
+makedepends=('ant' 'git' 'java-openjfx')
 
source=(idea-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/idea/${_build}.tar.gz
 
idea-android-${_build}.tar.gz::https://github.com/JetBrains/android/archive/idea/${_build}.tar.gz
 
idea-adt-tools-base::"git://git.jetbrains.org/idea/adt-tools-base.git#commit=${_adt_tools_base_commit}"
@@ -34,7 +34,6 @@
   patch -Np1 -i ../idea-build.patch
   echo ${_build} > build.txt
   ln -s "${srcdir}"/android-idea-${_build} android
-  ls -lah android/
   ln -s "${srcdir}"/idea-adt-tools-base android/tools-base
 }
 

Modified: idea-build.patch
===
--- idea-build.patch2018-12-05 17:21:35 UTC (rev 411567)
+++ idea-build.patch2018-12-05 17:41:10 UTC (rev 411568)
@@ -2,14 +2,14 @@
 --- 
intellij-community-pycharm-182.1177.orig/build/dependencies/setupJbre.gradle
   2018-03-29 19:26:20.265970726 +0200
 +++ intellij-community-pycharm-182.1177/build/dependencies/setupJbre.gradle
2018-03-29 19:26:52.690160085 +0200
 @@ -1,7 +1,7 @@
- task setupJbre {}
+ def setupJbre = task setupJbre {}
  
- def jdkRepo = inJetBrainsNetwork ? 
'http://repo.labs.intellij.net/intellij-jdk' : 
'https://dl.bintray.com/jetbrains/intellij-jdk'
--def targetOs = "${System.getProperty("intellij.build.target.os", "all")}"
-+def targetOs = "${System.getProperty("intellij.build.target.os", "linux")}"
- 
- jrePlatformsToDownload(targetOs).each { platform ->
-   archToDownload(platform).each { arch ->
+ def jdkRepo = 'https://cache-redirector.jetbrains.com/intellij-jdk'
+-def targetOs = System.getProperty("intellij.build.target.os", "all")
++def targetOs = System.getProperty("intellij.build.target.os", "linux")
+ def bundledJreVersion = 
System.getProperty("intellij.build.bundled.jre.version", "8").toInteger()
+ def isBundledJreModular = bundledJreVersion >= 9
+ def jreArtifactBuild = System.getProperty("intellij.build.bundled.jre.build", 
jdkBuild)
 diff -rupN 
intellij-community-pycharm-182.1177.orig/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
 
intellij-community-pycharm-182.1177/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
 --- 
intellij-community-pycharm-182.1177.orig/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
2018-03-29 19:26:25.415841858 +0200
 +++ 
intellij-community-pycharm-182.1177/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
 2018-03-29 19:31:46.883868914 +0200
@@ -31,10 +31,3 @@
  
/**
 * By default build process produces temporary and resulting files under 
projectHome/out/productName directory, use this property to
-@@ -115,4 +115,4 @@ class BuildOptions {
-*/
-   boolean isInDevelopmentMode = 
SystemProperties.getBooleanProperty("intellij.build.dev.mode",
- 
System.getProperty("teamcity.buildType.id") == null)
--}
-\ No newline at end of file
-+}


[arch-commits] Commit in noto-fonts-cjk/repos/extra-any (4 files)

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 17:24:08
  Author: arojas
Revision: 341073

archrelease: copy trunk to extra-any

Added:
  noto-fonts-cjk/repos/extra-any/70-noto-cjk.conf
(from rev 341072, noto-fonts-cjk/trunk/70-noto-cjk.conf)
  noto-fonts-cjk/repos/extra-any/PKGBUILD
(from rev 341072, noto-fonts-cjk/trunk/PKGBUILD)
Deleted:
  noto-fonts-cjk/repos/extra-any/70-noto-cjk.conf
  noto-fonts-cjk/repos/extra-any/PKGBUILD

--+
 70-noto-cjk.conf |  366 ++---
 PKGBUILD |   38 ++---
 2 files changed, 202 insertions(+), 202 deletions(-)

Deleted: 70-noto-cjk.conf
===
--- 70-noto-cjk.conf2018-12-05 17:23:28 UTC (rev 341072)
+++ 70-noto-cjk.conf2018-12-05 17:24:08 UTC (rev 341073)
@@ -1,183 +0,0 @@
-
-
-
-
-
-ja
-
-
-serif
-
-
-Noto Serif CJK JP
-
-
-
-
-
-ko
-
-
-serif
-
-
-Noto Serif CJK KR
-
-
-
-
-
-zh-cn
-
-
-serif
-
-
-Noto Serif CJK SC
-
-
-
-
-
-zh-tw
-
-
-serif
-
-
-Noto Serif CJK TC
-
-
-
-
-
-zh-hk
-
-
-serif
-
-
-Noto Serif CJK TC
-
-
-
-
-
-ja
-
-
-sans-serif
-
-
-Noto Sans CJK JP
-
-
-
-
-
-ko
-
-
-sans-serif
-
-
-Noto Sans CJK KR
-
-
-
-
-
-zh-cn
-
-
-sans-serif
-
-
-Noto Sans CJK SC
-
-
-
-
-
-zh-tw
-
-
-sans-serif
-
-
-Noto Sans CJK TC
-
-
-
-
-
-zh-hk
-
-
-sans-serif
-
-
-Noto Sans CJK TC
-
-
-
-
-
-ja
-
-
-monospace
-
-
-Noto Sans Mono CJK JP
-
-
-
-
-
-ko
-
-
-monospace
-
-
-Noto Sans Mono CJK KR
-
-
-
-
-
-zh-cn
-
-
-monospace
-
-
-Noto Sans Mono CJK SC
-
-
-
-
-
-zh-tw
-
-
-monospace
-
-
-Noto Sans Mono CJK TC
-
-
-
-
-
-zh-hk
-
-
-monospace
-
-
-Noto Sans Mono CJK TC
-
-
-

Copied: noto-fonts-cjk/repos/extra-any/70-noto-cjk.conf (from rev 341072, 
noto-fonts-cjk/trunk/70-noto-cjk.conf)
===
--- 70-noto-cjk.conf(rev 0)
+++ 70-noto-cjk.conf2018-12-05 17:24:08 UTC (rev 341073)
@@ -0,0 +1,183 @@
+
+
+
+
+
+ja
+
+
+serif
+
+
+Noto Serif CJK JP
+
+
+
+
+
+ko
+
+
+serif
+
+
+Noto Serif CJK KR
+
+
+
+
+
+zh-cn
+
+
+serif
+
+
+Noto Serif CJK SC
+
+
+
+
+
+zh-tw
+
+
+serif
+
+
+Noto Serif CJK TC
+
+
+
+
+
+zh-hk
+
+
+serif
+
+
+Noto Serif CJK TC
+
+
+
+
+
+ja
+
+
+sans-serif
+
+
+Noto Sans CJK JP
+
+
+
+
+
+ko
+
+
+sans-serif
+
+
+Noto Sans CJK KR
+
+
+
+
+
+zh-cn
+
+
+sans-serif
+
+
+Noto Sans CJK SC
+
+
+
+
+
+zh-tw
+
+
+sans-serif
+
+
+Noto Sans CJK TC
+
+
+
+
+
+zh-hk
+
+
+sans-serif
+
+
+Noto Sans CJK TC
+
+
+
+
+
+ja
+
+
+monospace
+
+
+Noto Sans Mono CJK JP
+
+
+
+
+
+ko
+   

[arch-commits] Commit in noto-fonts-cjk/trunk (PKGBUILD)

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 17:23:28
  Author: arojas
Revision: 341072

Update

Modified:
  noto-fonts-cjk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 17:13:49 UTC (rev 341071)
+++ PKGBUILD2018-12-05 17:23:28 UTC (rev 341072)
@@ -1,15 +1,15 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=noto-fonts-cjk
-pkgver=20170601
-_commit=32a5844539f2e348ed36b44e990f9b06d7fb89fe
-pkgrel=3
+pkgver=20181130
+_commit=9326451d9b4f32ec7f8640581c5053cc192039f2
+pkgrel=1
 pkgdesc="Google Noto CJK fonts"
 arch=(any)
 url="https://www.google.com/get/noto/;
 license=(custom:SIL)
 
source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-cjk/archive/$_commit.zip;
 70-noto-cjk.conf)
-sha256sums=('31e53af3f5e97ae021f24f960608e98f64aaa12804eda7fb583dcfaa8d496ebf'
+sha256sums=('28d282497d78e15c77f346afcf81498bef1f98f168e97eeb5a1a288106b84ed2'
 'f83b652cabe6e95489f2f70e44f5288216d33a6132f24e8d074d6eee4e3d700b')
 
 package() {


[arch-commits] Commit in sagemath-doc/repos (community-x86_64)

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 17:21:35
  Author: arojas
Revision: 411567

Remove wrong arch

Deleted:
  sagemath-doc/repos/community-x86_64/


[arch-commits] Commit in sagemath-doc/repos/community-any (7 files)

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 17:21:20
  Author: arojas
Revision: 411566

archrelease: copy trunk to community-any

Added:
  sagemath-doc/repos/community-any/PKGBUILD
(from rev 411565, sagemath-doc/trunk/PKGBUILD)
  sagemath-doc/repos/community-any/docbuild_main.patch
(from rev 411565, sagemath-doc/trunk/docbuild_main.patch)
  sagemath-doc/repos/community-any/sagemath-doc-segfault.patch
(from rev 411565, sagemath-doc/trunk/sagemath-doc-segfault.patch)
  sagemath-doc/repos/community-any/sagemath-doc-sphinx-1.8.patch
(from rev 411565, sagemath-doc/trunk/sagemath-doc-sphinx-1.8.patch)
Deleted:
  sagemath-doc/repos/community-any/PKGBUILD
  sagemath-doc/repos/community-any/docbuild_main.patch
  sagemath-doc/repos/community-any/sagemath-doc-sphinx-1.8.patch

---+
 PKGBUILD  |  124 
 docbuild_main.patch   |   12 +--
 sagemath-doc-segfault.patch   |   63 
 sagemath-doc-sphinx-1.8.patch |   32 +-
 4 files changed, 147 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-05 17:06:28 UTC (rev 411565)
+++ PKGBUILD2018-12-05 17:21:20 UTC (rev 411566)
@@ -1,62 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=sagemath-doc
-pkgver=8.4
-pkgrel=1
-pkgdesc="HTML documentation and inline help for SageMath"
-arch=(any)
-url="http://www.sagemath.org;
-license=(GPL)
-depends=(python2-sphinx gap-4.8-doc thebe)
-makedepends=(sage-notebook python2-pyzmq python2-docutils 
python2-jupyter_client python2-pkgconfig cython2 python2-ipywidgets)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
-docbuild_main.patch sagemath-doc-sphinx-1.8.patch 
sagemath-doc-segfault.patch)
-sha256sums=('961a21f60d251531db4b9935cfb6f67f7a207e1029288b4dc5b807f021078ab0'
-'ea5e17bb7a7cb36a22e5e3872fcc2585852bc971c4b139b0b2cd69a36c1b009b'
-'f2488c508c3322ad1bdedd56913adbcb4ab964531be95d12a86abb723b9fd25e'
-'141ac064305526785fb6d9507896876cbf893cd41ec1e42d86fc836f766c200f')
-
-prepare() {
-  cd sage-$pkgver
-
-# fix relative imports
-  patch -p0 -i ../docbuild_main.patch
-# use sage_setup imports from sagemath source, but use system sage ones (which 
include compiled modules)
-  mkdir -p local-python
-  ln -sr src/sage_setup local-python
-# fix build with sphinx 1.8
-  patch -p1 -i ../sagemath-doc-sphinx-1.8.patch
-# Partially revert https://trac.sagemath.org/ticket/24655 to workaround a 
segfault
-  patch -Rp1 -i ../sagemath-doc-segfault.patch
-}
-
-build() {
-  cd sage-$pkgver/src
-
-  export SAGE_LOCAL="/usr"
-  export SAGE_ROOT="/usr"
-  export SAGE_SRC="$PWD"
-  export SAGE_DOC_SRC="$SAGE_SRC"/doc
-  export SAGE_DOC="$SAGE_DOC_SRC"
-  export SAGE_DOC_MATHJAX=yes
-  export PYTHONPATH="$srcdir"/sage-$pkgver/local-python
-  python2 sage_setup/docbuild --no-pdf-links -k all html
-}
-
-package() {
-  cd sage-$pkgver/src/doc
- 
-  mkdir -p "$pkgdir"/usr/share/doc/sage/en
-  cp -r en/introspect "$pkgdir"/usr/share/doc/sage/en
-  cp -r common "$pkgdir"/usr/share/doc/sage
-  cp -r html "$pkgdir"/usr/share/doc/sage
-
-# Replace duplicated files by symlinks (Gentoo)
-  cd "$pkgdir"/usr/share/doc/sage
-  mv html/en/_static{,.tmp}
-  for _dir in `find -name _static` ; do
-rm -r $_dir
-ln -s /usr/share/doc/sage/html/en/_static $_dir
-  done
-  mv html/en/_static{.tmp,}
-}

Copied: sagemath-doc/repos/community-any/PKGBUILD (from rev 411565, 
sagemath-doc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-05 17:21:20 UTC (rev 411566)
@@ -0,0 +1,62 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=sagemath-doc
+pkgver=8.4
+pkgrel=1
+pkgdesc="HTML documentation and inline help for SageMath"
+arch=(any)
+url="http://www.sagemath.org;
+license=(GPL)
+depends=(python2-sphinx gap-4.8-doc thebe)
+makedepends=(sage-notebook python2-pyzmq python2-docutils 
python2-jupyter_client python2-pkgconfig cython2 python2-ipywidgets)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
+docbuild_main.patch sagemath-doc-sphinx-1.8.patch 
sagemath-doc-segfault.patch)
+sha256sums=('961a21f60d251531db4b9935cfb6f67f7a207e1029288b4dc5b807f021078ab0'
+'ea5e17bb7a7cb36a22e5e3872fcc2585852bc971c4b139b0b2cd69a36c1b009b'
+'f2488c508c3322ad1bdedd56913adbcb4ab964531be95d12a86abb723b9fd25e'
+'141ac064305526785fb6d9507896876cbf893cd41ec1e42d86fc836f766c200f')
+
+prepare() {
+  cd sage-$pkgver
+
+# fix relative imports
+  patch -p0 -i ../docbuild_main.patch
+# use sage_setup imports from sagemath source, but use system sage ones (which 
include compiled modules)
+  mkdir -p local-python
+  ln -sr src/sage_setup local-python
+# fix build with sphinx 1.8
+  patch -p1 -i 

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

2018-12-05 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 5, 2018 @ 17:13:41
  Author: alucryd
Revision: 341070

upgpkg: fmt 5.2.1-3

Modified:
  fmt/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 16:35:21 UTC (rev 341069)
+++ PKGBUILD2018-12-05 17:13:41 UTC (rev 341070)
@@ -2,7 +2,7 @@
 # Contributor: Mihai Bişog 
 pkgname=fmt
 pkgver=5.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Open-source formatting library for C++'
 arch=(x86_64)
 url='http://fmtlib.net'
@@ -22,6 +22,12 @@
 rm -rf build
   fi
   mkdir build
+
+  cd fmt
+
+  # backport the pc file
+  git cherry-pick -n 9d0c9c4bb145a286f725cd38c90331eee7addc7f
+  git cherry-pick -n 0835f1ba3b538f4e7603976419d5be8b17394cb5
 }
 
 build() {


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

2018-12-05 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 5, 2018 @ 17:13:49
  Author: alucryd
Revision: 341071

archrelease: copy trunk to extra-x86_64

Added:
  fmt/repos/extra-x86_64/PKGBUILD
(from rev 341070, fmt/trunk/PKGBUILD)
Deleted:
  fmt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-05 17:13:41 UTC (rev 341070)
+++ PKGBUILD2018-12-05 17:13:49 UTC (rev 341071)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Mihai Bişog 
-pkgname=fmt
-pkgver=5.2.1
-pkgrel=2
-pkgdesc='Open-source formatting library for C++'
-arch=(x86_64)
-url='http://fmtlib.net'
-license=(BSD)
-makedepends=(
-  cmake
-  git
-  ninja
-)
-provides=(libfmt.so)
-
-source=(git+https://github.com/fmtlib/fmt.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../fmt \
--G Ninja \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DBUILD_SHARED_LIBS='1'
-  cmake --build .
-}
-
-check() {
-  cmake --build build --target test
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --build build --target install
-  install -Dm 644 fmt/LICENSE.rst -t "${pkgdir}"/usr/share/licenses/fmt
-}
-
-# vim: ts=2 sw=2 et:

Copied: fmt/repos/extra-x86_64/PKGBUILD (from rev 341070, fmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-05 17:13:49 UTC (rev 341071)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Mihai Bişog 
+pkgname=fmt
+pkgver=5.2.1
+pkgrel=3
+pkgdesc='Open-source formatting library for C++'
+arch=(x86_64)
+url='http://fmtlib.net'
+license=(BSD)
+makedepends=(
+  cmake
+  git
+  ninja
+)
+provides=(libfmt.so)
+
+source=(git+https://github.com/fmtlib/fmt.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+
+  cd fmt
+
+  # backport the pc file
+  git cherry-pick -n 9d0c9c4bb145a286f725cd38c90331eee7addc7f
+  git cherry-pick -n 0835f1ba3b538f4e7603976419d5be8b17394cb5
+}
+
+build() {
+  cd build
+
+  cmake ../fmt \
+-G Ninja \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DBUILD_SHARED_LIBS='1'
+  cmake --build .
+}
+
+check() {
+  cmake --build build --target test
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --build build --target install
+  install -Dm 644 fmt/LICENSE.rst -t "${pkgdir}"/usr/share/licenses/fmt
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 17:06:28
  Author: arojas
Revision: 411565

archrelease: copy trunk to community-staging-x86_64

Added:
  gammaray/repos/community-staging-x86_64/
  gammaray/repos/community-staging-x86_64/PKGBUILD
(from rev 411564, gammaray/trunk/PKGBUILD)

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

Copied: gammaray/repos/community-staging-x86_64/PKGBUILD (from rev 411564, 
gammaray/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 17:06:28 UTC (rev 411565)
@@ -0,0 +1,51 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=gammaray
+pkgver=2.9.1
+pkgrel=2
+pkgdesc="A tool for examining the internals of a Qt application and to some 
extent also manipulate it"
+arch=(x86_64)
+url="http://www.kdab.com/gammaray/;
+license=(GPL)
+depends=(syntax-highlighting qt5-tools qt5-svg qt5-3d)
+makedepends=(cmake kcoreaddons qt5-script qt5-wayland qt5-webengine qt5-scxml 
qt5-location qt5-connectivity doxygen)
+optdepends=('qt5-wayland: Wayland compositor inspector plugin'
+'qt5-webengine: web inspector plugin'
+'qt5-scxml: state machine viewer plugin'
+'qt5-connectivity: bluetooth plugin'
+'qt5-script: script engine debugger plugin'
+'kcoreaddons: KJob tracker plugin')
+source=(https://github.com/KDAB/GammaRay/releases/download/v$pkgver/gammaray-$pkgver.tar.gz{,.asc}
+
gammaray-qt5.12a.patch::"https://github.com/KDAB/GammaRay/commit/2cd4585e.patch;
+
gammaray-qt5.12b.patch::"https://github.com/KDAB/GammaRay/commit/d0c9f9c8.patch;)
+sha256sums=('ba1f6f2b777c550511a17f704b9c340df139de8ba8fa0d72782ea51d0086fa47'
+'SKIP'
+'7cfc822fd18595b9d274a030fd833d39251ea2c271653f79b1f246eb960d38e3'
+'629e169addfc68cab7e4eb4893e4631dbd96b2838af717fa8bb5b0bb5b3cb9d7')
+validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products 

+
+prepare() {
+  mkdir -p build
+
+# Fix plugin install dir
+  sed -e 's|plugins/gammaray|lib/qt/plugins/gammaray|' -i 
$pkgname-$pkgver/CMakeLists.txt
+# Fix build with Qt 5.12
+  cd $pkgname-$pkgver
+  patch -p1 -i ../gammaray-qt5.12a.patch
+  patch -p1 -i ../gammaray-qt5.12b.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DGAMMARAY_INSTALL_QT_LAYOUT=ON \
+-DPLUGIN_INSTALL_DIR=/usr/lib/qt/plugins/gammaray
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 17:05:43
  Author: arojas
Revision: 411564

Qt 5.12 rebuild

Modified:
  gammaray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 16:56:45 UTC (rev 411563)
+++ PKGBUILD2018-12-05 17:05:43 UTC (rev 411564)
@@ -2,7 +2,7 @@
 
 pkgname=gammaray
 pkgver=2.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for examining the internals of a Qt application and to some 
extent also manipulate it"
 arch=(x86_64)
 url="http://www.kdab.com/gammaray/;
@@ -15,9 +15,13 @@
 'qt5-connectivity: bluetooth plugin'
 'qt5-script: script engine debugger plugin'
 'kcoreaddons: KJob tracker plugin')
-source=(https://github.com/KDAB/GammaRay/releases/download/v$pkgver/gammaray-$pkgver.tar.gz{,.asc})
+source=(https://github.com/KDAB/GammaRay/releases/download/v$pkgver/gammaray-$pkgver.tar.gz{,.asc}
+
gammaray-qt5.12a.patch::"https://github.com/KDAB/GammaRay/commit/2cd4585e.patch;
+
gammaray-qt5.12b.patch::"https://github.com/KDAB/GammaRay/commit/d0c9f9c8.patch;)
 sha256sums=('ba1f6f2b777c550511a17f704b9c340df139de8ba8fa0d72782ea51d0086fa47'
-'SKIP')
+'SKIP'
+'7cfc822fd18595b9d274a030fd833d39251ea2c271653f79b1f246eb960d38e3'
+'629e169addfc68cab7e4eb4893e4631dbd96b2838af717fa8bb5b0bb5b3cb9d7')
 validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products 

 
 prepare() {
@@ -25,6 +29,10 @@
 
 # Fix plugin install dir
   sed -e 's|plugins/gammaray|lib/qt/plugins/gammaray|' -i 
$pkgname-$pkgver/CMakeLists.txt
+# Fix build with Qt 5.12
+  cd $pkgname-$pkgver
+  patch -p1 -i ../gammaray-qt5.12a.patch
+  patch -p1 -i ../gammaray-qt5.12b.patch
 }
 
 build() {


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

2018-12-05 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 5, 2018 @ 16:56:45
  Author: alucryd
Revision: 411563

archrelease: copy trunk to community-x86_64

Added:
  dotnet-core/repos/community-x86_64/PKGBUILD
(from rev 411562, dotnet-core/trunk/PKGBUILD)
  dotnet-core/repos/community-x86_64/dotnet-coreclr-rid.patch
(from rev 411562, dotnet-core/trunk/dotnet-coreclr-rid.patch)
  dotnet-core/repos/community-x86_64/dotnet.sh
(from rev 411562, dotnet-core/trunk/dotnet.sh)
Deleted:
  dotnet-core/repos/community-x86_64/PKGBUILD
  dotnet-core/repos/community-x86_64/dotnet-coreclr-rid.patch
  dotnet-core/repos/community-x86_64/dotnet.sh

--+
 PKGBUILD |  337 +++--
 dotnet-coreclr-rid.patch |   76 +-
 dotnet.sh|   12 -
 3 files changed, 223 insertions(+), 202 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-05 16:56:29 UTC (rev 411562)
+++ PKGBUILD2018-12-05 16:56:45 UTC (rev 411563)
@@ -1,158 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Max Liebkies 
-
-pkgbase=dotnet-core
-pkgname=('dotnet-host' 'dotnet-runtime' 'aspnet-runtime' 'dotnet-sdk')
-pkgver=2.1.6+500
-pkgrel=1
-arch=('x86_64')
-url='https://www.microsoft.com/net/core'
-license=('MIT')
-makedepends=(
-  'clang' 'cmake' 'curl' 'git' 'icu' 'krb5' 'libunwind' 'lldb' 'llvm'
-  'lttng-ust' 'openssl-1.0' 'zlib'
-)
-options=('staticlibs')
-source=(
-  
"dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver%+*}a;
-  
'dotnet-application-insights::git+https://github.com/Microsoft/ApplicationInsights-dotnet.git'
-  'dotnet-aspnet-razor::git+https://github.com/aspnet/Razor.git'
-  'dotnet-cecil::git+https://github.com/mono/cecil.git'
-  'dotnet-cli::git+https://github.com/dotnet/cli.git'
-  'dotnet-cli-migrate::git+https://github.com/dotnet/cli-migrate.git'
-  
'dotnet-clicommandlineparser::git+https://github.com/dotnet/clicommandlineparser.git'
-  'dotnet-common::git+https://github.com/aspnet/common.git'
-  'dotnet-core-setup::git+https://github.com/dotnet/core-setup.git'
-  'dotnet-coreclr::git+https://github.com/dotnet/coreclr.git'
-  'dotnet-corefx::git+https://github.com/dotnet/corefx.git'
-  'dotnet-fsharp::git+https://github.com/Microsoft/VisualFSharp.git'
-  'dotnet-linker::git+https://github.com/mono/linker.git'
-  'dotnet-msbuild::git+https://github.com/Microsoft/msbuild.git'
-  'dotnet-newtonsoft-json::git+https://github.com/JamesNK/Newtonsoft.Json.git'
-  'dotnet-nuget-client::git+https://github.com/NuGet/NuGet.Client.git'
-  'dotnet-roslyn::git+https://github.com/dotnet/roslyn.git'
-  'dotnet-roslyn-tools::git+https://github.com/dotnet/roslyn-tools.git'
-  'dotnet-sdk::git+https://github.com/dotnet/sdk.git'
-  'dotnet-standard::git+https://github.com/dotnet/standard.git'
-  'dotnet-templating::git+https://github.com/dotnet/templating.git'
-#  'dotnet-toolset::git+https://github.com/dotnet/toolset.git'
-  'dotnet-vstest::git+https://github.com/Microsoft/vstest.git'
-  'dotnet-websdk::git+https://github.com/aspnet/websdk.git'
-  'dotnet-xliff-tasks::git+https://github.com/dotnet/xliff-tasks.git'
-  
'https://download.visualstudio.microsoft.com/download/pr/5ecfed21-c776-4924-b734-126400fd324a/4e1bfb9c870ffcf99b1bf953b91ef072/aspnetcore-runtime-2.1.6-linux-x64.tar.gz'
-  'dotnet.sh'
-  'dotnet-coreclr-rid.patch'
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'3d4a4135627c07716447fd058b91c8c45de6b5c385f1245cae8a7a62dec93ce9'
-'f4cb02490234b853946477f82514f0c6247b55b08b2e85fae98e99a6e6974edd'
-'2c4fc48151e5319d57c8761091709070a17da91eddc2de8a26bc32c60679bfee')
-
-prepare() {
-  cd dotnet-source-build
-
-  for submodule in 
src/{application-insights,aspnet-razor,cli,cli-migrate,clicommandlineparser,common,core-setup,coreclr,corefx,fsharp,linker,msbuild,newtonsoft-json,nuget-client,roslyn,roslyn-tools,sdk,standard,templating,vstest,websdk,xliff-tasks};
 do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../dotnet-${submodule#src/}
-git submodule update
-  done
-
-  cd src/linker
-
-  for submodule in cecil; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../../../dotnet-${submodule}
-git submodule update
-  done
-
-  cd ../coreclr
-
-  patch -Np1 -i "${srcdir}"/dotnet-coreclr-rid.patch
-}
-
-build() {
-  cd dotnet-source-build
-
-  export PKG_CONFIG_PATH='/usr/lib/openssl-1.0/pkgconfig'
-  export 

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

2018-12-05 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, December 5, 2018 @ 16:55:54
  Author: jlichtblau
Revision: 411561

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 411560, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-05 16:55:43 UTC (rev 411560)
+++ PKGBUILD2018-12-05 16:55:54 UTC (rev 411561)
@@ -1,35 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2018.12.03
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-cryptodome: for hlsnative downloader')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('7ff247c0d2518d5def8dc7df9cff4c87a1c348fabca7238a8166d217772cd536'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 411560, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-05 16:55:54 UTC (rev 411561)
@@ -0,0 +1,35 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2018.12.03
+pkgrel=2
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-pycryptodome: for hlsnative downloader')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('7ff247c0d2518d5def8dc7df9cff4c87a1c348fabca7238a8166d217772cd536'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-12-05 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 5, 2018 @ 16:56:29
  Author: alucryd
Revision: 411562

upgpkg: dotnet-core 2.2.0+100-1

Modified:
  dotnet-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 16:55:54 UTC (rev 411561)
+++ PKGBUILD2018-12-05 16:56:29 UTC (rev 411562)
@@ -2,46 +2,60 @@
 # Contributor: Max Liebkies 
 
 pkgbase=dotnet-core
-pkgname=('dotnet-host' 'dotnet-runtime' 'aspnet-runtime' 'dotnet-sdk')
-pkgver=2.1.6+500
+pkgname=(
+ dotnet-host
+ dotnet-runtime
+ dotnet-sdk
+ aspnet-runtime
+)
+pkgver=2.2.0+100
 pkgrel=1
-arch=('x86_64')
+arch=(x86_64)
 url='https://www.microsoft.com/net/core'
-license=('MIT')
+license=(MIT)
 makedepends=(
-  'clang' 'cmake' 'curl' 'git' 'icu' 'krb5' 'libunwind' 'lldb' 'llvm'
-  'lttng-ust' 'openssl-1.0' 'zlib'
+  clang
+  cmake
+  curl
+  git
+  icu
+  krb5
+  libunwind
+  lldb
+  llvm
+  lttng-ust
+  openssl-1.0
+  zlib
 )
-options=('staticlibs')
+options=(staticlibs)
 source=(
-  
"dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver%+*}a;
-  
'dotnet-application-insights::git+https://github.com/Microsoft/ApplicationInsights-dotnet.git'
-  'dotnet-aspnet-razor::git+https://github.com/aspnet/Razor.git'
-  'dotnet-cecil::git+https://github.com/mono/cecil.git'
-  'dotnet-cli::git+https://github.com/dotnet/cli.git'
-  'dotnet-cli-migrate::git+https://github.com/dotnet/cli-migrate.git'
-  
'dotnet-clicommandlineparser::git+https://github.com/dotnet/clicommandlineparser.git'
-  'dotnet-common::git+https://github.com/aspnet/common.git'
-  'dotnet-core-setup::git+https://github.com/dotnet/core-setup.git'
-  'dotnet-coreclr::git+https://github.com/dotnet/coreclr.git'
-  'dotnet-corefx::git+https://github.com/dotnet/corefx.git'
-  'dotnet-fsharp::git+https://github.com/Microsoft/VisualFSharp.git'
-  'dotnet-linker::git+https://github.com/mono/linker.git'
-  'dotnet-msbuild::git+https://github.com/Microsoft/msbuild.git'
-  'dotnet-newtonsoft-json::git+https://github.com/JamesNK/Newtonsoft.Json.git'
-  'dotnet-nuget-client::git+https://github.com/NuGet/NuGet.Client.git'
-  'dotnet-roslyn::git+https://github.com/dotnet/roslyn.git'
-  'dotnet-roslyn-tools::git+https://github.com/dotnet/roslyn-tools.git'
-  'dotnet-sdk::git+https://github.com/dotnet/sdk.git'
-  'dotnet-standard::git+https://github.com/dotnet/standard.git'
-  'dotnet-templating::git+https://github.com/dotnet/templating.git'
-#  'dotnet-toolset::git+https://github.com/dotnet/toolset.git'
-  'dotnet-vstest::git+https://github.com/Microsoft/vstest.git'
-  'dotnet-websdk::git+https://github.com/aspnet/websdk.git'
-  'dotnet-xliff-tasks::git+https://github.com/dotnet/xliff-tasks.git'
-  
'https://download.visualstudio.microsoft.com/download/pr/5ecfed21-c776-4924-b734-126400fd324a/4e1bfb9c870ffcf99b1bf953b91ef072/aspnetcore-runtime-2.1.6-linux-x64.tar.gz'
-  'dotnet.sh'
-  'dotnet-coreclr-rid.patch'
+  
dotnet-source-build::git+https://github.com/dotnet/source-build.git#tag=v${pkgver%+*}
+  
dotnet-application-insights::git+https://github.com/Microsoft/ApplicationInsights-dotnet.git
+  dotnet-aspnet-razor::git+https://github.com/aspnet/Razor.git
+  dotnet-cecil::git+https://github.com/mono/cecil.git
+  dotnet-cli::git+https://github.com/dotnet/cli.git
+  dotnet-cli-migrate::git+https://github.com/dotnet/cli-migrate.git
+  
dotnet-clicommandlineparser::git+https://github.com/dotnet/clicommandlineparser.git
+  dotnet-common::git+https://github.com/aspnet/common.git
+  dotnet-core-setup::git+https://github.com/dotnet/core-setup.git
+  dotnet-coreclr::git+https://github.com/dotnet/coreclr.git
+  dotnet-corefx::git+https://github.com/dotnet/corefx.git
+  dotnet-fsharp::git+https://github.com/Microsoft/VisualFSharp.git
+  dotnet-linker::git+https://github.com/mono/linker.git
+  dotnet-msbuild::git+https://github.com/Microsoft/msbuild.git
+  dotnet-newtonsoft-json::git+https://github.com/JamesNK/Newtonsoft.Json.git
+  dotnet-nuget-client::git+https://github.com/NuGet/NuGet.Client.git
+  dotnet-roslyn::git+https://github.com/dotnet/roslyn.git
+  dotnet-roslyn-tools::git+https://github.com/dotnet/roslyn-tools.git
+  dotnet-sdk::git+https://github.com/dotnet/sdk.git
+  dotnet-standard::git+https://github.com/dotnet/standard.git
+  dotnet-templating::git+https://github.com/dotnet/templating.git
+  dotnet-vstest::git+https://github.com/Microsoft/vstest.git
+  dotnet-websdk::git+https://github.com/aspnet/websdk.git
+  dotnet-xliff-tasks::git+https://github.com/dotnet/xliff-tasks.git
+  
https://download.visualstudio.microsoft.com/download/pr/69ee3993-54fe-4687-9388-25b1e0c888fb/df2ba0637e68f6e8ee212a38756a4002/aspnetcore-runtime-2.2.0-linux-x64.tar.gz
+  dotnet.sh
+  dotnet-coreclr-rid.patch
 )
 sha256sums=('SKIP'
 'SKIP'
@@ -67,7 +81,7 @@
 'SKIP'
   

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

2018-12-05 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, December 5, 2018 @ 16:55:43
  Author: jlichtblau
Revision: 411560

upgpkg: youtube-dl 2018.12.03-2 - FS#60963 fix

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 16:52:03 UTC (rev 411559)
+++ PKGBUILD2018-12-05 16:55:43 UTC (rev 411560)
@@ -3,7 +3,7 @@
 
 pkgname=youtube-dl
 pkgver=2018.12.03
-pkgrel=1
+pkgrel=2
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
 url="http://rg3.github.io/youtube-dl/;
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing'
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files'
-'python-cryptodome: for hlsnative downloader')
+'python-pycryptodome: for hlsnative downloader')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
 sha256sums=('7ff247c0d2518d5def8dc7df9cff4c87a1c348fabca7238a8166d217772cd536'
 'SKIP')


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

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 16:52:03
  Author: arojas
Revision: 411559

archrelease: copy trunk to community-x86_64

Added:
  sagemath-doc/repos/community-x86_64/
  sagemath-doc/repos/community-x86_64/PKGBUILD
(from rev 411558, sagemath-doc/trunk/PKGBUILD)
  sagemath-doc/repos/community-x86_64/docbuild_main.patch
(from rev 411558, sagemath-doc/trunk/docbuild_main.patch)
  sagemath-doc/repos/community-x86_64/sagemath-doc-segfault.patch
(from rev 411558, sagemath-doc/trunk/sagemath-doc-segfault.patch)
  sagemath-doc/repos/community-x86_64/sagemath-doc-sphinx-1.8.patch
(from rev 411558, sagemath-doc/trunk/sagemath-doc-sphinx-1.8.patch)

---+
 PKGBUILD  |   62 +++
 docbuild_main.patch   |6 +++
 sagemath-doc-segfault.patch   |   63 
 sagemath-doc-sphinx-1.8.patch |   16 ++
 4 files changed, 147 insertions(+)

Copied: sagemath-doc/repos/community-x86_64/PKGBUILD (from rev 411558, 
sagemath-doc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-12-05 16:52:03 UTC (rev 411559)
@@ -0,0 +1,62 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=sagemath-doc
+pkgver=8.4
+pkgrel=1
+pkgdesc="HTML documentation and inline help for SageMath"
+arch=(any)
+url="http://www.sagemath.org;
+license=(GPL)
+depends=(python2-sphinx gap-4.8-doc thebe)
+makedepends=(sage-notebook python2-pyzmq python2-docutils 
python2-jupyter_client python2-pkgconfig cython2 python2-ipywidgets)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz;
+docbuild_main.patch sagemath-doc-sphinx-1.8.patch 
sagemath-doc-segfault.patch)
+sha256sums=('961a21f60d251531db4b9935cfb6f67f7a207e1029288b4dc5b807f021078ab0'
+'ea5e17bb7a7cb36a22e5e3872fcc2585852bc971c4b139b0b2cd69a36c1b009b'
+'f2488c508c3322ad1bdedd56913adbcb4ab964531be95d12a86abb723b9fd25e'
+'141ac064305526785fb6d9507896876cbf893cd41ec1e42d86fc836f766c200f')
+
+prepare() {
+  cd sage-$pkgver
+
+# fix relative imports
+  patch -p0 -i ../docbuild_main.patch
+# use sage_setup imports from sagemath source, but use system sage ones (which 
include compiled modules)
+  mkdir -p local-python
+  ln -sr src/sage_setup local-python
+# fix build with sphinx 1.8
+  patch -p1 -i ../sagemath-doc-sphinx-1.8.patch
+# Partially revert https://trac.sagemath.org/ticket/24655 to workaround a 
segfault
+  patch -Rp1 -i ../sagemath-doc-segfault.patch
+}
+
+build() {
+  cd sage-$pkgver/src
+
+  export SAGE_LOCAL="/usr"
+  export SAGE_ROOT="/usr"
+  export SAGE_SRC="$PWD"
+  export SAGE_DOC_SRC="$SAGE_SRC"/doc
+  export SAGE_DOC="$SAGE_DOC_SRC"
+  export SAGE_DOC_MATHJAX=yes
+  export PYTHONPATH="$srcdir"/sage-$pkgver/local-python
+  python2 sage_setup/docbuild --no-pdf-links -k all html
+}
+
+package() {
+  cd sage-$pkgver/src/doc
+ 
+  mkdir -p "$pkgdir"/usr/share/doc/sage/en
+  cp -r en/introspect "$pkgdir"/usr/share/doc/sage/en
+  cp -r common "$pkgdir"/usr/share/doc/sage
+  cp -r html "$pkgdir"/usr/share/doc/sage
+
+# Replace duplicated files by symlinks (Gentoo)
+  cd "$pkgdir"/usr/share/doc/sage
+  mv html/en/_static{,.tmp}
+  for _dir in `find -name _static` ; do
+rm -r $_dir
+ln -s /usr/share/doc/sage/html/en/_static $_dir
+  done
+  mv html/en/_static{.tmp,}
+}

Copied: sagemath-doc/repos/community-x86_64/docbuild_main.patch (from rev 
411558, sagemath-doc/trunk/docbuild_main.patch)
===
--- community-x86_64/docbuild_main.patch(rev 0)
+++ community-x86_64/docbuild_main.patch2018-12-05 16:52:03 UTC (rev 
411559)
@@ -0,0 +1,6 @@
+--- src/sage_setup/docbuild/__main__.py.orig
 src/sage_setup/docbuild/__main__.py
+@@ -1,2 +1,2 @@
+-from . import main
++from sage_setup.docbuild import main
+ main()

Copied: sagemath-doc/repos/community-x86_64/sagemath-doc-segfault.patch (from 
rev 411558, sagemath-doc/trunk/sagemath-doc-segfault.patch)
===
--- community-x86_64/sagemath-doc-segfault.patch
(rev 0)
+++ community-x86_64/sagemath-doc-segfault.patch2018-12-05 16:52:03 UTC 
(rev 411559)
@@ -0,0 +1,63 @@
+diff --git a/src/sage_setup/docbuild/__init__.py 
b/src/sage_setup/docbuild/__init__.py
+index 5877b5b..7dc8ff7 100644
+--- a/src/sage_setup/docbuild/__init__.py
 b/src/sage_setup/docbuild/__init__.py
+@@ -265,35 +265,29 @@ class DocBuilder(object):
+ # import the customized builder for object.inv files
+ inventory = builder_helper('inventory')
+ 
+-if NUM_THREADS > 1:
+-def build_many(target, args):
+-from multiprocessing import Pool
+-pool = Pool(NUM_THREADS, maxtasksperchild=1)
+-# 

[arch-commits] Commit in sagemath-doc/trunk (sagemath-doc-segfault.patch)

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 16:51:53
  Author: arojas
Revision: 411558

Add missing patch

Added:
  sagemath-doc/trunk/sagemath-doc-segfault.patch

-+
 sagemath-doc-segfault.patch |   63 ++
 1 file changed, 63 insertions(+)

Added: sagemath-doc-segfault.patch
===
--- sagemath-doc-segfault.patch (rev 0)
+++ sagemath-doc-segfault.patch 2018-12-05 16:51:53 UTC (rev 411558)
@@ -0,0 +1,63 @@
+diff --git a/src/sage_setup/docbuild/__init__.py 
b/src/sage_setup/docbuild/__init__.py
+index 5877b5b..7dc8ff7 100644
+--- a/src/sage_setup/docbuild/__init__.py
 b/src/sage_setup/docbuild/__init__.py
+@@ -265,35 +265,29 @@ class DocBuilder(object):
+ # import the customized builder for object.inv files
+ inventory = builder_helper('inventory')
+ 
+-if NUM_THREADS > 1:
+-def build_many(target, args):
+-from multiprocessing import Pool
+-pool = Pool(NUM_THREADS, maxtasksperchild=1)
+-# map_async handles KeyboardInterrupt correctly. Plain map and
+-# apply_async does not, so don't use it.
+-x = pool.map_async(target, args, 1)
+-try:
+-ret = x.get(9)
+-pool.close()
+-pool.join()
+-except Exception:
+-pool.terminate()
+-if ABORT_ON_ERROR:
+-raise
+-return ret
+-else:
+-def build_many(target, args):
+-results = []
+-
+-for arg in args:
+-try:
+-results.append(target(arg))
+-except Exception:
+-if ABORT_ON_ERROR:
+-raise
+-
+-return results
+-
++def build_many(target, args):
++# Pool() uses an actual fork() to run each new instance. This is important
++# for performance reasons, i.e., don't use a forkserver when it becomes
++# available with Python 3: Here, sage is already initialized which is 
quite
++# costly, with a forkserver we would have to reinitialize it for every
++# document we build. At the same time, don't serialize this by taking the
++# pool (and thus the call to fork()) out completely: The call to Sphinx
++# leaks memory, so we need to build each document in its own process to
++# control the RAM usage.
++from multiprocessing import Pool
++pool = Pool(NUM_THREADS, maxtasksperchild=1)
++# map_async handles KeyboardInterrupt correctly. Plain map and
++# apply_async does not, so don't use it.
++x = pool.map_async(target, args, 1)
++try:
++ret = x.get(9)
++pool.close()
++pool.join()
++except Exception:
++pool.terminate()
++if ABORT_ON_ERROR:
++raise
++return ret
+ 
+ ##
+ #  Parallel Building Ref Manual  #


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

2018-12-05 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, December 5, 2018 @ 16:48:50
  Author: jlichtblau
Revision: 411557

archrelease: copy trunk to community-x86_64

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

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

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

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

2018-12-05 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, December 5, 2018 @ 16:48:37
  Author: jlichtblau
Revision: 411556

upgpkg: syncthing 0.14.54-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 16:38:10 UTC (rev 411555)
+++ PKGBUILD2018-12-05 16:48:37 UTC (rev 411556)
@@ -5,7 +5,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.52
+pkgver=0.14.54
 pkgrel=1
 arch=('x86_64')
 url="http://syncthing.net/;
@@ -18,7 +18,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('4954c2b05c60b6de29104d4783193a51164485cfa4a810c5a0696d72a83816c2'
+sha256sums=('d97cf142bbb64b5f7801bdbb36e092d5b117e0e3ca09e2eba2c8c3acf964d2dd'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 16:38:10
  Author: arojas
Revision: 411555

archrelease: copy trunk to community-staging-x86_64

Added:
  telegram-desktop/repos/community-staging-x86_64/
  telegram-desktop/repos/community-staging-x86_64/CMakeLists.inj
(from rev 411554, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-staging-x86_64/PKGBUILD
(from rev 411554, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-staging-x86_64/libtgvoip.patch
(from rev 411554, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-staging-x86_64/no-gtk2.patch
(from rev 411554, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-staging-x86_64/tdesktop.patch
(from rev 411554, telegram-desktop/trunk/tdesktop.patch)
  telegram-desktop/repos/community-staging-x86_64/tg.protocol
(from rev 411554, telegram-desktop/trunk/tg.protocol)

-+
 CMakeLists.inj  |   18 +
 PKGBUILD|   97 +
 libtgvoip.patch |   18 +
 no-gtk2.patch   |   28 ++
 tdesktop.patch  |  551 ++
 tg.protocol |   11 +
 6 files changed, 723 insertions(+)

Copied: telegram-desktop/repos/community-staging-x86_64/CMakeLists.inj (from 
rev 411554, telegram-desktop/trunk/CMakeLists.inj)
===
--- community-staging-x86_64/CMakeLists.inj (rev 0)
+++ community-staging-x86_64/CMakeLists.inj 2018-12-05 16:38:10 UTC (rev 
411555)
@@ -0,0 +1,18 @@
+# The text will be put into the appropriate CMakeLists by the PKGBUILD
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
+add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
+add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
+
+# You can discover new PCHs using this link:
+# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
+
+# vim: ft=cmake

Copied: telegram-desktop/repos/community-staging-x86_64/PKGBUILD (from rev 
411554, telegram-desktop/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 16:38:10 UTC (rev 411555)
@@ -0,0 +1,97 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: hexchain 
+
+# Thanks Nicholas Guriev  for the patches!
+# https://github.com/mymedia2/tdesktop
+
+pkgname=telegram-desktop
+pkgver=1.4.3
+pkgrel=2
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/;
+license=('GPL3')
+depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl')
+makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3')
+optdepends=('libnotify: desktop notifications')
+source=(
+
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver;
+"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip;
+"variant::git+https://github.com/mapbox/variant;
+"Catch::git+https://github.com/philsquared/Catch;
+"GSL::git+https://github.com/Microsoft/GSL.git;
+"crl::git+https://github.com/telegramdesktop/crl.git;
+"xxHash::git+https://github.com/Cyan4973/xxHash.git;
+"tg.protocol"
+"CMakeLists.inj"
+"tdesktop.patch"
+"no-gtk2.patch"
+"libtgvoip.patch"
+)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'b87414ceaae19185a8a5749cea1f6d9f3fc3c69b8dd729e3db8790cde00b987c3c827cd30baf0eac579d1884e34aa2f37bb90778c3c0bc9ca211d75a82891b9d'
+
'b20674f61ff6378749d1f59a6a0da194d33ccc786bd783f6ed62027924a3a8a8d27c9763bf376480432d6536896b0c7eeb8c495c5b8cefff7cf5fe84da50947e'
+
'47c0d1e00401d7899b2ce710c06ceac6caffddbe1a4c85bc407918b43051cba292f6e6131cc0f390a66520e92f0ffa3761f8d973a25986dfe21c54f113062c33'
+
'7a37e0ca582145a56a411585aec0bc94889dc18a80cc038d2efa237e19eebf8b67d56825e068be88f7566b08316ce068d7f20c25729caa33d0e9d6c370325025'
+
'd60694dc701aa985b0e82a12c9732b945082470441c687b33167a94f94efcf253baf43bb7280ec160ba338485ee5c62de138e4804cae05f27cc5cf4298166d39')
+
+prepare() {
+cd "$srcdir/tdesktop"
+git submodule init
+git config submodule.Telegram/ThirdParty/libtgvoip.url "$srcdir/libtgvoip"
+git config submodule.Telegram/ThirdParty/variant.url "$srcdir/variant"
+git config 

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

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 16:37:55
  Author: arojas
Revision: 411554

archrelease: copy trunk to community-staging-x86_64

Added:
  qt5ct/repos/community-staging-x86_64/
  qt5ct/repos/community-staging-x86_64/PKGBUILD
(from rev 411553, qt5ct/trunk/PKGBUILD)

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

Copied: qt5ct/repos/community-staging-x86_64/PKGBUILD (from rev 411553, 
qt5ct/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 16:37:55 UTC (rev 411554)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=0.36
+pkgrel=2
+pkgdesc="Qt5 Configuration Utility"
+arch=(x86_64)
+url="https://qt5ct.sourceforge.net;
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('8fc3942f34d377af5533a0953cca633a7babc60c0476fd4318b617702183ee89')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 $pkgname.pro 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+


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

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 16:36:26
  Author: arojas
Revision: 411546

archrelease: copy trunk to community-staging-x86_64

Added:
  dtkwm/repos/community-staging-x86_64/PKGBUILD
(from rev 411545, dtkwm/trunk/PKGBUILD)
Deleted:
  dtkwm/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-05 16:36:14 UTC (rev 411545)
+++ PKGBUILD2018-12-05 16:36:26 UTC (rev 411546)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkwm
-pkgver=2.0.9
-pkgrel=3
-pkgdesc='Deepin Tool Kit Wm'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkwm;
-license=('GPL3')
-depends=('dtkcore' 'qt5-x11extras')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwm/archive/$pkgver.tar.gz;)
-sha512sums=('eda75c51c22cee1d834b73669152f1840e22d7fd827cac29f41eebe1fbab18364de0cba22b1c80e26ee028b612385299345d8ccb55b9076399f8e42cbc05c2d6')
-
-build() {
-  cd dtkwm-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwm-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwm/repos/community-staging-x86_64/PKGBUILD (from rev 411545, 
dtkwm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-05 16:36:26 UTC (rev 411546)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwm
+pkgver=2.0.9
+pkgrel=3
+pkgdesc='Deepin Tool Kit Wm'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkwm;
+license=('GPL3')
+depends=('dtkcore' 'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwm/archive/$pkgver.tar.gz;)
+sha512sums=('eda75c51c22cee1d834b73669152f1840e22d7fd827cac29f41eebe1fbab18364de0cba22b1c80e26ee028b612385299345d8ccb55b9076399f8e42cbc05c2d6')
+
+build() {
+  cd dtkwm-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwm-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 16:37:24
  Author: arojas
Revision: 411551

archrelease: copy trunk to community-staging-x86_64

Added:
  skrooge/repos/community-staging-x86_64/PKGBUILD
(from rev 411550, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-staging-x86_64/skrooge.changelog
(from rev 411550, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-staging-x86_64/skrooge.install
(from rev 411550, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-staging-x86_64/PKGBUILD
  skrooge/repos/community-staging-x86_64/skrooge.changelog
  skrooge/repos/community-staging-x86_64/skrooge.install

---+
 PKGBUILD  |   80 
 skrooge.changelog |  250 ++--
 skrooge.install   |   22 ++--
 3 files changed, 176 insertions(+), 176 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-05 16:37:09 UTC (rev 411550)
+++ PKGBUILD2018-12-05 16:37:24 UTC (rev 411551)
@@ -1,40 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: neuromante 
-
-pkgname=skrooge
-pkgver=2.16.2
-pkgrel=2
-pkgdesc="A personal finances manager for KDE"
-arch=('x86_64')
-url="https://skrooge.org/;
-license=('GPL')
-depends=('qt5-base' 'qca-qt5' 'qt5-script' 'qt5-webkit' 'libofx'
- 'grantlee' 'kross' 'knewstuff' 'krunner' 'knotifyconfig'
- 'sqlcipher' 'python' 'hicolor-icon-theme')
-makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'qt5-tools')
-options=('!emptydirs')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
-sha256sums=('124e0928595be6c1ae0a879f4f1cd4631e7aced8c5273ccb92e128a4f2c2bb45'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-#   export
-  cmake . -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DKDE_INSTALL_LIBDIR=/usr/lib \
-  -DSKG_DESIGNER=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: skrooge/repos/community-staging-x86_64/PKGBUILD (from rev 411550, 
skrooge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-05 16:37:24 UTC (rev 411551)
@@ -0,0 +1,40 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.16.2
+pkgrel=2
+pkgdesc="A personal finances manager for KDE"
+arch=('x86_64')
+url="https://skrooge.org/;
+license=('GPL')
+depends=('qt5-base' 'qca-qt5' 'qt5-script' 'qt5-webkit' 'libofx'
+ 'grantlee' 'kross' 'knewstuff' 'krunner' 'knotifyconfig'
+ 'sqlcipher' 'python' 'hicolor-icon-theme')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'qt5-tools')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
+sha256sums=('124e0928595be6c1ae0a879f4f1cd4631e7aced8c5273ccb92e128a4f2c2bb45'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+#   export
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_LIBDIR=/usr/lib \
+  -DSKG_DESIGNER=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: skrooge.changelog
===
--- skrooge.changelog   2018-12-05 16:37:09 UTC (rev 411550)
+++ skrooge.changelog   2018-12-05 16:37:24 UTC (rev 411551)
@@ -1,125 +0,0 @@
-2018-11-05 Jaroslav Lichtblau 
-   * skrooge 2.16.2-1
-
-2018-09-02 Jaroslav Lichtblau 
-   * skrooge 2.15.0-1
-
-2018-06-25 Jaroslav Lichtblau 
-   * skrooge 2.14.0-1
-
-2018-05-12 Jaroslav Lichtblau 
-   * skrooge 2.13.0-1
-
-2018-03-15 Jaroslav Lichtblau 
-   * skrooge 2.12.0-1
-
-2018-02-04 Jaroslav Lichtblau 
-   * skrooge 2.11.0-1
-
-2017-11-09 Jaroslav Lichtblau 
-   * skrooge 2.10.5-1
-
-2017-11-05 Jaroslav Lichtblau 
-   * skrooge 2.10.3-1
-
-2017-10-11 Jaroslav Lichtblau 
-   * skrooge 2.9.0-1
-
-2017-07-11 Jaroslav Lichtblau 
-   * skrooge 2.8.1-5 FS#54540 fix
-
-2017-07-10 Jaroslav Lichtblau 
-   * skrooge 2.8.1-4 clean qt5-tools dependency
-
-2017-05-29 Jaroslav Lichtblau 
-   * skrooge 2.8.1-1
-
-2017-05-11 Jaroslav Lichtblau 
-   * skrooge 2.8.0-1
-
-2017-01-23 Jaroslav Lichtblau 
-   * skrooge 2.7.0-2 Qt 5.8 rebuild
-
-2017-01-23 Jaroslav Lichtblau 
-   * skrooge 2.7.0-1
-
-2016-12-29 Jaroslav Lichtblau 

[arch-commits] Commit in qt5-styleplugins/repos/community-staging-x86_64 (4 files)

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 16:37:09
  Author: arojas
Revision: 411550

archrelease: copy trunk to community-staging-x86_64

Added:
  qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD
(from rev 411549, qt5-styleplugins/trunk/PKGBUILD)
  qt5-styleplugins/repos/community-staging-x86_64/install.sh
(from rev 411549, qt5-styleplugins/trunk/install.sh)
Deleted:
  qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD
  qt5-styleplugins/repos/community-staging-x86_64/install.sh

+
 PKGBUILD   |   58 +-
 install.sh |   40 
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-05 16:36:59 UTC (rev 411549)
+++ PKGBUILD2018-12-05 16:37:09 UTC (rev 411550)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-# shellcheck disable=SC2034,SC2154,SC2164
-
-pkgname=('qt5-styleplugins')
-pkgver=5.0.0.20170311
-_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
-pkgdesc='Additional style plugins for Qt5'
-pkgrel=9
-arch=('x86_64')
-url="https://code.qt.io/cgit/qt/qtstyleplugins;
-license=('LGPL')
-depends=('qt5-base' 'gtk2')
-source=("$pkgname-$_commit.tar.gz::https://github.com/qt/qtstyleplugins/archive/$_commit.tar.gz;)
-sha512sums=('e8c2d0e9c6b0a47cab04ffd2e9384606638905b63a7c1580f9b629bbcc84ebff19743363ffee3dbd31c3de1dcda684211ad3052932b5aa0081e529afd9cbb14d')
-install='install.sh'
-
-build() {
-  cd qtstyleplugins-$_commit
-  qmake PREFIX='/usr' \
-LIBDIR='/usr/lib' \
-QMAKE_CFLAGS_RELEASE="$CFLAGS" \
-QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
-  make
-}
-
-package() {
-  cd qtstyleplugins-$_commit
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 
411549, qt5-styleplugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-05 16:37:09 UTC (rev 411550)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# shellcheck disable=SC2034,SC2154,SC2164
+
+pkgname=('qt5-styleplugins')
+pkgver=5.0.0.20170311
+_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
+pkgdesc='Additional style plugins for Qt5'
+pkgrel=9
+arch=('x86_64')
+url="https://code.qt.io/cgit/qt/qtstyleplugins;
+license=('LGPL')
+depends=('qt5-base' 'gtk2')
+source=("$pkgname-$_commit.tar.gz::https://github.com/qt/qtstyleplugins/archive/$_commit.tar.gz;)
+sha512sums=('e8c2d0e9c6b0a47cab04ffd2e9384606638905b63a7c1580f9b629bbcc84ebff19743363ffee3dbd31c3de1dcda684211ad3052932b5aa0081e529afd9cbb14d')
+install='install.sh'
+
+build() {
+  cd qtstyleplugins-$_commit
+  qmake PREFIX='/usr' \
+LIBDIR='/usr/lib' \
+QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
+  make
+}
+
+package() {
+  cd qtstyleplugins-$_commit
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: install.sh
===
--- install.sh  2018-12-05 16:36:59 UTC (rev 411549)
+++ install.sh  2018-12-05 16:37:09 UTC (rev 411550)
@@ -1,20 +0,0 @@
-_5_0_0_2_changes() {
-echo ':: Upstream added a gtk2 platform theme'
-# shellcheck disable=SC2016
-echo '   unexport `QT_STYLE_OVERRIDE`'
-# shellcheck disable=SC2016
-echo '   export `QT_QPA_PLATFORMTHEME=gtk2`'
-}
-
-post_upgrade() {
-local versions=(
-'5.0.0-2'
-)
-local version
-for version in "${versions[@]}"; do
-if [[ "$( vercmp "${version}" "${2}" )" -eq 1 ]]; then
-# shellcheck disable=SC2091
-"$( printf '_%s_changes' "${version}" | perl -p -e 's/\.|-/_/g' )"
-fi
-done
-}

Copied: qt5-styleplugins/repos/community-staging-x86_64/install.sh (from rev 
411549, qt5-styleplugins/trunk/install.sh)
===
--- install.sh  (rev 0)
+++ install.sh  2018-12-05 16:37:09 UTC (rev 411550)
@@ -0,0 +1,20 @@
+_5_0_0_2_changes() {
+echo ':: Upstream added a gtk2 platform theme'
+# shellcheck disable=SC2016
+echo '   unexport `QT_STYLE_OVERRIDE`'
+# shellcheck disable=SC2016
+echo '   export `QT_QPA_PLATFORMTHEME=gtk2`'
+}
+
+post_upgrade() {
+local versions=(
+'5.0.0-2'
+)
+local version
+for version in "${versions[@]}"; do
+if [[ "$( vercmp "${version}" "${2}" )" -eq 1 ]]; then
+# shellcheck disable=SC2091
+"$( printf '_%s_changes' "${version}" | perl -p -e 's/\.|-/_/g' )"
+fi
+done
+}


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

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 16:37:34
  Author: arojas
Revision: 411552

archrelease: copy trunk to community-staging-x86_64

Added:
  gcin/repos/community-staging-x86_64/
  gcin/repos/community-staging-x86_64/PKGBUILD
(from rev 411551, gcin/trunk/PKGBUILD)
  gcin/repos/community-staging-x86_64/install
(from rev 411551, gcin/trunk/install)
  gcin/repos/community-staging-x86_64/qt-5.5.patch
(from rev 411551, gcin/trunk/qt-5.5.patch)

--+
 PKGBUILD |   57 +
 install  |   14 ++
 qt-5.5.patch |   13 +
 3 files changed, 84 insertions(+)

Copied: gcin/repos/community-staging-x86_64/PKGBUILD (from rev 411551, 
gcin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 16:37:34 UTC (rev 411552)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Gaetan Bisson 
+# Contributor: Andreas Radke 
+# Contributor: damir 
+
+pkgname=gcin
+pkgver=2.8.6
+pkgrel=4
+pkgdesc='Input method server supporting various input methods'
+url='http://hyperrate.com/dir.php?eid=67'
+license=('LGPL')
+arch=('x86_64')
+depends=('gtk2' 'libxtst')
+makedepends=('qt5-base' 'qt4' 'gtk3' 'anthy')
+optdepends=('qt5-base: support for qt5 input method'
+'qt4: support for qt4 input method'
+'gtk3: support for gtk3 input method'
+'anthy: support for anthy input method'
+'curl: for downloading and uploading vocabulary databases via 
ts-edit')
+source=("http://hyperrate.com/gcin-source/${pkgname}-${pkgver}.tar.xz;
+qt-5.5.patch)
+sha512sums=('9aded8f4cf73965f506b36c2a0bd1716cf72d0e17a862a23a0a6f83423505b8b7a13d9f399dedaf975d38ba96e5f672d7e502cb38f85b7fb2eb0f7ffa0a86dbb'
+
'cefe7fcd1009ac90a735a9b28ce7749a549a707c97019d54e2227b8e248118b21641878cfcc20cfc781693d4eff1e9fc6ff85742dabe38507505ff2d3cec57c0')
+
+install=install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed 's/lib64/lib/g' -i configure
+sed '/include suffixes-rule/a \
+CFLAGS+='"${CFLAGS}"' \
+LDFLAGS+='"${LDFLAGS}"' \
+OPTFLAGS=' \
+-i Makefile
+sed \
+-e 's:usr/include/qt5:usr/include/qt:g' \
+-e 's:QT=qt5:QT=qt:' \
+-e '/^MODVERSION=/a INCS+=-I/usr/include/qt/QtGui/$(MODVERSION) 
-I/usr/include/qt/QtCore/$(MODVERSION)' \
+-i qt5-im/Makefile59
+
+# FS#45732
+patch -p1 -i ../qt-5.5.patch
+
+# Qt 5.6 doesn't provide Qt5PlatformSupport.pc anymore
+sed -i 's/Qt5PlatformSupport//' qt5-im/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --use_i18n=Y
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: gcin/repos/community-staging-x86_64/install (from rev 411551, 
gcin/trunk/install)
===
--- community-staging-x86_64/install(rev 0)
+++ community-staging-x86_64/install2018-12-05 16:37:34 UTC (rev 411552)
@@ -0,0 +1,14 @@
+post_install() {
+   echo -n "updating gtk immodules... "
+   [ -x /usr/bin/gtk-query-immodules-2.0 ] && 
/usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
+   [ -x /usr/bin/gtk-query-immodules-3.0 ] && 
/usr/bin/gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache
+   echo "done."
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: gcin/repos/community-staging-x86_64/qt-5.5.patch (from rev 411551, 
gcin/trunk/qt-5.5.patch)
===
--- community-staging-x86_64/qt-5.5.patch   (rev 0)
+++ community-staging-x86_64/qt-5.5.patch   2018-12-05 16:37:34 UTC (rev 
411552)
@@ -0,0 +1,13 @@
+diff --git a/qt5-im/gcin-qt5.h.org b/qt5-im/gcin-qt5.h
+index 63aacc0..a72ea76 100644
+--- a/qt5-im/gcin-qt5.h.orig
 b/qt5-im/gcin-qt5.h
+@@ -9,7 +9,7 @@ class QGcinPlatformInputContextPlugin : public 
QPlatformInputContextPlugin
+ {
+ Q_OBJECT
+ public:
+-Q_PLUGIN_METADATA(IID 
"org.qt-project.Qt.QPlatformInputContextFactoryInterface" FILE "gcin.json")
++Q_PLUGIN_METADATA(IID 
"org.qt-project.Qt.QPlatformInputContextFactoryInterface.5.1" FILE "gcin.json")
+ QStringList keys() const;
+ QGcinPlatformInputContext *create(const QString& system, const 
QStringList& paramList);
+ };


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

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 16:37:45
  Author: arojas
Revision: 411553

archrelease: copy trunk to community-staging-x86_64

Added:
  lxqt-qtplugin/repos/community-staging-x86_64/
  lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD
(from rev 411552, lxqt-qtplugin/trunk/PKGBUILD)

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

Copied: lxqt-qtplugin/repos/community-staging-x86_64/PKGBUILD (from rev 411552, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 16:37:45 UTC (rev 411553)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.13.0
+pkgrel=3
+pkgdesc="LXQt platform integration for Qt"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "libqtxdg" "qt5-x11extras" "libfm-qt")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "a67c8668c09aefe54ef78c63806dc647f1c7b2067d780616f6fa4a9b125bdc5a"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 16:36:49
  Author: arojas
Revision: 411548

archrelease: copy trunk to community-staging-x86_64

Added:
  googlemaps/repos/community-staging-x86_64/PKGBUILD
(from rev 411547, googlemaps/trunk/PKGBUILD)
Deleted:
  googlemaps/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-05 16:36:37 UTC (rev 411547)
+++ PKGBUILD2018-12-05 16:36:49 UTC (rev 411548)
@@ -1,29 +0,0 @@
-# Maintainer: Gaetan Bisson 
-
-pkgname=googlemaps
-pkgver=20180602
-_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
-pkgrel=2
-pkgdesc='Google Maps plugin for QtLocation'
-url='https://github.com/vladest/googlemaps'
-license=('MIT')
-arch=('x86_64')
-makedepends=('git' 'qt5-tools')
-depends=('qt5-location')
-validpgpkeys=('5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23')
-source=("git+https://github.com/vladest/googlemaps#commit=${_commit}?signed;)
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   install -d build
-   cd build
-   qmake ../googlemaps.pro
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   cd build
-   make INSTALL_ROOT="${pkgdir}" install
-}

Copied: googlemaps/repos/community-staging-x86_64/PKGBUILD (from rev 411547, 
googlemaps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-05 16:36:49 UTC (rev 411548)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=googlemaps
+pkgver=20180602
+_commit=54a357f9590d9cf011bf1713589f66bad65e00eb
+pkgrel=2
+pkgdesc='Google Maps plugin for QtLocation'
+url='https://github.com/vladest/googlemaps'
+license=('MIT')
+arch=('x86_64')
+makedepends=('git' 'qt5-tools')
+depends=('qt5-location')
+validpgpkeys=('5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23')
+source=("git+https://github.com/vladest/googlemaps#commit=${_commit}?signed;)
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   install -d build
+   cd build
+   qmake ../googlemaps.pro
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   cd build
+   make INSTALL_ROOT="${pkgdir}" install
+}


  1   2   3   4   >