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

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 15, 2017 @ 07:41:07
  Author: arojas
Revision: 274493

Update to 3.3.0

Modified:
  partitionmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-15 07:38:09 UTC (rev 274492)
+++ PKGBUILD2017-12-15 07:41:07 UTC (rev 274493)
@@ -4,7 +4,7 @@
 # Contributor: Nick B 
 
 pkgname=partitionmanager
-pkgver=3.2.1
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(kpmcore hicolor-icon-theme kde-cli-tools)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7dc089243ce49058c7c16cea17bc6302dbfe409c099adc04dad5e9d5098300ad'
+sha256sums=('0e559a231fe21d1f184313f384490c905517682e1710058a1f7138c14ec6074a'
 'SKIP')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 


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

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 15, 2017 @ 07:41:34
  Author: arojas
Revision: 274494

archrelease: copy trunk to community-staging-x86_64

Added:
  partitionmanager/repos/community-staging-x86_64/
  partitionmanager/repos/community-staging-x86_64/PKGBUILD
(from rev 274493, partitionmanager/trunk/PKGBUILD)

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

Copied: partitionmanager/repos/community-staging-x86_64/PKGBUILD (from rev 
274493, partitionmanager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-15 07:41:34 UTC (rev 274494)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+pkgname=partitionmanager
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
+arch=(x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/;
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme kde-cli-tools)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0e559a231fe21d1f184313f384490c905517682e1710058a1f7138c14ec6074a'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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


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

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 15, 2017 @ 07:38:09
  Author: arojas
Revision: 274492

archrelease: copy trunk to community-staging-x86_64

Added:
  kpmcore/repos/community-staging-x86_64/
  kpmcore/repos/community-staging-x86_64/PKGBUILD
(from rev 274491, kpmcore/trunk/PKGBUILD)

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

Copied: kpmcore/repos/community-staging-x86_64/PKGBUILD (from rev 274491, 
kpmcore/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-15 07:38:09 UTC (rev 274492)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kpmcore
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Library for managing partitions"
+arch=(x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/;
+license=(GPL2)
+depends=(parted libatasmart kwidgetsaddons kcoreaddons ki18n)
+makedepends=(extra-cmake-modules python)
+optdepends=('e2fsprogs: ext2/3/4 support'
+   'xfsprogs: XFS support'
+   'jfsutils: JFS support'
+   'reiserfsprogs: Reiser support'
+   'ntfs-3g: NTFS support'
+'dosfstools: FAT32 support'
+'f2fs-tools: F2FS support'
+'exfat-utils: exFAT support'
+'nilfs-utils: nilfs support'
+'udftools: UDF support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b8d6fa3c0d89feebf690a424d98ad36acb2438b1099a5b620ee349989d04db68'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

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


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

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 15, 2017 @ 07:37:41
  Author: arojas
Revision: 274491

Update to 3.3.0

Modified:
  kpmcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-15 06:51:52 UTC (rev 274490)
+++ PKGBUILD2017-12-15 07:37:41 UTC (rev 274491)
@@ -2,13 +2,13 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kpmcore
-pkgver=3.2.1
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="Library for managing partitions"
 arch=(x86_64)
 url="http://kde.org/applications/system/kdepartitionmanager/;
 license=(GPL2)
-depends=(parted libatasmart kservice kwidgetsaddons)
+depends=(parted libatasmart kwidgetsaddons kcoreaddons ki18n)
 makedepends=(extra-cmake-modules python)
 optdepends=('e2fsprogs: ext2/3/4 support'
'xfsprogs: XFS support'
@@ -21,7 +21,7 @@
 'nilfs-utils: nilfs support'
 'udftools: UDF support')
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d671f4f86ec8e81c17de179f712a79c9b4925de8ad5373022da59e79f4cbb480'
+sha256sums=('b8d6fa3c0d89feebf690a424d98ad36acb2438b1099a5b620ee349989d04db68'
 'SKIP')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 


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

2017-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 15, 2017 @ 06:51:25
  Author: felixonmars
Revision: 274489

upgpkg: pm2 2.9.1-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-15 06:50:11 UTC (rev 274488)
+++ PKGBUILD2017-12-15 06:51:25 UTC (rev 274489)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=2.9.0
+pkgver=2.9.1
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -14,7 +14,7 @@
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('014429869e7bb1e151721800e7d21f12579be286cb7a134236a3123e7f02dbfae601ad771615fdf270d2a31d0939e88837eac5ddbd3ccfa9bbaeebe80e4eaf6f'
+sha512sums=('cba5b0a3f8dd0712163f3650166bb0c6cac21b89e16aafb2100ad42cc0c3f0debcabf144aef3209f6e4fe429b3a18cff65e4fb948c94d601d3771dee34517554'
 
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
 
 package() {


[arch-commits] Commit in pm2/repos/community-any (6 files)

2017-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 15, 2017 @ 06:51:52
  Author: felixonmars
Revision: 274490

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 274489, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.install
(from rev 274489, pm2/trunk/pm2.install)
  pm2/repos/community-any/pm2.service
(from rev 274489, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.install
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   66 +-
 pm2.install |   20 -
 pm2.service |   32 ++--
 3 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-15 06:51:25 UTC (rev 274489)
+++ PKGBUILD2017-12-15 06:51:52 UTC (rev 274490)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=2.9.0
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'semver')
-makedepends=('npm' 'git')
-install=pm2.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('014429869e7bb1e151721800e7d21f12579be286cb7a134236a3123e7f02dbfae601ad771615fdf270d2a31d0939e88837eac5ddbd3ccfa9bbaeebe80e4eaf6f'
-
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-  rm -r "$pkgdir"/usr/etc
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 274489, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-15 06:51:52 UTC (rev 274490)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=2.9.1
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'semver')
+makedepends=('npm' 'git')
+install=pm2.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('cba5b0a3f8dd0712163f3650166bb0c6cac21b89e16aafb2100ad42cc0c3f0debcabf144aef3209f6e4fe429b3a18cff65e4fb948c94d601d3771dee34517554'
+
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+  rm -r "$pkgdir"/usr/etc
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+}

Deleted: pm2.install
===
--- pm2.install 2017-12-15 06:51:25 UTC (rev 274489)
+++ pm2.install 2017-12-15 06:51:52 UTC (rev 274490)
@@ -1,10 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
- /usr/lib/node_modules/pm2/node_modules \
- /usr/lib/node_modules/pm2/node_modules/.bin
-}
-
-post_upgrade() {
-  post_install
-}

Copied: pm2/repos/community-any/pm2.install (from rev 274489, 
pm2/trunk/pm2.install)
===
--- pm2.install (rev 0)
+++ pm2.install 2017-12-15 06:51:52 UTC (rev 274490)
@@ -0,0 +1,10 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules \
+ /usr/lib/node_modules/pm2/node_modules \
+ /usr/lib/node_modules/pm2/node_modules/.bin
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: pm2.service
===
--- pm2.service 2017-12-15 06:51:25 UTC (rev 274489)
+++ pm2.service 2017-12-15 06:51:52 UTC (rev 274490)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all

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

2017-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 15, 2017 @ 06:51:28
  Author: felixonmars
Revision: 312917

upgpkg: python-asn1crypto 0.24.0-1

Modified:
  python-asn1crypto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-15 06:24:50 UTC (rev 312916)
+++ PKGBUILD2017-12-15 06:51:28 UTC (rev 312917)
@@ -5,7 +5,7 @@
 
 pkgbase=python-asn1crypto
 pkgname=('python-asn1crypto' 'python2-asn1crypto')
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 arch=('any')
 license=('MIT')
@@ -13,7 +13,7 @@
 url="https://github.com/wbond/asn1crypto;
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/wbond/asn1crypto/archive/$pkgver.tar.gz;)
-sha512sums=('1f702d80050c2b198bc6a829bdef74d772f808a5ca6856482f16d1e0e9f36476845eac64ef27ca141ab6280b7da3ca60fa33edda6b886f27dc72c00d3650')
+sha512sums=('426cc380903b4dd7aadd7b831e3a11ee3442c961a33b856d4aa8d9060e829f2e0ad905a60c4d6504569718fe2cee01d9be31628c89ef030bc34281e381c898e8')
 
 prepare() {
   cp -a asn1crypto-$pkgver{,-py2}


[arch-commits] Commit in python-asn1crypto/repos (testing-any testing-any/PKGBUILD)

2017-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 15, 2017 @ 06:51:49
  Author: felixonmars
Revision: 312918

archrelease: copy trunk to testing-any

Added:
  python-asn1crypto/repos/testing-any/
  python-asn1crypto/repos/testing-any/PKGBUILD
(from rev 312917, python-asn1crypto/trunk/PKGBUILD)

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

Copied: python-asn1crypto/repos/testing-any/PKGBUILD (from rev 312917, 
python-asn1crypto/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-12-15 06:51:49 UTC (rev 312918)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Massimiliano Torromeo < massimiliano DOT torromeo AT gmail DOT 
com >
+
+pkgbase=python-asn1crypto
+pkgname=('python-asn1crypto' 'python2-asn1crypto')
+pkgver=0.24.0
+pkgrel=1
+arch=('any')
+license=('MIT')
+pkgdesc="Python ASN.1 library with a focus on performance and a pythonic API"
+url="https://github.com/wbond/asn1crypto;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/wbond/asn1crypto/archive/$pkgver.tar.gz;)
+sha512sums=('426cc380903b4dd7aadd7b831e3a11ee3442c961a33b856d4aa8d9060e829f2e0ad905a60c4d6504569718fe2cee01d9be31628c89ef030bc34281e381c898e8')
+
+prepare() {
+  cp -a asn1crypto-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/asn1crypto-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/asn1crypto-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/asn1crypto-$pkgver
+  python run.py tests
+
+  cd "$srcdir"/asn1crypto-$pkgver-py2
+  python2 run.py tests
+}
+
+package_python-asn1crypto() {
+  depends=('python')
+
+  cd asn1crypto-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE 
"$pkgdir"/usr/share/licenses/python-asn1crypto/LICENSE
+}
+
+package_python2-asn1crypto() {
+  depends=('python2')
+
+  cd asn1crypto-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE 
"$pkgdir"/usr/share/licenses/python2-asn1crypto/LICENSE
+}


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

2017-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 15, 2017 @ 06:50:11
  Author: felixonmars
Revision: 274488

archrelease: copy trunk to community-x86_64

Added:
  ruby-cairo/repos/community-x86_64/PKGBUILD
(from rev 274487, ruby-cairo/trunk/PKGBUILD)
Deleted:
  ruby-cairo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-15 06:49:48 UTC (rev 274487)
+++ PKGBUILD2017-12-15 06:50:11 UTC (rev 274488)
@@ -1,24 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo
-pkgname=ruby-$_gemname
-pkgver=1.15.10
-pkgrel=1
-pkgdesc='Ruby bindings for cairo'
-arch=(i686 x86_64)
-url='http://cairographics.org/rcairo'
-license=(Ruby)
-depends=(ruby cairo ruby-pkg-config)
-makedepends=(ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha512sums=('af3cec5bf03022a5049922aaa0366b7330ec0e2003734ee855d1d9632d2027be6e08efd8b67c02bf3d006d11d8a7e28ac3d23ce9591940dc92442c7552858907')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: ruby-cairo/repos/community-x86_64/PKGBUILD (from rev 274487, 
ruby-cairo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-15 06:50:11 UTC (rev 274488)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.15.11
+pkgrel=1
+pkgdesc='Ruby bindings for cairo'
+arch=(x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo ruby-pkg-config)
+makedepends=(ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha512sums=('3c21468511eac323b27a86e1c5188b5444d3bf2de244f4dc35d0ae297cb3f1756ec8333555bb7c4178e9f4ebcfd1600e6fd77fa7fe76055bf633bb2f8c69271c')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2017-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 15, 2017 @ 06:49:48
  Author: felixonmars
Revision: 274487

upgpkg: ruby-cairo 1.15.11-1

Modified:
  ruby-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-15 06:46:37 UTC (rev 274486)
+++ PKGBUILD2017-12-15 06:49:48 UTC (rev 274487)
@@ -3,7 +3,7 @@
 
 _gemname=cairo
 pkgname=ruby-$_gemname
-pkgver=1.15.10
+pkgver=1.15.11
 pkgrel=1
 pkgdesc='Ruby bindings for cairo'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha512sums=('af3cec5bf03022a5049922aaa0366b7330ec0e2003734ee855d1d9632d2027be6e08efd8b67c02bf3d006d11d8a7e28ac3d23ce9591940dc92442c7552858907')
+sha512sums=('3c21468511eac323b27a86e1c5188b5444d3bf2de244f4dc35d0ae297cb3f1756ec8333555bb7c4178e9f4ebcfd1600e6fd77fa7fe76055bf633bb2f8c69271c')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2017-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 15, 2017 @ 06:46:37
  Author: felixonmars
Revision: 274486

archrelease: copy trunk to community-x86_64

Added:
  git-annex/repos/community-x86_64/PKGBUILD
(from rev 274484, git-annex/trunk/PKGBUILD)
Deleted:
  git-annex/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  107 ++---
 1 file changed, 54 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-15 06:46:28 UTC (rev 274485)
+++ PKGBUILD2017-12-15 06:46:37 UTC (rev 274486)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=6.20171124
-pkgrel=26
-pkgdesc="Manage files with git, without checking their contents into git"
-url="http://git-annex.branchable.com/;
-license=("AGPL3")
-arch=('x86_64')
-depends=('git' '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-conduit" 
"haskell-crypto-api"
- "haskell-cryptonite" "haskell-data-default" "haskell-dav" 
"haskell-dbus"
- "haskell-disk-free-space" "haskell-dlist" "haskell-dns" 
"haskell-edit-distance"
- "haskell-esqueleto" "haskell-exceptions" "haskell-fdo-notify" 
"haskell-feed"
- "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
- "haskell-http-types" "haskell-ifelse" "haskell-magic" "haskell-memory"
- "haskell-monad-control" "haskell-monad-logger" "haskell-mountpoints" 
"haskell-mtl"
- "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" "haskell-stm-chans" 
"haskell-tasty"
- "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
- "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
- "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
- "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
- "haskell-yesod-form" "haskell-yesod-static")
-makedepends=("chrpath" 'ghc')
-source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd git-annex
-
-  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
--fnetwork-uri -fconcurrentoutput -ftorrentparser \
--ftestsuite -f-androidsplice -f-android -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 274484, 
git-annex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-15 06:46:37 UTC (rev 274486)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20171214
+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' '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-conduit' 
'haskell-crypto-api'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
+ 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 
'haskell-edit-distance'
+ 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-mtl'
+ 'haskell-network' 'haskell-network-info' 

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

2017-12-14 Thread Felix Yan via arch-commits
Date: Friday, December 15, 2017 @ 06:46:11
  Author: felixonmars
Revision: 274482

upgpkg: git-annex 6.20171214-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-15 06:25:07 UTC (rev 274481)
+++ PKGBUILD2017-12-15 06:46:11 UTC (rev 274482)
@@ -3,33 +3,33 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=6.20171124
-pkgrel=26
+pkgver=6.20171214
+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' '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-conduit" 
"haskell-crypto-api"
- "haskell-cryptonite" "haskell-data-default" "haskell-dav" 
"haskell-dbus"
- "haskell-disk-free-space" "haskell-dlist" "haskell-dns" 
"haskell-edit-distance"
- "haskell-esqueleto" "haskell-exceptions" "haskell-fdo-notify" 
"haskell-feed"
- "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
- "haskell-http-types" "haskell-ifelse" "haskell-magic" "haskell-memory"
- "haskell-monad-control" "haskell-monad-logger" "haskell-mountpoints" 
"haskell-mtl"
- "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" "haskell-stm-chans" 
"haskell-tasty"
- "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
- "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
- "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
- "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
- "haskell-yesod-form" "haskell-yesod-static")
-makedepends=("chrpath" 'ghc')
+depends=('git' '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-conduit' 
'haskell-crypto-api'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
+ 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 
'haskell-edit-distance'
+ 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-mtl'
+ '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' 'haskell-stm-chans' 
'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-text' 'haskell-torrent' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-uuid' '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')
 
@@ -36,7 +36,8 @@
 build() {
   cd git-annex
 
-  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
 -fnetwork-uri -fconcurrentoutput -ftorrentparser \
 -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
 -fassistant -fwebdav -fs3 

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

2017-12-14 Thread Evangelos Foutras via arch-commits
Date: Friday, December 15, 2017 @ 05:28:55
  Author: foutrelis
Revision: 312912

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 312911, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-clang-r1.patch
(from rev 312911, chromium/trunk/chromium-clang-r1.patch)
  chromium/repos/extra-x86_64/chromium-exclude_unwind_tables.patch
(from rev 312911, chromium/trunk/chromium-exclude_unwind_tables.patch)
  chromium/repos/extra-x86_64/chromium-webrtc-r0.patch
(from rev 312911, chromium/trunk/chromium-webrtc-r0.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 312911, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 312911, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 312911, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-clang-r1.patch
  chromium/repos/extra-x86_64/chromium-exclude_unwind_tables.patch
  chromium/repos/extra-x86_64/chromium-webrtc-r0.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 PKGBUILD |  474 -
 chromium-clang-r1.patch  |   42 +-
 chromium-exclude_unwind_tables.patch |   88 +++---
 chromium-webrtc-r0.patch |   68 ++--
 chromium-widevine.patch  |   20 -
 chromium.desktop |  224 +++
 chromium.install |   32 +-
 7 files changed, 474 insertions(+), 474 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-15 05:28:43 UTC (rev 312911)
+++ PKGBUILD2017-12-15 05:28:55 UTC (rev 312912)
@@ -1,237 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=63.0.3239.84
-pkgrel=1
-_launcher_ver=5
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' 'clang'
- 'lld')
-optdepends=('pepper-flash: support for Flash content'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-
chromium-$pkgver.txt::https://chromium.googlesource.com/chromium/src.git/+/$pkgver?format=TEXT
-chromium.desktop
-chromium-exclude_unwind_tables.patch
-chromium-clang-r1.patch
-chromium-webrtc-r0.patch
-chromium-widevine.patch)
-sha256sums=('6de2754dfc333675ae6a67ae13c95666009b35c84f847b058edbf312e42fa3af'
-'4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
-'782a512b8bcf4aa6e58036cc3454d037d0eea69f27d5b673902d494c3fb5b20d'
-'028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
-'e53dc6f259acd39df13874f8a0f440528fae764b859dd71447991a5b1fac7c9c'
-'ab5368a3e3a67fa63b33fefc6788ad5b4a79089ef4db1011a14c3bee9fdf70c6'
-'bcb2f4588cf5dcf75cde855c7431e94fdcc34bdd68b876a90f65ab9938594562'
-'d6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -rgA _system_libs=(
-  #[ffmpeg]=ffmpeg  # https://crbug.com/731766
-  [flac]=flac
-  #[freetype]=freetype2 # https://crbug.com/pdfium/733
-  #[harfbuzz-ng]=harfbuzz-icu   # https://crbug.com/768938
-  #[icu]=icu# https://crbug.com/772655
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng  # https://crbug.com/752403#c10
-  #[libvpx]=libvpx  # https://bugs.gentoo.org/611394
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see 

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

2017-12-14 Thread Evangelos Foutras via arch-commits
Date: Friday, December 15, 2017 @ 05:28:43
  Author: foutrelis
Revision: 312911

upgpkg: chromium 63.0.3239.108-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 23:01:32 UTC (rev 312910)
+++ PKGBUILD2017-12-15 05:28:43 UTC (rev 312911)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=63.0.3239.84
+pkgver=63.0.3239.108
 pkgrel=1
 _launcher_ver=5
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -30,9 +30,9 @@
 chromium-clang-r1.patch
 chromium-webrtc-r0.patch
 chromium-widevine.patch)
-sha256sums=('6de2754dfc333675ae6a67ae13c95666009b35c84f847b058edbf312e42fa3af'
+sha256sums=('47d80798194da78bdd519b7ce012425b13cf89d6eb287e22a34342a245c31a2b'
 '4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
-'782a512b8bcf4aa6e58036cc3454d037d0eea69f27d5b673902d494c3fb5b20d'
+'6da2cc8e4ae13547763f946c331b2f819fbb8af01681b8b90564a95f8a423e58'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 'e53dc6f259acd39df13874f8a0f440528fae764b859dd71447991a5b1fac7c9c'
 'ab5368a3e3a67fa63b33fefc6788ad5b4a79089ef4db1011a14c3bee9fdf70c6'


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

2017-12-14 Thread Levente Polyak via arch-commits
Date: Friday, December 15, 2017 @ 01:51:45
  Author: anthraxx
Revision: 274477

archrelease: copy trunk to community-x86_64

Added:
  
linux-hardened/repos/community-x86_64/0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
(from rev 274476, 
linux-hardened/trunk/0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch)
  
linux-hardened/repos/community-x86_64/0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch
(from rev 274476, 
linux-hardened/trunk/0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch)
  linux-hardened/repos/community-x86_64/60-linux.hook
(from rev 274476, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/community-x86_64/90-linux.hook
(from rev 274476, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/community-x86_64/PKGBUILD
(from rev 274476, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/community-x86_64/config.x86_64
(from rev 274476, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/community-x86_64/linux.install
(from rev 274476, linux-hardened/trunk/linux.install)
  linux-hardened/repos/community-x86_64/linux.preset
(from rev 274476, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/community-x86_64/60-linux.hook
  linux-hardened/repos/community-x86_64/90-linux.hook
  linux-hardened/repos/community-x86_64/PKGBUILD
  linux-hardened/repos/community-x86_64/config.x86_64
  linux-hardened/repos/community-x86_64/linux.install
  linux-hardened/repos/community-x86_64/linux.preset

-+
 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch |   73 
 0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch   |   57 
 60-linux.hook   |   24 
 90-linux.hook   |   22 
 PKGBUILD|  607 
 config.x86_64   |17000 
--
 linux.install   |   22 
 linux.preset|   28 
 8 files changed, 8966 insertions(+), 8867 deletions(-)

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


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

2017-12-14 Thread Levente Polyak via arch-commits
Date: Friday, December 15, 2017 @ 01:51:34
  Author: anthraxx
Revision: 274476

upgpkg: linux-hardened 4.14.6.a-1

Added:
  
linux-hardened/trunk/0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
  linux-hardened/trunk/0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch
Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

-+
 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch |   73 
++
 0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch   |   57 +++
 PKGBUILD|   27 ++-
 config.x86_64   |   70 
+
 4 files changed, 163 insertions(+), 64 deletions(-)

Added: 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
===
--- 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch 
(rev 0)
+++ 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch 
2017-12-15 01:51:34 UTC (rev 274476)
@@ -0,0 +1,73 @@
+From c3c1af44db713ac6624e729ea4832d0ce70685e0 Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: Benjamin Poirier 
+Date: Mon, 11 Dec 2017 16:26:40 +0900
+Subject: [PATCH 1/2] e1000e: Fix e1000_check_for_copper_link_ich8lan return
+ value.
+
+e1000e_check_for_copper_link() and e1000_check_for_copper_link_ich8lan()
+are the two functions that may be assigned to mac.ops.check_for_link when
+phy.media_type == e1000_media_type_copper. Commit 19110cfbb34d ("e1000e:
+Separate signaling for link check/link up") changed the meaning of the
+return value of check_for_link for copper media but only adjusted the first
+function. This patch adjusts the second function likewise.
+
+Reported-by: Christian Hesse 
+Reported-by: Gabriel C 
+Link: https://bugzilla.kernel.org/show_bug.cgi?id=198047
+Fixes: 19110cfbb34d ("e1000e: Separate signaling for link check/link up")
+Tested-by: Christian Hesse 
+Signed-off-by: Benjamin Poirier 
+---
+ drivers/net/ethernet/intel/e1000e/ich8lan.c | 11 ---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+diff --git a/drivers/net/ethernet/intel/e1000e/ich8lan.c 
b/drivers/net/ethernet/intel/e1000e/ich8lan.c
+index d6d4ed7acf031172..31277d3bb7dc1241 100644
+--- a/drivers/net/ethernet/intel/e1000e/ich8lan.c
 b/drivers/net/ethernet/intel/e1000e/ich8lan.c
+@@ -1367,22 +1367,25 @@ static s32 e1000_disable_ulp_lpt_lp(struct e1000_hw 
*hw, bool force)
+  *  Checks to see of the link status of the hardware has changed.  If a
+  *  change in link status has been detected, then we read the PHY registers
+  *  to get the current speed/duplex if link exists.
++ *
++ *  Returns a negative error code (-E1000_ERR_*) or 0 (link down) or 1 (link
++ *  up).
+  **/
+ static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
+ {
+   struct e1000_mac_info *mac = >mac;
+   s32 ret_val, tipg_reg = 0;
+   u16 emi_addr, emi_val = 0;
+   bool link;
+   u16 phy_reg;
+ 
+   /* We only want to go out to the PHY registers to see if Auto-Neg
+* has completed and/or if our link status has changed.  The
+* get_link_status flag is set upon receiving a Link Status
+* Change or Rx Sequence Error interrupt.
+*/
+   if (!mac->get_link_status)
+-  return 0;
++  return 1;
+ 
+   /* First we want to see if the MII Status Register reports
+* link.  If so, then we want to get the current speed/duplex
+@@ -1613,10 +1616,12 @@ static s32 e1000_check_for_copper_link_ich8lan(struct 
e1000_hw *hw)
+* different link partner.
+*/
+   ret_val = e1000e_config_fc_after_link_up(hw);
+-  if (ret_val)
++  if (ret_val) {
+   e_dbg("Error configuring flow control\n");
++  return ret_val;
++  }
+ 
+-  return ret_val;
++  return 1;
+ }
+ 
+ static s32 e1000_get_variants_ich8lan(struct e1000_adapter *adapter)
+-- 
+2.15.1
+

Added: 0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch
===
--- 0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch   
(rev 0)
+++ 0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch   2017-12-15 
01:51:34 UTC (rev 274476)
@@ -0,0 +1,57 @@
+From 80d3e994e0631d9135cadf20a0b5ad483d7e9bbb Mon Sep 17 00:00:00 2001
+Message-Id: 
<80d3e994e0631d9135cadf20a0b5ad483d7e9bbb.1513282811.git.jan.steff...@gmail.com>
+In-Reply-To: 

+References: 

+From: Mohamed 

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

2017-12-14 Thread Christian Hesse via arch-commits
Date: Thursday, December 14, 2017 @ 23:01:32
  Author: eworm
Revision: 312910

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 312909, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 312909, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 312909, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 312909, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 312909, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 312909, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 312909, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 312909, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 312909, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 312909, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 312909, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 312909, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 312909, systemd/trunk/systemd.install)

--+
 PKGBUILD |  263 +
 arch.conf|7 +
 initcpio-hook-udev   |   22 +++
 initcpio-install-systemd |  198 +
 initcpio-install-udev|   29 
 loader.conf  |1 
 systemd-hwdb.hook|   11 +
 systemd-sysusers.hook|   11 +
 systemd-tmpfiles.hook|   11 +
 systemd-update.hook  |   11 +
 systemd-user.pam |5 
 systemd.install  |   99 
 12 files changed, 668 insertions(+)

Copied: systemd/repos/testing-x86_64/PKGBUILD (from rev 312909, 
systemd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-14 23:01:32 UTC (rev 312910)
@@ -0,0 +1,263 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgbase=systemd
+pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
+# latest commit on stable branch
+_commit='a1b2c92d8290c76a29ccd0887a92ac064e1bb5a1'
+# Bump this to latest major release for signed tag verification,
+# the commit count is handled by pkgver() function.
+pkgver=236.0
+pkgrel=1
+arch=('x86_64')
+url="https://www.github.com/systemd/systemd;
+makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
+ 'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt'
+ 'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
+ 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git'
+ 'meson' 'libseccomp')
+options=('strip')
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4')  # Lennart 
Poettering 
+source=('git://github.com/systemd/systemd-stable.git'
+'git://github.com/systemd/systemd.git' # pull in for tags, backports & 
reverts
+'initcpio-hook-udev'
+'initcpio-install-systemd'
+'initcpio-install-udev'
+'arch.conf'
+'loader.conf'
+'splash-arch.bmp'
+'systemd-user.pam'
+'systemd-hwdb.hook'
+'systemd-sysusers.hook'
+'systemd-tmpfiles.hook'
+'systemd-update.hook')
+sha512sums=('SKIP'
+'SKIP'
+
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
+
'86d7cacd7536b1069c8208de7ec81e7f0f18a19fc2b06fabe90db4700623eb3540b75121080d325672d92e26912632ae4f93fd3c0bb48eb3e5eedd88352c'
+
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
+
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
+
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'
+
'5a1d78b5170da5abe3d18fdf9f2c3a4d78f15ba7d1ee9ec2708c4c9c2e28973469bc19386f70b3cf32ffafbe4fcc4303e5ebbd6d5187a1df3314ae0965b25e75'
+
'b90c99d768dc2a4f020ba854edf45ccf1b86a09d2f66e475de21fe589ff7e32c33ef4aa0876d7f1864491488fd7edb2682fc0d68e83a6d4890a0778dc2d6fe19'
+

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

2017-12-14 Thread Christian Hesse via arch-commits
Date: Thursday, December 14, 2017 @ 23:01:24
  Author: eworm
Revision: 312909

upgpkg: systemd 236.0-1

new upstream release

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 22:40:01 UTC (rev 312908)
+++ PKGBUILD2017-12-14 23:01:24 UTC (rev 312909)
@@ -6,11 +6,11 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 # latest commit on stable branch
-_commit='743b771c559c6101544f7358a42c8c519fe4b0db'
+_commit='a1b2c92d8290c76a29ccd0887a92ac064e1bb5a1'
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
-pkgver=235.38
-pkgrel=4
+pkgver=236.0
+pkgrel=1
 arch=('x86_64')
 url="https://www.github.com/systemd/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -48,8 +48,6 @@
 
'10190fba9f39a8f4b620a0829e0ba8ed63bb4dbeca712966011ee7807880d01ab2abff1a80baafeb6674db70526a473fe585db8190e864f318fc4d6068552618')
 
 _backports=(
-   # Fix typo in statx macro (#7180) (FS#56289)
-   '8e6a7a8b2be409d356bcaface00f6d44390c07ff'
 )
 
 _reverts=(


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

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 22:51:12
  Author: arojas
Revision: 274475

archrelease: copy trunk to community-testing-x86_64

Added:
  kjots/repos/community-testing-x86_64/
  kjots/repos/community-testing-x86_64/PKGBUILD
(from rev 274474, kjots/trunk/PKGBUILD)

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

Copied: kjots/repos/community-testing-x86_64/PKGBUILD (from rev 274474, 
kjots/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-14 22:51:12 UTC (rev 274475)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.2
+pkgrel=3
+pkgdesc="A note taking application for KDE"
+url="https://www.kde.org/applications/utilities/kjots/;
+arch=(x86_64)
+license=(GPL)
+depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit)
+makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


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

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 22:50:50
  Author: arojas
Revision: 274474

akonadi 17.12 rebuild

Modified:
  kjots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 22:49:10 UTC (rev 274473)
+++ PKGBUILD2017-12-14 22:50:50 UTC (rev 274474)
@@ -3,7 +3,7 @@
 
 pkgname=kjots
 pkgver=5.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A note taking application for KDE"
 url="https://www.kde.org/applications/utilities/kjots/;
 arch=(x86_64)
@@ -11,8 +11,6 @@
 depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit)
 makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-conflicts=(kdepim-kjots)
-replaces=(kdepim-kjots)
 sha256sums=('5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3')
 
 prepare() {
@@ -24,7 +22,7 @@
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF 
   make
 }


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

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 22:49:10
  Author: arojas
Revision: 274473

archrelease: copy trunk to community-testing-x86_64

Added:
  zanshin/repos/community-testing-x86_64/
  zanshin/repos/community-testing-x86_64/PKGBUILD
(from rev 274472, zanshin/trunk/PKGBUILD)

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

Copied: zanshin/repos/community-testing-x86_64/PKGBUILD (from rev 274472, 
zanshin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-14 22:49:10 UTC (rev 274473)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=zanshin
+pkgver=0.4.1.git20171127
+pkgrel=1
+_commit=5d6814b816170d27b23760d76b9e36ea287d81f9
+pkgdesc="To-do management application for KDE based on Akonadi"
+arch=(x86_64)
+url="http://zanshin.kde.org;
+license=(GPL)
+depends=(kdepim-runtime kontactinterface)
+makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin git)
+#source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+source=(git+https://anongit.kde.org/zanshin.git#commit=$_commit)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 22:48:37
  Author: arojas
Revision: 274472

Update to latest git, contains multiple build fixes

Modified:
  zanshin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 22:19:46 UTC (rev 274471)
+++ PKGBUILD2017-12-14 22:48:37 UTC (rev 274472)
@@ -2,16 +2,18 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=zanshin
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.4.1.git20171127
+pkgrel=1
+_commit=5d6814b816170d27b23760d76b9e36ea287d81f9
 pkgdesc="To-do management application for KDE based on Akonadi"
 arch=(x86_64)
 url="http://zanshin.kde.org;
 license=(GPL)
 depends=(kdepim-runtime kontactinterface)
-makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin)
-source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('5a1980e2021c8f494c70f035f91e87f710ebf1cdfcad9a5f8eadc24a38a998d2')
+makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin git)
+#source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+source=(git+https://anongit.kde.org/zanshin.git#commit=$_commit)
+sha256sums=('SKIP')
 
 prepare() {
   mkdir -p build
@@ -19,7 +21,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver \
+  cmake ../$pkgname \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_LIBDIR=lib \


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

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 22:40:01
  Author: arojas
Revision: 312908

archrelease: copy trunk to testing-x86_64

Added:
  calligra/repos/testing-x86_64/
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 312907, calligra/trunk/PKGBUILD)

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

Copied: calligra/repos/testing-x86_64/PKGBUILD (from rev 312907, 
calligra/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-14 22:40:01 UTC (rev 312908)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=9
+arch=(x86_64)
+url='https://www.calligra-suite.org/'
+license=(FDL1.2 GPL2 LGPL)
+depends=(kcmutils knotifyconfig kross kactivities kdiagram kreport libspnav 
kdelibs4support
+ gsl openexr kcontacts kcalcore qca-qt5 poppler-qt5 libodfgen 
qt5-webkit cauchy khtml)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin boost 
openjpeg akonadi-contacts
+ libwpg okular eigen marble-common pstoedit libvisio libetonyek 
libwps vc)
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'openjpeg: PDF to SVG filer')
+conflicts=(calligra-devtools calligra-extras calligra-filters calligra-karbon 
karbon calligra-libs calligra-plan
+   calligra-plugins calligra-sheets calligra-stage calligra-words 
calligra-l10n calligra-meta
+   calligra-flow calligra-braindump calligra-gemini calligra-handbook)
+replaces=(calligra-devtools calligra-extras calligra-filters calligra-karbon 
karbon calligra-libs calligra-plan
+  calligra-plugins calligra-sheets calligra-stage calligra-words 
calligra-l10n calligra-meta)
+for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
+ pl pt pt_br ru sk sv uk zh_cn zh_tw; do
+  conflicts+=(calligra-l10n-$_lang)
+  replaces+=(calligra-l10n-$_lang)
+done
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+
calligra-kcalcore-17.12.patch::"https://cgit.kde.org/calligra.git/patch/?id=9a02a545;)
+sha256sums=('452bddc4e03cfbf48de508b991dc94209d386d86bf010ea9d10afed0f5694db2'
+'SKIP'
+'83b8eff3e5fa50decf826b22912d0f77ae855c230c470ad4c260870a888cdce0')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgbase-$pkgver
+  patch -p1 -i ../calligra-kcalcore-17.12.patch # Fix build with kcalcore 17.12
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 22:39:34
  Author: arojas
Revision: 312907

kcalcore/okular 17.12 rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 22:20:02 UTC (rev 312906)
+++ PKGBUILD2017-12-14 22:39:34 UTC (rev 312907)
@@ -7,14 +7,14 @@
 pkgname=calligra
 pkgdesc="A set of applications for productivity and creative usage"
 pkgver=3.0.1
-pkgrel=8
-arch=('x86_64')
+pkgrel=9
+arch=(x86_64)
 url='https://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
- 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
- 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+license=(FDL1.2 GPL2 LGPL)
+depends=(kcmutils knotifyconfig kross kactivities kdiagram kreport libspnav 
kdelibs4support
+ gsl openexr kcontacts kcalcore qca-qt5 poppler-qt5 libodfgen 
qt5-webkit cauchy khtml)
+makedepends=(extra-cmake-modules kdoctools python kdesignerplugin boost 
openjpeg akonadi-contacts
+ libwpg okular eigen marble-common pstoedit libvisio libetonyek 
libwps vc)
 optdepends=('libwpg: Corel WordPerfect Graphics image importer'
 'libwps: Microsoft Works file word processor format import'
 'libvisio: Microsoft Visio import filter'
@@ -22,32 +22,37 @@
 'pstoedit: EPS to SVG filter'
 'poppler: PDF to SVG filter'
 'openjpeg: PDF to SVG filer')
-conflicts=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
-  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta'
-  'calligra-flow' 'calligra-braindump' 'calligra-gemini' 
'calligra-handbook')
-replaces=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
-  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
+conflicts=(calligra-devtools calligra-extras calligra-filters calligra-karbon 
karbon calligra-libs calligra-plan
+   calligra-plugins calligra-sheets calligra-stage calligra-words 
calligra-l10n calligra-meta
+   calligra-flow calligra-braindump calligra-gemini calligra-handbook)
+replaces=(calligra-devtools calligra-extras calligra-filters calligra-karbon 
karbon calligra-libs calligra-plan
+  calligra-plugins calligra-sheets calligra-stage calligra-words 
calligra-l10n calligra-meta)
 for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
  pl pt pt_br ru sk sv uk zh_cn zh_tw; do
   conflicts+=(calligra-l10n-$_lang)
   replaces+=(calligra-l10n-$_lang)
 done
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+
calligra-kcalcore-17.12.patch::"https://cgit.kde.org/calligra.git/patch/?id=9a02a545;)
 sha256sums=('452bddc4e03cfbf48de508b991dc94209d386d86bf010ea9d10afed0f5694db2'
-'SKIP')
+'SKIP'
+'83b8eff3e5fa50decf826b22912d0f77ae855c230c470ad4c260870a888cdce0')
 validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

   42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgbase-$pkgver
+  patch -p1 -i ../calligra-kcalcore-17.12.patch # Fix build with kcalcore 17.12
 }
 
 build() {
   cd build
-  cmake ../${pkgbase}-${pkgver} \
+  cmake ../$pkgbase-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF
   make
 }


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:18:16
  Author: heftig
Revision: 312901

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 312900, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/fix-abi.patch
(from rev 312900, nvidia/trunk/fix-abi.patch)

---+
 PKGBUILD  |   77 
 fix-abi.patch |   12 
 2 files changed, 89 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 312900, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-14 22:18:16 UTC (rev 312901)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=387.34
+_extramodules=extramodules-4.14-ARCH
+pkgrel=12
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.14' 'linux-headers<4.15')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha256sums=('d540908e76aeecb1f4a2812acf5ad37346934a6b7c8043c8b3ce230a48ceb440')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+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.14' 'linux<4.15' "nvidia-utils=${pkgver}" 'libgl')
+
+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/nvidia.conf"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+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/nvidia.conf"
+}

Copied: nvidia/repos/staging-x86_64/fix-abi.patch (from rev 312900, 
nvidia/trunk/fix-abi.patch)
===
--- staging-x86_64/fix-abi.patch(rev 0)
+++ staging-x86_64/fix-abi.patch2017-12-14 22:18:16 UTC (rev 312901)
@@ -0,0 +1,12 @@
+diff -u -r kernel/nvidia-drm/nvidia-drm-fence.c 
kernel-patched/nvidia-drm/nvidia-drm-fence.c
+--- kernel/nvidia-drm/nvidia-drm-fence.c   2016-08-09 01:43:19.0 
+0200
 kernel-patched/nvidia-drm/nvidia-drm-fence.c   2016-08-25 
14:31:34.419655564 +0200
+@@ -325,7 +325,7 @@
+ struct nvidia_drm_gem_object *nv_gem;
+ };
+ 
+-static void nvidia_drm_gem_prime_soft_fence_event
++static void NVKMS_KAPI_CALL nvidia_drm_gem_prime_soft_fence_event
+ (
+ void *dataPtr,
+ NvU32 dataU32


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:18:45
  Author: heftig
Revision: 312902

archrelease: copy trunk to staging-x86_64

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

---+
 PKGBUILD  |   73 
 kernel-4.11.patch |   38 +++
 kernel-4.14.patch |   29 
 3 files changed, 140 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 312901, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-14 22:18:45 UTC (rev 312902)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.104
+_extramodules=extramodules-4.14-ARCH
+pkgrel=14
+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.14' 
'linux-headers<4.15')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'kernel-4.11.patch' 'kernel-4.14.patch')
+sha512sums=('e962494561728af5a911354bfb3560e414464f7858f30f9654eac5ca56175bc8498d1eee93a18248c63e9eee7d84807ef924fe9f53239644d7085b0f3502bf8c'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2'
+
'ccaa40e085d985ec4280003e36dd06e60958ed1408867379fd21a68a18d48aa4be311bf9ad1e804f7a7245c90be98e919d2ec30f45d290f1cdb19c866bdb8a8d')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+patch -Np1 < "${srcdir}/kernel-4.14.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.14' 'linux<4.15' "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/nvidia.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')
+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/nvidia.conf"
+}

Copied: nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch (from rev 312901, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-x86_64/kernel-4.11.patch(rev 0)
+++ staging-x86_64/kernel-4.11.patch2017-12-14 22:18:45 UTC (rev 312902)
@@ -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 = 

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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:17:46
  Author: heftig
Revision: 274465

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 274464, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 274464, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 274464, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 22:17:46 UTC (rev 274465)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=87
+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.14' 'linux<4.15')
+makedepends=('linux-headers>=4.14' 'linux-headers<4.15')
+_extramodules=extramodules-4.14-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 acpi_call.ko
+  find "$pkgdir" -name '*.ko' -exec gzip -n {} +
+
+  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 274464, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2017-12-14 22:17:46 UTC (rev 274465)
@@ -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 vhba-module/repos (4 files)

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:17:28
  Author: heftig
Revision: 274464

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

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

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
274463, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2017-12-14 22:17:28 UTC (rev 
274464)
@@ -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 274463, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 22:17:28 UTC (rev 274464)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=28
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.14' 'linux<4.15')
+makedepends=('linux-headers>=4.14' 'linux-headers<4.15')
+_extramodules=extramodules-4.14-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 vhba.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 gzip -n {} +
+}
+
+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 274463, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2017-12-14 22:17:28 UTC (rev 274464)
@@ -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 r8168/repos (3 files)

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:17:07
  Author: heftig
Revision: 274463

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 274462, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-4.11.patch
(from rev 274462, r8168/trunk/linux-4.11.patch)

--+
 PKGBUILD |   42 ++
 linux-4.11.patch |   14 ++
 2 files changed, 56 insertions(+)

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 274462, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 22:17:07 UTC (rev 274463)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=15
+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=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg2 "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH" -m644 
src/r8168.ko
+   find "$pkgdir" -name '*.ko' -exec gzip -n {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}

Copied: r8168/repos/community-staging-x86_64/linux-4.11.patch (from rev 274462, 
r8168/trunk/linux-4.11.patch)
===
--- community-staging-x86_64/linux-4.11.patch   (rev 0)
+++ community-staging-x86_64/linux-4.11.patch   2017-12-14 22:17:07 UTC (rev 
274463)
@@ -0,0 +1,14 @@
+diff --git a/src/r8168_n.c b/src/r8168_n.c
+index 3c5a7e7..e2026bb 100755
+--- a/src/r8168_n.c
 b/src/r8168_n.c
+@@ -25732,7 +25732,9 @@ process_pkt:
+ if (rtl8168_rx_vlan_skb(tp, desc, skb) < 0)
+ rtl8168_rx_skb(tp, skb);
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ dev->last_rx = jiffies;
++#endif
+ RTLDEV->stats.rx_bytes += pkt_size;
+ RTLDEV->stats.rx_packets++;
+ }


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:16:46
  Author: heftig
Revision: 312900

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-304xx/repos/staging-x86_64/
  nvidia-304xx/repos/staging-x86_64/PKGBUILD
(from rev 312899, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/staging-x86_64/disable-mtrr.patch
(from rev 312899, nvidia-304xx/trunk/disable-mtrr.patch)
  nvidia-304xx/repos/staging-x86_64/kernel-4.14.patch
(from rev 312899, nvidia-304xx/trunk/kernel-4.14.patch)

+
 PKGBUILD   |   71 +++
 disable-mtrr.patch |   24 +
 kernel-4.14.patch  |   29 
 3 files changed, 124 insertions(+)

Copied: nvidia-304xx/repos/staging-x86_64/PKGBUILD (from rev 312899, 
nvidia-304xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-14 22:16:46 UTC (rev 312900)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-304xx
+pkgname=(nvidia-304xx nvidia-304xx-dkms)
+pkgver=304.137
+_extramodules=extramodules-4.14-ARCH
+pkgrel=15
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-304xx-utils=${pkgver}" 'linux' 'linux-headers>=4.14' 
'linux-headers<4.15')
+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;
+'disable-mtrr.patch' 'kernel-4.14.patch')
+sha512sums=('4ab648647e4f3e2c352b2eab6454c264fe4728d8eb1264fafee2a4ab1a4ce59516abcf8490044d31e35309ea951e564cc217e13f7139a48bbf650a4238c5b87c'
+
'54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774'
+
'ccaa40e085d985ec4280003e36dd06e60958ed1408867379fd21a68a18d48aa4be311bf9ad1e804f7a7245c90be98e919d2ec30f45d290f1cdb19c866bdb8a8d')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np1 --no-backup-if-mismatch < "${srcdir}/kernel-4.14.patch"
+
+# FS#47092
+#patch -d kernel -Np1 --no-backup-if-mismatch < 
"${srcdir}/disable-mtrr.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
+}
+
+package_nvidia-304xx() {
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+depends=('linux>=4.14' 'linux<4.15' "nvidia-304xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-304xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 304xx legacy branch"
+depends=('dkms' "nvidia-304xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-304xx')
+
+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/nvidia.conf"
+}

Copied: nvidia-304xx/repos/staging-x86_64/disable-mtrr.patch (from rev 312899, 
nvidia-304xx/trunk/disable-mtrr.patch)
===
--- staging-x86_64/disable-mtrr.patch   (rev 0)
+++ staging-x86_64/disable-mtrr.patch   2017-12-14 22:16:46 UTC (rev 312900)
@@ -0,0 +1,24 @@
+Author: Luca Boccassi 
+Description: Disable MTRR on kernel >= 4.3
+ From kernel 4.3 and newer (commit 2baa891e42d84) mtrr_add and mtrr_del are no
+ longer exported. The Nvidia kernel shim still uses it as of 304.131, causing
+ the module to error out when loading. Disable MTRR if running on 4.3 or 
greater
+ until upstream fixes it.
+--- a/nv-linux.h
 b/nv-linux.h
+@@ -256,6 +256,15 @@
+ #include 
+ #endif
+ 
++/*
++ * As of version 304.131, os-agp.c and os-mtrr.c still use deprecated
++ * kernel APIs for mtrr which are no longer exported since 4.3, causing
++ * the module to error out when loaded.
++ */
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0)
++#undef CONFIG_MTRR
++#endif
++
+ #if !defined(NV_VMWARE) && defined(CONFIG_MTRR)
+ #include 
+ #endif

Copied: nvidia-304xx/repos/staging-x86_64/kernel-4.14.patch (from rev 312899, 

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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:16:23
  Author: heftig
Revision: 274462

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 274461, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 22:16:23 UTC (rev 274462)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=93
+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.14' 'linux<4.15')
+makedepends=('linux-headers>=4.14' 'linux-headers<4.15')
+_extramodules=extramodules-4.14-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 bbswitch.ko
+  find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+}
+
+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 virtualbox-modules-arch/repos (2 files)

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:16:00
  Author: heftig
Revision: 274461

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

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 274460, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 22:16:00 UTC (rev 274461)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.2
+pkgrel=11
+_linux_major=4
+_linux_minor=14
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=("linux>=${_linux_major}.${_linux_minor}"
+ "linux<${_linux_major}.$((_linux_minor+1))"
+ "linux-headers>=${_linux_major}.${_linux_minor}"
+ "linux-headers<${_linux_major}.$((_linux_minor+1))"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-${_linux_major}.${_linux_minor}-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  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 "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" |
+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_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  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/vboxguest/${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 "vboxguest\nvboxsf\nvboxvideo\n" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:15:39
  Author: heftig
Revision: 274460

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

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 274459, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 22:15:39 UTC (rev 274460)
@@ -0,0 +1,44 @@
+# 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
+_pkgname=tp-smapi
+pkgver=0.42
+_extradir=/usr/lib/modules/extramodules-4.14-ARCH
+pkgrel=42
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.14' 'linux<4.15')
+makedepends=('linux-headers>=4.14' 'linux-headers<4.15')
+source=("$pkgname-$_pkgname-$pkgver.tar.gz::https://github.com/evgeni/$pkgname/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd $pkgname-$_pkgname-$pkgver
+
+  # 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-$_pkgname-$pkgver
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec gzip -n -9 {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:11:18
  Author: heftig
Revision: 312898

304.137-15: kernel 4.14.6

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 22:11:08 UTC (rev 312897)
+++ PKGBUILD2017-12-14 22:11:18 UTC (rev 312898)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.137
 _extramodules=extramodules-4.14-ARCH
-pkgrel=14
+pkgrel=15
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:11:26
  Author: heftig
Revision: 312899

340.104-14: kernel 4.14.6

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 22:11:18 UTC (rev 312898)
+++ PKGBUILD2017-12-14 22:11:26 UTC (rev 312899)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.104
 _extramodules=extramodules-4.14-ARCH
-pkgrel=13
+pkgrel=14
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:11:08
  Author: heftig
Revision: 312897

387.34-12: kernel 4.14.6

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 21:56:28 UTC (rev 312896)
+++ PKGBUILD2017-12-14 22:11:08 UTC (rev 312897)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=387.34
 _extramodules=extramodules-4.14-ARCH
-pkgrel=11
+pkgrel=12
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:11:00
  Author: heftig
Revision: 274459

5.2.2-11: kernel 4.14.6

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 22:10:51 UTC (rev 274458)
+++ PKGBUILD2017-12-14 22:11:00 UTC (rev 274459)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.2
-pkgrel=10
+pkgrel=11
 _linux_major=4
 _linux_minor=14
 arch=('x86_64')


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:10:40
  Author: heftig
Revision: 274457

0.42-42: kernel 4.14.6

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 22:10:31 UTC (rev 274456)
+++ PKGBUILD2017-12-14 22:10:40 UTC (rev 274457)
@@ -11,7 +11,7 @@
 _pkgname=tp-smapi
 pkgver=0.42
 _extradir=/usr/lib/modules/extramodules-4.14-ARCH
-pkgrel=41
+pkgrel=42
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:10:51
  Author: heftig
Revision: 274458

20170610-28: kernel 4.14.6

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 22:10:40 UTC (rev 274457)
+++ PKGBUILD2017-12-14 22:10:51 UTC (rev 274458)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=27
+pkgrel=28
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:10:31
  Author: heftig
Revision: 274456

8.045.08-15: kernel 4.14.6

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 22:10:23 UTC (rev 274455)
+++ PKGBUILD2017-12-14 22:10:31 UTC (rev 274456)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.045.08
-pkgrel=14
+pkgrel=15
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:10:23
  Author: heftig
Revision: 274455

0.8-93: kernel 4.14.6

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 22:10:14 UTC (rev 274454)
+++ PKGBUILD2017-12-14 22:10:23 UTC (rev 274455)
@@ -6,7 +6,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=92
+pkgrel=93
 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 acpi_call/trunk (PKGBUILD)

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 22:10:14
  Author: heftig
Revision: 274454

1.1.0-87: kernel 4.14.6

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 20:57:23 UTC (rev 274453)
+++ PKGBUILD2017-12-14 22:10:14 UTC (rev 274454)
@@ -6,7 +6,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=86
+pkgrel=87
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 21:56:28
  Author: heftig
Revision: 312896

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  
linux/repos/staging-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 312895, 
linux/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux/repos/staging-x86_64/0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
(from rev 312895, 
linux/trunk/0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch)
  
linux/repos/staging-x86_64/0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch
(from rev 312895, 
linux/trunk/0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch)
  linux/repos/staging-x86_64/60-linux.hook
(from rev 312895, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 312895, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 312895, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 312895, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 312895, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 312895, linux/trunk/linux.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  102 
 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch |   73 
 0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch   |   57 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  246 
 config  | 8498 
++
 linux.install   |   10 
 linux.preset|   14 
 9 files changed, 9023 insertions(+)

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


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 21:55:38
  Author: heftig
Revision: 312895

archrelease: copy trunk to testing-x86_64

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

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  482 -
 config|17071 
 linux.install |   20 
 linux.preset  |   28 
 6 files changed, 8824 insertions(+), 8823 deletions(-)

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


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 21:53:28
  Author: heftig
Revision: 312894

4.14.6-1

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

--+
 PKGBUILD |   10 +-
 config   |   19 ++-
 2 files changed, 15 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 21:53:24 UTC (rev 312893)
+++ PKGBUILD2017-12-14 21:53:28 UTC (rev 312894)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.14
-_zenpatch=zen-4.14.5-ba3fd1dbed4800d0d2646b4cd296eb555266a964.diff
-pkgver=4.14.5
+_zenpatch=zen-4.14.6-9c1a89ccc4f55b7f8b5c88cd7a79850bf720110f.diff
+pkgver=4.14.6
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -33,11 +33,11 @@
 )
 sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
 'SKIP'
-'d86eb2fd1c424fec9fbb12afacf7b783756651f5d7d0cf7ac71c3fbbbedddc9c'
+'c75b40f450f147014a08987949aafb71d9fcd3e91e443f5c8e4edbf1bbc386c6'
 'SKIP'
-'622fa84896661c064b660b77da03f90b88257e86ea53eeade4949ffbaddbcc49'
+'39b9fd377fa5587d454202ff185fc557acc5c4314df1a26a64ec9f144ae6dc5d'
 'SKIP'
-'d24ad3957f9d6e272cc983a7d50b4b4b31d87e0d5b6e5cb7fc076caa9898f749'
+'27bb76a8e29467c5473a44317a8cc64f605ab0fdab17fdd754e7538f082ff6eb'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2017-12-14 21:53:24 UTC (rev 312893)
+++ config  2017-12-14 21:53:28 UTC (rev 312894)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.4-2 Kernel Configuration
+# Linux/x86 4.14.6-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -266,6 +266,7 @@
 CONFIG_KPROBES=y
 CONFIG_JUMP_LABEL=y
 # CONFIG_STATIC_KEYS_SELFTEST is not set
+CONFIG_OPTPROBES=y
 CONFIG_KPROBES_ON_FTRACE=y
 CONFIG_UPROBES=y
 # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
@@ -346,6 +347,7 @@
 CONFIG_STRICT_KERNEL_RWX=y
 CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
 CONFIG_STRICT_MODULE_RWX=y
+CONFIG_ARCH_HAS_REFCOUNT=y
 # CONFIG_REFCOUNT_FULL is not set
 
 #
@@ -2269,7 +2271,7 @@
 CONFIG_SCSI_BUSLOGIC=m
 CONFIG_SCSI_FLASHPOINT=y
 CONFIG_VMWARE_PVSCSI=m
-# CONFIG_XEN_SCSI_FRONTEND is not set
+CONFIG_XEN_SCSI_FRONTEND=m
 CONFIG_HYPERV_STORAGE=m
 CONFIG_LIBFC=m
 CONFIG_LIBFCOE=m
@@ -2279,8 +2281,8 @@
 # CONFIG_SCSI_SNIC_DEBUG_FS is not set
 CONFIG_SCSI_DMX3191D=m
 CONFIG_SCSI_EATA=m
-# CONFIG_SCSI_EATA_TAGGED_QUEUE is not set
-# CONFIG_SCSI_EATA_LINKED_COMMANDS is not set
+CONFIG_SCSI_EATA_TAGGED_QUEUE=y
+CONFIG_SCSI_EATA_LINKED_COMMANDS=y
 CONFIG_SCSI_EATA_MAX_TAGS=16
 CONFIG_SCSI_FUTURE_DOMAIN=m
 CONFIG_SCSI_GDTH=m
@@ -2313,7 +2315,7 @@
 CONFIG_SCSI_DC395x=m
 CONFIG_SCSI_AM53C974=m
 CONFIG_SCSI_WD719X=m
-# CONFIG_SCSI_DEBUG is not set
+CONFIG_SCSI_DEBUG=m
 CONFIG_SCSI_PMCRAID=m
 CONFIG_SCSI_PM8001=m
 CONFIG_SCSI_BFA_FC=m
@@ -4052,8 +4054,7 @@
 CONFIG_GPIO_VIPERBOARD=m
 # CONFIG_W1 is not set
 CONFIG_POWER_AVS=y
-CONFIG_POWER_RESET=y
-# CONFIG_POWER_RESET_RESTART is not set
+# CONFIG_POWER_RESET is not set
 CONFIG_POWER_SUPPLY=y
 # CONFIG_POWER_SUPPLY_DEBUG is not set
 CONFIG_PDA_POWER=m
@@ -6548,7 +6549,7 @@
 # Xen driver support
 #
 CONFIG_XEN_BALLOON=y
-# CONFIG_XEN_SELFBALLOONING is not set
+CONFIG_XEN_SELFBALLOONING=y
 CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y
 CONFIG_XEN_BALLOON_MEMORY_HOTPLUG_LIMIT=512
 CONFIG_XEN_SCRUB_PAGES=y
@@ -6567,7 +6568,7 @@
 CONFIG_XEN_SCSI_BACKEND=m
 CONFIG_XEN_PRIVCMD=m
 CONFIG_XEN_ACPI_PROCESSOR=m
-# CONFIG_XEN_MCE_LOG is not set
+CONFIG_XEN_MCE_LOG=y
 CONFIG_XEN_HAVE_PVMMU=y
 CONFIG_XEN_EFI=y
 CONFIG_XEN_AUTO_XLATE=y


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 21:53:24
  Author: heftig
Revision: 312893

4.14.6-1

Added:
  linux/trunk/0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
  linux/trunk/0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch
Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

-+
 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch |   73 
++
 0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch   |   57 +++
 PKGBUILD|   18 +-
 config  |   19 +-
 4 files changed, 154 insertions(+), 13 deletions(-)

Added: 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch
===
--- 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch 
(rev 0)
+++ 0001-e1000e-Fix-e1000_check_for_copper_link_ich8lan-retur.patch 
2017-12-14 21:53:24 UTC (rev 312893)
@@ -0,0 +1,73 @@
+From c3c1af44db713ac6624e729ea4832d0ce70685e0 Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: Benjamin Poirier 
+Date: Mon, 11 Dec 2017 16:26:40 +0900
+Subject: [PATCH 1/2] e1000e: Fix e1000_check_for_copper_link_ich8lan return
+ value.
+
+e1000e_check_for_copper_link() and e1000_check_for_copper_link_ich8lan()
+are the two functions that may be assigned to mac.ops.check_for_link when
+phy.media_type == e1000_media_type_copper. Commit 19110cfbb34d ("e1000e:
+Separate signaling for link check/link up") changed the meaning of the
+return value of check_for_link for copper media but only adjusted the first
+function. This patch adjusts the second function likewise.
+
+Reported-by: Christian Hesse 
+Reported-by: Gabriel C 
+Link: https://bugzilla.kernel.org/show_bug.cgi?id=198047
+Fixes: 19110cfbb34d ("e1000e: Separate signaling for link check/link up")
+Tested-by: Christian Hesse 
+Signed-off-by: Benjamin Poirier 
+---
+ drivers/net/ethernet/intel/e1000e/ich8lan.c | 11 ---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
+diff --git a/drivers/net/ethernet/intel/e1000e/ich8lan.c 
b/drivers/net/ethernet/intel/e1000e/ich8lan.c
+index d6d4ed7acf031172..31277d3bb7dc1241 100644
+--- a/drivers/net/ethernet/intel/e1000e/ich8lan.c
 b/drivers/net/ethernet/intel/e1000e/ich8lan.c
+@@ -1367,22 +1367,25 @@ static s32 e1000_disable_ulp_lpt_lp(struct e1000_hw 
*hw, bool force)
+  *  Checks to see of the link status of the hardware has changed.  If a
+  *  change in link status has been detected, then we read the PHY registers
+  *  to get the current speed/duplex if link exists.
++ *
++ *  Returns a negative error code (-E1000_ERR_*) or 0 (link down) or 1 (link
++ *  up).
+  **/
+ static s32 e1000_check_for_copper_link_ich8lan(struct e1000_hw *hw)
+ {
+   struct e1000_mac_info *mac = >mac;
+   s32 ret_val, tipg_reg = 0;
+   u16 emi_addr, emi_val = 0;
+   bool link;
+   u16 phy_reg;
+ 
+   /* We only want to go out to the PHY registers to see if Auto-Neg
+* has completed and/or if our link status has changed.  The
+* get_link_status flag is set upon receiving a Link Status
+* Change or Rx Sequence Error interrupt.
+*/
+   if (!mac->get_link_status)
+-  return 0;
++  return 1;
+ 
+   /* First we want to see if the MII Status Register reports
+* link.  If so, then we want to get the current speed/duplex
+@@ -1613,10 +1616,12 @@ static s32 e1000_check_for_copper_link_ich8lan(struct 
e1000_hw *hw)
+* different link partner.
+*/
+   ret_val = e1000e_config_fc_after_link_up(hw);
+-  if (ret_val)
++  if (ret_val) {
+   e_dbg("Error configuring flow control\n");
++  return ret_val;
++  }
+ 
+-  return ret_val;
++  return 1;
+ }
+ 
+ static s32 e1000_get_variants_ich8lan(struct e1000_adapter *adapter)
+-- 
+2.15.1
+

Added: 0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch
===
--- 0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch   
(rev 0)
+++ 0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch   2017-12-14 
21:53:24 UTC (rev 312893)
@@ -0,0 +1,57 @@
+From 80d3e994e0631d9135cadf20a0b5ad483d7e9bbb Mon Sep 17 00:00:00 2001
+Message-Id: 
<80d3e994e0631d9135cadf20a0b5ad483d7e9bbb.1513282811.git.jan.steff...@gmail.com>
+In-Reply-To: 

+References: 

+From: Mohamed Ghannam 
+Date: Tue, 5 Dec 2017 20:58:35 +
+Subject: 

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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 21:47:15
  Author: heftig
Revision: 312892

archrelease: copy trunk to testing-x86_64

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

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  241 +
 config| 8535 
 linux.install |   10 
 linux.preset  |   14 
 6 files changed, 8823 insertions(+)

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


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

2017-12-14 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 14, 2017 @ 20:57:23
  Author: svenstaro
Revision: 274453

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 274452, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 274452, cudnn/trunk/PKGBUILD)
Deleted:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

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

Deleted: NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
===
(Binary files differ)

Copied: cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
(from rev 274452, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 20:57:17 UTC (rev 274452)
+++ PKGBUILD2017-12-14 20:57:23 UTC (rev 274453)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.0.4
-pkgrel=2
-pkgdesc="NVIDIA CUDA Deep Neural Network library"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN;
-license=('proprietary')
-depends=('cuda')
-# To figure out these URLs, check out the Dockerfiles at
-# https://gitlab.com/nvidia/cuda/tree/centos7 for the appropriate cuda version.
-source=("${pkgname}-${pkgver}::https://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.0-linux-x64-v7.tgz;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('a465990ae6bf35745635798ff337802778960e9cbbda4071fb6151c5f5733a00cf2da9496ee70e6207d2b02159a35c97cdaac184e4dda95137465fd731ab6b20'
-
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-
-package() {
-  mkdir -p "${pkgdir}/opt"
-  mkdir -p "${pkgdir}/etc"
-
-  cp -r cuda "${pkgdir}/opt"
-
-  install -d ${pkgdir}/etc/ld.so.conf.d
-  echo "/opt/cuda/lib64/" > ${pkgdir}/etc/ld.so.conf.d/cudnn.conf
-
-  install -Dm644 ${srcdir}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
-}
-
-# vim: ft=sh syn=sh et

Copied: cudnn/repos/community-x86_64/PKGBUILD (from rev 274452, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 20:57:23 UTC (rev 274453)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.0.5
+pkgrel=1
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('proprietary')
+depends=('cuda')
+# To figure out these URLs, check out the Dockerfiles at
+# https://gitlab.com/nvidia/cuda/tree/centos7 for the appropriate cuda version.
+source=("${pkgname}-${pkgver}::https://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.0-linux-x64-v7.tgz;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('63752fe8991b750794bd41d720d1ab2c94584fd9a0e297c68549d8e44cf2742f0601021ae54f5227e4865869fddb5d5b2f7445bfda2c0808b8973345337a907e'
+
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
+
+package() {
+  mkdir -p "${pkgdir}/opt"
+  mkdir -p "${pkgdir}/etc"
+
+  cp -r cuda "${pkgdir}/opt"
+
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo "/opt/cuda/lib64/" > ${pkgdir}/etc/ld.so.conf.d/cudnn.conf
+
+  install -Dm644 ${srcdir}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
+}
+
+# vim: ft=sh syn=sh et


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

2017-12-14 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 14, 2017 @ 20:57:17
  Author: svenstaro
Revision: 274452

upgpkg: cudnn 7.0.5-1

Modified:
  cudnn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 20:51:29 UTC (rev 274451)
+++ PKGBUILD2017-12-14 20:57:17 UTC (rev 274452)
@@ -4,8 +4,8 @@
 # Contributor: Yunhui Fu 
 
 pkgname=cudnn
-pkgver=7.0.4
-pkgrel=2
+pkgver=7.0.5
+pkgrel=1
 pkgdesc="NVIDIA CUDA Deep Neural Network library"
 arch=('x86_64')
 url="https://developer.nvidia.com/cuDNN;
@@ -15,7 +15,7 @@
 # https://gitlab.com/nvidia/cuda/tree/centos7 for the appropriate cuda version.
 
source=("${pkgname}-${pkgver}::https://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.0-linux-x64-v7.tgz;
 "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('a465990ae6bf35745635798ff337802778960e9cbbda4071fb6151c5f5733a00cf2da9496ee70e6207d2b02159a35c97cdaac184e4dda95137465fd731ab6b20'
+sha512sums=('63752fe8991b750794bd41d720d1ab2c94584fd9a0e297c68549d8e44cf2742f0601021ae54f5227e4865869fddb5d5b2f7445bfda2c0808b8973345337a907e'
 
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
 
 package() {


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 20:53:43
  Author: heftig
Revision: 312676

archrelease: copy trunk to extra-x86_64

Added:
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 312675, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 20:53:17 UTC (rev 312675)
+++ PKGBUILD2017-12-14 20:53:43 UTC (rev 312676)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.26.2
-pkgrel=1
-pkgdesc="Access, organize, and share your photos on GNOME"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Photos;
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
grilo-plugins lcms2
- tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw 
gnome-online-accounts
- gnome-online-miners dleyna-server dleyna-renderer)
-makedepends=(itstool python yelp-tools autoconf-archive git)
-groups=(gnome-extra)
-_commit=05e67a00a834247359131998b1abbf5a350d8c00  # tags/3.26.2^0
-source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit;
-"git+https://git.gnome.org/browse/libgd;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --enable-compile-warnings=minimum
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # disabled: needs dogtail which we don't have
-  #make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 312675, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 20:53:43 UTC (rev 312676)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.26.3
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Photos;
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
grilo-plugins lcms2
+ tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw 
gnome-online-accounts
+ gnome-online-miners dleyna-server dleyna-renderer)
+makedepends=(itstool python yelp-tools autoconf-archive git)
+groups=(gnome-extra)
+_commit=499ea2a771eed61f81e9b6f751941a61853e792c  # tags/3.26.3^0
+source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # disabled: needs dogtail which we don't have
+  #make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnome-online-accounts/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 20:53:17
  Author: heftig
Revision: 312675

archrelease: copy trunk to extra-x86_64

Added:
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
(from rev 312674, gnome-online-accounts/trunk/PKGBUILD)
Deleted:
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 20:39:15 UTC (rev 312674)
+++ PKGBUILD2017-12-14 20:53:17 UTC (rev 312675)
@@ -1,60 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Single sign-on framework for GNOME"
-url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
-makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
-optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
-'gvfs-google: Google Drive')
-_commit=b36db9948f24637c37c6485a129757498454c5ea  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit;
-"git+https://git.gnome.org/browse/telepathy-account-widgets;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.telepathy-account-widgets.url 
"$srcdir/telepathy-account-widgets"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-inspector \
---enable-media-server \
---enable-kerberos \
---enable-lastfm \
---enable-todoist \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-x86_64/PKGBUILD (from rev 312674, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 20:53:17 UTC (rev 312675)
@@ -0,0 +1,60 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="Single sign-on framework for GNOME"
+url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
+arch=(x86_64)
+license=(LGPL)
+depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
+makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
+optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
+'gvfs-google: Google Drive')
+_commit=ff9f1e7da6278dbda262cf65e70224f61f81d293  # tags/3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit;
+"git+https://git.gnome.org/browse/telepathy-account-widgets;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.telepathy-account-widgets.url 
"$srcdir/telepathy-account-widgets"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-inspector \
+--enable-media-server \
+--enable-kerberos \
+--enable-lastfm \
+--enable-todoist \
+--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-12-14 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 14, 2017 @ 20:51:29
  Author: svenstaro
Revision: 274451

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 20:51:23 UTC (rev 274450)
+++ PKGBUILD2017-12-14 20:51:29 UTC (rev 274451)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.37.24
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha512sums=('14d79a55e2e8440d2f8b4c4654bd2803fda2c6cfa00ad9ea0923fd45d2809855a820803cfacf57ee9145da517771bb9a6d48f9b752c5e61736f68170cc238266'
-
'11edc1b7f6c5728093861c59a33204b3ed95410209e42387fdc7c48da974c6d35c898564136a25ca8816a934de54f3d33f443f01baeb42639520a6b569eb0229'
-
'e67856644ef9f7ceecf58341a8b535f9d5fe0490ea47ba836c0b4aa80643684f0f1d94b24fc6f18684abec698ab65033e6ca853ff0923f8b3cb639fc893bd4b3'
-
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  # docs
-  install -d "$pkgdir"/usr/share/doc
-  ln -s /usr/lib/emscripten/site/source/docs "$pkgdir"/usr/share/doc/$pkgname
-
-  # license
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: emscripten/repos/community-x86_64/PKGBUILD (from rev 274450, 
emscripten/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 20:51:29 UTC (rev 274451)
@@ -0,0 +1,86 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Stefan 

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

2017-12-14 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 14, 2017 @ 20:51:23
  Author: svenstaro
Revision: 274450

upgpkg: emscripten 1.37.25-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 20:35:23 UTC (rev 274449)
+++ PKGBUILD2017-12-14 20:51:23 UTC (rev 274450)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.37.24
+pkgver=1.37.25
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha512sums=('14d79a55e2e8440d2f8b4c4654bd2803fda2c6cfa00ad9ea0923fd45d2809855a820803cfacf57ee9145da517771bb9a6d48f9b752c5e61736f68170cc238266'
-
'11edc1b7f6c5728093861c59a33204b3ed95410209e42387fdc7c48da974c6d35c898564136a25ca8816a934de54f3d33f443f01baeb42639520a6b569eb0229'
-
'e67856644ef9f7ceecf58341a8b535f9d5fe0490ea47ba836c0b4aa80643684f0f1d94b24fc6f18684abec698ab65033e6ca853ff0923f8b3cb639fc893bd4b3'
+sha512sums=('e061d76913d9b57b7fd6c2a56ae199ab4ea3d26d4aa0dee6cf6c78c468adfd9d6125e42d5c190d35ad80b7a4794e5536abc2a83157f02a65c3d2ecfcbe439bdb'
+
'4cbf9c062ce84070a2c7b5d1c34e1b291c18a290a8b3871a94dc9cec174d6e0d88fd1b5573247de74a1dba752283a0c08c52eb3e625baf727c65d9324382b510'
+
'dc8cde27d299ffea84acaf03e73995fa7771c8e9f59891187aca1a2606354885731e8ce5847cea615cf8743227e82d143477bb449b2cd1f38834529b1e55908e'
 
'52007717c21c22f5d9f027268de2516e969f2ffb8e37121f75ca2697b7ddcde6c0be9636d19df7b3c2e89bc769f5361750c62f9fcb84d224cde3c8626bc9c93b')
 
 prepare() {


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

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 20:39:15
  Author: heftig
Revision: 312674

3.26.3-1

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 20:39:06 UTC (rev 312673)
+++ PKGBUILD2017-12-14 20:39:15 UTC (rev 312674)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.26.2
+pkgver=3.26.3
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -13,7 +13,7 @@
  gnome-online-miners dleyna-server dleyna-renderer)
 makedepends=(itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=05e67a00a834247359131998b1abbf5a350d8c00  # tags/3.26.2^0
+_commit=499ea2a771eed61f81e9b6f751941a61853e792c  # tags/3.26.3^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;)
 sha256sums=('SKIP'
@@ -37,7 +37,7 @@
 build() {
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --enable-compile-warnings=minimum
+--libexecdir=/usr/lib --enable-compile-warnings=minimum
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


[arch-commits] Commit in gnome-online-accounts/trunk (PKGBUILD)

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 20:39:06
  Author: heftig
Revision: 312673

3.26.2-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 19:43:29 UTC (rev 312672)
+++ PKGBUILD2017-12-14 20:39:06 UTC (rev 312673)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-online-accounts
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="Single sign-on framework for GNOME"
 url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
@@ -12,7 +12,7 @@
 makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
 optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
 'gvfs-google: Google Drive')
-_commit=b36db9948f24637c37c6485a129757498454c5ea  # tags/3.26.1^0
+_commit=ff9f1e7da6278dbda262cf65e70224f61f81d293  # tags/3.26.2^0
 
source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit;
 "git+https://git.gnome.org/browse/telepathy-account-widgets;)
 sha256sums=('SKIP'
@@ -38,7 +38,7 @@
 
   ./configure \
 --prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
+--libexecdir=/usr/lib \
 --disable-static \
 --enable-inspector \
 --enable-media-server \


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

2017-12-14 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 14, 2017 @ 20:23:44
  Author: svenstaro
Revision: 274443

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: tensorflow/repos/community-testing-x86_64/PKGBUILD (from rev 274442, 
tensorflow/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-14 20:23:44 UTC (rev 274443)
@@ -0,0 +1,217 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat (archdria) 
+# Contributor: Thibault Lorrain (fredszaq) 
+
+pkgbase=tensorflow
+pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
+pkgver=1.4.1
+_pkgver=1.4.1
+pkgrel=1
+pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
+url="https://www.tensorflow.org/;
+license=('APACHE')
+arch=('x86_64')
+makedepends=('bazel' 'python-numpy' 'gcc6' 'cuda' 'nvidia-utils'
+ 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools')
+optdepends=('tensorboard: Tensorflow visualization toolkit')
+source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;)
+sha512sums=('618e0a740c79ad9582944a827f43bbdafb1d51a1e621f6f5e5cc7f3f18eb239f0656f81fbbae20c69029a1fa8b4bab56ff5be0907f073eccbe4732e52c7511d6')
+
+prepare() {
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-cuda
+  # These environment variables influence the behavior of the configure call 
below.
+  export PYTHON_BIN_PATH=/usr/bin/python
+  export USE_DEFAULT_PYTHON_LIB_PATH=1
+  export TF_NEED_JEMALLOC=1
+  export TF_NEED_GCP=0
+  export TF_NEED_HDFS=0
+  export TF_NEED_S3=0
+  export TF_ENABLE_XLA=1
+  export TF_NEED_GDR=0
+  export TF_NEED_VERBS=0
+  export TF_NEED_OPENCL=0
+  export TF_NEED_MPI=0
+}
+
+build() {
+  cd ${srcdir}/tensorflow-${_pkgver}
+  export CC_OPT_FLAGS="-march=x86-64"
+  export TF_NEED_CUDA=0
+  ./configure
+  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
+  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmp
+
+  cd ${srcdir}/tensorflow-${_pkgver}-cuda
+  export CC_OPT_FLAGS="-march=x86-64"
+  export TF_NEED_CUDA=1
+  # For next version instead of the gcc-6 stuff:
+  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-6
+  export TF_CUDA_CLANG=0
+  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
+  export CUDA_TOOLKIT_PATH=/opt/cuda
+  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
+  export CUDNN_INSTALL_PATH=/opt/cuda
+  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
+  export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
+  ./configure
+  bazel build --cxxopt="-I/opt/cuda/include/crt" --config=opt --config=cuda 
//tensorflow:libtensorflow.so //tensorflow/tools/pip_package:build_pip_package
+  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcuda
+
+  cd ${srcdir}/tensorflow-${_pkgver}-opt
+  export CC_OPT_FLAGS="-march=haswell"
+  export TF_NEED_CUDA=0
+  ./configure
+  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
+  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpopt
+
+  cd ${srcdir}/tensorflow-${_pkgver}-opt-cuda
+  export CC_OPT_FLAGS="-march=haswell"
+  export TF_NEED_CUDA=1
+  # For next version instead of the gcc-6 stuff:
+  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-6
+  export TF_CUDA_CLANG=0
+  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
+  export CUDA_TOOLKIT_PATH=/opt/cuda
+  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
+  export CUDNN_INSTALL_PATH=/opt/cuda
+  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
+  export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
+  ./configure
+  bazel build --cxxopt="-I/opt/cuda/include/crt" --config=opt --config=cuda 
//tensorflow:libtensorflow.so //tensorflow/tools/pip_package:build_pip_package
+  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcudaopt
+}
+
+package_tensorflow() {
+  cd ${srcdir}/tensorflow-${_pkgver}
+
+  tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver}
+  install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc
+  install 

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

2017-12-14 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 14, 2017 @ 20:23:29
  Author: svenstaro
Revision: 274442

upgpkg: tensorflow 1.4.1-1

cuda 9.1 rebuild

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 20:22:00 UTC (rev 274441)
+++ PKGBUILD2017-12-14 20:23:29 UTC (rev 274442)
@@ -4,9 +4,9 @@
 
 pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
-pkgver=1.4.0
-_pkgver=1.4.0
-pkgrel=4
+pkgver=1.4.1
+_pkgver=1.4.1
+pkgrel=1
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')
@@ -15,7 +15,7 @@
  'cudnn' 'python-pip' 'python-wheel' 'python-setuptools')
 optdepends=('tensorboard: Tensorflow visualization toolkit')
 source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;)
-sha512sums=('37ac22faf9e59faf8dc5d952df1e7bc73c27905d564a508d3fd172fff37da10c99b3d6b62b3684b88688fd109172c9de61f620ff0eb2209d73553d6617912dda')
+sha512sums=('618e0a740c79ad9582944a827f43bbdafb1d51a1e621f6f5e5cc7f3f18eb239f0656f81fbbae20c69029a1fa8b4bab56ff5be0907f073eccbe4732e52c7511d6')
 
 prepare() {
   cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
@@ -56,7 +56,7 @@
   export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
   export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
   ./configure
-  bazel build --config=opt --config=cuda //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
+  bazel build --cxxopt="-I/opt/cuda/include/crt" --config=opt --config=cuda 
//tensorflow:libtensorflow.so //tensorflow/tools/pip_package:build_pip_package
   bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcuda
 
   cd ${srcdir}/tensorflow-${_pkgver}-opt
@@ -79,7 +79,7 @@
   export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
   export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
   ./configure
-  bazel build --config=opt --config=cuda //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
+  bazel build --cxxopt="-I/opt/cuda/include/crt" --config=opt --config=cuda 
//tensorflow:libtensorflow.so //tensorflow/tools/pip_package:build_pip_package
   bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcudaopt
 }
 


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

2017-12-14 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, December 14, 2017 @ 20:22:00
  Author: jlichtblau
Revision: 274441

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 20:21:43 UTC (rev 274440)
+++ PKGBUILD2017-12-14 20:22:00 UTC (rev 274441)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.12.10
-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-crypto: for hlsnative downloader'
-'phantomjs')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('6b1714e51425684d1716f7bcd6fc09aebfbfcd6ef3030b0d62a0997279ed9cca'
-'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 274440, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 20:22:00 UTC (rev 274441)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.12.14
+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-crypto: for hlsnative downloader'
+'phantomjs')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('1212228b53424184cbffc64007475da6844fa7a906d11dab02ce2d7f20d31b06'
+'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 youtube-dl/trunk (PKGBUILD)

2017-12-14 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, December 14, 2017 @ 20:21:43
  Author: jlichtblau
Revision: 274440

upgpkg: youtube-dl 2017.12.14-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 19:38:33 UTC (rev 274439)
+++ PKGBUILD2017-12-14 20:21:43 UTC (rev 274440)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.12.10
+pkgver=2017.12.14
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -16,7 +16,7 @@
 'python-crypto: for hlsnative downloader'
 'phantomjs')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('6b1714e51425684d1716f7bcd6fc09aebfbfcd6ef3030b0d62a0997279ed9cca'
+sha256sums=('1212228b53424184cbffc64007475da6844fa7a906d11dab02ce2d7f20d31b06'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:43:29
  Author: andyrtr
Revision: 312672

archrelease: copy trunk to testing-x86_64

Added:
  libinput/repos/testing-x86_64/
  libinput/repos/testing-x86_64/PKGBUILD
(from rev 312671, libinput/trunk/PKGBUILD)

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

Copied: libinput/repos/testing-x86_64/PKGBUILD (from rev 312671, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-14 19:43:29 UTC (rev 312672)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.9.4
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+url="https://www.freedesktop.org/wiki/Software/libinput/;
+arch=(x86_64)
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+makedepends=('doxygen' 'graphviz' 'gtk3' 'meson')
+optdepends=('gtk3: libinput debug-gui'
+'python-pyudev: libinput measure'
+'python-evdev: libinput measure')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('302f9497ea9ffb2163c643e9ca2f0a773ea141f6fe0a3aa3d8e86eb11a5d11e75d858b1e679ebfd3f913c645beac059cfd356b37c4ea17a8853068f79a740a4b'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Reduce docs size
+  printf '%s\n' >>doc/libinput.doxygen.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build -Dtests=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dvm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # install doc - no Makefile target
+  install -d "$pkgdir/usr/share/doc"
+  cp -av build/html "$pkgdir/usr/share/doc/libinput"
+}


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:43:20
  Author: andyrtr
Revision: 312671

upgpkg: libinput 1.9.4-1

upstream update 1.9.4

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 19:29:07 UTC (rev 312670)
+++ PKGBUILD2017-12-14 19:43:20 UTC (rev 312671)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.9.3
+pkgver=1.9.4
 pkgrel=1
 pkgdesc="Input device management and event handling library"
 url="https://www.freedesktop.org/wiki/Software/libinput/;
@@ -15,7 +15,7 @@
 'python-pyudev: libinput measure'
 'python-evdev: libinput measure')
 
source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('33fb17724d4c2992bf31f9bb2e0825955468058e122ad420678b01ee293e1651d659fbae8873a7913f571243b3618032774cd350d2513eb73320d40aaa9953d1'
+sha512sums=('302f9497ea9ffb2163c643e9ca2f0a773ea141f6fe0a3aa3d8e86eb11a5d11e75d858b1e679ebfd3f913c645beac059cfd356b37c4ea17a8853068f79a740a4b'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:38:33
  Author: andyrtr
Revision: 274439

archrelease: copy trunk to community-testing-x86_64

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

--+
 PKGBUILD |   48 
 tp_smapi-lts.install |   13 +
 2 files changed, 61 insertions(+)

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 274438, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-14 19:38:33 UTC (rev 274439)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp-smapi
+pkgver=0.42
+_extradir=/usr/lib/modules/extramodules-4.9-lts
+pkgrel=24
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.9.69' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.69' 'linux-lts-headers<4.10')
+install="$pkgname.install"
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/evgeni/${pkgname/-lts/}/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd ${pkgname/-lts/}-$_pkgname-$pkgver
+
+  # 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/-lts/}-$_pkgname-$pkgver
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec gzip -n -9 {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+
+  # update kernel version in install file
+  sed -ri "s|^(extramodules=).*\$|\1$_extradir|" "$startdir/$pkgname.install"
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/tp_smapi-lts.install (from 
rev 274438, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-x86_64/tp_smapi-lts.install   
(rev 0)
+++ community-testing-x86_64/tp_smapi-lts.install   2017-12-14 19:38:33 UTC 
(rev 274439)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.9-lts
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:38:01
  Author: andyrtr
Revision: 274438

upgpkg: tp_smapi-lts 0.42-24

kernel 4.9.69 rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 19:35:23 UTC (rev 274437)
+++ PKGBUILD2017-12-14 19:38:01 UTC (rev 274438)
@@ -11,13 +11,13 @@
 _pkgname=tp-smapi
 pkgver=0.42
 _extradir=/usr/lib/modules/extramodules-4.9-lts
-pkgrel=23
+pkgrel=24
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux-lts>=4.9.67' 'linux-lts<4.10')
-makedepends=('linux-lts-headers>=4.9.67' 'linux-lts-headers<4.10')
+depends=('linux-lts>=4.9.69' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.69' 'linux-lts-headers<4.10')
 install="$pkgname.install"
 
source=("$_pkgname-$pkgver.tar.gz::https://github.com/evgeni/${pkgname/-lts/}/archive/$_pkgname/$pkgver.tar.gz;)
 md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:35:23
  Author: andyrtr
Revision: 274437

archrelease: copy trunk to community-testing-x86_64

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

---+
 PKGBUILD  |   33 +
 r8168-lts.install |   17 +
 2 files changed, 50 insertions(+)

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 274436, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-14 19:35:23 UTC (rev 274437)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.045.08
+pkgrel=6
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' "linux-lts>=4.9.69" "linux-lts<4.10")
+makedepends=("linux-lts-headers>=4.9.69" "linux-lts-headers<4.10")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31')
+
+_extramodules=extramodules-4.9-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Copied: r8168-lts/repos/community-testing-x86_64/r8168-lts.install (from rev 
274436, r8168-lts/trunk/r8168-lts.install)
===
--- community-testing-x86_64/r8168-lts.install  (rev 0)
+++ community-testing-x86_64/r8168-lts.install  2017-12-14 19:35:23 UTC (rev 
274437)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.9-lts'
+   depmod $(cat /lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:35:15
  Author: andyrtr
Revision: 274436

upgpkg: r8168-lts 8.045.08-6

kernel 4.9.69 rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 19:33:21 UTC (rev 274435)
+++ PKGBUILD2017-12-14 19:35:15 UTC (rev 274436)
@@ -4,13 +4,13 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.045.08
-pkgrel=5
+pkgrel=6
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")
 arch=('x86_64')
-depends=('glibc' "linux-lts>=4.9.67" "linux-lts<4.10")
-makedepends=("linux-lts-headers>=4.9.67" "linux-lts-headers<4.10")
+depends=('glibc' "linux-lts>=4.9.69" "linux-lts<4.10")
+makedepends=("linux-lts-headers>=4.9.69" "linux-lts-headers<4.10")
 install=$pkgname.install
 
source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31')


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:33:21
  Author: andyrtr
Revision: 274435

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch-lts/repos/community-testing-x86_64/
  bbswitch-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 274434, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install
(from rev 274434, bbswitch-lts/trunk/bbswitch-lts.install)

--+
 PKGBUILD |   34 ++
 bbswitch-lts.install |   12 
 2 files changed, 46 insertions(+)

Copied: bbswitch-lts/repos/community-testing-x86_64/PKGBUILD (from rev 274434, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-14 19:33:21 UTC (rev 274435)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.9-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=42
+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-lts>=4.9.69' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.69' 'linux-lts-headers<4.10')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install (from 
rev 274434, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-testing-x86_64/bbswitch-lts.install   
(rev 0)
+++ community-testing-x86_64/bbswitch-lts.install   2017-12-14 19:33:21 UTC 
(rev 274435)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:33:06
  Author: andyrtr
Revision: 274434

upgpkg: bbswitch-lts 0.8-42

kernel 4.9.69 rebuild

Modified:
  bbswitch-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 19:30:40 UTC (rev 274433)
+++ PKGBUILD2017-12-14 19:33:06 UTC (rev 274434)
@@ -7,13 +7,13 @@
 _basename=bbswitch
 pkgver=0.8
 _extramodules=extramodules-4.9-lts # Don't forget to update 
bbswitch-lts.install
-pkgrel=41
+pkgrel=42
 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-lts>=4.9.67' 'linux-lts<4.10')
-makedepends=('linux-lts-headers>=4.9.67' 'linux-lts-headers<4.10')
+depends=('linux-lts>=4.9.69' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.69' 'linux-lts-headers<4.10')
 install=${pkgname}.install
 
source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:30:32
  Author: andyrtr
Revision: 274432

upgpkg: acpi_call-lts 1.1.0-53

kernel 4.9.69 rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 18:54:17 UTC (rev 274431)
+++ PKGBUILD2017-12-14 19:30:32 UTC (rev 274432)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=52
+pkgrel=53
 _extramodules=extramodules-4.9-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('x86_64')
 url='https://github.com/mkottman/acpi_call'
 license=('GPL')
-depends=('linux-lts>=4.9.67')
-makedepends=('linux-lts-headers>=4.9.67')
+depends=('linux-lts>=4.9.69')
+makedepends=('linux-lts-headers>=4.9.69')
 provides=('acpi_call')
 install='acpi_call.install'
 
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:30:40
  Author: andyrtr
Revision: 274433

archrelease: copy trunk to community-testing-x86_64

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

---+
 PKGBUILD  |   48 
 acpi_call.install |   14 ++
 2 files changed, 62 insertions(+)

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 274432, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-14 19:30:40 UTC (rev 274433)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=53
+_extramodules=extramodules-4.9-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux-lts>=4.9.69')
+makedepends=('linux-lts-headers>=4.9.69')
+provides=('acpi_call')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-x86_64/acpi_call.install (from 
rev 274432, acpi_call-lts/trunk/acpi_call.install)
===
--- community-testing-x86_64/acpi_call.install  (rev 0)
+++ community-testing-x86_64/acpi_call.install  2017-12-14 19:30:40 UTC (rev 
274433)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.9-lts
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:29:07
  Author: andyrtr
Revision: 312670

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-340xx-lts/repos/testing-x86_64/
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 312669, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install
(from rev 312669, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)

--+
 PKGBUILD |   49 +
 nvidia-340xx-lts.install |   15 +
 2 files changed, 64 insertions(+)

Copied: nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD (from rev 312669, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-14 19:29:07 UTC (rev 312670)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.104
+_extramodules=extramodules-4.9-lts
+pkgrel=6
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux-lts>=4.9.69' 'linux-lts-headers>=4.9.69' 
"nvidia-340xx-utils=$pkgver")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source_x86_64+=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums_x86_64=('efbd37cde63d50f657d55a6f2b321142')
+
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd "${_pkg}"
+# patches here
+}
+
+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() {
+  depends=('linux-lts>=4.9.69' "nvidia-340xx-utils=$pkgver" 'libgl')
+
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install (from 
rev 312669, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
===
--- testing-x86_64/nvidia-340xx-lts.install (rev 0)
+++ testing-x86_64/nvidia-340xx-lts.install 2017-12-14 19:29:07 UTC (rev 
312670)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:28:59
  Author: andyrtr
Revision: 312669

upgpkg: nvidia-340xx-lts 340.104-6

kernel 4.9.69 rebuild

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 19:26:50 UTC (rev 312668)
+++ PKGBUILD2017-12-14 19:28:59 UTC (rev 312669)
@@ -4,11 +4,11 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.104
 _extramodules=extramodules-4.9-lts
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')
 url="http://www.nvidia.com/;
-makedepends=('linux-lts>=4.9.67' 'linux-lts-headers>=4.9.67' 
"nvidia-340xx-utils=$pkgver")
+makedepends=('linux-lts>=4.9.69' 'linux-lts-headers>=4.9.69' 
"nvidia-340xx-utils=$pkgver")
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')
@@ -35,7 +35,7 @@
 }
 
 package() {
-  depends=('linux-lts>=4.9.67' "nvidia-340xx-utils=$pkgver" 'libgl')
+  depends=('linux-lts>=4.9.69' "nvidia-340xx-utils=$pkgver" 'libgl')
 
   install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
 "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:26:50
  Author: andyrtr
Revision: 312668

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 312667, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/disable-mtrr.patch
(from rev 312667, nvidia-304xx-lts/trunk/disable-mtrr.patch)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 312667, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

--+
 PKGBUILD |   54 +
 disable-mtrr.patch   |   24 
 nvidia-304xx-lts.install |   15 
 3 files changed, 93 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 312667, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-14 19:26:50 UTC (rev 312668)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.137
+_extramodules=extramodules-4.9-lts
+pkgrel=6
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.9.69' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.9.69')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+disable-mtrr.patch)
+sha512sums=('021c5a88d50489aa0a1c7eac14259e23542b93578ae339995a2e38b786d06d239968c07933cab3fb78a922cffc7e213d6fa3fe07e34065a9c7f03e24f8729370'
+
'4ab648647e4f3e2c352b2eab6454c264fe4728d8eb1264fafee2a4ab1a4ce59516abcf8490044d31e35309ea951e564cc217e13f7139a48bbf650a4238c5b87c'
+
'54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774')
+
+
+  _arch='x86_64'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+# FS#47092
+#(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+echo "blacklist nvidiafb" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 ${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/disable-mtrr.patch (from rev 
312667, nvidia-304xx-lts/trunk/disable-mtrr.patch)
===
--- testing-x86_64/disable-mtrr.patch   (rev 0)
+++ testing-x86_64/disable-mtrr.patch   2017-12-14 19:26:50 UTC (rev 312668)
@@ -0,0 +1,24 @@
+Author: Luca Boccassi 
+Description: Disable MTRR on kernel >= 4.3
+ From kernel 4.3 and newer (commit 2baa891e42d84) mtrr_add and mtrr_del are no
+ longer exported. The Nvidia kernel shim still uses it as of 304.131, causing
+ the module to error out when loading. Disable MTRR if running on 4.3 or 
greater
+ until upstream fixes it.
+--- a/nv-linux.h
 b/nv-linux.h
+@@ -256,6 +256,15 @@
+ #include 
+ #endif
+ 
++/*
++ * As of version 304.131, os-agp.c and os-mtrr.c still use deprecated
++ * kernel APIs for mtrr which are no longer exported since 4.3, causing
++ * the module to error out when loaded.
++ */
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0)
++#undef CONFIG_MTRR
++#endif
++
+ #if !defined(NV_VMWARE) && defined(CONFIG_MTRR)
+ #include 
+ #endif

Copied: nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install (from 
rev 312667, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-x86_64/nvidia-304xx-lts.install (rev 0)
+++ testing-x86_64/nvidia-304xx-lts.install 2017-12-14 19:26:50 UTC (rev 
312668)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat 

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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:26:41
  Author: andyrtr
Revision: 312667

upgpkg: nvidia-304xx-lts 304.137-6

kernel 4.9.69 rebuild

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 19:22:55 UTC (rev 312666)
+++ PKGBUILD2017-12-14 19:26:41 UTC (rev 312667)
@@ -5,12 +5,12 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.137
 _extramodules=extramodules-4.9-lts
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;
-depends=('linux-lts>=4.9.67' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-lts-headers>=4.9.67')
+depends=('linux-lts>=4.9.69' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.9.69')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:22:55
  Author: andyrtr
Revision: 312666

archrelease: copy trunk to testing-x86_64

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

+
 PKGBUILD   |   53 +++
 nvidia-lts.install |   15 ++
 2 files changed, 68 insertions(+)

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 312665, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-14 19:22:55 UTC (rev 312666)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=387.34
+_extramodules=extramodules-4.9-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.69' 
'linux-lts-headers>=4.9.69')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha512sums_x86_64=('0a472f8e446dee01f9e526d4de4f6d587a97ad36dd36da66ab15243b6194a8198cbaf9ad3394558fdc963dd56ef1daaf519ed9cd69d59bc990bd56626897f5c8')
+
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+depends=('linux-lts>=4.9.69' "nvidia-utils=$pkgver" 'libgl')
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+  "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/testing-x86_64/nvidia-lts.install (from rev 312665, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-x86_64/nvidia-lts.install   (rev 0)
+++ testing-x86_64/nvidia-lts.install   2017-12-14 19:22:55 UTC (rev 312666)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:22:43
  Author: andyrtr
Revision: 312665

upgpkg: nvidia-lts 387.34-4

kernel 4.9.69 rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 19:03:30 UTC (rev 312664)
+++ PKGBUILD2017-12-14 19:22:43 UTC (rev 312665)
@@ -4,11 +4,11 @@
 pkgname=nvidia-lts
 pkgver=387.34
 _extramodules=extramodules-4.9-lts
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')
 url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.67' 
'linux-lts-headers>=4.9.67')
+makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.69' 
'linux-lts-headers>=4.9.69')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install
@@ -31,7 +31,7 @@
 }
 
 package() {
-depends=('linux-lts>=4.9.67' "nvidia-utils=$pkgver" 'libgl')
+depends=('linux-lts>=4.9.69' "nvidia-utils=$pkgver" 'libgl')
 
 install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
   
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 19:03:30
  Author: andyrtr
Revision: 312664

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 312663, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 312663, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 312663, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 312663, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 312663, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 312663, linux-lts/trunk/linux-lts.preset)

---+
 90-linux.hook |   11 
 PKGBUILD  |  291 +
 change-default-console-loglevel.patch |   11 
 config| 7977 
 linux-lts.install |   33 
 linux-lts.preset  |   14 
 6 files changed, 8337 insertions(+)

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


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 18:55:27
  Author: andyrtr
Revision: 312663

upgpkg: linux-lts 4.9.69-1

upstream update 4.9.69

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 18:28:01 UTC (rev 312662)
+++ PKGBUILD2017-12-14 18:55:27 UTC (rev 312663)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.9
-pkgver=4.9.68
+pkgver=4.9.69
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'d2e3dbe2ec7b10dec3d9819a0fd6ce4374d939ab7d8fb0b115ba6110d0dfb22a'
+'0c24de4f0ac4272cda8a939f40b9a45ed1f7c4dcdd86f23766691a35b9036027'
 'SKIP'
 '6c4d909ae6594a2956c257539c8b2f67a8de52d7335be172787d6dc8aca12c99'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'


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

2017-12-14 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 18:54:17
  Author: felixonmars
Revision: 274431

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 274430, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 274430, stack/trunk/stack.install)

---+
 PKGBUILD  |   74 
 stack.install |4 +++
 2 files changed, 78 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 274430, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 18:54:17 UTC (rev 274431)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.6.1
+pkgrel=12
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-bindings-uname'
+ 'haskell-blaze-builder' 'haskell-clock' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' 
'haskell-exceptions'
+ 'haskell-extra' 'haskell-fast-logger' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hastache' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-mintty' 
'haskell-monad-logger'
+ 'haskell-mono-traversable' 'haskell-mtl' 'haskell-neat-interpolation' 
'haskell-network-uri'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 
'haskell-optparse-simple'
+ 'haskell-path' 'haskell-path-io' 'haskell-persistent' 
'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-pid1' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resourcet' 'haskell-retry' 
'haskell-semigroups'
+ 'haskell-split' 'haskell-stm' 'haskell-store' 'haskell-store-core'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-text'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-unicode-transforms'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('b798945388f533768d0a14961b0b5fceb0bb3d24b4995fc6e86f9ee3d182782b7930edb6a61c028ae62b7ea72b61937396474813f83c5ae796353dcf9e6f36d7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  hpack
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PATH="$PWD/dist/build/stack:$PATH" runhaskell Setup test
+  # TODO: need more work for integration tests
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 274430, 
stack/trunk/stack.install)

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

2017-12-14 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 18:53:56
  Author: felixonmars
Revision: 274430

upgpkg: stack 1.6.1-12

rebuild with retry,0.7.5.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 18:47:53 UTC (rev 274429)
+++ PKGBUILD2017-12-14 18:53:56 UTC (rev 274430)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.1
-pkgrel=11
+pkgrel=12
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-12-14 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 18:47:27
  Author: felixonmars
Revision: 274428

upgpkg: postgrest 0.4.3.0-18

rebuild with retry,0.7.5.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 18:44:52 UTC (rev 274427)
+++ PKGBUILD2017-12-14 18:47:27 UTC (rev 274428)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.3.0
-pkgrel=17
+pkgrel=18
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2017-12-14 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 18:47:53
  Author: felixonmars
Revision: 274429

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 274428, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 274428, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 18:47:53 UTC (rev 274429)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.3.0
+pkgrel=18
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude' 
'haskell-text'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-either'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http' 
'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose0.5'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-ranged-sets' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra' 
'haskell-wai-middleware-static'
+ 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema' 
'haskell-hjsonpointer')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('e07d7e3aa0a830c5e8be8c2ed31236e0b12b97b4a5eaa1a3034bffc395cf7722150700b66e278faba24995435c85cb0eb846c40479ce8224ffe82c25d658')
+
+prepare() {
+sed -i 's/==/>=/' $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-14 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 18:44:52
  Author: felixonmars
Revision: 274427

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-retry/repos/community-staging-x86_64/
  haskell-retry/repos/community-staging-x86_64/PKGBUILD
(from rev 274426, haskell-retry/trunk/PKGBUILD)

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

Copied: haskell-retry/repos/community-staging-x86_64/PKGBUILD (from rev 274426, 
haskell-retry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 18:44:52 UTC (rev 274427)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=retry
+pkgname=haskell-retry
+pkgver=0.7.5.1
+pkgrel=1
+pkgdesc="Retry combinators for monadic actions that may fail"
+url="https://github.com/Soostone/retry;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class' 'haskell-exceptions' 
'haskell-random')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hunit' 'haskell-hspec' 
'haskell-mtl' 'haskell-stm')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e379245185751764a07334ce4170713a80045af6b9fb36a966bf237189bbc160a26590faa9613806fecca5fa7a71bc551f2a07475a81861f06ff0e3f03a21b92')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-14 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 18:44:31
  Author: felixonmars
Revision: 274426

upgpkg: haskell-retry 0.7.5.1-1

rebuild with retry,0.7.5.1

Modified:
  haskell-retry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 18:14:20 UTC (rev 274425)
+++ PKGBUILD2017-12-14 18:44:31 UTC (rev 274426)
@@ -4,7 +4,7 @@
 
 _hkgname=retry
 pkgname=haskell-retry
-pkgver=0.7.5.0
+pkgver=0.7.5.1
 pkgrel=1
 pkgdesc="Retry combinators for monadic actions that may fail"
 url="https://github.com/Soostone/retry;
@@ -13,7 +13,7 @@
 depends=('ghc-libs' 'haskell-data-default-class' 'haskell-exceptions' 
'haskell-random')
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-hunit' 'haskell-hspec' 
'haskell-mtl' 'haskell-stm')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('d1c3237dd31fce26abdf9e7d9f8cd98a3f400f055dff6d905073c0f7d8c5da46cf9a60009fb5a1e598b8b11c98bfde103683a3b1f0cf22841059cf587515224d')
+sha512sums=('e379245185751764a07334ce4170713a80045af6b9fb36a966bf237189bbc160a26590faa9613806fecca5fa7a71bc551f2a07475a81861f06ff0e3f03a21b92')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 18:28:01
  Author: andyrtr
Revision: 312662

archrelease: copy trunk to testing-x86_64

Added:
  icu/repos/testing-x86_64/
  icu/repos/testing-x86_64/PKGBUILD
(from rev 312661, icu/trunk/PKGBUILD)

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

Copied: icu/repos/testing-x86_64/PKGBUILD (from rev 312661, icu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-14 18:28:01 UTC (rev 312662)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Art Gramlich 
+
+pkgname=icu
+pkgver=60.2
+pkgrel=1
+pkgdesc="International Components for Unicode library"
+arch=(x86_64)
+url="http://www.icu-project.org/;
+license=('custom:icu')
+depends=('gcc-libs' 'sh')
+#makedepends=('clang')
+# no https available
+source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
+
https://ssl.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz{,.asc})
+# upstream offers md5sum checks, only asc file for md5sum check
+md5sums=('43861b127744b3c0b9d7f386f4b9fa40'
+ 'SKIP')
+validpgpkeys=('BA90283A60D67BA0DD910A893932080F4FB419E3') #  "Steven R. Loomis 
(filfla-signing) " 
+validpgpkeys+=('9731166CD8E23A83BEE7C6D3ACA5DBE1FD8FABF1') #  "Steven R. 
Loomis (ICU Project) " 
+
+build() {
+  cd icu/source
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man \
+   --sbindir=/usr/bin
+  make
+}
+
+check() {
+  cd icu/source
+  make -k check
+}
+
+package() {
+  cd icu/source
+  make -j1 DESTDIR=${pkgdir} install
+
+  # Install license
+  install -Dm644 ${srcdir}/icu/LICENSE ${pkgdir}/usr/share/licenses/icu/LICENSE
+}


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

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 18:27:40
  Author: andyrtr
Revision: 312661

upgpkg: icu 60.2-1

upstream update 60.2

Modified:
  icu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 13:23:50 UTC (rev 312660)
+++ PKGBUILD2017-12-14 18:27:40 UTC (rev 312661)
@@ -3,7 +3,7 @@
 # Contributor: Art Gramlich 
 
 pkgname=icu
-pkgver=60.1
+pkgver=60.2
 pkgrel=1
 pkgdesc="International Components for Unicode library"
 arch=(x86_64)
@@ -15,7 +15,7 @@
 
source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
 
https://ssl.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz{,.asc})
 # upstream offers md5sum checks, only asc file for md5sum check
-md5sums=('3d164a2d1bcebd1464c6160ebb8315ef'
+md5sums=('43861b127744b3c0b9d7f386f4b9fa40'
  'SKIP')
 validpgpkeys=('BA90283A60D67BA0DD910A893932080F4FB419E3') #  "Steven R. Loomis 
(filfla-signing) " 
 validpgpkeys+=('9731166CD8E23A83BEE7C6D3ACA5DBE1FD8FABF1') #  "Steven R. 
Loomis (ICU Project) " 


[arch-commits] Commit in pm2/repos/community-any (6 files)

2017-12-14 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 18:14:20
  Author: felixonmars
Revision: 274425

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 274424, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.install
(from rev 274424, pm2/trunk/pm2.install)
  pm2/repos/community-any/pm2.service
(from rev 274424, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.install
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   66 +-
 pm2.install |   20 -
 pm2.service |   32 ++--
 3 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 18:13:53 UTC (rev 274424)
+++ PKGBUILD2017-12-14 18:14:20 UTC (rev 274425)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=2.8.0
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'semver')
-makedepends=('npm' 'git')
-install=pm2.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('a625aa2eb02917e4e8a9c712c400eac5197f71a46523e4e1b1f286455e94180ac6352facb1990df8ea54e35ae9ab1630a5e0e725ed4811b40d7a74ced3446ad0'
-
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-  rm -r "$pkgdir"/usr/etc
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 274424, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 18:14:20 UTC (rev 274425)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=2.9.0
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'semver')
+makedepends=('npm' 'git')
+install=pm2.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('014429869e7bb1e151721800e7d21f12579be286cb7a134236a3123e7f02dbfae601ad771615fdf270d2a31d0939e88837eac5ddbd3ccfa9bbaeebe80e4eaf6f'
+
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+  rm -r "$pkgdir"/usr/etc
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+}

Deleted: pm2.install
===
--- pm2.install 2017-12-14 18:13:53 UTC (rev 274424)
+++ pm2.install 2017-12-14 18:14:20 UTC (rev 274425)
@@ -1,10 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
- /usr/lib/node_modules/pm2/node_modules \
- /usr/lib/node_modules/pm2/node_modules/.bin
-}
-
-post_upgrade() {
-  post_install
-}

Copied: pm2/repos/community-any/pm2.install (from rev 274424, 
pm2/trunk/pm2.install)
===
--- pm2.install (rev 0)
+++ pm2.install 2017-12-14 18:14:20 UTC (rev 274425)
@@ -0,0 +1,10 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules \
+ /usr/lib/node_modules/pm2/node_modules \
+ /usr/lib/node_modules/pm2/node_modules/.bin
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: pm2.service
===
--- pm2.service 2017-12-14 18:13:53 UTC (rev 274424)
+++ pm2.service 2017-12-14 18:14:20 UTC (rev 274425)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all

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

2017-12-14 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 18:13:53
  Author: felixonmars
Revision: 274424

upgpkg: pm2 2.9.0-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 18:02:13 UTC (rev 274423)
+++ PKGBUILD2017-12-14 18:13:53 UTC (rev 274424)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=2.8.0
+pkgver=2.9.0
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -14,7 +14,7 @@
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('a625aa2eb02917e4e8a9c712c400eac5197f71a46523e4e1b1f286455e94180ac6352facb1990df8ea54e35ae9ab1630a5e0e725ed4811b40d7a74ced3446ad0'
+sha512sums=('014429869e7bb1e151721800e7d21f12579be286cb7a134236a3123e7f02dbfae601ad771615fdf270d2a31d0939e88837eac5ddbd3ccfa9bbaeebe80e4eaf6f'
 
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
 
 package() {


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

2017-12-14 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 14, 2017 @ 18:02:13
  Author: anatolik
Revision: 274423

archrelease: copy trunk to community-testing-x86_64

Added:
  thrift/repos/community-testing-x86_64/
  thrift/repos/community-testing-x86_64/PKGBUILD
(from rev 274422, thrift/trunk/PKGBUILD)

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

Copied: thrift/repos/community-testing-x86_64/PKGBUILD (from rev 274422, 
thrift/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-14 18:02:13 UTC (rev 274423)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Byron Clark 
+
+# This package contains only thrift compiler and C/C++ libraries
+# for all the language binding one should use corresponding language-specific 
package manager:
+# CPAN for perl, gem for ruby, pip for python etc... Or better to create arch 
packages that install
+# the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
+
+pkgname=thrift
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Scalable cross-language services framework for IPC/RPC'
+arch=(x86_64)
+url='http://thrift.apache.org/'
+license=(APACHE)
+depends=(gcc-libs openssl)
+makedepends=(qt4 qt5-base boost libevent emacs-nox)
+optdepends=(
+  'qt4: TQTcpServer (Qt4) support'
+  'qt5-base: TQTcpServer (Qt5) support'
+)
+source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
+sha1sums=('7acde72e72c810214d6a5c53ca8e9e0b3179470a')
+
+build() {
+  cd thrift-$pkgver
+
+  ./bootstrap.sh
+  ./configure --prefix=/usr \
+ --enable-plugin \
+  --with-cpp \
+  --with-c_glib \
+ --with-qt4 \
+  --with-qt5 \
+  --with-libevent \
+  --with-csharp \
+  --without-haskell \
+  --without-php \
+  --without-ruby \
+  --without-python \
+  --without-erlang \
+  --without-perl \
+  --without-java \
+  --without-c_sharp \
+  --without-d \
+  --without-php \
+  --without-go \
+  --without-lua \
+  --without-nodejs
+  
+  make
+
+  emacs -Q --batch -f batch-byte-compile contrib/thrift.el
+}
+
+check() {
+  cd thrift-$pkgver
+#  make check
+}
+
+package() {
+  cd thrift-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -m0644 -D contrib/thrift.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/thrift.vim
+  install -m0644 -D contrib/thrift.el 
"$pkgdir"/usr/share/emacs/site-lisp/thrift.el
+  install -m0644 -D contrib/thrift.elc 
"$pkgdir"/usr/share/emacs/site-lisp/thrift.elc
+}


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

2017-12-14 Thread Anatol Pomozov via arch-commits
Date: Thursday, December 14, 2017 @ 18:01:44
  Author: anatolik
Revision: 274422

upgpkg: thrift 0.11.0-1

Modified:
  thrift/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 16:52:55 UTC (rev 274421)
+++ PKGBUILD2017-12-14 18:01:44 UTC (rev 274422)
@@ -8,8 +8,8 @@
 # the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
 
 pkgname=thrift
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
 pkgdesc='Scalable cross-language services framework for IPC/RPC'
 arch=(x86_64)
 url='http://thrift.apache.org/'
@@ -21,7 +21,7 @@
   'qt5-base: TQTcpServer (Qt5) support'
 )
 
source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
-sha1sums=('461cad8da7e73dab11c036760ce76c39b65cd59a')
+sha1sums=('7acde72e72c810214d6a5c53ca8e9e0b3179470a')
 
 build() {
   cd thrift-$pkgver
@@ -28,6 +28,7 @@
 
   ./bootstrap.sh
   ./configure --prefix=/usr \
+ --enable-plugin \
   --with-cpp \
   --with-c_glib \
  --with-qt4 \


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

2017-12-14 Thread Alexander Rødseth via arch-commits
Date: Thursday, December 14, 2017 @ 16:52:55
  Author: arodseth
Revision: 274421

archrelease: copy trunk to community-x86_64

Added:
  hercules/repos/community-x86_64/PKGBUILD
(from rev 274420, hercules/trunk/PKGBUILD)
Deleted:
  hercules/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 16:52:44 UTC (rev 274420)
+++ PKGBUILD2017-12-14 16:52:55 UTC (rev 274421)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Kevin Piche 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Tom Newsom 
-
-pkgname=hercules
-pkgver=3.12
-pkgrel=2
-pkgdesc='Software implementation of System/370 and ESA/390'
-arch=('x86_64' 'i686')
-url='http://www.hercules-390.eu/'
-license=('custom')
-depends=('bzip2' 'libgcrypt' 'zlib' 'perl')
-options=('!makeflags')
-source=("http://downloads.hercules-390.eu/$pkgname-$pkgver.tar.gz;)
-sha256sums=('aefbe9d2f09372a530c17c177b7d2a0f4bcf8cfd28474672935b067e5f9ee373')
-
-prepare() {
-  # Change module extension from .la to .so.
-  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i "$pkgname-$pkgver/hdl.h"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---enable-optimization=-O2
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/hercules/qpl1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hercules/repos/community-x86_64/PKGBUILD (from rev 274420, 
hercules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 16:52:55 UTC (rev 274421)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Kevin Piche 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Tom Newsom 
+
+pkgname=hercules
+pkgver=3.13.00
+pkgrel=1
+pkgdesc='Software implementation of System/370 and ESA/390'
+arch=('x86_64')
+url='http://www.hercules-390.eu/'
+license=('custom')
+options=('!makeflags')
+source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz;)
+sha256sums=('890c57c558d58708e55828ae299245bd2763318acf53e456a48aac883ecfe67d')
+
+prepare() {
+  ln -sf "$pkgname-${pkgver%.00}" p
+  # Change module extension from .la to .so.
+  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i p/hdl.h
+}
+
+build() {
+  cd p
+  ./configure --prefix=/usr --enable-optimization=-O3
+  make
+}
+
+package() {
+  cd p
+  DESTDIR="$pkgdir" make install
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/hercules/qpl1"
+}
+
+# vim: ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/rbowler/spinhawk/master/makemsi/Hercules-W64.VER


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

2017-12-14 Thread Alexander Rødseth via arch-commits
Date: Thursday, December 14, 2017 @ 16:52:44
  Author: arodseth
Revision: 274420

upgpkg: hercules 3.13.00-1

Modified:
  hercules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 15:47:59 UTC (rev 274419)
+++ PKGBUILD2017-12-14 16:52:44 UTC (rev 274420)
@@ -5,36 +5,33 @@
 # Contributor: Tom Newsom 
 
 pkgname=hercules
-pkgver=3.12
-pkgrel=2
+pkgver=3.13.00
+pkgrel=1
 pkgdesc='Software implementation of System/370 and ESA/390'
 arch=('x86_64')
 url='http://www.hercules-390.eu/'
 license=('custom')
-depends=('bzip2' 'libgcrypt' 'zlib' 'perl')
 options=('!makeflags')
-source=("http://downloads.hercules-390.eu/$pkgname-$pkgver.tar.gz;)
-sha256sums=('aefbe9d2f09372a530c17c177b7d2a0f4bcf8cfd28474672935b067e5f9ee373')
+source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz;)
+sha256sums=('890c57c558d58708e55828ae299245bd2763318acf53e456a48aac883ecfe67d')
 
 prepare() {
+  ln -sf "$pkgname-${pkgver%.00}" p
   # Change module extension from .la to .so.
-  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i "$pkgname-$pkgver/hdl.h"
+  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i p/hdl.h
 }
 
 build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---enable-optimization=-O2
+  cd p
+  ./configure --prefix=/usr --enable-optimization=-O3
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
+  cd p
+  DESTDIR="$pkgdir" make install
   install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/hercules/qpl1"
 }
 
 # vim: ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/rbowler/spinhawk/master/makemsi/Hercules-W64.VER


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

2017-12-14 Thread Christian Rebischke via arch-commits
Date: Thursday, December 14, 2017 @ 15:47:59
  Author: shibumi
Revision: 274419

archrelease: copy trunk to community-x86_64

Added:
  strongswan/repos/community-x86_64/PKGBUILD
(from rev 274418, strongswan/trunk/PKGBUILD)
  strongswan/repos/community-x86_64/configure_ac.patch
(from rev 274418, strongswan/trunk/configure_ac.patch)
  strongswan/repos/community-x86_64/stdint.patch
(from rev 274418, strongswan/trunk/stdint.patch)
Deleted:
  strongswan/repos/community-x86_64/PKGBUILD
  strongswan/repos/community-x86_64/configure_ac.patch
  strongswan/repos/community-x86_64/stdint.patch

+
 PKGBUILD   |  192 +--
 configure_ac.patch |   32 
 stdint.patch   |   22 ++---
 3 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 15:46:07 UTC (rev 274418)
+++ PKGBUILD2017-12-14 15:47:59 UTC (rev 274419)
@@ -1,96 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: dkorzhevin 
-# Contributor: Thermi 
-# Contributor: nikicat 
-# Contributor: danilo 
-# Contributor: Jason Begley 
-# Contributor: Ray Kohler 
-# Contributor: Daniel Riedemann 
-# Contributor: 458italia 
-# Contributor: Thermi 
-
-pkgname=strongswan
-pkgver=5.6.1
-pkgrel=1
-pkgdesc="open source IPsec implementation"
-url='http://www.strongswan.org'
-license=("GPL2")
-arch=('x86_64')
-makedepends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'libsystemd'
-'systemd' 'pam' 'libnm-glib' 'python' 'ruby' 'mariadb' 'python-setuptools')
-depends=('curl' 'gmp' 'iproute2' 'openssl' 'sqlite' 'libcap' 'libsystemd' 
'pam')
-optdepends=('libnm-glib: for networkmanager support'
-'mariadb: MySQL support'
-'ruby: Ruby support'
-'python: Python support'
-'openldap: LDAP support')
-backup=(
-etc/ipsec.conf
-etc/ipsec.secrets
-etc/swanctl/swanctl.conf
-etc/strongswan.conf
-
etc/strongswan.d/{charon-logging.conf,charon.conf,pki.conf,pool.conf,scepclient.conf,starter.conf,swanctl.conf}
-
etc/strongswan.d/charon/{aesni.conf,attr-sql.conf,attr.conf,bliss.conf,chapoly.conf,cmac.conf,connmark.conf,\
-constraints.conf,curl.conf,des.conf,dhcp.conf,dnskey.conf,eap-aka-3gpp2.conf,eap-aka.conf,\
-eap-gtc.conf,eap-identity.conf,eap-md5.conf,eap-mschapv2.conf,eap-radius.conf,eap-sim-file.conf,\
-eap-sim.conf,eap-simaka-pseudonym.conf,eap-simaka-reauth.conf,eap-tls.conf,ext-auth.conf,farp.conf,\
-fips-prf.conf,forecast.conf,gmp.conf,ha.conf,hmac.conf,kernel-netlink.conf,md5.conf,mgf1.conf,nonce.conf,newhope.conf,ntru.conf,openssl.conf,\
-pem.conf,pgp.conf,pkcs1.conf,pkcs12.conf,pkcs7.conf,pkcs8.conf,pubkey.conf,random.conf,rc2.conf,resolve.conf,\
-revocation.conf,sha1.conf,sha2.conf,sha3.conf,socket-default.conf,sql.conf,sqlite.conf,sshkey.conf,stroke.conf,updown.conf,\
-vici.conf,x509.conf,xauth-eap.conf,xauth-generic.conf,xcbc.conf,unity.conf,curve25519.conf}
-)
-
-source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2;
-"https://download.strongswan.org/strongswan-${pkgver}.tar.bz2.sig;
-'configure_ac.patch'
-)
-
-validpgpkeys=("948F158A4E76A27BF3D07532DF42C170B34DBA77")
-
-sha512sums=('e4bdcf434739cf18544e18635c0b2e34c8b39e9c6c7a7cab31972bae6b1922da324f47c333fc478fa6177f58a2e59c438c48420c74086da1c0555e9a9361834e'
-'SKIP'
-
'0e2c818f2f620410dda949d9016a4c1a686bf2946acb3b42a729b2376c077f4dad6762fe8d2f736c213c4895c1fbd60c0d654a1c36f72d06f58ba7cff635bc74')
-
-# We don't build libipsec because it would get loaded before kernel-netlink 
and netkey, which
-# would case processing to be handled in user space. Also, the plugin is 
experimental. If you need it,
-# add --enable-libipsec and --enable-kernel-libipsec
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-patch -p1 -l < "${srcdir}/configure_ac.patch"
-autoreconf
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---with-ipsecdir=/usr/lib/strongswan \
---with-nm-ca-dir=/etc/ssl/certs \
---enable-integrity-test \
---enable-sqlite \
---enable-openssl --enable-curl \
---enable-sql --enable-attr-sql \
---enable-farp --enable-dhcp \
---enable-eap-sim --enable-eap-sim-file --enable-eap-simaka-pseudonym \
---enable-eap-simaka-reauth --enable-eap-identity --enable-eap-md5 \
---enable-eap-gtc --enable-eap-aka --enable-eap-aka-3gpp2 \
---enable-eap-mschapv2 --enable-eap-radius --enable-xauth-eap \
---enable-ha --enable-vici --enable-swanctl --enable-systemd 
--enable-ext-auth \
---enable-mysql --enable-ldap --enable-cmd --enable-forecast 
--enable-connmark \
---enable-aesni --enable-eap-ttls --enable-radattr 

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

2017-12-14 Thread Christian Rebischke via arch-commits
Date: Thursday, December 14, 2017 @ 15:46:07
  Author: shibumi
Revision: 274418

upgpkg: strongswan 5.6.1-2

Modified:
  strongswan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 15:25:00 UTC (rev 274417)
+++ PKGBUILD2017-12-14 15:46:07 UTC (rev 274418)
@@ -11,7 +11,7 @@
 
 pkgname=strongswan
 pkgver=5.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="open source IPsec implementation"
 url='http://www.strongswan.org'
 license=("GPL2")
@@ -37,7 +37,7 @@
 
fips-prf.conf,forecast.conf,gmp.conf,ha.conf,hmac.conf,kernel-netlink.conf,md5.conf,mgf1.conf,nonce.conf,newhope.conf,ntru.conf,openssl.conf,\
 
pem.conf,pgp.conf,pkcs1.conf,pkcs12.conf,pkcs7.conf,pkcs8.conf,pubkey.conf,random.conf,rc2.conf,resolve.conf,\
 
revocation.conf,sha1.conf,sha2.conf,sha3.conf,socket-default.conf,sql.conf,sqlite.conf,sshkey.conf,stroke.conf,updown.conf,\
-vici.conf,x509.conf,xauth-eap.conf,xauth-generic.conf,xcbc.conf,unity.conf,curve25519.conf}
+vici.conf,x509.conf,xauth-eap.conf,xauth-generic.conf,xcbc.conf,unity.conf,curve25519.conf,bypass-lan.conf}
 )
 
 source=("https://download.strongswan.org/strongswan-${pkgver}.tar.bz2;


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

2017-12-14 Thread Christian Rebischke via arch-commits
Date: Thursday, December 14, 2017 @ 15:25:00
  Author: shibumi
Revision: 274417

archrelease: copy trunk to community-x86_64

Added:
  vault/repos/community-x86_64/PKGBUILD
(from rev 274416, vault/trunk/PKGBUILD)
  vault/repos/community-x86_64/vault.hcl
(from rev 274416, vault/trunk/vault.hcl)
  vault/repos/community-x86_64/vault.install
(from rev 274416, vault/trunk/vault.install)
  vault/repos/community-x86_64/vault.service
(from rev 274416, vault/trunk/vault.service)
Deleted:
  vault/repos/community-x86_64/PKGBUILD
  vault/repos/community-x86_64/vault.hcl
  vault/repos/community-x86_64/vault.install
  vault/repos/community-x86_64/vault.service

---+
 PKGBUILD  |   84 
 vault.hcl |   38 -
 vault.install |   58 +++---
 vault.service |   44 ++---
 4 files changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 15:24:52 UTC (rev 274416)
+++ PKGBUILD2017-12-14 15:25:00 UTC (rev 274417)
@@ -1,42 +0,0 @@
-# Maintainer : Christian Rebischke 
-pkgname='vault'
-pkgdesc='A tool for managing secrets'
-pkgver='0.9.0'
-pkgrel='2'
-url='https://vaultproject.io/'
-license=('MPL')
-arch=('x86_64')
-makedepends=('go-pie' 'git')
-depends=('glibc')
-install='vault.install'
-backup=('etc/vault.hcl')
-_vault_commit='bdac1854478538052ba5b7ec9a9ec688d35a3335'
-source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit};
-'vault.service'
-'vault.hcl')
-sha512sums=('SKIP'
-
'1e67fe594198e42faf81eeb78eaa9904d832a04580c82cd5639b983bab850a01f33f4b43de43b4e3403ee7820236ab49c8b91a26981c47b9a2c6938b4c0b6be3'
-
'46106cc76151eef2dd5e4b2caa6a96aae4d6ce1ecbf977dcc8667a3f6c829cbea95133622adafcb15cdfaa066ecc94c73c983e7613ee2f6573694981569729fe')
-
-prepare () {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hashicorp/
-  mv ${pkgname} src/github.com/hashicorp/
-}
-
-build () {
-  cd src/github.com/hashicorp/${pkgname}
-  go build -o vault-binary
-}
-
-package () {
-  cd src/github.com/hashicorp/${pkgname}
-   install -Dm755 vault-binary "${pkgdir}/usr/bin/vault"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 "${srcdir}/vault.hcl" "${pkgdir}/etc/vault.hcl"
-   install -Dm644 "${srcdir}/vault.service" 
"${pkgdir}/usr/lib/systemd/system/vault.service"
-   for file in README.md CHANGELOG.md ; do
-   install -Dm644 "${file}" 
"${pkgdir}/usr/share/doc/${pkgname}/${file}"
-   done
-}

Copied: vault/repos/community-x86_64/PKGBUILD (from rev 274416, 
vault/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 15:25:00 UTC (rev 274417)
@@ -0,0 +1,42 @@
+# Maintainer : Christian Rebischke 
+pkgname='vault'
+pkgdesc='A tool for managing secrets'
+pkgver='0.9.0'
+pkgrel='3'
+url='https://vaultproject.io/'
+license=('MPL')
+arch=('x86_64')
+makedepends=('go-pie' 'git')
+depends=('glibc')
+install='vault.install'
+backup=('etc/vault.hcl')
+_vault_commit='bdac1854478538052ba5b7ec9a9ec688d35a3335'
+source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit};
+'vault.service'
+'vault.hcl')
+sha512sums=('SKIP'
+
'6619cf57668e995cddb29fb6c388c18c21b251052a53832415e415bb4fe538361ef77b74536f5b082b9cda6cd71b598fc50d8b7f51092c4d60262052c5725af2'
+
'46106cc76151eef2dd5e4b2caa6a96aae4d6ce1ecbf977dcc8667a3f6c829cbea95133622adafcb15cdfaa066ecc94c73c983e7613ee2f6573694981569729fe')
+
+prepare () {
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p src/github.com/hashicorp/
+  mv ${pkgname} src/github.com/hashicorp/
+}
+
+build () {
+  cd src/github.com/hashicorp/${pkgname}
+  go build -o vault-binary
+}
+
+package () {
+  cd src/github.com/hashicorp/${pkgname}
+   install -Dm755 vault-binary "${pkgdir}/usr/bin/vault"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 "${srcdir}/vault.hcl" "${pkgdir}/etc/vault.hcl"
+   install -Dm644 "${srcdir}/vault.service" 
"${pkgdir}/usr/lib/systemd/system/vault.service"
+   for file in README.md CHANGELOG.md ; do
+   install -Dm644 "${file}" 
"${pkgdir}/usr/share/doc/${pkgname}/${file}"
+   done
+}

Deleted: vault.hcl
===
--- vault.hcl   2017-12-14 15:24:52 UTC (rev 274416)
+++ vault.hcl   2017-12-14 15:25:00 UTC (rev 274417)
@@ -1,19 +0,0 @@
-/*
- * Vault configuration. See: https://vaultproject.io/docs/config/
- */
-
-backend "file" {
-   path = "/var/lib/vault"
-}
-
-listener "tcp" {
-   

[arch-commits] Commit in vault/trunk (PKGBUILD vault.service)

2017-12-14 Thread Christian Rebischke via arch-commits
Date: Thursday, December 14, 2017 @ 15:24:52
  Author: shibumi
Revision: 274416

upgpkg: vault 0.9.0-3

Fixed path to config file: FS#56709

Modified:
  vault/trunk/PKGBUILD
  vault/trunk/vault.service

---+
 PKGBUILD  |4 ++--
 vault.service |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 14:08:56 UTC (rev 274415)
+++ PKGBUILD2017-12-14 15:24:52 UTC (rev 274416)
@@ -2,7 +2,7 @@
 pkgname='vault'
 pkgdesc='A tool for managing secrets'
 pkgver='0.9.0'
-pkgrel='2'
+pkgrel='3'
 url='https://vaultproject.io/'
 license=('MPL')
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'vault.service'
 'vault.hcl')
 sha512sums=('SKIP'
-
'1e67fe594198e42faf81eeb78eaa9904d832a04580c82cd5639b983bab850a01f33f4b43de43b4e3403ee7820236ab49c8b91a26981c47b9a2c6938b4c0b6be3'
+
'6619cf57668e995cddb29fb6c388c18c21b251052a53832415e415bb4fe538361ef77b74536f5b082b9cda6cd71b598fc50d8b7f51092c4d60262052c5725af2'
 
'46106cc76151eef2dd5e4b2caa6a96aae4d6ce1ecbf977dcc8667a3f6c829cbea95133622adafcb15cdfaa066ecc94c73c983e7613ee2f6573694981569729fe')
 
 prepare () {

Modified: vault.service
===
--- vault.service   2017-12-14 14:08:56 UTC (rev 274415)
+++ vault.service   2017-12-14 15:24:52 UTC (rev 274416)
@@ -11,7 +11,7 @@
 ProtectHome=read-only
 CapabilityBoundingSet=CAP_IPC_LOCK
 Environment=GOMAXPROCS=2
-ExecStart=/bin/vault server -config=/etc/vault/vault.hcl
+ExecStart=/bin/vault server -config=/etc/vault.hcl
 KillSignal=SIGINT
 TimeoutStopSec=30s
 Restart=on-failure


[arch-commits] Commit in (8 files)

2017-12-14 Thread Andrew Crerar via arch-commits
Date: Thursday, December 14, 2017 @ 14:08:56
  Author: andrewsc
Revision: 274415

Adding firefox-developer-edition to community

Added:
  firefox-developer-edition/
  firefox-developer-edition/repos/
  firefox-developer-edition/trunk/
  firefox-developer-edition/trunk/PKGBUILD
  firefox-developer-edition/trunk/firefox-developer-edition.desktop
  firefox-developer-edition/trunk/firefox-install-dir.patch
  firefox-developer-edition/trunk/firefox-symbolic.svg
  firefox-developer-edition/trunk/no-plt.diff

---+
 PKGBUILD  |  186 +
 firefox-developer-edition.desktop |  311 
 firefox-install-dir.patch |   48 +
 firefox-symbolic.svg  |   30 +++
 no-plt.diff   |   48 +
 5 files changed, 623 insertions(+)

Added: firefox-developer-edition/trunk/PKGBUILD
===
--- firefox-developer-edition/trunk/PKGBUILD(rev 0)
+++ firefox-developer-edition/trunk/PKGBUILD2017-12-14 14:08:56 UTC (rev 
274415)
@@ -0,0 +1,186 @@
+# Maintainer: Andrew Crerar 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=firefox-developer-edition
+pkgver=58.0b11
+pkgrel=2
+pkgdesc="Developer Edition of the popular Firefox web browser"
+arch=('x86_64')
+license=('MPL' 'GPL' 'LGPL')
+url="https://www.mozilla.org/firefox/channel/#developer;
+depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 
'mime-types'
+ 'dbus-glib' 'ffmpeg' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'libpulse')
+makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf' 
'inetutils'
+ 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack')
+optdepends=('networkmanager: Location detection via available WiFi networks'
+'libnotify: Notification integration'
+'pulseaudio: Audio support'
+'speech-dispatcher: Text-to-Speech')
+replaces=('firefox-developer')
+options=(!emptydirs !makeflags !strip)
+_repo=https://hg.mozilla.org/mozilla-unified
+source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
+"$pkgname".desktop
+firefox-symbolic.svg
+firefox-install-dir.patch
+no-plt.diff)
+sha512sums=('SKIP'
+
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
+
'84e741b6a4c7675c846c16a0e0280d00e7be5477b07b693ccddac597987e8979a35d07a9ac8a3a28338b458ebdf41754ceb2119b8e41d2ec41f95b551232c64c'
+
'ce764de6deae65ae5c888b12d163419c7828cf8b31f73d7c3bc8dc3dafbca0005ea377b5b1fcea0d1f5c613459fa393690d5bc9d8e5c3e46db940b151082fbd6'
+
'4c2ef8ebedc1184c3967c123cafd63ba1abf2a274993aea8475c434f91a40b86e7c5d3c78c3b2809cd15310af4c613d5841a9114315f861338c36f498a782fd0')
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
+
+# Mozilla API keys (see https://location.services.mozilla.com/api)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact hef...@archlinux.org for
+# more information.
+_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd mozilla-unified
+  patch -Np1 -i ../firefox-install-dir.patch
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1382942
+  patch -Np1 -i ../no-plt.diff
+
+  echo -n "$_google_api_key" > google-api-key
+  echo -n "$_mozilla_api_key" > mozilla-api-key
+
+  cat > .mozconfig << END
+ac_add_options --enable-application=browser
+
+ac_add_options --prefix=/usr
+ac_add_options --enable-release
+ac_add_options --enable-gold
+ac_add_options --enable-pie
+ac_add_options --enable-optimize="-O2"
+
+# Branding
+ac_add_options --with-branding=browser/branding/aurora
+ac_add_options --enable-update-channel=aurora
+ac_add_options --with-distribution-id=org.archlinux
+export MOZILLA_OFFICIAL=1
+export MOZ_TELEMETRY_REPORTING=1
+export MOZ_ADDON_SIGNING=1
+export MOZ_REQUIRE_SIGNING=0
+ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
+
+# Keys
+ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
+ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
+
+# System libraries
+ac_add_options --with-system-zlib
+ac_add_options --with-system-bz2
+ac_add_options --enable-system-hunspell
+ac_add_options --enable-system-sqlite
+ac_add_options --enable-system-ffi
+
+# Features
+ac_add_options --enable-alsa
+ac_add_options --enable-jack
+ac_add_options --enable-startup-notification
+ac_add_options 

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

2017-12-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 14, 2017 @ 13:23:50
  Author: foutrelis
Revision: 312660

archrelease: copy trunk to extra-x86_64

Added:
  xfburn/repos/extra-x86_64/PKGBUILD
(from rev 312659, xfburn/trunk/PKGBUILD)
Deleted:
  xfburn/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 13:23:41 UTC (rev 312659)
+++ PKGBUILD2017-12-14 13:23:50 UTC (rev 312660)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-# Contributor: Alois Nespor alois.nes...@gmail.com
-
-pkgname=xfburn
-pkgver=0.5.4
-pkgrel=3
-pkgdesc="A simple CD/DVD burning tool based on libburnia libraries"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfburn;
-license=('GPL')
-depends=('libburn' 'libisofs' 'gtk2' 'libxfce4ui' 'exo' 'gst-plugins-base-libs'
- 'libgudev' 'desktop-file-utils')
-makedepends=('intltool')
-groups=('xfce4-goodies')
-source=(http://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9a0053ff106ae475871a2bed328d5d7c5a2fc4280a24e956ca85b6a13a9fc1f6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---enable-gstreamer \
---disable-debug
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfburn/repos/extra-x86_64/PKGBUILD (from rev 312659, 
xfburn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 13:23:50 UTC (rev 312660)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+# Contributor: Alois Nespor alois.nes...@gmail.com
+
+pkgname=xfburn
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="A simple CD/DVD burning tool based on libburnia libraries"
+arch=('x86_64')
+url="http://goodies.xfce.org/projects/applications/xfburn;
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('libburn' 'libisofs' 'gtk2' 'libxfce4ui' 'exo' 'gst-plugins-base-libs'
+ 'libgudev' 'desktop-file-utils')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('aa173aa8a6c0887a4b236aee3753760e943f3e2be99af1f2d5343a6df345ade1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--enable-gstreamer \
+--disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-12-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 14, 2017 @ 13:23:41
  Author: foutrelis
Revision: 312659

upgpkg: xfburn 0.5.5-1

New upstream release.

Modified:
  xfburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 12:40:00 UTC (rev 312658)
+++ PKGBUILD2017-12-14 13:23:41 UTC (rev 312659)
@@ -4,18 +4,18 @@
 # Contributor: Alois Nespor alois.nes...@gmail.com
 
 pkgname=xfburn
-pkgver=0.5.4
-pkgrel=3
+pkgver=0.5.5
+pkgrel=1
 pkgdesc="A simple CD/DVD burning tool based on libburnia libraries"
 arch=('x86_64')
 url="http://goodies.xfce.org/projects/applications/xfburn;
 license=('GPL')
+groups=('xfce4-goodies')
 depends=('libburn' 'libisofs' 'gtk2' 'libxfce4ui' 'exo' 'gst-plugins-base-libs'
  'libgudev' 'desktop-file-utils')
 makedepends=('intltool')
-groups=('xfce4-goodies')
 
source=(http://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9a0053ff106ae475871a2bed328d5d7c5a2fc4280a24e956ca85b6a13a9fc1f6')
+sha256sums=('aa173aa8a6c0887a4b236aee3753760e943f3e2be99af1f2d5343a6df345ade1')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in kimagemapeditor/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 12:40:00
  Author: arojas
Revision: 312658

archrelease: copy trunk to kde-unstable-x86_64

Added:
  kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 312657, kimagemapeditor/trunk/PKGBUILD)
Deleted:
  kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 12:39:40 UTC (rev 312657)
+++ PKGBUILD2017-12-14 12:40:00 UTC (rev 312658)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kimagemapeditor
-pkgver=17.11.90
-pkgrel=1
-arch=(x86_64)
-pkgdesc="HTML Image Map Editor"
-url='https://www.kde.org'
-license=(GPL LGPL FDL)
-groups=(kde-applications kdewebdev)
-depends=(kdelibs4support khtml hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin)
-conflicts=(kdewebdev-kimagemapeditor)
-replaces=(kdewebdev-kimagemapeditor)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b30ea07758c373cf131fdf3d8701ed4d7a2be4833acd5543b32292719d1d2fd1'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD (from rev 312657, 
kimagemapeditor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 12:40:00 UTC (rev 312658)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kimagemapeditor
+pkgver=17.12.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc="HTML Image Map Editor"
+url='https://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdelibs4support khtml hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin)
+conflicts=(kdewebdev-kimagemapeditor)
+replaces=(kdewebdev-kimagemapeditor)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d6d7ce50b4c077660c7bfe37531a2c01b02e613c4bd4ac826a8a999cc4f3a035'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in sweeper/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 12:39:40
  Author: arojas
Revision: 312657

archrelease: copy trunk to kde-unstable-x86_64

Added:
  sweeper/repos/kde-unstable-x86_64/PKGBUILD
(from rev 312656, sweeper/trunk/PKGBUILD)
Deleted:
  sweeper/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 12:39:19 UTC (rev 312656)
+++ PKGBUILD2017-12-14 12:39:40 UTC (rev 312657)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=sweeper
-pkgver=17.11.90
-pkgrel=1
-pkgdesc='System Cleaner'
-url='https://kde.org/applications/utilities/sweeper'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kactivities-stats kio)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdeutils)
-conflicts=(kdeutils-sweeper)
-replaces=(kdeutils-sweeper)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4ac0f69e4da710372dc50da6b656a4598ed4823c4a14780bb94bd62d140b262b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 312656, 
sweeper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 12:39:40 UTC (rev 312657)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sweeper
+pkgver=17.12.0
+pkgrel=1
+pkgdesc='System Cleaner'
+url='https://kde.org/applications/utilities/sweeper'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kactivities-stats kio)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdeutils)
+conflicts=(kdeutils-sweeper)
+replaces=(kdeutils-sweeper)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('525ae0719df849c16487fea28e3fdedffb58e746265402058c82cb3b5a674c33'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


  1   2   3   4   >